igniteui-webcomponents-inputs 5.4.0-beta.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +688 -626
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/DatePickerView_combined.js +2 -2
- package/esm2015/lib/IconView_combined.js +336 -288
- package/esm2015/lib/InputGroupView_combined.js +216 -209
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/XButtonBridge.js +2 -2
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +5 -5
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +5 -5
- package/esm2015/lib/igc-x-icon-component.js +46 -46
- package/esm2015/lib/igc-x-label-component.js +51 -51
- package/esm5/lib/DatePickerView_combined.js +2 -2
- package/esm5/lib/IconView_combined.js +328 -272
- package/esm5/lib/InputGroupView_combined.js +209 -202
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/XButtonBridge.js +2 -2
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +5 -5
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +5 -5
- package/esm5/lib/igc-x-icon-component.js +46 -46
- package/esm5/lib/igc-x-label-component.js +51 -51
- package/fesm2015/igniteui-webcomponents-inputs.js +703 -649
- package/fesm5/igniteui-webcomponents-inputs.js +687 -625
- package/lib/IconView_combined.d.ts +94 -84
- package/lib/InputGroupView_combined.d.ts +75 -74
- package/package.json +2 -2
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { __extends, __values } from 'tslib';
|
|
9
|
-
import { StringBuilder, markType, Base, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, NamePatcher, WebComponentRenderer, TypeRegistrar, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, IgcHTMLElement, markEnum, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, PortalManager, ensureEnum, enumToString, FontInfo, delegateRemove, delegateCombine, IgcFocusEventArgs, IgcChildContentModule, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, stringStartsWith, trimStart, IIcon_$type, fromBrushCollection, toBrushCollection, brushCollectionToString, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, IgcKeyEventArgs, SyncableObservableCollection$2, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, Rect, stringContains, stringSplit, Popup, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, Size, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgcPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect, rectToString } from 'igniteui-webcomponents-core';
|
|
9
|
+
import { StringBuilder, markType, Base, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, NamePatcher, WebComponentRenderer, TypeRegistrar, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, IgcHTMLElement, markEnum, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, PortalManager, ensureEnum, enumToString, FontInfo, delegateRemove, delegateCombine, IgcFocusEventArgs, IgcChildContentModule, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, LegendItemHelper, stringStartsWith, trimStart, IIcon_$type, fromBrushCollection, toBrushCollection, brushCollectionToString, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, IgcKeyEventArgs, SyncableObservableCollection$2, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, Rect, stringContains, stringSplit, Popup, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, Size, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgcPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect, rectToString } from 'igniteui-webcomponents-core';
|
|
10
10
|
|
|
11
11
|
/*
|
|
12
12
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
@@ -8622,7 +8622,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8622
8622
|
_this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
8623
8623
|
return _this;
|
|
8624
8624
|
}
|
|
8625
|
-
IconView.prototype.
|
|
8625
|
+
IconView.prototype.am = function () {
|
|
8626
8626
|
};
|
|
8627
8627
|
IconView.prototype.l = function () {
|
|
8628
8628
|
return true;
|
|
@@ -8655,7 +8655,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8655
8655
|
enumerable: false,
|
|
8656
8656
|
configurable: true
|
|
8657
8657
|
});
|
|
8658
|
-
IconView.prototype.
|
|
8658
|
+
IconView.prototype.ak = function (a) {
|
|
8659
8659
|
var e_1, _a;
|
|
8660
8660
|
if (a == null) {
|
|
8661
8661
|
try {
|
|
@@ -8692,7 +8692,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8692
8692
|
this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
8693
8693
|
this.v.rootWrapper.setStyleProperty("align-items", "center");
|
|
8694
8694
|
this.v.rootWrapper.setStyleProperty("justify-content", "center");
|
|
8695
|
-
this.
|
|
8695
|
+
this.au();
|
|
8696
8696
|
var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
8697
8697
|
c.setStyleProperty("position", "absolute");
|
|
8698
8698
|
c.setStyleProperty("top", "0");
|
|
@@ -8705,14 +8705,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8705
8705
|
d.setStyleProperty("width", "100%");
|
|
8706
8706
|
d.setStyleProperty("object-fit", "contain");
|
|
8707
8707
|
this.x = d;
|
|
8708
|
-
this.
|
|
8708
|
+
this.a0();
|
|
8709
8709
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
8710
8710
|
this.y.append(this.w);
|
|
8711
8711
|
this.v.append(this.y);
|
|
8712
|
-
this.o.add(c.listen("click", runOn(this, this.
|
|
8713
|
-
this.d.
|
|
8712
|
+
this.o.add(c.listen("click", runOn(this, this.aj)));
|
|
8713
|
+
this.d.cm();
|
|
8714
8714
|
};
|
|
8715
|
-
IconView.prototype.
|
|
8715
|
+
IconView.prototype.ax = function (a) {
|
|
8716
8716
|
this.n.clear();
|
|
8717
8717
|
this.v.rootWrapper.removeChildren();
|
|
8718
8718
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8727,7 +8727,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8727
8727
|
this.p.add(b);
|
|
8728
8728
|
}
|
|
8729
8729
|
};
|
|
8730
|
-
IconView.prototype.
|
|
8730
|
+
IconView.prototype.ay = function (a) {
|
|
8731
8731
|
this.n.clear();
|
|
8732
8732
|
this.v.rootWrapper.removeChildren();
|
|
8733
8733
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8744,14 +8744,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8744
8744
|
}
|
|
8745
8745
|
}
|
|
8746
8746
|
};
|
|
8747
|
-
IconView.prototype.
|
|
8747
|
+
IconView.prototype.aw = function (a) {
|
|
8748
8748
|
this.v.rootWrapper.removeChildren();
|
|
8749
8749
|
if (a != null) {
|
|
8750
8750
|
var b = this.v.rootWrapper.getNativeElement();
|
|
8751
8751
|
b.innerHTML = a;
|
|
8752
8752
|
}
|
|
8753
8753
|
};
|
|
8754
|
-
IconView.prototype.
|
|
8754
|
+
IconView.prototype.as = function (a) {
|
|
8755
8755
|
if (this.ab != a) {
|
|
8756
8756
|
this.ab = a;
|
|
8757
8757
|
this.v.rootWrapper.removeChildren();
|
|
@@ -8759,12 +8759,12 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8759
8759
|
this.x.setAttribute("src", a);
|
|
8760
8760
|
}
|
|
8761
8761
|
};
|
|
8762
|
-
IconView.prototype.
|
|
8762
|
+
IconView.prototype.av = function (a) {
|
|
8763
8763
|
if (typeof a === 'string') {
|
|
8764
|
-
this.
|
|
8764
|
+
this.as(typeCast(String_$type, a));
|
|
8765
8765
|
}
|
|
8766
8766
|
};
|
|
8767
|
-
IconView.prototype.
|
|
8767
|
+
IconView.prototype.ah = function () {
|
|
8768
8768
|
if (this.d.k != 3 && this.d.k != 4) {
|
|
8769
8769
|
this.ab = null;
|
|
8770
8770
|
}
|
|
@@ -8772,18 +8772,18 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8772
8772
|
IconView.prototype.k = function () {
|
|
8773
8773
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
8774
8774
|
};
|
|
8775
|
-
IconView.prototype.
|
|
8775
|
+
IconView.prototype.au = function () {
|
|
8776
8776
|
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
|
|
8777
8777
|
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
|
|
8778
8778
|
};
|
|
8779
|
-
IconView.prototype.
|
|
8779
|
+
IconView.prototype.a0 = function () {
|
|
8780
8780
|
var a = isNaN_(this.d.aq) ? 0 : this.d.aq;
|
|
8781
8781
|
var b = isNaN_(this.d.ar) ? 0 : this.d.ar;
|
|
8782
8782
|
var c = isNaN_(this.d.as) ? 24 : this.d.as;
|
|
8783
8783
|
var d = isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
8784
8784
|
this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
8785
8785
|
};
|
|
8786
|
-
IconView.prototype.
|
|
8786
|
+
IconView.prototype.ao = function (a, b) {
|
|
8787
8787
|
var c = a.color;
|
|
8788
8788
|
if (!this.n.containsKey(a)) {
|
|
8789
8789
|
if (a.isGradient) {
|
|
@@ -8811,7 +8811,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8811
8811
|
}
|
|
8812
8812
|
}
|
|
8813
8813
|
};
|
|
8814
|
-
IconView.prototype.
|
|
8814
|
+
IconView.prototype.ap = function (a, b) {
|
|
8815
8815
|
var c = a;
|
|
8816
8816
|
if (this.n.containsKey(b)) {
|
|
8817
8817
|
c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
|
|
@@ -8822,7 +8822,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8822
8822
|
NativeUI.r(a, b);
|
|
8823
8823
|
}
|
|
8824
8824
|
};
|
|
8825
|
-
IconView.prototype.
|
|
8825
|
+
IconView.prototype.aq = function (a, b) {
|
|
8826
8826
|
var c = a;
|
|
8827
8827
|
if (this.n.containsKey(b)) {
|
|
8828
8828
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
@@ -8833,22 +8833,22 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8833
8833
|
};
|
|
8834
8834
|
IconView.prototype.ac = function (a) {
|
|
8835
8835
|
};
|
|
8836
|
-
IconView.prototype.
|
|
8836
|
+
IconView.prototype.an = function () {
|
|
8837
8837
|
if (this.l()) {
|
|
8838
8838
|
}
|
|
8839
8839
|
};
|
|
8840
8840
|
IconView.prototype.ad = function (a) {
|
|
8841
|
-
this.d.
|
|
8841
|
+
this.d.cj();
|
|
8842
8842
|
};
|
|
8843
8843
|
IconView.prototype.ae = function (a) {
|
|
8844
|
-
this.d.
|
|
8844
|
+
this.d.ck();
|
|
8845
8845
|
};
|
|
8846
|
-
IconView.prototype.
|
|
8846
|
+
IconView.prototype.ai = function () {
|
|
8847
8847
|
this.j = true;
|
|
8848
8848
|
this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
|
|
8849
8849
|
this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
|
|
8850
8850
|
};
|
|
8851
|
-
IconView.prototype.
|
|
8851
|
+
IconView.prototype.al = function () {
|
|
8852
8852
|
var e_2, _a;
|
|
8853
8853
|
this.j = false;
|
|
8854
8854
|
try {
|
|
@@ -8872,7 +8872,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8872
8872
|
}
|
|
8873
8873
|
this.o.clear();
|
|
8874
8874
|
};
|
|
8875
|
-
IconView.prototype.
|
|
8875
|
+
IconView.prototype.az = function (a) {
|
|
8876
8876
|
if (a != null) {
|
|
8877
8877
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
8878
8878
|
}
|
|
@@ -8886,7 +8886,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8886
8886
|
c[1] = b;
|
|
8887
8887
|
return c;
|
|
8888
8888
|
};
|
|
8889
|
-
IconView.prototype.
|
|
8889
|
+
IconView.prototype.aj = function (a) {
|
|
8890
8890
|
if (this.d.x()) {
|
|
8891
8891
|
a.stopPropagation();
|
|
8892
8892
|
a.preventDefault();
|
|
@@ -8897,7 +8897,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8897
8897
|
var b = this.v.rootWrapper.getNativeElement();
|
|
8898
8898
|
return a.toArray();
|
|
8899
8899
|
};
|
|
8900
|
-
IconView.prototype.
|
|
8900
|
+
IconView.prototype.ag = function (a, b) {
|
|
8901
8901
|
for (var c = 0; c < b.e.count; c++) {
|
|
8902
8902
|
var d = b.e._inner[c];
|
|
8903
8903
|
var e = this.h(d);
|
|
@@ -8905,7 +8905,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8905
8905
|
a.add(e);
|
|
8906
8906
|
}
|
|
8907
8907
|
else {
|
|
8908
|
-
this.
|
|
8908
|
+
this.ag(a, d);
|
|
8909
8909
|
}
|
|
8910
8910
|
}
|
|
8911
8911
|
};
|
|
@@ -8918,7 +8918,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8918
8918
|
$ret.an = a.w;
|
|
8919
8919
|
return $ret;
|
|
8920
8920
|
})());
|
|
8921
|
-
this.
|
|
8921
|
+
this.at(c, a);
|
|
8922
8922
|
b = new PathVisualData(1, "path1", c);
|
|
8923
8923
|
break;
|
|
8924
8924
|
case 3:
|
|
@@ -8928,7 +8928,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8928
8928
|
e.ao = d.x;
|
|
8929
8929
|
e.ap = d.y;
|
|
8930
8930
|
e.aq = d.z;
|
|
8931
|
-
this.
|
|
8931
|
+
this.at(e, a);
|
|
8932
8932
|
b = new LineVisualData(1, "line1", e);
|
|
8933
8933
|
break;
|
|
8934
8934
|
case 4:
|
|
@@ -8938,7 +8938,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8938
8938
|
g.height = f.w;
|
|
8939
8939
|
g.ap = f.x;
|
|
8940
8940
|
g.aq = f.y;
|
|
8941
|
-
this.
|
|
8941
|
+
this.at(g, a);
|
|
8942
8942
|
b = new RectangleVisualData(1, "rect1", g);
|
|
8943
8943
|
break;
|
|
8944
8944
|
case 5:
|
|
@@ -8947,13 +8947,13 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8947
8947
|
var i = new Ellipse();
|
|
8948
8948
|
i.width = h.y * 2;
|
|
8949
8949
|
i.height = h.z * 2;
|
|
8950
|
-
this.
|
|
8950
|
+
this.at(i, a);
|
|
8951
8951
|
b = new EllipseVisualData(1, "ellipse1", i);
|
|
8952
8952
|
break;
|
|
8953
8953
|
}
|
|
8954
8954
|
return b;
|
|
8955
8955
|
};
|
|
8956
|
-
IconView.prototype.
|
|
8956
|
+
IconView.prototype.at = function (a, b) {
|
|
8957
8957
|
var c = b;
|
|
8958
8958
|
a.ad = b.t;
|
|
8959
8959
|
a.j = c.h;
|
|
@@ -8986,6 +8986,16 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8986
8986
|
}
|
|
8987
8987
|
return null;
|
|
8988
8988
|
};
|
|
8989
|
+
IconView.prototype.ar = function (a, b) {
|
|
8990
|
+
this.v.rootWrapper.removeChildren();
|
|
8991
|
+
if (a == null) {
|
|
8992
|
+
return;
|
|
8993
|
+
}
|
|
8994
|
+
LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
|
|
8995
|
+
};
|
|
8996
|
+
IconView.prototype.af = function () {
|
|
8997
|
+
this.v.rootWrapper.removeChildren();
|
|
8998
|
+
};
|
|
8989
8999
|
IconView.$t = markType(IconView, 'IconView');
|
|
8990
9000
|
return IconView;
|
|
8991
9001
|
}(Base));
|
|
@@ -8999,34 +9009,36 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8999
9009
|
_this._view = null;
|
|
9000
9010
|
_this.k = 0;
|
|
9001
9011
|
_this.l = 0;
|
|
9002
|
-
_this.
|
|
9003
|
-
_this.
|
|
9004
|
-
_this.
|
|
9012
|
+
_this.cv = XIcon.db;
|
|
9013
|
+
_this.cw = XIcon.df;
|
|
9014
|
+
_this.cx = XIcon.dg;
|
|
9005
9015
|
_this.y = XIcon.ak;
|
|
9006
|
-
_this.
|
|
9007
|
-
_this.
|
|
9016
|
+
_this.cy = XIcon.db;
|
|
9017
|
+
_this.c6 = XIcon.df;
|
|
9008
9018
|
_this.ac = XIcon.ak;
|
|
9009
|
-
_this.
|
|
9010
|
-
_this.
|
|
9011
|
-
_this.
|
|
9019
|
+
_this.c7 = XIcon.dg;
|
|
9020
|
+
_this.cz = XIcon.dc;
|
|
9021
|
+
_this.c0 = XIcon.dd;
|
|
9012
9022
|
_this.aa = XIcon.aj;
|
|
9013
|
-
_this.
|
|
9023
|
+
_this.c1 = null;
|
|
9014
9024
|
_this.c = null;
|
|
9015
9025
|
_this.d = null;
|
|
9016
|
-
_this.
|
|
9017
|
-
_this.
|
|
9018
|
-
_this.
|
|
9019
|
-
_this.
|
|
9020
|
-
_this.
|
|
9021
|
-
_this.a1 = null;
|
|
9022
|
-
_this.a4 = null;
|
|
9026
|
+
_this.c2 = null;
|
|
9027
|
+
_this.c3 = null;
|
|
9028
|
+
_this.c4 = null;
|
|
9029
|
+
_this.c5 = null;
|
|
9030
|
+
_this.ay = null;
|
|
9023
9031
|
_this.a3 = null;
|
|
9032
|
+
_this.a6 = null;
|
|
9033
|
+
_this.a5 = null;
|
|
9024
9034
|
_this.a = null;
|
|
9035
|
+
_this.ct = null;
|
|
9036
|
+
_this.ax = null;
|
|
9025
9037
|
_this.n = null;
|
|
9026
|
-
_this.
|
|
9038
|
+
_this.a4 = "ig-icon-" + XIcon.aw++;
|
|
9027
9039
|
_this.au = 0;
|
|
9028
9040
|
_this.p = false;
|
|
9029
|
-
_this.
|
|
9041
|
+
_this.a2 = null;
|
|
9030
9042
|
_this.r = false;
|
|
9031
9043
|
_this.q = false;
|
|
9032
9044
|
_this.ab = 1;
|
|
@@ -9041,7 +9053,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9041
9053
|
var a = new IconView();
|
|
9042
9054
|
a.d = _this;
|
|
9043
9055
|
_this.view = a;
|
|
9044
|
-
_this.view.
|
|
9056
|
+
_this.view.am();
|
|
9045
9057
|
return _this;
|
|
9046
9058
|
}
|
|
9047
9059
|
Object.defineProperty(XIcon.prototype, "view", {
|
|
@@ -9057,13 +9069,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9057
9069
|
XIcon.prototype.destroy = function () {
|
|
9058
9070
|
this.provideContainer(null);
|
|
9059
9071
|
};
|
|
9060
|
-
XIcon.prototype.
|
|
9072
|
+
XIcon.prototype.cl = function (a, b, c) {
|
|
9061
9073
|
if (this.propertyChanged != null) {
|
|
9062
9074
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
9063
9075
|
}
|
|
9064
|
-
this.
|
|
9076
|
+
this.co(a, b, c);
|
|
9065
9077
|
};
|
|
9066
|
-
XIcon.prototype.
|
|
9078
|
+
XIcon.prototype.co = function (a, b, c) {
|
|
9067
9079
|
switch (a) {
|
|
9068
9080
|
case "Fill":
|
|
9069
9081
|
case "Stroke":
|
|
@@ -9072,73 +9084,80 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9072
9084
|
case "HoverStroke":
|
|
9073
9085
|
case "HoverStrokeThickness":
|
|
9074
9086
|
case "IsHover":
|
|
9075
|
-
this.
|
|
9087
|
+
this.cs();
|
|
9076
9088
|
break;
|
|
9077
9089
|
case "FillColors":
|
|
9078
9090
|
case "StrokeColors":
|
|
9079
9091
|
case "ActualFill":
|
|
9080
9092
|
case "ActualStroke":
|
|
9081
9093
|
case "ActualStrokeWidth":
|
|
9082
|
-
this.
|
|
9094
|
+
this.cq();
|
|
9083
9095
|
break;
|
|
9084
9096
|
case "SVG":
|
|
9085
|
-
this.
|
|
9097
|
+
this.a6 = null;
|
|
9086
9098
|
this.a = null;
|
|
9087
|
-
this.
|
|
9099
|
+
this.cq();
|
|
9088
9100
|
break;
|
|
9089
9101
|
case "SVGPath":
|
|
9090
|
-
this.
|
|
9102
|
+
this.a5 = null;
|
|
9091
9103
|
this.a = null;
|
|
9092
|
-
this.
|
|
9104
|
+
this.cq();
|
|
9093
9105
|
break;
|
|
9094
9106
|
case "SVGPaths":
|
|
9095
|
-
this.
|
|
9096
|
-
this.
|
|
9097
|
-
this.
|
|
9107
|
+
this.a5 = null;
|
|
9108
|
+
this.a6 = null;
|
|
9109
|
+
this.cq();
|
|
9098
9110
|
break;
|
|
9099
9111
|
case "DataURL":
|
|
9100
|
-
this.
|
|
9101
|
-
this.
|
|
9112
|
+
this.a5 = null;
|
|
9113
|
+
this.a6 = null;
|
|
9102
9114
|
this.a = null;
|
|
9103
|
-
this.
|
|
9115
|
+
this.cq();
|
|
9104
9116
|
break;
|
|
9105
9117
|
case "Source":
|
|
9106
|
-
this.
|
|
9107
|
-
this.
|
|
9118
|
+
this.a5 = null;
|
|
9119
|
+
this.a6 = null;
|
|
9120
|
+
this.a = null;
|
|
9121
|
+
this.cq();
|
|
9122
|
+
break;
|
|
9123
|
+
case "DataTemplate":
|
|
9124
|
+
case "DataTemplateContext":
|
|
9125
|
+
this.a5 = null;
|
|
9126
|
+
this.a6 = null;
|
|
9108
9127
|
this.a = null;
|
|
9109
|
-
this.
|
|
9128
|
+
this.cq();
|
|
9110
9129
|
break;
|
|
9111
9130
|
case "Opacity":
|
|
9112
|
-
this.
|
|
9131
|
+
this.cr();
|
|
9113
9132
|
break;
|
|
9114
9133
|
case "ViewBoxLeft":
|
|
9115
9134
|
case "ViewBoxTop":
|
|
9116
9135
|
case "ViewBoxWidth":
|
|
9117
9136
|
case "ViewBoxHeight":
|
|
9118
|
-
this.view.
|
|
9137
|
+
this.view.a0();
|
|
9119
9138
|
break;
|
|
9120
9139
|
case "Width":
|
|
9121
9140
|
case "Height":
|
|
9122
|
-
this.view.
|
|
9141
|
+
this.view.au();
|
|
9123
9142
|
break;
|
|
9124
9143
|
}
|
|
9125
9144
|
};
|
|
9126
|
-
XIcon.prototype.
|
|
9127
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
9128
|
-
var b = this.
|
|
9145
|
+
XIcon.prototype.cs = function () {
|
|
9146
|
+
var a = this.fill != null ? this.fill : XIcon.db;
|
|
9147
|
+
var b = this.dp != null ? this.dp : XIcon.df;
|
|
9129
9148
|
var c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
|
|
9130
|
-
var d = this.
|
|
9149
|
+
var d = this.dq != null ? this.dq : XIcon.dg;
|
|
9131
9150
|
if (this.v) {
|
|
9132
|
-
this.
|
|
9133
|
-
this.
|
|
9151
|
+
this.c8 = this.dh != null ? this.dh : a;
|
|
9152
|
+
this.c9 = this.di != null ? this.di : b;
|
|
9134
9153
|
this.ai = !isNaN_(this.am) ? this.am : c;
|
|
9135
|
-
this.
|
|
9154
|
+
this.da = this.dj != null ? this.dj : d;
|
|
9136
9155
|
}
|
|
9137
9156
|
else {
|
|
9138
|
-
this.
|
|
9139
|
-
this.
|
|
9157
|
+
this.c8 = a;
|
|
9158
|
+
this.c9 = b;
|
|
9140
9159
|
this.ai = c;
|
|
9141
|
-
this.
|
|
9160
|
+
this.da = d;
|
|
9142
9161
|
}
|
|
9143
9162
|
};
|
|
9144
9163
|
Object.defineProperty(XIcon.prototype, "t", {
|
|
@@ -9148,54 +9167,60 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9148
9167
|
enumerable: false,
|
|
9149
9168
|
configurable: true
|
|
9150
9169
|
});
|
|
9151
|
-
XIcon.prototype.
|
|
9170
|
+
XIcon.prototype.cr = function () {
|
|
9152
9171
|
NativeUI.y(this.view.z, this.an);
|
|
9153
9172
|
};
|
|
9154
|
-
XIcon.prototype.
|
|
9173
|
+
XIcon.prototype.cf = function () {
|
|
9174
|
+
this.view.af();
|
|
9175
|
+
};
|
|
9176
|
+
XIcon.prototype.cq = function () {
|
|
9155
9177
|
var a = this.view.z;
|
|
9156
9178
|
if (this.t) {
|
|
9157
9179
|
var b = this.view.aa;
|
|
9158
|
-
NativeUI.r(b, this.
|
|
9159
|
-
NativeUI.aa(b, this.
|
|
9180
|
+
NativeUI.r(b, this.c8);
|
|
9181
|
+
NativeUI.aa(b, this.c9);
|
|
9160
9182
|
NativeUI.ad(b, this.ai);
|
|
9161
9183
|
}
|
|
9162
9184
|
else {
|
|
9163
9185
|
var c = this.j();
|
|
9164
9186
|
if (c != this.k) {
|
|
9165
9187
|
this.k = c;
|
|
9166
|
-
this.view.
|
|
9188
|
+
this.view.ah();
|
|
9167
9189
|
}
|
|
9168
9190
|
var d = false;
|
|
9169
|
-
if (this.
|
|
9191
|
+
if (this.cu != null) {
|
|
9192
|
+
this.view.ar(this.cu, this.az);
|
|
9193
|
+
}
|
|
9194
|
+
else if (this.svgPath != null) {
|
|
9170
9195
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
9171
|
-
this.view.
|
|
9196
|
+
this.view.aw(this.svgPath);
|
|
9172
9197
|
d = true;
|
|
9173
9198
|
}
|
|
9174
9199
|
else {
|
|
9175
|
-
this.view.
|
|
9200
|
+
this.view.ax(this.svgPath);
|
|
9176
9201
|
}
|
|
9177
9202
|
}
|
|
9178
9203
|
else if (this.b != null) {
|
|
9179
|
-
this.view.
|
|
9204
|
+
this.view.ay(this.b);
|
|
9180
9205
|
var e = this.view.c;
|
|
9181
9206
|
if (e != null && e.length > 0) {
|
|
9182
9207
|
var f = NativeUI.r;
|
|
9183
9208
|
var g = NativeUI.aa;
|
|
9184
|
-
this.
|
|
9185
|
-
f = runOn(this.view, this.view.
|
|
9186
|
-
g = runOn(this.view, this.view.
|
|
9209
|
+
this.cn();
|
|
9210
|
+
f = runOn(this.view, this.view.ap);
|
|
9211
|
+
g = runOn(this.view, this.view.aq);
|
|
9187
9212
|
for (var h = 0; h < e.length; h++) {
|
|
9188
|
-
if (this.
|
|
9189
|
-
f(e[h], this.
|
|
9213
|
+
if (this.c8 != null) {
|
|
9214
|
+
f(e[h], this.c8);
|
|
9190
9215
|
}
|
|
9191
|
-
if (this.
|
|
9192
|
-
g(e[h], this.
|
|
9216
|
+
if (this.c9 != null) {
|
|
9217
|
+
g(e[h], this.c9);
|
|
9193
9218
|
}
|
|
9194
9219
|
if (!isNaN_(this.ai)) {
|
|
9195
9220
|
NativeUI.ad(e[h], this.ai);
|
|
9196
9221
|
}
|
|
9197
|
-
if (this.
|
|
9198
|
-
NativeUI.q(e[h], this.
|
|
9222
|
+
if (this.da != null) {
|
|
9223
|
+
NativeUI.q(e[h], this.da);
|
|
9199
9224
|
}
|
|
9200
9225
|
if (this.e != null && this.e.count == e.length) {
|
|
9201
9226
|
f(e[h], this.e.item(h));
|
|
@@ -9206,36 +9231,38 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9206
9231
|
}
|
|
9207
9232
|
}
|
|
9208
9233
|
if (this.o != null) {
|
|
9209
|
-
this.view.
|
|
9234
|
+
this.view.az(this.o);
|
|
9210
9235
|
}
|
|
9211
9236
|
return;
|
|
9212
9237
|
}
|
|
9213
9238
|
else if (this.svg != null) {
|
|
9214
|
-
this.view.
|
|
9239
|
+
this.view.aw(this.svg);
|
|
9215
9240
|
d = true;
|
|
9216
9241
|
}
|
|
9217
|
-
else if (this.
|
|
9218
|
-
this.view.
|
|
9242
|
+
else if (this.bg != null) {
|
|
9243
|
+
this.view.as(this.bg);
|
|
9219
9244
|
}
|
|
9220
|
-
else if (this.
|
|
9221
|
-
this.view.
|
|
9245
|
+
else if (this.a1 != null) {
|
|
9246
|
+
this.view.av(this.a1);
|
|
9247
|
+
}
|
|
9248
|
+
else {
|
|
9222
9249
|
}
|
|
9223
9250
|
if (d) {
|
|
9224
9251
|
for (var i = 0; i < this.view.r.count; i++) {
|
|
9225
9252
|
var j = this.view.r._inner[i].c;
|
|
9226
|
-
NativeUI.r(this.view.r._inner[i].d, j.l.f(this.
|
|
9253
|
+
NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
|
|
9227
9254
|
}
|
|
9228
9255
|
for (var k = 0; k < this.view.s.count; k++) {
|
|
9229
9256
|
var l = this.view.s._inner[k].c;
|
|
9230
|
-
NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.
|
|
9257
|
+
NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
|
|
9231
9258
|
}
|
|
9232
9259
|
for (var m = 0; m < this.view.t.count; m++) {
|
|
9233
9260
|
var n = this.view.t._inner[m].c;
|
|
9234
|
-
NativeUI.r(this.view.t._inner[m].d, n.l.f(this.
|
|
9261
|
+
NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
|
|
9235
9262
|
}
|
|
9236
9263
|
for (var o = 0; o < this.view.u.count; o++) {
|
|
9237
9264
|
var p = this.view.u._inner[o].c;
|
|
9238
|
-
NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.
|
|
9265
|
+
NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
|
|
9239
9266
|
}
|
|
9240
9267
|
for (var q = 0; q < this.view.e.o.count; q++) {
|
|
9241
9268
|
var r = this.view.e.o._inner[q];
|
|
@@ -9261,41 +9288,41 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9261
9288
|
}
|
|
9262
9289
|
for (var ac = 0; ac < this.view.q.count; ac++) {
|
|
9263
9290
|
var ad = this.view.q._inner[ac].c;
|
|
9264
|
-
NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.
|
|
9265
|
-
NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.
|
|
9291
|
+
NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
|
|
9292
|
+
NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
|
|
9266
9293
|
}
|
|
9267
9294
|
}
|
|
9268
9295
|
var ae = this.view.z;
|
|
9269
|
-
if (this.
|
|
9270
|
-
NativeUI.r(ae, this.
|
|
9296
|
+
if (this.c8 != null) {
|
|
9297
|
+
NativeUI.r(ae, this.c8);
|
|
9271
9298
|
}
|
|
9272
|
-
if (this.
|
|
9273
|
-
NativeUI.aa(ae, this.
|
|
9299
|
+
if (this.c9 != null) {
|
|
9300
|
+
NativeUI.aa(ae, this.c9);
|
|
9274
9301
|
}
|
|
9275
9302
|
if (!isNaN_(this.ai)) {
|
|
9276
9303
|
NativeUI.ad(ae, this.ai);
|
|
9277
9304
|
}
|
|
9278
9305
|
}
|
|
9279
9306
|
if (this.o != null) {
|
|
9280
|
-
this.view.
|
|
9307
|
+
this.view.az(this.o);
|
|
9281
9308
|
}
|
|
9282
|
-
if (this.
|
|
9283
|
-
NativeUI.q(this.view.z, this.
|
|
9309
|
+
if (this.da != null) {
|
|
9310
|
+
NativeUI.q(this.view.z, this.da);
|
|
9284
9311
|
}
|
|
9285
9312
|
};
|
|
9286
|
-
XIcon.prototype.
|
|
9313
|
+
XIcon.prototype.cn = function () {
|
|
9287
9314
|
var e_3, _a, e_4, _b;
|
|
9288
|
-
if (this.
|
|
9289
|
-
this.view.
|
|
9315
|
+
if (this.c8 != null) {
|
|
9316
|
+
this.view.ao(this.c8, "fill");
|
|
9290
9317
|
}
|
|
9291
|
-
if (this.
|
|
9292
|
-
this.view.
|
|
9318
|
+
if (this.c9 != null) {
|
|
9319
|
+
this.view.ao(this.c9, "stroke");
|
|
9293
9320
|
}
|
|
9294
9321
|
if (this.e != null) {
|
|
9295
9322
|
try {
|
|
9296
9323
|
for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
9297
9324
|
var a = _d.value;
|
|
9298
|
-
this.view.
|
|
9325
|
+
this.view.ao(a, "fills");
|
|
9299
9326
|
}
|
|
9300
9327
|
}
|
|
9301
9328
|
catch (e_3_1) {
|
|
@@ -9316,7 +9343,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9316
9343
|
try {
|
|
9317
9344
|
for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
9318
9345
|
var b = _f.value;
|
|
9319
|
-
this.view.
|
|
9346
|
+
this.view.ao(b, "strokes");
|
|
9320
9347
|
}
|
|
9321
9348
|
}
|
|
9322
9349
|
catch (e_4_1) {
|
|
@@ -9345,10 +9372,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9345
9372
|
else if (this.svg != null) {
|
|
9346
9373
|
a = 0;
|
|
9347
9374
|
}
|
|
9348
|
-
else if (this.
|
|
9375
|
+
else if (this.bg != null) {
|
|
9349
9376
|
a = 3;
|
|
9350
9377
|
}
|
|
9351
|
-
else if (this.
|
|
9378
|
+
else if (this.a1 != null) {
|
|
9352
9379
|
a = 4;
|
|
9353
9380
|
}
|
|
9354
9381
|
return a;
|
|
@@ -9361,49 +9388,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9361
9388
|
var b = this.l;
|
|
9362
9389
|
this.l = a;
|
|
9363
9390
|
if (b != this.l) {
|
|
9364
|
-
this.
|
|
9391
|
+
this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
9365
9392
|
}
|
|
9366
9393
|
},
|
|
9367
9394
|
enumerable: false,
|
|
9368
9395
|
configurable: true
|
|
9369
9396
|
});
|
|
9370
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9397
|
+
Object.defineProperty(XIcon.prototype, "c8", {
|
|
9371
9398
|
get: function () {
|
|
9372
|
-
return this.
|
|
9399
|
+
return this.cv;
|
|
9373
9400
|
},
|
|
9374
9401
|
set: function (a) {
|
|
9375
|
-
var b = this.
|
|
9376
|
-
this.
|
|
9377
|
-
if (b != this.
|
|
9378
|
-
this.
|
|
9402
|
+
var b = this.cv;
|
|
9403
|
+
this.cv = a;
|
|
9404
|
+
if (b != this.cv) {
|
|
9405
|
+
this.cl("ActualFill", b, a);
|
|
9379
9406
|
}
|
|
9380
9407
|
},
|
|
9381
9408
|
enumerable: false,
|
|
9382
9409
|
configurable: true
|
|
9383
9410
|
});
|
|
9384
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9411
|
+
Object.defineProperty(XIcon.prototype, "c9", {
|
|
9385
9412
|
get: function () {
|
|
9386
|
-
return this.
|
|
9413
|
+
return this.cw;
|
|
9387
9414
|
},
|
|
9388
9415
|
set: function (a) {
|
|
9389
|
-
var b = this.
|
|
9390
|
-
this.
|
|
9391
|
-
if (b != this.
|
|
9392
|
-
this.
|
|
9416
|
+
var b = this.cw;
|
|
9417
|
+
this.cw = a;
|
|
9418
|
+
if (b != this.cw) {
|
|
9419
|
+
this.cl("ActualStroke", b, a);
|
|
9393
9420
|
}
|
|
9394
9421
|
},
|
|
9395
9422
|
enumerable: false,
|
|
9396
9423
|
configurable: true
|
|
9397
9424
|
});
|
|
9398
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9425
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
9399
9426
|
get: function () {
|
|
9400
|
-
return this.
|
|
9427
|
+
return this.cx;
|
|
9401
9428
|
},
|
|
9402
9429
|
set: function (a) {
|
|
9403
|
-
var b = this.
|
|
9404
|
-
this.
|
|
9405
|
-
if (b != this.
|
|
9406
|
-
this.
|
|
9430
|
+
var b = this.cx;
|
|
9431
|
+
this.cx = a;
|
|
9432
|
+
if (b != this.cx) {
|
|
9433
|
+
this.cl("ActualTextColor", b, a);
|
|
9407
9434
|
}
|
|
9408
9435
|
},
|
|
9409
9436
|
enumerable: false,
|
|
@@ -9417,7 +9444,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9417
9444
|
var b = this.y;
|
|
9418
9445
|
this.y = a;
|
|
9419
9446
|
if (b != this.y) {
|
|
9420
|
-
this.
|
|
9447
|
+
this.cl("ActualStrokeWidth", b, a);
|
|
9421
9448
|
}
|
|
9422
9449
|
},
|
|
9423
9450
|
enumerable: false,
|
|
@@ -9425,27 +9452,27 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9425
9452
|
});
|
|
9426
9453
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
9427
9454
|
get: function () {
|
|
9428
|
-
return this.
|
|
9455
|
+
return this.cy;
|
|
9429
9456
|
},
|
|
9430
9457
|
set: function (a) {
|
|
9431
|
-
var b = this.
|
|
9432
|
-
this.
|
|
9433
|
-
if (b != this.
|
|
9434
|
-
this.
|
|
9458
|
+
var b = this.cy;
|
|
9459
|
+
this.cy = a;
|
|
9460
|
+
if (b != this.cy) {
|
|
9461
|
+
this.cl("Fill", b, a);
|
|
9435
9462
|
}
|
|
9436
9463
|
},
|
|
9437
9464
|
enumerable: false,
|
|
9438
9465
|
configurable: true
|
|
9439
9466
|
});
|
|
9440
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9467
|
+
Object.defineProperty(XIcon.prototype, "dp", {
|
|
9441
9468
|
get: function () {
|
|
9442
|
-
return this.
|
|
9469
|
+
return this.c6;
|
|
9443
9470
|
},
|
|
9444
9471
|
set: function (a) {
|
|
9445
|
-
var b = this.
|
|
9446
|
-
this.
|
|
9447
|
-
if (b != this.
|
|
9448
|
-
this.
|
|
9472
|
+
var b = this.c6;
|
|
9473
|
+
this.c6 = a;
|
|
9474
|
+
if (b != this.c6) {
|
|
9475
|
+
this.cl("Stroke", b, a);
|
|
9449
9476
|
}
|
|
9450
9477
|
},
|
|
9451
9478
|
enumerable: false,
|
|
@@ -9459,49 +9486,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9459
9486
|
var b = this.ac;
|
|
9460
9487
|
this.ac = a;
|
|
9461
9488
|
if (b != this.ac) {
|
|
9462
|
-
this.
|
|
9489
|
+
this.cl("StrokeWidth", b, a);
|
|
9463
9490
|
}
|
|
9464
9491
|
},
|
|
9465
9492
|
enumerable: false,
|
|
9466
9493
|
configurable: true
|
|
9467
9494
|
});
|
|
9468
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9495
|
+
Object.defineProperty(XIcon.prototype, "dq", {
|
|
9469
9496
|
get: function () {
|
|
9470
|
-
return this.
|
|
9497
|
+
return this.c7;
|
|
9471
9498
|
},
|
|
9472
9499
|
set: function (a) {
|
|
9473
|
-
var b = this.
|
|
9474
|
-
this.
|
|
9475
|
-
if (b != this.
|
|
9476
|
-
this.
|
|
9500
|
+
var b = this.c7;
|
|
9501
|
+
this.c7 = a;
|
|
9502
|
+
if (b != this.c7) {
|
|
9503
|
+
this.cl("TextColor", b, a);
|
|
9477
9504
|
}
|
|
9478
9505
|
},
|
|
9479
9506
|
enumerable: false,
|
|
9480
9507
|
configurable: true
|
|
9481
9508
|
});
|
|
9482
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9509
|
+
Object.defineProperty(XIcon.prototype, "dh", {
|
|
9483
9510
|
get: function () {
|
|
9484
|
-
return this.
|
|
9511
|
+
return this.cz;
|
|
9485
9512
|
},
|
|
9486
9513
|
set: function (a) {
|
|
9487
|
-
var b = this.
|
|
9488
|
-
this.
|
|
9489
|
-
if (b != this.
|
|
9490
|
-
this.
|
|
9514
|
+
var b = this.cz;
|
|
9515
|
+
this.cz = a;
|
|
9516
|
+
if (b != this.cz) {
|
|
9517
|
+
this.cl("HoverFill", b, a);
|
|
9491
9518
|
}
|
|
9492
9519
|
},
|
|
9493
9520
|
enumerable: false,
|
|
9494
9521
|
configurable: true
|
|
9495
9522
|
});
|
|
9496
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9523
|
+
Object.defineProperty(XIcon.prototype, "di", {
|
|
9497
9524
|
get: function () {
|
|
9498
|
-
return this.
|
|
9525
|
+
return this.c0;
|
|
9499
9526
|
},
|
|
9500
9527
|
set: function (a) {
|
|
9501
|
-
var b = this.
|
|
9502
|
-
this.
|
|
9503
|
-
if (b != this.
|
|
9504
|
-
this.
|
|
9528
|
+
var b = this.c0;
|
|
9529
|
+
this.c0 = a;
|
|
9530
|
+
if (b != this.c0) {
|
|
9531
|
+
this.cl("HoverStroke", b, a);
|
|
9505
9532
|
}
|
|
9506
9533
|
},
|
|
9507
9534
|
enumerable: false,
|
|
@@ -9515,21 +9542,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9515
9542
|
var b = this.aa;
|
|
9516
9543
|
this.aa = a;
|
|
9517
9544
|
if (b != this.aa) {
|
|
9518
|
-
this.
|
|
9545
|
+
this.cl("HoverStrokeThickness", b, a);
|
|
9519
9546
|
}
|
|
9520
9547
|
},
|
|
9521
9548
|
enumerable: false,
|
|
9522
9549
|
configurable: true
|
|
9523
9550
|
});
|
|
9524
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9551
|
+
Object.defineProperty(XIcon.prototype, "dj", {
|
|
9525
9552
|
get: function () {
|
|
9526
|
-
return this.
|
|
9553
|
+
return this.c1;
|
|
9527
9554
|
},
|
|
9528
9555
|
set: function (a) {
|
|
9529
|
-
var b = this.
|
|
9530
|
-
this.
|
|
9531
|
-
if (b != this.
|
|
9532
|
-
this.
|
|
9556
|
+
var b = this.c1;
|
|
9557
|
+
this.c1 = a;
|
|
9558
|
+
if (b != this.c1) {
|
|
9559
|
+
this.cl("HoverTextColor", b, a);
|
|
9533
9560
|
}
|
|
9534
9561
|
},
|
|
9535
9562
|
enumerable: false,
|
|
@@ -9543,7 +9570,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9543
9570
|
var b = this.c;
|
|
9544
9571
|
this.c = a;
|
|
9545
9572
|
if (b != this.c) {
|
|
9546
|
-
this.
|
|
9573
|
+
this.cl("FillColors", b, this.c);
|
|
9547
9574
|
}
|
|
9548
9575
|
},
|
|
9549
9576
|
enumerable: false,
|
|
@@ -9557,91 +9584,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9557
9584
|
var b = this.d;
|
|
9558
9585
|
this.d = a;
|
|
9559
9586
|
if (b != this.d) {
|
|
9560
|
-
this.
|
|
9587
|
+
this.cl("StrokeColors", b, this.d);
|
|
9561
9588
|
}
|
|
9562
9589
|
},
|
|
9563
9590
|
enumerable: false,
|
|
9564
9591
|
configurable: true
|
|
9565
9592
|
});
|
|
9566
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9593
|
+
Object.defineProperty(XIcon.prototype, "dk", {
|
|
9567
9594
|
get: function () {
|
|
9568
|
-
return this.
|
|
9595
|
+
return this.c2;
|
|
9569
9596
|
},
|
|
9570
9597
|
set: function (a) {
|
|
9571
|
-
var b = this.
|
|
9572
|
-
this.
|
|
9573
|
-
if (b != this.
|
|
9574
|
-
this.
|
|
9598
|
+
var b = this.c2;
|
|
9599
|
+
this.c2 = a;
|
|
9600
|
+
if (b != this.c2) {
|
|
9601
|
+
this.cl("PrimaryFillColor", b, this.c2);
|
|
9575
9602
|
}
|
|
9576
9603
|
},
|
|
9577
9604
|
enumerable: false,
|
|
9578
9605
|
configurable: true
|
|
9579
9606
|
});
|
|
9580
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9607
|
+
Object.defineProperty(XIcon.prototype, "dl", {
|
|
9581
9608
|
get: function () {
|
|
9582
|
-
return this.
|
|
9609
|
+
return this.c3;
|
|
9583
9610
|
},
|
|
9584
9611
|
set: function (a) {
|
|
9585
|
-
var b = this.
|
|
9586
|
-
this.
|
|
9587
|
-
if (b != this.
|
|
9588
|
-
this.
|
|
9612
|
+
var b = this.c3;
|
|
9613
|
+
this.c3 = a;
|
|
9614
|
+
if (b != this.c3) {
|
|
9615
|
+
this.cl("PrimaryStrokeColor", b, this.c3);
|
|
9589
9616
|
}
|
|
9590
9617
|
},
|
|
9591
9618
|
enumerable: false,
|
|
9592
9619
|
configurable: true
|
|
9593
9620
|
});
|
|
9594
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9621
|
+
Object.defineProperty(XIcon.prototype, "dm", {
|
|
9595
9622
|
get: function () {
|
|
9596
|
-
return this.
|
|
9623
|
+
return this.c4;
|
|
9597
9624
|
},
|
|
9598
9625
|
set: function (a) {
|
|
9599
|
-
var b = this.
|
|
9600
|
-
this.
|
|
9601
|
-
if (b != this.
|
|
9602
|
-
this.
|
|
9626
|
+
var b = this.c4;
|
|
9627
|
+
this.c4 = a;
|
|
9628
|
+
if (b != this.c4) {
|
|
9629
|
+
this.cl("SecondaryFillColor", b, this.c4);
|
|
9603
9630
|
}
|
|
9604
9631
|
},
|
|
9605
9632
|
enumerable: false,
|
|
9606
9633
|
configurable: true
|
|
9607
9634
|
});
|
|
9608
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9635
|
+
Object.defineProperty(XIcon.prototype, "dn", {
|
|
9609
9636
|
get: function () {
|
|
9610
|
-
return this.
|
|
9637
|
+
return this.c5;
|
|
9611
9638
|
},
|
|
9612
9639
|
set: function (a) {
|
|
9613
|
-
var b = this.
|
|
9614
|
-
this.
|
|
9615
|
-
if (b != this.
|
|
9616
|
-
this.
|
|
9640
|
+
var b = this.c5;
|
|
9641
|
+
this.c5 = a;
|
|
9642
|
+
if (b != this.c5) {
|
|
9643
|
+
this.cl("SecondaryStrokeColor", b, this.c5);
|
|
9617
9644
|
}
|
|
9618
9645
|
},
|
|
9619
9646
|
enumerable: false,
|
|
9620
9647
|
configurable: true
|
|
9621
9648
|
});
|
|
9622
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9649
|
+
Object.defineProperty(XIcon.prototype, "a1", {
|
|
9623
9650
|
get: function () {
|
|
9624
|
-
return this.
|
|
9651
|
+
return this.ay;
|
|
9625
9652
|
},
|
|
9626
9653
|
set: function (a) {
|
|
9627
|
-
var b = this.
|
|
9628
|
-
this.
|
|
9629
|
-
if (b != this.
|
|
9630
|
-
this.
|
|
9654
|
+
var b = this.ay;
|
|
9655
|
+
this.ay = a;
|
|
9656
|
+
if (b != this.ay) {
|
|
9657
|
+
this.cl("Source", b, a);
|
|
9631
9658
|
}
|
|
9632
9659
|
},
|
|
9633
9660
|
enumerable: false,
|
|
9634
9661
|
configurable: true
|
|
9635
9662
|
});
|
|
9636
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9663
|
+
Object.defineProperty(XIcon.prototype, "bg", {
|
|
9637
9664
|
get: function () {
|
|
9638
|
-
return this.
|
|
9665
|
+
return this.a3;
|
|
9639
9666
|
},
|
|
9640
9667
|
set: function (a) {
|
|
9641
|
-
var b = this.
|
|
9642
|
-
this.
|
|
9643
|
-
if (b != this.
|
|
9644
|
-
this.
|
|
9668
|
+
var b = this.a3;
|
|
9669
|
+
this.a3 = a;
|
|
9670
|
+
if (b != this.a3) {
|
|
9671
|
+
this.cl("DataURL", b, a);
|
|
9645
9672
|
}
|
|
9646
9673
|
},
|
|
9647
9674
|
enumerable: false,
|
|
@@ -9649,13 +9676,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9649
9676
|
});
|
|
9650
9677
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
9651
9678
|
get: function () {
|
|
9652
|
-
return this.
|
|
9679
|
+
return this.a6;
|
|
9653
9680
|
},
|
|
9654
9681
|
set: function (a) {
|
|
9655
|
-
var b = this.
|
|
9656
|
-
this.
|
|
9657
|
-
if (b != this.
|
|
9658
|
-
this.
|
|
9682
|
+
var b = this.a6;
|
|
9683
|
+
this.a6 = a;
|
|
9684
|
+
if (b != this.a6) {
|
|
9685
|
+
this.cl("SVGPath", b, a);
|
|
9659
9686
|
}
|
|
9660
9687
|
},
|
|
9661
9688
|
enumerable: false,
|
|
@@ -9663,13 +9690,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9663
9690
|
});
|
|
9664
9691
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
9665
9692
|
get: function () {
|
|
9666
|
-
return this.
|
|
9693
|
+
return this.a5;
|
|
9667
9694
|
},
|
|
9668
9695
|
set: function (a) {
|
|
9669
|
-
var b = this.
|
|
9670
|
-
this.
|
|
9671
|
-
if (b != this.
|
|
9672
|
-
this.
|
|
9696
|
+
var b = this.a5;
|
|
9697
|
+
this.a5 = a;
|
|
9698
|
+
if (b != this.a5) {
|
|
9699
|
+
this.cl("SVG", b, this.a5);
|
|
9673
9700
|
}
|
|
9674
9701
|
},
|
|
9675
9702
|
enumerable: false,
|
|
@@ -9683,16 +9710,44 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9683
9710
|
var b = this.a;
|
|
9684
9711
|
this.a = a;
|
|
9685
9712
|
if (b != this.a) {
|
|
9686
|
-
this.
|
|
9713
|
+
this.cl("SVGPaths", b, this.a);
|
|
9714
|
+
}
|
|
9715
|
+
},
|
|
9716
|
+
enumerable: false,
|
|
9717
|
+
configurable: true
|
|
9718
|
+
});
|
|
9719
|
+
Object.defineProperty(XIcon.prototype, "cu", {
|
|
9720
|
+
get: function () {
|
|
9721
|
+
return this.ct;
|
|
9722
|
+
},
|
|
9723
|
+
set: function (a) {
|
|
9724
|
+
var b = this.ct;
|
|
9725
|
+
this.ct = a;
|
|
9726
|
+
if (b != this.ct) {
|
|
9727
|
+
this.cl("DataTemplate", b, this.ct);
|
|
9728
|
+
}
|
|
9729
|
+
},
|
|
9730
|
+
enumerable: false,
|
|
9731
|
+
configurable: true
|
|
9732
|
+
});
|
|
9733
|
+
Object.defineProperty(XIcon.prototype, "az", {
|
|
9734
|
+
get: function () {
|
|
9735
|
+
return this.ax;
|
|
9736
|
+
},
|
|
9737
|
+
set: function (a) {
|
|
9738
|
+
var b = this.ax;
|
|
9739
|
+
this.ax = a;
|
|
9740
|
+
if (b != this.ax) {
|
|
9741
|
+
this.cl("DataTemplateContext", b, this.ax);
|
|
9687
9742
|
}
|
|
9688
9743
|
},
|
|
9689
9744
|
enumerable: false,
|
|
9690
9745
|
configurable: true
|
|
9691
9746
|
});
|
|
9692
|
-
XIcon.prototype.
|
|
9747
|
+
XIcon.prototype.cj = function () {
|
|
9693
9748
|
this.v = true;
|
|
9694
9749
|
};
|
|
9695
|
-
XIcon.prototype.
|
|
9750
|
+
XIcon.prototype.ck = function () {
|
|
9696
9751
|
this.v = false;
|
|
9697
9752
|
};
|
|
9698
9753
|
Object.defineProperty(XIcon.prototype, "o", {
|
|
@@ -9703,21 +9758,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9703
9758
|
var b = this.n;
|
|
9704
9759
|
this.n = a;
|
|
9705
9760
|
if (b != this.n) {
|
|
9706
|
-
this.
|
|
9761
|
+
this.cl("TextStyle", b, a);
|
|
9707
9762
|
}
|
|
9708
9763
|
},
|
|
9709
9764
|
enumerable: false,
|
|
9710
9765
|
configurable: true
|
|
9711
9766
|
});
|
|
9712
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9767
|
+
Object.defineProperty(XIcon.prototype, "bq", {
|
|
9713
9768
|
get: function () {
|
|
9714
|
-
return this.
|
|
9769
|
+
return this.a4;
|
|
9715
9770
|
},
|
|
9716
9771
|
set: function (a) {
|
|
9717
|
-
var b = this.
|
|
9718
|
-
this.
|
|
9719
|
-
if (b != this.
|
|
9720
|
-
this.
|
|
9772
|
+
var b = this.a4;
|
|
9773
|
+
this.a4 = a;
|
|
9774
|
+
if (b != this.a4) {
|
|
9775
|
+
this.cl("Id", b, a);
|
|
9721
9776
|
}
|
|
9722
9777
|
},
|
|
9723
9778
|
enumerable: false,
|
|
@@ -9739,21 +9794,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9739
9794
|
this.au = a;
|
|
9740
9795
|
this.p = true;
|
|
9741
9796
|
if (b != this.au) {
|
|
9742
|
-
this.
|
|
9797
|
+
this.cl("TabIndex", b, a);
|
|
9743
9798
|
}
|
|
9744
9799
|
},
|
|
9745
9800
|
enumerable: false,
|
|
9746
9801
|
configurable: true
|
|
9747
9802
|
});
|
|
9748
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9803
|
+
Object.defineProperty(XIcon.prototype, "bb", {
|
|
9749
9804
|
get: function () {
|
|
9750
|
-
return this.
|
|
9805
|
+
return this.a2;
|
|
9751
9806
|
},
|
|
9752
9807
|
set: function (a) {
|
|
9753
|
-
var b = this.
|
|
9754
|
-
this.
|
|
9755
|
-
if (b != this.
|
|
9756
|
-
this.
|
|
9808
|
+
var b = this.a2;
|
|
9809
|
+
this.a2 = a;
|
|
9810
|
+
if (b != this.a2) {
|
|
9811
|
+
this.cl("AriaLabel", b, a);
|
|
9757
9812
|
}
|
|
9758
9813
|
},
|
|
9759
9814
|
enumerable: false,
|
|
@@ -9767,7 +9822,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9767
9822
|
var b = this.r;
|
|
9768
9823
|
this.r = a;
|
|
9769
9824
|
if (b != this.r) {
|
|
9770
|
-
this.
|
|
9825
|
+
this.cl("IsHover", b, a);
|
|
9771
9826
|
}
|
|
9772
9827
|
},
|
|
9773
9828
|
enumerable: false,
|
|
@@ -9781,7 +9836,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9781
9836
|
var b = this.q;
|
|
9782
9837
|
this.q = a;
|
|
9783
9838
|
if (b != this.q) {
|
|
9784
|
-
this.
|
|
9839
|
+
this.cl("IsDisabled", b, a);
|
|
9785
9840
|
}
|
|
9786
9841
|
},
|
|
9787
9842
|
enumerable: false,
|
|
@@ -9795,7 +9850,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9795
9850
|
var b = this.ab;
|
|
9796
9851
|
this.ab = a;
|
|
9797
9852
|
if (b != this.ab) {
|
|
9798
|
-
this.
|
|
9853
|
+
this.cl("Opacity", b, this.ab);
|
|
9799
9854
|
}
|
|
9800
9855
|
},
|
|
9801
9856
|
enumerable: false,
|
|
@@ -9809,7 +9864,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9809
9864
|
var b = this.ae;
|
|
9810
9865
|
this.ae = a;
|
|
9811
9866
|
if (b != this.ae) {
|
|
9812
|
-
this.
|
|
9867
|
+
this.cl("ViewBoxLeft", b, this.ae);
|
|
9813
9868
|
}
|
|
9814
9869
|
},
|
|
9815
9870
|
enumerable: false,
|
|
@@ -9823,7 +9878,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9823
9878
|
var b = this.af;
|
|
9824
9879
|
this.af = a;
|
|
9825
9880
|
if (b != this.af) {
|
|
9826
|
-
this.
|
|
9881
|
+
this.cl("ViewBoxTop", b, this.af);
|
|
9827
9882
|
}
|
|
9828
9883
|
},
|
|
9829
9884
|
enumerable: false,
|
|
@@ -9837,7 +9892,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9837
9892
|
var b = this.ag;
|
|
9838
9893
|
this.ag = a;
|
|
9839
9894
|
if (b != this.ag) {
|
|
9840
|
-
this.
|
|
9895
|
+
this.cl("ViewBoxWidth", b, this.ag);
|
|
9841
9896
|
}
|
|
9842
9897
|
},
|
|
9843
9898
|
enumerable: false,
|
|
@@ -9851,7 +9906,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9851
9906
|
var b = this.ad;
|
|
9852
9907
|
this.ad = a;
|
|
9853
9908
|
if (b != this.ad) {
|
|
9854
|
-
this.
|
|
9909
|
+
this.cl("ViewBoxHeight", b, this.ad);
|
|
9855
9910
|
}
|
|
9856
9911
|
},
|
|
9857
9912
|
enumerable: false,
|
|
@@ -9865,7 +9920,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9865
9920
|
var b = this.ah;
|
|
9866
9921
|
this.ah = a;
|
|
9867
9922
|
if (b != this.ah) {
|
|
9868
|
-
this.
|
|
9923
|
+
this.cl("Width", b, this.ah);
|
|
9869
9924
|
}
|
|
9870
9925
|
},
|
|
9871
9926
|
enumerable: false,
|
|
@@ -9879,19 +9934,19 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9879
9934
|
var b = this.z;
|
|
9880
9935
|
this.z = a;
|
|
9881
9936
|
if (b != this.z) {
|
|
9882
|
-
this.
|
|
9937
|
+
this.cl("Height", b, this.z);
|
|
9883
9938
|
}
|
|
9884
9939
|
},
|
|
9885
9940
|
enumerable: false,
|
|
9886
9941
|
configurable: true
|
|
9887
9942
|
});
|
|
9888
|
-
XIcon.prototype.
|
|
9943
|
+
XIcon.prototype.cm = function () {
|
|
9889
9944
|
};
|
|
9890
9945
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
9891
|
-
this.view.
|
|
9946
|
+
this.view.al();
|
|
9892
9947
|
};
|
|
9893
9948
|
XIcon.prototype.onAttachedToUI = function () {
|
|
9894
|
-
this.view.
|
|
9949
|
+
this.view.ai();
|
|
9895
9950
|
};
|
|
9896
9951
|
XIcon.prototype.x = function () {
|
|
9897
9952
|
if (this.disabled) {
|
|
@@ -9907,10 +9962,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9907
9962
|
XIcon.prototype.w = function () {
|
|
9908
9963
|
return this.view.l();
|
|
9909
9964
|
};
|
|
9910
|
-
XIcon.prototype.
|
|
9965
|
+
XIcon.prototype.a0 = function () {
|
|
9911
9966
|
return this.g();
|
|
9912
9967
|
};
|
|
9913
|
-
XIcon.prototype.
|
|
9968
|
+
XIcon.prototype.bi = function () {
|
|
9914
9969
|
var a = this.g();
|
|
9915
9970
|
return a.l();
|
|
9916
9971
|
};
|
|
@@ -9924,7 +9979,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9924
9979
|
a.a = this.view.a();
|
|
9925
9980
|
a.svg = this.svg;
|
|
9926
9981
|
a.svgPath = this.svgPath;
|
|
9927
|
-
a.k = this.
|
|
9982
|
+
a.k = this.bg;
|
|
9928
9983
|
if (this.o != null) {
|
|
9929
9984
|
var c = this.o;
|
|
9930
9985
|
if (this.view != null && c.q == null) {
|
|
@@ -9956,15 +10011,15 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9956
10011
|
return a;
|
|
9957
10012
|
};
|
|
9958
10013
|
XIcon.prototype.provideContainer = function (a) {
|
|
9959
|
-
this.view.
|
|
10014
|
+
this.view.ak(a);
|
|
9960
10015
|
};
|
|
9961
10016
|
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
9962
|
-
XIcon.
|
|
9963
|
-
XIcon.
|
|
9964
|
-
XIcon.
|
|
9965
|
-
XIcon.
|
|
9966
|
-
XIcon.
|
|
9967
|
-
XIcon.
|
|
10017
|
+
XIcon.db = null;
|
|
10018
|
+
XIcon.dg = null;
|
|
10019
|
+
XIcon.df = null;
|
|
10020
|
+
XIcon.dc = null;
|
|
10021
|
+
XIcon.dd = null;
|
|
10022
|
+
XIcon.de = null;
|
|
9968
10023
|
XIcon.ak = NaN;
|
|
9969
10024
|
XIcon.aj = NaN;
|
|
9970
10025
|
XIcon.aw = 0;
|
|
@@ -10199,11 +10254,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10199
10254
|
* Gets the fill color currently used by the icon.
|
|
10200
10255
|
*/
|
|
10201
10256
|
get: function () {
|
|
10202
|
-
return brushToString(this.i.
|
|
10257
|
+
return brushToString(this.i.c8);
|
|
10203
10258
|
},
|
|
10204
10259
|
set: function (v) {
|
|
10205
|
-
this.i.
|
|
10206
|
-
this._a("actualFill", brushToString(this.i.
|
|
10260
|
+
this.i.c8 = stringToBrush(v);
|
|
10261
|
+
this._a("actualFill", brushToString(this.i.c8));
|
|
10207
10262
|
},
|
|
10208
10263
|
enumerable: false,
|
|
10209
10264
|
configurable: true
|
|
@@ -10213,11 +10268,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10213
10268
|
* Gets the stroke color currently used by the icon.
|
|
10214
10269
|
*/
|
|
10215
10270
|
get: function () {
|
|
10216
|
-
return brushToString(this.i.
|
|
10271
|
+
return brushToString(this.i.c9);
|
|
10217
10272
|
},
|
|
10218
10273
|
set: function (v) {
|
|
10219
|
-
this.i.
|
|
10220
|
-
this._a("actualStroke", brushToString(this.i.
|
|
10274
|
+
this.i.c9 = stringToBrush(v);
|
|
10275
|
+
this._a("actualStroke", brushToString(this.i.c9));
|
|
10221
10276
|
},
|
|
10222
10277
|
enumerable: false,
|
|
10223
10278
|
configurable: true
|
|
@@ -10227,11 +10282,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10227
10282
|
* Gets the text color currently used by the icon.
|
|
10228
10283
|
*/
|
|
10229
10284
|
get: function () {
|
|
10230
|
-
return brushToString(this.i.
|
|
10285
|
+
return brushToString(this.i.da);
|
|
10231
10286
|
},
|
|
10232
10287
|
set: function (v) {
|
|
10233
|
-
this.i.
|
|
10234
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
10288
|
+
this.i.da = stringToBrush(v);
|
|
10289
|
+
this._a("actualTextColor", brushToString(this.i.da));
|
|
10235
10290
|
},
|
|
10236
10291
|
enumerable: false,
|
|
10237
10292
|
configurable: true
|
|
@@ -10269,11 +10324,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10269
10324
|
* Gets or sets the stroke color to use for the icon.
|
|
10270
10325
|
*/
|
|
10271
10326
|
get: function () {
|
|
10272
|
-
return brushToString(this.i.
|
|
10327
|
+
return brushToString(this.i.dp);
|
|
10273
10328
|
},
|
|
10274
10329
|
set: function (v) {
|
|
10275
|
-
this.i.
|
|
10276
|
-
this._a("stroke", brushToString(this.i.
|
|
10330
|
+
this.i.dp = stringToBrush(v);
|
|
10331
|
+
this._a("stroke", brushToString(this.i.dp));
|
|
10277
10332
|
},
|
|
10278
10333
|
enumerable: false,
|
|
10279
10334
|
configurable: true
|
|
@@ -10297,11 +10352,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10297
10352
|
* Gets or sets the text color to use for the icon.
|
|
10298
10353
|
*/
|
|
10299
10354
|
get: function () {
|
|
10300
|
-
return brushToString(this.i.
|
|
10355
|
+
return brushToString(this.i.dq);
|
|
10301
10356
|
},
|
|
10302
10357
|
set: function (v) {
|
|
10303
|
-
this.i.
|
|
10304
|
-
this._a("textColor", brushToString(this.i.
|
|
10358
|
+
this.i.dq = stringToBrush(v);
|
|
10359
|
+
this._a("textColor", brushToString(this.i.dq));
|
|
10305
10360
|
},
|
|
10306
10361
|
enumerable: false,
|
|
10307
10362
|
configurable: true
|
|
@@ -10311,11 +10366,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10311
10366
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
10312
10367
|
*/
|
|
10313
10368
|
get: function () {
|
|
10314
|
-
return brushToString(this.i.
|
|
10369
|
+
return brushToString(this.i.dh);
|
|
10315
10370
|
},
|
|
10316
10371
|
set: function (v) {
|
|
10317
|
-
this.i.
|
|
10318
|
-
this._a("hoverFill", brushToString(this.i.
|
|
10372
|
+
this.i.dh = stringToBrush(v);
|
|
10373
|
+
this._a("hoverFill", brushToString(this.i.dh));
|
|
10319
10374
|
},
|
|
10320
10375
|
enumerable: false,
|
|
10321
10376
|
configurable: true
|
|
@@ -10325,11 +10380,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10325
10380
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
10326
10381
|
*/
|
|
10327
10382
|
get: function () {
|
|
10328
|
-
return brushToString(this.i.
|
|
10383
|
+
return brushToString(this.i.di);
|
|
10329
10384
|
},
|
|
10330
10385
|
set: function (v) {
|
|
10331
|
-
this.i.
|
|
10332
|
-
this._a("hoverStroke", brushToString(this.i.
|
|
10386
|
+
this.i.di = stringToBrush(v);
|
|
10387
|
+
this._a("hoverStroke", brushToString(this.i.di));
|
|
10333
10388
|
},
|
|
10334
10389
|
enumerable: false,
|
|
10335
10390
|
configurable: true
|
|
@@ -10353,11 +10408,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10353
10408
|
* Gets or sets the text color to use when the icon is hovered.
|
|
10354
10409
|
*/
|
|
10355
10410
|
get: function () {
|
|
10356
|
-
return brushToString(this.i.
|
|
10411
|
+
return brushToString(this.i.dj);
|
|
10357
10412
|
},
|
|
10358
10413
|
set: function (v) {
|
|
10359
|
-
this.i.
|
|
10360
|
-
this._a("hoverTextColor", brushToString(this.i.
|
|
10414
|
+
this.i.dj = stringToBrush(v);
|
|
10415
|
+
this._a("hoverTextColor", brushToString(this.i.dj));
|
|
10361
10416
|
},
|
|
10362
10417
|
enumerable: false,
|
|
10363
10418
|
configurable: true
|
|
@@ -10405,11 +10460,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10405
10460
|
* class.
|
|
10406
10461
|
*/
|
|
10407
10462
|
get: function () {
|
|
10408
|
-
return brushToString(this.i.
|
|
10463
|
+
return brushToString(this.i.dk);
|
|
10409
10464
|
},
|
|
10410
10465
|
set: function (v) {
|
|
10411
|
-
this.i.
|
|
10412
|
-
this._a("primaryFillColor", brushToString(this.i.
|
|
10466
|
+
this.i.dk = stringToBrush(v);
|
|
10467
|
+
this._a("primaryFillColor", brushToString(this.i.dk));
|
|
10413
10468
|
},
|
|
10414
10469
|
enumerable: false,
|
|
10415
10470
|
configurable: true
|
|
@@ -10423,11 +10478,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10423
10478
|
* class.
|
|
10424
10479
|
*/
|
|
10425
10480
|
get: function () {
|
|
10426
|
-
return brushToString(this.i.
|
|
10481
|
+
return brushToString(this.i.dl);
|
|
10427
10482
|
},
|
|
10428
10483
|
set: function (v) {
|
|
10429
|
-
this.i.
|
|
10430
|
-
this._a("primaryStrokeColor", brushToString(this.i.
|
|
10484
|
+
this.i.dl = stringToBrush(v);
|
|
10485
|
+
this._a("primaryStrokeColor", brushToString(this.i.dl));
|
|
10431
10486
|
},
|
|
10432
10487
|
enumerable: false,
|
|
10433
10488
|
configurable: true
|
|
@@ -10441,11 +10496,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10441
10496
|
* class.
|
|
10442
10497
|
*/
|
|
10443
10498
|
get: function () {
|
|
10444
|
-
return brushToString(this.i.
|
|
10499
|
+
return brushToString(this.i.dm);
|
|
10445
10500
|
},
|
|
10446
10501
|
set: function (v) {
|
|
10447
|
-
this.i.
|
|
10448
|
-
this._a("secondaryFillColor", brushToString(this.i.
|
|
10502
|
+
this.i.dm = stringToBrush(v);
|
|
10503
|
+
this._a("secondaryFillColor", brushToString(this.i.dm));
|
|
10449
10504
|
},
|
|
10450
10505
|
enumerable: false,
|
|
10451
10506
|
configurable: true
|
|
@@ -10459,11 +10514,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10459
10514
|
* class.
|
|
10460
10515
|
*/
|
|
10461
10516
|
get: function () {
|
|
10462
|
-
return brushToString(this.i.
|
|
10517
|
+
return brushToString(this.i.dn);
|
|
10463
10518
|
},
|
|
10464
10519
|
set: function (v) {
|
|
10465
|
-
this.i.
|
|
10466
|
-
this._a("secondaryStrokeColor", brushToString(this.i.
|
|
10520
|
+
this.i.dn = stringToBrush(v);
|
|
10521
|
+
this._a("secondaryStrokeColor", brushToString(this.i.dn));
|
|
10467
10522
|
},
|
|
10468
10523
|
enumerable: false,
|
|
10469
10524
|
configurable: true
|
|
@@ -10473,10 +10528,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10473
10528
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
10474
10529
|
*/
|
|
10475
10530
|
get: function () {
|
|
10476
|
-
return this.i.
|
|
10531
|
+
return this.i.a1;
|
|
10477
10532
|
},
|
|
10478
10533
|
set: function (v) {
|
|
10479
|
-
this.i.
|
|
10534
|
+
this.i.a1 = v;
|
|
10480
10535
|
},
|
|
10481
10536
|
enumerable: false,
|
|
10482
10537
|
configurable: true
|
|
@@ -10486,10 +10541,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10486
10541
|
* Gets or sets data url for the icon to use.
|
|
10487
10542
|
*/
|
|
10488
10543
|
get: function () {
|
|
10489
|
-
return this.i.
|
|
10544
|
+
return this.i.bg;
|
|
10490
10545
|
},
|
|
10491
10546
|
set: function (v) {
|
|
10492
|
-
this.i.
|
|
10547
|
+
this.i.bg = v;
|
|
10493
10548
|
},
|
|
10494
10549
|
enumerable: false,
|
|
10495
10550
|
configurable: true
|
|
@@ -10561,10 +10616,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10561
10616
|
* Gets or sets the id to use for the checkbox.
|
|
10562
10617
|
*/
|
|
10563
10618
|
get: function () {
|
|
10564
|
-
return this.i.
|
|
10619
|
+
return this.i.bq;
|
|
10565
10620
|
},
|
|
10566
10621
|
set: function (v) {
|
|
10567
|
-
this.i.
|
|
10622
|
+
this.i.bq = v;
|
|
10568
10623
|
},
|
|
10569
10624
|
enumerable: false,
|
|
10570
10625
|
configurable: true
|
|
@@ -10588,10 +10643,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10588
10643
|
* Gets or sets the value of the aria-label attribute.
|
|
10589
10644
|
*/
|
|
10590
10645
|
get: function () {
|
|
10591
|
-
return this.i.
|
|
10646
|
+
return this.i.bb;
|
|
10592
10647
|
},
|
|
10593
10648
|
set: function (v) {
|
|
10594
|
-
this.i.
|
|
10649
|
+
this.i.bb = v;
|
|
10595
10650
|
},
|
|
10596
10651
|
enumerable: false,
|
|
10597
10652
|
configurable: true
|
|
@@ -10795,7 +10850,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10795
10850
|
|
|
10796
10851
|
*/
|
|
10797
10852
|
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
10798
|
-
var iv = this.i.
|
|
10853
|
+
var iv = this.i.a0();
|
|
10799
10854
|
return (iv);
|
|
10800
10855
|
};
|
|
10801
10856
|
/**
|
|
@@ -10803,7 +10858,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10803
10858
|
|
|
10804
10859
|
*/
|
|
10805
10860
|
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
10806
|
-
var iv = this.i.
|
|
10861
|
+
var iv = this.i.bi();
|
|
10807
10862
|
return (iv);
|
|
10808
10863
|
};
|
|
10809
10864
|
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
@@ -15577,7 +15632,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15577
15632
|
};
|
|
15578
15633
|
InputGroupView.prototype.ac = function (a) {
|
|
15579
15634
|
if (typeCast(XLabel.$, a) !== null) {
|
|
15580
|
-
a.
|
|
15635
|
+
a.be = "flex-start";
|
|
15581
15636
|
}
|
|
15582
15637
|
};
|
|
15583
15638
|
InputGroupView.prototype.ae = function (a) {
|
|
@@ -16201,21 +16256,21 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16201
16256
|
c.setStyleProperty("overflow", "hidden");
|
|
16202
16257
|
c.setStyleProperty("height", "1.125rem");
|
|
16203
16258
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
16204
|
-
NativeUI.q(this.m.rootWrapper, this.c.
|
|
16259
|
+
NativeUI.q(this.m.rootWrapper, this.c.c3);
|
|
16205
16260
|
c.setStyleProperty("outline-style", "none");
|
|
16206
16261
|
c.setStyleProperty("box-shadow", "none");
|
|
16207
16262
|
c.setStyleProperty("font-family", "Verdana");
|
|
16208
16263
|
c.setStyleProperty("font-size", "1rem");
|
|
16209
16264
|
this.n = c;
|
|
16210
16265
|
this.m.append(this.n);
|
|
16211
|
-
this.c.
|
|
16266
|
+
this.c.cl();
|
|
16212
16267
|
};
|
|
16213
16268
|
LabelView.prototype.l = function () {
|
|
16214
16269
|
return this.c.l == 0 ? (this.j() * 0.5) : 0;
|
|
16215
16270
|
};
|
|
16216
16271
|
LabelView.prototype.aj = function () {
|
|
16217
16272
|
var _this = this;
|
|
16218
|
-
this.c.
|
|
16273
|
+
this.c.bk = "block";
|
|
16219
16274
|
var a = new TransformGroup();
|
|
16220
16275
|
a.j.add(((function () {
|
|
16221
16276
|
var $ret = new TranslateTransform();
|
|
@@ -16262,8 +16317,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16262
16317
|
};
|
|
16263
16318
|
LabelView.prototype.ab = function () {
|
|
16264
16319
|
if (this.m != null) {
|
|
16265
|
-
this.m.rootWrapper.setStyleProperty("display", this.c.
|
|
16266
|
-
this.n.setStyleProperty("display", this.c.
|
|
16320
|
+
this.m.rootWrapper.setStyleProperty("display", this.c.bk);
|
|
16321
|
+
this.n.setStyleProperty("display", this.c.bk);
|
|
16267
16322
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16268
16323
|
if (ext_ && ext_._onDisplayChanged) {
|
|
16269
16324
|
ext_._onDisplayChanged();
|
|
@@ -16273,8 +16328,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16273
16328
|
};
|
|
16274
16329
|
LabelView.prototype.w = function () {
|
|
16275
16330
|
if (this.m != null) {
|
|
16276
|
-
this.m.rootWrapper.setStyleProperty("align-items", this.c.
|
|
16277
|
-
this.n.setStyleProperty("align-items", this.c.
|
|
16331
|
+
this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
|
|
16332
|
+
this.n.setStyleProperty("align-items", this.c.bc);
|
|
16278
16333
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16279
16334
|
if (ext_ && ext_._onAlignItemsChanged) {
|
|
16280
16335
|
ext_._onAlignItemsChanged();
|
|
@@ -16284,8 +16339,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16284
16339
|
};
|
|
16285
16340
|
LabelView.prototype.x = function () {
|
|
16286
16341
|
if (this.m != null) {
|
|
16287
|
-
this.m.rootWrapper.setStyleProperty("align-self", this.c.
|
|
16288
|
-
this.n.setStyleProperty("align-self", this.c.
|
|
16342
|
+
this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
|
|
16343
|
+
this.n.setStyleProperty("align-self", this.c.be);
|
|
16289
16344
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16290
16345
|
if (ext_ && ext_._onAlignSelfChanged) {
|
|
16291
16346
|
ext_._onAlignSelfChanged();
|
|
@@ -16295,8 +16350,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16295
16350
|
};
|
|
16296
16351
|
LabelView.prototype.ac = function () {
|
|
16297
16352
|
if (this.m != null) {
|
|
16298
|
-
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.
|
|
16299
|
-
this.n.setStyleProperty("flex-direction", this.c.
|
|
16353
|
+
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
|
|
16354
|
+
this.n.setStyleProperty("flex-direction", this.c.bn);
|
|
16300
16355
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16301
16356
|
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
16302
16357
|
ext_._onFlexDirectionChanged();
|
|
@@ -16306,8 +16361,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16306
16361
|
};
|
|
16307
16362
|
LabelView.prototype.ad = function () {
|
|
16308
16363
|
if (this.m != null) {
|
|
16309
|
-
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.
|
|
16310
|
-
this.n.setStyleProperty("flex-grow", this.c.
|
|
16364
|
+
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
|
|
16365
|
+
this.n.setStyleProperty("flex-grow", this.c.bp);
|
|
16311
16366
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
16312
16367
|
if (ext_ && ext_._onFlexGrowChanged) {
|
|
16313
16368
|
ext_._onFlexGrowChanged();
|
|
@@ -16376,10 +16431,10 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16376
16431
|
return parseFloat(stringReplace(a, "px", ""));
|
|
16377
16432
|
};
|
|
16378
16433
|
LabelView.prototype.t = function (a) {
|
|
16379
|
-
this.c.
|
|
16434
|
+
this.c.ch();
|
|
16380
16435
|
};
|
|
16381
16436
|
LabelView.prototype.u = function (a) {
|
|
16382
|
-
this.c.
|
|
16437
|
+
this.c.ci();
|
|
16383
16438
|
};
|
|
16384
16439
|
LabelView.prototype.y = function () {
|
|
16385
16440
|
this.f = true;
|
|
@@ -17818,7 +17873,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17818
17873
|
a.l = 2;
|
|
17819
17874
|
break;
|
|
17820
17875
|
}
|
|
17821
|
-
a.
|
|
17876
|
+
a.co(_this.ai, false);
|
|
17822
17877
|
});
|
|
17823
17878
|
};
|
|
17824
17879
|
XInputGroup.prototype.kf = function () {
|
|
@@ -18163,11 +18218,11 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18163
18218
|
var _this = this;
|
|
18164
18219
|
this.jp();
|
|
18165
18220
|
if (this.ai) {
|
|
18166
|
-
this.js(function (a) { return a.
|
|
18221
|
+
this.js(function (a) { return a.co(true, !_this.aj); });
|
|
18167
18222
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
18168
18223
|
}
|
|
18169
18224
|
else {
|
|
18170
|
-
this.js(function (a) { return a.
|
|
18225
|
+
this.js(function (a) { return a.co(false, !_this.aj); });
|
|
18171
18226
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
18172
18227
|
}
|
|
18173
18228
|
};
|
|
@@ -18175,12 +18230,12 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18175
18230
|
this.jp();
|
|
18176
18231
|
if (this.ao) {
|
|
18177
18232
|
var a = 1;
|
|
18178
|
-
this.js(function (b) { return b.
|
|
18233
|
+
this.js(function (b) { return b.an = true; });
|
|
18179
18234
|
this.j4(a);
|
|
18180
18235
|
}
|
|
18181
18236
|
else {
|
|
18182
18237
|
var b = -1;
|
|
18183
|
-
this.js(function (c) { return c.
|
|
18238
|
+
this.js(function (c) { return c.an = false; });
|
|
18184
18239
|
this.j4(b);
|
|
18185
18240
|
}
|
|
18186
18241
|
};
|
|
@@ -20017,7 +20072,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20017
20072
|
if (this.inputs._inner[b].e == null) {
|
|
20018
20073
|
this.inputs._inner[b].e = "Label" + a.l.count.toString();
|
|
20019
20074
|
}
|
|
20020
|
-
a.l.add1(this.inputs._inner[b].
|
|
20075
|
+
a.l.add1(this.inputs._inner[b].aw());
|
|
20021
20076
|
}
|
|
20022
20077
|
else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
|
|
20023
20078
|
if (this.inputs._inner[b].e == null) {
|
|
@@ -20527,41 +20582,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20527
20582
|
var _this = _super.call(this) || this;
|
|
20528
20583
|
_this.n = 0;
|
|
20529
20584
|
_this._view = null;
|
|
20585
|
+
_this.ak = false;
|
|
20530
20586
|
_this.aa = null;
|
|
20531
20587
|
_this.z = null;
|
|
20532
20588
|
_this.ab = false;
|
|
20533
20589
|
_this.r = 0;
|
|
20534
20590
|
_this.q = 1;
|
|
20535
|
-
_this.
|
|
20536
|
-
_this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
20591
|
+
_this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
20537
20592
|
_this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
20538
20593
|
_this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
20594
|
+
_this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
20539
20595
|
_this.u = null;
|
|
20540
|
-
_this.
|
|
20541
|
-
_this.cv = XLabel.c7;
|
|
20596
|
+
_this.cz = XLabel.df;
|
|
20542
20597
|
_this.cw = XLabel.c8;
|
|
20598
|
+
_this.cx = XLabel.c9;
|
|
20543
20599
|
_this.k = 0;
|
|
20544
20600
|
_this.ag = false;
|
|
20545
20601
|
_this.ae = false;
|
|
20546
20602
|
_this.v = null;
|
|
20547
|
-
_this.
|
|
20548
|
-
_this.
|
|
20549
|
-
_this.az = "inline-block";
|
|
20603
|
+
_this.cy = null;
|
|
20604
|
+
_this.a4 = "ig-label-" + XLabel.av++;
|
|
20550
20605
|
_this.a0 = "inline-block";
|
|
20551
|
-
_this.a1 =
|
|
20552
|
-
_this.
|
|
20606
|
+
_this.a1 = "inline-block";
|
|
20607
|
+
_this.a2 = null;
|
|
20553
20608
|
_this.ax = "center";
|
|
20554
|
-
_this.
|
|
20609
|
+
_this.ay = "center";
|
|
20610
|
+
_this.at = 0;
|
|
20555
20611
|
_this.ac = false;
|
|
20556
|
-
_this.
|
|
20557
|
-
_this.
|
|
20558
|
-
_this.
|
|
20612
|
+
_this.a3 = null;
|
|
20613
|
+
_this.az = null;
|
|
20614
|
+
_this.a5 = null;
|
|
20559
20615
|
_this.af = false;
|
|
20560
20616
|
_this.aj = false;
|
|
20561
20617
|
_this.ad = false;
|
|
20562
20618
|
_this.ai = false;
|
|
20563
20619
|
_this.ah = false;
|
|
20564
|
-
_this.
|
|
20620
|
+
_this.ar = false;
|
|
20565
20621
|
var a = new LabelView();
|
|
20566
20622
|
a.c = _this;
|
|
20567
20623
|
_this.view = a;
|
|
@@ -20605,7 +20661,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20605
20661
|
enumerable: false,
|
|
20606
20662
|
configurable: true
|
|
20607
20663
|
});
|
|
20608
|
-
XLabel.prototype.
|
|
20664
|
+
XLabel.prototype.cb = function () {
|
|
20609
20665
|
var _this = this;
|
|
20610
20666
|
this.view.v();
|
|
20611
20667
|
var a = false;
|
|
@@ -20647,37 +20703,37 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20647
20703
|
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.h(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.h(this.l == 2 ? 255 : 0, 255, 255, 255))));
|
|
20648
20704
|
}
|
|
20649
20705
|
if (this.z == null) {
|
|
20650
|
-
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.
|
|
20706
|
+
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
|
|
20651
20707
|
}
|
|
20652
20708
|
};
|
|
20653
|
-
XLabel.prototype.
|
|
20709
|
+
XLabel.prototype.cm = function (a, b) {
|
|
20654
20710
|
var _this = this;
|
|
20655
20711
|
if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
|
|
20656
20712
|
a.reverse();
|
|
20657
|
-
if (this.
|
|
20713
|
+
if (this.ar) {
|
|
20658
20714
|
a.finish();
|
|
20659
|
-
this.
|
|
20715
|
+
this.cc(a);
|
|
20660
20716
|
return;
|
|
20661
20717
|
}
|
|
20662
|
-
a.finished.f(function (c) { return _this.
|
|
20718
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
20663
20719
|
}
|
|
20664
20720
|
else {
|
|
20665
20721
|
a.play();
|
|
20666
|
-
if (this.
|
|
20722
|
+
if (this.ar) {
|
|
20667
20723
|
a.finish();
|
|
20668
|
-
this.
|
|
20724
|
+
this.cc(a);
|
|
20669
20725
|
return;
|
|
20670
20726
|
}
|
|
20671
|
-
a.finished.f(function (c) { return _this.
|
|
20727
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
20672
20728
|
}
|
|
20673
20729
|
};
|
|
20674
|
-
XLabel.prototype.
|
|
20730
|
+
XLabel.prototype.cc = function (a) {
|
|
20675
20731
|
a.commitStyles();
|
|
20676
20732
|
if (a == this.aa && this.ai) {
|
|
20677
20733
|
this.aa = null;
|
|
20678
20734
|
if (this.ab) {
|
|
20679
20735
|
this.ab = false;
|
|
20680
|
-
this.
|
|
20736
|
+
this.cg();
|
|
20681
20737
|
}
|
|
20682
20738
|
}
|
|
20683
20739
|
if (a == this.z && this.ah) {
|
|
@@ -20688,15 +20744,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20688
20744
|
_super.prototype.h.call(this, a, b, c);
|
|
20689
20745
|
switch (a) {
|
|
20690
20746
|
case "BaseTheme":
|
|
20691
|
-
this.
|
|
20692
|
-
this.
|
|
20747
|
+
this.cp(this.p);
|
|
20748
|
+
this.cr();
|
|
20693
20749
|
break;
|
|
20694
20750
|
case "TextColor":
|
|
20695
20751
|
case "HoverTextColor":
|
|
20696
20752
|
case "TextStyle":
|
|
20697
20753
|
case "HighlightTextColor":
|
|
20698
20754
|
case "HoverHighlightTextColor":
|
|
20699
|
-
this.
|
|
20755
|
+
this.cr();
|
|
20700
20756
|
break;
|
|
20701
20757
|
case "ActualTextColor":
|
|
20702
20758
|
case "ActualHoverTextColor":
|
|
@@ -20719,7 +20775,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20719
20775
|
this.ah = true;
|
|
20720
20776
|
}
|
|
20721
20777
|
}
|
|
20722
|
-
this.
|
|
20778
|
+
this.cq();
|
|
20723
20779
|
break;
|
|
20724
20780
|
case "Text":
|
|
20725
20781
|
this.view.ai();
|
|
@@ -20735,10 +20791,10 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20735
20791
|
this.view.aj();
|
|
20736
20792
|
break;
|
|
20737
20793
|
case "IsHighlighted":
|
|
20738
|
-
this.
|
|
20794
|
+
this.cf();
|
|
20739
20795
|
break;
|
|
20740
20796
|
case "IsShifted":
|
|
20741
|
-
this.
|
|
20797
|
+
this.cg();
|
|
20742
20798
|
break;
|
|
20743
20799
|
case "ShiftType":
|
|
20744
20800
|
if (this.aa != null) {
|
|
@@ -20749,7 +20805,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20749
20805
|
this.ai = true;
|
|
20750
20806
|
}
|
|
20751
20807
|
}
|
|
20752
|
-
this.
|
|
20808
|
+
this.cj();
|
|
20753
20809
|
break;
|
|
20754
20810
|
case "Display":
|
|
20755
20811
|
this.view.ab();
|
|
@@ -20768,38 +20824,44 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20768
20824
|
break;
|
|
20769
20825
|
}
|
|
20770
20826
|
};
|
|
20771
|
-
XLabel.prototype.
|
|
20827
|
+
XLabel.prototype.cj = function () {
|
|
20772
20828
|
this.view.aj();
|
|
20773
20829
|
};
|
|
20774
|
-
XLabel.prototype.
|
|
20830
|
+
XLabel.prototype.cg = function () {
|
|
20775
20831
|
this.view.af();
|
|
20776
|
-
this.
|
|
20832
|
+
if (this.ak) {
|
|
20833
|
+
return;
|
|
20834
|
+
}
|
|
20835
|
+
this.cb();
|
|
20777
20836
|
var a = 1;
|
|
20778
|
-
var b = this.
|
|
20837
|
+
var b = this.ap;
|
|
20779
20838
|
if (!b) {
|
|
20780
20839
|
a = -1;
|
|
20781
20840
|
}
|
|
20782
|
-
this.
|
|
20841
|
+
this.cm(this.aa, a);
|
|
20783
20842
|
};
|
|
20784
|
-
XLabel.prototype.
|
|
20785
|
-
this.
|
|
20843
|
+
XLabel.prototype.cf = function () {
|
|
20844
|
+
if (this.ak) {
|
|
20845
|
+
return;
|
|
20846
|
+
}
|
|
20847
|
+
this.cb();
|
|
20786
20848
|
var a = 1;
|
|
20787
|
-
var b = this.
|
|
20849
|
+
var b = this.an;
|
|
20788
20850
|
if (!b) {
|
|
20789
20851
|
a = -1;
|
|
20790
20852
|
}
|
|
20791
|
-
this.
|
|
20853
|
+
this.cm(this.z, a);
|
|
20792
20854
|
};
|
|
20793
20855
|
XLabel.prototype.onSizeReady = function () {
|
|
20794
20856
|
if (this.aa != null) {
|
|
20795
|
-
this.
|
|
20796
|
-
if (this.
|
|
20857
|
+
this.ca();
|
|
20858
|
+
if (this.ap) {
|
|
20797
20859
|
this.view.aj();
|
|
20798
|
-
this.
|
|
20860
|
+
this.cg();
|
|
20799
20861
|
}
|
|
20800
20862
|
}
|
|
20801
20863
|
};
|
|
20802
|
-
XLabel.prototype.
|
|
20864
|
+
XLabel.prototype.ca = function () {
|
|
20803
20865
|
if (this.aa != null && this.aa.playState == 3) {
|
|
20804
20866
|
this.aa = null;
|
|
20805
20867
|
}
|
|
@@ -20808,26 +20870,26 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20808
20870
|
this.ai = true;
|
|
20809
20871
|
}
|
|
20810
20872
|
};
|
|
20811
|
-
XLabel.prototype.
|
|
20812
|
-
this.
|
|
20813
|
-
this.
|
|
20814
|
-
this.
|
|
20873
|
+
XLabel.prototype.cr = function () {
|
|
20874
|
+
this.c3 = this.dj != null ? this.dj : XLabel.df;
|
|
20875
|
+
this.c2 = this.di != null ? this.di : XLabel.df;
|
|
20876
|
+
this.c0 = this.dg != null ? this.dg : XLabel.c8;
|
|
20815
20877
|
this.w = this.y != null ? this.y : XLabel.x;
|
|
20816
20878
|
};
|
|
20817
|
-
XLabel.prototype.
|
|
20879
|
+
XLabel.prototype.cq = function () {
|
|
20818
20880
|
if (this.w != null) {
|
|
20819
20881
|
this.view.am(this.w);
|
|
20820
20882
|
}
|
|
20821
20883
|
else {
|
|
20822
20884
|
this.view.am(this.view.e());
|
|
20823
20885
|
}
|
|
20824
|
-
this.view.ah(this.
|
|
20886
|
+
this.view.ah(this.c3);
|
|
20825
20887
|
};
|
|
20826
|
-
XLabel.prototype.
|
|
20827
|
-
XLabel.
|
|
20828
|
-
XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
|
|
20829
|
-
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
20888
|
+
XLabel.prototype.cp = function (a) {
|
|
20889
|
+
XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
|
|
20830
20890
|
XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
|
|
20891
|
+
XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
|
|
20892
|
+
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
20831
20893
|
};
|
|
20832
20894
|
Object.defineProperty(XLabel.prototype, "t", {
|
|
20833
20895
|
get: function () {
|
|
@@ -20857,34 +20919,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20857
20919
|
enumerable: false,
|
|
20858
20920
|
configurable: true
|
|
20859
20921
|
});
|
|
20860
|
-
Object.defineProperty(XLabel.prototype, "
|
|
20922
|
+
Object.defineProperty(XLabel.prototype, "c3", {
|
|
20861
20923
|
get: function () {
|
|
20862
|
-
return this.
|
|
20924
|
+
return this.cv;
|
|
20863
20925
|
},
|
|
20864
20926
|
set: function (a) {
|
|
20865
|
-
var b = this.
|
|
20866
|
-
this.
|
|
20867
|
-
if (b != this.
|
|
20927
|
+
var b = this.cv;
|
|
20928
|
+
this.cv = a;
|
|
20929
|
+
if (b != this.cv) {
|
|
20868
20930
|
this.g("ActualTextColor", b, a);
|
|
20869
20931
|
}
|
|
20870
20932
|
},
|
|
20871
20933
|
enumerable: false,
|
|
20872
20934
|
configurable: true
|
|
20873
20935
|
});
|
|
20874
|
-
Object.defineProperty(XLabel.prototype, "cz", {
|
|
20875
|
-
get: function () {
|
|
20876
|
-
return this.cr;
|
|
20877
|
-
},
|
|
20878
|
-
set: function (a) {
|
|
20879
|
-
var b = this.cr;
|
|
20880
|
-
this.cr = a;
|
|
20881
|
-
if (b != this.cr) {
|
|
20882
|
-
this.g("ActualHighlightTextColor", b, a);
|
|
20883
|
-
}
|
|
20884
|
-
},
|
|
20885
|
-
enumerable: false,
|
|
20886
|
-
configurable: true
|
|
20887
|
-
});
|
|
20888
20936
|
Object.defineProperty(XLabel.prototype, "c0", {
|
|
20889
20937
|
get: function () {
|
|
20890
20938
|
return this.cs;
|
|
@@ -20893,7 +20941,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20893
20941
|
var b = this.cs;
|
|
20894
20942
|
this.cs = a;
|
|
20895
20943
|
if (b != this.cs) {
|
|
20896
|
-
this.g("
|
|
20944
|
+
this.g("ActualHighlightTextColor", b, a);
|
|
20897
20945
|
}
|
|
20898
20946
|
},
|
|
20899
20947
|
enumerable: false,
|
|
@@ -20907,6 +20955,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20907
20955
|
var b = this.ct;
|
|
20908
20956
|
this.ct = a;
|
|
20909
20957
|
if (b != this.ct) {
|
|
20958
|
+
this.g("ActualHoverHighlightTextColor", b, a);
|
|
20959
|
+
}
|
|
20960
|
+
},
|
|
20961
|
+
enumerable: false,
|
|
20962
|
+
configurable: true
|
|
20963
|
+
});
|
|
20964
|
+
Object.defineProperty(XLabel.prototype, "c2", {
|
|
20965
|
+
get: function () {
|
|
20966
|
+
return this.cu;
|
|
20967
|
+
},
|
|
20968
|
+
set: function (a) {
|
|
20969
|
+
var b = this.cu;
|
|
20970
|
+
this.cu = a;
|
|
20971
|
+
if (b != this.cu) {
|
|
20910
20972
|
this.g("ActualHoverTextColor", b, a);
|
|
20911
20973
|
}
|
|
20912
20974
|
},
|
|
@@ -20927,42 +20989,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20927
20989
|
enumerable: false,
|
|
20928
20990
|
configurable: true
|
|
20929
20991
|
});
|
|
20930
|
-
Object.defineProperty(XLabel.prototype, "
|
|
20992
|
+
Object.defineProperty(XLabel.prototype, "dj", {
|
|
20931
20993
|
get: function () {
|
|
20932
|
-
return this.
|
|
20994
|
+
return this.cz;
|
|
20933
20995
|
},
|
|
20934
20996
|
set: function (a) {
|
|
20935
|
-
var b = this.
|
|
20936
|
-
this.
|
|
20937
|
-
if (b != this.
|
|
20997
|
+
var b = this.cz;
|
|
20998
|
+
this.cz = a;
|
|
20999
|
+
if (b != this.cz) {
|
|
20938
21000
|
this.g("TextColor", b, a);
|
|
20939
21001
|
}
|
|
20940
21002
|
},
|
|
20941
21003
|
enumerable: false,
|
|
20942
21004
|
configurable: true
|
|
20943
21005
|
});
|
|
20944
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21006
|
+
Object.defineProperty(XLabel.prototype, "dg", {
|
|
20945
21007
|
get: function () {
|
|
20946
|
-
return this.
|
|
21008
|
+
return this.cw;
|
|
20947
21009
|
},
|
|
20948
21010
|
set: function (a) {
|
|
20949
|
-
var b = this.
|
|
20950
|
-
this.
|
|
20951
|
-
if (b != this.
|
|
21011
|
+
var b = this.cw;
|
|
21012
|
+
this.cw = a;
|
|
21013
|
+
if (b != this.cw) {
|
|
20952
21014
|
this.g("HighlightTextColor", b, a);
|
|
20953
21015
|
}
|
|
20954
21016
|
},
|
|
20955
21017
|
enumerable: false,
|
|
20956
21018
|
configurable: true
|
|
20957
21019
|
});
|
|
20958
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21020
|
+
Object.defineProperty(XLabel.prototype, "dh", {
|
|
20959
21021
|
get: function () {
|
|
20960
|
-
return this.
|
|
21022
|
+
return this.cx;
|
|
20961
21023
|
},
|
|
20962
21024
|
set: function (a) {
|
|
20963
|
-
var b = this.
|
|
20964
|
-
this.
|
|
20965
|
-
if (b != this.
|
|
21025
|
+
var b = this.cx;
|
|
21026
|
+
this.cx = a;
|
|
21027
|
+
if (b != this.cx) {
|
|
20966
21028
|
this.g("HoverHighlightTextColor", b, a);
|
|
20967
21029
|
}
|
|
20968
21030
|
},
|
|
@@ -20983,7 +21045,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20983
21045
|
enumerable: false,
|
|
20984
21046
|
configurable: true
|
|
20985
21047
|
});
|
|
20986
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21048
|
+
Object.defineProperty(XLabel.prototype, "ap", {
|
|
20987
21049
|
get: function () {
|
|
20988
21050
|
return this.ag;
|
|
20989
21051
|
},
|
|
@@ -20997,24 +21059,24 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20997
21059
|
enumerable: false,
|
|
20998
21060
|
configurable: true
|
|
20999
21061
|
});
|
|
21000
|
-
XLabel.prototype.
|
|
21062
|
+
XLabel.prototype.co = function (a, b) {
|
|
21001
21063
|
if (b === void 0) {
|
|
21002
21064
|
b = true;
|
|
21003
21065
|
}
|
|
21004
|
-
var c = this.
|
|
21066
|
+
var c = this.ar;
|
|
21005
21067
|
if (!b) {
|
|
21006
|
-
this.
|
|
21068
|
+
this.ar = true;
|
|
21007
21069
|
}
|
|
21008
21070
|
try {
|
|
21009
|
-
this.
|
|
21071
|
+
this.ap = a;
|
|
21010
21072
|
}
|
|
21011
21073
|
finally {
|
|
21012
21074
|
if (!b) {
|
|
21013
|
-
this.
|
|
21075
|
+
this.ar = c;
|
|
21014
21076
|
}
|
|
21015
21077
|
}
|
|
21016
21078
|
};
|
|
21017
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21079
|
+
Object.defineProperty(XLabel.prototype, "an", {
|
|
21018
21080
|
get: function () {
|
|
21019
21081
|
return this.ae;
|
|
21020
21082
|
},
|
|
@@ -21028,11 +21090,11 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21028
21090
|
enumerable: false,
|
|
21029
21091
|
configurable: true
|
|
21030
21092
|
});
|
|
21031
|
-
XLabel.prototype.cg = function () {
|
|
21032
|
-
this.an = true;
|
|
21033
|
-
};
|
|
21034
21093
|
XLabel.prototype.ch = function () {
|
|
21035
|
-
this.
|
|
21094
|
+
this.ao = true;
|
|
21095
|
+
};
|
|
21096
|
+
XLabel.prototype.ci = function () {
|
|
21097
|
+
this.ao = false;
|
|
21036
21098
|
};
|
|
21037
21099
|
Object.defineProperty(XLabel.prototype, "y", {
|
|
21038
21100
|
get: function () {
|
|
@@ -21048,49 +21110,35 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21048
21110
|
enumerable: false,
|
|
21049
21111
|
configurable: true
|
|
21050
21112
|
});
|
|
21051
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21113
|
+
Object.defineProperty(XLabel.prototype, "di", {
|
|
21052
21114
|
get: function () {
|
|
21053
|
-
return this.
|
|
21115
|
+
return this.cy;
|
|
21054
21116
|
},
|
|
21055
21117
|
set: function (a) {
|
|
21056
|
-
var b = this.
|
|
21057
|
-
this.
|
|
21058
|
-
if (b != this.
|
|
21118
|
+
var b = this.cy;
|
|
21119
|
+
this.cy = a;
|
|
21120
|
+
if (b != this.cy) {
|
|
21059
21121
|
this.g("HoverTextColor", b, a);
|
|
21060
21122
|
}
|
|
21061
21123
|
},
|
|
21062
21124
|
enumerable: false,
|
|
21063
21125
|
configurable: true
|
|
21064
21126
|
});
|
|
21065
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21127
|
+
Object.defineProperty(XLabel.prototype, "bw", {
|
|
21066
21128
|
get: function () {
|
|
21067
|
-
return this.
|
|
21129
|
+
return this.a4;
|
|
21068
21130
|
},
|
|
21069
21131
|
set: function (a) {
|
|
21070
|
-
var b = this.
|
|
21071
|
-
this.
|
|
21072
|
-
if (b != this.
|
|
21132
|
+
var b = this.a4;
|
|
21133
|
+
this.a4 = a;
|
|
21134
|
+
if (b != this.a4) {
|
|
21073
21135
|
this.g("Id", b, a);
|
|
21074
21136
|
}
|
|
21075
21137
|
},
|
|
21076
21138
|
enumerable: false,
|
|
21077
21139
|
configurable: true
|
|
21078
21140
|
});
|
|
21079
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21080
|
-
get: function () {
|
|
21081
|
-
return this.az;
|
|
21082
|
-
},
|
|
21083
|
-
set: function (a) {
|
|
21084
|
-
var b = this.az;
|
|
21085
|
-
this.az = a;
|
|
21086
|
-
if (b != this.az) {
|
|
21087
|
-
this.g("Display", b, a);
|
|
21088
|
-
}
|
|
21089
|
-
},
|
|
21090
|
-
enumerable: false,
|
|
21091
|
-
configurable: true
|
|
21092
|
-
});
|
|
21093
|
-
Object.defineProperty(XLabel.prototype, "bm", {
|
|
21141
|
+
Object.defineProperty(XLabel.prototype, "bk", {
|
|
21094
21142
|
get: function () {
|
|
21095
21143
|
return this.a0;
|
|
21096
21144
|
},
|
|
@@ -21098,13 +21146,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21098
21146
|
var b = this.a0;
|
|
21099
21147
|
this.a0 = a;
|
|
21100
21148
|
if (b != this.a0) {
|
|
21101
|
-
this.g("
|
|
21149
|
+
this.g("Display", b, a);
|
|
21102
21150
|
}
|
|
21103
21151
|
},
|
|
21104
21152
|
enumerable: false,
|
|
21105
21153
|
configurable: true
|
|
21106
21154
|
});
|
|
21107
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21155
|
+
Object.defineProperty(XLabel.prototype, "bn", {
|
|
21108
21156
|
get: function () {
|
|
21109
21157
|
return this.a1;
|
|
21110
21158
|
},
|
|
@@ -21112,27 +21160,27 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21112
21160
|
var b = this.a1;
|
|
21113
21161
|
this.a1 = a;
|
|
21114
21162
|
if (b != this.a1) {
|
|
21115
|
-
this.g("
|
|
21163
|
+
this.g("FlexDirection", b, a);
|
|
21116
21164
|
}
|
|
21117
21165
|
},
|
|
21118
21166
|
enumerable: false,
|
|
21119
21167
|
configurable: true
|
|
21120
21168
|
});
|
|
21121
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21169
|
+
Object.defineProperty(XLabel.prototype, "bp", {
|
|
21122
21170
|
get: function () {
|
|
21123
|
-
return this.
|
|
21171
|
+
return this.a2;
|
|
21124
21172
|
},
|
|
21125
21173
|
set: function (a) {
|
|
21126
|
-
var b = this.
|
|
21127
|
-
this.
|
|
21128
|
-
if (b != this.
|
|
21129
|
-
this.g("
|
|
21174
|
+
var b = this.a2;
|
|
21175
|
+
this.a2 = a;
|
|
21176
|
+
if (b != this.a2) {
|
|
21177
|
+
this.g("FlexGrow", b, a);
|
|
21130
21178
|
}
|
|
21131
21179
|
},
|
|
21132
21180
|
enumerable: false,
|
|
21133
21181
|
configurable: true
|
|
21134
21182
|
});
|
|
21135
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21183
|
+
Object.defineProperty(XLabel.prototype, "bc", {
|
|
21136
21184
|
get: function () {
|
|
21137
21185
|
return this.ax;
|
|
21138
21186
|
},
|
|
@@ -21140,56 +21188,70 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21140
21188
|
var b = this.ax;
|
|
21141
21189
|
this.ax = a;
|
|
21142
21190
|
if (b != this.ax) {
|
|
21191
|
+
this.g("AlignItems", b, a);
|
|
21192
|
+
}
|
|
21193
|
+
},
|
|
21194
|
+
enumerable: false,
|
|
21195
|
+
configurable: true
|
|
21196
|
+
});
|
|
21197
|
+
Object.defineProperty(XLabel.prototype, "be", {
|
|
21198
|
+
get: function () {
|
|
21199
|
+
return this.ay;
|
|
21200
|
+
},
|
|
21201
|
+
set: function (a) {
|
|
21202
|
+
var b = this.ay;
|
|
21203
|
+
this.ay = a;
|
|
21204
|
+
if (b != this.ay) {
|
|
21143
21205
|
this.g("AlignSelf", b, a);
|
|
21144
21206
|
}
|
|
21145
21207
|
},
|
|
21146
21208
|
enumerable: false,
|
|
21147
21209
|
configurable: true
|
|
21148
21210
|
});
|
|
21149
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21211
|
+
Object.defineProperty(XLabel.prototype, "al", {
|
|
21150
21212
|
get: function () {
|
|
21151
21213
|
return this.ac;
|
|
21152
21214
|
},
|
|
21153
21215
|
enumerable: false,
|
|
21154
21216
|
configurable: true
|
|
21155
21217
|
});
|
|
21156
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21218
|
+
Object.defineProperty(XLabel.prototype, "au", {
|
|
21157
21219
|
get: function () {
|
|
21158
|
-
return this.
|
|
21220
|
+
return this.at;
|
|
21159
21221
|
},
|
|
21160
21222
|
set: function (a) {
|
|
21161
|
-
var b = this.
|
|
21162
|
-
this.
|
|
21223
|
+
var b = this.at;
|
|
21224
|
+
this.at = a;
|
|
21163
21225
|
this.ac = true;
|
|
21164
|
-
if (b != this.
|
|
21226
|
+
if (b != this.at) {
|
|
21165
21227
|
this.g("TabIndex", b, a);
|
|
21166
21228
|
}
|
|
21167
21229
|
},
|
|
21168
21230
|
enumerable: false,
|
|
21169
21231
|
configurable: true
|
|
21170
21232
|
});
|
|
21171
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21233
|
+
Object.defineProperty(XLabel.prototype, "br", {
|
|
21172
21234
|
get: function () {
|
|
21173
|
-
return this.
|
|
21235
|
+
return this.a3;
|
|
21174
21236
|
},
|
|
21175
21237
|
set: function (a) {
|
|
21176
|
-
var b = this.
|
|
21177
|
-
this.
|
|
21178
|
-
if (b != this.
|
|
21238
|
+
var b = this.a3;
|
|
21239
|
+
this.a3 = a;
|
|
21240
|
+
if (b != this.a3) {
|
|
21179
21241
|
this.g("TabIndex", b, a);
|
|
21180
21242
|
}
|
|
21181
21243
|
},
|
|
21182
21244
|
enumerable: false,
|
|
21183
21245
|
configurable: true
|
|
21184
21246
|
});
|
|
21185
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21247
|
+
Object.defineProperty(XLabel.prototype, "bg", {
|
|
21186
21248
|
get: function () {
|
|
21187
|
-
return this.
|
|
21249
|
+
return this.az;
|
|
21188
21250
|
},
|
|
21189
21251
|
set: function (a) {
|
|
21190
|
-
var b = this.
|
|
21191
|
-
this.
|
|
21192
|
-
if (b != this.
|
|
21252
|
+
var b = this.az;
|
|
21253
|
+
this.az = a;
|
|
21254
|
+
if (b != this.az) {
|
|
21193
21255
|
this.g("AriaLabel", b, a);
|
|
21194
21256
|
}
|
|
21195
21257
|
},
|
|
@@ -21198,19 +21260,19 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21198
21260
|
});
|
|
21199
21261
|
Object.defineProperty(XLabel.prototype, "text", {
|
|
21200
21262
|
get: function () {
|
|
21201
|
-
return this.
|
|
21263
|
+
return this.a5;
|
|
21202
21264
|
},
|
|
21203
21265
|
set: function (a) {
|
|
21204
|
-
var b = this.
|
|
21205
|
-
this.
|
|
21206
|
-
if (b != this.
|
|
21266
|
+
var b = this.a5;
|
|
21267
|
+
this.a5 = a;
|
|
21268
|
+
if (b != this.a5) {
|
|
21207
21269
|
this.g("Text", b, a);
|
|
21208
21270
|
}
|
|
21209
21271
|
},
|
|
21210
21272
|
enumerable: false,
|
|
21211
21273
|
configurable: true
|
|
21212
21274
|
});
|
|
21213
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21275
|
+
Object.defineProperty(XLabel.prototype, "ao", {
|
|
21214
21276
|
get: function () {
|
|
21215
21277
|
return this.af;
|
|
21216
21278
|
},
|
|
@@ -21224,7 +21286,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21224
21286
|
enumerable: false,
|
|
21225
21287
|
configurable: true
|
|
21226
21288
|
});
|
|
21227
|
-
Object.defineProperty(XLabel.prototype, "
|
|
21289
|
+
Object.defineProperty(XLabel.prototype, "as", {
|
|
21228
21290
|
get: function () {
|
|
21229
21291
|
return this.aj;
|
|
21230
21292
|
},
|
|
@@ -21252,7 +21314,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21252
21314
|
enumerable: false,
|
|
21253
21315
|
configurable: true
|
|
21254
21316
|
});
|
|
21255
|
-
XLabel.prototype.
|
|
21317
|
+
XLabel.prototype.cl = function () {
|
|
21256
21318
|
this.view.ai();
|
|
21257
21319
|
};
|
|
21258
21320
|
XLabel.prototype.onDetachedFromUI = function () {
|
|
@@ -21261,13 +21323,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21261
21323
|
XLabel.prototype.onAttachedToUI = function () {
|
|
21262
21324
|
this.view.y();
|
|
21263
21325
|
};
|
|
21264
|
-
XLabel.prototype.
|
|
21326
|
+
XLabel.prototype.aq = function () {
|
|
21265
21327
|
return this.view.g();
|
|
21266
21328
|
};
|
|
21267
|
-
XLabel.prototype.
|
|
21329
|
+
XLabel.prototype.aw = function () {
|
|
21268
21330
|
return this.j();
|
|
21269
21331
|
};
|
|
21270
|
-
XLabel.prototype.
|
|
21332
|
+
XLabel.prototype.bm = function () {
|
|
21271
21333
|
var a = this.j();
|
|
21272
21334
|
return a.q();
|
|
21273
21335
|
};
|
|
@@ -21279,15 +21341,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21279
21341
|
a.d = this.s;
|
|
21280
21342
|
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
21281
21343
|
a.b = this.l;
|
|
21282
|
-
a.i = this.
|
|
21283
|
-
a.g = this.
|
|
21284
|
-
a.m = this.
|
|
21285
|
-
a.n = this.
|
|
21286
|
-
a.o = this.
|
|
21287
|
-
a.l = this.
|
|
21344
|
+
a.i = this.ap;
|
|
21345
|
+
a.g = this.an;
|
|
21346
|
+
a.m = this.bk;
|
|
21347
|
+
a.n = this.bn;
|
|
21348
|
+
a.o = this.bp;
|
|
21349
|
+
a.l = this.bc;
|
|
21288
21350
|
a.r = this.text;
|
|
21289
|
-
a.h = this.
|
|
21290
|
-
a.j = this.
|
|
21351
|
+
a.h = this.ao;
|
|
21352
|
+
a.j = this.as;
|
|
21291
21353
|
a.f = this.disabled;
|
|
21292
21354
|
a.p = this.e;
|
|
21293
21355
|
if (this.w != null) {
|
|
@@ -21324,21 +21386,21 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21324
21386
|
this.view.z(a);
|
|
21325
21387
|
};
|
|
21326
21388
|
XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
|
|
21327
|
-
XLabel.
|
|
21328
|
-
XLabel.da = BrushUtil.h(255, 0, 153, 155);
|
|
21329
|
-
XLabel.dc = BrushUtil.h(221, 0, 0, 0);
|
|
21389
|
+
XLabel.de = BrushUtil.h(221, 0, 0, 0);
|
|
21330
21390
|
XLabel.db = BrushUtil.h(255, 0, 153, 155);
|
|
21331
|
-
XLabel.
|
|
21332
|
-
XLabel.
|
|
21333
|
-
XLabel.
|
|
21391
|
+
XLabel.dd = BrushUtil.h(221, 0, 0, 0);
|
|
21392
|
+
XLabel.dc = BrushUtil.h(255, 0, 153, 155);
|
|
21393
|
+
XLabel.c7 = BrushUtil.h(255, 24, 29, 31);
|
|
21334
21394
|
XLabel.c4 = BrushUtil.h(255, 33, 150, 243);
|
|
21395
|
+
XLabel.c6 = BrushUtil.h(255, 24, 29, 31);
|
|
21396
|
+
XLabel.c5 = BrushUtil.h(255, 33, 150, 243);
|
|
21335
21397
|
XLabel.o = 2;
|
|
21336
|
-
XLabel.
|
|
21337
|
-
XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
21338
|
-
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
21398
|
+
XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
21339
21399
|
XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
21400
|
+
XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
21401
|
+
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
21340
21402
|
XLabel.x = null;
|
|
21341
|
-
XLabel.
|
|
21403
|
+
XLabel.av = 0;
|
|
21342
21404
|
return XLabel;
|
|
21343
21405
|
}(XInputGroupItem));
|
|
21344
21406
|
/**
|
|
@@ -23528,11 +23590,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23528
23590
|
* Gets the actual color to use for the text color.
|
|
23529
23591
|
*/
|
|
23530
23592
|
get: function () {
|
|
23531
|
-
return brushToString(this.i.
|
|
23593
|
+
return brushToString(this.i.c3);
|
|
23532
23594
|
},
|
|
23533
23595
|
set: function (v) {
|
|
23534
|
-
this.i.
|
|
23535
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
23596
|
+
this.i.c3 = stringToBrush(v);
|
|
23597
|
+
this._a("actualTextColor", brushToString(this.i.c3));
|
|
23536
23598
|
},
|
|
23537
23599
|
enumerable: false,
|
|
23538
23600
|
configurable: true
|
|
@@ -23542,11 +23604,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23542
23604
|
* Gets the actual color to use for the text color.
|
|
23543
23605
|
*/
|
|
23544
23606
|
get: function () {
|
|
23545
|
-
return brushToString(this.i.
|
|
23607
|
+
return brushToString(this.i.c0);
|
|
23546
23608
|
},
|
|
23547
23609
|
set: function (v) {
|
|
23548
|
-
this.i.
|
|
23549
|
-
this._a("actualHighlightTextColor", brushToString(this.i.
|
|
23610
|
+
this.i.c0 = stringToBrush(v);
|
|
23611
|
+
this._a("actualHighlightTextColor", brushToString(this.i.c0));
|
|
23550
23612
|
},
|
|
23551
23613
|
enumerable: false,
|
|
23552
23614
|
configurable: true
|
|
@@ -23556,11 +23618,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23556
23618
|
* Gets the actual color to use for the text color when highlighted and hovered.
|
|
23557
23619
|
*/
|
|
23558
23620
|
get: function () {
|
|
23559
|
-
return brushToString(this.i.
|
|
23621
|
+
return brushToString(this.i.c1);
|
|
23560
23622
|
},
|
|
23561
23623
|
set: function (v) {
|
|
23562
|
-
this.i.
|
|
23563
|
-
this._a("actualHoverHighlightTextColor", brushToString(this.i.
|
|
23624
|
+
this.i.c1 = stringToBrush(v);
|
|
23625
|
+
this._a("actualHoverHighlightTextColor", brushToString(this.i.c1));
|
|
23564
23626
|
},
|
|
23565
23627
|
enumerable: false,
|
|
23566
23628
|
configurable: true
|
|
@@ -23570,11 +23632,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23570
23632
|
* Gets the actual hover color to use for the text.
|
|
23571
23633
|
*/
|
|
23572
23634
|
get: function () {
|
|
23573
|
-
return brushToString(this.i.
|
|
23635
|
+
return brushToString(this.i.c2);
|
|
23574
23636
|
},
|
|
23575
23637
|
set: function (v) {
|
|
23576
|
-
this.i.
|
|
23577
|
-
this._a("actualHoverTextColor", brushToString(this.i.
|
|
23638
|
+
this.i.c2 = stringToBrush(v);
|
|
23639
|
+
this._a("actualHoverTextColor", brushToString(this.i.c2));
|
|
23578
23640
|
},
|
|
23579
23641
|
enumerable: false,
|
|
23580
23642
|
configurable: true
|
|
@@ -23584,11 +23646,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23584
23646
|
* Gets or sets the color to use for the text.
|
|
23585
23647
|
*/
|
|
23586
23648
|
get: function () {
|
|
23587
|
-
return brushToString(this.i.
|
|
23649
|
+
return brushToString(this.i.dj);
|
|
23588
23650
|
},
|
|
23589
23651
|
set: function (v) {
|
|
23590
|
-
this.i.
|
|
23591
|
-
this._a("textColor", brushToString(this.i.
|
|
23652
|
+
this.i.dj = stringToBrush(v);
|
|
23653
|
+
this._a("textColor", brushToString(this.i.dj));
|
|
23592
23654
|
},
|
|
23593
23655
|
enumerable: false,
|
|
23594
23656
|
configurable: true
|
|
@@ -23598,11 +23660,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23598
23660
|
* Gets or sets the color to use for the text.
|
|
23599
23661
|
*/
|
|
23600
23662
|
get: function () {
|
|
23601
|
-
return brushToString(this.i.
|
|
23663
|
+
return brushToString(this.i.dg);
|
|
23602
23664
|
},
|
|
23603
23665
|
set: function (v) {
|
|
23604
|
-
this.i.
|
|
23605
|
-
this._a("highlightTextColor", brushToString(this.i.
|
|
23666
|
+
this.i.dg = stringToBrush(v);
|
|
23667
|
+
this._a("highlightTextColor", brushToString(this.i.dg));
|
|
23606
23668
|
},
|
|
23607
23669
|
enumerable: false,
|
|
23608
23670
|
configurable: true
|
|
@@ -23612,11 +23674,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23612
23674
|
* Gets or sets the color to use for the text.
|
|
23613
23675
|
*/
|
|
23614
23676
|
get: function () {
|
|
23615
|
-
return brushToString(this.i.
|
|
23677
|
+
return brushToString(this.i.dh);
|
|
23616
23678
|
},
|
|
23617
23679
|
set: function (v) {
|
|
23618
|
-
this.i.
|
|
23619
|
-
this._a("hoverHighlightTextColor", brushToString(this.i.
|
|
23680
|
+
this.i.dh = stringToBrush(v);
|
|
23681
|
+
this._a("hoverHighlightTextColor", brushToString(this.i.dh));
|
|
23620
23682
|
},
|
|
23621
23683
|
enumerable: false,
|
|
23622
23684
|
configurable: true
|
|
@@ -23645,11 +23707,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23645
23707
|
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
23646
23708
|
*/
|
|
23647
23709
|
get: function () {
|
|
23648
|
-
return brushToString(this.i.
|
|
23710
|
+
return brushToString(this.i.di);
|
|
23649
23711
|
},
|
|
23650
23712
|
set: function (v) {
|
|
23651
|
-
this.i.
|
|
23652
|
-
this._a("hoverTextColor", brushToString(this.i.
|
|
23713
|
+
this.i.di = stringToBrush(v);
|
|
23714
|
+
this._a("hoverTextColor", brushToString(this.i.di));
|
|
23653
23715
|
},
|
|
23654
23716
|
enumerable: false,
|
|
23655
23717
|
configurable: true
|
|
@@ -23659,10 +23721,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23659
23721
|
* Gets or sets the id to use for the checkbox.
|
|
23660
23722
|
*/
|
|
23661
23723
|
get: function () {
|
|
23662
|
-
return this.i.
|
|
23724
|
+
return this.i.bw;
|
|
23663
23725
|
},
|
|
23664
23726
|
set: function (v) {
|
|
23665
|
-
this.i.
|
|
23727
|
+
this.i.bw = v;
|
|
23666
23728
|
},
|
|
23667
23729
|
enumerable: false,
|
|
23668
23730
|
configurable: true
|
|
@@ -23672,10 +23734,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23672
23734
|
* Gets or sets the id to use for the checkbox.
|
|
23673
23735
|
*/
|
|
23674
23736
|
get: function () {
|
|
23675
|
-
return this.i.
|
|
23737
|
+
return this.i.bk;
|
|
23676
23738
|
},
|
|
23677
23739
|
set: function (v) {
|
|
23678
|
-
this.i.
|
|
23740
|
+
this.i.bk = v;
|
|
23679
23741
|
},
|
|
23680
23742
|
enumerable: false,
|
|
23681
23743
|
configurable: true
|
|
@@ -23685,10 +23747,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23685
23747
|
* Gets or sets the id to use for the checkbox.
|
|
23686
23748
|
*/
|
|
23687
23749
|
get: function () {
|
|
23688
|
-
return this.i.
|
|
23750
|
+
return this.i.bn;
|
|
23689
23751
|
},
|
|
23690
23752
|
set: function (v) {
|
|
23691
|
-
this.i.
|
|
23753
|
+
this.i.bn = v;
|
|
23692
23754
|
},
|
|
23693
23755
|
enumerable: false,
|
|
23694
23756
|
configurable: true
|
|
@@ -23698,10 +23760,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23698
23760
|
* Gets or sets the flex-grow setting for the button.
|
|
23699
23761
|
*/
|
|
23700
23762
|
get: function () {
|
|
23701
|
-
return this.i.
|
|
23763
|
+
return this.i.bp;
|
|
23702
23764
|
},
|
|
23703
23765
|
set: function (v) {
|
|
23704
|
-
this.i.
|
|
23766
|
+
this.i.bp = v;
|
|
23705
23767
|
},
|
|
23706
23768
|
enumerable: false,
|
|
23707
23769
|
configurable: true
|
|
@@ -23711,10 +23773,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23711
23773
|
* Gets or sets the id to use for the checkbox.
|
|
23712
23774
|
*/
|
|
23713
23775
|
get: function () {
|
|
23714
|
-
return this.i.
|
|
23776
|
+
return this.i.bc;
|
|
23715
23777
|
},
|
|
23716
23778
|
set: function (v) {
|
|
23717
|
-
this.i.
|
|
23779
|
+
this.i.bc = v;
|
|
23718
23780
|
},
|
|
23719
23781
|
enumerable: false,
|
|
23720
23782
|
configurable: true
|
|
@@ -23724,10 +23786,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23724
23786
|
* Gets or sets the id to use for the checkbox.
|
|
23725
23787
|
*/
|
|
23726
23788
|
get: function () {
|
|
23727
|
-
return this.i.
|
|
23789
|
+
return this.i.be;
|
|
23728
23790
|
},
|
|
23729
23791
|
set: function (v) {
|
|
23730
|
-
this.i.
|
|
23792
|
+
this.i.be = v;
|
|
23731
23793
|
},
|
|
23732
23794
|
enumerable: false,
|
|
23733
23795
|
configurable: true
|
|
@@ -23737,11 +23799,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23737
23799
|
* Gets or sets TabIndex to use for the checkbox.
|
|
23738
23800
|
*/
|
|
23739
23801
|
get: function () {
|
|
23740
|
-
return this.i.
|
|
23802
|
+
return this.i.au;
|
|
23741
23803
|
},
|
|
23742
23804
|
set: function (v) {
|
|
23743
|
-
this.i.
|
|
23744
|
-
this._a("tabIndex", this.i.
|
|
23805
|
+
this.i.au = +v;
|
|
23806
|
+
this._a("tabIndex", this.i.au);
|
|
23745
23807
|
},
|
|
23746
23808
|
enumerable: false,
|
|
23747
23809
|
configurable: true
|
|
@@ -23751,10 +23813,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23751
23813
|
* Gets or sets the for attribute to use for the label.
|
|
23752
23814
|
*/
|
|
23753
23815
|
get: function () {
|
|
23754
|
-
return this.i.
|
|
23816
|
+
return this.i.br;
|
|
23755
23817
|
},
|
|
23756
23818
|
set: function (v) {
|
|
23757
|
-
this.i.
|
|
23819
|
+
this.i.br = v;
|
|
23758
23820
|
},
|
|
23759
23821
|
enumerable: false,
|
|
23760
23822
|
configurable: true
|
|
@@ -23764,10 +23826,10 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23764
23826
|
* Gets or sets the value of the aria-label attribute.
|
|
23765
23827
|
*/
|
|
23766
23828
|
get: function () {
|
|
23767
|
-
return this.i.
|
|
23829
|
+
return this.i.bg;
|
|
23768
23830
|
},
|
|
23769
23831
|
set: function (v) {
|
|
23770
|
-
this.i.
|
|
23832
|
+
this.i.bg = v;
|
|
23771
23833
|
},
|
|
23772
23834
|
enumerable: false,
|
|
23773
23835
|
configurable: true
|
|
@@ -23790,11 +23852,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23790
23852
|
* Gets or sets whether the label is hovered.
|
|
23791
23853
|
*/
|
|
23792
23854
|
get: function () {
|
|
23793
|
-
return this.i.
|
|
23855
|
+
return this.i.ao;
|
|
23794
23856
|
},
|
|
23795
23857
|
set: function (v) {
|
|
23796
|
-
this.i.
|
|
23797
|
-
this._a("isHover", this.i.
|
|
23858
|
+
this.i.ao = ensureBool(v);
|
|
23859
|
+
this._a("isHover", this.i.ao);
|
|
23798
23860
|
},
|
|
23799
23861
|
enumerable: false,
|
|
23800
23862
|
configurable: true
|
|
@@ -23804,11 +23866,11 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23804
23866
|
* Gets or sets the value for the label.
|
|
23805
23867
|
*/
|
|
23806
23868
|
get: function () {
|
|
23807
|
-
return this.i.
|
|
23869
|
+
return this.i.as;
|
|
23808
23870
|
},
|
|
23809
23871
|
set: function (v) {
|
|
23810
|
-
this.i.
|
|
23811
|
-
this._a("value", this.i.
|
|
23872
|
+
this.i.as = ensureBool(v);
|
|
23873
|
+
this._a("value", this.i.as);
|
|
23812
23874
|
},
|
|
23813
23875
|
enumerable: false,
|
|
23814
23876
|
configurable: true
|
|
@@ -23838,7 +23900,7 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23838
23900
|
|
|
23839
23901
|
*/
|
|
23840
23902
|
IgcXLabelComponent.prototype.exportVisualModel = function () {
|
|
23841
|
-
var iv = this.i.
|
|
23903
|
+
var iv = this.i.aw();
|
|
23842
23904
|
return (iv);
|
|
23843
23905
|
};
|
|
23844
23906
|
/**
|
|
@@ -23846,7 +23908,7 @@ var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23846
23908
|
|
|
23847
23909
|
*/
|
|
23848
23910
|
IgcXLabelComponent.prototype.exportSerializedVisualModel = function () {
|
|
23849
|
-
var iv = this.i.
|
|
23911
|
+
var iv = this.i.bm();
|
|
23850
23912
|
return (iv);
|
|
23851
23913
|
};
|
|
23852
23914
|
IgcXLabelComponent._observedAttributesIgcXLabelComponent = null;
|
|
@@ -27922,7 +27984,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27922
27984
|
this.n.fill = this.dw;
|
|
27923
27985
|
}
|
|
27924
27986
|
if (this.r != null) {
|
|
27925
|
-
this.r.
|
|
27987
|
+
this.r.dj = this.dx;
|
|
27926
27988
|
this.r.y = this.ac;
|
|
27927
27989
|
}
|
|
27928
27990
|
};
|
|
@@ -27943,7 +28005,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27943
28005
|
this.q.t = this.y;
|
|
27944
28006
|
this.r = new XLabel();
|
|
27945
28007
|
this.h.as(this.r);
|
|
27946
|
-
this.r.
|
|
28008
|
+
this.r.dj = this.dx;
|
|
27947
28009
|
this.r.y = this.ac;
|
|
27948
28010
|
this.q.appendContentChild(this.h.v());
|
|
27949
28011
|
if (this.b4 != null && this.b4 != "") {
|
|
@@ -29613,7 +29675,7 @@ var XComponentBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29613
29675
|
};
|
|
29614
29676
|
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
29615
29677
|
switch (b) {
|
|
29616
|
-
case
|
|
29678
|
+
case 108: return a;
|
|
29617
29679
|
}
|
|
29618
29680
|
return this.s != null ? this.s : a;
|
|
29619
29681
|
};
|
|
@@ -29662,12 +29724,12 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29662
29724
|
this.ab = d;
|
|
29663
29725
|
this.ag = b;
|
|
29664
29726
|
break;
|
|
29665
|
-
case
|
|
29727
|
+
case 27:
|
|
29666
29728
|
f.compositionEnd = delegateCombine(f.compositionEnd, runOn(this, this.ap));
|
|
29667
29729
|
this.ac = d;
|
|
29668
29730
|
this.ah = b;
|
|
29669
29731
|
break;
|
|
29670
|
-
case
|
|
29732
|
+
case 28:
|
|
29671
29733
|
f.keyDown = delegateCombine(f.keyDown, runOn(this, this.ar));
|
|
29672
29734
|
this.ad = d;
|
|
29673
29735
|
this.aj = b;
|
|
@@ -29682,7 +29744,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29682
29744
|
this.aa = d;
|
|
29683
29745
|
this.af = b;
|
|
29684
29746
|
break;
|
|
29685
|
-
case
|
|
29747
|
+
case 25:
|
|
29686
29748
|
this.ao(a);
|
|
29687
29749
|
var g = this.w(a);
|
|
29688
29750
|
var h = this.u;
|
|
@@ -29761,12 +29823,12 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29761
29823
|
this.ab = null;
|
|
29762
29824
|
this.ag = null;
|
|
29763
29825
|
break;
|
|
29764
|
-
case
|
|
29826
|
+
case 27:
|
|
29765
29827
|
f.compositionEnd = delegateRemove(f.compositionEnd, runOn(this, this.ap));
|
|
29766
29828
|
this.ac = null;
|
|
29767
29829
|
this.ah = null;
|
|
29768
29830
|
break;
|
|
29769
|
-
case
|
|
29831
|
+
case 28:
|
|
29770
29832
|
f.keyDown = delegateRemove(f.keyDown, runOn(this, this.ar));
|
|
29771
29833
|
this.ad = null;
|
|
29772
29834
|
this.aj = null;
|
|
@@ -29781,7 +29843,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29781
29843
|
this.aa = null;
|
|
29782
29844
|
this.af = null;
|
|
29783
29845
|
break;
|
|
29784
|
-
case
|
|
29846
|
+
case 25:
|
|
29785
29847
|
this.ao(a);
|
|
29786
29848
|
var g = this.w(a);
|
|
29787
29849
|
var h = this.u;
|
|
@@ -29872,20 +29934,20 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29872
29934
|
var c = a;
|
|
29873
29935
|
var d = typeCast(XInput.$, c.inputs._inner[0]);
|
|
29874
29936
|
switch (b) {
|
|
29875
|
-
case
|
|
29937
|
+
case 103: return a.mc;
|
|
29876
29938
|
case 3:
|
|
29877
29939
|
this.an(a);
|
|
29878
29940
|
var e = this.v(a);
|
|
29879
29941
|
return e.text;
|
|
29880
|
-
case
|
|
29942
|
+
case 100:
|
|
29881
29943
|
this.ao(a);
|
|
29882
29944
|
return this.u.svgPath;
|
|
29883
|
-
case
|
|
29945
|
+
case 101:
|
|
29884
29946
|
this.ao(a);
|
|
29885
29947
|
return this.u.fill;
|
|
29886
|
-
case
|
|
29948
|
+
case 102:
|
|
29887
29949
|
this.ao(a);
|
|
29888
|
-
return this.u.
|
|
29950
|
+
return this.u.dp;
|
|
29889
29951
|
case 2: return d.cq;
|
|
29890
29952
|
case 1:
|
|
29891
29953
|
switch (c.t) {
|
|
@@ -29921,9 +29983,9 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29921
29983
|
case 21: return d.a1;
|
|
29922
29984
|
case 32: return d.disabled;
|
|
29923
29985
|
case 33: return d.d8;
|
|
29924
|
-
case
|
|
29925
|
-
case
|
|
29926
|
-
case
|
|
29986
|
+
case 105: return d.selectionStart;
|
|
29987
|
+
case 106: return d.selectionEnd;
|
|
29988
|
+
case 107: return c.an;
|
|
29927
29989
|
}
|
|
29928
29990
|
return null;
|
|
29929
29991
|
};
|
|
@@ -29931,7 +29993,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29931
29993
|
var d = a;
|
|
29932
29994
|
var e = typeCast(XInput.$, d.inputs._inner[0]);
|
|
29933
29995
|
switch (b) {
|
|
29934
|
-
case
|
|
29996
|
+
case 103:
|
|
29935
29997
|
a.mc = c;
|
|
29936
29998
|
break;
|
|
29937
29999
|
case 3:
|
|
@@ -29939,17 +30001,17 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29939
30001
|
var f = this.v(a);
|
|
29940
30002
|
f.text = c;
|
|
29941
30003
|
break;
|
|
29942
|
-
case
|
|
30004
|
+
case 100:
|
|
29943
30005
|
this.ao(a);
|
|
29944
30006
|
this.u.svgPath = c;
|
|
29945
30007
|
break;
|
|
29946
|
-
case
|
|
30008
|
+
case 101:
|
|
29947
30009
|
this.ao(a);
|
|
29948
30010
|
this.u.fill = c;
|
|
29949
30011
|
break;
|
|
29950
|
-
case
|
|
30012
|
+
case 102:
|
|
29951
30013
|
this.ao(a);
|
|
29952
|
-
this.u.
|
|
30014
|
+
this.u.dp = c;
|
|
29953
30015
|
break;
|
|
29954
30016
|
case 2:
|
|
29955
30017
|
e.cq = c == null ? null : c.toString();
|
|
@@ -30024,13 +30086,13 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30024
30086
|
case 33:
|
|
30025
30087
|
e.d8 = c;
|
|
30026
30088
|
break;
|
|
30027
|
-
case
|
|
30089
|
+
case 105:
|
|
30028
30090
|
e.selectionStart = typeGetValue(c);
|
|
30029
30091
|
break;
|
|
30030
|
-
case
|
|
30092
|
+
case 106:
|
|
30031
30093
|
e.selectionEnd = typeGetValue(c);
|
|
30032
30094
|
break;
|
|
30033
|
-
case
|
|
30095
|
+
case 107:
|
|
30034
30096
|
d.an = c;
|
|
30035
30097
|
break;
|
|
30036
30098
|
}
|
|
@@ -30280,7 +30342,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30280
30342
|
case 11:
|
|
30281
30343
|
d.aa = c;
|
|
30282
30344
|
break;
|
|
30283
|
-
case
|
|
30345
|
+
case 88:
|
|
30284
30346
|
d.by = c;
|
|
30285
30347
|
break;
|
|
30286
30348
|
case 59:
|
|
@@ -30322,7 +30384,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30322
30384
|
case 56: return c.av;
|
|
30323
30385
|
case 58: return c.at;
|
|
30324
30386
|
case 17: return c.k1;
|
|
30325
|
-
case
|
|
30387
|
+
case 88: return c.by;
|
|
30326
30388
|
case 59: return c.a5;
|
|
30327
30389
|
}
|
|
30328
30390
|
return null;
|
|
@@ -33550,15 +33612,15 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33550
33612
|
switch (b) {
|
|
33551
33613
|
case 12: return a.bg;
|
|
33552
33614
|
case 13: return a.bf;
|
|
33553
|
-
case
|
|
33554
|
-
case
|
|
33615
|
+
case 97: return a.bv;
|
|
33616
|
+
case 98: return a.bf;
|
|
33555
33617
|
case 14: return a.bl;
|
|
33556
33618
|
case 2: return a.thumbs._inner[0].s;
|
|
33557
|
-
case
|
|
33558
|
-
case
|
|
33559
|
-
case
|
|
33560
|
-
case
|
|
33561
|
-
case
|
|
33619
|
+
case 92: return a.b0;
|
|
33620
|
+
case 93: return a.ek;
|
|
33621
|
+
case 94: return a.es;
|
|
33622
|
+
case 96: return a.eu;
|
|
33623
|
+
case 95: return a.et;
|
|
33562
33624
|
case 30:
|
|
33563
33625
|
var c = a.e;
|
|
33564
33626
|
switch (c) {
|
|
@@ -33598,10 +33660,10 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33598
33660
|
case 13:
|
|
33599
33661
|
a.bf = c;
|
|
33600
33662
|
break;
|
|
33601
|
-
case
|
|
33663
|
+
case 97:
|
|
33602
33664
|
a.bv = c;
|
|
33603
33665
|
break;
|
|
33604
|
-
case
|
|
33666
|
+
case 98:
|
|
33605
33667
|
a.bu = c;
|
|
33606
33668
|
break;
|
|
33607
33669
|
case 14:
|
|
@@ -33610,19 +33672,19 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33610
33672
|
case 2:
|
|
33611
33673
|
a.thumbs._inner[0].s = c;
|
|
33612
33674
|
break;
|
|
33613
|
-
case
|
|
33675
|
+
case 92:
|
|
33614
33676
|
a.b0 = c;
|
|
33615
33677
|
break;
|
|
33616
|
-
case
|
|
33678
|
+
case 93:
|
|
33617
33679
|
a.ek = c;
|
|
33618
33680
|
break;
|
|
33619
|
-
case
|
|
33681
|
+
case 94:
|
|
33620
33682
|
a.es = c;
|
|
33621
33683
|
break;
|
|
33622
|
-
case
|
|
33684
|
+
case 96:
|
|
33623
33685
|
a.eu = c;
|
|
33624
33686
|
break;
|
|
33625
|
-
case
|
|
33687
|
+
case 95:
|
|
33626
33688
|
a.et = c;
|
|
33627
33689
|
break;
|
|
33628
33690
|
case 30:
|
|
@@ -35533,7 +35595,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35533
35595
|
}
|
|
35534
35596
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
35535
35597
|
case 18: return enumGetBox(BaseControlTheme_$type, c.p);
|
|
35536
|
-
case
|
|
35598
|
+
case 87: return c.d;
|
|
35537
35599
|
case 0:
|
|
35538
35600
|
switch (c.i) {
|
|
35539
35601
|
case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
|
|
@@ -35573,7 +35635,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35573
35635
|
case 18:
|
|
35574
35636
|
d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
35575
35637
|
break;
|
|
35576
|
-
case
|
|
35638
|
+
case 87:
|
|
35577
35639
|
d.d = c;
|
|
35578
35640
|
break;
|
|
35579
35641
|
case 0:
|
|
@@ -37218,8 +37280,8 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37218
37280
|
a.svg = null;
|
|
37219
37281
|
a.svgPath = null;
|
|
37220
37282
|
a.b = null;
|
|
37221
|
-
a.
|
|
37222
|
-
a.
|
|
37283
|
+
a.bg = null;
|
|
37284
|
+
a.a1 = null;
|
|
37223
37285
|
var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
37224
37286
|
if (b != null) {
|
|
37225
37287
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -37237,16 +37299,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37237
37299
|
}
|
|
37238
37300
|
var d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
37239
37301
|
if (d != null) {
|
|
37240
|
-
a.
|
|
37302
|
+
a.bg = d;
|
|
37241
37303
|
return;
|
|
37242
37304
|
}
|
|
37243
37305
|
var e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
37244
37306
|
if (e != null) {
|
|
37245
|
-
a.
|
|
37307
|
+
a.a1 = e;
|
|
37246
37308
|
}
|
|
37247
37309
|
};
|
|
37248
37310
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
37249
|
-
return a.
|
|
37311
|
+
return a.a0();
|
|
37250
37312
|
};
|
|
37251
37313
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
37252
37314
|
return XIconBridge;
|
|
@@ -37320,7 +37382,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37320
37382
|
this.y = d;
|
|
37321
37383
|
this.ah = b;
|
|
37322
37384
|
break;
|
|
37323
|
-
case
|
|
37385
|
+
case 29:
|
|
37324
37386
|
e.measuringContentSize = delegateCombine(e.measuringContentSize, runOn(this, this.ar));
|
|
37325
37387
|
this.ac = d;
|
|
37326
37388
|
this.w = b;
|
|
@@ -37365,7 +37427,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37365
37427
|
this.y = null;
|
|
37366
37428
|
this.ah = null;
|
|
37367
37429
|
break;
|
|
37368
|
-
case
|
|
37430
|
+
case 29:
|
|
37369
37431
|
e.measuringContentSize = delegateRemove(e.measuringContentSize, runOn(this, this.ar));
|
|
37370
37432
|
this.ac = null;
|
|
37371
37433
|
this.w = null;
|
|
@@ -37432,7 +37494,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37432
37494
|
case 42: return c.c4;
|
|
37433
37495
|
case 39: return c.ao;
|
|
37434
37496
|
case 62: return c.a4;
|
|
37435
|
-
case
|
|
37497
|
+
case 110: return c.ay;
|
|
37436
37498
|
}
|
|
37437
37499
|
return _super.prototype.getValue.call(this, a, b);
|
|
37438
37500
|
};
|
|
@@ -37492,7 +37554,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37492
37554
|
case 62:
|
|
37493
37555
|
d.a4 = c;
|
|
37494
37556
|
break;
|
|
37495
|
-
case
|
|
37557
|
+
case 110:
|
|
37496
37558
|
d.ay = c;
|
|
37497
37559
|
break;
|
|
37498
37560
|
}
|
|
@@ -37534,7 +37596,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37534
37596
|
}
|
|
37535
37597
|
};
|
|
37536
37598
|
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
37537
|
-
return a.
|
|
37599
|
+
return a.a0();
|
|
37538
37600
|
};
|
|
37539
37601
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
37540
37602
|
this.ae.add(b);
|