igniteui-webcomponents-inputs 7.0.1 → 7.1.0-alpha.1
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 +198 -197
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/MultiSliderView_combined.js +7 -7
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +180 -180
- package/esm2015/lib/XButtonBridge.js +2 -2
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XComponentBridge.js +2 -1
- package/esm2015/lib/XPopupBridge.js +5 -5
- package/esm5/lib/MultiSliderView_combined.js +7 -7
- package/esm5/lib/NativeUIXInputsFactory_combined.js +180 -180
- package/esm5/lib/XButtonBridge.js +2 -2
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XComponentBridge.js +2 -1
- package/esm5/lib/XPopupBridge.js +5 -5
- package/fesm2015/igniteui-webcomponents-inputs.js +198 -197
- package/fesm5/igniteui-webcomponents-inputs.js +198 -197
- package/package.json +2 -2
|
@@ -25157,7 +25157,8 @@ let XComponentBridge = /*@__PURE__*/ (() => {
|
|
|
25157
25157
|
}
|
|
25158
25158
|
getTargetForBuildInProperty(a, b) {
|
|
25159
25159
|
switch (b) {
|
|
25160
|
-
case 108:
|
|
25160
|
+
case 108:
|
|
25161
|
+
case 121: return a;
|
|
25161
25162
|
}
|
|
25162
25163
|
return this.s != null ? this.s : a;
|
|
25163
25164
|
}
|
|
@@ -25735,7 +25736,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25735
25736
|
d.clearButtonContent();
|
|
25736
25737
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
25737
25738
|
this.ac = c;
|
|
25738
|
-
d.appendButtonContent(this.ac.
|
|
25739
|
+
d.appendButtonContent(this.ac.ao);
|
|
25739
25740
|
}
|
|
25740
25741
|
else {
|
|
25741
25742
|
this.ac = c;
|
|
@@ -25769,7 +25770,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25769
25770
|
case 54:
|
|
25770
25771
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
25771
25772
|
this.aa = c;
|
|
25772
|
-
d.appendButtonContent(this.aa.
|
|
25773
|
+
d.appendButtonContent(this.aa.ao);
|
|
25773
25774
|
}
|
|
25774
25775
|
break;
|
|
25775
25776
|
case 0:
|
|
@@ -26913,7 +26914,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
26913
26914
|
this.m = true;
|
|
26914
26915
|
this.ap();
|
|
26915
26916
|
if (this.a != null) {
|
|
26916
|
-
this.a.
|
|
26917
|
+
this.a.av(this.u.rootWrapper, "");
|
|
26917
26918
|
}
|
|
26918
26919
|
if (this.z == -1) {
|
|
26919
26920
|
this.z = this.u.setTimeout(runOn(this, this.an), 200);
|
|
@@ -26922,7 +26923,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
26922
26923
|
au() {
|
|
26923
26924
|
this.m = false;
|
|
26924
26925
|
if (this.a != null && this.u != null) {
|
|
26925
|
-
this.a.
|
|
26926
|
+
this.a.bk(this.u.rootWrapper, "");
|
|
26926
26927
|
}
|
|
26927
26928
|
if (this.z != -1) {
|
|
26928
26929
|
window.clearTimeout(this.z);
|
|
@@ -27085,14 +27086,14 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
27085
27086
|
this.l.af(this.j);
|
|
27086
27087
|
this.ab();
|
|
27087
27088
|
this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
27088
|
-
this.a.
|
|
27089
|
+
this.a.bo = this.g.e0;
|
|
27089
27090
|
let k = this.a;
|
|
27090
27091
|
k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
|
|
27091
27092
|
let l = this.a;
|
|
27092
27093
|
l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
|
|
27093
27094
|
let m = this.a;
|
|
27094
27095
|
m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
|
|
27095
|
-
this.a.
|
|
27096
|
+
this.a.aq = (n) => this.g.ey.containsPoint(n);
|
|
27096
27097
|
this.g.ds(0, 0, e, f);
|
|
27097
27098
|
this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
27098
27099
|
this.g.trackDirty();
|
|
@@ -27115,8 +27116,8 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
27115
27116
|
b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
|
|
27116
27117
|
let c = this.a;
|
|
27117
27118
|
c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
|
|
27118
|
-
this.a.
|
|
27119
|
-
this.a.
|
|
27119
|
+
this.a.aq = null;
|
|
27120
|
+
this.a.ax();
|
|
27120
27121
|
}
|
|
27121
27122
|
}
|
|
27122
27123
|
ay() {
|
|
@@ -27135,7 +27136,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
27135
27136
|
if (a || d) {
|
|
27136
27137
|
this.g.ds(0, 0, b, c);
|
|
27137
27138
|
if (this.a != null) {
|
|
27138
|
-
this.a.
|
|
27139
|
+
this.a.bo = this.g.e0;
|
|
27139
27140
|
}
|
|
27140
27141
|
}
|
|
27141
27142
|
}
|
|
@@ -30386,7 +30387,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
30386
30387
|
addButton(a, b) {
|
|
30387
30388
|
this.v.add(b);
|
|
30388
30389
|
a.buttons.add(b.d.getMethodTarget(null));
|
|
30389
|
-
a.appendContentChild(b.
|
|
30390
|
+
a.appendContentChild(b.ao);
|
|
30390
30391
|
}
|
|
30391
30392
|
updateButton(a, b, c) {
|
|
30392
30393
|
this.v._inner[b] = c;
|
|
@@ -30395,7 +30396,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
30395
30396
|
insertButton(a, b, c) {
|
|
30396
30397
|
this.v.insert(b, c);
|
|
30397
30398
|
a.buttons.insert(b, c.d.getMethodTarget(null));
|
|
30398
|
-
a.appendContentChild(c.
|
|
30399
|
+
a.appendContentChild(c.ao);
|
|
30399
30400
|
}
|
|
30400
30401
|
removeButton(a, b) {
|
|
30401
30402
|
this.v.removeAt(b);
|
|
@@ -32083,7 +32084,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
32083
32084
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
32084
32085
|
}
|
|
32085
32086
|
showRelativeToTarget(a, b, c, d) {
|
|
32086
|
-
let e = b.
|
|
32087
|
+
let e = b.ao.getNativeElement();
|
|
32087
32088
|
a.cr(e, this.v(c), this.u(d));
|
|
32088
32089
|
}
|
|
32089
32090
|
close(a) {
|
|
@@ -32120,12 +32121,12 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
32120
32121
|
addChild(a, b) {
|
|
32121
32122
|
this.ae.add(b);
|
|
32122
32123
|
let c = a;
|
|
32123
|
-
c.appendPopupContent(b.
|
|
32124
|
+
c.appendPopupContent(b.ao);
|
|
32124
32125
|
}
|
|
32125
32126
|
insertChild(a, b, c) {
|
|
32126
32127
|
this.ae.add(c);
|
|
32127
32128
|
let d = a;
|
|
32128
|
-
d.appendPopupContent(c.
|
|
32129
|
+
d.appendPopupContent(c.ao);
|
|
32129
32130
|
}
|
|
32130
32131
|
getChildAt(a, b) {
|
|
32131
32132
|
return this.ae._inner[b];
|
|
@@ -32135,12 +32136,12 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
32135
32136
|
}
|
|
32136
32137
|
removeChild(a, b) {
|
|
32137
32138
|
let c = a;
|
|
32138
|
-
c.removePopupContent(b.
|
|
32139
|
+
c.removePopupContent(b.ao);
|
|
32139
32140
|
this.ae.remove(b);
|
|
32140
32141
|
}
|
|
32141
32142
|
removeChildAt(a, b) {
|
|
32142
32143
|
let c = a;
|
|
32143
|
-
c.removePopupContent(this.ae._inner[b].
|
|
32144
|
+
c.removePopupContent(this.ae._inner[b].ao);
|
|
32144
32145
|
this.ae.removeAt(b);
|
|
32145
32146
|
}
|
|
32146
32147
|
}
|
|
@@ -32272,7 +32273,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32272
32273
|
return NativeUIXInputsFactory.a;
|
|
32273
32274
|
}
|
|
32274
32275
|
static m() {
|
|
32275
|
-
NativeUIComponent.
|
|
32276
|
+
NativeUIComponent.at(NativeUIXInputsFactory.b);
|
|
32276
32277
|
}
|
|
32277
32278
|
get flavor() {
|
|
32278
32279
|
return this.c;
|
|
@@ -32342,7 +32343,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32342
32343
|
f.inputs.add(j);
|
|
32343
32344
|
let l = new XInputBridge(f);
|
|
32344
32345
|
let m = new NativeUIInput();
|
|
32345
|
-
m.
|
|
32346
|
+
m.ao = d;
|
|
32346
32347
|
m.d = l;
|
|
32347
32348
|
b(m);
|
|
32348
32349
|
}
|
|
@@ -32356,7 +32357,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32356
32357
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
32357
32358
|
let h = new XButtonBridge(f);
|
|
32358
32359
|
let i = new NativeUIButton();
|
|
32359
|
-
i.
|
|
32360
|
+
i.ao = d;
|
|
32360
32361
|
i.d = h;
|
|
32361
32362
|
b(i);
|
|
32362
32363
|
}
|
|
@@ -32371,7 +32372,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32371
32372
|
let h = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
32372
32373
|
let i = new MultiSliderBridge(f);
|
|
32373
32374
|
let j = new NativeUISlider();
|
|
32374
|
-
j.
|
|
32375
|
+
j.ao = d;
|
|
32375
32376
|
j.d = i;
|
|
32376
32377
|
b(j);
|
|
32377
32378
|
}
|
|
@@ -32384,7 +32385,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32384
32385
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
32385
32386
|
let h = new XButtonGroupBridge(f);
|
|
32386
32387
|
let i = new NativeUIButtonGroup();
|
|
32387
|
-
i.
|
|
32388
|
+
i.ao = d;
|
|
32388
32389
|
i.d = h;
|
|
32389
32390
|
b(i);
|
|
32390
32391
|
}
|
|
@@ -32397,7 +32398,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32397
32398
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
32398
32399
|
let h = new ColorEditorBridge(f);
|
|
32399
32400
|
let i = new NativeUIColorEditor();
|
|
32400
|
-
i.
|
|
32401
|
+
i.ao = d;
|
|
32401
32402
|
i.d = h;
|
|
32402
32403
|
b(i);
|
|
32403
32404
|
}
|
|
@@ -32410,7 +32411,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32410
32411
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
32411
32412
|
let h = new XCheckboxBridge(f);
|
|
32412
32413
|
let i = new NativeUICheckbox();
|
|
32413
|
-
i.
|
|
32414
|
+
i.ao = d;
|
|
32414
32415
|
i.d = h;
|
|
32415
32416
|
b(i);
|
|
32416
32417
|
}
|
|
@@ -32423,7 +32424,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32423
32424
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
32424
32425
|
let h = new XIconBridge(f);
|
|
32425
32426
|
let i = new NativeUIIcon();
|
|
32426
|
-
i.
|
|
32427
|
+
i.ao = d;
|
|
32427
32428
|
i.d = h;
|
|
32428
32429
|
let j = c.createElement("div");
|
|
32429
32430
|
let k = c.getSubRenderer(j);
|
|
@@ -32434,9 +32435,9 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32434
32435
|
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
32435
32436
|
let n = new XButtonBridge(l);
|
|
32436
32437
|
let o = new NativeUIButton();
|
|
32437
|
-
o.
|
|
32438
|
+
o.ao = j;
|
|
32438
32439
|
o.d = n;
|
|
32439
|
-
o.
|
|
32440
|
+
o.bp = i;
|
|
32440
32441
|
b(o);
|
|
32441
32442
|
}
|
|
32442
32443
|
h(a, b) {
|
|
@@ -32448,7 +32449,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32448
32449
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
32449
32450
|
let h = new XIconBridge(f);
|
|
32450
32451
|
let i = new NativeUIIcon();
|
|
32451
|
-
i.
|
|
32452
|
+
i.ao = d;
|
|
32452
32453
|
i.d = h;
|
|
32453
32454
|
b(i);
|
|
32454
32455
|
}
|
|
@@ -32460,7 +32461,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
32460
32461
|
f.provideRenderer(e);
|
|
32461
32462
|
let g = new XPopupBridge(f);
|
|
32462
32463
|
let h = new NativeUIPopup();
|
|
32463
|
-
h.
|
|
32464
|
+
h.ao = d;
|
|
32464
32465
|
h.d = g;
|
|
32465
32466
|
b(h);
|
|
32466
32467
|
}
|
|
@@ -32647,7 +32648,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32647
32648
|
bf(a) {
|
|
32648
32649
|
}
|
|
32649
32650
|
a8(a) {
|
|
32650
|
-
this.aa.append(this.aa.getWrapper(a.
|
|
32651
|
+
this.aa.append(this.aa.getWrapper(a.ao));
|
|
32651
32652
|
}
|
|
32652
32653
|
be(a, b, c, d, e, f, g) {
|
|
32653
32654
|
let h = truncate(Math.round(f * this.a.ab));
|
|
@@ -32670,8 +32671,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32670
32671
|
};
|
|
32671
32672
|
}
|
|
32672
32673
|
ba(a) {
|
|
32673
|
-
if (this.ae == null || a.
|
|
32674
|
-
a.
|
|
32674
|
+
if (this.ae == null || a.ap == null) {
|
|
32675
|
+
a.ap = "image";
|
|
32675
32676
|
let b = this.aa.createElement("canvas");
|
|
32676
32677
|
this.ae = b;
|
|
32677
32678
|
let c = this.be(this.ae, this.m, this.l, this.au, this.at, 148, 148);
|
|
@@ -32681,7 +32682,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32681
32682
|
this.at = c.p4;
|
|
32682
32683
|
this.ae.setStyleProperty("justify-self", "center");
|
|
32683
32684
|
this.ae.setStyleProperty("align-self", "center");
|
|
32684
|
-
let d = a.
|
|
32685
|
+
let d = a.ao;
|
|
32685
32686
|
d.append(this.ae);
|
|
32686
32687
|
this.bm(this.a.ad());
|
|
32687
32688
|
}
|
|
@@ -32715,8 +32716,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32715
32716
|
}
|
|
32716
32717
|
}
|
|
32717
32718
|
a9(a) {
|
|
32718
|
-
if (this.ad == null || a.
|
|
32719
|
-
a.
|
|
32719
|
+
if (this.ad == null || a.ap == null) {
|
|
32720
|
+
a.ap = "image";
|
|
32720
32721
|
let b = this.aa.createElement("canvas");
|
|
32721
32722
|
this.ad = b;
|
|
32722
32723
|
let c = this.be(this.ad, this.j, this.h, this.as, this.ar, 248, 19);
|
|
@@ -32726,7 +32727,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32726
32727
|
this.ar = c.p4;
|
|
32727
32728
|
this.ad.setStyleProperty("justify-self", "center");
|
|
32728
32729
|
this.ad.setStyleProperty("align-self", "center");
|
|
32729
|
-
let d = a.
|
|
32730
|
+
let d = a.ao;
|
|
32730
32731
|
d.append(this.ad);
|
|
32731
32732
|
this.bl(0);
|
|
32732
32733
|
}
|
|
@@ -32760,9 +32761,9 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32760
32761
|
}
|
|
32761
32762
|
}
|
|
32762
32763
|
bb(a) {
|
|
32763
|
-
let b = a.
|
|
32764
|
+
let b = a.ao;
|
|
32764
32765
|
if (b.getChildCount() == 1) {
|
|
32765
|
-
a.
|
|
32766
|
+
a.ap = "image";
|
|
32766
32767
|
let c = this.aa.createElement("canvas");
|
|
32767
32768
|
this.ah = c;
|
|
32768
32769
|
let d = this.be(this.ah, this.t, this.p, this.aw, this.av, 85, 148);
|
|
@@ -32784,8 +32785,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32784
32785
|
}
|
|
32785
32786
|
}
|
|
32786
32787
|
bc(a) {
|
|
32787
|
-
if (this.ai == null || a.
|
|
32788
|
-
a.
|
|
32788
|
+
if (this.ai == null || a.ap == null) {
|
|
32789
|
+
a.ap = "image";
|
|
32789
32790
|
let b = this.aa.createElement("canvas");
|
|
32790
32791
|
this.ai = b;
|
|
32791
32792
|
let c = this.be(this.ai, this.z, this.v, this.aw, this.av, 25, 148);
|
|
@@ -32795,7 +32796,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
32795
32796
|
this.av = c.p4;
|
|
32796
32797
|
this.ai.setStyleProperty("justify-self", "center");
|
|
32797
32798
|
this.ai.setStyleProperty("align-self", "center");
|
|
32798
|
-
let d = a.
|
|
32799
|
+
let d = a.ao;
|
|
32799
32800
|
d.append(this.ai);
|
|
32800
32801
|
this.bo(0, 1, 0.5);
|
|
32801
32802
|
}
|
|
@@ -32924,11 +32925,11 @@ let ColorEditorView = /*@__PURE__*/ (() => {
|
|
|
32924
32925
|
return b;
|
|
32925
32926
|
}
|
|
32926
32927
|
k(a, b) {
|
|
32927
|
-
let c = a.
|
|
32928
|
+
let c = a.ao;
|
|
32928
32929
|
c.append(this.h.getWrapper(b));
|
|
32929
32930
|
}
|
|
32930
32931
|
l(a) {
|
|
32931
|
-
this.h.append(this.h.getWrapper(a.
|
|
32932
|
+
this.h.append(this.h.getWrapper(a.ao));
|
|
32932
32933
|
}
|
|
32933
32934
|
c(a) {
|
|
32934
32935
|
return this.b;
|
|
@@ -33223,7 +33224,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33223
33224
|
break;
|
|
33224
33225
|
case "Label":
|
|
33225
33226
|
if (this.r != null) {
|
|
33226
|
-
this.r.
|
|
33227
|
+
this.r.b6 = this.a2;
|
|
33227
33228
|
}
|
|
33228
33229
|
break;
|
|
33229
33230
|
case "TextStyle":
|
|
@@ -33231,7 +33232,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33231
33232
|
break;
|
|
33232
33233
|
case "ShowClearButton":
|
|
33233
33234
|
if (this.r != null) {
|
|
33234
|
-
if (this.r.
|
|
33235
|
+
if (this.r.b8 != "") {
|
|
33235
33236
|
}
|
|
33236
33237
|
}
|
|
33237
33238
|
break;
|
|
@@ -33243,14 +33244,14 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33243
33244
|
break;
|
|
33244
33245
|
case "AllowTextInput":
|
|
33245
33246
|
if (this.r != null) {
|
|
33246
|
-
this.r.
|
|
33247
|
+
this.r.b1 = this.am();
|
|
33247
33248
|
}
|
|
33248
33249
|
break;
|
|
33249
33250
|
case "OpenOnFocus": break;
|
|
33250
33251
|
case "IsDisabled":
|
|
33251
33252
|
{
|
|
33252
33253
|
if (this.r != null) {
|
|
33253
|
-
this.r.
|
|
33254
|
+
this.r.b1 = this.am();
|
|
33254
33255
|
}
|
|
33255
33256
|
}
|
|
33256
33257
|
break;
|
|
@@ -33261,7 +33262,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33261
33262
|
}
|
|
33262
33263
|
cj() {
|
|
33263
33264
|
if (this.r != null) {
|
|
33264
|
-
this.r.
|
|
33265
|
+
this.r.cf = this.cr;
|
|
33265
33266
|
}
|
|
33266
33267
|
}
|
|
33267
33268
|
ch() {
|
|
@@ -33270,7 +33271,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33270
33271
|
}
|
|
33271
33272
|
ci() {
|
|
33272
33273
|
if (this.n != null) {
|
|
33273
|
-
this.r.
|
|
33274
|
+
this.r.bl = this.n;
|
|
33274
33275
|
}
|
|
33275
33276
|
}
|
|
33276
33277
|
bh() {
|
|
@@ -33278,7 +33279,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33278
33279
|
return;
|
|
33279
33280
|
}
|
|
33280
33281
|
if (this.r != null) {
|
|
33281
|
-
this.r.
|
|
33282
|
+
this.r.b8 = "";
|
|
33282
33283
|
}
|
|
33283
33284
|
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
33284
33285
|
this.e.ax();
|
|
@@ -33301,43 +33302,43 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33301
33302
|
b6(a) {
|
|
33302
33303
|
let b = a;
|
|
33303
33304
|
if (this.r != null) {
|
|
33304
|
-
if (this.s.
|
|
33305
|
+
if (this.s.b7 && !this.s.t(b.b) && !this.r.t(b.b)) {
|
|
33305
33306
|
this.bi();
|
|
33306
33307
|
}
|
|
33307
33308
|
}
|
|
33308
33309
|
}
|
|
33309
33310
|
b7(a) {
|
|
33310
33311
|
if (this.r != null) {
|
|
33311
|
-
let b = this.r.
|
|
33312
|
-
this.s.
|
|
33312
|
+
let b = this.r.bf();
|
|
33313
|
+
this.s.cf(b);
|
|
33313
33314
|
}
|
|
33314
33315
|
}
|
|
33315
33316
|
bj() {
|
|
33316
|
-
NativeUIComponent.
|
|
33317
|
+
NativeUIComponent.aw(this.h.j(), [12, 2, 7, 0], [2, 2, 2, 2], (a) => {
|
|
33317
33318
|
let b = a[0];
|
|
33318
33319
|
let c = a[1];
|
|
33319
33320
|
let d = a[2];
|
|
33320
33321
|
let e = a[3];
|
|
33321
33322
|
let f = this.h.i();
|
|
33322
33323
|
this.h.k(e, f);
|
|
33323
|
-
b.
|
|
33324
|
-
d.
|
|
33324
|
+
b.bo(d);
|
|
33325
|
+
d.bo(e);
|
|
33325
33326
|
this.h.l(c);
|
|
33326
|
-
b.
|
|
33327
|
-
b.
|
|
33328
|
-
b.
|
|
33329
|
-
b.
|
|
33330
|
-
b.
|
|
33327
|
+
b.ci = BrushUtil.l(255, 255, 255, 255);
|
|
33328
|
+
b.cb = 150;
|
|
33329
|
+
b.b9 = 8;
|
|
33330
|
+
b.cc = 4;
|
|
33331
|
+
b.b2 = true;
|
|
33331
33332
|
this.r = c;
|
|
33332
33333
|
this.r.c = this.j;
|
|
33333
|
-
this.r.
|
|
33334
|
-
this.r.
|
|
33335
|
-
this.r.
|
|
33336
|
-
this.r.
|
|
33337
|
-
this.r.
|
|
33334
|
+
this.r.bq = this.l;
|
|
33335
|
+
this.r.b7 = ColorEditor.a8;
|
|
33336
|
+
this.r.cd = BrushUtil.l(255, 255, 255, 255);
|
|
33337
|
+
this.r.ce = BrushUtil.l(255, 0, 0, 0);
|
|
33338
|
+
this.r.bo = runOn(this, this.cf);
|
|
33338
33339
|
this.r.n = runOn(this, this.by);
|
|
33339
33340
|
this.r.o = runOn(this, this.b0);
|
|
33340
|
-
this.r.
|
|
33341
|
+
this.r.cc = BrushUtil.l(255, 0, 0, 255);
|
|
33341
33342
|
this.s = b;
|
|
33342
33343
|
this.e = this.h.c(f);
|
|
33343
33344
|
this.e.value = this.value;
|
|
@@ -33359,7 +33360,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33359
33360
|
this.bl(a);
|
|
33360
33361
|
}
|
|
33361
33362
|
b0(a, b) {
|
|
33362
|
-
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.
|
|
33363
|
+
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.ao == b.b)) {
|
|
33363
33364
|
this.bp();
|
|
33364
33365
|
}
|
|
33365
33366
|
}
|
|
@@ -33377,18 +33378,18 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33377
33378
|
}
|
|
33378
33379
|
b5(a, b) {
|
|
33379
33380
|
if (this.r != null) {
|
|
33380
|
-
this.r.
|
|
33381
|
+
this.r.cc = b;
|
|
33381
33382
|
}
|
|
33382
33383
|
}
|
|
33383
33384
|
bl(a) {
|
|
33384
|
-
if (this.s.
|
|
33385
|
+
if (this.s.b7) {
|
|
33385
33386
|
this.w = true;
|
|
33386
33387
|
this.bi();
|
|
33387
33388
|
}
|
|
33388
33389
|
}
|
|
33389
33390
|
cg() {
|
|
33390
33391
|
if (this.w == false) {
|
|
33391
|
-
if (this.s.
|
|
33392
|
+
if (this.s.b7) {
|
|
33392
33393
|
this.bi();
|
|
33393
33394
|
}
|
|
33394
33395
|
else {
|
|
@@ -33426,12 +33427,12 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33426
33427
|
ce(a, b) {
|
|
33427
33428
|
{
|
|
33428
33429
|
let c = this.h.r(true);
|
|
33429
|
-
this.s.
|
|
33430
|
+
this.s.cg(c, a, b);
|
|
33430
33431
|
}
|
|
33431
33432
|
}
|
|
33432
33433
|
bi() {
|
|
33433
33434
|
if (this.s != null) {
|
|
33434
|
-
this.a.executeDelayed(() => this.s.
|
|
33435
|
+
this.a.executeDelayed(() => this.s.cd(), 0);
|
|
33435
33436
|
}
|
|
33436
33437
|
if (this.e != null) {
|
|
33437
33438
|
this.e.bg();
|
|
@@ -33440,9 +33441,9 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33440
33441
|
}
|
|
33441
33442
|
focus(a = false) {
|
|
33442
33443
|
if (this.r != null) {
|
|
33443
|
-
this.r.
|
|
33444
|
+
this.r.a1();
|
|
33444
33445
|
}
|
|
33445
|
-
if (!this.s.
|
|
33446
|
+
if (!this.s.b7 && this.al == true) {
|
|
33446
33447
|
if (this.w == false) {
|
|
33447
33448
|
if (this.aa) {
|
|
33448
33449
|
return;
|
|
@@ -33470,7 +33471,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
33470
33471
|
}
|
|
33471
33472
|
cb() {
|
|
33472
33473
|
if (this.r != null) {
|
|
33473
|
-
this.r.
|
|
33474
|
+
this.r.ca();
|
|
33474
33475
|
}
|
|
33475
33476
|
}
|
|
33476
33477
|
bo() {
|
|
@@ -33768,7 +33769,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33768
33769
|
}
|
|
33769
33770
|
}
|
|
33770
33771
|
a4() {
|
|
33771
|
-
NativeUIContent.
|
|
33772
|
+
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) => {
|
|
33772
33773
|
let b = a[0];
|
|
33773
33774
|
let c = a[1];
|
|
33774
33775
|
let d = a[2];
|
|
@@ -33784,97 +33785,97 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33784
33785
|
let n = a[12];
|
|
33785
33786
|
let o = a[13];
|
|
33786
33787
|
let p = a[14];
|
|
33787
|
-
e.
|
|
33788
|
-
i.
|
|
33789
|
-
g.
|
|
33790
|
-
e.
|
|
33791
|
-
i.
|
|
33792
|
-
g.
|
|
33793
|
-
g.
|
|
33794
|
-
f.
|
|
33795
|
-
l.
|
|
33788
|
+
e.bl = 2;
|
|
33789
|
+
i.bl = 0;
|
|
33790
|
+
g.bl = 1;
|
|
33791
|
+
e.bx = BrushUtil.l(0, 0, 0, 0);
|
|
33792
|
+
i.bx = BrushUtil.l(0, 0, 0, 0);
|
|
33793
|
+
g.bx = BrushUtil.l(0, 0, 0, 0);
|
|
33794
|
+
g.bi = new Thickness(1, 0, 5, 5, 0);
|
|
33795
|
+
f.bi = new Thickness(1, 0, 5, 5, 0);
|
|
33796
|
+
l.b0 = "Ok";
|
|
33796
33797
|
l.c = this.f;
|
|
33797
|
-
m.
|
|
33798
|
+
m.b0 = "Cancel";
|
|
33798
33799
|
m.c = this.f;
|
|
33799
|
-
i.
|
|
33800
|
-
h.
|
|
33801
|
-
e.
|
|
33802
|
-
d.
|
|
33803
|
-
p.
|
|
33804
|
-
p.
|
|
33805
|
-
c.
|
|
33806
|
-
c.
|
|
33807
|
-
c.
|
|
33808
|
-
n.
|
|
33809
|
-
n.
|
|
33810
|
-
n.
|
|
33811
|
-
n.
|
|
33812
|
-
j.
|
|
33813
|
-
j.
|
|
33814
|
-
j.
|
|
33800
|
+
i.bi = new Thickness(1, 5, 0, 5, 2);
|
|
33801
|
+
h.bi = new Thickness(1, 5, 0, 5, 2);
|
|
33802
|
+
e.bi = new Thickness(1, 5, 5, 5, 0);
|
|
33803
|
+
d.bi = new Thickness(1, 5, 5, 5, 0);
|
|
33804
|
+
p.bi = new Thickness(1, 5, 16, 0, 11);
|
|
33805
|
+
p.a9 = BrushUtil.l(255, 255, 0, 0);
|
|
33806
|
+
c.cd(p, 0);
|
|
33807
|
+
c.cb(p, 0);
|
|
33808
|
+
c.bo(p);
|
|
33809
|
+
n.b3(0, 2, 1);
|
|
33810
|
+
n.b3(1, 2, 1);
|
|
33811
|
+
n.bi = new Thickness(1, 5, 2, 5, 2);
|
|
33812
|
+
n.cb(j, 0);
|
|
33813
|
+
j.bi = new Thickness(1, 0, 0, 2, 0);
|
|
33814
|
+
j.bv = 1;
|
|
33815
|
+
j.bq = this.h;
|
|
33815
33816
|
j.c = this.f;
|
|
33816
|
-
j.
|
|
33817
|
-
o.
|
|
33818
|
-
o.
|
|
33819
|
-
o.
|
|
33817
|
+
j.b6 = "rgba";
|
|
33818
|
+
o.bi = new Thickness(1, 0, 0, 2, 0);
|
|
33819
|
+
o.bv = 1;
|
|
33820
|
+
o.bq = this.h;
|
|
33820
33821
|
o.c = this.f;
|
|
33821
|
-
o.
|
|
33822
|
-
n.
|
|
33823
|
-
n.
|
|
33824
|
-
n.
|
|
33825
|
-
l.
|
|
33826
|
-
m.
|
|
33827
|
-
l.
|
|
33828
|
-
m.
|
|
33829
|
-
l.
|
|
33830
|
-
m.
|
|
33831
|
-
b.
|
|
33832
|
-
b.
|
|
33833
|
-
b.
|
|
33834
|
-
b.
|
|
33835
|
-
b.
|
|
33836
|
-
b.
|
|
33837
|
-
b.
|
|
33838
|
-
b.
|
|
33839
|
-
b.
|
|
33840
|
-
b.
|
|
33841
|
-
b.
|
|
33842
|
-
b.
|
|
33843
|
-
b.
|
|
33844
|
-
b.
|
|
33845
|
-
b.
|
|
33846
|
-
b.
|
|
33847
|
-
b.
|
|
33848
|
-
b.
|
|
33849
|
-
b.
|
|
33850
|
-
b.
|
|
33851
|
-
b.
|
|
33852
|
-
b.
|
|
33853
|
-
b.
|
|
33854
|
-
b.
|
|
33855
|
-
b.
|
|
33856
|
-
b.
|
|
33822
|
+
o.b6 = "hex";
|
|
33823
|
+
n.cb(o, 1);
|
|
33824
|
+
n.bo(j);
|
|
33825
|
+
n.bo(o);
|
|
33826
|
+
l.bi = new Thickness(1, 5, 2, 5, 2);
|
|
33827
|
+
m.bi = new Thickness(1, 5, 2, 5, 2);
|
|
33828
|
+
l.bq = this.h;
|
|
33829
|
+
m.bq = this.h;
|
|
33830
|
+
l.bn = runOn(this, this.a6);
|
|
33831
|
+
m.bn = runOn(this, this.bh);
|
|
33832
|
+
b.b5(0, 1, 175);
|
|
33833
|
+
b.b5(1, 0, 0);
|
|
33834
|
+
b.b5(2, 0, 0);
|
|
33835
|
+
b.b5(3, 0, 0);
|
|
33836
|
+
b.b3(0, 1, 90);
|
|
33837
|
+
b.b3(1, 1, 175);
|
|
33838
|
+
b.b3(2, 1, 25);
|
|
33839
|
+
b.cd(c, 0);
|
|
33840
|
+
b.cb(c, 0);
|
|
33841
|
+
b.cd(d, 0);
|
|
33842
|
+
b.cb(d, 1);
|
|
33843
|
+
b.cd(e, 0);
|
|
33844
|
+
b.cb(e, 1);
|
|
33845
|
+
b.cd(f, 0);
|
|
33846
|
+
b.cb(f, 3);
|
|
33847
|
+
b.cd(g, 0);
|
|
33848
|
+
b.cb(g, 3);
|
|
33849
|
+
b.cd(h, 1);
|
|
33850
|
+
b.cb(h, 0);
|
|
33851
|
+
b.cc(h, 3);
|
|
33852
|
+
b.cd(i, 1);
|
|
33853
|
+
b.cb(i, 0);
|
|
33854
|
+
b.cc(i, 3);
|
|
33855
|
+
b.cd(n, 2);
|
|
33856
|
+
b.cb(n, 0);
|
|
33857
|
+
b.cc(n, 3);
|
|
33858
|
+
b.cd(k, 3);
|
|
33859
|
+
b.cb(k, 0);
|
|
33857
33860
|
b.cc(k, 3);
|
|
33858
|
-
|
|
33859
|
-
|
|
33860
|
-
k.
|
|
33861
|
-
k.
|
|
33862
|
-
k.
|
|
33863
|
-
k.
|
|
33864
|
-
|
|
33865
|
-
|
|
33866
|
-
b.
|
|
33867
|
-
b.
|
|
33868
|
-
b.
|
|
33869
|
-
b.
|
|
33870
|
-
b.
|
|
33871
|
-
b.
|
|
33872
|
-
b.
|
|
33873
|
-
b.bn(n);
|
|
33874
|
-
b.bn(k);
|
|
33861
|
+
k.b3(0, 2, 1);
|
|
33862
|
+
k.b3(1, 2, 1);
|
|
33863
|
+
k.cb(l, 0);
|
|
33864
|
+
k.cb(m, 1);
|
|
33865
|
+
k.bo(l);
|
|
33866
|
+
k.bo(m);
|
|
33867
|
+
b.bo(c);
|
|
33868
|
+
b.bo(d);
|
|
33869
|
+
b.bo(e);
|
|
33870
|
+
b.bo(f);
|
|
33871
|
+
b.bo(g);
|
|
33872
|
+
b.bo(h);
|
|
33873
|
+
b.bo(i);
|
|
33874
|
+
b.bo(n);
|
|
33875
|
+
b.bo(k);
|
|
33875
33876
|
this.d.a8(b);
|
|
33876
33877
|
this.n = b;
|
|
33877
|
-
this.n.
|
|
33878
|
+
this.n.bx = true;
|
|
33878
33879
|
this.s = i;
|
|
33879
33880
|
this.u = g;
|
|
33880
33881
|
this.m = f;
|
|
@@ -33882,24 +33883,24 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33882
33883
|
this.o = p;
|
|
33883
33884
|
this.r = j;
|
|
33884
33885
|
this.q = o;
|
|
33885
|
-
this.s.
|
|
33886
|
-
this.s.
|
|
33887
|
-
this.s.by = BrushUtil.l(255, 255, 255, 255);
|
|
33886
|
+
this.s.br = 0;
|
|
33887
|
+
this.s.bq = 360;
|
|
33888
33888
|
this.s.bz = BrushUtil.l(255, 255, 255, 255);
|
|
33889
|
-
this.
|
|
33890
|
-
this.u.
|
|
33891
|
-
this.
|
|
33892
|
-
this.t.bz = BrushUtil.l(255,
|
|
33893
|
-
this.t.
|
|
33894
|
-
this.t.
|
|
33895
|
-
this.t.
|
|
33896
|
-
this.t.
|
|
33889
|
+
this.s.b0 = BrushUtil.l(255, 255, 255, 255);
|
|
33890
|
+
this.u.br = 0;
|
|
33891
|
+
this.u.bq = 1;
|
|
33892
|
+
this.t.bz = BrushUtil.l(255, 155, 155, 155);
|
|
33893
|
+
this.t.b0 = BrushUtil.l(255, 255, 255, 255);
|
|
33894
|
+
this.t.br = 0;
|
|
33895
|
+
this.t.bq = 1;
|
|
33896
|
+
this.t.bv = 0;
|
|
33897
|
+
this.t.bu = 1;
|
|
33898
|
+
this.s.bp = runOn(this, this.au);
|
|
33897
33899
|
this.s.bo = runOn(this, this.au);
|
|
33898
|
-
this.
|
|
33900
|
+
this.u.bp = runOn(this, this.aw);
|
|
33899
33901
|
this.u.bo = runOn(this, this.aw);
|
|
33900
|
-
this.
|
|
33902
|
+
this.t.bp = runOn(this, this.av);
|
|
33901
33903
|
this.t.bo = runOn(this, this.av);
|
|
33902
|
-
this.t.bn = runOn(this, this.av);
|
|
33903
33904
|
this.l = d;
|
|
33904
33905
|
this.k = h;
|
|
33905
33906
|
this.p = c;
|
|
@@ -33935,26 +33936,26 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33935
33936
|
let a = Color.u(0, 0, 0, 0);
|
|
33936
33937
|
let b = Color.u(255, 255, 0, 0);
|
|
33937
33938
|
if (this.s != null) {
|
|
33938
|
-
let c = this.s.
|
|
33939
|
-
let d = this.t.
|
|
33940
|
-
let e = 1 - this.t.
|
|
33941
|
-
let f = 1 - this.u.
|
|
33939
|
+
let c = this.s.bt;
|
|
33940
|
+
let d = this.t.bt;
|
|
33941
|
+
let e = 1 - this.t.bw;
|
|
33942
|
+
let f = 1 - this.u.bt;
|
|
33942
33943
|
b = ColorUtil.r(1, c, 1, 0.5);
|
|
33943
33944
|
a = ColorUtil.r(f, c, d, e);
|
|
33944
|
-
this.s.
|
|
33945
|
-
this.t.
|
|
33946
|
-
this.o.
|
|
33947
|
-
this.d.bm(this.s.
|
|
33945
|
+
this.s.by = BrushUtil.l(b.l, b.o, b.n, b.m);
|
|
33946
|
+
this.t.by = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
33947
|
+
this.o.a9 = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
33948
|
+
this.d.bm(this.s.bt);
|
|
33948
33949
|
this.d.bn(0);
|
|
33949
|
-
this.d.bo(this.s.
|
|
33950
|
+
this.d.bo(this.s.bt, this.t.bt, 1 - this.t.bw);
|
|
33950
33951
|
}
|
|
33951
33952
|
if (this.r != null) {
|
|
33952
33953
|
let g = a.o + ", " + a.n + ", " + a.m + ", " + Math.round((a.l / 255) * 1000) / 1000;
|
|
33953
|
-
this.r.
|
|
33954
|
+
this.r.b8 = g;
|
|
33954
33955
|
}
|
|
33955
33956
|
if (this.q != null) {
|
|
33956
33957
|
let h = ColorUtil.k(a, false);
|
|
33957
|
-
this.q.
|
|
33958
|
+
this.q.b8 = h;
|
|
33958
33959
|
}
|
|
33959
33960
|
this.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
33960
33961
|
this.bc(this.value);
|
|
@@ -33967,7 +33968,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33967
33968
|
bl() {
|
|
33968
33969
|
}
|
|
33969
33970
|
a3() {
|
|
33970
|
-
this.n.
|
|
33971
|
+
this.n.a0();
|
|
33971
33972
|
}
|
|
33972
33973
|
onAttachedToUI() {
|
|
33973
33974
|
this.d.bg();
|
|
@@ -33993,10 +33994,10 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33993
33994
|
let a = this.b5;
|
|
33994
33995
|
let b = ColorUtil.a(a);
|
|
33995
33996
|
this.y = true;
|
|
33996
|
-
this.s.
|
|
33997
|
-
this.u.
|
|
33998
|
-
this.t.
|
|
33999
|
-
this.t.
|
|
33997
|
+
this.s.bt = b[1] == -1 ? 0 : b[1];
|
|
33998
|
+
this.u.bt = 1 - b[0];
|
|
33999
|
+
this.t.bt = b[2];
|
|
34000
|
+
this.t.bw = 1 - b[3];
|
|
34000
34001
|
this.y = false;
|
|
34001
34002
|
if (this.x) {
|
|
34002
34003
|
this.bn();
|
|
@@ -34016,7 +34017,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
34016
34017
|
this.bn();
|
|
34017
34018
|
}
|
|
34018
34019
|
a0(a, b, c) {
|
|
34019
|
-
let d = this.s.
|
|
34020
|
+
let d = this.s.bt;
|
|
34020
34021
|
let e = 1;
|
|
34021
34022
|
let f = 255;
|
|
34022
34023
|
for (let g = 0; g < c; g++) {
|
|
@@ -34175,12 +34176,12 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
34175
34176
|
}
|
|
34176
34177
|
ad() {
|
|
34177
34178
|
if (this.s != null) {
|
|
34178
|
-
return this.s.
|
|
34179
|
+
return this.s.bt;
|
|
34179
34180
|
}
|
|
34180
34181
|
return 0;
|
|
34181
34182
|
}
|
|
34182
34183
|
a1(a, b, c) {
|
|
34183
|
-
let d = this.s.
|
|
34184
|
+
let d = this.s.bt;
|
|
34184
34185
|
let e = 1;
|
|
34185
34186
|
let f = 255;
|
|
34186
34187
|
for (let g = 0; g < c; g++) {
|
|
@@ -34217,11 +34218,11 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
34217
34218
|
}
|
|
34218
34219
|
}
|
|
34219
34220
|
a2(a, b, c) {
|
|
34220
|
-
let d = this.s.
|
|
34221
|
+
let d = this.s.bt;
|
|
34221
34222
|
let e = 1;
|
|
34222
34223
|
let f = 255;
|
|
34223
|
-
let g = 1 - this.t.
|
|
34224
|
-
let h = this.t.
|
|
34224
|
+
let g = 1 - this.t.bw;
|
|
34225
|
+
let h = this.t.bt;
|
|
34225
34226
|
for (let i = 0; i < c; i++) {
|
|
34226
34227
|
let j = i / c;
|
|
34227
34228
|
for (let k = 0; k < b; k++) {
|