@genesislcap/foundation-zero 15.0.0 → 15.1.0-FUI-2567.3

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.
@@ -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,949 @@
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, focuses the first digit on connect (and after SPA route commit when hosted that way).",
46765
+ "fieldName": "autofocus",
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": "autofocus",
46880
+ "type": {
46881
+ "text": "boolean"
46882
+ },
46883
+ "default": "false",
46884
+ "description": "When true, focuses the first digit on connect (and after SPA route commit when hosted that way).",
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": "error",
46894
+ "type": {
46895
+ "text": "boolean"
46896
+ },
46897
+ "default": "false",
46898
+ "description": "When true, applies the error visual state to each digit field.",
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": "digitsIndexes",
46908
+ "type": {
46909
+ "text": "number[]"
46910
+ },
46911
+ "privacy": "public",
46912
+ "readonly": true,
46913
+ "inheritedFrom": {
46914
+ "name": "VerificationCodeInput",
46915
+ "module": "src/verification-code-input/verification-code-input.ts"
46916
+ }
46917
+ },
46918
+ {
46919
+ "kind": "field",
46920
+ "name": "controlIdPrefix",
46921
+ "type": {
46922
+ "text": "string"
46923
+ },
46924
+ "privacy": "public",
46925
+ "readonly": true,
46926
+ "inheritedFrom": {
46927
+ "name": "VerificationCodeInput",
46928
+ "module": "src/verification-code-input/verification-code-input.ts"
46929
+ }
46930
+ },
46931
+ {
46932
+ "kind": "field",
46933
+ "name": "labelId",
46934
+ "type": {
46935
+ "text": "string"
46936
+ },
46937
+ "privacy": "public",
46938
+ "readonly": true,
46939
+ "inheritedFrom": {
46940
+ "name": "VerificationCodeInput",
46941
+ "module": "src/verification-code-input/verification-code-input.ts"
46942
+ }
46943
+ },
46944
+ {
46945
+ "kind": "field",
46946
+ "name": "hasLabel",
46947
+ "type": {
46948
+ "text": "boolean"
46949
+ },
46950
+ "privacy": "public",
46951
+ "readonly": true,
46952
+ "inheritedFrom": {
46953
+ "name": "VerificationCodeInput",
46954
+ "module": "src/verification-code-input/verification-code-input.ts"
46955
+ }
46956
+ },
46957
+ {
46958
+ "kind": "method",
46959
+ "name": "getControlId",
46960
+ "privacy": "public",
46961
+ "return": {
46962
+ "type": {
46963
+ "text": "string"
46964
+ }
46965
+ },
46966
+ "parameters": [
46967
+ {
46968
+ "name": "index",
46969
+ "type": {
46970
+ "text": "number"
46971
+ }
46972
+ }
46973
+ ],
46974
+ "inheritedFrom": {
46975
+ "name": "VerificationCodeInput",
46976
+ "module": "src/verification-code-input/verification-code-input.ts"
46977
+ }
46978
+ },
46979
+ {
46980
+ "kind": "method",
46981
+ "name": "clear",
46982
+ "privacy": "public",
46983
+ "return": {
46984
+ "type": {
46985
+ "text": "void"
46986
+ }
46987
+ },
46988
+ "description": "Clears digits, emits `change`, and focuses the first field when connected.",
46989
+ "inheritedFrom": {
46990
+ "name": "VerificationCodeInput",
46991
+ "module": "src/verification-code-input/verification-code-input.ts"
46992
+ }
46993
+ },
46994
+ {
46995
+ "kind": "method",
46996
+ "name": "focus",
46997
+ "privacy": "public",
46998
+ "return": {
46999
+ "type": {
47000
+ "text": "void"
47001
+ }
47002
+ },
47003
+ "inheritedFrom": {
47004
+ "name": "VerificationCodeInput",
47005
+ "module": "src/verification-code-input/verification-code-input.ts"
47006
+ }
47007
+ },
47008
+ {
47009
+ "kind": "method",
47010
+ "name": "digitsChanged",
47011
+ "return": {
47012
+ "type": {
47013
+ "text": "void"
47014
+ }
47015
+ },
47016
+ "inheritedFrom": {
47017
+ "name": "VerificationCodeInput",
47018
+ "module": "src/verification-code-input/verification-code-input.ts"
47019
+ }
47020
+ },
47021
+ {
47022
+ "kind": "field",
47023
+ "name": "digitClassnames",
47024
+ "type": {
47025
+ "text": "string"
47026
+ },
47027
+ "privacy": "public",
47028
+ "readonly": true,
47029
+ "inheritedFrom": {
47030
+ "name": "VerificationCodeInput",
47031
+ "module": "src/verification-code-input/verification-code-input.ts"
47032
+ }
47033
+ },
47034
+ {
47035
+ "kind": "method",
47036
+ "name": "sanitizeCode",
47037
+ "privacy": "private",
47038
+ "return": {
47039
+ "type": {
47040
+ "text": "string"
47041
+ }
47042
+ },
47043
+ "parameters": [
47044
+ {
47045
+ "name": "raw",
47046
+ "type": {
47047
+ "text": "unknown"
47048
+ }
47049
+ }
47050
+ ],
47051
+ "inheritedFrom": {
47052
+ "name": "VerificationCodeInput",
47053
+ "module": "src/verification-code-input/verification-code-input.ts"
47054
+ }
47055
+ },
47056
+ {
47057
+ "kind": "method",
47058
+ "name": "bindControlListeners",
47059
+ "privacy": "private",
47060
+ "return": {
47061
+ "type": {
47062
+ "text": "void"
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": "unbindControlListeners",
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": "onKeyDown",
47087
+ "privacy": "private",
47088
+ "return": {
47089
+ "type": {
47090
+ "text": "void"
47091
+ }
47092
+ },
47093
+ "parameters": [
47094
+ {
47095
+ "name": "event",
47096
+ "type": {
47097
+ "text": "KeyboardEvent"
47098
+ }
47099
+ },
47100
+ {
47101
+ "name": "index",
47102
+ "type": {
47103
+ "text": "number"
47104
+ }
47105
+ }
47106
+ ],
47107
+ "inheritedFrom": {
47108
+ "name": "VerificationCodeInput",
47109
+ "module": "src/verification-code-input/verification-code-input.ts"
47110
+ }
47111
+ },
47112
+ {
47113
+ "kind": "method",
47114
+ "name": "isBlockedCharacter",
47115
+ "privacy": "private",
47116
+ "return": {
47117
+ "type": {
47118
+ "text": "boolean"
47119
+ }
47120
+ },
47121
+ "parameters": [
47122
+ {
47123
+ "name": "event",
47124
+ "type": {
47125
+ "text": "KeyboardEvent"
47126
+ }
47127
+ }
47128
+ ],
47129
+ "inheritedFrom": {
47130
+ "name": "VerificationCodeInput",
47131
+ "module": "src/verification-code-input/verification-code-input.ts"
47132
+ }
47133
+ },
47134
+ {
47135
+ "kind": "method",
47136
+ "name": "onInput",
47137
+ "privacy": "private",
47138
+ "return": {
47139
+ "type": {
47140
+ "text": "void"
47141
+ }
47142
+ },
47143
+ "parameters": [
47144
+ {
47145
+ "name": "event",
47146
+ "type": {
47147
+ "text": "InputEvent"
47148
+ }
47149
+ },
47150
+ {
47151
+ "name": "index",
47152
+ "type": {
47153
+ "text": "number"
47154
+ }
47155
+ }
47156
+ ],
47157
+ "inheritedFrom": {
47158
+ "name": "VerificationCodeInput",
47159
+ "module": "src/verification-code-input/verification-code-input.ts"
47160
+ }
47161
+ },
47162
+ {
47163
+ "kind": "method",
47164
+ "name": "onPaste",
47165
+ "privacy": "private",
47166
+ "return": {
47167
+ "type": {
47168
+ "text": "void"
47169
+ }
47170
+ },
47171
+ "parameters": [
47172
+ {
47173
+ "name": "event",
47174
+ "type": {
47175
+ "text": "ClipboardEvent"
47176
+ }
47177
+ },
47178
+ {
47179
+ "name": "index",
47180
+ "type": {
47181
+ "text": "number"
47182
+ }
47183
+ }
47184
+ ],
47185
+ "inheritedFrom": {
47186
+ "name": "VerificationCodeInput",
47187
+ "module": "src/verification-code-input/verification-code-input.ts"
47188
+ }
47189
+ },
47190
+ {
47191
+ "kind": "method",
47192
+ "name": "handleBackspace",
47193
+ "privacy": "private",
47194
+ "return": {
47195
+ "type": {
47196
+ "text": "void"
47197
+ }
47198
+ },
47199
+ "parameters": [
47200
+ {
47201
+ "name": "index",
47202
+ "type": {
47203
+ "text": "number"
47204
+ }
47205
+ }
47206
+ ],
47207
+ "inheritedFrom": {
47208
+ "name": "VerificationCodeInput",
47209
+ "module": "src/verification-code-input/verification-code-input.ts"
47210
+ }
47211
+ },
47212
+ {
47213
+ "kind": "method",
47214
+ "name": "handleDelete",
47215
+ "privacy": "private",
47216
+ "return": {
47217
+ "type": {
47218
+ "text": "void"
47219
+ }
47220
+ },
47221
+ "parameters": [
47222
+ {
47223
+ "name": "index",
47224
+ "type": {
47225
+ "text": "number"
47226
+ }
47227
+ }
47228
+ ],
47229
+ "inheritedFrom": {
47230
+ "name": "VerificationCodeInput",
47231
+ "module": "src/verification-code-input/verification-code-input.ts"
47232
+ }
47233
+ },
47234
+ {
47235
+ "kind": "method",
47236
+ "name": "getIndexFromInput",
47237
+ "privacy": "private",
47238
+ "return": {
47239
+ "type": {
47240
+ "text": "number | null"
47241
+ }
47242
+ },
47243
+ "parameters": [
47244
+ {
47245
+ "name": "input",
47246
+ "type": {
47247
+ "text": "HTMLInputElement"
47248
+ }
47249
+ }
47250
+ ],
47251
+ "inheritedFrom": {
47252
+ "name": "VerificationCodeInput",
47253
+ "module": "src/verification-code-input/verification-code-input.ts"
47254
+ }
47255
+ },
47256
+ {
47257
+ "kind": "method",
47258
+ "name": "syncDigitsFromValue",
47259
+ "privacy": "private",
47260
+ "return": {
47261
+ "type": {
47262
+ "text": "void"
47263
+ }
47264
+ },
47265
+ "parameters": [
47266
+ {
47267
+ "name": "cleaned",
47268
+ "type": {
47269
+ "text": "string"
47270
+ }
47271
+ }
47272
+ ],
47273
+ "description": "Maps a sanitized code string into per-digit `values` and syncs the DOM when connected.",
47274
+ "inheritedFrom": {
47275
+ "name": "VerificationCodeInput",
47276
+ "module": "src/verification-code-input/verification-code-input.ts"
47277
+ }
47278
+ },
47279
+ {
47280
+ "kind": "method",
47281
+ "name": "updateDigit",
47282
+ "privacy": "private",
47283
+ "return": {
47284
+ "type": {
47285
+ "text": "void"
47286
+ }
47287
+ },
47288
+ "parameters": [
47289
+ {
47290
+ "name": "index",
47291
+ "type": {
47292
+ "text": "number"
47293
+ }
47294
+ },
47295
+ {
47296
+ "name": "digit",
47297
+ "type": {
47298
+ "text": "string"
47299
+ }
47300
+ }
47301
+ ],
47302
+ "inheritedFrom": {
47303
+ "name": "VerificationCodeInput",
47304
+ "module": "src/verification-code-input/verification-code-input.ts"
47305
+ }
47306
+ },
47307
+ {
47308
+ "kind": "method",
47309
+ "name": "applyDigits",
47310
+ "privacy": "private",
47311
+ "return": {
47312
+ "type": {
47313
+ "text": "void"
47314
+ }
47315
+ },
47316
+ "parameters": [
47317
+ {
47318
+ "name": "raw",
47319
+ "type": {
47320
+ "text": "string"
47321
+ }
47322
+ },
47323
+ {
47324
+ "name": "startIndex",
47325
+ "type": {
47326
+ "text": "number"
47327
+ }
47328
+ }
47329
+ ],
47330
+ "inheritedFrom": {
47331
+ "name": "VerificationCodeInput",
47332
+ "module": "src/verification-code-input/verification-code-input.ts"
47333
+ }
47334
+ },
47335
+ {
47336
+ "kind": "method",
47337
+ "name": "commitValues",
47338
+ "privacy": "private",
47339
+ "return": {
47340
+ "type": {
47341
+ "text": "void"
47342
+ }
47343
+ },
47344
+ "parameters": [
47345
+ {
47346
+ "name": "nextValues",
47347
+ "type": {
47348
+ "text": "string[]"
47349
+ }
47350
+ }
47351
+ ],
47352
+ "description": "Pushes digit state into the form-associated `value` and emits change / complete.",
47353
+ "inheritedFrom": {
47354
+ "name": "VerificationCodeInput",
47355
+ "module": "src/verification-code-input/verification-code-input.ts"
47356
+ }
47357
+ },
47358
+ {
47359
+ "kind": "method",
47360
+ "name": "syncFieldValues",
47361
+ "privacy": "private",
47362
+ "return": {
47363
+ "type": {
47364
+ "text": "void"
47365
+ }
47366
+ },
47367
+ "inheritedFrom": {
47368
+ "name": "VerificationCodeInput",
47369
+ "module": "src/verification-code-input/verification-code-input.ts"
47370
+ }
47371
+ },
47372
+ {
47373
+ "kind": "method",
47374
+ "name": "syncFieldValue",
47375
+ "privacy": "private",
47376
+ "return": {
47377
+ "type": {
47378
+ "text": "void"
47379
+ }
47380
+ },
47381
+ "parameters": [
47382
+ {
47383
+ "name": "index",
47384
+ "type": {
47385
+ "text": "number"
47386
+ }
47387
+ }
47388
+ ],
47389
+ "inheritedFrom": {
47390
+ "name": "VerificationCodeInput",
47391
+ "module": "src/verification-code-input/verification-code-input.ts"
47392
+ }
47393
+ },
47394
+ {
47395
+ "kind": "method",
47396
+ "name": "focusDigit",
47397
+ "privacy": "private",
47398
+ "return": {
47399
+ "type": {
47400
+ "text": "void"
47401
+ }
47402
+ },
47403
+ "parameters": [
47404
+ {
47405
+ "name": "index",
47406
+ "type": {
47407
+ "text": "number"
47408
+ }
47409
+ }
47410
+ ],
47411
+ "inheritedFrom": {
47412
+ "name": "VerificationCodeInput",
47413
+ "module": "src/verification-code-input/verification-code-input.ts"
47414
+ }
47415
+ },
47416
+ {
47417
+ "kind": "field",
47418
+ "name": "rootNode",
47419
+ "type": {
47420
+ "text": "ParentNode"
47421
+ },
47422
+ "privacy": "private",
47423
+ "readonly": true,
47424
+ "inheritedFrom": {
47425
+ "name": "VerificationCodeInput",
47426
+ "module": "src/verification-code-input/verification-code-input.ts"
47427
+ }
47428
+ },
47429
+ {
47430
+ "kind": "method",
47431
+ "name": "getControlElement",
47432
+ "privacy": "private",
47433
+ "return": {
47434
+ "type": {
47435
+ "text": "HTMLInputElement | null"
47436
+ }
47437
+ },
47438
+ "parameters": [
47439
+ {
47440
+ "name": "index",
47441
+ "type": {
47442
+ "text": "number"
47443
+ }
47444
+ }
47445
+ ],
47446
+ "inheritedFrom": {
47447
+ "name": "VerificationCodeInput",
47448
+ "module": "src/verification-code-input/verification-code-input.ts"
47449
+ }
47450
+ },
47451
+ {
47452
+ "kind": "method",
47453
+ "name": "isComplete",
47454
+ "privacy": "private",
47455
+ "return": {
47456
+ "type": {
47457
+ "text": "boolean"
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": "emitChange",
47468
+ "privacy": "private",
47469
+ "return": {
47470
+ "type": {
47471
+ "text": "void"
47472
+ }
47473
+ },
47474
+ "inheritedFrom": {
47475
+ "name": "VerificationCodeInput",
47476
+ "module": "src/verification-code-input/verification-code-input.ts"
47477
+ }
47478
+ },
47479
+ {
47480
+ "kind": "field",
47481
+ "name": "proxy",
47482
+ "inheritedFrom": {
47483
+ "name": "VerificationCodeInput",
47484
+ "module": "src/verification-code-input/verification-code-input.ts"
47485
+ }
47486
+ }
47487
+ ],
47488
+ "events": [
47489
+ {
47490
+ "description": "Fired when any digit changes. detail: `VerificationCodeInputEventDetail`",
47491
+ "name": "change",
47492
+ "inheritedFrom": {
47493
+ "name": "VerificationCodeInput",
47494
+ "module": "src/verification-code-input/verification-code-input.ts"
47495
+ }
47496
+ },
47497
+ {
47498
+ "description": "Fired when all digits are filled. detail: `VerificationCodeInputEventDetail`",
47499
+ "name": "complete",
47500
+ "inheritedFrom": {
47501
+ "name": "VerificationCodeInput",
47502
+ "module": "src/verification-code-input/verification-code-input.ts"
47503
+ }
47504
+ }
47505
+ ]
47506
+ },
47507
+ {
47508
+ "kind": "variable",
47509
+ "name": "defaultVerificationCodeInputConfig",
47510
+ "default": "foundationVerificationCodeInputConfig"
47511
+ },
47512
+ {
47513
+ "kind": "variable",
47514
+ "name": "zeroVerificationCodeInputShadowOptions",
47515
+ "default": "foundationVerificationCodeInputShadowOptions"
47516
+ },
47517
+ {
47518
+ "kind": "variable",
47519
+ "name": "zeroVerificationCodeInput"
47520
+ }
47521
+ ],
47522
+ "exports": [
47523
+ {
47524
+ "kind": "js",
47525
+ "name": "VerificationCodeInput",
47526
+ "declaration": {
47527
+ "name": "VerificationCodeInput",
47528
+ "module": "src/verification-code-input/verification-code-input.ts"
47529
+ }
47530
+ },
47531
+ {
47532
+ "kind": "js",
47533
+ "name": "defaultVerificationCodeInputConfig",
47534
+ "declaration": {
47535
+ "name": "defaultVerificationCodeInputConfig",
47536
+ "module": "src/verification-code-input/verification-code-input.ts"
47537
+ }
47538
+ },
47539
+ {
47540
+ "kind": "js",
47541
+ "name": "zeroVerificationCodeInputShadowOptions",
47542
+ "declaration": {
47543
+ "name": "zeroVerificationCodeInputShadowOptions",
47544
+ "module": "src/verification-code-input/verification-code-input.ts"
47545
+ }
47546
+ },
47547
+ {
47548
+ "kind": "js",
47549
+ "name": "zeroVerificationCodeInput",
47550
+ "declaration": {
47551
+ "name": "zeroVerificationCodeInput",
47552
+ "module": "src/verification-code-input/verification-code-input.ts"
47553
+ }
47554
+ }
47555
+ ]
47556
+ },
46606
47557
  {
46607
47558
  "kind": "javascript-module",
46608
47559
  "path": "src/_config/styles/colors.ts",