Skip to content

Commit

Permalink
export plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 27, 2024
1 parent eb9797c commit dac3d53
Show file tree
Hide file tree
Showing 34 changed files with 68 additions and 68 deletions.
6 changes: 3 additions & 3 deletions dist/rexcolorcomponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -31046,7 +31046,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$c(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$c(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -31384,8 +31384,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcolorcomponents.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexcolorinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -34715,7 +34715,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$b(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$b(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -35053,8 +35053,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcolorinput.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexconfirmdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -34162,7 +34162,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$8(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$8(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -34500,8 +34500,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexconfirmdialog.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexdropdownlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -28954,7 +28954,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$9(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$9(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -29292,8 +29292,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexdropdownlist.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexgameobjectshellplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35504,7 +35504,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$12(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$12(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -35842,8 +35842,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexgameobjectshellplugin.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexgridtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -21501,7 +21501,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$a(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$a(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -21839,8 +21839,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexgridtable.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexmdscenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -57754,7 +57754,7 @@ void main () {
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$v(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$v(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -58092,8 +58092,8 @@ void main () {
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexmdscenario.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexmdscenarioplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -57833,7 +57833,7 @@ void main () {
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$1c(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$1c(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -58171,8 +58171,8 @@ void main () {
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexmdscenarioplugin.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexnameinputdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -34278,7 +34278,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$d(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$d(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -34616,8 +34616,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexnameinputdialog.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexscrollablepanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -21519,7 +21519,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$5(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$5(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -21857,8 +21857,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexscrollablepanel.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexsimpledropdownlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -28954,7 +28954,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$l(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$l(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -29292,8 +29292,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexsimpledropdownlist.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexsimplelabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -31046,7 +31046,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$6(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$6(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -31384,8 +31384,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexsimplelabel.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rextextarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -21501,7 +21501,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$4(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$4(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -21839,8 +21839,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rextextarea.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rextextareainput.js
Original file line number Diff line number Diff line change
Expand Up @@ -21501,7 +21501,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$g(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$g(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -21839,8 +21839,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rextextareainput.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rextrees.js
Original file line number Diff line number Diff line change
Expand Up @@ -31545,7 +31545,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$c(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$c(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -31883,8 +31883,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rextrees.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rextweaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -32168,7 +32168,7 @@
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$Z(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$Z(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -32506,8 +32506,8 @@
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rextweaker.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rexuiplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -54254,7 +54254,7 @@ scene.load.script('chartjs', 'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.
sliderConfig.orientation = (isAxisY) ? 1 : 0;
slider = CreateScrollbar(topPatent.scene, sliderConfig);

slider.gapLength = GetValue$1F(sliderConfig, 'gapLength', undefined);
slider.tickLength = GetValue$1F(sliderConfig, 'tickLength', undefined);

var column, row, padding;

Expand Down Expand Up @@ -54592,8 +54592,8 @@ scene.load.script('chartjs', 'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.
if (slider) {
slider.setEnable(bound0 !== bound1);

if (slider.gapLength) {
slider.setGap(slider.gapLength, bound0, bound1);
if (slider.tickLength) {
slider.setTick(slider.tickLength, bound0, bound1);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/rexuiplugin.min.js

Large diffs are not rendered by default.

0 comments on commit dac3d53

Please sign in to comment.