@genesislcap/foundation-zero 14.384.1-alpha-078bddd.0 → 14.385.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +781 -168
- package/dist/dts/base-components.d.ts +1 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/expression-builder/expression-builder.styles.d.ts.map +1 -1
- package/dist/dts/optgroup/index.d.ts +4 -0
- package/dist/dts/optgroup/index.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.d.ts +8 -0
- package/dist/dts/optgroup/optgroup.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.styles.d.ts +4 -0
- package/dist/dts/optgroup/optgroup.styles.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.template.d.ts +5 -0
- package/dist/dts/optgroup/optgroup.template.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/expression-builder/expression-builder.styles.js +1 -0
- package/dist/esm/optgroup/index.js +3 -0
- package/dist/esm/optgroup/optgroup.js +13 -0
- package/dist/esm/optgroup/optgroup.styles.js +5 -0
- package/dist/esm/optgroup/optgroup.template.js +2 -0
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
15
|
+
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroOptgroup,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -921,6 +921,154 @@
|
|
|
921
921
|
}
|
|
922
922
|
]
|
|
923
923
|
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "javascript-module",
|
|
926
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
927
|
+
"declarations": [
|
|
928
|
+
{
|
|
929
|
+
"kind": "function",
|
|
930
|
+
"name": "zeroAccordionStyles",
|
|
931
|
+
"return": {
|
|
932
|
+
"type": {
|
|
933
|
+
"text": "ElementStyles"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"parameters": [
|
|
937
|
+
{
|
|
938
|
+
"name": "context",
|
|
939
|
+
"type": {
|
|
940
|
+
"text": "ElementDefinitionContext"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "definition",
|
|
945
|
+
"type": {
|
|
946
|
+
"text": "FoundationElementDefinition"
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
]
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"exports": [
|
|
953
|
+
{
|
|
954
|
+
"kind": "js",
|
|
955
|
+
"name": "zeroAccordionStyles",
|
|
956
|
+
"declaration": {
|
|
957
|
+
"name": "zeroAccordionStyles",
|
|
958
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
]
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"kind": "javascript-module",
|
|
965
|
+
"path": "src/accordion/accordion.template.ts",
|
|
966
|
+
"declarations": [
|
|
967
|
+
{
|
|
968
|
+
"kind": "function",
|
|
969
|
+
"name": "zeroAccordionTemplate",
|
|
970
|
+
"return": {
|
|
971
|
+
"type": {
|
|
972
|
+
"text": "ViewTemplate<Accordion>"
|
|
973
|
+
}
|
|
974
|
+
},
|
|
975
|
+
"parameters": [
|
|
976
|
+
{
|
|
977
|
+
"name": "context",
|
|
978
|
+
"type": {
|
|
979
|
+
"text": "ElementDefinitionContext"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "definition",
|
|
984
|
+
"type": {
|
|
985
|
+
"text": "FoundationElementDefinition"
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
]
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"exports": [
|
|
992
|
+
{
|
|
993
|
+
"kind": "js",
|
|
994
|
+
"name": "zeroAccordionTemplate",
|
|
995
|
+
"declaration": {
|
|
996
|
+
"name": "zeroAccordionTemplate",
|
|
997
|
+
"module": "src/accordion/accordion.template.ts"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"kind": "javascript-module",
|
|
1004
|
+
"path": "src/accordion/accordion.ts",
|
|
1005
|
+
"declarations": [
|
|
1006
|
+
{
|
|
1007
|
+
"kind": "class",
|
|
1008
|
+
"description": "",
|
|
1009
|
+
"name": "Accordion",
|
|
1010
|
+
"superclass": {
|
|
1011
|
+
"name": "FoundationAccordion",
|
|
1012
|
+
"package": "@genesislcap/foundation-ui"
|
|
1013
|
+
},
|
|
1014
|
+
"tagName": "%%prefix%%-card",
|
|
1015
|
+
"customElement": true
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"kind": "variable",
|
|
1019
|
+
"name": "zeroAccordion"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"exports": [
|
|
1023
|
+
{
|
|
1024
|
+
"kind": "js",
|
|
1025
|
+
"name": "Accordion",
|
|
1026
|
+
"declaration": {
|
|
1027
|
+
"name": "Accordion",
|
|
1028
|
+
"module": "src/accordion/accordion.ts"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "js",
|
|
1033
|
+
"name": "zeroAccordion",
|
|
1034
|
+
"declaration": {
|
|
1035
|
+
"name": "zeroAccordion",
|
|
1036
|
+
"module": "src/accordion/accordion.ts"
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
]
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"kind": "javascript-module",
|
|
1043
|
+
"path": "src/accordion/index.ts",
|
|
1044
|
+
"declarations": [],
|
|
1045
|
+
"exports": [
|
|
1046
|
+
{
|
|
1047
|
+
"kind": "js",
|
|
1048
|
+
"name": "*",
|
|
1049
|
+
"declaration": {
|
|
1050
|
+
"name": "*",
|
|
1051
|
+
"package": "./accordion"
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "js",
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"declaration": {
|
|
1058
|
+
"name": "*",
|
|
1059
|
+
"package": "./accordion.styles"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "js",
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"declaration": {
|
|
1066
|
+
"name": "*",
|
|
1067
|
+
"package": "./accordion.template"
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
924
1072
|
{
|
|
925
1073
|
"kind": "javascript-module",
|
|
926
1074
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1855,11 +2003,11 @@
|
|
|
1855
2003
|
},
|
|
1856
2004
|
{
|
|
1857
2005
|
"kind": "javascript-module",
|
|
1858
|
-
"path": "src/
|
|
2006
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1859
2007
|
"declarations": [
|
|
1860
2008
|
{
|
|
1861
2009
|
"kind": "function",
|
|
1862
|
-
"name": "
|
|
2010
|
+
"name": "zeroAnchorStyles",
|
|
1863
2011
|
"return": {
|
|
1864
2012
|
"type": {
|
|
1865
2013
|
"text": "ElementStyles"
|
|
@@ -1884,24 +2032,24 @@
|
|
|
1884
2032
|
"exports": [
|
|
1885
2033
|
{
|
|
1886
2034
|
"kind": "js",
|
|
1887
|
-
"name": "
|
|
2035
|
+
"name": "zeroAnchorStyles",
|
|
1888
2036
|
"declaration": {
|
|
1889
|
-
"name": "
|
|
1890
|
-
"module": "src/
|
|
2037
|
+
"name": "zeroAnchorStyles",
|
|
2038
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1891
2039
|
}
|
|
1892
2040
|
}
|
|
1893
2041
|
]
|
|
1894
2042
|
},
|
|
1895
2043
|
{
|
|
1896
2044
|
"kind": "javascript-module",
|
|
1897
|
-
"path": "src/
|
|
2045
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1898
2046
|
"declarations": [
|
|
1899
2047
|
{
|
|
1900
2048
|
"kind": "function",
|
|
1901
|
-
"name": "
|
|
2049
|
+
"name": "zeroAnchorTemplate",
|
|
1902
2050
|
"return": {
|
|
1903
2051
|
"type": {
|
|
1904
|
-
"text": "ViewTemplate<
|
|
2052
|
+
"text": "ViewTemplate<Anchor>"
|
|
1905
2053
|
}
|
|
1906
2054
|
},
|
|
1907
2055
|
"parameters": [
|
|
@@ -1923,179 +2071,31 @@
|
|
|
1923
2071
|
"exports": [
|
|
1924
2072
|
{
|
|
1925
2073
|
"kind": "js",
|
|
1926
|
-
"name": "
|
|
2074
|
+
"name": "zeroAnchorTemplate",
|
|
1927
2075
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "src/
|
|
2076
|
+
"name": "zeroAnchorTemplate",
|
|
2077
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1930
2078
|
}
|
|
1931
2079
|
}
|
|
1932
2080
|
]
|
|
1933
2081
|
},
|
|
1934
2082
|
{
|
|
1935
2083
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "src/
|
|
2084
|
+
"path": "src/anchor/anchor.ts",
|
|
1937
2085
|
"declarations": [
|
|
1938
2086
|
{
|
|
1939
2087
|
"kind": "class",
|
|
1940
2088
|
"description": "",
|
|
1941
|
-
"name": "
|
|
2089
|
+
"name": "Anchor",
|
|
1942
2090
|
"superclass": {
|
|
1943
|
-
"name": "
|
|
2091
|
+
"name": "FoundationAnchor",
|
|
1944
2092
|
"package": "@genesislcap/foundation-ui"
|
|
1945
2093
|
},
|
|
1946
|
-
"tagName": "%%prefix%%-
|
|
1947
|
-
"customElement": true
|
|
1948
|
-
|
|
1949
|
-
{
|
|
1950
|
-
"kind": "variable",
|
|
1951
|
-
"name": "zeroAccordion"
|
|
1952
|
-
}
|
|
1953
|
-
],
|
|
1954
|
-
"exports": [
|
|
1955
|
-
{
|
|
1956
|
-
"kind": "js",
|
|
1957
|
-
"name": "Accordion",
|
|
1958
|
-
"declaration": {
|
|
1959
|
-
"name": "Accordion",
|
|
1960
|
-
"module": "src/accordion/accordion.ts"
|
|
1961
|
-
}
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "js",
|
|
1965
|
-
"name": "zeroAccordion",
|
|
1966
|
-
"declaration": {
|
|
1967
|
-
"name": "zeroAccordion",
|
|
1968
|
-
"module": "src/accordion/accordion.ts"
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1971
|
-
]
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"kind": "javascript-module",
|
|
1975
|
-
"path": "src/accordion/index.ts",
|
|
1976
|
-
"declarations": [],
|
|
1977
|
-
"exports": [
|
|
1978
|
-
{
|
|
1979
|
-
"kind": "js",
|
|
1980
|
-
"name": "*",
|
|
1981
|
-
"declaration": {
|
|
1982
|
-
"name": "*",
|
|
1983
|
-
"package": "./accordion"
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"kind": "js",
|
|
1988
|
-
"name": "*",
|
|
1989
|
-
"declaration": {
|
|
1990
|
-
"name": "*",
|
|
1991
|
-
"package": "./accordion.styles"
|
|
1992
|
-
}
|
|
1993
|
-
},
|
|
1994
|
-
{
|
|
1995
|
-
"kind": "js",
|
|
1996
|
-
"name": "*",
|
|
1997
|
-
"declaration": {
|
|
1998
|
-
"name": "*",
|
|
1999
|
-
"package": "./accordion.template"
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
]
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"kind": "javascript-module",
|
|
2006
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2007
|
-
"declarations": [
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "function",
|
|
2010
|
-
"name": "zeroAnchorStyles",
|
|
2011
|
-
"return": {
|
|
2012
|
-
"type": {
|
|
2013
|
-
"text": "ElementStyles"
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
"parameters": [
|
|
2094
|
+
"tagName": "%%prefix%%-anchor",
|
|
2095
|
+
"customElement": true,
|
|
2096
|
+
"attributes": [
|
|
2017
2097
|
{
|
|
2018
|
-
"name": "
|
|
2019
|
-
"type": {
|
|
2020
|
-
"text": "ElementDefinitionContext"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"name": "definition",
|
|
2025
|
-
"type": {
|
|
2026
|
-
"text": "FoundationElementDefinition"
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
2029
|
-
]
|
|
2030
|
-
}
|
|
2031
|
-
],
|
|
2032
|
-
"exports": [
|
|
2033
|
-
{
|
|
2034
|
-
"kind": "js",
|
|
2035
|
-
"name": "zeroAnchorStyles",
|
|
2036
|
-
"declaration": {
|
|
2037
|
-
"name": "zeroAnchorStyles",
|
|
2038
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2039
|
-
}
|
|
2040
|
-
}
|
|
2041
|
-
]
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"kind": "javascript-module",
|
|
2045
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2046
|
-
"declarations": [
|
|
2047
|
-
{
|
|
2048
|
-
"kind": "function",
|
|
2049
|
-
"name": "zeroAnchorTemplate",
|
|
2050
|
-
"return": {
|
|
2051
|
-
"type": {
|
|
2052
|
-
"text": "ViewTemplate<Anchor>"
|
|
2053
|
-
}
|
|
2054
|
-
},
|
|
2055
|
-
"parameters": [
|
|
2056
|
-
{
|
|
2057
|
-
"name": "context",
|
|
2058
|
-
"type": {
|
|
2059
|
-
"text": "ElementDefinitionContext"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"name": "definition",
|
|
2064
|
-
"type": {
|
|
2065
|
-
"text": "FoundationElementDefinition"
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
2069
|
-
}
|
|
2070
|
-
],
|
|
2071
|
-
"exports": [
|
|
2072
|
-
{
|
|
2073
|
-
"kind": "js",
|
|
2074
|
-
"name": "zeroAnchorTemplate",
|
|
2075
|
-
"declaration": {
|
|
2076
|
-
"name": "zeroAnchorTemplate",
|
|
2077
|
-
"module": "src/anchor/anchor.template.ts"
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
]
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"kind": "javascript-module",
|
|
2084
|
-
"path": "src/anchor/anchor.ts",
|
|
2085
|
-
"declarations": [
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "class",
|
|
2088
|
-
"description": "",
|
|
2089
|
-
"name": "Anchor",
|
|
2090
|
-
"superclass": {
|
|
2091
|
-
"name": "FoundationAnchor",
|
|
2092
|
-
"package": "@genesislcap/foundation-ui"
|
|
2093
|
-
},
|
|
2094
|
-
"tagName": "%%prefix%%-anchor",
|
|
2095
|
-
"customElement": true,
|
|
2096
|
-
"attributes": [
|
|
2097
|
-
{
|
|
2098
|
-
"name": "download",
|
|
2098
|
+
"name": "download",
|
|
2099
2099
|
"type": {
|
|
2100
2100
|
"text": "string"
|
|
2101
2101
|
},
|
|
@@ -14259,7 +14259,7 @@
|
|
|
14259
14259
|
"type": {
|
|
14260
14260
|
"text": "ExpressionBuilderTypes.CustomElements"
|
|
14261
14261
|
},
|
|
14262
|
-
"default": "{\n number: 'zero-number-field',\n text: 'zero-text-field',\n checkbox: 'zero-checkbox',\n button: 'zero-button',\n select: 'zero-select',\n option: 'zero-option',\n radio: {\n input: 'zero-radio',\n group: 'zero-radio-group',\n },\n}"
|
|
14262
|
+
"default": "{\n number: 'zero-number-field',\n text: 'zero-text-field',\n checkbox: 'zero-checkbox',\n button: 'zero-button',\n select: 'zero-select',\n option: 'zero-option',\n optgroup: 'zero-optgroup',\n radio: {\n input: 'zero-radio',\n group: 'zero-radio-group',\n },\n}"
|
|
14263
14263
|
},
|
|
14264
14264
|
{
|
|
14265
14265
|
"kind": "variable",
|
|
@@ -25515,6 +25515,619 @@
|
|
|
25515
25515
|
}
|
|
25516
25516
|
]
|
|
25517
25517
|
},
|
|
25518
|
+
{
|
|
25519
|
+
"kind": "javascript-module",
|
|
25520
|
+
"path": "src/optgroup/index.ts",
|
|
25521
|
+
"declarations": [],
|
|
25522
|
+
"exports": [
|
|
25523
|
+
{
|
|
25524
|
+
"kind": "js",
|
|
25525
|
+
"name": "*",
|
|
25526
|
+
"declaration": {
|
|
25527
|
+
"name": "*",
|
|
25528
|
+
"package": "./optgroup"
|
|
25529
|
+
}
|
|
25530
|
+
},
|
|
25531
|
+
{
|
|
25532
|
+
"kind": "js",
|
|
25533
|
+
"name": "*",
|
|
25534
|
+
"declaration": {
|
|
25535
|
+
"name": "*",
|
|
25536
|
+
"package": "./optgroup.styles"
|
|
25537
|
+
}
|
|
25538
|
+
},
|
|
25539
|
+
{
|
|
25540
|
+
"kind": "js",
|
|
25541
|
+
"name": "*",
|
|
25542
|
+
"declaration": {
|
|
25543
|
+
"name": "*",
|
|
25544
|
+
"package": "./optgroup.template"
|
|
25545
|
+
}
|
|
25546
|
+
}
|
|
25547
|
+
]
|
|
25548
|
+
},
|
|
25549
|
+
{
|
|
25550
|
+
"kind": "javascript-module",
|
|
25551
|
+
"path": "src/optgroup/optgroup.styles.ts",
|
|
25552
|
+
"declarations": [
|
|
25553
|
+
{
|
|
25554
|
+
"kind": "function",
|
|
25555
|
+
"name": "zeroOptgroupStyles",
|
|
25556
|
+
"return": {
|
|
25557
|
+
"type": {
|
|
25558
|
+
"text": "ElementStyles"
|
|
25559
|
+
}
|
|
25560
|
+
},
|
|
25561
|
+
"parameters": [
|
|
25562
|
+
{
|
|
25563
|
+
"name": "context",
|
|
25564
|
+
"type": {
|
|
25565
|
+
"text": "ElementDefinitionContext"
|
|
25566
|
+
}
|
|
25567
|
+
},
|
|
25568
|
+
{
|
|
25569
|
+
"name": "definition",
|
|
25570
|
+
"type": {
|
|
25571
|
+
"text": "FoundationElementDefinition"
|
|
25572
|
+
}
|
|
25573
|
+
}
|
|
25574
|
+
]
|
|
25575
|
+
}
|
|
25576
|
+
],
|
|
25577
|
+
"exports": [
|
|
25578
|
+
{
|
|
25579
|
+
"kind": "js",
|
|
25580
|
+
"name": "zeroOptgroupStyles",
|
|
25581
|
+
"declaration": {
|
|
25582
|
+
"name": "zeroOptgroupStyles",
|
|
25583
|
+
"module": "src/optgroup/optgroup.styles.ts"
|
|
25584
|
+
}
|
|
25585
|
+
}
|
|
25586
|
+
]
|
|
25587
|
+
},
|
|
25588
|
+
{
|
|
25589
|
+
"kind": "javascript-module",
|
|
25590
|
+
"path": "src/optgroup/optgroup.template.ts",
|
|
25591
|
+
"declarations": [
|
|
25592
|
+
{
|
|
25593
|
+
"kind": "function",
|
|
25594
|
+
"name": "zeroOptgroupTemplate",
|
|
25595
|
+
"return": {
|
|
25596
|
+
"type": {
|
|
25597
|
+
"text": "ViewTemplate<Optgroup>"
|
|
25598
|
+
}
|
|
25599
|
+
},
|
|
25600
|
+
"parameters": [
|
|
25601
|
+
{
|
|
25602
|
+
"name": "context",
|
|
25603
|
+
"type": {
|
|
25604
|
+
"text": "ElementDefinitionContext"
|
|
25605
|
+
}
|
|
25606
|
+
},
|
|
25607
|
+
{
|
|
25608
|
+
"name": "definition",
|
|
25609
|
+
"type": {
|
|
25610
|
+
"text": "FoundationElementDefinition"
|
|
25611
|
+
}
|
|
25612
|
+
}
|
|
25613
|
+
]
|
|
25614
|
+
}
|
|
25615
|
+
],
|
|
25616
|
+
"exports": [
|
|
25617
|
+
{
|
|
25618
|
+
"kind": "js",
|
|
25619
|
+
"name": "zeroOptgroupTemplate",
|
|
25620
|
+
"declaration": {
|
|
25621
|
+
"name": "zeroOptgroupTemplate",
|
|
25622
|
+
"module": "src/optgroup/optgroup.template.ts"
|
|
25623
|
+
}
|
|
25624
|
+
}
|
|
25625
|
+
]
|
|
25626
|
+
},
|
|
25627
|
+
{
|
|
25628
|
+
"kind": "javascript-module",
|
|
25629
|
+
"path": "src/optgroup/optgroup.ts",
|
|
25630
|
+
"declarations": [
|
|
25631
|
+
{
|
|
25632
|
+
"kind": "class",
|
|
25633
|
+
"description": "",
|
|
25634
|
+
"name": "Optgroup",
|
|
25635
|
+
"superclass": {
|
|
25636
|
+
"name": "FoundationOptgroup",
|
|
25637
|
+
"package": "@genesislcap/foundation-ui"
|
|
25638
|
+
},
|
|
25639
|
+
"tagName": "%%prefix%%-optgroup",
|
|
25640
|
+
"customElement": true,
|
|
25641
|
+
"attributes": [
|
|
25642
|
+
{
|
|
25643
|
+
"name": "label",
|
|
25644
|
+
"type": {
|
|
25645
|
+
"text": "string"
|
|
25646
|
+
},
|
|
25647
|
+
"description": "The label for the group.\nNamed groupLabel to avoid name conflict with ListboxOption.label.",
|
|
25648
|
+
"fieldName": "groupLabel",
|
|
25649
|
+
"inheritedFrom": {
|
|
25650
|
+
"name": "Optgroup",
|
|
25651
|
+
"module": "src/optgroup/optgroup.ts"
|
|
25652
|
+
}
|
|
25653
|
+
},
|
|
25654
|
+
{
|
|
25655
|
+
"type": {
|
|
25656
|
+
"text": "boolean"
|
|
25657
|
+
},
|
|
25658
|
+
"description": "The disabled state of the option.",
|
|
25659
|
+
"fieldName": "disabled",
|
|
25660
|
+
"inheritedFrom": {
|
|
25661
|
+
"name": "ListboxOption",
|
|
25662
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25663
|
+
}
|
|
25664
|
+
},
|
|
25665
|
+
{
|
|
25666
|
+
"name": "selected",
|
|
25667
|
+
"type": {
|
|
25668
|
+
"text": "boolean"
|
|
25669
|
+
},
|
|
25670
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
25671
|
+
"fieldName": "selectedAttribute",
|
|
25672
|
+
"inheritedFrom": {
|
|
25673
|
+
"name": "ListboxOption",
|
|
25674
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25675
|
+
}
|
|
25676
|
+
},
|
|
25677
|
+
{
|
|
25678
|
+
"name": "value",
|
|
25679
|
+
"type": {
|
|
25680
|
+
"text": "string"
|
|
25681
|
+
},
|
|
25682
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
25683
|
+
"fieldName": "initialValue",
|
|
25684
|
+
"inheritedFrom": {
|
|
25685
|
+
"name": "ListboxOption",
|
|
25686
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25687
|
+
}
|
|
25688
|
+
}
|
|
25689
|
+
],
|
|
25690
|
+
"members": [
|
|
25691
|
+
{
|
|
25692
|
+
"kind": "field",
|
|
25693
|
+
"name": "groupLabel",
|
|
25694
|
+
"type": {
|
|
25695
|
+
"text": "string"
|
|
25696
|
+
},
|
|
25697
|
+
"description": "The label for the group.\nNamed groupLabel to avoid name conflict with ListboxOption.label.",
|
|
25698
|
+
"privacy": "public",
|
|
25699
|
+
"inheritedFrom": {
|
|
25700
|
+
"name": "Optgroup",
|
|
25701
|
+
"module": "src/optgroup/optgroup.ts"
|
|
25702
|
+
}
|
|
25703
|
+
},
|
|
25704
|
+
{
|
|
25705
|
+
"kind": "field",
|
|
25706
|
+
"name": "checked",
|
|
25707
|
+
"type": {
|
|
25708
|
+
"text": "boolean | undefined"
|
|
25709
|
+
},
|
|
25710
|
+
"privacy": "public",
|
|
25711
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
25712
|
+
"inheritedFrom": {
|
|
25713
|
+
"name": "ListboxOption",
|
|
25714
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25715
|
+
}
|
|
25716
|
+
},
|
|
25717
|
+
{
|
|
25718
|
+
"kind": "method",
|
|
25719
|
+
"name": "checkedChanged",
|
|
25720
|
+
"privacy": "public",
|
|
25721
|
+
"return": {
|
|
25722
|
+
"type": {
|
|
25723
|
+
"text": "void"
|
|
25724
|
+
}
|
|
25725
|
+
},
|
|
25726
|
+
"parameters": [
|
|
25727
|
+
{
|
|
25728
|
+
"name": "prev",
|
|
25729
|
+
"type": {
|
|
25730
|
+
"text": "boolean | unknown"
|
|
25731
|
+
},
|
|
25732
|
+
"description": "the previous checked value"
|
|
25733
|
+
},
|
|
25734
|
+
{
|
|
25735
|
+
"name": "next",
|
|
25736
|
+
"optional": true,
|
|
25737
|
+
"type": {
|
|
25738
|
+
"text": "boolean"
|
|
25739
|
+
},
|
|
25740
|
+
"description": "the current checked value"
|
|
25741
|
+
}
|
|
25742
|
+
],
|
|
25743
|
+
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
25744
|
+
"inheritedFrom": {
|
|
25745
|
+
"name": "ListboxOption",
|
|
25746
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25747
|
+
}
|
|
25748
|
+
},
|
|
25749
|
+
{
|
|
25750
|
+
"kind": "field",
|
|
25751
|
+
"name": "content",
|
|
25752
|
+
"type": {
|
|
25753
|
+
"text": "Node[]"
|
|
25754
|
+
},
|
|
25755
|
+
"privacy": "public",
|
|
25756
|
+
"description": "The default slotted content.",
|
|
25757
|
+
"inheritedFrom": {
|
|
25758
|
+
"name": "ListboxOption",
|
|
25759
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25760
|
+
}
|
|
25761
|
+
},
|
|
25762
|
+
{
|
|
25763
|
+
"kind": "field",
|
|
25764
|
+
"name": "defaultSelected",
|
|
25765
|
+
"type": {
|
|
25766
|
+
"text": "boolean"
|
|
25767
|
+
},
|
|
25768
|
+
"privacy": "public",
|
|
25769
|
+
"default": "false",
|
|
25770
|
+
"description": "The defaultSelected state of the option.",
|
|
25771
|
+
"inheritedFrom": {
|
|
25772
|
+
"name": "ListboxOption",
|
|
25773
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25774
|
+
}
|
|
25775
|
+
},
|
|
25776
|
+
{
|
|
25777
|
+
"kind": "method",
|
|
25778
|
+
"name": "defaultSelectedChanged",
|
|
25779
|
+
"privacy": "protected",
|
|
25780
|
+
"return": {
|
|
25781
|
+
"type": {
|
|
25782
|
+
"text": "void"
|
|
25783
|
+
}
|
|
25784
|
+
},
|
|
25785
|
+
"inheritedFrom": {
|
|
25786
|
+
"name": "ListboxOption",
|
|
25787
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25788
|
+
}
|
|
25789
|
+
},
|
|
25790
|
+
{
|
|
25791
|
+
"kind": "field",
|
|
25792
|
+
"name": "disabled",
|
|
25793
|
+
"type": {
|
|
25794
|
+
"text": "boolean"
|
|
25795
|
+
},
|
|
25796
|
+
"privacy": "public",
|
|
25797
|
+
"description": "The disabled state of the option.",
|
|
25798
|
+
"inheritedFrom": {
|
|
25799
|
+
"name": "ListboxOption",
|
|
25800
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25801
|
+
}
|
|
25802
|
+
},
|
|
25803
|
+
{
|
|
25804
|
+
"kind": "method",
|
|
25805
|
+
"name": "disabledChanged",
|
|
25806
|
+
"privacy": "protected",
|
|
25807
|
+
"return": {
|
|
25808
|
+
"type": {
|
|
25809
|
+
"text": "void"
|
|
25810
|
+
}
|
|
25811
|
+
},
|
|
25812
|
+
"parameters": [
|
|
25813
|
+
{
|
|
25814
|
+
"name": "prev",
|
|
25815
|
+
"type": {
|
|
25816
|
+
"text": "boolean"
|
|
25817
|
+
}
|
|
25818
|
+
},
|
|
25819
|
+
{
|
|
25820
|
+
"name": "next",
|
|
25821
|
+
"type": {
|
|
25822
|
+
"text": "boolean"
|
|
25823
|
+
}
|
|
25824
|
+
}
|
|
25825
|
+
],
|
|
25826
|
+
"inheritedFrom": {
|
|
25827
|
+
"name": "ListboxOption",
|
|
25828
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25829
|
+
}
|
|
25830
|
+
},
|
|
25831
|
+
{
|
|
25832
|
+
"kind": "field",
|
|
25833
|
+
"name": "selectedAttribute",
|
|
25834
|
+
"type": {
|
|
25835
|
+
"text": "boolean"
|
|
25836
|
+
},
|
|
25837
|
+
"privacy": "public",
|
|
25838
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
25839
|
+
"inheritedFrom": {
|
|
25840
|
+
"name": "ListboxOption",
|
|
25841
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25842
|
+
}
|
|
25843
|
+
},
|
|
25844
|
+
{
|
|
25845
|
+
"kind": "method",
|
|
25846
|
+
"name": "selectedAttributeChanged",
|
|
25847
|
+
"privacy": "protected",
|
|
25848
|
+
"return": {
|
|
25849
|
+
"type": {
|
|
25850
|
+
"text": "void"
|
|
25851
|
+
}
|
|
25852
|
+
},
|
|
25853
|
+
"inheritedFrom": {
|
|
25854
|
+
"name": "ListboxOption",
|
|
25855
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25856
|
+
}
|
|
25857
|
+
},
|
|
25858
|
+
{
|
|
25859
|
+
"kind": "field",
|
|
25860
|
+
"name": "selected",
|
|
25861
|
+
"type": {
|
|
25862
|
+
"text": "boolean"
|
|
25863
|
+
},
|
|
25864
|
+
"privacy": "public",
|
|
25865
|
+
"description": "The checked state of the control.",
|
|
25866
|
+
"inheritedFrom": {
|
|
25867
|
+
"name": "ListboxOption",
|
|
25868
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25869
|
+
}
|
|
25870
|
+
},
|
|
25871
|
+
{
|
|
25872
|
+
"kind": "method",
|
|
25873
|
+
"name": "selectedChanged",
|
|
25874
|
+
"privacy": "protected",
|
|
25875
|
+
"return": {
|
|
25876
|
+
"type": {
|
|
25877
|
+
"text": "void"
|
|
25878
|
+
}
|
|
25879
|
+
},
|
|
25880
|
+
"inheritedFrom": {
|
|
25881
|
+
"name": "ListboxOption",
|
|
25882
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25883
|
+
}
|
|
25884
|
+
},
|
|
25885
|
+
{
|
|
25886
|
+
"kind": "field",
|
|
25887
|
+
"name": "dirtyValue",
|
|
25888
|
+
"type": {
|
|
25889
|
+
"text": "boolean"
|
|
25890
|
+
},
|
|
25891
|
+
"privacy": "public",
|
|
25892
|
+
"default": "false",
|
|
25893
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
25894
|
+
"inheritedFrom": {
|
|
25895
|
+
"name": "ListboxOption",
|
|
25896
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25897
|
+
}
|
|
25898
|
+
},
|
|
25899
|
+
{
|
|
25900
|
+
"kind": "field",
|
|
25901
|
+
"name": "initialValue",
|
|
25902
|
+
"type": {
|
|
25903
|
+
"text": "string"
|
|
25904
|
+
},
|
|
25905
|
+
"privacy": "protected",
|
|
25906
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
25907
|
+
"inheritedFrom": {
|
|
25908
|
+
"name": "ListboxOption",
|
|
25909
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25910
|
+
}
|
|
25911
|
+
},
|
|
25912
|
+
{
|
|
25913
|
+
"kind": "method",
|
|
25914
|
+
"name": "initialValueChanged",
|
|
25915
|
+
"privacy": "public",
|
|
25916
|
+
"return": {
|
|
25917
|
+
"type": {
|
|
25918
|
+
"text": "void"
|
|
25919
|
+
}
|
|
25920
|
+
},
|
|
25921
|
+
"parameters": [
|
|
25922
|
+
{
|
|
25923
|
+
"name": "previous",
|
|
25924
|
+
"type": {
|
|
25925
|
+
"text": "string"
|
|
25926
|
+
}
|
|
25927
|
+
},
|
|
25928
|
+
{
|
|
25929
|
+
"name": "next",
|
|
25930
|
+
"type": {
|
|
25931
|
+
"text": "string"
|
|
25932
|
+
}
|
|
25933
|
+
}
|
|
25934
|
+
],
|
|
25935
|
+
"inheritedFrom": {
|
|
25936
|
+
"name": "ListboxOption",
|
|
25937
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25938
|
+
}
|
|
25939
|
+
},
|
|
25940
|
+
{
|
|
25941
|
+
"kind": "field",
|
|
25942
|
+
"name": "label",
|
|
25943
|
+
"privacy": "public",
|
|
25944
|
+
"inheritedFrom": {
|
|
25945
|
+
"name": "ListboxOption",
|
|
25946
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25947
|
+
}
|
|
25948
|
+
},
|
|
25949
|
+
{
|
|
25950
|
+
"kind": "field",
|
|
25951
|
+
"name": "text",
|
|
25952
|
+
"type": {
|
|
25953
|
+
"text": "string"
|
|
25954
|
+
},
|
|
25955
|
+
"privacy": "public",
|
|
25956
|
+
"inheritedFrom": {
|
|
25957
|
+
"name": "ListboxOption",
|
|
25958
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25959
|
+
}
|
|
25960
|
+
},
|
|
25961
|
+
{
|
|
25962
|
+
"kind": "field",
|
|
25963
|
+
"name": "value",
|
|
25964
|
+
"privacy": "public",
|
|
25965
|
+
"type": {
|
|
25966
|
+
"text": "string"
|
|
25967
|
+
},
|
|
25968
|
+
"inheritedFrom": {
|
|
25969
|
+
"name": "ListboxOption",
|
|
25970
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25971
|
+
}
|
|
25972
|
+
},
|
|
25973
|
+
{
|
|
25974
|
+
"kind": "field",
|
|
25975
|
+
"name": "form",
|
|
25976
|
+
"type": {
|
|
25977
|
+
"text": "HTMLFormElement | null"
|
|
25978
|
+
},
|
|
25979
|
+
"privacy": "public",
|
|
25980
|
+
"inheritedFrom": {
|
|
25981
|
+
"name": "ListboxOption",
|
|
25982
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25983
|
+
}
|
|
25984
|
+
},
|
|
25985
|
+
{
|
|
25986
|
+
"kind": "field",
|
|
25987
|
+
"name": "proxy",
|
|
25988
|
+
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
25989
|
+
"inheritedFrom": {
|
|
25990
|
+
"name": "ListboxOption",
|
|
25991
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25992
|
+
}
|
|
25993
|
+
},
|
|
25994
|
+
{
|
|
25995
|
+
"kind": "field",
|
|
25996
|
+
"name": "_presentation",
|
|
25997
|
+
"type": {
|
|
25998
|
+
"text": "ComponentPresentation | null | undefined"
|
|
25999
|
+
},
|
|
26000
|
+
"privacy": "private",
|
|
26001
|
+
"default": "void 0",
|
|
26002
|
+
"inheritedFrom": {
|
|
26003
|
+
"name": "ListboxOption",
|
|
26004
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26005
|
+
}
|
|
26006
|
+
},
|
|
26007
|
+
{
|
|
26008
|
+
"kind": "field",
|
|
26009
|
+
"name": "$presentation",
|
|
26010
|
+
"type": {
|
|
26011
|
+
"text": "ComponentPresentation | null"
|
|
26012
|
+
},
|
|
26013
|
+
"privacy": "public",
|
|
26014
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
26015
|
+
"inheritedFrom": {
|
|
26016
|
+
"name": "ListboxOption",
|
|
26017
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26018
|
+
}
|
|
26019
|
+
},
|
|
26020
|
+
{
|
|
26021
|
+
"kind": "field",
|
|
26022
|
+
"name": "template",
|
|
26023
|
+
"type": {
|
|
26024
|
+
"text": "ElementViewTemplate | void | null"
|
|
26025
|
+
},
|
|
26026
|
+
"privacy": "public",
|
|
26027
|
+
"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.",
|
|
26028
|
+
"inheritedFrom": {
|
|
26029
|
+
"name": "ListboxOption",
|
|
26030
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26031
|
+
}
|
|
26032
|
+
},
|
|
26033
|
+
{
|
|
26034
|
+
"kind": "method",
|
|
26035
|
+
"name": "templateChanged",
|
|
26036
|
+
"privacy": "protected",
|
|
26037
|
+
"return": {
|
|
26038
|
+
"type": {
|
|
26039
|
+
"text": "void"
|
|
26040
|
+
}
|
|
26041
|
+
},
|
|
26042
|
+
"inheritedFrom": {
|
|
26043
|
+
"name": "ListboxOption",
|
|
26044
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26045
|
+
}
|
|
26046
|
+
},
|
|
26047
|
+
{
|
|
26048
|
+
"kind": "field",
|
|
26049
|
+
"name": "styles",
|
|
26050
|
+
"type": {
|
|
26051
|
+
"text": "ElementStyles | void | null"
|
|
26052
|
+
},
|
|
26053
|
+
"privacy": "public",
|
|
26054
|
+
"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.",
|
|
26055
|
+
"inheritedFrom": {
|
|
26056
|
+
"name": "ListboxOption",
|
|
26057
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26058
|
+
}
|
|
26059
|
+
},
|
|
26060
|
+
{
|
|
26061
|
+
"kind": "method",
|
|
26062
|
+
"name": "stylesChanged",
|
|
26063
|
+
"privacy": "protected",
|
|
26064
|
+
"return": {
|
|
26065
|
+
"type": {
|
|
26066
|
+
"text": "void"
|
|
26067
|
+
}
|
|
26068
|
+
},
|
|
26069
|
+
"inheritedFrom": {
|
|
26070
|
+
"name": "ListboxOption",
|
|
26071
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26072
|
+
}
|
|
26073
|
+
},
|
|
26074
|
+
{
|
|
26075
|
+
"kind": "method",
|
|
26076
|
+
"name": "compose",
|
|
26077
|
+
"privacy": "public",
|
|
26078
|
+
"static": true,
|
|
26079
|
+
"return": {
|
|
26080
|
+
"type": {
|
|
26081
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
26082
|
+
}
|
|
26083
|
+
},
|
|
26084
|
+
"parameters": [
|
|
26085
|
+
{
|
|
26086
|
+
"name": "this",
|
|
26087
|
+
"type": {
|
|
26088
|
+
"text": "K"
|
|
26089
|
+
}
|
|
26090
|
+
},
|
|
26091
|
+
{
|
|
26092
|
+
"name": "elementDefinition",
|
|
26093
|
+
"type": {
|
|
26094
|
+
"text": "T"
|
|
26095
|
+
},
|
|
26096
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
26097
|
+
}
|
|
26098
|
+
],
|
|
26099
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
26100
|
+
"inheritedFrom": {
|
|
26101
|
+
"name": "ListboxOption",
|
|
26102
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26103
|
+
}
|
|
26104
|
+
}
|
|
26105
|
+
]
|
|
26106
|
+
},
|
|
26107
|
+
{
|
|
26108
|
+
"kind": "variable",
|
|
26109
|
+
"name": "zeroOptgroup"
|
|
26110
|
+
}
|
|
26111
|
+
],
|
|
26112
|
+
"exports": [
|
|
26113
|
+
{
|
|
26114
|
+
"kind": "js",
|
|
26115
|
+
"name": "Optgroup",
|
|
26116
|
+
"declaration": {
|
|
26117
|
+
"name": "Optgroup",
|
|
26118
|
+
"module": "src/optgroup/optgroup.ts"
|
|
26119
|
+
}
|
|
26120
|
+
},
|
|
26121
|
+
{
|
|
26122
|
+
"kind": "js",
|
|
26123
|
+
"name": "zeroOptgroup",
|
|
26124
|
+
"declaration": {
|
|
26125
|
+
"name": "zeroOptgroup",
|
|
26126
|
+
"module": "src/optgroup/optgroup.ts"
|
|
26127
|
+
}
|
|
26128
|
+
}
|
|
26129
|
+
]
|
|
26130
|
+
},
|
|
25518
26131
|
{
|
|
25519
26132
|
"kind": "javascript-module",
|
|
25520
26133
|
"path": "src/overlays/index.ts",
|
|
@@ -213,6 +213,7 @@ export declare const baseComponents: {
|
|
|
213
213
|
shadowOptions: ShadowRootInit;
|
|
214
214
|
}, typeof import("./notification-listener").NotificationListener>;
|
|
215
215
|
zeroNumberField: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./number-field").NumberField>;
|
|
216
|
+
zeroOptgroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./optgroup").Optgroup>;
|
|
216
217
|
zeroProgress: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./progress").Progress>;
|
|
217
218
|
zeroProgressRing: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").ProgressRingOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").ProgressRingOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
218
219
|
zeroRadio: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./radio").Radio>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAoF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,eAAe,EAAE,sBAAsB,CAAC,
|
|
1
|
+
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,eAAe,EAAE,sBAAsB,CAAC,cAYpD,CAAC;AA8FF,eAAO,MAAM,2BAA2B,EAAE,sBAAsB,CAAC,MAAM,CAAC,cAAc,CAMrF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/optgroup/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Optgroup as FoundationOptgroup } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-optgroup
|
|
4
|
+
*/
|
|
5
|
+
export declare class Optgroup extends FoundationOptgroup {
|
|
6
|
+
}
|
|
7
|
+
export declare const zeroOptgroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof Optgroup>;
|
|
8
|
+
//# sourceMappingURL=optgroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAI5E;;GAEG;AACH,qBAAa,QAAS,SAAQ,kBAAkB;CAAG;AAEnD,eAAO,MAAM,YAAY,wTAIvB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ElementStyles } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
export declare const zeroOptgroupStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
|
|
4
|
+
//# sourceMappingURL=optgroup.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.styles.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,kBAAkB,GAC7B,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAEF,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import type { Optgroup } from './optgroup';
|
|
4
|
+
export declare const zeroOptgroupTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<Optgroup>;
|
|
5
|
+
//# sourceMappingURL=optgroup.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.template.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,oBAAoB,GAC/B,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,YAAY,CAAC,QAAQ,CAAoD,CAAC"}
|
|
@@ -46,6 +46,7 @@ import { zeroModal } from './modal';
|
|
|
46
46
|
import { zeroMultiselect } from './multiselect';
|
|
47
47
|
import { zeroNotificationListener } from './notification-listener';
|
|
48
48
|
import { zeroNumberField } from './number-field';
|
|
49
|
+
import { zeroOptgroup } from './optgroup';
|
|
49
50
|
import { zeroSystemHealthOverlay } from './overlays';
|
|
50
51
|
import { zeroProgress } from './progress';
|
|
51
52
|
import { zeroProgressRing } from './progress-ring';
|
|
@@ -128,6 +129,7 @@ export const baseComponents = {
|
|
|
128
129
|
zeroMultiselect,
|
|
129
130
|
zeroNotificationListener,
|
|
130
131
|
zeroNumberField,
|
|
132
|
+
zeroOptgroup,
|
|
131
133
|
zeroProgress,
|
|
132
134
|
zeroProgressRing,
|
|
133
135
|
zeroRadio,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Optgroup as FoundationOptgroup } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { zeroOptgroupStyles as styles } from './optgroup.styles';
|
|
3
|
+
import { zeroOptgroupTemplate as template } from './optgroup.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-optgroup
|
|
6
|
+
*/
|
|
7
|
+
export class Optgroup extends FoundationOptgroup {
|
|
8
|
+
}
|
|
9
|
+
export const zeroOptgroup = Optgroup.compose({
|
|
10
|
+
baseName: 'optgroup',
|
|
11
|
+
template,
|
|
12
|
+
styles,
|
|
13
|
+
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.385.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.385.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.385.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.385.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.385.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.385.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.385.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.385.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.385.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.385.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.385.0",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "a88364dbf8f6a8e87274f572f76ab3cd0fe1983b"
|
|
102
102
|
}
|