@getflip/swirl-components-angular 0.149.0 → 0.150.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +25 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +454 -454
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +453 -453
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +453 -453
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +151 -151
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +302 -302
|
@@ -1253,13 +1253,13 @@ export declare interface SwirlIcon extends Components.SwirlIcon {}
|
|
|
1253
1253
|
|
|
1254
1254
|
@ProxyCmp({
|
|
1255
1255
|
defineCustomElementFn: undefined,
|
|
1256
|
-
inputs: ['glyph', 'size']
|
|
1256
|
+
inputs: ['color', 'glyph', 'size']
|
|
1257
1257
|
})
|
|
1258
1258
|
@Component({
|
|
1259
1259
|
selector: 'swirl-icon',
|
|
1260
1260
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1261
1261
|
template: '<ng-content></ng-content>',
|
|
1262
|
-
inputs: ['glyph', 'size']
|
|
1262
|
+
inputs: ['color', 'glyph', 'size']
|
|
1263
1263
|
})
|
|
1264
1264
|
export class SwirlIcon {
|
|
1265
1265
|
protected el: HTMLElement;
|
|
@@ -1274,13 +1274,13 @@ export declare interface SwirlIconAdd extends Components.SwirlIconAdd {}
|
|
|
1274
1274
|
|
|
1275
1275
|
@ProxyCmp({
|
|
1276
1276
|
defineCustomElementFn: undefined,
|
|
1277
|
-
inputs: ['size']
|
|
1277
|
+
inputs: ['color', 'size']
|
|
1278
1278
|
})
|
|
1279
1279
|
@Component({
|
|
1280
1280
|
selector: 'swirl-icon-add',
|
|
1281
1281
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1282
1282
|
template: '<ng-content></ng-content>',
|
|
1283
|
-
inputs: ['size']
|
|
1283
|
+
inputs: ['color', 'size']
|
|
1284
1284
|
})
|
|
1285
1285
|
export class SwirlIconAdd {
|
|
1286
1286
|
protected el: HTMLElement;
|
|
@@ -1295,13 +1295,13 @@ export declare interface SwirlIconAddPhoto extends Components.SwirlIconAddPhoto
|
|
|
1295
1295
|
|
|
1296
1296
|
@ProxyCmp({
|
|
1297
1297
|
defineCustomElementFn: undefined,
|
|
1298
|
-
inputs: ['size']
|
|
1298
|
+
inputs: ['color', 'size']
|
|
1299
1299
|
})
|
|
1300
1300
|
@Component({
|
|
1301
1301
|
selector: 'swirl-icon-add-photo',
|
|
1302
1302
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1303
1303
|
template: '<ng-content></ng-content>',
|
|
1304
|
-
inputs: ['size']
|
|
1304
|
+
inputs: ['color', 'size']
|
|
1305
1305
|
})
|
|
1306
1306
|
export class SwirlIconAddPhoto {
|
|
1307
1307
|
protected el: HTMLElement;
|
|
@@ -1316,13 +1316,13 @@ export declare interface SwirlIconAddReaction extends Components.SwirlIconAddRea
|
|
|
1316
1316
|
|
|
1317
1317
|
@ProxyCmp({
|
|
1318
1318
|
defineCustomElementFn: undefined,
|
|
1319
|
-
inputs: ['size']
|
|
1319
|
+
inputs: ['color', 'size']
|
|
1320
1320
|
})
|
|
1321
1321
|
@Component({
|
|
1322
1322
|
selector: 'swirl-icon-add-reaction',
|
|
1323
1323
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1324
1324
|
template: '<ng-content></ng-content>',
|
|
1325
|
-
inputs: ['size']
|
|
1325
|
+
inputs: ['color', 'size']
|
|
1326
1326
|
})
|
|
1327
1327
|
export class SwirlIconAddReaction {
|
|
1328
1328
|
protected el: HTMLElement;
|
|
@@ -1337,13 +1337,13 @@ export declare interface SwirlIconAdminPanelSettings extends Components.SwirlIco
|
|
|
1337
1337
|
|
|
1338
1338
|
@ProxyCmp({
|
|
1339
1339
|
defineCustomElementFn: undefined,
|
|
1340
|
-
inputs: ['size']
|
|
1340
|
+
inputs: ['color', 'size']
|
|
1341
1341
|
})
|
|
1342
1342
|
@Component({
|
|
1343
1343
|
selector: 'swirl-icon-admin-panel-settings',
|
|
1344
1344
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1345
1345
|
template: '<ng-content></ng-content>',
|
|
1346
|
-
inputs: ['size']
|
|
1346
|
+
inputs: ['color', 'size']
|
|
1347
1347
|
})
|
|
1348
1348
|
export class SwirlIconAdminPanelSettings {
|
|
1349
1349
|
protected el: HTMLElement;
|
|
@@ -1358,13 +1358,13 @@ export declare interface SwirlIconAi extends Components.SwirlIconAi {}
|
|
|
1358
1358
|
|
|
1359
1359
|
@ProxyCmp({
|
|
1360
1360
|
defineCustomElementFn: undefined,
|
|
1361
|
-
inputs: ['size']
|
|
1361
|
+
inputs: ['color', 'size']
|
|
1362
1362
|
})
|
|
1363
1363
|
@Component({
|
|
1364
1364
|
selector: 'swirl-icon-ai',
|
|
1365
1365
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1366
1366
|
template: '<ng-content></ng-content>',
|
|
1367
|
-
inputs: ['size']
|
|
1367
|
+
inputs: ['color', 'size']
|
|
1368
1368
|
})
|
|
1369
1369
|
export class SwirlIconAi {
|
|
1370
1370
|
protected el: HTMLElement;
|
|
@@ -1379,13 +1379,13 @@ export declare interface SwirlIconApps extends Components.SwirlIconApps {}
|
|
|
1379
1379
|
|
|
1380
1380
|
@ProxyCmp({
|
|
1381
1381
|
defineCustomElementFn: undefined,
|
|
1382
|
-
inputs: ['size']
|
|
1382
|
+
inputs: ['color', 'size']
|
|
1383
1383
|
})
|
|
1384
1384
|
@Component({
|
|
1385
1385
|
selector: 'swirl-icon-apps',
|
|
1386
1386
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1387
1387
|
template: '<ng-content></ng-content>',
|
|
1388
|
-
inputs: ['size']
|
|
1388
|
+
inputs: ['color', 'size']
|
|
1389
1389
|
})
|
|
1390
1390
|
export class SwirlIconApps {
|
|
1391
1391
|
protected el: HTMLElement;
|
|
@@ -1400,13 +1400,13 @@ export declare interface SwirlIconArrowBack extends Components.SwirlIconArrowBac
|
|
|
1400
1400
|
|
|
1401
1401
|
@ProxyCmp({
|
|
1402
1402
|
defineCustomElementFn: undefined,
|
|
1403
|
-
inputs: ['size']
|
|
1403
|
+
inputs: ['color', 'size']
|
|
1404
1404
|
})
|
|
1405
1405
|
@Component({
|
|
1406
1406
|
selector: 'swirl-icon-arrow-back',
|
|
1407
1407
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1408
1408
|
template: '<ng-content></ng-content>',
|
|
1409
|
-
inputs: ['size']
|
|
1409
|
+
inputs: ['color', 'size']
|
|
1410
1410
|
})
|
|
1411
1411
|
export class SwirlIconArrowBack {
|
|
1412
1412
|
protected el: HTMLElement;
|
|
@@ -1421,13 +1421,13 @@ export declare interface SwirlIconArrowDownward extends Components.SwirlIconArro
|
|
|
1421
1421
|
|
|
1422
1422
|
@ProxyCmp({
|
|
1423
1423
|
defineCustomElementFn: undefined,
|
|
1424
|
-
inputs: ['size']
|
|
1424
|
+
inputs: ['color', 'size']
|
|
1425
1425
|
})
|
|
1426
1426
|
@Component({
|
|
1427
1427
|
selector: 'swirl-icon-arrow-downward',
|
|
1428
1428
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1429
1429
|
template: '<ng-content></ng-content>',
|
|
1430
|
-
inputs: ['size']
|
|
1430
|
+
inputs: ['color', 'size']
|
|
1431
1431
|
})
|
|
1432
1432
|
export class SwirlIconArrowDownward {
|
|
1433
1433
|
protected el: HTMLElement;
|
|
@@ -1442,13 +1442,13 @@ export declare interface SwirlIconArrowForward extends Components.SwirlIconArrow
|
|
|
1442
1442
|
|
|
1443
1443
|
@ProxyCmp({
|
|
1444
1444
|
defineCustomElementFn: undefined,
|
|
1445
|
-
inputs: ['size']
|
|
1445
|
+
inputs: ['color', 'size']
|
|
1446
1446
|
})
|
|
1447
1447
|
@Component({
|
|
1448
1448
|
selector: 'swirl-icon-arrow-forward',
|
|
1449
1449
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1450
1450
|
template: '<ng-content></ng-content>',
|
|
1451
|
-
inputs: ['size']
|
|
1451
|
+
inputs: ['color', 'size']
|
|
1452
1452
|
})
|
|
1453
1453
|
export class SwirlIconArrowForward {
|
|
1454
1454
|
protected el: HTMLElement;
|
|
@@ -1463,13 +1463,13 @@ export declare interface SwirlIconArrowLeft extends Components.SwirlIconArrowLef
|
|
|
1463
1463
|
|
|
1464
1464
|
@ProxyCmp({
|
|
1465
1465
|
defineCustomElementFn: undefined,
|
|
1466
|
-
inputs: ['size']
|
|
1466
|
+
inputs: ['color', 'size']
|
|
1467
1467
|
})
|
|
1468
1468
|
@Component({
|
|
1469
1469
|
selector: 'swirl-icon-arrow-left',
|
|
1470
1470
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1471
1471
|
template: '<ng-content></ng-content>',
|
|
1472
|
-
inputs: ['size']
|
|
1472
|
+
inputs: ['color', 'size']
|
|
1473
1473
|
})
|
|
1474
1474
|
export class SwirlIconArrowLeft {
|
|
1475
1475
|
protected el: HTMLElement;
|
|
@@ -1484,13 +1484,13 @@ export declare interface SwirlIconArrowRight extends Components.SwirlIconArrowRi
|
|
|
1484
1484
|
|
|
1485
1485
|
@ProxyCmp({
|
|
1486
1486
|
defineCustomElementFn: undefined,
|
|
1487
|
-
inputs: ['size']
|
|
1487
|
+
inputs: ['color', 'size']
|
|
1488
1488
|
})
|
|
1489
1489
|
@Component({
|
|
1490
1490
|
selector: 'swirl-icon-arrow-right',
|
|
1491
1491
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1492
1492
|
template: '<ng-content></ng-content>',
|
|
1493
|
-
inputs: ['size']
|
|
1493
|
+
inputs: ['color', 'size']
|
|
1494
1494
|
})
|
|
1495
1495
|
export class SwirlIconArrowRight {
|
|
1496
1496
|
protected el: HTMLElement;
|
|
@@ -1505,13 +1505,13 @@ export declare interface SwirlIconArrowRightSmall extends Components.SwirlIconAr
|
|
|
1505
1505
|
|
|
1506
1506
|
@ProxyCmp({
|
|
1507
1507
|
defineCustomElementFn: undefined,
|
|
1508
|
-
inputs: ['size']
|
|
1508
|
+
inputs: ['color', 'size']
|
|
1509
1509
|
})
|
|
1510
1510
|
@Component({
|
|
1511
1511
|
selector: 'swirl-icon-arrow-right-small',
|
|
1512
1512
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1513
1513
|
template: '<ng-content></ng-content>',
|
|
1514
|
-
inputs: ['size']
|
|
1514
|
+
inputs: ['color', 'size']
|
|
1515
1515
|
})
|
|
1516
1516
|
export class SwirlIconArrowRightSmall {
|
|
1517
1517
|
protected el: HTMLElement;
|
|
@@ -1526,13 +1526,13 @@ export declare interface SwirlIconArrowUpward extends Components.SwirlIconArrowU
|
|
|
1526
1526
|
|
|
1527
1527
|
@ProxyCmp({
|
|
1528
1528
|
defineCustomElementFn: undefined,
|
|
1529
|
-
inputs: ['size']
|
|
1529
|
+
inputs: ['color', 'size']
|
|
1530
1530
|
})
|
|
1531
1531
|
@Component({
|
|
1532
1532
|
selector: 'swirl-icon-arrow-upward',
|
|
1533
1533
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1534
1534
|
template: '<ng-content></ng-content>',
|
|
1535
|
-
inputs: ['size']
|
|
1535
|
+
inputs: ['color', 'size']
|
|
1536
1536
|
})
|
|
1537
1537
|
export class SwirlIconArrowUpward {
|
|
1538
1538
|
protected el: HTMLElement;
|
|
@@ -1547,13 +1547,13 @@ export declare interface SwirlIconAttachment extends Components.SwirlIconAttachm
|
|
|
1547
1547
|
|
|
1548
1548
|
@ProxyCmp({
|
|
1549
1549
|
defineCustomElementFn: undefined,
|
|
1550
|
-
inputs: ['size']
|
|
1550
|
+
inputs: ['color', 'size']
|
|
1551
1551
|
})
|
|
1552
1552
|
@Component({
|
|
1553
1553
|
selector: 'swirl-icon-attachment',
|
|
1554
1554
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1555
1555
|
template: '<ng-content></ng-content>',
|
|
1556
|
-
inputs: ['size']
|
|
1556
|
+
inputs: ['color', 'size']
|
|
1557
1557
|
})
|
|
1558
1558
|
export class SwirlIconAttachment {
|
|
1559
1559
|
protected el: HTMLElement;
|
|
@@ -1568,13 +1568,13 @@ export declare interface SwirlIconBarChart extends Components.SwirlIconBarChart
|
|
|
1568
1568
|
|
|
1569
1569
|
@ProxyCmp({
|
|
1570
1570
|
defineCustomElementFn: undefined,
|
|
1571
|
-
inputs: ['size']
|
|
1571
|
+
inputs: ['color', 'size']
|
|
1572
1572
|
})
|
|
1573
1573
|
@Component({
|
|
1574
1574
|
selector: 'swirl-icon-bar-chart',
|
|
1575
1575
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1576
1576
|
template: '<ng-content></ng-content>',
|
|
1577
|
-
inputs: ['size']
|
|
1577
|
+
inputs: ['color', 'size']
|
|
1578
1578
|
})
|
|
1579
1579
|
export class SwirlIconBarChart {
|
|
1580
1580
|
protected el: HTMLElement;
|
|
@@ -1589,13 +1589,13 @@ export declare interface SwirlIconBlock extends Components.SwirlIconBlock {}
|
|
|
1589
1589
|
|
|
1590
1590
|
@ProxyCmp({
|
|
1591
1591
|
defineCustomElementFn: undefined,
|
|
1592
|
-
inputs: ['size']
|
|
1592
|
+
inputs: ['color', 'size']
|
|
1593
1593
|
})
|
|
1594
1594
|
@Component({
|
|
1595
1595
|
selector: 'swirl-icon-block',
|
|
1596
1596
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1597
1597
|
template: '<ng-content></ng-content>',
|
|
1598
|
-
inputs: ['size']
|
|
1598
|
+
inputs: ['color', 'size']
|
|
1599
1599
|
})
|
|
1600
1600
|
export class SwirlIconBlock {
|
|
1601
1601
|
protected el: HTMLElement;
|
|
@@ -1610,13 +1610,13 @@ export declare interface SwirlIconBookmark extends Components.SwirlIconBookmark
|
|
|
1610
1610
|
|
|
1611
1611
|
@ProxyCmp({
|
|
1612
1612
|
defineCustomElementFn: undefined,
|
|
1613
|
-
inputs: ['size']
|
|
1613
|
+
inputs: ['color', 'size']
|
|
1614
1614
|
})
|
|
1615
1615
|
@Component({
|
|
1616
1616
|
selector: 'swirl-icon-bookmark',
|
|
1617
1617
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1618
1618
|
template: '<ng-content></ng-content>',
|
|
1619
|
-
inputs: ['size']
|
|
1619
|
+
inputs: ['color', 'size']
|
|
1620
1620
|
})
|
|
1621
1621
|
export class SwirlIconBookmark {
|
|
1622
1622
|
protected el: HTMLElement;
|
|
@@ -1631,13 +1631,13 @@ export declare interface SwirlIconBookmarkFilled extends Components.SwirlIconBoo
|
|
|
1631
1631
|
|
|
1632
1632
|
@ProxyCmp({
|
|
1633
1633
|
defineCustomElementFn: undefined,
|
|
1634
|
-
inputs: ['size']
|
|
1634
|
+
inputs: ['color', 'size']
|
|
1635
1635
|
})
|
|
1636
1636
|
@Component({
|
|
1637
1637
|
selector: 'swirl-icon-bookmark-filled',
|
|
1638
1638
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1639
1639
|
template: '<ng-content></ng-content>',
|
|
1640
|
-
inputs: ['size']
|
|
1640
|
+
inputs: ['color', 'size']
|
|
1641
1641
|
})
|
|
1642
1642
|
export class SwirlIconBookmarkFilled {
|
|
1643
1643
|
protected el: HTMLElement;
|
|
@@ -1652,13 +1652,13 @@ export declare interface SwirlIconCancel extends Components.SwirlIconCancel {}
|
|
|
1652
1652
|
|
|
1653
1653
|
@ProxyCmp({
|
|
1654
1654
|
defineCustomElementFn: undefined,
|
|
1655
|
-
inputs: ['size']
|
|
1655
|
+
inputs: ['color', 'size']
|
|
1656
1656
|
})
|
|
1657
1657
|
@Component({
|
|
1658
1658
|
selector: 'swirl-icon-cancel',
|
|
1659
1659
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1660
1660
|
template: '<ng-content></ng-content>',
|
|
1661
|
-
inputs: ['size']
|
|
1661
|
+
inputs: ['color', 'size']
|
|
1662
1662
|
})
|
|
1663
1663
|
export class SwirlIconCancel {
|
|
1664
1664
|
protected el: HTMLElement;
|
|
@@ -1673,13 +1673,13 @@ export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBub
|
|
|
1673
1673
|
|
|
1674
1674
|
@ProxyCmp({
|
|
1675
1675
|
defineCustomElementFn: undefined,
|
|
1676
|
-
inputs: ['size']
|
|
1676
|
+
inputs: ['color', 'size']
|
|
1677
1677
|
})
|
|
1678
1678
|
@Component({
|
|
1679
1679
|
selector: 'swirl-icon-chat-bubble',
|
|
1680
1680
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1681
1681
|
template: '<ng-content></ng-content>',
|
|
1682
|
-
inputs: ['size']
|
|
1682
|
+
inputs: ['color', 'size']
|
|
1683
1683
|
})
|
|
1684
1684
|
export class SwirlIconChatBubble {
|
|
1685
1685
|
protected el: HTMLElement;
|
|
@@ -1694,13 +1694,13 @@ export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsF
|
|
|
1694
1694
|
|
|
1695
1695
|
@ProxyCmp({
|
|
1696
1696
|
defineCustomElementFn: undefined,
|
|
1697
|
-
inputs: ['size']
|
|
1697
|
+
inputs: ['color', 'size']
|
|
1698
1698
|
})
|
|
1699
1699
|
@Component({
|
|
1700
1700
|
selector: 'swirl-icon-chats-filled',
|
|
1701
1701
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1702
1702
|
template: '<ng-content></ng-content>',
|
|
1703
|
-
inputs: ['size']
|
|
1703
|
+
inputs: ['color', 'size']
|
|
1704
1704
|
})
|
|
1705
1705
|
export class SwirlIconChatsFilled {
|
|
1706
1706
|
protected el: HTMLElement;
|
|
@@ -1715,13 +1715,13 @@ export declare interface SwirlIconChatsOutlined extends Components.SwirlIconChat
|
|
|
1715
1715
|
|
|
1716
1716
|
@ProxyCmp({
|
|
1717
1717
|
defineCustomElementFn: undefined,
|
|
1718
|
-
inputs: ['size']
|
|
1718
|
+
inputs: ['color', 'size']
|
|
1719
1719
|
})
|
|
1720
1720
|
@Component({
|
|
1721
1721
|
selector: 'swirl-icon-chats-outlined',
|
|
1722
1722
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1723
1723
|
template: '<ng-content></ng-content>',
|
|
1724
|
-
inputs: ['size']
|
|
1724
|
+
inputs: ['color', 'size']
|
|
1725
1725
|
})
|
|
1726
1726
|
export class SwirlIconChatsOutlined {
|
|
1727
1727
|
protected el: HTMLElement;
|
|
@@ -1736,13 +1736,13 @@ export declare interface SwirlIconCheck extends Components.SwirlIconCheck {}
|
|
|
1736
1736
|
|
|
1737
1737
|
@ProxyCmp({
|
|
1738
1738
|
defineCustomElementFn: undefined,
|
|
1739
|
-
inputs: ['size']
|
|
1739
|
+
inputs: ['color', 'size']
|
|
1740
1740
|
})
|
|
1741
1741
|
@Component({
|
|
1742
1742
|
selector: 'swirl-icon-check',
|
|
1743
1743
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1744
1744
|
template: '<ng-content></ng-content>',
|
|
1745
|
-
inputs: ['size']
|
|
1745
|
+
inputs: ['color', 'size']
|
|
1746
1746
|
})
|
|
1747
1747
|
export class SwirlIconCheck {
|
|
1748
1748
|
protected el: HTMLElement;
|
|
@@ -1757,13 +1757,13 @@ export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckC
|
|
|
1757
1757
|
|
|
1758
1758
|
@ProxyCmp({
|
|
1759
1759
|
defineCustomElementFn: undefined,
|
|
1760
|
-
inputs: ['size']
|
|
1760
|
+
inputs: ['color', 'size']
|
|
1761
1761
|
})
|
|
1762
1762
|
@Component({
|
|
1763
1763
|
selector: 'swirl-icon-check-circle',
|
|
1764
1764
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1765
1765
|
template: '<ng-content></ng-content>',
|
|
1766
|
-
inputs: ['size']
|
|
1766
|
+
inputs: ['color', 'size']
|
|
1767
1767
|
})
|
|
1768
1768
|
export class SwirlIconCheckCircle {
|
|
1769
1769
|
protected el: HTMLElement;
|
|
@@ -1778,13 +1778,13 @@ export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSm
|
|
|
1778
1778
|
|
|
1779
1779
|
@ProxyCmp({
|
|
1780
1780
|
defineCustomElementFn: undefined,
|
|
1781
|
-
inputs: ['size']
|
|
1781
|
+
inputs: ['color', 'size']
|
|
1782
1782
|
})
|
|
1783
1783
|
@Component({
|
|
1784
1784
|
selector: 'swirl-icon-check-small',
|
|
1785
1785
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1786
1786
|
template: '<ng-content></ng-content>',
|
|
1787
|
-
inputs: ['size']
|
|
1787
|
+
inputs: ['color', 'size']
|
|
1788
1788
|
})
|
|
1789
1789
|
export class SwirlIconCheckSmall {
|
|
1790
1790
|
protected el: HTMLElement;
|
|
@@ -1799,13 +1799,13 @@ export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckS
|
|
|
1799
1799
|
|
|
1800
1800
|
@ProxyCmp({
|
|
1801
1801
|
defineCustomElementFn: undefined,
|
|
1802
|
-
inputs: ['size']
|
|
1802
|
+
inputs: ['color', 'size']
|
|
1803
1803
|
})
|
|
1804
1804
|
@Component({
|
|
1805
1805
|
selector: 'swirl-icon-check-strong',
|
|
1806
1806
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1807
1807
|
template: '<ng-content></ng-content>',
|
|
1808
|
-
inputs: ['size']
|
|
1808
|
+
inputs: ['color', 'size']
|
|
1809
1809
|
})
|
|
1810
1810
|
export class SwirlIconCheckStrong {
|
|
1811
1811
|
protected el: HTMLElement;
|
|
@@ -1820,13 +1820,13 @@ export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevro
|
|
|
1820
1820
|
|
|
1821
1821
|
@ProxyCmp({
|
|
1822
1822
|
defineCustomElementFn: undefined,
|
|
1823
|
-
inputs: ['size']
|
|
1823
|
+
inputs: ['color', 'size']
|
|
1824
1824
|
})
|
|
1825
1825
|
@Component({
|
|
1826
1826
|
selector: 'swirl-icon-chevron-left',
|
|
1827
1827
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1828
1828
|
template: '<ng-content></ng-content>',
|
|
1829
|
-
inputs: ['size']
|
|
1829
|
+
inputs: ['color', 'size']
|
|
1830
1830
|
})
|
|
1831
1831
|
export class SwirlIconChevronLeft {
|
|
1832
1832
|
protected el: HTMLElement;
|
|
@@ -1841,13 +1841,13 @@ export declare interface SwirlIconChevronRight extends Components.SwirlIconChevr
|
|
|
1841
1841
|
|
|
1842
1842
|
@ProxyCmp({
|
|
1843
1843
|
defineCustomElementFn: undefined,
|
|
1844
|
-
inputs: ['size']
|
|
1844
|
+
inputs: ['color', 'size']
|
|
1845
1845
|
})
|
|
1846
1846
|
@Component({
|
|
1847
1847
|
selector: 'swirl-icon-chevron-right',
|
|
1848
1848
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1849
1849
|
template: '<ng-content></ng-content>',
|
|
1850
|
-
inputs: ['size']
|
|
1850
|
+
inputs: ['color', 'size']
|
|
1851
1851
|
})
|
|
1852
1852
|
export class SwirlIconChevronRight {
|
|
1853
1853
|
protected el: HTMLElement;
|
|
@@ -1862,13 +1862,13 @@ export declare interface SwirlIconClose extends Components.SwirlIconClose {}
|
|
|
1862
1862
|
|
|
1863
1863
|
@ProxyCmp({
|
|
1864
1864
|
defineCustomElementFn: undefined,
|
|
1865
|
-
inputs: ['size']
|
|
1865
|
+
inputs: ['color', 'size']
|
|
1866
1866
|
})
|
|
1867
1867
|
@Component({
|
|
1868
1868
|
selector: 'swirl-icon-close',
|
|
1869
1869
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1870
1870
|
template: '<ng-content></ng-content>',
|
|
1871
|
-
inputs: ['size']
|
|
1871
|
+
inputs: ['color', 'size']
|
|
1872
1872
|
})
|
|
1873
1873
|
export class SwirlIconClose {
|
|
1874
1874
|
protected el: HTMLElement;
|
|
@@ -1883,13 +1883,13 @@ export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSm
|
|
|
1883
1883
|
|
|
1884
1884
|
@ProxyCmp({
|
|
1885
1885
|
defineCustomElementFn: undefined,
|
|
1886
|
-
inputs: ['size']
|
|
1886
|
+
inputs: ['color', 'size']
|
|
1887
1887
|
})
|
|
1888
1888
|
@Component({
|
|
1889
1889
|
selector: 'swirl-icon-close-small',
|
|
1890
1890
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1891
1891
|
template: '<ng-content></ng-content>',
|
|
1892
|
-
inputs: ['size']
|
|
1892
|
+
inputs: ['color', 'size']
|
|
1893
1893
|
})
|
|
1894
1894
|
export class SwirlIconCloseSmall {
|
|
1895
1895
|
protected el: HTMLElement;
|
|
@@ -1904,13 +1904,13 @@ export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudU
|
|
|
1904
1904
|
|
|
1905
1905
|
@ProxyCmp({
|
|
1906
1906
|
defineCustomElementFn: undefined,
|
|
1907
|
-
inputs: ['size']
|
|
1907
|
+
inputs: ['color', 'size']
|
|
1908
1908
|
})
|
|
1909
1909
|
@Component({
|
|
1910
1910
|
selector: 'swirl-icon-cloud-upload',
|
|
1911
1911
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1912
1912
|
template: '<ng-content></ng-content>',
|
|
1913
|
-
inputs: ['size']
|
|
1913
|
+
inputs: ['color', 'size']
|
|
1914
1914
|
})
|
|
1915
1915
|
export class SwirlIconCloudUpload {
|
|
1916
1916
|
protected el: HTMLElement;
|
|
@@ -1925,13 +1925,13 @@ export declare interface SwirlIconColumn extends Components.SwirlIconColumn {}
|
|
|
1925
1925
|
|
|
1926
1926
|
@ProxyCmp({
|
|
1927
1927
|
defineCustomElementFn: undefined,
|
|
1928
|
-
inputs: ['size']
|
|
1928
|
+
inputs: ['color', 'size']
|
|
1929
1929
|
})
|
|
1930
1930
|
@Component({
|
|
1931
1931
|
selector: 'swirl-icon-column',
|
|
1932
1932
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1933
1933
|
template: '<ng-content></ng-content>',
|
|
1934
|
-
inputs: ['size']
|
|
1934
|
+
inputs: ['color', 'size']
|
|
1935
1935
|
})
|
|
1936
1936
|
export class SwirlIconColumn {
|
|
1937
1937
|
protected el: HTMLElement;
|
|
@@ -1946,13 +1946,13 @@ export declare interface SwirlIconComment extends Components.SwirlIconComment {}
|
|
|
1946
1946
|
|
|
1947
1947
|
@ProxyCmp({
|
|
1948
1948
|
defineCustomElementFn: undefined,
|
|
1949
|
-
inputs: ['size']
|
|
1949
|
+
inputs: ['color', 'size']
|
|
1950
1950
|
})
|
|
1951
1951
|
@Component({
|
|
1952
1952
|
selector: 'swirl-icon-comment',
|
|
1953
1953
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1954
1954
|
template: '<ng-content></ng-content>',
|
|
1955
|
-
inputs: ['size']
|
|
1955
|
+
inputs: ['color', 'size']
|
|
1956
1956
|
})
|
|
1957
1957
|
export class SwirlIconComment {
|
|
1958
1958
|
protected el: HTMLElement;
|
|
@@ -1967,13 +1967,13 @@ export declare interface SwirlIconCopy extends Components.SwirlIconCopy {}
|
|
|
1967
1967
|
|
|
1968
1968
|
@ProxyCmp({
|
|
1969
1969
|
defineCustomElementFn: undefined,
|
|
1970
|
-
inputs: ['size']
|
|
1970
|
+
inputs: ['color', 'size']
|
|
1971
1971
|
})
|
|
1972
1972
|
@Component({
|
|
1973
1973
|
selector: 'swirl-icon-copy',
|
|
1974
1974
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1975
1975
|
template: '<ng-content></ng-content>',
|
|
1976
|
-
inputs: ['size']
|
|
1976
|
+
inputs: ['color', 'size']
|
|
1977
1977
|
})
|
|
1978
1978
|
export class SwirlIconCopy {
|
|
1979
1979
|
protected el: HTMLElement;
|
|
@@ -1988,13 +1988,13 @@ export declare interface SwirlIconDarkMode extends Components.SwirlIconDarkMode
|
|
|
1988
1988
|
|
|
1989
1989
|
@ProxyCmp({
|
|
1990
1990
|
defineCustomElementFn: undefined,
|
|
1991
|
-
inputs: ['size']
|
|
1991
|
+
inputs: ['color', 'size']
|
|
1992
1992
|
})
|
|
1993
1993
|
@Component({
|
|
1994
1994
|
selector: 'swirl-icon-dark-mode',
|
|
1995
1995
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1996
1996
|
template: '<ng-content></ng-content>',
|
|
1997
|
-
inputs: ['size']
|
|
1997
|
+
inputs: ['color', 'size']
|
|
1998
1998
|
})
|
|
1999
1999
|
export class SwirlIconDarkMode {
|
|
2000
2000
|
protected el: HTMLElement;
|
|
@@ -2009,13 +2009,13 @@ export declare interface SwirlIconDateRange extends Components.SwirlIconDateRang
|
|
|
2009
2009
|
|
|
2010
2010
|
@ProxyCmp({
|
|
2011
2011
|
defineCustomElementFn: undefined,
|
|
2012
|
-
inputs: ['size']
|
|
2012
|
+
inputs: ['color', 'size']
|
|
2013
2013
|
})
|
|
2014
2014
|
@Component({
|
|
2015
2015
|
selector: 'swirl-icon-date-range',
|
|
2016
2016
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2017
2017
|
template: '<ng-content></ng-content>',
|
|
2018
|
-
inputs: ['size']
|
|
2018
|
+
inputs: ['color', 'size']
|
|
2019
2019
|
})
|
|
2020
2020
|
export class SwirlIconDateRange {
|
|
2021
2021
|
protected el: HTMLElement;
|
|
@@ -2030,13 +2030,13 @@ export declare interface SwirlIconDelete extends Components.SwirlIconDelete {}
|
|
|
2030
2030
|
|
|
2031
2031
|
@ProxyCmp({
|
|
2032
2032
|
defineCustomElementFn: undefined,
|
|
2033
|
-
inputs: ['size']
|
|
2033
|
+
inputs: ['color', 'size']
|
|
2034
2034
|
})
|
|
2035
2035
|
@Component({
|
|
2036
2036
|
selector: 'swirl-icon-delete',
|
|
2037
2037
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2038
2038
|
template: '<ng-content></ng-content>',
|
|
2039
|
-
inputs: ['size']
|
|
2039
|
+
inputs: ['color', 'size']
|
|
2040
2040
|
})
|
|
2041
2041
|
export class SwirlIconDelete {
|
|
2042
2042
|
protected el: HTMLElement;
|
|
@@ -2051,13 +2051,13 @@ export declare interface SwirlIconDescription extends Components.SwirlIconDescri
|
|
|
2051
2051
|
|
|
2052
2052
|
@ProxyCmp({
|
|
2053
2053
|
defineCustomElementFn: undefined,
|
|
2054
|
-
inputs: ['size']
|
|
2054
|
+
inputs: ['color', 'size']
|
|
2055
2055
|
})
|
|
2056
2056
|
@Component({
|
|
2057
2057
|
selector: 'swirl-icon-description',
|
|
2058
2058
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2059
2059
|
template: '<ng-content></ng-content>',
|
|
2060
|
-
inputs: ['size']
|
|
2060
|
+
inputs: ['color', 'size']
|
|
2061
2061
|
})
|
|
2062
2062
|
export class SwirlIconDescription {
|
|
2063
2063
|
protected el: HTMLElement;
|
|
@@ -2072,13 +2072,13 @@ export declare interface SwirlIconDirectoryFilled extends Components.SwirlIconDi
|
|
|
2072
2072
|
|
|
2073
2073
|
@ProxyCmp({
|
|
2074
2074
|
defineCustomElementFn: undefined,
|
|
2075
|
-
inputs: ['size']
|
|
2075
|
+
inputs: ['color', 'size']
|
|
2076
2076
|
})
|
|
2077
2077
|
@Component({
|
|
2078
2078
|
selector: 'swirl-icon-directory-filled',
|
|
2079
2079
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2080
2080
|
template: '<ng-content></ng-content>',
|
|
2081
|
-
inputs: ['size']
|
|
2081
|
+
inputs: ['color', 'size']
|
|
2082
2082
|
})
|
|
2083
2083
|
export class SwirlIconDirectoryFilled {
|
|
2084
2084
|
protected el: HTMLElement;
|
|
@@ -2093,13 +2093,13 @@ export declare interface SwirlIconDirectoryOutlined extends Components.SwirlIcon
|
|
|
2093
2093
|
|
|
2094
2094
|
@ProxyCmp({
|
|
2095
2095
|
defineCustomElementFn: undefined,
|
|
2096
|
-
inputs: ['size']
|
|
2096
|
+
inputs: ['color', 'size']
|
|
2097
2097
|
})
|
|
2098
2098
|
@Component({
|
|
2099
2099
|
selector: 'swirl-icon-directory-outlined',
|
|
2100
2100
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2101
2101
|
template: '<ng-content></ng-content>',
|
|
2102
|
-
inputs: ['size']
|
|
2102
|
+
inputs: ['color', 'size']
|
|
2103
2103
|
})
|
|
2104
2104
|
export class SwirlIconDirectoryOutlined {
|
|
2105
2105
|
protected el: HTMLElement;
|
|
@@ -2114,13 +2114,13 @@ export declare interface SwirlIconDiscover extends Components.SwirlIconDiscover
|
|
|
2114
2114
|
|
|
2115
2115
|
@ProxyCmp({
|
|
2116
2116
|
defineCustomElementFn: undefined,
|
|
2117
|
-
inputs: ['size']
|
|
2117
|
+
inputs: ['color', 'size']
|
|
2118
2118
|
})
|
|
2119
2119
|
@Component({
|
|
2120
2120
|
selector: 'swirl-icon-discover',
|
|
2121
2121
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2122
2122
|
template: '<ng-content></ng-content>',
|
|
2123
|
-
inputs: ['size']
|
|
2123
|
+
inputs: ['color', 'size']
|
|
2124
2124
|
})
|
|
2125
2125
|
export class SwirlIconDiscover {
|
|
2126
2126
|
protected el: HTMLElement;
|
|
@@ -2135,13 +2135,13 @@ export declare interface SwirlIconDockLeft extends Components.SwirlIconDockLeft
|
|
|
2135
2135
|
|
|
2136
2136
|
@ProxyCmp({
|
|
2137
2137
|
defineCustomElementFn: undefined,
|
|
2138
|
-
inputs: ['size']
|
|
2138
|
+
inputs: ['color', 'size']
|
|
2139
2139
|
})
|
|
2140
2140
|
@Component({
|
|
2141
2141
|
selector: 'swirl-icon-dock-left',
|
|
2142
2142
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2143
2143
|
template: '<ng-content></ng-content>',
|
|
2144
|
-
inputs: ['size']
|
|
2144
|
+
inputs: ['color', 'size']
|
|
2145
2145
|
})
|
|
2146
2146
|
export class SwirlIconDockLeft {
|
|
2147
2147
|
protected el: HTMLElement;
|
|
@@ -2156,13 +2156,13 @@ export declare interface SwirlIconDot extends Components.SwirlIconDot {}
|
|
|
2156
2156
|
|
|
2157
2157
|
@ProxyCmp({
|
|
2158
2158
|
defineCustomElementFn: undefined,
|
|
2159
|
-
inputs: ['size']
|
|
2159
|
+
inputs: ['color', 'size']
|
|
2160
2160
|
})
|
|
2161
2161
|
@Component({
|
|
2162
2162
|
selector: 'swirl-icon-dot',
|
|
2163
2163
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2164
2164
|
template: '<ng-content></ng-content>',
|
|
2165
|
-
inputs: ['size']
|
|
2165
|
+
inputs: ['color', 'size']
|
|
2166
2166
|
})
|
|
2167
2167
|
export class SwirlIconDot {
|
|
2168
2168
|
protected el: HTMLElement;
|
|
@@ -2177,13 +2177,13 @@ export declare interface SwirlIconDoubleArrowLeft extends Components.SwirlIconDo
|
|
|
2177
2177
|
|
|
2178
2178
|
@ProxyCmp({
|
|
2179
2179
|
defineCustomElementFn: undefined,
|
|
2180
|
-
inputs: ['size']
|
|
2180
|
+
inputs: ['color', 'size']
|
|
2181
2181
|
})
|
|
2182
2182
|
@Component({
|
|
2183
2183
|
selector: 'swirl-icon-double-arrow-left',
|
|
2184
2184
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2185
2185
|
template: '<ng-content></ng-content>',
|
|
2186
|
-
inputs: ['size']
|
|
2186
|
+
inputs: ['color', 'size']
|
|
2187
2187
|
})
|
|
2188
2188
|
export class SwirlIconDoubleArrowLeft {
|
|
2189
2189
|
protected el: HTMLElement;
|
|
@@ -2198,13 +2198,13 @@ export declare interface SwirlIconDoubleArrowRight extends Components.SwirlIconD
|
|
|
2198
2198
|
|
|
2199
2199
|
@ProxyCmp({
|
|
2200
2200
|
defineCustomElementFn: undefined,
|
|
2201
|
-
inputs: ['size']
|
|
2201
|
+
inputs: ['color', 'size']
|
|
2202
2202
|
})
|
|
2203
2203
|
@Component({
|
|
2204
2204
|
selector: 'swirl-icon-double-arrow-right',
|
|
2205
2205
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2206
2206
|
template: '<ng-content></ng-content>',
|
|
2207
|
-
inputs: ['size']
|
|
2207
|
+
inputs: ['color', 'size']
|
|
2208
2208
|
})
|
|
2209
2209
|
export class SwirlIconDoubleArrowRight {
|
|
2210
2210
|
protected el: HTMLElement;
|
|
@@ -2219,13 +2219,13 @@ export declare interface SwirlIconDownload extends Components.SwirlIconDownload
|
|
|
2219
2219
|
|
|
2220
2220
|
@ProxyCmp({
|
|
2221
2221
|
defineCustomElementFn: undefined,
|
|
2222
|
-
inputs: ['size']
|
|
2222
|
+
inputs: ['color', 'size']
|
|
2223
2223
|
})
|
|
2224
2224
|
@Component({
|
|
2225
2225
|
selector: 'swirl-icon-download',
|
|
2226
2226
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2227
2227
|
template: '<ng-content></ng-content>',
|
|
2228
|
-
inputs: ['size']
|
|
2228
|
+
inputs: ['color', 'size']
|
|
2229
2229
|
})
|
|
2230
2230
|
export class SwirlIconDownload {
|
|
2231
2231
|
protected el: HTMLElement;
|
|
@@ -2240,13 +2240,13 @@ export declare interface SwirlIconDragHandle extends Components.SwirlIconDragHan
|
|
|
2240
2240
|
|
|
2241
2241
|
@ProxyCmp({
|
|
2242
2242
|
defineCustomElementFn: undefined,
|
|
2243
|
-
inputs: ['size']
|
|
2243
|
+
inputs: ['color', 'size']
|
|
2244
2244
|
})
|
|
2245
2245
|
@Component({
|
|
2246
2246
|
selector: 'swirl-icon-drag-handle',
|
|
2247
2247
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2248
2248
|
template: '<ng-content></ng-content>',
|
|
2249
|
-
inputs: ['size']
|
|
2249
|
+
inputs: ['color', 'size']
|
|
2250
2250
|
})
|
|
2251
2251
|
export class SwirlIconDragHandle {
|
|
2252
2252
|
protected el: HTMLElement;
|
|
@@ -2261,13 +2261,13 @@ export declare interface SwirlIconEdit extends Components.SwirlIconEdit {}
|
|
|
2261
2261
|
|
|
2262
2262
|
@ProxyCmp({
|
|
2263
2263
|
defineCustomElementFn: undefined,
|
|
2264
|
-
inputs: ['size']
|
|
2264
|
+
inputs: ['color', 'size']
|
|
2265
2265
|
})
|
|
2266
2266
|
@Component({
|
|
2267
2267
|
selector: 'swirl-icon-edit',
|
|
2268
2268
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2269
2269
|
template: '<ng-content></ng-content>',
|
|
2270
|
-
inputs: ['size']
|
|
2270
|
+
inputs: ['color', 'size']
|
|
2271
2271
|
})
|
|
2272
2272
|
export class SwirlIconEdit {
|
|
2273
2273
|
protected el: HTMLElement;
|
|
@@ -2282,13 +2282,13 @@ export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMoo
|
|
|
2282
2282
|
|
|
2283
2283
|
@ProxyCmp({
|
|
2284
2284
|
defineCustomElementFn: undefined,
|
|
2285
|
-
inputs: ['size']
|
|
2285
|
+
inputs: ['color', 'size']
|
|
2286
2286
|
})
|
|
2287
2287
|
@Component({
|
|
2288
2288
|
selector: 'swirl-icon-emoji-mood',
|
|
2289
2289
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2290
2290
|
template: '<ng-content></ng-content>',
|
|
2291
|
-
inputs: ['size']
|
|
2291
|
+
inputs: ['color', 'size']
|
|
2292
2292
|
})
|
|
2293
2293
|
export class SwirlIconEmojiMood {
|
|
2294
2294
|
protected el: HTMLElement;
|
|
@@ -2303,13 +2303,13 @@ export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmo
|
|
|
2303
2303
|
|
|
2304
2304
|
@ProxyCmp({
|
|
2305
2305
|
defineCustomElementFn: undefined,
|
|
2306
|
-
inputs: ['size']
|
|
2306
|
+
inputs: ['color', 'size']
|
|
2307
2307
|
})
|
|
2308
2308
|
@Component({
|
|
2309
2309
|
selector: 'swirl-icon-emoji-satisfied',
|
|
2310
2310
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2311
2311
|
template: '<ng-content></ng-content>',
|
|
2312
|
-
inputs: ['size']
|
|
2312
|
+
inputs: ['color', 'size']
|
|
2313
2313
|
})
|
|
2314
2314
|
export class SwirlIconEmojiSatisfied {
|
|
2315
2315
|
protected el: HTMLElement;
|
|
@@ -2324,13 +2324,13 @@ export declare interface SwirlIconError extends Components.SwirlIconError {}
|
|
|
2324
2324
|
|
|
2325
2325
|
@ProxyCmp({
|
|
2326
2326
|
defineCustomElementFn: undefined,
|
|
2327
|
-
inputs: ['size']
|
|
2327
|
+
inputs: ['color', 'size']
|
|
2328
2328
|
})
|
|
2329
2329
|
@Component({
|
|
2330
2330
|
selector: 'swirl-icon-error',
|
|
2331
2331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2332
2332
|
template: '<ng-content></ng-content>',
|
|
2333
|
-
inputs: ['size']
|
|
2333
|
+
inputs: ['color', 'size']
|
|
2334
2334
|
})
|
|
2335
2335
|
export class SwirlIconError {
|
|
2336
2336
|
protected el: HTMLElement;
|
|
@@ -2345,13 +2345,13 @@ export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandL
|
|
|
2345
2345
|
|
|
2346
2346
|
@ProxyCmp({
|
|
2347
2347
|
defineCustomElementFn: undefined,
|
|
2348
|
-
inputs: ['size']
|
|
2348
|
+
inputs: ['color', 'size']
|
|
2349
2349
|
})
|
|
2350
2350
|
@Component({
|
|
2351
2351
|
selector: 'swirl-icon-expand-less',
|
|
2352
2352
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2353
2353
|
template: '<ng-content></ng-content>',
|
|
2354
|
-
inputs: ['size']
|
|
2354
|
+
inputs: ['color', 'size']
|
|
2355
2355
|
})
|
|
2356
2356
|
export class SwirlIconExpandLess {
|
|
2357
2357
|
protected el: HTMLElement;
|
|
@@ -2366,13 +2366,13 @@ export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandM
|
|
|
2366
2366
|
|
|
2367
2367
|
@ProxyCmp({
|
|
2368
2368
|
defineCustomElementFn: undefined,
|
|
2369
|
-
inputs: ['size']
|
|
2369
|
+
inputs: ['color', 'size']
|
|
2370
2370
|
})
|
|
2371
2371
|
@Component({
|
|
2372
2372
|
selector: 'swirl-icon-expand-more',
|
|
2373
2373
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2374
2374
|
template: '<ng-content></ng-content>',
|
|
2375
|
-
inputs: ['size']
|
|
2375
|
+
inputs: ['color', 'size']
|
|
2376
2376
|
})
|
|
2377
2377
|
export class SwirlIconExpandMore {
|
|
2378
2378
|
protected el: HTMLElement;
|
|
@@ -2387,13 +2387,13 @@ export declare interface SwirlIconFile extends Components.SwirlIconFile {}
|
|
|
2387
2387
|
|
|
2388
2388
|
@ProxyCmp({
|
|
2389
2389
|
defineCustomElementFn: undefined,
|
|
2390
|
-
inputs: ['size']
|
|
2390
|
+
inputs: ['color', 'size']
|
|
2391
2391
|
})
|
|
2392
2392
|
@Component({
|
|
2393
2393
|
selector: 'swirl-icon-file',
|
|
2394
2394
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2395
2395
|
template: '<ng-content></ng-content>',
|
|
2396
|
-
inputs: ['size']
|
|
2396
|
+
inputs: ['color', 'size']
|
|
2397
2397
|
})
|
|
2398
2398
|
export class SwirlIconFile {
|
|
2399
2399
|
protected el: HTMLElement;
|
|
@@ -2408,13 +2408,13 @@ export declare interface SwirlIconFileCopy extends Components.SwirlIconFileCopy
|
|
|
2408
2408
|
|
|
2409
2409
|
@ProxyCmp({
|
|
2410
2410
|
defineCustomElementFn: undefined,
|
|
2411
|
-
inputs: ['size']
|
|
2411
|
+
inputs: ['color', 'size']
|
|
2412
2412
|
})
|
|
2413
2413
|
@Component({
|
|
2414
2414
|
selector: 'swirl-icon-file-copy',
|
|
2415
2415
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2416
2416
|
template: '<ng-content></ng-content>',
|
|
2417
|
-
inputs: ['size']
|
|
2417
|
+
inputs: ['color', 'size']
|
|
2418
2418
|
})
|
|
2419
2419
|
export class SwirlIconFileCopy {
|
|
2420
2420
|
protected el: HTMLElement;
|
|
@@ -2429,13 +2429,13 @@ export declare interface SwirlIconFilter extends Components.SwirlIconFilter {}
|
|
|
2429
2429
|
|
|
2430
2430
|
@ProxyCmp({
|
|
2431
2431
|
defineCustomElementFn: undefined,
|
|
2432
|
-
inputs: ['size']
|
|
2432
|
+
inputs: ['color', 'size']
|
|
2433
2433
|
})
|
|
2434
2434
|
@Component({
|
|
2435
2435
|
selector: 'swirl-icon-filter',
|
|
2436
2436
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2437
2437
|
template: '<ng-content></ng-content>',
|
|
2438
|
-
inputs: ['size']
|
|
2438
|
+
inputs: ['color', 'size']
|
|
2439
2439
|
})
|
|
2440
2440
|
export class SwirlIconFilter {
|
|
2441
2441
|
protected el: HTMLElement;
|
|
@@ -2450,13 +2450,13 @@ export declare interface SwirlIconFolder extends Components.SwirlIconFolder {}
|
|
|
2450
2450
|
|
|
2451
2451
|
@ProxyCmp({
|
|
2452
2452
|
defineCustomElementFn: undefined,
|
|
2453
|
-
inputs: ['size']
|
|
2453
|
+
inputs: ['color', 'size']
|
|
2454
2454
|
})
|
|
2455
2455
|
@Component({
|
|
2456
2456
|
selector: 'swirl-icon-folder',
|
|
2457
2457
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2458
2458
|
template: '<ng-content></ng-content>',
|
|
2459
|
-
inputs: ['size']
|
|
2459
|
+
inputs: ['color', 'size']
|
|
2460
2460
|
})
|
|
2461
2461
|
export class SwirlIconFolder {
|
|
2462
2462
|
protected el: HTMLElement;
|
|
@@ -2471,13 +2471,13 @@ export declare interface SwirlIconFolderShared extends Components.SwirlIconFolde
|
|
|
2471
2471
|
|
|
2472
2472
|
@ProxyCmp({
|
|
2473
2473
|
defineCustomElementFn: undefined,
|
|
2474
|
-
inputs: ['size']
|
|
2474
|
+
inputs: ['color', 'size']
|
|
2475
2475
|
})
|
|
2476
2476
|
@Component({
|
|
2477
2477
|
selector: 'swirl-icon-folder-shared',
|
|
2478
2478
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2479
2479
|
template: '<ng-content></ng-content>',
|
|
2480
|
-
inputs: ['size']
|
|
2480
|
+
inputs: ['color', 'size']
|
|
2481
2481
|
})
|
|
2482
2482
|
export class SwirlIconFolderShared {
|
|
2483
2483
|
protected el: HTMLElement;
|
|
@@ -2492,13 +2492,13 @@ export declare interface SwirlIconFormatHOne extends Components.SwirlIconFormatH
|
|
|
2492
2492
|
|
|
2493
2493
|
@ProxyCmp({
|
|
2494
2494
|
defineCustomElementFn: undefined,
|
|
2495
|
-
inputs: ['size']
|
|
2495
|
+
inputs: ['color', 'size']
|
|
2496
2496
|
})
|
|
2497
2497
|
@Component({
|
|
2498
2498
|
selector: 'swirl-icon-format-h-one',
|
|
2499
2499
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2500
2500
|
template: '<ng-content></ng-content>',
|
|
2501
|
-
inputs: ['size']
|
|
2501
|
+
inputs: ['color', 'size']
|
|
2502
2502
|
})
|
|
2503
2503
|
export class SwirlIconFormatHOne {
|
|
2504
2504
|
protected el: HTMLElement;
|
|
@@ -2513,13 +2513,13 @@ export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscr
|
|
|
2513
2513
|
|
|
2514
2514
|
@ProxyCmp({
|
|
2515
2515
|
defineCustomElementFn: undefined,
|
|
2516
|
-
inputs: ['size']
|
|
2516
|
+
inputs: ['color', 'size']
|
|
2517
2517
|
})
|
|
2518
2518
|
@Component({
|
|
2519
2519
|
selector: 'swirl-icon-fullscreen',
|
|
2520
2520
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2521
2521
|
template: '<ng-content></ng-content>',
|
|
2522
|
-
inputs: ['size']
|
|
2522
|
+
inputs: ['color', 'size']
|
|
2523
2523
|
})
|
|
2524
2524
|
export class SwirlIconFullscreen {
|
|
2525
2525
|
protected el: HTMLElement;
|
|
@@ -2534,13 +2534,13 @@ export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFul
|
|
|
2534
2534
|
|
|
2535
2535
|
@ProxyCmp({
|
|
2536
2536
|
defineCustomElementFn: undefined,
|
|
2537
|
-
inputs: ['size']
|
|
2537
|
+
inputs: ['color', 'size']
|
|
2538
2538
|
})
|
|
2539
2539
|
@Component({
|
|
2540
2540
|
selector: 'swirl-icon-fullscreen-exit',
|
|
2541
2541
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2542
2542
|
template: '<ng-content></ng-content>',
|
|
2543
|
-
inputs: ['size']
|
|
2543
|
+
inputs: ['color', 'size']
|
|
2544
2544
|
})
|
|
2545
2545
|
export class SwirlIconFullscreenExit {
|
|
2546
2546
|
protected el: HTMLElement;
|
|
@@ -2555,13 +2555,13 @@ export declare interface SwirlIconGif extends Components.SwirlIconGif {}
|
|
|
2555
2555
|
|
|
2556
2556
|
@ProxyCmp({
|
|
2557
2557
|
defineCustomElementFn: undefined,
|
|
2558
|
-
inputs: ['size']
|
|
2558
|
+
inputs: ['color', 'size']
|
|
2559
2559
|
})
|
|
2560
2560
|
@Component({
|
|
2561
2561
|
selector: 'swirl-icon-gif',
|
|
2562
2562
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2563
2563
|
template: '<ng-content></ng-content>',
|
|
2564
|
-
inputs: ['size']
|
|
2564
|
+
inputs: ['color', 'size']
|
|
2565
2565
|
})
|
|
2566
2566
|
export class SwirlIconGif {
|
|
2567
2567
|
protected el: HTMLElement;
|
|
@@ -2576,13 +2576,13 @@ export declare interface SwirlIconGroupAdd extends Components.SwirlIconGroupAdd
|
|
|
2576
2576
|
|
|
2577
2577
|
@ProxyCmp({
|
|
2578
2578
|
defineCustomElementFn: undefined,
|
|
2579
|
-
inputs: ['size']
|
|
2579
|
+
inputs: ['color', 'size']
|
|
2580
2580
|
})
|
|
2581
2581
|
@Component({
|
|
2582
2582
|
selector: 'swirl-icon-group-add',
|
|
2583
2583
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2584
2584
|
template: '<ng-content></ng-content>',
|
|
2585
|
-
inputs: ['size']
|
|
2585
|
+
inputs: ['color', 'size']
|
|
2586
2586
|
})
|
|
2587
2587
|
export class SwirlIconGroupAdd {
|
|
2588
2588
|
protected el: HTMLElement;
|
|
@@ -2597,13 +2597,13 @@ export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupA
|
|
|
2597
2597
|
|
|
2598
2598
|
@ProxyCmp({
|
|
2599
2599
|
defineCustomElementFn: undefined,
|
|
2600
|
-
inputs: ['size']
|
|
2600
|
+
inputs: ['color', 'size']
|
|
2601
2601
|
})
|
|
2602
2602
|
@Component({
|
|
2603
2603
|
selector: 'swirl-icon-group-assign',
|
|
2604
2604
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2605
2605
|
template: '<ng-content></ng-content>',
|
|
2606
|
-
inputs: ['size']
|
|
2606
|
+
inputs: ['color', 'size']
|
|
2607
2607
|
})
|
|
2608
2608
|
export class SwirlIconGroupAssign {
|
|
2609
2609
|
protected el: HTMLElement;
|
|
@@ -2618,13 +2618,13 @@ export declare interface SwirlIconGroups extends Components.SwirlIconGroups {}
|
|
|
2618
2618
|
|
|
2619
2619
|
@ProxyCmp({
|
|
2620
2620
|
defineCustomElementFn: undefined,
|
|
2621
|
-
inputs: ['size']
|
|
2621
|
+
inputs: ['color', 'size']
|
|
2622
2622
|
})
|
|
2623
2623
|
@Component({
|
|
2624
2624
|
selector: 'swirl-icon-groups',
|
|
2625
2625
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2626
2626
|
template: '<ng-content></ng-content>',
|
|
2627
|
-
inputs: ['size']
|
|
2627
|
+
inputs: ['color', 'size']
|
|
2628
2628
|
})
|
|
2629
2629
|
export class SwirlIconGroups {
|
|
2630
2630
|
protected el: HTMLElement;
|
|
@@ -2639,13 +2639,13 @@ export declare interface SwirlIconGroupsCustom extends Components.SwirlIconGroup
|
|
|
2639
2639
|
|
|
2640
2640
|
@ProxyCmp({
|
|
2641
2641
|
defineCustomElementFn: undefined,
|
|
2642
|
-
inputs: ['size']
|
|
2642
|
+
inputs: ['color', 'size']
|
|
2643
2643
|
})
|
|
2644
2644
|
@Component({
|
|
2645
2645
|
selector: 'swirl-icon-groups-custom',
|
|
2646
2646
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2647
2647
|
template: '<ng-content></ng-content>',
|
|
2648
|
-
inputs: ['size']
|
|
2648
|
+
inputs: ['color', 'size']
|
|
2649
2649
|
})
|
|
2650
2650
|
export class SwirlIconGroupsCustom {
|
|
2651
2651
|
protected el: HTMLElement;
|
|
@@ -2660,13 +2660,13 @@ export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroup
|
|
|
2660
2660
|
|
|
2661
2661
|
@ProxyCmp({
|
|
2662
2662
|
defineCustomElementFn: undefined,
|
|
2663
|
-
inputs: ['size']
|
|
2663
|
+
inputs: ['color', 'size']
|
|
2664
2664
|
})
|
|
2665
2665
|
@Component({
|
|
2666
2666
|
selector: 'swirl-icon-groups-filled',
|
|
2667
2667
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2668
2668
|
template: '<ng-content></ng-content>',
|
|
2669
|
-
inputs: ['size']
|
|
2669
|
+
inputs: ['color', 'size']
|
|
2670
2670
|
})
|
|
2671
2671
|
export class SwirlIconGroupsFilled {
|
|
2672
2672
|
protected el: HTMLElement;
|
|
@@ -2681,13 +2681,13 @@ export declare interface SwirlIconGroupsOutlined extends Components.SwirlIconGro
|
|
|
2681
2681
|
|
|
2682
2682
|
@ProxyCmp({
|
|
2683
2683
|
defineCustomElementFn: undefined,
|
|
2684
|
-
inputs: ['size']
|
|
2684
|
+
inputs: ['color', 'size']
|
|
2685
2685
|
})
|
|
2686
2686
|
@Component({
|
|
2687
2687
|
selector: 'swirl-icon-groups-outlined',
|
|
2688
2688
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2689
2689
|
template: '<ng-content></ng-content>',
|
|
2690
|
-
inputs: ['size']
|
|
2690
|
+
inputs: ['color', 'size']
|
|
2691
2691
|
})
|
|
2692
2692
|
export class SwirlIconGroupsOutlined {
|
|
2693
2693
|
protected el: HTMLElement;
|
|
@@ -2702,13 +2702,13 @@ export declare interface SwirlIconHelp extends Components.SwirlIconHelp {}
|
|
|
2702
2702
|
|
|
2703
2703
|
@ProxyCmp({
|
|
2704
2704
|
defineCustomElementFn: undefined,
|
|
2705
|
-
inputs: ['size']
|
|
2705
|
+
inputs: ['color', 'size']
|
|
2706
2706
|
})
|
|
2707
2707
|
@Component({
|
|
2708
2708
|
selector: 'swirl-icon-help',
|
|
2709
2709
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2710
2710
|
template: '<ng-content></ng-content>',
|
|
2711
|
-
inputs: ['size']
|
|
2711
|
+
inputs: ['color', 'size']
|
|
2712
2712
|
})
|
|
2713
2713
|
export class SwirlIconHelp {
|
|
2714
2714
|
protected el: HTMLElement;
|
|
@@ -2723,13 +2723,13 @@ export declare interface SwirlIconHighlight extends Components.SwirlIconHighligh
|
|
|
2723
2723
|
|
|
2724
2724
|
@ProxyCmp({
|
|
2725
2725
|
defineCustomElementFn: undefined,
|
|
2726
|
-
inputs: ['size']
|
|
2726
|
+
inputs: ['color', 'size']
|
|
2727
2727
|
})
|
|
2728
2728
|
@Component({
|
|
2729
2729
|
selector: 'swirl-icon-highlight',
|
|
2730
2730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2731
2731
|
template: '<ng-content></ng-content>',
|
|
2732
|
-
inputs: ['size']
|
|
2732
|
+
inputs: ['color', 'size']
|
|
2733
2733
|
})
|
|
2734
2734
|
export class SwirlIconHighlight {
|
|
2735
2735
|
protected el: HTMLElement;
|
|
@@ -2744,13 +2744,13 @@ export declare interface SwirlIconHome extends Components.SwirlIconHome {}
|
|
|
2744
2744
|
|
|
2745
2745
|
@ProxyCmp({
|
|
2746
2746
|
defineCustomElementFn: undefined,
|
|
2747
|
-
inputs: ['size']
|
|
2747
|
+
inputs: ['color', 'size']
|
|
2748
2748
|
})
|
|
2749
2749
|
@Component({
|
|
2750
2750
|
selector: 'swirl-icon-home',
|
|
2751
2751
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2752
2752
|
template: '<ng-content></ng-content>',
|
|
2753
|
-
inputs: ['size']
|
|
2753
|
+
inputs: ['color', 'size']
|
|
2754
2754
|
})
|
|
2755
2755
|
export class SwirlIconHome {
|
|
2756
2756
|
protected el: HTMLElement;
|
|
@@ -2765,13 +2765,13 @@ export declare interface SwirlIconImage extends Components.SwirlIconImage {}
|
|
|
2765
2765
|
|
|
2766
2766
|
@ProxyCmp({
|
|
2767
2767
|
defineCustomElementFn: undefined,
|
|
2768
|
-
inputs: ['size']
|
|
2768
|
+
inputs: ['color', 'size']
|
|
2769
2769
|
})
|
|
2770
2770
|
@Component({
|
|
2771
2771
|
selector: 'swirl-icon-image',
|
|
2772
2772
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2773
2773
|
template: '<ng-content></ng-content>',
|
|
2774
|
-
inputs: ['size']
|
|
2774
|
+
inputs: ['color', 'size']
|
|
2775
2775
|
})
|
|
2776
2776
|
export class SwirlIconImage {
|
|
2777
2777
|
protected el: HTMLElement;
|
|
@@ -2786,13 +2786,13 @@ export declare interface SwirlIconImproveText extends Components.SwirlIconImprov
|
|
|
2786
2786
|
|
|
2787
2787
|
@ProxyCmp({
|
|
2788
2788
|
defineCustomElementFn: undefined,
|
|
2789
|
-
inputs: ['size']
|
|
2789
|
+
inputs: ['color', 'size']
|
|
2790
2790
|
})
|
|
2791
2791
|
@Component({
|
|
2792
2792
|
selector: 'swirl-icon-improve-text',
|
|
2793
2793
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2794
2794
|
template: '<ng-content></ng-content>',
|
|
2795
|
-
inputs: ['size']
|
|
2795
|
+
inputs: ['color', 'size']
|
|
2796
2796
|
})
|
|
2797
2797
|
export class SwirlIconImproveText {
|
|
2798
2798
|
protected el: HTMLElement;
|
|
@@ -2807,13 +2807,13 @@ export declare interface SwirlIconInfo extends Components.SwirlIconInfo {}
|
|
|
2807
2807
|
|
|
2808
2808
|
@ProxyCmp({
|
|
2809
2809
|
defineCustomElementFn: undefined,
|
|
2810
|
-
inputs: ['size']
|
|
2810
|
+
inputs: ['color', 'size']
|
|
2811
2811
|
})
|
|
2812
2812
|
@Component({
|
|
2813
2813
|
selector: 'swirl-icon-info',
|
|
2814
2814
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2815
2815
|
template: '<ng-content></ng-content>',
|
|
2816
|
-
inputs: ['size']
|
|
2816
|
+
inputs: ['color', 'size']
|
|
2817
2817
|
})
|
|
2818
2818
|
export class SwirlIconInfo {
|
|
2819
2819
|
protected el: HTMLElement;
|
|
@@ -2828,13 +2828,13 @@ export declare interface SwirlIconInsertBelow extends Components.SwirlIconInsert
|
|
|
2828
2828
|
|
|
2829
2829
|
@ProxyCmp({
|
|
2830
2830
|
defineCustomElementFn: undefined,
|
|
2831
|
-
inputs: ['size']
|
|
2831
|
+
inputs: ['color', 'size']
|
|
2832
2832
|
})
|
|
2833
2833
|
@Component({
|
|
2834
2834
|
selector: 'swirl-icon-insert-below',
|
|
2835
2835
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2836
2836
|
template: '<ng-content></ng-content>',
|
|
2837
|
-
inputs: ['size']
|
|
2837
|
+
inputs: ['color', 'size']
|
|
2838
2838
|
})
|
|
2839
2839
|
export class SwirlIconInsertBelow {
|
|
2840
2840
|
protected el: HTMLElement;
|
|
@@ -2849,13 +2849,13 @@ export declare interface SwirlIconInsertOnTop extends Components.SwirlIconInsert
|
|
|
2849
2849
|
|
|
2850
2850
|
@ProxyCmp({
|
|
2851
2851
|
defineCustomElementFn: undefined,
|
|
2852
|
-
inputs: ['size']
|
|
2852
|
+
inputs: ['color', 'size']
|
|
2853
2853
|
})
|
|
2854
2854
|
@Component({
|
|
2855
2855
|
selector: 'swirl-icon-insert-on-top',
|
|
2856
2856
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2857
2857
|
template: '<ng-content></ng-content>',
|
|
2858
|
-
inputs: ['size']
|
|
2858
|
+
inputs: ['color', 'size']
|
|
2859
2859
|
})
|
|
2860
2860
|
export class SwirlIconInsertOnTop {
|
|
2861
2861
|
protected el: HTMLElement;
|
|
@@ -2870,13 +2870,13 @@ export declare interface SwirlIconInventory extends Components.SwirlIconInventor
|
|
|
2870
2870
|
|
|
2871
2871
|
@ProxyCmp({
|
|
2872
2872
|
defineCustomElementFn: undefined,
|
|
2873
|
-
inputs: ['size']
|
|
2873
|
+
inputs: ['color', 'size']
|
|
2874
2874
|
})
|
|
2875
2875
|
@Component({
|
|
2876
2876
|
selector: 'swirl-icon-inventory',
|
|
2877
2877
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2878
2878
|
template: '<ng-content></ng-content>',
|
|
2879
|
-
inputs: ['size']
|
|
2879
|
+
inputs: ['color', 'size']
|
|
2880
2880
|
})
|
|
2881
2881
|
export class SwirlIconInventory {
|
|
2882
2882
|
protected el: HTMLElement;
|
|
@@ -2891,13 +2891,13 @@ export declare interface SwirlIconLightMode extends Components.SwirlIconLightMod
|
|
|
2891
2891
|
|
|
2892
2892
|
@ProxyCmp({
|
|
2893
2893
|
defineCustomElementFn: undefined,
|
|
2894
|
-
inputs: ['size']
|
|
2894
|
+
inputs: ['color', 'size']
|
|
2895
2895
|
})
|
|
2896
2896
|
@Component({
|
|
2897
2897
|
selector: 'swirl-icon-light-mode',
|
|
2898
2898
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2899
2899
|
template: '<ng-content></ng-content>',
|
|
2900
|
-
inputs: ['size']
|
|
2900
|
+
inputs: ['color', 'size']
|
|
2901
2901
|
})
|
|
2902
2902
|
export class SwirlIconLightMode {
|
|
2903
2903
|
protected el: HTMLElement;
|
|
@@ -2912,13 +2912,13 @@ export declare interface SwirlIconLike extends Components.SwirlIconLike {}
|
|
|
2912
2912
|
|
|
2913
2913
|
@ProxyCmp({
|
|
2914
2914
|
defineCustomElementFn: undefined,
|
|
2915
|
-
inputs: ['size']
|
|
2915
|
+
inputs: ['color', 'size']
|
|
2916
2916
|
})
|
|
2917
2917
|
@Component({
|
|
2918
2918
|
selector: 'swirl-icon-like',
|
|
2919
2919
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2920
2920
|
template: '<ng-content></ng-content>',
|
|
2921
|
-
inputs: ['size']
|
|
2921
|
+
inputs: ['color', 'size']
|
|
2922
2922
|
})
|
|
2923
2923
|
export class SwirlIconLike {
|
|
2924
2924
|
protected el: HTMLElement;
|
|
@@ -2933,13 +2933,13 @@ export declare interface SwirlIconLink extends Components.SwirlIconLink {}
|
|
|
2933
2933
|
|
|
2934
2934
|
@ProxyCmp({
|
|
2935
2935
|
defineCustomElementFn: undefined,
|
|
2936
|
-
inputs: ['size']
|
|
2936
|
+
inputs: ['color', 'size']
|
|
2937
2937
|
})
|
|
2938
2938
|
@Component({
|
|
2939
2939
|
selector: 'swirl-icon-link',
|
|
2940
2940
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2941
2941
|
template: '<ng-content></ng-content>',
|
|
2942
|
-
inputs: ['size']
|
|
2942
|
+
inputs: ['color', 'size']
|
|
2943
2943
|
})
|
|
2944
2944
|
export class SwirlIconLink {
|
|
2945
2945
|
protected el: HTMLElement;
|
|
@@ -2954,13 +2954,13 @@ export declare interface SwirlIconLock extends Components.SwirlIconLock {}
|
|
|
2954
2954
|
|
|
2955
2955
|
@ProxyCmp({
|
|
2956
2956
|
defineCustomElementFn: undefined,
|
|
2957
|
-
inputs: ['size']
|
|
2957
|
+
inputs: ['color', 'size']
|
|
2958
2958
|
})
|
|
2959
2959
|
@Component({
|
|
2960
2960
|
selector: 'swirl-icon-lock',
|
|
2961
2961
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2962
2962
|
template: '<ng-content></ng-content>',
|
|
2963
|
-
inputs: ['size']
|
|
2963
|
+
inputs: ['color', 'size']
|
|
2964
2964
|
})
|
|
2965
2965
|
export class SwirlIconLock {
|
|
2966
2966
|
protected el: HTMLElement;
|
|
@@ -2975,13 +2975,13 @@ export declare interface SwirlIconLockOpen extends Components.SwirlIconLockOpen
|
|
|
2975
2975
|
|
|
2976
2976
|
@ProxyCmp({
|
|
2977
2977
|
defineCustomElementFn: undefined,
|
|
2978
|
-
inputs: ['size']
|
|
2978
|
+
inputs: ['color', 'size']
|
|
2979
2979
|
})
|
|
2980
2980
|
@Component({
|
|
2981
2981
|
selector: 'swirl-icon-lock-open',
|
|
2982
2982
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2983
2983
|
template: '<ng-content></ng-content>',
|
|
2984
|
-
inputs: ['size']
|
|
2984
|
+
inputs: ['color', 'size']
|
|
2985
2985
|
})
|
|
2986
2986
|
export class SwirlIconLockOpen {
|
|
2987
2987
|
protected el: HTMLElement;
|
|
@@ -2996,13 +2996,13 @@ export declare interface SwirlIconLockPerson extends Components.SwirlIconLockPer
|
|
|
2996
2996
|
|
|
2997
2997
|
@ProxyCmp({
|
|
2998
2998
|
defineCustomElementFn: undefined,
|
|
2999
|
-
inputs: ['size']
|
|
2999
|
+
inputs: ['color', 'size']
|
|
3000
3000
|
})
|
|
3001
3001
|
@Component({
|
|
3002
3002
|
selector: 'swirl-icon-lock-person',
|
|
3003
3003
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3004
3004
|
template: '<ng-content></ng-content>',
|
|
3005
|
-
inputs: ['size']
|
|
3005
|
+
inputs: ['color', 'size']
|
|
3006
3006
|
})
|
|
3007
3007
|
export class SwirlIconLockPerson {
|
|
3008
3008
|
protected el: HTMLElement;
|
|
@@ -3017,13 +3017,13 @@ export declare interface SwirlIconLogout extends Components.SwirlIconLogout {}
|
|
|
3017
3017
|
|
|
3018
3018
|
@ProxyCmp({
|
|
3019
3019
|
defineCustomElementFn: undefined,
|
|
3020
|
-
inputs: ['size']
|
|
3020
|
+
inputs: ['color', 'size']
|
|
3021
3021
|
})
|
|
3022
3022
|
@Component({
|
|
3023
3023
|
selector: 'swirl-icon-logout',
|
|
3024
3024
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3025
3025
|
template: '<ng-content></ng-content>',
|
|
3026
|
-
inputs: ['size']
|
|
3026
|
+
inputs: ['color', 'size']
|
|
3027
3027
|
})
|
|
3028
3028
|
export class SwirlIconLogout {
|
|
3029
3029
|
protected el: HTMLElement;
|
|
@@ -3038,13 +3038,13 @@ export declare interface SwirlIconLongText extends Components.SwirlIconLongText
|
|
|
3038
3038
|
|
|
3039
3039
|
@ProxyCmp({
|
|
3040
3040
|
defineCustomElementFn: undefined,
|
|
3041
|
-
inputs: ['size']
|
|
3041
|
+
inputs: ['color', 'size']
|
|
3042
3042
|
})
|
|
3043
3043
|
@Component({
|
|
3044
3044
|
selector: 'swirl-icon-long-text',
|
|
3045
3045
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3046
3046
|
template: '<ng-content></ng-content>',
|
|
3047
|
-
inputs: ['size']
|
|
3047
|
+
inputs: ['color', 'size']
|
|
3048
3048
|
})
|
|
3049
3049
|
export class SwirlIconLongText {
|
|
3050
3050
|
protected el: HTMLElement;
|
|
@@ -3059,13 +3059,13 @@ export declare interface SwirlIconMail extends Components.SwirlIconMail {}
|
|
|
3059
3059
|
|
|
3060
3060
|
@ProxyCmp({
|
|
3061
3061
|
defineCustomElementFn: undefined,
|
|
3062
|
-
inputs: ['size']
|
|
3062
|
+
inputs: ['color', 'size']
|
|
3063
3063
|
})
|
|
3064
3064
|
@Component({
|
|
3065
3065
|
selector: 'swirl-icon-mail',
|
|
3066
3066
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3067
3067
|
template: '<ng-content></ng-content>',
|
|
3068
|
-
inputs: ['size']
|
|
3068
|
+
inputs: ['color', 'size']
|
|
3069
3069
|
})
|
|
3070
3070
|
export class SwirlIconMail {
|
|
3071
3071
|
protected el: HTMLElement;
|
|
@@ -3080,13 +3080,13 @@ export declare interface SwirlIconManageAccounts extends Components.SwirlIconMan
|
|
|
3080
3080
|
|
|
3081
3081
|
@ProxyCmp({
|
|
3082
3082
|
defineCustomElementFn: undefined,
|
|
3083
|
-
inputs: ['size']
|
|
3083
|
+
inputs: ['color', 'size']
|
|
3084
3084
|
})
|
|
3085
3085
|
@Component({
|
|
3086
3086
|
selector: 'swirl-icon-manage-accounts',
|
|
3087
3087
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3088
3088
|
template: '<ng-content></ng-content>',
|
|
3089
|
-
inputs: ['size']
|
|
3089
|
+
inputs: ['color', 'size']
|
|
3090
3090
|
})
|
|
3091
3091
|
export class SwirlIconManageAccounts {
|
|
3092
3092
|
protected el: HTMLElement;
|
|
@@ -3101,13 +3101,13 @@ export declare interface SwirlIconMarkChatRead extends Components.SwirlIconMarkC
|
|
|
3101
3101
|
|
|
3102
3102
|
@ProxyCmp({
|
|
3103
3103
|
defineCustomElementFn: undefined,
|
|
3104
|
-
inputs: ['size']
|
|
3104
|
+
inputs: ['color', 'size']
|
|
3105
3105
|
})
|
|
3106
3106
|
@Component({
|
|
3107
3107
|
selector: 'swirl-icon-mark-chat-read',
|
|
3108
3108
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3109
3109
|
template: '<ng-content></ng-content>',
|
|
3110
|
-
inputs: ['size']
|
|
3110
|
+
inputs: ['color', 'size']
|
|
3111
3111
|
})
|
|
3112
3112
|
export class SwirlIconMarkChatRead {
|
|
3113
3113
|
protected el: HTMLElement;
|
|
@@ -3122,13 +3122,13 @@ export declare interface SwirlIconMarkChatUnread extends Components.SwirlIconMar
|
|
|
3122
3122
|
|
|
3123
3123
|
@ProxyCmp({
|
|
3124
3124
|
defineCustomElementFn: undefined,
|
|
3125
|
-
inputs: ['size']
|
|
3125
|
+
inputs: ['color', 'size']
|
|
3126
3126
|
})
|
|
3127
3127
|
@Component({
|
|
3128
3128
|
selector: 'swirl-icon-mark-chat-unread',
|
|
3129
3129
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3130
3130
|
template: '<ng-content></ng-content>',
|
|
3131
|
-
inputs: ['size']
|
|
3131
|
+
inputs: ['color', 'size']
|
|
3132
3132
|
})
|
|
3133
3133
|
export class SwirlIconMarkChatUnread {
|
|
3134
3134
|
protected el: HTMLElement;
|
|
@@ -3143,13 +3143,13 @@ export declare interface SwirlIconMention extends Components.SwirlIconMention {}
|
|
|
3143
3143
|
|
|
3144
3144
|
@ProxyCmp({
|
|
3145
3145
|
defineCustomElementFn: undefined,
|
|
3146
|
-
inputs: ['size']
|
|
3146
|
+
inputs: ['color', 'size']
|
|
3147
3147
|
})
|
|
3148
3148
|
@Component({
|
|
3149
3149
|
selector: 'swirl-icon-mention',
|
|
3150
3150
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3151
3151
|
template: '<ng-content></ng-content>',
|
|
3152
|
-
inputs: ['size']
|
|
3152
|
+
inputs: ['color', 'size']
|
|
3153
3153
|
})
|
|
3154
3154
|
export class SwirlIconMention {
|
|
3155
3155
|
protected el: HTMLElement;
|
|
@@ -3164,13 +3164,13 @@ export declare interface SwirlIconMenu extends Components.SwirlIconMenu {}
|
|
|
3164
3164
|
|
|
3165
3165
|
@ProxyCmp({
|
|
3166
3166
|
defineCustomElementFn: undefined,
|
|
3167
|
-
inputs: ['size']
|
|
3167
|
+
inputs: ['color', 'size']
|
|
3168
3168
|
})
|
|
3169
3169
|
@Component({
|
|
3170
3170
|
selector: 'swirl-icon-menu',
|
|
3171
3171
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3172
3172
|
template: '<ng-content></ng-content>',
|
|
3173
|
-
inputs: ['size']
|
|
3173
|
+
inputs: ['color', 'size']
|
|
3174
3174
|
})
|
|
3175
3175
|
export class SwirlIconMenu {
|
|
3176
3176
|
protected el: HTMLElement;
|
|
@@ -3185,13 +3185,13 @@ export declare interface SwirlIconMenuBook extends Components.SwirlIconMenuBook
|
|
|
3185
3185
|
|
|
3186
3186
|
@ProxyCmp({
|
|
3187
3187
|
defineCustomElementFn: undefined,
|
|
3188
|
-
inputs: ['size']
|
|
3188
|
+
inputs: ['color', 'size']
|
|
3189
3189
|
})
|
|
3190
3190
|
@Component({
|
|
3191
3191
|
selector: 'swirl-icon-menu-book',
|
|
3192
3192
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3193
3193
|
template: '<ng-content></ng-content>',
|
|
3194
|
-
inputs: ['size']
|
|
3194
|
+
inputs: ['color', 'size']
|
|
3195
3195
|
})
|
|
3196
3196
|
export class SwirlIconMenuBook {
|
|
3197
3197
|
protected el: HTMLElement;
|
|
@@ -3206,13 +3206,13 @@ export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFil
|
|
|
3206
3206
|
|
|
3207
3207
|
@ProxyCmp({
|
|
3208
3208
|
defineCustomElementFn: undefined,
|
|
3209
|
-
inputs: ['size']
|
|
3209
|
+
inputs: ['color', 'size']
|
|
3210
3210
|
})
|
|
3211
3211
|
@Component({
|
|
3212
3212
|
selector: 'swirl-icon-menu-filled',
|
|
3213
3213
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3214
3214
|
template: '<ng-content></ng-content>',
|
|
3215
|
-
inputs: ['size']
|
|
3215
|
+
inputs: ['color', 'size']
|
|
3216
3216
|
})
|
|
3217
3217
|
export class SwirlIconMenuFilled {
|
|
3218
3218
|
protected el: HTMLElement;
|
|
@@ -3227,13 +3227,13 @@ export declare interface SwirlIconMenuOutlined extends Components.SwirlIconMenuO
|
|
|
3227
3227
|
|
|
3228
3228
|
@ProxyCmp({
|
|
3229
3229
|
defineCustomElementFn: undefined,
|
|
3230
|
-
inputs: ['size']
|
|
3230
|
+
inputs: ['color', 'size']
|
|
3231
3231
|
})
|
|
3232
3232
|
@Component({
|
|
3233
3233
|
selector: 'swirl-icon-menu-outlined',
|
|
3234
3234
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3235
3235
|
template: '<ng-content></ng-content>',
|
|
3236
|
-
inputs: ['size']
|
|
3236
|
+
inputs: ['color', 'size']
|
|
3237
3237
|
})
|
|
3238
3238
|
export class SwirlIconMenuOutlined {
|
|
3239
3239
|
protected el: HTMLElement;
|
|
@@ -3248,13 +3248,13 @@ export declare interface SwirlIconMessage extends Components.SwirlIconMessage {}
|
|
|
3248
3248
|
|
|
3249
3249
|
@ProxyCmp({
|
|
3250
3250
|
defineCustomElementFn: undefined,
|
|
3251
|
-
inputs: ['size']
|
|
3251
|
+
inputs: ['color', 'size']
|
|
3252
3252
|
})
|
|
3253
3253
|
@Component({
|
|
3254
3254
|
selector: 'swirl-icon-message',
|
|
3255
3255
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3256
3256
|
template: '<ng-content></ng-content>',
|
|
3257
|
-
inputs: ['size']
|
|
3257
|
+
inputs: ['color', 'size']
|
|
3258
3258
|
})
|
|
3259
3259
|
export class SwirlIconMessage {
|
|
3260
3260
|
protected el: HTMLElement;
|
|
@@ -3269,13 +3269,13 @@ export declare interface SwirlIconMic extends Components.SwirlIconMic {}
|
|
|
3269
3269
|
|
|
3270
3270
|
@ProxyCmp({
|
|
3271
3271
|
defineCustomElementFn: undefined,
|
|
3272
|
-
inputs: ['size']
|
|
3272
|
+
inputs: ['color', 'size']
|
|
3273
3273
|
})
|
|
3274
3274
|
@Component({
|
|
3275
3275
|
selector: 'swirl-icon-mic',
|
|
3276
3276
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3277
3277
|
template: '<ng-content></ng-content>',
|
|
3278
|
-
inputs: ['size']
|
|
3278
|
+
inputs: ['color', 'size']
|
|
3279
3279
|
})
|
|
3280
3280
|
export class SwirlIconMic {
|
|
3281
3281
|
protected el: HTMLElement;
|
|
@@ -3290,13 +3290,13 @@ export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMor
|
|
|
3290
3290
|
|
|
3291
3291
|
@ProxyCmp({
|
|
3292
3292
|
defineCustomElementFn: undefined,
|
|
3293
|
-
inputs: ['size']
|
|
3293
|
+
inputs: ['color', 'size']
|
|
3294
3294
|
})
|
|
3295
3295
|
@Component({
|
|
3296
3296
|
selector: 'swirl-icon-more-horizontal',
|
|
3297
3297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3298
3298
|
template: '<ng-content></ng-content>',
|
|
3299
|
-
inputs: ['size']
|
|
3299
|
+
inputs: ['color', 'size']
|
|
3300
3300
|
})
|
|
3301
3301
|
export class SwirlIconMoreHorizontal {
|
|
3302
3302
|
protected el: HTMLElement;
|
|
@@ -3311,13 +3311,13 @@ export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreV
|
|
|
3311
3311
|
|
|
3312
3312
|
@ProxyCmp({
|
|
3313
3313
|
defineCustomElementFn: undefined,
|
|
3314
|
-
inputs: ['size']
|
|
3314
|
+
inputs: ['color', 'size']
|
|
3315
3315
|
})
|
|
3316
3316
|
@Component({
|
|
3317
3317
|
selector: 'swirl-icon-more-vertikal',
|
|
3318
3318
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3319
3319
|
template: '<ng-content></ng-content>',
|
|
3320
|
-
inputs: ['size']
|
|
3320
|
+
inputs: ['color', 'size']
|
|
3321
3321
|
})
|
|
3322
3322
|
export class SwirlIconMoreVertikal {
|
|
3323
3323
|
protected el: HTMLElement;
|
|
@@ -3332,13 +3332,13 @@ export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFil
|
|
|
3332
3332
|
|
|
3333
3333
|
@ProxyCmp({
|
|
3334
3334
|
defineCustomElementFn: undefined,
|
|
3335
|
-
inputs: ['size']
|
|
3335
|
+
inputs: ['color', 'size']
|
|
3336
3336
|
})
|
|
3337
3337
|
@Component({
|
|
3338
3338
|
selector: 'swirl-icon-news-filled',
|
|
3339
3339
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3340
3340
|
template: '<ng-content></ng-content>',
|
|
3341
|
-
inputs: ['size']
|
|
3341
|
+
inputs: ['color', 'size']
|
|
3342
3342
|
})
|
|
3343
3343
|
export class SwirlIconNewsFilled {
|
|
3344
3344
|
protected el: HTMLElement;
|
|
@@ -3353,13 +3353,13 @@ export declare interface SwirlIconNewsOutlined extends Components.SwirlIconNewsO
|
|
|
3353
3353
|
|
|
3354
3354
|
@ProxyCmp({
|
|
3355
3355
|
defineCustomElementFn: undefined,
|
|
3356
|
-
inputs: ['size']
|
|
3356
|
+
inputs: ['color', 'size']
|
|
3357
3357
|
})
|
|
3358
3358
|
@Component({
|
|
3359
3359
|
selector: 'swirl-icon-news-outlined',
|
|
3360
3360
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3361
3361
|
template: '<ng-content></ng-content>',
|
|
3362
|
-
inputs: ['size']
|
|
3362
|
+
inputs: ['color', 'size']
|
|
3363
3363
|
})
|
|
3364
3364
|
export class SwirlIconNewsOutlined {
|
|
3365
3365
|
protected el: HTMLElement;
|
|
@@ -3374,13 +3374,13 @@ export declare interface SwirlIconNotifications extends Components.SwirlIconNoti
|
|
|
3374
3374
|
|
|
3375
3375
|
@ProxyCmp({
|
|
3376
3376
|
defineCustomElementFn: undefined,
|
|
3377
|
-
inputs: ['size']
|
|
3377
|
+
inputs: ['color', 'size']
|
|
3378
3378
|
})
|
|
3379
3379
|
@Component({
|
|
3380
3380
|
selector: 'swirl-icon-notifications',
|
|
3381
3381
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3382
3382
|
template: '<ng-content></ng-content>',
|
|
3383
|
-
inputs: ['size']
|
|
3383
|
+
inputs: ['color', 'size']
|
|
3384
3384
|
})
|
|
3385
3385
|
export class SwirlIconNotifications {
|
|
3386
3386
|
protected el: HTMLElement;
|
|
@@ -3395,13 +3395,13 @@ export declare interface SwirlIconNotificationsActive extends Components.SwirlIc
|
|
|
3395
3395
|
|
|
3396
3396
|
@ProxyCmp({
|
|
3397
3397
|
defineCustomElementFn: undefined,
|
|
3398
|
-
inputs: ['size']
|
|
3398
|
+
inputs: ['color', 'size']
|
|
3399
3399
|
})
|
|
3400
3400
|
@Component({
|
|
3401
3401
|
selector: 'swirl-icon-notifications-active',
|
|
3402
3402
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3403
3403
|
template: '<ng-content></ng-content>',
|
|
3404
|
-
inputs: ['size']
|
|
3404
|
+
inputs: ['color', 'size']
|
|
3405
3405
|
})
|
|
3406
3406
|
export class SwirlIconNotificationsActive {
|
|
3407
3407
|
protected el: HTMLElement;
|
|
@@ -3416,13 +3416,13 @@ export declare interface SwirlIconNotificationsOff extends Components.SwirlIconN
|
|
|
3416
3416
|
|
|
3417
3417
|
@ProxyCmp({
|
|
3418
3418
|
defineCustomElementFn: undefined,
|
|
3419
|
-
inputs: ['size']
|
|
3419
|
+
inputs: ['color', 'size']
|
|
3420
3420
|
})
|
|
3421
3421
|
@Component({
|
|
3422
3422
|
selector: 'swirl-icon-notifications-off',
|
|
3423
3423
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3424
3424
|
template: '<ng-content></ng-content>',
|
|
3425
|
-
inputs: ['size']
|
|
3425
|
+
inputs: ['color', 'size']
|
|
3426
3426
|
})
|
|
3427
3427
|
export class SwirlIconNotificationsOff {
|
|
3428
3428
|
protected el: HTMLElement;
|
|
@@ -3437,13 +3437,13 @@ export declare interface SwirlIconOpenInFull extends Components.SwirlIconOpenInF
|
|
|
3437
3437
|
|
|
3438
3438
|
@ProxyCmp({
|
|
3439
3439
|
defineCustomElementFn: undefined,
|
|
3440
|
-
inputs: ['size']
|
|
3440
|
+
inputs: ['color', 'size']
|
|
3441
3441
|
})
|
|
3442
3442
|
@Component({
|
|
3443
3443
|
selector: 'swirl-icon-open-in-full',
|
|
3444
3444
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3445
3445
|
template: '<ng-content></ng-content>',
|
|
3446
|
-
inputs: ['size']
|
|
3446
|
+
inputs: ['color', 'size']
|
|
3447
3447
|
})
|
|
3448
3448
|
export class SwirlIconOpenInFull {
|
|
3449
3449
|
protected el: HTMLElement;
|
|
@@ -3458,13 +3458,13 @@ export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNe
|
|
|
3458
3458
|
|
|
3459
3459
|
@ProxyCmp({
|
|
3460
3460
|
defineCustomElementFn: undefined,
|
|
3461
|
-
inputs: ['size']
|
|
3461
|
+
inputs: ['color', 'size']
|
|
3462
3462
|
})
|
|
3463
3463
|
@Component({
|
|
3464
3464
|
selector: 'swirl-icon-open-in-new',
|
|
3465
3465
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3466
3466
|
template: '<ng-content></ng-content>',
|
|
3467
|
-
inputs: ['size']
|
|
3467
|
+
inputs: ['color', 'size']
|
|
3468
3468
|
})
|
|
3469
3469
|
export class SwirlIconOpenInNew {
|
|
3470
3470
|
protected el: HTMLElement;
|
|
@@ -3479,13 +3479,13 @@ export declare interface SwirlIconPause extends Components.SwirlIconPause {}
|
|
|
3479
3479
|
|
|
3480
3480
|
@ProxyCmp({
|
|
3481
3481
|
defineCustomElementFn: undefined,
|
|
3482
|
-
inputs: ['size']
|
|
3482
|
+
inputs: ['color', 'size']
|
|
3483
3483
|
})
|
|
3484
3484
|
@Component({
|
|
3485
3485
|
selector: 'swirl-icon-pause',
|
|
3486
3486
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3487
3487
|
template: '<ng-content></ng-content>',
|
|
3488
|
-
inputs: ['size']
|
|
3488
|
+
inputs: ['color', 'size']
|
|
3489
3489
|
})
|
|
3490
3490
|
export class SwirlIconPause {
|
|
3491
3491
|
protected el: HTMLElement;
|
|
@@ -3500,13 +3500,13 @@ export declare interface SwirlIconPauseCircle extends Components.SwirlIconPauseC
|
|
|
3500
3500
|
|
|
3501
3501
|
@ProxyCmp({
|
|
3502
3502
|
defineCustomElementFn: undefined,
|
|
3503
|
-
inputs: ['size']
|
|
3503
|
+
inputs: ['color', 'size']
|
|
3504
3504
|
})
|
|
3505
3505
|
@Component({
|
|
3506
3506
|
selector: 'swirl-icon-pause-circle',
|
|
3507
3507
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3508
3508
|
template: '<ng-content></ng-content>',
|
|
3509
|
-
inputs: ['size']
|
|
3509
|
+
inputs: ['color', 'size']
|
|
3510
3510
|
})
|
|
3511
3511
|
export class SwirlIconPauseCircle {
|
|
3512
3512
|
protected el: HTMLElement;
|
|
@@ -3521,13 +3521,13 @@ export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAl
|
|
|
3521
3521
|
|
|
3522
3522
|
@ProxyCmp({
|
|
3523
3523
|
defineCustomElementFn: undefined,
|
|
3524
|
-
inputs: ['size']
|
|
3524
|
+
inputs: ['color', 'size']
|
|
3525
3525
|
})
|
|
3526
3526
|
@Component({
|
|
3527
3527
|
selector: 'swirl-icon-people-alt',
|
|
3528
3528
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3529
3529
|
template: '<ng-content></ng-content>',
|
|
3530
|
-
inputs: ['size']
|
|
3530
|
+
inputs: ['color', 'size']
|
|
3531
3531
|
})
|
|
3532
3532
|
export class SwirlIconPeopleAlt {
|
|
3533
3533
|
protected el: HTMLElement;
|
|
@@ -3542,13 +3542,13 @@ export declare interface SwirlIconPerson extends Components.SwirlIconPerson {}
|
|
|
3542
3542
|
|
|
3543
3543
|
@ProxyCmp({
|
|
3544
3544
|
defineCustomElementFn: undefined,
|
|
3545
|
-
inputs: ['size']
|
|
3545
|
+
inputs: ['color', 'size']
|
|
3546
3546
|
})
|
|
3547
3547
|
@Component({
|
|
3548
3548
|
selector: 'swirl-icon-person',
|
|
3549
3549
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3550
3550
|
template: '<ng-content></ng-content>',
|
|
3551
|
-
inputs: ['size']
|
|
3551
|
+
inputs: ['color', 'size']
|
|
3552
3552
|
})
|
|
3553
3553
|
export class SwirlIconPerson {
|
|
3554
3554
|
protected el: HTMLElement;
|
|
@@ -3563,13 +3563,13 @@ export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOf
|
|
|
3563
3563
|
|
|
3564
3564
|
@ProxyCmp({
|
|
3565
3565
|
defineCustomElementFn: undefined,
|
|
3566
|
-
inputs: ['size']
|
|
3566
|
+
inputs: ['color', 'size']
|
|
3567
3567
|
})
|
|
3568
3568
|
@Component({
|
|
3569
3569
|
selector: 'swirl-icon-person-off',
|
|
3570
3570
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3571
3571
|
template: '<ng-content></ng-content>',
|
|
3572
|
-
inputs: ['size']
|
|
3572
|
+
inputs: ['color', 'size']
|
|
3573
3573
|
})
|
|
3574
3574
|
export class SwirlIconPersonOff {
|
|
3575
3575
|
protected el: HTMLElement;
|
|
@@ -3584,13 +3584,13 @@ export declare interface SwirlIconPhone extends Components.SwirlIconPhone {}
|
|
|
3584
3584
|
|
|
3585
3585
|
@ProxyCmp({
|
|
3586
3586
|
defineCustomElementFn: undefined,
|
|
3587
|
-
inputs: ['size']
|
|
3587
|
+
inputs: ['color', 'size']
|
|
3588
3588
|
})
|
|
3589
3589
|
@Component({
|
|
3590
3590
|
selector: 'swirl-icon-phone',
|
|
3591
3591
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3592
3592
|
template: '<ng-content></ng-content>',
|
|
3593
|
-
inputs: ['size']
|
|
3593
|
+
inputs: ['color', 'size']
|
|
3594
3594
|
})
|
|
3595
3595
|
export class SwirlIconPhone {
|
|
3596
3596
|
protected el: HTMLElement;
|
|
@@ -3605,13 +3605,13 @@ export declare interface SwirlIconPhotoCamera extends Components.SwirlIconPhotoC
|
|
|
3605
3605
|
|
|
3606
3606
|
@ProxyCmp({
|
|
3607
3607
|
defineCustomElementFn: undefined,
|
|
3608
|
-
inputs: ['size']
|
|
3608
|
+
inputs: ['color', 'size']
|
|
3609
3609
|
})
|
|
3610
3610
|
@Component({
|
|
3611
3611
|
selector: 'swirl-icon-photo-camera',
|
|
3612
3612
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3613
3613
|
template: '<ng-content></ng-content>',
|
|
3614
|
-
inputs: ['size']
|
|
3614
|
+
inputs: ['color', 'size']
|
|
3615
3615
|
})
|
|
3616
3616
|
export class SwirlIconPhotoCamera {
|
|
3617
3617
|
protected el: HTMLElement;
|
|
@@ -3626,13 +3626,13 @@ export declare interface SwirlIconPlayArrow extends Components.SwirlIconPlayArro
|
|
|
3626
3626
|
|
|
3627
3627
|
@ProxyCmp({
|
|
3628
3628
|
defineCustomElementFn: undefined,
|
|
3629
|
-
inputs: ['size']
|
|
3629
|
+
inputs: ['color', 'size']
|
|
3630
3630
|
})
|
|
3631
3631
|
@Component({
|
|
3632
3632
|
selector: 'swirl-icon-play-arrow',
|
|
3633
3633
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3634
3634
|
template: '<ng-content></ng-content>',
|
|
3635
|
-
inputs: ['size']
|
|
3635
|
+
inputs: ['color', 'size']
|
|
3636
3636
|
})
|
|
3637
3637
|
export class SwirlIconPlayArrow {
|
|
3638
3638
|
protected el: HTMLElement;
|
|
@@ -3647,13 +3647,13 @@ export declare interface SwirlIconPoll extends Components.SwirlIconPoll {}
|
|
|
3647
3647
|
|
|
3648
3648
|
@ProxyCmp({
|
|
3649
3649
|
defineCustomElementFn: undefined,
|
|
3650
|
-
inputs: ['size']
|
|
3650
|
+
inputs: ['color', 'size']
|
|
3651
3651
|
})
|
|
3652
3652
|
@Component({
|
|
3653
3653
|
selector: 'swirl-icon-poll',
|
|
3654
3654
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3655
3655
|
template: '<ng-content></ng-content>',
|
|
3656
|
-
inputs: ['size']
|
|
3656
|
+
inputs: ['color', 'size']
|
|
3657
3657
|
})
|
|
3658
3658
|
export class SwirlIconPoll {
|
|
3659
3659
|
protected el: HTMLElement;
|
|
@@ -3668,13 +3668,13 @@ export declare interface SwirlIconPrint extends Components.SwirlIconPrint {}
|
|
|
3668
3668
|
|
|
3669
3669
|
@ProxyCmp({
|
|
3670
3670
|
defineCustomElementFn: undefined,
|
|
3671
|
-
inputs: ['size']
|
|
3671
|
+
inputs: ['color', 'size']
|
|
3672
3672
|
})
|
|
3673
3673
|
@Component({
|
|
3674
3674
|
selector: 'swirl-icon-print',
|
|
3675
3675
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3676
3676
|
template: '<ng-content></ng-content>',
|
|
3677
|
-
inputs: ['size']
|
|
3677
|
+
inputs: ['color', 'size']
|
|
3678
3678
|
})
|
|
3679
3679
|
export class SwirlIconPrint {
|
|
3680
3680
|
protected el: HTMLElement;
|
|
@@ -3689,13 +3689,13 @@ export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved
|
|
|
3689
3689
|
|
|
3690
3690
|
@ProxyCmp({
|
|
3691
3691
|
defineCustomElementFn: undefined,
|
|
3692
|
-
inputs: ['size']
|
|
3692
|
+
inputs: ['color', 'size']
|
|
3693
3693
|
})
|
|
3694
3694
|
@Component({
|
|
3695
3695
|
selector: 'swirl-icon-recieved',
|
|
3696
3696
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3697
3697
|
template: '<ng-content></ng-content>',
|
|
3698
|
-
inputs: ['size']
|
|
3698
|
+
inputs: ['color', 'size']
|
|
3699
3699
|
})
|
|
3700
3700
|
export class SwirlIconRecieved {
|
|
3701
3701
|
protected el: HTMLElement;
|
|
@@ -3710,13 +3710,13 @@ export declare interface SwirlIconRemove extends Components.SwirlIconRemove {}
|
|
|
3710
3710
|
|
|
3711
3711
|
@ProxyCmp({
|
|
3712
3712
|
defineCustomElementFn: undefined,
|
|
3713
|
-
inputs: ['size']
|
|
3713
|
+
inputs: ['color', 'size']
|
|
3714
3714
|
})
|
|
3715
3715
|
@Component({
|
|
3716
3716
|
selector: 'swirl-icon-remove',
|
|
3717
3717
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3718
3718
|
template: '<ng-content></ng-content>',
|
|
3719
|
-
inputs: ['size']
|
|
3719
|
+
inputs: ['color', 'size']
|
|
3720
3720
|
})
|
|
3721
3721
|
export class SwirlIconRemove {
|
|
3722
3722
|
protected el: HTMLElement;
|
|
@@ -3731,13 +3731,13 @@ export declare interface SwirlIconReply extends Components.SwirlIconReply {}
|
|
|
3731
3731
|
|
|
3732
3732
|
@ProxyCmp({
|
|
3733
3733
|
defineCustomElementFn: undefined,
|
|
3734
|
-
inputs: ['size']
|
|
3734
|
+
inputs: ['color', 'size']
|
|
3735
3735
|
})
|
|
3736
3736
|
@Component({
|
|
3737
3737
|
selector: 'swirl-icon-reply',
|
|
3738
3738
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3739
3739
|
template: '<ng-content></ng-content>',
|
|
3740
|
-
inputs: ['size']
|
|
3740
|
+
inputs: ['color', 'size']
|
|
3741
3741
|
})
|
|
3742
3742
|
export class SwirlIconReply {
|
|
3743
3743
|
protected el: HTMLElement;
|
|
@@ -3752,13 +3752,13 @@ export declare interface SwirlIconReport extends Components.SwirlIconReport {}
|
|
|
3752
3752
|
|
|
3753
3753
|
@ProxyCmp({
|
|
3754
3754
|
defineCustomElementFn: undefined,
|
|
3755
|
-
inputs: ['size']
|
|
3755
|
+
inputs: ['color', 'size']
|
|
3756
3756
|
})
|
|
3757
3757
|
@Component({
|
|
3758
3758
|
selector: 'swirl-icon-report',
|
|
3759
3759
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3760
3760
|
template: '<ng-content></ng-content>',
|
|
3761
|
-
inputs: ['size']
|
|
3761
|
+
inputs: ['color', 'size']
|
|
3762
3762
|
})
|
|
3763
3763
|
export class SwirlIconReport {
|
|
3764
3764
|
protected el: HTMLElement;
|
|
@@ -3773,13 +3773,13 @@ export declare interface SwirlIconRoadmap extends Components.SwirlIconRoadmap {}
|
|
|
3773
3773
|
|
|
3774
3774
|
@ProxyCmp({
|
|
3775
3775
|
defineCustomElementFn: undefined,
|
|
3776
|
-
inputs: ['size']
|
|
3776
|
+
inputs: ['color', 'size']
|
|
3777
3777
|
})
|
|
3778
3778
|
@Component({
|
|
3779
3779
|
selector: 'swirl-icon-roadmap',
|
|
3780
3780
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3781
3781
|
template: '<ng-content></ng-content>',
|
|
3782
|
-
inputs: ['size']
|
|
3782
|
+
inputs: ['color', 'size']
|
|
3783
3783
|
})
|
|
3784
3784
|
export class SwirlIconRoadmap {
|
|
3785
3785
|
protected el: HTMLElement;
|
|
@@ -3794,13 +3794,13 @@ export declare interface SwirlIconSearch extends Components.SwirlIconSearch {}
|
|
|
3794
3794
|
|
|
3795
3795
|
@ProxyCmp({
|
|
3796
3796
|
defineCustomElementFn: undefined,
|
|
3797
|
-
inputs: ['size']
|
|
3797
|
+
inputs: ['color', 'size']
|
|
3798
3798
|
})
|
|
3799
3799
|
@Component({
|
|
3800
3800
|
selector: 'swirl-icon-search',
|
|
3801
3801
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3802
3802
|
template: '<ng-content></ng-content>',
|
|
3803
|
-
inputs: ['size']
|
|
3803
|
+
inputs: ['color', 'size']
|
|
3804
3804
|
})
|
|
3805
3805
|
export class SwirlIconSearch {
|
|
3806
3806
|
protected el: HTMLElement;
|
|
@@ -3815,13 +3815,13 @@ export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearc
|
|
|
3815
3815
|
|
|
3816
3816
|
@ProxyCmp({
|
|
3817
3817
|
defineCustomElementFn: undefined,
|
|
3818
|
-
inputs: ['size']
|
|
3818
|
+
inputs: ['color', 'size']
|
|
3819
3819
|
})
|
|
3820
3820
|
@Component({
|
|
3821
3821
|
selector: 'swirl-icon-search-strong',
|
|
3822
3822
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3823
3823
|
template: '<ng-content></ng-content>',
|
|
3824
|
-
inputs: ['size']
|
|
3824
|
+
inputs: ['color', 'size']
|
|
3825
3825
|
})
|
|
3826
3826
|
export class SwirlIconSearchStrong {
|
|
3827
3827
|
protected el: HTMLElement;
|
|
@@ -3836,13 +3836,13 @@ export declare interface SwirlIconSecure extends Components.SwirlIconSecure {}
|
|
|
3836
3836
|
|
|
3837
3837
|
@ProxyCmp({
|
|
3838
3838
|
defineCustomElementFn: undefined,
|
|
3839
|
-
inputs: ['size']
|
|
3839
|
+
inputs: ['color', 'size']
|
|
3840
3840
|
})
|
|
3841
3841
|
@Component({
|
|
3842
3842
|
selector: 'swirl-icon-secure',
|
|
3843
3843
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3844
3844
|
template: '<ng-content></ng-content>',
|
|
3845
|
-
inputs: ['size']
|
|
3845
|
+
inputs: ['color', 'size']
|
|
3846
3846
|
})
|
|
3847
3847
|
export class SwirlIconSecure {
|
|
3848
3848
|
protected el: HTMLElement;
|
|
@@ -3857,13 +3857,13 @@ export declare interface SwirlIconSend extends Components.SwirlIconSend {}
|
|
|
3857
3857
|
|
|
3858
3858
|
@ProxyCmp({
|
|
3859
3859
|
defineCustomElementFn: undefined,
|
|
3860
|
-
inputs: ['size']
|
|
3860
|
+
inputs: ['color', 'size']
|
|
3861
3861
|
})
|
|
3862
3862
|
@Component({
|
|
3863
3863
|
selector: 'swirl-icon-send',
|
|
3864
3864
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3865
3865
|
template: '<ng-content></ng-content>',
|
|
3866
|
-
inputs: ['size']
|
|
3866
|
+
inputs: ['color', 'size']
|
|
3867
3867
|
})
|
|
3868
3868
|
export class SwirlIconSend {
|
|
3869
3869
|
protected el: HTMLElement;
|
|
@@ -3878,13 +3878,13 @@ export declare interface SwirlIconSettings extends Components.SwirlIconSettings
|
|
|
3878
3878
|
|
|
3879
3879
|
@ProxyCmp({
|
|
3880
3880
|
defineCustomElementFn: undefined,
|
|
3881
|
-
inputs: ['size']
|
|
3881
|
+
inputs: ['color', 'size']
|
|
3882
3882
|
})
|
|
3883
3883
|
@Component({
|
|
3884
3884
|
selector: 'swirl-icon-settings',
|
|
3885
3885
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3886
3886
|
template: '<ng-content></ng-content>',
|
|
3887
|
-
inputs: ['size']
|
|
3887
|
+
inputs: ['color', 'size']
|
|
3888
3888
|
})
|
|
3889
3889
|
export class SwirlIconSettings {
|
|
3890
3890
|
protected el: HTMLElement;
|
|
@@ -3899,13 +3899,13 @@ export declare interface SwirlIconShortText extends Components.SwirlIconShortTex
|
|
|
3899
3899
|
|
|
3900
3900
|
@ProxyCmp({
|
|
3901
3901
|
defineCustomElementFn: undefined,
|
|
3902
|
-
inputs: ['size']
|
|
3902
|
+
inputs: ['color', 'size']
|
|
3903
3903
|
})
|
|
3904
3904
|
@Component({
|
|
3905
3905
|
selector: 'swirl-icon-short-text',
|
|
3906
3906
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3907
3907
|
template: '<ng-content></ng-content>',
|
|
3908
|
-
inputs: ['size']
|
|
3908
|
+
inputs: ['color', 'size']
|
|
3909
3909
|
})
|
|
3910
3910
|
export class SwirlIconShortText {
|
|
3911
3911
|
protected el: HTMLElement;
|
|
@@ -3920,13 +3920,13 @@ export declare interface SwirlIconSimplify extends Components.SwirlIconSimplify
|
|
|
3920
3920
|
|
|
3921
3921
|
@ProxyCmp({
|
|
3922
3922
|
defineCustomElementFn: undefined,
|
|
3923
|
-
inputs: ['size']
|
|
3923
|
+
inputs: ['color', 'size']
|
|
3924
3924
|
})
|
|
3925
3925
|
@Component({
|
|
3926
3926
|
selector: 'swirl-icon-simplify',
|
|
3927
3927
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3928
3928
|
template: '<ng-content></ng-content>',
|
|
3929
|
-
inputs: ['size']
|
|
3929
|
+
inputs: ['color', 'size']
|
|
3930
3930
|
})
|
|
3931
3931
|
export class SwirlIconSimplify {
|
|
3932
3932
|
protected el: HTMLElement;
|
|
@@ -3941,13 +3941,13 @@ export declare interface SwirlIconSpellcheck extends Components.SwirlIconSpellch
|
|
|
3941
3941
|
|
|
3942
3942
|
@ProxyCmp({
|
|
3943
3943
|
defineCustomElementFn: undefined,
|
|
3944
|
-
inputs: ['size']
|
|
3944
|
+
inputs: ['color', 'size']
|
|
3945
3945
|
})
|
|
3946
3946
|
@Component({
|
|
3947
3947
|
selector: 'swirl-icon-spellcheck',
|
|
3948
3948
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3949
3949
|
template: '<ng-content></ng-content>',
|
|
3950
|
-
inputs: ['size']
|
|
3950
|
+
inputs: ['color', 'size']
|
|
3951
3951
|
})
|
|
3952
3952
|
export class SwirlIconSpellcheck {
|
|
3953
3953
|
protected el: HTMLElement;
|
|
@@ -3962,13 +3962,13 @@ export declare interface SwirlIconStop extends Components.SwirlIconStop {}
|
|
|
3962
3962
|
|
|
3963
3963
|
@ProxyCmp({
|
|
3964
3964
|
defineCustomElementFn: undefined,
|
|
3965
|
-
inputs: ['size']
|
|
3965
|
+
inputs: ['color', 'size']
|
|
3966
3966
|
})
|
|
3967
3967
|
@Component({
|
|
3968
3968
|
selector: 'swirl-icon-stop',
|
|
3969
3969
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3970
3970
|
template: '<ng-content></ng-content>',
|
|
3971
|
-
inputs: ['size']
|
|
3971
|
+
inputs: ['color', 'size']
|
|
3972
3972
|
})
|
|
3973
3973
|
export class SwirlIconStop {
|
|
3974
3974
|
protected el: HTMLElement;
|
|
@@ -3983,13 +3983,13 @@ export declare interface SwirlIconSync extends Components.SwirlIconSync {}
|
|
|
3983
3983
|
|
|
3984
3984
|
@ProxyCmp({
|
|
3985
3985
|
defineCustomElementFn: undefined,
|
|
3986
|
-
inputs: ['size']
|
|
3986
|
+
inputs: ['color', 'size']
|
|
3987
3987
|
})
|
|
3988
3988
|
@Component({
|
|
3989
3989
|
selector: 'swirl-icon-sync',
|
|
3990
3990
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3991
3991
|
template: '<ng-content></ng-content>',
|
|
3992
|
-
inputs: ['size']
|
|
3992
|
+
inputs: ['color', 'size']
|
|
3993
3993
|
})
|
|
3994
3994
|
export class SwirlIconSync {
|
|
3995
3995
|
protected el: HTMLElement;
|
|
@@ -4004,13 +4004,13 @@ export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksF
|
|
|
4004
4004
|
|
|
4005
4005
|
@ProxyCmp({
|
|
4006
4006
|
defineCustomElementFn: undefined,
|
|
4007
|
-
inputs: ['size']
|
|
4007
|
+
inputs: ['color', 'size']
|
|
4008
4008
|
})
|
|
4009
4009
|
@Component({
|
|
4010
4010
|
selector: 'swirl-icon-tasks-filled',
|
|
4011
4011
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4012
4012
|
template: '<ng-content></ng-content>',
|
|
4013
|
-
inputs: ['size']
|
|
4013
|
+
inputs: ['color', 'size']
|
|
4014
4014
|
})
|
|
4015
4015
|
export class SwirlIconTasksFilled {
|
|
4016
4016
|
protected el: HTMLElement;
|
|
@@ -4025,13 +4025,13 @@ export declare interface SwirlIconTasksOutlined extends Components.SwirlIconTask
|
|
|
4025
4025
|
|
|
4026
4026
|
@ProxyCmp({
|
|
4027
4027
|
defineCustomElementFn: undefined,
|
|
4028
|
-
inputs: ['size']
|
|
4028
|
+
inputs: ['color', 'size']
|
|
4029
4029
|
})
|
|
4030
4030
|
@Component({
|
|
4031
4031
|
selector: 'swirl-icon-tasks-outlined',
|
|
4032
4032
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4033
4033
|
template: '<ng-content></ng-content>',
|
|
4034
|
-
inputs: ['size']
|
|
4034
|
+
inputs: ['color', 'size']
|
|
4035
4035
|
})
|
|
4036
4036
|
export class SwirlIconTasksOutlined {
|
|
4037
4037
|
protected el: HTMLElement;
|
|
@@ -4046,13 +4046,13 @@ export declare interface SwirlIconTerminal extends Components.SwirlIconTerminal
|
|
|
4046
4046
|
|
|
4047
4047
|
@ProxyCmp({
|
|
4048
4048
|
defineCustomElementFn: undefined,
|
|
4049
|
-
inputs: ['size']
|
|
4049
|
+
inputs: ['color', 'size']
|
|
4050
4050
|
})
|
|
4051
4051
|
@Component({
|
|
4052
4052
|
selector: 'swirl-icon-terminal',
|
|
4053
4053
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4054
4054
|
template: '<ng-content></ng-content>',
|
|
4055
|
-
inputs: ['size']
|
|
4055
|
+
inputs: ['color', 'size']
|
|
4056
4056
|
})
|
|
4057
4057
|
export class SwirlIconTerminal {
|
|
4058
4058
|
protected el: HTMLElement;
|
|
@@ -4067,13 +4067,13 @@ export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFil
|
|
|
4067
4067
|
|
|
4068
4068
|
@ProxyCmp({
|
|
4069
4069
|
defineCustomElementFn: undefined,
|
|
4070
|
-
inputs: ['size']
|
|
4070
|
+
inputs: ['color', 'size']
|
|
4071
4071
|
})
|
|
4072
4072
|
@Component({
|
|
4073
4073
|
selector: 'swirl-icon-time-filled',
|
|
4074
4074
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4075
4075
|
template: '<ng-content></ng-content>',
|
|
4076
|
-
inputs: ['size']
|
|
4076
|
+
inputs: ['color', 'size']
|
|
4077
4077
|
})
|
|
4078
4078
|
export class SwirlIconTimeFilled {
|
|
4079
4079
|
protected el: HTMLElement;
|
|
@@ -4088,13 +4088,13 @@ export declare interface SwirlIconTimeOutlined extends Components.SwirlIconTimeO
|
|
|
4088
4088
|
|
|
4089
4089
|
@ProxyCmp({
|
|
4090
4090
|
defineCustomElementFn: undefined,
|
|
4091
|
-
inputs: ['size']
|
|
4091
|
+
inputs: ['color', 'size']
|
|
4092
4092
|
})
|
|
4093
4093
|
@Component({
|
|
4094
4094
|
selector: 'swirl-icon-time-outlined',
|
|
4095
4095
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4096
4096
|
template: '<ng-content></ng-content>',
|
|
4097
|
-
inputs: ['size']
|
|
4097
|
+
inputs: ['color', 'size']
|
|
4098
4098
|
})
|
|
4099
4099
|
export class SwirlIconTimeOutlined {
|
|
4100
4100
|
protected el: HTMLElement;
|
|
@@ -4109,13 +4109,13 @@ export declare interface SwirlIconToday extends Components.SwirlIconToday {}
|
|
|
4109
4109
|
|
|
4110
4110
|
@ProxyCmp({
|
|
4111
4111
|
defineCustomElementFn: undefined,
|
|
4112
|
-
inputs: ['size']
|
|
4112
|
+
inputs: ['color', 'size']
|
|
4113
4113
|
})
|
|
4114
4114
|
@Component({
|
|
4115
4115
|
selector: 'swirl-icon-today',
|
|
4116
4116
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4117
4117
|
template: '<ng-content></ng-content>',
|
|
4118
|
-
inputs: ['size']
|
|
4118
|
+
inputs: ['color', 'size']
|
|
4119
4119
|
})
|
|
4120
4120
|
export class SwirlIconToday {
|
|
4121
4121
|
protected el: HTMLElement;
|
|
@@ -4130,13 +4130,13 @@ export declare interface SwirlIconTodayOutlined extends Components.SwirlIconToda
|
|
|
4130
4130
|
|
|
4131
4131
|
@ProxyCmp({
|
|
4132
4132
|
defineCustomElementFn: undefined,
|
|
4133
|
-
inputs: ['size']
|
|
4133
|
+
inputs: ['color', 'size']
|
|
4134
4134
|
})
|
|
4135
4135
|
@Component({
|
|
4136
4136
|
selector: 'swirl-icon-today-outlined',
|
|
4137
4137
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4138
4138
|
template: '<ng-content></ng-content>',
|
|
4139
|
-
inputs: ['size']
|
|
4139
|
+
inputs: ['color', 'size']
|
|
4140
4140
|
})
|
|
4141
4141
|
export class SwirlIconTodayOutlined {
|
|
4142
4142
|
protected el: HTMLElement;
|
|
@@ -4151,13 +4151,13 @@ export declare interface SwirlIconTranslate extends Components.SwirlIconTranslat
|
|
|
4151
4151
|
|
|
4152
4152
|
@ProxyCmp({
|
|
4153
4153
|
defineCustomElementFn: undefined,
|
|
4154
|
-
inputs: ['size']
|
|
4154
|
+
inputs: ['color', 'size']
|
|
4155
4155
|
})
|
|
4156
4156
|
@Component({
|
|
4157
4157
|
selector: 'swirl-icon-translate',
|
|
4158
4158
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4159
4159
|
template: '<ng-content></ng-content>',
|
|
4160
|
-
inputs: ['size']
|
|
4160
|
+
inputs: ['color', 'size']
|
|
4161
4161
|
})
|
|
4162
4162
|
export class SwirlIconTranslate {
|
|
4163
4163
|
protected el: HTMLElement;
|
|
@@ -4172,13 +4172,13 @@ export declare interface SwirlIconTreeStructure extends Components.SwirlIconTree
|
|
|
4172
4172
|
|
|
4173
4173
|
@ProxyCmp({
|
|
4174
4174
|
defineCustomElementFn: undefined,
|
|
4175
|
-
inputs: ['size']
|
|
4175
|
+
inputs: ['color', 'size']
|
|
4176
4176
|
})
|
|
4177
4177
|
@Component({
|
|
4178
4178
|
selector: 'swirl-icon-tree-structure',
|
|
4179
4179
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4180
4180
|
template: '<ng-content></ng-content>',
|
|
4181
|
-
inputs: ['size']
|
|
4181
|
+
inputs: ['color', 'size']
|
|
4182
4182
|
})
|
|
4183
4183
|
export class SwirlIconTreeStructure {
|
|
4184
4184
|
protected el: HTMLElement;
|
|
@@ -4193,13 +4193,13 @@ export declare interface SwirlIconUndo extends Components.SwirlIconUndo {}
|
|
|
4193
4193
|
|
|
4194
4194
|
@ProxyCmp({
|
|
4195
4195
|
defineCustomElementFn: undefined,
|
|
4196
|
-
inputs: ['size']
|
|
4196
|
+
inputs: ['color', 'size']
|
|
4197
4197
|
})
|
|
4198
4198
|
@Component({
|
|
4199
4199
|
selector: 'swirl-icon-undo',
|
|
4200
4200
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4201
4201
|
template: '<ng-content></ng-content>',
|
|
4202
|
-
inputs: ['size']
|
|
4202
|
+
inputs: ['color', 'size']
|
|
4203
4203
|
})
|
|
4204
4204
|
export class SwirlIconUndo {
|
|
4205
4205
|
protected el: HTMLElement;
|
|
@@ -4214,13 +4214,13 @@ export declare interface SwirlIconUnlockPerson extends Components.SwirlIconUnloc
|
|
|
4214
4214
|
|
|
4215
4215
|
@ProxyCmp({
|
|
4216
4216
|
defineCustomElementFn: undefined,
|
|
4217
|
-
inputs: ['size']
|
|
4217
|
+
inputs: ['color', 'size']
|
|
4218
4218
|
})
|
|
4219
4219
|
@Component({
|
|
4220
4220
|
selector: 'swirl-icon-unlock-person',
|
|
4221
4221
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4222
4222
|
template: '<ng-content></ng-content>',
|
|
4223
|
-
inputs: ['size']
|
|
4223
|
+
inputs: ['color', 'size']
|
|
4224
4224
|
})
|
|
4225
4225
|
export class SwirlIconUnlockPerson {
|
|
4226
4226
|
protected el: HTMLElement;
|
|
@@ -4235,13 +4235,13 @@ export declare interface SwirlIconUserAdd extends Components.SwirlIconUserAdd {}
|
|
|
4235
4235
|
|
|
4236
4236
|
@ProxyCmp({
|
|
4237
4237
|
defineCustomElementFn: undefined,
|
|
4238
|
-
inputs: ['size']
|
|
4238
|
+
inputs: ['color', 'size']
|
|
4239
4239
|
})
|
|
4240
4240
|
@Component({
|
|
4241
4241
|
selector: 'swirl-icon-user-add',
|
|
4242
4242
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4243
4243
|
template: '<ng-content></ng-content>',
|
|
4244
|
-
inputs: ['size']
|
|
4244
|
+
inputs: ['color', 'size']
|
|
4245
4245
|
})
|
|
4246
4246
|
export class SwirlIconUserAdd {
|
|
4247
4247
|
protected el: HTMLElement;
|
|
@@ -4256,13 +4256,13 @@ export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAss
|
|
|
4256
4256
|
|
|
4257
4257
|
@ProxyCmp({
|
|
4258
4258
|
defineCustomElementFn: undefined,
|
|
4259
|
-
inputs: ['size']
|
|
4259
|
+
inputs: ['color', 'size']
|
|
4260
4260
|
})
|
|
4261
4261
|
@Component({
|
|
4262
4262
|
selector: 'swirl-icon-user-assign',
|
|
4263
4263
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4264
4264
|
template: '<ng-content></ng-content>',
|
|
4265
|
-
inputs: ['size']
|
|
4265
|
+
inputs: ['color', 'size']
|
|
4266
4266
|
})
|
|
4267
4267
|
export class SwirlIconUserAssign {
|
|
4268
4268
|
protected el: HTMLElement;
|
|
@@ -4277,13 +4277,13 @@ export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoC
|
|
|
4277
4277
|
|
|
4278
4278
|
@ProxyCmp({
|
|
4279
4279
|
defineCustomElementFn: undefined,
|
|
4280
|
-
inputs: ['size']
|
|
4280
|
+
inputs: ['color', 'size']
|
|
4281
4281
|
})
|
|
4282
4282
|
@Component({
|
|
4283
4283
|
selector: 'swirl-icon-video-camera',
|
|
4284
4284
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4285
4285
|
template: '<ng-content></ng-content>',
|
|
4286
|
-
inputs: ['size']
|
|
4286
|
+
inputs: ['color', 'size']
|
|
4287
4287
|
})
|
|
4288
4288
|
export class SwirlIconVideoCamera {
|
|
4289
4289
|
protected el: HTMLElement;
|
|
@@ -4298,13 +4298,13 @@ export declare interface SwirlIconVideoLibrary extends Components.SwirlIconVideo
|
|
|
4298
4298
|
|
|
4299
4299
|
@ProxyCmp({
|
|
4300
4300
|
defineCustomElementFn: undefined,
|
|
4301
|
-
inputs: ['size']
|
|
4301
|
+
inputs: ['color', 'size']
|
|
4302
4302
|
})
|
|
4303
4303
|
@Component({
|
|
4304
4304
|
selector: 'swirl-icon-video-library',
|
|
4305
4305
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4306
4306
|
template: '<ng-content></ng-content>',
|
|
4307
|
-
inputs: ['size']
|
|
4307
|
+
inputs: ['color', 'size']
|
|
4308
4308
|
})
|
|
4309
4309
|
export class SwirlIconVideoLibrary {
|
|
4310
4310
|
protected el: HTMLElement;
|
|
@@ -4319,13 +4319,13 @@ export declare interface SwirlIconVisibility extends Components.SwirlIconVisibil
|
|
|
4319
4319
|
|
|
4320
4320
|
@ProxyCmp({
|
|
4321
4321
|
defineCustomElementFn: undefined,
|
|
4322
|
-
inputs: ['size']
|
|
4322
|
+
inputs: ['color', 'size']
|
|
4323
4323
|
})
|
|
4324
4324
|
@Component({
|
|
4325
4325
|
selector: 'swirl-icon-visibility',
|
|
4326
4326
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4327
4327
|
template: '<ng-content></ng-content>',
|
|
4328
|
-
inputs: ['size']
|
|
4328
|
+
inputs: ['color', 'size']
|
|
4329
4329
|
})
|
|
4330
4330
|
export class SwirlIconVisibility {
|
|
4331
4331
|
protected el: HTMLElement;
|
|
@@ -4340,13 +4340,13 @@ export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisi
|
|
|
4340
4340
|
|
|
4341
4341
|
@ProxyCmp({
|
|
4342
4342
|
defineCustomElementFn: undefined,
|
|
4343
|
-
inputs: ['size']
|
|
4343
|
+
inputs: ['color', 'size']
|
|
4344
4344
|
})
|
|
4345
4345
|
@Component({
|
|
4346
4346
|
selector: 'swirl-icon-visibility-off',
|
|
4347
4347
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4348
4348
|
template: '<ng-content></ng-content>',
|
|
4349
|
-
inputs: ['size']
|
|
4349
|
+
inputs: ['color', 'size']
|
|
4350
4350
|
})
|
|
4351
4351
|
export class SwirlIconVisibilityOff {
|
|
4352
4352
|
protected el: HTMLElement;
|
|
@@ -4361,13 +4361,13 @@ export declare interface SwirlIconVoice extends Components.SwirlIconVoice {}
|
|
|
4361
4361
|
|
|
4362
4362
|
@ProxyCmp({
|
|
4363
4363
|
defineCustomElementFn: undefined,
|
|
4364
|
-
inputs: ['size']
|
|
4364
|
+
inputs: ['color', 'size']
|
|
4365
4365
|
})
|
|
4366
4366
|
@Component({
|
|
4367
4367
|
selector: 'swirl-icon-voice',
|
|
4368
4368
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4369
4369
|
template: '<ng-content></ng-content>',
|
|
4370
|
-
inputs: ['size']
|
|
4370
|
+
inputs: ['color', 'size']
|
|
4371
4371
|
})
|
|
4372
4372
|
export class SwirlIconVoice {
|
|
4373
4373
|
protected el: HTMLElement;
|
|
@@ -4382,13 +4382,13 @@ export declare interface SwirlIconWarning extends Components.SwirlIconWarning {}
|
|
|
4382
4382
|
|
|
4383
4383
|
@ProxyCmp({
|
|
4384
4384
|
defineCustomElementFn: undefined,
|
|
4385
|
-
inputs: ['size']
|
|
4385
|
+
inputs: ['color', 'size']
|
|
4386
4386
|
})
|
|
4387
4387
|
@Component({
|
|
4388
4388
|
selector: 'swirl-icon-warning',
|
|
4389
4389
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4390
4390
|
template: '<ng-content></ng-content>',
|
|
4391
|
-
inputs: ['size']
|
|
4391
|
+
inputs: ['color', 'size']
|
|
4392
4392
|
})
|
|
4393
4393
|
export class SwirlIconWarning {
|
|
4394
4394
|
protected el: HTMLElement;
|
|
@@ -4403,13 +4403,13 @@ export declare interface SwirlIconWork extends Components.SwirlIconWork {}
|
|
|
4403
4403
|
|
|
4404
4404
|
@ProxyCmp({
|
|
4405
4405
|
defineCustomElementFn: undefined,
|
|
4406
|
-
inputs: ['size']
|
|
4406
|
+
inputs: ['color', 'size']
|
|
4407
4407
|
})
|
|
4408
4408
|
@Component({
|
|
4409
4409
|
selector: 'swirl-icon-work',
|
|
4410
4410
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4411
4411
|
template: '<ng-content></ng-content>',
|
|
4412
|
-
inputs: ['size']
|
|
4412
|
+
inputs: ['color', 'size']
|
|
4413
4413
|
})
|
|
4414
4414
|
export class SwirlIconWork {
|
|
4415
4415
|
protected el: HTMLElement;
|