@ukic/docs 3.1.0 → 3.2.1
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/docs.json +363 -531
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -558,10 +558,10 @@
|
|
|
558
558
|
"props": [
|
|
559
559
|
{
|
|
560
560
|
"name": "announced",
|
|
561
|
-
"type": "boolean
|
|
561
|
+
"type": "boolean",
|
|
562
562
|
"complexType": {
|
|
563
563
|
"original": "boolean",
|
|
564
|
-
"resolved": "boolean
|
|
564
|
+
"resolved": "boolean",
|
|
565
565
|
"references": {}
|
|
566
566
|
},
|
|
567
567
|
"mutable": false,
|
|
@@ -573,22 +573,19 @@
|
|
|
573
573
|
"values": [
|
|
574
574
|
{
|
|
575
575
|
"type": "boolean"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"type": "undefined"
|
|
579
576
|
}
|
|
580
577
|
],
|
|
581
|
-
"optional":
|
|
578
|
+
"optional": false,
|
|
582
579
|
"required": false,
|
|
583
580
|
"getter": false,
|
|
584
581
|
"setter": false
|
|
585
582
|
},
|
|
586
583
|
{
|
|
587
584
|
"name": "dismissible",
|
|
588
|
-
"type": "boolean
|
|
585
|
+
"type": "boolean",
|
|
589
586
|
"complexType": {
|
|
590
587
|
"original": "boolean",
|
|
591
|
-
"resolved": "boolean
|
|
588
|
+
"resolved": "boolean",
|
|
592
589
|
"references": {}
|
|
593
590
|
},
|
|
594
591
|
"mutable": false,
|
|
@@ -600,22 +597,19 @@
|
|
|
600
597
|
"values": [
|
|
601
598
|
{
|
|
602
599
|
"type": "boolean"
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"type": "undefined"
|
|
606
600
|
}
|
|
607
601
|
],
|
|
608
|
-
"optional":
|
|
602
|
+
"optional": false,
|
|
609
603
|
"required": false,
|
|
610
604
|
"getter": false,
|
|
611
605
|
"setter": false
|
|
612
606
|
},
|
|
613
607
|
{
|
|
614
608
|
"name": "heading",
|
|
615
|
-
"type": "string
|
|
609
|
+
"type": "string",
|
|
616
610
|
"complexType": {
|
|
617
611
|
"original": "string",
|
|
618
|
-
"resolved": "string
|
|
612
|
+
"resolved": "string",
|
|
619
613
|
"references": {}
|
|
620
614
|
},
|
|
621
615
|
"mutable": false,
|
|
@@ -627,12 +621,9 @@
|
|
|
627
621
|
"values": [
|
|
628
622
|
{
|
|
629
623
|
"type": "string"
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"type": "undefined"
|
|
633
624
|
}
|
|
634
625
|
],
|
|
635
|
-
"optional":
|
|
626
|
+
"optional": false,
|
|
636
627
|
"required": false,
|
|
637
628
|
"getter": false,
|
|
638
629
|
"setter": false
|
|
@@ -665,10 +656,10 @@
|
|
|
665
656
|
},
|
|
666
657
|
{
|
|
667
658
|
"name": "showDefaultIcon",
|
|
668
|
-
"type": "boolean
|
|
659
|
+
"type": "boolean",
|
|
669
660
|
"complexType": {
|
|
670
661
|
"original": "boolean",
|
|
671
|
-
"resolved": "boolean
|
|
662
|
+
"resolved": "boolean",
|
|
672
663
|
"references": {}
|
|
673
664
|
},
|
|
674
665
|
"mutable": false,
|
|
@@ -680,22 +671,19 @@
|
|
|
680
671
|
"values": [
|
|
681
672
|
{
|
|
682
673
|
"type": "boolean"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"type": "undefined"
|
|
686
674
|
}
|
|
687
675
|
],
|
|
688
|
-
"optional":
|
|
676
|
+
"optional": false,
|
|
689
677
|
"required": false,
|
|
690
678
|
"getter": false,
|
|
691
679
|
"setter": false
|
|
692
680
|
},
|
|
693
681
|
{
|
|
694
682
|
"name": "theme",
|
|
695
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
683
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
696
684
|
"complexType": {
|
|
697
685
|
"original": "IcThemeMode",
|
|
698
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
686
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
699
687
|
"references": {
|
|
700
688
|
"IcThemeMode": {
|
|
701
689
|
"location": "import",
|
|
@@ -722,22 +710,19 @@
|
|
|
722
710
|
{
|
|
723
711
|
"value": "light",
|
|
724
712
|
"type": "string"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"type": "undefined"
|
|
728
713
|
}
|
|
729
714
|
],
|
|
730
|
-
"optional":
|
|
715
|
+
"optional": false,
|
|
731
716
|
"required": false,
|
|
732
717
|
"getter": false,
|
|
733
718
|
"setter": false
|
|
734
719
|
},
|
|
735
720
|
{
|
|
736
721
|
"name": "titleAbove",
|
|
737
|
-
"type": "boolean
|
|
722
|
+
"type": "boolean",
|
|
738
723
|
"complexType": {
|
|
739
724
|
"original": "boolean",
|
|
740
|
-
"resolved": "boolean
|
|
725
|
+
"resolved": "boolean",
|
|
741
726
|
"references": {}
|
|
742
727
|
},
|
|
743
728
|
"mutable": false,
|
|
@@ -749,22 +734,19 @@
|
|
|
749
734
|
"values": [
|
|
750
735
|
{
|
|
751
736
|
"type": "boolean"
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"type": "undefined"
|
|
755
737
|
}
|
|
756
738
|
],
|
|
757
|
-
"optional":
|
|
739
|
+
"optional": false,
|
|
758
740
|
"required": false,
|
|
759
741
|
"getter": false,
|
|
760
742
|
"setter": false
|
|
761
743
|
},
|
|
762
744
|
{
|
|
763
745
|
"name": "variant",
|
|
764
|
-
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"
|
|
746
|
+
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
765
747
|
"complexType": {
|
|
766
748
|
"original": "IcStatusVariants",
|
|
767
|
-
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"
|
|
749
|
+
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
768
750
|
"references": {
|
|
769
751
|
"IcStatusVariants": {
|
|
770
752
|
"location": "import",
|
|
@@ -799,12 +781,9 @@
|
|
|
799
781
|
{
|
|
800
782
|
"value": "warning",
|
|
801
783
|
"type": "string"
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"type": "undefined"
|
|
805
784
|
}
|
|
806
785
|
],
|
|
807
|
-
"optional":
|
|
786
|
+
"optional": false,
|
|
808
787
|
"required": false,
|
|
809
788
|
"getter": false,
|
|
810
789
|
"setter": false
|
|
@@ -832,6 +811,12 @@
|
|
|
832
811
|
"event": "icDismiss",
|
|
833
812
|
"capture": true,
|
|
834
813
|
"passive": false
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"event": "icThemeChange",
|
|
817
|
+
"target": "document",
|
|
818
|
+
"capture": true,
|
|
819
|
+
"passive": false
|
|
835
820
|
}
|
|
836
821
|
],
|
|
837
822
|
"styles": [],
|
|
@@ -1133,7 +1118,7 @@
|
|
|
1133
1118
|
"mutable": false,
|
|
1134
1119
|
"attr": "custom-color",
|
|
1135
1120
|
"reflectToAttr": false,
|
|
1136
|
-
"docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
1121
|
+
"docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
1137
1122
|
"docsTags": [],
|
|
1138
1123
|
"values": [
|
|
1139
1124
|
{
|
|
@@ -1191,7 +1176,7 @@
|
|
|
1191
1176
|
"mutable": false,
|
|
1192
1177
|
"attr": "max-number",
|
|
1193
1178
|
"reflectToAttr": false,
|
|
1194
|
-
"docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty.",
|
|
1179
|
+
"docs": "The maximum number shown on the badge appended with a +.\r\nThis will only be displayed if type=\"text\" and label is not empty.",
|
|
1195
1180
|
"docsTags": [],
|
|
1196
1181
|
"values": [
|
|
1197
1182
|
{
|
|
@@ -1510,10 +1495,10 @@
|
|
|
1510
1495
|
"props": [
|
|
1511
1496
|
{
|
|
1512
1497
|
"name": "current",
|
|
1513
|
-
"type": "boolean
|
|
1498
|
+
"type": "boolean",
|
|
1514
1499
|
"complexType": {
|
|
1515
1500
|
"original": "boolean",
|
|
1516
|
-
"resolved": "boolean
|
|
1501
|
+
"resolved": "boolean",
|
|
1517
1502
|
"references": {}
|
|
1518
1503
|
},
|
|
1519
1504
|
"mutable": false,
|
|
@@ -1525,12 +1510,9 @@
|
|
|
1525
1510
|
"values": [
|
|
1526
1511
|
{
|
|
1527
1512
|
"type": "boolean"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"type": "undefined"
|
|
1531
1513
|
}
|
|
1532
1514
|
],
|
|
1533
|
-
"optional":
|
|
1515
|
+
"optional": false,
|
|
1534
1516
|
"required": false,
|
|
1535
1517
|
"getter": false,
|
|
1536
1518
|
"setter": false
|
|
@@ -1645,10 +1627,10 @@
|
|
|
1645
1627
|
"props": [
|
|
1646
1628
|
{
|
|
1647
1629
|
"name": "backBreadcrumbOnly",
|
|
1648
|
-
"type": "boolean
|
|
1630
|
+
"type": "boolean",
|
|
1649
1631
|
"complexType": {
|
|
1650
1632
|
"original": "boolean",
|
|
1651
|
-
"resolved": "boolean
|
|
1633
|
+
"resolved": "boolean",
|
|
1652
1634
|
"references": {}
|
|
1653
1635
|
},
|
|
1654
1636
|
"mutable": false,
|
|
@@ -1660,25 +1642,22 @@
|
|
|
1660
1642
|
"values": [
|
|
1661
1643
|
{
|
|
1662
1644
|
"type": "boolean"
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"type": "undefined"
|
|
1666
1645
|
}
|
|
1667
1646
|
],
|
|
1668
|
-
"optional":
|
|
1647
|
+
"optional": false,
|
|
1669
1648
|
"required": false,
|
|
1670
1649
|
"getter": false,
|
|
1671
1650
|
"setter": false
|
|
1672
1651
|
},
|
|
1673
1652
|
{
|
|
1674
1653
|
"name": "collapsed",
|
|
1675
|
-
"type": "boolean
|
|
1654
|
+
"type": "boolean",
|
|
1676
1655
|
"complexType": {
|
|
1677
1656
|
"original": "boolean",
|
|
1678
|
-
"resolved": "boolean
|
|
1657
|
+
"resolved": "boolean",
|
|
1679
1658
|
"references": {}
|
|
1680
1659
|
},
|
|
1681
|
-
"mutable":
|
|
1660
|
+
"mutable": true,
|
|
1682
1661
|
"attr": "collapsed",
|
|
1683
1662
|
"reflectToAttr": false,
|
|
1684
1663
|
"docs": "If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed.",
|
|
@@ -1687,22 +1666,19 @@
|
|
|
1687
1666
|
"values": [
|
|
1688
1667
|
{
|
|
1689
1668
|
"type": "boolean"
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"type": "undefined"
|
|
1693
1669
|
}
|
|
1694
1670
|
],
|
|
1695
|
-
"optional":
|
|
1671
|
+
"optional": false,
|
|
1696
1672
|
"required": false,
|
|
1697
1673
|
"getter": false,
|
|
1698
1674
|
"setter": false
|
|
1699
1675
|
},
|
|
1700
1676
|
{
|
|
1701
1677
|
"name": "monochrome",
|
|
1702
|
-
"type": "boolean
|
|
1678
|
+
"type": "boolean",
|
|
1703
1679
|
"complexType": {
|
|
1704
1680
|
"original": "boolean",
|
|
1705
|
-
"resolved": "boolean
|
|
1681
|
+
"resolved": "boolean",
|
|
1706
1682
|
"references": {}
|
|
1707
1683
|
},
|
|
1708
1684
|
"mutable": false,
|
|
@@ -1714,22 +1690,19 @@
|
|
|
1714
1690
|
"values": [
|
|
1715
1691
|
{
|
|
1716
1692
|
"type": "boolean"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"type": "undefined"
|
|
1720
1693
|
}
|
|
1721
1694
|
],
|
|
1722
|
-
"optional":
|
|
1695
|
+
"optional": false,
|
|
1723
1696
|
"required": false,
|
|
1724
1697
|
"getter": false,
|
|
1725
1698
|
"setter": false
|
|
1726
1699
|
},
|
|
1727
1700
|
{
|
|
1728
1701
|
"name": "theme",
|
|
1729
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
1702
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
1730
1703
|
"complexType": {
|
|
1731
1704
|
"original": "IcThemeMode",
|
|
1732
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
1705
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
1733
1706
|
"references": {
|
|
1734
1707
|
"IcThemeMode": {
|
|
1735
1708
|
"location": "import",
|
|
@@ -1756,12 +1729,9 @@
|
|
|
1756
1729
|
{
|
|
1757
1730
|
"value": "light",
|
|
1758
1731
|
"type": "string"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"type": "undefined"
|
|
1762
1732
|
}
|
|
1763
1733
|
],
|
|
1764
|
-
"optional":
|
|
1734
|
+
"optional": false,
|
|
1765
1735
|
"required": false,
|
|
1766
1736
|
"getter": false,
|
|
1767
1737
|
"setter": false
|
|
@@ -1818,10 +1788,10 @@
|
|
|
1818
1788
|
"props": [
|
|
1819
1789
|
{
|
|
1820
1790
|
"name": "accept",
|
|
1821
|
-
"type": "string
|
|
1791
|
+
"type": "string",
|
|
1822
1792
|
"complexType": {
|
|
1823
1793
|
"original": "string",
|
|
1824
|
-
"resolved": "string
|
|
1794
|
+
"resolved": "string",
|
|
1825
1795
|
"references": {}
|
|
1826
1796
|
},
|
|
1827
1797
|
"mutable": false,
|
|
@@ -1833,22 +1803,19 @@
|
|
|
1833
1803
|
"values": [
|
|
1834
1804
|
{
|
|
1835
1805
|
"type": "string"
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"type": "undefined"
|
|
1839
1806
|
}
|
|
1840
1807
|
],
|
|
1841
|
-
"optional":
|
|
1808
|
+
"optional": false,
|
|
1842
1809
|
"required": false,
|
|
1843
1810
|
"getter": false,
|
|
1844
1811
|
"setter": false
|
|
1845
1812
|
},
|
|
1846
1813
|
{
|
|
1847
1814
|
"name": "disableTooltip",
|
|
1848
|
-
"type": "boolean
|
|
1815
|
+
"type": "boolean",
|
|
1849
1816
|
"complexType": {
|
|
1850
1817
|
"original": "boolean",
|
|
1851
|
-
"resolved": "boolean
|
|
1818
|
+
"resolved": "boolean",
|
|
1852
1819
|
"references": {}
|
|
1853
1820
|
},
|
|
1854
1821
|
"mutable": false,
|
|
@@ -1860,22 +1827,19 @@
|
|
|
1860
1827
|
"values": [
|
|
1861
1828
|
{
|
|
1862
1829
|
"type": "boolean"
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"type": "undefined"
|
|
1866
1830
|
}
|
|
1867
1831
|
],
|
|
1868
|
-
"optional":
|
|
1832
|
+
"optional": false,
|
|
1869
1833
|
"required": false,
|
|
1870
1834
|
"getter": false,
|
|
1871
1835
|
"setter": false
|
|
1872
1836
|
},
|
|
1873
1837
|
{
|
|
1874
1838
|
"name": "disabled",
|
|
1875
|
-
"type": "boolean
|
|
1839
|
+
"type": "boolean",
|
|
1876
1840
|
"complexType": {
|
|
1877
1841
|
"original": "boolean",
|
|
1878
|
-
"resolved": "boolean
|
|
1842
|
+
"resolved": "boolean",
|
|
1879
1843
|
"references": {}
|
|
1880
1844
|
},
|
|
1881
1845
|
"mutable": false,
|
|
@@ -1887,22 +1851,19 @@
|
|
|
1887
1851
|
"values": [
|
|
1888
1852
|
{
|
|
1889
1853
|
"type": "boolean"
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
"type": "undefined"
|
|
1893
1854
|
}
|
|
1894
1855
|
],
|
|
1895
|
-
"optional":
|
|
1856
|
+
"optional": false,
|
|
1896
1857
|
"required": false,
|
|
1897
1858
|
"getter": false,
|
|
1898
1859
|
"setter": false
|
|
1899
1860
|
},
|
|
1900
1861
|
{
|
|
1901
1862
|
"name": "download",
|
|
1902
|
-
"type": "boolean | string
|
|
1863
|
+
"type": "boolean | string",
|
|
1903
1864
|
"complexType": {
|
|
1904
1865
|
"original": "string | boolean",
|
|
1905
|
-
"resolved": "boolean | string
|
|
1866
|
+
"resolved": "boolean | string",
|
|
1906
1867
|
"references": {}
|
|
1907
1868
|
},
|
|
1908
1869
|
"mutable": false,
|
|
@@ -1917,22 +1878,19 @@
|
|
|
1917
1878
|
},
|
|
1918
1879
|
{
|
|
1919
1880
|
"type": "string"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"type": "undefined"
|
|
1923
1881
|
}
|
|
1924
1882
|
],
|
|
1925
|
-
"optional":
|
|
1883
|
+
"optional": false,
|
|
1926
1884
|
"required": false,
|
|
1927
1885
|
"getter": false,
|
|
1928
1886
|
"setter": false
|
|
1929
1887
|
},
|
|
1930
1888
|
{
|
|
1931
1889
|
"name": "dropdown",
|
|
1932
|
-
"type": "boolean
|
|
1890
|
+
"type": "boolean",
|
|
1933
1891
|
"complexType": {
|
|
1934
1892
|
"original": "boolean",
|
|
1935
|
-
"resolved": "boolean
|
|
1893
|
+
"resolved": "boolean",
|
|
1936
1894
|
"references": {}
|
|
1937
1895
|
},
|
|
1938
1896
|
"mutable": false,
|
|
@@ -1944,22 +1902,19 @@
|
|
|
1944
1902
|
"values": [
|
|
1945
1903
|
{
|
|
1946
1904
|
"type": "boolean"
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"type": "undefined"
|
|
1950
1905
|
}
|
|
1951
1906
|
],
|
|
1952
|
-
"optional":
|
|
1907
|
+
"optional": false,
|
|
1953
1908
|
"required": false,
|
|
1954
1909
|
"getter": false,
|
|
1955
1910
|
"setter": false
|
|
1956
1911
|
},
|
|
1957
1912
|
{
|
|
1958
1913
|
"name": "dropdownExpanded",
|
|
1959
|
-
"type": "boolean
|
|
1914
|
+
"type": "boolean",
|
|
1960
1915
|
"complexType": {
|
|
1961
1916
|
"original": "boolean",
|
|
1962
|
-
"resolved": "boolean
|
|
1917
|
+
"resolved": "boolean",
|
|
1963
1918
|
"references": {}
|
|
1964
1919
|
},
|
|
1965
1920
|
"mutable": true,
|
|
@@ -1971,22 +1926,19 @@
|
|
|
1971
1926
|
"values": [
|
|
1972
1927
|
{
|
|
1973
1928
|
"type": "boolean"
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"type": "undefined"
|
|
1977
1929
|
}
|
|
1978
1930
|
],
|
|
1979
|
-
"optional":
|
|
1931
|
+
"optional": false,
|
|
1980
1932
|
"required": false,
|
|
1981
1933
|
"getter": false,
|
|
1982
1934
|
"setter": false
|
|
1983
1935
|
},
|
|
1984
1936
|
{
|
|
1985
1937
|
"name": "fileInputName",
|
|
1986
|
-
"type": "string
|
|
1938
|
+
"type": "string",
|
|
1987
1939
|
"complexType": {
|
|
1988
1940
|
"original": "string",
|
|
1989
|
-
"resolved": "string
|
|
1941
|
+
"resolved": "string",
|
|
1990
1942
|
"references": {}
|
|
1991
1943
|
},
|
|
1992
1944
|
"mutable": false,
|
|
@@ -1998,22 +1950,19 @@
|
|
|
1998
1950
|
"values": [
|
|
1999
1951
|
{
|
|
2000
1952
|
"type": "string"
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"type": "undefined"
|
|
2004
1953
|
}
|
|
2005
1954
|
],
|
|
2006
|
-
"optional":
|
|
1955
|
+
"optional": false,
|
|
2007
1956
|
"required": false,
|
|
2008
1957
|
"getter": false,
|
|
2009
1958
|
"setter": false
|
|
2010
1959
|
},
|
|
2011
1960
|
{
|
|
2012
1961
|
"name": "fileUpload",
|
|
2013
|
-
"type": "boolean
|
|
1962
|
+
"type": "boolean",
|
|
2014
1963
|
"complexType": {
|
|
2015
1964
|
"original": "boolean",
|
|
2016
|
-
"resolved": "boolean
|
|
1965
|
+
"resolved": "boolean",
|
|
2017
1966
|
"references": {}
|
|
2018
1967
|
},
|
|
2019
1968
|
"mutable": false,
|
|
@@ -2025,12 +1974,9 @@
|
|
|
2025
1974
|
"values": [
|
|
2026
1975
|
{
|
|
2027
1976
|
"type": "boolean"
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"type": "undefined"
|
|
2031
1977
|
}
|
|
2032
1978
|
],
|
|
2033
|
-
"optional":
|
|
1979
|
+
"optional": false,
|
|
2034
1980
|
"required": false,
|
|
2035
1981
|
"getter": false,
|
|
2036
1982
|
"setter": false
|
|
@@ -2193,10 +2139,10 @@
|
|
|
2193
2139
|
},
|
|
2194
2140
|
{
|
|
2195
2141
|
"name": "fullWidth",
|
|
2196
|
-
"type": "boolean
|
|
2142
|
+
"type": "boolean",
|
|
2197
2143
|
"complexType": {
|
|
2198
2144
|
"original": "boolean",
|
|
2199
|
-
"resolved": "boolean
|
|
2145
|
+
"resolved": "boolean",
|
|
2200
2146
|
"references": {}
|
|
2201
2147
|
},
|
|
2202
2148
|
"mutable": false,
|
|
@@ -2208,12 +2154,9 @@
|
|
|
2208
2154
|
"values": [
|
|
2209
2155
|
{
|
|
2210
2156
|
"type": "boolean"
|
|
2211
|
-
},
|
|
2212
|
-
{
|
|
2213
|
-
"type": "undefined"
|
|
2214
2157
|
}
|
|
2215
2158
|
],
|
|
2216
|
-
"optional":
|
|
2159
|
+
"optional": false,
|
|
2217
2160
|
"required": false,
|
|
2218
2161
|
"getter": false,
|
|
2219
2162
|
"setter": false
|
|
@@ -2272,10 +2215,10 @@
|
|
|
2272
2215
|
},
|
|
2273
2216
|
{
|
|
2274
2217
|
"name": "loading",
|
|
2275
|
-
"type": "boolean
|
|
2218
|
+
"type": "boolean",
|
|
2276
2219
|
"complexType": {
|
|
2277
2220
|
"original": "boolean",
|
|
2278
|
-
"resolved": "boolean
|
|
2221
|
+
"resolved": "boolean",
|
|
2279
2222
|
"references": {}
|
|
2280
2223
|
},
|
|
2281
2224
|
"mutable": false,
|
|
@@ -2287,22 +2230,19 @@
|
|
|
2287
2230
|
"values": [
|
|
2288
2231
|
{
|
|
2289
2232
|
"type": "boolean"
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"type": "undefined"
|
|
2293
2233
|
}
|
|
2294
2234
|
],
|
|
2295
|
-
"optional":
|
|
2235
|
+
"optional": false,
|
|
2296
2236
|
"required": false,
|
|
2297
2237
|
"getter": false,
|
|
2298
2238
|
"setter": false
|
|
2299
2239
|
},
|
|
2300
2240
|
{
|
|
2301
2241
|
"name": "monochrome",
|
|
2302
|
-
"type": "boolean
|
|
2242
|
+
"type": "boolean",
|
|
2303
2243
|
"complexType": {
|
|
2304
2244
|
"original": "boolean",
|
|
2305
|
-
"resolved": "boolean
|
|
2245
|
+
"resolved": "boolean",
|
|
2306
2246
|
"references": {}
|
|
2307
2247
|
},
|
|
2308
2248
|
"mutable": true,
|
|
@@ -2314,22 +2254,19 @@
|
|
|
2314
2254
|
"values": [
|
|
2315
2255
|
{
|
|
2316
2256
|
"type": "boolean"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"type": "undefined"
|
|
2320
2257
|
}
|
|
2321
2258
|
],
|
|
2322
|
-
"optional":
|
|
2259
|
+
"optional": false,
|
|
2323
2260
|
"required": false,
|
|
2324
2261
|
"getter": false,
|
|
2325
2262
|
"setter": false
|
|
2326
2263
|
},
|
|
2327
2264
|
{
|
|
2328
2265
|
"name": "multiple",
|
|
2329
|
-
"type": "boolean
|
|
2266
|
+
"type": "boolean",
|
|
2330
2267
|
"complexType": {
|
|
2331
2268
|
"original": "boolean",
|
|
2332
|
-
"resolved": "boolean
|
|
2269
|
+
"resolved": "boolean",
|
|
2333
2270
|
"references": {}
|
|
2334
2271
|
},
|
|
2335
2272
|
"mutable": false,
|
|
@@ -2341,12 +2278,9 @@
|
|
|
2341
2278
|
"values": [
|
|
2342
2279
|
{
|
|
2343
2280
|
"type": "boolean"
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"type": "undefined"
|
|
2347
2281
|
}
|
|
2348
2282
|
],
|
|
2349
|
-
"optional":
|
|
2283
|
+
"optional": false,
|
|
2350
2284
|
"required": false,
|
|
2351
2285
|
"getter": false,
|
|
2352
2286
|
"setter": false
|
|
@@ -2472,10 +2406,10 @@
|
|
|
2472
2406
|
},
|
|
2473
2407
|
{
|
|
2474
2408
|
"name": "size",
|
|
2475
|
-
"type": "\"large\" | \"medium\" | \"small\"
|
|
2409
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
2476
2410
|
"complexType": {
|
|
2477
2411
|
"original": "IcSizes",
|
|
2478
|
-
"resolved": "\"large\" | \"medium\" | \"small\"
|
|
2412
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
2479
2413
|
"references": {
|
|
2480
2414
|
"IcSizes": {
|
|
2481
2415
|
"location": "import",
|
|
@@ -2502,12 +2436,9 @@
|
|
|
2502
2436
|
{
|
|
2503
2437
|
"value": "small",
|
|
2504
2438
|
"type": "string"
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"type": "undefined"
|
|
2508
2439
|
}
|
|
2509
2440
|
],
|
|
2510
|
-
"optional":
|
|
2441
|
+
"optional": false,
|
|
2511
2442
|
"required": false,
|
|
2512
2443
|
"getter": false,
|
|
2513
2444
|
"setter": false
|
|
@@ -2540,10 +2471,10 @@
|
|
|
2540
2471
|
},
|
|
2541
2472
|
{
|
|
2542
2473
|
"name": "theme",
|
|
2543
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
2474
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
2544
2475
|
"complexType": {
|
|
2545
2476
|
"original": "IcThemeMode",
|
|
2546
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
2477
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
2547
2478
|
"references": {
|
|
2548
2479
|
"IcThemeMode": {
|
|
2549
2480
|
"location": "import",
|
|
@@ -2570,22 +2501,19 @@
|
|
|
2570
2501
|
{
|
|
2571
2502
|
"value": "light",
|
|
2572
2503
|
"type": "string"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"type": "undefined"
|
|
2576
2504
|
}
|
|
2577
2505
|
],
|
|
2578
|
-
"optional":
|
|
2506
|
+
"optional": false,
|
|
2579
2507
|
"required": false,
|
|
2580
2508
|
"getter": false,
|
|
2581
2509
|
"setter": false
|
|
2582
2510
|
},
|
|
2583
2511
|
{
|
|
2584
2512
|
"name": "tooltipPlacement",
|
|
2585
|
-
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"
|
|
2513
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
2586
2514
|
"complexType": {
|
|
2587
2515
|
"original": "IcButtonTooltipPlacement",
|
|
2588
|
-
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"
|
|
2516
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
2589
2517
|
"references": {
|
|
2590
2518
|
"IcButtonTooltipPlacement": {
|
|
2591
2519
|
"location": "import",
|
|
@@ -2616,49 +2544,43 @@
|
|
|
2616
2544
|
{
|
|
2617
2545
|
"value": "top",
|
|
2618
2546
|
"type": "string"
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
"type": "undefined"
|
|
2622
2547
|
}
|
|
2623
2548
|
],
|
|
2624
|
-
"optional":
|
|
2549
|
+
"optional": false,
|
|
2625
2550
|
"required": false,
|
|
2626
2551
|
"getter": false,
|
|
2627
2552
|
"setter": false
|
|
2628
2553
|
},
|
|
2629
2554
|
{
|
|
2630
2555
|
"name": "transparentBackground",
|
|
2631
|
-
"type": "boolean
|
|
2556
|
+
"type": "boolean",
|
|
2632
2557
|
"complexType": {
|
|
2633
2558
|
"original": "boolean",
|
|
2634
|
-
"resolved": "boolean
|
|
2559
|
+
"resolved": "boolean",
|
|
2635
2560
|
"references": {}
|
|
2636
2561
|
},
|
|
2637
2562
|
"mutable": false,
|
|
2638
2563
|
"attr": "transparent-background",
|
|
2639
2564
|
"reflectToAttr": false,
|
|
2640
|
-
"docs": "If `true`, the secondary
|
|
2565
|
+
"docs": "If `true`, the secondary & tertiary variants of button will have a transparent background when not hovered, pressed or loading.",
|
|
2641
2566
|
"docsTags": [],
|
|
2642
2567
|
"default": "true",
|
|
2643
2568
|
"values": [
|
|
2644
2569
|
{
|
|
2645
2570
|
"type": "boolean"
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"type": "undefined"
|
|
2649
2571
|
}
|
|
2650
2572
|
],
|
|
2651
|
-
"optional":
|
|
2573
|
+
"optional": false,
|
|
2652
2574
|
"required": false,
|
|
2653
2575
|
"getter": false,
|
|
2654
2576
|
"setter": false
|
|
2655
2577
|
},
|
|
2656
2578
|
{
|
|
2657
2579
|
"name": "type",
|
|
2658
|
-
"type": "\"button\" | \"reset\" | \"submit\"
|
|
2580
|
+
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2659
2581
|
"complexType": {
|
|
2660
2582
|
"original": "IcButtonTypes",
|
|
2661
|
-
"resolved": "\"button\" | \"reset\" | \"submit\"
|
|
2583
|
+
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
2662
2584
|
"references": {
|
|
2663
2585
|
"IcButtonTypes": {
|
|
2664
2586
|
"location": "import",
|
|
@@ -2685,22 +2607,19 @@
|
|
|
2685
2607
|
{
|
|
2686
2608
|
"value": "submit",
|
|
2687
2609
|
"type": "string"
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"type": "undefined"
|
|
2691
2610
|
}
|
|
2692
2611
|
],
|
|
2693
|
-
"optional":
|
|
2612
|
+
"optional": false,
|
|
2694
2613
|
"required": false,
|
|
2695
2614
|
"getter": false,
|
|
2696
2615
|
"setter": false
|
|
2697
2616
|
},
|
|
2698
2617
|
{
|
|
2699
2618
|
"name": "variant",
|
|
2700
|
-
"type": "\"destructive\" | \"icon\" | \"icon-destructive\" | \"icon-primary\" | \"icon-secondary\" | \"icon-tertiary\" | \"primary\" | \"secondary\" | \"tertiary\"
|
|
2619
|
+
"type": "\"destructive\" | \"icon\" | \"icon-destructive\" | \"icon-primary\" | \"icon-secondary\" | \"icon-tertiary\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
2701
2620
|
"complexType": {
|
|
2702
2621
|
"original": "IcButtonVariants",
|
|
2703
|
-
"resolved": "\"destructive\" | \"icon\" | \"icon-destructive\" | \"icon-primary\" | \"icon-secondary\" | \"icon-tertiary\" | \"primary\" | \"secondary\" | \"tertiary\"
|
|
2622
|
+
"resolved": "\"destructive\" | \"icon\" | \"icon-destructive\" | \"icon-primary\" | \"icon-secondary\" | \"icon-tertiary\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
2704
2623
|
"references": {
|
|
2705
2624
|
"IcButtonVariants": {
|
|
2706
2625
|
"location": "import",
|
|
@@ -2751,12 +2670,9 @@
|
|
|
2751
2670
|
{
|
|
2752
2671
|
"value": "tertiary",
|
|
2753
2672
|
"type": "string"
|
|
2754
|
-
},
|
|
2755
|
-
{
|
|
2756
|
-
"type": "undefined"
|
|
2757
2673
|
}
|
|
2758
2674
|
],
|
|
2759
|
-
"optional":
|
|
2675
|
+
"optional": false,
|
|
2760
2676
|
"required": false,
|
|
2761
2677
|
"getter": false,
|
|
2762
2678
|
"setter": false
|
|
@@ -3537,10 +3453,10 @@
|
|
|
3537
3453
|
"props": [
|
|
3538
3454
|
{
|
|
3539
3455
|
"name": "additionalFieldDisplay",
|
|
3540
|
-
"type": "\"dynamic\" | \"static\"
|
|
3456
|
+
"type": "\"dynamic\" | \"static\"",
|
|
3541
3457
|
"complexType": {
|
|
3542
3458
|
"original": "IcAdditionalFieldTypes",
|
|
3543
|
-
"resolved": "\"dynamic\" | \"static\"
|
|
3459
|
+
"resolved": "\"dynamic\" | \"static\"",
|
|
3544
3460
|
"references": {
|
|
3545
3461
|
"IcAdditionalFieldTypes": {
|
|
3546
3462
|
"location": "import",
|
|
@@ -3563,22 +3479,19 @@
|
|
|
3563
3479
|
{
|
|
3564
3480
|
"value": "static",
|
|
3565
3481
|
"type": "string"
|
|
3566
|
-
},
|
|
3567
|
-
{
|
|
3568
|
-
"type": "undefined"
|
|
3569
3482
|
}
|
|
3570
3483
|
],
|
|
3571
|
-
"optional":
|
|
3484
|
+
"optional": false,
|
|
3572
3485
|
"required": false,
|
|
3573
3486
|
"getter": false,
|
|
3574
3487
|
"setter": false
|
|
3575
3488
|
},
|
|
3576
3489
|
{
|
|
3577
3490
|
"name": "checked",
|
|
3578
|
-
"type": "boolean
|
|
3491
|
+
"type": "boolean",
|
|
3579
3492
|
"complexType": {
|
|
3580
3493
|
"original": "boolean",
|
|
3581
|
-
"resolved": "boolean
|
|
3494
|
+
"resolved": "boolean",
|
|
3582
3495
|
"references": {}
|
|
3583
3496
|
},
|
|
3584
3497
|
"mutable": true,
|
|
@@ -3590,22 +3503,19 @@
|
|
|
3590
3503
|
"values": [
|
|
3591
3504
|
{
|
|
3592
3505
|
"type": "boolean"
|
|
3593
|
-
},
|
|
3594
|
-
{
|
|
3595
|
-
"type": "undefined"
|
|
3596
3506
|
}
|
|
3597
3507
|
],
|
|
3598
|
-
"optional":
|
|
3508
|
+
"optional": false,
|
|
3599
3509
|
"required": false,
|
|
3600
3510
|
"getter": false,
|
|
3601
3511
|
"setter": false
|
|
3602
3512
|
},
|
|
3603
3513
|
{
|
|
3604
3514
|
"name": "disabled",
|
|
3605
|
-
"type": "boolean
|
|
3515
|
+
"type": "boolean",
|
|
3606
3516
|
"complexType": {
|
|
3607
3517
|
"original": "boolean",
|
|
3608
|
-
"resolved": "boolean
|
|
3518
|
+
"resolved": "boolean",
|
|
3609
3519
|
"references": {}
|
|
3610
3520
|
},
|
|
3611
3521
|
"mutable": false,
|
|
@@ -3617,22 +3527,19 @@
|
|
|
3617
3527
|
"values": [
|
|
3618
3528
|
{
|
|
3619
3529
|
"type": "boolean"
|
|
3620
|
-
},
|
|
3621
|
-
{
|
|
3622
|
-
"type": "undefined"
|
|
3623
3530
|
}
|
|
3624
3531
|
],
|
|
3625
|
-
"optional":
|
|
3532
|
+
"optional": false,
|
|
3626
3533
|
"required": false,
|
|
3627
3534
|
"getter": false,
|
|
3628
3535
|
"setter": false
|
|
3629
3536
|
},
|
|
3630
3537
|
{
|
|
3631
3538
|
"name": "dynamicText",
|
|
3632
|
-
"type": "string
|
|
3539
|
+
"type": "string",
|
|
3633
3540
|
"complexType": {
|
|
3634
3541
|
"original": "string",
|
|
3635
|
-
"resolved": "string
|
|
3542
|
+
"resolved": "string",
|
|
3636
3543
|
"references": {}
|
|
3637
3544
|
},
|
|
3638
3545
|
"mutable": false,
|
|
@@ -3644,12 +3551,9 @@
|
|
|
3644
3551
|
"values": [
|
|
3645
3552
|
{
|
|
3646
3553
|
"type": "string"
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"type": "undefined"
|
|
3650
3554
|
}
|
|
3651
3555
|
],
|
|
3652
|
-
"optional":
|
|
3556
|
+
"optional": false,
|
|
3653
3557
|
"required": false,
|
|
3654
3558
|
"getter": false,
|
|
3655
3559
|
"setter": false
|
|
@@ -3708,10 +3612,10 @@
|
|
|
3708
3612
|
},
|
|
3709
3613
|
{
|
|
3710
3614
|
"name": "hideLabel",
|
|
3711
|
-
"type": "boolean
|
|
3615
|
+
"type": "boolean",
|
|
3712
3616
|
"complexType": {
|
|
3713
3617
|
"original": "boolean",
|
|
3714
|
-
"resolved": "boolean
|
|
3618
|
+
"resolved": "boolean",
|
|
3715
3619
|
"references": {}
|
|
3716
3620
|
},
|
|
3717
3621
|
"mutable": false,
|
|
@@ -3723,22 +3627,19 @@
|
|
|
3723
3627
|
"values": [
|
|
3724
3628
|
{
|
|
3725
3629
|
"type": "boolean"
|
|
3726
|
-
},
|
|
3727
|
-
{
|
|
3728
|
-
"type": "undefined"
|
|
3729
3630
|
}
|
|
3730
3631
|
],
|
|
3731
|
-
"optional":
|
|
3632
|
+
"optional": false,
|
|
3732
3633
|
"required": false,
|
|
3733
3634
|
"getter": false,
|
|
3734
3635
|
"setter": false
|
|
3735
3636
|
},
|
|
3736
3637
|
{
|
|
3737
3638
|
"name": "indeterminate",
|
|
3738
|
-
"type": "boolean
|
|
3639
|
+
"type": "boolean",
|
|
3739
3640
|
"complexType": {
|
|
3740
3641
|
"original": "boolean",
|
|
3741
|
-
"resolved": "boolean
|
|
3642
|
+
"resolved": "boolean",
|
|
3742
3643
|
"references": {}
|
|
3743
3644
|
},
|
|
3744
3645
|
"mutable": false,
|
|
@@ -3750,12 +3651,9 @@
|
|
|
3750
3651
|
"values": [
|
|
3751
3652
|
{
|
|
3752
3653
|
"type": "boolean"
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"type": "undefined"
|
|
3756
3654
|
}
|
|
3757
3655
|
],
|
|
3758
|
-
"optional":
|
|
3656
|
+
"optional": false,
|
|
3759
3657
|
"required": false,
|
|
3760
3658
|
"getter": false,
|
|
3761
3659
|
"setter": false
|
|
@@ -3811,10 +3709,10 @@
|
|
|
3811
3709
|
},
|
|
3812
3710
|
{
|
|
3813
3711
|
"name": "nativeIndeterminateBehaviour",
|
|
3814
|
-
"type": "boolean
|
|
3712
|
+
"type": "boolean",
|
|
3815
3713
|
"complexType": {
|
|
3816
3714
|
"original": "boolean",
|
|
3817
|
-
"resolved": "boolean
|
|
3715
|
+
"resolved": "boolean",
|
|
3818
3716
|
"references": {}
|
|
3819
3717
|
},
|
|
3820
3718
|
"mutable": false,
|
|
@@ -3826,12 +3724,9 @@
|
|
|
3826
3724
|
"values": [
|
|
3827
3725
|
{
|
|
3828
3726
|
"type": "boolean"
|
|
3829
|
-
},
|
|
3830
|
-
{
|
|
3831
|
-
"type": "undefined"
|
|
3832
3727
|
}
|
|
3833
3728
|
],
|
|
3834
|
-
"optional":
|
|
3729
|
+
"optional": false,
|
|
3835
3730
|
"required": false,
|
|
3836
3731
|
"getter": false,
|
|
3837
3732
|
"setter": false
|
|
@@ -3850,7 +3745,7 @@
|
|
|
3850
3745
|
}
|
|
3851
3746
|
}
|
|
3852
3747
|
},
|
|
3853
|
-
"mutable":
|
|
3748
|
+
"mutable": true,
|
|
3854
3749
|
"attr": "size",
|
|
3855
3750
|
"reflectToAttr": false,
|
|
3856
3751
|
"docs": "The size of the checkbox to be displayed. This does not affect the font size of the label. If a checkbox is contained in a checkbox group, this will override the size set on checkbox group.",
|
|
@@ -3879,10 +3774,10 @@
|
|
|
3879
3774
|
},
|
|
3880
3775
|
{
|
|
3881
3776
|
"name": "theme",
|
|
3882
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
3777
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3883
3778
|
"complexType": {
|
|
3884
3779
|
"original": "IcThemeMode",
|
|
3885
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
3780
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3886
3781
|
"references": {
|
|
3887
3782
|
"IcThemeMode": {
|
|
3888
3783
|
"location": "import",
|
|
@@ -3909,12 +3804,9 @@
|
|
|
3909
3804
|
{
|
|
3910
3805
|
"value": "light",
|
|
3911
3806
|
"type": "string"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"type": "undefined"
|
|
3915
3807
|
}
|
|
3916
3808
|
],
|
|
3917
|
-
"optional":
|
|
3809
|
+
"optional": false,
|
|
3918
3810
|
"required": false,
|
|
3919
3811
|
"getter": false,
|
|
3920
3812
|
"setter": false
|
|
@@ -3932,13 +3824,14 @@
|
|
|
3932
3824
|
"reflectToAttr": false,
|
|
3933
3825
|
"docs": "The value for the checkbox.",
|
|
3934
3826
|
"docsTags": [],
|
|
3827
|
+
"default": "\"\"",
|
|
3935
3828
|
"values": [
|
|
3936
3829
|
{
|
|
3937
3830
|
"type": "string"
|
|
3938
3831
|
}
|
|
3939
3832
|
],
|
|
3940
3833
|
"optional": false,
|
|
3941
|
-
"required":
|
|
3834
|
+
"required": false,
|
|
3942
3835
|
"getter": false,
|
|
3943
3836
|
"setter": false
|
|
3944
3837
|
}
|
|
@@ -3957,10 +3850,6 @@
|
|
|
3957
3850
|
"Promise": {
|
|
3958
3851
|
"location": "global",
|
|
3959
3852
|
"id": "global::Promise"
|
|
3960
|
-
},
|
|
3961
|
-
"HTMLElement": {
|
|
3962
|
-
"location": "global",
|
|
3963
|
-
"id": "global::HTMLElement"
|
|
3964
3853
|
}
|
|
3965
3854
|
},
|
|
3966
3855
|
"return": "Promise<void>"
|
|
@@ -4017,10 +3906,10 @@
|
|
|
4017
3906
|
"props": [
|
|
4018
3907
|
{
|
|
4019
3908
|
"name": "disabled",
|
|
4020
|
-
"type": "boolean
|
|
3909
|
+
"type": "boolean",
|
|
4021
3910
|
"complexType": {
|
|
4022
3911
|
"original": "boolean",
|
|
4023
|
-
"resolved": "boolean
|
|
3912
|
+
"resolved": "boolean",
|
|
4024
3913
|
"references": {}
|
|
4025
3914
|
},
|
|
4026
3915
|
"mutable": false,
|
|
@@ -4032,22 +3921,19 @@
|
|
|
4032
3921
|
"values": [
|
|
4033
3922
|
{
|
|
4034
3923
|
"type": "boolean"
|
|
4035
|
-
},
|
|
4036
|
-
{
|
|
4037
|
-
"type": "undefined"
|
|
4038
3924
|
}
|
|
4039
3925
|
],
|
|
4040
|
-
"optional":
|
|
3926
|
+
"optional": false,
|
|
4041
3927
|
"required": false,
|
|
4042
3928
|
"getter": false,
|
|
4043
3929
|
"setter": false
|
|
4044
3930
|
},
|
|
4045
3931
|
{
|
|
4046
3932
|
"name": "helperText",
|
|
4047
|
-
"type": "string
|
|
3933
|
+
"type": "string",
|
|
4048
3934
|
"complexType": {
|
|
4049
3935
|
"original": "string",
|
|
4050
|
-
"resolved": "string
|
|
3936
|
+
"resolved": "string",
|
|
4051
3937
|
"references": {}
|
|
4052
3938
|
},
|
|
4053
3939
|
"mutable": false,
|
|
@@ -4059,22 +3945,19 @@
|
|
|
4059
3945
|
"values": [
|
|
4060
3946
|
{
|
|
4061
3947
|
"type": "string"
|
|
4062
|
-
},
|
|
4063
|
-
{
|
|
4064
|
-
"type": "undefined"
|
|
4065
3948
|
}
|
|
4066
3949
|
],
|
|
4067
|
-
"optional":
|
|
3950
|
+
"optional": false,
|
|
4068
3951
|
"required": false,
|
|
4069
3952
|
"getter": false,
|
|
4070
3953
|
"setter": false
|
|
4071
3954
|
},
|
|
4072
3955
|
{
|
|
4073
3956
|
"name": "hideLabel",
|
|
4074
|
-
"type": "boolean
|
|
3957
|
+
"type": "boolean",
|
|
4075
3958
|
"complexType": {
|
|
4076
3959
|
"original": "boolean",
|
|
4077
|
-
"resolved": "boolean
|
|
3960
|
+
"resolved": "boolean",
|
|
4078
3961
|
"references": {}
|
|
4079
3962
|
},
|
|
4080
3963
|
"mutable": false,
|
|
@@ -4086,12 +3969,9 @@
|
|
|
4086
3969
|
"values": [
|
|
4087
3970
|
{
|
|
4088
3971
|
"type": "boolean"
|
|
4089
|
-
},
|
|
4090
|
-
{
|
|
4091
|
-
"type": "undefined"
|
|
4092
3972
|
}
|
|
4093
3973
|
],
|
|
4094
|
-
"optional":
|
|
3974
|
+
"optional": false,
|
|
4095
3975
|
"required": false,
|
|
4096
3976
|
"getter": false,
|
|
4097
3977
|
"setter": false
|
|
@@ -4144,10 +4024,10 @@
|
|
|
4144
4024
|
},
|
|
4145
4025
|
{
|
|
4146
4026
|
"name": "required",
|
|
4147
|
-
"type": "boolean
|
|
4027
|
+
"type": "boolean",
|
|
4148
4028
|
"complexType": {
|
|
4149
4029
|
"original": "boolean",
|
|
4150
|
-
"resolved": "boolean
|
|
4030
|
+
"resolved": "boolean",
|
|
4151
4031
|
"references": {}
|
|
4152
4032
|
},
|
|
4153
4033
|
"mutable": false,
|
|
@@ -4159,22 +4039,19 @@
|
|
|
4159
4039
|
"values": [
|
|
4160
4040
|
{
|
|
4161
4041
|
"type": "boolean"
|
|
4162
|
-
},
|
|
4163
|
-
{
|
|
4164
|
-
"type": "undefined"
|
|
4165
4042
|
}
|
|
4166
4043
|
],
|
|
4167
|
-
"optional":
|
|
4044
|
+
"optional": false,
|
|
4168
4045
|
"required": false,
|
|
4169
4046
|
"getter": false,
|
|
4170
4047
|
"setter": false
|
|
4171
4048
|
},
|
|
4172
4049
|
{
|
|
4173
4050
|
"name": "size",
|
|
4174
|
-
"type": "\"large\" | \"medium\" | \"small\"
|
|
4051
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
4175
4052
|
"complexType": {
|
|
4176
4053
|
"original": "IcSizes",
|
|
4177
|
-
"resolved": "\"large\" | \"medium\" | \"small\"
|
|
4054
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
4178
4055
|
"references": {
|
|
4179
4056
|
"IcSizes": {
|
|
4180
4057
|
"location": "import",
|
|
@@ -4201,22 +4078,19 @@
|
|
|
4201
4078
|
{
|
|
4202
4079
|
"value": "small",
|
|
4203
4080
|
"type": "string"
|
|
4204
|
-
},
|
|
4205
|
-
{
|
|
4206
|
-
"type": "undefined"
|
|
4207
4081
|
}
|
|
4208
4082
|
],
|
|
4209
|
-
"optional":
|
|
4083
|
+
"optional": false,
|
|
4210
4084
|
"required": false,
|
|
4211
4085
|
"getter": false,
|
|
4212
4086
|
"setter": false
|
|
4213
4087
|
},
|
|
4214
4088
|
{
|
|
4215
4089
|
"name": "theme",
|
|
4216
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
4090
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4217
4091
|
"complexType": {
|
|
4218
4092
|
"original": "IcThemeMode",
|
|
4219
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
4093
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4220
4094
|
"references": {
|
|
4221
4095
|
"IcThemeMode": {
|
|
4222
4096
|
"location": "import",
|
|
@@ -4243,22 +4117,19 @@
|
|
|
4243
4117
|
{
|
|
4244
4118
|
"value": "light",
|
|
4245
4119
|
"type": "string"
|
|
4246
|
-
},
|
|
4247
|
-
{
|
|
4248
|
-
"type": "undefined"
|
|
4249
4120
|
}
|
|
4250
4121
|
],
|
|
4251
|
-
"optional":
|
|
4122
|
+
"optional": false,
|
|
4252
4123
|
"required": false,
|
|
4253
4124
|
"getter": false,
|
|
4254
4125
|
"setter": false
|
|
4255
4126
|
},
|
|
4256
4127
|
{
|
|
4257
4128
|
"name": "validationStatus",
|
|
4258
|
-
"type": "\"\" | \"error\" | \"success\" | \"warning\"
|
|
4129
|
+
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
4259
4130
|
"complexType": {
|
|
4260
4131
|
"original": "IcInformationStatusOrEmpty",
|
|
4261
|
-
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"
|
|
4132
|
+
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
4262
4133
|
"references": {
|
|
4263
4134
|
"IcInformationStatusOrEmpty": {
|
|
4264
4135
|
"location": "import",
|
|
@@ -4288,22 +4159,19 @@
|
|
|
4288
4159
|
{
|
|
4289
4160
|
"value": "warning",
|
|
4290
4161
|
"type": "string"
|
|
4291
|
-
},
|
|
4292
|
-
{
|
|
4293
|
-
"type": "undefined"
|
|
4294
4162
|
}
|
|
4295
4163
|
],
|
|
4296
|
-
"optional":
|
|
4164
|
+
"optional": false,
|
|
4297
4165
|
"required": false,
|
|
4298
4166
|
"getter": false,
|
|
4299
4167
|
"setter": false
|
|
4300
4168
|
},
|
|
4301
4169
|
{
|
|
4302
4170
|
"name": "validationText",
|
|
4303
|
-
"type": "string
|
|
4171
|
+
"type": "string",
|
|
4304
4172
|
"complexType": {
|
|
4305
4173
|
"original": "string",
|
|
4306
|
-
"resolved": "string
|
|
4174
|
+
"resolved": "string",
|
|
4307
4175
|
"references": {}
|
|
4308
4176
|
},
|
|
4309
4177
|
"mutable": false,
|
|
@@ -4315,12 +4183,9 @@
|
|
|
4315
4183
|
"values": [
|
|
4316
4184
|
{
|
|
4317
4185
|
"type": "string"
|
|
4318
|
-
},
|
|
4319
|
-
{
|
|
4320
|
-
"type": "undefined"
|
|
4321
4186
|
}
|
|
4322
4187
|
],
|
|
4323
|
-
"optional":
|
|
4188
|
+
"optional": false,
|
|
4324
4189
|
"required": false,
|
|
4325
4190
|
"getter": false,
|
|
4326
4191
|
"setter": false
|
|
@@ -4417,7 +4282,7 @@
|
|
|
4417
4282
|
"mutable": false,
|
|
4418
4283
|
"attr": "custom-color",
|
|
4419
4284
|
"reflectToAttr": false,
|
|
4420
|
-
"docs": "The custom chip colour. This will override the theme colour.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
4285
|
+
"docs": "The custom chip colour. This will override the theme colour.\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
4421
4286
|
"docsTags": [],
|
|
4422
4287
|
"values": [
|
|
4423
4288
|
{
|
|
@@ -4440,10 +4305,10 @@
|
|
|
4440
4305
|
},
|
|
4441
4306
|
{
|
|
4442
4307
|
"name": "disabled",
|
|
4443
|
-
"type": "boolean
|
|
4308
|
+
"type": "boolean",
|
|
4444
4309
|
"complexType": {
|
|
4445
4310
|
"original": "boolean",
|
|
4446
|
-
"resolved": "boolean
|
|
4311
|
+
"resolved": "boolean",
|
|
4447
4312
|
"references": {}
|
|
4448
4313
|
},
|
|
4449
4314
|
"mutable": false,
|
|
@@ -4455,49 +4320,43 @@
|
|
|
4455
4320
|
"values": [
|
|
4456
4321
|
{
|
|
4457
4322
|
"type": "boolean"
|
|
4458
|
-
},
|
|
4459
|
-
{
|
|
4460
|
-
"type": "undefined"
|
|
4461
4323
|
}
|
|
4462
4324
|
],
|
|
4463
|
-
"optional":
|
|
4325
|
+
"optional": false,
|
|
4464
4326
|
"required": false,
|
|
4465
4327
|
"getter": false,
|
|
4466
4328
|
"setter": false
|
|
4467
4329
|
},
|
|
4468
4330
|
{
|
|
4469
4331
|
"name": "dismissLabel",
|
|
4470
|
-
"type": "string
|
|
4332
|
+
"type": "string",
|
|
4471
4333
|
"complexType": {
|
|
4472
4334
|
"original": "string",
|
|
4473
|
-
"resolved": "string
|
|
4335
|
+
"resolved": "string",
|
|
4474
4336
|
"references": {}
|
|
4475
4337
|
},
|
|
4476
4338
|
"mutable": false,
|
|
4477
4339
|
"attr": "dismiss-label",
|
|
4478
4340
|
"reflectToAttr": false,
|
|
4479
|
-
"docs": "The text in the dismiss button tooltip and aria label.",
|
|
4341
|
+
"docs": "The text in the dismiss button tooltip and aria label. Makes the user aware of the action resulting from clicking the 'Dismiss chip' button.",
|
|
4480
4342
|
"docsTags": [],
|
|
4481
4343
|
"default": "\"Dismiss\"",
|
|
4482
4344
|
"values": [
|
|
4483
4345
|
{
|
|
4484
4346
|
"type": "string"
|
|
4485
|
-
},
|
|
4486
|
-
{
|
|
4487
|
-
"type": "undefined"
|
|
4488
4347
|
}
|
|
4489
4348
|
],
|
|
4490
|
-
"optional":
|
|
4349
|
+
"optional": false,
|
|
4491
4350
|
"required": false,
|
|
4492
4351
|
"getter": false,
|
|
4493
4352
|
"setter": false
|
|
4494
4353
|
},
|
|
4495
4354
|
{
|
|
4496
4355
|
"name": "dismissible",
|
|
4497
|
-
"type": "boolean
|
|
4356
|
+
"type": "boolean",
|
|
4498
4357
|
"complexType": {
|
|
4499
4358
|
"original": "boolean",
|
|
4500
|
-
"resolved": "boolean
|
|
4359
|
+
"resolved": "boolean",
|
|
4501
4360
|
"references": {}
|
|
4502
4361
|
},
|
|
4503
4362
|
"mutable": false,
|
|
@@ -4509,12 +4368,9 @@
|
|
|
4509
4368
|
"values": [
|
|
4510
4369
|
{
|
|
4511
4370
|
"type": "boolean"
|
|
4512
|
-
},
|
|
4513
|
-
{
|
|
4514
|
-
"type": "undefined"
|
|
4515
4371
|
}
|
|
4516
4372
|
],
|
|
4517
|
-
"optional":
|
|
4373
|
+
"optional": false,
|
|
4518
4374
|
"required": false,
|
|
4519
4375
|
"getter": false,
|
|
4520
4376
|
"setter": false
|
|
@@ -4544,10 +4400,10 @@
|
|
|
4544
4400
|
},
|
|
4545
4401
|
{
|
|
4546
4402
|
"name": "size",
|
|
4547
|
-
"type": "\"large\" | \"medium\" | \"small\"
|
|
4403
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
4548
4404
|
"complexType": {
|
|
4549
4405
|
"original": "IcSizes",
|
|
4550
|
-
"resolved": "\"large\" | \"medium\" | \"small\"
|
|
4406
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
4551
4407
|
"references": {
|
|
4552
4408
|
"IcSizes": {
|
|
4553
4409
|
"location": "import",
|
|
@@ -4574,28 +4430,31 @@
|
|
|
4574
4430
|
{
|
|
4575
4431
|
"value": "small",
|
|
4576
4432
|
"type": "string"
|
|
4577
|
-
},
|
|
4578
|
-
{
|
|
4579
|
-
"type": "undefined"
|
|
4580
4433
|
}
|
|
4581
4434
|
],
|
|
4582
|
-
"optional":
|
|
4435
|
+
"optional": false,
|
|
4583
4436
|
"required": false,
|
|
4584
4437
|
"getter": false,
|
|
4585
4438
|
"setter": false
|
|
4586
4439
|
},
|
|
4587
4440
|
{
|
|
4588
4441
|
"name": "theme",
|
|
4589
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
4442
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4590
4443
|
"complexType": {
|
|
4591
|
-
"original": "
|
|
4592
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
4593
|
-
"references": {
|
|
4444
|
+
"original": "IcThemeMode",
|
|
4445
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4446
|
+
"references": {
|
|
4447
|
+
"IcThemeMode": {
|
|
4448
|
+
"location": "import",
|
|
4449
|
+
"path": "../../utils/types",
|
|
4450
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4451
|
+
}
|
|
4452
|
+
}
|
|
4594
4453
|
},
|
|
4595
4454
|
"mutable": false,
|
|
4596
4455
|
"attr": "theme",
|
|
4597
4456
|
"reflectToAttr": false,
|
|
4598
|
-
"docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\nSetting the \"customColor\" prop will override this.",
|
|
4457
|
+
"docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\r\nSetting the \"customColor\" prop will override this.",
|
|
4599
4458
|
"docsTags": [],
|
|
4600
4459
|
"default": "\"inherit\"",
|
|
4601
4460
|
"values": [
|
|
@@ -4610,22 +4469,19 @@
|
|
|
4610
4469
|
{
|
|
4611
4470
|
"value": "light",
|
|
4612
4471
|
"type": "string"
|
|
4613
|
-
},
|
|
4614
|
-
{
|
|
4615
|
-
"type": "undefined"
|
|
4616
4472
|
}
|
|
4617
4473
|
],
|
|
4618
|
-
"optional":
|
|
4474
|
+
"optional": false,
|
|
4619
4475
|
"required": false,
|
|
4620
4476
|
"getter": false,
|
|
4621
4477
|
"setter": false
|
|
4622
4478
|
},
|
|
4623
4479
|
{
|
|
4624
4480
|
"name": "transparentBackground",
|
|
4625
|
-
"type": "boolean
|
|
4481
|
+
"type": "boolean",
|
|
4626
4482
|
"complexType": {
|
|
4627
4483
|
"original": "boolean",
|
|
4628
|
-
"resolved": "boolean
|
|
4484
|
+
"resolved": "boolean",
|
|
4629
4485
|
"references": {}
|
|
4630
4486
|
},
|
|
4631
4487
|
"mutable": false,
|
|
@@ -4637,22 +4493,19 @@
|
|
|
4637
4493
|
"values": [
|
|
4638
4494
|
{
|
|
4639
4495
|
"type": "boolean"
|
|
4640
|
-
},
|
|
4641
|
-
{
|
|
4642
|
-
"type": "undefined"
|
|
4643
4496
|
}
|
|
4644
4497
|
],
|
|
4645
|
-
"optional":
|
|
4498
|
+
"optional": false,
|
|
4646
4499
|
"required": false,
|
|
4647
4500
|
"getter": false,
|
|
4648
4501
|
"setter": false
|
|
4649
4502
|
},
|
|
4650
4503
|
{
|
|
4651
4504
|
"name": "variant",
|
|
4652
|
-
"type": "\"filled\" | \"outlined\"
|
|
4505
|
+
"type": "\"filled\" | \"outlined\"",
|
|
4653
4506
|
"complexType": {
|
|
4654
4507
|
"original": "IcEmphasisType",
|
|
4655
|
-
"resolved": "\"filled\" | \"outlined\"
|
|
4508
|
+
"resolved": "\"filled\" | \"outlined\"",
|
|
4656
4509
|
"references": {
|
|
4657
4510
|
"IcEmphasisType": {
|
|
4658
4511
|
"location": "import",
|
|
@@ -4675,12 +4528,9 @@
|
|
|
4675
4528
|
{
|
|
4676
4529
|
"value": "outlined",
|
|
4677
4530
|
"type": "string"
|
|
4678
|
-
},
|
|
4679
|
-
{
|
|
4680
|
-
"type": "undefined"
|
|
4681
4531
|
}
|
|
4682
4532
|
],
|
|
4683
|
-
"optional":
|
|
4533
|
+
"optional": false,
|
|
4684
4534
|
"required": false,
|
|
4685
4535
|
"getter": false,
|
|
4686
4536
|
"setter": false
|
|
@@ -13356,7 +13206,7 @@
|
|
|
13356
13206
|
"mutable": false,
|
|
13357
13207
|
"attr": "autocapitalize",
|
|
13358
13208
|
"reflectToAttr": false,
|
|
13359
|
-
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
13209
|
+
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
13360
13210
|
"docsTags": [],
|
|
13361
13211
|
"default": "\"off\"",
|
|
13362
13212
|
"values": [
|
|
@@ -13535,7 +13385,7 @@
|
|
|
13535
13385
|
"mutable": false,
|
|
13536
13386
|
"attr": "disable-auto-filtering",
|
|
13537
13387
|
"reflectToAttr": false,
|
|
13538
|
-
"docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf `true`, all options provided will be displayed.",
|
|
13388
|
+
"docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\r\nIf `true`, all options provided will be displayed.",
|
|
13539
13389
|
"docsTags": [],
|
|
13540
13390
|
"default": "false",
|
|
13541
13391
|
"values": [
|
|
@@ -13643,7 +13493,7 @@
|
|
|
13643
13493
|
"mutable": false,
|
|
13644
13494
|
"attr": "full-width",
|
|
13645
13495
|
"reflectToAttr": false,
|
|
13646
|
-
"docs": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
13496
|
+
"docs": "Specify whether the search bar fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
|
|
13647
13497
|
"docsTags": [],
|
|
13648
13498
|
"default": "false",
|
|
13649
13499
|
"values": [
|
|
@@ -16426,7 +16276,30 @@
|
|
|
16426
16276
|
"setter": false
|
|
16427
16277
|
}
|
|
16428
16278
|
],
|
|
16429
|
-
"methods": [
|
|
16279
|
+
"methods": [
|
|
16280
|
+
{
|
|
16281
|
+
"name": "setFocus",
|
|
16282
|
+
"returns": {
|
|
16283
|
+
"type": "Promise<void>",
|
|
16284
|
+
"docs": ""
|
|
16285
|
+
},
|
|
16286
|
+
"complexType": {
|
|
16287
|
+
"signature": "() => Promise<void>",
|
|
16288
|
+
"parameters": [],
|
|
16289
|
+
"references": {
|
|
16290
|
+
"Promise": {
|
|
16291
|
+
"location": "global",
|
|
16292
|
+
"id": "global::Promise"
|
|
16293
|
+
}
|
|
16294
|
+
},
|
|
16295
|
+
"return": "Promise<void>"
|
|
16296
|
+
},
|
|
16297
|
+
"signature": "setFocus() => Promise<void>",
|
|
16298
|
+
"parameters": [],
|
|
16299
|
+
"docs": "Sets focus on the element.",
|
|
16300
|
+
"docsTags": []
|
|
16301
|
+
}
|
|
16302
|
+
],
|
|
16430
16303
|
"events": [],
|
|
16431
16304
|
"listeners": [],
|
|
16432
16305
|
"styles": [
|
|
@@ -17334,7 +17207,7 @@
|
|
|
17334
17207
|
"mutable": false,
|
|
17335
17208
|
"attr": "value",
|
|
17336
17209
|
"reflectToAttr": false,
|
|
17337
|
-
"docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
17210
|
+
"docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\r\nproperty for that.\r\n\r\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\r\nit's only used when the toggle participates in a native `<form>`.",
|
|
17338
17211
|
"docsTags": [],
|
|
17339
17212
|
"default": "\"on\"",
|
|
17340
17213
|
"values": [
|
|
@@ -17891,24 +17764,21 @@
|
|
|
17891
17764
|
"props": [
|
|
17892
17765
|
{
|
|
17893
17766
|
"name": "autocapitalize",
|
|
17894
|
-
"type": "string
|
|
17767
|
+
"type": "string",
|
|
17895
17768
|
"complexType": {
|
|
17896
|
-
"original": "string
|
|
17897
|
-
"resolved": "string
|
|
17769
|
+
"original": "string",
|
|
17770
|
+
"resolved": "string",
|
|
17898
17771
|
"references": {}
|
|
17899
17772
|
},
|
|
17900
17773
|
"mutable": false,
|
|
17901
17774
|
"attr": "autocapitalize",
|
|
17902
17775
|
"reflectToAttr": false,
|
|
17903
|
-
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
17776
|
+
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
17904
17777
|
"docsTags": [],
|
|
17905
17778
|
"default": "\"off\"",
|
|
17906
17779
|
"values": [
|
|
17907
17780
|
{
|
|
17908
17781
|
"type": "string"
|
|
17909
|
-
},
|
|
17910
|
-
{
|
|
17911
|
-
"type": "undefined"
|
|
17912
17782
|
}
|
|
17913
17783
|
],
|
|
17914
17784
|
"optional": false,
|
|
@@ -17989,10 +17859,10 @@
|
|
|
17989
17859
|
},
|
|
17990
17860
|
{
|
|
17991
17861
|
"name": "autofocus",
|
|
17992
|
-
"type": "boolean
|
|
17862
|
+
"type": "boolean",
|
|
17993
17863
|
"complexType": {
|
|
17994
|
-
"original": "boolean
|
|
17995
|
-
"resolved": "boolean
|
|
17864
|
+
"original": "boolean",
|
|
17865
|
+
"resolved": "boolean",
|
|
17996
17866
|
"references": {}
|
|
17997
17867
|
},
|
|
17998
17868
|
"mutable": false,
|
|
@@ -18004,9 +17874,6 @@
|
|
|
18004
17874
|
"values": [
|
|
18005
17875
|
{
|
|
18006
17876
|
"type": "boolean"
|
|
18007
|
-
},
|
|
18008
|
-
{
|
|
18009
|
-
"type": "undefined"
|
|
18010
17877
|
}
|
|
18011
17878
|
],
|
|
18012
17879
|
"optional": false,
|
|
@@ -18016,10 +17883,10 @@
|
|
|
18016
17883
|
},
|
|
18017
17884
|
{
|
|
18018
17885
|
"name": "debounce",
|
|
18019
|
-
"type": "number
|
|
17886
|
+
"type": "number",
|
|
18020
17887
|
"complexType": {
|
|
18021
17888
|
"original": "number",
|
|
18022
|
-
"resolved": "number
|
|
17889
|
+
"resolved": "number",
|
|
18023
17890
|
"references": {}
|
|
18024
17891
|
},
|
|
18025
17892
|
"mutable": false,
|
|
@@ -18031,22 +17898,19 @@
|
|
|
18031
17898
|
"values": [
|
|
18032
17899
|
{
|
|
18033
17900
|
"type": "number"
|
|
18034
|
-
},
|
|
18035
|
-
{
|
|
18036
|
-
"type": "undefined"
|
|
18037
17901
|
}
|
|
18038
17902
|
],
|
|
18039
|
-
"optional":
|
|
17903
|
+
"optional": false,
|
|
18040
17904
|
"required": false,
|
|
18041
17905
|
"getter": false,
|
|
18042
17906
|
"setter": false
|
|
18043
17907
|
},
|
|
18044
17908
|
{
|
|
18045
17909
|
"name": "disabled",
|
|
18046
|
-
"type": "boolean
|
|
17910
|
+
"type": "boolean",
|
|
18047
17911
|
"complexType": {
|
|
18048
17912
|
"original": "boolean",
|
|
18049
|
-
"resolved": "boolean
|
|
17913
|
+
"resolved": "boolean",
|
|
18050
17914
|
"references": {}
|
|
18051
17915
|
},
|
|
18052
17916
|
"mutable": false,
|
|
@@ -18058,49 +17922,43 @@
|
|
|
18058
17922
|
"values": [
|
|
18059
17923
|
{
|
|
18060
17924
|
"type": "boolean"
|
|
18061
|
-
},
|
|
18062
|
-
{
|
|
18063
|
-
"type": "undefined"
|
|
18064
17925
|
}
|
|
18065
17926
|
],
|
|
18066
|
-
"optional":
|
|
17927
|
+
"optional": false,
|
|
18067
17928
|
"required": false,
|
|
18068
17929
|
"getter": false,
|
|
18069
17930
|
"setter": false
|
|
18070
17931
|
},
|
|
18071
17932
|
{
|
|
18072
17933
|
"name": "fullWidth",
|
|
18073
|
-
"type": "boolean
|
|
17934
|
+
"type": "boolean",
|
|
18074
17935
|
"complexType": {
|
|
18075
17936
|
"original": "boolean",
|
|
18076
|
-
"resolved": "boolean
|
|
17937
|
+
"resolved": "boolean",
|
|
18077
17938
|
"references": {}
|
|
18078
17939
|
},
|
|
18079
17940
|
"mutable": false,
|
|
18080
17941
|
"attr": "full-width",
|
|
18081
17942
|
"reflectToAttr": false,
|
|
18082
|
-
"docs": "Specify whether the text field fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
17943
|
+
"docs": "Specify whether the text field fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
|
|
18083
17944
|
"docsTags": [],
|
|
18084
17945
|
"default": "false",
|
|
18085
17946
|
"values": [
|
|
18086
17947
|
{
|
|
18087
17948
|
"type": "boolean"
|
|
18088
|
-
},
|
|
18089
|
-
{
|
|
18090
|
-
"type": "undefined"
|
|
18091
17949
|
}
|
|
18092
17950
|
],
|
|
18093
|
-
"optional":
|
|
17951
|
+
"optional": false,
|
|
18094
17952
|
"required": false,
|
|
18095
17953
|
"getter": false,
|
|
18096
17954
|
"setter": false
|
|
18097
17955
|
},
|
|
18098
17956
|
{
|
|
18099
17957
|
"name": "helperText",
|
|
18100
|
-
"type": "string
|
|
17958
|
+
"type": "string",
|
|
18101
17959
|
"complexType": {
|
|
18102
17960
|
"original": "string",
|
|
18103
|
-
"resolved": "string
|
|
17961
|
+
"resolved": "string",
|
|
18104
17962
|
"references": {}
|
|
18105
17963
|
},
|
|
18106
17964
|
"mutable": false,
|
|
@@ -18112,22 +17970,19 @@
|
|
|
18112
17970
|
"values": [
|
|
18113
17971
|
{
|
|
18114
17972
|
"type": "string"
|
|
18115
|
-
},
|
|
18116
|
-
{
|
|
18117
|
-
"type": "undefined"
|
|
18118
17973
|
}
|
|
18119
17974
|
],
|
|
18120
|
-
"optional":
|
|
17975
|
+
"optional": false,
|
|
18121
17976
|
"required": false,
|
|
18122
17977
|
"getter": false,
|
|
18123
17978
|
"setter": false
|
|
18124
17979
|
},
|
|
18125
17980
|
{
|
|
18126
17981
|
"name": "hideCharCount",
|
|
18127
|
-
"type": "boolean
|
|
17982
|
+
"type": "boolean",
|
|
18128
17983
|
"complexType": {
|
|
18129
17984
|
"original": "boolean",
|
|
18130
|
-
"resolved": "boolean
|
|
17985
|
+
"resolved": "boolean",
|
|
18131
17986
|
"references": {}
|
|
18132
17987
|
},
|
|
18133
17988
|
"mutable": false,
|
|
@@ -18139,22 +17994,19 @@
|
|
|
18139
17994
|
"values": [
|
|
18140
17995
|
{
|
|
18141
17996
|
"type": "boolean"
|
|
18142
|
-
},
|
|
18143
|
-
{
|
|
18144
|
-
"type": "undefined"
|
|
18145
17997
|
}
|
|
18146
17998
|
],
|
|
18147
|
-
"optional":
|
|
17999
|
+
"optional": false,
|
|
18148
18000
|
"required": false,
|
|
18149
18001
|
"getter": false,
|
|
18150
18002
|
"setter": false
|
|
18151
18003
|
},
|
|
18152
18004
|
{
|
|
18153
18005
|
"name": "hideLabel",
|
|
18154
|
-
"type": "boolean
|
|
18006
|
+
"type": "boolean",
|
|
18155
18007
|
"complexType": {
|
|
18156
18008
|
"original": "boolean",
|
|
18157
|
-
"resolved": "boolean
|
|
18009
|
+
"resolved": "boolean",
|
|
18158
18010
|
"references": {}
|
|
18159
18011
|
},
|
|
18160
18012
|
"mutable": false,
|
|
@@ -18166,22 +18018,19 @@
|
|
|
18166
18018
|
"values": [
|
|
18167
18019
|
{
|
|
18168
18020
|
"type": "boolean"
|
|
18169
|
-
},
|
|
18170
|
-
{
|
|
18171
|
-
"type": "undefined"
|
|
18172
18021
|
}
|
|
18173
18022
|
],
|
|
18174
|
-
"optional":
|
|
18023
|
+
"optional": false,
|
|
18175
18024
|
"required": false,
|
|
18176
18025
|
"getter": false,
|
|
18177
18026
|
"setter": false
|
|
18178
18027
|
},
|
|
18179
18028
|
{
|
|
18180
18029
|
"name": "inputId",
|
|
18181
|
-
"type": "string
|
|
18030
|
+
"type": "string",
|
|
18182
18031
|
"complexType": {
|
|
18183
18032
|
"original": "string",
|
|
18184
|
-
"resolved": "string
|
|
18033
|
+
"resolved": "string",
|
|
18185
18034
|
"references": {}
|
|
18186
18035
|
},
|
|
18187
18036
|
"mutable": false,
|
|
@@ -18193,22 +18042,19 @@
|
|
|
18193
18042
|
"values": [
|
|
18194
18043
|
{
|
|
18195
18044
|
"type": "string"
|
|
18196
|
-
},
|
|
18197
|
-
{
|
|
18198
|
-
"type": "undefined"
|
|
18199
18045
|
}
|
|
18200
18046
|
],
|
|
18201
|
-
"optional":
|
|
18047
|
+
"optional": false,
|
|
18202
18048
|
"required": false,
|
|
18203
18049
|
"getter": false,
|
|
18204
18050
|
"setter": false
|
|
18205
18051
|
},
|
|
18206
18052
|
{
|
|
18207
18053
|
"name": "inputmode",
|
|
18208
|
-
"type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"
|
|
18054
|
+
"type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
18209
18055
|
"complexType": {
|
|
18210
18056
|
"original": "IcTextFieldInputModes",
|
|
18211
|
-
"resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"
|
|
18057
|
+
"resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
18212
18058
|
"references": {
|
|
18213
18059
|
"IcTextFieldInputModes": {
|
|
18214
18060
|
"location": "import",
|
|
@@ -18220,7 +18066,7 @@
|
|
|
18220
18066
|
"mutable": false,
|
|
18221
18067
|
"attr": "inputmode",
|
|
18222
18068
|
"reflectToAttr": false,
|
|
18223
|
-
"docs": "A hint to the browser for which keyboard to display.\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
|
|
18069
|
+
"docs": "A hint to the browser for which keyboard to display.\r\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\r\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
|
|
18224
18070
|
"docsTags": [],
|
|
18225
18071
|
"default": "\"text\"",
|
|
18226
18072
|
"values": [
|
|
@@ -18255,12 +18101,9 @@
|
|
|
18255
18101
|
{
|
|
18256
18102
|
"value": "url",
|
|
18257
18103
|
"type": "string"
|
|
18258
|
-
},
|
|
18259
|
-
{
|
|
18260
|
-
"type": "undefined"
|
|
18261
18104
|
}
|
|
18262
18105
|
],
|
|
18263
|
-
"optional":
|
|
18106
|
+
"optional": false,
|
|
18264
18107
|
"required": false,
|
|
18265
18108
|
"getter": false,
|
|
18266
18109
|
"setter": false
|
|
@@ -18319,10 +18162,10 @@
|
|
|
18319
18162
|
},
|
|
18320
18163
|
{
|
|
18321
18164
|
"name": "maxCharacters",
|
|
18322
|
-
"type": "number
|
|
18165
|
+
"type": "number",
|
|
18323
18166
|
"complexType": {
|
|
18324
18167
|
"original": "number",
|
|
18325
|
-
"resolved": "number
|
|
18168
|
+
"resolved": "number",
|
|
18326
18169
|
"references": {}
|
|
18327
18170
|
},
|
|
18328
18171
|
"mutable": false,
|
|
@@ -18334,22 +18177,19 @@
|
|
|
18334
18177
|
"values": [
|
|
18335
18178
|
{
|
|
18336
18179
|
"type": "number"
|
|
18337
|
-
},
|
|
18338
|
-
{
|
|
18339
|
-
"type": "undefined"
|
|
18340
18180
|
}
|
|
18341
18181
|
],
|
|
18342
|
-
"optional":
|
|
18182
|
+
"optional": false,
|
|
18343
18183
|
"required": false,
|
|
18344
18184
|
"getter": false,
|
|
18345
18185
|
"setter": false
|
|
18346
18186
|
},
|
|
18347
18187
|
{
|
|
18348
18188
|
"name": "maxCharactersMessage",
|
|
18349
|
-
"type": "string
|
|
18189
|
+
"type": "string",
|
|
18350
18190
|
"complexType": {
|
|
18351
18191
|
"original": "string",
|
|
18352
|
-
"resolved": "string
|
|
18192
|
+
"resolved": "string",
|
|
18353
18193
|
"references": {}
|
|
18354
18194
|
},
|
|
18355
18195
|
"mutable": false,
|
|
@@ -18361,22 +18201,19 @@
|
|
|
18361
18201
|
"values": [
|
|
18362
18202
|
{
|
|
18363
18203
|
"type": "string"
|
|
18364
|
-
},
|
|
18365
|
-
{
|
|
18366
|
-
"type": "undefined"
|
|
18367
18204
|
}
|
|
18368
18205
|
],
|
|
18369
|
-
"optional":
|
|
18206
|
+
"optional": false,
|
|
18370
18207
|
"required": false,
|
|
18371
18208
|
"getter": false,
|
|
18372
18209
|
"setter": false
|
|
18373
18210
|
},
|
|
18374
18211
|
{
|
|
18375
18212
|
"name": "maxMessage",
|
|
18376
|
-
"type": "string
|
|
18213
|
+
"type": "string",
|
|
18377
18214
|
"complexType": {
|
|
18378
18215
|
"original": "string",
|
|
18379
|
-
"resolved": "string
|
|
18216
|
+
"resolved": "string",
|
|
18380
18217
|
"references": {}
|
|
18381
18218
|
},
|
|
18382
18219
|
"mutable": false,
|
|
@@ -18388,12 +18225,9 @@
|
|
|
18388
18225
|
"values": [
|
|
18389
18226
|
{
|
|
18390
18227
|
"type": "string"
|
|
18391
|
-
},
|
|
18392
|
-
{
|
|
18393
|
-
"type": "undefined"
|
|
18394
18228
|
}
|
|
18395
18229
|
],
|
|
18396
|
-
"optional":
|
|
18230
|
+
"optional": false,
|
|
18397
18231
|
"required": false,
|
|
18398
18232
|
"getter": false,
|
|
18399
18233
|
"setter": false
|
|
@@ -18429,10 +18263,10 @@
|
|
|
18429
18263
|
},
|
|
18430
18264
|
{
|
|
18431
18265
|
"name": "minCharacters",
|
|
18432
|
-
"type": "number
|
|
18266
|
+
"type": "number",
|
|
18433
18267
|
"complexType": {
|
|
18434
18268
|
"original": "number",
|
|
18435
|
-
"resolved": "number
|
|
18269
|
+
"resolved": "number",
|
|
18436
18270
|
"references": {}
|
|
18437
18271
|
},
|
|
18438
18272
|
"mutable": false,
|
|
@@ -18444,22 +18278,19 @@
|
|
|
18444
18278
|
"values": [
|
|
18445
18279
|
{
|
|
18446
18280
|
"type": "number"
|
|
18447
|
-
},
|
|
18448
|
-
{
|
|
18449
|
-
"type": "undefined"
|
|
18450
18281
|
}
|
|
18451
18282
|
],
|
|
18452
|
-
"optional":
|
|
18283
|
+
"optional": false,
|
|
18453
18284
|
"required": false,
|
|
18454
18285
|
"getter": false,
|
|
18455
18286
|
"setter": false
|
|
18456
18287
|
},
|
|
18457
18288
|
{
|
|
18458
18289
|
"name": "minCharactersMessage",
|
|
18459
|
-
"type": "string
|
|
18290
|
+
"type": "string",
|
|
18460
18291
|
"complexType": {
|
|
18461
18292
|
"original": "string",
|
|
18462
|
-
"resolved": "string
|
|
18293
|
+
"resolved": "string",
|
|
18463
18294
|
"references": {}
|
|
18464
18295
|
},
|
|
18465
18296
|
"mutable": false,
|
|
@@ -18471,22 +18302,19 @@
|
|
|
18471
18302
|
"values": [
|
|
18472
18303
|
{
|
|
18473
18304
|
"type": "string"
|
|
18474
|
-
},
|
|
18475
|
-
{
|
|
18476
|
-
"type": "undefined"
|
|
18477
18305
|
}
|
|
18478
18306
|
],
|
|
18479
|
-
"optional":
|
|
18307
|
+
"optional": false,
|
|
18480
18308
|
"required": false,
|
|
18481
18309
|
"getter": false,
|
|
18482
18310
|
"setter": false
|
|
18483
18311
|
},
|
|
18484
18312
|
{
|
|
18485
18313
|
"name": "minMessage",
|
|
18486
|
-
"type": "string
|
|
18314
|
+
"type": "string",
|
|
18487
18315
|
"complexType": {
|
|
18488
18316
|
"original": "string",
|
|
18489
|
-
"resolved": "string
|
|
18317
|
+
"resolved": "string",
|
|
18490
18318
|
"references": {}
|
|
18491
18319
|
},
|
|
18492
18320
|
"mutable": false,
|
|
@@ -18498,22 +18326,19 @@
|
|
|
18498
18326
|
"values": [
|
|
18499
18327
|
{
|
|
18500
18328
|
"type": "string"
|
|
18501
|
-
},
|
|
18502
|
-
{
|
|
18503
|
-
"type": "undefined"
|
|
18504
18329
|
}
|
|
18505
18330
|
],
|
|
18506
|
-
"optional":
|
|
18331
|
+
"optional": false,
|
|
18507
18332
|
"required": false,
|
|
18508
18333
|
"getter": false,
|
|
18509
18334
|
"setter": false
|
|
18510
18335
|
},
|
|
18511
18336
|
{
|
|
18512
18337
|
"name": "name",
|
|
18513
|
-
"type": "string
|
|
18338
|
+
"type": "string",
|
|
18514
18339
|
"complexType": {
|
|
18515
18340
|
"original": "string",
|
|
18516
|
-
"resolved": "string
|
|
18341
|
+
"resolved": "string",
|
|
18517
18342
|
"references": {}
|
|
18518
18343
|
},
|
|
18519
18344
|
"mutable": false,
|
|
@@ -18525,22 +18350,19 @@
|
|
|
18525
18350
|
"values": [
|
|
18526
18351
|
{
|
|
18527
18352
|
"type": "string"
|
|
18528
|
-
},
|
|
18529
|
-
{
|
|
18530
|
-
"type": "undefined"
|
|
18531
18353
|
}
|
|
18532
18354
|
],
|
|
18533
|
-
"optional":
|
|
18355
|
+
"optional": false,
|
|
18534
18356
|
"required": false,
|
|
18535
18357
|
"getter": false,
|
|
18536
18358
|
"setter": false
|
|
18537
18359
|
},
|
|
18538
18360
|
{
|
|
18539
18361
|
"name": "placeholder",
|
|
18540
|
-
"type": "string
|
|
18362
|
+
"type": "string",
|
|
18541
18363
|
"complexType": {
|
|
18542
18364
|
"original": "string",
|
|
18543
|
-
"resolved": "string
|
|
18365
|
+
"resolved": "string",
|
|
18544
18366
|
"references": {}
|
|
18545
18367
|
},
|
|
18546
18368
|
"mutable": false,
|
|
@@ -18552,22 +18374,19 @@
|
|
|
18552
18374
|
"values": [
|
|
18553
18375
|
{
|
|
18554
18376
|
"type": "string"
|
|
18555
|
-
},
|
|
18556
|
-
{
|
|
18557
|
-
"type": "undefined"
|
|
18558
18377
|
}
|
|
18559
18378
|
],
|
|
18560
|
-
"optional":
|
|
18379
|
+
"optional": false,
|
|
18561
18380
|
"required": false,
|
|
18562
18381
|
"getter": false,
|
|
18563
18382
|
"setter": false
|
|
18564
18383
|
},
|
|
18565
18384
|
{
|
|
18566
18385
|
"name": "readonly",
|
|
18567
|
-
"type": "boolean
|
|
18386
|
+
"type": "boolean",
|
|
18568
18387
|
"complexType": {
|
|
18569
18388
|
"original": "boolean",
|
|
18570
|
-
"resolved": "boolean
|
|
18389
|
+
"resolved": "boolean",
|
|
18571
18390
|
"references": {}
|
|
18572
18391
|
},
|
|
18573
18392
|
"mutable": false,
|
|
@@ -18579,22 +18398,19 @@
|
|
|
18579
18398
|
"values": [
|
|
18580
18399
|
{
|
|
18581
18400
|
"type": "boolean"
|
|
18582
|
-
},
|
|
18583
|
-
{
|
|
18584
|
-
"type": "undefined"
|
|
18585
18401
|
}
|
|
18586
18402
|
],
|
|
18587
|
-
"optional":
|
|
18403
|
+
"optional": false,
|
|
18588
18404
|
"required": false,
|
|
18589
18405
|
"getter": false,
|
|
18590
18406
|
"setter": false
|
|
18591
18407
|
},
|
|
18592
18408
|
{
|
|
18593
18409
|
"name": "required",
|
|
18594
|
-
"type": "boolean
|
|
18410
|
+
"type": "boolean",
|
|
18595
18411
|
"complexType": {
|
|
18596
18412
|
"original": "boolean",
|
|
18597
|
-
"resolved": "boolean
|
|
18413
|
+
"resolved": "boolean",
|
|
18598
18414
|
"references": {}
|
|
18599
18415
|
},
|
|
18600
18416
|
"mutable": false,
|
|
@@ -18606,22 +18422,19 @@
|
|
|
18606
18422
|
"values": [
|
|
18607
18423
|
{
|
|
18608
18424
|
"type": "boolean"
|
|
18609
|
-
},
|
|
18610
|
-
{
|
|
18611
|
-
"type": "undefined"
|
|
18612
18425
|
}
|
|
18613
18426
|
],
|
|
18614
|
-
"optional":
|
|
18427
|
+
"optional": false,
|
|
18615
18428
|
"required": false,
|
|
18616
18429
|
"getter": false,
|
|
18617
18430
|
"setter": false
|
|
18618
18431
|
},
|
|
18619
18432
|
{
|
|
18620
18433
|
"name": "resize",
|
|
18621
|
-
"type": "boolean
|
|
18434
|
+
"type": "boolean",
|
|
18622
18435
|
"complexType": {
|
|
18623
18436
|
"original": "boolean",
|
|
18624
|
-
"resolved": "boolean
|
|
18437
|
+
"resolved": "boolean",
|
|
18625
18438
|
"references": {}
|
|
18626
18439
|
},
|
|
18627
18440
|
"mutable": false,
|
|
@@ -18633,22 +18446,19 @@
|
|
|
18633
18446
|
"values": [
|
|
18634
18447
|
{
|
|
18635
18448
|
"type": "boolean"
|
|
18636
|
-
},
|
|
18637
|
-
{
|
|
18638
|
-
"type": "undefined"
|
|
18639
18449
|
}
|
|
18640
18450
|
],
|
|
18641
|
-
"optional":
|
|
18451
|
+
"optional": false,
|
|
18642
18452
|
"required": false,
|
|
18643
18453
|
"getter": false,
|
|
18644
18454
|
"setter": false
|
|
18645
18455
|
},
|
|
18646
18456
|
{
|
|
18647
18457
|
"name": "rows",
|
|
18648
|
-
"type": "number
|
|
18458
|
+
"type": "number",
|
|
18649
18459
|
"complexType": {
|
|
18650
18460
|
"original": "number",
|
|
18651
|
-
"resolved": "number
|
|
18461
|
+
"resolved": "number",
|
|
18652
18462
|
"references": {}
|
|
18653
18463
|
},
|
|
18654
18464
|
"mutable": false,
|
|
@@ -18660,22 +18470,19 @@
|
|
|
18660
18470
|
"values": [
|
|
18661
18471
|
{
|
|
18662
18472
|
"type": "number"
|
|
18663
|
-
},
|
|
18664
|
-
{
|
|
18665
|
-
"type": "undefined"
|
|
18666
18473
|
}
|
|
18667
18474
|
],
|
|
18668
|
-
"optional":
|
|
18475
|
+
"optional": false,
|
|
18669
18476
|
"required": false,
|
|
18670
18477
|
"getter": false,
|
|
18671
18478
|
"setter": false
|
|
18672
18479
|
},
|
|
18673
18480
|
{
|
|
18674
18481
|
"name": "size",
|
|
18675
|
-
"type": "\"medium\" | \"small\"
|
|
18482
|
+
"type": "\"medium\" | \"small\"",
|
|
18676
18483
|
"complexType": {
|
|
18677
18484
|
"original": "IcSizesNoLarge",
|
|
18678
|
-
"resolved": "\"medium\" | \"small\"
|
|
18485
|
+
"resolved": "\"medium\" | \"small\"",
|
|
18679
18486
|
"references": {
|
|
18680
18487
|
"IcSizesNoLarge": {
|
|
18681
18488
|
"location": "import",
|
|
@@ -18698,22 +18505,19 @@
|
|
|
18698
18505
|
{
|
|
18699
18506
|
"value": "small",
|
|
18700
18507
|
"type": "string"
|
|
18701
|
-
},
|
|
18702
|
-
{
|
|
18703
|
-
"type": "undefined"
|
|
18704
18508
|
}
|
|
18705
18509
|
],
|
|
18706
|
-
"optional":
|
|
18510
|
+
"optional": false,
|
|
18707
18511
|
"required": false,
|
|
18708
18512
|
"getter": false,
|
|
18709
18513
|
"setter": false
|
|
18710
18514
|
},
|
|
18711
18515
|
{
|
|
18712
18516
|
"name": "spellcheck",
|
|
18713
|
-
"type": "boolean
|
|
18517
|
+
"type": "boolean",
|
|
18714
18518
|
"complexType": {
|
|
18715
|
-
"original": "boolean
|
|
18716
|
-
"resolved": "boolean
|
|
18519
|
+
"original": "boolean",
|
|
18520
|
+
"resolved": "boolean",
|
|
18717
18521
|
"references": {}
|
|
18718
18522
|
},
|
|
18719
18523
|
"mutable": false,
|
|
@@ -18725,9 +18529,6 @@
|
|
|
18725
18529
|
"values": [
|
|
18726
18530
|
{
|
|
18727
18531
|
"type": "boolean"
|
|
18728
|
-
},
|
|
18729
|
-
{
|
|
18730
|
-
"type": "undefined"
|
|
18731
18532
|
}
|
|
18732
18533
|
],
|
|
18733
18534
|
"optional": false,
|
|
@@ -18737,10 +18538,10 @@
|
|
|
18737
18538
|
},
|
|
18738
18539
|
{
|
|
18739
18540
|
"name": "theme",
|
|
18740
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
18541
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
18741
18542
|
"complexType": {
|
|
18742
18543
|
"original": "IcThemeMode",
|
|
18743
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
18544
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
18744
18545
|
"references": {
|
|
18745
18546
|
"IcThemeMode": {
|
|
18746
18547
|
"location": "import",
|
|
@@ -18767,22 +18568,19 @@
|
|
|
18767
18568
|
{
|
|
18768
18569
|
"value": "light",
|
|
18769
18570
|
"type": "string"
|
|
18770
|
-
},
|
|
18771
|
-
{
|
|
18772
|
-
"type": "undefined"
|
|
18773
18571
|
}
|
|
18774
18572
|
],
|
|
18775
|
-
"optional":
|
|
18573
|
+
"optional": false,
|
|
18776
18574
|
"required": false,
|
|
18777
18575
|
"getter": false,
|
|
18778
18576
|
"setter": false
|
|
18779
18577
|
},
|
|
18780
18578
|
{
|
|
18781
18579
|
"name": "type",
|
|
18782
|
-
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"
|
|
18580
|
+
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
18783
18581
|
"complexType": {
|
|
18784
18582
|
"original": "IcTextFieldTypes",
|
|
18785
|
-
"resolved": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"
|
|
18583
|
+
"resolved": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
18786
18584
|
"references": {
|
|
18787
18585
|
"IcTextFieldTypes": {
|
|
18788
18586
|
"location": "import",
|
|
@@ -18825,22 +18623,19 @@
|
|
|
18825
18623
|
{
|
|
18826
18624
|
"value": "url",
|
|
18827
18625
|
"type": "string"
|
|
18828
|
-
},
|
|
18829
|
-
{
|
|
18830
|
-
"type": "undefined"
|
|
18831
18626
|
}
|
|
18832
18627
|
],
|
|
18833
|
-
"optional":
|
|
18628
|
+
"optional": false,
|
|
18834
18629
|
"required": false,
|
|
18835
18630
|
"getter": false,
|
|
18836
18631
|
"setter": false
|
|
18837
18632
|
},
|
|
18838
18633
|
{
|
|
18839
18634
|
"name": "validationInline",
|
|
18840
|
-
"type": "boolean
|
|
18635
|
+
"type": "boolean",
|
|
18841
18636
|
"complexType": {
|
|
18842
18637
|
"original": "boolean",
|
|
18843
|
-
"resolved": "boolean
|
|
18638
|
+
"resolved": "boolean",
|
|
18844
18639
|
"references": {}
|
|
18845
18640
|
},
|
|
18846
18641
|
"mutable": false,
|
|
@@ -18852,22 +18647,19 @@
|
|
|
18852
18647
|
"values": [
|
|
18853
18648
|
{
|
|
18854
18649
|
"type": "boolean"
|
|
18855
|
-
},
|
|
18856
|
-
{
|
|
18857
|
-
"type": "undefined"
|
|
18858
18650
|
}
|
|
18859
18651
|
],
|
|
18860
|
-
"optional":
|
|
18652
|
+
"optional": false,
|
|
18861
18653
|
"required": false,
|
|
18862
18654
|
"getter": false,
|
|
18863
18655
|
"setter": false
|
|
18864
18656
|
},
|
|
18865
18657
|
{
|
|
18866
18658
|
"name": "validationStatus",
|
|
18867
|
-
"type": "\"\" | \"error\" | \"success\" | \"warning\"
|
|
18659
|
+
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
18868
18660
|
"complexType": {
|
|
18869
18661
|
"original": "IcInformationStatusOrEmpty",
|
|
18870
|
-
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"
|
|
18662
|
+
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
18871
18663
|
"references": {
|
|
18872
18664
|
"IcInformationStatusOrEmpty": {
|
|
18873
18665
|
"location": "import",
|
|
@@ -18897,22 +18689,19 @@
|
|
|
18897
18689
|
{
|
|
18898
18690
|
"value": "warning",
|
|
18899
18691
|
"type": "string"
|
|
18900
|
-
},
|
|
18901
|
-
{
|
|
18902
|
-
"type": "undefined"
|
|
18903
18692
|
}
|
|
18904
18693
|
],
|
|
18905
|
-
"optional":
|
|
18694
|
+
"optional": false,
|
|
18906
18695
|
"required": false,
|
|
18907
18696
|
"getter": false,
|
|
18908
18697
|
"setter": false
|
|
18909
18698
|
},
|
|
18910
18699
|
{
|
|
18911
18700
|
"name": "validationText",
|
|
18912
|
-
"type": "string
|
|
18701
|
+
"type": "string",
|
|
18913
18702
|
"complexType": {
|
|
18914
18703
|
"original": "string",
|
|
18915
|
-
"resolved": "string
|
|
18704
|
+
"resolved": "string",
|
|
18916
18705
|
"references": {}
|
|
18917
18706
|
},
|
|
18918
18707
|
"mutable": false,
|
|
@@ -18924,12 +18713,9 @@
|
|
|
18924
18713
|
"values": [
|
|
18925
18714
|
{
|
|
18926
18715
|
"type": "string"
|
|
18927
|
-
},
|
|
18928
|
-
{
|
|
18929
|
-
"type": "undefined"
|
|
18930
18716
|
}
|
|
18931
18717
|
],
|
|
18932
|
-
"optional":
|
|
18718
|
+
"optional": false,
|
|
18933
18719
|
"required": false,
|
|
18934
18720
|
"getter": false,
|
|
18935
18721
|
"setter": false
|
|
@@ -19082,6 +18868,20 @@
|
|
|
19082
18868
|
"composed": true,
|
|
19083
18869
|
"docs": "Emitted when a keydown event occurred.",
|
|
19084
18870
|
"docsTags": []
|
|
18871
|
+
},
|
|
18872
|
+
{
|
|
18873
|
+
"event": "icScroll",
|
|
18874
|
+
"detail": "any",
|
|
18875
|
+
"bubbles": true,
|
|
18876
|
+
"complexType": {
|
|
18877
|
+
"original": "any",
|
|
18878
|
+
"resolved": "any",
|
|
18879
|
+
"references": {}
|
|
18880
|
+
},
|
|
18881
|
+
"cancelable": true,
|
|
18882
|
+
"composed": true,
|
|
18883
|
+
"docs": "Emitted when the textarea variant is scrolled.",
|
|
18884
|
+
"docsTags": []
|
|
19085
18885
|
}
|
|
19086
18886
|
],
|
|
19087
18887
|
"listeners": [
|
|
@@ -19184,9 +18984,15 @@
|
|
|
19184
18984
|
"name": "theme",
|
|
19185
18985
|
"type": "\"dark\" | \"light\" | \"system\" | undefined",
|
|
19186
18986
|
"complexType": {
|
|
19187
|
-
"original": "
|
|
18987
|
+
"original": "IcThemeSettings",
|
|
19188
18988
|
"resolved": "\"dark\" | \"light\" | \"system\" | undefined",
|
|
19189
|
-
"references": {
|
|
18989
|
+
"references": {
|
|
18990
|
+
"IcThemeSettings": {
|
|
18991
|
+
"location": "import",
|
|
18992
|
+
"path": "../../utils/types",
|
|
18993
|
+
"id": "src/utils/types.ts::IcThemeSettings"
|
|
18994
|
+
}
|
|
18995
|
+
}
|
|
19190
18996
|
},
|
|
19191
18997
|
"mutable": false,
|
|
19192
18998
|
"attr": "theme",
|
|
@@ -19218,7 +19024,28 @@
|
|
|
19218
19024
|
}
|
|
19219
19025
|
],
|
|
19220
19026
|
"methods": [],
|
|
19221
|
-
"events": [
|
|
19027
|
+
"events": [
|
|
19028
|
+
{
|
|
19029
|
+
"event": "icThemeChange",
|
|
19030
|
+
"detail": "\"dark\" | \"light\" | \"system\"",
|
|
19031
|
+
"bubbles": true,
|
|
19032
|
+
"complexType": {
|
|
19033
|
+
"original": "IcThemeSettings",
|
|
19034
|
+
"resolved": "\"dark\" | \"light\" | \"system\"",
|
|
19035
|
+
"references": {
|
|
19036
|
+
"IcThemeSettings": {
|
|
19037
|
+
"location": "import",
|
|
19038
|
+
"path": "../../utils/types",
|
|
19039
|
+
"id": "src/utils/types.ts::IcThemeSettings"
|
|
19040
|
+
}
|
|
19041
|
+
}
|
|
19042
|
+
},
|
|
19043
|
+
"cancelable": true,
|
|
19044
|
+
"composed": true,
|
|
19045
|
+
"docs": "Emitted when the theme is changed.",
|
|
19046
|
+
"docsTags": []
|
|
19047
|
+
}
|
|
19048
|
+
],
|
|
19222
19049
|
"listeners": [],
|
|
19223
19050
|
"styles": [],
|
|
19224
19051
|
"slots": [],
|
|
@@ -19256,7 +19083,7 @@
|
|
|
19256
19083
|
"mutable": true,
|
|
19257
19084
|
"attr": "auto-dismiss-timeout",
|
|
19258
19085
|
"reflectToAttr": false,
|
|
19259
|
-
"docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\
|
|
19086
|
+
"docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\n(NOTE: Has a minimum value of `5000ms`)",
|
|
19260
19087
|
"docsTags": [],
|
|
19261
19088
|
"default": "5000",
|
|
19262
19089
|
"values": [
|
|
@@ -20989,7 +20816,7 @@
|
|
|
20989
20816
|
"mutable": false,
|
|
20990
20817
|
"attr": "custom-mobile-breakpoint",
|
|
20991
20818
|
"reflectToAttr": false,
|
|
20992
|
-
"docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
|
|
20819
|
+
"docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\r\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
|
|
20993
20820
|
"docsTags": [],
|
|
20994
20821
|
"default": "DEVICE_SIZES.L",
|
|
20995
20822
|
"values": [
|
|
@@ -21355,7 +21182,7 @@
|
|
|
21355
21182
|
"mutable": false,
|
|
21356
21183
|
"attr": "bold",
|
|
21357
21184
|
"reflectToAttr": false,
|
|
21358
|
-
"docs": "If `true`, the typography will have a bold font weight.\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
|
|
21185
|
+
"docs": "If `true`, the typography will have a bold font weight.\r\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
|
|
21359
21186
|
"docsTags": [],
|
|
21360
21187
|
"default": "false",
|
|
21361
21188
|
"values": [
|
|
@@ -21796,7 +21623,7 @@
|
|
|
21796
21623
|
"path": "src/utils/types.ts"
|
|
21797
21624
|
},
|
|
21798
21625
|
"src/utils/types.ts::IcStatusVariants": {
|
|
21799
|
-
"declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
|
|
21626
|
+
"declaration": "export type IcStatusVariants =\r\n | \"neutral\"\r\n | \"info\"\r\n | \"warning\"\r\n | \"error\"\r\n | \"success\";",
|
|
21800
21627
|
"docstring": "",
|
|
21801
21628
|
"path": "src/utils/types.ts"
|
|
21802
21629
|
},
|
|
@@ -21901,7 +21728,7 @@
|
|
|
21901
21728
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
21902
21729
|
},
|
|
21903
21730
|
"src/utils/types.ts::IcAutocompleteTypes": {
|
|
21904
|
-
"declaration": "export type IcAutocompleteTypes =\n | \"on\"\n | \"off\"\n | \"name\"\n | \"honorific-prefix\"\n | \"given-name\"\n | \"additional-name\"\n | \"family-name\"\n | \"honorific-suffix\"\n | \"nickname\"\n | \"email\"\n | \"username\"\n | \"new-password\"\n | \"current-password\"\n | \"one-time-code\"\n | \"organization-title\"\n | \"organization\"\n | \"street-address\"\n | \"address-line1\"\n | \"address-line2\"\n | \"address-line3\"\n | \"address-level4\"\n | \"address-level3\"\n | \"address-level2\"\n | \"address-level1\"\n | \"country\"\n | \"country-name\"\n | \"postal-code\"\n | \"cc-name\"\n | \"cc-given-name\"\n | \"cc-additional-name\"\n | \"cc-family-name\"\n | \"cc-family-name\"\n | \"cc-number\"\n | \"cc-exp\"\n | \"cc-exp-month\"\n | \"cc-exp-year\"\n | \"cc-csc\"\n | \"cc-type\"\n | \"transaction-currency\"\n | \"transaction-amount\"\n | \"language\"\n | \"bday\"\n | \"bday-day\"\n | \"bday-month\"\n | \"bday-year\"\n | \"sex\"\n | \"tel\"\n | \"tel-country-code\"\n | \"tel-national\"\n | \"tel-area-code\"\n | \"tel-local\"\n | \"tel-extension\"\n | \"impp\"\n | \"url\"\n | \"photo\";",
|
|
21731
|
+
"declaration": "export type IcAutocompleteTypes =\r\n | \"on\"\r\n | \"off\"\r\n | \"name\"\r\n | \"honorific-prefix\"\r\n | \"given-name\"\r\n | \"additional-name\"\r\n | \"family-name\"\r\n | \"honorific-suffix\"\r\n | \"nickname\"\r\n | \"email\"\r\n | \"username\"\r\n | \"new-password\"\r\n | \"current-password\"\r\n | \"one-time-code\"\r\n | \"organization-title\"\r\n | \"organization\"\r\n | \"street-address\"\r\n | \"address-line1\"\r\n | \"address-line2\"\r\n | \"address-line3\"\r\n | \"address-level4\"\r\n | \"address-level3\"\r\n | \"address-level2\"\r\n | \"address-level1\"\r\n | \"country\"\r\n | \"country-name\"\r\n | \"postal-code\"\r\n | \"cc-name\"\r\n | \"cc-given-name\"\r\n | \"cc-additional-name\"\r\n | \"cc-family-name\"\r\n | \"cc-family-name\"\r\n | \"cc-number\"\r\n | \"cc-exp\"\r\n | \"cc-exp-month\"\r\n | \"cc-exp-year\"\r\n | \"cc-csc\"\r\n | \"cc-type\"\r\n | \"transaction-currency\"\r\n | \"transaction-amount\"\r\n | \"language\"\r\n | \"bday\"\r\n | \"bday-day\"\r\n | \"bday-month\"\r\n | \"bday-year\"\r\n | \"sex\"\r\n | \"tel\"\r\n | \"tel-country-code\"\r\n | \"tel-national\"\r\n | \"tel-area-code\"\r\n | \"tel-local\"\r\n | \"tel-extension\"\r\n | \"impp\"\r\n | \"url\"\r\n | \"photo\";",
|
|
21905
21732
|
"docstring": "",
|
|
21906
21733
|
"path": "src/utils/types.ts"
|
|
21907
21734
|
},
|
|
@@ -21926,7 +21753,7 @@
|
|
|
21926
21753
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
21927
21754
|
},
|
|
21928
21755
|
"src/utils/types.ts::IcValueEventDetail": {
|
|
21929
|
-
"declaration": "export interface IcValueEventDetail {\n value: string;\n keyPressed?: string;\n}",
|
|
21756
|
+
"declaration": "export interface IcValueEventDetail {\r\n value: string;\r\n keyPressed?: string;\r\n}",
|
|
21930
21757
|
"docstring": "",
|
|
21931
21758
|
"path": "src/utils/types.ts"
|
|
21932
21759
|
},
|
|
@@ -21936,7 +21763,7 @@
|
|
|
21936
21763
|
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
21937
21764
|
},
|
|
21938
21765
|
"src/utils/types.ts::IcMenuOption": {
|
|
21939
|
-
"declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
|
|
21766
|
+
"declaration": "export interface IcMenuOption {\r\n description?: string;\r\n disabled?: boolean;\r\n recommended?: boolean;\r\n children?: IcMenuOption[];\r\n loading?: boolean;\r\n timedOut?: boolean;\r\n [key: string]: any;\r\n element?: {\r\n component: any;\r\n ariaLabel: string;\r\n };\r\n icon?: any;\r\n}",
|
|
21940
21767
|
"docstring": "",
|
|
21941
21768
|
"path": "src/utils/types.ts"
|
|
21942
21769
|
},
|
|
@@ -21951,12 +21778,12 @@
|
|
|
21951
21778
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
21952
21779
|
},
|
|
21953
21780
|
"src/utils/types.ts::IcBlurEventDetail": {
|
|
21954
|
-
"declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget | null;\n}",
|
|
21781
|
+
"declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget | null;\r\n}",
|
|
21955
21782
|
"docstring": "",
|
|
21956
21783
|
"path": "src/utils/types.ts"
|
|
21957
21784
|
},
|
|
21958
21785
|
"src/utils/types.ts::IcMultiValueEventDetail": {
|
|
21959
|
-
"declaration": "export interface IcMultiValueEventDetail {\n value: string | string[] | null;\n keyPressed?: string;\n}",
|
|
21786
|
+
"declaration": "export interface IcMultiValueEventDetail {\r\n value: string | string[] | null;\r\n keyPressed?: string;\r\n}",
|
|
21960
21787
|
"docstring": "",
|
|
21961
21788
|
"path": "src/utils/types.ts"
|
|
21962
21789
|
},
|
|
@@ -21996,7 +21823,7 @@
|
|
|
21996
21823
|
"path": "src/components/ic-divider/ic-divider.types.tsx"
|
|
21997
21824
|
},
|
|
21998
21825
|
"src/utils/types.ts::IcTypographyVariants": {
|
|
21999
|
-
"declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
|
|
21826
|
+
"declaration": "export type IcTypographyVariants =\r\n | \"h1\"\r\n | \"h2\"\r\n | \"h3\"\r\n | \"h4\"\r\n | \"subtitle-large\"\r\n | \"subtitle-small\"\r\n | \"body\"\r\n | \"label\"\r\n | \"label-uppercase\"\r\n | \"caption\"\r\n | \"caption-uppercase\"\r\n | \"code-large\"\r\n | \"code-small\"\r\n | \"code-extra-small\"\r\n | \"badge\"\r\n | \"badge-small\";",
|
|
22000
21827
|
"docstring": "",
|
|
22001
21828
|
"path": "src/utils/types.ts"
|
|
22002
21829
|
},
|
|
@@ -22041,12 +21868,12 @@
|
|
|
22041
21868
|
"path": "src/components/ic-menu-item/ic-menu-item.types.ts"
|
|
22042
21869
|
},
|
|
22043
21870
|
"src/components/ic-navigation-group/ic-navigation-group.types.ts::IcNavigationOpenEventDetail": {
|
|
22044
|
-
"declaration": "export interface IcNavigationOpenEventDetail {\
|
|
21871
|
+
"declaration": "export interface IcNavigationOpenEventDetail {\n source: HTMLElement;\n}",
|
|
22045
21872
|
"docstring": "",
|
|
22046
21873
|
"path": "src/components/ic-navigation-group/ic-navigation-group.types.ts"
|
|
22047
21874
|
},
|
|
22048
21875
|
"src/components/ic-navigation-group/ic-navigation-group.types.ts::IcNavigationExpandEventDetail": {
|
|
22049
|
-
"declaration": "export interface IcNavigationExpandEventDetail {\
|
|
21876
|
+
"declaration": "export interface IcNavigationExpandEventDetail {\n expanded: boolean;\n}",
|
|
22050
21877
|
"docstring": "",
|
|
22051
21878
|
"path": "src/components/ic-navigation-group/ic-navigation-group.types.ts"
|
|
22052
21879
|
},
|
|
@@ -22115,8 +21942,13 @@
|
|
|
22115
21942
|
"docstring": "",
|
|
22116
21943
|
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
22117
21944
|
},
|
|
21945
|
+
"src/utils/types.ts::IcThemeSettings": {
|
|
21946
|
+
"declaration": "export type IcThemeSettings = \"dark\" | \"light\" | \"system\";",
|
|
21947
|
+
"docstring": "",
|
|
21948
|
+
"path": "src/utils/types.ts"
|
|
21949
|
+
},
|
|
22118
21950
|
"src/utils/types.ts::IcBrand": {
|
|
22119
|
-
"declaration": "{\n mode: IcBrandForeground;\n color: IcColorRGB;\n}",
|
|
21951
|
+
"declaration": "{\r\n mode: IcBrandForeground;\r\n color: IcColorRGB;\r\n}",
|
|
22120
21952
|
"docstring": "",
|
|
22121
21953
|
"path": "src/utils/types.ts"
|
|
22122
21954
|
},
|