igniteui-angular-inputs 21.1.0-beta.2 → 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.
@@ -255,8 +255,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
255
255
  },
256
256
  set: function (v) {
257
257
  this.ensureActualCornerRadius();
258
- this.i.ko.c = +v;
259
- this.i.ko = this.i.ko;
258
+ var __nv = +v;
259
+ if (this.i.ko.c === __nv) {
260
+ return;
261
+ }
262
+ var __copy = new CornerRadius(2);
263
+ __copy.c = __nv;
264
+ __copy.b = this.i.ko.b;
265
+ __copy.d = this.i.ko.d;
266
+ __copy.e = this.i.ko.e;
267
+ this.i.ko = __copy;
260
268
  },
261
269
  enumerable: false,
262
270
  configurable: true
@@ -267,8 +275,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
267
275
  },
268
276
  set: function (v) {
269
277
  this.ensureActualCornerRadius();
270
- this.i.ko.b = +v;
271
- this.i.ko = this.i.ko;
278
+ var __nv = +v;
279
+ if (this.i.ko.b === __nv) {
280
+ return;
281
+ }
282
+ var __copy = new CornerRadius(2);
283
+ __copy.b = __nv;
284
+ __copy.c = this.i.ko.c;
285
+ __copy.d = this.i.ko.d;
286
+ __copy.e = this.i.ko.e;
287
+ this.i.ko = __copy;
272
288
  },
273
289
  enumerable: false,
274
290
  configurable: true
@@ -279,8 +295,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
279
295
  },
280
296
  set: function (v) {
281
297
  this.ensureActualCornerRadius();
282
- this.i.ko.d = +v;
283
- this.i.ko = this.i.ko;
298
+ var __nv = +v;
299
+ if (this.i.ko.d === __nv) {
300
+ return;
301
+ }
302
+ var __copy = new CornerRadius(2);
303
+ __copy.d = __nv;
304
+ __copy.c = this.i.ko.c;
305
+ __copy.b = this.i.ko.b;
306
+ __copy.e = this.i.ko.e;
307
+ this.i.ko = __copy;
284
308
  },
285
309
  enumerable: false,
286
310
  configurable: true
@@ -291,8 +315,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
291
315
  },
292
316
  set: function (v) {
293
317
  this.ensureActualCornerRadius();
294
- this.i.ko.e = +v;
295
- this.i.ko = this.i.ko;
318
+ var __nv = +v;
319
+ if (this.i.ko.e === __nv) {
320
+ return;
321
+ }
322
+ var __copy = new CornerRadius(2);
323
+ __copy.e = __nv;
324
+ __copy.c = this.i.ko.c;
325
+ __copy.b = this.i.ko.b;
326
+ __copy.d = this.i.ko.d;
327
+ this.i.ko = __copy;
296
328
  },
297
329
  enumerable: false,
298
330
  configurable: true
@@ -309,8 +341,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
309
341
  },
310
342
  set: function (v) {
311
343
  this.ensureActualContentPadding();
312
- this.i.oe.bottom = +v;
313
- this.i.oe = this.i.oe;
344
+ var __nv = +v;
345
+ if (this.i.oe.bottom === __nv) {
346
+ return;
347
+ }
348
+ var __copy = new Thickness(2);
349
+ __copy.bottom = __nv;
350
+ __copy.left = this.i.oe.left;
351
+ __copy.right = this.i.oe.right;
352
+ __copy.top = this.i.oe.top;
353
+ this.i.oe = __copy;
314
354
  },
315
355
  enumerable: false,
316
356
  configurable: true
@@ -321,8 +361,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
321
361
  },
322
362
  set: function (v) {
323
363
  this.ensureActualContentPadding();
324
- this.i.oe.left = +v;
325
- this.i.oe = this.i.oe;
364
+ var __nv = +v;
365
+ if (this.i.oe.left === __nv) {
366
+ return;
367
+ }
368
+ var __copy = new Thickness(2);
369
+ __copy.left = __nv;
370
+ __copy.bottom = this.i.oe.bottom;
371
+ __copy.right = this.i.oe.right;
372
+ __copy.top = this.i.oe.top;
373
+ this.i.oe = __copy;
326
374
  },
327
375
  enumerable: false,
328
376
  configurable: true
@@ -333,8 +381,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
333
381
  },
334
382
  set: function (v) {
335
383
  this.ensureActualContentPadding();
336
- this.i.oe.right = +v;
337
- this.i.oe = this.i.oe;
384
+ var __nv = +v;
385
+ if (this.i.oe.right === __nv) {
386
+ return;
387
+ }
388
+ var __copy = new Thickness(2);
389
+ __copy.right = __nv;
390
+ __copy.bottom = this.i.oe.bottom;
391
+ __copy.left = this.i.oe.left;
392
+ __copy.top = this.i.oe.top;
393
+ this.i.oe = __copy;
338
394
  },
339
395
  enumerable: false,
340
396
  configurable: true
@@ -345,8 +401,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
345
401
  },
346
402
  set: function (v) {
347
403
  this.ensureActualContentPadding();
348
- this.i.oe.top = +v;
349
- this.i.oe = this.i.oe;
404
+ var __nv = +v;
405
+ if (this.i.oe.top === __nv) {
406
+ return;
407
+ }
408
+ var __copy = new Thickness(2);
409
+ __copy.top = __nv;
410
+ __copy.bottom = this.i.oe.bottom;
411
+ __copy.left = this.i.oe.left;
412
+ __copy.right = this.i.oe.right;
413
+ this.i.oe = __copy;
350
414
  },
351
415
  enumerable: false,
352
416
  configurable: true
@@ -571,8 +635,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
571
635
  },
572
636
  set: function (v) {
573
637
  this.ensureCornerRadius();
574
- this.i.ks.c = +v;
575
- this.i.ks = this.i.ks;
638
+ var __nv = +v;
639
+ if (this.i.ks.c === __nv) {
640
+ return;
641
+ }
642
+ var __copy = new CornerRadius(2);
643
+ __copy.c = __nv;
644
+ __copy.b = this.i.ks.b;
645
+ __copy.d = this.i.ks.d;
646
+ __copy.e = this.i.ks.e;
647
+ this.i.ks = __copy;
576
648
  },
577
649
  enumerable: false,
578
650
  configurable: true
@@ -583,8 +655,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
583
655
  },
584
656
  set: function (v) {
585
657
  this.ensureCornerRadius();
586
- this.i.ks.b = +v;
587
- this.i.ks = this.i.ks;
658
+ var __nv = +v;
659
+ if (this.i.ks.b === __nv) {
660
+ return;
661
+ }
662
+ var __copy = new CornerRadius(2);
663
+ __copy.b = __nv;
664
+ __copy.c = this.i.ks.c;
665
+ __copy.d = this.i.ks.d;
666
+ __copy.e = this.i.ks.e;
667
+ this.i.ks = __copy;
588
668
  },
589
669
  enumerable: false,
590
670
  configurable: true
@@ -595,8 +675,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
595
675
  },
596
676
  set: function (v) {
597
677
  this.ensureCornerRadius();
598
- this.i.ks.d = +v;
599
- this.i.ks = this.i.ks;
678
+ var __nv = +v;
679
+ if (this.i.ks.d === __nv) {
680
+ return;
681
+ }
682
+ var __copy = new CornerRadius(2);
683
+ __copy.d = __nv;
684
+ __copy.c = this.i.ks.c;
685
+ __copy.b = this.i.ks.b;
686
+ __copy.e = this.i.ks.e;
687
+ this.i.ks = __copy;
600
688
  },
601
689
  enumerable: false,
602
690
  configurable: true
@@ -607,8 +695,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
607
695
  },
608
696
  set: function (v) {
609
697
  this.ensureCornerRadius();
610
- this.i.ks.e = +v;
611
- this.i.ks = this.i.ks;
698
+ var __nv = +v;
699
+ if (this.i.ks.e === __nv) {
700
+ return;
701
+ }
702
+ var __copy = new CornerRadius(2);
703
+ __copy.e = __nv;
704
+ __copy.c = this.i.ks.c;
705
+ __copy.b = this.i.ks.b;
706
+ __copy.d = this.i.ks.d;
707
+ this.i.ks = __copy;
612
708
  },
613
709
  enumerable: false,
614
710
  configurable: true
@@ -625,8 +721,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
625
721
  },
626
722
  set: function (v) {
627
723
  this.ensureContentPadding();
628
- this.i.oi.bottom = +v;
629
- this.i.oi = this.i.oi;
724
+ var __nv = +v;
725
+ if (this.i.oi.bottom === __nv) {
726
+ return;
727
+ }
728
+ var __copy = new Thickness(2);
729
+ __copy.bottom = __nv;
730
+ __copy.left = this.i.oi.left;
731
+ __copy.right = this.i.oi.right;
732
+ __copy.top = this.i.oi.top;
733
+ this.i.oi = __copy;
630
734
  },
631
735
  enumerable: false,
632
736
  configurable: true
@@ -637,8 +741,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
637
741
  },
638
742
  set: function (v) {
639
743
  this.ensureContentPadding();
640
- this.i.oi.left = +v;
641
- this.i.oi = this.i.oi;
744
+ var __nv = +v;
745
+ if (this.i.oi.left === __nv) {
746
+ return;
747
+ }
748
+ var __copy = new Thickness(2);
749
+ __copy.left = __nv;
750
+ __copy.bottom = this.i.oi.bottom;
751
+ __copy.right = this.i.oi.right;
752
+ __copy.top = this.i.oi.top;
753
+ this.i.oi = __copy;
642
754
  },
643
755
  enumerable: false,
644
756
  configurable: true
@@ -649,8 +761,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
649
761
  },
650
762
  set: function (v) {
651
763
  this.ensureContentPadding();
652
- this.i.oi.right = +v;
653
- this.i.oi = this.i.oi;
764
+ var __nv = +v;
765
+ if (this.i.oi.right === __nv) {
766
+ return;
767
+ }
768
+ var __copy = new Thickness(2);
769
+ __copy.right = __nv;
770
+ __copy.bottom = this.i.oi.bottom;
771
+ __copy.left = this.i.oi.left;
772
+ __copy.top = this.i.oi.top;
773
+ this.i.oi = __copy;
654
774
  },
655
775
  enumerable: false,
656
776
  configurable: true
@@ -661,8 +781,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
661
781
  },
662
782
  set: function (v) {
663
783
  this.ensureContentPadding();
664
- this.i.oi.top = +v;
665
- this.i.oi = this.i.oi;
784
+ var __nv = +v;
785
+ if (this.i.oi.top === __nv) {
786
+ return;
787
+ }
788
+ var __copy = new Thickness(2);
789
+ __copy.top = __nv;
790
+ __copy.bottom = this.i.oi.bottom;
791
+ __copy.left = this.i.oi.left;
792
+ __copy.right = this.i.oi.right;
793
+ this.i.oi = __copy;
666
794
  },
667
795
  enumerable: false,
668
796
  configurable: true
@@ -900,8 +1028,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
900
1028
  },
901
1029
  set: function (v) {
902
1030
  this.ensureLineTypeCornerRadius();
903
- this.i.kx.c = +v;
904
- this.i.kx = this.i.kx;
1031
+ var __nv = +v;
1032
+ if (this.i.kx.c === __nv) {
1033
+ return;
1034
+ }
1035
+ var __copy = new CornerRadius(2);
1036
+ __copy.c = __nv;
1037
+ __copy.b = this.i.kx.b;
1038
+ __copy.d = this.i.kx.d;
1039
+ __copy.e = this.i.kx.e;
1040
+ this.i.kx = __copy;
905
1041
  },
906
1042
  enumerable: false,
907
1043
  configurable: true
@@ -912,8 +1048,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
912
1048
  },
913
1049
  set: function (v) {
914
1050
  this.ensureLineTypeCornerRadius();
915
- this.i.kx.b = +v;
916
- this.i.kx = this.i.kx;
1051
+ var __nv = +v;
1052
+ if (this.i.kx.b === __nv) {
1053
+ return;
1054
+ }
1055
+ var __copy = new CornerRadius(2);
1056
+ __copy.b = __nv;
1057
+ __copy.c = this.i.kx.c;
1058
+ __copy.d = this.i.kx.d;
1059
+ __copy.e = this.i.kx.e;
1060
+ this.i.kx = __copy;
917
1061
  },
918
1062
  enumerable: false,
919
1063
  configurable: true
@@ -924,8 +1068,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
924
1068
  },
925
1069
  set: function (v) {
926
1070
  this.ensureLineTypeCornerRadius();
927
- this.i.kx.d = +v;
928
- this.i.kx = this.i.kx;
1071
+ var __nv = +v;
1072
+ if (this.i.kx.d === __nv) {
1073
+ return;
1074
+ }
1075
+ var __copy = new CornerRadius(2);
1076
+ __copy.d = __nv;
1077
+ __copy.c = this.i.kx.c;
1078
+ __copy.b = this.i.kx.b;
1079
+ __copy.e = this.i.kx.e;
1080
+ this.i.kx = __copy;
929
1081
  },
930
1082
  enumerable: false,
931
1083
  configurable: true
@@ -936,8 +1088,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
936
1088
  },
937
1089
  set: function (v) {
938
1090
  this.ensureLineTypeCornerRadius();
939
- this.i.kx.e = +v;
940
- this.i.kx = this.i.kx;
1091
+ var __nv = +v;
1092
+ if (this.i.kx.e === __nv) {
1093
+ return;
1094
+ }
1095
+ var __copy = new CornerRadius(2);
1096
+ __copy.e = __nv;
1097
+ __copy.c = this.i.kx.c;
1098
+ __copy.b = this.i.kx.b;
1099
+ __copy.d = this.i.kx.d;
1100
+ this.i.kx = __copy;
941
1101
  },
942
1102
  enumerable: false,
943
1103
  configurable: true
@@ -954,8 +1114,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
954
1114
  },
955
1115
  set: function (v) {
956
1116
  this.ensureLineTypeContentPadding();
957
- this.i.on.bottom = +v;
958
- this.i.on = this.i.on;
1117
+ var __nv = +v;
1118
+ if (this.i.on.bottom === __nv) {
1119
+ return;
1120
+ }
1121
+ var __copy = new Thickness(2);
1122
+ __copy.bottom = __nv;
1123
+ __copy.left = this.i.on.left;
1124
+ __copy.right = this.i.on.right;
1125
+ __copy.top = this.i.on.top;
1126
+ this.i.on = __copy;
959
1127
  },
960
1128
  enumerable: false,
961
1129
  configurable: true
@@ -966,8 +1134,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
966
1134
  },
967
1135
  set: function (v) {
968
1136
  this.ensureLineTypeContentPadding();
969
- this.i.on.left = +v;
970
- this.i.on = this.i.on;
1137
+ var __nv = +v;
1138
+ if (this.i.on.left === __nv) {
1139
+ return;
1140
+ }
1141
+ var __copy = new Thickness(2);
1142
+ __copy.left = __nv;
1143
+ __copy.bottom = this.i.on.bottom;
1144
+ __copy.right = this.i.on.right;
1145
+ __copy.top = this.i.on.top;
1146
+ this.i.on = __copy;
971
1147
  },
972
1148
  enumerable: false,
973
1149
  configurable: true
@@ -978,8 +1154,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
978
1154
  },
979
1155
  set: function (v) {
980
1156
  this.ensureLineTypeContentPadding();
981
- this.i.on.right = +v;
982
- this.i.on = this.i.on;
1157
+ var __nv = +v;
1158
+ if (this.i.on.right === __nv) {
1159
+ return;
1160
+ }
1161
+ var __copy = new Thickness(2);
1162
+ __copy.right = __nv;
1163
+ __copy.bottom = this.i.on.bottom;
1164
+ __copy.left = this.i.on.left;
1165
+ __copy.top = this.i.on.top;
1166
+ this.i.on = __copy;
983
1167
  },
984
1168
  enumerable: false,
985
1169
  configurable: true
@@ -990,8 +1174,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
990
1174
  },
991
1175
  set: function (v) {
992
1176
  this.ensureLineTypeContentPadding();
993
- this.i.on.top = +v;
994
- this.i.on = this.i.on;
1177
+ var __nv = +v;
1178
+ if (this.i.on.top === __nv) {
1179
+ return;
1180
+ }
1181
+ var __copy = new Thickness(2);
1182
+ __copy.top = __nv;
1183
+ __copy.bottom = this.i.on.bottom;
1184
+ __copy.left = this.i.on.left;
1185
+ __copy.right = this.i.on.right;
1186
+ this.i.on = __copy;
995
1187
  },
996
1188
  enumerable: false,
997
1189
  configurable: true
@@ -1229,8 +1421,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1229
1421
  },
1230
1422
  set: function (v) {
1231
1423
  this.ensureBoxTypeCornerRadius();
1232
- this.i.kq.c = +v;
1233
- this.i.kq = this.i.kq;
1424
+ var __nv = +v;
1425
+ if (this.i.kq.c === __nv) {
1426
+ return;
1427
+ }
1428
+ var __copy = new CornerRadius(2);
1429
+ __copy.c = __nv;
1430
+ __copy.b = this.i.kq.b;
1431
+ __copy.d = this.i.kq.d;
1432
+ __copy.e = this.i.kq.e;
1433
+ this.i.kq = __copy;
1234
1434
  },
1235
1435
  enumerable: false,
1236
1436
  configurable: true
@@ -1241,8 +1441,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1241
1441
  },
1242
1442
  set: function (v) {
1243
1443
  this.ensureBoxTypeCornerRadius();
1244
- this.i.kq.b = +v;
1245
- this.i.kq = this.i.kq;
1444
+ var __nv = +v;
1445
+ if (this.i.kq.b === __nv) {
1446
+ return;
1447
+ }
1448
+ var __copy = new CornerRadius(2);
1449
+ __copy.b = __nv;
1450
+ __copy.c = this.i.kq.c;
1451
+ __copy.d = this.i.kq.d;
1452
+ __copy.e = this.i.kq.e;
1453
+ this.i.kq = __copy;
1246
1454
  },
1247
1455
  enumerable: false,
1248
1456
  configurable: true
@@ -1253,8 +1461,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1253
1461
  },
1254
1462
  set: function (v) {
1255
1463
  this.ensureBoxTypeCornerRadius();
1256
- this.i.kq.d = +v;
1257
- this.i.kq = this.i.kq;
1464
+ var __nv = +v;
1465
+ if (this.i.kq.d === __nv) {
1466
+ return;
1467
+ }
1468
+ var __copy = new CornerRadius(2);
1469
+ __copy.d = __nv;
1470
+ __copy.c = this.i.kq.c;
1471
+ __copy.b = this.i.kq.b;
1472
+ __copy.e = this.i.kq.e;
1473
+ this.i.kq = __copy;
1258
1474
  },
1259
1475
  enumerable: false,
1260
1476
  configurable: true
@@ -1265,8 +1481,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1265
1481
  },
1266
1482
  set: function (v) {
1267
1483
  this.ensureBoxTypeCornerRadius();
1268
- this.i.kq.e = +v;
1269
- this.i.kq = this.i.kq;
1484
+ var __nv = +v;
1485
+ if (this.i.kq.e === __nv) {
1486
+ return;
1487
+ }
1488
+ var __copy = new CornerRadius(2);
1489
+ __copy.e = __nv;
1490
+ __copy.c = this.i.kq.c;
1491
+ __copy.b = this.i.kq.b;
1492
+ __copy.d = this.i.kq.d;
1493
+ this.i.kq = __copy;
1270
1494
  },
1271
1495
  enumerable: false,
1272
1496
  configurable: true
@@ -1283,8 +1507,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1283
1507
  },
1284
1508
  set: function (v) {
1285
1509
  this.ensureBoxTypeContentPadding();
1286
- this.i.og.bottom = +v;
1287
- this.i.og = this.i.og;
1510
+ var __nv = +v;
1511
+ if (this.i.og.bottom === __nv) {
1512
+ return;
1513
+ }
1514
+ var __copy = new Thickness(2);
1515
+ __copy.bottom = __nv;
1516
+ __copy.left = this.i.og.left;
1517
+ __copy.right = this.i.og.right;
1518
+ __copy.top = this.i.og.top;
1519
+ this.i.og = __copy;
1288
1520
  },
1289
1521
  enumerable: false,
1290
1522
  configurable: true
@@ -1295,8 +1527,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1295
1527
  },
1296
1528
  set: function (v) {
1297
1529
  this.ensureBoxTypeContentPadding();
1298
- this.i.og.left = +v;
1299
- this.i.og = this.i.og;
1530
+ var __nv = +v;
1531
+ if (this.i.og.left === __nv) {
1532
+ return;
1533
+ }
1534
+ var __copy = new Thickness(2);
1535
+ __copy.left = __nv;
1536
+ __copy.bottom = this.i.og.bottom;
1537
+ __copy.right = this.i.og.right;
1538
+ __copy.top = this.i.og.top;
1539
+ this.i.og = __copy;
1300
1540
  },
1301
1541
  enumerable: false,
1302
1542
  configurable: true
@@ -1307,8 +1547,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1307
1547
  },
1308
1548
  set: function (v) {
1309
1549
  this.ensureBoxTypeContentPadding();
1310
- this.i.og.right = +v;
1311
- this.i.og = this.i.og;
1550
+ var __nv = +v;
1551
+ if (this.i.og.right === __nv) {
1552
+ return;
1553
+ }
1554
+ var __copy = new Thickness(2);
1555
+ __copy.right = __nv;
1556
+ __copy.bottom = this.i.og.bottom;
1557
+ __copy.left = this.i.og.left;
1558
+ __copy.top = this.i.og.top;
1559
+ this.i.og = __copy;
1312
1560
  },
1313
1561
  enumerable: false,
1314
1562
  configurable: true
@@ -1319,8 +1567,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1319
1567
  },
1320
1568
  set: function (v) {
1321
1569
  this.ensureBoxTypeContentPadding();
1322
- this.i.og.top = +v;
1323
- this.i.og = this.i.og;
1570
+ var __nv = +v;
1571
+ if (this.i.og.top === __nv) {
1572
+ return;
1573
+ }
1574
+ var __copy = new Thickness(2);
1575
+ __copy.top = __nv;
1576
+ __copy.bottom = this.i.og.bottom;
1577
+ __copy.left = this.i.og.left;
1578
+ __copy.right = this.i.og.right;
1579
+ this.i.og = __copy;
1324
1580
  },
1325
1581
  enumerable: false,
1326
1582
  configurable: true
@@ -1558,8 +1814,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1558
1814
  },
1559
1815
  set: function (v) {
1560
1816
  this.ensureBorderTypeCornerRadius();
1561
- this.i.kp.c = +v;
1562
- this.i.kp = this.i.kp;
1817
+ var __nv = +v;
1818
+ if (this.i.kp.c === __nv) {
1819
+ return;
1820
+ }
1821
+ var __copy = new CornerRadius(2);
1822
+ __copy.c = __nv;
1823
+ __copy.b = this.i.kp.b;
1824
+ __copy.d = this.i.kp.d;
1825
+ __copy.e = this.i.kp.e;
1826
+ this.i.kp = __copy;
1563
1827
  },
1564
1828
  enumerable: false,
1565
1829
  configurable: true
@@ -1570,8 +1834,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1570
1834
  },
1571
1835
  set: function (v) {
1572
1836
  this.ensureBorderTypeCornerRadius();
1573
- this.i.kp.b = +v;
1574
- this.i.kp = this.i.kp;
1837
+ var __nv = +v;
1838
+ if (this.i.kp.b === __nv) {
1839
+ return;
1840
+ }
1841
+ var __copy = new CornerRadius(2);
1842
+ __copy.b = __nv;
1843
+ __copy.c = this.i.kp.c;
1844
+ __copy.d = this.i.kp.d;
1845
+ __copy.e = this.i.kp.e;
1846
+ this.i.kp = __copy;
1575
1847
  },
1576
1848
  enumerable: false,
1577
1849
  configurable: true
@@ -1582,8 +1854,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1582
1854
  },
1583
1855
  set: function (v) {
1584
1856
  this.ensureBorderTypeCornerRadius();
1585
- this.i.kp.d = +v;
1586
- this.i.kp = this.i.kp;
1857
+ var __nv = +v;
1858
+ if (this.i.kp.d === __nv) {
1859
+ return;
1860
+ }
1861
+ var __copy = new CornerRadius(2);
1862
+ __copy.d = __nv;
1863
+ __copy.c = this.i.kp.c;
1864
+ __copy.b = this.i.kp.b;
1865
+ __copy.e = this.i.kp.e;
1866
+ this.i.kp = __copy;
1587
1867
  },
1588
1868
  enumerable: false,
1589
1869
  configurable: true
@@ -1594,8 +1874,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1594
1874
  },
1595
1875
  set: function (v) {
1596
1876
  this.ensureBorderTypeCornerRadius();
1597
- this.i.kp.e = +v;
1598
- this.i.kp = this.i.kp;
1877
+ var __nv = +v;
1878
+ if (this.i.kp.e === __nv) {
1879
+ return;
1880
+ }
1881
+ var __copy = new CornerRadius(2);
1882
+ __copy.e = __nv;
1883
+ __copy.c = this.i.kp.c;
1884
+ __copy.b = this.i.kp.b;
1885
+ __copy.d = this.i.kp.d;
1886
+ this.i.kp = __copy;
1599
1887
  },
1600
1888
  enumerable: false,
1601
1889
  configurable: true
@@ -1612,8 +1900,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1612
1900
  },
1613
1901
  set: function (v) {
1614
1902
  this.ensureBorderTypeContentPadding();
1615
- this.i.of.bottom = +v;
1616
- this.i.of = this.i.of;
1903
+ var __nv = +v;
1904
+ if (this.i.of.bottom === __nv) {
1905
+ return;
1906
+ }
1907
+ var __copy = new Thickness(2);
1908
+ __copy.bottom = __nv;
1909
+ __copy.left = this.i.of.left;
1910
+ __copy.right = this.i.of.right;
1911
+ __copy.top = this.i.of.top;
1912
+ this.i.of = __copy;
1617
1913
  },
1618
1914
  enumerable: false,
1619
1915
  configurable: true
@@ -1624,8 +1920,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1624
1920
  },
1625
1921
  set: function (v) {
1626
1922
  this.ensureBorderTypeContentPadding();
1627
- this.i.of.left = +v;
1628
- this.i.of = this.i.of;
1923
+ var __nv = +v;
1924
+ if (this.i.of.left === __nv) {
1925
+ return;
1926
+ }
1927
+ var __copy = new Thickness(2);
1928
+ __copy.left = __nv;
1929
+ __copy.bottom = this.i.of.bottom;
1930
+ __copy.right = this.i.of.right;
1931
+ __copy.top = this.i.of.top;
1932
+ this.i.of = __copy;
1629
1933
  },
1630
1934
  enumerable: false,
1631
1935
  configurable: true
@@ -1636,8 +1940,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1636
1940
  },
1637
1941
  set: function (v) {
1638
1942
  this.ensureBorderTypeContentPadding();
1639
- this.i.of.right = +v;
1640
- this.i.of = this.i.of;
1943
+ var __nv = +v;
1944
+ if (this.i.of.right === __nv) {
1945
+ return;
1946
+ }
1947
+ var __copy = new Thickness(2);
1948
+ __copy.right = __nv;
1949
+ __copy.bottom = this.i.of.bottom;
1950
+ __copy.left = this.i.of.left;
1951
+ __copy.top = this.i.of.top;
1952
+ this.i.of = __copy;
1641
1953
  },
1642
1954
  enumerable: false,
1643
1955
  configurable: true
@@ -1648,8 +1960,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1648
1960
  },
1649
1961
  set: function (v) {
1650
1962
  this.ensureBorderTypeContentPadding();
1651
- this.i.of.top = +v;
1652
- this.i.of = this.i.of;
1963
+ var __nv = +v;
1964
+ if (this.i.of.top === __nv) {
1965
+ return;
1966
+ }
1967
+ var __copy = new Thickness(2);
1968
+ __copy.top = __nv;
1969
+ __copy.bottom = this.i.of.bottom;
1970
+ __copy.left = this.i.of.left;
1971
+ __copy.right = this.i.of.right;
1972
+ this.i.of = __copy;
1653
1973
  },
1654
1974
  enumerable: false,
1655
1975
  configurable: true
@@ -1887,8 +2207,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1887
2207
  },
1888
2208
  set: function (v) {
1889
2209
  this.ensureSearchTypeCornerRadius();
1890
- this.i.ky.c = +v;
1891
- this.i.ky = this.i.ky;
2210
+ var __nv = +v;
2211
+ if (this.i.ky.c === __nv) {
2212
+ return;
2213
+ }
2214
+ var __copy = new CornerRadius(2);
2215
+ __copy.c = __nv;
2216
+ __copy.b = this.i.ky.b;
2217
+ __copy.d = this.i.ky.d;
2218
+ __copy.e = this.i.ky.e;
2219
+ this.i.ky = __copy;
1892
2220
  },
1893
2221
  enumerable: false,
1894
2222
  configurable: true
@@ -1899,8 +2227,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1899
2227
  },
1900
2228
  set: function (v) {
1901
2229
  this.ensureSearchTypeCornerRadius();
1902
- this.i.ky.b = +v;
1903
- this.i.ky = this.i.ky;
2230
+ var __nv = +v;
2231
+ if (this.i.ky.b === __nv) {
2232
+ return;
2233
+ }
2234
+ var __copy = new CornerRadius(2);
2235
+ __copy.b = __nv;
2236
+ __copy.c = this.i.ky.c;
2237
+ __copy.d = this.i.ky.d;
2238
+ __copy.e = this.i.ky.e;
2239
+ this.i.ky = __copy;
1904
2240
  },
1905
2241
  enumerable: false,
1906
2242
  configurable: true
@@ -1911,8 +2247,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1911
2247
  },
1912
2248
  set: function (v) {
1913
2249
  this.ensureSearchTypeCornerRadius();
1914
- this.i.ky.d = +v;
1915
- this.i.ky = this.i.ky;
2250
+ var __nv = +v;
2251
+ if (this.i.ky.d === __nv) {
2252
+ return;
2253
+ }
2254
+ var __copy = new CornerRadius(2);
2255
+ __copy.d = __nv;
2256
+ __copy.c = this.i.ky.c;
2257
+ __copy.b = this.i.ky.b;
2258
+ __copy.e = this.i.ky.e;
2259
+ this.i.ky = __copy;
1916
2260
  },
1917
2261
  enumerable: false,
1918
2262
  configurable: true
@@ -1923,8 +2267,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1923
2267
  },
1924
2268
  set: function (v) {
1925
2269
  this.ensureSearchTypeCornerRadius();
1926
- this.i.ky.e = +v;
1927
- this.i.ky = this.i.ky;
2270
+ var __nv = +v;
2271
+ if (this.i.ky.e === __nv) {
2272
+ return;
2273
+ }
2274
+ var __copy = new CornerRadius(2);
2275
+ __copy.e = __nv;
2276
+ __copy.c = this.i.ky.c;
2277
+ __copy.b = this.i.ky.b;
2278
+ __copy.d = this.i.ky.d;
2279
+ this.i.ky = __copy;
1928
2280
  },
1929
2281
  enumerable: false,
1930
2282
  configurable: true
@@ -1941,8 +2293,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1941
2293
  },
1942
2294
  set: function (v) {
1943
2295
  this.ensureSearchTypeContentPadding();
1944
- this.i.oo.bottom = +v;
1945
- this.i.oo = this.i.oo;
2296
+ var __nv = +v;
2297
+ if (this.i.oo.bottom === __nv) {
2298
+ return;
2299
+ }
2300
+ var __copy = new Thickness(2);
2301
+ __copy.bottom = __nv;
2302
+ __copy.left = this.i.oo.left;
2303
+ __copy.right = this.i.oo.right;
2304
+ __copy.top = this.i.oo.top;
2305
+ this.i.oo = __copy;
1946
2306
  },
1947
2307
  enumerable: false,
1948
2308
  configurable: true
@@ -1953,8 +2313,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1953
2313
  },
1954
2314
  set: function (v) {
1955
2315
  this.ensureSearchTypeContentPadding();
1956
- this.i.oo.left = +v;
1957
- this.i.oo = this.i.oo;
2316
+ var __nv = +v;
2317
+ if (this.i.oo.left === __nv) {
2318
+ return;
2319
+ }
2320
+ var __copy = new Thickness(2);
2321
+ __copy.left = __nv;
2322
+ __copy.bottom = this.i.oo.bottom;
2323
+ __copy.right = this.i.oo.right;
2324
+ __copy.top = this.i.oo.top;
2325
+ this.i.oo = __copy;
1958
2326
  },
1959
2327
  enumerable: false,
1960
2328
  configurable: true
@@ -1965,8 +2333,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1965
2333
  },
1966
2334
  set: function (v) {
1967
2335
  this.ensureSearchTypeContentPadding();
1968
- this.i.oo.right = +v;
1969
- this.i.oo = this.i.oo;
2336
+ var __nv = +v;
2337
+ if (this.i.oo.right === __nv) {
2338
+ return;
2339
+ }
2340
+ var __copy = new Thickness(2);
2341
+ __copy.right = __nv;
2342
+ __copy.bottom = this.i.oo.bottom;
2343
+ __copy.left = this.i.oo.left;
2344
+ __copy.top = this.i.oo.top;
2345
+ this.i.oo = __copy;
1970
2346
  },
1971
2347
  enumerable: false,
1972
2348
  configurable: true
@@ -1977,8 +2353,16 @@ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
1977
2353
  },
1978
2354
  set: function (v) {
1979
2355
  this.ensureSearchTypeContentPadding();
1980
- this.i.oo.top = +v;
1981
- this.i.oo = this.i.oo;
2356
+ var __nv = +v;
2357
+ if (this.i.oo.top === __nv) {
2358
+ return;
2359
+ }
2360
+ var __copy = new Thickness(2);
2361
+ __copy.top = __nv;
2362
+ __copy.bottom = this.i.oo.bottom;
2363
+ __copy.left = this.i.oo.left;
2364
+ __copy.right = this.i.oo.right;
2365
+ this.i.oo = __copy;
1982
2366
  },
1983
2367
  enumerable: false,
1984
2368
  configurable: true