igniteui-angular-inputs 19.0.1 → 19.1.0-beta.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-angular-inputs.umd.js +1075 -1003
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +48 -48
- package/esm2015/lib/ButtonView_combined.js +176 -174
- package/esm2015/lib/CalendarView_combined.js +10 -10
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +6 -6
- package/esm2015/lib/IconView_combined.js +336 -288
- package/esm2015/lib/InputGroupView_combined.js +318 -311
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +39 -39
- package/esm2015/lib/RippleView_combined.js +2 -2
- 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 +11 -3
- package/esm2015/lib/igx-x-icon-component.js +34 -34
- package/esm2015/lib/igx-x-label-component.js +40 -40
- package/esm5/lib/ButtonGroupView_combined.js +48 -48
- package/esm5/lib/ButtonView_combined.js +176 -174
- package/esm5/lib/CalendarView_combined.js +10 -10
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +6 -6
- package/esm5/lib/IconView_combined.js +328 -272
- package/esm5/lib/InputGroupView_combined.js +311 -304
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +39 -39
- package/esm5/lib/RippleView_combined.js +2 -2
- 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 +11 -3
- package/esm5/lib/igx-x-icon-component.js +34 -34
- package/esm5/lib/igx-x-label-component.js +40 -40
- package/fesm2015/igniteui-angular-inputs.js +1091 -1027
- package/fesm5/igniteui-angular-inputs.js +1076 -1004
- package/lib/IconView_combined.d.ts +94 -84
- package/lib/InputGroupView_combined.d.ts +75 -74
- package/lib/XPopupBridge.d.ts +1 -0
- package/package.json +2 -2
|
@@ -587,8 +587,8 @@
|
|
|
587
587
|
this.c.t(a);
|
|
588
588
|
};
|
|
589
589
|
XRipple.$t = igniteuiAngularCore.markType(XRipple, 'XRipple', igniteuiAngularCore.Base.$, [igniteuiAngularCore.INotifyPropertyChanged_$type]);
|
|
590
|
-
XRipple.au = igniteuiAngularCore.BrushUtil.
|
|
591
|
-
XRipple.av = igniteuiAngularCore.BrushUtil.
|
|
590
|
+
XRipple.au = igniteuiAngularCore.BrushUtil.j(40, 0, 0, 0);
|
|
591
|
+
XRipple.av = igniteuiAngularCore.BrushUtil.j(189, 0, 0, 0);
|
|
592
592
|
return XRipple;
|
|
593
593
|
}(igniteuiAngularCore.Base));
|
|
594
594
|
|
|
@@ -2015,6 +2015,8 @@
|
|
|
2015
2015
|
this.view.ah();
|
|
2016
2016
|
break;
|
|
2017
2017
|
case "TabIndex":
|
|
2018
|
+
this.view.ax();
|
|
2019
|
+
break;
|
|
2018
2020
|
case "DisablePointer":
|
|
2019
2021
|
this.view.ax();
|
|
2020
2022
|
break;
|
|
@@ -2245,7 +2247,7 @@
|
|
|
2245
2247
|
igniteuiAngularCore.NativeUI.m(a, this.no);
|
|
2246
2248
|
}
|
|
2247
2249
|
}
|
|
2248
|
-
this.view.ay(this.ny, igniteuiAngularCore.BrushUtil.
|
|
2250
|
+
this.view.ay(this.ny, igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
2249
2251
|
if (this.aa != null) {
|
|
2250
2252
|
this.view.a1(this.aa);
|
|
2251
2253
|
}
|
|
@@ -4609,7 +4611,7 @@
|
|
|
4609
4611
|
});
|
|
4610
4612
|
XButton.prototype.kl = function () {
|
|
4611
4613
|
this.j8();
|
|
4612
|
-
this.view.ay(this.ny, igniteuiAngularCore.BrushUtil.
|
|
4614
|
+
this.view.ay(this.ny, igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4613
4615
|
this.kp();
|
|
4614
4616
|
};
|
|
4615
4617
|
Object.defineProperty(XButton.prototype, "a", {
|
|
@@ -4721,348 +4723,348 @@
|
|
|
4721
4723
|
XButton.d8 = 0;
|
|
4722
4724
|
XButton.i = new Theme(1, ((function () {
|
|
4723
4725
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4724
|
-
$ret.addItem("UmbraShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4725
|
-
$ret.addItem("PenumbraShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4726
|
-
$ret.addItem("AmbientShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4726
|
+
$ret.addItem("UmbraShadowColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4727
|
+
$ret.addItem("PenumbraShadowColor", igniteuiAngularCore.BrushUtil.j(30, 0, 0, 0));
|
|
4728
|
+
$ret.addItem("AmbientShadowColor", igniteuiAngularCore.BrushUtil.j(20, 0, 0, 0));
|
|
4727
4729
|
$ret.addItem("ElevationMode", igniteuiAngularCore.enumGetBox(igniteuiAngularCore.ElevationMode_$type, 1));
|
|
4728
4730
|
return $ret;
|
|
4729
4731
|
})()), ((function () {
|
|
4730
4732
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.Base.$, Theme.$, 0);
|
|
4731
4733
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
4732
4734
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4733
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4734
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4735
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4735
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4736
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4737
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4736
4738
|
$ret.addItem("DisabledElevation", 0);
|
|
4737
4739
|
$ret.addItem("RestingElevation", 2);
|
|
4738
4740
|
$ret.addItem("HoverElevation", 4);
|
|
4739
4741
|
$ret.addItem("FocusElevation", 8);
|
|
4740
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4741
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4742
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4743
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4742
4744
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
4743
4745
|
$ret.addItem("BorderWidth", NaN);
|
|
4744
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4745
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4746
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4747
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4748
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4749
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4746
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4747
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4748
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4749
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 220, 83, 145));
|
|
4750
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 220, 83, 145));
|
|
4751
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4750
4752
|
return $ret;
|
|
4751
4753
|
})())));
|
|
4752
4754
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
4753
4755
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4754
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4755
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4756
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4756
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4757
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4758
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4757
4759
|
$ret.addItem("DisabledElevation", 0);
|
|
4758
4760
|
$ret.addItem("RestingElevation", 0);
|
|
4759
4761
|
$ret.addItem("HoverElevation", 0);
|
|
4760
4762
|
$ret.addItem("FocusElevation", 0);
|
|
4761
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4762
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4763
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4764
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4763
4765
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
4764
4766
|
$ret.addItem("BorderWidth", NaN);
|
|
4765
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4766
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4767
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4768
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4769
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4770
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4767
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4768
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4769
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4770
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(13, 228, 28, 119));
|
|
4771
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(30, 228, 28, 119));
|
|
4772
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4771
4773
|
return $ret;
|
|
4772
4774
|
})())));
|
|
4773
4775
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
4774
4776
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4775
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4776
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4777
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4777
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4778
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(30, 0, 0, 0));
|
|
4779
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4778
4780
|
$ret.addItem("DisabledElevation", 0);
|
|
4779
4781
|
$ret.addItem("RestingElevation", 0);
|
|
4780
4782
|
$ret.addItem("HoverElevation", 0);
|
|
4781
4783
|
$ret.addItem("FocusElevation", 0);
|
|
4782
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4783
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4784
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4785
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4784
4786
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
4785
4787
|
$ret.addItem("BorderWidth", 1);
|
|
4786
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4787
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4788
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4789
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4790
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4791
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4788
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4789
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4790
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4791
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(13, 228, 28, 119));
|
|
4792
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(30, 228, 28, 119));
|
|
4793
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4792
4794
|
return $ret;
|
|
4793
4795
|
})())));
|
|
4794
4796
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
4795
4797
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4796
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4797
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4798
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4798
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4799
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4800
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4799
4801
|
$ret.addItem("DisabledElevation", 0);
|
|
4800
4802
|
$ret.addItem("RestingElevation", 0);
|
|
4801
4803
|
$ret.addItem("HoverElevation", 0);
|
|
4802
4804
|
$ret.addItem("FocusElevation", 0);
|
|
4803
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4804
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4805
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4806
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4805
4807
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 28));
|
|
4806
4808
|
$ret.addItem("BorderWidth", NaN);
|
|
4807
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4808
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4809
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4810
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4811
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4812
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4809
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4810
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4811
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4812
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(30, 0, 0, 0));
|
|
4813
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4814
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4813
4815
|
return $ret;
|
|
4814
4816
|
})())));
|
|
4815
4817
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
4816
4818
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4817
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4818
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4819
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4819
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4820
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4821
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4820
4822
|
$ret.addItem("DisabledElevation", 0);
|
|
4821
4823
|
$ret.addItem("RestingElevation", 6);
|
|
4822
4824
|
$ret.addItem("HoverElevation", 12);
|
|
4823
4825
|
$ret.addItem("FocusElevation", 12);
|
|
4824
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4825
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4826
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4827
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4826
4828
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 28));
|
|
4827
4829
|
$ret.addItem("BorderWidth", NaN);
|
|
4828
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4829
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4830
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4831
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4832
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4833
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4830
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
4831
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4832
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4833
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 220, 83, 145));
|
|
4834
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 220, 83, 145));
|
|
4835
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
4834
4836
|
return $ret;
|
|
4835
4837
|
})())));
|
|
4836
4838
|
return $ret;
|
|
4837
4839
|
})()));
|
|
4838
4840
|
XButton.h = new Theme(1, ((function () {
|
|
4839
4841
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4840
|
-
$ret.addItem("UmbraShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4841
|
-
$ret.addItem("PenumbraShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4842
|
-
$ret.addItem("AmbientShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4842
|
+
$ret.addItem("UmbraShadowColor", igniteuiAngularCore.BrushUtil.j(100, 33, 150, 243));
|
|
4843
|
+
$ret.addItem("PenumbraShadowColor", igniteuiAngularCore.BrushUtil.j(70, 33, 150, 243));
|
|
4844
|
+
$ret.addItem("AmbientShadowColor", igniteuiAngularCore.BrushUtil.j(40, 33, 150, 243));
|
|
4843
4845
|
$ret.addItem("ElevationMode", igniteuiAngularCore.enumGetBox(igniteuiAngularCore.ElevationMode_$type, 2));
|
|
4844
4846
|
return $ret;
|
|
4845
4847
|
})()), ((function () {
|
|
4846
4848
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.Base.$, Theme.$, 0);
|
|
4847
4849
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
4848
4850
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4849
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4850
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4851
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4851
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4852
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4853
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4852
4854
|
$ret.addItem("DisabledElevation", 0);
|
|
4853
4855
|
$ret.addItem("RestingElevation", 0);
|
|
4854
4856
|
$ret.addItem("HoverElevation", 0);
|
|
4855
4857
|
$ret.addItem("FocusElevation", 2);
|
|
4856
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4857
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4858
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4859
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4858
4860
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 3));
|
|
4859
4861
|
$ret.addItem("BorderWidth", NaN);
|
|
4860
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4861
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4862
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4863
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4864
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4865
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4862
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4863
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4864
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4865
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 27, 135, 220));
|
|
4866
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 21, 112, 184));
|
|
4867
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4866
4868
|
return $ret;
|
|
4867
4869
|
})())));
|
|
4868
4870
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
4869
4871
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4870
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4871
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4872
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4872
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4873
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4874
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4873
4875
|
$ret.addItem("DisabledElevation", 0);
|
|
4874
4876
|
$ret.addItem("RestingElevation", 0);
|
|
4875
4877
|
$ret.addItem("HoverElevation", 0);
|
|
4876
4878
|
$ret.addItem("FocusElevation", 2);
|
|
4877
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4878
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4879
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4880
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(100, 33, 150, 243));
|
|
4879
4881
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 3));
|
|
4880
4882
|
$ret.addItem("BorderWidth", NaN);
|
|
4881
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4882
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4883
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4884
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4885
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4886
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4883
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4884
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119));
|
|
4885
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119));
|
|
4886
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(26, 33, 150, 243));
|
|
4887
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4888
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4887
4889
|
return $ret;
|
|
4888
4890
|
})())));
|
|
4889
4891
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
4890
4892
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4891
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4892
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4893
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4893
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4894
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(30, 0, 0, 0));
|
|
4895
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4894
4896
|
$ret.addItem("DisabledElevation", 0);
|
|
4895
4897
|
$ret.addItem("RestingElevation", 0);
|
|
4896
4898
|
$ret.addItem("HoverElevation", 0);
|
|
4897
4899
|
$ret.addItem("FocusElevation", 2);
|
|
4898
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4899
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4900
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4901
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4900
4902
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 3));
|
|
4901
4903
|
$ret.addItem("BorderWidth", 1);
|
|
4902
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4903
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4904
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4905
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4906
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4907
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4904
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4905
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4906
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4907
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(26, 33, 150, 243));
|
|
4908
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4909
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4908
4910
|
return $ret;
|
|
4909
4911
|
})())));
|
|
4910
4912
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
4911
4913
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4912
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4913
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4914
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4914
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4915
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4916
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4915
4917
|
$ret.addItem("DisabledElevation", 0);
|
|
4916
4918
|
$ret.addItem("RestingElevation", 0);
|
|
4917
4919
|
$ret.addItem("HoverElevation", 0);
|
|
4918
4920
|
$ret.addItem("FocusElevation", 2);
|
|
4919
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4921
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4920
4922
|
$ret.addItem("RippleColor", null);
|
|
4921
4923
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 28));
|
|
4922
4924
|
$ret.addItem("BorderWidth", NaN);
|
|
4923
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4924
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4925
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4926
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4927
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4928
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4925
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4926
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119));
|
|
4927
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119));
|
|
4928
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(30, 0, 0, 0));
|
|
4929
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4930
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4929
4931
|
return $ret;
|
|
4930
4932
|
})())));
|
|
4931
4933
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
4932
4934
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4933
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4934
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4935
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4935
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4936
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4937
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4936
4938
|
$ret.addItem("DisabledElevation", 0);
|
|
4937
4939
|
$ret.addItem("RestingElevation", 0);
|
|
4938
4940
|
$ret.addItem("HoverElevation", 0);
|
|
4939
4941
|
$ret.addItem("FocusElevation", 2);
|
|
4940
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4941
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4942
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4943
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4942
4944
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 28));
|
|
4943
4945
|
$ret.addItem("BorderWidth", NaN);
|
|
4944
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4945
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4946
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4947
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4948
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4949
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4946
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4947
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4948
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4949
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 27, 135, 220));
|
|
4950
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 21, 112, 184));
|
|
4951
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4950
4952
|
return $ret;
|
|
4951
4953
|
})())));
|
|
4952
4954
|
return $ret;
|
|
4953
4955
|
})()));
|
|
4954
4956
|
XButton.j = new Theme(1, ((function () {
|
|
4955
4957
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4956
|
-
$ret.addItem("UmbraShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4957
|
-
$ret.addItem("PenumbraShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4958
|
-
$ret.addItem("AmbientShadowColor", igniteuiAngularCore.BrushUtil.
|
|
4958
|
+
$ret.addItem("UmbraShadowColor", igniteuiAngularCore.BrushUtil.j(100, 33, 150, 243));
|
|
4959
|
+
$ret.addItem("PenumbraShadowColor", igniteuiAngularCore.BrushUtil.j(70, 33, 150, 243));
|
|
4960
|
+
$ret.addItem("AmbientShadowColor", igniteuiAngularCore.BrushUtil.j(40, 33, 150, 243));
|
|
4959
4961
|
$ret.addItem("ElevationMode", igniteuiAngularCore.enumGetBox(igniteuiAngularCore.ElevationMode_$type, 2));
|
|
4960
4962
|
return $ret;
|
|
4961
4963
|
})()), ((function () {
|
|
4962
4964
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.Base.$, Theme.$, 0);
|
|
4963
4965
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
4964
4966
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4965
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4966
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4967
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4967
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4968
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
4969
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4968
4970
|
$ret.addItem("DisabledElevation", 0);
|
|
4969
4971
|
$ret.addItem("RestingElevation", 0);
|
|
4970
4972
|
$ret.addItem("HoverElevation", 0);
|
|
4971
4973
|
$ret.addItem("FocusElevation", 2);
|
|
4972
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4973
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4974
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4975
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4974
4976
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 3));
|
|
4975
4977
|
$ret.addItem("BorderWidth", NaN);
|
|
4976
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4977
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4978
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
4979
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4980
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4981
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4978
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
4979
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4980
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4981
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 27, 135, 220));
|
|
4982
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 21, 112, 184));
|
|
4983
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
4982
4984
|
return $ret;
|
|
4983
4985
|
})())));
|
|
4984
4986
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
4985
4987
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
4986
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4987
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
4988
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
4988
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4989
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
4990
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
4989
4991
|
$ret.addItem("DisabledElevation", 0);
|
|
4990
4992
|
$ret.addItem("RestingElevation", 0);
|
|
4991
4993
|
$ret.addItem("HoverElevation", 0);
|
|
4992
4994
|
$ret.addItem("FocusElevation", 2);
|
|
4993
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
4994
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
4995
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
4996
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(100, 33, 150, 243));
|
|
4995
4997
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 3));
|
|
4996
4998
|
$ret.addItem("BorderWidth", NaN);
|
|
4997
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
4998
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
4999
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
5000
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5001
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5002
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
4999
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5000
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119));
|
|
5001
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119));
|
|
5002
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(26, 33, 150, 243));
|
|
5003
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5004
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
5003
5005
|
return $ret;
|
|
5004
5006
|
})())));
|
|
5005
5007
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
5006
5008
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
5007
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5008
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
5009
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
5009
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5010
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(30, 0, 0, 0));
|
|
5011
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
5010
5012
|
$ret.addItem("DisabledElevation", 0);
|
|
5011
5013
|
$ret.addItem("RestingElevation", 0);
|
|
5012
5014
|
$ret.addItem("HoverElevation", 0);
|
|
5013
5015
|
$ret.addItem("FocusElevation", 2);
|
|
5014
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
5015
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
5016
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
5017
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5016
5018
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 3));
|
|
5017
5019
|
$ret.addItem("BorderWidth", 1);
|
|
5018
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5019
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
5020
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
5021
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5022
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5023
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
5020
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5021
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
5022
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
5023
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(26, 33, 150, 243));
|
|
5024
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
5025
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
5024
5026
|
return $ret;
|
|
5025
5027
|
})())));
|
|
5026
5028
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
5027
5029
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
5028
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5029
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
5030
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
5030
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5031
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5032
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
5031
5033
|
$ret.addItem("DisabledElevation", 0);
|
|
5032
5034
|
$ret.addItem("RestingElevation", 0);
|
|
5033
5035
|
$ret.addItem("HoverElevation", 0);
|
|
5034
5036
|
$ret.addItem("FocusElevation", 2);
|
|
5035
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
5037
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
5036
5038
|
$ret.addItem("RippleColor", null);
|
|
5037
5039
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 28));
|
|
5038
5040
|
$ret.addItem("BorderWidth", NaN);
|
|
5039
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5040
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
5041
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
5042
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5043
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5044
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
5041
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
5042
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
5043
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
5044
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(51, 178, 191, 220));
|
|
5045
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(51, 178, 191, 220));
|
|
5046
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
5045
5047
|
return $ret;
|
|
5046
5048
|
})())));
|
|
5047
5049
|
$ret.addItem(igniteuiAngularCore.enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
5048
5050
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
5049
|
-
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5050
|
-
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.
|
|
5051
|
-
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.
|
|
5051
|
+
$ret.addItem("DisabledBackgroundColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
5052
|
+
$ret.addItem("DisabledBorderColor", igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0));
|
|
5053
|
+
$ret.addItem("DisabledTextColor", igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0));
|
|
5052
5054
|
$ret.addItem("DisabledElevation", 0);
|
|
5053
5055
|
$ret.addItem("RestingElevation", 0);
|
|
5054
5056
|
$ret.addItem("HoverElevation", 0);
|
|
5055
5057
|
$ret.addItem("FocusElevation", 2);
|
|
5056
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
5057
|
-
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.
|
|
5058
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
5059
|
+
$ret.addItem("RippleColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
5058
5060
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 28));
|
|
5059
5061
|
$ret.addItem("BorderWidth", NaN);
|
|
5060
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5061
|
-
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.
|
|
5062
|
-
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.
|
|
5063
|
-
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5064
|
-
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
5065
|
-
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.
|
|
5062
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
5063
|
+
$ret.addItem("TextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
5064
|
+
$ret.addItem("HoverTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
5065
|
+
$ret.addItem("HoverBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 27, 135, 220));
|
|
5066
|
+
$ret.addItem("FocusBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 21, 112, 184));
|
|
5067
|
+
$ret.addItem("FocusTextColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
5066
5068
|
return $ret;
|
|
5067
5069
|
})())));
|
|
5068
5070
|
return $ret;
|
|
@@ -5250,7 +5252,7 @@
|
|
|
5250
5252
|
_this.f = new igniteuiAngularCore.FastIterationDictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.List$1.$.specialize(igniteuiAngularCore.Tuple$2.$.specialize(igniteuiAngularCore.SVGNode.$, igniteuiAngularCore.Base.$)), 0);
|
|
5251
5253
|
return _this;
|
|
5252
5254
|
}
|
|
5253
|
-
IconView.prototype.
|
|
5255
|
+
IconView.prototype.am = function () {
|
|
5254
5256
|
};
|
|
5255
5257
|
IconView.prototype.l = function () {
|
|
5256
5258
|
return true;
|
|
@@ -5283,7 +5285,7 @@
|
|
|
5283
5285
|
enumerable: false,
|
|
5284
5286
|
configurable: true
|
|
5285
5287
|
});
|
|
5286
|
-
IconView.prototype.
|
|
5288
|
+
IconView.prototype.ak = function (a) {
|
|
5287
5289
|
var e_1, _a;
|
|
5288
5290
|
if (a == null) {
|
|
5289
5291
|
try {
|
|
@@ -5320,7 +5322,7 @@
|
|
|
5320
5322
|
this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
5321
5323
|
this.v.rootWrapper.setStyleProperty("align-items", "center");
|
|
5322
5324
|
this.v.rootWrapper.setStyleProperty("justify-content", "center");
|
|
5323
|
-
this.
|
|
5325
|
+
this.au();
|
|
5324
5326
|
var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
5325
5327
|
c.setStyleProperty("position", "absolute");
|
|
5326
5328
|
c.setStyleProperty("top", "0");
|
|
@@ -5333,14 +5335,14 @@
|
|
|
5333
5335
|
d.setStyleProperty("width", "100%");
|
|
5334
5336
|
d.setStyleProperty("object-fit", "contain");
|
|
5335
5337
|
this.x = d;
|
|
5336
|
-
this.
|
|
5338
|
+
this.a0();
|
|
5337
5339
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
5338
5340
|
this.y.append(this.w);
|
|
5339
5341
|
this.v.append(this.y);
|
|
5340
|
-
this.o.add(c.listen("click", igniteuiAngularCore.runOn(this, this.
|
|
5341
|
-
this.d.
|
|
5342
|
+
this.o.add(c.listen("click", igniteuiAngularCore.runOn(this, this.aj)));
|
|
5343
|
+
this.d.cm();
|
|
5342
5344
|
};
|
|
5343
|
-
IconView.prototype.
|
|
5345
|
+
IconView.prototype.ax = function (a) {
|
|
5344
5346
|
this.n.clear();
|
|
5345
5347
|
this.v.rootWrapper.removeChildren();
|
|
5346
5348
|
this.v.rootWrapper.append(this.y);
|
|
@@ -5355,7 +5357,7 @@
|
|
|
5355
5357
|
this.p.add(b);
|
|
5356
5358
|
}
|
|
5357
5359
|
};
|
|
5358
|
-
IconView.prototype.
|
|
5360
|
+
IconView.prototype.ay = function (a) {
|
|
5359
5361
|
this.n.clear();
|
|
5360
5362
|
this.v.rootWrapper.removeChildren();
|
|
5361
5363
|
this.v.rootWrapper.append(this.y);
|
|
@@ -5372,14 +5374,14 @@
|
|
|
5372
5374
|
}
|
|
5373
5375
|
}
|
|
5374
5376
|
};
|
|
5375
|
-
IconView.prototype.
|
|
5377
|
+
IconView.prototype.aw = function (a) {
|
|
5376
5378
|
this.v.rootWrapper.removeChildren();
|
|
5377
5379
|
if (a != null) {
|
|
5378
5380
|
var b = this.v.rootWrapper.getNativeElement();
|
|
5379
5381
|
b.innerHTML = a;
|
|
5380
5382
|
}
|
|
5381
5383
|
};
|
|
5382
|
-
IconView.prototype.
|
|
5384
|
+
IconView.prototype.as = function (a) {
|
|
5383
5385
|
if (this.ab != a) {
|
|
5384
5386
|
this.ab = a;
|
|
5385
5387
|
this.v.rootWrapper.removeChildren();
|
|
@@ -5387,12 +5389,12 @@
|
|
|
5387
5389
|
this.x.setAttribute("src", a);
|
|
5388
5390
|
}
|
|
5389
5391
|
};
|
|
5390
|
-
IconView.prototype.
|
|
5392
|
+
IconView.prototype.av = function (a) {
|
|
5391
5393
|
if (typeof a === 'string') {
|
|
5392
|
-
this.
|
|
5394
|
+
this.as(igniteuiAngularCore.typeCast(igniteuiAngularCore.String_$type, a));
|
|
5393
5395
|
}
|
|
5394
5396
|
};
|
|
5395
|
-
IconView.prototype.
|
|
5397
|
+
IconView.prototype.ah = function () {
|
|
5396
5398
|
if (this.d.k != 3 && this.d.k != 4) {
|
|
5397
5399
|
this.ab = null;
|
|
5398
5400
|
}
|
|
@@ -5400,18 +5402,18 @@
|
|
|
5400
5402
|
IconView.prototype.k = function () {
|
|
5401
5403
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
5402
5404
|
};
|
|
5403
|
-
IconView.prototype.
|
|
5405
|
+
IconView.prototype.au = function () {
|
|
5404
5406
|
this.v.rootWrapper.setStyleProperty("width", igniteuiAngularCore.isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
|
|
5405
5407
|
this.v.rootWrapper.setStyleProperty("height", igniteuiAngularCore.isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
|
|
5406
5408
|
};
|
|
5407
|
-
IconView.prototype.
|
|
5409
|
+
IconView.prototype.a0 = function () {
|
|
5408
5410
|
var a = igniteuiAngularCore.isNaN_(this.d.aq) ? 0 : this.d.aq;
|
|
5409
5411
|
var b = igniteuiAngularCore.isNaN_(this.d.ar) ? 0 : this.d.ar;
|
|
5410
5412
|
var c = igniteuiAngularCore.isNaN_(this.d.as) ? 24 : this.d.as;
|
|
5411
5413
|
var d = igniteuiAngularCore.isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
5412
5414
|
this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
5413
5415
|
};
|
|
5414
|
-
IconView.prototype.
|
|
5416
|
+
IconView.prototype.ao = function (a, b) {
|
|
5415
5417
|
var c = a.color;
|
|
5416
5418
|
if (!this.n.containsKey(a)) {
|
|
5417
5419
|
if (a.isGradient) {
|
|
@@ -5439,7 +5441,7 @@
|
|
|
5439
5441
|
}
|
|
5440
5442
|
}
|
|
5441
5443
|
};
|
|
5442
|
-
IconView.prototype.
|
|
5444
|
+
IconView.prototype.ap = function (a, b) {
|
|
5443
5445
|
var c = a;
|
|
5444
5446
|
if (this.n.containsKey(b)) {
|
|
5445
5447
|
c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
|
|
@@ -5450,7 +5452,7 @@
|
|
|
5450
5452
|
igniteuiAngularCore.NativeUI.r(a, b);
|
|
5451
5453
|
}
|
|
5452
5454
|
};
|
|
5453
|
-
IconView.prototype.
|
|
5455
|
+
IconView.prototype.aq = function (a, b) {
|
|
5454
5456
|
var c = a;
|
|
5455
5457
|
if (this.n.containsKey(b)) {
|
|
5456
5458
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
@@ -5461,22 +5463,22 @@
|
|
|
5461
5463
|
};
|
|
5462
5464
|
IconView.prototype.ac = function (a) {
|
|
5463
5465
|
};
|
|
5464
|
-
IconView.prototype.
|
|
5466
|
+
IconView.prototype.an = function () {
|
|
5465
5467
|
if (this.l()) {
|
|
5466
5468
|
}
|
|
5467
5469
|
};
|
|
5468
5470
|
IconView.prototype.ad = function (a) {
|
|
5469
|
-
this.d.
|
|
5471
|
+
this.d.cj();
|
|
5470
5472
|
};
|
|
5471
5473
|
IconView.prototype.ae = function (a) {
|
|
5472
|
-
this.d.
|
|
5474
|
+
this.d.ck();
|
|
5473
5475
|
};
|
|
5474
|
-
IconView.prototype.
|
|
5476
|
+
IconView.prototype.ai = function () {
|
|
5475
5477
|
this.j = true;
|
|
5476
5478
|
this.o.add(this.v.rootWrapper.listen("mouseenter", igniteuiAngularCore.runOn(this, this.ad)));
|
|
5477
5479
|
this.o.add(this.v.rootWrapper.listen("mouseleave", igniteuiAngularCore.runOn(this, this.ae)));
|
|
5478
5480
|
};
|
|
5479
|
-
IconView.prototype.
|
|
5481
|
+
IconView.prototype.al = function () {
|
|
5480
5482
|
var e_2, _a;
|
|
5481
5483
|
this.j = false;
|
|
5482
5484
|
try {
|
|
@@ -5500,7 +5502,7 @@
|
|
|
5500
5502
|
}
|
|
5501
5503
|
this.o.clear();
|
|
5502
5504
|
};
|
|
5503
|
-
IconView.prototype.
|
|
5505
|
+
IconView.prototype.az = function (a) {
|
|
5504
5506
|
if (a != null) {
|
|
5505
5507
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
5506
5508
|
}
|
|
@@ -5514,7 +5516,7 @@
|
|
|
5514
5516
|
c[1] = b;
|
|
5515
5517
|
return c;
|
|
5516
5518
|
};
|
|
5517
|
-
IconView.prototype.
|
|
5519
|
+
IconView.prototype.aj = function (a) {
|
|
5518
5520
|
if (this.d.x()) {
|
|
5519
5521
|
a.stopPropagation();
|
|
5520
5522
|
a.preventDefault();
|
|
@@ -5525,7 +5527,7 @@
|
|
|
5525
5527
|
var b = this.v.rootWrapper.getNativeElement();
|
|
5526
5528
|
return a.toArray();
|
|
5527
5529
|
};
|
|
5528
|
-
IconView.prototype.
|
|
5530
|
+
IconView.prototype.ag = function (a, b) {
|
|
5529
5531
|
for (var c = 0; c < b.e.count; c++) {
|
|
5530
5532
|
var d = b.e._inner[c];
|
|
5531
5533
|
var e = this.h(d);
|
|
@@ -5533,7 +5535,7 @@
|
|
|
5533
5535
|
a.add(e);
|
|
5534
5536
|
}
|
|
5535
5537
|
else {
|
|
5536
|
-
this.
|
|
5538
|
+
this.ag(a, d);
|
|
5537
5539
|
}
|
|
5538
5540
|
}
|
|
5539
5541
|
};
|
|
@@ -5546,7 +5548,7 @@
|
|
|
5546
5548
|
$ret.an = a.w;
|
|
5547
5549
|
return $ret;
|
|
5548
5550
|
})());
|
|
5549
|
-
this.
|
|
5551
|
+
this.at(c, a);
|
|
5550
5552
|
b = new igniteuiAngularCore.PathVisualData(1, "path1", c);
|
|
5551
5553
|
break;
|
|
5552
5554
|
case 3:
|
|
@@ -5556,7 +5558,7 @@
|
|
|
5556
5558
|
e.ao = d.x;
|
|
5557
5559
|
e.ap = d.y;
|
|
5558
5560
|
e.aq = d.z;
|
|
5559
|
-
this.
|
|
5561
|
+
this.at(e, a);
|
|
5560
5562
|
b = new igniteuiAngularCore.LineVisualData(1, "line1", e);
|
|
5561
5563
|
break;
|
|
5562
5564
|
case 4:
|
|
@@ -5566,7 +5568,7 @@
|
|
|
5566
5568
|
g.height = f.w;
|
|
5567
5569
|
g.ap = f.x;
|
|
5568
5570
|
g.aq = f.y;
|
|
5569
|
-
this.
|
|
5571
|
+
this.at(g, a);
|
|
5570
5572
|
b = new igniteuiAngularCore.RectangleVisualData(1, "rect1", g);
|
|
5571
5573
|
break;
|
|
5572
5574
|
case 5:
|
|
@@ -5575,13 +5577,13 @@
|
|
|
5575
5577
|
var i = new igniteuiAngularCore.Ellipse();
|
|
5576
5578
|
i.width = h.y * 2;
|
|
5577
5579
|
i.height = h.z * 2;
|
|
5578
|
-
this.
|
|
5580
|
+
this.at(i, a);
|
|
5579
5581
|
b = new igniteuiAngularCore.EllipseVisualData(1, "ellipse1", i);
|
|
5580
5582
|
break;
|
|
5581
5583
|
}
|
|
5582
5584
|
return b;
|
|
5583
5585
|
};
|
|
5584
|
-
IconView.prototype.
|
|
5586
|
+
IconView.prototype.at = function (a, b) {
|
|
5585
5587
|
var c = b;
|
|
5586
5588
|
a.ad = b.t;
|
|
5587
5589
|
a.j = c.h;
|
|
@@ -5614,6 +5616,16 @@
|
|
|
5614
5616
|
}
|
|
5615
5617
|
return null;
|
|
5616
5618
|
};
|
|
5619
|
+
IconView.prototype.ar = function (a, b) {
|
|
5620
|
+
this.v.rootWrapper.removeChildren();
|
|
5621
|
+
if (a == null) {
|
|
5622
|
+
return;
|
|
5623
|
+
}
|
|
5624
|
+
igniteuiAngularCore.LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
|
|
5625
|
+
};
|
|
5626
|
+
IconView.prototype.af = function () {
|
|
5627
|
+
this.v.rootWrapper.removeChildren();
|
|
5628
|
+
};
|
|
5617
5629
|
IconView.$t = igniteuiAngularCore.markType(IconView, 'IconView');
|
|
5618
5630
|
return IconView;
|
|
5619
5631
|
}(igniteuiAngularCore.Base));
|
|
@@ -5627,34 +5639,36 @@
|
|
|
5627
5639
|
_this._view = null;
|
|
5628
5640
|
_this.k = 0;
|
|
5629
5641
|
_this.l = 0;
|
|
5630
|
-
_this.
|
|
5631
|
-
_this.
|
|
5632
|
-
_this.
|
|
5642
|
+
_this.cv = XIcon.db;
|
|
5643
|
+
_this.cw = XIcon.df;
|
|
5644
|
+
_this.cx = XIcon.dg;
|
|
5633
5645
|
_this.y = XIcon.ak;
|
|
5634
|
-
_this.
|
|
5635
|
-
_this.
|
|
5646
|
+
_this.cy = XIcon.db;
|
|
5647
|
+
_this.c6 = XIcon.df;
|
|
5636
5648
|
_this.ac = XIcon.ak;
|
|
5637
|
-
_this.
|
|
5638
|
-
_this.
|
|
5639
|
-
_this.
|
|
5649
|
+
_this.c7 = XIcon.dg;
|
|
5650
|
+
_this.cz = XIcon.dc;
|
|
5651
|
+
_this.c0 = XIcon.dd;
|
|
5640
5652
|
_this.aa = XIcon.aj;
|
|
5641
|
-
_this.
|
|
5653
|
+
_this.c1 = null;
|
|
5642
5654
|
_this.c = null;
|
|
5643
5655
|
_this.d = null;
|
|
5644
|
-
_this.
|
|
5645
|
-
_this.
|
|
5646
|
-
_this.
|
|
5647
|
-
_this.
|
|
5648
|
-
_this.
|
|
5649
|
-
_this.a1 = null;
|
|
5650
|
-
_this.a4 = null;
|
|
5656
|
+
_this.c2 = null;
|
|
5657
|
+
_this.c3 = null;
|
|
5658
|
+
_this.c4 = null;
|
|
5659
|
+
_this.c5 = null;
|
|
5660
|
+
_this.ay = null;
|
|
5651
5661
|
_this.a3 = null;
|
|
5662
|
+
_this.a6 = null;
|
|
5663
|
+
_this.a5 = null;
|
|
5652
5664
|
_this.a = null;
|
|
5665
|
+
_this.ct = null;
|
|
5666
|
+
_this.ax = null;
|
|
5653
5667
|
_this.n = null;
|
|
5654
|
-
_this.
|
|
5668
|
+
_this.a4 = "ig-icon-" + XIcon.aw++;
|
|
5655
5669
|
_this.au = 0;
|
|
5656
5670
|
_this.p = false;
|
|
5657
|
-
_this.
|
|
5671
|
+
_this.a2 = null;
|
|
5658
5672
|
_this.r = false;
|
|
5659
5673
|
_this.q = false;
|
|
5660
5674
|
_this.ab = 1;
|
|
@@ -5669,7 +5683,7 @@
|
|
|
5669
5683
|
var a = new IconView();
|
|
5670
5684
|
a.d = _this;
|
|
5671
5685
|
_this.view = a;
|
|
5672
|
-
_this.view.
|
|
5686
|
+
_this.view.am();
|
|
5673
5687
|
return _this;
|
|
5674
5688
|
}
|
|
5675
5689
|
Object.defineProperty(XIcon.prototype, "view", {
|
|
@@ -5685,13 +5699,13 @@
|
|
|
5685
5699
|
XIcon.prototype.destroy = function () {
|
|
5686
5700
|
this.provideContainer(null);
|
|
5687
5701
|
};
|
|
5688
|
-
XIcon.prototype.
|
|
5702
|
+
XIcon.prototype.cl = function (a, b, c) {
|
|
5689
5703
|
if (this.propertyChanged != null) {
|
|
5690
5704
|
this.propertyChanged(this, new igniteuiAngularCore.PropertyChangedEventArgs(a));
|
|
5691
5705
|
}
|
|
5692
|
-
this.
|
|
5706
|
+
this.co(a, b, c);
|
|
5693
5707
|
};
|
|
5694
|
-
XIcon.prototype.
|
|
5708
|
+
XIcon.prototype.co = function (a, b, c) {
|
|
5695
5709
|
switch (a) {
|
|
5696
5710
|
case "Fill":
|
|
5697
5711
|
case "Stroke":
|
|
@@ -5700,73 +5714,80 @@
|
|
|
5700
5714
|
case "HoverStroke":
|
|
5701
5715
|
case "HoverStrokeThickness":
|
|
5702
5716
|
case "IsHover":
|
|
5703
|
-
this.
|
|
5717
|
+
this.cs();
|
|
5704
5718
|
break;
|
|
5705
5719
|
case "FillColors":
|
|
5706
5720
|
case "StrokeColors":
|
|
5707
5721
|
case "ActualFill":
|
|
5708
5722
|
case "ActualStroke":
|
|
5709
5723
|
case "ActualStrokeWidth":
|
|
5710
|
-
this.
|
|
5724
|
+
this.cq();
|
|
5711
5725
|
break;
|
|
5712
5726
|
case "SVG":
|
|
5713
|
-
this.
|
|
5727
|
+
this.a6 = null;
|
|
5714
5728
|
this.a = null;
|
|
5715
|
-
this.
|
|
5729
|
+
this.cq();
|
|
5716
5730
|
break;
|
|
5717
5731
|
case "SVGPath":
|
|
5718
|
-
this.
|
|
5732
|
+
this.a5 = null;
|
|
5719
5733
|
this.a = null;
|
|
5720
|
-
this.
|
|
5734
|
+
this.cq();
|
|
5721
5735
|
break;
|
|
5722
5736
|
case "SVGPaths":
|
|
5723
|
-
this.
|
|
5724
|
-
this.
|
|
5725
|
-
this.
|
|
5737
|
+
this.a5 = null;
|
|
5738
|
+
this.a6 = null;
|
|
5739
|
+
this.cq();
|
|
5726
5740
|
break;
|
|
5727
5741
|
case "DataURL":
|
|
5728
|
-
this.
|
|
5729
|
-
this.
|
|
5742
|
+
this.a5 = null;
|
|
5743
|
+
this.a6 = null;
|
|
5730
5744
|
this.a = null;
|
|
5731
|
-
this.
|
|
5745
|
+
this.cq();
|
|
5732
5746
|
break;
|
|
5733
5747
|
case "Source":
|
|
5734
|
-
this.
|
|
5735
|
-
this.
|
|
5748
|
+
this.a5 = null;
|
|
5749
|
+
this.a6 = null;
|
|
5736
5750
|
this.a = null;
|
|
5737
|
-
this.
|
|
5751
|
+
this.cq();
|
|
5752
|
+
break;
|
|
5753
|
+
case "DataTemplate":
|
|
5754
|
+
case "DataTemplateContext":
|
|
5755
|
+
this.a5 = null;
|
|
5756
|
+
this.a6 = null;
|
|
5757
|
+
this.a = null;
|
|
5758
|
+
this.cq();
|
|
5738
5759
|
break;
|
|
5739
5760
|
case "Opacity":
|
|
5740
|
-
this.
|
|
5761
|
+
this.cr();
|
|
5741
5762
|
break;
|
|
5742
5763
|
case "ViewBoxLeft":
|
|
5743
5764
|
case "ViewBoxTop":
|
|
5744
5765
|
case "ViewBoxWidth":
|
|
5745
5766
|
case "ViewBoxHeight":
|
|
5746
|
-
this.view.
|
|
5767
|
+
this.view.a0();
|
|
5747
5768
|
break;
|
|
5748
5769
|
case "Width":
|
|
5749
5770
|
case "Height":
|
|
5750
|
-
this.view.
|
|
5771
|
+
this.view.au();
|
|
5751
5772
|
break;
|
|
5752
5773
|
}
|
|
5753
5774
|
};
|
|
5754
|
-
XIcon.prototype.
|
|
5755
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
5756
|
-
var b = this.
|
|
5775
|
+
XIcon.prototype.cs = function () {
|
|
5776
|
+
var a = this.fill != null ? this.fill : XIcon.db;
|
|
5777
|
+
var b = this.dp != null ? this.dp : XIcon.df;
|
|
5757
5778
|
var c = !igniteuiAngularCore.isNaN_(this.ao) ? this.ao : XIcon.ak;
|
|
5758
|
-
var d = this.
|
|
5779
|
+
var d = this.dq != null ? this.dq : XIcon.dg;
|
|
5759
5780
|
if (this.v) {
|
|
5760
|
-
this.
|
|
5761
|
-
this.
|
|
5781
|
+
this.c8 = this.dh != null ? this.dh : a;
|
|
5782
|
+
this.c9 = this.di != null ? this.di : b;
|
|
5762
5783
|
this.ai = !igniteuiAngularCore.isNaN_(this.am) ? this.am : c;
|
|
5763
|
-
this.
|
|
5784
|
+
this.da = this.dj != null ? this.dj : d;
|
|
5764
5785
|
}
|
|
5765
5786
|
else {
|
|
5766
|
-
this.
|
|
5767
|
-
this.
|
|
5787
|
+
this.c8 = a;
|
|
5788
|
+
this.c9 = b;
|
|
5768
5789
|
this.ai = c;
|
|
5769
|
-
this.
|
|
5790
|
+
this.da = d;
|
|
5770
5791
|
}
|
|
5771
5792
|
};
|
|
5772
5793
|
Object.defineProperty(XIcon.prototype, "t", {
|
|
@@ -5776,54 +5797,60 @@
|
|
|
5776
5797
|
enumerable: false,
|
|
5777
5798
|
configurable: true
|
|
5778
5799
|
});
|
|
5779
|
-
XIcon.prototype.
|
|
5800
|
+
XIcon.prototype.cr = function () {
|
|
5780
5801
|
igniteuiAngularCore.NativeUI.y(this.view.z, this.an);
|
|
5781
5802
|
};
|
|
5782
|
-
XIcon.prototype.
|
|
5803
|
+
XIcon.prototype.cf = function () {
|
|
5804
|
+
this.view.af();
|
|
5805
|
+
};
|
|
5806
|
+
XIcon.prototype.cq = function () {
|
|
5783
5807
|
var a = this.view.z;
|
|
5784
5808
|
if (this.t) {
|
|
5785
5809
|
var b = this.view.aa;
|
|
5786
|
-
igniteuiAngularCore.NativeUI.r(b, this.
|
|
5787
|
-
igniteuiAngularCore.NativeUI.aa(b, this.
|
|
5810
|
+
igniteuiAngularCore.NativeUI.r(b, this.c8);
|
|
5811
|
+
igniteuiAngularCore.NativeUI.aa(b, this.c9);
|
|
5788
5812
|
igniteuiAngularCore.NativeUI.ad(b, this.ai);
|
|
5789
5813
|
}
|
|
5790
5814
|
else {
|
|
5791
5815
|
var c = this.j();
|
|
5792
5816
|
if (c != this.k) {
|
|
5793
5817
|
this.k = c;
|
|
5794
|
-
this.view.
|
|
5818
|
+
this.view.ah();
|
|
5795
5819
|
}
|
|
5796
5820
|
var d = false;
|
|
5797
|
-
if (this.
|
|
5821
|
+
if (this.cu != null) {
|
|
5822
|
+
this.view.ar(this.cu, this.az);
|
|
5823
|
+
}
|
|
5824
|
+
else if (this.svgPath != null) {
|
|
5798
5825
|
if (igniteuiAngularCore.stringStartsWith(igniteuiAngularCore.trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
5799
|
-
this.view.
|
|
5826
|
+
this.view.aw(this.svgPath);
|
|
5800
5827
|
d = true;
|
|
5801
5828
|
}
|
|
5802
5829
|
else {
|
|
5803
|
-
this.view.
|
|
5830
|
+
this.view.ax(this.svgPath);
|
|
5804
5831
|
}
|
|
5805
5832
|
}
|
|
5806
5833
|
else if (this.b != null) {
|
|
5807
|
-
this.view.
|
|
5834
|
+
this.view.ay(this.b);
|
|
5808
5835
|
var e = this.view.c;
|
|
5809
5836
|
if (e != null && e.length > 0) {
|
|
5810
5837
|
var f = igniteuiAngularCore.NativeUI.r;
|
|
5811
5838
|
var g = igniteuiAngularCore.NativeUI.aa;
|
|
5812
|
-
this.
|
|
5813
|
-
f = igniteuiAngularCore.runOn(this.view, this.view.
|
|
5814
|
-
g = igniteuiAngularCore.runOn(this.view, this.view.
|
|
5839
|
+
this.cn();
|
|
5840
|
+
f = igniteuiAngularCore.runOn(this.view, this.view.ap);
|
|
5841
|
+
g = igniteuiAngularCore.runOn(this.view, this.view.aq);
|
|
5815
5842
|
for (var h = 0; h < e.length; h++) {
|
|
5816
|
-
if (this.
|
|
5817
|
-
f(e[h], this.
|
|
5843
|
+
if (this.c8 != null) {
|
|
5844
|
+
f(e[h], this.c8);
|
|
5818
5845
|
}
|
|
5819
|
-
if (this.
|
|
5820
|
-
g(e[h], this.
|
|
5846
|
+
if (this.c9 != null) {
|
|
5847
|
+
g(e[h], this.c9);
|
|
5821
5848
|
}
|
|
5822
5849
|
if (!igniteuiAngularCore.isNaN_(this.ai)) {
|
|
5823
5850
|
igniteuiAngularCore.NativeUI.ad(e[h], this.ai);
|
|
5824
5851
|
}
|
|
5825
|
-
if (this.
|
|
5826
|
-
igniteuiAngularCore.NativeUI.q(e[h], this.
|
|
5852
|
+
if (this.da != null) {
|
|
5853
|
+
igniteuiAngularCore.NativeUI.q(e[h], this.da);
|
|
5827
5854
|
}
|
|
5828
5855
|
if (this.e != null && this.e.count == e.length) {
|
|
5829
5856
|
f(e[h], this.e.item(h));
|
|
@@ -5834,36 +5861,38 @@
|
|
|
5834
5861
|
}
|
|
5835
5862
|
}
|
|
5836
5863
|
if (this.o != null) {
|
|
5837
|
-
this.view.
|
|
5864
|
+
this.view.az(this.o);
|
|
5838
5865
|
}
|
|
5839
5866
|
return;
|
|
5840
5867
|
}
|
|
5841
5868
|
else if (this.svg != null) {
|
|
5842
|
-
this.view.
|
|
5869
|
+
this.view.aw(this.svg);
|
|
5843
5870
|
d = true;
|
|
5844
5871
|
}
|
|
5845
|
-
else if (this.
|
|
5846
|
-
this.view.
|
|
5872
|
+
else if (this.bg != null) {
|
|
5873
|
+
this.view.as(this.bg);
|
|
5847
5874
|
}
|
|
5848
|
-
else if (this.
|
|
5849
|
-
this.view.
|
|
5875
|
+
else if (this.a1 != null) {
|
|
5876
|
+
this.view.av(this.a1);
|
|
5877
|
+
}
|
|
5878
|
+
else {
|
|
5850
5879
|
}
|
|
5851
5880
|
if (d) {
|
|
5852
5881
|
for (var i = 0; i < this.view.r.count; i++) {
|
|
5853
5882
|
var j = this.view.r._inner[i].c;
|
|
5854
|
-
igniteuiAngularCore.NativeUI.r(this.view.r._inner[i].d, j.l.f(this.
|
|
5883
|
+
igniteuiAngularCore.NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
|
|
5855
5884
|
}
|
|
5856
5885
|
for (var k = 0; k < this.view.s.count; k++) {
|
|
5857
5886
|
var l = this.view.s._inner[k].c;
|
|
5858
|
-
igniteuiAngularCore.NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.
|
|
5887
|
+
igniteuiAngularCore.NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
|
|
5859
5888
|
}
|
|
5860
5889
|
for (var m = 0; m < this.view.t.count; m++) {
|
|
5861
5890
|
var n = this.view.t._inner[m].c;
|
|
5862
|
-
igniteuiAngularCore.NativeUI.r(this.view.t._inner[m].d, n.l.f(this.
|
|
5891
|
+
igniteuiAngularCore.NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
|
|
5863
5892
|
}
|
|
5864
5893
|
for (var o = 0; o < this.view.u.count; o++) {
|
|
5865
5894
|
var p = this.view.u._inner[o].c;
|
|
5866
|
-
igniteuiAngularCore.NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.
|
|
5895
|
+
igniteuiAngularCore.NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
|
|
5867
5896
|
}
|
|
5868
5897
|
for (var q = 0; q < this.view.e.o.count; q++) {
|
|
5869
5898
|
var r = this.view.e.o._inner[q];
|
|
@@ -5889,41 +5918,41 @@
|
|
|
5889
5918
|
}
|
|
5890
5919
|
for (var ac = 0; ac < this.view.q.count; ac++) {
|
|
5891
5920
|
var ad = this.view.q._inner[ac].c;
|
|
5892
|
-
igniteuiAngularCore.NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.
|
|
5893
|
-
igniteuiAngularCore.NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.
|
|
5921
|
+
igniteuiAngularCore.NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
|
|
5922
|
+
igniteuiAngularCore.NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
|
|
5894
5923
|
}
|
|
5895
5924
|
}
|
|
5896
5925
|
var ae = this.view.z;
|
|
5897
|
-
if (this.
|
|
5898
|
-
igniteuiAngularCore.NativeUI.r(ae, this.
|
|
5926
|
+
if (this.c8 != null) {
|
|
5927
|
+
igniteuiAngularCore.NativeUI.r(ae, this.c8);
|
|
5899
5928
|
}
|
|
5900
|
-
if (this.
|
|
5901
|
-
igniteuiAngularCore.NativeUI.aa(ae, this.
|
|
5929
|
+
if (this.c9 != null) {
|
|
5930
|
+
igniteuiAngularCore.NativeUI.aa(ae, this.c9);
|
|
5902
5931
|
}
|
|
5903
5932
|
if (!igniteuiAngularCore.isNaN_(this.ai)) {
|
|
5904
5933
|
igniteuiAngularCore.NativeUI.ad(ae, this.ai);
|
|
5905
5934
|
}
|
|
5906
5935
|
}
|
|
5907
5936
|
if (this.o != null) {
|
|
5908
|
-
this.view.
|
|
5937
|
+
this.view.az(this.o);
|
|
5909
5938
|
}
|
|
5910
|
-
if (this.
|
|
5911
|
-
igniteuiAngularCore.NativeUI.q(this.view.z, this.
|
|
5939
|
+
if (this.da != null) {
|
|
5940
|
+
igniteuiAngularCore.NativeUI.q(this.view.z, this.da);
|
|
5912
5941
|
}
|
|
5913
5942
|
};
|
|
5914
|
-
XIcon.prototype.
|
|
5943
|
+
XIcon.prototype.cn = function () {
|
|
5915
5944
|
var e_3, _a, e_4, _b;
|
|
5916
|
-
if (this.
|
|
5917
|
-
this.view.
|
|
5945
|
+
if (this.c8 != null) {
|
|
5946
|
+
this.view.ao(this.c8, "fill");
|
|
5918
5947
|
}
|
|
5919
|
-
if (this.
|
|
5920
|
-
this.view.
|
|
5948
|
+
if (this.c9 != null) {
|
|
5949
|
+
this.view.ao(this.c9, "stroke");
|
|
5921
5950
|
}
|
|
5922
5951
|
if (this.e != null) {
|
|
5923
5952
|
try {
|
|
5924
5953
|
for (var _c = tslib.__values(igniteuiAngularCore.fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
5925
5954
|
var a = _d.value;
|
|
5926
|
-
this.view.
|
|
5955
|
+
this.view.ao(a, "fills");
|
|
5927
5956
|
}
|
|
5928
5957
|
}
|
|
5929
5958
|
catch (e_3_1) {
|
|
@@ -5944,7 +5973,7 @@
|
|
|
5944
5973
|
try {
|
|
5945
5974
|
for (var _e = tslib.__values(igniteuiAngularCore.fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
5946
5975
|
var b = _f.value;
|
|
5947
|
-
this.view.
|
|
5976
|
+
this.view.ao(b, "strokes");
|
|
5948
5977
|
}
|
|
5949
5978
|
}
|
|
5950
5979
|
catch (e_4_1) {
|
|
@@ -5973,10 +6002,10 @@
|
|
|
5973
6002
|
else if (this.svg != null) {
|
|
5974
6003
|
a = 0;
|
|
5975
6004
|
}
|
|
5976
|
-
else if (this.
|
|
6005
|
+
else if (this.bg != null) {
|
|
5977
6006
|
a = 3;
|
|
5978
6007
|
}
|
|
5979
|
-
else if (this.
|
|
6008
|
+
else if (this.a1 != null) {
|
|
5980
6009
|
a = 4;
|
|
5981
6010
|
}
|
|
5982
6011
|
return a;
|
|
@@ -5989,49 +6018,49 @@
|
|
|
5989
6018
|
var b = this.l;
|
|
5990
6019
|
this.l = a;
|
|
5991
6020
|
if (b != this.l) {
|
|
5992
|
-
this.
|
|
6021
|
+
this.cl("BaseTheme", igniteuiAngularCore.enumGetBox(igniteuiAngularCore.BaseControlTheme_$type, b), igniteuiAngularCore.enumGetBox(igniteuiAngularCore.BaseControlTheme_$type, a));
|
|
5993
6022
|
}
|
|
5994
6023
|
},
|
|
5995
6024
|
enumerable: false,
|
|
5996
6025
|
configurable: true
|
|
5997
6026
|
});
|
|
5998
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6027
|
+
Object.defineProperty(XIcon.prototype, "c8", {
|
|
5999
6028
|
get: function () {
|
|
6000
|
-
return this.
|
|
6029
|
+
return this.cv;
|
|
6001
6030
|
},
|
|
6002
6031
|
set: function (a) {
|
|
6003
|
-
var b = this.
|
|
6004
|
-
this.
|
|
6005
|
-
if (b != this.
|
|
6006
|
-
this.
|
|
6032
|
+
var b = this.cv;
|
|
6033
|
+
this.cv = a;
|
|
6034
|
+
if (b != this.cv) {
|
|
6035
|
+
this.cl("ActualFill", b, a);
|
|
6007
6036
|
}
|
|
6008
6037
|
},
|
|
6009
6038
|
enumerable: false,
|
|
6010
6039
|
configurable: true
|
|
6011
6040
|
});
|
|
6012
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6041
|
+
Object.defineProperty(XIcon.prototype, "c9", {
|
|
6013
6042
|
get: function () {
|
|
6014
|
-
return this.
|
|
6043
|
+
return this.cw;
|
|
6015
6044
|
},
|
|
6016
6045
|
set: function (a) {
|
|
6017
|
-
var b = this.
|
|
6018
|
-
this.
|
|
6019
|
-
if (b != this.
|
|
6020
|
-
this.
|
|
6046
|
+
var b = this.cw;
|
|
6047
|
+
this.cw = a;
|
|
6048
|
+
if (b != this.cw) {
|
|
6049
|
+
this.cl("ActualStroke", b, a);
|
|
6021
6050
|
}
|
|
6022
6051
|
},
|
|
6023
6052
|
enumerable: false,
|
|
6024
6053
|
configurable: true
|
|
6025
6054
|
});
|
|
6026
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6055
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
6027
6056
|
get: function () {
|
|
6028
|
-
return this.
|
|
6057
|
+
return this.cx;
|
|
6029
6058
|
},
|
|
6030
6059
|
set: function (a) {
|
|
6031
|
-
var b = this.
|
|
6032
|
-
this.
|
|
6033
|
-
if (b != this.
|
|
6034
|
-
this.
|
|
6060
|
+
var b = this.cx;
|
|
6061
|
+
this.cx = a;
|
|
6062
|
+
if (b != this.cx) {
|
|
6063
|
+
this.cl("ActualTextColor", b, a);
|
|
6035
6064
|
}
|
|
6036
6065
|
},
|
|
6037
6066
|
enumerable: false,
|
|
@@ -6045,7 +6074,7 @@
|
|
|
6045
6074
|
var b = this.y;
|
|
6046
6075
|
this.y = a;
|
|
6047
6076
|
if (b != this.y) {
|
|
6048
|
-
this.
|
|
6077
|
+
this.cl("ActualStrokeWidth", b, a);
|
|
6049
6078
|
}
|
|
6050
6079
|
},
|
|
6051
6080
|
enumerable: false,
|
|
@@ -6053,27 +6082,27 @@
|
|
|
6053
6082
|
});
|
|
6054
6083
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
6055
6084
|
get: function () {
|
|
6056
|
-
return this.
|
|
6085
|
+
return this.cy;
|
|
6057
6086
|
},
|
|
6058
6087
|
set: function (a) {
|
|
6059
|
-
var b = this.
|
|
6060
|
-
this.
|
|
6061
|
-
if (b != this.
|
|
6062
|
-
this.
|
|
6088
|
+
var b = this.cy;
|
|
6089
|
+
this.cy = a;
|
|
6090
|
+
if (b != this.cy) {
|
|
6091
|
+
this.cl("Fill", b, a);
|
|
6063
6092
|
}
|
|
6064
6093
|
},
|
|
6065
6094
|
enumerable: false,
|
|
6066
6095
|
configurable: true
|
|
6067
6096
|
});
|
|
6068
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6097
|
+
Object.defineProperty(XIcon.prototype, "dp", {
|
|
6069
6098
|
get: function () {
|
|
6070
|
-
return this.
|
|
6099
|
+
return this.c6;
|
|
6071
6100
|
},
|
|
6072
6101
|
set: function (a) {
|
|
6073
|
-
var b = this.
|
|
6074
|
-
this.
|
|
6075
|
-
if (b != this.
|
|
6076
|
-
this.
|
|
6102
|
+
var b = this.c6;
|
|
6103
|
+
this.c6 = a;
|
|
6104
|
+
if (b != this.c6) {
|
|
6105
|
+
this.cl("Stroke", b, a);
|
|
6077
6106
|
}
|
|
6078
6107
|
},
|
|
6079
6108
|
enumerable: false,
|
|
@@ -6087,49 +6116,49 @@
|
|
|
6087
6116
|
var b = this.ac;
|
|
6088
6117
|
this.ac = a;
|
|
6089
6118
|
if (b != this.ac) {
|
|
6090
|
-
this.
|
|
6119
|
+
this.cl("StrokeWidth", b, a);
|
|
6091
6120
|
}
|
|
6092
6121
|
},
|
|
6093
6122
|
enumerable: false,
|
|
6094
6123
|
configurable: true
|
|
6095
6124
|
});
|
|
6096
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6125
|
+
Object.defineProperty(XIcon.prototype, "dq", {
|
|
6097
6126
|
get: function () {
|
|
6098
|
-
return this.
|
|
6127
|
+
return this.c7;
|
|
6099
6128
|
},
|
|
6100
6129
|
set: function (a) {
|
|
6101
|
-
var b = this.
|
|
6102
|
-
this.
|
|
6103
|
-
if (b != this.
|
|
6104
|
-
this.
|
|
6130
|
+
var b = this.c7;
|
|
6131
|
+
this.c7 = a;
|
|
6132
|
+
if (b != this.c7) {
|
|
6133
|
+
this.cl("TextColor", b, a);
|
|
6105
6134
|
}
|
|
6106
6135
|
},
|
|
6107
6136
|
enumerable: false,
|
|
6108
6137
|
configurable: true
|
|
6109
6138
|
});
|
|
6110
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6139
|
+
Object.defineProperty(XIcon.prototype, "dh", {
|
|
6111
6140
|
get: function () {
|
|
6112
|
-
return this.
|
|
6141
|
+
return this.cz;
|
|
6113
6142
|
},
|
|
6114
6143
|
set: function (a) {
|
|
6115
|
-
var b = this.
|
|
6116
|
-
this.
|
|
6117
|
-
if (b != this.
|
|
6118
|
-
this.
|
|
6144
|
+
var b = this.cz;
|
|
6145
|
+
this.cz = a;
|
|
6146
|
+
if (b != this.cz) {
|
|
6147
|
+
this.cl("HoverFill", b, a);
|
|
6119
6148
|
}
|
|
6120
6149
|
},
|
|
6121
6150
|
enumerable: false,
|
|
6122
6151
|
configurable: true
|
|
6123
6152
|
});
|
|
6124
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6153
|
+
Object.defineProperty(XIcon.prototype, "di", {
|
|
6125
6154
|
get: function () {
|
|
6126
|
-
return this.
|
|
6155
|
+
return this.c0;
|
|
6127
6156
|
},
|
|
6128
6157
|
set: function (a) {
|
|
6129
|
-
var b = this.
|
|
6130
|
-
this.
|
|
6131
|
-
if (b != this.
|
|
6132
|
-
this.
|
|
6158
|
+
var b = this.c0;
|
|
6159
|
+
this.c0 = a;
|
|
6160
|
+
if (b != this.c0) {
|
|
6161
|
+
this.cl("HoverStroke", b, a);
|
|
6133
6162
|
}
|
|
6134
6163
|
},
|
|
6135
6164
|
enumerable: false,
|
|
@@ -6143,21 +6172,21 @@
|
|
|
6143
6172
|
var b = this.aa;
|
|
6144
6173
|
this.aa = a;
|
|
6145
6174
|
if (b != this.aa) {
|
|
6146
|
-
this.
|
|
6175
|
+
this.cl("HoverStrokeThickness", b, a);
|
|
6147
6176
|
}
|
|
6148
6177
|
},
|
|
6149
6178
|
enumerable: false,
|
|
6150
6179
|
configurable: true
|
|
6151
6180
|
});
|
|
6152
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6181
|
+
Object.defineProperty(XIcon.prototype, "dj", {
|
|
6153
6182
|
get: function () {
|
|
6154
|
-
return this.
|
|
6183
|
+
return this.c1;
|
|
6155
6184
|
},
|
|
6156
6185
|
set: function (a) {
|
|
6157
|
-
var b = this.
|
|
6158
|
-
this.
|
|
6159
|
-
if (b != this.
|
|
6160
|
-
this.
|
|
6186
|
+
var b = this.c1;
|
|
6187
|
+
this.c1 = a;
|
|
6188
|
+
if (b != this.c1) {
|
|
6189
|
+
this.cl("HoverTextColor", b, a);
|
|
6161
6190
|
}
|
|
6162
6191
|
},
|
|
6163
6192
|
enumerable: false,
|
|
@@ -6171,7 +6200,7 @@
|
|
|
6171
6200
|
var b = this.c;
|
|
6172
6201
|
this.c = a;
|
|
6173
6202
|
if (b != this.c) {
|
|
6174
|
-
this.
|
|
6203
|
+
this.cl("FillColors", b, this.c);
|
|
6175
6204
|
}
|
|
6176
6205
|
},
|
|
6177
6206
|
enumerable: false,
|
|
@@ -6185,91 +6214,91 @@
|
|
|
6185
6214
|
var b = this.d;
|
|
6186
6215
|
this.d = a;
|
|
6187
6216
|
if (b != this.d) {
|
|
6188
|
-
this.
|
|
6217
|
+
this.cl("StrokeColors", b, this.d);
|
|
6189
6218
|
}
|
|
6190
6219
|
},
|
|
6191
6220
|
enumerable: false,
|
|
6192
6221
|
configurable: true
|
|
6193
6222
|
});
|
|
6194
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6223
|
+
Object.defineProperty(XIcon.prototype, "dk", {
|
|
6195
6224
|
get: function () {
|
|
6196
|
-
return this.
|
|
6225
|
+
return this.c2;
|
|
6197
6226
|
},
|
|
6198
6227
|
set: function (a) {
|
|
6199
|
-
var b = this.
|
|
6200
|
-
this.
|
|
6201
|
-
if (b != this.
|
|
6202
|
-
this.
|
|
6228
|
+
var b = this.c2;
|
|
6229
|
+
this.c2 = a;
|
|
6230
|
+
if (b != this.c2) {
|
|
6231
|
+
this.cl("PrimaryFillColor", b, this.c2);
|
|
6203
6232
|
}
|
|
6204
6233
|
},
|
|
6205
6234
|
enumerable: false,
|
|
6206
6235
|
configurable: true
|
|
6207
6236
|
});
|
|
6208
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6237
|
+
Object.defineProperty(XIcon.prototype, "dl", {
|
|
6209
6238
|
get: function () {
|
|
6210
|
-
return this.
|
|
6239
|
+
return this.c3;
|
|
6211
6240
|
},
|
|
6212
6241
|
set: function (a) {
|
|
6213
|
-
var b = this.
|
|
6214
|
-
this.
|
|
6215
|
-
if (b != this.
|
|
6216
|
-
this.
|
|
6242
|
+
var b = this.c3;
|
|
6243
|
+
this.c3 = a;
|
|
6244
|
+
if (b != this.c3) {
|
|
6245
|
+
this.cl("PrimaryStrokeColor", b, this.c3);
|
|
6217
6246
|
}
|
|
6218
6247
|
},
|
|
6219
6248
|
enumerable: false,
|
|
6220
6249
|
configurable: true
|
|
6221
6250
|
});
|
|
6222
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6251
|
+
Object.defineProperty(XIcon.prototype, "dm", {
|
|
6223
6252
|
get: function () {
|
|
6224
|
-
return this.
|
|
6253
|
+
return this.c4;
|
|
6225
6254
|
},
|
|
6226
6255
|
set: function (a) {
|
|
6227
|
-
var b = this.
|
|
6228
|
-
this.
|
|
6229
|
-
if (b != this.
|
|
6230
|
-
this.
|
|
6256
|
+
var b = this.c4;
|
|
6257
|
+
this.c4 = a;
|
|
6258
|
+
if (b != this.c4) {
|
|
6259
|
+
this.cl("SecondaryFillColor", b, this.c4);
|
|
6231
6260
|
}
|
|
6232
6261
|
},
|
|
6233
6262
|
enumerable: false,
|
|
6234
6263
|
configurable: true
|
|
6235
6264
|
});
|
|
6236
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6265
|
+
Object.defineProperty(XIcon.prototype, "dn", {
|
|
6237
6266
|
get: function () {
|
|
6238
|
-
return this.
|
|
6267
|
+
return this.c5;
|
|
6239
6268
|
},
|
|
6240
6269
|
set: function (a) {
|
|
6241
|
-
var b = this.
|
|
6242
|
-
this.
|
|
6243
|
-
if (b != this.
|
|
6244
|
-
this.
|
|
6270
|
+
var b = this.c5;
|
|
6271
|
+
this.c5 = a;
|
|
6272
|
+
if (b != this.c5) {
|
|
6273
|
+
this.cl("SecondaryStrokeColor", b, this.c5);
|
|
6245
6274
|
}
|
|
6246
6275
|
},
|
|
6247
6276
|
enumerable: false,
|
|
6248
6277
|
configurable: true
|
|
6249
6278
|
});
|
|
6250
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6279
|
+
Object.defineProperty(XIcon.prototype, "a1", {
|
|
6251
6280
|
get: function () {
|
|
6252
|
-
return this.
|
|
6281
|
+
return this.ay;
|
|
6253
6282
|
},
|
|
6254
6283
|
set: function (a) {
|
|
6255
|
-
var b = this.
|
|
6256
|
-
this.
|
|
6257
|
-
if (b != this.
|
|
6258
|
-
this.
|
|
6284
|
+
var b = this.ay;
|
|
6285
|
+
this.ay = a;
|
|
6286
|
+
if (b != this.ay) {
|
|
6287
|
+
this.cl("Source", b, a);
|
|
6259
6288
|
}
|
|
6260
6289
|
},
|
|
6261
6290
|
enumerable: false,
|
|
6262
6291
|
configurable: true
|
|
6263
6292
|
});
|
|
6264
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6293
|
+
Object.defineProperty(XIcon.prototype, "bg", {
|
|
6265
6294
|
get: function () {
|
|
6266
|
-
return this.
|
|
6295
|
+
return this.a3;
|
|
6267
6296
|
},
|
|
6268
6297
|
set: function (a) {
|
|
6269
|
-
var b = this.
|
|
6270
|
-
this.
|
|
6271
|
-
if (b != this.
|
|
6272
|
-
this.
|
|
6298
|
+
var b = this.a3;
|
|
6299
|
+
this.a3 = a;
|
|
6300
|
+
if (b != this.a3) {
|
|
6301
|
+
this.cl("DataURL", b, a);
|
|
6273
6302
|
}
|
|
6274
6303
|
},
|
|
6275
6304
|
enumerable: false,
|
|
@@ -6277,13 +6306,13 @@
|
|
|
6277
6306
|
});
|
|
6278
6307
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
6279
6308
|
get: function () {
|
|
6280
|
-
return this.
|
|
6309
|
+
return this.a6;
|
|
6281
6310
|
},
|
|
6282
6311
|
set: function (a) {
|
|
6283
|
-
var b = this.
|
|
6284
|
-
this.
|
|
6285
|
-
if (b != this.
|
|
6286
|
-
this.
|
|
6312
|
+
var b = this.a6;
|
|
6313
|
+
this.a6 = a;
|
|
6314
|
+
if (b != this.a6) {
|
|
6315
|
+
this.cl("SVGPath", b, a);
|
|
6287
6316
|
}
|
|
6288
6317
|
},
|
|
6289
6318
|
enumerable: false,
|
|
@@ -6291,13 +6320,13 @@
|
|
|
6291
6320
|
});
|
|
6292
6321
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
6293
6322
|
get: function () {
|
|
6294
|
-
return this.
|
|
6323
|
+
return this.a5;
|
|
6295
6324
|
},
|
|
6296
6325
|
set: function (a) {
|
|
6297
|
-
var b = this.
|
|
6298
|
-
this.
|
|
6299
|
-
if (b != this.
|
|
6300
|
-
this.
|
|
6326
|
+
var b = this.a5;
|
|
6327
|
+
this.a5 = a;
|
|
6328
|
+
if (b != this.a5) {
|
|
6329
|
+
this.cl("SVG", b, this.a5);
|
|
6301
6330
|
}
|
|
6302
6331
|
},
|
|
6303
6332
|
enumerable: false,
|
|
@@ -6311,16 +6340,44 @@
|
|
|
6311
6340
|
var b = this.a;
|
|
6312
6341
|
this.a = a;
|
|
6313
6342
|
if (b != this.a) {
|
|
6314
|
-
this.
|
|
6343
|
+
this.cl("SVGPaths", b, this.a);
|
|
6344
|
+
}
|
|
6345
|
+
},
|
|
6346
|
+
enumerable: false,
|
|
6347
|
+
configurable: true
|
|
6348
|
+
});
|
|
6349
|
+
Object.defineProperty(XIcon.prototype, "cu", {
|
|
6350
|
+
get: function () {
|
|
6351
|
+
return this.ct;
|
|
6352
|
+
},
|
|
6353
|
+
set: function (a) {
|
|
6354
|
+
var b = this.ct;
|
|
6355
|
+
this.ct = a;
|
|
6356
|
+
if (b != this.ct) {
|
|
6357
|
+
this.cl("DataTemplate", b, this.ct);
|
|
6358
|
+
}
|
|
6359
|
+
},
|
|
6360
|
+
enumerable: false,
|
|
6361
|
+
configurable: true
|
|
6362
|
+
});
|
|
6363
|
+
Object.defineProperty(XIcon.prototype, "az", {
|
|
6364
|
+
get: function () {
|
|
6365
|
+
return this.ax;
|
|
6366
|
+
},
|
|
6367
|
+
set: function (a) {
|
|
6368
|
+
var b = this.ax;
|
|
6369
|
+
this.ax = a;
|
|
6370
|
+
if (b != this.ax) {
|
|
6371
|
+
this.cl("DataTemplateContext", b, this.ax);
|
|
6315
6372
|
}
|
|
6316
6373
|
},
|
|
6317
6374
|
enumerable: false,
|
|
6318
6375
|
configurable: true
|
|
6319
6376
|
});
|
|
6320
|
-
XIcon.prototype.
|
|
6377
|
+
XIcon.prototype.cj = function () {
|
|
6321
6378
|
this.v = true;
|
|
6322
6379
|
};
|
|
6323
|
-
XIcon.prototype.
|
|
6380
|
+
XIcon.prototype.ck = function () {
|
|
6324
6381
|
this.v = false;
|
|
6325
6382
|
};
|
|
6326
6383
|
Object.defineProperty(XIcon.prototype, "o", {
|
|
@@ -6331,21 +6388,21 @@
|
|
|
6331
6388
|
var b = this.n;
|
|
6332
6389
|
this.n = a;
|
|
6333
6390
|
if (b != this.n) {
|
|
6334
|
-
this.
|
|
6391
|
+
this.cl("TextStyle", b, a);
|
|
6335
6392
|
}
|
|
6336
6393
|
},
|
|
6337
6394
|
enumerable: false,
|
|
6338
6395
|
configurable: true
|
|
6339
6396
|
});
|
|
6340
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6397
|
+
Object.defineProperty(XIcon.prototype, "bq", {
|
|
6341
6398
|
get: function () {
|
|
6342
|
-
return this.
|
|
6399
|
+
return this.a4;
|
|
6343
6400
|
},
|
|
6344
6401
|
set: function (a) {
|
|
6345
|
-
var b = this.
|
|
6346
|
-
this.
|
|
6347
|
-
if (b != this.
|
|
6348
|
-
this.
|
|
6402
|
+
var b = this.a4;
|
|
6403
|
+
this.a4 = a;
|
|
6404
|
+
if (b != this.a4) {
|
|
6405
|
+
this.cl("Id", b, a);
|
|
6349
6406
|
}
|
|
6350
6407
|
},
|
|
6351
6408
|
enumerable: false,
|
|
@@ -6367,21 +6424,21 @@
|
|
|
6367
6424
|
this.au = a;
|
|
6368
6425
|
this.p = true;
|
|
6369
6426
|
if (b != this.au) {
|
|
6370
|
-
this.
|
|
6427
|
+
this.cl("TabIndex", b, a);
|
|
6371
6428
|
}
|
|
6372
6429
|
},
|
|
6373
6430
|
enumerable: false,
|
|
6374
6431
|
configurable: true
|
|
6375
6432
|
});
|
|
6376
|
-
Object.defineProperty(XIcon.prototype, "
|
|
6433
|
+
Object.defineProperty(XIcon.prototype, "bb", {
|
|
6377
6434
|
get: function () {
|
|
6378
|
-
return this.
|
|
6435
|
+
return this.a2;
|
|
6379
6436
|
},
|
|
6380
6437
|
set: function (a) {
|
|
6381
|
-
var b = this.
|
|
6382
|
-
this.
|
|
6383
|
-
if (b != this.
|
|
6384
|
-
this.
|
|
6438
|
+
var b = this.a2;
|
|
6439
|
+
this.a2 = a;
|
|
6440
|
+
if (b != this.a2) {
|
|
6441
|
+
this.cl("AriaLabel", b, a);
|
|
6385
6442
|
}
|
|
6386
6443
|
},
|
|
6387
6444
|
enumerable: false,
|
|
@@ -6395,7 +6452,7 @@
|
|
|
6395
6452
|
var b = this.r;
|
|
6396
6453
|
this.r = a;
|
|
6397
6454
|
if (b != this.r) {
|
|
6398
|
-
this.
|
|
6455
|
+
this.cl("IsHover", b, a);
|
|
6399
6456
|
}
|
|
6400
6457
|
},
|
|
6401
6458
|
enumerable: false,
|
|
@@ -6409,7 +6466,7 @@
|
|
|
6409
6466
|
var b = this.q;
|
|
6410
6467
|
this.q = a;
|
|
6411
6468
|
if (b != this.q) {
|
|
6412
|
-
this.
|
|
6469
|
+
this.cl("IsDisabled", b, a);
|
|
6413
6470
|
}
|
|
6414
6471
|
},
|
|
6415
6472
|
enumerable: false,
|
|
@@ -6423,7 +6480,7 @@
|
|
|
6423
6480
|
var b = this.ab;
|
|
6424
6481
|
this.ab = a;
|
|
6425
6482
|
if (b != this.ab) {
|
|
6426
|
-
this.
|
|
6483
|
+
this.cl("Opacity", b, this.ab);
|
|
6427
6484
|
}
|
|
6428
6485
|
},
|
|
6429
6486
|
enumerable: false,
|
|
@@ -6437,7 +6494,7 @@
|
|
|
6437
6494
|
var b = this.ae;
|
|
6438
6495
|
this.ae = a;
|
|
6439
6496
|
if (b != this.ae) {
|
|
6440
|
-
this.
|
|
6497
|
+
this.cl("ViewBoxLeft", b, this.ae);
|
|
6441
6498
|
}
|
|
6442
6499
|
},
|
|
6443
6500
|
enumerable: false,
|
|
@@ -6451,7 +6508,7 @@
|
|
|
6451
6508
|
var b = this.af;
|
|
6452
6509
|
this.af = a;
|
|
6453
6510
|
if (b != this.af) {
|
|
6454
|
-
this.
|
|
6511
|
+
this.cl("ViewBoxTop", b, this.af);
|
|
6455
6512
|
}
|
|
6456
6513
|
},
|
|
6457
6514
|
enumerable: false,
|
|
@@ -6465,7 +6522,7 @@
|
|
|
6465
6522
|
var b = this.ag;
|
|
6466
6523
|
this.ag = a;
|
|
6467
6524
|
if (b != this.ag) {
|
|
6468
|
-
this.
|
|
6525
|
+
this.cl("ViewBoxWidth", b, this.ag);
|
|
6469
6526
|
}
|
|
6470
6527
|
},
|
|
6471
6528
|
enumerable: false,
|
|
@@ -6479,7 +6536,7 @@
|
|
|
6479
6536
|
var b = this.ad;
|
|
6480
6537
|
this.ad = a;
|
|
6481
6538
|
if (b != this.ad) {
|
|
6482
|
-
this.
|
|
6539
|
+
this.cl("ViewBoxHeight", b, this.ad);
|
|
6483
6540
|
}
|
|
6484
6541
|
},
|
|
6485
6542
|
enumerable: false,
|
|
@@ -6493,7 +6550,7 @@
|
|
|
6493
6550
|
var b = this.ah;
|
|
6494
6551
|
this.ah = a;
|
|
6495
6552
|
if (b != this.ah) {
|
|
6496
|
-
this.
|
|
6553
|
+
this.cl("Width", b, this.ah);
|
|
6497
6554
|
}
|
|
6498
6555
|
},
|
|
6499
6556
|
enumerable: false,
|
|
@@ -6507,19 +6564,19 @@
|
|
|
6507
6564
|
var b = this.z;
|
|
6508
6565
|
this.z = a;
|
|
6509
6566
|
if (b != this.z) {
|
|
6510
|
-
this.
|
|
6567
|
+
this.cl("Height", b, this.z);
|
|
6511
6568
|
}
|
|
6512
6569
|
},
|
|
6513
6570
|
enumerable: false,
|
|
6514
6571
|
configurable: true
|
|
6515
6572
|
});
|
|
6516
|
-
XIcon.prototype.
|
|
6573
|
+
XIcon.prototype.cm = function () {
|
|
6517
6574
|
};
|
|
6518
6575
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
6519
|
-
this.view.
|
|
6576
|
+
this.view.al();
|
|
6520
6577
|
};
|
|
6521
6578
|
XIcon.prototype.onAttachedToUI = function () {
|
|
6522
|
-
this.view.
|
|
6579
|
+
this.view.ai();
|
|
6523
6580
|
};
|
|
6524
6581
|
XIcon.prototype.x = function () {
|
|
6525
6582
|
if (this.disabled) {
|
|
@@ -6535,10 +6592,10 @@
|
|
|
6535
6592
|
XIcon.prototype.w = function () {
|
|
6536
6593
|
return this.view.l();
|
|
6537
6594
|
};
|
|
6538
|
-
XIcon.prototype.
|
|
6595
|
+
XIcon.prototype.a0 = function () {
|
|
6539
6596
|
return this.g();
|
|
6540
6597
|
};
|
|
6541
|
-
XIcon.prototype.
|
|
6598
|
+
XIcon.prototype.bi = function () {
|
|
6542
6599
|
var a = this.g();
|
|
6543
6600
|
return a.l();
|
|
6544
6601
|
};
|
|
@@ -6552,7 +6609,7 @@
|
|
|
6552
6609
|
a.a = this.view.a();
|
|
6553
6610
|
a.svg = this.svg;
|
|
6554
6611
|
a.svgPath = this.svgPath;
|
|
6555
|
-
a.k = this.
|
|
6612
|
+
a.k = this.bg;
|
|
6556
6613
|
if (this.o != null) {
|
|
6557
6614
|
var c = this.o;
|
|
6558
6615
|
if (this.view != null && c.q == null) {
|
|
@@ -6584,15 +6641,15 @@
|
|
|
6584
6641
|
return a;
|
|
6585
6642
|
};
|
|
6586
6643
|
XIcon.prototype.provideContainer = function (a) {
|
|
6587
|
-
this.view.
|
|
6644
|
+
this.view.ak(a);
|
|
6588
6645
|
};
|
|
6589
6646
|
XIcon.$t = igniteuiAngularCore.markType(XIcon, 'XIcon', igniteuiAngularCore.Base.$, [igniteuiAngularCore.INotifyPropertyChanged_$type, igniteuiAngularCore.IIcon_$type]);
|
|
6590
|
-
XIcon.
|
|
6591
|
-
XIcon.
|
|
6592
|
-
XIcon.
|
|
6593
|
-
XIcon.
|
|
6594
|
-
XIcon.
|
|
6595
|
-
XIcon.
|
|
6647
|
+
XIcon.db = null;
|
|
6648
|
+
XIcon.dg = null;
|
|
6649
|
+
XIcon.df = null;
|
|
6650
|
+
XIcon.dc = null;
|
|
6651
|
+
XIcon.dd = null;
|
|
6652
|
+
XIcon.de = null;
|
|
6596
6653
|
XIcon.ak = NaN;
|
|
6597
6654
|
XIcon.aj = NaN;
|
|
6598
6655
|
XIcon.aw = 0;
|
|
@@ -8189,16 +8246,16 @@
|
|
|
8189
8246
|
_this.an = igniteuiAngularCore.dateMaxValue();
|
|
8190
8247
|
_this.s = 3;
|
|
8191
8248
|
_this.q = 1;
|
|
8192
|
-
_this.c6 = igniteuiAngularCore.BrushUtil.
|
|
8193
|
-
_this.dc = igniteuiAngularCore.BrushUtil.
|
|
8194
|
-
_this.de = igniteuiAngularCore.BrushUtil.
|
|
8195
|
-
_this.c9 = igniteuiAngularCore.BrushUtil.
|
|
8196
|
-
_this.db = igniteuiAngularCore.BrushUtil.
|
|
8197
|
-
_this.df = igniteuiAngularCore.BrushUtil.
|
|
8198
|
-
_this.dd = igniteuiAngularCore.BrushUtil.
|
|
8199
|
-
_this.da = igniteuiAngularCore.BrushUtil.
|
|
8200
|
-
_this.c8 = igniteuiAngularCore.BrushUtil.
|
|
8201
|
-
_this.c7 = igniteuiAngularCore.BrushUtil.
|
|
8249
|
+
_this.c6 = igniteuiAngularCore.BrushUtil.j(0, 255, 255, 255);
|
|
8250
|
+
_this.dc = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
8251
|
+
_this.de = igniteuiAngularCore.BrushUtil.j(255, 21, 112, 184);
|
|
8252
|
+
_this.c9 = igniteuiAngularCore.BrushUtil.j(76, 33, 150, 243);
|
|
8253
|
+
_this.db = igniteuiAngularCore.BrushUtil.j(50, 186, 191, 199);
|
|
8254
|
+
_this.df = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
8255
|
+
_this.dd = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
8256
|
+
_this.da = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
8257
|
+
_this.c8 = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
8258
|
+
_this.c7 = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
8202
8259
|
_this.y = false;
|
|
8203
8260
|
_this.u = null;
|
|
8204
8261
|
_this.k = 0;
|
|
@@ -13987,10 +14044,10 @@
|
|
|
13987
14044
|
* Gets the fill color currently used by the icon.
|
|
13988
14045
|
*/
|
|
13989
14046
|
get: function () {
|
|
13990
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14047
|
+
return igniteuiAngularCore.brushToString(this.i.c8);
|
|
13991
14048
|
},
|
|
13992
14049
|
set: function (v) {
|
|
13993
|
-
this.i.
|
|
14050
|
+
this.i.c8 = igniteuiAngularCore.stringToBrush(v);
|
|
13994
14051
|
},
|
|
13995
14052
|
enumerable: false,
|
|
13996
14053
|
configurable: true
|
|
@@ -14000,10 +14057,10 @@
|
|
|
14000
14057
|
* Gets the stroke color currently used by the icon.
|
|
14001
14058
|
*/
|
|
14002
14059
|
get: function () {
|
|
14003
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14060
|
+
return igniteuiAngularCore.brushToString(this.i.c9);
|
|
14004
14061
|
},
|
|
14005
14062
|
set: function (v) {
|
|
14006
|
-
this.i.
|
|
14063
|
+
this.i.c9 = igniteuiAngularCore.stringToBrush(v);
|
|
14007
14064
|
},
|
|
14008
14065
|
enumerable: false,
|
|
14009
14066
|
configurable: true
|
|
@@ -14013,10 +14070,10 @@
|
|
|
14013
14070
|
* Gets the text color currently used by the icon.
|
|
14014
14071
|
*/
|
|
14015
14072
|
get: function () {
|
|
14016
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14073
|
+
return igniteuiAngularCore.brushToString(this.i.da);
|
|
14017
14074
|
},
|
|
14018
14075
|
set: function (v) {
|
|
14019
|
-
this.i.
|
|
14076
|
+
this.i.da = igniteuiAngularCore.stringToBrush(v);
|
|
14020
14077
|
},
|
|
14021
14078
|
enumerable: false,
|
|
14022
14079
|
configurable: true
|
|
@@ -14052,10 +14109,10 @@
|
|
|
14052
14109
|
* Gets or sets the stroke color to use for the icon.
|
|
14053
14110
|
*/
|
|
14054
14111
|
get: function () {
|
|
14055
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14112
|
+
return igniteuiAngularCore.brushToString(this.i.dp);
|
|
14056
14113
|
},
|
|
14057
14114
|
set: function (v) {
|
|
14058
|
-
this.i.
|
|
14115
|
+
this.i.dp = igniteuiAngularCore.stringToBrush(v);
|
|
14059
14116
|
},
|
|
14060
14117
|
enumerable: false,
|
|
14061
14118
|
configurable: true
|
|
@@ -14078,10 +14135,10 @@
|
|
|
14078
14135
|
* Gets or sets the text color to use for the icon.
|
|
14079
14136
|
*/
|
|
14080
14137
|
get: function () {
|
|
14081
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14138
|
+
return igniteuiAngularCore.brushToString(this.i.dq);
|
|
14082
14139
|
},
|
|
14083
14140
|
set: function (v) {
|
|
14084
|
-
this.i.
|
|
14141
|
+
this.i.dq = igniteuiAngularCore.stringToBrush(v);
|
|
14085
14142
|
},
|
|
14086
14143
|
enumerable: false,
|
|
14087
14144
|
configurable: true
|
|
@@ -14091,10 +14148,10 @@
|
|
|
14091
14148
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
14092
14149
|
*/
|
|
14093
14150
|
get: function () {
|
|
14094
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14151
|
+
return igniteuiAngularCore.brushToString(this.i.dh);
|
|
14095
14152
|
},
|
|
14096
14153
|
set: function (v) {
|
|
14097
|
-
this.i.
|
|
14154
|
+
this.i.dh = igniteuiAngularCore.stringToBrush(v);
|
|
14098
14155
|
},
|
|
14099
14156
|
enumerable: false,
|
|
14100
14157
|
configurable: true
|
|
@@ -14104,10 +14161,10 @@
|
|
|
14104
14161
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
14105
14162
|
*/
|
|
14106
14163
|
get: function () {
|
|
14107
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14164
|
+
return igniteuiAngularCore.brushToString(this.i.di);
|
|
14108
14165
|
},
|
|
14109
14166
|
set: function (v) {
|
|
14110
|
-
this.i.
|
|
14167
|
+
this.i.di = igniteuiAngularCore.stringToBrush(v);
|
|
14111
14168
|
},
|
|
14112
14169
|
enumerable: false,
|
|
14113
14170
|
configurable: true
|
|
@@ -14130,10 +14187,10 @@
|
|
|
14130
14187
|
* Gets or sets the text color to use when the icon is hovered.
|
|
14131
14188
|
*/
|
|
14132
14189
|
get: function () {
|
|
14133
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14190
|
+
return igniteuiAngularCore.brushToString(this.i.dj);
|
|
14134
14191
|
},
|
|
14135
14192
|
set: function (v) {
|
|
14136
|
-
this.i.
|
|
14193
|
+
this.i.dj = igniteuiAngularCore.stringToBrush(v);
|
|
14137
14194
|
},
|
|
14138
14195
|
enumerable: false,
|
|
14139
14196
|
configurable: true
|
|
@@ -14179,10 +14236,10 @@
|
|
|
14179
14236
|
* class.
|
|
14180
14237
|
*/
|
|
14181
14238
|
get: function () {
|
|
14182
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14239
|
+
return igniteuiAngularCore.brushToString(this.i.dk);
|
|
14183
14240
|
},
|
|
14184
14241
|
set: function (v) {
|
|
14185
|
-
this.i.
|
|
14242
|
+
this.i.dk = igniteuiAngularCore.stringToBrush(v);
|
|
14186
14243
|
},
|
|
14187
14244
|
enumerable: false,
|
|
14188
14245
|
configurable: true
|
|
@@ -14196,10 +14253,10 @@
|
|
|
14196
14253
|
* class.
|
|
14197
14254
|
*/
|
|
14198
14255
|
get: function () {
|
|
14199
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14256
|
+
return igniteuiAngularCore.brushToString(this.i.dl);
|
|
14200
14257
|
},
|
|
14201
14258
|
set: function (v) {
|
|
14202
|
-
this.i.
|
|
14259
|
+
this.i.dl = igniteuiAngularCore.stringToBrush(v);
|
|
14203
14260
|
},
|
|
14204
14261
|
enumerable: false,
|
|
14205
14262
|
configurable: true
|
|
@@ -14213,10 +14270,10 @@
|
|
|
14213
14270
|
* class.
|
|
14214
14271
|
*/
|
|
14215
14272
|
get: function () {
|
|
14216
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14273
|
+
return igniteuiAngularCore.brushToString(this.i.dm);
|
|
14217
14274
|
},
|
|
14218
14275
|
set: function (v) {
|
|
14219
|
-
this.i.
|
|
14276
|
+
this.i.dm = igniteuiAngularCore.stringToBrush(v);
|
|
14220
14277
|
},
|
|
14221
14278
|
enumerable: false,
|
|
14222
14279
|
configurable: true
|
|
@@ -14230,10 +14287,10 @@
|
|
|
14230
14287
|
* class.
|
|
14231
14288
|
*/
|
|
14232
14289
|
get: function () {
|
|
14233
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
14290
|
+
return igniteuiAngularCore.brushToString(this.i.dn);
|
|
14234
14291
|
},
|
|
14235
14292
|
set: function (v) {
|
|
14236
|
-
this.i.
|
|
14293
|
+
this.i.dn = igniteuiAngularCore.stringToBrush(v);
|
|
14237
14294
|
},
|
|
14238
14295
|
enumerable: false,
|
|
14239
14296
|
configurable: true
|
|
@@ -14243,10 +14300,10 @@
|
|
|
14243
14300
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
14244
14301
|
*/
|
|
14245
14302
|
get: function () {
|
|
14246
|
-
return this.i.
|
|
14303
|
+
return this.i.a1;
|
|
14247
14304
|
},
|
|
14248
14305
|
set: function (v) {
|
|
14249
|
-
this.i.
|
|
14306
|
+
this.i.a1 = v;
|
|
14250
14307
|
},
|
|
14251
14308
|
enumerable: false,
|
|
14252
14309
|
configurable: true
|
|
@@ -14256,10 +14313,10 @@
|
|
|
14256
14313
|
* Gets or sets data url for the icon to use.
|
|
14257
14314
|
*/
|
|
14258
14315
|
get: function () {
|
|
14259
|
-
return this.i.
|
|
14316
|
+
return this.i.bg;
|
|
14260
14317
|
},
|
|
14261
14318
|
set: function (v) {
|
|
14262
|
-
this.i.
|
|
14319
|
+
this.i.bg = v;
|
|
14263
14320
|
},
|
|
14264
14321
|
enumerable: false,
|
|
14265
14322
|
configurable: true
|
|
@@ -14330,10 +14387,10 @@
|
|
|
14330
14387
|
* Gets or sets the id to use for the checkbox.
|
|
14331
14388
|
*/
|
|
14332
14389
|
get: function () {
|
|
14333
|
-
return this.i.
|
|
14390
|
+
return this.i.bq;
|
|
14334
14391
|
},
|
|
14335
14392
|
set: function (v) {
|
|
14336
|
-
this.i.
|
|
14393
|
+
this.i.bq = v;
|
|
14337
14394
|
},
|
|
14338
14395
|
enumerable: false,
|
|
14339
14396
|
configurable: true
|
|
@@ -14356,10 +14413,10 @@
|
|
|
14356
14413
|
* Gets or sets the value of the aria-label attribute.
|
|
14357
14414
|
*/
|
|
14358
14415
|
get: function () {
|
|
14359
|
-
return this.i.
|
|
14416
|
+
return this.i.bb;
|
|
14360
14417
|
},
|
|
14361
14418
|
set: function (v) {
|
|
14362
|
-
this.i.
|
|
14419
|
+
this.i.bb = v;
|
|
14363
14420
|
},
|
|
14364
14421
|
enumerable: false,
|
|
14365
14422
|
configurable: true
|
|
@@ -14554,7 +14611,7 @@
|
|
|
14554
14611
|
|
|
14555
14612
|
*/
|
|
14556
14613
|
IgxXIconComponent.prototype.exportVisualModel = function () {
|
|
14557
|
-
var iv = this.i.
|
|
14614
|
+
var iv = this.i.a0();
|
|
14558
14615
|
return (iv);
|
|
14559
14616
|
};
|
|
14560
14617
|
/**
|
|
@@ -14562,7 +14619,7 @@
|
|
|
14562
14619
|
|
|
14563
14620
|
*/
|
|
14564
14621
|
IgxXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
14565
|
-
var iv = this.i.
|
|
14622
|
+
var iv = this.i.bi();
|
|
14566
14623
|
return (iv);
|
|
14567
14624
|
};
|
|
14568
14625
|
IgxXIconComponent.prototype._runInZone = function (act) {
|
|
@@ -15701,7 +15758,7 @@
|
|
|
15701
15758
|
};
|
|
15702
15759
|
InputGroupView.prototype.ac = function (a) {
|
|
15703
15760
|
if (igniteuiAngularCore.typeCast(XLabel.$, a) !== null) {
|
|
15704
|
-
a.
|
|
15761
|
+
a.be = "flex-start";
|
|
15705
15762
|
}
|
|
15706
15763
|
};
|
|
15707
15764
|
InputGroupView.prototype.ae = function (a) {
|
|
@@ -16325,21 +16382,21 @@
|
|
|
16325
16382
|
c.setStyleProperty("overflow", "hidden");
|
|
16326
16383
|
c.setStyleProperty("height", "1.125rem");
|
|
16327
16384
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
16328
|
-
igniteuiAngularCore.NativeUI.q(this.m.rootWrapper, this.c.
|
|
16385
|
+
igniteuiAngularCore.NativeUI.q(this.m.rootWrapper, this.c.c3);
|
|
16329
16386
|
c.setStyleProperty("outline-style", "none");
|
|
16330
16387
|
c.setStyleProperty("box-shadow", "none");
|
|
16331
16388
|
c.setStyleProperty("font-family", "Verdana");
|
|
16332
16389
|
c.setStyleProperty("font-size", "1rem");
|
|
16333
16390
|
this.n = c;
|
|
16334
16391
|
this.m.append(this.n);
|
|
16335
|
-
this.c.
|
|
16392
|
+
this.c.cl();
|
|
16336
16393
|
};
|
|
16337
16394
|
LabelView.prototype.l = function () {
|
|
16338
16395
|
return this.c.l == 0 ? (this.j() * 0.5) : 0;
|
|
16339
16396
|
};
|
|
16340
16397
|
LabelView.prototype.aj = function () {
|
|
16341
16398
|
var _this = this;
|
|
16342
|
-
this.c.
|
|
16399
|
+
this.c.bk = "block";
|
|
16343
16400
|
var a = new igniteuiAngularCore.TransformGroup();
|
|
16344
16401
|
a.j.add(((function () {
|
|
16345
16402
|
var $ret = new igniteuiAngularCore.TranslateTransform();
|
|
@@ -16386,8 +16443,8 @@
|
|
|
16386
16443
|
};
|
|
16387
16444
|
LabelView.prototype.ab = function () {
|
|
16388
16445
|
if (this.m != null) {
|
|
16389
|
-
this.m.rootWrapper.setStyleProperty("display", this.c.
|
|
16390
|
-
this.n.setStyleProperty("display", this.c.
|
|
16446
|
+
this.m.rootWrapper.setStyleProperty("display", this.c.bk);
|
|
16447
|
+
this.n.setStyleProperty("display", this.c.bk);
|
|
16391
16448
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16392
16449
|
if (ext_ && ext_._onDisplayChanged) {
|
|
16393
16450
|
ext_._onDisplayChanged();
|
|
@@ -16397,8 +16454,8 @@
|
|
|
16397
16454
|
};
|
|
16398
16455
|
LabelView.prototype.w = function () {
|
|
16399
16456
|
if (this.m != null) {
|
|
16400
|
-
this.m.rootWrapper.setStyleProperty("align-items", this.c.
|
|
16401
|
-
this.n.setStyleProperty("align-items", this.c.
|
|
16457
|
+
this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
|
|
16458
|
+
this.n.setStyleProperty("align-items", this.c.bc);
|
|
16402
16459
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16403
16460
|
if (ext_ && ext_._onAlignItemsChanged) {
|
|
16404
16461
|
ext_._onAlignItemsChanged();
|
|
@@ -16408,8 +16465,8 @@
|
|
|
16408
16465
|
};
|
|
16409
16466
|
LabelView.prototype.x = function () {
|
|
16410
16467
|
if (this.m != null) {
|
|
16411
|
-
this.m.rootWrapper.setStyleProperty("align-self", this.c.
|
|
16412
|
-
this.n.setStyleProperty("align-self", this.c.
|
|
16468
|
+
this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
|
|
16469
|
+
this.n.setStyleProperty("align-self", this.c.be);
|
|
16413
16470
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16414
16471
|
if (ext_ && ext_._onAlignSelfChanged) {
|
|
16415
16472
|
ext_._onAlignSelfChanged();
|
|
@@ -16419,8 +16476,8 @@
|
|
|
16419
16476
|
};
|
|
16420
16477
|
LabelView.prototype.ac = function () {
|
|
16421
16478
|
if (this.m != null) {
|
|
16422
|
-
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.
|
|
16423
|
-
this.n.setStyleProperty("flex-direction", this.c.
|
|
16479
|
+
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
|
|
16480
|
+
this.n.setStyleProperty("flex-direction", this.c.bn);
|
|
16424
16481
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16425
16482
|
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
16426
16483
|
ext_._onFlexDirectionChanged();
|
|
@@ -16430,8 +16487,8 @@
|
|
|
16430
16487
|
};
|
|
16431
16488
|
LabelView.prototype.ad = function () {
|
|
16432
16489
|
if (this.m != null) {
|
|
16433
|
-
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.
|
|
16434
|
-
this.n.setStyleProperty("flex-grow", this.c.
|
|
16490
|
+
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
|
|
16491
|
+
this.n.setStyleProperty("flex-grow", this.c.bp);
|
|
16435
16492
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16436
16493
|
if (ext_ && ext_._onFlexGrowChanged) {
|
|
16437
16494
|
ext_._onFlexGrowChanged();
|
|
@@ -16500,10 +16557,10 @@
|
|
|
16500
16557
|
return parseFloat(igniteuiAngularCore.stringReplace(a, "px", ""));
|
|
16501
16558
|
};
|
|
16502
16559
|
LabelView.prototype.t = function (a) {
|
|
16503
|
-
this.c.
|
|
16560
|
+
this.c.ch();
|
|
16504
16561
|
};
|
|
16505
16562
|
LabelView.prototype.u = function (a) {
|
|
16506
|
-
this.c.
|
|
16563
|
+
this.c.ci();
|
|
16507
16564
|
};
|
|
16508
16565
|
LabelView.prototype.y = function () {
|
|
16509
16566
|
this.f = true;
|
|
@@ -17942,7 +17999,7 @@
|
|
|
17942
17999
|
a.l = 2;
|
|
17943
18000
|
break;
|
|
17944
18001
|
}
|
|
17945
|
-
a.
|
|
18002
|
+
a.co(_this.ai, false);
|
|
17946
18003
|
});
|
|
17947
18004
|
};
|
|
17948
18005
|
XInputGroup.prototype.kf = function () {
|
|
@@ -18287,11 +18344,11 @@
|
|
|
18287
18344
|
var _this = this;
|
|
18288
18345
|
this.jp();
|
|
18289
18346
|
if (this.ai) {
|
|
18290
|
-
this.js(function (a) { return a.
|
|
18347
|
+
this.js(function (a) { return a.co(true, !_this.aj); });
|
|
18291
18348
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
18292
18349
|
}
|
|
18293
18350
|
else {
|
|
18294
|
-
this.js(function (a) { return a.
|
|
18351
|
+
this.js(function (a) { return a.co(false, !_this.aj); });
|
|
18295
18352
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
18296
18353
|
}
|
|
18297
18354
|
};
|
|
@@ -18299,12 +18356,12 @@
|
|
|
18299
18356
|
this.jp();
|
|
18300
18357
|
if (this.ao) {
|
|
18301
18358
|
var a = 1;
|
|
18302
|
-
this.js(function (b) { return b.
|
|
18359
|
+
this.js(function (b) { return b.an = true; });
|
|
18303
18360
|
this.j4(a);
|
|
18304
18361
|
}
|
|
18305
18362
|
else {
|
|
18306
18363
|
var b = -1;
|
|
18307
|
-
this.js(function (c) { return c.
|
|
18364
|
+
this.js(function (c) { return c.an = false; });
|
|
18308
18365
|
this.j4(b);
|
|
18309
18366
|
}
|
|
18310
18367
|
};
|
|
@@ -20141,7 +20198,7 @@
|
|
|
20141
20198
|
if (this.inputs._inner[b].e == null) {
|
|
20142
20199
|
this.inputs._inner[b].e = "Label" + a.l.count.toString();
|
|
20143
20200
|
}
|
|
20144
|
-
a.l.add1(this.inputs._inner[b].
|
|
20201
|
+
a.l.add1(this.inputs._inner[b].aw());
|
|
20145
20202
|
}
|
|
20146
20203
|
else if (igniteuiAngularCore.typeCast(XInput.$, this.inputs._inner[b]) !== null) {
|
|
20147
20204
|
if (this.inputs._inner[b].e == null) {
|
|
@@ -20211,22 +20268,22 @@
|
|
|
20211
20268
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20212
20269
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(1, 4, 4, 4, 4));
|
|
20213
20270
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20214
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20215
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20216
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20271
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20272
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20273
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20217
20274
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20218
20275
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20219
20276
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20220
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20221
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20222
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20223
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20277
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20278
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20279
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20280
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20224
20281
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20225
20282
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20226
20283
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20227
20284
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20228
20285
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20229
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20286
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20230
20287
|
return $ret;
|
|
20231
20288
|
})())));
|
|
20232
20289
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -20235,22 +20292,22 @@
|
|
|
20235
20292
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20236
20293
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(1, 4, 4, 0, 0));
|
|
20237
20294
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20238
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20239
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20240
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20295
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20296
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20297
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20241
20298
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20242
20299
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20243
20300
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20244
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20245
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20246
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20247
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20301
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20302
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20303
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20304
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20248
20305
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20249
20306
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20250
20307
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20251
20308
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20252
20309
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20253
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20310
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(20, 0, 0, 0));
|
|
20254
20311
|
return $ret;
|
|
20255
20312
|
})())));
|
|
20256
20313
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -20259,22 +20316,22 @@
|
|
|
20259
20316
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20260
20317
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 0));
|
|
20261
20318
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(0, 0));
|
|
20262
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20263
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20264
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20319
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20320
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20321
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20265
20322
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20266
20323
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20267
20324
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20268
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20269
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20270
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20271
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20325
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20326
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20327
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20328
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20272
20329
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20273
20330
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20274
20331
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20275
20332
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20276
20333
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20277
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20334
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20278
20335
|
return $ret;
|
|
20279
20336
|
})())));
|
|
20280
20337
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -20283,22 +20340,22 @@
|
|
|
20283
20340
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20284
20341
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
20285
20342
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20286
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20287
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20288
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20343
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20344
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20345
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20289
20346
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20290
20347
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20291
20348
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20292
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20293
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20294
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20295
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20349
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20350
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20351
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
20352
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155));
|
|
20296
20353
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20297
20354
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20298
20355
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20299
20356
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20300
20357
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20301
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20358
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20302
20359
|
return $ret;
|
|
20303
20360
|
})())));
|
|
20304
20361
|
return $ret;
|
|
@@ -20314,22 +20371,22 @@
|
|
|
20314
20371
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20315
20372
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
20316
20373
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20317
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20318
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20319
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20374
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20375
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20376
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20320
20377
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20321
20378
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20322
20379
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20323
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20324
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20325
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20326
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20380
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20381
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20382
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20383
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20327
20384
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20328
20385
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20329
20386
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20330
20387
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20331
20388
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20332
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20389
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20333
20390
|
return $ret;
|
|
20334
20391
|
})())));
|
|
20335
20392
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -20338,22 +20395,22 @@
|
|
|
20338
20395
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20339
20396
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(1, 4, 4, 0, 0));
|
|
20340
20397
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20341
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20342
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20343
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20398
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20399
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20400
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20344
20401
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20345
20402
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20346
20403
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20347
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20348
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20349
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20350
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20404
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20405
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20406
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20407
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20351
20408
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20352
20409
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20353
20410
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20354
20411
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20355
20412
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20356
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20413
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(20, 0, 0, 0));
|
|
20357
20414
|
return $ret;
|
|
20358
20415
|
})())));
|
|
20359
20416
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -20362,22 +20419,22 @@
|
|
|
20362
20419
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20363
20420
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 0));
|
|
20364
20421
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(0, 0));
|
|
20365
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20366
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20367
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20422
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20423
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20424
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20368
20425
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20369
20426
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20370
20427
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20371
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20372
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20373
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20374
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20428
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20429
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20430
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20431
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20375
20432
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20376
20433
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20377
20434
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20378
20435
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20379
20436
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20380
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20437
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20381
20438
|
return $ret;
|
|
20382
20439
|
})())));
|
|
20383
20440
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -20386,27 +20443,27 @@
|
|
|
20386
20443
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20387
20444
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
20388
20445
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20389
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20390
|
-
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.
|
|
20391
|
-
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.
|
|
20446
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20447
|
+
$ret.addItem("FocusBorderColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20448
|
+
$ret.addItem("FocusLabelColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20392
20449
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20393
20450
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20394
20451
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20395
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20396
|
-
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.
|
|
20397
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20398
|
-
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20452
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20453
|
+
$ret.addItem("UnderlineRippleColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20454
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20455
|
+
$ret.addItem("FocusUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
20399
20456
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20400
20457
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20401
20458
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20402
20459
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20403
20460
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20404
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20461
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20405
20462
|
return $ret;
|
|
20406
20463
|
})())));
|
|
20407
20464
|
return $ret;
|
|
20408
20465
|
})()));
|
|
20409
|
-
XInputGroup.n5 = igniteuiAngularCore.BrushUtil.
|
|
20466
|
+
XInputGroup.n5 = igniteuiAngularCore.BrushUtil.j(255, 105, 136, 255);
|
|
20410
20467
|
XInputGroup.l = new Theme(1, ((function () {
|
|
20411
20468
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
20412
20469
|
return $ret;
|
|
@@ -20418,22 +20475,22 @@
|
|
|
20418
20475
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20419
20476
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
20420
20477
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 8, 0, 8, 0));
|
|
20421
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20478
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(25, 0, 0, 0));
|
|
20422
20479
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20423
20480
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20424
20481
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20425
20482
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20426
20483
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20427
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20484
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(25, 0, 0, 0));
|
|
20428
20485
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20429
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20486
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0));
|
|
20430
20487
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20431
20488
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20432
20489
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20433
20490
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20434
20491
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20435
20492
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20436
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20493
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20437
20494
|
return $ret;
|
|
20438
20495
|
})())));
|
|
20439
20496
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -20442,22 +20499,22 @@
|
|
|
20442
20499
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20443
20500
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(1, 4, 4, 0, 0));
|
|
20444
20501
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20445
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20502
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20446
20503
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20447
20504
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20448
20505
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20449
20506
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20450
20507
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20451
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20508
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20452
20509
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20453
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20510
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20454
20511
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20455
20512
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20456
20513
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20457
20514
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20458
20515
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20459
20516
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20460
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20517
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(25, 0, 0, 0));
|
|
20461
20518
|
return $ret;
|
|
20462
20519
|
})())));
|
|
20463
20520
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -20466,22 +20523,22 @@
|
|
|
20466
20523
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20467
20524
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 0));
|
|
20468
20525
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(0, 0));
|
|
20469
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20526
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20470
20527
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20471
20528
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20472
20529
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20473
20530
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20474
20531
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20475
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20532
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20476
20533
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20477
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20534
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20478
20535
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20479
20536
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20480
20537
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20481
20538
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20482
20539
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20483
20540
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20484
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20541
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20485
20542
|
return $ret;
|
|
20486
20543
|
})())));
|
|
20487
20544
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -20490,22 +20547,22 @@
|
|
|
20490
20547
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20491
20548
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
20492
20549
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20493
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20550
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20494
20551
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20495
20552
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20496
20553
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20497
20554
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20498
20555
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20499
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20556
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20500
20557
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20501
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20558
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(255, 186, 191, 199));
|
|
20502
20559
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20503
20560
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20504
20561
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20505
20562
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20506
20563
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20507
20564
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20508
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20565
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20509
20566
|
return $ret;
|
|
20510
20567
|
})())));
|
|
20511
20568
|
return $ret;
|
|
@@ -20521,22 +20578,22 @@
|
|
|
20521
20578
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20522
20579
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
20523
20580
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 8, 0, 8, 0));
|
|
20524
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20581
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20525
20582
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20526
20583
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20527
20584
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20528
20585
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20529
20586
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20530
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20587
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20531
20588
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20532
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20589
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20533
20590
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20534
20591
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20535
20592
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20536
20593
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20537
20594
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20538
20595
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20539
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20596
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20540
20597
|
return $ret;
|
|
20541
20598
|
})())));
|
|
20542
20599
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -20545,22 +20602,22 @@
|
|
|
20545
20602
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20546
20603
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(1, 4, 4, 0, 0));
|
|
20547
20604
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20548
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20605
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20549
20606
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20550
20607
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20551
20608
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20552
20609
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20553
20610
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20554
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20611
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20555
20612
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20556
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20613
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20557
20614
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20558
20615
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20559
20616
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20560
20617
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20561
20618
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20562
20619
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20563
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20620
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(128, 55, 63, 86));
|
|
20564
20621
|
return $ret;
|
|
20565
20622
|
})())));
|
|
20566
20623
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -20569,22 +20626,22 @@
|
|
|
20569
20626
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(0));
|
|
20570
20627
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 0));
|
|
20571
20628
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(0, 0));
|
|
20572
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20629
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20573
20630
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20574
20631
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20575
20632
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20576
20633
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20577
20634
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20578
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20635
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20579
20636
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20580
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20637
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20581
20638
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20582
20639
|
$ret.addItem("UnderlineOpacity", 1);
|
|
20583
20640
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
20584
20641
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
20585
20642
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
20586
20643
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20587
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20644
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20588
20645
|
return $ret;
|
|
20589
20646
|
})())));
|
|
20590
20647
|
$ret.addItem(igniteuiAngularCore.enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -20593,22 +20650,22 @@
|
|
|
20593
20650
|
$ret.addItem("FocusBorderWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20594
20651
|
$ret.addItem("CornerRadius", new igniteuiAngularCore.CornerRadius(0, 4));
|
|
20595
20652
|
$ret.addItem("ContentPadding", new igniteuiAngularCore.Thickness(1, 16, 0, 16, 0));
|
|
20596
|
-
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.
|
|
20653
|
+
$ret.addItem("BorderColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20597
20654
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
20598
20655
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
20599
20656
|
$ret.addItem("UnderlineWidth", igniteuiAngularCore.DeviceUtils.g(1));
|
|
20600
20657
|
$ret.addItem("UnderlineRippleWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20601
20658
|
$ret.addItem("HoverUnderlineWidth", igniteuiAngularCore.DeviceUtils.g(2));
|
|
20602
|
-
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20659
|
+
$ret.addItem("UnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20603
20660
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
20604
|
-
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.
|
|
20661
|
+
$ret.addItem("HoverUnderlineColor", igniteuiAngularCore.BrushUtil.j(51, 255, 255, 255));
|
|
20605
20662
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
20606
20663
|
$ret.addItem("UnderlineOpacity", 0);
|
|
20607
20664
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
20608
20665
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
20609
20666
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
20610
20667
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
20611
|
-
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
20668
|
+
$ret.addItem("BackgroundColor", igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
20612
20669
|
return $ret;
|
|
20613
20670
|
})())));
|
|
20614
20671
|
return $ret;
|
|
@@ -20651,41 +20708,42 @@
|
|
|
20651
20708
|
var _this = _super.call(this) || this;
|
|
20652
20709
|
_this.n = 0;
|
|
20653
20710
|
_this._view = null;
|
|
20711
|
+
_this.ak = false;
|
|
20654
20712
|
_this.aa = null;
|
|
20655
20713
|
_this.z = null;
|
|
20656
20714
|
_this.ab = false;
|
|
20657
20715
|
_this.r = 0;
|
|
20658
20716
|
_this.q = 1;
|
|
20659
|
-
_this.
|
|
20660
|
-
_this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
20717
|
+
_this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
20661
20718
|
_this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
20662
20719
|
_this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
20720
|
+
_this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
20663
20721
|
_this.u = null;
|
|
20664
|
-
_this.
|
|
20665
|
-
_this.cv = XLabel.c7;
|
|
20722
|
+
_this.cz = XLabel.df;
|
|
20666
20723
|
_this.cw = XLabel.c8;
|
|
20724
|
+
_this.cx = XLabel.c9;
|
|
20667
20725
|
_this.k = 0;
|
|
20668
20726
|
_this.ag = false;
|
|
20669
20727
|
_this.ae = false;
|
|
20670
20728
|
_this.v = null;
|
|
20671
|
-
_this.
|
|
20672
|
-
_this.
|
|
20673
|
-
_this.az = "inline-block";
|
|
20729
|
+
_this.cy = null;
|
|
20730
|
+
_this.a4 = "ig-label-" + XLabel.av++;
|
|
20674
20731
|
_this.a0 = "inline-block";
|
|
20675
|
-
_this.a1 =
|
|
20676
|
-
_this.
|
|
20732
|
+
_this.a1 = "inline-block";
|
|
20733
|
+
_this.a2 = null;
|
|
20677
20734
|
_this.ax = "center";
|
|
20678
|
-
_this.
|
|
20735
|
+
_this.ay = "center";
|
|
20736
|
+
_this.at = 0;
|
|
20679
20737
|
_this.ac = false;
|
|
20680
|
-
_this.
|
|
20681
|
-
_this.
|
|
20682
|
-
_this.
|
|
20738
|
+
_this.a3 = null;
|
|
20739
|
+
_this.az = null;
|
|
20740
|
+
_this.a5 = null;
|
|
20683
20741
|
_this.af = false;
|
|
20684
20742
|
_this.aj = false;
|
|
20685
20743
|
_this.ad = false;
|
|
20686
20744
|
_this.ai = false;
|
|
20687
20745
|
_this.ah = false;
|
|
20688
|
-
_this.
|
|
20746
|
+
_this.ar = false;
|
|
20689
20747
|
var a = new LabelView();
|
|
20690
20748
|
a.c = _this;
|
|
20691
20749
|
_this.view = a;
|
|
@@ -20729,7 +20787,7 @@
|
|
|
20729
20787
|
enumerable: false,
|
|
20730
20788
|
configurable: true
|
|
20731
20789
|
});
|
|
20732
|
-
XLabel.prototype.
|
|
20790
|
+
XLabel.prototype.cb = function () {
|
|
20733
20791
|
var _this = this;
|
|
20734
20792
|
this.view.v();
|
|
20735
20793
|
var a = false;
|
|
@@ -20768,40 +20826,40 @@
|
|
|
20768
20826
|
$ret.m = 0.75;
|
|
20769
20827
|
return $ret;
|
|
20770
20828
|
})()));
|
|
20771
|
-
this.aa = igniteuiAngularCore.KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new igniteuiAngularCore.AnimationKeyFrameProperty(14, b), new igniteuiAngularCore.AnimationKeyFrameProperty(2, igniteuiAngularCore.BrushUtil.
|
|
20829
|
+
this.aa = igniteuiAngularCore.KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new igniteuiAngularCore.AnimationKeyFrameProperty(14, b), new igniteuiAngularCore.AnimationKeyFrameProperty(2, igniteuiAngularCore.BrushUtil.j(0, 255, 255, 255))).m(new igniteuiAngularCore.AnimationKeyFrameProperty(14, d), new igniteuiAngularCore.AnimationKeyFrameProperty(2, igniteuiAngularCore.BrushUtil.j(this.l == 2 ? 255 : 0, 255, 255, 255))));
|
|
20772
20830
|
}
|
|
20773
20831
|
if (this.z == null) {
|
|
20774
|
-
this.z = igniteuiAngularCore.KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new igniteuiAngularCore.AnimationKeyFrameProperty(7, this.
|
|
20832
|
+
this.z = igniteuiAngularCore.KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new igniteuiAngularCore.AnimationKeyFrameProperty(7, this.c3)).m(new igniteuiAngularCore.AnimationKeyFrameProperty(7, this.c0)));
|
|
20775
20833
|
}
|
|
20776
20834
|
};
|
|
20777
|
-
XLabel.prototype.
|
|
20835
|
+
XLabel.prototype.cm = function (a, b) {
|
|
20778
20836
|
var _this = this;
|
|
20779
20837
|
if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
|
|
20780
20838
|
a.reverse();
|
|
20781
|
-
if (this.
|
|
20839
|
+
if (this.ar) {
|
|
20782
20840
|
a.finish();
|
|
20783
|
-
this.
|
|
20841
|
+
this.cc(a);
|
|
20784
20842
|
return;
|
|
20785
20843
|
}
|
|
20786
|
-
a.finished.f(function (c) { return _this.
|
|
20844
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
20787
20845
|
}
|
|
20788
20846
|
else {
|
|
20789
20847
|
a.play();
|
|
20790
|
-
if (this.
|
|
20848
|
+
if (this.ar) {
|
|
20791
20849
|
a.finish();
|
|
20792
|
-
this.
|
|
20850
|
+
this.cc(a);
|
|
20793
20851
|
return;
|
|
20794
20852
|
}
|
|
20795
|
-
a.finished.f(function (c) { return _this.
|
|
20853
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
20796
20854
|
}
|
|
20797
20855
|
};
|
|
20798
|
-
XLabel.prototype.
|
|
20856
|
+
XLabel.prototype.cc = function (a) {
|
|
20799
20857
|
a.commitStyles();
|
|
20800
20858
|
if (a == this.aa && this.ai) {
|
|
20801
20859
|
this.aa = null;
|
|
20802
20860
|
if (this.ab) {
|
|
20803
20861
|
this.ab = false;
|
|
20804
|
-
this.
|
|
20862
|
+
this.cg();
|
|
20805
20863
|
}
|
|
20806
20864
|
}
|
|
20807
20865
|
if (a == this.z && this.ah) {
|
|
@@ -20812,15 +20870,15 @@
|
|
|
20812
20870
|
_super.prototype.h.call(this, a, b, c);
|
|
20813
20871
|
switch (a) {
|
|
20814
20872
|
case "BaseTheme":
|
|
20815
|
-
this.
|
|
20816
|
-
this.
|
|
20873
|
+
this.cp(this.p);
|
|
20874
|
+
this.cr();
|
|
20817
20875
|
break;
|
|
20818
20876
|
case "TextColor":
|
|
20819
20877
|
case "HoverTextColor":
|
|
20820
20878
|
case "TextStyle":
|
|
20821
20879
|
case "HighlightTextColor":
|
|
20822
20880
|
case "HoverHighlightTextColor":
|
|
20823
|
-
this.
|
|
20881
|
+
this.cr();
|
|
20824
20882
|
break;
|
|
20825
20883
|
case "ActualTextColor":
|
|
20826
20884
|
case "ActualHoverTextColor":
|
|
@@ -20843,7 +20901,7 @@
|
|
|
20843
20901
|
this.ah = true;
|
|
20844
20902
|
}
|
|
20845
20903
|
}
|
|
20846
|
-
this.
|
|
20904
|
+
this.cq();
|
|
20847
20905
|
break;
|
|
20848
20906
|
case "Text":
|
|
20849
20907
|
this.view.ai();
|
|
@@ -20859,10 +20917,10 @@
|
|
|
20859
20917
|
this.view.aj();
|
|
20860
20918
|
break;
|
|
20861
20919
|
case "IsHighlighted":
|
|
20862
|
-
this.
|
|
20920
|
+
this.cf();
|
|
20863
20921
|
break;
|
|
20864
20922
|
case "IsShifted":
|
|
20865
|
-
this.
|
|
20923
|
+
this.cg();
|
|
20866
20924
|
break;
|
|
20867
20925
|
case "ShiftType":
|
|
20868
20926
|
if (this.aa != null) {
|
|
@@ -20873,7 +20931,7 @@
|
|
|
20873
20931
|
this.ai = true;
|
|
20874
20932
|
}
|
|
20875
20933
|
}
|
|
20876
|
-
this.
|
|
20934
|
+
this.cj();
|
|
20877
20935
|
break;
|
|
20878
20936
|
case "Display":
|
|
20879
20937
|
this.view.ab();
|
|
@@ -20892,38 +20950,44 @@
|
|
|
20892
20950
|
break;
|
|
20893
20951
|
}
|
|
20894
20952
|
};
|
|
20895
|
-
XLabel.prototype.
|
|
20953
|
+
XLabel.prototype.cj = function () {
|
|
20896
20954
|
this.view.aj();
|
|
20897
20955
|
};
|
|
20898
|
-
XLabel.prototype.
|
|
20956
|
+
XLabel.prototype.cg = function () {
|
|
20899
20957
|
this.view.af();
|
|
20900
|
-
this.
|
|
20958
|
+
if (this.ak) {
|
|
20959
|
+
return;
|
|
20960
|
+
}
|
|
20961
|
+
this.cb();
|
|
20901
20962
|
var a = 1;
|
|
20902
|
-
var b = this.
|
|
20963
|
+
var b = this.ap;
|
|
20903
20964
|
if (!b) {
|
|
20904
20965
|
a = -1;
|
|
20905
20966
|
}
|
|
20906
|
-
this.
|
|
20967
|
+
this.cm(this.aa, a);
|
|
20907
20968
|
};
|
|
20908
|
-
XLabel.prototype.
|
|
20909
|
-
this.
|
|
20969
|
+
XLabel.prototype.cf = function () {
|
|
20970
|
+
if (this.ak) {
|
|
20971
|
+
return;
|
|
20972
|
+
}
|
|
20973
|
+
this.cb();
|
|
20910
20974
|
var a = 1;
|
|
20911
|
-
var b = this.
|
|
20975
|
+
var b = this.an;
|
|
20912
20976
|
if (!b) {
|
|
20913
20977
|
a = -1;
|
|
20914
20978
|
}
|
|
20915
|
-
this.
|
|
20979
|
+
this.cm(this.z, a);
|
|
20916
20980
|
};
|
|
20917
20981
|
XLabel.prototype.onSizeReady = function () {
|
|
20918
20982
|
if (this.aa != null) {
|
|
20919
|
-
this.
|
|
20920
|
-
if (this.
|
|
20983
|
+
this.ca();
|
|
20984
|
+
if (this.ap) {
|
|
20921
20985
|
this.view.aj();
|
|
20922
|
-
this.
|
|
20986
|
+
this.cg();
|
|
20923
20987
|
}
|
|
20924
20988
|
}
|
|
20925
20989
|
};
|
|
20926
|
-
XLabel.prototype.
|
|
20990
|
+
XLabel.prototype.ca = function () {
|
|
20927
20991
|
if (this.aa != null && this.aa.playState == 3) {
|
|
20928
20992
|
this.aa = null;
|
|
20929
20993
|
}
|
|
@@ -20932,26 +20996,26 @@
|
|
|
20932
20996
|
this.ai = true;
|
|
20933
20997
|
}
|
|
20934
20998
|
};
|
|
20935
|
-
XLabel.prototype.
|
|
20936
|
-
this.
|
|
20937
|
-
this.
|
|
20938
|
-
this.
|
|
20999
|
+
XLabel.prototype.cr = function () {
|
|
21000
|
+
this.c3 = this.dj != null ? this.dj : XLabel.df;
|
|
21001
|
+
this.c2 = this.di != null ? this.di : XLabel.df;
|
|
21002
|
+
this.c0 = this.dg != null ? this.dg : XLabel.c8;
|
|
20939
21003
|
this.w = this.y != null ? this.y : XLabel.x;
|
|
20940
21004
|
};
|
|
20941
|
-
XLabel.prototype.
|
|
21005
|
+
XLabel.prototype.cq = function () {
|
|
20942
21006
|
if (this.w != null) {
|
|
20943
21007
|
this.view.am(this.w);
|
|
20944
21008
|
}
|
|
20945
21009
|
else {
|
|
20946
21010
|
this.view.am(this.view.e());
|
|
20947
21011
|
}
|
|
20948
|
-
this.view.ah(this.
|
|
21012
|
+
this.view.ah(this.c3);
|
|
20949
21013
|
};
|
|
20950
|
-
XLabel.prototype.
|
|
20951
|
-
XLabel.
|
|
20952
|
-
XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
|
|
20953
|
-
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
21014
|
+
XLabel.prototype.cp = function (a) {
|
|
21015
|
+
XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
|
|
20954
21016
|
XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
|
|
21017
|
+
XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
|
|
21018
|
+
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
20955
21019
|
};
|
|
20956
21020
|
Object.defineProperty(XLabel.prototype, "t", {
|
|
20957
21021
|
get: function () {
|
|
@@ -20981,34 +21045,20 @@
|
|
|
20981
21045
|
enumerable: false,
|
|
20982
21046
|
configurable: true
|
|
20983
21047
|
});
|
|
20984
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21048
|
+
Object.defineProperty(XLabel.prototype, "c3", {
|
|
20985
21049
|
get: function () {
|
|
20986
|
-
return this.
|
|
21050
|
+
return this.cv;
|
|
20987
21051
|
},
|
|
20988
21052
|
set: function (a) {
|
|
20989
|
-
var b = this.
|
|
20990
|
-
this.
|
|
20991
|
-
if (b != this.
|
|
21053
|
+
var b = this.cv;
|
|
21054
|
+
this.cv = a;
|
|
21055
|
+
if (b != this.cv) {
|
|
20992
21056
|
this.g("ActualTextColor", b, a);
|
|
20993
21057
|
}
|
|
20994
21058
|
},
|
|
20995
21059
|
enumerable: false,
|
|
20996
21060
|
configurable: true
|
|
20997
21061
|
});
|
|
20998
|
-
Object.defineProperty(XLabel.prototype, "cz", {
|
|
20999
|
-
get: function () {
|
|
21000
|
-
return this.cr;
|
|
21001
|
-
},
|
|
21002
|
-
set: function (a) {
|
|
21003
|
-
var b = this.cr;
|
|
21004
|
-
this.cr = a;
|
|
21005
|
-
if (b != this.cr) {
|
|
21006
|
-
this.g("ActualHighlightTextColor", b, a);
|
|
21007
|
-
}
|
|
21008
|
-
},
|
|
21009
|
-
enumerable: false,
|
|
21010
|
-
configurable: true
|
|
21011
|
-
});
|
|
21012
21062
|
Object.defineProperty(XLabel.prototype, "c0", {
|
|
21013
21063
|
get: function () {
|
|
21014
21064
|
return this.cs;
|
|
@@ -21017,7 +21067,7 @@
|
|
|
21017
21067
|
var b = this.cs;
|
|
21018
21068
|
this.cs = a;
|
|
21019
21069
|
if (b != this.cs) {
|
|
21020
|
-
this.g("
|
|
21070
|
+
this.g("ActualHighlightTextColor", b, a);
|
|
21021
21071
|
}
|
|
21022
21072
|
},
|
|
21023
21073
|
enumerable: false,
|
|
@@ -21031,6 +21081,20 @@
|
|
|
21031
21081
|
var b = this.ct;
|
|
21032
21082
|
this.ct = a;
|
|
21033
21083
|
if (b != this.ct) {
|
|
21084
|
+
this.g("ActualHoverHighlightTextColor", b, a);
|
|
21085
|
+
}
|
|
21086
|
+
},
|
|
21087
|
+
enumerable: false,
|
|
21088
|
+
configurable: true
|
|
21089
|
+
});
|
|
21090
|
+
Object.defineProperty(XLabel.prototype, "c2", {
|
|
21091
|
+
get: function () {
|
|
21092
|
+
return this.cu;
|
|
21093
|
+
},
|
|
21094
|
+
set: function (a) {
|
|
21095
|
+
var b = this.cu;
|
|
21096
|
+
this.cu = a;
|
|
21097
|
+
if (b != this.cu) {
|
|
21034
21098
|
this.g("ActualHoverTextColor", b, a);
|
|
21035
21099
|
}
|
|
21036
21100
|
},
|
|
@@ -21051,42 +21115,42 @@
|
|
|
21051
21115
|
enumerable: false,
|
|
21052
21116
|
configurable: true
|
|
21053
21117
|
});
|
|
21054
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21118
|
+
Object.defineProperty(XLabel.prototype, "dj", {
|
|
21055
21119
|
get: function () {
|
|
21056
|
-
return this.
|
|
21120
|
+
return this.cz;
|
|
21057
21121
|
},
|
|
21058
21122
|
set: function (a) {
|
|
21059
|
-
var b = this.
|
|
21060
|
-
this.
|
|
21061
|
-
if (b != this.
|
|
21123
|
+
var b = this.cz;
|
|
21124
|
+
this.cz = a;
|
|
21125
|
+
if (b != this.cz) {
|
|
21062
21126
|
this.g("TextColor", b, a);
|
|
21063
21127
|
}
|
|
21064
21128
|
},
|
|
21065
21129
|
enumerable: false,
|
|
21066
21130
|
configurable: true
|
|
21067
21131
|
});
|
|
21068
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21132
|
+
Object.defineProperty(XLabel.prototype, "dg", {
|
|
21069
21133
|
get: function () {
|
|
21070
|
-
return this.
|
|
21134
|
+
return this.cw;
|
|
21071
21135
|
},
|
|
21072
21136
|
set: function (a) {
|
|
21073
|
-
var b = this.
|
|
21074
|
-
this.
|
|
21075
|
-
if (b != this.
|
|
21137
|
+
var b = this.cw;
|
|
21138
|
+
this.cw = a;
|
|
21139
|
+
if (b != this.cw) {
|
|
21076
21140
|
this.g("HighlightTextColor", b, a);
|
|
21077
21141
|
}
|
|
21078
21142
|
},
|
|
21079
21143
|
enumerable: false,
|
|
21080
21144
|
configurable: true
|
|
21081
21145
|
});
|
|
21082
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21146
|
+
Object.defineProperty(XLabel.prototype, "dh", {
|
|
21083
21147
|
get: function () {
|
|
21084
|
-
return this.
|
|
21148
|
+
return this.cx;
|
|
21085
21149
|
},
|
|
21086
21150
|
set: function (a) {
|
|
21087
|
-
var b = this.
|
|
21088
|
-
this.
|
|
21089
|
-
if (b != this.
|
|
21151
|
+
var b = this.cx;
|
|
21152
|
+
this.cx = a;
|
|
21153
|
+
if (b != this.cx) {
|
|
21090
21154
|
this.g("HoverHighlightTextColor", b, a);
|
|
21091
21155
|
}
|
|
21092
21156
|
},
|
|
@@ -21107,7 +21171,7 @@
|
|
|
21107
21171
|
enumerable: false,
|
|
21108
21172
|
configurable: true
|
|
21109
21173
|
});
|
|
21110
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21174
|
+
Object.defineProperty(XLabel.prototype, "ap", {
|
|
21111
21175
|
get: function () {
|
|
21112
21176
|
return this.ag;
|
|
21113
21177
|
},
|
|
@@ -21121,24 +21185,24 @@
|
|
|
21121
21185
|
enumerable: false,
|
|
21122
21186
|
configurable: true
|
|
21123
21187
|
});
|
|
21124
|
-
XLabel.prototype.
|
|
21188
|
+
XLabel.prototype.co = function (a, b) {
|
|
21125
21189
|
if (b === void 0) {
|
|
21126
21190
|
b = true;
|
|
21127
21191
|
}
|
|
21128
|
-
var c = this.
|
|
21192
|
+
var c = this.ar;
|
|
21129
21193
|
if (!b) {
|
|
21130
|
-
this.
|
|
21194
|
+
this.ar = true;
|
|
21131
21195
|
}
|
|
21132
21196
|
try {
|
|
21133
|
-
this.
|
|
21197
|
+
this.ap = a;
|
|
21134
21198
|
}
|
|
21135
21199
|
finally {
|
|
21136
21200
|
if (!b) {
|
|
21137
|
-
this.
|
|
21201
|
+
this.ar = c;
|
|
21138
21202
|
}
|
|
21139
21203
|
}
|
|
21140
21204
|
};
|
|
21141
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21205
|
+
Object.defineProperty(XLabel.prototype, "an", {
|
|
21142
21206
|
get: function () {
|
|
21143
21207
|
return this.ae;
|
|
21144
21208
|
},
|
|
@@ -21152,11 +21216,11 @@
|
|
|
21152
21216
|
enumerable: false,
|
|
21153
21217
|
configurable: true
|
|
21154
21218
|
});
|
|
21155
|
-
XLabel.prototype.cg = function () {
|
|
21156
|
-
this.an = true;
|
|
21157
|
-
};
|
|
21158
21219
|
XLabel.prototype.ch = function () {
|
|
21159
|
-
this.
|
|
21220
|
+
this.ao = true;
|
|
21221
|
+
};
|
|
21222
|
+
XLabel.prototype.ci = function () {
|
|
21223
|
+
this.ao = false;
|
|
21160
21224
|
};
|
|
21161
21225
|
Object.defineProperty(XLabel.prototype, "y", {
|
|
21162
21226
|
get: function () {
|
|
@@ -21172,49 +21236,35 @@
|
|
|
21172
21236
|
enumerable: false,
|
|
21173
21237
|
configurable: true
|
|
21174
21238
|
});
|
|
21175
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21239
|
+
Object.defineProperty(XLabel.prototype, "di", {
|
|
21176
21240
|
get: function () {
|
|
21177
|
-
return this.
|
|
21241
|
+
return this.cy;
|
|
21178
21242
|
},
|
|
21179
21243
|
set: function (a) {
|
|
21180
|
-
var b = this.
|
|
21181
|
-
this.
|
|
21182
|
-
if (b != this.
|
|
21244
|
+
var b = this.cy;
|
|
21245
|
+
this.cy = a;
|
|
21246
|
+
if (b != this.cy) {
|
|
21183
21247
|
this.g("HoverTextColor", b, a);
|
|
21184
21248
|
}
|
|
21185
21249
|
},
|
|
21186
21250
|
enumerable: false,
|
|
21187
21251
|
configurable: true
|
|
21188
21252
|
});
|
|
21189
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21253
|
+
Object.defineProperty(XLabel.prototype, "bw", {
|
|
21190
21254
|
get: function () {
|
|
21191
|
-
return this.
|
|
21255
|
+
return this.a4;
|
|
21192
21256
|
},
|
|
21193
21257
|
set: function (a) {
|
|
21194
|
-
var b = this.
|
|
21195
|
-
this.
|
|
21196
|
-
if (b != this.
|
|
21258
|
+
var b = this.a4;
|
|
21259
|
+
this.a4 = a;
|
|
21260
|
+
if (b != this.a4) {
|
|
21197
21261
|
this.g("Id", b, a);
|
|
21198
21262
|
}
|
|
21199
21263
|
},
|
|
21200
21264
|
enumerable: false,
|
|
21201
21265
|
configurable: true
|
|
21202
21266
|
});
|
|
21203
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21204
|
-
get: function () {
|
|
21205
|
-
return this.az;
|
|
21206
|
-
},
|
|
21207
|
-
set: function (a) {
|
|
21208
|
-
var b = this.az;
|
|
21209
|
-
this.az = a;
|
|
21210
|
-
if (b != this.az) {
|
|
21211
|
-
this.g("Display", b, a);
|
|
21212
|
-
}
|
|
21213
|
-
},
|
|
21214
|
-
enumerable: false,
|
|
21215
|
-
configurable: true
|
|
21216
|
-
});
|
|
21217
|
-
Object.defineProperty(XLabel.prototype, "bm", {
|
|
21267
|
+
Object.defineProperty(XLabel.prototype, "bk", {
|
|
21218
21268
|
get: function () {
|
|
21219
21269
|
return this.a0;
|
|
21220
21270
|
},
|
|
@@ -21222,13 +21272,13 @@
|
|
|
21222
21272
|
var b = this.a0;
|
|
21223
21273
|
this.a0 = a;
|
|
21224
21274
|
if (b != this.a0) {
|
|
21225
|
-
this.g("
|
|
21275
|
+
this.g("Display", b, a);
|
|
21226
21276
|
}
|
|
21227
21277
|
},
|
|
21228
21278
|
enumerable: false,
|
|
21229
21279
|
configurable: true
|
|
21230
21280
|
});
|
|
21231
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21281
|
+
Object.defineProperty(XLabel.prototype, "bn", {
|
|
21232
21282
|
get: function () {
|
|
21233
21283
|
return this.a1;
|
|
21234
21284
|
},
|
|
@@ -21236,27 +21286,27 @@
|
|
|
21236
21286
|
var b = this.a1;
|
|
21237
21287
|
this.a1 = a;
|
|
21238
21288
|
if (b != this.a1) {
|
|
21239
|
-
this.g("
|
|
21289
|
+
this.g("FlexDirection", b, a);
|
|
21240
21290
|
}
|
|
21241
21291
|
},
|
|
21242
21292
|
enumerable: false,
|
|
21243
21293
|
configurable: true
|
|
21244
21294
|
});
|
|
21245
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21295
|
+
Object.defineProperty(XLabel.prototype, "bp", {
|
|
21246
21296
|
get: function () {
|
|
21247
|
-
return this.
|
|
21297
|
+
return this.a2;
|
|
21248
21298
|
},
|
|
21249
21299
|
set: function (a) {
|
|
21250
|
-
var b = this.
|
|
21251
|
-
this.
|
|
21252
|
-
if (b != this.
|
|
21253
|
-
this.g("
|
|
21300
|
+
var b = this.a2;
|
|
21301
|
+
this.a2 = a;
|
|
21302
|
+
if (b != this.a2) {
|
|
21303
|
+
this.g("FlexGrow", b, a);
|
|
21254
21304
|
}
|
|
21255
21305
|
},
|
|
21256
21306
|
enumerable: false,
|
|
21257
21307
|
configurable: true
|
|
21258
21308
|
});
|
|
21259
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21309
|
+
Object.defineProperty(XLabel.prototype, "bc", {
|
|
21260
21310
|
get: function () {
|
|
21261
21311
|
return this.ax;
|
|
21262
21312
|
},
|
|
@@ -21264,56 +21314,70 @@
|
|
|
21264
21314
|
var b = this.ax;
|
|
21265
21315
|
this.ax = a;
|
|
21266
21316
|
if (b != this.ax) {
|
|
21317
|
+
this.g("AlignItems", b, a);
|
|
21318
|
+
}
|
|
21319
|
+
},
|
|
21320
|
+
enumerable: false,
|
|
21321
|
+
configurable: true
|
|
21322
|
+
});
|
|
21323
|
+
Object.defineProperty(XLabel.prototype, "be", {
|
|
21324
|
+
get: function () {
|
|
21325
|
+
return this.ay;
|
|
21326
|
+
},
|
|
21327
|
+
set: function (a) {
|
|
21328
|
+
var b = this.ay;
|
|
21329
|
+
this.ay = a;
|
|
21330
|
+
if (b != this.ay) {
|
|
21267
21331
|
this.g("AlignSelf", b, a);
|
|
21268
21332
|
}
|
|
21269
21333
|
},
|
|
21270
21334
|
enumerable: false,
|
|
21271
21335
|
configurable: true
|
|
21272
21336
|
});
|
|
21273
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21337
|
+
Object.defineProperty(XLabel.prototype, "al", {
|
|
21274
21338
|
get: function () {
|
|
21275
21339
|
return this.ac;
|
|
21276
21340
|
},
|
|
21277
21341
|
enumerable: false,
|
|
21278
21342
|
configurable: true
|
|
21279
21343
|
});
|
|
21280
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21344
|
+
Object.defineProperty(XLabel.prototype, "au", {
|
|
21281
21345
|
get: function () {
|
|
21282
|
-
return this.
|
|
21346
|
+
return this.at;
|
|
21283
21347
|
},
|
|
21284
21348
|
set: function (a) {
|
|
21285
|
-
var b = this.
|
|
21286
|
-
this.
|
|
21349
|
+
var b = this.at;
|
|
21350
|
+
this.at = a;
|
|
21287
21351
|
this.ac = true;
|
|
21288
|
-
if (b != this.
|
|
21352
|
+
if (b != this.at) {
|
|
21289
21353
|
this.g("TabIndex", b, a);
|
|
21290
21354
|
}
|
|
21291
21355
|
},
|
|
21292
21356
|
enumerable: false,
|
|
21293
21357
|
configurable: true
|
|
21294
21358
|
});
|
|
21295
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21359
|
+
Object.defineProperty(XLabel.prototype, "br", {
|
|
21296
21360
|
get: function () {
|
|
21297
|
-
return this.
|
|
21361
|
+
return this.a3;
|
|
21298
21362
|
},
|
|
21299
21363
|
set: function (a) {
|
|
21300
|
-
var b = this.
|
|
21301
|
-
this.
|
|
21302
|
-
if (b != this.
|
|
21364
|
+
var b = this.a3;
|
|
21365
|
+
this.a3 = a;
|
|
21366
|
+
if (b != this.a3) {
|
|
21303
21367
|
this.g("TabIndex", b, a);
|
|
21304
21368
|
}
|
|
21305
21369
|
},
|
|
21306
21370
|
enumerable: false,
|
|
21307
21371
|
configurable: true
|
|
21308
21372
|
});
|
|
21309
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21373
|
+
Object.defineProperty(XLabel.prototype, "bg", {
|
|
21310
21374
|
get: function () {
|
|
21311
|
-
return this.
|
|
21375
|
+
return this.az;
|
|
21312
21376
|
},
|
|
21313
21377
|
set: function (a) {
|
|
21314
|
-
var b = this.
|
|
21315
|
-
this.
|
|
21316
|
-
if (b != this.
|
|
21378
|
+
var b = this.az;
|
|
21379
|
+
this.az = a;
|
|
21380
|
+
if (b != this.az) {
|
|
21317
21381
|
this.g("AriaLabel", b, a);
|
|
21318
21382
|
}
|
|
21319
21383
|
},
|
|
@@ -21322,19 +21386,19 @@
|
|
|
21322
21386
|
});
|
|
21323
21387
|
Object.defineProperty(XLabel.prototype, "text", {
|
|
21324
21388
|
get: function () {
|
|
21325
|
-
return this.
|
|
21389
|
+
return this.a5;
|
|
21326
21390
|
},
|
|
21327
21391
|
set: function (a) {
|
|
21328
|
-
var b = this.
|
|
21329
|
-
this.
|
|
21330
|
-
if (b != this.
|
|
21392
|
+
var b = this.a5;
|
|
21393
|
+
this.a5 = a;
|
|
21394
|
+
if (b != this.a5) {
|
|
21331
21395
|
this.g("Text", b, a);
|
|
21332
21396
|
}
|
|
21333
21397
|
},
|
|
21334
21398
|
enumerable: false,
|
|
21335
21399
|
configurable: true
|
|
21336
21400
|
});
|
|
21337
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21401
|
+
Object.defineProperty(XLabel.prototype, "ao", {
|
|
21338
21402
|
get: function () {
|
|
21339
21403
|
return this.af;
|
|
21340
21404
|
},
|
|
@@ -21348,7 +21412,7 @@
|
|
|
21348
21412
|
enumerable: false,
|
|
21349
21413
|
configurable: true
|
|
21350
21414
|
});
|
|
21351
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21415
|
+
Object.defineProperty(XLabel.prototype, "as", {
|
|
21352
21416
|
get: function () {
|
|
21353
21417
|
return this.aj;
|
|
21354
21418
|
},
|
|
@@ -21376,7 +21440,7 @@
|
|
|
21376
21440
|
enumerable: false,
|
|
21377
21441
|
configurable: true
|
|
21378
21442
|
});
|
|
21379
|
-
XLabel.prototype.
|
|
21443
|
+
XLabel.prototype.cl = function () {
|
|
21380
21444
|
this.view.ai();
|
|
21381
21445
|
};
|
|
21382
21446
|
XLabel.prototype.onDetachedFromUI = function () {
|
|
@@ -21385,13 +21449,13 @@
|
|
|
21385
21449
|
XLabel.prototype.onAttachedToUI = function () {
|
|
21386
21450
|
this.view.y();
|
|
21387
21451
|
};
|
|
21388
|
-
XLabel.prototype.
|
|
21452
|
+
XLabel.prototype.aq = function () {
|
|
21389
21453
|
return this.view.g();
|
|
21390
21454
|
};
|
|
21391
|
-
XLabel.prototype.
|
|
21455
|
+
XLabel.prototype.aw = function () {
|
|
21392
21456
|
return this.j();
|
|
21393
21457
|
};
|
|
21394
|
-
XLabel.prototype.
|
|
21458
|
+
XLabel.prototype.bm = function () {
|
|
21395
21459
|
var a = this.j();
|
|
21396
21460
|
return a.q();
|
|
21397
21461
|
};
|
|
@@ -21403,15 +21467,15 @@
|
|
|
21403
21467
|
a.d = this.s;
|
|
21404
21468
|
a.a = igniteuiAngularCore.AppearanceHelper.a(igniteuiAngularCore.NativeUI.al(b));
|
|
21405
21469
|
a.b = this.l;
|
|
21406
|
-
a.i = this.
|
|
21407
|
-
a.g = this.
|
|
21408
|
-
a.m = this.
|
|
21409
|
-
a.n = this.
|
|
21410
|
-
a.o = this.
|
|
21411
|
-
a.l = this.
|
|
21470
|
+
a.i = this.ap;
|
|
21471
|
+
a.g = this.an;
|
|
21472
|
+
a.m = this.bk;
|
|
21473
|
+
a.n = this.bn;
|
|
21474
|
+
a.o = this.bp;
|
|
21475
|
+
a.l = this.bc;
|
|
21412
21476
|
a.r = this.text;
|
|
21413
|
-
a.h = this.
|
|
21414
|
-
a.j = this.
|
|
21477
|
+
a.h = this.ao;
|
|
21478
|
+
a.j = this.as;
|
|
21415
21479
|
a.f = this.disabled;
|
|
21416
21480
|
a.p = this.e;
|
|
21417
21481
|
if (this.w != null) {
|
|
@@ -21448,21 +21512,21 @@
|
|
|
21448
21512
|
this.view.z(a);
|
|
21449
21513
|
};
|
|
21450
21514
|
XLabel.$t = igniteuiAngularCore.markType(XLabel, 'XLabel', XInputGroupItem.$);
|
|
21451
|
-
XLabel.
|
|
21452
|
-
XLabel.
|
|
21453
|
-
XLabel.
|
|
21454
|
-
XLabel.
|
|
21455
|
-
XLabel.
|
|
21456
|
-
XLabel.
|
|
21457
|
-
XLabel.
|
|
21458
|
-
XLabel.
|
|
21515
|
+
XLabel.de = igniteuiAngularCore.BrushUtil.j(221, 0, 0, 0);
|
|
21516
|
+
XLabel.db = igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155);
|
|
21517
|
+
XLabel.dd = igniteuiAngularCore.BrushUtil.j(221, 0, 0, 0);
|
|
21518
|
+
XLabel.dc = igniteuiAngularCore.BrushUtil.j(255, 0, 153, 155);
|
|
21519
|
+
XLabel.c7 = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
21520
|
+
XLabel.c4 = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
21521
|
+
XLabel.c6 = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
21522
|
+
XLabel.c5 = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
21459
21523
|
XLabel.o = 2;
|
|
21460
|
-
XLabel.
|
|
21461
|
-
XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
21462
|
-
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
21524
|
+
XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
21463
21525
|
XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
21526
|
+
XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
21527
|
+
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
21464
21528
|
XLabel.x = null;
|
|
21465
|
-
XLabel.
|
|
21529
|
+
XLabel.av = 0;
|
|
21466
21530
|
return XLabel;
|
|
21467
21531
|
}(XInputGroupItem));
|
|
21468
21532
|
/**
|
|
@@ -22392,8 +22456,8 @@
|
|
|
22392
22456
|
a.finished.f(function (d) { return a.commitStyles(); });
|
|
22393
22457
|
};
|
|
22394
22458
|
XInput.$t = igniteuiAngularCore.markType(XInput, 'XInput', XInputGroupItem.$);
|
|
22395
|
-
XInput.d6 = igniteuiAngularCore.BrushUtil.
|
|
22396
|
-
XInput.d5 = igniteuiAngularCore.BrushUtil.
|
|
22459
|
+
XInput.d6 = igniteuiAngularCore.BrushUtil.j(221, 0, 0, 0);
|
|
22460
|
+
XInput.d5 = igniteuiAngularCore.BrushUtil.j(221, 0, 0, 0);
|
|
22397
22461
|
XInput.ae = null;
|
|
22398
22462
|
XInput.bf = 0;
|
|
22399
22463
|
return XInput;
|
|
@@ -23015,7 +23079,7 @@
|
|
|
23015
23079
|
_this.a8 = igniteuiAngularCore.dateMinValue();
|
|
23016
23080
|
_this.a7 = igniteuiAngularCore.dateMinValue();
|
|
23017
23081
|
_this.bk = "";
|
|
23018
|
-
_this.du = igniteuiAngularCore.BrushUtil.
|
|
23082
|
+
_this.du = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
23019
23083
|
_this.z = null;
|
|
23020
23084
|
_this.bm = "";
|
|
23021
23085
|
_this.a5 = igniteuiAngularCore.dateMinValue();
|
|
@@ -23023,8 +23087,8 @@
|
|
|
23023
23087
|
_this.x = 2;
|
|
23024
23088
|
_this.v = 1;
|
|
23025
23089
|
_this.aa = null;
|
|
23026
|
-
_this.dv = igniteuiAngularCore.BrushUtil.
|
|
23027
|
-
_this.dt = igniteuiAngularCore.BrushUtil.
|
|
23090
|
+
_this.dv = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
23091
|
+
_this.dt = igniteuiAngularCore.BrushUtil.j(255, 163, 172, 184);
|
|
23028
23092
|
_this.ao = true;
|
|
23029
23093
|
_this.ap = false;
|
|
23030
23094
|
_this.ag = true;
|
|
@@ -23746,7 +23810,7 @@
|
|
|
23746
23810
|
this.n.fill = this.dw;
|
|
23747
23811
|
}
|
|
23748
23812
|
if (this.r != null) {
|
|
23749
|
-
this.r.
|
|
23813
|
+
this.r.dj = this.dx;
|
|
23750
23814
|
this.r.y = this.ac;
|
|
23751
23815
|
}
|
|
23752
23816
|
};
|
|
@@ -23767,7 +23831,7 @@
|
|
|
23767
23831
|
this.q.t = this.y;
|
|
23768
23832
|
this.r = new XLabel();
|
|
23769
23833
|
this.h.as(this.r);
|
|
23770
|
-
this.r.
|
|
23834
|
+
this.r.dj = this.dx;
|
|
23771
23835
|
this.r.y = this.ac;
|
|
23772
23836
|
this.q.appendContentChild(this.h.v());
|
|
23773
23837
|
if (this.b4 != null && this.b4 != "") {
|
|
@@ -24214,7 +24278,7 @@
|
|
|
24214
24278
|
this.u = new igniteuiAngularCore.Popup();
|
|
24215
24279
|
this.u.ar = this.aw;
|
|
24216
24280
|
this.u.ay = this.a3;
|
|
24217
|
-
this.u.c0 = igniteuiAngularCore.BrushUtil.
|
|
24281
|
+
this.u.c0 = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
24218
24282
|
this.u.a9 = 150;
|
|
24219
24283
|
this.h.at(this.u);
|
|
24220
24284
|
this.c = new XCalendar();
|
|
@@ -26339,10 +26403,10 @@
|
|
|
26339
26403
|
* Gets the actual color to use for the text color.
|
|
26340
26404
|
*/
|
|
26341
26405
|
get: function () {
|
|
26342
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26406
|
+
return igniteuiAngularCore.brushToString(this.i.c3);
|
|
26343
26407
|
},
|
|
26344
26408
|
set: function (v) {
|
|
26345
|
-
this.i.
|
|
26409
|
+
this.i.c3 = igniteuiAngularCore.stringToBrush(v);
|
|
26346
26410
|
},
|
|
26347
26411
|
enumerable: false,
|
|
26348
26412
|
configurable: true
|
|
@@ -26352,10 +26416,10 @@
|
|
|
26352
26416
|
* Gets the actual color to use for the text color.
|
|
26353
26417
|
*/
|
|
26354
26418
|
get: function () {
|
|
26355
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26419
|
+
return igniteuiAngularCore.brushToString(this.i.c0);
|
|
26356
26420
|
},
|
|
26357
26421
|
set: function (v) {
|
|
26358
|
-
this.i.
|
|
26422
|
+
this.i.c0 = igniteuiAngularCore.stringToBrush(v);
|
|
26359
26423
|
},
|
|
26360
26424
|
enumerable: false,
|
|
26361
26425
|
configurable: true
|
|
@@ -26365,10 +26429,10 @@
|
|
|
26365
26429
|
* Gets the actual color to use for the text color when highlighted and hovered.
|
|
26366
26430
|
*/
|
|
26367
26431
|
get: function () {
|
|
26368
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26432
|
+
return igniteuiAngularCore.brushToString(this.i.c1);
|
|
26369
26433
|
},
|
|
26370
26434
|
set: function (v) {
|
|
26371
|
-
this.i.
|
|
26435
|
+
this.i.c1 = igniteuiAngularCore.stringToBrush(v);
|
|
26372
26436
|
},
|
|
26373
26437
|
enumerable: false,
|
|
26374
26438
|
configurable: true
|
|
@@ -26378,10 +26442,10 @@
|
|
|
26378
26442
|
* Gets the actual hover color to use for the text.
|
|
26379
26443
|
*/
|
|
26380
26444
|
get: function () {
|
|
26381
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26445
|
+
return igniteuiAngularCore.brushToString(this.i.c2);
|
|
26382
26446
|
},
|
|
26383
26447
|
set: function (v) {
|
|
26384
|
-
this.i.
|
|
26448
|
+
this.i.c2 = igniteuiAngularCore.stringToBrush(v);
|
|
26385
26449
|
},
|
|
26386
26450
|
enumerable: false,
|
|
26387
26451
|
configurable: true
|
|
@@ -26391,10 +26455,10 @@
|
|
|
26391
26455
|
* Gets or sets the color to use for the text.
|
|
26392
26456
|
*/
|
|
26393
26457
|
get: function () {
|
|
26394
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26458
|
+
return igniteuiAngularCore.brushToString(this.i.dj);
|
|
26395
26459
|
},
|
|
26396
26460
|
set: function (v) {
|
|
26397
|
-
this.i.
|
|
26461
|
+
this.i.dj = igniteuiAngularCore.stringToBrush(v);
|
|
26398
26462
|
},
|
|
26399
26463
|
enumerable: false,
|
|
26400
26464
|
configurable: true
|
|
@@ -26404,10 +26468,10 @@
|
|
|
26404
26468
|
* Gets or sets the color to use for the text.
|
|
26405
26469
|
*/
|
|
26406
26470
|
get: function () {
|
|
26407
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26471
|
+
return igniteuiAngularCore.brushToString(this.i.dg);
|
|
26408
26472
|
},
|
|
26409
26473
|
set: function (v) {
|
|
26410
|
-
this.i.
|
|
26474
|
+
this.i.dg = igniteuiAngularCore.stringToBrush(v);
|
|
26411
26475
|
},
|
|
26412
26476
|
enumerable: false,
|
|
26413
26477
|
configurable: true
|
|
@@ -26417,10 +26481,10 @@
|
|
|
26417
26481
|
* Gets or sets the color to use for the text.
|
|
26418
26482
|
*/
|
|
26419
26483
|
get: function () {
|
|
26420
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26484
|
+
return igniteuiAngularCore.brushToString(this.i.dh);
|
|
26421
26485
|
},
|
|
26422
26486
|
set: function (v) {
|
|
26423
|
-
this.i.
|
|
26487
|
+
this.i.dh = igniteuiAngularCore.stringToBrush(v);
|
|
26424
26488
|
},
|
|
26425
26489
|
enumerable: false,
|
|
26426
26490
|
configurable: true
|
|
@@ -26448,10 +26512,10 @@
|
|
|
26448
26512
|
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
26449
26513
|
*/
|
|
26450
26514
|
get: function () {
|
|
26451
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
26515
|
+
return igniteuiAngularCore.brushToString(this.i.di);
|
|
26452
26516
|
},
|
|
26453
26517
|
set: function (v) {
|
|
26454
|
-
this.i.
|
|
26518
|
+
this.i.di = igniteuiAngularCore.stringToBrush(v);
|
|
26455
26519
|
},
|
|
26456
26520
|
enumerable: false,
|
|
26457
26521
|
configurable: true
|
|
@@ -26461,10 +26525,10 @@
|
|
|
26461
26525
|
* Gets or sets the id to use for the checkbox.
|
|
26462
26526
|
*/
|
|
26463
26527
|
get: function () {
|
|
26464
|
-
return this.i.
|
|
26528
|
+
return this.i.bw;
|
|
26465
26529
|
},
|
|
26466
26530
|
set: function (v) {
|
|
26467
|
-
this.i.
|
|
26531
|
+
this.i.bw = v;
|
|
26468
26532
|
},
|
|
26469
26533
|
enumerable: false,
|
|
26470
26534
|
configurable: true
|
|
@@ -26474,10 +26538,10 @@
|
|
|
26474
26538
|
* Gets or sets the id to use for the checkbox.
|
|
26475
26539
|
*/
|
|
26476
26540
|
get: function () {
|
|
26477
|
-
return this.i.
|
|
26541
|
+
return this.i.bk;
|
|
26478
26542
|
},
|
|
26479
26543
|
set: function (v) {
|
|
26480
|
-
this.i.
|
|
26544
|
+
this.i.bk = v;
|
|
26481
26545
|
},
|
|
26482
26546
|
enumerable: false,
|
|
26483
26547
|
configurable: true
|
|
@@ -26487,10 +26551,10 @@
|
|
|
26487
26551
|
* Gets or sets the id to use for the checkbox.
|
|
26488
26552
|
*/
|
|
26489
26553
|
get: function () {
|
|
26490
|
-
return this.i.
|
|
26554
|
+
return this.i.bn;
|
|
26491
26555
|
},
|
|
26492
26556
|
set: function (v) {
|
|
26493
|
-
this.i.
|
|
26557
|
+
this.i.bn = v;
|
|
26494
26558
|
},
|
|
26495
26559
|
enumerable: false,
|
|
26496
26560
|
configurable: true
|
|
@@ -26500,10 +26564,10 @@
|
|
|
26500
26564
|
* Gets or sets the flex-grow setting for the button.
|
|
26501
26565
|
*/
|
|
26502
26566
|
get: function () {
|
|
26503
|
-
return this.i.
|
|
26567
|
+
return this.i.bp;
|
|
26504
26568
|
},
|
|
26505
26569
|
set: function (v) {
|
|
26506
|
-
this.i.
|
|
26570
|
+
this.i.bp = v;
|
|
26507
26571
|
},
|
|
26508
26572
|
enumerable: false,
|
|
26509
26573
|
configurable: true
|
|
@@ -26513,10 +26577,10 @@
|
|
|
26513
26577
|
* Gets or sets the id to use for the checkbox.
|
|
26514
26578
|
*/
|
|
26515
26579
|
get: function () {
|
|
26516
|
-
return this.i.
|
|
26580
|
+
return this.i.bc;
|
|
26517
26581
|
},
|
|
26518
26582
|
set: function (v) {
|
|
26519
|
-
this.i.
|
|
26583
|
+
this.i.bc = v;
|
|
26520
26584
|
},
|
|
26521
26585
|
enumerable: false,
|
|
26522
26586
|
configurable: true
|
|
@@ -26526,10 +26590,10 @@
|
|
|
26526
26590
|
* Gets or sets the id to use for the checkbox.
|
|
26527
26591
|
*/
|
|
26528
26592
|
get: function () {
|
|
26529
|
-
return this.i.
|
|
26593
|
+
return this.i.be;
|
|
26530
26594
|
},
|
|
26531
26595
|
set: function (v) {
|
|
26532
|
-
this.i.
|
|
26596
|
+
this.i.be = v;
|
|
26533
26597
|
},
|
|
26534
26598
|
enumerable: false,
|
|
26535
26599
|
configurable: true
|
|
@@ -26539,10 +26603,10 @@
|
|
|
26539
26603
|
* Gets or sets TabIndex to use for the checkbox.
|
|
26540
26604
|
*/
|
|
26541
26605
|
get: function () {
|
|
26542
|
-
return this.i.
|
|
26606
|
+
return this.i.au;
|
|
26543
26607
|
},
|
|
26544
26608
|
set: function (v) {
|
|
26545
|
-
this.i.
|
|
26609
|
+
this.i.au = +v;
|
|
26546
26610
|
},
|
|
26547
26611
|
enumerable: false,
|
|
26548
26612
|
configurable: true
|
|
@@ -26552,10 +26616,10 @@
|
|
|
26552
26616
|
* Gets or sets the for attribute to use for the label.
|
|
26553
26617
|
*/
|
|
26554
26618
|
get: function () {
|
|
26555
|
-
return this.i.
|
|
26619
|
+
return this.i.br;
|
|
26556
26620
|
},
|
|
26557
26621
|
set: function (v) {
|
|
26558
|
-
this.i.
|
|
26622
|
+
this.i.br = v;
|
|
26559
26623
|
},
|
|
26560
26624
|
enumerable: false,
|
|
26561
26625
|
configurable: true
|
|
@@ -26565,10 +26629,10 @@
|
|
|
26565
26629
|
* Gets or sets the value of the aria-label attribute.
|
|
26566
26630
|
*/
|
|
26567
26631
|
get: function () {
|
|
26568
|
-
return this.i.
|
|
26632
|
+
return this.i.bg;
|
|
26569
26633
|
},
|
|
26570
26634
|
set: function (v) {
|
|
26571
|
-
this.i.
|
|
26635
|
+
this.i.bg = v;
|
|
26572
26636
|
},
|
|
26573
26637
|
enumerable: false,
|
|
26574
26638
|
configurable: true
|
|
@@ -26591,10 +26655,10 @@
|
|
|
26591
26655
|
* Gets or sets whether the label is hovered.
|
|
26592
26656
|
*/
|
|
26593
26657
|
get: function () {
|
|
26594
|
-
return this.i.
|
|
26658
|
+
return this.i.ao;
|
|
26595
26659
|
},
|
|
26596
26660
|
set: function (v) {
|
|
26597
|
-
this.i.
|
|
26661
|
+
this.i.ao = igniteuiAngularCore.ensureBool(v);
|
|
26598
26662
|
},
|
|
26599
26663
|
enumerable: false,
|
|
26600
26664
|
configurable: true
|
|
@@ -26604,10 +26668,10 @@
|
|
|
26604
26668
|
* Gets or sets the value for the label.
|
|
26605
26669
|
*/
|
|
26606
26670
|
get: function () {
|
|
26607
|
-
return this.i.
|
|
26671
|
+
return this.i.as;
|
|
26608
26672
|
},
|
|
26609
26673
|
set: function (v) {
|
|
26610
|
-
this.i.
|
|
26674
|
+
this.i.as = igniteuiAngularCore.ensureBool(v);
|
|
26611
26675
|
},
|
|
26612
26676
|
enumerable: false,
|
|
26613
26677
|
configurable: true
|
|
@@ -26636,7 +26700,7 @@
|
|
|
26636
26700
|
|
|
26637
26701
|
*/
|
|
26638
26702
|
IgxXLabelComponent.prototype.exportVisualModel = function () {
|
|
26639
|
-
var iv = this.i.
|
|
26703
|
+
var iv = this.i.aw();
|
|
26640
26704
|
return (iv);
|
|
26641
26705
|
};
|
|
26642
26706
|
/**
|
|
@@ -26644,7 +26708,7 @@
|
|
|
26644
26708
|
|
|
26645
26709
|
*/
|
|
26646
26710
|
IgxXLabelComponent.prototype.exportSerializedVisualModel = function () {
|
|
26647
|
-
var iv = this.i.
|
|
26711
|
+
var iv = this.i.bm();
|
|
26648
26712
|
return (iv);
|
|
26649
26713
|
};
|
|
26650
26714
|
IgxXLabelComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0["ɵɵFactoryTarget"].Component });
|
|
@@ -29795,7 +29859,7 @@
|
|
|
29795
29859
|
};
|
|
29796
29860
|
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
29797
29861
|
switch (b) {
|
|
29798
|
-
case
|
|
29862
|
+
case 108: return a;
|
|
29799
29863
|
}
|
|
29800
29864
|
return this.s != null ? this.s : a;
|
|
29801
29865
|
};
|
|
@@ -29844,12 +29908,12 @@
|
|
|
29844
29908
|
this.ab = d;
|
|
29845
29909
|
this.ag = b;
|
|
29846
29910
|
break;
|
|
29847
|
-
case
|
|
29911
|
+
case 27:
|
|
29848
29912
|
f.compositionEnd = igniteuiAngularCore.delegateCombine(f.compositionEnd, igniteuiAngularCore.runOn(this, this.ap));
|
|
29849
29913
|
this.ac = d;
|
|
29850
29914
|
this.ah = b;
|
|
29851
29915
|
break;
|
|
29852
|
-
case
|
|
29916
|
+
case 28:
|
|
29853
29917
|
f.keyDown = igniteuiAngularCore.delegateCombine(f.keyDown, igniteuiAngularCore.runOn(this, this.ar));
|
|
29854
29918
|
this.ad = d;
|
|
29855
29919
|
this.aj = b;
|
|
@@ -29864,7 +29928,7 @@
|
|
|
29864
29928
|
this.aa = d;
|
|
29865
29929
|
this.af = b;
|
|
29866
29930
|
break;
|
|
29867
|
-
case
|
|
29931
|
+
case 25:
|
|
29868
29932
|
this.ao(a);
|
|
29869
29933
|
var g = this.w(a);
|
|
29870
29934
|
var h = this.u;
|
|
@@ -29943,12 +30007,12 @@
|
|
|
29943
30007
|
this.ab = null;
|
|
29944
30008
|
this.ag = null;
|
|
29945
30009
|
break;
|
|
29946
|
-
case
|
|
30010
|
+
case 27:
|
|
29947
30011
|
f.compositionEnd = igniteuiAngularCore.delegateRemove(f.compositionEnd, igniteuiAngularCore.runOn(this, this.ap));
|
|
29948
30012
|
this.ac = null;
|
|
29949
30013
|
this.ah = null;
|
|
29950
30014
|
break;
|
|
29951
|
-
case
|
|
30015
|
+
case 28:
|
|
29952
30016
|
f.keyDown = igniteuiAngularCore.delegateRemove(f.keyDown, igniteuiAngularCore.runOn(this, this.ar));
|
|
29953
30017
|
this.ad = null;
|
|
29954
30018
|
this.aj = null;
|
|
@@ -29963,7 +30027,7 @@
|
|
|
29963
30027
|
this.aa = null;
|
|
29964
30028
|
this.af = null;
|
|
29965
30029
|
break;
|
|
29966
|
-
case
|
|
30030
|
+
case 25:
|
|
29967
30031
|
this.ao(a);
|
|
29968
30032
|
var g = this.w(a);
|
|
29969
30033
|
var h = this.u;
|
|
@@ -30054,20 +30118,20 @@
|
|
|
30054
30118
|
var c = a;
|
|
30055
30119
|
var d = igniteuiAngularCore.typeCast(XInput.$, c.inputs._inner[0]);
|
|
30056
30120
|
switch (b) {
|
|
30057
|
-
case
|
|
30121
|
+
case 103: return a.mc;
|
|
30058
30122
|
case 3:
|
|
30059
30123
|
this.an(a);
|
|
30060
30124
|
var e = this.v(a);
|
|
30061
30125
|
return e.text;
|
|
30062
|
-
case
|
|
30126
|
+
case 100:
|
|
30063
30127
|
this.ao(a);
|
|
30064
30128
|
return this.u.svgPath;
|
|
30065
|
-
case
|
|
30129
|
+
case 101:
|
|
30066
30130
|
this.ao(a);
|
|
30067
30131
|
return this.u.fill;
|
|
30068
|
-
case
|
|
30132
|
+
case 102:
|
|
30069
30133
|
this.ao(a);
|
|
30070
|
-
return this.u.
|
|
30134
|
+
return this.u.dp;
|
|
30071
30135
|
case 2: return d.cq;
|
|
30072
30136
|
case 1:
|
|
30073
30137
|
switch (c.t) {
|
|
@@ -30103,9 +30167,9 @@
|
|
|
30103
30167
|
case 21: return d.a1;
|
|
30104
30168
|
case 32: return d.disabled;
|
|
30105
30169
|
case 33: return d.d8;
|
|
30106
|
-
case
|
|
30107
|
-
case
|
|
30108
|
-
case
|
|
30170
|
+
case 105: return d.selectionStart;
|
|
30171
|
+
case 106: return d.selectionEnd;
|
|
30172
|
+
case 107: return c.an;
|
|
30109
30173
|
}
|
|
30110
30174
|
return null;
|
|
30111
30175
|
};
|
|
@@ -30113,7 +30177,7 @@
|
|
|
30113
30177
|
var d = a;
|
|
30114
30178
|
var e = igniteuiAngularCore.typeCast(XInput.$, d.inputs._inner[0]);
|
|
30115
30179
|
switch (b) {
|
|
30116
|
-
case
|
|
30180
|
+
case 103:
|
|
30117
30181
|
a.mc = c;
|
|
30118
30182
|
break;
|
|
30119
30183
|
case 3:
|
|
@@ -30121,17 +30185,17 @@
|
|
|
30121
30185
|
var f = this.v(a);
|
|
30122
30186
|
f.text = c;
|
|
30123
30187
|
break;
|
|
30124
|
-
case
|
|
30188
|
+
case 100:
|
|
30125
30189
|
this.ao(a);
|
|
30126
30190
|
this.u.svgPath = c;
|
|
30127
30191
|
break;
|
|
30128
|
-
case
|
|
30192
|
+
case 101:
|
|
30129
30193
|
this.ao(a);
|
|
30130
30194
|
this.u.fill = c;
|
|
30131
30195
|
break;
|
|
30132
|
-
case
|
|
30196
|
+
case 102:
|
|
30133
30197
|
this.ao(a);
|
|
30134
|
-
this.u.
|
|
30198
|
+
this.u.dp = c;
|
|
30135
30199
|
break;
|
|
30136
30200
|
case 2:
|
|
30137
30201
|
e.cq = c == null ? null : c.toString();
|
|
@@ -30206,13 +30270,13 @@
|
|
|
30206
30270
|
case 33:
|
|
30207
30271
|
e.d8 = c;
|
|
30208
30272
|
break;
|
|
30209
|
-
case
|
|
30273
|
+
case 105:
|
|
30210
30274
|
e.selectionStart = igniteuiAngularCore.typeGetValue(c);
|
|
30211
30275
|
break;
|
|
30212
|
-
case
|
|
30276
|
+
case 106:
|
|
30213
30277
|
e.selectionEnd = igniteuiAngularCore.typeGetValue(c);
|
|
30214
30278
|
break;
|
|
30215
|
-
case
|
|
30279
|
+
case 107:
|
|
30216
30280
|
d.an = c;
|
|
30217
30281
|
break;
|
|
30218
30282
|
}
|
|
@@ -30462,7 +30526,7 @@
|
|
|
30462
30526
|
case 11:
|
|
30463
30527
|
d.aa = c;
|
|
30464
30528
|
break;
|
|
30465
|
-
case
|
|
30529
|
+
case 88:
|
|
30466
30530
|
d.by = c;
|
|
30467
30531
|
break;
|
|
30468
30532
|
case 59:
|
|
@@ -30504,7 +30568,7 @@
|
|
|
30504
30568
|
case 56: return c.av;
|
|
30505
30569
|
case 58: return c.at;
|
|
30506
30570
|
case 17: return c.k1;
|
|
30507
|
-
case
|
|
30571
|
+
case 88: return c.by;
|
|
30508
30572
|
case 59: return c.a5;
|
|
30509
30573
|
}
|
|
30510
30574
|
return null;
|
|
@@ -33732,15 +33796,15 @@
|
|
|
33732
33796
|
switch (b) {
|
|
33733
33797
|
case 12: return a.bg;
|
|
33734
33798
|
case 13: return a.bf;
|
|
33735
|
-
case
|
|
33736
|
-
case
|
|
33799
|
+
case 97: return a.bv;
|
|
33800
|
+
case 98: return a.bf;
|
|
33737
33801
|
case 14: return a.bl;
|
|
33738
33802
|
case 2: return a.thumbs._inner[0].s;
|
|
33739
|
-
case
|
|
33740
|
-
case
|
|
33741
|
-
case
|
|
33742
|
-
case
|
|
33743
|
-
case
|
|
33803
|
+
case 92: return a.b0;
|
|
33804
|
+
case 93: return a.ek;
|
|
33805
|
+
case 94: return a.es;
|
|
33806
|
+
case 96: return a.eu;
|
|
33807
|
+
case 95: return a.et;
|
|
33744
33808
|
case 30:
|
|
33745
33809
|
var c = a.e;
|
|
33746
33810
|
switch (c) {
|
|
@@ -33780,10 +33844,10 @@
|
|
|
33780
33844
|
case 13:
|
|
33781
33845
|
a.bf = c;
|
|
33782
33846
|
break;
|
|
33783
|
-
case
|
|
33847
|
+
case 97:
|
|
33784
33848
|
a.bv = c;
|
|
33785
33849
|
break;
|
|
33786
|
-
case
|
|
33850
|
+
case 98:
|
|
33787
33851
|
a.bu = c;
|
|
33788
33852
|
break;
|
|
33789
33853
|
case 14:
|
|
@@ -33792,19 +33856,19 @@
|
|
|
33792
33856
|
case 2:
|
|
33793
33857
|
a.thumbs._inner[0].s = c;
|
|
33794
33858
|
break;
|
|
33795
|
-
case
|
|
33859
|
+
case 92:
|
|
33796
33860
|
a.b0 = c;
|
|
33797
33861
|
break;
|
|
33798
|
-
case
|
|
33862
|
+
case 93:
|
|
33799
33863
|
a.ek = c;
|
|
33800
33864
|
break;
|
|
33801
|
-
case
|
|
33865
|
+
case 94:
|
|
33802
33866
|
a.es = c;
|
|
33803
33867
|
break;
|
|
33804
|
-
case
|
|
33868
|
+
case 96:
|
|
33805
33869
|
a.eu = c;
|
|
33806
33870
|
break;
|
|
33807
|
-
case
|
|
33871
|
+
case 95:
|
|
33808
33872
|
a.et = c;
|
|
33809
33873
|
break;
|
|
33810
33874
|
case 30:
|
|
@@ -35575,61 +35639,61 @@
|
|
|
35575
35639
|
XButtonGroup.$t = igniteuiAngularCore.markType(XButtonGroup, 'XButtonGroup', igniteuiAngularCore.Base.$, [igniteuiAngularCore.INotifyPropertyChanged_$type]);
|
|
35576
35640
|
XButtonGroup.o = 2;
|
|
35577
35641
|
XButtonGroup.av = 4;
|
|
35578
|
-
XButtonGroup.gn = igniteuiAngularCore.BrushUtil.
|
|
35579
|
-
XButtonGroup.gp = igniteuiAngularCore.BrushUtil.
|
|
35580
|
-
XButtonGroup.go = igniteuiAngularCore.BrushUtil.
|
|
35581
|
-
XButtonGroup.gq = igniteuiAngularCore.BrushUtil.
|
|
35642
|
+
XButtonGroup.gn = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
35643
|
+
XButtonGroup.gp = igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0);
|
|
35644
|
+
XButtonGroup.go = igniteuiAngularCore.BrushUtil.j(255, 199, 199, 199);
|
|
35645
|
+
XButtonGroup.gq = igniteuiAngularCore.BrushUtil.j(255, 199, 199, 199);
|
|
35582
35646
|
XButtonGroup.au = 1;
|
|
35583
|
-
XButtonGroup.gu = igniteuiAngularCore.BrushUtil.
|
|
35584
|
-
XButtonGroup.gr = igniteuiAngularCore.BrushUtil.
|
|
35585
|
-
XButtonGroup.gv = igniteuiAngularCore.BrushUtil.
|
|
35586
|
-
XButtonGroup.gy = igniteuiAngularCore.BrushUtil.
|
|
35587
|
-
XButtonGroup.gs = igniteuiAngularCore.BrushUtil.
|
|
35588
|
-
XButtonGroup.gt = igniteuiAngularCore.BrushUtil.
|
|
35589
|
-
XButtonGroup.gw = igniteuiAngularCore.BrushUtil.
|
|
35590
|
-
XButtonGroup.gx = igniteuiAngularCore.BrushUtil.
|
|
35647
|
+
XButtonGroup.gu = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0);
|
|
35648
|
+
XButtonGroup.gr = igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0);
|
|
35649
|
+
XButtonGroup.gv = igniteuiAngularCore.BrushUtil.j(60, 0, 0, 0);
|
|
35650
|
+
XButtonGroup.gy = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0);
|
|
35651
|
+
XButtonGroup.gs = igniteuiAngularCore.BrushUtil.j(30, 0, 0, 0);
|
|
35652
|
+
XButtonGroup.gt = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0);
|
|
35653
|
+
XButtonGroup.gw = igniteuiAngularCore.BrushUtil.j(96, 0, 0, 0);
|
|
35654
|
+
XButtonGroup.gx = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0);
|
|
35591
35655
|
XButtonGroup.ap = 3;
|
|
35592
|
-
XButtonGroup.fn = igniteuiAngularCore.BrushUtil.
|
|
35593
|
-
XButtonGroup.fp = igniteuiAngularCore.BrushUtil.
|
|
35594
|
-
XButtonGroup.fo = igniteuiAngularCore.BrushUtil.
|
|
35595
|
-
XButtonGroup.fq = igniteuiAngularCore.BrushUtil.
|
|
35656
|
+
XButtonGroup.fn = igniteuiAngularCore.BrushUtil.j(0, 255, 255, 255);
|
|
35657
|
+
XButtonGroup.fp = igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0);
|
|
35658
|
+
XButtonGroup.fo = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
35659
|
+
XButtonGroup.fq = igniteuiAngularCore.BrushUtil.j(255, 199, 199, 199);
|
|
35596
35660
|
XButtonGroup.ao = 1;
|
|
35597
|
-
XButtonGroup.fu = igniteuiAngularCore.BrushUtil.
|
|
35598
|
-
XButtonGroup.fr = igniteuiAngularCore.BrushUtil.
|
|
35599
|
-
XButtonGroup.fv = igniteuiAngularCore.BrushUtil.
|
|
35600
|
-
XButtonGroup.fy = igniteuiAngularCore.BrushUtil.
|
|
35601
|
-
XButtonGroup.fs = igniteuiAngularCore.BrushUtil.
|
|
35602
|
-
XButtonGroup.ft = igniteuiAngularCore.BrushUtil.
|
|
35603
|
-
XButtonGroup.fw = igniteuiAngularCore.BrushUtil.
|
|
35604
|
-
XButtonGroup.fx = igniteuiAngularCore.BrushUtil.
|
|
35661
|
+
XButtonGroup.fu = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
35662
|
+
XButtonGroup.fr = igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0);
|
|
35663
|
+
XButtonGroup.fv = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
35664
|
+
XButtonGroup.fy = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
35665
|
+
XButtonGroup.fs = igniteuiAngularCore.BrushUtil.j(26, 33, 150, 243);
|
|
35666
|
+
XButtonGroup.ft = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
35667
|
+
XButtonGroup.fw = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
35668
|
+
XButtonGroup.fx = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
35605
35669
|
XButtonGroup.at = 4;
|
|
35606
|
-
XButtonGroup.gb = igniteuiAngularCore.BrushUtil.
|
|
35607
|
-
XButtonGroup.gd = igniteuiAngularCore.BrushUtil.
|
|
35608
|
-
XButtonGroup.gc = igniteuiAngularCore.BrushUtil.
|
|
35609
|
-
XButtonGroup.ge = igniteuiAngularCore.BrushUtil.
|
|
35670
|
+
XButtonGroup.gb = igniteuiAngularCore.BrushUtil.j(0, 255, 255, 255);
|
|
35671
|
+
XButtonGroup.gd = igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0);
|
|
35672
|
+
XButtonGroup.gc = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
35673
|
+
XButtonGroup.ge = igniteuiAngularCore.BrushUtil.j(255, 199, 199, 199);
|
|
35610
35674
|
XButtonGroup.as = 0;
|
|
35611
|
-
XButtonGroup.gi = igniteuiAngularCore.BrushUtil.
|
|
35612
|
-
XButtonGroup.gf = igniteuiAngularCore.BrushUtil.
|
|
35613
|
-
XButtonGroup.gj = igniteuiAngularCore.BrushUtil.
|
|
35614
|
-
XButtonGroup.gm = igniteuiAngularCore.BrushUtil.
|
|
35615
|
-
XButtonGroup.gg = igniteuiAngularCore.BrushUtil.
|
|
35616
|
-
XButtonGroup.gh = igniteuiAngularCore.BrushUtil.
|
|
35617
|
-
XButtonGroup.gk = igniteuiAngularCore.BrushUtil.
|
|
35618
|
-
XButtonGroup.gl = igniteuiAngularCore.BrushUtil.
|
|
35675
|
+
XButtonGroup.gi = igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119);
|
|
35676
|
+
XButtonGroup.gf = igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0);
|
|
35677
|
+
XButtonGroup.gj = igniteuiAngularCore.BrushUtil.j(30, 228, 28, 119);
|
|
35678
|
+
XButtonGroup.gm = igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119);
|
|
35679
|
+
XButtonGroup.gg = igniteuiAngularCore.BrushUtil.j(13, 228, 28, 119);
|
|
35680
|
+
XButtonGroup.gh = igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119);
|
|
35681
|
+
XButtonGroup.gk = igniteuiAngularCore.BrushUtil.j(30, 228, 28, 119);
|
|
35682
|
+
XButtonGroup.gl = igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119);
|
|
35619
35683
|
XButtonGroup.an = 0;
|
|
35620
|
-
XButtonGroup.fb = igniteuiAngularCore.BrushUtil.
|
|
35621
|
-
XButtonGroup.fd = igniteuiAngularCore.BrushUtil.
|
|
35622
|
-
XButtonGroup.fc = igniteuiAngularCore.BrushUtil.
|
|
35623
|
-
XButtonGroup.fe = igniteuiAngularCore.BrushUtil.
|
|
35684
|
+
XButtonGroup.fb = igniteuiAngularCore.BrushUtil.j(0, 255, 255, 255);
|
|
35685
|
+
XButtonGroup.fd = igniteuiAngularCore.BrushUtil.j(10, 0, 0, 0);
|
|
35686
|
+
XButtonGroup.fc = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
35687
|
+
XButtonGroup.fe = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
35624
35688
|
XButtonGroup.am = 0;
|
|
35625
|
-
XButtonGroup.fi = igniteuiAngularCore.BrushUtil.
|
|
35626
|
-
XButtonGroup.ff = igniteuiAngularCore.BrushUtil.
|
|
35627
|
-
XButtonGroup.fj = igniteuiAngularCore.BrushUtil.
|
|
35628
|
-
XButtonGroup.fm = igniteuiAngularCore.BrushUtil.
|
|
35629
|
-
XButtonGroup.fg = igniteuiAngularCore.BrushUtil.
|
|
35630
|
-
XButtonGroup.fh = igniteuiAngularCore.BrushUtil.
|
|
35631
|
-
XButtonGroup.fk = igniteuiAngularCore.BrushUtil.
|
|
35632
|
-
XButtonGroup.fl = igniteuiAngularCore.BrushUtil.
|
|
35689
|
+
XButtonGroup.fi = igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119);
|
|
35690
|
+
XButtonGroup.ff = igniteuiAngularCore.BrushUtil.j(66, 0, 0, 0);
|
|
35691
|
+
XButtonGroup.fj = igniteuiAngularCore.BrushUtil.j(26, 33, 150, 243);
|
|
35692
|
+
XButtonGroup.fm = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
35693
|
+
XButtonGroup.fg = igniteuiAngularCore.BrushUtil.j(10, 33, 150, 243);
|
|
35694
|
+
XButtonGroup.fh = igniteuiAngularCore.BrushUtil.j(255, 119, 119, 119);
|
|
35695
|
+
XButtonGroup.fk = igniteuiAngularCore.BrushUtil.j(26, 33, 150, 243);
|
|
35696
|
+
XButtonGroup.fl = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
35633
35697
|
XButtonGroup.cv = "OutlinedSelectedItemHoverBackgroundColor";
|
|
35634
35698
|
XButtonGroup.a4 = 0;
|
|
35635
35699
|
return XButtonGroup;
|
|
@@ -35715,7 +35779,7 @@
|
|
|
35715
35779
|
}
|
|
35716
35780
|
return igniteuiAngularCore.enumGetBox(igniteuiAngularCore.NativeUIDisplayDensity_$type, e);
|
|
35717
35781
|
case 18: return igniteuiAngularCore.enumGetBox(igniteuiAngularCore.BaseControlTheme_$type, c.p);
|
|
35718
|
-
case
|
|
35782
|
+
case 87: return c.d;
|
|
35719
35783
|
case 0:
|
|
35720
35784
|
switch (c.i) {
|
|
35721
35785
|
case 0: return igniteuiAngularCore.enumGetBox(igniteuiAngularCore.NativeUIButtonGroupDisplayType_$type, 0);
|
|
@@ -35755,7 +35819,7 @@
|
|
|
35755
35819
|
case 18:
|
|
35756
35820
|
d.p = igniteuiAngularCore.EnumUtil.getEnumValue(igniteuiAngularCore.BaseControlTheme_$type, c);
|
|
35757
35821
|
break;
|
|
35758
|
-
case
|
|
35822
|
+
case 87:
|
|
35759
35823
|
d.d = c;
|
|
35760
35824
|
break;
|
|
35761
35825
|
case 0:
|
|
@@ -36258,7 +36322,7 @@
|
|
|
36258
36322
|
_this.s = false;
|
|
36259
36323
|
_this.ag = false;
|
|
36260
36324
|
_this.c6 = null;
|
|
36261
|
-
_this.c1 = ThemeResolver.ah(XCheckbox.m, igniteuiAngularCore.BrushUtil.
|
|
36325
|
+
_this.c1 = ThemeResolver.ah(XCheckbox.m, igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0), igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0));
|
|
36262
36326
|
_this.c3 = null;
|
|
36263
36327
|
_this.c5 = null;
|
|
36264
36328
|
_this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
|
|
@@ -36952,10 +37016,10 @@
|
|
|
36952
37016
|
XCheckbox.prototype.cp = function () {
|
|
36953
37017
|
this.ck();
|
|
36954
37018
|
if (this.checked) {
|
|
36955
|
-
this.view.ak(igniteuiAngularCore.BrushUtil.
|
|
37019
|
+
this.view.ak(igniteuiAngularCore.BrushUtil.s(this.c8, 0.6), igniteuiAngularCore.BrushUtil.s(this.c8, 0.1));
|
|
36956
37020
|
}
|
|
36957
37021
|
else {
|
|
36958
|
-
this.view.ak(igniteuiAngularCore.BrushUtil.
|
|
37022
|
+
this.view.ak(igniteuiAngularCore.BrushUtil.s(this.c8, 0.6), igniteuiAngularCore.BrushUtil.s(this.dc, 0.1));
|
|
36959
37023
|
}
|
|
36960
37024
|
};
|
|
36961
37025
|
Object.defineProperty(XCheckbox.prototype, "a", {
|
|
@@ -37015,10 +37079,10 @@
|
|
|
37015
37079
|
c = -1;
|
|
37016
37080
|
}
|
|
37017
37081
|
if (b) {
|
|
37018
|
-
this.view.ak(igniteuiAngularCore.BrushUtil.
|
|
37082
|
+
this.view.ak(igniteuiAngularCore.BrushUtil.s(this.c8, 0.6), igniteuiAngularCore.BrushUtil.s(this.c8, 0.1));
|
|
37019
37083
|
}
|
|
37020
37084
|
else {
|
|
37021
|
-
this.view.ak(igniteuiAngularCore.BrushUtil.
|
|
37085
|
+
this.view.ak(igniteuiAngularCore.BrushUtil.s(this.c8, 0.6), igniteuiAngularCore.BrushUtil.s(this.dc, 0.1));
|
|
37022
37086
|
}
|
|
37023
37087
|
if (!this.indeterminate) {
|
|
37024
37088
|
igniteuiAngularCore.NativeUI.af(this.view.u, null);
|
|
@@ -37144,11 +37208,11 @@
|
|
|
37144
37208
|
XCheckbox.g = ThemeResolver.a(((function () {
|
|
37145
37209
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
37146
37210
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
37147
|
-
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37148
|
-
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37149
|
-
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37150
|
-
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37151
|
-
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.
|
|
37211
|
+
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.j(255, 153, 153, 153));
|
|
37212
|
+
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.j(138, 33, 150, 243));
|
|
37213
|
+
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
37214
|
+
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243));
|
|
37215
|
+
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
37152
37216
|
$ret.addItem("TickStrokeWidth", 3);
|
|
37153
37217
|
$ret.addItem("BorderWidth", NaN);
|
|
37154
37218
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -37157,11 +37221,11 @@
|
|
|
37157
37221
|
XCheckbox.h = ThemeResolver.a(((function () {
|
|
37158
37222
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
37159
37223
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
37160
|
-
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37161
|
-
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37162
|
-
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37163
|
-
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37164
|
-
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.
|
|
37224
|
+
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
37225
|
+
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.j(138, 0, 0, 0));
|
|
37226
|
+
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
37227
|
+
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 228, 28, 119));
|
|
37228
|
+
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
37165
37229
|
$ret.addItem("TickStrokeWidth", 3);
|
|
37166
37230
|
$ret.addItem("BorderWidth", NaN);
|
|
37167
37231
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -37170,11 +37234,11 @@
|
|
|
37170
37234
|
XCheckbox.j = ThemeResolver.a(((function () {
|
|
37171
37235
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
37172
37236
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
37173
|
-
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37174
|
-
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37175
|
-
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37176
|
-
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37177
|
-
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.
|
|
37237
|
+
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.j(255, 105, 136, 255));
|
|
37238
|
+
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.j(255, 105, 136, 255));
|
|
37239
|
+
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
37240
|
+
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 105, 136, 255));
|
|
37241
|
+
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
37178
37242
|
$ret.addItem("TickStrokeWidth", 3);
|
|
37179
37243
|
$ret.addItem("BorderWidth", 1);
|
|
37180
37244
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -37183,11 +37247,11 @@
|
|
|
37183
37247
|
XCheckbox.i = ThemeResolver.a(((function () {
|
|
37184
37248
|
var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
|
|
37185
37249
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
37186
|
-
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37187
|
-
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.
|
|
37188
|
-
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37189
|
-
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.
|
|
37190
|
-
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.
|
|
37250
|
+
$ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.j(255, 105, 136, 255));
|
|
37251
|
+
$ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.j(255, 105, 136, 255));
|
|
37252
|
+
$ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 55, 63, 86));
|
|
37253
|
+
$ret.addItem("CheckedBackgroundColor", igniteuiAngularCore.BrushUtil.j(255, 105, 136, 255));
|
|
37254
|
+
$ret.addItem("TickColor", igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255));
|
|
37191
37255
|
$ret.addItem("TickStrokeWidth", 3);
|
|
37192
37256
|
$ret.addItem("BorderWidth", 1);
|
|
37193
37257
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -37400,8 +37464,8 @@
|
|
|
37400
37464
|
a.svg = null;
|
|
37401
37465
|
a.svgPath = null;
|
|
37402
37466
|
a.b = null;
|
|
37403
|
-
a.
|
|
37404
|
-
a.
|
|
37467
|
+
a.bg = null;
|
|
37468
|
+
a.a1 = null;
|
|
37405
37469
|
var b = igniteuiAngularCore.SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
37406
37470
|
if (b != null) {
|
|
37407
37471
|
if (igniteuiAngularCore.stringStartsWith(igniteuiAngularCore.trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -37419,16 +37483,16 @@
|
|
|
37419
37483
|
}
|
|
37420
37484
|
var d = igniteuiAngularCore.SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
37421
37485
|
if (d != null) {
|
|
37422
|
-
a.
|
|
37486
|
+
a.bg = d;
|
|
37423
37487
|
return;
|
|
37424
37488
|
}
|
|
37425
37489
|
var e = igniteuiAngularCore.SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
37426
37490
|
if (e != null) {
|
|
37427
|
-
a.
|
|
37491
|
+
a.a1 = e;
|
|
37428
37492
|
}
|
|
37429
37493
|
};
|
|
37430
37494
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
37431
|
-
return a.
|
|
37495
|
+
return a.a0();
|
|
37432
37496
|
};
|
|
37433
37497
|
XIconBridge.$t = igniteuiAngularCore.markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
37434
37498
|
return XIconBridge;
|
|
@@ -37502,7 +37566,7 @@
|
|
|
37502
37566
|
this.y = d;
|
|
37503
37567
|
this.ah = b;
|
|
37504
37568
|
break;
|
|
37505
|
-
case
|
|
37569
|
+
case 29:
|
|
37506
37570
|
e.measuringContentSize = igniteuiAngularCore.delegateCombine(e.measuringContentSize, igniteuiAngularCore.runOn(this, this.ar));
|
|
37507
37571
|
this.ac = d;
|
|
37508
37572
|
this.w = b;
|
|
@@ -37547,7 +37611,7 @@
|
|
|
37547
37611
|
this.y = null;
|
|
37548
37612
|
this.ah = null;
|
|
37549
37613
|
break;
|
|
37550
|
-
case
|
|
37614
|
+
case 29:
|
|
37551
37615
|
e.measuringContentSize = igniteuiAngularCore.delegateRemove(e.measuringContentSize, igniteuiAngularCore.runOn(this, this.ar));
|
|
37552
37616
|
this.ac = null;
|
|
37553
37617
|
this.w = null;
|
|
@@ -37614,6 +37678,7 @@
|
|
|
37614
37678
|
case 42: return c.c4;
|
|
37615
37679
|
case 39: return c.ao;
|
|
37616
37680
|
case 62: return c.a4;
|
|
37681
|
+
case 110: return c.ay;
|
|
37617
37682
|
}
|
|
37618
37683
|
return _super.prototype.getValue.call(this, a, b);
|
|
37619
37684
|
};
|
|
@@ -37673,12 +37738,19 @@
|
|
|
37673
37738
|
case 62:
|
|
37674
37739
|
d.a4 = c;
|
|
37675
37740
|
break;
|
|
37741
|
+
case 110:
|
|
37742
|
+
d.ay = c;
|
|
37743
|
+
break;
|
|
37676
37744
|
}
|
|
37677
37745
|
_super.prototype.setValue.call(this, a, b, c);
|
|
37678
37746
|
};
|
|
37679
37747
|
XPopupBridge.prototype.showRelativeToExclusionRect = function (a, b, c, d) {
|
|
37680
37748
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
37681
37749
|
};
|
|
37750
|
+
XPopupBridge.prototype.showRelativeToTarget = function (a, b, c, d) {
|
|
37751
|
+
var e = b.an.getNativeElement();
|
|
37752
|
+
a.cr(e, this.v(c), this.u(d));
|
|
37753
|
+
};
|
|
37682
37754
|
XPopupBridge.prototype.close = function (a) {
|
|
37683
37755
|
a.b6();
|
|
37684
37756
|
};
|
|
@@ -37708,7 +37780,7 @@
|
|
|
37708
37780
|
}
|
|
37709
37781
|
};
|
|
37710
37782
|
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
37711
|
-
return a.
|
|
37783
|
+
return a.a0();
|
|
37712
37784
|
};
|
|
37713
37785
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
37714
37786
|
this.ae.add(b);
|
|
@@ -38592,22 +38664,22 @@
|
|
|
38592
38664
|
_this.v = false;
|
|
38593
38665
|
_this.af = false;
|
|
38594
38666
|
_this.ad = false;
|
|
38595
|
-
_this.cj = igniteuiAngularCore.BrushUtil.
|
|
38667
|
+
_this.cj = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
38596
38668
|
_this.w = false;
|
|
38597
38669
|
_this.propertyChanged = null;
|
|
38598
38670
|
_this.valueChanged = null;
|
|
38599
38671
|
_this.valueChanging = null;
|
|
38600
38672
|
_this.s = null;
|
|
38601
38673
|
_this.a = null;
|
|
38602
|
-
_this.cl = igniteuiAngularCore.BrushUtil.
|
|
38674
|
+
_this.cl = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 255);
|
|
38603
38675
|
_this.ar = "";
|
|
38604
|
-
_this.ci = igniteuiAngularCore.BrushUtil.
|
|
38676
|
+
_this.ci = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
38605
38677
|
_this.l = null;
|
|
38606
38678
|
_this.j = 2;
|
|
38607
38679
|
_this.h = 1;
|
|
38608
38680
|
_this.m = null;
|
|
38609
|
-
_this.ck = igniteuiAngularCore.BrushUtil.
|
|
38610
|
-
_this.ch = igniteuiAngularCore.BrushUtil.
|
|
38681
|
+
_this.ck = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
38682
|
+
_this.ch = igniteuiAngularCore.BrushUtil.j(255, 163, 172, 184);
|
|
38611
38683
|
_this.ac = true;
|
|
38612
38684
|
_this.u = true;
|
|
38613
38685
|
_this.ab = true;
|
|
@@ -38983,7 +39055,7 @@
|
|
|
38983
39055
|
if (this.q != null) {
|
|
38984
39056
|
this.q.b7 = "";
|
|
38985
39057
|
}
|
|
38986
|
-
this.value = igniteuiAngularCore.BrushUtil.
|
|
39058
|
+
this.value = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
38987
39059
|
this.d.ax();
|
|
38988
39060
|
this.z = false;
|
|
38989
39061
|
};
|
|
@@ -39012,7 +39084,7 @@
|
|
|
39012
39084
|
ColorEditor.prototype.b4 = function (a) {
|
|
39013
39085
|
if (this.q != null) {
|
|
39014
39086
|
var b = this.q.be();
|
|
39015
|
-
this.r.
|
|
39087
|
+
this.r.ce(b);
|
|
39016
39088
|
}
|
|
39017
39089
|
};
|
|
39018
39090
|
ColorEditor.prototype.bg = function () {
|
|
@@ -39027,21 +39099,21 @@
|
|
|
39027
39099
|
b.bn(d);
|
|
39028
39100
|
d.bn(e);
|
|
39029
39101
|
_this.g.l(c);
|
|
39030
|
-
b.
|
|
39031
|
-
b.
|
|
39032
|
-
b.
|
|
39033
|
-
b.
|
|
39102
|
+
b.ch = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
39103
|
+
b.ca = 150;
|
|
39104
|
+
b.b8 = 8;
|
|
39105
|
+
b.cb = 4;
|
|
39034
39106
|
b.b1 = true;
|
|
39035
39107
|
_this.q = c;
|
|
39036
39108
|
_this.q.c = _this.i;
|
|
39037
39109
|
_this.q.bp = _this.k;
|
|
39038
39110
|
_this.q.b6 = ColorEditor.a5;
|
|
39039
|
-
_this.q.cc = igniteuiAngularCore.BrushUtil.
|
|
39040
|
-
_this.q.cd = igniteuiAngularCore.BrushUtil.
|
|
39111
|
+
_this.q.cc = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
39112
|
+
_this.q.cd = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 0);
|
|
39041
39113
|
_this.q.bn = igniteuiAngularCore.runOn(_this, _this.cc);
|
|
39042
39114
|
_this.q.n = igniteuiAngularCore.runOn(_this, _this.bv);
|
|
39043
39115
|
_this.q.o = igniteuiAngularCore.runOn(_this, _this.bx);
|
|
39044
|
-
_this.q.cb = igniteuiAngularCore.BrushUtil.
|
|
39116
|
+
_this.q.cb = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 255);
|
|
39045
39117
|
_this.r = b;
|
|
39046
39118
|
_this.d = _this.g.c(f);
|
|
39047
39119
|
_this.d.value = _this.value;
|
|
@@ -39130,13 +39202,13 @@
|
|
|
39130
39202
|
ColorEditor.prototype.cb = function (a, b) {
|
|
39131
39203
|
{
|
|
39132
39204
|
var c = this.g.r(true);
|
|
39133
|
-
this.r.
|
|
39205
|
+
this.r.cf(c, a, b);
|
|
39134
39206
|
}
|
|
39135
39207
|
};
|
|
39136
39208
|
ColorEditor.prototype.bf = function () {
|
|
39137
39209
|
var _this = this;
|
|
39138
39210
|
if (this.r != null) {
|
|
39139
|
-
this.a.executeDelayed(function () { return _this.r.
|
|
39211
|
+
this.a.executeDelayed(function () { return _this.r.cc(); }, 0);
|
|
39140
39212
|
}
|
|
39141
39213
|
if (this.d != null) {
|
|
39142
39214
|
this.d.bg();
|
|
@@ -39220,23 +39292,23 @@
|
|
|
39220
39292
|
function ColorEditorPanel() {
|
|
39221
39293
|
var _this = _super.call(this) || this;
|
|
39222
39294
|
_this.d = null;
|
|
39223
|
-
_this.bv = igniteuiAngularCore.BrushUtil.
|
|
39295
|
+
_this.bv = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
39224
39296
|
_this.bo = null;
|
|
39225
|
-
_this.bs = igniteuiAngularCore.BrushUtil.
|
|
39297
|
+
_this.bs = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
39226
39298
|
_this.propertyChanged = null;
|
|
39227
39299
|
_this.closed = null;
|
|
39228
39300
|
_this.valueChanged = null;
|
|
39229
39301
|
_this.valueChanging = null;
|
|
39230
39302
|
_this.v = null;
|
|
39231
|
-
_this.bx = igniteuiAngularCore.BrushUtil.
|
|
39303
|
+
_this.bx = igniteuiAngularCore.BrushUtil.j(255, 0, 0, 255);
|
|
39232
39304
|
_this.g = 3;
|
|
39233
39305
|
_this.e = 1;
|
|
39234
|
-
_this.bp = igniteuiAngularCore.BrushUtil.
|
|
39235
|
-
_this.bt = igniteuiAngularCore.BrushUtil.
|
|
39236
|
-
_this.bu = igniteuiAngularCore.BrushUtil.
|
|
39237
|
-
_this.bq = igniteuiAngularCore.BrushUtil.
|
|
39238
|
-
_this.br = igniteuiAngularCore.BrushUtil.
|
|
39239
|
-
_this.bw = igniteuiAngularCore.BrushUtil.
|
|
39306
|
+
_this.bp = igniteuiAngularCore.BrushUtil.j(0, 255, 255, 255);
|
|
39307
|
+
_this.bt = igniteuiAngularCore.BrushUtil.j(255, 33, 150, 243);
|
|
39308
|
+
_this.bu = igniteuiAngularCore.BrushUtil.j(255, 21, 112, 184);
|
|
39309
|
+
_this.bq = igniteuiAngularCore.BrushUtil.j(76, 33, 150, 243);
|
|
39310
|
+
_this.br = igniteuiAngularCore.BrushUtil.j(50, 186, 191, 199);
|
|
39311
|
+
_this.bw = igniteuiAngularCore.BrushUtil.j(255, 24, 29, 31);
|
|
39240
39312
|
_this.i = null;
|
|
39241
39313
|
_this.n = null;
|
|
39242
39314
|
_this.s = null;
|
|
@@ -39255,7 +39327,7 @@
|
|
|
39255
39327
|
_this.x = false;
|
|
39256
39328
|
igniteuiAngularCore.NativeUIInputsFactory.n();
|
|
39257
39329
|
NativeUIXInputsFactory.m();
|
|
39258
|
-
_this.bo = igniteuiAngularCore.BrushUtil.
|
|
39330
|
+
_this.bo = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
39259
39331
|
var a = new ColorEditorPanelView();
|
|
39260
39332
|
a.a = _this;
|
|
39261
39333
|
_this.d = a;
|
|
@@ -39538,9 +39610,9 @@
|
|
|
39538
39610
|
e.bk = 2;
|
|
39539
39611
|
i.bk = 0;
|
|
39540
39612
|
g.bk = 1;
|
|
39541
|
-
e.bw = igniteuiAngularCore.BrushUtil.
|
|
39542
|
-
i.bw = igniteuiAngularCore.BrushUtil.
|
|
39543
|
-
g.bw = igniteuiAngularCore.BrushUtil.
|
|
39613
|
+
e.bw = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
39614
|
+
i.bw = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
39615
|
+
g.bw = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
39544
39616
|
g.bh = new igniteuiAngularCore.Thickness(1, 0, 5, 5, 0);
|
|
39545
39617
|
f.bh = new igniteuiAngularCore.Thickness(1, 0, 5, 5, 0);
|
|
39546
39618
|
l.bz = "Ok";
|
|
@@ -39552,7 +39624,7 @@
|
|
|
39552
39624
|
e.bh = new igniteuiAngularCore.Thickness(1, 5, 5, 5, 0);
|
|
39553
39625
|
d.bh = new igniteuiAngularCore.Thickness(1, 5, 5, 5, 0);
|
|
39554
39626
|
p.bh = new igniteuiAngularCore.Thickness(1, 5, 16, 0, 11);
|
|
39555
|
-
p.a8 = igniteuiAngularCore.BrushUtil.
|
|
39627
|
+
p.a8 = igniteuiAngularCore.BrushUtil.j(255, 255, 0, 0);
|
|
39556
39628
|
c.cc(p, 0);
|
|
39557
39629
|
c.ca(p, 0);
|
|
39558
39630
|
c.bn(p);
|
|
@@ -39635,12 +39707,12 @@
|
|
|
39635
39707
|
_this.q = o;
|
|
39636
39708
|
_this.s.bq = 0;
|
|
39637
39709
|
_this.s.bp = 360;
|
|
39638
|
-
_this.s.by = igniteuiAngularCore.BrushUtil.
|
|
39639
|
-
_this.s.bz = igniteuiAngularCore.BrushUtil.
|
|
39710
|
+
_this.s.by = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
39711
|
+
_this.s.bz = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
39640
39712
|
_this.u.bq = 0;
|
|
39641
39713
|
_this.u.bp = 1;
|
|
39642
|
-
_this.t.by = igniteuiAngularCore.BrushUtil.
|
|
39643
|
-
_this.t.bz = igniteuiAngularCore.BrushUtil.
|
|
39714
|
+
_this.t.by = igniteuiAngularCore.BrushUtil.j(255, 155, 155, 155);
|
|
39715
|
+
_this.t.bz = igniteuiAngularCore.BrushUtil.j(255, 255, 255, 255);
|
|
39644
39716
|
_this.t.bq = 0;
|
|
39645
39717
|
_this.t.bp = 1;
|
|
39646
39718
|
_this.t.bu = 0;
|
|
@@ -39693,9 +39765,9 @@
|
|
|
39693
39765
|
var f = 1 - this.u.bs;
|
|
39694
39766
|
b = igniteuiAngularCore.ColorUtil.r(1, c, 1, 0.5);
|
|
39695
39767
|
a = igniteuiAngularCore.ColorUtil.r(f, c, d, e);
|
|
39696
|
-
this.s.bx = igniteuiAngularCore.BrushUtil.
|
|
39697
|
-
this.t.bx = igniteuiAngularCore.BrushUtil.
|
|
39698
|
-
this.o.a8 = igniteuiAngularCore.BrushUtil.
|
|
39768
|
+
this.s.bx = igniteuiAngularCore.BrushUtil.j(b.l, b.o, b.n, b.m);
|
|
39769
|
+
this.t.bx = igniteuiAngularCore.BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
39770
|
+
this.o.a8 = igniteuiAngularCore.BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
39699
39771
|
this.d.bm(this.s.bs);
|
|
39700
39772
|
this.d.bn(0);
|
|
39701
39773
|
this.d.bo(this.s.bs, this.t.bs, 1 - this.t.bv);
|
|
@@ -39708,7 +39780,7 @@
|
|
|
39708
39780
|
var h = igniteuiAngularCore.ColorUtil.k(a, false);
|
|
39709
39781
|
this.q.b7 = h;
|
|
39710
39782
|
}
|
|
39711
|
-
this.bx = igniteuiAngularCore.BrushUtil.
|
|
39783
|
+
this.bx = igniteuiAngularCore.BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
39712
39784
|
this.bc(this.value);
|
|
39713
39785
|
};
|
|
39714
39786
|
ColorEditorPanel.prototype.au = function (a, b) {
|
|
@@ -39732,7 +39804,7 @@
|
|
|
39732
39804
|
ColorEditorPanel.prototype.bi = function () {
|
|
39733
39805
|
};
|
|
39734
39806
|
ColorEditorPanel.prototype.ax = function () {
|
|
39735
|
-
this.value = igniteuiAngularCore.BrushUtil.
|
|
39807
|
+
this.value = igniteuiAngularCore.BrushUtil.j(0, 0, 0, 0);
|
|
39736
39808
|
};
|
|
39737
39809
|
Object.defineProperty(ColorEditorPanel.prototype, "b5", {
|
|
39738
39810
|
get: function () {
|