igniteui-webcomponents-inputs 5.4.0-beta.0 → 5.4.0
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 +688 -626
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/DatePickerView_combined.js +2 -2
- package/esm2015/lib/IconView_combined.js +336 -288
- package/esm2015/lib/InputGroupView_combined.js +216 -209
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/XButtonBridge.js +2 -2
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +5 -5
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +5 -5
- package/esm2015/lib/igc-x-icon-component.js +46 -46
- package/esm2015/lib/igc-x-label-component.js +51 -51
- package/esm5/lib/DatePickerView_combined.js +2 -2
- package/esm5/lib/IconView_combined.js +328 -272
- package/esm5/lib/InputGroupView_combined.js +209 -202
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/XButtonBridge.js +2 -2
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +5 -5
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +5 -5
- package/esm5/lib/igc-x-icon-component.js +46 -46
- package/esm5/lib/igc-x-label-component.js +51 -51
- package/fesm2015/igniteui-webcomponents-inputs.js +703 -649
- package/fesm5/igniteui-webcomponents-inputs.js +687 -625
- package/lib/IconView_combined.d.ts +94 -84
- package/lib/InputGroupView_combined.d.ts +75 -74
- package/package.json +2 -2
|
@@ -72,7 +72,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
};
|
|
73
73
|
InputGroupView.prototype.ac = function (a) {
|
|
74
74
|
if (typeCast(XLabel.$, a) !== null) {
|
|
75
|
-
a.
|
|
75
|
+
a.be = "flex-start";
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
InputGroupView.prototype.ae = function (a) {
|
|
@@ -699,21 +699,21 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
699
699
|
c.setStyleProperty("overflow", "hidden");
|
|
700
700
|
c.setStyleProperty("height", "1.125rem");
|
|
701
701
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
702
|
-
NativeUI.q(this.m.rootWrapper, this.c.
|
|
702
|
+
NativeUI.q(this.m.rootWrapper, this.c.c3);
|
|
703
703
|
c.setStyleProperty("outline-style", "none");
|
|
704
704
|
c.setStyleProperty("box-shadow", "none");
|
|
705
705
|
c.setStyleProperty("font-family", "Verdana");
|
|
706
706
|
c.setStyleProperty("font-size", "1rem");
|
|
707
707
|
this.n = c;
|
|
708
708
|
this.m.append(this.n);
|
|
709
|
-
this.c.
|
|
709
|
+
this.c.cl();
|
|
710
710
|
};
|
|
711
711
|
LabelView.prototype.l = function () {
|
|
712
712
|
return this.c.l == 0 ? (this.j() * 0.5) : 0;
|
|
713
713
|
};
|
|
714
714
|
LabelView.prototype.aj = function () {
|
|
715
715
|
var _this = this;
|
|
716
|
-
this.c.
|
|
716
|
+
this.c.bk = "block";
|
|
717
717
|
var a = new TransformGroup();
|
|
718
718
|
a.j.add(((function () {
|
|
719
719
|
var $ret = new TranslateTransform();
|
|
@@ -760,8 +760,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
760
760
|
};
|
|
761
761
|
LabelView.prototype.ab = function () {
|
|
762
762
|
if (this.m != null) {
|
|
763
|
-
this.m.rootWrapper.setStyleProperty("display", this.c.
|
|
764
|
-
this.n.setStyleProperty("display", this.c.
|
|
763
|
+
this.m.rootWrapper.setStyleProperty("display", this.c.bk);
|
|
764
|
+
this.n.setStyleProperty("display", this.c.bk);
|
|
765
765
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
766
766
|
if (ext_ && ext_._onDisplayChanged) {
|
|
767
767
|
ext_._onDisplayChanged();
|
|
@@ -771,8 +771,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
771
771
|
};
|
|
772
772
|
LabelView.prototype.w = function () {
|
|
773
773
|
if (this.m != null) {
|
|
774
|
-
this.m.rootWrapper.setStyleProperty("align-items", this.c.
|
|
775
|
-
this.n.setStyleProperty("align-items", this.c.
|
|
774
|
+
this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
|
|
775
|
+
this.n.setStyleProperty("align-items", this.c.bc);
|
|
776
776
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
777
777
|
if (ext_ && ext_._onAlignItemsChanged) {
|
|
778
778
|
ext_._onAlignItemsChanged();
|
|
@@ -782,8 +782,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
782
782
|
};
|
|
783
783
|
LabelView.prototype.x = function () {
|
|
784
784
|
if (this.m != null) {
|
|
785
|
-
this.m.rootWrapper.setStyleProperty("align-self", this.c.
|
|
786
|
-
this.n.setStyleProperty("align-self", this.c.
|
|
785
|
+
this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
|
|
786
|
+
this.n.setStyleProperty("align-self", this.c.be);
|
|
787
787
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
788
788
|
if (ext_ && ext_._onAlignSelfChanged) {
|
|
789
789
|
ext_._onAlignSelfChanged();
|
|
@@ -793,8 +793,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
793
793
|
};
|
|
794
794
|
LabelView.prototype.ac = function () {
|
|
795
795
|
if (this.m != null) {
|
|
796
|
-
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.
|
|
797
|
-
this.n.setStyleProperty("flex-direction", this.c.
|
|
796
|
+
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
|
|
797
|
+
this.n.setStyleProperty("flex-direction", this.c.bn);
|
|
798
798
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
799
799
|
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
800
800
|
ext_._onFlexDirectionChanged();
|
|
@@ -804,8 +804,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
804
804
|
};
|
|
805
805
|
LabelView.prototype.ad = function () {
|
|
806
806
|
if (this.m != null) {
|
|
807
|
-
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.
|
|
808
|
-
this.n.setStyleProperty("flex-grow", this.c.
|
|
807
|
+
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
|
|
808
|
+
this.n.setStyleProperty("flex-grow", this.c.bp);
|
|
809
809
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
810
810
|
if (ext_ && ext_._onFlexGrowChanged) {
|
|
811
811
|
ext_._onFlexGrowChanged();
|
|
@@ -874,10 +874,10 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
874
874
|
return parseFloat(stringReplace(a, "px", ""));
|
|
875
875
|
};
|
|
876
876
|
LabelView.prototype.t = function (a) {
|
|
877
|
-
this.c.
|
|
877
|
+
this.c.ch();
|
|
878
878
|
};
|
|
879
879
|
LabelView.prototype.u = function (a) {
|
|
880
|
-
this.c.
|
|
880
|
+
this.c.ci();
|
|
881
881
|
};
|
|
882
882
|
LabelView.prototype.y = function () {
|
|
883
883
|
this.f = true;
|
|
@@ -2321,7 +2321,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2321
2321
|
a.l = 2;
|
|
2322
2322
|
break;
|
|
2323
2323
|
}
|
|
2324
|
-
a.
|
|
2324
|
+
a.co(_this.ai, false);
|
|
2325
2325
|
});
|
|
2326
2326
|
};
|
|
2327
2327
|
XInputGroup.prototype.kf = function () {
|
|
@@ -2666,11 +2666,11 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2666
2666
|
var _this = this;
|
|
2667
2667
|
this.jp();
|
|
2668
2668
|
if (this.ai) {
|
|
2669
|
-
this.js(function (a) { return a.
|
|
2669
|
+
this.js(function (a) { return a.co(true, !_this.aj); });
|
|
2670
2670
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
2671
2671
|
}
|
|
2672
2672
|
else {
|
|
2673
|
-
this.js(function (a) { return a.
|
|
2673
|
+
this.js(function (a) { return a.co(false, !_this.aj); });
|
|
2674
2674
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
2675
2675
|
}
|
|
2676
2676
|
};
|
|
@@ -2678,12 +2678,12 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2678
2678
|
this.jp();
|
|
2679
2679
|
if (this.ao) {
|
|
2680
2680
|
var a = 1;
|
|
2681
|
-
this.js(function (b) { return b.
|
|
2681
|
+
this.js(function (b) { return b.an = true; });
|
|
2682
2682
|
this.j4(a);
|
|
2683
2683
|
}
|
|
2684
2684
|
else {
|
|
2685
2685
|
var b = -1;
|
|
2686
|
-
this.js(function (c) { return c.
|
|
2686
|
+
this.js(function (c) { return c.an = false; });
|
|
2687
2687
|
this.j4(b);
|
|
2688
2688
|
}
|
|
2689
2689
|
};
|
|
@@ -4520,7 +4520,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4520
4520
|
if (this.inputs._inner[b].e == null) {
|
|
4521
4521
|
this.inputs._inner[b].e = "Label" + a.l.count.toString();
|
|
4522
4522
|
}
|
|
4523
|
-
a.l.add1(this.inputs._inner[b].
|
|
4523
|
+
a.l.add1(this.inputs._inner[b].aw());
|
|
4524
4524
|
}
|
|
4525
4525
|
else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
|
|
4526
4526
|
if (this.inputs._inner[b].e == null) {
|
|
@@ -5032,41 +5032,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5032
5032
|
var _this = _super.call(this) || this;
|
|
5033
5033
|
_this.n = 0;
|
|
5034
5034
|
_this._view = null;
|
|
5035
|
+
_this.ak = false;
|
|
5035
5036
|
_this.aa = null;
|
|
5036
5037
|
_this.z = null;
|
|
5037
5038
|
_this.ab = false;
|
|
5038
5039
|
_this.r = 0;
|
|
5039
5040
|
_this.q = 1;
|
|
5040
|
-
_this.
|
|
5041
|
-
_this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
5041
|
+
_this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
5042
5042
|
_this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
5043
5043
|
_this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5044
|
+
_this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
5044
5045
|
_this.u = null;
|
|
5045
|
-
_this.
|
|
5046
|
-
_this.cv = XLabel.c7;
|
|
5046
|
+
_this.cz = XLabel.df;
|
|
5047
5047
|
_this.cw = XLabel.c8;
|
|
5048
|
+
_this.cx = XLabel.c9;
|
|
5048
5049
|
_this.k = 0;
|
|
5049
5050
|
_this.ag = false;
|
|
5050
5051
|
_this.ae = false;
|
|
5051
5052
|
_this.v = null;
|
|
5052
|
-
_this.
|
|
5053
|
-
_this.
|
|
5054
|
-
_this.az = "inline-block";
|
|
5053
|
+
_this.cy = null;
|
|
5054
|
+
_this.a4 = "ig-label-" + XLabel.av++;
|
|
5055
5055
|
_this.a0 = "inline-block";
|
|
5056
|
-
_this.a1 =
|
|
5057
|
-
_this.
|
|
5056
|
+
_this.a1 = "inline-block";
|
|
5057
|
+
_this.a2 = null;
|
|
5058
5058
|
_this.ax = "center";
|
|
5059
|
-
_this.
|
|
5059
|
+
_this.ay = "center";
|
|
5060
|
+
_this.at = 0;
|
|
5060
5061
|
_this.ac = false;
|
|
5061
|
-
_this.
|
|
5062
|
-
_this.
|
|
5063
|
-
_this.
|
|
5062
|
+
_this.a3 = null;
|
|
5063
|
+
_this.az = null;
|
|
5064
|
+
_this.a5 = null;
|
|
5064
5065
|
_this.af = false;
|
|
5065
5066
|
_this.aj = false;
|
|
5066
5067
|
_this.ad = false;
|
|
5067
5068
|
_this.ai = false;
|
|
5068
5069
|
_this.ah = false;
|
|
5069
|
-
_this.
|
|
5070
|
+
_this.ar = false;
|
|
5070
5071
|
var a = new LabelView();
|
|
5071
5072
|
a.c = _this;
|
|
5072
5073
|
_this.view = a;
|
|
@@ -5110,7 +5111,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5110
5111
|
enumerable: false,
|
|
5111
5112
|
configurable: true
|
|
5112
5113
|
});
|
|
5113
|
-
XLabel.prototype.
|
|
5114
|
+
XLabel.prototype.cb = function () {
|
|
5114
5115
|
var _this = this;
|
|
5115
5116
|
this.view.v();
|
|
5116
5117
|
var a = false;
|
|
@@ -5152,37 +5153,37 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5152
5153
|
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.h(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.h(this.l == 2 ? 255 : 0, 255, 255, 255))));
|
|
5153
5154
|
}
|
|
5154
5155
|
if (this.z == null) {
|
|
5155
|
-
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.
|
|
5156
|
+
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
|
|
5156
5157
|
}
|
|
5157
5158
|
};
|
|
5158
|
-
XLabel.prototype.
|
|
5159
|
+
XLabel.prototype.cm = function (a, b) {
|
|
5159
5160
|
var _this = this;
|
|
5160
5161
|
if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
|
|
5161
5162
|
a.reverse();
|
|
5162
|
-
if (this.
|
|
5163
|
+
if (this.ar) {
|
|
5163
5164
|
a.finish();
|
|
5164
|
-
this.
|
|
5165
|
+
this.cc(a);
|
|
5165
5166
|
return;
|
|
5166
5167
|
}
|
|
5167
|
-
a.finished.f(function (c) { return _this.
|
|
5168
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
5168
5169
|
}
|
|
5169
5170
|
else {
|
|
5170
5171
|
a.play();
|
|
5171
|
-
if (this.
|
|
5172
|
+
if (this.ar) {
|
|
5172
5173
|
a.finish();
|
|
5173
|
-
this.
|
|
5174
|
+
this.cc(a);
|
|
5174
5175
|
return;
|
|
5175
5176
|
}
|
|
5176
|
-
a.finished.f(function (c) { return _this.
|
|
5177
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
5177
5178
|
}
|
|
5178
5179
|
};
|
|
5179
|
-
XLabel.prototype.
|
|
5180
|
+
XLabel.prototype.cc = function (a) {
|
|
5180
5181
|
a.commitStyles();
|
|
5181
5182
|
if (a == this.aa && this.ai) {
|
|
5182
5183
|
this.aa = null;
|
|
5183
5184
|
if (this.ab) {
|
|
5184
5185
|
this.ab = false;
|
|
5185
|
-
this.
|
|
5186
|
+
this.cg();
|
|
5186
5187
|
}
|
|
5187
5188
|
}
|
|
5188
5189
|
if (a == this.z && this.ah) {
|
|
@@ -5193,15 +5194,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5193
5194
|
_super.prototype.h.call(this, a, b, c);
|
|
5194
5195
|
switch (a) {
|
|
5195
5196
|
case "BaseTheme":
|
|
5196
|
-
this.
|
|
5197
|
-
this.
|
|
5197
|
+
this.cp(this.p);
|
|
5198
|
+
this.cr();
|
|
5198
5199
|
break;
|
|
5199
5200
|
case "TextColor":
|
|
5200
5201
|
case "HoverTextColor":
|
|
5201
5202
|
case "TextStyle":
|
|
5202
5203
|
case "HighlightTextColor":
|
|
5203
5204
|
case "HoverHighlightTextColor":
|
|
5204
|
-
this.
|
|
5205
|
+
this.cr();
|
|
5205
5206
|
break;
|
|
5206
5207
|
case "ActualTextColor":
|
|
5207
5208
|
case "ActualHoverTextColor":
|
|
@@ -5224,7 +5225,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5224
5225
|
this.ah = true;
|
|
5225
5226
|
}
|
|
5226
5227
|
}
|
|
5227
|
-
this.
|
|
5228
|
+
this.cq();
|
|
5228
5229
|
break;
|
|
5229
5230
|
case "Text":
|
|
5230
5231
|
this.view.ai();
|
|
@@ -5240,10 +5241,10 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5240
5241
|
this.view.aj();
|
|
5241
5242
|
break;
|
|
5242
5243
|
case "IsHighlighted":
|
|
5243
|
-
this.
|
|
5244
|
+
this.cf();
|
|
5244
5245
|
break;
|
|
5245
5246
|
case "IsShifted":
|
|
5246
|
-
this.
|
|
5247
|
+
this.cg();
|
|
5247
5248
|
break;
|
|
5248
5249
|
case "ShiftType":
|
|
5249
5250
|
if (this.aa != null) {
|
|
@@ -5254,7 +5255,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5254
5255
|
this.ai = true;
|
|
5255
5256
|
}
|
|
5256
5257
|
}
|
|
5257
|
-
this.
|
|
5258
|
+
this.cj();
|
|
5258
5259
|
break;
|
|
5259
5260
|
case "Display":
|
|
5260
5261
|
this.view.ab();
|
|
@@ -5273,38 +5274,44 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5273
5274
|
break;
|
|
5274
5275
|
}
|
|
5275
5276
|
};
|
|
5276
|
-
XLabel.prototype.
|
|
5277
|
+
XLabel.prototype.cj = function () {
|
|
5277
5278
|
this.view.aj();
|
|
5278
5279
|
};
|
|
5279
|
-
XLabel.prototype.
|
|
5280
|
+
XLabel.prototype.cg = function () {
|
|
5280
5281
|
this.view.af();
|
|
5281
|
-
this.
|
|
5282
|
+
if (this.ak) {
|
|
5283
|
+
return;
|
|
5284
|
+
}
|
|
5285
|
+
this.cb();
|
|
5282
5286
|
var a = 1;
|
|
5283
|
-
var b = this.
|
|
5287
|
+
var b = this.ap;
|
|
5284
5288
|
if (!b) {
|
|
5285
5289
|
a = -1;
|
|
5286
5290
|
}
|
|
5287
|
-
this.
|
|
5291
|
+
this.cm(this.aa, a);
|
|
5288
5292
|
};
|
|
5289
|
-
XLabel.prototype.
|
|
5290
|
-
this.
|
|
5293
|
+
XLabel.prototype.cf = function () {
|
|
5294
|
+
if (this.ak) {
|
|
5295
|
+
return;
|
|
5296
|
+
}
|
|
5297
|
+
this.cb();
|
|
5291
5298
|
var a = 1;
|
|
5292
|
-
var b = this.
|
|
5299
|
+
var b = this.an;
|
|
5293
5300
|
if (!b) {
|
|
5294
5301
|
a = -1;
|
|
5295
5302
|
}
|
|
5296
|
-
this.
|
|
5303
|
+
this.cm(this.z, a);
|
|
5297
5304
|
};
|
|
5298
5305
|
XLabel.prototype.onSizeReady = function () {
|
|
5299
5306
|
if (this.aa != null) {
|
|
5300
|
-
this.
|
|
5301
|
-
if (this.
|
|
5307
|
+
this.ca();
|
|
5308
|
+
if (this.ap) {
|
|
5302
5309
|
this.view.aj();
|
|
5303
|
-
this.
|
|
5310
|
+
this.cg();
|
|
5304
5311
|
}
|
|
5305
5312
|
}
|
|
5306
5313
|
};
|
|
5307
|
-
XLabel.prototype.
|
|
5314
|
+
XLabel.prototype.ca = function () {
|
|
5308
5315
|
if (this.aa != null && this.aa.playState == 3) {
|
|
5309
5316
|
this.aa = null;
|
|
5310
5317
|
}
|
|
@@ -5313,26 +5320,26 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5313
5320
|
this.ai = true;
|
|
5314
5321
|
}
|
|
5315
5322
|
};
|
|
5316
|
-
XLabel.prototype.
|
|
5317
|
-
this.
|
|
5318
|
-
this.
|
|
5319
|
-
this.
|
|
5323
|
+
XLabel.prototype.cr = function () {
|
|
5324
|
+
this.c3 = this.dj != null ? this.dj : XLabel.df;
|
|
5325
|
+
this.c2 = this.di != null ? this.di : XLabel.df;
|
|
5326
|
+
this.c0 = this.dg != null ? this.dg : XLabel.c8;
|
|
5320
5327
|
this.w = this.y != null ? this.y : XLabel.x;
|
|
5321
5328
|
};
|
|
5322
|
-
XLabel.prototype.
|
|
5329
|
+
XLabel.prototype.cq = function () {
|
|
5323
5330
|
if (this.w != null) {
|
|
5324
5331
|
this.view.am(this.w);
|
|
5325
5332
|
}
|
|
5326
5333
|
else {
|
|
5327
5334
|
this.view.am(this.view.e());
|
|
5328
5335
|
}
|
|
5329
|
-
this.view.ah(this.
|
|
5336
|
+
this.view.ah(this.c3);
|
|
5330
5337
|
};
|
|
5331
|
-
XLabel.prototype.
|
|
5332
|
-
XLabel.
|
|
5333
|
-
XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
|
|
5334
|
-
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
5338
|
+
XLabel.prototype.cp = function (a) {
|
|
5339
|
+
XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
|
|
5335
5340
|
XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
|
|
5341
|
+
XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
|
|
5342
|
+
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
5336
5343
|
};
|
|
5337
5344
|
Object.defineProperty(XLabel.prototype, "t", {
|
|
5338
5345
|
get: function () {
|
|
@@ -5362,34 +5369,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5362
5369
|
enumerable: false,
|
|
5363
5370
|
configurable: true
|
|
5364
5371
|
});
|
|
5365
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5372
|
+
Object.defineProperty(XLabel.prototype, "c3", {
|
|
5366
5373
|
get: function () {
|
|
5367
|
-
return this.
|
|
5374
|
+
return this.cv;
|
|
5368
5375
|
},
|
|
5369
5376
|
set: function (a) {
|
|
5370
|
-
var b = this.
|
|
5371
|
-
this.
|
|
5372
|
-
if (b != this.
|
|
5377
|
+
var b = this.cv;
|
|
5378
|
+
this.cv = a;
|
|
5379
|
+
if (b != this.cv) {
|
|
5373
5380
|
this.g("ActualTextColor", b, a);
|
|
5374
5381
|
}
|
|
5375
5382
|
},
|
|
5376
5383
|
enumerable: false,
|
|
5377
5384
|
configurable: true
|
|
5378
5385
|
});
|
|
5379
|
-
Object.defineProperty(XLabel.prototype, "cz", {
|
|
5380
|
-
get: function () {
|
|
5381
|
-
return this.cr;
|
|
5382
|
-
},
|
|
5383
|
-
set: function (a) {
|
|
5384
|
-
var b = this.cr;
|
|
5385
|
-
this.cr = a;
|
|
5386
|
-
if (b != this.cr) {
|
|
5387
|
-
this.g("ActualHighlightTextColor", b, a);
|
|
5388
|
-
}
|
|
5389
|
-
},
|
|
5390
|
-
enumerable: false,
|
|
5391
|
-
configurable: true
|
|
5392
|
-
});
|
|
5393
5386
|
Object.defineProperty(XLabel.prototype, "c0", {
|
|
5394
5387
|
get: function () {
|
|
5395
5388
|
return this.cs;
|
|
@@ -5398,7 +5391,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5398
5391
|
var b = this.cs;
|
|
5399
5392
|
this.cs = a;
|
|
5400
5393
|
if (b != this.cs) {
|
|
5401
|
-
this.g("
|
|
5394
|
+
this.g("ActualHighlightTextColor", b, a);
|
|
5402
5395
|
}
|
|
5403
5396
|
},
|
|
5404
5397
|
enumerable: false,
|
|
@@ -5412,6 +5405,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5412
5405
|
var b = this.ct;
|
|
5413
5406
|
this.ct = a;
|
|
5414
5407
|
if (b != this.ct) {
|
|
5408
|
+
this.g("ActualHoverHighlightTextColor", b, a);
|
|
5409
|
+
}
|
|
5410
|
+
},
|
|
5411
|
+
enumerable: false,
|
|
5412
|
+
configurable: true
|
|
5413
|
+
});
|
|
5414
|
+
Object.defineProperty(XLabel.prototype, "c2", {
|
|
5415
|
+
get: function () {
|
|
5416
|
+
return this.cu;
|
|
5417
|
+
},
|
|
5418
|
+
set: function (a) {
|
|
5419
|
+
var b = this.cu;
|
|
5420
|
+
this.cu = a;
|
|
5421
|
+
if (b != this.cu) {
|
|
5415
5422
|
this.g("ActualHoverTextColor", b, a);
|
|
5416
5423
|
}
|
|
5417
5424
|
},
|
|
@@ -5432,42 +5439,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5432
5439
|
enumerable: false,
|
|
5433
5440
|
configurable: true
|
|
5434
5441
|
});
|
|
5435
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5442
|
+
Object.defineProperty(XLabel.prototype, "dj", {
|
|
5436
5443
|
get: function () {
|
|
5437
|
-
return this.
|
|
5444
|
+
return this.cz;
|
|
5438
5445
|
},
|
|
5439
5446
|
set: function (a) {
|
|
5440
|
-
var b = this.
|
|
5441
|
-
this.
|
|
5442
|
-
if (b != this.
|
|
5447
|
+
var b = this.cz;
|
|
5448
|
+
this.cz = a;
|
|
5449
|
+
if (b != this.cz) {
|
|
5443
5450
|
this.g("TextColor", b, a);
|
|
5444
5451
|
}
|
|
5445
5452
|
},
|
|
5446
5453
|
enumerable: false,
|
|
5447
5454
|
configurable: true
|
|
5448
5455
|
});
|
|
5449
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5456
|
+
Object.defineProperty(XLabel.prototype, "dg", {
|
|
5450
5457
|
get: function () {
|
|
5451
|
-
return this.
|
|
5458
|
+
return this.cw;
|
|
5452
5459
|
},
|
|
5453
5460
|
set: function (a) {
|
|
5454
|
-
var b = this.
|
|
5455
|
-
this.
|
|
5456
|
-
if (b != this.
|
|
5461
|
+
var b = this.cw;
|
|
5462
|
+
this.cw = a;
|
|
5463
|
+
if (b != this.cw) {
|
|
5457
5464
|
this.g("HighlightTextColor", b, a);
|
|
5458
5465
|
}
|
|
5459
5466
|
},
|
|
5460
5467
|
enumerable: false,
|
|
5461
5468
|
configurable: true
|
|
5462
5469
|
});
|
|
5463
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5470
|
+
Object.defineProperty(XLabel.prototype, "dh", {
|
|
5464
5471
|
get: function () {
|
|
5465
|
-
return this.
|
|
5472
|
+
return this.cx;
|
|
5466
5473
|
},
|
|
5467
5474
|
set: function (a) {
|
|
5468
|
-
var b = this.
|
|
5469
|
-
this.
|
|
5470
|
-
if (b != this.
|
|
5475
|
+
var b = this.cx;
|
|
5476
|
+
this.cx = a;
|
|
5477
|
+
if (b != this.cx) {
|
|
5471
5478
|
this.g("HoverHighlightTextColor", b, a);
|
|
5472
5479
|
}
|
|
5473
5480
|
},
|
|
@@ -5488,7 +5495,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5488
5495
|
enumerable: false,
|
|
5489
5496
|
configurable: true
|
|
5490
5497
|
});
|
|
5491
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5498
|
+
Object.defineProperty(XLabel.prototype, "ap", {
|
|
5492
5499
|
get: function () {
|
|
5493
5500
|
return this.ag;
|
|
5494
5501
|
},
|
|
@@ -5502,24 +5509,24 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5502
5509
|
enumerable: false,
|
|
5503
5510
|
configurable: true
|
|
5504
5511
|
});
|
|
5505
|
-
XLabel.prototype.
|
|
5512
|
+
XLabel.prototype.co = function (a, b) {
|
|
5506
5513
|
if (b === void 0) {
|
|
5507
5514
|
b = true;
|
|
5508
5515
|
}
|
|
5509
|
-
var c = this.
|
|
5516
|
+
var c = this.ar;
|
|
5510
5517
|
if (!b) {
|
|
5511
|
-
this.
|
|
5518
|
+
this.ar = true;
|
|
5512
5519
|
}
|
|
5513
5520
|
try {
|
|
5514
|
-
this.
|
|
5521
|
+
this.ap = a;
|
|
5515
5522
|
}
|
|
5516
5523
|
finally {
|
|
5517
5524
|
if (!b) {
|
|
5518
|
-
this.
|
|
5525
|
+
this.ar = c;
|
|
5519
5526
|
}
|
|
5520
5527
|
}
|
|
5521
5528
|
};
|
|
5522
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5529
|
+
Object.defineProperty(XLabel.prototype, "an", {
|
|
5523
5530
|
get: function () {
|
|
5524
5531
|
return this.ae;
|
|
5525
5532
|
},
|
|
@@ -5533,11 +5540,11 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5533
5540
|
enumerable: false,
|
|
5534
5541
|
configurable: true
|
|
5535
5542
|
});
|
|
5536
|
-
XLabel.prototype.cg = function () {
|
|
5537
|
-
this.an = true;
|
|
5538
|
-
};
|
|
5539
5543
|
XLabel.prototype.ch = function () {
|
|
5540
|
-
this.
|
|
5544
|
+
this.ao = true;
|
|
5545
|
+
};
|
|
5546
|
+
XLabel.prototype.ci = function () {
|
|
5547
|
+
this.ao = false;
|
|
5541
5548
|
};
|
|
5542
5549
|
Object.defineProperty(XLabel.prototype, "y", {
|
|
5543
5550
|
get: function () {
|
|
@@ -5553,49 +5560,35 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5553
5560
|
enumerable: false,
|
|
5554
5561
|
configurable: true
|
|
5555
5562
|
});
|
|
5556
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5563
|
+
Object.defineProperty(XLabel.prototype, "di", {
|
|
5557
5564
|
get: function () {
|
|
5558
|
-
return this.
|
|
5565
|
+
return this.cy;
|
|
5559
5566
|
},
|
|
5560
5567
|
set: function (a) {
|
|
5561
|
-
var b = this.
|
|
5562
|
-
this.
|
|
5563
|
-
if (b != this.
|
|
5568
|
+
var b = this.cy;
|
|
5569
|
+
this.cy = a;
|
|
5570
|
+
if (b != this.cy) {
|
|
5564
5571
|
this.g("HoverTextColor", b, a);
|
|
5565
5572
|
}
|
|
5566
5573
|
},
|
|
5567
5574
|
enumerable: false,
|
|
5568
5575
|
configurable: true
|
|
5569
5576
|
});
|
|
5570
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5577
|
+
Object.defineProperty(XLabel.prototype, "bw", {
|
|
5571
5578
|
get: function () {
|
|
5572
|
-
return this.
|
|
5579
|
+
return this.a4;
|
|
5573
5580
|
},
|
|
5574
5581
|
set: function (a) {
|
|
5575
|
-
var b = this.
|
|
5576
|
-
this.
|
|
5577
|
-
if (b != this.
|
|
5582
|
+
var b = this.a4;
|
|
5583
|
+
this.a4 = a;
|
|
5584
|
+
if (b != this.a4) {
|
|
5578
5585
|
this.g("Id", b, a);
|
|
5579
5586
|
}
|
|
5580
5587
|
},
|
|
5581
5588
|
enumerable: false,
|
|
5582
5589
|
configurable: true
|
|
5583
5590
|
});
|
|
5584
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5585
|
-
get: function () {
|
|
5586
|
-
return this.az;
|
|
5587
|
-
},
|
|
5588
|
-
set: function (a) {
|
|
5589
|
-
var b = this.az;
|
|
5590
|
-
this.az = a;
|
|
5591
|
-
if (b != this.az) {
|
|
5592
|
-
this.g("Display", b, a);
|
|
5593
|
-
}
|
|
5594
|
-
},
|
|
5595
|
-
enumerable: false,
|
|
5596
|
-
configurable: true
|
|
5597
|
-
});
|
|
5598
|
-
Object.defineProperty(XLabel.prototype, "bm", {
|
|
5591
|
+
Object.defineProperty(XLabel.prototype, "bk", {
|
|
5599
5592
|
get: function () {
|
|
5600
5593
|
return this.a0;
|
|
5601
5594
|
},
|
|
@@ -5603,13 +5596,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5603
5596
|
var b = this.a0;
|
|
5604
5597
|
this.a0 = a;
|
|
5605
5598
|
if (b != this.a0) {
|
|
5606
|
-
this.g("
|
|
5599
|
+
this.g("Display", b, a);
|
|
5607
5600
|
}
|
|
5608
5601
|
},
|
|
5609
5602
|
enumerable: false,
|
|
5610
5603
|
configurable: true
|
|
5611
5604
|
});
|
|
5612
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5605
|
+
Object.defineProperty(XLabel.prototype, "bn", {
|
|
5613
5606
|
get: function () {
|
|
5614
5607
|
return this.a1;
|
|
5615
5608
|
},
|
|
@@ -5617,27 +5610,27 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5617
5610
|
var b = this.a1;
|
|
5618
5611
|
this.a1 = a;
|
|
5619
5612
|
if (b != this.a1) {
|
|
5620
|
-
this.g("
|
|
5613
|
+
this.g("FlexDirection", b, a);
|
|
5621
5614
|
}
|
|
5622
5615
|
},
|
|
5623
5616
|
enumerable: false,
|
|
5624
5617
|
configurable: true
|
|
5625
5618
|
});
|
|
5626
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5619
|
+
Object.defineProperty(XLabel.prototype, "bp", {
|
|
5627
5620
|
get: function () {
|
|
5628
|
-
return this.
|
|
5621
|
+
return this.a2;
|
|
5629
5622
|
},
|
|
5630
5623
|
set: function (a) {
|
|
5631
|
-
var b = this.
|
|
5632
|
-
this.
|
|
5633
|
-
if (b != this.
|
|
5634
|
-
this.g("
|
|
5624
|
+
var b = this.a2;
|
|
5625
|
+
this.a2 = a;
|
|
5626
|
+
if (b != this.a2) {
|
|
5627
|
+
this.g("FlexGrow", b, a);
|
|
5635
5628
|
}
|
|
5636
5629
|
},
|
|
5637
5630
|
enumerable: false,
|
|
5638
5631
|
configurable: true
|
|
5639
5632
|
});
|
|
5640
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5633
|
+
Object.defineProperty(XLabel.prototype, "bc", {
|
|
5641
5634
|
get: function () {
|
|
5642
5635
|
return this.ax;
|
|
5643
5636
|
},
|
|
@@ -5645,56 +5638,70 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5645
5638
|
var b = this.ax;
|
|
5646
5639
|
this.ax = a;
|
|
5647
5640
|
if (b != this.ax) {
|
|
5641
|
+
this.g("AlignItems", b, a);
|
|
5642
|
+
}
|
|
5643
|
+
},
|
|
5644
|
+
enumerable: false,
|
|
5645
|
+
configurable: true
|
|
5646
|
+
});
|
|
5647
|
+
Object.defineProperty(XLabel.prototype, "be", {
|
|
5648
|
+
get: function () {
|
|
5649
|
+
return this.ay;
|
|
5650
|
+
},
|
|
5651
|
+
set: function (a) {
|
|
5652
|
+
var b = this.ay;
|
|
5653
|
+
this.ay = a;
|
|
5654
|
+
if (b != this.ay) {
|
|
5648
5655
|
this.g("AlignSelf", b, a);
|
|
5649
5656
|
}
|
|
5650
5657
|
},
|
|
5651
5658
|
enumerable: false,
|
|
5652
5659
|
configurable: true
|
|
5653
5660
|
});
|
|
5654
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5661
|
+
Object.defineProperty(XLabel.prototype, "al", {
|
|
5655
5662
|
get: function () {
|
|
5656
5663
|
return this.ac;
|
|
5657
5664
|
},
|
|
5658
5665
|
enumerable: false,
|
|
5659
5666
|
configurable: true
|
|
5660
5667
|
});
|
|
5661
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5668
|
+
Object.defineProperty(XLabel.prototype, "au", {
|
|
5662
5669
|
get: function () {
|
|
5663
|
-
return this.
|
|
5670
|
+
return this.at;
|
|
5664
5671
|
},
|
|
5665
5672
|
set: function (a) {
|
|
5666
|
-
var b = this.
|
|
5667
|
-
this.
|
|
5673
|
+
var b = this.at;
|
|
5674
|
+
this.at = a;
|
|
5668
5675
|
this.ac = true;
|
|
5669
|
-
if (b != this.
|
|
5676
|
+
if (b != this.at) {
|
|
5670
5677
|
this.g("TabIndex", b, a);
|
|
5671
5678
|
}
|
|
5672
5679
|
},
|
|
5673
5680
|
enumerable: false,
|
|
5674
5681
|
configurable: true
|
|
5675
5682
|
});
|
|
5676
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5683
|
+
Object.defineProperty(XLabel.prototype, "br", {
|
|
5677
5684
|
get: function () {
|
|
5678
|
-
return this.
|
|
5685
|
+
return this.a3;
|
|
5679
5686
|
},
|
|
5680
5687
|
set: function (a) {
|
|
5681
|
-
var b = this.
|
|
5682
|
-
this.
|
|
5683
|
-
if (b != this.
|
|
5688
|
+
var b = this.a3;
|
|
5689
|
+
this.a3 = a;
|
|
5690
|
+
if (b != this.a3) {
|
|
5684
5691
|
this.g("TabIndex", b, a);
|
|
5685
5692
|
}
|
|
5686
5693
|
},
|
|
5687
5694
|
enumerable: false,
|
|
5688
5695
|
configurable: true
|
|
5689
5696
|
});
|
|
5690
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5697
|
+
Object.defineProperty(XLabel.prototype, "bg", {
|
|
5691
5698
|
get: function () {
|
|
5692
|
-
return this.
|
|
5699
|
+
return this.az;
|
|
5693
5700
|
},
|
|
5694
5701
|
set: function (a) {
|
|
5695
|
-
var b = this.
|
|
5696
|
-
this.
|
|
5697
|
-
if (b != this.
|
|
5702
|
+
var b = this.az;
|
|
5703
|
+
this.az = a;
|
|
5704
|
+
if (b != this.az) {
|
|
5698
5705
|
this.g("AriaLabel", b, a);
|
|
5699
5706
|
}
|
|
5700
5707
|
},
|
|
@@ -5703,19 +5710,19 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5703
5710
|
});
|
|
5704
5711
|
Object.defineProperty(XLabel.prototype, "text", {
|
|
5705
5712
|
get: function () {
|
|
5706
|
-
return this.
|
|
5713
|
+
return this.a5;
|
|
5707
5714
|
},
|
|
5708
5715
|
set: function (a) {
|
|
5709
|
-
var b = this.
|
|
5710
|
-
this.
|
|
5711
|
-
if (b != this.
|
|
5716
|
+
var b = this.a5;
|
|
5717
|
+
this.a5 = a;
|
|
5718
|
+
if (b != this.a5) {
|
|
5712
5719
|
this.g("Text", b, a);
|
|
5713
5720
|
}
|
|
5714
5721
|
},
|
|
5715
5722
|
enumerable: false,
|
|
5716
5723
|
configurable: true
|
|
5717
5724
|
});
|
|
5718
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5725
|
+
Object.defineProperty(XLabel.prototype, "ao", {
|
|
5719
5726
|
get: function () {
|
|
5720
5727
|
return this.af;
|
|
5721
5728
|
},
|
|
@@ -5729,7 +5736,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5729
5736
|
enumerable: false,
|
|
5730
5737
|
configurable: true
|
|
5731
5738
|
});
|
|
5732
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5739
|
+
Object.defineProperty(XLabel.prototype, "as", {
|
|
5733
5740
|
get: function () {
|
|
5734
5741
|
return this.aj;
|
|
5735
5742
|
},
|
|
@@ -5757,7 +5764,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5757
5764
|
enumerable: false,
|
|
5758
5765
|
configurable: true
|
|
5759
5766
|
});
|
|
5760
|
-
XLabel.prototype.
|
|
5767
|
+
XLabel.prototype.cl = function () {
|
|
5761
5768
|
this.view.ai();
|
|
5762
5769
|
};
|
|
5763
5770
|
XLabel.prototype.onDetachedFromUI = function () {
|
|
@@ -5766,13 +5773,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5766
5773
|
XLabel.prototype.onAttachedToUI = function () {
|
|
5767
5774
|
this.view.y();
|
|
5768
5775
|
};
|
|
5769
|
-
XLabel.prototype.
|
|
5776
|
+
XLabel.prototype.aq = function () {
|
|
5770
5777
|
return this.view.g();
|
|
5771
5778
|
};
|
|
5772
|
-
XLabel.prototype.
|
|
5779
|
+
XLabel.prototype.aw = function () {
|
|
5773
5780
|
return this.j();
|
|
5774
5781
|
};
|
|
5775
|
-
XLabel.prototype.
|
|
5782
|
+
XLabel.prototype.bm = function () {
|
|
5776
5783
|
var a = this.j();
|
|
5777
5784
|
return a.q();
|
|
5778
5785
|
};
|
|
@@ -5784,15 +5791,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5784
5791
|
a.d = this.s;
|
|
5785
5792
|
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
5786
5793
|
a.b = this.l;
|
|
5787
|
-
a.i = this.
|
|
5788
|
-
a.g = this.
|
|
5789
|
-
a.m = this.
|
|
5790
|
-
a.n = this.
|
|
5791
|
-
a.o = this.
|
|
5792
|
-
a.l = this.
|
|
5794
|
+
a.i = this.ap;
|
|
5795
|
+
a.g = this.an;
|
|
5796
|
+
a.m = this.bk;
|
|
5797
|
+
a.n = this.bn;
|
|
5798
|
+
a.o = this.bp;
|
|
5799
|
+
a.l = this.bc;
|
|
5793
5800
|
a.r = this.text;
|
|
5794
|
-
a.h = this.
|
|
5795
|
-
a.j = this.
|
|
5801
|
+
a.h = this.ao;
|
|
5802
|
+
a.j = this.as;
|
|
5796
5803
|
a.f = this.disabled;
|
|
5797
5804
|
a.p = this.e;
|
|
5798
5805
|
if (this.w != null) {
|
|
@@ -5829,21 +5836,21 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5829
5836
|
this.view.z(a);
|
|
5830
5837
|
};
|
|
5831
5838
|
XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
|
|
5832
|
-
XLabel.
|
|
5833
|
-
XLabel.da = BrushUtil.h(255, 0, 153, 155);
|
|
5834
|
-
XLabel.dc = BrushUtil.h(221, 0, 0, 0);
|
|
5839
|
+
XLabel.de = BrushUtil.h(221, 0, 0, 0);
|
|
5835
5840
|
XLabel.db = BrushUtil.h(255, 0, 153, 155);
|
|
5836
|
-
XLabel.
|
|
5837
|
-
XLabel.
|
|
5838
|
-
XLabel.
|
|
5841
|
+
XLabel.dd = BrushUtil.h(221, 0, 0, 0);
|
|
5842
|
+
XLabel.dc = BrushUtil.h(255, 0, 153, 155);
|
|
5843
|
+
XLabel.c7 = BrushUtil.h(255, 24, 29, 31);
|
|
5839
5844
|
XLabel.c4 = BrushUtil.h(255, 33, 150, 243);
|
|
5845
|
+
XLabel.c6 = BrushUtil.h(255, 24, 29, 31);
|
|
5846
|
+
XLabel.c5 = BrushUtil.h(255, 33, 150, 243);
|
|
5840
5847
|
XLabel.o = 2;
|
|
5841
|
-
XLabel.
|
|
5842
|
-
XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
5843
|
-
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5848
|
+
XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
5844
5849
|
XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
5850
|
+
XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
5851
|
+
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5845
5852
|
XLabel.x = null;
|
|
5846
|
-
XLabel.
|
|
5853
|
+
XLabel.av = 0;
|
|
5847
5854
|
return XLabel;
|
|
5848
5855
|
}(XInputGroupItem));
|
|
5849
5856
|
export { XLabel };
|