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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +766 -158
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/CheckboxView_combined.js +7 -7
- package/esm2015/lib/igc-x-button-component.js +280 -56
- package/esm2015/lib/igc-x-input-group-component.js +480 -96
- package/esm5/lib/CheckboxView_combined.js +7 -7
- package/esm5/lib/igc-x-button-component.js +280 -56
- package/esm5/lib/igc-x-input-group-component.js +480 -96
- package/fesm2015/igniteui-webcomponents-inputs.js +766 -158
- package/fesm5/igniteui-webcomponents-inputs.js +766 -158
- package/package.json +2 -2
|
@@ -408,9 +408,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
408
408
|
},
|
|
409
409
|
set: function (v) {
|
|
410
410
|
this.ensureActualCornerRadius();
|
|
411
|
-
|
|
411
|
+
var __nv = +v;
|
|
412
|
+
if (this.i.ko.c === __nv) {
|
|
413
|
+
return;
|
|
414
|
+
}
|
|
415
|
+
var __copy = new CornerRadius(2);
|
|
416
|
+
__copy.c = __nv;
|
|
417
|
+
__copy.b = this.i.ko.b;
|
|
418
|
+
__copy.d = this.i.ko.d;
|
|
419
|
+
__copy.e = this.i.ko.e;
|
|
420
|
+
this.i.ko = __copy;
|
|
412
421
|
this._a("actualCornerRadiusBottomRight", this.i.ko.c);
|
|
413
|
-
this.i.ko = this.i.ko;
|
|
414
422
|
},
|
|
415
423
|
enumerable: false,
|
|
416
424
|
configurable: true
|
|
@@ -421,9 +429,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
421
429
|
},
|
|
422
430
|
set: function (v) {
|
|
423
431
|
this.ensureActualCornerRadius();
|
|
424
|
-
|
|
432
|
+
var __nv = +v;
|
|
433
|
+
if (this.i.ko.b === __nv) {
|
|
434
|
+
return;
|
|
435
|
+
}
|
|
436
|
+
var __copy = new CornerRadius(2);
|
|
437
|
+
__copy.b = __nv;
|
|
438
|
+
__copy.c = this.i.ko.c;
|
|
439
|
+
__copy.d = this.i.ko.d;
|
|
440
|
+
__copy.e = this.i.ko.e;
|
|
441
|
+
this.i.ko = __copy;
|
|
425
442
|
this._a("actualCornerRadiusBottomLeft", this.i.ko.b);
|
|
426
|
-
this.i.ko = this.i.ko;
|
|
427
443
|
},
|
|
428
444
|
enumerable: false,
|
|
429
445
|
configurable: true
|
|
@@ -434,9 +450,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
434
450
|
},
|
|
435
451
|
set: function (v) {
|
|
436
452
|
this.ensureActualCornerRadius();
|
|
437
|
-
|
|
453
|
+
var __nv = +v;
|
|
454
|
+
if (this.i.ko.d === __nv) {
|
|
455
|
+
return;
|
|
456
|
+
}
|
|
457
|
+
var __copy = new CornerRadius(2);
|
|
458
|
+
__copy.d = __nv;
|
|
459
|
+
__copy.c = this.i.ko.c;
|
|
460
|
+
__copy.b = this.i.ko.b;
|
|
461
|
+
__copy.e = this.i.ko.e;
|
|
462
|
+
this.i.ko = __copy;
|
|
438
463
|
this._a("actualCornerRadiusTopLeft", this.i.ko.d);
|
|
439
|
-
this.i.ko = this.i.ko;
|
|
440
464
|
},
|
|
441
465
|
enumerable: false,
|
|
442
466
|
configurable: true
|
|
@@ -447,9 +471,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
447
471
|
},
|
|
448
472
|
set: function (v) {
|
|
449
473
|
this.ensureActualCornerRadius();
|
|
450
|
-
|
|
474
|
+
var __nv = +v;
|
|
475
|
+
if (this.i.ko.e === __nv) {
|
|
476
|
+
return;
|
|
477
|
+
}
|
|
478
|
+
var __copy = new CornerRadius(2);
|
|
479
|
+
__copy.e = __nv;
|
|
480
|
+
__copy.c = this.i.ko.c;
|
|
481
|
+
__copy.b = this.i.ko.b;
|
|
482
|
+
__copy.d = this.i.ko.d;
|
|
483
|
+
this.i.ko = __copy;
|
|
451
484
|
this._a("actualCornerRadiusTopRight", this.i.ko.e);
|
|
452
|
-
this.i.ko = this.i.ko;
|
|
453
485
|
},
|
|
454
486
|
enumerable: false,
|
|
455
487
|
configurable: true
|
|
@@ -466,9 +498,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
466
498
|
},
|
|
467
499
|
set: function (v) {
|
|
468
500
|
this.ensureActualContentPadding();
|
|
469
|
-
|
|
501
|
+
var __nv = +v;
|
|
502
|
+
if (this.i.oe.bottom === __nv) {
|
|
503
|
+
return;
|
|
504
|
+
}
|
|
505
|
+
var __copy = new Thickness(2);
|
|
506
|
+
__copy.bottom = __nv;
|
|
507
|
+
__copy.left = this.i.oe.left;
|
|
508
|
+
__copy.right = this.i.oe.right;
|
|
509
|
+
__copy.top = this.i.oe.top;
|
|
510
|
+
this.i.oe = __copy;
|
|
470
511
|
this._a("actualContentPaddingBottom", this.i.oe.bottom);
|
|
471
|
-
this.i.oe = this.i.oe;
|
|
472
512
|
},
|
|
473
513
|
enumerable: false,
|
|
474
514
|
configurable: true
|
|
@@ -479,9 +519,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
479
519
|
},
|
|
480
520
|
set: function (v) {
|
|
481
521
|
this.ensureActualContentPadding();
|
|
482
|
-
|
|
522
|
+
var __nv = +v;
|
|
523
|
+
if (this.i.oe.left === __nv) {
|
|
524
|
+
return;
|
|
525
|
+
}
|
|
526
|
+
var __copy = new Thickness(2);
|
|
527
|
+
__copy.left = __nv;
|
|
528
|
+
__copy.bottom = this.i.oe.bottom;
|
|
529
|
+
__copy.right = this.i.oe.right;
|
|
530
|
+
__copy.top = this.i.oe.top;
|
|
531
|
+
this.i.oe = __copy;
|
|
483
532
|
this._a("actualContentPaddingLeft", this.i.oe.left);
|
|
484
|
-
this.i.oe = this.i.oe;
|
|
485
533
|
},
|
|
486
534
|
enumerable: false,
|
|
487
535
|
configurable: true
|
|
@@ -492,9 +540,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
492
540
|
},
|
|
493
541
|
set: function (v) {
|
|
494
542
|
this.ensureActualContentPadding();
|
|
495
|
-
|
|
543
|
+
var __nv = +v;
|
|
544
|
+
if (this.i.oe.right === __nv) {
|
|
545
|
+
return;
|
|
546
|
+
}
|
|
547
|
+
var __copy = new Thickness(2);
|
|
548
|
+
__copy.right = __nv;
|
|
549
|
+
__copy.bottom = this.i.oe.bottom;
|
|
550
|
+
__copy.left = this.i.oe.left;
|
|
551
|
+
__copy.top = this.i.oe.top;
|
|
552
|
+
this.i.oe = __copy;
|
|
496
553
|
this._a("actualContentPaddingRight", this.i.oe.right);
|
|
497
|
-
this.i.oe = this.i.oe;
|
|
498
554
|
},
|
|
499
555
|
enumerable: false,
|
|
500
556
|
configurable: true
|
|
@@ -505,9 +561,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
505
561
|
},
|
|
506
562
|
set: function (v) {
|
|
507
563
|
this.ensureActualContentPadding();
|
|
508
|
-
|
|
564
|
+
var __nv = +v;
|
|
565
|
+
if (this.i.oe.top === __nv) {
|
|
566
|
+
return;
|
|
567
|
+
}
|
|
568
|
+
var __copy = new Thickness(2);
|
|
569
|
+
__copy.top = __nv;
|
|
570
|
+
__copy.bottom = this.i.oe.bottom;
|
|
571
|
+
__copy.left = this.i.oe.left;
|
|
572
|
+
__copy.right = this.i.oe.right;
|
|
573
|
+
this.i.oe = __copy;
|
|
509
574
|
this._a("actualContentPaddingTop", this.i.oe.top);
|
|
510
|
-
this.i.oe = this.i.oe;
|
|
511
575
|
},
|
|
512
576
|
enumerable: false,
|
|
513
577
|
configurable: true
|
|
@@ -748,9 +812,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
748
812
|
},
|
|
749
813
|
set: function (v) {
|
|
750
814
|
this.ensureCornerRadius();
|
|
751
|
-
|
|
815
|
+
var __nv = +v;
|
|
816
|
+
if (this.i.ks.c === __nv) {
|
|
817
|
+
return;
|
|
818
|
+
}
|
|
819
|
+
var __copy = new CornerRadius(2);
|
|
820
|
+
__copy.c = __nv;
|
|
821
|
+
__copy.b = this.i.ks.b;
|
|
822
|
+
__copy.d = this.i.ks.d;
|
|
823
|
+
__copy.e = this.i.ks.e;
|
|
824
|
+
this.i.ks = __copy;
|
|
752
825
|
this._a("cornerRadiusBottomRight", this.i.ks.c);
|
|
753
|
-
this.i.ks = this.i.ks;
|
|
754
826
|
},
|
|
755
827
|
enumerable: false,
|
|
756
828
|
configurable: true
|
|
@@ -761,9 +833,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
761
833
|
},
|
|
762
834
|
set: function (v) {
|
|
763
835
|
this.ensureCornerRadius();
|
|
764
|
-
|
|
836
|
+
var __nv = +v;
|
|
837
|
+
if (this.i.ks.b === __nv) {
|
|
838
|
+
return;
|
|
839
|
+
}
|
|
840
|
+
var __copy = new CornerRadius(2);
|
|
841
|
+
__copy.b = __nv;
|
|
842
|
+
__copy.c = this.i.ks.c;
|
|
843
|
+
__copy.d = this.i.ks.d;
|
|
844
|
+
__copy.e = this.i.ks.e;
|
|
845
|
+
this.i.ks = __copy;
|
|
765
846
|
this._a("cornerRadiusBottomLeft", this.i.ks.b);
|
|
766
|
-
this.i.ks = this.i.ks;
|
|
767
847
|
},
|
|
768
848
|
enumerable: false,
|
|
769
849
|
configurable: true
|
|
@@ -774,9 +854,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
774
854
|
},
|
|
775
855
|
set: function (v) {
|
|
776
856
|
this.ensureCornerRadius();
|
|
777
|
-
|
|
857
|
+
var __nv = +v;
|
|
858
|
+
if (this.i.ks.d === __nv) {
|
|
859
|
+
return;
|
|
860
|
+
}
|
|
861
|
+
var __copy = new CornerRadius(2);
|
|
862
|
+
__copy.d = __nv;
|
|
863
|
+
__copy.c = this.i.ks.c;
|
|
864
|
+
__copy.b = this.i.ks.b;
|
|
865
|
+
__copy.e = this.i.ks.e;
|
|
866
|
+
this.i.ks = __copy;
|
|
778
867
|
this._a("cornerRadiusTopLeft", this.i.ks.d);
|
|
779
|
-
this.i.ks = this.i.ks;
|
|
780
868
|
},
|
|
781
869
|
enumerable: false,
|
|
782
870
|
configurable: true
|
|
@@ -787,9 +875,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
787
875
|
},
|
|
788
876
|
set: function (v) {
|
|
789
877
|
this.ensureCornerRadius();
|
|
790
|
-
|
|
878
|
+
var __nv = +v;
|
|
879
|
+
if (this.i.ks.e === __nv) {
|
|
880
|
+
return;
|
|
881
|
+
}
|
|
882
|
+
var __copy = new CornerRadius(2);
|
|
883
|
+
__copy.e = __nv;
|
|
884
|
+
__copy.c = this.i.ks.c;
|
|
885
|
+
__copy.b = this.i.ks.b;
|
|
886
|
+
__copy.d = this.i.ks.d;
|
|
887
|
+
this.i.ks = __copy;
|
|
791
888
|
this._a("cornerRadiusTopRight", this.i.ks.e);
|
|
792
|
-
this.i.ks = this.i.ks;
|
|
793
889
|
},
|
|
794
890
|
enumerable: false,
|
|
795
891
|
configurable: true
|
|
@@ -806,9 +902,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
806
902
|
},
|
|
807
903
|
set: function (v) {
|
|
808
904
|
this.ensureContentPadding();
|
|
809
|
-
|
|
905
|
+
var __nv = +v;
|
|
906
|
+
if (this.i.oi.bottom === __nv) {
|
|
907
|
+
return;
|
|
908
|
+
}
|
|
909
|
+
var __copy = new Thickness(2);
|
|
910
|
+
__copy.bottom = __nv;
|
|
911
|
+
__copy.left = this.i.oi.left;
|
|
912
|
+
__copy.right = this.i.oi.right;
|
|
913
|
+
__copy.top = this.i.oi.top;
|
|
914
|
+
this.i.oi = __copy;
|
|
810
915
|
this._a("contentPaddingBottom", this.i.oi.bottom);
|
|
811
|
-
this.i.oi = this.i.oi;
|
|
812
916
|
},
|
|
813
917
|
enumerable: false,
|
|
814
918
|
configurable: true
|
|
@@ -819,9 +923,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
819
923
|
},
|
|
820
924
|
set: function (v) {
|
|
821
925
|
this.ensureContentPadding();
|
|
822
|
-
|
|
926
|
+
var __nv = +v;
|
|
927
|
+
if (this.i.oi.left === __nv) {
|
|
928
|
+
return;
|
|
929
|
+
}
|
|
930
|
+
var __copy = new Thickness(2);
|
|
931
|
+
__copy.left = __nv;
|
|
932
|
+
__copy.bottom = this.i.oi.bottom;
|
|
933
|
+
__copy.right = this.i.oi.right;
|
|
934
|
+
__copy.top = this.i.oi.top;
|
|
935
|
+
this.i.oi = __copy;
|
|
823
936
|
this._a("contentPaddingLeft", this.i.oi.left);
|
|
824
|
-
this.i.oi = this.i.oi;
|
|
825
937
|
},
|
|
826
938
|
enumerable: false,
|
|
827
939
|
configurable: true
|
|
@@ -832,9 +944,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
832
944
|
},
|
|
833
945
|
set: function (v) {
|
|
834
946
|
this.ensureContentPadding();
|
|
835
|
-
|
|
947
|
+
var __nv = +v;
|
|
948
|
+
if (this.i.oi.right === __nv) {
|
|
949
|
+
return;
|
|
950
|
+
}
|
|
951
|
+
var __copy = new Thickness(2);
|
|
952
|
+
__copy.right = __nv;
|
|
953
|
+
__copy.bottom = this.i.oi.bottom;
|
|
954
|
+
__copy.left = this.i.oi.left;
|
|
955
|
+
__copy.top = this.i.oi.top;
|
|
956
|
+
this.i.oi = __copy;
|
|
836
957
|
this._a("contentPaddingRight", this.i.oi.right);
|
|
837
|
-
this.i.oi = this.i.oi;
|
|
838
958
|
},
|
|
839
959
|
enumerable: false,
|
|
840
960
|
configurable: true
|
|
@@ -845,9 +965,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
845
965
|
},
|
|
846
966
|
set: function (v) {
|
|
847
967
|
this.ensureContentPadding();
|
|
848
|
-
|
|
968
|
+
var __nv = +v;
|
|
969
|
+
if (this.i.oi.top === __nv) {
|
|
970
|
+
return;
|
|
971
|
+
}
|
|
972
|
+
var __copy = new Thickness(2);
|
|
973
|
+
__copy.top = __nv;
|
|
974
|
+
__copy.bottom = this.i.oi.bottom;
|
|
975
|
+
__copy.left = this.i.oi.left;
|
|
976
|
+
__copy.right = this.i.oi.right;
|
|
977
|
+
this.i.oi = __copy;
|
|
849
978
|
this._a("contentPaddingTop", this.i.oi.top);
|
|
850
|
-
this.i.oi = this.i.oi;
|
|
851
979
|
},
|
|
852
980
|
enumerable: false,
|
|
853
981
|
configurable: true
|
|
@@ -1102,9 +1230,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1102
1230
|
},
|
|
1103
1231
|
set: function (v) {
|
|
1104
1232
|
this.ensureLineTypeCornerRadius();
|
|
1105
|
-
|
|
1233
|
+
var __nv = +v;
|
|
1234
|
+
if (this.i.kx.c === __nv) {
|
|
1235
|
+
return;
|
|
1236
|
+
}
|
|
1237
|
+
var __copy = new CornerRadius(2);
|
|
1238
|
+
__copy.c = __nv;
|
|
1239
|
+
__copy.b = this.i.kx.b;
|
|
1240
|
+
__copy.d = this.i.kx.d;
|
|
1241
|
+
__copy.e = this.i.kx.e;
|
|
1242
|
+
this.i.kx = __copy;
|
|
1106
1243
|
this._a("lineTypeCornerRadiusBottomRight", this.i.kx.c);
|
|
1107
|
-
this.i.kx = this.i.kx;
|
|
1108
1244
|
},
|
|
1109
1245
|
enumerable: false,
|
|
1110
1246
|
configurable: true
|
|
@@ -1115,9 +1251,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1115
1251
|
},
|
|
1116
1252
|
set: function (v) {
|
|
1117
1253
|
this.ensureLineTypeCornerRadius();
|
|
1118
|
-
|
|
1254
|
+
var __nv = +v;
|
|
1255
|
+
if (this.i.kx.b === __nv) {
|
|
1256
|
+
return;
|
|
1257
|
+
}
|
|
1258
|
+
var __copy = new CornerRadius(2);
|
|
1259
|
+
__copy.b = __nv;
|
|
1260
|
+
__copy.c = this.i.kx.c;
|
|
1261
|
+
__copy.d = this.i.kx.d;
|
|
1262
|
+
__copy.e = this.i.kx.e;
|
|
1263
|
+
this.i.kx = __copy;
|
|
1119
1264
|
this._a("lineTypeCornerRadiusBottomLeft", this.i.kx.b);
|
|
1120
|
-
this.i.kx = this.i.kx;
|
|
1121
1265
|
},
|
|
1122
1266
|
enumerable: false,
|
|
1123
1267
|
configurable: true
|
|
@@ -1128,9 +1272,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1128
1272
|
},
|
|
1129
1273
|
set: function (v) {
|
|
1130
1274
|
this.ensureLineTypeCornerRadius();
|
|
1131
|
-
|
|
1275
|
+
var __nv = +v;
|
|
1276
|
+
if (this.i.kx.d === __nv) {
|
|
1277
|
+
return;
|
|
1278
|
+
}
|
|
1279
|
+
var __copy = new CornerRadius(2);
|
|
1280
|
+
__copy.d = __nv;
|
|
1281
|
+
__copy.c = this.i.kx.c;
|
|
1282
|
+
__copy.b = this.i.kx.b;
|
|
1283
|
+
__copy.e = this.i.kx.e;
|
|
1284
|
+
this.i.kx = __copy;
|
|
1132
1285
|
this._a("lineTypeCornerRadiusTopLeft", this.i.kx.d);
|
|
1133
|
-
this.i.kx = this.i.kx;
|
|
1134
1286
|
},
|
|
1135
1287
|
enumerable: false,
|
|
1136
1288
|
configurable: true
|
|
@@ -1141,9 +1293,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1141
1293
|
},
|
|
1142
1294
|
set: function (v) {
|
|
1143
1295
|
this.ensureLineTypeCornerRadius();
|
|
1144
|
-
|
|
1296
|
+
var __nv = +v;
|
|
1297
|
+
if (this.i.kx.e === __nv) {
|
|
1298
|
+
return;
|
|
1299
|
+
}
|
|
1300
|
+
var __copy = new CornerRadius(2);
|
|
1301
|
+
__copy.e = __nv;
|
|
1302
|
+
__copy.c = this.i.kx.c;
|
|
1303
|
+
__copy.b = this.i.kx.b;
|
|
1304
|
+
__copy.d = this.i.kx.d;
|
|
1305
|
+
this.i.kx = __copy;
|
|
1145
1306
|
this._a("lineTypeCornerRadiusTopRight", this.i.kx.e);
|
|
1146
|
-
this.i.kx = this.i.kx;
|
|
1147
1307
|
},
|
|
1148
1308
|
enumerable: false,
|
|
1149
1309
|
configurable: true
|
|
@@ -1160,9 +1320,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1160
1320
|
},
|
|
1161
1321
|
set: function (v) {
|
|
1162
1322
|
this.ensureLineTypeContentPadding();
|
|
1163
|
-
|
|
1323
|
+
var __nv = +v;
|
|
1324
|
+
if (this.i.on.bottom === __nv) {
|
|
1325
|
+
return;
|
|
1326
|
+
}
|
|
1327
|
+
var __copy = new Thickness(2);
|
|
1328
|
+
__copy.bottom = __nv;
|
|
1329
|
+
__copy.left = this.i.on.left;
|
|
1330
|
+
__copy.right = this.i.on.right;
|
|
1331
|
+
__copy.top = this.i.on.top;
|
|
1332
|
+
this.i.on = __copy;
|
|
1164
1333
|
this._a("lineTypeContentPaddingBottom", this.i.on.bottom);
|
|
1165
|
-
this.i.on = this.i.on;
|
|
1166
1334
|
},
|
|
1167
1335
|
enumerable: false,
|
|
1168
1336
|
configurable: true
|
|
@@ -1173,9 +1341,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1173
1341
|
},
|
|
1174
1342
|
set: function (v) {
|
|
1175
1343
|
this.ensureLineTypeContentPadding();
|
|
1176
|
-
|
|
1344
|
+
var __nv = +v;
|
|
1345
|
+
if (this.i.on.left === __nv) {
|
|
1346
|
+
return;
|
|
1347
|
+
}
|
|
1348
|
+
var __copy = new Thickness(2);
|
|
1349
|
+
__copy.left = __nv;
|
|
1350
|
+
__copy.bottom = this.i.on.bottom;
|
|
1351
|
+
__copy.right = this.i.on.right;
|
|
1352
|
+
__copy.top = this.i.on.top;
|
|
1353
|
+
this.i.on = __copy;
|
|
1177
1354
|
this._a("lineTypeContentPaddingLeft", this.i.on.left);
|
|
1178
|
-
this.i.on = this.i.on;
|
|
1179
1355
|
},
|
|
1180
1356
|
enumerable: false,
|
|
1181
1357
|
configurable: true
|
|
@@ -1186,9 +1362,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1186
1362
|
},
|
|
1187
1363
|
set: function (v) {
|
|
1188
1364
|
this.ensureLineTypeContentPadding();
|
|
1189
|
-
|
|
1365
|
+
var __nv = +v;
|
|
1366
|
+
if (this.i.on.right === __nv) {
|
|
1367
|
+
return;
|
|
1368
|
+
}
|
|
1369
|
+
var __copy = new Thickness(2);
|
|
1370
|
+
__copy.right = __nv;
|
|
1371
|
+
__copy.bottom = this.i.on.bottom;
|
|
1372
|
+
__copy.left = this.i.on.left;
|
|
1373
|
+
__copy.top = this.i.on.top;
|
|
1374
|
+
this.i.on = __copy;
|
|
1190
1375
|
this._a("lineTypeContentPaddingRight", this.i.on.right);
|
|
1191
|
-
this.i.on = this.i.on;
|
|
1192
1376
|
},
|
|
1193
1377
|
enumerable: false,
|
|
1194
1378
|
configurable: true
|
|
@@ -1199,9 +1383,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1199
1383
|
},
|
|
1200
1384
|
set: function (v) {
|
|
1201
1385
|
this.ensureLineTypeContentPadding();
|
|
1202
|
-
|
|
1386
|
+
var __nv = +v;
|
|
1387
|
+
if (this.i.on.top === __nv) {
|
|
1388
|
+
return;
|
|
1389
|
+
}
|
|
1390
|
+
var __copy = new Thickness(2);
|
|
1391
|
+
__copy.top = __nv;
|
|
1392
|
+
__copy.bottom = this.i.on.bottom;
|
|
1393
|
+
__copy.left = this.i.on.left;
|
|
1394
|
+
__copy.right = this.i.on.right;
|
|
1395
|
+
this.i.on = __copy;
|
|
1203
1396
|
this._a("lineTypeContentPaddingTop", this.i.on.top);
|
|
1204
|
-
this.i.on = this.i.on;
|
|
1205
1397
|
},
|
|
1206
1398
|
enumerable: false,
|
|
1207
1399
|
configurable: true
|
|
@@ -1456,9 +1648,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1456
1648
|
},
|
|
1457
1649
|
set: function (v) {
|
|
1458
1650
|
this.ensureBoxTypeCornerRadius();
|
|
1459
|
-
|
|
1651
|
+
var __nv = +v;
|
|
1652
|
+
if (this.i.kq.c === __nv) {
|
|
1653
|
+
return;
|
|
1654
|
+
}
|
|
1655
|
+
var __copy = new CornerRadius(2);
|
|
1656
|
+
__copy.c = __nv;
|
|
1657
|
+
__copy.b = this.i.kq.b;
|
|
1658
|
+
__copy.d = this.i.kq.d;
|
|
1659
|
+
__copy.e = this.i.kq.e;
|
|
1660
|
+
this.i.kq = __copy;
|
|
1460
1661
|
this._a("boxTypeCornerRadiusBottomRight", this.i.kq.c);
|
|
1461
|
-
this.i.kq = this.i.kq;
|
|
1462
1662
|
},
|
|
1463
1663
|
enumerable: false,
|
|
1464
1664
|
configurable: true
|
|
@@ -1469,9 +1669,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1469
1669
|
},
|
|
1470
1670
|
set: function (v) {
|
|
1471
1671
|
this.ensureBoxTypeCornerRadius();
|
|
1472
|
-
|
|
1672
|
+
var __nv = +v;
|
|
1673
|
+
if (this.i.kq.b === __nv) {
|
|
1674
|
+
return;
|
|
1675
|
+
}
|
|
1676
|
+
var __copy = new CornerRadius(2);
|
|
1677
|
+
__copy.b = __nv;
|
|
1678
|
+
__copy.c = this.i.kq.c;
|
|
1679
|
+
__copy.d = this.i.kq.d;
|
|
1680
|
+
__copy.e = this.i.kq.e;
|
|
1681
|
+
this.i.kq = __copy;
|
|
1473
1682
|
this._a("boxTypeCornerRadiusBottomLeft", this.i.kq.b);
|
|
1474
|
-
this.i.kq = this.i.kq;
|
|
1475
1683
|
},
|
|
1476
1684
|
enumerable: false,
|
|
1477
1685
|
configurable: true
|
|
@@ -1482,9 +1690,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1482
1690
|
},
|
|
1483
1691
|
set: function (v) {
|
|
1484
1692
|
this.ensureBoxTypeCornerRadius();
|
|
1485
|
-
|
|
1693
|
+
var __nv = +v;
|
|
1694
|
+
if (this.i.kq.d === __nv) {
|
|
1695
|
+
return;
|
|
1696
|
+
}
|
|
1697
|
+
var __copy = new CornerRadius(2);
|
|
1698
|
+
__copy.d = __nv;
|
|
1699
|
+
__copy.c = this.i.kq.c;
|
|
1700
|
+
__copy.b = this.i.kq.b;
|
|
1701
|
+
__copy.e = this.i.kq.e;
|
|
1702
|
+
this.i.kq = __copy;
|
|
1486
1703
|
this._a("boxTypeCornerRadiusTopLeft", this.i.kq.d);
|
|
1487
|
-
this.i.kq = this.i.kq;
|
|
1488
1704
|
},
|
|
1489
1705
|
enumerable: false,
|
|
1490
1706
|
configurable: true
|
|
@@ -1495,9 +1711,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1495
1711
|
},
|
|
1496
1712
|
set: function (v) {
|
|
1497
1713
|
this.ensureBoxTypeCornerRadius();
|
|
1498
|
-
|
|
1714
|
+
var __nv = +v;
|
|
1715
|
+
if (this.i.kq.e === __nv) {
|
|
1716
|
+
return;
|
|
1717
|
+
}
|
|
1718
|
+
var __copy = new CornerRadius(2);
|
|
1719
|
+
__copy.e = __nv;
|
|
1720
|
+
__copy.c = this.i.kq.c;
|
|
1721
|
+
__copy.b = this.i.kq.b;
|
|
1722
|
+
__copy.d = this.i.kq.d;
|
|
1723
|
+
this.i.kq = __copy;
|
|
1499
1724
|
this._a("boxTypeCornerRadiusTopRight", this.i.kq.e);
|
|
1500
|
-
this.i.kq = this.i.kq;
|
|
1501
1725
|
},
|
|
1502
1726
|
enumerable: false,
|
|
1503
1727
|
configurable: true
|
|
@@ -1514,9 +1738,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1514
1738
|
},
|
|
1515
1739
|
set: function (v) {
|
|
1516
1740
|
this.ensureBoxTypeContentPadding();
|
|
1517
|
-
|
|
1741
|
+
var __nv = +v;
|
|
1742
|
+
if (this.i.og.bottom === __nv) {
|
|
1743
|
+
return;
|
|
1744
|
+
}
|
|
1745
|
+
var __copy = new Thickness(2);
|
|
1746
|
+
__copy.bottom = __nv;
|
|
1747
|
+
__copy.left = this.i.og.left;
|
|
1748
|
+
__copy.right = this.i.og.right;
|
|
1749
|
+
__copy.top = this.i.og.top;
|
|
1750
|
+
this.i.og = __copy;
|
|
1518
1751
|
this._a("boxTypeContentPaddingBottom", this.i.og.bottom);
|
|
1519
|
-
this.i.og = this.i.og;
|
|
1520
1752
|
},
|
|
1521
1753
|
enumerable: false,
|
|
1522
1754
|
configurable: true
|
|
@@ -1527,9 +1759,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1527
1759
|
},
|
|
1528
1760
|
set: function (v) {
|
|
1529
1761
|
this.ensureBoxTypeContentPadding();
|
|
1530
|
-
|
|
1762
|
+
var __nv = +v;
|
|
1763
|
+
if (this.i.og.left === __nv) {
|
|
1764
|
+
return;
|
|
1765
|
+
}
|
|
1766
|
+
var __copy = new Thickness(2);
|
|
1767
|
+
__copy.left = __nv;
|
|
1768
|
+
__copy.bottom = this.i.og.bottom;
|
|
1769
|
+
__copy.right = this.i.og.right;
|
|
1770
|
+
__copy.top = this.i.og.top;
|
|
1771
|
+
this.i.og = __copy;
|
|
1531
1772
|
this._a("boxTypeContentPaddingLeft", this.i.og.left);
|
|
1532
|
-
this.i.og = this.i.og;
|
|
1533
1773
|
},
|
|
1534
1774
|
enumerable: false,
|
|
1535
1775
|
configurable: true
|
|
@@ -1540,9 +1780,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1540
1780
|
},
|
|
1541
1781
|
set: function (v) {
|
|
1542
1782
|
this.ensureBoxTypeContentPadding();
|
|
1543
|
-
|
|
1783
|
+
var __nv = +v;
|
|
1784
|
+
if (this.i.og.right === __nv) {
|
|
1785
|
+
return;
|
|
1786
|
+
}
|
|
1787
|
+
var __copy = new Thickness(2);
|
|
1788
|
+
__copy.right = __nv;
|
|
1789
|
+
__copy.bottom = this.i.og.bottom;
|
|
1790
|
+
__copy.left = this.i.og.left;
|
|
1791
|
+
__copy.top = this.i.og.top;
|
|
1792
|
+
this.i.og = __copy;
|
|
1544
1793
|
this._a("boxTypeContentPaddingRight", this.i.og.right);
|
|
1545
|
-
this.i.og = this.i.og;
|
|
1546
1794
|
},
|
|
1547
1795
|
enumerable: false,
|
|
1548
1796
|
configurable: true
|
|
@@ -1553,9 +1801,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1553
1801
|
},
|
|
1554
1802
|
set: function (v) {
|
|
1555
1803
|
this.ensureBoxTypeContentPadding();
|
|
1556
|
-
|
|
1804
|
+
var __nv = +v;
|
|
1805
|
+
if (this.i.og.top === __nv) {
|
|
1806
|
+
return;
|
|
1807
|
+
}
|
|
1808
|
+
var __copy = new Thickness(2);
|
|
1809
|
+
__copy.top = __nv;
|
|
1810
|
+
__copy.bottom = this.i.og.bottom;
|
|
1811
|
+
__copy.left = this.i.og.left;
|
|
1812
|
+
__copy.right = this.i.og.right;
|
|
1813
|
+
this.i.og = __copy;
|
|
1557
1814
|
this._a("boxTypeContentPaddingTop", this.i.og.top);
|
|
1558
|
-
this.i.og = this.i.og;
|
|
1559
1815
|
},
|
|
1560
1816
|
enumerable: false,
|
|
1561
1817
|
configurable: true
|
|
@@ -1810,9 +2066,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1810
2066
|
},
|
|
1811
2067
|
set: function (v) {
|
|
1812
2068
|
this.ensureBorderTypeCornerRadius();
|
|
1813
|
-
|
|
2069
|
+
var __nv = +v;
|
|
2070
|
+
if (this.i.kp.c === __nv) {
|
|
2071
|
+
return;
|
|
2072
|
+
}
|
|
2073
|
+
var __copy = new CornerRadius(2);
|
|
2074
|
+
__copy.c = __nv;
|
|
2075
|
+
__copy.b = this.i.kp.b;
|
|
2076
|
+
__copy.d = this.i.kp.d;
|
|
2077
|
+
__copy.e = this.i.kp.e;
|
|
2078
|
+
this.i.kp = __copy;
|
|
1814
2079
|
this._a("borderTypeCornerRadiusBottomRight", this.i.kp.c);
|
|
1815
|
-
this.i.kp = this.i.kp;
|
|
1816
2080
|
},
|
|
1817
2081
|
enumerable: false,
|
|
1818
2082
|
configurable: true
|
|
@@ -1823,9 +2087,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1823
2087
|
},
|
|
1824
2088
|
set: function (v) {
|
|
1825
2089
|
this.ensureBorderTypeCornerRadius();
|
|
1826
|
-
|
|
2090
|
+
var __nv = +v;
|
|
2091
|
+
if (this.i.kp.b === __nv) {
|
|
2092
|
+
return;
|
|
2093
|
+
}
|
|
2094
|
+
var __copy = new CornerRadius(2);
|
|
2095
|
+
__copy.b = __nv;
|
|
2096
|
+
__copy.c = this.i.kp.c;
|
|
2097
|
+
__copy.d = this.i.kp.d;
|
|
2098
|
+
__copy.e = this.i.kp.e;
|
|
2099
|
+
this.i.kp = __copy;
|
|
1827
2100
|
this._a("borderTypeCornerRadiusBottomLeft", this.i.kp.b);
|
|
1828
|
-
this.i.kp = this.i.kp;
|
|
1829
2101
|
},
|
|
1830
2102
|
enumerable: false,
|
|
1831
2103
|
configurable: true
|
|
@@ -1836,9 +2108,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1836
2108
|
},
|
|
1837
2109
|
set: function (v) {
|
|
1838
2110
|
this.ensureBorderTypeCornerRadius();
|
|
1839
|
-
|
|
2111
|
+
var __nv = +v;
|
|
2112
|
+
if (this.i.kp.d === __nv) {
|
|
2113
|
+
return;
|
|
2114
|
+
}
|
|
2115
|
+
var __copy = new CornerRadius(2);
|
|
2116
|
+
__copy.d = __nv;
|
|
2117
|
+
__copy.c = this.i.kp.c;
|
|
2118
|
+
__copy.b = this.i.kp.b;
|
|
2119
|
+
__copy.e = this.i.kp.e;
|
|
2120
|
+
this.i.kp = __copy;
|
|
1840
2121
|
this._a("borderTypeCornerRadiusTopLeft", this.i.kp.d);
|
|
1841
|
-
this.i.kp = this.i.kp;
|
|
1842
2122
|
},
|
|
1843
2123
|
enumerable: false,
|
|
1844
2124
|
configurable: true
|
|
@@ -1849,9 +2129,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1849
2129
|
},
|
|
1850
2130
|
set: function (v) {
|
|
1851
2131
|
this.ensureBorderTypeCornerRadius();
|
|
1852
|
-
|
|
2132
|
+
var __nv = +v;
|
|
2133
|
+
if (this.i.kp.e === __nv) {
|
|
2134
|
+
return;
|
|
2135
|
+
}
|
|
2136
|
+
var __copy = new CornerRadius(2);
|
|
2137
|
+
__copy.e = __nv;
|
|
2138
|
+
__copy.c = this.i.kp.c;
|
|
2139
|
+
__copy.b = this.i.kp.b;
|
|
2140
|
+
__copy.d = this.i.kp.d;
|
|
2141
|
+
this.i.kp = __copy;
|
|
1853
2142
|
this._a("borderTypeCornerRadiusTopRight", this.i.kp.e);
|
|
1854
|
-
this.i.kp = this.i.kp;
|
|
1855
2143
|
},
|
|
1856
2144
|
enumerable: false,
|
|
1857
2145
|
configurable: true
|
|
@@ -1868,9 +2156,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1868
2156
|
},
|
|
1869
2157
|
set: function (v) {
|
|
1870
2158
|
this.ensureBorderTypeContentPadding();
|
|
1871
|
-
|
|
2159
|
+
var __nv = +v;
|
|
2160
|
+
if (this.i.of.bottom === __nv) {
|
|
2161
|
+
return;
|
|
2162
|
+
}
|
|
2163
|
+
var __copy = new Thickness(2);
|
|
2164
|
+
__copy.bottom = __nv;
|
|
2165
|
+
__copy.left = this.i.of.left;
|
|
2166
|
+
__copy.right = this.i.of.right;
|
|
2167
|
+
__copy.top = this.i.of.top;
|
|
2168
|
+
this.i.of = __copy;
|
|
1872
2169
|
this._a("borderTypeContentPaddingBottom", this.i.of.bottom);
|
|
1873
|
-
this.i.of = this.i.of;
|
|
1874
2170
|
},
|
|
1875
2171
|
enumerable: false,
|
|
1876
2172
|
configurable: true
|
|
@@ -1881,9 +2177,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1881
2177
|
},
|
|
1882
2178
|
set: function (v) {
|
|
1883
2179
|
this.ensureBorderTypeContentPadding();
|
|
1884
|
-
|
|
2180
|
+
var __nv = +v;
|
|
2181
|
+
if (this.i.of.left === __nv) {
|
|
2182
|
+
return;
|
|
2183
|
+
}
|
|
2184
|
+
var __copy = new Thickness(2);
|
|
2185
|
+
__copy.left = __nv;
|
|
2186
|
+
__copy.bottom = this.i.of.bottom;
|
|
2187
|
+
__copy.right = this.i.of.right;
|
|
2188
|
+
__copy.top = this.i.of.top;
|
|
2189
|
+
this.i.of = __copy;
|
|
1885
2190
|
this._a("borderTypeContentPaddingLeft", this.i.of.left);
|
|
1886
|
-
this.i.of = this.i.of;
|
|
1887
2191
|
},
|
|
1888
2192
|
enumerable: false,
|
|
1889
2193
|
configurable: true
|
|
@@ -1894,9 +2198,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1894
2198
|
},
|
|
1895
2199
|
set: function (v) {
|
|
1896
2200
|
this.ensureBorderTypeContentPadding();
|
|
1897
|
-
|
|
2201
|
+
var __nv = +v;
|
|
2202
|
+
if (this.i.of.right === __nv) {
|
|
2203
|
+
return;
|
|
2204
|
+
}
|
|
2205
|
+
var __copy = new Thickness(2);
|
|
2206
|
+
__copy.right = __nv;
|
|
2207
|
+
__copy.bottom = this.i.of.bottom;
|
|
2208
|
+
__copy.left = this.i.of.left;
|
|
2209
|
+
__copy.top = this.i.of.top;
|
|
2210
|
+
this.i.of = __copy;
|
|
1898
2211
|
this._a("borderTypeContentPaddingRight", this.i.of.right);
|
|
1899
|
-
this.i.of = this.i.of;
|
|
1900
2212
|
},
|
|
1901
2213
|
enumerable: false,
|
|
1902
2214
|
configurable: true
|
|
@@ -1907,9 +2219,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1907
2219
|
},
|
|
1908
2220
|
set: function (v) {
|
|
1909
2221
|
this.ensureBorderTypeContentPadding();
|
|
1910
|
-
|
|
2222
|
+
var __nv = +v;
|
|
2223
|
+
if (this.i.of.top === __nv) {
|
|
2224
|
+
return;
|
|
2225
|
+
}
|
|
2226
|
+
var __copy = new Thickness(2);
|
|
2227
|
+
__copy.top = __nv;
|
|
2228
|
+
__copy.bottom = this.i.of.bottom;
|
|
2229
|
+
__copy.left = this.i.of.left;
|
|
2230
|
+
__copy.right = this.i.of.right;
|
|
2231
|
+
this.i.of = __copy;
|
|
1911
2232
|
this._a("borderTypeContentPaddingTop", this.i.of.top);
|
|
1912
|
-
this.i.of = this.i.of;
|
|
1913
2233
|
},
|
|
1914
2234
|
enumerable: false,
|
|
1915
2235
|
configurable: true
|
|
@@ -2164,9 +2484,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2164
2484
|
},
|
|
2165
2485
|
set: function (v) {
|
|
2166
2486
|
this.ensureSearchTypeCornerRadius();
|
|
2167
|
-
|
|
2487
|
+
var __nv = +v;
|
|
2488
|
+
if (this.i.ky.c === __nv) {
|
|
2489
|
+
return;
|
|
2490
|
+
}
|
|
2491
|
+
var __copy = new CornerRadius(2);
|
|
2492
|
+
__copy.c = __nv;
|
|
2493
|
+
__copy.b = this.i.ky.b;
|
|
2494
|
+
__copy.d = this.i.ky.d;
|
|
2495
|
+
__copy.e = this.i.ky.e;
|
|
2496
|
+
this.i.ky = __copy;
|
|
2168
2497
|
this._a("searchTypeCornerRadiusBottomRight", this.i.ky.c);
|
|
2169
|
-
this.i.ky = this.i.ky;
|
|
2170
2498
|
},
|
|
2171
2499
|
enumerable: false,
|
|
2172
2500
|
configurable: true
|
|
@@ -2177,9 +2505,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2177
2505
|
},
|
|
2178
2506
|
set: function (v) {
|
|
2179
2507
|
this.ensureSearchTypeCornerRadius();
|
|
2180
|
-
|
|
2508
|
+
var __nv = +v;
|
|
2509
|
+
if (this.i.ky.b === __nv) {
|
|
2510
|
+
return;
|
|
2511
|
+
}
|
|
2512
|
+
var __copy = new CornerRadius(2);
|
|
2513
|
+
__copy.b = __nv;
|
|
2514
|
+
__copy.c = this.i.ky.c;
|
|
2515
|
+
__copy.d = this.i.ky.d;
|
|
2516
|
+
__copy.e = this.i.ky.e;
|
|
2517
|
+
this.i.ky = __copy;
|
|
2181
2518
|
this._a("searchTypeCornerRadiusBottomLeft", this.i.ky.b);
|
|
2182
|
-
this.i.ky = this.i.ky;
|
|
2183
2519
|
},
|
|
2184
2520
|
enumerable: false,
|
|
2185
2521
|
configurable: true
|
|
@@ -2190,9 +2526,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2190
2526
|
},
|
|
2191
2527
|
set: function (v) {
|
|
2192
2528
|
this.ensureSearchTypeCornerRadius();
|
|
2193
|
-
|
|
2529
|
+
var __nv = +v;
|
|
2530
|
+
if (this.i.ky.d === __nv) {
|
|
2531
|
+
return;
|
|
2532
|
+
}
|
|
2533
|
+
var __copy = new CornerRadius(2);
|
|
2534
|
+
__copy.d = __nv;
|
|
2535
|
+
__copy.c = this.i.ky.c;
|
|
2536
|
+
__copy.b = this.i.ky.b;
|
|
2537
|
+
__copy.e = this.i.ky.e;
|
|
2538
|
+
this.i.ky = __copy;
|
|
2194
2539
|
this._a("searchTypeCornerRadiusTopLeft", this.i.ky.d);
|
|
2195
|
-
this.i.ky = this.i.ky;
|
|
2196
2540
|
},
|
|
2197
2541
|
enumerable: false,
|
|
2198
2542
|
configurable: true
|
|
@@ -2203,9 +2547,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2203
2547
|
},
|
|
2204
2548
|
set: function (v) {
|
|
2205
2549
|
this.ensureSearchTypeCornerRadius();
|
|
2206
|
-
|
|
2550
|
+
var __nv = +v;
|
|
2551
|
+
if (this.i.ky.e === __nv) {
|
|
2552
|
+
return;
|
|
2553
|
+
}
|
|
2554
|
+
var __copy = new CornerRadius(2);
|
|
2555
|
+
__copy.e = __nv;
|
|
2556
|
+
__copy.c = this.i.ky.c;
|
|
2557
|
+
__copy.b = this.i.ky.b;
|
|
2558
|
+
__copy.d = this.i.ky.d;
|
|
2559
|
+
this.i.ky = __copy;
|
|
2207
2560
|
this._a("searchTypeCornerRadiusTopRight", this.i.ky.e);
|
|
2208
|
-
this.i.ky = this.i.ky;
|
|
2209
2561
|
},
|
|
2210
2562
|
enumerable: false,
|
|
2211
2563
|
configurable: true
|
|
@@ -2222,9 +2574,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2222
2574
|
},
|
|
2223
2575
|
set: function (v) {
|
|
2224
2576
|
this.ensureSearchTypeContentPadding();
|
|
2225
|
-
|
|
2577
|
+
var __nv = +v;
|
|
2578
|
+
if (this.i.oo.bottom === __nv) {
|
|
2579
|
+
return;
|
|
2580
|
+
}
|
|
2581
|
+
var __copy = new Thickness(2);
|
|
2582
|
+
__copy.bottom = __nv;
|
|
2583
|
+
__copy.left = this.i.oo.left;
|
|
2584
|
+
__copy.right = this.i.oo.right;
|
|
2585
|
+
__copy.top = this.i.oo.top;
|
|
2586
|
+
this.i.oo = __copy;
|
|
2226
2587
|
this._a("searchTypeContentPaddingBottom", this.i.oo.bottom);
|
|
2227
|
-
this.i.oo = this.i.oo;
|
|
2228
2588
|
},
|
|
2229
2589
|
enumerable: false,
|
|
2230
2590
|
configurable: true
|
|
@@ -2235,9 +2595,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2235
2595
|
},
|
|
2236
2596
|
set: function (v) {
|
|
2237
2597
|
this.ensureSearchTypeContentPadding();
|
|
2238
|
-
|
|
2598
|
+
var __nv = +v;
|
|
2599
|
+
if (this.i.oo.left === __nv) {
|
|
2600
|
+
return;
|
|
2601
|
+
}
|
|
2602
|
+
var __copy = new Thickness(2);
|
|
2603
|
+
__copy.left = __nv;
|
|
2604
|
+
__copy.bottom = this.i.oo.bottom;
|
|
2605
|
+
__copy.right = this.i.oo.right;
|
|
2606
|
+
__copy.top = this.i.oo.top;
|
|
2607
|
+
this.i.oo = __copy;
|
|
2239
2608
|
this._a("searchTypeContentPaddingLeft", this.i.oo.left);
|
|
2240
|
-
this.i.oo = this.i.oo;
|
|
2241
2609
|
},
|
|
2242
2610
|
enumerable: false,
|
|
2243
2611
|
configurable: true
|
|
@@ -2248,9 +2616,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2248
2616
|
},
|
|
2249
2617
|
set: function (v) {
|
|
2250
2618
|
this.ensureSearchTypeContentPadding();
|
|
2251
|
-
|
|
2619
|
+
var __nv = +v;
|
|
2620
|
+
if (this.i.oo.right === __nv) {
|
|
2621
|
+
return;
|
|
2622
|
+
}
|
|
2623
|
+
var __copy = new Thickness(2);
|
|
2624
|
+
__copy.right = __nv;
|
|
2625
|
+
__copy.bottom = this.i.oo.bottom;
|
|
2626
|
+
__copy.left = this.i.oo.left;
|
|
2627
|
+
__copy.top = this.i.oo.top;
|
|
2628
|
+
this.i.oo = __copy;
|
|
2252
2629
|
this._a("searchTypeContentPaddingRight", this.i.oo.right);
|
|
2253
|
-
this.i.oo = this.i.oo;
|
|
2254
2630
|
},
|
|
2255
2631
|
enumerable: false,
|
|
2256
2632
|
configurable: true
|
|
@@ -2261,9 +2637,17 @@ export var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
2261
2637
|
},
|
|
2262
2638
|
set: function (v) {
|
|
2263
2639
|
this.ensureSearchTypeContentPadding();
|
|
2264
|
-
|
|
2640
|
+
var __nv = +v;
|
|
2641
|
+
if (this.i.oo.top === __nv) {
|
|
2642
|
+
return;
|
|
2643
|
+
}
|
|
2644
|
+
var __copy = new Thickness(2);
|
|
2645
|
+
__copy.top = __nv;
|
|
2646
|
+
__copy.bottom = this.i.oo.bottom;
|
|
2647
|
+
__copy.left = this.i.oo.left;
|
|
2648
|
+
__copy.right = this.i.oo.right;
|
|
2649
|
+
this.i.oo = __copy;
|
|
2265
2650
|
this._a("searchTypeContentPaddingTop", this.i.oo.top);
|
|
2266
|
-
this.i.oo = this.i.oo;
|
|
2267
2651
|
},
|
|
2268
2652
|
enumerable: false,
|
|
2269
2653
|
configurable: true
|