igniteui-webcomponents-inputs 4.7.2 → 4.8.1-alpha.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.
Files changed (34) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +1123 -821
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +22 -22
  4. package/esm2015/lib/CalendarView_combined.js +14 -14
  5. package/esm2015/lib/CheckboxView_combined.js +73 -67
  6. package/esm2015/lib/DatePickerView_combined.js +14 -14
  7. package/esm2015/lib/IconView_combined.js +659 -472
  8. package/esm2015/lib/IconVisualModelExport.js +13 -11
  9. package/esm2015/lib/InputGroupView_combined.js +29 -29
  10. package/esm2015/lib/NativeUIXInputsFactory.js +1 -1
  11. package/esm2015/lib/XButtonBridge.js +7 -0
  12. package/esm2015/lib/XIconBridge.js +55 -31
  13. package/esm2015/lib/XIconButtonBridge.js +1 -1
  14. package/esm2015/lib/igc-x-icon-component.js +113 -91
  15. package/esm5/lib/ButtonView_combined.js +22 -22
  16. package/esm5/lib/CalendarView_combined.js +14 -14
  17. package/esm5/lib/CheckboxView_combined.js +77 -67
  18. package/esm5/lib/DatePickerView_combined.js +14 -14
  19. package/esm5/lib/IconView_combined.js +678 -446
  20. package/esm5/lib/IconVisualModelExport.js +13 -11
  21. package/esm5/lib/InputGroupView_combined.js +29 -29
  22. package/esm5/lib/NativeUIXInputsFactory.js +1 -1
  23. package/esm5/lib/XButtonBridge.js +7 -0
  24. package/esm5/lib/XIconBridge.js +55 -31
  25. package/esm5/lib/XIconButtonBridge.js +1 -1
  26. package/esm5/lib/igc-x-icon-component.js +121 -91
  27. package/fesm2015/igniteui-webcomponents-inputs.js +995 -750
  28. package/fesm5/igniteui-webcomponents-inputs.js +1124 -822
  29. package/lib/CheckboxView_combined.d.ts +17 -16
  30. package/lib/IconView_combined.d.ts +155 -136
  31. package/lib/IconVisualModelExport.d.ts +4 -3
  32. package/lib/XIconBridge.d.ts +3 -0
  33. package/lib/igc-x-icon-component.d.ts +10 -0
  34. package/package.json +2 -2
@@ -5,7 +5,7 @@
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
 
8
- import { Base, StringBuilder, markType, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, IgcHTMLElement, NamePatcher, WebComponentRenderer, TypeRegistrar, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, markEnum, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, UIElementPropertyAccessorFactory, FontUtil, Dictionary$2, String_$type, PortalManager, ensureEnum, enumToString, FontInfo, delegateRemove, delegateCombine, IgcFocusEventArgs, IgcChildContentModule, Tuple$2, SVGNode, FastIterationDictionary$2, stringStartsWith, trimStart, IIcon_$type, fromBrushCollection, toBrushCollection, brushCollectionToString, DomWrapper_$type, dateMinValue, dateGetMonth, parseBool, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, dateAddDays, Number_$type, dateAddMonths, truncate, timeSpanTotalDays, intDivide, Localization, HashSet$1, typeCast, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, IgcKeyEventArgs, IgCollection, SyncableObservableCollection$2, NotifyCollectionChangedAction, CollectionAdapter, 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';
8
+ import { Base, StringBuilder, markType, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, IgcHTMLElement, NamePatcher, WebComponentRenderer, TypeRegistrar, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, markEnum, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, UIElementPropertyAccessorFactory, FontUtil, Dictionary$2, String_$type, PortalManager, ensureEnum, enumToString, FontInfo, delegateRemove, delegateCombine, IgcFocusEventArgs, IgcChildContentModule, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, 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, typeCast, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, IgcKeyEventArgs, IgCollection, SyncableObservableCollection$2, NotifyCollectionChangedAction, CollectionAdapter, 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';
9
9
 
10
10
  /*
11
11
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
@@ -1970,7 +1970,6 @@ let XButton = /*@__PURE__*/ (() => {
1970
1970
  case "DisabledTextColor":
1971
1971
  case "DisabledElevation":
1972
1972
  case "HoverBackgroundColor":
1973
- case "TextStyle":
1974
1973
  case "FocusTextColor":
1975
1974
  case "TextColor":
1976
1975
  case "HoverTextColor":
@@ -2076,6 +2075,7 @@ let XButton = /*@__PURE__*/ (() => {
2076
2075
  this.ap = this.disabled || this.at;
2077
2076
  this.ki();
2078
2077
  break;
2078
+ case "TextStyle":
2079
2079
  case "DisableHover":
2080
2080
  this.kh();
2081
2081
  break;
@@ -4122,30 +4122,30 @@ let XButton = /*@__PURE__*/ (() => {
4122
4122
  c.l = this.disabled;
4123
4123
  if (this.aa != null) {
4124
4124
  let g = this.aa;
4125
- if (this.view != null && g.p == null) {
4125
+ if (this.view != null && g.q == null) {
4126
4126
  let h = this.view.k;
4127
4127
  let i = FontUtil.getFontInfoFromString(h, g.fontString);
4128
- g.p = i.p;
4129
- g.e = i.e;
4130
4128
  g.q = i.q;
4131
- g.s = i.s;
4129
+ g.f = i.f;
4130
+ g.r = i.r;
4132
4131
  g.t = i.t;
4133
4132
  g.u = i.u;
4133
+ g.v = i.v;
4134
4134
  }
4135
- if (g.p != null) {
4136
- c.ac = g.p;
4135
+ if (g.q != null) {
4136
+ c.ac = g.q;
4137
4137
  }
4138
- if (!isNaN_(g.e)) {
4139
- c.r = g.e;
4138
+ if (!isNaN_(g.f)) {
4139
+ c.r = g.f;
4140
4140
  }
4141
- if (g.u != null) {
4142
- c.ag = g.u;
4141
+ if (g.v != null) {
4142
+ c.ag = g.v;
4143
4143
  }
4144
- if (g.s != null) {
4145
- c.ae = g.s;
4144
+ if (g.t != null) {
4145
+ c.ae = g.t;
4146
4146
  }
4147
- if (g.q != null) {
4148
- c.ad = g.s;
4147
+ if (g.r != null) {
4148
+ c.ad = g.t;
4149
4149
  }
4150
4150
  }
4151
4151
  return c;
@@ -4177,7 +4177,7 @@ let XButton = /*@__PURE__*/ (() => {
4177
4177
  $ret.addItem("HoverElevation", 4);
4178
4178
  $ret.addItem("FocusElevation", 8);
4179
4179
  $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4180
- $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4180
+ $ret.addItem("RippleColor", BrushUtil.h(138, 0, 0, 0));
4181
4181
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4182
4182
  $ret.addItem("BorderWidth", NaN);
4183
4183
  $ret.addItem("BackgroundColor", BrushUtil.h(255, 228, 28, 119));
@@ -4198,11 +4198,11 @@ let XButton = /*@__PURE__*/ (() => {
4198
4198
  $ret.addItem("HoverElevation", 0);
4199
4199
  $ret.addItem("FocusElevation", 0);
4200
4200
  $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4201
- $ret.addItem("RippleColor", null);
4201
+ $ret.addItem("RippleColor", BrushUtil.h(138, 0, 0, 0));
4202
4202
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4203
4203
  $ret.addItem("BorderWidth", NaN);
4204
4204
  $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4205
- $ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
4205
+ $ret.addItem("TextColor", BrushUtil.h(255, 228, 28, 119));
4206
4206
  $ret.addItem("HoverTextColor", BrushUtil.h(255, 228, 28, 119));
4207
4207
  $ret.addItem("HoverBackgroundColor", BrushUtil.h(13, 228, 28, 119));
4208
4208
  $ret.addItem("FocusBackgroundColor", BrushUtil.h(30, 228, 28, 119));
@@ -4218,8 +4218,8 @@ let XButton = /*@__PURE__*/ (() => {
4218
4218
  $ret.addItem("RestingElevation", 0);
4219
4219
  $ret.addItem("HoverElevation", 0);
4220
4220
  $ret.addItem("FocusElevation", 0);
4221
- $ret.addItem("BorderColor", BrushUtil.h(30, 0, 0, 0));
4222
- $ret.addItem("RippleColor", BrushUtil.h(0, 0, 0, 0));
4221
+ $ret.addItem("BorderColor", BrushUtil.h(255, 228, 28, 119));
4222
+ $ret.addItem("RippleColor", BrushUtil.h(138, 0, 0, 0));
4223
4223
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4224
4224
  $ret.addItem("BorderWidth", 1);
4225
4225
  $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
@@ -4240,7 +4240,7 @@ let XButton = /*@__PURE__*/ (() => {
4240
4240
  $ret.addItem("HoverElevation", 0);
4241
4241
  $ret.addItem("FocusElevation", 0);
4242
4242
  $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4243
- $ret.addItem("RippleColor", null);
4243
+ $ret.addItem("RippleColor", BrushUtil.h(138, 0, 0, 0));
4244
4244
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4245
4245
  $ret.addItem("BorderWidth", NaN);
4246
4246
  $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
@@ -4261,7 +4261,7 @@ let XButton = /*@__PURE__*/ (() => {
4261
4261
  $ret.addItem("HoverElevation", 12);
4262
4262
  $ret.addItem("FocusElevation", 12);
4263
4263
  $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4264
- $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4264
+ $ret.addItem("RippleColor", BrushUtil.h(138, 0, 0, 0));
4265
4265
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4266
4266
  $ret.addItem("BorderWidth", NaN);
4267
4267
  $ret.addItem("BackgroundColor", BrushUtil.h(255, 228, 28, 119));
@@ -6755,12 +6755,13 @@ let IconVisualModelExport = /*@__PURE__*/ (() => {
6755
6755
  this.b = null;
6756
6756
  this.d = 0;
6757
6757
  this._svgPath = null;
6758
- this.n = null;
6758
+ this.j = null;
6759
6759
  this.o = null;
6760
6760
  this.p = null;
6761
+ this.q = null;
6761
6762
  this.g = 0;
6762
- this.l = null;
6763
6763
  this.m = null;
6764
+ this.n = null;
6764
6765
  }
6765
6766
  get svgPath() {
6766
6767
  return this._svgPath;
@@ -6768,7 +6769,7 @@ let IconVisualModelExport = /*@__PURE__*/ (() => {
6768
6769
  set svgPath(a) {
6769
6770
  this._svgPath = a;
6770
6771
  }
6771
- j() {
6772
+ k() {
6772
6773
  let a = new StringBuilder(0);
6773
6774
  a.l("{");
6774
6775
  a.l("actualFill : " + this.a.serialize() + ", ");
@@ -6780,20 +6781,21 @@ let IconVisualModelExport = /*@__PURE__*/ (() => {
6780
6781
  a.l("height : " + this.e + ", ");
6781
6782
  a.l("width : " + this.i + ", ");
6782
6783
  a.l("svgPath : '" + this.svgPath + "', ");
6783
- if (!stringIsNullOrEmpty(this.n)) {
6784
- a.l("textStyleFontStyle : \"" + this.n + "\", ");
6785
- }
6784
+ a.l("dataURL : '" + this.j + "', ");
6786
6785
  if (!stringIsNullOrEmpty(this.o)) {
6787
- a.l("textStyleFontVariant : \"" + this.o + "\", ");
6786
+ a.l("textStyleFontStyle : \"" + this.o + "\", ");
6788
6787
  }
6789
6788
  if (!stringIsNullOrEmpty(this.p)) {
6790
- a.l("textStyleFontWeight : \"" + this.p + "\", ");
6789
+ a.l("textStyleFontVariant : \"" + this.p + "\", ");
6791
6790
  }
6792
- if (!stringIsNullOrEmpty(this.l)) {
6793
- a.l("textStyleFontFamily : \"" + this.l + "\", ");
6791
+ if (!stringIsNullOrEmpty(this.q)) {
6792
+ a.l("textStyleFontWeight : \"" + this.q + "\", ");
6794
6793
  }
6795
6794
  if (!stringIsNullOrEmpty(this.m)) {
6796
- a.l("textStyleFontStretch : \"" + this.m + "\", ");
6795
+ a.l("textStyleFontFamily : \"" + this.m + "\", ");
6796
+ }
6797
+ if (!stringIsNullOrEmpty(this.n)) {
6798
+ a.l("textStyleFontStretch : \"" + this.n + "\", ");
6797
6799
  }
6798
6800
  if (!isNaN_(this.g)) {
6799
6801
  a.l("textStyleFontSize : " + this.g + ", ");
@@ -6819,136 +6821,237 @@ let IconView = /*@__PURE__*/ (() => {
6819
6821
  class IconView extends Base {
6820
6822
  constructor() {
6821
6823
  super();
6822
- this.b = null;
6823
- this.o = null;
6824
- this.e = null;
6825
- this.i = new List$1(Delegate_$type, 0);
6826
- this.j = null;
6827
- this.k = null;
6828
- this.l = null;
6829
- this.m = null;
6830
- this.n = null;
6831
- this.c = null;
6832
6824
  this.d = null;
6833
- this.u = null;
6834
6825
  this.t = null;
6835
- this.f = true;
6826
+ this.g = null;
6827
+ this.m = new List$1(Delegate_$type, 0);
6828
+ this.o = null;
6836
6829
  this.p = null;
6837
6830
  this.q = null;
6838
- this.j = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6839
- this.k = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6840
- this.l = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6841
- this.m = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6842
- this.n = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6843
- this.c = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
6844
- this.d = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
6831
+ this.r = null;
6832
+ this.s = null;
6833
+ this.e = null;
6834
+ this.f = null;
6835
+ this.ab = null;
6836
+ this.a = null;
6837
+ this.aa = null;
6838
+ this.z = null;
6839
+ this.l = new Dictionary$2(Brush.$, String_$type, 0);
6840
+ this.h = true;
6841
+ this.w = null;
6842
+ this.v = null;
6843
+ this.u = null;
6844
+ this.n = new List$1(DomWrapper_$type, 0);
6845
+ this.o = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6846
+ this.p = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6847
+ this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6848
+ this.r = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6849
+ this.s = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
6850
+ this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
6851
+ this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
6845
6852
  }
6846
- ac() {
6853
+ aj() {
6847
6854
  }
6848
- g() {
6855
+ j() {
6849
6856
  return true;
6850
6857
  }
6851
- get r() {
6852
- return this.p;
6858
+ get x() {
6859
+ return this.w;
6853
6860
  }
6854
- get s() {
6861
+ get y() {
6855
6862
  return null;
6856
6863
  }
6857
- get h() {
6864
+ get c() {
6865
+ return this.n.toArray();
6866
+ }
6867
+ get k() {
6858
6868
  return true;
6859
6869
  }
6860
- aa(a) {
6870
+ ah(a) {
6861
6871
  if (a == null) {
6862
- for (let b of fromEnum(this.i)) {
6872
+ for (let b of fromEnum(this.m)) {
6863
6873
  b();
6864
6874
  }
6865
- this.i.clear();
6866
- if (this.p != null) {
6867
- this.p.unlistenAll();
6875
+ this.m.clear();
6876
+ if (this.w != null) {
6877
+ this.w.unlistenAll();
6878
+ }
6879
+ if (this.v != null) {
6880
+ this.v.unlistenAll();
6868
6881
  }
6869
6882
  }
6870
- this.o = a;
6883
+ this.t = a;
6871
6884
  a.rootWrapper.setStyleProperty("position", "relative");
6872
- this.o.rootWrapper.setStyleProperty("display", "flex");
6873
- this.o.rootWrapper.setStyleProperty("flex-direction", "row");
6874
- this.o.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
6875
- this.o.rootWrapper.setStyleProperty("align-items", "center");
6876
- this.ae();
6877
- let c = this.o.createElementNS("svg", "http://www.w3.org/2000/svg");
6885
+ this.t.rootWrapper.setStyleProperty("display", "flex");
6886
+ this.t.rootWrapper.setStyleProperty("flex-direction", "row");
6887
+ this.t.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
6888
+ this.t.rootWrapper.setStyleProperty("align-items", "center");
6889
+ this.t.rootWrapper.setStyleProperty("justify-content", "center");
6890
+ this.ap();
6891
+ let c = this.t.createElementNS("svg", "http://www.w3.org/2000/svg");
6878
6892
  c.setStyleProperty("position", "absolute");
6879
6893
  c.setStyleProperty("top", "0");
6880
6894
  c.setStyleProperty("left", "0");
6881
6895
  c.setStyleProperty("right", "0");
6882
6896
  c.setStyleProperty("bottom", "0");
6883
- this.p = c;
6884
- this.ai();
6885
- let d = this.o.createElementNS("path", "http://www.w3.org/2000/svg");
6886
- d.setAttribute("d", "");
6887
- this.p.append(d);
6888
- if (this.u != null) {
6889
- d.setAttribute("d", this.u);
6897
+ this.w = c;
6898
+ let d = this.t.createElement("img");
6899
+ d.setStyleProperty("height", "100%");
6900
+ d.setStyleProperty("width", "100%");
6901
+ d.setStyleProperty("object-fit", "contain");
6902
+ this.v = d;
6903
+ this.au();
6904
+ this.u = a.createElementNS("defs", "http://www.w3.org/2000/svg");
6905
+ this.w.append(this.u);
6906
+ this.t.append(this.w);
6907
+ this.m.add(c.listen("click", runOn(this, this.ag)));
6908
+ this.d.cc();
6909
+ }
6910
+ ar(a) {
6911
+ this.l.clear();
6912
+ if (this.ab != a) {
6913
+ this.ab = a;
6914
+ this.t.rootWrapper.removeChildren();
6915
+ this.t.rootWrapper.append(this.w);
6916
+ this.w.removeChildren();
6917
+ this.u.removeChildren();
6918
+ this.n.clear();
6919
+ let b = this.t.createElementNS("path", "http://www.w3.org/2000/svg");
6920
+ b.setAttribute("d", this.ab);
6921
+ this.w.append(this.u);
6922
+ this.w.append(b);
6923
+ this.n.add(b);
6890
6924
  }
6891
- this.q = d;
6892
- this.o.append(this.p);
6893
- this.i.add(c.listen("click", runOn(this, this.z)));
6894
- this.b.b6();
6895
6925
  }
6896
- ag(a) {
6897
- if (this.u != a) {
6898
- this.u = a;
6899
- this.o.rootWrapper.removeChildren();
6900
- this.o.rootWrapper.append(this.p);
6901
- if (this.q != null) {
6902
- this.q.setAttribute("d", this.u);
6926
+ as(a) {
6927
+ this.l.clear();
6928
+ if (this.a != a) {
6929
+ this.a = a;
6930
+ this.t.rootWrapper.removeChildren();
6931
+ this.t.rootWrapper.append(this.w);
6932
+ this.w.removeChildren();
6933
+ this.u.removeChildren();
6934
+ this.n.clear();
6935
+ if (this.a != null && this.a.length > 0) {
6936
+ this.w.append(this.u);
6937
+ for (let b = 0; b < this.a.length; b++) {
6938
+ let c = this.t.createElementNS("path", "http://www.w3.org/2000/svg");
6939
+ c.setAttribute("d", this.a[b]);
6940
+ this.w.append(c);
6941
+ this.n.add(c);
6942
+ }
6903
6943
  }
6904
6944
  }
6905
6945
  }
6906
- af(a) {
6907
- if (this.t != a) {
6908
- this.t = a;
6909
- this.o.rootWrapper.removeChildren();
6910
- let b = this.o.rootWrapper.getNativeElement();
6911
- b.innerHTML = this.t;
6946
+ aq(a) {
6947
+ if (this.aa != a) {
6948
+ this.aa = a;
6949
+ this.t.rootWrapper.removeChildren();
6950
+ let b = this.t.rootWrapper.getNativeElement();
6951
+ b.innerHTML = this.aa;
6912
6952
  }
6913
6953
  }
6914
- ae() {
6915
- this.o.rootWrapper.setStyleProperty("width", isNaN_(this.b.ao) ? "1.5rem" : this.b.ao + "px");
6916
- this.o.rootWrapper.setStyleProperty("height", isNaN_(this.b.ag) ? "1.5rem" : this.b.ag + "px");
6954
+ ao(a) {
6955
+ if (this.z != a) {
6956
+ this.z = a;
6957
+ this.t.rootWrapper.removeChildren();
6958
+ this.t.rootWrapper.append(this.v);
6959
+ this.v.setAttribute("src", a);
6960
+ }
6917
6961
  }
6918
- ai() {
6919
- this.p.setAttribute("viewBox", (isNaN_(this.b.al) ? 0 : this.b.al) + " " + (isNaN_(this.b.am) ? 0 : this.b.am) + " " + (isNaN_(this.b.an) ? 24 : this.b.an) + " " + (isNaN_(this.b.ak) ? 24 : this.b.ak));
6962
+ i() {
6963
+ return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
6920
6964
  }
6921
- v(a) {
6965
+ ap() {
6966
+ this.t.rootWrapper.setStyleProperty("width", isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
6967
+ this.t.rootWrapper.setStyleProperty("height", isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
6922
6968
  }
6923
- ad() {
6924
- if (this.g()) {
6969
+ au() {
6970
+ let a = isNaN_(this.d.an) ? 0 : this.d.an;
6971
+ let b = isNaN_(this.d.ao) ? 0 : this.d.ao;
6972
+ let c = isNaN_(this.d.ap) ? 24 : this.d.ap;
6973
+ let d = isNaN_(this.d.am) ? 24 : this.d.am;
6974
+ this.w.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
6975
+ }
6976
+ al(a, b) {
6977
+ let c = a.color;
6978
+ if (!this.l.containsKey(a)) {
6979
+ if (a.isGradient) {
6980
+ let d = this.u.getChildCount();
6981
+ let e = a;
6982
+ let f = this.t.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
6983
+ let g = "ig_gradient_" + b + "_" + d;
6984
+ f.setAttribute("id", g);
6985
+ f.setAttribute("x1", e.startX.toString());
6986
+ f.setAttribute("x2", e.endX.toString());
6987
+ f.setAttribute("y1", e.startY.toString());
6988
+ f.setAttribute("y2", e.endY.toString());
6989
+ let j = e.gradientStops;
6990
+ for (let i = 0; i < j.length; i++) {
6991
+ let h = j[i];
6992
+ let k = this.t.createElementNS("stop", "http://www.w3.org/2000/svg");
6993
+ k.setAttribute("offset", h.offset * 100 + "%");
6994
+ k.setAttribute("stop-color", h._fill);
6995
+ f.append(k);
6996
+ }
6997
+ this.u.append(f);
6998
+ this.l.addItem(a, g);
6999
+ }
7000
+ else if (a.isRadialGradient) {
7001
+ }
6925
7002
  }
6926
7003
  }
6927
- w(a) {
6928
- this.b.b3();
7004
+ am(a, b) {
7005
+ let c = a;
7006
+ if (this.l.containsKey(b)) {
7007
+ c.setAttribute("fill", "url(#" + this.l.item(b) + ")");
7008
+ this.t.rootWrapper.removeChildren();
7009
+ this.t.rootWrapper.append(this.w);
7010
+ }
7011
+ else {
7012
+ NativeUI.r(a, b);
7013
+ }
6929
7014
  }
6930
- x(a) {
6931
- this.b.b4();
7015
+ an(a, b) {
7016
+ let c = a;
7017
+ if (this.l.containsKey(b)) {
7018
+ c.setAttribute("stroke", "url('#" + this.l.item(b) + "')");
7019
+ }
7020
+ else {
7021
+ NativeUI.aa(a, b);
7022
+ }
6932
7023
  }
6933
- y() {
6934
- this.f = true;
6935
- this.i.add(this.o.rootWrapper.listen("mouseenter", runOn(this, this.w)));
6936
- this.i.add(this.o.rootWrapper.listen("mouseleave", runOn(this, this.x)));
7024
+ ac(a) {
6937
7025
  }
6938
- ab() {
6939
- this.f = false;
6940
- for (let a of fromEnum(this.i)) {
7026
+ ak() {
7027
+ if (this.j()) {
7028
+ }
7029
+ }
7030
+ ad(a) {
7031
+ this.d.b9();
7032
+ }
7033
+ ae(a) {
7034
+ this.d.ca();
7035
+ }
7036
+ af() {
7037
+ this.h = true;
7038
+ this.m.add(this.t.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
7039
+ this.m.add(this.t.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
7040
+ }
7041
+ ai() {
7042
+ this.h = false;
7043
+ for (let a of fromEnum(this.m)) {
6941
7044
  a();
6942
7045
  }
6943
- this.i.clear();
7046
+ this.m.clear();
6944
7047
  }
6945
- ah(a) {
7048
+ at(a) {
6946
7049
  if (a != null) {
6947
- this.o.rootWrapper.setStyleProperty("font", a.fontString);
7050
+ this.t.rootWrapper.setStyleProperty("font", a.fontString);
6948
7051
  }
6949
7052
  }
6950
- a() {
6951
- let rect_ = this.o.rootWrapper.getNativeElement().getBoundingClientRect();
7053
+ b() {
7054
+ let rect_ = this.t.rootWrapper.getNativeElement().getBoundingClientRect();
6952
7055
  let a = (rect_.top);
6953
7056
  let b = (rect_.left);
6954
7057
  let c = new Array(2);
@@ -6956,8 +7059,8 @@ let IconView = /*@__PURE__*/ (() => {
6956
7059
  c[1] = b;
6957
7060
  return c;
6958
7061
  }
6959
- z(a) {
6960
- this.b.b1();
7062
+ ag(a) {
7063
+ this.d.b7();
6961
7064
  }
6962
7065
  }
6963
7066
  IconView.$t = /*@__PURE__*/ markType(IconView, 'IconView');
@@ -6971,47 +7074,49 @@ let XIcon = /*@__PURE__*/ (() => {
6971
7074
  constructor() {
6972
7075
  super();
6973
7076
  this._view = null;
6974
- this.h = 0;
6975
- this.cc = XIcon.cs;
6976
- this.cd = XIcon.cw;
6977
- this.ce = XIcon.cx;
6978
- this.t = XIcon.af;
6979
- this.cf = XIcon.cs;
6980
- this.cn = XIcon.cw;
6981
- this.x = XIcon.af;
6982
- this.co = XIcon.cx;
6983
- this.cg = XIcon.ct;
6984
- this.ch = XIcon.cu;
6985
- this.v = XIcon.ae;
6986
- this.ci = null;
6987
- this.a = null;
6988
- this.b = null;
6989
- this.cj = null;
6990
- this.ck = null;
6991
- this.cl = null;
6992
- this.cm = null;
7077
+ this.j = 0;
7078
+ this.cj = XIcon.cz;
7079
+ this.ck = XIcon.c3;
7080
+ this.cl = XIcon.c4;
7081
+ this.v = XIcon.ah;
7082
+ this.cm = XIcon.cz;
7083
+ this.cu = XIcon.c3;
7084
+ this.z = XIcon.ah;
7085
+ this.cv = XIcon.c4;
7086
+ this.cn = XIcon.c0;
7087
+ this.co = XIcon.c1;
7088
+ this.x = XIcon.ag;
7089
+ this.cp = null;
7090
+ this.c = null;
7091
+ this.d = null;
7092
+ this.cq = null;
7093
+ this.cr = null;
7094
+ this.cs = null;
7095
+ this.ct = null;
6993
7096
  this.aw = null;
6994
- this.av = null;
6995
- this.j = null;
6996
- this.au = "ig-icon-" + XIcon.ar++;
6997
- this.ap = 0;
6998
- this.l = false;
6999
- this.at = null;
7097
+ this.az = null;
7098
+ this.ay = null;
7099
+ this.a = null;
7100
+ this.l = null;
7101
+ this.ax = "ig-icon-" + XIcon.at++;
7102
+ this.ar = 0;
7000
7103
  this.n = false;
7001
- this.m = false;
7002
- this.w = 1;
7003
- this.z = NaN;
7004
- this.aa = NaN;
7104
+ this.av = null;
7105
+ this.p = false;
7106
+ this.o = false;
7107
+ this.y = 1;
7005
7108
  this.ab = NaN;
7006
- this.y = NaN;
7007
7109
  this.ac = NaN;
7008
- this.u = NaN;
7110
+ this.ad = NaN;
7111
+ this.aa = NaN;
7112
+ this.ae = NaN;
7113
+ this.w = NaN;
7009
7114
  this.clicked = null;
7010
7115
  this.propertyChanged = null;
7011
7116
  let a = new IconView();
7012
- a.b = this;
7117
+ a.d = this;
7013
7118
  this.view = a;
7014
- this.view.ac();
7119
+ this.view.aj();
7015
7120
  }
7016
7121
  get view() {
7017
7122
  return this._view;
@@ -7022,13 +7127,13 @@ let XIcon = /*@__PURE__*/ (() => {
7022
7127
  destroy() {
7023
7128
  this.provideContainer(null);
7024
7129
  }
7025
- b5(a, b, c) {
7130
+ cb(a, b, c) {
7026
7131
  if (this.propertyChanged != null) {
7027
7132
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
7028
7133
  }
7029
- this.b7(a, b, c);
7134
+ this.ce(a, b, c);
7030
7135
  }
7031
- b7(a, b, c) {
7136
+ ce(a, b, c) {
7032
7137
  switch (a) {
7033
7138
  case "Fill":
7034
7139
  case "Stroke":
@@ -7037,198 +7142,288 @@ let XIcon = /*@__PURE__*/ (() => {
7037
7142
  case "HoverStroke":
7038
7143
  case "HoverStrokeThickness":
7039
7144
  case "IsHover":
7040
- this.cb();
7145
+ this.ci();
7041
7146
  break;
7147
+ case "FillColors":
7148
+ case "StrokeColors":
7042
7149
  case "ActualFill":
7043
7150
  case "ActualStroke":
7044
7151
  case "ActualStrokeWidth":
7045
7152
  case "SVGPath":
7153
+ case "SVGPaths":
7046
7154
  case "SVG":
7047
- this.b9();
7155
+ case "DataURL":
7156
+ this.cg();
7048
7157
  break;
7049
7158
  case "Opacity":
7050
- this.ca();
7159
+ this.ch();
7051
7160
  break;
7052
7161
  case "ViewBoxLeft":
7053
7162
  case "ViewBoxTop":
7054
7163
  case "ViewBoxWidth":
7055
7164
  case "ViewBoxHeight":
7056
- this.view.ai();
7165
+ this.view.au();
7057
7166
  break;
7058
7167
  case "Width":
7059
7168
  case "Height":
7060
- this.view.ae();
7169
+ this.view.ap();
7061
7170
  break;
7062
7171
  }
7063
7172
  }
7064
- cb() {
7065
- let a = this.fill != null ? this.fill : XIcon.cs;
7066
- let b = this.c5 != null ? this.c5 : XIcon.cw;
7067
- let c = !isNaN_(this.aj) ? this.aj : XIcon.af;
7068
- let d = this.c6 != null ? this.c6 : XIcon.cx;
7069
- if (this.r) {
7070
- this.cp = this.cy != null ? this.cy : a;
7071
- this.cq = this.cz != null ? this.cz : b;
7072
- this.ad = !isNaN_(this.ah) ? this.ah : c;
7073
- this.cr = this.c0 != null ? this.c0 : d;
7173
+ ci() {
7174
+ let a = this.fill != null ? this.fill : XIcon.cz;
7175
+ let b = this.dc != null ? this.dc : XIcon.c3;
7176
+ let c = !isNaN_(this.al) ? this.al : XIcon.ah;
7177
+ let d = this.dd != null ? this.dd : XIcon.c4;
7178
+ if (this.t) {
7179
+ this.cw = this.c5 != null ? this.c5 : a;
7180
+ this.cx = this.c6 != null ? this.c6 : b;
7181
+ this.af = !isNaN_(this.aj) ? this.aj : c;
7182
+ this.cy = this.c7 != null ? this.c7 : d;
7074
7183
  }
7075
7184
  else {
7076
- this.cp = a;
7077
- this.cq = b;
7078
- this.ad = c;
7079
- this.cr = d;
7185
+ this.cw = a;
7186
+ this.cx = b;
7187
+ this.af = c;
7188
+ this.cy = d;
7080
7189
  }
7081
7190
  }
7082
- get p() {
7083
- return this.svgPath != null && !this.view.h;
7191
+ get r() {
7192
+ return this.svgPath != null && !this.view.k;
7084
7193
  }
7085
- ca() {
7086
- NativeUI.y(this.view.r, this.ai);
7194
+ ch() {
7195
+ NativeUI.y(this.view.x, this.ak);
7087
7196
  }
7088
- b9() {
7089
- let a = this.view.r;
7090
- if (this.p) {
7091
- let b = this.view.s;
7092
- NativeUI.r(b, this.cp);
7093
- NativeUI.aa(b, this.cq);
7094
- NativeUI.ad(b, this.ad);
7197
+ cg() {
7198
+ let a = this.view.x;
7199
+ if (this.r) {
7200
+ let b = this.view.y;
7201
+ NativeUI.r(b, this.cw);
7202
+ NativeUI.aa(b, this.cx);
7203
+ NativeUI.ad(b, this.af);
7095
7204
  }
7096
7205
  else {
7097
7206
  let c = false;
7098
7207
  if (this.svgPath != null) {
7099
7208
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
7100
- this.view.af(this.svgPath);
7209
+ this.view.aq(this.svgPath);
7101
7210
  c = true;
7102
7211
  }
7103
7212
  else {
7104
- this.view.ag(this.svgPath);
7213
+ this.view.ar(this.svgPath);
7214
+ }
7215
+ }
7216
+ else if (this.b != null) {
7217
+ this.view.as(this.b);
7218
+ let d = this.view.c;
7219
+ if (d != null && d.length > 0) {
7220
+ let e = NativeUI.r;
7221
+ let f = NativeUI.aa;
7222
+ this.cd();
7223
+ e = runOn(this.view, this.view.am);
7224
+ f = runOn(this.view, this.view.an);
7225
+ for (let g = 0; g < d.length; g++) {
7226
+ if (this.cw != null) {
7227
+ e(d[g], this.cw);
7228
+ }
7229
+ if (this.cx != null) {
7230
+ f(d[g], this.cx);
7231
+ }
7232
+ if (!isNaN_(this.af)) {
7233
+ NativeUI.ad(d[g], this.af);
7234
+ }
7235
+ if (this.cy != null) {
7236
+ NativeUI.q(d[g], this.cy);
7237
+ }
7238
+ if (this.e != null && this.e.count == d.length) {
7239
+ e(d[g], this.e.item(g));
7240
+ }
7241
+ if (this.f != null && this.f.count == d.length) {
7242
+ f(d[g], this.f.item(g));
7243
+ }
7244
+ }
7245
+ }
7246
+ if (this.m != null) {
7247
+ this.view.at(this.m);
7105
7248
  }
7249
+ return;
7106
7250
  }
7107
7251
  else if (this.svg != null) {
7108
- this.view.af(this.svg);
7252
+ this.view.aq(this.svg);
7109
7253
  c = true;
7110
7254
  }
7255
+ else if (this.a7 != null) {
7256
+ this.view.ao(this.a7);
7257
+ }
7111
7258
  if (c) {
7112
- for (let d = 0; d < this.view.k.count; d++) {
7113
- let e = this.view.k._inner[d].c;
7114
- NativeUI.r(this.view.k._inner[d].d, e.l.f(this.c1));
7259
+ for (let h = 0; h < this.view.p.count; h++) {
7260
+ let i = this.view.p._inner[h].c;
7261
+ NativeUI.r(this.view.p._inner[h].d, i.l.f(this.c8));
7115
7262
  }
7116
- for (let f = 0; f < this.view.l.count; f++) {
7117
- let g = this.view.l._inner[f].c;
7118
- NativeUI.aa(this.view.l._inner[f].d, g.m.f(this.c2));
7263
+ for (let j = 0; j < this.view.q.count; j++) {
7264
+ let k = this.view.q._inner[j].c;
7265
+ NativeUI.aa(this.view.q._inner[j].d, k.m.f(this.c9));
7119
7266
  }
7120
- for (let h = 0; h < this.view.m.count; h++) {
7121
- let i = this.view.m._inner[h].c;
7122
- NativeUI.r(this.view.m._inner[h].d, i.l.f(this.c3));
7267
+ for (let l = 0; l < this.view.r.count; l++) {
7268
+ let m = this.view.r._inner[l].c;
7269
+ NativeUI.r(this.view.r._inner[l].d, m.l.f(this.da));
7123
7270
  }
7124
- for (let j = 0; j < this.view.n.count; j++) {
7125
- let k = this.view.n._inner[j].c;
7126
- NativeUI.aa(this.view.n._inner[j].d, k.m.f(this.c4));
7271
+ for (let n = 0; n < this.view.s.count; n++) {
7272
+ let o = this.view.s._inner[n].c;
7273
+ NativeUI.aa(this.view.s._inner[n].d, o.m.f(this.db));
7127
7274
  }
7128
- for (let l = 0; l < this.view.c.o.count; l++) {
7129
- let m = this.view.c.o._inner[l];
7130
- let n = m.split('-');
7131
- let o = parseInt(n[n.length - 1]);
7132
- if (o < this.c.count) {
7133
- for (let p = 0; p < this.view.c.q._inner[l].count; p++) {
7134
- let q = this.view.c.q._inner[l]._inner[p].c;
7135
- NativeUI.r(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
7275
+ for (let p = 0; p < this.view.e.o.count; p++) {
7276
+ let q = this.view.e.o._inner[p];
7277
+ let r = q.split('-');
7278
+ let s = parseInt(r[r.length - 1]);
7279
+ if (s < this.e.count) {
7280
+ for (let t = 0; t < this.view.e.q._inner[p].count; t++) {
7281
+ let u = this.view.e.q._inner[p]._inner[t].c;
7282
+ NativeUI.r(this.view.e.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
7136
7283
  }
7137
7284
  }
7138
7285
  }
7139
- for (let r = 0; r < this.view.d.o.count; r++) {
7140
- let s = this.view.d.o._inner[r];
7141
- let t = s.split('-');
7142
- let u = parseInt(t[t.length - 1]);
7143
- if (u < this.d.count) {
7144
- for (let v = 0; v < this.view.d.q._inner[r].count; v++) {
7145
- let w = this.view.d.q._inner[r]._inner[v].c;
7146
- NativeUI.aa(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
7286
+ for (let v = 0; v < this.view.f.o.count; v++) {
7287
+ let w = this.view.f.o._inner[v];
7288
+ let x = w.split('-');
7289
+ let y = parseInt(x[x.length - 1]);
7290
+ if (y < this.f.count) {
7291
+ for (let z = 0; z < this.view.f.q._inner[v].count; z++) {
7292
+ let aa = this.view.f.q._inner[v]._inner[z].c;
7293
+ NativeUI.aa(this.view.f.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
7147
7294
  }
7148
7295
  }
7149
7296
  }
7150
- for (let x = 0; x < this.view.j.count; x++) {
7151
- let y = this.view.j._inner[x].c;
7152
- NativeUI.r(this.view.j._inner[x].d, y.l.f(this.cp));
7153
- NativeUI.aa(this.view.j._inner[x].d, y.m.f(this.cq));
7297
+ for (let ab = 0; ab < this.view.o.count; ab++) {
7298
+ let ac = this.view.o._inner[ab].c;
7299
+ NativeUI.r(this.view.o._inner[ab].d, ac.l.f(this.cw));
7300
+ NativeUI.aa(this.view.o._inner[ab].d, ac.m.f(this.cx));
7154
7301
  }
7155
7302
  }
7156
- let z = this.view.r;
7157
- if (this.cp != null) {
7158
- NativeUI.r(z, this.cp);
7303
+ let ad = this.view.x;
7304
+ if (this.cw != null) {
7305
+ NativeUI.r(ad, this.cw);
7159
7306
  }
7160
- if (this.cq != null) {
7161
- NativeUI.aa(z, this.cq);
7307
+ if (this.cx != null) {
7308
+ NativeUI.aa(ad, this.cx);
7162
7309
  }
7163
- if (!isNaN_(this.ad)) {
7164
- NativeUI.ad(z, this.ad);
7310
+ if (!isNaN_(this.af)) {
7311
+ NativeUI.ad(ad, this.af);
7165
7312
  }
7166
7313
  }
7167
- if (this.k != null) {
7168
- this.view.ah(this.k);
7314
+ if (this.m != null) {
7315
+ this.view.at(this.m);
7169
7316
  }
7170
- if (this.cr != null) {
7171
- NativeUI.q(this.view.r, this.cr);
7317
+ if (this.cy != null) {
7318
+ NativeUI.q(this.view.x, this.cy);
7172
7319
  }
7173
7320
  }
7174
- get i() {
7175
- return this.h;
7321
+ cd() {
7322
+ if (this.cw != null) {
7323
+ this.view.al(this.cw, "fill");
7324
+ }
7325
+ if (this.cx != null) {
7326
+ this.view.al(this.cx, "stroke");
7327
+ }
7328
+ if (this.e != null) {
7329
+ for (let a of fromEnum(this.e)) {
7330
+ this.view.al(a, "fills");
7331
+ }
7332
+ }
7333
+ if (this.f != null) {
7334
+ for (let b of fromEnum(this.f)) {
7335
+ this.view.al(b, "strokes");
7336
+ }
7337
+ }
7176
7338
  }
7177
- set i(a) {
7178
- let b = this.h;
7179
- this.h = a;
7180
- if (b != this.h) {
7181
- this.b5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
7339
+ get k() {
7340
+ return this.j;
7341
+ }
7342
+ set k(a) {
7343
+ let b = this.j;
7344
+ this.j = a;
7345
+ if (b != this.j) {
7346
+ this.cb("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
7182
7347
  }
7183
7348
  }
7184
- get cp() {
7185
- return this.cc;
7349
+ get cw() {
7350
+ return this.cj;
7186
7351
  }
7187
- set cp(a) {
7188
- let b = this.cc;
7189
- this.cc = a;
7190
- if (b != this.cc) {
7191
- this.b5("ActualFill", b, a);
7352
+ set cw(a) {
7353
+ let b = this.cj;
7354
+ this.cj = a;
7355
+ if (b != this.cj) {
7356
+ this.cb("ActualFill", b, a);
7192
7357
  }
7193
7358
  }
7194
- get cq() {
7195
- return this.cd;
7359
+ get cx() {
7360
+ return this.ck;
7196
7361
  }
7197
- set cq(a) {
7198
- let b = this.cd;
7199
- this.cd = a;
7200
- if (b != this.cd) {
7201
- this.b5("ActualStroke", b, a);
7362
+ set cx(a) {
7363
+ let b = this.ck;
7364
+ this.ck = a;
7365
+ if (b != this.ck) {
7366
+ this.cb("ActualStroke", b, a);
7202
7367
  }
7203
7368
  }
7204
- get cr() {
7205
- return this.ce;
7369
+ get cy() {
7370
+ return this.cl;
7206
7371
  }
7207
- set cr(a) {
7208
- let b = this.ce;
7209
- this.ce = a;
7210
- if (b != this.ce) {
7211
- this.b5("ActualTextColor", b, a);
7372
+ set cy(a) {
7373
+ let b = this.cl;
7374
+ this.cl = a;
7375
+ if (b != this.cl) {
7376
+ this.cb("ActualTextColor", b, a);
7212
7377
  }
7213
7378
  }
7214
- get ad() {
7215
- return this.t;
7379
+ get af() {
7380
+ return this.v;
7216
7381
  }
7217
- set ad(a) {
7218
- let b = this.t;
7219
- this.t = a;
7220
- if (b != this.t) {
7221
- this.b5("ActualStrokeWidth", b, a);
7382
+ set af(a) {
7383
+ let b = this.v;
7384
+ this.v = a;
7385
+ if (b != this.v) {
7386
+ this.cb("ActualStrokeWidth", b, a);
7222
7387
  }
7223
7388
  }
7224
7389
  get fill() {
7225
- return this.cf;
7390
+ return this.cm;
7226
7391
  }
7227
7392
  set fill(a) {
7228
- let b = this.cf;
7229
- this.cf = a;
7230
- if (b != this.cf) {
7231
- this.b5("Fill", b, a);
7393
+ let b = this.cm;
7394
+ this.cm = a;
7395
+ if (b != this.cm) {
7396
+ this.cb("Fill", b, a);
7397
+ }
7398
+ }
7399
+ get dc() {
7400
+ return this.cu;
7401
+ }
7402
+ set dc(a) {
7403
+ let b = this.cu;
7404
+ this.cu = a;
7405
+ if (b != this.cu) {
7406
+ this.cb("Stroke", b, a);
7407
+ }
7408
+ }
7409
+ get al() {
7410
+ return this.z;
7411
+ }
7412
+ set al(a) {
7413
+ let b = this.z;
7414
+ this.z = a;
7415
+ if (b != this.z) {
7416
+ this.cb("StrokeWidth", b, a);
7417
+ }
7418
+ }
7419
+ get dd() {
7420
+ return this.cv;
7421
+ }
7422
+ set dd(a) {
7423
+ let b = this.cv;
7424
+ this.cv = a;
7425
+ if (b != this.cv) {
7426
+ this.cb("TextColor", b, a);
7232
7427
  }
7233
7428
  }
7234
7429
  get c5() {
@@ -7238,17 +7433,7 @@ let XIcon = /*@__PURE__*/ (() => {
7238
7433
  let b = this.cn;
7239
7434
  this.cn = a;
7240
7435
  if (b != this.cn) {
7241
- this.b5("Stroke", b, a);
7242
- }
7243
- }
7244
- get aj() {
7245
- return this.x;
7246
- }
7247
- set aj(a) {
7248
- let b = this.x;
7249
- this.x = a;
7250
- if (b != this.x) {
7251
- this.b5("StrokeWidth", b, a);
7436
+ this.cb("HoverFill", b, a);
7252
7437
  }
7253
7438
  }
7254
7439
  get c6() {
@@ -7258,227 +7443,207 @@ let XIcon = /*@__PURE__*/ (() => {
7258
7443
  let b = this.co;
7259
7444
  this.co = a;
7260
7445
  if (b != this.co) {
7261
- this.b5("TextColor", b, a);
7262
- }
7263
- }
7264
- get cy() {
7265
- return this.cg;
7266
- }
7267
- set cy(a) {
7268
- let b = this.cg;
7269
- this.cg = a;
7270
- if (b != this.cg) {
7271
- this.b5("HoverFill", b, a);
7446
+ this.cb("HoverStroke", b, a);
7272
7447
  }
7273
7448
  }
7274
- get cz() {
7275
- return this.ch;
7449
+ get aj() {
7450
+ return this.x;
7276
7451
  }
7277
- set cz(a) {
7278
- let b = this.ch;
7279
- this.ch = a;
7280
- if (b != this.ch) {
7281
- this.b5("HoverStroke", b, a);
7452
+ set aj(a) {
7453
+ let b = this.x;
7454
+ this.x = a;
7455
+ if (b != this.x) {
7456
+ this.cb("HoverStrokeThickness", b, a);
7282
7457
  }
7283
7458
  }
7284
- get ah() {
7285
- return this.v;
7459
+ get c7() {
7460
+ return this.cp;
7286
7461
  }
7287
- set ah(a) {
7288
- let b = this.v;
7289
- this.v = a;
7290
- if (b != this.v) {
7291
- this.b5("HoverStrokeThickness", b, a);
7462
+ set c7(a) {
7463
+ let b = this.cp;
7464
+ this.cp = a;
7465
+ if (b != this.cp) {
7466
+ this.cb("HoverTextColor", b, a);
7292
7467
  }
7293
7468
  }
7294
- get c0() {
7295
- return this.ci;
7469
+ get e() {
7470
+ return this.c;
7296
7471
  }
7297
- set c0(a) {
7298
- let b = this.ci;
7299
- this.ci = a;
7300
- if (b != this.ci) {
7301
- this.b5("HoverTextColor", b, a);
7472
+ set e(a) {
7473
+ let b = this.c;
7474
+ this.c = a;
7475
+ if (b != this.c) {
7476
+ this.cb("FillColors", b, this.c);
7302
7477
  }
7303
7478
  }
7304
- get c() {
7305
- return this.a;
7479
+ get f() {
7480
+ return this.d;
7306
7481
  }
7307
- set c(a) {
7308
- let b = this.a;
7309
- this.a = a;
7310
- if (b != this.a) {
7311
- this.b5("FillColors", b, this.a);
7482
+ set f(a) {
7483
+ let b = this.d;
7484
+ this.d = a;
7485
+ if (b != this.d) {
7486
+ this.cb("StrokeColors", b, this.d);
7312
7487
  }
7313
7488
  }
7314
- get d() {
7315
- return this.b;
7489
+ get c8() {
7490
+ return this.cq;
7316
7491
  }
7317
- set d(a) {
7318
- let b = this.b;
7319
- this.b = a;
7320
- if (b != this.b) {
7321
- this.b5("StrokeColors", b, this.b);
7492
+ set c8(a) {
7493
+ let b = this.cq;
7494
+ this.cq = a;
7495
+ if (b != this.cq) {
7496
+ this.cb("PrimaryFillColor", b, this.cq);
7322
7497
  }
7323
7498
  }
7324
- get c1() {
7325
- return this.cj;
7499
+ get c9() {
7500
+ return this.cr;
7326
7501
  }
7327
- set c1(a) {
7328
- let b = this.cj;
7329
- this.cj = a;
7330
- if (b != this.cj) {
7331
- this.b5("PrimaryFillColor", b, this.cj);
7502
+ set c9(a) {
7503
+ let b = this.cr;
7504
+ this.cr = a;
7505
+ if (b != this.cr) {
7506
+ this.cb("PrimaryStrokeColor", b, this.cr);
7332
7507
  }
7333
7508
  }
7334
- get c2() {
7335
- return this.ck;
7509
+ get da() {
7510
+ return this.cs;
7336
7511
  }
7337
- set c2(a) {
7338
- let b = this.ck;
7339
- this.ck = a;
7340
- if (b != this.ck) {
7341
- this.b5("PrimaryStrokeColor", b, this.ck);
7512
+ set da(a) {
7513
+ let b = this.cs;
7514
+ this.cs = a;
7515
+ if (b != this.cs) {
7516
+ this.cb("SecondaryFillColor", b, this.cs);
7342
7517
  }
7343
7518
  }
7344
- get c3() {
7345
- return this.cl;
7519
+ get db() {
7520
+ return this.ct;
7346
7521
  }
7347
- set c3(a) {
7348
- let b = this.cl;
7349
- this.cl = a;
7350
- if (b != this.cl) {
7351
- this.b5("SecondaryFillColor", b, this.cl);
7522
+ set db(a) {
7523
+ let b = this.ct;
7524
+ this.ct = a;
7525
+ if (b != this.ct) {
7526
+ this.cb("SecondaryStrokeColor", b, this.ct);
7352
7527
  }
7353
7528
  }
7354
- get c4() {
7355
- return this.cm;
7529
+ get a7() {
7530
+ return this.aw;
7356
7531
  }
7357
- set c4(a) {
7358
- let b = this.cm;
7359
- this.cm = a;
7360
- if (b != this.cm) {
7361
- this.b5("SecondaryStrokeColor", b, this.cm);
7532
+ set a7(a) {
7533
+ let b = this.aw;
7534
+ this.aw = a;
7535
+ if (b != this.aw) {
7536
+ this.cb("DataURL", b, a);
7362
7537
  }
7363
7538
  }
7364
7539
  get svgPath() {
7365
- return this.aw;
7540
+ return this.az;
7366
7541
  }
7367
7542
  set svgPath(a) {
7368
- let b = this.aw;
7369
- this.aw = a;
7370
- if (b != this.aw) {
7371
- this.b5("SVGPath", b, a);
7543
+ let b = this.az;
7544
+ this.az = a;
7545
+ if (b != this.az) {
7546
+ this.cb("SVGPath", b, a);
7372
7547
  }
7373
7548
  }
7374
7549
  get svg() {
7375
- return this.av;
7550
+ return this.ay;
7376
7551
  }
7377
7552
  set svg(a) {
7378
- let b = this.av;
7379
- this.av = a;
7380
- if (b != this.av) {
7381
- this.b5("SVG", b, this.av);
7553
+ let b = this.ay;
7554
+ this.ay = a;
7555
+ if (b != this.ay) {
7556
+ this.cb("SVG", b, this.ay);
7382
7557
  }
7383
7558
  }
7384
- b3() {
7385
- this.r = true;
7386
- }
7387
- b4() {
7388
- this.r = false;
7389
- }
7390
- get k() {
7391
- return this.j;
7559
+ get b() {
7560
+ return this.a;
7392
7561
  }
7393
- set k(a) {
7394
- let b = this.j;
7395
- this.j = a;
7396
- if (b != this.j) {
7397
- this.b5("TextStyle", b, a);
7562
+ set b(a) {
7563
+ let b = this.a;
7564
+ this.a = a;
7565
+ if (b != this.a) {
7566
+ this.cb("SVGPaths", b, this.a);
7398
7567
  }
7399
7568
  }
7400
- get bc() {
7401
- return this.au;
7569
+ b9() {
7570
+ this.t = true;
7402
7571
  }
7403
- set bc(a) {
7404
- let b = this.au;
7405
- this.au = a;
7406
- if (b != this.au) {
7407
- this.b5("Id", b, a);
7408
- }
7572
+ ca() {
7573
+ this.t = false;
7409
7574
  }
7410
- get o() {
7575
+ get m() {
7411
7576
  return this.l;
7412
7577
  }
7413
- get aq() {
7414
- return this.ap;
7415
- }
7416
- set aq(a) {
7417
- let b = this.ap;
7418
- this.ap = a;
7419
- this.l = true;
7420
- if (b != this.ap) {
7421
- this.b5("TabIndex", b, a);
7578
+ set m(a) {
7579
+ let b = this.l;
7580
+ this.l = a;
7581
+ if (b != this.l) {
7582
+ this.cb("TextStyle", b, a);
7422
7583
  }
7423
7584
  }
7424
- get a1() {
7425
- return this.at;
7585
+ get bh() {
7586
+ return this.ax;
7426
7587
  }
7427
- set a1(a) {
7428
- let b = this.at;
7429
- this.at = a;
7430
- if (b != this.at) {
7431
- this.b5("AriaLabel", b, a);
7588
+ set bh(a) {
7589
+ let b = this.ax;
7590
+ this.ax = a;
7591
+ if (b != this.ax) {
7592
+ this.cb("Id", b, a);
7432
7593
  }
7433
7594
  }
7434
- get r() {
7595
+ get q() {
7435
7596
  return this.n;
7436
7597
  }
7437
- set r(a) {
7438
- let b = this.n;
7439
- this.n = a;
7440
- if (b != this.n) {
7441
- this.b5("IsHover", b, a);
7598
+ get as() {
7599
+ return this.ar;
7600
+ }
7601
+ set as(a) {
7602
+ let b = this.ar;
7603
+ this.ar = a;
7604
+ this.n = true;
7605
+ if (b != this.ar) {
7606
+ this.cb("TabIndex", b, a);
7442
7607
  }
7443
7608
  }
7444
- get disabled() {
7445
- return this.m;
7609
+ get a4() {
7610
+ return this.av;
7446
7611
  }
7447
- set disabled(a) {
7448
- let b = this.m;
7449
- this.m = a;
7450
- if (b != this.m) {
7451
- this.b5("IsDisabled", b, a);
7612
+ set a4(a) {
7613
+ let b = this.av;
7614
+ this.av = a;
7615
+ if (b != this.av) {
7616
+ this.cb("AriaLabel", b, a);
7452
7617
  }
7453
7618
  }
7454
- get ai() {
7455
- return this.w;
7619
+ get t() {
7620
+ return this.p;
7456
7621
  }
7457
- set ai(a) {
7458
- let b = this.w;
7459
- this.w = a;
7460
- if (b != this.w) {
7461
- this.b5("Opacity", b, this.w);
7622
+ set t(a) {
7623
+ let b = this.p;
7624
+ this.p = a;
7625
+ if (b != this.p) {
7626
+ this.cb("IsHover", b, a);
7462
7627
  }
7463
7628
  }
7464
- get al() {
7465
- return this.z;
7629
+ get disabled() {
7630
+ return this.o;
7466
7631
  }
7467
- set al(a) {
7468
- let b = this.z;
7469
- this.z = a;
7470
- if (b != this.z) {
7471
- this.b5("ViewBoxLeft", b, this.z);
7632
+ set disabled(a) {
7633
+ let b = this.o;
7634
+ this.o = a;
7635
+ if (b != this.o) {
7636
+ this.cb("IsDisabled", b, a);
7472
7637
  }
7473
7638
  }
7474
- get am() {
7475
- return this.aa;
7639
+ get ak() {
7640
+ return this.y;
7476
7641
  }
7477
- set am(a) {
7478
- let b = this.aa;
7479
- this.aa = a;
7480
- if (b != this.aa) {
7481
- this.b5("ViewBoxTop", b, this.aa);
7642
+ set ak(a) {
7643
+ let b = this.y;
7644
+ this.y = a;
7645
+ if (b != this.y) {
7646
+ this.cb("Opacity", b, this.y);
7482
7647
  }
7483
7648
  }
7484
7649
  get an() {
@@ -7487,18 +7652,8 @@ let XIcon = /*@__PURE__*/ (() => {
7487
7652
  set an(a) {
7488
7653
  let b = this.ab;
7489
7654
  this.ab = a;
7490
- if (b != this.ab) {
7491
- this.b5("ViewBoxWidth", b, this.ab);
7492
- }
7493
- }
7494
- get ak() {
7495
- return this.y;
7496
- }
7497
- set ak(a) {
7498
- let b = this.y;
7499
- this.y = a;
7500
- if (b != this.y) {
7501
- this.b5("ViewBoxHeight", b, this.y);
7655
+ if (b != this.ab) {
7656
+ this.cb("ViewBoxLeft", b, this.ab);
7502
7657
  }
7503
7658
  }
7504
7659
  get ao() {
@@ -7508,28 +7663,58 @@ let XIcon = /*@__PURE__*/ (() => {
7508
7663
  let b = this.ac;
7509
7664
  this.ac = a;
7510
7665
  if (b != this.ac) {
7511
- this.b5("Width", b, this.ac);
7666
+ this.cb("ViewBoxTop", b, this.ac);
7512
7667
  }
7513
7668
  }
7514
- get ag() {
7515
- return this.u;
7669
+ get ap() {
7670
+ return this.ad;
7516
7671
  }
7517
- set ag(a) {
7518
- let b = this.u;
7519
- this.u = a;
7520
- if (b != this.u) {
7521
- this.b5("Height", b, this.u);
7672
+ set ap(a) {
7673
+ let b = this.ad;
7674
+ this.ad = a;
7675
+ if (b != this.ad) {
7676
+ this.cb("ViewBoxWidth", b, this.ad);
7677
+ }
7678
+ }
7679
+ get am() {
7680
+ return this.aa;
7681
+ }
7682
+ set am(a) {
7683
+ let b = this.aa;
7684
+ this.aa = a;
7685
+ if (b != this.aa) {
7686
+ this.cb("ViewBoxHeight", b, this.aa);
7687
+ }
7688
+ }
7689
+ get aq() {
7690
+ return this.ae;
7691
+ }
7692
+ set aq(a) {
7693
+ let b = this.ae;
7694
+ this.ae = a;
7695
+ if (b != this.ae) {
7696
+ this.cb("Width", b, this.ae);
7697
+ }
7698
+ }
7699
+ get ai() {
7700
+ return this.w;
7701
+ }
7702
+ set ai(a) {
7703
+ let b = this.w;
7704
+ this.w = a;
7705
+ if (b != this.w) {
7706
+ this.cb("Height", b, this.w);
7522
7707
  }
7523
7708
  }
7524
- b6() {
7709
+ cc() {
7525
7710
  }
7526
7711
  onDetachedFromUI() {
7527
- this.view.ab();
7712
+ this.view.ai();
7528
7713
  }
7529
7714
  onAttachedToUI() {
7530
- this.view.y();
7715
+ this.view.af();
7531
7716
  }
7532
- b1() {
7717
+ b7() {
7533
7718
  if (this.disabled) {
7534
7719
  return;
7535
7720
  }
@@ -7537,73 +7722,74 @@ let XIcon = /*@__PURE__*/ (() => {
7537
7722
  this.clicked(this, new IconClickedEventArgs());
7538
7723
  }
7539
7724
  }
7540
- s() {
7541
- return this.view.g();
7725
+ u() {
7726
+ return this.view.j();
7542
7727
  }
7543
- as() {
7544
- return this.e();
7728
+ au() {
7729
+ return this.g();
7545
7730
  }
7546
- a4() {
7547
- let a = this.e();
7548
- return a.j();
7731
+ a9() {
7732
+ let a = this.g();
7733
+ return a.k();
7549
7734
  }
7550
- e() {
7735
+ g() {
7551
7736
  let a = new IconVisualModelExport();
7552
- let b = this.view.r;
7737
+ let b = this.view.x;
7553
7738
  a.a = AppearanceHelper.a(NativeUI.al(b));
7554
7739
  a.c = AppearanceHelper.a(NativeUI.al(b));
7555
7740
  a.b = AppearanceHelper.a(NativeUI.am(b));
7556
- a.d = this.ad;
7557
- let c = this.view.a();
7741
+ a.d = this.af;
7742
+ let c = this.view.b();
7558
7743
  a.h = c[0];
7559
7744
  a.f = c[1];
7560
7745
  a.e = NativeUI.d(b);
7561
7746
  a.i = NativeUI.k(b);
7562
7747
  a.svgPath = this.svgPath;
7563
- if (this.k != null) {
7564
- let d = this.k;
7565
- if (this.view != null && d.p == null) {
7566
- let e = this.view.o;
7748
+ a.j = this.a7;
7749
+ if (this.m != null) {
7750
+ let d = this.m;
7751
+ if (this.view != null && d.q == null) {
7752
+ let e = this.view.t;
7567
7753
  let f = FontUtil.getFontInfoFromString(e, d.fontString);
7568
- d.p = f.p;
7569
- d.e = f.e;
7570
7754
  d.q = f.q;
7571
- d.s = f.s;
7755
+ d.f = f.f;
7756
+ d.r = f.r;
7572
7757
  d.t = f.t;
7573
7758
  d.u = f.u;
7759
+ d.v = f.v;
7574
7760
  }
7575
- if (d.p != null) {
7576
- a.l = d.p;
7761
+ if (d.q != null) {
7762
+ a.m = d.q;
7577
7763
  }
7578
- if (!isNaN_(d.e)) {
7579
- a.g = d.e;
7764
+ if (!isNaN_(d.f)) {
7765
+ a.g = d.f;
7580
7766
  }
7581
- if (d.u != null) {
7582
- a.p = d.u;
7767
+ if (d.v != null) {
7768
+ a.q = d.v;
7583
7769
  }
7584
- if (d.s != null) {
7585
- a.n = d.s;
7770
+ if (d.t != null) {
7771
+ a.o = d.t;
7586
7772
  }
7587
- if (d.q != null) {
7588
- a.m = d.s;
7773
+ if (d.r != null) {
7774
+ a.n = d.t;
7589
7775
  }
7590
7776
  }
7591
7777
  return a;
7592
7778
  }
7593
7779
  provideContainer(a) {
7594
- this.view.aa(a);
7780
+ this.view.ah(a);
7595
7781
  }
7596
7782
  }
7597
7783
  XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
7598
- XIcon.cs = null;
7599
- XIcon.cx = null;
7600
- XIcon.cw = null;
7601
- XIcon.ct = null;
7602
- XIcon.cu = null;
7603
- XIcon.cv = null;
7604
- XIcon.af = NaN;
7605
- XIcon.ae = NaN;
7606
- XIcon.ar = 0;
7784
+ XIcon.cz = null;
7785
+ XIcon.c4 = null;
7786
+ XIcon.c3 = null;
7787
+ XIcon.c0 = null;
7788
+ XIcon.c1 = null;
7789
+ XIcon.c2 = null;
7790
+ XIcon.ah = NaN;
7791
+ XIcon.ag = NaN;
7792
+ XIcon.at = 0;
7607
7793
  return XIcon;
7608
7794
  })();
7609
7795
 
@@ -7794,51 +7980,51 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7794
7980
  * Gets or sets the base built in theme to use for the button.
7795
7981
  */
7796
7982
  get baseTheme() {
7797
- return this.i.i;
7983
+ return this.i.k;
7798
7984
  }
7799
7985
  set baseTheme(v) {
7800
- this.i.i = ensureEnum(BaseControlTheme_$type, v);
7801
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.i));
7986
+ this.i.k = ensureEnum(BaseControlTheme_$type, v);
7987
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.k));
7802
7988
  }
7803
7989
  /**
7804
7990
  * Gets the fill color currently used by the icon.
7805
7991
  */
7806
7992
  get actualFill() {
7807
- return brushToString(this.i.cp);
7993
+ return brushToString(this.i.cw);
7808
7994
  }
7809
7995
  set actualFill(v) {
7810
- this.i.cp = stringToBrush(v);
7811
- this._a("actualFill", brushToString(this.i.cp));
7996
+ this.i.cw = stringToBrush(v);
7997
+ this._a("actualFill", brushToString(this.i.cw));
7812
7998
  }
7813
7999
  /**
7814
8000
  * Gets the stroke color currently used by the icon.
7815
8001
  */
7816
8002
  get actualStroke() {
7817
- return brushToString(this.i.cq);
8003
+ return brushToString(this.i.cx);
7818
8004
  }
7819
8005
  set actualStroke(v) {
7820
- this.i.cq = stringToBrush(v);
7821
- this._a("actualStroke", brushToString(this.i.cq));
8006
+ this.i.cx = stringToBrush(v);
8007
+ this._a("actualStroke", brushToString(this.i.cx));
7822
8008
  }
7823
8009
  /**
7824
8010
  * Gets the text color currently used by the icon.
7825
8011
  */
7826
8012
  get actualTextColor() {
7827
- return brushToString(this.i.cr);
8013
+ return brushToString(this.i.cy);
7828
8014
  }
7829
8015
  set actualTextColor(v) {
7830
- this.i.cr = stringToBrush(v);
7831
- this._a("actualTextColor", brushToString(this.i.cr));
8016
+ this.i.cy = stringToBrush(v);
8017
+ this._a("actualTextColor", brushToString(this.i.cy));
7832
8018
  }
7833
8019
  /**
7834
8020
  * Gets the stroke width currently used by the icon.
7835
8021
  */
7836
8022
  get actualStrokeWidth() {
7837
- return this.i.ad;
8023
+ return this.i.af;
7838
8024
  }
7839
8025
  set actualStrokeWidth(v) {
7840
- this.i.ad = +v;
7841
- this._a("actualStrokeWidth", this.i.ad);
8026
+ this.i.af = +v;
8027
+ this._a("actualStrokeWidth", this.i.af);
7842
8028
  }
7843
8029
  /**
7844
8030
  * Gets or sets the fill color to use for the icon.
@@ -7854,71 +8040,71 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7854
8040
  * Gets or sets the stroke color to use for the icon.
7855
8041
  */
7856
8042
  get stroke() {
7857
- return brushToString(this.i.c5);
8043
+ return brushToString(this.i.dc);
7858
8044
  }
7859
8045
  set stroke(v) {
7860
- this.i.c5 = stringToBrush(v);
7861
- this._a("stroke", brushToString(this.i.c5));
8046
+ this.i.dc = stringToBrush(v);
8047
+ this._a("stroke", brushToString(this.i.dc));
7862
8048
  }
7863
8049
  /**
7864
8050
  * Gets or sets the stroke thickness to use for the icon.
7865
8051
  */
7866
8052
  get strokeWidth() {
7867
- return this.i.aj;
8053
+ return this.i.al;
7868
8054
  }
7869
8055
  set strokeWidth(v) {
7870
- this.i.aj = +v;
7871
- this._a("strokeWidth", this.i.aj);
8056
+ this.i.al = +v;
8057
+ this._a("strokeWidth", this.i.al);
7872
8058
  }
7873
8059
  /**
7874
8060
  * Gets or sets the text color to use for the icon.
7875
8061
  */
7876
8062
  get textColor() {
7877
- return brushToString(this.i.c6);
8063
+ return brushToString(this.i.dd);
7878
8064
  }
7879
8065
  set textColor(v) {
7880
- this.i.c6 = stringToBrush(v);
7881
- this._a("textColor", brushToString(this.i.c6));
8066
+ this.i.dd = stringToBrush(v);
8067
+ this._a("textColor", brushToString(this.i.dd));
7882
8068
  }
7883
8069
  /**
7884
8070
  * Gets or sets the fill color to use when the icon is hovered.
7885
8071
  */
7886
8072
  get hoverFill() {
7887
- return brushToString(this.i.cy);
8073
+ return brushToString(this.i.c5);
7888
8074
  }
7889
8075
  set hoverFill(v) {
7890
- this.i.cy = stringToBrush(v);
7891
- this._a("hoverFill", brushToString(this.i.cy));
8076
+ this.i.c5 = stringToBrush(v);
8077
+ this._a("hoverFill", brushToString(this.i.c5));
7892
8078
  }
7893
8079
  /**
7894
8080
  * Gets or sets the stroke color to use when the icon is hovered.
7895
8081
  */
7896
8082
  get hoverStroke() {
7897
- return brushToString(this.i.cz);
8083
+ return brushToString(this.i.c6);
7898
8084
  }
7899
8085
  set hoverStroke(v) {
7900
- this.i.cz = stringToBrush(v);
7901
- this._a("hoverStroke", brushToString(this.i.cz));
8086
+ this.i.c6 = stringToBrush(v);
8087
+ this._a("hoverStroke", brushToString(this.i.c6));
7902
8088
  }
7903
8089
  /**
7904
8090
  * Gets or sets the stroke thickness to use when the icon is hovered.
7905
8091
  */
7906
8092
  get hoverStrokeThickness() {
7907
- return this.i.ah;
8093
+ return this.i.aj;
7908
8094
  }
7909
8095
  set hoverStrokeThickness(v) {
7910
- this.i.ah = +v;
7911
- this._a("hoverStrokeThickness", this.i.ah);
8096
+ this.i.aj = +v;
8097
+ this._a("hoverStrokeThickness", this.i.aj);
7912
8098
  }
7913
8099
  /**
7914
8100
  * Gets or sets the text color to use when the icon is hovered.
7915
8101
  */
7916
8102
  get hoverTextColor() {
7917
- return brushToString(this.i.c0);
8103
+ return brushToString(this.i.c7);
7918
8104
  }
7919
8105
  set hoverTextColor(v) {
7920
- this.i.c0 = stringToBrush(v);
7921
- this._a("hoverTextColor", brushToString(this.i.c0));
8106
+ this.i.c7 = stringToBrush(v);
8107
+ this._a("hoverTextColor", brushToString(this.i.c7));
7922
8108
  }
7923
8109
  /**
7924
8110
  * Gets or sets a collection of fill colors to use in the icon.
@@ -7927,11 +8113,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7927
8113
  * class where # is a number from 0 to count - 1.
7928
8114
  */
7929
8115
  get fillColors() {
7930
- return fromBrushCollection(this.i.c);
8116
+ return fromBrushCollection(this.i.e);
7931
8117
  }
7932
8118
  set fillColors(v) {
7933
- this.i.c = toBrushCollection(v);
7934
- this._a("fillColors", brushCollectionToString(this.i.c));
8119
+ this.i.e = toBrushCollection(v);
8120
+ this._a("fillColors", brushCollectionToString(this.i.e));
7935
8121
  }
7936
8122
  /**
7937
8123
  * Gets or sets a collection of stroke colors to use in the icon.
@@ -7940,11 +8126,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7940
8126
  * class where # is a number from 0 to count - 1.
7941
8127
  */
7942
8128
  get strokeColors() {
7943
- return fromBrushCollection(this.i.d);
8129
+ return fromBrushCollection(this.i.f);
7944
8130
  }
7945
8131
  set strokeColors(v) {
7946
- this.i.d = toBrushCollection(v);
7947
- this._a("strokeColors", brushCollectionToString(this.i.d));
8132
+ this.i.f = toBrushCollection(v);
8133
+ this._a("strokeColors", brushCollectionToString(this.i.f));
7948
8134
  }
7949
8135
  /**
7950
8136
  * Gets or sets a primary fill color for the icon.
@@ -7954,11 +8140,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7954
8140
  * class.
7955
8141
  */
7956
8142
  get primaryFillColor() {
7957
- return brushToString(this.i.c1);
8143
+ return brushToString(this.i.c8);
7958
8144
  }
7959
8145
  set primaryFillColor(v) {
7960
- this.i.c1 = stringToBrush(v);
7961
- this._a("primaryFillColor", brushToString(this.i.c1));
8146
+ this.i.c8 = stringToBrush(v);
8147
+ this._a("primaryFillColor", brushToString(this.i.c8));
7962
8148
  }
7963
8149
  /**
7964
8150
  * Gets or sets a primary stroke color for the icon.
@@ -7968,11 +8154,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7968
8154
  * class.
7969
8155
  */
7970
8156
  get primaryStrokeColor() {
7971
- return brushToString(this.i.c2);
8157
+ return brushToString(this.i.c9);
7972
8158
  }
7973
8159
  set primaryStrokeColor(v) {
7974
- this.i.c2 = stringToBrush(v);
7975
- this._a("primaryStrokeColor", brushToString(this.i.c2));
8160
+ this.i.c9 = stringToBrush(v);
8161
+ this._a("primaryStrokeColor", brushToString(this.i.c9));
7976
8162
  }
7977
8163
  /**
7978
8164
  * Gets or sets a secondary fill color for the icon.
@@ -7982,11 +8168,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7982
8168
  * class.
7983
8169
  */
7984
8170
  get secondaryFillColor() {
7985
- return brushToString(this.i.c3);
8171
+ return brushToString(this.i.da);
7986
8172
  }
7987
8173
  set secondaryFillColor(v) {
7988
- this.i.c3 = stringToBrush(v);
7989
- this._a("secondaryFillColor", brushToString(this.i.c3));
8174
+ this.i.da = stringToBrush(v);
8175
+ this._a("secondaryFillColor", brushToString(this.i.da));
7990
8176
  }
7991
8177
  /**
7992
8178
  * Gets or sets a secondary stroke color for the icon.
@@ -7996,11 +8182,20 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
7996
8182
  * class.
7997
8183
  */
7998
8184
  get secondaryStrokeColor() {
7999
- return brushToString(this.i.c4);
8185
+ return brushToString(this.i.db);
8000
8186
  }
8001
8187
  set secondaryStrokeColor(v) {
8002
- this.i.c4 = stringToBrush(v);
8003
- this._a("secondaryStrokeColor", brushToString(this.i.c4));
8188
+ this.i.db = stringToBrush(v);
8189
+ this._a("secondaryStrokeColor", brushToString(this.i.db));
8190
+ }
8191
+ /**
8192
+ * Gets or sets data url for the icon to use.
8193
+ */
8194
+ get dataURL() {
8195
+ return this.i.a7;
8196
+ }
8197
+ set dataURL(v) {
8198
+ this.i.a7 = v;
8004
8199
  }
8005
8200
  /**
8006
8201
  * Gets or sets path data for the icon to use.
@@ -8020,58 +8215,71 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8020
8215
  set svg(v) {
8021
8216
  this.i.svg = v;
8022
8217
  }
8218
+ /**
8219
+ * Gets or sets an array of path data for the icon to use.
8220
+ */
8221
+ get sVGPaths() {
8222
+ return this.i.b;
8223
+ }
8224
+ set sVGPaths(v) {
8225
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
8226
+ const re = /\s*(?:,|\s|$)\s*/gm;
8227
+ v = v.split(re);
8228
+ }
8229
+ this.i.b = v;
8230
+ }
8023
8231
  /**
8024
8232
  * Gets or sets the use for the button.
8025
8233
  */
8026
8234
  get textStyle() {
8027
- if (this.i.k == null) {
8235
+ if (this.i.m == null) {
8028
8236
  return null;
8029
8237
  }
8030
- return this.i.k.fontString;
8238
+ return this.i.m.fontString;
8031
8239
  }
8032
8240
  set textStyle(v) {
8033
8241
  let fi = new FontInfo();
8034
8242
  fi.fontString = v;
8035
- this.i.k = fi;
8036
- this._a("textStyle", this.i.k != null ? this.i.k.fontString : "");
8243
+ this.i.m = fi;
8244
+ this._a("textStyle", this.i.m != null ? this.i.m.fontString : "");
8037
8245
  }
8038
8246
  /**
8039
8247
  * Gets or sets the id to use for the checkbox.
8040
8248
  */
8041
8249
  get id() {
8042
- return this.i.bc;
8250
+ return this.i.bh;
8043
8251
  }
8044
8252
  set id(v) {
8045
- this.i.bc = v;
8253
+ this.i.bh = v;
8046
8254
  }
8047
8255
  /**
8048
8256
  * Gets or sets TabIndex to use for the checkbox.
8049
8257
  */
8050
8258
  get tabIndex() {
8051
- return this.i.aq;
8259
+ return this.i.as;
8052
8260
  }
8053
8261
  set tabIndex(v) {
8054
- this.i.aq = +v;
8055
- this._a("tabIndex", this.i.aq);
8262
+ this.i.as = +v;
8263
+ this._a("tabIndex", this.i.as);
8056
8264
  }
8057
8265
  /**
8058
8266
  * Gets or sets the value of the aria-label attribute.
8059
8267
  */
8060
8268
  get ariaLabel() {
8061
- return this.i.a1;
8269
+ return this.i.a4;
8062
8270
  }
8063
8271
  set ariaLabel(v) {
8064
- this.i.a1 = v;
8272
+ this.i.a4 = v;
8065
8273
  }
8066
8274
  /**
8067
8275
  * Gets or sets whether the icon is hovered.
8068
8276
  */
8069
8277
  get isHover() {
8070
- return this.i.r;
8278
+ return this.i.t;
8071
8279
  }
8072
8280
  set isHover(v) {
8073
- this.i.r = ensureBool(v);
8074
- this._a("isHover", this.i.r);
8281
+ this.i.t = ensureBool(v);
8282
+ this._a("isHover", this.i.t);
8075
8283
  }
8076
8284
  /**
8077
8285
  * Gets or sets whether the checkbox is disabled.
@@ -8084,71 +8292,71 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8084
8292
  this._a("disabled", this.i.disabled);
8085
8293
  }
8086
8294
  get opacity() {
8087
- return this.i.ai;
8295
+ return this.i.ak;
8088
8296
  }
8089
8297
  set opacity(v) {
8090
- this.i.ai = +v;
8091
- this._a("opacity", this.i.ai);
8298
+ this.i.ak = +v;
8299
+ this._a("opacity", this.i.ak);
8092
8300
  }
8093
8301
  /**
8094
8302
  * Gets or sets the viewbox left for the svg icon.
8095
8303
  */
8096
8304
  get viewBoxLeft() {
8097
- return this.i.al;
8305
+ return this.i.an;
8098
8306
  }
8099
8307
  set viewBoxLeft(v) {
8100
- this.i.al = +v;
8101
- this._a("viewBoxLeft", this.i.al);
8308
+ this.i.an = +v;
8309
+ this._a("viewBoxLeft", this.i.an);
8102
8310
  }
8103
8311
  /**
8104
8312
  * Gets or sets the viewbox top for the svg icon.
8105
8313
  */
8106
8314
  get viewBoxTop() {
8107
- return this.i.am;
8315
+ return this.i.ao;
8108
8316
  }
8109
8317
  set viewBoxTop(v) {
8110
- this.i.am = +v;
8111
- this._a("viewBoxTop", this.i.am);
8318
+ this.i.ao = +v;
8319
+ this._a("viewBoxTop", this.i.ao);
8112
8320
  }
8113
8321
  /**
8114
8322
  * Gets or sets the viewbox width for the svg icon.
8115
8323
  */
8116
8324
  get viewBoxWidth() {
8117
- return this.i.an;
8325
+ return this.i.ap;
8118
8326
  }
8119
8327
  set viewBoxWidth(v) {
8120
- this.i.an = +v;
8121
- this._a("viewBoxWidth", this.i.an);
8328
+ this.i.ap = +v;
8329
+ this._a("viewBoxWidth", this.i.ap);
8122
8330
  }
8123
8331
  /**
8124
8332
  * Gets or sets the viewbox height for the svg icon.
8125
8333
  */
8126
8334
  get viewBoxHeight() {
8127
- return this.i.ak;
8335
+ return this.i.am;
8128
8336
  }
8129
8337
  set viewBoxHeight(v) {
8130
- this.i.ak = +v;
8131
- this._a("viewBoxHeight", this.i.ak);
8338
+ this.i.am = +v;
8339
+ this._a("viewBoxHeight", this.i.am);
8132
8340
  }
8133
8341
  /**
8134
8342
  * Gets or sets the width of the icon.
8135
8343
  */
8136
8344
  get width() {
8137
- return this.i.ao;
8345
+ return this.i.aq;
8138
8346
  }
8139
8347
  set width(v) {
8140
- this.i.ao = +v;
8141
- this._a("width", this.i.ao);
8348
+ this.i.aq = +v;
8349
+ this._a("width", this.i.aq);
8142
8350
  }
8143
8351
  /**
8144
8352
  * Gets or sets the height of the icon.
8145
8353
  */
8146
8354
  get height() {
8147
- return this.i.ag;
8355
+ return this.i.ai;
8148
8356
  }
8149
8357
  set height(v) {
8150
- this.i.ag = +v;
8151
- this._a("height", this.i.ag);
8358
+ this.i.ai = +v;
8359
+ this._a("height", this.i.ai);
8152
8360
  }
8153
8361
  findByName(name) {
8154
8362
  if (this.findEphemera) {
@@ -8222,7 +8430,7 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8222
8430
 
8223
8431
  */
8224
8432
  exportVisualModel() {
8225
- let iv = this.i.as();
8433
+ let iv = this.i.au();
8226
8434
  return (iv);
8227
8435
  }
8228
8436
  /**
@@ -8230,7 +8438,7 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8230
8438
 
8231
8439
  */
8232
8440
  exportSerializedVisualModel() {
8233
- let iv = this.i.a4();
8441
+ let iv = this.i.a9();
8234
8442
  return (iv);
8235
8443
  }
8236
8444
  }
@@ -11255,30 +11463,30 @@ let XCalendar = /*@__PURE__*/ (() => {
11255
11463
  }
11256
11464
  if (this.v != null) {
11257
11465
  let w = this.v;
11258
- if (this.h != null && w.p == null) {
11466
+ if (this.h != null && w.q == null) {
11259
11467
  let x = this.h.m;
11260
11468
  let y = FontUtil.getFontInfoFromString(x, w.fontString);
11261
- w.p = y.p;
11262
- w.e = y.e;
11263
11469
  w.q = y.q;
11264
- w.s = y.s;
11470
+ w.f = y.f;
11471
+ w.r = y.r;
11265
11472
  w.t = y.t;
11266
11473
  w.u = y.u;
11474
+ w.v = y.v;
11267
11475
  }
11268
- if (w.p != null) {
11269
- a.p = w.p;
11476
+ if (w.q != null) {
11477
+ a.p = w.q;
11270
11478
  }
11271
- if (!isNaN_(w.e)) {
11272
- a.m = w.e;
11479
+ if (!isNaN_(w.f)) {
11480
+ a.m = w.f;
11273
11481
  }
11274
- if (w.u != null) {
11275
- a.t = w.u;
11482
+ if (w.v != null) {
11483
+ a.t = w.v;
11276
11484
  }
11277
- if (w.s != null) {
11278
- a.r = w.s;
11485
+ if (w.t != null) {
11486
+ a.r = w.t;
11279
11487
  }
11280
- if (w.q != null) {
11281
- a.q = w.s;
11488
+ if (w.r != null) {
11489
+ a.q = w.t;
11282
11490
  }
11283
11491
  }
11284
11492
  return a;
@@ -17262,30 +17470,30 @@ let XLabel = /*@__PURE__*/ (() => {
17262
17470
  a.p = this.e;
17263
17471
  if (this.w != null) {
17264
17472
  let c = this.w;
17265
- if (this.view != null && c.p == null) {
17473
+ if (this.view != null && c.q == null) {
17266
17474
  let d = this.view.k;
17267
17475
  let e = FontUtil.getFontInfoFromString(d, c.fontString);
17268
- c.p = e.p;
17269
- c.e = e.e;
17270
17476
  c.q = e.q;
17271
- c.s = e.s;
17477
+ c.f = e.f;
17478
+ c.r = e.r;
17272
17479
  c.t = e.t;
17273
17480
  c.u = e.u;
17481
+ c.v = e.v;
17274
17482
  }
17275
- if (c.p != null) {
17276
- a.s = c.p;
17483
+ if (c.q != null) {
17484
+ a.s = c.q;
17277
17485
  }
17278
- if (!isNaN_(c.e)) {
17279
- a.k = c.e;
17486
+ if (!isNaN_(c.f)) {
17487
+ a.k = c.f;
17280
17488
  }
17281
- if (c.u != null) {
17282
- a.w = c.u;
17489
+ if (c.v != null) {
17490
+ a.w = c.v;
17283
17491
  }
17284
- if (c.s != null) {
17285
- a.u = c.s;
17492
+ if (c.t != null) {
17493
+ a.u = c.t;
17286
17494
  }
17287
- if (c.q != null) {
17288
- a.t = c.s;
17495
+ if (c.r != null) {
17496
+ a.t = c.t;
17289
17497
  }
17290
17498
  }
17291
17499
  return a;
@@ -17378,7 +17586,7 @@ let XInput = /*@__PURE__*/ (() => {
17378
17586
  this.view = a;
17379
17587
  this.view.as();
17380
17588
  XInput.ae = new FontInfo();
17381
- XInput.ae.p = "Verdana";
17589
+ XInput.ae.q = "Verdana";
17382
17590
  }
17383
17591
  get view() {
17384
17592
  return this._view;
@@ -17936,30 +18144,30 @@ let XInput = /*@__PURE__*/ (() => {
17936
18144
  a.k = this.e;
17937
18145
  if (this.ad != null) {
17938
18146
  let c = this.ad;
17939
- if (this.view != null && c.p == null) {
18147
+ if (this.view != null && c.q == null) {
17940
18148
  let d = this.view.l;
17941
18149
  let e = FontUtil.getFontInfoFromString(d, c.fontString);
17942
- c.p = e.p;
17943
- c.e = e.e;
17944
18150
  c.q = e.q;
17945
- c.s = e.s;
18151
+ c.f = e.f;
18152
+ c.r = e.r;
17946
18153
  c.t = e.t;
17947
18154
  c.u = e.u;
18155
+ c.v = e.v;
17948
18156
  }
17949
- if (c.p != null) {
17950
- a.o = c.p;
18157
+ if (c.q != null) {
18158
+ a.o = c.q;
17951
18159
  }
17952
- if (!isNaN_(c.e)) {
17953
- a.g = c.e;
18160
+ if (!isNaN_(c.f)) {
18161
+ a.g = c.f;
17954
18162
  }
17955
- if (c.u != null) {
17956
- a.s = c.u;
18163
+ if (c.v != null) {
18164
+ a.s = c.v;
17957
18165
  }
17958
- if (c.s != null) {
17959
- a.q = c.s;
18166
+ if (c.t != null) {
18167
+ a.q = c.t;
17960
18168
  }
17961
- if (c.q != null) {
17962
- a.p = c.s;
18169
+ if (c.r != null) {
18170
+ a.p = c.t;
17963
18171
  }
17964
18172
  }
17965
18173
  return a;
@@ -23290,30 +23498,30 @@ let DatePicker = /*@__PURE__*/ (() => {
23290
23498
  a.a = this.c.bj();
23291
23499
  if (this.ad != null) {
23292
23500
  let b = this.ad;
23293
- if (this.h != null && b.p == null) {
23501
+ if (this.h != null && b.q == null) {
23294
23502
  let c = this.h.d;
23295
23503
  let d = FontUtil.getFontInfoFromString(c, b.fontString);
23296
- b.p = d.p;
23297
- b.e = d.e;
23298
23504
  b.q = d.q;
23299
- b.s = d.s;
23505
+ b.f = d.f;
23506
+ b.r = d.r;
23300
23507
  b.t = d.t;
23301
23508
  b.u = d.u;
23509
+ b.v = d.v;
23302
23510
  }
23303
- if (b.p != null) {
23304
- a.h = b.p;
23511
+ if (b.q != null) {
23512
+ a.h = b.q;
23305
23513
  }
23306
- if (!isNaN_(b.e)) {
23307
- a.f = b.e;
23514
+ if (!isNaN_(b.f)) {
23515
+ a.f = b.f;
23308
23516
  }
23309
- if (b.u != null) {
23310
- a.l = b.u;
23517
+ if (b.v != null) {
23518
+ a.l = b.v;
23311
23519
  }
23312
- if (b.s != null) {
23313
- a.j = b.s;
23520
+ if (b.t != null) {
23521
+ a.j = b.t;
23314
23522
  }
23315
- if (b.q != null) {
23316
- a.i = b.s;
23523
+ if (b.r != null) {
23524
+ a.i = b.t;
23317
23525
  }
23318
23526
  }
23319
23527
  return a;
@@ -24232,12 +24440,12 @@ let CheckboxView = /*@__PURE__*/ (() => {
24232
24440
  this.d = null;
24233
24441
  this.p = null;
24234
24442
  }
24235
- ae() {
24443
+ af() {
24236
24444
  }
24237
24445
  i() {
24238
24446
  return true;
24239
24447
  }
24240
- ac(a) {
24448
+ ad(a) {
24241
24449
  if (a == null) {
24242
24450
  for (let b of fromEnum(this.j)) {
24243
24451
  b();
@@ -24267,11 +24475,11 @@ let CheckboxView = /*@__PURE__*/ (() => {
24267
24475
  this.r.setStyleProperty("appearance", "none");
24268
24476
  this.r.setAttribute("type", "checkbox");
24269
24477
  this.r.setAttribute("id", this.c.b1);
24270
- this.ai();
24271
- this.j.add(c.listen("change", runOn(this, this.w)));
24272
- this.j.add(c.listen("click", runOn(this, this.x)));
24273
- this.j.add(c.listen("focus", runOn(this, this.y)));
24274
- this.j.add(c.listen("blur", runOn(this, this.v)));
24478
+ this.aj();
24479
+ this.j.add(c.listen("change", runOn(this, this.x)));
24480
+ this.j.add(c.listen("click", runOn(this, this.y)));
24481
+ this.j.add(c.listen("focus", runOn(this, this.z)));
24482
+ this.j.add(c.listen("blur", runOn(this, this.w)));
24275
24483
  this.l.append(c);
24276
24484
  let d = this.l.createElement("div");
24277
24485
  d.addClass("ig-checkbox-box");
@@ -24355,16 +24563,16 @@ let CheckboxView = /*@__PURE__*/ (() => {
24355
24563
  l.setStyleProperty("cursor", "pointer");
24356
24564
  l.setStyleProperty("role", "label");
24357
24565
  this.p = l;
24358
- this.j.add(l.listen("click", runOn(this, this.u)));
24566
+ this.j.add(l.listen("click", runOn(this, this.v)));
24359
24567
  this.l.append(l);
24360
24568
  this.l.getPortal(l, "ChildContent", (m) => {
24361
24569
  }, true);
24362
24570
  this.c.cp();
24363
24571
  }
24364
- u(a) {
24572
+ v(a) {
24365
24573
  this.c.toggle();
24366
24574
  }
24367
- ai() {
24575
+ aj() {
24368
24576
  if (this.i()) {
24369
24577
  let a = this.c.b1;
24370
24578
  this.r.setAttribute("name", this.c.ca);
@@ -24386,26 +24594,26 @@ let CheckboxView = /*@__PURE__*/ (() => {
24386
24594
  this.r.setAttribute("aria-label", this.c.bm);
24387
24595
  }
24388
24596
  }
24389
- ak() {
24597
+ al() {
24390
24598
  return new Size(1, this.q.width(), this.q.height());
24391
24599
  }
24392
- ah() {
24600
+ ai() {
24393
24601
  this.n.setAttribute("d", this.c.bf);
24394
24602
  }
24395
- af() {
24603
+ ag() {
24396
24604
  if (this.i()) {
24397
24605
  let a = this.c.b1;
24398
24606
  this.r.setAttribute("id", a);
24399
24607
  this.q.setAttribute("for", a);
24400
24608
  }
24401
24609
  }
24402
- v(a) {
24610
+ w(a) {
24403
24611
  this.c.focused = false;
24404
24612
  }
24405
- y(a) {
24613
+ z(a) {
24406
24614
  this.c.focused = true;
24407
24615
  }
24408
- x(a) {
24616
+ y(a) {
24409
24617
  a.stopPropagation();
24410
24618
  if (this.h()) {
24411
24619
  let native_ = this.r.getNativeElement();
@@ -24416,10 +24624,10 @@ let CheckboxView = /*@__PURE__*/ (() => {
24416
24624
  h() {
24417
24625
  return false;
24418
24626
  }
24419
- w(a) {
24627
+ x(a) {
24420
24628
  a.stopPropagation();
24421
24629
  }
24422
- z() {
24630
+ aa() {
24423
24631
  if (KeyFrameAnimationFactory.h == null) {
24424
24632
  KeyFrameAnimationFactory.h = this.l;
24425
24633
  }
@@ -24430,7 +24638,10 @@ let CheckboxView = /*@__PURE__*/ (() => {
24430
24638
  b(a) {
24431
24639
  return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
24432
24640
  }
24433
- aa(a) {
24641
+ ab(a) {
24642
+ }
24643
+ get t() {
24644
+ return this.q;
24434
24645
  }
24435
24646
  get s() {
24436
24647
  return this.q;
@@ -24438,32 +24649,32 @@ let CheckboxView = /*@__PURE__*/ (() => {
24438
24649
  get e() {
24439
24650
  return this.d;
24440
24651
  }
24441
- get t() {
24652
+ get u() {
24442
24653
  return this.o;
24443
24654
  }
24444
- ab() {
24655
+ ac() {
24445
24656
  this.g = true;
24446
- this.j.add(this.r.listen("change", runOn(this, this.w)));
24447
- this.j.add(this.r.listen("click", runOn(this, this.x)));
24448
- this.j.add(this.r.listen("focus", runOn(this, this.y)));
24449
- this.j.add(this.r.listen("blur", runOn(this, this.v)));
24450
- this.j.add(this.p.listen("click", runOn(this, this.u)));
24657
+ this.j.add(this.r.listen("change", runOn(this, this.x)));
24658
+ this.j.add(this.r.listen("click", runOn(this, this.y)));
24659
+ this.j.add(this.r.listen("focus", runOn(this, this.z)));
24660
+ this.j.add(this.r.listen("blur", runOn(this, this.w)));
24661
+ this.j.add(this.p.listen("click", runOn(this, this.v)));
24451
24662
  }
24452
- ad() {
24663
+ ae() {
24453
24664
  this.g = false;
24454
24665
  for (let a of fromEnum(this.j)) {
24455
24666
  a();
24456
24667
  }
24457
24668
  this.j.clear();
24458
24669
  }
24459
- ag() {
24670
+ ah() {
24460
24671
  let model_ = this.c;
24461
24672
  if (model_.externalObject && model_.externalObject.refreshDefaults) {
24462
24673
  model_.externalObject.refreshDefaults();
24463
24674
  }
24464
24675
  ;
24465
24676
  }
24466
- aj(a, b) {
24677
+ ak(a, b) {
24467
24678
  this.d.ax = a;
24468
24679
  this.d.aw = b;
24469
24680
  }
@@ -24539,7 +24750,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
24539
24750
  let a = new CheckboxView();
24540
24751
  a.c = this;
24541
24752
  this.view = a;
24542
- this.view.ae();
24753
+ this.view.af();
24543
24754
  }
24544
24755
  get view() {
24545
24756
  return this._view;
@@ -24634,7 +24845,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
24634
24845
  this.ct();
24635
24846
  break;
24636
24847
  case "ActualCheckPath":
24637
- this.view.ah();
24848
+ this.view.ai();
24638
24849
  break;
24639
24850
  case "IsChecked":
24640
24851
  if (!this.s) {
@@ -24657,30 +24868,32 @@ let XCheckbox = /*@__PURE__*/ (() => {
24657
24868
  this.view.e.i = this.y;
24658
24869
  break;
24659
24870
  case "InputId":
24660
- this.view.af();
24871
+ this.view.ag();
24661
24872
  break;
24662
24873
  }
24663
24874
  }
24664
24875
  ct() {
24665
- let a = this.view.s;
24666
- if (a == null) {
24876
+ let a = this.view.t;
24877
+ let b = this.view.s;
24878
+ if (a == null || b == null) {
24667
24879
  return;
24668
24880
  }
24669
24881
  NativeUI.o(a, new CornerRadius(0, this.ao));
24882
+ NativeUI.o(b, new CornerRadius(0, this.ao));
24670
24883
  if (!isNaN_(this.an)) {
24671
- NativeUI.p(a, new Thickness(0, this.an));
24884
+ NativeUI.p(b, new Thickness(0, this.an));
24672
24885
  }
24673
24886
  if (this.checked) {
24674
24887
  NativeUI.m(a, this.c8);
24675
- NativeUI.n(a, this.c9);
24888
+ NativeUI.n(b, this.c9);
24676
24889
  }
24677
24890
  else {
24678
24891
  NativeUI.m(a, this.db);
24679
- NativeUI.n(a, this.dc);
24892
+ NativeUI.n(b, this.dc);
24680
24893
  }
24681
24894
  }
24682
24895
  cw() {
24683
- let a = this.view.t;
24896
+ let a = this.view.u;
24684
24897
  if (a == null) {
24685
24898
  return;
24686
24899
  }
@@ -25035,10 +25248,10 @@ let XCheckbox = /*@__PURE__*/ (() => {
25035
25248
  cp() {
25036
25249
  this.ck();
25037
25250
  if (this.checked) {
25038
- this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
25251
+ this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
25039
25252
  }
25040
25253
  else {
25041
- this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
25254
+ this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
25042
25255
  }
25043
25256
  }
25044
25257
  get a() {
@@ -25048,12 +25261,12 @@ let XCheckbox = /*@__PURE__*/ (() => {
25048
25261
  return a;
25049
25262
  }
25050
25263
  ck() {
25051
- this.view.z();
25264
+ this.view.aa();
25052
25265
  let a = false;
25053
25266
  if (this.o == null) {
25054
25267
  if (!a) {
25055
25268
  a = true;
25056
- this.view.ag();
25269
+ this.view.ah();
25057
25270
  }
25058
25271
  this.o = KeyFrameAnimationFactory.f.c(this.view.a(this.a).m(new AnimationKeyFrameProperty(2, this.db), new AnimationKeyFrameProperty(3, this.dc)).m(new AnimationKeyFrameProperty(2, this.c8), new AnimationKeyFrameProperty(3, this.c9)));
25059
25272
  this.p = KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new AnimationKeyFrameProperty(19, 24), new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(19, 0), new AnimationKeyFrameProperty(1, 1)));
@@ -25093,46 +25306,47 @@ let XCheckbox = /*@__PURE__*/ (() => {
25093
25306
  c = -1;
25094
25307
  }
25095
25308
  if (b) {
25096
- this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
25309
+ this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
25097
25310
  }
25098
25311
  else {
25099
- this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
25312
+ this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
25100
25313
  }
25101
25314
  if (!this.indeterminate) {
25102
- NativeUI.af(this.view.t, null);
25315
+ NativeUI.af(this.view.u, null);
25103
25316
  }
25104
25317
  if (this.z || this.indeterminate || a) {
25105
- let d = this.view.s;
25106
- let e = this.view.t;
25318
+ let d = this.view.t;
25319
+ let e = this.view.s;
25320
+ let f = this.view.u;
25107
25321
  if (this.indeterminate) {
25108
- let f = new TransformGroup();
25109
- f.j.add(((() => {
25322
+ let g = new TransformGroup();
25323
+ g.j.add(((() => {
25110
25324
  let $ret = new RotateTransform();
25111
25325
  $ret.j = 45;
25112
25326
  return $ret;
25113
25327
  })()));
25114
- f.j.add(((() => {
25328
+ g.j.add(((() => {
25115
25329
  let $ret = new TranslateTransform();
25116
25330
  $ret.j = -this.view.k();
25117
25331
  return $ret;
25118
25332
  })()));
25119
25333
  NativeUI.m(d, this.c8);
25120
- NativeUI.n(d, this.c9);
25121
- NativeUI.y(e, 1);
25122
- NativeUI.ac(e, 41);
25123
- NativeUI.af(e, f);
25334
+ NativeUI.n(e, this.c9);
25335
+ NativeUI.y(f, 1);
25336
+ NativeUI.ac(f, 41);
25337
+ NativeUI.af(f, g);
25124
25338
  }
25125
25339
  else if (b) {
25126
25340
  NativeUI.m(d, this.c8);
25127
- NativeUI.n(d, this.c9);
25128
- NativeUI.y(e, 1);
25129
- NativeUI.ac(e, 0);
25341
+ NativeUI.n(e, this.c9);
25342
+ NativeUI.y(f, 1);
25343
+ NativeUI.ac(f, 0);
25130
25344
  }
25131
25345
  else {
25132
25346
  NativeUI.m(d, this.db);
25133
- NativeUI.n(d, this.dc);
25134
- NativeUI.y(e, 0);
25135
- NativeUI.ac(e, 24);
25347
+ NativeUI.n(e, this.dc);
25348
+ NativeUI.y(f, 0);
25349
+ NativeUI.ac(f, 24);
25136
25350
  }
25137
25351
  if (this.o.playState == 1) {
25138
25352
  this.o.cancel();
@@ -25144,13 +25358,13 @@ let XCheckbox = /*@__PURE__*/ (() => {
25144
25358
  }
25145
25359
  if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
25146
25360
  this.o.reverse();
25147
- this.o.finished.f((g) => {
25361
+ this.o.finished.f((h) => {
25148
25362
  if (this.o != null) {
25149
25363
  this.o.commitStyles();
25150
25364
  }
25151
25365
  });
25152
25366
  this.p.reverse();
25153
- this.p.finished.f((g) => {
25367
+ this.p.finished.f((h) => {
25154
25368
  if (this.p != null) {
25155
25369
  this.p.commitStyles();
25156
25370
  }
@@ -25158,13 +25372,13 @@ let XCheckbox = /*@__PURE__*/ (() => {
25158
25372
  }
25159
25373
  else {
25160
25374
  this.o.play();
25161
- this.o.finished.f((g) => {
25375
+ this.o.finished.f((h) => {
25162
25376
  if (this.o != null) {
25163
25377
  this.o.commitStyles();
25164
25378
  }
25165
25379
  });
25166
25380
  this.p.play();
25167
- this.p.finished.f((g) => {
25381
+ this.p.finished.f((h) => {
25168
25382
  if (this.p != null) {
25169
25383
  this.p.commitStyles();
25170
25384
  }
@@ -25172,10 +25386,10 @@ let XCheckbox = /*@__PURE__*/ (() => {
25172
25386
  }
25173
25387
  }
25174
25388
  onDetachedFromUI() {
25175
- this.view.ad();
25389
+ this.view.ae();
25176
25390
  }
25177
25391
  onAttachedToUI() {
25178
- this.view.ab();
25392
+ this.view.ac();
25179
25393
  }
25180
25394
  onContentReady() {
25181
25395
  if (this.indeterminate) {
@@ -25215,7 +25429,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
25215
25429
  return a;
25216
25430
  }
25217
25431
  provideContainer(a) {
25218
- this.view.ac(a);
25432
+ this.view.ad(a);
25219
25433
  }
25220
25434
  }
25221
25435
  XCheckbox.$t = /*@__PURE__*/ markType(XCheckbox, 'XCheckbox', Base.$, [INotifyPropertyChanged_$type]);
@@ -29356,6 +29570,12 @@ let XButtonBridge = /*@__PURE__*/ (() => {
29356
29570
  case 58:
29357
29571
  d.aq = c;
29358
29572
  break;
29573
+ case 17:
29574
+ d.kt = c;
29575
+ break;
29576
+ case 11:
29577
+ d.aa = c;
29578
+ break;
29359
29579
  }
29360
29580
  }
29361
29581
  getValue(a, b) {
@@ -29390,6 +29610,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
29390
29610
  case 57: return c.av;
29391
29611
  case 56: return c.as;
29392
29612
  case 58: return c.aq;
29613
+ case 17: return c.kt;
29393
29614
  }
29394
29615
  return null;
29395
29616
  }
@@ -29542,13 +29763,16 @@ let XIconBridge = /*@__PURE__*/ (() => {
29542
29763
  switch (b) {
29543
29764
  case 16: return this.v;
29544
29765
  case 15: return this.u;
29545
- case 18: return enumGetBox(BaseControlTheme_$type, c.i);
29546
- case 44: return c.al;
29547
- case 45: return c.am;
29548
- case 46: return c.an;
29549
- case 47: return c.ak;
29550
- case 48: return c.ao;
29551
- case 49: return c.ag;
29766
+ case 18: return enumGetBox(BaseControlTheme_$type, c.k);
29767
+ case 44: return c.an;
29768
+ case 45: return c.ao;
29769
+ case 46: return c.ap;
29770
+ case 47: return c.am;
29771
+ case 48: return c.aq;
29772
+ case 49: return c.ai;
29773
+ case 62: return c.e;
29774
+ case 63: return c.f;
29775
+ case 64: return c.al;
29552
29776
  }
29553
29777
  return super.getValue(a, b);
29554
29778
  }
@@ -29559,49 +29783,70 @@ let XIconBridge = /*@__PURE__*/ (() => {
29559
29783
  case 15:
29560
29784
  {
29561
29785
  this.u = c;
29562
- let e = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
29563
- if (e != null) {
29564
- if (stringStartsWith(trimStart(e, ' ', '\n', '\r', '\t'), "<svg")) {
29565
- d.svg = e;
29566
- }
29567
- else {
29568
- d.svgPath = e;
29569
- }
29570
- }
29786
+ this.w(d);
29571
29787
  }
29572
29788
  break;
29573
29789
  case 16:
29574
29790
  {
29575
29791
  this.v = c;
29576
- let f = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
29577
- if (f != null) {
29578
- if (stringStartsWith(trimStart(f, ' ', '\n', '\r', '\t'), "<svg")) {
29579
- d.svg = f;
29580
- }
29581
- else {
29582
- d.svgPath = f;
29583
- }
29584
- }
29792
+ this.w(d);
29585
29793
  }
29586
29794
  break;
29587
29795
  case 44:
29588
- d.al = c;
29796
+ d.an = c;
29589
29797
  break;
29590
29798
  case 45:
29591
- d.am = c;
29799
+ d.ao = c;
29592
29800
  break;
29593
29801
  case 46:
29594
- d.an = c;
29802
+ d.ap = c;
29595
29803
  break;
29596
29804
  case 47:
29597
- d.ak = c;
29805
+ d.am = c;
29598
29806
  break;
29599
29807
  case 48:
29600
- d.ao = c;
29808
+ d.aq = c;
29601
29809
  break;
29602
29810
  case 49:
29603
- d.ag = c;
29811
+ d.ai = c;
29812
+ break;
29813
+ case 62:
29814
+ d.e = c;
29815
+ break;
29816
+ case 63:
29817
+ d.f = c;
29604
29818
  break;
29819
+ case 64:
29820
+ d.al = c;
29821
+ break;
29822
+ }
29823
+ }
29824
+ getTargetForProperty(a, b) {
29825
+ switch (a) {
29826
+ case 24: return b;
29827
+ }
29828
+ return super.getTargetForProperty(a, b);
29829
+ }
29830
+ w(a) {
29831
+ let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
29832
+ if (b != null) {
29833
+ if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
29834
+ a.svg = b;
29835
+ }
29836
+ else {
29837
+ a.svgPath = b;
29838
+ }
29839
+ return;
29840
+ }
29841
+ let c = SvgIconRegistry.instance.getSvgPathsString(this.u, this.v);
29842
+ if (c != null) {
29843
+ a.b = c;
29844
+ return;
29845
+ }
29846
+ let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
29847
+ if (d != null) {
29848
+ a.a7 = d;
29849
+ return;
29605
29850
  }
29606
29851
  }
29607
29852
  }
@@ -30025,7 +30270,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
30025
30270
  let o = new NativeUIButton();
30026
30271
  o.al = j;
30027
30272
  o.d = n;
30028
- o.bj = i;
30273
+ o.bk = i;
30029
30274
  b(o);
30030
30275
  }
30031
30276
  f(a, b) {
@@ -30092,7 +30337,7 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
30092
30337
  switch (a) {
30093
30338
  case 16:
30094
30339
  case 15:
30095
- case 17: return this.al.t.view.o;
30340
+ case 17: return this.al.t.view.t;
30096
30341
  }
30097
30342
  return super.getTargetForProperty(a, b);
30098
30343
  }