igniteui-webcomponents-inputs 5.0.3-beta.0 → 5.1.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 +317 -271
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/IconView_combined.js +264 -239
- package/esm2015/lib/XIconBridge.js +6 -2
- package/esm2015/lib/XPopupBridge.js +1 -1
- package/esm2015/lib/igc-x-icon-component.js +53 -44
- package/esm5/lib/IconView_combined.js +253 -224
- package/esm5/lib/XIconBridge.js +6 -2
- package/esm5/lib/XPopupBridge.js +1 -1
- package/esm5/lib/igc-x-icon-component.js +57 -44
- package/fesm2015/igniteui-webcomponents-inputs.js +325 -287
- package/fesm5/igniteui-webcomponents-inputs.js +318 -272
- package/lib/IconView_combined.d.ts +68 -64
- package/lib/igc-x-icon-component.d.ts +5 -0
- 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, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection,
|
|
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, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, dateAddDays, Number_$type, dateAddMonths, truncate, 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, Size, RotateTransform, NativeUIElementBridge, NativeUIInputChangingEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIMouseEventArgs, NativeUIFocusEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUIButton, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type } from 'igniteui-webcomponents-core';
|
|
10
10
|
|
|
11
11
|
/*
|
|
12
12
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
@@ -8589,14 +8589,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8589
8589
|
d.setStyleProperty("width", "100%");
|
|
8590
8590
|
d.setStyleProperty("object-fit", "contain");
|
|
8591
8591
|
this.x = d;
|
|
8592
|
-
this.
|
|
8592
|
+
this.ax();
|
|
8593
8593
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
8594
8594
|
this.y.append(this.w);
|
|
8595
8595
|
this.v.append(this.y);
|
|
8596
8596
|
this.o.add(c.listen("click", runOn(this, this.ah)));
|
|
8597
|
-
this.d.
|
|
8597
|
+
this.d.cf();
|
|
8598
8598
|
};
|
|
8599
|
-
IconView.prototype.
|
|
8599
|
+
IconView.prototype.au = function (a) {
|
|
8600
8600
|
this.n.clear();
|
|
8601
8601
|
this.v.rootWrapper.removeChildren();
|
|
8602
8602
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8611,7 +8611,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8611
8611
|
this.p.add(b);
|
|
8612
8612
|
}
|
|
8613
8613
|
};
|
|
8614
|
-
IconView.prototype.
|
|
8614
|
+
IconView.prototype.av = function (a) {
|
|
8615
8615
|
this.n.clear();
|
|
8616
8616
|
this.v.rootWrapper.removeChildren();
|
|
8617
8617
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8628,7 +8628,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8628
8628
|
}
|
|
8629
8629
|
}
|
|
8630
8630
|
};
|
|
8631
|
-
IconView.prototype.
|
|
8631
|
+
IconView.prototype.at = function (a) {
|
|
8632
8632
|
this.v.rootWrapper.removeChildren();
|
|
8633
8633
|
if (a != null) {
|
|
8634
8634
|
var b = this.v.rootWrapper.getNativeElement();
|
|
@@ -8643,6 +8643,11 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8643
8643
|
this.x.setAttribute("src", a);
|
|
8644
8644
|
}
|
|
8645
8645
|
};
|
|
8646
|
+
IconView.prototype.as = function (a) {
|
|
8647
|
+
if (typeof a === 'string') {
|
|
8648
|
+
this.ap(typeCast(String_$type, a));
|
|
8649
|
+
}
|
|
8650
|
+
};
|
|
8646
8651
|
IconView.prototype.k = function () {
|
|
8647
8652
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
8648
8653
|
};
|
|
@@ -8650,7 +8655,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8650
8655
|
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
|
|
8651
8656
|
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
|
|
8652
8657
|
};
|
|
8653
|
-
IconView.prototype.
|
|
8658
|
+
IconView.prototype.ax = function () {
|
|
8654
8659
|
var a = isNaN_(this.d.an) ? 0 : this.d.an;
|
|
8655
8660
|
var b = isNaN_(this.d.ao) ? 0 : this.d.ao;
|
|
8656
8661
|
var c = isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
@@ -8712,10 +8717,10 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8712
8717
|
}
|
|
8713
8718
|
};
|
|
8714
8719
|
IconView.prototype.ad = function (a) {
|
|
8715
|
-
this.d.
|
|
8720
|
+
this.d.cc();
|
|
8716
8721
|
};
|
|
8717
8722
|
IconView.prototype.ae = function (a) {
|
|
8718
|
-
this.d.
|
|
8723
|
+
this.d.cd();
|
|
8719
8724
|
};
|
|
8720
8725
|
IconView.prototype.ag = function () {
|
|
8721
8726
|
this.j = true;
|
|
@@ -8746,7 +8751,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8746
8751
|
}
|
|
8747
8752
|
this.o.clear();
|
|
8748
8753
|
};
|
|
8749
|
-
IconView.prototype.
|
|
8754
|
+
IconView.prototype.aw = function (a) {
|
|
8750
8755
|
if (a != null) {
|
|
8751
8756
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
8752
8757
|
}
|
|
@@ -8761,7 +8766,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8761
8766
|
return c;
|
|
8762
8767
|
};
|
|
8763
8768
|
IconView.prototype.ah = function (a) {
|
|
8764
|
-
this.d.
|
|
8769
|
+
this.d.ca();
|
|
8765
8770
|
};
|
|
8766
8771
|
IconView.prototype.a = function () {
|
|
8767
8772
|
var a = new List$1(PrimitiveVisualData.$, 0);
|
|
@@ -8869,33 +8874,34 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8869
8874
|
var _this = _super.call(this) || this;
|
|
8870
8875
|
_this._view = null;
|
|
8871
8876
|
_this.j = 0;
|
|
8872
|
-
_this.
|
|
8873
|
-
_this.
|
|
8874
|
-
_this.
|
|
8877
|
+
_this.cm = XIcon.c2;
|
|
8878
|
+
_this.cn = XIcon.c6;
|
|
8879
|
+
_this.co = XIcon.c7;
|
|
8875
8880
|
_this.v = XIcon.ah;
|
|
8876
|
-
_this.
|
|
8877
|
-
_this.
|
|
8881
|
+
_this.cp = XIcon.c2;
|
|
8882
|
+
_this.cx = XIcon.c6;
|
|
8878
8883
|
_this.z = XIcon.ah;
|
|
8879
|
-
_this.
|
|
8880
|
-
_this.
|
|
8881
|
-
_this.
|
|
8884
|
+
_this.cy = XIcon.c7;
|
|
8885
|
+
_this.cq = XIcon.c3;
|
|
8886
|
+
_this.cr = XIcon.c4;
|
|
8882
8887
|
_this.x = XIcon.ag;
|
|
8883
|
-
_this.
|
|
8888
|
+
_this.cs = null;
|
|
8884
8889
|
_this.c = null;
|
|
8885
8890
|
_this.d = null;
|
|
8886
|
-
_this.cq = null;
|
|
8887
|
-
_this.cr = null;
|
|
8888
|
-
_this.cs = null;
|
|
8889
8891
|
_this.ct = null;
|
|
8890
|
-
_this.
|
|
8891
|
-
_this.
|
|
8892
|
+
_this.cu = null;
|
|
8893
|
+
_this.cv = null;
|
|
8894
|
+
_this.cw = null;
|
|
8895
|
+
_this.au = null;
|
|
8892
8896
|
_this.ay = null;
|
|
8897
|
+
_this.a1 = null;
|
|
8898
|
+
_this.a0 = null;
|
|
8893
8899
|
_this.a = null;
|
|
8894
8900
|
_this.l = null;
|
|
8895
|
-
_this.
|
|
8901
|
+
_this.az = "ig-icon-" + XIcon.at++;
|
|
8896
8902
|
_this.ar = 0;
|
|
8897
8903
|
_this.n = false;
|
|
8898
|
-
_this.
|
|
8904
|
+
_this.ax = null;
|
|
8899
8905
|
_this.p = false;
|
|
8900
8906
|
_this.o = false;
|
|
8901
8907
|
_this.y = 1;
|
|
@@ -8926,13 +8932,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8926
8932
|
XIcon.prototype.destroy = function () {
|
|
8927
8933
|
this.provideContainer(null);
|
|
8928
8934
|
};
|
|
8929
|
-
XIcon.prototype.
|
|
8935
|
+
XIcon.prototype.ce = function (a, b, c) {
|
|
8930
8936
|
if (this.propertyChanged != null) {
|
|
8931
8937
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
8932
8938
|
}
|
|
8933
|
-
this.
|
|
8939
|
+
this.ch(a, b, c);
|
|
8934
8940
|
};
|
|
8935
|
-
XIcon.prototype.
|
|
8941
|
+
XIcon.prototype.ch = function (a, b, c) {
|
|
8936
8942
|
switch (a) {
|
|
8937
8943
|
case "Fill":
|
|
8938
8944
|
case "Stroke":
|
|
@@ -8941,44 +8947,50 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8941
8947
|
case "HoverStroke":
|
|
8942
8948
|
case "HoverStrokeThickness":
|
|
8943
8949
|
case "IsHover":
|
|
8944
|
-
this.
|
|
8950
|
+
this.cl();
|
|
8945
8951
|
break;
|
|
8946
8952
|
case "FillColors":
|
|
8947
8953
|
case "StrokeColors":
|
|
8948
8954
|
case "ActualFill":
|
|
8949
8955
|
case "ActualStroke":
|
|
8950
8956
|
case "ActualStrokeWidth":
|
|
8951
|
-
this.
|
|
8957
|
+
this.cj();
|
|
8952
8958
|
break;
|
|
8953
8959
|
case "SVG":
|
|
8954
|
-
this.
|
|
8960
|
+
this.a1 = null;
|
|
8955
8961
|
this.a = null;
|
|
8956
|
-
this.
|
|
8962
|
+
this.cj();
|
|
8957
8963
|
break;
|
|
8958
8964
|
case "SVGPath":
|
|
8959
|
-
this.
|
|
8965
|
+
this.a0 = null;
|
|
8960
8966
|
this.a = null;
|
|
8961
|
-
this.
|
|
8967
|
+
this.cj();
|
|
8962
8968
|
break;
|
|
8963
8969
|
case "SVGPaths":
|
|
8964
|
-
this.
|
|
8965
|
-
this.
|
|
8966
|
-
this.
|
|
8970
|
+
this.a0 = null;
|
|
8971
|
+
this.a1 = null;
|
|
8972
|
+
this.cj();
|
|
8967
8973
|
break;
|
|
8968
8974
|
case "DataURL":
|
|
8969
|
-
this.
|
|
8970
|
-
this.
|
|
8975
|
+
this.a0 = null;
|
|
8976
|
+
this.a1 = null;
|
|
8971
8977
|
this.a = null;
|
|
8972
|
-
this.
|
|
8978
|
+
this.cj();
|
|
8979
|
+
break;
|
|
8980
|
+
case "Source":
|
|
8981
|
+
this.a0 = null;
|
|
8982
|
+
this.a1 = null;
|
|
8983
|
+
this.a = null;
|
|
8984
|
+
this.cj();
|
|
8973
8985
|
break;
|
|
8974
8986
|
case "Opacity":
|
|
8975
|
-
this.
|
|
8987
|
+
this.ck();
|
|
8976
8988
|
break;
|
|
8977
8989
|
case "ViewBoxLeft":
|
|
8978
8990
|
case "ViewBoxTop":
|
|
8979
8991
|
case "ViewBoxWidth":
|
|
8980
8992
|
case "ViewBoxHeight":
|
|
8981
|
-
this.view.
|
|
8993
|
+
this.view.ax();
|
|
8982
8994
|
break;
|
|
8983
8995
|
case "Width":
|
|
8984
8996
|
case "Height":
|
|
@@ -8986,22 +8998,22 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8986
8998
|
break;
|
|
8987
8999
|
}
|
|
8988
9000
|
};
|
|
8989
|
-
XIcon.prototype.
|
|
8990
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
8991
|
-
var b = this.
|
|
9001
|
+
XIcon.prototype.cl = function () {
|
|
9002
|
+
var a = this.fill != null ? this.fill : XIcon.c2;
|
|
9003
|
+
var b = this.df != null ? this.df : XIcon.c6;
|
|
8992
9004
|
var c = !isNaN_(this.al) ? this.al : XIcon.ah;
|
|
8993
|
-
var d = this.
|
|
9005
|
+
var d = this.dg != null ? this.dg : XIcon.c7;
|
|
8994
9006
|
if (this.t) {
|
|
8995
|
-
this.
|
|
8996
|
-
this.
|
|
9007
|
+
this.cz = this.c8 != null ? this.c8 : a;
|
|
9008
|
+
this.c0 = this.c9 != null ? this.c9 : b;
|
|
8997
9009
|
this.af = !isNaN_(this.aj) ? this.aj : c;
|
|
8998
|
-
this.
|
|
9010
|
+
this.c1 = this.da != null ? this.da : d;
|
|
8999
9011
|
}
|
|
9000
9012
|
else {
|
|
9001
|
-
this.
|
|
9002
|
-
this.
|
|
9013
|
+
this.cz = a;
|
|
9014
|
+
this.c0 = b;
|
|
9003
9015
|
this.af = c;
|
|
9004
|
-
this.
|
|
9016
|
+
this.c1 = d;
|
|
9005
9017
|
}
|
|
9006
9018
|
};
|
|
9007
9019
|
Object.defineProperty(XIcon.prototype, "r", {
|
|
@@ -9011,49 +9023,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9011
9023
|
enumerable: false,
|
|
9012
9024
|
configurable: true
|
|
9013
9025
|
});
|
|
9014
|
-
XIcon.prototype.
|
|
9026
|
+
XIcon.prototype.ck = function () {
|
|
9015
9027
|
NativeUI.y(this.view.z, this.ak);
|
|
9016
9028
|
};
|
|
9017
|
-
XIcon.prototype.
|
|
9029
|
+
XIcon.prototype.cj = function () {
|
|
9018
9030
|
var a = this.view.z;
|
|
9019
9031
|
if (this.r) {
|
|
9020
9032
|
var b = this.view.aa;
|
|
9021
|
-
NativeUI.r(b, this.
|
|
9022
|
-
NativeUI.aa(b, this.
|
|
9033
|
+
NativeUI.r(b, this.cz);
|
|
9034
|
+
NativeUI.aa(b, this.c0);
|
|
9023
9035
|
NativeUI.ad(b, this.af);
|
|
9024
9036
|
}
|
|
9025
9037
|
else {
|
|
9026
9038
|
var c = false;
|
|
9027
9039
|
if (this.svgPath != null) {
|
|
9028
9040
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
9029
|
-
this.view.
|
|
9041
|
+
this.view.at(this.svgPath);
|
|
9030
9042
|
c = true;
|
|
9031
9043
|
}
|
|
9032
9044
|
else {
|
|
9033
|
-
this.view.
|
|
9045
|
+
this.view.au(this.svgPath);
|
|
9034
9046
|
}
|
|
9035
9047
|
}
|
|
9036
9048
|
else if (this.b != null) {
|
|
9037
|
-
this.view.
|
|
9049
|
+
this.view.av(this.b);
|
|
9038
9050
|
var d = this.view.c;
|
|
9039
9051
|
if (d != null && d.length > 0) {
|
|
9040
9052
|
var e = NativeUI.r;
|
|
9041
9053
|
var f = NativeUI.aa;
|
|
9042
|
-
this.
|
|
9054
|
+
this.cg();
|
|
9043
9055
|
e = runOn(this.view, this.view.an);
|
|
9044
9056
|
f = runOn(this.view, this.view.ao);
|
|
9045
9057
|
for (var g = 0; g < d.length; g++) {
|
|
9046
|
-
if (this.
|
|
9047
|
-
e(d[g], this.
|
|
9058
|
+
if (this.cz != null) {
|
|
9059
|
+
e(d[g], this.cz);
|
|
9048
9060
|
}
|
|
9049
|
-
if (this.
|
|
9050
|
-
f(d[g], this.
|
|
9061
|
+
if (this.c0 != null) {
|
|
9062
|
+
f(d[g], this.c0);
|
|
9051
9063
|
}
|
|
9052
9064
|
if (!isNaN_(this.af)) {
|
|
9053
9065
|
NativeUI.ad(d[g], this.af);
|
|
9054
9066
|
}
|
|
9055
|
-
if (this.
|
|
9056
|
-
NativeUI.q(d[g], this.
|
|
9067
|
+
if (this.c1 != null) {
|
|
9068
|
+
NativeUI.q(d[g], this.c1);
|
|
9057
9069
|
}
|
|
9058
9070
|
if (this.e != null && this.e.count == d.length) {
|
|
9059
9071
|
e(d[g], this.e.item(g));
|
|
@@ -9064,33 +9076,36 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9064
9076
|
}
|
|
9065
9077
|
}
|
|
9066
9078
|
if (this.m != null) {
|
|
9067
|
-
this.view.
|
|
9079
|
+
this.view.aw(this.m);
|
|
9068
9080
|
}
|
|
9069
9081
|
return;
|
|
9070
9082
|
}
|
|
9071
9083
|
else if (this.svg != null) {
|
|
9072
|
-
this.view.
|
|
9084
|
+
this.view.at(this.svg);
|
|
9073
9085
|
c = true;
|
|
9074
9086
|
}
|
|
9075
|
-
else if (this.
|
|
9076
|
-
this.view.ap(this.
|
|
9087
|
+
else if (this.a9 != null) {
|
|
9088
|
+
this.view.ap(this.a9);
|
|
9089
|
+
}
|
|
9090
|
+
else if (this.aw != null) {
|
|
9091
|
+
this.view.as(this.aw);
|
|
9077
9092
|
}
|
|
9078
9093
|
if (c) {
|
|
9079
9094
|
for (var h = 0; h < this.view.r.count; h++) {
|
|
9080
9095
|
var i = this.view.r._inner[h].c;
|
|
9081
|
-
NativeUI.r(this.view.r._inner[h].d, i.l.f(this.
|
|
9096
|
+
NativeUI.r(this.view.r._inner[h].d, i.l.f(this.db));
|
|
9082
9097
|
}
|
|
9083
9098
|
for (var j = 0; j < this.view.s.count; j++) {
|
|
9084
9099
|
var k = this.view.s._inner[j].c;
|
|
9085
|
-
NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.
|
|
9100
|
+
NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.dc));
|
|
9086
9101
|
}
|
|
9087
9102
|
for (var l = 0; l < this.view.t.count; l++) {
|
|
9088
9103
|
var m = this.view.t._inner[l].c;
|
|
9089
|
-
NativeUI.r(this.view.t._inner[l].d, m.l.f(this.
|
|
9104
|
+
NativeUI.r(this.view.t._inner[l].d, m.l.f(this.dd));
|
|
9090
9105
|
}
|
|
9091
9106
|
for (var n = 0; n < this.view.u.count; n++) {
|
|
9092
9107
|
var o = this.view.u._inner[n].c;
|
|
9093
|
-
NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.
|
|
9108
|
+
NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.de));
|
|
9094
9109
|
}
|
|
9095
9110
|
for (var p = 0; p < this.view.e.o.count; p++) {
|
|
9096
9111
|
var q = this.view.e.o._inner[p];
|
|
@@ -9116,35 +9131,35 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9116
9131
|
}
|
|
9117
9132
|
for (var ab = 0; ab < this.view.q.count; ab++) {
|
|
9118
9133
|
var ac = this.view.q._inner[ab].c;
|
|
9119
|
-
NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.
|
|
9120
|
-
NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.
|
|
9134
|
+
NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.cz));
|
|
9135
|
+
NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.c0));
|
|
9121
9136
|
}
|
|
9122
9137
|
}
|
|
9123
9138
|
var ad = this.view.z;
|
|
9124
|
-
if (this.
|
|
9125
|
-
NativeUI.r(ad, this.
|
|
9139
|
+
if (this.cz != null) {
|
|
9140
|
+
NativeUI.r(ad, this.cz);
|
|
9126
9141
|
}
|
|
9127
|
-
if (this.
|
|
9128
|
-
NativeUI.aa(ad, this.
|
|
9142
|
+
if (this.c0 != null) {
|
|
9143
|
+
NativeUI.aa(ad, this.c0);
|
|
9129
9144
|
}
|
|
9130
9145
|
if (!isNaN_(this.af)) {
|
|
9131
9146
|
NativeUI.ad(ad, this.af);
|
|
9132
9147
|
}
|
|
9133
9148
|
}
|
|
9134
9149
|
if (this.m != null) {
|
|
9135
|
-
this.view.
|
|
9150
|
+
this.view.aw(this.m);
|
|
9136
9151
|
}
|
|
9137
|
-
if (this.
|
|
9138
|
-
NativeUI.q(this.view.z, this.
|
|
9152
|
+
if (this.c1 != null) {
|
|
9153
|
+
NativeUI.q(this.view.z, this.c1);
|
|
9139
9154
|
}
|
|
9140
9155
|
};
|
|
9141
|
-
XIcon.prototype.
|
|
9156
|
+
XIcon.prototype.cg = function () {
|
|
9142
9157
|
var e_3, _a, e_4, _b;
|
|
9143
|
-
if (this.
|
|
9144
|
-
this.view.am(this.
|
|
9158
|
+
if (this.cz != null) {
|
|
9159
|
+
this.view.am(this.cz, "fill");
|
|
9145
9160
|
}
|
|
9146
|
-
if (this.
|
|
9147
|
-
this.view.am(this.
|
|
9161
|
+
if (this.c0 != null) {
|
|
9162
|
+
this.view.am(this.c0, "stroke");
|
|
9148
9163
|
}
|
|
9149
9164
|
if (this.e != null) {
|
|
9150
9165
|
try {
|
|
@@ -9197,49 +9212,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9197
9212
|
var b = this.j;
|
|
9198
9213
|
this.j = a;
|
|
9199
9214
|
if (b != this.j) {
|
|
9200
|
-
this.
|
|
9215
|
+
this.ce("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
9201
9216
|
}
|
|
9202
9217
|
},
|
|
9203
9218
|
enumerable: false,
|
|
9204
9219
|
configurable: true
|
|
9205
9220
|
});
|
|
9206
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9221
|
+
Object.defineProperty(XIcon.prototype, "cz", {
|
|
9207
9222
|
get: function () {
|
|
9208
|
-
return this.
|
|
9223
|
+
return this.cm;
|
|
9209
9224
|
},
|
|
9210
9225
|
set: function (a) {
|
|
9211
|
-
var b = this.
|
|
9212
|
-
this.
|
|
9213
|
-
if (b != this.
|
|
9214
|
-
this.
|
|
9226
|
+
var b = this.cm;
|
|
9227
|
+
this.cm = a;
|
|
9228
|
+
if (b != this.cm) {
|
|
9229
|
+
this.ce("ActualFill", b, a);
|
|
9215
9230
|
}
|
|
9216
9231
|
},
|
|
9217
9232
|
enumerable: false,
|
|
9218
9233
|
configurable: true
|
|
9219
9234
|
});
|
|
9220
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9235
|
+
Object.defineProperty(XIcon.prototype, "c0", {
|
|
9221
9236
|
get: function () {
|
|
9222
|
-
return this.
|
|
9237
|
+
return this.cn;
|
|
9223
9238
|
},
|
|
9224
9239
|
set: function (a) {
|
|
9225
|
-
var b = this.
|
|
9226
|
-
this.
|
|
9227
|
-
if (b != this.
|
|
9228
|
-
this.
|
|
9240
|
+
var b = this.cn;
|
|
9241
|
+
this.cn = a;
|
|
9242
|
+
if (b != this.cn) {
|
|
9243
|
+
this.ce("ActualStroke", b, a);
|
|
9229
9244
|
}
|
|
9230
9245
|
},
|
|
9231
9246
|
enumerable: false,
|
|
9232
9247
|
configurable: true
|
|
9233
9248
|
});
|
|
9234
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9249
|
+
Object.defineProperty(XIcon.prototype, "c1", {
|
|
9235
9250
|
get: function () {
|
|
9236
|
-
return this.
|
|
9251
|
+
return this.co;
|
|
9237
9252
|
},
|
|
9238
9253
|
set: function (a) {
|
|
9239
|
-
var b = this.
|
|
9240
|
-
this.
|
|
9241
|
-
if (b != this.
|
|
9242
|
-
this.
|
|
9254
|
+
var b = this.co;
|
|
9255
|
+
this.co = a;
|
|
9256
|
+
if (b != this.co) {
|
|
9257
|
+
this.ce("ActualTextColor", b, a);
|
|
9243
9258
|
}
|
|
9244
9259
|
},
|
|
9245
9260
|
enumerable: false,
|
|
@@ -9253,7 +9268,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9253
9268
|
var b = this.v;
|
|
9254
9269
|
this.v = a;
|
|
9255
9270
|
if (b != this.v) {
|
|
9256
|
-
this.
|
|
9271
|
+
this.ce("ActualStrokeWidth", b, a);
|
|
9257
9272
|
}
|
|
9258
9273
|
},
|
|
9259
9274
|
enumerable: false,
|
|
@@ -9261,27 +9276,27 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9261
9276
|
});
|
|
9262
9277
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
9263
9278
|
get: function () {
|
|
9264
|
-
return this.
|
|
9279
|
+
return this.cp;
|
|
9265
9280
|
},
|
|
9266
9281
|
set: function (a) {
|
|
9267
|
-
var b = this.
|
|
9268
|
-
this.
|
|
9269
|
-
if (b != this.
|
|
9270
|
-
this.
|
|
9282
|
+
var b = this.cp;
|
|
9283
|
+
this.cp = a;
|
|
9284
|
+
if (b != this.cp) {
|
|
9285
|
+
this.ce("Fill", b, a);
|
|
9271
9286
|
}
|
|
9272
9287
|
},
|
|
9273
9288
|
enumerable: false,
|
|
9274
9289
|
configurable: true
|
|
9275
9290
|
});
|
|
9276
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9291
|
+
Object.defineProperty(XIcon.prototype, "df", {
|
|
9277
9292
|
get: function () {
|
|
9278
|
-
return this.
|
|
9293
|
+
return this.cx;
|
|
9279
9294
|
},
|
|
9280
9295
|
set: function (a) {
|
|
9281
|
-
var b = this.
|
|
9282
|
-
this.
|
|
9283
|
-
if (b != this.
|
|
9284
|
-
this.
|
|
9296
|
+
var b = this.cx;
|
|
9297
|
+
this.cx = a;
|
|
9298
|
+
if (b != this.cx) {
|
|
9299
|
+
this.ce("Stroke", b, a);
|
|
9285
9300
|
}
|
|
9286
9301
|
},
|
|
9287
9302
|
enumerable: false,
|
|
@@ -9295,49 +9310,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9295
9310
|
var b = this.z;
|
|
9296
9311
|
this.z = a;
|
|
9297
9312
|
if (b != this.z) {
|
|
9298
|
-
this.
|
|
9313
|
+
this.ce("StrokeWidth", b, a);
|
|
9299
9314
|
}
|
|
9300
9315
|
},
|
|
9301
9316
|
enumerable: false,
|
|
9302
9317
|
configurable: true
|
|
9303
9318
|
});
|
|
9304
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9319
|
+
Object.defineProperty(XIcon.prototype, "dg", {
|
|
9305
9320
|
get: function () {
|
|
9306
|
-
return this.
|
|
9321
|
+
return this.cy;
|
|
9307
9322
|
},
|
|
9308
9323
|
set: function (a) {
|
|
9309
|
-
var b = this.
|
|
9310
|
-
this.
|
|
9311
|
-
if (b != this.
|
|
9312
|
-
this.
|
|
9324
|
+
var b = this.cy;
|
|
9325
|
+
this.cy = a;
|
|
9326
|
+
if (b != this.cy) {
|
|
9327
|
+
this.ce("TextColor", b, a);
|
|
9313
9328
|
}
|
|
9314
9329
|
},
|
|
9315
9330
|
enumerable: false,
|
|
9316
9331
|
configurable: true
|
|
9317
9332
|
});
|
|
9318
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9333
|
+
Object.defineProperty(XIcon.prototype, "c8", {
|
|
9319
9334
|
get: function () {
|
|
9320
|
-
return this.
|
|
9335
|
+
return this.cq;
|
|
9321
9336
|
},
|
|
9322
9337
|
set: function (a) {
|
|
9323
|
-
var b = this.
|
|
9324
|
-
this.
|
|
9325
|
-
if (b != this.
|
|
9326
|
-
this.
|
|
9338
|
+
var b = this.cq;
|
|
9339
|
+
this.cq = a;
|
|
9340
|
+
if (b != this.cq) {
|
|
9341
|
+
this.ce("HoverFill", b, a);
|
|
9327
9342
|
}
|
|
9328
9343
|
},
|
|
9329
9344
|
enumerable: false,
|
|
9330
9345
|
configurable: true
|
|
9331
9346
|
});
|
|
9332
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9347
|
+
Object.defineProperty(XIcon.prototype, "c9", {
|
|
9333
9348
|
get: function () {
|
|
9334
|
-
return this.
|
|
9349
|
+
return this.cr;
|
|
9335
9350
|
},
|
|
9336
9351
|
set: function (a) {
|
|
9337
|
-
var b = this.
|
|
9338
|
-
this.
|
|
9339
|
-
if (b != this.
|
|
9340
|
-
this.
|
|
9352
|
+
var b = this.cr;
|
|
9353
|
+
this.cr = a;
|
|
9354
|
+
if (b != this.cr) {
|
|
9355
|
+
this.ce("HoverStroke", b, a);
|
|
9341
9356
|
}
|
|
9342
9357
|
},
|
|
9343
9358
|
enumerable: false,
|
|
@@ -9351,21 +9366,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9351
9366
|
var b = this.x;
|
|
9352
9367
|
this.x = a;
|
|
9353
9368
|
if (b != this.x) {
|
|
9354
|
-
this.
|
|
9369
|
+
this.ce("HoverStrokeThickness", b, a);
|
|
9355
9370
|
}
|
|
9356
9371
|
},
|
|
9357
9372
|
enumerable: false,
|
|
9358
9373
|
configurable: true
|
|
9359
9374
|
});
|
|
9360
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9375
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
9361
9376
|
get: function () {
|
|
9362
|
-
return this.
|
|
9377
|
+
return this.cs;
|
|
9363
9378
|
},
|
|
9364
9379
|
set: function (a) {
|
|
9365
|
-
var b = this.
|
|
9366
|
-
this.
|
|
9367
|
-
if (b != this.
|
|
9368
|
-
this.
|
|
9380
|
+
var b = this.cs;
|
|
9381
|
+
this.cs = a;
|
|
9382
|
+
if (b != this.cs) {
|
|
9383
|
+
this.ce("HoverTextColor", b, a);
|
|
9369
9384
|
}
|
|
9370
9385
|
},
|
|
9371
9386
|
enumerable: false,
|
|
@@ -9379,7 +9394,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9379
9394
|
var b = this.c;
|
|
9380
9395
|
this.c = a;
|
|
9381
9396
|
if (b != this.c) {
|
|
9382
|
-
this.
|
|
9397
|
+
this.ce("FillColors", b, this.c);
|
|
9383
9398
|
}
|
|
9384
9399
|
},
|
|
9385
9400
|
enumerable: false,
|
|
@@ -9393,77 +9408,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9393
9408
|
var b = this.d;
|
|
9394
9409
|
this.d = a;
|
|
9395
9410
|
if (b != this.d) {
|
|
9396
|
-
this.
|
|
9411
|
+
this.ce("StrokeColors", b, this.d);
|
|
9397
9412
|
}
|
|
9398
9413
|
},
|
|
9399
9414
|
enumerable: false,
|
|
9400
9415
|
configurable: true
|
|
9401
9416
|
});
|
|
9402
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9417
|
+
Object.defineProperty(XIcon.prototype, "db", {
|
|
9403
9418
|
get: function () {
|
|
9404
|
-
return this.
|
|
9419
|
+
return this.ct;
|
|
9405
9420
|
},
|
|
9406
9421
|
set: function (a) {
|
|
9407
|
-
var b = this.
|
|
9408
|
-
this.
|
|
9409
|
-
if (b != this.
|
|
9410
|
-
this.
|
|
9422
|
+
var b = this.ct;
|
|
9423
|
+
this.ct = a;
|
|
9424
|
+
if (b != this.ct) {
|
|
9425
|
+
this.ce("PrimaryFillColor", b, this.ct);
|
|
9411
9426
|
}
|
|
9412
9427
|
},
|
|
9413
9428
|
enumerable: false,
|
|
9414
9429
|
configurable: true
|
|
9415
9430
|
});
|
|
9416
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9431
|
+
Object.defineProperty(XIcon.prototype, "dc", {
|
|
9417
9432
|
get: function () {
|
|
9418
|
-
return this.
|
|
9433
|
+
return this.cu;
|
|
9419
9434
|
},
|
|
9420
9435
|
set: function (a) {
|
|
9421
|
-
var b = this.
|
|
9422
|
-
this.
|
|
9423
|
-
if (b != this.
|
|
9424
|
-
this.
|
|
9436
|
+
var b = this.cu;
|
|
9437
|
+
this.cu = a;
|
|
9438
|
+
if (b != this.cu) {
|
|
9439
|
+
this.ce("PrimaryStrokeColor", b, this.cu);
|
|
9425
9440
|
}
|
|
9426
9441
|
},
|
|
9427
9442
|
enumerable: false,
|
|
9428
9443
|
configurable: true
|
|
9429
9444
|
});
|
|
9430
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9445
|
+
Object.defineProperty(XIcon.prototype, "dd", {
|
|
9431
9446
|
get: function () {
|
|
9432
|
-
return this.
|
|
9447
|
+
return this.cv;
|
|
9433
9448
|
},
|
|
9434
9449
|
set: function (a) {
|
|
9435
|
-
var b = this.
|
|
9436
|
-
this.
|
|
9437
|
-
if (b != this.
|
|
9438
|
-
this.
|
|
9450
|
+
var b = this.cv;
|
|
9451
|
+
this.cv = a;
|
|
9452
|
+
if (b != this.cv) {
|
|
9453
|
+
this.ce("SecondaryFillColor", b, this.cv);
|
|
9439
9454
|
}
|
|
9440
9455
|
},
|
|
9441
9456
|
enumerable: false,
|
|
9442
9457
|
configurable: true
|
|
9443
9458
|
});
|
|
9444
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9459
|
+
Object.defineProperty(XIcon.prototype, "de", {
|
|
9445
9460
|
get: function () {
|
|
9446
|
-
return this.
|
|
9461
|
+
return this.cw;
|
|
9447
9462
|
},
|
|
9448
9463
|
set: function (a) {
|
|
9449
|
-
var b = this.
|
|
9450
|
-
this.
|
|
9451
|
-
if (b != this.
|
|
9452
|
-
this.
|
|
9464
|
+
var b = this.cw;
|
|
9465
|
+
this.cw = a;
|
|
9466
|
+
if (b != this.cw) {
|
|
9467
|
+
this.ce("SecondaryStrokeColor", b, this.cw);
|
|
9453
9468
|
}
|
|
9454
9469
|
},
|
|
9455
9470
|
enumerable: false,
|
|
9456
9471
|
configurable: true
|
|
9457
9472
|
});
|
|
9458
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9473
|
+
Object.defineProperty(XIcon.prototype, "aw", {
|
|
9459
9474
|
get: function () {
|
|
9460
|
-
return this.
|
|
9475
|
+
return this.au;
|
|
9461
9476
|
},
|
|
9462
9477
|
set: function (a) {
|
|
9463
|
-
var b = this.
|
|
9464
|
-
this.
|
|
9465
|
-
if (b != this.
|
|
9466
|
-
this.
|
|
9478
|
+
var b = this.au;
|
|
9479
|
+
this.au = a;
|
|
9480
|
+
if (b != this.au) {
|
|
9481
|
+
this.ce("Source", b, a);
|
|
9482
|
+
}
|
|
9483
|
+
},
|
|
9484
|
+
enumerable: false,
|
|
9485
|
+
configurable: true
|
|
9486
|
+
});
|
|
9487
|
+
Object.defineProperty(XIcon.prototype, "a9", {
|
|
9488
|
+
get: function () {
|
|
9489
|
+
return this.ay;
|
|
9490
|
+
},
|
|
9491
|
+
set: function (a) {
|
|
9492
|
+
var b = this.ay;
|
|
9493
|
+
this.ay = a;
|
|
9494
|
+
if (b != this.ay) {
|
|
9495
|
+
this.ce("DataURL", b, a);
|
|
9467
9496
|
}
|
|
9468
9497
|
},
|
|
9469
9498
|
enumerable: false,
|
|
@@ -9471,13 +9500,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9471
9500
|
});
|
|
9472
9501
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
9473
9502
|
get: function () {
|
|
9474
|
-
return this.
|
|
9503
|
+
return this.a1;
|
|
9475
9504
|
},
|
|
9476
9505
|
set: function (a) {
|
|
9477
|
-
var b = this.
|
|
9478
|
-
this.
|
|
9479
|
-
if (b != this.
|
|
9480
|
-
this.
|
|
9506
|
+
var b = this.a1;
|
|
9507
|
+
this.a1 = a;
|
|
9508
|
+
if (b != this.a1) {
|
|
9509
|
+
this.ce("SVGPath", b, a);
|
|
9481
9510
|
}
|
|
9482
9511
|
},
|
|
9483
9512
|
enumerable: false,
|
|
@@ -9485,13 +9514,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9485
9514
|
});
|
|
9486
9515
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
9487
9516
|
get: function () {
|
|
9488
|
-
return this.
|
|
9517
|
+
return this.a0;
|
|
9489
9518
|
},
|
|
9490
9519
|
set: function (a) {
|
|
9491
|
-
var b = this.
|
|
9492
|
-
this.
|
|
9493
|
-
if (b != this.
|
|
9494
|
-
this.
|
|
9520
|
+
var b = this.a0;
|
|
9521
|
+
this.a0 = a;
|
|
9522
|
+
if (b != this.a0) {
|
|
9523
|
+
this.ce("SVG", b, this.a0);
|
|
9495
9524
|
}
|
|
9496
9525
|
},
|
|
9497
9526
|
enumerable: false,
|
|
@@ -9505,16 +9534,16 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9505
9534
|
var b = this.a;
|
|
9506
9535
|
this.a = a;
|
|
9507
9536
|
if (b != this.a) {
|
|
9508
|
-
this.
|
|
9537
|
+
this.ce("SVGPaths", b, this.a);
|
|
9509
9538
|
}
|
|
9510
9539
|
},
|
|
9511
9540
|
enumerable: false,
|
|
9512
9541
|
configurable: true
|
|
9513
9542
|
});
|
|
9514
|
-
XIcon.prototype.
|
|
9543
|
+
XIcon.prototype.cc = function () {
|
|
9515
9544
|
this.t = true;
|
|
9516
9545
|
};
|
|
9517
|
-
XIcon.prototype.
|
|
9546
|
+
XIcon.prototype.cd = function () {
|
|
9518
9547
|
this.t = false;
|
|
9519
9548
|
};
|
|
9520
9549
|
Object.defineProperty(XIcon.prototype, "m", {
|
|
@@ -9525,21 +9554,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9525
9554
|
var b = this.l;
|
|
9526
9555
|
this.l = a;
|
|
9527
9556
|
if (b != this.l) {
|
|
9528
|
-
this.
|
|
9557
|
+
this.ce("TextStyle", b, a);
|
|
9529
9558
|
}
|
|
9530
9559
|
},
|
|
9531
9560
|
enumerable: false,
|
|
9532
9561
|
configurable: true
|
|
9533
9562
|
});
|
|
9534
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9563
|
+
Object.defineProperty(XIcon.prototype, "bj", {
|
|
9535
9564
|
get: function () {
|
|
9536
|
-
return this.
|
|
9565
|
+
return this.az;
|
|
9537
9566
|
},
|
|
9538
9567
|
set: function (a) {
|
|
9539
|
-
var b = this.
|
|
9540
|
-
this.
|
|
9541
|
-
if (b != this.
|
|
9542
|
-
this.
|
|
9568
|
+
var b = this.az;
|
|
9569
|
+
this.az = a;
|
|
9570
|
+
if (b != this.az) {
|
|
9571
|
+
this.ce("Id", b, a);
|
|
9543
9572
|
}
|
|
9544
9573
|
},
|
|
9545
9574
|
enumerable: false,
|
|
@@ -9561,21 +9590,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9561
9590
|
this.ar = a;
|
|
9562
9591
|
this.n = true;
|
|
9563
9592
|
if (b != this.ar) {
|
|
9564
|
-
this.
|
|
9593
|
+
this.ce("TabIndex", b, a);
|
|
9565
9594
|
}
|
|
9566
9595
|
},
|
|
9567
9596
|
enumerable: false,
|
|
9568
9597
|
configurable: true
|
|
9569
9598
|
});
|
|
9570
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9599
|
+
Object.defineProperty(XIcon.prototype, "a6", {
|
|
9571
9600
|
get: function () {
|
|
9572
|
-
return this.
|
|
9601
|
+
return this.ax;
|
|
9573
9602
|
},
|
|
9574
9603
|
set: function (a) {
|
|
9575
|
-
var b = this.
|
|
9576
|
-
this.
|
|
9577
|
-
if (b != this.
|
|
9578
|
-
this.
|
|
9604
|
+
var b = this.ax;
|
|
9605
|
+
this.ax = a;
|
|
9606
|
+
if (b != this.ax) {
|
|
9607
|
+
this.ce("AriaLabel", b, a);
|
|
9579
9608
|
}
|
|
9580
9609
|
},
|
|
9581
9610
|
enumerable: false,
|
|
@@ -9589,7 +9618,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9589
9618
|
var b = this.p;
|
|
9590
9619
|
this.p = a;
|
|
9591
9620
|
if (b != this.p) {
|
|
9592
|
-
this.
|
|
9621
|
+
this.ce("IsHover", b, a);
|
|
9593
9622
|
}
|
|
9594
9623
|
},
|
|
9595
9624
|
enumerable: false,
|
|
@@ -9603,7 +9632,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9603
9632
|
var b = this.o;
|
|
9604
9633
|
this.o = a;
|
|
9605
9634
|
if (b != this.o) {
|
|
9606
|
-
this.
|
|
9635
|
+
this.ce("IsDisabled", b, a);
|
|
9607
9636
|
}
|
|
9608
9637
|
},
|
|
9609
9638
|
enumerable: false,
|
|
@@ -9617,7 +9646,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9617
9646
|
var b = this.y;
|
|
9618
9647
|
this.y = a;
|
|
9619
9648
|
if (b != this.y) {
|
|
9620
|
-
this.
|
|
9649
|
+
this.ce("Opacity", b, this.y);
|
|
9621
9650
|
}
|
|
9622
9651
|
},
|
|
9623
9652
|
enumerable: false,
|
|
@@ -9631,7 +9660,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9631
9660
|
var b = this.ab;
|
|
9632
9661
|
this.ab = a;
|
|
9633
9662
|
if (b != this.ab) {
|
|
9634
|
-
this.
|
|
9663
|
+
this.ce("ViewBoxLeft", b, this.ab);
|
|
9635
9664
|
}
|
|
9636
9665
|
},
|
|
9637
9666
|
enumerable: false,
|
|
@@ -9645,7 +9674,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9645
9674
|
var b = this.ac;
|
|
9646
9675
|
this.ac = a;
|
|
9647
9676
|
if (b != this.ac) {
|
|
9648
|
-
this.
|
|
9677
|
+
this.ce("ViewBoxTop", b, this.ac);
|
|
9649
9678
|
}
|
|
9650
9679
|
},
|
|
9651
9680
|
enumerable: false,
|
|
@@ -9659,7 +9688,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9659
9688
|
var b = this.ad;
|
|
9660
9689
|
this.ad = a;
|
|
9661
9690
|
if (b != this.ad) {
|
|
9662
|
-
this.
|
|
9691
|
+
this.ce("ViewBoxWidth", b, this.ad);
|
|
9663
9692
|
}
|
|
9664
9693
|
},
|
|
9665
9694
|
enumerable: false,
|
|
@@ -9673,7 +9702,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9673
9702
|
var b = this.aa;
|
|
9674
9703
|
this.aa = a;
|
|
9675
9704
|
if (b != this.aa) {
|
|
9676
|
-
this.
|
|
9705
|
+
this.ce("ViewBoxHeight", b, this.aa);
|
|
9677
9706
|
}
|
|
9678
9707
|
},
|
|
9679
9708
|
enumerable: false,
|
|
@@ -9687,7 +9716,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9687
9716
|
var b = this.ae;
|
|
9688
9717
|
this.ae = a;
|
|
9689
9718
|
if (b != this.ae) {
|
|
9690
|
-
this.
|
|
9719
|
+
this.ce("Width", b, this.ae);
|
|
9691
9720
|
}
|
|
9692
9721
|
},
|
|
9693
9722
|
enumerable: false,
|
|
@@ -9701,13 +9730,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9701
9730
|
var b = this.w;
|
|
9702
9731
|
this.w = a;
|
|
9703
9732
|
if (b != this.w) {
|
|
9704
|
-
this.
|
|
9733
|
+
this.ce("Height", b, this.w);
|
|
9705
9734
|
}
|
|
9706
9735
|
},
|
|
9707
9736
|
enumerable: false,
|
|
9708
9737
|
configurable: true
|
|
9709
9738
|
});
|
|
9710
|
-
XIcon.prototype.
|
|
9739
|
+
XIcon.prototype.cf = function () {
|
|
9711
9740
|
};
|
|
9712
9741
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
9713
9742
|
this.view.aj();
|
|
@@ -9715,7 +9744,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9715
9744
|
XIcon.prototype.onAttachedToUI = function () {
|
|
9716
9745
|
this.view.ag();
|
|
9717
9746
|
};
|
|
9718
|
-
XIcon.prototype.
|
|
9747
|
+
XIcon.prototype.ca = function () {
|
|
9719
9748
|
if (this.disabled) {
|
|
9720
9749
|
return;
|
|
9721
9750
|
}
|
|
@@ -9726,10 +9755,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9726
9755
|
XIcon.prototype.u = function () {
|
|
9727
9756
|
return this.view.l();
|
|
9728
9757
|
};
|
|
9729
|
-
XIcon.prototype.
|
|
9758
|
+
XIcon.prototype.av = function () {
|
|
9730
9759
|
return this.g();
|
|
9731
9760
|
};
|
|
9732
|
-
XIcon.prototype.
|
|
9761
|
+
XIcon.prototype.bb = function () {
|
|
9733
9762
|
var a = this.g();
|
|
9734
9763
|
return a.l();
|
|
9735
9764
|
};
|
|
@@ -9743,7 +9772,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9743
9772
|
a.a = this.view.a();
|
|
9744
9773
|
a.svg = this.svg;
|
|
9745
9774
|
a.svgPath = this.svgPath;
|
|
9746
|
-
a.k = this.
|
|
9775
|
+
a.k = this.a9;
|
|
9747
9776
|
if (this.m != null) {
|
|
9748
9777
|
var c = this.m;
|
|
9749
9778
|
if (this.view != null && c.q == null) {
|
|
@@ -9778,12 +9807,12 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9778
9807
|
this.view.ai(a);
|
|
9779
9808
|
};
|
|
9780
9809
|
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
9781
|
-
XIcon.cz = null;
|
|
9782
|
-
XIcon.c4 = null;
|
|
9783
|
-
XIcon.c3 = null;
|
|
9784
|
-
XIcon.c0 = null;
|
|
9785
|
-
XIcon.c1 = null;
|
|
9786
9810
|
XIcon.c2 = null;
|
|
9811
|
+
XIcon.c7 = null;
|
|
9812
|
+
XIcon.c6 = null;
|
|
9813
|
+
XIcon.c3 = null;
|
|
9814
|
+
XIcon.c4 = null;
|
|
9815
|
+
XIcon.c5 = null;
|
|
9787
9816
|
XIcon.ah = NaN;
|
|
9788
9817
|
XIcon.ag = NaN;
|
|
9789
9818
|
XIcon.at = 0;
|
|
@@ -10018,11 +10047,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10018
10047
|
* Gets the fill color currently used by the icon.
|
|
10019
10048
|
*/
|
|
10020
10049
|
get: function () {
|
|
10021
|
-
return brushToString(this.i.
|
|
10050
|
+
return brushToString(this.i.cz);
|
|
10022
10051
|
},
|
|
10023
10052
|
set: function (v) {
|
|
10024
|
-
this.i.
|
|
10025
|
-
this._a("actualFill", brushToString(this.i.
|
|
10053
|
+
this.i.cz = stringToBrush(v);
|
|
10054
|
+
this._a("actualFill", brushToString(this.i.cz));
|
|
10026
10055
|
},
|
|
10027
10056
|
enumerable: false,
|
|
10028
10057
|
configurable: true
|
|
@@ -10032,11 +10061,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10032
10061
|
* Gets the stroke color currently used by the icon.
|
|
10033
10062
|
*/
|
|
10034
10063
|
get: function () {
|
|
10035
|
-
return brushToString(this.i.
|
|
10064
|
+
return brushToString(this.i.c0);
|
|
10036
10065
|
},
|
|
10037
10066
|
set: function (v) {
|
|
10038
|
-
this.i.
|
|
10039
|
-
this._a("actualStroke", brushToString(this.i.
|
|
10067
|
+
this.i.c0 = stringToBrush(v);
|
|
10068
|
+
this._a("actualStroke", brushToString(this.i.c0));
|
|
10040
10069
|
},
|
|
10041
10070
|
enumerable: false,
|
|
10042
10071
|
configurable: true
|
|
@@ -10046,11 +10075,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10046
10075
|
* Gets the text color currently used by the icon.
|
|
10047
10076
|
*/
|
|
10048
10077
|
get: function () {
|
|
10049
|
-
return brushToString(this.i.
|
|
10078
|
+
return brushToString(this.i.c1);
|
|
10050
10079
|
},
|
|
10051
10080
|
set: function (v) {
|
|
10052
|
-
this.i.
|
|
10053
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
10081
|
+
this.i.c1 = stringToBrush(v);
|
|
10082
|
+
this._a("actualTextColor", brushToString(this.i.c1));
|
|
10054
10083
|
},
|
|
10055
10084
|
enumerable: false,
|
|
10056
10085
|
configurable: true
|
|
@@ -10088,11 +10117,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10088
10117
|
* Gets or sets the stroke color to use for the icon.
|
|
10089
10118
|
*/
|
|
10090
10119
|
get: function () {
|
|
10091
|
-
return brushToString(this.i.
|
|
10120
|
+
return brushToString(this.i.df);
|
|
10092
10121
|
},
|
|
10093
10122
|
set: function (v) {
|
|
10094
|
-
this.i.
|
|
10095
|
-
this._a("stroke", brushToString(this.i.
|
|
10123
|
+
this.i.df = stringToBrush(v);
|
|
10124
|
+
this._a("stroke", brushToString(this.i.df));
|
|
10096
10125
|
},
|
|
10097
10126
|
enumerable: false,
|
|
10098
10127
|
configurable: true
|
|
@@ -10116,11 +10145,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10116
10145
|
* Gets or sets the text color to use for the icon.
|
|
10117
10146
|
*/
|
|
10118
10147
|
get: function () {
|
|
10119
|
-
return brushToString(this.i.
|
|
10148
|
+
return brushToString(this.i.dg);
|
|
10120
10149
|
},
|
|
10121
10150
|
set: function (v) {
|
|
10122
|
-
this.i.
|
|
10123
|
-
this._a("textColor", brushToString(this.i.
|
|
10151
|
+
this.i.dg = stringToBrush(v);
|
|
10152
|
+
this._a("textColor", brushToString(this.i.dg));
|
|
10124
10153
|
},
|
|
10125
10154
|
enumerable: false,
|
|
10126
10155
|
configurable: true
|
|
@@ -10130,11 +10159,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10130
10159
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
10131
10160
|
*/
|
|
10132
10161
|
get: function () {
|
|
10133
|
-
return brushToString(this.i.
|
|
10162
|
+
return brushToString(this.i.c8);
|
|
10134
10163
|
},
|
|
10135
10164
|
set: function (v) {
|
|
10136
|
-
this.i.
|
|
10137
|
-
this._a("hoverFill", brushToString(this.i.
|
|
10165
|
+
this.i.c8 = stringToBrush(v);
|
|
10166
|
+
this._a("hoverFill", brushToString(this.i.c8));
|
|
10138
10167
|
},
|
|
10139
10168
|
enumerable: false,
|
|
10140
10169
|
configurable: true
|
|
@@ -10144,11 +10173,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10144
10173
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
10145
10174
|
*/
|
|
10146
10175
|
get: function () {
|
|
10147
|
-
return brushToString(this.i.
|
|
10176
|
+
return brushToString(this.i.c9);
|
|
10148
10177
|
},
|
|
10149
10178
|
set: function (v) {
|
|
10150
|
-
this.i.
|
|
10151
|
-
this._a("hoverStroke", brushToString(this.i.
|
|
10179
|
+
this.i.c9 = stringToBrush(v);
|
|
10180
|
+
this._a("hoverStroke", brushToString(this.i.c9));
|
|
10152
10181
|
},
|
|
10153
10182
|
enumerable: false,
|
|
10154
10183
|
configurable: true
|
|
@@ -10172,11 +10201,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10172
10201
|
* Gets or sets the text color to use when the icon is hovered.
|
|
10173
10202
|
*/
|
|
10174
10203
|
get: function () {
|
|
10175
|
-
return brushToString(this.i.
|
|
10204
|
+
return brushToString(this.i.da);
|
|
10176
10205
|
},
|
|
10177
10206
|
set: function (v) {
|
|
10178
|
-
this.i.
|
|
10179
|
-
this._a("hoverTextColor", brushToString(this.i.
|
|
10207
|
+
this.i.da = stringToBrush(v);
|
|
10208
|
+
this._a("hoverTextColor", brushToString(this.i.da));
|
|
10180
10209
|
},
|
|
10181
10210
|
enumerable: false,
|
|
10182
10211
|
configurable: true
|
|
@@ -10224,11 +10253,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10224
10253
|
* class.
|
|
10225
10254
|
*/
|
|
10226
10255
|
get: function () {
|
|
10227
|
-
return brushToString(this.i.
|
|
10256
|
+
return brushToString(this.i.db);
|
|
10228
10257
|
},
|
|
10229
10258
|
set: function (v) {
|
|
10230
|
-
this.i.
|
|
10231
|
-
this._a("primaryFillColor", brushToString(this.i.
|
|
10259
|
+
this.i.db = stringToBrush(v);
|
|
10260
|
+
this._a("primaryFillColor", brushToString(this.i.db));
|
|
10232
10261
|
},
|
|
10233
10262
|
enumerable: false,
|
|
10234
10263
|
configurable: true
|
|
@@ -10242,11 +10271,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10242
10271
|
* class.
|
|
10243
10272
|
*/
|
|
10244
10273
|
get: function () {
|
|
10245
|
-
return brushToString(this.i.
|
|
10274
|
+
return brushToString(this.i.dc);
|
|
10246
10275
|
},
|
|
10247
10276
|
set: function (v) {
|
|
10248
|
-
this.i.
|
|
10249
|
-
this._a("primaryStrokeColor", brushToString(this.i.
|
|
10277
|
+
this.i.dc = stringToBrush(v);
|
|
10278
|
+
this._a("primaryStrokeColor", brushToString(this.i.dc));
|
|
10250
10279
|
},
|
|
10251
10280
|
enumerable: false,
|
|
10252
10281
|
configurable: true
|
|
@@ -10260,11 +10289,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10260
10289
|
* class.
|
|
10261
10290
|
*/
|
|
10262
10291
|
get: function () {
|
|
10263
|
-
return brushToString(this.i.
|
|
10292
|
+
return brushToString(this.i.dd);
|
|
10264
10293
|
},
|
|
10265
10294
|
set: function (v) {
|
|
10266
|
-
this.i.
|
|
10267
|
-
this._a("secondaryFillColor", brushToString(this.i.
|
|
10295
|
+
this.i.dd = stringToBrush(v);
|
|
10296
|
+
this._a("secondaryFillColor", brushToString(this.i.dd));
|
|
10268
10297
|
},
|
|
10269
10298
|
enumerable: false,
|
|
10270
10299
|
configurable: true
|
|
@@ -10278,11 +10307,24 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10278
10307
|
* class.
|
|
10279
10308
|
*/
|
|
10280
10309
|
get: function () {
|
|
10281
|
-
return brushToString(this.i.
|
|
10310
|
+
return brushToString(this.i.de);
|
|
10282
10311
|
},
|
|
10283
10312
|
set: function (v) {
|
|
10284
|
-
this.i.
|
|
10285
|
-
this._a("secondaryStrokeColor", brushToString(this.i.
|
|
10313
|
+
this.i.de = stringToBrush(v);
|
|
10314
|
+
this._a("secondaryStrokeColor", brushToString(this.i.de));
|
|
10315
|
+
},
|
|
10316
|
+
enumerable: false,
|
|
10317
|
+
configurable: true
|
|
10318
|
+
});
|
|
10319
|
+
Object.defineProperty(IgcXIconComponent.prototype, "source", {
|
|
10320
|
+
/**
|
|
10321
|
+
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
10322
|
+
*/
|
|
10323
|
+
get: function () {
|
|
10324
|
+
return this.i.aw;
|
|
10325
|
+
},
|
|
10326
|
+
set: function (v) {
|
|
10327
|
+
this.i.aw = v;
|
|
10286
10328
|
},
|
|
10287
10329
|
enumerable: false,
|
|
10288
10330
|
configurable: true
|
|
@@ -10292,10 +10334,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10292
10334
|
* Gets or sets data url for the icon to use.
|
|
10293
10335
|
*/
|
|
10294
10336
|
get: function () {
|
|
10295
|
-
return this.i.
|
|
10337
|
+
return this.i.a9;
|
|
10296
10338
|
},
|
|
10297
10339
|
set: function (v) {
|
|
10298
|
-
this.i.
|
|
10340
|
+
this.i.a9 = v;
|
|
10299
10341
|
},
|
|
10300
10342
|
enumerable: false,
|
|
10301
10343
|
configurable: true
|
|
@@ -10367,10 +10409,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10367
10409
|
* Gets or sets the id to use for the checkbox.
|
|
10368
10410
|
*/
|
|
10369
10411
|
get: function () {
|
|
10370
|
-
return this.i.
|
|
10412
|
+
return this.i.bj;
|
|
10371
10413
|
},
|
|
10372
10414
|
set: function (v) {
|
|
10373
|
-
this.i.
|
|
10415
|
+
this.i.bj = v;
|
|
10374
10416
|
},
|
|
10375
10417
|
enumerable: false,
|
|
10376
10418
|
configurable: true
|
|
@@ -10394,10 +10436,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10394
10436
|
* Gets or sets the value of the aria-label attribute.
|
|
10395
10437
|
*/
|
|
10396
10438
|
get: function () {
|
|
10397
|
-
return this.i.
|
|
10439
|
+
return this.i.a6;
|
|
10398
10440
|
},
|
|
10399
10441
|
set: function (v) {
|
|
10400
|
-
this.i.
|
|
10442
|
+
this.i.a6 = v;
|
|
10401
10443
|
},
|
|
10402
10444
|
enumerable: false,
|
|
10403
10445
|
configurable: true
|
|
@@ -10601,7 +10643,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10601
10643
|
|
|
10602
10644
|
*/
|
|
10603
10645
|
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
10604
|
-
var iv = this.i.
|
|
10646
|
+
var iv = this.i.av();
|
|
10605
10647
|
return (iv);
|
|
10606
10648
|
};
|
|
10607
10649
|
/**
|
|
@@ -10609,7 +10651,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10609
10651
|
|
|
10610
10652
|
*/
|
|
10611
10653
|
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
10612
|
-
var iv = this.i.
|
|
10654
|
+
var iv = this.i.bb();
|
|
10613
10655
|
return (iv);
|
|
10614
10656
|
};
|
|
10615
10657
|
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
@@ -35959,12 +36001,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35959
36001
|
}
|
|
35960
36002
|
var d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
35961
36003
|
if (d != null) {
|
|
35962
|
-
a.
|
|
36004
|
+
a.a9 = d;
|
|
35963
36005
|
return;
|
|
35964
36006
|
}
|
|
36007
|
+
var e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
36008
|
+
if (e != null) {
|
|
36009
|
+
a.aw = e;
|
|
36010
|
+
}
|
|
35965
36011
|
};
|
|
35966
36012
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
35967
|
-
return a.
|
|
36013
|
+
return a.av();
|
|
35968
36014
|
};
|
|
35969
36015
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
35970
36016
|
return XIconBridge;
|
|
@@ -36224,7 +36270,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36224
36270
|
}
|
|
36225
36271
|
};
|
|
36226
36272
|
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
36227
|
-
return a.
|
|
36273
|
+
return a.av();
|
|
36228
36274
|
};
|
|
36229
36275
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
36230
36276
|
this.ac.add(b);
|