igniteui-angular-inputs 21.1.0-beta.1 → 21.1.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.
@@ -11571,8 +11571,16 @@
11571
11571
  },
11572
11572
  set: function (v) {
11573
11573
  this.ensureActualCornerRadius();
11574
- this.i.k4.c = +v;
11575
- this.i.k4 = this.i.k4;
11574
+ var __nv = +v;
11575
+ if (this.i.k4.c === __nv) {
11576
+ return;
11577
+ }
11578
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
11579
+ __copy.c = __nv;
11580
+ __copy.b = this.i.k4.b;
11581
+ __copy.d = this.i.k4.d;
11582
+ __copy.e = this.i.k4.e;
11583
+ this.i.k4 = __copy;
11576
11584
  },
11577
11585
  enumerable: false,
11578
11586
  configurable: true
@@ -11583,8 +11591,16 @@
11583
11591
  },
11584
11592
  set: function (v) {
11585
11593
  this.ensureActualCornerRadius();
11586
- this.i.k4.b = +v;
11587
- this.i.k4 = this.i.k4;
11594
+ var __nv = +v;
11595
+ if (this.i.k4.b === __nv) {
11596
+ return;
11597
+ }
11598
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
11599
+ __copy.b = __nv;
11600
+ __copy.c = this.i.k4.c;
11601
+ __copy.d = this.i.k4.d;
11602
+ __copy.e = this.i.k4.e;
11603
+ this.i.k4 = __copy;
11588
11604
  },
11589
11605
  enumerable: false,
11590
11606
  configurable: true
@@ -11595,8 +11611,16 @@
11595
11611
  },
11596
11612
  set: function (v) {
11597
11613
  this.ensureActualCornerRadius();
11598
- this.i.k4.d = +v;
11599
- this.i.k4 = this.i.k4;
11614
+ var __nv = +v;
11615
+ if (this.i.k4.d === __nv) {
11616
+ return;
11617
+ }
11618
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
11619
+ __copy.d = __nv;
11620
+ __copy.c = this.i.k4.c;
11621
+ __copy.b = this.i.k4.b;
11622
+ __copy.e = this.i.k4.e;
11623
+ this.i.k4 = __copy;
11600
11624
  },
11601
11625
  enumerable: false,
11602
11626
  configurable: true
@@ -11607,8 +11631,16 @@
11607
11631
  },
11608
11632
  set: function (v) {
11609
11633
  this.ensureActualCornerRadius();
11610
- this.i.k4.e = +v;
11611
- this.i.k4 = this.i.k4;
11634
+ var __nv = +v;
11635
+ if (this.i.k4.e === __nv) {
11636
+ return;
11637
+ }
11638
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
11639
+ __copy.e = __nv;
11640
+ __copy.c = this.i.k4.c;
11641
+ __copy.b = this.i.k4.b;
11642
+ __copy.d = this.i.k4.d;
11643
+ this.i.k4 = __copy;
11612
11644
  },
11613
11645
  enumerable: false,
11614
11646
  configurable: true
@@ -11924,8 +11956,16 @@
11924
11956
  },
11925
11957
  set: function (v) {
11926
11958
  this.ensureRaisedCornerRadius();
11927
- this.i.lh.c = +v;
11928
- this.i.lh = this.i.lh;
11959
+ var __nv = +v;
11960
+ if (this.i.lh.c === __nv) {
11961
+ return;
11962
+ }
11963
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
11964
+ __copy.c = __nv;
11965
+ __copy.b = this.i.lh.b;
11966
+ __copy.d = this.i.lh.d;
11967
+ __copy.e = this.i.lh.e;
11968
+ this.i.lh = __copy;
11929
11969
  },
11930
11970
  enumerable: false,
11931
11971
  configurable: true
@@ -11936,8 +11976,16 @@
11936
11976
  },
11937
11977
  set: function (v) {
11938
11978
  this.ensureRaisedCornerRadius();
11939
- this.i.lh.b = +v;
11940
- this.i.lh = this.i.lh;
11979
+ var __nv = +v;
11980
+ if (this.i.lh.b === __nv) {
11981
+ return;
11982
+ }
11983
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
11984
+ __copy.b = __nv;
11985
+ __copy.c = this.i.lh.c;
11986
+ __copy.d = this.i.lh.d;
11987
+ __copy.e = this.i.lh.e;
11988
+ this.i.lh = __copy;
11941
11989
  },
11942
11990
  enumerable: false,
11943
11991
  configurable: true
@@ -11948,8 +11996,16 @@
11948
11996
  },
11949
11997
  set: function (v) {
11950
11998
  this.ensureRaisedCornerRadius();
11951
- this.i.lh.d = +v;
11952
- this.i.lh = this.i.lh;
11999
+ var __nv = +v;
12000
+ if (this.i.lh.d === __nv) {
12001
+ return;
12002
+ }
12003
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12004
+ __copy.d = __nv;
12005
+ __copy.c = this.i.lh.c;
12006
+ __copy.b = this.i.lh.b;
12007
+ __copy.e = this.i.lh.e;
12008
+ this.i.lh = __copy;
11953
12009
  },
11954
12010
  enumerable: false,
11955
12011
  configurable: true
@@ -11960,8 +12016,16 @@
11960
12016
  },
11961
12017
  set: function (v) {
11962
12018
  this.ensureRaisedCornerRadius();
11963
- this.i.lh.e = +v;
11964
- this.i.lh = this.i.lh;
12019
+ var __nv = +v;
12020
+ if (this.i.lh.e === __nv) {
12021
+ return;
12022
+ }
12023
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12024
+ __copy.e = __nv;
12025
+ __copy.c = this.i.lh.c;
12026
+ __copy.b = this.i.lh.b;
12027
+ __copy.d = this.i.lh.d;
12028
+ this.i.lh = __copy;
11965
12029
  },
11966
12030
  enumerable: false,
11967
12031
  configurable: true
@@ -12199,8 +12263,16 @@
12199
12263
  },
12200
12264
  set: function (v) {
12201
12265
  this.ensureFlatCornerRadius();
12202
- this.i.ld.c = +v;
12203
- this.i.ld = this.i.ld;
12266
+ var __nv = +v;
12267
+ if (this.i.ld.c === __nv) {
12268
+ return;
12269
+ }
12270
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12271
+ __copy.c = __nv;
12272
+ __copy.b = this.i.ld.b;
12273
+ __copy.d = this.i.ld.d;
12274
+ __copy.e = this.i.ld.e;
12275
+ this.i.ld = __copy;
12204
12276
  },
12205
12277
  enumerable: false,
12206
12278
  configurable: true
@@ -12211,8 +12283,16 @@
12211
12283
  },
12212
12284
  set: function (v) {
12213
12285
  this.ensureFlatCornerRadius();
12214
- this.i.ld.b = +v;
12215
- this.i.ld = this.i.ld;
12286
+ var __nv = +v;
12287
+ if (this.i.ld.b === __nv) {
12288
+ return;
12289
+ }
12290
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12291
+ __copy.b = __nv;
12292
+ __copy.c = this.i.ld.c;
12293
+ __copy.d = this.i.ld.d;
12294
+ __copy.e = this.i.ld.e;
12295
+ this.i.ld = __copy;
12216
12296
  },
12217
12297
  enumerable: false,
12218
12298
  configurable: true
@@ -12223,8 +12303,16 @@
12223
12303
  },
12224
12304
  set: function (v) {
12225
12305
  this.ensureFlatCornerRadius();
12226
- this.i.ld.d = +v;
12227
- this.i.ld = this.i.ld;
12306
+ var __nv = +v;
12307
+ if (this.i.ld.d === __nv) {
12308
+ return;
12309
+ }
12310
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12311
+ __copy.d = __nv;
12312
+ __copy.c = this.i.ld.c;
12313
+ __copy.b = this.i.ld.b;
12314
+ __copy.e = this.i.ld.e;
12315
+ this.i.ld = __copy;
12228
12316
  },
12229
12317
  enumerable: false,
12230
12318
  configurable: true
@@ -12235,8 +12323,16 @@
12235
12323
  },
12236
12324
  set: function (v) {
12237
12325
  this.ensureFlatCornerRadius();
12238
- this.i.ld.e = +v;
12239
- this.i.ld = this.i.ld;
12326
+ var __nv = +v;
12327
+ if (this.i.ld.e === __nv) {
12328
+ return;
12329
+ }
12330
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12331
+ __copy.e = __nv;
12332
+ __copy.c = this.i.ld.c;
12333
+ __copy.b = this.i.ld.b;
12334
+ __copy.d = this.i.ld.d;
12335
+ this.i.ld = __copy;
12240
12336
  },
12241
12337
  enumerable: false,
12242
12338
  configurable: true
@@ -12544,8 +12640,16 @@
12544
12640
  },
12545
12641
  set: function (v) {
12546
12642
  this.ensureCornerRadius();
12547
- this.i.k6.c = +v;
12548
- this.i.k6 = this.i.k6;
12643
+ var __nv = +v;
12644
+ if (this.i.k6.c === __nv) {
12645
+ return;
12646
+ }
12647
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12648
+ __copy.c = __nv;
12649
+ __copy.b = this.i.k6.b;
12650
+ __copy.d = this.i.k6.d;
12651
+ __copy.e = this.i.k6.e;
12652
+ this.i.k6 = __copy;
12549
12653
  },
12550
12654
  enumerable: false,
12551
12655
  configurable: true
@@ -12556,8 +12660,16 @@
12556
12660
  },
12557
12661
  set: function (v) {
12558
12662
  this.ensureCornerRadius();
12559
- this.i.k6.b = +v;
12560
- this.i.k6 = this.i.k6;
12663
+ var __nv = +v;
12664
+ if (this.i.k6.b === __nv) {
12665
+ return;
12666
+ }
12667
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12668
+ __copy.b = __nv;
12669
+ __copy.c = this.i.k6.c;
12670
+ __copy.d = this.i.k6.d;
12671
+ __copy.e = this.i.k6.e;
12672
+ this.i.k6 = __copy;
12561
12673
  },
12562
12674
  enumerable: false,
12563
12675
  configurable: true
@@ -12568,8 +12680,16 @@
12568
12680
  },
12569
12681
  set: function (v) {
12570
12682
  this.ensureCornerRadius();
12571
- this.i.k6.d = +v;
12572
- this.i.k6 = this.i.k6;
12683
+ var __nv = +v;
12684
+ if (this.i.k6.d === __nv) {
12685
+ return;
12686
+ }
12687
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12688
+ __copy.d = __nv;
12689
+ __copy.c = this.i.k6.c;
12690
+ __copy.b = this.i.k6.b;
12691
+ __copy.e = this.i.k6.e;
12692
+ this.i.k6 = __copy;
12573
12693
  },
12574
12694
  enumerable: false,
12575
12695
  configurable: true
@@ -12580,8 +12700,16 @@
12580
12700
  },
12581
12701
  set: function (v) {
12582
12702
  this.ensureCornerRadius();
12583
- this.i.k6.e = +v;
12584
- this.i.k6 = this.i.k6;
12703
+ var __nv = +v;
12704
+ if (this.i.k6.e === __nv) {
12705
+ return;
12706
+ }
12707
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12708
+ __copy.e = __nv;
12709
+ __copy.c = this.i.k6.c;
12710
+ __copy.b = this.i.k6.b;
12711
+ __copy.d = this.i.k6.d;
12712
+ this.i.k6 = __copy;
12585
12713
  },
12586
12714
  enumerable: false,
12587
12715
  configurable: true
@@ -12741,8 +12869,16 @@
12741
12869
  },
12742
12870
  set: function (v) {
12743
12871
  this.ensureOutlinedCornerRadius();
12744
- this.i.lg.c = +v;
12745
- this.i.lg = this.i.lg;
12872
+ var __nv = +v;
12873
+ if (this.i.lg.c === __nv) {
12874
+ return;
12875
+ }
12876
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12877
+ __copy.c = __nv;
12878
+ __copy.b = this.i.lg.b;
12879
+ __copy.d = this.i.lg.d;
12880
+ __copy.e = this.i.lg.e;
12881
+ this.i.lg = __copy;
12746
12882
  },
12747
12883
  enumerable: false,
12748
12884
  configurable: true
@@ -12753,8 +12889,16 @@
12753
12889
  },
12754
12890
  set: function (v) {
12755
12891
  this.ensureOutlinedCornerRadius();
12756
- this.i.lg.b = +v;
12757
- this.i.lg = this.i.lg;
12892
+ var __nv = +v;
12893
+ if (this.i.lg.b === __nv) {
12894
+ return;
12895
+ }
12896
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12897
+ __copy.b = __nv;
12898
+ __copy.c = this.i.lg.c;
12899
+ __copy.d = this.i.lg.d;
12900
+ __copy.e = this.i.lg.e;
12901
+ this.i.lg = __copy;
12758
12902
  },
12759
12903
  enumerable: false,
12760
12904
  configurable: true
@@ -12765,8 +12909,16 @@
12765
12909
  },
12766
12910
  set: function (v) {
12767
12911
  this.ensureOutlinedCornerRadius();
12768
- this.i.lg.d = +v;
12769
- this.i.lg = this.i.lg;
12912
+ var __nv = +v;
12913
+ if (this.i.lg.d === __nv) {
12914
+ return;
12915
+ }
12916
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12917
+ __copy.d = __nv;
12918
+ __copy.c = this.i.lg.c;
12919
+ __copy.b = this.i.lg.b;
12920
+ __copy.e = this.i.lg.e;
12921
+ this.i.lg = __copy;
12770
12922
  },
12771
12923
  enumerable: false,
12772
12924
  configurable: true
@@ -12777,8 +12929,16 @@
12777
12929
  },
12778
12930
  set: function (v) {
12779
12931
  this.ensureOutlinedCornerRadius();
12780
- this.i.lg.e = +v;
12781
- this.i.lg = this.i.lg;
12932
+ var __nv = +v;
12933
+ if (this.i.lg.e === __nv) {
12934
+ return;
12935
+ }
12936
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
12937
+ __copy.e = __nv;
12938
+ __copy.c = this.i.lg.c;
12939
+ __copy.b = this.i.lg.b;
12940
+ __copy.d = this.i.lg.d;
12941
+ this.i.lg = __copy;
12782
12942
  },
12783
12943
  enumerable: false,
12784
12944
  configurable: true
@@ -13003,8 +13163,16 @@
13003
13163
  },
13004
13164
  set: function (v) {
13005
13165
  this.ensureFabCornerRadius();
13006
- this.i.lc.c = +v;
13007
- this.i.lc = this.i.lc;
13166
+ var __nv = +v;
13167
+ if (this.i.lc.c === __nv) {
13168
+ return;
13169
+ }
13170
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13171
+ __copy.c = __nv;
13172
+ __copy.b = this.i.lc.b;
13173
+ __copy.d = this.i.lc.d;
13174
+ __copy.e = this.i.lc.e;
13175
+ this.i.lc = __copy;
13008
13176
  },
13009
13177
  enumerable: false,
13010
13178
  configurable: true
@@ -13015,8 +13183,16 @@
13015
13183
  },
13016
13184
  set: function (v) {
13017
13185
  this.ensureFabCornerRadius();
13018
- this.i.lc.b = +v;
13019
- this.i.lc = this.i.lc;
13186
+ var __nv = +v;
13187
+ if (this.i.lc.b === __nv) {
13188
+ return;
13189
+ }
13190
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13191
+ __copy.b = __nv;
13192
+ __copy.c = this.i.lc.c;
13193
+ __copy.d = this.i.lc.d;
13194
+ __copy.e = this.i.lc.e;
13195
+ this.i.lc = __copy;
13020
13196
  },
13021
13197
  enumerable: false,
13022
13198
  configurable: true
@@ -13027,8 +13203,16 @@
13027
13203
  },
13028
13204
  set: function (v) {
13029
13205
  this.ensureFabCornerRadius();
13030
- this.i.lc.d = +v;
13031
- this.i.lc = this.i.lc;
13206
+ var __nv = +v;
13207
+ if (this.i.lc.d === __nv) {
13208
+ return;
13209
+ }
13210
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13211
+ __copy.d = __nv;
13212
+ __copy.c = this.i.lc.c;
13213
+ __copy.b = this.i.lc.b;
13214
+ __copy.e = this.i.lc.e;
13215
+ this.i.lc = __copy;
13032
13216
  },
13033
13217
  enumerable: false,
13034
13218
  configurable: true
@@ -13039,8 +13223,16 @@
13039
13223
  },
13040
13224
  set: function (v) {
13041
13225
  this.ensureFabCornerRadius();
13042
- this.i.lc.e = +v;
13043
- this.i.lc = this.i.lc;
13226
+ var __nv = +v;
13227
+ if (this.i.lc.e === __nv) {
13228
+ return;
13229
+ }
13230
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13231
+ __copy.e = __nv;
13232
+ __copy.c = this.i.lc.c;
13233
+ __copy.b = this.i.lc.b;
13234
+ __copy.d = this.i.lc.d;
13235
+ this.i.lc = __copy;
13044
13236
  },
13045
13237
  enumerable: false,
13046
13238
  configurable: true
@@ -13265,8 +13457,16 @@
13265
13457
  },
13266
13458
  set: function (v) {
13267
13459
  this.ensureIconCornerRadius();
13268
- this.i.lf.c = +v;
13269
- this.i.lf = this.i.lf;
13460
+ var __nv = +v;
13461
+ if (this.i.lf.c === __nv) {
13462
+ return;
13463
+ }
13464
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13465
+ __copy.c = __nv;
13466
+ __copy.b = this.i.lf.b;
13467
+ __copy.d = this.i.lf.d;
13468
+ __copy.e = this.i.lf.e;
13469
+ this.i.lf = __copy;
13270
13470
  },
13271
13471
  enumerable: false,
13272
13472
  configurable: true
@@ -13277,8 +13477,16 @@
13277
13477
  },
13278
13478
  set: function (v) {
13279
13479
  this.ensureIconCornerRadius();
13280
- this.i.lf.b = +v;
13281
- this.i.lf = this.i.lf;
13480
+ var __nv = +v;
13481
+ if (this.i.lf.b === __nv) {
13482
+ return;
13483
+ }
13484
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13485
+ __copy.b = __nv;
13486
+ __copy.c = this.i.lf.c;
13487
+ __copy.d = this.i.lf.d;
13488
+ __copy.e = this.i.lf.e;
13489
+ this.i.lf = __copy;
13282
13490
  },
13283
13491
  enumerable: false,
13284
13492
  configurable: true
@@ -13289,8 +13497,16 @@
13289
13497
  },
13290
13498
  set: function (v) {
13291
13499
  this.ensureIconCornerRadius();
13292
- this.i.lf.d = +v;
13293
- this.i.lf = this.i.lf;
13500
+ var __nv = +v;
13501
+ if (this.i.lf.d === __nv) {
13502
+ return;
13503
+ }
13504
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13505
+ __copy.d = __nv;
13506
+ __copy.c = this.i.lf.c;
13507
+ __copy.b = this.i.lf.b;
13508
+ __copy.e = this.i.lf.e;
13509
+ this.i.lf = __copy;
13294
13510
  },
13295
13511
  enumerable: false,
13296
13512
  configurable: true
@@ -13301,8 +13517,16 @@
13301
13517
  },
13302
13518
  set: function (v) {
13303
13519
  this.ensureIconCornerRadius();
13304
- this.i.lf.e = +v;
13305
- this.i.lf = this.i.lf;
13520
+ var __nv = +v;
13521
+ if (this.i.lf.e === __nv) {
13522
+ return;
13523
+ }
13524
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
13525
+ __copy.e = __nv;
13526
+ __copy.c = this.i.lf.c;
13527
+ __copy.b = this.i.lf.b;
13528
+ __copy.d = this.i.lf.d;
13529
+ this.i.lf = __copy;
13306
13530
  },
13307
13531
  enumerable: false,
13308
13532
  configurable: true
@@ -27679,8 +27903,16 @@
27679
27903
  },
27680
27904
  set: function (v) {
27681
27905
  this.ensureActualCornerRadius();
27682
- this.i.ko.c = +v;
27683
- this.i.ko = this.i.ko;
27906
+ var __nv = +v;
27907
+ if (this.i.ko.c === __nv) {
27908
+ return;
27909
+ }
27910
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
27911
+ __copy.c = __nv;
27912
+ __copy.b = this.i.ko.b;
27913
+ __copy.d = this.i.ko.d;
27914
+ __copy.e = this.i.ko.e;
27915
+ this.i.ko = __copy;
27684
27916
  },
27685
27917
  enumerable: false,
27686
27918
  configurable: true
@@ -27691,8 +27923,16 @@
27691
27923
  },
27692
27924
  set: function (v) {
27693
27925
  this.ensureActualCornerRadius();
27694
- this.i.ko.b = +v;
27695
- this.i.ko = this.i.ko;
27926
+ var __nv = +v;
27927
+ if (this.i.ko.b === __nv) {
27928
+ return;
27929
+ }
27930
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
27931
+ __copy.b = __nv;
27932
+ __copy.c = this.i.ko.c;
27933
+ __copy.d = this.i.ko.d;
27934
+ __copy.e = this.i.ko.e;
27935
+ this.i.ko = __copy;
27696
27936
  },
27697
27937
  enumerable: false,
27698
27938
  configurable: true
@@ -27703,8 +27943,16 @@
27703
27943
  },
27704
27944
  set: function (v) {
27705
27945
  this.ensureActualCornerRadius();
27706
- this.i.ko.d = +v;
27707
- this.i.ko = this.i.ko;
27946
+ var __nv = +v;
27947
+ if (this.i.ko.d === __nv) {
27948
+ return;
27949
+ }
27950
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
27951
+ __copy.d = __nv;
27952
+ __copy.c = this.i.ko.c;
27953
+ __copy.b = this.i.ko.b;
27954
+ __copy.e = this.i.ko.e;
27955
+ this.i.ko = __copy;
27708
27956
  },
27709
27957
  enumerable: false,
27710
27958
  configurable: true
@@ -27715,8 +27963,16 @@
27715
27963
  },
27716
27964
  set: function (v) {
27717
27965
  this.ensureActualCornerRadius();
27718
- this.i.ko.e = +v;
27719
- this.i.ko = this.i.ko;
27966
+ var __nv = +v;
27967
+ if (this.i.ko.e === __nv) {
27968
+ return;
27969
+ }
27970
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
27971
+ __copy.e = __nv;
27972
+ __copy.c = this.i.ko.c;
27973
+ __copy.b = this.i.ko.b;
27974
+ __copy.d = this.i.ko.d;
27975
+ this.i.ko = __copy;
27720
27976
  },
27721
27977
  enumerable: false,
27722
27978
  configurable: true
@@ -27733,8 +27989,16 @@
27733
27989
  },
27734
27990
  set: function (v) {
27735
27991
  this.ensureActualContentPadding();
27736
- this.i.oe.bottom = +v;
27737
- this.i.oe = this.i.oe;
27992
+ var __nv = +v;
27993
+ if (this.i.oe.bottom === __nv) {
27994
+ return;
27995
+ }
27996
+ var __copy = new igniteuiAngularCore.Thickness(2);
27997
+ __copy.bottom = __nv;
27998
+ __copy.left = this.i.oe.left;
27999
+ __copy.right = this.i.oe.right;
28000
+ __copy.top = this.i.oe.top;
28001
+ this.i.oe = __copy;
27738
28002
  },
27739
28003
  enumerable: false,
27740
28004
  configurable: true
@@ -27745,8 +28009,16 @@
27745
28009
  },
27746
28010
  set: function (v) {
27747
28011
  this.ensureActualContentPadding();
27748
- this.i.oe.left = +v;
27749
- this.i.oe = this.i.oe;
28012
+ var __nv = +v;
28013
+ if (this.i.oe.left === __nv) {
28014
+ return;
28015
+ }
28016
+ var __copy = new igniteuiAngularCore.Thickness(2);
28017
+ __copy.left = __nv;
28018
+ __copy.bottom = this.i.oe.bottom;
28019
+ __copy.right = this.i.oe.right;
28020
+ __copy.top = this.i.oe.top;
28021
+ this.i.oe = __copy;
27750
28022
  },
27751
28023
  enumerable: false,
27752
28024
  configurable: true
@@ -27757,8 +28029,16 @@
27757
28029
  },
27758
28030
  set: function (v) {
27759
28031
  this.ensureActualContentPadding();
27760
- this.i.oe.right = +v;
27761
- this.i.oe = this.i.oe;
28032
+ var __nv = +v;
28033
+ if (this.i.oe.right === __nv) {
28034
+ return;
28035
+ }
28036
+ var __copy = new igniteuiAngularCore.Thickness(2);
28037
+ __copy.right = __nv;
28038
+ __copy.bottom = this.i.oe.bottom;
28039
+ __copy.left = this.i.oe.left;
28040
+ __copy.top = this.i.oe.top;
28041
+ this.i.oe = __copy;
27762
28042
  },
27763
28043
  enumerable: false,
27764
28044
  configurable: true
@@ -27769,8 +28049,16 @@
27769
28049
  },
27770
28050
  set: function (v) {
27771
28051
  this.ensureActualContentPadding();
27772
- this.i.oe.top = +v;
27773
- this.i.oe = this.i.oe;
28052
+ var __nv = +v;
28053
+ if (this.i.oe.top === __nv) {
28054
+ return;
28055
+ }
28056
+ var __copy = new igniteuiAngularCore.Thickness(2);
28057
+ __copy.top = __nv;
28058
+ __copy.bottom = this.i.oe.bottom;
28059
+ __copy.left = this.i.oe.left;
28060
+ __copy.right = this.i.oe.right;
28061
+ this.i.oe = __copy;
27774
28062
  },
27775
28063
  enumerable: false,
27776
28064
  configurable: true
@@ -27995,8 +28283,16 @@
27995
28283
  },
27996
28284
  set: function (v) {
27997
28285
  this.ensureCornerRadius();
27998
- this.i.ks.c = +v;
27999
- this.i.ks = this.i.ks;
28286
+ var __nv = +v;
28287
+ if (this.i.ks.c === __nv) {
28288
+ return;
28289
+ }
28290
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28291
+ __copy.c = __nv;
28292
+ __copy.b = this.i.ks.b;
28293
+ __copy.d = this.i.ks.d;
28294
+ __copy.e = this.i.ks.e;
28295
+ this.i.ks = __copy;
28000
28296
  },
28001
28297
  enumerable: false,
28002
28298
  configurable: true
@@ -28007,8 +28303,16 @@
28007
28303
  },
28008
28304
  set: function (v) {
28009
28305
  this.ensureCornerRadius();
28010
- this.i.ks.b = +v;
28011
- this.i.ks = this.i.ks;
28306
+ var __nv = +v;
28307
+ if (this.i.ks.b === __nv) {
28308
+ return;
28309
+ }
28310
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28311
+ __copy.b = __nv;
28312
+ __copy.c = this.i.ks.c;
28313
+ __copy.d = this.i.ks.d;
28314
+ __copy.e = this.i.ks.e;
28315
+ this.i.ks = __copy;
28012
28316
  },
28013
28317
  enumerable: false,
28014
28318
  configurable: true
@@ -28019,8 +28323,16 @@
28019
28323
  },
28020
28324
  set: function (v) {
28021
28325
  this.ensureCornerRadius();
28022
- this.i.ks.d = +v;
28023
- this.i.ks = this.i.ks;
28326
+ var __nv = +v;
28327
+ if (this.i.ks.d === __nv) {
28328
+ return;
28329
+ }
28330
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28331
+ __copy.d = __nv;
28332
+ __copy.c = this.i.ks.c;
28333
+ __copy.b = this.i.ks.b;
28334
+ __copy.e = this.i.ks.e;
28335
+ this.i.ks = __copy;
28024
28336
  },
28025
28337
  enumerable: false,
28026
28338
  configurable: true
@@ -28031,8 +28343,16 @@
28031
28343
  },
28032
28344
  set: function (v) {
28033
28345
  this.ensureCornerRadius();
28034
- this.i.ks.e = +v;
28035
- this.i.ks = this.i.ks;
28346
+ var __nv = +v;
28347
+ if (this.i.ks.e === __nv) {
28348
+ return;
28349
+ }
28350
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28351
+ __copy.e = __nv;
28352
+ __copy.c = this.i.ks.c;
28353
+ __copy.b = this.i.ks.b;
28354
+ __copy.d = this.i.ks.d;
28355
+ this.i.ks = __copy;
28036
28356
  },
28037
28357
  enumerable: false,
28038
28358
  configurable: true
@@ -28049,8 +28369,16 @@
28049
28369
  },
28050
28370
  set: function (v) {
28051
28371
  this.ensureContentPadding();
28052
- this.i.oi.bottom = +v;
28053
- this.i.oi = this.i.oi;
28372
+ var __nv = +v;
28373
+ if (this.i.oi.bottom === __nv) {
28374
+ return;
28375
+ }
28376
+ var __copy = new igniteuiAngularCore.Thickness(2);
28377
+ __copy.bottom = __nv;
28378
+ __copy.left = this.i.oi.left;
28379
+ __copy.right = this.i.oi.right;
28380
+ __copy.top = this.i.oi.top;
28381
+ this.i.oi = __copy;
28054
28382
  },
28055
28383
  enumerable: false,
28056
28384
  configurable: true
@@ -28061,8 +28389,16 @@
28061
28389
  },
28062
28390
  set: function (v) {
28063
28391
  this.ensureContentPadding();
28064
- this.i.oi.left = +v;
28065
- this.i.oi = this.i.oi;
28392
+ var __nv = +v;
28393
+ if (this.i.oi.left === __nv) {
28394
+ return;
28395
+ }
28396
+ var __copy = new igniteuiAngularCore.Thickness(2);
28397
+ __copy.left = __nv;
28398
+ __copy.bottom = this.i.oi.bottom;
28399
+ __copy.right = this.i.oi.right;
28400
+ __copy.top = this.i.oi.top;
28401
+ this.i.oi = __copy;
28066
28402
  },
28067
28403
  enumerable: false,
28068
28404
  configurable: true
@@ -28073,8 +28409,16 @@
28073
28409
  },
28074
28410
  set: function (v) {
28075
28411
  this.ensureContentPadding();
28076
- this.i.oi.right = +v;
28077
- this.i.oi = this.i.oi;
28412
+ var __nv = +v;
28413
+ if (this.i.oi.right === __nv) {
28414
+ return;
28415
+ }
28416
+ var __copy = new igniteuiAngularCore.Thickness(2);
28417
+ __copy.right = __nv;
28418
+ __copy.bottom = this.i.oi.bottom;
28419
+ __copy.left = this.i.oi.left;
28420
+ __copy.top = this.i.oi.top;
28421
+ this.i.oi = __copy;
28078
28422
  },
28079
28423
  enumerable: false,
28080
28424
  configurable: true
@@ -28085,8 +28429,16 @@
28085
28429
  },
28086
28430
  set: function (v) {
28087
28431
  this.ensureContentPadding();
28088
- this.i.oi.top = +v;
28089
- this.i.oi = this.i.oi;
28432
+ var __nv = +v;
28433
+ if (this.i.oi.top === __nv) {
28434
+ return;
28435
+ }
28436
+ var __copy = new igniteuiAngularCore.Thickness(2);
28437
+ __copy.top = __nv;
28438
+ __copy.bottom = this.i.oi.bottom;
28439
+ __copy.left = this.i.oi.left;
28440
+ __copy.right = this.i.oi.right;
28441
+ this.i.oi = __copy;
28090
28442
  },
28091
28443
  enumerable: false,
28092
28444
  configurable: true
@@ -28324,8 +28676,16 @@
28324
28676
  },
28325
28677
  set: function (v) {
28326
28678
  this.ensureLineTypeCornerRadius();
28327
- this.i.kx.c = +v;
28328
- this.i.kx = this.i.kx;
28679
+ var __nv = +v;
28680
+ if (this.i.kx.c === __nv) {
28681
+ return;
28682
+ }
28683
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28684
+ __copy.c = __nv;
28685
+ __copy.b = this.i.kx.b;
28686
+ __copy.d = this.i.kx.d;
28687
+ __copy.e = this.i.kx.e;
28688
+ this.i.kx = __copy;
28329
28689
  },
28330
28690
  enumerable: false,
28331
28691
  configurable: true
@@ -28336,8 +28696,16 @@
28336
28696
  },
28337
28697
  set: function (v) {
28338
28698
  this.ensureLineTypeCornerRadius();
28339
- this.i.kx.b = +v;
28340
- this.i.kx = this.i.kx;
28699
+ var __nv = +v;
28700
+ if (this.i.kx.b === __nv) {
28701
+ return;
28702
+ }
28703
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28704
+ __copy.b = __nv;
28705
+ __copy.c = this.i.kx.c;
28706
+ __copy.d = this.i.kx.d;
28707
+ __copy.e = this.i.kx.e;
28708
+ this.i.kx = __copy;
28341
28709
  },
28342
28710
  enumerable: false,
28343
28711
  configurable: true
@@ -28348,8 +28716,16 @@
28348
28716
  },
28349
28717
  set: function (v) {
28350
28718
  this.ensureLineTypeCornerRadius();
28351
- this.i.kx.d = +v;
28352
- this.i.kx = this.i.kx;
28719
+ var __nv = +v;
28720
+ if (this.i.kx.d === __nv) {
28721
+ return;
28722
+ }
28723
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28724
+ __copy.d = __nv;
28725
+ __copy.c = this.i.kx.c;
28726
+ __copy.b = this.i.kx.b;
28727
+ __copy.e = this.i.kx.e;
28728
+ this.i.kx = __copy;
28353
28729
  },
28354
28730
  enumerable: false,
28355
28731
  configurable: true
@@ -28360,8 +28736,16 @@
28360
28736
  },
28361
28737
  set: function (v) {
28362
28738
  this.ensureLineTypeCornerRadius();
28363
- this.i.kx.e = +v;
28364
- this.i.kx = this.i.kx;
28739
+ var __nv = +v;
28740
+ if (this.i.kx.e === __nv) {
28741
+ return;
28742
+ }
28743
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
28744
+ __copy.e = __nv;
28745
+ __copy.c = this.i.kx.c;
28746
+ __copy.b = this.i.kx.b;
28747
+ __copy.d = this.i.kx.d;
28748
+ this.i.kx = __copy;
28365
28749
  },
28366
28750
  enumerable: false,
28367
28751
  configurable: true
@@ -28378,8 +28762,16 @@
28378
28762
  },
28379
28763
  set: function (v) {
28380
28764
  this.ensureLineTypeContentPadding();
28381
- this.i.on.bottom = +v;
28382
- this.i.on = this.i.on;
28765
+ var __nv = +v;
28766
+ if (this.i.on.bottom === __nv) {
28767
+ return;
28768
+ }
28769
+ var __copy = new igniteuiAngularCore.Thickness(2);
28770
+ __copy.bottom = __nv;
28771
+ __copy.left = this.i.on.left;
28772
+ __copy.right = this.i.on.right;
28773
+ __copy.top = this.i.on.top;
28774
+ this.i.on = __copy;
28383
28775
  },
28384
28776
  enumerable: false,
28385
28777
  configurable: true
@@ -28390,8 +28782,16 @@
28390
28782
  },
28391
28783
  set: function (v) {
28392
28784
  this.ensureLineTypeContentPadding();
28393
- this.i.on.left = +v;
28394
- this.i.on = this.i.on;
28785
+ var __nv = +v;
28786
+ if (this.i.on.left === __nv) {
28787
+ return;
28788
+ }
28789
+ var __copy = new igniteuiAngularCore.Thickness(2);
28790
+ __copy.left = __nv;
28791
+ __copy.bottom = this.i.on.bottom;
28792
+ __copy.right = this.i.on.right;
28793
+ __copy.top = this.i.on.top;
28794
+ this.i.on = __copy;
28395
28795
  },
28396
28796
  enumerable: false,
28397
28797
  configurable: true
@@ -28402,8 +28802,16 @@
28402
28802
  },
28403
28803
  set: function (v) {
28404
28804
  this.ensureLineTypeContentPadding();
28405
- this.i.on.right = +v;
28406
- this.i.on = this.i.on;
28805
+ var __nv = +v;
28806
+ if (this.i.on.right === __nv) {
28807
+ return;
28808
+ }
28809
+ var __copy = new igniteuiAngularCore.Thickness(2);
28810
+ __copy.right = __nv;
28811
+ __copy.bottom = this.i.on.bottom;
28812
+ __copy.left = this.i.on.left;
28813
+ __copy.top = this.i.on.top;
28814
+ this.i.on = __copy;
28407
28815
  },
28408
28816
  enumerable: false,
28409
28817
  configurable: true
@@ -28414,8 +28822,16 @@
28414
28822
  },
28415
28823
  set: function (v) {
28416
28824
  this.ensureLineTypeContentPadding();
28417
- this.i.on.top = +v;
28418
- this.i.on = this.i.on;
28825
+ var __nv = +v;
28826
+ if (this.i.on.top === __nv) {
28827
+ return;
28828
+ }
28829
+ var __copy = new igniteuiAngularCore.Thickness(2);
28830
+ __copy.top = __nv;
28831
+ __copy.bottom = this.i.on.bottom;
28832
+ __copy.left = this.i.on.left;
28833
+ __copy.right = this.i.on.right;
28834
+ this.i.on = __copy;
28419
28835
  },
28420
28836
  enumerable: false,
28421
28837
  configurable: true
@@ -28653,8 +29069,16 @@
28653
29069
  },
28654
29070
  set: function (v) {
28655
29071
  this.ensureBoxTypeCornerRadius();
28656
- this.i.kq.c = +v;
28657
- this.i.kq = this.i.kq;
29072
+ var __nv = +v;
29073
+ if (this.i.kq.c === __nv) {
29074
+ return;
29075
+ }
29076
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29077
+ __copy.c = __nv;
29078
+ __copy.b = this.i.kq.b;
29079
+ __copy.d = this.i.kq.d;
29080
+ __copy.e = this.i.kq.e;
29081
+ this.i.kq = __copy;
28658
29082
  },
28659
29083
  enumerable: false,
28660
29084
  configurable: true
@@ -28665,8 +29089,16 @@
28665
29089
  },
28666
29090
  set: function (v) {
28667
29091
  this.ensureBoxTypeCornerRadius();
28668
- this.i.kq.b = +v;
28669
- this.i.kq = this.i.kq;
29092
+ var __nv = +v;
29093
+ if (this.i.kq.b === __nv) {
29094
+ return;
29095
+ }
29096
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29097
+ __copy.b = __nv;
29098
+ __copy.c = this.i.kq.c;
29099
+ __copy.d = this.i.kq.d;
29100
+ __copy.e = this.i.kq.e;
29101
+ this.i.kq = __copy;
28670
29102
  },
28671
29103
  enumerable: false,
28672
29104
  configurable: true
@@ -28677,8 +29109,16 @@
28677
29109
  },
28678
29110
  set: function (v) {
28679
29111
  this.ensureBoxTypeCornerRadius();
28680
- this.i.kq.d = +v;
28681
- this.i.kq = this.i.kq;
29112
+ var __nv = +v;
29113
+ if (this.i.kq.d === __nv) {
29114
+ return;
29115
+ }
29116
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29117
+ __copy.d = __nv;
29118
+ __copy.c = this.i.kq.c;
29119
+ __copy.b = this.i.kq.b;
29120
+ __copy.e = this.i.kq.e;
29121
+ this.i.kq = __copy;
28682
29122
  },
28683
29123
  enumerable: false,
28684
29124
  configurable: true
@@ -28689,8 +29129,16 @@
28689
29129
  },
28690
29130
  set: function (v) {
28691
29131
  this.ensureBoxTypeCornerRadius();
28692
- this.i.kq.e = +v;
28693
- this.i.kq = this.i.kq;
29132
+ var __nv = +v;
29133
+ if (this.i.kq.e === __nv) {
29134
+ return;
29135
+ }
29136
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29137
+ __copy.e = __nv;
29138
+ __copy.c = this.i.kq.c;
29139
+ __copy.b = this.i.kq.b;
29140
+ __copy.d = this.i.kq.d;
29141
+ this.i.kq = __copy;
28694
29142
  },
28695
29143
  enumerable: false,
28696
29144
  configurable: true
@@ -28707,8 +29155,16 @@
28707
29155
  },
28708
29156
  set: function (v) {
28709
29157
  this.ensureBoxTypeContentPadding();
28710
- this.i.og.bottom = +v;
28711
- this.i.og = this.i.og;
29158
+ var __nv = +v;
29159
+ if (this.i.og.bottom === __nv) {
29160
+ return;
29161
+ }
29162
+ var __copy = new igniteuiAngularCore.Thickness(2);
29163
+ __copy.bottom = __nv;
29164
+ __copy.left = this.i.og.left;
29165
+ __copy.right = this.i.og.right;
29166
+ __copy.top = this.i.og.top;
29167
+ this.i.og = __copy;
28712
29168
  },
28713
29169
  enumerable: false,
28714
29170
  configurable: true
@@ -28719,8 +29175,16 @@
28719
29175
  },
28720
29176
  set: function (v) {
28721
29177
  this.ensureBoxTypeContentPadding();
28722
- this.i.og.left = +v;
28723
- this.i.og = this.i.og;
29178
+ var __nv = +v;
29179
+ if (this.i.og.left === __nv) {
29180
+ return;
29181
+ }
29182
+ var __copy = new igniteuiAngularCore.Thickness(2);
29183
+ __copy.left = __nv;
29184
+ __copy.bottom = this.i.og.bottom;
29185
+ __copy.right = this.i.og.right;
29186
+ __copy.top = this.i.og.top;
29187
+ this.i.og = __copy;
28724
29188
  },
28725
29189
  enumerable: false,
28726
29190
  configurable: true
@@ -28731,8 +29195,16 @@
28731
29195
  },
28732
29196
  set: function (v) {
28733
29197
  this.ensureBoxTypeContentPadding();
28734
- this.i.og.right = +v;
28735
- this.i.og = this.i.og;
29198
+ var __nv = +v;
29199
+ if (this.i.og.right === __nv) {
29200
+ return;
29201
+ }
29202
+ var __copy = new igniteuiAngularCore.Thickness(2);
29203
+ __copy.right = __nv;
29204
+ __copy.bottom = this.i.og.bottom;
29205
+ __copy.left = this.i.og.left;
29206
+ __copy.top = this.i.og.top;
29207
+ this.i.og = __copy;
28736
29208
  },
28737
29209
  enumerable: false,
28738
29210
  configurable: true
@@ -28743,8 +29215,16 @@
28743
29215
  },
28744
29216
  set: function (v) {
28745
29217
  this.ensureBoxTypeContentPadding();
28746
- this.i.og.top = +v;
28747
- this.i.og = this.i.og;
29218
+ var __nv = +v;
29219
+ if (this.i.og.top === __nv) {
29220
+ return;
29221
+ }
29222
+ var __copy = new igniteuiAngularCore.Thickness(2);
29223
+ __copy.top = __nv;
29224
+ __copy.bottom = this.i.og.bottom;
29225
+ __copy.left = this.i.og.left;
29226
+ __copy.right = this.i.og.right;
29227
+ this.i.og = __copy;
28748
29228
  },
28749
29229
  enumerable: false,
28750
29230
  configurable: true
@@ -28982,8 +29462,16 @@
28982
29462
  },
28983
29463
  set: function (v) {
28984
29464
  this.ensureBorderTypeCornerRadius();
28985
- this.i.kp.c = +v;
28986
- this.i.kp = this.i.kp;
29465
+ var __nv = +v;
29466
+ if (this.i.kp.c === __nv) {
29467
+ return;
29468
+ }
29469
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29470
+ __copy.c = __nv;
29471
+ __copy.b = this.i.kp.b;
29472
+ __copy.d = this.i.kp.d;
29473
+ __copy.e = this.i.kp.e;
29474
+ this.i.kp = __copy;
28987
29475
  },
28988
29476
  enumerable: false,
28989
29477
  configurable: true
@@ -28994,8 +29482,16 @@
28994
29482
  },
28995
29483
  set: function (v) {
28996
29484
  this.ensureBorderTypeCornerRadius();
28997
- this.i.kp.b = +v;
28998
- this.i.kp = this.i.kp;
29485
+ var __nv = +v;
29486
+ if (this.i.kp.b === __nv) {
29487
+ return;
29488
+ }
29489
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29490
+ __copy.b = __nv;
29491
+ __copy.c = this.i.kp.c;
29492
+ __copy.d = this.i.kp.d;
29493
+ __copy.e = this.i.kp.e;
29494
+ this.i.kp = __copy;
28999
29495
  },
29000
29496
  enumerable: false,
29001
29497
  configurable: true
@@ -29006,8 +29502,16 @@
29006
29502
  },
29007
29503
  set: function (v) {
29008
29504
  this.ensureBorderTypeCornerRadius();
29009
- this.i.kp.d = +v;
29010
- this.i.kp = this.i.kp;
29505
+ var __nv = +v;
29506
+ if (this.i.kp.d === __nv) {
29507
+ return;
29508
+ }
29509
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29510
+ __copy.d = __nv;
29511
+ __copy.c = this.i.kp.c;
29512
+ __copy.b = this.i.kp.b;
29513
+ __copy.e = this.i.kp.e;
29514
+ this.i.kp = __copy;
29011
29515
  },
29012
29516
  enumerable: false,
29013
29517
  configurable: true
@@ -29018,8 +29522,16 @@
29018
29522
  },
29019
29523
  set: function (v) {
29020
29524
  this.ensureBorderTypeCornerRadius();
29021
- this.i.kp.e = +v;
29022
- this.i.kp = this.i.kp;
29525
+ var __nv = +v;
29526
+ if (this.i.kp.e === __nv) {
29527
+ return;
29528
+ }
29529
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29530
+ __copy.e = __nv;
29531
+ __copy.c = this.i.kp.c;
29532
+ __copy.b = this.i.kp.b;
29533
+ __copy.d = this.i.kp.d;
29534
+ this.i.kp = __copy;
29023
29535
  },
29024
29536
  enumerable: false,
29025
29537
  configurable: true
@@ -29036,8 +29548,16 @@
29036
29548
  },
29037
29549
  set: function (v) {
29038
29550
  this.ensureBorderTypeContentPadding();
29039
- this.i.of.bottom = +v;
29040
- this.i.of = this.i.of;
29551
+ var __nv = +v;
29552
+ if (this.i.of.bottom === __nv) {
29553
+ return;
29554
+ }
29555
+ var __copy = new igniteuiAngularCore.Thickness(2);
29556
+ __copy.bottom = __nv;
29557
+ __copy.left = this.i.of.left;
29558
+ __copy.right = this.i.of.right;
29559
+ __copy.top = this.i.of.top;
29560
+ this.i.of = __copy;
29041
29561
  },
29042
29562
  enumerable: false,
29043
29563
  configurable: true
@@ -29048,8 +29568,16 @@
29048
29568
  },
29049
29569
  set: function (v) {
29050
29570
  this.ensureBorderTypeContentPadding();
29051
- this.i.of.left = +v;
29052
- this.i.of = this.i.of;
29571
+ var __nv = +v;
29572
+ if (this.i.of.left === __nv) {
29573
+ return;
29574
+ }
29575
+ var __copy = new igniteuiAngularCore.Thickness(2);
29576
+ __copy.left = __nv;
29577
+ __copy.bottom = this.i.of.bottom;
29578
+ __copy.right = this.i.of.right;
29579
+ __copy.top = this.i.of.top;
29580
+ this.i.of = __copy;
29053
29581
  },
29054
29582
  enumerable: false,
29055
29583
  configurable: true
@@ -29060,8 +29588,16 @@
29060
29588
  },
29061
29589
  set: function (v) {
29062
29590
  this.ensureBorderTypeContentPadding();
29063
- this.i.of.right = +v;
29064
- this.i.of = this.i.of;
29591
+ var __nv = +v;
29592
+ if (this.i.of.right === __nv) {
29593
+ return;
29594
+ }
29595
+ var __copy = new igniteuiAngularCore.Thickness(2);
29596
+ __copy.right = __nv;
29597
+ __copy.bottom = this.i.of.bottom;
29598
+ __copy.left = this.i.of.left;
29599
+ __copy.top = this.i.of.top;
29600
+ this.i.of = __copy;
29065
29601
  },
29066
29602
  enumerable: false,
29067
29603
  configurable: true
@@ -29072,8 +29608,16 @@
29072
29608
  },
29073
29609
  set: function (v) {
29074
29610
  this.ensureBorderTypeContentPadding();
29075
- this.i.of.top = +v;
29076
- this.i.of = this.i.of;
29611
+ var __nv = +v;
29612
+ if (this.i.of.top === __nv) {
29613
+ return;
29614
+ }
29615
+ var __copy = new igniteuiAngularCore.Thickness(2);
29616
+ __copy.top = __nv;
29617
+ __copy.bottom = this.i.of.bottom;
29618
+ __copy.left = this.i.of.left;
29619
+ __copy.right = this.i.of.right;
29620
+ this.i.of = __copy;
29077
29621
  },
29078
29622
  enumerable: false,
29079
29623
  configurable: true
@@ -29311,8 +29855,16 @@
29311
29855
  },
29312
29856
  set: function (v) {
29313
29857
  this.ensureSearchTypeCornerRadius();
29314
- this.i.ky.c = +v;
29315
- this.i.ky = this.i.ky;
29858
+ var __nv = +v;
29859
+ if (this.i.ky.c === __nv) {
29860
+ return;
29861
+ }
29862
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29863
+ __copy.c = __nv;
29864
+ __copy.b = this.i.ky.b;
29865
+ __copy.d = this.i.ky.d;
29866
+ __copy.e = this.i.ky.e;
29867
+ this.i.ky = __copy;
29316
29868
  },
29317
29869
  enumerable: false,
29318
29870
  configurable: true
@@ -29323,8 +29875,16 @@
29323
29875
  },
29324
29876
  set: function (v) {
29325
29877
  this.ensureSearchTypeCornerRadius();
29326
- this.i.ky.b = +v;
29327
- this.i.ky = this.i.ky;
29878
+ var __nv = +v;
29879
+ if (this.i.ky.b === __nv) {
29880
+ return;
29881
+ }
29882
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29883
+ __copy.b = __nv;
29884
+ __copy.c = this.i.ky.c;
29885
+ __copy.d = this.i.ky.d;
29886
+ __copy.e = this.i.ky.e;
29887
+ this.i.ky = __copy;
29328
29888
  },
29329
29889
  enumerable: false,
29330
29890
  configurable: true
@@ -29335,8 +29895,16 @@
29335
29895
  },
29336
29896
  set: function (v) {
29337
29897
  this.ensureSearchTypeCornerRadius();
29338
- this.i.ky.d = +v;
29339
- this.i.ky = this.i.ky;
29898
+ var __nv = +v;
29899
+ if (this.i.ky.d === __nv) {
29900
+ return;
29901
+ }
29902
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29903
+ __copy.d = __nv;
29904
+ __copy.c = this.i.ky.c;
29905
+ __copy.b = this.i.ky.b;
29906
+ __copy.e = this.i.ky.e;
29907
+ this.i.ky = __copy;
29340
29908
  },
29341
29909
  enumerable: false,
29342
29910
  configurable: true
@@ -29347,8 +29915,16 @@
29347
29915
  },
29348
29916
  set: function (v) {
29349
29917
  this.ensureSearchTypeCornerRadius();
29350
- this.i.ky.e = +v;
29351
- this.i.ky = this.i.ky;
29918
+ var __nv = +v;
29919
+ if (this.i.ky.e === __nv) {
29920
+ return;
29921
+ }
29922
+ var __copy = new igniteuiAngularCore.CornerRadius(2);
29923
+ __copy.e = __nv;
29924
+ __copy.c = this.i.ky.c;
29925
+ __copy.b = this.i.ky.b;
29926
+ __copy.d = this.i.ky.d;
29927
+ this.i.ky = __copy;
29352
29928
  },
29353
29929
  enumerable: false,
29354
29930
  configurable: true
@@ -29365,8 +29941,16 @@
29365
29941
  },
29366
29942
  set: function (v) {
29367
29943
  this.ensureSearchTypeContentPadding();
29368
- this.i.oo.bottom = +v;
29369
- this.i.oo = this.i.oo;
29944
+ var __nv = +v;
29945
+ if (this.i.oo.bottom === __nv) {
29946
+ return;
29947
+ }
29948
+ var __copy = new igniteuiAngularCore.Thickness(2);
29949
+ __copy.bottom = __nv;
29950
+ __copy.left = this.i.oo.left;
29951
+ __copy.right = this.i.oo.right;
29952
+ __copy.top = this.i.oo.top;
29953
+ this.i.oo = __copy;
29370
29954
  },
29371
29955
  enumerable: false,
29372
29956
  configurable: true
@@ -29377,8 +29961,16 @@
29377
29961
  },
29378
29962
  set: function (v) {
29379
29963
  this.ensureSearchTypeContentPadding();
29380
- this.i.oo.left = +v;
29381
- this.i.oo = this.i.oo;
29964
+ var __nv = +v;
29965
+ if (this.i.oo.left === __nv) {
29966
+ return;
29967
+ }
29968
+ var __copy = new igniteuiAngularCore.Thickness(2);
29969
+ __copy.left = __nv;
29970
+ __copy.bottom = this.i.oo.bottom;
29971
+ __copy.right = this.i.oo.right;
29972
+ __copy.top = this.i.oo.top;
29973
+ this.i.oo = __copy;
29382
29974
  },
29383
29975
  enumerable: false,
29384
29976
  configurable: true
@@ -29389,8 +29981,16 @@
29389
29981
  },
29390
29982
  set: function (v) {
29391
29983
  this.ensureSearchTypeContentPadding();
29392
- this.i.oo.right = +v;
29393
- this.i.oo = this.i.oo;
29984
+ var __nv = +v;
29985
+ if (this.i.oo.right === __nv) {
29986
+ return;
29987
+ }
29988
+ var __copy = new igniteuiAngularCore.Thickness(2);
29989
+ __copy.right = __nv;
29990
+ __copy.bottom = this.i.oo.bottom;
29991
+ __copy.left = this.i.oo.left;
29992
+ __copy.top = this.i.oo.top;
29993
+ this.i.oo = __copy;
29394
29994
  },
29395
29995
  enumerable: false,
29396
29996
  configurable: true
@@ -29401,8 +30001,16 @@
29401
30001
  },
29402
30002
  set: function (v) {
29403
30003
  this.ensureSearchTypeContentPadding();
29404
- this.i.oo.top = +v;
29405
- this.i.oo = this.i.oo;
30004
+ var __nv = +v;
30005
+ if (this.i.oo.top === __nv) {
30006
+ return;
30007
+ }
30008
+ var __copy = new igniteuiAngularCore.Thickness(2);
30009
+ __copy.top = __nv;
30010
+ __copy.bottom = this.i.oo.bottom;
30011
+ __copy.left = this.i.oo.left;
30012
+ __copy.right = this.i.oo.right;
30013
+ this.i.oo = __copy;
29406
30014
  },
29407
30015
  enumerable: false,
29408
30016
  configurable: true
@@ -37663,13 +38271,13 @@
37663
38271
  var g = new igniteuiAngularCore.TransformGroup();
37664
38272
  var h = this.view.am();
37665
38273
  g.j.add(((function () {
37666
- var $ret = new igniteuiAngularCore.RotateTransform();
37667
- $ret.j = 45;
38274
+ var $ret = new igniteuiAngularCore.TranslateTransform();
38275
+ $ret.j = _this.ap / 24 * -16;
37668
38276
  return $ret;
37669
38277
  })()));
37670
38278
  g.j.add(((function () {
37671
- var $ret = new igniteuiAngularCore.TranslateTransform();
37672
- $ret.j = -_this.view.l();
38279
+ var $ret = new igniteuiAngularCore.RotateTransform();
38280
+ $ret.j = 45;
37673
38281
  return $ret;
37674
38282
  })()));
37675
38283
  igniteuiAngularCore.NativeUI.n(d, this.c8);
@@ -37808,7 +38416,7 @@
37808
38416
  })()));
37809
38417
  XCheckbox.j = ThemeResolver.a(((function () {
37810
38418
  var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
37811
- $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
38419
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
37812
38420
  $ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.l(255, 105, 136, 255));
37813
38421
  $ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.l(255, 105, 136, 255));
37814
38422
  $ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.l(255, 255, 255, 255));
@@ -37821,7 +38429,7 @@
37821
38429
  })()));
37822
38430
  XCheckbox.i = ThemeResolver.a(((function () {
37823
38431
  var $ret = new igniteuiAngularCore.Dictionary$2(igniteuiAngularCore.String_$type, igniteuiAngularCore.Base.$, 0);
37824
- $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
38432
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
37825
38433
  $ret.addItem("UncheckedBorderColor", igniteuiAngularCore.BrushUtil.l(255, 105, 136, 255));
37826
38434
  $ret.addItem("CheckedBorderColor", igniteuiAngularCore.BrushUtil.l(255, 105, 136, 255));
37827
38435
  $ret.addItem("UncheckedBackgroundColor", igniteuiAngularCore.BrushUtil.l(255, 55, 63, 86));
@@ -39182,20 +39790,19 @@
39182
39790
  function ColorEditorView() {
39183
39791
  var _this = _super.call(this) || this;
39184
39792
  _this.a = null;
39185
- _this.i = null;
39793
+ _this.h = null;
39186
39794
  _this.d = null;
39187
39795
  _this.g = new igniteuiAngularCore.List$1(igniteuiAngularCore.Delegate_$type, 0);
39188
39796
  _this.e = true;
39189
- _this._createColorEditorPanel = null;
39190
39797
  _this.b = null;
39191
39798
  return _this;
39192
39799
  }
39193
- ColorEditorView.prototype.r = function () {
39800
+ ColorEditorView.prototype.q = function () {
39194
39801
  };
39195
39802
  ColorEditorView.prototype.f = function () {
39196
39803
  return true;
39197
39804
  };
39198
- ColorEditorView.prototype.p = function (a) {
39805
+ ColorEditorView.prototype.o = function (a) {
39199
39806
  var e_2, _a;
39200
39807
  if (a == null) {
39201
39808
  try {
@@ -39223,61 +39830,45 @@
39223
39830
  if (this.a.a == null) {
39224
39831
  this.a.a = new igniteuiAngularCore.DOMExecutionContext(a);
39225
39832
  }
39226
- this.i = a;
39833
+ this.h = a;
39227
39834
  this.a.bj();
39228
39835
  };
39229
- ColorEditorView.prototype.n = function () {
39836
+ ColorEditorView.prototype.m = function () {
39230
39837
  if (igniteuiAngularCore.KeyFrameAnimationFactory.h == null) {
39231
- igniteuiAngularCore.KeyFrameAnimationFactory.h = this.i;
39838
+ igniteuiAngularCore.KeyFrameAnimationFactory.h = this.h;
39232
39839
  }
39233
39840
  };
39234
- ColorEditorView.prototype.o = function () {
39841
+ ColorEditorView.prototype.n = function () {
39235
39842
  this.e = true;
39236
39843
  };
39237
- ColorEditorView.prototype.q = function () {
39844
+ ColorEditorView.prototype.p = function () {
39238
39845
  this.e = false;
39239
39846
  };
39240
- ColorEditorView.prototype.k = function () {
39241
- return this.i;
39242
- };
39243
- Object.defineProperty(ColorEditorView.prototype, "createColorEditorPanel", {
39244
- get: function () {
39245
- return this._createColorEditorPanel;
39246
- },
39247
- set: function (a) {
39248
- this._createColorEditorPanel = a;
39249
- },
39250
- enumerable: false,
39251
- configurable: true
39252
- });
39253
39847
  ColorEditorView.prototype.j = function () {
39254
- if (this.createColorEditorPanel != null) {
39255
- var a = this.createColorEditorPanel();
39256
- var b = this.i.getWrapper(a);
39257
- this.b = (a.i);
39258
- return a;
39259
- }
39260
- var c = new ColorEditorPanel();
39261
- this.b = c;
39262
- var d = this.i.createElement("div");
39263
- var e = this.i.getSubRenderer(d);
39264
- c.provideContainer(e);
39265
- var f = this.i.getExternal(c, null, null);
39266
- return d;
39848
+ return this.h;
39267
39849
  };
39268
- ColorEditorView.prototype.l = function (a, b) {
39850
+ ColorEditorView.prototype.i = function () {
39851
+ var a = new ColorEditorPanel();
39852
+ this.b = a;
39853
+ var b = this.h.createElement("div");
39854
+ var c = this.h.getSubRenderer(b);
39855
+ a.provideContainer(c);
39856
+ var d = this.h.getExternal(a, null, null);
39857
+ return b;
39858
+ };
39859
+ ColorEditorView.prototype.k = function (a, b) {
39269
39860
  var c = a.ao;
39270
- c.append(this.i.getWrapper(b));
39861
+ c.append(this.h.getWrapper(b));
39271
39862
  };
39272
- ColorEditorView.prototype.m = function (a) {
39273
- this.i.append(this.i.getWrapper(a.ao));
39863
+ ColorEditorView.prototype.l = function (a) {
39864
+ this.h.append(this.h.getWrapper(a.ao));
39274
39865
  };
39275
39866
  ColorEditorView.prototype.c = function (a) {
39276
39867
  return this.b;
39277
39868
  };
39278
- ColorEditorView.prototype.s = function (a) {
39279
- if (this.i != null) {
39280
- var b = this.i.rootWrapper.getNativeElement();
39869
+ ColorEditorView.prototype.r = function (a) {
39870
+ if (this.h != null) {
39871
+ var b = this.h.rootWrapper.getNativeElement();
39281
39872
  var c = (b.getBoundingClientRect());
39282
39873
  if (a) {
39283
39874
  c = new igniteuiAngularCore.Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
@@ -39286,7 +39877,7 @@
39286
39877
  }
39287
39878
  return null;
39288
39879
  };
39289
- ColorEditorView.prototype.t = function () {
39880
+ ColorEditorView.prototype.s = function () {
39290
39881
  return new igniteuiAngularCore.Size(1, NaN, NaN);
39291
39882
  };
39292
39883
  ColorEditorView.$t = igniteuiAngularCore.markType(ColorEditorView, 'ColorEditorView');
@@ -39338,7 +39929,7 @@
39338
39929
  var a = new ColorEditorView();
39339
39930
  a.a = _this;
39340
39931
  _this.view = a;
39341
- _this.view.r();
39932
+ _this.view.q();
39342
39933
  return _this;
39343
39934
  }
39344
39935
  Object.defineProperty(ColorEditor.prototype, "view", {
@@ -39352,10 +39943,10 @@
39352
39943
  configurable: true
39353
39944
  });
39354
39945
  ColorEditor.prototype.onAttachedToUI = function () {
39355
- this.view.o();
39946
+ this.view.n();
39356
39947
  };
39357
39948
  ColorEditor.prototype.onDetachedFromUI = function () {
39358
- this.view.q();
39949
+ this.view.p();
39359
39950
  };
39360
39951
  ColorEditor.prototype.b4 = function (a, b) {
39361
39952
  if (this.valueChanging != null) {
@@ -39375,12 +39966,12 @@
39375
39966
  this.provideContainer(null);
39376
39967
  };
39377
39968
  ColorEditor.prototype.provideContainer = function (a) {
39378
- this.view.p(a);
39969
+ this.view.o(a);
39379
39970
  };
39380
39971
  Object.defineProperty(ColorEditor.prototype, "u", {
39381
39972
  get: function () {
39382
39973
  if (this.t == null) {
39383
- this.t = new igniteuiAngularCore.SRProvider(this.view.i);
39974
+ this.t = new igniteuiAngularCore.SRProvider(this.view.h);
39384
39975
  this.t.cb("ColorEditor");
39385
39976
  }
39386
39977
  return this.t;
@@ -39718,8 +40309,8 @@
39718
40309
  this.aa = false;
39719
40310
  };
39720
40311
  ColorEditor.prototype.br = function () {
39721
- igniteuiAngularCore.NativeUIWindow.h(15, igniteuiAngularCore.runOn(this, this.b7), this.view.i);
39722
- igniteuiAngularCore.NativeUIWindow.h(9, igniteuiAngularCore.runOn(this, this.b6), this.view.i);
40312
+ igniteuiAngularCore.NativeUIWindow.h(15, igniteuiAngularCore.runOn(this, this.b7), this.view.h);
40313
+ igniteuiAngularCore.NativeUIWindow.h(9, igniteuiAngularCore.runOn(this, this.b6), this.view.h);
39723
40314
  };
39724
40315
  ColorEditor.prototype.bv = function () {
39725
40316
  igniteuiAngularCore.NativeUIWindow.i(15, igniteuiAngularCore.runOn(this, this.b7));
@@ -39741,16 +40332,16 @@
39741
40332
  };
39742
40333
  ColorEditor.prototype.bj = function () {
39743
40334
  var _this = this;
39744
- igniteuiAngularCore.NativeUIComponent.aw(this.view.k(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
40335
+ igniteuiAngularCore.NativeUIComponent.aw(this.view.j(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
39745
40336
  var b = a[0];
39746
40337
  var c = a[1];
39747
40338
  var d = a[2];
39748
40339
  var e = a[3];
39749
- var f = _this.view.j();
39750
- _this.view.l(e, f);
40340
+ var f = _this.view.i();
40341
+ _this.view.k(e, f);
39751
40342
  b.bo(d);
39752
40343
  d.bo(e);
39753
- _this.view.m(c);
40344
+ _this.view.l(c);
39754
40345
  b.ci = igniteuiAngularCore.BrushUtil.l(255, 255, 255, 255);
39755
40346
  b.cb = 150;
39756
40347
  b.b9 = 8;
@@ -39832,8 +40423,8 @@
39832
40423
  return;
39833
40424
  }
39834
40425
  if (this.s != null) {
39835
- var a = this.view.s(false);
39836
- var b = this.view.t();
40426
+ var a = this.view.r(false);
40427
+ var b = this.view.s();
39837
40428
  var c = b.height;
39838
40429
  var d = 240;
39839
40430
  var e = a.bottom + d;
@@ -39853,7 +40444,7 @@
39853
40444
  };
39854
40445
  ColorEditor.prototype.ce = function (a, b) {
39855
40446
  {
39856
- var c = this.view.s(true);
40447
+ var c = this.view.r(true);
39857
40448
  this.s.cg(c, a, b);
39858
40449
  }
39859
40450
  };
@@ -40984,9 +41575,9 @@
40984
41575
  this._portalManager = new igniteuiAngularCore.PortalManager("colorEditorContent", componentFactoryResolver);
40985
41576
  var ren = new igniteuiAngularCore.AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
40986
41577
  this._wrapper = ren;
40987
- colorEditor.view.createColorEditorPanel = function () {
40988
- return window.document.createElement("igx-color-editor-panel");
40989
- };
41578
+ //(colorEditor as any).view.createColorEditorPanel = () => {
41579
+ // return window.document.createElement("igx-color-editor-panel");
41580
+ //};
40990
41581
  colorEditor.provideContainer(ren);
40991
41582
  }
40992
41583
  }