@genesislcap/foundation-zero 14.489.1-alpha-519bcd2.0 → 14.489.1-alpha-559fa0f.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 +1095 -1499
- package/dist/dts/base-components.d.ts +0 -11
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +0 -1
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/react.d.ts +17 -29
- package/dist/esm/base-components.js +0 -2
- package/dist/esm/index.js +0 -1
- package/dist/react.cjs +11 -35
- package/dist/react.mjs +9 -32
- package/package.json +12 -12
- package/dist/dts/pill/index.d.ts +0 -4
- package/dist/dts/pill/index.d.ts.map +0 -1
- package/dist/dts/pill/pill.d.ts +0 -18
- package/dist/dts/pill/pill.d.ts.map +0 -1
- package/dist/dts/pill/pill.styles.d.ts +0 -3
- package/dist/dts/pill/pill.styles.d.ts.map +0 -1
- package/dist/dts/pill/pill.template.d.ts +0 -2
- package/dist/dts/pill/pill.template.d.ts.map +0 -1
- package/dist/esm/pill/index.js +0 -3
- package/dist/esm/pill/pill.js +0 -10
- package/dist/esm/pill/pill.styles.js +0 -11
- package/dist/esm/pill/pill.template.js +0 -2
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroAiCriteriaSearch,\n zeroAiIndicator,\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
|
|
15
|
+
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroAiCriteriaSearch,\n zeroAiIndicator,\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": [
|
|
@@ -460,14 +460,6 @@
|
|
|
460
460
|
"package": "./overlays"
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
|
-
{
|
|
464
|
-
"kind": "js",
|
|
465
|
-
"name": "*",
|
|
466
|
-
"declaration": {
|
|
467
|
-
"name": "*",
|
|
468
|
-
"package": "./pill"
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
463
|
{
|
|
472
464
|
"kind": "js",
|
|
473
465
|
"name": "*",
|
|
@@ -939,11 +931,11 @@
|
|
|
939
931
|
},
|
|
940
932
|
{
|
|
941
933
|
"kind": "javascript-module",
|
|
942
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
934
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
943
935
|
"declarations": [
|
|
944
936
|
{
|
|
945
937
|
"kind": "function",
|
|
946
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionItemStyles",
|
|
947
939
|
"return": {
|
|
948
940
|
"type": {
|
|
949
941
|
"text": "ElementStyles"
|
|
@@ -968,24 +960,24 @@
|
|
|
968
960
|
"exports": [
|
|
969
961
|
{
|
|
970
962
|
"kind": "js",
|
|
971
|
-
"name": "
|
|
963
|
+
"name": "zeroAccordionItemStyles",
|
|
972
964
|
"declaration": {
|
|
973
|
-
"name": "
|
|
974
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
965
|
+
"name": "zeroAccordionItemStyles",
|
|
966
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
975
967
|
}
|
|
976
968
|
}
|
|
977
969
|
]
|
|
978
970
|
},
|
|
979
971
|
{
|
|
980
972
|
"kind": "javascript-module",
|
|
981
|
-
"path": "src/accordion/accordion.template.ts",
|
|
973
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
982
974
|
"declarations": [
|
|
983
975
|
{
|
|
984
976
|
"kind": "function",
|
|
985
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionItemTemplate",
|
|
986
978
|
"return": {
|
|
987
979
|
"type": {
|
|
988
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
989
981
|
}
|
|
990
982
|
},
|
|
991
983
|
"parameters": [
|
|
@@ -1007,389 +999,268 @@
|
|
|
1007
999
|
"exports": [
|
|
1008
1000
|
{
|
|
1009
1001
|
"kind": "js",
|
|
1010
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionItemTemplate",
|
|
1011
1003
|
"declaration": {
|
|
1012
|
-
"name": "
|
|
1013
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1004
|
+
"name": "zeroAccordionItemTemplate",
|
|
1005
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1014
1006
|
}
|
|
1015
1007
|
}
|
|
1016
1008
|
]
|
|
1017
1009
|
},
|
|
1018
1010
|
{
|
|
1019
1011
|
"kind": "javascript-module",
|
|
1020
|
-
"path": "src/accordion/accordion.ts",
|
|
1012
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1021
1013
|
"declarations": [
|
|
1022
1014
|
{
|
|
1023
1015
|
"kind": "class",
|
|
1024
1016
|
"description": "",
|
|
1025
|
-
"name": "
|
|
1017
|
+
"name": "AccordionItem",
|
|
1026
1018
|
"superclass": {
|
|
1027
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordionItem",
|
|
1028
1020
|
"package": "@genesislcap/foundation-ui"
|
|
1029
1021
|
},
|
|
1030
1022
|
"tagName": "%%prefix%%-card",
|
|
1031
1023
|
"customElement": true,
|
|
1032
1024
|
"attributes": [
|
|
1033
1025
|
{
|
|
1034
|
-
"name": "
|
|
1026
|
+
"name": "heading-level",
|
|
1035
1027
|
"type": {
|
|
1036
|
-
"text": "
|
|
1028
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1037
1029
|
},
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1030
|
+
"default": "2",
|
|
1031
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1032
|
+
"fieldName": "headinglevel",
|
|
1040
1033
|
"inheritedFrom": {
|
|
1041
|
-
"name": "
|
|
1042
|
-
"module": "src/accordion/accordion.ts"
|
|
1034
|
+
"name": "AccordionItem",
|
|
1035
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"type": {
|
|
1040
|
+
"text": "boolean"
|
|
1041
|
+
},
|
|
1042
|
+
"default": "false",
|
|
1043
|
+
"description": "Expands or collapses the item.",
|
|
1044
|
+
"fieldName": "expanded",
|
|
1045
|
+
"inheritedFrom": {
|
|
1046
|
+
"name": "AccordionItem",
|
|
1047
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "id",
|
|
1052
|
+
"type": {
|
|
1053
|
+
"text": "string"
|
|
1054
|
+
},
|
|
1055
|
+
"description": "The item ID",
|
|
1056
|
+
"fieldName": "id",
|
|
1057
|
+
"inheritedFrom": {
|
|
1058
|
+
"name": "AccordionItem",
|
|
1059
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1043
1060
|
}
|
|
1044
1061
|
}
|
|
1045
1062
|
],
|
|
1046
1063
|
"members": [
|
|
1047
1064
|
{
|
|
1048
1065
|
"kind": "field",
|
|
1049
|
-
"name": "
|
|
1066
|
+
"name": "headinglevel",
|
|
1050
1067
|
"type": {
|
|
1051
|
-
"text": "
|
|
1068
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1052
1069
|
},
|
|
1053
1070
|
"privacy": "public",
|
|
1054
|
-
"
|
|
1071
|
+
"default": "2",
|
|
1072
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1055
1073
|
"inheritedFrom": {
|
|
1056
|
-
"name": "
|
|
1057
|
-
"module": "src/accordion/accordion.ts"
|
|
1074
|
+
"name": "AccordionItem",
|
|
1075
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1058
1076
|
}
|
|
1059
1077
|
},
|
|
1060
1078
|
{
|
|
1061
1079
|
"kind": "field",
|
|
1062
|
-
"name": "
|
|
1080
|
+
"name": "expanded",
|
|
1063
1081
|
"type": {
|
|
1064
|
-
"text": "
|
|
1082
|
+
"text": "boolean"
|
|
1065
1083
|
},
|
|
1066
|
-
"privacy": "
|
|
1084
|
+
"privacy": "public",
|
|
1085
|
+
"default": "false",
|
|
1086
|
+
"description": "Expands or collapses the item.",
|
|
1067
1087
|
"inheritedFrom": {
|
|
1068
|
-
"name": "
|
|
1069
|
-
"module": "src/accordion/accordion.ts"
|
|
1088
|
+
"name": "AccordionItem",
|
|
1089
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1070
1090
|
}
|
|
1071
1091
|
},
|
|
1072
1092
|
{
|
|
1073
1093
|
"kind": "field",
|
|
1074
|
-
"name": "
|
|
1094
|
+
"name": "id",
|
|
1075
1095
|
"type": {
|
|
1076
|
-
"text": "
|
|
1096
|
+
"text": "string"
|
|
1077
1097
|
},
|
|
1078
|
-
"privacy": "
|
|
1079
|
-
"
|
|
1098
|
+
"privacy": "public",
|
|
1099
|
+
"description": "The item ID",
|
|
1080
1100
|
"inheritedFrom": {
|
|
1081
|
-
"name": "
|
|
1082
|
-
"module": "src/accordion/accordion.ts"
|
|
1101
|
+
"name": "AccordionItem",
|
|
1102
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1083
1103
|
}
|
|
1084
1104
|
},
|
|
1085
1105
|
{
|
|
1086
1106
|
"kind": "field",
|
|
1087
|
-
"name": "
|
|
1088
|
-
"type": {
|
|
1089
|
-
"text": "Array<string | null>"
|
|
1090
|
-
},
|
|
1107
|
+
"name": "change",
|
|
1091
1108
|
"privacy": "private",
|
|
1092
1109
|
"inheritedFrom": {
|
|
1093
|
-
"name": "
|
|
1094
|
-
"module": "src/accordion/accordion.ts"
|
|
1110
|
+
"name": "AccordionItem",
|
|
1111
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1095
1112
|
}
|
|
1096
1113
|
},
|
|
1097
1114
|
{
|
|
1098
1115
|
"kind": "field",
|
|
1099
|
-
"name": "
|
|
1116
|
+
"name": "_presentation",
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1119
|
+
},
|
|
1100
1120
|
"privacy": "private",
|
|
1121
|
+
"default": "void 0",
|
|
1101
1122
|
"inheritedFrom": {
|
|
1102
|
-
"name": "
|
|
1103
|
-
"module": "src/accordion/accordion.ts"
|
|
1123
|
+
"name": "AccordionItem",
|
|
1124
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1104
1125
|
}
|
|
1105
1126
|
},
|
|
1106
1127
|
{
|
|
1107
|
-
"kind": "
|
|
1108
|
-
"name": "
|
|
1109
|
-
"
|
|
1110
|
-
|
|
1111
|
-
"type": {
|
|
1112
|
-
"text": "AccordionItem | null"
|
|
1113
|
-
}
|
|
1128
|
+
"kind": "field",
|
|
1129
|
+
"name": "$presentation",
|
|
1130
|
+
"type": {
|
|
1131
|
+
"text": "ComponentPresentation | null"
|
|
1114
1132
|
},
|
|
1133
|
+
"privacy": "public",
|
|
1134
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1115
1135
|
"inheritedFrom": {
|
|
1116
|
-
"name": "
|
|
1117
|
-
"module": "src/accordion/accordion.ts"
|
|
1136
|
+
"name": "AccordionItem",
|
|
1137
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1118
1138
|
}
|
|
1119
1139
|
},
|
|
1120
1140
|
{
|
|
1121
1141
|
"kind": "field",
|
|
1122
|
-
"name": "
|
|
1123
|
-
"
|
|
1142
|
+
"name": "template",
|
|
1143
|
+
"type": {
|
|
1144
|
+
"text": "ElementViewTemplate | void | null"
|
|
1145
|
+
},
|
|
1146
|
+
"privacy": "public",
|
|
1147
|
+
"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.",
|
|
1124
1148
|
"inheritedFrom": {
|
|
1125
|
-
"name": "
|
|
1126
|
-
"module": "src/accordion/accordion.ts"
|
|
1149
|
+
"name": "AccordionItem",
|
|
1150
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1127
1151
|
}
|
|
1128
1152
|
},
|
|
1129
1153
|
{
|
|
1130
1154
|
"kind": "method",
|
|
1131
|
-
"name": "
|
|
1132
|
-
"privacy": "
|
|
1155
|
+
"name": "templateChanged",
|
|
1156
|
+
"privacy": "protected",
|
|
1133
1157
|
"return": {
|
|
1134
1158
|
"type": {
|
|
1135
1159
|
"text": "void"
|
|
1136
1160
|
}
|
|
1137
1161
|
},
|
|
1138
1162
|
"inheritedFrom": {
|
|
1139
|
-
"name": "
|
|
1140
|
-
"module": "src/accordion/accordion.ts"
|
|
1141
|
-
}
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"kind": "field",
|
|
1145
|
-
"name": "removeItemListeners",
|
|
1146
|
-
"privacy": "private",
|
|
1147
|
-
"inheritedFrom": {
|
|
1148
|
-
"name": "Accordion",
|
|
1149
|
-
"module": "src/accordion/accordion.ts"
|
|
1163
|
+
"name": "AccordionItem",
|
|
1164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1150
1165
|
}
|
|
1151
1166
|
},
|
|
1152
1167
|
{
|
|
1153
1168
|
"kind": "field",
|
|
1154
|
-
"name": "
|
|
1155
|
-
"
|
|
1156
|
-
|
|
1157
|
-
"name": "Accordion",
|
|
1158
|
-
"module": "src/accordion/accordion.ts"
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"kind": "method",
|
|
1163
|
-
"name": "getItemIds",
|
|
1164
|
-
"privacy": "private",
|
|
1165
|
-
"return": {
|
|
1166
|
-
"type": {
|
|
1167
|
-
"text": "Array<string | null>"
|
|
1168
|
-
}
|
|
1169
|
+
"name": "styles",
|
|
1170
|
+
"type": {
|
|
1171
|
+
"text": "ElementStyles | void | null"
|
|
1169
1172
|
},
|
|
1173
|
+
"privacy": "public",
|
|
1174
|
+
"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.",
|
|
1170
1175
|
"inheritedFrom": {
|
|
1171
|
-
"name": "
|
|
1172
|
-
"module": "src/accordion/accordion.ts"
|
|
1176
|
+
"name": "AccordionItem",
|
|
1177
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1173
1178
|
}
|
|
1174
1179
|
},
|
|
1175
1180
|
{
|
|
1176
1181
|
"kind": "method",
|
|
1177
|
-
"name": "
|
|
1178
|
-
"privacy": "
|
|
1182
|
+
"name": "stylesChanged",
|
|
1183
|
+
"privacy": "protected",
|
|
1179
1184
|
"return": {
|
|
1180
1185
|
"type": {
|
|
1181
|
-
"text": "
|
|
1186
|
+
"text": "void"
|
|
1182
1187
|
}
|
|
1183
1188
|
},
|
|
1184
1189
|
"inheritedFrom": {
|
|
1185
|
-
"name": "
|
|
1186
|
-
"module": "src/accordion/accordion.ts"
|
|
1187
|
-
}
|
|
1188
|
-
},
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "field",
|
|
1191
|
-
"name": "handleItemKeyDown",
|
|
1192
|
-
"privacy": "private",
|
|
1193
|
-
"inheritedFrom": {
|
|
1194
|
-
"name": "Accordion",
|
|
1195
|
-
"module": "src/accordion/accordion.ts"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"kind": "field",
|
|
1200
|
-
"name": "handleItemFocus",
|
|
1201
|
-
"privacy": "private",
|
|
1202
|
-
"inheritedFrom": {
|
|
1203
|
-
"name": "Accordion",
|
|
1204
|
-
"module": "src/accordion/accordion.ts"
|
|
1190
|
+
"name": "AccordionItem",
|
|
1191
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1205
1192
|
}
|
|
1206
1193
|
},
|
|
1207
1194
|
{
|
|
1208
1195
|
"kind": "method",
|
|
1209
|
-
"name": "
|
|
1210
|
-
"privacy": "
|
|
1196
|
+
"name": "compose",
|
|
1197
|
+
"privacy": "public",
|
|
1198
|
+
"static": true,
|
|
1211
1199
|
"return": {
|
|
1212
1200
|
"type": {
|
|
1213
|
-
"text": "
|
|
1201
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1214
1202
|
}
|
|
1215
1203
|
},
|
|
1216
1204
|
"parameters": [
|
|
1217
1205
|
{
|
|
1218
|
-
"name": "
|
|
1206
|
+
"name": "this",
|
|
1219
1207
|
"type": {
|
|
1220
|
-
"text": "
|
|
1208
|
+
"text": "K"
|
|
1221
1209
|
}
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "elementDefinition",
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": "T"
|
|
1215
|
+
},
|
|
1216
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1222
1217
|
}
|
|
1223
1218
|
],
|
|
1219
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1224
1220
|
"inheritedFrom": {
|
|
1225
|
-
"name": "
|
|
1226
|
-
"module": "src/accordion/accordion.ts"
|
|
1221
|
+
"name": "AccordionItem",
|
|
1222
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1227
1223
|
}
|
|
1228
|
-
}
|
|
1224
|
+
}
|
|
1225
|
+
],
|
|
1226
|
+
"events": [
|
|
1229
1227
|
{
|
|
1230
|
-
"
|
|
1231
|
-
"name": "focusItem",
|
|
1232
|
-
"privacy": "private",
|
|
1233
|
-
"return": {
|
|
1234
|
-
"type": {
|
|
1235
|
-
"text": "void"
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
"inheritedFrom": {
|
|
1239
|
-
"name": "Accordion",
|
|
1240
|
-
"module": "src/accordion/accordion.ts"
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "field",
|
|
1245
|
-
"name": "_presentation",
|
|
1246
|
-
"type": {
|
|
1247
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1248
|
-
},
|
|
1249
|
-
"privacy": "private",
|
|
1250
|
-
"default": "void 0",
|
|
1251
|
-
"inheritedFrom": {
|
|
1252
|
-
"name": "Accordion",
|
|
1253
|
-
"module": "src/accordion/accordion.ts"
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "field",
|
|
1258
|
-
"name": "$presentation",
|
|
1259
|
-
"type": {
|
|
1260
|
-
"text": "ComponentPresentation | null"
|
|
1261
|
-
},
|
|
1262
|
-
"privacy": "public",
|
|
1263
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1264
|
-
"inheritedFrom": {
|
|
1265
|
-
"name": "Accordion",
|
|
1266
|
-
"module": "src/accordion/accordion.ts"
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"kind": "field",
|
|
1271
|
-
"name": "template",
|
|
1272
|
-
"type": {
|
|
1273
|
-
"text": "ElementViewTemplate | void | null"
|
|
1274
|
-
},
|
|
1275
|
-
"privacy": "public",
|
|
1276
|
-
"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.",
|
|
1277
|
-
"inheritedFrom": {
|
|
1278
|
-
"name": "Accordion",
|
|
1279
|
-
"module": "src/accordion/accordion.ts"
|
|
1280
|
-
}
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"kind": "method",
|
|
1284
|
-
"name": "templateChanged",
|
|
1285
|
-
"privacy": "protected",
|
|
1286
|
-
"return": {
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "void"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
"inheritedFrom": {
|
|
1292
|
-
"name": "Accordion",
|
|
1293
|
-
"module": "src/accordion/accordion.ts"
|
|
1294
|
-
}
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
"kind": "field",
|
|
1298
|
-
"name": "styles",
|
|
1299
|
-
"type": {
|
|
1300
|
-
"text": "ElementStyles | void | null"
|
|
1301
|
-
},
|
|
1302
|
-
"privacy": "public",
|
|
1303
|
-
"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.",
|
|
1304
|
-
"inheritedFrom": {
|
|
1305
|
-
"name": "Accordion",
|
|
1306
|
-
"module": "src/accordion/accordion.ts"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"kind": "method",
|
|
1311
|
-
"name": "stylesChanged",
|
|
1312
|
-
"privacy": "protected",
|
|
1313
|
-
"return": {
|
|
1314
|
-
"type": {
|
|
1315
|
-
"text": "void"
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"inheritedFrom": {
|
|
1319
|
-
"name": "Accordion",
|
|
1320
|
-
"module": "src/accordion/accordion.ts"
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"kind": "method",
|
|
1325
|
-
"name": "compose",
|
|
1326
|
-
"privacy": "public",
|
|
1327
|
-
"static": true,
|
|
1328
|
-
"return": {
|
|
1329
|
-
"type": {
|
|
1330
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
"parameters": [
|
|
1334
|
-
{
|
|
1335
|
-
"name": "this",
|
|
1336
|
-
"type": {
|
|
1337
|
-
"text": "K"
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "elementDefinition",
|
|
1342
|
-
"type": {
|
|
1343
|
-
"text": "T"
|
|
1344
|
-
},
|
|
1345
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1346
|
-
}
|
|
1347
|
-
],
|
|
1348
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1349
|
-
"inheritedFrom": {
|
|
1350
|
-
"name": "Accordion",
|
|
1351
|
-
"module": "src/accordion/accordion.ts"
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
],
|
|
1355
|
-
"events": [
|
|
1356
|
-
{
|
|
1357
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
1228
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1358
1229
|
"name": "change",
|
|
1359
1230
|
"inheritedFrom": {
|
|
1360
|
-
"name": "
|
|
1361
|
-
"module": "src/accordion/accordion.ts"
|
|
1231
|
+
"name": "AccordionItem",
|
|
1232
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1362
1233
|
}
|
|
1363
1234
|
}
|
|
1364
1235
|
]
|
|
1365
1236
|
},
|
|
1366
1237
|
{
|
|
1367
1238
|
"kind": "variable",
|
|
1368
|
-
"name": "
|
|
1239
|
+
"name": "zeroAccordionItem"
|
|
1369
1240
|
}
|
|
1370
1241
|
],
|
|
1371
1242
|
"exports": [
|
|
1372
1243
|
{
|
|
1373
1244
|
"kind": "js",
|
|
1374
|
-
"name": "
|
|
1245
|
+
"name": "AccordionItem",
|
|
1375
1246
|
"declaration": {
|
|
1376
|
-
"name": "
|
|
1377
|
-
"module": "src/accordion/accordion.ts"
|
|
1247
|
+
"name": "AccordionItem",
|
|
1248
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1378
1249
|
}
|
|
1379
1250
|
},
|
|
1380
1251
|
{
|
|
1381
1252
|
"kind": "js",
|
|
1382
|
-
"name": "
|
|
1253
|
+
"name": "zeroAccordionItem",
|
|
1383
1254
|
"declaration": {
|
|
1384
|
-
"name": "
|
|
1385
|
-
"module": "src/accordion/accordion.ts"
|
|
1255
|
+
"name": "zeroAccordionItem",
|
|
1256
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1386
1257
|
}
|
|
1387
1258
|
}
|
|
1388
1259
|
]
|
|
1389
1260
|
},
|
|
1390
1261
|
{
|
|
1391
1262
|
"kind": "javascript-module",
|
|
1392
|
-
"path": "src/accordion/index.ts",
|
|
1263
|
+
"path": "src/accordion-item/index.ts",
|
|
1393
1264
|
"declarations": [],
|
|
1394
1265
|
"exports": [
|
|
1395
1266
|
{
|
|
@@ -1397,7 +1268,7 @@
|
|
|
1397
1268
|
"name": "*",
|
|
1398
1269
|
"declaration": {
|
|
1399
1270
|
"name": "*",
|
|
1400
|
-
"package": "./accordion"
|
|
1271
|
+
"package": "./accordion-item"
|
|
1401
1272
|
}
|
|
1402
1273
|
},
|
|
1403
1274
|
{
|
|
@@ -1405,7 +1276,7 @@
|
|
|
1405
1276
|
"name": "*",
|
|
1406
1277
|
"declaration": {
|
|
1407
1278
|
"name": "*",
|
|
1408
|
-
"package": "./accordion.styles"
|
|
1279
|
+
"package": "./accordion-item.styles"
|
|
1409
1280
|
}
|
|
1410
1281
|
},
|
|
1411
1282
|
{
|
|
@@ -1413,18 +1284,18 @@
|
|
|
1413
1284
|
"name": "*",
|
|
1414
1285
|
"declaration": {
|
|
1415
1286
|
"name": "*",
|
|
1416
|
-
"package": "./accordion.template"
|
|
1287
|
+
"package": "./accordion-item.template"
|
|
1417
1288
|
}
|
|
1418
1289
|
}
|
|
1419
1290
|
]
|
|
1420
1291
|
},
|
|
1421
1292
|
{
|
|
1422
1293
|
"kind": "javascript-module",
|
|
1423
|
-
"path": "src/accordion
|
|
1294
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1424
1295
|
"declarations": [
|
|
1425
1296
|
{
|
|
1426
1297
|
"kind": "function",
|
|
1427
|
-
"name": "
|
|
1298
|
+
"name": "zeroAccordionStyles",
|
|
1428
1299
|
"return": {
|
|
1429
1300
|
"type": {
|
|
1430
1301
|
"text": "ElementStyles"
|
|
@@ -1449,24 +1320,24 @@
|
|
|
1449
1320
|
"exports": [
|
|
1450
1321
|
{
|
|
1451
1322
|
"kind": "js",
|
|
1452
|
-
"name": "
|
|
1323
|
+
"name": "zeroAccordionStyles",
|
|
1453
1324
|
"declaration": {
|
|
1454
|
-
"name": "
|
|
1455
|
-
"module": "src/accordion
|
|
1325
|
+
"name": "zeroAccordionStyles",
|
|
1326
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1456
1327
|
}
|
|
1457
1328
|
}
|
|
1458
1329
|
]
|
|
1459
1330
|
},
|
|
1460
1331
|
{
|
|
1461
1332
|
"kind": "javascript-module",
|
|
1462
|
-
"path": "src/accordion
|
|
1333
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1463
1334
|
"declarations": [
|
|
1464
1335
|
{
|
|
1465
1336
|
"kind": "function",
|
|
1466
|
-
"name": "
|
|
1337
|
+
"name": "zeroAccordionTemplate",
|
|
1467
1338
|
"return": {
|
|
1468
1339
|
"type": {
|
|
1469
|
-
"text": "ViewTemplate<
|
|
1340
|
+
"text": "ViewTemplate<Accordion>"
|
|
1470
1341
|
}
|
|
1471
1342
|
},
|
|
1472
1343
|
"parameters": [
|
|
@@ -1488,116 +1359,237 @@
|
|
|
1488
1359
|
"exports": [
|
|
1489
1360
|
{
|
|
1490
1361
|
"kind": "js",
|
|
1491
|
-
"name": "
|
|
1362
|
+
"name": "zeroAccordionTemplate",
|
|
1492
1363
|
"declaration": {
|
|
1493
|
-
"name": "
|
|
1494
|
-
"module": "src/accordion
|
|
1364
|
+
"name": "zeroAccordionTemplate",
|
|
1365
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1495
1366
|
}
|
|
1496
1367
|
}
|
|
1497
1368
|
]
|
|
1498
1369
|
},
|
|
1499
1370
|
{
|
|
1500
1371
|
"kind": "javascript-module",
|
|
1501
|
-
"path": "src/accordion
|
|
1372
|
+
"path": "src/accordion/accordion.ts",
|
|
1502
1373
|
"declarations": [
|
|
1503
1374
|
{
|
|
1504
1375
|
"kind": "class",
|
|
1505
1376
|
"description": "",
|
|
1506
|
-
"name": "
|
|
1377
|
+
"name": "Accordion",
|
|
1507
1378
|
"superclass": {
|
|
1508
|
-
"name": "
|
|
1379
|
+
"name": "FoundationAccordion",
|
|
1509
1380
|
"package": "@genesislcap/foundation-ui"
|
|
1510
1381
|
},
|
|
1511
1382
|
"tagName": "%%prefix%%-card",
|
|
1512
1383
|
"customElement": true,
|
|
1513
1384
|
"attributes": [
|
|
1514
1385
|
{
|
|
1515
|
-
"name": "
|
|
1516
|
-
"type": {
|
|
1517
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1518
|
-
},
|
|
1519
|
-
"default": "2",
|
|
1520
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1521
|
-
"fieldName": "headinglevel",
|
|
1522
|
-
"inheritedFrom": {
|
|
1523
|
-
"name": "AccordionItem",
|
|
1524
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1525
|
-
}
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"type": {
|
|
1529
|
-
"text": "boolean"
|
|
1530
|
-
},
|
|
1531
|
-
"default": "false",
|
|
1532
|
-
"description": "Expands or collapses the item.",
|
|
1533
|
-
"fieldName": "expanded",
|
|
1534
|
-
"inheritedFrom": {
|
|
1535
|
-
"name": "AccordionItem",
|
|
1536
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1537
|
-
}
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"name": "id",
|
|
1386
|
+
"name": "expand-mode",
|
|
1541
1387
|
"type": {
|
|
1542
|
-
"text": "
|
|
1388
|
+
"text": "AccordionExpandMode"
|
|
1543
1389
|
},
|
|
1544
|
-
"description": "
|
|
1545
|
-
"fieldName": "
|
|
1390
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1391
|
+
"fieldName": "expandmode",
|
|
1546
1392
|
"inheritedFrom": {
|
|
1547
|
-
"name": "
|
|
1548
|
-
"module": "src/accordion
|
|
1393
|
+
"name": "Accordion",
|
|
1394
|
+
"module": "src/accordion/accordion.ts"
|
|
1549
1395
|
}
|
|
1550
1396
|
}
|
|
1551
1397
|
],
|
|
1552
1398
|
"members": [
|
|
1553
1399
|
{
|
|
1554
1400
|
"kind": "field",
|
|
1555
|
-
"name": "
|
|
1401
|
+
"name": "expandmode",
|
|
1556
1402
|
"type": {
|
|
1557
|
-
"text": "
|
|
1403
|
+
"text": "AccordionExpandMode"
|
|
1558
1404
|
},
|
|
1559
1405
|
"privacy": "public",
|
|
1560
|
-
"
|
|
1561
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1406
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1562
1407
|
"inheritedFrom": {
|
|
1563
|
-
"name": "
|
|
1564
|
-
"module": "src/accordion
|
|
1408
|
+
"name": "Accordion",
|
|
1409
|
+
"module": "src/accordion/accordion.ts"
|
|
1565
1410
|
}
|
|
1566
1411
|
},
|
|
1567
1412
|
{
|
|
1568
1413
|
"kind": "field",
|
|
1569
|
-
"name": "
|
|
1414
|
+
"name": "activeid",
|
|
1570
1415
|
"type": {
|
|
1571
|
-
"text": "
|
|
1416
|
+
"text": "string | null"
|
|
1572
1417
|
},
|
|
1573
|
-
"privacy": "
|
|
1574
|
-
"default": "false",
|
|
1575
|
-
"description": "Expands or collapses the item.",
|
|
1418
|
+
"privacy": "private",
|
|
1576
1419
|
"inheritedFrom": {
|
|
1577
|
-
"name": "
|
|
1578
|
-
"module": "src/accordion
|
|
1420
|
+
"name": "Accordion",
|
|
1421
|
+
"module": "src/accordion/accordion.ts"
|
|
1579
1422
|
}
|
|
1580
1423
|
},
|
|
1581
1424
|
{
|
|
1582
1425
|
"kind": "field",
|
|
1583
|
-
"name": "
|
|
1426
|
+
"name": "activeItemIndex",
|
|
1584
1427
|
"type": {
|
|
1585
|
-
"text": "
|
|
1428
|
+
"text": "number"
|
|
1586
1429
|
},
|
|
1587
|
-
"privacy": "
|
|
1588
|
-
"
|
|
1430
|
+
"privacy": "private",
|
|
1431
|
+
"default": "0",
|
|
1589
1432
|
"inheritedFrom": {
|
|
1590
|
-
"name": "
|
|
1591
|
-
"module": "src/accordion
|
|
1433
|
+
"name": "Accordion",
|
|
1434
|
+
"module": "src/accordion/accordion.ts"
|
|
1592
1435
|
}
|
|
1593
1436
|
},
|
|
1594
1437
|
{
|
|
1595
1438
|
"kind": "field",
|
|
1596
|
-
"name": "
|
|
1439
|
+
"name": "accordionIds",
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "Array<string | null>"
|
|
1442
|
+
},
|
|
1597
1443
|
"privacy": "private",
|
|
1598
1444
|
"inheritedFrom": {
|
|
1599
|
-
"name": "
|
|
1600
|
-
"module": "src/accordion
|
|
1445
|
+
"name": "Accordion",
|
|
1446
|
+
"module": "src/accordion/accordion.ts"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"kind": "field",
|
|
1451
|
+
"name": "change",
|
|
1452
|
+
"privacy": "private",
|
|
1453
|
+
"inheritedFrom": {
|
|
1454
|
+
"name": "Accordion",
|
|
1455
|
+
"module": "src/accordion/accordion.ts"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "method",
|
|
1460
|
+
"name": "findExpandedItem",
|
|
1461
|
+
"privacy": "private",
|
|
1462
|
+
"return": {
|
|
1463
|
+
"type": {
|
|
1464
|
+
"text": "AccordionItem | null"
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"inheritedFrom": {
|
|
1468
|
+
"name": "Accordion",
|
|
1469
|
+
"module": "src/accordion/accordion.ts"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "field",
|
|
1474
|
+
"name": "setItems",
|
|
1475
|
+
"privacy": "private",
|
|
1476
|
+
"inheritedFrom": {
|
|
1477
|
+
"name": "Accordion",
|
|
1478
|
+
"module": "src/accordion/accordion.ts"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "method",
|
|
1483
|
+
"name": "resetItems",
|
|
1484
|
+
"privacy": "private",
|
|
1485
|
+
"return": {
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "void"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
"inheritedFrom": {
|
|
1491
|
+
"name": "Accordion",
|
|
1492
|
+
"module": "src/accordion/accordion.ts"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "field",
|
|
1497
|
+
"name": "removeItemListeners",
|
|
1498
|
+
"privacy": "private",
|
|
1499
|
+
"inheritedFrom": {
|
|
1500
|
+
"name": "Accordion",
|
|
1501
|
+
"module": "src/accordion/accordion.ts"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"kind": "field",
|
|
1506
|
+
"name": "activeItemChange",
|
|
1507
|
+
"privacy": "private",
|
|
1508
|
+
"inheritedFrom": {
|
|
1509
|
+
"name": "Accordion",
|
|
1510
|
+
"module": "src/accordion/accordion.ts"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "method",
|
|
1515
|
+
"name": "getItemIds",
|
|
1516
|
+
"privacy": "private",
|
|
1517
|
+
"return": {
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "Array<string | null>"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"inheritedFrom": {
|
|
1523
|
+
"name": "Accordion",
|
|
1524
|
+
"module": "src/accordion/accordion.ts"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "method",
|
|
1529
|
+
"name": "isSingleExpandMode",
|
|
1530
|
+
"privacy": "private",
|
|
1531
|
+
"return": {
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "boolean"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
"inheritedFrom": {
|
|
1537
|
+
"name": "Accordion",
|
|
1538
|
+
"module": "src/accordion/accordion.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "field",
|
|
1543
|
+
"name": "handleItemKeyDown",
|
|
1544
|
+
"privacy": "private",
|
|
1545
|
+
"inheritedFrom": {
|
|
1546
|
+
"name": "Accordion",
|
|
1547
|
+
"module": "src/accordion/accordion.ts"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "field",
|
|
1552
|
+
"name": "handleItemFocus",
|
|
1553
|
+
"privacy": "private",
|
|
1554
|
+
"inheritedFrom": {
|
|
1555
|
+
"name": "Accordion",
|
|
1556
|
+
"module": "src/accordion/accordion.ts"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "method",
|
|
1561
|
+
"name": "adjust",
|
|
1562
|
+
"privacy": "private",
|
|
1563
|
+
"return": {
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "void"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"parameters": [
|
|
1569
|
+
{
|
|
1570
|
+
"name": "adjustment",
|
|
1571
|
+
"type": {
|
|
1572
|
+
"text": "number"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"inheritedFrom": {
|
|
1577
|
+
"name": "Accordion",
|
|
1578
|
+
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "method",
|
|
1583
|
+
"name": "focusItem",
|
|
1584
|
+
"privacy": "private",
|
|
1585
|
+
"return": {
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "void"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"inheritedFrom": {
|
|
1591
|
+
"name": "Accordion",
|
|
1592
|
+
"module": "src/accordion/accordion.ts"
|
|
1601
1593
|
}
|
|
1602
1594
|
},
|
|
1603
1595
|
{
|
|
@@ -1609,8 +1601,8 @@
|
|
|
1609
1601
|
"privacy": "private",
|
|
1610
1602
|
"default": "void 0",
|
|
1611
1603
|
"inheritedFrom": {
|
|
1612
|
-
"name": "
|
|
1613
|
-
"module": "src/accordion
|
|
1604
|
+
"name": "Accordion",
|
|
1605
|
+
"module": "src/accordion/accordion.ts"
|
|
1614
1606
|
}
|
|
1615
1607
|
},
|
|
1616
1608
|
{
|
|
@@ -1622,8 +1614,8 @@
|
|
|
1622
1614
|
"privacy": "public",
|
|
1623
1615
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1624
1616
|
"inheritedFrom": {
|
|
1625
|
-
"name": "
|
|
1626
|
-
"module": "src/accordion
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1627
1619
|
}
|
|
1628
1620
|
},
|
|
1629
1621
|
{
|
|
@@ -1635,8 +1627,8 @@
|
|
|
1635
1627
|
"privacy": "public",
|
|
1636
1628
|
"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.",
|
|
1637
1629
|
"inheritedFrom": {
|
|
1638
|
-
"name": "
|
|
1639
|
-
"module": "src/accordion
|
|
1630
|
+
"name": "Accordion",
|
|
1631
|
+
"module": "src/accordion/accordion.ts"
|
|
1640
1632
|
}
|
|
1641
1633
|
},
|
|
1642
1634
|
{
|
|
@@ -1649,8 +1641,8 @@
|
|
|
1649
1641
|
}
|
|
1650
1642
|
},
|
|
1651
1643
|
"inheritedFrom": {
|
|
1652
|
-
"name": "
|
|
1653
|
-
"module": "src/accordion
|
|
1644
|
+
"name": "Accordion",
|
|
1645
|
+
"module": "src/accordion/accordion.ts"
|
|
1654
1646
|
}
|
|
1655
1647
|
},
|
|
1656
1648
|
{
|
|
@@ -1662,8 +1654,8 @@
|
|
|
1662
1654
|
"privacy": "public",
|
|
1663
1655
|
"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.",
|
|
1664
1656
|
"inheritedFrom": {
|
|
1665
|
-
"name": "
|
|
1666
|
-
"module": "src/accordion
|
|
1657
|
+
"name": "Accordion",
|
|
1658
|
+
"module": "src/accordion/accordion.ts"
|
|
1667
1659
|
}
|
|
1668
1660
|
},
|
|
1669
1661
|
{
|
|
@@ -1676,8 +1668,8 @@
|
|
|
1676
1668
|
}
|
|
1677
1669
|
},
|
|
1678
1670
|
"inheritedFrom": {
|
|
1679
|
-
"name": "
|
|
1680
|
-
"module": "src/accordion
|
|
1671
|
+
"name": "Accordion",
|
|
1672
|
+
"module": "src/accordion/accordion.ts"
|
|
1681
1673
|
}
|
|
1682
1674
|
},
|
|
1683
1675
|
{
|
|
@@ -1707,49 +1699,49 @@
|
|
|
1707
1699
|
],
|
|
1708
1700
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1709
1701
|
"inheritedFrom": {
|
|
1710
|
-
"name": "
|
|
1711
|
-
"module": "src/accordion
|
|
1702
|
+
"name": "Accordion",
|
|
1703
|
+
"module": "src/accordion/accordion.ts"
|
|
1712
1704
|
}
|
|
1713
1705
|
}
|
|
1714
1706
|
],
|
|
1715
1707
|
"events": [
|
|
1716
1708
|
{
|
|
1717
|
-
"description": "Fires a custom 'change' event when the
|
|
1709
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1718
1710
|
"name": "change",
|
|
1719
1711
|
"inheritedFrom": {
|
|
1720
|
-
"name": "
|
|
1721
|
-
"module": "src/accordion
|
|
1712
|
+
"name": "Accordion",
|
|
1713
|
+
"module": "src/accordion/accordion.ts"
|
|
1722
1714
|
}
|
|
1723
1715
|
}
|
|
1724
1716
|
]
|
|
1725
1717
|
},
|
|
1726
1718
|
{
|
|
1727
1719
|
"kind": "variable",
|
|
1728
|
-
"name": "
|
|
1720
|
+
"name": "zeroAccordion"
|
|
1729
1721
|
}
|
|
1730
1722
|
],
|
|
1731
1723
|
"exports": [
|
|
1732
1724
|
{
|
|
1733
1725
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1726
|
+
"name": "Accordion",
|
|
1735
1727
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/accordion
|
|
1728
|
+
"name": "Accordion",
|
|
1729
|
+
"module": "src/accordion/accordion.ts"
|
|
1738
1730
|
}
|
|
1739
1731
|
},
|
|
1740
1732
|
{
|
|
1741
1733
|
"kind": "js",
|
|
1742
|
-
"name": "
|
|
1734
|
+
"name": "zeroAccordion",
|
|
1743
1735
|
"declaration": {
|
|
1744
|
-
"name": "
|
|
1745
|
-
"module": "src/accordion
|
|
1736
|
+
"name": "zeroAccordion",
|
|
1737
|
+
"module": "src/accordion/accordion.ts"
|
|
1746
1738
|
}
|
|
1747
1739
|
}
|
|
1748
1740
|
]
|
|
1749
1741
|
},
|
|
1750
1742
|
{
|
|
1751
1743
|
"kind": "javascript-module",
|
|
1752
|
-
"path": "src/accordion
|
|
1744
|
+
"path": "src/accordion/index.ts",
|
|
1753
1745
|
"declarations": [],
|
|
1754
1746
|
"exports": [
|
|
1755
1747
|
{
|
|
@@ -1757,7 +1749,7 @@
|
|
|
1757
1749
|
"name": "*",
|
|
1758
1750
|
"declaration": {
|
|
1759
1751
|
"name": "*",
|
|
1760
|
-
"package": "./accordion
|
|
1752
|
+
"package": "./accordion"
|
|
1761
1753
|
}
|
|
1762
1754
|
},
|
|
1763
1755
|
{
|
|
@@ -1765,7 +1757,7 @@
|
|
|
1765
1757
|
"name": "*",
|
|
1766
1758
|
"declaration": {
|
|
1767
1759
|
"name": "*",
|
|
1768
|
-
"package": "./accordion
|
|
1760
|
+
"package": "./accordion.styles"
|
|
1769
1761
|
}
|
|
1770
1762
|
},
|
|
1771
1763
|
{
|
|
@@ -1773,7 +1765,7 @@
|
|
|
1773
1765
|
"name": "*",
|
|
1774
1766
|
"declaration": {
|
|
1775
1767
|
"name": "*",
|
|
1776
|
-
"package": "./accordion
|
|
1768
|
+
"package": "./accordion.template"
|
|
1777
1769
|
}
|
|
1778
1770
|
}
|
|
1779
1771
|
]
|
|
@@ -21601,11 +21593,11 @@
|
|
|
21601
21593
|
},
|
|
21602
21594
|
{
|
|
21603
21595
|
"kind": "javascript-module",
|
|
21604
|
-
"path": "src/
|
|
21596
|
+
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
21605
21597
|
"declarations": [
|
|
21606
21598
|
{
|
|
21607
21599
|
"kind": "function",
|
|
21608
|
-
"name": "
|
|
21600
|
+
"name": "zeroHorizontalScrollStyles",
|
|
21609
21601
|
"return": {
|
|
21610
21602
|
"type": {
|
|
21611
21603
|
"text": "ElementStyles"
|
|
@@ -21630,306 +21622,470 @@
|
|
|
21630
21622
|
"exports": [
|
|
21631
21623
|
{
|
|
21632
21624
|
"kind": "js",
|
|
21633
|
-
"name": "
|
|
21625
|
+
"name": "zeroHorizontalScrollStyles",
|
|
21634
21626
|
"declaration": {
|
|
21635
|
-
"name": "
|
|
21636
|
-
"module": "src/
|
|
21627
|
+
"name": "zeroHorizontalScrollStyles",
|
|
21628
|
+
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
21637
21629
|
}
|
|
21638
21630
|
}
|
|
21639
21631
|
]
|
|
21640
21632
|
},
|
|
21641
21633
|
{
|
|
21642
21634
|
"kind": "javascript-module",
|
|
21643
|
-
"path": "src/
|
|
21635
|
+
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
21644
21636
|
"declarations": [
|
|
21645
21637
|
{
|
|
21646
|
-
"kind": "
|
|
21647
|
-
"name": "
|
|
21648
|
-
"
|
|
21638
|
+
"kind": "function",
|
|
21639
|
+
"name": "zeroHorizontalScrollTemplate",
|
|
21640
|
+
"return": {
|
|
21641
|
+
"type": {
|
|
21642
|
+
"text": "ViewTemplate<HorizontalScroll>"
|
|
21643
|
+
}
|
|
21644
|
+
},
|
|
21645
|
+
"parameters": [
|
|
21646
|
+
{
|
|
21647
|
+
"name": "context",
|
|
21648
|
+
"type": {
|
|
21649
|
+
"text": "ElementDefinitionContext"
|
|
21650
|
+
}
|
|
21651
|
+
},
|
|
21652
|
+
{
|
|
21653
|
+
"name": "definition",
|
|
21654
|
+
"type": {
|
|
21655
|
+
"text": "FoundationElementDefinition"
|
|
21656
|
+
}
|
|
21657
|
+
}
|
|
21658
|
+
]
|
|
21649
21659
|
}
|
|
21650
21660
|
],
|
|
21651
21661
|
"exports": [
|
|
21652
21662
|
{
|
|
21653
21663
|
"kind": "js",
|
|
21654
|
-
"name": "
|
|
21664
|
+
"name": "zeroHorizontalScrollTemplate",
|
|
21655
21665
|
"declaration": {
|
|
21656
|
-
"name": "
|
|
21657
|
-
"module": "src/
|
|
21666
|
+
"name": "zeroHorizontalScrollTemplate",
|
|
21667
|
+
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
21658
21668
|
}
|
|
21659
21669
|
}
|
|
21660
21670
|
]
|
|
21661
21671
|
},
|
|
21662
21672
|
{
|
|
21663
21673
|
"kind": "javascript-module",
|
|
21664
|
-
"path": "src/
|
|
21674
|
+
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
21665
21675
|
"declarations": [
|
|
21666
21676
|
{
|
|
21667
21677
|
"kind": "class",
|
|
21668
21678
|
"description": "",
|
|
21669
|
-
"name": "
|
|
21679
|
+
"name": "HorizontalScroll",
|
|
21670
21680
|
"superclass": {
|
|
21671
|
-
"name": "
|
|
21681
|
+
"name": "FoundationHorizontalScroll",
|
|
21672
21682
|
"package": "@genesislcap/foundation-ui"
|
|
21673
21683
|
},
|
|
21674
|
-
"tagName": "%%prefix%%-
|
|
21684
|
+
"tagName": "%%prefix%%-horizontal-scroll",
|
|
21675
21685
|
"customElement": true,
|
|
21676
21686
|
"attributes": [
|
|
21677
21687
|
{
|
|
21678
|
-
"name": "tooltip-id",
|
|
21679
21688
|
"type": {
|
|
21680
|
-
"text": "
|
|
21689
|
+
"text": "number"
|
|
21681
21690
|
},
|
|
21682
|
-
"
|
|
21691
|
+
"default": "600",
|
|
21692
|
+
"description": "Speed of scroll in pixels per second",
|
|
21693
|
+
"fieldName": "speed",
|
|
21683
21694
|
"inheritedFrom": {
|
|
21684
|
-
"name": "
|
|
21685
|
-
"module": "src/
|
|
21695
|
+
"name": "HorizontalScroll",
|
|
21696
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21686
21697
|
}
|
|
21687
21698
|
},
|
|
21688
21699
|
{
|
|
21689
|
-
"name": "
|
|
21700
|
+
"name": "duration",
|
|
21690
21701
|
"type": {
|
|
21691
21702
|
"text": "string"
|
|
21692
21703
|
},
|
|
21693
|
-
"
|
|
21694
|
-
"
|
|
21695
|
-
"name": "Icon",
|
|
21696
|
-
"module": "src/icon/icon.ts"
|
|
21697
|
-
}
|
|
21698
|
-
},
|
|
21699
|
-
{
|
|
21700
|
-
"name": "error",
|
|
21701
|
-
"type": {
|
|
21702
|
-
"text": "boolean"
|
|
21703
|
-
},
|
|
21704
|
-
"default": "false",
|
|
21705
|
-
"fieldName": "isError",
|
|
21704
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
21705
|
+
"fieldName": "duration",
|
|
21706
21706
|
"inheritedFrom": {
|
|
21707
|
-
"name": "
|
|
21708
|
-
"module": "src/
|
|
21707
|
+
"name": "HorizontalScroll",
|
|
21708
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21709
21709
|
}
|
|
21710
21710
|
},
|
|
21711
21711
|
{
|
|
21712
|
-
"name": "
|
|
21712
|
+
"name": "easing",
|
|
21713
21713
|
"type": {
|
|
21714
|
-
"text": "
|
|
21714
|
+
"text": "ScrollEasing"
|
|
21715
21715
|
},
|
|
21716
|
-
"
|
|
21716
|
+
"default": "\"ease-in-out\"",
|
|
21717
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
21718
|
+
"fieldName": "easing",
|
|
21717
21719
|
"inheritedFrom": {
|
|
21718
|
-
"name": "
|
|
21719
|
-
"module": "src/
|
|
21720
|
+
"name": "HorizontalScroll",
|
|
21721
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21720
21722
|
}
|
|
21721
21723
|
},
|
|
21722
21724
|
{
|
|
21723
|
-
"name": "
|
|
21725
|
+
"name": "flippers-hidden-from-at",
|
|
21724
21726
|
"type": {
|
|
21725
|
-
"text": "
|
|
21727
|
+
"text": "boolean"
|
|
21726
21728
|
},
|
|
21727
|
-
"default": "
|
|
21728
|
-
"
|
|
21729
|
+
"default": "false",
|
|
21730
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
21731
|
+
"fieldName": "flippersHiddenFromAT",
|
|
21729
21732
|
"inheritedFrom": {
|
|
21730
|
-
"name": "
|
|
21731
|
-
"module": "src/
|
|
21733
|
+
"name": "HorizontalScroll",
|
|
21734
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21732
21735
|
}
|
|
21733
21736
|
},
|
|
21734
21737
|
{
|
|
21735
|
-
"name": "
|
|
21738
|
+
"name": "view",
|
|
21736
21739
|
"type": {
|
|
21737
|
-
"text": "
|
|
21740
|
+
"text": "HorizontalScrollView"
|
|
21738
21741
|
},
|
|
21739
|
-
"
|
|
21740
|
-
"fieldName": "
|
|
21742
|
+
"description": "View: default | mobile",
|
|
21743
|
+
"fieldName": "view",
|
|
21741
21744
|
"inheritedFrom": {
|
|
21742
|
-
"name": "
|
|
21743
|
-
"module": "src/
|
|
21745
|
+
"name": "HorizontalScroll",
|
|
21746
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21744
21747
|
}
|
|
21745
21748
|
}
|
|
21746
21749
|
],
|
|
21747
21750
|
"members": [
|
|
21748
21751
|
{
|
|
21749
21752
|
"kind": "field",
|
|
21750
|
-
"name": "
|
|
21753
|
+
"name": "scrollContainer",
|
|
21751
21754
|
"type": {
|
|
21752
|
-
"text": "
|
|
21755
|
+
"text": "HTMLDivElement"
|
|
21753
21756
|
},
|
|
21757
|
+
"privacy": "public",
|
|
21758
|
+
"description": "Reference to DOM element that scrolls the content",
|
|
21754
21759
|
"inheritedFrom": {
|
|
21755
|
-
"name": "
|
|
21756
|
-
"module": "src/
|
|
21760
|
+
"name": "HorizontalScroll",
|
|
21761
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21757
21762
|
}
|
|
21758
21763
|
},
|
|
21759
21764
|
{
|
|
21760
21765
|
"kind": "field",
|
|
21761
|
-
"name": "
|
|
21766
|
+
"name": "content",
|
|
21762
21767
|
"type": {
|
|
21763
|
-
"text": "
|
|
21768
|
+
"text": "HTMLDivElement"
|
|
21764
21769
|
},
|
|
21770
|
+
"privacy": "public",
|
|
21771
|
+
"description": "Reference to DOM element that holds the slotted content",
|
|
21765
21772
|
"inheritedFrom": {
|
|
21766
|
-
"name": "
|
|
21767
|
-
"module": "src/
|
|
21773
|
+
"name": "HorizontalScroll",
|
|
21774
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21768
21775
|
}
|
|
21769
21776
|
},
|
|
21770
21777
|
{
|
|
21771
21778
|
"kind": "field",
|
|
21772
|
-
"name": "
|
|
21779
|
+
"name": "previousFlipperContainer",
|
|
21773
21780
|
"type": {
|
|
21774
|
-
"text": "
|
|
21781
|
+
"text": "HTMLDivElement"
|
|
21775
21782
|
},
|
|
21783
|
+
"privacy": "public",
|
|
21784
|
+
"description": "Reference to flipper to scroll to previous content",
|
|
21776
21785
|
"inheritedFrom": {
|
|
21777
|
-
"name": "
|
|
21778
|
-
"module": "src/
|
|
21786
|
+
"name": "HorizontalScroll",
|
|
21787
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21779
21788
|
}
|
|
21780
21789
|
},
|
|
21781
21790
|
{
|
|
21782
21791
|
"kind": "field",
|
|
21783
|
-
"name": "
|
|
21792
|
+
"name": "nextFlipperContainer",
|
|
21784
21793
|
"type": {
|
|
21785
|
-
"text": "
|
|
21794
|
+
"text": "HTMLDivElement"
|
|
21786
21795
|
},
|
|
21796
|
+
"privacy": "public",
|
|
21797
|
+
"description": "Reference to flipper to scroll to the next content",
|
|
21787
21798
|
"inheritedFrom": {
|
|
21788
|
-
"name": "
|
|
21789
|
-
"module": "src/
|
|
21799
|
+
"name": "HorizontalScroll",
|
|
21800
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21790
21801
|
}
|
|
21791
21802
|
},
|
|
21792
21803
|
{
|
|
21793
21804
|
"kind": "field",
|
|
21794
|
-
"name": "
|
|
21805
|
+
"name": "speed",
|
|
21795
21806
|
"type": {
|
|
21796
|
-
"text": "
|
|
21807
|
+
"text": "number"
|
|
21797
21808
|
},
|
|
21798
|
-
"
|
|
21809
|
+
"privacy": "public",
|
|
21810
|
+
"default": "600",
|
|
21811
|
+
"description": "Speed of scroll in pixels per second",
|
|
21799
21812
|
"inheritedFrom": {
|
|
21800
|
-
"name": "
|
|
21801
|
-
"module": "src/
|
|
21813
|
+
"name": "HorizontalScroll",
|
|
21814
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21802
21815
|
}
|
|
21803
21816
|
},
|
|
21804
21817
|
{
|
|
21805
21818
|
"kind": "field",
|
|
21806
|
-
"name": "
|
|
21819
|
+
"name": "duration",
|
|
21807
21820
|
"type": {
|
|
21808
|
-
"text": "
|
|
21821
|
+
"text": "string"
|
|
21809
21822
|
},
|
|
21823
|
+
"privacy": "public",
|
|
21824
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
21810
21825
|
"inheritedFrom": {
|
|
21811
|
-
"name": "
|
|
21812
|
-
"module": "src/
|
|
21826
|
+
"name": "HorizontalScroll",
|
|
21827
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21813
21828
|
}
|
|
21814
21829
|
},
|
|
21815
21830
|
{
|
|
21816
|
-
"kind": "
|
|
21817
|
-
"name": "
|
|
21818
|
-
"
|
|
21819
|
-
|
|
21820
|
-
|
|
21821
|
-
|
|
21822
|
-
|
|
21823
|
-
|
|
21824
|
-
},
|
|
21825
|
-
{
|
|
21826
|
-
"name": "newValue",
|
|
21827
|
-
"type": {
|
|
21828
|
-
"text": "string"
|
|
21829
|
-
}
|
|
21830
|
-
}
|
|
21831
|
-
],
|
|
21831
|
+
"kind": "field",
|
|
21832
|
+
"name": "easing",
|
|
21833
|
+
"type": {
|
|
21834
|
+
"text": "ScrollEasing"
|
|
21835
|
+
},
|
|
21836
|
+
"privacy": "public",
|
|
21837
|
+
"default": "\"ease-in-out\"",
|
|
21838
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
21832
21839
|
"inheritedFrom": {
|
|
21833
|
-
"name": "
|
|
21834
|
-
"module": "src/
|
|
21840
|
+
"name": "HorizontalScroll",
|
|
21841
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21835
21842
|
}
|
|
21836
21843
|
},
|
|
21837
21844
|
{
|
|
21838
21845
|
"kind": "field",
|
|
21839
|
-
"name": "
|
|
21846
|
+
"name": "flippersHiddenFromAT",
|
|
21840
21847
|
"type": {
|
|
21841
|
-
"text": "
|
|
21848
|
+
"text": "boolean"
|
|
21842
21849
|
},
|
|
21843
|
-
"
|
|
21850
|
+
"privacy": "public",
|
|
21851
|
+
"default": "false",
|
|
21852
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
21844
21853
|
"inheritedFrom": {
|
|
21845
|
-
"name": "
|
|
21846
|
-
"module": "src/
|
|
21854
|
+
"name": "HorizontalScroll",
|
|
21855
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21847
21856
|
}
|
|
21848
21857
|
},
|
|
21849
21858
|
{
|
|
21850
|
-
"kind": "
|
|
21851
|
-
"name": "
|
|
21852
|
-
"
|
|
21853
|
-
|
|
21854
|
-
|
|
21855
|
-
|
|
21856
|
-
|
|
21857
|
-
}
|
|
21858
|
-
},
|
|
21859
|
-
{
|
|
21860
|
-
"name": "newValue",
|
|
21861
|
-
"type": {
|
|
21862
|
-
"text": "string"
|
|
21863
|
-
}
|
|
21864
|
-
}
|
|
21865
|
-
],
|
|
21859
|
+
"kind": "field",
|
|
21860
|
+
"name": "scrollItems",
|
|
21861
|
+
"type": {
|
|
21862
|
+
"text": "HTMLElement[]"
|
|
21863
|
+
},
|
|
21864
|
+
"privacy": "public",
|
|
21865
|
+
"description": "The default slotted items placed in the scrolling container.",
|
|
21866
21866
|
"inheritedFrom": {
|
|
21867
|
-
"name": "
|
|
21868
|
-
"module": "src/
|
|
21867
|
+
"name": "HorizontalScroll",
|
|
21868
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21869
21869
|
}
|
|
21870
21870
|
},
|
|
21871
21871
|
{
|
|
21872
21872
|
"kind": "field",
|
|
21873
|
-
"name": "
|
|
21873
|
+
"name": "view",
|
|
21874
21874
|
"type": {
|
|
21875
|
-
"text": "
|
|
21875
|
+
"text": "HorizontalScrollView"
|
|
21876
21876
|
},
|
|
21877
|
-
"
|
|
21877
|
+
"privacy": "public",
|
|
21878
|
+
"description": "View: default | mobile",
|
|
21878
21879
|
"inheritedFrom": {
|
|
21879
|
-
"name": "
|
|
21880
|
-
"module": "src/
|
|
21880
|
+
"name": "HorizontalScroll",
|
|
21881
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21881
21882
|
}
|
|
21882
21883
|
},
|
|
21883
21884
|
{
|
|
21884
21885
|
"kind": "method",
|
|
21885
|
-
"name": "
|
|
21886
|
+
"name": "scrollItemsChanged",
|
|
21887
|
+
"privacy": "public",
|
|
21886
21888
|
"parameters": [
|
|
21887
21889
|
{
|
|
21888
|
-
"name": "
|
|
21890
|
+
"name": "previous",
|
|
21889
21891
|
"type": {
|
|
21890
|
-
"text": "
|
|
21891
|
-
}
|
|
21892
|
+
"text": "HTMLElement[]"
|
|
21893
|
+
},
|
|
21894
|
+
"description": "current scroll items"
|
|
21892
21895
|
},
|
|
21893
21896
|
{
|
|
21894
|
-
"name": "
|
|
21897
|
+
"name": "next",
|
|
21895
21898
|
"type": {
|
|
21896
|
-
"text": "
|
|
21897
|
-
}
|
|
21899
|
+
"text": "HTMLElement[]"
|
|
21900
|
+
},
|
|
21901
|
+
"description": "new updated scroll items"
|
|
21898
21902
|
}
|
|
21899
21903
|
],
|
|
21904
|
+
"description": "Updates scroll stops and flippers when scroll items change",
|
|
21900
21905
|
"inheritedFrom": {
|
|
21901
|
-
"name": "
|
|
21902
|
-
"module": "src/
|
|
21906
|
+
"name": "HorizontalScroll",
|
|
21907
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21903
21908
|
}
|
|
21904
21909
|
},
|
|
21905
21910
|
{
|
|
21906
21911
|
"kind": "method",
|
|
21907
|
-
"name": "
|
|
21912
|
+
"name": "fixScrollMisalign",
|
|
21913
|
+
"privacy": "private",
|
|
21914
|
+
"parameters": [
|
|
21915
|
+
{
|
|
21916
|
+
"name": "stops",
|
|
21917
|
+
"type": {
|
|
21918
|
+
"text": "number[]"
|
|
21919
|
+
}
|
|
21920
|
+
}
|
|
21921
|
+
],
|
|
21908
21922
|
"inheritedFrom": {
|
|
21909
|
-
"name": "
|
|
21910
|
-
"module": "src/
|
|
21923
|
+
"name": "HorizontalScroll",
|
|
21924
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21911
21925
|
}
|
|
21912
21926
|
},
|
|
21913
21927
|
{
|
|
21914
21928
|
"kind": "method",
|
|
21915
|
-
"name": "
|
|
21929
|
+
"name": "scrollInView",
|
|
21916
21930
|
"privacy": "public",
|
|
21917
|
-
"
|
|
21918
|
-
"
|
|
21919
|
-
|
|
21920
|
-
|
|
21921
|
-
|
|
21922
|
-
|
|
21923
|
-
|
|
21924
|
-
|
|
21925
|
-
|
|
21931
|
+
"return": {
|
|
21932
|
+
"type": {
|
|
21933
|
+
"text": "void"
|
|
21934
|
+
}
|
|
21935
|
+
},
|
|
21936
|
+
"parameters": [
|
|
21937
|
+
{
|
|
21938
|
+
"name": "item",
|
|
21939
|
+
"type": {
|
|
21940
|
+
"text": "HTMLElement | number"
|
|
21941
|
+
},
|
|
21942
|
+
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
21943
|
+
},
|
|
21944
|
+
{
|
|
21945
|
+
"name": "padding",
|
|
21946
|
+
"default": "0",
|
|
21947
|
+
"type": {
|
|
21948
|
+
"text": "number"
|
|
21949
|
+
},
|
|
21950
|
+
"description": "Padding of the viewport where the active item shouldn't be"
|
|
21951
|
+
},
|
|
21952
|
+
{
|
|
21953
|
+
"name": "rightPadding",
|
|
21954
|
+
"optional": true,
|
|
21955
|
+
"type": {
|
|
21956
|
+
"text": "number"
|
|
21957
|
+
},
|
|
21958
|
+
"description": "Optional right padding. Uses the padding if not defined"
|
|
21959
|
+
}
|
|
21960
|
+
],
|
|
21961
|
+
"description": "Function that can scroll an item into view.",
|
|
21962
|
+
"inheritedFrom": {
|
|
21963
|
+
"name": "HorizontalScroll",
|
|
21964
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21965
|
+
}
|
|
21966
|
+
},
|
|
21967
|
+
{
|
|
21968
|
+
"kind": "method",
|
|
21969
|
+
"name": "keyupHandler",
|
|
21970
|
+
"privacy": "public",
|
|
21971
|
+
"parameters": [
|
|
21972
|
+
{
|
|
21973
|
+
"name": "e",
|
|
21974
|
+
"type": {
|
|
21975
|
+
"text": "Event & KeyboardEvent"
|
|
21976
|
+
},
|
|
21977
|
+
"description": "Keyboard event"
|
|
21978
|
+
}
|
|
21979
|
+
],
|
|
21980
|
+
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
21981
|
+
"inheritedFrom": {
|
|
21982
|
+
"name": "HorizontalScroll",
|
|
21983
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21984
|
+
}
|
|
21985
|
+
},
|
|
21986
|
+
{
|
|
21987
|
+
"kind": "method",
|
|
21988
|
+
"name": "scrollToPrevious",
|
|
21989
|
+
"privacy": "public",
|
|
21990
|
+
"return": {
|
|
21991
|
+
"type": {
|
|
21992
|
+
"text": "void"
|
|
21993
|
+
}
|
|
21994
|
+
},
|
|
21995
|
+
"description": "Scrolls items to the left",
|
|
21996
|
+
"inheritedFrom": {
|
|
21997
|
+
"name": "HorizontalScroll",
|
|
21998
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21999
|
+
}
|
|
22000
|
+
},
|
|
22001
|
+
{
|
|
22002
|
+
"kind": "method",
|
|
22003
|
+
"name": "scrollToNext",
|
|
22004
|
+
"privacy": "public",
|
|
22005
|
+
"return": {
|
|
22006
|
+
"type": {
|
|
22007
|
+
"text": "void"
|
|
22008
|
+
}
|
|
22009
|
+
},
|
|
22010
|
+
"description": "Scrolls items to the right",
|
|
22011
|
+
"inheritedFrom": {
|
|
22012
|
+
"name": "HorizontalScroll",
|
|
22013
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22014
|
+
}
|
|
22015
|
+
},
|
|
22016
|
+
{
|
|
22017
|
+
"kind": "method",
|
|
22018
|
+
"name": "scrollToPosition",
|
|
22019
|
+
"privacy": "public",
|
|
22020
|
+
"return": {
|
|
22021
|
+
"type": {
|
|
22022
|
+
"text": "void"
|
|
22023
|
+
}
|
|
22024
|
+
},
|
|
22025
|
+
"parameters": [
|
|
22026
|
+
{
|
|
22027
|
+
"name": "newPosition",
|
|
22028
|
+
"type": {
|
|
22029
|
+
"text": "number"
|
|
22030
|
+
},
|
|
22031
|
+
"description": "position to scroll to"
|
|
22032
|
+
},
|
|
22033
|
+
{
|
|
22034
|
+
"name": "position",
|
|
22035
|
+
"default": "this.scrollContainer.scrollLeft",
|
|
22036
|
+
"type": {
|
|
22037
|
+
"text": "number"
|
|
22038
|
+
},
|
|
22039
|
+
"description": "starting position"
|
|
22040
|
+
}
|
|
22041
|
+
],
|
|
22042
|
+
"description": "Handles scrolling with easing",
|
|
22043
|
+
"inheritedFrom": {
|
|
22044
|
+
"name": "HorizontalScroll",
|
|
22045
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22046
|
+
}
|
|
22047
|
+
},
|
|
22048
|
+
{
|
|
22049
|
+
"kind": "method",
|
|
22050
|
+
"name": "resized",
|
|
22051
|
+
"privacy": "public",
|
|
22052
|
+
"return": {
|
|
22053
|
+
"type": {
|
|
22054
|
+
"text": "void"
|
|
22055
|
+
}
|
|
22056
|
+
},
|
|
22057
|
+
"description": "Monitors resize event on the horizontal-scroll element",
|
|
22058
|
+
"inheritedFrom": {
|
|
22059
|
+
"name": "HorizontalScroll",
|
|
22060
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22061
|
+
}
|
|
22062
|
+
},
|
|
22063
|
+
{
|
|
22064
|
+
"kind": "method",
|
|
22065
|
+
"name": "scrolled",
|
|
22066
|
+
"privacy": "public",
|
|
22067
|
+
"return": {
|
|
22068
|
+
"type": {
|
|
22069
|
+
"text": "void"
|
|
22070
|
+
}
|
|
22071
|
+
},
|
|
22072
|
+
"description": "Monitors scrolled event on the content container",
|
|
22073
|
+
"inheritedFrom": {
|
|
22074
|
+
"name": "HorizontalScroll",
|
|
22075
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22076
|
+
}
|
|
22077
|
+
},
|
|
22078
|
+
{
|
|
22079
|
+
"kind": "field",
|
|
22080
|
+
"name": "_presentation",
|
|
22081
|
+
"type": {
|
|
21926
22082
|
"text": "ComponentPresentation | null | undefined"
|
|
21927
22083
|
},
|
|
21928
22084
|
"privacy": "private",
|
|
21929
22085
|
"default": "void 0",
|
|
21930
22086
|
"inheritedFrom": {
|
|
21931
|
-
"name": "
|
|
21932
|
-
"module": "src/
|
|
22087
|
+
"name": "HorizontalScroll",
|
|
22088
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21933
22089
|
}
|
|
21934
22090
|
},
|
|
21935
22091
|
{
|
|
@@ -21941,8 +22097,8 @@
|
|
|
21941
22097
|
"privacy": "public",
|
|
21942
22098
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
21943
22099
|
"inheritedFrom": {
|
|
21944
|
-
"name": "
|
|
21945
|
-
"module": "src/
|
|
22100
|
+
"name": "HorizontalScroll",
|
|
22101
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21946
22102
|
}
|
|
21947
22103
|
},
|
|
21948
22104
|
{
|
|
@@ -21954,8 +22110,8 @@
|
|
|
21954
22110
|
"privacy": "public",
|
|
21955
22111
|
"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.",
|
|
21956
22112
|
"inheritedFrom": {
|
|
21957
|
-
"name": "
|
|
21958
|
-
"module": "src/
|
|
22113
|
+
"name": "HorizontalScroll",
|
|
22114
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21959
22115
|
}
|
|
21960
22116
|
},
|
|
21961
22117
|
{
|
|
@@ -21968,8 +22124,8 @@
|
|
|
21968
22124
|
}
|
|
21969
22125
|
},
|
|
21970
22126
|
"inheritedFrom": {
|
|
21971
|
-
"name": "
|
|
21972
|
-
"module": "src/
|
|
22127
|
+
"name": "HorizontalScroll",
|
|
22128
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21973
22129
|
}
|
|
21974
22130
|
},
|
|
21975
22131
|
{
|
|
@@ -21981,8 +22137,8 @@
|
|
|
21981
22137
|
"privacy": "public",
|
|
21982
22138
|
"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.",
|
|
21983
22139
|
"inheritedFrom": {
|
|
21984
|
-
"name": "
|
|
21985
|
-
"module": "src/
|
|
22140
|
+
"name": "HorizontalScroll",
|
|
22141
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
21986
22142
|
}
|
|
21987
22143
|
},
|
|
21988
22144
|
{
|
|
@@ -21995,8 +22151,8 @@
|
|
|
21995
22151
|
}
|
|
21996
22152
|
},
|
|
21997
22153
|
"inheritedFrom": {
|
|
21998
|
-
"name": "
|
|
21999
|
-
"module": "src/
|
|
22154
|
+
"name": "HorizontalScroll",
|
|
22155
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22000
22156
|
}
|
|
22001
22157
|
},
|
|
22002
22158
|
{
|
|
@@ -22026,65 +22182,73 @@
|
|
|
22026
22182
|
],
|
|
22027
22183
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
22028
22184
|
"inheritedFrom": {
|
|
22029
|
-
"name": "
|
|
22030
|
-
"module": "src/
|
|
22185
|
+
"name": "HorizontalScroll",
|
|
22186
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22187
|
+
}
|
|
22188
|
+
}
|
|
22189
|
+
],
|
|
22190
|
+
"events": [
|
|
22191
|
+
{
|
|
22192
|
+
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
22193
|
+
"name": "scrollstart",
|
|
22194
|
+
"inheritedFrom": {
|
|
22195
|
+
"name": "HorizontalScroll",
|
|
22196
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22197
|
+
}
|
|
22198
|
+
},
|
|
22199
|
+
{
|
|
22200
|
+
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
22201
|
+
"name": "scrollend",
|
|
22202
|
+
"inheritedFrom": {
|
|
22203
|
+
"name": "HorizontalScroll",
|
|
22204
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22031
22205
|
}
|
|
22032
22206
|
}
|
|
22033
22207
|
]
|
|
22034
22208
|
},
|
|
22035
22209
|
{
|
|
22036
22210
|
"kind": "variable",
|
|
22037
|
-
"name": "
|
|
22038
|
-
"
|
|
22039
|
-
|
|
22040
|
-
|
|
22041
|
-
"
|
|
22042
|
-
"name": "zeroIconShadowOptions",
|
|
22043
|
-
"default": "foundationIconShadowOptions"
|
|
22211
|
+
"name": "defaultHorizontalScrollZeroConfig",
|
|
22212
|
+
"type": {
|
|
22213
|
+
"text": "object"
|
|
22214
|
+
},
|
|
22215
|
+
"default": "{\n nextFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n previousFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n}"
|
|
22044
22216
|
},
|
|
22045
22217
|
{
|
|
22046
22218
|
"kind": "variable",
|
|
22047
|
-
"name": "
|
|
22219
|
+
"name": "zeroHorizontalScroll"
|
|
22048
22220
|
}
|
|
22049
22221
|
],
|
|
22050
22222
|
"exports": [
|
|
22051
22223
|
{
|
|
22052
22224
|
"kind": "js",
|
|
22053
|
-
"name": "
|
|
22054
|
-
"declaration": {
|
|
22055
|
-
"name": "Icon",
|
|
22056
|
-
"module": "src/icon/icon.ts"
|
|
22057
|
-
}
|
|
22058
|
-
},
|
|
22059
|
-
{
|
|
22060
|
-
"kind": "js",
|
|
22061
|
-
"name": "defaultIconConfig",
|
|
22225
|
+
"name": "HorizontalScroll",
|
|
22062
22226
|
"declaration": {
|
|
22063
|
-
"name": "
|
|
22064
|
-
"module": "src/
|
|
22227
|
+
"name": "HorizontalScroll",
|
|
22228
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22065
22229
|
}
|
|
22066
22230
|
},
|
|
22067
22231
|
{
|
|
22068
22232
|
"kind": "js",
|
|
22069
|
-
"name": "
|
|
22233
|
+
"name": "defaultHorizontalScrollZeroConfig",
|
|
22070
22234
|
"declaration": {
|
|
22071
|
-
"name": "
|
|
22072
|
-
"module": "src/
|
|
22235
|
+
"name": "defaultHorizontalScrollZeroConfig",
|
|
22236
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22073
22237
|
}
|
|
22074
22238
|
},
|
|
22075
22239
|
{
|
|
22076
22240
|
"kind": "js",
|
|
22077
|
-
"name": "
|
|
22241
|
+
"name": "zeroHorizontalScroll",
|
|
22078
22242
|
"declaration": {
|
|
22079
|
-
"name": "
|
|
22080
|
-
"module": "src/
|
|
22243
|
+
"name": "zeroHorizontalScroll",
|
|
22244
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22081
22245
|
}
|
|
22082
22246
|
}
|
|
22083
22247
|
]
|
|
22084
22248
|
},
|
|
22085
22249
|
{
|
|
22086
22250
|
"kind": "javascript-module",
|
|
22087
|
-
"path": "src/
|
|
22251
|
+
"path": "src/horizontal-scroll/index.ts",
|
|
22088
22252
|
"declarations": [],
|
|
22089
22253
|
"exports": [
|
|
22090
22254
|
{
|
|
@@ -22092,7 +22256,7 @@
|
|
|
22092
22256
|
"name": "*",
|
|
22093
22257
|
"declaration": {
|
|
22094
22258
|
"name": "*",
|
|
22095
|
-
"package": "./
|
|
22259
|
+
"package": "./horizontal-scroll"
|
|
22096
22260
|
}
|
|
22097
22261
|
},
|
|
22098
22262
|
{
|
|
@@ -22100,18 +22264,26 @@
|
|
|
22100
22264
|
"name": "*",
|
|
22101
22265
|
"declaration": {
|
|
22102
22266
|
"name": "*",
|
|
22103
|
-
"package": "./
|
|
22267
|
+
"package": "./horizontal-scroll.styles"
|
|
22268
|
+
}
|
|
22269
|
+
},
|
|
22270
|
+
{
|
|
22271
|
+
"kind": "js",
|
|
22272
|
+
"name": "*",
|
|
22273
|
+
"declaration": {
|
|
22274
|
+
"name": "*",
|
|
22275
|
+
"package": "./horizontal-scroll.template"
|
|
22104
22276
|
}
|
|
22105
22277
|
}
|
|
22106
22278
|
]
|
|
22107
22279
|
},
|
|
22108
22280
|
{
|
|
22109
22281
|
"kind": "javascript-module",
|
|
22110
|
-
"path": "src/
|
|
22282
|
+
"path": "src/icon/icon.styles.ts",
|
|
22111
22283
|
"declarations": [
|
|
22112
22284
|
{
|
|
22113
22285
|
"kind": "function",
|
|
22114
|
-
"name": "
|
|
22286
|
+
"name": "zeroIconStyles",
|
|
22115
22287
|
"return": {
|
|
22116
22288
|
"type": {
|
|
22117
22289
|
"text": "ElementStyles"
|
|
@@ -22136,457 +22308,293 @@
|
|
|
22136
22308
|
"exports": [
|
|
22137
22309
|
{
|
|
22138
22310
|
"kind": "js",
|
|
22139
|
-
"name": "
|
|
22311
|
+
"name": "zeroIconStyles",
|
|
22140
22312
|
"declaration": {
|
|
22141
|
-
"name": "
|
|
22142
|
-
"module": "src/
|
|
22313
|
+
"name": "zeroIconStyles",
|
|
22314
|
+
"module": "src/icon/icon.styles.ts"
|
|
22143
22315
|
}
|
|
22144
22316
|
}
|
|
22145
22317
|
]
|
|
22146
22318
|
},
|
|
22147
22319
|
{
|
|
22148
22320
|
"kind": "javascript-module",
|
|
22149
|
-
"path": "src/
|
|
22321
|
+
"path": "src/icon/icon.template.ts",
|
|
22150
22322
|
"declarations": [
|
|
22151
22323
|
{
|
|
22152
|
-
"kind": "
|
|
22153
|
-
"name": "
|
|
22154
|
-
"
|
|
22155
|
-
"type": {
|
|
22156
|
-
"text": "ViewTemplate<HorizontalScroll>"
|
|
22157
|
-
}
|
|
22158
|
-
},
|
|
22159
|
-
"parameters": [
|
|
22160
|
-
{
|
|
22161
|
-
"name": "context",
|
|
22162
|
-
"type": {
|
|
22163
|
-
"text": "ElementDefinitionContext"
|
|
22164
|
-
}
|
|
22165
|
-
},
|
|
22166
|
-
{
|
|
22167
|
-
"name": "definition",
|
|
22168
|
-
"type": {
|
|
22169
|
-
"text": "FoundationElementDefinition"
|
|
22170
|
-
}
|
|
22171
|
-
}
|
|
22172
|
-
]
|
|
22324
|
+
"kind": "variable",
|
|
22325
|
+
"name": "zeroIconTemplate",
|
|
22326
|
+
"default": "html<Icon>`\n ${getPrefixedIcon('zero')}\n`"
|
|
22173
22327
|
}
|
|
22174
22328
|
],
|
|
22175
22329
|
"exports": [
|
|
22176
22330
|
{
|
|
22177
22331
|
"kind": "js",
|
|
22178
|
-
"name": "
|
|
22332
|
+
"name": "zeroIconTemplate",
|
|
22179
22333
|
"declaration": {
|
|
22180
|
-
"name": "
|
|
22181
|
-
"module": "src/
|
|
22334
|
+
"name": "zeroIconTemplate",
|
|
22335
|
+
"module": "src/icon/icon.template.ts"
|
|
22182
22336
|
}
|
|
22183
22337
|
}
|
|
22184
22338
|
]
|
|
22185
22339
|
},
|
|
22186
22340
|
{
|
|
22187
22341
|
"kind": "javascript-module",
|
|
22188
|
-
"path": "src/
|
|
22342
|
+
"path": "src/icon/icon.ts",
|
|
22189
22343
|
"declarations": [
|
|
22190
22344
|
{
|
|
22191
22345
|
"kind": "class",
|
|
22192
22346
|
"description": "",
|
|
22193
|
-
"name": "
|
|
22347
|
+
"name": "Icon",
|
|
22194
22348
|
"superclass": {
|
|
22195
|
-
"name": "
|
|
22349
|
+
"name": "FoundationIcon",
|
|
22196
22350
|
"package": "@genesislcap/foundation-ui"
|
|
22197
22351
|
},
|
|
22198
|
-
"tagName": "%%prefix%%-
|
|
22352
|
+
"tagName": "%%prefix%%-icon",
|
|
22199
22353
|
"customElement": true,
|
|
22200
22354
|
"attributes": [
|
|
22201
22355
|
{
|
|
22202
|
-
"
|
|
22203
|
-
"text": "number"
|
|
22204
|
-
},
|
|
22205
|
-
"default": "600",
|
|
22206
|
-
"description": "Speed of scroll in pixels per second",
|
|
22207
|
-
"fieldName": "speed",
|
|
22208
|
-
"inheritedFrom": {
|
|
22209
|
-
"name": "HorizontalScroll",
|
|
22210
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22211
|
-
}
|
|
22212
|
-
},
|
|
22213
|
-
{
|
|
22214
|
-
"name": "duration",
|
|
22356
|
+
"name": "tooltip-id",
|
|
22215
22357
|
"type": {
|
|
22216
22358
|
"text": "string"
|
|
22217
22359
|
},
|
|
22218
|
-
"
|
|
22219
|
-
"fieldName": "duration",
|
|
22360
|
+
"fieldName": "tooltipId",
|
|
22220
22361
|
"inheritedFrom": {
|
|
22221
|
-
"name": "
|
|
22222
|
-
"module": "src/
|
|
22362
|
+
"name": "Icon",
|
|
22363
|
+
"module": "src/icon/icon.ts"
|
|
22223
22364
|
}
|
|
22224
22365
|
},
|
|
22225
22366
|
{
|
|
22226
|
-
"name": "
|
|
22367
|
+
"name": "tooltip",
|
|
22227
22368
|
"type": {
|
|
22228
|
-
"text": "
|
|
22369
|
+
"text": "string"
|
|
22229
22370
|
},
|
|
22230
|
-
"
|
|
22231
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
22232
|
-
"fieldName": "easing",
|
|
22371
|
+
"fieldName": "tooltip",
|
|
22233
22372
|
"inheritedFrom": {
|
|
22234
|
-
"name": "
|
|
22235
|
-
"module": "src/
|
|
22373
|
+
"name": "Icon",
|
|
22374
|
+
"module": "src/icon/icon.ts"
|
|
22236
22375
|
}
|
|
22237
22376
|
},
|
|
22238
22377
|
{
|
|
22239
|
-
"name": "
|
|
22378
|
+
"name": "error",
|
|
22240
22379
|
"type": {
|
|
22241
22380
|
"text": "boolean"
|
|
22242
22381
|
},
|
|
22243
22382
|
"default": "false",
|
|
22244
|
-
"
|
|
22245
|
-
"fieldName": "flippersHiddenFromAT",
|
|
22383
|
+
"fieldName": "isError",
|
|
22246
22384
|
"inheritedFrom": {
|
|
22247
|
-
"name": "
|
|
22248
|
-
"module": "src/
|
|
22385
|
+
"name": "Icon",
|
|
22386
|
+
"module": "src/icon/icon.ts"
|
|
22249
22387
|
}
|
|
22250
22388
|
},
|
|
22251
22389
|
{
|
|
22252
|
-
"name": "
|
|
22390
|
+
"name": "name",
|
|
22253
22391
|
"type": {
|
|
22254
|
-
"text": "
|
|
22392
|
+
"text": "IconName"
|
|
22255
22393
|
},
|
|
22256
|
-
"
|
|
22257
|
-
"fieldName": "view",
|
|
22394
|
+
"fieldName": "name",
|
|
22258
22395
|
"inheritedFrom": {
|
|
22259
|
-
"name": "
|
|
22260
|
-
"module": "src/
|
|
22396
|
+
"name": "Icon",
|
|
22397
|
+
"module": "src/icon/icon.ts"
|
|
22261
22398
|
}
|
|
22262
|
-
}
|
|
22263
|
-
],
|
|
22264
|
-
"members": [
|
|
22399
|
+
},
|
|
22265
22400
|
{
|
|
22266
|
-
"
|
|
22267
|
-
"name": "scrollContainer",
|
|
22401
|
+
"name": "size",
|
|
22268
22402
|
"type": {
|
|
22269
|
-
"text": "
|
|
22403
|
+
"text": "FaSize"
|
|
22270
22404
|
},
|
|
22271
|
-
"
|
|
22272
|
-
"
|
|
22405
|
+
"default": "'sm'",
|
|
22406
|
+
"fieldName": "size",
|
|
22273
22407
|
"inheritedFrom": {
|
|
22274
|
-
"name": "
|
|
22275
|
-
"module": "src/
|
|
22408
|
+
"name": "Icon",
|
|
22409
|
+
"module": "src/icon/icon.ts"
|
|
22276
22410
|
}
|
|
22277
22411
|
},
|
|
22278
22412
|
{
|
|
22279
|
-
"
|
|
22280
|
-
"name": "content",
|
|
22413
|
+
"name": "variant",
|
|
22281
22414
|
"type": {
|
|
22282
|
-
"text": "
|
|
22415
|
+
"text": "IconStyle"
|
|
22283
22416
|
},
|
|
22284
|
-
"
|
|
22285
|
-
"
|
|
22417
|
+
"default": "'solid'",
|
|
22418
|
+
"fieldName": "variant",
|
|
22286
22419
|
"inheritedFrom": {
|
|
22287
|
-
"name": "
|
|
22288
|
-
"module": "src/
|
|
22420
|
+
"name": "Icon",
|
|
22421
|
+
"module": "src/icon/icon.ts"
|
|
22289
22422
|
}
|
|
22290
|
-
}
|
|
22423
|
+
}
|
|
22424
|
+
],
|
|
22425
|
+
"members": [
|
|
22291
22426
|
{
|
|
22292
22427
|
"kind": "field",
|
|
22293
|
-
"name": "
|
|
22428
|
+
"name": "iElement",
|
|
22294
22429
|
"type": {
|
|
22295
|
-
"text": "
|
|
22430
|
+
"text": "HTMLElement"
|
|
22296
22431
|
},
|
|
22297
|
-
"privacy": "public",
|
|
22298
|
-
"description": "Reference to flipper to scroll to previous content",
|
|
22299
22432
|
"inheritedFrom": {
|
|
22300
|
-
"name": "
|
|
22301
|
-
"module": "src/
|
|
22433
|
+
"name": "Icon",
|
|
22434
|
+
"module": "src/icon/icon.ts"
|
|
22302
22435
|
}
|
|
22303
22436
|
},
|
|
22304
22437
|
{
|
|
22305
22438
|
"kind": "field",
|
|
22306
|
-
"name": "
|
|
22439
|
+
"name": "uuid",
|
|
22307
22440
|
"type": {
|
|
22308
|
-
"text": "
|
|
22441
|
+
"text": "UUID"
|
|
22309
22442
|
},
|
|
22310
|
-
"privacy": "public",
|
|
22311
|
-
"description": "Reference to flipper to scroll to the next content",
|
|
22312
22443
|
"inheritedFrom": {
|
|
22313
|
-
"name": "
|
|
22314
|
-
"module": "src/
|
|
22444
|
+
"name": "Icon",
|
|
22445
|
+
"module": "src/icon/icon.ts"
|
|
22315
22446
|
}
|
|
22316
22447
|
},
|
|
22317
22448
|
{
|
|
22318
22449
|
"kind": "field",
|
|
22319
|
-
"name": "
|
|
22450
|
+
"name": "tooltipId",
|
|
22320
22451
|
"type": {
|
|
22321
|
-
"text": "
|
|
22452
|
+
"text": "string"
|
|
22322
22453
|
},
|
|
22323
|
-
"privacy": "public",
|
|
22324
|
-
"default": "600",
|
|
22325
|
-
"description": "Speed of scroll in pixels per second",
|
|
22326
22454
|
"inheritedFrom": {
|
|
22327
|
-
"name": "
|
|
22328
|
-
"module": "src/
|
|
22455
|
+
"name": "Icon",
|
|
22456
|
+
"module": "src/icon/icon.ts"
|
|
22329
22457
|
}
|
|
22330
22458
|
},
|
|
22331
22459
|
{
|
|
22332
22460
|
"kind": "field",
|
|
22333
|
-
"name": "
|
|
22461
|
+
"name": "tooltip",
|
|
22334
22462
|
"type": {
|
|
22335
22463
|
"text": "string"
|
|
22336
22464
|
},
|
|
22337
|
-
"privacy": "public",
|
|
22338
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
22339
22465
|
"inheritedFrom": {
|
|
22340
|
-
"name": "
|
|
22341
|
-
"module": "src/
|
|
22466
|
+
"name": "Icon",
|
|
22467
|
+
"module": "src/icon/icon.ts"
|
|
22342
22468
|
}
|
|
22343
22469
|
},
|
|
22344
22470
|
{
|
|
22345
22471
|
"kind": "field",
|
|
22346
|
-
"name": "
|
|
22472
|
+
"name": "isError",
|
|
22347
22473
|
"type": {
|
|
22348
|
-
"text": "
|
|
22474
|
+
"text": "boolean"
|
|
22349
22475
|
},
|
|
22350
|
-
"
|
|
22351
|
-
"default": "\"ease-in-out\"",
|
|
22352
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
22476
|
+
"default": "false",
|
|
22353
22477
|
"inheritedFrom": {
|
|
22354
|
-
"name": "
|
|
22355
|
-
"module": "src/
|
|
22478
|
+
"name": "Icon",
|
|
22479
|
+
"module": "src/icon/icon.ts"
|
|
22356
22480
|
}
|
|
22357
22481
|
},
|
|
22358
22482
|
{
|
|
22359
22483
|
"kind": "field",
|
|
22360
|
-
"name": "
|
|
22484
|
+
"name": "name",
|
|
22361
22485
|
"type": {
|
|
22362
|
-
"text": "
|
|
22486
|
+
"text": "IconName"
|
|
22363
22487
|
},
|
|
22364
|
-
"privacy": "public",
|
|
22365
|
-
"default": "false",
|
|
22366
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
22367
22488
|
"inheritedFrom": {
|
|
22368
|
-
"name": "
|
|
22369
|
-
"module": "src/
|
|
22489
|
+
"name": "Icon",
|
|
22490
|
+
"module": "src/icon/icon.ts"
|
|
22370
22491
|
}
|
|
22371
22492
|
},
|
|
22372
22493
|
{
|
|
22373
|
-
"kind": "
|
|
22374
|
-
"name": "
|
|
22375
|
-
"
|
|
22376
|
-
|
|
22377
|
-
|
|
22378
|
-
|
|
22379
|
-
|
|
22494
|
+
"kind": "method",
|
|
22495
|
+
"name": "nameChanged",
|
|
22496
|
+
"parameters": [
|
|
22497
|
+
{
|
|
22498
|
+
"name": "oldValue",
|
|
22499
|
+
"type": {
|
|
22500
|
+
"text": "string"
|
|
22501
|
+
}
|
|
22502
|
+
},
|
|
22503
|
+
{
|
|
22504
|
+
"name": "newValue",
|
|
22505
|
+
"type": {
|
|
22506
|
+
"text": "string"
|
|
22507
|
+
}
|
|
22508
|
+
}
|
|
22509
|
+
],
|
|
22380
22510
|
"inheritedFrom": {
|
|
22381
|
-
"name": "
|
|
22382
|
-
"module": "src/
|
|
22511
|
+
"name": "Icon",
|
|
22512
|
+
"module": "src/icon/icon.ts"
|
|
22383
22513
|
}
|
|
22384
22514
|
},
|
|
22385
22515
|
{
|
|
22386
22516
|
"kind": "field",
|
|
22387
|
-
"name": "
|
|
22517
|
+
"name": "size",
|
|
22388
22518
|
"type": {
|
|
22389
|
-
"text": "
|
|
22519
|
+
"text": "FaSize"
|
|
22390
22520
|
},
|
|
22391
|
-
"
|
|
22392
|
-
"description": "View: default | mobile",
|
|
22521
|
+
"default": "'sm'",
|
|
22393
22522
|
"inheritedFrom": {
|
|
22394
|
-
"name": "
|
|
22395
|
-
"module": "src/
|
|
22523
|
+
"name": "Icon",
|
|
22524
|
+
"module": "src/icon/icon.ts"
|
|
22396
22525
|
}
|
|
22397
22526
|
},
|
|
22398
22527
|
{
|
|
22399
22528
|
"kind": "method",
|
|
22400
|
-
"name": "
|
|
22401
|
-
"privacy": "public",
|
|
22529
|
+
"name": "sizeChanged",
|
|
22402
22530
|
"parameters": [
|
|
22403
22531
|
{
|
|
22404
|
-
"name": "
|
|
22532
|
+
"name": "oldValue",
|
|
22405
22533
|
"type": {
|
|
22406
|
-
"text": "
|
|
22407
|
-
}
|
|
22408
|
-
"description": "current scroll items"
|
|
22534
|
+
"text": "string"
|
|
22535
|
+
}
|
|
22409
22536
|
},
|
|
22410
22537
|
{
|
|
22411
|
-
"name": "
|
|
22538
|
+
"name": "newValue",
|
|
22412
22539
|
"type": {
|
|
22413
|
-
"text": "
|
|
22414
|
-
}
|
|
22415
|
-
"description": "new updated scroll items"
|
|
22540
|
+
"text": "string"
|
|
22541
|
+
}
|
|
22416
22542
|
}
|
|
22417
22543
|
],
|
|
22418
|
-
"description": "Updates scroll stops and flippers when scroll items change",
|
|
22419
22544
|
"inheritedFrom": {
|
|
22420
|
-
"name": "
|
|
22421
|
-
"module": "src/
|
|
22545
|
+
"name": "Icon",
|
|
22546
|
+
"module": "src/icon/icon.ts"
|
|
22422
22547
|
}
|
|
22423
22548
|
},
|
|
22424
22549
|
{
|
|
22425
|
-
"kind": "
|
|
22426
|
-
"name": "
|
|
22427
|
-
"
|
|
22428
|
-
|
|
22429
|
-
{
|
|
22430
|
-
"name": "stops",
|
|
22431
|
-
"type": {
|
|
22432
|
-
"text": "number[]"
|
|
22433
|
-
}
|
|
22434
|
-
}
|
|
22435
|
-
],
|
|
22436
|
-
"inheritedFrom": {
|
|
22437
|
-
"name": "HorizontalScroll",
|
|
22438
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22439
|
-
}
|
|
22440
|
-
},
|
|
22441
|
-
{
|
|
22442
|
-
"kind": "method",
|
|
22443
|
-
"name": "scrollInView",
|
|
22444
|
-
"privacy": "public",
|
|
22445
|
-
"return": {
|
|
22446
|
-
"type": {
|
|
22447
|
-
"text": "void"
|
|
22448
|
-
}
|
|
22449
|
-
},
|
|
22450
|
-
"parameters": [
|
|
22451
|
-
{
|
|
22452
|
-
"name": "item",
|
|
22453
|
-
"type": {
|
|
22454
|
-
"text": "HTMLElement | number"
|
|
22455
|
-
},
|
|
22456
|
-
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
22457
|
-
},
|
|
22458
|
-
{
|
|
22459
|
-
"name": "padding",
|
|
22460
|
-
"default": "0",
|
|
22461
|
-
"type": {
|
|
22462
|
-
"text": "number"
|
|
22463
|
-
},
|
|
22464
|
-
"description": "Padding of the viewport where the active item shouldn't be"
|
|
22465
|
-
},
|
|
22466
|
-
{
|
|
22467
|
-
"name": "rightPadding",
|
|
22468
|
-
"optional": true,
|
|
22469
|
-
"type": {
|
|
22470
|
-
"text": "number"
|
|
22471
|
-
},
|
|
22472
|
-
"description": "Optional right padding. Uses the padding if not defined"
|
|
22473
|
-
}
|
|
22474
|
-
],
|
|
22475
|
-
"description": "Function that can scroll an item into view.",
|
|
22476
|
-
"inheritedFrom": {
|
|
22477
|
-
"name": "HorizontalScroll",
|
|
22478
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22479
|
-
}
|
|
22480
|
-
},
|
|
22481
|
-
{
|
|
22482
|
-
"kind": "method",
|
|
22483
|
-
"name": "keyupHandler",
|
|
22484
|
-
"privacy": "public",
|
|
22485
|
-
"parameters": [
|
|
22486
|
-
{
|
|
22487
|
-
"name": "e",
|
|
22488
|
-
"type": {
|
|
22489
|
-
"text": "Event & KeyboardEvent"
|
|
22490
|
-
},
|
|
22491
|
-
"description": "Keyboard event"
|
|
22492
|
-
}
|
|
22493
|
-
],
|
|
22494
|
-
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
22495
|
-
"inheritedFrom": {
|
|
22496
|
-
"name": "HorizontalScroll",
|
|
22497
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22498
|
-
}
|
|
22499
|
-
},
|
|
22500
|
-
{
|
|
22501
|
-
"kind": "method",
|
|
22502
|
-
"name": "scrollToPrevious",
|
|
22503
|
-
"privacy": "public",
|
|
22504
|
-
"return": {
|
|
22505
|
-
"type": {
|
|
22506
|
-
"text": "void"
|
|
22507
|
-
}
|
|
22508
|
-
},
|
|
22509
|
-
"description": "Scrolls items to the left",
|
|
22510
|
-
"inheritedFrom": {
|
|
22511
|
-
"name": "HorizontalScroll",
|
|
22512
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22513
|
-
}
|
|
22514
|
-
},
|
|
22515
|
-
{
|
|
22516
|
-
"kind": "method",
|
|
22517
|
-
"name": "scrollToNext",
|
|
22518
|
-
"privacy": "public",
|
|
22519
|
-
"return": {
|
|
22520
|
-
"type": {
|
|
22521
|
-
"text": "void"
|
|
22522
|
-
}
|
|
22550
|
+
"kind": "field",
|
|
22551
|
+
"name": "variant",
|
|
22552
|
+
"type": {
|
|
22553
|
+
"text": "IconStyle"
|
|
22523
22554
|
},
|
|
22524
|
-
"
|
|
22555
|
+
"default": "'solid'",
|
|
22525
22556
|
"inheritedFrom": {
|
|
22526
|
-
"name": "
|
|
22527
|
-
"module": "src/
|
|
22557
|
+
"name": "Icon",
|
|
22558
|
+
"module": "src/icon/icon.ts"
|
|
22528
22559
|
}
|
|
22529
22560
|
},
|
|
22530
22561
|
{
|
|
22531
22562
|
"kind": "method",
|
|
22532
|
-
"name": "
|
|
22533
|
-
"privacy": "public",
|
|
22534
|
-
"return": {
|
|
22535
|
-
"type": {
|
|
22536
|
-
"text": "void"
|
|
22537
|
-
}
|
|
22538
|
-
},
|
|
22563
|
+
"name": "variantChanged",
|
|
22539
22564
|
"parameters": [
|
|
22540
22565
|
{
|
|
22541
|
-
"name": "
|
|
22566
|
+
"name": "oldValue",
|
|
22542
22567
|
"type": {
|
|
22543
|
-
"text": "
|
|
22544
|
-
}
|
|
22545
|
-
"description": "position to scroll to"
|
|
22568
|
+
"text": "string"
|
|
22569
|
+
}
|
|
22546
22570
|
},
|
|
22547
22571
|
{
|
|
22548
|
-
"name": "
|
|
22549
|
-
"default": "this.scrollContainer.scrollLeft",
|
|
22572
|
+
"name": "newValue",
|
|
22550
22573
|
"type": {
|
|
22551
|
-
"text": "
|
|
22552
|
-
}
|
|
22553
|
-
"description": "starting position"
|
|
22574
|
+
"text": "string"
|
|
22575
|
+
}
|
|
22554
22576
|
}
|
|
22555
22577
|
],
|
|
22556
|
-
"description": "Handles scrolling with easing",
|
|
22557
22578
|
"inheritedFrom": {
|
|
22558
|
-
"name": "
|
|
22559
|
-
"module": "src/
|
|
22579
|
+
"name": "Icon",
|
|
22580
|
+
"module": "src/icon/icon.ts"
|
|
22560
22581
|
}
|
|
22561
22582
|
},
|
|
22562
22583
|
{
|
|
22563
22584
|
"kind": "method",
|
|
22564
|
-
"name": "
|
|
22565
|
-
"privacy": "public",
|
|
22566
|
-
"return": {
|
|
22567
|
-
"type": {
|
|
22568
|
-
"text": "void"
|
|
22569
|
-
}
|
|
22570
|
-
},
|
|
22571
|
-
"description": "Monitors resize event on the horizontal-scroll element",
|
|
22585
|
+
"name": "getDefaultTooltipConfig",
|
|
22572
22586
|
"inheritedFrom": {
|
|
22573
|
-
"name": "
|
|
22574
|
-
"module": "src/
|
|
22587
|
+
"name": "Icon",
|
|
22588
|
+
"module": "src/icon/icon.ts"
|
|
22575
22589
|
}
|
|
22576
22590
|
},
|
|
22577
22591
|
{
|
|
22578
22592
|
"kind": "method",
|
|
22579
|
-
"name": "
|
|
22593
|
+
"name": "loadIcon",
|
|
22580
22594
|
"privacy": "public",
|
|
22581
|
-
"return": {
|
|
22582
|
-
"type": {
|
|
22583
|
-
"text": "void"
|
|
22584
|
-
}
|
|
22585
|
-
},
|
|
22586
|
-
"description": "Monitors scrolled event on the content container",
|
|
22587
22595
|
"inheritedFrom": {
|
|
22588
|
-
"name": "
|
|
22589
|
-
"module": "src/
|
|
22596
|
+
"name": "Icon",
|
|
22597
|
+
"module": "src/icon/icon.ts"
|
|
22590
22598
|
}
|
|
22591
22599
|
},
|
|
22592
22600
|
{
|
|
@@ -22598,8 +22606,8 @@
|
|
|
22598
22606
|
"privacy": "private",
|
|
22599
22607
|
"default": "void 0",
|
|
22600
22608
|
"inheritedFrom": {
|
|
22601
|
-
"name": "
|
|
22602
|
-
"module": "src/
|
|
22609
|
+
"name": "FoundationElement",
|
|
22610
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22603
22611
|
}
|
|
22604
22612
|
},
|
|
22605
22613
|
{
|
|
@@ -22611,8 +22619,8 @@
|
|
|
22611
22619
|
"privacy": "public",
|
|
22612
22620
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
22613
22621
|
"inheritedFrom": {
|
|
22614
|
-
"name": "
|
|
22615
|
-
"module": "src/
|
|
22622
|
+
"name": "FoundationElement",
|
|
22623
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22616
22624
|
}
|
|
22617
22625
|
},
|
|
22618
22626
|
{
|
|
@@ -22624,8 +22632,8 @@
|
|
|
22624
22632
|
"privacy": "public",
|
|
22625
22633
|
"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.",
|
|
22626
22634
|
"inheritedFrom": {
|
|
22627
|
-
"name": "
|
|
22628
|
-
"module": "src/
|
|
22635
|
+
"name": "FoundationElement",
|
|
22636
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22629
22637
|
}
|
|
22630
22638
|
},
|
|
22631
22639
|
{
|
|
@@ -22638,8 +22646,8 @@
|
|
|
22638
22646
|
}
|
|
22639
22647
|
},
|
|
22640
22648
|
"inheritedFrom": {
|
|
22641
|
-
"name": "
|
|
22642
|
-
"module": "src/
|
|
22649
|
+
"name": "FoundationElement",
|
|
22650
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22643
22651
|
}
|
|
22644
22652
|
},
|
|
22645
22653
|
{
|
|
@@ -22651,8 +22659,8 @@
|
|
|
22651
22659
|
"privacy": "public",
|
|
22652
22660
|
"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.",
|
|
22653
22661
|
"inheritedFrom": {
|
|
22654
|
-
"name": "
|
|
22655
|
-
"module": "src/
|
|
22662
|
+
"name": "FoundationElement",
|
|
22663
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22656
22664
|
}
|
|
22657
22665
|
},
|
|
22658
22666
|
{
|
|
@@ -22665,8 +22673,8 @@
|
|
|
22665
22673
|
}
|
|
22666
22674
|
},
|
|
22667
22675
|
"inheritedFrom": {
|
|
22668
|
-
"name": "
|
|
22669
|
-
"module": "src/
|
|
22676
|
+
"name": "FoundationElement",
|
|
22677
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22670
22678
|
}
|
|
22671
22679
|
},
|
|
22672
22680
|
{
|
|
@@ -22696,73 +22704,65 @@
|
|
|
22696
22704
|
],
|
|
22697
22705
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
22698
22706
|
"inheritedFrom": {
|
|
22699
|
-
"name": "
|
|
22700
|
-
"module": "src/
|
|
22701
|
-
}
|
|
22702
|
-
}
|
|
22703
|
-
],
|
|
22704
|
-
"events": [
|
|
22705
|
-
{
|
|
22706
|
-
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
22707
|
-
"name": "scrollstart",
|
|
22708
|
-
"inheritedFrom": {
|
|
22709
|
-
"name": "HorizontalScroll",
|
|
22710
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22711
|
-
}
|
|
22712
|
-
},
|
|
22713
|
-
{
|
|
22714
|
-
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
22715
|
-
"name": "scrollend",
|
|
22716
|
-
"inheritedFrom": {
|
|
22717
|
-
"name": "HorizontalScroll",
|
|
22718
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
22707
|
+
"name": "FoundationElement",
|
|
22708
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22719
22709
|
}
|
|
22720
22710
|
}
|
|
22721
22711
|
]
|
|
22722
22712
|
},
|
|
22723
22713
|
{
|
|
22724
22714
|
"kind": "variable",
|
|
22725
|
-
"name": "
|
|
22726
|
-
"
|
|
22727
|
-
"text": "object"
|
|
22728
|
-
},
|
|
22729
|
-
"default": "{\n nextFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n previousFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n}"
|
|
22715
|
+
"name": "defaultIconConfig",
|
|
22716
|
+
"default": "foundationIconConfig"
|
|
22730
22717
|
},
|
|
22731
22718
|
{
|
|
22732
22719
|
"kind": "variable",
|
|
22733
|
-
"name": "
|
|
22720
|
+
"name": "zeroIconShadowOptions",
|
|
22721
|
+
"default": "foundationIconShadowOptions"
|
|
22722
|
+
},
|
|
22723
|
+
{
|
|
22724
|
+
"kind": "variable",
|
|
22725
|
+
"name": "zeroIcon"
|
|
22734
22726
|
}
|
|
22735
22727
|
],
|
|
22736
22728
|
"exports": [
|
|
22737
22729
|
{
|
|
22738
22730
|
"kind": "js",
|
|
22739
|
-
"name": "
|
|
22731
|
+
"name": "Icon",
|
|
22740
22732
|
"declaration": {
|
|
22741
|
-
"name": "
|
|
22742
|
-
"module": "src/
|
|
22733
|
+
"name": "Icon",
|
|
22734
|
+
"module": "src/icon/icon.ts"
|
|
22743
22735
|
}
|
|
22744
22736
|
},
|
|
22745
22737
|
{
|
|
22746
22738
|
"kind": "js",
|
|
22747
|
-
"name": "
|
|
22739
|
+
"name": "defaultIconConfig",
|
|
22748
22740
|
"declaration": {
|
|
22749
|
-
"name": "
|
|
22750
|
-
"module": "src/
|
|
22741
|
+
"name": "defaultIconConfig",
|
|
22742
|
+
"module": "src/icon/icon.ts"
|
|
22751
22743
|
}
|
|
22752
22744
|
},
|
|
22753
22745
|
{
|
|
22754
22746
|
"kind": "js",
|
|
22755
|
-
"name": "
|
|
22747
|
+
"name": "zeroIconShadowOptions",
|
|
22756
22748
|
"declaration": {
|
|
22757
|
-
"name": "
|
|
22758
|
-
"module": "src/
|
|
22749
|
+
"name": "zeroIconShadowOptions",
|
|
22750
|
+
"module": "src/icon/icon.ts"
|
|
22751
|
+
}
|
|
22752
|
+
},
|
|
22753
|
+
{
|
|
22754
|
+
"kind": "js",
|
|
22755
|
+
"name": "zeroIcon",
|
|
22756
|
+
"declaration": {
|
|
22757
|
+
"name": "zeroIcon",
|
|
22758
|
+
"module": "src/icon/icon.ts"
|
|
22759
22759
|
}
|
|
22760
22760
|
}
|
|
22761
22761
|
]
|
|
22762
22762
|
},
|
|
22763
22763
|
{
|
|
22764
22764
|
"kind": "javascript-module",
|
|
22765
|
-
"path": "src/
|
|
22765
|
+
"path": "src/icon/index.ts",
|
|
22766
22766
|
"declarations": [],
|
|
22767
22767
|
"exports": [
|
|
22768
22768
|
{
|
|
@@ -22770,7 +22770,7 @@
|
|
|
22770
22770
|
"name": "*",
|
|
22771
22771
|
"declaration": {
|
|
22772
22772
|
"name": "*",
|
|
22773
|
-
"package": "./
|
|
22773
|
+
"package": "./icon"
|
|
22774
22774
|
}
|
|
22775
22775
|
},
|
|
22776
22776
|
{
|
|
@@ -22778,15 +22778,7 @@
|
|
|
22778
22778
|
"name": "*",
|
|
22779
22779
|
"declaration": {
|
|
22780
22780
|
"name": "*",
|
|
22781
|
-
"package": "./
|
|
22782
|
-
}
|
|
22783
|
-
},
|
|
22784
|
-
{
|
|
22785
|
-
"kind": "js",
|
|
22786
|
-
"name": "*",
|
|
22787
|
-
"declaration": {
|
|
22788
|
-
"name": "*",
|
|
22789
|
-
"package": "./horizontal-scroll.template"
|
|
22781
|
+
"package": "./icon.styles"
|
|
22790
22782
|
}
|
|
22791
22783
|
}
|
|
22792
22784
|
]
|
|
@@ -28549,621 +28541,168 @@
|
|
|
28549
28541
|
"name": "content",
|
|
28550
28542
|
"type": {
|
|
28551
28543
|
"text": "Node[]"
|
|
28552
|
-
},
|
|
28553
|
-
"privacy": "public",
|
|
28554
|
-
"description": "The default slotted content.",
|
|
28555
|
-
"inheritedFrom": {
|
|
28556
|
-
"name": "ListboxOption",
|
|
28557
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28558
|
-
}
|
|
28559
|
-
},
|
|
28560
|
-
{
|
|
28561
|
-
"kind": "field",
|
|
28562
|
-
"name": "defaultSelected",
|
|
28563
|
-
"type": {
|
|
28564
|
-
"text": "boolean"
|
|
28565
|
-
},
|
|
28566
|
-
"privacy": "public",
|
|
28567
|
-
"default": "false",
|
|
28568
|
-
"description": "The defaultSelected state of the option.",
|
|
28569
|
-
"inheritedFrom": {
|
|
28570
|
-
"name": "ListboxOption",
|
|
28571
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28572
|
-
}
|
|
28573
|
-
},
|
|
28574
|
-
{
|
|
28575
|
-
"kind": "method",
|
|
28576
|
-
"name": "defaultSelectedChanged",
|
|
28577
|
-
"privacy": "protected",
|
|
28578
|
-
"return": {
|
|
28579
|
-
"type": {
|
|
28580
|
-
"text": "void"
|
|
28581
|
-
}
|
|
28582
|
-
},
|
|
28583
|
-
"inheritedFrom": {
|
|
28584
|
-
"name": "ListboxOption",
|
|
28585
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28586
|
-
}
|
|
28587
|
-
},
|
|
28588
|
-
{
|
|
28589
|
-
"kind": "field",
|
|
28590
|
-
"name": "disabled",
|
|
28591
|
-
"type": {
|
|
28592
|
-
"text": "boolean"
|
|
28593
|
-
},
|
|
28594
|
-
"privacy": "public",
|
|
28595
|
-
"description": "The disabled state of the option.",
|
|
28596
|
-
"inheritedFrom": {
|
|
28597
|
-
"name": "ListboxOption",
|
|
28598
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28599
|
-
}
|
|
28600
|
-
},
|
|
28601
|
-
{
|
|
28602
|
-
"kind": "method",
|
|
28603
|
-
"name": "disabledChanged",
|
|
28604
|
-
"privacy": "protected",
|
|
28605
|
-
"return": {
|
|
28606
|
-
"type": {
|
|
28607
|
-
"text": "void"
|
|
28608
|
-
}
|
|
28609
|
-
},
|
|
28610
|
-
"parameters": [
|
|
28611
|
-
{
|
|
28612
|
-
"name": "prev",
|
|
28613
|
-
"type": {
|
|
28614
|
-
"text": "boolean"
|
|
28615
|
-
}
|
|
28616
|
-
},
|
|
28617
|
-
{
|
|
28618
|
-
"name": "next",
|
|
28619
|
-
"type": {
|
|
28620
|
-
"text": "boolean"
|
|
28621
|
-
}
|
|
28622
|
-
}
|
|
28623
|
-
],
|
|
28624
|
-
"inheritedFrom": {
|
|
28625
|
-
"name": "ListboxOption",
|
|
28626
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28627
|
-
}
|
|
28628
|
-
},
|
|
28629
|
-
{
|
|
28630
|
-
"kind": "field",
|
|
28631
|
-
"name": "selectedAttribute",
|
|
28632
|
-
"type": {
|
|
28633
|
-
"text": "boolean"
|
|
28634
|
-
},
|
|
28635
|
-
"privacy": "public",
|
|
28636
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
28637
|
-
"inheritedFrom": {
|
|
28638
|
-
"name": "ListboxOption",
|
|
28639
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28640
|
-
}
|
|
28641
|
-
},
|
|
28642
|
-
{
|
|
28643
|
-
"kind": "method",
|
|
28644
|
-
"name": "selectedAttributeChanged",
|
|
28645
|
-
"privacy": "protected",
|
|
28646
|
-
"return": {
|
|
28647
|
-
"type": {
|
|
28648
|
-
"text": "void"
|
|
28649
|
-
}
|
|
28650
|
-
},
|
|
28651
|
-
"inheritedFrom": {
|
|
28652
|
-
"name": "ListboxOption",
|
|
28653
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28654
|
-
}
|
|
28655
|
-
},
|
|
28656
|
-
{
|
|
28657
|
-
"kind": "field",
|
|
28658
|
-
"name": "selected",
|
|
28659
|
-
"type": {
|
|
28660
|
-
"text": "boolean"
|
|
28661
|
-
},
|
|
28662
|
-
"privacy": "public",
|
|
28663
|
-
"description": "The checked state of the control.",
|
|
28664
|
-
"inheritedFrom": {
|
|
28665
|
-
"name": "ListboxOption",
|
|
28666
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28667
|
-
}
|
|
28668
|
-
},
|
|
28669
|
-
{
|
|
28670
|
-
"kind": "method",
|
|
28671
|
-
"name": "selectedChanged",
|
|
28672
|
-
"privacy": "protected",
|
|
28673
|
-
"return": {
|
|
28674
|
-
"type": {
|
|
28675
|
-
"text": "void"
|
|
28676
|
-
}
|
|
28677
|
-
},
|
|
28678
|
-
"inheritedFrom": {
|
|
28679
|
-
"name": "ListboxOption",
|
|
28680
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28681
|
-
}
|
|
28682
|
-
},
|
|
28683
|
-
{
|
|
28684
|
-
"kind": "field",
|
|
28685
|
-
"name": "dirtyValue",
|
|
28686
|
-
"type": {
|
|
28687
|
-
"text": "boolean"
|
|
28688
|
-
},
|
|
28689
|
-
"privacy": "public",
|
|
28690
|
-
"default": "false",
|
|
28691
|
-
"description": "Track whether the value has been changed from the initial value",
|
|
28692
|
-
"inheritedFrom": {
|
|
28693
|
-
"name": "ListboxOption",
|
|
28694
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28695
|
-
}
|
|
28696
|
-
},
|
|
28697
|
-
{
|
|
28698
|
-
"kind": "field",
|
|
28699
|
-
"name": "initialValue",
|
|
28700
|
-
"type": {
|
|
28701
|
-
"text": "string"
|
|
28702
|
-
},
|
|
28703
|
-
"privacy": "protected",
|
|
28704
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
28705
|
-
"inheritedFrom": {
|
|
28706
|
-
"name": "ListboxOption",
|
|
28707
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28708
|
-
}
|
|
28709
|
-
},
|
|
28710
|
-
{
|
|
28711
|
-
"kind": "method",
|
|
28712
|
-
"name": "initialValueChanged",
|
|
28713
|
-
"privacy": "public",
|
|
28714
|
-
"return": {
|
|
28715
|
-
"type": {
|
|
28716
|
-
"text": "void"
|
|
28717
|
-
}
|
|
28718
|
-
},
|
|
28719
|
-
"parameters": [
|
|
28720
|
-
{
|
|
28721
|
-
"name": "previous",
|
|
28722
|
-
"type": {
|
|
28723
|
-
"text": "string"
|
|
28724
|
-
}
|
|
28725
|
-
},
|
|
28726
|
-
{
|
|
28727
|
-
"name": "next",
|
|
28728
|
-
"type": {
|
|
28729
|
-
"text": "string"
|
|
28730
|
-
}
|
|
28731
|
-
}
|
|
28732
|
-
],
|
|
28733
|
-
"inheritedFrom": {
|
|
28734
|
-
"name": "ListboxOption",
|
|
28735
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28736
|
-
}
|
|
28737
|
-
},
|
|
28738
|
-
{
|
|
28739
|
-
"kind": "field",
|
|
28740
|
-
"name": "label",
|
|
28741
|
-
"privacy": "public",
|
|
28742
|
-
"inheritedFrom": {
|
|
28743
|
-
"name": "ListboxOption",
|
|
28744
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28745
|
-
}
|
|
28746
|
-
},
|
|
28747
|
-
{
|
|
28748
|
-
"kind": "field",
|
|
28749
|
-
"name": "text",
|
|
28750
|
-
"type": {
|
|
28751
|
-
"text": "string"
|
|
28752
|
-
},
|
|
28753
|
-
"privacy": "public",
|
|
28754
|
-
"inheritedFrom": {
|
|
28755
|
-
"name": "ListboxOption",
|
|
28756
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28757
|
-
}
|
|
28758
|
-
},
|
|
28759
|
-
{
|
|
28760
|
-
"kind": "field",
|
|
28761
|
-
"name": "value",
|
|
28762
|
-
"privacy": "public",
|
|
28763
|
-
"type": {
|
|
28764
|
-
"text": "string"
|
|
28765
|
-
},
|
|
28766
|
-
"inheritedFrom": {
|
|
28767
|
-
"name": "ListboxOption",
|
|
28768
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28769
|
-
}
|
|
28770
|
-
},
|
|
28771
|
-
{
|
|
28772
|
-
"kind": "field",
|
|
28773
|
-
"name": "form",
|
|
28774
|
-
"type": {
|
|
28775
|
-
"text": "HTMLFormElement | null"
|
|
28776
|
-
},
|
|
28777
|
-
"privacy": "public",
|
|
28778
|
-
"inheritedFrom": {
|
|
28779
|
-
"name": "ListboxOption",
|
|
28780
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28781
|
-
}
|
|
28782
|
-
},
|
|
28783
|
-
{
|
|
28784
|
-
"kind": "field",
|
|
28785
|
-
"name": "proxy",
|
|
28786
|
-
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
28787
|
-
"inheritedFrom": {
|
|
28788
|
-
"name": "ListboxOption",
|
|
28789
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28790
|
-
}
|
|
28791
|
-
},
|
|
28792
|
-
{
|
|
28793
|
-
"kind": "field",
|
|
28794
|
-
"name": "_presentation",
|
|
28795
|
-
"type": {
|
|
28796
|
-
"text": "ComponentPresentation | null | undefined"
|
|
28797
|
-
},
|
|
28798
|
-
"privacy": "private",
|
|
28799
|
-
"default": "void 0",
|
|
28800
|
-
"inheritedFrom": {
|
|
28801
|
-
"name": "ListboxOption",
|
|
28802
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28803
|
-
}
|
|
28804
|
-
},
|
|
28805
|
-
{
|
|
28806
|
-
"kind": "field",
|
|
28807
|
-
"name": "$presentation",
|
|
28808
|
-
"type": {
|
|
28809
|
-
"text": "ComponentPresentation | null"
|
|
28810
|
-
},
|
|
28811
|
-
"privacy": "public",
|
|
28812
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
28813
|
-
"inheritedFrom": {
|
|
28814
|
-
"name": "ListboxOption",
|
|
28815
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28816
|
-
}
|
|
28817
|
-
},
|
|
28818
|
-
{
|
|
28819
|
-
"kind": "field",
|
|
28820
|
-
"name": "template",
|
|
28821
|
-
"type": {
|
|
28822
|
-
"text": "ElementViewTemplate | void | null"
|
|
28823
|
-
},
|
|
28824
|
-
"privacy": "public",
|
|
28825
|
-
"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.",
|
|
28826
|
-
"inheritedFrom": {
|
|
28827
|
-
"name": "ListboxOption",
|
|
28828
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28829
|
-
}
|
|
28830
|
-
},
|
|
28831
|
-
{
|
|
28832
|
-
"kind": "method",
|
|
28833
|
-
"name": "templateChanged",
|
|
28834
|
-
"privacy": "protected",
|
|
28835
|
-
"return": {
|
|
28836
|
-
"type": {
|
|
28837
|
-
"text": "void"
|
|
28838
|
-
}
|
|
28839
|
-
},
|
|
28840
|
-
"inheritedFrom": {
|
|
28841
|
-
"name": "ListboxOption",
|
|
28842
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28843
|
-
}
|
|
28844
|
-
},
|
|
28845
|
-
{
|
|
28846
|
-
"kind": "field",
|
|
28847
|
-
"name": "styles",
|
|
28848
|
-
"type": {
|
|
28849
|
-
"text": "ElementStyles | void | null"
|
|
28850
|
-
},
|
|
28851
|
-
"privacy": "public",
|
|
28852
|
-
"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.",
|
|
28853
|
-
"inheritedFrom": {
|
|
28854
|
-
"name": "ListboxOption",
|
|
28855
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28856
|
-
}
|
|
28857
|
-
},
|
|
28858
|
-
{
|
|
28859
|
-
"kind": "method",
|
|
28860
|
-
"name": "stylesChanged",
|
|
28861
|
-
"privacy": "protected",
|
|
28862
|
-
"return": {
|
|
28863
|
-
"type": {
|
|
28864
|
-
"text": "void"
|
|
28865
|
-
}
|
|
28866
|
-
},
|
|
28867
|
-
"inheritedFrom": {
|
|
28868
|
-
"name": "ListboxOption",
|
|
28869
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28870
|
-
}
|
|
28871
|
-
},
|
|
28872
|
-
{
|
|
28873
|
-
"kind": "method",
|
|
28874
|
-
"name": "compose",
|
|
28875
|
-
"privacy": "public",
|
|
28876
|
-
"static": true,
|
|
28877
|
-
"return": {
|
|
28878
|
-
"type": {
|
|
28879
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
28880
|
-
}
|
|
28881
|
-
},
|
|
28882
|
-
"parameters": [
|
|
28883
|
-
{
|
|
28884
|
-
"name": "this",
|
|
28885
|
-
"type": {
|
|
28886
|
-
"text": "K"
|
|
28887
|
-
}
|
|
28888
|
-
},
|
|
28889
|
-
{
|
|
28890
|
-
"name": "elementDefinition",
|
|
28891
|
-
"type": {
|
|
28892
|
-
"text": "T"
|
|
28893
|
-
},
|
|
28894
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
28895
|
-
}
|
|
28896
|
-
],
|
|
28897
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
28898
|
-
"inheritedFrom": {
|
|
28899
|
-
"name": "ListboxOption",
|
|
28900
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
28901
|
-
}
|
|
28902
|
-
}
|
|
28903
|
-
]
|
|
28904
|
-
},
|
|
28905
|
-
{
|
|
28906
|
-
"kind": "variable",
|
|
28907
|
-
"name": "zeroOptgroup"
|
|
28908
|
-
}
|
|
28909
|
-
],
|
|
28910
|
-
"exports": [
|
|
28911
|
-
{
|
|
28912
|
-
"kind": "js",
|
|
28913
|
-
"name": "Optgroup",
|
|
28914
|
-
"declaration": {
|
|
28915
|
-
"name": "Optgroup",
|
|
28916
|
-
"module": "src/optgroup/optgroup.ts"
|
|
28917
|
-
}
|
|
28918
|
-
},
|
|
28919
|
-
{
|
|
28920
|
-
"kind": "js",
|
|
28921
|
-
"name": "zeroOptgroup",
|
|
28922
|
-
"declaration": {
|
|
28923
|
-
"name": "zeroOptgroup",
|
|
28924
|
-
"module": "src/optgroup/optgroup.ts"
|
|
28925
|
-
}
|
|
28926
|
-
}
|
|
28927
|
-
]
|
|
28928
|
-
},
|
|
28929
|
-
{
|
|
28930
|
-
"kind": "javascript-module",
|
|
28931
|
-
"path": "src/overlays/index.ts",
|
|
28932
|
-
"declarations": [],
|
|
28933
|
-
"exports": [
|
|
28934
|
-
{
|
|
28935
|
-
"kind": "js",
|
|
28936
|
-
"name": "*",
|
|
28937
|
-
"declaration": {
|
|
28938
|
-
"name": "*",
|
|
28939
|
-
"package": "./system-health"
|
|
28940
|
-
}
|
|
28941
|
-
}
|
|
28942
|
-
]
|
|
28943
|
-
},
|
|
28944
|
-
{
|
|
28945
|
-
"kind": "javascript-module",
|
|
28946
|
-
"path": "src/pill/index.ts",
|
|
28947
|
-
"declarations": [],
|
|
28948
|
-
"exports": [
|
|
28949
|
-
{
|
|
28950
|
-
"kind": "js",
|
|
28951
|
-
"name": "*",
|
|
28952
|
-
"declaration": {
|
|
28953
|
-
"name": "*",
|
|
28954
|
-
"package": "./pill"
|
|
28955
|
-
}
|
|
28956
|
-
},
|
|
28957
|
-
{
|
|
28958
|
-
"kind": "js",
|
|
28959
|
-
"name": "*",
|
|
28960
|
-
"declaration": {
|
|
28961
|
-
"name": "*",
|
|
28962
|
-
"package": "./pill.styles"
|
|
28963
|
-
}
|
|
28964
|
-
},
|
|
28965
|
-
{
|
|
28966
|
-
"kind": "js",
|
|
28967
|
-
"name": "*",
|
|
28968
|
-
"declaration": {
|
|
28969
|
-
"name": "*",
|
|
28970
|
-
"package": "./pill.template"
|
|
28971
|
-
}
|
|
28972
|
-
}
|
|
28973
|
-
]
|
|
28974
|
-
},
|
|
28975
|
-
{
|
|
28976
|
-
"kind": "javascript-module",
|
|
28977
|
-
"path": "src/pill/pill.styles.ts",
|
|
28978
|
-
"declarations": [
|
|
28979
|
-
{
|
|
28980
|
-
"kind": "variable",
|
|
28981
|
-
"name": "zeroPillStyles",
|
|
28982
|
-
"type": {
|
|
28983
|
-
"text": "ElementStyles"
|
|
28984
|
-
},
|
|
28985
|
-
"default": "css`\n ${foundationPillStyles}\n :host {\n --pill-fill: ${neutralFillRest};\n --pill-fill-hover: ${neutralFillHover};\n --pill-foreground: ${neutralForegroundRest};\n }\n`"
|
|
28986
|
-
}
|
|
28987
|
-
],
|
|
28988
|
-
"exports": [
|
|
28989
|
-
{
|
|
28990
|
-
"kind": "js",
|
|
28991
|
-
"name": "zeroPillStyles",
|
|
28992
|
-
"declaration": {
|
|
28993
|
-
"name": "zeroPillStyles",
|
|
28994
|
-
"module": "src/pill/pill.styles.ts"
|
|
28995
|
-
}
|
|
28996
|
-
}
|
|
28997
|
-
]
|
|
28998
|
-
},
|
|
28999
|
-
{
|
|
29000
|
-
"kind": "javascript-module",
|
|
29001
|
-
"path": "src/pill/pill.template.ts",
|
|
29002
|
-
"declarations": [
|
|
29003
|
-
{
|
|
29004
|
-
"kind": "variable",
|
|
29005
|
-
"name": "zeroPillTemplate",
|
|
29006
|
-
"default": "foundationPillTemplate"
|
|
29007
|
-
}
|
|
29008
|
-
],
|
|
29009
|
-
"exports": [
|
|
29010
|
-
{
|
|
29011
|
-
"kind": "js",
|
|
29012
|
-
"name": "zeroPillTemplate",
|
|
29013
|
-
"declaration": {
|
|
29014
|
-
"name": "zeroPillTemplate",
|
|
29015
|
-
"module": "src/pill/pill.template.ts"
|
|
29016
|
-
}
|
|
29017
|
-
}
|
|
29018
|
-
]
|
|
29019
|
-
},
|
|
29020
|
-
{
|
|
29021
|
-
"kind": "javascript-module",
|
|
29022
|
-
"path": "src/pill/pill.ts",
|
|
29023
|
-
"declarations": [
|
|
29024
|
-
{
|
|
29025
|
-
"kind": "class",
|
|
29026
|
-
"description": "",
|
|
29027
|
-
"name": "Pill",
|
|
29028
|
-
"superclass": {
|
|
29029
|
-
"name": "FoundationPill",
|
|
29030
|
-
"package": "@genesislcap/foundation-ui"
|
|
29031
|
-
},
|
|
29032
|
-
"tagName": "%%prefix%%-pill",
|
|
29033
|
-
"customElement": true,
|
|
29034
|
-
"attributes": [
|
|
29035
|
-
{
|
|
29036
|
-
"name": "label",
|
|
29037
|
-
"type": {
|
|
29038
|
-
"text": "string"
|
|
29039
|
-
},
|
|
29040
|
-
"attribute": "label",
|
|
29041
|
-
"fieldName": "label",
|
|
29042
|
-
"description": "the name of the thing this pill represents, e.g. a filter field name",
|
|
28544
|
+
},
|
|
28545
|
+
"privacy": "public",
|
|
28546
|
+
"description": "The default slotted content.",
|
|
29043
28547
|
"inheritedFrom": {
|
|
29044
|
-
"name": "
|
|
29045
|
-
"module": "src/
|
|
28548
|
+
"name": "ListboxOption",
|
|
28549
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29046
28550
|
}
|
|
29047
28551
|
},
|
|
29048
28552
|
{
|
|
29049
|
-
"
|
|
28553
|
+
"kind": "field",
|
|
28554
|
+
"name": "defaultSelected",
|
|
29050
28555
|
"type": {
|
|
29051
|
-
"text": "
|
|
28556
|
+
"text": "boolean"
|
|
29052
28557
|
},
|
|
29053
|
-
"
|
|
29054
|
-
"
|
|
29055
|
-
"description": "
|
|
28558
|
+
"privacy": "public",
|
|
28559
|
+
"default": "false",
|
|
28560
|
+
"description": "The defaultSelected state of the option.",
|
|
29056
28561
|
"inheritedFrom": {
|
|
29057
|
-
"name": "
|
|
29058
|
-
"module": "src/
|
|
28562
|
+
"name": "ListboxOption",
|
|
28563
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29059
28564
|
}
|
|
29060
28565
|
},
|
|
29061
28566
|
{
|
|
29062
|
-
"
|
|
29063
|
-
"
|
|
29064
|
-
|
|
28567
|
+
"kind": "method",
|
|
28568
|
+
"name": "defaultSelectedChanged",
|
|
28569
|
+
"privacy": "protected",
|
|
28570
|
+
"return": {
|
|
28571
|
+
"type": {
|
|
28572
|
+
"text": "void"
|
|
28573
|
+
}
|
|
29065
28574
|
},
|
|
29066
|
-
"default": "true",
|
|
29067
|
-
"fieldName": "removable",
|
|
29068
|
-
"description": "whether the \"x\" remove control is shown",
|
|
29069
28575
|
"inheritedFrom": {
|
|
29070
|
-
"name": "
|
|
29071
|
-
"module": "src/
|
|
28576
|
+
"name": "ListboxOption",
|
|
28577
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29072
28578
|
}
|
|
29073
28579
|
},
|
|
29074
28580
|
{
|
|
28581
|
+
"kind": "field",
|
|
29075
28582
|
"name": "disabled",
|
|
29076
28583
|
"type": {
|
|
29077
28584
|
"text": "boolean"
|
|
29078
28585
|
},
|
|
29079
|
-
"
|
|
29080
|
-
"
|
|
29081
|
-
"description": "disables both the pill body and the remove control",
|
|
28586
|
+
"privacy": "public",
|
|
28587
|
+
"description": "The disabled state of the option.",
|
|
29082
28588
|
"inheritedFrom": {
|
|
29083
|
-
"name": "
|
|
29084
|
-
"module": "src/
|
|
28589
|
+
"name": "ListboxOption",
|
|
28590
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29085
28591
|
}
|
|
29086
28592
|
},
|
|
29087
28593
|
{
|
|
29088
|
-
"
|
|
29089
|
-
|
|
28594
|
+
"kind": "method",
|
|
28595
|
+
"name": "disabledChanged",
|
|
28596
|
+
"privacy": "protected",
|
|
28597
|
+
"return": {
|
|
28598
|
+
"type": {
|
|
28599
|
+
"text": "void"
|
|
28600
|
+
}
|
|
29090
28601
|
},
|
|
29091
|
-
"
|
|
29092
|
-
|
|
29093
|
-
|
|
28602
|
+
"parameters": [
|
|
28603
|
+
{
|
|
28604
|
+
"name": "prev",
|
|
28605
|
+
"type": {
|
|
28606
|
+
"text": "boolean"
|
|
28607
|
+
}
|
|
28608
|
+
},
|
|
28609
|
+
{
|
|
28610
|
+
"name": "next",
|
|
28611
|
+
"type": {
|
|
28612
|
+
"text": "boolean"
|
|
28613
|
+
}
|
|
28614
|
+
}
|
|
28615
|
+
],
|
|
29094
28616
|
"inheritedFrom": {
|
|
29095
|
-
"name": "
|
|
29096
|
-
"module": "src/
|
|
28617
|
+
"name": "ListboxOption",
|
|
28618
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29097
28619
|
}
|
|
29098
|
-
}
|
|
29099
|
-
],
|
|
29100
|
-
"members": [
|
|
28620
|
+
},
|
|
29101
28621
|
{
|
|
29102
28622
|
"kind": "field",
|
|
29103
|
-
"name": "
|
|
28623
|
+
"name": "selectedAttribute",
|
|
29104
28624
|
"type": {
|
|
29105
|
-
"text": "
|
|
28625
|
+
"text": "boolean"
|
|
29106
28626
|
},
|
|
29107
|
-
"
|
|
28627
|
+
"privacy": "public",
|
|
28628
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
29108
28629
|
"inheritedFrom": {
|
|
29109
|
-
"name": "
|
|
29110
|
-
"module": "src/
|
|
28630
|
+
"name": "ListboxOption",
|
|
28631
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29111
28632
|
}
|
|
29112
28633
|
},
|
|
29113
28634
|
{
|
|
29114
|
-
"kind": "
|
|
29115
|
-
"name": "
|
|
29116
|
-
"
|
|
29117
|
-
|
|
28635
|
+
"kind": "method",
|
|
28636
|
+
"name": "selectedAttributeChanged",
|
|
28637
|
+
"privacy": "protected",
|
|
28638
|
+
"return": {
|
|
28639
|
+
"type": {
|
|
28640
|
+
"text": "void"
|
|
28641
|
+
}
|
|
29118
28642
|
},
|
|
29119
|
-
"attribute": "value",
|
|
29120
28643
|
"inheritedFrom": {
|
|
29121
|
-
"name": "
|
|
29122
|
-
"module": "src/
|
|
28644
|
+
"name": "ListboxOption",
|
|
28645
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29123
28646
|
}
|
|
29124
28647
|
},
|
|
29125
28648
|
{
|
|
29126
28649
|
"kind": "field",
|
|
29127
|
-
"name": "
|
|
28650
|
+
"name": "selected",
|
|
29128
28651
|
"type": {
|
|
29129
28652
|
"text": "boolean"
|
|
29130
28653
|
},
|
|
29131
|
-
"
|
|
29132
|
-
"
|
|
28654
|
+
"privacy": "public",
|
|
28655
|
+
"description": "The checked state of the control.",
|
|
28656
|
+
"inheritedFrom": {
|
|
28657
|
+
"name": "ListboxOption",
|
|
28658
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
28659
|
+
}
|
|
28660
|
+
},
|
|
28661
|
+
{
|
|
28662
|
+
"kind": "method",
|
|
28663
|
+
"name": "selectedChanged",
|
|
28664
|
+
"privacy": "protected",
|
|
28665
|
+
"return": {
|
|
28666
|
+
"type": {
|
|
28667
|
+
"text": "void"
|
|
28668
|
+
}
|
|
28669
|
+
},
|
|
29133
28670
|
"inheritedFrom": {
|
|
29134
|
-
"name": "
|
|
29135
|
-
"module": "src/
|
|
28671
|
+
"name": "ListboxOption",
|
|
28672
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29136
28673
|
}
|
|
29137
28674
|
},
|
|
29138
28675
|
{
|
|
29139
28676
|
"kind": "field",
|
|
29140
|
-
"name": "
|
|
28677
|
+
"name": "dirtyValue",
|
|
29141
28678
|
"type": {
|
|
29142
28679
|
"text": "boolean"
|
|
29143
28680
|
},
|
|
28681
|
+
"privacy": "public",
|
|
29144
28682
|
"default": "false",
|
|
29145
|
-
"
|
|
28683
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
29146
28684
|
"inheritedFrom": {
|
|
29147
|
-
"name": "
|
|
29148
|
-
"module": "src/
|
|
28685
|
+
"name": "ListboxOption",
|
|
28686
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29149
28687
|
}
|
|
29150
28688
|
},
|
|
29151
28689
|
{
|
|
29152
|
-
"kind": "
|
|
29153
|
-
"name": "
|
|
29154
|
-
"
|
|
29155
|
-
"
|
|
29156
|
-
"text": "void"
|
|
29157
|
-
}
|
|
28690
|
+
"kind": "field",
|
|
28691
|
+
"name": "initialValue",
|
|
28692
|
+
"type": {
|
|
28693
|
+
"text": "string"
|
|
29158
28694
|
},
|
|
28695
|
+
"privacy": "protected",
|
|
28696
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
29159
28697
|
"inheritedFrom": {
|
|
29160
|
-
"name": "
|
|
29161
|
-
"module": "src/
|
|
28698
|
+
"name": "ListboxOption",
|
|
28699
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29162
28700
|
}
|
|
29163
28701
|
},
|
|
29164
28702
|
{
|
|
29165
28703
|
"kind": "method",
|
|
29166
|
-
"name": "
|
|
28704
|
+
"name": "initialValueChanged",
|
|
28705
|
+
"privacy": "public",
|
|
29167
28706
|
"return": {
|
|
29168
28707
|
"type": {
|
|
29169
28708
|
"text": "void"
|
|
@@ -29171,15 +28710,75 @@
|
|
|
29171
28710
|
},
|
|
29172
28711
|
"parameters": [
|
|
29173
28712
|
{
|
|
29174
|
-
"name": "
|
|
28713
|
+
"name": "previous",
|
|
29175
28714
|
"type": {
|
|
29176
|
-
"text": "
|
|
28715
|
+
"text": "string"
|
|
28716
|
+
}
|
|
28717
|
+
},
|
|
28718
|
+
{
|
|
28719
|
+
"name": "next",
|
|
28720
|
+
"type": {
|
|
28721
|
+
"text": "string"
|
|
29177
28722
|
}
|
|
29178
28723
|
}
|
|
29179
28724
|
],
|
|
29180
28725
|
"inheritedFrom": {
|
|
29181
|
-
"name": "
|
|
29182
|
-
"module": "src/
|
|
28726
|
+
"name": "ListboxOption",
|
|
28727
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
28728
|
+
}
|
|
28729
|
+
},
|
|
28730
|
+
{
|
|
28731
|
+
"kind": "field",
|
|
28732
|
+
"name": "label",
|
|
28733
|
+
"privacy": "public",
|
|
28734
|
+
"inheritedFrom": {
|
|
28735
|
+
"name": "ListboxOption",
|
|
28736
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
28737
|
+
}
|
|
28738
|
+
},
|
|
28739
|
+
{
|
|
28740
|
+
"kind": "field",
|
|
28741
|
+
"name": "text",
|
|
28742
|
+
"type": {
|
|
28743
|
+
"text": "string"
|
|
28744
|
+
},
|
|
28745
|
+
"privacy": "public",
|
|
28746
|
+
"inheritedFrom": {
|
|
28747
|
+
"name": "ListboxOption",
|
|
28748
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
28749
|
+
}
|
|
28750
|
+
},
|
|
28751
|
+
{
|
|
28752
|
+
"kind": "field",
|
|
28753
|
+
"name": "value",
|
|
28754
|
+
"privacy": "public",
|
|
28755
|
+
"type": {
|
|
28756
|
+
"text": "string"
|
|
28757
|
+
},
|
|
28758
|
+
"inheritedFrom": {
|
|
28759
|
+
"name": "ListboxOption",
|
|
28760
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
28761
|
+
}
|
|
28762
|
+
},
|
|
28763
|
+
{
|
|
28764
|
+
"kind": "field",
|
|
28765
|
+
"name": "form",
|
|
28766
|
+
"type": {
|
|
28767
|
+
"text": "HTMLFormElement | null"
|
|
28768
|
+
},
|
|
28769
|
+
"privacy": "public",
|
|
28770
|
+
"inheritedFrom": {
|
|
28771
|
+
"name": "ListboxOption",
|
|
28772
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
28773
|
+
}
|
|
28774
|
+
},
|
|
28775
|
+
{
|
|
28776
|
+
"kind": "field",
|
|
28777
|
+
"name": "proxy",
|
|
28778
|
+
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
28779
|
+
"inheritedFrom": {
|
|
28780
|
+
"name": "ListboxOption",
|
|
28781
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29183
28782
|
}
|
|
29184
28783
|
},
|
|
29185
28784
|
{
|
|
@@ -29191,8 +28790,8 @@
|
|
|
29191
28790
|
"privacy": "private",
|
|
29192
28791
|
"default": "void 0",
|
|
29193
28792
|
"inheritedFrom": {
|
|
29194
|
-
"name": "
|
|
29195
|
-
"module": "src/
|
|
28793
|
+
"name": "ListboxOption",
|
|
28794
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29196
28795
|
}
|
|
29197
28796
|
},
|
|
29198
28797
|
{
|
|
@@ -29204,8 +28803,8 @@
|
|
|
29204
28803
|
"privacy": "public",
|
|
29205
28804
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29206
28805
|
"inheritedFrom": {
|
|
29207
|
-
"name": "
|
|
29208
|
-
"module": "src/
|
|
28806
|
+
"name": "ListboxOption",
|
|
28807
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29209
28808
|
}
|
|
29210
28809
|
},
|
|
29211
28810
|
{
|
|
@@ -29217,8 +28816,8 @@
|
|
|
29217
28816
|
"privacy": "public",
|
|
29218
28817
|
"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.",
|
|
29219
28818
|
"inheritedFrom": {
|
|
29220
|
-
"name": "
|
|
29221
|
-
"module": "src/
|
|
28819
|
+
"name": "ListboxOption",
|
|
28820
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29222
28821
|
}
|
|
29223
28822
|
},
|
|
29224
28823
|
{
|
|
@@ -29231,8 +28830,8 @@
|
|
|
29231
28830
|
}
|
|
29232
28831
|
},
|
|
29233
28832
|
"inheritedFrom": {
|
|
29234
|
-
"name": "
|
|
29235
|
-
"module": "src/
|
|
28833
|
+
"name": "ListboxOption",
|
|
28834
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29236
28835
|
}
|
|
29237
28836
|
},
|
|
29238
28837
|
{
|
|
@@ -29244,8 +28843,8 @@
|
|
|
29244
28843
|
"privacy": "public",
|
|
29245
28844
|
"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.",
|
|
29246
28845
|
"inheritedFrom": {
|
|
29247
|
-
"name": "
|
|
29248
|
-
"module": "src/
|
|
28846
|
+
"name": "ListboxOption",
|
|
28847
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29249
28848
|
}
|
|
29250
28849
|
},
|
|
29251
28850
|
{
|
|
@@ -29258,8 +28857,8 @@
|
|
|
29258
28857
|
}
|
|
29259
28858
|
},
|
|
29260
28859
|
"inheritedFrom": {
|
|
29261
|
-
"name": "
|
|
29262
|
-
"module": "src/
|
|
28860
|
+
"name": "ListboxOption",
|
|
28861
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29263
28862
|
}
|
|
29264
28863
|
},
|
|
29265
28864
|
{
|
|
@@ -29289,50 +28888,47 @@
|
|
|
29289
28888
|
],
|
|
29290
28889
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29291
28890
|
"inheritedFrom": {
|
|
29292
|
-
"name": "
|
|
29293
|
-
"module": "src/
|
|
29294
|
-
}
|
|
29295
|
-
}
|
|
29296
|
-
],
|
|
29297
|
-
"events": [
|
|
29298
|
-
{
|
|
29299
|
-
"description": "Fired when the remove control is activated.",
|
|
29300
|
-
"name": "remove",
|
|
29301
|
-
"inheritedFrom": {
|
|
29302
|
-
"name": "Pill",
|
|
29303
|
-
"module": "src/pill/pill.ts"
|
|
29304
|
-
}
|
|
29305
|
-
},
|
|
29306
|
-
{
|
|
29307
|
-
"description": "Fired when the pill body (excluding the remove control) is activated.",
|
|
29308
|
-
"name": "pill-click",
|
|
29309
|
-
"inheritedFrom": {
|
|
29310
|
-
"name": "Pill",
|
|
29311
|
-
"module": "src/pill/pill.ts"
|
|
28891
|
+
"name": "ListboxOption",
|
|
28892
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
29312
28893
|
}
|
|
29313
28894
|
}
|
|
29314
28895
|
]
|
|
29315
28896
|
},
|
|
29316
28897
|
{
|
|
29317
28898
|
"kind": "variable",
|
|
29318
|
-
"name": "
|
|
28899
|
+
"name": "zeroOptgroup"
|
|
29319
28900
|
}
|
|
29320
28901
|
],
|
|
29321
28902
|
"exports": [
|
|
29322
28903
|
{
|
|
29323
28904
|
"kind": "js",
|
|
29324
|
-
"name": "
|
|
28905
|
+
"name": "Optgroup",
|
|
29325
28906
|
"declaration": {
|
|
29326
|
-
"name": "
|
|
29327
|
-
"module": "src/
|
|
28907
|
+
"name": "Optgroup",
|
|
28908
|
+
"module": "src/optgroup/optgroup.ts"
|
|
29328
28909
|
}
|
|
29329
28910
|
},
|
|
29330
28911
|
{
|
|
29331
28912
|
"kind": "js",
|
|
29332
|
-
"name": "
|
|
28913
|
+
"name": "zeroOptgroup",
|
|
28914
|
+
"declaration": {
|
|
28915
|
+
"name": "zeroOptgroup",
|
|
28916
|
+
"module": "src/optgroup/optgroup.ts"
|
|
28917
|
+
}
|
|
28918
|
+
}
|
|
28919
|
+
]
|
|
28920
|
+
},
|
|
28921
|
+
{
|
|
28922
|
+
"kind": "javascript-module",
|
|
28923
|
+
"path": "src/overlays/index.ts",
|
|
28924
|
+
"declarations": [],
|
|
28925
|
+
"exports": [
|
|
28926
|
+
{
|
|
28927
|
+
"kind": "js",
|
|
28928
|
+
"name": "*",
|
|
29333
28929
|
"declaration": {
|
|
29334
|
-
"name": "
|
|
29335
|
-
"
|
|
28930
|
+
"name": "*",
|
|
28931
|
+
"package": "./system-health"
|
|
29336
28932
|
}
|
|
29337
28933
|
}
|
|
29338
28934
|
]
|