@genesislcap/rapid-design-system 15.0.0-FUI-2567.2 → 15.0.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 +53 -1018
- 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 +8 -19
- package/dist/esm/base-components.js +0 -2
- package/dist/esm/index.js +0 -1
- package/dist/react.cjs +5 -24
- package/dist/react.mjs +4 -22
- package/package.json +12 -12
- package/dist/dts/verification-code-input/index.d.ts +0 -4
- package/dist/dts/verification-code-input/index.d.ts.map +0 -1
- package/dist/dts/verification-code-input/verification-code-input.d.ts +0 -20
- package/dist/dts/verification-code-input/verification-code-input.d.ts.map +0 -1
- package/dist/dts/verification-code-input/verification-code-input.styles.d.ts +0 -3
- package/dist/dts/verification-code-input/verification-code-input.styles.d.ts.map +0 -1
- package/dist/dts/verification-code-input/verification-code-input.template.d.ts +0 -2
- package/dist/dts/verification-code-input/verification-code-input.template.d.ts.map +0 -1
- package/dist/esm/verification-code-input/index.js +0 -3
- package/dist/esm/verification-code-input/verification-code-input.js +0 -12
- package/dist/esm/verification-code-input/verification-code-input.styles.js +0 -51
- package/dist/esm/verification-code-input/verification-code-input.template.js +0 -2
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidAiCriteriaSearch,\n rapidAiIndicator,\n rapidActionsMenu,\n rapidAnchor,\n rapidSectionNavigator,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidOptgroup,\n rapidPill,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\n
|
|
15
|
+
"default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidAiCriteriaSearch,\n rapidAiIndicator,\n rapidActionsMenu,\n rapidAnchor,\n rapidSectionNavigator,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidOptgroup,\n rapidPill,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\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": [
|
|
@@ -731,14 +731,6 @@
|
|
|
731
731
|
"name": "*",
|
|
732
732
|
"package": "./url-input"
|
|
733
733
|
}
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"kind": "js",
|
|
737
|
-
"name": "*",
|
|
738
|
-
"declaration": {
|
|
739
|
-
"name": "*",
|
|
740
|
-
"package": "./verification-code-input"
|
|
741
|
-
}
|
|
742
734
|
}
|
|
743
735
|
]
|
|
744
736
|
},
|
|
@@ -886,11 +878,11 @@
|
|
|
886
878
|
},
|
|
887
879
|
{
|
|
888
880
|
"kind": "javascript-module",
|
|
889
|
-
"path": "src/accordion
|
|
881
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
890
882
|
"declarations": [
|
|
891
883
|
{
|
|
892
884
|
"kind": "function",
|
|
893
|
-
"name": "
|
|
885
|
+
"name": "rapidAccordionStyles",
|
|
894
886
|
"return": {
|
|
895
887
|
"type": {
|
|
896
888
|
"text": "ElementStyles"
|
|
@@ -915,24 +907,24 @@
|
|
|
915
907
|
"exports": [
|
|
916
908
|
{
|
|
917
909
|
"kind": "js",
|
|
918
|
-
"name": "
|
|
910
|
+
"name": "rapidAccordionStyles",
|
|
919
911
|
"declaration": {
|
|
920
|
-
"name": "
|
|
921
|
-
"module": "src/accordion
|
|
912
|
+
"name": "rapidAccordionStyles",
|
|
913
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
922
914
|
}
|
|
923
915
|
}
|
|
924
916
|
]
|
|
925
917
|
},
|
|
926
918
|
{
|
|
927
919
|
"kind": "javascript-module",
|
|
928
|
-
"path": "src/accordion
|
|
920
|
+
"path": "src/accordion/accordion.template.ts",
|
|
929
921
|
"declarations": [
|
|
930
922
|
{
|
|
931
923
|
"kind": "function",
|
|
932
|
-
"name": "
|
|
924
|
+
"name": "rapidAccordionTemplate",
|
|
933
925
|
"return": {
|
|
934
926
|
"type": {
|
|
935
|
-
"text": "ViewTemplate<
|
|
927
|
+
"text": "ViewTemplate<Accordion>"
|
|
936
928
|
}
|
|
937
929
|
},
|
|
938
930
|
"parameters": [
|
|
@@ -954,56 +946,56 @@
|
|
|
954
946
|
"exports": [
|
|
955
947
|
{
|
|
956
948
|
"kind": "js",
|
|
957
|
-
"name": "
|
|
949
|
+
"name": "rapidAccordionTemplate",
|
|
958
950
|
"declaration": {
|
|
959
|
-
"name": "
|
|
960
|
-
"module": "src/accordion
|
|
951
|
+
"name": "rapidAccordionTemplate",
|
|
952
|
+
"module": "src/accordion/accordion.template.ts"
|
|
961
953
|
}
|
|
962
954
|
}
|
|
963
955
|
]
|
|
964
956
|
},
|
|
965
957
|
{
|
|
966
958
|
"kind": "javascript-module",
|
|
967
|
-
"path": "src/accordion
|
|
959
|
+
"path": "src/accordion/accordion.ts",
|
|
968
960
|
"declarations": [
|
|
969
961
|
{
|
|
970
962
|
"kind": "class",
|
|
971
963
|
"description": "",
|
|
972
|
-
"name": "
|
|
964
|
+
"name": "Accordion",
|
|
973
965
|
"superclass": {
|
|
974
|
-
"name": "
|
|
966
|
+
"name": "foundationAccordion",
|
|
975
967
|
"package": "@genesislcap/foundation-ui"
|
|
976
968
|
},
|
|
977
|
-
"tagName": "%%prefix%%-accordion
|
|
969
|
+
"tagName": "%%prefix%%-accordion",
|
|
978
970
|
"customElement": true
|
|
979
971
|
},
|
|
980
972
|
{
|
|
981
973
|
"kind": "variable",
|
|
982
|
-
"name": "
|
|
974
|
+
"name": "rapidAccordion"
|
|
983
975
|
}
|
|
984
976
|
],
|
|
985
977
|
"exports": [
|
|
986
978
|
{
|
|
987
979
|
"kind": "js",
|
|
988
|
-
"name": "
|
|
980
|
+
"name": "Accordion",
|
|
989
981
|
"declaration": {
|
|
990
|
-
"name": "
|
|
991
|
-
"module": "src/accordion
|
|
982
|
+
"name": "Accordion",
|
|
983
|
+
"module": "src/accordion/accordion.ts"
|
|
992
984
|
}
|
|
993
985
|
},
|
|
994
986
|
{
|
|
995
987
|
"kind": "js",
|
|
996
|
-
"name": "
|
|
988
|
+
"name": "rapidAccordion",
|
|
997
989
|
"declaration": {
|
|
998
|
-
"name": "
|
|
999
|
-
"module": "src/accordion
|
|
990
|
+
"name": "rapidAccordion",
|
|
991
|
+
"module": "src/accordion/accordion.ts"
|
|
1000
992
|
}
|
|
1001
993
|
}
|
|
1002
994
|
]
|
|
1003
995
|
},
|
|
1004
996
|
{
|
|
1005
997
|
"kind": "javascript-module",
|
|
1006
|
-
"path": "src/accordion
|
|
998
|
+
"path": "src/accordion/index.ts",
|
|
1007
999
|
"declarations": [],
|
|
1008
1000
|
"exports": [
|
|
1009
1001
|
{
|
|
@@ -1011,7 +1003,7 @@
|
|
|
1011
1003
|
"name": "*",
|
|
1012
1004
|
"declaration": {
|
|
1013
1005
|
"name": "*",
|
|
1014
|
-
"package": "./accordion
|
|
1006
|
+
"package": "./accordion"
|
|
1015
1007
|
}
|
|
1016
1008
|
},
|
|
1017
1009
|
{
|
|
@@ -1019,7 +1011,7 @@
|
|
|
1019
1011
|
"name": "*",
|
|
1020
1012
|
"declaration": {
|
|
1021
1013
|
"name": "*",
|
|
1022
|
-
"package": "./accordion
|
|
1014
|
+
"package": "./accordion.styles"
|
|
1023
1015
|
}
|
|
1024
1016
|
},
|
|
1025
1017
|
{
|
|
@@ -1027,18 +1019,18 @@
|
|
|
1027
1019
|
"name": "*",
|
|
1028
1020
|
"declaration": {
|
|
1029
1021
|
"name": "*",
|
|
1030
|
-
"package": "./accordion
|
|
1022
|
+
"package": "./accordion.template"
|
|
1031
1023
|
}
|
|
1032
1024
|
}
|
|
1033
1025
|
]
|
|
1034
1026
|
},
|
|
1035
1027
|
{
|
|
1036
1028
|
"kind": "javascript-module",
|
|
1037
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1029
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1038
1030
|
"declarations": [
|
|
1039
1031
|
{
|
|
1040
1032
|
"kind": "function",
|
|
1041
|
-
"name": "
|
|
1033
|
+
"name": "rapidAccordionItemStyles",
|
|
1042
1034
|
"return": {
|
|
1043
1035
|
"type": {
|
|
1044
1036
|
"text": "ElementStyles"
|
|
@@ -1063,24 +1055,24 @@
|
|
|
1063
1055
|
"exports": [
|
|
1064
1056
|
{
|
|
1065
1057
|
"kind": "js",
|
|
1066
|
-
"name": "
|
|
1058
|
+
"name": "rapidAccordionItemStyles",
|
|
1067
1059
|
"declaration": {
|
|
1068
|
-
"name": "
|
|
1069
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1060
|
+
"name": "rapidAccordionItemStyles",
|
|
1061
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1070
1062
|
}
|
|
1071
1063
|
}
|
|
1072
1064
|
]
|
|
1073
1065
|
},
|
|
1074
1066
|
{
|
|
1075
1067
|
"kind": "javascript-module",
|
|
1076
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1068
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1077
1069
|
"declarations": [
|
|
1078
1070
|
{
|
|
1079
1071
|
"kind": "function",
|
|
1080
|
-
"name": "
|
|
1072
|
+
"name": "rapidAccordionItemTemplate",
|
|
1081
1073
|
"return": {
|
|
1082
1074
|
"type": {
|
|
1083
|
-
"text": "ViewTemplate<
|
|
1075
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1084
1076
|
}
|
|
1085
1077
|
},
|
|
1086
1078
|
"parameters": [
|
|
@@ -1102,56 +1094,56 @@
|
|
|
1102
1094
|
"exports": [
|
|
1103
1095
|
{
|
|
1104
1096
|
"kind": "js",
|
|
1105
|
-
"name": "
|
|
1097
|
+
"name": "rapidAccordionItemTemplate",
|
|
1106
1098
|
"declaration": {
|
|
1107
|
-
"name": "
|
|
1108
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1099
|
+
"name": "rapidAccordionItemTemplate",
|
|
1100
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1109
1101
|
}
|
|
1110
1102
|
}
|
|
1111
1103
|
]
|
|
1112
1104
|
},
|
|
1113
1105
|
{
|
|
1114
1106
|
"kind": "javascript-module",
|
|
1115
|
-
"path": "src/accordion/accordion.ts",
|
|
1107
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1116
1108
|
"declarations": [
|
|
1117
1109
|
{
|
|
1118
1110
|
"kind": "class",
|
|
1119
1111
|
"description": "",
|
|
1120
|
-
"name": "
|
|
1112
|
+
"name": "AccordionItem",
|
|
1121
1113
|
"superclass": {
|
|
1122
|
-
"name": "
|
|
1114
|
+
"name": "foundationAccordionItem",
|
|
1123
1115
|
"package": "@genesislcap/foundation-ui"
|
|
1124
1116
|
},
|
|
1125
|
-
"tagName": "%%prefix%%-accordion",
|
|
1117
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1126
1118
|
"customElement": true
|
|
1127
1119
|
},
|
|
1128
1120
|
{
|
|
1129
1121
|
"kind": "variable",
|
|
1130
|
-
"name": "
|
|
1122
|
+
"name": "rapidAccordionItem"
|
|
1131
1123
|
}
|
|
1132
1124
|
],
|
|
1133
1125
|
"exports": [
|
|
1134
1126
|
{
|
|
1135
1127
|
"kind": "js",
|
|
1136
|
-
"name": "
|
|
1128
|
+
"name": "AccordionItem",
|
|
1137
1129
|
"declaration": {
|
|
1138
|
-
"name": "
|
|
1139
|
-
"module": "src/accordion/accordion.ts"
|
|
1130
|
+
"name": "AccordionItem",
|
|
1131
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1140
1132
|
}
|
|
1141
1133
|
},
|
|
1142
1134
|
{
|
|
1143
1135
|
"kind": "js",
|
|
1144
|
-
"name": "
|
|
1136
|
+
"name": "rapidAccordionItem",
|
|
1145
1137
|
"declaration": {
|
|
1146
|
-
"name": "
|
|
1147
|
-
"module": "src/accordion/accordion.ts"
|
|
1138
|
+
"name": "rapidAccordionItem",
|
|
1139
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1148
1140
|
}
|
|
1149
1141
|
}
|
|
1150
1142
|
]
|
|
1151
1143
|
},
|
|
1152
1144
|
{
|
|
1153
1145
|
"kind": "javascript-module",
|
|
1154
|
-
"path": "src/accordion/index.ts",
|
|
1146
|
+
"path": "src/accordion-item/index.ts",
|
|
1155
1147
|
"declarations": [],
|
|
1156
1148
|
"exports": [
|
|
1157
1149
|
{
|
|
@@ -1159,7 +1151,7 @@
|
|
|
1159
1151
|
"name": "*",
|
|
1160
1152
|
"declaration": {
|
|
1161
1153
|
"name": "*",
|
|
1162
|
-
"package": "./accordion"
|
|
1154
|
+
"package": "./accordion-item"
|
|
1163
1155
|
}
|
|
1164
1156
|
},
|
|
1165
1157
|
{
|
|
@@ -1167,7 +1159,7 @@
|
|
|
1167
1159
|
"name": "*",
|
|
1168
1160
|
"declaration": {
|
|
1169
1161
|
"name": "*",
|
|
1170
|
-
"package": "./accordion.styles"
|
|
1162
|
+
"package": "./accordion-item.styles"
|
|
1171
1163
|
}
|
|
1172
1164
|
},
|
|
1173
1165
|
{
|
|
@@ -1175,7 +1167,7 @@
|
|
|
1175
1167
|
"name": "*",
|
|
1176
1168
|
"declaration": {
|
|
1177
1169
|
"name": "*",
|
|
1178
|
-
"package": "./accordion.template"
|
|
1170
|
+
"package": "./accordion-item.template"
|
|
1179
1171
|
}
|
|
1180
1172
|
}
|
|
1181
1173
|
]
|
|
@@ -43000,963 +42992,6 @@
|
|
|
43000
42992
|
}
|
|
43001
42993
|
]
|
|
43002
42994
|
},
|
|
43003
|
-
{
|
|
43004
|
-
"kind": "javascript-module",
|
|
43005
|
-
"path": "src/verification-code-input/index.ts",
|
|
43006
|
-
"declarations": [],
|
|
43007
|
-
"exports": [
|
|
43008
|
-
{
|
|
43009
|
-
"kind": "js",
|
|
43010
|
-
"name": "*",
|
|
43011
|
-
"declaration": {
|
|
43012
|
-
"name": "*",
|
|
43013
|
-
"package": "./verification-code-input"
|
|
43014
|
-
}
|
|
43015
|
-
},
|
|
43016
|
-
{
|
|
43017
|
-
"kind": "js",
|
|
43018
|
-
"name": "*",
|
|
43019
|
-
"declaration": {
|
|
43020
|
-
"name": "*",
|
|
43021
|
-
"package": "./verification-code-input.styles"
|
|
43022
|
-
}
|
|
43023
|
-
},
|
|
43024
|
-
{
|
|
43025
|
-
"kind": "js",
|
|
43026
|
-
"name": "*",
|
|
43027
|
-
"declaration": {
|
|
43028
|
-
"name": "*",
|
|
43029
|
-
"package": "./verification-code-input.template"
|
|
43030
|
-
}
|
|
43031
|
-
}
|
|
43032
|
-
]
|
|
43033
|
-
},
|
|
43034
|
-
{
|
|
43035
|
-
"kind": "javascript-module",
|
|
43036
|
-
"path": "src/verification-code-input/verification-code-input.styles.ts",
|
|
43037
|
-
"declarations": [
|
|
43038
|
-
{
|
|
43039
|
-
"kind": "variable",
|
|
43040
|
-
"name": "verificationCodeInputStyles",
|
|
43041
|
-
"type": {
|
|
43042
|
-
"text": "ElementStyles"
|
|
43043
|
-
},
|
|
43044
|
-
"default": "css`\n ${foundationVerificationCodeInputStyles}\n\n .digit .control {\n height: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n padding: 0 calc(var(--design-unit) * 2px);\n }\n\n .digit .control-field .control {\n width: 100%;\n }\n\n .digit .root {\n border-style: solid;\n border-width: var(--neutral-stroke-width-rest, 1px 1px 1px 1px);\n border-color: var(--neutral-stroke-fill-rest, var(--focus-stroke-outer));\n background-color: var(--neutral-fill-input-rest);\n height: calc(\n (((var(--base-height-multiplier) + var(--density)) * var(--design-unit)) - 4) * 1px\n );\n }\n\n .digit:hover:not(.disabled) .root {\n border-style: solid;\n border-width: var(--neutral-stroke-width-hover, 1px 1px 1px 1px);\n border-color: var(--neutral-stroke-fill-hover, var(--neutral-foreground-rest));\n background: var(--neutral-fill-input-hover);\n box-shadow: none;\n }\n\n .digit:focus-within:not(.disabled) .root {\n border-style: solid;\n border-width: var(--neutral-stroke-width-focus, 1px 1px 1px 1px);\n border-color: var(--neutral-stroke-fill-focus, var(--accent-fill-rest));\n background-color: var(--neutral-fill-input-focus);\n box-shadow: none;\n }\n\n .label {\n color: var(--neutral-foreground-hint);\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n margin: 0;\n }\n`"
|
|
43045
|
-
}
|
|
43046
|
-
],
|
|
43047
|
-
"exports": [
|
|
43048
|
-
{
|
|
43049
|
-
"kind": "js",
|
|
43050
|
-
"name": "verificationCodeInputStyles",
|
|
43051
|
-
"declaration": {
|
|
43052
|
-
"name": "verificationCodeInputStyles",
|
|
43053
|
-
"module": "src/verification-code-input/verification-code-input.styles.ts"
|
|
43054
|
-
}
|
|
43055
|
-
}
|
|
43056
|
-
]
|
|
43057
|
-
},
|
|
43058
|
-
{
|
|
43059
|
-
"kind": "javascript-module",
|
|
43060
|
-
"path": "src/verification-code-input/verification-code-input.template.ts",
|
|
43061
|
-
"declarations": [
|
|
43062
|
-
{
|
|
43063
|
-
"kind": "variable",
|
|
43064
|
-
"name": "verificationCodeInputTemplate",
|
|
43065
|
-
"default": "foundationVerificationCodeInputTemplate"
|
|
43066
|
-
}
|
|
43067
|
-
],
|
|
43068
|
-
"exports": [
|
|
43069
|
-
{
|
|
43070
|
-
"kind": "js",
|
|
43071
|
-
"name": "verificationCodeInputTemplate",
|
|
43072
|
-
"declaration": {
|
|
43073
|
-
"name": "verificationCodeInputTemplate",
|
|
43074
|
-
"module": "src/verification-code-input/verification-code-input.template.ts"
|
|
43075
|
-
}
|
|
43076
|
-
}
|
|
43077
|
-
]
|
|
43078
|
-
},
|
|
43079
|
-
{
|
|
43080
|
-
"kind": "javascript-module",
|
|
43081
|
-
"path": "src/verification-code-input/verification-code-input.ts",
|
|
43082
|
-
"declarations": [
|
|
43083
|
-
{
|
|
43084
|
-
"kind": "class",
|
|
43085
|
-
"description": "",
|
|
43086
|
-
"name": "VerificationCodeInput",
|
|
43087
|
-
"superclass": {
|
|
43088
|
-
"name": "FoundationVerificationCodeInput",
|
|
43089
|
-
"package": "@genesislcap/foundation-ui"
|
|
43090
|
-
},
|
|
43091
|
-
"tagName": "%%prefix%%-code-input",
|
|
43092
|
-
"customElement": true,
|
|
43093
|
-
"attributes": [
|
|
43094
|
-
{
|
|
43095
|
-
"name": "id",
|
|
43096
|
-
"type": {
|
|
43097
|
-
"text": "string"
|
|
43098
|
-
},
|
|
43099
|
-
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
43100
|
-
"fieldName": "id",
|
|
43101
|
-
"inheritedFrom": {
|
|
43102
|
-
"name": "VerificationCodeInput",
|
|
43103
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43104
|
-
}
|
|
43105
|
-
},
|
|
43106
|
-
{
|
|
43107
|
-
"name": "appearance",
|
|
43108
|
-
"type": {
|
|
43109
|
-
"text": "string"
|
|
43110
|
-
},
|
|
43111
|
-
"default": "'outline'",
|
|
43112
|
-
"description": "Visual treatment applied to each digit field.",
|
|
43113
|
-
"fieldName": "appearance",
|
|
43114
|
-
"inheritedFrom": {
|
|
43115
|
-
"name": "VerificationCodeInput",
|
|
43116
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43117
|
-
}
|
|
43118
|
-
},
|
|
43119
|
-
{
|
|
43120
|
-
"name": "digits",
|
|
43121
|
-
"type": {
|
|
43122
|
-
"text": "number"
|
|
43123
|
-
},
|
|
43124
|
-
"default": "DEFAULT_DIGITS",
|
|
43125
|
-
"description": "Number of single-character digit fields to render.",
|
|
43126
|
-
"resolveInitializer": {
|
|
43127
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43128
|
-
},
|
|
43129
|
-
"fieldName": "digits",
|
|
43130
|
-
"inheritedFrom": {
|
|
43131
|
-
"name": "VerificationCodeInput",
|
|
43132
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43133
|
-
}
|
|
43134
|
-
},
|
|
43135
|
-
{
|
|
43136
|
-
"name": "readonly",
|
|
43137
|
-
"type": {
|
|
43138
|
-
"text": "boolean"
|
|
43139
|
-
},
|
|
43140
|
-
"default": "false",
|
|
43141
|
-
"description": "When true, digit fields are non-interactive.",
|
|
43142
|
-
"fieldName": "readOnly",
|
|
43143
|
-
"inheritedFrom": {
|
|
43144
|
-
"name": "VerificationCodeInput",
|
|
43145
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43146
|
-
}
|
|
43147
|
-
},
|
|
43148
|
-
{
|
|
43149
|
-
"type": {
|
|
43150
|
-
"text": "boolean"
|
|
43151
|
-
},
|
|
43152
|
-
"default": "false",
|
|
43153
|
-
"description": "When true, digit fields are non-interactive.",
|
|
43154
|
-
"fieldName": "disabled",
|
|
43155
|
-
"inheritedFrom": {
|
|
43156
|
-
"name": "VerificationCodeInput",
|
|
43157
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43158
|
-
}
|
|
43159
|
-
}
|
|
43160
|
-
],
|
|
43161
|
-
"members": [
|
|
43162
|
-
{
|
|
43163
|
-
"kind": "field",
|
|
43164
|
-
"name": "values",
|
|
43165
|
-
"type": {
|
|
43166
|
-
"text": "string[]"
|
|
43167
|
-
},
|
|
43168
|
-
"default": "[]",
|
|
43169
|
-
"description": "Per-digit values indexed from `0` to `digits - 1`.",
|
|
43170
|
-
"inheritedFrom": {
|
|
43171
|
-
"name": "VerificationCodeInput",
|
|
43172
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43173
|
-
}
|
|
43174
|
-
},
|
|
43175
|
-
{
|
|
43176
|
-
"kind": "field",
|
|
43177
|
-
"name": "defaultSlottedNodes",
|
|
43178
|
-
"description": "Slotted label content; when empty the label is visually hidden.",
|
|
43179
|
-
"inheritedFrom": {
|
|
43180
|
-
"name": "VerificationCodeInput",
|
|
43181
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43182
|
-
}
|
|
43183
|
-
},
|
|
43184
|
-
{
|
|
43185
|
-
"kind": "field",
|
|
43186
|
-
"name": "controlListeners",
|
|
43187
|
-
"type": {
|
|
43188
|
-
"text": "Map<HTMLInputElement, ControlListeners>"
|
|
43189
|
-
},
|
|
43190
|
-
"privacy": "private",
|
|
43191
|
-
"readonly": true,
|
|
43192
|
-
"default": "new Map()",
|
|
43193
|
-
"inheritedFrom": {
|
|
43194
|
-
"name": "VerificationCodeInput",
|
|
43195
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43196
|
-
}
|
|
43197
|
-
},
|
|
43198
|
-
{
|
|
43199
|
-
"kind": "field",
|
|
43200
|
-
"name": "syncingFromDigits",
|
|
43201
|
-
"type": {
|
|
43202
|
-
"text": "boolean"
|
|
43203
|
-
},
|
|
43204
|
-
"privacy": "private",
|
|
43205
|
-
"default": "false",
|
|
43206
|
-
"description": "Skip digit re-sync when `value` is updated from digit entry (`commitValues`).",
|
|
43207
|
-
"inheritedFrom": {
|
|
43208
|
-
"name": "VerificationCodeInput",
|
|
43209
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43210
|
-
}
|
|
43211
|
-
},
|
|
43212
|
-
{
|
|
43213
|
-
"kind": "field",
|
|
43214
|
-
"name": "id",
|
|
43215
|
-
"type": {
|
|
43216
|
-
"text": "string"
|
|
43217
|
-
},
|
|
43218
|
-
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
43219
|
-
"inheritedFrom": {
|
|
43220
|
-
"name": "VerificationCodeInput",
|
|
43221
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43222
|
-
}
|
|
43223
|
-
},
|
|
43224
|
-
{
|
|
43225
|
-
"kind": "field",
|
|
43226
|
-
"name": "appearance",
|
|
43227
|
-
"type": {
|
|
43228
|
-
"text": "string"
|
|
43229
|
-
},
|
|
43230
|
-
"default": "'outline'",
|
|
43231
|
-
"description": "Visual treatment applied to each digit field.",
|
|
43232
|
-
"privacy": "public",
|
|
43233
|
-
"inheritedFrom": {
|
|
43234
|
-
"name": "VerificationCodeInput",
|
|
43235
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43236
|
-
}
|
|
43237
|
-
},
|
|
43238
|
-
{
|
|
43239
|
-
"kind": "field",
|
|
43240
|
-
"name": "digits",
|
|
43241
|
-
"type": {
|
|
43242
|
-
"text": "number"
|
|
43243
|
-
},
|
|
43244
|
-
"default": "6",
|
|
43245
|
-
"description": "Number of single-character digit fields to render.",
|
|
43246
|
-
"privacy": "public",
|
|
43247
|
-
"inheritedFrom": {
|
|
43248
|
-
"name": "VerificationCodeInput",
|
|
43249
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43250
|
-
}
|
|
43251
|
-
},
|
|
43252
|
-
{
|
|
43253
|
-
"kind": "field",
|
|
43254
|
-
"name": "readOnly",
|
|
43255
|
-
"type": {
|
|
43256
|
-
"text": "boolean"
|
|
43257
|
-
},
|
|
43258
|
-
"default": "false",
|
|
43259
|
-
"description": "When true, digit fields are non-interactive.",
|
|
43260
|
-
"privacy": "public",
|
|
43261
|
-
"inheritedFrom": {
|
|
43262
|
-
"name": "VerificationCodeInput",
|
|
43263
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43264
|
-
}
|
|
43265
|
-
},
|
|
43266
|
-
{
|
|
43267
|
-
"kind": "field",
|
|
43268
|
-
"name": "disabled",
|
|
43269
|
-
"type": {
|
|
43270
|
-
"text": "boolean"
|
|
43271
|
-
},
|
|
43272
|
-
"default": "false",
|
|
43273
|
-
"description": "When true, digit fields are non-interactive.",
|
|
43274
|
-
"privacy": "public",
|
|
43275
|
-
"inheritedFrom": {
|
|
43276
|
-
"name": "VerificationCodeInput",
|
|
43277
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43278
|
-
}
|
|
43279
|
-
},
|
|
43280
|
-
{
|
|
43281
|
-
"kind": "field",
|
|
43282
|
-
"name": "autofocus",
|
|
43283
|
-
"type": {
|
|
43284
|
-
"text": "boolean"
|
|
43285
|
-
},
|
|
43286
|
-
"default": "false",
|
|
43287
|
-
"description": "When true, focuses the first digit on connect (and after SPA route commit when hosted that way).",
|
|
43288
|
-
"privacy": "public",
|
|
43289
|
-
"inheritedFrom": {
|
|
43290
|
-
"name": "VerificationCodeInput",
|
|
43291
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43292
|
-
}
|
|
43293
|
-
},
|
|
43294
|
-
{
|
|
43295
|
-
"kind": "field",
|
|
43296
|
-
"name": "error",
|
|
43297
|
-
"type": {
|
|
43298
|
-
"text": "boolean"
|
|
43299
|
-
},
|
|
43300
|
-
"default": "false",
|
|
43301
|
-
"description": "When true, applies the error visual state to each digit field.",
|
|
43302
|
-
"privacy": "public",
|
|
43303
|
-
"inheritedFrom": {
|
|
43304
|
-
"name": "VerificationCodeInput",
|
|
43305
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43306
|
-
}
|
|
43307
|
-
},
|
|
43308
|
-
{
|
|
43309
|
-
"kind": "field",
|
|
43310
|
-
"name": "digitsIndexes",
|
|
43311
|
-
"type": {
|
|
43312
|
-
"text": "number[]"
|
|
43313
|
-
},
|
|
43314
|
-
"privacy": "public",
|
|
43315
|
-
"readonly": true,
|
|
43316
|
-
"inheritedFrom": {
|
|
43317
|
-
"name": "VerificationCodeInput",
|
|
43318
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43319
|
-
}
|
|
43320
|
-
},
|
|
43321
|
-
{
|
|
43322
|
-
"kind": "field",
|
|
43323
|
-
"name": "controlIdPrefix",
|
|
43324
|
-
"type": {
|
|
43325
|
-
"text": "string"
|
|
43326
|
-
},
|
|
43327
|
-
"privacy": "public",
|
|
43328
|
-
"readonly": true,
|
|
43329
|
-
"inheritedFrom": {
|
|
43330
|
-
"name": "VerificationCodeInput",
|
|
43331
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43332
|
-
}
|
|
43333
|
-
},
|
|
43334
|
-
{
|
|
43335
|
-
"kind": "field",
|
|
43336
|
-
"name": "labelId",
|
|
43337
|
-
"type": {
|
|
43338
|
-
"text": "string"
|
|
43339
|
-
},
|
|
43340
|
-
"privacy": "public",
|
|
43341
|
-
"readonly": true,
|
|
43342
|
-
"inheritedFrom": {
|
|
43343
|
-
"name": "VerificationCodeInput",
|
|
43344
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43345
|
-
}
|
|
43346
|
-
},
|
|
43347
|
-
{
|
|
43348
|
-
"kind": "field",
|
|
43349
|
-
"name": "hasLabel",
|
|
43350
|
-
"type": {
|
|
43351
|
-
"text": "boolean"
|
|
43352
|
-
},
|
|
43353
|
-
"privacy": "public",
|
|
43354
|
-
"readonly": true,
|
|
43355
|
-
"inheritedFrom": {
|
|
43356
|
-
"name": "VerificationCodeInput",
|
|
43357
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43358
|
-
}
|
|
43359
|
-
},
|
|
43360
|
-
{
|
|
43361
|
-
"kind": "method",
|
|
43362
|
-
"name": "getControlId",
|
|
43363
|
-
"privacy": "public",
|
|
43364
|
-
"return": {
|
|
43365
|
-
"type": {
|
|
43366
|
-
"text": "string"
|
|
43367
|
-
}
|
|
43368
|
-
},
|
|
43369
|
-
"parameters": [
|
|
43370
|
-
{
|
|
43371
|
-
"name": "index",
|
|
43372
|
-
"type": {
|
|
43373
|
-
"text": "number"
|
|
43374
|
-
}
|
|
43375
|
-
}
|
|
43376
|
-
],
|
|
43377
|
-
"inheritedFrom": {
|
|
43378
|
-
"name": "VerificationCodeInput",
|
|
43379
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43380
|
-
}
|
|
43381
|
-
},
|
|
43382
|
-
{
|
|
43383
|
-
"kind": "method",
|
|
43384
|
-
"name": "clear",
|
|
43385
|
-
"privacy": "public",
|
|
43386
|
-
"return": {
|
|
43387
|
-
"type": {
|
|
43388
|
-
"text": "void"
|
|
43389
|
-
}
|
|
43390
|
-
},
|
|
43391
|
-
"description": "Clears digits, emits `change`, and focuses the first field when connected.",
|
|
43392
|
-
"inheritedFrom": {
|
|
43393
|
-
"name": "VerificationCodeInput",
|
|
43394
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43395
|
-
}
|
|
43396
|
-
},
|
|
43397
|
-
{
|
|
43398
|
-
"kind": "method",
|
|
43399
|
-
"name": "focus",
|
|
43400
|
-
"privacy": "public",
|
|
43401
|
-
"return": {
|
|
43402
|
-
"type": {
|
|
43403
|
-
"text": "void"
|
|
43404
|
-
}
|
|
43405
|
-
},
|
|
43406
|
-
"inheritedFrom": {
|
|
43407
|
-
"name": "VerificationCodeInput",
|
|
43408
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43409
|
-
}
|
|
43410
|
-
},
|
|
43411
|
-
{
|
|
43412
|
-
"kind": "method",
|
|
43413
|
-
"name": "digitsChanged",
|
|
43414
|
-
"return": {
|
|
43415
|
-
"type": {
|
|
43416
|
-
"text": "void"
|
|
43417
|
-
}
|
|
43418
|
-
},
|
|
43419
|
-
"inheritedFrom": {
|
|
43420
|
-
"name": "VerificationCodeInput",
|
|
43421
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43422
|
-
}
|
|
43423
|
-
},
|
|
43424
|
-
{
|
|
43425
|
-
"kind": "field",
|
|
43426
|
-
"name": "digitClassnames",
|
|
43427
|
-
"type": {
|
|
43428
|
-
"text": "string"
|
|
43429
|
-
},
|
|
43430
|
-
"privacy": "public",
|
|
43431
|
-
"readonly": true,
|
|
43432
|
-
"inheritedFrom": {
|
|
43433
|
-
"name": "VerificationCodeInput",
|
|
43434
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43435
|
-
}
|
|
43436
|
-
},
|
|
43437
|
-
{
|
|
43438
|
-
"kind": "method",
|
|
43439
|
-
"name": "sanitizeCode",
|
|
43440
|
-
"privacy": "private",
|
|
43441
|
-
"return": {
|
|
43442
|
-
"type": {
|
|
43443
|
-
"text": "string"
|
|
43444
|
-
}
|
|
43445
|
-
},
|
|
43446
|
-
"parameters": [
|
|
43447
|
-
{
|
|
43448
|
-
"name": "raw",
|
|
43449
|
-
"type": {
|
|
43450
|
-
"text": "unknown"
|
|
43451
|
-
}
|
|
43452
|
-
}
|
|
43453
|
-
],
|
|
43454
|
-
"inheritedFrom": {
|
|
43455
|
-
"name": "VerificationCodeInput",
|
|
43456
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43457
|
-
}
|
|
43458
|
-
},
|
|
43459
|
-
{
|
|
43460
|
-
"kind": "method",
|
|
43461
|
-
"name": "bindControlListeners",
|
|
43462
|
-
"privacy": "private",
|
|
43463
|
-
"return": {
|
|
43464
|
-
"type": {
|
|
43465
|
-
"text": "void"
|
|
43466
|
-
}
|
|
43467
|
-
},
|
|
43468
|
-
"inheritedFrom": {
|
|
43469
|
-
"name": "VerificationCodeInput",
|
|
43470
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43471
|
-
}
|
|
43472
|
-
},
|
|
43473
|
-
{
|
|
43474
|
-
"kind": "method",
|
|
43475
|
-
"name": "unbindControlListeners",
|
|
43476
|
-
"privacy": "private",
|
|
43477
|
-
"return": {
|
|
43478
|
-
"type": {
|
|
43479
|
-
"text": "void"
|
|
43480
|
-
}
|
|
43481
|
-
},
|
|
43482
|
-
"inheritedFrom": {
|
|
43483
|
-
"name": "VerificationCodeInput",
|
|
43484
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43485
|
-
}
|
|
43486
|
-
},
|
|
43487
|
-
{
|
|
43488
|
-
"kind": "method",
|
|
43489
|
-
"name": "onKeyDown",
|
|
43490
|
-
"privacy": "private",
|
|
43491
|
-
"return": {
|
|
43492
|
-
"type": {
|
|
43493
|
-
"text": "void"
|
|
43494
|
-
}
|
|
43495
|
-
},
|
|
43496
|
-
"parameters": [
|
|
43497
|
-
{
|
|
43498
|
-
"name": "event",
|
|
43499
|
-
"type": {
|
|
43500
|
-
"text": "KeyboardEvent"
|
|
43501
|
-
}
|
|
43502
|
-
},
|
|
43503
|
-
{
|
|
43504
|
-
"name": "index",
|
|
43505
|
-
"type": {
|
|
43506
|
-
"text": "number"
|
|
43507
|
-
}
|
|
43508
|
-
}
|
|
43509
|
-
],
|
|
43510
|
-
"inheritedFrom": {
|
|
43511
|
-
"name": "VerificationCodeInput",
|
|
43512
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43513
|
-
}
|
|
43514
|
-
},
|
|
43515
|
-
{
|
|
43516
|
-
"kind": "method",
|
|
43517
|
-
"name": "isBlockedCharacter",
|
|
43518
|
-
"privacy": "private",
|
|
43519
|
-
"return": {
|
|
43520
|
-
"type": {
|
|
43521
|
-
"text": "boolean"
|
|
43522
|
-
}
|
|
43523
|
-
},
|
|
43524
|
-
"parameters": [
|
|
43525
|
-
{
|
|
43526
|
-
"name": "event",
|
|
43527
|
-
"type": {
|
|
43528
|
-
"text": "KeyboardEvent"
|
|
43529
|
-
}
|
|
43530
|
-
}
|
|
43531
|
-
],
|
|
43532
|
-
"inheritedFrom": {
|
|
43533
|
-
"name": "VerificationCodeInput",
|
|
43534
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43535
|
-
}
|
|
43536
|
-
},
|
|
43537
|
-
{
|
|
43538
|
-
"kind": "method",
|
|
43539
|
-
"name": "onInput",
|
|
43540
|
-
"privacy": "private",
|
|
43541
|
-
"return": {
|
|
43542
|
-
"type": {
|
|
43543
|
-
"text": "void"
|
|
43544
|
-
}
|
|
43545
|
-
},
|
|
43546
|
-
"parameters": [
|
|
43547
|
-
{
|
|
43548
|
-
"name": "event",
|
|
43549
|
-
"type": {
|
|
43550
|
-
"text": "InputEvent"
|
|
43551
|
-
}
|
|
43552
|
-
},
|
|
43553
|
-
{
|
|
43554
|
-
"name": "index",
|
|
43555
|
-
"type": {
|
|
43556
|
-
"text": "number"
|
|
43557
|
-
}
|
|
43558
|
-
}
|
|
43559
|
-
],
|
|
43560
|
-
"inheritedFrom": {
|
|
43561
|
-
"name": "VerificationCodeInput",
|
|
43562
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43563
|
-
}
|
|
43564
|
-
},
|
|
43565
|
-
{
|
|
43566
|
-
"kind": "method",
|
|
43567
|
-
"name": "onPaste",
|
|
43568
|
-
"privacy": "private",
|
|
43569
|
-
"return": {
|
|
43570
|
-
"type": {
|
|
43571
|
-
"text": "void"
|
|
43572
|
-
}
|
|
43573
|
-
},
|
|
43574
|
-
"parameters": [
|
|
43575
|
-
{
|
|
43576
|
-
"name": "event",
|
|
43577
|
-
"type": {
|
|
43578
|
-
"text": "ClipboardEvent"
|
|
43579
|
-
}
|
|
43580
|
-
},
|
|
43581
|
-
{
|
|
43582
|
-
"name": "index",
|
|
43583
|
-
"type": {
|
|
43584
|
-
"text": "number"
|
|
43585
|
-
}
|
|
43586
|
-
}
|
|
43587
|
-
],
|
|
43588
|
-
"inheritedFrom": {
|
|
43589
|
-
"name": "VerificationCodeInput",
|
|
43590
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43591
|
-
}
|
|
43592
|
-
},
|
|
43593
|
-
{
|
|
43594
|
-
"kind": "method",
|
|
43595
|
-
"name": "handleBackspace",
|
|
43596
|
-
"privacy": "private",
|
|
43597
|
-
"return": {
|
|
43598
|
-
"type": {
|
|
43599
|
-
"text": "void"
|
|
43600
|
-
}
|
|
43601
|
-
},
|
|
43602
|
-
"parameters": [
|
|
43603
|
-
{
|
|
43604
|
-
"name": "index",
|
|
43605
|
-
"type": {
|
|
43606
|
-
"text": "number"
|
|
43607
|
-
}
|
|
43608
|
-
}
|
|
43609
|
-
],
|
|
43610
|
-
"inheritedFrom": {
|
|
43611
|
-
"name": "VerificationCodeInput",
|
|
43612
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43613
|
-
}
|
|
43614
|
-
},
|
|
43615
|
-
{
|
|
43616
|
-
"kind": "method",
|
|
43617
|
-
"name": "handleDelete",
|
|
43618
|
-
"privacy": "private",
|
|
43619
|
-
"return": {
|
|
43620
|
-
"type": {
|
|
43621
|
-
"text": "void"
|
|
43622
|
-
}
|
|
43623
|
-
},
|
|
43624
|
-
"parameters": [
|
|
43625
|
-
{
|
|
43626
|
-
"name": "index",
|
|
43627
|
-
"type": {
|
|
43628
|
-
"text": "number"
|
|
43629
|
-
}
|
|
43630
|
-
}
|
|
43631
|
-
],
|
|
43632
|
-
"inheritedFrom": {
|
|
43633
|
-
"name": "VerificationCodeInput",
|
|
43634
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43635
|
-
}
|
|
43636
|
-
},
|
|
43637
|
-
{
|
|
43638
|
-
"kind": "method",
|
|
43639
|
-
"name": "getIndexFromInput",
|
|
43640
|
-
"privacy": "private",
|
|
43641
|
-
"return": {
|
|
43642
|
-
"type": {
|
|
43643
|
-
"text": "number | null"
|
|
43644
|
-
}
|
|
43645
|
-
},
|
|
43646
|
-
"parameters": [
|
|
43647
|
-
{
|
|
43648
|
-
"name": "input",
|
|
43649
|
-
"type": {
|
|
43650
|
-
"text": "HTMLInputElement"
|
|
43651
|
-
}
|
|
43652
|
-
}
|
|
43653
|
-
],
|
|
43654
|
-
"inheritedFrom": {
|
|
43655
|
-
"name": "VerificationCodeInput",
|
|
43656
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43657
|
-
}
|
|
43658
|
-
},
|
|
43659
|
-
{
|
|
43660
|
-
"kind": "method",
|
|
43661
|
-
"name": "syncDigitsFromValue",
|
|
43662
|
-
"privacy": "private",
|
|
43663
|
-
"return": {
|
|
43664
|
-
"type": {
|
|
43665
|
-
"text": "void"
|
|
43666
|
-
}
|
|
43667
|
-
},
|
|
43668
|
-
"parameters": [
|
|
43669
|
-
{
|
|
43670
|
-
"name": "cleaned",
|
|
43671
|
-
"type": {
|
|
43672
|
-
"text": "string"
|
|
43673
|
-
}
|
|
43674
|
-
}
|
|
43675
|
-
],
|
|
43676
|
-
"description": "Maps a sanitized code string into per-digit `values` and syncs the DOM when connected.",
|
|
43677
|
-
"inheritedFrom": {
|
|
43678
|
-
"name": "VerificationCodeInput",
|
|
43679
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43680
|
-
}
|
|
43681
|
-
},
|
|
43682
|
-
{
|
|
43683
|
-
"kind": "method",
|
|
43684
|
-
"name": "updateDigit",
|
|
43685
|
-
"privacy": "private",
|
|
43686
|
-
"return": {
|
|
43687
|
-
"type": {
|
|
43688
|
-
"text": "void"
|
|
43689
|
-
}
|
|
43690
|
-
},
|
|
43691
|
-
"parameters": [
|
|
43692
|
-
{
|
|
43693
|
-
"name": "index",
|
|
43694
|
-
"type": {
|
|
43695
|
-
"text": "number"
|
|
43696
|
-
}
|
|
43697
|
-
},
|
|
43698
|
-
{
|
|
43699
|
-
"name": "digit",
|
|
43700
|
-
"type": {
|
|
43701
|
-
"text": "string"
|
|
43702
|
-
}
|
|
43703
|
-
}
|
|
43704
|
-
],
|
|
43705
|
-
"inheritedFrom": {
|
|
43706
|
-
"name": "VerificationCodeInput",
|
|
43707
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43708
|
-
}
|
|
43709
|
-
},
|
|
43710
|
-
{
|
|
43711
|
-
"kind": "method",
|
|
43712
|
-
"name": "applyDigits",
|
|
43713
|
-
"privacy": "private",
|
|
43714
|
-
"return": {
|
|
43715
|
-
"type": {
|
|
43716
|
-
"text": "void"
|
|
43717
|
-
}
|
|
43718
|
-
},
|
|
43719
|
-
"parameters": [
|
|
43720
|
-
{
|
|
43721
|
-
"name": "raw",
|
|
43722
|
-
"type": {
|
|
43723
|
-
"text": "string"
|
|
43724
|
-
}
|
|
43725
|
-
},
|
|
43726
|
-
{
|
|
43727
|
-
"name": "startIndex",
|
|
43728
|
-
"type": {
|
|
43729
|
-
"text": "number"
|
|
43730
|
-
}
|
|
43731
|
-
}
|
|
43732
|
-
],
|
|
43733
|
-
"inheritedFrom": {
|
|
43734
|
-
"name": "VerificationCodeInput",
|
|
43735
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43736
|
-
}
|
|
43737
|
-
},
|
|
43738
|
-
{
|
|
43739
|
-
"kind": "method",
|
|
43740
|
-
"name": "commitValues",
|
|
43741
|
-
"privacy": "private",
|
|
43742
|
-
"return": {
|
|
43743
|
-
"type": {
|
|
43744
|
-
"text": "void"
|
|
43745
|
-
}
|
|
43746
|
-
},
|
|
43747
|
-
"parameters": [
|
|
43748
|
-
{
|
|
43749
|
-
"name": "nextValues",
|
|
43750
|
-
"type": {
|
|
43751
|
-
"text": "string[]"
|
|
43752
|
-
}
|
|
43753
|
-
}
|
|
43754
|
-
],
|
|
43755
|
-
"description": "Pushes digit state into the form-associated `value` and emits change / complete.",
|
|
43756
|
-
"inheritedFrom": {
|
|
43757
|
-
"name": "VerificationCodeInput",
|
|
43758
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43759
|
-
}
|
|
43760
|
-
},
|
|
43761
|
-
{
|
|
43762
|
-
"kind": "method",
|
|
43763
|
-
"name": "syncFieldValues",
|
|
43764
|
-
"privacy": "private",
|
|
43765
|
-
"return": {
|
|
43766
|
-
"type": {
|
|
43767
|
-
"text": "void"
|
|
43768
|
-
}
|
|
43769
|
-
},
|
|
43770
|
-
"inheritedFrom": {
|
|
43771
|
-
"name": "VerificationCodeInput",
|
|
43772
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43773
|
-
}
|
|
43774
|
-
},
|
|
43775
|
-
{
|
|
43776
|
-
"kind": "method",
|
|
43777
|
-
"name": "syncFieldValue",
|
|
43778
|
-
"privacy": "private",
|
|
43779
|
-
"return": {
|
|
43780
|
-
"type": {
|
|
43781
|
-
"text": "void"
|
|
43782
|
-
}
|
|
43783
|
-
},
|
|
43784
|
-
"parameters": [
|
|
43785
|
-
{
|
|
43786
|
-
"name": "index",
|
|
43787
|
-
"type": {
|
|
43788
|
-
"text": "number"
|
|
43789
|
-
}
|
|
43790
|
-
}
|
|
43791
|
-
],
|
|
43792
|
-
"inheritedFrom": {
|
|
43793
|
-
"name": "VerificationCodeInput",
|
|
43794
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43795
|
-
}
|
|
43796
|
-
},
|
|
43797
|
-
{
|
|
43798
|
-
"kind": "method",
|
|
43799
|
-
"name": "focusDigit",
|
|
43800
|
-
"privacy": "private",
|
|
43801
|
-
"return": {
|
|
43802
|
-
"type": {
|
|
43803
|
-
"text": "void"
|
|
43804
|
-
}
|
|
43805
|
-
},
|
|
43806
|
-
"parameters": [
|
|
43807
|
-
{
|
|
43808
|
-
"name": "index",
|
|
43809
|
-
"type": {
|
|
43810
|
-
"text": "number"
|
|
43811
|
-
}
|
|
43812
|
-
}
|
|
43813
|
-
],
|
|
43814
|
-
"inheritedFrom": {
|
|
43815
|
-
"name": "VerificationCodeInput",
|
|
43816
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43817
|
-
}
|
|
43818
|
-
},
|
|
43819
|
-
{
|
|
43820
|
-
"kind": "field",
|
|
43821
|
-
"name": "rootNode",
|
|
43822
|
-
"type": {
|
|
43823
|
-
"text": "ParentNode"
|
|
43824
|
-
},
|
|
43825
|
-
"privacy": "private",
|
|
43826
|
-
"readonly": true,
|
|
43827
|
-
"inheritedFrom": {
|
|
43828
|
-
"name": "VerificationCodeInput",
|
|
43829
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43830
|
-
}
|
|
43831
|
-
},
|
|
43832
|
-
{
|
|
43833
|
-
"kind": "method",
|
|
43834
|
-
"name": "getControlElement",
|
|
43835
|
-
"privacy": "private",
|
|
43836
|
-
"return": {
|
|
43837
|
-
"type": {
|
|
43838
|
-
"text": "HTMLInputElement | null"
|
|
43839
|
-
}
|
|
43840
|
-
},
|
|
43841
|
-
"parameters": [
|
|
43842
|
-
{
|
|
43843
|
-
"name": "index",
|
|
43844
|
-
"type": {
|
|
43845
|
-
"text": "number"
|
|
43846
|
-
}
|
|
43847
|
-
}
|
|
43848
|
-
],
|
|
43849
|
-
"inheritedFrom": {
|
|
43850
|
-
"name": "VerificationCodeInput",
|
|
43851
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43852
|
-
}
|
|
43853
|
-
},
|
|
43854
|
-
{
|
|
43855
|
-
"kind": "method",
|
|
43856
|
-
"name": "isComplete",
|
|
43857
|
-
"privacy": "private",
|
|
43858
|
-
"return": {
|
|
43859
|
-
"type": {
|
|
43860
|
-
"text": "boolean"
|
|
43861
|
-
}
|
|
43862
|
-
},
|
|
43863
|
-
"inheritedFrom": {
|
|
43864
|
-
"name": "VerificationCodeInput",
|
|
43865
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43866
|
-
}
|
|
43867
|
-
},
|
|
43868
|
-
{
|
|
43869
|
-
"kind": "method",
|
|
43870
|
-
"name": "emitChange",
|
|
43871
|
-
"privacy": "private",
|
|
43872
|
-
"return": {
|
|
43873
|
-
"type": {
|
|
43874
|
-
"text": "void"
|
|
43875
|
-
}
|
|
43876
|
-
},
|
|
43877
|
-
"inheritedFrom": {
|
|
43878
|
-
"name": "VerificationCodeInput",
|
|
43879
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43880
|
-
}
|
|
43881
|
-
},
|
|
43882
|
-
{
|
|
43883
|
-
"kind": "field",
|
|
43884
|
-
"name": "proxy",
|
|
43885
|
-
"inheritedFrom": {
|
|
43886
|
-
"name": "VerificationCodeInput",
|
|
43887
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43888
|
-
}
|
|
43889
|
-
}
|
|
43890
|
-
],
|
|
43891
|
-
"events": [
|
|
43892
|
-
{
|
|
43893
|
-
"description": "Fired when any digit changes. Detail: `{ value: string }`.",
|
|
43894
|
-
"name": "change",
|
|
43895
|
-
"inheritedFrom": {
|
|
43896
|
-
"name": "VerificationCodeInput",
|
|
43897
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43898
|
-
}
|
|
43899
|
-
},
|
|
43900
|
-
{
|
|
43901
|
-
"description": "Fired when all digits are filled. Detail: `{ value: string }`.",
|
|
43902
|
-
"name": "complete",
|
|
43903
|
-
"inheritedFrom": {
|
|
43904
|
-
"name": "VerificationCodeInput",
|
|
43905
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43906
|
-
}
|
|
43907
|
-
}
|
|
43908
|
-
]
|
|
43909
|
-
},
|
|
43910
|
-
{
|
|
43911
|
-
"kind": "variable",
|
|
43912
|
-
"name": "defaultVerificationCodeInputConfig",
|
|
43913
|
-
"default": "foundationVerificationCodeInputConfig"
|
|
43914
|
-
},
|
|
43915
|
-
{
|
|
43916
|
-
"kind": "variable",
|
|
43917
|
-
"name": "rapidVerificationCodeInputShadowOptions",
|
|
43918
|
-
"default": "foundationVerificationCodeInputShadowOptions"
|
|
43919
|
-
},
|
|
43920
|
-
{
|
|
43921
|
-
"kind": "variable",
|
|
43922
|
-
"name": "rapidVerificationCodeInput"
|
|
43923
|
-
}
|
|
43924
|
-
],
|
|
43925
|
-
"exports": [
|
|
43926
|
-
{
|
|
43927
|
-
"kind": "js",
|
|
43928
|
-
"name": "VerificationCodeInput",
|
|
43929
|
-
"declaration": {
|
|
43930
|
-
"name": "VerificationCodeInput",
|
|
43931
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43932
|
-
}
|
|
43933
|
-
},
|
|
43934
|
-
{
|
|
43935
|
-
"kind": "js",
|
|
43936
|
-
"name": "defaultVerificationCodeInputConfig",
|
|
43937
|
-
"declaration": {
|
|
43938
|
-
"name": "defaultVerificationCodeInputConfig",
|
|
43939
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43940
|
-
}
|
|
43941
|
-
},
|
|
43942
|
-
{
|
|
43943
|
-
"kind": "js",
|
|
43944
|
-
"name": "rapidVerificationCodeInputShadowOptions",
|
|
43945
|
-
"declaration": {
|
|
43946
|
-
"name": "rapidVerificationCodeInputShadowOptions",
|
|
43947
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43948
|
-
}
|
|
43949
|
-
},
|
|
43950
|
-
{
|
|
43951
|
-
"kind": "js",
|
|
43952
|
-
"name": "rapidVerificationCodeInput",
|
|
43953
|
-
"declaration": {
|
|
43954
|
-
"name": "rapidVerificationCodeInput",
|
|
43955
|
-
"module": "src/verification-code-input/verification-code-input.ts"
|
|
43956
|
-
}
|
|
43957
|
-
}
|
|
43958
|
-
]
|
|
43959
|
-
},
|
|
43960
42995
|
{
|
|
43961
42996
|
"kind": "javascript-module",
|
|
43962
42997
|
"path": "src/_config/styles/colors.ts",
|