igniteui-angular-inputs 21.1.0-beta.1 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +809 -218
- package/bundles/igniteui-angular-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/igx-color-editor-component.js +3 -3
- package/esm2015/lib/igx-x-button-component.js +280 -56
- package/esm2015/lib/igx-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/igx-color-editor-component.js +3 -3
- package/esm5/lib/igx-x-button-component.js +280 -56
- package/esm5/lib/igx-x-input-group-component.js +480 -96
- package/fesm2015/igniteui-angular-inputs.js +809 -214
- package/fesm5/igniteui-angular-inputs.js +809 -218
- package/lib/NativeUIXInputsFactory_combined.d.ts +12 -15
- package/package.json +2 -2
|
@@ -293,8 +293,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
293
293
|
},
|
|
294
294
|
set: function (v) {
|
|
295
295
|
this.ensureActualCornerRadius();
|
|
296
|
-
|
|
297
|
-
this.i.k4
|
|
296
|
+
var __nv = +v;
|
|
297
|
+
if (this.i.k4.c === __nv) {
|
|
298
|
+
return;
|
|
299
|
+
}
|
|
300
|
+
var __copy = new CornerRadius(2);
|
|
301
|
+
__copy.c = __nv;
|
|
302
|
+
__copy.b = this.i.k4.b;
|
|
303
|
+
__copy.d = this.i.k4.d;
|
|
304
|
+
__copy.e = this.i.k4.e;
|
|
305
|
+
this.i.k4 = __copy;
|
|
298
306
|
},
|
|
299
307
|
enumerable: false,
|
|
300
308
|
configurable: true
|
|
@@ -305,8 +313,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
305
313
|
},
|
|
306
314
|
set: function (v) {
|
|
307
315
|
this.ensureActualCornerRadius();
|
|
308
|
-
|
|
309
|
-
this.i.k4
|
|
316
|
+
var __nv = +v;
|
|
317
|
+
if (this.i.k4.b === __nv) {
|
|
318
|
+
return;
|
|
319
|
+
}
|
|
320
|
+
var __copy = new CornerRadius(2);
|
|
321
|
+
__copy.b = __nv;
|
|
322
|
+
__copy.c = this.i.k4.c;
|
|
323
|
+
__copy.d = this.i.k4.d;
|
|
324
|
+
__copy.e = this.i.k4.e;
|
|
325
|
+
this.i.k4 = __copy;
|
|
310
326
|
},
|
|
311
327
|
enumerable: false,
|
|
312
328
|
configurable: true
|
|
@@ -317,8 +333,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
317
333
|
},
|
|
318
334
|
set: function (v) {
|
|
319
335
|
this.ensureActualCornerRadius();
|
|
320
|
-
|
|
321
|
-
this.i.k4
|
|
336
|
+
var __nv = +v;
|
|
337
|
+
if (this.i.k4.d === __nv) {
|
|
338
|
+
return;
|
|
339
|
+
}
|
|
340
|
+
var __copy = new CornerRadius(2);
|
|
341
|
+
__copy.d = __nv;
|
|
342
|
+
__copy.c = this.i.k4.c;
|
|
343
|
+
__copy.b = this.i.k4.b;
|
|
344
|
+
__copy.e = this.i.k4.e;
|
|
345
|
+
this.i.k4 = __copy;
|
|
322
346
|
},
|
|
323
347
|
enumerable: false,
|
|
324
348
|
configurable: true
|
|
@@ -329,8 +353,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
329
353
|
},
|
|
330
354
|
set: function (v) {
|
|
331
355
|
this.ensureActualCornerRadius();
|
|
332
|
-
|
|
333
|
-
this.i.k4
|
|
356
|
+
var __nv = +v;
|
|
357
|
+
if (this.i.k4.e === __nv) {
|
|
358
|
+
return;
|
|
359
|
+
}
|
|
360
|
+
var __copy = new CornerRadius(2);
|
|
361
|
+
__copy.e = __nv;
|
|
362
|
+
__copy.c = this.i.k4.c;
|
|
363
|
+
__copy.b = this.i.k4.b;
|
|
364
|
+
__copy.d = this.i.k4.d;
|
|
365
|
+
this.i.k4 = __copy;
|
|
334
366
|
},
|
|
335
367
|
enumerable: false,
|
|
336
368
|
configurable: true
|
|
@@ -646,8 +678,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
646
678
|
},
|
|
647
679
|
set: function (v) {
|
|
648
680
|
this.ensureRaisedCornerRadius();
|
|
649
|
-
|
|
650
|
-
this.i.lh
|
|
681
|
+
var __nv = +v;
|
|
682
|
+
if (this.i.lh.c === __nv) {
|
|
683
|
+
return;
|
|
684
|
+
}
|
|
685
|
+
var __copy = new CornerRadius(2);
|
|
686
|
+
__copy.c = __nv;
|
|
687
|
+
__copy.b = this.i.lh.b;
|
|
688
|
+
__copy.d = this.i.lh.d;
|
|
689
|
+
__copy.e = this.i.lh.e;
|
|
690
|
+
this.i.lh = __copy;
|
|
651
691
|
},
|
|
652
692
|
enumerable: false,
|
|
653
693
|
configurable: true
|
|
@@ -658,8 +698,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
658
698
|
},
|
|
659
699
|
set: function (v) {
|
|
660
700
|
this.ensureRaisedCornerRadius();
|
|
661
|
-
|
|
662
|
-
this.i.lh
|
|
701
|
+
var __nv = +v;
|
|
702
|
+
if (this.i.lh.b === __nv) {
|
|
703
|
+
return;
|
|
704
|
+
}
|
|
705
|
+
var __copy = new CornerRadius(2);
|
|
706
|
+
__copy.b = __nv;
|
|
707
|
+
__copy.c = this.i.lh.c;
|
|
708
|
+
__copy.d = this.i.lh.d;
|
|
709
|
+
__copy.e = this.i.lh.e;
|
|
710
|
+
this.i.lh = __copy;
|
|
663
711
|
},
|
|
664
712
|
enumerable: false,
|
|
665
713
|
configurable: true
|
|
@@ -670,8 +718,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
670
718
|
},
|
|
671
719
|
set: function (v) {
|
|
672
720
|
this.ensureRaisedCornerRadius();
|
|
673
|
-
|
|
674
|
-
this.i.lh
|
|
721
|
+
var __nv = +v;
|
|
722
|
+
if (this.i.lh.d === __nv) {
|
|
723
|
+
return;
|
|
724
|
+
}
|
|
725
|
+
var __copy = new CornerRadius(2);
|
|
726
|
+
__copy.d = __nv;
|
|
727
|
+
__copy.c = this.i.lh.c;
|
|
728
|
+
__copy.b = this.i.lh.b;
|
|
729
|
+
__copy.e = this.i.lh.e;
|
|
730
|
+
this.i.lh = __copy;
|
|
675
731
|
},
|
|
676
732
|
enumerable: false,
|
|
677
733
|
configurable: true
|
|
@@ -682,8 +738,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
682
738
|
},
|
|
683
739
|
set: function (v) {
|
|
684
740
|
this.ensureRaisedCornerRadius();
|
|
685
|
-
|
|
686
|
-
this.i.lh
|
|
741
|
+
var __nv = +v;
|
|
742
|
+
if (this.i.lh.e === __nv) {
|
|
743
|
+
return;
|
|
744
|
+
}
|
|
745
|
+
var __copy = new CornerRadius(2);
|
|
746
|
+
__copy.e = __nv;
|
|
747
|
+
__copy.c = this.i.lh.c;
|
|
748
|
+
__copy.b = this.i.lh.b;
|
|
749
|
+
__copy.d = this.i.lh.d;
|
|
750
|
+
this.i.lh = __copy;
|
|
687
751
|
},
|
|
688
752
|
enumerable: false,
|
|
689
753
|
configurable: true
|
|
@@ -921,8 +985,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
921
985
|
},
|
|
922
986
|
set: function (v) {
|
|
923
987
|
this.ensureFlatCornerRadius();
|
|
924
|
-
|
|
925
|
-
this.i.ld
|
|
988
|
+
var __nv = +v;
|
|
989
|
+
if (this.i.ld.c === __nv) {
|
|
990
|
+
return;
|
|
991
|
+
}
|
|
992
|
+
var __copy = new CornerRadius(2);
|
|
993
|
+
__copy.c = __nv;
|
|
994
|
+
__copy.b = this.i.ld.b;
|
|
995
|
+
__copy.d = this.i.ld.d;
|
|
996
|
+
__copy.e = this.i.ld.e;
|
|
997
|
+
this.i.ld = __copy;
|
|
926
998
|
},
|
|
927
999
|
enumerable: false,
|
|
928
1000
|
configurable: true
|
|
@@ -933,8 +1005,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
933
1005
|
},
|
|
934
1006
|
set: function (v) {
|
|
935
1007
|
this.ensureFlatCornerRadius();
|
|
936
|
-
|
|
937
|
-
this.i.ld
|
|
1008
|
+
var __nv = +v;
|
|
1009
|
+
if (this.i.ld.b === __nv) {
|
|
1010
|
+
return;
|
|
1011
|
+
}
|
|
1012
|
+
var __copy = new CornerRadius(2);
|
|
1013
|
+
__copy.b = __nv;
|
|
1014
|
+
__copy.c = this.i.ld.c;
|
|
1015
|
+
__copy.d = this.i.ld.d;
|
|
1016
|
+
__copy.e = this.i.ld.e;
|
|
1017
|
+
this.i.ld = __copy;
|
|
938
1018
|
},
|
|
939
1019
|
enumerable: false,
|
|
940
1020
|
configurable: true
|
|
@@ -945,8 +1025,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
945
1025
|
},
|
|
946
1026
|
set: function (v) {
|
|
947
1027
|
this.ensureFlatCornerRadius();
|
|
948
|
-
|
|
949
|
-
this.i.ld
|
|
1028
|
+
var __nv = +v;
|
|
1029
|
+
if (this.i.ld.d === __nv) {
|
|
1030
|
+
return;
|
|
1031
|
+
}
|
|
1032
|
+
var __copy = new CornerRadius(2);
|
|
1033
|
+
__copy.d = __nv;
|
|
1034
|
+
__copy.c = this.i.ld.c;
|
|
1035
|
+
__copy.b = this.i.ld.b;
|
|
1036
|
+
__copy.e = this.i.ld.e;
|
|
1037
|
+
this.i.ld = __copy;
|
|
950
1038
|
},
|
|
951
1039
|
enumerable: false,
|
|
952
1040
|
configurable: true
|
|
@@ -957,8 +1045,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
957
1045
|
},
|
|
958
1046
|
set: function (v) {
|
|
959
1047
|
this.ensureFlatCornerRadius();
|
|
960
|
-
|
|
961
|
-
this.i.ld
|
|
1048
|
+
var __nv = +v;
|
|
1049
|
+
if (this.i.ld.e === __nv) {
|
|
1050
|
+
return;
|
|
1051
|
+
}
|
|
1052
|
+
var __copy = new CornerRadius(2);
|
|
1053
|
+
__copy.e = __nv;
|
|
1054
|
+
__copy.c = this.i.ld.c;
|
|
1055
|
+
__copy.b = this.i.ld.b;
|
|
1056
|
+
__copy.d = this.i.ld.d;
|
|
1057
|
+
this.i.ld = __copy;
|
|
962
1058
|
},
|
|
963
1059
|
enumerable: false,
|
|
964
1060
|
configurable: true
|
|
@@ -1266,8 +1362,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1266
1362
|
},
|
|
1267
1363
|
set: function (v) {
|
|
1268
1364
|
this.ensureCornerRadius();
|
|
1269
|
-
|
|
1270
|
-
this.i.k6
|
|
1365
|
+
var __nv = +v;
|
|
1366
|
+
if (this.i.k6.c === __nv) {
|
|
1367
|
+
return;
|
|
1368
|
+
}
|
|
1369
|
+
var __copy = new CornerRadius(2);
|
|
1370
|
+
__copy.c = __nv;
|
|
1371
|
+
__copy.b = this.i.k6.b;
|
|
1372
|
+
__copy.d = this.i.k6.d;
|
|
1373
|
+
__copy.e = this.i.k6.e;
|
|
1374
|
+
this.i.k6 = __copy;
|
|
1271
1375
|
},
|
|
1272
1376
|
enumerable: false,
|
|
1273
1377
|
configurable: true
|
|
@@ -1278,8 +1382,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1278
1382
|
},
|
|
1279
1383
|
set: function (v) {
|
|
1280
1384
|
this.ensureCornerRadius();
|
|
1281
|
-
|
|
1282
|
-
this.i.k6
|
|
1385
|
+
var __nv = +v;
|
|
1386
|
+
if (this.i.k6.b === __nv) {
|
|
1387
|
+
return;
|
|
1388
|
+
}
|
|
1389
|
+
var __copy = new CornerRadius(2);
|
|
1390
|
+
__copy.b = __nv;
|
|
1391
|
+
__copy.c = this.i.k6.c;
|
|
1392
|
+
__copy.d = this.i.k6.d;
|
|
1393
|
+
__copy.e = this.i.k6.e;
|
|
1394
|
+
this.i.k6 = __copy;
|
|
1283
1395
|
},
|
|
1284
1396
|
enumerable: false,
|
|
1285
1397
|
configurable: true
|
|
@@ -1290,8 +1402,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1290
1402
|
},
|
|
1291
1403
|
set: function (v) {
|
|
1292
1404
|
this.ensureCornerRadius();
|
|
1293
|
-
|
|
1294
|
-
this.i.k6
|
|
1405
|
+
var __nv = +v;
|
|
1406
|
+
if (this.i.k6.d === __nv) {
|
|
1407
|
+
return;
|
|
1408
|
+
}
|
|
1409
|
+
var __copy = new CornerRadius(2);
|
|
1410
|
+
__copy.d = __nv;
|
|
1411
|
+
__copy.c = this.i.k6.c;
|
|
1412
|
+
__copy.b = this.i.k6.b;
|
|
1413
|
+
__copy.e = this.i.k6.e;
|
|
1414
|
+
this.i.k6 = __copy;
|
|
1295
1415
|
},
|
|
1296
1416
|
enumerable: false,
|
|
1297
1417
|
configurable: true
|
|
@@ -1302,8 +1422,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1302
1422
|
},
|
|
1303
1423
|
set: function (v) {
|
|
1304
1424
|
this.ensureCornerRadius();
|
|
1305
|
-
|
|
1306
|
-
this.i.k6
|
|
1425
|
+
var __nv = +v;
|
|
1426
|
+
if (this.i.k6.e === __nv) {
|
|
1427
|
+
return;
|
|
1428
|
+
}
|
|
1429
|
+
var __copy = new CornerRadius(2);
|
|
1430
|
+
__copy.e = __nv;
|
|
1431
|
+
__copy.c = this.i.k6.c;
|
|
1432
|
+
__copy.b = this.i.k6.b;
|
|
1433
|
+
__copy.d = this.i.k6.d;
|
|
1434
|
+
this.i.k6 = __copy;
|
|
1307
1435
|
},
|
|
1308
1436
|
enumerable: false,
|
|
1309
1437
|
configurable: true
|
|
@@ -1463,8 +1591,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1463
1591
|
},
|
|
1464
1592
|
set: function (v) {
|
|
1465
1593
|
this.ensureOutlinedCornerRadius();
|
|
1466
|
-
|
|
1467
|
-
this.i.lg
|
|
1594
|
+
var __nv = +v;
|
|
1595
|
+
if (this.i.lg.c === __nv) {
|
|
1596
|
+
return;
|
|
1597
|
+
}
|
|
1598
|
+
var __copy = new CornerRadius(2);
|
|
1599
|
+
__copy.c = __nv;
|
|
1600
|
+
__copy.b = this.i.lg.b;
|
|
1601
|
+
__copy.d = this.i.lg.d;
|
|
1602
|
+
__copy.e = this.i.lg.e;
|
|
1603
|
+
this.i.lg = __copy;
|
|
1468
1604
|
},
|
|
1469
1605
|
enumerable: false,
|
|
1470
1606
|
configurable: true
|
|
@@ -1475,8 +1611,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1475
1611
|
},
|
|
1476
1612
|
set: function (v) {
|
|
1477
1613
|
this.ensureOutlinedCornerRadius();
|
|
1478
|
-
|
|
1479
|
-
this.i.lg
|
|
1614
|
+
var __nv = +v;
|
|
1615
|
+
if (this.i.lg.b === __nv) {
|
|
1616
|
+
return;
|
|
1617
|
+
}
|
|
1618
|
+
var __copy = new CornerRadius(2);
|
|
1619
|
+
__copy.b = __nv;
|
|
1620
|
+
__copy.c = this.i.lg.c;
|
|
1621
|
+
__copy.d = this.i.lg.d;
|
|
1622
|
+
__copy.e = this.i.lg.e;
|
|
1623
|
+
this.i.lg = __copy;
|
|
1480
1624
|
},
|
|
1481
1625
|
enumerable: false,
|
|
1482
1626
|
configurable: true
|
|
@@ -1487,8 +1631,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1487
1631
|
},
|
|
1488
1632
|
set: function (v) {
|
|
1489
1633
|
this.ensureOutlinedCornerRadius();
|
|
1490
|
-
|
|
1491
|
-
this.i.lg
|
|
1634
|
+
var __nv = +v;
|
|
1635
|
+
if (this.i.lg.d === __nv) {
|
|
1636
|
+
return;
|
|
1637
|
+
}
|
|
1638
|
+
var __copy = new CornerRadius(2);
|
|
1639
|
+
__copy.d = __nv;
|
|
1640
|
+
__copy.c = this.i.lg.c;
|
|
1641
|
+
__copy.b = this.i.lg.b;
|
|
1642
|
+
__copy.e = this.i.lg.e;
|
|
1643
|
+
this.i.lg = __copy;
|
|
1492
1644
|
},
|
|
1493
1645
|
enumerable: false,
|
|
1494
1646
|
configurable: true
|
|
@@ -1499,8 +1651,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1499
1651
|
},
|
|
1500
1652
|
set: function (v) {
|
|
1501
1653
|
this.ensureOutlinedCornerRadius();
|
|
1502
|
-
|
|
1503
|
-
this.i.lg
|
|
1654
|
+
var __nv = +v;
|
|
1655
|
+
if (this.i.lg.e === __nv) {
|
|
1656
|
+
return;
|
|
1657
|
+
}
|
|
1658
|
+
var __copy = new CornerRadius(2);
|
|
1659
|
+
__copy.e = __nv;
|
|
1660
|
+
__copy.c = this.i.lg.c;
|
|
1661
|
+
__copy.b = this.i.lg.b;
|
|
1662
|
+
__copy.d = this.i.lg.d;
|
|
1663
|
+
this.i.lg = __copy;
|
|
1504
1664
|
},
|
|
1505
1665
|
enumerable: false,
|
|
1506
1666
|
configurable: true
|
|
@@ -1725,8 +1885,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1725
1885
|
},
|
|
1726
1886
|
set: function (v) {
|
|
1727
1887
|
this.ensureFabCornerRadius();
|
|
1728
|
-
|
|
1729
|
-
this.i.lc
|
|
1888
|
+
var __nv = +v;
|
|
1889
|
+
if (this.i.lc.c === __nv) {
|
|
1890
|
+
return;
|
|
1891
|
+
}
|
|
1892
|
+
var __copy = new CornerRadius(2);
|
|
1893
|
+
__copy.c = __nv;
|
|
1894
|
+
__copy.b = this.i.lc.b;
|
|
1895
|
+
__copy.d = this.i.lc.d;
|
|
1896
|
+
__copy.e = this.i.lc.e;
|
|
1897
|
+
this.i.lc = __copy;
|
|
1730
1898
|
},
|
|
1731
1899
|
enumerable: false,
|
|
1732
1900
|
configurable: true
|
|
@@ -1737,8 +1905,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1737
1905
|
},
|
|
1738
1906
|
set: function (v) {
|
|
1739
1907
|
this.ensureFabCornerRadius();
|
|
1740
|
-
|
|
1741
|
-
this.i.lc
|
|
1908
|
+
var __nv = +v;
|
|
1909
|
+
if (this.i.lc.b === __nv) {
|
|
1910
|
+
return;
|
|
1911
|
+
}
|
|
1912
|
+
var __copy = new CornerRadius(2);
|
|
1913
|
+
__copy.b = __nv;
|
|
1914
|
+
__copy.c = this.i.lc.c;
|
|
1915
|
+
__copy.d = this.i.lc.d;
|
|
1916
|
+
__copy.e = this.i.lc.e;
|
|
1917
|
+
this.i.lc = __copy;
|
|
1742
1918
|
},
|
|
1743
1919
|
enumerable: false,
|
|
1744
1920
|
configurable: true
|
|
@@ -1749,8 +1925,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1749
1925
|
},
|
|
1750
1926
|
set: function (v) {
|
|
1751
1927
|
this.ensureFabCornerRadius();
|
|
1752
|
-
|
|
1753
|
-
this.i.lc
|
|
1928
|
+
var __nv = +v;
|
|
1929
|
+
if (this.i.lc.d === __nv) {
|
|
1930
|
+
return;
|
|
1931
|
+
}
|
|
1932
|
+
var __copy = new CornerRadius(2);
|
|
1933
|
+
__copy.d = __nv;
|
|
1934
|
+
__copy.c = this.i.lc.c;
|
|
1935
|
+
__copy.b = this.i.lc.b;
|
|
1936
|
+
__copy.e = this.i.lc.e;
|
|
1937
|
+
this.i.lc = __copy;
|
|
1754
1938
|
},
|
|
1755
1939
|
enumerable: false,
|
|
1756
1940
|
configurable: true
|
|
@@ -1761,8 +1945,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1761
1945
|
},
|
|
1762
1946
|
set: function (v) {
|
|
1763
1947
|
this.ensureFabCornerRadius();
|
|
1764
|
-
|
|
1765
|
-
this.i.lc
|
|
1948
|
+
var __nv = +v;
|
|
1949
|
+
if (this.i.lc.e === __nv) {
|
|
1950
|
+
return;
|
|
1951
|
+
}
|
|
1952
|
+
var __copy = new CornerRadius(2);
|
|
1953
|
+
__copy.e = __nv;
|
|
1954
|
+
__copy.c = this.i.lc.c;
|
|
1955
|
+
__copy.b = this.i.lc.b;
|
|
1956
|
+
__copy.d = this.i.lc.d;
|
|
1957
|
+
this.i.lc = __copy;
|
|
1766
1958
|
},
|
|
1767
1959
|
enumerable: false,
|
|
1768
1960
|
configurable: true
|
|
@@ -1987,8 +2179,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1987
2179
|
},
|
|
1988
2180
|
set: function (v) {
|
|
1989
2181
|
this.ensureIconCornerRadius();
|
|
1990
|
-
|
|
1991
|
-
this.i.lf
|
|
2182
|
+
var __nv = +v;
|
|
2183
|
+
if (this.i.lf.c === __nv) {
|
|
2184
|
+
return;
|
|
2185
|
+
}
|
|
2186
|
+
var __copy = new CornerRadius(2);
|
|
2187
|
+
__copy.c = __nv;
|
|
2188
|
+
__copy.b = this.i.lf.b;
|
|
2189
|
+
__copy.d = this.i.lf.d;
|
|
2190
|
+
__copy.e = this.i.lf.e;
|
|
2191
|
+
this.i.lf = __copy;
|
|
1992
2192
|
},
|
|
1993
2193
|
enumerable: false,
|
|
1994
2194
|
configurable: true
|
|
@@ -1999,8 +2199,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1999
2199
|
},
|
|
2000
2200
|
set: function (v) {
|
|
2001
2201
|
this.ensureIconCornerRadius();
|
|
2002
|
-
|
|
2003
|
-
this.i.lf
|
|
2202
|
+
var __nv = +v;
|
|
2203
|
+
if (this.i.lf.b === __nv) {
|
|
2204
|
+
return;
|
|
2205
|
+
}
|
|
2206
|
+
var __copy = new CornerRadius(2);
|
|
2207
|
+
__copy.b = __nv;
|
|
2208
|
+
__copy.c = this.i.lf.c;
|
|
2209
|
+
__copy.d = this.i.lf.d;
|
|
2210
|
+
__copy.e = this.i.lf.e;
|
|
2211
|
+
this.i.lf = __copy;
|
|
2004
2212
|
},
|
|
2005
2213
|
enumerable: false,
|
|
2006
2214
|
configurable: true
|
|
@@ -2011,8 +2219,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
2011
2219
|
},
|
|
2012
2220
|
set: function (v) {
|
|
2013
2221
|
this.ensureIconCornerRadius();
|
|
2014
|
-
|
|
2015
|
-
this.i.lf
|
|
2222
|
+
var __nv = +v;
|
|
2223
|
+
if (this.i.lf.d === __nv) {
|
|
2224
|
+
return;
|
|
2225
|
+
}
|
|
2226
|
+
var __copy = new CornerRadius(2);
|
|
2227
|
+
__copy.d = __nv;
|
|
2228
|
+
__copy.c = this.i.lf.c;
|
|
2229
|
+
__copy.b = this.i.lf.b;
|
|
2230
|
+
__copy.e = this.i.lf.e;
|
|
2231
|
+
this.i.lf = __copy;
|
|
2016
2232
|
},
|
|
2017
2233
|
enumerable: false,
|
|
2018
2234
|
configurable: true
|
|
@@ -2023,8 +2239,16 @@ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
2023
2239
|
},
|
|
2024
2240
|
set: function (v) {
|
|
2025
2241
|
this.ensureIconCornerRadius();
|
|
2026
|
-
|
|
2027
|
-
this.i.lf
|
|
2242
|
+
var __nv = +v;
|
|
2243
|
+
if (this.i.lf.e === __nv) {
|
|
2244
|
+
return;
|
|
2245
|
+
}
|
|
2246
|
+
var __copy = new CornerRadius(2);
|
|
2247
|
+
__copy.e = __nv;
|
|
2248
|
+
__copy.c = this.i.lf.c;
|
|
2249
|
+
__copy.b = this.i.lf.b;
|
|
2250
|
+
__copy.d = this.i.lf.d;
|
|
2251
|
+
this.i.lf = __copy;
|
|
2028
2252
|
},
|
|
2029
2253
|
enumerable: false,
|
|
2030
2254
|
configurable: true
|