@genesislcap/foundation-zero 14.490.0 → 14.491.0-FUI-2567.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1377 -412
- package/dist/dts/base-components.d.ts +11 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/react.d.ts +19 -8
- package/dist/dts/verification-code-input/index.d.ts +4 -0
- package/dist/dts/verification-code-input/index.d.ts.map +1 -0
- package/dist/dts/verification-code-input/verification-code-input.d.ts +20 -0
- package/dist/dts/verification-code-input/verification-code-input.d.ts.map +1 -0
- package/dist/dts/verification-code-input/verification-code-input.styles.d.ts +3 -0
- package/dist/dts/verification-code-input/verification-code-input.styles.d.ts.map +1 -0
- package/dist/dts/verification-code-input/verification-code-input.template.d.ts +2 -0
- package/dist/dts/verification-code-input/verification-code-input.template.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/verification-code-input/index.js +3 -0
- package/dist/esm/verification-code-input/verification-code-input.js +12 -0
- package/dist/esm/verification-code-input/verification-code-input.styles.js +57 -0
- package/dist/esm/verification-code-input/verification-code-input.template.js +2 -0
- package/dist/react.cjs +24 -5
- package/dist/react.mjs +22 -4
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n 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}"
|
|
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 zeroVerificationCodeInput,\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": [
|
|
@@ -715,6 +715,14 @@
|
|
|
715
715
|
"name": "*",
|
|
716
716
|
"package": "./url-input"
|
|
717
717
|
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "js",
|
|
721
|
+
"name": "*",
|
|
722
|
+
"declaration": {
|
|
723
|
+
"name": "*",
|
|
724
|
+
"package": "./verification-code-input"
|
|
725
|
+
}
|
|
718
726
|
}
|
|
719
727
|
]
|
|
720
728
|
},
|
|
@@ -929,366 +937,6 @@
|
|
|
929
937
|
}
|
|
930
938
|
]
|
|
931
939
|
},
|
|
932
|
-
{
|
|
933
|
-
"kind": "javascript-module",
|
|
934
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
935
|
-
"declarations": [
|
|
936
|
-
{
|
|
937
|
-
"kind": "function",
|
|
938
|
-
"name": "zeroAccordionItemStyles",
|
|
939
|
-
"return": {
|
|
940
|
-
"type": {
|
|
941
|
-
"text": "ElementStyles"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
"parameters": [
|
|
945
|
-
{
|
|
946
|
-
"name": "context",
|
|
947
|
-
"type": {
|
|
948
|
-
"text": "ElementDefinitionContext"
|
|
949
|
-
}
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "definition",
|
|
953
|
-
"type": {
|
|
954
|
-
"text": "FoundationElementDefinition"
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
]
|
|
958
|
-
}
|
|
959
|
-
],
|
|
960
|
-
"exports": [
|
|
961
|
-
{
|
|
962
|
-
"kind": "js",
|
|
963
|
-
"name": "zeroAccordionItemStyles",
|
|
964
|
-
"declaration": {
|
|
965
|
-
"name": "zeroAccordionItemStyles",
|
|
966
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
]
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"kind": "javascript-module",
|
|
973
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
974
|
-
"declarations": [
|
|
975
|
-
{
|
|
976
|
-
"kind": "function",
|
|
977
|
-
"name": "zeroAccordionItemTemplate",
|
|
978
|
-
"return": {
|
|
979
|
-
"type": {
|
|
980
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
"parameters": [
|
|
984
|
-
{
|
|
985
|
-
"name": "context",
|
|
986
|
-
"type": {
|
|
987
|
-
"text": "ElementDefinitionContext"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"name": "definition",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "FoundationElementDefinition"
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
]
|
|
997
|
-
}
|
|
998
|
-
],
|
|
999
|
-
"exports": [
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "zeroAccordionItemTemplate",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "zeroAccordionItemTemplate",
|
|
1005
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
]
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"kind": "javascript-module",
|
|
1012
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1013
|
-
"declarations": [
|
|
1014
|
-
{
|
|
1015
|
-
"kind": "class",
|
|
1016
|
-
"description": "",
|
|
1017
|
-
"name": "AccordionItem",
|
|
1018
|
-
"superclass": {
|
|
1019
|
-
"name": "FoundationAccordionItem",
|
|
1020
|
-
"package": "@genesislcap/foundation-ui"
|
|
1021
|
-
},
|
|
1022
|
-
"tagName": "%%prefix%%-card",
|
|
1023
|
-
"customElement": true,
|
|
1024
|
-
"attributes": [
|
|
1025
|
-
{
|
|
1026
|
-
"name": "heading-level",
|
|
1027
|
-
"type": {
|
|
1028
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1029
|
-
},
|
|
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",
|
|
1033
|
-
"inheritedFrom": {
|
|
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"
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
],
|
|
1063
|
-
"members": [
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "field",
|
|
1066
|
-
"name": "headinglevel",
|
|
1067
|
-
"type": {
|
|
1068
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1069
|
-
},
|
|
1070
|
-
"privacy": "public",
|
|
1071
|
-
"default": "2",
|
|
1072
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1073
|
-
"inheritedFrom": {
|
|
1074
|
-
"name": "AccordionItem",
|
|
1075
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "field",
|
|
1080
|
-
"name": "expanded",
|
|
1081
|
-
"type": {
|
|
1082
|
-
"text": "boolean"
|
|
1083
|
-
},
|
|
1084
|
-
"privacy": "public",
|
|
1085
|
-
"default": "false",
|
|
1086
|
-
"description": "Expands or collapses the item.",
|
|
1087
|
-
"inheritedFrom": {
|
|
1088
|
-
"name": "AccordionItem",
|
|
1089
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"kind": "field",
|
|
1094
|
-
"name": "id",
|
|
1095
|
-
"type": {
|
|
1096
|
-
"text": "string"
|
|
1097
|
-
},
|
|
1098
|
-
"privacy": "public",
|
|
1099
|
-
"description": "The item ID",
|
|
1100
|
-
"inheritedFrom": {
|
|
1101
|
-
"name": "AccordionItem",
|
|
1102
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1103
|
-
}
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"kind": "field",
|
|
1107
|
-
"name": "change",
|
|
1108
|
-
"privacy": "private",
|
|
1109
|
-
"inheritedFrom": {
|
|
1110
|
-
"name": "AccordionItem",
|
|
1111
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1112
|
-
}
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"kind": "field",
|
|
1116
|
-
"name": "_presentation",
|
|
1117
|
-
"type": {
|
|
1118
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1119
|
-
},
|
|
1120
|
-
"privacy": "private",
|
|
1121
|
-
"default": "void 0",
|
|
1122
|
-
"inheritedFrom": {
|
|
1123
|
-
"name": "AccordionItem",
|
|
1124
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1125
|
-
}
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"kind": "field",
|
|
1129
|
-
"name": "$presentation",
|
|
1130
|
-
"type": {
|
|
1131
|
-
"text": "ComponentPresentation | null"
|
|
1132
|
-
},
|
|
1133
|
-
"privacy": "public",
|
|
1134
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1135
|
-
"inheritedFrom": {
|
|
1136
|
-
"name": "AccordionItem",
|
|
1137
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1138
|
-
}
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"kind": "field",
|
|
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.",
|
|
1148
|
-
"inheritedFrom": {
|
|
1149
|
-
"name": "AccordionItem",
|
|
1150
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"kind": "method",
|
|
1155
|
-
"name": "templateChanged",
|
|
1156
|
-
"privacy": "protected",
|
|
1157
|
-
"return": {
|
|
1158
|
-
"type": {
|
|
1159
|
-
"text": "void"
|
|
1160
|
-
}
|
|
1161
|
-
},
|
|
1162
|
-
"inheritedFrom": {
|
|
1163
|
-
"name": "AccordionItem",
|
|
1164
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1165
|
-
}
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"kind": "field",
|
|
1169
|
-
"name": "styles",
|
|
1170
|
-
"type": {
|
|
1171
|
-
"text": "ElementStyles | void | null"
|
|
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.",
|
|
1175
|
-
"inheritedFrom": {
|
|
1176
|
-
"name": "AccordionItem",
|
|
1177
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1178
|
-
}
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"kind": "method",
|
|
1182
|
-
"name": "stylesChanged",
|
|
1183
|
-
"privacy": "protected",
|
|
1184
|
-
"return": {
|
|
1185
|
-
"type": {
|
|
1186
|
-
"text": "void"
|
|
1187
|
-
}
|
|
1188
|
-
},
|
|
1189
|
-
"inheritedFrom": {
|
|
1190
|
-
"name": "AccordionItem",
|
|
1191
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1192
|
-
}
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"kind": "method",
|
|
1196
|
-
"name": "compose",
|
|
1197
|
-
"privacy": "public",
|
|
1198
|
-
"static": true,
|
|
1199
|
-
"return": {
|
|
1200
|
-
"type": {
|
|
1201
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
"parameters": [
|
|
1205
|
-
{
|
|
1206
|
-
"name": "this",
|
|
1207
|
-
"type": {
|
|
1208
|
-
"text": "K"
|
|
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."
|
|
1217
|
-
}
|
|
1218
|
-
],
|
|
1219
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1220
|
-
"inheritedFrom": {
|
|
1221
|
-
"name": "AccordionItem",
|
|
1222
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1223
|
-
}
|
|
1224
|
-
}
|
|
1225
|
-
],
|
|
1226
|
-
"events": [
|
|
1227
|
-
{
|
|
1228
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1229
|
-
"name": "change",
|
|
1230
|
-
"inheritedFrom": {
|
|
1231
|
-
"name": "AccordionItem",
|
|
1232
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1235
|
-
]
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"kind": "variable",
|
|
1239
|
-
"name": "zeroAccordionItem"
|
|
1240
|
-
}
|
|
1241
|
-
],
|
|
1242
|
-
"exports": [
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "js",
|
|
1245
|
-
"name": "AccordionItem",
|
|
1246
|
-
"declaration": {
|
|
1247
|
-
"name": "AccordionItem",
|
|
1248
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "js",
|
|
1253
|
-
"name": "zeroAccordionItem",
|
|
1254
|
-
"declaration": {
|
|
1255
|
-
"name": "zeroAccordionItem",
|
|
1256
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
]
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "javascript-module",
|
|
1263
|
-
"path": "src/accordion-item/index.ts",
|
|
1264
|
-
"declarations": [],
|
|
1265
|
-
"exports": [
|
|
1266
|
-
{
|
|
1267
|
-
"kind": "js",
|
|
1268
|
-
"name": "*",
|
|
1269
|
-
"declaration": {
|
|
1270
|
-
"name": "*",
|
|
1271
|
-
"package": "./accordion-item"
|
|
1272
|
-
}
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "js",
|
|
1276
|
-
"name": "*",
|
|
1277
|
-
"declaration": {
|
|
1278
|
-
"name": "*",
|
|
1279
|
-
"package": "./accordion-item.styles"
|
|
1280
|
-
}
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"kind": "js",
|
|
1284
|
-
"name": "*",
|
|
1285
|
-
"declaration": {
|
|
1286
|
-
"name": "*",
|
|
1287
|
-
"package": "./accordion-item.template"
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
]
|
|
1291
|
-
},
|
|
1292
940
|
{
|
|
1293
941
|
"kind": "javascript-module",
|
|
1294
942
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1772,11 +1420,11 @@
|
|
|
1772
1420
|
},
|
|
1773
1421
|
{
|
|
1774
1422
|
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/
|
|
1423
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1776
1424
|
"declarations": [
|
|
1777
1425
|
{
|
|
1778
1426
|
"kind": "function",
|
|
1779
|
-
"name": "
|
|
1427
|
+
"name": "zeroAccordionItemStyles",
|
|
1780
1428
|
"return": {
|
|
1781
1429
|
"type": {
|
|
1782
1430
|
"text": "ElementStyles"
|
|
@@ -1801,115 +1449,475 @@
|
|
|
1801
1449
|
"exports": [
|
|
1802
1450
|
{
|
|
1803
1451
|
"kind": "js",
|
|
1804
|
-
"name": "
|
|
1452
|
+
"name": "zeroAccordionItemStyles",
|
|
1805
1453
|
"declaration": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "src/
|
|
1454
|
+
"name": "zeroAccordionItemStyles",
|
|
1455
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1808
1456
|
}
|
|
1809
1457
|
}
|
|
1810
1458
|
]
|
|
1811
1459
|
},
|
|
1812
1460
|
{
|
|
1813
1461
|
"kind": "javascript-module",
|
|
1814
|
-
"path": "src/
|
|
1462
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1463
|
+
"declarations": [
|
|
1464
|
+
{
|
|
1465
|
+
"kind": "function",
|
|
1466
|
+
"name": "zeroAccordionItemTemplate",
|
|
1467
|
+
"return": {
|
|
1468
|
+
"type": {
|
|
1469
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"parameters": [
|
|
1473
|
+
{
|
|
1474
|
+
"name": "context",
|
|
1475
|
+
"type": {
|
|
1476
|
+
"text": "ElementDefinitionContext"
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"name": "definition",
|
|
1481
|
+
"type": {
|
|
1482
|
+
"text": "FoundationElementDefinition"
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
}
|
|
1487
|
+
],
|
|
1488
|
+
"exports": [
|
|
1489
|
+
{
|
|
1490
|
+
"kind": "js",
|
|
1491
|
+
"name": "zeroAccordionItemTemplate",
|
|
1492
|
+
"declaration": {
|
|
1493
|
+
"name": "zeroAccordionItemTemplate",
|
|
1494
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "javascript-module",
|
|
1501
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1815
1502
|
"declarations": [
|
|
1816
1503
|
{
|
|
1817
1504
|
"kind": "class",
|
|
1818
1505
|
"description": "",
|
|
1819
|
-
"name": "
|
|
1506
|
+
"name": "AccordionItem",
|
|
1820
1507
|
"superclass": {
|
|
1821
|
-
"name": "
|
|
1508
|
+
"name": "FoundationAccordionItem",
|
|
1822
1509
|
"package": "@genesislcap/foundation-ui"
|
|
1823
1510
|
},
|
|
1824
|
-
"tagName": "%%prefix%%-
|
|
1511
|
+
"tagName": "%%prefix%%-card",
|
|
1825
1512
|
"customElement": true,
|
|
1826
1513
|
"attributes": [
|
|
1827
1514
|
{
|
|
1828
|
-
"name": "
|
|
1515
|
+
"name": "heading-level",
|
|
1829
1516
|
"type": {
|
|
1830
|
-
"text": "
|
|
1517
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1831
1518
|
},
|
|
1832
|
-
"default": "
|
|
1833
|
-
"
|
|
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",
|
|
1834
1522
|
"inheritedFrom": {
|
|
1835
|
-
"name": "
|
|
1836
|
-
"module": "src/
|
|
1523
|
+
"name": "AccordionItem",
|
|
1524
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1837
1525
|
}
|
|
1838
1526
|
},
|
|
1839
1527
|
{
|
|
1840
|
-
"name": "add-default-actions",
|
|
1841
1528
|
"type": {
|
|
1842
1529
|
"text": "boolean"
|
|
1843
1530
|
},
|
|
1844
|
-
"default": "
|
|
1845
|
-
"
|
|
1531
|
+
"default": "false",
|
|
1532
|
+
"description": "Expands or collapses the item.",
|
|
1533
|
+
"fieldName": "expanded",
|
|
1846
1534
|
"inheritedFrom": {
|
|
1847
|
-
"name": "
|
|
1848
|
-
"module": "src/
|
|
1535
|
+
"name": "AccordionItem",
|
|
1536
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1849
1537
|
}
|
|
1850
1538
|
},
|
|
1851
1539
|
{
|
|
1852
|
-
"name": "
|
|
1540
|
+
"name": "id",
|
|
1853
1541
|
"type": {
|
|
1854
|
-
"text": "
|
|
1542
|
+
"text": "string"
|
|
1855
1543
|
},
|
|
1856
|
-
"
|
|
1857
|
-
"fieldName": "
|
|
1544
|
+
"description": "The item ID",
|
|
1545
|
+
"fieldName": "id",
|
|
1858
1546
|
"inheritedFrom": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
1547
|
+
"name": "AccordionItem",
|
|
1548
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1861
1549
|
}
|
|
1862
|
-
}
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1552
|
+
"members": [
|
|
1863
1553
|
{
|
|
1864
|
-
"
|
|
1554
|
+
"kind": "field",
|
|
1555
|
+
"name": "headinglevel",
|
|
1865
1556
|
"type": {
|
|
1866
|
-
"text": "
|
|
1557
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1867
1558
|
},
|
|
1868
|
-
"
|
|
1869
|
-
"
|
|
1559
|
+
"privacy": "public",
|
|
1560
|
+
"default": "2",
|
|
1561
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1870
1562
|
"inheritedFrom": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/
|
|
1563
|
+
"name": "AccordionItem",
|
|
1564
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1873
1565
|
}
|
|
1874
1566
|
},
|
|
1875
1567
|
{
|
|
1876
|
-
"
|
|
1568
|
+
"kind": "field",
|
|
1569
|
+
"name": "expanded",
|
|
1877
1570
|
"type": {
|
|
1878
1571
|
"text": "boolean"
|
|
1879
1572
|
},
|
|
1573
|
+
"privacy": "public",
|
|
1880
1574
|
"default": "false",
|
|
1881
|
-
"
|
|
1575
|
+
"description": "Expands or collapses the item.",
|
|
1882
1576
|
"inheritedFrom": {
|
|
1883
|
-
"name": "
|
|
1884
|
-
"module": "src/
|
|
1577
|
+
"name": "AccordionItem",
|
|
1578
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1885
1579
|
}
|
|
1886
1580
|
},
|
|
1887
1581
|
{
|
|
1888
|
-
"
|
|
1582
|
+
"kind": "field",
|
|
1583
|
+
"name": "id",
|
|
1889
1584
|
"type": {
|
|
1890
1585
|
"text": "string"
|
|
1891
1586
|
},
|
|
1892
|
-
"
|
|
1587
|
+
"privacy": "public",
|
|
1588
|
+
"description": "The item ID",
|
|
1893
1589
|
"inheritedFrom": {
|
|
1894
|
-
"name": "
|
|
1895
|
-
"module": "src/
|
|
1590
|
+
"name": "AccordionItem",
|
|
1591
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1896
1592
|
}
|
|
1897
1593
|
},
|
|
1898
1594
|
{
|
|
1899
|
-
"
|
|
1900
|
-
"
|
|
1901
|
-
|
|
1902
|
-
},
|
|
1903
|
-
"default": "false",
|
|
1904
|
-
"fieldName": "hideDisabled",
|
|
1595
|
+
"kind": "field",
|
|
1596
|
+
"name": "change",
|
|
1597
|
+
"privacy": "private",
|
|
1905
1598
|
"inheritedFrom": {
|
|
1906
|
-
"name": "
|
|
1907
|
-
"module": "src/
|
|
1599
|
+
"name": "AccordionItem",
|
|
1600
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1908
1601
|
}
|
|
1909
1602
|
},
|
|
1910
1603
|
{
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1604
|
+
"kind": "field",
|
|
1605
|
+
"name": "_presentation",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1608
|
+
},
|
|
1609
|
+
"privacy": "private",
|
|
1610
|
+
"default": "void 0",
|
|
1611
|
+
"inheritedFrom": {
|
|
1612
|
+
"name": "AccordionItem",
|
|
1613
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "field",
|
|
1618
|
+
"name": "$presentation",
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "ComponentPresentation | null"
|
|
1621
|
+
},
|
|
1622
|
+
"privacy": "public",
|
|
1623
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1624
|
+
"inheritedFrom": {
|
|
1625
|
+
"name": "AccordionItem",
|
|
1626
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"kind": "field",
|
|
1631
|
+
"name": "template",
|
|
1632
|
+
"type": {
|
|
1633
|
+
"text": "ElementViewTemplate | void | null"
|
|
1634
|
+
},
|
|
1635
|
+
"privacy": "public",
|
|
1636
|
+
"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
|
+
"inheritedFrom": {
|
|
1638
|
+
"name": "AccordionItem",
|
|
1639
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "method",
|
|
1644
|
+
"name": "templateChanged",
|
|
1645
|
+
"privacy": "protected",
|
|
1646
|
+
"return": {
|
|
1647
|
+
"type": {
|
|
1648
|
+
"text": "void"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
"inheritedFrom": {
|
|
1652
|
+
"name": "AccordionItem",
|
|
1653
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "field",
|
|
1658
|
+
"name": "styles",
|
|
1659
|
+
"type": {
|
|
1660
|
+
"text": "ElementStyles | void | null"
|
|
1661
|
+
},
|
|
1662
|
+
"privacy": "public",
|
|
1663
|
+
"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
|
+
"inheritedFrom": {
|
|
1665
|
+
"name": "AccordionItem",
|
|
1666
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "method",
|
|
1671
|
+
"name": "stylesChanged",
|
|
1672
|
+
"privacy": "protected",
|
|
1673
|
+
"return": {
|
|
1674
|
+
"type": {
|
|
1675
|
+
"text": "void"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
"inheritedFrom": {
|
|
1679
|
+
"name": "AccordionItem",
|
|
1680
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "method",
|
|
1685
|
+
"name": "compose",
|
|
1686
|
+
"privacy": "public",
|
|
1687
|
+
"static": true,
|
|
1688
|
+
"return": {
|
|
1689
|
+
"type": {
|
|
1690
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"parameters": [
|
|
1694
|
+
{
|
|
1695
|
+
"name": "this",
|
|
1696
|
+
"type": {
|
|
1697
|
+
"text": "K"
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "elementDefinition",
|
|
1702
|
+
"type": {
|
|
1703
|
+
"text": "T"
|
|
1704
|
+
},
|
|
1705
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1709
|
+
"inheritedFrom": {
|
|
1710
|
+
"name": "AccordionItem",
|
|
1711
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"events": [
|
|
1716
|
+
{
|
|
1717
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1718
|
+
"name": "change",
|
|
1719
|
+
"inheritedFrom": {
|
|
1720
|
+
"name": "AccordionItem",
|
|
1721
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "variable",
|
|
1728
|
+
"name": "zeroAccordionItem"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
"exports": [
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "js",
|
|
1734
|
+
"name": "AccordionItem",
|
|
1735
|
+
"declaration": {
|
|
1736
|
+
"name": "AccordionItem",
|
|
1737
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "js",
|
|
1742
|
+
"name": "zeroAccordionItem",
|
|
1743
|
+
"declaration": {
|
|
1744
|
+
"name": "zeroAccordionItem",
|
|
1745
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"kind": "javascript-module",
|
|
1752
|
+
"path": "src/accordion-item/index.ts",
|
|
1753
|
+
"declarations": [],
|
|
1754
|
+
"exports": [
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "js",
|
|
1757
|
+
"name": "*",
|
|
1758
|
+
"declaration": {
|
|
1759
|
+
"name": "*",
|
|
1760
|
+
"package": "./accordion-item"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "js",
|
|
1765
|
+
"name": "*",
|
|
1766
|
+
"declaration": {
|
|
1767
|
+
"name": "*",
|
|
1768
|
+
"package": "./accordion-item.styles"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"kind": "js",
|
|
1773
|
+
"name": "*",
|
|
1774
|
+
"declaration": {
|
|
1775
|
+
"name": "*",
|
|
1776
|
+
"package": "./accordion-item.template"
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "javascript-module",
|
|
1783
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1784
|
+
"declarations": [
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "function",
|
|
1787
|
+
"name": "zeroActionsMenuStyles",
|
|
1788
|
+
"return": {
|
|
1789
|
+
"type": {
|
|
1790
|
+
"text": "ElementStyles"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
"parameters": [
|
|
1794
|
+
{
|
|
1795
|
+
"name": "context",
|
|
1796
|
+
"type": {
|
|
1797
|
+
"text": "ElementDefinitionContext"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "definition",
|
|
1802
|
+
"type": {
|
|
1803
|
+
"text": "FoundationElementDefinition"
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
]
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"exports": [
|
|
1810
|
+
{
|
|
1811
|
+
"kind": "js",
|
|
1812
|
+
"name": "zeroActionsMenuStyles",
|
|
1813
|
+
"declaration": {
|
|
1814
|
+
"name": "zeroActionsMenuStyles",
|
|
1815
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
]
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"kind": "javascript-module",
|
|
1822
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1823
|
+
"declarations": [
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "class",
|
|
1826
|
+
"description": "",
|
|
1827
|
+
"name": "ActionsMenu",
|
|
1828
|
+
"superclass": {
|
|
1829
|
+
"name": "FoundationActionsMenu",
|
|
1830
|
+
"package": "@genesislcap/foundation-ui"
|
|
1831
|
+
},
|
|
1832
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1833
|
+
"customElement": true,
|
|
1834
|
+
"attributes": [
|
|
1835
|
+
{
|
|
1836
|
+
"name": "is-vertical",
|
|
1837
|
+
"type": {
|
|
1838
|
+
"text": "boolean"
|
|
1839
|
+
},
|
|
1840
|
+
"default": "false",
|
|
1841
|
+
"fieldName": "isVertical",
|
|
1842
|
+
"inheritedFrom": {
|
|
1843
|
+
"name": "ActionsMenu",
|
|
1844
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "add-default-actions",
|
|
1849
|
+
"type": {
|
|
1850
|
+
"text": "boolean"
|
|
1851
|
+
},
|
|
1852
|
+
"default": "true",
|
|
1853
|
+
"fieldName": "addDefaultActions",
|
|
1854
|
+
"inheritedFrom": {
|
|
1855
|
+
"name": "ActionsMenu",
|
|
1856
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "auto-close-on-action",
|
|
1861
|
+
"type": {
|
|
1862
|
+
"text": "boolean"
|
|
1863
|
+
},
|
|
1864
|
+
"default": "true",
|
|
1865
|
+
"fieldName": "autoCloseOnAction",
|
|
1866
|
+
"inheritedFrom": {
|
|
1867
|
+
"name": "ActionsMenu",
|
|
1868
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "name",
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "string"
|
|
1875
|
+
},
|
|
1876
|
+
"default": "'Actions'",
|
|
1877
|
+
"fieldName": "name",
|
|
1878
|
+
"inheritedFrom": {
|
|
1879
|
+
"name": "ActionsMenu",
|
|
1880
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "open",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"text": "boolean"
|
|
1887
|
+
},
|
|
1888
|
+
"default": "false",
|
|
1889
|
+
"fieldName": "open",
|
|
1890
|
+
"inheritedFrom": {
|
|
1891
|
+
"name": "ActionsMenu",
|
|
1892
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "buttonAppearance",
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "string"
|
|
1899
|
+
},
|
|
1900
|
+
"fieldName": "buttonAppearance",
|
|
1901
|
+
"inheritedFrom": {
|
|
1902
|
+
"name": "ActionsMenu",
|
|
1903
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "hide-disabled",
|
|
1908
|
+
"type": {
|
|
1909
|
+
"text": "boolean"
|
|
1910
|
+
},
|
|
1911
|
+
"default": "false",
|
|
1912
|
+
"fieldName": "hideDisabled",
|
|
1913
|
+
"inheritedFrom": {
|
|
1914
|
+
"name": "ActionsMenu",
|
|
1915
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "hide-menu-single-option",
|
|
1920
|
+
"type": {
|
|
1913
1921
|
"text": "boolean"
|
|
1914
1922
|
},
|
|
1915
1923
|
"default": "false",
|
|
@@ -46188,6 +46196,963 @@
|
|
|
46188
46196
|
}
|
|
46189
46197
|
]
|
|
46190
46198
|
},
|
|
46199
|
+
{
|
|
46200
|
+
"kind": "javascript-module",
|
|
46201
|
+
"path": "src/verification-code-input/index.ts",
|
|
46202
|
+
"declarations": [],
|
|
46203
|
+
"exports": [
|
|
46204
|
+
{
|
|
46205
|
+
"kind": "js",
|
|
46206
|
+
"name": "*",
|
|
46207
|
+
"declaration": {
|
|
46208
|
+
"name": "*",
|
|
46209
|
+
"package": "./verification-code-input"
|
|
46210
|
+
}
|
|
46211
|
+
},
|
|
46212
|
+
{
|
|
46213
|
+
"kind": "js",
|
|
46214
|
+
"name": "*",
|
|
46215
|
+
"declaration": {
|
|
46216
|
+
"name": "*",
|
|
46217
|
+
"package": "./verification-code-input.styles"
|
|
46218
|
+
}
|
|
46219
|
+
},
|
|
46220
|
+
{
|
|
46221
|
+
"kind": "js",
|
|
46222
|
+
"name": "*",
|
|
46223
|
+
"declaration": {
|
|
46224
|
+
"name": "*",
|
|
46225
|
+
"package": "./verification-code-input.template"
|
|
46226
|
+
}
|
|
46227
|
+
}
|
|
46228
|
+
]
|
|
46229
|
+
},
|
|
46230
|
+
{
|
|
46231
|
+
"kind": "javascript-module",
|
|
46232
|
+
"path": "src/verification-code-input/verification-code-input.styles.ts",
|
|
46233
|
+
"declarations": [
|
|
46234
|
+
{
|
|
46235
|
+
"kind": "variable",
|
|
46236
|
+
"name": "verificationCodeInputStyles",
|
|
46237
|
+
"type": {
|
|
46238
|
+
"text": "ElementStyles"
|
|
46239
|
+
},
|
|
46240
|
+
"default": "css`\n ${foundationVerificationCodeInputStyles}\n\n :host {\n --primary-gradient-angle: -113.5deg;\n }\n\n .digit .control {\n height: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .digit .root {\n border: calc(var(--stroke-width) * 1px) solid ${defaultRapidBorderUnfocusedColor};\n background-color: ${defaultRapidBGColor};\n }\n\n .digit:hover:not(.disabled) .root {\n border-color: ${defaultRapidTextColor};\n background: none;\n }\n\n .digit:focus-within:not(.disabled) .root {\n background:\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n top/100% 1px,\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n bottom/100% 1px;\n background-color: ${defaultRapidActiveBGColor};\n background-origin: border-box;\n background-repeat: no-repeat;\n border: 1px solid transparent;\n border-right-color: ${PrimaryRapidColorHEX.blue};\n border-left-color: ${PrimaryRapidColorHEX.purple};\n box-shadow: none;\n }\n\n .label {\n color: ${defaultRapidLabelColor};\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n margin: 0;\n }\n`"
|
|
46241
|
+
}
|
|
46242
|
+
],
|
|
46243
|
+
"exports": [
|
|
46244
|
+
{
|
|
46245
|
+
"kind": "js",
|
|
46246
|
+
"name": "verificationCodeInputStyles",
|
|
46247
|
+
"declaration": {
|
|
46248
|
+
"name": "verificationCodeInputStyles",
|
|
46249
|
+
"module": "src/verification-code-input/verification-code-input.styles.ts"
|
|
46250
|
+
}
|
|
46251
|
+
}
|
|
46252
|
+
]
|
|
46253
|
+
},
|
|
46254
|
+
{
|
|
46255
|
+
"kind": "javascript-module",
|
|
46256
|
+
"path": "src/verification-code-input/verification-code-input.template.ts",
|
|
46257
|
+
"declarations": [
|
|
46258
|
+
{
|
|
46259
|
+
"kind": "variable",
|
|
46260
|
+
"name": "verificationCodeInputTemplate",
|
|
46261
|
+
"default": "foundationVerificationCodeInputTemplate"
|
|
46262
|
+
}
|
|
46263
|
+
],
|
|
46264
|
+
"exports": [
|
|
46265
|
+
{
|
|
46266
|
+
"kind": "js",
|
|
46267
|
+
"name": "verificationCodeInputTemplate",
|
|
46268
|
+
"declaration": {
|
|
46269
|
+
"name": "verificationCodeInputTemplate",
|
|
46270
|
+
"module": "src/verification-code-input/verification-code-input.template.ts"
|
|
46271
|
+
}
|
|
46272
|
+
}
|
|
46273
|
+
]
|
|
46274
|
+
},
|
|
46275
|
+
{
|
|
46276
|
+
"kind": "javascript-module",
|
|
46277
|
+
"path": "src/verification-code-input/verification-code-input.ts",
|
|
46278
|
+
"declarations": [
|
|
46279
|
+
{
|
|
46280
|
+
"kind": "class",
|
|
46281
|
+
"description": "",
|
|
46282
|
+
"name": "VerificationCodeInput",
|
|
46283
|
+
"superclass": {
|
|
46284
|
+
"name": "FoundationVerificationCodeInput",
|
|
46285
|
+
"package": "@genesislcap/foundation-ui"
|
|
46286
|
+
},
|
|
46287
|
+
"tagName": "%%prefix%%-verification-code-input",
|
|
46288
|
+
"customElement": true,
|
|
46289
|
+
"attributes": [
|
|
46290
|
+
{
|
|
46291
|
+
"name": "id",
|
|
46292
|
+
"type": {
|
|
46293
|
+
"text": "string"
|
|
46294
|
+
},
|
|
46295
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
46296
|
+
"fieldName": "id",
|
|
46297
|
+
"inheritedFrom": {
|
|
46298
|
+
"name": "VerificationCodeInput",
|
|
46299
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46300
|
+
}
|
|
46301
|
+
},
|
|
46302
|
+
{
|
|
46303
|
+
"name": "appearance",
|
|
46304
|
+
"type": {
|
|
46305
|
+
"text": "string"
|
|
46306
|
+
},
|
|
46307
|
+
"default": "'outline'",
|
|
46308
|
+
"description": "Visual treatment applied to each digit field.",
|
|
46309
|
+
"fieldName": "appearance",
|
|
46310
|
+
"inheritedFrom": {
|
|
46311
|
+
"name": "VerificationCodeInput",
|
|
46312
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46313
|
+
}
|
|
46314
|
+
},
|
|
46315
|
+
{
|
|
46316
|
+
"name": "digits",
|
|
46317
|
+
"type": {
|
|
46318
|
+
"text": "number"
|
|
46319
|
+
},
|
|
46320
|
+
"default": "DEFAULT_DIGITS",
|
|
46321
|
+
"description": "Number of single-character digit fields to render.",
|
|
46322
|
+
"resolveInitializer": {
|
|
46323
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46324
|
+
},
|
|
46325
|
+
"fieldName": "digits",
|
|
46326
|
+
"inheritedFrom": {
|
|
46327
|
+
"name": "VerificationCodeInput",
|
|
46328
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46329
|
+
}
|
|
46330
|
+
},
|
|
46331
|
+
{
|
|
46332
|
+
"name": "readonly",
|
|
46333
|
+
"type": {
|
|
46334
|
+
"text": "boolean"
|
|
46335
|
+
},
|
|
46336
|
+
"default": "false",
|
|
46337
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46338
|
+
"fieldName": "readOnly",
|
|
46339
|
+
"inheritedFrom": {
|
|
46340
|
+
"name": "VerificationCodeInput",
|
|
46341
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46342
|
+
}
|
|
46343
|
+
},
|
|
46344
|
+
{
|
|
46345
|
+
"type": {
|
|
46346
|
+
"text": "boolean"
|
|
46347
|
+
},
|
|
46348
|
+
"default": "false",
|
|
46349
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46350
|
+
"fieldName": "disabled",
|
|
46351
|
+
"inheritedFrom": {
|
|
46352
|
+
"name": "VerificationCodeInput",
|
|
46353
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46354
|
+
}
|
|
46355
|
+
}
|
|
46356
|
+
],
|
|
46357
|
+
"members": [
|
|
46358
|
+
{
|
|
46359
|
+
"kind": "field",
|
|
46360
|
+
"name": "values",
|
|
46361
|
+
"type": {
|
|
46362
|
+
"text": "string[]"
|
|
46363
|
+
},
|
|
46364
|
+
"default": "[]",
|
|
46365
|
+
"description": "Per-digit values indexed from `0` to `digits - 1`.",
|
|
46366
|
+
"inheritedFrom": {
|
|
46367
|
+
"name": "VerificationCodeInput",
|
|
46368
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46369
|
+
}
|
|
46370
|
+
},
|
|
46371
|
+
{
|
|
46372
|
+
"kind": "field",
|
|
46373
|
+
"name": "defaultSlottedNodes",
|
|
46374
|
+
"description": "Slotted label content; when empty the label is visually hidden.",
|
|
46375
|
+
"inheritedFrom": {
|
|
46376
|
+
"name": "VerificationCodeInput",
|
|
46377
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46378
|
+
}
|
|
46379
|
+
},
|
|
46380
|
+
{
|
|
46381
|
+
"kind": "field",
|
|
46382
|
+
"name": "controlListeners",
|
|
46383
|
+
"type": {
|
|
46384
|
+
"text": "Map<HTMLInputElement, ControlListeners>"
|
|
46385
|
+
},
|
|
46386
|
+
"privacy": "private",
|
|
46387
|
+
"readonly": true,
|
|
46388
|
+
"default": "new Map()",
|
|
46389
|
+
"inheritedFrom": {
|
|
46390
|
+
"name": "VerificationCodeInput",
|
|
46391
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46392
|
+
}
|
|
46393
|
+
},
|
|
46394
|
+
{
|
|
46395
|
+
"kind": "field",
|
|
46396
|
+
"name": "syncingFromDigits",
|
|
46397
|
+
"type": {
|
|
46398
|
+
"text": "boolean"
|
|
46399
|
+
},
|
|
46400
|
+
"privacy": "private",
|
|
46401
|
+
"default": "false",
|
|
46402
|
+
"description": "Skip digit re-sync when `value` is updated from digit entry (`commitValues`).",
|
|
46403
|
+
"inheritedFrom": {
|
|
46404
|
+
"name": "VerificationCodeInput",
|
|
46405
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46406
|
+
}
|
|
46407
|
+
},
|
|
46408
|
+
{
|
|
46409
|
+
"kind": "field",
|
|
46410
|
+
"name": "id",
|
|
46411
|
+
"type": {
|
|
46412
|
+
"text": "string"
|
|
46413
|
+
},
|
|
46414
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
46415
|
+
"inheritedFrom": {
|
|
46416
|
+
"name": "VerificationCodeInput",
|
|
46417
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46418
|
+
}
|
|
46419
|
+
},
|
|
46420
|
+
{
|
|
46421
|
+
"kind": "field",
|
|
46422
|
+
"name": "appearance",
|
|
46423
|
+
"type": {
|
|
46424
|
+
"text": "string"
|
|
46425
|
+
},
|
|
46426
|
+
"default": "'outline'",
|
|
46427
|
+
"description": "Visual treatment applied to each digit field.",
|
|
46428
|
+
"privacy": "public",
|
|
46429
|
+
"inheritedFrom": {
|
|
46430
|
+
"name": "VerificationCodeInput",
|
|
46431
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46432
|
+
}
|
|
46433
|
+
},
|
|
46434
|
+
{
|
|
46435
|
+
"kind": "field",
|
|
46436
|
+
"name": "digits",
|
|
46437
|
+
"type": {
|
|
46438
|
+
"text": "number"
|
|
46439
|
+
},
|
|
46440
|
+
"default": "6",
|
|
46441
|
+
"description": "Number of single-character digit fields to render.",
|
|
46442
|
+
"privacy": "public",
|
|
46443
|
+
"inheritedFrom": {
|
|
46444
|
+
"name": "VerificationCodeInput",
|
|
46445
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46446
|
+
}
|
|
46447
|
+
},
|
|
46448
|
+
{
|
|
46449
|
+
"kind": "field",
|
|
46450
|
+
"name": "readOnly",
|
|
46451
|
+
"type": {
|
|
46452
|
+
"text": "boolean"
|
|
46453
|
+
},
|
|
46454
|
+
"default": "false",
|
|
46455
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46456
|
+
"privacy": "public",
|
|
46457
|
+
"inheritedFrom": {
|
|
46458
|
+
"name": "VerificationCodeInput",
|
|
46459
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46460
|
+
}
|
|
46461
|
+
},
|
|
46462
|
+
{
|
|
46463
|
+
"kind": "field",
|
|
46464
|
+
"name": "disabled",
|
|
46465
|
+
"type": {
|
|
46466
|
+
"text": "boolean"
|
|
46467
|
+
},
|
|
46468
|
+
"default": "false",
|
|
46469
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46470
|
+
"privacy": "public",
|
|
46471
|
+
"inheritedFrom": {
|
|
46472
|
+
"name": "VerificationCodeInput",
|
|
46473
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46474
|
+
}
|
|
46475
|
+
},
|
|
46476
|
+
{
|
|
46477
|
+
"kind": "field",
|
|
46478
|
+
"name": "autofocus",
|
|
46479
|
+
"type": {
|
|
46480
|
+
"text": "boolean"
|
|
46481
|
+
},
|
|
46482
|
+
"default": "false",
|
|
46483
|
+
"description": "When true, focuses the first digit on connect (and after SPA route commit when hosted that way).",
|
|
46484
|
+
"privacy": "public",
|
|
46485
|
+
"inheritedFrom": {
|
|
46486
|
+
"name": "VerificationCodeInput",
|
|
46487
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46488
|
+
}
|
|
46489
|
+
},
|
|
46490
|
+
{
|
|
46491
|
+
"kind": "field",
|
|
46492
|
+
"name": "error",
|
|
46493
|
+
"type": {
|
|
46494
|
+
"text": "boolean"
|
|
46495
|
+
},
|
|
46496
|
+
"default": "false",
|
|
46497
|
+
"description": "When true, applies the error visual state to each digit field.",
|
|
46498
|
+
"privacy": "public",
|
|
46499
|
+
"inheritedFrom": {
|
|
46500
|
+
"name": "VerificationCodeInput",
|
|
46501
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46502
|
+
}
|
|
46503
|
+
},
|
|
46504
|
+
{
|
|
46505
|
+
"kind": "field",
|
|
46506
|
+
"name": "digitsIndexes",
|
|
46507
|
+
"type": {
|
|
46508
|
+
"text": "number[]"
|
|
46509
|
+
},
|
|
46510
|
+
"privacy": "public",
|
|
46511
|
+
"readonly": true,
|
|
46512
|
+
"inheritedFrom": {
|
|
46513
|
+
"name": "VerificationCodeInput",
|
|
46514
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46515
|
+
}
|
|
46516
|
+
},
|
|
46517
|
+
{
|
|
46518
|
+
"kind": "field",
|
|
46519
|
+
"name": "controlIdPrefix",
|
|
46520
|
+
"type": {
|
|
46521
|
+
"text": "string"
|
|
46522
|
+
},
|
|
46523
|
+
"privacy": "public",
|
|
46524
|
+
"readonly": true,
|
|
46525
|
+
"inheritedFrom": {
|
|
46526
|
+
"name": "VerificationCodeInput",
|
|
46527
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46528
|
+
}
|
|
46529
|
+
},
|
|
46530
|
+
{
|
|
46531
|
+
"kind": "field",
|
|
46532
|
+
"name": "labelId",
|
|
46533
|
+
"type": {
|
|
46534
|
+
"text": "string"
|
|
46535
|
+
},
|
|
46536
|
+
"privacy": "public",
|
|
46537
|
+
"readonly": true,
|
|
46538
|
+
"inheritedFrom": {
|
|
46539
|
+
"name": "VerificationCodeInput",
|
|
46540
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46541
|
+
}
|
|
46542
|
+
},
|
|
46543
|
+
{
|
|
46544
|
+
"kind": "field",
|
|
46545
|
+
"name": "hasLabel",
|
|
46546
|
+
"type": {
|
|
46547
|
+
"text": "boolean"
|
|
46548
|
+
},
|
|
46549
|
+
"privacy": "public",
|
|
46550
|
+
"readonly": true,
|
|
46551
|
+
"inheritedFrom": {
|
|
46552
|
+
"name": "VerificationCodeInput",
|
|
46553
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46554
|
+
}
|
|
46555
|
+
},
|
|
46556
|
+
{
|
|
46557
|
+
"kind": "method",
|
|
46558
|
+
"name": "getControlId",
|
|
46559
|
+
"privacy": "public",
|
|
46560
|
+
"return": {
|
|
46561
|
+
"type": {
|
|
46562
|
+
"text": "string"
|
|
46563
|
+
}
|
|
46564
|
+
},
|
|
46565
|
+
"parameters": [
|
|
46566
|
+
{
|
|
46567
|
+
"name": "index",
|
|
46568
|
+
"type": {
|
|
46569
|
+
"text": "number"
|
|
46570
|
+
}
|
|
46571
|
+
}
|
|
46572
|
+
],
|
|
46573
|
+
"inheritedFrom": {
|
|
46574
|
+
"name": "VerificationCodeInput",
|
|
46575
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46576
|
+
}
|
|
46577
|
+
},
|
|
46578
|
+
{
|
|
46579
|
+
"kind": "method",
|
|
46580
|
+
"name": "clear",
|
|
46581
|
+
"privacy": "public",
|
|
46582
|
+
"return": {
|
|
46583
|
+
"type": {
|
|
46584
|
+
"text": "void"
|
|
46585
|
+
}
|
|
46586
|
+
},
|
|
46587
|
+
"description": "Clears digits, emits `change`, and focuses the first field when connected.",
|
|
46588
|
+
"inheritedFrom": {
|
|
46589
|
+
"name": "VerificationCodeInput",
|
|
46590
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46591
|
+
}
|
|
46592
|
+
},
|
|
46593
|
+
{
|
|
46594
|
+
"kind": "method",
|
|
46595
|
+
"name": "focus",
|
|
46596
|
+
"privacy": "public",
|
|
46597
|
+
"return": {
|
|
46598
|
+
"type": {
|
|
46599
|
+
"text": "void"
|
|
46600
|
+
}
|
|
46601
|
+
},
|
|
46602
|
+
"inheritedFrom": {
|
|
46603
|
+
"name": "VerificationCodeInput",
|
|
46604
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46605
|
+
}
|
|
46606
|
+
},
|
|
46607
|
+
{
|
|
46608
|
+
"kind": "method",
|
|
46609
|
+
"name": "digitsChanged",
|
|
46610
|
+
"return": {
|
|
46611
|
+
"type": {
|
|
46612
|
+
"text": "void"
|
|
46613
|
+
}
|
|
46614
|
+
},
|
|
46615
|
+
"inheritedFrom": {
|
|
46616
|
+
"name": "VerificationCodeInput",
|
|
46617
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46618
|
+
}
|
|
46619
|
+
},
|
|
46620
|
+
{
|
|
46621
|
+
"kind": "field",
|
|
46622
|
+
"name": "digitClassnames",
|
|
46623
|
+
"type": {
|
|
46624
|
+
"text": "string"
|
|
46625
|
+
},
|
|
46626
|
+
"privacy": "public",
|
|
46627
|
+
"readonly": true,
|
|
46628
|
+
"inheritedFrom": {
|
|
46629
|
+
"name": "VerificationCodeInput",
|
|
46630
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46631
|
+
}
|
|
46632
|
+
},
|
|
46633
|
+
{
|
|
46634
|
+
"kind": "method",
|
|
46635
|
+
"name": "sanitizeCode",
|
|
46636
|
+
"privacy": "private",
|
|
46637
|
+
"return": {
|
|
46638
|
+
"type": {
|
|
46639
|
+
"text": "string"
|
|
46640
|
+
}
|
|
46641
|
+
},
|
|
46642
|
+
"parameters": [
|
|
46643
|
+
{
|
|
46644
|
+
"name": "raw",
|
|
46645
|
+
"type": {
|
|
46646
|
+
"text": "unknown"
|
|
46647
|
+
}
|
|
46648
|
+
}
|
|
46649
|
+
],
|
|
46650
|
+
"inheritedFrom": {
|
|
46651
|
+
"name": "VerificationCodeInput",
|
|
46652
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46653
|
+
}
|
|
46654
|
+
},
|
|
46655
|
+
{
|
|
46656
|
+
"kind": "method",
|
|
46657
|
+
"name": "bindControlListeners",
|
|
46658
|
+
"privacy": "private",
|
|
46659
|
+
"return": {
|
|
46660
|
+
"type": {
|
|
46661
|
+
"text": "void"
|
|
46662
|
+
}
|
|
46663
|
+
},
|
|
46664
|
+
"inheritedFrom": {
|
|
46665
|
+
"name": "VerificationCodeInput",
|
|
46666
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46667
|
+
}
|
|
46668
|
+
},
|
|
46669
|
+
{
|
|
46670
|
+
"kind": "method",
|
|
46671
|
+
"name": "unbindControlListeners",
|
|
46672
|
+
"privacy": "private",
|
|
46673
|
+
"return": {
|
|
46674
|
+
"type": {
|
|
46675
|
+
"text": "void"
|
|
46676
|
+
}
|
|
46677
|
+
},
|
|
46678
|
+
"inheritedFrom": {
|
|
46679
|
+
"name": "VerificationCodeInput",
|
|
46680
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46681
|
+
}
|
|
46682
|
+
},
|
|
46683
|
+
{
|
|
46684
|
+
"kind": "method",
|
|
46685
|
+
"name": "onKeyDown",
|
|
46686
|
+
"privacy": "private",
|
|
46687
|
+
"return": {
|
|
46688
|
+
"type": {
|
|
46689
|
+
"text": "void"
|
|
46690
|
+
}
|
|
46691
|
+
},
|
|
46692
|
+
"parameters": [
|
|
46693
|
+
{
|
|
46694
|
+
"name": "event",
|
|
46695
|
+
"type": {
|
|
46696
|
+
"text": "KeyboardEvent"
|
|
46697
|
+
}
|
|
46698
|
+
},
|
|
46699
|
+
{
|
|
46700
|
+
"name": "index",
|
|
46701
|
+
"type": {
|
|
46702
|
+
"text": "number"
|
|
46703
|
+
}
|
|
46704
|
+
}
|
|
46705
|
+
],
|
|
46706
|
+
"inheritedFrom": {
|
|
46707
|
+
"name": "VerificationCodeInput",
|
|
46708
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46709
|
+
}
|
|
46710
|
+
},
|
|
46711
|
+
{
|
|
46712
|
+
"kind": "method",
|
|
46713
|
+
"name": "isBlockedCharacter",
|
|
46714
|
+
"privacy": "private",
|
|
46715
|
+
"return": {
|
|
46716
|
+
"type": {
|
|
46717
|
+
"text": "boolean"
|
|
46718
|
+
}
|
|
46719
|
+
},
|
|
46720
|
+
"parameters": [
|
|
46721
|
+
{
|
|
46722
|
+
"name": "event",
|
|
46723
|
+
"type": {
|
|
46724
|
+
"text": "KeyboardEvent"
|
|
46725
|
+
}
|
|
46726
|
+
}
|
|
46727
|
+
],
|
|
46728
|
+
"inheritedFrom": {
|
|
46729
|
+
"name": "VerificationCodeInput",
|
|
46730
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46731
|
+
}
|
|
46732
|
+
},
|
|
46733
|
+
{
|
|
46734
|
+
"kind": "method",
|
|
46735
|
+
"name": "onInput",
|
|
46736
|
+
"privacy": "private",
|
|
46737
|
+
"return": {
|
|
46738
|
+
"type": {
|
|
46739
|
+
"text": "void"
|
|
46740
|
+
}
|
|
46741
|
+
},
|
|
46742
|
+
"parameters": [
|
|
46743
|
+
{
|
|
46744
|
+
"name": "event",
|
|
46745
|
+
"type": {
|
|
46746
|
+
"text": "InputEvent"
|
|
46747
|
+
}
|
|
46748
|
+
},
|
|
46749
|
+
{
|
|
46750
|
+
"name": "index",
|
|
46751
|
+
"type": {
|
|
46752
|
+
"text": "number"
|
|
46753
|
+
}
|
|
46754
|
+
}
|
|
46755
|
+
],
|
|
46756
|
+
"inheritedFrom": {
|
|
46757
|
+
"name": "VerificationCodeInput",
|
|
46758
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46759
|
+
}
|
|
46760
|
+
},
|
|
46761
|
+
{
|
|
46762
|
+
"kind": "method",
|
|
46763
|
+
"name": "onPaste",
|
|
46764
|
+
"privacy": "private",
|
|
46765
|
+
"return": {
|
|
46766
|
+
"type": {
|
|
46767
|
+
"text": "void"
|
|
46768
|
+
}
|
|
46769
|
+
},
|
|
46770
|
+
"parameters": [
|
|
46771
|
+
{
|
|
46772
|
+
"name": "event",
|
|
46773
|
+
"type": {
|
|
46774
|
+
"text": "ClipboardEvent"
|
|
46775
|
+
}
|
|
46776
|
+
},
|
|
46777
|
+
{
|
|
46778
|
+
"name": "index",
|
|
46779
|
+
"type": {
|
|
46780
|
+
"text": "number"
|
|
46781
|
+
}
|
|
46782
|
+
}
|
|
46783
|
+
],
|
|
46784
|
+
"inheritedFrom": {
|
|
46785
|
+
"name": "VerificationCodeInput",
|
|
46786
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46787
|
+
}
|
|
46788
|
+
},
|
|
46789
|
+
{
|
|
46790
|
+
"kind": "method",
|
|
46791
|
+
"name": "handleBackspace",
|
|
46792
|
+
"privacy": "private",
|
|
46793
|
+
"return": {
|
|
46794
|
+
"type": {
|
|
46795
|
+
"text": "void"
|
|
46796
|
+
}
|
|
46797
|
+
},
|
|
46798
|
+
"parameters": [
|
|
46799
|
+
{
|
|
46800
|
+
"name": "index",
|
|
46801
|
+
"type": {
|
|
46802
|
+
"text": "number"
|
|
46803
|
+
}
|
|
46804
|
+
}
|
|
46805
|
+
],
|
|
46806
|
+
"inheritedFrom": {
|
|
46807
|
+
"name": "VerificationCodeInput",
|
|
46808
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46809
|
+
}
|
|
46810
|
+
},
|
|
46811
|
+
{
|
|
46812
|
+
"kind": "method",
|
|
46813
|
+
"name": "handleDelete",
|
|
46814
|
+
"privacy": "private",
|
|
46815
|
+
"return": {
|
|
46816
|
+
"type": {
|
|
46817
|
+
"text": "void"
|
|
46818
|
+
}
|
|
46819
|
+
},
|
|
46820
|
+
"parameters": [
|
|
46821
|
+
{
|
|
46822
|
+
"name": "index",
|
|
46823
|
+
"type": {
|
|
46824
|
+
"text": "number"
|
|
46825
|
+
}
|
|
46826
|
+
}
|
|
46827
|
+
],
|
|
46828
|
+
"inheritedFrom": {
|
|
46829
|
+
"name": "VerificationCodeInput",
|
|
46830
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46831
|
+
}
|
|
46832
|
+
},
|
|
46833
|
+
{
|
|
46834
|
+
"kind": "method",
|
|
46835
|
+
"name": "getIndexFromInput",
|
|
46836
|
+
"privacy": "private",
|
|
46837
|
+
"return": {
|
|
46838
|
+
"type": {
|
|
46839
|
+
"text": "number | null"
|
|
46840
|
+
}
|
|
46841
|
+
},
|
|
46842
|
+
"parameters": [
|
|
46843
|
+
{
|
|
46844
|
+
"name": "input",
|
|
46845
|
+
"type": {
|
|
46846
|
+
"text": "HTMLInputElement"
|
|
46847
|
+
}
|
|
46848
|
+
}
|
|
46849
|
+
],
|
|
46850
|
+
"inheritedFrom": {
|
|
46851
|
+
"name": "VerificationCodeInput",
|
|
46852
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46853
|
+
}
|
|
46854
|
+
},
|
|
46855
|
+
{
|
|
46856
|
+
"kind": "method",
|
|
46857
|
+
"name": "syncDigitsFromValue",
|
|
46858
|
+
"privacy": "private",
|
|
46859
|
+
"return": {
|
|
46860
|
+
"type": {
|
|
46861
|
+
"text": "void"
|
|
46862
|
+
}
|
|
46863
|
+
},
|
|
46864
|
+
"parameters": [
|
|
46865
|
+
{
|
|
46866
|
+
"name": "cleaned",
|
|
46867
|
+
"type": {
|
|
46868
|
+
"text": "string"
|
|
46869
|
+
}
|
|
46870
|
+
}
|
|
46871
|
+
],
|
|
46872
|
+
"description": "Maps a sanitized code string into per-digit `values` and syncs the DOM when connected.",
|
|
46873
|
+
"inheritedFrom": {
|
|
46874
|
+
"name": "VerificationCodeInput",
|
|
46875
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46876
|
+
}
|
|
46877
|
+
},
|
|
46878
|
+
{
|
|
46879
|
+
"kind": "method",
|
|
46880
|
+
"name": "updateDigit",
|
|
46881
|
+
"privacy": "private",
|
|
46882
|
+
"return": {
|
|
46883
|
+
"type": {
|
|
46884
|
+
"text": "void"
|
|
46885
|
+
}
|
|
46886
|
+
},
|
|
46887
|
+
"parameters": [
|
|
46888
|
+
{
|
|
46889
|
+
"name": "index",
|
|
46890
|
+
"type": {
|
|
46891
|
+
"text": "number"
|
|
46892
|
+
}
|
|
46893
|
+
},
|
|
46894
|
+
{
|
|
46895
|
+
"name": "digit",
|
|
46896
|
+
"type": {
|
|
46897
|
+
"text": "string"
|
|
46898
|
+
}
|
|
46899
|
+
}
|
|
46900
|
+
],
|
|
46901
|
+
"inheritedFrom": {
|
|
46902
|
+
"name": "VerificationCodeInput",
|
|
46903
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46904
|
+
}
|
|
46905
|
+
},
|
|
46906
|
+
{
|
|
46907
|
+
"kind": "method",
|
|
46908
|
+
"name": "applyDigits",
|
|
46909
|
+
"privacy": "private",
|
|
46910
|
+
"return": {
|
|
46911
|
+
"type": {
|
|
46912
|
+
"text": "void"
|
|
46913
|
+
}
|
|
46914
|
+
},
|
|
46915
|
+
"parameters": [
|
|
46916
|
+
{
|
|
46917
|
+
"name": "raw",
|
|
46918
|
+
"type": {
|
|
46919
|
+
"text": "string"
|
|
46920
|
+
}
|
|
46921
|
+
},
|
|
46922
|
+
{
|
|
46923
|
+
"name": "startIndex",
|
|
46924
|
+
"type": {
|
|
46925
|
+
"text": "number"
|
|
46926
|
+
}
|
|
46927
|
+
}
|
|
46928
|
+
],
|
|
46929
|
+
"inheritedFrom": {
|
|
46930
|
+
"name": "VerificationCodeInput",
|
|
46931
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46932
|
+
}
|
|
46933
|
+
},
|
|
46934
|
+
{
|
|
46935
|
+
"kind": "method",
|
|
46936
|
+
"name": "commitValues",
|
|
46937
|
+
"privacy": "private",
|
|
46938
|
+
"return": {
|
|
46939
|
+
"type": {
|
|
46940
|
+
"text": "void"
|
|
46941
|
+
}
|
|
46942
|
+
},
|
|
46943
|
+
"parameters": [
|
|
46944
|
+
{
|
|
46945
|
+
"name": "nextValues",
|
|
46946
|
+
"type": {
|
|
46947
|
+
"text": "string[]"
|
|
46948
|
+
}
|
|
46949
|
+
}
|
|
46950
|
+
],
|
|
46951
|
+
"description": "Pushes digit state into the form-associated `value` and emits change / complete.",
|
|
46952
|
+
"inheritedFrom": {
|
|
46953
|
+
"name": "VerificationCodeInput",
|
|
46954
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46955
|
+
}
|
|
46956
|
+
},
|
|
46957
|
+
{
|
|
46958
|
+
"kind": "method",
|
|
46959
|
+
"name": "syncFieldValues",
|
|
46960
|
+
"privacy": "private",
|
|
46961
|
+
"return": {
|
|
46962
|
+
"type": {
|
|
46963
|
+
"text": "void"
|
|
46964
|
+
}
|
|
46965
|
+
},
|
|
46966
|
+
"inheritedFrom": {
|
|
46967
|
+
"name": "VerificationCodeInput",
|
|
46968
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46969
|
+
}
|
|
46970
|
+
},
|
|
46971
|
+
{
|
|
46972
|
+
"kind": "method",
|
|
46973
|
+
"name": "syncFieldValue",
|
|
46974
|
+
"privacy": "private",
|
|
46975
|
+
"return": {
|
|
46976
|
+
"type": {
|
|
46977
|
+
"text": "void"
|
|
46978
|
+
}
|
|
46979
|
+
},
|
|
46980
|
+
"parameters": [
|
|
46981
|
+
{
|
|
46982
|
+
"name": "index",
|
|
46983
|
+
"type": {
|
|
46984
|
+
"text": "number"
|
|
46985
|
+
}
|
|
46986
|
+
}
|
|
46987
|
+
],
|
|
46988
|
+
"inheritedFrom": {
|
|
46989
|
+
"name": "VerificationCodeInput",
|
|
46990
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46991
|
+
}
|
|
46992
|
+
},
|
|
46993
|
+
{
|
|
46994
|
+
"kind": "method",
|
|
46995
|
+
"name": "focusDigit",
|
|
46996
|
+
"privacy": "private",
|
|
46997
|
+
"return": {
|
|
46998
|
+
"type": {
|
|
46999
|
+
"text": "void"
|
|
47000
|
+
}
|
|
47001
|
+
},
|
|
47002
|
+
"parameters": [
|
|
47003
|
+
{
|
|
47004
|
+
"name": "index",
|
|
47005
|
+
"type": {
|
|
47006
|
+
"text": "number"
|
|
47007
|
+
}
|
|
47008
|
+
}
|
|
47009
|
+
],
|
|
47010
|
+
"inheritedFrom": {
|
|
47011
|
+
"name": "VerificationCodeInput",
|
|
47012
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47013
|
+
}
|
|
47014
|
+
},
|
|
47015
|
+
{
|
|
47016
|
+
"kind": "field",
|
|
47017
|
+
"name": "rootNode",
|
|
47018
|
+
"type": {
|
|
47019
|
+
"text": "ParentNode"
|
|
47020
|
+
},
|
|
47021
|
+
"privacy": "private",
|
|
47022
|
+
"readonly": true,
|
|
47023
|
+
"inheritedFrom": {
|
|
47024
|
+
"name": "VerificationCodeInput",
|
|
47025
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47026
|
+
}
|
|
47027
|
+
},
|
|
47028
|
+
{
|
|
47029
|
+
"kind": "method",
|
|
47030
|
+
"name": "getControlElement",
|
|
47031
|
+
"privacy": "private",
|
|
47032
|
+
"return": {
|
|
47033
|
+
"type": {
|
|
47034
|
+
"text": "HTMLInputElement | null"
|
|
47035
|
+
}
|
|
47036
|
+
},
|
|
47037
|
+
"parameters": [
|
|
47038
|
+
{
|
|
47039
|
+
"name": "index",
|
|
47040
|
+
"type": {
|
|
47041
|
+
"text": "number"
|
|
47042
|
+
}
|
|
47043
|
+
}
|
|
47044
|
+
],
|
|
47045
|
+
"inheritedFrom": {
|
|
47046
|
+
"name": "VerificationCodeInput",
|
|
47047
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47048
|
+
}
|
|
47049
|
+
},
|
|
47050
|
+
{
|
|
47051
|
+
"kind": "method",
|
|
47052
|
+
"name": "isComplete",
|
|
47053
|
+
"privacy": "private",
|
|
47054
|
+
"return": {
|
|
47055
|
+
"type": {
|
|
47056
|
+
"text": "boolean"
|
|
47057
|
+
}
|
|
47058
|
+
},
|
|
47059
|
+
"inheritedFrom": {
|
|
47060
|
+
"name": "VerificationCodeInput",
|
|
47061
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47062
|
+
}
|
|
47063
|
+
},
|
|
47064
|
+
{
|
|
47065
|
+
"kind": "method",
|
|
47066
|
+
"name": "emitChange",
|
|
47067
|
+
"privacy": "private",
|
|
47068
|
+
"return": {
|
|
47069
|
+
"type": {
|
|
47070
|
+
"text": "void"
|
|
47071
|
+
}
|
|
47072
|
+
},
|
|
47073
|
+
"inheritedFrom": {
|
|
47074
|
+
"name": "VerificationCodeInput",
|
|
47075
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47076
|
+
}
|
|
47077
|
+
},
|
|
47078
|
+
{
|
|
47079
|
+
"kind": "field",
|
|
47080
|
+
"name": "proxy",
|
|
47081
|
+
"inheritedFrom": {
|
|
47082
|
+
"name": "VerificationCodeInput",
|
|
47083
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47084
|
+
}
|
|
47085
|
+
}
|
|
47086
|
+
],
|
|
47087
|
+
"events": [
|
|
47088
|
+
{
|
|
47089
|
+
"description": "Fired when any digit changes. Detail: `{ value: string }`.",
|
|
47090
|
+
"name": "change",
|
|
47091
|
+
"inheritedFrom": {
|
|
47092
|
+
"name": "VerificationCodeInput",
|
|
47093
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47094
|
+
}
|
|
47095
|
+
},
|
|
47096
|
+
{
|
|
47097
|
+
"description": "Fired when all digits are filled. Detail: `{ value: string }`.",
|
|
47098
|
+
"name": "complete",
|
|
47099
|
+
"inheritedFrom": {
|
|
47100
|
+
"name": "VerificationCodeInput",
|
|
47101
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47102
|
+
}
|
|
47103
|
+
}
|
|
47104
|
+
]
|
|
47105
|
+
},
|
|
47106
|
+
{
|
|
47107
|
+
"kind": "variable",
|
|
47108
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47109
|
+
"default": "foundationVerificationCodeInputConfig"
|
|
47110
|
+
},
|
|
47111
|
+
{
|
|
47112
|
+
"kind": "variable",
|
|
47113
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47114
|
+
"default": "foundationVerificationCodeInputShadowOptions"
|
|
47115
|
+
},
|
|
47116
|
+
{
|
|
47117
|
+
"kind": "variable",
|
|
47118
|
+
"name": "zeroVerificationCodeInput"
|
|
47119
|
+
}
|
|
47120
|
+
],
|
|
47121
|
+
"exports": [
|
|
47122
|
+
{
|
|
47123
|
+
"kind": "js",
|
|
47124
|
+
"name": "VerificationCodeInput",
|
|
47125
|
+
"declaration": {
|
|
47126
|
+
"name": "VerificationCodeInput",
|
|
47127
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47128
|
+
}
|
|
47129
|
+
},
|
|
47130
|
+
{
|
|
47131
|
+
"kind": "js",
|
|
47132
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47133
|
+
"declaration": {
|
|
47134
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47135
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47136
|
+
}
|
|
47137
|
+
},
|
|
47138
|
+
{
|
|
47139
|
+
"kind": "js",
|
|
47140
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47141
|
+
"declaration": {
|
|
47142
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47143
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47144
|
+
}
|
|
47145
|
+
},
|
|
47146
|
+
{
|
|
47147
|
+
"kind": "js",
|
|
47148
|
+
"name": "zeroVerificationCodeInput",
|
|
47149
|
+
"declaration": {
|
|
47150
|
+
"name": "zeroVerificationCodeInput",
|
|
47151
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47152
|
+
}
|
|
47153
|
+
}
|
|
47154
|
+
]
|
|
47155
|
+
},
|
|
46191
47156
|
{
|
|
46192
47157
|
"kind": "javascript-module",
|
|
46193
47158
|
"path": "src/_config/styles/colors.ts",
|