igniteui-webcomponents-inputs 7.1.0-beta.1 → 7.1.0-beta.3

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.
@@ -6253,9 +6253,17 @@
6253
6253
  },
6254
6254
  set: function (v) {
6255
6255
  this.ensureActualCornerRadius();
6256
- this.i.k4.c = +v;
6256
+ var __nv = +v;
6257
+ if (this.i.k4.c === __nv) {
6258
+ return;
6259
+ }
6260
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6261
+ __copy.c = __nv;
6262
+ __copy.b = this.i.k4.b;
6263
+ __copy.d = this.i.k4.d;
6264
+ __copy.e = this.i.k4.e;
6265
+ this.i.k4 = __copy;
6257
6266
  this._a("actualCornerRadiusBottomRight", this.i.k4.c);
6258
- this.i.k4 = this.i.k4;
6259
6267
  },
6260
6268
  enumerable: false,
6261
6269
  configurable: true
@@ -6266,9 +6274,17 @@
6266
6274
  },
6267
6275
  set: function (v) {
6268
6276
  this.ensureActualCornerRadius();
6269
- this.i.k4.b = +v;
6277
+ var __nv = +v;
6278
+ if (this.i.k4.b === __nv) {
6279
+ return;
6280
+ }
6281
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6282
+ __copy.b = __nv;
6283
+ __copy.c = this.i.k4.c;
6284
+ __copy.d = this.i.k4.d;
6285
+ __copy.e = this.i.k4.e;
6286
+ this.i.k4 = __copy;
6270
6287
  this._a("actualCornerRadiusBottomLeft", this.i.k4.b);
6271
- this.i.k4 = this.i.k4;
6272
6288
  },
6273
6289
  enumerable: false,
6274
6290
  configurable: true
@@ -6279,9 +6295,17 @@
6279
6295
  },
6280
6296
  set: function (v) {
6281
6297
  this.ensureActualCornerRadius();
6282
- this.i.k4.d = +v;
6298
+ var __nv = +v;
6299
+ if (this.i.k4.d === __nv) {
6300
+ return;
6301
+ }
6302
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6303
+ __copy.d = __nv;
6304
+ __copy.c = this.i.k4.c;
6305
+ __copy.b = this.i.k4.b;
6306
+ __copy.e = this.i.k4.e;
6307
+ this.i.k4 = __copy;
6283
6308
  this._a("actualCornerRadiusTopLeft", this.i.k4.d);
6284
- this.i.k4 = this.i.k4;
6285
6309
  },
6286
6310
  enumerable: false,
6287
6311
  configurable: true
@@ -6292,9 +6316,17 @@
6292
6316
  },
6293
6317
  set: function (v) {
6294
6318
  this.ensureActualCornerRadius();
6295
- this.i.k4.e = +v;
6319
+ var __nv = +v;
6320
+ if (this.i.k4.e === __nv) {
6321
+ return;
6322
+ }
6323
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6324
+ __copy.e = __nv;
6325
+ __copy.c = this.i.k4.c;
6326
+ __copy.b = this.i.k4.b;
6327
+ __copy.d = this.i.k4.d;
6328
+ this.i.k4 = __copy;
6296
6329
  this._a("actualCornerRadiusTopRight", this.i.k4.e);
6297
- this.i.k4 = this.i.k4;
6298
6330
  },
6299
6331
  enumerable: false,
6300
6332
  configurable: true
@@ -6633,9 +6665,17 @@
6633
6665
  },
6634
6666
  set: function (v) {
6635
6667
  this.ensureRaisedCornerRadius();
6636
- this.i.lh.c = +v;
6668
+ var __nv = +v;
6669
+ if (this.i.lh.c === __nv) {
6670
+ return;
6671
+ }
6672
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6673
+ __copy.c = __nv;
6674
+ __copy.b = this.i.lh.b;
6675
+ __copy.d = this.i.lh.d;
6676
+ __copy.e = this.i.lh.e;
6677
+ this.i.lh = __copy;
6637
6678
  this._a("raisedCornerRadiusBottomRight", this.i.lh.c);
6638
- this.i.lh = this.i.lh;
6639
6679
  },
6640
6680
  enumerable: false,
6641
6681
  configurable: true
@@ -6646,9 +6686,17 @@
6646
6686
  },
6647
6687
  set: function (v) {
6648
6688
  this.ensureRaisedCornerRadius();
6649
- this.i.lh.b = +v;
6689
+ var __nv = +v;
6690
+ if (this.i.lh.b === __nv) {
6691
+ return;
6692
+ }
6693
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6694
+ __copy.b = __nv;
6695
+ __copy.c = this.i.lh.c;
6696
+ __copy.d = this.i.lh.d;
6697
+ __copy.e = this.i.lh.e;
6698
+ this.i.lh = __copy;
6650
6699
  this._a("raisedCornerRadiusBottomLeft", this.i.lh.b);
6651
- this.i.lh = this.i.lh;
6652
6700
  },
6653
6701
  enumerable: false,
6654
6702
  configurable: true
@@ -6659,9 +6707,17 @@
6659
6707
  },
6660
6708
  set: function (v) {
6661
6709
  this.ensureRaisedCornerRadius();
6662
- this.i.lh.d = +v;
6710
+ var __nv = +v;
6711
+ if (this.i.lh.d === __nv) {
6712
+ return;
6713
+ }
6714
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6715
+ __copy.d = __nv;
6716
+ __copy.c = this.i.lh.c;
6717
+ __copy.b = this.i.lh.b;
6718
+ __copy.e = this.i.lh.e;
6719
+ this.i.lh = __copy;
6663
6720
  this._a("raisedCornerRadiusTopLeft", this.i.lh.d);
6664
- this.i.lh = this.i.lh;
6665
6721
  },
6666
6722
  enumerable: false,
6667
6723
  configurable: true
@@ -6672,9 +6728,17 @@
6672
6728
  },
6673
6729
  set: function (v) {
6674
6730
  this.ensureRaisedCornerRadius();
6675
- this.i.lh.e = +v;
6731
+ var __nv = +v;
6732
+ if (this.i.lh.e === __nv) {
6733
+ return;
6734
+ }
6735
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
6736
+ __copy.e = __nv;
6737
+ __copy.c = this.i.lh.c;
6738
+ __copy.b = this.i.lh.b;
6739
+ __copy.d = this.i.lh.d;
6740
+ this.i.lh = __copy;
6676
6741
  this._a("raisedCornerRadiusTopRight", this.i.lh.e);
6677
- this.i.lh = this.i.lh;
6678
6742
  },
6679
6743
  enumerable: false,
6680
6744
  configurable: true
@@ -6929,9 +6993,17 @@
6929
6993
  },
6930
6994
  set: function (v) {
6931
6995
  this.ensureFlatCornerRadius();
6932
- this.i.ld.c = +v;
6996
+ var __nv = +v;
6997
+ if (this.i.ld.c === __nv) {
6998
+ return;
6999
+ }
7000
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7001
+ __copy.c = __nv;
7002
+ __copy.b = this.i.ld.b;
7003
+ __copy.d = this.i.ld.d;
7004
+ __copy.e = this.i.ld.e;
7005
+ this.i.ld = __copy;
6933
7006
  this._a("flatCornerRadiusBottomRight", this.i.ld.c);
6934
- this.i.ld = this.i.ld;
6935
7007
  },
6936
7008
  enumerable: false,
6937
7009
  configurable: true
@@ -6942,9 +7014,17 @@
6942
7014
  },
6943
7015
  set: function (v) {
6944
7016
  this.ensureFlatCornerRadius();
6945
- this.i.ld.b = +v;
7017
+ var __nv = +v;
7018
+ if (this.i.ld.b === __nv) {
7019
+ return;
7020
+ }
7021
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7022
+ __copy.b = __nv;
7023
+ __copy.c = this.i.ld.c;
7024
+ __copy.d = this.i.ld.d;
7025
+ __copy.e = this.i.ld.e;
7026
+ this.i.ld = __copy;
6946
7027
  this._a("flatCornerRadiusBottomLeft", this.i.ld.b);
6947
- this.i.ld = this.i.ld;
6948
7028
  },
6949
7029
  enumerable: false,
6950
7030
  configurable: true
@@ -6955,9 +7035,17 @@
6955
7035
  },
6956
7036
  set: function (v) {
6957
7037
  this.ensureFlatCornerRadius();
6958
- this.i.ld.d = +v;
7038
+ var __nv = +v;
7039
+ if (this.i.ld.d === __nv) {
7040
+ return;
7041
+ }
7042
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7043
+ __copy.d = __nv;
7044
+ __copy.c = this.i.ld.c;
7045
+ __copy.b = this.i.ld.b;
7046
+ __copy.e = this.i.ld.e;
7047
+ this.i.ld = __copy;
6959
7048
  this._a("flatCornerRadiusTopLeft", this.i.ld.d);
6960
- this.i.ld = this.i.ld;
6961
7049
  },
6962
7050
  enumerable: false,
6963
7051
  configurable: true
@@ -6968,9 +7056,17 @@
6968
7056
  },
6969
7057
  set: function (v) {
6970
7058
  this.ensureFlatCornerRadius();
6971
- this.i.ld.e = +v;
7059
+ var __nv = +v;
7060
+ if (this.i.ld.e === __nv) {
7061
+ return;
7062
+ }
7063
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7064
+ __copy.e = __nv;
7065
+ __copy.c = this.i.ld.c;
7066
+ __copy.b = this.i.ld.b;
7067
+ __copy.d = this.i.ld.d;
7068
+ this.i.ld = __copy;
6972
7069
  this._a("flatCornerRadiusTopRight", this.i.ld.e);
6973
- this.i.ld = this.i.ld;
6974
7070
  },
6975
7071
  enumerable: false,
6976
7072
  configurable: true
@@ -7300,9 +7396,17 @@
7300
7396
  },
7301
7397
  set: function (v) {
7302
7398
  this.ensureCornerRadius();
7303
- this.i.k6.c = +v;
7399
+ var __nv = +v;
7400
+ if (this.i.k6.c === __nv) {
7401
+ return;
7402
+ }
7403
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7404
+ __copy.c = __nv;
7405
+ __copy.b = this.i.k6.b;
7406
+ __copy.d = this.i.k6.d;
7407
+ __copy.e = this.i.k6.e;
7408
+ this.i.k6 = __copy;
7304
7409
  this._a("cornerRadiusBottomRight", this.i.k6.c);
7305
- this.i.k6 = this.i.k6;
7306
7410
  },
7307
7411
  enumerable: false,
7308
7412
  configurable: true
@@ -7313,9 +7417,17 @@
7313
7417
  },
7314
7418
  set: function (v) {
7315
7419
  this.ensureCornerRadius();
7316
- this.i.k6.b = +v;
7420
+ var __nv = +v;
7421
+ if (this.i.k6.b === __nv) {
7422
+ return;
7423
+ }
7424
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7425
+ __copy.b = __nv;
7426
+ __copy.c = this.i.k6.c;
7427
+ __copy.d = this.i.k6.d;
7428
+ __copy.e = this.i.k6.e;
7429
+ this.i.k6 = __copy;
7317
7430
  this._a("cornerRadiusBottomLeft", this.i.k6.b);
7318
- this.i.k6 = this.i.k6;
7319
7431
  },
7320
7432
  enumerable: false,
7321
7433
  configurable: true
@@ -7326,9 +7438,17 @@
7326
7438
  },
7327
7439
  set: function (v) {
7328
7440
  this.ensureCornerRadius();
7329
- this.i.k6.d = +v;
7441
+ var __nv = +v;
7442
+ if (this.i.k6.d === __nv) {
7443
+ return;
7444
+ }
7445
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7446
+ __copy.d = __nv;
7447
+ __copy.c = this.i.k6.c;
7448
+ __copy.b = this.i.k6.b;
7449
+ __copy.e = this.i.k6.e;
7450
+ this.i.k6 = __copy;
7330
7451
  this._a("cornerRadiusTopLeft", this.i.k6.d);
7331
- this.i.k6 = this.i.k6;
7332
7452
  },
7333
7453
  enumerable: false,
7334
7454
  configurable: true
@@ -7339,9 +7459,17 @@
7339
7459
  },
7340
7460
  set: function (v) {
7341
7461
  this.ensureCornerRadius();
7342
- this.i.k6.e = +v;
7462
+ var __nv = +v;
7463
+ if (this.i.k6.e === __nv) {
7464
+ return;
7465
+ }
7466
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7467
+ __copy.e = __nv;
7468
+ __copy.c = this.i.k6.c;
7469
+ __copy.b = this.i.k6.b;
7470
+ __copy.d = this.i.k6.d;
7471
+ this.i.k6 = __copy;
7343
7472
  this._a("cornerRadiusTopRight", this.i.k6.e);
7344
- this.i.k6 = this.i.k6;
7345
7473
  },
7346
7474
  enumerable: false,
7347
7475
  configurable: true
@@ -7512,9 +7640,17 @@
7512
7640
  },
7513
7641
  set: function (v) {
7514
7642
  this.ensureOutlinedCornerRadius();
7515
- this.i.lg.c = +v;
7643
+ var __nv = +v;
7644
+ if (this.i.lg.c === __nv) {
7645
+ return;
7646
+ }
7647
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7648
+ __copy.c = __nv;
7649
+ __copy.b = this.i.lg.b;
7650
+ __copy.d = this.i.lg.d;
7651
+ __copy.e = this.i.lg.e;
7652
+ this.i.lg = __copy;
7516
7653
  this._a("outlinedCornerRadiusBottomRight", this.i.lg.c);
7517
- this.i.lg = this.i.lg;
7518
7654
  },
7519
7655
  enumerable: false,
7520
7656
  configurable: true
@@ -7525,9 +7661,17 @@
7525
7661
  },
7526
7662
  set: function (v) {
7527
7663
  this.ensureOutlinedCornerRadius();
7528
- this.i.lg.b = +v;
7664
+ var __nv = +v;
7665
+ if (this.i.lg.b === __nv) {
7666
+ return;
7667
+ }
7668
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7669
+ __copy.b = __nv;
7670
+ __copy.c = this.i.lg.c;
7671
+ __copy.d = this.i.lg.d;
7672
+ __copy.e = this.i.lg.e;
7673
+ this.i.lg = __copy;
7529
7674
  this._a("outlinedCornerRadiusBottomLeft", this.i.lg.b);
7530
- this.i.lg = this.i.lg;
7531
7675
  },
7532
7676
  enumerable: false,
7533
7677
  configurable: true
@@ -7538,9 +7682,17 @@
7538
7682
  },
7539
7683
  set: function (v) {
7540
7684
  this.ensureOutlinedCornerRadius();
7541
- this.i.lg.d = +v;
7685
+ var __nv = +v;
7686
+ if (this.i.lg.d === __nv) {
7687
+ return;
7688
+ }
7689
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7690
+ __copy.d = __nv;
7691
+ __copy.c = this.i.lg.c;
7692
+ __copy.b = this.i.lg.b;
7693
+ __copy.e = this.i.lg.e;
7694
+ this.i.lg = __copy;
7542
7695
  this._a("outlinedCornerRadiusTopLeft", this.i.lg.d);
7543
- this.i.lg = this.i.lg;
7544
7696
  },
7545
7697
  enumerable: false,
7546
7698
  configurable: true
@@ -7551,9 +7703,17 @@
7551
7703
  },
7552
7704
  set: function (v) {
7553
7705
  this.ensureOutlinedCornerRadius();
7554
- this.i.lg.e = +v;
7706
+ var __nv = +v;
7707
+ if (this.i.lg.e === __nv) {
7708
+ return;
7709
+ }
7710
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7711
+ __copy.e = __nv;
7712
+ __copy.c = this.i.lg.c;
7713
+ __copy.b = this.i.lg.b;
7714
+ __copy.d = this.i.lg.d;
7715
+ this.i.lg = __copy;
7555
7716
  this._a("outlinedCornerRadiusTopRight", this.i.lg.e);
7556
- this.i.lg = this.i.lg;
7557
7717
  },
7558
7718
  enumerable: false,
7559
7719
  configurable: true
@@ -7794,9 +7954,17 @@
7794
7954
  },
7795
7955
  set: function (v) {
7796
7956
  this.ensureFabCornerRadius();
7797
- this.i.lc.c = +v;
7957
+ var __nv = +v;
7958
+ if (this.i.lc.c === __nv) {
7959
+ return;
7960
+ }
7961
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7962
+ __copy.c = __nv;
7963
+ __copy.b = this.i.lc.b;
7964
+ __copy.d = this.i.lc.d;
7965
+ __copy.e = this.i.lc.e;
7966
+ this.i.lc = __copy;
7798
7967
  this._a("fabCornerRadiusBottomRight", this.i.lc.c);
7799
- this.i.lc = this.i.lc;
7800
7968
  },
7801
7969
  enumerable: false,
7802
7970
  configurable: true
@@ -7807,9 +7975,17 @@
7807
7975
  },
7808
7976
  set: function (v) {
7809
7977
  this.ensureFabCornerRadius();
7810
- this.i.lc.b = +v;
7978
+ var __nv = +v;
7979
+ if (this.i.lc.b === __nv) {
7980
+ return;
7981
+ }
7982
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
7983
+ __copy.b = __nv;
7984
+ __copy.c = this.i.lc.c;
7985
+ __copy.d = this.i.lc.d;
7986
+ __copy.e = this.i.lc.e;
7987
+ this.i.lc = __copy;
7811
7988
  this._a("fabCornerRadiusBottomLeft", this.i.lc.b);
7812
- this.i.lc = this.i.lc;
7813
7989
  },
7814
7990
  enumerable: false,
7815
7991
  configurable: true
@@ -7820,9 +7996,17 @@
7820
7996
  },
7821
7997
  set: function (v) {
7822
7998
  this.ensureFabCornerRadius();
7823
- this.i.lc.d = +v;
7999
+ var __nv = +v;
8000
+ if (this.i.lc.d === __nv) {
8001
+ return;
8002
+ }
8003
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
8004
+ __copy.d = __nv;
8005
+ __copy.c = this.i.lc.c;
8006
+ __copy.b = this.i.lc.b;
8007
+ __copy.e = this.i.lc.e;
8008
+ this.i.lc = __copy;
7824
8009
  this._a("fabCornerRadiusTopLeft", this.i.lc.d);
7825
- this.i.lc = this.i.lc;
7826
8010
  },
7827
8011
  enumerable: false,
7828
8012
  configurable: true
@@ -7833,9 +8017,17 @@
7833
8017
  },
7834
8018
  set: function (v) {
7835
8019
  this.ensureFabCornerRadius();
7836
- this.i.lc.e = +v;
8020
+ var __nv = +v;
8021
+ if (this.i.lc.e === __nv) {
8022
+ return;
8023
+ }
8024
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
8025
+ __copy.e = __nv;
8026
+ __copy.c = this.i.lc.c;
8027
+ __copy.b = this.i.lc.b;
8028
+ __copy.d = this.i.lc.d;
8029
+ this.i.lc = __copy;
7837
8030
  this._a("fabCornerRadiusTopRight", this.i.lc.e);
7838
- this.i.lc = this.i.lc;
7839
8031
  },
7840
8032
  enumerable: false,
7841
8033
  configurable: true
@@ -8076,9 +8268,17 @@
8076
8268
  },
8077
8269
  set: function (v) {
8078
8270
  this.ensureIconCornerRadius();
8079
- this.i.lf.c = +v;
8271
+ var __nv = +v;
8272
+ if (this.i.lf.c === __nv) {
8273
+ return;
8274
+ }
8275
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
8276
+ __copy.c = __nv;
8277
+ __copy.b = this.i.lf.b;
8278
+ __copy.d = this.i.lf.d;
8279
+ __copy.e = this.i.lf.e;
8280
+ this.i.lf = __copy;
8080
8281
  this._a("iconCornerRadiusBottomRight", this.i.lf.c);
8081
- this.i.lf = this.i.lf;
8082
8282
  },
8083
8283
  enumerable: false,
8084
8284
  configurable: true
@@ -8089,9 +8289,17 @@
8089
8289
  },
8090
8290
  set: function (v) {
8091
8291
  this.ensureIconCornerRadius();
8092
- this.i.lf.b = +v;
8292
+ var __nv = +v;
8293
+ if (this.i.lf.b === __nv) {
8294
+ return;
8295
+ }
8296
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
8297
+ __copy.b = __nv;
8298
+ __copy.c = this.i.lf.c;
8299
+ __copy.d = this.i.lf.d;
8300
+ __copy.e = this.i.lf.e;
8301
+ this.i.lf = __copy;
8093
8302
  this._a("iconCornerRadiusBottomLeft", this.i.lf.b);
8094
- this.i.lf = this.i.lf;
8095
8303
  },
8096
8304
  enumerable: false,
8097
8305
  configurable: true
@@ -8102,9 +8310,17 @@
8102
8310
  },
8103
8311
  set: function (v) {
8104
8312
  this.ensureIconCornerRadius();
8105
- this.i.lf.d = +v;
8313
+ var __nv = +v;
8314
+ if (this.i.lf.d === __nv) {
8315
+ return;
8316
+ }
8317
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
8318
+ __copy.d = __nv;
8319
+ __copy.c = this.i.lf.c;
8320
+ __copy.b = this.i.lf.b;
8321
+ __copy.e = this.i.lf.e;
8322
+ this.i.lf = __copy;
8106
8323
  this._a("iconCornerRadiusTopLeft", this.i.lf.d);
8107
- this.i.lf = this.i.lf;
8108
8324
  },
8109
8325
  enumerable: false,
8110
8326
  configurable: true
@@ -8115,9 +8331,17 @@
8115
8331
  },
8116
8332
  set: function (v) {
8117
8333
  this.ensureIconCornerRadius();
8118
- this.i.lf.e = +v;
8334
+ var __nv = +v;
8335
+ if (this.i.lf.e === __nv) {
8336
+ return;
8337
+ }
8338
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
8339
+ __copy.e = __nv;
8340
+ __copy.c = this.i.lf.c;
8341
+ __copy.b = this.i.lf.b;
8342
+ __copy.d = this.i.lf.d;
8343
+ this.i.lf = __copy;
8119
8344
  this._a("iconCornerRadiusTopRight", this.i.lf.e);
8120
- this.i.lf = this.i.lf;
8121
8345
  },
8122
8346
  enumerable: false,
8123
8347
  configurable: true
@@ -24902,9 +25126,17 @@
24902
25126
  },
24903
25127
  set: function (v) {
24904
25128
  this.ensureActualCornerRadius();
24905
- this.i.ko.c = +v;
25129
+ var __nv = +v;
25130
+ if (this.i.ko.c === __nv) {
25131
+ return;
25132
+ }
25133
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25134
+ __copy.c = __nv;
25135
+ __copy.b = this.i.ko.b;
25136
+ __copy.d = this.i.ko.d;
25137
+ __copy.e = this.i.ko.e;
25138
+ this.i.ko = __copy;
24906
25139
  this._a("actualCornerRadiusBottomRight", this.i.ko.c);
24907
- this.i.ko = this.i.ko;
24908
25140
  },
24909
25141
  enumerable: false,
24910
25142
  configurable: true
@@ -24915,9 +25147,17 @@
24915
25147
  },
24916
25148
  set: function (v) {
24917
25149
  this.ensureActualCornerRadius();
24918
- this.i.ko.b = +v;
25150
+ var __nv = +v;
25151
+ if (this.i.ko.b === __nv) {
25152
+ return;
25153
+ }
25154
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25155
+ __copy.b = __nv;
25156
+ __copy.c = this.i.ko.c;
25157
+ __copy.d = this.i.ko.d;
25158
+ __copy.e = this.i.ko.e;
25159
+ this.i.ko = __copy;
24919
25160
  this._a("actualCornerRadiusBottomLeft", this.i.ko.b);
24920
- this.i.ko = this.i.ko;
24921
25161
  },
24922
25162
  enumerable: false,
24923
25163
  configurable: true
@@ -24928,9 +25168,17 @@
24928
25168
  },
24929
25169
  set: function (v) {
24930
25170
  this.ensureActualCornerRadius();
24931
- this.i.ko.d = +v;
25171
+ var __nv = +v;
25172
+ if (this.i.ko.d === __nv) {
25173
+ return;
25174
+ }
25175
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25176
+ __copy.d = __nv;
25177
+ __copy.c = this.i.ko.c;
25178
+ __copy.b = this.i.ko.b;
25179
+ __copy.e = this.i.ko.e;
25180
+ this.i.ko = __copy;
24932
25181
  this._a("actualCornerRadiusTopLeft", this.i.ko.d);
24933
- this.i.ko = this.i.ko;
24934
25182
  },
24935
25183
  enumerable: false,
24936
25184
  configurable: true
@@ -24941,9 +25189,17 @@
24941
25189
  },
24942
25190
  set: function (v) {
24943
25191
  this.ensureActualCornerRadius();
24944
- this.i.ko.e = +v;
25192
+ var __nv = +v;
25193
+ if (this.i.ko.e === __nv) {
25194
+ return;
25195
+ }
25196
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25197
+ __copy.e = __nv;
25198
+ __copy.c = this.i.ko.c;
25199
+ __copy.b = this.i.ko.b;
25200
+ __copy.d = this.i.ko.d;
25201
+ this.i.ko = __copy;
24945
25202
  this._a("actualCornerRadiusTopRight", this.i.ko.e);
24946
- this.i.ko = this.i.ko;
24947
25203
  },
24948
25204
  enumerable: false,
24949
25205
  configurable: true
@@ -24960,9 +25216,17 @@
24960
25216
  },
24961
25217
  set: function (v) {
24962
25218
  this.ensureActualContentPadding();
24963
- this.i.oe.bottom = +v;
25219
+ var __nv = +v;
25220
+ if (this.i.oe.bottom === __nv) {
25221
+ return;
25222
+ }
25223
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25224
+ __copy.bottom = __nv;
25225
+ __copy.left = this.i.oe.left;
25226
+ __copy.right = this.i.oe.right;
25227
+ __copy.top = this.i.oe.top;
25228
+ this.i.oe = __copy;
24964
25229
  this._a("actualContentPaddingBottom", this.i.oe.bottom);
24965
- this.i.oe = this.i.oe;
24966
25230
  },
24967
25231
  enumerable: false,
24968
25232
  configurable: true
@@ -24973,9 +25237,17 @@
24973
25237
  },
24974
25238
  set: function (v) {
24975
25239
  this.ensureActualContentPadding();
24976
- this.i.oe.left = +v;
25240
+ var __nv = +v;
25241
+ if (this.i.oe.left === __nv) {
25242
+ return;
25243
+ }
25244
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25245
+ __copy.left = __nv;
25246
+ __copy.bottom = this.i.oe.bottom;
25247
+ __copy.right = this.i.oe.right;
25248
+ __copy.top = this.i.oe.top;
25249
+ this.i.oe = __copy;
24977
25250
  this._a("actualContentPaddingLeft", this.i.oe.left);
24978
- this.i.oe = this.i.oe;
24979
25251
  },
24980
25252
  enumerable: false,
24981
25253
  configurable: true
@@ -24986,9 +25258,17 @@
24986
25258
  },
24987
25259
  set: function (v) {
24988
25260
  this.ensureActualContentPadding();
24989
- this.i.oe.right = +v;
25261
+ var __nv = +v;
25262
+ if (this.i.oe.right === __nv) {
25263
+ return;
25264
+ }
25265
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25266
+ __copy.right = __nv;
25267
+ __copy.bottom = this.i.oe.bottom;
25268
+ __copy.left = this.i.oe.left;
25269
+ __copy.top = this.i.oe.top;
25270
+ this.i.oe = __copy;
24990
25271
  this._a("actualContentPaddingRight", this.i.oe.right);
24991
- this.i.oe = this.i.oe;
24992
25272
  },
24993
25273
  enumerable: false,
24994
25274
  configurable: true
@@ -24999,9 +25279,17 @@
24999
25279
  },
25000
25280
  set: function (v) {
25001
25281
  this.ensureActualContentPadding();
25002
- this.i.oe.top = +v;
25282
+ var __nv = +v;
25283
+ if (this.i.oe.top === __nv) {
25284
+ return;
25285
+ }
25286
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25287
+ __copy.top = __nv;
25288
+ __copy.bottom = this.i.oe.bottom;
25289
+ __copy.left = this.i.oe.left;
25290
+ __copy.right = this.i.oe.right;
25291
+ this.i.oe = __copy;
25003
25292
  this._a("actualContentPaddingTop", this.i.oe.top);
25004
- this.i.oe = this.i.oe;
25005
25293
  },
25006
25294
  enumerable: false,
25007
25295
  configurable: true
@@ -25242,9 +25530,17 @@
25242
25530
  },
25243
25531
  set: function (v) {
25244
25532
  this.ensureCornerRadius();
25245
- this.i.ks.c = +v;
25533
+ var __nv = +v;
25534
+ if (this.i.ks.c === __nv) {
25535
+ return;
25536
+ }
25537
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25538
+ __copy.c = __nv;
25539
+ __copy.b = this.i.ks.b;
25540
+ __copy.d = this.i.ks.d;
25541
+ __copy.e = this.i.ks.e;
25542
+ this.i.ks = __copy;
25246
25543
  this._a("cornerRadiusBottomRight", this.i.ks.c);
25247
- this.i.ks = this.i.ks;
25248
25544
  },
25249
25545
  enumerable: false,
25250
25546
  configurable: true
@@ -25255,9 +25551,17 @@
25255
25551
  },
25256
25552
  set: function (v) {
25257
25553
  this.ensureCornerRadius();
25258
- this.i.ks.b = +v;
25554
+ var __nv = +v;
25555
+ if (this.i.ks.b === __nv) {
25556
+ return;
25557
+ }
25558
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25559
+ __copy.b = __nv;
25560
+ __copy.c = this.i.ks.c;
25561
+ __copy.d = this.i.ks.d;
25562
+ __copy.e = this.i.ks.e;
25563
+ this.i.ks = __copy;
25259
25564
  this._a("cornerRadiusBottomLeft", this.i.ks.b);
25260
- this.i.ks = this.i.ks;
25261
25565
  },
25262
25566
  enumerable: false,
25263
25567
  configurable: true
@@ -25268,9 +25572,17 @@
25268
25572
  },
25269
25573
  set: function (v) {
25270
25574
  this.ensureCornerRadius();
25271
- this.i.ks.d = +v;
25575
+ var __nv = +v;
25576
+ if (this.i.ks.d === __nv) {
25577
+ return;
25578
+ }
25579
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25580
+ __copy.d = __nv;
25581
+ __copy.c = this.i.ks.c;
25582
+ __copy.b = this.i.ks.b;
25583
+ __copy.e = this.i.ks.e;
25584
+ this.i.ks = __copy;
25272
25585
  this._a("cornerRadiusTopLeft", this.i.ks.d);
25273
- this.i.ks = this.i.ks;
25274
25586
  },
25275
25587
  enumerable: false,
25276
25588
  configurable: true
@@ -25281,9 +25593,17 @@
25281
25593
  },
25282
25594
  set: function (v) {
25283
25595
  this.ensureCornerRadius();
25284
- this.i.ks.e = +v;
25596
+ var __nv = +v;
25597
+ if (this.i.ks.e === __nv) {
25598
+ return;
25599
+ }
25600
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25601
+ __copy.e = __nv;
25602
+ __copy.c = this.i.ks.c;
25603
+ __copy.b = this.i.ks.b;
25604
+ __copy.d = this.i.ks.d;
25605
+ this.i.ks = __copy;
25285
25606
  this._a("cornerRadiusTopRight", this.i.ks.e);
25286
- this.i.ks = this.i.ks;
25287
25607
  },
25288
25608
  enumerable: false,
25289
25609
  configurable: true
@@ -25300,9 +25620,17 @@
25300
25620
  },
25301
25621
  set: function (v) {
25302
25622
  this.ensureContentPadding();
25303
- this.i.oi.bottom = +v;
25623
+ var __nv = +v;
25624
+ if (this.i.oi.bottom === __nv) {
25625
+ return;
25626
+ }
25627
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25628
+ __copy.bottom = __nv;
25629
+ __copy.left = this.i.oi.left;
25630
+ __copy.right = this.i.oi.right;
25631
+ __copy.top = this.i.oi.top;
25632
+ this.i.oi = __copy;
25304
25633
  this._a("contentPaddingBottom", this.i.oi.bottom);
25305
- this.i.oi = this.i.oi;
25306
25634
  },
25307
25635
  enumerable: false,
25308
25636
  configurable: true
@@ -25313,9 +25641,17 @@
25313
25641
  },
25314
25642
  set: function (v) {
25315
25643
  this.ensureContentPadding();
25316
- this.i.oi.left = +v;
25644
+ var __nv = +v;
25645
+ if (this.i.oi.left === __nv) {
25646
+ return;
25647
+ }
25648
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25649
+ __copy.left = __nv;
25650
+ __copy.bottom = this.i.oi.bottom;
25651
+ __copy.right = this.i.oi.right;
25652
+ __copy.top = this.i.oi.top;
25653
+ this.i.oi = __copy;
25317
25654
  this._a("contentPaddingLeft", this.i.oi.left);
25318
- this.i.oi = this.i.oi;
25319
25655
  },
25320
25656
  enumerable: false,
25321
25657
  configurable: true
@@ -25326,9 +25662,17 @@
25326
25662
  },
25327
25663
  set: function (v) {
25328
25664
  this.ensureContentPadding();
25329
- this.i.oi.right = +v;
25665
+ var __nv = +v;
25666
+ if (this.i.oi.right === __nv) {
25667
+ return;
25668
+ }
25669
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25670
+ __copy.right = __nv;
25671
+ __copy.bottom = this.i.oi.bottom;
25672
+ __copy.left = this.i.oi.left;
25673
+ __copy.top = this.i.oi.top;
25674
+ this.i.oi = __copy;
25330
25675
  this._a("contentPaddingRight", this.i.oi.right);
25331
- this.i.oi = this.i.oi;
25332
25676
  },
25333
25677
  enumerable: false,
25334
25678
  configurable: true
@@ -25339,9 +25683,17 @@
25339
25683
  },
25340
25684
  set: function (v) {
25341
25685
  this.ensureContentPadding();
25342
- this.i.oi.top = +v;
25686
+ var __nv = +v;
25687
+ if (this.i.oi.top === __nv) {
25688
+ return;
25689
+ }
25690
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
25691
+ __copy.top = __nv;
25692
+ __copy.bottom = this.i.oi.bottom;
25693
+ __copy.left = this.i.oi.left;
25694
+ __copy.right = this.i.oi.right;
25695
+ this.i.oi = __copy;
25343
25696
  this._a("contentPaddingTop", this.i.oi.top);
25344
- this.i.oi = this.i.oi;
25345
25697
  },
25346
25698
  enumerable: false,
25347
25699
  configurable: true
@@ -25596,9 +25948,17 @@
25596
25948
  },
25597
25949
  set: function (v) {
25598
25950
  this.ensureLineTypeCornerRadius();
25599
- this.i.kx.c = +v;
25951
+ var __nv = +v;
25952
+ if (this.i.kx.c === __nv) {
25953
+ return;
25954
+ }
25955
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25956
+ __copy.c = __nv;
25957
+ __copy.b = this.i.kx.b;
25958
+ __copy.d = this.i.kx.d;
25959
+ __copy.e = this.i.kx.e;
25960
+ this.i.kx = __copy;
25600
25961
  this._a("lineTypeCornerRadiusBottomRight", this.i.kx.c);
25601
- this.i.kx = this.i.kx;
25602
25962
  },
25603
25963
  enumerable: false,
25604
25964
  configurable: true
@@ -25609,9 +25969,17 @@
25609
25969
  },
25610
25970
  set: function (v) {
25611
25971
  this.ensureLineTypeCornerRadius();
25612
- this.i.kx.b = +v;
25972
+ var __nv = +v;
25973
+ if (this.i.kx.b === __nv) {
25974
+ return;
25975
+ }
25976
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25977
+ __copy.b = __nv;
25978
+ __copy.c = this.i.kx.c;
25979
+ __copy.d = this.i.kx.d;
25980
+ __copy.e = this.i.kx.e;
25981
+ this.i.kx = __copy;
25613
25982
  this._a("lineTypeCornerRadiusBottomLeft", this.i.kx.b);
25614
- this.i.kx = this.i.kx;
25615
25983
  },
25616
25984
  enumerable: false,
25617
25985
  configurable: true
@@ -25622,9 +25990,17 @@
25622
25990
  },
25623
25991
  set: function (v) {
25624
25992
  this.ensureLineTypeCornerRadius();
25625
- this.i.kx.d = +v;
25993
+ var __nv = +v;
25994
+ if (this.i.kx.d === __nv) {
25995
+ return;
25996
+ }
25997
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
25998
+ __copy.d = __nv;
25999
+ __copy.c = this.i.kx.c;
26000
+ __copy.b = this.i.kx.b;
26001
+ __copy.e = this.i.kx.e;
26002
+ this.i.kx = __copy;
25626
26003
  this._a("lineTypeCornerRadiusTopLeft", this.i.kx.d);
25627
- this.i.kx = this.i.kx;
25628
26004
  },
25629
26005
  enumerable: false,
25630
26006
  configurable: true
@@ -25635,9 +26011,17 @@
25635
26011
  },
25636
26012
  set: function (v) {
25637
26013
  this.ensureLineTypeCornerRadius();
25638
- this.i.kx.e = +v;
26014
+ var __nv = +v;
26015
+ if (this.i.kx.e === __nv) {
26016
+ return;
26017
+ }
26018
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26019
+ __copy.e = __nv;
26020
+ __copy.c = this.i.kx.c;
26021
+ __copy.b = this.i.kx.b;
26022
+ __copy.d = this.i.kx.d;
26023
+ this.i.kx = __copy;
25639
26024
  this._a("lineTypeCornerRadiusTopRight", this.i.kx.e);
25640
- this.i.kx = this.i.kx;
25641
26025
  },
25642
26026
  enumerable: false,
25643
26027
  configurable: true
@@ -25654,9 +26038,17 @@
25654
26038
  },
25655
26039
  set: function (v) {
25656
26040
  this.ensureLineTypeContentPadding();
25657
- this.i.on.bottom = +v;
26041
+ var __nv = +v;
26042
+ if (this.i.on.bottom === __nv) {
26043
+ return;
26044
+ }
26045
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26046
+ __copy.bottom = __nv;
26047
+ __copy.left = this.i.on.left;
26048
+ __copy.right = this.i.on.right;
26049
+ __copy.top = this.i.on.top;
26050
+ this.i.on = __copy;
25658
26051
  this._a("lineTypeContentPaddingBottom", this.i.on.bottom);
25659
- this.i.on = this.i.on;
25660
26052
  },
25661
26053
  enumerable: false,
25662
26054
  configurable: true
@@ -25667,9 +26059,17 @@
25667
26059
  },
25668
26060
  set: function (v) {
25669
26061
  this.ensureLineTypeContentPadding();
25670
- this.i.on.left = +v;
26062
+ var __nv = +v;
26063
+ if (this.i.on.left === __nv) {
26064
+ return;
26065
+ }
26066
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26067
+ __copy.left = __nv;
26068
+ __copy.bottom = this.i.on.bottom;
26069
+ __copy.right = this.i.on.right;
26070
+ __copy.top = this.i.on.top;
26071
+ this.i.on = __copy;
25671
26072
  this._a("lineTypeContentPaddingLeft", this.i.on.left);
25672
- this.i.on = this.i.on;
25673
26073
  },
25674
26074
  enumerable: false,
25675
26075
  configurable: true
@@ -25680,9 +26080,17 @@
25680
26080
  },
25681
26081
  set: function (v) {
25682
26082
  this.ensureLineTypeContentPadding();
25683
- this.i.on.right = +v;
26083
+ var __nv = +v;
26084
+ if (this.i.on.right === __nv) {
26085
+ return;
26086
+ }
26087
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26088
+ __copy.right = __nv;
26089
+ __copy.bottom = this.i.on.bottom;
26090
+ __copy.left = this.i.on.left;
26091
+ __copy.top = this.i.on.top;
26092
+ this.i.on = __copy;
25684
26093
  this._a("lineTypeContentPaddingRight", this.i.on.right);
25685
- this.i.on = this.i.on;
25686
26094
  },
25687
26095
  enumerable: false,
25688
26096
  configurable: true
@@ -25693,9 +26101,17 @@
25693
26101
  },
25694
26102
  set: function (v) {
25695
26103
  this.ensureLineTypeContentPadding();
25696
- this.i.on.top = +v;
26104
+ var __nv = +v;
26105
+ if (this.i.on.top === __nv) {
26106
+ return;
26107
+ }
26108
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26109
+ __copy.top = __nv;
26110
+ __copy.bottom = this.i.on.bottom;
26111
+ __copy.left = this.i.on.left;
26112
+ __copy.right = this.i.on.right;
26113
+ this.i.on = __copy;
25697
26114
  this._a("lineTypeContentPaddingTop", this.i.on.top);
25698
- this.i.on = this.i.on;
25699
26115
  },
25700
26116
  enumerable: false,
25701
26117
  configurable: true
@@ -25950,9 +26366,17 @@
25950
26366
  },
25951
26367
  set: function (v) {
25952
26368
  this.ensureBoxTypeCornerRadius();
25953
- this.i.kq.c = +v;
26369
+ var __nv = +v;
26370
+ if (this.i.kq.c === __nv) {
26371
+ return;
26372
+ }
26373
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26374
+ __copy.c = __nv;
26375
+ __copy.b = this.i.kq.b;
26376
+ __copy.d = this.i.kq.d;
26377
+ __copy.e = this.i.kq.e;
26378
+ this.i.kq = __copy;
25954
26379
  this._a("boxTypeCornerRadiusBottomRight", this.i.kq.c);
25955
- this.i.kq = this.i.kq;
25956
26380
  },
25957
26381
  enumerable: false,
25958
26382
  configurable: true
@@ -25963,9 +26387,17 @@
25963
26387
  },
25964
26388
  set: function (v) {
25965
26389
  this.ensureBoxTypeCornerRadius();
25966
- this.i.kq.b = +v;
26390
+ var __nv = +v;
26391
+ if (this.i.kq.b === __nv) {
26392
+ return;
26393
+ }
26394
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26395
+ __copy.b = __nv;
26396
+ __copy.c = this.i.kq.c;
26397
+ __copy.d = this.i.kq.d;
26398
+ __copy.e = this.i.kq.e;
26399
+ this.i.kq = __copy;
25967
26400
  this._a("boxTypeCornerRadiusBottomLeft", this.i.kq.b);
25968
- this.i.kq = this.i.kq;
25969
26401
  },
25970
26402
  enumerable: false,
25971
26403
  configurable: true
@@ -25976,9 +26408,17 @@
25976
26408
  },
25977
26409
  set: function (v) {
25978
26410
  this.ensureBoxTypeCornerRadius();
25979
- this.i.kq.d = +v;
26411
+ var __nv = +v;
26412
+ if (this.i.kq.d === __nv) {
26413
+ return;
26414
+ }
26415
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26416
+ __copy.d = __nv;
26417
+ __copy.c = this.i.kq.c;
26418
+ __copy.b = this.i.kq.b;
26419
+ __copy.e = this.i.kq.e;
26420
+ this.i.kq = __copy;
25980
26421
  this._a("boxTypeCornerRadiusTopLeft", this.i.kq.d);
25981
- this.i.kq = this.i.kq;
25982
26422
  },
25983
26423
  enumerable: false,
25984
26424
  configurable: true
@@ -25989,9 +26429,17 @@
25989
26429
  },
25990
26430
  set: function (v) {
25991
26431
  this.ensureBoxTypeCornerRadius();
25992
- this.i.kq.e = +v;
26432
+ var __nv = +v;
26433
+ if (this.i.kq.e === __nv) {
26434
+ return;
26435
+ }
26436
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26437
+ __copy.e = __nv;
26438
+ __copy.c = this.i.kq.c;
26439
+ __copy.b = this.i.kq.b;
26440
+ __copy.d = this.i.kq.d;
26441
+ this.i.kq = __copy;
25993
26442
  this._a("boxTypeCornerRadiusTopRight", this.i.kq.e);
25994
- this.i.kq = this.i.kq;
25995
26443
  },
25996
26444
  enumerable: false,
25997
26445
  configurable: true
@@ -26008,9 +26456,17 @@
26008
26456
  },
26009
26457
  set: function (v) {
26010
26458
  this.ensureBoxTypeContentPadding();
26011
- this.i.og.bottom = +v;
26459
+ var __nv = +v;
26460
+ if (this.i.og.bottom === __nv) {
26461
+ return;
26462
+ }
26463
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26464
+ __copy.bottom = __nv;
26465
+ __copy.left = this.i.og.left;
26466
+ __copy.right = this.i.og.right;
26467
+ __copy.top = this.i.og.top;
26468
+ this.i.og = __copy;
26012
26469
  this._a("boxTypeContentPaddingBottom", this.i.og.bottom);
26013
- this.i.og = this.i.og;
26014
26470
  },
26015
26471
  enumerable: false,
26016
26472
  configurable: true
@@ -26021,9 +26477,17 @@
26021
26477
  },
26022
26478
  set: function (v) {
26023
26479
  this.ensureBoxTypeContentPadding();
26024
- this.i.og.left = +v;
26480
+ var __nv = +v;
26481
+ if (this.i.og.left === __nv) {
26482
+ return;
26483
+ }
26484
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26485
+ __copy.left = __nv;
26486
+ __copy.bottom = this.i.og.bottom;
26487
+ __copy.right = this.i.og.right;
26488
+ __copy.top = this.i.og.top;
26489
+ this.i.og = __copy;
26025
26490
  this._a("boxTypeContentPaddingLeft", this.i.og.left);
26026
- this.i.og = this.i.og;
26027
26491
  },
26028
26492
  enumerable: false,
26029
26493
  configurable: true
@@ -26034,9 +26498,17 @@
26034
26498
  },
26035
26499
  set: function (v) {
26036
26500
  this.ensureBoxTypeContentPadding();
26037
- this.i.og.right = +v;
26501
+ var __nv = +v;
26502
+ if (this.i.og.right === __nv) {
26503
+ return;
26504
+ }
26505
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26506
+ __copy.right = __nv;
26507
+ __copy.bottom = this.i.og.bottom;
26508
+ __copy.left = this.i.og.left;
26509
+ __copy.top = this.i.og.top;
26510
+ this.i.og = __copy;
26038
26511
  this._a("boxTypeContentPaddingRight", this.i.og.right);
26039
- this.i.og = this.i.og;
26040
26512
  },
26041
26513
  enumerable: false,
26042
26514
  configurable: true
@@ -26047,9 +26519,17 @@
26047
26519
  },
26048
26520
  set: function (v) {
26049
26521
  this.ensureBoxTypeContentPadding();
26050
- this.i.og.top = +v;
26522
+ var __nv = +v;
26523
+ if (this.i.og.top === __nv) {
26524
+ return;
26525
+ }
26526
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26527
+ __copy.top = __nv;
26528
+ __copy.bottom = this.i.og.bottom;
26529
+ __copy.left = this.i.og.left;
26530
+ __copy.right = this.i.og.right;
26531
+ this.i.og = __copy;
26051
26532
  this._a("boxTypeContentPaddingTop", this.i.og.top);
26052
- this.i.og = this.i.og;
26053
26533
  },
26054
26534
  enumerable: false,
26055
26535
  configurable: true
@@ -26304,9 +26784,17 @@
26304
26784
  },
26305
26785
  set: function (v) {
26306
26786
  this.ensureBorderTypeCornerRadius();
26307
- this.i.kp.c = +v;
26787
+ var __nv = +v;
26788
+ if (this.i.kp.c === __nv) {
26789
+ return;
26790
+ }
26791
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26792
+ __copy.c = __nv;
26793
+ __copy.b = this.i.kp.b;
26794
+ __copy.d = this.i.kp.d;
26795
+ __copy.e = this.i.kp.e;
26796
+ this.i.kp = __copy;
26308
26797
  this._a("borderTypeCornerRadiusBottomRight", this.i.kp.c);
26309
- this.i.kp = this.i.kp;
26310
26798
  },
26311
26799
  enumerable: false,
26312
26800
  configurable: true
@@ -26317,9 +26805,17 @@
26317
26805
  },
26318
26806
  set: function (v) {
26319
26807
  this.ensureBorderTypeCornerRadius();
26320
- this.i.kp.b = +v;
26808
+ var __nv = +v;
26809
+ if (this.i.kp.b === __nv) {
26810
+ return;
26811
+ }
26812
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26813
+ __copy.b = __nv;
26814
+ __copy.c = this.i.kp.c;
26815
+ __copy.d = this.i.kp.d;
26816
+ __copy.e = this.i.kp.e;
26817
+ this.i.kp = __copy;
26321
26818
  this._a("borderTypeCornerRadiusBottomLeft", this.i.kp.b);
26322
- this.i.kp = this.i.kp;
26323
26819
  },
26324
26820
  enumerable: false,
26325
26821
  configurable: true
@@ -26330,9 +26826,17 @@
26330
26826
  },
26331
26827
  set: function (v) {
26332
26828
  this.ensureBorderTypeCornerRadius();
26333
- this.i.kp.d = +v;
26829
+ var __nv = +v;
26830
+ if (this.i.kp.d === __nv) {
26831
+ return;
26832
+ }
26833
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26834
+ __copy.d = __nv;
26835
+ __copy.c = this.i.kp.c;
26836
+ __copy.b = this.i.kp.b;
26837
+ __copy.e = this.i.kp.e;
26838
+ this.i.kp = __copy;
26334
26839
  this._a("borderTypeCornerRadiusTopLeft", this.i.kp.d);
26335
- this.i.kp = this.i.kp;
26336
26840
  },
26337
26841
  enumerable: false,
26338
26842
  configurable: true
@@ -26343,9 +26847,17 @@
26343
26847
  },
26344
26848
  set: function (v) {
26345
26849
  this.ensureBorderTypeCornerRadius();
26346
- this.i.kp.e = +v;
26850
+ var __nv = +v;
26851
+ if (this.i.kp.e === __nv) {
26852
+ return;
26853
+ }
26854
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
26855
+ __copy.e = __nv;
26856
+ __copy.c = this.i.kp.c;
26857
+ __copy.b = this.i.kp.b;
26858
+ __copy.d = this.i.kp.d;
26859
+ this.i.kp = __copy;
26347
26860
  this._a("borderTypeCornerRadiusTopRight", this.i.kp.e);
26348
- this.i.kp = this.i.kp;
26349
26861
  },
26350
26862
  enumerable: false,
26351
26863
  configurable: true
@@ -26362,9 +26874,17 @@
26362
26874
  },
26363
26875
  set: function (v) {
26364
26876
  this.ensureBorderTypeContentPadding();
26365
- this.i.of.bottom = +v;
26877
+ var __nv = +v;
26878
+ if (this.i.of.bottom === __nv) {
26879
+ return;
26880
+ }
26881
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26882
+ __copy.bottom = __nv;
26883
+ __copy.left = this.i.of.left;
26884
+ __copy.right = this.i.of.right;
26885
+ __copy.top = this.i.of.top;
26886
+ this.i.of = __copy;
26366
26887
  this._a("borderTypeContentPaddingBottom", this.i.of.bottom);
26367
- this.i.of = this.i.of;
26368
26888
  },
26369
26889
  enumerable: false,
26370
26890
  configurable: true
@@ -26375,9 +26895,17 @@
26375
26895
  },
26376
26896
  set: function (v) {
26377
26897
  this.ensureBorderTypeContentPadding();
26378
- this.i.of.left = +v;
26898
+ var __nv = +v;
26899
+ if (this.i.of.left === __nv) {
26900
+ return;
26901
+ }
26902
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26903
+ __copy.left = __nv;
26904
+ __copy.bottom = this.i.of.bottom;
26905
+ __copy.right = this.i.of.right;
26906
+ __copy.top = this.i.of.top;
26907
+ this.i.of = __copy;
26379
26908
  this._a("borderTypeContentPaddingLeft", this.i.of.left);
26380
- this.i.of = this.i.of;
26381
26909
  },
26382
26910
  enumerable: false,
26383
26911
  configurable: true
@@ -26388,9 +26916,17 @@
26388
26916
  },
26389
26917
  set: function (v) {
26390
26918
  this.ensureBorderTypeContentPadding();
26391
- this.i.of.right = +v;
26919
+ var __nv = +v;
26920
+ if (this.i.of.right === __nv) {
26921
+ return;
26922
+ }
26923
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26924
+ __copy.right = __nv;
26925
+ __copy.bottom = this.i.of.bottom;
26926
+ __copy.left = this.i.of.left;
26927
+ __copy.top = this.i.of.top;
26928
+ this.i.of = __copy;
26392
26929
  this._a("borderTypeContentPaddingRight", this.i.of.right);
26393
- this.i.of = this.i.of;
26394
26930
  },
26395
26931
  enumerable: false,
26396
26932
  configurable: true
@@ -26401,9 +26937,17 @@
26401
26937
  },
26402
26938
  set: function (v) {
26403
26939
  this.ensureBorderTypeContentPadding();
26404
- this.i.of.top = +v;
26940
+ var __nv = +v;
26941
+ if (this.i.of.top === __nv) {
26942
+ return;
26943
+ }
26944
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
26945
+ __copy.top = __nv;
26946
+ __copy.bottom = this.i.of.bottom;
26947
+ __copy.left = this.i.of.left;
26948
+ __copy.right = this.i.of.right;
26949
+ this.i.of = __copy;
26405
26950
  this._a("borderTypeContentPaddingTop", this.i.of.top);
26406
- this.i.of = this.i.of;
26407
26951
  },
26408
26952
  enumerable: false,
26409
26953
  configurable: true
@@ -26658,9 +27202,17 @@
26658
27202
  },
26659
27203
  set: function (v) {
26660
27204
  this.ensureSearchTypeCornerRadius();
26661
- this.i.ky.c = +v;
27205
+ var __nv = +v;
27206
+ if (this.i.ky.c === __nv) {
27207
+ return;
27208
+ }
27209
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
27210
+ __copy.c = __nv;
27211
+ __copy.b = this.i.ky.b;
27212
+ __copy.d = this.i.ky.d;
27213
+ __copy.e = this.i.ky.e;
27214
+ this.i.ky = __copy;
26662
27215
  this._a("searchTypeCornerRadiusBottomRight", this.i.ky.c);
26663
- this.i.ky = this.i.ky;
26664
27216
  },
26665
27217
  enumerable: false,
26666
27218
  configurable: true
@@ -26671,9 +27223,17 @@
26671
27223
  },
26672
27224
  set: function (v) {
26673
27225
  this.ensureSearchTypeCornerRadius();
26674
- this.i.ky.b = +v;
27226
+ var __nv = +v;
27227
+ if (this.i.ky.b === __nv) {
27228
+ return;
27229
+ }
27230
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
27231
+ __copy.b = __nv;
27232
+ __copy.c = this.i.ky.c;
27233
+ __copy.d = this.i.ky.d;
27234
+ __copy.e = this.i.ky.e;
27235
+ this.i.ky = __copy;
26675
27236
  this._a("searchTypeCornerRadiusBottomLeft", this.i.ky.b);
26676
- this.i.ky = this.i.ky;
26677
27237
  },
26678
27238
  enumerable: false,
26679
27239
  configurable: true
@@ -26684,9 +27244,17 @@
26684
27244
  },
26685
27245
  set: function (v) {
26686
27246
  this.ensureSearchTypeCornerRadius();
26687
- this.i.ky.d = +v;
27247
+ var __nv = +v;
27248
+ if (this.i.ky.d === __nv) {
27249
+ return;
27250
+ }
27251
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
27252
+ __copy.d = __nv;
27253
+ __copy.c = this.i.ky.c;
27254
+ __copy.b = this.i.ky.b;
27255
+ __copy.e = this.i.ky.e;
27256
+ this.i.ky = __copy;
26688
27257
  this._a("searchTypeCornerRadiusTopLeft", this.i.ky.d);
26689
- this.i.ky = this.i.ky;
26690
27258
  },
26691
27259
  enumerable: false,
26692
27260
  configurable: true
@@ -26697,9 +27265,17 @@
26697
27265
  },
26698
27266
  set: function (v) {
26699
27267
  this.ensureSearchTypeCornerRadius();
26700
- this.i.ky.e = +v;
27268
+ var __nv = +v;
27269
+ if (this.i.ky.e === __nv) {
27270
+ return;
27271
+ }
27272
+ var __copy = new igniteuiWebcomponentsCore.CornerRadius(2);
27273
+ __copy.e = __nv;
27274
+ __copy.c = this.i.ky.c;
27275
+ __copy.b = this.i.ky.b;
27276
+ __copy.d = this.i.ky.d;
27277
+ this.i.ky = __copy;
26701
27278
  this._a("searchTypeCornerRadiusTopRight", this.i.ky.e);
26702
- this.i.ky = this.i.ky;
26703
27279
  },
26704
27280
  enumerable: false,
26705
27281
  configurable: true
@@ -26716,9 +27292,17 @@
26716
27292
  },
26717
27293
  set: function (v) {
26718
27294
  this.ensureSearchTypeContentPadding();
26719
- this.i.oo.bottom = +v;
27295
+ var __nv = +v;
27296
+ if (this.i.oo.bottom === __nv) {
27297
+ return;
27298
+ }
27299
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
27300
+ __copy.bottom = __nv;
27301
+ __copy.left = this.i.oo.left;
27302
+ __copy.right = this.i.oo.right;
27303
+ __copy.top = this.i.oo.top;
27304
+ this.i.oo = __copy;
26720
27305
  this._a("searchTypeContentPaddingBottom", this.i.oo.bottom);
26721
- this.i.oo = this.i.oo;
26722
27306
  },
26723
27307
  enumerable: false,
26724
27308
  configurable: true
@@ -26729,9 +27313,17 @@
26729
27313
  },
26730
27314
  set: function (v) {
26731
27315
  this.ensureSearchTypeContentPadding();
26732
- this.i.oo.left = +v;
27316
+ var __nv = +v;
27317
+ if (this.i.oo.left === __nv) {
27318
+ return;
27319
+ }
27320
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
27321
+ __copy.left = __nv;
27322
+ __copy.bottom = this.i.oo.bottom;
27323
+ __copy.right = this.i.oo.right;
27324
+ __copy.top = this.i.oo.top;
27325
+ this.i.oo = __copy;
26733
27326
  this._a("searchTypeContentPaddingLeft", this.i.oo.left);
26734
- this.i.oo = this.i.oo;
26735
27327
  },
26736
27328
  enumerable: false,
26737
27329
  configurable: true
@@ -26742,9 +27334,17 @@
26742
27334
  },
26743
27335
  set: function (v) {
26744
27336
  this.ensureSearchTypeContentPadding();
26745
- this.i.oo.right = +v;
27337
+ var __nv = +v;
27338
+ if (this.i.oo.right === __nv) {
27339
+ return;
27340
+ }
27341
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
27342
+ __copy.right = __nv;
27343
+ __copy.bottom = this.i.oo.bottom;
27344
+ __copy.left = this.i.oo.left;
27345
+ __copy.top = this.i.oo.top;
27346
+ this.i.oo = __copy;
26746
27347
  this._a("searchTypeContentPaddingRight", this.i.oo.right);
26747
- this.i.oo = this.i.oo;
26748
27348
  },
26749
27349
  enumerable: false,
26750
27350
  configurable: true
@@ -26755,9 +27355,17 @@
26755
27355
  },
26756
27356
  set: function (v) {
26757
27357
  this.ensureSearchTypeContentPadding();
26758
- this.i.oo.top = +v;
27358
+ var __nv = +v;
27359
+ if (this.i.oo.top === __nv) {
27360
+ return;
27361
+ }
27362
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
27363
+ __copy.top = __nv;
27364
+ __copy.bottom = this.i.oo.bottom;
27365
+ __copy.left = this.i.oo.left;
27366
+ __copy.right = this.i.oo.right;
27367
+ this.i.oo = __copy;
26759
27368
  this._a("searchTypeContentPaddingTop", this.i.oo.top);
26760
- this.i.oo = this.i.oo;
26761
27369
  },
26762
27370
  enumerable: false,
26763
27371
  configurable: true
@@ -37478,13 +38086,13 @@
37478
38086
  var g = new igniteuiWebcomponentsCore.TransformGroup();
37479
38087
  var h = this.view.am();
37480
38088
  g.j.add(((function () {
37481
- var $ret = new igniteuiWebcomponentsCore.RotateTransform();
37482
- $ret.j = 45;
38089
+ var $ret = new igniteuiWebcomponentsCore.TranslateTransform();
38090
+ $ret.j = _this.ap / 24 * -16;
37483
38091
  return $ret;
37484
38092
  })()));
37485
38093
  g.j.add(((function () {
37486
- var $ret = new igniteuiWebcomponentsCore.TranslateTransform();
37487
- $ret.j = -_this.view.l();
38094
+ var $ret = new igniteuiWebcomponentsCore.RotateTransform();
38095
+ $ret.j = 45;
37488
38096
  return $ret;
37489
38097
  })()));
37490
38098
  igniteuiWebcomponentsCore.NativeUI.n(d, this.c8);
@@ -37623,7 +38231,7 @@
37623
38231
  })()));
37624
38232
  XCheckbox.j = ThemeResolver.a(((function () {
37625
38233
  var $ret = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Base.$, 0);
37626
- $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
38234
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
37627
38235
  $ret.addItem("UncheckedBorderColor", igniteuiWebcomponentsCore.BrushUtil.l(255, 105, 136, 255));
37628
38236
  $ret.addItem("CheckedBorderColor", igniteuiWebcomponentsCore.BrushUtil.l(255, 105, 136, 255));
37629
38237
  $ret.addItem("UncheckedBackgroundColor", igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255));
@@ -37636,7 +38244,7 @@
37636
38244
  })()));
37637
38245
  XCheckbox.i = ThemeResolver.a(((function () {
37638
38246
  var $ret = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Base.$, 0);
37639
- $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
38247
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
37640
38248
  $ret.addItem("UncheckedBorderColor", igniteuiWebcomponentsCore.BrushUtil.l(255, 105, 136, 255));
37641
38249
  $ret.addItem("CheckedBorderColor", igniteuiWebcomponentsCore.BrushUtil.l(255, 105, 136, 255));
37642
38250
  $ret.addItem("UncheckedBackgroundColor", igniteuiWebcomponentsCore.BrushUtil.l(255, 55, 63, 86));
@@ -38997,20 +39605,19 @@
38997
39605
  function ColorEditorView() {
38998
39606
  var _this = _super.call(this) || this;
38999
39607
  _this.a = null;
39000
- _this.i = null;
39608
+ _this.h = null;
39001
39609
  _this.d = null;
39002
39610
  _this.g = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Delegate_$type, 0);
39003
39611
  _this.e = true;
39004
- _this._createColorEditorPanel = null;
39005
39612
  _this.b = null;
39006
39613
  return _this;
39007
39614
  }
39008
- ColorEditorView.prototype.r = function () {
39615
+ ColorEditorView.prototype.q = function () {
39009
39616
  };
39010
39617
  ColorEditorView.prototype.f = function () {
39011
39618
  return true;
39012
39619
  };
39013
- ColorEditorView.prototype.p = function (a) {
39620
+ ColorEditorView.prototype.o = function (a) {
39014
39621
  var e_2, _a;
39015
39622
  if (a == null) {
39016
39623
  try {
@@ -39038,61 +39645,45 @@
39038
39645
  if (this.a.a == null) {
39039
39646
  this.a.a = new igniteuiWebcomponentsCore.DOMExecutionContext(a);
39040
39647
  }
39041
- this.i = a;
39648
+ this.h = a;
39042
39649
  this.a.bj();
39043
39650
  };
39044
- ColorEditorView.prototype.n = function () {
39651
+ ColorEditorView.prototype.m = function () {
39045
39652
  if (igniteuiWebcomponentsCore.KeyFrameAnimationFactory.h == null) {
39046
- igniteuiWebcomponentsCore.KeyFrameAnimationFactory.h = this.i;
39653
+ igniteuiWebcomponentsCore.KeyFrameAnimationFactory.h = this.h;
39047
39654
  }
39048
39655
  };
39049
- ColorEditorView.prototype.o = function () {
39656
+ ColorEditorView.prototype.n = function () {
39050
39657
  this.e = true;
39051
39658
  };
39052
- ColorEditorView.prototype.q = function () {
39659
+ ColorEditorView.prototype.p = function () {
39053
39660
  this.e = false;
39054
39661
  };
39055
- ColorEditorView.prototype.k = function () {
39056
- return this.i;
39057
- };
39058
- Object.defineProperty(ColorEditorView.prototype, "createColorEditorPanel", {
39059
- get: function () {
39060
- return this._createColorEditorPanel;
39061
- },
39062
- set: function (a) {
39063
- this._createColorEditorPanel = a;
39064
- },
39065
- enumerable: false,
39066
- configurable: true
39067
- });
39068
39662
  ColorEditorView.prototype.j = function () {
39069
- if (this.createColorEditorPanel != null) {
39070
- var a = this.createColorEditorPanel();
39071
- var b = this.i.getWrapper(a);
39072
- this.b = (a.i);
39073
- return a;
39074
- }
39075
- var c = new ColorEditorPanel();
39076
- this.b = c;
39077
- var d = this.i.createElement("div");
39078
- var e = this.i.getSubRenderer(d);
39079
- c.provideContainer(e);
39080
- var f = this.i.getExternal(c, null, null);
39081
- return d;
39663
+ return this.h;
39664
+ };
39665
+ ColorEditorView.prototype.i = function () {
39666
+ var a = new ColorEditorPanel();
39667
+ this.b = a;
39668
+ var b = this.h.createElement("div");
39669
+ var c = this.h.getSubRenderer(b);
39670
+ a.provideContainer(c);
39671
+ var d = this.h.getExternal(a, null, null);
39672
+ return b;
39082
39673
  };
39083
- ColorEditorView.prototype.l = function (a, b) {
39674
+ ColorEditorView.prototype.k = function (a, b) {
39084
39675
  var c = a.ao;
39085
- c.append(this.i.getWrapper(b));
39676
+ c.append(this.h.getWrapper(b));
39086
39677
  };
39087
- ColorEditorView.prototype.m = function (a) {
39088
- this.i.append(this.i.getWrapper(a.ao));
39678
+ ColorEditorView.prototype.l = function (a) {
39679
+ this.h.append(this.h.getWrapper(a.ao));
39089
39680
  };
39090
39681
  ColorEditorView.prototype.c = function (a) {
39091
39682
  return this.b;
39092
39683
  };
39093
- ColorEditorView.prototype.s = function (a) {
39094
- if (this.i != null) {
39095
- var b = this.i.rootWrapper.getNativeElement();
39684
+ ColorEditorView.prototype.r = function (a) {
39685
+ if (this.h != null) {
39686
+ var b = this.h.rootWrapper.getNativeElement();
39096
39687
  var c = (b.getBoundingClientRect());
39097
39688
  if (a) {
39098
39689
  c = new igniteuiWebcomponentsCore.Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
@@ -39101,7 +39692,7 @@
39101
39692
  }
39102
39693
  return null;
39103
39694
  };
39104
- ColorEditorView.prototype.t = function () {
39695
+ ColorEditorView.prototype.s = function () {
39105
39696
  return new igniteuiWebcomponentsCore.Size(1, NaN, NaN);
39106
39697
  };
39107
39698
  ColorEditorView.$t = igniteuiWebcomponentsCore.markType(ColorEditorView, 'ColorEditorView');
@@ -39153,7 +39744,7 @@
39153
39744
  var a = new ColorEditorView();
39154
39745
  a.a = _this;
39155
39746
  _this.view = a;
39156
- _this.view.r();
39747
+ _this.view.q();
39157
39748
  return _this;
39158
39749
  }
39159
39750
  Object.defineProperty(ColorEditor.prototype, "view", {
@@ -39167,10 +39758,10 @@
39167
39758
  configurable: true
39168
39759
  });
39169
39760
  ColorEditor.prototype.onAttachedToUI = function () {
39170
- this.view.o();
39761
+ this.view.n();
39171
39762
  };
39172
39763
  ColorEditor.prototype.onDetachedFromUI = function () {
39173
- this.view.q();
39764
+ this.view.p();
39174
39765
  };
39175
39766
  ColorEditor.prototype.b4 = function (a, b) {
39176
39767
  if (this.valueChanging != null) {
@@ -39190,12 +39781,12 @@
39190
39781
  this.provideContainer(null);
39191
39782
  };
39192
39783
  ColorEditor.prototype.provideContainer = function (a) {
39193
- this.view.p(a);
39784
+ this.view.o(a);
39194
39785
  };
39195
39786
  Object.defineProperty(ColorEditor.prototype, "u", {
39196
39787
  get: function () {
39197
39788
  if (this.t == null) {
39198
- this.t = new igniteuiWebcomponentsCore.SRProvider(this.view.i);
39789
+ this.t = new igniteuiWebcomponentsCore.SRProvider(this.view.h);
39199
39790
  this.t.cb("ColorEditor");
39200
39791
  }
39201
39792
  return this.t;
@@ -39533,8 +40124,8 @@
39533
40124
  this.aa = false;
39534
40125
  };
39535
40126
  ColorEditor.prototype.br = function () {
39536
- igniteuiWebcomponentsCore.NativeUIWindow.h(15, igniteuiWebcomponentsCore.runOn(this, this.b7), this.view.i);
39537
- igniteuiWebcomponentsCore.NativeUIWindow.h(9, igniteuiWebcomponentsCore.runOn(this, this.b6), this.view.i);
40127
+ igniteuiWebcomponentsCore.NativeUIWindow.h(15, igniteuiWebcomponentsCore.runOn(this, this.b7), this.view.h);
40128
+ igniteuiWebcomponentsCore.NativeUIWindow.h(9, igniteuiWebcomponentsCore.runOn(this, this.b6), this.view.h);
39538
40129
  };
39539
40130
  ColorEditor.prototype.bv = function () {
39540
40131
  igniteuiWebcomponentsCore.NativeUIWindow.i(15, igniteuiWebcomponentsCore.runOn(this, this.b7));
@@ -39556,16 +40147,16 @@
39556
40147
  };
39557
40148
  ColorEditor.prototype.bj = function () {
39558
40149
  var _this = this;
39559
- igniteuiWebcomponentsCore.NativeUIComponent.aw(this.view.k(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
40150
+ igniteuiWebcomponentsCore.NativeUIComponent.aw(this.view.j(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
39560
40151
  var b = a[0];
39561
40152
  var c = a[1];
39562
40153
  var d = a[2];
39563
40154
  var e = a[3];
39564
- var f = _this.view.j();
39565
- _this.view.l(e, f);
40155
+ var f = _this.view.i();
40156
+ _this.view.k(e, f);
39566
40157
  b.bo(d);
39567
40158
  d.bo(e);
39568
- _this.view.m(c);
40159
+ _this.view.l(c);
39569
40160
  b.ci = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
39570
40161
  b.cb = 150;
39571
40162
  b.b9 = 8;
@@ -39647,8 +40238,8 @@
39647
40238
  return;
39648
40239
  }
39649
40240
  if (this.s != null) {
39650
- var a = this.view.s(false);
39651
- var b = this.view.t();
40241
+ var a = this.view.r(false);
40242
+ var b = this.view.s();
39652
40243
  var c = b.height;
39653
40244
  var d = 240;
39654
40245
  var e = a.bottom + d;
@@ -39668,7 +40259,7 @@
39668
40259
  };
39669
40260
  ColorEditor.prototype.ce = function (a, b) {
39670
40261
  {
39671
- var c = this.view.s(true);
40262
+ var c = this.view.r(true);
39672
40263
  this.s.cg(c, a, b);
39673
40264
  }
39674
40265
  };
@@ -40804,9 +41395,9 @@
40804
41395
  _this._wrapper = _this._renderer;
40805
41396
  var colorEditor = _this.i;
40806
41397
  _this._colorEditor = colorEditor;
40807
- colorEditor.view.createColorEditorPanel = function () {
40808
- return document.createElement("igc-color-editor-panel");
40809
- };
41398
+ //(colorEditor as any).view.createColorEditorPanel = () => {
41399
+ // return document.createElement("igc-color-editor-panel");
41400
+ //};
40810
41401
  colorEditor.provideContainer(_this._renderer);
40811
41402
  _this._onChildrenChanged();
40812
41403
  //Checkbox.notifySizeChanged();