igniteui-webcomponents-inputs 1.4.2 → 3.2.2

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.
@@ -1371,7 +1371,7 @@
1371
1371
  this.n.append(d);
1372
1372
  var h = this.k.createElement("div");
1373
1373
  h.addClass("ig-button-content");
1374
- h.setStyleProperty("font-family", "'Segoe UI', Verdana");
1374
+ h.setStyleProperty("font-family", "Verdana");
1375
1375
  h.setStyleProperty("font-weight", "400");
1376
1376
  h.setStyleProperty("font-size", ".875rem");
1377
1377
  h.setStyleProperty("cursor", "pointer");
@@ -9402,7 +9402,7 @@
9402
9402
  c.setStyleProperty("border-color", "rgb(163, 172, 184)");
9403
9403
  var d = this.m.createElement("span");
9404
9404
  d.setAttribute("aria-hidden", "true");
9405
- d.setStyleProperty("font", "14px \"Segoe UI\", Verdana");
9405
+ d.setStyleProperty("font", "14px Verdana");
9406
9406
  d.setStyleProperty("color", "rgb(24, 29, 31)");
9407
9407
  c.append(d);
9408
9408
  this.i.add(d);
@@ -9492,7 +9492,7 @@
9492
9492
  l.setStyleProperty("vertical-align", "middle");
9493
9493
  l.setStyleProperty("width", "12%");
9494
9494
  var m = this.m.createElement("span");
9495
- m.setStyleProperty("font", "16px \"Segoe UI\", Verdana");
9495
+ m.setStyleProperty("font", "16px Verdana");
9496
9496
  m.setStyleProperty("color", "rgb(24, 29, 31)");
9497
9497
  l.append(m);
9498
9498
  this.e.add(m);
@@ -13128,7 +13128,7 @@
13128
13128
  a.l("actualBorderColor : " + this.b.serialize() + ", ");
13129
13129
  a.l("actualBorderWidth : " + this.o + ", ");
13130
13130
  a.l("actualFocusBorderWidth : " + this.p + ", ");
13131
- a.l("actualContentPadding : { left: " + this.aa.c + ",top: " + this.aa.e + ",right: " + this.aa.d + ",bottom: " + this.aa.b + "},");
13131
+ a.l("actualContentPadding : { left: " + this.aa.left + ",top: " + this.aa.top + ",right: " + this.aa.right + ",bottom: " + this.aa.bottom + "},");
13132
13132
  a.l("actualUnderlineWidth : " + this.x + ", ");
13133
13133
  a.l("actualUnderlineRippleWidth : " + this.w + ", ");
13134
13134
  a.l("actualBackgroundColor : " + this.a.serialize() + ", ");
@@ -14319,7 +14319,7 @@
14319
14319
  igniteuiWebcomponentsCore.NativeUI.o(this.k.rootWrapper, this.c.cz);
14320
14320
  c.setStyleProperty("outline-style", "none");
14321
14321
  c.setStyleProperty("box-shadow", "none");
14322
- c.setStyleProperty("font-family", "'Segoe UI', Verdana");
14322
+ c.setStyleProperty("font-family", "Verdana");
14323
14323
  c.setStyleProperty("font-size", "1rem");
14324
14324
  this.l = c;
14325
14325
  this.k.append(this.l);
@@ -14514,7 +14514,7 @@
14514
14514
  enumerable: true,
14515
14515
  configurable: true
14516
14516
  });
14517
- Object.defineProperty(InputView.prototype, "a4", {
14517
+ Object.defineProperty(InputView.prototype, "a5", {
14518
14518
  get: function () {
14519
14519
  return null;
14520
14520
  },
@@ -14579,7 +14579,7 @@
14579
14579
  c.setStyleProperty("box-shadow", "none");
14580
14580
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
14581
14581
  c.setStyleProperty("padding-bottom", "0.1875rem");
14582
- c.setStyleProperty("font-family", "'Segoe UI', Verdana");
14582
+ c.setStyleProperty("font-family", "Verdana");
14583
14583
  c.setStyleProperty("font-size", "1rem");
14584
14584
  this.h.add(c.listen("change", igniteuiWebcomponentsCore.runOn(this, this.v)));
14585
14585
  this.h.add(c.listen("input", igniteuiWebcomponentsCore.runOn(this, this.w)));
@@ -14601,7 +14601,7 @@
14601
14601
  this.j.append(this.k);
14602
14602
  this.b.dd();
14603
14603
  };
14604
- InputView.prototype.av = function (a) {
14604
+ InputView.prototype.aw = function (a) {
14605
14605
  if (a) {
14606
14606
  this.k.setAttribute("readonly", a.toString());
14607
14607
  }
@@ -14637,7 +14637,7 @@
14637
14637
  InputView.prototype.aq = function () {
14638
14638
  this.k.setAttribute("placeholder", this.b.cb);
14639
14639
  };
14640
- InputView.prototype.a0 = function () {
14640
+ InputView.prototype.a1 = function () {
14641
14641
  switch (this.b.w) {
14642
14642
  case 1:
14643
14643
  this.k.setStyleProperty("height", "2rem");
@@ -14653,7 +14653,7 @@
14653
14653
  break;
14654
14654
  }
14655
14655
  };
14656
- InputView.prototype.az = function () {
14656
+ InputView.prototype.a0 = function () {
14657
14657
  var _this = this;
14658
14658
  var a = new igniteuiWebcomponentsCore.TransformGroup();
14659
14659
  a.j.add(((function () {
@@ -14678,6 +14678,9 @@
14678
14678
  InputView.prototype.at = function (a) {
14679
14679
  this.k.setProperty("value", a);
14680
14680
  };
14681
+ InputView.prototype.av = function (a) {
14682
+ this.k.setAttribute("name", a);
14683
+ };
14681
14684
  InputView.prototype.u = function (a) {
14682
14685
  this.b.cr();
14683
14686
  };
@@ -14685,20 +14688,20 @@
14685
14688
  this.b.cz();
14686
14689
  };
14687
14690
  InputView.prototype.af = function (a) {
14688
- var b = this.a3(a);
14691
+ var b = this.a4(a);
14689
14692
  this.b.c5(b);
14690
14693
  if (b.handled) {
14691
14694
  a.preventDefault();
14692
14695
  }
14693
14696
  };
14694
14697
  InputView.prototype.ag = function (a) {
14695
- var b = this.a3(a);
14698
+ var b = this.a4(a);
14696
14699
  this.b.c8(b);
14697
14700
  if (b.handled) {
14698
14701
  a.preventDefault();
14699
14702
  }
14700
14703
  };
14701
- InputView.prototype.a3 = function (a) {
14704
+ InputView.prototype.a4 = function (a) {
14702
14705
  var b = new igniteuiWebcomponentsCore.MouseButtonEventArgs();
14703
14706
  b.position = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.offsetX, y: a.offsetY };
14704
14707
  return b;
@@ -14730,7 +14733,7 @@
14730
14733
  InputView.prototype.aa = function (a) {
14731
14734
  this.b.cy();
14732
14735
  };
14733
- InputView.prototype.a1 = function (a) {
14736
+ InputView.prototype.a2 = function (a) {
14734
14737
  if (this.p != a) {
14735
14738
  this.p = a;
14736
14739
  if (this.l != null) {
@@ -14751,10 +14754,10 @@
14751
14754
  var a = this.k.getProperty("selectionEnd");
14752
14755
  return igniteuiWebcomponentsCore.typeGetValue(a);
14753
14756
  };
14754
- InputView.prototype.ay = function (a) {
14757
+ InputView.prototype.az = function (a) {
14755
14758
  this.k.setProperty("selectionStart", a);
14756
14759
  };
14757
- InputView.prototype.aw = function (a) {
14760
+ InputView.prototype.ax = function (a) {
14758
14761
  this.k.setProperty("selectionEnd", a);
14759
14762
  };
14760
14763
  InputView.prototype.ap = function () {
@@ -14808,7 +14811,7 @@
14808
14811
  }
14809
14812
  this.h.clear();
14810
14813
  };
14811
- InputView.prototype.a2 = function (a) {
14814
+ InputView.prototype.a3 = function (a) {
14812
14815
  if (a != null) {
14813
14816
  this.k.setStyleProperty("font", a.fontString);
14814
14817
  }
@@ -14830,7 +14833,7 @@
14830
14833
  nativeInput_.getNativeElement().select();
14831
14834
  }
14832
14835
  };
14833
- InputView.prototype.ax = function (a, b) {
14836
+ InputView.prototype.ay = function (a, b) {
14834
14837
  if (this.k != null) {
14835
14838
  var c = this.k.getNativeElement();
14836
14839
  c.setSelectionRange(a, b);
@@ -15802,7 +15805,7 @@
15802
15805
  return new igniteuiWebcomponentsCore.CornerRadius(1, !igniteuiWebcomponentsCore.isNaN_(a.c) ? a.c : b.c, !igniteuiWebcomponentsCore.isNaN_(a.d) ? a.d : b.d, !igniteuiWebcomponentsCore.isNaN_(a.b) ? a.b : b.b, !igniteuiWebcomponentsCore.isNaN_(a.a) ? a.a : b.a);
15803
15806
  };
15804
15807
  XInputGroup.tj = function (a, b) {
15805
- return new igniteuiWebcomponentsCore.Thickness(1, !igniteuiWebcomponentsCore.isNaN_(a.c) ? a.c : b.c, !igniteuiWebcomponentsCore.isNaN_(a.e) ? a.e : b.e, !igniteuiWebcomponentsCore.isNaN_(a.d) ? a.d : b.d, !igniteuiWebcomponentsCore.isNaN_(a.b) ? a.b : b.b);
15808
+ return new igniteuiWebcomponentsCore.Thickness(1, !igniteuiWebcomponentsCore.isNaN_(a.left) ? a.left : b.left, !igniteuiWebcomponentsCore.isNaN_(a.top) ? a.top : b.top, !igniteuiWebcomponentsCore.isNaN_(a.right) ? a.right : b.right, !igniteuiWebcomponentsCore.isNaN_(a.bottom) ? a.bottom : b.bottom);
15806
15809
  };
15807
15810
  XInputGroup.prototype.mq = function () {
15808
15811
  var _this = this;
@@ -16032,7 +16035,7 @@
16032
16035
  configurable: true
16033
16036
  });
16034
16037
  XInputGroup.prototype.onChildrenMutated = function () {
16035
- this.l3(function (a) { return a.view.az(); });
16038
+ this.l3(function (a) { return a.view.a0(); });
16036
16039
  this.l4(function (a) { return a.view.af(); });
16037
16040
  this.l5(function (a) { return a.view.q(); });
16038
16041
  this.l6(function (a) { return a.view.q(); });
@@ -17986,7 +17989,7 @@
17986
17989
  this.view.ag();
17987
17990
  };
17988
17991
  XInputGroup.prototype.ensureShift = function () {
17989
- this.l3(function (a) { return a.view.az(); });
17992
+ this.l3(function (a) { return a.view.a0(); });
17990
17993
  this.l4(function (a) { return a.view.af(); });
17991
17994
  this.l5(function (a) { return a.view.q(); });
17992
17995
  this.l6(function (a) { return a.view.q(); });
@@ -19176,7 +19179,7 @@
19176
19179
  _this.view = a;
19177
19180
  _this.view.ao();
19178
19181
  XInput.ab = new igniteuiWebcomponentsCore.FontInfo();
19179
- XInput.ab.n = "'Segoe UI', Verdana";
19182
+ XInput.ab.n = "Verdana";
19180
19183
  return _this;
19181
19184
  }
19182
19185
  Object.defineProperty(XInput.prototype, "view", {
@@ -19300,12 +19303,15 @@
19300
19303
  }
19301
19304
  }
19302
19305
  break;
19306
+ case "Name":
19307
+ this.view.av(this.e);
19308
+ break;
19303
19309
  case "Density":
19304
19310
  this.w = this.x == 0 ? 1 : this.x;
19305
19311
  break;
19306
19312
  case "ActualDensity":
19313
+ this.view.a1();
19307
19314
  this.view.a0();
19308
- this.view.az();
19309
19315
  break;
19310
19316
  case "InputGroup":
19311
19317
  this.c0();
@@ -19331,7 +19337,7 @@
19331
19337
  this.view.au(this.aj);
19332
19338
  break;
19333
19339
  case "IsReadOnly":
19334
- this.view.av(this.al);
19340
+ this.view.aw(this.al);
19335
19341
  break;
19336
19342
  }
19337
19343
  };
@@ -19342,10 +19348,10 @@
19342
19348
  this.view.as();
19343
19349
  };
19344
19350
  XInput.prototype.db = function () {
19345
- this.view.az();
19351
+ this.view.a0();
19346
19352
  };
19347
19353
  XInput.prototype.c0 = function () {
19348
- this.view.az();
19354
+ this.view.a0();
19349
19355
  };
19350
19356
  XInput.prototype.dm = function () {
19351
19357
  this.du = this.dy != null ? this.dy : XInput.dw;
@@ -19354,7 +19360,7 @@
19354
19360
  };
19355
19361
  XInput.prototype.dl = function () {
19356
19362
  if (this.aa != null) {
19357
- this.view.a2(this.aa);
19363
+ this.view.a3(this.aa);
19358
19364
  }
19359
19365
  igniteuiWebcomponentsCore.NativeUI.o(this.view.o, this.du);
19360
19366
  };
@@ -19814,7 +19820,7 @@
19814
19820
  return a;
19815
19821
  };
19816
19822
  XInput.prototype.di = function (a, b) {
19817
- this.view.ax(a, b);
19823
+ this.view.ay(a, b);
19818
19824
  };
19819
19825
  XInput.prototype.provideContainer = function (a) {
19820
19826
  this.view.al(a);
@@ -19891,7 +19897,7 @@
19891
19897
  return this.a7();
19892
19898
  },
19893
19899
  set: function (a) {
19894
- this.view.ay(a);
19900
+ this.view.az(a);
19895
19901
  },
19896
19902
  enumerable: true,
19897
19903
  configurable: true
@@ -19901,7 +19907,7 @@
19901
19907
  return this.a6();
19902
19908
  },
19903
19909
  set: function (a) {
19904
- this.view.aw(a);
19910
+ this.view.ax(a);
19905
19911
  },
19906
19912
  enumerable: true,
19907
19913
  configurable: true
@@ -21985,12 +21991,12 @@
21985
21991
  };
21986
21992
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingBottom", {
21987
21993
  get: function () {
21988
- return this.i.tg ? this.i.tg.b : NaN;
21994
+ return this.i.tg ? this.i.tg.bottom : NaN;
21989
21995
  },
21990
21996
  set: function (v) {
21991
21997
  this.ensureActualContentPadding();
21992
- this.i.tg.b = +v;
21993
- this._a("actualContentPaddingBottom", this.i.tg.b);
21998
+ this.i.tg.bottom = +v;
21999
+ this._a("actualContentPaddingBottom", this.i.tg.bottom);
21994
22000
  this.i.tg = this.i.tg;
21995
22001
  },
21996
22002
  enumerable: true,
@@ -21998,12 +22004,12 @@
21998
22004
  });
21999
22005
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingLeft", {
22000
22006
  get: function () {
22001
- return this.i.tg ? this.i.tg.c : NaN;
22007
+ return this.i.tg ? this.i.tg.left : NaN;
22002
22008
  },
22003
22009
  set: function (v) {
22004
22010
  this.ensureActualContentPadding();
22005
- this.i.tg.c = +v;
22006
- this._a("actualContentPaddingLeft", this.i.tg.c);
22011
+ this.i.tg.left = +v;
22012
+ this._a("actualContentPaddingLeft", this.i.tg.left);
22007
22013
  this.i.tg = this.i.tg;
22008
22014
  },
22009
22015
  enumerable: true,
@@ -22011,12 +22017,12 @@
22011
22017
  });
22012
22018
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingRight", {
22013
22019
  get: function () {
22014
- return this.i.tg ? this.i.tg.d : NaN;
22020
+ return this.i.tg ? this.i.tg.right : NaN;
22015
22021
  },
22016
22022
  set: function (v) {
22017
22023
  this.ensureActualContentPadding();
22018
- this.i.tg.d = +v;
22019
- this._a("actualContentPaddingRight", this.i.tg.d);
22024
+ this.i.tg.right = +v;
22025
+ this._a("actualContentPaddingRight", this.i.tg.right);
22020
22026
  this.i.tg = this.i.tg;
22021
22027
  },
22022
22028
  enumerable: true,
@@ -22024,12 +22030,12 @@
22024
22030
  });
22025
22031
  Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingTop", {
22026
22032
  get: function () {
22027
- return this.i.tg ? this.i.tg.e : NaN;
22033
+ return this.i.tg ? this.i.tg.top : NaN;
22028
22034
  },
22029
22035
  set: function (v) {
22030
22036
  this.ensureActualContentPadding();
22031
- this.i.tg.e = +v;
22032
- this._a("actualContentPaddingTop", this.i.tg.e);
22037
+ this.i.tg.top = +v;
22038
+ this._a("actualContentPaddingTop", this.i.tg.top);
22033
22039
  this.i.tg = this.i.tg;
22034
22040
  },
22035
22041
  enumerable: true,
@@ -22325,12 +22331,12 @@
22325
22331
  };
22326
22332
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingBottom", {
22327
22333
  get: function () {
22328
- return this.i.tk ? this.i.tk.b : NaN;
22334
+ return this.i.tk ? this.i.tk.bottom : NaN;
22329
22335
  },
22330
22336
  set: function (v) {
22331
22337
  this.ensureContentPadding();
22332
- this.i.tk.b = +v;
22333
- this._a("contentPaddingBottom", this.i.tk.b);
22338
+ this.i.tk.bottom = +v;
22339
+ this._a("contentPaddingBottom", this.i.tk.bottom);
22334
22340
  this.i.tk = this.i.tk;
22335
22341
  },
22336
22342
  enumerable: true,
@@ -22338,12 +22344,12 @@
22338
22344
  });
22339
22345
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingLeft", {
22340
22346
  get: function () {
22341
- return this.i.tk ? this.i.tk.c : NaN;
22347
+ return this.i.tk ? this.i.tk.left : NaN;
22342
22348
  },
22343
22349
  set: function (v) {
22344
22350
  this.ensureContentPadding();
22345
- this.i.tk.c = +v;
22346
- this._a("contentPaddingLeft", this.i.tk.c);
22351
+ this.i.tk.left = +v;
22352
+ this._a("contentPaddingLeft", this.i.tk.left);
22347
22353
  this.i.tk = this.i.tk;
22348
22354
  },
22349
22355
  enumerable: true,
@@ -22351,12 +22357,12 @@
22351
22357
  });
22352
22358
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingRight", {
22353
22359
  get: function () {
22354
- return this.i.tk ? this.i.tk.d : NaN;
22360
+ return this.i.tk ? this.i.tk.right : NaN;
22355
22361
  },
22356
22362
  set: function (v) {
22357
22363
  this.ensureContentPadding();
22358
- this.i.tk.d = +v;
22359
- this._a("contentPaddingRight", this.i.tk.d);
22364
+ this.i.tk.right = +v;
22365
+ this._a("contentPaddingRight", this.i.tk.right);
22360
22366
  this.i.tk = this.i.tk;
22361
22367
  },
22362
22368
  enumerable: true,
@@ -22364,12 +22370,12 @@
22364
22370
  });
22365
22371
  Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingTop", {
22366
22372
  get: function () {
22367
- return this.i.tk ? this.i.tk.e : NaN;
22373
+ return this.i.tk ? this.i.tk.top : NaN;
22368
22374
  },
22369
22375
  set: function (v) {
22370
22376
  this.ensureContentPadding();
22371
- this.i.tk.e = +v;
22372
- this._a("contentPaddingTop", this.i.tk.e);
22377
+ this.i.tk.top = +v;
22378
+ this._a("contentPaddingTop", this.i.tk.top);
22373
22379
  this.i.tk = this.i.tk;
22374
22380
  },
22375
22381
  enumerable: true,
@@ -22679,12 +22685,12 @@
22679
22685
  };
22680
22686
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingBottom", {
22681
22687
  get: function () {
22682
- return this.i.t0 ? this.i.t0.b : NaN;
22688
+ return this.i.t0 ? this.i.t0.bottom : NaN;
22683
22689
  },
22684
22690
  set: function (v) {
22685
22691
  this.ensureLineTypeContentPadding();
22686
- this.i.t0.b = +v;
22687
- this._a("lineTypeContentPaddingBottom", this.i.t0.b);
22692
+ this.i.t0.bottom = +v;
22693
+ this._a("lineTypeContentPaddingBottom", this.i.t0.bottom);
22688
22694
  this.i.t0 = this.i.t0;
22689
22695
  },
22690
22696
  enumerable: true,
@@ -22692,12 +22698,12 @@
22692
22698
  });
22693
22699
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingLeft", {
22694
22700
  get: function () {
22695
- return this.i.t0 ? this.i.t0.c : NaN;
22701
+ return this.i.t0 ? this.i.t0.left : NaN;
22696
22702
  },
22697
22703
  set: function (v) {
22698
22704
  this.ensureLineTypeContentPadding();
22699
- this.i.t0.c = +v;
22700
- this._a("lineTypeContentPaddingLeft", this.i.t0.c);
22705
+ this.i.t0.left = +v;
22706
+ this._a("lineTypeContentPaddingLeft", this.i.t0.left);
22701
22707
  this.i.t0 = this.i.t0;
22702
22708
  },
22703
22709
  enumerable: true,
@@ -22705,12 +22711,12 @@
22705
22711
  });
22706
22712
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingRight", {
22707
22713
  get: function () {
22708
- return this.i.t0 ? this.i.t0.d : NaN;
22714
+ return this.i.t0 ? this.i.t0.right : NaN;
22709
22715
  },
22710
22716
  set: function (v) {
22711
22717
  this.ensureLineTypeContentPadding();
22712
- this.i.t0.d = +v;
22713
- this._a("lineTypeContentPaddingRight", this.i.t0.d);
22718
+ this.i.t0.right = +v;
22719
+ this._a("lineTypeContentPaddingRight", this.i.t0.right);
22714
22720
  this.i.t0 = this.i.t0;
22715
22721
  },
22716
22722
  enumerable: true,
@@ -22718,12 +22724,12 @@
22718
22724
  });
22719
22725
  Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingTop", {
22720
22726
  get: function () {
22721
- return this.i.t0 ? this.i.t0.e : NaN;
22727
+ return this.i.t0 ? this.i.t0.top : NaN;
22722
22728
  },
22723
22729
  set: function (v) {
22724
22730
  this.ensureLineTypeContentPadding();
22725
- this.i.t0.e = +v;
22726
- this._a("lineTypeContentPaddingTop", this.i.t0.e);
22731
+ this.i.t0.top = +v;
22732
+ this._a("lineTypeContentPaddingTop", this.i.t0.top);
22727
22733
  this.i.t0 = this.i.t0;
22728
22734
  },
22729
22735
  enumerable: true,
@@ -23033,12 +23039,12 @@
23033
23039
  };
23034
23040
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingBottom", {
23035
23041
  get: function () {
23036
- return this.i.ti ? this.i.ti.b : NaN;
23042
+ return this.i.ti ? this.i.ti.bottom : NaN;
23037
23043
  },
23038
23044
  set: function (v) {
23039
23045
  this.ensureBoxTypeContentPadding();
23040
- this.i.ti.b = +v;
23041
- this._a("boxTypeContentPaddingBottom", this.i.ti.b);
23046
+ this.i.ti.bottom = +v;
23047
+ this._a("boxTypeContentPaddingBottom", this.i.ti.bottom);
23042
23048
  this.i.ti = this.i.ti;
23043
23049
  },
23044
23050
  enumerable: true,
@@ -23046,12 +23052,12 @@
23046
23052
  });
23047
23053
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingLeft", {
23048
23054
  get: function () {
23049
- return this.i.ti ? this.i.ti.c : NaN;
23055
+ return this.i.ti ? this.i.ti.left : NaN;
23050
23056
  },
23051
23057
  set: function (v) {
23052
23058
  this.ensureBoxTypeContentPadding();
23053
- this.i.ti.c = +v;
23054
- this._a("boxTypeContentPaddingLeft", this.i.ti.c);
23059
+ this.i.ti.left = +v;
23060
+ this._a("boxTypeContentPaddingLeft", this.i.ti.left);
23055
23061
  this.i.ti = this.i.ti;
23056
23062
  },
23057
23063
  enumerable: true,
@@ -23059,12 +23065,12 @@
23059
23065
  });
23060
23066
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingRight", {
23061
23067
  get: function () {
23062
- return this.i.ti ? this.i.ti.d : NaN;
23068
+ return this.i.ti ? this.i.ti.right : NaN;
23063
23069
  },
23064
23070
  set: function (v) {
23065
23071
  this.ensureBoxTypeContentPadding();
23066
- this.i.ti.d = +v;
23067
- this._a("boxTypeContentPaddingRight", this.i.ti.d);
23072
+ this.i.ti.right = +v;
23073
+ this._a("boxTypeContentPaddingRight", this.i.ti.right);
23068
23074
  this.i.ti = this.i.ti;
23069
23075
  },
23070
23076
  enumerable: true,
@@ -23072,12 +23078,12 @@
23072
23078
  });
23073
23079
  Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingTop", {
23074
23080
  get: function () {
23075
- return this.i.ti ? this.i.ti.e : NaN;
23081
+ return this.i.ti ? this.i.ti.top : NaN;
23076
23082
  },
23077
23083
  set: function (v) {
23078
23084
  this.ensureBoxTypeContentPadding();
23079
- this.i.ti.e = +v;
23080
- this._a("boxTypeContentPaddingTop", this.i.ti.e);
23085
+ this.i.ti.top = +v;
23086
+ this._a("boxTypeContentPaddingTop", this.i.ti.top);
23081
23087
  this.i.ti = this.i.ti;
23082
23088
  },
23083
23089
  enumerable: true,
@@ -23387,12 +23393,12 @@
23387
23393
  };
23388
23394
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingBottom", {
23389
23395
  get: function () {
23390
- return this.i.th ? this.i.th.b : NaN;
23396
+ return this.i.th ? this.i.th.bottom : NaN;
23391
23397
  },
23392
23398
  set: function (v) {
23393
23399
  this.ensureBorderTypeContentPadding();
23394
- this.i.th.b = +v;
23395
- this._a("borderTypeContentPaddingBottom", this.i.th.b);
23400
+ this.i.th.bottom = +v;
23401
+ this._a("borderTypeContentPaddingBottom", this.i.th.bottom);
23396
23402
  this.i.th = this.i.th;
23397
23403
  },
23398
23404
  enumerable: true,
@@ -23400,12 +23406,12 @@
23400
23406
  });
23401
23407
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingLeft", {
23402
23408
  get: function () {
23403
- return this.i.th ? this.i.th.c : NaN;
23409
+ return this.i.th ? this.i.th.left : NaN;
23404
23410
  },
23405
23411
  set: function (v) {
23406
23412
  this.ensureBorderTypeContentPadding();
23407
- this.i.th.c = +v;
23408
- this._a("borderTypeContentPaddingLeft", this.i.th.c);
23413
+ this.i.th.left = +v;
23414
+ this._a("borderTypeContentPaddingLeft", this.i.th.left);
23409
23415
  this.i.th = this.i.th;
23410
23416
  },
23411
23417
  enumerable: true,
@@ -23413,12 +23419,12 @@
23413
23419
  });
23414
23420
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingRight", {
23415
23421
  get: function () {
23416
- return this.i.th ? this.i.th.d : NaN;
23422
+ return this.i.th ? this.i.th.right : NaN;
23417
23423
  },
23418
23424
  set: function (v) {
23419
23425
  this.ensureBorderTypeContentPadding();
23420
- this.i.th.d = +v;
23421
- this._a("borderTypeContentPaddingRight", this.i.th.d);
23426
+ this.i.th.right = +v;
23427
+ this._a("borderTypeContentPaddingRight", this.i.th.right);
23422
23428
  this.i.th = this.i.th;
23423
23429
  },
23424
23430
  enumerable: true,
@@ -23426,12 +23432,12 @@
23426
23432
  });
23427
23433
  Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingTop", {
23428
23434
  get: function () {
23429
- return this.i.th ? this.i.th.e : NaN;
23435
+ return this.i.th ? this.i.th.top : NaN;
23430
23436
  },
23431
23437
  set: function (v) {
23432
23438
  this.ensureBorderTypeContentPadding();
23433
- this.i.th.e = +v;
23434
- this._a("borderTypeContentPaddingTop", this.i.th.e);
23439
+ this.i.th.top = +v;
23440
+ this._a("borderTypeContentPaddingTop", this.i.th.top);
23435
23441
  this.i.th = this.i.th;
23436
23442
  },
23437
23443
  enumerable: true,
@@ -23741,12 +23747,12 @@
23741
23747
  };
23742
23748
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingBottom", {
23743
23749
  get: function () {
23744
- return this.i.t1 ? this.i.t1.b : NaN;
23750
+ return this.i.t1 ? this.i.t1.bottom : NaN;
23745
23751
  },
23746
23752
  set: function (v) {
23747
23753
  this.ensureSearchTypeContentPadding();
23748
- this.i.t1.b = +v;
23749
- this._a("searchTypeContentPaddingBottom", this.i.t1.b);
23754
+ this.i.t1.bottom = +v;
23755
+ this._a("searchTypeContentPaddingBottom", this.i.t1.bottom);
23750
23756
  this.i.t1 = this.i.t1;
23751
23757
  },
23752
23758
  enumerable: true,
@@ -23754,12 +23760,12 @@
23754
23760
  });
23755
23761
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingLeft", {
23756
23762
  get: function () {
23757
- return this.i.t1 ? this.i.t1.c : NaN;
23763
+ return this.i.t1 ? this.i.t1.left : NaN;
23758
23764
  },
23759
23765
  set: function (v) {
23760
23766
  this.ensureSearchTypeContentPadding();
23761
- this.i.t1.c = +v;
23762
- this._a("searchTypeContentPaddingLeft", this.i.t1.c);
23767
+ this.i.t1.left = +v;
23768
+ this._a("searchTypeContentPaddingLeft", this.i.t1.left);
23763
23769
  this.i.t1 = this.i.t1;
23764
23770
  },
23765
23771
  enumerable: true,
@@ -23767,12 +23773,12 @@
23767
23773
  });
23768
23774
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingRight", {
23769
23775
  get: function () {
23770
- return this.i.t1 ? this.i.t1.d : NaN;
23776
+ return this.i.t1 ? this.i.t1.right : NaN;
23771
23777
  },
23772
23778
  set: function (v) {
23773
23779
  this.ensureSearchTypeContentPadding();
23774
- this.i.t1.d = +v;
23775
- this._a("searchTypeContentPaddingRight", this.i.t1.d);
23780
+ this.i.t1.right = +v;
23781
+ this._a("searchTypeContentPaddingRight", this.i.t1.right);
23776
23782
  this.i.t1 = this.i.t1;
23777
23783
  },
23778
23784
  enumerable: true,
@@ -23780,12 +23786,12 @@
23780
23786
  });
23781
23787
  Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingTop", {
23782
23788
  get: function () {
23783
- return this.i.t1 ? this.i.t1.e : NaN;
23789
+ return this.i.t1 ? this.i.t1.top : NaN;
23784
23790
  },
23785
23791
  set: function (v) {
23786
23792
  this.ensureSearchTypeContentPadding();
23787
- this.i.t1.e = +v;
23788
- this._a("searchTypeContentPaddingTop", this.i.t1.e);
23793
+ this.i.t1.top = +v;
23794
+ this._a("searchTypeContentPaddingTop", this.i.t1.top);
23789
23795
  this.i.t1 = this.i.t1;
23790
23796
  },
23791
23797
  enumerable: true,
@@ -24493,6 +24499,7 @@
24493
24499
  this.g = this.d.createElement("div");
24494
24500
  this.g.setAttribute("aria-hidden", "true");
24495
24501
  this.f = this.d.createElement("div");
24502
+ this.g.setStyleProperty("padding-right", "2px");
24496
24503
  this.i = this.d.createElement("div");
24497
24504
  this.i.setAttribute("aria-hidden", "true");
24498
24505
  this.h = this.d.createElement("div");
@@ -24608,6 +24615,12 @@
24608
24615
  else {
24609
24616
  this.e.parent().parent().setStyleProperty("max-width", "232px");
24610
24617
  }
24618
+ if (this.b.at == true) {
24619
+ this.e.parent().parent().setStyleProperty("height", "270px");
24620
+ }
24621
+ else {
24622
+ this.e.parent().parent().setStyleProperty("height", "234px");
24623
+ }
24611
24624
  }
24612
24625
  };
24613
24626
  DatePickerView.prototype.am = function (a) {
@@ -24628,6 +24641,9 @@
24628
24641
  return this.e;
24629
24642
  };
24630
24643
  DatePickerView.prototype.y = function (a) {
24644
+ if (this.b.aq == true) {
24645
+ return;
24646
+ }
24631
24647
  this.b.cb();
24632
24648
  if (this.f != null) {
24633
24649
  this.f.hide();
@@ -24723,7 +24739,7 @@
24723
24739
  _this.az = igniteuiWebcomponentsCore.dateMinValue();
24724
24740
  _this.ay = igniteuiWebcomponentsCore.dateMinValue();
24725
24741
  _this.a9 = "";
24726
- _this.c9 = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24742
+ _this.da = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24727
24743
  _this.z = null;
24728
24744
  _this.bb = "";
24729
24745
  _this.aw = igniteuiWebcomponentsCore.dateMinValue();
@@ -24731,8 +24747,8 @@
24731
24747
  _this.x = 2;
24732
24748
  _this.v = 1;
24733
24749
  _this.aa = null;
24734
- _this.da = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24735
- _this.c8 = igniteuiWebcomponentsCore.BrushUtil.g(255, 163, 172, 184);
24750
+ _this.db = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24751
+ _this.c9 = igniteuiWebcomponentsCore.BrushUtil.g(255, 163, 172, 184);
24736
24752
  _this.ak = true;
24737
24753
  _this.al = false;
24738
24754
  _this.ag = true;
@@ -24760,7 +24776,7 @@
24760
24776
  this.ah = true;
24761
24777
  this.cc();
24762
24778
  }
24763
- this.c3();
24779
+ this.c4();
24764
24780
  if (this.selectedValueChanged != null) {
24765
24781
  this.selectedValueChanged(this, ((function () {
24766
24782
  var $ret = new SelectedValueChangedEventArgs();
@@ -24786,6 +24802,9 @@
24786
24802
  DatePicker.prototype.provideContainer = function (a) {
24787
24803
  this.h.af(a);
24788
24804
  };
24805
+ DatePicker.prototype.setName = function (a) {
24806
+ this.o.e = a;
24807
+ };
24789
24808
  Object.defineProperty(DatePicker.prototype, "af", {
24790
24809
  get: function () {
24791
24810
  if (this.ae == null) {
@@ -24840,14 +24859,14 @@
24840
24859
  enumerable: true,
24841
24860
  configurable: true
24842
24861
  });
24843
- Object.defineProperty(DatePicker.prototype, "dc", {
24862
+ Object.defineProperty(DatePicker.prototype, "dd", {
24844
24863
  get: function () {
24845
- return this.c9;
24864
+ return this.da;
24846
24865
  },
24847
24866
  set: function (a) {
24848
- var b = this.c9;
24849
- this.c9 = a;
24850
- if (b != this.c9) {
24867
+ var b = this.da;
24868
+ this.da = a;
24869
+ if (b != this.da) {
24851
24870
  this.cu("LabelTextColor", b, a);
24852
24871
  }
24853
24872
  },
@@ -24952,29 +24971,29 @@
24952
24971
  enumerable: true,
24953
24972
  configurable: true
24954
24973
  });
24955
- Object.defineProperty(DatePicker.prototype, "dd", {
24974
+ Object.defineProperty(DatePicker.prototype, "de", {
24956
24975
  get: function () {
24957
- return this.da;
24976
+ return this.db;
24958
24977
  },
24959
24978
  set: function (a) {
24960
- var b = this.da;
24961
- this.da = a;
24962
- if (b != this.da) {
24963
- this.cu("TextColor", b, this.da);
24979
+ var b = this.db;
24980
+ this.db = a;
24981
+ if (b != this.db) {
24982
+ this.cu("TextColor", b, this.db);
24964
24983
  }
24965
24984
  },
24966
24985
  enumerable: true,
24967
24986
  configurable: true
24968
24987
  });
24969
- Object.defineProperty(DatePicker.prototype, "db", {
24988
+ Object.defineProperty(DatePicker.prototype, "dc", {
24970
24989
  get: function () {
24971
- return this.c8;
24990
+ return this.c9;
24972
24991
  },
24973
24992
  set: function (a) {
24974
- var b = this.c8;
24975
- this.c8 = a;
24976
- if (b != this.c8) {
24977
- this.cu("IconColor", b, this.c8);
24993
+ var b = this.c9;
24994
+ this.c9 = a;
24995
+ if (b != this.c9) {
24996
+ this.cu("IconColor", b, this.c9);
24978
24997
  }
24979
24998
  },
24980
24999
  enumerable: true,
@@ -25132,7 +25151,7 @@
25132
25151
  this.c0();
25133
25152
  break;
25134
25153
  case "BaseTheme":
25135
- this.c1();
25154
+ this.c2();
25136
25155
  break;
25137
25156
  case "Value":
25138
25157
  if (+(this.value) != +(igniteuiWebcomponentsCore.dateMinValue())) {
@@ -25200,7 +25219,7 @@
25200
25219
  }
25201
25220
  break;
25202
25221
  case "TextStyle":
25203
- this.c4();
25222
+ this.c5();
25204
25223
  break;
25205
25224
  case "ShowClearButton":
25206
25225
  if (this.o != null) {
@@ -25213,7 +25232,7 @@
25213
25232
  case "LabelTextStyle":
25214
25233
  case "TextColor":
25215
25234
  case "IconColor":
25216
- this.c5();
25235
+ this.c6();
25217
25236
  break;
25218
25237
  case "ShowTodayButton":
25219
25238
  if (this.c != null) {
@@ -25228,11 +25247,11 @@
25228
25247
  case "OpenOnFocus": break;
25229
25248
  case "DateFormat":
25230
25249
  this.a.k(this.e);
25231
- this.c3();
25250
+ this.c4();
25232
25251
  break;
25233
25252
  case "FormatString":
25234
25253
  this.ca();
25235
- this.c3();
25254
+ this.c4();
25236
25255
  break;
25237
25256
  case "FirstDayOfWeek":
25238
25257
  if (this.c != null) {
@@ -25348,26 +25367,26 @@
25348
25367
  }
25349
25368
  }
25350
25369
  };
25351
- DatePicker.prototype.c5 = function () {
25370
+ DatePicker.prototype.c6 = function () {
25352
25371
  if (this.o != null) {
25353
- this.o.dy = this.dd;
25372
+ this.o.dy = this.de;
25354
25373
  }
25355
25374
  if (this.m != null) {
25356
- this.m.fill = this.db;
25375
+ this.m.fill = this.dc;
25357
25376
  }
25358
25377
  if (this.n != null) {
25359
- this.n.fill = this.db;
25378
+ this.n.fill = this.dc;
25360
25379
  }
25361
25380
  if (this.r != null) {
25362
- this.r.df = this.dc;
25381
+ this.r.df = this.dd;
25363
25382
  this.r.y = this.ac;
25364
25383
  }
25365
25384
  };
25366
- DatePicker.prototype.c2 = function () {
25385
+ DatePicker.prototype.c3 = function () {
25367
25386
  if (this.q != null) {
25368
25387
  }
25369
25388
  };
25370
- DatePicker.prototype.c4 = function () {
25389
+ DatePicker.prototype.c5 = function () {
25371
25390
  if (this.aa != null) {
25372
25391
  this.o.ac = this.aa;
25373
25392
  }
@@ -25380,7 +25399,7 @@
25380
25399
  this.q.n = this.y;
25381
25400
  this.r = new XLabel();
25382
25401
  this.h.al(this.r);
25383
- this.r.df = this.dc;
25402
+ this.r.df = this.dd;
25384
25403
  this.r.y = this.ac;
25385
25404
  this.q.appendContentChild(this.h.u());
25386
25405
  if (this.bs != null && this.bs != "") {
@@ -25394,7 +25413,7 @@
25394
25413
  this.o.ac = this.aa;
25395
25414
  }
25396
25415
  this.o.disabled = !this.ap;
25397
- this.o.dy = this.dd;
25416
+ this.o.dy = this.de;
25398
25417
  this.q.appendContentChild(this.h.t());
25399
25418
  this.q.inputs.add(this.o);
25400
25419
  this.o.cb = this.bz;
@@ -25410,17 +25429,17 @@
25410
25429
  this.m = new XIcon();
25411
25430
  this.h.ai(this.m, this.h.p());
25412
25431
  this.m.svgPath = DatePicker.bh;
25413
- this.m.fill = this.db;
25432
+ this.m.fill = this.dc;
25414
25433
  d.appendContentChild(this.h.p());
25415
25434
  this.q.appendContentChild(this.h.q());
25416
25435
  this.q.inputs.add(d);
25417
- this.c3();
25436
+ this.c4();
25418
25437
  var e = new XSuffix();
25419
25438
  this.h.an(e, this.h.s());
25420
25439
  this.n = new XIcon();
25421
25440
  this.h.ai(this.n, this.h.r());
25422
25441
  this.n.svgPath = DatePicker.bg;
25423
- this.n.fill = this.db;
25442
+ this.n.fill = this.dc;
25424
25443
  e.appendContentChild(this.h.r());
25425
25444
  this.q.appendContentChild(this.h.s());
25426
25445
  this.q.inputs.add(e);
@@ -25436,7 +25455,7 @@
25436
25455
  case 9:
25437
25456
  this.an = true;
25438
25457
  if (!this.ao) {
25439
- this.c7(this.o.cj);
25458
+ this.c8(this.o.cj);
25440
25459
  }
25441
25460
  this.ah = true;
25442
25461
  this.cc();
@@ -25445,7 +25464,7 @@
25445
25464
  case 13:
25446
25465
  this.an = true;
25447
25466
  if (!this.ao) {
25448
- this.c7(this.o.cj);
25467
+ this.c8(this.o.cj);
25449
25468
  }
25450
25469
  this.ah = true;
25451
25470
  this.cc();
@@ -25475,10 +25494,10 @@
25475
25494
  };
25476
25495
  DatePicker.prototype.ck = function (a, b) {
25477
25496
  this.ao = true;
25478
- this.c7(b.value);
25497
+ this.c8(b.value);
25479
25498
  this.ao = false;
25480
25499
  };
25481
- DatePicker.prototype.c7 = function (a) {
25500
+ DatePicker.prototype.c8 = function (a) {
25482
25501
  var b = ['/', '-', ' ', '.', ','];
25483
25502
  var c = igniteuiWebcomponentsCore.stringSplit(a, b, 1);
25484
25503
  var d = 0;
@@ -25597,10 +25616,10 @@
25597
25616
  var ah = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a1);
25598
25617
  var ai = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a0);
25599
25618
  if (ah < 0 || ai > 0) {
25600
- this.c3();
25619
+ this.c4();
25601
25620
  }
25602
25621
  else {
25603
- this.c6(ag);
25622
+ this.c7(ag);
25604
25623
  this.h.ao();
25605
25624
  }
25606
25625
  }
@@ -25609,15 +25628,15 @@
25609
25628
  this.cb();
25610
25629
  }
25611
25630
  else {
25612
- this.c3();
25631
+ this.c4();
25613
25632
  }
25614
25633
  }
25615
25634
  };
25616
- DatePicker.prototype.c6 = function (a) {
25635
+ DatePicker.prototype.c7 = function (a) {
25617
25636
  var b = this.value;
25618
25637
  this.value = a;
25619
25638
  };
25620
- DatePicker.prototype.c3 = function () {
25639
+ DatePicker.prototype.c4 = function () {
25621
25640
  if (this.o != null) {
25622
25641
  if (+(this.az) != +(igniteuiWebcomponentsCore.dateMinValue())) {
25623
25642
  var a = "";
@@ -25807,6 +25826,9 @@
25807
25826
  }
25808
25827
  };
25809
25828
  DatePicker.prototype.cb = function () {
25829
+ if (this.aq == true) {
25830
+ return;
25831
+ }
25810
25832
  if (this.o != null) {
25811
25833
  this.o.cj = "";
25812
25834
  }
@@ -25945,7 +25967,7 @@
25945
25967
  var a = new LostFocusEventArgs();
25946
25968
  this.ct(a);
25947
25969
  };
25948
- DatePicker.prototype.c1 = function () {
25970
+ DatePicker.prototype.c2 = function () {
25949
25971
  };
25950
25972
  DatePicker.prototype.c0 = function () {
25951
25973
  };
@@ -26193,6 +26215,12 @@
26193
26215
  IgcDatePickerComponent.prototype.afterContentInit = function () {
26194
26216
  this.i.notifySizeChanged();
26195
26217
  };
26218
+ IgcDatePickerComponent.prototype.attributeSynced = function (name, value) {
26219
+ // an attribute was set by the component renderer.
26220
+ if (name === 'name') {
26221
+ this.i.setName(value);
26222
+ }
26223
+ };
26196
26224
  Object.defineProperty(IgcDatePickerComponent.prototype, "i", {
26197
26225
  /**
26198
26226
  * @hidden
@@ -26320,11 +26348,11 @@
26320
26348
  * Gets or sets the color to use for the text.
26321
26349
  */
26322
26350
  get: function () {
26323
- return igniteuiWebcomponentsCore.brushToString(this.i.dc);
26351
+ return igniteuiWebcomponentsCore.brushToString(this.i.dd);
26324
26352
  },
26325
26353
  set: function (v) {
26326
- this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
26327
- this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dc));
26354
+ this.i.dd = igniteuiWebcomponentsCore.stringToBrush(v);
26355
+ this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dd));
26328
26356
  },
26329
26357
  enumerable: true,
26330
26358
  configurable: true
@@ -26439,11 +26467,11 @@
26439
26467
  * Gets or Sets the text color
26440
26468
  */
26441
26469
  get: function () {
26442
- return igniteuiWebcomponentsCore.brushToString(this.i.dd);
26470
+ return igniteuiWebcomponentsCore.brushToString(this.i.de);
26443
26471
  },
26444
26472
  set: function (v) {
26445
- this.i.dd = igniteuiWebcomponentsCore.stringToBrush(v);
26446
- this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dd));
26473
+ this.i.de = igniteuiWebcomponentsCore.stringToBrush(v);
26474
+ this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.de));
26447
26475
  },
26448
26476
  enumerable: true,
26449
26477
  configurable: true
@@ -26453,11 +26481,11 @@
26453
26481
  * Gets or Sets the text color
26454
26482
  */
26455
26483
  get: function () {
26456
- return igniteuiWebcomponentsCore.brushToString(this.i.db);
26484
+ return igniteuiWebcomponentsCore.brushToString(this.i.dc);
26457
26485
  },
26458
26486
  set: function (v) {
26459
- this.i.db = igniteuiWebcomponentsCore.stringToBrush(v);
26460
- this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.db));
26487
+ this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
26488
+ this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.dc));
26461
26489
  },
26462
26490
  enumerable: true,
26463
26491
  configurable: true
@@ -27141,7 +27169,7 @@
27141
27169
  d.append(h);
27142
27170
  var l = this.l.createElement("span");
27143
27171
  l.addClass("ig-checkbox-label");
27144
- l.setStyleProperty("font-family", "'Segoe UI', Verdana");
27172
+ l.setStyleProperty("font-family", "Verdana");
27145
27173
  l.setStyleProperty("font-weight", "400");
27146
27174
  l.setStyleProperty("font-size", "1rem");
27147
27175
  l.setStyleProperty("letter-spacing", ".00937rem");