@getflip/swirl-components-angular 0.483.0-beta-20260428160533 → 0.484.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 +51 -8
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +765 -765
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +255 -255
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +510 -510
|
@@ -1381,14 +1381,14 @@ export declare interface SwirlHeading extends Components.SwirlHeading {}
|
|
|
1381
1381
|
|
|
1382
1382
|
|
|
1383
1383
|
@ProxyCmp({
|
|
1384
|
-
inputs: ['color', 'glyph', 'size', 'wrapperColor', 'wrapperSize']
|
|
1384
|
+
inputs: ['color', 'glyph', 'label', 'size', 'wrapperColor', 'wrapperSize']
|
|
1385
1385
|
})
|
|
1386
1386
|
@Component({
|
|
1387
1387
|
selector: 'swirl-icon',
|
|
1388
1388
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1389
1389
|
template: '<ng-content></ng-content>',
|
|
1390
1390
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1391
|
-
inputs: ['color', { name: 'glyph', required: true }, 'size', 'wrapperColor', 'wrapperSize'],
|
|
1391
|
+
inputs: ['color', { name: 'glyph', required: true }, 'label', 'size', 'wrapperColor', 'wrapperSize'],
|
|
1392
1392
|
standalone: false
|
|
1393
1393
|
})
|
|
1394
1394
|
export class SwirlIcon {
|
|
@@ -1404,14 +1404,14 @@ export declare interface SwirlIcon extends Components.SwirlIcon {}
|
|
|
1404
1404
|
|
|
1405
1405
|
|
|
1406
1406
|
@ProxyCmp({
|
|
1407
|
-
inputs: ['color', 'size']
|
|
1407
|
+
inputs: ['color', 'label', 'size']
|
|
1408
1408
|
})
|
|
1409
1409
|
@Component({
|
|
1410
1410
|
selector: 'swirl-icon-add',
|
|
1411
1411
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1412
1412
|
template: '<ng-content></ng-content>',
|
|
1413
1413
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1414
|
-
inputs: ['color', 'size'],
|
|
1414
|
+
inputs: ['color', 'label', 'size'],
|
|
1415
1415
|
standalone: false
|
|
1416
1416
|
})
|
|
1417
1417
|
export class SwirlIconAdd {
|
|
@@ -1427,14 +1427,14 @@ export declare interface SwirlIconAdd extends Components.SwirlIconAdd {}
|
|
|
1427
1427
|
|
|
1428
1428
|
|
|
1429
1429
|
@ProxyCmp({
|
|
1430
|
-
inputs: ['color', 'size']
|
|
1430
|
+
inputs: ['color', 'label', 'size']
|
|
1431
1431
|
})
|
|
1432
1432
|
@Component({
|
|
1433
1433
|
selector: 'swirl-icon-add-box',
|
|
1434
1434
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1435
1435
|
template: '<ng-content></ng-content>',
|
|
1436
1436
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1437
|
-
inputs: ['color', 'size'],
|
|
1437
|
+
inputs: ['color', 'label', 'size'],
|
|
1438
1438
|
standalone: false
|
|
1439
1439
|
})
|
|
1440
1440
|
export class SwirlIconAddBox {
|
|
@@ -1450,14 +1450,14 @@ export declare interface SwirlIconAddBox extends Components.SwirlIconAddBox {}
|
|
|
1450
1450
|
|
|
1451
1451
|
|
|
1452
1452
|
@ProxyCmp({
|
|
1453
|
-
inputs: ['color', 'size']
|
|
1453
|
+
inputs: ['color', 'label', 'size']
|
|
1454
1454
|
})
|
|
1455
1455
|
@Component({
|
|
1456
1456
|
selector: 'swirl-icon-add-moderator',
|
|
1457
1457
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1458
1458
|
template: '<ng-content></ng-content>',
|
|
1459
1459
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1460
|
-
inputs: ['color', 'size'],
|
|
1460
|
+
inputs: ['color', 'label', 'size'],
|
|
1461
1461
|
standalone: false
|
|
1462
1462
|
})
|
|
1463
1463
|
export class SwirlIconAddModerator {
|
|
@@ -1473,14 +1473,14 @@ export declare interface SwirlIconAddModerator extends Components.SwirlIconAddMo
|
|
|
1473
1473
|
|
|
1474
1474
|
|
|
1475
1475
|
@ProxyCmp({
|
|
1476
|
-
inputs: ['color', 'size']
|
|
1476
|
+
inputs: ['color', 'label', 'size']
|
|
1477
1477
|
})
|
|
1478
1478
|
@Component({
|
|
1479
1479
|
selector: 'swirl-icon-add-photo',
|
|
1480
1480
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1481
1481
|
template: '<ng-content></ng-content>',
|
|
1482
1482
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1483
|
-
inputs: ['color', 'size'],
|
|
1483
|
+
inputs: ['color', 'label', 'size'],
|
|
1484
1484
|
standalone: false
|
|
1485
1485
|
})
|
|
1486
1486
|
export class SwirlIconAddPhoto {
|
|
@@ -1496,14 +1496,14 @@ export declare interface SwirlIconAddPhoto extends Components.SwirlIconAddPhoto
|
|
|
1496
1496
|
|
|
1497
1497
|
|
|
1498
1498
|
@ProxyCmp({
|
|
1499
|
-
inputs: ['color', 'size']
|
|
1499
|
+
inputs: ['color', 'label', 'size']
|
|
1500
1500
|
})
|
|
1501
1501
|
@Component({
|
|
1502
1502
|
selector: 'swirl-icon-add-reaction',
|
|
1503
1503
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1504
1504
|
template: '<ng-content></ng-content>',
|
|
1505
1505
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1506
|
-
inputs: ['color', 'size'],
|
|
1506
|
+
inputs: ['color', 'label', 'size'],
|
|
1507
1507
|
standalone: false
|
|
1508
1508
|
})
|
|
1509
1509
|
export class SwirlIconAddReaction {
|
|
@@ -1519,14 +1519,14 @@ export declare interface SwirlIconAddReaction extends Components.SwirlIconAddRea
|
|
|
1519
1519
|
|
|
1520
1520
|
|
|
1521
1521
|
@ProxyCmp({
|
|
1522
|
-
inputs: ['color', 'size']
|
|
1522
|
+
inputs: ['color', 'label', 'size']
|
|
1523
1523
|
})
|
|
1524
1524
|
@Component({
|
|
1525
1525
|
selector: 'swirl-icon-admin-panel-settings',
|
|
1526
1526
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1527
1527
|
template: '<ng-content></ng-content>',
|
|
1528
1528
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1529
|
-
inputs: ['color', 'size'],
|
|
1529
|
+
inputs: ['color', 'label', 'size'],
|
|
1530
1530
|
standalone: false
|
|
1531
1531
|
})
|
|
1532
1532
|
export class SwirlIconAdminPanelSettings {
|
|
@@ -1542,14 +1542,14 @@ export declare interface SwirlIconAdminPanelSettings extends Components.SwirlIco
|
|
|
1542
1542
|
|
|
1543
1543
|
|
|
1544
1544
|
@ProxyCmp({
|
|
1545
|
-
inputs: ['color', 'size']
|
|
1545
|
+
inputs: ['color', 'label', 'size']
|
|
1546
1546
|
})
|
|
1547
1547
|
@Component({
|
|
1548
1548
|
selector: 'swirl-icon-ai',
|
|
1549
1549
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1550
1550
|
template: '<ng-content></ng-content>',
|
|
1551
1551
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1552
|
-
inputs: ['color', 'size'],
|
|
1552
|
+
inputs: ['color', 'label', 'size'],
|
|
1553
1553
|
standalone: false
|
|
1554
1554
|
})
|
|
1555
1555
|
export class SwirlIconAi {
|
|
@@ -1565,14 +1565,14 @@ export declare interface SwirlIconAi extends Components.SwirlIconAi {}
|
|
|
1565
1565
|
|
|
1566
1566
|
|
|
1567
1567
|
@ProxyCmp({
|
|
1568
|
-
inputs: ['color', 'size']
|
|
1568
|
+
inputs: ['color', 'label', 'size']
|
|
1569
1569
|
})
|
|
1570
1570
|
@Component({
|
|
1571
1571
|
selector: 'swirl-icon-ai-filled',
|
|
1572
1572
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1573
1573
|
template: '<ng-content></ng-content>',
|
|
1574
1574
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1575
|
-
inputs: ['color', 'size'],
|
|
1575
|
+
inputs: ['color', 'label', 'size'],
|
|
1576
1576
|
standalone: false
|
|
1577
1577
|
})
|
|
1578
1578
|
export class SwirlIconAiFilled {
|
|
@@ -1588,14 +1588,14 @@ export declare interface SwirlIconAiFilled extends Components.SwirlIconAiFilled
|
|
|
1588
1588
|
|
|
1589
1589
|
|
|
1590
1590
|
@ProxyCmp({
|
|
1591
|
-
inputs: ['color', 'size']
|
|
1591
|
+
inputs: ['color', 'label', 'size']
|
|
1592
1592
|
})
|
|
1593
1593
|
@Component({
|
|
1594
1594
|
selector: 'swirl-icon-apparel',
|
|
1595
1595
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1596
1596
|
template: '<ng-content></ng-content>',
|
|
1597
1597
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1598
|
-
inputs: ['color', 'size'],
|
|
1598
|
+
inputs: ['color', 'label', 'size'],
|
|
1599
1599
|
standalone: false
|
|
1600
1600
|
})
|
|
1601
1601
|
export class SwirlIconApparel {
|
|
@@ -1611,14 +1611,14 @@ export declare interface SwirlIconApparel extends Components.SwirlIconApparel {}
|
|
|
1611
1611
|
|
|
1612
1612
|
|
|
1613
1613
|
@ProxyCmp({
|
|
1614
|
-
inputs: ['color', 'size']
|
|
1614
|
+
inputs: ['color', 'label', 'size']
|
|
1615
1615
|
})
|
|
1616
1616
|
@Component({
|
|
1617
1617
|
selector: 'swirl-icon-apps',
|
|
1618
1618
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1619
1619
|
template: '<ng-content></ng-content>',
|
|
1620
1620
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1621
|
-
inputs: ['color', 'size'],
|
|
1621
|
+
inputs: ['color', 'label', 'size'],
|
|
1622
1622
|
standalone: false
|
|
1623
1623
|
})
|
|
1624
1624
|
export class SwirlIconApps {
|
|
@@ -1634,14 +1634,14 @@ export declare interface SwirlIconApps extends Components.SwirlIconApps {}
|
|
|
1634
1634
|
|
|
1635
1635
|
|
|
1636
1636
|
@ProxyCmp({
|
|
1637
|
-
inputs: ['color', 'size']
|
|
1637
|
+
inputs: ['color', 'label', 'size']
|
|
1638
1638
|
})
|
|
1639
1639
|
@Component({
|
|
1640
1640
|
selector: 'swirl-icon-arrow-back',
|
|
1641
1641
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1642
1642
|
template: '<ng-content></ng-content>',
|
|
1643
1643
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1644
|
-
inputs: ['color', 'size'],
|
|
1644
|
+
inputs: ['color', 'label', 'size'],
|
|
1645
1645
|
standalone: false
|
|
1646
1646
|
})
|
|
1647
1647
|
export class SwirlIconArrowBack {
|
|
@@ -1657,14 +1657,14 @@ export declare interface SwirlIconArrowBack extends Components.SwirlIconArrowBac
|
|
|
1657
1657
|
|
|
1658
1658
|
|
|
1659
1659
|
@ProxyCmp({
|
|
1660
|
-
inputs: ['color', 'size']
|
|
1660
|
+
inputs: ['color', 'label', 'size']
|
|
1661
1661
|
})
|
|
1662
1662
|
@Component({
|
|
1663
1663
|
selector: 'swirl-icon-arrow-downward',
|
|
1664
1664
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1665
1665
|
template: '<ng-content></ng-content>',
|
|
1666
1666
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1667
|
-
inputs: ['color', 'size'],
|
|
1667
|
+
inputs: ['color', 'label', 'size'],
|
|
1668
1668
|
standalone: false
|
|
1669
1669
|
})
|
|
1670
1670
|
export class SwirlIconArrowDownward {
|
|
@@ -1680,14 +1680,14 @@ export declare interface SwirlIconArrowDownward extends Components.SwirlIconArro
|
|
|
1680
1680
|
|
|
1681
1681
|
|
|
1682
1682
|
@ProxyCmp({
|
|
1683
|
-
inputs: ['color', 'size']
|
|
1683
|
+
inputs: ['color', 'label', 'size']
|
|
1684
1684
|
})
|
|
1685
1685
|
@Component({
|
|
1686
1686
|
selector: 'swirl-icon-arrow-forward',
|
|
1687
1687
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1688
1688
|
template: '<ng-content></ng-content>',
|
|
1689
1689
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1690
|
-
inputs: ['color', 'size'],
|
|
1690
|
+
inputs: ['color', 'label', 'size'],
|
|
1691
1691
|
standalone: false
|
|
1692
1692
|
})
|
|
1693
1693
|
export class SwirlIconArrowForward {
|
|
@@ -1703,14 +1703,14 @@ export declare interface SwirlIconArrowForward extends Components.SwirlIconArrow
|
|
|
1703
1703
|
|
|
1704
1704
|
|
|
1705
1705
|
@ProxyCmp({
|
|
1706
|
-
inputs: ['color', 'size']
|
|
1706
|
+
inputs: ['color', 'label', 'size']
|
|
1707
1707
|
})
|
|
1708
1708
|
@Component({
|
|
1709
1709
|
selector: 'swirl-icon-arrow-left',
|
|
1710
1710
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1711
1711
|
template: '<ng-content></ng-content>',
|
|
1712
1712
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1713
|
-
inputs: ['color', 'size'],
|
|
1713
|
+
inputs: ['color', 'label', 'size'],
|
|
1714
1714
|
standalone: false
|
|
1715
1715
|
})
|
|
1716
1716
|
export class SwirlIconArrowLeft {
|
|
@@ -1726,14 +1726,14 @@ export declare interface SwirlIconArrowLeft extends Components.SwirlIconArrowLef
|
|
|
1726
1726
|
|
|
1727
1727
|
|
|
1728
1728
|
@ProxyCmp({
|
|
1729
|
-
inputs: ['color', 'size']
|
|
1729
|
+
inputs: ['color', 'label', 'size']
|
|
1730
1730
|
})
|
|
1731
1731
|
@Component({
|
|
1732
1732
|
selector: 'swirl-icon-arrow-right',
|
|
1733
1733
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1734
1734
|
template: '<ng-content></ng-content>',
|
|
1735
1735
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1736
|
-
inputs: ['color', 'size'],
|
|
1736
|
+
inputs: ['color', 'label', 'size'],
|
|
1737
1737
|
standalone: false
|
|
1738
1738
|
})
|
|
1739
1739
|
export class SwirlIconArrowRight {
|
|
@@ -1749,14 +1749,14 @@ export declare interface SwirlIconArrowRight extends Components.SwirlIconArrowRi
|
|
|
1749
1749
|
|
|
1750
1750
|
|
|
1751
1751
|
@ProxyCmp({
|
|
1752
|
-
inputs: ['color', 'size']
|
|
1752
|
+
inputs: ['color', 'label', 'size']
|
|
1753
1753
|
})
|
|
1754
1754
|
@Component({
|
|
1755
1755
|
selector: 'swirl-icon-arrow-right-small',
|
|
1756
1756
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1757
1757
|
template: '<ng-content></ng-content>',
|
|
1758
1758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1759
|
-
inputs: ['color', 'size'],
|
|
1759
|
+
inputs: ['color', 'label', 'size'],
|
|
1760
1760
|
standalone: false
|
|
1761
1761
|
})
|
|
1762
1762
|
export class SwirlIconArrowRightSmall {
|
|
@@ -1772,14 +1772,14 @@ export declare interface SwirlIconArrowRightSmall extends Components.SwirlIconAr
|
|
|
1772
1772
|
|
|
1773
1773
|
|
|
1774
1774
|
@ProxyCmp({
|
|
1775
|
-
inputs: ['color', 'size']
|
|
1775
|
+
inputs: ['color', 'label', 'size']
|
|
1776
1776
|
})
|
|
1777
1777
|
@Component({
|
|
1778
1778
|
selector: 'swirl-icon-arrow-upward',
|
|
1779
1779
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1780
1780
|
template: '<ng-content></ng-content>',
|
|
1781
1781
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1782
|
-
inputs: ['color', 'size'],
|
|
1782
|
+
inputs: ['color', 'label', 'size'],
|
|
1783
1783
|
standalone: false
|
|
1784
1784
|
})
|
|
1785
1785
|
export class SwirlIconArrowUpward {
|
|
@@ -1795,14 +1795,14 @@ export declare interface SwirlIconArrowUpward extends Components.SwirlIconArrowU
|
|
|
1795
1795
|
|
|
1796
1796
|
|
|
1797
1797
|
@ProxyCmp({
|
|
1798
|
-
inputs: ['color', 'size']
|
|
1798
|
+
inputs: ['color', 'label', 'size']
|
|
1799
1799
|
})
|
|
1800
1800
|
@Component({
|
|
1801
1801
|
selector: 'swirl-icon-aspect-ratio',
|
|
1802
1802
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1803
1803
|
template: '<ng-content></ng-content>',
|
|
1804
1804
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1805
|
-
inputs: ['color', 'size'],
|
|
1805
|
+
inputs: ['color', 'label', 'size'],
|
|
1806
1806
|
standalone: false
|
|
1807
1807
|
})
|
|
1808
1808
|
export class SwirlIconAspectRatio {
|
|
@@ -1818,14 +1818,14 @@ export declare interface SwirlIconAspectRatio extends Components.SwirlIconAspect
|
|
|
1818
1818
|
|
|
1819
1819
|
|
|
1820
1820
|
@ProxyCmp({
|
|
1821
|
-
inputs: ['color', 'size']
|
|
1821
|
+
inputs: ['color', 'label', 'size']
|
|
1822
1822
|
})
|
|
1823
1823
|
@Component({
|
|
1824
1824
|
selector: 'swirl-icon-attachment',
|
|
1825
1825
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1826
1826
|
template: '<ng-content></ng-content>',
|
|
1827
1827
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1828
|
-
inputs: ['color', 'size'],
|
|
1828
|
+
inputs: ['color', 'label', 'size'],
|
|
1829
1829
|
standalone: false
|
|
1830
1830
|
})
|
|
1831
1831
|
export class SwirlIconAttachment {
|
|
@@ -1841,14 +1841,14 @@ export declare interface SwirlIconAttachment extends Components.SwirlIconAttachm
|
|
|
1841
1841
|
|
|
1842
1842
|
|
|
1843
1843
|
@ProxyCmp({
|
|
1844
|
-
inputs: ['color', 'size']
|
|
1844
|
+
inputs: ['color', 'label', 'size']
|
|
1845
1845
|
})
|
|
1846
1846
|
@Component({
|
|
1847
1847
|
selector: 'swirl-icon-audio-file',
|
|
1848
1848
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1849
1849
|
template: '<ng-content></ng-content>',
|
|
1850
1850
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1851
|
-
inputs: ['color', 'size'],
|
|
1851
|
+
inputs: ['color', 'label', 'size'],
|
|
1852
1852
|
standalone: false
|
|
1853
1853
|
})
|
|
1854
1854
|
export class SwirlIconAudioFile {
|
|
@@ -1864,14 +1864,14 @@ export declare interface SwirlIconAudioFile extends Components.SwirlIconAudioFil
|
|
|
1864
1864
|
|
|
1865
1865
|
|
|
1866
1866
|
@ProxyCmp({
|
|
1867
|
-
inputs: ['color', 'size']
|
|
1867
|
+
inputs: ['color', 'label', 'size']
|
|
1868
1868
|
})
|
|
1869
1869
|
@Component({
|
|
1870
1870
|
selector: 'swirl-icon-autorenew',
|
|
1871
1871
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1872
1872
|
template: '<ng-content></ng-content>',
|
|
1873
1873
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1874
|
-
inputs: ['color', 'size'],
|
|
1874
|
+
inputs: ['color', 'label', 'size'],
|
|
1875
1875
|
standalone: false
|
|
1876
1876
|
})
|
|
1877
1877
|
export class SwirlIconAutorenew {
|
|
@@ -1887,14 +1887,14 @@ export declare interface SwirlIconAutorenew extends Components.SwirlIconAutorene
|
|
|
1887
1887
|
|
|
1888
1888
|
|
|
1889
1889
|
@ProxyCmp({
|
|
1890
|
-
inputs: ['color', 'size']
|
|
1890
|
+
inputs: ['color', 'label', 'size']
|
|
1891
1891
|
})
|
|
1892
1892
|
@Component({
|
|
1893
1893
|
selector: 'swirl-icon-bar-chart',
|
|
1894
1894
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1895
1895
|
template: '<ng-content></ng-content>',
|
|
1896
1896
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1897
|
-
inputs: ['color', 'size'],
|
|
1897
|
+
inputs: ['color', 'label', 'size'],
|
|
1898
1898
|
standalone: false
|
|
1899
1899
|
})
|
|
1900
1900
|
export class SwirlIconBarChart {
|
|
@@ -1910,14 +1910,14 @@ export declare interface SwirlIconBarChart extends Components.SwirlIconBarChart
|
|
|
1910
1910
|
|
|
1911
1911
|
|
|
1912
1912
|
@ProxyCmp({
|
|
1913
|
-
inputs: ['color', 'size']
|
|
1913
|
+
inputs: ['color', 'label', 'size']
|
|
1914
1914
|
})
|
|
1915
1915
|
@Component({
|
|
1916
1916
|
selector: 'swirl-icon-beach-access',
|
|
1917
1917
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1918
1918
|
template: '<ng-content></ng-content>',
|
|
1919
1919
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1920
|
-
inputs: ['color', 'size'],
|
|
1920
|
+
inputs: ['color', 'label', 'size'],
|
|
1921
1921
|
standalone: false
|
|
1922
1922
|
})
|
|
1923
1923
|
export class SwirlIconBeachAccess {
|
|
@@ -1933,14 +1933,14 @@ export declare interface SwirlIconBeachAccess extends Components.SwirlIconBeachA
|
|
|
1933
1933
|
|
|
1934
1934
|
|
|
1935
1935
|
@ProxyCmp({
|
|
1936
|
-
inputs: ['color', 'size']
|
|
1936
|
+
inputs: ['color', 'label', 'size']
|
|
1937
1937
|
})
|
|
1938
1938
|
@Component({
|
|
1939
1939
|
selector: 'swirl-icon-beach-access-filled',
|
|
1940
1940
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1941
1941
|
template: '<ng-content></ng-content>',
|
|
1942
1942
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1943
|
-
inputs: ['color', 'size'],
|
|
1943
|
+
inputs: ['color', 'label', 'size'],
|
|
1944
1944
|
standalone: false
|
|
1945
1945
|
})
|
|
1946
1946
|
export class SwirlIconBeachAccessFilled {
|
|
@@ -1956,14 +1956,14 @@ export declare interface SwirlIconBeachAccessFilled extends Components.SwirlIcon
|
|
|
1956
1956
|
|
|
1957
1957
|
|
|
1958
1958
|
@ProxyCmp({
|
|
1959
|
-
inputs: ['color', 'size']
|
|
1959
|
+
inputs: ['color', 'label', 'size']
|
|
1960
1960
|
})
|
|
1961
1961
|
@Component({
|
|
1962
1962
|
selector: 'swirl-icon-block',
|
|
1963
1963
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1964
1964
|
template: '<ng-content></ng-content>',
|
|
1965
1965
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1966
|
-
inputs: ['color', 'size'],
|
|
1966
|
+
inputs: ['color', 'label', 'size'],
|
|
1967
1967
|
standalone: false
|
|
1968
1968
|
})
|
|
1969
1969
|
export class SwirlIconBlock {
|
|
@@ -1979,14 +1979,14 @@ export declare interface SwirlIconBlock extends Components.SwirlIconBlock {}
|
|
|
1979
1979
|
|
|
1980
1980
|
|
|
1981
1981
|
@ProxyCmp({
|
|
1982
|
-
inputs: ['color', 'size']
|
|
1982
|
+
inputs: ['color', 'label', 'size']
|
|
1983
1983
|
})
|
|
1984
1984
|
@Component({
|
|
1985
1985
|
selector: 'swirl-icon-bookmark',
|
|
1986
1986
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1987
1987
|
template: '<ng-content></ng-content>',
|
|
1988
1988
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1989
|
-
inputs: ['color', 'size'],
|
|
1989
|
+
inputs: ['color', 'label', 'size'],
|
|
1990
1990
|
standalone: false
|
|
1991
1991
|
})
|
|
1992
1992
|
export class SwirlIconBookmark {
|
|
@@ -2002,14 +2002,14 @@ export declare interface SwirlIconBookmark extends Components.SwirlIconBookmark
|
|
|
2002
2002
|
|
|
2003
2003
|
|
|
2004
2004
|
@ProxyCmp({
|
|
2005
|
-
inputs: ['color', 'size']
|
|
2005
|
+
inputs: ['color', 'label', 'size']
|
|
2006
2006
|
})
|
|
2007
2007
|
@Component({
|
|
2008
2008
|
selector: 'swirl-icon-bookmark-filled',
|
|
2009
2009
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2010
2010
|
template: '<ng-content></ng-content>',
|
|
2011
2011
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2012
|
-
inputs: ['color', 'size'],
|
|
2012
|
+
inputs: ['color', 'label', 'size'],
|
|
2013
2013
|
standalone: false
|
|
2014
2014
|
})
|
|
2015
2015
|
export class SwirlIconBookmarkFilled {
|
|
@@ -2025,14 +2025,14 @@ export declare interface SwirlIconBookmarkFilled extends Components.SwirlIconBoo
|
|
|
2025
2025
|
|
|
2026
2026
|
|
|
2027
2027
|
@ProxyCmp({
|
|
2028
|
-
inputs: ['color', 'size']
|
|
2028
|
+
inputs: ['color', 'label', 'size']
|
|
2029
2029
|
})
|
|
2030
2030
|
@Component({
|
|
2031
2031
|
selector: 'swirl-icon-calendar-add-on-filled',
|
|
2032
2032
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2033
2033
|
template: '<ng-content></ng-content>',
|
|
2034
2034
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2035
|
-
inputs: ['color', 'size'],
|
|
2035
|
+
inputs: ['color', 'label', 'size'],
|
|
2036
2036
|
standalone: false
|
|
2037
2037
|
})
|
|
2038
2038
|
export class SwirlIconCalendarAddOnFilled {
|
|
@@ -2048,14 +2048,14 @@ export declare interface SwirlIconCalendarAddOnFilled extends Components.SwirlIc
|
|
|
2048
2048
|
|
|
2049
2049
|
|
|
2050
2050
|
@ProxyCmp({
|
|
2051
|
-
inputs: ['color', 'size']
|
|
2051
|
+
inputs: ['color', 'label', 'size']
|
|
2052
2052
|
})
|
|
2053
2053
|
@Component({
|
|
2054
2054
|
selector: 'swirl-icon-calendar-respond',
|
|
2055
2055
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2056
2056
|
template: '<ng-content></ng-content>',
|
|
2057
2057
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2058
|
-
inputs: ['color', 'size'],
|
|
2058
|
+
inputs: ['color', 'label', 'size'],
|
|
2059
2059
|
standalone: false
|
|
2060
2060
|
})
|
|
2061
2061
|
export class SwirlIconCalendarRespond {
|
|
@@ -2071,14 +2071,14 @@ export declare interface SwirlIconCalendarRespond extends Components.SwirlIconCa
|
|
|
2071
2071
|
|
|
2072
2072
|
|
|
2073
2073
|
@ProxyCmp({
|
|
2074
|
-
inputs: ['color', 'size']
|
|
2074
|
+
inputs: ['color', 'label', 'size']
|
|
2075
2075
|
})
|
|
2076
2076
|
@Component({
|
|
2077
2077
|
selector: 'swirl-icon-calendar-today',
|
|
2078
2078
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2079
2079
|
template: '<ng-content></ng-content>',
|
|
2080
2080
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2081
|
-
inputs: ['color', 'size'],
|
|
2081
|
+
inputs: ['color', 'label', 'size'],
|
|
2082
2082
|
standalone: false
|
|
2083
2083
|
})
|
|
2084
2084
|
export class SwirlIconCalendarToday {
|
|
@@ -2094,14 +2094,14 @@ export declare interface SwirlIconCalendarToday extends Components.SwirlIconCale
|
|
|
2094
2094
|
|
|
2095
2095
|
|
|
2096
2096
|
@ProxyCmp({
|
|
2097
|
-
inputs: ['color', 'size']
|
|
2097
|
+
inputs: ['color', 'label', 'size']
|
|
2098
2098
|
})
|
|
2099
2099
|
@Component({
|
|
2100
2100
|
selector: 'swirl-icon-call',
|
|
2101
2101
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2102
2102
|
template: '<ng-content></ng-content>',
|
|
2103
2103
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2104
|
-
inputs: ['color', 'size'],
|
|
2104
|
+
inputs: ['color', 'label', 'size'],
|
|
2105
2105
|
standalone: false
|
|
2106
2106
|
})
|
|
2107
2107
|
export class SwirlIconCall {
|
|
@@ -2117,14 +2117,14 @@ export declare interface SwirlIconCall extends Components.SwirlIconCall {}
|
|
|
2117
2117
|
|
|
2118
2118
|
|
|
2119
2119
|
@ProxyCmp({
|
|
2120
|
-
inputs: ['color', 'size']
|
|
2120
|
+
inputs: ['color', 'label', 'size']
|
|
2121
2121
|
})
|
|
2122
2122
|
@Component({
|
|
2123
2123
|
selector: 'swirl-icon-call-end',
|
|
2124
2124
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2125
2125
|
template: '<ng-content></ng-content>',
|
|
2126
2126
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2127
|
-
inputs: ['color', 'size'],
|
|
2127
|
+
inputs: ['color', 'label', 'size'],
|
|
2128
2128
|
standalone: false
|
|
2129
2129
|
})
|
|
2130
2130
|
export class SwirlIconCallEnd {
|
|
@@ -2140,14 +2140,14 @@ export declare interface SwirlIconCallEnd extends Components.SwirlIconCallEnd {}
|
|
|
2140
2140
|
|
|
2141
2141
|
|
|
2142
2142
|
@ProxyCmp({
|
|
2143
|
-
inputs: ['color', 'size']
|
|
2143
|
+
inputs: ['color', 'label', 'size']
|
|
2144
2144
|
})
|
|
2145
2145
|
@Component({
|
|
2146
2146
|
selector: 'swirl-icon-cancel',
|
|
2147
2147
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2148
2148
|
template: '<ng-content></ng-content>',
|
|
2149
2149
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2150
|
-
inputs: ['color', 'size'],
|
|
2150
|
+
inputs: ['color', 'label', 'size'],
|
|
2151
2151
|
standalone: false
|
|
2152
2152
|
})
|
|
2153
2153
|
export class SwirlIconCancel {
|
|
@@ -2163,14 +2163,14 @@ export declare interface SwirlIconCancel extends Components.SwirlIconCancel {}
|
|
|
2163
2163
|
|
|
2164
2164
|
|
|
2165
2165
|
@ProxyCmp({
|
|
2166
|
-
inputs: ['color', 'size']
|
|
2166
|
+
inputs: ['color', 'label', 'size']
|
|
2167
2167
|
})
|
|
2168
2168
|
@Component({
|
|
2169
2169
|
selector: 'swirl-icon-cancel-filled',
|
|
2170
2170
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2171
2171
|
template: '<ng-content></ng-content>',
|
|
2172
2172
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2173
|
-
inputs: ['color', 'size'],
|
|
2173
|
+
inputs: ['color', 'label', 'size'],
|
|
2174
2174
|
standalone: false
|
|
2175
2175
|
})
|
|
2176
2176
|
export class SwirlIconCancelFilled {
|
|
@@ -2186,14 +2186,14 @@ export declare interface SwirlIconCancelFilled extends Components.SwirlIconCance
|
|
|
2186
2186
|
|
|
2187
2187
|
|
|
2188
2188
|
@ProxyCmp({
|
|
2189
|
-
inputs: ['color', 'size']
|
|
2189
|
+
inputs: ['color', 'label', 'size']
|
|
2190
2190
|
})
|
|
2191
2191
|
@Component({
|
|
2192
2192
|
selector: 'swirl-icon-cancel-outline',
|
|
2193
2193
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2194
2194
|
template: '<ng-content></ng-content>',
|
|
2195
2195
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2196
|
-
inputs: ['color', 'size'],
|
|
2196
|
+
inputs: ['color', 'label', 'size'],
|
|
2197
2197
|
standalone: false
|
|
2198
2198
|
})
|
|
2199
2199
|
export class SwirlIconCancelOutline {
|
|
@@ -2209,14 +2209,14 @@ export declare interface SwirlIconCancelOutline extends Components.SwirlIconCanc
|
|
|
2209
2209
|
|
|
2210
2210
|
|
|
2211
2211
|
@ProxyCmp({
|
|
2212
|
-
inputs: ['color', 'size']
|
|
2212
|
+
inputs: ['color', 'label', 'size']
|
|
2213
2213
|
})
|
|
2214
2214
|
@Component({
|
|
2215
2215
|
selector: 'swirl-icon-chat-bubble',
|
|
2216
2216
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2217
2217
|
template: '<ng-content></ng-content>',
|
|
2218
2218
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2219
|
-
inputs: ['color', 'size'],
|
|
2219
|
+
inputs: ['color', 'label', 'size'],
|
|
2220
2220
|
standalone: false
|
|
2221
2221
|
})
|
|
2222
2222
|
export class SwirlIconChatBubble {
|
|
@@ -2232,14 +2232,14 @@ export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBub
|
|
|
2232
2232
|
|
|
2233
2233
|
|
|
2234
2234
|
@ProxyCmp({
|
|
2235
|
-
inputs: ['color', 'size']
|
|
2235
|
+
inputs: ['color', 'label', 'size']
|
|
2236
2236
|
})
|
|
2237
2237
|
@Component({
|
|
2238
2238
|
selector: 'swirl-icon-chats',
|
|
2239
2239
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2240
2240
|
template: '<ng-content></ng-content>',
|
|
2241
2241
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2242
|
-
inputs: ['color', 'size'],
|
|
2242
|
+
inputs: ['color', 'label', 'size'],
|
|
2243
2243
|
standalone: false
|
|
2244
2244
|
})
|
|
2245
2245
|
export class SwirlIconChats {
|
|
@@ -2255,14 +2255,14 @@ export declare interface SwirlIconChats extends Components.SwirlIconChats {}
|
|
|
2255
2255
|
|
|
2256
2256
|
|
|
2257
2257
|
@ProxyCmp({
|
|
2258
|
-
inputs: ['color', 'size']
|
|
2258
|
+
inputs: ['color', 'label', 'size']
|
|
2259
2259
|
})
|
|
2260
2260
|
@Component({
|
|
2261
2261
|
selector: 'swirl-icon-chats-filled',
|
|
2262
2262
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2263
2263
|
template: '<ng-content></ng-content>',
|
|
2264
2264
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2265
|
-
inputs: ['color', 'size'],
|
|
2265
|
+
inputs: ['color', 'label', 'size'],
|
|
2266
2266
|
standalone: false
|
|
2267
2267
|
})
|
|
2268
2268
|
export class SwirlIconChatsFilled {
|
|
@@ -2278,14 +2278,14 @@ export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsF
|
|
|
2278
2278
|
|
|
2279
2279
|
|
|
2280
2280
|
@ProxyCmp({
|
|
2281
|
-
inputs: ['color', 'size']
|
|
2281
|
+
inputs: ['color', 'label', 'size']
|
|
2282
2282
|
})
|
|
2283
2283
|
@Component({
|
|
2284
2284
|
selector: 'swirl-icon-check',
|
|
2285
2285
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2286
2286
|
template: '<ng-content></ng-content>',
|
|
2287
2287
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2288
|
-
inputs: ['color', 'size'],
|
|
2288
|
+
inputs: ['color', 'label', 'size'],
|
|
2289
2289
|
standalone: false
|
|
2290
2290
|
})
|
|
2291
2291
|
export class SwirlIconCheck {
|
|
@@ -2301,14 +2301,14 @@ export declare interface SwirlIconCheck extends Components.SwirlIconCheck {}
|
|
|
2301
2301
|
|
|
2302
2302
|
|
|
2303
2303
|
@ProxyCmp({
|
|
2304
|
-
inputs: ['color', 'size']
|
|
2304
|
+
inputs: ['color', 'label', 'size']
|
|
2305
2305
|
})
|
|
2306
2306
|
@Component({
|
|
2307
2307
|
selector: 'swirl-icon-check-circle',
|
|
2308
2308
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2309
2309
|
template: '<ng-content></ng-content>',
|
|
2310
2310
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2311
|
-
inputs: ['color', 'size'],
|
|
2311
|
+
inputs: ['color', 'label', 'size'],
|
|
2312
2312
|
standalone: false
|
|
2313
2313
|
})
|
|
2314
2314
|
export class SwirlIconCheckCircle {
|
|
@@ -2324,14 +2324,14 @@ export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckC
|
|
|
2324
2324
|
|
|
2325
2325
|
|
|
2326
2326
|
@ProxyCmp({
|
|
2327
|
-
inputs: ['color', 'size']
|
|
2327
|
+
inputs: ['color', 'label', 'size']
|
|
2328
2328
|
})
|
|
2329
2329
|
@Component({
|
|
2330
2330
|
selector: 'swirl-icon-check-circle-filled',
|
|
2331
2331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2332
2332
|
template: '<ng-content></ng-content>',
|
|
2333
2333
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2334
|
-
inputs: ['color', 'size'],
|
|
2334
|
+
inputs: ['color', 'label', 'size'],
|
|
2335
2335
|
standalone: false
|
|
2336
2336
|
})
|
|
2337
2337
|
export class SwirlIconCheckCircleFilled {
|
|
@@ -2347,14 +2347,14 @@ export declare interface SwirlIconCheckCircleFilled extends Components.SwirlIcon
|
|
|
2347
2347
|
|
|
2348
2348
|
|
|
2349
2349
|
@ProxyCmp({
|
|
2350
|
-
inputs: ['color', 'size']
|
|
2350
|
+
inputs: ['color', 'label', 'size']
|
|
2351
2351
|
})
|
|
2352
2352
|
@Component({
|
|
2353
2353
|
selector: 'swirl-icon-check-small',
|
|
2354
2354
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2355
2355
|
template: '<ng-content></ng-content>',
|
|
2356
2356
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2357
|
-
inputs: ['color', 'size'],
|
|
2357
|
+
inputs: ['color', 'label', 'size'],
|
|
2358
2358
|
standalone: false
|
|
2359
2359
|
})
|
|
2360
2360
|
export class SwirlIconCheckSmall {
|
|
@@ -2370,14 +2370,14 @@ export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSm
|
|
|
2370
2370
|
|
|
2371
2371
|
|
|
2372
2372
|
@ProxyCmp({
|
|
2373
|
-
inputs: ['color', 'size']
|
|
2373
|
+
inputs: ['color', 'label', 'size']
|
|
2374
2374
|
})
|
|
2375
2375
|
@Component({
|
|
2376
2376
|
selector: 'swirl-icon-check-strong',
|
|
2377
2377
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2378
2378
|
template: '<ng-content></ng-content>',
|
|
2379
2379
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2380
|
-
inputs: ['color', 'size'],
|
|
2380
|
+
inputs: ['color', 'label', 'size'],
|
|
2381
2381
|
standalone: false
|
|
2382
2382
|
})
|
|
2383
2383
|
export class SwirlIconCheckStrong {
|
|
@@ -2393,14 +2393,14 @@ export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckS
|
|
|
2393
2393
|
|
|
2394
2394
|
|
|
2395
2395
|
@ProxyCmp({
|
|
2396
|
-
inputs: ['color', 'size']
|
|
2396
|
+
inputs: ['color', 'label', 'size']
|
|
2397
2397
|
})
|
|
2398
2398
|
@Component({
|
|
2399
2399
|
selector: 'swirl-icon-checkbox-filled',
|
|
2400
2400
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2401
2401
|
template: '<ng-content></ng-content>',
|
|
2402
2402
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2403
|
-
inputs: ['color', 'size'],
|
|
2403
|
+
inputs: ['color', 'label', 'size'],
|
|
2404
2404
|
standalone: false
|
|
2405
2405
|
})
|
|
2406
2406
|
export class SwirlIconCheckboxFilled {
|
|
@@ -2416,14 +2416,14 @@ export declare interface SwirlIconCheckboxFilled extends Components.SwirlIconChe
|
|
|
2416
2416
|
|
|
2417
2417
|
|
|
2418
2418
|
@ProxyCmp({
|
|
2419
|
-
inputs: ['color', 'size']
|
|
2419
|
+
inputs: ['color', 'label', 'size']
|
|
2420
2420
|
})
|
|
2421
2421
|
@Component({
|
|
2422
2422
|
selector: 'swirl-icon-chevron-left',
|
|
2423
2423
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2424
2424
|
template: '<ng-content></ng-content>',
|
|
2425
2425
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2426
|
-
inputs: ['color', 'size'],
|
|
2426
|
+
inputs: ['color', 'label', 'size'],
|
|
2427
2427
|
standalone: false
|
|
2428
2428
|
})
|
|
2429
2429
|
export class SwirlIconChevronLeft {
|
|
@@ -2439,14 +2439,14 @@ export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevro
|
|
|
2439
2439
|
|
|
2440
2440
|
|
|
2441
2441
|
@ProxyCmp({
|
|
2442
|
-
inputs: ['color', 'size']
|
|
2442
|
+
inputs: ['color', 'label', 'size']
|
|
2443
2443
|
})
|
|
2444
2444
|
@Component({
|
|
2445
2445
|
selector: 'swirl-icon-chevron-right',
|
|
2446
2446
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2447
2447
|
template: '<ng-content></ng-content>',
|
|
2448
2448
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2449
|
-
inputs: ['color', 'size'],
|
|
2449
|
+
inputs: ['color', 'label', 'size'],
|
|
2450
2450
|
standalone: false
|
|
2451
2451
|
})
|
|
2452
2452
|
export class SwirlIconChevronRight {
|
|
@@ -2462,14 +2462,14 @@ export declare interface SwirlIconChevronRight extends Components.SwirlIconChevr
|
|
|
2462
2462
|
|
|
2463
2463
|
|
|
2464
2464
|
@ProxyCmp({
|
|
2465
|
-
inputs: ['color', 'size']
|
|
2465
|
+
inputs: ['color', 'label', 'size']
|
|
2466
2466
|
})
|
|
2467
2467
|
@Component({
|
|
2468
2468
|
selector: 'swirl-icon-close',
|
|
2469
2469
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2470
2470
|
template: '<ng-content></ng-content>',
|
|
2471
2471
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2472
|
-
inputs: ['color', 'size'],
|
|
2472
|
+
inputs: ['color', 'label', 'size'],
|
|
2473
2473
|
standalone: false
|
|
2474
2474
|
})
|
|
2475
2475
|
export class SwirlIconClose {
|
|
@@ -2485,14 +2485,14 @@ export declare interface SwirlIconClose extends Components.SwirlIconClose {}
|
|
|
2485
2485
|
|
|
2486
2486
|
|
|
2487
2487
|
@ProxyCmp({
|
|
2488
|
-
inputs: ['color', 'size']
|
|
2488
|
+
inputs: ['color', 'label', 'size']
|
|
2489
2489
|
})
|
|
2490
2490
|
@Component({
|
|
2491
2491
|
selector: 'swirl-icon-close-fullscreen',
|
|
2492
2492
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2493
2493
|
template: '<ng-content></ng-content>',
|
|
2494
2494
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2495
|
-
inputs: ['color', 'size'],
|
|
2495
|
+
inputs: ['color', 'label', 'size'],
|
|
2496
2496
|
standalone: false
|
|
2497
2497
|
})
|
|
2498
2498
|
export class SwirlIconCloseFullscreen {
|
|
@@ -2508,14 +2508,14 @@ export declare interface SwirlIconCloseFullscreen extends Components.SwirlIconCl
|
|
|
2508
2508
|
|
|
2509
2509
|
|
|
2510
2510
|
@ProxyCmp({
|
|
2511
|
-
inputs: ['color', 'size']
|
|
2511
|
+
inputs: ['color', 'label', 'size']
|
|
2512
2512
|
})
|
|
2513
2513
|
@Component({
|
|
2514
2514
|
selector: 'swirl-icon-close-small',
|
|
2515
2515
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2516
2516
|
template: '<ng-content></ng-content>',
|
|
2517
2517
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2518
|
-
inputs: ['color', 'size'],
|
|
2518
|
+
inputs: ['color', 'label', 'size'],
|
|
2519
2519
|
standalone: false
|
|
2520
2520
|
})
|
|
2521
2521
|
export class SwirlIconCloseSmall {
|
|
@@ -2531,14 +2531,14 @@ export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSm
|
|
|
2531
2531
|
|
|
2532
2532
|
|
|
2533
2533
|
@ProxyCmp({
|
|
2534
|
-
inputs: ['color', 'size']
|
|
2534
|
+
inputs: ['color', 'label', 'size']
|
|
2535
2535
|
})
|
|
2536
2536
|
@Component({
|
|
2537
2537
|
selector: 'swirl-icon-cloud-upload',
|
|
2538
2538
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2539
2539
|
template: '<ng-content></ng-content>',
|
|
2540
2540
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2541
|
-
inputs: ['color', 'size'],
|
|
2541
|
+
inputs: ['color', 'label', 'size'],
|
|
2542
2542
|
standalone: false
|
|
2543
2543
|
})
|
|
2544
2544
|
export class SwirlIconCloudUpload {
|
|
@@ -2554,14 +2554,14 @@ export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudU
|
|
|
2554
2554
|
|
|
2555
2555
|
|
|
2556
2556
|
@ProxyCmp({
|
|
2557
|
-
inputs: ['color', 'size']
|
|
2557
|
+
inputs: ['color', 'label', 'size']
|
|
2558
2558
|
})
|
|
2559
2559
|
@Component({
|
|
2560
2560
|
selector: 'swirl-icon-co-present',
|
|
2561
2561
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2562
2562
|
template: '<ng-content></ng-content>',
|
|
2563
2563
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2564
|
-
inputs: ['color', 'size'],
|
|
2564
|
+
inputs: ['color', 'label', 'size'],
|
|
2565
2565
|
standalone: false
|
|
2566
2566
|
})
|
|
2567
2567
|
export class SwirlIconCoPresent {
|
|
@@ -2577,14 +2577,14 @@ export declare interface SwirlIconCoPresent extends Components.SwirlIconCoPresen
|
|
|
2577
2577
|
|
|
2578
2578
|
|
|
2579
2579
|
@ProxyCmp({
|
|
2580
|
-
inputs: ['color', 'size']
|
|
2580
|
+
inputs: ['color', 'label', 'size']
|
|
2581
2581
|
})
|
|
2582
2582
|
@Component({
|
|
2583
2583
|
selector: 'swirl-icon-column',
|
|
2584
2584
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2585
2585
|
template: '<ng-content></ng-content>',
|
|
2586
2586
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2587
|
-
inputs: ['color', 'size'],
|
|
2587
|
+
inputs: ['color', 'label', 'size'],
|
|
2588
2588
|
standalone: false
|
|
2589
2589
|
})
|
|
2590
2590
|
export class SwirlIconColumn {
|
|
@@ -2600,14 +2600,14 @@ export declare interface SwirlIconColumn extends Components.SwirlIconColumn {}
|
|
|
2600
2600
|
|
|
2601
2601
|
|
|
2602
2602
|
@ProxyCmp({
|
|
2603
|
-
inputs: ['color', 'size']
|
|
2603
|
+
inputs: ['color', 'label', 'size']
|
|
2604
2604
|
})
|
|
2605
2605
|
@Component({
|
|
2606
2606
|
selector: 'swirl-icon-comment',
|
|
2607
2607
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2608
2608
|
template: '<ng-content></ng-content>',
|
|
2609
2609
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2610
|
-
inputs: ['color', 'size'],
|
|
2610
|
+
inputs: ['color', 'label', 'size'],
|
|
2611
2611
|
standalone: false
|
|
2612
2612
|
})
|
|
2613
2613
|
export class SwirlIconComment {
|
|
@@ -2623,14 +2623,14 @@ export declare interface SwirlIconComment extends Components.SwirlIconComment {}
|
|
|
2623
2623
|
|
|
2624
2624
|
|
|
2625
2625
|
@ProxyCmp({
|
|
2626
|
-
inputs: ['color', 'size']
|
|
2626
|
+
inputs: ['color', 'label', 'size']
|
|
2627
2627
|
})
|
|
2628
2628
|
@Component({
|
|
2629
2629
|
selector: 'swirl-icon-contract-edit',
|
|
2630
2630
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2631
2631
|
template: '<ng-content></ng-content>',
|
|
2632
2632
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2633
|
-
inputs: ['color', 'size'],
|
|
2633
|
+
inputs: ['color', 'label', 'size'],
|
|
2634
2634
|
standalone: false
|
|
2635
2635
|
})
|
|
2636
2636
|
export class SwirlIconContractEdit {
|
|
@@ -2646,14 +2646,14 @@ export declare interface SwirlIconContractEdit extends Components.SwirlIconContr
|
|
|
2646
2646
|
|
|
2647
2647
|
|
|
2648
2648
|
@ProxyCmp({
|
|
2649
|
-
inputs: ['color', 'size']
|
|
2649
|
+
inputs: ['color', 'label', 'size']
|
|
2650
2650
|
})
|
|
2651
2651
|
@Component({
|
|
2652
2652
|
selector: 'swirl-icon-contrast',
|
|
2653
2653
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2654
2654
|
template: '<ng-content></ng-content>',
|
|
2655
2655
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2656
|
-
inputs: ['color', 'size'],
|
|
2656
|
+
inputs: ['color', 'label', 'size'],
|
|
2657
2657
|
standalone: false
|
|
2658
2658
|
})
|
|
2659
2659
|
export class SwirlIconContrast {
|
|
@@ -2669,14 +2669,14 @@ export declare interface SwirlIconContrast extends Components.SwirlIconContrast
|
|
|
2669
2669
|
|
|
2670
2670
|
|
|
2671
2671
|
@ProxyCmp({
|
|
2672
|
-
inputs: ['color', 'size']
|
|
2672
|
+
inputs: ['color', 'label', 'size']
|
|
2673
2673
|
})
|
|
2674
2674
|
@Component({
|
|
2675
2675
|
selector: 'swirl-icon-copy',
|
|
2676
2676
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2677
2677
|
template: '<ng-content></ng-content>',
|
|
2678
2678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2679
|
-
inputs: ['color', 'size'],
|
|
2679
|
+
inputs: ['color', 'label', 'size'],
|
|
2680
2680
|
standalone: false
|
|
2681
2681
|
})
|
|
2682
2682
|
export class SwirlIconCopy {
|
|
@@ -2692,14 +2692,14 @@ export declare interface SwirlIconCopy extends Components.SwirlIconCopy {}
|
|
|
2692
2692
|
|
|
2693
2693
|
|
|
2694
2694
|
@ProxyCmp({
|
|
2695
|
-
inputs: ['color', 'size']
|
|
2695
|
+
inputs: ['color', 'label', 'size']
|
|
2696
2696
|
})
|
|
2697
2697
|
@Component({
|
|
2698
2698
|
selector: 'swirl-icon-crop',
|
|
2699
2699
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2700
2700
|
template: '<ng-content></ng-content>',
|
|
2701
2701
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2702
|
-
inputs: ['color', 'size'],
|
|
2702
|
+
inputs: ['color', 'label', 'size'],
|
|
2703
2703
|
standalone: false
|
|
2704
2704
|
})
|
|
2705
2705
|
export class SwirlIconCrop {
|
|
@@ -2715,14 +2715,14 @@ export declare interface SwirlIconCrop extends Components.SwirlIconCrop {}
|
|
|
2715
2715
|
|
|
2716
2716
|
|
|
2717
2717
|
@ProxyCmp({
|
|
2718
|
-
inputs: ['color', 'size']
|
|
2718
|
+
inputs: ['color', 'label', 'size']
|
|
2719
2719
|
})
|
|
2720
2720
|
@Component({
|
|
2721
2721
|
selector: 'swirl-icon-dark-mode',
|
|
2722
2722
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2723
2723
|
template: '<ng-content></ng-content>',
|
|
2724
2724
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2725
|
-
inputs: ['color', 'size'],
|
|
2725
|
+
inputs: ['color', 'label', 'size'],
|
|
2726
2726
|
standalone: false
|
|
2727
2727
|
})
|
|
2728
2728
|
export class SwirlIconDarkMode {
|
|
@@ -2738,14 +2738,14 @@ export declare interface SwirlIconDarkMode extends Components.SwirlIconDarkMode
|
|
|
2738
2738
|
|
|
2739
2739
|
|
|
2740
2740
|
@ProxyCmp({
|
|
2741
|
-
inputs: ['color', 'size']
|
|
2741
|
+
inputs: ['color', 'label', 'size']
|
|
2742
2742
|
})
|
|
2743
2743
|
@Component({
|
|
2744
2744
|
selector: 'swirl-icon-date-range',
|
|
2745
2745
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2746
2746
|
template: '<ng-content></ng-content>',
|
|
2747
2747
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2748
|
-
inputs: ['color', 'size'],
|
|
2748
|
+
inputs: ['color', 'label', 'size'],
|
|
2749
2749
|
standalone: false
|
|
2750
2750
|
})
|
|
2751
2751
|
export class SwirlIconDateRange {
|
|
@@ -2761,14 +2761,14 @@ export declare interface SwirlIconDateRange extends Components.SwirlIconDateRang
|
|
|
2761
2761
|
|
|
2762
2762
|
|
|
2763
2763
|
@ProxyCmp({
|
|
2764
|
-
inputs: ['color', 'size']
|
|
2764
|
+
inputs: ['color', 'label', 'size']
|
|
2765
2765
|
})
|
|
2766
2766
|
@Component({
|
|
2767
2767
|
selector: 'swirl-icon-delete',
|
|
2768
2768
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2769
2769
|
template: '<ng-content></ng-content>',
|
|
2770
2770
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2771
|
-
inputs: ['color', 'size'],
|
|
2771
|
+
inputs: ['color', 'label', 'size'],
|
|
2772
2772
|
standalone: false
|
|
2773
2773
|
})
|
|
2774
2774
|
export class SwirlIconDelete {
|
|
@@ -2784,14 +2784,14 @@ export declare interface SwirlIconDelete extends Components.SwirlIconDelete {}
|
|
|
2784
2784
|
|
|
2785
2785
|
|
|
2786
2786
|
@ProxyCmp({
|
|
2787
|
-
inputs: ['color', 'size']
|
|
2787
|
+
inputs: ['color', 'label', 'size']
|
|
2788
2788
|
})
|
|
2789
2789
|
@Component({
|
|
2790
2790
|
selector: 'swirl-icon-deployed-code',
|
|
2791
2791
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2792
2792
|
template: '<ng-content></ng-content>',
|
|
2793
2793
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2794
|
-
inputs: ['color', 'size'],
|
|
2794
|
+
inputs: ['color', 'label', 'size'],
|
|
2795
2795
|
standalone: false
|
|
2796
2796
|
})
|
|
2797
2797
|
export class SwirlIconDeployedCode {
|
|
@@ -2807,14 +2807,14 @@ export declare interface SwirlIconDeployedCode extends Components.SwirlIconDeplo
|
|
|
2807
2807
|
|
|
2808
2808
|
|
|
2809
2809
|
@ProxyCmp({
|
|
2810
|
-
inputs: ['color', 'size']
|
|
2810
|
+
inputs: ['color', 'label', 'size']
|
|
2811
2811
|
})
|
|
2812
2812
|
@Component({
|
|
2813
2813
|
selector: 'swirl-icon-description',
|
|
2814
2814
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2815
2815
|
template: '<ng-content></ng-content>',
|
|
2816
2816
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2817
|
-
inputs: ['color', 'size'],
|
|
2817
|
+
inputs: ['color', 'label', 'size'],
|
|
2818
2818
|
standalone: false
|
|
2819
2819
|
})
|
|
2820
2820
|
export class SwirlIconDescription {
|
|
@@ -2830,14 +2830,14 @@ export declare interface SwirlIconDescription extends Components.SwirlIconDescri
|
|
|
2830
2830
|
|
|
2831
2831
|
|
|
2832
2832
|
@ProxyCmp({
|
|
2833
|
-
inputs: ['color', 'size']
|
|
2833
|
+
inputs: ['color', 'label', 'size']
|
|
2834
2834
|
})
|
|
2835
2835
|
@Component({
|
|
2836
2836
|
selector: 'swirl-icon-desktop',
|
|
2837
2837
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2838
2838
|
template: '<ng-content></ng-content>',
|
|
2839
2839
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2840
|
-
inputs: ['color', 'size'],
|
|
2840
|
+
inputs: ['color', 'label', 'size'],
|
|
2841
2841
|
standalone: false
|
|
2842
2842
|
})
|
|
2843
2843
|
export class SwirlIconDesktop {
|
|
@@ -2853,14 +2853,14 @@ export declare interface SwirlIconDesktop extends Components.SwirlIconDesktop {}
|
|
|
2853
2853
|
|
|
2854
2854
|
|
|
2855
2855
|
@ProxyCmp({
|
|
2856
|
-
inputs: ['color', 'size']
|
|
2856
|
+
inputs: ['color', 'label', 'size']
|
|
2857
2857
|
})
|
|
2858
2858
|
@Component({
|
|
2859
2859
|
selector: 'swirl-icon-destruction',
|
|
2860
2860
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2861
2861
|
template: '<ng-content></ng-content>',
|
|
2862
2862
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2863
|
-
inputs: ['color', 'size'],
|
|
2863
|
+
inputs: ['color', 'label', 'size'],
|
|
2864
2864
|
standalone: false
|
|
2865
2865
|
})
|
|
2866
2866
|
export class SwirlIconDestruction {
|
|
@@ -2876,14 +2876,14 @@ export declare interface SwirlIconDestruction extends Components.SwirlIconDestru
|
|
|
2876
2876
|
|
|
2877
2877
|
|
|
2878
2878
|
@ProxyCmp({
|
|
2879
|
-
inputs: ['color', 'size']
|
|
2879
|
+
inputs: ['color', 'label', 'size']
|
|
2880
2880
|
})
|
|
2881
2881
|
@Component({
|
|
2882
2882
|
selector: 'swirl-icon-directory',
|
|
2883
2883
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2884
2884
|
template: '<ng-content></ng-content>',
|
|
2885
2885
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2886
|
-
inputs: ['color', 'size'],
|
|
2886
|
+
inputs: ['color', 'label', 'size'],
|
|
2887
2887
|
standalone: false
|
|
2888
2888
|
})
|
|
2889
2889
|
export class SwirlIconDirectory {
|
|
@@ -2899,14 +2899,14 @@ export declare interface SwirlIconDirectory extends Components.SwirlIconDirector
|
|
|
2899
2899
|
|
|
2900
2900
|
|
|
2901
2901
|
@ProxyCmp({
|
|
2902
|
-
inputs: ['color', 'size']
|
|
2902
|
+
inputs: ['color', 'label', 'size']
|
|
2903
2903
|
})
|
|
2904
2904
|
@Component({
|
|
2905
2905
|
selector: 'swirl-icon-directory-filled',
|
|
2906
2906
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2907
2907
|
template: '<ng-content></ng-content>',
|
|
2908
2908
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2909
|
-
inputs: ['color', 'size'],
|
|
2909
|
+
inputs: ['color', 'label', 'size'],
|
|
2910
2910
|
standalone: false
|
|
2911
2911
|
})
|
|
2912
2912
|
export class SwirlIconDirectoryFilled {
|
|
@@ -2922,14 +2922,14 @@ export declare interface SwirlIconDirectoryFilled extends Components.SwirlIconDi
|
|
|
2922
2922
|
|
|
2923
2923
|
|
|
2924
2924
|
@ProxyCmp({
|
|
2925
|
-
inputs: ['color', 'size']
|
|
2925
|
+
inputs: ['color', 'label', 'size']
|
|
2926
2926
|
})
|
|
2927
2927
|
@Component({
|
|
2928
2928
|
selector: 'swirl-icon-discover',
|
|
2929
2929
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2930
2930
|
template: '<ng-content></ng-content>',
|
|
2931
2931
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2932
|
-
inputs: ['color', 'size'],
|
|
2932
|
+
inputs: ['color', 'label', 'size'],
|
|
2933
2933
|
standalone: false
|
|
2934
2934
|
})
|
|
2935
2935
|
export class SwirlIconDiscover {
|
|
@@ -2945,14 +2945,14 @@ export declare interface SwirlIconDiscover extends Components.SwirlIconDiscover
|
|
|
2945
2945
|
|
|
2946
2946
|
|
|
2947
2947
|
@ProxyCmp({
|
|
2948
|
-
inputs: ['color', 'size']
|
|
2948
|
+
inputs: ['color', 'label', 'size']
|
|
2949
2949
|
})
|
|
2950
2950
|
@Component({
|
|
2951
2951
|
selector: 'swirl-icon-dock-left',
|
|
2952
2952
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2953
2953
|
template: '<ng-content></ng-content>',
|
|
2954
2954
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2955
|
-
inputs: ['color', 'size'],
|
|
2955
|
+
inputs: ['color', 'label', 'size'],
|
|
2956
2956
|
standalone: false
|
|
2957
2957
|
})
|
|
2958
2958
|
export class SwirlIconDockLeft {
|
|
@@ -2968,14 +2968,14 @@ export declare interface SwirlIconDockLeft extends Components.SwirlIconDockLeft
|
|
|
2968
2968
|
|
|
2969
2969
|
|
|
2970
2970
|
@ProxyCmp({
|
|
2971
|
-
inputs: ['color', 'size']
|
|
2971
|
+
inputs: ['color', 'label', 'size']
|
|
2972
2972
|
})
|
|
2973
2973
|
@Component({
|
|
2974
2974
|
selector: 'swirl-icon-dock-left-collapse',
|
|
2975
2975
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2976
2976
|
template: '<ng-content></ng-content>',
|
|
2977
2977
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2978
|
-
inputs: ['color', 'size'],
|
|
2978
|
+
inputs: ['color', 'label', 'size'],
|
|
2979
2979
|
standalone: false
|
|
2980
2980
|
})
|
|
2981
2981
|
export class SwirlIconDockLeftCollapse {
|
|
@@ -2991,14 +2991,14 @@ export declare interface SwirlIconDockLeftCollapse extends Components.SwirlIconD
|
|
|
2991
2991
|
|
|
2992
2992
|
|
|
2993
2993
|
@ProxyCmp({
|
|
2994
|
-
inputs: ['color', 'size']
|
|
2994
|
+
inputs: ['color', 'label', 'size']
|
|
2995
2995
|
})
|
|
2996
2996
|
@Component({
|
|
2997
2997
|
selector: 'swirl-icon-dock-left-expand',
|
|
2998
2998
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2999
2999
|
template: '<ng-content></ng-content>',
|
|
3000
3000
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3001
|
-
inputs: ['color', 'size'],
|
|
3001
|
+
inputs: ['color', 'label', 'size'],
|
|
3002
3002
|
standalone: false
|
|
3003
3003
|
})
|
|
3004
3004
|
export class SwirlIconDockLeftExpand {
|
|
@@ -3014,14 +3014,14 @@ export declare interface SwirlIconDockLeftExpand extends Components.SwirlIconDoc
|
|
|
3014
3014
|
|
|
3015
3015
|
|
|
3016
3016
|
@ProxyCmp({
|
|
3017
|
-
inputs: ['color', 'size']
|
|
3017
|
+
inputs: ['color', 'label', 'size']
|
|
3018
3018
|
})
|
|
3019
3019
|
@Component({
|
|
3020
3020
|
selector: 'swirl-icon-door-open',
|
|
3021
3021
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3022
3022
|
template: '<ng-content></ng-content>',
|
|
3023
3023
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3024
|
-
inputs: ['color', 'size'],
|
|
3024
|
+
inputs: ['color', 'label', 'size'],
|
|
3025
3025
|
standalone: false
|
|
3026
3026
|
})
|
|
3027
3027
|
export class SwirlIconDoorOpen {
|
|
@@ -3037,14 +3037,14 @@ export declare interface SwirlIconDoorOpen extends Components.SwirlIconDoorOpen
|
|
|
3037
3037
|
|
|
3038
3038
|
|
|
3039
3039
|
@ProxyCmp({
|
|
3040
|
-
inputs: ['color', 'size']
|
|
3040
|
+
inputs: ['color', 'label', 'size']
|
|
3041
3041
|
})
|
|
3042
3042
|
@Component({
|
|
3043
3043
|
selector: 'swirl-icon-dot',
|
|
3044
3044
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3045
3045
|
template: '<ng-content></ng-content>',
|
|
3046
3046
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3047
|
-
inputs: ['color', 'size'],
|
|
3047
|
+
inputs: ['color', 'label', 'size'],
|
|
3048
3048
|
standalone: false
|
|
3049
3049
|
})
|
|
3050
3050
|
export class SwirlIconDot {
|
|
@@ -3060,14 +3060,14 @@ export declare interface SwirlIconDot extends Components.SwirlIconDot {}
|
|
|
3060
3060
|
|
|
3061
3061
|
|
|
3062
3062
|
@ProxyCmp({
|
|
3063
|
-
inputs: ['color', 'size']
|
|
3063
|
+
inputs: ['color', 'label', 'size']
|
|
3064
3064
|
})
|
|
3065
3065
|
@Component({
|
|
3066
3066
|
selector: 'swirl-icon-double-arrow-left',
|
|
3067
3067
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3068
3068
|
template: '<ng-content></ng-content>',
|
|
3069
3069
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3070
|
-
inputs: ['color', 'size'],
|
|
3070
|
+
inputs: ['color', 'label', 'size'],
|
|
3071
3071
|
standalone: false
|
|
3072
3072
|
})
|
|
3073
3073
|
export class SwirlIconDoubleArrowLeft {
|
|
@@ -3083,14 +3083,14 @@ export declare interface SwirlIconDoubleArrowLeft extends Components.SwirlIconDo
|
|
|
3083
3083
|
|
|
3084
3084
|
|
|
3085
3085
|
@ProxyCmp({
|
|
3086
|
-
inputs: ['color', 'size']
|
|
3086
|
+
inputs: ['color', 'label', 'size']
|
|
3087
3087
|
})
|
|
3088
3088
|
@Component({
|
|
3089
3089
|
selector: 'swirl-icon-double-arrow-right',
|
|
3090
3090
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3091
3091
|
template: '<ng-content></ng-content>',
|
|
3092
3092
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3093
|
-
inputs: ['color', 'size'],
|
|
3093
|
+
inputs: ['color', 'label', 'size'],
|
|
3094
3094
|
standalone: false
|
|
3095
3095
|
})
|
|
3096
3096
|
export class SwirlIconDoubleArrowRight {
|
|
@@ -3106,14 +3106,14 @@ export declare interface SwirlIconDoubleArrowRight extends Components.SwirlIconD
|
|
|
3106
3106
|
|
|
3107
3107
|
|
|
3108
3108
|
@ProxyCmp({
|
|
3109
|
-
inputs: ['color', 'size']
|
|
3109
|
+
inputs: ['color', 'label', 'size']
|
|
3110
3110
|
})
|
|
3111
3111
|
@Component({
|
|
3112
3112
|
selector: 'swirl-icon-download',
|
|
3113
3113
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3114
3114
|
template: '<ng-content></ng-content>',
|
|
3115
3115
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3116
|
-
inputs: ['color', 'size'],
|
|
3116
|
+
inputs: ['color', 'label', 'size'],
|
|
3117
3117
|
standalone: false
|
|
3118
3118
|
})
|
|
3119
3119
|
export class SwirlIconDownload {
|
|
@@ -3129,14 +3129,14 @@ export declare interface SwirlIconDownload extends Components.SwirlIconDownload
|
|
|
3129
3129
|
|
|
3130
3130
|
|
|
3131
3131
|
@ProxyCmp({
|
|
3132
|
-
inputs: ['color', 'size']
|
|
3132
|
+
inputs: ['color', 'label', 'size']
|
|
3133
3133
|
})
|
|
3134
3134
|
@Component({
|
|
3135
3135
|
selector: 'swirl-icon-drag-handle',
|
|
3136
3136
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3137
3137
|
template: '<ng-content></ng-content>',
|
|
3138
3138
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3139
|
-
inputs: ['color', 'size'],
|
|
3139
|
+
inputs: ['color', 'label', 'size'],
|
|
3140
3140
|
standalone: false
|
|
3141
3141
|
})
|
|
3142
3142
|
export class SwirlIconDragHandle {
|
|
@@ -3152,14 +3152,14 @@ export declare interface SwirlIconDragHandle extends Components.SwirlIconDragHan
|
|
|
3152
3152
|
|
|
3153
3153
|
|
|
3154
3154
|
@ProxyCmp({
|
|
3155
|
-
inputs: ['color', 'size']
|
|
3155
|
+
inputs: ['color', 'label', 'size']
|
|
3156
3156
|
})
|
|
3157
3157
|
@Component({
|
|
3158
3158
|
selector: 'swirl-icon-edit',
|
|
3159
3159
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3160
3160
|
template: '<ng-content></ng-content>',
|
|
3161
3161
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3162
|
-
inputs: ['color', 'size'],
|
|
3162
|
+
inputs: ['color', 'label', 'size'],
|
|
3163
3163
|
standalone: false
|
|
3164
3164
|
})
|
|
3165
3165
|
export class SwirlIconEdit {
|
|
@@ -3175,14 +3175,14 @@ export declare interface SwirlIconEdit extends Components.SwirlIconEdit {}
|
|
|
3175
3175
|
|
|
3176
3176
|
|
|
3177
3177
|
@ProxyCmp({
|
|
3178
|
-
inputs: ['color', 'size']
|
|
3178
|
+
inputs: ['color', 'label', 'size']
|
|
3179
3179
|
})
|
|
3180
3180
|
@Component({
|
|
3181
3181
|
selector: 'swirl-icon-edit-note',
|
|
3182
3182
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3183
3183
|
template: '<ng-content></ng-content>',
|
|
3184
3184
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3185
|
-
inputs: ['color', 'size'],
|
|
3185
|
+
inputs: ['color', 'label', 'size'],
|
|
3186
3186
|
standalone: false
|
|
3187
3187
|
})
|
|
3188
3188
|
export class SwirlIconEditNote {
|
|
@@ -3198,14 +3198,14 @@ export declare interface SwirlIconEditNote extends Components.SwirlIconEditNote
|
|
|
3198
3198
|
|
|
3199
3199
|
|
|
3200
3200
|
@ProxyCmp({
|
|
3201
|
-
inputs: ['color', 'size']
|
|
3201
|
+
inputs: ['color', 'label', 'size']
|
|
3202
3202
|
})
|
|
3203
3203
|
@Component({
|
|
3204
3204
|
selector: 'swirl-icon-emoji-mood',
|
|
3205
3205
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3206
3206
|
template: '<ng-content></ng-content>',
|
|
3207
3207
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3208
|
-
inputs: ['color', 'size'],
|
|
3208
|
+
inputs: ['color', 'label', 'size'],
|
|
3209
3209
|
standalone: false
|
|
3210
3210
|
})
|
|
3211
3211
|
export class SwirlIconEmojiMood {
|
|
@@ -3221,14 +3221,14 @@ export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMoo
|
|
|
3221
3221
|
|
|
3222
3222
|
|
|
3223
3223
|
@ProxyCmp({
|
|
3224
|
-
inputs: ['color', 'size']
|
|
3224
|
+
inputs: ['color', 'label', 'size']
|
|
3225
3225
|
})
|
|
3226
3226
|
@Component({
|
|
3227
3227
|
selector: 'swirl-icon-emoji-satisfied',
|
|
3228
3228
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3229
3229
|
template: '<ng-content></ng-content>',
|
|
3230
3230
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3231
|
-
inputs: ['color', 'size'],
|
|
3231
|
+
inputs: ['color', 'label', 'size'],
|
|
3232
3232
|
standalone: false
|
|
3233
3233
|
})
|
|
3234
3234
|
export class SwirlIconEmojiSatisfied {
|
|
@@ -3244,14 +3244,14 @@ export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmo
|
|
|
3244
3244
|
|
|
3245
3245
|
|
|
3246
3246
|
@ProxyCmp({
|
|
3247
|
-
inputs: ['color', 'size']
|
|
3247
|
+
inputs: ['color', 'label', 'size']
|
|
3248
3248
|
})
|
|
3249
3249
|
@Component({
|
|
3250
3250
|
selector: 'swirl-icon-emoji-symbols',
|
|
3251
3251
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3252
3252
|
template: '<ng-content></ng-content>',
|
|
3253
3253
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3254
|
-
inputs: ['color', 'size'],
|
|
3254
|
+
inputs: ['color', 'label', 'size'],
|
|
3255
3255
|
standalone: false
|
|
3256
3256
|
})
|
|
3257
3257
|
export class SwirlIconEmojiSymbols {
|
|
@@ -3267,14 +3267,14 @@ export declare interface SwirlIconEmojiSymbols extends Components.SwirlIconEmoji
|
|
|
3267
3267
|
|
|
3268
3268
|
|
|
3269
3269
|
@ProxyCmp({
|
|
3270
|
-
inputs: ['color', 'size']
|
|
3270
|
+
inputs: ['color', 'label', 'size']
|
|
3271
3271
|
})
|
|
3272
3272
|
@Component({
|
|
3273
3273
|
selector: 'swirl-icon-end-series',
|
|
3274
3274
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3275
3275
|
template: '<ng-content></ng-content>',
|
|
3276
3276
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3277
|
-
inputs: ['color', 'size'],
|
|
3277
|
+
inputs: ['color', 'label', 'size'],
|
|
3278
3278
|
standalone: false
|
|
3279
3279
|
})
|
|
3280
3280
|
export class SwirlIconEndSeries {
|
|
@@ -3290,14 +3290,14 @@ export declare interface SwirlIconEndSeries extends Components.SwirlIconEndSerie
|
|
|
3290
3290
|
|
|
3291
3291
|
|
|
3292
3292
|
@ProxyCmp({
|
|
3293
|
-
inputs: ['color', 'size']
|
|
3293
|
+
inputs: ['color', 'label', 'size']
|
|
3294
3294
|
})
|
|
3295
3295
|
@Component({
|
|
3296
3296
|
selector: 'swirl-icon-error',
|
|
3297
3297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3298
3298
|
template: '<ng-content></ng-content>',
|
|
3299
3299
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3300
|
-
inputs: ['color', 'size'],
|
|
3300
|
+
inputs: ['color', 'label', 'size'],
|
|
3301
3301
|
standalone: false
|
|
3302
3302
|
})
|
|
3303
3303
|
export class SwirlIconError {
|
|
@@ -3313,14 +3313,14 @@ export declare interface SwirlIconError extends Components.SwirlIconError {}
|
|
|
3313
3313
|
|
|
3314
3314
|
|
|
3315
3315
|
@ProxyCmp({
|
|
3316
|
-
inputs: ['color', 'size']
|
|
3316
|
+
inputs: ['color', 'label', 'size']
|
|
3317
3317
|
})
|
|
3318
3318
|
@Component({
|
|
3319
3319
|
selector: 'swirl-icon-expand-less',
|
|
3320
3320
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3321
3321
|
template: '<ng-content></ng-content>',
|
|
3322
3322
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3323
|
-
inputs: ['color', 'size'],
|
|
3323
|
+
inputs: ['color', 'label', 'size'],
|
|
3324
3324
|
standalone: false
|
|
3325
3325
|
})
|
|
3326
3326
|
export class SwirlIconExpandLess {
|
|
@@ -3336,14 +3336,14 @@ export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandL
|
|
|
3336
3336
|
|
|
3337
3337
|
|
|
3338
3338
|
@ProxyCmp({
|
|
3339
|
-
inputs: ['color', 'size']
|
|
3339
|
+
inputs: ['color', 'label', 'size']
|
|
3340
3340
|
})
|
|
3341
3341
|
@Component({
|
|
3342
3342
|
selector: 'swirl-icon-expand-more',
|
|
3343
3343
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3344
3344
|
template: '<ng-content></ng-content>',
|
|
3345
3345
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3346
|
-
inputs: ['color', 'size'],
|
|
3346
|
+
inputs: ['color', 'label', 'size'],
|
|
3347
3347
|
standalone: false
|
|
3348
3348
|
})
|
|
3349
3349
|
export class SwirlIconExpandMore {
|
|
@@ -3359,14 +3359,14 @@ export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandM
|
|
|
3359
3359
|
|
|
3360
3360
|
|
|
3361
3361
|
@ProxyCmp({
|
|
3362
|
-
inputs: ['color', 'size']
|
|
3362
|
+
inputs: ['color', 'label', 'size']
|
|
3363
3363
|
})
|
|
3364
3364
|
@Component({
|
|
3365
3365
|
selector: 'swirl-icon-experiment',
|
|
3366
3366
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3367
3367
|
template: '<ng-content></ng-content>',
|
|
3368
3368
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3369
|
-
inputs: ['color', 'size'],
|
|
3369
|
+
inputs: ['color', 'label', 'size'],
|
|
3370
3370
|
standalone: false
|
|
3371
3371
|
})
|
|
3372
3372
|
export class SwirlIconExperiment {
|
|
@@ -3382,14 +3382,14 @@ export declare interface SwirlIconExperiment extends Components.SwirlIconExperim
|
|
|
3382
3382
|
|
|
3383
3383
|
|
|
3384
3384
|
@ProxyCmp({
|
|
3385
|
-
inputs: ['color', 'size']
|
|
3385
|
+
inputs: ['color', 'label', 'size']
|
|
3386
3386
|
})
|
|
3387
3387
|
@Component({
|
|
3388
3388
|
selector: 'swirl-icon-file',
|
|
3389
3389
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3390
3390
|
template: '<ng-content></ng-content>',
|
|
3391
3391
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3392
|
-
inputs: ['color', 'size'],
|
|
3392
|
+
inputs: ['color', 'label', 'size'],
|
|
3393
3393
|
standalone: false
|
|
3394
3394
|
})
|
|
3395
3395
|
export class SwirlIconFile {
|
|
@@ -3405,14 +3405,14 @@ export declare interface SwirlIconFile extends Components.SwirlIconFile {}
|
|
|
3405
3405
|
|
|
3406
3406
|
|
|
3407
3407
|
@ProxyCmp({
|
|
3408
|
-
inputs: ['color', 'size']
|
|
3408
|
+
inputs: ['color', 'label', 'size']
|
|
3409
3409
|
})
|
|
3410
3410
|
@Component({
|
|
3411
3411
|
selector: 'swirl-icon-file-copy',
|
|
3412
3412
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3413
3413
|
template: '<ng-content></ng-content>',
|
|
3414
3414
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3415
|
-
inputs: ['color', 'size'],
|
|
3415
|
+
inputs: ['color', 'label', 'size'],
|
|
3416
3416
|
standalone: false
|
|
3417
3417
|
})
|
|
3418
3418
|
export class SwirlIconFileCopy {
|
|
@@ -3428,14 +3428,14 @@ export declare interface SwirlIconFileCopy extends Components.SwirlIconFileCopy
|
|
|
3428
3428
|
|
|
3429
3429
|
|
|
3430
3430
|
@ProxyCmp({
|
|
3431
|
-
inputs: ['color', 'size']
|
|
3431
|
+
inputs: ['color', 'label', 'size']
|
|
3432
3432
|
})
|
|
3433
3433
|
@Component({
|
|
3434
3434
|
selector: 'swirl-icon-filter',
|
|
3435
3435
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3436
3436
|
template: '<ng-content></ng-content>',
|
|
3437
3437
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3438
|
-
inputs: ['color', 'size'],
|
|
3438
|
+
inputs: ['color', 'label', 'size'],
|
|
3439
3439
|
standalone: false
|
|
3440
3440
|
})
|
|
3441
3441
|
export class SwirlIconFilter {
|
|
@@ -3451,14 +3451,14 @@ export declare interface SwirlIconFilter extends Components.SwirlIconFilter {}
|
|
|
3451
3451
|
|
|
3452
3452
|
|
|
3453
3453
|
@ProxyCmp({
|
|
3454
|
-
inputs: ['color', 'size']
|
|
3454
|
+
inputs: ['color', 'label', 'size']
|
|
3455
3455
|
})
|
|
3456
3456
|
@Component({
|
|
3457
3457
|
selector: 'swirl-icon-folder',
|
|
3458
3458
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3459
3459
|
template: '<ng-content></ng-content>',
|
|
3460
3460
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3461
|
-
inputs: ['color', 'size'],
|
|
3461
|
+
inputs: ['color', 'label', 'size'],
|
|
3462
3462
|
standalone: false
|
|
3463
3463
|
})
|
|
3464
3464
|
export class SwirlIconFolder {
|
|
@@ -3474,14 +3474,14 @@ export declare interface SwirlIconFolder extends Components.SwirlIconFolder {}
|
|
|
3474
3474
|
|
|
3475
3475
|
|
|
3476
3476
|
@ProxyCmp({
|
|
3477
|
-
inputs: ['color', 'size']
|
|
3477
|
+
inputs: ['color', 'label', 'size']
|
|
3478
3478
|
})
|
|
3479
3479
|
@Component({
|
|
3480
3480
|
selector: 'swirl-icon-folder-shared',
|
|
3481
3481
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3482
3482
|
template: '<ng-content></ng-content>',
|
|
3483
3483
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3484
|
-
inputs: ['color', 'size'],
|
|
3484
|
+
inputs: ['color', 'label', 'size'],
|
|
3485
3485
|
standalone: false
|
|
3486
3486
|
})
|
|
3487
3487
|
export class SwirlIconFolderShared {
|
|
@@ -3497,14 +3497,14 @@ export declare interface SwirlIconFolderShared extends Components.SwirlIconFolde
|
|
|
3497
3497
|
|
|
3498
3498
|
|
|
3499
3499
|
@ProxyCmp({
|
|
3500
|
-
inputs: ['color', 'size']
|
|
3500
|
+
inputs: ['color', 'label', 'size']
|
|
3501
3501
|
})
|
|
3502
3502
|
@Component({
|
|
3503
3503
|
selector: 'swirl-icon-format-h-one',
|
|
3504
3504
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3505
3505
|
template: '<ng-content></ng-content>',
|
|
3506
3506
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3507
|
-
inputs: ['color', 'size'],
|
|
3507
|
+
inputs: ['color', 'label', 'size'],
|
|
3508
3508
|
standalone: false
|
|
3509
3509
|
})
|
|
3510
3510
|
export class SwirlIconFormatHOne {
|
|
@@ -3520,14 +3520,14 @@ export declare interface SwirlIconFormatHOne extends Components.SwirlIconFormatH
|
|
|
3520
3520
|
|
|
3521
3521
|
|
|
3522
3522
|
@ProxyCmp({
|
|
3523
|
-
inputs: ['color', 'size']
|
|
3523
|
+
inputs: ['color', 'label', 'size']
|
|
3524
3524
|
})
|
|
3525
3525
|
@Component({
|
|
3526
3526
|
selector: 'swirl-icon-format-list-bulleted',
|
|
3527
3527
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3528
3528
|
template: '<ng-content></ng-content>',
|
|
3529
3529
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3530
|
-
inputs: ['color', 'size'],
|
|
3530
|
+
inputs: ['color', 'label', 'size'],
|
|
3531
3531
|
standalone: false
|
|
3532
3532
|
})
|
|
3533
3533
|
export class SwirlIconFormatListBulleted {
|
|
@@ -3543,14 +3543,14 @@ export declare interface SwirlIconFormatListBulleted extends Components.SwirlIco
|
|
|
3543
3543
|
|
|
3544
3544
|
|
|
3545
3545
|
@ProxyCmp({
|
|
3546
|
-
inputs: ['color', 'size']
|
|
3546
|
+
inputs: ['color', 'label', 'size']
|
|
3547
3547
|
})
|
|
3548
3548
|
@Component({
|
|
3549
3549
|
selector: 'swirl-icon-forward',
|
|
3550
3550
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3551
3551
|
template: '<ng-content></ng-content>',
|
|
3552
3552
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3553
|
-
inputs: ['color', 'size'],
|
|
3553
|
+
inputs: ['color', 'label', 'size'],
|
|
3554
3554
|
standalone: false
|
|
3555
3555
|
})
|
|
3556
3556
|
export class SwirlIconForward {
|
|
@@ -3566,14 +3566,14 @@ export declare interface SwirlIconForward extends Components.SwirlIconForward {}
|
|
|
3566
3566
|
|
|
3567
3567
|
|
|
3568
3568
|
@ProxyCmp({
|
|
3569
|
-
inputs: ['color', 'size']
|
|
3569
|
+
inputs: ['color', 'label', 'size']
|
|
3570
3570
|
})
|
|
3571
3571
|
@Component({
|
|
3572
3572
|
selector: 'swirl-icon-fullscreen',
|
|
3573
3573
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3574
3574
|
template: '<ng-content></ng-content>',
|
|
3575
3575
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3576
|
-
inputs: ['color', 'size'],
|
|
3576
|
+
inputs: ['color', 'label', 'size'],
|
|
3577
3577
|
standalone: false
|
|
3578
3578
|
})
|
|
3579
3579
|
export class SwirlIconFullscreen {
|
|
@@ -3589,14 +3589,14 @@ export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscr
|
|
|
3589
3589
|
|
|
3590
3590
|
|
|
3591
3591
|
@ProxyCmp({
|
|
3592
|
-
inputs: ['color', 'size']
|
|
3592
|
+
inputs: ['color', 'label', 'size']
|
|
3593
3593
|
})
|
|
3594
3594
|
@Component({
|
|
3595
3595
|
selector: 'swirl-icon-fullscreen-exit',
|
|
3596
3596
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3597
3597
|
template: '<ng-content></ng-content>',
|
|
3598
3598
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3599
|
-
inputs: ['color', 'size'],
|
|
3599
|
+
inputs: ['color', 'label', 'size'],
|
|
3600
3600
|
standalone: false
|
|
3601
3601
|
})
|
|
3602
3602
|
export class SwirlIconFullscreenExit {
|
|
@@ -3612,14 +3612,14 @@ export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFul
|
|
|
3612
3612
|
|
|
3613
3613
|
|
|
3614
3614
|
@ProxyCmp({
|
|
3615
|
-
inputs: ['color', 'size']
|
|
3615
|
+
inputs: ['color', 'label', 'size']
|
|
3616
3616
|
})
|
|
3617
3617
|
@Component({
|
|
3618
3618
|
selector: 'swirl-icon-gif',
|
|
3619
3619
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3620
3620
|
template: '<ng-content></ng-content>',
|
|
3621
3621
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3622
|
-
inputs: ['color', 'size'],
|
|
3622
|
+
inputs: ['color', 'label', 'size'],
|
|
3623
3623
|
standalone: false
|
|
3624
3624
|
})
|
|
3625
3625
|
export class SwirlIconGif {
|
|
@@ -3635,14 +3635,14 @@ export declare interface SwirlIconGif extends Components.SwirlIconGif {}
|
|
|
3635
3635
|
|
|
3636
3636
|
|
|
3637
3637
|
@ProxyCmp({
|
|
3638
|
-
inputs: ['color', 'size']
|
|
3638
|
+
inputs: ['color', 'label', 'size']
|
|
3639
3639
|
})
|
|
3640
3640
|
@Component({
|
|
3641
3641
|
selector: 'swirl-icon-group-add',
|
|
3642
3642
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3643
3643
|
template: '<ng-content></ng-content>',
|
|
3644
3644
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3645
|
-
inputs: ['color', 'size'],
|
|
3645
|
+
inputs: ['color', 'label', 'size'],
|
|
3646
3646
|
standalone: false
|
|
3647
3647
|
})
|
|
3648
3648
|
export class SwirlIconGroupAdd {
|
|
@@ -3658,14 +3658,14 @@ export declare interface SwirlIconGroupAdd extends Components.SwirlIconGroupAdd
|
|
|
3658
3658
|
|
|
3659
3659
|
|
|
3660
3660
|
@ProxyCmp({
|
|
3661
|
-
inputs: ['color', 'size']
|
|
3661
|
+
inputs: ['color', 'label', 'size']
|
|
3662
3662
|
})
|
|
3663
3663
|
@Component({
|
|
3664
3664
|
selector: 'swirl-icon-group-assign',
|
|
3665
3665
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3666
3666
|
template: '<ng-content></ng-content>',
|
|
3667
3667
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3668
|
-
inputs: ['color', 'size'],
|
|
3668
|
+
inputs: ['color', 'label', 'size'],
|
|
3669
3669
|
standalone: false
|
|
3670
3670
|
})
|
|
3671
3671
|
export class SwirlIconGroupAssign {
|
|
@@ -3681,14 +3681,14 @@ export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupA
|
|
|
3681
3681
|
|
|
3682
3682
|
|
|
3683
3683
|
@ProxyCmp({
|
|
3684
|
-
inputs: ['color', 'size']
|
|
3684
|
+
inputs: ['color', 'label', 'size']
|
|
3685
3685
|
})
|
|
3686
3686
|
@Component({
|
|
3687
3687
|
selector: 'swirl-icon-groups',
|
|
3688
3688
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3689
3689
|
template: '<ng-content></ng-content>',
|
|
3690
3690
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3691
|
-
inputs: ['color', 'size'],
|
|
3691
|
+
inputs: ['color', 'label', 'size'],
|
|
3692
3692
|
standalone: false
|
|
3693
3693
|
})
|
|
3694
3694
|
export class SwirlIconGroups {
|
|
@@ -3704,14 +3704,14 @@ export declare interface SwirlIconGroups extends Components.SwirlIconGroups {}
|
|
|
3704
3704
|
|
|
3705
3705
|
|
|
3706
3706
|
@ProxyCmp({
|
|
3707
|
-
inputs: ['color', 'size']
|
|
3707
|
+
inputs: ['color', 'label', 'size']
|
|
3708
3708
|
})
|
|
3709
3709
|
@Component({
|
|
3710
3710
|
selector: 'swirl-icon-groups-filled',
|
|
3711
3711
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3712
3712
|
template: '<ng-content></ng-content>',
|
|
3713
3713
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3714
|
-
inputs: ['color', 'size'],
|
|
3714
|
+
inputs: ['color', 'label', 'size'],
|
|
3715
3715
|
standalone: false
|
|
3716
3716
|
})
|
|
3717
3717
|
export class SwirlIconGroupsFilled {
|
|
@@ -3727,14 +3727,14 @@ export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroup
|
|
|
3727
3727
|
|
|
3728
3728
|
|
|
3729
3729
|
@ProxyCmp({
|
|
3730
|
-
inputs: ['color', 'size']
|
|
3730
|
+
inputs: ['color', 'label', 'size']
|
|
3731
3731
|
})
|
|
3732
3732
|
@Component({
|
|
3733
3733
|
selector: 'swirl-icon-hamburger-menu',
|
|
3734
3734
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3735
3735
|
template: '<ng-content></ng-content>',
|
|
3736
3736
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3737
|
-
inputs: ['color', 'size'],
|
|
3737
|
+
inputs: ['color', 'label', 'size'],
|
|
3738
3738
|
standalone: false
|
|
3739
3739
|
})
|
|
3740
3740
|
export class SwirlIconHamburgerMenu {
|
|
@@ -3750,14 +3750,14 @@ export declare interface SwirlIconHamburgerMenu extends Components.SwirlIconHamb
|
|
|
3750
3750
|
|
|
3751
3751
|
|
|
3752
3752
|
@ProxyCmp({
|
|
3753
|
-
inputs: ['color', 'size']
|
|
3753
|
+
inputs: ['color', 'label', 'size']
|
|
3754
3754
|
})
|
|
3755
3755
|
@Component({
|
|
3756
3756
|
selector: 'swirl-icon-health-and-safety',
|
|
3757
3757
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3758
3758
|
template: '<ng-content></ng-content>',
|
|
3759
3759
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3760
|
-
inputs: ['color', 'size'],
|
|
3760
|
+
inputs: ['color', 'label', 'size'],
|
|
3761
3761
|
standalone: false
|
|
3762
3762
|
})
|
|
3763
3763
|
export class SwirlIconHealthAndSafety {
|
|
@@ -3773,14 +3773,14 @@ export declare interface SwirlIconHealthAndSafety extends Components.SwirlIconHe
|
|
|
3773
3773
|
|
|
3774
3774
|
|
|
3775
3775
|
@ProxyCmp({
|
|
3776
|
-
inputs: ['color', 'size']
|
|
3776
|
+
inputs: ['color', 'label', 'size']
|
|
3777
3777
|
})
|
|
3778
3778
|
@Component({
|
|
3779
3779
|
selector: 'swirl-icon-help',
|
|
3780
3780
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3781
3781
|
template: '<ng-content></ng-content>',
|
|
3782
3782
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3783
|
-
inputs: ['color', 'size'],
|
|
3783
|
+
inputs: ['color', 'label', 'size'],
|
|
3784
3784
|
standalone: false
|
|
3785
3785
|
})
|
|
3786
3786
|
export class SwirlIconHelp {
|
|
@@ -3796,14 +3796,14 @@ export declare interface SwirlIconHelp extends Components.SwirlIconHelp {}
|
|
|
3796
3796
|
|
|
3797
3797
|
|
|
3798
3798
|
@ProxyCmp({
|
|
3799
|
-
inputs: ['color', 'size']
|
|
3799
|
+
inputs: ['color', 'label', 'size']
|
|
3800
3800
|
})
|
|
3801
3801
|
@Component({
|
|
3802
3802
|
selector: 'swirl-icon-help-filled',
|
|
3803
3803
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3804
3804
|
template: '<ng-content></ng-content>',
|
|
3805
3805
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3806
|
-
inputs: ['color', 'size'],
|
|
3806
|
+
inputs: ['color', 'label', 'size'],
|
|
3807
3807
|
standalone: false
|
|
3808
3808
|
})
|
|
3809
3809
|
export class SwirlIconHelpFilled {
|
|
@@ -3819,14 +3819,14 @@ export declare interface SwirlIconHelpFilled extends Components.SwirlIconHelpFil
|
|
|
3819
3819
|
|
|
3820
3820
|
|
|
3821
3821
|
@ProxyCmp({
|
|
3822
|
-
inputs: ['color', 'size']
|
|
3822
|
+
inputs: ['color', 'label', 'size']
|
|
3823
3823
|
})
|
|
3824
3824
|
@Component({
|
|
3825
3825
|
selector: 'swirl-icon-highlight',
|
|
3826
3826
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3827
3827
|
template: '<ng-content></ng-content>',
|
|
3828
3828
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3829
|
-
inputs: ['color', 'size'],
|
|
3829
|
+
inputs: ['color', 'label', 'size'],
|
|
3830
3830
|
standalone: false
|
|
3831
3831
|
})
|
|
3832
3832
|
export class SwirlIconHighlight {
|
|
@@ -3842,14 +3842,14 @@ export declare interface SwirlIconHighlight extends Components.SwirlIconHighligh
|
|
|
3842
3842
|
|
|
3843
3843
|
|
|
3844
3844
|
@ProxyCmp({
|
|
3845
|
-
inputs: ['color', 'size']
|
|
3845
|
+
inputs: ['color', 'label', 'size']
|
|
3846
3846
|
})
|
|
3847
3847
|
@Component({
|
|
3848
3848
|
selector: 'swirl-icon-history',
|
|
3849
3849
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3850
3850
|
template: '<ng-content></ng-content>',
|
|
3851
3851
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3852
|
-
inputs: ['color', 'size'],
|
|
3852
|
+
inputs: ['color', 'label', 'size'],
|
|
3853
3853
|
standalone: false
|
|
3854
3854
|
})
|
|
3855
3855
|
export class SwirlIconHistory {
|
|
@@ -3865,14 +3865,14 @@ export declare interface SwirlIconHistory extends Components.SwirlIconHistory {}
|
|
|
3865
3865
|
|
|
3866
3866
|
|
|
3867
3867
|
@ProxyCmp({
|
|
3868
|
-
inputs: ['color', 'size']
|
|
3868
|
+
inputs: ['color', 'label', 'size']
|
|
3869
3869
|
})
|
|
3870
3870
|
@Component({
|
|
3871
3871
|
selector: 'swirl-icon-home',
|
|
3872
3872
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3873
3873
|
template: '<ng-content></ng-content>',
|
|
3874
3874
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3875
|
-
inputs: ['color', 'size'],
|
|
3875
|
+
inputs: ['color', 'label', 'size'],
|
|
3876
3876
|
standalone: false
|
|
3877
3877
|
})
|
|
3878
3878
|
export class SwirlIconHome {
|
|
@@ -3888,14 +3888,14 @@ export declare interface SwirlIconHome extends Components.SwirlIconHome {}
|
|
|
3888
3888
|
|
|
3889
3889
|
|
|
3890
3890
|
@ProxyCmp({
|
|
3891
|
-
inputs: ['color', 'size']
|
|
3891
|
+
inputs: ['color', 'label', 'size']
|
|
3892
3892
|
})
|
|
3893
3893
|
@Component({
|
|
3894
3894
|
selector: 'swirl-icon-home-filled',
|
|
3895
3895
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3896
3896
|
template: '<ng-content></ng-content>',
|
|
3897
3897
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3898
|
-
inputs: ['color', 'size'],
|
|
3898
|
+
inputs: ['color', 'label', 'size'],
|
|
3899
3899
|
standalone: false
|
|
3900
3900
|
})
|
|
3901
3901
|
export class SwirlIconHomeFilled {
|
|
@@ -3911,14 +3911,14 @@ export declare interface SwirlIconHomeFilled extends Components.SwirlIconHomeFil
|
|
|
3911
3911
|
|
|
3912
3912
|
|
|
3913
3913
|
@ProxyCmp({
|
|
3914
|
-
inputs: ['color', 'size']
|
|
3914
|
+
inputs: ['color', 'label', 'size']
|
|
3915
3915
|
})
|
|
3916
3916
|
@Component({
|
|
3917
3917
|
selector: 'swirl-icon-hr-resting',
|
|
3918
3918
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3919
3919
|
template: '<ng-content></ng-content>',
|
|
3920
3920
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3921
|
-
inputs: ['color', 'size'],
|
|
3921
|
+
inputs: ['color', 'label', 'size'],
|
|
3922
3922
|
standalone: false
|
|
3923
3923
|
})
|
|
3924
3924
|
export class SwirlIconHrResting {
|
|
@@ -3934,14 +3934,14 @@ export declare interface SwirlIconHrResting extends Components.SwirlIconHrRestin
|
|
|
3934
3934
|
|
|
3935
3935
|
|
|
3936
3936
|
@ProxyCmp({
|
|
3937
|
-
inputs: ['color', 'size']
|
|
3937
|
+
inputs: ['color', 'label', 'size']
|
|
3938
3938
|
})
|
|
3939
3939
|
@Component({
|
|
3940
3940
|
selector: 'swirl-icon-image',
|
|
3941
3941
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3942
3942
|
template: '<ng-content></ng-content>',
|
|
3943
3943
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3944
|
-
inputs: ['color', 'size'],
|
|
3944
|
+
inputs: ['color', 'label', 'size'],
|
|
3945
3945
|
standalone: false
|
|
3946
3946
|
})
|
|
3947
3947
|
export class SwirlIconImage {
|
|
@@ -3957,14 +3957,14 @@ export declare interface SwirlIconImage extends Components.SwirlIconImage {}
|
|
|
3957
3957
|
|
|
3958
3958
|
|
|
3959
3959
|
@ProxyCmp({
|
|
3960
|
-
inputs: ['color', 'size']
|
|
3960
|
+
inputs: ['color', 'label', 'size']
|
|
3961
3961
|
})
|
|
3962
3962
|
@Component({
|
|
3963
3963
|
selector: 'swirl-icon-improve-text',
|
|
3964
3964
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3965
3965
|
template: '<ng-content></ng-content>',
|
|
3966
3966
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3967
|
-
inputs: ['color', 'size'],
|
|
3967
|
+
inputs: ['color', 'label', 'size'],
|
|
3968
3968
|
standalone: false
|
|
3969
3969
|
})
|
|
3970
3970
|
export class SwirlIconImproveText {
|
|
@@ -3980,14 +3980,14 @@ export declare interface SwirlIconImproveText extends Components.SwirlIconImprov
|
|
|
3980
3980
|
|
|
3981
3981
|
|
|
3982
3982
|
@ProxyCmp({
|
|
3983
|
-
inputs: ['color', 'size']
|
|
3983
|
+
inputs: ['color', 'label', 'size']
|
|
3984
3984
|
})
|
|
3985
3985
|
@Component({
|
|
3986
3986
|
selector: 'swirl-icon-info',
|
|
3987
3987
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3988
3988
|
template: '<ng-content></ng-content>',
|
|
3989
3989
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3990
|
-
inputs: ['color', 'size'],
|
|
3990
|
+
inputs: ['color', 'label', 'size'],
|
|
3991
3991
|
standalone: false
|
|
3992
3992
|
})
|
|
3993
3993
|
export class SwirlIconInfo {
|
|
@@ -4003,14 +4003,14 @@ export declare interface SwirlIconInfo extends Components.SwirlIconInfo {}
|
|
|
4003
4003
|
|
|
4004
4004
|
|
|
4005
4005
|
@ProxyCmp({
|
|
4006
|
-
inputs: ['color', 'size']
|
|
4006
|
+
inputs: ['color', 'label', 'size']
|
|
4007
4007
|
})
|
|
4008
4008
|
@Component({
|
|
4009
4009
|
selector: 'swirl-icon-insert-below',
|
|
4010
4010
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4011
4011
|
template: '<ng-content></ng-content>',
|
|
4012
4012
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4013
|
-
inputs: ['color', 'size'],
|
|
4013
|
+
inputs: ['color', 'label', 'size'],
|
|
4014
4014
|
standalone: false
|
|
4015
4015
|
})
|
|
4016
4016
|
export class SwirlIconInsertBelow {
|
|
@@ -4026,14 +4026,14 @@ export declare interface SwirlIconInsertBelow extends Components.SwirlIconInsert
|
|
|
4026
4026
|
|
|
4027
4027
|
|
|
4028
4028
|
@ProxyCmp({
|
|
4029
|
-
inputs: ['color', 'size']
|
|
4029
|
+
inputs: ['color', 'label', 'size']
|
|
4030
4030
|
})
|
|
4031
4031
|
@Component({
|
|
4032
4032
|
selector: 'swirl-icon-insert-chart',
|
|
4033
4033
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4034
4034
|
template: '<ng-content></ng-content>',
|
|
4035
4035
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4036
|
-
inputs: ['color', 'size'],
|
|
4036
|
+
inputs: ['color', 'label', 'size'],
|
|
4037
4037
|
standalone: false
|
|
4038
4038
|
})
|
|
4039
4039
|
export class SwirlIconInsertChart {
|
|
@@ -4049,14 +4049,14 @@ export declare interface SwirlIconInsertChart extends Components.SwirlIconInsert
|
|
|
4049
4049
|
|
|
4050
4050
|
|
|
4051
4051
|
@ProxyCmp({
|
|
4052
|
-
inputs: ['color', 'size']
|
|
4052
|
+
inputs: ['color', 'label', 'size']
|
|
4053
4053
|
})
|
|
4054
4054
|
@Component({
|
|
4055
4055
|
selector: 'swirl-icon-insert-on-top',
|
|
4056
4056
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4057
4057
|
template: '<ng-content></ng-content>',
|
|
4058
4058
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4059
|
-
inputs: ['color', 'size'],
|
|
4059
|
+
inputs: ['color', 'label', 'size'],
|
|
4060
4060
|
standalone: false
|
|
4061
4061
|
})
|
|
4062
4062
|
export class SwirlIconInsertOnTop {
|
|
@@ -4072,14 +4072,14 @@ export declare interface SwirlIconInsertOnTop extends Components.SwirlIconInsert
|
|
|
4072
4072
|
|
|
4073
4073
|
|
|
4074
4074
|
@ProxyCmp({
|
|
4075
|
-
inputs: ['color', 'size']
|
|
4075
|
+
inputs: ['color', 'label', 'size']
|
|
4076
4076
|
})
|
|
4077
4077
|
@Component({
|
|
4078
4078
|
selector: 'swirl-icon-inventory',
|
|
4079
4079
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4080
4080
|
template: '<ng-content></ng-content>',
|
|
4081
4081
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4082
|
-
inputs: ['color', 'size'],
|
|
4082
|
+
inputs: ['color', 'label', 'size'],
|
|
4083
4083
|
standalone: false
|
|
4084
4084
|
})
|
|
4085
4085
|
export class SwirlIconInventory {
|
|
@@ -4095,14 +4095,14 @@ export declare interface SwirlIconInventory extends Components.SwirlIconInventor
|
|
|
4095
4095
|
|
|
4096
4096
|
|
|
4097
4097
|
@ProxyCmp({
|
|
4098
|
-
inputs: ['color', 'size']
|
|
4098
|
+
inputs: ['color', 'label', 'size']
|
|
4099
4099
|
})
|
|
4100
4100
|
@Component({
|
|
4101
4101
|
selector: 'swirl-icon-inventory-off',
|
|
4102
4102
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4103
4103
|
template: '<ng-content></ng-content>',
|
|
4104
4104
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4105
|
-
inputs: ['color', 'size'],
|
|
4105
|
+
inputs: ['color', 'label', 'size'],
|
|
4106
4106
|
standalone: false
|
|
4107
4107
|
})
|
|
4108
4108
|
export class SwirlIconInventoryOff {
|
|
@@ -4118,14 +4118,14 @@ export declare interface SwirlIconInventoryOff extends Components.SwirlIconInven
|
|
|
4118
4118
|
|
|
4119
4119
|
|
|
4120
4120
|
@ProxyCmp({
|
|
4121
|
-
inputs: ['color', 'size']
|
|
4121
|
+
inputs: ['color', 'label', 'size']
|
|
4122
4122
|
})
|
|
4123
4123
|
@Component({
|
|
4124
4124
|
selector: 'swirl-icon-iphone',
|
|
4125
4125
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4126
4126
|
template: '<ng-content></ng-content>',
|
|
4127
4127
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4128
|
-
inputs: ['color', 'size'],
|
|
4128
|
+
inputs: ['color', 'label', 'size'],
|
|
4129
4129
|
standalone: false
|
|
4130
4130
|
})
|
|
4131
4131
|
export class SwirlIconIphone {
|
|
@@ -4141,14 +4141,14 @@ export declare interface SwirlIconIphone extends Components.SwirlIconIphone {}
|
|
|
4141
4141
|
|
|
4142
4142
|
|
|
4143
4143
|
@ProxyCmp({
|
|
4144
|
-
inputs: ['color', 'size']
|
|
4144
|
+
inputs: ['color', 'label', 'size']
|
|
4145
4145
|
})
|
|
4146
4146
|
@Component({
|
|
4147
4147
|
selector: 'swirl-icon-key',
|
|
4148
4148
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4149
4149
|
template: '<ng-content></ng-content>',
|
|
4150
4150
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4151
|
-
inputs: ['color', 'size'],
|
|
4151
|
+
inputs: ['color', 'label', 'size'],
|
|
4152
4152
|
standalone: false
|
|
4153
4153
|
})
|
|
4154
4154
|
export class SwirlIconKey {
|
|
@@ -4164,14 +4164,14 @@ export declare interface SwirlIconKey extends Components.SwirlIconKey {}
|
|
|
4164
4164
|
|
|
4165
4165
|
|
|
4166
4166
|
@ProxyCmp({
|
|
4167
|
-
inputs: ['color', 'size']
|
|
4167
|
+
inputs: ['color', 'label', 'size']
|
|
4168
4168
|
})
|
|
4169
4169
|
@Component({
|
|
4170
4170
|
selector: 'swirl-icon-keyboard',
|
|
4171
4171
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4172
4172
|
template: '<ng-content></ng-content>',
|
|
4173
4173
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4174
|
-
inputs: ['color', 'size'],
|
|
4174
|
+
inputs: ['color', 'label', 'size'],
|
|
4175
4175
|
standalone: false
|
|
4176
4176
|
})
|
|
4177
4177
|
export class SwirlIconKeyboard {
|
|
@@ -4187,14 +4187,14 @@ export declare interface SwirlIconKeyboard extends Components.SwirlIconKeyboard
|
|
|
4187
4187
|
|
|
4188
4188
|
|
|
4189
4189
|
@ProxyCmp({
|
|
4190
|
-
inputs: ['color', 'size']
|
|
4190
|
+
inputs: ['color', 'label', 'size']
|
|
4191
4191
|
})
|
|
4192
4192
|
@Component({
|
|
4193
4193
|
selector: 'swirl-icon-keyboard-hide',
|
|
4194
4194
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4195
4195
|
template: '<ng-content></ng-content>',
|
|
4196
4196
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4197
|
-
inputs: ['color', 'size'],
|
|
4197
|
+
inputs: ['color', 'label', 'size'],
|
|
4198
4198
|
standalone: false
|
|
4199
4199
|
})
|
|
4200
4200
|
export class SwirlIconKeyboardHide {
|
|
@@ -4210,14 +4210,14 @@ export declare interface SwirlIconKeyboardHide extends Components.SwirlIconKeybo
|
|
|
4210
4210
|
|
|
4211
4211
|
|
|
4212
4212
|
@ProxyCmp({
|
|
4213
|
-
inputs: ['color', 'size']
|
|
4213
|
+
inputs: ['color', 'label', 'size']
|
|
4214
4214
|
})
|
|
4215
4215
|
@Component({
|
|
4216
4216
|
selector: 'swirl-icon-language',
|
|
4217
4217
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4218
4218
|
template: '<ng-content></ng-content>',
|
|
4219
4219
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4220
|
-
inputs: ['color', 'size'],
|
|
4220
|
+
inputs: ['color', 'label', 'size'],
|
|
4221
4221
|
standalone: false
|
|
4222
4222
|
})
|
|
4223
4223
|
export class SwirlIconLanguage {
|
|
@@ -4233,14 +4233,14 @@ export declare interface SwirlIconLanguage extends Components.SwirlIconLanguage
|
|
|
4233
4233
|
|
|
4234
4234
|
|
|
4235
4235
|
@ProxyCmp({
|
|
4236
|
-
inputs: ['color', 'size']
|
|
4236
|
+
inputs: ['color', 'label', 'size']
|
|
4237
4237
|
})
|
|
4238
4238
|
@Component({
|
|
4239
4239
|
selector: 'swirl-icon-light-mode',
|
|
4240
4240
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4241
4241
|
template: '<ng-content></ng-content>',
|
|
4242
4242
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4243
|
-
inputs: ['color', 'size'],
|
|
4243
|
+
inputs: ['color', 'label', 'size'],
|
|
4244
4244
|
standalone: false
|
|
4245
4245
|
})
|
|
4246
4246
|
export class SwirlIconLightMode {
|
|
@@ -4256,14 +4256,14 @@ export declare interface SwirlIconLightMode extends Components.SwirlIconLightMod
|
|
|
4256
4256
|
|
|
4257
4257
|
|
|
4258
4258
|
@ProxyCmp({
|
|
4259
|
-
inputs: ['color', 'size']
|
|
4259
|
+
inputs: ['color', 'label', 'size']
|
|
4260
4260
|
})
|
|
4261
4261
|
@Component({
|
|
4262
4262
|
selector: 'swirl-icon-like',
|
|
4263
4263
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4264
4264
|
template: '<ng-content></ng-content>',
|
|
4265
4265
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4266
|
-
inputs: ['color', 'size'],
|
|
4266
|
+
inputs: ['color', 'label', 'size'],
|
|
4267
4267
|
standalone: false
|
|
4268
4268
|
})
|
|
4269
4269
|
export class SwirlIconLike {
|
|
@@ -4279,14 +4279,14 @@ export declare interface SwirlIconLike extends Components.SwirlIconLike {}
|
|
|
4279
4279
|
|
|
4280
4280
|
|
|
4281
4281
|
@ProxyCmp({
|
|
4282
|
-
inputs: ['color', 'size']
|
|
4282
|
+
inputs: ['color', 'label', 'size']
|
|
4283
4283
|
})
|
|
4284
4284
|
@Component({
|
|
4285
4285
|
selector: 'swirl-icon-link',
|
|
4286
4286
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4287
4287
|
template: '<ng-content></ng-content>',
|
|
4288
4288
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4289
|
-
inputs: ['color', 'size'],
|
|
4289
|
+
inputs: ['color', 'label', 'size'],
|
|
4290
4290
|
standalone: false
|
|
4291
4291
|
})
|
|
4292
4292
|
export class SwirlIconLink {
|
|
@@ -4302,14 +4302,14 @@ export declare interface SwirlIconLink extends Components.SwirlIconLink {}
|
|
|
4302
4302
|
|
|
4303
4303
|
|
|
4304
4304
|
@ProxyCmp({
|
|
4305
|
-
inputs: ['color', 'size']
|
|
4305
|
+
inputs: ['color', 'label', 'size']
|
|
4306
4306
|
})
|
|
4307
4307
|
@Component({
|
|
4308
4308
|
selector: 'swirl-icon-list-alt-check',
|
|
4309
4309
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4310
4310
|
template: '<ng-content></ng-content>',
|
|
4311
4311
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4312
|
-
inputs: ['color', 'size'],
|
|
4312
|
+
inputs: ['color', 'label', 'size'],
|
|
4313
4313
|
standalone: false
|
|
4314
4314
|
})
|
|
4315
4315
|
export class SwirlIconListAltCheck {
|
|
@@ -4325,14 +4325,14 @@ export declare interface SwirlIconListAltCheck extends Components.SwirlIconListA
|
|
|
4325
4325
|
|
|
4326
4326
|
|
|
4327
4327
|
@ProxyCmp({
|
|
4328
|
-
inputs: ['color', 'size']
|
|
4328
|
+
inputs: ['color', 'label', 'size']
|
|
4329
4329
|
})
|
|
4330
4330
|
@Component({
|
|
4331
4331
|
selector: 'swirl-icon-live',
|
|
4332
4332
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4333
4333
|
template: '<ng-content></ng-content>',
|
|
4334
4334
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4335
|
-
inputs: ['color', 'size'],
|
|
4335
|
+
inputs: ['color', 'label', 'size'],
|
|
4336
4336
|
standalone: false
|
|
4337
4337
|
})
|
|
4338
4338
|
export class SwirlIconLive {
|
|
@@ -4348,14 +4348,14 @@ export declare interface SwirlIconLive extends Components.SwirlIconLive {}
|
|
|
4348
4348
|
|
|
4349
4349
|
|
|
4350
4350
|
@ProxyCmp({
|
|
4351
|
-
inputs: ['color', 'size']
|
|
4351
|
+
inputs: ['color', 'label', 'size']
|
|
4352
4352
|
})
|
|
4353
4353
|
@Component({
|
|
4354
4354
|
selector: 'swirl-icon-load',
|
|
4355
4355
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4356
4356
|
template: '<ng-content></ng-content>',
|
|
4357
4357
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4358
|
-
inputs: ['color', 'size'],
|
|
4358
|
+
inputs: ['color', 'label', 'size'],
|
|
4359
4359
|
standalone: false
|
|
4360
4360
|
})
|
|
4361
4361
|
export class SwirlIconLoad {
|
|
@@ -4371,14 +4371,14 @@ export declare interface SwirlIconLoad extends Components.SwirlIconLoad {}
|
|
|
4371
4371
|
|
|
4372
4372
|
|
|
4373
4373
|
@ProxyCmp({
|
|
4374
|
-
inputs: ['color', 'size']
|
|
4374
|
+
inputs: ['color', 'label', 'size']
|
|
4375
4375
|
})
|
|
4376
4376
|
@Component({
|
|
4377
4377
|
selector: 'swirl-icon-location-on',
|
|
4378
4378
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4379
4379
|
template: '<ng-content></ng-content>',
|
|
4380
4380
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4381
|
-
inputs: ['color', 'size'],
|
|
4381
|
+
inputs: ['color', 'label', 'size'],
|
|
4382
4382
|
standalone: false
|
|
4383
4383
|
})
|
|
4384
4384
|
export class SwirlIconLocationOn {
|
|
@@ -4394,14 +4394,14 @@ export declare interface SwirlIconLocationOn extends Components.SwirlIconLocatio
|
|
|
4394
4394
|
|
|
4395
4395
|
|
|
4396
4396
|
@ProxyCmp({
|
|
4397
|
-
inputs: ['color', 'size']
|
|
4397
|
+
inputs: ['color', 'label', 'size']
|
|
4398
4398
|
})
|
|
4399
4399
|
@Component({
|
|
4400
4400
|
selector: 'swirl-icon-lock',
|
|
4401
4401
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4402
4402
|
template: '<ng-content></ng-content>',
|
|
4403
4403
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4404
|
-
inputs: ['color', 'size'],
|
|
4404
|
+
inputs: ['color', 'label', 'size'],
|
|
4405
4405
|
standalone: false
|
|
4406
4406
|
})
|
|
4407
4407
|
export class SwirlIconLock {
|
|
@@ -4417,14 +4417,14 @@ export declare interface SwirlIconLock extends Components.SwirlIconLock {}
|
|
|
4417
4417
|
|
|
4418
4418
|
|
|
4419
4419
|
@ProxyCmp({
|
|
4420
|
-
inputs: ['color', 'size']
|
|
4420
|
+
inputs: ['color', 'label', 'size']
|
|
4421
4421
|
})
|
|
4422
4422
|
@Component({
|
|
4423
4423
|
selector: 'swirl-icon-lock-open',
|
|
4424
4424
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4425
4425
|
template: '<ng-content></ng-content>',
|
|
4426
4426
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4427
|
-
inputs: ['color', 'size'],
|
|
4427
|
+
inputs: ['color', 'label', 'size'],
|
|
4428
4428
|
standalone: false
|
|
4429
4429
|
})
|
|
4430
4430
|
export class SwirlIconLockOpen {
|
|
@@ -4440,14 +4440,14 @@ export declare interface SwirlIconLockOpen extends Components.SwirlIconLockOpen
|
|
|
4440
4440
|
|
|
4441
4441
|
|
|
4442
4442
|
@ProxyCmp({
|
|
4443
|
-
inputs: ['color', 'size']
|
|
4443
|
+
inputs: ['color', 'label', 'size']
|
|
4444
4444
|
})
|
|
4445
4445
|
@Component({
|
|
4446
4446
|
selector: 'swirl-icon-lock-person',
|
|
4447
4447
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4448
4448
|
template: '<ng-content></ng-content>',
|
|
4449
4449
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4450
|
-
inputs: ['color', 'size'],
|
|
4450
|
+
inputs: ['color', 'label', 'size'],
|
|
4451
4451
|
standalone: false
|
|
4452
4452
|
})
|
|
4453
4453
|
export class SwirlIconLockPerson {
|
|
@@ -4463,14 +4463,14 @@ export declare interface SwirlIconLockPerson extends Components.SwirlIconLockPer
|
|
|
4463
4463
|
|
|
4464
4464
|
|
|
4465
4465
|
@ProxyCmp({
|
|
4466
|
-
inputs: ['color', 'size']
|
|
4466
|
+
inputs: ['color', 'label', 'size']
|
|
4467
4467
|
})
|
|
4468
4468
|
@Component({
|
|
4469
4469
|
selector: 'swirl-icon-login',
|
|
4470
4470
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4471
4471
|
template: '<ng-content></ng-content>',
|
|
4472
4472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4473
|
-
inputs: ['color', 'size'],
|
|
4473
|
+
inputs: ['color', 'label', 'size'],
|
|
4474
4474
|
standalone: false
|
|
4475
4475
|
})
|
|
4476
4476
|
export class SwirlIconLogin {
|
|
@@ -4486,14 +4486,14 @@ export declare interface SwirlIconLogin extends Components.SwirlIconLogin {}
|
|
|
4486
4486
|
|
|
4487
4487
|
|
|
4488
4488
|
@ProxyCmp({
|
|
4489
|
-
inputs: ['color', 'size']
|
|
4489
|
+
inputs: ['color', 'label', 'size']
|
|
4490
4490
|
})
|
|
4491
4491
|
@Component({
|
|
4492
4492
|
selector: 'swirl-icon-logout',
|
|
4493
4493
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4494
4494
|
template: '<ng-content></ng-content>',
|
|
4495
4495
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4496
|
-
inputs: ['color', 'size'],
|
|
4496
|
+
inputs: ['color', 'label', 'size'],
|
|
4497
4497
|
standalone: false
|
|
4498
4498
|
})
|
|
4499
4499
|
export class SwirlIconLogout {
|
|
@@ -4509,14 +4509,14 @@ export declare interface SwirlIconLogout extends Components.SwirlIconLogout {}
|
|
|
4509
4509
|
|
|
4510
4510
|
|
|
4511
4511
|
@ProxyCmp({
|
|
4512
|
-
inputs: ['color', 'size']
|
|
4512
|
+
inputs: ['color', 'label', 'size']
|
|
4513
4513
|
})
|
|
4514
4514
|
@Component({
|
|
4515
4515
|
selector: 'swirl-icon-long-text',
|
|
4516
4516
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4517
4517
|
template: '<ng-content></ng-content>',
|
|
4518
4518
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4519
|
-
inputs: ['color', 'size'],
|
|
4519
|
+
inputs: ['color', 'label', 'size'],
|
|
4520
4520
|
standalone: false
|
|
4521
4521
|
})
|
|
4522
4522
|
export class SwirlIconLongText {
|
|
@@ -4532,14 +4532,14 @@ export declare interface SwirlIconLongText extends Components.SwirlIconLongText
|
|
|
4532
4532
|
|
|
4533
4533
|
|
|
4534
4534
|
@ProxyCmp({
|
|
4535
|
-
inputs: ['color', 'size']
|
|
4535
|
+
inputs: ['color', 'label', 'size']
|
|
4536
4536
|
})
|
|
4537
4537
|
@Component({
|
|
4538
4538
|
selector: 'swirl-icon-mail',
|
|
4539
4539
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4540
4540
|
template: '<ng-content></ng-content>',
|
|
4541
4541
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4542
|
-
inputs: ['color', 'size'],
|
|
4542
|
+
inputs: ['color', 'label', 'size'],
|
|
4543
4543
|
standalone: false
|
|
4544
4544
|
})
|
|
4545
4545
|
export class SwirlIconMail {
|
|
@@ -4555,14 +4555,14 @@ export declare interface SwirlIconMail extends Components.SwirlIconMail {}
|
|
|
4555
4555
|
|
|
4556
4556
|
|
|
4557
4557
|
@ProxyCmp({
|
|
4558
|
-
inputs: ['color', 'size']
|
|
4558
|
+
inputs: ['color', 'label', 'size']
|
|
4559
4559
|
})
|
|
4560
4560
|
@Component({
|
|
4561
4561
|
selector: 'swirl-icon-manage-accounts',
|
|
4562
4562
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4563
4563
|
template: '<ng-content></ng-content>',
|
|
4564
4564
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4565
|
-
inputs: ['color', 'size'],
|
|
4565
|
+
inputs: ['color', 'label', 'size'],
|
|
4566
4566
|
standalone: false
|
|
4567
4567
|
})
|
|
4568
4568
|
export class SwirlIconManageAccounts {
|
|
@@ -4578,14 +4578,14 @@ export declare interface SwirlIconManageAccounts extends Components.SwirlIconMan
|
|
|
4578
4578
|
|
|
4579
4579
|
|
|
4580
4580
|
@ProxyCmp({
|
|
4581
|
-
inputs: ['color', 'size']
|
|
4581
|
+
inputs: ['color', 'label', 'size']
|
|
4582
4582
|
})
|
|
4583
4583
|
@Component({
|
|
4584
4584
|
selector: 'swirl-icon-mark-chat-read',
|
|
4585
4585
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4586
4586
|
template: '<ng-content></ng-content>',
|
|
4587
4587
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4588
|
-
inputs: ['color', 'size'],
|
|
4588
|
+
inputs: ['color', 'label', 'size'],
|
|
4589
4589
|
standalone: false
|
|
4590
4590
|
})
|
|
4591
4591
|
export class SwirlIconMarkChatRead {
|
|
@@ -4601,14 +4601,14 @@ export declare interface SwirlIconMarkChatRead extends Components.SwirlIconMarkC
|
|
|
4601
4601
|
|
|
4602
4602
|
|
|
4603
4603
|
@ProxyCmp({
|
|
4604
|
-
inputs: ['color', 'size']
|
|
4604
|
+
inputs: ['color', 'label', 'size']
|
|
4605
4605
|
})
|
|
4606
4606
|
@Component({
|
|
4607
4607
|
selector: 'swirl-icon-mark-chat-unread',
|
|
4608
4608
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4609
4609
|
template: '<ng-content></ng-content>',
|
|
4610
4610
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4611
|
-
inputs: ['color', 'size'],
|
|
4611
|
+
inputs: ['color', 'label', 'size'],
|
|
4612
4612
|
standalone: false
|
|
4613
4613
|
})
|
|
4614
4614
|
export class SwirlIconMarkChatUnread {
|
|
@@ -4624,14 +4624,14 @@ export declare interface SwirlIconMarkChatUnread extends Components.SwirlIconMar
|
|
|
4624
4624
|
|
|
4625
4625
|
|
|
4626
4626
|
@ProxyCmp({
|
|
4627
|
-
inputs: ['color', 'size']
|
|
4627
|
+
inputs: ['color', 'label', 'size']
|
|
4628
4628
|
})
|
|
4629
4629
|
@Component({
|
|
4630
4630
|
selector: 'swirl-icon-mention',
|
|
4631
4631
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4632
4632
|
template: '<ng-content></ng-content>',
|
|
4633
4633
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4634
|
-
inputs: ['color', 'size'],
|
|
4634
|
+
inputs: ['color', 'label', 'size'],
|
|
4635
4635
|
standalone: false
|
|
4636
4636
|
})
|
|
4637
4637
|
export class SwirlIconMention {
|
|
@@ -4647,14 +4647,14 @@ export declare interface SwirlIconMention extends Components.SwirlIconMention {}
|
|
|
4647
4647
|
|
|
4648
4648
|
|
|
4649
4649
|
@ProxyCmp({
|
|
4650
|
-
inputs: ['color', 'size']
|
|
4650
|
+
inputs: ['color', 'label', 'size']
|
|
4651
4651
|
})
|
|
4652
4652
|
@Component({
|
|
4653
4653
|
selector: 'swirl-icon-menu',
|
|
4654
4654
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4655
4655
|
template: '<ng-content></ng-content>',
|
|
4656
4656
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4657
|
-
inputs: ['color', 'size'],
|
|
4657
|
+
inputs: ['color', 'label', 'size'],
|
|
4658
4658
|
standalone: false
|
|
4659
4659
|
})
|
|
4660
4660
|
export class SwirlIconMenu {
|
|
@@ -4670,14 +4670,14 @@ export declare interface SwirlIconMenu extends Components.SwirlIconMenu {}
|
|
|
4670
4670
|
|
|
4671
4671
|
|
|
4672
4672
|
@ProxyCmp({
|
|
4673
|
-
inputs: ['color', 'size']
|
|
4673
|
+
inputs: ['color', 'label', 'size']
|
|
4674
4674
|
})
|
|
4675
4675
|
@Component({
|
|
4676
4676
|
selector: 'swirl-icon-menu-book',
|
|
4677
4677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4678
4678
|
template: '<ng-content></ng-content>',
|
|
4679
4679
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4680
|
-
inputs: ['color', 'size'],
|
|
4680
|
+
inputs: ['color', 'label', 'size'],
|
|
4681
4681
|
standalone: false
|
|
4682
4682
|
})
|
|
4683
4683
|
export class SwirlIconMenuBook {
|
|
@@ -4693,14 +4693,14 @@ export declare interface SwirlIconMenuBook extends Components.SwirlIconMenuBook
|
|
|
4693
4693
|
|
|
4694
4694
|
|
|
4695
4695
|
@ProxyCmp({
|
|
4696
|
-
inputs: ['color', 'size']
|
|
4696
|
+
inputs: ['color', 'label', 'size']
|
|
4697
4697
|
})
|
|
4698
4698
|
@Component({
|
|
4699
4699
|
selector: 'swirl-icon-menu-book-filled',
|
|
4700
4700
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4701
4701
|
template: '<ng-content></ng-content>',
|
|
4702
4702
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4703
|
-
inputs: ['color', 'size'],
|
|
4703
|
+
inputs: ['color', 'label', 'size'],
|
|
4704
4704
|
standalone: false
|
|
4705
4705
|
})
|
|
4706
4706
|
export class SwirlIconMenuBookFilled {
|
|
@@ -4716,14 +4716,14 @@ export declare interface SwirlIconMenuBookFilled extends Components.SwirlIconMen
|
|
|
4716
4716
|
|
|
4717
4717
|
|
|
4718
4718
|
@ProxyCmp({
|
|
4719
|
-
inputs: ['color', 'size']
|
|
4719
|
+
inputs: ['color', 'label', 'size']
|
|
4720
4720
|
})
|
|
4721
4721
|
@Component({
|
|
4722
4722
|
selector: 'swirl-icon-menu-filled',
|
|
4723
4723
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4724
4724
|
template: '<ng-content></ng-content>',
|
|
4725
4725
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4726
|
-
inputs: ['color', 'size'],
|
|
4726
|
+
inputs: ['color', 'label', 'size'],
|
|
4727
4727
|
standalone: false
|
|
4728
4728
|
})
|
|
4729
4729
|
export class SwirlIconMenuFilled {
|
|
@@ -4739,14 +4739,14 @@ export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFil
|
|
|
4739
4739
|
|
|
4740
4740
|
|
|
4741
4741
|
@ProxyCmp({
|
|
4742
|
-
inputs: ['color', 'size']
|
|
4742
|
+
inputs: ['color', 'label', 'size']
|
|
4743
4743
|
})
|
|
4744
4744
|
@Component({
|
|
4745
4745
|
selector: 'swirl-icon-message',
|
|
4746
4746
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4747
4747
|
template: '<ng-content></ng-content>',
|
|
4748
4748
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4749
|
-
inputs: ['color', 'size'],
|
|
4749
|
+
inputs: ['color', 'label', 'size'],
|
|
4750
4750
|
standalone: false
|
|
4751
4751
|
})
|
|
4752
4752
|
export class SwirlIconMessage {
|
|
@@ -4762,14 +4762,14 @@ export declare interface SwirlIconMessage extends Components.SwirlIconMessage {}
|
|
|
4762
4762
|
|
|
4763
4763
|
|
|
4764
4764
|
@ProxyCmp({
|
|
4765
|
-
inputs: ['color', 'size']
|
|
4765
|
+
inputs: ['color', 'label', 'size']
|
|
4766
4766
|
})
|
|
4767
4767
|
@Component({
|
|
4768
4768
|
selector: 'swirl-icon-mic',
|
|
4769
4769
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4770
4770
|
template: '<ng-content></ng-content>',
|
|
4771
4771
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4772
|
-
inputs: ['color', 'size'],
|
|
4772
|
+
inputs: ['color', 'label', 'size'],
|
|
4773
4773
|
standalone: false
|
|
4774
4774
|
})
|
|
4775
4775
|
export class SwirlIconMic {
|
|
@@ -4785,14 +4785,14 @@ export declare interface SwirlIconMic extends Components.SwirlIconMic {}
|
|
|
4785
4785
|
|
|
4786
4786
|
|
|
4787
4787
|
@ProxyCmp({
|
|
4788
|
-
inputs: ['color', 'size']
|
|
4788
|
+
inputs: ['color', 'label', 'size']
|
|
4789
4789
|
})
|
|
4790
4790
|
@Component({
|
|
4791
4791
|
selector: 'swirl-icon-mic-off',
|
|
4792
4792
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4793
4793
|
template: '<ng-content></ng-content>',
|
|
4794
4794
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4795
|
-
inputs: ['color', 'size'],
|
|
4795
|
+
inputs: ['color', 'label', 'size'],
|
|
4796
4796
|
standalone: false
|
|
4797
4797
|
})
|
|
4798
4798
|
export class SwirlIconMicOff {
|
|
@@ -4808,14 +4808,14 @@ export declare interface SwirlIconMicOff extends Components.SwirlIconMicOff {}
|
|
|
4808
4808
|
|
|
4809
4809
|
|
|
4810
4810
|
@ProxyCmp({
|
|
4811
|
-
inputs: ['color', 'size']
|
|
4811
|
+
inputs: ['color', 'label', 'size']
|
|
4812
4812
|
})
|
|
4813
4813
|
@Component({
|
|
4814
4814
|
selector: 'swirl-icon-mobile-theft',
|
|
4815
4815
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4816
4816
|
template: '<ng-content></ng-content>',
|
|
4817
4817
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4818
|
-
inputs: ['color', 'size'],
|
|
4818
|
+
inputs: ['color', 'label', 'size'],
|
|
4819
4819
|
standalone: false
|
|
4820
4820
|
})
|
|
4821
4821
|
export class SwirlIconMobileTheft {
|
|
@@ -4831,14 +4831,14 @@ export declare interface SwirlIconMobileTheft extends Components.SwirlIconMobile
|
|
|
4831
4831
|
|
|
4832
4832
|
|
|
4833
4833
|
@ProxyCmp({
|
|
4834
|
-
inputs: ['color', 'size']
|
|
4834
|
+
inputs: ['color', 'label', 'size']
|
|
4835
4835
|
})
|
|
4836
4836
|
@Component({
|
|
4837
4837
|
selector: 'swirl-icon-more-horizontal',
|
|
4838
4838
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4839
4839
|
template: '<ng-content></ng-content>',
|
|
4840
4840
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4841
|
-
inputs: ['color', 'size'],
|
|
4841
|
+
inputs: ['color', 'label', 'size'],
|
|
4842
4842
|
standalone: false
|
|
4843
4843
|
})
|
|
4844
4844
|
export class SwirlIconMoreHorizontal {
|
|
@@ -4854,14 +4854,14 @@ export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMor
|
|
|
4854
4854
|
|
|
4855
4855
|
|
|
4856
4856
|
@ProxyCmp({
|
|
4857
|
-
inputs: ['color', 'size']
|
|
4857
|
+
inputs: ['color', 'label', 'size']
|
|
4858
4858
|
})
|
|
4859
4859
|
@Component({
|
|
4860
4860
|
selector: 'swirl-icon-more-vertikal',
|
|
4861
4861
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4862
4862
|
template: '<ng-content></ng-content>',
|
|
4863
4863
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4864
|
-
inputs: ['color', 'size'],
|
|
4864
|
+
inputs: ['color', 'label', 'size'],
|
|
4865
4865
|
standalone: false
|
|
4866
4866
|
})
|
|
4867
4867
|
export class SwirlIconMoreVertikal {
|
|
@@ -4877,14 +4877,14 @@ export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreV
|
|
|
4877
4877
|
|
|
4878
4878
|
|
|
4879
4879
|
@ProxyCmp({
|
|
4880
|
-
inputs: ['color', 'size']
|
|
4880
|
+
inputs: ['color', 'label', 'size']
|
|
4881
4881
|
})
|
|
4882
4882
|
@Component({
|
|
4883
4883
|
selector: 'swirl-icon-news',
|
|
4884
4884
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4885
4885
|
template: '<ng-content></ng-content>',
|
|
4886
4886
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4887
|
-
inputs: ['color', 'size'],
|
|
4887
|
+
inputs: ['color', 'label', 'size'],
|
|
4888
4888
|
standalone: false
|
|
4889
4889
|
})
|
|
4890
4890
|
export class SwirlIconNews {
|
|
@@ -4900,14 +4900,14 @@ export declare interface SwirlIconNews extends Components.SwirlIconNews {}
|
|
|
4900
4900
|
|
|
4901
4901
|
|
|
4902
4902
|
@ProxyCmp({
|
|
4903
|
-
inputs: ['color', 'size']
|
|
4903
|
+
inputs: ['color', 'label', 'size']
|
|
4904
4904
|
})
|
|
4905
4905
|
@Component({
|
|
4906
4906
|
selector: 'swirl-icon-news-filled',
|
|
4907
4907
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4908
4908
|
template: '<ng-content></ng-content>',
|
|
4909
4909
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4910
|
-
inputs: ['color', 'size'],
|
|
4910
|
+
inputs: ['color', 'label', 'size'],
|
|
4911
4911
|
standalone: false
|
|
4912
4912
|
})
|
|
4913
4913
|
export class SwirlIconNewsFilled {
|
|
@@ -4923,14 +4923,14 @@ export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFil
|
|
|
4923
4923
|
|
|
4924
4924
|
|
|
4925
4925
|
@ProxyCmp({
|
|
4926
|
-
inputs: ['color', 'size']
|
|
4926
|
+
inputs: ['color', 'label', 'size']
|
|
4927
4927
|
})
|
|
4928
4928
|
@Component({
|
|
4929
4929
|
selector: 'swirl-icon-news-off',
|
|
4930
4930
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4931
4931
|
template: '<ng-content></ng-content>',
|
|
4932
4932
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4933
|
-
inputs: ['color', 'size'],
|
|
4933
|
+
inputs: ['color', 'label', 'size'],
|
|
4934
4934
|
standalone: false
|
|
4935
4935
|
})
|
|
4936
4936
|
export class SwirlIconNewsOff {
|
|
@@ -4946,14 +4946,14 @@ export declare interface SwirlIconNewsOff extends Components.SwirlIconNewsOff {}
|
|
|
4946
4946
|
|
|
4947
4947
|
|
|
4948
4948
|
@ProxyCmp({
|
|
4949
|
-
inputs: ['color', 'size']
|
|
4949
|
+
inputs: ['color', 'label', 'size']
|
|
4950
4950
|
})
|
|
4951
4951
|
@Component({
|
|
4952
4952
|
selector: 'swirl-icon-next-plan',
|
|
4953
4953
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4954
4954
|
template: '<ng-content></ng-content>',
|
|
4955
4955
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4956
|
-
inputs: ['color', 'size'],
|
|
4956
|
+
inputs: ['color', 'label', 'size'],
|
|
4957
4957
|
standalone: false
|
|
4958
4958
|
})
|
|
4959
4959
|
export class SwirlIconNextPlan {
|
|
@@ -4969,14 +4969,14 @@ export declare interface SwirlIconNextPlan extends Components.SwirlIconNextPlan
|
|
|
4969
4969
|
|
|
4970
4970
|
|
|
4971
4971
|
@ProxyCmp({
|
|
4972
|
-
inputs: ['color', 'size']
|
|
4972
|
+
inputs: ['color', 'label', 'size']
|
|
4973
4973
|
})
|
|
4974
4974
|
@Component({
|
|
4975
4975
|
selector: 'swirl-icon-note-stack',
|
|
4976
4976
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4977
4977
|
template: '<ng-content></ng-content>',
|
|
4978
4978
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4979
|
-
inputs: ['color', 'size'],
|
|
4979
|
+
inputs: ['color', 'label', 'size'],
|
|
4980
4980
|
standalone: false
|
|
4981
4981
|
})
|
|
4982
4982
|
export class SwirlIconNoteStack {
|
|
@@ -4992,14 +4992,14 @@ export declare interface SwirlIconNoteStack extends Components.SwirlIconNoteStac
|
|
|
4992
4992
|
|
|
4993
4993
|
|
|
4994
4994
|
@ProxyCmp({
|
|
4995
|
-
inputs: ['color', 'size']
|
|
4995
|
+
inputs: ['color', 'label', 'size']
|
|
4996
4996
|
})
|
|
4997
4997
|
@Component({
|
|
4998
4998
|
selector: 'swirl-icon-note-stack-filled',
|
|
4999
4999
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5000
5000
|
template: '<ng-content></ng-content>',
|
|
5001
5001
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5002
|
-
inputs: ['color', 'size'],
|
|
5002
|
+
inputs: ['color', 'label', 'size'],
|
|
5003
5003
|
standalone: false
|
|
5004
5004
|
})
|
|
5005
5005
|
export class SwirlIconNoteStackFilled {
|
|
@@ -5015,14 +5015,14 @@ export declare interface SwirlIconNoteStackFilled extends Components.SwirlIconNo
|
|
|
5015
5015
|
|
|
5016
5016
|
|
|
5017
5017
|
@ProxyCmp({
|
|
5018
|
-
inputs: ['color', 'size']
|
|
5018
|
+
inputs: ['color', 'label', 'size']
|
|
5019
5019
|
})
|
|
5020
5020
|
@Component({
|
|
5021
5021
|
selector: 'swirl-icon-notifications',
|
|
5022
5022
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5023
5023
|
template: '<ng-content></ng-content>',
|
|
5024
5024
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5025
|
-
inputs: ['color', 'size'],
|
|
5025
|
+
inputs: ['color', 'label', 'size'],
|
|
5026
5026
|
standalone: false
|
|
5027
5027
|
})
|
|
5028
5028
|
export class SwirlIconNotifications {
|
|
@@ -5038,14 +5038,14 @@ export declare interface SwirlIconNotifications extends Components.SwirlIconNoti
|
|
|
5038
5038
|
|
|
5039
5039
|
|
|
5040
5040
|
@ProxyCmp({
|
|
5041
|
-
inputs: ['color', 'size']
|
|
5041
|
+
inputs: ['color', 'label', 'size']
|
|
5042
5042
|
})
|
|
5043
5043
|
@Component({
|
|
5044
5044
|
selector: 'swirl-icon-notifications-active',
|
|
5045
5045
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5046
5046
|
template: '<ng-content></ng-content>',
|
|
5047
5047
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5048
|
-
inputs: ['color', 'size'],
|
|
5048
|
+
inputs: ['color', 'label', 'size'],
|
|
5049
5049
|
standalone: false
|
|
5050
5050
|
})
|
|
5051
5051
|
export class SwirlIconNotificationsActive {
|
|
@@ -5061,14 +5061,14 @@ export declare interface SwirlIconNotificationsActive extends Components.SwirlIc
|
|
|
5061
5061
|
|
|
5062
5062
|
|
|
5063
5063
|
@ProxyCmp({
|
|
5064
|
-
inputs: ['color', 'size']
|
|
5064
|
+
inputs: ['color', 'label', 'size']
|
|
5065
5065
|
})
|
|
5066
5066
|
@Component({
|
|
5067
5067
|
selector: 'swirl-icon-notifications-off',
|
|
5068
5068
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5069
5069
|
template: '<ng-content></ng-content>',
|
|
5070
5070
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5071
|
-
inputs: ['color', 'size'],
|
|
5071
|
+
inputs: ['color', 'label', 'size'],
|
|
5072
5072
|
standalone: false
|
|
5073
5073
|
})
|
|
5074
5074
|
export class SwirlIconNotificationsOff {
|
|
@@ -5084,14 +5084,14 @@ export declare interface SwirlIconNotificationsOff extends Components.SwirlIconN
|
|
|
5084
5084
|
|
|
5085
5085
|
|
|
5086
5086
|
@ProxyCmp({
|
|
5087
|
-
inputs: ['color', 'size']
|
|
5087
|
+
inputs: ['color', 'label', 'size']
|
|
5088
5088
|
})
|
|
5089
5089
|
@Component({
|
|
5090
5090
|
selector: 'swirl-icon-open-in-full',
|
|
5091
5091
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5092
5092
|
template: '<ng-content></ng-content>',
|
|
5093
5093
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5094
|
-
inputs: ['color', 'size'],
|
|
5094
|
+
inputs: ['color', 'label', 'size'],
|
|
5095
5095
|
standalone: false
|
|
5096
5096
|
})
|
|
5097
5097
|
export class SwirlIconOpenInFull {
|
|
@@ -5107,14 +5107,14 @@ export declare interface SwirlIconOpenInFull extends Components.SwirlIconOpenInF
|
|
|
5107
5107
|
|
|
5108
5108
|
|
|
5109
5109
|
@ProxyCmp({
|
|
5110
|
-
inputs: ['color', 'size']
|
|
5110
|
+
inputs: ['color', 'label', 'size']
|
|
5111
5111
|
})
|
|
5112
5112
|
@Component({
|
|
5113
5113
|
selector: 'swirl-icon-open-in-new',
|
|
5114
5114
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5115
5115
|
template: '<ng-content></ng-content>',
|
|
5116
5116
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5117
|
-
inputs: ['color', 'size'],
|
|
5117
|
+
inputs: ['color', 'label', 'size'],
|
|
5118
5118
|
standalone: false
|
|
5119
5119
|
})
|
|
5120
5120
|
export class SwirlIconOpenInNew {
|
|
@@ -5130,14 +5130,14 @@ export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNe
|
|
|
5130
5130
|
|
|
5131
5131
|
|
|
5132
5132
|
@ProxyCmp({
|
|
5133
|
-
inputs: ['color', 'size']
|
|
5133
|
+
inputs: ['color', 'label', 'size']
|
|
5134
5134
|
})
|
|
5135
5135
|
@Component({
|
|
5136
5136
|
selector: 'swirl-icon-passkey',
|
|
5137
5137
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5138
5138
|
template: '<ng-content></ng-content>',
|
|
5139
5139
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5140
|
-
inputs: ['color', 'size'],
|
|
5140
|
+
inputs: ['color', 'label', 'size'],
|
|
5141
5141
|
standalone: false
|
|
5142
5142
|
})
|
|
5143
5143
|
export class SwirlIconPasskey {
|
|
@@ -5153,14 +5153,14 @@ export declare interface SwirlIconPasskey extends Components.SwirlIconPasskey {}
|
|
|
5153
5153
|
|
|
5154
5154
|
|
|
5155
5155
|
@ProxyCmp({
|
|
5156
|
-
inputs: ['color', 'size']
|
|
5156
|
+
inputs: ['color', 'label', 'size']
|
|
5157
5157
|
})
|
|
5158
5158
|
@Component({
|
|
5159
5159
|
selector: 'swirl-icon-patient-list',
|
|
5160
5160
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5161
5161
|
template: '<ng-content></ng-content>',
|
|
5162
5162
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5163
|
-
inputs: ['color', 'size'],
|
|
5163
|
+
inputs: ['color', 'label', 'size'],
|
|
5164
5164
|
standalone: false
|
|
5165
5165
|
})
|
|
5166
5166
|
export class SwirlIconPatientList {
|
|
@@ -5176,14 +5176,14 @@ export declare interface SwirlIconPatientList extends Components.SwirlIconPatien
|
|
|
5176
5176
|
|
|
5177
5177
|
|
|
5178
5178
|
@ProxyCmp({
|
|
5179
|
-
inputs: ['color', 'size']
|
|
5179
|
+
inputs: ['color', 'label', 'size']
|
|
5180
5180
|
})
|
|
5181
5181
|
@Component({
|
|
5182
5182
|
selector: 'swirl-icon-pause',
|
|
5183
5183
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5184
5184
|
template: '<ng-content></ng-content>',
|
|
5185
5185
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5186
|
-
inputs: ['color', 'size'],
|
|
5186
|
+
inputs: ['color', 'label', 'size'],
|
|
5187
5187
|
standalone: false
|
|
5188
5188
|
})
|
|
5189
5189
|
export class SwirlIconPause {
|
|
@@ -5199,14 +5199,14 @@ export declare interface SwirlIconPause extends Components.SwirlIconPause {}
|
|
|
5199
5199
|
|
|
5200
5200
|
|
|
5201
5201
|
@ProxyCmp({
|
|
5202
|
-
inputs: ['color', 'size']
|
|
5202
|
+
inputs: ['color', 'label', 'size']
|
|
5203
5203
|
})
|
|
5204
5204
|
@Component({
|
|
5205
5205
|
selector: 'swirl-icon-pause-circle',
|
|
5206
5206
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5207
5207
|
template: '<ng-content></ng-content>',
|
|
5208
5208
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5209
|
-
inputs: ['color', 'size'],
|
|
5209
|
+
inputs: ['color', 'label', 'size'],
|
|
5210
5210
|
standalone: false
|
|
5211
5211
|
})
|
|
5212
5212
|
export class SwirlIconPauseCircle {
|
|
@@ -5222,14 +5222,14 @@ export declare interface SwirlIconPauseCircle extends Components.SwirlIconPauseC
|
|
|
5222
5222
|
|
|
5223
5223
|
|
|
5224
5224
|
@ProxyCmp({
|
|
5225
|
-
inputs: ['color', 'size']
|
|
5225
|
+
inputs: ['color', 'label', 'size']
|
|
5226
5226
|
})
|
|
5227
5227
|
@Component({
|
|
5228
5228
|
selector: 'swirl-icon-people-alt',
|
|
5229
5229
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5230
5230
|
template: '<ng-content></ng-content>',
|
|
5231
5231
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5232
|
-
inputs: ['color', 'size'],
|
|
5232
|
+
inputs: ['color', 'label', 'size'],
|
|
5233
5233
|
standalone: false
|
|
5234
5234
|
})
|
|
5235
5235
|
export class SwirlIconPeopleAlt {
|
|
@@ -5245,14 +5245,14 @@ export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAl
|
|
|
5245
5245
|
|
|
5246
5246
|
|
|
5247
5247
|
@ProxyCmp({
|
|
5248
|
-
inputs: ['color', 'size']
|
|
5248
|
+
inputs: ['color', 'label', 'size']
|
|
5249
5249
|
})
|
|
5250
5250
|
@Component({
|
|
5251
5251
|
selector: 'swirl-icon-person',
|
|
5252
5252
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5253
5253
|
template: '<ng-content></ng-content>',
|
|
5254
5254
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5255
|
-
inputs: ['color', 'size'],
|
|
5255
|
+
inputs: ['color', 'label', 'size'],
|
|
5256
5256
|
standalone: false
|
|
5257
5257
|
})
|
|
5258
5258
|
export class SwirlIconPerson {
|
|
@@ -5268,14 +5268,14 @@ export declare interface SwirlIconPerson extends Components.SwirlIconPerson {}
|
|
|
5268
5268
|
|
|
5269
5269
|
|
|
5270
5270
|
@ProxyCmp({
|
|
5271
|
-
inputs: ['color', 'size']
|
|
5271
|
+
inputs: ['color', 'label', 'size']
|
|
5272
5272
|
})
|
|
5273
5273
|
@Component({
|
|
5274
5274
|
selector: 'swirl-icon-person-check',
|
|
5275
5275
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5276
5276
|
template: '<ng-content></ng-content>',
|
|
5277
5277
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5278
|
-
inputs: ['color', 'size'],
|
|
5278
|
+
inputs: ['color', 'label', 'size'],
|
|
5279
5279
|
standalone: false
|
|
5280
5280
|
})
|
|
5281
5281
|
export class SwirlIconPersonCheck {
|
|
@@ -5291,14 +5291,14 @@ export declare interface SwirlIconPersonCheck extends Components.SwirlIconPerson
|
|
|
5291
5291
|
|
|
5292
5292
|
|
|
5293
5293
|
@ProxyCmp({
|
|
5294
|
-
inputs: ['color', 'size']
|
|
5294
|
+
inputs: ['color', 'label', 'size']
|
|
5295
5295
|
})
|
|
5296
5296
|
@Component({
|
|
5297
5297
|
selector: 'swirl-icon-person-off',
|
|
5298
5298
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5299
5299
|
template: '<ng-content></ng-content>',
|
|
5300
5300
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5301
|
-
inputs: ['color', 'size'],
|
|
5301
|
+
inputs: ['color', 'label', 'size'],
|
|
5302
5302
|
standalone: false
|
|
5303
5303
|
})
|
|
5304
5304
|
export class SwirlIconPersonOff {
|
|
@@ -5314,14 +5314,14 @@ export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOf
|
|
|
5314
5314
|
|
|
5315
5315
|
|
|
5316
5316
|
@ProxyCmp({
|
|
5317
|
-
inputs: ['color', 'size']
|
|
5317
|
+
inputs: ['color', 'label', 'size']
|
|
5318
5318
|
})
|
|
5319
5319
|
@Component({
|
|
5320
5320
|
selector: 'swirl-icon-person-raised-hand',
|
|
5321
5321
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5322
5322
|
template: '<ng-content></ng-content>',
|
|
5323
5323
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5324
|
-
inputs: ['color', 'size'],
|
|
5324
|
+
inputs: ['color', 'label', 'size'],
|
|
5325
5325
|
standalone: false
|
|
5326
5326
|
})
|
|
5327
5327
|
export class SwirlIconPersonRaisedHand {
|
|
@@ -5337,14 +5337,14 @@ export declare interface SwirlIconPersonRaisedHand extends Components.SwirlIconP
|
|
|
5337
5337
|
|
|
5338
5338
|
|
|
5339
5339
|
@ProxyCmp({
|
|
5340
|
-
inputs: ['color', 'size']
|
|
5340
|
+
inputs: ['color', 'label', 'size']
|
|
5341
5341
|
})
|
|
5342
5342
|
@Component({
|
|
5343
5343
|
selector: 'swirl-icon-phone',
|
|
5344
5344
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5345
5345
|
template: '<ng-content></ng-content>',
|
|
5346
5346
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5347
|
-
inputs: ['color', 'size'],
|
|
5347
|
+
inputs: ['color', 'label', 'size'],
|
|
5348
5348
|
standalone: false
|
|
5349
5349
|
})
|
|
5350
5350
|
export class SwirlIconPhone {
|
|
@@ -5360,14 +5360,14 @@ export declare interface SwirlIconPhone extends Components.SwirlIconPhone {}
|
|
|
5360
5360
|
|
|
5361
5361
|
|
|
5362
5362
|
@ProxyCmp({
|
|
5363
|
-
inputs: ['color', 'size']
|
|
5363
|
+
inputs: ['color', 'label', 'size']
|
|
5364
5364
|
})
|
|
5365
5365
|
@Component({
|
|
5366
5366
|
selector: 'swirl-icon-photo-camera',
|
|
5367
5367
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5368
5368
|
template: '<ng-content></ng-content>',
|
|
5369
5369
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5370
|
-
inputs: ['color', 'size'],
|
|
5370
|
+
inputs: ['color', 'label', 'size'],
|
|
5371
5371
|
standalone: false
|
|
5372
5372
|
})
|
|
5373
5373
|
export class SwirlIconPhotoCamera {
|
|
@@ -5383,14 +5383,14 @@ export declare interface SwirlIconPhotoCamera extends Components.SwirlIconPhotoC
|
|
|
5383
5383
|
|
|
5384
5384
|
|
|
5385
5385
|
@ProxyCmp({
|
|
5386
|
-
inputs: ['color', 'size']
|
|
5386
|
+
inputs: ['color', 'label', 'size']
|
|
5387
5387
|
})
|
|
5388
5388
|
@Component({
|
|
5389
5389
|
selector: 'swirl-icon-picture-as-pdf',
|
|
5390
5390
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5391
5391
|
template: '<ng-content></ng-content>',
|
|
5392
5392
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5393
|
-
inputs: ['color', 'size'],
|
|
5393
|
+
inputs: ['color', 'label', 'size'],
|
|
5394
5394
|
standalone: false
|
|
5395
5395
|
})
|
|
5396
5396
|
export class SwirlIconPictureAsPdf {
|
|
@@ -5406,14 +5406,14 @@ export declare interface SwirlIconPictureAsPdf extends Components.SwirlIconPictu
|
|
|
5406
5406
|
|
|
5407
5407
|
|
|
5408
5408
|
@ProxyCmp({
|
|
5409
|
-
inputs: ['color', 'size']
|
|
5409
|
+
inputs: ['color', 'label', 'size']
|
|
5410
5410
|
})
|
|
5411
5411
|
@Component({
|
|
5412
5412
|
selector: 'swirl-icon-picture-in-picture',
|
|
5413
5413
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5414
5414
|
template: '<ng-content></ng-content>',
|
|
5415
5415
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5416
|
-
inputs: ['color', 'size'],
|
|
5416
|
+
inputs: ['color', 'label', 'size'],
|
|
5417
5417
|
standalone: false
|
|
5418
5418
|
})
|
|
5419
5419
|
export class SwirlIconPictureInPicture {
|
|
@@ -5429,14 +5429,14 @@ export declare interface SwirlIconPictureInPicture extends Components.SwirlIconP
|
|
|
5429
5429
|
|
|
5430
5430
|
|
|
5431
5431
|
@ProxyCmp({
|
|
5432
|
-
inputs: ['color', 'size']
|
|
5432
|
+
inputs: ['color', 'label', 'size']
|
|
5433
5433
|
})
|
|
5434
5434
|
@Component({
|
|
5435
5435
|
selector: 'swirl-icon-pin',
|
|
5436
5436
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5437
5437
|
template: '<ng-content></ng-content>',
|
|
5438
5438
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5439
|
-
inputs: ['color', 'size'],
|
|
5439
|
+
inputs: ['color', 'label', 'size'],
|
|
5440
5440
|
standalone: false
|
|
5441
5441
|
})
|
|
5442
5442
|
export class SwirlIconPin {
|
|
@@ -5452,14 +5452,14 @@ export declare interface SwirlIconPin extends Components.SwirlIconPin {}
|
|
|
5452
5452
|
|
|
5453
5453
|
|
|
5454
5454
|
@ProxyCmp({
|
|
5455
|
-
inputs: ['color', 'size']
|
|
5455
|
+
inputs: ['color', 'label', 'size']
|
|
5456
5456
|
})
|
|
5457
5457
|
@Component({
|
|
5458
5458
|
selector: 'swirl-icon-pin-off',
|
|
5459
5459
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5460
5460
|
template: '<ng-content></ng-content>',
|
|
5461
5461
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5462
|
-
inputs: ['color', 'size'],
|
|
5462
|
+
inputs: ['color', 'label', 'size'],
|
|
5463
5463
|
standalone: false
|
|
5464
5464
|
})
|
|
5465
5465
|
export class SwirlIconPinOff {
|
|
@@ -5475,14 +5475,14 @@ export declare interface SwirlIconPinOff extends Components.SwirlIconPinOff {}
|
|
|
5475
5475
|
|
|
5476
5476
|
|
|
5477
5477
|
@ProxyCmp({
|
|
5478
|
-
inputs: ['color', 'size']
|
|
5478
|
+
inputs: ['color', 'label', 'size']
|
|
5479
5479
|
})
|
|
5480
5480
|
@Component({
|
|
5481
5481
|
selector: 'swirl-icon-place',
|
|
5482
5482
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5483
5483
|
template: '<ng-content></ng-content>',
|
|
5484
5484
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5485
|
-
inputs: ['color', 'size'],
|
|
5485
|
+
inputs: ['color', 'label', 'size'],
|
|
5486
5486
|
standalone: false
|
|
5487
5487
|
})
|
|
5488
5488
|
export class SwirlIconPlace {
|
|
@@ -5498,14 +5498,14 @@ export declare interface SwirlIconPlace extends Components.SwirlIconPlace {}
|
|
|
5498
5498
|
|
|
5499
5499
|
|
|
5500
5500
|
@ProxyCmp({
|
|
5501
|
-
inputs: ['color', 'size']
|
|
5501
|
+
inputs: ['color', 'label', 'size']
|
|
5502
5502
|
})
|
|
5503
5503
|
@Component({
|
|
5504
5504
|
selector: 'swirl-icon-play-arrow',
|
|
5505
5505
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5506
5506
|
template: '<ng-content></ng-content>',
|
|
5507
5507
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5508
|
-
inputs: ['color', 'size'],
|
|
5508
|
+
inputs: ['color', 'label', 'size'],
|
|
5509
5509
|
standalone: false
|
|
5510
5510
|
})
|
|
5511
5511
|
export class SwirlIconPlayArrow {
|
|
@@ -5521,14 +5521,14 @@ export declare interface SwirlIconPlayArrow extends Components.SwirlIconPlayArro
|
|
|
5521
5521
|
|
|
5522
5522
|
|
|
5523
5523
|
@ProxyCmp({
|
|
5524
|
-
inputs: ['color', 'size']
|
|
5524
|
+
inputs: ['color', 'label', 'size']
|
|
5525
5525
|
})
|
|
5526
5526
|
@Component({
|
|
5527
5527
|
selector: 'swirl-icon-poll',
|
|
5528
5528
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5529
5529
|
template: '<ng-content></ng-content>',
|
|
5530
5530
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5531
|
-
inputs: ['color', 'size'],
|
|
5531
|
+
inputs: ['color', 'label', 'size'],
|
|
5532
5532
|
standalone: false
|
|
5533
5533
|
})
|
|
5534
5534
|
export class SwirlIconPoll {
|
|
@@ -5544,14 +5544,14 @@ export declare interface SwirlIconPoll extends Components.SwirlIconPoll {}
|
|
|
5544
5544
|
|
|
5545
5545
|
|
|
5546
5546
|
@ProxyCmp({
|
|
5547
|
-
inputs: ['color', 'size']
|
|
5547
|
+
inputs: ['color', 'label', 'size']
|
|
5548
5548
|
})
|
|
5549
5549
|
@Component({
|
|
5550
5550
|
selector: 'swirl-icon-post-approval',
|
|
5551
5551
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5552
5552
|
template: '<ng-content></ng-content>',
|
|
5553
5553
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5554
|
-
inputs: ['color', 'size'],
|
|
5554
|
+
inputs: ['color', 'label', 'size'],
|
|
5555
5555
|
standalone: false
|
|
5556
5556
|
})
|
|
5557
5557
|
export class SwirlIconPostApproval {
|
|
@@ -5567,14 +5567,14 @@ export declare interface SwirlIconPostApproval extends Components.SwirlIconPostA
|
|
|
5567
5567
|
|
|
5568
5568
|
|
|
5569
5569
|
@ProxyCmp({
|
|
5570
|
-
inputs: ['color', 'size']
|
|
5570
|
+
inputs: ['color', 'label', 'size']
|
|
5571
5571
|
})
|
|
5572
5572
|
@Component({
|
|
5573
5573
|
selector: 'swirl-icon-present',
|
|
5574
5574
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5575
5575
|
template: '<ng-content></ng-content>',
|
|
5576
5576
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5577
|
-
inputs: ['color', 'size'],
|
|
5577
|
+
inputs: ['color', 'label', 'size'],
|
|
5578
5578
|
standalone: false
|
|
5579
5579
|
})
|
|
5580
5580
|
export class SwirlIconPresent {
|
|
@@ -5590,14 +5590,14 @@ export declare interface SwirlIconPresent extends Components.SwirlIconPresent {}
|
|
|
5590
5590
|
|
|
5591
5591
|
|
|
5592
5592
|
@ProxyCmp({
|
|
5593
|
-
inputs: ['color', 'size']
|
|
5593
|
+
inputs: ['color', 'label', 'size']
|
|
5594
5594
|
})
|
|
5595
5595
|
@Component({
|
|
5596
5596
|
selector: 'swirl-icon-preview',
|
|
5597
5597
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5598
5598
|
template: '<ng-content></ng-content>',
|
|
5599
5599
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5600
|
-
inputs: ['color', 'size'],
|
|
5600
|
+
inputs: ['color', 'label', 'size'],
|
|
5601
5601
|
standalone: false
|
|
5602
5602
|
})
|
|
5603
5603
|
export class SwirlIconPreview {
|
|
@@ -5613,14 +5613,14 @@ export declare interface SwirlIconPreview extends Components.SwirlIconPreview {}
|
|
|
5613
5613
|
|
|
5614
5614
|
|
|
5615
5615
|
@ProxyCmp({
|
|
5616
|
-
inputs: ['color', 'size']
|
|
5616
|
+
inputs: ['color', 'label', 'size']
|
|
5617
5617
|
})
|
|
5618
5618
|
@Component({
|
|
5619
5619
|
selector: 'swirl-icon-print',
|
|
5620
5620
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5621
5621
|
template: '<ng-content></ng-content>',
|
|
5622
5622
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5623
|
-
inputs: ['color', 'size'],
|
|
5623
|
+
inputs: ['color', 'label', 'size'],
|
|
5624
5624
|
standalone: false
|
|
5625
5625
|
})
|
|
5626
5626
|
export class SwirlIconPrint {
|
|
@@ -5636,14 +5636,14 @@ export declare interface SwirlIconPrint extends Components.SwirlIconPrint {}
|
|
|
5636
5636
|
|
|
5637
5637
|
|
|
5638
5638
|
@ProxyCmp({
|
|
5639
|
-
inputs: ['color', 'size']
|
|
5639
|
+
inputs: ['color', 'label', 'size']
|
|
5640
5640
|
})
|
|
5641
5641
|
@Component({
|
|
5642
5642
|
selector: 'swirl-icon-public',
|
|
5643
5643
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5644
5644
|
template: '<ng-content></ng-content>',
|
|
5645
5645
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5646
|
-
inputs: ['color', 'size'],
|
|
5646
|
+
inputs: ['color', 'label', 'size'],
|
|
5647
5647
|
standalone: false
|
|
5648
5648
|
})
|
|
5649
5649
|
export class SwirlIconPublic {
|
|
@@ -5659,14 +5659,14 @@ export declare interface SwirlIconPublic extends Components.SwirlIconPublic {}
|
|
|
5659
5659
|
|
|
5660
5660
|
|
|
5661
5661
|
@ProxyCmp({
|
|
5662
|
-
inputs: ['color', 'size']
|
|
5662
|
+
inputs: ['color', 'label', 'size']
|
|
5663
5663
|
})
|
|
5664
5664
|
@Component({
|
|
5665
5665
|
selector: 'swirl-icon-public-off',
|
|
5666
5666
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5667
5667
|
template: '<ng-content></ng-content>',
|
|
5668
5668
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5669
|
-
inputs: ['color', 'size'],
|
|
5669
|
+
inputs: ['color', 'label', 'size'],
|
|
5670
5670
|
standalone: false
|
|
5671
5671
|
})
|
|
5672
5672
|
export class SwirlIconPublicOff {
|
|
@@ -5682,14 +5682,14 @@ export declare interface SwirlIconPublicOff extends Components.SwirlIconPublicOf
|
|
|
5682
5682
|
|
|
5683
5683
|
|
|
5684
5684
|
@ProxyCmp({
|
|
5685
|
-
inputs: ['color', 'size']
|
|
5685
|
+
inputs: ['color', 'label', 'size']
|
|
5686
5686
|
})
|
|
5687
5687
|
@Component({
|
|
5688
5688
|
selector: 'swirl-icon-published-with-changes',
|
|
5689
5689
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5690
5690
|
template: '<ng-content></ng-content>',
|
|
5691
5691
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5692
|
-
inputs: ['color', 'size'],
|
|
5692
|
+
inputs: ['color', 'label', 'size'],
|
|
5693
5693
|
standalone: false
|
|
5694
5694
|
})
|
|
5695
5695
|
export class SwirlIconPublishedWithChanges {
|
|
@@ -5705,14 +5705,14 @@ export declare interface SwirlIconPublishedWithChanges extends Components.SwirlI
|
|
|
5705
5705
|
|
|
5706
5706
|
|
|
5707
5707
|
@ProxyCmp({
|
|
5708
|
-
inputs: ['color', 'size']
|
|
5708
|
+
inputs: ['color', 'label', 'size']
|
|
5709
5709
|
})
|
|
5710
5710
|
@Component({
|
|
5711
5711
|
selector: 'swirl-icon-qr-code-scanner',
|
|
5712
5712
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5713
5713
|
template: '<ng-content></ng-content>',
|
|
5714
5714
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5715
|
-
inputs: ['color', 'size'],
|
|
5715
|
+
inputs: ['color', 'label', 'size'],
|
|
5716
5716
|
standalone: false
|
|
5717
5717
|
})
|
|
5718
5718
|
export class SwirlIconQrCodeScanner {
|
|
@@ -5728,14 +5728,14 @@ export declare interface SwirlIconQrCodeScanner extends Components.SwirlIconQrCo
|
|
|
5728
5728
|
|
|
5729
5729
|
|
|
5730
5730
|
@ProxyCmp({
|
|
5731
|
-
inputs: ['color', 'size']
|
|
5731
|
+
inputs: ['color', 'label', 'size']
|
|
5732
5732
|
})
|
|
5733
5733
|
@Component({
|
|
5734
5734
|
selector: 'swirl-icon-ratio-four-to-three',
|
|
5735
5735
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5736
5736
|
template: '<ng-content></ng-content>',
|
|
5737
5737
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5738
|
-
inputs: ['color', 'size'],
|
|
5738
|
+
inputs: ['color', 'label', 'size'],
|
|
5739
5739
|
standalone: false
|
|
5740
5740
|
})
|
|
5741
5741
|
export class SwirlIconRatioFourToThree {
|
|
@@ -5751,14 +5751,14 @@ export declare interface SwirlIconRatioFourToThree extends Components.SwirlIconR
|
|
|
5751
5751
|
|
|
5752
5752
|
|
|
5753
5753
|
@ProxyCmp({
|
|
5754
|
-
inputs: ['color', 'size']
|
|
5754
|
+
inputs: ['color', 'label', 'size']
|
|
5755
5755
|
})
|
|
5756
5756
|
@Component({
|
|
5757
5757
|
selector: 'swirl-icon-ratio-freeform',
|
|
5758
5758
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5759
5759
|
template: '<ng-content></ng-content>',
|
|
5760
5760
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5761
|
-
inputs: ['color', 'size'],
|
|
5761
|
+
inputs: ['color', 'label', 'size'],
|
|
5762
5762
|
standalone: false
|
|
5763
5763
|
})
|
|
5764
5764
|
export class SwirlIconRatioFreeform {
|
|
@@ -5774,14 +5774,14 @@ export declare interface SwirlIconRatioFreeform extends Components.SwirlIconRati
|
|
|
5774
5774
|
|
|
5775
5775
|
|
|
5776
5776
|
@ProxyCmp({
|
|
5777
|
-
inputs: ['color', 'size']
|
|
5777
|
+
inputs: ['color', 'label', 'size']
|
|
5778
5778
|
})
|
|
5779
5779
|
@Component({
|
|
5780
5780
|
selector: 'swirl-icon-ratio-sixteen-to-nine',
|
|
5781
5781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5782
5782
|
template: '<ng-content></ng-content>',
|
|
5783
5783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5784
|
-
inputs: ['color', 'size'],
|
|
5784
|
+
inputs: ['color', 'label', 'size'],
|
|
5785
5785
|
standalone: false
|
|
5786
5786
|
})
|
|
5787
5787
|
export class SwirlIconRatioSixteenToNine {
|
|
@@ -5797,14 +5797,14 @@ export declare interface SwirlIconRatioSixteenToNine extends Components.SwirlIco
|
|
|
5797
5797
|
|
|
5798
5798
|
|
|
5799
5799
|
@ProxyCmp({
|
|
5800
|
-
inputs: ['color', 'size']
|
|
5800
|
+
inputs: ['color', 'label', 'size']
|
|
5801
5801
|
})
|
|
5802
5802
|
@Component({
|
|
5803
5803
|
selector: 'swirl-icon-ratio-square',
|
|
5804
5804
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5805
5805
|
template: '<ng-content></ng-content>',
|
|
5806
5806
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5807
|
-
inputs: ['color', 'size'],
|
|
5807
|
+
inputs: ['color', 'label', 'size'],
|
|
5808
5808
|
standalone: false
|
|
5809
5809
|
})
|
|
5810
5810
|
export class SwirlIconRatioSquare {
|
|
@@ -5820,14 +5820,14 @@ export declare interface SwirlIconRatioSquare extends Components.SwirlIconRatioS
|
|
|
5820
5820
|
|
|
5821
5821
|
|
|
5822
5822
|
@ProxyCmp({
|
|
5823
|
-
inputs: ['color', 'size']
|
|
5823
|
+
inputs: ['color', 'label', 'size']
|
|
5824
5824
|
})
|
|
5825
5825
|
@Component({
|
|
5826
5826
|
selector: 'swirl-icon-ratio-three-to-four',
|
|
5827
5827
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5828
5828
|
template: '<ng-content></ng-content>',
|
|
5829
5829
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5830
|
-
inputs: ['color', 'size'],
|
|
5830
|
+
inputs: ['color', 'label', 'size'],
|
|
5831
5831
|
standalone: false
|
|
5832
5832
|
})
|
|
5833
5833
|
export class SwirlIconRatioThreeToFour {
|
|
@@ -5843,14 +5843,14 @@ export declare interface SwirlIconRatioThreeToFour extends Components.SwirlIconR
|
|
|
5843
5843
|
|
|
5844
5844
|
|
|
5845
5845
|
@ProxyCmp({
|
|
5846
|
-
inputs: ['color', 'size']
|
|
5846
|
+
inputs: ['color', 'label', 'size']
|
|
5847
5847
|
})
|
|
5848
5848
|
@Component({
|
|
5849
5849
|
selector: 'swirl-icon-ratio-three-to-two',
|
|
5850
5850
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5851
5851
|
template: '<ng-content></ng-content>',
|
|
5852
5852
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5853
|
-
inputs: ['color', 'size'],
|
|
5853
|
+
inputs: ['color', 'label', 'size'],
|
|
5854
5854
|
standalone: false
|
|
5855
5855
|
})
|
|
5856
5856
|
export class SwirlIconRatioThreeToTwo {
|
|
@@ -5866,14 +5866,14 @@ export declare interface SwirlIconRatioThreeToTwo extends Components.SwirlIconRa
|
|
|
5866
5866
|
|
|
5867
5867
|
|
|
5868
5868
|
@ProxyCmp({
|
|
5869
|
-
inputs: ['color', 'size']
|
|
5869
|
+
inputs: ['color', 'label', 'size']
|
|
5870
5870
|
})
|
|
5871
5871
|
@Component({
|
|
5872
5872
|
selector: 'swirl-icon-recieved',
|
|
5873
5873
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5874
5874
|
template: '<ng-content></ng-content>',
|
|
5875
5875
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5876
|
-
inputs: ['color', 'size'],
|
|
5876
|
+
inputs: ['color', 'label', 'size'],
|
|
5877
5877
|
standalone: false
|
|
5878
5878
|
})
|
|
5879
5879
|
export class SwirlIconRecieved {
|
|
@@ -5889,14 +5889,14 @@ export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved
|
|
|
5889
5889
|
|
|
5890
5890
|
|
|
5891
5891
|
@ProxyCmp({
|
|
5892
|
-
inputs: ['color', 'size']
|
|
5892
|
+
inputs: ['color', 'label', 'size']
|
|
5893
5893
|
})
|
|
5894
5894
|
@Component({
|
|
5895
5895
|
selector: 'swirl-icon-refresh',
|
|
5896
5896
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5897
5897
|
template: '<ng-content></ng-content>',
|
|
5898
5898
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5899
|
-
inputs: ['color', 'size'],
|
|
5899
|
+
inputs: ['color', 'label', 'size'],
|
|
5900
5900
|
standalone: false
|
|
5901
5901
|
})
|
|
5902
5902
|
export class SwirlIconRefresh {
|
|
@@ -5912,14 +5912,14 @@ export declare interface SwirlIconRefresh extends Components.SwirlIconRefresh {}
|
|
|
5912
5912
|
|
|
5913
5913
|
|
|
5914
5914
|
@ProxyCmp({
|
|
5915
|
-
inputs: ['color', 'size']
|
|
5915
|
+
inputs: ['color', 'label', 'size']
|
|
5916
5916
|
})
|
|
5917
5917
|
@Component({
|
|
5918
5918
|
selector: 'swirl-icon-remove',
|
|
5919
5919
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5920
5920
|
template: '<ng-content></ng-content>',
|
|
5921
5921
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5922
|
-
inputs: ['color', 'size'],
|
|
5922
|
+
inputs: ['color', 'label', 'size'],
|
|
5923
5923
|
standalone: false
|
|
5924
5924
|
})
|
|
5925
5925
|
export class SwirlIconRemove {
|
|
@@ -5935,14 +5935,14 @@ export declare interface SwirlIconRemove extends Components.SwirlIconRemove {}
|
|
|
5935
5935
|
|
|
5936
5936
|
|
|
5937
5937
|
@ProxyCmp({
|
|
5938
|
-
inputs: ['color', 'size']
|
|
5938
|
+
inputs: ['color', 'label', 'size']
|
|
5939
5939
|
})
|
|
5940
5940
|
@Component({
|
|
5941
5941
|
selector: 'swirl-icon-remove-circle',
|
|
5942
5942
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5943
5943
|
template: '<ng-content></ng-content>',
|
|
5944
5944
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5945
|
-
inputs: ['color', 'size'],
|
|
5945
|
+
inputs: ['color', 'label', 'size'],
|
|
5946
5946
|
standalone: false
|
|
5947
5947
|
})
|
|
5948
5948
|
export class SwirlIconRemoveCircle {
|
|
@@ -5958,14 +5958,14 @@ export declare interface SwirlIconRemoveCircle extends Components.SwirlIconRemov
|
|
|
5958
5958
|
|
|
5959
5959
|
|
|
5960
5960
|
@ProxyCmp({
|
|
5961
|
-
inputs: ['color', 'size']
|
|
5961
|
+
inputs: ['color', 'label', 'size']
|
|
5962
5962
|
})
|
|
5963
5963
|
@Component({
|
|
5964
5964
|
selector: 'swirl-icon-remove-moderator',
|
|
5965
5965
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5966
5966
|
template: '<ng-content></ng-content>',
|
|
5967
5967
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5968
|
-
inputs: ['color', 'size'],
|
|
5968
|
+
inputs: ['color', 'label', 'size'],
|
|
5969
5969
|
standalone: false
|
|
5970
5970
|
})
|
|
5971
5971
|
export class SwirlIconRemoveModerator {
|
|
@@ -5981,14 +5981,14 @@ export declare interface SwirlIconRemoveModerator extends Components.SwirlIconRe
|
|
|
5981
5981
|
|
|
5982
5982
|
|
|
5983
5983
|
@ProxyCmp({
|
|
5984
|
-
inputs: ['color', 'size']
|
|
5984
|
+
inputs: ['color', 'label', 'size']
|
|
5985
5985
|
})
|
|
5986
5986
|
@Component({
|
|
5987
5987
|
selector: 'swirl-icon-repeat',
|
|
5988
5988
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5989
5989
|
template: '<ng-content></ng-content>',
|
|
5990
5990
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5991
|
-
inputs: ['color', 'size'],
|
|
5991
|
+
inputs: ['color', 'label', 'size'],
|
|
5992
5992
|
standalone: false
|
|
5993
5993
|
})
|
|
5994
5994
|
export class SwirlIconRepeat {
|
|
@@ -6004,14 +6004,14 @@ export declare interface SwirlIconRepeat extends Components.SwirlIconRepeat {}
|
|
|
6004
6004
|
|
|
6005
6005
|
|
|
6006
6006
|
@ProxyCmp({
|
|
6007
|
-
inputs: ['color', 'size']
|
|
6007
|
+
inputs: ['color', 'label', 'size']
|
|
6008
6008
|
})
|
|
6009
6009
|
@Component({
|
|
6010
6010
|
selector: 'swirl-icon-reply',
|
|
6011
6011
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6012
6012
|
template: '<ng-content></ng-content>',
|
|
6013
6013
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6014
|
-
inputs: ['color', 'size'],
|
|
6014
|
+
inputs: ['color', 'label', 'size'],
|
|
6015
6015
|
standalone: false
|
|
6016
6016
|
})
|
|
6017
6017
|
export class SwirlIconReply {
|
|
@@ -6027,14 +6027,14 @@ export declare interface SwirlIconReply extends Components.SwirlIconReply {}
|
|
|
6027
6027
|
|
|
6028
6028
|
|
|
6029
6029
|
@ProxyCmp({
|
|
6030
|
-
inputs: ['color', 'size']
|
|
6030
|
+
inputs: ['color', 'label', 'size']
|
|
6031
6031
|
})
|
|
6032
6032
|
@Component({
|
|
6033
6033
|
selector: 'swirl-icon-report',
|
|
6034
6034
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6035
6035
|
template: '<ng-content></ng-content>',
|
|
6036
6036
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6037
|
-
inputs: ['color', 'size'],
|
|
6037
|
+
inputs: ['color', 'label', 'size'],
|
|
6038
6038
|
standalone: false
|
|
6039
6039
|
})
|
|
6040
6040
|
export class SwirlIconReport {
|
|
@@ -6050,14 +6050,14 @@ export declare interface SwirlIconReport extends Components.SwirlIconReport {}
|
|
|
6050
6050
|
|
|
6051
6051
|
|
|
6052
6052
|
@ProxyCmp({
|
|
6053
|
-
inputs: ['color', 'size']
|
|
6053
|
+
inputs: ['color', 'label', 'size']
|
|
6054
6054
|
})
|
|
6055
6055
|
@Component({
|
|
6056
6056
|
selector: 'swirl-icon-roadmap',
|
|
6057
6057
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6058
6058
|
template: '<ng-content></ng-content>',
|
|
6059
6059
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6060
|
-
inputs: ['color', 'size'],
|
|
6060
|
+
inputs: ['color', 'label', 'size'],
|
|
6061
6061
|
standalone: false
|
|
6062
6062
|
})
|
|
6063
6063
|
export class SwirlIconRoadmap {
|
|
@@ -6073,14 +6073,14 @@ export declare interface SwirlIconRoadmap extends Components.SwirlIconRoadmap {}
|
|
|
6073
6073
|
|
|
6074
6074
|
|
|
6075
6075
|
@ProxyCmp({
|
|
6076
|
-
inputs: ['color', 'size']
|
|
6076
|
+
inputs: ['color', 'label', 'size']
|
|
6077
6077
|
})
|
|
6078
6078
|
@Component({
|
|
6079
6079
|
selector: 'swirl-icon-rotate-left',
|
|
6080
6080
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6081
6081
|
template: '<ng-content></ng-content>',
|
|
6082
6082
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6083
|
-
inputs: ['color', 'size'],
|
|
6083
|
+
inputs: ['color', 'label', 'size'],
|
|
6084
6084
|
standalone: false
|
|
6085
6085
|
})
|
|
6086
6086
|
export class SwirlIconRotateLeft {
|
|
@@ -6096,14 +6096,14 @@ export declare interface SwirlIconRotateLeft extends Components.SwirlIconRotateL
|
|
|
6096
6096
|
|
|
6097
6097
|
|
|
6098
6098
|
@ProxyCmp({
|
|
6099
|
-
inputs: ['color', 'size']
|
|
6099
|
+
inputs: ['color', 'label', 'size']
|
|
6100
6100
|
})
|
|
6101
6101
|
@Component({
|
|
6102
6102
|
selector: 'swirl-icon-rotate-right',
|
|
6103
6103
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6104
6104
|
template: '<ng-content></ng-content>',
|
|
6105
6105
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6106
|
-
inputs: ['color', 'size'],
|
|
6106
|
+
inputs: ['color', 'label', 'size'],
|
|
6107
6107
|
standalone: false
|
|
6108
6108
|
})
|
|
6109
6109
|
export class SwirlIconRotateRight {
|
|
@@ -6119,14 +6119,14 @@ export declare interface SwirlIconRotateRight extends Components.SwirlIconRotate
|
|
|
6119
6119
|
|
|
6120
6120
|
|
|
6121
6121
|
@ProxyCmp({
|
|
6122
|
-
inputs: ['color', 'size']
|
|
6122
|
+
inputs: ['color', 'label', 'size']
|
|
6123
6123
|
})
|
|
6124
6124
|
@Component({
|
|
6125
6125
|
selector: 'swirl-icon-school',
|
|
6126
6126
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6127
6127
|
template: '<ng-content></ng-content>',
|
|
6128
6128
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6129
|
-
inputs: ['color', 'size'],
|
|
6129
|
+
inputs: ['color', 'label', 'size'],
|
|
6130
6130
|
standalone: false
|
|
6131
6131
|
})
|
|
6132
6132
|
export class SwirlIconSchool {
|
|
@@ -6142,14 +6142,14 @@ export declare interface SwirlIconSchool extends Components.SwirlIconSchool {}
|
|
|
6142
6142
|
|
|
6143
6143
|
|
|
6144
6144
|
@ProxyCmp({
|
|
6145
|
-
inputs: ['color', 'size']
|
|
6145
|
+
inputs: ['color', 'label', 'size']
|
|
6146
6146
|
})
|
|
6147
6147
|
@Component({
|
|
6148
6148
|
selector: 'swirl-icon-screenshare',
|
|
6149
6149
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6150
6150
|
template: '<ng-content></ng-content>',
|
|
6151
6151
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6152
|
-
inputs: ['color', 'size'],
|
|
6152
|
+
inputs: ['color', 'label', 'size'],
|
|
6153
6153
|
standalone: false
|
|
6154
6154
|
})
|
|
6155
6155
|
export class SwirlIconScreenshare {
|
|
@@ -6165,14 +6165,14 @@ export declare interface SwirlIconScreenshare extends Components.SwirlIconScreen
|
|
|
6165
6165
|
|
|
6166
6166
|
|
|
6167
6167
|
@ProxyCmp({
|
|
6168
|
-
inputs: ['color', 'size']
|
|
6168
|
+
inputs: ['color', 'label', 'size']
|
|
6169
6169
|
})
|
|
6170
6170
|
@Component({
|
|
6171
6171
|
selector: 'swirl-icon-screenshare-off',
|
|
6172
6172
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6173
6173
|
template: '<ng-content></ng-content>',
|
|
6174
6174
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6175
|
-
inputs: ['color', 'size'],
|
|
6175
|
+
inputs: ['color', 'label', 'size'],
|
|
6176
6176
|
standalone: false
|
|
6177
6177
|
})
|
|
6178
6178
|
export class SwirlIconScreenshareOff {
|
|
@@ -6188,14 +6188,14 @@ export declare interface SwirlIconScreenshareOff extends Components.SwirlIconScr
|
|
|
6188
6188
|
|
|
6189
6189
|
|
|
6190
6190
|
@ProxyCmp({
|
|
6191
|
-
inputs: ['color', 'size']
|
|
6191
|
+
inputs: ['color', 'label', 'size']
|
|
6192
6192
|
})
|
|
6193
6193
|
@Component({
|
|
6194
6194
|
selector: 'swirl-icon-search',
|
|
6195
6195
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6196
6196
|
template: '<ng-content></ng-content>',
|
|
6197
6197
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6198
|
-
inputs: ['color', 'size'],
|
|
6198
|
+
inputs: ['color', 'label', 'size'],
|
|
6199
6199
|
standalone: false
|
|
6200
6200
|
})
|
|
6201
6201
|
export class SwirlIconSearch {
|
|
@@ -6211,14 +6211,14 @@ export declare interface SwirlIconSearch extends Components.SwirlIconSearch {}
|
|
|
6211
6211
|
|
|
6212
6212
|
|
|
6213
6213
|
@ProxyCmp({
|
|
6214
|
-
inputs: ['color', 'size']
|
|
6214
|
+
inputs: ['color', 'label', 'size']
|
|
6215
6215
|
})
|
|
6216
6216
|
@Component({
|
|
6217
6217
|
selector: 'swirl-icon-search-strong',
|
|
6218
6218
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6219
6219
|
template: '<ng-content></ng-content>',
|
|
6220
6220
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6221
|
-
inputs: ['color', 'size'],
|
|
6221
|
+
inputs: ['color', 'label', 'size'],
|
|
6222
6222
|
standalone: false
|
|
6223
6223
|
})
|
|
6224
6224
|
export class SwirlIconSearchStrong {
|
|
@@ -6234,14 +6234,14 @@ export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearc
|
|
|
6234
6234
|
|
|
6235
6235
|
|
|
6236
6236
|
@ProxyCmp({
|
|
6237
|
-
inputs: ['color', 'size']
|
|
6237
|
+
inputs: ['color', 'label', 'size']
|
|
6238
6238
|
})
|
|
6239
6239
|
@Component({
|
|
6240
6240
|
selector: 'swirl-icon-section',
|
|
6241
6241
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6242
6242
|
template: '<ng-content></ng-content>',
|
|
6243
6243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6244
|
-
inputs: ['color', 'size'],
|
|
6244
|
+
inputs: ['color', 'label', 'size'],
|
|
6245
6245
|
standalone: false
|
|
6246
6246
|
})
|
|
6247
6247
|
export class SwirlIconSection {
|
|
@@ -6257,14 +6257,14 @@ export declare interface SwirlIconSection extends Components.SwirlIconSection {}
|
|
|
6257
6257
|
|
|
6258
6258
|
|
|
6259
6259
|
@ProxyCmp({
|
|
6260
|
-
inputs: ['color', 'size']
|
|
6260
|
+
inputs: ['color', 'label', 'size']
|
|
6261
6261
|
})
|
|
6262
6262
|
@Component({
|
|
6263
6263
|
selector: 'swirl-icon-secure',
|
|
6264
6264
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6265
6265
|
template: '<ng-content></ng-content>',
|
|
6266
6266
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6267
|
-
inputs: ['color', 'size'],
|
|
6267
|
+
inputs: ['color', 'label', 'size'],
|
|
6268
6268
|
standalone: false
|
|
6269
6269
|
})
|
|
6270
6270
|
export class SwirlIconSecure {
|
|
@@ -6280,14 +6280,14 @@ export declare interface SwirlIconSecure extends Components.SwirlIconSecure {}
|
|
|
6280
6280
|
|
|
6281
6281
|
|
|
6282
6282
|
@ProxyCmp({
|
|
6283
|
-
inputs: ['color', 'size']
|
|
6283
|
+
inputs: ['color', 'label', 'size']
|
|
6284
6284
|
})
|
|
6285
6285
|
@Component({
|
|
6286
6286
|
selector: 'swirl-icon-sell',
|
|
6287
6287
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6288
6288
|
template: '<ng-content></ng-content>',
|
|
6289
6289
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6290
|
-
inputs: ['color', 'size'],
|
|
6290
|
+
inputs: ['color', 'label', 'size'],
|
|
6291
6291
|
standalone: false
|
|
6292
6292
|
})
|
|
6293
6293
|
export class SwirlIconSell {
|
|
@@ -6303,14 +6303,14 @@ export declare interface SwirlIconSell extends Components.SwirlIconSell {}
|
|
|
6303
6303
|
|
|
6304
6304
|
|
|
6305
6305
|
@ProxyCmp({
|
|
6306
|
-
inputs: ['color', 'size']
|
|
6306
|
+
inputs: ['color', 'label', 'size']
|
|
6307
6307
|
})
|
|
6308
6308
|
@Component({
|
|
6309
6309
|
selector: 'swirl-icon-send',
|
|
6310
6310
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6311
6311
|
template: '<ng-content></ng-content>',
|
|
6312
6312
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6313
|
-
inputs: ['color', 'size'],
|
|
6313
|
+
inputs: ['color', 'label', 'size'],
|
|
6314
6314
|
standalone: false
|
|
6315
6315
|
})
|
|
6316
6316
|
export class SwirlIconSend {
|
|
@@ -6326,14 +6326,14 @@ export declare interface SwirlIconSend extends Components.SwirlIconSend {}
|
|
|
6326
6326
|
|
|
6327
6327
|
|
|
6328
6328
|
@ProxyCmp({
|
|
6329
|
-
inputs: ['color', 'size']
|
|
6329
|
+
inputs: ['color', 'label', 'size']
|
|
6330
6330
|
})
|
|
6331
6331
|
@Component({
|
|
6332
6332
|
selector: 'swirl-icon-settings',
|
|
6333
6333
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6334
6334
|
template: '<ng-content></ng-content>',
|
|
6335
6335
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6336
|
-
inputs: ['color', 'size'],
|
|
6336
|
+
inputs: ['color', 'label', 'size'],
|
|
6337
6337
|
standalone: false
|
|
6338
6338
|
})
|
|
6339
6339
|
export class SwirlIconSettings {
|
|
@@ -6349,14 +6349,14 @@ export declare interface SwirlIconSettings extends Components.SwirlIconSettings
|
|
|
6349
6349
|
|
|
6350
6350
|
|
|
6351
6351
|
@ProxyCmp({
|
|
6352
|
-
inputs: ['color', 'size']
|
|
6352
|
+
inputs: ['color', 'label', 'size']
|
|
6353
6353
|
})
|
|
6354
6354
|
@Component({
|
|
6355
6355
|
selector: 'swirl-icon-short-text',
|
|
6356
6356
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6357
6357
|
template: '<ng-content></ng-content>',
|
|
6358
6358
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6359
|
-
inputs: ['color', 'size'],
|
|
6359
|
+
inputs: ['color', 'label', 'size'],
|
|
6360
6360
|
standalone: false
|
|
6361
6361
|
})
|
|
6362
6362
|
export class SwirlIconShortText {
|
|
@@ -6372,14 +6372,14 @@ export declare interface SwirlIconShortText extends Components.SwirlIconShortTex
|
|
|
6372
6372
|
|
|
6373
6373
|
|
|
6374
6374
|
@ProxyCmp({
|
|
6375
|
-
inputs: ['color', 'size']
|
|
6375
|
+
inputs: ['color', 'label', 'size']
|
|
6376
6376
|
})
|
|
6377
6377
|
@Component({
|
|
6378
6378
|
selector: 'swirl-icon-simplify',
|
|
6379
6379
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6380
6380
|
template: '<ng-content></ng-content>',
|
|
6381
6381
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6382
|
-
inputs: ['color', 'size'],
|
|
6382
|
+
inputs: ['color', 'label', 'size'],
|
|
6383
6383
|
standalone: false
|
|
6384
6384
|
})
|
|
6385
6385
|
export class SwirlIconSimplify {
|
|
@@ -6395,14 +6395,14 @@ export declare interface SwirlIconSimplify extends Components.SwirlIconSimplify
|
|
|
6395
6395
|
|
|
6396
6396
|
|
|
6397
6397
|
@ProxyCmp({
|
|
6398
|
-
inputs: ['color', 'size']
|
|
6398
|
+
inputs: ['color', 'label', 'size']
|
|
6399
6399
|
})
|
|
6400
6400
|
@Component({
|
|
6401
6401
|
selector: 'swirl-icon-spellcheck',
|
|
6402
6402
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6403
6403
|
template: '<ng-content></ng-content>',
|
|
6404
6404
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6405
|
-
inputs: ['color', 'size'],
|
|
6405
|
+
inputs: ['color', 'label', 'size'],
|
|
6406
6406
|
standalone: false
|
|
6407
6407
|
})
|
|
6408
6408
|
export class SwirlIconSpellcheck {
|
|
@@ -6418,14 +6418,14 @@ export declare interface SwirlIconSpellcheck extends Components.SwirlIconSpellch
|
|
|
6418
6418
|
|
|
6419
6419
|
|
|
6420
6420
|
@ProxyCmp({
|
|
6421
|
-
inputs: ['color', 'size']
|
|
6421
|
+
inputs: ['color', 'label', 'size']
|
|
6422
6422
|
})
|
|
6423
6423
|
@Component({
|
|
6424
6424
|
selector: 'swirl-icon-stars',
|
|
6425
6425
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6426
6426
|
template: '<ng-content></ng-content>',
|
|
6427
6427
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6428
|
-
inputs: ['color', 'size'],
|
|
6428
|
+
inputs: ['color', 'label', 'size'],
|
|
6429
6429
|
standalone: false
|
|
6430
6430
|
})
|
|
6431
6431
|
export class SwirlIconStars {
|
|
@@ -6441,14 +6441,14 @@ export declare interface SwirlIconStars extends Components.SwirlIconStars {}
|
|
|
6441
6441
|
|
|
6442
6442
|
|
|
6443
6443
|
@ProxyCmp({
|
|
6444
|
-
inputs: ['color', 'size']
|
|
6444
|
+
inputs: ['color', 'label', 'size']
|
|
6445
6445
|
})
|
|
6446
6446
|
@Component({
|
|
6447
6447
|
selector: 'swirl-icon-sticky-note',
|
|
6448
6448
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6449
6449
|
template: '<ng-content></ng-content>',
|
|
6450
6450
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6451
|
-
inputs: ['color', 'size'],
|
|
6451
|
+
inputs: ['color', 'label', 'size'],
|
|
6452
6452
|
standalone: false
|
|
6453
6453
|
})
|
|
6454
6454
|
export class SwirlIconStickyNote {
|
|
@@ -6464,14 +6464,14 @@ export declare interface SwirlIconStickyNote extends Components.SwirlIconStickyN
|
|
|
6464
6464
|
|
|
6465
6465
|
|
|
6466
6466
|
@ProxyCmp({
|
|
6467
|
-
inputs: ['color', 'size']
|
|
6467
|
+
inputs: ['color', 'label', 'size']
|
|
6468
6468
|
})
|
|
6469
6469
|
@Component({
|
|
6470
6470
|
selector: 'swirl-icon-stop',
|
|
6471
6471
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6472
6472
|
template: '<ng-content></ng-content>',
|
|
6473
6473
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6474
|
-
inputs: ['color', 'size'],
|
|
6474
|
+
inputs: ['color', 'label', 'size'],
|
|
6475
6475
|
standalone: false
|
|
6476
6476
|
})
|
|
6477
6477
|
export class SwirlIconStop {
|
|
@@ -6487,14 +6487,14 @@ export declare interface SwirlIconStop extends Components.SwirlIconStop {}
|
|
|
6487
6487
|
|
|
6488
6488
|
|
|
6489
6489
|
@ProxyCmp({
|
|
6490
|
-
inputs: ['color', 'size']
|
|
6490
|
+
inputs: ['color', 'label', 'size']
|
|
6491
6491
|
})
|
|
6492
6492
|
@Component({
|
|
6493
6493
|
selector: 'swirl-icon-stop-circle',
|
|
6494
6494
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6495
6495
|
template: '<ng-content></ng-content>',
|
|
6496
6496
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6497
|
-
inputs: ['color', 'size'],
|
|
6497
|
+
inputs: ['color', 'label', 'size'],
|
|
6498
6498
|
standalone: false
|
|
6499
6499
|
})
|
|
6500
6500
|
export class SwirlIconStopCircle {
|
|
@@ -6510,14 +6510,14 @@ export declare interface SwirlIconStopCircle extends Components.SwirlIconStopCir
|
|
|
6510
6510
|
|
|
6511
6511
|
|
|
6512
6512
|
@ProxyCmp({
|
|
6513
|
-
inputs: ['color', 'size']
|
|
6513
|
+
inputs: ['color', 'label', 'size']
|
|
6514
6514
|
})
|
|
6515
6515
|
@Component({
|
|
6516
6516
|
selector: 'swirl-icon-sunny',
|
|
6517
6517
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6518
6518
|
template: '<ng-content></ng-content>',
|
|
6519
6519
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6520
|
-
inputs: ['color', 'size'],
|
|
6520
|
+
inputs: ['color', 'label', 'size'],
|
|
6521
6521
|
standalone: false
|
|
6522
6522
|
})
|
|
6523
6523
|
export class SwirlIconSunny {
|
|
@@ -6533,14 +6533,14 @@ export declare interface SwirlIconSunny extends Components.SwirlIconSunny {}
|
|
|
6533
6533
|
|
|
6534
6534
|
|
|
6535
6535
|
@ProxyCmp({
|
|
6536
|
-
inputs: ['color', 'size']
|
|
6536
|
+
inputs: ['color', 'label', 'size']
|
|
6537
6537
|
})
|
|
6538
6538
|
@Component({
|
|
6539
6539
|
selector: 'swirl-icon-sync',
|
|
6540
6540
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6541
6541
|
template: '<ng-content></ng-content>',
|
|
6542
6542
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6543
|
-
inputs: ['color', 'size'],
|
|
6543
|
+
inputs: ['color', 'label', 'size'],
|
|
6544
6544
|
standalone: false
|
|
6545
6545
|
})
|
|
6546
6546
|
export class SwirlIconSync {
|
|
@@ -6556,14 +6556,14 @@ export declare interface SwirlIconSync extends Components.SwirlIconSync {}
|
|
|
6556
6556
|
|
|
6557
6557
|
|
|
6558
6558
|
@ProxyCmp({
|
|
6559
|
-
inputs: ['color', 'size']
|
|
6559
|
+
inputs: ['color', 'label', 'size']
|
|
6560
6560
|
})
|
|
6561
6561
|
@Component({
|
|
6562
6562
|
selector: 'swirl-icon-tasks',
|
|
6563
6563
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6564
6564
|
template: '<ng-content></ng-content>',
|
|
6565
6565
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6566
|
-
inputs: ['color', 'size'],
|
|
6566
|
+
inputs: ['color', 'label', 'size'],
|
|
6567
6567
|
standalone: false
|
|
6568
6568
|
})
|
|
6569
6569
|
export class SwirlIconTasks {
|
|
@@ -6579,14 +6579,14 @@ export declare interface SwirlIconTasks extends Components.SwirlIconTasks {}
|
|
|
6579
6579
|
|
|
6580
6580
|
|
|
6581
6581
|
@ProxyCmp({
|
|
6582
|
-
inputs: ['color', 'size']
|
|
6582
|
+
inputs: ['color', 'label', 'size']
|
|
6583
6583
|
})
|
|
6584
6584
|
@Component({
|
|
6585
6585
|
selector: 'swirl-icon-tasks-filled',
|
|
6586
6586
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6587
6587
|
template: '<ng-content></ng-content>',
|
|
6588
6588
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6589
|
-
inputs: ['color', 'size'],
|
|
6589
|
+
inputs: ['color', 'label', 'size'],
|
|
6590
6590
|
standalone: false
|
|
6591
6591
|
})
|
|
6592
6592
|
export class SwirlIconTasksFilled {
|
|
@@ -6602,14 +6602,14 @@ export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksF
|
|
|
6602
6602
|
|
|
6603
6603
|
|
|
6604
6604
|
@ProxyCmp({
|
|
6605
|
-
inputs: ['color', 'size']
|
|
6605
|
+
inputs: ['color', 'label', 'size']
|
|
6606
6606
|
})
|
|
6607
6607
|
@Component({
|
|
6608
6608
|
selector: 'swirl-icon-terminal',
|
|
6609
6609
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6610
6610
|
template: '<ng-content></ng-content>',
|
|
6611
6611
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6612
|
-
inputs: ['color', 'size'],
|
|
6612
|
+
inputs: ['color', 'label', 'size'],
|
|
6613
6613
|
standalone: false
|
|
6614
6614
|
})
|
|
6615
6615
|
export class SwirlIconTerminal {
|
|
@@ -6625,14 +6625,14 @@ export declare interface SwirlIconTerminal extends Components.SwirlIconTerminal
|
|
|
6625
6625
|
|
|
6626
6626
|
|
|
6627
6627
|
@ProxyCmp({
|
|
6628
|
-
inputs: ['color', 'size']
|
|
6628
|
+
inputs: ['color', 'label', 'size']
|
|
6629
6629
|
})
|
|
6630
6630
|
@Component({
|
|
6631
6631
|
selector: 'swirl-icon-time',
|
|
6632
6632
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6633
6633
|
template: '<ng-content></ng-content>',
|
|
6634
6634
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6635
|
-
inputs: ['color', 'size'],
|
|
6635
|
+
inputs: ['color', 'label', 'size'],
|
|
6636
6636
|
standalone: false
|
|
6637
6637
|
})
|
|
6638
6638
|
export class SwirlIconTime {
|
|
@@ -6648,14 +6648,14 @@ export declare interface SwirlIconTime extends Components.SwirlIconTime {}
|
|
|
6648
6648
|
|
|
6649
6649
|
|
|
6650
6650
|
@ProxyCmp({
|
|
6651
|
-
inputs: ['color', 'size']
|
|
6651
|
+
inputs: ['color', 'label', 'size']
|
|
6652
6652
|
})
|
|
6653
6653
|
@Component({
|
|
6654
6654
|
selector: 'swirl-icon-time-filled',
|
|
6655
6655
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6656
6656
|
template: '<ng-content></ng-content>',
|
|
6657
6657
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6658
|
-
inputs: ['color', 'size'],
|
|
6658
|
+
inputs: ['color', 'label', 'size'],
|
|
6659
6659
|
standalone: false
|
|
6660
6660
|
})
|
|
6661
6661
|
export class SwirlIconTimeFilled {
|
|
@@ -6671,14 +6671,14 @@ export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFil
|
|
|
6671
6671
|
|
|
6672
6672
|
|
|
6673
6673
|
@ProxyCmp({
|
|
6674
|
-
inputs: ['color', 'size']
|
|
6674
|
+
inputs: ['color', 'label', 'size']
|
|
6675
6675
|
})
|
|
6676
6676
|
@Component({
|
|
6677
6677
|
selector: 'swirl-icon-today',
|
|
6678
6678
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6679
6679
|
template: '<ng-content></ng-content>',
|
|
6680
6680
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6681
|
-
inputs: ['color', 'size'],
|
|
6681
|
+
inputs: ['color', 'label', 'size'],
|
|
6682
6682
|
standalone: false
|
|
6683
6683
|
})
|
|
6684
6684
|
export class SwirlIconToday {
|
|
@@ -6694,14 +6694,14 @@ export declare interface SwirlIconToday extends Components.SwirlIconToday {}
|
|
|
6694
6694
|
|
|
6695
6695
|
|
|
6696
6696
|
@ProxyCmp({
|
|
6697
|
-
inputs: ['color', 'size']
|
|
6697
|
+
inputs: ['color', 'label', 'size']
|
|
6698
6698
|
})
|
|
6699
6699
|
@Component({
|
|
6700
6700
|
selector: 'swirl-icon-today-filled',
|
|
6701
6701
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6702
6702
|
template: '<ng-content></ng-content>',
|
|
6703
6703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6704
|
-
inputs: ['color', 'size'],
|
|
6704
|
+
inputs: ['color', 'label', 'size'],
|
|
6705
6705
|
standalone: false
|
|
6706
6706
|
})
|
|
6707
6707
|
export class SwirlIconTodayFilled {
|
|
@@ -6717,14 +6717,14 @@ export declare interface SwirlIconTodayFilled extends Components.SwirlIconTodayF
|
|
|
6717
6717
|
|
|
6718
6718
|
|
|
6719
6719
|
@ProxyCmp({
|
|
6720
|
-
inputs: ['color', 'size']
|
|
6720
|
+
inputs: ['color', 'label', 'size']
|
|
6721
6721
|
})
|
|
6722
6722
|
@Component({
|
|
6723
6723
|
selector: 'swirl-icon-translate',
|
|
6724
6724
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6725
6725
|
template: '<ng-content></ng-content>',
|
|
6726
6726
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6727
|
-
inputs: ['color', 'size'],
|
|
6727
|
+
inputs: ['color', 'label', 'size'],
|
|
6728
6728
|
standalone: false
|
|
6729
6729
|
})
|
|
6730
6730
|
export class SwirlIconTranslate {
|
|
@@ -6740,14 +6740,14 @@ export declare interface SwirlIconTranslate extends Components.SwirlIconTranslat
|
|
|
6740
6740
|
|
|
6741
6741
|
|
|
6742
6742
|
@ProxyCmp({
|
|
6743
|
-
inputs: ['color', 'size']
|
|
6743
|
+
inputs: ['color', 'label', 'size']
|
|
6744
6744
|
})
|
|
6745
6745
|
@Component({
|
|
6746
6746
|
selector: 'swirl-icon-tree-structure',
|
|
6747
6747
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6748
6748
|
template: '<ng-content></ng-content>',
|
|
6749
6749
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6750
|
-
inputs: ['color', 'size'],
|
|
6750
|
+
inputs: ['color', 'label', 'size'],
|
|
6751
6751
|
standalone: false
|
|
6752
6752
|
})
|
|
6753
6753
|
export class SwirlIconTreeStructure {
|
|
@@ -6763,14 +6763,14 @@ export declare interface SwirlIconTreeStructure extends Components.SwirlIconTree
|
|
|
6763
6763
|
|
|
6764
6764
|
|
|
6765
6765
|
@ProxyCmp({
|
|
6766
|
-
inputs: ['color', 'size']
|
|
6766
|
+
inputs: ['color', 'label', 'size']
|
|
6767
6767
|
})
|
|
6768
6768
|
@Component({
|
|
6769
6769
|
selector: 'swirl-icon-undo',
|
|
6770
6770
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6771
6771
|
template: '<ng-content></ng-content>',
|
|
6772
6772
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6773
|
-
inputs: ['color', 'size'],
|
|
6773
|
+
inputs: ['color', 'label', 'size'],
|
|
6774
6774
|
standalone: false
|
|
6775
6775
|
})
|
|
6776
6776
|
export class SwirlIconUndo {
|
|
@@ -6786,14 +6786,14 @@ export declare interface SwirlIconUndo extends Components.SwirlIconUndo {}
|
|
|
6786
6786
|
|
|
6787
6787
|
|
|
6788
6788
|
@ProxyCmp({
|
|
6789
|
-
inputs: ['color', 'size']
|
|
6789
|
+
inputs: ['color', 'label', 'size']
|
|
6790
6790
|
})
|
|
6791
6791
|
@Component({
|
|
6792
6792
|
selector: 'swirl-icon-unlock-person',
|
|
6793
6793
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6794
6794
|
template: '<ng-content></ng-content>',
|
|
6795
6795
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6796
|
-
inputs: ['color', 'size'],
|
|
6796
|
+
inputs: ['color', 'label', 'size'],
|
|
6797
6797
|
standalone: false
|
|
6798
6798
|
})
|
|
6799
6799
|
export class SwirlIconUnlockPerson {
|
|
@@ -6809,14 +6809,14 @@ export declare interface SwirlIconUnlockPerson extends Components.SwirlIconUnloc
|
|
|
6809
6809
|
|
|
6810
6810
|
|
|
6811
6811
|
@ProxyCmp({
|
|
6812
|
-
inputs: ['color', 'size']
|
|
6812
|
+
inputs: ['color', 'label', 'size']
|
|
6813
6813
|
})
|
|
6814
6814
|
@Component({
|
|
6815
6815
|
selector: 'swirl-icon-upload',
|
|
6816
6816
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6817
6817
|
template: '<ng-content></ng-content>',
|
|
6818
6818
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6819
|
-
inputs: ['color', 'size'],
|
|
6819
|
+
inputs: ['color', 'label', 'size'],
|
|
6820
6820
|
standalone: false
|
|
6821
6821
|
})
|
|
6822
6822
|
export class SwirlIconUpload {
|
|
@@ -6832,14 +6832,14 @@ export declare interface SwirlIconUpload extends Components.SwirlIconUpload {}
|
|
|
6832
6832
|
|
|
6833
6833
|
|
|
6834
6834
|
@ProxyCmp({
|
|
6835
|
-
inputs: ['color', 'size']
|
|
6835
|
+
inputs: ['color', 'label', 'size']
|
|
6836
6836
|
})
|
|
6837
6837
|
@Component({
|
|
6838
6838
|
selector: 'swirl-icon-user-add',
|
|
6839
6839
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6840
6840
|
template: '<ng-content></ng-content>',
|
|
6841
6841
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6842
|
-
inputs: ['color', 'size'],
|
|
6842
|
+
inputs: ['color', 'label', 'size'],
|
|
6843
6843
|
standalone: false
|
|
6844
6844
|
})
|
|
6845
6845
|
export class SwirlIconUserAdd {
|
|
@@ -6855,14 +6855,14 @@ export declare interface SwirlIconUserAdd extends Components.SwirlIconUserAdd {}
|
|
|
6855
6855
|
|
|
6856
6856
|
|
|
6857
6857
|
@ProxyCmp({
|
|
6858
|
-
inputs: ['color', 'size']
|
|
6858
|
+
inputs: ['color', 'label', 'size']
|
|
6859
6859
|
})
|
|
6860
6860
|
@Component({
|
|
6861
6861
|
selector: 'swirl-icon-user-assign',
|
|
6862
6862
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6863
6863
|
template: '<ng-content></ng-content>',
|
|
6864
6864
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6865
|
-
inputs: ['color', 'size'],
|
|
6865
|
+
inputs: ['color', 'label', 'size'],
|
|
6866
6866
|
standalone: false
|
|
6867
6867
|
})
|
|
6868
6868
|
export class SwirlIconUserAssign {
|
|
@@ -6878,14 +6878,14 @@ export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAss
|
|
|
6878
6878
|
|
|
6879
6879
|
|
|
6880
6880
|
@ProxyCmp({
|
|
6881
|
-
inputs: ['color', 'size']
|
|
6881
|
+
inputs: ['color', 'label', 'size']
|
|
6882
6882
|
})
|
|
6883
6883
|
@Component({
|
|
6884
6884
|
selector: 'swirl-icon-verified-user',
|
|
6885
6885
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6886
6886
|
template: '<ng-content></ng-content>',
|
|
6887
6887
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6888
|
-
inputs: ['color', 'size'],
|
|
6888
|
+
inputs: ['color', 'label', 'size'],
|
|
6889
6889
|
standalone: false
|
|
6890
6890
|
})
|
|
6891
6891
|
export class SwirlIconVerifiedUser {
|
|
@@ -6901,14 +6901,14 @@ export declare interface SwirlIconVerifiedUser extends Components.SwirlIconVerif
|
|
|
6901
6901
|
|
|
6902
6902
|
|
|
6903
6903
|
@ProxyCmp({
|
|
6904
|
-
inputs: ['color', 'size']
|
|
6904
|
+
inputs: ['color', 'label', 'size']
|
|
6905
6905
|
})
|
|
6906
6906
|
@Component({
|
|
6907
6907
|
selector: 'swirl-icon-video-camera',
|
|
6908
6908
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6909
6909
|
template: '<ng-content></ng-content>',
|
|
6910
6910
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6911
|
-
inputs: ['color', 'size'],
|
|
6911
|
+
inputs: ['color', 'label', 'size'],
|
|
6912
6912
|
standalone: false
|
|
6913
6913
|
})
|
|
6914
6914
|
export class SwirlIconVideoCamera {
|
|
@@ -6924,14 +6924,14 @@ export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoC
|
|
|
6924
6924
|
|
|
6925
6925
|
|
|
6926
6926
|
@ProxyCmp({
|
|
6927
|
-
inputs: ['color', 'size']
|
|
6927
|
+
inputs: ['color', 'label', 'size']
|
|
6928
6928
|
})
|
|
6929
6929
|
@Component({
|
|
6930
6930
|
selector: 'swirl-icon-video-camera-off',
|
|
6931
6931
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6932
6932
|
template: '<ng-content></ng-content>',
|
|
6933
6933
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6934
|
-
inputs: ['color', 'size'],
|
|
6934
|
+
inputs: ['color', 'label', 'size'],
|
|
6935
6935
|
standalone: false
|
|
6936
6936
|
})
|
|
6937
6937
|
export class SwirlIconVideoCameraOff {
|
|
@@ -6947,14 +6947,14 @@ export declare interface SwirlIconVideoCameraOff extends Components.SwirlIconVid
|
|
|
6947
6947
|
|
|
6948
6948
|
|
|
6949
6949
|
@ProxyCmp({
|
|
6950
|
-
inputs: ['color', 'size']
|
|
6950
|
+
inputs: ['color', 'label', 'size']
|
|
6951
6951
|
})
|
|
6952
6952
|
@Component({
|
|
6953
6953
|
selector: 'swirl-icon-video-library',
|
|
6954
6954
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6955
6955
|
template: '<ng-content></ng-content>',
|
|
6956
6956
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6957
|
-
inputs: ['color', 'size'],
|
|
6957
|
+
inputs: ['color', 'label', 'size'],
|
|
6958
6958
|
standalone: false
|
|
6959
6959
|
})
|
|
6960
6960
|
export class SwirlIconVideoLibrary {
|
|
@@ -6970,14 +6970,14 @@ export declare interface SwirlIconVideoLibrary extends Components.SwirlIconVideo
|
|
|
6970
6970
|
|
|
6971
6971
|
|
|
6972
6972
|
@ProxyCmp({
|
|
6973
|
-
inputs: ['color', 'size']
|
|
6973
|
+
inputs: ['color', 'label', 'size']
|
|
6974
6974
|
})
|
|
6975
6975
|
@Component({
|
|
6976
6976
|
selector: 'swirl-icon-video-player',
|
|
6977
6977
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6978
6978
|
template: '<ng-content></ng-content>',
|
|
6979
6979
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6980
|
-
inputs: ['color', 'size'],
|
|
6980
|
+
inputs: ['color', 'label', 'size'],
|
|
6981
6981
|
standalone: false
|
|
6982
6982
|
})
|
|
6983
6983
|
export class SwirlIconVideoPlayer {
|
|
@@ -6993,14 +6993,14 @@ export declare interface SwirlIconVideoPlayer extends Components.SwirlIconVideoP
|
|
|
6993
6993
|
|
|
6994
6994
|
|
|
6995
6995
|
@ProxyCmp({
|
|
6996
|
-
inputs: ['color', 'size']
|
|
6996
|
+
inputs: ['color', 'label', 'size']
|
|
6997
6997
|
})
|
|
6998
6998
|
@Component({
|
|
6999
6999
|
selector: 'swirl-icon-view-agenda',
|
|
7000
7000
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7001
7001
|
template: '<ng-content></ng-content>',
|
|
7002
7002
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7003
|
-
inputs: ['color', 'size'],
|
|
7003
|
+
inputs: ['color', 'label', 'size'],
|
|
7004
7004
|
standalone: false
|
|
7005
7005
|
})
|
|
7006
7006
|
export class SwirlIconViewAgenda {
|
|
@@ -7016,14 +7016,14 @@ export declare interface SwirlIconViewAgenda extends Components.SwirlIconViewAge
|
|
|
7016
7016
|
|
|
7017
7017
|
|
|
7018
7018
|
@ProxyCmp({
|
|
7019
|
-
inputs: ['color', 'size']
|
|
7019
|
+
inputs: ['color', 'label', 'size']
|
|
7020
7020
|
})
|
|
7021
7021
|
@Component({
|
|
7022
7022
|
selector: 'swirl-icon-visibility',
|
|
7023
7023
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7024
7024
|
template: '<ng-content></ng-content>',
|
|
7025
7025
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7026
|
-
inputs: ['color', 'size'],
|
|
7026
|
+
inputs: ['color', 'label', 'size'],
|
|
7027
7027
|
standalone: false
|
|
7028
7028
|
})
|
|
7029
7029
|
export class SwirlIconVisibility {
|
|
@@ -7039,14 +7039,14 @@ export declare interface SwirlIconVisibility extends Components.SwirlIconVisibil
|
|
|
7039
7039
|
|
|
7040
7040
|
|
|
7041
7041
|
@ProxyCmp({
|
|
7042
|
-
inputs: ['color', 'size']
|
|
7042
|
+
inputs: ['color', 'label', 'size']
|
|
7043
7043
|
})
|
|
7044
7044
|
@Component({
|
|
7045
7045
|
selector: 'swirl-icon-visibility-off',
|
|
7046
7046
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7047
7047
|
template: '<ng-content></ng-content>',
|
|
7048
7048
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7049
|
-
inputs: ['color', 'size'],
|
|
7049
|
+
inputs: ['color', 'label', 'size'],
|
|
7050
7050
|
standalone: false
|
|
7051
7051
|
})
|
|
7052
7052
|
export class SwirlIconVisibilityOff {
|
|
@@ -7062,14 +7062,14 @@ export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisi
|
|
|
7062
7062
|
|
|
7063
7063
|
|
|
7064
7064
|
@ProxyCmp({
|
|
7065
|
-
inputs: ['color', 'size']
|
|
7065
|
+
inputs: ['color', 'label', 'size']
|
|
7066
7066
|
})
|
|
7067
7067
|
@Component({
|
|
7068
7068
|
selector: 'swirl-icon-voice',
|
|
7069
7069
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7070
7070
|
template: '<ng-content></ng-content>',
|
|
7071
7071
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7072
|
-
inputs: ['color', 'size'],
|
|
7072
|
+
inputs: ['color', 'label', 'size'],
|
|
7073
7073
|
standalone: false
|
|
7074
7074
|
})
|
|
7075
7075
|
export class SwirlIconVoice {
|
|
@@ -7085,14 +7085,14 @@ export declare interface SwirlIconVoice extends Components.SwirlIconVoice {}
|
|
|
7085
7085
|
|
|
7086
7086
|
|
|
7087
7087
|
@ProxyCmp({
|
|
7088
|
-
inputs: ['color', 'size']
|
|
7088
|
+
inputs: ['color', 'label', 'size']
|
|
7089
7089
|
})
|
|
7090
7090
|
@Component({
|
|
7091
7091
|
selector: 'swirl-icon-volume-up',
|
|
7092
7092
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7093
7093
|
template: '<ng-content></ng-content>',
|
|
7094
7094
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7095
|
-
inputs: ['color', 'size'],
|
|
7095
|
+
inputs: ['color', 'label', 'size'],
|
|
7096
7096
|
standalone: false
|
|
7097
7097
|
})
|
|
7098
7098
|
export class SwirlIconVolumeUp {
|
|
@@ -7108,14 +7108,14 @@ export declare interface SwirlIconVolumeUp extends Components.SwirlIconVolumeUp
|
|
|
7108
7108
|
|
|
7109
7109
|
|
|
7110
7110
|
@ProxyCmp({
|
|
7111
|
-
inputs: ['color', 'size']
|
|
7111
|
+
inputs: ['color', 'label', 'size']
|
|
7112
7112
|
})
|
|
7113
7113
|
@Component({
|
|
7114
7114
|
selector: 'swirl-icon-warning',
|
|
7115
7115
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7116
7116
|
template: '<ng-content></ng-content>',
|
|
7117
7117
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7118
|
-
inputs: ['color', 'size'],
|
|
7118
|
+
inputs: ['color', 'label', 'size'],
|
|
7119
7119
|
standalone: false
|
|
7120
7120
|
})
|
|
7121
7121
|
export class SwirlIconWarning {
|
|
@@ -7131,14 +7131,14 @@ export declare interface SwirlIconWarning extends Components.SwirlIconWarning {}
|
|
|
7131
7131
|
|
|
7132
7132
|
|
|
7133
7133
|
@ProxyCmp({
|
|
7134
|
-
inputs: ['color', 'size']
|
|
7134
|
+
inputs: ['color', 'label', 'size']
|
|
7135
7135
|
})
|
|
7136
7136
|
@Component({
|
|
7137
7137
|
selector: 'swirl-icon-waving-hand',
|
|
7138
7138
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7139
7139
|
template: '<ng-content></ng-content>',
|
|
7140
7140
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7141
|
-
inputs: ['color', 'size'],
|
|
7141
|
+
inputs: ['color', 'label', 'size'],
|
|
7142
7142
|
standalone: false
|
|
7143
7143
|
})
|
|
7144
7144
|
export class SwirlIconWavingHand {
|
|
@@ -7154,14 +7154,14 @@ export declare interface SwirlIconWavingHand extends Components.SwirlIconWavingH
|
|
|
7154
7154
|
|
|
7155
7155
|
|
|
7156
7156
|
@ProxyCmp({
|
|
7157
|
-
inputs: ['color', 'size']
|
|
7157
|
+
inputs: ['color', 'label', 'size']
|
|
7158
7158
|
})
|
|
7159
7159
|
@Component({
|
|
7160
7160
|
selector: 'swirl-icon-web-asset',
|
|
7161
7161
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7162
7162
|
template: '<ng-content></ng-content>',
|
|
7163
7163
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7164
|
-
inputs: ['color', 'size'],
|
|
7164
|
+
inputs: ['color', 'label', 'size'],
|
|
7165
7165
|
standalone: false
|
|
7166
7166
|
})
|
|
7167
7167
|
export class SwirlIconWebAsset {
|
|
@@ -7177,14 +7177,14 @@ export declare interface SwirlIconWebAsset extends Components.SwirlIconWebAsset
|
|
|
7177
7177
|
|
|
7178
7178
|
|
|
7179
7179
|
@ProxyCmp({
|
|
7180
|
-
inputs: ['color', 'size']
|
|
7180
|
+
inputs: ['color', 'label', 'size']
|
|
7181
7181
|
})
|
|
7182
7182
|
@Component({
|
|
7183
7183
|
selector: 'swirl-icon-web-asset-off',
|
|
7184
7184
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7185
7185
|
template: '<ng-content></ng-content>',
|
|
7186
7186
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7187
|
-
inputs: ['color', 'size'],
|
|
7187
|
+
inputs: ['color', 'label', 'size'],
|
|
7188
7188
|
standalone: false
|
|
7189
7189
|
})
|
|
7190
7190
|
export class SwirlIconWebAssetOff {
|
|
@@ -7200,14 +7200,14 @@ export declare interface SwirlIconWebAssetOff extends Components.SwirlIconWebAss
|
|
|
7200
7200
|
|
|
7201
7201
|
|
|
7202
7202
|
@ProxyCmp({
|
|
7203
|
-
inputs: ['color', 'size']
|
|
7203
|
+
inputs: ['color', 'label', 'size']
|
|
7204
7204
|
})
|
|
7205
7205
|
@Component({
|
|
7206
7206
|
selector: 'swirl-icon-work',
|
|
7207
7207
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7208
7208
|
template: '<ng-content></ng-content>',
|
|
7209
7209
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7210
|
-
inputs: ['color', 'size'],
|
|
7210
|
+
inputs: ['color', 'label', 'size'],
|
|
7211
7211
|
standalone: false
|
|
7212
7212
|
})
|
|
7213
7213
|
export class SwirlIconWork {
|
|
@@ -7223,14 +7223,14 @@ export declare interface SwirlIconWork extends Components.SwirlIconWork {}
|
|
|
7223
7223
|
|
|
7224
7224
|
|
|
7225
7225
|
@ProxyCmp({
|
|
7226
|
-
inputs: ['color', 'size']
|
|
7226
|
+
inputs: ['color', 'label', 'size']
|
|
7227
7227
|
})
|
|
7228
7228
|
@Component({
|
|
7229
7229
|
selector: 'swirl-icon-workspace-premium',
|
|
7230
7230
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7231
7231
|
template: '<ng-content></ng-content>',
|
|
7232
7232
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7233
|
-
inputs: ['color', 'size'],
|
|
7233
|
+
inputs: ['color', 'label', 'size'],
|
|
7234
7234
|
standalone: false
|
|
7235
7235
|
})
|
|
7236
7236
|
export class SwirlIconWorkspacePremium {
|