Skip to content

Commit

Permalink
export plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Nov 4, 2024
1 parent d55826c commit c786199
Show file tree
Hide file tree
Showing 141 changed files with 4,934 additions and 3,687 deletions.
14 changes: 7 additions & 7 deletions dist/rexaiospinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -2126,10 +2126,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down Expand Up @@ -2587,15 +2587,15 @@
return this;
}

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);

this.dirty = true;
return this;
}

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierCurveTo(cx1, cy1, x, y);
smoothCubicBezierTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierTo(cx1, cy1, x, y);

this.dirty = true;
return this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexaiospinner.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/rexarrowspinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -1849,10 +1849,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down Expand Up @@ -2310,15 +2310,15 @@
return this;
}

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);

this.dirty = true;
return this;
}

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierCurveTo(cx1, cy1, x, y);
smoothCubicBezierTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierTo(cx1, cy1, x, y);

this.dirty = true;
return this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexarrowspinner.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexaudiospinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -1921,10 +1921,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down
2 changes: 1 addition & 1 deletion dist/rexaudiospinner.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexballspinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -2054,10 +2054,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down
2 changes: 1 addition & 1 deletion dist/rexballspinner.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexbarsspinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -1921,10 +1921,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down
2 changes: 1 addition & 1 deletion dist/rexbarsspinner.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/rexboxspinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -1849,10 +1849,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down Expand Up @@ -2310,15 +2310,15 @@
return this;
}

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);

this.dirty = true;
return this;
}

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierCurveTo(cx1, cy1, x, y);
smoothCubicBezierTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierTo(cx1, cy1, x, y);

this.dirty = true;
return this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexboxspinner.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/rexcheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -976,10 +976,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down Expand Up @@ -1437,15 +1437,15 @@
return this;
}

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);

this.dirty = true;
return this;
}

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierCurveTo(cx1, cy1, x, y);
smoothCubicBezierTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierTo(cx1, cy1, x, y);

this.dirty = true;
return this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcheckbox.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/rexcheckboxplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -976,10 +976,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down Expand Up @@ -1437,15 +1437,15 @@
return this;
}

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);

this.dirty = true;
return this;
}

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierCurveTo(cx1, cy1, x, y);
smoothCubicBezierTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierTo(cx1, cy1, x, y);

this.dirty = true;
return this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcheckboxplugin.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/rexcircularprogress.js
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -2022,10 +2022,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down Expand Up @@ -2483,15 +2483,15 @@
return this;
}

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);

this.dirty = true;
return this;
}

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierCurveTo(cx1, cy1, x, y);
smoothCubicBezierTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierTo(cx1, cy1, x, y);

this.dirty = true;
return this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcircularprogress.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/rexcircularprogressplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -2022,10 +2022,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down Expand Up @@ -2483,15 +2483,15 @@
return this;
}

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
this.builder.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);

this.dirty = true;
return this;
}

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierCurveTo(cx1, cy1, x, y);
smoothCubicBezierTo(cx1, cy1, x, y) {
this.builder.smoothCubicBezierTo(cx1, cy1, x, y);

this.dirty = true;
return this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcircularprogressplugin.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexclockspinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@
return this;
},

cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y) {
cubicBezierTo(cx0, cy0, cx1, cy1, x, y) {
CubicBezierCurveTo(
cx0, cy0, cx1, cy1, x, y,
this.iterations,
Expand All @@ -2126,10 +2126,10 @@
return this;
},

smoothCubicBezierCurveTo(cx1, cy1, x, y) {
smoothCubicBezierTo(cx1, cy1, x, y) {
var cx0 = this.lastPointX * 2 - this.lastCX;
var cy0 = this.lastPointY * 2 - this.lastCY;
this.cubicBezierCurveTo(cx0, cy0, cx1, cy1, x, y);
this.cubicBezierTo(cx0, cy0, cx1, cy1, x, y);
return this;
},

Expand Down
2 changes: 1 addition & 1 deletion dist/rexclockspinner.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c786199

Please sign in to comment.