igniteui-webcomponents-inputs 1.4.2 → 3.2.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.
@@ -1369,7 +1369,7 @@ var ButtonView = /** @class */ /*@__PURE__*/ (function (_super) {
1369
1369
  this.n.append(d);
1370
1370
  var h = this.k.createElement("div");
1371
1371
  h.addClass("ig-button-content");
1372
- h.setStyleProperty("font-family", "'Segoe UI', Verdana");
1372
+ h.setStyleProperty("font-family", "Verdana");
1373
1373
  h.setStyleProperty("font-weight", "400");
1374
1374
  h.setStyleProperty("font-size", ".875rem");
1375
1375
  h.setStyleProperty("cursor", "pointer");
@@ -9400,7 +9400,7 @@ var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
9400
9400
  c.setStyleProperty("border-color", "rgb(163, 172, 184)");
9401
9401
  var d = this.m.createElement("span");
9402
9402
  d.setAttribute("aria-hidden", "true");
9403
- d.setStyleProperty("font", "14px \"Segoe UI\", Verdana");
9403
+ d.setStyleProperty("font", "14px Verdana");
9404
9404
  d.setStyleProperty("color", "rgb(24, 29, 31)");
9405
9405
  c.append(d);
9406
9406
  this.i.add(d);
@@ -9490,7 +9490,7 @@ var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
9490
9490
  l.setStyleProperty("vertical-align", "middle");
9491
9491
  l.setStyleProperty("width", "12%");
9492
9492
  var m = this.m.createElement("span");
9493
- m.setStyleProperty("font", "16px \"Segoe UI\", Verdana");
9493
+ m.setStyleProperty("font", "16px Verdana");
9494
9494
  m.setStyleProperty("color", "rgb(24, 29, 31)");
9495
9495
  l.append(m);
9496
9496
  this.e.add(m);
@@ -13126,7 +13126,7 @@ var InputGroupVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super)
13126
13126
  a.l("actualBorderColor : " + this.b.serialize() + ", ");
13127
13127
  a.l("actualBorderWidth : " + this.o + ", ");
13128
13128
  a.l("actualFocusBorderWidth : " + this.p + ", ");
13129
- a.l("actualContentPadding : { left: " + this.aa.c + ",top: " + this.aa.e + ",right: " + this.aa.d + ",bottom: " + this.aa.b + "},");
13129
+ a.l("actualContentPadding : { left: " + this.aa.left + ",top: " + this.aa.top + ",right: " + this.aa.right + ",bottom: " + this.aa.bottom + "},");
13130
13130
  a.l("actualUnderlineWidth : " + this.x + ", ");
13131
13131
  a.l("actualUnderlineRippleWidth : " + this.w + ", ");
13132
13132
  a.l("actualBackgroundColor : " + this.a.serialize() + ", ");
@@ -14317,7 +14317,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
14317
14317
  NativeUI.o(this.k.rootWrapper, this.c.cz);
14318
14318
  c.setStyleProperty("outline-style", "none");
14319
14319
  c.setStyleProperty("box-shadow", "none");
14320
- c.setStyleProperty("font-family", "'Segoe UI', Verdana");
14320
+ c.setStyleProperty("font-family", "Verdana");
14321
14321
  c.setStyleProperty("font-size", "1rem");
14322
14322
  this.l = c;
14323
14323
  this.k.append(this.l);
@@ -14512,7 +14512,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14512
14512
  enumerable: true,
14513
14513
  configurable: true
14514
14514
  });
14515
- Object.defineProperty(InputView.prototype, "a4", {
14515
+ Object.defineProperty(InputView.prototype, "a5", {
14516
14516
  get: function () {
14517
14517
  return null;
14518
14518
  },
@@ -14577,7 +14577,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14577
14577
  c.setStyleProperty("box-shadow", "none");
14578
14578
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
14579
14579
  c.setStyleProperty("padding-bottom", "0.1875rem");
14580
- c.setStyleProperty("font-family", "'Segoe UI', Verdana");
14580
+ c.setStyleProperty("font-family", "Verdana");
14581
14581
  c.setStyleProperty("font-size", "1rem");
14582
14582
  this.h.add(c.listen("change", runOn(this, this.v)));
14583
14583
  this.h.add(c.listen("input", runOn(this, this.w)));
@@ -14599,7 +14599,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14599
14599
  this.j.append(this.k);
14600
14600
  this.b.dd();
14601
14601
  };
14602
- InputView.prototype.av = function (a) {
14602
+ InputView.prototype.aw = function (a) {
14603
14603
  if (a) {
14604
14604
  this.k.setAttribute("readonly", a.toString());
14605
14605
  }
@@ -14635,7 +14635,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14635
14635
  InputView.prototype.aq = function () {
14636
14636
  this.k.setAttribute("placeholder", this.b.cb);
14637
14637
  };
14638
- InputView.prototype.a0 = function () {
14638
+ InputView.prototype.a1 = function () {
14639
14639
  switch (this.b.w) {
14640
14640
  case 1:
14641
14641
  this.k.setStyleProperty("height", "2rem");
@@ -14651,7 +14651,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14651
14651
  break;
14652
14652
  }
14653
14653
  };
14654
- InputView.prototype.az = function () {
14654
+ InputView.prototype.a0 = function () {
14655
14655
  var _this = this;
14656
14656
  var a = new TransformGroup();
14657
14657
  a.j.add(((function () {
@@ -14676,6 +14676,9 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14676
14676
  InputView.prototype.at = function (a) {
14677
14677
  this.k.setProperty("value", a);
14678
14678
  };
14679
+ InputView.prototype.av = function (a) {
14680
+ this.k.setAttribute("name", a);
14681
+ };
14679
14682
  InputView.prototype.u = function (a) {
14680
14683
  this.b.cr();
14681
14684
  };
@@ -14683,20 +14686,20 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14683
14686
  this.b.cz();
14684
14687
  };
14685
14688
  InputView.prototype.af = function (a) {
14686
- var b = this.a3(a);
14689
+ var b = this.a4(a);
14687
14690
  this.b.c5(b);
14688
14691
  if (b.handled) {
14689
14692
  a.preventDefault();
14690
14693
  }
14691
14694
  };
14692
14695
  InputView.prototype.ag = function (a) {
14693
- var b = this.a3(a);
14696
+ var b = this.a4(a);
14694
14697
  this.b.c8(b);
14695
14698
  if (b.handled) {
14696
14699
  a.preventDefault();
14697
14700
  }
14698
14701
  };
14699
- InputView.prototype.a3 = function (a) {
14702
+ InputView.prototype.a4 = function (a) {
14700
14703
  var b = new MouseButtonEventArgs();
14701
14704
  b.position = { $type: Point_$type, x: a.offsetX, y: a.offsetY };
14702
14705
  return b;
@@ -14728,7 +14731,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14728
14731
  InputView.prototype.aa = function (a) {
14729
14732
  this.b.cy();
14730
14733
  };
14731
- InputView.prototype.a1 = function (a) {
14734
+ InputView.prototype.a2 = function (a) {
14732
14735
  if (this.p != a) {
14733
14736
  this.p = a;
14734
14737
  if (this.l != null) {
@@ -14749,10 +14752,10 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14749
14752
  var a = this.k.getProperty("selectionEnd");
14750
14753
  return typeGetValue(a);
14751
14754
  };
14752
- InputView.prototype.ay = function (a) {
14755
+ InputView.prototype.az = function (a) {
14753
14756
  this.k.setProperty("selectionStart", a);
14754
14757
  };
14755
- InputView.prototype.aw = function (a) {
14758
+ InputView.prototype.ax = function (a) {
14756
14759
  this.k.setProperty("selectionEnd", a);
14757
14760
  };
14758
14761
  InputView.prototype.ap = function () {
@@ -14806,7 +14809,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14806
14809
  }
14807
14810
  this.h.clear();
14808
14811
  };
14809
- InputView.prototype.a2 = function (a) {
14812
+ InputView.prototype.a3 = function (a) {
14810
14813
  if (a != null) {
14811
14814
  this.k.setStyleProperty("font", a.fontString);
14812
14815
  }
@@ -14828,7 +14831,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14828
14831
  nativeInput_.getNativeElement().select();
14829
14832
  }
14830
14833
  };
14831
- InputView.prototype.ax = function (a, b) {
14834
+ InputView.prototype.ay = function (a, b) {
14832
14835
  if (this.k != null) {
14833
14836
  var c = this.k.getNativeElement();
14834
14837
  c.setSelectionRange(a, b);
@@ -15800,7 +15803,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
15800
15803
  return new CornerRadius(1, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.b) ? a.b : b.b, !isNaN_(a.a) ? a.a : b.a);
15801
15804
  };
15802
15805
  XInputGroup.tj = function (a, b) {
15803
- return new Thickness(1, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.e) ? a.e : b.e, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.b) ? a.b : b.b);
15806
+ return new Thickness(1, !isNaN_(a.left) ? a.left : b.left, !isNaN_(a.top) ? a.top : b.top, !isNaN_(a.right) ? a.right : b.right, !isNaN_(a.bottom) ? a.bottom : b.bottom);
15804
15807
  };
15805
15808
  XInputGroup.prototype.mq = function () {
15806
15809
  var _this = this;
@@ -16030,7 +16033,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
16030
16033
  configurable: true
16031
16034
  });
16032
16035
  XInputGroup.prototype.onChildrenMutated = function () {
16033
- this.l3(function (a) { return a.view.az(); });
16036
+ this.l3(function (a) { return a.view.a0(); });
16034
16037
  this.l4(function (a) { return a.view.af(); });
16035
16038
  this.l5(function (a) { return a.view.q(); });
16036
16039
  this.l6(function (a) { return a.view.q(); });
@@ -17984,7 +17987,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
17984
17987
  this.view.ag();
17985
17988
  };
17986
17989
  XInputGroup.prototype.ensureShift = function () {
17987
- this.l3(function (a) { return a.view.az(); });
17990
+ this.l3(function (a) { return a.view.a0(); });
17988
17991
  this.l4(function (a) { return a.view.af(); });
17989
17992
  this.l5(function (a) { return a.view.q(); });
17990
17993
  this.l6(function (a) { return a.view.q(); });
@@ -19174,7 +19177,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19174
19177
  _this.view = a;
19175
19178
  _this.view.ao();
19176
19179
  XInput.ab = new FontInfo();
19177
- XInput.ab.n = "'Segoe UI', Verdana";
19180
+ XInput.ab.n = "Verdana";
19178
19181
  return _this;
19179
19182
  }
19180
19183
  Object.defineProperty(XInput.prototype, "view", {
@@ -19298,12 +19301,15 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19298
19301
  }
19299
19302
  }
19300
19303
  break;
19304
+ case "Name":
19305
+ this.view.av(this.e);
19306
+ break;
19301
19307
  case "Density":
19302
19308
  this.w = this.x == 0 ? 1 : this.x;
19303
19309
  break;
19304
19310
  case "ActualDensity":
19311
+ this.view.a1();
19305
19312
  this.view.a0();
19306
- this.view.az();
19307
19313
  break;
19308
19314
  case "InputGroup":
19309
19315
  this.c0();
@@ -19329,7 +19335,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19329
19335
  this.view.au(this.aj);
19330
19336
  break;
19331
19337
  case "IsReadOnly":
19332
- this.view.av(this.al);
19338
+ this.view.aw(this.al);
19333
19339
  break;
19334
19340
  }
19335
19341
  };
@@ -19340,10 +19346,10 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19340
19346
  this.view.as();
19341
19347
  };
19342
19348
  XInput.prototype.db = function () {
19343
- this.view.az();
19349
+ this.view.a0();
19344
19350
  };
19345
19351
  XInput.prototype.c0 = function () {
19346
- this.view.az();
19352
+ this.view.a0();
19347
19353
  };
19348
19354
  XInput.prototype.dm = function () {
19349
19355
  this.du = this.dy != null ? this.dy : XInput.dw;
@@ -19352,7 +19358,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19352
19358
  };
19353
19359
  XInput.prototype.dl = function () {
19354
19360
  if (this.aa != null) {
19355
- this.view.a2(this.aa);
19361
+ this.view.a3(this.aa);
19356
19362
  }
19357
19363
  NativeUI.o(this.view.o, this.du);
19358
19364
  };
@@ -19812,7 +19818,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19812
19818
  return a;
19813
19819
  };
19814
19820
  XInput.prototype.di = function (a, b) {
19815
- this.view.ax(a, b);
19821
+ this.view.ay(a, b);
19816
19822
  };
19817
19823
  XInput.prototype.provideContainer = function (a) {
19818
19824
  this.view.al(a);
@@ -19889,7 +19895,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19889
19895
  return this.a7();
19890
19896
  },
19891
19897
  set: function (a) {
19892
- this.view.ay(a);
19898
+ this.view.az(a);
19893
19899
  },
19894
19900
  enumerable: true,
19895
19901
  configurable: true
@@ -19899,7 +19905,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19899
19905
  return this.a6();
19900
19906
  },
19901
19907
  set: function (a) {
19902
- this.view.aw(a);
19908
+ this.view.ax(a);
19903
19909
  },
19904
19910
  enumerable: true,
19905
19911
  configurable: true
@@ -21983,12 +21989,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
21983
21989
  };
21984
21990
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingBottom", {
21985
21991
  get: function () {
21986
- return this.i.tg ? this.i.tg.b : NaN;
21992
+ return this.i.tg ? this.i.tg.bottom : NaN;
21987
21993
  },
21988
21994
  set: function (v) {
21989
21995
  this.ensureActualContentPadding();
21990
- this.i.tg.b = +v;
21991
- this._a("actualContentPaddingBottom", this.i.tg.b);
21996
+ this.i.tg.bottom = +v;
21997
+ this._a("actualContentPaddingBottom", this.i.tg.bottom);
21992
21998
  this.i.tg = this.i.tg;
21993
21999
  },
21994
22000
  enumerable: true,
@@ -21996,12 +22002,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
21996
22002
  });
21997
22003
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingLeft", {
21998
22004
  get: function () {
21999
- return this.i.tg ? this.i.tg.c : NaN;
22005
+ return this.i.tg ? this.i.tg.left : NaN;
22000
22006
  },
22001
22007
  set: function (v) {
22002
22008
  this.ensureActualContentPadding();
22003
- this.i.tg.c = +v;
22004
- this._a("actualContentPaddingLeft", this.i.tg.c);
22009
+ this.i.tg.left = +v;
22010
+ this._a("actualContentPaddingLeft", this.i.tg.left);
22005
22011
  this.i.tg = this.i.tg;
22006
22012
  },
22007
22013
  enumerable: true,
@@ -22009,12 +22015,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22009
22015
  });
22010
22016
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingRight", {
22011
22017
  get: function () {
22012
- return this.i.tg ? this.i.tg.d : NaN;
22018
+ return this.i.tg ? this.i.tg.right : NaN;
22013
22019
  },
22014
22020
  set: function (v) {
22015
22021
  this.ensureActualContentPadding();
22016
- this.i.tg.d = +v;
22017
- this._a("actualContentPaddingRight", this.i.tg.d);
22022
+ this.i.tg.right = +v;
22023
+ this._a("actualContentPaddingRight", this.i.tg.right);
22018
22024
  this.i.tg = this.i.tg;
22019
22025
  },
22020
22026
  enumerable: true,
@@ -22022,12 +22028,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22022
22028
  });
22023
22029
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingTop", {
22024
22030
  get: function () {
22025
- return this.i.tg ? this.i.tg.e : NaN;
22031
+ return this.i.tg ? this.i.tg.top : NaN;
22026
22032
  },
22027
22033
  set: function (v) {
22028
22034
  this.ensureActualContentPadding();
22029
- this.i.tg.e = +v;
22030
- this._a("actualContentPaddingTop", this.i.tg.e);
22035
+ this.i.tg.top = +v;
22036
+ this._a("actualContentPaddingTop", this.i.tg.top);
22031
22037
  this.i.tg = this.i.tg;
22032
22038
  },
22033
22039
  enumerable: true,
@@ -22323,12 +22329,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22323
22329
  };
22324
22330
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingBottom", {
22325
22331
  get: function () {
22326
- return this.i.tk ? this.i.tk.b : NaN;
22332
+ return this.i.tk ? this.i.tk.bottom : NaN;
22327
22333
  },
22328
22334
  set: function (v) {
22329
22335
  this.ensureContentPadding();
22330
- this.i.tk.b = +v;
22331
- this._a("contentPaddingBottom", this.i.tk.b);
22336
+ this.i.tk.bottom = +v;
22337
+ this._a("contentPaddingBottom", this.i.tk.bottom);
22332
22338
  this.i.tk = this.i.tk;
22333
22339
  },
22334
22340
  enumerable: true,
@@ -22336,12 +22342,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22336
22342
  });
22337
22343
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingLeft", {
22338
22344
  get: function () {
22339
- return this.i.tk ? this.i.tk.c : NaN;
22345
+ return this.i.tk ? this.i.tk.left : NaN;
22340
22346
  },
22341
22347
  set: function (v) {
22342
22348
  this.ensureContentPadding();
22343
- this.i.tk.c = +v;
22344
- this._a("contentPaddingLeft", this.i.tk.c);
22349
+ this.i.tk.left = +v;
22350
+ this._a("contentPaddingLeft", this.i.tk.left);
22345
22351
  this.i.tk = this.i.tk;
22346
22352
  },
22347
22353
  enumerable: true,
@@ -22349,12 +22355,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22349
22355
  });
22350
22356
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingRight", {
22351
22357
  get: function () {
22352
- return this.i.tk ? this.i.tk.d : NaN;
22358
+ return this.i.tk ? this.i.tk.right : NaN;
22353
22359
  },
22354
22360
  set: function (v) {
22355
22361
  this.ensureContentPadding();
22356
- this.i.tk.d = +v;
22357
- this._a("contentPaddingRight", this.i.tk.d);
22362
+ this.i.tk.right = +v;
22363
+ this._a("contentPaddingRight", this.i.tk.right);
22358
22364
  this.i.tk = this.i.tk;
22359
22365
  },
22360
22366
  enumerable: true,
@@ -22362,12 +22368,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22362
22368
  });
22363
22369
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingTop", {
22364
22370
  get: function () {
22365
- return this.i.tk ? this.i.tk.e : NaN;
22371
+ return this.i.tk ? this.i.tk.top : NaN;
22366
22372
  },
22367
22373
  set: function (v) {
22368
22374
  this.ensureContentPadding();
22369
- this.i.tk.e = +v;
22370
- this._a("contentPaddingTop", this.i.tk.e);
22375
+ this.i.tk.top = +v;
22376
+ this._a("contentPaddingTop", this.i.tk.top);
22371
22377
  this.i.tk = this.i.tk;
22372
22378
  },
22373
22379
  enumerable: true,
@@ -22677,12 +22683,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22677
22683
  };
22678
22684
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingBottom", {
22679
22685
  get: function () {
22680
- return this.i.t0 ? this.i.t0.b : NaN;
22686
+ return this.i.t0 ? this.i.t0.bottom : NaN;
22681
22687
  },
22682
22688
  set: function (v) {
22683
22689
  this.ensureLineTypeContentPadding();
22684
- this.i.t0.b = +v;
22685
- this._a("lineTypeContentPaddingBottom", this.i.t0.b);
22690
+ this.i.t0.bottom = +v;
22691
+ this._a("lineTypeContentPaddingBottom", this.i.t0.bottom);
22686
22692
  this.i.t0 = this.i.t0;
22687
22693
  },
22688
22694
  enumerable: true,
@@ -22690,12 +22696,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22690
22696
  });
22691
22697
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingLeft", {
22692
22698
  get: function () {
22693
- return this.i.t0 ? this.i.t0.c : NaN;
22699
+ return this.i.t0 ? this.i.t0.left : NaN;
22694
22700
  },
22695
22701
  set: function (v) {
22696
22702
  this.ensureLineTypeContentPadding();
22697
- this.i.t0.c = +v;
22698
- this._a("lineTypeContentPaddingLeft", this.i.t0.c);
22703
+ this.i.t0.left = +v;
22704
+ this._a("lineTypeContentPaddingLeft", this.i.t0.left);
22699
22705
  this.i.t0 = this.i.t0;
22700
22706
  },
22701
22707
  enumerable: true,
@@ -22703,12 +22709,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22703
22709
  });
22704
22710
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingRight", {
22705
22711
  get: function () {
22706
- return this.i.t0 ? this.i.t0.d : NaN;
22712
+ return this.i.t0 ? this.i.t0.right : NaN;
22707
22713
  },
22708
22714
  set: function (v) {
22709
22715
  this.ensureLineTypeContentPadding();
22710
- this.i.t0.d = +v;
22711
- this._a("lineTypeContentPaddingRight", this.i.t0.d);
22716
+ this.i.t0.right = +v;
22717
+ this._a("lineTypeContentPaddingRight", this.i.t0.right);
22712
22718
  this.i.t0 = this.i.t0;
22713
22719
  },
22714
22720
  enumerable: true,
@@ -22716,12 +22722,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
22716
22722
  });
22717
22723
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingTop", {
22718
22724
  get: function () {
22719
- return this.i.t0 ? this.i.t0.e : NaN;
22725
+ return this.i.t0 ? this.i.t0.top : NaN;
22720
22726
  },
22721
22727
  set: function (v) {
22722
22728
  this.ensureLineTypeContentPadding();
22723
- this.i.t0.e = +v;
22724
- this._a("lineTypeContentPaddingTop", this.i.t0.e);
22729
+ this.i.t0.top = +v;
22730
+ this._a("lineTypeContentPaddingTop", this.i.t0.top);
22725
22731
  this.i.t0 = this.i.t0;
22726
22732
  },
22727
22733
  enumerable: true,
@@ -23031,12 +23037,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23031
23037
  };
23032
23038
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingBottom", {
23033
23039
  get: function () {
23034
- return this.i.ti ? this.i.ti.b : NaN;
23040
+ return this.i.ti ? this.i.ti.bottom : NaN;
23035
23041
  },
23036
23042
  set: function (v) {
23037
23043
  this.ensureBoxTypeContentPadding();
23038
- this.i.ti.b = +v;
23039
- this._a("boxTypeContentPaddingBottom", this.i.ti.b);
23044
+ this.i.ti.bottom = +v;
23045
+ this._a("boxTypeContentPaddingBottom", this.i.ti.bottom);
23040
23046
  this.i.ti = this.i.ti;
23041
23047
  },
23042
23048
  enumerable: true,
@@ -23044,12 +23050,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23044
23050
  });
23045
23051
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingLeft", {
23046
23052
  get: function () {
23047
- return this.i.ti ? this.i.ti.c : NaN;
23053
+ return this.i.ti ? this.i.ti.left : NaN;
23048
23054
  },
23049
23055
  set: function (v) {
23050
23056
  this.ensureBoxTypeContentPadding();
23051
- this.i.ti.c = +v;
23052
- this._a("boxTypeContentPaddingLeft", this.i.ti.c);
23057
+ this.i.ti.left = +v;
23058
+ this._a("boxTypeContentPaddingLeft", this.i.ti.left);
23053
23059
  this.i.ti = this.i.ti;
23054
23060
  },
23055
23061
  enumerable: true,
@@ -23057,12 +23063,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23057
23063
  });
23058
23064
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingRight", {
23059
23065
  get: function () {
23060
- return this.i.ti ? this.i.ti.d : NaN;
23066
+ return this.i.ti ? this.i.ti.right : NaN;
23061
23067
  },
23062
23068
  set: function (v) {
23063
23069
  this.ensureBoxTypeContentPadding();
23064
- this.i.ti.d = +v;
23065
- this._a("boxTypeContentPaddingRight", this.i.ti.d);
23070
+ this.i.ti.right = +v;
23071
+ this._a("boxTypeContentPaddingRight", this.i.ti.right);
23066
23072
  this.i.ti = this.i.ti;
23067
23073
  },
23068
23074
  enumerable: true,
@@ -23070,12 +23076,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23070
23076
  });
23071
23077
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingTop", {
23072
23078
  get: function () {
23073
- return this.i.ti ? this.i.ti.e : NaN;
23079
+ return this.i.ti ? this.i.ti.top : NaN;
23074
23080
  },
23075
23081
  set: function (v) {
23076
23082
  this.ensureBoxTypeContentPadding();
23077
- this.i.ti.e = +v;
23078
- this._a("boxTypeContentPaddingTop", this.i.ti.e);
23083
+ this.i.ti.top = +v;
23084
+ this._a("boxTypeContentPaddingTop", this.i.ti.top);
23079
23085
  this.i.ti = this.i.ti;
23080
23086
  },
23081
23087
  enumerable: true,
@@ -23385,12 +23391,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23385
23391
  };
23386
23392
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingBottom", {
23387
23393
  get: function () {
23388
- return this.i.th ? this.i.th.b : NaN;
23394
+ return this.i.th ? this.i.th.bottom : NaN;
23389
23395
  },
23390
23396
  set: function (v) {
23391
23397
  this.ensureBorderTypeContentPadding();
23392
- this.i.th.b = +v;
23393
- this._a("borderTypeContentPaddingBottom", this.i.th.b);
23398
+ this.i.th.bottom = +v;
23399
+ this._a("borderTypeContentPaddingBottom", this.i.th.bottom);
23394
23400
  this.i.th = this.i.th;
23395
23401
  },
23396
23402
  enumerable: true,
@@ -23398,12 +23404,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23398
23404
  });
23399
23405
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingLeft", {
23400
23406
  get: function () {
23401
- return this.i.th ? this.i.th.c : NaN;
23407
+ return this.i.th ? this.i.th.left : NaN;
23402
23408
  },
23403
23409
  set: function (v) {
23404
23410
  this.ensureBorderTypeContentPadding();
23405
- this.i.th.c = +v;
23406
- this._a("borderTypeContentPaddingLeft", this.i.th.c);
23411
+ this.i.th.left = +v;
23412
+ this._a("borderTypeContentPaddingLeft", this.i.th.left);
23407
23413
  this.i.th = this.i.th;
23408
23414
  },
23409
23415
  enumerable: true,
@@ -23411,12 +23417,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23411
23417
  });
23412
23418
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingRight", {
23413
23419
  get: function () {
23414
- return this.i.th ? this.i.th.d : NaN;
23420
+ return this.i.th ? this.i.th.right : NaN;
23415
23421
  },
23416
23422
  set: function (v) {
23417
23423
  this.ensureBorderTypeContentPadding();
23418
- this.i.th.d = +v;
23419
- this._a("borderTypeContentPaddingRight", this.i.th.d);
23424
+ this.i.th.right = +v;
23425
+ this._a("borderTypeContentPaddingRight", this.i.th.right);
23420
23426
  this.i.th = this.i.th;
23421
23427
  },
23422
23428
  enumerable: true,
@@ -23424,12 +23430,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23424
23430
  });
23425
23431
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingTop", {
23426
23432
  get: function () {
23427
- return this.i.th ? this.i.th.e : NaN;
23433
+ return this.i.th ? this.i.th.top : NaN;
23428
23434
  },
23429
23435
  set: function (v) {
23430
23436
  this.ensureBorderTypeContentPadding();
23431
- this.i.th.e = +v;
23432
- this._a("borderTypeContentPaddingTop", this.i.th.e);
23437
+ this.i.th.top = +v;
23438
+ this._a("borderTypeContentPaddingTop", this.i.th.top);
23433
23439
  this.i.th = this.i.th;
23434
23440
  },
23435
23441
  enumerable: true,
@@ -23739,12 +23745,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23739
23745
  };
23740
23746
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingBottom", {
23741
23747
  get: function () {
23742
- return this.i.t1 ? this.i.t1.b : NaN;
23748
+ return this.i.t1 ? this.i.t1.bottom : NaN;
23743
23749
  },
23744
23750
  set: function (v) {
23745
23751
  this.ensureSearchTypeContentPadding();
23746
- this.i.t1.b = +v;
23747
- this._a("searchTypeContentPaddingBottom", this.i.t1.b);
23752
+ this.i.t1.bottom = +v;
23753
+ this._a("searchTypeContentPaddingBottom", this.i.t1.bottom);
23748
23754
  this.i.t1 = this.i.t1;
23749
23755
  },
23750
23756
  enumerable: true,
@@ -23752,12 +23758,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23752
23758
  });
23753
23759
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingLeft", {
23754
23760
  get: function () {
23755
- return this.i.t1 ? this.i.t1.c : NaN;
23761
+ return this.i.t1 ? this.i.t1.left : NaN;
23756
23762
  },
23757
23763
  set: function (v) {
23758
23764
  this.ensureSearchTypeContentPadding();
23759
- this.i.t1.c = +v;
23760
- this._a("searchTypeContentPaddingLeft", this.i.t1.c);
23765
+ this.i.t1.left = +v;
23766
+ this._a("searchTypeContentPaddingLeft", this.i.t1.left);
23761
23767
  this.i.t1 = this.i.t1;
23762
23768
  },
23763
23769
  enumerable: true,
@@ -23765,12 +23771,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23765
23771
  });
23766
23772
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingRight", {
23767
23773
  get: function () {
23768
- return this.i.t1 ? this.i.t1.d : NaN;
23774
+ return this.i.t1 ? this.i.t1.right : NaN;
23769
23775
  },
23770
23776
  set: function (v) {
23771
23777
  this.ensureSearchTypeContentPadding();
23772
- this.i.t1.d = +v;
23773
- this._a("searchTypeContentPaddingRight", this.i.t1.d);
23778
+ this.i.t1.right = +v;
23779
+ this._a("searchTypeContentPaddingRight", this.i.t1.right);
23774
23780
  this.i.t1 = this.i.t1;
23775
23781
  },
23776
23782
  enumerable: true,
@@ -23778,12 +23784,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23778
23784
  });
23779
23785
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingTop", {
23780
23786
  get: function () {
23781
- return this.i.t1 ? this.i.t1.e : NaN;
23787
+ return this.i.t1 ? this.i.t1.top : NaN;
23782
23788
  },
23783
23789
  set: function (v) {
23784
23790
  this.ensureSearchTypeContentPadding();
23785
- this.i.t1.e = +v;
23786
- this._a("searchTypeContentPaddingTop", this.i.t1.e);
23791
+ this.i.t1.top = +v;
23792
+ this._a("searchTypeContentPaddingTop", this.i.t1.top);
23787
23793
  this.i.t1 = this.i.t1;
23788
23794
  },
23789
23795
  enumerable: true,
@@ -24491,6 +24497,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
24491
24497
  this.g = this.d.createElement("div");
24492
24498
  this.g.setAttribute("aria-hidden", "true");
24493
24499
  this.f = this.d.createElement("div");
24500
+ this.g.setStyleProperty("padding-right", "2px");
24494
24501
  this.i = this.d.createElement("div");
24495
24502
  this.i.setAttribute("aria-hidden", "true");
24496
24503
  this.h = this.d.createElement("div");
@@ -24626,6 +24633,9 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
24626
24633
  return this.e;
24627
24634
  };
24628
24635
  DatePickerView.prototype.y = function (a) {
24636
+ if (this.b.aq == true) {
24637
+ return;
24638
+ }
24629
24639
  this.b.cb();
24630
24640
  if (this.f != null) {
24631
24641
  this.f.hide();
@@ -24721,7 +24731,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
24721
24731
  _this.az = dateMinValue();
24722
24732
  _this.ay = dateMinValue();
24723
24733
  _this.a9 = "";
24724
- _this.c9 = BrushUtil.g(255, 24, 29, 31);
24734
+ _this.da = BrushUtil.g(255, 24, 29, 31);
24725
24735
  _this.z = null;
24726
24736
  _this.bb = "";
24727
24737
  _this.aw = dateMinValue();
@@ -24729,8 +24739,8 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
24729
24739
  _this.x = 2;
24730
24740
  _this.v = 1;
24731
24741
  _this.aa = null;
24732
- _this.da = BrushUtil.g(255, 24, 29, 31);
24733
- _this.c8 = BrushUtil.g(255, 163, 172, 184);
24742
+ _this.db = BrushUtil.g(255, 24, 29, 31);
24743
+ _this.c9 = BrushUtil.g(255, 163, 172, 184);
24734
24744
  _this.ak = true;
24735
24745
  _this.al = false;
24736
24746
  _this.ag = true;
@@ -24758,7 +24768,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
24758
24768
  this.ah = true;
24759
24769
  this.cc();
24760
24770
  }
24761
- this.c3();
24771
+ this.c4();
24762
24772
  if (this.selectedValueChanged != null) {
24763
24773
  this.selectedValueChanged(this, ((function () {
24764
24774
  var $ret = new SelectedValueChangedEventArgs();
@@ -24784,6 +24794,9 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
24784
24794
  DatePicker.prototype.provideContainer = function (a) {
24785
24795
  this.h.af(a);
24786
24796
  };
24797
+ DatePicker.prototype.setName = function (a) {
24798
+ this.o.e = a;
24799
+ };
24787
24800
  Object.defineProperty(DatePicker.prototype, "af", {
24788
24801
  get: function () {
24789
24802
  if (this.ae == null) {
@@ -24838,14 +24851,14 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
24838
24851
  enumerable: true,
24839
24852
  configurable: true
24840
24853
  });
24841
- Object.defineProperty(DatePicker.prototype, "dc", {
24854
+ Object.defineProperty(DatePicker.prototype, "dd", {
24842
24855
  get: function () {
24843
- return this.c9;
24856
+ return this.da;
24844
24857
  },
24845
24858
  set: function (a) {
24846
- var b = this.c9;
24847
- this.c9 = a;
24848
- if (b != this.c9) {
24859
+ var b = this.da;
24860
+ this.da = a;
24861
+ if (b != this.da) {
24849
24862
  this.cu("LabelTextColor", b, a);
24850
24863
  }
24851
24864
  },
@@ -24950,29 +24963,29 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
24950
24963
  enumerable: true,
24951
24964
  configurable: true
24952
24965
  });
24953
- Object.defineProperty(DatePicker.prototype, "dd", {
24966
+ Object.defineProperty(DatePicker.prototype, "de", {
24954
24967
  get: function () {
24955
- return this.da;
24968
+ return this.db;
24956
24969
  },
24957
24970
  set: function (a) {
24958
- var b = this.da;
24959
- this.da = a;
24960
- if (b != this.da) {
24961
- this.cu("TextColor", b, this.da);
24971
+ var b = this.db;
24972
+ this.db = a;
24973
+ if (b != this.db) {
24974
+ this.cu("TextColor", b, this.db);
24962
24975
  }
24963
24976
  },
24964
24977
  enumerable: true,
24965
24978
  configurable: true
24966
24979
  });
24967
- Object.defineProperty(DatePicker.prototype, "db", {
24980
+ Object.defineProperty(DatePicker.prototype, "dc", {
24968
24981
  get: function () {
24969
- return this.c8;
24982
+ return this.c9;
24970
24983
  },
24971
24984
  set: function (a) {
24972
- var b = this.c8;
24973
- this.c8 = a;
24974
- if (b != this.c8) {
24975
- this.cu("IconColor", b, this.c8);
24985
+ var b = this.c9;
24986
+ this.c9 = a;
24987
+ if (b != this.c9) {
24988
+ this.cu("IconColor", b, this.c9);
24976
24989
  }
24977
24990
  },
24978
24991
  enumerable: true,
@@ -25130,7 +25143,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25130
25143
  this.c0();
25131
25144
  break;
25132
25145
  case "BaseTheme":
25133
- this.c1();
25146
+ this.c2();
25134
25147
  break;
25135
25148
  case "Value":
25136
25149
  if (+(this.value) != +(dateMinValue())) {
@@ -25198,7 +25211,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25198
25211
  }
25199
25212
  break;
25200
25213
  case "TextStyle":
25201
- this.c4();
25214
+ this.c5();
25202
25215
  break;
25203
25216
  case "ShowClearButton":
25204
25217
  if (this.o != null) {
@@ -25211,7 +25224,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25211
25224
  case "LabelTextStyle":
25212
25225
  case "TextColor":
25213
25226
  case "IconColor":
25214
- this.c5();
25227
+ this.c6();
25215
25228
  break;
25216
25229
  case "ShowTodayButton":
25217
25230
  if (this.c != null) {
@@ -25226,11 +25239,11 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25226
25239
  case "OpenOnFocus": break;
25227
25240
  case "DateFormat":
25228
25241
  this.a.k(this.e);
25229
- this.c3();
25242
+ this.c4();
25230
25243
  break;
25231
25244
  case "FormatString":
25232
25245
  this.ca();
25233
- this.c3();
25246
+ this.c4();
25234
25247
  break;
25235
25248
  case "FirstDayOfWeek":
25236
25249
  if (this.c != null) {
@@ -25346,26 +25359,26 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25346
25359
  }
25347
25360
  }
25348
25361
  };
25349
- DatePicker.prototype.c5 = function () {
25362
+ DatePicker.prototype.c6 = function () {
25350
25363
  if (this.o != null) {
25351
- this.o.dy = this.dd;
25364
+ this.o.dy = this.de;
25352
25365
  }
25353
25366
  if (this.m != null) {
25354
- this.m.fill = this.db;
25367
+ this.m.fill = this.dc;
25355
25368
  }
25356
25369
  if (this.n != null) {
25357
- this.n.fill = this.db;
25370
+ this.n.fill = this.dc;
25358
25371
  }
25359
25372
  if (this.r != null) {
25360
- this.r.df = this.dc;
25373
+ this.r.df = this.dd;
25361
25374
  this.r.y = this.ac;
25362
25375
  }
25363
25376
  };
25364
- DatePicker.prototype.c2 = function () {
25377
+ DatePicker.prototype.c3 = function () {
25365
25378
  if (this.q != null) {
25366
25379
  }
25367
25380
  };
25368
- DatePicker.prototype.c4 = function () {
25381
+ DatePicker.prototype.c5 = function () {
25369
25382
  if (this.aa != null) {
25370
25383
  this.o.ac = this.aa;
25371
25384
  }
@@ -25378,7 +25391,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25378
25391
  this.q.n = this.y;
25379
25392
  this.r = new XLabel();
25380
25393
  this.h.al(this.r);
25381
- this.r.df = this.dc;
25394
+ this.r.df = this.dd;
25382
25395
  this.r.y = this.ac;
25383
25396
  this.q.appendContentChild(this.h.u());
25384
25397
  if (this.bs != null && this.bs != "") {
@@ -25392,7 +25405,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25392
25405
  this.o.ac = this.aa;
25393
25406
  }
25394
25407
  this.o.disabled = !this.ap;
25395
- this.o.dy = this.dd;
25408
+ this.o.dy = this.de;
25396
25409
  this.q.appendContentChild(this.h.t());
25397
25410
  this.q.inputs.add(this.o);
25398
25411
  this.o.cb = this.bz;
@@ -25408,17 +25421,17 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25408
25421
  this.m = new XIcon();
25409
25422
  this.h.ai(this.m, this.h.p());
25410
25423
  this.m.svgPath = DatePicker.bh;
25411
- this.m.fill = this.db;
25424
+ this.m.fill = this.dc;
25412
25425
  d.appendContentChild(this.h.p());
25413
25426
  this.q.appendContentChild(this.h.q());
25414
25427
  this.q.inputs.add(d);
25415
- this.c3();
25428
+ this.c4();
25416
25429
  var e = new XSuffix();
25417
25430
  this.h.an(e, this.h.s());
25418
25431
  this.n = new XIcon();
25419
25432
  this.h.ai(this.n, this.h.r());
25420
25433
  this.n.svgPath = DatePicker.bg;
25421
- this.n.fill = this.db;
25434
+ this.n.fill = this.dc;
25422
25435
  e.appendContentChild(this.h.r());
25423
25436
  this.q.appendContentChild(this.h.s());
25424
25437
  this.q.inputs.add(e);
@@ -25434,7 +25447,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25434
25447
  case 9:
25435
25448
  this.an = true;
25436
25449
  if (!this.ao) {
25437
- this.c7(this.o.cj);
25450
+ this.c8(this.o.cj);
25438
25451
  }
25439
25452
  this.ah = true;
25440
25453
  this.cc();
@@ -25443,7 +25456,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25443
25456
  case 13:
25444
25457
  this.an = true;
25445
25458
  if (!this.ao) {
25446
- this.c7(this.o.cj);
25459
+ this.c8(this.o.cj);
25447
25460
  }
25448
25461
  this.ah = true;
25449
25462
  this.cc();
@@ -25473,10 +25486,10 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25473
25486
  };
25474
25487
  DatePicker.prototype.ck = function (a, b) {
25475
25488
  this.ao = true;
25476
- this.c7(b.value);
25489
+ this.c8(b.value);
25477
25490
  this.ao = false;
25478
25491
  };
25479
- DatePicker.prototype.c7 = function (a) {
25492
+ DatePicker.prototype.c8 = function (a) {
25480
25493
  var b = ['/', '-', ' ', '.', ','];
25481
25494
  var c = stringSplit(a, b, 1);
25482
25495
  var d = 0;
@@ -25595,10 +25608,10 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25595
25608
  var ah = Base.compareSimple(ag, this.a1);
25596
25609
  var ai = Base.compareSimple(ag, this.a0);
25597
25610
  if (ah < 0 || ai > 0) {
25598
- this.c3();
25611
+ this.c4();
25599
25612
  }
25600
25613
  else {
25601
- this.c6(ag);
25614
+ this.c7(ag);
25602
25615
  this.h.ao();
25603
25616
  }
25604
25617
  }
@@ -25607,15 +25620,15 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25607
25620
  this.cb();
25608
25621
  }
25609
25622
  else {
25610
- this.c3();
25623
+ this.c4();
25611
25624
  }
25612
25625
  }
25613
25626
  };
25614
- DatePicker.prototype.c6 = function (a) {
25627
+ DatePicker.prototype.c7 = function (a) {
25615
25628
  var b = this.value;
25616
25629
  this.value = a;
25617
25630
  };
25618
- DatePicker.prototype.c3 = function () {
25631
+ DatePicker.prototype.c4 = function () {
25619
25632
  if (this.o != null) {
25620
25633
  if (+(this.az) != +(dateMinValue())) {
25621
25634
  var a = "";
@@ -25805,6 +25818,9 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25805
25818
  }
25806
25819
  };
25807
25820
  DatePicker.prototype.cb = function () {
25821
+ if (this.aq == true) {
25822
+ return;
25823
+ }
25808
25824
  if (this.o != null) {
25809
25825
  this.o.cj = "";
25810
25826
  }
@@ -25943,7 +25959,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25943
25959
  var a = new LostFocusEventArgs();
25944
25960
  this.ct(a);
25945
25961
  };
25946
- DatePicker.prototype.c1 = function () {
25962
+ DatePicker.prototype.c2 = function () {
25947
25963
  };
25948
25964
  DatePicker.prototype.c0 = function () {
25949
25965
  };
@@ -26191,6 +26207,12 @@ var IgcDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26191
26207
  IgcDatePickerComponent.prototype.afterContentInit = function () {
26192
26208
  this.i.notifySizeChanged();
26193
26209
  };
26210
+ IgcDatePickerComponent.prototype.attributeSynced = function (name, value) {
26211
+ // an attribute was set by the component renderer.
26212
+ if (name === 'name') {
26213
+ this.i.setName(value);
26214
+ }
26215
+ };
26194
26216
  Object.defineProperty(IgcDatePickerComponent.prototype, "i", {
26195
26217
  /**
26196
26218
  * @hidden
@@ -26318,11 +26340,11 @@ var IgcDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26318
26340
  * Gets or sets the color to use for the text.
26319
26341
  */
26320
26342
  get: function () {
26321
- return brushToString(this.i.dc);
26343
+ return brushToString(this.i.dd);
26322
26344
  },
26323
26345
  set: function (v) {
26324
- this.i.dc = stringToBrush(v);
26325
- this._a("labelTextColor", brushToString(this.i.dc));
26346
+ this.i.dd = stringToBrush(v);
26347
+ this._a("labelTextColor", brushToString(this.i.dd));
26326
26348
  },
26327
26349
  enumerable: true,
26328
26350
  configurable: true
@@ -26437,11 +26459,11 @@ var IgcDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26437
26459
  * Gets or Sets the text color
26438
26460
  */
26439
26461
  get: function () {
26440
- return brushToString(this.i.dd);
26462
+ return brushToString(this.i.de);
26441
26463
  },
26442
26464
  set: function (v) {
26443
- this.i.dd = stringToBrush(v);
26444
- this._a("textColor", brushToString(this.i.dd));
26465
+ this.i.de = stringToBrush(v);
26466
+ this._a("textColor", brushToString(this.i.de));
26445
26467
  },
26446
26468
  enumerable: true,
26447
26469
  configurable: true
@@ -26451,11 +26473,11 @@ var IgcDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26451
26473
  * Gets or Sets the text color
26452
26474
  */
26453
26475
  get: function () {
26454
- return brushToString(this.i.db);
26476
+ return brushToString(this.i.dc);
26455
26477
  },
26456
26478
  set: function (v) {
26457
- this.i.db = stringToBrush(v);
26458
- this._a("iconColor", brushToString(this.i.db));
26479
+ this.i.dc = stringToBrush(v);
26480
+ this._a("iconColor", brushToString(this.i.dc));
26459
26481
  },
26460
26482
  enumerable: true,
26461
26483
  configurable: true
@@ -27139,7 +27161,7 @@ var CheckboxView = /** @class */ /*@__PURE__*/ (function (_super) {
27139
27161
  d.append(h);
27140
27162
  var l = this.l.createElement("span");
27141
27163
  l.addClass("ig-checkbox-label");
27142
- l.setStyleProperty("font-family", "'Segoe UI', Verdana");
27164
+ l.setStyleProperty("font-family", "Verdana");
27143
27165
  l.setStyleProperty("font-weight", "400");
27144
27166
  l.setStyleProperty("font-size", "1rem");
27145
27167
  l.setStyleProperty("letter-spacing", ".00937rem");