igniteui-webcomponents-inputs 5.4.0-beta.0 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +688 -626
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/DatePickerView_combined.js +2 -2
  4. package/esm2015/lib/IconView_combined.js +336 -288
  5. package/esm2015/lib/InputGroupView_combined.js +216 -209
  6. package/esm2015/lib/MultiSliderBridge.js +14 -14
  7. package/esm2015/lib/XButtonBridge.js +2 -2
  8. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  9. package/esm2015/lib/XComponentBridge.js +1 -1
  10. package/esm2015/lib/XIconBridge.js +5 -5
  11. package/esm2015/lib/XInputBridge.js +22 -22
  12. package/esm2015/lib/XPopupBridge.js +5 -5
  13. package/esm2015/lib/igc-x-icon-component.js +46 -46
  14. package/esm2015/lib/igc-x-label-component.js +51 -51
  15. package/esm5/lib/DatePickerView_combined.js +2 -2
  16. package/esm5/lib/IconView_combined.js +328 -272
  17. package/esm5/lib/InputGroupView_combined.js +209 -202
  18. package/esm5/lib/MultiSliderBridge.js +14 -14
  19. package/esm5/lib/XButtonBridge.js +2 -2
  20. package/esm5/lib/XButtonGroupBridge.js +2 -2
  21. package/esm5/lib/XComponentBridge.js +1 -1
  22. package/esm5/lib/XIconBridge.js +5 -5
  23. package/esm5/lib/XInputBridge.js +22 -22
  24. package/esm5/lib/XPopupBridge.js +5 -5
  25. package/esm5/lib/igc-x-icon-component.js +46 -46
  26. package/esm5/lib/igc-x-label-component.js +51 -51
  27. package/fesm2015/igniteui-webcomponents-inputs.js +703 -649
  28. package/fesm5/igniteui-webcomponents-inputs.js +687 -625
  29. package/lib/IconView_combined.d.ts +94 -84
  30. package/lib/InputGroupView_combined.d.ts +75 -74
  31. 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_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, PortalManager, ensureEnum, enumToString, FontInfo, delegateRemove, delegateCombine, IgcFocusEventArgs, IgcChildContentModule, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, stringStartsWith, trimStart, IIcon_$type, fromBrushCollection, toBrushCollection, brushCollectionToString, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, IgcKeyEventArgs, IgCollection, SyncableObservableCollection$2, NotifyCollectionChangedAction, CollectionAdapter, Rect, stringContains, stringSplit, Popup, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, Size, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgcPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect, rectToString } from 'igniteui-webcomponents-core';
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_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, PortalManager, ensureEnum, enumToString, FontInfo, delegateRemove, delegateCombine, IgcFocusEventArgs, IgcChildContentModule, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, LegendItemHelper, stringStartsWith, trimStart, IIcon_$type, fromBrushCollection, toBrushCollection, brushCollectionToString, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, IgcKeyEventArgs, IgCollection, SyncableObservableCollection$2, NotifyCollectionChangedAction, CollectionAdapter, Rect, stringContains, stringSplit, Popup, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, Size, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgcPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect, rectToString } from 'igniteui-webcomponents-core';
9
9
 
10
10
  /*
11
11
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
@@ -6962,7 +6962,7 @@ let IconView = /*@__PURE__*/ (() => {
6962
6962
  this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
6963
6963
  this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
6964
6964
  }
6965
- al() {
6965
+ am() {
6966
6966
  }
6967
6967
  l() {
6968
6968
  return true;
@@ -6979,7 +6979,7 @@ let IconView = /*@__PURE__*/ (() => {
6979
6979
  get m() {
6980
6980
  return true;
6981
6981
  }
6982
- aj(a) {
6982
+ ak(a) {
6983
6983
  if (a == null) {
6984
6984
  for (let b of fromEnum(this.o)) {
6985
6985
  b();
@@ -6999,7 +6999,7 @@ let IconView = /*@__PURE__*/ (() => {
6999
6999
  this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
7000
7000
  this.v.rootWrapper.setStyleProperty("align-items", "center");
7001
7001
  this.v.rootWrapper.setStyleProperty("justify-content", "center");
7002
- this.as();
7002
+ this.au();
7003
7003
  let c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
7004
7004
  c.setStyleProperty("position", "absolute");
7005
7005
  c.setStyleProperty("top", "0");
@@ -7012,14 +7012,14 @@ let IconView = /*@__PURE__*/ (() => {
7012
7012
  d.setStyleProperty("width", "100%");
7013
7013
  d.setStyleProperty("object-fit", "contain");
7014
7014
  this.x = d;
7015
- this.ay();
7015
+ this.a0();
7016
7016
  this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
7017
7017
  this.y.append(this.w);
7018
7018
  this.v.append(this.y);
7019
- this.o.add(c.listen("click", runOn(this, this.ai)));
7020
- this.d.ch();
7019
+ this.o.add(c.listen("click", runOn(this, this.aj)));
7020
+ this.d.cm();
7021
7021
  }
7022
- av(a) {
7022
+ ax(a) {
7023
7023
  this.n.clear();
7024
7024
  this.v.rootWrapper.removeChildren();
7025
7025
  this.v.rootWrapper.append(this.y);
@@ -7034,7 +7034,7 @@ let IconView = /*@__PURE__*/ (() => {
7034
7034
  this.p.add(b);
7035
7035
  }
7036
7036
  }
7037
- aw(a) {
7037
+ ay(a) {
7038
7038
  this.n.clear();
7039
7039
  this.v.rootWrapper.removeChildren();
7040
7040
  this.v.rootWrapper.append(this.y);
@@ -7051,14 +7051,14 @@ let IconView = /*@__PURE__*/ (() => {
7051
7051
  }
7052
7052
  }
7053
7053
  }
7054
- au(a) {
7054
+ aw(a) {
7055
7055
  this.v.rootWrapper.removeChildren();
7056
7056
  if (a != null) {
7057
7057
  let b = this.v.rootWrapper.getNativeElement();
7058
7058
  b.innerHTML = a;
7059
7059
  }
7060
7060
  }
7061
- aq(a) {
7061
+ as(a) {
7062
7062
  if (this.ab != a) {
7063
7063
  this.ab = a;
7064
7064
  this.v.rootWrapper.removeChildren();
@@ -7066,12 +7066,12 @@ let IconView = /*@__PURE__*/ (() => {
7066
7066
  this.x.setAttribute("src", a);
7067
7067
  }
7068
7068
  }
7069
- at(a) {
7069
+ av(a) {
7070
7070
  if (typeof a === 'string') {
7071
- this.aq(typeCast(String_$type, a));
7071
+ this.as(typeCast(String_$type, a));
7072
7072
  }
7073
7073
  }
7074
- ag() {
7074
+ ah() {
7075
7075
  if (this.d.k != 3 && this.d.k != 4) {
7076
7076
  this.ab = null;
7077
7077
  }
@@ -7079,18 +7079,18 @@ let IconView = /*@__PURE__*/ (() => {
7079
7079
  k() {
7080
7080
  return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
7081
7081
  }
7082
- as() {
7082
+ au() {
7083
7083
  this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
7084
7084
  this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
7085
7085
  }
7086
- ay() {
7086
+ a0() {
7087
7087
  let a = isNaN_(this.d.aq) ? 0 : this.d.aq;
7088
7088
  let b = isNaN_(this.d.ar) ? 0 : this.d.ar;
7089
7089
  let c = isNaN_(this.d.as) ? 24 : this.d.as;
7090
7090
  let d = isNaN_(this.d.ap) ? 24 : this.d.ap;
7091
7091
  this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
7092
7092
  }
7093
- an(a, b) {
7093
+ ao(a, b) {
7094
7094
  let c = a.color;
7095
7095
  if (!this.n.containsKey(a)) {
7096
7096
  if (a.isGradient) {
@@ -7118,7 +7118,7 @@ let IconView = /*@__PURE__*/ (() => {
7118
7118
  }
7119
7119
  }
7120
7120
  }
7121
- ao(a, b) {
7121
+ ap(a, b) {
7122
7122
  let c = a;
7123
7123
  if (this.n.containsKey(b)) {
7124
7124
  c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
@@ -7129,7 +7129,7 @@ let IconView = /*@__PURE__*/ (() => {
7129
7129
  NativeUI.r(a, b);
7130
7130
  }
7131
7131
  }
7132
- ap(a, b) {
7132
+ aq(a, b) {
7133
7133
  let c = a;
7134
7134
  if (this.n.containsKey(b)) {
7135
7135
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
@@ -7140,29 +7140,29 @@ let IconView = /*@__PURE__*/ (() => {
7140
7140
  }
7141
7141
  ac(a) {
7142
7142
  }
7143
- am() {
7143
+ an() {
7144
7144
  if (this.l()) {
7145
7145
  }
7146
7146
  }
7147
7147
  ad(a) {
7148
- this.d.ce();
7148
+ this.d.cj();
7149
7149
  }
7150
7150
  ae(a) {
7151
- this.d.cf();
7151
+ this.d.ck();
7152
7152
  }
7153
- ah() {
7153
+ ai() {
7154
7154
  this.j = true;
7155
7155
  this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
7156
7156
  this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
7157
7157
  }
7158
- ak() {
7158
+ al() {
7159
7159
  this.j = false;
7160
7160
  for (let a of fromEnum(this.o)) {
7161
7161
  a();
7162
7162
  }
7163
7163
  this.o.clear();
7164
7164
  }
7165
- ax(a) {
7165
+ az(a) {
7166
7166
  if (a != null) {
7167
7167
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
7168
7168
  }
@@ -7176,7 +7176,7 @@ let IconView = /*@__PURE__*/ (() => {
7176
7176
  c[1] = b;
7177
7177
  return c;
7178
7178
  }
7179
- ai(a) {
7179
+ aj(a) {
7180
7180
  if (this.d.x()) {
7181
7181
  a.stopPropagation();
7182
7182
  a.preventDefault();
@@ -7187,7 +7187,7 @@ let IconView = /*@__PURE__*/ (() => {
7187
7187
  let b = this.v.rootWrapper.getNativeElement();
7188
7188
  return a.toArray();
7189
7189
  }
7190
- af(a, b) {
7190
+ ag(a, b) {
7191
7191
  for (let c = 0; c < b.e.count; c++) {
7192
7192
  let d = b.e._inner[c];
7193
7193
  let e = this.h(d);
@@ -7195,7 +7195,7 @@ let IconView = /*@__PURE__*/ (() => {
7195
7195
  a.add(e);
7196
7196
  }
7197
7197
  else {
7198
- this.af(a, d);
7198
+ this.ag(a, d);
7199
7199
  }
7200
7200
  }
7201
7201
  }
@@ -7208,7 +7208,7 @@ let IconView = /*@__PURE__*/ (() => {
7208
7208
  $ret.an = a.w;
7209
7209
  return $ret;
7210
7210
  })());
7211
- this.ar(c, a);
7211
+ this.at(c, a);
7212
7212
  b = new PathVisualData(1, "path1", c);
7213
7213
  break;
7214
7214
  case 3:
@@ -7218,7 +7218,7 @@ let IconView = /*@__PURE__*/ (() => {
7218
7218
  e.ao = d.x;
7219
7219
  e.ap = d.y;
7220
7220
  e.aq = d.z;
7221
- this.ar(e, a);
7221
+ this.at(e, a);
7222
7222
  b = new LineVisualData(1, "line1", e);
7223
7223
  break;
7224
7224
  case 4:
@@ -7228,7 +7228,7 @@ let IconView = /*@__PURE__*/ (() => {
7228
7228
  g.height = f.w;
7229
7229
  g.ap = f.x;
7230
7230
  g.aq = f.y;
7231
- this.ar(g, a);
7231
+ this.at(g, a);
7232
7232
  b = new RectangleVisualData(1, "rect1", g);
7233
7233
  break;
7234
7234
  case 5:
@@ -7237,13 +7237,13 @@ let IconView = /*@__PURE__*/ (() => {
7237
7237
  let i = new Ellipse();
7238
7238
  i.width = h.y * 2;
7239
7239
  i.height = h.z * 2;
7240
- this.ar(i, a);
7240
+ this.at(i, a);
7241
7241
  b = new EllipseVisualData(1, "ellipse1", i);
7242
7242
  break;
7243
7243
  }
7244
7244
  return b;
7245
7245
  }
7246
- ar(a, b) {
7246
+ at(a, b) {
7247
7247
  let c = b;
7248
7248
  a.ad = b.t;
7249
7249
  a.j = c.h;
@@ -7276,6 +7276,16 @@ let IconView = /*@__PURE__*/ (() => {
7276
7276
  }
7277
7277
  return null;
7278
7278
  }
7279
+ ar(a, b) {
7280
+ this.v.rootWrapper.removeChildren();
7281
+ if (a == null) {
7282
+ return;
7283
+ }
7284
+ LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
7285
+ }
7286
+ af() {
7287
+ this.v.rootWrapper.removeChildren();
7288
+ }
7279
7289
  }
7280
7290
  IconView.$t = /*@__PURE__*/ markType(IconView, 'IconView');
7281
7291
  return IconView;
@@ -7290,34 +7300,36 @@ let XIcon = /*@__PURE__*/ (() => {
7290
7300
  this._view = null;
7291
7301
  this.k = 0;
7292
7302
  this.l = 0;
7293
- this.co = XIcon.c4;
7294
- this.cp = XIcon.c8;
7295
- this.cq = XIcon.c9;
7303
+ this.cv = XIcon.db;
7304
+ this.cw = XIcon.df;
7305
+ this.cx = XIcon.dg;
7296
7306
  this.y = XIcon.ak;
7297
- this.cr = XIcon.c4;
7298
- this.cz = XIcon.c8;
7307
+ this.cy = XIcon.db;
7308
+ this.c6 = XIcon.df;
7299
7309
  this.ac = XIcon.ak;
7300
- this.c0 = XIcon.c9;
7301
- this.cs = XIcon.c5;
7302
- this.ct = XIcon.c6;
7310
+ this.c7 = XIcon.dg;
7311
+ this.cz = XIcon.dc;
7312
+ this.c0 = XIcon.dd;
7303
7313
  this.aa = XIcon.aj;
7304
- this.cu = null;
7314
+ this.c1 = null;
7305
7315
  this.c = null;
7306
7316
  this.d = null;
7307
- this.cv = null;
7308
- this.cw = null;
7309
- this.cx = null;
7310
- this.cy = null;
7311
- this.ax = null;
7312
- this.a1 = null;
7313
- this.a4 = null;
7317
+ this.c2 = null;
7318
+ this.c3 = null;
7319
+ this.c4 = null;
7320
+ this.c5 = null;
7321
+ this.ay = null;
7314
7322
  this.a3 = null;
7323
+ this.a6 = null;
7324
+ this.a5 = null;
7315
7325
  this.a = null;
7326
+ this.ct = null;
7327
+ this.ax = null;
7316
7328
  this.n = null;
7317
- this.a2 = "ig-icon-" + XIcon.aw++;
7329
+ this.a4 = "ig-icon-" + XIcon.aw++;
7318
7330
  this.au = 0;
7319
7331
  this.p = false;
7320
- this.a0 = null;
7332
+ this.a2 = null;
7321
7333
  this.r = false;
7322
7334
  this.q = false;
7323
7335
  this.ab = 1;
@@ -7332,7 +7344,7 @@ let XIcon = /*@__PURE__*/ (() => {
7332
7344
  let a = new IconView();
7333
7345
  a.d = this;
7334
7346
  this.view = a;
7335
- this.view.al();
7347
+ this.view.am();
7336
7348
  }
7337
7349
  get view() {
7338
7350
  return this._view;
@@ -7343,13 +7355,13 @@ let XIcon = /*@__PURE__*/ (() => {
7343
7355
  destroy() {
7344
7356
  this.provideContainer(null);
7345
7357
  }
7346
- cg(a, b, c) {
7358
+ cl(a, b, c) {
7347
7359
  if (this.propertyChanged != null) {
7348
7360
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
7349
7361
  }
7350
- this.cj(a, b, c);
7362
+ this.co(a, b, c);
7351
7363
  }
7352
- cj(a, b, c) {
7364
+ co(a, b, c) {
7353
7365
  switch (a) {
7354
7366
  case "Fill":
7355
7367
  case "Stroke":
@@ -7358,126 +7370,139 @@ let XIcon = /*@__PURE__*/ (() => {
7358
7370
  case "HoverStroke":
7359
7371
  case "HoverStrokeThickness":
7360
7372
  case "IsHover":
7361
- this.cn();
7373
+ this.cs();
7362
7374
  break;
7363
7375
  case "FillColors":
7364
7376
  case "StrokeColors":
7365
7377
  case "ActualFill":
7366
7378
  case "ActualStroke":
7367
7379
  case "ActualStrokeWidth":
7368
- this.cl();
7380
+ this.cq();
7369
7381
  break;
7370
7382
  case "SVG":
7371
- this.a4 = null;
7383
+ this.a6 = null;
7372
7384
  this.a = null;
7373
- this.cl();
7385
+ this.cq();
7374
7386
  break;
7375
7387
  case "SVGPath":
7376
- this.a3 = null;
7388
+ this.a5 = null;
7377
7389
  this.a = null;
7378
- this.cl();
7390
+ this.cq();
7379
7391
  break;
7380
7392
  case "SVGPaths":
7381
- this.a3 = null;
7382
- this.a4 = null;
7383
- this.cl();
7393
+ this.a5 = null;
7394
+ this.a6 = null;
7395
+ this.cq();
7384
7396
  break;
7385
7397
  case "DataURL":
7386
- this.a3 = null;
7387
- this.a4 = null;
7398
+ this.a5 = null;
7399
+ this.a6 = null;
7388
7400
  this.a = null;
7389
- this.cl();
7401
+ this.cq();
7390
7402
  break;
7391
7403
  case "Source":
7392
- this.a3 = null;
7393
- this.a4 = null;
7404
+ this.a5 = null;
7405
+ this.a6 = null;
7394
7406
  this.a = null;
7395
- this.cl();
7407
+ this.cq();
7408
+ break;
7409
+ case "DataTemplate":
7410
+ case "DataTemplateContext":
7411
+ this.a5 = null;
7412
+ this.a6 = null;
7413
+ this.a = null;
7414
+ this.cq();
7396
7415
  break;
7397
7416
  case "Opacity":
7398
- this.cm();
7417
+ this.cr();
7399
7418
  break;
7400
7419
  case "ViewBoxLeft":
7401
7420
  case "ViewBoxTop":
7402
7421
  case "ViewBoxWidth":
7403
7422
  case "ViewBoxHeight":
7404
- this.view.ay();
7423
+ this.view.a0();
7405
7424
  break;
7406
7425
  case "Width":
7407
7426
  case "Height":
7408
- this.view.as();
7427
+ this.view.au();
7409
7428
  break;
7410
7429
  }
7411
7430
  }
7412
- cn() {
7413
- let a = this.fill != null ? this.fill : XIcon.c4;
7414
- let b = this.dh != null ? this.dh : XIcon.c8;
7431
+ cs() {
7432
+ let a = this.fill != null ? this.fill : XIcon.db;
7433
+ let b = this.dp != null ? this.dp : XIcon.df;
7415
7434
  let c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
7416
- let d = this.di != null ? this.di : XIcon.c9;
7435
+ let d = this.dq != null ? this.dq : XIcon.dg;
7417
7436
  if (this.v) {
7418
- this.c1 = this.da != null ? this.da : a;
7419
- this.c2 = this.db != null ? this.db : b;
7437
+ this.c8 = this.dh != null ? this.dh : a;
7438
+ this.c9 = this.di != null ? this.di : b;
7420
7439
  this.ai = !isNaN_(this.am) ? this.am : c;
7421
- this.c3 = this.dc != null ? this.dc : d;
7440
+ this.da = this.dj != null ? this.dj : d;
7422
7441
  }
7423
7442
  else {
7424
- this.c1 = a;
7425
- this.c2 = b;
7443
+ this.c8 = a;
7444
+ this.c9 = b;
7426
7445
  this.ai = c;
7427
- this.c3 = d;
7446
+ this.da = d;
7428
7447
  }
7429
7448
  }
7430
7449
  get t() {
7431
7450
  return this.svgPath != null && !this.view.m;
7432
7451
  }
7433
- cm() {
7452
+ cr() {
7434
7453
  NativeUI.y(this.view.z, this.an);
7435
7454
  }
7436
- cl() {
7455
+ cf() {
7456
+ this.view.af();
7457
+ }
7458
+ cq() {
7437
7459
  let a = this.view.z;
7438
7460
  if (this.t) {
7439
7461
  let b = this.view.aa;
7440
- NativeUI.r(b, this.c1);
7441
- NativeUI.aa(b, this.c2);
7462
+ NativeUI.r(b, this.c8);
7463
+ NativeUI.aa(b, this.c9);
7442
7464
  NativeUI.ad(b, this.ai);
7443
7465
  }
7444
7466
  else {
7445
7467
  let c = this.j();
7446
7468
  if (c != this.k) {
7447
7469
  this.k = c;
7448
- this.view.ag();
7470
+ this.view.ah();
7449
7471
  }
7450
7472
  let d = false;
7451
- if (this.svgPath != null) {
7473
+ if (this.cu != null) {
7474
+ this.view.ar(this.cu, this.az);
7475
+ }
7476
+ else if (this.svgPath != null) {
7452
7477
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
7453
- this.view.au(this.svgPath);
7478
+ this.view.aw(this.svgPath);
7454
7479
  d = true;
7455
7480
  }
7456
7481
  else {
7457
- this.view.av(this.svgPath);
7482
+ this.view.ax(this.svgPath);
7458
7483
  }
7459
7484
  }
7460
7485
  else if (this.b != null) {
7461
- this.view.aw(this.b);
7486
+ this.view.ay(this.b);
7462
7487
  let e = this.view.c;
7463
7488
  if (e != null && e.length > 0) {
7464
7489
  let f = NativeUI.r;
7465
7490
  let g = NativeUI.aa;
7466
- this.ci();
7467
- f = runOn(this.view, this.view.ao);
7468
- g = runOn(this.view, this.view.ap);
7491
+ this.cn();
7492
+ f = runOn(this.view, this.view.ap);
7493
+ g = runOn(this.view, this.view.aq);
7469
7494
  for (let h = 0; h < e.length; h++) {
7470
- if (this.c1 != null) {
7471
- f(e[h], this.c1);
7495
+ if (this.c8 != null) {
7496
+ f(e[h], this.c8);
7472
7497
  }
7473
- if (this.c2 != null) {
7474
- g(e[h], this.c2);
7498
+ if (this.c9 != null) {
7499
+ g(e[h], this.c9);
7475
7500
  }
7476
7501
  if (!isNaN_(this.ai)) {
7477
7502
  NativeUI.ad(e[h], this.ai);
7478
7503
  }
7479
- if (this.c3 != null) {
7480
- NativeUI.q(e[h], this.c3);
7504
+ if (this.da != null) {
7505
+ NativeUI.q(e[h], this.da);
7481
7506
  }
7482
7507
  if (this.e != null && this.e.count == e.length) {
7483
7508
  f(e[h], this.e.item(h));
@@ -7488,36 +7513,38 @@ let XIcon = /*@__PURE__*/ (() => {
7488
7513
  }
7489
7514
  }
7490
7515
  if (this.o != null) {
7491
- this.view.ax(this.o);
7516
+ this.view.az(this.o);
7492
7517
  }
7493
7518
  return;
7494
7519
  }
7495
7520
  else if (this.svg != null) {
7496
- this.view.au(this.svg);
7521
+ this.view.aw(this.svg);
7497
7522
  d = true;
7498
7523
  }
7499
- else if (this.bc != null) {
7500
- this.view.aq(this.bc);
7524
+ else if (this.bg != null) {
7525
+ this.view.as(this.bg);
7526
+ }
7527
+ else if (this.a1 != null) {
7528
+ this.view.av(this.a1);
7501
7529
  }
7502
- else if (this.az != null) {
7503
- this.view.at(this.az);
7530
+ else {
7504
7531
  }
7505
7532
  if (d) {
7506
7533
  for (let i = 0; i < this.view.r.count; i++) {
7507
7534
  let j = this.view.r._inner[i].c;
7508
- NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dd));
7535
+ NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
7509
7536
  }
7510
7537
  for (let k = 0; k < this.view.s.count; k++) {
7511
7538
  let l = this.view.s._inner[k].c;
7512
- NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.de));
7539
+ NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
7513
7540
  }
7514
7541
  for (let m = 0; m < this.view.t.count; m++) {
7515
7542
  let n = this.view.t._inner[m].c;
7516
- NativeUI.r(this.view.t._inner[m].d, n.l.f(this.df));
7543
+ NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
7517
7544
  }
7518
7545
  for (let o = 0; o < this.view.u.count; o++) {
7519
7546
  let p = this.view.u._inner[o].c;
7520
- NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dg));
7547
+ NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
7521
7548
  }
7522
7549
  for (let q = 0; q < this.view.e.o.count; q++) {
7523
7550
  let r = this.view.e.o._inner[q];
@@ -7543,43 +7570,43 @@ let XIcon = /*@__PURE__*/ (() => {
7543
7570
  }
7544
7571
  for (let ac = 0; ac < this.view.q.count; ac++) {
7545
7572
  let ad = this.view.q._inner[ac].c;
7546
- NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c1));
7547
- NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c2));
7573
+ NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
7574
+ NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
7548
7575
  }
7549
7576
  }
7550
7577
  let ae = this.view.z;
7551
- if (this.c1 != null) {
7552
- NativeUI.r(ae, this.c1);
7578
+ if (this.c8 != null) {
7579
+ NativeUI.r(ae, this.c8);
7553
7580
  }
7554
- if (this.c2 != null) {
7555
- NativeUI.aa(ae, this.c2);
7581
+ if (this.c9 != null) {
7582
+ NativeUI.aa(ae, this.c9);
7556
7583
  }
7557
7584
  if (!isNaN_(this.ai)) {
7558
7585
  NativeUI.ad(ae, this.ai);
7559
7586
  }
7560
7587
  }
7561
7588
  if (this.o != null) {
7562
- this.view.ax(this.o);
7589
+ this.view.az(this.o);
7563
7590
  }
7564
- if (this.c3 != null) {
7565
- NativeUI.q(this.view.z, this.c3);
7591
+ if (this.da != null) {
7592
+ NativeUI.q(this.view.z, this.da);
7566
7593
  }
7567
7594
  }
7568
- ci() {
7569
- if (this.c1 != null) {
7570
- this.view.an(this.c1, "fill");
7595
+ cn() {
7596
+ if (this.c8 != null) {
7597
+ this.view.ao(this.c8, "fill");
7571
7598
  }
7572
- if (this.c2 != null) {
7573
- this.view.an(this.c2, "stroke");
7599
+ if (this.c9 != null) {
7600
+ this.view.ao(this.c9, "stroke");
7574
7601
  }
7575
7602
  if (this.e != null) {
7576
7603
  for (let a of fromEnum(this.e)) {
7577
- this.view.an(a, "fills");
7604
+ this.view.ao(a, "fills");
7578
7605
  }
7579
7606
  }
7580
7607
  if (this.f != null) {
7581
7608
  for (let b of fromEnum(this.f)) {
7582
- this.view.an(b, "strokes");
7609
+ this.view.ao(b, "strokes");
7583
7610
  }
7584
7611
  }
7585
7612
  }
@@ -7594,10 +7621,10 @@ let XIcon = /*@__PURE__*/ (() => {
7594
7621
  else if (this.svg != null) {
7595
7622
  a = 0;
7596
7623
  }
7597
- else if (this.bc != null) {
7624
+ else if (this.bg != null) {
7598
7625
  a = 3;
7599
7626
  }
7600
- else if (this.az != null) {
7627
+ else if (this.a1 != null) {
7601
7628
  a = 4;
7602
7629
  }
7603
7630
  return a;
@@ -7609,37 +7636,37 @@ let XIcon = /*@__PURE__*/ (() => {
7609
7636
  let b = this.l;
7610
7637
  this.l = a;
7611
7638
  if (b != this.l) {
7612
- this.cg("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
7639
+ this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
7613
7640
  }
7614
7641
  }
7615
- get c1() {
7616
- return this.co;
7642
+ get c8() {
7643
+ return this.cv;
7617
7644
  }
7618
- set c1(a) {
7619
- let b = this.co;
7620
- this.co = a;
7621
- if (b != this.co) {
7622
- this.cg("ActualFill", b, a);
7645
+ set c8(a) {
7646
+ let b = this.cv;
7647
+ this.cv = a;
7648
+ if (b != this.cv) {
7649
+ this.cl("ActualFill", b, a);
7623
7650
  }
7624
7651
  }
7625
- get c2() {
7626
- return this.cp;
7652
+ get c9() {
7653
+ return this.cw;
7627
7654
  }
7628
- set c2(a) {
7629
- let b = this.cp;
7630
- this.cp = a;
7631
- if (b != this.cp) {
7632
- this.cg("ActualStroke", b, a);
7655
+ set c9(a) {
7656
+ let b = this.cw;
7657
+ this.cw = a;
7658
+ if (b != this.cw) {
7659
+ this.cl("ActualStroke", b, a);
7633
7660
  }
7634
7661
  }
7635
- get c3() {
7636
- return this.cq;
7662
+ get da() {
7663
+ return this.cx;
7637
7664
  }
7638
- set c3(a) {
7639
- let b = this.cq;
7640
- this.cq = a;
7641
- if (b != this.cq) {
7642
- this.cg("ActualTextColor", b, a);
7665
+ set da(a) {
7666
+ let b = this.cx;
7667
+ this.cx = a;
7668
+ if (b != this.cx) {
7669
+ this.cl("ActualTextColor", b, a);
7643
7670
  }
7644
7671
  }
7645
7672
  get ai() {
@@ -7649,27 +7676,27 @@ let XIcon = /*@__PURE__*/ (() => {
7649
7676
  let b = this.y;
7650
7677
  this.y = a;
7651
7678
  if (b != this.y) {
7652
- this.cg("ActualStrokeWidth", b, a);
7679
+ this.cl("ActualStrokeWidth", b, a);
7653
7680
  }
7654
7681
  }
7655
7682
  get fill() {
7656
- return this.cr;
7683
+ return this.cy;
7657
7684
  }
7658
7685
  set fill(a) {
7659
- let b = this.cr;
7660
- this.cr = a;
7661
- if (b != this.cr) {
7662
- this.cg("Fill", b, a);
7686
+ let b = this.cy;
7687
+ this.cy = a;
7688
+ if (b != this.cy) {
7689
+ this.cl("Fill", b, a);
7663
7690
  }
7664
7691
  }
7665
- get dh() {
7666
- return this.cz;
7692
+ get dp() {
7693
+ return this.c6;
7667
7694
  }
7668
- set dh(a) {
7669
- let b = this.cz;
7670
- this.cz = a;
7671
- if (b != this.cz) {
7672
- this.cg("Stroke", b, a);
7695
+ set dp(a) {
7696
+ let b = this.c6;
7697
+ this.c6 = a;
7698
+ if (b != this.c6) {
7699
+ this.cl("Stroke", b, a);
7673
7700
  }
7674
7701
  }
7675
7702
  get ao() {
@@ -7679,37 +7706,37 @@ let XIcon = /*@__PURE__*/ (() => {
7679
7706
  let b = this.ac;
7680
7707
  this.ac = a;
7681
7708
  if (b != this.ac) {
7682
- this.cg("StrokeWidth", b, a);
7709
+ this.cl("StrokeWidth", b, a);
7683
7710
  }
7684
7711
  }
7685
- get di() {
7686
- return this.c0;
7712
+ get dq() {
7713
+ return this.c7;
7687
7714
  }
7688
- set di(a) {
7689
- let b = this.c0;
7690
- this.c0 = a;
7691
- if (b != this.c0) {
7692
- this.cg("TextColor", b, a);
7715
+ set dq(a) {
7716
+ let b = this.c7;
7717
+ this.c7 = a;
7718
+ if (b != this.c7) {
7719
+ this.cl("TextColor", b, a);
7693
7720
  }
7694
7721
  }
7695
- get da() {
7696
- return this.cs;
7722
+ get dh() {
7723
+ return this.cz;
7697
7724
  }
7698
- set da(a) {
7699
- let b = this.cs;
7700
- this.cs = a;
7701
- if (b != this.cs) {
7702
- this.cg("HoverFill", b, a);
7725
+ set dh(a) {
7726
+ let b = this.cz;
7727
+ this.cz = a;
7728
+ if (b != this.cz) {
7729
+ this.cl("HoverFill", b, a);
7703
7730
  }
7704
7731
  }
7705
- get db() {
7706
- return this.ct;
7732
+ get di() {
7733
+ return this.c0;
7707
7734
  }
7708
- set db(a) {
7709
- let b = this.ct;
7710
- this.ct = a;
7711
- if (b != this.ct) {
7712
- this.cg("HoverStroke", b, a);
7735
+ set di(a) {
7736
+ let b = this.c0;
7737
+ this.c0 = a;
7738
+ if (b != this.c0) {
7739
+ this.cl("HoverStroke", b, a);
7713
7740
  }
7714
7741
  }
7715
7742
  get am() {
@@ -7719,17 +7746,17 @@ let XIcon = /*@__PURE__*/ (() => {
7719
7746
  let b = this.aa;
7720
7747
  this.aa = a;
7721
7748
  if (b != this.aa) {
7722
- this.cg("HoverStrokeThickness", b, a);
7749
+ this.cl("HoverStrokeThickness", b, a);
7723
7750
  }
7724
7751
  }
7725
- get dc() {
7726
- return this.cu;
7752
+ get dj() {
7753
+ return this.c1;
7727
7754
  }
7728
- set dc(a) {
7729
- let b = this.cu;
7730
- this.cu = a;
7731
- if (b != this.cu) {
7732
- this.cg("HoverTextColor", b, a);
7755
+ set dj(a) {
7756
+ let b = this.c1;
7757
+ this.c1 = a;
7758
+ if (b != this.c1) {
7759
+ this.cl("HoverTextColor", b, a);
7733
7760
  }
7734
7761
  }
7735
7762
  get e() {
@@ -7739,7 +7766,7 @@ let XIcon = /*@__PURE__*/ (() => {
7739
7766
  let b = this.c;
7740
7767
  this.c = a;
7741
7768
  if (b != this.c) {
7742
- this.cg("FillColors", b, this.c);
7769
+ this.cl("FillColors", b, this.c);
7743
7770
  }
7744
7771
  }
7745
7772
  get f() {
@@ -7749,87 +7776,87 @@ let XIcon = /*@__PURE__*/ (() => {
7749
7776
  let b = this.d;
7750
7777
  this.d = a;
7751
7778
  if (b != this.d) {
7752
- this.cg("StrokeColors", b, this.d);
7779
+ this.cl("StrokeColors", b, this.d);
7753
7780
  }
7754
7781
  }
7755
- get dd() {
7756
- return this.cv;
7782
+ get dk() {
7783
+ return this.c2;
7757
7784
  }
7758
- set dd(a) {
7759
- let b = this.cv;
7760
- this.cv = a;
7761
- if (b != this.cv) {
7762
- this.cg("PrimaryFillColor", b, this.cv);
7785
+ set dk(a) {
7786
+ let b = this.c2;
7787
+ this.c2 = a;
7788
+ if (b != this.c2) {
7789
+ this.cl("PrimaryFillColor", b, this.c2);
7763
7790
  }
7764
7791
  }
7765
- get de() {
7766
- return this.cw;
7792
+ get dl() {
7793
+ return this.c3;
7767
7794
  }
7768
- set de(a) {
7769
- let b = this.cw;
7770
- this.cw = a;
7771
- if (b != this.cw) {
7772
- this.cg("PrimaryStrokeColor", b, this.cw);
7795
+ set dl(a) {
7796
+ let b = this.c3;
7797
+ this.c3 = a;
7798
+ if (b != this.c3) {
7799
+ this.cl("PrimaryStrokeColor", b, this.c3);
7773
7800
  }
7774
7801
  }
7775
- get df() {
7776
- return this.cx;
7802
+ get dm() {
7803
+ return this.c4;
7777
7804
  }
7778
- set df(a) {
7779
- let b = this.cx;
7780
- this.cx = a;
7781
- if (b != this.cx) {
7782
- this.cg("SecondaryFillColor", b, this.cx);
7805
+ set dm(a) {
7806
+ let b = this.c4;
7807
+ this.c4 = a;
7808
+ if (b != this.c4) {
7809
+ this.cl("SecondaryFillColor", b, this.c4);
7783
7810
  }
7784
7811
  }
7785
- get dg() {
7786
- return this.cy;
7812
+ get dn() {
7813
+ return this.c5;
7787
7814
  }
7788
- set dg(a) {
7789
- let b = this.cy;
7790
- this.cy = a;
7791
- if (b != this.cy) {
7792
- this.cg("SecondaryStrokeColor", b, this.cy);
7815
+ set dn(a) {
7816
+ let b = this.c5;
7817
+ this.c5 = a;
7818
+ if (b != this.c5) {
7819
+ this.cl("SecondaryStrokeColor", b, this.c5);
7793
7820
  }
7794
7821
  }
7795
- get az() {
7796
- return this.ax;
7822
+ get a1() {
7823
+ return this.ay;
7797
7824
  }
7798
- set az(a) {
7799
- let b = this.ax;
7800
- this.ax = a;
7801
- if (b != this.ax) {
7802
- this.cg("Source", b, a);
7825
+ set a1(a) {
7826
+ let b = this.ay;
7827
+ this.ay = a;
7828
+ if (b != this.ay) {
7829
+ this.cl("Source", b, a);
7803
7830
  }
7804
7831
  }
7805
- get bc() {
7806
- return this.a1;
7807
- }
7808
- set bc(a) {
7809
- let b = this.a1;
7810
- this.a1 = a;
7811
- if (b != this.a1) {
7812
- this.cg("DataURL", b, a);
7832
+ get bg() {
7833
+ return this.a3;
7834
+ }
7835
+ set bg(a) {
7836
+ let b = this.a3;
7837
+ this.a3 = a;
7838
+ if (b != this.a3) {
7839
+ this.cl("DataURL", b, a);
7813
7840
  }
7814
7841
  }
7815
7842
  get svgPath() {
7816
- return this.a4;
7843
+ return this.a6;
7817
7844
  }
7818
7845
  set svgPath(a) {
7819
- let b = this.a4;
7820
- this.a4 = a;
7821
- if (b != this.a4) {
7822
- this.cg("SVGPath", b, a);
7846
+ let b = this.a6;
7847
+ this.a6 = a;
7848
+ if (b != this.a6) {
7849
+ this.cl("SVGPath", b, a);
7823
7850
  }
7824
7851
  }
7825
7852
  get svg() {
7826
- return this.a3;
7853
+ return this.a5;
7827
7854
  }
7828
7855
  set svg(a) {
7829
- let b = this.a3;
7830
- this.a3 = a;
7831
- if (b != this.a3) {
7832
- this.cg("SVG", b, this.a3);
7856
+ let b = this.a5;
7857
+ this.a5 = a;
7858
+ if (b != this.a5) {
7859
+ this.cl("SVG", b, this.a5);
7833
7860
  }
7834
7861
  }
7835
7862
  get b() {
@@ -7839,13 +7866,33 @@ let XIcon = /*@__PURE__*/ (() => {
7839
7866
  let b = this.a;
7840
7867
  this.a = a;
7841
7868
  if (b != this.a) {
7842
- this.cg("SVGPaths", b, this.a);
7869
+ this.cl("SVGPaths", b, this.a);
7843
7870
  }
7844
7871
  }
7845
- ce() {
7872
+ get cu() {
7873
+ return this.ct;
7874
+ }
7875
+ set cu(a) {
7876
+ let b = this.ct;
7877
+ this.ct = a;
7878
+ if (b != this.ct) {
7879
+ this.cl("DataTemplate", b, this.ct);
7880
+ }
7881
+ }
7882
+ get az() {
7883
+ return this.ax;
7884
+ }
7885
+ set az(a) {
7886
+ let b = this.ax;
7887
+ this.ax = a;
7888
+ if (b != this.ax) {
7889
+ this.cl("DataTemplateContext", b, this.ax);
7890
+ }
7891
+ }
7892
+ cj() {
7846
7893
  this.v = true;
7847
7894
  }
7848
- cf() {
7895
+ ck() {
7849
7896
  this.v = false;
7850
7897
  }
7851
7898
  get o() {
@@ -7855,17 +7902,17 @@ let XIcon = /*@__PURE__*/ (() => {
7855
7902
  let b = this.n;
7856
7903
  this.n = a;
7857
7904
  if (b != this.n) {
7858
- this.cg("TextStyle", b, a);
7905
+ this.cl("TextStyle", b, a);
7859
7906
  }
7860
7907
  }
7861
- get bm() {
7862
- return this.a2;
7908
+ get bq() {
7909
+ return this.a4;
7863
7910
  }
7864
- set bm(a) {
7865
- let b = this.a2;
7866
- this.a2 = a;
7867
- if (b != this.a2) {
7868
- this.cg("Id", b, a);
7911
+ set bq(a) {
7912
+ let b = this.a4;
7913
+ this.a4 = a;
7914
+ if (b != this.a4) {
7915
+ this.cl("Id", b, a);
7869
7916
  }
7870
7917
  }
7871
7918
  get s() {
@@ -7879,17 +7926,17 @@ let XIcon = /*@__PURE__*/ (() => {
7879
7926
  this.au = a;
7880
7927
  this.p = true;
7881
7928
  if (b != this.au) {
7882
- this.cg("TabIndex", b, a);
7929
+ this.cl("TabIndex", b, a);
7883
7930
  }
7884
7931
  }
7885
- get a9() {
7886
- return this.a0;
7932
+ get bb() {
7933
+ return this.a2;
7887
7934
  }
7888
- set a9(a) {
7889
- let b = this.a0;
7890
- this.a0 = a;
7891
- if (b != this.a0) {
7892
- this.cg("AriaLabel", b, a);
7935
+ set bb(a) {
7936
+ let b = this.a2;
7937
+ this.a2 = a;
7938
+ if (b != this.a2) {
7939
+ this.cl("AriaLabel", b, a);
7893
7940
  }
7894
7941
  }
7895
7942
  get v() {
@@ -7899,7 +7946,7 @@ let XIcon = /*@__PURE__*/ (() => {
7899
7946
  let b = this.r;
7900
7947
  this.r = a;
7901
7948
  if (b != this.r) {
7902
- this.cg("IsHover", b, a);
7949
+ this.cl("IsHover", b, a);
7903
7950
  }
7904
7951
  }
7905
7952
  get disabled() {
@@ -7909,7 +7956,7 @@ let XIcon = /*@__PURE__*/ (() => {
7909
7956
  let b = this.q;
7910
7957
  this.q = a;
7911
7958
  if (b != this.q) {
7912
- this.cg("IsDisabled", b, a);
7959
+ this.cl("IsDisabled", b, a);
7913
7960
  }
7914
7961
  }
7915
7962
  get an() {
@@ -7919,7 +7966,7 @@ let XIcon = /*@__PURE__*/ (() => {
7919
7966
  let b = this.ab;
7920
7967
  this.ab = a;
7921
7968
  if (b != this.ab) {
7922
- this.cg("Opacity", b, this.ab);
7969
+ this.cl("Opacity", b, this.ab);
7923
7970
  }
7924
7971
  }
7925
7972
  get aq() {
@@ -7929,7 +7976,7 @@ let XIcon = /*@__PURE__*/ (() => {
7929
7976
  let b = this.ae;
7930
7977
  this.ae = a;
7931
7978
  if (b != this.ae) {
7932
- this.cg("ViewBoxLeft", b, this.ae);
7979
+ this.cl("ViewBoxLeft", b, this.ae);
7933
7980
  }
7934
7981
  }
7935
7982
  get ar() {
@@ -7939,7 +7986,7 @@ let XIcon = /*@__PURE__*/ (() => {
7939
7986
  let b = this.af;
7940
7987
  this.af = a;
7941
7988
  if (b != this.af) {
7942
- this.cg("ViewBoxTop", b, this.af);
7989
+ this.cl("ViewBoxTop", b, this.af);
7943
7990
  }
7944
7991
  }
7945
7992
  get as() {
@@ -7949,7 +7996,7 @@ let XIcon = /*@__PURE__*/ (() => {
7949
7996
  let b = this.ag;
7950
7997
  this.ag = a;
7951
7998
  if (b != this.ag) {
7952
- this.cg("ViewBoxWidth", b, this.ag);
7999
+ this.cl("ViewBoxWidth", b, this.ag);
7953
8000
  }
7954
8001
  }
7955
8002
  get ap() {
@@ -7959,7 +8006,7 @@ let XIcon = /*@__PURE__*/ (() => {
7959
8006
  let b = this.ad;
7960
8007
  this.ad = a;
7961
8008
  if (b != this.ad) {
7962
- this.cg("ViewBoxHeight", b, this.ad);
8009
+ this.cl("ViewBoxHeight", b, this.ad);
7963
8010
  }
7964
8011
  }
7965
8012
  get at() {
@@ -7969,7 +8016,7 @@ let XIcon = /*@__PURE__*/ (() => {
7969
8016
  let b = this.ah;
7970
8017
  this.ah = a;
7971
8018
  if (b != this.ah) {
7972
- this.cg("Width", b, this.ah);
8019
+ this.cl("Width", b, this.ah);
7973
8020
  }
7974
8021
  }
7975
8022
  get al() {
@@ -7979,16 +8026,16 @@ let XIcon = /*@__PURE__*/ (() => {
7979
8026
  let b = this.z;
7980
8027
  this.z = a;
7981
8028
  if (b != this.z) {
7982
- this.cg("Height", b, this.z);
8029
+ this.cl("Height", b, this.z);
7983
8030
  }
7984
8031
  }
7985
- ch() {
8032
+ cm() {
7986
8033
  }
7987
8034
  onDetachedFromUI() {
7988
- this.view.ak();
8035
+ this.view.al();
7989
8036
  }
7990
8037
  onAttachedToUI() {
7991
- this.view.ah();
8038
+ this.view.ai();
7992
8039
  }
7993
8040
  x() {
7994
8041
  if (this.disabled) {
@@ -8004,10 +8051,10 @@ let XIcon = /*@__PURE__*/ (() => {
8004
8051
  w() {
8005
8052
  return this.view.l();
8006
8053
  }
8007
- ay() {
8054
+ a0() {
8008
8055
  return this.g();
8009
8056
  }
8010
- be() {
8057
+ bi() {
8011
8058
  let a = this.g();
8012
8059
  return a.l();
8013
8060
  }
@@ -8021,7 +8068,7 @@ let XIcon = /*@__PURE__*/ (() => {
8021
8068
  a.a = this.view.a();
8022
8069
  a.svg = this.svg;
8023
8070
  a.svgPath = this.svgPath;
8024
- a.k = this.bc;
8071
+ a.k = this.bg;
8025
8072
  if (this.o != null) {
8026
8073
  let c = this.o;
8027
8074
  if (this.view != null && c.q == null) {
@@ -8053,16 +8100,16 @@ let XIcon = /*@__PURE__*/ (() => {
8053
8100
  return a;
8054
8101
  }
8055
8102
  provideContainer(a) {
8056
- this.view.aj(a);
8103
+ this.view.ak(a);
8057
8104
  }
8058
8105
  }
8059
8106
  XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
8060
- XIcon.c4 = null;
8061
- XIcon.c9 = null;
8062
- XIcon.c8 = null;
8063
- XIcon.c5 = null;
8064
- XIcon.c6 = null;
8065
- XIcon.c7 = null;
8107
+ XIcon.db = null;
8108
+ XIcon.dg = null;
8109
+ XIcon.df = null;
8110
+ XIcon.dc = null;
8111
+ XIcon.dd = null;
8112
+ XIcon.de = null;
8066
8113
  XIcon.ak = NaN;
8067
8114
  XIcon.aj = NaN;
8068
8115
  XIcon.aw = 0;
@@ -8266,31 +8313,31 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8266
8313
  * Gets the fill color currently used by the icon.
8267
8314
  */
8268
8315
  get actualFill() {
8269
- return brushToString(this.i.c1);
8316
+ return brushToString(this.i.c8);
8270
8317
  }
8271
8318
  set actualFill(v) {
8272
- this.i.c1 = stringToBrush(v);
8273
- this._a("actualFill", brushToString(this.i.c1));
8319
+ this.i.c8 = stringToBrush(v);
8320
+ this._a("actualFill", brushToString(this.i.c8));
8274
8321
  }
8275
8322
  /**
8276
8323
  * Gets the stroke color currently used by the icon.
8277
8324
  */
8278
8325
  get actualStroke() {
8279
- return brushToString(this.i.c2);
8326
+ return brushToString(this.i.c9);
8280
8327
  }
8281
8328
  set actualStroke(v) {
8282
- this.i.c2 = stringToBrush(v);
8283
- this._a("actualStroke", brushToString(this.i.c2));
8329
+ this.i.c9 = stringToBrush(v);
8330
+ this._a("actualStroke", brushToString(this.i.c9));
8284
8331
  }
8285
8332
  /**
8286
8333
  * Gets the text color currently used by the icon.
8287
8334
  */
8288
8335
  get actualTextColor() {
8289
- return brushToString(this.i.c3);
8336
+ return brushToString(this.i.da);
8290
8337
  }
8291
8338
  set actualTextColor(v) {
8292
- this.i.c3 = stringToBrush(v);
8293
- this._a("actualTextColor", brushToString(this.i.c3));
8339
+ this.i.da = stringToBrush(v);
8340
+ this._a("actualTextColor", brushToString(this.i.da));
8294
8341
  }
8295
8342
  /**
8296
8343
  * Gets the stroke width currently used by the icon.
@@ -8316,11 +8363,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8316
8363
  * Gets or sets the stroke color to use for the icon.
8317
8364
  */
8318
8365
  get stroke() {
8319
- return brushToString(this.i.dh);
8366
+ return brushToString(this.i.dp);
8320
8367
  }
8321
8368
  set stroke(v) {
8322
- this.i.dh = stringToBrush(v);
8323
- this._a("stroke", brushToString(this.i.dh));
8369
+ this.i.dp = stringToBrush(v);
8370
+ this._a("stroke", brushToString(this.i.dp));
8324
8371
  }
8325
8372
  /**
8326
8373
  * Gets or sets the stroke thickness to use for the icon.
@@ -8336,31 +8383,31 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8336
8383
  * Gets or sets the text color to use for the icon.
8337
8384
  */
8338
8385
  get textColor() {
8339
- return brushToString(this.i.di);
8386
+ return brushToString(this.i.dq);
8340
8387
  }
8341
8388
  set textColor(v) {
8342
- this.i.di = stringToBrush(v);
8343
- this._a("textColor", brushToString(this.i.di));
8389
+ this.i.dq = stringToBrush(v);
8390
+ this._a("textColor", brushToString(this.i.dq));
8344
8391
  }
8345
8392
  /**
8346
8393
  * Gets or sets the fill color to use when the icon is hovered.
8347
8394
  */
8348
8395
  get hoverFill() {
8349
- return brushToString(this.i.da);
8396
+ return brushToString(this.i.dh);
8350
8397
  }
8351
8398
  set hoverFill(v) {
8352
- this.i.da = stringToBrush(v);
8353
- this._a("hoverFill", brushToString(this.i.da));
8399
+ this.i.dh = stringToBrush(v);
8400
+ this._a("hoverFill", brushToString(this.i.dh));
8354
8401
  }
8355
8402
  /**
8356
8403
  * Gets or sets the stroke color to use when the icon is hovered.
8357
8404
  */
8358
8405
  get hoverStroke() {
8359
- return brushToString(this.i.db);
8406
+ return brushToString(this.i.di);
8360
8407
  }
8361
8408
  set hoverStroke(v) {
8362
- this.i.db = stringToBrush(v);
8363
- this._a("hoverStroke", brushToString(this.i.db));
8409
+ this.i.di = stringToBrush(v);
8410
+ this._a("hoverStroke", brushToString(this.i.di));
8364
8411
  }
8365
8412
  /**
8366
8413
  * Gets or sets the stroke thickness to use when the icon is hovered.
@@ -8376,11 +8423,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8376
8423
  * Gets or sets the text color to use when the icon is hovered.
8377
8424
  */
8378
8425
  get hoverTextColor() {
8379
- return brushToString(this.i.dc);
8426
+ return brushToString(this.i.dj);
8380
8427
  }
8381
8428
  set hoverTextColor(v) {
8382
- this.i.dc = stringToBrush(v);
8383
- this._a("hoverTextColor", brushToString(this.i.dc));
8429
+ this.i.dj = stringToBrush(v);
8430
+ this._a("hoverTextColor", brushToString(this.i.dj));
8384
8431
  }
8385
8432
  /**
8386
8433
  * Gets or sets a collection of fill colors to use in the icon.
@@ -8416,11 +8463,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8416
8463
  * class.
8417
8464
  */
8418
8465
  get primaryFillColor() {
8419
- return brushToString(this.i.dd);
8466
+ return brushToString(this.i.dk);
8420
8467
  }
8421
8468
  set primaryFillColor(v) {
8422
- this.i.dd = stringToBrush(v);
8423
- this._a("primaryFillColor", brushToString(this.i.dd));
8469
+ this.i.dk = stringToBrush(v);
8470
+ this._a("primaryFillColor", brushToString(this.i.dk));
8424
8471
  }
8425
8472
  /**
8426
8473
  * Gets or sets a primary stroke color for the icon.
@@ -8430,11 +8477,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8430
8477
  * class.
8431
8478
  */
8432
8479
  get primaryStrokeColor() {
8433
- return brushToString(this.i.de);
8480
+ return brushToString(this.i.dl);
8434
8481
  }
8435
8482
  set primaryStrokeColor(v) {
8436
- this.i.de = stringToBrush(v);
8437
- this._a("primaryStrokeColor", brushToString(this.i.de));
8483
+ this.i.dl = stringToBrush(v);
8484
+ this._a("primaryStrokeColor", brushToString(this.i.dl));
8438
8485
  }
8439
8486
  /**
8440
8487
  * Gets or sets a secondary fill color for the icon.
@@ -8444,11 +8491,11 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8444
8491
  * class.
8445
8492
  */
8446
8493
  get secondaryFillColor() {
8447
- return brushToString(this.i.df);
8494
+ return brushToString(this.i.dm);
8448
8495
  }
8449
8496
  set secondaryFillColor(v) {
8450
- this.i.df = stringToBrush(v);
8451
- this._a("secondaryFillColor", brushToString(this.i.df));
8497
+ this.i.dm = stringToBrush(v);
8498
+ this._a("secondaryFillColor", brushToString(this.i.dm));
8452
8499
  }
8453
8500
  /**
8454
8501
  * Gets or sets a secondary stroke color for the icon.
@@ -8458,29 +8505,29 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8458
8505
  * class.
8459
8506
  */
8460
8507
  get secondaryStrokeColor() {
8461
- return brushToString(this.i.dg);
8508
+ return brushToString(this.i.dn);
8462
8509
  }
8463
8510
  set secondaryStrokeColor(v) {
8464
- this.i.dg = stringToBrush(v);
8465
- this._a("secondaryStrokeColor", brushToString(this.i.dg));
8511
+ this.i.dn = stringToBrush(v);
8512
+ this._a("secondaryStrokeColor", brushToString(this.i.dn));
8466
8513
  }
8467
8514
  /**
8468
8515
  * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
8469
8516
  */
8470
8517
  get source() {
8471
- return this.i.az;
8518
+ return this.i.a1;
8472
8519
  }
8473
8520
  set source(v) {
8474
- this.i.az = v;
8521
+ this.i.a1 = v;
8475
8522
  }
8476
8523
  /**
8477
8524
  * Gets or sets data url for the icon to use.
8478
8525
  */
8479
8526
  get dataURL() {
8480
- return this.i.bc;
8527
+ return this.i.bg;
8481
8528
  }
8482
8529
  set dataURL(v) {
8483
- this.i.bc = v;
8530
+ this.i.bg = v;
8484
8531
  }
8485
8532
  /**
8486
8533
  * Gets or sets path data for the icon to use.
@@ -8532,10 +8579,10 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8532
8579
  * Gets or sets the id to use for the checkbox.
8533
8580
  */
8534
8581
  get id() {
8535
- return this.i.bm;
8582
+ return this.i.bq;
8536
8583
  }
8537
8584
  set id(v) {
8538
- this.i.bm = v;
8585
+ this.i.bq = v;
8539
8586
  }
8540
8587
  /**
8541
8588
  * Gets or sets TabIndex to use for the checkbox.
@@ -8551,10 +8598,10 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8551
8598
  * Gets or sets the value of the aria-label attribute.
8552
8599
  */
8553
8600
  get ariaLabel() {
8554
- return this.i.a9;
8601
+ return this.i.bb;
8555
8602
  }
8556
8603
  set ariaLabel(v) {
8557
- this.i.a9 = v;
8604
+ this.i.bb = v;
8558
8605
  }
8559
8606
  /**
8560
8607
  * Gets or sets whether the icon is hovered.
@@ -8715,7 +8762,7 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8715
8762
 
8716
8763
  */
8717
8764
  exportVisualModel() {
8718
- let iv = this.i.ay();
8765
+ let iv = this.i.a0();
8719
8766
  return (iv);
8720
8767
  }
8721
8768
  /**
@@ -8723,7 +8770,7 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
8723
8770
 
8724
8771
  */
8725
8772
  exportSerializedVisualModel() {
8726
- let iv = this.i.be();
8773
+ let iv = this.i.bi();
8727
8774
  return (iv);
8728
8775
  }
8729
8776
  }
@@ -13171,7 +13218,7 @@ let InputGroupView = /*@__PURE__*/ (() => {
13171
13218
  }
13172
13219
  ac(a) {
13173
13220
  if (typeCast(XLabel.$, a) !== null) {
13174
- a.bd = "flex-start";
13221
+ a.be = "flex-start";
13175
13222
  }
13176
13223
  }
13177
13224
  ae(a) {
@@ -13621,20 +13668,20 @@ let LabelView = /*@__PURE__*/ (() => {
13621
13668
  c.setStyleProperty("overflow", "hidden");
13622
13669
  c.setStyleProperty("height", "1.125rem");
13623
13670
  c.setStyleProperty("backface-visibility", "hidden");
13624
- NativeUI.q(this.m.rootWrapper, this.c.c2);
13671
+ NativeUI.q(this.m.rootWrapper, this.c.c3);
13625
13672
  c.setStyleProperty("outline-style", "none");
13626
13673
  c.setStyleProperty("box-shadow", "none");
13627
13674
  c.setStyleProperty("font-family", "Verdana");
13628
13675
  c.setStyleProperty("font-size", "1rem");
13629
13676
  this.n = c;
13630
13677
  this.m.append(this.n);
13631
- this.c.ck();
13678
+ this.c.cl();
13632
13679
  }
13633
13680
  l() {
13634
13681
  return this.c.l == 0 ? (this.j() * 0.5) : 0;
13635
13682
  }
13636
13683
  aj() {
13637
- this.c.bj = "block";
13684
+ this.c.bk = "block";
13638
13685
  let a = new TransformGroup();
13639
13686
  a.j.add(((() => {
13640
13687
  let $ret = new TranslateTransform();
@@ -13681,8 +13728,8 @@ let LabelView = /*@__PURE__*/ (() => {
13681
13728
  }
13682
13729
  ab() {
13683
13730
  if (this.m != null) {
13684
- this.m.rootWrapper.setStyleProperty("display", this.c.bj);
13685
- this.n.setStyleProperty("display", this.c.bj);
13731
+ this.m.rootWrapper.setStyleProperty("display", this.c.bk);
13732
+ this.n.setStyleProperty("display", this.c.bk);
13686
13733
  let ext_ = this.m.getExternal(this.c, null, null);
13687
13734
  if (ext_ && ext_._onDisplayChanged) {
13688
13735
  ext_._onDisplayChanged();
@@ -13692,8 +13739,8 @@ let LabelView = /*@__PURE__*/ (() => {
13692
13739
  }
13693
13740
  w() {
13694
13741
  if (this.m != null) {
13695
- this.m.rootWrapper.setStyleProperty("align-items", this.c.bb);
13696
- this.n.setStyleProperty("align-items", this.c.bb);
13742
+ this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
13743
+ this.n.setStyleProperty("align-items", this.c.bc);
13697
13744
  let ext_ = this.m.getExternal(this.c, null, null);
13698
13745
  if (ext_ && ext_._onAlignItemsChanged) {
13699
13746
  ext_._onAlignItemsChanged();
@@ -13703,8 +13750,8 @@ let LabelView = /*@__PURE__*/ (() => {
13703
13750
  }
13704
13751
  x() {
13705
13752
  if (this.m != null) {
13706
- this.m.rootWrapper.setStyleProperty("align-self", this.c.bd);
13707
- this.n.setStyleProperty("align-self", this.c.bd);
13753
+ this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
13754
+ this.n.setStyleProperty("align-self", this.c.be);
13708
13755
  let ext_ = this.m.getExternal(this.c, null, null);
13709
13756
  if (ext_ && ext_._onAlignSelfChanged) {
13710
13757
  ext_._onAlignSelfChanged();
@@ -13714,8 +13761,8 @@ let LabelView = /*@__PURE__*/ (() => {
13714
13761
  }
13715
13762
  ac() {
13716
13763
  if (this.m != null) {
13717
- this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bm);
13718
- this.n.setStyleProperty("flex-direction", this.c.bm);
13764
+ this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
13765
+ this.n.setStyleProperty("flex-direction", this.c.bn);
13719
13766
  let ext_ = this.m.getExternal(this.c, null, null);
13720
13767
  if (ext_ && ext_._onFlexDirectionChanged) {
13721
13768
  ext_._onFlexDirectionChanged();
@@ -13725,8 +13772,8 @@ let LabelView = /*@__PURE__*/ (() => {
13725
13772
  }
13726
13773
  ad() {
13727
13774
  if (this.m != null) {
13728
- this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bo);
13729
- this.n.setStyleProperty("flex-grow", this.c.bo);
13775
+ this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
13776
+ this.n.setStyleProperty("flex-grow", this.c.bp);
13730
13777
  let ext_ = this.m.getExternal(this.c, null, null);
13731
13778
  if (ext_ && ext_._onFlexGrowChanged) {
13732
13779
  ext_._onFlexGrowChanged();
@@ -13795,10 +13842,10 @@ let LabelView = /*@__PURE__*/ (() => {
13795
13842
  return parseFloat(stringReplace(a, "px", ""));
13796
13843
  }
13797
13844
  t(a) {
13798
- this.c.cg();
13845
+ this.c.ch();
13799
13846
  }
13800
13847
  u(a) {
13801
- this.c.ch();
13848
+ this.c.ci();
13802
13849
  }
13803
13850
  y() {
13804
13851
  this.f = true;
@@ -15062,7 +15109,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
15062
15109
  a.l = 2;
15063
15110
  break;
15064
15111
  }
15065
- a.cn(this.ai, false);
15112
+ a.co(this.ai, false);
15066
15113
  });
15067
15114
  }
15068
15115
  kf() {
@@ -15395,11 +15442,11 @@ let XInputGroup = /*@__PURE__*/ (() => {
15395
15442
  jv() {
15396
15443
  this.jp();
15397
15444
  if (this.ai) {
15398
- this.js((a) => a.cn(true, !this.aj));
15445
+ this.js((a) => a.co(true, !this.aj));
15399
15446
  this.jr((a) => a.dq(this.ar, !this.aj));
15400
15447
  }
15401
15448
  else {
15402
- this.js((a) => a.cn(false, !this.aj));
15449
+ this.js((a) => a.co(false, !this.aj));
15403
15450
  this.jr((a) => a.dq(this.ar, !this.aj));
15404
15451
  }
15405
15452
  }
@@ -15407,12 +15454,12 @@ let XInputGroup = /*@__PURE__*/ (() => {
15407
15454
  this.jp();
15408
15455
  if (this.ao) {
15409
15456
  let a = 1;
15410
- this.js((b) => b.am = true);
15457
+ this.js((b) => b.an = true);
15411
15458
  this.j4(a);
15412
15459
  }
15413
15460
  else {
15414
15461
  let b = -1;
15415
- this.js((c) => c.am = false);
15462
+ this.js((c) => c.an = false);
15416
15463
  this.j4(b);
15417
15464
  }
15418
15465
  }
@@ -16768,7 +16815,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
16768
16815
  if (this.inputs._inner[b].e == null) {
16769
16816
  this.inputs._inner[b].e = "Label" + a.l.count.toString();
16770
16817
  }
16771
- a.l.add1(this.inputs._inner[b].av());
16818
+ a.l.add1(this.inputs._inner[b].aw());
16772
16819
  }
16773
16820
  else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
16774
16821
  if (this.inputs._inner[b].e == null) {
@@ -17263,41 +17310,42 @@ let XLabel = /*@__PURE__*/ (() => {
17263
17310
  super();
17264
17311
  this.n = 0;
17265
17312
  this._view = null;
17313
+ this.ak = false;
17266
17314
  this.aa = null;
17267
17315
  this.z = null;
17268
17316
  this.ab = false;
17269
17317
  this.r = 0;
17270
17318
  this.q = 1;
17271
- this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
17272
- this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
17319
+ this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
17273
17320
  this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
17274
17321
  this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
17322
+ this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
17275
17323
  this.u = null;
17276
- this.cy = XLabel.de;
17277
- this.cv = XLabel.c7;
17324
+ this.cz = XLabel.df;
17278
17325
  this.cw = XLabel.c8;
17326
+ this.cx = XLabel.c9;
17279
17327
  this.k = 0;
17280
17328
  this.ag = false;
17281
17329
  this.ae = false;
17282
17330
  this.v = null;
17283
- this.cx = null;
17284
- this.a3 = "ig-label-" + XLabel.au++;
17285
- this.az = "inline-block";
17331
+ this.cy = null;
17332
+ this.a4 = "ig-label-" + XLabel.av++;
17286
17333
  this.a0 = "inline-block";
17287
- this.a1 = null;
17288
- this.aw = "center";
17334
+ this.a1 = "inline-block";
17335
+ this.a2 = null;
17289
17336
  this.ax = "center";
17290
- this.as = 0;
17337
+ this.ay = "center";
17338
+ this.at = 0;
17291
17339
  this.ac = false;
17292
- this.a2 = null;
17293
- this.ay = null;
17294
- this.a4 = null;
17340
+ this.a3 = null;
17341
+ this.az = null;
17342
+ this.a5 = null;
17295
17343
  this.af = false;
17296
17344
  this.aj = false;
17297
17345
  this.ad = false;
17298
17346
  this.ai = false;
17299
17347
  this.ah = false;
17300
- this.aq = false;
17348
+ this.ar = false;
17301
17349
  let a = new LabelView();
17302
17350
  a.c = this;
17303
17351
  this.view = a;
@@ -17328,7 +17376,7 @@ let XLabel = /*@__PURE__*/ (() => {
17328
17376
  a.b = 0;
17329
17377
  return a;
17330
17378
  }
17331
- ca() {
17379
+ cb() {
17332
17380
  this.view.v();
17333
17381
  let a = false;
17334
17382
  if (this.aa == null) {
@@ -17369,36 +17417,36 @@ let XLabel = /*@__PURE__*/ (() => {
17369
17417
  this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.h(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.h(this.l == 2 ? 255 : 0, 255, 255, 255))));
17370
17418
  }
17371
17419
  if (this.z == null) {
17372
- this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c2)).m(new AnimationKeyFrameProperty(7, this.cz)));
17420
+ this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
17373
17421
  }
17374
17422
  }
17375
- cl(a, b) {
17423
+ cm(a, b) {
17376
17424
  if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
17377
17425
  a.reverse();
17378
- if (this.aq) {
17426
+ if (this.ar) {
17379
17427
  a.finish();
17380
- this.cb(a);
17428
+ this.cc(a);
17381
17429
  return;
17382
17430
  }
17383
- a.finished.f((c) => this.cb(a));
17431
+ a.finished.f((c) => this.cc(a));
17384
17432
  }
17385
17433
  else {
17386
17434
  a.play();
17387
- if (this.aq) {
17435
+ if (this.ar) {
17388
17436
  a.finish();
17389
- this.cb(a);
17437
+ this.cc(a);
17390
17438
  return;
17391
17439
  }
17392
- a.finished.f((c) => this.cb(a));
17440
+ a.finished.f((c) => this.cc(a));
17393
17441
  }
17394
17442
  }
17395
- cb(a) {
17443
+ cc(a) {
17396
17444
  a.commitStyles();
17397
17445
  if (a == this.aa && this.ai) {
17398
17446
  this.aa = null;
17399
17447
  if (this.ab) {
17400
17448
  this.ab = false;
17401
- this.cf();
17449
+ this.cg();
17402
17450
  }
17403
17451
  }
17404
17452
  if (a == this.z && this.ah) {
@@ -17409,15 +17457,15 @@ let XLabel = /*@__PURE__*/ (() => {
17409
17457
  super.h(a, b, c);
17410
17458
  switch (a) {
17411
17459
  case "BaseTheme":
17412
- this.co(this.p);
17413
- this.cq();
17460
+ this.cp(this.p);
17461
+ this.cr();
17414
17462
  break;
17415
17463
  case "TextColor":
17416
17464
  case "HoverTextColor":
17417
17465
  case "TextStyle":
17418
17466
  case "HighlightTextColor":
17419
17467
  case "HoverHighlightTextColor":
17420
- this.cq();
17468
+ this.cr();
17421
17469
  break;
17422
17470
  case "ActualTextColor":
17423
17471
  case "ActualHoverTextColor":
@@ -17440,7 +17488,7 @@ let XLabel = /*@__PURE__*/ (() => {
17440
17488
  this.ah = true;
17441
17489
  }
17442
17490
  }
17443
- this.cp();
17491
+ this.cq();
17444
17492
  break;
17445
17493
  case "Text":
17446
17494
  this.view.ai();
@@ -17456,10 +17504,10 @@ let XLabel = /*@__PURE__*/ (() => {
17456
17504
  this.view.aj();
17457
17505
  break;
17458
17506
  case "IsHighlighted":
17459
- this.ce();
17507
+ this.cf();
17460
17508
  break;
17461
17509
  case "IsShifted":
17462
- this.cf();
17510
+ this.cg();
17463
17511
  break;
17464
17512
  case "ShiftType":
17465
17513
  if (this.aa != null) {
@@ -17470,7 +17518,7 @@ let XLabel = /*@__PURE__*/ (() => {
17470
17518
  this.ai = true;
17471
17519
  }
17472
17520
  }
17473
- this.ci();
17521
+ this.cj();
17474
17522
  break;
17475
17523
  case "Display":
17476
17524
  this.view.ab();
@@ -17489,38 +17537,44 @@ let XLabel = /*@__PURE__*/ (() => {
17489
17537
  break;
17490
17538
  }
17491
17539
  }
17492
- ci() {
17540
+ cj() {
17493
17541
  this.view.aj();
17494
17542
  }
17495
- cf() {
17543
+ cg() {
17496
17544
  this.view.af();
17497
- this.ca();
17545
+ if (this.ak) {
17546
+ return;
17547
+ }
17548
+ this.cb();
17498
17549
  let a = 1;
17499
- let b = this.ao;
17550
+ let b = this.ap;
17500
17551
  if (!b) {
17501
17552
  a = -1;
17502
17553
  }
17503
- this.cl(this.aa, a);
17554
+ this.cm(this.aa, a);
17504
17555
  }
17505
- ce() {
17506
- this.ca();
17556
+ cf() {
17557
+ if (this.ak) {
17558
+ return;
17559
+ }
17560
+ this.cb();
17507
17561
  let a = 1;
17508
- let b = this.am;
17562
+ let b = this.an;
17509
17563
  if (!b) {
17510
17564
  a = -1;
17511
17565
  }
17512
- this.cl(this.z, a);
17566
+ this.cm(this.z, a);
17513
17567
  }
17514
17568
  onSizeReady() {
17515
17569
  if (this.aa != null) {
17516
- this.b9();
17517
- if (this.ao) {
17570
+ this.ca();
17571
+ if (this.ap) {
17518
17572
  this.view.aj();
17519
- this.cf();
17573
+ this.cg();
17520
17574
  }
17521
17575
  }
17522
17576
  }
17523
- b9() {
17577
+ ca() {
17524
17578
  if (this.aa != null && this.aa.playState == 3) {
17525
17579
  this.aa = null;
17526
17580
  }
@@ -17529,26 +17583,26 @@ let XLabel = /*@__PURE__*/ (() => {
17529
17583
  this.ai = true;
17530
17584
  }
17531
17585
  }
17532
- cq() {
17533
- this.c2 = this.di != null ? this.di : XLabel.de;
17534
- this.c1 = this.dh != null ? this.dh : XLabel.de;
17535
- this.cz = this.df != null ? this.df : XLabel.c7;
17586
+ cr() {
17587
+ this.c3 = this.dj != null ? this.dj : XLabel.df;
17588
+ this.c2 = this.di != null ? this.di : XLabel.df;
17589
+ this.c0 = this.dg != null ? this.dg : XLabel.c8;
17536
17590
  this.w = this.y != null ? this.y : XLabel.x;
17537
17591
  }
17538
- cp() {
17592
+ cq() {
17539
17593
  if (this.w != null) {
17540
17594
  this.view.am(this.w);
17541
17595
  }
17542
17596
  else {
17543
17597
  this.view.am(this.view.e());
17544
17598
  }
17545
- this.view.ah(this.c2);
17599
+ this.view.ah(this.c3);
17546
17600
  }
17547
- co(a) {
17548
- XLabel.de = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
17549
- XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
17550
- XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
17601
+ cp(a) {
17602
+ XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
17551
17603
  XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
17604
+ XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
17605
+ XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
17552
17606
  }
17553
17607
  get t() {
17554
17608
  return this.r;
@@ -17570,26 +17624,16 @@ let XLabel = /*@__PURE__*/ (() => {
17570
17624
  this.g("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
17571
17625
  }
17572
17626
  }
17573
- get c2() {
17574
- return this.cu;
17627
+ get c3() {
17628
+ return this.cv;
17575
17629
  }
17576
- set c2(a) {
17577
- let b = this.cu;
17578
- this.cu = a;
17579
- if (b != this.cu) {
17630
+ set c3(a) {
17631
+ let b = this.cv;
17632
+ this.cv = a;
17633
+ if (b != this.cv) {
17580
17634
  this.g("ActualTextColor", b, a);
17581
17635
  }
17582
17636
  }
17583
- get cz() {
17584
- return this.cr;
17585
- }
17586
- set cz(a) {
17587
- let b = this.cr;
17588
- this.cr = a;
17589
- if (b != this.cr) {
17590
- this.g("ActualHighlightTextColor", b, a);
17591
- }
17592
- }
17593
17637
  get c0() {
17594
17638
  return this.cs;
17595
17639
  }
@@ -17597,7 +17641,7 @@ let XLabel = /*@__PURE__*/ (() => {
17597
17641
  let b = this.cs;
17598
17642
  this.cs = a;
17599
17643
  if (b != this.cs) {
17600
- this.g("ActualHoverHighlightTextColor", b, a);
17644
+ this.g("ActualHighlightTextColor", b, a);
17601
17645
  }
17602
17646
  }
17603
17647
  get c1() {
@@ -17607,6 +17651,16 @@ let XLabel = /*@__PURE__*/ (() => {
17607
17651
  let b = this.ct;
17608
17652
  this.ct = a;
17609
17653
  if (b != this.ct) {
17654
+ this.g("ActualHoverHighlightTextColor", b, a);
17655
+ }
17656
+ }
17657
+ get c2() {
17658
+ return this.cu;
17659
+ }
17660
+ set c2(a) {
17661
+ let b = this.cu;
17662
+ this.cu = a;
17663
+ if (b != this.cu) {
17610
17664
  this.g("ActualHoverTextColor", b, a);
17611
17665
  }
17612
17666
  }
@@ -17620,26 +17674,16 @@ let XLabel = /*@__PURE__*/ (() => {
17620
17674
  this.g("ActualTextStyle", b, a);
17621
17675
  }
17622
17676
  }
17623
- get di() {
17624
- return this.cy;
17677
+ get dj() {
17678
+ return this.cz;
17625
17679
  }
17626
- set di(a) {
17627
- let b = this.cy;
17628
- this.cy = a;
17629
- if (b != this.cy) {
17680
+ set dj(a) {
17681
+ let b = this.cz;
17682
+ this.cz = a;
17683
+ if (b != this.cz) {
17630
17684
  this.g("TextColor", b, a);
17631
17685
  }
17632
17686
  }
17633
- get df() {
17634
- return this.cv;
17635
- }
17636
- set df(a) {
17637
- let b = this.cv;
17638
- this.cv = a;
17639
- if (b != this.cv) {
17640
- this.g("HighlightTextColor", b, a);
17641
- }
17642
- }
17643
17687
  get dg() {
17644
17688
  return this.cw;
17645
17689
  }
@@ -17647,6 +17691,16 @@ let XLabel = /*@__PURE__*/ (() => {
17647
17691
  let b = this.cw;
17648
17692
  this.cw = a;
17649
17693
  if (b != this.cw) {
17694
+ this.g("HighlightTextColor", b, a);
17695
+ }
17696
+ }
17697
+ get dh() {
17698
+ return this.cx;
17699
+ }
17700
+ set dh(a) {
17701
+ let b = this.cx;
17702
+ this.cx = a;
17703
+ if (b != this.cx) {
17650
17704
  this.g("HoverHighlightTextColor", b, a);
17651
17705
  }
17652
17706
  }
@@ -17660,45 +17714,45 @@ let XLabel = /*@__PURE__*/ (() => {
17660
17714
  this.g("ShiftType", enumGetBox(LabelShiftType_$type, b), enumGetBox(LabelShiftType_$type, a));
17661
17715
  }
17662
17716
  }
17663
- get ao() {
17717
+ get ap() {
17664
17718
  return this.ag;
17665
17719
  }
17666
- set ao(a) {
17720
+ set ap(a) {
17667
17721
  let b = this.ag;
17668
17722
  this.ag = a;
17669
17723
  if (b != this.ag) {
17670
17724
  this.g("IsShifted", b, a);
17671
17725
  }
17672
17726
  }
17673
- cn(a, b = true) {
17674
- let c = this.aq;
17727
+ co(a, b = true) {
17728
+ let c = this.ar;
17675
17729
  if (!b) {
17676
- this.aq = true;
17730
+ this.ar = true;
17677
17731
  }
17678
17732
  try {
17679
- this.ao = a;
17733
+ this.ap = a;
17680
17734
  }
17681
17735
  finally {
17682
17736
  if (!b) {
17683
- this.aq = c;
17737
+ this.ar = c;
17684
17738
  }
17685
17739
  }
17686
17740
  }
17687
- get am() {
17741
+ get an() {
17688
17742
  return this.ae;
17689
17743
  }
17690
- set am(a) {
17744
+ set an(a) {
17691
17745
  let b = this.ae;
17692
17746
  this.ae = a;
17693
17747
  if (b != this.ae) {
17694
17748
  this.g("IsHighlighted", b, a);
17695
17749
  }
17696
17750
  }
17697
- cg() {
17698
- this.an = true;
17699
- }
17700
17751
  ch() {
17701
- this.an = false;
17752
+ this.ao = true;
17753
+ }
17754
+ ci() {
17755
+ this.ao = false;
17702
17756
  }
17703
17757
  get y() {
17704
17758
  return this.v;
@@ -17710,134 +17764,134 @@ let XLabel = /*@__PURE__*/ (() => {
17710
17764
  this.g("TextStyle", b, a);
17711
17765
  }
17712
17766
  }
17713
- get dh() {
17714
- return this.cx;
17767
+ get di() {
17768
+ return this.cy;
17715
17769
  }
17716
- set dh(a) {
17717
- let b = this.cx;
17718
- this.cx = a;
17719
- if (b != this.cx) {
17770
+ set di(a) {
17771
+ let b = this.cy;
17772
+ this.cy = a;
17773
+ if (b != this.cy) {
17720
17774
  this.g("HoverTextColor", b, a);
17721
17775
  }
17722
17776
  }
17723
- get bv() {
17724
- return this.a3;
17777
+ get bw() {
17778
+ return this.a4;
17725
17779
  }
17726
- set bv(a) {
17727
- let b = this.a3;
17728
- this.a3 = a;
17729
- if (b != this.a3) {
17780
+ set bw(a) {
17781
+ let b = this.a4;
17782
+ this.a4 = a;
17783
+ if (b != this.a4) {
17730
17784
  this.g("Id", b, a);
17731
17785
  }
17732
17786
  }
17733
- get bj() {
17734
- return this.az;
17735
- }
17736
- set bj(a) {
17737
- let b = this.az;
17738
- this.az = a;
17739
- if (b != this.az) {
17740
- this.g("Display", b, a);
17741
- }
17742
- }
17743
- get bm() {
17787
+ get bk() {
17744
17788
  return this.a0;
17745
17789
  }
17746
- set bm(a) {
17790
+ set bk(a) {
17747
17791
  let b = this.a0;
17748
17792
  this.a0 = a;
17749
17793
  if (b != this.a0) {
17750
- this.g("FlexDirection", b, a);
17794
+ this.g("Display", b, a);
17751
17795
  }
17752
17796
  }
17753
- get bo() {
17797
+ get bn() {
17754
17798
  return this.a1;
17755
17799
  }
17756
- set bo(a) {
17800
+ set bn(a) {
17757
17801
  let b = this.a1;
17758
17802
  this.a1 = a;
17759
17803
  if (b != this.a1) {
17760
- this.g("FlexGrow", b, a);
17804
+ this.g("FlexDirection", b, a);
17761
17805
  }
17762
17806
  }
17763
- get bb() {
17764
- return this.aw;
17807
+ get bp() {
17808
+ return this.a2;
17765
17809
  }
17766
- set bb(a) {
17767
- let b = this.aw;
17768
- this.aw = a;
17769
- if (b != this.aw) {
17770
- this.g("AlignItems", b, a);
17810
+ set bp(a) {
17811
+ let b = this.a2;
17812
+ this.a2 = a;
17813
+ if (b != this.a2) {
17814
+ this.g("FlexGrow", b, a);
17771
17815
  }
17772
17816
  }
17773
- get bd() {
17817
+ get bc() {
17774
17818
  return this.ax;
17775
17819
  }
17776
- set bd(a) {
17820
+ set bc(a) {
17777
17821
  let b = this.ax;
17778
17822
  this.ax = a;
17779
17823
  if (b != this.ax) {
17824
+ this.g("AlignItems", b, a);
17825
+ }
17826
+ }
17827
+ get be() {
17828
+ return this.ay;
17829
+ }
17830
+ set be(a) {
17831
+ let b = this.ay;
17832
+ this.ay = a;
17833
+ if (b != this.ay) {
17780
17834
  this.g("AlignSelf", b, a);
17781
17835
  }
17782
17836
  }
17783
- get ak() {
17837
+ get al() {
17784
17838
  return this.ac;
17785
17839
  }
17786
- get at() {
17787
- return this.as;
17840
+ get au() {
17841
+ return this.at;
17788
17842
  }
17789
- set at(a) {
17790
- let b = this.as;
17791
- this.as = a;
17843
+ set au(a) {
17844
+ let b = this.at;
17845
+ this.at = a;
17792
17846
  this.ac = true;
17793
- if (b != this.as) {
17847
+ if (b != this.at) {
17794
17848
  this.g("TabIndex", b, a);
17795
17849
  }
17796
17850
  }
17797
- get bq() {
17798
- return this.a2;
17851
+ get br() {
17852
+ return this.a3;
17799
17853
  }
17800
- set bq(a) {
17801
- let b = this.a2;
17802
- this.a2 = a;
17803
- if (b != this.a2) {
17854
+ set br(a) {
17855
+ let b = this.a3;
17856
+ this.a3 = a;
17857
+ if (b != this.a3) {
17804
17858
  this.g("TabIndex", b, a);
17805
17859
  }
17806
17860
  }
17807
- get bf() {
17808
- return this.ay;
17861
+ get bg() {
17862
+ return this.az;
17809
17863
  }
17810
- set bf(a) {
17811
- let b = this.ay;
17812
- this.ay = a;
17813
- if (b != this.ay) {
17864
+ set bg(a) {
17865
+ let b = this.az;
17866
+ this.az = a;
17867
+ if (b != this.az) {
17814
17868
  this.g("AriaLabel", b, a);
17815
17869
  }
17816
17870
  }
17817
17871
  get text() {
17818
- return this.a4;
17872
+ return this.a5;
17819
17873
  }
17820
17874
  set text(a) {
17821
- let b = this.a4;
17822
- this.a4 = a;
17823
- if (b != this.a4) {
17875
+ let b = this.a5;
17876
+ this.a5 = a;
17877
+ if (b != this.a5) {
17824
17878
  this.g("Text", b, a);
17825
17879
  }
17826
17880
  }
17827
- get an() {
17881
+ get ao() {
17828
17882
  return this.af;
17829
17883
  }
17830
- set an(a) {
17884
+ set ao(a) {
17831
17885
  let b = this.af;
17832
17886
  this.af = a;
17833
17887
  if (b != this.af) {
17834
17888
  this.g("IsHover", b, a);
17835
17889
  }
17836
17890
  }
17837
- get ar() {
17891
+ get as() {
17838
17892
  return this.aj;
17839
17893
  }
17840
- set ar(a) {
17894
+ set as(a) {
17841
17895
  let b = this.aj;
17842
17896
  this.aj = a;
17843
17897
  if (b != this.aj) {
@@ -17854,7 +17908,7 @@ let XLabel = /*@__PURE__*/ (() => {
17854
17908
  this.g("IsDisabled", b, a);
17855
17909
  }
17856
17910
  }
17857
- ck() {
17911
+ cl() {
17858
17912
  this.view.ai();
17859
17913
  }
17860
17914
  onDetachedFromUI() {
@@ -17863,13 +17917,13 @@ let XLabel = /*@__PURE__*/ (() => {
17863
17917
  onAttachedToUI() {
17864
17918
  this.view.y();
17865
17919
  }
17866
- ap() {
17920
+ aq() {
17867
17921
  return this.view.g();
17868
17922
  }
17869
- av() {
17923
+ aw() {
17870
17924
  return this.j();
17871
17925
  }
17872
- bl() {
17926
+ bm() {
17873
17927
  let a = this.j();
17874
17928
  return a.q();
17875
17929
  }
@@ -17881,15 +17935,15 @@ let XLabel = /*@__PURE__*/ (() => {
17881
17935
  a.d = this.s;
17882
17936
  a.a = AppearanceHelper.a(NativeUI.al(b));
17883
17937
  a.b = this.l;
17884
- a.i = this.ao;
17885
- a.g = this.am;
17886
- a.m = this.bj;
17887
- a.n = this.bm;
17888
- a.o = this.bo;
17889
- a.l = this.bb;
17938
+ a.i = this.ap;
17939
+ a.g = this.an;
17940
+ a.m = this.bk;
17941
+ a.n = this.bn;
17942
+ a.o = this.bp;
17943
+ a.l = this.bc;
17890
17944
  a.r = this.text;
17891
- a.h = this.an;
17892
- a.j = this.ar;
17945
+ a.h = this.ao;
17946
+ a.j = this.as;
17893
17947
  a.f = this.disabled;
17894
17948
  a.p = this.e;
17895
17949
  if (this.w != null) {
@@ -17927,21 +17981,21 @@ let XLabel = /*@__PURE__*/ (() => {
17927
17981
  }
17928
17982
  }
17929
17983
  XLabel.$t = /*@__PURE__*/ markType(XLabel, 'XLabel', XInputGroupItem.$);
17930
- XLabel.dd = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
17931
- XLabel.da = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
17932
- XLabel.dc = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
17984
+ XLabel.de = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
17933
17985
  XLabel.db = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
17934
- XLabel.c6 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
17935
- XLabel.c3 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
17936
- XLabel.c5 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
17986
+ XLabel.dd = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
17987
+ XLabel.dc = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
17988
+ XLabel.c7 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
17937
17989
  XLabel.c4 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
17990
+ XLabel.c6 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
17991
+ XLabel.c5 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
17938
17992
  XLabel.o = 2;
17939
- XLabel.de = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
17940
- XLabel.c7 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
17941
- XLabel.c9 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
17993
+ XLabel.df = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
17942
17994
  XLabel.c8 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
17995
+ XLabel.da = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
17996
+ XLabel.c9 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
17943
17997
  XLabel.x = null;
17944
- XLabel.au = 0;
17998
+ XLabel.av = 0;
17945
17999
  return XLabel;
17946
18000
  })();
17947
18001
  /**
@@ -19763,71 +19817,71 @@ let IgcXLabelComponent = /*@__PURE__*/ (() => {
19763
19817
  * Gets the actual color to use for the text color.
19764
19818
  */
19765
19819
  get actualTextColor() {
19766
- return brushToString(this.i.c2);
19820
+ return brushToString(this.i.c3);
19767
19821
  }
19768
19822
  set actualTextColor(v) {
19769
- this.i.c2 = stringToBrush(v);
19770
- this._a("actualTextColor", brushToString(this.i.c2));
19823
+ this.i.c3 = stringToBrush(v);
19824
+ this._a("actualTextColor", brushToString(this.i.c3));
19771
19825
  }
19772
19826
  /**
19773
19827
  * Gets the actual color to use for the text color.
19774
19828
  */
19775
19829
  get actualHighlightTextColor() {
19776
- return brushToString(this.i.cz);
19830
+ return brushToString(this.i.c0);
19777
19831
  }
19778
19832
  set actualHighlightTextColor(v) {
19779
- this.i.cz = stringToBrush(v);
19780
- this._a("actualHighlightTextColor", brushToString(this.i.cz));
19833
+ this.i.c0 = stringToBrush(v);
19834
+ this._a("actualHighlightTextColor", brushToString(this.i.c0));
19781
19835
  }
19782
19836
  /**
19783
19837
  * Gets the actual color to use for the text color when highlighted and hovered.
19784
19838
  */
19785
19839
  get actualHoverHighlightTextColor() {
19786
- return brushToString(this.i.c0);
19840
+ return brushToString(this.i.c1);
19787
19841
  }
19788
19842
  set actualHoverHighlightTextColor(v) {
19789
- this.i.c0 = stringToBrush(v);
19790
- this._a("actualHoverHighlightTextColor", brushToString(this.i.c0));
19843
+ this.i.c1 = stringToBrush(v);
19844
+ this._a("actualHoverHighlightTextColor", brushToString(this.i.c1));
19791
19845
  }
19792
19846
  /**
19793
19847
  * Gets the actual hover color to use for the text.
19794
19848
  */
19795
19849
  get actualHoverTextColor() {
19796
- return brushToString(this.i.c1);
19850
+ return brushToString(this.i.c2);
19797
19851
  }
19798
19852
  set actualHoverTextColor(v) {
19799
- this.i.c1 = stringToBrush(v);
19800
- this._a("actualHoverTextColor", brushToString(this.i.c1));
19853
+ this.i.c2 = stringToBrush(v);
19854
+ this._a("actualHoverTextColor", brushToString(this.i.c2));
19801
19855
  }
19802
19856
  /**
19803
19857
  * Gets or sets the color to use for the text.
19804
19858
  */
19805
19859
  get textColor() {
19806
- return brushToString(this.i.di);
19860
+ return brushToString(this.i.dj);
19807
19861
  }
19808
19862
  set textColor(v) {
19809
- this.i.di = stringToBrush(v);
19810
- this._a("textColor", brushToString(this.i.di));
19863
+ this.i.dj = stringToBrush(v);
19864
+ this._a("textColor", brushToString(this.i.dj));
19811
19865
  }
19812
19866
  /**
19813
19867
  * Gets or sets the color to use for the text.
19814
19868
  */
19815
19869
  get highlightTextColor() {
19816
- return brushToString(this.i.df);
19870
+ return brushToString(this.i.dg);
19817
19871
  }
19818
19872
  set highlightTextColor(v) {
19819
- this.i.df = stringToBrush(v);
19820
- this._a("highlightTextColor", brushToString(this.i.df));
19873
+ this.i.dg = stringToBrush(v);
19874
+ this._a("highlightTextColor", brushToString(this.i.dg));
19821
19875
  }
19822
19876
  /**
19823
19877
  * Gets or sets the color to use for the text.
19824
19878
  */
19825
19879
  get hoverHighlightTextColor() {
19826
- return brushToString(this.i.dg);
19880
+ return brushToString(this.i.dh);
19827
19881
  }
19828
19882
  set hoverHighlightTextColor(v) {
19829
- this.i.dg = stringToBrush(v);
19830
- this._a("hoverHighlightTextColor", brushToString(this.i.dg));
19883
+ this.i.dh = stringToBrush(v);
19884
+ this._a("hoverHighlightTextColor", brushToString(this.i.dh));
19831
19885
  }
19832
19886
  /**
19833
19887
  * Gets or sets the use for the button.
@@ -19848,93 +19902,93 @@ let IgcXLabelComponent = /*@__PURE__*/ (() => {
19848
19902
  * Gets or sets the color to use for the hovered text of the button regardless of type.
19849
19903
  */
19850
19904
  get hoverTextColor() {
19851
- return brushToString(this.i.dh);
19905
+ return brushToString(this.i.di);
19852
19906
  }
19853
19907
  set hoverTextColor(v) {
19854
- this.i.dh = stringToBrush(v);
19855
- this._a("hoverTextColor", brushToString(this.i.dh));
19908
+ this.i.di = stringToBrush(v);
19909
+ this._a("hoverTextColor", brushToString(this.i.di));
19856
19910
  }
19857
19911
  /**
19858
19912
  * Gets or sets the id to use for the checkbox.
19859
19913
  */
19860
19914
  get id() {
19861
- return this.i.bv;
19915
+ return this.i.bw;
19862
19916
  }
19863
19917
  set id(v) {
19864
- this.i.bv = v;
19918
+ this.i.bw = v;
19865
19919
  }
19866
19920
  /**
19867
19921
  * Gets or sets the id to use for the checkbox.
19868
19922
  */
19869
19923
  get display() {
19870
- return this.i.bj;
19924
+ return this.i.bk;
19871
19925
  }
19872
19926
  set display(v) {
19873
- this.i.bj = v;
19927
+ this.i.bk = v;
19874
19928
  }
19875
19929
  /**
19876
19930
  * Gets or sets the id to use for the checkbox.
19877
19931
  */
19878
19932
  get flexDirection() {
19879
- return this.i.bm;
19933
+ return this.i.bn;
19880
19934
  }
19881
19935
  set flexDirection(v) {
19882
- this.i.bm = v;
19936
+ this.i.bn = v;
19883
19937
  }
19884
19938
  /**
19885
19939
  * Gets or sets the flex-grow setting for the button.
19886
19940
  */
19887
19941
  get flexGrow() {
19888
- return this.i.bo;
19942
+ return this.i.bp;
19889
19943
  }
19890
19944
  set flexGrow(v) {
19891
- this.i.bo = v;
19945
+ this.i.bp = v;
19892
19946
  }
19893
19947
  /**
19894
19948
  * Gets or sets the id to use for the checkbox.
19895
19949
  */
19896
19950
  get alignItems() {
19897
- return this.i.bb;
19951
+ return this.i.bc;
19898
19952
  }
19899
19953
  set alignItems(v) {
19900
- this.i.bb = v;
19954
+ this.i.bc = v;
19901
19955
  }
19902
19956
  /**
19903
19957
  * Gets or sets the id to use for the checkbox.
19904
19958
  */
19905
19959
  get alignSelf() {
19906
- return this.i.bd;
19960
+ return this.i.be;
19907
19961
  }
19908
19962
  set alignSelf(v) {
19909
- this.i.bd = v;
19963
+ this.i.be = v;
19910
19964
  }
19911
19965
  /**
19912
19966
  * Gets or sets TabIndex to use for the checkbox.
19913
19967
  */
19914
19968
  get tabIndex() {
19915
- return this.i.at;
19969
+ return this.i.au;
19916
19970
  }
19917
19971
  set tabIndex(v) {
19918
- this.i.at = +v;
19919
- this._a("tabIndex", this.i.at);
19972
+ this.i.au = +v;
19973
+ this._a("tabIndex", this.i.au);
19920
19974
  }
19921
19975
  /**
19922
19976
  * Gets or sets the for attribute to use for the label.
19923
19977
  */
19924
19978
  get for() {
19925
- return this.i.bq;
19979
+ return this.i.br;
19926
19980
  }
19927
19981
  set for(v) {
19928
- this.i.bq = v;
19982
+ this.i.br = v;
19929
19983
  }
19930
19984
  /**
19931
19985
  * Gets or sets the value of the aria-label attribute.
19932
19986
  */
19933
19987
  get ariaLabel() {
19934
- return this.i.bf;
19988
+ return this.i.bg;
19935
19989
  }
19936
19990
  set ariaLabel(v) {
19937
- this.i.bf = v;
19991
+ this.i.bg = v;
19938
19992
  }
19939
19993
  /**
19940
19994
  * Gets or sets the text for the label.
@@ -19949,21 +20003,21 @@ let IgcXLabelComponent = /*@__PURE__*/ (() => {
19949
20003
  * Gets or sets whether the label is hovered.
19950
20004
  */
19951
20005
  get isHover() {
19952
- return this.i.an;
20006
+ return this.i.ao;
19953
20007
  }
19954
20008
  set isHover(v) {
19955
- this.i.an = ensureBool(v);
19956
- this._a("isHover", this.i.an);
20009
+ this.i.ao = ensureBool(v);
20010
+ this._a("isHover", this.i.ao);
19957
20011
  }
19958
20012
  /**
19959
20013
  * Gets or sets the value for the label.
19960
20014
  */
19961
20015
  get value() {
19962
- return this.i.ar;
20016
+ return this.i.as;
19963
20017
  }
19964
20018
  set value(v) {
19965
- this.i.ar = ensureBool(v);
19966
- this._a("value", this.i.ar);
20019
+ this.i.as = ensureBool(v);
20020
+ this._a("value", this.i.as);
19967
20021
  }
19968
20022
  /**
19969
20023
  * Gets or sets whether the checkbox is disabled.
@@ -19986,7 +20040,7 @@ let IgcXLabelComponent = /*@__PURE__*/ (() => {
19986
20040
 
19987
20041
  */
19988
20042
  exportVisualModel() {
19989
- let iv = this.i.av();
20043
+ let iv = this.i.aw();
19990
20044
  return (iv);
19991
20045
  }
19992
20046
  /**
@@ -19994,7 +20048,7 @@ let IgcXLabelComponent = /*@__PURE__*/ (() => {
19994
20048
 
19995
20049
  */
19996
20050
  exportSerializedVisualModel() {
19997
- let iv = this.i.bl();
20051
+ let iv = this.i.bm();
19998
20052
  return (iv);
19999
20053
  }
20000
20054
  }
@@ -23263,7 +23317,7 @@ let XDatePicker = /*@__PURE__*/ (() => {
23263
23317
  this.n.fill = this.dw;
23264
23318
  }
23265
23319
  if (this.r != null) {
23266
- this.r.di = this.dx;
23320
+ this.r.dj = this.dx;
23267
23321
  this.r.y = this.ac;
23268
23322
  }
23269
23323
  }
@@ -23284,7 +23338,7 @@ let XDatePicker = /*@__PURE__*/ (() => {
23284
23338
  this.q.t = this.y;
23285
23339
  this.r = new XLabel();
23286
23340
  this.h.as(this.r);
23287
- this.r.di = this.dx;
23341
+ this.r.dj = this.dx;
23288
23342
  this.r.y = this.ac;
23289
23343
  this.q.appendContentChild(this.h.v());
23290
23344
  if (this.b4 != null && this.b4 != "") {
@@ -24778,7 +24832,7 @@ let XComponentBridge = /*@__PURE__*/ (() => {
24778
24832
  }
24779
24833
  getTargetForBuildInProperty(a, b) {
24780
24834
  switch (b) {
24781
- case 106: return a;
24835
+ case 108: return a;
24782
24836
  }
24783
24837
  return this.s != null ? this.s : a;
24784
24838
  }
@@ -24827,12 +24881,12 @@ let XInputBridge = /*@__PURE__*/ (() => {
24827
24881
  this.ab = d;
24828
24882
  this.ag = b;
24829
24883
  break;
24830
- case 26:
24884
+ case 27:
24831
24885
  f.compositionEnd = delegateCombine(f.compositionEnd, runOn(this, this.ap));
24832
24886
  this.ac = d;
24833
24887
  this.ah = b;
24834
24888
  break;
24835
- case 27:
24889
+ case 28:
24836
24890
  f.keyDown = delegateCombine(f.keyDown, runOn(this, this.ar));
24837
24891
  this.ad = d;
24838
24892
  this.aj = b;
@@ -24847,7 +24901,7 @@ let XInputBridge = /*@__PURE__*/ (() => {
24847
24901
  this.aa = d;
24848
24902
  this.af = b;
24849
24903
  break;
24850
- case 24:
24904
+ case 25:
24851
24905
  this.ao(a);
24852
24906
  let g = this.w(a);
24853
24907
  let h = this.u;
@@ -24926,12 +24980,12 @@ let XInputBridge = /*@__PURE__*/ (() => {
24926
24980
  this.ab = null;
24927
24981
  this.ag = null;
24928
24982
  break;
24929
- case 26:
24983
+ case 27:
24930
24984
  f.compositionEnd = delegateRemove(f.compositionEnd, runOn(this, this.ap));
24931
24985
  this.ac = null;
24932
24986
  this.ah = null;
24933
24987
  break;
24934
- case 27:
24988
+ case 28:
24935
24989
  f.keyDown = delegateRemove(f.keyDown, runOn(this, this.ar));
24936
24990
  this.ad = null;
24937
24991
  this.aj = null;
@@ -24946,7 +25000,7 @@ let XInputBridge = /*@__PURE__*/ (() => {
24946
25000
  this.aa = null;
24947
25001
  this.af = null;
24948
25002
  break;
24949
- case 24:
25003
+ case 25:
24950
25004
  this.ao(a);
24951
25005
  let g = this.w(a);
24952
25006
  let h = this.u;
@@ -25037,20 +25091,20 @@ let XInputBridge = /*@__PURE__*/ (() => {
25037
25091
  let c = a;
25038
25092
  let d = typeCast(XInput.$, c.inputs._inner[0]);
25039
25093
  switch (b) {
25040
- case 101: return a.mc;
25094
+ case 103: return a.mc;
25041
25095
  case 3:
25042
25096
  this.an(a);
25043
25097
  let e = this.v(a);
25044
25098
  return e.text;
25045
- case 98:
25099
+ case 100:
25046
25100
  this.ao(a);
25047
25101
  return this.u.svgPath;
25048
- case 99:
25102
+ case 101:
25049
25103
  this.ao(a);
25050
25104
  return this.u.fill;
25051
- case 100:
25105
+ case 102:
25052
25106
  this.ao(a);
25053
- return this.u.dh;
25107
+ return this.u.dp;
25054
25108
  case 2: return d.cq;
25055
25109
  case 1:
25056
25110
  switch (c.t) {
@@ -25086,9 +25140,9 @@ let XInputBridge = /*@__PURE__*/ (() => {
25086
25140
  case 21: return d.a1;
25087
25141
  case 32: return d.disabled;
25088
25142
  case 33: return d.d8;
25089
- case 103: return d.selectionStart;
25090
- case 104: return d.selectionEnd;
25091
- case 105: return c.an;
25143
+ case 105: return d.selectionStart;
25144
+ case 106: return d.selectionEnd;
25145
+ case 107: return c.an;
25092
25146
  }
25093
25147
  return null;
25094
25148
  }
@@ -25096,7 +25150,7 @@ let XInputBridge = /*@__PURE__*/ (() => {
25096
25150
  let d = a;
25097
25151
  let e = typeCast(XInput.$, d.inputs._inner[0]);
25098
25152
  switch (b) {
25099
- case 101:
25153
+ case 103:
25100
25154
  a.mc = c;
25101
25155
  break;
25102
25156
  case 3:
@@ -25104,17 +25158,17 @@ let XInputBridge = /*@__PURE__*/ (() => {
25104
25158
  let f = this.v(a);
25105
25159
  f.text = c;
25106
25160
  break;
25107
- case 98:
25161
+ case 100:
25108
25162
  this.ao(a);
25109
25163
  this.u.svgPath = c;
25110
25164
  break;
25111
- case 99:
25165
+ case 101:
25112
25166
  this.ao(a);
25113
25167
  this.u.fill = c;
25114
25168
  break;
25115
- case 100:
25169
+ case 102:
25116
25170
  this.ao(a);
25117
- this.u.dh = c;
25171
+ this.u.dp = c;
25118
25172
  break;
25119
25173
  case 2:
25120
25174
  e.cq = c == null ? null : c.toString();
@@ -25189,13 +25243,13 @@ let XInputBridge = /*@__PURE__*/ (() => {
25189
25243
  case 33:
25190
25244
  e.d8 = c;
25191
25245
  break;
25192
- case 103:
25246
+ case 105:
25193
25247
  e.selectionStart = typeGetValue(c);
25194
25248
  break;
25195
- case 104:
25249
+ case 106:
25196
25250
  e.selectionEnd = typeGetValue(c);
25197
25251
  break;
25198
- case 105:
25252
+ case 107:
25199
25253
  d.an = c;
25200
25254
  break;
25201
25255
  }
@@ -25445,7 +25499,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
25445
25499
  case 11:
25446
25500
  d.aa = c;
25447
25501
  break;
25448
- case 86:
25502
+ case 88:
25449
25503
  d.by = c;
25450
25504
  break;
25451
25505
  case 59:
@@ -25487,7 +25541,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
25487
25541
  case 56: return c.av;
25488
25542
  case 58: return c.at;
25489
25543
  case 17: return c.k1;
25490
- case 86: return c.by;
25544
+ case 88: return c.by;
25491
25545
  case 59: return c.a5;
25492
25546
  }
25493
25547
  return null;
@@ -28342,15 +28396,15 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
28342
28396
  switch (b) {
28343
28397
  case 12: return a.bg;
28344
28398
  case 13: return a.bf;
28345
- case 95: return a.bv;
28346
- case 96: return a.bf;
28399
+ case 97: return a.bv;
28400
+ case 98: return a.bf;
28347
28401
  case 14: return a.bl;
28348
28402
  case 2: return a.thumbs._inner[0].s;
28349
- case 90: return a.b0;
28350
- case 91: return a.ek;
28351
- case 92: return a.es;
28352
- case 94: return a.eu;
28353
- case 93: return a.et;
28403
+ case 92: return a.b0;
28404
+ case 93: return a.ek;
28405
+ case 94: return a.es;
28406
+ case 96: return a.eu;
28407
+ case 95: return a.et;
28354
28408
  case 30:
28355
28409
  let c = a.e;
28356
28410
  switch (c) {
@@ -28390,10 +28444,10 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
28390
28444
  case 13:
28391
28445
  a.bf = c;
28392
28446
  break;
28393
- case 95:
28447
+ case 97:
28394
28448
  a.bv = c;
28395
28449
  break;
28396
- case 96:
28450
+ case 98:
28397
28451
  a.bu = c;
28398
28452
  break;
28399
28453
  case 14:
@@ -28402,19 +28456,19 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
28402
28456
  case 2:
28403
28457
  a.thumbs._inner[0].s = c;
28404
28458
  break;
28405
- case 90:
28459
+ case 92:
28406
28460
  a.b0 = c;
28407
28461
  break;
28408
- case 91:
28462
+ case 93:
28409
28463
  a.ek = c;
28410
28464
  break;
28411
- case 92:
28465
+ case 94:
28412
28466
  a.es = c;
28413
28467
  break;
28414
- case 94:
28468
+ case 96:
28415
28469
  a.eu = c;
28416
28470
  break;
28417
- case 93:
28471
+ case 95:
28418
28472
  a.et = c;
28419
28473
  break;
28420
28474
  case 30:
@@ -29958,7 +30012,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
29958
30012
  }
29959
30013
  return enumGetBox(NativeUIDisplayDensity_$type, e);
29960
30014
  case 18: return enumGetBox(BaseControlTheme_$type, c.p);
29961
- case 85: return c.d;
30015
+ case 87: return c.d;
29962
30016
  case 0:
29963
30017
  switch (c.i) {
29964
30018
  case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
@@ -29998,7 +30052,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
29998
30052
  case 18:
29999
30053
  d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
30000
30054
  break;
30001
- case 85:
30055
+ case 87:
30002
30056
  d.d = c;
30003
30057
  break;
30004
30058
  case 0:
@@ -31436,8 +31490,8 @@ let XIconBridge = /*@__PURE__*/ (() => {
31436
31490
  a.svg = null;
31437
31491
  a.svgPath = null;
31438
31492
  a.b = null;
31439
- a.bc = null;
31440
- a.az = null;
31493
+ a.bg = null;
31494
+ a.a1 = null;
31441
31495
  let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
31442
31496
  if (b != null) {
31443
31497
  if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -31455,16 +31509,16 @@ let XIconBridge = /*@__PURE__*/ (() => {
31455
31509
  }
31456
31510
  let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
31457
31511
  if (d != null) {
31458
- a.bc = d;
31512
+ a.bg = d;
31459
31513
  return;
31460
31514
  }
31461
31515
  let e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
31462
31516
  if (e != null) {
31463
- a.az = e;
31517
+ a.a1 = e;
31464
31518
  }
31465
31519
  }
31466
31520
  exportVisualData(a) {
31467
- return a.ay();
31521
+ return a.a0();
31468
31522
  }
31469
31523
  }
31470
31524
  XIconBridge.$t = /*@__PURE__*/ markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
@@ -31538,7 +31592,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
31538
31592
  this.y = d;
31539
31593
  this.ah = b;
31540
31594
  break;
31541
- case 28:
31595
+ case 29:
31542
31596
  e.measuringContentSize = delegateCombine(e.measuringContentSize, runOn(this, this.ar));
31543
31597
  this.ac = d;
31544
31598
  this.w = b;
@@ -31583,7 +31637,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
31583
31637
  this.y = null;
31584
31638
  this.ah = null;
31585
31639
  break;
31586
- case 28:
31640
+ case 29:
31587
31641
  e.measuringContentSize = delegateRemove(e.measuringContentSize, runOn(this, this.ar));
31588
31642
  this.ac = null;
31589
31643
  this.w = null;
@@ -31650,7 +31704,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
31650
31704
  case 42: return c.c4;
31651
31705
  case 39: return c.ao;
31652
31706
  case 62: return c.a4;
31653
- case 108: return c.ay;
31707
+ case 110: return c.ay;
31654
31708
  }
31655
31709
  return super.getValue(a, b);
31656
31710
  }
@@ -31710,7 +31764,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
31710
31764
  case 62:
31711
31765
  d.a4 = c;
31712
31766
  break;
31713
- case 108:
31767
+ case 110:
31714
31768
  d.ay = c;
31715
31769
  break;
31716
31770
  }
@@ -31752,7 +31806,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
31752
31806
  }
31753
31807
  }
31754
31808
  exportVisualData(a) {
31755
- return a.ay();
31809
+ return a.a0();
31756
31810
  }
31757
31811
  addChild(a, b) {
31758
31812
  this.ae.add(b);