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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +809 -218
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/CheckboxView_combined.js +7 -7
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +40 -53
- package/esm2015/lib/igc-color-editor-component.js +3 -3
- 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/NativeUIXInputsFactory_combined.js +41 -58
- package/esm5/lib/igc-color-editor-component.js +3 -3
- 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 +809 -214
- package/fesm5/igniteui-webcomponents-inputs.js +809 -218
- package/lib/NativeUIXInputsFactory_combined.d.ts +12 -15
- package/package.json +2 -2
|
@@ -437,9 +437,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
437
437
|
},
|
|
438
438
|
set: function (v) {
|
|
439
439
|
this.ensureActualCornerRadius();
|
|
440
|
-
|
|
440
|
+
var __nv = +v;
|
|
441
|
+
if (this.i.k4.c === __nv) {
|
|
442
|
+
return;
|
|
443
|
+
}
|
|
444
|
+
var __copy = new CornerRadius(2);
|
|
445
|
+
__copy.c = __nv;
|
|
446
|
+
__copy.b = this.i.k4.b;
|
|
447
|
+
__copy.d = this.i.k4.d;
|
|
448
|
+
__copy.e = this.i.k4.e;
|
|
449
|
+
this.i.k4 = __copy;
|
|
441
450
|
this._a("actualCornerRadiusBottomRight", this.i.k4.c);
|
|
442
|
-
this.i.k4 = this.i.k4;
|
|
443
451
|
},
|
|
444
452
|
enumerable: false,
|
|
445
453
|
configurable: true
|
|
@@ -450,9 +458,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
450
458
|
},
|
|
451
459
|
set: function (v) {
|
|
452
460
|
this.ensureActualCornerRadius();
|
|
453
|
-
|
|
461
|
+
var __nv = +v;
|
|
462
|
+
if (this.i.k4.b === __nv) {
|
|
463
|
+
return;
|
|
464
|
+
}
|
|
465
|
+
var __copy = new CornerRadius(2);
|
|
466
|
+
__copy.b = __nv;
|
|
467
|
+
__copy.c = this.i.k4.c;
|
|
468
|
+
__copy.d = this.i.k4.d;
|
|
469
|
+
__copy.e = this.i.k4.e;
|
|
470
|
+
this.i.k4 = __copy;
|
|
454
471
|
this._a("actualCornerRadiusBottomLeft", this.i.k4.b);
|
|
455
|
-
this.i.k4 = this.i.k4;
|
|
456
472
|
},
|
|
457
473
|
enumerable: false,
|
|
458
474
|
configurable: true
|
|
@@ -463,9 +479,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
463
479
|
},
|
|
464
480
|
set: function (v) {
|
|
465
481
|
this.ensureActualCornerRadius();
|
|
466
|
-
|
|
482
|
+
var __nv = +v;
|
|
483
|
+
if (this.i.k4.d === __nv) {
|
|
484
|
+
return;
|
|
485
|
+
}
|
|
486
|
+
var __copy = new CornerRadius(2);
|
|
487
|
+
__copy.d = __nv;
|
|
488
|
+
__copy.c = this.i.k4.c;
|
|
489
|
+
__copy.b = this.i.k4.b;
|
|
490
|
+
__copy.e = this.i.k4.e;
|
|
491
|
+
this.i.k4 = __copy;
|
|
467
492
|
this._a("actualCornerRadiusTopLeft", this.i.k4.d);
|
|
468
|
-
this.i.k4 = this.i.k4;
|
|
469
493
|
},
|
|
470
494
|
enumerable: false,
|
|
471
495
|
configurable: true
|
|
@@ -476,9 +500,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
476
500
|
},
|
|
477
501
|
set: function (v) {
|
|
478
502
|
this.ensureActualCornerRadius();
|
|
479
|
-
|
|
503
|
+
var __nv = +v;
|
|
504
|
+
if (this.i.k4.e === __nv) {
|
|
505
|
+
return;
|
|
506
|
+
}
|
|
507
|
+
var __copy = new CornerRadius(2);
|
|
508
|
+
__copy.e = __nv;
|
|
509
|
+
__copy.c = this.i.k4.c;
|
|
510
|
+
__copy.b = this.i.k4.b;
|
|
511
|
+
__copy.d = this.i.k4.d;
|
|
512
|
+
this.i.k4 = __copy;
|
|
480
513
|
this._a("actualCornerRadiusTopRight", this.i.k4.e);
|
|
481
|
-
this.i.k4 = this.i.k4;
|
|
482
514
|
},
|
|
483
515
|
enumerable: false,
|
|
484
516
|
configurable: true
|
|
@@ -817,9 +849,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
817
849
|
},
|
|
818
850
|
set: function (v) {
|
|
819
851
|
this.ensureRaisedCornerRadius();
|
|
820
|
-
|
|
852
|
+
var __nv = +v;
|
|
853
|
+
if (this.i.lh.c === __nv) {
|
|
854
|
+
return;
|
|
855
|
+
}
|
|
856
|
+
var __copy = new CornerRadius(2);
|
|
857
|
+
__copy.c = __nv;
|
|
858
|
+
__copy.b = this.i.lh.b;
|
|
859
|
+
__copy.d = this.i.lh.d;
|
|
860
|
+
__copy.e = this.i.lh.e;
|
|
861
|
+
this.i.lh = __copy;
|
|
821
862
|
this._a("raisedCornerRadiusBottomRight", this.i.lh.c);
|
|
822
|
-
this.i.lh = this.i.lh;
|
|
823
863
|
},
|
|
824
864
|
enumerable: false,
|
|
825
865
|
configurable: true
|
|
@@ -830,9 +870,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
830
870
|
},
|
|
831
871
|
set: function (v) {
|
|
832
872
|
this.ensureRaisedCornerRadius();
|
|
833
|
-
|
|
873
|
+
var __nv = +v;
|
|
874
|
+
if (this.i.lh.b === __nv) {
|
|
875
|
+
return;
|
|
876
|
+
}
|
|
877
|
+
var __copy = new CornerRadius(2);
|
|
878
|
+
__copy.b = __nv;
|
|
879
|
+
__copy.c = this.i.lh.c;
|
|
880
|
+
__copy.d = this.i.lh.d;
|
|
881
|
+
__copy.e = this.i.lh.e;
|
|
882
|
+
this.i.lh = __copy;
|
|
834
883
|
this._a("raisedCornerRadiusBottomLeft", this.i.lh.b);
|
|
835
|
-
this.i.lh = this.i.lh;
|
|
836
884
|
},
|
|
837
885
|
enumerable: false,
|
|
838
886
|
configurable: true
|
|
@@ -843,9 +891,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
843
891
|
},
|
|
844
892
|
set: function (v) {
|
|
845
893
|
this.ensureRaisedCornerRadius();
|
|
846
|
-
|
|
894
|
+
var __nv = +v;
|
|
895
|
+
if (this.i.lh.d === __nv) {
|
|
896
|
+
return;
|
|
897
|
+
}
|
|
898
|
+
var __copy = new CornerRadius(2);
|
|
899
|
+
__copy.d = __nv;
|
|
900
|
+
__copy.c = this.i.lh.c;
|
|
901
|
+
__copy.b = this.i.lh.b;
|
|
902
|
+
__copy.e = this.i.lh.e;
|
|
903
|
+
this.i.lh = __copy;
|
|
847
904
|
this._a("raisedCornerRadiusTopLeft", this.i.lh.d);
|
|
848
|
-
this.i.lh = this.i.lh;
|
|
849
905
|
},
|
|
850
906
|
enumerable: false,
|
|
851
907
|
configurable: true
|
|
@@ -856,9 +912,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
856
912
|
},
|
|
857
913
|
set: function (v) {
|
|
858
914
|
this.ensureRaisedCornerRadius();
|
|
859
|
-
|
|
915
|
+
var __nv = +v;
|
|
916
|
+
if (this.i.lh.e === __nv) {
|
|
917
|
+
return;
|
|
918
|
+
}
|
|
919
|
+
var __copy = new CornerRadius(2);
|
|
920
|
+
__copy.e = __nv;
|
|
921
|
+
__copy.c = this.i.lh.c;
|
|
922
|
+
__copy.b = this.i.lh.b;
|
|
923
|
+
__copy.d = this.i.lh.d;
|
|
924
|
+
this.i.lh = __copy;
|
|
860
925
|
this._a("raisedCornerRadiusTopRight", this.i.lh.e);
|
|
861
|
-
this.i.lh = this.i.lh;
|
|
862
926
|
},
|
|
863
927
|
enumerable: false,
|
|
864
928
|
configurable: true
|
|
@@ -1113,9 +1177,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1113
1177
|
},
|
|
1114
1178
|
set: function (v) {
|
|
1115
1179
|
this.ensureFlatCornerRadius();
|
|
1116
|
-
|
|
1180
|
+
var __nv = +v;
|
|
1181
|
+
if (this.i.ld.c === __nv) {
|
|
1182
|
+
return;
|
|
1183
|
+
}
|
|
1184
|
+
var __copy = new CornerRadius(2);
|
|
1185
|
+
__copy.c = __nv;
|
|
1186
|
+
__copy.b = this.i.ld.b;
|
|
1187
|
+
__copy.d = this.i.ld.d;
|
|
1188
|
+
__copy.e = this.i.ld.e;
|
|
1189
|
+
this.i.ld = __copy;
|
|
1117
1190
|
this._a("flatCornerRadiusBottomRight", this.i.ld.c);
|
|
1118
|
-
this.i.ld = this.i.ld;
|
|
1119
1191
|
},
|
|
1120
1192
|
enumerable: false,
|
|
1121
1193
|
configurable: true
|
|
@@ -1126,9 +1198,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1126
1198
|
},
|
|
1127
1199
|
set: function (v) {
|
|
1128
1200
|
this.ensureFlatCornerRadius();
|
|
1129
|
-
|
|
1201
|
+
var __nv = +v;
|
|
1202
|
+
if (this.i.ld.b === __nv) {
|
|
1203
|
+
return;
|
|
1204
|
+
}
|
|
1205
|
+
var __copy = new CornerRadius(2);
|
|
1206
|
+
__copy.b = __nv;
|
|
1207
|
+
__copy.c = this.i.ld.c;
|
|
1208
|
+
__copy.d = this.i.ld.d;
|
|
1209
|
+
__copy.e = this.i.ld.e;
|
|
1210
|
+
this.i.ld = __copy;
|
|
1130
1211
|
this._a("flatCornerRadiusBottomLeft", this.i.ld.b);
|
|
1131
|
-
this.i.ld = this.i.ld;
|
|
1132
1212
|
},
|
|
1133
1213
|
enumerable: false,
|
|
1134
1214
|
configurable: true
|
|
@@ -1139,9 +1219,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1139
1219
|
},
|
|
1140
1220
|
set: function (v) {
|
|
1141
1221
|
this.ensureFlatCornerRadius();
|
|
1142
|
-
|
|
1222
|
+
var __nv = +v;
|
|
1223
|
+
if (this.i.ld.d === __nv) {
|
|
1224
|
+
return;
|
|
1225
|
+
}
|
|
1226
|
+
var __copy = new CornerRadius(2);
|
|
1227
|
+
__copy.d = __nv;
|
|
1228
|
+
__copy.c = this.i.ld.c;
|
|
1229
|
+
__copy.b = this.i.ld.b;
|
|
1230
|
+
__copy.e = this.i.ld.e;
|
|
1231
|
+
this.i.ld = __copy;
|
|
1143
1232
|
this._a("flatCornerRadiusTopLeft", this.i.ld.d);
|
|
1144
|
-
this.i.ld = this.i.ld;
|
|
1145
1233
|
},
|
|
1146
1234
|
enumerable: false,
|
|
1147
1235
|
configurable: true
|
|
@@ -1152,9 +1240,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1152
1240
|
},
|
|
1153
1241
|
set: function (v) {
|
|
1154
1242
|
this.ensureFlatCornerRadius();
|
|
1155
|
-
|
|
1243
|
+
var __nv = +v;
|
|
1244
|
+
if (this.i.ld.e === __nv) {
|
|
1245
|
+
return;
|
|
1246
|
+
}
|
|
1247
|
+
var __copy = new CornerRadius(2);
|
|
1248
|
+
__copy.e = __nv;
|
|
1249
|
+
__copy.c = this.i.ld.c;
|
|
1250
|
+
__copy.b = this.i.ld.b;
|
|
1251
|
+
__copy.d = this.i.ld.d;
|
|
1252
|
+
this.i.ld = __copy;
|
|
1156
1253
|
this._a("flatCornerRadiusTopRight", this.i.ld.e);
|
|
1157
|
-
this.i.ld = this.i.ld;
|
|
1158
1254
|
},
|
|
1159
1255
|
enumerable: false,
|
|
1160
1256
|
configurable: true
|
|
@@ -1484,9 +1580,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1484
1580
|
},
|
|
1485
1581
|
set: function (v) {
|
|
1486
1582
|
this.ensureCornerRadius();
|
|
1487
|
-
|
|
1583
|
+
var __nv = +v;
|
|
1584
|
+
if (this.i.k6.c === __nv) {
|
|
1585
|
+
return;
|
|
1586
|
+
}
|
|
1587
|
+
var __copy = new CornerRadius(2);
|
|
1588
|
+
__copy.c = __nv;
|
|
1589
|
+
__copy.b = this.i.k6.b;
|
|
1590
|
+
__copy.d = this.i.k6.d;
|
|
1591
|
+
__copy.e = this.i.k6.e;
|
|
1592
|
+
this.i.k6 = __copy;
|
|
1488
1593
|
this._a("cornerRadiusBottomRight", this.i.k6.c);
|
|
1489
|
-
this.i.k6 = this.i.k6;
|
|
1490
1594
|
},
|
|
1491
1595
|
enumerable: false,
|
|
1492
1596
|
configurable: true
|
|
@@ -1497,9 +1601,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1497
1601
|
},
|
|
1498
1602
|
set: function (v) {
|
|
1499
1603
|
this.ensureCornerRadius();
|
|
1500
|
-
|
|
1604
|
+
var __nv = +v;
|
|
1605
|
+
if (this.i.k6.b === __nv) {
|
|
1606
|
+
return;
|
|
1607
|
+
}
|
|
1608
|
+
var __copy = new CornerRadius(2);
|
|
1609
|
+
__copy.b = __nv;
|
|
1610
|
+
__copy.c = this.i.k6.c;
|
|
1611
|
+
__copy.d = this.i.k6.d;
|
|
1612
|
+
__copy.e = this.i.k6.e;
|
|
1613
|
+
this.i.k6 = __copy;
|
|
1501
1614
|
this._a("cornerRadiusBottomLeft", this.i.k6.b);
|
|
1502
|
-
this.i.k6 = this.i.k6;
|
|
1503
1615
|
},
|
|
1504
1616
|
enumerable: false,
|
|
1505
1617
|
configurable: true
|
|
@@ -1510,9 +1622,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1510
1622
|
},
|
|
1511
1623
|
set: function (v) {
|
|
1512
1624
|
this.ensureCornerRadius();
|
|
1513
|
-
|
|
1625
|
+
var __nv = +v;
|
|
1626
|
+
if (this.i.k6.d === __nv) {
|
|
1627
|
+
return;
|
|
1628
|
+
}
|
|
1629
|
+
var __copy = new CornerRadius(2);
|
|
1630
|
+
__copy.d = __nv;
|
|
1631
|
+
__copy.c = this.i.k6.c;
|
|
1632
|
+
__copy.b = this.i.k6.b;
|
|
1633
|
+
__copy.e = this.i.k6.e;
|
|
1634
|
+
this.i.k6 = __copy;
|
|
1514
1635
|
this._a("cornerRadiusTopLeft", this.i.k6.d);
|
|
1515
|
-
this.i.k6 = this.i.k6;
|
|
1516
1636
|
},
|
|
1517
1637
|
enumerable: false,
|
|
1518
1638
|
configurable: true
|
|
@@ -1523,9 +1643,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1523
1643
|
},
|
|
1524
1644
|
set: function (v) {
|
|
1525
1645
|
this.ensureCornerRadius();
|
|
1526
|
-
|
|
1646
|
+
var __nv = +v;
|
|
1647
|
+
if (this.i.k6.e === __nv) {
|
|
1648
|
+
return;
|
|
1649
|
+
}
|
|
1650
|
+
var __copy = new CornerRadius(2);
|
|
1651
|
+
__copy.e = __nv;
|
|
1652
|
+
__copy.c = this.i.k6.c;
|
|
1653
|
+
__copy.b = this.i.k6.b;
|
|
1654
|
+
__copy.d = this.i.k6.d;
|
|
1655
|
+
this.i.k6 = __copy;
|
|
1527
1656
|
this._a("cornerRadiusTopRight", this.i.k6.e);
|
|
1528
|
-
this.i.k6 = this.i.k6;
|
|
1529
1657
|
},
|
|
1530
1658
|
enumerable: false,
|
|
1531
1659
|
configurable: true
|
|
@@ -1696,9 +1824,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1696
1824
|
},
|
|
1697
1825
|
set: function (v) {
|
|
1698
1826
|
this.ensureOutlinedCornerRadius();
|
|
1699
|
-
|
|
1827
|
+
var __nv = +v;
|
|
1828
|
+
if (this.i.lg.c === __nv) {
|
|
1829
|
+
return;
|
|
1830
|
+
}
|
|
1831
|
+
var __copy = new CornerRadius(2);
|
|
1832
|
+
__copy.c = __nv;
|
|
1833
|
+
__copy.b = this.i.lg.b;
|
|
1834
|
+
__copy.d = this.i.lg.d;
|
|
1835
|
+
__copy.e = this.i.lg.e;
|
|
1836
|
+
this.i.lg = __copy;
|
|
1700
1837
|
this._a("outlinedCornerRadiusBottomRight", this.i.lg.c);
|
|
1701
|
-
this.i.lg = this.i.lg;
|
|
1702
1838
|
},
|
|
1703
1839
|
enumerable: false,
|
|
1704
1840
|
configurable: true
|
|
@@ -1709,9 +1845,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1709
1845
|
},
|
|
1710
1846
|
set: function (v) {
|
|
1711
1847
|
this.ensureOutlinedCornerRadius();
|
|
1712
|
-
|
|
1848
|
+
var __nv = +v;
|
|
1849
|
+
if (this.i.lg.b === __nv) {
|
|
1850
|
+
return;
|
|
1851
|
+
}
|
|
1852
|
+
var __copy = new CornerRadius(2);
|
|
1853
|
+
__copy.b = __nv;
|
|
1854
|
+
__copy.c = this.i.lg.c;
|
|
1855
|
+
__copy.d = this.i.lg.d;
|
|
1856
|
+
__copy.e = this.i.lg.e;
|
|
1857
|
+
this.i.lg = __copy;
|
|
1713
1858
|
this._a("outlinedCornerRadiusBottomLeft", this.i.lg.b);
|
|
1714
|
-
this.i.lg = this.i.lg;
|
|
1715
1859
|
},
|
|
1716
1860
|
enumerable: false,
|
|
1717
1861
|
configurable: true
|
|
@@ -1722,9 +1866,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1722
1866
|
},
|
|
1723
1867
|
set: function (v) {
|
|
1724
1868
|
this.ensureOutlinedCornerRadius();
|
|
1725
|
-
|
|
1869
|
+
var __nv = +v;
|
|
1870
|
+
if (this.i.lg.d === __nv) {
|
|
1871
|
+
return;
|
|
1872
|
+
}
|
|
1873
|
+
var __copy = new CornerRadius(2);
|
|
1874
|
+
__copy.d = __nv;
|
|
1875
|
+
__copy.c = this.i.lg.c;
|
|
1876
|
+
__copy.b = this.i.lg.b;
|
|
1877
|
+
__copy.e = this.i.lg.e;
|
|
1878
|
+
this.i.lg = __copy;
|
|
1726
1879
|
this._a("outlinedCornerRadiusTopLeft", this.i.lg.d);
|
|
1727
|
-
this.i.lg = this.i.lg;
|
|
1728
1880
|
},
|
|
1729
1881
|
enumerable: false,
|
|
1730
1882
|
configurable: true
|
|
@@ -1735,9 +1887,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1735
1887
|
},
|
|
1736
1888
|
set: function (v) {
|
|
1737
1889
|
this.ensureOutlinedCornerRadius();
|
|
1738
|
-
|
|
1890
|
+
var __nv = +v;
|
|
1891
|
+
if (this.i.lg.e === __nv) {
|
|
1892
|
+
return;
|
|
1893
|
+
}
|
|
1894
|
+
var __copy = new CornerRadius(2);
|
|
1895
|
+
__copy.e = __nv;
|
|
1896
|
+
__copy.c = this.i.lg.c;
|
|
1897
|
+
__copy.b = this.i.lg.b;
|
|
1898
|
+
__copy.d = this.i.lg.d;
|
|
1899
|
+
this.i.lg = __copy;
|
|
1739
1900
|
this._a("outlinedCornerRadiusTopRight", this.i.lg.e);
|
|
1740
|
-
this.i.lg = this.i.lg;
|
|
1741
1901
|
},
|
|
1742
1902
|
enumerable: false,
|
|
1743
1903
|
configurable: true
|
|
@@ -1978,9 +2138,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1978
2138
|
},
|
|
1979
2139
|
set: function (v) {
|
|
1980
2140
|
this.ensureFabCornerRadius();
|
|
1981
|
-
|
|
2141
|
+
var __nv = +v;
|
|
2142
|
+
if (this.i.lc.c === __nv) {
|
|
2143
|
+
return;
|
|
2144
|
+
}
|
|
2145
|
+
var __copy = new CornerRadius(2);
|
|
2146
|
+
__copy.c = __nv;
|
|
2147
|
+
__copy.b = this.i.lc.b;
|
|
2148
|
+
__copy.d = this.i.lc.d;
|
|
2149
|
+
__copy.e = this.i.lc.e;
|
|
2150
|
+
this.i.lc = __copy;
|
|
1982
2151
|
this._a("fabCornerRadiusBottomRight", this.i.lc.c);
|
|
1983
|
-
this.i.lc = this.i.lc;
|
|
1984
2152
|
},
|
|
1985
2153
|
enumerable: false,
|
|
1986
2154
|
configurable: true
|
|
@@ -1991,9 +2159,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1991
2159
|
},
|
|
1992
2160
|
set: function (v) {
|
|
1993
2161
|
this.ensureFabCornerRadius();
|
|
1994
|
-
|
|
2162
|
+
var __nv = +v;
|
|
2163
|
+
if (this.i.lc.b === __nv) {
|
|
2164
|
+
return;
|
|
2165
|
+
}
|
|
2166
|
+
var __copy = new CornerRadius(2);
|
|
2167
|
+
__copy.b = __nv;
|
|
2168
|
+
__copy.c = this.i.lc.c;
|
|
2169
|
+
__copy.d = this.i.lc.d;
|
|
2170
|
+
__copy.e = this.i.lc.e;
|
|
2171
|
+
this.i.lc = __copy;
|
|
1995
2172
|
this._a("fabCornerRadiusBottomLeft", this.i.lc.b);
|
|
1996
|
-
this.i.lc = this.i.lc;
|
|
1997
2173
|
},
|
|
1998
2174
|
enumerable: false,
|
|
1999
2175
|
configurable: true
|
|
@@ -2004,9 +2180,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2004
2180
|
},
|
|
2005
2181
|
set: function (v) {
|
|
2006
2182
|
this.ensureFabCornerRadius();
|
|
2007
|
-
|
|
2183
|
+
var __nv = +v;
|
|
2184
|
+
if (this.i.lc.d === __nv) {
|
|
2185
|
+
return;
|
|
2186
|
+
}
|
|
2187
|
+
var __copy = new CornerRadius(2);
|
|
2188
|
+
__copy.d = __nv;
|
|
2189
|
+
__copy.c = this.i.lc.c;
|
|
2190
|
+
__copy.b = this.i.lc.b;
|
|
2191
|
+
__copy.e = this.i.lc.e;
|
|
2192
|
+
this.i.lc = __copy;
|
|
2008
2193
|
this._a("fabCornerRadiusTopLeft", this.i.lc.d);
|
|
2009
|
-
this.i.lc = this.i.lc;
|
|
2010
2194
|
},
|
|
2011
2195
|
enumerable: false,
|
|
2012
2196
|
configurable: true
|
|
@@ -2017,9 +2201,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2017
2201
|
},
|
|
2018
2202
|
set: function (v) {
|
|
2019
2203
|
this.ensureFabCornerRadius();
|
|
2020
|
-
|
|
2204
|
+
var __nv = +v;
|
|
2205
|
+
if (this.i.lc.e === __nv) {
|
|
2206
|
+
return;
|
|
2207
|
+
}
|
|
2208
|
+
var __copy = new CornerRadius(2);
|
|
2209
|
+
__copy.e = __nv;
|
|
2210
|
+
__copy.c = this.i.lc.c;
|
|
2211
|
+
__copy.b = this.i.lc.b;
|
|
2212
|
+
__copy.d = this.i.lc.d;
|
|
2213
|
+
this.i.lc = __copy;
|
|
2021
2214
|
this._a("fabCornerRadiusTopRight", this.i.lc.e);
|
|
2022
|
-
this.i.lc = this.i.lc;
|
|
2023
2215
|
},
|
|
2024
2216
|
enumerable: false,
|
|
2025
2217
|
configurable: true
|
|
@@ -2260,9 +2452,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2260
2452
|
},
|
|
2261
2453
|
set: function (v) {
|
|
2262
2454
|
this.ensureIconCornerRadius();
|
|
2263
|
-
|
|
2455
|
+
var __nv = +v;
|
|
2456
|
+
if (this.i.lf.c === __nv) {
|
|
2457
|
+
return;
|
|
2458
|
+
}
|
|
2459
|
+
var __copy = new CornerRadius(2);
|
|
2460
|
+
__copy.c = __nv;
|
|
2461
|
+
__copy.b = this.i.lf.b;
|
|
2462
|
+
__copy.d = this.i.lf.d;
|
|
2463
|
+
__copy.e = this.i.lf.e;
|
|
2464
|
+
this.i.lf = __copy;
|
|
2264
2465
|
this._a("iconCornerRadiusBottomRight", this.i.lf.c);
|
|
2265
|
-
this.i.lf = this.i.lf;
|
|
2266
2466
|
},
|
|
2267
2467
|
enumerable: false,
|
|
2268
2468
|
configurable: true
|
|
@@ -2273,9 +2473,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2273
2473
|
},
|
|
2274
2474
|
set: function (v) {
|
|
2275
2475
|
this.ensureIconCornerRadius();
|
|
2276
|
-
|
|
2476
|
+
var __nv = +v;
|
|
2477
|
+
if (this.i.lf.b === __nv) {
|
|
2478
|
+
return;
|
|
2479
|
+
}
|
|
2480
|
+
var __copy = new CornerRadius(2);
|
|
2481
|
+
__copy.b = __nv;
|
|
2482
|
+
__copy.c = this.i.lf.c;
|
|
2483
|
+
__copy.d = this.i.lf.d;
|
|
2484
|
+
__copy.e = this.i.lf.e;
|
|
2485
|
+
this.i.lf = __copy;
|
|
2277
2486
|
this._a("iconCornerRadiusBottomLeft", this.i.lf.b);
|
|
2278
|
-
this.i.lf = this.i.lf;
|
|
2279
2487
|
},
|
|
2280
2488
|
enumerable: false,
|
|
2281
2489
|
configurable: true
|
|
@@ -2286,9 +2494,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2286
2494
|
},
|
|
2287
2495
|
set: function (v) {
|
|
2288
2496
|
this.ensureIconCornerRadius();
|
|
2289
|
-
|
|
2497
|
+
var __nv = +v;
|
|
2498
|
+
if (this.i.lf.d === __nv) {
|
|
2499
|
+
return;
|
|
2500
|
+
}
|
|
2501
|
+
var __copy = new CornerRadius(2);
|
|
2502
|
+
__copy.d = __nv;
|
|
2503
|
+
__copy.c = this.i.lf.c;
|
|
2504
|
+
__copy.b = this.i.lf.b;
|
|
2505
|
+
__copy.e = this.i.lf.e;
|
|
2506
|
+
this.i.lf = __copy;
|
|
2290
2507
|
this._a("iconCornerRadiusTopLeft", this.i.lf.d);
|
|
2291
|
-
this.i.lf = this.i.lf;
|
|
2292
2508
|
},
|
|
2293
2509
|
enumerable: false,
|
|
2294
2510
|
configurable: true
|
|
@@ -2299,9 +2515,17 @@ export var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2299
2515
|
},
|
|
2300
2516
|
set: function (v) {
|
|
2301
2517
|
this.ensureIconCornerRadius();
|
|
2302
|
-
|
|
2518
|
+
var __nv = +v;
|
|
2519
|
+
if (this.i.lf.e === __nv) {
|
|
2520
|
+
return;
|
|
2521
|
+
}
|
|
2522
|
+
var __copy = new CornerRadius(2);
|
|
2523
|
+
__copy.e = __nv;
|
|
2524
|
+
__copy.c = this.i.lf.c;
|
|
2525
|
+
__copy.b = this.i.lf.b;
|
|
2526
|
+
__copy.d = this.i.lf.d;
|
|
2527
|
+
this.i.lf = __copy;
|
|
2303
2528
|
this._a("iconCornerRadiusTopRight", this.i.lf.e);
|
|
2304
|
-
this.i.lf = this.i.lf;
|
|
2305
2529
|
},
|
|
2306
2530
|
enumerable: false,
|
|
2307
2531
|
configurable: true
|