igniteui-webcomponents-inputs 7.1.0-alpha.0 → 7.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +4621 -4122
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2039 -1746
- package/esm2015/lib/CalendarView_combined.js +160 -160
- package/esm2015/lib/CheckboxView_combined.js +62 -62
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +240 -240
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +17 -17
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm2015/lib/RippleView_combined.js +3 -3
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +65 -57
- package/esm2015/lib/XButtonGroupBridge.js +19 -15
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -2
- package/esm2015/lib/XIconBridge.js +23 -23
- package/esm2015/lib/XIconButtonBridge.js +7 -7
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +28 -28
- package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
- package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igc-x-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm2015/lib/igc-x-icon-component.js +10 -10
- package/esm2015/public_api.js +2 -1
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1953 -1660
- package/esm5/lib/CalendarView_combined.js +160 -160
- package/esm5/lib/CheckboxView_combined.js +62 -62
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +240 -240
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +17 -17
- package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm5/lib/RippleView_combined.js +3 -3
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +65 -57
- package/esm5/lib/XButtonGroupBridge.js +19 -15
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -2
- package/esm5/lib/XIconBridge.js +23 -23
- package/esm5/lib/XIconButtonBridge.js +7 -7
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +28 -28
- package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
- package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igc-x-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/igc-x-icon-component.js +10 -10
- package/esm5/public_api.js +2 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
- package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/ThemeResolver.d.ts +18 -15
- package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +2 -1
- package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
- package/esm5/lib/igc-multi-slider-thumb.js +0 -132
- package/lib/igc-multi-slider-thumb.d.ts +0 -27
|
@@ -68,7 +68,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
68
68
|
return NativeUIXInputsFactory.a;
|
|
69
69
|
}
|
|
70
70
|
static m() {
|
|
71
|
-
NativeUIComponent.
|
|
71
|
+
NativeUIComponent.at(NativeUIXInputsFactory.b);
|
|
72
72
|
}
|
|
73
73
|
get flavor() {
|
|
74
74
|
return this.c;
|
|
@@ -138,7 +138,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
138
138
|
f.inputs.add(j);
|
|
139
139
|
let l = new XInputBridge(f);
|
|
140
140
|
let m = new NativeUIInput();
|
|
141
|
-
m.
|
|
141
|
+
m.ao = d;
|
|
142
142
|
m.d = l;
|
|
143
143
|
b(m);
|
|
144
144
|
}
|
|
@@ -148,11 +148,11 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
148
148
|
let e = c.getSubRenderer(d);
|
|
149
149
|
let f = new XButton();
|
|
150
150
|
f.provideContainer(e);
|
|
151
|
-
f.
|
|
151
|
+
f.fk = "none";
|
|
152
152
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
153
153
|
let h = new XButtonBridge(f);
|
|
154
154
|
let i = new NativeUIButton();
|
|
155
|
-
i.
|
|
155
|
+
i.ao = d;
|
|
156
156
|
i.d = h;
|
|
157
157
|
b(i);
|
|
158
158
|
}
|
|
@@ -167,7 +167,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
167
167
|
let h = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
168
168
|
let i = new MultiSliderBridge(f);
|
|
169
169
|
let j = new NativeUISlider();
|
|
170
|
-
j.
|
|
170
|
+
j.ao = d;
|
|
171
171
|
j.d = i;
|
|
172
172
|
b(j);
|
|
173
173
|
}
|
|
@@ -180,7 +180,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
180
180
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
181
181
|
let h = new XButtonGroupBridge(f);
|
|
182
182
|
let i = new NativeUIButtonGroup();
|
|
183
|
-
i.
|
|
183
|
+
i.ao = d;
|
|
184
184
|
i.d = h;
|
|
185
185
|
b(i);
|
|
186
186
|
}
|
|
@@ -193,7 +193,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
193
193
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
194
194
|
let h = new ColorEditorBridge(f);
|
|
195
195
|
let i = new NativeUIColorEditor();
|
|
196
|
-
i.
|
|
196
|
+
i.ao = d;
|
|
197
197
|
i.d = h;
|
|
198
198
|
b(i);
|
|
199
199
|
}
|
|
@@ -206,7 +206,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
206
206
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
207
207
|
let h = new XCheckboxBridge(f);
|
|
208
208
|
let i = new NativeUICheckbox();
|
|
209
|
-
i.
|
|
209
|
+
i.ao = d;
|
|
210
210
|
i.d = h;
|
|
211
211
|
b(i);
|
|
212
212
|
}
|
|
@@ -219,20 +219,20 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
219
219
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
220
220
|
let h = new XIconBridge(f);
|
|
221
221
|
let i = new NativeUIIcon();
|
|
222
|
-
i.
|
|
222
|
+
i.ao = d;
|
|
223
223
|
i.d = h;
|
|
224
224
|
let j = c.createElement("div");
|
|
225
225
|
let k = c.getSubRenderer(j);
|
|
226
226
|
let l = new XButton();
|
|
227
227
|
l.provideContainer(k);
|
|
228
228
|
l.e = 4;
|
|
229
|
-
l.
|
|
229
|
+
l.fk = "none";
|
|
230
230
|
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
231
231
|
let n = new XButtonBridge(l);
|
|
232
232
|
let o = new NativeUIButton();
|
|
233
|
-
o.
|
|
233
|
+
o.ao = j;
|
|
234
234
|
o.d = n;
|
|
235
|
-
o.
|
|
235
|
+
o.bp = i;
|
|
236
236
|
b(o);
|
|
237
237
|
}
|
|
238
238
|
h(a, b) {
|
|
@@ -244,7 +244,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
244
244
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
245
245
|
let h = new XIconBridge(f);
|
|
246
246
|
let i = new NativeUIIcon();
|
|
247
|
-
i.
|
|
247
|
+
i.ao = d;
|
|
248
248
|
i.d = h;
|
|
249
249
|
b(i);
|
|
250
250
|
}
|
|
@@ -256,7 +256,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
256
256
|
f.provideRenderer(e);
|
|
257
257
|
let g = new XPopupBridge(f);
|
|
258
258
|
let h = new NativeUIPopup();
|
|
259
|
-
h.
|
|
259
|
+
h.ao = d;
|
|
260
260
|
h.d = g;
|
|
261
261
|
b(h);
|
|
262
262
|
}
|
|
@@ -445,7 +445,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
445
445
|
bf(a) {
|
|
446
446
|
}
|
|
447
447
|
a8(a) {
|
|
448
|
-
this.aa.append(this.aa.getWrapper(a.
|
|
448
|
+
this.aa.append(this.aa.getWrapper(a.ao));
|
|
449
449
|
}
|
|
450
450
|
be(a, b, c, d, e, f, g) {
|
|
451
451
|
let h = truncate(Math.round(f * this.a.ab));
|
|
@@ -468,8 +468,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
468
468
|
};
|
|
469
469
|
}
|
|
470
470
|
ba(a) {
|
|
471
|
-
if (this.ae == null || a.
|
|
472
|
-
a.
|
|
471
|
+
if (this.ae == null || a.ap == null) {
|
|
472
|
+
a.ap = "image";
|
|
473
473
|
let b = this.aa.createElement("canvas");
|
|
474
474
|
this.ae = b;
|
|
475
475
|
let c = this.be(this.ae, this.m, this.l, this.au, this.at, 148, 148);
|
|
@@ -479,7 +479,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
479
479
|
this.at = c.p4;
|
|
480
480
|
this.ae.setStyleProperty("justify-self", "center");
|
|
481
481
|
this.ae.setStyleProperty("align-self", "center");
|
|
482
|
-
let d = a.
|
|
482
|
+
let d = a.ao;
|
|
483
483
|
d.append(this.ae);
|
|
484
484
|
this.bm(this.a.ad());
|
|
485
485
|
}
|
|
@@ -513,8 +513,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
a9(a) {
|
|
516
|
-
if (this.ad == null || a.
|
|
517
|
-
a.
|
|
516
|
+
if (this.ad == null || a.ap == null) {
|
|
517
|
+
a.ap = "image";
|
|
518
518
|
let b = this.aa.createElement("canvas");
|
|
519
519
|
this.ad = b;
|
|
520
520
|
let c = this.be(this.ad, this.j, this.h, this.as, this.ar, 248, 19);
|
|
@@ -524,7 +524,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
524
524
|
this.ar = c.p4;
|
|
525
525
|
this.ad.setStyleProperty("justify-self", "center");
|
|
526
526
|
this.ad.setStyleProperty("align-self", "center");
|
|
527
|
-
let d = a.
|
|
527
|
+
let d = a.ao;
|
|
528
528
|
d.append(this.ad);
|
|
529
529
|
this.bl(0);
|
|
530
530
|
}
|
|
@@ -558,9 +558,9 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
bb(a) {
|
|
561
|
-
let b = a.
|
|
561
|
+
let b = a.ao;
|
|
562
562
|
if (b.getChildCount() == 1) {
|
|
563
|
-
a.
|
|
563
|
+
a.ap = "image";
|
|
564
564
|
let c = this.aa.createElement("canvas");
|
|
565
565
|
this.ah = c;
|
|
566
566
|
let d = this.be(this.ah, this.t, this.p, this.aw, this.av, 85, 148);
|
|
@@ -582,8 +582,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
582
582
|
}
|
|
583
583
|
}
|
|
584
584
|
bc(a) {
|
|
585
|
-
if (this.ai == null || a.
|
|
586
|
-
a.
|
|
585
|
+
if (this.ai == null || a.ap == null) {
|
|
586
|
+
a.ap = "image";
|
|
587
587
|
let b = this.aa.createElement("canvas");
|
|
588
588
|
this.ai = b;
|
|
589
589
|
let c = this.be(this.ai, this.z, this.v, this.aw, this.av, 25, 148);
|
|
@@ -593,7 +593,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
593
593
|
this.av = c.p4;
|
|
594
594
|
this.ai.setStyleProperty("justify-self", "center");
|
|
595
595
|
this.ai.setStyleProperty("align-self", "center");
|
|
596
|
-
let d = a.
|
|
596
|
+
let d = a.ao;
|
|
597
597
|
d.append(this.ai);
|
|
598
598
|
this.bo(0, 1, 0.5);
|
|
599
599
|
}
|
|
@@ -723,11 +723,11 @@ let ColorEditorView = /*@__PURE__*/ (() => {
|
|
|
723
723
|
return b;
|
|
724
724
|
}
|
|
725
725
|
k(a, b) {
|
|
726
|
-
let c = a.
|
|
726
|
+
let c = a.ao;
|
|
727
727
|
c.append(this.h.getWrapper(b));
|
|
728
728
|
}
|
|
729
729
|
l(a) {
|
|
730
|
-
this.h.append(this.h.getWrapper(a.
|
|
730
|
+
this.h.append(this.h.getWrapper(a.ao));
|
|
731
731
|
}
|
|
732
732
|
c(a) {
|
|
733
733
|
return this.b;
|
|
@@ -762,22 +762,22 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
762
762
|
this.w = false;
|
|
763
763
|
this.ag = false;
|
|
764
764
|
this.ae = false;
|
|
765
|
-
this.cm = BrushUtil.
|
|
765
|
+
this.cm = BrushUtil.l(0, 0, 0, 0);
|
|
766
766
|
this.x = false;
|
|
767
767
|
this.propertyChanged = null;
|
|
768
768
|
this.valueChanged = null;
|
|
769
769
|
this.valueChanging = null;
|
|
770
770
|
this.t = null;
|
|
771
771
|
this.a = null;
|
|
772
|
-
this.co = BrushUtil.
|
|
772
|
+
this.co = BrushUtil.l(255, 0, 0, 255);
|
|
773
773
|
this.at = "";
|
|
774
|
-
this.cl = BrushUtil.
|
|
774
|
+
this.cl = BrushUtil.l(255, 24, 29, 31);
|
|
775
775
|
this.m = null;
|
|
776
776
|
this.k = 2;
|
|
777
777
|
this.i = 1;
|
|
778
778
|
this.n = null;
|
|
779
|
-
this.cn = BrushUtil.
|
|
780
|
-
this.ck = BrushUtil.
|
|
779
|
+
this.cn = BrushUtil.l(255, 24, 29, 31);
|
|
780
|
+
this.ck = BrushUtil.l(255, 163, 172, 184);
|
|
781
781
|
this.ad = true;
|
|
782
782
|
this.v = true;
|
|
783
783
|
this.ac = true;
|
|
@@ -1023,7 +1023,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1023
1023
|
break;
|
|
1024
1024
|
case "Label":
|
|
1025
1025
|
if (this.r != null) {
|
|
1026
|
-
this.r.
|
|
1026
|
+
this.r.b6 = this.a2;
|
|
1027
1027
|
}
|
|
1028
1028
|
break;
|
|
1029
1029
|
case "TextStyle":
|
|
@@ -1031,7 +1031,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1031
1031
|
break;
|
|
1032
1032
|
case "ShowClearButton":
|
|
1033
1033
|
if (this.r != null) {
|
|
1034
|
-
if (this.r.
|
|
1034
|
+
if (this.r.b8 != "") {
|
|
1035
1035
|
}
|
|
1036
1036
|
}
|
|
1037
1037
|
break;
|
|
@@ -1043,14 +1043,14 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1043
1043
|
break;
|
|
1044
1044
|
case "AllowTextInput":
|
|
1045
1045
|
if (this.r != null) {
|
|
1046
|
-
this.r.
|
|
1046
|
+
this.r.b1 = this.am();
|
|
1047
1047
|
}
|
|
1048
1048
|
break;
|
|
1049
1049
|
case "OpenOnFocus": break;
|
|
1050
1050
|
case "IsDisabled":
|
|
1051
1051
|
{
|
|
1052
1052
|
if (this.r != null) {
|
|
1053
|
-
this.r.
|
|
1053
|
+
this.r.b1 = this.am();
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
1056
1056
|
break;
|
|
@@ -1061,7 +1061,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
cj() {
|
|
1063
1063
|
if (this.r != null) {
|
|
1064
|
-
this.r.
|
|
1064
|
+
this.r.cf = this.cr;
|
|
1065
1065
|
}
|
|
1066
1066
|
}
|
|
1067
1067
|
ch() {
|
|
@@ -1070,7 +1070,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1070
1070
|
}
|
|
1071
1071
|
ci() {
|
|
1072
1072
|
if (this.n != null) {
|
|
1073
|
-
this.r.
|
|
1073
|
+
this.r.bl = this.n;
|
|
1074
1074
|
}
|
|
1075
1075
|
}
|
|
1076
1076
|
bh() {
|
|
@@ -1078,9 +1078,9 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1078
1078
|
return;
|
|
1079
1079
|
}
|
|
1080
1080
|
if (this.r != null) {
|
|
1081
|
-
this.r.
|
|
1081
|
+
this.r.b8 = "";
|
|
1082
1082
|
}
|
|
1083
|
-
this.value = BrushUtil.
|
|
1083
|
+
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
1084
1084
|
this.e.ax();
|
|
1085
1085
|
this.aa = false;
|
|
1086
1086
|
}
|
|
@@ -1101,43 +1101,43 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1101
1101
|
b6(a) {
|
|
1102
1102
|
let b = a;
|
|
1103
1103
|
if (this.r != null) {
|
|
1104
|
-
if (this.s.
|
|
1104
|
+
if (this.s.b7 && !this.s.t(b.b) && !this.r.t(b.b)) {
|
|
1105
1105
|
this.bi();
|
|
1106
1106
|
}
|
|
1107
1107
|
}
|
|
1108
1108
|
}
|
|
1109
1109
|
b7(a) {
|
|
1110
1110
|
if (this.r != null) {
|
|
1111
|
-
let b = this.r.
|
|
1112
|
-
this.s.
|
|
1111
|
+
let b = this.r.bf();
|
|
1112
|
+
this.s.cf(b);
|
|
1113
1113
|
}
|
|
1114
1114
|
}
|
|
1115
1115
|
bj() {
|
|
1116
|
-
NativeUIComponent.
|
|
1116
|
+
NativeUIComponent.aw(this.h.j(), [12, 2, 7, 0], [2, 2, 2, 2], (a) => {
|
|
1117
1117
|
let b = a[0];
|
|
1118
1118
|
let c = a[1];
|
|
1119
1119
|
let d = a[2];
|
|
1120
1120
|
let e = a[3];
|
|
1121
1121
|
let f = this.h.i();
|
|
1122
1122
|
this.h.k(e, f);
|
|
1123
|
-
b.
|
|
1124
|
-
d.
|
|
1123
|
+
b.bo(d);
|
|
1124
|
+
d.bo(e);
|
|
1125
1125
|
this.h.l(c);
|
|
1126
|
-
b.
|
|
1127
|
-
b.
|
|
1128
|
-
b.
|
|
1129
|
-
b.
|
|
1130
|
-
b.
|
|
1126
|
+
b.ci = BrushUtil.l(255, 255, 255, 255);
|
|
1127
|
+
b.cb = 150;
|
|
1128
|
+
b.b9 = 8;
|
|
1129
|
+
b.cc = 4;
|
|
1130
|
+
b.b2 = true;
|
|
1131
1131
|
this.r = c;
|
|
1132
1132
|
this.r.c = this.j;
|
|
1133
|
-
this.r.
|
|
1134
|
-
this.r.
|
|
1135
|
-
this.r.
|
|
1136
|
-
this.r.
|
|
1137
|
-
this.r.
|
|
1133
|
+
this.r.bq = this.l;
|
|
1134
|
+
this.r.b7 = ColorEditor.a8;
|
|
1135
|
+
this.r.cd = BrushUtil.l(255, 255, 255, 255);
|
|
1136
|
+
this.r.ce = BrushUtil.l(255, 0, 0, 0);
|
|
1137
|
+
this.r.bo = runOn(this, this.cf);
|
|
1138
1138
|
this.r.n = runOn(this, this.by);
|
|
1139
1139
|
this.r.o = runOn(this, this.b0);
|
|
1140
|
-
this.r.
|
|
1140
|
+
this.r.cc = BrushUtil.l(255, 0, 0, 255);
|
|
1141
1141
|
this.s = b;
|
|
1142
1142
|
this.e = this.h.c(f);
|
|
1143
1143
|
this.e.value = this.value;
|
|
@@ -1159,7 +1159,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1159
1159
|
this.bl(a);
|
|
1160
1160
|
}
|
|
1161
1161
|
b0(a, b) {
|
|
1162
|
-
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.
|
|
1162
|
+
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.ao == b.b)) {
|
|
1163
1163
|
this.bp();
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
@@ -1177,18 +1177,18 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1177
1177
|
}
|
|
1178
1178
|
b5(a, b) {
|
|
1179
1179
|
if (this.r != null) {
|
|
1180
|
-
this.r.
|
|
1180
|
+
this.r.cc = b;
|
|
1181
1181
|
}
|
|
1182
1182
|
}
|
|
1183
1183
|
bl(a) {
|
|
1184
|
-
if (this.s.
|
|
1184
|
+
if (this.s.b7) {
|
|
1185
1185
|
this.w = true;
|
|
1186
1186
|
this.bi();
|
|
1187
1187
|
}
|
|
1188
1188
|
}
|
|
1189
1189
|
cg() {
|
|
1190
1190
|
if (this.w == false) {
|
|
1191
|
-
if (this.s.
|
|
1191
|
+
if (this.s.b7) {
|
|
1192
1192
|
this.bi();
|
|
1193
1193
|
}
|
|
1194
1194
|
else {
|
|
@@ -1226,12 +1226,12 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1226
1226
|
ce(a, b) {
|
|
1227
1227
|
{
|
|
1228
1228
|
let c = this.h.r(true);
|
|
1229
|
-
this.s.
|
|
1229
|
+
this.s.cg(c, a, b);
|
|
1230
1230
|
}
|
|
1231
1231
|
}
|
|
1232
1232
|
bi() {
|
|
1233
1233
|
if (this.s != null) {
|
|
1234
|
-
this.a.executeDelayed(() => this.s.
|
|
1234
|
+
this.a.executeDelayed(() => this.s.cd(), 0);
|
|
1235
1235
|
}
|
|
1236
1236
|
if (this.e != null) {
|
|
1237
1237
|
this.e.bg();
|
|
@@ -1240,9 +1240,9 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1240
1240
|
}
|
|
1241
1241
|
focus(a = false) {
|
|
1242
1242
|
if (this.r != null) {
|
|
1243
|
-
this.r.
|
|
1243
|
+
this.r.a1();
|
|
1244
1244
|
}
|
|
1245
|
-
if (!this.s.
|
|
1245
|
+
if (!this.s.b7 && this.al == true) {
|
|
1246
1246
|
if (this.w == false) {
|
|
1247
1247
|
if (this.aa) {
|
|
1248
1248
|
return;
|
|
@@ -1270,7 +1270,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1270
1270
|
}
|
|
1271
1271
|
cb() {
|
|
1272
1272
|
if (this.r != null) {
|
|
1273
|
-
this.r.
|
|
1273
|
+
this.r.ca();
|
|
1274
1274
|
}
|
|
1275
1275
|
}
|
|
1276
1276
|
bo() {
|
|
@@ -1324,23 +1324,23 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1324
1324
|
constructor() {
|
|
1325
1325
|
super();
|
|
1326
1326
|
this.d = null;
|
|
1327
|
-
this.bv = BrushUtil.
|
|
1327
|
+
this.bv = BrushUtil.l(0, 0, 0, 0);
|
|
1328
1328
|
this.bo = null;
|
|
1329
|
-
this.bs = BrushUtil.
|
|
1329
|
+
this.bs = BrushUtil.l(0, 0, 0, 0);
|
|
1330
1330
|
this.propertyChanged = null;
|
|
1331
1331
|
this.closed = null;
|
|
1332
1332
|
this.valueChanged = null;
|
|
1333
1333
|
this.valueChanging = null;
|
|
1334
1334
|
this.v = null;
|
|
1335
|
-
this.bx = BrushUtil.
|
|
1335
|
+
this.bx = BrushUtil.l(255, 0, 0, 255);
|
|
1336
1336
|
this.g = 3;
|
|
1337
1337
|
this.e = 1;
|
|
1338
|
-
this.bp = BrushUtil.
|
|
1339
|
-
this.bt = BrushUtil.
|
|
1340
|
-
this.bu = BrushUtil.
|
|
1341
|
-
this.bq = BrushUtil.
|
|
1342
|
-
this.br = BrushUtil.
|
|
1343
|
-
this.bw = BrushUtil.
|
|
1338
|
+
this.bp = BrushUtil.l(0, 255, 255, 255);
|
|
1339
|
+
this.bt = BrushUtil.l(255, 33, 150, 243);
|
|
1340
|
+
this.bu = BrushUtil.l(255, 21, 112, 184);
|
|
1341
|
+
this.bq = BrushUtil.l(76, 33, 150, 243);
|
|
1342
|
+
this.br = BrushUtil.l(50, 186, 191, 199);
|
|
1343
|
+
this.bw = BrushUtil.l(255, 24, 29, 31);
|
|
1344
1344
|
this.i = null;
|
|
1345
1345
|
this.n = null;
|
|
1346
1346
|
this.s = null;
|
|
@@ -1359,7 +1359,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1359
1359
|
this.x = false;
|
|
1360
1360
|
NativeUIInputsFactory.n();
|
|
1361
1361
|
NativeUIXInputsFactory.m();
|
|
1362
|
-
this.bo = BrushUtil.
|
|
1362
|
+
this.bo = BrushUtil.l(0, 0, 0, 0);
|
|
1363
1363
|
let a = new ColorEditorPanelView();
|
|
1364
1364
|
a.a = this;
|
|
1365
1365
|
this.d = a;
|
|
@@ -1569,7 +1569,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1569
1569
|
}
|
|
1570
1570
|
}
|
|
1571
1571
|
a4() {
|
|
1572
|
-
NativeUIContent.
|
|
1572
|
+
NativeUIContent.aw(this.d.a7(), [7, 7, 0, 5, 0, 5, 0, 5, 2, 7, 1, 1, 7, 2, 7], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], (a) => {
|
|
1573
1573
|
let b = a[0];
|
|
1574
1574
|
let c = a[1];
|
|
1575
1575
|
let d = a[2];
|
|
@@ -1585,97 +1585,97 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1585
1585
|
let n = a[12];
|
|
1586
1586
|
let o = a[13];
|
|
1587
1587
|
let p = a[14];
|
|
1588
|
-
e.
|
|
1589
|
-
i.
|
|
1590
|
-
g.
|
|
1591
|
-
e.
|
|
1592
|
-
i.
|
|
1593
|
-
g.
|
|
1594
|
-
g.
|
|
1595
|
-
f.
|
|
1596
|
-
l.
|
|
1588
|
+
e.bl = 2;
|
|
1589
|
+
i.bl = 0;
|
|
1590
|
+
g.bl = 1;
|
|
1591
|
+
e.bx = BrushUtil.l(0, 0, 0, 0);
|
|
1592
|
+
i.bx = BrushUtil.l(0, 0, 0, 0);
|
|
1593
|
+
g.bx = BrushUtil.l(0, 0, 0, 0);
|
|
1594
|
+
g.bi = new Thickness(1, 0, 5, 5, 0);
|
|
1595
|
+
f.bi = new Thickness(1, 0, 5, 5, 0);
|
|
1596
|
+
l.b0 = "Ok";
|
|
1597
1597
|
l.c = this.f;
|
|
1598
|
-
m.
|
|
1598
|
+
m.b0 = "Cancel";
|
|
1599
1599
|
m.c = this.f;
|
|
1600
|
-
i.
|
|
1601
|
-
h.
|
|
1602
|
-
e.
|
|
1603
|
-
d.
|
|
1604
|
-
p.
|
|
1605
|
-
p.
|
|
1606
|
-
c.
|
|
1607
|
-
c.
|
|
1608
|
-
c.
|
|
1609
|
-
n.
|
|
1610
|
-
n.
|
|
1611
|
-
n.
|
|
1612
|
-
n.
|
|
1613
|
-
j.
|
|
1614
|
-
j.
|
|
1615
|
-
j.
|
|
1600
|
+
i.bi = new Thickness(1, 5, 0, 5, 2);
|
|
1601
|
+
h.bi = new Thickness(1, 5, 0, 5, 2);
|
|
1602
|
+
e.bi = new Thickness(1, 5, 5, 5, 0);
|
|
1603
|
+
d.bi = new Thickness(1, 5, 5, 5, 0);
|
|
1604
|
+
p.bi = new Thickness(1, 5, 16, 0, 11);
|
|
1605
|
+
p.a9 = BrushUtil.l(255, 255, 0, 0);
|
|
1606
|
+
c.cf(p, 0);
|
|
1607
|
+
c.cd(p, 0);
|
|
1608
|
+
c.bo(p);
|
|
1609
|
+
n.b5(0, 2, 1);
|
|
1610
|
+
n.b5(1, 2, 1);
|
|
1611
|
+
n.bi = new Thickness(1, 5, 2, 5, 2);
|
|
1612
|
+
n.cd(j, 0);
|
|
1613
|
+
j.bi = new Thickness(1, 0, 0, 2, 0);
|
|
1614
|
+
j.bv = 1;
|
|
1615
|
+
j.bq = this.h;
|
|
1616
1616
|
j.c = this.f;
|
|
1617
|
-
j.
|
|
1618
|
-
o.
|
|
1619
|
-
o.
|
|
1620
|
-
o.
|
|
1617
|
+
j.b6 = "rgba";
|
|
1618
|
+
o.bi = new Thickness(1, 0, 0, 2, 0);
|
|
1619
|
+
o.bv = 1;
|
|
1620
|
+
o.bq = this.h;
|
|
1621
1621
|
o.c = this.f;
|
|
1622
|
-
o.
|
|
1623
|
-
n.
|
|
1624
|
-
n.
|
|
1625
|
-
n.
|
|
1626
|
-
l.
|
|
1627
|
-
m.
|
|
1628
|
-
l.
|
|
1629
|
-
m.
|
|
1630
|
-
l.
|
|
1631
|
-
m.
|
|
1632
|
-
b.
|
|
1633
|
-
b.
|
|
1634
|
-
b.
|
|
1635
|
-
b.
|
|
1636
|
-
b.
|
|
1637
|
-
b.
|
|
1638
|
-
b.
|
|
1639
|
-
b.
|
|
1640
|
-
b.
|
|
1641
|
-
b.
|
|
1642
|
-
b.
|
|
1643
|
-
b.
|
|
1644
|
-
b.
|
|
1645
|
-
b.
|
|
1646
|
-
b.
|
|
1647
|
-
b.
|
|
1648
|
-
b.
|
|
1649
|
-
b.
|
|
1650
|
-
b.
|
|
1651
|
-
b.
|
|
1652
|
-
b.
|
|
1653
|
-
b.
|
|
1654
|
-
b.
|
|
1655
|
-
b.
|
|
1656
|
-
b.
|
|
1657
|
-
b.
|
|
1658
|
-
b.
|
|
1659
|
-
b.
|
|
1660
|
-
b.
|
|
1661
|
-
k.
|
|
1662
|
-
k.
|
|
1663
|
-
k.
|
|
1664
|
-
k.
|
|
1665
|
-
k.
|
|
1666
|
-
k.
|
|
1667
|
-
b.
|
|
1668
|
-
b.
|
|
1669
|
-
b.
|
|
1670
|
-
b.
|
|
1671
|
-
b.
|
|
1672
|
-
b.
|
|
1673
|
-
b.
|
|
1674
|
-
b.
|
|
1675
|
-
b.
|
|
1622
|
+
o.b6 = "hex";
|
|
1623
|
+
n.cd(o, 1);
|
|
1624
|
+
n.bo(j);
|
|
1625
|
+
n.bo(o);
|
|
1626
|
+
l.bi = new Thickness(1, 5, 2, 5, 2);
|
|
1627
|
+
m.bi = new Thickness(1, 5, 2, 5, 2);
|
|
1628
|
+
l.bq = this.h;
|
|
1629
|
+
m.bq = this.h;
|
|
1630
|
+
l.bn = runOn(this, this.a6);
|
|
1631
|
+
m.bn = runOn(this, this.bh);
|
|
1632
|
+
b.b7(0, 1, 175);
|
|
1633
|
+
b.b7(1, 0, 0);
|
|
1634
|
+
b.b7(2, 0, 0);
|
|
1635
|
+
b.b7(3, 0, 0);
|
|
1636
|
+
b.b5(0, 1, 90);
|
|
1637
|
+
b.b5(1, 1, 175);
|
|
1638
|
+
b.b5(2, 1, 25);
|
|
1639
|
+
b.cf(c, 0);
|
|
1640
|
+
b.cd(c, 0);
|
|
1641
|
+
b.cf(d, 0);
|
|
1642
|
+
b.cd(d, 1);
|
|
1643
|
+
b.cf(e, 0);
|
|
1644
|
+
b.cd(e, 1);
|
|
1645
|
+
b.cf(f, 0);
|
|
1646
|
+
b.cd(f, 3);
|
|
1647
|
+
b.cf(g, 0);
|
|
1648
|
+
b.cd(g, 3);
|
|
1649
|
+
b.cf(h, 1);
|
|
1650
|
+
b.cd(h, 0);
|
|
1651
|
+
b.ce(h, 3);
|
|
1652
|
+
b.cf(i, 1);
|
|
1653
|
+
b.cd(i, 0);
|
|
1654
|
+
b.ce(i, 3);
|
|
1655
|
+
b.cf(n, 2);
|
|
1656
|
+
b.cd(n, 0);
|
|
1657
|
+
b.ce(n, 3);
|
|
1658
|
+
b.cf(k, 3);
|
|
1659
|
+
b.cd(k, 0);
|
|
1660
|
+
b.ce(k, 3);
|
|
1661
|
+
k.b5(0, 2, 1);
|
|
1662
|
+
k.b5(1, 2, 1);
|
|
1663
|
+
k.cd(l, 0);
|
|
1664
|
+
k.cd(m, 1);
|
|
1665
|
+
k.bo(l);
|
|
1666
|
+
k.bo(m);
|
|
1667
|
+
b.bo(c);
|
|
1668
|
+
b.bo(d);
|
|
1669
|
+
b.bo(e);
|
|
1670
|
+
b.bo(f);
|
|
1671
|
+
b.bo(g);
|
|
1672
|
+
b.bo(h);
|
|
1673
|
+
b.bo(i);
|
|
1674
|
+
b.bo(n);
|
|
1675
|
+
b.bo(k);
|
|
1676
1676
|
this.d.a8(b);
|
|
1677
1677
|
this.n = b;
|
|
1678
|
-
this.n.
|
|
1678
|
+
this.n.by = true;
|
|
1679
1679
|
this.s = i;
|
|
1680
1680
|
this.u = g;
|
|
1681
1681
|
this.m = f;
|
|
@@ -1683,24 +1683,24 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1683
1683
|
this.o = p;
|
|
1684
1684
|
this.r = j;
|
|
1685
1685
|
this.q = o;
|
|
1686
|
-
this.s.
|
|
1687
|
-
this.s.
|
|
1688
|
-
this.s.
|
|
1689
|
-
this.s.
|
|
1690
|
-
this.u.
|
|
1691
|
-
this.u.
|
|
1692
|
-
this.t.
|
|
1693
|
-
this.t.
|
|
1694
|
-
this.t.
|
|
1695
|
-
this.t.
|
|
1696
|
-
this.t.
|
|
1697
|
-
this.t.
|
|
1686
|
+
this.s.br = 0;
|
|
1687
|
+
this.s.bq = 360;
|
|
1688
|
+
this.s.bz = BrushUtil.l(255, 255, 255, 255);
|
|
1689
|
+
this.s.b0 = BrushUtil.l(255, 255, 255, 255);
|
|
1690
|
+
this.u.br = 0;
|
|
1691
|
+
this.u.bq = 1;
|
|
1692
|
+
this.t.bz = BrushUtil.l(255, 155, 155, 155);
|
|
1693
|
+
this.t.b0 = BrushUtil.l(255, 255, 255, 255);
|
|
1694
|
+
this.t.br = 0;
|
|
1695
|
+
this.t.bq = 1;
|
|
1696
|
+
this.t.bv = 0;
|
|
1697
|
+
this.t.bu = 1;
|
|
1698
|
+
this.s.bp = runOn(this, this.au);
|
|
1698
1699
|
this.s.bo = runOn(this, this.au);
|
|
1699
|
-
this.
|
|
1700
|
+
this.u.bp = runOn(this, this.aw);
|
|
1700
1701
|
this.u.bo = runOn(this, this.aw);
|
|
1701
|
-
this.
|
|
1702
|
+
this.t.bp = runOn(this, this.av);
|
|
1702
1703
|
this.t.bo = runOn(this, this.av);
|
|
1703
|
-
this.t.bn = runOn(this, this.av);
|
|
1704
1704
|
this.l = d;
|
|
1705
1705
|
this.k = h;
|
|
1706
1706
|
this.p = c;
|
|
@@ -1736,28 +1736,28 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1736
1736
|
let a = Color.u(0, 0, 0, 0);
|
|
1737
1737
|
let b = Color.u(255, 255, 0, 0);
|
|
1738
1738
|
if (this.s != null) {
|
|
1739
|
-
let c = this.s.
|
|
1740
|
-
let d = this.t.
|
|
1741
|
-
let e = 1 - this.t.
|
|
1742
|
-
let f = 1 - this.u.
|
|
1739
|
+
let c = this.s.bt;
|
|
1740
|
+
let d = this.t.bt;
|
|
1741
|
+
let e = 1 - this.t.bw;
|
|
1742
|
+
let f = 1 - this.u.bt;
|
|
1743
1743
|
b = ColorUtil.r(1, c, 1, 0.5);
|
|
1744
1744
|
a = ColorUtil.r(f, c, d, e);
|
|
1745
|
-
this.s.
|
|
1746
|
-
this.t.
|
|
1747
|
-
this.o.
|
|
1748
|
-
this.d.bm(this.s.
|
|
1745
|
+
this.s.by = BrushUtil.l(b.l, b.o, b.n, b.m);
|
|
1746
|
+
this.t.by = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1747
|
+
this.o.a9 = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1748
|
+
this.d.bm(this.s.bt);
|
|
1749
1749
|
this.d.bn(0);
|
|
1750
|
-
this.d.bo(this.s.
|
|
1750
|
+
this.d.bo(this.s.bt, this.t.bt, 1 - this.t.bw);
|
|
1751
1751
|
}
|
|
1752
1752
|
if (this.r != null) {
|
|
1753
1753
|
let g = a.o + ", " + a.n + ", " + a.m + ", " + Math.round((a.l / 255) * 1000) / 1000;
|
|
1754
|
-
this.r.
|
|
1754
|
+
this.r.b8 = g;
|
|
1755
1755
|
}
|
|
1756
1756
|
if (this.q != null) {
|
|
1757
1757
|
let h = ColorUtil.k(a, false);
|
|
1758
|
-
this.q.
|
|
1758
|
+
this.q.b8 = h;
|
|
1759
1759
|
}
|
|
1760
|
-
this.bx = BrushUtil.
|
|
1760
|
+
this.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1761
1761
|
this.bc(this.value);
|
|
1762
1762
|
}
|
|
1763
1763
|
au(a, b) {
|
|
@@ -1768,7 +1768,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1768
1768
|
bl() {
|
|
1769
1769
|
}
|
|
1770
1770
|
a3() {
|
|
1771
|
-
this.n.
|
|
1771
|
+
this.n.a0();
|
|
1772
1772
|
}
|
|
1773
1773
|
onAttachedToUI() {
|
|
1774
1774
|
this.d.bg();
|
|
@@ -1781,7 +1781,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1781
1781
|
bi() {
|
|
1782
1782
|
}
|
|
1783
1783
|
ax() {
|
|
1784
|
-
this.value = BrushUtil.
|
|
1784
|
+
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
1785
1785
|
}
|
|
1786
1786
|
get b5() {
|
|
1787
1787
|
let a = ColorUtil.p(this.value);
|
|
@@ -1794,10 +1794,10 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1794
1794
|
let a = this.b5;
|
|
1795
1795
|
let b = ColorUtil.a(a);
|
|
1796
1796
|
this.y = true;
|
|
1797
|
-
this.s.
|
|
1798
|
-
this.u.
|
|
1799
|
-
this.t.
|
|
1800
|
-
this.t.
|
|
1797
|
+
this.s.bt = b[1] == -1 ? 0 : b[1];
|
|
1798
|
+
this.u.bt = 1 - b[0];
|
|
1799
|
+
this.t.bt = b[2];
|
|
1800
|
+
this.t.bw = 1 - b[3];
|
|
1801
1801
|
this.y = false;
|
|
1802
1802
|
if (this.x) {
|
|
1803
1803
|
this.bn();
|
|
@@ -1817,7 +1817,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1817
1817
|
this.bn();
|
|
1818
1818
|
}
|
|
1819
1819
|
a0(a, b, c) {
|
|
1820
|
-
let d = this.s.
|
|
1820
|
+
let d = this.s.bt;
|
|
1821
1821
|
let e = 1;
|
|
1822
1822
|
let f = 255;
|
|
1823
1823
|
for (let g = 0; g < c; g++) {
|
|
@@ -1976,12 +1976,12 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1976
1976
|
}
|
|
1977
1977
|
ad() {
|
|
1978
1978
|
if (this.s != null) {
|
|
1979
|
-
return this.s.
|
|
1979
|
+
return this.s.bt;
|
|
1980
1980
|
}
|
|
1981
1981
|
return 0;
|
|
1982
1982
|
}
|
|
1983
1983
|
a1(a, b, c) {
|
|
1984
|
-
let d = this.s.
|
|
1984
|
+
let d = this.s.bt;
|
|
1985
1985
|
let e = 1;
|
|
1986
1986
|
let f = 255;
|
|
1987
1987
|
for (let g = 0; g < c; g++) {
|
|
@@ -2018,11 +2018,11 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
2018
2018
|
}
|
|
2019
2019
|
}
|
|
2020
2020
|
a2(a, b, c) {
|
|
2021
|
-
let d = this.s.
|
|
2021
|
+
let d = this.s.bt;
|
|
2022
2022
|
let e = 1;
|
|
2023
2023
|
let f = 255;
|
|
2024
|
-
let g = 1 - this.t.
|
|
2025
|
-
let h = this.t.
|
|
2024
|
+
let g = 1 - this.t.bw;
|
|
2025
|
+
let h = this.t.bt;
|
|
2026
2026
|
for (let i = 0; i < c; i++) {
|
|
2027
2027
|
let j = i / c;
|
|
2028
2028
|
for (let k = 0; k < b; k++) {
|