igniteui-webcomponents-inputs 7.1.0-beta.2 → 7.1.0-beta.4

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.
@@ -6250,9 +6250,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6250
6250
  },
6251
6251
  set: function (v) {
6252
6252
  this.ensureActualCornerRadius();
6253
- this.i.k4.c = +v;
6253
+ var __nv = +v;
6254
+ if (this.i.k4.c === __nv) {
6255
+ return;
6256
+ }
6257
+ var __copy = new CornerRadius(2);
6258
+ __copy.c = __nv;
6259
+ __copy.b = this.i.k4.b;
6260
+ __copy.d = this.i.k4.d;
6261
+ __copy.e = this.i.k4.e;
6262
+ this.i.k4 = __copy;
6254
6263
  this._a("actualCornerRadiusBottomRight", this.i.k4.c);
6255
- this.i.k4 = this.i.k4;
6256
6264
  },
6257
6265
  enumerable: false,
6258
6266
  configurable: true
@@ -6263,9 +6271,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6263
6271
  },
6264
6272
  set: function (v) {
6265
6273
  this.ensureActualCornerRadius();
6266
- this.i.k4.b = +v;
6274
+ var __nv = +v;
6275
+ if (this.i.k4.b === __nv) {
6276
+ return;
6277
+ }
6278
+ var __copy = new CornerRadius(2);
6279
+ __copy.b = __nv;
6280
+ __copy.c = this.i.k4.c;
6281
+ __copy.d = this.i.k4.d;
6282
+ __copy.e = this.i.k4.e;
6283
+ this.i.k4 = __copy;
6267
6284
  this._a("actualCornerRadiusBottomLeft", this.i.k4.b);
6268
- this.i.k4 = this.i.k4;
6269
6285
  },
6270
6286
  enumerable: false,
6271
6287
  configurable: true
@@ -6276,9 +6292,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6276
6292
  },
6277
6293
  set: function (v) {
6278
6294
  this.ensureActualCornerRadius();
6279
- this.i.k4.d = +v;
6295
+ var __nv = +v;
6296
+ if (this.i.k4.d === __nv) {
6297
+ return;
6298
+ }
6299
+ var __copy = new CornerRadius(2);
6300
+ __copy.d = __nv;
6301
+ __copy.c = this.i.k4.c;
6302
+ __copy.b = this.i.k4.b;
6303
+ __copy.e = this.i.k4.e;
6304
+ this.i.k4 = __copy;
6280
6305
  this._a("actualCornerRadiusTopLeft", this.i.k4.d);
6281
- this.i.k4 = this.i.k4;
6282
6306
  },
6283
6307
  enumerable: false,
6284
6308
  configurable: true
@@ -6289,9 +6313,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6289
6313
  },
6290
6314
  set: function (v) {
6291
6315
  this.ensureActualCornerRadius();
6292
- this.i.k4.e = +v;
6316
+ var __nv = +v;
6317
+ if (this.i.k4.e === __nv) {
6318
+ return;
6319
+ }
6320
+ var __copy = new CornerRadius(2);
6321
+ __copy.e = __nv;
6322
+ __copy.c = this.i.k4.c;
6323
+ __copy.b = this.i.k4.b;
6324
+ __copy.d = this.i.k4.d;
6325
+ this.i.k4 = __copy;
6293
6326
  this._a("actualCornerRadiusTopRight", this.i.k4.e);
6294
- this.i.k4 = this.i.k4;
6295
6327
  },
6296
6328
  enumerable: false,
6297
6329
  configurable: true
@@ -6630,9 +6662,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6630
6662
  },
6631
6663
  set: function (v) {
6632
6664
  this.ensureRaisedCornerRadius();
6633
- this.i.lh.c = +v;
6665
+ var __nv = +v;
6666
+ if (this.i.lh.c === __nv) {
6667
+ return;
6668
+ }
6669
+ var __copy = new CornerRadius(2);
6670
+ __copy.c = __nv;
6671
+ __copy.b = this.i.lh.b;
6672
+ __copy.d = this.i.lh.d;
6673
+ __copy.e = this.i.lh.e;
6674
+ this.i.lh = __copy;
6634
6675
  this._a("raisedCornerRadiusBottomRight", this.i.lh.c);
6635
- this.i.lh = this.i.lh;
6636
6676
  },
6637
6677
  enumerable: false,
6638
6678
  configurable: true
@@ -6643,9 +6683,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6643
6683
  },
6644
6684
  set: function (v) {
6645
6685
  this.ensureRaisedCornerRadius();
6646
- this.i.lh.b = +v;
6686
+ var __nv = +v;
6687
+ if (this.i.lh.b === __nv) {
6688
+ return;
6689
+ }
6690
+ var __copy = new CornerRadius(2);
6691
+ __copy.b = __nv;
6692
+ __copy.c = this.i.lh.c;
6693
+ __copy.d = this.i.lh.d;
6694
+ __copy.e = this.i.lh.e;
6695
+ this.i.lh = __copy;
6647
6696
  this._a("raisedCornerRadiusBottomLeft", this.i.lh.b);
6648
- this.i.lh = this.i.lh;
6649
6697
  },
6650
6698
  enumerable: false,
6651
6699
  configurable: true
@@ -6656,9 +6704,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6656
6704
  },
6657
6705
  set: function (v) {
6658
6706
  this.ensureRaisedCornerRadius();
6659
- this.i.lh.d = +v;
6707
+ var __nv = +v;
6708
+ if (this.i.lh.d === __nv) {
6709
+ return;
6710
+ }
6711
+ var __copy = new CornerRadius(2);
6712
+ __copy.d = __nv;
6713
+ __copy.c = this.i.lh.c;
6714
+ __copy.b = this.i.lh.b;
6715
+ __copy.e = this.i.lh.e;
6716
+ this.i.lh = __copy;
6660
6717
  this._a("raisedCornerRadiusTopLeft", this.i.lh.d);
6661
- this.i.lh = this.i.lh;
6662
6718
  },
6663
6719
  enumerable: false,
6664
6720
  configurable: true
@@ -6669,9 +6725,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6669
6725
  },
6670
6726
  set: function (v) {
6671
6727
  this.ensureRaisedCornerRadius();
6672
- this.i.lh.e = +v;
6728
+ var __nv = +v;
6729
+ if (this.i.lh.e === __nv) {
6730
+ return;
6731
+ }
6732
+ var __copy = new CornerRadius(2);
6733
+ __copy.e = __nv;
6734
+ __copy.c = this.i.lh.c;
6735
+ __copy.b = this.i.lh.b;
6736
+ __copy.d = this.i.lh.d;
6737
+ this.i.lh = __copy;
6673
6738
  this._a("raisedCornerRadiusTopRight", this.i.lh.e);
6674
- this.i.lh = this.i.lh;
6675
6739
  },
6676
6740
  enumerable: false,
6677
6741
  configurable: true
@@ -6926,9 +6990,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6926
6990
  },
6927
6991
  set: function (v) {
6928
6992
  this.ensureFlatCornerRadius();
6929
- this.i.ld.c = +v;
6993
+ var __nv = +v;
6994
+ if (this.i.ld.c === __nv) {
6995
+ return;
6996
+ }
6997
+ var __copy = new CornerRadius(2);
6998
+ __copy.c = __nv;
6999
+ __copy.b = this.i.ld.b;
7000
+ __copy.d = this.i.ld.d;
7001
+ __copy.e = this.i.ld.e;
7002
+ this.i.ld = __copy;
6930
7003
  this._a("flatCornerRadiusBottomRight", this.i.ld.c);
6931
- this.i.ld = this.i.ld;
6932
7004
  },
6933
7005
  enumerable: false,
6934
7006
  configurable: true
@@ -6939,9 +7011,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6939
7011
  },
6940
7012
  set: function (v) {
6941
7013
  this.ensureFlatCornerRadius();
6942
- this.i.ld.b = +v;
7014
+ var __nv = +v;
7015
+ if (this.i.ld.b === __nv) {
7016
+ return;
7017
+ }
7018
+ var __copy = new CornerRadius(2);
7019
+ __copy.b = __nv;
7020
+ __copy.c = this.i.ld.c;
7021
+ __copy.d = this.i.ld.d;
7022
+ __copy.e = this.i.ld.e;
7023
+ this.i.ld = __copy;
6943
7024
  this._a("flatCornerRadiusBottomLeft", this.i.ld.b);
6944
- this.i.ld = this.i.ld;
6945
7025
  },
6946
7026
  enumerable: false,
6947
7027
  configurable: true
@@ -6952,9 +7032,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6952
7032
  },
6953
7033
  set: function (v) {
6954
7034
  this.ensureFlatCornerRadius();
6955
- this.i.ld.d = +v;
7035
+ var __nv = +v;
7036
+ if (this.i.ld.d === __nv) {
7037
+ return;
7038
+ }
7039
+ var __copy = new CornerRadius(2);
7040
+ __copy.d = __nv;
7041
+ __copy.c = this.i.ld.c;
7042
+ __copy.b = this.i.ld.b;
7043
+ __copy.e = this.i.ld.e;
7044
+ this.i.ld = __copy;
6956
7045
  this._a("flatCornerRadiusTopLeft", this.i.ld.d);
6957
- this.i.ld = this.i.ld;
6958
7046
  },
6959
7047
  enumerable: false,
6960
7048
  configurable: true
@@ -6965,9 +7053,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6965
7053
  },
6966
7054
  set: function (v) {
6967
7055
  this.ensureFlatCornerRadius();
6968
- this.i.ld.e = +v;
7056
+ var __nv = +v;
7057
+ if (this.i.ld.e === __nv) {
7058
+ return;
7059
+ }
7060
+ var __copy = new CornerRadius(2);
7061
+ __copy.e = __nv;
7062
+ __copy.c = this.i.ld.c;
7063
+ __copy.b = this.i.ld.b;
7064
+ __copy.d = this.i.ld.d;
7065
+ this.i.ld = __copy;
6969
7066
  this._a("flatCornerRadiusTopRight", this.i.ld.e);
6970
- this.i.ld = this.i.ld;
6971
7067
  },
6972
7068
  enumerable: false,
6973
7069
  configurable: true
@@ -7297,9 +7393,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7297
7393
  },
7298
7394
  set: function (v) {
7299
7395
  this.ensureCornerRadius();
7300
- this.i.k6.c = +v;
7396
+ var __nv = +v;
7397
+ if (this.i.k6.c === __nv) {
7398
+ return;
7399
+ }
7400
+ var __copy = new CornerRadius(2);
7401
+ __copy.c = __nv;
7402
+ __copy.b = this.i.k6.b;
7403
+ __copy.d = this.i.k6.d;
7404
+ __copy.e = this.i.k6.e;
7405
+ this.i.k6 = __copy;
7301
7406
  this._a("cornerRadiusBottomRight", this.i.k6.c);
7302
- this.i.k6 = this.i.k6;
7303
7407
  },
7304
7408
  enumerable: false,
7305
7409
  configurable: true
@@ -7310,9 +7414,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7310
7414
  },
7311
7415
  set: function (v) {
7312
7416
  this.ensureCornerRadius();
7313
- this.i.k6.b = +v;
7417
+ var __nv = +v;
7418
+ if (this.i.k6.b === __nv) {
7419
+ return;
7420
+ }
7421
+ var __copy = new CornerRadius(2);
7422
+ __copy.b = __nv;
7423
+ __copy.c = this.i.k6.c;
7424
+ __copy.d = this.i.k6.d;
7425
+ __copy.e = this.i.k6.e;
7426
+ this.i.k6 = __copy;
7314
7427
  this._a("cornerRadiusBottomLeft", this.i.k6.b);
7315
- this.i.k6 = this.i.k6;
7316
7428
  },
7317
7429
  enumerable: false,
7318
7430
  configurable: true
@@ -7323,9 +7435,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7323
7435
  },
7324
7436
  set: function (v) {
7325
7437
  this.ensureCornerRadius();
7326
- this.i.k6.d = +v;
7438
+ var __nv = +v;
7439
+ if (this.i.k6.d === __nv) {
7440
+ return;
7441
+ }
7442
+ var __copy = new CornerRadius(2);
7443
+ __copy.d = __nv;
7444
+ __copy.c = this.i.k6.c;
7445
+ __copy.b = this.i.k6.b;
7446
+ __copy.e = this.i.k6.e;
7447
+ this.i.k6 = __copy;
7327
7448
  this._a("cornerRadiusTopLeft", this.i.k6.d);
7328
- this.i.k6 = this.i.k6;
7329
7449
  },
7330
7450
  enumerable: false,
7331
7451
  configurable: true
@@ -7336,9 +7456,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7336
7456
  },
7337
7457
  set: function (v) {
7338
7458
  this.ensureCornerRadius();
7339
- this.i.k6.e = +v;
7459
+ var __nv = +v;
7460
+ if (this.i.k6.e === __nv) {
7461
+ return;
7462
+ }
7463
+ var __copy = new CornerRadius(2);
7464
+ __copy.e = __nv;
7465
+ __copy.c = this.i.k6.c;
7466
+ __copy.b = this.i.k6.b;
7467
+ __copy.d = this.i.k6.d;
7468
+ this.i.k6 = __copy;
7340
7469
  this._a("cornerRadiusTopRight", this.i.k6.e);
7341
- this.i.k6 = this.i.k6;
7342
7470
  },
7343
7471
  enumerable: false,
7344
7472
  configurable: true
@@ -7509,9 +7637,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7509
7637
  },
7510
7638
  set: function (v) {
7511
7639
  this.ensureOutlinedCornerRadius();
7512
- this.i.lg.c = +v;
7640
+ var __nv = +v;
7641
+ if (this.i.lg.c === __nv) {
7642
+ return;
7643
+ }
7644
+ var __copy = new CornerRadius(2);
7645
+ __copy.c = __nv;
7646
+ __copy.b = this.i.lg.b;
7647
+ __copy.d = this.i.lg.d;
7648
+ __copy.e = this.i.lg.e;
7649
+ this.i.lg = __copy;
7513
7650
  this._a("outlinedCornerRadiusBottomRight", this.i.lg.c);
7514
- this.i.lg = this.i.lg;
7515
7651
  },
7516
7652
  enumerable: false,
7517
7653
  configurable: true
@@ -7522,9 +7658,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7522
7658
  },
7523
7659
  set: function (v) {
7524
7660
  this.ensureOutlinedCornerRadius();
7525
- this.i.lg.b = +v;
7661
+ var __nv = +v;
7662
+ if (this.i.lg.b === __nv) {
7663
+ return;
7664
+ }
7665
+ var __copy = new CornerRadius(2);
7666
+ __copy.b = __nv;
7667
+ __copy.c = this.i.lg.c;
7668
+ __copy.d = this.i.lg.d;
7669
+ __copy.e = this.i.lg.e;
7670
+ this.i.lg = __copy;
7526
7671
  this._a("outlinedCornerRadiusBottomLeft", this.i.lg.b);
7527
- this.i.lg = this.i.lg;
7528
7672
  },
7529
7673
  enumerable: false,
7530
7674
  configurable: true
@@ -7535,9 +7679,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7535
7679
  },
7536
7680
  set: function (v) {
7537
7681
  this.ensureOutlinedCornerRadius();
7538
- this.i.lg.d = +v;
7682
+ var __nv = +v;
7683
+ if (this.i.lg.d === __nv) {
7684
+ return;
7685
+ }
7686
+ var __copy = new CornerRadius(2);
7687
+ __copy.d = __nv;
7688
+ __copy.c = this.i.lg.c;
7689
+ __copy.b = this.i.lg.b;
7690
+ __copy.e = this.i.lg.e;
7691
+ this.i.lg = __copy;
7539
7692
  this._a("outlinedCornerRadiusTopLeft", this.i.lg.d);
7540
- this.i.lg = this.i.lg;
7541
7693
  },
7542
7694
  enumerable: false,
7543
7695
  configurable: true
@@ -7548,9 +7700,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7548
7700
  },
7549
7701
  set: function (v) {
7550
7702
  this.ensureOutlinedCornerRadius();
7551
- this.i.lg.e = +v;
7703
+ var __nv = +v;
7704
+ if (this.i.lg.e === __nv) {
7705
+ return;
7706
+ }
7707
+ var __copy = new CornerRadius(2);
7708
+ __copy.e = __nv;
7709
+ __copy.c = this.i.lg.c;
7710
+ __copy.b = this.i.lg.b;
7711
+ __copy.d = this.i.lg.d;
7712
+ this.i.lg = __copy;
7552
7713
  this._a("outlinedCornerRadiusTopRight", this.i.lg.e);
7553
- this.i.lg = this.i.lg;
7554
7714
  },
7555
7715
  enumerable: false,
7556
7716
  configurable: true
@@ -7791,9 +7951,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7791
7951
  },
7792
7952
  set: function (v) {
7793
7953
  this.ensureFabCornerRadius();
7794
- this.i.lc.c = +v;
7954
+ var __nv = +v;
7955
+ if (this.i.lc.c === __nv) {
7956
+ return;
7957
+ }
7958
+ var __copy = new CornerRadius(2);
7959
+ __copy.c = __nv;
7960
+ __copy.b = this.i.lc.b;
7961
+ __copy.d = this.i.lc.d;
7962
+ __copy.e = this.i.lc.e;
7963
+ this.i.lc = __copy;
7795
7964
  this._a("fabCornerRadiusBottomRight", this.i.lc.c);
7796
- this.i.lc = this.i.lc;
7797
7965
  },
7798
7966
  enumerable: false,
7799
7967
  configurable: true
@@ -7804,9 +7972,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7804
7972
  },
7805
7973
  set: function (v) {
7806
7974
  this.ensureFabCornerRadius();
7807
- this.i.lc.b = +v;
7975
+ var __nv = +v;
7976
+ if (this.i.lc.b === __nv) {
7977
+ return;
7978
+ }
7979
+ var __copy = new CornerRadius(2);
7980
+ __copy.b = __nv;
7981
+ __copy.c = this.i.lc.c;
7982
+ __copy.d = this.i.lc.d;
7983
+ __copy.e = this.i.lc.e;
7984
+ this.i.lc = __copy;
7808
7985
  this._a("fabCornerRadiusBottomLeft", this.i.lc.b);
7809
- this.i.lc = this.i.lc;
7810
7986
  },
7811
7987
  enumerable: false,
7812
7988
  configurable: true
@@ -7817,9 +7993,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7817
7993
  },
7818
7994
  set: function (v) {
7819
7995
  this.ensureFabCornerRadius();
7820
- this.i.lc.d = +v;
7996
+ var __nv = +v;
7997
+ if (this.i.lc.d === __nv) {
7998
+ return;
7999
+ }
8000
+ var __copy = new CornerRadius(2);
8001
+ __copy.d = __nv;
8002
+ __copy.c = this.i.lc.c;
8003
+ __copy.b = this.i.lc.b;
8004
+ __copy.e = this.i.lc.e;
8005
+ this.i.lc = __copy;
7821
8006
  this._a("fabCornerRadiusTopLeft", this.i.lc.d);
7822
- this.i.lc = this.i.lc;
7823
8007
  },
7824
8008
  enumerable: false,
7825
8009
  configurable: true
@@ -7830,9 +8014,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7830
8014
  },
7831
8015
  set: function (v) {
7832
8016
  this.ensureFabCornerRadius();
7833
- this.i.lc.e = +v;
8017
+ var __nv = +v;
8018
+ if (this.i.lc.e === __nv) {
8019
+ return;
8020
+ }
8021
+ var __copy = new CornerRadius(2);
8022
+ __copy.e = __nv;
8023
+ __copy.c = this.i.lc.c;
8024
+ __copy.b = this.i.lc.b;
8025
+ __copy.d = this.i.lc.d;
8026
+ this.i.lc = __copy;
7834
8027
  this._a("fabCornerRadiusTopRight", this.i.lc.e);
7835
- this.i.lc = this.i.lc;
7836
8028
  },
7837
8029
  enumerable: false,
7838
8030
  configurable: true
@@ -8073,9 +8265,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8073
8265
  },
8074
8266
  set: function (v) {
8075
8267
  this.ensureIconCornerRadius();
8076
- this.i.lf.c = +v;
8268
+ var __nv = +v;
8269
+ if (this.i.lf.c === __nv) {
8270
+ return;
8271
+ }
8272
+ var __copy = new CornerRadius(2);
8273
+ __copy.c = __nv;
8274
+ __copy.b = this.i.lf.b;
8275
+ __copy.d = this.i.lf.d;
8276
+ __copy.e = this.i.lf.e;
8277
+ this.i.lf = __copy;
8077
8278
  this._a("iconCornerRadiusBottomRight", this.i.lf.c);
8078
- this.i.lf = this.i.lf;
8079
8279
  },
8080
8280
  enumerable: false,
8081
8281
  configurable: true
@@ -8086,9 +8286,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8086
8286
  },
8087
8287
  set: function (v) {
8088
8288
  this.ensureIconCornerRadius();
8089
- this.i.lf.b = +v;
8289
+ var __nv = +v;
8290
+ if (this.i.lf.b === __nv) {
8291
+ return;
8292
+ }
8293
+ var __copy = new CornerRadius(2);
8294
+ __copy.b = __nv;
8295
+ __copy.c = this.i.lf.c;
8296
+ __copy.d = this.i.lf.d;
8297
+ __copy.e = this.i.lf.e;
8298
+ this.i.lf = __copy;
8090
8299
  this._a("iconCornerRadiusBottomLeft", this.i.lf.b);
8091
- this.i.lf = this.i.lf;
8092
8300
  },
8093
8301
  enumerable: false,
8094
8302
  configurable: true
@@ -8099,9 +8307,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8099
8307
  },
8100
8308
  set: function (v) {
8101
8309
  this.ensureIconCornerRadius();
8102
- this.i.lf.d = +v;
8310
+ var __nv = +v;
8311
+ if (this.i.lf.d === __nv) {
8312
+ return;
8313
+ }
8314
+ var __copy = new CornerRadius(2);
8315
+ __copy.d = __nv;
8316
+ __copy.c = this.i.lf.c;
8317
+ __copy.b = this.i.lf.b;
8318
+ __copy.e = this.i.lf.e;
8319
+ this.i.lf = __copy;
8103
8320
  this._a("iconCornerRadiusTopLeft", this.i.lf.d);
8104
- this.i.lf = this.i.lf;
8105
8321
  },
8106
8322
  enumerable: false,
8107
8323
  configurable: true
@@ -8112,9 +8328,17 @@ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8112
8328
  },
8113
8329
  set: function (v) {
8114
8330
  this.ensureIconCornerRadius();
8115
- this.i.lf.e = +v;
8331
+ var __nv = +v;
8332
+ if (this.i.lf.e === __nv) {
8333
+ return;
8334
+ }
8335
+ var __copy = new CornerRadius(2);
8336
+ __copy.e = __nv;
8337
+ __copy.c = this.i.lf.c;
8338
+ __copy.b = this.i.lf.b;
8339
+ __copy.d = this.i.lf.d;
8340
+ this.i.lf = __copy;
8116
8341
  this._a("iconCornerRadiusTopRight", this.i.lf.e);
8117
- this.i.lf = this.i.lf;
8118
8342
  },
8119
8343
  enumerable: false,
8120
8344
  configurable: true
@@ -24899,9 +25123,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24899
25123
  },
24900
25124
  set: function (v) {
24901
25125
  this.ensureActualCornerRadius();
24902
- this.i.ko.c = +v;
25126
+ var __nv = +v;
25127
+ if (this.i.ko.c === __nv) {
25128
+ return;
25129
+ }
25130
+ var __copy = new CornerRadius(2);
25131
+ __copy.c = __nv;
25132
+ __copy.b = this.i.ko.b;
25133
+ __copy.d = this.i.ko.d;
25134
+ __copy.e = this.i.ko.e;
25135
+ this.i.ko = __copy;
24903
25136
  this._a("actualCornerRadiusBottomRight", this.i.ko.c);
24904
- this.i.ko = this.i.ko;
24905
25137
  },
24906
25138
  enumerable: false,
24907
25139
  configurable: true
@@ -24912,9 +25144,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24912
25144
  },
24913
25145
  set: function (v) {
24914
25146
  this.ensureActualCornerRadius();
24915
- this.i.ko.b = +v;
25147
+ var __nv = +v;
25148
+ if (this.i.ko.b === __nv) {
25149
+ return;
25150
+ }
25151
+ var __copy = new CornerRadius(2);
25152
+ __copy.b = __nv;
25153
+ __copy.c = this.i.ko.c;
25154
+ __copy.d = this.i.ko.d;
25155
+ __copy.e = this.i.ko.e;
25156
+ this.i.ko = __copy;
24916
25157
  this._a("actualCornerRadiusBottomLeft", this.i.ko.b);
24917
- this.i.ko = this.i.ko;
24918
25158
  },
24919
25159
  enumerable: false,
24920
25160
  configurable: true
@@ -24925,9 +25165,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24925
25165
  },
24926
25166
  set: function (v) {
24927
25167
  this.ensureActualCornerRadius();
24928
- this.i.ko.d = +v;
25168
+ var __nv = +v;
25169
+ if (this.i.ko.d === __nv) {
25170
+ return;
25171
+ }
25172
+ var __copy = new CornerRadius(2);
25173
+ __copy.d = __nv;
25174
+ __copy.c = this.i.ko.c;
25175
+ __copy.b = this.i.ko.b;
25176
+ __copy.e = this.i.ko.e;
25177
+ this.i.ko = __copy;
24929
25178
  this._a("actualCornerRadiusTopLeft", this.i.ko.d);
24930
- this.i.ko = this.i.ko;
24931
25179
  },
24932
25180
  enumerable: false,
24933
25181
  configurable: true
@@ -24938,9 +25186,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24938
25186
  },
24939
25187
  set: function (v) {
24940
25188
  this.ensureActualCornerRadius();
24941
- this.i.ko.e = +v;
25189
+ var __nv = +v;
25190
+ if (this.i.ko.e === __nv) {
25191
+ return;
25192
+ }
25193
+ var __copy = new CornerRadius(2);
25194
+ __copy.e = __nv;
25195
+ __copy.c = this.i.ko.c;
25196
+ __copy.b = this.i.ko.b;
25197
+ __copy.d = this.i.ko.d;
25198
+ this.i.ko = __copy;
24942
25199
  this._a("actualCornerRadiusTopRight", this.i.ko.e);
24943
- this.i.ko = this.i.ko;
24944
25200
  },
24945
25201
  enumerable: false,
24946
25202
  configurable: true
@@ -24957,9 +25213,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24957
25213
  },
24958
25214
  set: function (v) {
24959
25215
  this.ensureActualContentPadding();
24960
- this.i.oe.bottom = +v;
25216
+ var __nv = +v;
25217
+ if (this.i.oe.bottom === __nv) {
25218
+ return;
25219
+ }
25220
+ var __copy = new Thickness(2);
25221
+ __copy.bottom = __nv;
25222
+ __copy.left = this.i.oe.left;
25223
+ __copy.right = this.i.oe.right;
25224
+ __copy.top = this.i.oe.top;
25225
+ this.i.oe = __copy;
24961
25226
  this._a("actualContentPaddingBottom", this.i.oe.bottom);
24962
- this.i.oe = this.i.oe;
24963
25227
  },
24964
25228
  enumerable: false,
24965
25229
  configurable: true
@@ -24970,9 +25234,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24970
25234
  },
24971
25235
  set: function (v) {
24972
25236
  this.ensureActualContentPadding();
24973
- this.i.oe.left = +v;
25237
+ var __nv = +v;
25238
+ if (this.i.oe.left === __nv) {
25239
+ return;
25240
+ }
25241
+ var __copy = new Thickness(2);
25242
+ __copy.left = __nv;
25243
+ __copy.bottom = this.i.oe.bottom;
25244
+ __copy.right = this.i.oe.right;
25245
+ __copy.top = this.i.oe.top;
25246
+ this.i.oe = __copy;
24974
25247
  this._a("actualContentPaddingLeft", this.i.oe.left);
24975
- this.i.oe = this.i.oe;
24976
25248
  },
24977
25249
  enumerable: false,
24978
25250
  configurable: true
@@ -24983,9 +25255,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24983
25255
  },
24984
25256
  set: function (v) {
24985
25257
  this.ensureActualContentPadding();
24986
- this.i.oe.right = +v;
25258
+ var __nv = +v;
25259
+ if (this.i.oe.right === __nv) {
25260
+ return;
25261
+ }
25262
+ var __copy = new Thickness(2);
25263
+ __copy.right = __nv;
25264
+ __copy.bottom = this.i.oe.bottom;
25265
+ __copy.left = this.i.oe.left;
25266
+ __copy.top = this.i.oe.top;
25267
+ this.i.oe = __copy;
24987
25268
  this._a("actualContentPaddingRight", this.i.oe.right);
24988
- this.i.oe = this.i.oe;
24989
25269
  },
24990
25270
  enumerable: false,
24991
25271
  configurable: true
@@ -24996,9 +25276,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
24996
25276
  },
24997
25277
  set: function (v) {
24998
25278
  this.ensureActualContentPadding();
24999
- this.i.oe.top = +v;
25279
+ var __nv = +v;
25280
+ if (this.i.oe.top === __nv) {
25281
+ return;
25282
+ }
25283
+ var __copy = new Thickness(2);
25284
+ __copy.top = __nv;
25285
+ __copy.bottom = this.i.oe.bottom;
25286
+ __copy.left = this.i.oe.left;
25287
+ __copy.right = this.i.oe.right;
25288
+ this.i.oe = __copy;
25000
25289
  this._a("actualContentPaddingTop", this.i.oe.top);
25001
- this.i.oe = this.i.oe;
25002
25290
  },
25003
25291
  enumerable: false,
25004
25292
  configurable: true
@@ -25239,9 +25527,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25239
25527
  },
25240
25528
  set: function (v) {
25241
25529
  this.ensureCornerRadius();
25242
- this.i.ks.c = +v;
25530
+ var __nv = +v;
25531
+ if (this.i.ks.c === __nv) {
25532
+ return;
25533
+ }
25534
+ var __copy = new CornerRadius(2);
25535
+ __copy.c = __nv;
25536
+ __copy.b = this.i.ks.b;
25537
+ __copy.d = this.i.ks.d;
25538
+ __copy.e = this.i.ks.e;
25539
+ this.i.ks = __copy;
25243
25540
  this._a("cornerRadiusBottomRight", this.i.ks.c);
25244
- this.i.ks = this.i.ks;
25245
25541
  },
25246
25542
  enumerable: false,
25247
25543
  configurable: true
@@ -25252,9 +25548,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25252
25548
  },
25253
25549
  set: function (v) {
25254
25550
  this.ensureCornerRadius();
25255
- this.i.ks.b = +v;
25551
+ var __nv = +v;
25552
+ if (this.i.ks.b === __nv) {
25553
+ return;
25554
+ }
25555
+ var __copy = new CornerRadius(2);
25556
+ __copy.b = __nv;
25557
+ __copy.c = this.i.ks.c;
25558
+ __copy.d = this.i.ks.d;
25559
+ __copy.e = this.i.ks.e;
25560
+ this.i.ks = __copy;
25256
25561
  this._a("cornerRadiusBottomLeft", this.i.ks.b);
25257
- this.i.ks = this.i.ks;
25258
25562
  },
25259
25563
  enumerable: false,
25260
25564
  configurable: true
@@ -25265,9 +25569,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25265
25569
  },
25266
25570
  set: function (v) {
25267
25571
  this.ensureCornerRadius();
25268
- this.i.ks.d = +v;
25572
+ var __nv = +v;
25573
+ if (this.i.ks.d === __nv) {
25574
+ return;
25575
+ }
25576
+ var __copy = new CornerRadius(2);
25577
+ __copy.d = __nv;
25578
+ __copy.c = this.i.ks.c;
25579
+ __copy.b = this.i.ks.b;
25580
+ __copy.e = this.i.ks.e;
25581
+ this.i.ks = __copy;
25269
25582
  this._a("cornerRadiusTopLeft", this.i.ks.d);
25270
- this.i.ks = this.i.ks;
25271
25583
  },
25272
25584
  enumerable: false,
25273
25585
  configurable: true
@@ -25278,9 +25590,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25278
25590
  },
25279
25591
  set: function (v) {
25280
25592
  this.ensureCornerRadius();
25281
- this.i.ks.e = +v;
25593
+ var __nv = +v;
25594
+ if (this.i.ks.e === __nv) {
25595
+ return;
25596
+ }
25597
+ var __copy = new CornerRadius(2);
25598
+ __copy.e = __nv;
25599
+ __copy.c = this.i.ks.c;
25600
+ __copy.b = this.i.ks.b;
25601
+ __copy.d = this.i.ks.d;
25602
+ this.i.ks = __copy;
25282
25603
  this._a("cornerRadiusTopRight", this.i.ks.e);
25283
- this.i.ks = this.i.ks;
25284
25604
  },
25285
25605
  enumerable: false,
25286
25606
  configurable: true
@@ -25297,9 +25617,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25297
25617
  },
25298
25618
  set: function (v) {
25299
25619
  this.ensureContentPadding();
25300
- this.i.oi.bottom = +v;
25620
+ var __nv = +v;
25621
+ if (this.i.oi.bottom === __nv) {
25622
+ return;
25623
+ }
25624
+ var __copy = new Thickness(2);
25625
+ __copy.bottom = __nv;
25626
+ __copy.left = this.i.oi.left;
25627
+ __copy.right = this.i.oi.right;
25628
+ __copy.top = this.i.oi.top;
25629
+ this.i.oi = __copy;
25301
25630
  this._a("contentPaddingBottom", this.i.oi.bottom);
25302
- this.i.oi = this.i.oi;
25303
25631
  },
25304
25632
  enumerable: false,
25305
25633
  configurable: true
@@ -25310,9 +25638,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25310
25638
  },
25311
25639
  set: function (v) {
25312
25640
  this.ensureContentPadding();
25313
- this.i.oi.left = +v;
25641
+ var __nv = +v;
25642
+ if (this.i.oi.left === __nv) {
25643
+ return;
25644
+ }
25645
+ var __copy = new Thickness(2);
25646
+ __copy.left = __nv;
25647
+ __copy.bottom = this.i.oi.bottom;
25648
+ __copy.right = this.i.oi.right;
25649
+ __copy.top = this.i.oi.top;
25650
+ this.i.oi = __copy;
25314
25651
  this._a("contentPaddingLeft", this.i.oi.left);
25315
- this.i.oi = this.i.oi;
25316
25652
  },
25317
25653
  enumerable: false,
25318
25654
  configurable: true
@@ -25323,9 +25659,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25323
25659
  },
25324
25660
  set: function (v) {
25325
25661
  this.ensureContentPadding();
25326
- this.i.oi.right = +v;
25662
+ var __nv = +v;
25663
+ if (this.i.oi.right === __nv) {
25664
+ return;
25665
+ }
25666
+ var __copy = new Thickness(2);
25667
+ __copy.right = __nv;
25668
+ __copy.bottom = this.i.oi.bottom;
25669
+ __copy.left = this.i.oi.left;
25670
+ __copy.top = this.i.oi.top;
25671
+ this.i.oi = __copy;
25327
25672
  this._a("contentPaddingRight", this.i.oi.right);
25328
- this.i.oi = this.i.oi;
25329
25673
  },
25330
25674
  enumerable: false,
25331
25675
  configurable: true
@@ -25336,9 +25680,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25336
25680
  },
25337
25681
  set: function (v) {
25338
25682
  this.ensureContentPadding();
25339
- this.i.oi.top = +v;
25683
+ var __nv = +v;
25684
+ if (this.i.oi.top === __nv) {
25685
+ return;
25686
+ }
25687
+ var __copy = new Thickness(2);
25688
+ __copy.top = __nv;
25689
+ __copy.bottom = this.i.oi.bottom;
25690
+ __copy.left = this.i.oi.left;
25691
+ __copy.right = this.i.oi.right;
25692
+ this.i.oi = __copy;
25340
25693
  this._a("contentPaddingTop", this.i.oi.top);
25341
- this.i.oi = this.i.oi;
25342
25694
  },
25343
25695
  enumerable: false,
25344
25696
  configurable: true
@@ -25593,9 +25945,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25593
25945
  },
25594
25946
  set: function (v) {
25595
25947
  this.ensureLineTypeCornerRadius();
25596
- this.i.kx.c = +v;
25948
+ var __nv = +v;
25949
+ if (this.i.kx.c === __nv) {
25950
+ return;
25951
+ }
25952
+ var __copy = new CornerRadius(2);
25953
+ __copy.c = __nv;
25954
+ __copy.b = this.i.kx.b;
25955
+ __copy.d = this.i.kx.d;
25956
+ __copy.e = this.i.kx.e;
25957
+ this.i.kx = __copy;
25597
25958
  this._a("lineTypeCornerRadiusBottomRight", this.i.kx.c);
25598
- this.i.kx = this.i.kx;
25599
25959
  },
25600
25960
  enumerable: false,
25601
25961
  configurable: true
@@ -25606,9 +25966,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25606
25966
  },
25607
25967
  set: function (v) {
25608
25968
  this.ensureLineTypeCornerRadius();
25609
- this.i.kx.b = +v;
25969
+ var __nv = +v;
25970
+ if (this.i.kx.b === __nv) {
25971
+ return;
25972
+ }
25973
+ var __copy = new CornerRadius(2);
25974
+ __copy.b = __nv;
25975
+ __copy.c = this.i.kx.c;
25976
+ __copy.d = this.i.kx.d;
25977
+ __copy.e = this.i.kx.e;
25978
+ this.i.kx = __copy;
25610
25979
  this._a("lineTypeCornerRadiusBottomLeft", this.i.kx.b);
25611
- this.i.kx = this.i.kx;
25612
25980
  },
25613
25981
  enumerable: false,
25614
25982
  configurable: true
@@ -25619,9 +25987,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25619
25987
  },
25620
25988
  set: function (v) {
25621
25989
  this.ensureLineTypeCornerRadius();
25622
- this.i.kx.d = +v;
25990
+ var __nv = +v;
25991
+ if (this.i.kx.d === __nv) {
25992
+ return;
25993
+ }
25994
+ var __copy = new CornerRadius(2);
25995
+ __copy.d = __nv;
25996
+ __copy.c = this.i.kx.c;
25997
+ __copy.b = this.i.kx.b;
25998
+ __copy.e = this.i.kx.e;
25999
+ this.i.kx = __copy;
25623
26000
  this._a("lineTypeCornerRadiusTopLeft", this.i.kx.d);
25624
- this.i.kx = this.i.kx;
25625
26001
  },
25626
26002
  enumerable: false,
25627
26003
  configurable: true
@@ -25632,9 +26008,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25632
26008
  },
25633
26009
  set: function (v) {
25634
26010
  this.ensureLineTypeCornerRadius();
25635
- this.i.kx.e = +v;
26011
+ var __nv = +v;
26012
+ if (this.i.kx.e === __nv) {
26013
+ return;
26014
+ }
26015
+ var __copy = new CornerRadius(2);
26016
+ __copy.e = __nv;
26017
+ __copy.c = this.i.kx.c;
26018
+ __copy.b = this.i.kx.b;
26019
+ __copy.d = this.i.kx.d;
26020
+ this.i.kx = __copy;
25636
26021
  this._a("lineTypeCornerRadiusTopRight", this.i.kx.e);
25637
- this.i.kx = this.i.kx;
25638
26022
  },
25639
26023
  enumerable: false,
25640
26024
  configurable: true
@@ -25651,9 +26035,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25651
26035
  },
25652
26036
  set: function (v) {
25653
26037
  this.ensureLineTypeContentPadding();
25654
- this.i.on.bottom = +v;
26038
+ var __nv = +v;
26039
+ if (this.i.on.bottom === __nv) {
26040
+ return;
26041
+ }
26042
+ var __copy = new Thickness(2);
26043
+ __copy.bottom = __nv;
26044
+ __copy.left = this.i.on.left;
26045
+ __copy.right = this.i.on.right;
26046
+ __copy.top = this.i.on.top;
26047
+ this.i.on = __copy;
25655
26048
  this._a("lineTypeContentPaddingBottom", this.i.on.bottom);
25656
- this.i.on = this.i.on;
25657
26049
  },
25658
26050
  enumerable: false,
25659
26051
  configurable: true
@@ -25664,9 +26056,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25664
26056
  },
25665
26057
  set: function (v) {
25666
26058
  this.ensureLineTypeContentPadding();
25667
- this.i.on.left = +v;
26059
+ var __nv = +v;
26060
+ if (this.i.on.left === __nv) {
26061
+ return;
26062
+ }
26063
+ var __copy = new Thickness(2);
26064
+ __copy.left = __nv;
26065
+ __copy.bottom = this.i.on.bottom;
26066
+ __copy.right = this.i.on.right;
26067
+ __copy.top = this.i.on.top;
26068
+ this.i.on = __copy;
25668
26069
  this._a("lineTypeContentPaddingLeft", this.i.on.left);
25669
- this.i.on = this.i.on;
25670
26070
  },
25671
26071
  enumerable: false,
25672
26072
  configurable: true
@@ -25677,9 +26077,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25677
26077
  },
25678
26078
  set: function (v) {
25679
26079
  this.ensureLineTypeContentPadding();
25680
- this.i.on.right = +v;
26080
+ var __nv = +v;
26081
+ if (this.i.on.right === __nv) {
26082
+ return;
26083
+ }
26084
+ var __copy = new Thickness(2);
26085
+ __copy.right = __nv;
26086
+ __copy.bottom = this.i.on.bottom;
26087
+ __copy.left = this.i.on.left;
26088
+ __copy.top = this.i.on.top;
26089
+ this.i.on = __copy;
25681
26090
  this._a("lineTypeContentPaddingRight", this.i.on.right);
25682
- this.i.on = this.i.on;
25683
26091
  },
25684
26092
  enumerable: false,
25685
26093
  configurable: true
@@ -25690,9 +26098,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25690
26098
  },
25691
26099
  set: function (v) {
25692
26100
  this.ensureLineTypeContentPadding();
25693
- this.i.on.top = +v;
26101
+ var __nv = +v;
26102
+ if (this.i.on.top === __nv) {
26103
+ return;
26104
+ }
26105
+ var __copy = new Thickness(2);
26106
+ __copy.top = __nv;
26107
+ __copy.bottom = this.i.on.bottom;
26108
+ __copy.left = this.i.on.left;
26109
+ __copy.right = this.i.on.right;
26110
+ this.i.on = __copy;
25694
26111
  this._a("lineTypeContentPaddingTop", this.i.on.top);
25695
- this.i.on = this.i.on;
25696
26112
  },
25697
26113
  enumerable: false,
25698
26114
  configurable: true
@@ -25947,9 +26363,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25947
26363
  },
25948
26364
  set: function (v) {
25949
26365
  this.ensureBoxTypeCornerRadius();
25950
- this.i.kq.c = +v;
26366
+ var __nv = +v;
26367
+ if (this.i.kq.c === __nv) {
26368
+ return;
26369
+ }
26370
+ var __copy = new CornerRadius(2);
26371
+ __copy.c = __nv;
26372
+ __copy.b = this.i.kq.b;
26373
+ __copy.d = this.i.kq.d;
26374
+ __copy.e = this.i.kq.e;
26375
+ this.i.kq = __copy;
25951
26376
  this._a("boxTypeCornerRadiusBottomRight", this.i.kq.c);
25952
- this.i.kq = this.i.kq;
25953
26377
  },
25954
26378
  enumerable: false,
25955
26379
  configurable: true
@@ -25960,9 +26384,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25960
26384
  },
25961
26385
  set: function (v) {
25962
26386
  this.ensureBoxTypeCornerRadius();
25963
- this.i.kq.b = +v;
26387
+ var __nv = +v;
26388
+ if (this.i.kq.b === __nv) {
26389
+ return;
26390
+ }
26391
+ var __copy = new CornerRadius(2);
26392
+ __copy.b = __nv;
26393
+ __copy.c = this.i.kq.c;
26394
+ __copy.d = this.i.kq.d;
26395
+ __copy.e = this.i.kq.e;
26396
+ this.i.kq = __copy;
25964
26397
  this._a("boxTypeCornerRadiusBottomLeft", this.i.kq.b);
25965
- this.i.kq = this.i.kq;
25966
26398
  },
25967
26399
  enumerable: false,
25968
26400
  configurable: true
@@ -25973,9 +26405,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25973
26405
  },
25974
26406
  set: function (v) {
25975
26407
  this.ensureBoxTypeCornerRadius();
25976
- this.i.kq.d = +v;
26408
+ var __nv = +v;
26409
+ if (this.i.kq.d === __nv) {
26410
+ return;
26411
+ }
26412
+ var __copy = new CornerRadius(2);
26413
+ __copy.d = __nv;
26414
+ __copy.c = this.i.kq.c;
26415
+ __copy.b = this.i.kq.b;
26416
+ __copy.e = this.i.kq.e;
26417
+ this.i.kq = __copy;
25977
26418
  this._a("boxTypeCornerRadiusTopLeft", this.i.kq.d);
25978
- this.i.kq = this.i.kq;
25979
26419
  },
25980
26420
  enumerable: false,
25981
26421
  configurable: true
@@ -25986,9 +26426,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25986
26426
  },
25987
26427
  set: function (v) {
25988
26428
  this.ensureBoxTypeCornerRadius();
25989
- this.i.kq.e = +v;
26429
+ var __nv = +v;
26430
+ if (this.i.kq.e === __nv) {
26431
+ return;
26432
+ }
26433
+ var __copy = new CornerRadius(2);
26434
+ __copy.e = __nv;
26435
+ __copy.c = this.i.kq.c;
26436
+ __copy.b = this.i.kq.b;
26437
+ __copy.d = this.i.kq.d;
26438
+ this.i.kq = __copy;
25990
26439
  this._a("boxTypeCornerRadiusTopRight", this.i.kq.e);
25991
- this.i.kq = this.i.kq;
25992
26440
  },
25993
26441
  enumerable: false,
25994
26442
  configurable: true
@@ -26005,9 +26453,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26005
26453
  },
26006
26454
  set: function (v) {
26007
26455
  this.ensureBoxTypeContentPadding();
26008
- this.i.og.bottom = +v;
26456
+ var __nv = +v;
26457
+ if (this.i.og.bottom === __nv) {
26458
+ return;
26459
+ }
26460
+ var __copy = new Thickness(2);
26461
+ __copy.bottom = __nv;
26462
+ __copy.left = this.i.og.left;
26463
+ __copy.right = this.i.og.right;
26464
+ __copy.top = this.i.og.top;
26465
+ this.i.og = __copy;
26009
26466
  this._a("boxTypeContentPaddingBottom", this.i.og.bottom);
26010
- this.i.og = this.i.og;
26011
26467
  },
26012
26468
  enumerable: false,
26013
26469
  configurable: true
@@ -26018,9 +26474,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26018
26474
  },
26019
26475
  set: function (v) {
26020
26476
  this.ensureBoxTypeContentPadding();
26021
- this.i.og.left = +v;
26477
+ var __nv = +v;
26478
+ if (this.i.og.left === __nv) {
26479
+ return;
26480
+ }
26481
+ var __copy = new Thickness(2);
26482
+ __copy.left = __nv;
26483
+ __copy.bottom = this.i.og.bottom;
26484
+ __copy.right = this.i.og.right;
26485
+ __copy.top = this.i.og.top;
26486
+ this.i.og = __copy;
26022
26487
  this._a("boxTypeContentPaddingLeft", this.i.og.left);
26023
- this.i.og = this.i.og;
26024
26488
  },
26025
26489
  enumerable: false,
26026
26490
  configurable: true
@@ -26031,9 +26495,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26031
26495
  },
26032
26496
  set: function (v) {
26033
26497
  this.ensureBoxTypeContentPadding();
26034
- this.i.og.right = +v;
26498
+ var __nv = +v;
26499
+ if (this.i.og.right === __nv) {
26500
+ return;
26501
+ }
26502
+ var __copy = new Thickness(2);
26503
+ __copy.right = __nv;
26504
+ __copy.bottom = this.i.og.bottom;
26505
+ __copy.left = this.i.og.left;
26506
+ __copy.top = this.i.og.top;
26507
+ this.i.og = __copy;
26035
26508
  this._a("boxTypeContentPaddingRight", this.i.og.right);
26036
- this.i.og = this.i.og;
26037
26509
  },
26038
26510
  enumerable: false,
26039
26511
  configurable: true
@@ -26044,9 +26516,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26044
26516
  },
26045
26517
  set: function (v) {
26046
26518
  this.ensureBoxTypeContentPadding();
26047
- this.i.og.top = +v;
26519
+ var __nv = +v;
26520
+ if (this.i.og.top === __nv) {
26521
+ return;
26522
+ }
26523
+ var __copy = new Thickness(2);
26524
+ __copy.top = __nv;
26525
+ __copy.bottom = this.i.og.bottom;
26526
+ __copy.left = this.i.og.left;
26527
+ __copy.right = this.i.og.right;
26528
+ this.i.og = __copy;
26048
26529
  this._a("boxTypeContentPaddingTop", this.i.og.top);
26049
- this.i.og = this.i.og;
26050
26530
  },
26051
26531
  enumerable: false,
26052
26532
  configurable: true
@@ -26301,9 +26781,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26301
26781
  },
26302
26782
  set: function (v) {
26303
26783
  this.ensureBorderTypeCornerRadius();
26304
- this.i.kp.c = +v;
26784
+ var __nv = +v;
26785
+ if (this.i.kp.c === __nv) {
26786
+ return;
26787
+ }
26788
+ var __copy = new CornerRadius(2);
26789
+ __copy.c = __nv;
26790
+ __copy.b = this.i.kp.b;
26791
+ __copy.d = this.i.kp.d;
26792
+ __copy.e = this.i.kp.e;
26793
+ this.i.kp = __copy;
26305
26794
  this._a("borderTypeCornerRadiusBottomRight", this.i.kp.c);
26306
- this.i.kp = this.i.kp;
26307
26795
  },
26308
26796
  enumerable: false,
26309
26797
  configurable: true
@@ -26314,9 +26802,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26314
26802
  },
26315
26803
  set: function (v) {
26316
26804
  this.ensureBorderTypeCornerRadius();
26317
- this.i.kp.b = +v;
26805
+ var __nv = +v;
26806
+ if (this.i.kp.b === __nv) {
26807
+ return;
26808
+ }
26809
+ var __copy = new CornerRadius(2);
26810
+ __copy.b = __nv;
26811
+ __copy.c = this.i.kp.c;
26812
+ __copy.d = this.i.kp.d;
26813
+ __copy.e = this.i.kp.e;
26814
+ this.i.kp = __copy;
26318
26815
  this._a("borderTypeCornerRadiusBottomLeft", this.i.kp.b);
26319
- this.i.kp = this.i.kp;
26320
26816
  },
26321
26817
  enumerable: false,
26322
26818
  configurable: true
@@ -26327,9 +26823,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26327
26823
  },
26328
26824
  set: function (v) {
26329
26825
  this.ensureBorderTypeCornerRadius();
26330
- this.i.kp.d = +v;
26826
+ var __nv = +v;
26827
+ if (this.i.kp.d === __nv) {
26828
+ return;
26829
+ }
26830
+ var __copy = new CornerRadius(2);
26831
+ __copy.d = __nv;
26832
+ __copy.c = this.i.kp.c;
26833
+ __copy.b = this.i.kp.b;
26834
+ __copy.e = this.i.kp.e;
26835
+ this.i.kp = __copy;
26331
26836
  this._a("borderTypeCornerRadiusTopLeft", this.i.kp.d);
26332
- this.i.kp = this.i.kp;
26333
26837
  },
26334
26838
  enumerable: false,
26335
26839
  configurable: true
@@ -26340,9 +26844,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26340
26844
  },
26341
26845
  set: function (v) {
26342
26846
  this.ensureBorderTypeCornerRadius();
26343
- this.i.kp.e = +v;
26847
+ var __nv = +v;
26848
+ if (this.i.kp.e === __nv) {
26849
+ return;
26850
+ }
26851
+ var __copy = new CornerRadius(2);
26852
+ __copy.e = __nv;
26853
+ __copy.c = this.i.kp.c;
26854
+ __copy.b = this.i.kp.b;
26855
+ __copy.d = this.i.kp.d;
26856
+ this.i.kp = __copy;
26344
26857
  this._a("borderTypeCornerRadiusTopRight", this.i.kp.e);
26345
- this.i.kp = this.i.kp;
26346
26858
  },
26347
26859
  enumerable: false,
26348
26860
  configurable: true
@@ -26359,9 +26871,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26359
26871
  },
26360
26872
  set: function (v) {
26361
26873
  this.ensureBorderTypeContentPadding();
26362
- this.i.of.bottom = +v;
26874
+ var __nv = +v;
26875
+ if (this.i.of.bottom === __nv) {
26876
+ return;
26877
+ }
26878
+ var __copy = new Thickness(2);
26879
+ __copy.bottom = __nv;
26880
+ __copy.left = this.i.of.left;
26881
+ __copy.right = this.i.of.right;
26882
+ __copy.top = this.i.of.top;
26883
+ this.i.of = __copy;
26363
26884
  this._a("borderTypeContentPaddingBottom", this.i.of.bottom);
26364
- this.i.of = this.i.of;
26365
26885
  },
26366
26886
  enumerable: false,
26367
26887
  configurable: true
@@ -26372,9 +26892,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26372
26892
  },
26373
26893
  set: function (v) {
26374
26894
  this.ensureBorderTypeContentPadding();
26375
- this.i.of.left = +v;
26895
+ var __nv = +v;
26896
+ if (this.i.of.left === __nv) {
26897
+ return;
26898
+ }
26899
+ var __copy = new Thickness(2);
26900
+ __copy.left = __nv;
26901
+ __copy.bottom = this.i.of.bottom;
26902
+ __copy.right = this.i.of.right;
26903
+ __copy.top = this.i.of.top;
26904
+ this.i.of = __copy;
26376
26905
  this._a("borderTypeContentPaddingLeft", this.i.of.left);
26377
- this.i.of = this.i.of;
26378
26906
  },
26379
26907
  enumerable: false,
26380
26908
  configurable: true
@@ -26385,9 +26913,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26385
26913
  },
26386
26914
  set: function (v) {
26387
26915
  this.ensureBorderTypeContentPadding();
26388
- this.i.of.right = +v;
26916
+ var __nv = +v;
26917
+ if (this.i.of.right === __nv) {
26918
+ return;
26919
+ }
26920
+ var __copy = new Thickness(2);
26921
+ __copy.right = __nv;
26922
+ __copy.bottom = this.i.of.bottom;
26923
+ __copy.left = this.i.of.left;
26924
+ __copy.top = this.i.of.top;
26925
+ this.i.of = __copy;
26389
26926
  this._a("borderTypeContentPaddingRight", this.i.of.right);
26390
- this.i.of = this.i.of;
26391
26927
  },
26392
26928
  enumerable: false,
26393
26929
  configurable: true
@@ -26398,9 +26934,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26398
26934
  },
26399
26935
  set: function (v) {
26400
26936
  this.ensureBorderTypeContentPadding();
26401
- this.i.of.top = +v;
26937
+ var __nv = +v;
26938
+ if (this.i.of.top === __nv) {
26939
+ return;
26940
+ }
26941
+ var __copy = new Thickness(2);
26942
+ __copy.top = __nv;
26943
+ __copy.bottom = this.i.of.bottom;
26944
+ __copy.left = this.i.of.left;
26945
+ __copy.right = this.i.of.right;
26946
+ this.i.of = __copy;
26402
26947
  this._a("borderTypeContentPaddingTop", this.i.of.top);
26403
- this.i.of = this.i.of;
26404
26948
  },
26405
26949
  enumerable: false,
26406
26950
  configurable: true
@@ -26655,9 +27199,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26655
27199
  },
26656
27200
  set: function (v) {
26657
27201
  this.ensureSearchTypeCornerRadius();
26658
- this.i.ky.c = +v;
27202
+ var __nv = +v;
27203
+ if (this.i.ky.c === __nv) {
27204
+ return;
27205
+ }
27206
+ var __copy = new CornerRadius(2);
27207
+ __copy.c = __nv;
27208
+ __copy.b = this.i.ky.b;
27209
+ __copy.d = this.i.ky.d;
27210
+ __copy.e = this.i.ky.e;
27211
+ this.i.ky = __copy;
26659
27212
  this._a("searchTypeCornerRadiusBottomRight", this.i.ky.c);
26660
- this.i.ky = this.i.ky;
26661
27213
  },
26662
27214
  enumerable: false,
26663
27215
  configurable: true
@@ -26668,9 +27220,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26668
27220
  },
26669
27221
  set: function (v) {
26670
27222
  this.ensureSearchTypeCornerRadius();
26671
- this.i.ky.b = +v;
27223
+ var __nv = +v;
27224
+ if (this.i.ky.b === __nv) {
27225
+ return;
27226
+ }
27227
+ var __copy = new CornerRadius(2);
27228
+ __copy.b = __nv;
27229
+ __copy.c = this.i.ky.c;
27230
+ __copy.d = this.i.ky.d;
27231
+ __copy.e = this.i.ky.e;
27232
+ this.i.ky = __copy;
26672
27233
  this._a("searchTypeCornerRadiusBottomLeft", this.i.ky.b);
26673
- this.i.ky = this.i.ky;
26674
27234
  },
26675
27235
  enumerable: false,
26676
27236
  configurable: true
@@ -26681,9 +27241,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26681
27241
  },
26682
27242
  set: function (v) {
26683
27243
  this.ensureSearchTypeCornerRadius();
26684
- this.i.ky.d = +v;
27244
+ var __nv = +v;
27245
+ if (this.i.ky.d === __nv) {
27246
+ return;
27247
+ }
27248
+ var __copy = new CornerRadius(2);
27249
+ __copy.d = __nv;
27250
+ __copy.c = this.i.ky.c;
27251
+ __copy.b = this.i.ky.b;
27252
+ __copy.e = this.i.ky.e;
27253
+ this.i.ky = __copy;
26685
27254
  this._a("searchTypeCornerRadiusTopLeft", this.i.ky.d);
26686
- this.i.ky = this.i.ky;
26687
27255
  },
26688
27256
  enumerable: false,
26689
27257
  configurable: true
@@ -26694,9 +27262,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26694
27262
  },
26695
27263
  set: function (v) {
26696
27264
  this.ensureSearchTypeCornerRadius();
26697
- this.i.ky.e = +v;
27265
+ var __nv = +v;
27266
+ if (this.i.ky.e === __nv) {
27267
+ return;
27268
+ }
27269
+ var __copy = new CornerRadius(2);
27270
+ __copy.e = __nv;
27271
+ __copy.c = this.i.ky.c;
27272
+ __copy.b = this.i.ky.b;
27273
+ __copy.d = this.i.ky.d;
27274
+ this.i.ky = __copy;
26698
27275
  this._a("searchTypeCornerRadiusTopRight", this.i.ky.e);
26699
- this.i.ky = this.i.ky;
26700
27276
  },
26701
27277
  enumerable: false,
26702
27278
  configurable: true
@@ -26713,9 +27289,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26713
27289
  },
26714
27290
  set: function (v) {
26715
27291
  this.ensureSearchTypeContentPadding();
26716
- this.i.oo.bottom = +v;
27292
+ var __nv = +v;
27293
+ if (this.i.oo.bottom === __nv) {
27294
+ return;
27295
+ }
27296
+ var __copy = new Thickness(2);
27297
+ __copy.bottom = __nv;
27298
+ __copy.left = this.i.oo.left;
27299
+ __copy.right = this.i.oo.right;
27300
+ __copy.top = this.i.oo.top;
27301
+ this.i.oo = __copy;
26717
27302
  this._a("searchTypeContentPaddingBottom", this.i.oo.bottom);
26718
- this.i.oo = this.i.oo;
26719
27303
  },
26720
27304
  enumerable: false,
26721
27305
  configurable: true
@@ -26726,9 +27310,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26726
27310
  },
26727
27311
  set: function (v) {
26728
27312
  this.ensureSearchTypeContentPadding();
26729
- this.i.oo.left = +v;
27313
+ var __nv = +v;
27314
+ if (this.i.oo.left === __nv) {
27315
+ return;
27316
+ }
27317
+ var __copy = new Thickness(2);
27318
+ __copy.left = __nv;
27319
+ __copy.bottom = this.i.oo.bottom;
27320
+ __copy.right = this.i.oo.right;
27321
+ __copy.top = this.i.oo.top;
27322
+ this.i.oo = __copy;
26730
27323
  this._a("searchTypeContentPaddingLeft", this.i.oo.left);
26731
- this.i.oo = this.i.oo;
26732
27324
  },
26733
27325
  enumerable: false,
26734
27326
  configurable: true
@@ -26739,9 +27331,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26739
27331
  },
26740
27332
  set: function (v) {
26741
27333
  this.ensureSearchTypeContentPadding();
26742
- this.i.oo.right = +v;
27334
+ var __nv = +v;
27335
+ if (this.i.oo.right === __nv) {
27336
+ return;
27337
+ }
27338
+ var __copy = new Thickness(2);
27339
+ __copy.right = __nv;
27340
+ __copy.bottom = this.i.oo.bottom;
27341
+ __copy.left = this.i.oo.left;
27342
+ __copy.top = this.i.oo.top;
27343
+ this.i.oo = __copy;
26743
27344
  this._a("searchTypeContentPaddingRight", this.i.oo.right);
26744
- this.i.oo = this.i.oo;
26745
27345
  },
26746
27346
  enumerable: false,
26747
27347
  configurable: true
@@ -26752,9 +27352,17 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26752
27352
  },
26753
27353
  set: function (v) {
26754
27354
  this.ensureSearchTypeContentPadding();
26755
- this.i.oo.top = +v;
27355
+ var __nv = +v;
27356
+ if (this.i.oo.top === __nv) {
27357
+ return;
27358
+ }
27359
+ var __copy = new Thickness(2);
27360
+ __copy.top = __nv;
27361
+ __copy.bottom = this.i.oo.bottom;
27362
+ __copy.left = this.i.oo.left;
27363
+ __copy.right = this.i.oo.right;
27364
+ this.i.oo = __copy;
26756
27365
  this._a("searchTypeContentPaddingTop", this.i.oo.top);
26757
- this.i.oo = this.i.oo;
26758
27366
  },
26759
27367
  enumerable: false,
26760
27368
  configurable: true
@@ -37475,13 +38083,13 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
37475
38083
  var g = new TransformGroup();
37476
38084
  var h = this.view.am();
37477
38085
  g.j.add(((function () {
37478
- var $ret = new RotateTransform();
37479
- $ret.j = 45;
38086
+ var $ret = new TranslateTransform();
38087
+ $ret.j = _this.ap / 24 * -16;
37480
38088
  return $ret;
37481
38089
  })()));
37482
38090
  g.j.add(((function () {
37483
- var $ret = new TranslateTransform();
37484
- $ret.j = -_this.view.l();
38091
+ var $ret = new RotateTransform();
38092
+ $ret.j = 45;
37485
38093
  return $ret;
37486
38094
  })()));
37487
38095
  NativeUI.n(d, this.c8);
@@ -37620,7 +38228,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
37620
38228
  })()));
37621
38229
  XCheckbox.j = ThemeResolver.a(((function () {
37622
38230
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
37623
- $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
38231
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
37624
38232
  $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
37625
38233
  $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
37626
38234
  $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
@@ -37633,7 +38241,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
37633
38241
  })()));
37634
38242
  XCheckbox.i = ThemeResolver.a(((function () {
37635
38243
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
37636
- $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
38244
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
37637
38245
  $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
37638
38246
  $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
37639
38247
  $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 55, 63, 86));