igniteui-webcomponents-inputs 4.8.1 → 5.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +961 -773
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupVisualModelExport.js +1 -1
  4. package/esm2015/lib/ButtonView_combined.js +28 -33
  5. package/esm2015/lib/ButtonVisualModelExport.js +14 -13
  6. package/esm2015/lib/CalendarVisualModelExport.js +1 -1
  7. package/esm2015/lib/CheckboxView_combined.js +2 -2
  8. package/esm2015/lib/DatePickerView_combined.js +325 -322
  9. package/esm2015/lib/IconView_combined.js +319 -219
  10. package/esm2015/lib/IconVisualModelExport.js +46 -33
  11. package/esm2015/lib/NativeUIXInputsFactory.js +9 -9
  12. package/esm2015/lib/TextBlockVisualModelExport.js +64 -0
  13. package/esm2015/lib/XButtonBridge.js +11 -4
  14. package/esm2015/lib/XCheckboxBridge.js +3 -0
  15. package/esm2015/lib/{DatePicker.js → XDatePicker.js} +1 -1
  16. package/esm2015/lib/XIconBridge.js +3 -0
  17. package/esm2015/lib/XIconButtonBridge.js +1 -1
  18. package/esm2015/lib/XInputBridge.js +3 -0
  19. package/esm2015/lib/XPopupBridge.js +11 -8
  20. package/esm2015/lib/{igc-date-picker-component.js → igc-x-date-picker-component.js} +54 -54
  21. package/esm2015/lib/{igc-date-picker-module.js → igc-x-date-picker-module.js} +7 -7
  22. package/esm2015/public_api.js +4 -3
  23. package/esm5/lib/ButtonGroupVisualModelExport.js +1 -1
  24. package/esm5/lib/ButtonView_combined.js +33 -38
  25. package/esm5/lib/ButtonVisualModelExport.js +14 -13
  26. package/esm5/lib/CalendarVisualModelExport.js +1 -1
  27. package/esm5/lib/CheckboxView_combined.js +2 -2
  28. package/esm5/lib/DatePickerView_combined.js +336 -333
  29. package/esm5/lib/IconView_combined.js +316 -216
  30. package/esm5/lib/IconVisualModelExport.js +50 -33
  31. package/esm5/lib/NativeUIXInputsFactory.js +9 -9
  32. package/esm5/lib/TextBlockVisualModelExport.js +66 -0
  33. package/esm5/lib/XButtonBridge.js +11 -4
  34. package/esm5/lib/XCheckboxBridge.js +3 -0
  35. package/esm5/lib/{DatePicker.js → XDatePicker.js} +1 -1
  36. package/esm5/lib/XIconBridge.js +3 -0
  37. package/esm5/lib/XIconButtonBridge.js +1 -1
  38. package/esm5/lib/XInputBridge.js +3 -0
  39. package/esm5/lib/XPopupBridge.js +11 -8
  40. package/esm5/lib/{igc-date-picker-component.js → igc-x-date-picker-component.js} +111 -111
  41. package/esm5/lib/{igc-date-picker-module.js → igc-x-date-picker-module.js} +11 -11
  42. package/esm5/public_api.js +4 -3
  43. package/fesm2015/igniteui-webcomponents-inputs.js +883 -700
  44. package/fesm5/igniteui-webcomponents-inputs.js +959 -772
  45. package/lib/ButtonVisualModelExport.d.ts +6 -5
  46. package/lib/DatePickerView_combined.d.ts +75 -74
  47. package/lib/IconView_combined.d.ts +45 -39
  48. package/lib/IconVisualModelExport.d.ts +17 -12
  49. package/lib/TextBlockVisualModelExport.d.ts +21 -0
  50. package/lib/XButtonBridge.d.ts +1 -0
  51. package/lib/XCheckboxBridge.d.ts +1 -0
  52. package/lib/XDatePicker.d.ts +1 -0
  53. package/lib/XIconBridge.d.ts +1 -0
  54. package/lib/XInputBridge.d.ts +1 -0
  55. package/lib/XPopupBridge.d.ts +1 -0
  56. package/lib/{igc-date-picker-component.d.ts → igc-x-date-picker-component.d.ts} +18 -18
  57. package/lib/igc-x-date-picker-module.d.ts +3 -0
  58. package/package.json +2 -2
  59. package/public_api.d.ts +4 -3
  60. package/lib/DatePicker.d.ts +0 -1
  61. package/lib/igc-date-picker-module.d.ts +0 -3
@@ -1353,17 +1353,17 @@
1353
1353
  _this.a = null;
1354
1354
  _this.u = 0;
1355
1355
  _this.e = null;
1356
- _this.ah = null;
1356
+ _this.ag = null;
1357
1357
  _this.b = null;
1358
1358
  _this.j = 0;
1359
1359
  _this.f = null;
1360
1360
  _this.o = 0;
1361
+ _this.ad = null;
1361
1362
  _this.ae = null;
1362
1363
  _this.af = null;
1363
- _this.ag = null;
1364
1364
  _this.r = 0;
1365
+ _this.ab = null;
1365
1366
  _this.ac = null;
1366
- _this.ad = null;
1367
1367
  _this.x = null;
1368
1368
  _this.y = null;
1369
1369
  _this.z = null;
@@ -1376,7 +1376,7 @@
1376
1376
  _this.l = false;
1377
1377
  return _this;
1378
1378
  }
1379
- ButtonVisualModelExport.prototype.ab = function () {
1379
+ ButtonVisualModelExport.prototype.serialize = function () {
1380
1380
  var a = new igniteuiWebcomponentsCore.StringBuilder(0);
1381
1381
  a.l("{");
1382
1382
  a.l("top : " + this.s + ", ");
@@ -1397,20 +1397,20 @@
1397
1397
  a.l("actualElevationMode : " + this.j + ", ");
1398
1398
  a.l("actualTextColor : " + this.f.serialize() + ", ");
1399
1399
  a.l("actualBorderWidth : " + this.o + ", ");
1400
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ad)) {
1401
+ a.l("textStyleFontStyle : \"" + this.ad + "\", ");
1402
+ }
1400
1403
  if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ae)) {
1401
- a.l("textStyleFontStyle : \"" + this.ae + "\", ");
1404
+ a.l("textStyleFontVariant : \"" + this.ae + "\", ");
1402
1405
  }
1403
1406
  if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.af)) {
1404
- a.l("textStyleFontVariant : \"" + this.af + "\", ");
1407
+ a.l("textStyleFontWeight : \"" + this.af + "\", ");
1405
1408
  }
1406
- if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ag)) {
1407
- a.l("textStyleFontWeight : \"" + this.ag + "\", ");
1409
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ab)) {
1410
+ a.l("textStyleFontFamily : \"" + this.ab + "\", ");
1408
1411
  }
1409
1412
  if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ac)) {
1410
- a.l("textStyleFontFamily : \"" + this.ac + "\", ");
1411
- }
1412
- if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ad)) {
1413
- a.l("textStyleFontStretch : \"" + this.ad + "\", ");
1413
+ a.l("textStyleFontStretch : \"" + this.ac + "\", ");
1414
1414
  }
1415
1415
  if (!igniteuiWebcomponentsCore.isNaN_(this.r)) {
1416
1416
  a.l("textStyleFontSize : " + this.r + ", ");
@@ -1430,7 +1430,7 @@
1430
1430
  a.l("}");
1431
1431
  return a.toString();
1432
1432
  };
1433
- ButtonVisualModelExport.$t = igniteuiWebcomponentsCore.markType(ButtonVisualModelExport, 'ButtonVisualModelExport');
1433
+ ButtonVisualModelExport.$t = igniteuiWebcomponentsCore.markType(ButtonVisualModelExport, 'ButtonVisualModelExport', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.IVisualData_$type]);
1434
1434
  return ButtonVisualModelExport;
1435
1435
  }(igniteuiWebcomponentsCore.Base));
1436
1436
 
@@ -1636,10 +1636,13 @@
1636
1636
  this.n.setStyleProperty("height", h);
1637
1637
  }
1638
1638
  else {
1639
+ this.n.setStyleProperty("width", "auto");
1640
+ this.n.setStyleProperty("height", "auto");
1639
1641
  this.n.setStyleProperty("min-width", i);
1640
1642
  this.n.setStyleProperty("min-height", j);
1641
1643
  this.n.setStyleProperty("padding", m);
1642
1644
  }
1645
+ this.k.rootWrapper.setStyleProperty("height", "auto");
1643
1646
  if (!igniteuiWebcomponentsCore.isNaN_(this.b.bf) && this.b.bf > 0) {
1644
1647
  this.n.setStyleProperty("border-style", "solid");
1645
1648
  }
@@ -1657,11 +1660,6 @@
1657
1660
  this.n.setStyleProperty("height", "100%");
1658
1661
  this.k.rootWrapper.setStyleProperty("height", "100%");
1659
1662
  }
1660
- else {
1661
- this.n.setStyleProperty("width", "auto");
1662
- this.n.setStyleProperty("height", "auto");
1663
- this.k.rootWrapper.setStyleProperty("height", "auto");
1664
- }
1665
1663
  };
1666
1664
  ButtonView.prototype.as = function () {
1667
1665
  switch (this.b.k5) {
@@ -4959,17 +4957,15 @@
4959
4957
  };
4960
4958
  XButton.prototype.f0 = function () {
4961
4959
  var a = this.b();
4962
- return a.ab();
4960
+ return a.serialize();
4963
4961
  };
4964
4962
  XButton.prototype.b = function () {
4965
4963
  var a = this.view.q;
4966
4964
  var b = this.view.s;
4967
4965
  var c = new ButtonVisualModelExport();
4968
- var d = igniteuiWebcomponentsCore.UIElementPropertyAccessorFactory.c.a(12, 0);
4969
- var e = d.b(a);
4970
- var f = this.view.a();
4971
- c.s = f[0];
4972
- c.q = f[1];
4966
+ var d = this.view.a();
4967
+ c.s = d[0];
4968
+ c.q = d[1];
4973
4969
  c.p = igniteuiWebcomponentsCore.NativeUI.d(a);
4974
4970
  c.t = igniteuiWebcomponentsCore.NativeUI.k(a);
4975
4971
  c.h = this.n;
@@ -4980,7 +4976,7 @@
4980
4976
  c.a = igniteuiWebcomponentsCore.AppearanceHelper.a(this.ne);
4981
4977
  c.u = this.ct;
4982
4978
  c.e = igniteuiWebcomponentsCore.AppearanceHelper.a(this.np);
4983
- c.ah = this.kr;
4979
+ c.ag = this.kr;
4984
4980
  c.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.aj(a));
4985
4981
  c.j = this.u;
4986
4982
  c.f = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
@@ -4996,31 +4992,31 @@
4996
4992
  c.n = this.a0;
4997
4993
  c.l = this.disabled;
4998
4994
  if (this.aa != null) {
4999
- var g = this.aa;
5000
- if (this.view != null && g.q == null) {
5001
- var h = this.view.k;
5002
- var i = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(h, g.fontString);
5003
- g.q = i.q;
5004
- g.f = i.f;
5005
- g.r = i.r;
5006
- g.t = i.t;
5007
- g.u = i.u;
5008
- g.v = i.v;
4995
+ var e = this.aa;
4996
+ if (this.view != null && e.q == null) {
4997
+ var f = this.view.k;
4998
+ var g = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(f, e.fontString);
4999
+ e.q = g.q;
5000
+ e.f = g.f;
5001
+ e.r = g.r;
5002
+ e.t = g.t;
5003
+ e.u = g.u;
5004
+ e.v = g.v;
5009
5005
  }
5010
- if (g.q != null) {
5011
- c.ac = g.q;
5006
+ if (e.q != null) {
5007
+ c.ab = e.q;
5012
5008
  }
5013
- if (!igniteuiWebcomponentsCore.isNaN_(g.f)) {
5014
- c.r = g.f;
5009
+ if (!igniteuiWebcomponentsCore.isNaN_(e.f)) {
5010
+ c.r = e.f;
5015
5011
  }
5016
- if (g.v != null) {
5017
- c.ag = g.v;
5012
+ if (e.v != null) {
5013
+ c.af = e.v;
5018
5014
  }
5019
- if (g.t != null) {
5020
- c.ae = g.t;
5015
+ if (e.t != null) {
5016
+ c.ad = e.t;
5021
5017
  }
5022
- if (g.r != null) {
5023
- c.ad = g.t;
5018
+ if (e.r != null) {
5019
+ c.ac = e.t;
5024
5020
  }
5025
5021
  }
5026
5022
  return c;
@@ -8390,22 +8386,24 @@
8390
8386
  tslib.__extends(IconVisualModelExport, _super);
8391
8387
  function IconVisualModelExport() {
8392
8388
  var _this = _super !== null && _super.apply(this, arguments) || this;
8393
- _this.h = 0;
8394
- _this.f = 0;
8395
- _this.e = 0;
8396
8389
  _this.i = 0;
8390
+ _this.g = 0;
8391
+ _this.f = 0;
8392
+ _this.j = 0;
8397
8393
  _this.a = null;
8398
- _this.c = null;
8399
8394
  _this.b = null;
8400
- _this.d = 0;
8395
+ _this.d = null;
8396
+ _this.c = null;
8397
+ _this.e = 0;
8401
8398
  _this._svgPath = null;
8402
- _this.j = null;
8399
+ _this._svg = null;
8400
+ _this.k = null;
8401
+ _this.q = null;
8402
+ _this.r = null;
8403
+ _this.s = null;
8404
+ _this.h = 0;
8403
8405
  _this.o = null;
8404
8406
  _this.p = null;
8405
- _this.q = null;
8406
- _this.g = 0;
8407
- _this.m = null;
8408
- _this.n = null;
8409
8407
  return _this;
8410
8408
  }
8411
8409
  Object.defineProperty(IconVisualModelExport.prototype, "svgPath", {
@@ -8418,36 +8416,51 @@
8418
8416
  enumerable: false,
8419
8417
  configurable: true
8420
8418
  });
8421
- IconVisualModelExport.prototype.k = function () {
8419
+ Object.defineProperty(IconVisualModelExport.prototype, "svg", {
8420
+ get: function () {
8421
+ return this._svg;
8422
+ },
8423
+ set: function (a) {
8424
+ this._svg = a;
8425
+ },
8426
+ enumerable: false,
8427
+ configurable: true
8428
+ });
8429
+ IconVisualModelExport.prototype.l = function () {
8422
8430
  var a = new igniteuiWebcomponentsCore.StringBuilder(0);
8423
8431
  a.l("{");
8424
- a.l("actualFill : " + this.a.serialize() + ", ");
8425
- a.l("actualTextColor : " + this.c.serialize() + ", ");
8426
- a.l("actualStroke : " + this.b.serialize() + ", ");
8427
- a.l("actualStrokeThickness : " + this.d + ", ");
8428
- a.l("top : " + this.h + ", ");
8429
- a.l("left : " + this.f + ", ");
8430
- a.l("height : " + this.e + ", ");
8431
- a.l("width : " + this.i + ", ");
8432
- a.l("svgPath : '" + this.svgPath + "', ");
8433
- a.l("dataURL : '" + this.j + "', ");
8434
- if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.o)) {
8435
- a.l("textStyleFontStyle : \"" + this.o + "\", ");
8432
+ a.l("shapes: [");
8433
+ if (this.a != null && this.a.length > 0) {
8434
+ for (var b = 0; b < this.a.length; b++) {
8435
+ var c = this.a[b].serialize();
8436
+ a = b < this.a.length - 1 ? a.l(c + ", ") : a.l(c);
8437
+ }
8438
+ }
8439
+ a.u("], ");
8440
+ a.l("top : " + this.i + ", ");
8441
+ a.l("left : " + this.g + ", ");
8442
+ a.l("height : " + this.f + ", ");
8443
+ a.l("width : " + this.j + ", ");
8444
+ a.l("svg : \"" + this.svg + "\", ");
8445
+ a.l("svgPath : \"" + this.svgPath + "\", ");
8446
+ a.l("dataURL : \"" + this.k + "\", ");
8447
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.q)) {
8448
+ a.l("textStyleFontStyle : \"" + this.q + "\", ");
8436
8449
  }
8437
- if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.p)) {
8438
- a.l("textStyleFontVariant : \"" + this.p + "\", ");
8450
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.r)) {
8451
+ a.l("textStyleFontVariant : \"" + this.r + "\", ");
8439
8452
  }
8440
- if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.q)) {
8441
- a.l("textStyleFontWeight : \"" + this.q + "\", ");
8453
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.s)) {
8454
+ a.l("textStyleFontWeight : \"" + this.s + "\", ");
8442
8455
  }
8443
- if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.m)) {
8444
- a.l("textStyleFontFamily : \"" + this.m + "\", ");
8456
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.o)) {
8457
+ a.l("textStyleFontFamily : \"" + this.o + "\", ");
8445
8458
  }
8446
- if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.n)) {
8447
- a.l("textStyleFontStretch : \"" + this.n + "\", ");
8459
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.p)) {
8460
+ a.l("textStyleFontStretch : \"" + this.p + "\", ");
8448
8461
  }
8449
- if (!igniteuiWebcomponentsCore.isNaN_(this.g)) {
8450
- a.l("textStyleFontSize : " + this.g + ", ");
8462
+ if (!igniteuiWebcomponentsCore.isNaN_(this.h)) {
8463
+ a.l("textStyleFontSize : " + this.h + ", ");
8451
8464
  }
8452
8465
  a.l("}");
8453
8466
  return a.toString();
@@ -8469,71 +8482,71 @@
8469
8482
  tslib.__extends(IconView, _super);
8470
8483
  function IconView() {
8471
8484
  var _this = _super.call(this) || this;
8472
- _this.c = null;
8473
- _this.s = null;
8474
- _this.f = null;
8475
- _this.l = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Delegate_$type, 0);
8476
- _this.n = null;
8477
- _this.o = null;
8478
- _this.p = null;
8485
+ _this.d = null;
8486
+ _this.v = null;
8487
+ _this.g = null;
8488
+ _this.o = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Delegate_$type, 0);
8479
8489
  _this.q = null;
8480
8490
  _this.r = null;
8481
- _this.d = null;
8491
+ _this.s = null;
8492
+ _this.t = null;
8493
+ _this.u = null;
8482
8494
  _this.e = null;
8495
+ _this.f = null;
8496
+ _this.ab = null;
8497
+ _this.n = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Brush.$, igniteuiWebcomponentsCore.String_$type, 0);
8498
+ _this.j = true;
8483
8499
  _this.y = null;
8484
- _this.k = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Brush.$, igniteuiWebcomponentsCore.String_$type, 0);
8485
- _this.g = true;
8486
- _this.v = null;
8487
- _this.u = null;
8488
- _this.t = null;
8489
- _this.m = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DomWrapper_$type, 0);
8490
- _this.n = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8491
- _this.o = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8492
- _this.p = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8500
+ _this.x = null;
8501
+ _this.w = null;
8502
+ _this.p = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DomWrapper_$type, 0);
8493
8503
  _this.q = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8494
8504
  _this.r = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8495
- _this.d = new igniteuiWebcomponentsCore.FastIterationDictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$)), 0);
8505
+ _this.s = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8506
+ _this.t = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8507
+ _this.u = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
8496
8508
  _this.e = new igniteuiWebcomponentsCore.FastIterationDictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$)), 0);
8509
+ _this.f = new igniteuiWebcomponentsCore.FastIterationDictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$)), 0);
8497
8510
  return _this;
8498
8511
  }
8499
- IconView.prototype.ag = function () {
8512
+ IconView.prototype.ak = function () {
8500
8513
  };
8501
- IconView.prototype.i = function () {
8514
+ IconView.prototype.l = function () {
8502
8515
  return true;
8503
8516
  };
8504
- Object.defineProperty(IconView.prototype, "w", {
8517
+ Object.defineProperty(IconView.prototype, "z", {
8505
8518
  get: function () {
8506
- return this.v;
8519
+ return this.y;
8507
8520
  },
8508
8521
  enumerable: false,
8509
8522
  configurable: true
8510
8523
  });
8511
- Object.defineProperty(IconView.prototype, "x", {
8524
+ Object.defineProperty(IconView.prototype, "aa", {
8512
8525
  get: function () {
8513
8526
  return null;
8514
8527
  },
8515
8528
  enumerable: false,
8516
8529
  configurable: true
8517
8530
  });
8518
- Object.defineProperty(IconView.prototype, "b", {
8531
+ Object.defineProperty(IconView.prototype, "c", {
8519
8532
  get: function () {
8520
- return this.m.toArray();
8533
+ return this.p.toArray();
8521
8534
  },
8522
8535
  enumerable: false,
8523
8536
  configurable: true
8524
8537
  });
8525
- Object.defineProperty(IconView.prototype, "j", {
8538
+ Object.defineProperty(IconView.prototype, "m", {
8526
8539
  get: function () {
8527
8540
  return true;
8528
8541
  },
8529
8542
  enumerable: false,
8530
8543
  configurable: true
8531
8544
  });
8532
- IconView.prototype.ae = function (a) {
8545
+ IconView.prototype.ai = function (a) {
8533
8546
  var e_1, _a;
8534
8547
  if (a == null) {
8535
8548
  try {
8536
- for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.l)), _c = _b.next(); !_c.done; _c = _b.next()) {
8549
+ for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.o)), _c = _b.next(); !_c.done; _c = _b.next()) {
8537
8550
  var b = _c.value;
8538
8551
  b();
8539
8552
  }
@@ -8551,109 +8564,109 @@
8551
8564
  throw e_1.error;
8552
8565
  }
8553
8566
  }
8554
- this.l.clear();
8555
- if (this.v != null) {
8556
- this.v.unlistenAll();
8567
+ this.o.clear();
8568
+ if (this.y != null) {
8569
+ this.y.unlistenAll();
8557
8570
  }
8558
- if (this.u != null) {
8559
- this.u.unlistenAll();
8571
+ if (this.x != null) {
8572
+ this.x.unlistenAll();
8560
8573
  }
8561
8574
  }
8562
- this.s = a;
8575
+ this.v = a;
8563
8576
  a.rootWrapper.setStyleProperty("position", "relative");
8564
- this.s.rootWrapper.setStyleProperty("display", "flex");
8565
- this.s.rootWrapper.setStyleProperty("flex-direction", "row");
8566
- this.s.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
8567
- this.s.rootWrapper.setStyleProperty("align-items", "center");
8568
- this.s.rootWrapper.setStyleProperty("justify-content", "center");
8569
- this.am();
8570
- var c = this.s.createElementNS("svg", "http://www.w3.org/2000/svg");
8577
+ this.v.rootWrapper.setStyleProperty("display", "flex");
8578
+ this.v.rootWrapper.setStyleProperty("flex-direction", "row");
8579
+ this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
8580
+ this.v.rootWrapper.setStyleProperty("align-items", "center");
8581
+ this.v.rootWrapper.setStyleProperty("justify-content", "center");
8582
+ this.ar();
8583
+ var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
8571
8584
  c.setStyleProperty("position", "absolute");
8572
8585
  c.setStyleProperty("top", "0");
8573
8586
  c.setStyleProperty("left", "0");
8574
8587
  c.setStyleProperty("right", "0");
8575
8588
  c.setStyleProperty("bottom", "0");
8576
- this.v = c;
8577
- var d = this.s.createElement("img");
8589
+ this.y = c;
8590
+ var d = this.v.createElement("img");
8578
8591
  d.setStyleProperty("height", "100%");
8579
8592
  d.setStyleProperty("width", "100%");
8580
8593
  d.setStyleProperty("object-fit", "contain");
8581
- this.u = d;
8582
- this.ar();
8583
- this.t = a.createElementNS("defs", "http://www.w3.org/2000/svg");
8584
- this.v.append(this.t);
8585
- this.s.append(this.v);
8586
- this.l.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ad)));
8587
- this.c.cc();
8588
- };
8589
- IconView.prototype.ao = function (a) {
8590
- this.k.clear();
8591
- this.s.rootWrapper.removeChildren();
8592
- this.s.rootWrapper.append(this.v);
8593
- this.v.removeChildren();
8594
- this.t.removeChildren();
8595
- this.m.clear();
8594
+ this.x = d;
8595
+ this.aw();
8596
+ this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
8597
+ this.y.append(this.w);
8598
+ this.v.append(this.y);
8599
+ this.o.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ah)));
8600
+ this.d.cc();
8601
+ };
8602
+ IconView.prototype.at = function (a) {
8603
+ this.n.clear();
8604
+ this.v.rootWrapper.removeChildren();
8605
+ this.v.rootWrapper.append(this.y);
8606
+ this.y.removeChildren();
8607
+ this.w.removeChildren();
8608
+ this.p.clear();
8596
8609
  if (a != null) {
8597
- var b = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
8610
+ var b = this.v.createElementNS("path", "http://www.w3.org/2000/svg");
8598
8611
  b.setAttribute("d", a);
8599
- this.v.append(this.t);
8600
- this.v.append(b);
8601
- this.m.add(b);
8602
- }
8603
- };
8604
- IconView.prototype.ap = function (a) {
8605
- this.k.clear();
8606
- this.s.rootWrapper.removeChildren();
8607
- this.s.rootWrapper.append(this.v);
8608
- this.v.removeChildren();
8609
- this.t.removeChildren();
8610
- this.m.clear();
8612
+ this.y.append(this.w);
8613
+ this.y.append(b);
8614
+ this.p.add(b);
8615
+ }
8616
+ };
8617
+ IconView.prototype.au = function (a) {
8618
+ this.n.clear();
8619
+ this.v.rootWrapper.removeChildren();
8620
+ this.v.rootWrapper.append(this.y);
8621
+ this.y.removeChildren();
8622
+ this.w.removeChildren();
8623
+ this.p.clear();
8611
8624
  if (a != null && a.length > 0) {
8612
- this.v.append(this.t);
8625
+ this.y.append(this.w);
8613
8626
  for (var b = 0; b < a.length; b++) {
8614
- var c = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
8627
+ var c = this.v.createElementNS("path", "http://www.w3.org/2000/svg");
8615
8628
  c.setAttribute("d", a[b]);
8616
- this.v.append(c);
8617
- this.m.add(c);
8629
+ this.y.append(c);
8630
+ this.p.add(c);
8618
8631
  }
8619
8632
  }
8620
8633
  };
8621
- IconView.prototype.an = function (a) {
8622
- this.s.rootWrapper.removeChildren();
8634
+ IconView.prototype.as = function (a) {
8635
+ this.v.rootWrapper.removeChildren();
8623
8636
  if (a != null) {
8624
- var b = this.s.rootWrapper.getNativeElement();
8637
+ var b = this.v.rootWrapper.getNativeElement();
8625
8638
  b.innerHTML = a;
8626
8639
  }
8627
8640
  };
8628
- IconView.prototype.al = function (a) {
8629
- if (this.y != a) {
8630
- this.y = a;
8631
- this.s.rootWrapper.removeChildren();
8632
- this.s.rootWrapper.append(this.u);
8633
- this.u.setAttribute("src", a);
8641
+ IconView.prototype.ap = function (a) {
8642
+ if (this.ab != a) {
8643
+ this.ab = a;
8644
+ this.v.rootWrapper.removeChildren();
8645
+ this.v.rootWrapper.append(this.x);
8646
+ this.x.setAttribute("src", a);
8634
8647
  }
8635
8648
  };
8636
- IconView.prototype.h = function () {
8637
- return this.c.svgPath != null || this.c.svg != null || this.c.b != null;
8638
- };
8639
- IconView.prototype.am = function () {
8640
- this.s.rootWrapper.setStyleProperty("width", igniteuiWebcomponentsCore.isNaN_(this.c.aq) ? "1.5rem" : this.c.aq + "px");
8641
- this.s.rootWrapper.setStyleProperty("height", igniteuiWebcomponentsCore.isNaN_(this.c.ai) ? "1.5rem" : this.c.ai + "px");
8649
+ IconView.prototype.k = function () {
8650
+ return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
8642
8651
  };
8643
8652
  IconView.prototype.ar = function () {
8644
- var a = igniteuiWebcomponentsCore.isNaN_(this.c.an) ? 0 : this.c.an;
8645
- var b = igniteuiWebcomponentsCore.isNaN_(this.c.ao) ? 0 : this.c.ao;
8646
- var c = igniteuiWebcomponentsCore.isNaN_(this.c.ap) ? 24 : this.c.ap;
8647
- var d = igniteuiWebcomponentsCore.isNaN_(this.c.am) ? 24 : this.c.am;
8648
- this.v.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
8653
+ this.v.rootWrapper.setStyleProperty("width", igniteuiWebcomponentsCore.isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
8654
+ this.v.rootWrapper.setStyleProperty("height", igniteuiWebcomponentsCore.isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
8655
+ };
8656
+ IconView.prototype.aw = function () {
8657
+ var a = igniteuiWebcomponentsCore.isNaN_(this.d.an) ? 0 : this.d.an;
8658
+ var b = igniteuiWebcomponentsCore.isNaN_(this.d.ao) ? 0 : this.d.ao;
8659
+ var c = igniteuiWebcomponentsCore.isNaN_(this.d.ap) ? 24 : this.d.ap;
8660
+ var d = igniteuiWebcomponentsCore.isNaN_(this.d.am) ? 24 : this.d.am;
8661
+ this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
8649
8662
  };
8650
- IconView.prototype.ai = function (a, b) {
8663
+ IconView.prototype.am = function (a, b) {
8651
8664
  var c = a.color;
8652
- if (!this.k.containsKey(a)) {
8665
+ if (!this.n.containsKey(a)) {
8653
8666
  if (a.isGradient) {
8654
- var d = this.t.getChildCount();
8667
+ var d = this.w.getChildCount();
8655
8668
  var e = a;
8656
- var f = this.s.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
8669
+ var f = this.v.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
8657
8670
  var g = "ig_gradient_" + b + "_" + d;
8658
8671
  f.setAttribute("id", g);
8659
8672
  f.setAttribute("x1", e.startX.toString());
@@ -8663,60 +8676,60 @@
8663
8676
  var j = e.gradientStops;
8664
8677
  for (var i = 0; i < j.length; i++) {
8665
8678
  var h = j[i];
8666
- var k = this.s.createElementNS("stop", "http://www.w3.org/2000/svg");
8679
+ var k = this.v.createElementNS("stop", "http://www.w3.org/2000/svg");
8667
8680
  k.setAttribute("offset", h.offset * 100 + "%");
8668
8681
  k.setAttribute("stop-color", h._fill);
8669
8682
  f.append(k);
8670
8683
  }
8671
- this.t.append(f);
8672
- this.k.addItem(a, g);
8684
+ this.w.append(f);
8685
+ this.n.addItem(a, g);
8673
8686
  }
8674
8687
  else if (a.isRadialGradient) {
8675
8688
  }
8676
8689
  }
8677
8690
  };
8678
- IconView.prototype.aj = function (a, b) {
8691
+ IconView.prototype.an = function (a, b) {
8679
8692
  var c = a;
8680
- if (this.k.containsKey(b)) {
8681
- c.setAttribute("fill", "url(#" + this.k.item(b) + ")");
8682
- this.s.rootWrapper.removeChildren();
8683
- this.s.rootWrapper.append(this.v);
8693
+ if (this.n.containsKey(b)) {
8694
+ c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
8695
+ this.v.rootWrapper.removeChildren();
8696
+ this.v.rootWrapper.append(this.y);
8684
8697
  }
8685
8698
  else {
8686
8699
  igniteuiWebcomponentsCore.NativeUI.r(a, b);
8687
8700
  }
8688
8701
  };
8689
- IconView.prototype.ak = function (a, b) {
8702
+ IconView.prototype.ao = function (a, b) {
8690
8703
  var c = a;
8691
- if (this.k.containsKey(b)) {
8692
- c.setAttribute("stroke", "url('#" + this.k.item(b) + "')");
8704
+ if (this.n.containsKey(b)) {
8705
+ c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
8693
8706
  }
8694
8707
  else {
8695
8708
  igniteuiWebcomponentsCore.NativeUI.aa(a, b);
8696
8709
  }
8697
8710
  };
8698
- IconView.prototype.z = function (a) {
8711
+ IconView.prototype.ac = function (a) {
8699
8712
  };
8700
- IconView.prototype.ah = function () {
8701
- if (this.i()) {
8713
+ IconView.prototype.al = function () {
8714
+ if (this.l()) {
8702
8715
  }
8703
8716
  };
8704
- IconView.prototype.aa = function (a) {
8705
- this.c.b9();
8717
+ IconView.prototype.ad = function (a) {
8718
+ this.d.b9();
8706
8719
  };
8707
- IconView.prototype.ab = function (a) {
8708
- this.c.ca();
8720
+ IconView.prototype.ae = function (a) {
8721
+ this.d.ca();
8709
8722
  };
8710
- IconView.prototype.ac = function () {
8711
- this.g = true;
8712
- this.l.add(this.s.rootWrapper.listen("mouseenter", igniteuiWebcomponentsCore.runOn(this, this.aa)));
8713
- this.l.add(this.s.rootWrapper.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this, this.ab)));
8723
+ IconView.prototype.ag = function () {
8724
+ this.j = true;
8725
+ this.o.add(this.v.rootWrapper.listen("mouseenter", igniteuiWebcomponentsCore.runOn(this, this.ad)));
8726
+ this.o.add(this.v.rootWrapper.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this, this.ae)));
8714
8727
  };
8715
- IconView.prototype.af = function () {
8728
+ IconView.prototype.aj = function () {
8716
8729
  var e_2, _a;
8717
- this.g = false;
8730
+ this.j = false;
8718
8731
  try {
8719
- for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.l)), _c = _b.next(); !_c.done; _c = _b.next()) {
8732
+ for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.o)), _c = _b.next(); !_c.done; _c = _b.next()) {
8720
8733
  var a = _c.value;
8721
8734
  a();
8722
8735
  }
@@ -8734,15 +8747,15 @@
8734
8747
  throw e_2.error;
8735
8748
  }
8736
8749
  }
8737
- this.l.clear();
8750
+ this.o.clear();
8738
8751
  };
8739
- IconView.prototype.aq = function (a) {
8752
+ IconView.prototype.av = function (a) {
8740
8753
  if (a != null) {
8741
- this.s.rootWrapper.setStyleProperty("font", a.fontString);
8754
+ this.v.rootWrapper.setStyleProperty("font", a.fontString);
8742
8755
  }
8743
8756
  };
8744
- IconView.prototype.a = function () {
8745
- var rect_ = this.s.rootWrapper.getNativeElement().getBoundingClientRect();
8757
+ IconView.prototype.b = function () {
8758
+ var rect_ = this.v.rootWrapper.getNativeElement().getBoundingClientRect();
8746
8759
  var a = (rect_.top);
8747
8760
  var b = (rect_.left);
8748
8761
  var c = new Array(2);
@@ -8750,8 +8763,102 @@
8750
8763
  c[1] = b;
8751
8764
  return c;
8752
8765
  };
8753
- IconView.prototype.ad = function (a) {
8754
- this.c.b7();
8766
+ IconView.prototype.ah = function (a) {
8767
+ this.d.b7();
8768
+ };
8769
+ IconView.prototype.a = function () {
8770
+ var a = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.PrimitiveVisualData.$, 0);
8771
+ var b = this.v.rootWrapper.getNativeElement();
8772
+ return a.toArray();
8773
+ };
8774
+ IconView.prototype.af = function (a, b) {
8775
+ for (var c = 0; c < b.e.count; c++) {
8776
+ var d = b.e._inner[c];
8777
+ var e = this.h(d);
8778
+ if (e != null) {
8779
+ a.add(e);
8780
+ }
8781
+ else {
8782
+ this.af(a, d);
8783
+ }
8784
+ }
8785
+ };
8786
+ IconView.prototype.h = function (a) {
8787
+ var b = null;
8788
+ switch (a.c) {
8789
+ case 7:
8790
+ var c = ((function () {
8791
+ var $ret = new igniteuiWebcomponentsCore.Path();
8792
+ $ret.an = a.w;
8793
+ return $ret;
8794
+ })());
8795
+ this.aq(c, a);
8796
+ b = new igniteuiWebcomponentsCore.PathVisualData(1, "path1", c);
8797
+ break;
8798
+ case 3:
8799
+ var d = a;
8800
+ var e = new igniteuiWebcomponentsCore.Line();
8801
+ e.an = d.w;
8802
+ e.ao = d.x;
8803
+ e.ap = d.y;
8804
+ e.aq = d.z;
8805
+ this.aq(e, a);
8806
+ b = new igniteuiWebcomponentsCore.LineVisualData(1, "line1", e);
8807
+ break;
8808
+ case 4:
8809
+ var f = a;
8810
+ var g = new igniteuiWebcomponentsCore.Rectangle();
8811
+ g.width = f.z;
8812
+ g.height = f.w;
8813
+ g.ap = f.x;
8814
+ g.aq = f.y;
8815
+ this.aq(g, a);
8816
+ b = new igniteuiWebcomponentsCore.RectangleVisualData(1, "rect1", g);
8817
+ break;
8818
+ case 5:
8819
+ case 6:
8820
+ var h = a;
8821
+ var i = new igniteuiWebcomponentsCore.Ellipse();
8822
+ i.width = h.y * 2;
8823
+ i.height = h.z * 2;
8824
+ this.aq(i, a);
8825
+ b = new igniteuiWebcomponentsCore.EllipseVisualData(1, "ellipse1", i);
8826
+ break;
8827
+ }
8828
+ return b;
8829
+ };
8830
+ IconView.prototype.aq = function (a, b) {
8831
+ var c = b;
8832
+ a.ad = b.t;
8833
+ a.j = c.h;
8834
+ a.am = c.v;
8835
+ a.al = c.u;
8836
+ a.ak = c.u;
8837
+ a._opacity = c.q;
8838
+ if (c.i != null) {
8839
+ var d = new igniteuiWebcomponentsCore.DoubleCollection();
8840
+ var g = c.i;
8841
+ for (var f = 0; f < g.length; f++) {
8842
+ var e = g[f];
8843
+ d.add(e);
8844
+ }
8845
+ a.ai = d;
8846
+ }
8847
+ };
8848
+ IconView.prototype.i = function (a) {
8849
+ if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Path.$, a) !== null) {
8850
+ return new igniteuiWebcomponentsCore.PathVisualData(1, "path1", a);
8851
+ }
8852
+ else if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Line.$, a) !== null) {
8853
+ return new igniteuiWebcomponentsCore.LineVisualData(1, "line1", a);
8854
+ }
8855
+ else if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Rectangle.$, a) !== null) {
8856
+ return new igniteuiWebcomponentsCore.RectangleVisualData(1, "rect1", a);
8857
+ }
8858
+ else if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Ellipse.$, a) !== null) {
8859
+ return new igniteuiWebcomponentsCore.EllipseVisualData(1, "ellipse1", a);
8860
+ }
8861
+ return null;
8755
8862
  };
8756
8863
  IconView.$t = igniteuiWebcomponentsCore.markType(IconView, 'IconView');
8757
8864
  return IconView;
@@ -8804,9 +8911,9 @@
8804
8911
  _this.clicked = null;
8805
8912
  _this.propertyChanged = null;
8806
8913
  var a = new IconView();
8807
- a.c = _this;
8914
+ a.d = _this;
8808
8915
  _this.view = a;
8809
- _this.view.ag();
8916
+ _this.view.ak();
8810
8917
  return _this;
8811
8918
  }
8812
8919
  Object.defineProperty(XIcon.prototype, "view", {
@@ -8874,11 +8981,11 @@
8874
8981
  case "ViewBoxTop":
8875
8982
  case "ViewBoxWidth":
8876
8983
  case "ViewBoxHeight":
8877
- this.view.ar();
8984
+ this.view.aw();
8878
8985
  break;
8879
8986
  case "Width":
8880
8987
  case "Height":
8881
- this.view.am();
8988
+ this.view.ar();
8882
8989
  break;
8883
8990
  }
8884
8991
  };
@@ -8902,18 +9009,18 @@
8902
9009
  };
8903
9010
  Object.defineProperty(XIcon.prototype, "r", {
8904
9011
  get: function () {
8905
- return this.svgPath != null && !this.view.j;
9012
+ return this.svgPath != null && !this.view.m;
8906
9013
  },
8907
9014
  enumerable: false,
8908
9015
  configurable: true
8909
9016
  });
8910
9017
  XIcon.prototype.ch = function () {
8911
- igniteuiWebcomponentsCore.NativeUI.y(this.view.w, this.ak);
9018
+ igniteuiWebcomponentsCore.NativeUI.y(this.view.z, this.ak);
8912
9019
  };
8913
9020
  XIcon.prototype.cg = function () {
8914
- var a = this.view.w;
9021
+ var a = this.view.z;
8915
9022
  if (this.r) {
8916
- var b = this.view.x;
9023
+ var b = this.view.aa;
8917
9024
  igniteuiWebcomponentsCore.NativeUI.r(b, this.cw);
8918
9025
  igniteuiWebcomponentsCore.NativeUI.aa(b, this.cx);
8919
9026
  igniteuiWebcomponentsCore.NativeUI.ad(b, this.af);
@@ -8922,22 +9029,22 @@
8922
9029
  var c = false;
8923
9030
  if (this.svgPath != null) {
8924
9031
  if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
8925
- this.view.an(this.svgPath);
9032
+ this.view.as(this.svgPath);
8926
9033
  c = true;
8927
9034
  }
8928
9035
  else {
8929
- this.view.ao(this.svgPath);
9036
+ this.view.at(this.svgPath);
8930
9037
  }
8931
9038
  }
8932
9039
  else if (this.b != null) {
8933
- this.view.ap(this.b);
8934
- var d = this.view.b;
9040
+ this.view.au(this.b);
9041
+ var d = this.view.c;
8935
9042
  if (d != null && d.length > 0) {
8936
9043
  var e = igniteuiWebcomponentsCore.NativeUI.r;
8937
9044
  var f = igniteuiWebcomponentsCore.NativeUI.aa;
8938
9045
  this.cd();
8939
- e = igniteuiWebcomponentsCore.runOn(this.view, this.view.aj);
8940
- f = igniteuiWebcomponentsCore.runOn(this.view, this.view.ak);
9046
+ e = igniteuiWebcomponentsCore.runOn(this.view, this.view.an);
9047
+ f = igniteuiWebcomponentsCore.runOn(this.view, this.view.ao);
8941
9048
  for (var g = 0; g < d.length; g++) {
8942
9049
  if (this.cw != null) {
8943
9050
  e(d[g], this.cw);
@@ -8960,63 +9067,63 @@
8960
9067
  }
8961
9068
  }
8962
9069
  if (this.m != null) {
8963
- this.view.aq(this.m);
9070
+ this.view.av(this.m);
8964
9071
  }
8965
9072
  return;
8966
9073
  }
8967
9074
  else if (this.svg != null) {
8968
- this.view.an(this.svg);
9075
+ this.view.as(this.svg);
8969
9076
  c = true;
8970
9077
  }
8971
9078
  else if (this.a7 != null) {
8972
- this.view.al(this.a7);
9079
+ this.view.ap(this.a7);
8973
9080
  }
8974
9081
  if (c) {
8975
- for (var h = 0; h < this.view.o.count; h++) {
8976
- var i = this.view.o._inner[h].c;
8977
- igniteuiWebcomponentsCore.NativeUI.r(this.view.o._inner[h].d, i.l.f(this.c8));
9082
+ for (var h = 0; h < this.view.r.count; h++) {
9083
+ var i = this.view.r._inner[h].c;
9084
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[h].d, i.l.f(this.c8));
8978
9085
  }
8979
- for (var j = 0; j < this.view.p.count; j++) {
8980
- var k = this.view.p._inner[j].c;
8981
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.p._inner[j].d, k.m.f(this.c9));
9086
+ for (var j = 0; j < this.view.s.count; j++) {
9087
+ var k = this.view.s._inner[j].c;
9088
+ igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.c9));
8982
9089
  }
8983
- for (var l = 0; l < this.view.q.count; l++) {
8984
- var m = this.view.q._inner[l].c;
8985
- igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[l].d, m.l.f(this.da));
9090
+ for (var l = 0; l < this.view.t.count; l++) {
9091
+ var m = this.view.t._inner[l].c;
9092
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[l].d, m.l.f(this.da));
8986
9093
  }
8987
- for (var n = 0; n < this.view.r.count; n++) {
8988
- var o = this.view.r._inner[n].c;
8989
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.r._inner[n].d, o.m.f(this.db));
9094
+ for (var n = 0; n < this.view.u.count; n++) {
9095
+ var o = this.view.u._inner[n].c;
9096
+ igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.db));
8990
9097
  }
8991
- for (var p = 0; p < this.view.d.o.count; p++) {
8992
- var q = this.view.d.o._inner[p];
9098
+ for (var p = 0; p < this.view.e.o.count; p++) {
9099
+ var q = this.view.e.o._inner[p];
8993
9100
  var r = q.split('-');
8994
9101
  var s = parseInt(r[r.length - 1]);
8995
9102
  if (s < this.e.count) {
8996
- for (var t = 0; t < this.view.d.q._inner[p].count; t++) {
8997
- var u = this.view.d.q._inner[p]._inner[t].c;
8998
- igniteuiWebcomponentsCore.NativeUI.r(this.view.d.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
9103
+ for (var t = 0; t < this.view.e.q._inner[p].count; t++) {
9104
+ var u = this.view.e.q._inner[p]._inner[t].c;
9105
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.e.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
8999
9106
  }
9000
9107
  }
9001
9108
  }
9002
- for (var v = 0; v < this.view.e.o.count; v++) {
9003
- var w = this.view.e.o._inner[v];
9109
+ for (var v = 0; v < this.view.f.o.count; v++) {
9110
+ var w = this.view.f.o._inner[v];
9004
9111
  var x = w.split('-');
9005
9112
  var y = parseInt(x[x.length - 1]);
9006
9113
  if (y < this.f.count) {
9007
- for (var z = 0; z < this.view.e.q._inner[v].count; z++) {
9008
- var aa = this.view.e.q._inner[v]._inner[z].c;
9009
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.e.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
9114
+ for (var z = 0; z < this.view.f.q._inner[v].count; z++) {
9115
+ var aa = this.view.f.q._inner[v]._inner[z].c;
9116
+ igniteuiWebcomponentsCore.NativeUI.aa(this.view.f.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
9010
9117
  }
9011
9118
  }
9012
9119
  }
9013
- for (var ab = 0; ab < this.view.n.count; ab++) {
9014
- var ac = this.view.n._inner[ab].c;
9015
- igniteuiWebcomponentsCore.NativeUI.r(this.view.n._inner[ab].d, ac.l.f(this.cw));
9016
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.n._inner[ab].d, ac.m.f(this.cx));
9120
+ for (var ab = 0; ab < this.view.q.count; ab++) {
9121
+ var ac = this.view.q._inner[ab].c;
9122
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.cw));
9123
+ igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.cx));
9017
9124
  }
9018
9125
  }
9019
- var ad = this.view.w;
9126
+ var ad = this.view.z;
9020
9127
  if (this.cw != null) {
9021
9128
  igniteuiWebcomponentsCore.NativeUI.r(ad, this.cw);
9022
9129
  }
@@ -9028,25 +9135,25 @@
9028
9135
  }
9029
9136
  }
9030
9137
  if (this.m != null) {
9031
- this.view.aq(this.m);
9138
+ this.view.av(this.m);
9032
9139
  }
9033
9140
  if (this.cy != null) {
9034
- igniteuiWebcomponentsCore.NativeUI.q(this.view.w, this.cy);
9141
+ igniteuiWebcomponentsCore.NativeUI.q(this.view.z, this.cy);
9035
9142
  }
9036
9143
  };
9037
9144
  XIcon.prototype.cd = function () {
9038
9145
  var e_3, _a, e_4, _b;
9039
9146
  if (this.cw != null) {
9040
- this.view.ai(this.cw, "fill");
9147
+ this.view.am(this.cw, "fill");
9041
9148
  }
9042
9149
  if (this.cx != null) {
9043
- this.view.ai(this.cx, "stroke");
9150
+ this.view.am(this.cx, "stroke");
9044
9151
  }
9045
9152
  if (this.e != null) {
9046
9153
  try {
9047
9154
  for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
9048
9155
  var a = _d.value;
9049
- this.view.ai(a, "fills");
9156
+ this.view.am(a, "fills");
9050
9157
  }
9051
9158
  }
9052
9159
  catch (e_3_1) {
@@ -9067,7 +9174,7 @@
9067
9174
  try {
9068
9175
  for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
9069
9176
  var b = _f.value;
9070
- this.view.ai(b, "strokes");
9177
+ this.view.am(b, "strokes");
9071
9178
  }
9072
9179
  }
9073
9180
  catch (e_4_1) {
@@ -9606,10 +9713,10 @@
9606
9713
  XIcon.prototype.cc = function () {
9607
9714
  };
9608
9715
  XIcon.prototype.onDetachedFromUI = function () {
9609
- this.view.af();
9716
+ this.view.aj();
9610
9717
  };
9611
9718
  XIcon.prototype.onAttachedToUI = function () {
9612
- this.view.ac();
9719
+ this.view.ag();
9613
9720
  };
9614
9721
  XIcon.prototype.b7 = function () {
9615
9722
  if (this.disabled) {
@@ -9620,61 +9727,58 @@
9620
9727
  }
9621
9728
  };
9622
9729
  XIcon.prototype.u = function () {
9623
- return this.view.i();
9730
+ return this.view.l();
9624
9731
  };
9625
9732
  XIcon.prototype.au = function () {
9626
9733
  return this.g();
9627
9734
  };
9628
9735
  XIcon.prototype.a9 = function () {
9629
9736
  var a = this.g();
9630
- return a.k();
9737
+ return a.l();
9631
9738
  };
9632
9739
  XIcon.prototype.g = function () {
9633
9740
  var a = new IconVisualModelExport();
9634
- var b = this.view.w;
9635
- a.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
9636
- a.c = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
9637
- a.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.am(b));
9638
- a.d = this.af;
9639
- var c = this.view.a();
9640
- a.h = c[0];
9641
- a.f = c[1];
9642
- a.e = igniteuiWebcomponentsCore.NativeUI.d(b);
9643
- a.i = igniteuiWebcomponentsCore.NativeUI.k(b);
9741
+ var b = this.view.b();
9742
+ a.i = b[0];
9743
+ a.g = b[1];
9744
+ a.f = igniteuiWebcomponentsCore.NativeUI.d(this.view.z);
9745
+ a.j = igniteuiWebcomponentsCore.NativeUI.k(this.view.z);
9746
+ a.a = this.view.a();
9747
+ a.svg = this.svg;
9644
9748
  a.svgPath = this.svgPath;
9645
- a.j = this.a7;
9749
+ a.k = this.a7;
9646
9750
  if (this.m != null) {
9647
- var d = this.m;
9648
- if (this.view != null && d.q == null) {
9649
- var e = this.view.s;
9650
- var f = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(e, d.fontString);
9651
- d.q = f.q;
9652
- d.f = f.f;
9653
- d.r = f.r;
9654
- d.t = f.t;
9655
- d.u = f.u;
9656
- d.v = f.v;
9751
+ var c = this.m;
9752
+ if (this.view != null && c.q == null) {
9753
+ var d = this.view.v;
9754
+ var e = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(d, c.fontString);
9755
+ c.q = e.q;
9756
+ c.f = e.f;
9757
+ c.r = e.r;
9758
+ c.t = e.t;
9759
+ c.u = e.u;
9760
+ c.v = e.v;
9657
9761
  }
9658
- if (d.q != null) {
9659
- a.m = d.q;
9762
+ if (c.q != null) {
9763
+ a.o = c.q;
9660
9764
  }
9661
- if (!igniteuiWebcomponentsCore.isNaN_(d.f)) {
9662
- a.g = d.f;
9765
+ if (!igniteuiWebcomponentsCore.isNaN_(c.f)) {
9766
+ a.h = c.f;
9663
9767
  }
9664
- if (d.v != null) {
9665
- a.q = d.v;
9768
+ if (c.v != null) {
9769
+ a.s = c.v;
9666
9770
  }
9667
- if (d.t != null) {
9668
- a.o = d.t;
9771
+ if (c.t != null) {
9772
+ a.q = c.t;
9669
9773
  }
9670
- if (d.r != null) {
9671
- a.n = d.t;
9774
+ if (c.r != null) {
9775
+ a.p = c.t;
9672
9776
  }
9673
9777
  }
9674
9778
  return a;
9675
9779
  };
9676
9780
  XIcon.prototype.provideContainer = function (a) {
9677
- this.view.ae(a);
9781
+ this.view.ai(a);
9678
9782
  };
9679
9783
  XIcon.$t = igniteuiWebcomponentsCore.markType(XIcon, 'XIcon', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, igniteuiWebcomponentsCore.IIcon_$type]);
9680
9784
  XIcon.cz = null;
@@ -10745,7 +10849,7 @@
10745
10849
  a.l(",");
10746
10850
  }
10747
10851
  var c = this.j._inner[b].aa.charAt(0).toString().toLowerCase() + this.j._inner[b].aa.substr(1);
10748
- a.l(this.j._inner[b].ab());
10852
+ a.l(this.j._inner[b].serialize());
10749
10853
  }
10750
10854
  a.l("],");
10751
10855
  a.l("dayNamesModels: [");
@@ -26445,7 +26549,7 @@
26445
26549
  });
26446
26550
  DatePickerView.prototype.ak = function (a) {
26447
26551
  if (a == null) {
26448
- this.b.cq();
26552
+ this.b.cr();
26449
26553
  if (this.d != null) {
26450
26554
  var b = this.d.rootWrapper.getChildAt(0);
26451
26555
  b.unlistenAll();
@@ -26471,7 +26575,7 @@
26471
26575
  DatePickerView.prototype.ad = function () {
26472
26576
  if (this.d != null) {
26473
26577
  this.k = this.d.rootWrapper.getChildAt(0);
26474
- this.k.setAttribute("tabIndex", this.b.be.toString());
26578
+ this.k.setAttribute("tabIndex", this.b.bf.toString());
26475
26579
  this.k.setStyleProperty("display", "flex");
26476
26580
  this.k.setStyleProperty("height", "100%");
26477
26581
  this.l = this.d.createElement("div");
@@ -26484,7 +26588,7 @@
26484
26588
  this.i = this.d.createElement("div");
26485
26589
  this.i.setAttribute("aria-hidden", "true");
26486
26590
  this.h = this.d.createElement("div");
26487
- this.b.cr();
26591
+ this.b.cs();
26488
26592
  this.j.getChildAt(0).setAttribute("aria-expanded", "fasle");
26489
26593
  this.j.getChildAt(0).setAttribute("aria-invalid", "false");
26490
26594
  this.f.setStyleProperty("height", "16px");
@@ -26570,7 +26674,7 @@
26570
26674
  };
26571
26675
  DatePickerView.prototype.av = function () {
26572
26676
  if (this.f != null) {
26573
- if (this.b.az == true) {
26677
+ if (this.b.a0 == true) {
26574
26678
  this.f.show();
26575
26679
  }
26576
26680
  else {
@@ -26584,7 +26688,7 @@
26584
26688
  }
26585
26689
  };
26586
26690
  DatePickerView.prototype.ax = function () {
26587
- this.k.setAttribute("tabIndex", this.b.be.toString());
26691
+ this.k.setAttribute("tabIndex", this.b.bf.toString());
26588
26692
  };
26589
26693
  DatePickerView.prototype.an = function () {
26590
26694
  this.o.observe(document, { childList: true, subtree: true });
@@ -26599,9 +26703,9 @@
26599
26703
  this.e.setStyleProperty("width", "100%");
26600
26704
  this.e.setStyleProperty("height", "100%");
26601
26705
  this.e.setStyleProperty("display", "flex");
26602
- this.b.cs();
26706
+ this.b.ct();
26603
26707
  this.e.parent().setStyleProperty("height", "100%");
26604
- if (this.b.a1 == true) {
26708
+ if (this.b.a2 == true) {
26605
26709
  this.e.parent().parent().setStyleProperty("max-width", "245px");
26606
26710
  }
26607
26711
  else {
@@ -26611,7 +26715,7 @@
26611
26715
  };
26612
26716
  DatePickerView.prototype.z = function () {
26613
26717
  if (this.d != null) {
26614
- if (this.b.a1 == true) {
26718
+ if (this.b.a2 == true) {
26615
26719
  this.e.parent().parent().setStyleProperty("max-width", "245px");
26616
26720
  }
26617
26721
  else {
@@ -26640,60 +26744,60 @@
26640
26744
  if (this.b.av == true) {
26641
26745
  return;
26642
26746
  }
26643
- this.b.cp();
26747
+ this.b.cq();
26644
26748
  if (this.f != null) {
26645
26749
  this.f.hide();
26646
26750
  }
26647
26751
  };
26648
26752
  DatePickerView.prototype.aa = function (a) {
26649
- this.b.c8();
26753
+ this.b.c9();
26650
26754
  };
26651
26755
  DatePickerView.prototype.ab = function (a) {
26652
- this.b.c9();
26756
+ this.b.da();
26653
26757
  };
26654
26758
  DatePickerView.prototype.ag = function (a) {
26655
26759
  a.stopPropagation();
26656
- this.b.cx();
26760
+ this.b.cy();
26657
26761
  };
26658
26762
  DatePickerView.prototype.y = function (a) {
26659
26763
  var b = a.which;
26660
26764
  if (b == 27) {
26661
- this.b.cq();
26765
+ this.b.cr();
26662
26766
  }
26663
26767
  };
26664
26768
  DatePickerView.prototype.w = function (a) {
26665
26769
  this.b.focus();
26666
26770
  var b = (a.originalEvent.relatedTarget);
26667
26771
  if (!this.c(b)) {
26668
- this.b.c3();
26772
+ this.b.c4();
26669
26773
  }
26670
26774
  };
26671
26775
  DatePickerView.prototype.x = function (a) {
26672
26776
  var b = (a.originalEvent.relatedTarget);
26673
26777
  if (!this.c(b)) {
26674
- this.b.cw();
26675
- this.b.c4();
26778
+ this.b.cx();
26779
+ this.b.c5();
26676
26780
  }
26677
26781
  };
26678
26782
  DatePickerView.prototype.al = function (a, b) {
26679
26783
  if (this.d != null) {
26680
26784
  var c = this.d.rootWrapper.getNativeElement();
26681
26785
  if (!document.documentElement.contains(c)) {
26682
- this.b.cq();
26786
+ this.b.cr();
26683
26787
  }
26684
26788
  }
26685
26789
  else {
26686
- this.b.cq();
26790
+ this.b.cr();
26687
26791
  }
26688
26792
  };
26689
26793
  DatePickerView.prototype.document_Click = function (a) {
26690
26794
  var b = a.target;
26691
26795
  if (!this.c(b)) {
26692
- this.b.cq();
26796
+ this.b.cr();
26693
26797
  }
26694
26798
  };
26695
26799
  DatePickerView.prototype.window_Resize = function (a) {
26696
- this.b.dm();
26800
+ this.b.dn();
26697
26801
  };
26698
26802
  DatePickerView.prototype.a0 = function (a) {
26699
26803
  if (this.d != null) {
@@ -26730,9 +26834,9 @@
26730
26834
  /**
26731
26835
  * @hidden
26732
26836
  */
26733
- var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
26734
- tslib.__extends(DatePicker, _super);
26735
- function DatePicker() {
26837
+ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
26838
+ tslib.__extends(XDatePicker, _super);
26839
+ function XDatePicker() {
26736
26840
  var _this = _super.call(this) || this;
26737
26841
  _this.h = null;
26738
26842
  _this.u = null;
@@ -26742,32 +26846,32 @@
26742
26846
  _this.m = null;
26743
26847
  _this.n = null;
26744
26848
  _this.c = null;
26745
- _this.bg = "dd";
26746
- _this.bk = "mm";
26747
- _this.bn = "yyyy";
26748
- _this.bh = "mdy";
26749
- _this.bm = "/";
26849
+ _this.bh = "dd";
26850
+ _this.bl = "mm";
26851
+ _this.bo = "yyyy";
26852
+ _this.bi = "mdy";
26853
+ _this.bn = "/";
26750
26854
  _this.ah = false;
26751
26855
  _this.at = false;
26752
26856
  _this.ar = false;
26753
- _this.a5 = igniteuiWebcomponentsCore.dateMinValue();
26857
+ _this.a6 = igniteuiWebcomponentsCore.dateMinValue();
26754
26858
  _this.ai = false;
26755
26859
  _this.propertyChanged = null;
26756
26860
  _this.selectedValueChanged = null;
26757
26861
  _this.ae = null;
26862
+ _this.a8 = igniteuiWebcomponentsCore.dateMinValue();
26758
26863
  _this.a7 = igniteuiWebcomponentsCore.dateMinValue();
26759
- _this.a6 = igniteuiWebcomponentsCore.dateMinValue();
26760
- _this.bj = "";
26761
- _this.dt = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
26864
+ _this.bk = "";
26865
+ _this.du = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
26762
26866
  _this.z = null;
26763
- _this.bl = "";
26764
- _this.a4 = igniteuiWebcomponentsCore.dateMinValue();
26765
- _this.a3 = igniteuiWebcomponentsCore.dateMaxValue();
26867
+ _this.bm = "";
26868
+ _this.a5 = igniteuiWebcomponentsCore.dateMinValue();
26869
+ _this.a4 = igniteuiWebcomponentsCore.dateMaxValue();
26766
26870
  _this.x = 2;
26767
26871
  _this.v = 1;
26768
26872
  _this.aa = null;
26769
- _this.du = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
26770
- _this.ds = igniteuiWebcomponentsCore.BrushUtil.h(255, 163, 172, 184);
26873
+ _this.dv = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
26874
+ _this.dt = igniteuiWebcomponentsCore.BrushUtil.h(255, 163, 172, 184);
26771
26875
  _this.ao = true;
26772
26876
  _this.ap = false;
26773
26877
  _this.ag = true;
@@ -26777,9 +26881,9 @@
26777
26881
  _this.aq = false;
26778
26882
  _this.a = new DateTimeValueFormatter();
26779
26883
  _this.d = 0;
26780
- _this.bi = null;
26884
+ _this.bj = null;
26781
26885
  _this.aj = false;
26782
- _this.bd = 0;
26886
+ _this.be = 0;
26783
26887
  _this.ak = false;
26784
26888
  _this.am = false;
26785
26889
  _this.as = false;
@@ -26792,15 +26896,15 @@
26792
26896
  a.b = _this;
26793
26897
  _this.h = a;
26794
26898
  _this.h.am();
26795
- _this.co();
26899
+ _this.cp();
26796
26900
  return _this;
26797
26901
  }
26798
- DatePicker.prototype.db = function (a, b) {
26902
+ XDatePicker.prototype.dc = function (a, b) {
26799
26903
  if (this.u != null) {
26800
26904
  this.ah = true;
26801
- this.cq();
26905
+ this.cr();
26802
26906
  }
26803
- this.dl();
26907
+ this.dm();
26804
26908
  if (this.selectedValueChanged != null) {
26805
26909
  this.selectedValueChanged(this, ((function () {
26806
26910
  var $ret = new SelectedValueChangedEventArgs();
@@ -26810,28 +26914,28 @@
26810
26914
  })()));
26811
26915
  }
26812
26916
  if (this.ai) {
26813
- this.df();
26917
+ this.dg();
26814
26918
  }
26815
26919
  };
26816
- DatePicker.prototype.notifySizeChanged = function () {
26920
+ XDatePicker.prototype.notifySizeChanged = function () {
26817
26921
  this.h.ai();
26818
26922
  };
26819
- DatePicker.prototype.destroy = function () {
26923
+ XDatePicker.prototype.destroy = function () {
26820
26924
  if (this.c != null) {
26821
26925
  var a = this.c;
26822
- a.selectedValueChanged = igniteuiWebcomponentsCore.delegateRemove(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.cn));
26926
+ a.selectedValueChanged = igniteuiWebcomponentsCore.delegateRemove(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
26823
26927
  var b = this.c;
26824
- b.close = igniteuiWebcomponentsCore.delegateRemove(b.close, igniteuiWebcomponentsCore.runOn(this, this.cm));
26928
+ b.close = igniteuiWebcomponentsCore.delegateRemove(b.close, igniteuiWebcomponentsCore.runOn(this, this.cn));
26825
26929
  }
26826
26930
  this.provideContainer(null);
26827
26931
  };
26828
- DatePicker.prototype.provideContainer = function (a) {
26932
+ XDatePicker.prototype.provideContainer = function (a) {
26829
26933
  this.h.ak(a);
26830
26934
  };
26831
- DatePicker.prototype.setName = function (a) {
26935
+ XDatePicker.prototype.setName = function (a) {
26832
26936
  this.o.e = a;
26833
26937
  };
26834
- Object.defineProperty(DatePicker.prototype, "af", {
26938
+ Object.defineProperty(XDatePicker.prototype, "af", {
26835
26939
  get: function () {
26836
26940
  if (this.ae == null) {
26837
26941
  this.ae = new igniteuiWebcomponentsCore.SRProvider(this.h.d);
@@ -26842,64 +26946,64 @@
26842
26946
  enumerable: false,
26843
26947
  configurable: true
26844
26948
  });
26845
- Object.defineProperty(DatePicker.prototype, "value", {
26949
+ Object.defineProperty(XDatePicker.prototype, "value", {
26846
26950
  get: function () {
26847
- return this.a7;
26951
+ return this.a8;
26848
26952
  },
26849
26953
  set: function (a) {
26850
- var b = this.a7;
26851
- this.a5 = b;
26852
- this.a7 = a;
26853
- if (+b != +(this.a7)) {
26854
- this.da("Value", b, this.a7);
26954
+ var b = this.a8;
26955
+ this.a6 = b;
26956
+ this.a8 = a;
26957
+ if (+b != +(this.a8)) {
26958
+ this.db("Value", b, this.a8);
26855
26959
  }
26856
26960
  },
26857
26961
  enumerable: false,
26858
26962
  configurable: true
26859
26963
  });
26860
- Object.defineProperty(DatePicker.prototype, "ba", {
26964
+ Object.defineProperty(XDatePicker.prototype, "bb", {
26861
26965
  get: function () {
26862
- return this.a6;
26966
+ return this.a7;
26863
26967
  },
26864
26968
  set: function (a) {
26865
- var b = this.a6;
26866
- this.a6 = a;
26867
- if (+b != +(this.a6)) {
26868
- this.da("Today", b, this.a6);
26969
+ var b = this.a7;
26970
+ this.a7 = a;
26971
+ if (+b != +(this.a7)) {
26972
+ this.db("Today", b, this.a7);
26869
26973
  }
26870
26974
  },
26871
26975
  enumerable: false,
26872
26976
  configurable: true
26873
26977
  });
26874
- Object.defineProperty(DatePicker.prototype, "b3", {
26978
+ Object.defineProperty(XDatePicker.prototype, "b4", {
26875
26979
  get: function () {
26876
- return this.bj;
26980
+ return this.bk;
26877
26981
  },
26878
26982
  set: function (a) {
26879
- var b = this.bj;
26880
- this.bj = a;
26881
- if (b != this.bj) {
26882
- this.da("Label", b, this.bj);
26983
+ var b = this.bk;
26984
+ this.bk = a;
26985
+ if (b != this.bk) {
26986
+ this.db("Label", b, this.bk);
26883
26987
  }
26884
26988
  },
26885
26989
  enumerable: false,
26886
26990
  configurable: true
26887
26991
  });
26888
- Object.defineProperty(DatePicker.prototype, "dw", {
26992
+ Object.defineProperty(XDatePicker.prototype, "dx", {
26889
26993
  get: function () {
26890
- return this.dt;
26994
+ return this.du;
26891
26995
  },
26892
26996
  set: function (a) {
26893
- var b = this.dt;
26894
- this.dt = a;
26895
- if (b != this.dt) {
26896
- this.da("LabelTextColor", b, a);
26997
+ var b = this.du;
26998
+ this.du = a;
26999
+ if (b != this.du) {
27000
+ this.db("LabelTextColor", b, a);
26897
27001
  }
26898
27002
  },
26899
27003
  enumerable: false,
26900
27004
  configurable: true
26901
27005
  });
26902
- Object.defineProperty(DatePicker.prototype, "ac", {
27006
+ Object.defineProperty(XDatePicker.prototype, "ac", {
26903
27007
  get: function () {
26904
27008
  return this.z;
26905
27009
  },
@@ -26907,55 +27011,55 @@
26907
27011
  var b = this.z;
26908
27012
  this.z = a;
26909
27013
  if (b != this.z) {
26910
- this.da("LabelTextStyle", b, this.z);
27014
+ this.db("LabelTextStyle", b, this.z);
26911
27015
  }
26912
27016
  },
26913
27017
  enumerable: false,
26914
27018
  configurable: true
26915
27019
  });
26916
- Object.defineProperty(DatePicker.prototype, "cb", {
27020
+ Object.defineProperty(XDatePicker.prototype, "cc", {
26917
27021
  get: function () {
26918
- return this.bl;
27022
+ return this.bm;
26919
27023
  },
26920
27024
  set: function (a) {
26921
- var b = this.bl;
26922
- this.bl = a;
26923
- if (b != this.bl) {
26924
- this.da("Placeholder", b, this.bl);
27025
+ var b = this.bm;
27026
+ this.bm = a;
27027
+ if (b != this.bm) {
27028
+ this.db("Placeholder", b, this.bm);
26925
27029
  }
26926
27030
  },
26927
27031
  enumerable: false,
26928
27032
  configurable: true
26929
27033
  });
26930
- Object.defineProperty(DatePicker.prototype, "a9", {
27034
+ Object.defineProperty(XDatePicker.prototype, "ba", {
26931
27035
  get: function () {
26932
- return this.a4;
27036
+ return this.a5;
26933
27037
  },
26934
27038
  set: function (a) {
26935
- var b = this.a4;
26936
- this.a4 = a;
26937
- if (+b != +(this.a4)) {
26938
- this.da("MinDate", b, this.a4);
27039
+ var b = this.a5;
27040
+ this.a5 = a;
27041
+ if (+b != +(this.a5)) {
27042
+ this.db("MinDate", b, this.a5);
26939
27043
  }
26940
27044
  },
26941
27045
  enumerable: false,
26942
27046
  configurable: true
26943
27047
  });
26944
- Object.defineProperty(DatePicker.prototype, "a8", {
27048
+ Object.defineProperty(XDatePicker.prototype, "a9", {
26945
27049
  get: function () {
26946
- return this.a3;
27050
+ return this.a4;
26947
27051
  },
26948
27052
  set: function (a) {
26949
- var b = this.a3;
26950
- this.a3 = a;
26951
- if (+b != +(this.a3)) {
26952
- this.da("MaxDate", b, this.a3);
27053
+ var b = this.a4;
27054
+ this.a4 = a;
27055
+ if (+b != +(this.a4)) {
27056
+ this.db("MaxDate", b, this.a4);
26953
27057
  }
26954
27058
  },
26955
27059
  enumerable: false,
26956
27060
  configurable: true
26957
27061
  });
26958
- Object.defineProperty(DatePicker.prototype, "y", {
27062
+ Object.defineProperty(XDatePicker.prototype, "y", {
26959
27063
  get: function () {
26960
27064
  return this.x;
26961
27065
  },
@@ -26963,13 +27067,13 @@
26963
27067
  var b = this.x;
26964
27068
  this.x = a;
26965
27069
  if (b != this.x) {
26966
- this.da("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.x));
27070
+ this.db("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.x));
26967
27071
  }
26968
27072
  },
26969
27073
  enumerable: false,
26970
27074
  configurable: true
26971
27075
  });
26972
- Object.defineProperty(DatePicker.prototype, "w", {
27076
+ Object.defineProperty(XDatePicker.prototype, "w", {
26973
27077
  get: function () {
26974
27078
  return this.v;
26975
27079
  },
@@ -26977,13 +27081,13 @@
26977
27081
  var b = this.v;
26978
27082
  this.v = a;
26979
27083
  if (b != this.v) {
26980
- this.da("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.v));
27084
+ this.db("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.v));
26981
27085
  }
26982
27086
  },
26983
27087
  enumerable: false,
26984
27088
  configurable: true
26985
27089
  });
26986
- Object.defineProperty(DatePicker.prototype, "ad", {
27090
+ Object.defineProperty(XDatePicker.prototype, "ad", {
26987
27091
  get: function () {
26988
27092
  return this.aa;
26989
27093
  },
@@ -26991,41 +27095,41 @@
26991
27095
  var b = this.aa;
26992
27096
  this.aa = a;
26993
27097
  if (b != this.aa) {
26994
- this.da("TextStyle", b, this.aa);
27098
+ this.db("TextStyle", b, this.aa);
26995
27099
  }
26996
27100
  },
26997
27101
  enumerable: false,
26998
27102
  configurable: true
26999
27103
  });
27000
- Object.defineProperty(DatePicker.prototype, "dx", {
27104
+ Object.defineProperty(XDatePicker.prototype, "dy", {
27001
27105
  get: function () {
27002
- return this.du;
27106
+ return this.dv;
27003
27107
  },
27004
27108
  set: function (a) {
27005
- var b = this.du;
27006
- this.du = a;
27007
- if (b != this.du) {
27008
- this.da("TextColor", b, this.du);
27109
+ var b = this.dv;
27110
+ this.dv = a;
27111
+ if (b != this.dv) {
27112
+ this.db("TextColor", b, this.dv);
27009
27113
  }
27010
27114
  },
27011
27115
  enumerable: false,
27012
27116
  configurable: true
27013
27117
  });
27014
- Object.defineProperty(DatePicker.prototype, "dv", {
27118
+ Object.defineProperty(XDatePicker.prototype, "dw", {
27015
27119
  get: function () {
27016
- return this.ds;
27120
+ return this.dt;
27017
27121
  },
27018
27122
  set: function (a) {
27019
- var b = this.ds;
27020
- this.ds = a;
27021
- if (b != this.ds) {
27022
- this.da("IconColor", b, this.ds);
27123
+ var b = this.dt;
27124
+ this.dt = a;
27125
+ if (b != this.dt) {
27126
+ this.db("IconColor", b, this.dt);
27023
27127
  }
27024
27128
  },
27025
27129
  enumerable: false,
27026
27130
  configurable: true
27027
27131
  });
27028
- Object.defineProperty(DatePicker.prototype, "az", {
27132
+ Object.defineProperty(XDatePicker.prototype, "a0", {
27029
27133
  get: function () {
27030
27134
  return this.ao;
27031
27135
  },
@@ -27033,13 +27137,13 @@
27033
27137
  var b = this.ao;
27034
27138
  this.ao = a;
27035
27139
  if (b != this.ao) {
27036
- this.da("ShowClearButton", b, this.ao);
27140
+ this.db("ShowClearButton", b, this.ao);
27037
27141
  }
27038
27142
  },
27039
27143
  enumerable: false,
27040
27144
  configurable: true
27041
27145
  });
27042
- Object.defineProperty(DatePicker.prototype, "a0", {
27146
+ Object.defineProperty(XDatePicker.prototype, "a1", {
27043
27147
  get: function () {
27044
27148
  return this.ap;
27045
27149
  },
@@ -27047,13 +27151,13 @@
27047
27151
  var b = this.ap;
27048
27152
  this.ap = a;
27049
27153
  if (b != this.ap) {
27050
- this.da("ShowTodayButton", b, this.ap);
27154
+ this.db("ShowTodayButton", b, this.ap);
27051
27155
  }
27052
27156
  },
27053
27157
  enumerable: false,
27054
27158
  configurable: true
27055
27159
  });
27056
- Object.defineProperty(DatePicker.prototype, "au", {
27160
+ Object.defineProperty(XDatePicker.prototype, "au", {
27057
27161
  get: function () {
27058
27162
  return this.ag;
27059
27163
  },
@@ -27061,13 +27165,13 @@
27061
27165
  var b = this.ag;
27062
27166
  this.ag = a;
27063
27167
  if (b != this.ag) {
27064
- this.da("AllowTextInput", b, this.ag);
27168
+ this.db("AllowTextInput", b, this.ag);
27065
27169
  }
27066
27170
  },
27067
27171
  enumerable: false,
27068
27172
  configurable: true
27069
27173
  });
27070
- Object.defineProperty(DatePicker.prototype, "ay", {
27174
+ Object.defineProperty(XDatePicker.prototype, "ay", {
27071
27175
  get: function () {
27072
27176
  return this.an;
27073
27177
  },
@@ -27075,13 +27179,13 @@
27075
27179
  var b = this.an;
27076
27180
  this.an = a;
27077
27181
  if (b != this.an) {
27078
- this.da("OpenOnFocus", b, this.an);
27182
+ this.db("OpenOnFocus", b, this.an);
27079
27183
  }
27080
27184
  },
27081
27185
  enumerable: false,
27082
27186
  configurable: true
27083
27187
  });
27084
- Object.defineProperty(DatePicker.prototype, "j", {
27188
+ Object.defineProperty(XDatePicker.prototype, "j", {
27085
27189
  get: function () {
27086
27190
  return this.i;
27087
27191
  },
@@ -27089,13 +27193,13 @@
27089
27193
  var b = this.i;
27090
27194
  this.i = a;
27091
27195
  if (b != this.i) {
27092
- this.da("FirstDayOfWeek", igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, this.i));
27196
+ this.db("FirstDayOfWeek", igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, this.i));
27093
27197
  }
27094
27198
  },
27095
27199
  enumerable: false,
27096
27200
  configurable: true
27097
27201
  });
27098
- Object.defineProperty(DatePicker.prototype, "l", {
27202
+ Object.defineProperty(XDatePicker.prototype, "l", {
27099
27203
  get: function () {
27100
27204
  return this.k;
27101
27205
  },
@@ -27103,13 +27207,13 @@
27103
27207
  var b = this.k;
27104
27208
  this.k = a;
27105
27209
  if (b != this.k) {
27106
- this.da("FirstWeekOfYear", igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, this.k));
27210
+ this.db("FirstWeekOfYear", igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, this.k));
27107
27211
  }
27108
27212
  },
27109
27213
  enumerable: false,
27110
27214
  configurable: true
27111
27215
  });
27112
- Object.defineProperty(DatePicker.prototype, "a1", {
27216
+ Object.defineProperty(XDatePicker.prototype, "a2", {
27113
27217
  get: function () {
27114
27218
  return this.aq;
27115
27219
  },
@@ -27117,13 +27221,13 @@
27117
27221
  var b = this.aq;
27118
27222
  this.aq = a;
27119
27223
  if (b != this.aq) {
27120
- this.da("ShowWeekNumbers", b, this.aq);
27224
+ this.db("ShowWeekNumbers", b, this.aq);
27121
27225
  }
27122
27226
  },
27123
27227
  enumerable: false,
27124
27228
  configurable: true
27125
27229
  });
27126
- Object.defineProperty(DatePicker.prototype, "e", {
27230
+ Object.defineProperty(XDatePicker.prototype, "e", {
27127
27231
  get: function () {
27128
27232
  return this.d;
27129
27233
  },
@@ -27131,27 +27235,27 @@
27131
27235
  var b = this.d;
27132
27236
  this.d = a;
27133
27237
  if (this.d != b) {
27134
- this.da("DateFormat", igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, b), igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, this.d));
27238
+ this.db("DateFormat", igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, b), igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, this.d));
27135
27239
  }
27136
27240
  },
27137
27241
  enumerable: false,
27138
27242
  configurable: true
27139
27243
  });
27140
- Object.defineProperty(DatePicker.prototype, "by", {
27244
+ Object.defineProperty(XDatePicker.prototype, "bz", {
27141
27245
  get: function () {
27142
- return this.bi;
27246
+ return this.bj;
27143
27247
  },
27144
27248
  set: function (a) {
27145
- var b = this.bi;
27146
- this.bi = a;
27147
- if (b != this.bi) {
27148
- this.da("FormatString", b, this.bi);
27249
+ var b = this.bj;
27250
+ this.bj = a;
27251
+ if (b != this.bj) {
27252
+ this.db("FormatString", b, this.bj);
27149
27253
  }
27150
27254
  },
27151
27255
  enumerable: false,
27152
27256
  configurable: true
27153
27257
  });
27154
- Object.defineProperty(DatePicker.prototype, "av", {
27258
+ Object.defineProperty(XDatePicker.prototype, "av", {
27155
27259
  get: function () {
27156
27260
  return this.aj;
27157
27261
  },
@@ -27159,27 +27263,27 @@
27159
27263
  var b = this.aj;
27160
27264
  this.aj = a;
27161
27265
  if (b != this.aj) {
27162
- this.da("IsDisabled", b, this.aj);
27266
+ this.db("IsDisabled", b, this.aj);
27163
27267
  }
27164
27268
  },
27165
27269
  enumerable: false,
27166
27270
  configurable: true
27167
27271
  });
27168
- Object.defineProperty(DatePicker.prototype, "be", {
27272
+ Object.defineProperty(XDatePicker.prototype, "bf", {
27169
27273
  get: function () {
27170
- return this.bd;
27274
+ return this.be;
27171
27275
  },
27172
27276
  set: function (a) {
27173
- var b = this.bd;
27174
- this.bd = a;
27175
- if (b != this.bd) {
27176
- this.da("TabIndex", b, this.bd);
27277
+ var b = this.be;
27278
+ this.be = a;
27279
+ if (b != this.be) {
27280
+ this.db("TabIndex", b, this.be);
27177
27281
  }
27178
27282
  },
27179
27283
  enumerable: false,
27180
27284
  configurable: true
27181
27285
  });
27182
- Object.defineProperty(DatePicker.prototype, "aw", {
27286
+ Object.defineProperty(XDatePicker.prototype, "aw", {
27183
27287
  get: function () {
27184
27288
  return this.ak;
27185
27289
  },
@@ -27187,13 +27291,13 @@
27187
27291
  var b = this.ak;
27188
27292
  this.ak = a;
27189
27293
  if (b != this.ak) {
27190
- this.da("IsFixed", b, this.ak);
27294
+ this.db("IsFixed", b, this.ak);
27191
27295
  }
27192
27296
  },
27193
27297
  enumerable: false,
27194
27298
  configurable: true
27195
27299
  });
27196
- Object.defineProperty(DatePicker.prototype, "ax", {
27300
+ Object.defineProperty(XDatePicker.prototype, "ax", {
27197
27301
  get: function () {
27198
27302
  return this.am;
27199
27303
  },
@@ -27201,13 +27305,13 @@
27201
27305
  var b = this.am;
27202
27306
  this.am = a;
27203
27307
  if (b != this.am) {
27204
- this.da("OpenAsChild", b, this.am);
27308
+ this.db("OpenAsChild", b, this.am);
27205
27309
  }
27206
27310
  },
27207
27311
  enumerable: false,
27208
27312
  configurable: true
27209
27313
  });
27210
- Object.defineProperty(DatePicker.prototype, "a2", {
27314
+ Object.defineProperty(XDatePicker.prototype, "a3", {
27211
27315
  get: function () {
27212
27316
  return this.as;
27213
27317
  },
@@ -27215,36 +27319,36 @@
27215
27319
  var b = this.as;
27216
27320
  this.as = a;
27217
27321
  if (b != this.as) {
27218
- this.da("UseTopLayer", b, this.as);
27322
+ this.db("UseTopLayer", b, this.as);
27219
27323
  }
27220
27324
  },
27221
27325
  enumerable: false,
27222
27326
  configurable: true
27223
27327
  });
27224
- DatePicker.prototype.da = function (a, b, c) {
27328
+ XDatePicker.prototype.db = function (a, b, c) {
27225
27329
  if (this.propertyChanged != null) {
27226
27330
  this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
27227
27331
  }
27228
- this.dd(a, b, c);
27332
+ this.de(a, b, c);
27229
27333
  };
27230
- DatePicker.prototype.dd = function (a, b, c) {
27334
+ XDatePicker.prototype.de = function (a, b, c) {
27231
27335
  switch (a) {
27232
27336
  case "Density":
27233
- this.dg();
27337
+ this.dh();
27234
27338
  break;
27235
27339
  case "BaseTheme":
27236
- this.di();
27340
+ this.dj();
27237
27341
  break;
27238
27342
  case "Value":
27239
27343
  if (+(igniteuiWebcomponentsCore.dateGetDate(this.value)) != +(igniteuiWebcomponentsCore.dateGetDate(igniteuiWebcomponentsCore.dateMinValue()))) {
27240
- if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.a9) || igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a8)) {
27344
+ if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.ba) || igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a9)) {
27241
27345
  this.ai = true;
27242
- this.value = this.a5;
27346
+ this.value = this.a6;
27243
27347
  this.ai = false;
27244
27348
  }
27245
27349
  }
27246
- this.db(this.a5, this.value);
27247
- this.a5 = this.value;
27350
+ this.dc(this.a6, this.value);
27351
+ this.a6 = this.value;
27248
27352
  if (this.c != null) {
27249
27353
  if (+(igniteuiWebcomponentsCore.dateGetDate(this.value)) == +(igniteuiWebcomponentsCore.dateGetDate(igniteuiWebcomponentsCore.dateMinValue()))) {
27250
27354
  this.c.value = igniteuiWebcomponentsCore.dateMinValue();
@@ -27256,8 +27360,8 @@
27256
27360
  break;
27257
27361
  case "Label":
27258
27362
  if (this.r != null) {
27259
- this.r.text = this.b3;
27260
- if (this.b3 != null && this.b3 != "") {
27363
+ this.r.text = this.b4;
27364
+ if (this.b4 != null && this.b4 != "") {
27261
27365
  if (!this.q.inputs.contains(this.r)) {
27262
27366
  this.q.inputs.insert(0, this.r);
27263
27367
  }
@@ -27271,25 +27375,25 @@
27271
27375
  break;
27272
27376
  case "Placeholder":
27273
27377
  if (this.o != null) {
27274
- this.o.cg = this.cb;
27275
- this.h.ay(this.cb);
27378
+ this.o.cg = this.cc;
27379
+ this.h.ay(this.cc);
27276
27380
  }
27277
27381
  break;
27278
27382
  case "Today":
27279
27383
  if (this.c != null) {
27280
- this.c.av = this.ba;
27384
+ this.c.av = this.bb;
27281
27385
  }
27282
27386
  break;
27283
27387
  case "MaxDate":
27284
27388
  if (this.c != null) {
27285
- var d = igniteuiWebcomponentsCore.Base.compareSimple(this.a9, this.a8);
27389
+ var d = igniteuiWebcomponentsCore.Base.compareSimple(this.ba, this.a9);
27286
27390
  if (d >= 0) {
27287
- this.a8 = igniteuiWebcomponentsCore.dateMaxValue();
27391
+ this.a9 = igniteuiWebcomponentsCore.dateMaxValue();
27288
27392
  }
27289
- this.c.at = this.a3;
27393
+ this.c.at = this.a4;
27290
27394
  }
27291
- if (igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a8)) {
27292
- this.a5 = igniteuiWebcomponentsCore.dateMinValue();
27395
+ if (igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a9)) {
27396
+ this.a6 = igniteuiWebcomponentsCore.dateMinValue();
27293
27397
  this.ai = true;
27294
27398
  this.value = igniteuiWebcomponentsCore.dateMinValue();
27295
27399
  this.ai = false;
@@ -27297,22 +27401,22 @@
27297
27401
  break;
27298
27402
  case "MinDate":
27299
27403
  if (this.c != null) {
27300
- this.c.au = this.a4;
27301
- var e = igniteuiWebcomponentsCore.Base.compareSimple(this.a9, this.a8);
27404
+ this.c.au = this.a5;
27405
+ var e = igniteuiWebcomponentsCore.Base.compareSimple(this.ba, this.a9);
27302
27406
  if (e >= 0) {
27303
- this.a5 = igniteuiWebcomponentsCore.dateMaxValue();
27304
- this.c.at = this.a8;
27407
+ this.a6 = igniteuiWebcomponentsCore.dateMaxValue();
27408
+ this.c.at = this.a9;
27305
27409
  }
27306
27410
  }
27307
- if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.a9)) {
27308
- this.a5 = igniteuiWebcomponentsCore.dateMinValue();
27411
+ if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.ba)) {
27412
+ this.a6 = igniteuiWebcomponentsCore.dateMinValue();
27309
27413
  this.ai = true;
27310
27414
  this.value = igniteuiWebcomponentsCore.dateMinValue();
27311
27415
  this.ai = false;
27312
27416
  }
27313
27417
  break;
27314
27418
  case "TextStyle":
27315
- this.dn();
27419
+ this.dp();
27316
27420
  break;
27317
27421
  case "ShowClearButton":
27318
27422
  if (this.o != null) {
@@ -27325,27 +27429,27 @@
27325
27429
  case "LabelTextStyle":
27326
27430
  case "TextColor":
27327
27431
  case "IconColor":
27328
- this.dp();
27432
+ this.dq();
27329
27433
  break;
27330
27434
  case "ShowTodayButton":
27331
27435
  if (this.c != null) {
27332
- this.c.ae = this.a0;
27436
+ this.c.ae = this.a1;
27333
27437
  this.h.z();
27334
27438
  }
27335
27439
  break;
27336
27440
  case "AllowTextInput":
27337
27441
  if (this.o != null) {
27338
- this.o.disabled = !this.au;
27442
+ this.o.disabled = this.az();
27339
27443
  }
27340
27444
  break;
27341
27445
  case "OpenOnFocus": break;
27342
27446
  case "DateFormat":
27343
27447
  this.a.k(this.e);
27344
- this.dl();
27448
+ this.dm();
27345
27449
  break;
27346
27450
  case "FormatString":
27347
- this.co();
27348
- this.dl();
27451
+ this.cp();
27452
+ this.dm();
27349
27453
  break;
27350
27454
  case "FirstDayOfWeek":
27351
27455
  if (this.c != null) {
@@ -27354,7 +27458,7 @@
27354
27458
  break;
27355
27459
  case "ShowWeekNumbers":
27356
27460
  if (this.c != null) {
27357
- this.c.af = this.a1;
27461
+ this.c.af = this.a2;
27358
27462
  this.h.z();
27359
27463
  }
27360
27464
  break;
@@ -27369,7 +27473,7 @@
27369
27473
  this.q.disabled = this.av;
27370
27474
  }
27371
27475
  if (this.o != null) {
27372
- this.o.disabled = this.av;
27476
+ this.o.disabled = this.az();
27373
27477
  }
27374
27478
  }
27375
27479
  break;
@@ -27383,14 +27487,17 @@
27383
27487
  break;
27384
27488
  case "UseTopLayer":
27385
27489
  if (this.u != null) {
27386
- this.u.ax = this.a2;
27490
+ this.u.ax = this.a3;
27387
27491
  }
27388
27492
  break;
27389
27493
  }
27390
27494
  };
27391
- DatePicker.prototype.co = function () {
27495
+ XDatePicker.prototype.az = function () {
27496
+ return this.av || !this.au;
27497
+ };
27498
+ XDatePicker.prototype.cp = function () {
27392
27499
  var a = '/';
27393
- var b = this.by != null ? this.by.toLowerCase() : this.a.j();
27500
+ var b = this.bz != null ? this.bz.toLowerCase() : this.a.j();
27394
27501
  if (igniteuiWebcomponentsCore.stringContains(b, "/")) {
27395
27502
  a = '/';
27396
27503
  }
@@ -27406,7 +27513,7 @@
27406
27513
  else if (igniteuiWebcomponentsCore.stringContains(b, ",")) {
27407
27514
  a = ',';
27408
27515
  }
27409
- this.bm = a.toString();
27516
+ this.bn = a.toString();
27410
27517
  var c = b.split(a);
27411
27518
  if (c.length == 3) {
27412
27519
  var d = "";
@@ -27415,19 +27522,19 @@
27415
27522
  d += "d";
27416
27523
  switch (c[e]) {
27417
27524
  case "d":
27418
- this.bg = c[e];
27525
+ this.bh = c[e];
27419
27526
  break;
27420
27527
  case "dd":
27421
- this.bg = c[e];
27528
+ this.bh = c[e];
27422
27529
  break;
27423
27530
  case "ddd":
27424
- this.bg = c[e];
27531
+ this.bh = c[e];
27425
27532
  break;
27426
27533
  case "dddd":
27427
- this.bg = c[e];
27534
+ this.bh = c[e];
27428
27535
  break;
27429
27536
  default:
27430
- this.bg = "dd";
27537
+ this.bh = "dd";
27431
27538
  break;
27432
27539
  }
27433
27540
  }
@@ -27435,71 +27542,71 @@
27435
27542
  d += "m";
27436
27543
  switch (c[e]) {
27437
27544
  case "m":
27438
- this.bk = c[e];
27545
+ this.bl = c[e];
27439
27546
  break;
27440
27547
  case "mm":
27441
- this.bk = c[e];
27548
+ this.bl = c[e];
27442
27549
  break;
27443
27550
  case "mmm":
27444
- this.bk = c[e];
27551
+ this.bl = c[e];
27445
27552
  break;
27446
27553
  case "mmmm":
27447
- this.bk = c[e];
27554
+ this.bl = c[e];
27448
27555
  break;
27449
27556
  default:
27450
- this.bk = "mm";
27557
+ this.bl = "mm";
27451
27558
  break;
27452
27559
  }
27453
- this.bk = c[e];
27560
+ this.bl = c[e];
27454
27561
  }
27455
27562
  else if (igniteuiWebcomponentsCore.stringContains(c[e], "y")) {
27456
27563
  d += "y";
27457
27564
  switch (c[e]) {
27458
27565
  case "yy":
27459
- this.bn = c[e];
27566
+ this.bo = c[e];
27460
27567
  break;
27461
27568
  case "yyyy":
27462
- this.bn = c[e];
27569
+ this.bo = c[e];
27463
27570
  break;
27464
27571
  default:
27465
- this.bn = "yyyy";
27572
+ this.bo = "yyyy";
27466
27573
  break;
27467
27574
  }
27468
27575
  }
27469
27576
  }
27470
27577
  if (d == "dmy" || d == "mdy" || d == "ymd") {
27471
- this.bh = d;
27578
+ this.bi = d;
27472
27579
  }
27473
27580
  else {
27474
- this.bh = "mdy";
27581
+ this.bi = "mdy";
27475
27582
  }
27476
27583
  }
27477
27584
  };
27478
- DatePicker.prototype.dp = function () {
27585
+ XDatePicker.prototype.dq = function () {
27479
27586
  if (this.o != null) {
27480
- this.o.d8 = this.dx;
27587
+ this.o.d8 = this.dy;
27481
27588
  }
27482
27589
  if (this.m != null) {
27483
- this.m.fill = this.dv;
27590
+ this.m.fill = this.dw;
27484
27591
  }
27485
27592
  if (this.n != null) {
27486
- this.n.fill = this.dv;
27593
+ this.n.fill = this.dw;
27487
27594
  }
27488
27595
  if (this.r != null) {
27489
- this.r.df = this.dw;
27596
+ this.r.df = this.dx;
27490
27597
  this.r.y = this.ac;
27491
27598
  }
27492
27599
  };
27493
- DatePicker.prototype.dk = function () {
27600
+ XDatePicker.prototype.dl = function () {
27494
27601
  if (this.q != null) {
27495
27602
  }
27496
27603
  };
27497
- DatePicker.prototype.dn = function () {
27604
+ XDatePicker.prototype.dp = function () {
27498
27605
  if (this.aa != null) {
27499
27606
  this.o.af = this.aa;
27500
27607
  }
27501
27608
  };
27502
- DatePicker.prototype.cr = function () {
27609
+ XDatePicker.prototype.cs = function () {
27503
27610
  this.q = new XInputGroup();
27504
27611
  this.h.aq(this.q);
27505
27612
  this.q.d = 0;
@@ -27507,11 +27614,11 @@
27507
27614
  this.q.t = this.y;
27508
27615
  this.r = new XLabel();
27509
27616
  this.h.as(this.r);
27510
- this.r.df = this.dw;
27617
+ this.r.df = this.dx;
27511
27618
  this.r.y = this.ac;
27512
27619
  this.q.appendContentChild(this.h.v());
27513
- if (this.b3 != null && this.b3 != "") {
27514
- this.r.text = this.b3;
27620
+ if (this.b4 != null && this.b4 != "") {
27621
+ this.r.text = this.b4;
27515
27622
  this.q.inputs.add(this.r);
27516
27623
  }
27517
27624
  this.o = new XInput();
@@ -27520,40 +27627,40 @@
27520
27627
  if (this.aa != null) {
27521
27628
  this.o.af = this.aa;
27522
27629
  }
27523
- this.o.disabled = !this.au;
27524
- this.o.d8 = this.dx;
27630
+ this.o.disabled = this.az();
27631
+ this.o.d8 = this.dy;
27525
27632
  this.q.appendContentChild(this.h.u());
27526
27633
  this.q.inputs.add(this.o);
27527
- this.o.cg = this.cb;
27528
- this.h.ay(this.cb);
27634
+ this.o.cg = this.cc;
27635
+ this.h.ay(this.cc);
27529
27636
  var a = this.o;
27530
- a.change = igniteuiWebcomponentsCore.delegateCombine(a.change, igniteuiWebcomponentsCore.runOn(this, this.cy));
27637
+ a.change = igniteuiWebcomponentsCore.delegateCombine(a.change, igniteuiWebcomponentsCore.runOn(this, this.cz));
27531
27638
  var b = this.o;
27532
- b.changing = igniteuiWebcomponentsCore.delegateCombine(b.changing, igniteuiWebcomponentsCore.runOn(this, this.cz));
27639
+ b.changing = igniteuiWebcomponentsCore.delegateCombine(b.changing, igniteuiWebcomponentsCore.runOn(this, this.c0));
27533
27640
  var c = this.o;
27534
- c.keyDown = igniteuiWebcomponentsCore.delegateCombine(c.keyDown, igniteuiWebcomponentsCore.runOn(this, this.c0));
27641
+ c.keyDown = igniteuiWebcomponentsCore.delegateCombine(c.keyDown, igniteuiWebcomponentsCore.runOn(this, this.c1));
27535
27642
  var d = new XSuffix();
27536
27643
  this.h.au(d, this.h.r());
27537
27644
  this.m = new XIcon();
27538
27645
  this.h.ap(this.m, this.h.q());
27539
- this.m.svgPath = DatePicker.br;
27540
- this.m.fill = this.dv;
27646
+ this.m.svgPath = XDatePicker.bs;
27647
+ this.m.fill = this.dw;
27541
27648
  d.appendContentChild(this.h.q());
27542
27649
  this.q.appendContentChild(this.h.r());
27543
27650
  this.q.inputs.add(d);
27544
- this.dl();
27651
+ this.dm();
27545
27652
  var e = new XSuffix();
27546
27653
  this.h.au(e, this.h.t());
27547
27654
  this.n = new XIcon();
27548
27655
  this.h.ap(this.n, this.h.s());
27549
- this.n.svgPath = DatePicker.bq;
27550
- this.n.fill = this.dv;
27656
+ this.n.svgPath = XDatePicker.br;
27657
+ this.n.fill = this.dw;
27551
27658
  e.appendContentChild(this.h.s());
27552
27659
  this.q.appendContentChild(this.h.t());
27553
27660
  this.q.inputs.add(e);
27554
27661
  };
27555
- DatePicker.prototype.c0 = function (a, b) {
27556
- this.c6(b);
27662
+ XDatePicker.prototype.c1 = function (a, b) {
27663
+ this.c7(b);
27557
27664
  if (b.defaultPrevented) {
27558
27665
  return;
27559
27666
  }
@@ -27563,36 +27670,36 @@
27563
27670
  case 9:
27564
27671
  this.ar = true;
27565
27672
  if (!this.at) {
27566
- this.dr(this.o.cq);
27673
+ this.ds(this.o.cq);
27567
27674
  }
27568
27675
  this.ah = true;
27569
- this.cq();
27676
+ this.cr();
27570
27677
  this.ar = false;
27571
27678
  break;
27572
27679
  case 13:
27573
27680
  this.ar = true;
27574
27681
  if (!this.at) {
27575
- this.dr(this.o.cq);
27682
+ this.ds(this.o.cq);
27576
27683
  }
27577
27684
  this.ah = true;
27578
- this.cq();
27685
+ this.cr();
27579
27686
  this.ar = false;
27580
27687
  break;
27581
27688
  case 40:
27582
27689
  if (d == 1) {
27583
- this.dc();
27584
- this.cv();
27690
+ this.dd();
27691
+ this.cw();
27585
27692
  }
27586
27693
  break;
27587
27694
  case 38:
27588
27695
  if (d == 1) {
27589
- this.cq();
27696
+ this.cr();
27590
27697
  }
27591
27698
  break;
27592
27699
  }
27593
27700
  };
27594
- DatePicker.prototype.cz = function (a, b) {
27595
- this.c2(b);
27701
+ XDatePicker.prototype.c0 = function (a, b) {
27702
+ this.c3(b);
27596
27703
  if (b.value.length > 0) {
27597
27704
  this.h.av();
27598
27705
  }
@@ -27600,12 +27707,12 @@
27600
27707
  this.h.ah();
27601
27708
  }
27602
27709
  };
27603
- DatePicker.prototype.cy = function (a, b) {
27710
+ XDatePicker.prototype.cz = function (a, b) {
27604
27711
  this.at = true;
27605
- this.dr(b.value);
27712
+ this.ds(b.value);
27606
27713
  this.at = false;
27607
27714
  };
27608
- DatePicker.prototype.dr = function (a) {
27715
+ XDatePicker.prototype.ds = function (a) {
27609
27716
  var b = ['/', '-', ' ', '.', ','];
27610
27717
  var c = igniteuiWebcomponentsCore.stringSplit(a, b, 1);
27611
27718
  var d = 0;
@@ -27616,17 +27723,17 @@
27616
27723
  if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
27617
27724
  g = false;
27618
27725
  }
27619
- if (this.bh == "dmy") {
27726
+ if (this.bi == "dmy") {
27620
27727
  d = parseInt(c[0]);
27621
27728
  e = parseInt(c[1]);
27622
27729
  f = parseInt(c[2]);
27623
27730
  }
27624
- else if (this.bh == "mdy") {
27731
+ else if (this.bi == "mdy") {
27625
27732
  e = parseInt(c[0]);
27626
27733
  d = parseInt(c[1]);
27627
27734
  f = parseInt(c[2]);
27628
27735
  }
27629
- else if (this.bh == "ymd") {
27736
+ else if (this.bi == "ymd") {
27630
27737
  f = parseInt(c[0]);
27631
27738
  e = parseInt(c[1]);
27632
27739
  d = parseInt(c[2]);
@@ -27639,13 +27746,13 @@
27639
27746
  }
27640
27747
  if (igniteuiWebcomponentsCore.isNaN_(e)) {
27641
27748
  var h = "";
27642
- if (this.bh == "dmy") {
27749
+ if (this.bi == "dmy") {
27643
27750
  h = c[1].toLowerCase();
27644
27751
  }
27645
- else if (this.bh == "mdy") {
27752
+ else if (this.bi == "mdy") {
27646
27753
  h = c[0].toLowerCase();
27647
27754
  }
27648
- else if (this.bh == "ymd") {
27755
+ else if (this.bi == "ymd") {
27649
27756
  h = c[1].toLowerCase();
27650
27757
  }
27651
27758
  var i = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
@@ -27721,45 +27828,45 @@
27721
27828
  }
27722
27829
  if (g) {
27723
27830
  var ag = igniteuiWebcomponentsCore.dateFromValues(f, e, d, 0, 0, 0, 0);
27724
- var ah = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a9);
27725
- var ai = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a8);
27831
+ var ah = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.ba);
27832
+ var ai = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a9);
27726
27833
  if (ah < 0 || ai > 0) {
27727
- this.dl();
27834
+ this.dm();
27728
27835
  }
27729
27836
  else {
27730
- this.dq(ag);
27837
+ this.dr(ag);
27731
27838
  this.h.av();
27732
27839
  }
27733
27840
  }
27734
27841
  else {
27735
27842
  if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(a)) {
27736
- this.cp();
27843
+ this.cq();
27737
27844
  }
27738
27845
  else {
27739
- this.dl();
27846
+ this.dm();
27740
27847
  }
27741
27848
  }
27742
27849
  };
27743
- DatePicker.prototype.dq = function (a) {
27850
+ XDatePicker.prototype.dr = function (a) {
27744
27851
  var b = this.value;
27745
27852
  this.value = a;
27746
27853
  };
27747
- DatePicker.prototype.dl = function () {
27854
+ XDatePicker.prototype.dm = function () {
27748
27855
  if (this.o != null) {
27749
- if (+(igniteuiWebcomponentsCore.dateGetDate(this.a7)) != +(igniteuiWebcomponentsCore.dateGetDate(igniteuiWebcomponentsCore.dateMinValue()))) {
27856
+ if (+(igniteuiWebcomponentsCore.dateGetDate(this.a8)) != +(igniteuiWebcomponentsCore.dateGetDate(igniteuiWebcomponentsCore.dateMinValue()))) {
27750
27857
  var a = "";
27751
- if (this.by == null) {
27858
+ if (this.bz == null) {
27752
27859
  a = this.a.i(this.value);
27753
27860
  }
27754
27861
  else {
27755
27862
  var b = this.value.getDate().toString();
27756
27863
  var c = b;
27757
- if (this.bg == "dd") {
27864
+ if (this.bh == "dd") {
27758
27865
  if (this.value.getDate() < 10) {
27759
27866
  b = "0" + b;
27760
27867
  }
27761
27868
  }
27762
- else if (this.bg == "ddd") {
27869
+ else if (this.bh == "ddd") {
27763
27870
  switch (this.value.getDay()) {
27764
27871
  case 0:
27765
27872
  b = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short")) ? this.af.b1("Sunday_Short") : "Sun";
@@ -27784,7 +27891,7 @@
27784
27891
  break;
27785
27892
  }
27786
27893
  }
27787
- else if (this.bg == "dddd") {
27894
+ else if (this.bh == "dddd") {
27788
27895
  switch (this.value.getDay()) {
27789
27896
  case 0:
27790
27897
  b = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full")) ? this.af.b1("Sunday_Full") : "Sunday";
@@ -27810,12 +27917,12 @@
27810
27917
  }
27811
27918
  }
27812
27919
  var d = igniteuiWebcomponentsCore.dateGetMonth(this.value).toString();
27813
- if (this.bk == "mm") {
27920
+ if (this.bl == "mm") {
27814
27921
  if (igniteuiWebcomponentsCore.dateGetMonth(this.value) < 10) {
27815
27922
  d = "0" + d;
27816
27923
  }
27817
27924
  }
27818
- else if (this.bk == "mmm") {
27925
+ else if (this.bl == "mmm") {
27819
27926
  switch (igniteuiWebcomponentsCore.dateGetMonth(this.value)) {
27820
27927
  case 1:
27821
27928
  d = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short") : "Jan";
@@ -27855,7 +27962,7 @@
27855
27962
  break;
27856
27963
  }
27857
27964
  }
27858
- else if (this.bk == "mmmm") {
27965
+ else if (this.bl == "mmmm") {
27859
27966
  switch (igniteuiWebcomponentsCore.dateGetMonth(this.value)) {
27860
27967
  case 1:
27861
27968
  d = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full") : "January";
@@ -27896,31 +28003,31 @@
27896
28003
  }
27897
28004
  }
27898
28005
  var e = this.value.getFullYear().toString();
27899
- if (this.bn == "yy") {
28006
+ if (this.bo == "yy") {
27900
28007
  e = e.substr(2);
27901
28008
  }
27902
- if (this.bh == "dmy") {
27903
- if (this.bg == "ddd" || this.bg == "dddd") {
27904
- a = b + this.bm + d + " " + c + this.bm + e;
28009
+ if (this.bi == "dmy") {
28010
+ if (this.bh == "ddd" || this.bh == "dddd") {
28011
+ a = b + this.bn + d + " " + c + this.bn + e;
27905
28012
  }
27906
28013
  else {
27907
- a = b + this.bm + d + this.bm + e;
28014
+ a = b + this.bn + d + this.bn + e;
27908
28015
  }
27909
28016
  }
27910
- else if (this.bh == "mdy") {
27911
- if (this.bg == "ddd" || this.bg == "dddd") {
27912
- a = d + " " + c + this.bm + b + this.bm + e;
28017
+ else if (this.bi == "mdy") {
28018
+ if (this.bh == "ddd" || this.bh == "dddd") {
28019
+ a = d + " " + c + this.bn + b + this.bn + e;
27913
28020
  }
27914
28021
  else {
27915
- a = d + this.bm + b + this.bm + e;
28022
+ a = d + this.bn + b + this.bn + e;
27916
28023
  }
27917
28024
  }
27918
- else if (this.bh == "ymd") {
27919
- if (this.bg == "ddd" || this.bg == "dddd") {
27920
- a = e + this.bm + d + " " + c + this.bm + b;
28025
+ else if (this.bi == "ymd") {
28026
+ if (this.bh == "ddd" || this.bh == "dddd") {
28027
+ a = e + this.bn + d + " " + c + this.bn + b;
27921
28028
  }
27922
28029
  else {
27923
- a = e + this.bm + d + this.bm + b;
28030
+ a = e + this.bn + d + this.bn + b;
27924
28031
  }
27925
28032
  }
27926
28033
  }
@@ -27933,7 +28040,7 @@
27933
28040
  }
27934
28041
  }
27935
28042
  };
27936
- DatePicker.prototype.cp = function () {
28043
+ XDatePicker.prototype.cq = function () {
27937
28044
  if (this.av == true) {
27938
28045
  return;
27939
28046
  }
@@ -27944,65 +28051,65 @@
27944
28051
  this.c.ch();
27945
28052
  this.al = false;
27946
28053
  };
27947
- DatePicker.prototype.c8 = function () {
28054
+ XDatePicker.prototype.c9 = function () {
27948
28055
  this.al = true;
27949
28056
  };
27950
- DatePicker.prototype.c9 = function () {
28057
+ XDatePicker.prototype.da = function () {
27951
28058
  this.al = false;
27952
28059
  };
27953
- DatePicker.prototype.cs = function () {
28060
+ XDatePicker.prototype.ct = function () {
27954
28061
  this.u = new igniteuiWebcomponentsCore.Popup();
27955
28062
  this.u.aq = this.aw;
27956
- this.u.ax = this.a2;
28063
+ this.u.ax = this.a3;
27957
28064
  this.u.cy = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
27958
28065
  this.u.a8 = 150;
27959
28066
  this.h.at(this.u);
27960
28067
  this.c = new XCalendar();
27961
28068
  this.h.ao(this.c);
27962
- if (+(this.a9) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27963
- this.c.au = this.a9;
28069
+ if (+(this.ba) != +(igniteuiWebcomponentsCore.dateMinValue())) {
28070
+ this.c.au = this.ba;
27964
28071
  }
27965
- if (+(this.a8) != +(igniteuiWebcomponentsCore.dateMaxValue())) {
27966
- this.c.at = this.a8;
28072
+ if (+(this.a9) != +(igniteuiWebcomponentsCore.dateMaxValue())) {
28073
+ this.c.at = this.a9;
27967
28074
  }
27968
- if (+(this.ba) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27969
- this.c.av = this.ba;
28075
+ if (+(this.bb) != +(igniteuiWebcomponentsCore.dateMinValue())) {
28076
+ this.c.av = this.bb;
27970
28077
  }
27971
- this.c.ae = this.a0;
28078
+ this.c.ae = this.a1;
27972
28079
  this.c.l = this.j;
27973
- this.c.af = this.a1;
28080
+ this.c.af = this.a2;
27974
28081
  this.c.o = this.l;
27975
28082
  var a = this.c;
27976
- a.selectedValueChanged = igniteuiWebcomponentsCore.delegateCombine(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.cn));
28083
+ a.selectedValueChanged = igniteuiWebcomponentsCore.delegateCombine(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
27977
28084
  var b = this.c;
27978
- b.close = igniteuiWebcomponentsCore.delegateCombine(b.close, igniteuiWebcomponentsCore.runOn(this, this.cm));
28085
+ b.close = igniteuiWebcomponentsCore.delegateCombine(b.close, igniteuiWebcomponentsCore.runOn(this, this.cn));
27979
28086
  this.u.appendPopupContent(this.h.p());
27980
28087
  };
27981
- DatePicker.prototype.cn = function (a, b) {
28088
+ XDatePicker.prototype.co = function (a, b) {
27982
28089
  this.ai = true;
27983
28090
  this.value = b.newValue;
27984
28091
  this.ai = false;
27985
28092
  };
27986
- DatePicker.prototype.cm = function (a) {
28093
+ XDatePicker.prototype.cn = function (a) {
27987
28094
  if (this.u.aw) {
27988
28095
  this.ah = true;
27989
- this.cq();
28096
+ this.cr();
27990
28097
  }
27991
28098
  };
27992
- DatePicker.prototype.cx = function () {
28099
+ XDatePicker.prototype.cy = function () {
27993
28100
  if (this.ah == false) {
27994
28101
  if (this.u.aw) {
27995
- this.cq();
28102
+ this.cr();
27996
28103
  }
27997
28104
  else {
27998
- this.dc();
28105
+ this.dd();
27999
28106
  }
28000
28107
  }
28001
28108
  else {
28002
28109
  this.ah = false;
28003
28110
  }
28004
28111
  };
28005
- DatePicker.prototype.dc = function () {
28112
+ XDatePicker.prototype.dd = function () {
28006
28113
  if (this.av) {
28007
28114
  return;
28008
28115
  }
@@ -28010,27 +28117,27 @@
28010
28117
  var a = this.h.a0(false);
28011
28118
  var b = this.h.a()[1];
28012
28119
  var c = 240;
28013
- if (this.a0 == true) {
28120
+ if (this.a1 == true) {
28014
28121
  c = 270;
28015
28122
  }
28016
28123
  var d = a.bottom + c;
28017
28124
  if (b < d) {
28018
28125
  var e = a.top - c;
28019
28126
  if (e < 0) {
28020
- this.dj(1, 0);
28127
+ this.dk(1, 0);
28021
28128
  }
28022
28129
  else {
28023
- this.dj(2, 0);
28130
+ this.dk(2, 0);
28024
28131
  }
28025
28132
  }
28026
28133
  else {
28027
- this.dj(1, 0);
28134
+ this.dk(1, 0);
28028
28135
  }
28029
28136
  this.h.an();
28030
28137
  this.h.aw(true);
28031
28138
  }
28032
28139
  };
28033
- DatePicker.prototype.dj = function (a, b) {
28140
+ XDatePicker.prototype.dk = function (a, b) {
28034
28141
  if (this.ax) {
28035
28142
  this.u.cp(this.h.d.rootWrapper.getNativeElement(), a, b);
28036
28143
  }
@@ -28039,13 +28146,13 @@
28039
28146
  this.u.showRelativeToExclusionRect(c, a, b);
28040
28147
  }
28041
28148
  };
28042
- DatePicker.prototype.dm = function () {
28149
+ XDatePicker.prototype.dn = function () {
28043
28150
  if (this.u.aw) {
28044
28151
  var a = this.h.a0(false);
28045
28152
  var b = new igniteuiWebcomponentsCore.Rect(0, a.left + window.pageXOffset, a.top + window.pageYOffset, a.width, a.height);
28046
28153
  var c = this.h.a()[1];
28047
28154
  var d = 240;
28048
- if (this.a0 == true) {
28155
+ if (this.a1 == true) {
28049
28156
  d = 270;
28050
28157
  }
28051
28158
  var e = a.bottom + d;
@@ -28072,7 +28179,7 @@
28072
28179
  }
28073
28180
  }
28074
28181
  };
28075
- DatePicker.prototype.cq = function () {
28182
+ XDatePicker.prototype.cr = function () {
28076
28183
  var _this = this;
28077
28184
  if (this.u != null) {
28078
28185
  window.setTimeout(function () { return _this.u.b5(); }, 0);
@@ -28084,7 +28191,7 @@
28084
28191
  this.ah = false;
28085
28192
  this.h.aj();
28086
28193
  };
28087
- DatePicker.prototype.focus = function (a) {
28194
+ XDatePicker.prototype.focus = function (a) {
28088
28195
  var _this = this;
28089
28196
  if (a === void 0) {
28090
28197
  a = false;
@@ -28098,15 +28205,15 @@
28098
28205
  return;
28099
28206
  }
28100
28207
  if (this.au == false) {
28101
- this.dc();
28208
+ this.dd();
28102
28209
  this.ah = true;
28103
- window.setTimeout(function () { return _this.cv(); }, 0);
28210
+ window.setTimeout(function () { return _this.cw(); }, 0);
28104
28211
  }
28105
28212
  else {
28106
28213
  if (this.ay == true && this.ar == false) {
28107
- this.dc();
28214
+ this.dd();
28108
28215
  this.ah = true;
28109
- window.setTimeout(function () { return _this.cv(); }, 0);
28216
+ window.setTimeout(function () { return _this.cw(); }, 0);
28110
28217
  }
28111
28218
  }
28112
28219
  }
@@ -28115,37 +28222,37 @@
28115
28222
  }
28116
28223
  }
28117
28224
  };
28118
- DatePicker.prototype.cw = function () {
28225
+ XDatePicker.prototype.cx = function () {
28119
28226
  this.ah = false;
28120
28227
  };
28121
- DatePicker.prototype.df = function () {
28228
+ XDatePicker.prototype.dg = function () {
28122
28229
  if (this.o != null) {
28123
28230
  this.o.dp();
28124
28231
  }
28125
28232
  };
28126
- DatePicker.prototype.cv = function () {
28233
+ XDatePicker.prototype.cw = function () {
28127
28234
  this.c.cq();
28128
28235
  };
28129
- DatePicker.prototype.c3 = function () {
28236
+ XDatePicker.prototype.c4 = function () {
28130
28237
  var a = new GotFocusEventArgs();
28131
- this.c5(a);
28238
+ this.c6(a);
28132
28239
  };
28133
- DatePicker.prototype.c4 = function () {
28240
+ XDatePicker.prototype.c5 = function () {
28134
28241
  var a = new LostFocusEventArgs();
28135
- this.c7(a);
28242
+ this.c8(a);
28136
28243
  };
28137
- DatePicker.prototype.di = function () {
28244
+ XDatePicker.prototype.dj = function () {
28138
28245
  };
28139
- DatePicker.prototype.dg = function () {
28246
+ XDatePicker.prototype.dh = function () {
28140
28247
  };
28141
- DatePicker.prototype.bf = function () {
28248
+ XDatePicker.prototype.bg = function () {
28142
28249
  return this.b();
28143
28250
  };
28144
- DatePicker.prototype.bv = function () {
28251
+ XDatePicker.prototype.bw = function () {
28145
28252
  var a = this.b();
28146
28253
  return a.g();
28147
28254
  };
28148
- DatePicker.prototype.b = function () {
28255
+ XDatePicker.prototype.b = function () {
28149
28256
  var a = new DatePickerVisualModelExport();
28150
28257
  a.e = this.y;
28151
28258
  a.d = this.w;
@@ -28182,31 +28289,31 @@
28182
28289
  }
28183
28290
  return a;
28184
28291
  };
28185
- DatePicker.prototype.c5 = function (a) {
28292
+ XDatePicker.prototype.c6 = function (a) {
28186
28293
  if (null != this.gotFocus) {
28187
28294
  this.gotFocus(this, a);
28188
28295
  }
28189
28296
  };
28190
- DatePicker.prototype.c7 = function (a) {
28297
+ XDatePicker.prototype.c8 = function (a) {
28191
28298
  if (null != this.lostFocus) {
28192
28299
  this.lostFocus(this, a);
28193
28300
  }
28194
28301
  };
28195
- DatePicker.prototype.c6 = function (a) {
28302
+ XDatePicker.prototype.c7 = function (a) {
28196
28303
  if (null != this.keyDown) {
28197
28304
  this.keyDown(this, a);
28198
28305
  }
28199
28306
  };
28200
- DatePicker.prototype.c2 = function (a) {
28307
+ XDatePicker.prototype.c3 = function (a) {
28201
28308
  if (null != this.changing) {
28202
28309
  this.changing(this, a);
28203
28310
  }
28204
28311
  };
28205
- DatePicker.$t = igniteuiWebcomponentsCore.markType(DatePicker, 'DatePicker', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
28206
- DatePicker.bq = "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z";
28207
- DatePicker.br = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
28208
- DatePicker.ab = null;
28209
- return DatePicker;
28312
+ XDatePicker.$t = igniteuiWebcomponentsCore.markType(XDatePicker, 'XDatePicker', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
28313
+ XDatePicker.br = "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z";
28314
+ XDatePicker.bs = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
28315
+ XDatePicker.ab = null;
28316
+ return XDatePicker;
28210
28317
  }(igniteuiWebcomponentsCore.Base));
28211
28318
 
28212
28319
  /*
@@ -28286,9 +28393,9 @@
28286
28393
  return IgcLostFocusEventArgs;
28287
28394
  }());
28288
28395
 
28289
- var IgcDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
28290
- tslib.__extends(IgcDatePickerComponent, _super);
28291
- function IgcDatePickerComponent() {
28396
+ var IgcXDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
28397
+ tslib.__extends(IgcXDatePickerComponent, _super);
28398
+ function IgcXDatePickerComponent() {
28292
28399
  var _this = _super.call(this) || this;
28293
28400
  _this._disconnected = false;
28294
28401
  _this._settingAttributes = false;
@@ -28330,7 +28437,7 @@
28330
28437
  });
28331
28438
  return _this;
28332
28439
  }
28333
- Object.defineProperty(IgcDatePickerComponent.prototype, "height", {
28440
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "height", {
28334
28441
  get: function () {
28335
28442
  return this._height;
28336
28443
  },
@@ -28342,7 +28449,7 @@
28342
28449
  enumerable: false,
28343
28450
  configurable: true
28344
28451
  });
28345
- Object.defineProperty(IgcDatePickerComponent.prototype, "width", {
28452
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "width", {
28346
28453
  get: function () {
28347
28454
  return this._width;
28348
28455
  },
@@ -28355,26 +28462,26 @@
28355
28462
  configurable: true
28356
28463
  });
28357
28464
  // supports angular themes or custom properties set in CSS
28358
- IgcDatePickerComponent.prototype.updateStyle = function () {
28465
+ IgcXDatePickerComponent.prototype.updateStyle = function () {
28359
28466
  this._styling(this, this);
28360
28467
  };
28361
- IgcDatePickerComponent.prototype.destroy = function () {
28468
+ IgcXDatePickerComponent.prototype.destroy = function () {
28362
28469
  this._datePicker.destroy();
28363
28470
  };
28364
- IgcDatePickerComponent.prototype.createImplementation = function () {
28365
- return new DatePicker();
28471
+ IgcXDatePickerComponent.prototype.createImplementation = function () {
28472
+ return new XDatePicker();
28366
28473
  };
28367
- IgcDatePickerComponent.prototype.disconnectedCallback = function () {
28474
+ IgcXDatePickerComponent.prototype.disconnectedCallback = function () {
28368
28475
  this._disconnected = true;
28369
28476
  this._datePicker.provideContainer(null);
28370
28477
  };
28371
- IgcDatePickerComponent.prototype.connectedCallback = function () {
28478
+ IgcXDatePickerComponent.prototype.connectedCallback = function () {
28372
28479
  if (this._disconnected) {
28373
28480
  this._disconnected = false;
28374
28481
  return;
28375
28482
  }
28376
- this.classList.add("ig-date-picker");
28377
- this.classList.add("igc-date-picker");
28483
+ this.classList.add("ig-x-date-picker");
28484
+ this.classList.add("igc-x-date-picker");
28378
28485
  var rootWrapper = this._renderer.rootWrapper;
28379
28486
  var rootElement = rootWrapper.getNativeElement();
28380
28487
  this.appendChild(rootElement);
@@ -28393,16 +28500,16 @@
28393
28500
  this._styling(this, this);
28394
28501
  this.afterContentInit();
28395
28502
  };
28396
- IgcDatePickerComponent.prototype.afterContentInit = function () {
28503
+ IgcXDatePickerComponent.prototype.afterContentInit = function () {
28397
28504
  this.i.notifySizeChanged();
28398
28505
  };
28399
- IgcDatePickerComponent.prototype.attributeSynced = function (name, value) {
28506
+ IgcXDatePickerComponent.prototype.attributeSynced = function (name, value) {
28400
28507
  // an attribute was set by the component renderer.
28401
28508
  if (name === 'name') {
28402
28509
  this.i.setName(value);
28403
28510
  }
28404
28511
  };
28405
- Object.defineProperty(IgcDatePickerComponent.prototype, "i", {
28512
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "i", {
28406
28513
  /**
28407
28514
  * @hidden
28408
28515
  */
@@ -28414,7 +28521,7 @@
28414
28521
  enumerable: false,
28415
28522
  configurable: true
28416
28523
  });
28417
- IgcDatePickerComponent._createFromInternal = function (internal) {
28524
+ IgcXDatePickerComponent._createFromInternal = function (internal) {
28418
28525
  if (!internal) {
28419
28526
  return null;
28420
28527
  }
@@ -28428,10 +28535,10 @@
28428
28535
  }
28429
28536
  return igniteuiWebcomponentsCore.TypeRegistrar.create(externalName);
28430
28537
  };
28431
- IgcDatePickerComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
28538
+ IgcXDatePickerComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
28432
28539
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
28433
28540
  };
28434
- IgcDatePickerComponent.prototype._flushQueuedAttributes = function () {
28541
+ IgcXDatePickerComponent.prototype._flushQueuedAttributes = function () {
28435
28542
  this._settingAttributes = true;
28436
28543
  for (var i = 0; i < this._queuedSetAttributes.length; i++) {
28437
28544
  this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
@@ -28439,7 +28546,7 @@
28439
28546
  this._settingAttributes = false;
28440
28547
  this._queuedSetAttributes.length = 0;
28441
28548
  };
28442
- IgcDatePickerComponent.prototype._a = function (attrName, attrValue) {
28549
+ IgcXDatePickerComponent.prototype._a = function (attrName, attrValue) {
28443
28550
  if (this._updatingFromAttribute) {
28444
28551
  return;
28445
28552
  }
@@ -28456,21 +28563,21 @@
28456
28563
  }
28457
28564
  this._settingAttributes = false;
28458
28565
  };
28459
- Object.defineProperty(IgcDatePickerComponent, "observedAttributes", {
28566
+ Object.defineProperty(IgcXDatePickerComponent, "observedAttributes", {
28460
28567
  get: function () {
28461
- if (IgcDatePickerComponent._observedAttributesIgcDatePickerComponent == null) {
28462
- var names = igniteuiWebcomponentsCore.getAllPropertyNames(IgcDatePickerComponent);
28568
+ if (IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent == null) {
28569
+ var names = igniteuiWebcomponentsCore.getAllPropertyNames(IgcXDatePickerComponent);
28463
28570
  for (var i = 0; i < names.length; i++) {
28464
28571
  names[i] = igniteuiWebcomponentsCore.toSpinal(names[i]);
28465
28572
  }
28466
- IgcDatePickerComponent._observedAttributesIgcDatePickerComponent = names;
28573
+ IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent = names;
28467
28574
  }
28468
- return IgcDatePickerComponent._observedAttributesIgcDatePickerComponent;
28575
+ return IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent;
28469
28576
  },
28470
28577
  enumerable: false,
28471
28578
  configurable: true
28472
28579
  });
28473
- IgcDatePickerComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
28580
+ IgcXDatePickerComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
28474
28581
  if (this._settingAttributes) {
28475
28582
  return;
28476
28583
  }
@@ -28479,13 +28586,13 @@
28479
28586
  this[setName] = newValue;
28480
28587
  this._updatingFromAttribute = false;
28481
28588
  };
28482
- IgcDatePickerComponent.register = function () {
28483
- if (!IgcDatePickerComponent._isElementRegistered) {
28484
- IgcDatePickerComponent._isElementRegistered = true;
28485
- igniteuiWebcomponentsCore.RegisterElementHelper.registerElement(IgcDatePickerComponent.htmlTagName, IgcDatePickerComponent);
28589
+ IgcXDatePickerComponent.register = function () {
28590
+ if (!IgcXDatePickerComponent._isElementRegistered) {
28591
+ IgcXDatePickerComponent._isElementRegistered = true;
28592
+ igniteuiWebcomponentsCore.RegisterElementHelper.registerElement(IgcXDatePickerComponent.htmlTagName, IgcXDatePickerComponent);
28486
28593
  }
28487
28594
  };
28488
- Object.defineProperty(IgcDatePickerComponent.prototype, "value", {
28595
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "value", {
28489
28596
  /**
28490
28597
  * Gets or Sets the property name that contains the values.
28491
28598
  */
@@ -28498,47 +28605,47 @@
28498
28605
  enumerable: false,
28499
28606
  configurable: true
28500
28607
  });
28501
- Object.defineProperty(IgcDatePickerComponent.prototype, "today", {
28608
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "today", {
28502
28609
  /**
28503
28610
  * Gets or Sets the property name that contains the values.
28504
28611
  */
28505
28612
  get: function () {
28506
- return this.i.ba;
28613
+ return this.i.bb;
28507
28614
  },
28508
28615
  set: function (v) {
28509
- this.i.ba = v;
28616
+ this.i.bb = v;
28510
28617
  },
28511
28618
  enumerable: false,
28512
28619
  configurable: true
28513
28620
  });
28514
- Object.defineProperty(IgcDatePickerComponent.prototype, "label", {
28621
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "label", {
28515
28622
  /**
28516
28623
  * Gets or Sets the property name that contains the label.
28517
28624
  */
28518
28625
  get: function () {
28519
- return this.i.b3;
28626
+ return this.i.b4;
28520
28627
  },
28521
28628
  set: function (v) {
28522
- this.i.b3 = v;
28629
+ this.i.b4 = v;
28523
28630
  },
28524
28631
  enumerable: false,
28525
28632
  configurable: true
28526
28633
  });
28527
- Object.defineProperty(IgcDatePickerComponent.prototype, "labelTextColor", {
28634
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "labelTextColor", {
28528
28635
  /**
28529
28636
  * Gets or sets the color to use for the text.
28530
28637
  */
28531
28638
  get: function () {
28532
- return igniteuiWebcomponentsCore.brushToString(this.i.dw);
28639
+ return igniteuiWebcomponentsCore.brushToString(this.i.dx);
28533
28640
  },
28534
28641
  set: function (v) {
28535
- this.i.dw = igniteuiWebcomponentsCore.stringToBrush(v);
28536
- this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dw));
28642
+ this.i.dx = igniteuiWebcomponentsCore.stringToBrush(v);
28643
+ this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dx));
28537
28644
  },
28538
28645
  enumerable: false,
28539
28646
  configurable: true
28540
28647
  });
28541
- Object.defineProperty(IgcDatePickerComponent.prototype, "labelTextStyle", {
28648
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "labelTextStyle", {
28542
28649
  /**
28543
28650
  * Gets or sets the font to use for the combobox.
28544
28651
  */
@@ -28557,46 +28664,46 @@
28557
28664
  enumerable: false,
28558
28665
  configurable: true
28559
28666
  });
28560
- Object.defineProperty(IgcDatePickerComponent.prototype, "placeholder", {
28667
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "placeholder", {
28561
28668
  /**
28562
28669
  * Gets or Sets the property name that contains the placeholder.
28563
28670
  */
28564
28671
  get: function () {
28565
- return this.i.cb;
28672
+ return this.i.cc;
28566
28673
  },
28567
28674
  set: function (v) {
28568
- this.i.cb = v;
28675
+ this.i.cc = v;
28569
28676
  },
28570
28677
  enumerable: false,
28571
28678
  configurable: true
28572
28679
  });
28573
- Object.defineProperty(IgcDatePickerComponent.prototype, "minDate", {
28680
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "minDate", {
28574
28681
  /**
28575
28682
  * Gets or Sets the property name that contains the MinDate.
28576
28683
  */
28577
28684
  get: function () {
28578
- return this.i.a9;
28685
+ return this.i.ba;
28579
28686
  },
28580
28687
  set: function (v) {
28581
- this.i.a9 = v;
28688
+ this.i.ba = v;
28582
28689
  },
28583
28690
  enumerable: false,
28584
28691
  configurable: true
28585
28692
  });
28586
- Object.defineProperty(IgcDatePickerComponent.prototype, "maxDate", {
28693
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "maxDate", {
28587
28694
  /**
28588
28695
  * Gets or Sets the property name that contains the MaxDate.
28589
28696
  */
28590
28697
  get: function () {
28591
- return this.i.a8;
28698
+ return this.i.a9;
28592
28699
  },
28593
28700
  set: function (v) {
28594
- this.i.a8 = v;
28701
+ this.i.a9 = v;
28595
28702
  },
28596
28703
  enumerable: false,
28597
28704
  configurable: true
28598
28705
  });
28599
- Object.defineProperty(IgcDatePickerComponent.prototype, "density", {
28706
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "density", {
28600
28707
  /**
28601
28708
  * Gets or sets the display density to use for the date pcicker.
28602
28709
  */
@@ -28610,7 +28717,7 @@
28610
28717
  enumerable: false,
28611
28718
  configurable: true
28612
28719
  });
28613
- Object.defineProperty(IgcDatePickerComponent.prototype, "baseTheme", {
28720
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "baseTheme", {
28614
28721
  /**
28615
28722
  * Gets or sets the base built in theme to use for the date picker.
28616
28723
  */
@@ -28624,7 +28731,7 @@
28624
28731
  enumerable: false,
28625
28732
  configurable: true
28626
28733
  });
28627
- Object.defineProperty(IgcDatePickerComponent.prototype, "textStyle", {
28734
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "textStyle", {
28628
28735
  /**
28629
28736
  * Gets or sets the font to use for the combobox.
28630
28737
  */
@@ -28643,63 +28750,63 @@
28643
28750
  enumerable: false,
28644
28751
  configurable: true
28645
28752
  });
28646
- Object.defineProperty(IgcDatePickerComponent.prototype, "textColor", {
28753
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "textColor", {
28647
28754
  /**
28648
28755
  * Gets or Sets the text color
28649
28756
  */
28650
28757
  get: function () {
28651
- return igniteuiWebcomponentsCore.brushToString(this.i.dx);
28758
+ return igniteuiWebcomponentsCore.brushToString(this.i.dy);
28652
28759
  },
28653
28760
  set: function (v) {
28654
- this.i.dx = igniteuiWebcomponentsCore.stringToBrush(v);
28655
- this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dx));
28761
+ this.i.dy = igniteuiWebcomponentsCore.stringToBrush(v);
28762
+ this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dy));
28656
28763
  },
28657
28764
  enumerable: false,
28658
28765
  configurable: true
28659
28766
  });
28660
- Object.defineProperty(IgcDatePickerComponent.prototype, "iconColor", {
28767
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "iconColor", {
28661
28768
  /**
28662
28769
  * Gets or Sets the text color
28663
28770
  */
28664
28771
  get: function () {
28665
- return igniteuiWebcomponentsCore.brushToString(this.i.dv);
28772
+ return igniteuiWebcomponentsCore.brushToString(this.i.dw);
28666
28773
  },
28667
28774
  set: function (v) {
28668
- this.i.dv = igniteuiWebcomponentsCore.stringToBrush(v);
28669
- this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.dv));
28775
+ this.i.dw = igniteuiWebcomponentsCore.stringToBrush(v);
28776
+ this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.dw));
28670
28777
  },
28671
28778
  enumerable: false,
28672
28779
  configurable: true
28673
28780
  });
28674
- Object.defineProperty(IgcDatePickerComponent.prototype, "showClearButton", {
28781
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "showClearButton", {
28675
28782
  /**
28676
28783
  * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
28677
28784
  */
28678
28785
  get: function () {
28679
- return this.i.az;
28786
+ return this.i.a0;
28680
28787
  },
28681
28788
  set: function (v) {
28682
- this.i.az = igniteuiWebcomponentsCore.ensureBool(v);
28683
- this._a("showClearButton", this.i.az);
28789
+ this.i.a0 = igniteuiWebcomponentsCore.ensureBool(v);
28790
+ this._a("showClearButton", this.i.a0);
28684
28791
  },
28685
28792
  enumerable: false,
28686
28793
  configurable: true
28687
28794
  });
28688
- Object.defineProperty(IgcDatePickerComponent.prototype, "showTodayButton", {
28795
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "showTodayButton", {
28689
28796
  /**
28690
28797
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
28691
28798
  */
28692
28799
  get: function () {
28693
- return this.i.a0;
28800
+ return this.i.a1;
28694
28801
  },
28695
28802
  set: function (v) {
28696
- this.i.a0 = igniteuiWebcomponentsCore.ensureBool(v);
28697
- this._a("showTodayButton", this.i.a0);
28803
+ this.i.a1 = igniteuiWebcomponentsCore.ensureBool(v);
28804
+ this._a("showTodayButton", this.i.a1);
28698
28805
  },
28699
28806
  enumerable: false,
28700
28807
  configurable: true
28701
28808
  });
28702
- Object.defineProperty(IgcDatePickerComponent.prototype, "allowTextInput", {
28809
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "allowTextInput", {
28703
28810
  /**
28704
28811
  * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
28705
28812
  */
@@ -28713,7 +28820,7 @@
28713
28820
  enumerable: false,
28714
28821
  configurable: true
28715
28822
  });
28716
- Object.defineProperty(IgcDatePickerComponent.prototype, "openOnFocus", {
28823
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "openOnFocus", {
28717
28824
  /**
28718
28825
  * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
28719
28826
  */
@@ -28727,7 +28834,7 @@
28727
28834
  enumerable: false,
28728
28835
  configurable: true
28729
28836
  });
28730
- Object.defineProperty(IgcDatePickerComponent.prototype, "firstDayOfWeek", {
28837
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "firstDayOfWeek", {
28731
28838
  /**
28732
28839
  * Gets or sets the FirstDayOfWeek property to detirmine first day of the week
28733
28840
  */
@@ -28741,7 +28848,7 @@
28741
28848
  enumerable: false,
28742
28849
  configurable: true
28743
28850
  });
28744
- Object.defineProperty(IgcDatePickerComponent.prototype, "firstWeekOfYear", {
28851
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "firstWeekOfYear", {
28745
28852
  /**
28746
28853
  * Gets or sets the FirstWeekOfYear property to detirmine first week of the year
28747
28854
  */
@@ -28755,21 +28862,21 @@
28755
28862
  enumerable: false,
28756
28863
  configurable: true
28757
28864
  });
28758
- Object.defineProperty(IgcDatePickerComponent.prototype, "showWeekNumbers", {
28865
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "showWeekNumbers", {
28759
28866
  /**
28760
28867
  * Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
28761
28868
  */
28762
28869
  get: function () {
28763
- return this.i.a1;
28870
+ return this.i.a2;
28764
28871
  },
28765
28872
  set: function (v) {
28766
- this.i.a1 = igniteuiWebcomponentsCore.ensureBool(v);
28767
- this._a("showWeekNumbers", this.i.a1);
28873
+ this.i.a2 = igniteuiWebcomponentsCore.ensureBool(v);
28874
+ this._a("showWeekNumbers", this.i.a2);
28768
28875
  },
28769
28876
  enumerable: false,
28770
28877
  configurable: true
28771
28878
  });
28772
- Object.defineProperty(IgcDatePickerComponent.prototype, "dateFormat", {
28879
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "dateFormat", {
28773
28880
  /**
28774
28881
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
28775
28882
  */
@@ -28783,20 +28890,20 @@
28783
28890
  enumerable: false,
28784
28891
  configurable: true
28785
28892
  });
28786
- Object.defineProperty(IgcDatePickerComponent.prototype, "formatString", {
28893
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "formatString", {
28787
28894
  /**
28788
28895
  * Gets or sets the Format property to detirmine the format of the date in the input
28789
28896
  */
28790
28897
  get: function () {
28791
- return this.i.by;
28898
+ return this.i.bz;
28792
28899
  },
28793
28900
  set: function (v) {
28794
- this.i.by = v;
28901
+ this.i.bz = v;
28795
28902
  },
28796
28903
  enumerable: false,
28797
28904
  configurable: true
28798
28905
  });
28799
- Object.defineProperty(IgcDatePickerComponent.prototype, "isDisabled", {
28906
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "isDisabled", {
28800
28907
  get: function () {
28801
28908
  return this.i.av;
28802
28909
  },
@@ -28807,7 +28914,7 @@
28807
28914
  enumerable: false,
28808
28915
  configurable: true
28809
28916
  });
28810
- Object.defineProperty(IgcDatePickerComponent.prototype, "isFixed", {
28917
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "isFixed", {
28811
28918
  /**
28812
28919
  * Indicates that the calendar dropdown will position itself relative to the window instead of the document.
28813
28920
  */
@@ -28821,7 +28928,7 @@
28821
28928
  enumerable: false,
28822
28929
  configurable: true
28823
28930
  });
28824
- Object.defineProperty(IgcDatePickerComponent.prototype, "openAsChild", {
28931
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "openAsChild", {
28825
28932
  /**
28826
28933
  * Indicates that the dropdown should open as a child of the date picker.
28827
28934
  */
@@ -28835,33 +28942,33 @@
28835
28942
  enumerable: false,
28836
28943
  configurable: true
28837
28944
  });
28838
- Object.defineProperty(IgcDatePickerComponent.prototype, "useTopLayer", {
28945
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "useTopLayer", {
28839
28946
  /**
28840
28947
  * Indicates that the dropdown will place itself into the browser top layer.
28841
28948
  */
28842
28949
  get: function () {
28843
- return this.i.a2;
28950
+ return this.i.a3;
28844
28951
  },
28845
28952
  set: function (v) {
28846
- this.i.a2 = igniteuiWebcomponentsCore.ensureBool(v);
28847
- this._a("useTopLayer", this.i.a2);
28953
+ this.i.a3 = igniteuiWebcomponentsCore.ensureBool(v);
28954
+ this._a("useTopLayer", this.i.a3);
28848
28955
  },
28849
28956
  enumerable: false,
28850
28957
  configurable: true
28851
28958
  });
28852
- Object.defineProperty(IgcDatePickerComponent.prototype, "hasUserValues", {
28959
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "hasUserValues", {
28853
28960
  get: function () {
28854
28961
  return this._hasUserValues;
28855
28962
  },
28856
28963
  enumerable: false,
28857
28964
  configurable: true
28858
28965
  });
28859
- IgcDatePickerComponent.prototype.__m = function (propertyName) {
28966
+ IgcXDatePickerComponent.prototype.__m = function (propertyName) {
28860
28967
  if (!this._inStyling) {
28861
28968
  this._hasUserValues.add(propertyName);
28862
28969
  }
28863
28970
  };
28864
- IgcDatePickerComponent.prototype._styling = function (container, component, parent) {
28971
+ IgcXDatePickerComponent.prototype._styling = function (container, component, parent) {
28865
28972
  if (this._inStyling) {
28866
28973
  return;
28867
28974
  }
@@ -28873,7 +28980,7 @@
28873
28980
  if (typeName.indexOf("Xam") === 0) {
28874
28981
  typeName = typeName.substring(3);
28875
28982
  }
28876
- genericPrefix = igniteuiWebcomponentsCore.toSpinal("DatePickerComponent");
28983
+ genericPrefix = igniteuiWebcomponentsCore.toSpinal("XDatePickerComponent");
28877
28984
  var additionalPrefixes = [];
28878
28985
  var prefix = igniteuiWebcomponentsCore.toSpinal(typeName);
28879
28986
  additionalPrefixes.push(prefix + "-");
@@ -28906,26 +29013,26 @@
28906
29013
  }
28907
29014
  this._inStyling = false;
28908
29015
  };
28909
- IgcDatePickerComponent.prototype.select = function () {
28910
- this.i.df();
29016
+ IgcXDatePickerComponent.prototype.select = function () {
29017
+ this.i.dg();
28911
29018
  };
28912
29019
  /**
28913
29020
  * Exports visual information about the current state of the grid.
28914
29021
 
28915
29022
  */
28916
- IgcDatePickerComponent.prototype.exportVisualModel = function () {
28917
- var iv = this.i.bf();
29023
+ IgcXDatePickerComponent.prototype.exportVisualModel = function () {
29024
+ var iv = this.i.bg();
28918
29025
  return (iv);
28919
29026
  };
28920
29027
  /**
28921
29028
  * Returns a serialized copy of the exported visual model
28922
29029
 
28923
29030
  */
28924
- IgcDatePickerComponent.prototype.exportSerializedVisualModel = function () {
28925
- var iv = this.i.bv();
29031
+ IgcXDatePickerComponent.prototype.exportSerializedVisualModel = function () {
29032
+ var iv = this.i.bw();
28926
29033
  return (iv);
28927
29034
  };
28928
- Object.defineProperty(IgcDatePickerComponent.prototype, "selectedValueChanged", {
29035
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "selectedValueChanged", {
28929
29036
  /**
28930
29037
  * Called when date is selected.
28931
29038
  */
@@ -28956,7 +29063,7 @@
28956
29063
  enumerable: false,
28957
29064
  configurable: true
28958
29065
  });
28959
- Object.defineProperty(IgcDatePickerComponent.prototype, "gotFocus", {
29066
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "gotFocus", {
28960
29067
  get: function () {
28961
29068
  return this._gotFocus;
28962
29069
  },
@@ -28984,7 +29091,7 @@
28984
29091
  enumerable: false,
28985
29092
  configurable: true
28986
29093
  });
28987
- Object.defineProperty(IgcDatePickerComponent.prototype, "lostFocus", {
29094
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "lostFocus", {
28988
29095
  get: function () {
28989
29096
  return this._lostFocus;
28990
29097
  },
@@ -29012,7 +29119,7 @@
29012
29119
  enumerable: false,
29013
29120
  configurable: true
29014
29121
  });
29015
- Object.defineProperty(IgcDatePickerComponent.prototype, "keyDown", {
29122
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "keyDown", {
29016
29123
  get: function () {
29017
29124
  return this._keyDown;
29018
29125
  },
@@ -29040,7 +29147,7 @@
29040
29147
  enumerable: false,
29041
29148
  configurable: true
29042
29149
  });
29043
- Object.defineProperty(IgcDatePickerComponent.prototype, "changing", {
29150
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "changing", {
29044
29151
  get: function () {
29045
29152
  return this._changing;
29046
29153
  },
@@ -29068,7 +29175,7 @@
29068
29175
  enumerable: false,
29069
29176
  configurable: true
29070
29177
  });
29071
- Object.defineProperty(IgcDatePickerComponent.prototype, "valueChange", {
29178
+ Object.defineProperty(IgcXDatePickerComponent.prototype, "valueChange", {
29072
29179
  get: function () {
29073
29180
  return this._valueChange;
29074
29181
  },
@@ -29096,10 +29203,10 @@
29096
29203
  enumerable: false,
29097
29204
  configurable: true
29098
29205
  });
29099
- IgcDatePickerComponent._observedAttributesIgcDatePickerComponent = null;
29100
- IgcDatePickerComponent.htmlTagName = "igc-date-picker";
29101
- IgcDatePickerComponent._isElementRegistered = false;
29102
- return IgcDatePickerComponent;
29206
+ IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent = null;
29207
+ IgcXDatePickerComponent.htmlTagName = "igc-x-date-picker";
29208
+ IgcXDatePickerComponent._isElementRegistered = false;
29209
+ return IgcXDatePickerComponent;
29103
29210
  }(igniteuiWebcomponentsCore.IgcHTMLElement));
29104
29211
 
29105
29212
  /*
@@ -29108,20 +29215,20 @@
29108
29215
  https://www.infragistics.com/legal/license/igultimate-eula
29109
29216
  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.
29110
29217
  */
29111
- var IgcDatePickerModule = /** @class */ /*@__PURE__*/ (function () {
29112
- function IgcDatePickerModule() {
29218
+ var IgcXDatePickerModule = /** @class */ /*@__PURE__*/ (function () {
29219
+ function IgcXDatePickerModule() {
29113
29220
  }
29114
- IgcDatePickerModule.register = function () {
29221
+ IgcXDatePickerModule.register = function () {
29115
29222
  IgcXCalendarModule.register();
29116
29223
  IgcXButtonModule.register();
29117
29224
  IgcXIconModule.register();
29118
29225
  IgcXInputGroupModule.register();
29119
- IgcDatePickerComponent.register();
29120
- igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcDatePickerComponent', IgcDatePickerComponent);
29121
- igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcDatePickerComponent', IgcDatePickerComponent);
29122
- igniteuiWebcomponentsCore.TypeRegistrar.register('DatePicker', DatePicker.$type);
29226
+ IgcXDatePickerComponent.register();
29227
+ igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcXDatePickerComponent', IgcXDatePickerComponent);
29228
+ igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcXDatePickerComponent', IgcXDatePickerComponent);
29229
+ igniteuiWebcomponentsCore.TypeRegistrar.register('XDatePicker', XDatePicker.$type);
29123
29230
  };
29124
- return IgcDatePickerModule;
29231
+ return IgcXDatePickerModule;
29125
29232
  }());
29126
29233
 
29127
29234
  /*
@@ -30497,7 +30604,7 @@
30497
30604
  $ret.addItem("CheckedBackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 105, 136, 255));
30498
30605
  $ret.addItem("TickColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255));
30499
30606
  $ret.addItem("TickStrokeWidth", 3);
30500
- $ret.addItem("BorderWidth", NaN);
30607
+ $ret.addItem("BorderWidth", 1);
30501
30608
  $ret.addItem("CornerRadius", 2);
30502
30609
  return $ret;
30503
30610
  })()));
@@ -30510,7 +30617,7 @@
30510
30617
  $ret.addItem("CheckedBackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 105, 136, 255));
30511
30618
  $ret.addItem("TickColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255));
30512
30619
  $ret.addItem("TickStrokeWidth", 3);
30513
- $ret.addItem("BorderWidth", NaN);
30620
+ $ret.addItem("BorderWidth", 1);
30514
30621
  $ret.addItem("CornerRadius", 2);
30515
30622
  return $ret;
30516
30623
  })()));
@@ -31508,7 +31615,7 @@
31508
31615
  if (b != 0) {
31509
31616
  a.l(",");
31510
31617
  }
31511
- a.l(this.i._inner[b].ab());
31618
+ a.l(this.i._inner[b].serialize());
31512
31619
  }
31513
31620
  a.l("]");
31514
31621
  a.l("}");
@@ -35345,6 +35452,9 @@
35345
35452
  var e = d.inputs._inner[0];
35346
35453
  window.setTimeout(function () { return e.dr(b, c); }, 0);
35347
35454
  };
35455
+ XInputBridge.prototype.exportVisualData = function (a) {
35456
+ return a.fe();
35457
+ };
35348
35458
  XInputBridge.$t = igniteuiWebcomponentsCore.markType(XInputBridge, 'XInputBridge', XComponentBridge.$, [igniteuiWebcomponentsCore.INativeUIInputBridge_$type]);
35349
35459
  return XInputBridge;
35350
35460
  }(XComponentBridge));
@@ -35394,12 +35504,12 @@
35394
35504
  this.y = d;
35395
35505
  this.af = b;
35396
35506
  break;
35397
- case 12:
35507
+ case 13:
35398
35508
  e.gotFocus = igniteuiWebcomponentsCore.delegateCombine(e.gotFocus, igniteuiWebcomponentsCore.runOn(this, this.ah));
35399
35509
  this.v = d;
35400
35510
  this.ab = b;
35401
35511
  break;
35402
- case 13:
35512
+ case 14:
35403
35513
  e.lostFocus = igniteuiWebcomponentsCore.delegateCombine(e.lostFocus, igniteuiWebcomponentsCore.runOn(this, this.ai));
35404
35514
  this.w = d;
35405
35515
  this.ad = b;
@@ -35465,7 +35575,7 @@
35465
35575
  d.clearButtonContent();
35466
35576
  if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.NativeUIComponent.$, c) !== null) {
35467
35577
  this.ac = c;
35468
- d.appendButtonContent(this.ac.al);
35578
+ d.appendButtonContent(this.ac.an);
35469
35579
  }
35470
35580
  else {
35471
35581
  this.ac = c;
@@ -35496,7 +35606,7 @@
35496
35606
  case 54:
35497
35607
  if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.NativeUIComponent.$, c) !== null) {
35498
35608
  this.aa = c;
35499
- d.appendButtonContent(this.aa.al);
35609
+ d.appendButtonContent(this.aa.an);
35500
35610
  }
35501
35611
  break;
35502
35612
  case 0:
@@ -35554,6 +35664,9 @@
35554
35664
  case 11:
35555
35665
  d.aa = c;
35556
35666
  break;
35667
+ case 83:
35668
+ d.bu = c;
35669
+ break;
35557
35670
  }
35558
35671
  };
35559
35672
  XButtonBridge.prototype.getValue = function (a, b) {
@@ -35589,6 +35702,7 @@
35589
35702
  case 56: return c.as;
35590
35703
  case 58: return c.aq;
35591
35704
  case 17: return c.kt;
35705
+ case 83: return c.bu;
35592
35706
  }
35593
35707
  return null;
35594
35708
  };
@@ -35640,6 +35754,9 @@
35640
35754
  default: return 3;
35641
35755
  }
35642
35756
  };
35757
+ XButtonBridge.prototype.exportVisualData = function (a) {
35758
+ return a.d7();
35759
+ };
35643
35760
  XButtonBridge.$t = igniteuiWebcomponentsCore.markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
35644
35761
  return XButtonBridge;
35645
35762
  }(XComponentBridge));
@@ -35731,6 +35848,9 @@
35731
35848
  break;
35732
35849
  }
35733
35850
  };
35851
+ XCheckboxBridge.prototype.exportVisualData = function (a) {
35852
+ return a.a3();
35853
+ };
35734
35854
  XCheckboxBridge.$t = igniteuiWebcomponentsCore.markType(XCheckboxBridge, 'XCheckboxBridge', XComponentBridge.$);
35735
35855
  return XCheckboxBridge;
35736
35856
  }(XComponentBridge));
@@ -35846,6 +35966,9 @@
35846
35966
  return;
35847
35967
  }
35848
35968
  };
35969
+ XIconBridge.prototype.exportVisualData = function (a) {
35970
+ return a.au();
35971
+ };
35849
35972
  XIconBridge.$t = igniteuiWebcomponentsCore.markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
35850
35973
  return XIconBridge;
35851
35974
  }(XComponentBridge));
@@ -35906,12 +36029,12 @@
35906
36029
  this.z = d;
35907
36030
  this.ah = b;
35908
36031
  break;
35909
- case 12:
36032
+ case 13:
35910
36033
  e.popupGotFocus = igniteuiWebcomponentsCore.delegateCombine(e.popupGotFocus, igniteuiWebcomponentsCore.runOn(this, this.ak));
35911
36034
  this.w = d;
35912
36035
  this.ae = b;
35913
36036
  break;
35914
- case 13:
36037
+ case 14:
35915
36038
  e.popupLostFocus = igniteuiWebcomponentsCore.delegateCombine(e.popupLostFocus, igniteuiWebcomponentsCore.runOn(this, this.al));
35916
36039
  this.x = d;
35917
36040
  this.af = b;
@@ -35941,12 +36064,12 @@
35941
36064
  this.z = null;
35942
36065
  this.ah = null;
35943
36066
  break;
35944
- case 12:
36067
+ case 13:
35945
36068
  e.popupGotFocus = igniteuiWebcomponentsCore.delegateRemove(e.popupGotFocus, igniteuiWebcomponentsCore.runOn(this, this.ak));
35946
36069
  this.w = null;
35947
36070
  this.ae = null;
35948
36071
  break;
35949
- case 13:
36072
+ case 14:
35950
36073
  e.popupLostFocus = igniteuiWebcomponentsCore.delegateRemove(e.popupLostFocus, igniteuiWebcomponentsCore.runOn(this, this.al));
35951
36074
  this.x = null;
35952
36075
  this.af = null;
@@ -36103,15 +36226,18 @@
36103
36226
  default: return 0;
36104
36227
  }
36105
36228
  };
36229
+ XPopupBridge.prototype.exportVisualData = function (a) {
36230
+ return a.au();
36231
+ };
36106
36232
  XPopupBridge.prototype.addChild = function (a, b) {
36107
36233
  this.ac.add(b);
36108
36234
  var c = a;
36109
- c.appendPopupContent(b.al);
36235
+ c.appendPopupContent(b.an);
36110
36236
  };
36111
36237
  XPopupBridge.prototype.insertChild = function (a, b, c) {
36112
36238
  this.ac.add(c);
36113
36239
  var d = a;
36114
- d.appendPopupContent(c.al);
36240
+ d.appendPopupContent(c.an);
36115
36241
  };
36116
36242
  XPopupBridge.prototype.getChildAt = function (a, b) {
36117
36243
  return this.ac._inner[b];
@@ -36121,12 +36247,12 @@
36121
36247
  };
36122
36248
  XPopupBridge.prototype.removeChild = function (a, b) {
36123
36249
  var c = a;
36124
- c.removePopupContent(b.al);
36250
+ c.removePopupContent(b.an);
36125
36251
  this.ac.remove(b);
36126
36252
  };
36127
36253
  XPopupBridge.prototype.removeChildAt = function (a, b) {
36128
36254
  var c = a;
36129
- c.removePopupContent(this.ac._inner[b].al);
36255
+ c.removePopupContent(this.ac._inner[b].an);
36130
36256
  this.ac.removeAt(b);
36131
36257
  };
36132
36258
  XPopupBridge.$t = igniteuiWebcomponentsCore.markType(XPopupBridge, 'XPopupBridge', XComponentBridge.$, [igniteuiWebcomponentsCore.INativeUIPopupBridge_$type]);
@@ -36160,7 +36286,7 @@
36160
36286
  configurable: true
36161
36287
  });
36162
36288
  NativeUIXInputsFactory.j = function () {
36163
- igniteuiWebcomponentsCore.NativeUIComponent.ap(NativeUIXInputsFactory.b);
36289
+ igniteuiWebcomponentsCore.NativeUIComponent.ar(NativeUIXInputsFactory.b);
36164
36290
  };
36165
36291
  Object.defineProperty(NativeUIXInputsFactory.prototype, "flavor", {
36166
36292
  get: function () {
@@ -36222,7 +36348,7 @@
36222
36348
  f.inputs.add(j);
36223
36349
  var l = new XInputBridge(f);
36224
36350
  var m = new igniteuiWebcomponentsCore.NativeUIInput();
36225
- m.al = d;
36351
+ m.an = d;
36226
36352
  m.d = l;
36227
36353
  b(m);
36228
36354
  };
@@ -36236,7 +36362,7 @@
36236
36362
  var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
36237
36363
  var h = new XButtonBridge(f);
36238
36364
  var i = new igniteuiWebcomponentsCore.NativeUIButton();
36239
- i.al = d;
36365
+ i.an = d;
36240
36366
  i.d = h;
36241
36367
  b(i);
36242
36368
  };
@@ -36249,7 +36375,7 @@
36249
36375
  var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
36250
36376
  var h = new XCheckboxBridge(f);
36251
36377
  var i = new igniteuiWebcomponentsCore.NativeUICheckbox();
36252
- i.al = d;
36378
+ i.an = d;
36253
36379
  i.d = h;
36254
36380
  b(i);
36255
36381
  };
@@ -36262,7 +36388,7 @@
36262
36388
  var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
36263
36389
  var h = new XIconBridge(f);
36264
36390
  var i = new igniteuiWebcomponentsCore.NativeUIIcon();
36265
- i.al = d;
36391
+ i.an = d;
36266
36392
  i.d = h;
36267
36393
  var j = c.createElement("div");
36268
36394
  var k = c.getSubRenderer(j);
@@ -36273,9 +36399,9 @@
36273
36399
  var m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
36274
36400
  var n = new XButtonBridge(l);
36275
36401
  var o = new igniteuiWebcomponentsCore.NativeUIButton();
36276
- o.al = j;
36402
+ o.an = j;
36277
36403
  o.d = n;
36278
- o.bk = i;
36404
+ o.bm = i;
36279
36405
  b(o);
36280
36406
  };
36281
36407
  NativeUIXInputsFactory.prototype.f = function (a, b) {
@@ -36287,7 +36413,7 @@
36287
36413
  var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
36288
36414
  var h = new XIconBridge(f);
36289
36415
  var i = new igniteuiWebcomponentsCore.NativeUIIcon();
36290
- i.al = d;
36416
+ i.an = d;
36291
36417
  i.d = h;
36292
36418
  b(i);
36293
36419
  };
@@ -36299,7 +36425,7 @@
36299
36425
  f.provideRenderer(e);
36300
36426
  var g = new XPopupBridge(f);
36301
36427
  var h = new igniteuiWebcomponentsCore.NativeUIPopup();
36302
- h.al = d;
36428
+ h.an = d;
36303
36429
  h.d = g;
36304
36430
  b(h);
36305
36431
  };
@@ -36342,7 +36468,7 @@
36342
36468
  switch (a) {
36343
36469
  case 16:
36344
36470
  case 15:
36345
- case 17: return this.al.t.view.s;
36471
+ case 17: return this.al.t.view.v;
36346
36472
  }
36347
36473
  return _super.prototype.getTargetForProperty.call(this, a, b);
36348
36474
  };
@@ -36470,6 +36596,67 @@
36470
36596
  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.
36471
36597
  */
36472
36598
 
36599
+ /*
36600
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
36601
+ https://www.infragistics.com/legal/license/igultimate-la
36602
+ https://www.infragistics.com/legal/license/igultimate-eula
36603
+ 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.
36604
+ */
36605
+ /**
36606
+ * @hidden
36607
+ */
36608
+ var TextBlockVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
36609
+ tslib.__extends(TextBlockVisualModelExport, _super);
36610
+ function TextBlockVisualModelExport() {
36611
+ var _this = _super !== null && _super.apply(this, arguments) || this;
36612
+ _this.c = 0;
36613
+ _this.e = 0;
36614
+ _this.f = 0;
36615
+ _this.b = 0;
36616
+ _this.a = null;
36617
+ _this.k = null;
36618
+ _this.l = null;
36619
+ _this.m = null;
36620
+ _this.d = 0;
36621
+ _this.i = null;
36622
+ _this.j = null;
36623
+ _this.h = null;
36624
+ return _this;
36625
+ }
36626
+ TextBlockVisualModelExport.prototype.g = function () {
36627
+ var a = new igniteuiWebcomponentsCore.StringBuilder(0);
36628
+ a.l("{");
36629
+ a.l("left: " + this.c + ", ");
36630
+ a.l("top: " + this.e + ", ");
36631
+ a.l("width: " + this.f + ", ");
36632
+ a.l("height: " + this.b + ", ");
36633
+ a.l("text : \"" + this.h + "\", ");
36634
+ a.l("actualTextColor: " + this.a.serialize() + ", ");
36635
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.k)) {
36636
+ a.l("textStyleFontStyle: \"" + this.k + "\", ");
36637
+ }
36638
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.l)) {
36639
+ a.l("textStyleFontVariant: \"" + this.l + "\", ");
36640
+ }
36641
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.m)) {
36642
+ a.l("textStyleFontWeight: \"" + this.m + "\", ");
36643
+ }
36644
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.i)) {
36645
+ a.l("textStyleFontFamily: \"" + this.i + "\", ");
36646
+ }
36647
+ if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.j)) {
36648
+ a.l("textStyleFontStretch: \"" + this.j + "\", ");
36649
+ }
36650
+ if (!igniteuiWebcomponentsCore.isNaN_(this.d)) {
36651
+ a.l("textStyleFontSize: " + this.d + ", ");
36652
+ }
36653
+ a.l("}");
36654
+ return a.toString();
36655
+ };
36656
+ TextBlockVisualModelExport.$t = igniteuiWebcomponentsCore.markType(TextBlockVisualModelExport, 'TextBlockVisualModelExport');
36657
+ return TextBlockVisualModelExport;
36658
+ }(igniteuiWebcomponentsCore.Base));
36659
+
36473
36660
  exports.ButtonClickEventArgs = ButtonClickEventArgs;
36474
36661
  exports.ButtonDisplayStyle_$type = ButtonDisplayStyle_$type;
36475
36662
  exports.ButtonGroupDisplayStyle_$type = ButtonGroupDisplayStyle_$type;
@@ -36488,7 +36675,6 @@
36488
36675
  exports.CheckboxVisualModelExport = CheckboxVisualModelExport;
36489
36676
  exports.DateFormats = DateFormats;
36490
36677
  exports.DateFormats_$type = DateFormats_$type;
36491
- exports.DatePicker = DatePicker;
36492
36678
  exports.DatePickerView = DatePickerView;
36493
36679
  exports.DatePickerVisualModelExport = DatePickerVisualModelExport;
36494
36680
  exports.DateTimeValueFormatter = DateTimeValueFormatter;
@@ -36505,8 +36691,6 @@
36505
36691
  exports.IgcButtonClickEventArgs = IgcButtonClickEventArgs;
36506
36692
  exports.IgcButtonGroupSelectionChangedEventArgs = IgcButtonGroupSelectionChangedEventArgs;
36507
36693
  exports.IgcCheckboxChangeEventArgs = IgcCheckboxChangeEventArgs;
36508
- exports.IgcDatePickerComponent = IgcDatePickerComponent;
36509
- exports.IgcDatePickerModule = IgcDatePickerModule;
36510
36694
  exports.IgcGotFocusEventArgs = IgcGotFocusEventArgs;
36511
36695
  exports.IgcInputChangeEventArgs = IgcInputChangeEventArgs;
36512
36696
  exports.IgcLostFocusEventArgs = IgcLostFocusEventArgs;
@@ -36521,6 +36705,8 @@
36521
36705
  exports.IgcXCalendarModule = IgcXCalendarModule;
36522
36706
  exports.IgcXCheckboxComponent = IgcXCheckboxComponent;
36523
36707
  exports.IgcXCheckboxModule = IgcXCheckboxModule;
36708
+ exports.IgcXDatePickerComponent = IgcXDatePickerComponent;
36709
+ exports.IgcXDatePickerModule = IgcXDatePickerModule;
36524
36710
  exports.IgcXIconComponent = IgcXIconComponent;
36525
36711
  exports.IgcXIconModule = IgcXIconModule;
36526
36712
  exports.IgcXInputComponent = IgcXInputComponent;
@@ -36566,6 +36752,7 @@
36566
36752
  exports.SuffixShiftType_$type = SuffixShiftType_$type;
36567
36753
  exports.SuffixView = SuffixView;
36568
36754
  exports.SuffixVisualModelExport = SuffixVisualModelExport;
36755
+ exports.TextBlockVisualModelExport = TextBlockVisualModelExport;
36569
36756
  exports.TextElementsVisualModelExport = TextElementsVisualModelExport;
36570
36757
  exports.Theme = Theme;
36571
36758
  exports.ThemeResolver = ThemeResolver;
@@ -36578,6 +36765,7 @@
36578
36765
  exports.XCheckbox = XCheckbox;
36579
36766
  exports.XCheckboxBridge = XCheckboxBridge;
36580
36767
  exports.XComponentBridge = XComponentBridge;
36768
+ exports.XDatePicker = XDatePicker;
36581
36769
  exports.XIcon = XIcon;
36582
36770
  exports.XIconBridge = XIconBridge;
36583
36771
  exports.XIconButtonBridge = XIconButtonBridge;