@genesislcap/foundation-zero 14.500.1-alpha-beb5193.0 → 15.0.0-FUI-2567.2
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 +966 -1
- 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 +11 -0
- 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 +19 -0
- package/dist/react.mjs +18 -0
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n 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 zeroPill,\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 zeroPill,\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": [
|
|
@@ -723,6 +723,14 @@
|
|
|
723
723
|
"name": "*",
|
|
724
724
|
"package": "./url-input"
|
|
725
725
|
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"kind": "js",
|
|
729
|
+
"name": "*",
|
|
730
|
+
"declaration": {
|
|
731
|
+
"name": "*",
|
|
732
|
+
"package": "./verification-code-input"
|
|
733
|
+
}
|
|
726
734
|
}
|
|
727
735
|
]
|
|
728
736
|
},
|
|
@@ -46603,6 +46611,963 @@
|
|
|
46603
46611
|
}
|
|
46604
46612
|
]
|
|
46605
46613
|
},
|
|
46614
|
+
{
|
|
46615
|
+
"kind": "javascript-module",
|
|
46616
|
+
"path": "src/verification-code-input/index.ts",
|
|
46617
|
+
"declarations": [],
|
|
46618
|
+
"exports": [
|
|
46619
|
+
{
|
|
46620
|
+
"kind": "js",
|
|
46621
|
+
"name": "*",
|
|
46622
|
+
"declaration": {
|
|
46623
|
+
"name": "*",
|
|
46624
|
+
"package": "./verification-code-input"
|
|
46625
|
+
}
|
|
46626
|
+
},
|
|
46627
|
+
{
|
|
46628
|
+
"kind": "js",
|
|
46629
|
+
"name": "*",
|
|
46630
|
+
"declaration": {
|
|
46631
|
+
"name": "*",
|
|
46632
|
+
"package": "./verification-code-input.styles"
|
|
46633
|
+
}
|
|
46634
|
+
},
|
|
46635
|
+
{
|
|
46636
|
+
"kind": "js",
|
|
46637
|
+
"name": "*",
|
|
46638
|
+
"declaration": {
|
|
46639
|
+
"name": "*",
|
|
46640
|
+
"package": "./verification-code-input.template"
|
|
46641
|
+
}
|
|
46642
|
+
}
|
|
46643
|
+
]
|
|
46644
|
+
},
|
|
46645
|
+
{
|
|
46646
|
+
"kind": "javascript-module",
|
|
46647
|
+
"path": "src/verification-code-input/verification-code-input.styles.ts",
|
|
46648
|
+
"declarations": [
|
|
46649
|
+
{
|
|
46650
|
+
"kind": "variable",
|
|
46651
|
+
"name": "verificationCodeInputStyles",
|
|
46652
|
+
"type": {
|
|
46653
|
+
"text": "ElementStyles"
|
|
46654
|
+
},
|
|
46655
|
+
"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`"
|
|
46656
|
+
}
|
|
46657
|
+
],
|
|
46658
|
+
"exports": [
|
|
46659
|
+
{
|
|
46660
|
+
"kind": "js",
|
|
46661
|
+
"name": "verificationCodeInputStyles",
|
|
46662
|
+
"declaration": {
|
|
46663
|
+
"name": "verificationCodeInputStyles",
|
|
46664
|
+
"module": "src/verification-code-input/verification-code-input.styles.ts"
|
|
46665
|
+
}
|
|
46666
|
+
}
|
|
46667
|
+
]
|
|
46668
|
+
},
|
|
46669
|
+
{
|
|
46670
|
+
"kind": "javascript-module",
|
|
46671
|
+
"path": "src/verification-code-input/verification-code-input.template.ts",
|
|
46672
|
+
"declarations": [
|
|
46673
|
+
{
|
|
46674
|
+
"kind": "variable",
|
|
46675
|
+
"name": "verificationCodeInputTemplate",
|
|
46676
|
+
"default": "foundationVerificationCodeInputTemplate"
|
|
46677
|
+
}
|
|
46678
|
+
],
|
|
46679
|
+
"exports": [
|
|
46680
|
+
{
|
|
46681
|
+
"kind": "js",
|
|
46682
|
+
"name": "verificationCodeInputTemplate",
|
|
46683
|
+
"declaration": {
|
|
46684
|
+
"name": "verificationCodeInputTemplate",
|
|
46685
|
+
"module": "src/verification-code-input/verification-code-input.template.ts"
|
|
46686
|
+
}
|
|
46687
|
+
}
|
|
46688
|
+
]
|
|
46689
|
+
},
|
|
46690
|
+
{
|
|
46691
|
+
"kind": "javascript-module",
|
|
46692
|
+
"path": "src/verification-code-input/verification-code-input.ts",
|
|
46693
|
+
"declarations": [
|
|
46694
|
+
{
|
|
46695
|
+
"kind": "class",
|
|
46696
|
+
"description": "",
|
|
46697
|
+
"name": "VerificationCodeInput",
|
|
46698
|
+
"superclass": {
|
|
46699
|
+
"name": "FoundationVerificationCodeInput",
|
|
46700
|
+
"package": "@genesislcap/foundation-ui"
|
|
46701
|
+
},
|
|
46702
|
+
"tagName": "%%prefix%%-verification-code-input",
|
|
46703
|
+
"customElement": true,
|
|
46704
|
+
"attributes": [
|
|
46705
|
+
{
|
|
46706
|
+
"name": "id",
|
|
46707
|
+
"type": {
|
|
46708
|
+
"text": "string"
|
|
46709
|
+
},
|
|
46710
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
46711
|
+
"fieldName": "id",
|
|
46712
|
+
"inheritedFrom": {
|
|
46713
|
+
"name": "VerificationCodeInput",
|
|
46714
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46715
|
+
}
|
|
46716
|
+
},
|
|
46717
|
+
{
|
|
46718
|
+
"name": "appearance",
|
|
46719
|
+
"type": {
|
|
46720
|
+
"text": "string"
|
|
46721
|
+
},
|
|
46722
|
+
"default": "'outline'",
|
|
46723
|
+
"description": "Visual treatment applied to each digit field.",
|
|
46724
|
+
"fieldName": "appearance",
|
|
46725
|
+
"inheritedFrom": {
|
|
46726
|
+
"name": "VerificationCodeInput",
|
|
46727
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46728
|
+
}
|
|
46729
|
+
},
|
|
46730
|
+
{
|
|
46731
|
+
"name": "digits",
|
|
46732
|
+
"type": {
|
|
46733
|
+
"text": "number"
|
|
46734
|
+
},
|
|
46735
|
+
"default": "DEFAULT_DIGITS",
|
|
46736
|
+
"description": "Number of single-character digit fields to render.",
|
|
46737
|
+
"resolveInitializer": {
|
|
46738
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46739
|
+
},
|
|
46740
|
+
"fieldName": "digits",
|
|
46741
|
+
"inheritedFrom": {
|
|
46742
|
+
"name": "VerificationCodeInput",
|
|
46743
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46744
|
+
}
|
|
46745
|
+
},
|
|
46746
|
+
{
|
|
46747
|
+
"name": "readonly",
|
|
46748
|
+
"type": {
|
|
46749
|
+
"text": "boolean"
|
|
46750
|
+
},
|
|
46751
|
+
"default": "false",
|
|
46752
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46753
|
+
"fieldName": "readOnly",
|
|
46754
|
+
"inheritedFrom": {
|
|
46755
|
+
"name": "VerificationCodeInput",
|
|
46756
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46757
|
+
}
|
|
46758
|
+
},
|
|
46759
|
+
{
|
|
46760
|
+
"type": {
|
|
46761
|
+
"text": "boolean"
|
|
46762
|
+
},
|
|
46763
|
+
"default": "false",
|
|
46764
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46765
|
+
"fieldName": "disabled",
|
|
46766
|
+
"inheritedFrom": {
|
|
46767
|
+
"name": "VerificationCodeInput",
|
|
46768
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46769
|
+
}
|
|
46770
|
+
}
|
|
46771
|
+
],
|
|
46772
|
+
"members": [
|
|
46773
|
+
{
|
|
46774
|
+
"kind": "field",
|
|
46775
|
+
"name": "values",
|
|
46776
|
+
"type": {
|
|
46777
|
+
"text": "string[]"
|
|
46778
|
+
},
|
|
46779
|
+
"default": "[]",
|
|
46780
|
+
"description": "Per-digit values indexed from `0` to `digits - 1`.",
|
|
46781
|
+
"inheritedFrom": {
|
|
46782
|
+
"name": "VerificationCodeInput",
|
|
46783
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46784
|
+
}
|
|
46785
|
+
},
|
|
46786
|
+
{
|
|
46787
|
+
"kind": "field",
|
|
46788
|
+
"name": "defaultSlottedNodes",
|
|
46789
|
+
"description": "Slotted label content; when empty the label is visually hidden.",
|
|
46790
|
+
"inheritedFrom": {
|
|
46791
|
+
"name": "VerificationCodeInput",
|
|
46792
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46793
|
+
}
|
|
46794
|
+
},
|
|
46795
|
+
{
|
|
46796
|
+
"kind": "field",
|
|
46797
|
+
"name": "controlListeners",
|
|
46798
|
+
"type": {
|
|
46799
|
+
"text": "Map<HTMLInputElement, ControlListeners>"
|
|
46800
|
+
},
|
|
46801
|
+
"privacy": "private",
|
|
46802
|
+
"readonly": true,
|
|
46803
|
+
"default": "new Map()",
|
|
46804
|
+
"inheritedFrom": {
|
|
46805
|
+
"name": "VerificationCodeInput",
|
|
46806
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46807
|
+
}
|
|
46808
|
+
},
|
|
46809
|
+
{
|
|
46810
|
+
"kind": "field",
|
|
46811
|
+
"name": "syncingFromDigits",
|
|
46812
|
+
"type": {
|
|
46813
|
+
"text": "boolean"
|
|
46814
|
+
},
|
|
46815
|
+
"privacy": "private",
|
|
46816
|
+
"default": "false",
|
|
46817
|
+
"description": "Skip digit re-sync when `value` is updated from digit entry (`commitValues`).",
|
|
46818
|
+
"inheritedFrom": {
|
|
46819
|
+
"name": "VerificationCodeInput",
|
|
46820
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46821
|
+
}
|
|
46822
|
+
},
|
|
46823
|
+
{
|
|
46824
|
+
"kind": "field",
|
|
46825
|
+
"name": "id",
|
|
46826
|
+
"type": {
|
|
46827
|
+
"text": "string"
|
|
46828
|
+
},
|
|
46829
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
46830
|
+
"inheritedFrom": {
|
|
46831
|
+
"name": "VerificationCodeInput",
|
|
46832
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46833
|
+
}
|
|
46834
|
+
},
|
|
46835
|
+
{
|
|
46836
|
+
"kind": "field",
|
|
46837
|
+
"name": "appearance",
|
|
46838
|
+
"type": {
|
|
46839
|
+
"text": "string"
|
|
46840
|
+
},
|
|
46841
|
+
"default": "'outline'",
|
|
46842
|
+
"description": "Visual treatment applied to each digit field.",
|
|
46843
|
+
"privacy": "public",
|
|
46844
|
+
"inheritedFrom": {
|
|
46845
|
+
"name": "VerificationCodeInput",
|
|
46846
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46847
|
+
}
|
|
46848
|
+
},
|
|
46849
|
+
{
|
|
46850
|
+
"kind": "field",
|
|
46851
|
+
"name": "digits",
|
|
46852
|
+
"type": {
|
|
46853
|
+
"text": "number"
|
|
46854
|
+
},
|
|
46855
|
+
"default": "6",
|
|
46856
|
+
"description": "Number of single-character digit fields to render.",
|
|
46857
|
+
"privacy": "public",
|
|
46858
|
+
"inheritedFrom": {
|
|
46859
|
+
"name": "VerificationCodeInput",
|
|
46860
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46861
|
+
}
|
|
46862
|
+
},
|
|
46863
|
+
{
|
|
46864
|
+
"kind": "field",
|
|
46865
|
+
"name": "readOnly",
|
|
46866
|
+
"type": {
|
|
46867
|
+
"text": "boolean"
|
|
46868
|
+
},
|
|
46869
|
+
"default": "false",
|
|
46870
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46871
|
+
"privacy": "public",
|
|
46872
|
+
"inheritedFrom": {
|
|
46873
|
+
"name": "VerificationCodeInput",
|
|
46874
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46875
|
+
}
|
|
46876
|
+
},
|
|
46877
|
+
{
|
|
46878
|
+
"kind": "field",
|
|
46879
|
+
"name": "disabled",
|
|
46880
|
+
"type": {
|
|
46881
|
+
"text": "boolean"
|
|
46882
|
+
},
|
|
46883
|
+
"default": "false",
|
|
46884
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46885
|
+
"privacy": "public",
|
|
46886
|
+
"inheritedFrom": {
|
|
46887
|
+
"name": "VerificationCodeInput",
|
|
46888
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46889
|
+
}
|
|
46890
|
+
},
|
|
46891
|
+
{
|
|
46892
|
+
"kind": "field",
|
|
46893
|
+
"name": "autofocus",
|
|
46894
|
+
"type": {
|
|
46895
|
+
"text": "boolean"
|
|
46896
|
+
},
|
|
46897
|
+
"default": "false",
|
|
46898
|
+
"description": "When true, focuses the first digit on connect (and after SPA route commit when hosted that way).",
|
|
46899
|
+
"privacy": "public",
|
|
46900
|
+
"inheritedFrom": {
|
|
46901
|
+
"name": "VerificationCodeInput",
|
|
46902
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46903
|
+
}
|
|
46904
|
+
},
|
|
46905
|
+
{
|
|
46906
|
+
"kind": "field",
|
|
46907
|
+
"name": "error",
|
|
46908
|
+
"type": {
|
|
46909
|
+
"text": "boolean"
|
|
46910
|
+
},
|
|
46911
|
+
"default": "false",
|
|
46912
|
+
"description": "When true, applies the error visual state to each digit field.",
|
|
46913
|
+
"privacy": "public",
|
|
46914
|
+
"inheritedFrom": {
|
|
46915
|
+
"name": "VerificationCodeInput",
|
|
46916
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46917
|
+
}
|
|
46918
|
+
},
|
|
46919
|
+
{
|
|
46920
|
+
"kind": "field",
|
|
46921
|
+
"name": "digitsIndexes",
|
|
46922
|
+
"type": {
|
|
46923
|
+
"text": "number[]"
|
|
46924
|
+
},
|
|
46925
|
+
"privacy": "public",
|
|
46926
|
+
"readonly": true,
|
|
46927
|
+
"inheritedFrom": {
|
|
46928
|
+
"name": "VerificationCodeInput",
|
|
46929
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46930
|
+
}
|
|
46931
|
+
},
|
|
46932
|
+
{
|
|
46933
|
+
"kind": "field",
|
|
46934
|
+
"name": "controlIdPrefix",
|
|
46935
|
+
"type": {
|
|
46936
|
+
"text": "string"
|
|
46937
|
+
},
|
|
46938
|
+
"privacy": "public",
|
|
46939
|
+
"readonly": true,
|
|
46940
|
+
"inheritedFrom": {
|
|
46941
|
+
"name": "VerificationCodeInput",
|
|
46942
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46943
|
+
}
|
|
46944
|
+
},
|
|
46945
|
+
{
|
|
46946
|
+
"kind": "field",
|
|
46947
|
+
"name": "labelId",
|
|
46948
|
+
"type": {
|
|
46949
|
+
"text": "string"
|
|
46950
|
+
},
|
|
46951
|
+
"privacy": "public",
|
|
46952
|
+
"readonly": true,
|
|
46953
|
+
"inheritedFrom": {
|
|
46954
|
+
"name": "VerificationCodeInput",
|
|
46955
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46956
|
+
}
|
|
46957
|
+
},
|
|
46958
|
+
{
|
|
46959
|
+
"kind": "field",
|
|
46960
|
+
"name": "hasLabel",
|
|
46961
|
+
"type": {
|
|
46962
|
+
"text": "boolean"
|
|
46963
|
+
},
|
|
46964
|
+
"privacy": "public",
|
|
46965
|
+
"readonly": true,
|
|
46966
|
+
"inheritedFrom": {
|
|
46967
|
+
"name": "VerificationCodeInput",
|
|
46968
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46969
|
+
}
|
|
46970
|
+
},
|
|
46971
|
+
{
|
|
46972
|
+
"kind": "method",
|
|
46973
|
+
"name": "getControlId",
|
|
46974
|
+
"privacy": "public",
|
|
46975
|
+
"return": {
|
|
46976
|
+
"type": {
|
|
46977
|
+
"text": "string"
|
|
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": "clear",
|
|
46996
|
+
"privacy": "public",
|
|
46997
|
+
"return": {
|
|
46998
|
+
"type": {
|
|
46999
|
+
"text": "void"
|
|
47000
|
+
}
|
|
47001
|
+
},
|
|
47002
|
+
"description": "Clears digits, emits `change`, and focuses the first field when connected.",
|
|
47003
|
+
"inheritedFrom": {
|
|
47004
|
+
"name": "VerificationCodeInput",
|
|
47005
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47006
|
+
}
|
|
47007
|
+
},
|
|
47008
|
+
{
|
|
47009
|
+
"kind": "method",
|
|
47010
|
+
"name": "focus",
|
|
47011
|
+
"privacy": "public",
|
|
47012
|
+
"return": {
|
|
47013
|
+
"type": {
|
|
47014
|
+
"text": "void"
|
|
47015
|
+
}
|
|
47016
|
+
},
|
|
47017
|
+
"inheritedFrom": {
|
|
47018
|
+
"name": "VerificationCodeInput",
|
|
47019
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47020
|
+
}
|
|
47021
|
+
},
|
|
47022
|
+
{
|
|
47023
|
+
"kind": "method",
|
|
47024
|
+
"name": "digitsChanged",
|
|
47025
|
+
"return": {
|
|
47026
|
+
"type": {
|
|
47027
|
+
"text": "void"
|
|
47028
|
+
}
|
|
47029
|
+
},
|
|
47030
|
+
"inheritedFrom": {
|
|
47031
|
+
"name": "VerificationCodeInput",
|
|
47032
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47033
|
+
}
|
|
47034
|
+
},
|
|
47035
|
+
{
|
|
47036
|
+
"kind": "field",
|
|
47037
|
+
"name": "digitClassnames",
|
|
47038
|
+
"type": {
|
|
47039
|
+
"text": "string"
|
|
47040
|
+
},
|
|
47041
|
+
"privacy": "public",
|
|
47042
|
+
"readonly": true,
|
|
47043
|
+
"inheritedFrom": {
|
|
47044
|
+
"name": "VerificationCodeInput",
|
|
47045
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47046
|
+
}
|
|
47047
|
+
},
|
|
47048
|
+
{
|
|
47049
|
+
"kind": "method",
|
|
47050
|
+
"name": "sanitizeCode",
|
|
47051
|
+
"privacy": "private",
|
|
47052
|
+
"return": {
|
|
47053
|
+
"type": {
|
|
47054
|
+
"text": "string"
|
|
47055
|
+
}
|
|
47056
|
+
},
|
|
47057
|
+
"parameters": [
|
|
47058
|
+
{
|
|
47059
|
+
"name": "raw",
|
|
47060
|
+
"type": {
|
|
47061
|
+
"text": "unknown"
|
|
47062
|
+
}
|
|
47063
|
+
}
|
|
47064
|
+
],
|
|
47065
|
+
"inheritedFrom": {
|
|
47066
|
+
"name": "VerificationCodeInput",
|
|
47067
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47068
|
+
}
|
|
47069
|
+
},
|
|
47070
|
+
{
|
|
47071
|
+
"kind": "method",
|
|
47072
|
+
"name": "bindControlListeners",
|
|
47073
|
+
"privacy": "private",
|
|
47074
|
+
"return": {
|
|
47075
|
+
"type": {
|
|
47076
|
+
"text": "void"
|
|
47077
|
+
}
|
|
47078
|
+
},
|
|
47079
|
+
"inheritedFrom": {
|
|
47080
|
+
"name": "VerificationCodeInput",
|
|
47081
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47082
|
+
}
|
|
47083
|
+
},
|
|
47084
|
+
{
|
|
47085
|
+
"kind": "method",
|
|
47086
|
+
"name": "unbindControlListeners",
|
|
47087
|
+
"privacy": "private",
|
|
47088
|
+
"return": {
|
|
47089
|
+
"type": {
|
|
47090
|
+
"text": "void"
|
|
47091
|
+
}
|
|
47092
|
+
},
|
|
47093
|
+
"inheritedFrom": {
|
|
47094
|
+
"name": "VerificationCodeInput",
|
|
47095
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47096
|
+
}
|
|
47097
|
+
},
|
|
47098
|
+
{
|
|
47099
|
+
"kind": "method",
|
|
47100
|
+
"name": "onKeyDown",
|
|
47101
|
+
"privacy": "private",
|
|
47102
|
+
"return": {
|
|
47103
|
+
"type": {
|
|
47104
|
+
"text": "void"
|
|
47105
|
+
}
|
|
47106
|
+
},
|
|
47107
|
+
"parameters": [
|
|
47108
|
+
{
|
|
47109
|
+
"name": "event",
|
|
47110
|
+
"type": {
|
|
47111
|
+
"text": "KeyboardEvent"
|
|
47112
|
+
}
|
|
47113
|
+
},
|
|
47114
|
+
{
|
|
47115
|
+
"name": "index",
|
|
47116
|
+
"type": {
|
|
47117
|
+
"text": "number"
|
|
47118
|
+
}
|
|
47119
|
+
}
|
|
47120
|
+
],
|
|
47121
|
+
"inheritedFrom": {
|
|
47122
|
+
"name": "VerificationCodeInput",
|
|
47123
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47124
|
+
}
|
|
47125
|
+
},
|
|
47126
|
+
{
|
|
47127
|
+
"kind": "method",
|
|
47128
|
+
"name": "isBlockedCharacter",
|
|
47129
|
+
"privacy": "private",
|
|
47130
|
+
"return": {
|
|
47131
|
+
"type": {
|
|
47132
|
+
"text": "boolean"
|
|
47133
|
+
}
|
|
47134
|
+
},
|
|
47135
|
+
"parameters": [
|
|
47136
|
+
{
|
|
47137
|
+
"name": "event",
|
|
47138
|
+
"type": {
|
|
47139
|
+
"text": "KeyboardEvent"
|
|
47140
|
+
}
|
|
47141
|
+
}
|
|
47142
|
+
],
|
|
47143
|
+
"inheritedFrom": {
|
|
47144
|
+
"name": "VerificationCodeInput",
|
|
47145
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47146
|
+
}
|
|
47147
|
+
},
|
|
47148
|
+
{
|
|
47149
|
+
"kind": "method",
|
|
47150
|
+
"name": "onInput",
|
|
47151
|
+
"privacy": "private",
|
|
47152
|
+
"return": {
|
|
47153
|
+
"type": {
|
|
47154
|
+
"text": "void"
|
|
47155
|
+
}
|
|
47156
|
+
},
|
|
47157
|
+
"parameters": [
|
|
47158
|
+
{
|
|
47159
|
+
"name": "event",
|
|
47160
|
+
"type": {
|
|
47161
|
+
"text": "InputEvent"
|
|
47162
|
+
}
|
|
47163
|
+
},
|
|
47164
|
+
{
|
|
47165
|
+
"name": "index",
|
|
47166
|
+
"type": {
|
|
47167
|
+
"text": "number"
|
|
47168
|
+
}
|
|
47169
|
+
}
|
|
47170
|
+
],
|
|
47171
|
+
"inheritedFrom": {
|
|
47172
|
+
"name": "VerificationCodeInput",
|
|
47173
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47174
|
+
}
|
|
47175
|
+
},
|
|
47176
|
+
{
|
|
47177
|
+
"kind": "method",
|
|
47178
|
+
"name": "onPaste",
|
|
47179
|
+
"privacy": "private",
|
|
47180
|
+
"return": {
|
|
47181
|
+
"type": {
|
|
47182
|
+
"text": "void"
|
|
47183
|
+
}
|
|
47184
|
+
},
|
|
47185
|
+
"parameters": [
|
|
47186
|
+
{
|
|
47187
|
+
"name": "event",
|
|
47188
|
+
"type": {
|
|
47189
|
+
"text": "ClipboardEvent"
|
|
47190
|
+
}
|
|
47191
|
+
},
|
|
47192
|
+
{
|
|
47193
|
+
"name": "index",
|
|
47194
|
+
"type": {
|
|
47195
|
+
"text": "number"
|
|
47196
|
+
}
|
|
47197
|
+
}
|
|
47198
|
+
],
|
|
47199
|
+
"inheritedFrom": {
|
|
47200
|
+
"name": "VerificationCodeInput",
|
|
47201
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47202
|
+
}
|
|
47203
|
+
},
|
|
47204
|
+
{
|
|
47205
|
+
"kind": "method",
|
|
47206
|
+
"name": "handleBackspace",
|
|
47207
|
+
"privacy": "private",
|
|
47208
|
+
"return": {
|
|
47209
|
+
"type": {
|
|
47210
|
+
"text": "void"
|
|
47211
|
+
}
|
|
47212
|
+
},
|
|
47213
|
+
"parameters": [
|
|
47214
|
+
{
|
|
47215
|
+
"name": "index",
|
|
47216
|
+
"type": {
|
|
47217
|
+
"text": "number"
|
|
47218
|
+
}
|
|
47219
|
+
}
|
|
47220
|
+
],
|
|
47221
|
+
"inheritedFrom": {
|
|
47222
|
+
"name": "VerificationCodeInput",
|
|
47223
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47224
|
+
}
|
|
47225
|
+
},
|
|
47226
|
+
{
|
|
47227
|
+
"kind": "method",
|
|
47228
|
+
"name": "handleDelete",
|
|
47229
|
+
"privacy": "private",
|
|
47230
|
+
"return": {
|
|
47231
|
+
"type": {
|
|
47232
|
+
"text": "void"
|
|
47233
|
+
}
|
|
47234
|
+
},
|
|
47235
|
+
"parameters": [
|
|
47236
|
+
{
|
|
47237
|
+
"name": "index",
|
|
47238
|
+
"type": {
|
|
47239
|
+
"text": "number"
|
|
47240
|
+
}
|
|
47241
|
+
}
|
|
47242
|
+
],
|
|
47243
|
+
"inheritedFrom": {
|
|
47244
|
+
"name": "VerificationCodeInput",
|
|
47245
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47246
|
+
}
|
|
47247
|
+
},
|
|
47248
|
+
{
|
|
47249
|
+
"kind": "method",
|
|
47250
|
+
"name": "getIndexFromInput",
|
|
47251
|
+
"privacy": "private",
|
|
47252
|
+
"return": {
|
|
47253
|
+
"type": {
|
|
47254
|
+
"text": "number | null"
|
|
47255
|
+
}
|
|
47256
|
+
},
|
|
47257
|
+
"parameters": [
|
|
47258
|
+
{
|
|
47259
|
+
"name": "input",
|
|
47260
|
+
"type": {
|
|
47261
|
+
"text": "HTMLInputElement"
|
|
47262
|
+
}
|
|
47263
|
+
}
|
|
47264
|
+
],
|
|
47265
|
+
"inheritedFrom": {
|
|
47266
|
+
"name": "VerificationCodeInput",
|
|
47267
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47268
|
+
}
|
|
47269
|
+
},
|
|
47270
|
+
{
|
|
47271
|
+
"kind": "method",
|
|
47272
|
+
"name": "syncDigitsFromValue",
|
|
47273
|
+
"privacy": "private",
|
|
47274
|
+
"return": {
|
|
47275
|
+
"type": {
|
|
47276
|
+
"text": "void"
|
|
47277
|
+
}
|
|
47278
|
+
},
|
|
47279
|
+
"parameters": [
|
|
47280
|
+
{
|
|
47281
|
+
"name": "cleaned",
|
|
47282
|
+
"type": {
|
|
47283
|
+
"text": "string"
|
|
47284
|
+
}
|
|
47285
|
+
}
|
|
47286
|
+
],
|
|
47287
|
+
"description": "Maps a sanitized code string into per-digit `values` and syncs the DOM when connected.",
|
|
47288
|
+
"inheritedFrom": {
|
|
47289
|
+
"name": "VerificationCodeInput",
|
|
47290
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47291
|
+
}
|
|
47292
|
+
},
|
|
47293
|
+
{
|
|
47294
|
+
"kind": "method",
|
|
47295
|
+
"name": "updateDigit",
|
|
47296
|
+
"privacy": "private",
|
|
47297
|
+
"return": {
|
|
47298
|
+
"type": {
|
|
47299
|
+
"text": "void"
|
|
47300
|
+
}
|
|
47301
|
+
},
|
|
47302
|
+
"parameters": [
|
|
47303
|
+
{
|
|
47304
|
+
"name": "index",
|
|
47305
|
+
"type": {
|
|
47306
|
+
"text": "number"
|
|
47307
|
+
}
|
|
47308
|
+
},
|
|
47309
|
+
{
|
|
47310
|
+
"name": "digit",
|
|
47311
|
+
"type": {
|
|
47312
|
+
"text": "string"
|
|
47313
|
+
}
|
|
47314
|
+
}
|
|
47315
|
+
],
|
|
47316
|
+
"inheritedFrom": {
|
|
47317
|
+
"name": "VerificationCodeInput",
|
|
47318
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47319
|
+
}
|
|
47320
|
+
},
|
|
47321
|
+
{
|
|
47322
|
+
"kind": "method",
|
|
47323
|
+
"name": "applyDigits",
|
|
47324
|
+
"privacy": "private",
|
|
47325
|
+
"return": {
|
|
47326
|
+
"type": {
|
|
47327
|
+
"text": "void"
|
|
47328
|
+
}
|
|
47329
|
+
},
|
|
47330
|
+
"parameters": [
|
|
47331
|
+
{
|
|
47332
|
+
"name": "raw",
|
|
47333
|
+
"type": {
|
|
47334
|
+
"text": "string"
|
|
47335
|
+
}
|
|
47336
|
+
},
|
|
47337
|
+
{
|
|
47338
|
+
"name": "startIndex",
|
|
47339
|
+
"type": {
|
|
47340
|
+
"text": "number"
|
|
47341
|
+
}
|
|
47342
|
+
}
|
|
47343
|
+
],
|
|
47344
|
+
"inheritedFrom": {
|
|
47345
|
+
"name": "VerificationCodeInput",
|
|
47346
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47347
|
+
}
|
|
47348
|
+
},
|
|
47349
|
+
{
|
|
47350
|
+
"kind": "method",
|
|
47351
|
+
"name": "commitValues",
|
|
47352
|
+
"privacy": "private",
|
|
47353
|
+
"return": {
|
|
47354
|
+
"type": {
|
|
47355
|
+
"text": "void"
|
|
47356
|
+
}
|
|
47357
|
+
},
|
|
47358
|
+
"parameters": [
|
|
47359
|
+
{
|
|
47360
|
+
"name": "nextValues",
|
|
47361
|
+
"type": {
|
|
47362
|
+
"text": "string[]"
|
|
47363
|
+
}
|
|
47364
|
+
}
|
|
47365
|
+
],
|
|
47366
|
+
"description": "Pushes digit state into the form-associated `value` and emits change / complete.",
|
|
47367
|
+
"inheritedFrom": {
|
|
47368
|
+
"name": "VerificationCodeInput",
|
|
47369
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47370
|
+
}
|
|
47371
|
+
},
|
|
47372
|
+
{
|
|
47373
|
+
"kind": "method",
|
|
47374
|
+
"name": "syncFieldValues",
|
|
47375
|
+
"privacy": "private",
|
|
47376
|
+
"return": {
|
|
47377
|
+
"type": {
|
|
47378
|
+
"text": "void"
|
|
47379
|
+
}
|
|
47380
|
+
},
|
|
47381
|
+
"inheritedFrom": {
|
|
47382
|
+
"name": "VerificationCodeInput",
|
|
47383
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47384
|
+
}
|
|
47385
|
+
},
|
|
47386
|
+
{
|
|
47387
|
+
"kind": "method",
|
|
47388
|
+
"name": "syncFieldValue",
|
|
47389
|
+
"privacy": "private",
|
|
47390
|
+
"return": {
|
|
47391
|
+
"type": {
|
|
47392
|
+
"text": "void"
|
|
47393
|
+
}
|
|
47394
|
+
},
|
|
47395
|
+
"parameters": [
|
|
47396
|
+
{
|
|
47397
|
+
"name": "index",
|
|
47398
|
+
"type": {
|
|
47399
|
+
"text": "number"
|
|
47400
|
+
}
|
|
47401
|
+
}
|
|
47402
|
+
],
|
|
47403
|
+
"inheritedFrom": {
|
|
47404
|
+
"name": "VerificationCodeInput",
|
|
47405
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47406
|
+
}
|
|
47407
|
+
},
|
|
47408
|
+
{
|
|
47409
|
+
"kind": "method",
|
|
47410
|
+
"name": "focusDigit",
|
|
47411
|
+
"privacy": "private",
|
|
47412
|
+
"return": {
|
|
47413
|
+
"type": {
|
|
47414
|
+
"text": "void"
|
|
47415
|
+
}
|
|
47416
|
+
},
|
|
47417
|
+
"parameters": [
|
|
47418
|
+
{
|
|
47419
|
+
"name": "index",
|
|
47420
|
+
"type": {
|
|
47421
|
+
"text": "number"
|
|
47422
|
+
}
|
|
47423
|
+
}
|
|
47424
|
+
],
|
|
47425
|
+
"inheritedFrom": {
|
|
47426
|
+
"name": "VerificationCodeInput",
|
|
47427
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47428
|
+
}
|
|
47429
|
+
},
|
|
47430
|
+
{
|
|
47431
|
+
"kind": "field",
|
|
47432
|
+
"name": "rootNode",
|
|
47433
|
+
"type": {
|
|
47434
|
+
"text": "ParentNode"
|
|
47435
|
+
},
|
|
47436
|
+
"privacy": "private",
|
|
47437
|
+
"readonly": true,
|
|
47438
|
+
"inheritedFrom": {
|
|
47439
|
+
"name": "VerificationCodeInput",
|
|
47440
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47441
|
+
}
|
|
47442
|
+
},
|
|
47443
|
+
{
|
|
47444
|
+
"kind": "method",
|
|
47445
|
+
"name": "getControlElement",
|
|
47446
|
+
"privacy": "private",
|
|
47447
|
+
"return": {
|
|
47448
|
+
"type": {
|
|
47449
|
+
"text": "HTMLInputElement | null"
|
|
47450
|
+
}
|
|
47451
|
+
},
|
|
47452
|
+
"parameters": [
|
|
47453
|
+
{
|
|
47454
|
+
"name": "index",
|
|
47455
|
+
"type": {
|
|
47456
|
+
"text": "number"
|
|
47457
|
+
}
|
|
47458
|
+
}
|
|
47459
|
+
],
|
|
47460
|
+
"inheritedFrom": {
|
|
47461
|
+
"name": "VerificationCodeInput",
|
|
47462
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47463
|
+
}
|
|
47464
|
+
},
|
|
47465
|
+
{
|
|
47466
|
+
"kind": "method",
|
|
47467
|
+
"name": "isComplete",
|
|
47468
|
+
"privacy": "private",
|
|
47469
|
+
"return": {
|
|
47470
|
+
"type": {
|
|
47471
|
+
"text": "boolean"
|
|
47472
|
+
}
|
|
47473
|
+
},
|
|
47474
|
+
"inheritedFrom": {
|
|
47475
|
+
"name": "VerificationCodeInput",
|
|
47476
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47477
|
+
}
|
|
47478
|
+
},
|
|
47479
|
+
{
|
|
47480
|
+
"kind": "method",
|
|
47481
|
+
"name": "emitChange",
|
|
47482
|
+
"privacy": "private",
|
|
47483
|
+
"return": {
|
|
47484
|
+
"type": {
|
|
47485
|
+
"text": "void"
|
|
47486
|
+
}
|
|
47487
|
+
},
|
|
47488
|
+
"inheritedFrom": {
|
|
47489
|
+
"name": "VerificationCodeInput",
|
|
47490
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47491
|
+
}
|
|
47492
|
+
},
|
|
47493
|
+
{
|
|
47494
|
+
"kind": "field",
|
|
47495
|
+
"name": "proxy",
|
|
47496
|
+
"inheritedFrom": {
|
|
47497
|
+
"name": "VerificationCodeInput",
|
|
47498
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47499
|
+
}
|
|
47500
|
+
}
|
|
47501
|
+
],
|
|
47502
|
+
"events": [
|
|
47503
|
+
{
|
|
47504
|
+
"description": "Fired when any digit changes. Detail: `{ value: string }`.",
|
|
47505
|
+
"name": "change",
|
|
47506
|
+
"inheritedFrom": {
|
|
47507
|
+
"name": "VerificationCodeInput",
|
|
47508
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47509
|
+
}
|
|
47510
|
+
},
|
|
47511
|
+
{
|
|
47512
|
+
"description": "Fired when all digits are filled. Detail: `{ value: string }`.",
|
|
47513
|
+
"name": "complete",
|
|
47514
|
+
"inheritedFrom": {
|
|
47515
|
+
"name": "VerificationCodeInput",
|
|
47516
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47517
|
+
}
|
|
47518
|
+
}
|
|
47519
|
+
]
|
|
47520
|
+
},
|
|
47521
|
+
{
|
|
47522
|
+
"kind": "variable",
|
|
47523
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47524
|
+
"default": "foundationVerificationCodeInputConfig"
|
|
47525
|
+
},
|
|
47526
|
+
{
|
|
47527
|
+
"kind": "variable",
|
|
47528
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47529
|
+
"default": "foundationVerificationCodeInputShadowOptions"
|
|
47530
|
+
},
|
|
47531
|
+
{
|
|
47532
|
+
"kind": "variable",
|
|
47533
|
+
"name": "zeroVerificationCodeInput"
|
|
47534
|
+
}
|
|
47535
|
+
],
|
|
47536
|
+
"exports": [
|
|
47537
|
+
{
|
|
47538
|
+
"kind": "js",
|
|
47539
|
+
"name": "VerificationCodeInput",
|
|
47540
|
+
"declaration": {
|
|
47541
|
+
"name": "VerificationCodeInput",
|
|
47542
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47543
|
+
}
|
|
47544
|
+
},
|
|
47545
|
+
{
|
|
47546
|
+
"kind": "js",
|
|
47547
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47548
|
+
"declaration": {
|
|
47549
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47550
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47551
|
+
}
|
|
47552
|
+
},
|
|
47553
|
+
{
|
|
47554
|
+
"kind": "js",
|
|
47555
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47556
|
+
"declaration": {
|
|
47557
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47558
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47559
|
+
}
|
|
47560
|
+
},
|
|
47561
|
+
{
|
|
47562
|
+
"kind": "js",
|
|
47563
|
+
"name": "zeroVerificationCodeInput",
|
|
47564
|
+
"declaration": {
|
|
47565
|
+
"name": "zeroVerificationCodeInput",
|
|
47566
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47567
|
+
}
|
|
47568
|
+
}
|
|
47569
|
+
]
|
|
47570
|
+
},
|
|
46606
47571
|
{
|
|
46607
47572
|
"kind": "javascript-module",
|
|
46608
47573
|
"path": "src/_config/styles/colors.ts",
|