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.
@@ -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");
@@ -24628,6 +24635,9 @@
24628
24635
  return this.e;
24629
24636
  };
24630
24637
  DatePickerView.prototype.y = function (a) {
24638
+ if (this.b.aq == true) {
24639
+ return;
24640
+ }
24631
24641
  this.b.cb();
24632
24642
  if (this.f != null) {
24633
24643
  this.f.hide();
@@ -24723,7 +24733,7 @@
24723
24733
  _this.az = igniteuiWebcomponentsCore.dateMinValue();
24724
24734
  _this.ay = igniteuiWebcomponentsCore.dateMinValue();
24725
24735
  _this.a9 = "";
24726
- _this.c9 = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24736
+ _this.da = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24727
24737
  _this.z = null;
24728
24738
  _this.bb = "";
24729
24739
  _this.aw = igniteuiWebcomponentsCore.dateMinValue();
@@ -24731,8 +24741,8 @@
24731
24741
  _this.x = 2;
24732
24742
  _this.v = 1;
24733
24743
  _this.aa = null;
24734
- _this.da = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24735
- _this.c8 = igniteuiWebcomponentsCore.BrushUtil.g(255, 163, 172, 184);
24744
+ _this.db = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
24745
+ _this.c9 = igniteuiWebcomponentsCore.BrushUtil.g(255, 163, 172, 184);
24736
24746
  _this.ak = true;
24737
24747
  _this.al = false;
24738
24748
  _this.ag = true;
@@ -24760,7 +24770,7 @@
24760
24770
  this.ah = true;
24761
24771
  this.cc();
24762
24772
  }
24763
- this.c3();
24773
+ this.c4();
24764
24774
  if (this.selectedValueChanged != null) {
24765
24775
  this.selectedValueChanged(this, ((function () {
24766
24776
  var $ret = new SelectedValueChangedEventArgs();
@@ -24786,6 +24796,9 @@
24786
24796
  DatePicker.prototype.provideContainer = function (a) {
24787
24797
  this.h.af(a);
24788
24798
  };
24799
+ DatePicker.prototype.setName = function (a) {
24800
+ this.o.e = a;
24801
+ };
24789
24802
  Object.defineProperty(DatePicker.prototype, "af", {
24790
24803
  get: function () {
24791
24804
  if (this.ae == null) {
@@ -24840,14 +24853,14 @@
24840
24853
  enumerable: true,
24841
24854
  configurable: true
24842
24855
  });
24843
- Object.defineProperty(DatePicker.prototype, "dc", {
24856
+ Object.defineProperty(DatePicker.prototype, "dd", {
24844
24857
  get: function () {
24845
- return this.c9;
24858
+ return this.da;
24846
24859
  },
24847
24860
  set: function (a) {
24848
- var b = this.c9;
24849
- this.c9 = a;
24850
- if (b != this.c9) {
24861
+ var b = this.da;
24862
+ this.da = a;
24863
+ if (b != this.da) {
24851
24864
  this.cu("LabelTextColor", b, a);
24852
24865
  }
24853
24866
  },
@@ -24952,29 +24965,29 @@
24952
24965
  enumerable: true,
24953
24966
  configurable: true
24954
24967
  });
24955
- Object.defineProperty(DatePicker.prototype, "dd", {
24968
+ Object.defineProperty(DatePicker.prototype, "de", {
24956
24969
  get: function () {
24957
- return this.da;
24970
+ return this.db;
24958
24971
  },
24959
24972
  set: function (a) {
24960
- var b = this.da;
24961
- this.da = a;
24962
- if (b != this.da) {
24963
- this.cu("TextColor", b, this.da);
24973
+ var b = this.db;
24974
+ this.db = a;
24975
+ if (b != this.db) {
24976
+ this.cu("TextColor", b, this.db);
24964
24977
  }
24965
24978
  },
24966
24979
  enumerable: true,
24967
24980
  configurable: true
24968
24981
  });
24969
- Object.defineProperty(DatePicker.prototype, "db", {
24982
+ Object.defineProperty(DatePicker.prototype, "dc", {
24970
24983
  get: function () {
24971
- return this.c8;
24984
+ return this.c9;
24972
24985
  },
24973
24986
  set: function (a) {
24974
- var b = this.c8;
24975
- this.c8 = a;
24976
- if (b != this.c8) {
24977
- this.cu("IconColor", b, this.c8);
24987
+ var b = this.c9;
24988
+ this.c9 = a;
24989
+ if (b != this.c9) {
24990
+ this.cu("IconColor", b, this.c9);
24978
24991
  }
24979
24992
  },
24980
24993
  enumerable: true,
@@ -25132,7 +25145,7 @@
25132
25145
  this.c0();
25133
25146
  break;
25134
25147
  case "BaseTheme":
25135
- this.c1();
25148
+ this.c2();
25136
25149
  break;
25137
25150
  case "Value":
25138
25151
  if (+(this.value) != +(igniteuiWebcomponentsCore.dateMinValue())) {
@@ -25200,7 +25213,7 @@
25200
25213
  }
25201
25214
  break;
25202
25215
  case "TextStyle":
25203
- this.c4();
25216
+ this.c5();
25204
25217
  break;
25205
25218
  case "ShowClearButton":
25206
25219
  if (this.o != null) {
@@ -25213,7 +25226,7 @@
25213
25226
  case "LabelTextStyle":
25214
25227
  case "TextColor":
25215
25228
  case "IconColor":
25216
- this.c5();
25229
+ this.c6();
25217
25230
  break;
25218
25231
  case "ShowTodayButton":
25219
25232
  if (this.c != null) {
@@ -25228,11 +25241,11 @@
25228
25241
  case "OpenOnFocus": break;
25229
25242
  case "DateFormat":
25230
25243
  this.a.k(this.e);
25231
- this.c3();
25244
+ this.c4();
25232
25245
  break;
25233
25246
  case "FormatString":
25234
25247
  this.ca();
25235
- this.c3();
25248
+ this.c4();
25236
25249
  break;
25237
25250
  case "FirstDayOfWeek":
25238
25251
  if (this.c != null) {
@@ -25348,26 +25361,26 @@
25348
25361
  }
25349
25362
  }
25350
25363
  };
25351
- DatePicker.prototype.c5 = function () {
25364
+ DatePicker.prototype.c6 = function () {
25352
25365
  if (this.o != null) {
25353
- this.o.dy = this.dd;
25366
+ this.o.dy = this.de;
25354
25367
  }
25355
25368
  if (this.m != null) {
25356
- this.m.fill = this.db;
25369
+ this.m.fill = this.dc;
25357
25370
  }
25358
25371
  if (this.n != null) {
25359
- this.n.fill = this.db;
25372
+ this.n.fill = this.dc;
25360
25373
  }
25361
25374
  if (this.r != null) {
25362
- this.r.df = this.dc;
25375
+ this.r.df = this.dd;
25363
25376
  this.r.y = this.ac;
25364
25377
  }
25365
25378
  };
25366
- DatePicker.prototype.c2 = function () {
25379
+ DatePicker.prototype.c3 = function () {
25367
25380
  if (this.q != null) {
25368
25381
  }
25369
25382
  };
25370
- DatePicker.prototype.c4 = function () {
25383
+ DatePicker.prototype.c5 = function () {
25371
25384
  if (this.aa != null) {
25372
25385
  this.o.ac = this.aa;
25373
25386
  }
@@ -25380,7 +25393,7 @@
25380
25393
  this.q.n = this.y;
25381
25394
  this.r = new XLabel();
25382
25395
  this.h.al(this.r);
25383
- this.r.df = this.dc;
25396
+ this.r.df = this.dd;
25384
25397
  this.r.y = this.ac;
25385
25398
  this.q.appendContentChild(this.h.u());
25386
25399
  if (this.bs != null && this.bs != "") {
@@ -25394,7 +25407,7 @@
25394
25407
  this.o.ac = this.aa;
25395
25408
  }
25396
25409
  this.o.disabled = !this.ap;
25397
- this.o.dy = this.dd;
25410
+ this.o.dy = this.de;
25398
25411
  this.q.appendContentChild(this.h.t());
25399
25412
  this.q.inputs.add(this.o);
25400
25413
  this.o.cb = this.bz;
@@ -25410,17 +25423,17 @@
25410
25423
  this.m = new XIcon();
25411
25424
  this.h.ai(this.m, this.h.p());
25412
25425
  this.m.svgPath = DatePicker.bh;
25413
- this.m.fill = this.db;
25426
+ this.m.fill = this.dc;
25414
25427
  d.appendContentChild(this.h.p());
25415
25428
  this.q.appendContentChild(this.h.q());
25416
25429
  this.q.inputs.add(d);
25417
- this.c3();
25430
+ this.c4();
25418
25431
  var e = new XSuffix();
25419
25432
  this.h.an(e, this.h.s());
25420
25433
  this.n = new XIcon();
25421
25434
  this.h.ai(this.n, this.h.r());
25422
25435
  this.n.svgPath = DatePicker.bg;
25423
- this.n.fill = this.db;
25436
+ this.n.fill = this.dc;
25424
25437
  e.appendContentChild(this.h.r());
25425
25438
  this.q.appendContentChild(this.h.s());
25426
25439
  this.q.inputs.add(e);
@@ -25436,7 +25449,7 @@
25436
25449
  case 9:
25437
25450
  this.an = true;
25438
25451
  if (!this.ao) {
25439
- this.c7(this.o.cj);
25452
+ this.c8(this.o.cj);
25440
25453
  }
25441
25454
  this.ah = true;
25442
25455
  this.cc();
@@ -25445,7 +25458,7 @@
25445
25458
  case 13:
25446
25459
  this.an = true;
25447
25460
  if (!this.ao) {
25448
- this.c7(this.o.cj);
25461
+ this.c8(this.o.cj);
25449
25462
  }
25450
25463
  this.ah = true;
25451
25464
  this.cc();
@@ -25475,10 +25488,10 @@
25475
25488
  };
25476
25489
  DatePicker.prototype.ck = function (a, b) {
25477
25490
  this.ao = true;
25478
- this.c7(b.value);
25491
+ this.c8(b.value);
25479
25492
  this.ao = false;
25480
25493
  };
25481
- DatePicker.prototype.c7 = function (a) {
25494
+ DatePicker.prototype.c8 = function (a) {
25482
25495
  var b = ['/', '-', ' ', '.', ','];
25483
25496
  var c = igniteuiWebcomponentsCore.stringSplit(a, b, 1);
25484
25497
  var d = 0;
@@ -25597,10 +25610,10 @@
25597
25610
  var ah = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a1);
25598
25611
  var ai = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a0);
25599
25612
  if (ah < 0 || ai > 0) {
25600
- this.c3();
25613
+ this.c4();
25601
25614
  }
25602
25615
  else {
25603
- this.c6(ag);
25616
+ this.c7(ag);
25604
25617
  this.h.ao();
25605
25618
  }
25606
25619
  }
@@ -25609,15 +25622,15 @@
25609
25622
  this.cb();
25610
25623
  }
25611
25624
  else {
25612
- this.c3();
25625
+ this.c4();
25613
25626
  }
25614
25627
  }
25615
25628
  };
25616
- DatePicker.prototype.c6 = function (a) {
25629
+ DatePicker.prototype.c7 = function (a) {
25617
25630
  var b = this.value;
25618
25631
  this.value = a;
25619
25632
  };
25620
- DatePicker.prototype.c3 = function () {
25633
+ DatePicker.prototype.c4 = function () {
25621
25634
  if (this.o != null) {
25622
25635
  if (+(this.az) != +(igniteuiWebcomponentsCore.dateMinValue())) {
25623
25636
  var a = "";
@@ -25807,6 +25820,9 @@
25807
25820
  }
25808
25821
  };
25809
25822
  DatePicker.prototype.cb = function () {
25823
+ if (this.aq == true) {
25824
+ return;
25825
+ }
25810
25826
  if (this.o != null) {
25811
25827
  this.o.cj = "";
25812
25828
  }
@@ -25945,7 +25961,7 @@
25945
25961
  var a = new LostFocusEventArgs();
25946
25962
  this.ct(a);
25947
25963
  };
25948
- DatePicker.prototype.c1 = function () {
25964
+ DatePicker.prototype.c2 = function () {
25949
25965
  };
25950
25966
  DatePicker.prototype.c0 = function () {
25951
25967
  };
@@ -26193,6 +26209,12 @@
26193
26209
  IgcDatePickerComponent.prototype.afterContentInit = function () {
26194
26210
  this.i.notifySizeChanged();
26195
26211
  };
26212
+ IgcDatePickerComponent.prototype.attributeSynced = function (name, value) {
26213
+ // an attribute was set by the component renderer.
26214
+ if (name === 'name') {
26215
+ this.i.setName(value);
26216
+ }
26217
+ };
26196
26218
  Object.defineProperty(IgcDatePickerComponent.prototype, "i", {
26197
26219
  /**
26198
26220
  * @hidden
@@ -26320,11 +26342,11 @@
26320
26342
  * Gets or sets the color to use for the text.
26321
26343
  */
26322
26344
  get: function () {
26323
- return igniteuiWebcomponentsCore.brushToString(this.i.dc);
26345
+ return igniteuiWebcomponentsCore.brushToString(this.i.dd);
26324
26346
  },
26325
26347
  set: function (v) {
26326
- this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
26327
- this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dc));
26348
+ this.i.dd = igniteuiWebcomponentsCore.stringToBrush(v);
26349
+ this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dd));
26328
26350
  },
26329
26351
  enumerable: true,
26330
26352
  configurable: true
@@ -26439,11 +26461,11 @@
26439
26461
  * Gets or Sets the text color
26440
26462
  */
26441
26463
  get: function () {
26442
- return igniteuiWebcomponentsCore.brushToString(this.i.dd);
26464
+ return igniteuiWebcomponentsCore.brushToString(this.i.de);
26443
26465
  },
26444
26466
  set: function (v) {
26445
- this.i.dd = igniteuiWebcomponentsCore.stringToBrush(v);
26446
- this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dd));
26467
+ this.i.de = igniteuiWebcomponentsCore.stringToBrush(v);
26468
+ this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.de));
26447
26469
  },
26448
26470
  enumerable: true,
26449
26471
  configurable: true
@@ -26453,11 +26475,11 @@
26453
26475
  * Gets or Sets the text color
26454
26476
  */
26455
26477
  get: function () {
26456
- return igniteuiWebcomponentsCore.brushToString(this.i.db);
26478
+ return igniteuiWebcomponentsCore.brushToString(this.i.dc);
26457
26479
  },
26458
26480
  set: function (v) {
26459
- this.i.db = igniteuiWebcomponentsCore.stringToBrush(v);
26460
- this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.db));
26481
+ this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
26482
+ this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.dc));
26461
26483
  },
26462
26484
  enumerable: true,
26463
26485
  configurable: true
@@ -27141,7 +27163,7 @@
27141
27163
  d.append(h);
27142
27164
  var l = this.l.createElement("span");
27143
27165
  l.addClass("ig-checkbox-label");
27144
- l.setStyleProperty("font-family", "'Segoe UI', Verdana");
27166
+ l.setStyleProperty("font-family", "Verdana");
27145
27167
  l.setStyleProperty("font-weight", "400");
27146
27168
  l.setStyleProperty("font-size", "1rem");
27147
27169
  l.setStyleProperty("letter-spacing", ".00937rem");