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
|
@@ -30176,7 +30176,8 @@ var XComponentBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30176
30176
|
};
|
|
30177
30177
|
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
30178
30178
|
switch (b) {
|
|
30179
|
-
case 108:
|
|
30179
|
+
case 108:
|
|
30180
|
+
case 121: return a;
|
|
30180
30181
|
}
|
|
30181
30182
|
return this.s != null ? this.s : a;
|
|
30182
30183
|
};
|
|
@@ -30760,7 +30761,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30760
30761
|
d.clearButtonContent();
|
|
30761
30762
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
30762
30763
|
this.ac = c;
|
|
30763
|
-
d.appendButtonContent(this.ac.
|
|
30764
|
+
d.appendButtonContent(this.ac.ao);
|
|
30764
30765
|
}
|
|
30765
30766
|
else {
|
|
30766
30767
|
this.ac = c;
|
|
@@ -30794,7 +30795,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30794
30795
|
case 54:
|
|
30795
30796
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
30796
30797
|
this.aa = c;
|
|
30797
|
-
d.appendButtonContent(this.aa.
|
|
30798
|
+
d.appendButtonContent(this.aa.ao);
|
|
30798
30799
|
}
|
|
30799
30800
|
break;
|
|
30800
30801
|
case 0:
|
|
@@ -32126,7 +32127,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32126
32127
|
this.m = true;
|
|
32127
32128
|
this.ap();
|
|
32128
32129
|
if (this.a != null) {
|
|
32129
|
-
this.a.
|
|
32130
|
+
this.a.av(this.u.rootWrapper, "");
|
|
32130
32131
|
}
|
|
32131
32132
|
if (this.z == -1) {
|
|
32132
32133
|
this.z = this.u.setTimeout(runOn(this, this.an), 200);
|
|
@@ -32135,7 +32136,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32135
32136
|
MultiSliderView.prototype.au = function () {
|
|
32136
32137
|
this.m = false;
|
|
32137
32138
|
if (this.a != null && this.u != null) {
|
|
32138
|
-
this.a.
|
|
32139
|
+
this.a.bk(this.u.rootWrapper, "");
|
|
32139
32140
|
}
|
|
32140
32141
|
if (this.z != -1) {
|
|
32141
32142
|
window.clearTimeout(this.z);
|
|
@@ -32299,14 +32300,14 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32299
32300
|
this.l.af(this.j);
|
|
32300
32301
|
this.ab();
|
|
32301
32302
|
this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
32302
|
-
this.a.
|
|
32303
|
+
this.a.bo = this.g.e0;
|
|
32303
32304
|
var k = this.a;
|
|
32304
32305
|
k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
|
|
32305
32306
|
var l = this.a;
|
|
32306
32307
|
l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
|
|
32307
32308
|
var m = this.a;
|
|
32308
32309
|
m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
|
|
32309
|
-
this.a.
|
|
32310
|
+
this.a.aq = function (n) { return _this.g.ey.containsPoint(n); };
|
|
32310
32311
|
this.g.ds(0, 0, e, f);
|
|
32311
32312
|
this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
32312
32313
|
this.g.trackDirty();
|
|
@@ -32329,8 +32330,8 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32329
32330
|
b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
|
|
32330
32331
|
var c = this.a;
|
|
32331
32332
|
c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
|
|
32332
|
-
this.a.
|
|
32333
|
-
this.a.
|
|
32333
|
+
this.a.aq = null;
|
|
32334
|
+
this.a.ax();
|
|
32334
32335
|
}
|
|
32335
32336
|
};
|
|
32336
32337
|
MultiSliderView.prototype.ay = function () {
|
|
@@ -32349,7 +32350,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32349
32350
|
if (a || d) {
|
|
32350
32351
|
this.g.ds(0, 0, b, c);
|
|
32351
32352
|
if (this.a != null) {
|
|
32352
|
-
this.a.
|
|
32353
|
+
this.a.bo = this.g.e0;
|
|
32353
32354
|
}
|
|
32354
32355
|
}
|
|
32355
32356
|
};
|
|
@@ -36208,7 +36209,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36208
36209
|
XButtonGroupBridge.prototype.addButton = function (a, b) {
|
|
36209
36210
|
this.v.add(b);
|
|
36210
36211
|
a.buttons.add(b.d.getMethodTarget(null));
|
|
36211
|
-
a.appendContentChild(b.
|
|
36212
|
+
a.appendContentChild(b.ao);
|
|
36212
36213
|
};
|
|
36213
36214
|
XButtonGroupBridge.prototype.updateButton = function (a, b, c) {
|
|
36214
36215
|
this.v._inner[b] = c;
|
|
@@ -36217,7 +36218,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36217
36218
|
XButtonGroupBridge.prototype.insertButton = function (a, b, c) {
|
|
36218
36219
|
this.v.insert(b, c);
|
|
36219
36220
|
a.buttons.insert(b, c.d.getMethodTarget(null));
|
|
36220
|
-
a.appendContentChild(c.
|
|
36221
|
+
a.appendContentChild(c.ao);
|
|
36221
36222
|
};
|
|
36222
36223
|
XButtonGroupBridge.prototype.removeButton = function (a, b) {
|
|
36223
36224
|
this.v.removeAt(b);
|
|
@@ -38133,7 +38134,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38133
38134
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
38134
38135
|
};
|
|
38135
38136
|
XPopupBridge.prototype.showRelativeToTarget = function (a, b, c, d) {
|
|
38136
|
-
var e = b.
|
|
38137
|
+
var e = b.ao.getNativeElement();
|
|
38137
38138
|
a.cr(e, this.v(c), this.u(d));
|
|
38138
38139
|
};
|
|
38139
38140
|
XPopupBridge.prototype.close = function (a) {
|
|
@@ -38170,12 +38171,12 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38170
38171
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
38171
38172
|
this.ae.add(b);
|
|
38172
38173
|
var c = a;
|
|
38173
|
-
c.appendPopupContent(b.
|
|
38174
|
+
c.appendPopupContent(b.ao);
|
|
38174
38175
|
};
|
|
38175
38176
|
XPopupBridge.prototype.insertChild = function (a, b, c) {
|
|
38176
38177
|
this.ae.add(c);
|
|
38177
38178
|
var d = a;
|
|
38178
|
-
d.appendPopupContent(c.
|
|
38179
|
+
d.appendPopupContent(c.ao);
|
|
38179
38180
|
};
|
|
38180
38181
|
XPopupBridge.prototype.getChildAt = function (a, b) {
|
|
38181
38182
|
return this.ae._inner[b];
|
|
@@ -38185,12 +38186,12 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38185
38186
|
};
|
|
38186
38187
|
XPopupBridge.prototype.removeChild = function (a, b) {
|
|
38187
38188
|
var c = a;
|
|
38188
|
-
c.removePopupContent(b.
|
|
38189
|
+
c.removePopupContent(b.ao);
|
|
38189
38190
|
this.ae.remove(b);
|
|
38190
38191
|
};
|
|
38191
38192
|
XPopupBridge.prototype.removeChildAt = function (a, b) {
|
|
38192
38193
|
var c = a;
|
|
38193
|
-
c.removePopupContent(this.ae._inner[b].
|
|
38194
|
+
c.removePopupContent(this.ae._inner[b].ao);
|
|
38194
38195
|
this.ae.removeAt(b);
|
|
38195
38196
|
};
|
|
38196
38197
|
XPopupBridge.$t = markType(XPopupBridge, 'XPopupBridge', XComponentBridge.$, [INativeUIPopupBridge_$type]);
|
|
@@ -38358,7 +38359,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38358
38359
|
configurable: true
|
|
38359
38360
|
});
|
|
38360
38361
|
NativeUIXInputsFactory.m = function () {
|
|
38361
|
-
NativeUIComponent.
|
|
38362
|
+
NativeUIComponent.at(NativeUIXInputsFactory.b);
|
|
38362
38363
|
};
|
|
38363
38364
|
Object.defineProperty(NativeUIXInputsFactory.prototype, "flavor", {
|
|
38364
38365
|
get: function () {
|
|
@@ -38432,7 +38433,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38432
38433
|
f.inputs.add(j);
|
|
38433
38434
|
var l = new XInputBridge(f);
|
|
38434
38435
|
var m = new NativeUIInput();
|
|
38435
|
-
m.
|
|
38436
|
+
m.ao = d;
|
|
38436
38437
|
m.d = l;
|
|
38437
38438
|
b(m);
|
|
38438
38439
|
};
|
|
@@ -38446,7 +38447,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38446
38447
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38447
38448
|
var h = new XButtonBridge(f);
|
|
38448
38449
|
var i = new NativeUIButton();
|
|
38449
|
-
i.
|
|
38450
|
+
i.ao = d;
|
|
38450
38451
|
i.d = h;
|
|
38451
38452
|
b(i);
|
|
38452
38453
|
};
|
|
@@ -38461,7 +38462,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38461
38462
|
var h = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38462
38463
|
var i = new MultiSliderBridge(f);
|
|
38463
38464
|
var j = new NativeUISlider();
|
|
38464
|
-
j.
|
|
38465
|
+
j.ao = d;
|
|
38465
38466
|
j.d = i;
|
|
38466
38467
|
b(j);
|
|
38467
38468
|
};
|
|
@@ -38474,7 +38475,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38474
38475
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38475
38476
|
var h = new XButtonGroupBridge(f);
|
|
38476
38477
|
var i = new NativeUIButtonGroup();
|
|
38477
|
-
i.
|
|
38478
|
+
i.ao = d;
|
|
38478
38479
|
i.d = h;
|
|
38479
38480
|
b(i);
|
|
38480
38481
|
};
|
|
@@ -38487,7 +38488,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38487
38488
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38488
38489
|
var h = new ColorEditorBridge(f);
|
|
38489
38490
|
var i = new NativeUIColorEditor();
|
|
38490
|
-
i.
|
|
38491
|
+
i.ao = d;
|
|
38491
38492
|
i.d = h;
|
|
38492
38493
|
b(i);
|
|
38493
38494
|
};
|
|
@@ -38500,7 +38501,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38500
38501
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38501
38502
|
var h = new XCheckboxBridge(f);
|
|
38502
38503
|
var i = new NativeUICheckbox();
|
|
38503
|
-
i.
|
|
38504
|
+
i.ao = d;
|
|
38504
38505
|
i.d = h;
|
|
38505
38506
|
b(i);
|
|
38506
38507
|
};
|
|
@@ -38513,7 +38514,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38513
38514
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38514
38515
|
var h = new XIconBridge(f);
|
|
38515
38516
|
var i = new NativeUIIcon();
|
|
38516
|
-
i.
|
|
38517
|
+
i.ao = d;
|
|
38517
38518
|
i.d = h;
|
|
38518
38519
|
var j = c.createElement("div");
|
|
38519
38520
|
var k = c.getSubRenderer(j);
|
|
@@ -38524,9 +38525,9 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38524
38525
|
var m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
38525
38526
|
var n = new XButtonBridge(l);
|
|
38526
38527
|
var o = new NativeUIButton();
|
|
38527
|
-
o.
|
|
38528
|
+
o.ao = j;
|
|
38528
38529
|
o.d = n;
|
|
38529
|
-
o.
|
|
38530
|
+
o.bp = i;
|
|
38530
38531
|
b(o);
|
|
38531
38532
|
};
|
|
38532
38533
|
NativeUIXInputsFactory.prototype.h = function (a, b) {
|
|
@@ -38538,7 +38539,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38538
38539
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38539
38540
|
var h = new XIconBridge(f);
|
|
38540
38541
|
var i = new NativeUIIcon();
|
|
38541
|
-
i.
|
|
38542
|
+
i.ao = d;
|
|
38542
38543
|
i.d = h;
|
|
38543
38544
|
b(i);
|
|
38544
38545
|
};
|
|
@@ -38550,7 +38551,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38550
38551
|
f.provideRenderer(e);
|
|
38551
38552
|
var g = new XPopupBridge(f);
|
|
38552
38553
|
var h = new NativeUIPopup();
|
|
38553
|
-
h.
|
|
38554
|
+
h.ao = d;
|
|
38554
38555
|
h.d = g;
|
|
38555
38556
|
b(h);
|
|
38556
38557
|
};
|
|
@@ -38760,7 +38761,7 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38760
38761
|
ColorEditorPanelView.prototype.bf = function (a) {
|
|
38761
38762
|
};
|
|
38762
38763
|
ColorEditorPanelView.prototype.a8 = function (a) {
|
|
38763
|
-
this.aa.append(this.aa.getWrapper(a.
|
|
38764
|
+
this.aa.append(this.aa.getWrapper(a.ao));
|
|
38764
38765
|
};
|
|
38765
38766
|
ColorEditorPanelView.prototype.be = function (a, b, c, d, e, f, g) {
|
|
38766
38767
|
var h = truncate(Math.round(f * this.a.ab));
|
|
@@ -38783,8 +38784,8 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38783
38784
|
};
|
|
38784
38785
|
};
|
|
38785
38786
|
ColorEditorPanelView.prototype.ba = function (a) {
|
|
38786
|
-
if (this.ae == null || a.
|
|
38787
|
-
a.
|
|
38787
|
+
if (this.ae == null || a.ap == null) {
|
|
38788
|
+
a.ap = "image";
|
|
38788
38789
|
var b = this.aa.createElement("canvas");
|
|
38789
38790
|
this.ae = b;
|
|
38790
38791
|
var c = this.be(this.ae, this.m, this.l, this.au, this.at, 148, 148);
|
|
@@ -38794,7 +38795,7 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38794
38795
|
this.at = c.p4;
|
|
38795
38796
|
this.ae.setStyleProperty("justify-self", "center");
|
|
38796
38797
|
this.ae.setStyleProperty("align-self", "center");
|
|
38797
|
-
var d = a.
|
|
38798
|
+
var d = a.ao;
|
|
38798
38799
|
d.append(this.ae);
|
|
38799
38800
|
this.bm(this.a.ad());
|
|
38800
38801
|
}
|
|
@@ -38828,8 +38829,8 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38828
38829
|
}
|
|
38829
38830
|
};
|
|
38830
38831
|
ColorEditorPanelView.prototype.a9 = function (a) {
|
|
38831
|
-
if (this.ad == null || a.
|
|
38832
|
-
a.
|
|
38832
|
+
if (this.ad == null || a.ap == null) {
|
|
38833
|
+
a.ap = "image";
|
|
38833
38834
|
var b = this.aa.createElement("canvas");
|
|
38834
38835
|
this.ad = b;
|
|
38835
38836
|
var c = this.be(this.ad, this.j, this.h, this.as, this.ar, 248, 19);
|
|
@@ -38839,7 +38840,7 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38839
38840
|
this.ar = c.p4;
|
|
38840
38841
|
this.ad.setStyleProperty("justify-self", "center");
|
|
38841
38842
|
this.ad.setStyleProperty("align-self", "center");
|
|
38842
|
-
var d = a.
|
|
38843
|
+
var d = a.ao;
|
|
38843
38844
|
d.append(this.ad);
|
|
38844
38845
|
this.bl(0);
|
|
38845
38846
|
}
|
|
@@ -38873,9 +38874,9 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38873
38874
|
}
|
|
38874
38875
|
};
|
|
38875
38876
|
ColorEditorPanelView.prototype.bb = function (a) {
|
|
38876
|
-
var b = a.
|
|
38877
|
+
var b = a.ao;
|
|
38877
38878
|
if (b.getChildCount() == 1) {
|
|
38878
|
-
a.
|
|
38879
|
+
a.ap = "image";
|
|
38879
38880
|
var c = this.aa.createElement("canvas");
|
|
38880
38881
|
this.ah = c;
|
|
38881
38882
|
var d = this.be(this.ah, this.t, this.p, this.aw, this.av, 85, 148);
|
|
@@ -38897,8 +38898,8 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38897
38898
|
}
|
|
38898
38899
|
};
|
|
38899
38900
|
ColorEditorPanelView.prototype.bc = function (a) {
|
|
38900
|
-
if (this.ai == null || a.
|
|
38901
|
-
a.
|
|
38901
|
+
if (this.ai == null || a.ap == null) {
|
|
38902
|
+
a.ap = "image";
|
|
38902
38903
|
var b = this.aa.createElement("canvas");
|
|
38903
38904
|
this.ai = b;
|
|
38904
38905
|
var c = this.be(this.ai, this.z, this.v, this.aw, this.av, 25, 148);
|
|
@@ -38908,7 +38909,7 @@ var ColorEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38908
38909
|
this.av = c.p4;
|
|
38909
38910
|
this.ai.setStyleProperty("justify-self", "center");
|
|
38910
38911
|
this.ai.setStyleProperty("align-self", "center");
|
|
38911
|
-
var d = a.
|
|
38912
|
+
var d = a.ao;
|
|
38912
38913
|
d.append(this.ai);
|
|
38913
38914
|
this.bo(0, 1, 0.5);
|
|
38914
38915
|
}
|
|
@@ -39057,11 +39058,11 @@ var ColorEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39057
39058
|
return b;
|
|
39058
39059
|
};
|
|
39059
39060
|
ColorEditorView.prototype.k = function (a, b) {
|
|
39060
|
-
var c = a.
|
|
39061
|
+
var c = a.ao;
|
|
39061
39062
|
c.append(this.h.getWrapper(b));
|
|
39062
39063
|
};
|
|
39063
39064
|
ColorEditorView.prototype.l = function (a) {
|
|
39064
|
-
this.h.append(this.h.getWrapper(a.
|
|
39065
|
+
this.h.append(this.h.getWrapper(a.ao));
|
|
39065
39066
|
};
|
|
39066
39067
|
ColorEditorView.prototype.c = function (a) {
|
|
39067
39068
|
return this.b;
|
|
@@ -39431,7 +39432,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39431
39432
|
break;
|
|
39432
39433
|
case "Label":
|
|
39433
39434
|
if (this.r != null) {
|
|
39434
|
-
this.r.
|
|
39435
|
+
this.r.b6 = this.a2;
|
|
39435
39436
|
}
|
|
39436
39437
|
break;
|
|
39437
39438
|
case "TextStyle":
|
|
@@ -39439,7 +39440,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39439
39440
|
break;
|
|
39440
39441
|
case "ShowClearButton":
|
|
39441
39442
|
if (this.r != null) {
|
|
39442
|
-
if (this.r.
|
|
39443
|
+
if (this.r.b8 != "") {
|
|
39443
39444
|
}
|
|
39444
39445
|
}
|
|
39445
39446
|
break;
|
|
@@ -39451,14 +39452,14 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39451
39452
|
break;
|
|
39452
39453
|
case "AllowTextInput":
|
|
39453
39454
|
if (this.r != null) {
|
|
39454
|
-
this.r.
|
|
39455
|
+
this.r.b1 = this.am();
|
|
39455
39456
|
}
|
|
39456
39457
|
break;
|
|
39457
39458
|
case "OpenOnFocus": break;
|
|
39458
39459
|
case "IsDisabled":
|
|
39459
39460
|
{
|
|
39460
39461
|
if (this.r != null) {
|
|
39461
|
-
this.r.
|
|
39462
|
+
this.r.b1 = this.am();
|
|
39462
39463
|
}
|
|
39463
39464
|
}
|
|
39464
39465
|
break;
|
|
@@ -39469,7 +39470,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39469
39470
|
};
|
|
39470
39471
|
ColorEditor.prototype.cj = function () {
|
|
39471
39472
|
if (this.r != null) {
|
|
39472
|
-
this.r.
|
|
39473
|
+
this.r.cf = this.cr;
|
|
39473
39474
|
}
|
|
39474
39475
|
};
|
|
39475
39476
|
ColorEditor.prototype.ch = function () {
|
|
@@ -39478,7 +39479,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39478
39479
|
};
|
|
39479
39480
|
ColorEditor.prototype.ci = function () {
|
|
39480
39481
|
if (this.n != null) {
|
|
39481
|
-
this.r.
|
|
39482
|
+
this.r.bl = this.n;
|
|
39482
39483
|
}
|
|
39483
39484
|
};
|
|
39484
39485
|
ColorEditor.prototype.bh = function () {
|
|
@@ -39486,7 +39487,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39486
39487
|
return;
|
|
39487
39488
|
}
|
|
39488
39489
|
if (this.r != null) {
|
|
39489
|
-
this.r.
|
|
39490
|
+
this.r.b8 = "";
|
|
39490
39491
|
}
|
|
39491
39492
|
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
39492
39493
|
this.e.ax();
|
|
@@ -39509,44 +39510,44 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39509
39510
|
ColorEditor.prototype.b6 = function (a) {
|
|
39510
39511
|
var b = a;
|
|
39511
39512
|
if (this.r != null) {
|
|
39512
|
-
if (this.s.
|
|
39513
|
+
if (this.s.b7 && !this.s.t(b.b) && !this.r.t(b.b)) {
|
|
39513
39514
|
this.bi();
|
|
39514
39515
|
}
|
|
39515
39516
|
}
|
|
39516
39517
|
};
|
|
39517
39518
|
ColorEditor.prototype.b7 = function (a) {
|
|
39518
39519
|
if (this.r != null) {
|
|
39519
|
-
var b = this.r.
|
|
39520
|
-
this.s.
|
|
39520
|
+
var b = this.r.bf();
|
|
39521
|
+
this.s.cf(b);
|
|
39521
39522
|
}
|
|
39522
39523
|
};
|
|
39523
39524
|
ColorEditor.prototype.bj = function () {
|
|
39524
39525
|
var _this = this;
|
|
39525
|
-
NativeUIComponent.
|
|
39526
|
+
NativeUIComponent.aw(this.h.j(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
|
|
39526
39527
|
var b = a[0];
|
|
39527
39528
|
var c = a[1];
|
|
39528
39529
|
var d = a[2];
|
|
39529
39530
|
var e = a[3];
|
|
39530
39531
|
var f = _this.h.i();
|
|
39531
39532
|
_this.h.k(e, f);
|
|
39532
|
-
b.
|
|
39533
|
-
d.
|
|
39533
|
+
b.bo(d);
|
|
39534
|
+
d.bo(e);
|
|
39534
39535
|
_this.h.l(c);
|
|
39535
|
-
b.
|
|
39536
|
-
b.
|
|
39537
|
-
b.
|
|
39538
|
-
b.
|
|
39539
|
-
b.
|
|
39536
|
+
b.ci = BrushUtil.l(255, 255, 255, 255);
|
|
39537
|
+
b.cb = 150;
|
|
39538
|
+
b.b9 = 8;
|
|
39539
|
+
b.cc = 4;
|
|
39540
|
+
b.b2 = true;
|
|
39540
39541
|
_this.r = c;
|
|
39541
39542
|
_this.r.c = _this.j;
|
|
39542
|
-
_this.r.
|
|
39543
|
-
_this.r.
|
|
39544
|
-
_this.r.
|
|
39545
|
-
_this.r.
|
|
39546
|
-
_this.r.
|
|
39543
|
+
_this.r.bq = _this.l;
|
|
39544
|
+
_this.r.b7 = ColorEditor.a8;
|
|
39545
|
+
_this.r.cd = BrushUtil.l(255, 255, 255, 255);
|
|
39546
|
+
_this.r.ce = BrushUtil.l(255, 0, 0, 0);
|
|
39547
|
+
_this.r.bo = runOn(_this, _this.cf);
|
|
39547
39548
|
_this.r.n = runOn(_this, _this.by);
|
|
39548
39549
|
_this.r.o = runOn(_this, _this.b0);
|
|
39549
|
-
_this.r.
|
|
39550
|
+
_this.r.cc = BrushUtil.l(255, 0, 0, 255);
|
|
39550
39551
|
_this.s = b;
|
|
39551
39552
|
_this.e = _this.h.c(f);
|
|
39552
39553
|
_this.e.value = _this.value;
|
|
@@ -39568,7 +39569,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39568
39569
|
this.bl(a);
|
|
39569
39570
|
};
|
|
39570
39571
|
ColorEditor.prototype.b0 = function (a, b) {
|
|
39571
|
-
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.
|
|
39572
|
+
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.ao == b.b)) {
|
|
39572
39573
|
this.bp();
|
|
39573
39574
|
}
|
|
39574
39575
|
};
|
|
@@ -39586,18 +39587,18 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39586
39587
|
};
|
|
39587
39588
|
ColorEditor.prototype.b5 = function (a, b) {
|
|
39588
39589
|
if (this.r != null) {
|
|
39589
|
-
this.r.
|
|
39590
|
+
this.r.cc = b;
|
|
39590
39591
|
}
|
|
39591
39592
|
};
|
|
39592
39593
|
ColorEditor.prototype.bl = function (a) {
|
|
39593
|
-
if (this.s.
|
|
39594
|
+
if (this.s.b7) {
|
|
39594
39595
|
this.w = true;
|
|
39595
39596
|
this.bi();
|
|
39596
39597
|
}
|
|
39597
39598
|
};
|
|
39598
39599
|
ColorEditor.prototype.cg = function () {
|
|
39599
39600
|
if (this.w == false) {
|
|
39600
|
-
if (this.s.
|
|
39601
|
+
if (this.s.b7) {
|
|
39601
39602
|
this.bi();
|
|
39602
39603
|
}
|
|
39603
39604
|
else {
|
|
@@ -39635,13 +39636,13 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39635
39636
|
ColorEditor.prototype.ce = function (a, b) {
|
|
39636
39637
|
{
|
|
39637
39638
|
var c = this.h.r(true);
|
|
39638
|
-
this.s.
|
|
39639
|
+
this.s.cg(c, a, b);
|
|
39639
39640
|
}
|
|
39640
39641
|
};
|
|
39641
39642
|
ColorEditor.prototype.bi = function () {
|
|
39642
39643
|
var _this = this;
|
|
39643
39644
|
if (this.s != null) {
|
|
39644
|
-
this.a.executeDelayed(function () { return _this.s.
|
|
39645
|
+
this.a.executeDelayed(function () { return _this.s.cd(); }, 0);
|
|
39645
39646
|
}
|
|
39646
39647
|
if (this.e != null) {
|
|
39647
39648
|
this.e.bg();
|
|
@@ -39654,9 +39655,9 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39654
39655
|
a = false;
|
|
39655
39656
|
}
|
|
39656
39657
|
if (this.r != null) {
|
|
39657
|
-
this.r.
|
|
39658
|
+
this.r.a1();
|
|
39658
39659
|
}
|
|
39659
|
-
if (!this.s.
|
|
39660
|
+
if (!this.s.b7 && this.al == true) {
|
|
39660
39661
|
if (this.w == false) {
|
|
39661
39662
|
if (this.aa) {
|
|
39662
39663
|
return;
|
|
@@ -39684,7 +39685,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39684
39685
|
};
|
|
39685
39686
|
ColorEditor.prototype.cb = function () {
|
|
39686
39687
|
if (this.r != null) {
|
|
39687
|
-
this.r.
|
|
39688
|
+
this.r.ca();
|
|
39688
39689
|
}
|
|
39689
39690
|
};
|
|
39690
39691
|
ColorEditor.prototype.bo = function () {
|
|
@@ -40038,7 +40039,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40038
40039
|
};
|
|
40039
40040
|
ColorEditorPanel.prototype.a4 = function () {
|
|
40040
40041
|
var _this = this;
|
|
40041
|
-
NativeUIContent.
|
|
40042
|
+
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], function (a) {
|
|
40042
40043
|
var b = a[0];
|
|
40043
40044
|
var c = a[1];
|
|
40044
40045
|
var d = a[2];
|
|
@@ -40054,97 +40055,97 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40054
40055
|
var n = a[12];
|
|
40055
40056
|
var o = a[13];
|
|
40056
40057
|
var p = a[14];
|
|
40057
|
-
e.
|
|
40058
|
-
i.
|
|
40059
|
-
g.
|
|
40060
|
-
e.
|
|
40061
|
-
i.
|
|
40062
|
-
g.
|
|
40063
|
-
g.
|
|
40064
|
-
f.
|
|
40065
|
-
l.
|
|
40058
|
+
e.bl = 2;
|
|
40059
|
+
i.bl = 0;
|
|
40060
|
+
g.bl = 1;
|
|
40061
|
+
e.bx = BrushUtil.l(0, 0, 0, 0);
|
|
40062
|
+
i.bx = BrushUtil.l(0, 0, 0, 0);
|
|
40063
|
+
g.bx = BrushUtil.l(0, 0, 0, 0);
|
|
40064
|
+
g.bi = new Thickness(1, 0, 5, 5, 0);
|
|
40065
|
+
f.bi = new Thickness(1, 0, 5, 5, 0);
|
|
40066
|
+
l.b0 = "Ok";
|
|
40066
40067
|
l.c = _this.f;
|
|
40067
|
-
m.
|
|
40068
|
+
m.b0 = "Cancel";
|
|
40068
40069
|
m.c = _this.f;
|
|
40069
|
-
i.
|
|
40070
|
-
h.
|
|
40071
|
-
e.
|
|
40072
|
-
d.
|
|
40073
|
-
p.
|
|
40074
|
-
p.
|
|
40075
|
-
c.
|
|
40076
|
-
c.
|
|
40077
|
-
c.
|
|
40078
|
-
n.
|
|
40079
|
-
n.
|
|
40080
|
-
n.
|
|
40081
|
-
n.
|
|
40082
|
-
j.
|
|
40083
|
-
j.
|
|
40084
|
-
j.
|
|
40070
|
+
i.bi = new Thickness(1, 5, 0, 5, 2);
|
|
40071
|
+
h.bi = new Thickness(1, 5, 0, 5, 2);
|
|
40072
|
+
e.bi = new Thickness(1, 5, 5, 5, 0);
|
|
40073
|
+
d.bi = new Thickness(1, 5, 5, 5, 0);
|
|
40074
|
+
p.bi = new Thickness(1, 5, 16, 0, 11);
|
|
40075
|
+
p.a9 = BrushUtil.l(255, 255, 0, 0);
|
|
40076
|
+
c.cd(p, 0);
|
|
40077
|
+
c.cb(p, 0);
|
|
40078
|
+
c.bo(p);
|
|
40079
|
+
n.b3(0, 2, 1);
|
|
40080
|
+
n.b3(1, 2, 1);
|
|
40081
|
+
n.bi = new Thickness(1, 5, 2, 5, 2);
|
|
40082
|
+
n.cb(j, 0);
|
|
40083
|
+
j.bi = new Thickness(1, 0, 0, 2, 0);
|
|
40084
|
+
j.bv = 1;
|
|
40085
|
+
j.bq = _this.h;
|
|
40085
40086
|
j.c = _this.f;
|
|
40086
|
-
j.
|
|
40087
|
-
o.
|
|
40088
|
-
o.
|
|
40089
|
-
o.
|
|
40087
|
+
j.b6 = "rgba";
|
|
40088
|
+
o.bi = new Thickness(1, 0, 0, 2, 0);
|
|
40089
|
+
o.bv = 1;
|
|
40090
|
+
o.bq = _this.h;
|
|
40090
40091
|
o.c = _this.f;
|
|
40091
|
-
o.
|
|
40092
|
-
n.
|
|
40093
|
-
n.
|
|
40094
|
-
n.
|
|
40095
|
-
l.
|
|
40096
|
-
m.
|
|
40097
|
-
l.
|
|
40098
|
-
m.
|
|
40099
|
-
l.
|
|
40100
|
-
m.
|
|
40101
|
-
b.
|
|
40102
|
-
b.
|
|
40103
|
-
b.
|
|
40104
|
-
b.
|
|
40105
|
-
b.
|
|
40106
|
-
b.
|
|
40107
|
-
b.
|
|
40108
|
-
b.
|
|
40109
|
-
b.
|
|
40110
|
-
b.
|
|
40111
|
-
b.
|
|
40112
|
-
b.
|
|
40113
|
-
b.
|
|
40114
|
-
b.
|
|
40115
|
-
b.
|
|
40116
|
-
b.
|
|
40117
|
-
b.
|
|
40118
|
-
b.
|
|
40119
|
-
b.
|
|
40120
|
-
b.
|
|
40121
|
-
b.
|
|
40122
|
-
b.
|
|
40123
|
-
b.
|
|
40124
|
-
b.
|
|
40125
|
-
b.
|
|
40126
|
-
b.
|
|
40092
|
+
o.b6 = "hex";
|
|
40093
|
+
n.cb(o, 1);
|
|
40094
|
+
n.bo(j);
|
|
40095
|
+
n.bo(o);
|
|
40096
|
+
l.bi = new Thickness(1, 5, 2, 5, 2);
|
|
40097
|
+
m.bi = new Thickness(1, 5, 2, 5, 2);
|
|
40098
|
+
l.bq = _this.h;
|
|
40099
|
+
m.bq = _this.h;
|
|
40100
|
+
l.bn = runOn(_this, _this.a6);
|
|
40101
|
+
m.bn = runOn(_this, _this.bh);
|
|
40102
|
+
b.b5(0, 1, 175);
|
|
40103
|
+
b.b5(1, 0, 0);
|
|
40104
|
+
b.b5(2, 0, 0);
|
|
40105
|
+
b.b5(3, 0, 0);
|
|
40106
|
+
b.b3(0, 1, 90);
|
|
40107
|
+
b.b3(1, 1, 175);
|
|
40108
|
+
b.b3(2, 1, 25);
|
|
40109
|
+
b.cd(c, 0);
|
|
40110
|
+
b.cb(c, 0);
|
|
40111
|
+
b.cd(d, 0);
|
|
40112
|
+
b.cb(d, 1);
|
|
40113
|
+
b.cd(e, 0);
|
|
40114
|
+
b.cb(e, 1);
|
|
40115
|
+
b.cd(f, 0);
|
|
40116
|
+
b.cb(f, 3);
|
|
40117
|
+
b.cd(g, 0);
|
|
40118
|
+
b.cb(g, 3);
|
|
40119
|
+
b.cd(h, 1);
|
|
40120
|
+
b.cb(h, 0);
|
|
40121
|
+
b.cc(h, 3);
|
|
40122
|
+
b.cd(i, 1);
|
|
40123
|
+
b.cb(i, 0);
|
|
40124
|
+
b.cc(i, 3);
|
|
40125
|
+
b.cd(n, 2);
|
|
40126
|
+
b.cb(n, 0);
|
|
40127
|
+
b.cc(n, 3);
|
|
40128
|
+
b.cd(k, 3);
|
|
40129
|
+
b.cb(k, 0);
|
|
40127
40130
|
b.cc(k, 3);
|
|
40128
|
-
|
|
40129
|
-
|
|
40130
|
-
k.
|
|
40131
|
-
k.
|
|
40132
|
-
k.
|
|
40133
|
-
k.
|
|
40134
|
-
|
|
40135
|
-
|
|
40136
|
-
b.
|
|
40137
|
-
b.
|
|
40138
|
-
b.
|
|
40139
|
-
b.
|
|
40140
|
-
b.
|
|
40141
|
-
b.
|
|
40142
|
-
b.
|
|
40143
|
-
b.bn(n);
|
|
40144
|
-
b.bn(k);
|
|
40131
|
+
k.b3(0, 2, 1);
|
|
40132
|
+
k.b3(1, 2, 1);
|
|
40133
|
+
k.cb(l, 0);
|
|
40134
|
+
k.cb(m, 1);
|
|
40135
|
+
k.bo(l);
|
|
40136
|
+
k.bo(m);
|
|
40137
|
+
b.bo(c);
|
|
40138
|
+
b.bo(d);
|
|
40139
|
+
b.bo(e);
|
|
40140
|
+
b.bo(f);
|
|
40141
|
+
b.bo(g);
|
|
40142
|
+
b.bo(h);
|
|
40143
|
+
b.bo(i);
|
|
40144
|
+
b.bo(n);
|
|
40145
|
+
b.bo(k);
|
|
40145
40146
|
_this.d.a8(b);
|
|
40146
40147
|
_this.n = b;
|
|
40147
|
-
_this.n.
|
|
40148
|
+
_this.n.bx = true;
|
|
40148
40149
|
_this.s = i;
|
|
40149
40150
|
_this.u = g;
|
|
40150
40151
|
_this.m = f;
|
|
@@ -40152,24 +40153,24 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40152
40153
|
_this.o = p;
|
|
40153
40154
|
_this.r = j;
|
|
40154
40155
|
_this.q = o;
|
|
40155
|
-
_this.s.
|
|
40156
|
-
_this.s.
|
|
40157
|
-
_this.s.by = BrushUtil.l(255, 255, 255, 255);
|
|
40156
|
+
_this.s.br = 0;
|
|
40157
|
+
_this.s.bq = 360;
|
|
40158
40158
|
_this.s.bz = BrushUtil.l(255, 255, 255, 255);
|
|
40159
|
-
_this.
|
|
40160
|
-
_this.u.
|
|
40161
|
-
_this.
|
|
40162
|
-
_this.t.bz = BrushUtil.l(255,
|
|
40163
|
-
_this.t.
|
|
40164
|
-
_this.t.
|
|
40165
|
-
_this.t.
|
|
40166
|
-
_this.t.
|
|
40159
|
+
_this.s.b0 = BrushUtil.l(255, 255, 255, 255);
|
|
40160
|
+
_this.u.br = 0;
|
|
40161
|
+
_this.u.bq = 1;
|
|
40162
|
+
_this.t.bz = BrushUtil.l(255, 155, 155, 155);
|
|
40163
|
+
_this.t.b0 = BrushUtil.l(255, 255, 255, 255);
|
|
40164
|
+
_this.t.br = 0;
|
|
40165
|
+
_this.t.bq = 1;
|
|
40166
|
+
_this.t.bv = 0;
|
|
40167
|
+
_this.t.bu = 1;
|
|
40168
|
+
_this.s.bp = runOn(_this, _this.au);
|
|
40167
40169
|
_this.s.bo = runOn(_this, _this.au);
|
|
40168
|
-
_this.
|
|
40170
|
+
_this.u.bp = runOn(_this, _this.aw);
|
|
40169
40171
|
_this.u.bo = runOn(_this, _this.aw);
|
|
40170
|
-
_this.
|
|
40172
|
+
_this.t.bp = runOn(_this, _this.av);
|
|
40171
40173
|
_this.t.bo = runOn(_this, _this.av);
|
|
40172
|
-
_this.t.bn = runOn(_this, _this.av);
|
|
40173
40174
|
_this.l = d;
|
|
40174
40175
|
_this.k = h;
|
|
40175
40176
|
_this.p = c;
|
|
@@ -40206,26 +40207,26 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40206
40207
|
var a = Color.u(0, 0, 0, 0);
|
|
40207
40208
|
var b = Color.u(255, 255, 0, 0);
|
|
40208
40209
|
if (this.s != null) {
|
|
40209
|
-
var c = this.s.
|
|
40210
|
-
var d = this.t.
|
|
40211
|
-
var e = 1 - this.t.
|
|
40212
|
-
var f = 1 - this.u.
|
|
40210
|
+
var c = this.s.bt;
|
|
40211
|
+
var d = this.t.bt;
|
|
40212
|
+
var e = 1 - this.t.bw;
|
|
40213
|
+
var f = 1 - this.u.bt;
|
|
40213
40214
|
b = ColorUtil.r(1, c, 1, 0.5);
|
|
40214
40215
|
a = ColorUtil.r(f, c, d, e);
|
|
40215
|
-
this.s.
|
|
40216
|
-
this.t.
|
|
40217
|
-
this.o.
|
|
40218
|
-
this.d.bm(this.s.
|
|
40216
|
+
this.s.by = BrushUtil.l(b.l, b.o, b.n, b.m);
|
|
40217
|
+
this.t.by = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
40218
|
+
this.o.a9 = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
40219
|
+
this.d.bm(this.s.bt);
|
|
40219
40220
|
this.d.bn(0);
|
|
40220
|
-
this.d.bo(this.s.
|
|
40221
|
+
this.d.bo(this.s.bt, this.t.bt, 1 - this.t.bw);
|
|
40221
40222
|
}
|
|
40222
40223
|
if (this.r != null) {
|
|
40223
40224
|
var g = a.o + ", " + a.n + ", " + a.m + ", " + Math.round((a.l / 255) * 1000) / 1000;
|
|
40224
|
-
this.r.
|
|
40225
|
+
this.r.b8 = g;
|
|
40225
40226
|
}
|
|
40226
40227
|
if (this.q != null) {
|
|
40227
40228
|
var h = ColorUtil.k(a, false);
|
|
40228
|
-
this.q.
|
|
40229
|
+
this.q.b8 = h;
|
|
40229
40230
|
}
|
|
40230
40231
|
this.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
40231
40232
|
this.bc(this.value);
|
|
@@ -40238,7 +40239,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40238
40239
|
ColorEditorPanel.prototype.bl = function () {
|
|
40239
40240
|
};
|
|
40240
40241
|
ColorEditorPanel.prototype.a3 = function () {
|
|
40241
|
-
this.n.
|
|
40242
|
+
this.n.a0();
|
|
40242
40243
|
};
|
|
40243
40244
|
ColorEditorPanel.prototype.onAttachedToUI = function () {
|
|
40244
40245
|
this.d.bg();
|
|
@@ -40268,10 +40269,10 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40268
40269
|
var a = this.b5;
|
|
40269
40270
|
var b = ColorUtil.a(a);
|
|
40270
40271
|
this.y = true;
|
|
40271
|
-
this.s.
|
|
40272
|
-
this.u.
|
|
40273
|
-
this.t.
|
|
40274
|
-
this.t.
|
|
40272
|
+
this.s.bt = b[1] == -1 ? 0 : b[1];
|
|
40273
|
+
this.u.bt = 1 - b[0];
|
|
40274
|
+
this.t.bt = b[2];
|
|
40275
|
+
this.t.bw = 1 - b[3];
|
|
40275
40276
|
this.y = false;
|
|
40276
40277
|
if (this.x) {
|
|
40277
40278
|
this.bn();
|
|
@@ -40291,7 +40292,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40291
40292
|
this.bn();
|
|
40292
40293
|
};
|
|
40293
40294
|
ColorEditorPanel.prototype.a0 = function (a, b, c) {
|
|
40294
|
-
var d = this.s.
|
|
40295
|
+
var d = this.s.bt;
|
|
40295
40296
|
var e = 1;
|
|
40296
40297
|
var f = 255;
|
|
40297
40298
|
for (var g = 0; g < c; g++) {
|
|
@@ -40450,12 +40451,12 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40450
40451
|
};
|
|
40451
40452
|
ColorEditorPanel.prototype.ad = function () {
|
|
40452
40453
|
if (this.s != null) {
|
|
40453
|
-
return this.s.
|
|
40454
|
+
return this.s.bt;
|
|
40454
40455
|
}
|
|
40455
40456
|
return 0;
|
|
40456
40457
|
};
|
|
40457
40458
|
ColorEditorPanel.prototype.a1 = function (a, b, c) {
|
|
40458
|
-
var d = this.s.
|
|
40459
|
+
var d = this.s.bt;
|
|
40459
40460
|
var e = 1;
|
|
40460
40461
|
var f = 255;
|
|
40461
40462
|
for (var g = 0; g < c; g++) {
|
|
@@ -40492,11 +40493,11 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40492
40493
|
}
|
|
40493
40494
|
};
|
|
40494
40495
|
ColorEditorPanel.prototype.a2 = function (a, b, c) {
|
|
40495
|
-
var d = this.s.
|
|
40496
|
+
var d = this.s.bt;
|
|
40496
40497
|
var e = 1;
|
|
40497
40498
|
var f = 255;
|
|
40498
|
-
var g = 1 - this.t.
|
|
40499
|
-
var h = this.t.
|
|
40499
|
+
var g = 1 - this.t.bw;
|
|
40500
|
+
var h = this.t.bt;
|
|
40500
40501
|
for (var i = 0; i < c; i++) {
|
|
40501
40502
|
var j = i / c;
|
|
40502
40503
|
for (var k = 0; k < b; k++) {
|