@genesislcap/foundation-zero 14.133.0 → 14.133.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/dist/custom-elements.json +1387 -1387
- package/package.json +7 -7
|
@@ -808,6 +808,225 @@
|
|
|
808
808
|
}
|
|
809
809
|
]
|
|
810
810
|
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "javascript-module",
|
|
813
|
+
"path": "src/_config/index.ts",
|
|
814
|
+
"declarations": [],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "*",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "*",
|
|
821
|
+
"package": "./styles"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "*",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "*",
|
|
829
|
+
"package": "./tokens"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "*",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "*",
|
|
837
|
+
"package": "./values"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
845
|
+
"declarations": [
|
|
846
|
+
{
|
|
847
|
+
"kind": "variable",
|
|
848
|
+
"name": "meta",
|
|
849
|
+
"type": {
|
|
850
|
+
"text": "Meta"
|
|
851
|
+
},
|
|
852
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"kind": "variable",
|
|
856
|
+
"name": "Primary",
|
|
857
|
+
"type": {
|
|
858
|
+
"text": "StoryObj"
|
|
859
|
+
},
|
|
860
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"exports": [
|
|
864
|
+
{
|
|
865
|
+
"kind": "js",
|
|
866
|
+
"name": "default",
|
|
867
|
+
"declaration": {
|
|
868
|
+
"name": "meta",
|
|
869
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "js",
|
|
874
|
+
"name": "Primary",
|
|
875
|
+
"declaration": {
|
|
876
|
+
"name": "Primary",
|
|
877
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"kind": "javascript-module",
|
|
884
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
885
|
+
"declarations": [
|
|
886
|
+
{
|
|
887
|
+
"kind": "function",
|
|
888
|
+
"name": "zeroAccordionStyles",
|
|
889
|
+
"return": {
|
|
890
|
+
"type": {
|
|
891
|
+
"text": "ElementStyles"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"parameters": [
|
|
895
|
+
{
|
|
896
|
+
"name": "context",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "ElementDefinitionContext"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "definition",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "FoundationElementDefinition"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"exports": [
|
|
911
|
+
{
|
|
912
|
+
"kind": "js",
|
|
913
|
+
"name": "zeroAccordionStyles",
|
|
914
|
+
"declaration": {
|
|
915
|
+
"name": "zeroAccordionStyles",
|
|
916
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"kind": "javascript-module",
|
|
923
|
+
"path": "src/accordion/accordion.template.ts",
|
|
924
|
+
"declarations": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "function",
|
|
927
|
+
"name": "zeroAccordionTemplate",
|
|
928
|
+
"return": {
|
|
929
|
+
"type": {
|
|
930
|
+
"text": "ViewTemplate<Accordion>"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"parameters": [
|
|
934
|
+
{
|
|
935
|
+
"name": "context",
|
|
936
|
+
"type": {
|
|
937
|
+
"text": "ElementDefinitionContext"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "definition",
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "FoundationElementDefinition"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
]
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"exports": [
|
|
950
|
+
{
|
|
951
|
+
"kind": "js",
|
|
952
|
+
"name": "zeroAccordionTemplate",
|
|
953
|
+
"declaration": {
|
|
954
|
+
"name": "zeroAccordionTemplate",
|
|
955
|
+
"module": "src/accordion/accordion.template.ts"
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
]
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "javascript-module",
|
|
962
|
+
"path": "src/accordion/accordion.ts",
|
|
963
|
+
"declarations": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "class",
|
|
966
|
+
"description": "",
|
|
967
|
+
"name": "Accordion",
|
|
968
|
+
"superclass": {
|
|
969
|
+
"name": "FoundationAccordion",
|
|
970
|
+
"package": "@genesislcap/foundation-ui"
|
|
971
|
+
},
|
|
972
|
+
"tagName": "%%prefix%%-card",
|
|
973
|
+
"customElement": true
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"kind": "variable",
|
|
977
|
+
"name": "zeroAccordion"
|
|
978
|
+
}
|
|
979
|
+
],
|
|
980
|
+
"exports": [
|
|
981
|
+
{
|
|
982
|
+
"kind": "js",
|
|
983
|
+
"name": "Accordion",
|
|
984
|
+
"declaration": {
|
|
985
|
+
"name": "Accordion",
|
|
986
|
+
"module": "src/accordion/accordion.ts"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "js",
|
|
991
|
+
"name": "zeroAccordion",
|
|
992
|
+
"declaration": {
|
|
993
|
+
"name": "zeroAccordion",
|
|
994
|
+
"module": "src/accordion/accordion.ts"
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "javascript-module",
|
|
1001
|
+
"path": "src/accordion/index.ts",
|
|
1002
|
+
"declarations": [],
|
|
1003
|
+
"exports": [
|
|
1004
|
+
{
|
|
1005
|
+
"kind": "js",
|
|
1006
|
+
"name": "*",
|
|
1007
|
+
"declaration": {
|
|
1008
|
+
"name": "*",
|
|
1009
|
+
"package": "./accordion"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "js",
|
|
1014
|
+
"name": "*",
|
|
1015
|
+
"declaration": {
|
|
1016
|
+
"name": "*",
|
|
1017
|
+
"package": "./accordion.styles"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "js",
|
|
1022
|
+
"name": "*",
|
|
1023
|
+
"declaration": {
|
|
1024
|
+
"name": "*",
|
|
1025
|
+
"package": "./accordion.template"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
]
|
|
1029
|
+
},
|
|
811
1030
|
{
|
|
812
1031
|
"kind": "javascript-module",
|
|
813
1032
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1168,37 +1387,6 @@
|
|
|
1168
1387
|
}
|
|
1169
1388
|
]
|
|
1170
1389
|
},
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "javascript-module",
|
|
1173
|
-
"path": "src/_config/index.ts",
|
|
1174
|
-
"declarations": [],
|
|
1175
|
-
"exports": [
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "js",
|
|
1178
|
-
"name": "*",
|
|
1179
|
-
"declaration": {
|
|
1180
|
-
"name": "*",
|
|
1181
|
-
"package": "./styles"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "js",
|
|
1186
|
-
"name": "*",
|
|
1187
|
-
"declaration": {
|
|
1188
|
-
"name": "*",
|
|
1189
|
-
"package": "./tokens"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"kind": "js",
|
|
1194
|
-
"name": "*",
|
|
1195
|
-
"declaration": {
|
|
1196
|
-
"name": "*",
|
|
1197
|
-
"package": "./values"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
]
|
|
1201
|
-
},
|
|
1202
1390
|
{
|
|
1203
1391
|
"kind": "javascript-module",
|
|
1204
1392
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -1829,7 +2017,7 @@
|
|
|
1829
2017
|
},
|
|
1830
2018
|
{
|
|
1831
2019
|
"kind": "javascript-module",
|
|
1832
|
-
"path": "src/
|
|
2020
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1833
2021
|
"declarations": [
|
|
1834
2022
|
{
|
|
1835
2023
|
"kind": "variable",
|
|
@@ -1837,15 +2025,15 @@
|
|
|
1837
2025
|
"type": {
|
|
1838
2026
|
"text": "Meta"
|
|
1839
2027
|
},
|
|
1840
|
-
"default": "{\n title: '
|
|
2028
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1841
2029
|
},
|
|
1842
2030
|
{
|
|
1843
2031
|
"kind": "variable",
|
|
1844
|
-
"name": "
|
|
2032
|
+
"name": "All",
|
|
1845
2033
|
"type": {
|
|
1846
2034
|
"text": "StoryObj"
|
|
1847
2035
|
},
|
|
1848
|
-
"default": "{\n
|
|
2036
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1849
2037
|
}
|
|
1850
2038
|
],
|
|
1851
2039
|
"exports": [
|
|
@@ -1854,214 +2042,26 @@
|
|
|
1854
2042
|
"name": "default",
|
|
1855
2043
|
"declaration": {
|
|
1856
2044
|
"name": "meta",
|
|
1857
|
-
"module": "src/
|
|
2045
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1858
2046
|
}
|
|
1859
2047
|
},
|
|
1860
2048
|
{
|
|
1861
2049
|
"kind": "js",
|
|
1862
|
-
"name": "
|
|
2050
|
+
"name": "All",
|
|
1863
2051
|
"declaration": {
|
|
1864
|
-
"name": "
|
|
1865
|
-
"module": "src/
|
|
2052
|
+
"name": "All",
|
|
2053
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1866
2054
|
}
|
|
1867
2055
|
}
|
|
1868
2056
|
]
|
|
1869
2057
|
},
|
|
1870
2058
|
{
|
|
1871
2059
|
"kind": "javascript-module",
|
|
1872
|
-
"path": "src/
|
|
2060
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1873
2061
|
"declarations": [
|
|
1874
2062
|
{
|
|
1875
2063
|
"kind": "function",
|
|
1876
|
-
"name": "
|
|
1877
|
-
"return": {
|
|
1878
|
-
"type": {
|
|
1879
|
-
"text": "ElementStyles"
|
|
1880
|
-
}
|
|
1881
|
-
},
|
|
1882
|
-
"parameters": [
|
|
1883
|
-
{
|
|
1884
|
-
"name": "context",
|
|
1885
|
-
"type": {
|
|
1886
|
-
"text": "ElementDefinitionContext"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"name": "definition",
|
|
1891
|
-
"type": {
|
|
1892
|
-
"text": "FoundationElementDefinition"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
}
|
|
1897
|
-
],
|
|
1898
|
-
"exports": [
|
|
1899
|
-
{
|
|
1900
|
-
"kind": "js",
|
|
1901
|
-
"name": "zeroAccordionStyles",
|
|
1902
|
-
"declaration": {
|
|
1903
|
-
"name": "zeroAccordionStyles",
|
|
1904
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1905
|
-
}
|
|
1906
|
-
}
|
|
1907
|
-
]
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"kind": "javascript-module",
|
|
1911
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1912
|
-
"declarations": [
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "function",
|
|
1915
|
-
"name": "zeroAccordionTemplate",
|
|
1916
|
-
"return": {
|
|
1917
|
-
"type": {
|
|
1918
|
-
"text": "ViewTemplate<Accordion>"
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
"parameters": [
|
|
1922
|
-
{
|
|
1923
|
-
"name": "context",
|
|
1924
|
-
"type": {
|
|
1925
|
-
"text": "ElementDefinitionContext"
|
|
1926
|
-
}
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"name": "definition",
|
|
1930
|
-
"type": {
|
|
1931
|
-
"text": "FoundationElementDefinition"
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
}
|
|
1936
|
-
],
|
|
1937
|
-
"exports": [
|
|
1938
|
-
{
|
|
1939
|
-
"kind": "js",
|
|
1940
|
-
"name": "zeroAccordionTemplate",
|
|
1941
|
-
"declaration": {
|
|
1942
|
-
"name": "zeroAccordionTemplate",
|
|
1943
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
]
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "javascript-module",
|
|
1950
|
-
"path": "src/accordion/accordion.ts",
|
|
1951
|
-
"declarations": [
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "class",
|
|
1954
|
-
"description": "",
|
|
1955
|
-
"name": "Accordion",
|
|
1956
|
-
"superclass": {
|
|
1957
|
-
"name": "FoundationAccordion",
|
|
1958
|
-
"package": "@genesislcap/foundation-ui"
|
|
1959
|
-
},
|
|
1960
|
-
"tagName": "%%prefix%%-card",
|
|
1961
|
-
"customElement": true
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "variable",
|
|
1965
|
-
"name": "zeroAccordion"
|
|
1966
|
-
}
|
|
1967
|
-
],
|
|
1968
|
-
"exports": [
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "js",
|
|
1971
|
-
"name": "Accordion",
|
|
1972
|
-
"declaration": {
|
|
1973
|
-
"name": "Accordion",
|
|
1974
|
-
"module": "src/accordion/accordion.ts"
|
|
1975
|
-
}
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"kind": "js",
|
|
1979
|
-
"name": "zeroAccordion",
|
|
1980
|
-
"declaration": {
|
|
1981
|
-
"name": "zeroAccordion",
|
|
1982
|
-
"module": "src/accordion/accordion.ts"
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
|
-
]
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "javascript-module",
|
|
1989
|
-
"path": "src/accordion/index.ts",
|
|
1990
|
-
"declarations": [],
|
|
1991
|
-
"exports": [
|
|
1992
|
-
{
|
|
1993
|
-
"kind": "js",
|
|
1994
|
-
"name": "*",
|
|
1995
|
-
"declaration": {
|
|
1996
|
-
"name": "*",
|
|
1997
|
-
"package": "./accordion"
|
|
1998
|
-
}
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "js",
|
|
2002
|
-
"name": "*",
|
|
2003
|
-
"declaration": {
|
|
2004
|
-
"name": "*",
|
|
2005
|
-
"package": "./accordion.styles"
|
|
2006
|
-
}
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "js",
|
|
2010
|
-
"name": "*",
|
|
2011
|
-
"declaration": {
|
|
2012
|
-
"name": "*",
|
|
2013
|
-
"package": "./accordion.template"
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"kind": "javascript-module",
|
|
2020
|
-
"path": "src/anchor/anchor.stories.ts",
|
|
2021
|
-
"declarations": [
|
|
2022
|
-
{
|
|
2023
|
-
"kind": "variable",
|
|
2024
|
-
"name": "meta",
|
|
2025
|
-
"type": {
|
|
2026
|
-
"text": "Meta"
|
|
2027
|
-
},
|
|
2028
|
-
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"kind": "variable",
|
|
2032
|
-
"name": "All",
|
|
2033
|
-
"type": {
|
|
2034
|
-
"text": "StoryObj"
|
|
2035
|
-
},
|
|
2036
|
-
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
2037
|
-
}
|
|
2038
|
-
],
|
|
2039
|
-
"exports": [
|
|
2040
|
-
{
|
|
2041
|
-
"kind": "js",
|
|
2042
|
-
"name": "default",
|
|
2043
|
-
"declaration": {
|
|
2044
|
-
"name": "meta",
|
|
2045
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"kind": "js",
|
|
2050
|
-
"name": "All",
|
|
2051
|
-
"declaration": {
|
|
2052
|
-
"name": "All",
|
|
2053
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
2054
|
-
}
|
|
2055
|
-
}
|
|
2056
|
-
]
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"kind": "javascript-module",
|
|
2060
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2061
|
-
"declarations": [
|
|
2062
|
-
{
|
|
2063
|
-
"kind": "function",
|
|
2064
|
-
"name": "zeroAnchorStyles",
|
|
2064
|
+
"name": "zeroAnchorStyles",
|
|
2065
2065
|
"return": {
|
|
2066
2066
|
"type": {
|
|
2067
2067
|
"text": "ElementStyles"
|
|
@@ -6841,7 +6841,7 @@
|
|
|
6841
6841
|
},
|
|
6842
6842
|
{
|
|
6843
6843
|
"kind": "javascript-module",
|
|
6844
|
-
"path": "src/
|
|
6844
|
+
"path": "src/card/card.stories.ts",
|
|
6845
6845
|
"declarations": [
|
|
6846
6846
|
{
|
|
6847
6847
|
"kind": "variable",
|
|
@@ -6849,7 +6849,7 @@
|
|
|
6849
6849
|
"type": {
|
|
6850
6850
|
"text": "Meta"
|
|
6851
6851
|
},
|
|
6852
|
-
"default": "{\n title: '
|
|
6852
|
+
"default": "{\n title: 'Card',\n component: 'zero-card',\n}"
|
|
6853
6853
|
},
|
|
6854
6854
|
{
|
|
6855
6855
|
"kind": "variable",
|
|
@@ -6857,7 +6857,7 @@
|
|
|
6857
6857
|
"type": {
|
|
6858
6858
|
"text": "StoryObj"
|
|
6859
6859
|
},
|
|
6860
|
-
"default": "{\n args: {
|
|
6860
|
+
"default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
|
|
6861
6861
|
}
|
|
6862
6862
|
],
|
|
6863
6863
|
"exports": [
|
|
@@ -6866,7 +6866,7 @@
|
|
|
6866
6866
|
"name": "default",
|
|
6867
6867
|
"declaration": {
|
|
6868
6868
|
"name": "meta",
|
|
6869
|
-
"module": "src/
|
|
6869
|
+
"module": "src/card/card.stories.ts"
|
|
6870
6870
|
}
|
|
6871
6871
|
},
|
|
6872
6872
|
{
|
|
@@ -6874,46 +6874,60 @@
|
|
|
6874
6874
|
"name": "Primary",
|
|
6875
6875
|
"declaration": {
|
|
6876
6876
|
"name": "Primary",
|
|
6877
|
-
"module": "src/
|
|
6877
|
+
"module": "src/card/card.stories.ts"
|
|
6878
6878
|
}
|
|
6879
6879
|
}
|
|
6880
6880
|
]
|
|
6881
6881
|
},
|
|
6882
6882
|
{
|
|
6883
6883
|
"kind": "javascript-module",
|
|
6884
|
-
"path": "src/
|
|
6884
|
+
"path": "src/card/card.styles.ts",
|
|
6885
6885
|
"declarations": [
|
|
6886
6886
|
{
|
|
6887
6887
|
"kind": "function",
|
|
6888
|
-
"name": "
|
|
6888
|
+
"name": "zeroCardStyles",
|
|
6889
6889
|
"return": {
|
|
6890
6890
|
"type": {
|
|
6891
6891
|
"text": "ElementStyles"
|
|
6892
6892
|
}
|
|
6893
|
-
}
|
|
6893
|
+
},
|
|
6894
|
+
"parameters": [
|
|
6895
|
+
{
|
|
6896
|
+
"name": "context",
|
|
6897
|
+
"type": {
|
|
6898
|
+
"text": "ElementDefinitionContext"
|
|
6899
|
+
}
|
|
6900
|
+
},
|
|
6901
|
+
{
|
|
6902
|
+
"name": "definition",
|
|
6903
|
+
"type": {
|
|
6904
|
+
"text": "FoundationElementDefinition"
|
|
6905
|
+
}
|
|
6906
|
+
}
|
|
6907
|
+
]
|
|
6894
6908
|
}
|
|
6895
6909
|
],
|
|
6896
6910
|
"exports": [
|
|
6897
6911
|
{
|
|
6898
6912
|
"kind": "js",
|
|
6899
|
-
"name": "
|
|
6913
|
+
"name": "zeroCardStyles",
|
|
6900
6914
|
"declaration": {
|
|
6901
|
-
"name": "
|
|
6902
|
-
"module": "src/
|
|
6915
|
+
"name": "zeroCardStyles",
|
|
6916
|
+
"module": "src/card/card.styles.ts"
|
|
6903
6917
|
}
|
|
6904
6918
|
}
|
|
6905
6919
|
]
|
|
6906
6920
|
},
|
|
6907
6921
|
{
|
|
6908
6922
|
"kind": "javascript-module",
|
|
6909
|
-
"path": "src/
|
|
6923
|
+
"path": "src/card/card.template.ts",
|
|
6910
6924
|
"declarations": [
|
|
6911
6925
|
{
|
|
6912
6926
|
"kind": "function",
|
|
6913
|
-
"name": "
|
|
6927
|
+
"name": "zeroCardTemplate",
|
|
6914
6928
|
"return": {
|
|
6915
6929
|
"type": {
|
|
6916
|
-
"text": "ViewTemplate<
|
|
6930
|
+
"text": "ViewTemplate<Card>"
|
|
6917
6931
|
}
|
|
6918
6932
|
},
|
|
6919
6933
|
"parameters": [
|
|
@@ -6935,161 +6949,29 @@
|
|
|
6935
6949
|
"exports": [
|
|
6936
6950
|
{
|
|
6937
6951
|
"kind": "js",
|
|
6938
|
-
"name": "
|
|
6952
|
+
"name": "zeroCardTemplate",
|
|
6939
6953
|
"declaration": {
|
|
6940
|
-
"name": "
|
|
6941
|
-
"module": "src/
|
|
6954
|
+
"name": "zeroCardTemplate",
|
|
6955
|
+
"module": "src/card/card.template.ts"
|
|
6942
6956
|
}
|
|
6943
6957
|
}
|
|
6944
6958
|
]
|
|
6945
6959
|
},
|
|
6946
6960
|
{
|
|
6947
6961
|
"kind": "javascript-module",
|
|
6948
|
-
"path": "src/
|
|
6962
|
+
"path": "src/card/card.ts",
|
|
6949
6963
|
"declarations": [
|
|
6950
6964
|
{
|
|
6951
6965
|
"kind": "class",
|
|
6952
6966
|
"description": "",
|
|
6953
|
-
"name": "
|
|
6967
|
+
"name": "Card",
|
|
6954
6968
|
"superclass": {
|
|
6955
|
-
"name": "
|
|
6969
|
+
"name": "FoundationCard",
|
|
6956
6970
|
"package": "@genesislcap/foundation-ui"
|
|
6957
6971
|
},
|
|
6958
|
-
"tagName": "%%prefix%%-
|
|
6972
|
+
"tagName": "%%prefix%%-card",
|
|
6959
6973
|
"customElement": true,
|
|
6960
6974
|
"members": [
|
|
6961
|
-
{
|
|
6962
|
-
"kind": "field",
|
|
6963
|
-
"name": "today",
|
|
6964
|
-
"type": {
|
|
6965
|
-
"text": "any"
|
|
6966
|
-
},
|
|
6967
|
-
"default": "new Day(null, lang)",
|
|
6968
|
-
"inheritedFrom": {
|
|
6969
|
-
"name": "Calendar",
|
|
6970
|
-
"module": "src/date-picker/calendar.ts"
|
|
6971
|
-
}
|
|
6972
|
-
},
|
|
6973
|
-
{
|
|
6974
|
-
"kind": "field",
|
|
6975
|
-
"name": "year",
|
|
6976
|
-
"type": {
|
|
6977
|
-
"text": "number"
|
|
6978
|
-
},
|
|
6979
|
-
"inheritedFrom": {
|
|
6980
|
-
"name": "Calendar",
|
|
6981
|
-
"module": "src/date-picker/calendar.ts"
|
|
6982
|
-
}
|
|
6983
|
-
},
|
|
6984
|
-
{
|
|
6985
|
-
"kind": "field",
|
|
6986
|
-
"name": "month",
|
|
6987
|
-
"type": {
|
|
6988
|
-
"text": "any"
|
|
6989
|
-
},
|
|
6990
|
-
"default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
|
|
6991
|
-
"inheritedFrom": {
|
|
6992
|
-
"name": "Calendar",
|
|
6993
|
-
"module": "src/date-picker/calendar.ts"
|
|
6994
|
-
}
|
|
6995
|
-
},
|
|
6996
|
-
{
|
|
6997
|
-
"kind": "field",
|
|
6998
|
-
"name": "lang",
|
|
6999
|
-
"type": {
|
|
7000
|
-
"text": "string"
|
|
7001
|
-
},
|
|
7002
|
-
"default": "lang",
|
|
7003
|
-
"inheritedFrom": {
|
|
7004
|
-
"name": "Calendar",
|
|
7005
|
-
"module": "src/date-picker/calendar.ts"
|
|
7006
|
-
}
|
|
7007
|
-
},
|
|
7008
|
-
{
|
|
7009
|
-
"kind": "field",
|
|
7010
|
-
"name": "weekDays",
|
|
7011
|
-
"inheritedFrom": {
|
|
7012
|
-
"name": "Calendar",
|
|
7013
|
-
"module": "src/date-picker/calendar.ts"
|
|
7014
|
-
}
|
|
7015
|
-
},
|
|
7016
|
-
{
|
|
7017
|
-
"kind": "method",
|
|
7018
|
-
"name": "getMonth",
|
|
7019
|
-
"parameters": [
|
|
7020
|
-
{
|
|
7021
|
-
"name": "monthNumber"
|
|
7022
|
-
}
|
|
7023
|
-
],
|
|
7024
|
-
"inheritedFrom": {
|
|
7025
|
-
"name": "Calendar",
|
|
7026
|
-
"module": "src/date-picker/calendar.ts"
|
|
7027
|
-
}
|
|
7028
|
-
},
|
|
7029
|
-
{
|
|
7030
|
-
"kind": "method",
|
|
7031
|
-
"name": "getPreviousMonth",
|
|
7032
|
-
"inheritedFrom": {
|
|
7033
|
-
"name": "Calendar",
|
|
7034
|
-
"module": "src/date-picker/calendar.ts"
|
|
7035
|
-
}
|
|
7036
|
-
},
|
|
7037
|
-
{
|
|
7038
|
-
"kind": "method",
|
|
7039
|
-
"name": "getNextMonth",
|
|
7040
|
-
"inheritedFrom": {
|
|
7041
|
-
"name": "Calendar",
|
|
7042
|
-
"module": "src/date-picker/calendar.ts"
|
|
7043
|
-
}
|
|
7044
|
-
},
|
|
7045
|
-
{
|
|
7046
|
-
"kind": "method",
|
|
7047
|
-
"name": "goToDate",
|
|
7048
|
-
"parameters": [
|
|
7049
|
-
{
|
|
7050
|
-
"name": "monthNumber"
|
|
7051
|
-
},
|
|
7052
|
-
{
|
|
7053
|
-
"name": "year"
|
|
7054
|
-
}
|
|
7055
|
-
],
|
|
7056
|
-
"inheritedFrom": {
|
|
7057
|
-
"name": "Calendar",
|
|
7058
|
-
"module": "src/date-picker/calendar.ts"
|
|
7059
|
-
}
|
|
7060
|
-
},
|
|
7061
|
-
{
|
|
7062
|
-
"kind": "method",
|
|
7063
|
-
"name": "goToNextYear",
|
|
7064
|
-
"inheritedFrom": {
|
|
7065
|
-
"name": "Calendar",
|
|
7066
|
-
"module": "src/date-picker/calendar.ts"
|
|
7067
|
-
}
|
|
7068
|
-
},
|
|
7069
|
-
{
|
|
7070
|
-
"kind": "method",
|
|
7071
|
-
"name": "goToPreviousYear",
|
|
7072
|
-
"inheritedFrom": {
|
|
7073
|
-
"name": "Calendar",
|
|
7074
|
-
"module": "src/date-picker/calendar.ts"
|
|
7075
|
-
}
|
|
7076
|
-
},
|
|
7077
|
-
{
|
|
7078
|
-
"kind": "method",
|
|
7079
|
-
"name": "goToNextMonth",
|
|
7080
|
-
"inheritedFrom": {
|
|
7081
|
-
"name": "Calendar",
|
|
7082
|
-
"module": "src/date-picker/calendar.ts"
|
|
7083
|
-
}
|
|
7084
|
-
},
|
|
7085
|
-
{
|
|
7086
|
-
"kind": "method",
|
|
7087
|
-
"name": "goToPreviousMonth",
|
|
7088
|
-
"inheritedFrom": {
|
|
7089
|
-
"name": "Calendar",
|
|
7090
|
-
"module": "src/date-picker/calendar.ts"
|
|
7091
|
-
}
|
|
7092
|
-
},
|
|
7093
6975
|
{
|
|
7094
6976
|
"kind": "field",
|
|
7095
6977
|
"name": "_presentation",
|
|
@@ -7099,8 +6981,8 @@
|
|
|
7099
6981
|
"privacy": "private",
|
|
7100
6982
|
"default": "void 0",
|
|
7101
6983
|
"inheritedFrom": {
|
|
7102
|
-
"name": "
|
|
7103
|
-
"module": "src/
|
|
6984
|
+
"name": "Card",
|
|
6985
|
+
"module": "src/card/card.ts"
|
|
7104
6986
|
}
|
|
7105
6987
|
},
|
|
7106
6988
|
{
|
|
@@ -7112,8 +6994,8 @@
|
|
|
7112
6994
|
"privacy": "public",
|
|
7113
6995
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7114
6996
|
"inheritedFrom": {
|
|
7115
|
-
"name": "
|
|
7116
|
-
"module": "src/
|
|
6997
|
+
"name": "Card",
|
|
6998
|
+
"module": "src/card/card.ts"
|
|
7117
6999
|
}
|
|
7118
7000
|
},
|
|
7119
7001
|
{
|
|
@@ -7125,8 +7007,8 @@
|
|
|
7125
7007
|
"privacy": "public",
|
|
7126
7008
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7127
7009
|
"inheritedFrom": {
|
|
7128
|
-
"name": "
|
|
7129
|
-
"module": "src/
|
|
7010
|
+
"name": "Card",
|
|
7011
|
+
"module": "src/card/card.ts"
|
|
7130
7012
|
}
|
|
7131
7013
|
},
|
|
7132
7014
|
{
|
|
@@ -7139,8 +7021,8 @@
|
|
|
7139
7021
|
}
|
|
7140
7022
|
},
|
|
7141
7023
|
"inheritedFrom": {
|
|
7142
|
-
"name": "
|
|
7143
|
-
"module": "src/
|
|
7024
|
+
"name": "Card",
|
|
7025
|
+
"module": "src/card/card.ts"
|
|
7144
7026
|
}
|
|
7145
7027
|
},
|
|
7146
7028
|
{
|
|
@@ -7152,8 +7034,8 @@
|
|
|
7152
7034
|
"privacy": "public",
|
|
7153
7035
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7154
7036
|
"inheritedFrom": {
|
|
7155
|
-
"name": "
|
|
7156
|
-
"module": "src/
|
|
7037
|
+
"name": "Card",
|
|
7038
|
+
"module": "src/card/card.ts"
|
|
7157
7039
|
}
|
|
7158
7040
|
},
|
|
7159
7041
|
{
|
|
@@ -7166,8 +7048,8 @@
|
|
|
7166
7048
|
}
|
|
7167
7049
|
},
|
|
7168
7050
|
"inheritedFrom": {
|
|
7169
|
-
"name": "
|
|
7170
|
-
"module": "src/
|
|
7051
|
+
"name": "Card",
|
|
7052
|
+
"module": "src/card/card.ts"
|
|
7171
7053
|
}
|
|
7172
7054
|
},
|
|
7173
7055
|
{
|
|
@@ -7197,39 +7079,39 @@
|
|
|
7197
7079
|
],
|
|
7198
7080
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7199
7081
|
"inheritedFrom": {
|
|
7200
|
-
"name": "
|
|
7201
|
-
"module": "src/
|
|
7082
|
+
"name": "Card",
|
|
7083
|
+
"module": "src/card/card.ts"
|
|
7202
7084
|
}
|
|
7203
7085
|
}
|
|
7204
7086
|
]
|
|
7205
7087
|
},
|
|
7206
7088
|
{
|
|
7207
7089
|
"kind": "variable",
|
|
7208
|
-
"name": "
|
|
7090
|
+
"name": "zeroCard"
|
|
7209
7091
|
}
|
|
7210
7092
|
],
|
|
7211
7093
|
"exports": [
|
|
7212
7094
|
{
|
|
7213
7095
|
"kind": "js",
|
|
7214
|
-
"name": "
|
|
7096
|
+
"name": "Card",
|
|
7215
7097
|
"declaration": {
|
|
7216
|
-
"name": "
|
|
7217
|
-
"module": "src/
|
|
7098
|
+
"name": "Card",
|
|
7099
|
+
"module": "src/card/card.ts"
|
|
7218
7100
|
}
|
|
7219
7101
|
},
|
|
7220
7102
|
{
|
|
7221
7103
|
"kind": "js",
|
|
7222
|
-
"name": "
|
|
7104
|
+
"name": "zeroCard",
|
|
7223
7105
|
"declaration": {
|
|
7224
|
-
"name": "
|
|
7225
|
-
"module": "src/
|
|
7106
|
+
"name": "zeroCard",
|
|
7107
|
+
"module": "src/card/card.ts"
|
|
7226
7108
|
}
|
|
7227
7109
|
}
|
|
7228
7110
|
]
|
|
7229
7111
|
},
|
|
7230
7112
|
{
|
|
7231
7113
|
"kind": "javascript-module",
|
|
7232
|
-
"path": "src/
|
|
7114
|
+
"path": "src/card/index.ts",
|
|
7233
7115
|
"declarations": [],
|
|
7234
7116
|
"exports": [
|
|
7235
7117
|
{
|
|
@@ -7237,7 +7119,7 @@
|
|
|
7237
7119
|
"name": "*",
|
|
7238
7120
|
"declaration": {
|
|
7239
7121
|
"name": "*",
|
|
7240
|
-
"package": "./
|
|
7122
|
+
"package": "./card"
|
|
7241
7123
|
}
|
|
7242
7124
|
},
|
|
7243
7125
|
{
|
|
@@ -7245,7 +7127,7 @@
|
|
|
7245
7127
|
"name": "*",
|
|
7246
7128
|
"declaration": {
|
|
7247
7129
|
"name": "*",
|
|
7248
|
-
"package": "./
|
|
7130
|
+
"package": "./card.styles"
|
|
7249
7131
|
}
|
|
7250
7132
|
},
|
|
7251
7133
|
{
|
|
@@ -7253,14 +7135,14 @@
|
|
|
7253
7135
|
"name": "*",
|
|
7254
7136
|
"declaration": {
|
|
7255
7137
|
"name": "*",
|
|
7256
|
-
"package": "./
|
|
7138
|
+
"package": "./card.template"
|
|
7257
7139
|
}
|
|
7258
7140
|
}
|
|
7259
7141
|
]
|
|
7260
7142
|
},
|
|
7261
7143
|
{
|
|
7262
7144
|
"kind": "javascript-module",
|
|
7263
|
-
"path": "src/
|
|
7145
|
+
"path": "src/checkbox/checkbox.stories.ts",
|
|
7264
7146
|
"declarations": [
|
|
7265
7147
|
{
|
|
7266
7148
|
"kind": "variable",
|
|
@@ -7268,7 +7150,7 @@
|
|
|
7268
7150
|
"type": {
|
|
7269
7151
|
"text": "Meta"
|
|
7270
7152
|
},
|
|
7271
|
-
"default": "{\n title: '
|
|
7153
|
+
"default": "{\n title: 'Checkbox',\n component: 'zero-checkbox>',\n}"
|
|
7272
7154
|
},
|
|
7273
7155
|
{
|
|
7274
7156
|
"kind": "variable",
|
|
@@ -7276,7 +7158,7 @@
|
|
|
7276
7158
|
"type": {
|
|
7277
7159
|
"text": "StoryObj"
|
|
7278
7160
|
},
|
|
7279
|
-
"default": "{\n args: {\n
|
|
7161
|
+
"default": "{\n args: {\n customCheckboxText: 'Custom Zero Checkbox',\n customCheckboxDesignUnit: 8,\n customCheckboxCornerRadius: 4,\n },\n render: ({ customCheckboxText, customCheckboxDesignUnit, customCheckboxCornerRadius }) =>\n html`\n <div style=\"${wrapperStyle}\">\n <zero-checkbox>Default Zero Checkbox</zero-checkbox>\n\n <zero-design-system-provider\n design-unit=\"${customCheckboxDesignUnit}\"\n corner-radius=${customCheckboxCornerRadius}\"\n >\n <zero-checkbox>${customCheckboxText}</zero-checkbox>\n </zero-design-system-provider>\n </div>\n `,\n}"
|
|
7280
7162
|
}
|
|
7281
7163
|
],
|
|
7282
7164
|
"exports": [
|
|
@@ -7285,7 +7167,7 @@
|
|
|
7285
7167
|
"name": "default",
|
|
7286
7168
|
"declaration": {
|
|
7287
7169
|
"name": "meta",
|
|
7288
|
-
"module": "src/
|
|
7170
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
7289
7171
|
}
|
|
7290
7172
|
},
|
|
7291
7173
|
{
|
|
@@ -7293,18 +7175,18 @@
|
|
|
7293
7175
|
"name": "Primary",
|
|
7294
7176
|
"declaration": {
|
|
7295
7177
|
"name": "Primary",
|
|
7296
|
-
"module": "src/
|
|
7178
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
7297
7179
|
}
|
|
7298
7180
|
}
|
|
7299
7181
|
]
|
|
7300
7182
|
},
|
|
7301
7183
|
{
|
|
7302
7184
|
"kind": "javascript-module",
|
|
7303
|
-
"path": "src/
|
|
7185
|
+
"path": "src/checkbox/checkbox.styles.ts",
|
|
7304
7186
|
"declarations": [
|
|
7305
7187
|
{
|
|
7306
7188
|
"kind": "function",
|
|
7307
|
-
"name": "
|
|
7189
|
+
"name": "zeroCheckboxStyles",
|
|
7308
7190
|
"return": {
|
|
7309
7191
|
"type": {
|
|
7310
7192
|
"text": "ElementStyles"
|
|
@@ -7320,7 +7202,7 @@
|
|
|
7320
7202
|
{
|
|
7321
7203
|
"name": "definition",
|
|
7322
7204
|
"type": {
|
|
7323
|
-
"text": "
|
|
7205
|
+
"text": "CheckboxOptions"
|
|
7324
7206
|
}
|
|
7325
7207
|
}
|
|
7326
7208
|
]
|
|
@@ -7329,24 +7211,24 @@
|
|
|
7329
7211
|
"exports": [
|
|
7330
7212
|
{
|
|
7331
7213
|
"kind": "js",
|
|
7332
|
-
"name": "
|
|
7214
|
+
"name": "zeroCheckboxStyles",
|
|
7333
7215
|
"declaration": {
|
|
7334
|
-
"name": "
|
|
7335
|
-
"module": "src/
|
|
7216
|
+
"name": "zeroCheckboxStyles",
|
|
7217
|
+
"module": "src/checkbox/checkbox.styles.ts"
|
|
7336
7218
|
}
|
|
7337
7219
|
}
|
|
7338
7220
|
]
|
|
7339
7221
|
},
|
|
7340
7222
|
{
|
|
7341
7223
|
"kind": "javascript-module",
|
|
7342
|
-
"path": "src/
|
|
7224
|
+
"path": "src/checkbox/checkbox.template.ts",
|
|
7343
7225
|
"declarations": [
|
|
7344
7226
|
{
|
|
7345
7227
|
"kind": "function",
|
|
7346
|
-
"name": "
|
|
7228
|
+
"name": "zeroCheckboxTemplate",
|
|
7347
7229
|
"return": {
|
|
7348
7230
|
"type": {
|
|
7349
|
-
"text": "ViewTemplate<
|
|
7231
|
+
"text": "ViewTemplate<Checkbox>"
|
|
7350
7232
|
}
|
|
7351
7233
|
},
|
|
7352
7234
|
"parameters": [
|
|
@@ -7359,7 +7241,7 @@
|
|
|
7359
7241
|
{
|
|
7360
7242
|
"name": "definition",
|
|
7361
7243
|
"type": {
|
|
7362
|
-
"text": "
|
|
7244
|
+
"text": "CheckboxOptions"
|
|
7363
7245
|
}
|
|
7364
7246
|
}
|
|
7365
7247
|
]
|
|
@@ -7368,29 +7250,92 @@
|
|
|
7368
7250
|
"exports": [
|
|
7369
7251
|
{
|
|
7370
7252
|
"kind": "js",
|
|
7371
|
-
"name": "
|
|
7253
|
+
"name": "zeroCheckboxTemplate",
|
|
7372
7254
|
"declaration": {
|
|
7373
|
-
"name": "
|
|
7374
|
-
"module": "src/
|
|
7255
|
+
"name": "zeroCheckboxTemplate",
|
|
7256
|
+
"module": "src/checkbox/checkbox.template.ts"
|
|
7375
7257
|
}
|
|
7376
7258
|
}
|
|
7377
7259
|
]
|
|
7378
7260
|
},
|
|
7379
7261
|
{
|
|
7380
7262
|
"kind": "javascript-module",
|
|
7381
|
-
"path": "src/
|
|
7263
|
+
"path": "src/checkbox/checkbox.ts",
|
|
7382
7264
|
"declarations": [
|
|
7383
7265
|
{
|
|
7384
7266
|
"kind": "class",
|
|
7385
7267
|
"description": "",
|
|
7386
|
-
"name": "
|
|
7268
|
+
"name": "Checkbox",
|
|
7387
7269
|
"superclass": {
|
|
7388
|
-
"name": "
|
|
7270
|
+
"name": "FoundationCheckbox",
|
|
7389
7271
|
"package": "@genesislcap/foundation-ui"
|
|
7390
7272
|
},
|
|
7391
|
-
"tagName": "%%prefix%%-
|
|
7273
|
+
"tagName": "%%prefix%%-checkbox",
|
|
7392
7274
|
"customElement": true,
|
|
7275
|
+
"attributes": [
|
|
7276
|
+
{
|
|
7277
|
+
"name": "readonly",
|
|
7278
|
+
"type": {
|
|
7279
|
+
"text": "boolean"
|
|
7280
|
+
},
|
|
7281
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
7282
|
+
"fieldName": "readOnly",
|
|
7283
|
+
"inheritedFrom": {
|
|
7284
|
+
"name": "Checkbox",
|
|
7285
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7286
|
+
}
|
|
7287
|
+
}
|
|
7288
|
+
],
|
|
7393
7289
|
"members": [
|
|
7290
|
+
{
|
|
7291
|
+
"kind": "field",
|
|
7292
|
+
"name": "readOnly",
|
|
7293
|
+
"type": {
|
|
7294
|
+
"text": "boolean"
|
|
7295
|
+
},
|
|
7296
|
+
"privacy": "public",
|
|
7297
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
7298
|
+
"inheritedFrom": {
|
|
7299
|
+
"name": "Checkbox",
|
|
7300
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7301
|
+
}
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
"kind": "method",
|
|
7305
|
+
"name": "readOnlyChanged",
|
|
7306
|
+
"privacy": "private",
|
|
7307
|
+
"return": {
|
|
7308
|
+
"type": {
|
|
7309
|
+
"text": "void"
|
|
7310
|
+
}
|
|
7311
|
+
},
|
|
7312
|
+
"inheritedFrom": {
|
|
7313
|
+
"name": "Checkbox",
|
|
7314
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7315
|
+
}
|
|
7316
|
+
},
|
|
7317
|
+
{
|
|
7318
|
+
"kind": "field",
|
|
7319
|
+
"name": "indeterminate",
|
|
7320
|
+
"type": {
|
|
7321
|
+
"text": "boolean"
|
|
7322
|
+
},
|
|
7323
|
+
"privacy": "public",
|
|
7324
|
+
"default": "false",
|
|
7325
|
+
"description": "The indeterminate state of the control",
|
|
7326
|
+
"inheritedFrom": {
|
|
7327
|
+
"name": "Checkbox",
|
|
7328
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7329
|
+
}
|
|
7330
|
+
},
|
|
7331
|
+
{
|
|
7332
|
+
"kind": "field",
|
|
7333
|
+
"name": "proxy",
|
|
7334
|
+
"inheritedFrom": {
|
|
7335
|
+
"name": "Checkbox",
|
|
7336
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7337
|
+
}
|
|
7338
|
+
},
|
|
7394
7339
|
{
|
|
7395
7340
|
"kind": "field",
|
|
7396
7341
|
"name": "_presentation",
|
|
@@ -7400,8 +7345,8 @@
|
|
|
7400
7345
|
"privacy": "private",
|
|
7401
7346
|
"default": "void 0",
|
|
7402
7347
|
"inheritedFrom": {
|
|
7403
|
-
"name": "
|
|
7404
|
-
"module": "src/
|
|
7348
|
+
"name": "Checkbox",
|
|
7349
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7405
7350
|
}
|
|
7406
7351
|
},
|
|
7407
7352
|
{
|
|
@@ -7413,8 +7358,8 @@
|
|
|
7413
7358
|
"privacy": "public",
|
|
7414
7359
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7415
7360
|
"inheritedFrom": {
|
|
7416
|
-
"name": "
|
|
7417
|
-
"module": "src/
|
|
7361
|
+
"name": "Checkbox",
|
|
7362
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7418
7363
|
}
|
|
7419
7364
|
},
|
|
7420
7365
|
{
|
|
@@ -7426,8 +7371,8 @@
|
|
|
7426
7371
|
"privacy": "public",
|
|
7427
7372
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7428
7373
|
"inheritedFrom": {
|
|
7429
|
-
"name": "
|
|
7430
|
-
"module": "src/
|
|
7374
|
+
"name": "Checkbox",
|
|
7375
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7431
7376
|
}
|
|
7432
7377
|
},
|
|
7433
7378
|
{
|
|
@@ -7440,8 +7385,8 @@
|
|
|
7440
7385
|
}
|
|
7441
7386
|
},
|
|
7442
7387
|
"inheritedFrom": {
|
|
7443
|
-
"name": "
|
|
7444
|
-
"module": "src/
|
|
7388
|
+
"name": "Checkbox",
|
|
7389
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7445
7390
|
}
|
|
7446
7391
|
},
|
|
7447
7392
|
{
|
|
@@ -7453,8 +7398,8 @@
|
|
|
7453
7398
|
"privacy": "public",
|
|
7454
7399
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7455
7400
|
"inheritedFrom": {
|
|
7456
|
-
"name": "
|
|
7457
|
-
"module": "src/
|
|
7401
|
+
"name": "Checkbox",
|
|
7402
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7458
7403
|
}
|
|
7459
7404
|
},
|
|
7460
7405
|
{
|
|
@@ -7467,8 +7412,8 @@
|
|
|
7467
7412
|
}
|
|
7468
7413
|
},
|
|
7469
7414
|
"inheritedFrom": {
|
|
7470
|
-
"name": "
|
|
7471
|
-
"module": "src/
|
|
7415
|
+
"name": "Checkbox",
|
|
7416
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7472
7417
|
}
|
|
7473
7418
|
},
|
|
7474
7419
|
{
|
|
@@ -7498,39 +7443,49 @@
|
|
|
7498
7443
|
],
|
|
7499
7444
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7500
7445
|
"inheritedFrom": {
|
|
7501
|
-
"name": "
|
|
7502
|
-
"module": "src/
|
|
7446
|
+
"name": "Checkbox",
|
|
7447
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7448
|
+
}
|
|
7449
|
+
}
|
|
7450
|
+
],
|
|
7451
|
+
"events": [
|
|
7452
|
+
{
|
|
7453
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
7454
|
+
"name": "change",
|
|
7455
|
+
"inheritedFrom": {
|
|
7456
|
+
"name": "Checkbox",
|
|
7457
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7503
7458
|
}
|
|
7504
7459
|
}
|
|
7505
7460
|
]
|
|
7506
7461
|
},
|
|
7507
7462
|
{
|
|
7508
7463
|
"kind": "variable",
|
|
7509
|
-
"name": "
|
|
7464
|
+
"name": "zeroCheckbox"
|
|
7510
7465
|
}
|
|
7511
7466
|
],
|
|
7512
7467
|
"exports": [
|
|
7513
7468
|
{
|
|
7514
7469
|
"kind": "js",
|
|
7515
|
-
"name": "
|
|
7470
|
+
"name": "Checkbox",
|
|
7516
7471
|
"declaration": {
|
|
7517
|
-
"name": "
|
|
7518
|
-
"module": "src/
|
|
7472
|
+
"name": "Checkbox",
|
|
7473
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7519
7474
|
}
|
|
7520
7475
|
},
|
|
7521
7476
|
{
|
|
7522
7477
|
"kind": "js",
|
|
7523
|
-
"name": "
|
|
7478
|
+
"name": "zeroCheckbox",
|
|
7524
7479
|
"declaration": {
|
|
7525
|
-
"name": "
|
|
7526
|
-
"module": "src/
|
|
7480
|
+
"name": "zeroCheckbox",
|
|
7481
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7527
7482
|
}
|
|
7528
7483
|
}
|
|
7529
7484
|
]
|
|
7530
7485
|
},
|
|
7531
7486
|
{
|
|
7532
7487
|
"kind": "javascript-module",
|
|
7533
|
-
"path": "src/
|
|
7488
|
+
"path": "src/checkbox/index.ts",
|
|
7534
7489
|
"declarations": [],
|
|
7535
7490
|
"exports": [
|
|
7536
7491
|
{
|
|
@@ -7538,7 +7493,7 @@
|
|
|
7538
7493
|
"name": "*",
|
|
7539
7494
|
"declaration": {
|
|
7540
7495
|
"name": "*",
|
|
7541
|
-
"package": "./
|
|
7496
|
+
"package": "./checkbox"
|
|
7542
7497
|
}
|
|
7543
7498
|
},
|
|
7544
7499
|
{
|
|
@@ -7546,7 +7501,7 @@
|
|
|
7546
7501
|
"name": "*",
|
|
7547
7502
|
"declaration": {
|
|
7548
7503
|
"name": "*",
|
|
7549
|
-
"package": "./
|
|
7504
|
+
"package": "./checkbox.styles"
|
|
7550
7505
|
}
|
|
7551
7506
|
},
|
|
7552
7507
|
{
|
|
@@ -7554,14 +7509,14 @@
|
|
|
7554
7509
|
"name": "*",
|
|
7555
7510
|
"declaration": {
|
|
7556
7511
|
"name": "*",
|
|
7557
|
-
"package": "./
|
|
7512
|
+
"package": "./checkbox.template"
|
|
7558
7513
|
}
|
|
7559
7514
|
}
|
|
7560
7515
|
]
|
|
7561
7516
|
},
|
|
7562
7517
|
{
|
|
7563
7518
|
"kind": "javascript-module",
|
|
7564
|
-
"path": "src/
|
|
7519
|
+
"path": "src/calendar/calendar.stories.ts",
|
|
7565
7520
|
"declarations": [
|
|
7566
7521
|
{
|
|
7567
7522
|
"kind": "variable",
|
|
@@ -7569,7 +7524,7 @@
|
|
|
7569
7524
|
"type": {
|
|
7570
7525
|
"text": "Meta"
|
|
7571
7526
|
},
|
|
7572
|
-
"default": "{\n title: '
|
|
7527
|
+
"default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
|
|
7573
7528
|
},
|
|
7574
7529
|
{
|
|
7575
7530
|
"kind": "variable",
|
|
@@ -7577,7 +7532,7 @@
|
|
|
7577
7532
|
"type": {
|
|
7578
7533
|
"text": "StoryObj"
|
|
7579
7534
|
},
|
|
7580
|
-
"default": "{\n args: {
|
|
7535
|
+
"default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
|
|
7581
7536
|
}
|
|
7582
7537
|
],
|
|
7583
7538
|
"exports": [
|
|
@@ -7586,7 +7541,7 @@
|
|
|
7586
7541
|
"name": "default",
|
|
7587
7542
|
"declaration": {
|
|
7588
7543
|
"name": "meta",
|
|
7589
|
-
"module": "src/
|
|
7544
|
+
"module": "src/calendar/calendar.stories.ts"
|
|
7590
7545
|
}
|
|
7591
7546
|
},
|
|
7592
7547
|
{
|
|
@@ -7594,60 +7549,46 @@
|
|
|
7594
7549
|
"name": "Primary",
|
|
7595
7550
|
"declaration": {
|
|
7596
7551
|
"name": "Primary",
|
|
7597
|
-
"module": "src/
|
|
7552
|
+
"module": "src/calendar/calendar.stories.ts"
|
|
7598
7553
|
}
|
|
7599
7554
|
}
|
|
7600
7555
|
]
|
|
7601
7556
|
},
|
|
7602
7557
|
{
|
|
7603
7558
|
"kind": "javascript-module",
|
|
7604
|
-
"path": "src/
|
|
7559
|
+
"path": "src/calendar/calendar.styles.ts",
|
|
7605
7560
|
"declarations": [
|
|
7606
7561
|
{
|
|
7607
7562
|
"kind": "function",
|
|
7608
|
-
"name": "
|
|
7563
|
+
"name": "zeroCalendarStyles",
|
|
7609
7564
|
"return": {
|
|
7610
7565
|
"type": {
|
|
7611
7566
|
"text": "ElementStyles"
|
|
7612
7567
|
}
|
|
7613
|
-
}
|
|
7614
|
-
"parameters": [
|
|
7615
|
-
{
|
|
7616
|
-
"name": "context",
|
|
7617
|
-
"type": {
|
|
7618
|
-
"text": "ElementDefinitionContext"
|
|
7619
|
-
}
|
|
7620
|
-
},
|
|
7621
|
-
{
|
|
7622
|
-
"name": "definition",
|
|
7623
|
-
"type": {
|
|
7624
|
-
"text": "CheckboxOptions"
|
|
7625
|
-
}
|
|
7626
|
-
}
|
|
7627
|
-
]
|
|
7568
|
+
}
|
|
7628
7569
|
}
|
|
7629
7570
|
],
|
|
7630
7571
|
"exports": [
|
|
7631
7572
|
{
|
|
7632
7573
|
"kind": "js",
|
|
7633
|
-
"name": "
|
|
7574
|
+
"name": "zeroCalendarStyles",
|
|
7634
7575
|
"declaration": {
|
|
7635
|
-
"name": "
|
|
7636
|
-
"module": "src/
|
|
7576
|
+
"name": "zeroCalendarStyles",
|
|
7577
|
+
"module": "src/calendar/calendar.styles.ts"
|
|
7637
7578
|
}
|
|
7638
7579
|
}
|
|
7639
7580
|
]
|
|
7640
7581
|
},
|
|
7641
7582
|
{
|
|
7642
7583
|
"kind": "javascript-module",
|
|
7643
|
-
"path": "src/
|
|
7584
|
+
"path": "src/calendar/calendar.template.ts",
|
|
7644
7585
|
"declarations": [
|
|
7645
7586
|
{
|
|
7646
7587
|
"kind": "function",
|
|
7647
|
-
"name": "
|
|
7588
|
+
"name": "zeroCalendarTemplate",
|
|
7648
7589
|
"return": {
|
|
7649
7590
|
"type": {
|
|
7650
|
-
"text": "ViewTemplate<
|
|
7591
|
+
"text": "ViewTemplate<Calendar>"
|
|
7651
7592
|
}
|
|
7652
7593
|
},
|
|
7653
7594
|
"parameters": [
|
|
@@ -7660,7 +7601,7 @@
|
|
|
7660
7601
|
{
|
|
7661
7602
|
"name": "definition",
|
|
7662
7603
|
"type": {
|
|
7663
|
-
"text": "
|
|
7604
|
+
"text": "FoundationElementDefinition"
|
|
7664
7605
|
}
|
|
7665
7606
|
}
|
|
7666
7607
|
]
|
|
@@ -7669,90 +7610,159 @@
|
|
|
7669
7610
|
"exports": [
|
|
7670
7611
|
{
|
|
7671
7612
|
"kind": "js",
|
|
7672
|
-
"name": "
|
|
7613
|
+
"name": "zeroCalendarTemplate",
|
|
7673
7614
|
"declaration": {
|
|
7674
|
-
"name": "
|
|
7675
|
-
"module": "src/
|
|
7615
|
+
"name": "zeroCalendarTemplate",
|
|
7616
|
+
"module": "src/calendar/calendar.template.ts"
|
|
7676
7617
|
}
|
|
7677
7618
|
}
|
|
7678
7619
|
]
|
|
7679
7620
|
},
|
|
7680
7621
|
{
|
|
7681
7622
|
"kind": "javascript-module",
|
|
7682
|
-
"path": "src/
|
|
7623
|
+
"path": "src/calendar/calendar.ts",
|
|
7683
7624
|
"declarations": [
|
|
7684
7625
|
{
|
|
7685
7626
|
"kind": "class",
|
|
7686
7627
|
"description": "",
|
|
7687
|
-
"name": "
|
|
7628
|
+
"name": "Calendar",
|
|
7688
7629
|
"superclass": {
|
|
7689
|
-
"name": "
|
|
7630
|
+
"name": "FoundationCalendar",
|
|
7690
7631
|
"package": "@genesislcap/foundation-ui"
|
|
7691
7632
|
},
|
|
7692
|
-
"tagName": "%%prefix%%-
|
|
7633
|
+
"tagName": "%%prefix%%-calendar",
|
|
7693
7634
|
"customElement": true,
|
|
7694
|
-
"
|
|
7635
|
+
"members": [
|
|
7695
7636
|
{
|
|
7696
|
-
"
|
|
7637
|
+
"kind": "field",
|
|
7638
|
+
"name": "today",
|
|
7697
7639
|
"type": {
|
|
7698
|
-
"text": "
|
|
7640
|
+
"text": "any"
|
|
7699
7641
|
},
|
|
7700
|
-
"
|
|
7701
|
-
"fieldName": "readOnly",
|
|
7642
|
+
"default": "new Day(null, lang)",
|
|
7702
7643
|
"inheritedFrom": {
|
|
7703
|
-
"name": "
|
|
7704
|
-
"module": "src/
|
|
7644
|
+
"name": "Calendar",
|
|
7645
|
+
"module": "src/date-picker/calendar.ts"
|
|
7705
7646
|
}
|
|
7706
|
-
}
|
|
7707
|
-
],
|
|
7708
|
-
"members": [
|
|
7647
|
+
},
|
|
7709
7648
|
{
|
|
7710
7649
|
"kind": "field",
|
|
7711
|
-
"name": "
|
|
7650
|
+
"name": "year",
|
|
7712
7651
|
"type": {
|
|
7713
|
-
"text": "
|
|
7652
|
+
"text": "number"
|
|
7714
7653
|
},
|
|
7715
|
-
"privacy": "public",
|
|
7716
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
7717
7654
|
"inheritedFrom": {
|
|
7718
|
-
"name": "
|
|
7719
|
-
"module": "src/
|
|
7655
|
+
"name": "Calendar",
|
|
7656
|
+
"module": "src/date-picker/calendar.ts"
|
|
7720
7657
|
}
|
|
7721
7658
|
},
|
|
7722
7659
|
{
|
|
7723
|
-
"kind": "
|
|
7724
|
-
"name": "
|
|
7725
|
-
"
|
|
7726
|
-
|
|
7727
|
-
"type": {
|
|
7728
|
-
"text": "void"
|
|
7729
|
-
}
|
|
7660
|
+
"kind": "field",
|
|
7661
|
+
"name": "month",
|
|
7662
|
+
"type": {
|
|
7663
|
+
"text": "any"
|
|
7730
7664
|
},
|
|
7665
|
+
"default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
|
|
7731
7666
|
"inheritedFrom": {
|
|
7732
|
-
"name": "
|
|
7733
|
-
"module": "src/
|
|
7667
|
+
"name": "Calendar",
|
|
7668
|
+
"module": "src/date-picker/calendar.ts"
|
|
7734
7669
|
}
|
|
7735
7670
|
},
|
|
7736
7671
|
{
|
|
7737
7672
|
"kind": "field",
|
|
7738
|
-
"name": "
|
|
7673
|
+
"name": "lang",
|
|
7739
7674
|
"type": {
|
|
7740
|
-
"text": "
|
|
7675
|
+
"text": "string"
|
|
7741
7676
|
},
|
|
7742
|
-
"
|
|
7743
|
-
"default": "false",
|
|
7744
|
-
"description": "The indeterminate state of the control",
|
|
7677
|
+
"default": "lang",
|
|
7745
7678
|
"inheritedFrom": {
|
|
7746
|
-
"name": "
|
|
7747
|
-
"module": "src/
|
|
7679
|
+
"name": "Calendar",
|
|
7680
|
+
"module": "src/date-picker/calendar.ts"
|
|
7748
7681
|
}
|
|
7749
7682
|
},
|
|
7750
7683
|
{
|
|
7751
7684
|
"kind": "field",
|
|
7752
|
-
"name": "
|
|
7685
|
+
"name": "weekDays",
|
|
7753
7686
|
"inheritedFrom": {
|
|
7754
|
-
"name": "
|
|
7755
|
-
"module": "src/
|
|
7687
|
+
"name": "Calendar",
|
|
7688
|
+
"module": "src/date-picker/calendar.ts"
|
|
7689
|
+
}
|
|
7690
|
+
},
|
|
7691
|
+
{
|
|
7692
|
+
"kind": "method",
|
|
7693
|
+
"name": "getMonth",
|
|
7694
|
+
"parameters": [
|
|
7695
|
+
{
|
|
7696
|
+
"name": "monthNumber"
|
|
7697
|
+
}
|
|
7698
|
+
],
|
|
7699
|
+
"inheritedFrom": {
|
|
7700
|
+
"name": "Calendar",
|
|
7701
|
+
"module": "src/date-picker/calendar.ts"
|
|
7702
|
+
}
|
|
7703
|
+
},
|
|
7704
|
+
{
|
|
7705
|
+
"kind": "method",
|
|
7706
|
+
"name": "getPreviousMonth",
|
|
7707
|
+
"inheritedFrom": {
|
|
7708
|
+
"name": "Calendar",
|
|
7709
|
+
"module": "src/date-picker/calendar.ts"
|
|
7710
|
+
}
|
|
7711
|
+
},
|
|
7712
|
+
{
|
|
7713
|
+
"kind": "method",
|
|
7714
|
+
"name": "getNextMonth",
|
|
7715
|
+
"inheritedFrom": {
|
|
7716
|
+
"name": "Calendar",
|
|
7717
|
+
"module": "src/date-picker/calendar.ts"
|
|
7718
|
+
}
|
|
7719
|
+
},
|
|
7720
|
+
{
|
|
7721
|
+
"kind": "method",
|
|
7722
|
+
"name": "goToDate",
|
|
7723
|
+
"parameters": [
|
|
7724
|
+
{
|
|
7725
|
+
"name": "monthNumber"
|
|
7726
|
+
},
|
|
7727
|
+
{
|
|
7728
|
+
"name": "year"
|
|
7729
|
+
}
|
|
7730
|
+
],
|
|
7731
|
+
"inheritedFrom": {
|
|
7732
|
+
"name": "Calendar",
|
|
7733
|
+
"module": "src/date-picker/calendar.ts"
|
|
7734
|
+
}
|
|
7735
|
+
},
|
|
7736
|
+
{
|
|
7737
|
+
"kind": "method",
|
|
7738
|
+
"name": "goToNextYear",
|
|
7739
|
+
"inheritedFrom": {
|
|
7740
|
+
"name": "Calendar",
|
|
7741
|
+
"module": "src/date-picker/calendar.ts"
|
|
7742
|
+
}
|
|
7743
|
+
},
|
|
7744
|
+
{
|
|
7745
|
+
"kind": "method",
|
|
7746
|
+
"name": "goToPreviousYear",
|
|
7747
|
+
"inheritedFrom": {
|
|
7748
|
+
"name": "Calendar",
|
|
7749
|
+
"module": "src/date-picker/calendar.ts"
|
|
7750
|
+
}
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"kind": "method",
|
|
7754
|
+
"name": "goToNextMonth",
|
|
7755
|
+
"inheritedFrom": {
|
|
7756
|
+
"name": "Calendar",
|
|
7757
|
+
"module": "src/date-picker/calendar.ts"
|
|
7758
|
+
}
|
|
7759
|
+
},
|
|
7760
|
+
{
|
|
7761
|
+
"kind": "method",
|
|
7762
|
+
"name": "goToPreviousMonth",
|
|
7763
|
+
"inheritedFrom": {
|
|
7764
|
+
"name": "Calendar",
|
|
7765
|
+
"module": "src/date-picker/calendar.ts"
|
|
7756
7766
|
}
|
|
7757
7767
|
},
|
|
7758
7768
|
{
|
|
@@ -7764,8 +7774,8 @@
|
|
|
7764
7774
|
"privacy": "private",
|
|
7765
7775
|
"default": "void 0",
|
|
7766
7776
|
"inheritedFrom": {
|
|
7767
|
-
"name": "
|
|
7768
|
-
"module": "src/
|
|
7777
|
+
"name": "Calendar",
|
|
7778
|
+
"module": "src/date-picker/calendar.ts"
|
|
7769
7779
|
}
|
|
7770
7780
|
},
|
|
7771
7781
|
{
|
|
@@ -7777,8 +7787,8 @@
|
|
|
7777
7787
|
"privacy": "public",
|
|
7778
7788
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7779
7789
|
"inheritedFrom": {
|
|
7780
|
-
"name": "
|
|
7781
|
-
"module": "src/
|
|
7790
|
+
"name": "Calendar",
|
|
7791
|
+
"module": "src/date-picker/calendar.ts"
|
|
7782
7792
|
}
|
|
7783
7793
|
},
|
|
7784
7794
|
{
|
|
@@ -7790,8 +7800,8 @@
|
|
|
7790
7800
|
"privacy": "public",
|
|
7791
7801
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7792
7802
|
"inheritedFrom": {
|
|
7793
|
-
"name": "
|
|
7794
|
-
"module": "src/
|
|
7803
|
+
"name": "Calendar",
|
|
7804
|
+
"module": "src/date-picker/calendar.ts"
|
|
7795
7805
|
}
|
|
7796
7806
|
},
|
|
7797
7807
|
{
|
|
@@ -7804,8 +7814,8 @@
|
|
|
7804
7814
|
}
|
|
7805
7815
|
},
|
|
7806
7816
|
"inheritedFrom": {
|
|
7807
|
-
"name": "
|
|
7808
|
-
"module": "src/
|
|
7817
|
+
"name": "Calendar",
|
|
7818
|
+
"module": "src/date-picker/calendar.ts"
|
|
7809
7819
|
}
|
|
7810
7820
|
},
|
|
7811
7821
|
{
|
|
@@ -7817,8 +7827,8 @@
|
|
|
7817
7827
|
"privacy": "public",
|
|
7818
7828
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7819
7829
|
"inheritedFrom": {
|
|
7820
|
-
"name": "
|
|
7821
|
-
"module": "src/
|
|
7830
|
+
"name": "Calendar",
|
|
7831
|
+
"module": "src/date-picker/calendar.ts"
|
|
7822
7832
|
}
|
|
7823
7833
|
},
|
|
7824
7834
|
{
|
|
@@ -7831,8 +7841,8 @@
|
|
|
7831
7841
|
}
|
|
7832
7842
|
},
|
|
7833
7843
|
"inheritedFrom": {
|
|
7834
|
-
"name": "
|
|
7835
|
-
"module": "src/
|
|
7844
|
+
"name": "Calendar",
|
|
7845
|
+
"module": "src/date-picker/calendar.ts"
|
|
7836
7846
|
}
|
|
7837
7847
|
},
|
|
7838
7848
|
{
|
|
@@ -7862,49 +7872,39 @@
|
|
|
7862
7872
|
],
|
|
7863
7873
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7864
7874
|
"inheritedFrom": {
|
|
7865
|
-
"name": "
|
|
7866
|
-
"module": "src/
|
|
7867
|
-
}
|
|
7868
|
-
}
|
|
7869
|
-
],
|
|
7870
|
-
"events": [
|
|
7871
|
-
{
|
|
7872
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
7873
|
-
"name": "change",
|
|
7874
|
-
"inheritedFrom": {
|
|
7875
|
-
"name": "Checkbox",
|
|
7876
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7875
|
+
"name": "Calendar",
|
|
7876
|
+
"module": "src/date-picker/calendar.ts"
|
|
7877
7877
|
}
|
|
7878
7878
|
}
|
|
7879
7879
|
]
|
|
7880
7880
|
},
|
|
7881
7881
|
{
|
|
7882
7882
|
"kind": "variable",
|
|
7883
|
-
"name": "
|
|
7883
|
+
"name": "zeroCalendar"
|
|
7884
7884
|
}
|
|
7885
7885
|
],
|
|
7886
7886
|
"exports": [
|
|
7887
7887
|
{
|
|
7888
7888
|
"kind": "js",
|
|
7889
|
-
"name": "
|
|
7889
|
+
"name": "Calendar",
|
|
7890
7890
|
"declaration": {
|
|
7891
|
-
"name": "
|
|
7892
|
-
"module": "src/
|
|
7891
|
+
"name": "Calendar",
|
|
7892
|
+
"module": "src/calendar/calendar.ts"
|
|
7893
7893
|
}
|
|
7894
7894
|
},
|
|
7895
7895
|
{
|
|
7896
7896
|
"kind": "js",
|
|
7897
|
-
"name": "
|
|
7897
|
+
"name": "zeroCalendar",
|
|
7898
7898
|
"declaration": {
|
|
7899
|
-
"name": "
|
|
7900
|
-
"module": "src/
|
|
7899
|
+
"name": "zeroCalendar",
|
|
7900
|
+
"module": "src/calendar/calendar.ts"
|
|
7901
7901
|
}
|
|
7902
7902
|
}
|
|
7903
7903
|
]
|
|
7904
7904
|
},
|
|
7905
7905
|
{
|
|
7906
7906
|
"kind": "javascript-module",
|
|
7907
|
-
"path": "src/
|
|
7907
|
+
"path": "src/calendar/index.ts",
|
|
7908
7908
|
"declarations": [],
|
|
7909
7909
|
"exports": [
|
|
7910
7910
|
{
|
|
@@ -7912,7 +7912,7 @@
|
|
|
7912
7912
|
"name": "*",
|
|
7913
7913
|
"declaration": {
|
|
7914
7914
|
"name": "*",
|
|
7915
|
-
"package": "./
|
|
7915
|
+
"package": "./calendar"
|
|
7916
7916
|
}
|
|
7917
7917
|
},
|
|
7918
7918
|
{
|
|
@@ -7920,7 +7920,7 @@
|
|
|
7920
7920
|
"name": "*",
|
|
7921
7921
|
"declaration": {
|
|
7922
7922
|
"name": "*",
|
|
7923
|
-
"package": "./
|
|
7923
|
+
"package": "./calendar.styles"
|
|
7924
7924
|
}
|
|
7925
7925
|
},
|
|
7926
7926
|
{
|
|
@@ -7928,7 +7928,7 @@
|
|
|
7928
7928
|
"name": "*",
|
|
7929
7929
|
"declaration": {
|
|
7930
7930
|
"name": "*",
|
|
7931
|
-
"package": "./
|
|
7931
|
+
"package": "./calendar.template"
|
|
7932
7932
|
}
|
|
7933
7933
|
}
|
|
7934
7934
|
]
|
|
@@ -18211,7 +18211,38 @@
|
|
|
18211
18211
|
},
|
|
18212
18212
|
{
|
|
18213
18213
|
"kind": "javascript-module",
|
|
18214
|
-
"path": "src/
|
|
18214
|
+
"path": "src/listbox/index.ts",
|
|
18215
|
+
"declarations": [],
|
|
18216
|
+
"exports": [
|
|
18217
|
+
{
|
|
18218
|
+
"kind": "js",
|
|
18219
|
+
"name": "*",
|
|
18220
|
+
"declaration": {
|
|
18221
|
+
"name": "*",
|
|
18222
|
+
"package": "./listbox.template"
|
|
18223
|
+
}
|
|
18224
|
+
},
|
|
18225
|
+
{
|
|
18226
|
+
"kind": "js",
|
|
18227
|
+
"name": "*",
|
|
18228
|
+
"declaration": {
|
|
18229
|
+
"name": "*",
|
|
18230
|
+
"package": "./listbox.styles"
|
|
18231
|
+
}
|
|
18232
|
+
},
|
|
18233
|
+
{
|
|
18234
|
+
"kind": "js",
|
|
18235
|
+
"name": "*",
|
|
18236
|
+
"declaration": {
|
|
18237
|
+
"name": "*",
|
|
18238
|
+
"package": "./listbox"
|
|
18239
|
+
}
|
|
18240
|
+
}
|
|
18241
|
+
]
|
|
18242
|
+
},
|
|
18243
|
+
{
|
|
18244
|
+
"kind": "javascript-module",
|
|
18245
|
+
"path": "src/listbox/listbox.stories.ts",
|
|
18215
18246
|
"declarations": [
|
|
18216
18247
|
{
|
|
18217
18248
|
"kind": "variable",
|
|
@@ -18219,23 +18250,15 @@
|
|
|
18219
18250
|
"type": {
|
|
18220
18251
|
"text": "Meta"
|
|
18221
18252
|
},
|
|
18222
|
-
"default": "{\n title: '
|
|
18223
|
-
},
|
|
18224
|
-
{
|
|
18225
|
-
"kind": "variable",
|
|
18226
|
-
"name": "Multiple",
|
|
18227
|
-
"type": {
|
|
18228
|
-
"text": "StoryObj"
|
|
18229
|
-
},
|
|
18230
|
-
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-icon name=\"glasses\" size=\"1x\"></zero-icon>\n <zero-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"apple\" size=\"4x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"ambulance\" size=\"xs\"></zero-icon>\n <zero-icon name=\"angry\" size=\"1x\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"angry\" size=\"sm\"></zero-icon>\n <zero-icon name=\"address-book\" size=\"lg\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></zero-icon>\n <zero-icon name=\"bookmark\" size=\"2xl;\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></zero-icon>\n </div>\n `,\n}"
|
|
18253
|
+
"default": "{\n title: 'Listbox',\n component: 'zero-listbox',\n}"
|
|
18231
18254
|
},
|
|
18232
18255
|
{
|
|
18233
18256
|
"kind": "variable",
|
|
18234
|
-
"name": "
|
|
18257
|
+
"name": "Primary",
|
|
18235
18258
|
"type": {
|
|
18236
18259
|
"text": "StoryObj"
|
|
18237
18260
|
},
|
|
18238
|
-
"default": "{\n
|
|
18261
|
+
"default": "{\n render: () => html`\n <zero-listbox style=\"width: 200px;\">\n <zero-option>Option 1</zero-option>\n <zero-option>Option 2</zero-option>\n <zero-option>Option 3</zero-option>\n </zero-listbox>\n `,\n}"
|
|
18239
18262
|
}
|
|
18240
18263
|
],
|
|
18241
18264
|
"exports": [
|
|
@@ -18244,37 +18267,68 @@
|
|
|
18244
18267
|
"name": "default",
|
|
18245
18268
|
"declaration": {
|
|
18246
18269
|
"name": "meta",
|
|
18247
|
-
"module": "src/
|
|
18270
|
+
"module": "src/listbox/listbox.stories.ts"
|
|
18248
18271
|
}
|
|
18249
18272
|
},
|
|
18250
18273
|
{
|
|
18251
18274
|
"kind": "js",
|
|
18252
|
-
"name": "
|
|
18275
|
+
"name": "Primary",
|
|
18253
18276
|
"declaration": {
|
|
18254
|
-
"name": "
|
|
18255
|
-
"module": "src/
|
|
18277
|
+
"name": "Primary",
|
|
18278
|
+
"module": "src/listbox/listbox.stories.ts"
|
|
18256
18279
|
}
|
|
18257
|
-
}
|
|
18280
|
+
}
|
|
18281
|
+
]
|
|
18282
|
+
},
|
|
18283
|
+
{
|
|
18284
|
+
"kind": "javascript-module",
|
|
18285
|
+
"path": "src/listbox/listbox.styles.ts",
|
|
18286
|
+
"declarations": [
|
|
18287
|
+
{
|
|
18288
|
+
"kind": "function",
|
|
18289
|
+
"name": "zeroListboxStyles",
|
|
18290
|
+
"return": {
|
|
18291
|
+
"type": {
|
|
18292
|
+
"text": "ElementStyles"
|
|
18293
|
+
}
|
|
18294
|
+
},
|
|
18295
|
+
"parameters": [
|
|
18296
|
+
{
|
|
18297
|
+
"name": "context",
|
|
18298
|
+
"type": {
|
|
18299
|
+
"text": "ElementDefinitionContext"
|
|
18300
|
+
}
|
|
18301
|
+
},
|
|
18302
|
+
{
|
|
18303
|
+
"name": "definition",
|
|
18304
|
+
"type": {
|
|
18305
|
+
"text": "FoundationElementDefinition"
|
|
18306
|
+
}
|
|
18307
|
+
}
|
|
18308
|
+
]
|
|
18309
|
+
}
|
|
18310
|
+
],
|
|
18311
|
+
"exports": [
|
|
18258
18312
|
{
|
|
18259
18313
|
"kind": "js",
|
|
18260
|
-
"name": "
|
|
18314
|
+
"name": "zeroListboxStyles",
|
|
18261
18315
|
"declaration": {
|
|
18262
|
-
"name": "
|
|
18263
|
-
"module": "src/
|
|
18316
|
+
"name": "zeroListboxStyles",
|
|
18317
|
+
"module": "src/listbox/listbox.styles.ts"
|
|
18264
18318
|
}
|
|
18265
18319
|
}
|
|
18266
18320
|
]
|
|
18267
18321
|
},
|
|
18268
18322
|
{
|
|
18269
18323
|
"kind": "javascript-module",
|
|
18270
|
-
"path": "src/
|
|
18324
|
+
"path": "src/listbox/listbox.template.ts",
|
|
18271
18325
|
"declarations": [
|
|
18272
18326
|
{
|
|
18273
18327
|
"kind": "function",
|
|
18274
|
-
"name": "
|
|
18328
|
+
"name": "zeroListboxTemplate",
|
|
18275
18329
|
"return": {
|
|
18276
18330
|
"type": {
|
|
18277
|
-
"text": "
|
|
18331
|
+
"text": "ViewTemplate<Listbox>"
|
|
18278
18332
|
}
|
|
18279
18333
|
},
|
|
18280
18334
|
"parameters": [
|
|
@@ -18296,185 +18350,158 @@
|
|
|
18296
18350
|
"exports": [
|
|
18297
18351
|
{
|
|
18298
18352
|
"kind": "js",
|
|
18299
|
-
"name": "
|
|
18353
|
+
"name": "zeroListboxTemplate",
|
|
18300
18354
|
"declaration": {
|
|
18301
|
-
"name": "
|
|
18302
|
-
"module": "src/
|
|
18355
|
+
"name": "zeroListboxTemplate",
|
|
18356
|
+
"module": "src/listbox/listbox.template.ts"
|
|
18303
18357
|
}
|
|
18304
18358
|
}
|
|
18305
18359
|
]
|
|
18306
18360
|
},
|
|
18307
18361
|
{
|
|
18308
18362
|
"kind": "javascript-module",
|
|
18309
|
-
"path": "src/
|
|
18363
|
+
"path": "src/listbox/listbox.ts",
|
|
18310
18364
|
"declarations": [
|
|
18311
18365
|
{
|
|
18312
18366
|
"kind": "class",
|
|
18313
18367
|
"description": "",
|
|
18314
|
-
"name": "
|
|
18368
|
+
"name": "Listbox",
|
|
18315
18369
|
"superclass": {
|
|
18316
|
-
"name": "
|
|
18370
|
+
"name": "FoundationListbox",
|
|
18317
18371
|
"package": "@genesislcap/foundation-ui"
|
|
18318
18372
|
},
|
|
18319
|
-
"tagName": "%%prefix%%-
|
|
18373
|
+
"tagName": "%%prefix%%-listbox",
|
|
18320
18374
|
"customElement": true,
|
|
18321
18375
|
"attributes": [
|
|
18322
18376
|
{
|
|
18323
|
-
"name": "name",
|
|
18324
18377
|
"type": {
|
|
18325
|
-
"text": "
|
|
18378
|
+
"text": "boolean"
|
|
18326
18379
|
},
|
|
18327
|
-
"
|
|
18380
|
+
"description": "The disabled state of the listbox.",
|
|
18381
|
+
"fieldName": "disabled",
|
|
18328
18382
|
"inheritedFrom": {
|
|
18329
|
-
"name": "
|
|
18330
|
-
"module": "src/
|
|
18383
|
+
"name": "Listbox",
|
|
18384
|
+
"module": "src/listbox/listbox.ts"
|
|
18331
18385
|
}
|
|
18332
|
-
}
|
|
18386
|
+
}
|
|
18387
|
+
],
|
|
18388
|
+
"members": [
|
|
18333
18389
|
{
|
|
18334
|
-
"
|
|
18390
|
+
"kind": "field",
|
|
18391
|
+
"name": "length",
|
|
18335
18392
|
"type": {
|
|
18336
|
-
"text": "
|
|
18393
|
+
"text": "number"
|
|
18337
18394
|
},
|
|
18338
|
-
"
|
|
18339
|
-
"
|
|
18395
|
+
"privacy": "public",
|
|
18396
|
+
"description": "The number of options.",
|
|
18340
18397
|
"inheritedFrom": {
|
|
18341
|
-
"name": "
|
|
18342
|
-
"module": "src/
|
|
18398
|
+
"name": "Listbox",
|
|
18399
|
+
"module": "src/listbox/listbox.ts"
|
|
18343
18400
|
}
|
|
18344
18401
|
},
|
|
18345
18402
|
{
|
|
18346
|
-
"
|
|
18403
|
+
"kind": "field",
|
|
18404
|
+
"name": "options",
|
|
18347
18405
|
"type": {
|
|
18348
|
-
"text": "
|
|
18406
|
+
"text": "ListboxOption[]"
|
|
18349
18407
|
},
|
|
18350
|
-
"
|
|
18351
|
-
"
|
|
18408
|
+
"privacy": "public",
|
|
18409
|
+
"description": "The list of options.",
|
|
18352
18410
|
"inheritedFrom": {
|
|
18353
|
-
"name": "
|
|
18354
|
-
"module": "src/
|
|
18411
|
+
"name": "Listbox",
|
|
18412
|
+
"module": "src/listbox/listbox.ts"
|
|
18355
18413
|
}
|
|
18356
|
-
}
|
|
18357
|
-
],
|
|
18358
|
-
"members": [
|
|
18414
|
+
},
|
|
18359
18415
|
{
|
|
18360
18416
|
"kind": "field",
|
|
18361
|
-
"name": "
|
|
18362
|
-
"
|
|
18363
|
-
"text": "HTMLElement"
|
|
18364
|
-
},
|
|
18417
|
+
"name": "typeAheadExpired",
|
|
18418
|
+
"privacy": "protected",
|
|
18365
18419
|
"inheritedFrom": {
|
|
18366
|
-
"name": "
|
|
18367
|
-
"module": "src/
|
|
18420
|
+
"name": "Listbox",
|
|
18421
|
+
"module": "src/listbox/listbox.ts"
|
|
18368
18422
|
}
|
|
18369
18423
|
},
|
|
18370
18424
|
{
|
|
18371
18425
|
"kind": "field",
|
|
18372
|
-
"name": "
|
|
18426
|
+
"name": "disabled",
|
|
18373
18427
|
"type": {
|
|
18374
|
-
"text": "
|
|
18428
|
+
"text": "boolean"
|
|
18375
18429
|
},
|
|
18430
|
+
"privacy": "public",
|
|
18431
|
+
"description": "The disabled state of the listbox.",
|
|
18376
18432
|
"inheritedFrom": {
|
|
18377
|
-
"name": "
|
|
18378
|
-
"module": "src/
|
|
18433
|
+
"name": "Listbox",
|
|
18434
|
+
"module": "src/listbox/listbox.ts"
|
|
18379
18435
|
}
|
|
18380
18436
|
},
|
|
18381
18437
|
{
|
|
18382
|
-
"kind": "
|
|
18383
|
-
"name": "
|
|
18384
|
-
"
|
|
18385
|
-
|
|
18386
|
-
|
|
18387
|
-
|
|
18388
|
-
|
|
18389
|
-
|
|
18390
|
-
},
|
|
18391
|
-
{
|
|
18392
|
-
"name": "newValue",
|
|
18393
|
-
"type": {
|
|
18394
|
-
"text": "string"
|
|
18395
|
-
}
|
|
18396
|
-
}
|
|
18397
|
-
],
|
|
18438
|
+
"kind": "field",
|
|
18439
|
+
"name": "selectedIndex",
|
|
18440
|
+
"type": {
|
|
18441
|
+
"text": "number"
|
|
18442
|
+
},
|
|
18443
|
+
"privacy": "public",
|
|
18444
|
+
"default": "-1",
|
|
18445
|
+
"description": "The index of the selected option.",
|
|
18398
18446
|
"inheritedFrom": {
|
|
18399
|
-
"name": "
|
|
18400
|
-
"module": "src/
|
|
18447
|
+
"name": "Listbox",
|
|
18448
|
+
"module": "src/listbox/listbox.ts"
|
|
18401
18449
|
}
|
|
18402
18450
|
},
|
|
18403
18451
|
{
|
|
18404
18452
|
"kind": "field",
|
|
18405
|
-
"name": "
|
|
18453
|
+
"name": "selectedOptions",
|
|
18406
18454
|
"type": {
|
|
18407
|
-
"text": "
|
|
18455
|
+
"text": "ListboxOption[]"
|
|
18408
18456
|
},
|
|
18409
|
-
"
|
|
18457
|
+
"privacy": "public",
|
|
18458
|
+
"default": "[]",
|
|
18459
|
+
"description": "A collection of the selected options.",
|
|
18410
18460
|
"inheritedFrom": {
|
|
18411
|
-
"name": "
|
|
18412
|
-
"module": "src/
|
|
18461
|
+
"name": "Listbox",
|
|
18462
|
+
"module": "src/listbox/listbox.ts"
|
|
18413
18463
|
}
|
|
18414
18464
|
},
|
|
18415
18465
|
{
|
|
18416
|
-
"kind": "
|
|
18417
|
-
"name": "
|
|
18466
|
+
"kind": "field",
|
|
18467
|
+
"name": "slottedOptionFilter",
|
|
18468
|
+
"privacy": "public",
|
|
18469
|
+
"static": true,
|
|
18470
|
+
"description": "A static filter to include only selectable options.",
|
|
18418
18471
|
"parameters": [
|
|
18419
18472
|
{
|
|
18420
|
-
"
|
|
18421
|
-
"
|
|
18422
|
-
"text": "string"
|
|
18423
|
-
}
|
|
18424
|
-
},
|
|
18425
|
-
{
|
|
18426
|
-
"name": "newValue",
|
|
18427
|
-
"type": {
|
|
18428
|
-
"text": "string"
|
|
18429
|
-
}
|
|
18473
|
+
"description": "element to filter",
|
|
18474
|
+
"name": "n"
|
|
18430
18475
|
}
|
|
18431
18476
|
],
|
|
18432
18477
|
"inheritedFrom": {
|
|
18433
|
-
"name": "
|
|
18434
|
-
"module": "src/
|
|
18435
|
-
}
|
|
18436
|
-
},
|
|
18437
|
-
{
|
|
18438
|
-
"kind": "field",
|
|
18439
|
-
"name": "variant",
|
|
18440
|
-
"type": {
|
|
18441
|
-
"text": "IconStyle"
|
|
18442
|
-
},
|
|
18443
|
-
"default": "'solid'",
|
|
18444
|
-
"inheritedFrom": {
|
|
18445
|
-
"name": "Icon",
|
|
18446
|
-
"module": "src/icon/icon.ts"
|
|
18478
|
+
"name": "Listbox",
|
|
18479
|
+
"module": "src/listbox/listbox.ts"
|
|
18447
18480
|
}
|
|
18448
18481
|
},
|
|
18449
18482
|
{
|
|
18450
18483
|
"kind": "method",
|
|
18451
|
-
"name": "
|
|
18452
|
-
"
|
|
18453
|
-
|
|
18454
|
-
|
|
18455
|
-
"
|
|
18456
|
-
"text": "string"
|
|
18457
|
-
}
|
|
18458
|
-
},
|
|
18459
|
-
{
|
|
18460
|
-
"name": "newValue",
|
|
18461
|
-
"type": {
|
|
18462
|
-
"text": "string"
|
|
18463
|
-
}
|
|
18484
|
+
"name": "selectFirstOption",
|
|
18485
|
+
"privacy": "public",
|
|
18486
|
+
"return": {
|
|
18487
|
+
"type": {
|
|
18488
|
+
"text": "void"
|
|
18464
18489
|
}
|
|
18465
|
-
|
|
18490
|
+
},
|
|
18491
|
+
"description": "Moves focus to the first selectable option.",
|
|
18466
18492
|
"inheritedFrom": {
|
|
18467
|
-
"name": "
|
|
18468
|
-
"module": "src/
|
|
18493
|
+
"name": "Listbox",
|
|
18494
|
+
"module": "src/listbox/listbox.ts"
|
|
18469
18495
|
}
|
|
18470
18496
|
},
|
|
18471
18497
|
{
|
|
18472
18498
|
"kind": "method",
|
|
18473
|
-
"name": "
|
|
18499
|
+
"name": "setSelectedOptions",
|
|
18474
18500
|
"privacy": "public",
|
|
18501
|
+
"description": "Sets an option as selected and gives it focus.",
|
|
18475
18502
|
"inheritedFrom": {
|
|
18476
|
-
"name": "
|
|
18477
|
-
"module": "src/
|
|
18503
|
+
"name": "Listbox",
|
|
18504
|
+
"module": "src/listbox/listbox.ts"
|
|
18478
18505
|
}
|
|
18479
18506
|
},
|
|
18480
18507
|
{
|
|
@@ -18486,8 +18513,8 @@
|
|
|
18486
18513
|
"privacy": "private",
|
|
18487
18514
|
"default": "void 0",
|
|
18488
18515
|
"inheritedFrom": {
|
|
18489
|
-
"name": "
|
|
18490
|
-
"module": "src/
|
|
18516
|
+
"name": "Listbox",
|
|
18517
|
+
"module": "src/listbox/listbox.ts"
|
|
18491
18518
|
}
|
|
18492
18519
|
},
|
|
18493
18520
|
{
|
|
@@ -18499,8 +18526,8 @@
|
|
|
18499
18526
|
"privacy": "public",
|
|
18500
18527
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18501
18528
|
"inheritedFrom": {
|
|
18502
|
-
"name": "
|
|
18503
|
-
"module": "src/
|
|
18529
|
+
"name": "Listbox",
|
|
18530
|
+
"module": "src/listbox/listbox.ts"
|
|
18504
18531
|
}
|
|
18505
18532
|
},
|
|
18506
18533
|
{
|
|
@@ -18512,8 +18539,8 @@
|
|
|
18512
18539
|
"privacy": "public",
|
|
18513
18540
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
18514
18541
|
"inheritedFrom": {
|
|
18515
|
-
"name": "
|
|
18516
|
-
"module": "src/
|
|
18542
|
+
"name": "Listbox",
|
|
18543
|
+
"module": "src/listbox/listbox.ts"
|
|
18517
18544
|
}
|
|
18518
18545
|
},
|
|
18519
18546
|
{
|
|
@@ -18526,8 +18553,8 @@
|
|
|
18526
18553
|
}
|
|
18527
18554
|
},
|
|
18528
18555
|
"inheritedFrom": {
|
|
18529
|
-
"name": "
|
|
18530
|
-
"module": "src/
|
|
18556
|
+
"name": "Listbox",
|
|
18557
|
+
"module": "src/listbox/listbox.ts"
|
|
18531
18558
|
}
|
|
18532
18559
|
},
|
|
18533
18560
|
{
|
|
@@ -18539,8 +18566,8 @@
|
|
|
18539
18566
|
"privacy": "public",
|
|
18540
18567
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
18541
18568
|
"inheritedFrom": {
|
|
18542
|
-
"name": "
|
|
18543
|
-
"module": "src/
|
|
18569
|
+
"name": "Listbox",
|
|
18570
|
+
"module": "src/listbox/listbox.ts"
|
|
18544
18571
|
}
|
|
18545
18572
|
},
|
|
18546
18573
|
{
|
|
@@ -18553,8 +18580,8 @@
|
|
|
18553
18580
|
}
|
|
18554
18581
|
},
|
|
18555
18582
|
"inheritedFrom": {
|
|
18556
|
-
"name": "
|
|
18557
|
-
"module": "src/
|
|
18583
|
+
"name": "Listbox",
|
|
18584
|
+
"module": "src/listbox/listbox.ts"
|
|
18558
18585
|
}
|
|
18559
18586
|
},
|
|
18560
18587
|
{
|
|
@@ -18584,119 +18611,39 @@
|
|
|
18584
18611
|
],
|
|
18585
18612
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18586
18613
|
"inheritedFrom": {
|
|
18587
|
-
"name": "
|
|
18588
|
-
"module": "src/
|
|
18614
|
+
"name": "Listbox",
|
|
18615
|
+
"module": "src/listbox/listbox.ts"
|
|
18589
18616
|
}
|
|
18590
18617
|
}
|
|
18591
18618
|
]
|
|
18592
18619
|
},
|
|
18593
18620
|
{
|
|
18594
18621
|
"kind": "variable",
|
|
18595
|
-
"name": "
|
|
18596
|
-
"default": "foundationIconConfig"
|
|
18597
|
-
},
|
|
18598
|
-
{
|
|
18599
|
-
"kind": "variable",
|
|
18600
|
-
"name": "zeroIconShadowOptions",
|
|
18601
|
-
"default": "foundationIconShadowOptions"
|
|
18602
|
-
},
|
|
18603
|
-
{
|
|
18604
|
-
"kind": "variable",
|
|
18605
|
-
"name": "zeroIcon"
|
|
18622
|
+
"name": "zeroListbox"
|
|
18606
18623
|
}
|
|
18607
18624
|
],
|
|
18608
18625
|
"exports": [
|
|
18609
18626
|
{
|
|
18610
18627
|
"kind": "js",
|
|
18611
|
-
"name": "
|
|
18612
|
-
"declaration": {
|
|
18613
|
-
"name": "Icon",
|
|
18614
|
-
"module": "src/icon/icon.ts"
|
|
18615
|
-
}
|
|
18616
|
-
},
|
|
18617
|
-
{
|
|
18618
|
-
"kind": "js",
|
|
18619
|
-
"name": "defaultIconConfig",
|
|
18620
|
-
"declaration": {
|
|
18621
|
-
"name": "defaultIconConfig",
|
|
18622
|
-
"module": "src/icon/icon.ts"
|
|
18623
|
-
}
|
|
18624
|
-
},
|
|
18625
|
-
{
|
|
18626
|
-
"kind": "js",
|
|
18627
|
-
"name": "zeroIconShadowOptions",
|
|
18628
|
-
"declaration": {
|
|
18629
|
-
"name": "zeroIconShadowOptions",
|
|
18630
|
-
"module": "src/icon/icon.ts"
|
|
18631
|
-
}
|
|
18632
|
-
},
|
|
18633
|
-
{
|
|
18634
|
-
"kind": "js",
|
|
18635
|
-
"name": "zeroIcon",
|
|
18636
|
-
"declaration": {
|
|
18637
|
-
"name": "zeroIcon",
|
|
18638
|
-
"module": "src/icon/icon.ts"
|
|
18639
|
-
}
|
|
18640
|
-
}
|
|
18641
|
-
]
|
|
18642
|
-
},
|
|
18643
|
-
{
|
|
18644
|
-
"kind": "javascript-module",
|
|
18645
|
-
"path": "src/icon/index.ts",
|
|
18646
|
-
"declarations": [],
|
|
18647
|
-
"exports": [
|
|
18648
|
-
{
|
|
18649
|
-
"kind": "js",
|
|
18650
|
-
"name": "*",
|
|
18651
|
-
"declaration": {
|
|
18652
|
-
"name": "*",
|
|
18653
|
-
"package": "./icon"
|
|
18654
|
-
}
|
|
18655
|
-
},
|
|
18656
|
-
{
|
|
18657
|
-
"kind": "js",
|
|
18658
|
-
"name": "*",
|
|
18659
|
-
"declaration": {
|
|
18660
|
-
"name": "*",
|
|
18661
|
-
"package": "./icon.styles"
|
|
18662
|
-
}
|
|
18663
|
-
}
|
|
18664
|
-
]
|
|
18665
|
-
},
|
|
18666
|
-
{
|
|
18667
|
-
"kind": "javascript-module",
|
|
18668
|
-
"path": "src/listbox/index.ts",
|
|
18669
|
-
"declarations": [],
|
|
18670
|
-
"exports": [
|
|
18671
|
-
{
|
|
18672
|
-
"kind": "js",
|
|
18673
|
-
"name": "*",
|
|
18674
|
-
"declaration": {
|
|
18675
|
-
"name": "*",
|
|
18676
|
-
"package": "./listbox.template"
|
|
18677
|
-
}
|
|
18678
|
-
},
|
|
18679
|
-
{
|
|
18680
|
-
"kind": "js",
|
|
18681
|
-
"name": "*",
|
|
18628
|
+
"name": "Listbox",
|
|
18682
18629
|
"declaration": {
|
|
18683
|
-
"name": "
|
|
18684
|
-
"
|
|
18630
|
+
"name": "Listbox",
|
|
18631
|
+
"module": "src/listbox/listbox.ts"
|
|
18685
18632
|
}
|
|
18686
18633
|
},
|
|
18687
18634
|
{
|
|
18688
18635
|
"kind": "js",
|
|
18689
|
-
"name": "
|
|
18636
|
+
"name": "zeroListbox",
|
|
18690
18637
|
"declaration": {
|
|
18691
|
-
"name": "
|
|
18692
|
-
"
|
|
18638
|
+
"name": "zeroListbox",
|
|
18639
|
+
"module": "src/listbox/listbox.ts"
|
|
18693
18640
|
}
|
|
18694
18641
|
}
|
|
18695
18642
|
]
|
|
18696
18643
|
},
|
|
18697
18644
|
{
|
|
18698
18645
|
"kind": "javascript-module",
|
|
18699
|
-
"path": "src/
|
|
18646
|
+
"path": "src/icon/icon.stories.ts",
|
|
18700
18647
|
"declarations": [
|
|
18701
18648
|
{
|
|
18702
18649
|
"kind": "variable",
|
|
@@ -18704,15 +18651,23 @@
|
|
|
18704
18651
|
"type": {
|
|
18705
18652
|
"text": "Meta"
|
|
18706
18653
|
},
|
|
18707
|
-
"default": "{\n title: '
|
|
18654
|
+
"default": "{\n title: 'Icon',\n component: 'zero-icon',\n}"
|
|
18708
18655
|
},
|
|
18709
18656
|
{
|
|
18710
18657
|
"kind": "variable",
|
|
18711
|
-
"name": "
|
|
18658
|
+
"name": "Multiple",
|
|
18712
18659
|
"type": {
|
|
18713
18660
|
"text": "StoryObj"
|
|
18714
18661
|
},
|
|
18715
|
-
"default": "{\n render: () => html`\n <zero-
|
|
18662
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-icon name=\"glasses\" size=\"1x\"></zero-icon>\n <zero-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"apple\" size=\"4x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"ambulance\" size=\"xs\"></zero-icon>\n <zero-icon name=\"angry\" size=\"1x\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"angry\" size=\"sm\"></zero-icon>\n <zero-icon name=\"address-book\" size=\"lg\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></zero-icon>\n <zero-icon name=\"bookmark\" size=\"2xl;\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></zero-icon>\n </div>\n `,\n}"
|
|
18663
|
+
},
|
|
18664
|
+
{
|
|
18665
|
+
"kind": "variable",
|
|
18666
|
+
"name": "Configurable",
|
|
18667
|
+
"type": {
|
|
18668
|
+
"text": "StoryObj"
|
|
18669
|
+
},
|
|
18670
|
+
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <zero-icon name=\"${name}\" size=\"${size}\" variant=\"${variant}\"></zero-icon>\n `,\n}"
|
|
18716
18671
|
}
|
|
18717
18672
|
],
|
|
18718
18673
|
"exports": [
|
|
@@ -18721,68 +18676,37 @@
|
|
|
18721
18676
|
"name": "default",
|
|
18722
18677
|
"declaration": {
|
|
18723
18678
|
"name": "meta",
|
|
18724
|
-
"module": "src/
|
|
18679
|
+
"module": "src/icon/icon.stories.ts"
|
|
18725
18680
|
}
|
|
18726
18681
|
},
|
|
18727
18682
|
{
|
|
18728
18683
|
"kind": "js",
|
|
18729
|
-
"name": "
|
|
18684
|
+
"name": "Multiple",
|
|
18730
18685
|
"declaration": {
|
|
18731
|
-
"name": "
|
|
18732
|
-
"module": "src/
|
|
18686
|
+
"name": "Multiple",
|
|
18687
|
+
"module": "src/icon/icon.stories.ts"
|
|
18733
18688
|
}
|
|
18734
|
-
}
|
|
18735
|
-
]
|
|
18736
|
-
},
|
|
18737
|
-
{
|
|
18738
|
-
"kind": "javascript-module",
|
|
18739
|
-
"path": "src/listbox/listbox.styles.ts",
|
|
18740
|
-
"declarations": [
|
|
18741
|
-
{
|
|
18742
|
-
"kind": "function",
|
|
18743
|
-
"name": "zeroListboxStyles",
|
|
18744
|
-
"return": {
|
|
18745
|
-
"type": {
|
|
18746
|
-
"text": "ElementStyles"
|
|
18747
|
-
}
|
|
18748
|
-
},
|
|
18749
|
-
"parameters": [
|
|
18750
|
-
{
|
|
18751
|
-
"name": "context",
|
|
18752
|
-
"type": {
|
|
18753
|
-
"text": "ElementDefinitionContext"
|
|
18754
|
-
}
|
|
18755
|
-
},
|
|
18756
|
-
{
|
|
18757
|
-
"name": "definition",
|
|
18758
|
-
"type": {
|
|
18759
|
-
"text": "FoundationElementDefinition"
|
|
18760
|
-
}
|
|
18761
|
-
}
|
|
18762
|
-
]
|
|
18763
|
-
}
|
|
18764
|
-
],
|
|
18765
|
-
"exports": [
|
|
18689
|
+
},
|
|
18766
18690
|
{
|
|
18767
18691
|
"kind": "js",
|
|
18768
|
-
"name": "
|
|
18692
|
+
"name": "Configurable",
|
|
18769
18693
|
"declaration": {
|
|
18770
|
-
"name": "
|
|
18771
|
-
"module": "src/
|
|
18694
|
+
"name": "Configurable",
|
|
18695
|
+
"module": "src/icon/icon.stories.ts"
|
|
18772
18696
|
}
|
|
18773
18697
|
}
|
|
18774
18698
|
]
|
|
18775
18699
|
},
|
|
18776
18700
|
{
|
|
18777
18701
|
"kind": "javascript-module",
|
|
18778
|
-
"path": "src/
|
|
18702
|
+
"path": "src/icon/icon.styles.ts",
|
|
18779
18703
|
"declarations": [
|
|
18780
18704
|
{
|
|
18781
18705
|
"kind": "function",
|
|
18782
|
-
"name": "
|
|
18706
|
+
"name": "zeroIconStyles",
|
|
18783
18707
|
"return": {
|
|
18784
18708
|
"type": {
|
|
18785
|
-
"text": "
|
|
18709
|
+
"text": "ElementStyles"
|
|
18786
18710
|
}
|
|
18787
18711
|
},
|
|
18788
18712
|
"parameters": [
|
|
@@ -18804,158 +18728,185 @@
|
|
|
18804
18728
|
"exports": [
|
|
18805
18729
|
{
|
|
18806
18730
|
"kind": "js",
|
|
18807
|
-
"name": "
|
|
18731
|
+
"name": "zeroIconStyles",
|
|
18808
18732
|
"declaration": {
|
|
18809
|
-
"name": "
|
|
18810
|
-
"module": "src/
|
|
18733
|
+
"name": "zeroIconStyles",
|
|
18734
|
+
"module": "src/icon/icon.styles.ts"
|
|
18811
18735
|
}
|
|
18812
18736
|
}
|
|
18813
18737
|
]
|
|
18814
18738
|
},
|
|
18815
18739
|
{
|
|
18816
18740
|
"kind": "javascript-module",
|
|
18817
|
-
"path": "src/
|
|
18741
|
+
"path": "src/icon/icon.ts",
|
|
18818
18742
|
"declarations": [
|
|
18819
18743
|
{
|
|
18820
18744
|
"kind": "class",
|
|
18821
18745
|
"description": "",
|
|
18822
|
-
"name": "
|
|
18746
|
+
"name": "Icon",
|
|
18823
18747
|
"superclass": {
|
|
18824
|
-
"name": "
|
|
18748
|
+
"name": "FoundationIcon",
|
|
18825
18749
|
"package": "@genesislcap/foundation-ui"
|
|
18826
18750
|
},
|
|
18827
|
-
"tagName": "%%prefix%%-
|
|
18751
|
+
"tagName": "%%prefix%%-icon",
|
|
18828
18752
|
"customElement": true,
|
|
18829
18753
|
"attributes": [
|
|
18830
18754
|
{
|
|
18755
|
+
"name": "name",
|
|
18831
18756
|
"type": {
|
|
18832
|
-
"text": "
|
|
18757
|
+
"text": "IconName"
|
|
18833
18758
|
},
|
|
18834
|
-
"
|
|
18835
|
-
"fieldName": "disabled",
|
|
18759
|
+
"fieldName": "name",
|
|
18836
18760
|
"inheritedFrom": {
|
|
18837
|
-
"name": "
|
|
18838
|
-
"module": "src/
|
|
18761
|
+
"name": "Icon",
|
|
18762
|
+
"module": "src/icon/icon.ts"
|
|
18839
18763
|
}
|
|
18840
|
-
}
|
|
18841
|
-
],
|
|
18842
|
-
"members": [
|
|
18764
|
+
},
|
|
18843
18765
|
{
|
|
18844
|
-
"
|
|
18845
|
-
"name": "length",
|
|
18766
|
+
"name": "size",
|
|
18846
18767
|
"type": {
|
|
18847
|
-
"text": "
|
|
18768
|
+
"text": "FaSize"
|
|
18848
18769
|
},
|
|
18849
|
-
"
|
|
18850
|
-
"
|
|
18770
|
+
"default": "'sm'",
|
|
18771
|
+
"fieldName": "size",
|
|
18851
18772
|
"inheritedFrom": {
|
|
18852
|
-
"name": "
|
|
18853
|
-
"module": "src/
|
|
18773
|
+
"name": "Icon",
|
|
18774
|
+
"module": "src/icon/icon.ts"
|
|
18854
18775
|
}
|
|
18855
18776
|
},
|
|
18856
18777
|
{
|
|
18857
|
-
"
|
|
18858
|
-
"name": "options",
|
|
18778
|
+
"name": "variant",
|
|
18859
18779
|
"type": {
|
|
18860
|
-
"text": "
|
|
18780
|
+
"text": "IconStyle"
|
|
18861
18781
|
},
|
|
18862
|
-
"
|
|
18863
|
-
"
|
|
18782
|
+
"default": "'solid'",
|
|
18783
|
+
"fieldName": "variant",
|
|
18864
18784
|
"inheritedFrom": {
|
|
18865
|
-
"name": "
|
|
18866
|
-
"module": "src/
|
|
18785
|
+
"name": "Icon",
|
|
18786
|
+
"module": "src/icon/icon.ts"
|
|
18867
18787
|
}
|
|
18868
|
-
}
|
|
18788
|
+
}
|
|
18789
|
+
],
|
|
18790
|
+
"members": [
|
|
18869
18791
|
{
|
|
18870
18792
|
"kind": "field",
|
|
18871
|
-
"name": "
|
|
18872
|
-
"
|
|
18793
|
+
"name": "iElement",
|
|
18794
|
+
"type": {
|
|
18795
|
+
"text": "HTMLElement"
|
|
18796
|
+
},
|
|
18873
18797
|
"inheritedFrom": {
|
|
18874
|
-
"name": "
|
|
18875
|
-
"module": "src/
|
|
18798
|
+
"name": "Icon",
|
|
18799
|
+
"module": "src/icon/icon.ts"
|
|
18876
18800
|
}
|
|
18877
18801
|
},
|
|
18878
18802
|
{
|
|
18879
18803
|
"kind": "field",
|
|
18880
|
-
"name": "
|
|
18804
|
+
"name": "name",
|
|
18881
18805
|
"type": {
|
|
18882
|
-
"text": "
|
|
18806
|
+
"text": "IconName"
|
|
18883
18807
|
},
|
|
18884
|
-
"privacy": "public",
|
|
18885
|
-
"description": "The disabled state of the listbox.",
|
|
18886
18808
|
"inheritedFrom": {
|
|
18887
|
-
"name": "
|
|
18888
|
-
"module": "src/
|
|
18809
|
+
"name": "Icon",
|
|
18810
|
+
"module": "src/icon/icon.ts"
|
|
18889
18811
|
}
|
|
18890
18812
|
},
|
|
18891
18813
|
{
|
|
18892
|
-
"kind": "
|
|
18893
|
-
"name": "
|
|
18894
|
-
"
|
|
18895
|
-
|
|
18896
|
-
|
|
18897
|
-
|
|
18898
|
-
|
|
18899
|
-
|
|
18814
|
+
"kind": "method",
|
|
18815
|
+
"name": "nameChanged",
|
|
18816
|
+
"parameters": [
|
|
18817
|
+
{
|
|
18818
|
+
"name": "oldValue",
|
|
18819
|
+
"type": {
|
|
18820
|
+
"text": "string"
|
|
18821
|
+
}
|
|
18822
|
+
},
|
|
18823
|
+
{
|
|
18824
|
+
"name": "newValue",
|
|
18825
|
+
"type": {
|
|
18826
|
+
"text": "string"
|
|
18827
|
+
}
|
|
18828
|
+
}
|
|
18829
|
+
],
|
|
18900
18830
|
"inheritedFrom": {
|
|
18901
|
-
"name": "
|
|
18902
|
-
"module": "src/
|
|
18831
|
+
"name": "Icon",
|
|
18832
|
+
"module": "src/icon/icon.ts"
|
|
18903
18833
|
}
|
|
18904
18834
|
},
|
|
18905
18835
|
{
|
|
18906
18836
|
"kind": "field",
|
|
18907
|
-
"name": "
|
|
18837
|
+
"name": "size",
|
|
18908
18838
|
"type": {
|
|
18909
|
-
"text": "
|
|
18839
|
+
"text": "FaSize"
|
|
18910
18840
|
},
|
|
18911
|
-
"
|
|
18912
|
-
"default": "[]",
|
|
18913
|
-
"description": "A collection of the selected options.",
|
|
18841
|
+
"default": "'sm'",
|
|
18914
18842
|
"inheritedFrom": {
|
|
18915
|
-
"name": "
|
|
18916
|
-
"module": "src/
|
|
18843
|
+
"name": "Icon",
|
|
18844
|
+
"module": "src/icon/icon.ts"
|
|
18917
18845
|
}
|
|
18918
18846
|
},
|
|
18919
18847
|
{
|
|
18920
|
-
"kind": "
|
|
18921
|
-
"name": "
|
|
18922
|
-
"privacy": "public",
|
|
18923
|
-
"static": true,
|
|
18924
|
-
"description": "A static filter to include only selectable options.",
|
|
18848
|
+
"kind": "method",
|
|
18849
|
+
"name": "sizeChanged",
|
|
18925
18850
|
"parameters": [
|
|
18926
18851
|
{
|
|
18927
|
-
"
|
|
18928
|
-
"
|
|
18852
|
+
"name": "oldValue",
|
|
18853
|
+
"type": {
|
|
18854
|
+
"text": "string"
|
|
18855
|
+
}
|
|
18856
|
+
},
|
|
18857
|
+
{
|
|
18858
|
+
"name": "newValue",
|
|
18859
|
+
"type": {
|
|
18860
|
+
"text": "string"
|
|
18861
|
+
}
|
|
18929
18862
|
}
|
|
18930
18863
|
],
|
|
18931
18864
|
"inheritedFrom": {
|
|
18932
|
-
"name": "
|
|
18933
|
-
"module": "src/
|
|
18865
|
+
"name": "Icon",
|
|
18866
|
+
"module": "src/icon/icon.ts"
|
|
18867
|
+
}
|
|
18868
|
+
},
|
|
18869
|
+
{
|
|
18870
|
+
"kind": "field",
|
|
18871
|
+
"name": "variant",
|
|
18872
|
+
"type": {
|
|
18873
|
+
"text": "IconStyle"
|
|
18874
|
+
},
|
|
18875
|
+
"default": "'solid'",
|
|
18876
|
+
"inheritedFrom": {
|
|
18877
|
+
"name": "Icon",
|
|
18878
|
+
"module": "src/icon/icon.ts"
|
|
18934
18879
|
}
|
|
18935
18880
|
},
|
|
18936
18881
|
{
|
|
18937
18882
|
"kind": "method",
|
|
18938
|
-
"name": "
|
|
18939
|
-
"
|
|
18940
|
-
|
|
18941
|
-
|
|
18942
|
-
"
|
|
18883
|
+
"name": "variantChanged",
|
|
18884
|
+
"parameters": [
|
|
18885
|
+
{
|
|
18886
|
+
"name": "oldValue",
|
|
18887
|
+
"type": {
|
|
18888
|
+
"text": "string"
|
|
18889
|
+
}
|
|
18890
|
+
},
|
|
18891
|
+
{
|
|
18892
|
+
"name": "newValue",
|
|
18893
|
+
"type": {
|
|
18894
|
+
"text": "string"
|
|
18895
|
+
}
|
|
18943
18896
|
}
|
|
18944
|
-
|
|
18945
|
-
"description": "Moves focus to the first selectable option.",
|
|
18897
|
+
],
|
|
18946
18898
|
"inheritedFrom": {
|
|
18947
|
-
"name": "
|
|
18948
|
-
"module": "src/
|
|
18899
|
+
"name": "Icon",
|
|
18900
|
+
"module": "src/icon/icon.ts"
|
|
18949
18901
|
}
|
|
18950
18902
|
},
|
|
18951
18903
|
{
|
|
18952
18904
|
"kind": "method",
|
|
18953
|
-
"name": "
|
|
18905
|
+
"name": "loadIcon",
|
|
18954
18906
|
"privacy": "public",
|
|
18955
|
-
"description": "Sets an option as selected and gives it focus.",
|
|
18956
18907
|
"inheritedFrom": {
|
|
18957
|
-
"name": "
|
|
18958
|
-
"module": "src/
|
|
18908
|
+
"name": "Icon",
|
|
18909
|
+
"module": "src/icon/icon.ts"
|
|
18959
18910
|
}
|
|
18960
18911
|
},
|
|
18961
18912
|
{
|
|
@@ -18967,8 +18918,8 @@
|
|
|
18967
18918
|
"privacy": "private",
|
|
18968
18919
|
"default": "void 0",
|
|
18969
18920
|
"inheritedFrom": {
|
|
18970
|
-
"name": "
|
|
18971
|
-
"module": "src/
|
|
18921
|
+
"name": "FoundationElement",
|
|
18922
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18972
18923
|
}
|
|
18973
18924
|
},
|
|
18974
18925
|
{
|
|
@@ -18980,8 +18931,8 @@
|
|
|
18980
18931
|
"privacy": "public",
|
|
18981
18932
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18982
18933
|
"inheritedFrom": {
|
|
18983
|
-
"name": "
|
|
18984
|
-
"module": "src/
|
|
18934
|
+
"name": "FoundationElement",
|
|
18935
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18985
18936
|
}
|
|
18986
18937
|
},
|
|
18987
18938
|
{
|
|
@@ -18993,8 +18944,8 @@
|
|
|
18993
18944
|
"privacy": "public",
|
|
18994
18945
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
18995
18946
|
"inheritedFrom": {
|
|
18996
|
-
"name": "
|
|
18997
|
-
"module": "src/
|
|
18947
|
+
"name": "FoundationElement",
|
|
18948
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18998
18949
|
}
|
|
18999
18950
|
},
|
|
19000
18951
|
{
|
|
@@ -19007,8 +18958,8 @@
|
|
|
19007
18958
|
}
|
|
19008
18959
|
},
|
|
19009
18960
|
"inheritedFrom": {
|
|
19010
|
-
"name": "
|
|
19011
|
-
"module": "src/
|
|
18961
|
+
"name": "FoundationElement",
|
|
18962
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19012
18963
|
}
|
|
19013
18964
|
},
|
|
19014
18965
|
{
|
|
@@ -19020,8 +18971,8 @@
|
|
|
19020
18971
|
"privacy": "public",
|
|
19021
18972
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
19022
18973
|
"inheritedFrom": {
|
|
19023
|
-
"name": "
|
|
19024
|
-
"module": "src/
|
|
18974
|
+
"name": "FoundationElement",
|
|
18975
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19025
18976
|
}
|
|
19026
18977
|
},
|
|
19027
18978
|
{
|
|
@@ -19034,8 +18985,8 @@
|
|
|
19034
18985
|
}
|
|
19035
18986
|
},
|
|
19036
18987
|
"inheritedFrom": {
|
|
19037
|
-
"name": "
|
|
19038
|
-
"module": "src/
|
|
18988
|
+
"name": "FoundationElement",
|
|
18989
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19039
18990
|
}
|
|
19040
18991
|
},
|
|
19041
18992
|
{
|
|
@@ -19065,32 +19016,81 @@
|
|
|
19065
19016
|
],
|
|
19066
19017
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
19067
19018
|
"inheritedFrom": {
|
|
19068
|
-
"name": "
|
|
19069
|
-
"module": "src/
|
|
19019
|
+
"name": "FoundationElement",
|
|
19020
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19070
19021
|
}
|
|
19071
19022
|
}
|
|
19072
19023
|
]
|
|
19073
19024
|
},
|
|
19074
19025
|
{
|
|
19075
19026
|
"kind": "variable",
|
|
19076
|
-
"name": "
|
|
19027
|
+
"name": "defaultIconConfig",
|
|
19028
|
+
"default": "foundationIconConfig"
|
|
19029
|
+
},
|
|
19030
|
+
{
|
|
19031
|
+
"kind": "variable",
|
|
19032
|
+
"name": "zeroIconShadowOptions",
|
|
19033
|
+
"default": "foundationIconShadowOptions"
|
|
19034
|
+
},
|
|
19035
|
+
{
|
|
19036
|
+
"kind": "variable",
|
|
19037
|
+
"name": "zeroIcon"
|
|
19077
19038
|
}
|
|
19078
19039
|
],
|
|
19079
19040
|
"exports": [
|
|
19080
19041
|
{
|
|
19081
19042
|
"kind": "js",
|
|
19082
|
-
"name": "
|
|
19043
|
+
"name": "Icon",
|
|
19083
19044
|
"declaration": {
|
|
19084
|
-
"name": "
|
|
19085
|
-
"module": "src/
|
|
19045
|
+
"name": "Icon",
|
|
19046
|
+
"module": "src/icon/icon.ts"
|
|
19086
19047
|
}
|
|
19087
19048
|
},
|
|
19088
19049
|
{
|
|
19089
19050
|
"kind": "js",
|
|
19090
|
-
"name": "
|
|
19051
|
+
"name": "defaultIconConfig",
|
|
19091
19052
|
"declaration": {
|
|
19092
|
-
"name": "
|
|
19093
|
-
"module": "src/
|
|
19053
|
+
"name": "defaultIconConfig",
|
|
19054
|
+
"module": "src/icon/icon.ts"
|
|
19055
|
+
}
|
|
19056
|
+
},
|
|
19057
|
+
{
|
|
19058
|
+
"kind": "js",
|
|
19059
|
+
"name": "zeroIconShadowOptions",
|
|
19060
|
+
"declaration": {
|
|
19061
|
+
"name": "zeroIconShadowOptions",
|
|
19062
|
+
"module": "src/icon/icon.ts"
|
|
19063
|
+
}
|
|
19064
|
+
},
|
|
19065
|
+
{
|
|
19066
|
+
"kind": "js",
|
|
19067
|
+
"name": "zeroIcon",
|
|
19068
|
+
"declaration": {
|
|
19069
|
+
"name": "zeroIcon",
|
|
19070
|
+
"module": "src/icon/icon.ts"
|
|
19071
|
+
}
|
|
19072
|
+
}
|
|
19073
|
+
]
|
|
19074
|
+
},
|
|
19075
|
+
{
|
|
19076
|
+
"kind": "javascript-module",
|
|
19077
|
+
"path": "src/icon/index.ts",
|
|
19078
|
+
"declarations": [],
|
|
19079
|
+
"exports": [
|
|
19080
|
+
{
|
|
19081
|
+
"kind": "js",
|
|
19082
|
+
"name": "*",
|
|
19083
|
+
"declaration": {
|
|
19084
|
+
"name": "*",
|
|
19085
|
+
"package": "./icon"
|
|
19086
|
+
}
|
|
19087
|
+
},
|
|
19088
|
+
{
|
|
19089
|
+
"kind": "js",
|
|
19090
|
+
"name": "*",
|
|
19091
|
+
"declaration": {
|
|
19092
|
+
"name": "*",
|
|
19093
|
+
"package": "./icon.styles"
|
|
19094
19094
|
}
|
|
19095
19095
|
}
|
|
19096
19096
|
]
|
|
@@ -32490,21 +32490,422 @@
|
|
|
32490
32490
|
},
|
|
32491
32491
|
"parameters": [
|
|
32492
32492
|
{
|
|
32493
|
-
"name": "prev",
|
|
32494
|
-
"type": {
|
|
32495
|
-
"text": "undefined | Element[]"
|
|
32496
|
-
}
|
|
32497
|
-
},
|
|
32498
|
-
{
|
|
32499
|
-
"name": "next",
|
|
32493
|
+
"name": "prev",
|
|
32494
|
+
"type": {
|
|
32495
|
+
"text": "undefined | Element[]"
|
|
32496
|
+
}
|
|
32497
|
+
},
|
|
32498
|
+
{
|
|
32499
|
+
"name": "next",
|
|
32500
|
+
"type": {
|
|
32501
|
+
"text": "Element[]"
|
|
32502
|
+
}
|
|
32503
|
+
}
|
|
32504
|
+
],
|
|
32505
|
+
"inheritedFrom": {
|
|
32506
|
+
"name": "Toolbar",
|
|
32507
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32508
|
+
}
|
|
32509
|
+
},
|
|
32510
|
+
{
|
|
32511
|
+
"kind": "field",
|
|
32512
|
+
"name": "_presentation",
|
|
32513
|
+
"type": {
|
|
32514
|
+
"text": "ComponentPresentation | null | undefined"
|
|
32515
|
+
},
|
|
32516
|
+
"privacy": "private",
|
|
32517
|
+
"default": "void 0",
|
|
32518
|
+
"inheritedFrom": {
|
|
32519
|
+
"name": "Toolbar",
|
|
32520
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32521
|
+
}
|
|
32522
|
+
},
|
|
32523
|
+
{
|
|
32524
|
+
"kind": "field",
|
|
32525
|
+
"name": "$presentation",
|
|
32526
|
+
"type": {
|
|
32527
|
+
"text": "ComponentPresentation | null"
|
|
32528
|
+
},
|
|
32529
|
+
"privacy": "public",
|
|
32530
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32531
|
+
"inheritedFrom": {
|
|
32532
|
+
"name": "Toolbar",
|
|
32533
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32534
|
+
}
|
|
32535
|
+
},
|
|
32536
|
+
{
|
|
32537
|
+
"kind": "field",
|
|
32538
|
+
"name": "template",
|
|
32539
|
+
"type": {
|
|
32540
|
+
"text": "ElementViewTemplate | void | null"
|
|
32541
|
+
},
|
|
32542
|
+
"privacy": "public",
|
|
32543
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
32544
|
+
"inheritedFrom": {
|
|
32545
|
+
"name": "Toolbar",
|
|
32546
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32547
|
+
}
|
|
32548
|
+
},
|
|
32549
|
+
{
|
|
32550
|
+
"kind": "method",
|
|
32551
|
+
"name": "templateChanged",
|
|
32552
|
+
"privacy": "protected",
|
|
32553
|
+
"return": {
|
|
32554
|
+
"type": {
|
|
32555
|
+
"text": "void"
|
|
32556
|
+
}
|
|
32557
|
+
},
|
|
32558
|
+
"inheritedFrom": {
|
|
32559
|
+
"name": "Toolbar",
|
|
32560
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32561
|
+
}
|
|
32562
|
+
},
|
|
32563
|
+
{
|
|
32564
|
+
"kind": "field",
|
|
32565
|
+
"name": "styles",
|
|
32566
|
+
"type": {
|
|
32567
|
+
"text": "ElementStyles | void | null"
|
|
32568
|
+
},
|
|
32569
|
+
"privacy": "public",
|
|
32570
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
32571
|
+
"inheritedFrom": {
|
|
32572
|
+
"name": "Toolbar",
|
|
32573
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32574
|
+
}
|
|
32575
|
+
},
|
|
32576
|
+
{
|
|
32577
|
+
"kind": "method",
|
|
32578
|
+
"name": "stylesChanged",
|
|
32579
|
+
"privacy": "protected",
|
|
32580
|
+
"return": {
|
|
32581
|
+
"type": {
|
|
32582
|
+
"text": "void"
|
|
32583
|
+
}
|
|
32584
|
+
},
|
|
32585
|
+
"inheritedFrom": {
|
|
32586
|
+
"name": "Toolbar",
|
|
32587
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32588
|
+
}
|
|
32589
|
+
},
|
|
32590
|
+
{
|
|
32591
|
+
"kind": "method",
|
|
32592
|
+
"name": "compose",
|
|
32593
|
+
"privacy": "public",
|
|
32594
|
+
"static": true,
|
|
32595
|
+
"return": {
|
|
32596
|
+
"type": {
|
|
32597
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
32598
|
+
}
|
|
32599
|
+
},
|
|
32600
|
+
"parameters": [
|
|
32601
|
+
{
|
|
32602
|
+
"name": "this",
|
|
32603
|
+
"type": {
|
|
32604
|
+
"text": "K"
|
|
32605
|
+
}
|
|
32606
|
+
},
|
|
32607
|
+
{
|
|
32608
|
+
"name": "elementDefinition",
|
|
32609
|
+
"type": {
|
|
32610
|
+
"text": "T"
|
|
32611
|
+
},
|
|
32612
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
32613
|
+
}
|
|
32614
|
+
],
|
|
32615
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
32616
|
+
"inheritedFrom": {
|
|
32617
|
+
"name": "Toolbar",
|
|
32618
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32619
|
+
}
|
|
32620
|
+
}
|
|
32621
|
+
]
|
|
32622
|
+
},
|
|
32623
|
+
{
|
|
32624
|
+
"kind": "variable",
|
|
32625
|
+
"name": "zeroToolbar"
|
|
32626
|
+
}
|
|
32627
|
+
],
|
|
32628
|
+
"exports": [
|
|
32629
|
+
{
|
|
32630
|
+
"kind": "js",
|
|
32631
|
+
"name": "Toolbar",
|
|
32632
|
+
"declaration": {
|
|
32633
|
+
"name": "Toolbar",
|
|
32634
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32635
|
+
}
|
|
32636
|
+
},
|
|
32637
|
+
{
|
|
32638
|
+
"kind": "js",
|
|
32639
|
+
"name": "zeroToolbar",
|
|
32640
|
+
"declaration": {
|
|
32641
|
+
"name": "zeroToolbar",
|
|
32642
|
+
"module": "src/toolbar/toolbar.ts"
|
|
32643
|
+
}
|
|
32644
|
+
}
|
|
32645
|
+
]
|
|
32646
|
+
},
|
|
32647
|
+
{
|
|
32648
|
+
"kind": "javascript-module",
|
|
32649
|
+
"path": "src/tree-item/index.ts",
|
|
32650
|
+
"declarations": [],
|
|
32651
|
+
"exports": [
|
|
32652
|
+
{
|
|
32653
|
+
"kind": "js",
|
|
32654
|
+
"name": "*",
|
|
32655
|
+
"declaration": {
|
|
32656
|
+
"name": "*",
|
|
32657
|
+
"package": "./tree-item.template"
|
|
32658
|
+
}
|
|
32659
|
+
},
|
|
32660
|
+
{
|
|
32661
|
+
"kind": "js",
|
|
32662
|
+
"name": "*",
|
|
32663
|
+
"declaration": {
|
|
32664
|
+
"name": "*",
|
|
32665
|
+
"package": "./tree-item.styles"
|
|
32666
|
+
}
|
|
32667
|
+
},
|
|
32668
|
+
{
|
|
32669
|
+
"kind": "js",
|
|
32670
|
+
"name": "*",
|
|
32671
|
+
"declaration": {
|
|
32672
|
+
"name": "*",
|
|
32673
|
+
"package": "./tree-item"
|
|
32674
|
+
}
|
|
32675
|
+
}
|
|
32676
|
+
]
|
|
32677
|
+
},
|
|
32678
|
+
{
|
|
32679
|
+
"kind": "javascript-module",
|
|
32680
|
+
"path": "src/tree-item/tree-item.styles.ts",
|
|
32681
|
+
"declarations": [
|
|
32682
|
+
{
|
|
32683
|
+
"kind": "function",
|
|
32684
|
+
"name": "zeroTreeItemStyles",
|
|
32685
|
+
"return": {
|
|
32686
|
+
"type": {
|
|
32687
|
+
"text": "ElementStyles"
|
|
32688
|
+
}
|
|
32689
|
+
},
|
|
32690
|
+
"parameters": [
|
|
32691
|
+
{
|
|
32692
|
+
"name": "context",
|
|
32693
|
+
"type": {
|
|
32694
|
+
"text": "ElementDefinitionContext"
|
|
32695
|
+
}
|
|
32696
|
+
},
|
|
32697
|
+
{
|
|
32698
|
+
"name": "definition",
|
|
32699
|
+
"type": {
|
|
32700
|
+
"text": "FoundationElementDefinition"
|
|
32701
|
+
}
|
|
32702
|
+
}
|
|
32703
|
+
]
|
|
32704
|
+
}
|
|
32705
|
+
],
|
|
32706
|
+
"exports": [
|
|
32707
|
+
{
|
|
32708
|
+
"kind": "js",
|
|
32709
|
+
"name": "zeroTreeItemStyles",
|
|
32710
|
+
"declaration": {
|
|
32711
|
+
"name": "zeroTreeItemStyles",
|
|
32712
|
+
"module": "src/tree-item/tree-item.styles.ts"
|
|
32713
|
+
}
|
|
32714
|
+
}
|
|
32715
|
+
]
|
|
32716
|
+
},
|
|
32717
|
+
{
|
|
32718
|
+
"kind": "javascript-module",
|
|
32719
|
+
"path": "src/tree-item/tree-item.template.ts",
|
|
32720
|
+
"declarations": [
|
|
32721
|
+
{
|
|
32722
|
+
"kind": "function",
|
|
32723
|
+
"name": "zeroTreeItemTemplate",
|
|
32724
|
+
"return": {
|
|
32725
|
+
"type": {
|
|
32726
|
+
"text": "ViewTemplate<TreeItem>"
|
|
32727
|
+
}
|
|
32728
|
+
},
|
|
32729
|
+
"parameters": [
|
|
32730
|
+
{
|
|
32731
|
+
"name": "context",
|
|
32732
|
+
"type": {
|
|
32733
|
+
"text": "ElementDefinitionContext"
|
|
32734
|
+
}
|
|
32735
|
+
},
|
|
32736
|
+
{
|
|
32737
|
+
"name": "definition",
|
|
32738
|
+
"type": {
|
|
32739
|
+
"text": "FoundationElementDefinition"
|
|
32740
|
+
}
|
|
32741
|
+
}
|
|
32742
|
+
]
|
|
32743
|
+
}
|
|
32744
|
+
],
|
|
32745
|
+
"exports": [
|
|
32746
|
+
{
|
|
32747
|
+
"kind": "js",
|
|
32748
|
+
"name": "zeroTreeItemTemplate",
|
|
32749
|
+
"declaration": {
|
|
32750
|
+
"name": "zeroTreeItemTemplate",
|
|
32751
|
+
"module": "src/tree-item/tree-item.template.ts"
|
|
32752
|
+
}
|
|
32753
|
+
}
|
|
32754
|
+
]
|
|
32755
|
+
},
|
|
32756
|
+
{
|
|
32757
|
+
"kind": "javascript-module",
|
|
32758
|
+
"path": "src/tree-item/tree-item.ts",
|
|
32759
|
+
"declarations": [
|
|
32760
|
+
{
|
|
32761
|
+
"kind": "class",
|
|
32762
|
+
"description": "",
|
|
32763
|
+
"name": "TreeItem",
|
|
32764
|
+
"superclass": {
|
|
32765
|
+
"name": "FoundationTreeItem",
|
|
32766
|
+
"package": "@genesislcap/foundation-ui"
|
|
32767
|
+
},
|
|
32768
|
+
"tagName": "%%prefix%%-tree-item",
|
|
32769
|
+
"customElement": true,
|
|
32770
|
+
"attributes": [
|
|
32771
|
+
{
|
|
32772
|
+
"type": {
|
|
32773
|
+
"text": "boolean"
|
|
32774
|
+
},
|
|
32775
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
32776
|
+
"fieldName": "expanded",
|
|
32777
|
+
"default": "false",
|
|
32778
|
+
"inheritedFrom": {
|
|
32779
|
+
"name": "TreeItem",
|
|
32780
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32781
|
+
}
|
|
32782
|
+
}
|
|
32783
|
+
],
|
|
32784
|
+
"members": [
|
|
32785
|
+
{
|
|
32786
|
+
"kind": "field",
|
|
32787
|
+
"name": "expanded",
|
|
32788
|
+
"type": {
|
|
32789
|
+
"text": "boolean"
|
|
32790
|
+
},
|
|
32791
|
+
"privacy": "public",
|
|
32792
|
+
"default": "false",
|
|
32793
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
32794
|
+
"inheritedFrom": {
|
|
32795
|
+
"name": "TreeItem",
|
|
32796
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32797
|
+
}
|
|
32798
|
+
},
|
|
32799
|
+
{
|
|
32800
|
+
"kind": "method",
|
|
32801
|
+
"name": "expandedChanged",
|
|
32802
|
+
"privacy": "private",
|
|
32803
|
+
"return": {
|
|
32804
|
+
"type": {
|
|
32805
|
+
"text": "void"
|
|
32806
|
+
}
|
|
32807
|
+
},
|
|
32808
|
+
"inheritedFrom": {
|
|
32809
|
+
"name": "TreeItem",
|
|
32810
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32811
|
+
}
|
|
32812
|
+
},
|
|
32813
|
+
{
|
|
32814
|
+
"kind": "field",
|
|
32815
|
+
"name": "selected",
|
|
32816
|
+
"type": {
|
|
32817
|
+
"text": "boolean"
|
|
32818
|
+
},
|
|
32819
|
+
"privacy": "public",
|
|
32820
|
+
"description": "When true, the control will appear selected by user interaction.",
|
|
32821
|
+
"inheritedFrom": {
|
|
32822
|
+
"name": "TreeItem",
|
|
32823
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32824
|
+
}
|
|
32825
|
+
},
|
|
32826
|
+
{
|
|
32827
|
+
"kind": "method",
|
|
32828
|
+
"name": "selectedChanged",
|
|
32829
|
+
"privacy": "private",
|
|
32830
|
+
"return": {
|
|
32831
|
+
"type": {
|
|
32832
|
+
"text": "void"
|
|
32833
|
+
}
|
|
32834
|
+
},
|
|
32835
|
+
"inheritedFrom": {
|
|
32836
|
+
"name": "TreeItem",
|
|
32837
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32838
|
+
}
|
|
32839
|
+
},
|
|
32840
|
+
{
|
|
32841
|
+
"kind": "field",
|
|
32842
|
+
"name": "disabled",
|
|
32843
|
+
"type": {
|
|
32844
|
+
"text": "boolean"
|
|
32845
|
+
},
|
|
32846
|
+
"privacy": "public",
|
|
32847
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
32848
|
+
"inheritedFrom": {
|
|
32849
|
+
"name": "TreeItem",
|
|
32850
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32851
|
+
}
|
|
32852
|
+
},
|
|
32853
|
+
{
|
|
32854
|
+
"kind": "method",
|
|
32855
|
+
"name": "itemsChanged",
|
|
32856
|
+
"privacy": "private",
|
|
32857
|
+
"return": {
|
|
32858
|
+
"type": {
|
|
32859
|
+
"text": "void"
|
|
32860
|
+
}
|
|
32861
|
+
},
|
|
32862
|
+
"parameters": [
|
|
32863
|
+
{
|
|
32864
|
+
"name": "oldValue",
|
|
32865
|
+
"type": {
|
|
32866
|
+
"text": "unknown"
|
|
32867
|
+
}
|
|
32868
|
+
},
|
|
32869
|
+
{
|
|
32870
|
+
"name": "newValue",
|
|
32871
|
+
"type": {
|
|
32872
|
+
"text": "HTMLElement[]"
|
|
32873
|
+
}
|
|
32874
|
+
}
|
|
32875
|
+
],
|
|
32876
|
+
"inheritedFrom": {
|
|
32877
|
+
"name": "TreeItem",
|
|
32878
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32879
|
+
}
|
|
32880
|
+
},
|
|
32881
|
+
{
|
|
32882
|
+
"kind": "method",
|
|
32883
|
+
"name": "focusItem",
|
|
32884
|
+
"privacy": "public",
|
|
32885
|
+
"static": true,
|
|
32886
|
+
"parameters": [
|
|
32887
|
+
{
|
|
32888
|
+
"name": "el",
|
|
32500
32889
|
"type": {
|
|
32501
|
-
"text": "
|
|
32502
|
-
}
|
|
32890
|
+
"text": "HTMLElement"
|
|
32891
|
+
},
|
|
32892
|
+
"description": "the element to focus"
|
|
32503
32893
|
}
|
|
32504
32894
|
],
|
|
32895
|
+
"description": "Places document focus on a tree item",
|
|
32505
32896
|
"inheritedFrom": {
|
|
32506
|
-
"name": "
|
|
32507
|
-
"module": "src/
|
|
32897
|
+
"name": "TreeItem",
|
|
32898
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32899
|
+
}
|
|
32900
|
+
},
|
|
32901
|
+
{
|
|
32902
|
+
"kind": "field",
|
|
32903
|
+
"name": "isNestedItem",
|
|
32904
|
+
"privacy": "public",
|
|
32905
|
+
"description": "Whether the tree is nested",
|
|
32906
|
+
"inheritedFrom": {
|
|
32907
|
+
"name": "TreeItem",
|
|
32908
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32508
32909
|
}
|
|
32509
32910
|
},
|
|
32510
32911
|
{
|
|
@@ -32516,8 +32917,8 @@
|
|
|
32516
32917
|
"privacy": "private",
|
|
32517
32918
|
"default": "void 0",
|
|
32518
32919
|
"inheritedFrom": {
|
|
32519
|
-
"name": "
|
|
32520
|
-
"module": "src/
|
|
32920
|
+
"name": "TreeItem",
|
|
32921
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32521
32922
|
}
|
|
32522
32923
|
},
|
|
32523
32924
|
{
|
|
@@ -32529,8 +32930,8 @@
|
|
|
32529
32930
|
"privacy": "public",
|
|
32530
32931
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32531
32932
|
"inheritedFrom": {
|
|
32532
|
-
"name": "
|
|
32533
|
-
"module": "src/
|
|
32933
|
+
"name": "TreeItem",
|
|
32934
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32534
32935
|
}
|
|
32535
32936
|
},
|
|
32536
32937
|
{
|
|
@@ -32542,8 +32943,8 @@
|
|
|
32542
32943
|
"privacy": "public",
|
|
32543
32944
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
32544
32945
|
"inheritedFrom": {
|
|
32545
|
-
"name": "
|
|
32546
|
-
"module": "src/
|
|
32946
|
+
"name": "TreeItem",
|
|
32947
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32547
32948
|
}
|
|
32548
32949
|
},
|
|
32549
32950
|
{
|
|
@@ -32556,8 +32957,8 @@
|
|
|
32556
32957
|
}
|
|
32557
32958
|
},
|
|
32558
32959
|
"inheritedFrom": {
|
|
32559
|
-
"name": "
|
|
32560
|
-
"module": "src/
|
|
32960
|
+
"name": "TreeItem",
|
|
32961
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32561
32962
|
}
|
|
32562
32963
|
},
|
|
32563
32964
|
{
|
|
@@ -32569,8 +32970,8 @@
|
|
|
32569
32970
|
"privacy": "public",
|
|
32570
32971
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
32571
32972
|
"inheritedFrom": {
|
|
32572
|
-
"name": "
|
|
32573
|
-
"module": "src/
|
|
32973
|
+
"name": "TreeItem",
|
|
32974
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32574
32975
|
}
|
|
32575
32976
|
},
|
|
32576
32977
|
{
|
|
@@ -32583,8 +32984,8 @@
|
|
|
32583
32984
|
}
|
|
32584
32985
|
},
|
|
32585
32986
|
"inheritedFrom": {
|
|
32586
|
-
"name": "
|
|
32587
|
-
"module": "src/
|
|
32987
|
+
"name": "TreeItem",
|
|
32988
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32588
32989
|
}
|
|
32589
32990
|
},
|
|
32590
32991
|
{
|
|
@@ -32614,32 +33015,50 @@
|
|
|
32614
33015
|
],
|
|
32615
33016
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
32616
33017
|
"inheritedFrom": {
|
|
32617
|
-
"name": "
|
|
32618
|
-
"module": "src/
|
|
33018
|
+
"name": "TreeItem",
|
|
33019
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33020
|
+
}
|
|
33021
|
+
}
|
|
33022
|
+
],
|
|
33023
|
+
"events": [
|
|
33024
|
+
{
|
|
33025
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
33026
|
+
"name": "expanded-change",
|
|
33027
|
+
"inheritedFrom": {
|
|
33028
|
+
"name": "TreeItem",
|
|
33029
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33030
|
+
}
|
|
33031
|
+
},
|
|
33032
|
+
{
|
|
33033
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
33034
|
+
"name": "selected-change",
|
|
33035
|
+
"inheritedFrom": {
|
|
33036
|
+
"name": "TreeItem",
|
|
33037
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32619
33038
|
}
|
|
32620
33039
|
}
|
|
32621
33040
|
]
|
|
32622
33041
|
},
|
|
32623
33042
|
{
|
|
32624
33043
|
"kind": "variable",
|
|
32625
|
-
"name": "
|
|
33044
|
+
"name": "zeroTreeItem"
|
|
32626
33045
|
}
|
|
32627
33046
|
],
|
|
32628
33047
|
"exports": [
|
|
32629
33048
|
{
|
|
32630
33049
|
"kind": "js",
|
|
32631
|
-
"name": "
|
|
33050
|
+
"name": "TreeItem",
|
|
32632
33051
|
"declaration": {
|
|
32633
|
-
"name": "
|
|
32634
|
-
"module": "src/
|
|
33052
|
+
"name": "TreeItem",
|
|
33053
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32635
33054
|
}
|
|
32636
33055
|
},
|
|
32637
33056
|
{
|
|
32638
33057
|
"kind": "js",
|
|
32639
|
-
"name": "
|
|
33058
|
+
"name": "zeroTreeItem",
|
|
32640
33059
|
"declaration": {
|
|
32641
|
-
"name": "
|
|
32642
|
-
"module": "src/
|
|
33060
|
+
"name": "zeroTreeItem",
|
|
33061
|
+
"module": "src/tree-item/tree-item.ts"
|
|
32643
33062
|
}
|
|
32644
33063
|
}
|
|
32645
33064
|
]
|
|
@@ -33470,425 +33889,6 @@
|
|
|
33470
33889
|
}
|
|
33471
33890
|
]
|
|
33472
33891
|
},
|
|
33473
|
-
{
|
|
33474
|
-
"kind": "javascript-module",
|
|
33475
|
-
"path": "src/tree-item/index.ts",
|
|
33476
|
-
"declarations": [],
|
|
33477
|
-
"exports": [
|
|
33478
|
-
{
|
|
33479
|
-
"kind": "js",
|
|
33480
|
-
"name": "*",
|
|
33481
|
-
"declaration": {
|
|
33482
|
-
"name": "*",
|
|
33483
|
-
"package": "./tree-item.template"
|
|
33484
|
-
}
|
|
33485
|
-
},
|
|
33486
|
-
{
|
|
33487
|
-
"kind": "js",
|
|
33488
|
-
"name": "*",
|
|
33489
|
-
"declaration": {
|
|
33490
|
-
"name": "*",
|
|
33491
|
-
"package": "./tree-item.styles"
|
|
33492
|
-
}
|
|
33493
|
-
},
|
|
33494
|
-
{
|
|
33495
|
-
"kind": "js",
|
|
33496
|
-
"name": "*",
|
|
33497
|
-
"declaration": {
|
|
33498
|
-
"name": "*",
|
|
33499
|
-
"package": "./tree-item"
|
|
33500
|
-
}
|
|
33501
|
-
}
|
|
33502
|
-
]
|
|
33503
|
-
},
|
|
33504
|
-
{
|
|
33505
|
-
"kind": "javascript-module",
|
|
33506
|
-
"path": "src/tree-item/tree-item.styles.ts",
|
|
33507
|
-
"declarations": [
|
|
33508
|
-
{
|
|
33509
|
-
"kind": "function",
|
|
33510
|
-
"name": "zeroTreeItemStyles",
|
|
33511
|
-
"return": {
|
|
33512
|
-
"type": {
|
|
33513
|
-
"text": "ElementStyles"
|
|
33514
|
-
}
|
|
33515
|
-
},
|
|
33516
|
-
"parameters": [
|
|
33517
|
-
{
|
|
33518
|
-
"name": "context",
|
|
33519
|
-
"type": {
|
|
33520
|
-
"text": "ElementDefinitionContext"
|
|
33521
|
-
}
|
|
33522
|
-
},
|
|
33523
|
-
{
|
|
33524
|
-
"name": "definition",
|
|
33525
|
-
"type": {
|
|
33526
|
-
"text": "FoundationElementDefinition"
|
|
33527
|
-
}
|
|
33528
|
-
}
|
|
33529
|
-
]
|
|
33530
|
-
}
|
|
33531
|
-
],
|
|
33532
|
-
"exports": [
|
|
33533
|
-
{
|
|
33534
|
-
"kind": "js",
|
|
33535
|
-
"name": "zeroTreeItemStyles",
|
|
33536
|
-
"declaration": {
|
|
33537
|
-
"name": "zeroTreeItemStyles",
|
|
33538
|
-
"module": "src/tree-item/tree-item.styles.ts"
|
|
33539
|
-
}
|
|
33540
|
-
}
|
|
33541
|
-
]
|
|
33542
|
-
},
|
|
33543
|
-
{
|
|
33544
|
-
"kind": "javascript-module",
|
|
33545
|
-
"path": "src/tree-item/tree-item.template.ts",
|
|
33546
|
-
"declarations": [
|
|
33547
|
-
{
|
|
33548
|
-
"kind": "function",
|
|
33549
|
-
"name": "zeroTreeItemTemplate",
|
|
33550
|
-
"return": {
|
|
33551
|
-
"type": {
|
|
33552
|
-
"text": "ViewTemplate<TreeItem>"
|
|
33553
|
-
}
|
|
33554
|
-
},
|
|
33555
|
-
"parameters": [
|
|
33556
|
-
{
|
|
33557
|
-
"name": "context",
|
|
33558
|
-
"type": {
|
|
33559
|
-
"text": "ElementDefinitionContext"
|
|
33560
|
-
}
|
|
33561
|
-
},
|
|
33562
|
-
{
|
|
33563
|
-
"name": "definition",
|
|
33564
|
-
"type": {
|
|
33565
|
-
"text": "FoundationElementDefinition"
|
|
33566
|
-
}
|
|
33567
|
-
}
|
|
33568
|
-
]
|
|
33569
|
-
}
|
|
33570
|
-
],
|
|
33571
|
-
"exports": [
|
|
33572
|
-
{
|
|
33573
|
-
"kind": "js",
|
|
33574
|
-
"name": "zeroTreeItemTemplate",
|
|
33575
|
-
"declaration": {
|
|
33576
|
-
"name": "zeroTreeItemTemplate",
|
|
33577
|
-
"module": "src/tree-item/tree-item.template.ts"
|
|
33578
|
-
}
|
|
33579
|
-
}
|
|
33580
|
-
]
|
|
33581
|
-
},
|
|
33582
|
-
{
|
|
33583
|
-
"kind": "javascript-module",
|
|
33584
|
-
"path": "src/tree-item/tree-item.ts",
|
|
33585
|
-
"declarations": [
|
|
33586
|
-
{
|
|
33587
|
-
"kind": "class",
|
|
33588
|
-
"description": "",
|
|
33589
|
-
"name": "TreeItem",
|
|
33590
|
-
"superclass": {
|
|
33591
|
-
"name": "FoundationTreeItem",
|
|
33592
|
-
"package": "@genesislcap/foundation-ui"
|
|
33593
|
-
},
|
|
33594
|
-
"tagName": "%%prefix%%-tree-item",
|
|
33595
|
-
"customElement": true,
|
|
33596
|
-
"attributes": [
|
|
33597
|
-
{
|
|
33598
|
-
"type": {
|
|
33599
|
-
"text": "boolean"
|
|
33600
|
-
},
|
|
33601
|
-
"description": "When true, the control will be appear expanded by user interaction.",
|
|
33602
|
-
"fieldName": "expanded",
|
|
33603
|
-
"default": "false",
|
|
33604
|
-
"inheritedFrom": {
|
|
33605
|
-
"name": "TreeItem",
|
|
33606
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33607
|
-
}
|
|
33608
|
-
}
|
|
33609
|
-
],
|
|
33610
|
-
"members": [
|
|
33611
|
-
{
|
|
33612
|
-
"kind": "field",
|
|
33613
|
-
"name": "expanded",
|
|
33614
|
-
"type": {
|
|
33615
|
-
"text": "boolean"
|
|
33616
|
-
},
|
|
33617
|
-
"privacy": "public",
|
|
33618
|
-
"default": "false",
|
|
33619
|
-
"description": "When true, the control will be appear expanded by user interaction.",
|
|
33620
|
-
"inheritedFrom": {
|
|
33621
|
-
"name": "TreeItem",
|
|
33622
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33623
|
-
}
|
|
33624
|
-
},
|
|
33625
|
-
{
|
|
33626
|
-
"kind": "method",
|
|
33627
|
-
"name": "expandedChanged",
|
|
33628
|
-
"privacy": "private",
|
|
33629
|
-
"return": {
|
|
33630
|
-
"type": {
|
|
33631
|
-
"text": "void"
|
|
33632
|
-
}
|
|
33633
|
-
},
|
|
33634
|
-
"inheritedFrom": {
|
|
33635
|
-
"name": "TreeItem",
|
|
33636
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33637
|
-
}
|
|
33638
|
-
},
|
|
33639
|
-
{
|
|
33640
|
-
"kind": "field",
|
|
33641
|
-
"name": "selected",
|
|
33642
|
-
"type": {
|
|
33643
|
-
"text": "boolean"
|
|
33644
|
-
},
|
|
33645
|
-
"privacy": "public",
|
|
33646
|
-
"description": "When true, the control will appear selected by user interaction.",
|
|
33647
|
-
"inheritedFrom": {
|
|
33648
|
-
"name": "TreeItem",
|
|
33649
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33650
|
-
}
|
|
33651
|
-
},
|
|
33652
|
-
{
|
|
33653
|
-
"kind": "method",
|
|
33654
|
-
"name": "selectedChanged",
|
|
33655
|
-
"privacy": "private",
|
|
33656
|
-
"return": {
|
|
33657
|
-
"type": {
|
|
33658
|
-
"text": "void"
|
|
33659
|
-
}
|
|
33660
|
-
},
|
|
33661
|
-
"inheritedFrom": {
|
|
33662
|
-
"name": "TreeItem",
|
|
33663
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33664
|
-
}
|
|
33665
|
-
},
|
|
33666
|
-
{
|
|
33667
|
-
"kind": "field",
|
|
33668
|
-
"name": "disabled",
|
|
33669
|
-
"type": {
|
|
33670
|
-
"text": "boolean"
|
|
33671
|
-
},
|
|
33672
|
-
"privacy": "public",
|
|
33673
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
33674
|
-
"inheritedFrom": {
|
|
33675
|
-
"name": "TreeItem",
|
|
33676
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33677
|
-
}
|
|
33678
|
-
},
|
|
33679
|
-
{
|
|
33680
|
-
"kind": "method",
|
|
33681
|
-
"name": "itemsChanged",
|
|
33682
|
-
"privacy": "private",
|
|
33683
|
-
"return": {
|
|
33684
|
-
"type": {
|
|
33685
|
-
"text": "void"
|
|
33686
|
-
}
|
|
33687
|
-
},
|
|
33688
|
-
"parameters": [
|
|
33689
|
-
{
|
|
33690
|
-
"name": "oldValue",
|
|
33691
|
-
"type": {
|
|
33692
|
-
"text": "unknown"
|
|
33693
|
-
}
|
|
33694
|
-
},
|
|
33695
|
-
{
|
|
33696
|
-
"name": "newValue",
|
|
33697
|
-
"type": {
|
|
33698
|
-
"text": "HTMLElement[]"
|
|
33699
|
-
}
|
|
33700
|
-
}
|
|
33701
|
-
],
|
|
33702
|
-
"inheritedFrom": {
|
|
33703
|
-
"name": "TreeItem",
|
|
33704
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33705
|
-
}
|
|
33706
|
-
},
|
|
33707
|
-
{
|
|
33708
|
-
"kind": "method",
|
|
33709
|
-
"name": "focusItem",
|
|
33710
|
-
"privacy": "public",
|
|
33711
|
-
"static": true,
|
|
33712
|
-
"parameters": [
|
|
33713
|
-
{
|
|
33714
|
-
"name": "el",
|
|
33715
|
-
"type": {
|
|
33716
|
-
"text": "HTMLElement"
|
|
33717
|
-
},
|
|
33718
|
-
"description": "the element to focus"
|
|
33719
|
-
}
|
|
33720
|
-
],
|
|
33721
|
-
"description": "Places document focus on a tree item",
|
|
33722
|
-
"inheritedFrom": {
|
|
33723
|
-
"name": "TreeItem",
|
|
33724
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33725
|
-
}
|
|
33726
|
-
},
|
|
33727
|
-
{
|
|
33728
|
-
"kind": "field",
|
|
33729
|
-
"name": "isNestedItem",
|
|
33730
|
-
"privacy": "public",
|
|
33731
|
-
"description": "Whether the tree is nested",
|
|
33732
|
-
"inheritedFrom": {
|
|
33733
|
-
"name": "TreeItem",
|
|
33734
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33735
|
-
}
|
|
33736
|
-
},
|
|
33737
|
-
{
|
|
33738
|
-
"kind": "field",
|
|
33739
|
-
"name": "_presentation",
|
|
33740
|
-
"type": {
|
|
33741
|
-
"text": "ComponentPresentation | null | undefined"
|
|
33742
|
-
},
|
|
33743
|
-
"privacy": "private",
|
|
33744
|
-
"default": "void 0",
|
|
33745
|
-
"inheritedFrom": {
|
|
33746
|
-
"name": "TreeItem",
|
|
33747
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33748
|
-
}
|
|
33749
|
-
},
|
|
33750
|
-
{
|
|
33751
|
-
"kind": "field",
|
|
33752
|
-
"name": "$presentation",
|
|
33753
|
-
"type": {
|
|
33754
|
-
"text": "ComponentPresentation | null"
|
|
33755
|
-
},
|
|
33756
|
-
"privacy": "public",
|
|
33757
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33758
|
-
"inheritedFrom": {
|
|
33759
|
-
"name": "TreeItem",
|
|
33760
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33761
|
-
}
|
|
33762
|
-
},
|
|
33763
|
-
{
|
|
33764
|
-
"kind": "field",
|
|
33765
|
-
"name": "template",
|
|
33766
|
-
"type": {
|
|
33767
|
-
"text": "ElementViewTemplate | void | null"
|
|
33768
|
-
},
|
|
33769
|
-
"privacy": "public",
|
|
33770
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
33771
|
-
"inheritedFrom": {
|
|
33772
|
-
"name": "TreeItem",
|
|
33773
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33774
|
-
}
|
|
33775
|
-
},
|
|
33776
|
-
{
|
|
33777
|
-
"kind": "method",
|
|
33778
|
-
"name": "templateChanged",
|
|
33779
|
-
"privacy": "protected",
|
|
33780
|
-
"return": {
|
|
33781
|
-
"type": {
|
|
33782
|
-
"text": "void"
|
|
33783
|
-
}
|
|
33784
|
-
},
|
|
33785
|
-
"inheritedFrom": {
|
|
33786
|
-
"name": "TreeItem",
|
|
33787
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33788
|
-
}
|
|
33789
|
-
},
|
|
33790
|
-
{
|
|
33791
|
-
"kind": "field",
|
|
33792
|
-
"name": "styles",
|
|
33793
|
-
"type": {
|
|
33794
|
-
"text": "ElementStyles | void | null"
|
|
33795
|
-
},
|
|
33796
|
-
"privacy": "public",
|
|
33797
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
33798
|
-
"inheritedFrom": {
|
|
33799
|
-
"name": "TreeItem",
|
|
33800
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33801
|
-
}
|
|
33802
|
-
},
|
|
33803
|
-
{
|
|
33804
|
-
"kind": "method",
|
|
33805
|
-
"name": "stylesChanged",
|
|
33806
|
-
"privacy": "protected",
|
|
33807
|
-
"return": {
|
|
33808
|
-
"type": {
|
|
33809
|
-
"text": "void"
|
|
33810
|
-
}
|
|
33811
|
-
},
|
|
33812
|
-
"inheritedFrom": {
|
|
33813
|
-
"name": "TreeItem",
|
|
33814
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33815
|
-
}
|
|
33816
|
-
},
|
|
33817
|
-
{
|
|
33818
|
-
"kind": "method",
|
|
33819
|
-
"name": "compose",
|
|
33820
|
-
"privacy": "public",
|
|
33821
|
-
"static": true,
|
|
33822
|
-
"return": {
|
|
33823
|
-
"type": {
|
|
33824
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
33825
|
-
}
|
|
33826
|
-
},
|
|
33827
|
-
"parameters": [
|
|
33828
|
-
{
|
|
33829
|
-
"name": "this",
|
|
33830
|
-
"type": {
|
|
33831
|
-
"text": "K"
|
|
33832
|
-
}
|
|
33833
|
-
},
|
|
33834
|
-
{
|
|
33835
|
-
"name": "elementDefinition",
|
|
33836
|
-
"type": {
|
|
33837
|
-
"text": "T"
|
|
33838
|
-
},
|
|
33839
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
33840
|
-
}
|
|
33841
|
-
],
|
|
33842
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33843
|
-
"inheritedFrom": {
|
|
33844
|
-
"name": "TreeItem",
|
|
33845
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33846
|
-
}
|
|
33847
|
-
}
|
|
33848
|
-
],
|
|
33849
|
-
"events": [
|
|
33850
|
-
{
|
|
33851
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
33852
|
-
"name": "expanded-change",
|
|
33853
|
-
"inheritedFrom": {
|
|
33854
|
-
"name": "TreeItem",
|
|
33855
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33856
|
-
}
|
|
33857
|
-
},
|
|
33858
|
-
{
|
|
33859
|
-
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
33860
|
-
"name": "selected-change",
|
|
33861
|
-
"inheritedFrom": {
|
|
33862
|
-
"name": "TreeItem",
|
|
33863
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33864
|
-
}
|
|
33865
|
-
}
|
|
33866
|
-
]
|
|
33867
|
-
},
|
|
33868
|
-
{
|
|
33869
|
-
"kind": "variable",
|
|
33870
|
-
"name": "zeroTreeItem"
|
|
33871
|
-
}
|
|
33872
|
-
],
|
|
33873
|
-
"exports": [
|
|
33874
|
-
{
|
|
33875
|
-
"kind": "js",
|
|
33876
|
-
"name": "TreeItem",
|
|
33877
|
-
"declaration": {
|
|
33878
|
-
"name": "TreeItem",
|
|
33879
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33880
|
-
}
|
|
33881
|
-
},
|
|
33882
|
-
{
|
|
33883
|
-
"kind": "js",
|
|
33884
|
-
"name": "zeroTreeItem",
|
|
33885
|
-
"declaration": {
|
|
33886
|
-
"name": "zeroTreeItem",
|
|
33887
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33888
|
-
}
|
|
33889
|
-
}
|
|
33890
|
-
]
|
|
33891
|
-
},
|
|
33892
33892
|
{
|
|
33893
33893
|
"kind": "javascript-module",
|
|
33894
33894
|
"path": "src/tree-view/index.ts",
|