igniteui-angular-inputs 21.0.1 → 21.1.0-beta.1

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 (70) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +933 -765
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +21 -21
  4. package/esm2015/lib/CalendarView_combined.js +3 -3
  5. package/esm2015/lib/CheckboxView_combined.js +23 -23
  6. package/esm2015/lib/IconView_combined.js +163 -163
  7. package/esm2015/lib/InputGroupView_combined.js +33 -31
  8. package/esm2015/lib/MultiSliderBridge.js +14 -14
  9. package/esm2015/lib/MultiSliderView_combined.js +17 -17
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +241 -222
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XButtonBridge.js +20 -20
  13. package/esm2015/lib/XButtonGroupBridge.js +8 -8
  14. package/esm2015/lib/XCheckboxBridge.js +8 -8
  15. package/esm2015/lib/XComponentBridge.js +4 -2
  16. package/esm2015/lib/XIconBridge.js +23 -23
  17. package/esm2015/lib/XIconButtonBridge.js +5 -5
  18. package/esm2015/lib/XInputBridge.js +18 -18
  19. package/esm2015/lib/XPopupBridge.js +28 -28
  20. package/esm2015/lib/igx-color-editor-component.js +3 -0
  21. package/esm2015/lib/igx-multi-slider-thumb-collection.js +7 -7
  22. package/esm2015/lib/igx-multi-slider-thumb-component.js +209 -0
  23. package/esm2015/lib/igx-multi-slider-thumb-dynamic-module.js +34 -0
  24. package/esm2015/lib/igx-multi-slider-thumb-module.js +27 -0
  25. package/esm2015/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  26. package/esm2015/lib/igx-multi-slider-track-thumb-range.js +5 -15
  27. package/esm2015/lib/igx-x-icon-component.js +10 -10
  28. package/esm2015/public_api.js +3 -1
  29. package/esm5/lib/ButtonView_combined.js +21 -21
  30. package/esm5/lib/CalendarView_combined.js +3 -3
  31. package/esm5/lib/CheckboxView_combined.js +23 -23
  32. package/esm5/lib/IconView_combined.js +158 -158
  33. package/esm5/lib/InputGroupView_combined.js +33 -31
  34. package/esm5/lib/MultiSliderBridge.js +14 -14
  35. package/esm5/lib/MultiSliderView_combined.js +17 -17
  36. package/esm5/lib/NativeUIXInputsFactory_combined.js +251 -224
  37. package/esm5/lib/RippleView_combined.js +1 -1
  38. package/esm5/lib/XButtonBridge.js +20 -20
  39. package/esm5/lib/XButtonGroupBridge.js +8 -8
  40. package/esm5/lib/XCheckboxBridge.js +8 -8
  41. package/esm5/lib/XComponentBridge.js +4 -2
  42. package/esm5/lib/XIconBridge.js +23 -23
  43. package/esm5/lib/XIconButtonBridge.js +5 -5
  44. package/esm5/lib/XInputBridge.js +18 -18
  45. package/esm5/lib/XPopupBridge.js +28 -28
  46. package/esm5/lib/igx-color-editor-component.js +3 -0
  47. package/esm5/lib/igx-multi-slider-thumb-collection.js +7 -7
  48. package/esm5/lib/igx-multi-slider-thumb-component.js +233 -0
  49. package/esm5/lib/igx-multi-slider-thumb-dynamic-module.js +33 -0
  50. package/esm5/lib/igx-multi-slider-thumb-module.js +28 -0
  51. package/esm5/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  52. package/esm5/lib/igx-multi-slider-track-thumb-range.js +5 -15
  53. package/esm5/lib/igx-x-icon-component.js +10 -10
  54. package/esm5/public_api.js +3 -1
  55. package/fesm2015/igniteui-angular-inputs.js +908 -749
  56. package/fesm5/igniteui-angular-inputs.js +931 -765
  57. package/lib/IconView_combined.d.ts +33 -34
  58. package/lib/MultiSliderView_combined.d.ts +1 -1
  59. package/lib/NativeUIXInputsFactory_combined.d.ts +18 -13
  60. package/lib/igx-multi-slider-thumb-collection.d.ts +4 -4
  61. package/lib/igx-multi-slider-thumb-component.d.ts +47 -0
  62. package/lib/igx-multi-slider-thumb-dynamic-module.d.ts +9 -0
  63. package/lib/igx-multi-slider-thumb-module.d.ts +8 -0
  64. package/lib/igx-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  65. package/lib/igx-multi-slider-track-thumb-range.d.ts +5 -5
  66. package/package.json +2 -2
  67. package/public_api.d.ts +3 -1
  68. package/esm2015/lib/igx-multi-slider-thumb.js +0 -111
  69. package/esm5/lib/igx-multi-slider-thumb.js +0 -134
  70. package/lib/igx-multi-slider-thumb.d.ts +0 -33
@@ -208,7 +208,7 @@ let RippleView = /*@__PURE__*/ (() => {
208
208
  d.setStyleProperty("pointer-events", "none");
209
209
  d.setStyleProperty("border-radius", c + "px");
210
210
  d.setStyleProperty("opacity", ".5");
211
- NativeUI.af(d, ((() => {
211
+ NativeUI.ai(d, ((() => {
212
212
  let $ret = new ScaleTransform();
213
213
  $ret.l = 0.3;
214
214
  $ret.m = 0.3;
@@ -1009,7 +1009,7 @@ let ButtonView = /*@__PURE__*/ (() => {
1009
1009
  this.o.setStyleProperty("white-space", "no-wrap");
1010
1010
  this.o.setStyleProperty("color", "#000");
1011
1011
  this.o.setStyleProperty("background", this.c.nt._fill);
1012
- NativeUI.o(this.o, this.c.k4);
1012
+ NativeUI.p(this.o, this.c.k4);
1013
1013
  this.o.setAttribute("id", this.c.hz);
1014
1014
  this.ay();
1015
1015
  this.i.add(c.listen("change", runOn(this, this.aa)));
@@ -2079,10 +2079,10 @@ let XButton = /*@__PURE__*/ (() => {
2079
2079
  if (a == null) {
2080
2080
  return;
2081
2081
  }
2082
- NativeUI.o(a, this.k4);
2083
- NativeUI.n(a, this.nu);
2082
+ NativeUI.p(a, this.k4);
2083
+ NativeUI.o(a, this.nu);
2084
2084
  if (!isNaN_(this.bk)) {
2085
- NativeUI.p(a, new Thickness(0, this.bk));
2085
+ NativeUI.q(a, new Thickness(0, this.bk));
2086
2086
  }
2087
2087
  if (this.disabled) {
2088
2088
  this.view.a0(this.cv, this.v);
@@ -2099,17 +2099,17 @@ let XButton = /*@__PURE__*/ (() => {
2099
2099
  }
2100
2100
  }
2101
2101
  if (this.disabled) {
2102
- NativeUI.m(a, this.nv);
2102
+ NativeUI.n(a, this.nv);
2103
2103
  }
2104
2104
  else if (this.focused && this.a3) {
2105
- NativeUI.m(a, this.ny);
2105
+ NativeUI.n(a, this.ny);
2106
2106
  }
2107
2107
  else {
2108
2108
  if (this.a4 && !this.av) {
2109
- NativeUI.m(a, this.n0);
2109
+ NativeUI.n(a, this.n0);
2110
2110
  }
2111
2111
  else {
2112
- NativeUI.m(a, this.nt);
2112
+ NativeUI.n(a, this.nt);
2113
2113
  }
2114
2114
  }
2115
2115
  this.view.az(this.n3, BrushUtil.l(0, 0, 0, 0));
@@ -2117,21 +2117,21 @@ let XButton = /*@__PURE__*/ (() => {
2117
2117
  this.view.a2(this.ab);
2118
2118
  }
2119
2119
  if (this.disabled) {
2120
- NativeUI.q(this.view.t, this.nx);
2121
2120
  NativeUI.r(this.view.t, this.nx);
2121
+ NativeUI.t(this.view.t, this.nx);
2122
2122
  }
2123
2123
  else if (this.focused && this.a3) {
2124
- NativeUI.q(this.view.t, this.nz);
2125
2124
  NativeUI.r(this.view.t, this.nz);
2125
+ NativeUI.t(this.view.t, this.nz);
2126
2126
  }
2127
2127
  else {
2128
2128
  if (this.a4 && !this.av) {
2129
- NativeUI.q(this.view.t, this.n1);
2130
2129
  NativeUI.r(this.view.t, this.n1);
2130
+ NativeUI.t(this.view.t, this.n1);
2131
2131
  }
2132
2132
  else {
2133
- NativeUI.q(this.view.t, this.n4);
2134
2133
  NativeUI.r(this.view.t, this.n4);
2134
+ NativeUI.t(this.view.t, this.n4);
2135
2135
  }
2136
2136
  }
2137
2137
  }
@@ -3881,16 +3881,16 @@ let XButton = /*@__PURE__*/ (() => {
3881
3881
  c.p = e[1];
3882
3882
  c.h = this.o;
3883
3883
  c.i = this.r;
3884
- c.c = AppearanceHelper.a(NativeUI.ak(a));
3884
+ c.c = AppearanceHelper.a(NativeUI.an(a));
3885
3885
  c.g = AppearanceHelper.a(this.n5);
3886
3886
  c.d = AppearanceHelper.a(this.n2);
3887
3887
  c.a = AppearanceHelper.a(this.ns);
3888
3888
  c.u = this.cy;
3889
3889
  c.e = AppearanceHelper.a(this.n3);
3890
3890
  c.ag = this.k4;
3891
- c.b = AppearanceHelper.a(NativeUI.aj(a));
3891
+ c.b = AppearanceHelper.a(NativeUI.am(a));
3892
3892
  c.j = this.v;
3893
- c.f = AppearanceHelper.a(NativeUI.al(b));
3893
+ c.f = AppearanceHelper.a(NativeUI.ao(b));
3894
3894
  c.o = this.bk;
3895
3895
  c.x = this.f1;
3896
3896
  c.y = this.g5;
@@ -4260,9 +4260,9 @@ let XButton = /*@__PURE__*/ (() => {
4260
4260
  })()));
4261
4261
  XButton.k = new Theme(1, ((() => {
4262
4262
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4263
- $ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
4264
- $ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
4265
- $ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
4263
+ $ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
4264
+ $ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
4265
+ $ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
4266
4266
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
4267
4267
  return $ret;
4268
4268
  })()), ((() => {
@@ -4419,9 +4419,9 @@ let XButton = /*@__PURE__*/ (() => {
4419
4419
  })()));
4420
4420
  XButton.j = new Theme(1, ((() => {
4421
4421
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4422
- $ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
4423
- $ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
4424
- $ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
4422
+ $ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
4423
+ $ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
4424
+ $ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
4425
4425
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
4426
4426
  return $ret;
4427
4427
  })()), ((() => {
@@ -4805,7 +4805,7 @@ let IconView = /*@__PURE__*/ (() => {
4805
4805
  this.y.append(this.w);
4806
4806
  this.v.append(this.y);
4807
4807
  this.o.add(c.listen("click", runOn(this, this.ak)));
4808
- this.d.c6();
4808
+ this.d.c8();
4809
4809
  }
4810
4810
  ay(a) {
4811
4811
  this.z = null;
@@ -4848,7 +4848,7 @@ let IconView = /*@__PURE__*/ (() => {
4848
4848
  let b = this.v.rootWrapper.getNativeElement();
4849
4849
  b.innerHTML = a;
4850
4850
  this.z = this.v.rootWrapper.getChildAt(0);
4851
- let c = this.z.getAttribute("viewbox");
4851
+ let c = this.z.getAttribute("viewBox");
4852
4852
  if (c != null) {
4853
4853
  let d = c.split(' ');
4854
4854
  if (d.length == 1) {
@@ -4859,11 +4859,11 @@ let IconView = /*@__PURE__*/ (() => {
4859
4859
  let f = parseFloat(d[1].trim());
4860
4860
  let g = parseFloat(d[2].trim());
4861
4861
  let h = parseFloat(d[3].trim());
4862
- this.d.dd(e, f, g, h);
4862
+ this.d.df(e, f, g, h);
4863
4863
  }
4864
4864
  }
4865
4865
  else {
4866
- this.d.dd(NaN, NaN, NaN, NaN);
4866
+ this.d.df(NaN, NaN, NaN, NaN);
4867
4867
  }
4868
4868
  }
4869
4869
  }
@@ -4939,7 +4939,7 @@ let IconView = /*@__PURE__*/ (() => {
4939
4939
  this.v.rootWrapper.append(this.y);
4940
4940
  }
4941
4941
  else {
4942
- NativeUI.r(a, b);
4942
+ NativeUI.t(a, b);
4943
4943
  }
4944
4944
  }
4945
4945
  ar(a, b) {
@@ -4948,7 +4948,7 @@ let IconView = /*@__PURE__*/ (() => {
4948
4948
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
4949
4949
  }
4950
4950
  else {
4951
- NativeUI.aa(a, b);
4951
+ NativeUI.ad(a, b);
4952
4952
  }
4953
4953
  }
4954
4954
  ad(a) {
@@ -4958,10 +4958,10 @@ let IconView = /*@__PURE__*/ (() => {
4958
4958
  }
4959
4959
  }
4960
4960
  ae(a) {
4961
- this.d.c3();
4961
+ this.d.c5();
4962
4962
  }
4963
4963
  af(a) {
4964
- this.d.c4();
4964
+ this.d.c6();
4965
4965
  }
4966
4966
  aj() {
4967
4967
  this.j = true;
@@ -5134,18 +5134,18 @@ let XIcon = /*@__PURE__*/ (() => {
5134
5134
  this.dp = null;
5135
5135
  this.dq = null;
5136
5136
  this.dr = null;
5137
- this.be = null;
5138
- this.bj = null;
5139
- this.bm = null;
5137
+ this.bf = null;
5140
5138
  this.bl = null;
5139
+ this.bo = null;
5140
+ this.bn = null;
5141
5141
  this.a = null;
5142
- this.de = null;
5143
5142
  this.bd = null;
5143
+ this.be = null;
5144
5144
  this.n = null;
5145
- this.bk = "ig-icon-" + XIcon.bc++;
5145
+ this.bm = "ig-icon-" + XIcon.bc++;
5146
5146
  this.ba = 0;
5147
5147
  this.p = false;
5148
- this.bi = null;
5148
+ this.bk = null;
5149
5149
  this.r = false;
5150
5150
  this.q = false;
5151
5151
  this.af = 1;
@@ -5179,13 +5179,13 @@ let XIcon = /*@__PURE__*/ (() => {
5179
5179
  destroy() {
5180
5180
  this.provideContainer(null);
5181
5181
  }
5182
- c5(a, b, c) {
5182
+ c7(a, b, c) {
5183
5183
  if (this.propertyChanged != null) {
5184
5184
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
5185
5185
  }
5186
- this.c8(a, b, c);
5186
+ this.da(a, b, c);
5187
5187
  }
5188
- c8(a, b, c) {
5188
+ da(a, b, c) {
5189
5189
  switch (a) {
5190
5190
  case "Fill":
5191
5191
  case "Stroke":
@@ -5194,51 +5194,51 @@ let XIcon = /*@__PURE__*/ (() => {
5194
5194
  case "HoverStroke":
5195
5195
  case "HoverStrokeThickness":
5196
5196
  case "IsHover":
5197
- this.dc();
5197
+ this.de();
5198
5198
  break;
5199
5199
  case "FillColors":
5200
5200
  case "StrokeColors":
5201
5201
  case "ActualFill":
5202
5202
  case "ActualStroke":
5203
5203
  case "ActualStrokeWidth":
5204
- this.da();
5204
+ this.dc();
5205
5205
  break;
5206
5206
  case "SVG":
5207
- this.bm = null;
5207
+ this.bo = null;
5208
5208
  this.a = null;
5209
- this.da();
5209
+ this.dc();
5210
5210
  break;
5211
5211
  case "SVGPath":
5212
- this.bl = null;
5212
+ this.bn = null;
5213
5213
  this.a = null;
5214
- this.da();
5214
+ this.dc();
5215
5215
  break;
5216
5216
  case "SVGPaths":
5217
- this.bl = null;
5218
- this.bm = null;
5219
- this.da();
5217
+ this.bn = null;
5218
+ this.bo = null;
5219
+ this.dc();
5220
5220
  break;
5221
5221
  case "DataURL":
5222
- this.bl = null;
5223
- this.bm = null;
5222
+ this.bn = null;
5223
+ this.bo = null;
5224
5224
  this.a = null;
5225
- this.da();
5225
+ this.dc();
5226
5226
  break;
5227
5227
  case "Source":
5228
- this.bl = null;
5229
- this.bm = null;
5228
+ this.bn = null;
5229
+ this.bo = null;
5230
5230
  this.a = null;
5231
- this.da();
5231
+ this.dc();
5232
5232
  break;
5233
5233
  case "DataTemplate":
5234
5234
  case "DataTemplateContext":
5235
- this.bl = null;
5236
- this.bm = null;
5235
+ this.bn = null;
5236
+ this.bo = null;
5237
5237
  this.a = null;
5238
- this.da();
5238
+ this.dc();
5239
5239
  break;
5240
5240
  case "Opacity":
5241
- this.db();
5241
+ this.dd();
5242
5242
  break;
5243
5243
  case "ViewBoxLeft":
5244
5244
  this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
@@ -5264,7 +5264,7 @@ let XIcon = /*@__PURE__*/ (() => {
5264
5264
  break;
5265
5265
  }
5266
5266
  }
5267
- dc() {
5267
+ de() {
5268
5268
  let a = this.fill != null ? this.fill : XIcon.dx;
5269
5269
  let b = this.ea != null ? this.ea : XIcon.d1;
5270
5270
  let c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
@@ -5285,19 +5285,19 @@ let XIcon = /*@__PURE__*/ (() => {
5285
5285
  get t() {
5286
5286
  return this.svgPath != null && !this.view.m;
5287
5287
  }
5288
- db() {
5289
- NativeUI.y(this.view.aa, this.a3);
5288
+ dd() {
5289
+ NativeUI.ab(this.view.aa, this.a3);
5290
5290
  }
5291
- cz() {
5291
+ c1() {
5292
5292
  this.view.ag();
5293
5293
  }
5294
- da() {
5294
+ dc() {
5295
5295
  let a = this.view.aa;
5296
5296
  if (this.t) {
5297
5297
  let b = this.view.ab;
5298
- NativeUI.r(b, this.du);
5299
- NativeUI.aa(b, this.dv);
5300
- NativeUI.ad(b, this.aq);
5298
+ NativeUI.t(b, this.du);
5299
+ NativeUI.ad(b, this.dv);
5300
+ NativeUI.ag(b, this.aq);
5301
5301
  }
5302
5302
  else {
5303
5303
  let c = this.j();
@@ -5306,8 +5306,8 @@ let XIcon = /*@__PURE__*/ (() => {
5306
5306
  this.view.ai();
5307
5307
  }
5308
5308
  let d = false;
5309
- if (this.df != null) {
5310
- this.view.as(this.df, this.bf);
5309
+ if (this.bg != null) {
5310
+ this.view.as(this.bg, this.bh);
5311
5311
  }
5312
5312
  else if (this.svgPath != null) {
5313
5313
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -5322,9 +5322,9 @@ let XIcon = /*@__PURE__*/ (() => {
5322
5322
  this.view.az(this.b);
5323
5323
  let e = this.view.c;
5324
5324
  if (e != null && e.length > 0) {
5325
- let f = NativeUI.r;
5326
- let g = NativeUI.aa;
5327
- this.c7();
5325
+ let f = NativeUI.t;
5326
+ let g = NativeUI.ad;
5327
+ this.c9();
5328
5328
  f = runOn(this.view, this.view.aq);
5329
5329
  g = runOn(this.view, this.view.ar);
5330
5330
  for (let h = 0; h < e.length; h++) {
@@ -5335,10 +5335,10 @@ let XIcon = /*@__PURE__*/ (() => {
5335
5335
  g(e[h], this.dv);
5336
5336
  }
5337
5337
  if (!isNaN_(this.aq)) {
5338
- NativeUI.ad(e[h], this.aq);
5338
+ NativeUI.ag(e[h], this.aq);
5339
5339
  }
5340
5340
  if (this.dw != null) {
5341
- NativeUI.q(e[h], this.dw);
5341
+ NativeUI.r(e[h], this.dw);
5342
5342
  }
5343
5343
  if (this.e != null && this.e.count == e.length) {
5344
5344
  f(e[h], this.e.item(h));
@@ -5357,30 +5357,30 @@ let XIcon = /*@__PURE__*/ (() => {
5357
5357
  this.view.ax(this.svg);
5358
5358
  d = true;
5359
5359
  }
5360
- else if (this.b0 != null) {
5361
- this.view.at(this.b0);
5360
+ else if (this.b2 != null) {
5361
+ this.view.at(this.b2);
5362
5362
  }
5363
- else if (this.bh != null) {
5364
- this.view.aw(this.bh);
5363
+ else if (this.bj != null) {
5364
+ this.view.aw(this.bj);
5365
5365
  }
5366
5366
  else {
5367
5367
  }
5368
5368
  if (d) {
5369
5369
  for (let i = 0; i < this.view.r.count; i++) {
5370
5370
  let j = this.view.r._inner[i].c;
5371
- NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
5371
+ NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
5372
5372
  }
5373
5373
  for (let k = 0; k < this.view.s.count; k++) {
5374
5374
  let l = this.view.s._inner[k].c;
5375
- NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
5375
+ NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
5376
5376
  }
5377
5377
  for (let m = 0; m < this.view.t.count; m++) {
5378
5378
  let n = this.view.t._inner[m].c;
5379
- NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
5379
+ NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
5380
5380
  }
5381
5381
  for (let o = 0; o < this.view.u.count; o++) {
5382
5382
  let p = this.view.u._inner[o].c;
5383
- NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
5383
+ NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
5384
5384
  }
5385
5385
  for (let q = 0; q < this.view.e.o.count; q++) {
5386
5386
  let r = this.view.e.o._inner[q];
@@ -5389,7 +5389,7 @@ let XIcon = /*@__PURE__*/ (() => {
5389
5389
  if (t < this.e.count) {
5390
5390
  for (let u = 0; u < this.view.e.q._inner[q].count; u++) {
5391
5391
  let v = this.view.e.q._inner[q]._inner[u].c;
5392
- NativeUI.r(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
5392
+ NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
5393
5393
  }
5394
5394
  }
5395
5395
  }
@@ -5400,35 +5400,35 @@ let XIcon = /*@__PURE__*/ (() => {
5400
5400
  if (z < this.f.count) {
5401
5401
  for (let aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
5402
5402
  let ab = this.view.f.q._inner[w]._inner[aa].c;
5403
- NativeUI.aa(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
5403
+ NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
5404
5404
  }
5405
5405
  }
5406
5406
  }
5407
5407
  for (let ac = 0; ac < this.view.q.count; ac++) {
5408
5408
  let ad = this.view.q._inner[ac].c;
5409
- NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
5410
- NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
5409
+ NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
5410
+ NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
5411
5411
  }
5412
5412
  }
5413
5413
  let ae = this.view.aa;
5414
5414
  if (this.du != null) {
5415
- NativeUI.r(ae, this.du);
5415
+ NativeUI.t(ae, this.du);
5416
5416
  }
5417
5417
  if (this.dv != null) {
5418
- NativeUI.aa(ae, this.dv);
5418
+ NativeUI.ad(ae, this.dv);
5419
5419
  }
5420
5420
  if (!isNaN_(this.aq)) {
5421
- NativeUI.ad(ae, this.aq);
5421
+ NativeUI.ag(ae, this.aq);
5422
5422
  }
5423
5423
  }
5424
5424
  if (this.o != null) {
5425
5425
  this.view.a0(this.o);
5426
5426
  }
5427
5427
  if (this.dw != null) {
5428
- NativeUI.q(this.view.aa, this.dw);
5428
+ NativeUI.r(this.view.aa, this.dw);
5429
5429
  }
5430
5430
  }
5431
- c7() {
5431
+ c9() {
5432
5432
  if (this.du != null) {
5433
5433
  this.view.ap(this.du, "fill");
5434
5434
  }
@@ -5457,10 +5457,10 @@ let XIcon = /*@__PURE__*/ (() => {
5457
5457
  else if (this.svg != null) {
5458
5458
  a = 0;
5459
5459
  }
5460
- else if (this.b0 != null) {
5460
+ else if (this.b2 != null) {
5461
5461
  a = 3;
5462
5462
  }
5463
- else if (this.bh != null) {
5463
+ else if (this.bj != null) {
5464
5464
  a = 4;
5465
5465
  }
5466
5466
  return a;
@@ -5472,7 +5472,7 @@ let XIcon = /*@__PURE__*/ (() => {
5472
5472
  let b = this.l;
5473
5473
  this.l = a;
5474
5474
  if (b != this.l) {
5475
- this.c5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
5475
+ this.c7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
5476
5476
  }
5477
5477
  }
5478
5478
  get du() {
@@ -5482,7 +5482,7 @@ let XIcon = /*@__PURE__*/ (() => {
5482
5482
  let b = this.dg;
5483
5483
  this.dg = a;
5484
5484
  if (b != this.dg) {
5485
- this.c5("ActualFill", b, a);
5485
+ this.c7("ActualFill", b, a);
5486
5486
  }
5487
5487
  }
5488
5488
  get dv() {
@@ -5492,7 +5492,7 @@ let XIcon = /*@__PURE__*/ (() => {
5492
5492
  let b = this.dh;
5493
5493
  this.dh = a;
5494
5494
  if (b != this.dh) {
5495
- this.c5("ActualStroke", b, a);
5495
+ this.c7("ActualStroke", b, a);
5496
5496
  }
5497
5497
  }
5498
5498
  get dw() {
@@ -5502,7 +5502,7 @@ let XIcon = /*@__PURE__*/ (() => {
5502
5502
  let b = this.di;
5503
5503
  this.di = a;
5504
5504
  if (b != this.di) {
5505
- this.c5("ActualTextColor", b, a);
5505
+ this.c7("ActualTextColor", b, a);
5506
5506
  }
5507
5507
  }
5508
5508
  get aq() {
@@ -5512,7 +5512,7 @@ let XIcon = /*@__PURE__*/ (() => {
5512
5512
  let b = this.y;
5513
5513
  this.y = a;
5514
5514
  if (b != this.y) {
5515
- this.c5("ActualStrokeWidth", b, a);
5515
+ this.c7("ActualStrokeWidth", b, a);
5516
5516
  }
5517
5517
  }
5518
5518
  get fill() {
@@ -5522,7 +5522,7 @@ let XIcon = /*@__PURE__*/ (() => {
5522
5522
  let b = this.dj;
5523
5523
  this.dj = a;
5524
5524
  if (b != this.dj) {
5525
- this.c5("Fill", b, a);
5525
+ this.c7("Fill", b, a);
5526
5526
  }
5527
5527
  }
5528
5528
  get ea() {
@@ -5532,7 +5532,7 @@ let XIcon = /*@__PURE__*/ (() => {
5532
5532
  let b = this.ds;
5533
5533
  this.ds = a;
5534
5534
  if (b != this.ds) {
5535
- this.c5("Stroke", b, a);
5535
+ this.c7("Stroke", b, a);
5536
5536
  }
5537
5537
  }
5538
5538
  get a4() {
@@ -5542,7 +5542,7 @@ let XIcon = /*@__PURE__*/ (() => {
5542
5542
  let b = this.ak;
5543
5543
  this.ak = a;
5544
5544
  if (b != this.ak) {
5545
- this.c5("StrokeWidth", b, a);
5545
+ this.c7("StrokeWidth", b, a);
5546
5546
  }
5547
5547
  }
5548
5548
  get eb() {
@@ -5552,7 +5552,7 @@ let XIcon = /*@__PURE__*/ (() => {
5552
5552
  let b = this.dt;
5553
5553
  this.dt = a;
5554
5554
  if (b != this.dt) {
5555
- this.c5("TextColor", b, a);
5555
+ this.c7("TextColor", b, a);
5556
5556
  }
5557
5557
  }
5558
5558
  get d3() {
@@ -5562,7 +5562,7 @@ let XIcon = /*@__PURE__*/ (() => {
5562
5562
  let b = this.dk;
5563
5563
  this.dk = a;
5564
5564
  if (b != this.dk) {
5565
- this.c5("HoverFill", b, a);
5565
+ this.c7("HoverFill", b, a);
5566
5566
  }
5567
5567
  }
5568
5568
  get d4() {
@@ -5572,7 +5572,7 @@ let XIcon = /*@__PURE__*/ (() => {
5572
5572
  let b = this.dl;
5573
5573
  this.dl = a;
5574
5574
  if (b != this.dl) {
5575
- this.c5("HoverStroke", b, a);
5575
+ this.c7("HoverStroke", b, a);
5576
5576
  }
5577
5577
  }
5578
5578
  get a2() {
@@ -5582,7 +5582,7 @@ let XIcon = /*@__PURE__*/ (() => {
5582
5582
  let b = this.ae;
5583
5583
  this.ae = a;
5584
5584
  if (b != this.ae) {
5585
- this.c5("HoverStrokeThickness", b, a);
5585
+ this.c7("HoverStrokeThickness", b, a);
5586
5586
  }
5587
5587
  }
5588
5588
  get d5() {
@@ -5592,7 +5592,7 @@ let XIcon = /*@__PURE__*/ (() => {
5592
5592
  let b = this.dm;
5593
5593
  this.dm = a;
5594
5594
  if (b != this.dm) {
5595
- this.c5("HoverTextColor", b, a);
5595
+ this.c7("HoverTextColor", b, a);
5596
5596
  }
5597
5597
  }
5598
5598
  get e() {
@@ -5602,7 +5602,7 @@ let XIcon = /*@__PURE__*/ (() => {
5602
5602
  let b = this.c;
5603
5603
  this.c = a;
5604
5604
  if (b != this.c) {
5605
- this.c5("FillColors", b, this.c);
5605
+ this.c7("FillColors", b, this.c);
5606
5606
  }
5607
5607
  }
5608
5608
  get f() {
@@ -5612,7 +5612,7 @@ let XIcon = /*@__PURE__*/ (() => {
5612
5612
  let b = this.d;
5613
5613
  this.d = a;
5614
5614
  if (b != this.d) {
5615
- this.c5("StrokeColors", b, this.d);
5615
+ this.c7("StrokeColors", b, this.d);
5616
5616
  }
5617
5617
  }
5618
5618
  get d6() {
@@ -5622,7 +5622,7 @@ let XIcon = /*@__PURE__*/ (() => {
5622
5622
  let b = this.dn;
5623
5623
  this.dn = a;
5624
5624
  if (b != this.dn) {
5625
- this.c5("PrimaryFillColor", b, this.dn);
5625
+ this.c7("PrimaryFillColor", b, this.dn);
5626
5626
  }
5627
5627
  }
5628
5628
  get d7() {
@@ -5632,7 +5632,7 @@ let XIcon = /*@__PURE__*/ (() => {
5632
5632
  let b = this.dp;
5633
5633
  this.dp = a;
5634
5634
  if (b != this.dp) {
5635
- this.c5("PrimaryStrokeColor", b, this.dp);
5635
+ this.c7("PrimaryStrokeColor", b, this.dp);
5636
5636
  }
5637
5637
  }
5638
5638
  get d8() {
@@ -5642,7 +5642,7 @@ let XIcon = /*@__PURE__*/ (() => {
5642
5642
  let b = this.dq;
5643
5643
  this.dq = a;
5644
5644
  if (b != this.dq) {
5645
- this.c5("SecondaryFillColor", b, this.dq);
5645
+ this.c7("SecondaryFillColor", b, this.dq);
5646
5646
  }
5647
5647
  }
5648
5648
  get d9() {
@@ -5652,47 +5652,47 @@ let XIcon = /*@__PURE__*/ (() => {
5652
5652
  let b = this.dr;
5653
5653
  this.dr = a;
5654
5654
  if (b != this.dr) {
5655
- this.c5("SecondaryStrokeColor", b, this.dr);
5655
+ this.c7("SecondaryStrokeColor", b, this.dr);
5656
5656
  }
5657
5657
  }
5658
- get bh() {
5659
- return this.be;
5658
+ get bj() {
5659
+ return this.bf;
5660
5660
  }
5661
- set bh(a) {
5662
- let b = this.be;
5663
- this.be = a;
5664
- if (b != this.be) {
5665
- this.c5("Source", b, a);
5661
+ set bj(a) {
5662
+ let b = this.bf;
5663
+ this.bf = a;
5664
+ if (b != this.bf) {
5665
+ this.c7("Source", b, a);
5666
5666
  }
5667
5667
  }
5668
- get b0() {
5669
- return this.bj;
5668
+ get b2() {
5669
+ return this.bl;
5670
5670
  }
5671
- set b0(a) {
5672
- let b = this.bj;
5673
- this.bj = a;
5674
- if (b != this.bj) {
5675
- this.c5("DataURL", b, a);
5671
+ set b2(a) {
5672
+ let b = this.bl;
5673
+ this.bl = a;
5674
+ if (b != this.bl) {
5675
+ this.c7("DataURL", b, a);
5676
5676
  }
5677
5677
  }
5678
5678
  get svgPath() {
5679
- return this.bm;
5679
+ return this.bo;
5680
5680
  }
5681
5681
  set svgPath(a) {
5682
- let b = this.bm;
5683
- this.bm = a;
5684
- if (b != this.bm) {
5685
- this.c5("SVGPath", b, a);
5682
+ let b = this.bo;
5683
+ this.bo = a;
5684
+ if (b != this.bo) {
5685
+ this.c7("SVGPath", b, a);
5686
5686
  }
5687
5687
  }
5688
5688
  get svg() {
5689
- return this.bl;
5689
+ return this.bn;
5690
5690
  }
5691
5691
  set svg(a) {
5692
- let b = this.bl;
5693
- this.bl = a;
5694
- if (b != this.bl) {
5695
- this.c5("SVG", b, this.bl);
5692
+ let b = this.bn;
5693
+ this.bn = a;
5694
+ if (b != this.bn) {
5695
+ this.c7("SVG", b, this.bn);
5696
5696
  }
5697
5697
  }
5698
5698
  get b() {
@@ -5702,33 +5702,33 @@ let XIcon = /*@__PURE__*/ (() => {
5702
5702
  let b = this.a;
5703
5703
  this.a = a;
5704
5704
  if (b != this.a) {
5705
- this.c5("SVGPaths", b, this.a);
5706
- }
5707
- }
5708
- get df() {
5709
- return this.de;
5710
- }
5711
- set df(a) {
5712
- let b = this.de;
5713
- this.de = a;
5714
- if (b != this.de) {
5715
- this.c5("DataTemplate", b, this.de);
5705
+ this.c7("SVGPaths", b, this.a);
5716
5706
  }
5717
5707
  }
5718
- get bf() {
5708
+ get bg() {
5719
5709
  return this.bd;
5720
5710
  }
5721
- set bf(a) {
5711
+ set bg(a) {
5722
5712
  let b = this.bd;
5723
5713
  this.bd = a;
5724
5714
  if (b != this.bd) {
5725
- this.c5("DataTemplateContext", b, this.bd);
5715
+ this.c7("DataTemplate", b, this.bd);
5726
5716
  }
5727
5717
  }
5728
- c3() {
5718
+ get bh() {
5719
+ return this.be;
5720
+ }
5721
+ set bh(a) {
5722
+ let b = this.be;
5723
+ this.be = a;
5724
+ if (b != this.be) {
5725
+ this.c7("DataTemplateContext", b, this.be);
5726
+ }
5727
+ }
5728
+ c5() {
5729
5729
  this.v = true;
5730
5730
  }
5731
- c4() {
5731
+ c6() {
5732
5732
  this.v = false;
5733
5733
  }
5734
5734
  get o() {
@@ -5738,17 +5738,17 @@ let XIcon = /*@__PURE__*/ (() => {
5738
5738
  let b = this.n;
5739
5739
  this.n = a;
5740
5740
  if (b != this.n) {
5741
- this.c5("TextStyle", b, a);
5741
+ this.c7("TextStyle", b, a);
5742
5742
  }
5743
5743
  }
5744
- get ca() {
5745
- return this.bk;
5744
+ get cc() {
5745
+ return this.bm;
5746
5746
  }
5747
- set ca(a) {
5748
- let b = this.bk;
5749
- this.bk = a;
5750
- if (b != this.bk) {
5751
- this.c5("Id", b, a);
5747
+ set cc(a) {
5748
+ let b = this.bm;
5749
+ this.bm = a;
5750
+ if (b != this.bm) {
5751
+ this.c7("Id", b, a);
5752
5752
  }
5753
5753
  }
5754
5754
  get s() {
@@ -5762,17 +5762,17 @@ let XIcon = /*@__PURE__*/ (() => {
5762
5762
  this.ba = a;
5763
5763
  this.p = true;
5764
5764
  if (b != this.ba) {
5765
- this.c5("TabIndex", b, a);
5765
+ this.c7("TabIndex", b, a);
5766
5766
  }
5767
5767
  }
5768
- get bv() {
5769
- return this.bi;
5768
+ get bx() {
5769
+ return this.bk;
5770
5770
  }
5771
- set bv(a) {
5772
- let b = this.bi;
5773
- this.bi = a;
5774
- if (b != this.bi) {
5775
- this.c5("AriaLabel", b, a);
5771
+ set bx(a) {
5772
+ let b = this.bk;
5773
+ this.bk = a;
5774
+ if (b != this.bk) {
5775
+ this.c7("AriaLabel", b, a);
5776
5776
  }
5777
5777
  }
5778
5778
  get v() {
@@ -5782,7 +5782,7 @@ let XIcon = /*@__PURE__*/ (() => {
5782
5782
  let b = this.r;
5783
5783
  this.r = a;
5784
5784
  if (b != this.r) {
5785
- this.c5("IsHover", b, a);
5785
+ this.c7("IsHover", b, a);
5786
5786
  }
5787
5787
  }
5788
5788
  get disabled() {
@@ -5792,7 +5792,7 @@ let XIcon = /*@__PURE__*/ (() => {
5792
5792
  let b = this.q;
5793
5793
  this.q = a;
5794
5794
  if (b != this.q) {
5795
- this.c5("IsDisabled", b, a);
5795
+ this.c7("IsDisabled", b, a);
5796
5796
  }
5797
5797
  }
5798
5798
  get a3() {
@@ -5802,7 +5802,7 @@ let XIcon = /*@__PURE__*/ (() => {
5802
5802
  let b = this.af;
5803
5803
  this.af = a;
5804
5804
  if (b != this.af) {
5805
- this.c5("Opacity", b, this.af);
5805
+ this.c7("Opacity", b, this.af);
5806
5806
  }
5807
5807
  }
5808
5808
  get as() {
@@ -5812,7 +5812,7 @@ let XIcon = /*@__PURE__*/ (() => {
5812
5812
  let b = this.aa;
5813
5813
  this.aa = a;
5814
5814
  if (b != this.aa) {
5815
- this.c5("ActualViewBoxLeft", b, this.aa);
5815
+ this.c7("ActualViewBoxLeft", b, this.aa);
5816
5816
  }
5817
5817
  }
5818
5818
  get a6() {
@@ -5822,7 +5822,7 @@ let XIcon = /*@__PURE__*/ (() => {
5822
5822
  let b = this.am;
5823
5823
  this.am = a;
5824
5824
  if (b != this.am) {
5825
- this.c5("ViewBoxLeft", b, this.am);
5825
+ this.c7("ViewBoxLeft", b, this.am);
5826
5826
  }
5827
5827
  }
5828
5828
  get at() {
@@ -5832,7 +5832,7 @@ let XIcon = /*@__PURE__*/ (() => {
5832
5832
  let b = this.ab;
5833
5833
  this.ab = a;
5834
5834
  if (b != this.ab) {
5835
- this.c5("ActualViewBoxTop", b, this.ab);
5835
+ this.c7("ActualViewBoxTop", b, this.ab);
5836
5836
  }
5837
5837
  }
5838
5838
  get a7() {
@@ -5842,7 +5842,7 @@ let XIcon = /*@__PURE__*/ (() => {
5842
5842
  let b = this.an;
5843
5843
  this.an = a;
5844
5844
  if (b != this.an) {
5845
- this.c5("ViewBoxTop", b, this.an);
5845
+ this.c7("ViewBoxTop", b, this.an);
5846
5846
  }
5847
5847
  }
5848
5848
  get au() {
@@ -5852,7 +5852,7 @@ let XIcon = /*@__PURE__*/ (() => {
5852
5852
  let b = this.ac;
5853
5853
  this.ac = a;
5854
5854
  if (b != this.ac) {
5855
- this.c5("ActualViewBoxWidth", b, this.ac);
5855
+ this.c7("ActualViewBoxWidth", b, this.ac);
5856
5856
  }
5857
5857
  }
5858
5858
  get a8() {
@@ -5862,7 +5862,7 @@ let XIcon = /*@__PURE__*/ (() => {
5862
5862
  let b = this.ao;
5863
5863
  this.ao = a;
5864
5864
  if (b != this.ao) {
5865
- this.c5("ViewBoxWidth", b, this.ao);
5865
+ this.c7("ViewBoxWidth", b, this.ao);
5866
5866
  }
5867
5867
  }
5868
5868
  get ar() {
@@ -5872,7 +5872,7 @@ let XIcon = /*@__PURE__*/ (() => {
5872
5872
  let b = this.z;
5873
5873
  this.z = a;
5874
5874
  if (b != this.z) {
5875
- this.c5("ActualViewBoxHeight", b, this.z);
5875
+ this.c7("ActualViewBoxHeight", b, this.z);
5876
5876
  }
5877
5877
  }
5878
5878
  get a5() {
@@ -5882,7 +5882,7 @@ let XIcon = /*@__PURE__*/ (() => {
5882
5882
  let b = this.al;
5883
5883
  this.al = a;
5884
5884
  if (b != this.al) {
5885
- this.c5("ViewBoxHeight", b, this.al);
5885
+ this.c7("ViewBoxHeight", b, this.al);
5886
5886
  }
5887
5887
  }
5888
5888
  get a9() {
@@ -5892,7 +5892,7 @@ let XIcon = /*@__PURE__*/ (() => {
5892
5892
  let b = this.ap;
5893
5893
  this.ap = a;
5894
5894
  if (b != this.ap) {
5895
- this.c5("Width", b, this.ap);
5895
+ this.c7("Width", b, this.ap);
5896
5896
  }
5897
5897
  }
5898
5898
  get a1() {
@@ -5902,10 +5902,10 @@ let XIcon = /*@__PURE__*/ (() => {
5902
5902
  let b = this.ad;
5903
5903
  this.ad = a;
5904
5904
  if (b != this.ad) {
5905
- this.c5("Height", b, this.ad);
5905
+ this.c7("Height", b, this.ad);
5906
5906
  }
5907
5907
  }
5908
- c6() {
5908
+ c8() {
5909
5909
  }
5910
5910
  onDetachedFromUI() {
5911
5911
  this.view.am();
@@ -5927,10 +5927,10 @@ let XIcon = /*@__PURE__*/ (() => {
5927
5927
  w() {
5928
5928
  return this.view.l();
5929
5929
  }
5930
- bg() {
5930
+ bi() {
5931
5931
  return this.g();
5932
5932
  }
5933
- b2() {
5933
+ b4() {
5934
5934
  let a = this.g();
5935
5935
  return a.l();
5936
5936
  }
@@ -5945,7 +5945,7 @@ let XIcon = /*@__PURE__*/ (() => {
5945
5945
  a.a = this.view.a();
5946
5946
  a.svg = this.svg;
5947
5947
  a.svgPath = this.svgPath;
5948
- a.k = this.b0;
5948
+ a.k = this.b2;
5949
5949
  if (this.o != null) {
5950
5950
  let d = this.o;
5951
5951
  if (this.view != null && d.q == null) {
@@ -5979,7 +5979,7 @@ let XIcon = /*@__PURE__*/ (() => {
5979
5979
  provideContainer(a) {
5980
5980
  this.view.al(a);
5981
5981
  }
5982
- dd(a, b, c, d) {
5982
+ df(a, b, c, d) {
5983
5983
  this.ah = a;
5984
5984
  this.ai = b;
5985
5985
  this.aj = c;
@@ -8914,7 +8914,7 @@ let XCalendar = /*@__PURE__*/ (() => {
8914
8914
  m.d = n[1] - e;
8915
8915
  m.c = NativeUI.d(k._inner[l].parent());
8916
8916
  m.f = NativeUI.k(k._inner[l].parent());
8917
- m.b = AppearanceHelper.a(NativeUI.al(k._inner[l]));
8917
+ m.b = AppearanceHelper.a(NativeUI.ao(k._inner[l]));
8918
8918
  m.g = k._inner[l].getText();
8919
8919
  a.k.add(m);
8920
8920
  }
@@ -8927,8 +8927,8 @@ let XCalendar = /*@__PURE__*/ (() => {
8927
8927
  q.d = r[1] - e;
8928
8928
  q.c = NativeUI.d(o._inner[p].parent());
8929
8929
  q.f = NativeUI.k(o._inner[p].parent());
8930
- q.b = AppearanceHelper.a(NativeUI.al(o._inner[p]));
8931
- q.a = AppearanceHelper.a(NativeUI.ak(o._inner[p]));
8930
+ q.b = AppearanceHelper.a(NativeUI.ao(o._inner[p]));
8931
+ q.a = AppearanceHelper.a(NativeUI.an(o._inner[p]));
8932
8932
  q.g = o._inner[p].getText();
8933
8933
  a.l.add(q);
8934
8934
  }
@@ -12533,19 +12533,19 @@ let IgxXIconComponent = /*@__PURE__*/ (() => {
12533
12533
  * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
12534
12534
  */
12535
12535
  get source() {
12536
- return this.i.bh;
12536
+ return this.i.bj;
12537
12537
  }
12538
12538
  set source(v) {
12539
- this.i.bh = v;
12539
+ this.i.bj = v;
12540
12540
  }
12541
12541
  /**
12542
12542
  * Gets or sets data url for the icon to use.
12543
12543
  */
12544
12544
  get dataURL() {
12545
- return this.i.b0;
12545
+ return this.i.b2;
12546
12546
  }
12547
12547
  set dataURL(v) {
12548
- this.i.b0 = v;
12548
+ this.i.b2 = v;
12549
12549
  }
12550
12550
  /**
12551
12551
  * Gets or sets path data for the icon to use.
@@ -12596,10 +12596,10 @@ let IgxXIconComponent = /*@__PURE__*/ (() => {
12596
12596
  * Gets or sets the id to use for the checkbox.
12597
12597
  */
12598
12598
  get id() {
12599
- return this.i.ca;
12599
+ return this.i.cc;
12600
12600
  }
12601
12601
  set id(v) {
12602
- this.i.ca = v;
12602
+ this.i.cc = v;
12603
12603
  }
12604
12604
  /**
12605
12605
  * Gets or sets TabIndex to use for the checkbox.
@@ -12614,10 +12614,10 @@ let IgxXIconComponent = /*@__PURE__*/ (() => {
12614
12614
  * Gets or sets the value of the aria-label attribute.
12615
12615
  */
12616
12616
  get ariaLabel() {
12617
- return this.i.bv;
12617
+ return this.i.bx;
12618
12618
  }
12619
12619
  set ariaLabel(v) {
12620
- this.i.bv = v;
12620
+ this.i.bx = v;
12621
12621
  }
12622
12622
  /**
12623
12623
  * Gets or sets whether the icon is hovered.
@@ -12805,7 +12805,7 @@ let IgxXIconComponent = /*@__PURE__*/ (() => {
12805
12805
 
12806
12806
  */
12807
12807
  exportVisualModel() {
12808
- let iv = this.i.bg();
12808
+ let iv = this.i.bi();
12809
12809
  return (iv);
12810
12810
  }
12811
12811
  /**
@@ -12813,7 +12813,7 @@ let IgxXIconComponent = /*@__PURE__*/ (() => {
12813
12813
 
12814
12814
  */
12815
12815
  exportSerializedVisualModel() {
12816
- let iv = this.i.b2();
12816
+ let iv = this.i.b4();
12817
12817
  return (iv);
12818
12818
  }
12819
12819
  _runInZone(act) {
@@ -13995,7 +13995,7 @@ let InputGroupView = /*@__PURE__*/ (() => {
13995
13995
  g.setStyleProperty("height", "2px");
13996
13996
  g.setStyleProperty("display", "block");
13997
13997
  g.setStyleProperty("pointer-events", "none");
13998
- NativeUI.af(g, ((() => {
13998
+ NativeUI.ai(g, ((() => {
13999
13999
  let $ret = new ScaleTransform();
14000
14000
  $ret.l = 0.5;
14001
14001
  $ret.m = 1;
@@ -14171,7 +14171,7 @@ let SuffixView = /*@__PURE__*/ (() => {
14171
14171
  $ret.m = 1;
14172
14172
  return $ret;
14173
14173
  })()));
14174
- NativeUI.af(this.h.rootWrapper, b);
14174
+ NativeUI.ai(this.h.rootWrapper, b);
14175
14175
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
14176
14176
  }
14177
14177
  g() {
@@ -14271,7 +14271,7 @@ let PrefixView = /*@__PURE__*/ (() => {
14271
14271
  $ret.m = 1;
14272
14272
  return $ret;
14273
14273
  })()));
14274
- NativeUI.af(this.h.rootWrapper, b);
14274
+ NativeUI.ai(this.h.rootWrapper, b);
14275
14275
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
14276
14276
  }
14277
14277
  g() {
@@ -14368,7 +14368,7 @@ let LabelView = /*@__PURE__*/ (() => {
14368
14368
  c.setStyleProperty("overflow", "hidden");
14369
14369
  c.setStyleProperty("height", "1.125rem");
14370
14370
  c.setStyleProperty("backface-visibility", "hidden");
14371
- NativeUI.q(this.m.rootWrapper, this.c.c3);
14371
+ NativeUI.r(this.m.rootWrapper, this.c.c3);
14372
14372
  c.setStyleProperty("outline-style", "none");
14373
14373
  c.setStyleProperty("box-shadow", "none");
14374
14374
  c.setStyleProperty("font-family", "Verdana");
@@ -14394,7 +14394,7 @@ let LabelView = /*@__PURE__*/ (() => {
14394
14394
  $ret.m = 1;
14395
14395
  return $ret;
14396
14396
  })()));
14397
- NativeUI.af(this.m.rootWrapper, a);
14397
+ NativeUI.ai(this.m.rootWrapper, a);
14398
14398
  this.n.setStyleProperty("height", "1.125rem");
14399
14399
  this.m.rootWrapper.setStyleProperty("position", "absolute");
14400
14400
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
@@ -14565,7 +14565,7 @@ let LabelView = /*@__PURE__*/ (() => {
14565
14565
  }
14566
14566
  }
14567
14567
  ah(a) {
14568
- NativeUI.q(this.n, a);
14568
+ NativeUI.r(this.n, a);
14569
14569
  }
14570
14570
  e() {
14571
14571
  return ((() => {
@@ -14643,7 +14643,7 @@ let InputView = /*@__PURE__*/ (() => {
14643
14643
  c.setStyleProperty("background-attachment", "initial");
14644
14644
  c.setStyleProperty("background-origin", "initial");
14645
14645
  c.setStyleProperty("background-color", "transparent");
14646
- NativeUI.q(c, this.c.d4);
14646
+ NativeUI.r(c, this.c.d4);
14647
14647
  c.setStyleProperty("outline-style", "none");
14648
14648
  c.setStyleProperty("box-shadow", "none");
14649
14649
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
@@ -14774,7 +14774,7 @@ let InputView = /*@__PURE__*/ (() => {
14774
14774
  $ret.m = 1;
14775
14775
  return $ret;
14776
14776
  })()));
14777
- NativeUI.af(this.m.rootWrapper, b);
14777
+ NativeUI.ai(this.m.rootWrapper, b);
14778
14778
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
14779
14779
  }
14780
14780
  l() {
@@ -15792,7 +15792,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
15792
15792
  this.jv();
15793
15793
  break;
15794
15794
  case "IsDisabled":
15795
- NativeUI.u(this.view.v, !this.disabled);
15795
+ NativeUI.w(this.view.v, !this.disabled);
15796
15796
  break;
15797
15797
  }
15798
15798
  }
@@ -15975,44 +15975,44 @@ let XInputGroup = /*@__PURE__*/ (() => {
15975
15975
  let e = this.v != null && this.v.playState == 1;
15976
15976
  let f = this.w != null && this.w.playState == 1;
15977
15977
  let g = this.u != null && this.u.playState == 1;
15978
- NativeUI.o(a, this.ko);
15979
- NativeUI.o(b, this.ko);
15980
- NativeUI.m(a, this.l5);
15981
- NativeUI.z(a, this.oe);
15978
+ NativeUI.p(a, this.ko);
15979
+ NativeUI.p(b, this.ko);
15980
+ NativeUI.n(a, this.l5);
15981
+ NativeUI.ac(a, this.oe);
15982
15982
  if (this.ao) {
15983
15983
  if (!g) {
15984
- NativeUI.n(b, this.l7);
15985
- NativeUI.p(b, new Thickness(0, this.ch));
15984
+ NativeUI.o(b, this.l7);
15985
+ NativeUI.q(b, new Thickness(0, this.ch));
15986
15986
  }
15987
15987
  if (!f) {
15988
- NativeUI.m(c, this.l8);
15988
+ NativeUI.n(c, this.l8);
15989
15989
  }
15990
15990
  }
15991
15991
  else {
15992
15992
  if (!f) {
15993
15993
  if (this.ap) {
15994
- NativeUI.m(c, this.l9);
15995
- NativeUI.y(c, this.ck);
15996
- NativeUI.t(c, this.cl);
15994
+ NativeUI.n(c, this.l9);
15995
+ NativeUI.ab(c, this.ck);
15996
+ NativeUI.v(c, this.cl);
15997
15997
  }
15998
15998
  else {
15999
- NativeUI.m(c, this.ma);
16000
- NativeUI.y(c, this.cm);
16001
- NativeUI.t(c, this.cp);
15999
+ NativeUI.n(c, this.ma);
16000
+ NativeUI.ab(c, this.cm);
16001
+ NativeUI.v(c, this.cp);
16002
16002
  }
16003
16003
  }
16004
16004
  if (!g) {
16005
- NativeUI.n(b, this.l6);
16006
- NativeUI.p(b, new Thickness(0, this.cg));
16005
+ NativeUI.o(b, this.l6);
16006
+ NativeUI.q(b, new Thickness(0, this.cg));
16007
16007
  }
16008
16008
  if (!f) {
16009
- NativeUI.m(a, this.l5);
16009
+ NativeUI.n(a, this.l5);
16010
16010
  }
16011
16011
  }
16012
16012
  if (!e) {
16013
- NativeUI.m(d, this.mb);
16014
- NativeUI.t(d, this.co);
16015
- NativeUI.y(d, this.cn);
16013
+ NativeUI.n(d, this.mb);
16014
+ NativeUI.v(d, this.co);
16015
+ NativeUI.ab(d, this.cn);
16016
16016
  }
16017
16017
  }
16018
16018
  get a() {
@@ -17987,6 +17987,8 @@ let XInputGroup = /*@__PURE__*/ (() => {
17987
17987
  $ret.addItem(1, XInputGroup.i);
17988
17988
  $ret.addItem(3, XInputGroup.l);
17989
17989
  $ret.addItem(4, XInputGroup.k);
17990
+ $ret.addItem(5, XInputGroup.l);
17991
+ $ret.addItem(6, XInputGroup.k);
17990
17992
  return $ret;
17991
17993
  })()), 2);
17992
17994
  return XInputGroup;
@@ -18642,7 +18644,7 @@ let XLabel = /*@__PURE__*/ (() => {
18642
18644
  a.c = this.p;
18643
18645
  a.e = this.t;
18644
18646
  a.d = this.s;
18645
- a.a = AppearanceHelper.a(NativeUI.al(b));
18647
+ a.a = AppearanceHelper.a(NativeUI.ao(b));
18646
18648
  a.b = this.l;
18647
18649
  a.i = this.ap;
18648
18650
  a.g = this.an;
@@ -18956,7 +18958,7 @@ let XInput = /*@__PURE__*/ (() => {
18956
18958
  if (this.ad != null) {
18957
18959
  this.view.bc(this.ad);
18958
18960
  }
18959
- NativeUI.q(this.view.r, this.d4);
18961
+ NativeUI.r(this.view.r, this.d4);
18960
18962
  this.view.a7();
18961
18963
  }
18962
18964
  get d4() {
@@ -19326,7 +19328,7 @@ let XInput = /*@__PURE__*/ (() => {
19326
19328
  a.l = this.ce;
19327
19329
  a.o = this.ci;
19328
19330
  a.d = this.au;
19329
- a.a = AppearanceHelper.a(NativeUI.al(b));
19331
+ a.a = AppearanceHelper.a(NativeUI.ao(b));
19330
19332
  a.k = this.b8;
19331
19333
  a.n = this.cg;
19332
19334
  a.e = this.aw;
@@ -25729,7 +25731,8 @@ let XComponentBridge = /*@__PURE__*/ (() => {
25729
25731
  case 15:
25730
25732
  case 17:
25731
25733
  case 7:
25732
- case 21: return b;
25734
+ case 21:
25735
+ case 1: return b;
25733
25736
  }
25734
25737
  return this.s != null ? this.s : b;
25735
25738
  }
@@ -25741,7 +25744,8 @@ let XComponentBridge = /*@__PURE__*/ (() => {
25741
25744
  }
25742
25745
  getTargetForBuildInProperty(a, b) {
25743
25746
  switch (b) {
25744
- case 108: return a;
25747
+ case 109:
25748
+ case 122: return a;
25745
25749
  }
25746
25750
  return this.s != null ? this.s : a;
25747
25751
  }
@@ -26000,18 +26004,18 @@ let XInputBridge = /*@__PURE__*/ (() => {
26000
26004
  let c = a;
26001
26005
  let d = typeCast(XInput.$, c.inputs._inner[0]);
26002
26006
  switch (b) {
26003
- case 103: return a.mc;
26007
+ case 104: return a.mc;
26004
26008
  case 3:
26005
26009
  this.an(a);
26006
26010
  let e = this.v(a);
26007
26011
  return e.text;
26008
- case 100:
26012
+ case 101:
26009
26013
  this.ao(a);
26010
26014
  return this.u.svgPath;
26011
- case 101:
26015
+ case 102:
26012
26016
  this.ao(a);
26013
26017
  return this.u.fill;
26014
- case 102:
26018
+ case 103:
26015
26019
  this.ao(a);
26016
26020
  return this.u.ea;
26017
26021
  case 2: return d.cq;
@@ -26047,11 +26051,11 @@ let XInputBridge = /*@__PURE__*/ (() => {
26047
26051
  }
26048
26052
  break;
26049
26053
  case 21: return d.a1;
26050
- case 32: return d.disabled;
26051
- case 33: return d.d8;
26052
- case 105: return d.selectionStart;
26053
- case 106: return d.selectionEnd;
26054
- case 107: return c.an;
26054
+ case 33: return d.disabled;
26055
+ case 34: return d.d8;
26056
+ case 106: return d.selectionStart;
26057
+ case 107: return d.selectionEnd;
26058
+ case 108: return c.an;
26055
26059
  }
26056
26060
  return null;
26057
26061
  }
@@ -26059,7 +26063,7 @@ let XInputBridge = /*@__PURE__*/ (() => {
26059
26063
  let d = a;
26060
26064
  let e = typeCast(XInput.$, d.inputs._inner[0]);
26061
26065
  switch (b) {
26062
- case 103:
26066
+ case 104:
26063
26067
  a.mc = c;
26064
26068
  break;
26065
26069
  case 3:
@@ -26067,15 +26071,15 @@ let XInputBridge = /*@__PURE__*/ (() => {
26067
26071
  let f = this.v(a);
26068
26072
  f.text = c;
26069
26073
  break;
26070
- case 100:
26074
+ case 101:
26071
26075
  this.ao(a);
26072
26076
  this.u.svgPath = c;
26073
26077
  break;
26074
- case 101:
26078
+ case 102:
26075
26079
  this.ao(a);
26076
26080
  this.u.fill = c;
26077
26081
  break;
26078
- case 102:
26082
+ case 103:
26079
26083
  this.ao(a);
26080
26084
  this.u.ea = c;
26081
26085
  break;
@@ -26146,19 +26150,19 @@ let XInputBridge = /*@__PURE__*/ (() => {
26146
26150
  case 21:
26147
26151
  e.a1 = c;
26148
26152
  break;
26149
- case 32:
26153
+ case 33:
26150
26154
  e.disabled = c;
26151
26155
  break;
26152
- case 33:
26156
+ case 34:
26153
26157
  e.d8 = c;
26154
26158
  break;
26155
- case 105:
26159
+ case 106:
26156
26160
  e.selectionStart = typeGetValue(c);
26157
26161
  break;
26158
- case 106:
26162
+ case 107:
26159
26163
  e.selectionEnd = typeGetValue(c);
26160
26164
  break;
26161
- case 107:
26165
+ case 108:
26162
26166
  d.an = c;
26163
26167
  break;
26164
26168
  }
@@ -26325,7 +26329,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
26325
26329
  d.clearButtonContent();
26326
26330
  if (typeCast(NativeUIComponent.$, c) !== null) {
26327
26331
  this.ac = c;
26328
- d.appendButtonContent(this.ac.an);
26332
+ d.appendButtonContent(this.ac.ao);
26329
26333
  }
26330
26334
  else {
26331
26335
  this.ac = c;
@@ -26356,10 +26360,10 @@ let XButtonBridge = /*@__PURE__*/ (() => {
26356
26360
  case 18:
26357
26361
  d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
26358
26362
  break;
26359
- case 54:
26363
+ case 55:
26360
26364
  if (typeCast(NativeUIComponent.$, c) !== null) {
26361
26365
  this.aa = c;
26362
- d.appendButtonContent(this.aa.an);
26366
+ d.appendButtonContent(this.aa.ao);
26363
26367
  }
26364
26368
  break;
26365
26369
  case 0:
@@ -26384,7 +26388,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
26384
26388
  case 4:
26385
26389
  d.ax = c;
26386
26390
  break;
26387
- case 32:
26391
+ case 33:
26388
26392
  d.disabled = c;
26389
26393
  break;
26390
26394
  case 5:
@@ -26396,19 +26400,19 @@ let XButtonBridge = /*@__PURE__*/ (() => {
26396
26400
  case 24:
26397
26401
  d.ql = c;
26398
26402
  break;
26399
- case 55:
26403
+ case 56:
26400
26404
  d.bn = c.left;
26401
26405
  d.bp = c.top;
26402
26406
  d.bo = c.right;
26403
26407
  d.bm = c.bottom;
26404
26408
  break;
26405
- case 57:
26409
+ case 58:
26406
26410
  d.az = c;
26407
26411
  break;
26408
- case 56:
26412
+ case 57:
26409
26413
  d.aw = c;
26410
26414
  break;
26411
- case 58:
26415
+ case 59:
26412
26416
  d.au = c;
26413
26417
  break;
26414
26418
  case 17:
@@ -26417,13 +26421,13 @@ let XButtonBridge = /*@__PURE__*/ (() => {
26417
26421
  case 11:
26418
26422
  d.ab = c;
26419
26423
  break;
26420
- case 88:
26424
+ case 89:
26421
26425
  d.bz = c;
26422
26426
  break;
26423
- case 59:
26427
+ case 60:
26424
26428
  d.a6 = c;
26425
26429
  break;
26426
- case 118:
26430
+ case 119:
26427
26431
  d.n7 = c;
26428
26432
  break;
26429
26433
  case 23:
@@ -26435,7 +26439,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
26435
26439
  let c = a;
26436
26440
  switch (b) {
26437
26441
  case 3: return this.ac;
26438
- case 54: return this.aa;
26442
+ case 55: return this.aa;
26439
26443
  case 1:
26440
26444
  switch (c.s) {
26441
26445
  case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
@@ -26456,18 +26460,18 @@ let XButtonBridge = /*@__PURE__*/ (() => {
26456
26460
  }
26457
26461
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
26458
26462
  case 4: return c.ax;
26459
- case 32: return c.disabled;
26463
+ case 33: return c.disabled;
26460
26464
  case 5: return c.av;
26461
26465
  case 6: return !c.a3;
26462
26466
  case 24: return c.ql;
26463
- case 55: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
26464
- case 57: return c.az;
26465
- case 56: return c.aw;
26466
- case 58: return c.au;
26467
+ case 56: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
26468
+ case 58: return c.az;
26469
+ case 57: return c.aw;
26470
+ case 59: return c.au;
26467
26471
  case 17: return c.k6;
26468
- case 88: return c.bz;
26469
- case 59: return c.a6;
26470
- case 118: return c.n7;
26472
+ case 89: return c.bz;
26473
+ case 60: return c.a6;
26474
+ case 119: return c.n7;
26471
26475
  case 23: return c.n6;
26472
26476
  }
26473
26477
  return null;
@@ -27536,7 +27540,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27536
27540
  this.m = true;
27537
27541
  this.ap();
27538
27542
  if (this.a != null) {
27539
- this.a.au(this.u.rootWrapper, "");
27543
+ this.a.av(this.u.rootWrapper, "");
27540
27544
  }
27541
27545
  if (this.z == -1) {
27542
27546
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -27545,7 +27549,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27545
27549
  au() {
27546
27550
  this.m = false;
27547
27551
  if (this.a != null && this.u != null) {
27548
- this.a.bi(this.u.rootWrapper, "");
27552
+ this.a.bk(this.u.rootWrapper, "");
27549
27553
  }
27550
27554
  if (this.z != -1) {
27551
27555
  window.clearTimeout(this.z);
@@ -27588,8 +27592,8 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27588
27592
  this.w = truncate(Math.round(d));
27589
27593
  }
27590
27594
  if (this.l.d && this.t != 1) {
27591
- this.l.aa();
27592
- this.l.ab(this.t, this.t);
27595
+ this.l.ac();
27596
+ this.l.ad(this.t, this.t);
27593
27597
  }
27594
27598
  this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
27595
27599
  for (let e = 0; e < this.r.count; e++) {
@@ -27611,29 +27615,29 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27611
27615
  this.a1(this.r._inner[i].allPaths);
27612
27616
  }
27613
27617
  if (this.l.d && this.t != 1) {
27614
- this.l.z();
27618
+ this.l.ab();
27615
27619
  }
27616
27620
  }
27617
27621
  a2(a) {
27618
27622
  if (a.j != null) {
27619
- this.l.aa();
27623
+ this.l.ac();
27620
27624
  }
27621
27625
  this.l.k(a.j);
27622
- this.l.x(a);
27626
+ this.l.y(a);
27623
27627
  if (a.j != null) {
27624
- this.l.z();
27628
+ this.l.ab();
27625
27629
  }
27626
27630
  }
27627
27631
  a1(a) {
27628
27632
  for (let b = 0; b < a.count; b++) {
27629
27633
  let c = a.item(b);
27630
27634
  if (c.j != null) {
27631
- this.l.aa();
27635
+ this.l.ac();
27632
27636
  }
27633
27637
  this.l.k(c.j);
27634
27638
  this.l.t(c);
27635
27639
  if (c.j != null) {
27636
- this.l.z();
27640
+ this.l.ab();
27637
27641
  }
27638
27642
  }
27639
27643
  }
@@ -27705,17 +27709,17 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27705
27709
  this.v = i;
27706
27710
  let j = this.u.get2DCanvasContext(this.v);
27707
27711
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
27708
- this.l.af(this.j);
27712
+ this.l.ah(this.j);
27709
27713
  this.ab();
27710
27714
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
27711
- this.a.bm = this.g.e0;
27715
+ this.a.bo = this.g.e0;
27712
27716
  let k = this.a;
27713
27717
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
27714
27718
  let l = this.a;
27715
27719
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
27716
27720
  let m = this.a;
27717
27721
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
27718
- this.a.ap = (n) => this.g.ey.containsPoint(n);
27722
+ this.a.aq = (n) => this.g.ey.containsPoint(n);
27719
27723
  this.g.ds(0, 0, e, f);
27720
27724
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
27721
27725
  this.g.trackDirty();
@@ -27738,8 +27742,8 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27738
27742
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
27739
27743
  let c = this.a;
27740
27744
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
27741
- this.a.ap = null;
27742
- this.a.aw();
27745
+ this.a.aq = null;
27746
+ this.a.ax();
27743
27747
  }
27744
27748
  }
27745
27749
  ay() {
@@ -27758,7 +27762,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27758
27762
  if (a || d) {
27759
27763
  this.g.ds(0, 0, b, c);
27760
27764
  if (this.a != null) {
27761
- this.a.bm = this.g.e0;
27765
+ this.a.bo = this.g.e0;
27762
27766
  }
27763
27767
  }
27764
27768
  }
@@ -27780,7 +27784,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27780
27784
  this.i = c;
27781
27785
  this.j = this.i;
27782
27786
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
27783
- this.l.af(this.i);
27787
+ this.l.ah(this.i);
27784
27788
  this.g.trackDirty();
27785
27789
  }
27786
27790
  }
@@ -29319,15 +29323,15 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
29319
29323
  switch (b) {
29320
29324
  case 12: return a.bg;
29321
29325
  case 13: return a.bf;
29322
- case 97: return a.bv;
29323
- case 98: return a.bf;
29326
+ case 98: return a.bv;
29327
+ case 99: return a.bf;
29324
29328
  case 14: return a.bl;
29325
29329
  case 2: return a.thumbs._inner[0].s;
29326
- case 92: return a.b0;
29327
- case 93: return a.ek;
29328
- case 94: return a.es;
29329
- case 96: return a.eu;
29330
- case 95: return a.et;
29330
+ case 93: return a.b0;
29331
+ case 94: return a.ek;
29332
+ case 95: return a.es;
29333
+ case 97: return a.eu;
29334
+ case 96: return a.et;
29331
29335
  case 30:
29332
29336
  let c = a.e;
29333
29337
  switch (c) {
@@ -29367,10 +29371,10 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
29367
29371
  case 13:
29368
29372
  a.bf = c;
29369
29373
  break;
29370
- case 97:
29374
+ case 98:
29371
29375
  a.bv = c;
29372
29376
  break;
29373
- case 98:
29377
+ case 99:
29374
29378
  a.bu = c;
29375
29379
  break;
29376
29380
  case 14:
@@ -29379,19 +29383,19 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
29379
29383
  case 2:
29380
29384
  a.thumbs._inner[0].s = c;
29381
29385
  break;
29382
- case 92:
29386
+ case 93:
29383
29387
  a.b0 = c;
29384
29388
  break;
29385
- case 93:
29389
+ case 94:
29386
29390
  a.ek = c;
29387
29391
  break;
29388
- case 94:
29392
+ case 95:
29389
29393
  a.es = c;
29390
29394
  break;
29391
- case 96:
29395
+ case 97:
29392
29396
  a.eu = c;
29393
29397
  break;
29394
- case 95:
29398
+ case 96:
29395
29399
  a.et = c;
29396
29400
  break;
29397
29401
  case 30:
@@ -30953,17 +30957,17 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
30953
30957
  }
30954
30958
  return enumGetBox(NativeUIDisplayDensity_$type, e);
30955
30959
  case 18: return enumGetBox(BaseControlTheme_$type, c.q);
30956
- case 87: return c.d;
30960
+ case 88: return c.d;
30957
30961
  case 0:
30958
30962
  switch (c.i) {
30959
30963
  case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
30960
30964
  case 1: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 1);
30961
30965
  }
30962
30966
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
30963
- case 32: return c.disabled;
30967
+ case 33: return c.disabled;
30964
30968
  case 24: return c.ht;
30965
30969
  case 17: return c.a2;
30966
- case 119: return c.hp;
30970
+ case 120: return c.hp;
30967
30971
  }
30968
30972
  return null;
30969
30973
  }
@@ -30994,7 +30998,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
30994
30998
  case 18:
30995
30999
  d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
30996
31000
  break;
30997
- case 87:
31001
+ case 88:
30998
31002
  d.d = c;
30999
31003
  break;
31000
31004
  case 0:
@@ -31007,7 +31011,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
31007
31011
  break;
31008
31012
  }
31009
31013
  break;
31010
- case 32:
31014
+ case 33:
31011
31015
  d.disabled = c;
31012
31016
  break;
31013
31017
  case 24:
@@ -31016,7 +31020,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
31016
31020
  case 17:
31017
31021
  d.a2 = c.e;
31018
31022
  break;
31019
- case 119:
31023
+ case 120:
31020
31024
  d.hp = c;
31021
31025
  break;
31022
31026
  }
@@ -31033,7 +31037,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
31033
31037
  addButton(a, b) {
31034
31038
  this.v.add(b);
31035
31039
  a.buttons.add(b.d.getMethodTarget(null));
31036
- a.appendContentChild(b.an);
31040
+ a.appendContentChild(b.ao);
31037
31041
  }
31038
31042
  updateButton(a, b, c) {
31039
31043
  this.v._inner[b] = c;
@@ -31042,7 +31046,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
31042
31046
  insertButton(a, b, c) {
31043
31047
  this.v.insert(b, c);
31044
31048
  a.buttons.insert(b, c.d.getMethodTarget(null));
31045
- a.appendContentChild(c.an);
31049
+ a.appendContentChild(c.ao);
31046
31050
  }
31047
31051
  removeButton(a, b) {
31048
31052
  this.v.removeAt(b);
@@ -31645,18 +31649,18 @@ let XCheckbox = /*@__PURE__*/ (() => {
31645
31649
  if (a == null || b == null) {
31646
31650
  return;
31647
31651
  }
31648
- NativeUI.o(a, new CornerRadius(0, this.ao));
31649
- NativeUI.o(b, new CornerRadius(0, this.ao));
31652
+ NativeUI.p(a, new CornerRadius(0, this.ao));
31653
+ NativeUI.p(b, new CornerRadius(0, this.ao));
31650
31654
  if (!isNaN_(this.an)) {
31651
- NativeUI.p(b, new Thickness(0, this.an));
31655
+ NativeUI.q(b, new Thickness(0, this.an));
31652
31656
  }
31653
31657
  if (this.checked) {
31654
- NativeUI.m(a, this.c8);
31655
- NativeUI.n(b, this.c9);
31658
+ NativeUI.n(a, this.c8);
31659
+ NativeUI.o(b, this.c9);
31656
31660
  }
31657
31661
  else {
31658
- NativeUI.m(a, this.db);
31659
- NativeUI.n(b, this.dc);
31662
+ NativeUI.n(a, this.db);
31663
+ NativeUI.o(b, this.dc);
31660
31664
  }
31661
31665
  }
31662
31666
  cw() {
@@ -31664,8 +31668,8 @@ let XCheckbox = /*@__PURE__*/ (() => {
31664
31668
  if (a == null) {
31665
31669
  return;
31666
31670
  }
31667
- NativeUI.aa(a, this.da);
31668
- NativeUI.ad(a, this.ap);
31671
+ NativeUI.ad(a, this.da);
31672
+ NativeUI.ag(a, this.ap);
31669
31673
  }
31670
31674
  get dl() {
31671
31675
  return this.c6;
@@ -32079,7 +32083,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
32079
32083
  this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
32080
32084
  }
32081
32085
  if (!this.indeterminate) {
32082
- NativeUI.af(this.view.v, null);
32086
+ NativeUI.ai(this.view.v, null);
32083
32087
  }
32084
32088
  if (this.z || this.indeterminate || a) {
32085
32089
  let d = this.view.u;
@@ -32098,23 +32102,23 @@ let XCheckbox = /*@__PURE__*/ (() => {
32098
32102
  $ret.j = -this.view.l();
32099
32103
  return $ret;
32100
32104
  })()));
32101
- NativeUI.m(d, this.c8);
32102
- NativeUI.n(e, this.c9);
32103
- NativeUI.y(f, 1);
32104
- NativeUI.ac(f, 41);
32105
- NativeUI.af(f, g);
32105
+ NativeUI.n(d, this.c8);
32106
+ NativeUI.o(e, this.c9);
32107
+ NativeUI.ab(f, 1);
32108
+ NativeUI.af(f, 41);
32109
+ NativeUI.ai(f, g);
32106
32110
  }
32107
32111
  else if (b) {
32108
- NativeUI.m(d, this.c8);
32109
- NativeUI.n(e, this.c9);
32110
- NativeUI.y(f, 1);
32111
- NativeUI.ac(f, 0);
32112
+ NativeUI.n(d, this.c8);
32113
+ NativeUI.o(e, this.c9);
32114
+ NativeUI.ab(f, 1);
32115
+ NativeUI.af(f, 0);
32112
32116
  }
32113
32117
  else {
32114
- NativeUI.m(d, this.db);
32115
- NativeUI.n(e, this.dc);
32116
- NativeUI.y(f, 0);
32117
- NativeUI.ac(f, 24);
32118
+ NativeUI.n(d, this.db);
32119
+ NativeUI.o(e, this.dc);
32120
+ NativeUI.ab(f, 0);
32121
+ NativeUI.af(f, 24);
32118
32122
  }
32119
32123
  if (this.o.playState == 1) {
32120
32124
  this.o.cancel();
@@ -32332,10 +32336,10 @@ let XCheckboxBridge = /*@__PURE__*/ (() => {
32332
32336
  case 7: return c.checked;
32333
32337
  case 18: return enumGetBox(BaseControlTheme_$type, c.n);
32334
32338
  case 17: return c.ar;
32335
- case 66: return c.dl;
32336
- case 68: return c.dm;
32337
- case 67: return c.dd;
32338
- case 69: return c.de;
32339
+ case 67: return c.dl;
32340
+ case 69: return c.dm;
32341
+ case 68: return c.dd;
32342
+ case 70: return c.de;
32339
32343
  }
32340
32344
  return null;
32341
32345
  }
@@ -32354,16 +32358,16 @@ let XCheckboxBridge = /*@__PURE__*/ (() => {
32354
32358
  case 17:
32355
32359
  d.ar = c;
32356
32360
  break;
32357
- case 66:
32361
+ case 67:
32358
32362
  d.dl = c;
32359
32363
  break;
32360
- case 68:
32364
+ case 69:
32361
32365
  d.dm = c;
32362
32366
  break;
32363
- case 67:
32367
+ case 68:
32364
32368
  d.dd = c;
32365
32369
  break;
32366
- case 69:
32370
+ case 70:
32367
32371
  d.de = c;
32368
32372
  break;
32369
32373
  }
@@ -32399,15 +32403,15 @@ let XIconBridge = /*@__PURE__*/ (() => {
32399
32403
  case 16: return this.v;
32400
32404
  case 15: return this.u;
32401
32405
  case 18: return enumGetBox(BaseControlTheme_$type, c.m);
32402
- case 44: return c.a6;
32403
- case 45: return c.a7;
32404
- case 46: return c.a8;
32405
- case 47: return c.a5;
32406
- case 48: return c.a9;
32407
- case 49: return c.a1;
32408
- case 63: return c.e;
32409
- case 64: return c.f;
32410
- case 65: return c.a4;
32406
+ case 45: return c.a6;
32407
+ case 46: return c.a7;
32408
+ case 47: return c.a8;
32409
+ case 48: return c.a5;
32410
+ case 49: return c.a9;
32411
+ case 50: return c.a1;
32412
+ case 64: return c.e;
32413
+ case 65: return c.f;
32414
+ case 66: return c.a4;
32411
32415
  }
32412
32416
  return super.getValue(a, b);
32413
32417
  }
@@ -32427,31 +32431,31 @@ let XIconBridge = /*@__PURE__*/ (() => {
32427
32431
  this.w(d);
32428
32432
  }
32429
32433
  break;
32430
- case 44:
32434
+ case 45:
32431
32435
  d.a6 = c;
32432
32436
  break;
32433
- case 45:
32437
+ case 46:
32434
32438
  d.a7 = c;
32435
32439
  break;
32436
- case 46:
32440
+ case 47:
32437
32441
  d.a8 = c;
32438
32442
  break;
32439
- case 47:
32443
+ case 48:
32440
32444
  d.a5 = c;
32441
32445
  break;
32442
- case 48:
32446
+ case 49:
32443
32447
  d.a9 = c;
32444
32448
  break;
32445
- case 49:
32449
+ case 50:
32446
32450
  d.a1 = c;
32447
32451
  break;
32448
- case 63:
32452
+ case 64:
32449
32453
  d.e = c;
32450
32454
  break;
32451
- case 64:
32455
+ case 65:
32452
32456
  d.f = c;
32453
32457
  break;
32454
- case 65:
32458
+ case 66:
32455
32459
  d.a4 = c;
32456
32460
  break;
32457
32461
  }
@@ -32466,8 +32470,8 @@ let XIconBridge = /*@__PURE__*/ (() => {
32466
32470
  a.svg = null;
32467
32471
  a.svgPath = null;
32468
32472
  a.b = null;
32469
- a.b0 = null;
32470
- a.bh = null;
32473
+ a.b2 = null;
32474
+ a.bj = null;
32471
32475
  let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
32472
32476
  if (b != null) {
32473
32477
  if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -32485,16 +32489,16 @@ let XIconBridge = /*@__PURE__*/ (() => {
32485
32489
  }
32486
32490
  let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
32487
32491
  if (d != null) {
32488
- a.b0 = d;
32492
+ a.b2 = d;
32489
32493
  return;
32490
32494
  }
32491
32495
  let e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
32492
32496
  if (e != null) {
32493
- a.bh = e;
32497
+ a.bj = e;
32494
32498
  }
32495
32499
  }
32496
32500
  exportVisualData(a) {
32497
- let b = a.bg();
32501
+ let b = a.bi();
32498
32502
  return b;
32499
32503
  }
32500
32504
  }
@@ -32660,28 +32664,28 @@ let XPopupBridge = /*@__PURE__*/ (() => {
32660
32664
  let c = a;
32661
32665
  switch (b) {
32662
32666
  case 22: return c.ax;
32663
- case 60: return c.av;
32664
- case 61: return c.aq;
32667
+ case 61: return c.av;
32668
+ case 62: return c.aq;
32665
32669
  case 25: return c.am;
32666
32670
  case 26: return c.a9;
32667
32671
  case 17: return c.a1;
32668
32672
  case 23: return c.c0;
32669
- case 35: switch (c.p) {
32673
+ case 36: switch (c.p) {
32670
32674
  case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
32671
32675
  default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
32672
32676
  }
32673
- case 36: return c.at;
32674
- case 37: return c.as;
32675
- case 40: return c.bb;
32676
- case 41: return c.au;
32677
- case 43: switch (c.v) {
32677
+ case 37: return c.at;
32678
+ case 38: return c.as;
32679
+ case 41: return c.bb;
32680
+ case 42: return c.au;
32681
+ case 44: switch (c.v) {
32678
32682
  case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
32679
32683
  default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
32680
32684
  }
32681
- case 42: return c.c4;
32682
- case 39: return c.ao;
32683
- case 62: return c.a4;
32684
- case 110: return c.ay;
32685
+ case 43: return c.c4;
32686
+ case 40: return c.ao;
32687
+ case 63: return c.a4;
32688
+ case 111: return c.ay;
32685
32689
  }
32686
32690
  return super.getValue(a, b);
32687
32691
  }
@@ -32700,7 +32704,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
32700
32704
  case 23:
32701
32705
  d.c0 = c;
32702
32706
  break;
32703
- case 35:
32707
+ case 36:
32704
32708
  switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
32705
32709
  case 1:
32706
32710
  d.p = 1;
@@ -32710,22 +32714,22 @@ let XPopupBridge = /*@__PURE__*/ (() => {
32710
32714
  break;
32711
32715
  }
32712
32716
  break;
32713
- case 36:
32717
+ case 37:
32714
32718
  d.at = c;
32715
32719
  break;
32716
- case 37:
32720
+ case 38:
32717
32721
  d.as = c;
32718
32722
  break;
32719
- case 40:
32723
+ case 41:
32720
32724
  d.bb = typeGetValue(c);
32721
32725
  break;
32722
- case 41:
32726
+ case 42:
32723
32727
  d.au = c;
32724
32728
  break;
32725
- case 42:
32729
+ case 43:
32726
32730
  d.c4 = c;
32727
32731
  break;
32728
- case 43:
32732
+ case 44:
32729
32733
  switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
32730
32734
  case 1:
32731
32735
  d.v = 1;
@@ -32735,13 +32739,13 @@ let XPopupBridge = /*@__PURE__*/ (() => {
32735
32739
  break;
32736
32740
  }
32737
32741
  break;
32738
- case 39:
32742
+ case 40:
32739
32743
  d.ao = c;
32740
32744
  break;
32741
- case 62:
32745
+ case 63:
32742
32746
  d.a4 = c;
32743
32747
  break;
32744
- case 110:
32748
+ case 111:
32745
32749
  d.ay = c;
32746
32750
  break;
32747
32751
  }
@@ -32751,7 +32755,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
32751
32755
  a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
32752
32756
  }
32753
32757
  showRelativeToTarget(a, b, c, d) {
32754
- let e = b.an.getNativeElement();
32758
+ let e = b.ao.getNativeElement();
32755
32759
  a.cr(e, this.v(c), this.u(d));
32756
32760
  }
32757
32761
  close(a) {
@@ -32783,17 +32787,17 @@ let XPopupBridge = /*@__PURE__*/ (() => {
32783
32787
  }
32784
32788
  }
32785
32789
  exportVisualData(a) {
32786
- return a.bg();
32790
+ return a.bi();
32787
32791
  }
32788
32792
  addChild(a, b) {
32789
32793
  this.ae.add(b);
32790
32794
  let c = a;
32791
- c.appendPopupContent(b.an);
32795
+ c.appendPopupContent(b.ao);
32792
32796
  }
32793
32797
  insertChild(a, b, c) {
32794
32798
  this.ae.add(c);
32795
32799
  let d = a;
32796
- d.appendPopupContent(c.an);
32800
+ d.appendPopupContent(c.ao);
32797
32801
  }
32798
32802
  getChildAt(a, b) {
32799
32803
  return this.ae._inner[b];
@@ -32803,12 +32807,12 @@ let XPopupBridge = /*@__PURE__*/ (() => {
32803
32807
  }
32804
32808
  removeChild(a, b) {
32805
32809
  let c = a;
32806
- c.removePopupContent(b.an);
32810
+ c.removePopupContent(b.ao);
32807
32811
  this.ae.remove(b);
32808
32812
  }
32809
32813
  removeChildAt(a, b) {
32810
32814
  let c = a;
32811
- c.removePopupContent(this.ae._inner[b].an);
32815
+ c.removePopupContent(this.ae._inner[b].ao);
32812
32816
  this.ae.removeAt(b);
32813
32817
  }
32814
32818
  }
@@ -32958,7 +32962,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
32958
32962
  return NativeUIXInputsFactory.a;
32959
32963
  }
32960
32964
  static m() {
32961
- NativeUIComponent.as(NativeUIXInputsFactory.b);
32965
+ NativeUIComponent.at(NativeUIXInputsFactory.b);
32962
32966
  }
32963
32967
  get flavor() {
32964
32968
  return this.c;
@@ -33028,7 +33032,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33028
33032
  f.inputs.add(j);
33029
33033
  let l = new XInputBridge(f);
33030
33034
  let m = new NativeUIInput();
33031
- m.an = d;
33035
+ m.ao = d;
33032
33036
  m.d = l;
33033
33037
  b(m);
33034
33038
  }
@@ -33042,7 +33046,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33042
33046
  let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
33043
33047
  let h = new XButtonBridge(f);
33044
33048
  let i = new NativeUIButton();
33045
- i.an = d;
33049
+ i.ao = d;
33046
33050
  i.d = h;
33047
33051
  b(i);
33048
33052
  }
@@ -33057,7 +33061,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33057
33061
  let h = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
33058
33062
  let i = new MultiSliderBridge(f);
33059
33063
  let j = new NativeUISlider();
33060
- j.an = d;
33064
+ j.ao = d;
33061
33065
  j.d = i;
33062
33066
  b(j);
33063
33067
  }
@@ -33070,7 +33074,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33070
33074
  let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
33071
33075
  let h = new XButtonGroupBridge(f);
33072
33076
  let i = new NativeUIButtonGroup();
33073
- i.an = d;
33077
+ i.ao = d;
33074
33078
  i.d = h;
33075
33079
  b(i);
33076
33080
  }
@@ -33083,7 +33087,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33083
33087
  let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
33084
33088
  let h = new ColorEditorBridge(f);
33085
33089
  let i = new NativeUIColorEditor();
33086
- i.an = d;
33090
+ i.ao = d;
33087
33091
  i.d = h;
33088
33092
  b(i);
33089
33093
  }
@@ -33096,7 +33100,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33096
33100
  let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
33097
33101
  let h = new XCheckboxBridge(f);
33098
33102
  let i = new NativeUICheckbox();
33099
- i.an = d;
33103
+ i.ao = d;
33100
33104
  i.d = h;
33101
33105
  b(i);
33102
33106
  }
@@ -33109,7 +33113,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33109
33113
  let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
33110
33114
  let h = new XIconBridge(f);
33111
33115
  let i = new NativeUIIcon();
33112
- i.an = d;
33116
+ i.ao = d;
33113
33117
  i.d = h;
33114
33118
  let j = c.createElement("div");
33115
33119
  let k = c.getSubRenderer(j);
@@ -33120,9 +33124,9 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33120
33124
  let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
33121
33125
  let n = new XButtonBridge(l);
33122
33126
  let o = new NativeUIButton();
33123
- o.an = j;
33127
+ o.ao = j;
33124
33128
  o.d = n;
33125
- o.bo = i;
33129
+ o.bp = i;
33126
33130
  b(o);
33127
33131
  }
33128
33132
  h(a, b) {
@@ -33134,7 +33138,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33134
33138
  let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
33135
33139
  let h = new XIconBridge(f);
33136
33140
  let i = new NativeUIIcon();
33137
- i.an = d;
33141
+ i.ao = d;
33138
33142
  i.d = h;
33139
33143
  b(i);
33140
33144
  }
@@ -33146,7 +33150,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
33146
33150
  f.provideRenderer(e);
33147
33151
  let g = new XPopupBridge(f);
33148
33152
  let h = new NativeUIPopup();
33149
- h.an = d;
33153
+ h.ao = d;
33150
33154
  h.d = g;
33151
33155
  b(h);
33152
33156
  }
@@ -33339,7 +33343,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33339
33343
  bf(a) {
33340
33344
  }
33341
33345
  a8(a) {
33342
- this.aa.append(this.aa.getWrapper(a.an));
33346
+ this.aa.append(this.aa.getWrapper(a.ao));
33343
33347
  }
33344
33348
  be(a, b, c, d, e, f, g) {
33345
33349
  let h = truncate(Math.round(f * this.a.ab));
@@ -33362,8 +33366,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33362
33366
  };
33363
33367
  }
33364
33368
  ba(a) {
33365
- if (this.ae == null || a.ao == null) {
33366
- a.ao = "image";
33369
+ if (this.ae == null || a.ap == null) {
33370
+ a.ap = "image";
33367
33371
  let b = this.aa.createElement("canvas");
33368
33372
  this.ae = b;
33369
33373
  let c = this.be(this.ae, this.m, this.l, this.au, this.at, 148, 148);
@@ -33373,7 +33377,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33373
33377
  this.at = c.p4;
33374
33378
  this.ae.setStyleProperty("justify-self", "center");
33375
33379
  this.ae.setStyleProperty("align-self", "center");
33376
- let d = a.an;
33380
+ let d = a.ao;
33377
33381
  d.append(this.ae);
33378
33382
  this.bm(this.a.ad());
33379
33383
  }
@@ -33407,8 +33411,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33407
33411
  }
33408
33412
  }
33409
33413
  a9(a) {
33410
- if (this.ad == null || a.ao == null) {
33411
- a.ao = "image";
33414
+ if (this.ad == null || a.ap == null) {
33415
+ a.ap = "image";
33412
33416
  let b = this.aa.createElement("canvas");
33413
33417
  this.ad = b;
33414
33418
  let c = this.be(this.ad, this.j, this.h, this.as, this.ar, 248, 19);
@@ -33418,7 +33422,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33418
33422
  this.ar = c.p4;
33419
33423
  this.ad.setStyleProperty("justify-self", "center");
33420
33424
  this.ad.setStyleProperty("align-self", "center");
33421
- let d = a.an;
33425
+ let d = a.ao;
33422
33426
  d.append(this.ad);
33423
33427
  this.bl(0);
33424
33428
  }
@@ -33452,9 +33456,9 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33452
33456
  }
33453
33457
  }
33454
33458
  bb(a) {
33455
- let b = a.an;
33459
+ let b = a.ao;
33456
33460
  if (b.getChildCount() == 1) {
33457
- a.ao = "image";
33461
+ a.ap = "image";
33458
33462
  let c = this.aa.createElement("canvas");
33459
33463
  this.ah = c;
33460
33464
  let d = this.be(this.ah, this.t, this.p, this.aw, this.av, 85, 148);
@@ -33476,8 +33480,8 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33476
33480
  }
33477
33481
  }
33478
33482
  bc(a) {
33479
- if (this.ai == null || a.ao == null) {
33480
- a.ao = "image";
33483
+ if (this.ai == null || a.ap == null) {
33484
+ a.ap = "image";
33481
33485
  let b = this.aa.createElement("canvas");
33482
33486
  this.ai = b;
33483
33487
  let c = this.be(this.ai, this.z, this.v, this.aw, this.av, 25, 148);
@@ -33487,7 +33491,7 @@ let ColorEditorPanelView = /*@__PURE__*/ (() => {
33487
33491
  this.av = c.p4;
33488
33492
  this.ai.setStyleProperty("justify-self", "center");
33489
33493
  this.ai.setStyleProperty("align-self", "center");
33490
- let d = a.an;
33494
+ let d = a.ao;
33491
33495
  d.append(this.ai);
33492
33496
  this.bo(0, 1, 0.5);
33493
33497
  }
@@ -33570,18 +33574,19 @@ let ColorEditorView = /*@__PURE__*/ (() => {
33570
33574
  constructor() {
33571
33575
  super();
33572
33576
  this.a = null;
33573
- this.h = null;
33577
+ this.i = null;
33574
33578
  this.d = null;
33575
33579
  this.g = new List$1(Delegate_$type, 0);
33576
33580
  this.e = true;
33581
+ this._createColorEditorPanel = null;
33577
33582
  this.b = null;
33578
33583
  }
33579
- q() {
33584
+ r() {
33580
33585
  }
33581
33586
  f() {
33582
33587
  return true;
33583
33588
  }
33584
- o(a) {
33589
+ p(a) {
33585
33590
  if (a == null) {
33586
33591
  for (let b of fromEnum(this.g)) {
33587
33592
  b();
@@ -33592,45 +33597,57 @@ let ColorEditorView = /*@__PURE__*/ (() => {
33592
33597
  if (this.a.a == null) {
33593
33598
  this.a.a = new DOMExecutionContext(a);
33594
33599
  }
33595
- this.h = a;
33600
+ this.i = a;
33596
33601
  this.a.bj();
33597
33602
  }
33598
- m() {
33603
+ n() {
33599
33604
  if (KeyFrameAnimationFactory.h == null) {
33600
- KeyFrameAnimationFactory.h = this.h;
33605
+ KeyFrameAnimationFactory.h = this.i;
33601
33606
  }
33602
33607
  }
33603
- n() {
33608
+ o() {
33604
33609
  this.e = true;
33605
33610
  }
33606
- p() {
33611
+ q() {
33607
33612
  this.e = false;
33608
33613
  }
33609
- j() {
33610
- return this.h;
33614
+ k() {
33615
+ return this.i;
33611
33616
  }
33612
- i() {
33613
- let a = new ColorEditorPanel();
33614
- this.b = a;
33615
- let b = this.h.createElement("div");
33616
- let c = this.h.getSubRenderer(b);
33617
- a.provideContainer(c);
33618
- let d = this.h.getExternal(a, null, null);
33619
- return b;
33617
+ get createColorEditorPanel() {
33618
+ return this._createColorEditorPanel;
33620
33619
  }
33621
- k(a, b) {
33622
- let c = a.an;
33623
- c.append(this.h.getWrapper(b));
33620
+ set createColorEditorPanel(a) {
33621
+ this._createColorEditorPanel = a;
33624
33622
  }
33625
- l(a) {
33626
- this.h.append(this.h.getWrapper(a.an));
33623
+ j() {
33624
+ if (this.createColorEditorPanel != null) {
33625
+ let a = this.createColorEditorPanel();
33626
+ let b = this.i.getWrapper(a);
33627
+ this.b = (a.i);
33628
+ return a;
33629
+ }
33630
+ let c = new ColorEditorPanel();
33631
+ this.b = c;
33632
+ let d = this.i.createElement("div");
33633
+ let e = this.i.getSubRenderer(d);
33634
+ c.provideContainer(e);
33635
+ let f = this.i.getExternal(c, null, null);
33636
+ return d;
33637
+ }
33638
+ l(a, b) {
33639
+ let c = a.ao;
33640
+ c.append(this.i.getWrapper(b));
33641
+ }
33642
+ m(a) {
33643
+ this.i.append(this.i.getWrapper(a.ao));
33627
33644
  }
33628
33645
  c(a) {
33629
33646
  return this.b;
33630
33647
  }
33631
- r(a) {
33632
- if (this.h != null) {
33633
- let b = this.h.rootWrapper.getNativeElement();
33648
+ s(a) {
33649
+ if (this.i != null) {
33650
+ let b = this.i.rootWrapper.getNativeElement();
33634
33651
  let c = (b.getBoundingClientRect());
33635
33652
  if (a) {
33636
33653
  c = new Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
@@ -33639,7 +33656,7 @@ let ColorEditorView = /*@__PURE__*/ (() => {
33639
33656
  }
33640
33657
  return null;
33641
33658
  }
33642
- s() {
33659
+ t() {
33643
33660
  return new Size(1, NaN, NaN);
33644
33661
  }
33645
33662
  }
@@ -33653,7 +33670,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33653
33670
  class ColorEditor extends Base {
33654
33671
  constructor() {
33655
33672
  super();
33656
- this.h = null;
33673
+ this._view = null;
33657
33674
  this.s = null;
33658
33675
  this.r = null;
33659
33676
  this.e = null;
@@ -33691,14 +33708,20 @@ let ColorEditor = /*@__PURE__*/ (() => {
33691
33708
  NativeUIXInputsFactory.m();
33692
33709
  let a = new ColorEditorView();
33693
33710
  a.a = this;
33694
- this.h = a;
33695
- this.h.q();
33711
+ this.view = a;
33712
+ this.view.r();
33713
+ }
33714
+ get view() {
33715
+ return this._view;
33716
+ }
33717
+ set view(a) {
33718
+ this._view = a;
33696
33719
  }
33697
33720
  onAttachedToUI() {
33698
- this.h.n();
33721
+ this.view.o();
33699
33722
  }
33700
33723
  onDetachedFromUI() {
33701
- this.h.p();
33724
+ this.view.q();
33702
33725
  }
33703
33726
  b4(a, b) {
33704
33727
  if (this.valueChanging != null) {
@@ -33718,11 +33741,11 @@ let ColorEditor = /*@__PURE__*/ (() => {
33718
33741
  this.provideContainer(null);
33719
33742
  }
33720
33743
  provideContainer(a) {
33721
- this.h.o(a);
33744
+ this.view.p(a);
33722
33745
  }
33723
33746
  get u() {
33724
33747
  if (this.t == null) {
33725
- this.t = new SRProvider(this.h.h);
33748
+ this.t = new SRProvider(this.view.i);
33726
33749
  this.t.cb("ColorEditor");
33727
33750
  }
33728
33751
  return this.t;
@@ -33921,7 +33944,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33921
33944
  break;
33922
33945
  case "Label":
33923
33946
  if (this.r != null) {
33924
- this.r.b5 = this.a2;
33947
+ this.r.b6 = this.a2;
33925
33948
  }
33926
33949
  break;
33927
33950
  case "TextStyle":
@@ -33929,7 +33952,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33929
33952
  break;
33930
33953
  case "ShowClearButton":
33931
33954
  if (this.r != null) {
33932
- if (this.r.b7 != "") {
33955
+ if (this.r.b8 != "") {
33933
33956
  }
33934
33957
  }
33935
33958
  break;
@@ -33941,14 +33964,14 @@ let ColorEditor = /*@__PURE__*/ (() => {
33941
33964
  break;
33942
33965
  case "AllowTextInput":
33943
33966
  if (this.r != null) {
33944
- this.r.b0 = this.am();
33967
+ this.r.b1 = this.am();
33945
33968
  }
33946
33969
  break;
33947
33970
  case "OpenOnFocus": break;
33948
33971
  case "IsDisabled":
33949
33972
  {
33950
33973
  if (this.r != null) {
33951
- this.r.b0 = this.am();
33974
+ this.r.b1 = this.am();
33952
33975
  }
33953
33976
  }
33954
33977
  break;
@@ -33959,7 +33982,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33959
33982
  }
33960
33983
  cj() {
33961
33984
  if (this.r != null) {
33962
- this.r.ce = this.cr;
33985
+ this.r.cf = this.cr;
33963
33986
  }
33964
33987
  }
33965
33988
  ch() {
@@ -33968,7 +33991,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33968
33991
  }
33969
33992
  ci() {
33970
33993
  if (this.n != null) {
33971
- this.r.bk = this.n;
33994
+ this.r.bl = this.n;
33972
33995
  }
33973
33996
  }
33974
33997
  bh() {
@@ -33976,7 +33999,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33976
33999
  return;
33977
34000
  }
33978
34001
  if (this.r != null) {
33979
- this.r.b7 = "";
34002
+ this.r.b8 = "";
33980
34003
  }
33981
34004
  this.value = BrushUtil.l(0, 0, 0, 0);
33982
34005
  this.e.ax();
@@ -33989,8 +34012,8 @@ let ColorEditor = /*@__PURE__*/ (() => {
33989
34012
  this.aa = false;
33990
34013
  }
33991
34014
  br() {
33992
- NativeUIWindow.h(15, runOn(this, this.b7), this.h.h);
33993
- NativeUIWindow.h(9, runOn(this, this.b6), this.h.h);
34015
+ NativeUIWindow.h(15, runOn(this, this.b7), this.view.i);
34016
+ NativeUIWindow.h(9, runOn(this, this.b6), this.view.i);
33994
34017
  }
33995
34018
  bv() {
33996
34019
  NativeUIWindow.i(15, runOn(this, this.b7));
@@ -33999,45 +34022,45 @@ let ColorEditor = /*@__PURE__*/ (() => {
33999
34022
  b6(a) {
34000
34023
  let b = a;
34001
34024
  if (this.r != null) {
34002
- if (this.s.b6 && !this.s.t(b.b) && !this.r.t(b.b)) {
34025
+ if (this.s.b7 && !this.s.t(b.b) && !this.r.t(b.b)) {
34003
34026
  this.bi();
34004
34027
  }
34005
34028
  }
34006
34029
  }
34007
34030
  b7(a) {
34008
34031
  if (this.r != null) {
34009
- let b = this.r.be();
34010
- this.s.ce(b);
34032
+ let b = this.r.bf();
34033
+ this.s.cf(b);
34011
34034
  }
34012
34035
  }
34013
34036
  bj() {
34014
- NativeUIComponent.av(this.h.j(), [12, 2, 7, 0], [2, 2, 2, 2], (a) => {
34037
+ NativeUIComponent.aw(this.view.k(), [12, 2, 7, 0], [2, 2, 2, 2], (a) => {
34015
34038
  let b = a[0];
34016
34039
  let c = a[1];
34017
34040
  let d = a[2];
34018
34041
  let e = a[3];
34019
- let f = this.h.i();
34020
- this.h.k(e, f);
34021
- b.bn(d);
34022
- d.bn(e);
34023
- this.h.l(c);
34024
- b.ch = BrushUtil.l(255, 255, 255, 255);
34025
- b.ca = 150;
34026
- b.b8 = 8;
34027
- b.cb = 4;
34028
- b.b1 = true;
34042
+ let f = this.view.j();
34043
+ this.view.l(e, f);
34044
+ b.bo(d);
34045
+ d.bo(e);
34046
+ this.view.m(c);
34047
+ b.ci = BrushUtil.l(255, 255, 255, 255);
34048
+ b.cb = 150;
34049
+ b.b9 = 8;
34050
+ b.cc = 4;
34051
+ b.b2 = true;
34029
34052
  this.r = c;
34030
34053
  this.r.c = this.j;
34031
- this.r.bp = this.l;
34032
- this.r.b6 = ColorEditor.a8;
34033
- this.r.cc = BrushUtil.l(255, 255, 255, 255);
34034
- this.r.cd = BrushUtil.l(255, 0, 0, 0);
34035
- this.r.bn = runOn(this, this.cf);
34054
+ this.r.bq = this.l;
34055
+ this.r.b7 = ColorEditor.a8;
34056
+ this.r.cd = BrushUtil.l(255, 255, 255, 255);
34057
+ this.r.ce = BrushUtil.l(255, 0, 0, 0);
34058
+ this.r.bo = runOn(this, this.cf);
34036
34059
  this.r.n = runOn(this, this.by);
34037
34060
  this.r.o = runOn(this, this.b0);
34038
- this.r.cb = BrushUtil.l(255, 0, 0, 255);
34061
+ this.r.cc = BrushUtil.l(255, 0, 0, 255);
34039
34062
  this.s = b;
34040
- this.e = this.h.c(f);
34063
+ this.e = this.view.c(f);
34041
34064
  this.e.value = this.value;
34042
34065
  let g = this.e;
34043
34066
  g.closed = delegateCombine(g.closed, runOn(this, this.bf));
@@ -34057,7 +34080,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
34057
34080
  this.bl(a);
34058
34081
  }
34059
34082
  b0(a, b) {
34060
- if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.an == b.b)) {
34083
+ if (!this.s.t(b.b) && !this.r.t(b.b) && !(this.r.ao == b.b)) {
34061
34084
  this.bp();
34062
34085
  }
34063
34086
  }
@@ -34075,18 +34098,18 @@ let ColorEditor = /*@__PURE__*/ (() => {
34075
34098
  }
34076
34099
  b5(a, b) {
34077
34100
  if (this.r != null) {
34078
- this.r.cb = b;
34101
+ this.r.cc = b;
34079
34102
  }
34080
34103
  }
34081
34104
  bl(a) {
34082
- if (this.s.b6) {
34105
+ if (this.s.b7) {
34083
34106
  this.w = true;
34084
34107
  this.bi();
34085
34108
  }
34086
34109
  }
34087
34110
  cg() {
34088
34111
  if (this.w == false) {
34089
- if (this.s.b6) {
34112
+ if (this.s.b7) {
34090
34113
  this.bi();
34091
34114
  }
34092
34115
  else {
@@ -34102,8 +34125,8 @@ let ColorEditor = /*@__PURE__*/ (() => {
34102
34125
  return;
34103
34126
  }
34104
34127
  if (this.s != null) {
34105
- let a = this.h.r(false);
34106
- let b = this.h.s();
34128
+ let a = this.view.s(false);
34129
+ let b = this.view.t();
34107
34130
  let c = b.height;
34108
34131
  let d = 240;
34109
34132
  let e = a.bottom + d;
@@ -34123,13 +34146,13 @@ let ColorEditor = /*@__PURE__*/ (() => {
34123
34146
  }
34124
34147
  ce(a, b) {
34125
34148
  {
34126
- let c = this.h.r(true);
34127
- this.s.cf(c, a, b);
34149
+ let c = this.view.s(true);
34150
+ this.s.cg(c, a, b);
34128
34151
  }
34129
34152
  }
34130
34153
  bi() {
34131
34154
  if (this.s != null) {
34132
- this.a.executeDelayed(() => this.s.cc(), 0);
34155
+ this.a.executeDelayed(() => this.s.cd(), 0);
34133
34156
  }
34134
34157
  if (this.e != null) {
34135
34158
  this.e.bg();
@@ -34138,9 +34161,9 @@ let ColorEditor = /*@__PURE__*/ (() => {
34138
34161
  }
34139
34162
  focus(a = false) {
34140
34163
  if (this.r != null) {
34141
- this.r.a0();
34164
+ this.r.a1();
34142
34165
  }
34143
- if (!this.s.b6 && this.al == true) {
34166
+ if (!this.s.b7 && this.al == true) {
34144
34167
  if (this.w == false) {
34145
34168
  if (this.aa) {
34146
34169
  return;
@@ -34168,7 +34191,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
34168
34191
  }
34169
34192
  cb() {
34170
34193
  if (this.r != null) {
34171
- this.r.b9();
34194
+ this.r.ca();
34172
34195
  }
34173
34196
  }
34174
34197
  bo() {
@@ -34469,7 +34492,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34469
34492
  }
34470
34493
  }
34471
34494
  a4() {
34472
- NativeUIContent.av(this.d.a7(), [7, 7, 0, 5, 0, 5, 0, 5, 2, 7, 1, 1, 7, 2, 7], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], (a) => {
34495
+ NativeUIContent.aw(this.d.a7(), [7, 7, 0, 5, 0, 5, 0, 5, 2, 7, 1, 1, 7, 2, 7], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], (a) => {
34473
34496
  let b = a[0];
34474
34497
  let c = a[1];
34475
34498
  let d = a[2];
@@ -34485,97 +34508,97 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34485
34508
  let n = a[12];
34486
34509
  let o = a[13];
34487
34510
  let p = a[14];
34488
- e.bk = 2;
34489
- i.bk = 0;
34490
- g.bk = 1;
34491
- e.bw = BrushUtil.l(0, 0, 0, 0);
34492
- i.bw = BrushUtil.l(0, 0, 0, 0);
34493
- g.bw = BrushUtil.l(0, 0, 0, 0);
34494
- g.bh = new Thickness(1, 0, 5, 5, 0);
34495
- f.bh = new Thickness(1, 0, 5, 5, 0);
34496
- l.bz = "Ok";
34511
+ e.bl = 2;
34512
+ i.bl = 0;
34513
+ g.bl = 1;
34514
+ e.bx = BrushUtil.l(0, 0, 0, 0);
34515
+ i.bx = BrushUtil.l(0, 0, 0, 0);
34516
+ g.bx = BrushUtil.l(0, 0, 0, 0);
34517
+ g.bi = new Thickness(1, 0, 5, 5, 0);
34518
+ f.bi = new Thickness(1, 0, 5, 5, 0);
34519
+ l.b0 = "Ok";
34497
34520
  l.c = this.f;
34498
- m.bz = "Cancel";
34521
+ m.b0 = "Cancel";
34499
34522
  m.c = this.f;
34500
- i.bh = new Thickness(1, 5, 0, 5, 2);
34501
- h.bh = new Thickness(1, 5, 0, 5, 2);
34502
- e.bh = new Thickness(1, 5, 5, 5, 0);
34503
- d.bh = new Thickness(1, 5, 5, 5, 0);
34504
- p.bh = new Thickness(1, 5, 16, 0, 11);
34505
- p.a8 = BrushUtil.l(255, 255, 0, 0);
34506
- c.cc(p, 0);
34507
- c.ca(p, 0);
34508
- c.bn(p);
34509
- n.b2(0, 2, 1);
34510
- n.b2(1, 2, 1);
34511
- n.bh = new Thickness(1, 5, 2, 5, 2);
34512
- n.ca(j, 0);
34513
- j.bh = new Thickness(1, 0, 0, 2, 0);
34514
- j.bu = 1;
34515
- j.bp = this.h;
34523
+ i.bi = new Thickness(1, 5, 0, 5, 2);
34524
+ h.bi = new Thickness(1, 5, 0, 5, 2);
34525
+ e.bi = new Thickness(1, 5, 5, 5, 0);
34526
+ d.bi = new Thickness(1, 5, 5, 5, 0);
34527
+ p.bi = new Thickness(1, 5, 16, 0, 11);
34528
+ p.a9 = BrushUtil.l(255, 255, 0, 0);
34529
+ c.cf(p, 0);
34530
+ c.cd(p, 0);
34531
+ c.bo(p);
34532
+ n.b5(0, 2, 1);
34533
+ n.b5(1, 2, 1);
34534
+ n.bi = new Thickness(1, 5, 2, 5, 2);
34535
+ n.cd(j, 0);
34536
+ j.bi = new Thickness(1, 0, 0, 2, 0);
34537
+ j.bv = 1;
34538
+ j.bq = this.h;
34516
34539
  j.c = this.f;
34517
- j.b5 = "rgba";
34518
- o.bh = new Thickness(1, 0, 0, 2, 0);
34519
- o.bu = 1;
34520
- o.bp = this.h;
34540
+ j.b6 = "rgba";
34541
+ o.bi = new Thickness(1, 0, 0, 2, 0);
34542
+ o.bv = 1;
34543
+ o.bq = this.h;
34521
34544
  o.c = this.f;
34522
- o.b5 = "hex";
34523
- n.ca(o, 1);
34524
- n.bn(j);
34525
- n.bn(o);
34526
- l.bh = new Thickness(1, 5, 2, 5, 2);
34527
- m.bh = new Thickness(1, 5, 2, 5, 2);
34528
- l.bp = this.h;
34529
- m.bp = this.h;
34530
- l.bm = runOn(this, this.a6);
34531
- m.bm = runOn(this, this.bh);
34532
- b.b4(0, 1, 175);
34533
- b.b4(1, 0, 0);
34534
- b.b4(2, 0, 0);
34535
- b.b4(3, 0, 0);
34536
- b.b2(0, 1, 90);
34537
- b.b2(1, 1, 175);
34538
- b.b2(2, 1, 25);
34539
- b.cc(c, 0);
34540
- b.ca(c, 0);
34541
- b.cc(d, 0);
34542
- b.ca(d, 1);
34543
- b.cc(e, 0);
34544
- b.ca(e, 1);
34545
- b.cc(f, 0);
34546
- b.ca(f, 3);
34547
- b.cc(g, 0);
34548
- b.ca(g, 3);
34549
- b.cc(h, 1);
34550
- b.ca(h, 0);
34551
- b.cb(h, 3);
34552
- b.cc(i, 1);
34553
- b.ca(i, 0);
34554
- b.cb(i, 3);
34555
- b.cc(n, 2);
34556
- b.ca(n, 0);
34557
- b.cb(n, 3);
34558
- b.cc(k, 3);
34559
- b.ca(k, 0);
34560
- b.cb(k, 3);
34561
- k.b2(0, 2, 1);
34562
- k.b2(1, 2, 1);
34563
- k.ca(l, 0);
34564
- k.ca(m, 1);
34565
- k.bn(l);
34566
- k.bn(m);
34567
- b.bn(c);
34568
- b.bn(d);
34569
- b.bn(e);
34570
- b.bn(f);
34571
- b.bn(g);
34572
- b.bn(h);
34573
- b.bn(i);
34574
- b.bn(n);
34575
- b.bn(k);
34545
+ o.b6 = "hex";
34546
+ n.cd(o, 1);
34547
+ n.bo(j);
34548
+ n.bo(o);
34549
+ l.bi = new Thickness(1, 5, 2, 5, 2);
34550
+ m.bi = new Thickness(1, 5, 2, 5, 2);
34551
+ l.bq = this.h;
34552
+ m.bq = this.h;
34553
+ l.bn = runOn(this, this.a6);
34554
+ m.bn = runOn(this, this.bh);
34555
+ b.b7(0, 1, 175);
34556
+ b.b7(1, 0, 0);
34557
+ b.b7(2, 0, 0);
34558
+ b.b7(3, 0, 0);
34559
+ b.b5(0, 1, 90);
34560
+ b.b5(1, 1, 175);
34561
+ b.b5(2, 1, 25);
34562
+ b.cf(c, 0);
34563
+ b.cd(c, 0);
34564
+ b.cf(d, 0);
34565
+ b.cd(d, 1);
34566
+ b.cf(e, 0);
34567
+ b.cd(e, 1);
34568
+ b.cf(f, 0);
34569
+ b.cd(f, 3);
34570
+ b.cf(g, 0);
34571
+ b.cd(g, 3);
34572
+ b.cf(h, 1);
34573
+ b.cd(h, 0);
34574
+ b.ce(h, 3);
34575
+ b.cf(i, 1);
34576
+ b.cd(i, 0);
34577
+ b.ce(i, 3);
34578
+ b.cf(n, 2);
34579
+ b.cd(n, 0);
34580
+ b.ce(n, 3);
34581
+ b.cf(k, 3);
34582
+ b.cd(k, 0);
34583
+ b.ce(k, 3);
34584
+ k.b5(0, 2, 1);
34585
+ k.b5(1, 2, 1);
34586
+ k.cd(l, 0);
34587
+ k.cd(m, 1);
34588
+ k.bo(l);
34589
+ k.bo(m);
34590
+ b.bo(c);
34591
+ b.bo(d);
34592
+ b.bo(e);
34593
+ b.bo(f);
34594
+ b.bo(g);
34595
+ b.bo(h);
34596
+ b.bo(i);
34597
+ b.bo(n);
34598
+ b.bo(k);
34576
34599
  this.d.a8(b);
34577
34600
  this.n = b;
34578
- this.n.bw = true;
34601
+ this.n.by = true;
34579
34602
  this.s = i;
34580
34603
  this.u = g;
34581
34604
  this.m = f;
@@ -34583,24 +34606,24 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34583
34606
  this.o = p;
34584
34607
  this.r = j;
34585
34608
  this.q = o;
34586
- this.s.bq = 0;
34587
- this.s.bp = 360;
34588
- this.s.by = BrushUtil.l(255, 255, 255, 255);
34609
+ this.s.br = 0;
34610
+ this.s.bq = 360;
34589
34611
  this.s.bz = BrushUtil.l(255, 255, 255, 255);
34590
- this.u.bq = 0;
34591
- this.u.bp = 1;
34592
- this.t.by = BrushUtil.l(255, 155, 155, 155);
34593
- this.t.bz = BrushUtil.l(255, 255, 255, 255);
34594
- this.t.bq = 0;
34595
- this.t.bp = 1;
34596
- this.t.bu = 0;
34597
- this.t.bt = 1;
34612
+ this.s.b0 = BrushUtil.l(255, 255, 255, 255);
34613
+ this.u.br = 0;
34614
+ this.u.bq = 1;
34615
+ this.t.bz = BrushUtil.l(255, 155, 155, 155);
34616
+ this.t.b0 = BrushUtil.l(255, 255, 255, 255);
34617
+ this.t.br = 0;
34618
+ this.t.bq = 1;
34619
+ this.t.bv = 0;
34620
+ this.t.bu = 1;
34621
+ this.s.bp = runOn(this, this.au);
34598
34622
  this.s.bo = runOn(this, this.au);
34599
- this.s.bn = runOn(this, this.au);
34623
+ this.u.bp = runOn(this, this.aw);
34600
34624
  this.u.bo = runOn(this, this.aw);
34601
- this.u.bn = runOn(this, this.aw);
34625
+ this.t.bp = runOn(this, this.av);
34602
34626
  this.t.bo = runOn(this, this.av);
34603
- this.t.bn = runOn(this, this.av);
34604
34627
  this.l = d;
34605
34628
  this.k = h;
34606
34629
  this.p = c;
@@ -34636,26 +34659,26 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34636
34659
  let a = Color.u(0, 0, 0, 0);
34637
34660
  let b = Color.u(255, 255, 0, 0);
34638
34661
  if (this.s != null) {
34639
- let c = this.s.bs;
34640
- let d = this.t.bs;
34641
- let e = 1 - this.t.bv;
34642
- let f = 1 - this.u.bs;
34662
+ let c = this.s.bt;
34663
+ let d = this.t.bt;
34664
+ let e = 1 - this.t.bw;
34665
+ let f = 1 - this.u.bt;
34643
34666
  b = ColorUtil.r(1, c, 1, 0.5);
34644
34667
  a = ColorUtil.r(f, c, d, e);
34645
- this.s.bx = BrushUtil.l(b.l, b.o, b.n, b.m);
34646
- this.t.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
34647
- this.o.a8 = BrushUtil.l(a.l, a.o, a.n, a.m);
34648
- this.d.bm(this.s.bs);
34668
+ this.s.by = BrushUtil.l(b.l, b.o, b.n, b.m);
34669
+ this.t.by = BrushUtil.l(a.l, a.o, a.n, a.m);
34670
+ this.o.a9 = BrushUtil.l(a.l, a.o, a.n, a.m);
34671
+ this.d.bm(this.s.bt);
34649
34672
  this.d.bn(0);
34650
- this.d.bo(this.s.bs, this.t.bs, 1 - this.t.bv);
34673
+ this.d.bo(this.s.bt, this.t.bt, 1 - this.t.bw);
34651
34674
  }
34652
34675
  if (this.r != null) {
34653
34676
  let g = a.o + ", " + a.n + ", " + a.m + ", " + Math.round((a.l / 255) * 1000) / 1000;
34654
- this.r.b7 = g;
34677
+ this.r.b8 = g;
34655
34678
  }
34656
34679
  if (this.q != null) {
34657
34680
  let h = ColorUtil.k(a, false);
34658
- this.q.b7 = h;
34681
+ this.q.b8 = h;
34659
34682
  }
34660
34683
  this.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
34661
34684
  this.bc(this.value);
@@ -34668,7 +34691,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34668
34691
  bl() {
34669
34692
  }
34670
34693
  a3() {
34671
- this.n.az();
34694
+ this.n.a0();
34672
34695
  }
34673
34696
  onAttachedToUI() {
34674
34697
  this.d.bg();
@@ -34694,10 +34717,10 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34694
34717
  let a = this.b5;
34695
34718
  let b = ColorUtil.a(a);
34696
34719
  this.y = true;
34697
- this.s.bs = b[1] == -1 ? 0 : b[1];
34698
- this.u.bs = 1 - b[0];
34699
- this.t.bs = b[2];
34700
- this.t.bv = 1 - b[3];
34720
+ this.s.bt = b[1] == -1 ? 0 : b[1];
34721
+ this.u.bt = 1 - b[0];
34722
+ this.t.bt = b[2];
34723
+ this.t.bw = 1 - b[3];
34701
34724
  this.y = false;
34702
34725
  if (this.x) {
34703
34726
  this.bn();
@@ -34717,7 +34740,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34717
34740
  this.bn();
34718
34741
  }
34719
34742
  a0(a, b, c) {
34720
- let d = this.s.bs;
34743
+ let d = this.s.bt;
34721
34744
  let e = 1;
34722
34745
  let f = 255;
34723
34746
  for (let g = 0; g < c; g++) {
@@ -34876,12 +34899,12 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34876
34899
  }
34877
34900
  ad() {
34878
34901
  if (this.s != null) {
34879
- return this.s.bs;
34902
+ return this.s.bt;
34880
34903
  }
34881
34904
  return 0;
34882
34905
  }
34883
34906
  a1(a, b, c) {
34884
- let d = this.s.bs;
34907
+ let d = this.s.bt;
34885
34908
  let e = 1;
34886
34909
  let f = 255;
34887
34910
  for (let g = 0; g < c; g++) {
@@ -34918,11 +34941,11 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
34918
34941
  }
34919
34942
  }
34920
34943
  a2(a, b, c) {
34921
- let d = this.s.bs;
34944
+ let d = this.s.bt;
34922
34945
  let e = 1;
34923
34946
  let f = 255;
34924
- let g = 1 - this.t.bv;
34925
- let h = this.t.bs;
34947
+ let g = 1 - this.t.bw;
34948
+ let h = this.t.bt;
34926
34949
  for (let i = 0; i < c; i++) {
34927
34950
  let j = i / c;
34928
34951
  for (let k = 0; k < b; k++) {
@@ -35170,6 +35193,9 @@ let IgxColorEditorComponent = /*@__PURE__*/ (() => {
35170
35193
  this._portalManager = new PortalManager("colorEditorContent", componentFactoryResolver);
35171
35194
  var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
35172
35195
  this._wrapper = ren;
35196
+ colorEditor.view.createColorEditorPanel = () => {
35197
+ return window.document.createElement("igx-color-editor-panel");
35198
+ };
35173
35199
  colorEditor.provideContainer(ren);
35174
35200
  }
35175
35201
  }
@@ -36644,15 +36670,10 @@ class IgxMultiSliderTrackThumbRange {
36644
36670
  return null;
36645
36671
  }
36646
36672
  if (!r.externalObject) {
36647
- let e = new IgxMultiSliderThumb();
36648
- if (r.$type) {
36673
+ let e = IgxMultiSliderThumbComponent._createFromInternal(r);
36674
+ if (e) {
36649
36675
  e._implementation = r;
36650
36676
  }
36651
- else {
36652
- if (e.i.setNativeElement) {
36653
- e.i.setNativeElement(r);
36654
- }
36655
- }
36656
36677
  r.externalObject = e;
36657
36678
  }
36658
36679
  return r.externalObject;
@@ -36666,15 +36687,10 @@ class IgxMultiSliderTrackThumbRange {
36666
36687
  return null;
36667
36688
  }
36668
36689
  if (!r.externalObject) {
36669
- let e = new IgxMultiSliderThumb();
36670
- if (r.$type) {
36690
+ let e = IgxMultiSliderThumbComponent._createFromInternal(r);
36691
+ if (e) {
36671
36692
  e._implementation = r;
36672
36693
  }
36673
- else {
36674
- if (e.i.setNativeElement) {
36675
- e.i.setNativeElement(r);
36676
- }
36677
- }
36678
36694
  r.externalObject = e;
36679
36695
  }
36680
36696
  return r.externalObject;
@@ -36706,116 +36722,212 @@ class IgxMultiSliderTrackThumbRange {
36706
36722
  }
36707
36723
  }
36708
36724
 
36709
- class IgxMultiSliderThumb {
36710
- constructor() {
36711
- this._propertyUpdated = null;
36712
- this._zoneRunner = null;
36713
- this._implementation = this.createImplementation();
36714
- this._implementation.externalObject = this;
36715
- this.onImplementationCreated();
36716
- if (this._initializeAdapters) {
36717
- this._initializeAdapters();
36718
- }
36719
- }
36720
- createImplementation() {
36721
- return new MultiSliderThumb();
36722
- }
36723
- /**
36724
- * @hidden
36725
- */
36726
- get i() {
36727
- return this._implementation;
36728
- }
36729
- onImplementationCreated() {
36730
- }
36731
- _provideImplementation(i) {
36732
- this._implementation = i;
36733
- this._implementation.externalObject = this;
36734
- this.onImplementationCreated();
36735
- }
36736
- get value() {
36737
- return this.i.s;
36738
- }
36739
- set value(v) {
36740
- this.i.s = +v;
36741
- }
36742
- get rangePosition() {
36743
- return this.i.g;
36744
- }
36745
- set rangePosition(v) {
36746
- this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
36747
- }
36748
- get range() {
36749
- const r = this.i.i;
36750
- if (r == null) {
36751
- return null;
36752
- }
36753
- if (!r.externalObject) {
36754
- let e = new IgxMultiSliderTrackThumbRange();
36755
- if (r.$type) {
36756
- e._implementation = r;
36757
- }
36758
- else {
36759
- if (e.i.setNativeElement) {
36760
- e.i.setNativeElement(r);
36761
- }
36762
- }
36763
- r.externalObject = e;
36764
- }
36765
- return r.externalObject;
36766
- }
36767
- set range(v) {
36768
- v == null ? this.i.i = null : this.i.i = v.i;
36769
- }
36770
- findByName(name) {
36771
- if (this.findEphemera) {
36772
- if (name && name.indexOf("@@e:") == 0) {
36773
- return this.findEphemera(name);
36774
- }
36775
- }
36776
- if (this.range && this.range.name && this.range.name == name) {
36777
- return this.range;
36778
- }
36779
- return null;
36780
- }
36781
- push(amount) {
36782
- let iv = this.i.r(amount);
36783
- return (iv);
36784
- }
36785
- get propertyUpdated() {
36786
- if (this._propertyUpdated == null) {
36787
- this._propertyUpdated = new EventEmitter();
36788
- this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, (o, e) => {
36789
- this._runInZone(() => {
36790
- let outerArgs = new IgxPropertyUpdatedEventArgs();
36791
- outerArgs._provideImplementation(e);
36792
- if (this.beforePropertyUpdated) {
36793
- this.beforePropertyUpdated(this, outerArgs);
36794
- }
36795
- this._propertyUpdated.emit({
36796
- sender: this,
36797
- args: outerArgs
36798
- });
36799
- });
36800
- });
36801
- }
36802
- return this._propertyUpdated;
36803
- }
36804
- _runInZone(act) {
36805
- if (this._zoneRunner != null) {
36806
- this._zoneRunner(act);
36807
- }
36808
- else {
36809
- act();
36810
- }
36811
- }
36812
- }
36725
+ let IgxMultiSliderThumbComponent = /*@__PURE__*/ (() => {
36726
+ class IgxMultiSliderThumbComponent {
36727
+ constructor() {
36728
+ this.__p = null;
36729
+ this._hasUserValues = new Set();
36730
+ this._stylingContainer = null;
36731
+ this._stylingParent = null;
36732
+ this._inStyling = false;
36733
+ this._propertyUpdated = null;
36734
+ this._zoneRunner = null;
36735
+ if (this._styling) {
36736
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
36737
+ }
36738
+ this._implementation = this.createImplementation();
36739
+ this._implementation.externalObject = this;
36740
+ this.onImplementationCreated();
36741
+ if (this._initializeAdapters) {
36742
+ this._initializeAdapters();
36743
+ }
36744
+ }
36745
+ createImplementation() {
36746
+ return new MultiSliderThumb();
36747
+ }
36748
+ ngOnInit() {
36749
+ }
36750
+ /**
36751
+ * @hidden
36752
+ */
36753
+ get i() {
36754
+ return this._implementation;
36755
+ } /**
36756
+ * @hidden
36757
+ */
36758
+ static _createFromInternal(internal) {
36759
+ if (!internal) {
36760
+ return null;
36761
+ }
36762
+ if (!internal.$type) {
36763
+ return null;
36764
+ }
36765
+ let name = internal.$type.name;
36766
+ let externalName = "Igx" + name + "Component";
36767
+ if (!TypeRegistrar.isRegistered(externalName)) {
36768
+ return null;
36769
+ }
36770
+ return TypeRegistrar.create(externalName);
36771
+ }
36772
+ onImplementationCreated() {
36773
+ }
36774
+ get value() {
36775
+ return this.i.s;
36776
+ }
36777
+ set value(v) {
36778
+ this.i.s = +v;
36779
+ }
36780
+ get rangePosition() {
36781
+ return this.i.g;
36782
+ }
36783
+ set rangePosition(v) {
36784
+ this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
36785
+ }
36786
+ get range() {
36787
+ const r = this.i.i;
36788
+ if (r == null) {
36789
+ return null;
36790
+ }
36791
+ if (!r.externalObject) {
36792
+ let e = new IgxMultiSliderTrackThumbRange();
36793
+ if (r.$type) {
36794
+ e._implementation = r;
36795
+ }
36796
+ else {
36797
+ if (e.i.setNativeElement) {
36798
+ e.i.setNativeElement(r);
36799
+ }
36800
+ }
36801
+ r.externalObject = e;
36802
+ }
36803
+ return r.externalObject;
36804
+ }
36805
+ set range(v) {
36806
+ v == null ? this.i.i = null : this.i.i = v.i;
36807
+ }
36808
+ findByName(name) {
36809
+ if (this.findEphemera) {
36810
+ if (name && name.indexOf("@@e:") == 0) {
36811
+ return this.findEphemera(name);
36812
+ }
36813
+ }
36814
+ if (this.range && this.range.name && this.range.name == name) {
36815
+ return this.range;
36816
+ }
36817
+ return null;
36818
+ }
36819
+ get hasUserValues() {
36820
+ return this._hasUserValues;
36821
+ }
36822
+ __m(propertyName) {
36823
+ if (!this._inStyling) {
36824
+ this._hasUserValues.add(propertyName);
36825
+ }
36826
+ }
36827
+ _styling(container, component, parent) {
36828
+ if (this._inStyling) {
36829
+ return;
36830
+ }
36831
+ this._inStyling = true;
36832
+ this._stylingContainer = container;
36833
+ this._stylingParent = component;
36834
+ let genericPrefix = "";
36835
+ let typeName = this.i.$type.name;
36836
+ if (typeName.indexOf("Xam") === 0) {
36837
+ typeName = typeName.substring(3);
36838
+ }
36839
+ genericPrefix = toSpinal("MultiSliderThumbComponent");
36840
+ let additionalPrefixes = [];
36841
+ let prefix = toSpinal(typeName);
36842
+ additionalPrefixes.push(prefix + "-");
36843
+ let b = this.i.$type.baseType;
36844
+ while (b && b.name != "Object" &&
36845
+ b.name != "Base" &&
36846
+ b.name != "Control" &&
36847
+ b.Name != "DependencyObject" &&
36848
+ b.Name != "FrameworkElement") {
36849
+ typeName = b.name;
36850
+ if (typeName.indexOf("Xam") === 0) {
36851
+ typeName = typeName.substring(3);
36852
+ }
36853
+ let basePrefix = toSpinal(typeName);
36854
+ additionalPrefixes.push(basePrefix + "-");
36855
+ b = b.baseType;
36856
+ }
36857
+ if (parent) {
36858
+ let parentTypeName = parent.i.$type.name;
36859
+ if (parentTypeName.indexOf("Xam") === 0) {
36860
+ parentTypeName = parentTypeName.substring(3);
36861
+ }
36862
+ let parentPrefix = toSpinal(parentTypeName);
36863
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
36864
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
36865
+ }
36866
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
36867
+ if (this._otherStyling) {
36868
+ this._otherStyling(container, component, parent);
36869
+ }
36870
+ this._inStyling = false;
36871
+ }
36872
+ push(amount) {
36873
+ let iv = this.i.r(amount);
36874
+ return (iv);
36875
+ }
36876
+ get propertyUpdated() {
36877
+ if (this._propertyUpdated == null) {
36878
+ this._propertyUpdated = new EventEmitter();
36879
+ this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, (o, e) => {
36880
+ this._runInZone(() => {
36881
+ let outerArgs = new IgxPropertyUpdatedEventArgs();
36882
+ outerArgs._provideImplementation(e);
36883
+ if (this.beforePropertyUpdated) {
36884
+ this.beforePropertyUpdated(this, outerArgs);
36885
+ }
36886
+ this._propertyUpdated.emit({
36887
+ sender: this,
36888
+ args: outerArgs
36889
+ });
36890
+ });
36891
+ });
36892
+ }
36893
+ return this._propertyUpdated;
36894
+ }
36895
+ _runInZone(act) {
36896
+ if (this._zoneRunner != null) {
36897
+ this._zoneRunner(act);
36898
+ }
36899
+ else {
36900
+ act();
36901
+ }
36902
+ }
36903
+ }
36904
+ IgxMultiSliderThumbComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbComponent, deps: [], target: ɵɵFactoryTarget.Component });
36905
+ IgxMultiSliderThumbComponent.ɵcmp = ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxMultiSliderThumbComponent, selector: "igx-multi-slider-thumb", inputs: { value: "value", rangePosition: "rangePosition", range: "range" }, outputs: { propertyUpdated: "propertyUpdated" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: ChangeDetectionStrategy.OnPush });
36906
+ return IgxMultiSliderThumbComponent;
36907
+ })();
36908
+ ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbComponent, decorators: [{
36909
+ type: Component,
36910
+ args: [{
36911
+ selector: 'igx-multi-slider-thumb',
36912
+ template: ``,
36913
+ providers: [],
36914
+ changeDetection: ChangeDetectionStrategy.OnPush
36915
+ }]
36916
+ }], ctorParameters: function () { return []; }, propDecorators: { value: [{
36917
+ type: Input
36918
+ }], rangePosition: [{
36919
+ type: Input
36920
+ }], range: [{
36921
+ type: Input
36922
+ }], propertyUpdated: [{
36923
+ type: Output
36924
+ }] } });
36813
36925
 
36814
36926
  class IgxMultiSliderThumbCollection extends IgCollection {
36815
36927
  constructor(list) {
36816
36928
  super();
36817
- if (!IgxMultiSliderThumb.$type) {
36818
- IgxMultiSliderThumb.$type = markType(IgxMultiSliderThumb, "IgxMultiSliderThumb");
36929
+ if (!IgxMultiSliderThumbComponent.$type) {
36930
+ IgxMultiSliderThumbComponent.$type = markType(IgxMultiSliderThumbComponent, "IgxMultiSliderThumbComponent");
36819
36931
  }
36820
36932
  if (list) {
36821
36933
  for (let i = 0; i < list.length; i++) {
@@ -36824,10 +36936,10 @@ class IgxMultiSliderThumbCollection extends IgCollection {
36824
36936
  }
36825
36937
  }
36826
36938
  _createInnerColl() {
36827
- if (!IgxMultiSliderThumb.$type) {
36828
- IgxMultiSliderThumb.$type = markType(IgxMultiSliderThumb, "IgxMultiSliderThumb");
36939
+ if (!IgxMultiSliderThumbComponent.$type) {
36940
+ IgxMultiSliderThumbComponent.$type = markType(IgxMultiSliderThumbComponent, "IgxMultiSliderThumbComponent");
36829
36941
  }
36830
- let coll = new SyncableObservableCollection$2(IgxMultiSliderThumb.$type, MultiSliderThumb.$type, 0);
36942
+ let coll = new SyncableObservableCollection$2(IgxMultiSliderThumbComponent.$type, MultiSliderThumb.$type, 0);
36831
36943
  coll.compare = (ext, int) => {
36832
36944
  let comp = ext;
36833
36945
  if (comp._implementation) {
@@ -36844,7 +36956,7 @@ class IgxMultiSliderThumbCollection extends IgCollection {
36844
36956
  coll.createFrom = (int) => {
36845
36957
  let ext = int.externalObject;
36846
36958
  if (!ext) {
36847
- ext = new IgxMultiSliderThumb();
36959
+ ext = new IgxMultiSliderThumbComponent();
36848
36960
  if (ext) {
36849
36961
  if (!int.$type && ext._implementation.setNativeElement) {
36850
36962
  ext._implementation.setNativeElement(int);
@@ -36936,15 +37048,10 @@ class IgxMultiSliderThumbValueChangingEventArgs {
36936
37048
  return null;
36937
37049
  }
36938
37050
  if (!r.externalObject) {
36939
- let e = new IgxMultiSliderThumb();
36940
- if (r.$type) {
37051
+ let e = IgxMultiSliderThumbComponent._createFromInternal(r);
37052
+ if (e) {
36941
37053
  e._implementation = r;
36942
37054
  }
36943
- else {
36944
- if (e.i.setNativeElement) {
36945
- e.i.setNativeElement(r);
36946
- }
36947
- }
36948
37055
  r.externalObject = e;
36949
37056
  }
36950
37057
  return r.externalObject;
@@ -39516,12 +39623,12 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
39516
39623
  switch (b) {
39517
39624
  case 15:
39518
39625
  case 16:
39519
- case 44:
39520
39626
  case 45:
39521
39627
  case 46:
39522
39628
  case 47:
39523
39629
  case 48:
39524
- case 49: return this.al.t;
39630
+ case 49:
39631
+ case 50: return this.al.t;
39525
39632
  }
39526
39633
  return super.getTargetForBuildInProperty(a, b);
39527
39634
  }
@@ -39537,12 +39644,12 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
39537
39644
  switch (b) {
39538
39645
  case 16:
39539
39646
  case 15:
39540
- case 44:
39541
39647
  case 45:
39542
39648
  case 46:
39543
39649
  case 47:
39544
39650
  case 48:
39545
- case 49: return this.al.getValue(a, b);
39651
+ case 49:
39652
+ case 50: return this.al.getValue(a, b);
39546
39653
  case 18: return enumGetBox(BaseControlTheme_$type, a.o);
39547
39654
  }
39548
39655
  return super.getValue(a, b);
@@ -39552,12 +39659,12 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
39552
39659
  switch (b) {
39553
39660
  case 16:
39554
39661
  case 15:
39555
- case 44:
39556
39662
  case 45:
39557
39663
  case 46:
39558
39664
  case 47:
39559
39665
  case 48:
39560
39666
  case 49:
39667
+ case 50:
39561
39668
  this.al.setValue(a, b, c);
39562
39669
  break;
39563
39670
  case 18:
@@ -40095,6 +40202,58 @@ let DefaultMultiTrackShadeVisual = /*@__PURE__*/ (() => {
40095
40202
  return DefaultMultiTrackShadeVisual;
40096
40203
  })();
40097
40204
 
40205
+ /*
40206
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
40207
+ https://www.infragistics.com/legal/license/igultimate-la
40208
+ https://www.infragistics.com/legal/license/igultimate-eula
40209
+ 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.
40210
+ */
40211
+ let IgxMultiSliderThumbModule = /*@__PURE__*/ (() => {
40212
+ class IgxMultiSliderThumbModule {
40213
+ }
40214
+ IgxMultiSliderThumbModule.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, deps: [], target: ɵɵFactoryTarget.NgModule });
40215
+ IgxMultiSliderThumbModule.ɵmod = ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, declarations: [IgxMultiSliderThumbComponent], imports: [CommonModule], exports: [IgxMultiSliderThumbComponent] });
40216
+ IgxMultiSliderThumbModule.ɵinj = ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, imports: [[CommonModule]] });
40217
+ return IgxMultiSliderThumbModule;
40218
+ })();
40219
+ ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, decorators: [{
40220
+ type: NgModule,
40221
+ args: [{
40222
+ declarations: [IgxMultiSliderThumbComponent],
40223
+ imports: [CommonModule],
40224
+ exports: [IgxMultiSliderThumbComponent],
40225
+ entryComponents: []
40226
+ }]
40227
+ }] });
40228
+
40229
+ /*
40230
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
40231
+ https://www.infragistics.com/legal/license/igultimate-la
40232
+ https://www.infragistics.com/legal/license/igultimate-eula
40233
+ 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.
40234
+ */
40235
+ let IgxMultiSliderThumbDynamicModule = /*@__PURE__*/ (() => {
40236
+ class IgxMultiSliderThumbDynamicModule {
40237
+ constructor() {
40238
+ TypeRegistrar.registerCons("IgxMultiSliderThumbComponent", IgxMultiSliderThumbComponent);
40239
+ TypeRegistrar.register("MultiSliderThumb", MultiSliderThumb.$type);
40240
+ }
40241
+ }
40242
+ IgxMultiSliderThumbDynamicModule.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, deps: [], target: ɵɵFactoryTarget.NgModule });
40243
+ IgxMultiSliderThumbDynamicModule.ɵmod = ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, imports: [CommonModule, IgxMultiSliderThumbModule], exports: [IgxMultiSliderThumbModule] });
40244
+ IgxMultiSliderThumbDynamicModule.ɵinj = ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, imports: [[CommonModule, IgxMultiSliderThumbModule], IgxMultiSliderThumbModule] });
40245
+ return IgxMultiSliderThumbDynamicModule;
40246
+ })();
40247
+ ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, decorators: [{
40248
+ type: NgModule,
40249
+ args: [{
40250
+ declarations: [],
40251
+ imports: [CommonModule, IgxMultiSliderThumbModule],
40252
+ exports: [IgxMultiSliderThumbModule],
40253
+ entryComponents: [IgxMultiSliderThumbComponent]
40254
+ }]
40255
+ }], ctorParameters: function () { return []; } });
40256
+
40098
40257
  /*
40099
40258
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
40100
40259
  https://www.infragistics.com/legal/license/igultimate-la
@@ -40230,4 +40389,4 @@ let TextBlockVisualModelExport = /*@__PURE__*/ (() => {
40230
40389
  * Generated bundle index. Do not edit.
40231
40390
  */
40232
40391
 
40233
- export { ButtonClickEventArgs, ButtonDisplayStyle_$type, ButtonGroupDisplayStyle_$type, ButtonGroupOrientation, ButtonGroupOrientation_$type, ButtonGroupSelectionChangedEventArgs, ButtonGroupView, ButtonGroupVisualModelExport, ButtonView, ButtonVisualModelExport, CalendarView, CalendarVisualModelExport, CheckboxChangeEventArgs, CheckboxLabelPosition_$type, CheckboxListVisualModelExport, CheckboxView, CheckboxVisualModelExport, ColorEditor, ColorEditorBridge, ColorEditorGotFocusEventArgs, ColorEditorLostFocusEventArgs, ColorEditorPanel, ColorEditorPanelClosedEventArgs, ColorEditorPanelSelectedValueChangedEventArgs, ColorEditorPanelView, ColorEditorView, ColorEditorVisualModelExport, DateFormats, DateFormats_$type, DatePickerView, DatePickerVisualModelExport, DateTimeValueFormatter, DayInfo, DayOfWeek, DayOfWeek_$type, DefaultMultiSliderTrackBarVisual, DefaultMultiSliderTrackRangeVisual, DefaultMultiSliderTrackThumbCalloutVisual, DefaultMultiSliderTrackThumbVisual, DefaultMultiTrackShadeVisual, ElevationHelper, FirstWeek, FirstWeek_$type, GotFocusEventArgs, IMultiSliderTrackBarVisual_$type, IMultiSliderTrackRangeVisual_$type, IMultiSliderTrackShadeVisual_$type, IMultiSliderTrackThumbCalloutVisual_$type, IMultiSliderTrackThumbVisual_$type, ISliderTrackOwner_$type, IconClickedEventArgs, IconView, IconViewType_$type, IconVisualModelExport, IgxButtonClickEventArgs, IgxButtonGroupSelectionChangedEventArgs, IgxCheckboxChangeEventArgs, IgxColorEditorComponent, IgxColorEditorDynamicModule, IgxColorEditorGotFocusEventArgs, IgxColorEditorLostFocusEventArgs, IgxColorEditorModule, IgxColorEditorPanelClosedEventArgs, IgxColorEditorPanelComponent, IgxColorEditorPanelDynamicModule, IgxColorEditorPanelModule, IgxColorEditorPanelSelectedValueChangedEventArgs, IgxGotFocusEventArgs, IgxInputChangeEventArgs, IgxLostFocusEventArgs, IgxMultiSliderComponent, IgxMultiSliderDynamicModule, IgxMultiSliderModule, IgxMultiSliderResolvingToolTipValueEventArgs, IgxMultiSliderThumb, IgxMultiSliderThumbCollection, IgxMultiSliderThumbValueChangingEventArgs, IgxMultiSliderTrackThumbRange, IgxMultiSliderYValueChangingEventArgs, IgxSelectedValueChangedEventArgs, IgxXButtonComponent, IgxXButtonDynamicModule, IgxXButtonGroupButtonCollection, IgxXButtonGroupComponent, IgxXButtonGroupDynamicModule, IgxXButtonGroupModule, IgxXButtonModule, IgxXCalendarComponent, IgxXCalendarDynamicModule, IgxXCalendarLocaleEnModule, IgxXCalendarModule, IgxXCheckboxComponent, IgxXCheckboxDynamicModule, IgxXCheckboxModule, IgxXDatePickerComponent, IgxXDatePickerDynamicModule, IgxXDatePickerModule, IgxXIconComponent, IgxXIconDynamicModule, IgxXIconModule, IgxXInputComponent, IgxXInputDynamicModule, IgxXInputGroupComponent, IgxXInputGroupDynamicModule, IgxXInputGroupInputCollection, IgxXInputGroupItemComponent, IgxXInputGroupModule, IgxXInputModule, IgxXLabelComponent, IgxXLabelDynamicModule, IgxXLabelModule, IgxXPrefixComponent, IgxXPrefixDynamicModule, IgxXPrefixModule, IgxXRippleComponent, IgxXRippleDynamicModule, IgxXRippleModule, IgxXSuffixComponent, InputChangeEventArgs, InputGroupDisplayType, InputGroupDisplayType_$type, InputGroupView, InputGroupVisualModelExport, InputShiftType, InputShiftType_$type, InputView, InputVisualModelExport, KEYCODES_$type, LabelShiftType, LabelShiftType_$type, LabelView, LabelVisualModelExport, LostFocusEventArgs, MaskOptions, MaskParsingService, MultiSlider, MultiSliderBridge, MultiSliderCursor_$type, MultiSliderHitInfo, MultiSliderOrientation, MultiSliderOrientation_$type, MultiSliderResolvingToolTipValueEventArgs, MultiSliderThumb, MultiSliderThumbCollection, MultiSliderThumbRangePosition, MultiSliderThumbRangePosition_$type, MultiSliderThumbValueChangingEventArgs, MultiSliderTrackShadeOrientation_$type, MultiSliderTrackThumbRange, MultiSliderView, MultiSliderVisualArea_$type, MultiSliderYValueChangingEventArgs, NativeUIXInputsFactory, PrefixShiftType, PrefixShiftType_$type, PrefixView, PrefixVisualModelExport, Replaced, RippleView, RippleVisualModelExport, SelectedValueChangedEventArgs, SuffixShiftType, SuffixShiftType_$type, SuffixView, SuffixVisualModelExport, TextBlockVisualModelExport, TextElementsVisualModelExport, Theme, ThemeResolver, XButton, XButtonBridge, XButtonGroup, XButtonGroupBridge, XButtonGroupButtonCollection, XCalendar, XCalendarLocaleEn, XCheckbox, XCheckboxBridge, XComponentBridge, XDatePicker, XIcon, XIconBridge, XIconButtonBridge, XInput, XInputBridge, XInputGroup, XInputGroupInputCollection, XInputGroupItem, XLabel, XPopupBridge, XPrefix, XRipple, XSuffix };
40392
+ export { ButtonClickEventArgs, ButtonDisplayStyle_$type, ButtonGroupDisplayStyle_$type, ButtonGroupOrientation, ButtonGroupOrientation_$type, ButtonGroupSelectionChangedEventArgs, ButtonGroupView, ButtonGroupVisualModelExport, ButtonView, ButtonVisualModelExport, CalendarView, CalendarVisualModelExport, CheckboxChangeEventArgs, CheckboxLabelPosition_$type, CheckboxListVisualModelExport, CheckboxView, CheckboxVisualModelExport, ColorEditor, ColorEditorBridge, ColorEditorGotFocusEventArgs, ColorEditorLostFocusEventArgs, ColorEditorPanel, ColorEditorPanelClosedEventArgs, ColorEditorPanelSelectedValueChangedEventArgs, ColorEditorPanelView, ColorEditorView, ColorEditorVisualModelExport, DateFormats, DateFormats_$type, DatePickerView, DatePickerVisualModelExport, DateTimeValueFormatter, DayInfo, DayOfWeek, DayOfWeek_$type, DefaultMultiSliderTrackBarVisual, DefaultMultiSliderTrackRangeVisual, DefaultMultiSliderTrackThumbCalloutVisual, DefaultMultiSliderTrackThumbVisual, DefaultMultiTrackShadeVisual, ElevationHelper, FirstWeek, FirstWeek_$type, GotFocusEventArgs, IMultiSliderTrackBarVisual_$type, IMultiSliderTrackRangeVisual_$type, IMultiSliderTrackShadeVisual_$type, IMultiSliderTrackThumbCalloutVisual_$type, IMultiSliderTrackThumbVisual_$type, ISliderTrackOwner_$type, IconClickedEventArgs, IconView, IconViewType_$type, IconVisualModelExport, IgxButtonClickEventArgs, IgxButtonGroupSelectionChangedEventArgs, IgxCheckboxChangeEventArgs, IgxColorEditorComponent, IgxColorEditorDynamicModule, IgxColorEditorGotFocusEventArgs, IgxColorEditorLostFocusEventArgs, IgxColorEditorModule, IgxColorEditorPanelClosedEventArgs, IgxColorEditorPanelComponent, IgxColorEditorPanelDynamicModule, IgxColorEditorPanelModule, IgxColorEditorPanelSelectedValueChangedEventArgs, IgxGotFocusEventArgs, IgxInputChangeEventArgs, IgxLostFocusEventArgs, IgxMultiSliderComponent, IgxMultiSliderDynamicModule, IgxMultiSliderModule, IgxMultiSliderResolvingToolTipValueEventArgs, IgxMultiSliderThumbCollection, IgxMultiSliderThumbComponent, IgxMultiSliderThumbDynamicModule, IgxMultiSliderThumbModule, IgxMultiSliderThumbValueChangingEventArgs, IgxMultiSliderTrackThumbRange, IgxMultiSliderYValueChangingEventArgs, IgxSelectedValueChangedEventArgs, IgxXButtonComponent, IgxXButtonDynamicModule, IgxXButtonGroupButtonCollection, IgxXButtonGroupComponent, IgxXButtonGroupDynamicModule, IgxXButtonGroupModule, IgxXButtonModule, IgxXCalendarComponent, IgxXCalendarDynamicModule, IgxXCalendarLocaleEnModule, IgxXCalendarModule, IgxXCheckboxComponent, IgxXCheckboxDynamicModule, IgxXCheckboxModule, IgxXDatePickerComponent, IgxXDatePickerDynamicModule, IgxXDatePickerModule, IgxXIconComponent, IgxXIconDynamicModule, IgxXIconModule, IgxXInputComponent, IgxXInputDynamicModule, IgxXInputGroupComponent, IgxXInputGroupDynamicModule, IgxXInputGroupInputCollection, IgxXInputGroupItemComponent, IgxXInputGroupModule, IgxXInputModule, IgxXLabelComponent, IgxXLabelDynamicModule, IgxXLabelModule, IgxXPrefixComponent, IgxXPrefixDynamicModule, IgxXPrefixModule, IgxXRippleComponent, IgxXRippleDynamicModule, IgxXRippleModule, IgxXSuffixComponent, InputChangeEventArgs, InputGroupDisplayType, InputGroupDisplayType_$type, InputGroupView, InputGroupVisualModelExport, InputShiftType, InputShiftType_$type, InputView, InputVisualModelExport, KEYCODES_$type, LabelShiftType, LabelShiftType_$type, LabelView, LabelVisualModelExport, LostFocusEventArgs, MaskOptions, MaskParsingService, MultiSlider, MultiSliderBridge, MultiSliderCursor_$type, MultiSliderHitInfo, MultiSliderOrientation, MultiSliderOrientation_$type, MultiSliderResolvingToolTipValueEventArgs, MultiSliderThumb, MultiSliderThumbCollection, MultiSliderThumbRangePosition, MultiSliderThumbRangePosition_$type, MultiSliderThumbValueChangingEventArgs, MultiSliderTrackShadeOrientation_$type, MultiSliderTrackThumbRange, MultiSliderView, MultiSliderVisualArea_$type, MultiSliderYValueChangingEventArgs, NativeUIXInputsFactory, PrefixShiftType, PrefixShiftType_$type, PrefixView, PrefixVisualModelExport, Replaced, RippleView, RippleVisualModelExport, SelectedValueChangedEventArgs, SuffixShiftType, SuffixShiftType_$type, SuffixView, SuffixVisualModelExport, TextBlockVisualModelExport, TextElementsVisualModelExport, Theme, ThemeResolver, XButton, XButtonBridge, XButtonGroup, XButtonGroupBridge, XButtonGroupButtonCollection, XCalendar, XCalendarLocaleEn, XCheckbox, XCheckboxBridge, XComponentBridge, XDatePicker, XIcon, XIconBridge, XIconButtonBridge, XInput, XInputBridge, XInputGroup, XInputGroupInputCollection, XInputGroupItem, XLabel, XPopupBridge, XPrefix, XRipple, XSuffix };