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
|
@@ -30179,7 +30179,8 @@
|
|
|
30179
30179
|
};
|
|
30180
30180
|
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
30181
30181
|
switch (b) {
|
|
30182
|
-
case 108:
|
|
30182
|
+
case 108:
|
|
30183
|
+
case 121: return a;
|
|
30183
30184
|
}
|
|
30184
30185
|
return this.s != null ? this.s : a;
|
|
30185
30186
|
};
|
|
@@ -30763,7 +30764,7 @@
|
|
|
30763
30764
|
d.clearButtonContent();
|
|
30764
30765
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.NativeUIComponent.$, c) !== null) {
|
|
30765
30766
|
this.ac = c;
|
|
30766
|
-
d.appendButtonContent(this.ac.
|
|
30767
|
+
d.appendButtonContent(this.ac.ao);
|
|
30767
30768
|
}
|
|
30768
30769
|
else {
|
|
30769
30770
|
this.ac = c;
|
|
@@ -30797,7 +30798,7 @@
|
|
|
30797
30798
|
case 54:
|
|
30798
30799
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.NativeUIComponent.$, c) !== null) {
|
|
30799
30800
|
this.aa = c;
|
|
30800
|
-
d.appendButtonContent(this.aa.
|
|
30801
|
+
d.appendButtonContent(this.aa.ao);
|
|
30801
30802
|
}
|
|
30802
30803
|
break;
|
|
30803
30804
|
case 0:
|
|
@@ -32129,7 +32130,7 @@
|
|
|
32129
32130
|
this.m = true;
|
|
32130
32131
|
this.ap();
|
|
32131
32132
|
if (this.a != null) {
|
|
32132
|
-
this.a.
|
|
32133
|
+
this.a.av(this.u.rootWrapper, "");
|
|
32133
32134
|
}
|
|
32134
32135
|
if (this.z == -1) {
|
|
32135
32136
|
this.z = this.u.setTimeout(igniteuiWebcomponentsCore.runOn(this, this.an), 200);
|
|
@@ -32138,7 +32139,7 @@
|
|
|
32138
32139
|
MultiSliderView.prototype.au = function () {
|
|
32139
32140
|
this.m = false;
|
|
32140
32141
|
if (this.a != null && this.u != null) {
|
|
32141
|
-
this.a.
|
|
32142
|
+
this.a.bk(this.u.rootWrapper, "");
|
|
32142
32143
|
}
|
|
32143
32144
|
if (this.z != -1) {
|
|
32144
32145
|
window.clearTimeout(this.z);
|
|
@@ -32302,14 +32303,14 @@
|
|
|
32302
32303
|
this.l.af(this.j);
|
|
32303
32304
|
this.ab();
|
|
32304
32305
|
this.a = new igniteuiWebcomponentsCore.CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
32305
|
-
this.a.
|
|
32306
|
+
this.a.bo = this.g.e0;
|
|
32306
32307
|
var k = this.a;
|
|
32307
32308
|
k.onContactStarted = igniteuiWebcomponentsCore.delegateCombine(k.onContactStarted, igniteuiWebcomponentsCore.runOn(this, this.aj));
|
|
32308
32309
|
var l = this.a;
|
|
32309
32310
|
l.onContactMoved = igniteuiWebcomponentsCore.delegateCombine(l.onContactMoved, igniteuiWebcomponentsCore.runOn(this, this.ai));
|
|
32310
32311
|
var m = this.a;
|
|
32311
32312
|
m.onContactCompleted = igniteuiWebcomponentsCore.delegateCombine(m.onContactCompleted, igniteuiWebcomponentsCore.runOn(this, this.ah));
|
|
32312
|
-
this.a.
|
|
32313
|
+
this.a.aq = function (n) { return _this.g.ey.containsPoint(n); };
|
|
32313
32314
|
this.g.ds(0, 0, e, f);
|
|
32314
32315
|
this.s = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
32315
32316
|
this.g.trackDirty();
|
|
@@ -32332,8 +32333,8 @@
|
|
|
32332
32333
|
b.onContactMoved = igniteuiWebcomponentsCore.delegateRemove(b.onContactMoved, igniteuiWebcomponentsCore.runOn(this, this.ai));
|
|
32333
32334
|
var c = this.a;
|
|
32334
32335
|
c.onContactCompleted = igniteuiWebcomponentsCore.delegateRemove(c.onContactCompleted, igniteuiWebcomponentsCore.runOn(this, this.ah));
|
|
32335
|
-
this.a.
|
|
32336
|
-
this.a.
|
|
32336
|
+
this.a.aq = null;
|
|
32337
|
+
this.a.ax();
|
|
32337
32338
|
}
|
|
32338
32339
|
};
|
|
32339
32340
|
MultiSliderView.prototype.ay = function () {
|
|
@@ -32352,7 +32353,7 @@
|
|
|
32352
32353
|
if (a || d) {
|
|
32353
32354
|
this.g.ds(0, 0, b, c);
|
|
32354
32355
|
if (this.a != null) {
|
|
32355
|
-
this.a.
|
|
32356
|
+
this.a.bo = this.g.e0;
|
|
32356
32357
|
}
|
|
32357
32358
|
}
|
|
32358
32359
|
};
|
|
@@ -36211,7 +36212,7 @@
|
|
|
36211
36212
|
XButtonGroupBridge.prototype.addButton = function (a, b) {
|
|
36212
36213
|
this.v.add(b);
|
|
36213
36214
|
a.buttons.add(b.d.getMethodTarget(null));
|
|
36214
|
-
a.appendContentChild(b.
|
|
36215
|
+
a.appendContentChild(b.ao);
|
|
36215
36216
|
};
|
|
36216
36217
|
XButtonGroupBridge.prototype.updateButton = function (a, b, c) {
|
|
36217
36218
|
this.v._inner[b] = c;
|
|
@@ -36220,7 +36221,7 @@
|
|
|
36220
36221
|
XButtonGroupBridge.prototype.insertButton = function (a, b, c) {
|
|
36221
36222
|
this.v.insert(b, c);
|
|
36222
36223
|
a.buttons.insert(b, c.d.getMethodTarget(null));
|
|
36223
|
-
a.appendContentChild(c.
|
|
36224
|
+
a.appendContentChild(c.ao);
|
|
36224
36225
|
};
|
|
36225
36226
|
XButtonGroupBridge.prototype.removeButton = function (a, b) {
|
|
36226
36227
|
this.v.removeAt(b);
|
|
@@ -38136,7 +38137,7 @@
|
|
|
38136
38137
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
38137
38138
|
};
|
|
38138
38139
|
XPopupBridge.prototype.showRelativeToTarget = function (a, b, c, d) {
|
|
38139
|
-
var e = b.
|
|
38140
|
+
var e = b.ao.getNativeElement();
|
|
38140
38141
|
a.cr(e, this.v(c), this.u(d));
|
|
38141
38142
|
};
|
|
38142
38143
|
XPopupBridge.prototype.close = function (a) {
|
|
@@ -38173,12 +38174,12 @@
|
|
|
38173
38174
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
38174
38175
|
this.ae.add(b);
|
|
38175
38176
|
var c = a;
|
|
38176
|
-
c.appendPopupContent(b.
|
|
38177
|
+
c.appendPopupContent(b.ao);
|
|
38177
38178
|
};
|
|
38178
38179
|
XPopupBridge.prototype.insertChild = function (a, b, c) {
|
|
38179
38180
|
this.ae.add(c);
|
|
38180
38181
|
var d = a;
|
|
38181
|
-
d.appendPopupContent(c.
|
|
38182
|
+
d.appendPopupContent(c.ao);
|
|
38182
38183
|
};
|
|
38183
38184
|
XPopupBridge.prototype.getChildAt = function (a, b) {
|
|
38184
38185
|
return this.ae._inner[b];
|
|
@@ -38188,12 +38189,12 @@
|
|
|
38188
38189
|
};
|
|
38189
38190
|
XPopupBridge.prototype.removeChild = function (a, b) {
|
|
38190
38191
|
var c = a;
|
|
38191
|
-
c.removePopupContent(b.
|
|
38192
|
+
c.removePopupContent(b.ao);
|
|
38192
38193
|
this.ae.remove(b);
|
|
38193
38194
|
};
|
|
38194
38195
|
XPopupBridge.prototype.removeChildAt = function (a, b) {
|
|
38195
38196
|
var c = a;
|
|
38196
|
-
c.removePopupContent(this.ae._inner[b].
|
|
38197
|
+
c.removePopupContent(this.ae._inner[b].ao);
|
|
38197
38198
|
this.ae.removeAt(b);
|
|
38198
38199
|
};
|
|
38199
38200
|
XPopupBridge.$t = igniteuiWebcomponentsCore.markType(XPopupBridge, 'XPopupBridge', XComponentBridge.$, [igniteuiWebcomponentsCore.INativeUIPopupBridge_$type]);
|
|
@@ -38361,7 +38362,7 @@
|
|
|
38361
38362
|
configurable: true
|
|
38362
38363
|
});
|
|
38363
38364
|
NativeUIXInputsFactory.m = function () {
|
|
38364
|
-
igniteuiWebcomponentsCore.NativeUIComponent.
|
|
38365
|
+
igniteuiWebcomponentsCore.NativeUIComponent.at(NativeUIXInputsFactory.b);
|
|
38365
38366
|
};
|
|
38366
38367
|
Object.defineProperty(NativeUIXInputsFactory.prototype, "flavor", {
|
|
38367
38368
|
get: function () {
|
|
@@ -38435,7 +38436,7 @@
|
|
|
38435
38436
|
f.inputs.add(j);
|
|
38436
38437
|
var l = new XInputBridge(f);
|
|
38437
38438
|
var m = new igniteuiWebcomponentsCore.NativeUIInput();
|
|
38438
|
-
m.
|
|
38439
|
+
m.ao = d;
|
|
38439
38440
|
m.d = l;
|
|
38440
38441
|
b(m);
|
|
38441
38442
|
};
|
|
@@ -38449,7 +38450,7 @@
|
|
|
38449
38450
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38450
38451
|
var h = new XButtonBridge(f);
|
|
38451
38452
|
var i = new igniteuiWebcomponentsCore.NativeUIButton();
|
|
38452
|
-
i.
|
|
38453
|
+
i.ao = d;
|
|
38453
38454
|
i.d = h;
|
|
38454
38455
|
b(i);
|
|
38455
38456
|
};
|
|
@@ -38464,7 +38465,7 @@
|
|
|
38464
38465
|
var h = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38465
38466
|
var i = new MultiSliderBridge(f);
|
|
38466
38467
|
var j = new igniteuiWebcomponentsCore.NativeUISlider();
|
|
38467
|
-
j.
|
|
38468
|
+
j.ao = d;
|
|
38468
38469
|
j.d = i;
|
|
38469
38470
|
b(j);
|
|
38470
38471
|
};
|
|
@@ -38477,7 +38478,7 @@
|
|
|
38477
38478
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38478
38479
|
var h = new XButtonGroupBridge(f);
|
|
38479
38480
|
var i = new igniteuiWebcomponentsCore.NativeUIButtonGroup();
|
|
38480
|
-
i.
|
|
38481
|
+
i.ao = d;
|
|
38481
38482
|
i.d = h;
|
|
38482
38483
|
b(i);
|
|
38483
38484
|
};
|
|
@@ -38490,7 +38491,7 @@
|
|
|
38490
38491
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38491
38492
|
var h = new ColorEditorBridge(f);
|
|
38492
38493
|
var i = new igniteuiWebcomponentsCore.NativeUIColorEditor();
|
|
38493
|
-
i.
|
|
38494
|
+
i.ao = d;
|
|
38494
38495
|
i.d = h;
|
|
38495
38496
|
b(i);
|
|
38496
38497
|
};
|
|
@@ -38503,7 +38504,7 @@
|
|
|
38503
38504
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38504
38505
|
var h = new XCheckboxBridge(f);
|
|
38505
38506
|
var i = new igniteuiWebcomponentsCore.NativeUICheckbox();
|
|
38506
|
-
i.
|
|
38507
|
+
i.ao = d;
|
|
38507
38508
|
i.d = h;
|
|
38508
38509
|
b(i);
|
|
38509
38510
|
};
|
|
@@ -38516,7 +38517,7 @@
|
|
|
38516
38517
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38517
38518
|
var h = new XIconBridge(f);
|
|
38518
38519
|
var i = new igniteuiWebcomponentsCore.NativeUIIcon();
|
|
38519
|
-
i.
|
|
38520
|
+
i.ao = d;
|
|
38520
38521
|
i.d = h;
|
|
38521
38522
|
var j = c.createElement("div");
|
|
38522
38523
|
var k = c.getSubRenderer(j);
|
|
@@ -38527,9 +38528,9 @@
|
|
|
38527
38528
|
var m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
38528
38529
|
var n = new XButtonBridge(l);
|
|
38529
38530
|
var o = new igniteuiWebcomponentsCore.NativeUIButton();
|
|
38530
|
-
o.
|
|
38531
|
+
o.ao = j;
|
|
38531
38532
|
o.d = n;
|
|
38532
|
-
o.
|
|
38533
|
+
o.bp = i;
|
|
38533
38534
|
b(o);
|
|
38534
38535
|
};
|
|
38535
38536
|
NativeUIXInputsFactory.prototype.h = function (a, b) {
|
|
@@ -38541,7 +38542,7 @@
|
|
|
38541
38542
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
38542
38543
|
var h = new XIconBridge(f);
|
|
38543
38544
|
var i = new igniteuiWebcomponentsCore.NativeUIIcon();
|
|
38544
|
-
i.
|
|
38545
|
+
i.ao = d;
|
|
38545
38546
|
i.d = h;
|
|
38546
38547
|
b(i);
|
|
38547
38548
|
};
|
|
@@ -38553,7 +38554,7 @@
|
|
|
38553
38554
|
f.provideRenderer(e);
|
|
38554
38555
|
var g = new XPopupBridge(f);
|
|
38555
38556
|
var h = new igniteuiWebcomponentsCore.NativeUIPopup();
|
|
38556
|
-
h.
|
|
38557
|
+
h.ao = d;
|
|
38557
38558
|
h.d = g;
|
|
38558
38559
|
b(h);
|
|
38559
38560
|
};
|
|
@@ -38763,7 +38764,7 @@
|
|
|
38763
38764
|
ColorEditorPanelView.prototype.bf = function (a) {
|
|
38764
38765
|
};
|
|
38765
38766
|
ColorEditorPanelView.prototype.a8 = function (a) {
|
|
38766
|
-
this.aa.append(this.aa.getWrapper(a.
|
|
38767
|
+
this.aa.append(this.aa.getWrapper(a.ao));
|
|
38767
38768
|
};
|
|
38768
38769
|
ColorEditorPanelView.prototype.be = function (a, b, c, d, e, f, g) {
|
|
38769
38770
|
var h = igniteuiWebcomponentsCore.truncate(Math.round(f * this.a.ab));
|
|
@@ -38786,8 +38787,8 @@
|
|
|
38786
38787
|
};
|
|
38787
38788
|
};
|
|
38788
38789
|
ColorEditorPanelView.prototype.ba = function (a) {
|
|
38789
|
-
if (this.ae == null || a.
|
|
38790
|
-
a.
|
|
38790
|
+
if (this.ae == null || a.ap == null) {
|
|
38791
|
+
a.ap = "image";
|
|
38791
38792
|
var b = this.aa.createElement("canvas");
|
|
38792
38793
|
this.ae = b;
|
|
38793
38794
|
var c = this.be(this.ae, this.m, this.l, this.au, this.at, 148, 148);
|
|
@@ -38797,7 +38798,7 @@
|
|
|
38797
38798
|
this.at = c.p4;
|
|
38798
38799
|
this.ae.setStyleProperty("justify-self", "center");
|
|
38799
38800
|
this.ae.setStyleProperty("align-self", "center");
|
|
38800
|
-
var d = a.
|
|
38801
|
+
var d = a.ao;
|
|
38801
38802
|
d.append(this.ae);
|
|
38802
38803
|
this.bm(this.a.ad());
|
|
38803
38804
|
}
|
|
@@ -38831,8 +38832,8 @@
|
|
|
38831
38832
|
}
|
|
38832
38833
|
};
|
|
38833
38834
|
ColorEditorPanelView.prototype.a9 = function (a) {
|
|
38834
|
-
if (this.ad == null || a.
|
|
38835
|
-
a.
|
|
38835
|
+
if (this.ad == null || a.ap == null) {
|
|
38836
|
+
a.ap = "image";
|
|
38836
38837
|
var b = this.aa.createElement("canvas");
|
|
38837
38838
|
this.ad = b;
|
|
38838
38839
|
var c = this.be(this.ad, this.j, this.h, this.as, this.ar, 248, 19);
|
|
@@ -38842,7 +38843,7 @@
|
|
|
38842
38843
|
this.ar = c.p4;
|
|
38843
38844
|
this.ad.setStyleProperty("justify-self", "center");
|
|
38844
38845
|
this.ad.setStyleProperty("align-self", "center");
|
|
38845
|
-
var d = a.
|
|
38846
|
+
var d = a.ao;
|
|
38846
38847
|
d.append(this.ad);
|
|
38847
38848
|
this.bl(0);
|
|
38848
38849
|
}
|
|
@@ -38876,9 +38877,9 @@
|
|
|
38876
38877
|
}
|
|
38877
38878
|
};
|
|
38878
38879
|
ColorEditorPanelView.prototype.bb = function (a) {
|
|
38879
|
-
var b = a.
|
|
38880
|
+
var b = a.ao;
|
|
38880
38881
|
if (b.getChildCount() == 1) {
|
|
38881
|
-
a.
|
|
38882
|
+
a.ap = "image";
|
|
38882
38883
|
var c = this.aa.createElement("canvas");
|
|
38883
38884
|
this.ah = c;
|
|
38884
38885
|
var d = this.be(this.ah, this.t, this.p, this.aw, this.av, 85, 148);
|
|
@@ -38900,8 +38901,8 @@
|
|
|
38900
38901
|
}
|
|
38901
38902
|
};
|
|
38902
38903
|
ColorEditorPanelView.prototype.bc = function (a) {
|
|
38903
|
-
if (this.ai == null || a.
|
|
38904
|
-
a.
|
|
38904
|
+
if (this.ai == null || a.ap == null) {
|
|
38905
|
+
a.ap = "image";
|
|
38905
38906
|
var b = this.aa.createElement("canvas");
|
|
38906
38907
|
this.ai = b;
|
|
38907
38908
|
var c = this.be(this.ai, this.z, this.v, this.aw, this.av, 25, 148);
|
|
@@ -38911,7 +38912,7 @@
|
|
|
38911
38912
|
this.av = c.p4;
|
|
38912
38913
|
this.ai.setStyleProperty("justify-self", "center");
|
|
38913
38914
|
this.ai.setStyleProperty("align-self", "center");
|
|
38914
|
-
var d = a.
|
|
38915
|
+
var d = a.ao;
|
|
38915
38916
|
d.append(this.ai);
|
|
38916
38917
|
this.bo(0, 1, 0.5);
|
|
38917
38918
|
}
|
|
@@ -39060,11 +39061,11 @@
|
|
|
39060
39061
|
return b;
|
|
39061
39062
|
};
|
|
39062
39063
|
ColorEditorView.prototype.k = function (a, b) {
|
|
39063
|
-
var c = a.
|
|
39064
|
+
var c = a.ao;
|
|
39064
39065
|
c.append(this.h.getWrapper(b));
|
|
39065
39066
|
};
|
|
39066
39067
|
ColorEditorView.prototype.l = function (a) {
|
|
39067
|
-
this.h.append(this.h.getWrapper(a.
|
|
39068
|
+
this.h.append(this.h.getWrapper(a.ao));
|
|
39068
39069
|
};
|
|
39069
39070
|
ColorEditorView.prototype.c = function (a) {
|
|
39070
39071
|
return this.b;
|
|
@@ -39434,7 +39435,7 @@
|
|
|
39434
39435
|
break;
|
|
39435
39436
|
case "Label":
|
|
39436
39437
|
if (this.r != null) {
|
|
39437
|
-
this.r.
|
|
39438
|
+
this.r.b6 = this.a2;
|
|
39438
39439
|
}
|
|
39439
39440
|
break;
|
|
39440
39441
|
case "TextStyle":
|
|
@@ -39442,7 +39443,7 @@
|
|
|
39442
39443
|
break;
|
|
39443
39444
|
case "ShowClearButton":
|
|
39444
39445
|
if (this.r != null) {
|
|
39445
|
-
if (this.r.
|
|
39446
|
+
if (this.r.b8 != "") {
|
|
39446
39447
|
}
|
|
39447
39448
|
}
|
|
39448
39449
|
break;
|
|
@@ -39454,14 +39455,14 @@
|
|
|
39454
39455
|
break;
|
|
39455
39456
|
case "AllowTextInput":
|
|
39456
39457
|
if (this.r != null) {
|
|
39457
|
-
this.r.
|
|
39458
|
+
this.r.b1 = this.am();
|
|
39458
39459
|
}
|
|
39459
39460
|
break;
|
|
39460
39461
|
case "OpenOnFocus": break;
|
|
39461
39462
|
case "IsDisabled":
|
|
39462
39463
|
{
|
|
39463
39464
|
if (this.r != null) {
|
|
39464
|
-
this.r.
|
|
39465
|
+
this.r.b1 = this.am();
|
|
39465
39466
|
}
|
|
39466
39467
|
}
|
|
39467
39468
|
break;
|
|
@@ -39472,7 +39473,7 @@
|
|
|
39472
39473
|
};
|
|
39473
39474
|
ColorEditor.prototype.cj = function () {
|
|
39474
39475
|
if (this.r != null) {
|
|
39475
|
-
this.r.
|
|
39476
|
+
this.r.cf = this.cr;
|
|
39476
39477
|
}
|
|
39477
39478
|
};
|
|
39478
39479
|
ColorEditor.prototype.ch = function () {
|
|
@@ -39481,7 +39482,7 @@
|
|
|
39481
39482
|
};
|
|
39482
39483
|
ColorEditor.prototype.ci = function () {
|
|
39483
39484
|
if (this.n != null) {
|
|
39484
|
-
this.r.
|
|
39485
|
+
this.r.bl = this.n;
|
|
39485
39486
|
}
|
|
39486
39487
|
};
|
|
39487
39488
|
ColorEditor.prototype.bh = function () {
|
|
@@ -39489,7 +39490,7 @@
|
|
|
39489
39490
|
return;
|
|
39490
39491
|
}
|
|
39491
39492
|
if (this.r != null) {
|
|
39492
|
-
this.r.
|
|
39493
|
+
this.r.b8 = "";
|
|
39493
39494
|
}
|
|
39494
39495
|
this.value = igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0);
|
|
39495
39496
|
this.e.ax();
|
|
@@ -39512,44 +39513,44 @@
|
|
|
39512
39513
|
ColorEditor.prototype.b6 = function (a) {
|
|
39513
39514
|
var b = a;
|
|
39514
39515
|
if (this.r != null) {
|
|
39515
|
-
if (this.s.
|
|
39516
|
+
if (this.s.b7 && !this.s.t(b.b) && !this.r.t(b.b)) {
|
|
39516
39517
|
this.bi();
|
|
39517
39518
|
}
|
|
39518
39519
|
}
|
|
39519
39520
|
};
|
|
39520
39521
|
ColorEditor.prototype.b7 = function (a) {
|
|
39521
39522
|
if (this.r != null) {
|
|
39522
|
-
var b = this.r.
|
|
39523
|
-
this.s.
|
|
39523
|
+
var b = this.r.bf();
|
|
39524
|
+
this.s.cf(b);
|
|
39524
39525
|
}
|
|
39525
39526
|
};
|
|
39526
39527
|
ColorEditor.prototype.bj = function () {
|
|
39527
39528
|
var _this = this;
|
|
39528
|
-
igniteuiWebcomponentsCore.NativeUIComponent.
|
|
39529
|
+
igniteuiWebcomponentsCore.NativeUIComponent.aw(this.h.j(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
|
|
39529
39530
|
var b = a[0];
|
|
39530
39531
|
var c = a[1];
|
|
39531
39532
|
var d = a[2];
|
|
39532
39533
|
var e = a[3];
|
|
39533
39534
|
var f = _this.h.i();
|
|
39534
39535
|
_this.h.k(e, f);
|
|
39535
|
-
b.
|
|
39536
|
-
d.
|
|
39536
|
+
b.bo(d);
|
|
39537
|
+
d.bo(e);
|
|
39537
39538
|
_this.h.l(c);
|
|
39538
|
-
b.
|
|
39539
|
-
b.
|
|
39540
|
-
b.
|
|
39541
|
-
b.
|
|
39542
|
-
b.
|
|
39539
|
+
b.ci = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
39540
|
+
b.cb = 150;
|
|
39541
|
+
b.b9 = 8;
|
|
39542
|
+
b.cc = 4;
|
|
39543
|
+
b.b2 = true;
|
|
39543
39544
|
_this.r = c;
|
|
39544
39545
|
_this.r.c = _this.j;
|
|
39545
|
-
_this.r.
|
|
39546
|
-
_this.r.
|
|
39547
|
-
_this.r.
|
|
39548
|
-
_this.r.
|
|
39549
|
-
_this.r.
|
|
39546
|
+
_this.r.bq = _this.l;
|
|
39547
|
+
_this.r.b7 = ColorEditor.a8;
|
|
39548
|
+
_this.r.cd = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
39549
|
+
_this.r.ce = igniteuiWebcomponentsCore.BrushUtil.l(255, 0, 0, 0);
|
|
39550
|
+
_this.r.bo = igniteuiWebcomponentsCore.runOn(_this, _this.cf);
|
|
39550
39551
|
_this.r.n = igniteuiWebcomponentsCore.runOn(_this, _this.by);
|
|
39551
39552
|
_this.r.o = igniteuiWebcomponentsCore.runOn(_this, _this.b0);
|
|
39552
|
-
_this.r.
|
|
39553
|
+
_this.r.cc = igniteuiWebcomponentsCore.BrushUtil.l(255, 0, 0, 255);
|
|
39553
39554
|
_this.s = b;
|
|
39554
39555
|
_this.e = _this.h.c(f);
|
|
39555
39556
|
_this.e.value = _this.value;
|
|
@@ -39571,7 +39572,7 @@
|
|
|
39571
39572
|
this.bl(a);
|
|
39572
39573
|
};
|
|
39573
39574
|
ColorEditor.prototype.b0 = function (a, b) {
|
|
39574
|
-
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.
|
|
39575
|
+
if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.ao == b.b)) {
|
|
39575
39576
|
this.bp();
|
|
39576
39577
|
}
|
|
39577
39578
|
};
|
|
@@ -39589,18 +39590,18 @@
|
|
|
39589
39590
|
};
|
|
39590
39591
|
ColorEditor.prototype.b5 = function (a, b) {
|
|
39591
39592
|
if (this.r != null) {
|
|
39592
|
-
this.r.
|
|
39593
|
+
this.r.cc = b;
|
|
39593
39594
|
}
|
|
39594
39595
|
};
|
|
39595
39596
|
ColorEditor.prototype.bl = function (a) {
|
|
39596
|
-
if (this.s.
|
|
39597
|
+
if (this.s.b7) {
|
|
39597
39598
|
this.w = true;
|
|
39598
39599
|
this.bi();
|
|
39599
39600
|
}
|
|
39600
39601
|
};
|
|
39601
39602
|
ColorEditor.prototype.cg = function () {
|
|
39602
39603
|
if (this.w == false) {
|
|
39603
|
-
if (this.s.
|
|
39604
|
+
if (this.s.b7) {
|
|
39604
39605
|
this.bi();
|
|
39605
39606
|
}
|
|
39606
39607
|
else {
|
|
@@ -39638,13 +39639,13 @@
|
|
|
39638
39639
|
ColorEditor.prototype.ce = function (a, b) {
|
|
39639
39640
|
{
|
|
39640
39641
|
var c = this.h.r(true);
|
|
39641
|
-
this.s.
|
|
39642
|
+
this.s.cg(c, a, b);
|
|
39642
39643
|
}
|
|
39643
39644
|
};
|
|
39644
39645
|
ColorEditor.prototype.bi = function () {
|
|
39645
39646
|
var _this = this;
|
|
39646
39647
|
if (this.s != null) {
|
|
39647
|
-
this.a.executeDelayed(function () { return _this.s.
|
|
39648
|
+
this.a.executeDelayed(function () { return _this.s.cd(); }, 0);
|
|
39648
39649
|
}
|
|
39649
39650
|
if (this.e != null) {
|
|
39650
39651
|
this.e.bg();
|
|
@@ -39657,9 +39658,9 @@
|
|
|
39657
39658
|
a = false;
|
|
39658
39659
|
}
|
|
39659
39660
|
if (this.r != null) {
|
|
39660
|
-
this.r.
|
|
39661
|
+
this.r.a1();
|
|
39661
39662
|
}
|
|
39662
|
-
if (!this.s.
|
|
39663
|
+
if (!this.s.b7 && this.al == true) {
|
|
39663
39664
|
if (this.w == false) {
|
|
39664
39665
|
if (this.aa) {
|
|
39665
39666
|
return;
|
|
@@ -39687,7 +39688,7 @@
|
|
|
39687
39688
|
};
|
|
39688
39689
|
ColorEditor.prototype.cb = function () {
|
|
39689
39690
|
if (this.r != null) {
|
|
39690
|
-
this.r.
|
|
39691
|
+
this.r.ca();
|
|
39691
39692
|
}
|
|
39692
39693
|
};
|
|
39693
39694
|
ColorEditor.prototype.bo = function () {
|
|
@@ -40041,7 +40042,7 @@
|
|
|
40041
40042
|
};
|
|
40042
40043
|
ColorEditorPanel.prototype.a4 = function () {
|
|
40043
40044
|
var _this = this;
|
|
40044
|
-
igniteuiWebcomponentsCore.NativeUIContent.
|
|
40045
|
+
igniteuiWebcomponentsCore.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) {
|
|
40045
40046
|
var b = a[0];
|
|
40046
40047
|
var c = a[1];
|
|
40047
40048
|
var d = a[2];
|
|
@@ -40057,97 +40058,97 @@
|
|
|
40057
40058
|
var n = a[12];
|
|
40058
40059
|
var o = a[13];
|
|
40059
40060
|
var p = a[14];
|
|
40060
|
-
e.
|
|
40061
|
-
i.
|
|
40062
|
-
g.
|
|
40063
|
-
e.
|
|
40064
|
-
i.
|
|
40065
|
-
g.
|
|
40066
|
-
g.
|
|
40067
|
-
f.
|
|
40068
|
-
l.
|
|
40061
|
+
e.bl = 2;
|
|
40062
|
+
i.bl = 0;
|
|
40063
|
+
g.bl = 1;
|
|
40064
|
+
e.bx = igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0);
|
|
40065
|
+
i.bx = igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0);
|
|
40066
|
+
g.bx = igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0);
|
|
40067
|
+
g.bi = new igniteuiWebcomponentsCore.Thickness(1, 0, 5, 5, 0);
|
|
40068
|
+
f.bi = new igniteuiWebcomponentsCore.Thickness(1, 0, 5, 5, 0);
|
|
40069
|
+
l.b0 = "Ok";
|
|
40069
40070
|
l.c = _this.f;
|
|
40070
|
-
m.
|
|
40071
|
+
m.b0 = "Cancel";
|
|
40071
40072
|
m.c = _this.f;
|
|
40072
|
-
i.
|
|
40073
|
-
h.
|
|
40074
|
-
e.
|
|
40075
|
-
d.
|
|
40076
|
-
p.
|
|
40077
|
-
p.
|
|
40078
|
-
c.
|
|
40079
|
-
c.
|
|
40080
|
-
c.
|
|
40081
|
-
n.
|
|
40082
|
-
n.
|
|
40083
|
-
n.
|
|
40084
|
-
n.
|
|
40085
|
-
j.
|
|
40086
|
-
j.
|
|
40087
|
-
j.
|
|
40073
|
+
i.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 0, 5, 2);
|
|
40074
|
+
h.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 0, 5, 2);
|
|
40075
|
+
e.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 5, 5, 0);
|
|
40076
|
+
d.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 5, 5, 0);
|
|
40077
|
+
p.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 16, 0, 11);
|
|
40078
|
+
p.a9 = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 0, 0);
|
|
40079
|
+
c.cd(p, 0);
|
|
40080
|
+
c.cb(p, 0);
|
|
40081
|
+
c.bo(p);
|
|
40082
|
+
n.b3(0, 2, 1);
|
|
40083
|
+
n.b3(1, 2, 1);
|
|
40084
|
+
n.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 2, 5, 2);
|
|
40085
|
+
n.cb(j, 0);
|
|
40086
|
+
j.bi = new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 2, 0);
|
|
40087
|
+
j.bv = 1;
|
|
40088
|
+
j.bq = _this.h;
|
|
40088
40089
|
j.c = _this.f;
|
|
40089
|
-
j.
|
|
40090
|
-
o.
|
|
40091
|
-
o.
|
|
40092
|
-
o.
|
|
40090
|
+
j.b6 = "rgba";
|
|
40091
|
+
o.bi = new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 2, 0);
|
|
40092
|
+
o.bv = 1;
|
|
40093
|
+
o.bq = _this.h;
|
|
40093
40094
|
o.c = _this.f;
|
|
40094
|
-
o.
|
|
40095
|
-
n.
|
|
40096
|
-
n.
|
|
40097
|
-
n.
|
|
40098
|
-
l.
|
|
40099
|
-
m.
|
|
40100
|
-
l.
|
|
40101
|
-
m.
|
|
40102
|
-
l.
|
|
40103
|
-
m.
|
|
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.
|
|
40127
|
-
b.
|
|
40128
|
-
b.
|
|
40129
|
-
b.
|
|
40095
|
+
o.b6 = "hex";
|
|
40096
|
+
n.cb(o, 1);
|
|
40097
|
+
n.bo(j);
|
|
40098
|
+
n.bo(o);
|
|
40099
|
+
l.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 2, 5, 2);
|
|
40100
|
+
m.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 2, 5, 2);
|
|
40101
|
+
l.bq = _this.h;
|
|
40102
|
+
m.bq = _this.h;
|
|
40103
|
+
l.bn = igniteuiWebcomponentsCore.runOn(_this, _this.a6);
|
|
40104
|
+
m.bn = igniteuiWebcomponentsCore.runOn(_this, _this.bh);
|
|
40105
|
+
b.b5(0, 1, 175);
|
|
40106
|
+
b.b5(1, 0, 0);
|
|
40107
|
+
b.b5(2, 0, 0);
|
|
40108
|
+
b.b5(3, 0, 0);
|
|
40109
|
+
b.b3(0, 1, 90);
|
|
40110
|
+
b.b3(1, 1, 175);
|
|
40111
|
+
b.b3(2, 1, 25);
|
|
40112
|
+
b.cd(c, 0);
|
|
40113
|
+
b.cb(c, 0);
|
|
40114
|
+
b.cd(d, 0);
|
|
40115
|
+
b.cb(d, 1);
|
|
40116
|
+
b.cd(e, 0);
|
|
40117
|
+
b.cb(e, 1);
|
|
40118
|
+
b.cd(f, 0);
|
|
40119
|
+
b.cb(f, 3);
|
|
40120
|
+
b.cd(g, 0);
|
|
40121
|
+
b.cb(g, 3);
|
|
40122
|
+
b.cd(h, 1);
|
|
40123
|
+
b.cb(h, 0);
|
|
40124
|
+
b.cc(h, 3);
|
|
40125
|
+
b.cd(i, 1);
|
|
40126
|
+
b.cb(i, 0);
|
|
40127
|
+
b.cc(i, 3);
|
|
40128
|
+
b.cd(n, 2);
|
|
40129
|
+
b.cb(n, 0);
|
|
40130
|
+
b.cc(n, 3);
|
|
40131
|
+
b.cd(k, 3);
|
|
40132
|
+
b.cb(k, 0);
|
|
40130
40133
|
b.cc(k, 3);
|
|
40131
|
-
|
|
40132
|
-
|
|
40133
|
-
k.
|
|
40134
|
-
k.
|
|
40135
|
-
k.
|
|
40136
|
-
k.
|
|
40137
|
-
|
|
40138
|
-
|
|
40139
|
-
b.
|
|
40140
|
-
b.
|
|
40141
|
-
b.
|
|
40142
|
-
b.
|
|
40143
|
-
b.
|
|
40144
|
-
b.
|
|
40145
|
-
b.
|
|
40146
|
-
b.bn(n);
|
|
40147
|
-
b.bn(k);
|
|
40134
|
+
k.b3(0, 2, 1);
|
|
40135
|
+
k.b3(1, 2, 1);
|
|
40136
|
+
k.cb(l, 0);
|
|
40137
|
+
k.cb(m, 1);
|
|
40138
|
+
k.bo(l);
|
|
40139
|
+
k.bo(m);
|
|
40140
|
+
b.bo(c);
|
|
40141
|
+
b.bo(d);
|
|
40142
|
+
b.bo(e);
|
|
40143
|
+
b.bo(f);
|
|
40144
|
+
b.bo(g);
|
|
40145
|
+
b.bo(h);
|
|
40146
|
+
b.bo(i);
|
|
40147
|
+
b.bo(n);
|
|
40148
|
+
b.bo(k);
|
|
40148
40149
|
_this.d.a8(b);
|
|
40149
40150
|
_this.n = b;
|
|
40150
|
-
_this.n.
|
|
40151
|
+
_this.n.bx = true;
|
|
40151
40152
|
_this.s = i;
|
|
40152
40153
|
_this.u = g;
|
|
40153
40154
|
_this.m = f;
|
|
@@ -40155,24 +40156,24 @@
|
|
|
40155
40156
|
_this.o = p;
|
|
40156
40157
|
_this.r = j;
|
|
40157
40158
|
_this.q = o;
|
|
40158
|
-
_this.s.
|
|
40159
|
-
_this.s.
|
|
40160
|
-
_this.s.by = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
40159
|
+
_this.s.br = 0;
|
|
40160
|
+
_this.s.bq = 360;
|
|
40161
40161
|
_this.s.bz = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
40162
|
-
_this.
|
|
40163
|
-
_this.u.
|
|
40164
|
-
_this.
|
|
40165
|
-
_this.t.bz = igniteuiWebcomponentsCore.BrushUtil.l(255,
|
|
40166
|
-
_this.t.
|
|
40167
|
-
_this.t.
|
|
40168
|
-
_this.t.
|
|
40169
|
-
_this.t.
|
|
40162
|
+
_this.s.b0 = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
40163
|
+
_this.u.br = 0;
|
|
40164
|
+
_this.u.bq = 1;
|
|
40165
|
+
_this.t.bz = igniteuiWebcomponentsCore.BrushUtil.l(255, 155, 155, 155);
|
|
40166
|
+
_this.t.b0 = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
40167
|
+
_this.t.br = 0;
|
|
40168
|
+
_this.t.bq = 1;
|
|
40169
|
+
_this.t.bv = 0;
|
|
40170
|
+
_this.t.bu = 1;
|
|
40171
|
+
_this.s.bp = igniteuiWebcomponentsCore.runOn(_this, _this.au);
|
|
40170
40172
|
_this.s.bo = igniteuiWebcomponentsCore.runOn(_this, _this.au);
|
|
40171
|
-
_this.
|
|
40173
|
+
_this.u.bp = igniteuiWebcomponentsCore.runOn(_this, _this.aw);
|
|
40172
40174
|
_this.u.bo = igniteuiWebcomponentsCore.runOn(_this, _this.aw);
|
|
40173
|
-
_this.
|
|
40175
|
+
_this.t.bp = igniteuiWebcomponentsCore.runOn(_this, _this.av);
|
|
40174
40176
|
_this.t.bo = igniteuiWebcomponentsCore.runOn(_this, _this.av);
|
|
40175
|
-
_this.t.bn = igniteuiWebcomponentsCore.runOn(_this, _this.av);
|
|
40176
40177
|
_this.l = d;
|
|
40177
40178
|
_this.k = h;
|
|
40178
40179
|
_this.p = c;
|
|
@@ -40209,26 +40210,26 @@
|
|
|
40209
40210
|
var a = igniteuiWebcomponentsCore.Color.u(0, 0, 0, 0);
|
|
40210
40211
|
var b = igniteuiWebcomponentsCore.Color.u(255, 255, 0, 0);
|
|
40211
40212
|
if (this.s != null) {
|
|
40212
|
-
var c = this.s.
|
|
40213
|
-
var d = this.t.
|
|
40214
|
-
var e = 1 - this.t.
|
|
40215
|
-
var f = 1 - this.u.
|
|
40213
|
+
var c = this.s.bt;
|
|
40214
|
+
var d = this.t.bt;
|
|
40215
|
+
var e = 1 - this.t.bw;
|
|
40216
|
+
var f = 1 - this.u.bt;
|
|
40216
40217
|
b = igniteuiWebcomponentsCore.ColorUtil.r(1, c, 1, 0.5);
|
|
40217
40218
|
a = igniteuiWebcomponentsCore.ColorUtil.r(f, c, d, e);
|
|
40218
|
-
this.s.
|
|
40219
|
-
this.t.
|
|
40220
|
-
this.o.
|
|
40221
|
-
this.d.bm(this.s.
|
|
40219
|
+
this.s.by = igniteuiWebcomponentsCore.BrushUtil.l(b.l, b.o, b.n, b.m);
|
|
40220
|
+
this.t.by = igniteuiWebcomponentsCore.BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
40221
|
+
this.o.a9 = igniteuiWebcomponentsCore.BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
40222
|
+
this.d.bm(this.s.bt);
|
|
40222
40223
|
this.d.bn(0);
|
|
40223
|
-
this.d.bo(this.s.
|
|
40224
|
+
this.d.bo(this.s.bt, this.t.bt, 1 - this.t.bw);
|
|
40224
40225
|
}
|
|
40225
40226
|
if (this.r != null) {
|
|
40226
40227
|
var g = a.o + ", " + a.n + ", " + a.m + ", " + Math.round((a.l / 255) * 1000) / 1000;
|
|
40227
|
-
this.r.
|
|
40228
|
+
this.r.b8 = g;
|
|
40228
40229
|
}
|
|
40229
40230
|
if (this.q != null) {
|
|
40230
40231
|
var h = igniteuiWebcomponentsCore.ColorUtil.k(a, false);
|
|
40231
|
-
this.q.
|
|
40232
|
+
this.q.b8 = h;
|
|
40232
40233
|
}
|
|
40233
40234
|
this.bx = igniteuiWebcomponentsCore.BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
40234
40235
|
this.bc(this.value);
|
|
@@ -40241,7 +40242,7 @@
|
|
|
40241
40242
|
ColorEditorPanel.prototype.bl = function () {
|
|
40242
40243
|
};
|
|
40243
40244
|
ColorEditorPanel.prototype.a3 = function () {
|
|
40244
|
-
this.n.
|
|
40245
|
+
this.n.a0();
|
|
40245
40246
|
};
|
|
40246
40247
|
ColorEditorPanel.prototype.onAttachedToUI = function () {
|
|
40247
40248
|
this.d.bg();
|
|
@@ -40271,10 +40272,10 @@
|
|
|
40271
40272
|
var a = this.b5;
|
|
40272
40273
|
var b = igniteuiWebcomponentsCore.ColorUtil.a(a);
|
|
40273
40274
|
this.y = true;
|
|
40274
|
-
this.s.
|
|
40275
|
-
this.u.
|
|
40276
|
-
this.t.
|
|
40277
|
-
this.t.
|
|
40275
|
+
this.s.bt = b[1] == -1 ? 0 : b[1];
|
|
40276
|
+
this.u.bt = 1 - b[0];
|
|
40277
|
+
this.t.bt = b[2];
|
|
40278
|
+
this.t.bw = 1 - b[3];
|
|
40278
40279
|
this.y = false;
|
|
40279
40280
|
if (this.x) {
|
|
40280
40281
|
this.bn();
|
|
@@ -40294,7 +40295,7 @@
|
|
|
40294
40295
|
this.bn();
|
|
40295
40296
|
};
|
|
40296
40297
|
ColorEditorPanel.prototype.a0 = function (a, b, c) {
|
|
40297
|
-
var d = this.s.
|
|
40298
|
+
var d = this.s.bt;
|
|
40298
40299
|
var e = 1;
|
|
40299
40300
|
var f = 255;
|
|
40300
40301
|
for (var g = 0; g < c; g++) {
|
|
@@ -40453,12 +40454,12 @@
|
|
|
40453
40454
|
};
|
|
40454
40455
|
ColorEditorPanel.prototype.ad = function () {
|
|
40455
40456
|
if (this.s != null) {
|
|
40456
|
-
return this.s.
|
|
40457
|
+
return this.s.bt;
|
|
40457
40458
|
}
|
|
40458
40459
|
return 0;
|
|
40459
40460
|
};
|
|
40460
40461
|
ColorEditorPanel.prototype.a1 = function (a, b, c) {
|
|
40461
|
-
var d = this.s.
|
|
40462
|
+
var d = this.s.bt;
|
|
40462
40463
|
var e = 1;
|
|
40463
40464
|
var f = 255;
|
|
40464
40465
|
for (var g = 0; g < c; g++) {
|
|
@@ -40495,11 +40496,11 @@
|
|
|
40495
40496
|
}
|
|
40496
40497
|
};
|
|
40497
40498
|
ColorEditorPanel.prototype.a2 = function (a, b, c) {
|
|
40498
|
-
var d = this.s.
|
|
40499
|
+
var d = this.s.bt;
|
|
40499
40500
|
var e = 1;
|
|
40500
40501
|
var f = 255;
|
|
40501
|
-
var g = 1 - this.t.
|
|
40502
|
-
var h = this.t.
|
|
40502
|
+
var g = 1 - this.t.bw;
|
|
40503
|
+
var h = this.t.bt;
|
|
40503
40504
|
for (var i = 0; i < c; i++) {
|
|
40504
40505
|
var j = i / c;
|
|
40505
40506
|
for (var k = 0; k < b; k++) {
|