@genesislcap/foundation-zero 14.489.1-alpha-0babe6c0f.0 → 14.491.0-FUI-2567.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +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 zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
15
|
+
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroAiCriteriaSearch,\n zeroAiIndicator,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroOptgroup,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroVerificationCodeInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -715,6 +715,14 @@
|
|
|
715
715
|
"name": "*",
|
|
716
716
|
"package": "./url-input"
|
|
717
717
|
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "js",
|
|
721
|
+
"name": "*",
|
|
722
|
+
"declaration": {
|
|
723
|
+
"name": "*",
|
|
724
|
+
"package": "./verification-code-input"
|
|
725
|
+
}
|
|
718
726
|
}
|
|
719
727
|
]
|
|
720
728
|
},
|
|
@@ -46188,6 +46196,963 @@
|
|
|
46188
46196
|
}
|
|
46189
46197
|
]
|
|
46190
46198
|
},
|
|
46199
|
+
{
|
|
46200
|
+
"kind": "javascript-module",
|
|
46201
|
+
"path": "src/verification-code-input/index.ts",
|
|
46202
|
+
"declarations": [],
|
|
46203
|
+
"exports": [
|
|
46204
|
+
{
|
|
46205
|
+
"kind": "js",
|
|
46206
|
+
"name": "*",
|
|
46207
|
+
"declaration": {
|
|
46208
|
+
"name": "*",
|
|
46209
|
+
"package": "./verification-code-input"
|
|
46210
|
+
}
|
|
46211
|
+
},
|
|
46212
|
+
{
|
|
46213
|
+
"kind": "js",
|
|
46214
|
+
"name": "*",
|
|
46215
|
+
"declaration": {
|
|
46216
|
+
"name": "*",
|
|
46217
|
+
"package": "./verification-code-input.styles"
|
|
46218
|
+
}
|
|
46219
|
+
},
|
|
46220
|
+
{
|
|
46221
|
+
"kind": "js",
|
|
46222
|
+
"name": "*",
|
|
46223
|
+
"declaration": {
|
|
46224
|
+
"name": "*",
|
|
46225
|
+
"package": "./verification-code-input.template"
|
|
46226
|
+
}
|
|
46227
|
+
}
|
|
46228
|
+
]
|
|
46229
|
+
},
|
|
46230
|
+
{
|
|
46231
|
+
"kind": "javascript-module",
|
|
46232
|
+
"path": "src/verification-code-input/verification-code-input.styles.ts",
|
|
46233
|
+
"declarations": [
|
|
46234
|
+
{
|
|
46235
|
+
"kind": "variable",
|
|
46236
|
+
"name": "verificationCodeInputStyles",
|
|
46237
|
+
"type": {
|
|
46238
|
+
"text": "ElementStyles"
|
|
46239
|
+
},
|
|
46240
|
+
"default": "css`\n ${foundationVerificationCodeInputStyles}\n\n :host {\n --primary-gradient-angle: -113.5deg;\n }\n\n .digit .control {\n height: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .digit .root {\n border: calc(var(--stroke-width) * 1px) solid ${defaultRapidBorderUnfocusedColor};\n background-color: ${defaultRapidBGColor};\n }\n\n .digit:hover:not(.disabled) .root {\n border-color: ${defaultRapidTextColor};\n background: none;\n }\n\n .digit:focus-within:not(.disabled) .root {\n background:\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n top/100% 1px,\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n bottom/100% 1px;\n background-color: ${defaultRapidActiveBGColor};\n background-origin: border-box;\n background-repeat: no-repeat;\n border: 1px solid transparent;\n border-right-color: ${PrimaryRapidColorHEX.blue};\n border-left-color: ${PrimaryRapidColorHEX.purple};\n box-shadow: none;\n }\n\n .label {\n color: ${defaultRapidLabelColor};\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n margin: 0;\n }\n`"
|
|
46241
|
+
}
|
|
46242
|
+
],
|
|
46243
|
+
"exports": [
|
|
46244
|
+
{
|
|
46245
|
+
"kind": "js",
|
|
46246
|
+
"name": "verificationCodeInputStyles",
|
|
46247
|
+
"declaration": {
|
|
46248
|
+
"name": "verificationCodeInputStyles",
|
|
46249
|
+
"module": "src/verification-code-input/verification-code-input.styles.ts"
|
|
46250
|
+
}
|
|
46251
|
+
}
|
|
46252
|
+
]
|
|
46253
|
+
},
|
|
46254
|
+
{
|
|
46255
|
+
"kind": "javascript-module",
|
|
46256
|
+
"path": "src/verification-code-input/verification-code-input.template.ts",
|
|
46257
|
+
"declarations": [
|
|
46258
|
+
{
|
|
46259
|
+
"kind": "variable",
|
|
46260
|
+
"name": "verificationCodeInputTemplate",
|
|
46261
|
+
"default": "foundationVerificationCodeInputTemplate"
|
|
46262
|
+
}
|
|
46263
|
+
],
|
|
46264
|
+
"exports": [
|
|
46265
|
+
{
|
|
46266
|
+
"kind": "js",
|
|
46267
|
+
"name": "verificationCodeInputTemplate",
|
|
46268
|
+
"declaration": {
|
|
46269
|
+
"name": "verificationCodeInputTemplate",
|
|
46270
|
+
"module": "src/verification-code-input/verification-code-input.template.ts"
|
|
46271
|
+
}
|
|
46272
|
+
}
|
|
46273
|
+
]
|
|
46274
|
+
},
|
|
46275
|
+
{
|
|
46276
|
+
"kind": "javascript-module",
|
|
46277
|
+
"path": "src/verification-code-input/verification-code-input.ts",
|
|
46278
|
+
"declarations": [
|
|
46279
|
+
{
|
|
46280
|
+
"kind": "class",
|
|
46281
|
+
"description": "",
|
|
46282
|
+
"name": "VerificationCodeInput",
|
|
46283
|
+
"superclass": {
|
|
46284
|
+
"name": "FoundationVerificationCodeInput",
|
|
46285
|
+
"package": "@genesislcap/foundation-ui"
|
|
46286
|
+
},
|
|
46287
|
+
"tagName": "%%prefix%%-verification-code-input",
|
|
46288
|
+
"customElement": true,
|
|
46289
|
+
"attributes": [
|
|
46290
|
+
{
|
|
46291
|
+
"name": "id",
|
|
46292
|
+
"type": {
|
|
46293
|
+
"text": "string"
|
|
46294
|
+
},
|
|
46295
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
46296
|
+
"fieldName": "id",
|
|
46297
|
+
"inheritedFrom": {
|
|
46298
|
+
"name": "VerificationCodeInput",
|
|
46299
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46300
|
+
}
|
|
46301
|
+
},
|
|
46302
|
+
{
|
|
46303
|
+
"name": "appearance",
|
|
46304
|
+
"type": {
|
|
46305
|
+
"text": "string"
|
|
46306
|
+
},
|
|
46307
|
+
"default": "'outline'",
|
|
46308
|
+
"description": "Visual treatment applied to each digit field.",
|
|
46309
|
+
"fieldName": "appearance",
|
|
46310
|
+
"inheritedFrom": {
|
|
46311
|
+
"name": "VerificationCodeInput",
|
|
46312
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46313
|
+
}
|
|
46314
|
+
},
|
|
46315
|
+
{
|
|
46316
|
+
"name": "digits",
|
|
46317
|
+
"type": {
|
|
46318
|
+
"text": "number"
|
|
46319
|
+
},
|
|
46320
|
+
"default": "DEFAULT_DIGITS",
|
|
46321
|
+
"description": "Number of single-character digit fields to render.",
|
|
46322
|
+
"resolveInitializer": {
|
|
46323
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46324
|
+
},
|
|
46325
|
+
"fieldName": "digits",
|
|
46326
|
+
"inheritedFrom": {
|
|
46327
|
+
"name": "VerificationCodeInput",
|
|
46328
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46329
|
+
}
|
|
46330
|
+
},
|
|
46331
|
+
{
|
|
46332
|
+
"name": "readonly",
|
|
46333
|
+
"type": {
|
|
46334
|
+
"text": "boolean"
|
|
46335
|
+
},
|
|
46336
|
+
"default": "false",
|
|
46337
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46338
|
+
"fieldName": "readOnly",
|
|
46339
|
+
"inheritedFrom": {
|
|
46340
|
+
"name": "VerificationCodeInput",
|
|
46341
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46342
|
+
}
|
|
46343
|
+
},
|
|
46344
|
+
{
|
|
46345
|
+
"type": {
|
|
46346
|
+
"text": "boolean"
|
|
46347
|
+
},
|
|
46348
|
+
"default": "false",
|
|
46349
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46350
|
+
"fieldName": "disabled",
|
|
46351
|
+
"inheritedFrom": {
|
|
46352
|
+
"name": "VerificationCodeInput",
|
|
46353
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46354
|
+
}
|
|
46355
|
+
}
|
|
46356
|
+
],
|
|
46357
|
+
"members": [
|
|
46358
|
+
{
|
|
46359
|
+
"kind": "field",
|
|
46360
|
+
"name": "values",
|
|
46361
|
+
"type": {
|
|
46362
|
+
"text": "string[]"
|
|
46363
|
+
},
|
|
46364
|
+
"default": "[]",
|
|
46365
|
+
"description": "Per-digit values indexed from `0` to `digits - 1`.",
|
|
46366
|
+
"inheritedFrom": {
|
|
46367
|
+
"name": "VerificationCodeInput",
|
|
46368
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46369
|
+
}
|
|
46370
|
+
},
|
|
46371
|
+
{
|
|
46372
|
+
"kind": "field",
|
|
46373
|
+
"name": "defaultSlottedNodes",
|
|
46374
|
+
"description": "Slotted label content; when empty the label is visually hidden.",
|
|
46375
|
+
"inheritedFrom": {
|
|
46376
|
+
"name": "VerificationCodeInput",
|
|
46377
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46378
|
+
}
|
|
46379
|
+
},
|
|
46380
|
+
{
|
|
46381
|
+
"kind": "field",
|
|
46382
|
+
"name": "controlListeners",
|
|
46383
|
+
"type": {
|
|
46384
|
+
"text": "Map<HTMLInputElement, ControlListeners>"
|
|
46385
|
+
},
|
|
46386
|
+
"privacy": "private",
|
|
46387
|
+
"readonly": true,
|
|
46388
|
+
"default": "new Map()",
|
|
46389
|
+
"inheritedFrom": {
|
|
46390
|
+
"name": "VerificationCodeInput",
|
|
46391
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46392
|
+
}
|
|
46393
|
+
},
|
|
46394
|
+
{
|
|
46395
|
+
"kind": "field",
|
|
46396
|
+
"name": "syncingFromDigits",
|
|
46397
|
+
"type": {
|
|
46398
|
+
"text": "boolean"
|
|
46399
|
+
},
|
|
46400
|
+
"privacy": "private",
|
|
46401
|
+
"default": "false",
|
|
46402
|
+
"description": "Skip digit re-sync when `value` is updated from digit entry (`commitValues`).",
|
|
46403
|
+
"inheritedFrom": {
|
|
46404
|
+
"name": "VerificationCodeInput",
|
|
46405
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46406
|
+
}
|
|
46407
|
+
},
|
|
46408
|
+
{
|
|
46409
|
+
"kind": "field",
|
|
46410
|
+
"name": "id",
|
|
46411
|
+
"type": {
|
|
46412
|
+
"text": "string"
|
|
46413
|
+
},
|
|
46414
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
46415
|
+
"inheritedFrom": {
|
|
46416
|
+
"name": "VerificationCodeInput",
|
|
46417
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46418
|
+
}
|
|
46419
|
+
},
|
|
46420
|
+
{
|
|
46421
|
+
"kind": "field",
|
|
46422
|
+
"name": "appearance",
|
|
46423
|
+
"type": {
|
|
46424
|
+
"text": "string"
|
|
46425
|
+
},
|
|
46426
|
+
"default": "'outline'",
|
|
46427
|
+
"description": "Visual treatment applied to each digit field.",
|
|
46428
|
+
"privacy": "public",
|
|
46429
|
+
"inheritedFrom": {
|
|
46430
|
+
"name": "VerificationCodeInput",
|
|
46431
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46432
|
+
}
|
|
46433
|
+
},
|
|
46434
|
+
{
|
|
46435
|
+
"kind": "field",
|
|
46436
|
+
"name": "digits",
|
|
46437
|
+
"type": {
|
|
46438
|
+
"text": "number"
|
|
46439
|
+
},
|
|
46440
|
+
"default": "6",
|
|
46441
|
+
"description": "Number of single-character digit fields to render.",
|
|
46442
|
+
"privacy": "public",
|
|
46443
|
+
"inheritedFrom": {
|
|
46444
|
+
"name": "VerificationCodeInput",
|
|
46445
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46446
|
+
}
|
|
46447
|
+
},
|
|
46448
|
+
{
|
|
46449
|
+
"kind": "field",
|
|
46450
|
+
"name": "readOnly",
|
|
46451
|
+
"type": {
|
|
46452
|
+
"text": "boolean"
|
|
46453
|
+
},
|
|
46454
|
+
"default": "false",
|
|
46455
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46456
|
+
"privacy": "public",
|
|
46457
|
+
"inheritedFrom": {
|
|
46458
|
+
"name": "VerificationCodeInput",
|
|
46459
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46460
|
+
}
|
|
46461
|
+
},
|
|
46462
|
+
{
|
|
46463
|
+
"kind": "field",
|
|
46464
|
+
"name": "disabled",
|
|
46465
|
+
"type": {
|
|
46466
|
+
"text": "boolean"
|
|
46467
|
+
},
|
|
46468
|
+
"default": "false",
|
|
46469
|
+
"description": "When true, digit fields are non-interactive.",
|
|
46470
|
+
"privacy": "public",
|
|
46471
|
+
"inheritedFrom": {
|
|
46472
|
+
"name": "VerificationCodeInput",
|
|
46473
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46474
|
+
}
|
|
46475
|
+
},
|
|
46476
|
+
{
|
|
46477
|
+
"kind": "field",
|
|
46478
|
+
"name": "autofocus",
|
|
46479
|
+
"type": {
|
|
46480
|
+
"text": "boolean"
|
|
46481
|
+
},
|
|
46482
|
+
"default": "false",
|
|
46483
|
+
"description": "When true, focuses the first digit on connect (and after SPA route commit when hosted that way).",
|
|
46484
|
+
"privacy": "public",
|
|
46485
|
+
"inheritedFrom": {
|
|
46486
|
+
"name": "VerificationCodeInput",
|
|
46487
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46488
|
+
}
|
|
46489
|
+
},
|
|
46490
|
+
{
|
|
46491
|
+
"kind": "field",
|
|
46492
|
+
"name": "error",
|
|
46493
|
+
"type": {
|
|
46494
|
+
"text": "boolean"
|
|
46495
|
+
},
|
|
46496
|
+
"default": "false",
|
|
46497
|
+
"description": "When true, applies the error visual state to each digit field.",
|
|
46498
|
+
"privacy": "public",
|
|
46499
|
+
"inheritedFrom": {
|
|
46500
|
+
"name": "VerificationCodeInput",
|
|
46501
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46502
|
+
}
|
|
46503
|
+
},
|
|
46504
|
+
{
|
|
46505
|
+
"kind": "field",
|
|
46506
|
+
"name": "digitsIndexes",
|
|
46507
|
+
"type": {
|
|
46508
|
+
"text": "number[]"
|
|
46509
|
+
},
|
|
46510
|
+
"privacy": "public",
|
|
46511
|
+
"readonly": true,
|
|
46512
|
+
"inheritedFrom": {
|
|
46513
|
+
"name": "VerificationCodeInput",
|
|
46514
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46515
|
+
}
|
|
46516
|
+
},
|
|
46517
|
+
{
|
|
46518
|
+
"kind": "field",
|
|
46519
|
+
"name": "controlIdPrefix",
|
|
46520
|
+
"type": {
|
|
46521
|
+
"text": "string"
|
|
46522
|
+
},
|
|
46523
|
+
"privacy": "public",
|
|
46524
|
+
"readonly": true,
|
|
46525
|
+
"inheritedFrom": {
|
|
46526
|
+
"name": "VerificationCodeInput",
|
|
46527
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46528
|
+
}
|
|
46529
|
+
},
|
|
46530
|
+
{
|
|
46531
|
+
"kind": "field",
|
|
46532
|
+
"name": "labelId",
|
|
46533
|
+
"type": {
|
|
46534
|
+
"text": "string"
|
|
46535
|
+
},
|
|
46536
|
+
"privacy": "public",
|
|
46537
|
+
"readonly": true,
|
|
46538
|
+
"inheritedFrom": {
|
|
46539
|
+
"name": "VerificationCodeInput",
|
|
46540
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46541
|
+
}
|
|
46542
|
+
},
|
|
46543
|
+
{
|
|
46544
|
+
"kind": "field",
|
|
46545
|
+
"name": "hasLabel",
|
|
46546
|
+
"type": {
|
|
46547
|
+
"text": "boolean"
|
|
46548
|
+
},
|
|
46549
|
+
"privacy": "public",
|
|
46550
|
+
"readonly": true,
|
|
46551
|
+
"inheritedFrom": {
|
|
46552
|
+
"name": "VerificationCodeInput",
|
|
46553
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46554
|
+
}
|
|
46555
|
+
},
|
|
46556
|
+
{
|
|
46557
|
+
"kind": "method",
|
|
46558
|
+
"name": "getControlId",
|
|
46559
|
+
"privacy": "public",
|
|
46560
|
+
"return": {
|
|
46561
|
+
"type": {
|
|
46562
|
+
"text": "string"
|
|
46563
|
+
}
|
|
46564
|
+
},
|
|
46565
|
+
"parameters": [
|
|
46566
|
+
{
|
|
46567
|
+
"name": "index",
|
|
46568
|
+
"type": {
|
|
46569
|
+
"text": "number"
|
|
46570
|
+
}
|
|
46571
|
+
}
|
|
46572
|
+
],
|
|
46573
|
+
"inheritedFrom": {
|
|
46574
|
+
"name": "VerificationCodeInput",
|
|
46575
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46576
|
+
}
|
|
46577
|
+
},
|
|
46578
|
+
{
|
|
46579
|
+
"kind": "method",
|
|
46580
|
+
"name": "clear",
|
|
46581
|
+
"privacy": "public",
|
|
46582
|
+
"return": {
|
|
46583
|
+
"type": {
|
|
46584
|
+
"text": "void"
|
|
46585
|
+
}
|
|
46586
|
+
},
|
|
46587
|
+
"description": "Clears digits, emits `change`, and focuses the first field when connected.",
|
|
46588
|
+
"inheritedFrom": {
|
|
46589
|
+
"name": "VerificationCodeInput",
|
|
46590
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46591
|
+
}
|
|
46592
|
+
},
|
|
46593
|
+
{
|
|
46594
|
+
"kind": "method",
|
|
46595
|
+
"name": "focus",
|
|
46596
|
+
"privacy": "public",
|
|
46597
|
+
"return": {
|
|
46598
|
+
"type": {
|
|
46599
|
+
"text": "void"
|
|
46600
|
+
}
|
|
46601
|
+
},
|
|
46602
|
+
"inheritedFrom": {
|
|
46603
|
+
"name": "VerificationCodeInput",
|
|
46604
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46605
|
+
}
|
|
46606
|
+
},
|
|
46607
|
+
{
|
|
46608
|
+
"kind": "method",
|
|
46609
|
+
"name": "digitsChanged",
|
|
46610
|
+
"return": {
|
|
46611
|
+
"type": {
|
|
46612
|
+
"text": "void"
|
|
46613
|
+
}
|
|
46614
|
+
},
|
|
46615
|
+
"inheritedFrom": {
|
|
46616
|
+
"name": "VerificationCodeInput",
|
|
46617
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46618
|
+
}
|
|
46619
|
+
},
|
|
46620
|
+
{
|
|
46621
|
+
"kind": "field",
|
|
46622
|
+
"name": "digitClassnames",
|
|
46623
|
+
"type": {
|
|
46624
|
+
"text": "string"
|
|
46625
|
+
},
|
|
46626
|
+
"privacy": "public",
|
|
46627
|
+
"readonly": true,
|
|
46628
|
+
"inheritedFrom": {
|
|
46629
|
+
"name": "VerificationCodeInput",
|
|
46630
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46631
|
+
}
|
|
46632
|
+
},
|
|
46633
|
+
{
|
|
46634
|
+
"kind": "method",
|
|
46635
|
+
"name": "sanitizeCode",
|
|
46636
|
+
"privacy": "private",
|
|
46637
|
+
"return": {
|
|
46638
|
+
"type": {
|
|
46639
|
+
"text": "string"
|
|
46640
|
+
}
|
|
46641
|
+
},
|
|
46642
|
+
"parameters": [
|
|
46643
|
+
{
|
|
46644
|
+
"name": "raw",
|
|
46645
|
+
"type": {
|
|
46646
|
+
"text": "unknown"
|
|
46647
|
+
}
|
|
46648
|
+
}
|
|
46649
|
+
],
|
|
46650
|
+
"inheritedFrom": {
|
|
46651
|
+
"name": "VerificationCodeInput",
|
|
46652
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46653
|
+
}
|
|
46654
|
+
},
|
|
46655
|
+
{
|
|
46656
|
+
"kind": "method",
|
|
46657
|
+
"name": "bindControlListeners",
|
|
46658
|
+
"privacy": "private",
|
|
46659
|
+
"return": {
|
|
46660
|
+
"type": {
|
|
46661
|
+
"text": "void"
|
|
46662
|
+
}
|
|
46663
|
+
},
|
|
46664
|
+
"inheritedFrom": {
|
|
46665
|
+
"name": "VerificationCodeInput",
|
|
46666
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46667
|
+
}
|
|
46668
|
+
},
|
|
46669
|
+
{
|
|
46670
|
+
"kind": "method",
|
|
46671
|
+
"name": "unbindControlListeners",
|
|
46672
|
+
"privacy": "private",
|
|
46673
|
+
"return": {
|
|
46674
|
+
"type": {
|
|
46675
|
+
"text": "void"
|
|
46676
|
+
}
|
|
46677
|
+
},
|
|
46678
|
+
"inheritedFrom": {
|
|
46679
|
+
"name": "VerificationCodeInput",
|
|
46680
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46681
|
+
}
|
|
46682
|
+
},
|
|
46683
|
+
{
|
|
46684
|
+
"kind": "method",
|
|
46685
|
+
"name": "onKeyDown",
|
|
46686
|
+
"privacy": "private",
|
|
46687
|
+
"return": {
|
|
46688
|
+
"type": {
|
|
46689
|
+
"text": "void"
|
|
46690
|
+
}
|
|
46691
|
+
},
|
|
46692
|
+
"parameters": [
|
|
46693
|
+
{
|
|
46694
|
+
"name": "event",
|
|
46695
|
+
"type": {
|
|
46696
|
+
"text": "KeyboardEvent"
|
|
46697
|
+
}
|
|
46698
|
+
},
|
|
46699
|
+
{
|
|
46700
|
+
"name": "index",
|
|
46701
|
+
"type": {
|
|
46702
|
+
"text": "number"
|
|
46703
|
+
}
|
|
46704
|
+
}
|
|
46705
|
+
],
|
|
46706
|
+
"inheritedFrom": {
|
|
46707
|
+
"name": "VerificationCodeInput",
|
|
46708
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46709
|
+
}
|
|
46710
|
+
},
|
|
46711
|
+
{
|
|
46712
|
+
"kind": "method",
|
|
46713
|
+
"name": "isBlockedCharacter",
|
|
46714
|
+
"privacy": "private",
|
|
46715
|
+
"return": {
|
|
46716
|
+
"type": {
|
|
46717
|
+
"text": "boolean"
|
|
46718
|
+
}
|
|
46719
|
+
},
|
|
46720
|
+
"parameters": [
|
|
46721
|
+
{
|
|
46722
|
+
"name": "event",
|
|
46723
|
+
"type": {
|
|
46724
|
+
"text": "KeyboardEvent"
|
|
46725
|
+
}
|
|
46726
|
+
}
|
|
46727
|
+
],
|
|
46728
|
+
"inheritedFrom": {
|
|
46729
|
+
"name": "VerificationCodeInput",
|
|
46730
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46731
|
+
}
|
|
46732
|
+
},
|
|
46733
|
+
{
|
|
46734
|
+
"kind": "method",
|
|
46735
|
+
"name": "onInput",
|
|
46736
|
+
"privacy": "private",
|
|
46737
|
+
"return": {
|
|
46738
|
+
"type": {
|
|
46739
|
+
"text": "void"
|
|
46740
|
+
}
|
|
46741
|
+
},
|
|
46742
|
+
"parameters": [
|
|
46743
|
+
{
|
|
46744
|
+
"name": "event",
|
|
46745
|
+
"type": {
|
|
46746
|
+
"text": "InputEvent"
|
|
46747
|
+
}
|
|
46748
|
+
},
|
|
46749
|
+
{
|
|
46750
|
+
"name": "index",
|
|
46751
|
+
"type": {
|
|
46752
|
+
"text": "number"
|
|
46753
|
+
}
|
|
46754
|
+
}
|
|
46755
|
+
],
|
|
46756
|
+
"inheritedFrom": {
|
|
46757
|
+
"name": "VerificationCodeInput",
|
|
46758
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46759
|
+
}
|
|
46760
|
+
},
|
|
46761
|
+
{
|
|
46762
|
+
"kind": "method",
|
|
46763
|
+
"name": "onPaste",
|
|
46764
|
+
"privacy": "private",
|
|
46765
|
+
"return": {
|
|
46766
|
+
"type": {
|
|
46767
|
+
"text": "void"
|
|
46768
|
+
}
|
|
46769
|
+
},
|
|
46770
|
+
"parameters": [
|
|
46771
|
+
{
|
|
46772
|
+
"name": "event",
|
|
46773
|
+
"type": {
|
|
46774
|
+
"text": "ClipboardEvent"
|
|
46775
|
+
}
|
|
46776
|
+
},
|
|
46777
|
+
{
|
|
46778
|
+
"name": "index",
|
|
46779
|
+
"type": {
|
|
46780
|
+
"text": "number"
|
|
46781
|
+
}
|
|
46782
|
+
}
|
|
46783
|
+
],
|
|
46784
|
+
"inheritedFrom": {
|
|
46785
|
+
"name": "VerificationCodeInput",
|
|
46786
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46787
|
+
}
|
|
46788
|
+
},
|
|
46789
|
+
{
|
|
46790
|
+
"kind": "method",
|
|
46791
|
+
"name": "handleBackspace",
|
|
46792
|
+
"privacy": "private",
|
|
46793
|
+
"return": {
|
|
46794
|
+
"type": {
|
|
46795
|
+
"text": "void"
|
|
46796
|
+
}
|
|
46797
|
+
},
|
|
46798
|
+
"parameters": [
|
|
46799
|
+
{
|
|
46800
|
+
"name": "index",
|
|
46801
|
+
"type": {
|
|
46802
|
+
"text": "number"
|
|
46803
|
+
}
|
|
46804
|
+
}
|
|
46805
|
+
],
|
|
46806
|
+
"inheritedFrom": {
|
|
46807
|
+
"name": "VerificationCodeInput",
|
|
46808
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46809
|
+
}
|
|
46810
|
+
},
|
|
46811
|
+
{
|
|
46812
|
+
"kind": "method",
|
|
46813
|
+
"name": "handleDelete",
|
|
46814
|
+
"privacy": "private",
|
|
46815
|
+
"return": {
|
|
46816
|
+
"type": {
|
|
46817
|
+
"text": "void"
|
|
46818
|
+
}
|
|
46819
|
+
},
|
|
46820
|
+
"parameters": [
|
|
46821
|
+
{
|
|
46822
|
+
"name": "index",
|
|
46823
|
+
"type": {
|
|
46824
|
+
"text": "number"
|
|
46825
|
+
}
|
|
46826
|
+
}
|
|
46827
|
+
],
|
|
46828
|
+
"inheritedFrom": {
|
|
46829
|
+
"name": "VerificationCodeInput",
|
|
46830
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46831
|
+
}
|
|
46832
|
+
},
|
|
46833
|
+
{
|
|
46834
|
+
"kind": "method",
|
|
46835
|
+
"name": "getIndexFromInput",
|
|
46836
|
+
"privacy": "private",
|
|
46837
|
+
"return": {
|
|
46838
|
+
"type": {
|
|
46839
|
+
"text": "number | null"
|
|
46840
|
+
}
|
|
46841
|
+
},
|
|
46842
|
+
"parameters": [
|
|
46843
|
+
{
|
|
46844
|
+
"name": "input",
|
|
46845
|
+
"type": {
|
|
46846
|
+
"text": "HTMLInputElement"
|
|
46847
|
+
}
|
|
46848
|
+
}
|
|
46849
|
+
],
|
|
46850
|
+
"inheritedFrom": {
|
|
46851
|
+
"name": "VerificationCodeInput",
|
|
46852
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46853
|
+
}
|
|
46854
|
+
},
|
|
46855
|
+
{
|
|
46856
|
+
"kind": "method",
|
|
46857
|
+
"name": "syncDigitsFromValue",
|
|
46858
|
+
"privacy": "private",
|
|
46859
|
+
"return": {
|
|
46860
|
+
"type": {
|
|
46861
|
+
"text": "void"
|
|
46862
|
+
}
|
|
46863
|
+
},
|
|
46864
|
+
"parameters": [
|
|
46865
|
+
{
|
|
46866
|
+
"name": "cleaned",
|
|
46867
|
+
"type": {
|
|
46868
|
+
"text": "string"
|
|
46869
|
+
}
|
|
46870
|
+
}
|
|
46871
|
+
],
|
|
46872
|
+
"description": "Maps a sanitized code string into per-digit `values` and syncs the DOM when connected.",
|
|
46873
|
+
"inheritedFrom": {
|
|
46874
|
+
"name": "VerificationCodeInput",
|
|
46875
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46876
|
+
}
|
|
46877
|
+
},
|
|
46878
|
+
{
|
|
46879
|
+
"kind": "method",
|
|
46880
|
+
"name": "updateDigit",
|
|
46881
|
+
"privacy": "private",
|
|
46882
|
+
"return": {
|
|
46883
|
+
"type": {
|
|
46884
|
+
"text": "void"
|
|
46885
|
+
}
|
|
46886
|
+
},
|
|
46887
|
+
"parameters": [
|
|
46888
|
+
{
|
|
46889
|
+
"name": "index",
|
|
46890
|
+
"type": {
|
|
46891
|
+
"text": "number"
|
|
46892
|
+
}
|
|
46893
|
+
},
|
|
46894
|
+
{
|
|
46895
|
+
"name": "digit",
|
|
46896
|
+
"type": {
|
|
46897
|
+
"text": "string"
|
|
46898
|
+
}
|
|
46899
|
+
}
|
|
46900
|
+
],
|
|
46901
|
+
"inheritedFrom": {
|
|
46902
|
+
"name": "VerificationCodeInput",
|
|
46903
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46904
|
+
}
|
|
46905
|
+
},
|
|
46906
|
+
{
|
|
46907
|
+
"kind": "method",
|
|
46908
|
+
"name": "applyDigits",
|
|
46909
|
+
"privacy": "private",
|
|
46910
|
+
"return": {
|
|
46911
|
+
"type": {
|
|
46912
|
+
"text": "void"
|
|
46913
|
+
}
|
|
46914
|
+
},
|
|
46915
|
+
"parameters": [
|
|
46916
|
+
{
|
|
46917
|
+
"name": "raw",
|
|
46918
|
+
"type": {
|
|
46919
|
+
"text": "string"
|
|
46920
|
+
}
|
|
46921
|
+
},
|
|
46922
|
+
{
|
|
46923
|
+
"name": "startIndex",
|
|
46924
|
+
"type": {
|
|
46925
|
+
"text": "number"
|
|
46926
|
+
}
|
|
46927
|
+
}
|
|
46928
|
+
],
|
|
46929
|
+
"inheritedFrom": {
|
|
46930
|
+
"name": "VerificationCodeInput",
|
|
46931
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46932
|
+
}
|
|
46933
|
+
},
|
|
46934
|
+
{
|
|
46935
|
+
"kind": "method",
|
|
46936
|
+
"name": "commitValues",
|
|
46937
|
+
"privacy": "private",
|
|
46938
|
+
"return": {
|
|
46939
|
+
"type": {
|
|
46940
|
+
"text": "void"
|
|
46941
|
+
}
|
|
46942
|
+
},
|
|
46943
|
+
"parameters": [
|
|
46944
|
+
{
|
|
46945
|
+
"name": "nextValues",
|
|
46946
|
+
"type": {
|
|
46947
|
+
"text": "string[]"
|
|
46948
|
+
}
|
|
46949
|
+
}
|
|
46950
|
+
],
|
|
46951
|
+
"description": "Pushes digit state into the form-associated `value` and emits change / complete.",
|
|
46952
|
+
"inheritedFrom": {
|
|
46953
|
+
"name": "VerificationCodeInput",
|
|
46954
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46955
|
+
}
|
|
46956
|
+
},
|
|
46957
|
+
{
|
|
46958
|
+
"kind": "method",
|
|
46959
|
+
"name": "syncFieldValues",
|
|
46960
|
+
"privacy": "private",
|
|
46961
|
+
"return": {
|
|
46962
|
+
"type": {
|
|
46963
|
+
"text": "void"
|
|
46964
|
+
}
|
|
46965
|
+
},
|
|
46966
|
+
"inheritedFrom": {
|
|
46967
|
+
"name": "VerificationCodeInput",
|
|
46968
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46969
|
+
}
|
|
46970
|
+
},
|
|
46971
|
+
{
|
|
46972
|
+
"kind": "method",
|
|
46973
|
+
"name": "syncFieldValue",
|
|
46974
|
+
"privacy": "private",
|
|
46975
|
+
"return": {
|
|
46976
|
+
"type": {
|
|
46977
|
+
"text": "void"
|
|
46978
|
+
}
|
|
46979
|
+
},
|
|
46980
|
+
"parameters": [
|
|
46981
|
+
{
|
|
46982
|
+
"name": "index",
|
|
46983
|
+
"type": {
|
|
46984
|
+
"text": "number"
|
|
46985
|
+
}
|
|
46986
|
+
}
|
|
46987
|
+
],
|
|
46988
|
+
"inheritedFrom": {
|
|
46989
|
+
"name": "VerificationCodeInput",
|
|
46990
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
46991
|
+
}
|
|
46992
|
+
},
|
|
46993
|
+
{
|
|
46994
|
+
"kind": "method",
|
|
46995
|
+
"name": "focusDigit",
|
|
46996
|
+
"privacy": "private",
|
|
46997
|
+
"return": {
|
|
46998
|
+
"type": {
|
|
46999
|
+
"text": "void"
|
|
47000
|
+
}
|
|
47001
|
+
},
|
|
47002
|
+
"parameters": [
|
|
47003
|
+
{
|
|
47004
|
+
"name": "index",
|
|
47005
|
+
"type": {
|
|
47006
|
+
"text": "number"
|
|
47007
|
+
}
|
|
47008
|
+
}
|
|
47009
|
+
],
|
|
47010
|
+
"inheritedFrom": {
|
|
47011
|
+
"name": "VerificationCodeInput",
|
|
47012
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47013
|
+
}
|
|
47014
|
+
},
|
|
47015
|
+
{
|
|
47016
|
+
"kind": "field",
|
|
47017
|
+
"name": "rootNode",
|
|
47018
|
+
"type": {
|
|
47019
|
+
"text": "ParentNode"
|
|
47020
|
+
},
|
|
47021
|
+
"privacy": "private",
|
|
47022
|
+
"readonly": true,
|
|
47023
|
+
"inheritedFrom": {
|
|
47024
|
+
"name": "VerificationCodeInput",
|
|
47025
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47026
|
+
}
|
|
47027
|
+
},
|
|
47028
|
+
{
|
|
47029
|
+
"kind": "method",
|
|
47030
|
+
"name": "getControlElement",
|
|
47031
|
+
"privacy": "private",
|
|
47032
|
+
"return": {
|
|
47033
|
+
"type": {
|
|
47034
|
+
"text": "HTMLInputElement | null"
|
|
47035
|
+
}
|
|
47036
|
+
},
|
|
47037
|
+
"parameters": [
|
|
47038
|
+
{
|
|
47039
|
+
"name": "index",
|
|
47040
|
+
"type": {
|
|
47041
|
+
"text": "number"
|
|
47042
|
+
}
|
|
47043
|
+
}
|
|
47044
|
+
],
|
|
47045
|
+
"inheritedFrom": {
|
|
47046
|
+
"name": "VerificationCodeInput",
|
|
47047
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47048
|
+
}
|
|
47049
|
+
},
|
|
47050
|
+
{
|
|
47051
|
+
"kind": "method",
|
|
47052
|
+
"name": "isComplete",
|
|
47053
|
+
"privacy": "private",
|
|
47054
|
+
"return": {
|
|
47055
|
+
"type": {
|
|
47056
|
+
"text": "boolean"
|
|
47057
|
+
}
|
|
47058
|
+
},
|
|
47059
|
+
"inheritedFrom": {
|
|
47060
|
+
"name": "VerificationCodeInput",
|
|
47061
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47062
|
+
}
|
|
47063
|
+
},
|
|
47064
|
+
{
|
|
47065
|
+
"kind": "method",
|
|
47066
|
+
"name": "emitChange",
|
|
47067
|
+
"privacy": "private",
|
|
47068
|
+
"return": {
|
|
47069
|
+
"type": {
|
|
47070
|
+
"text": "void"
|
|
47071
|
+
}
|
|
47072
|
+
},
|
|
47073
|
+
"inheritedFrom": {
|
|
47074
|
+
"name": "VerificationCodeInput",
|
|
47075
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47076
|
+
}
|
|
47077
|
+
},
|
|
47078
|
+
{
|
|
47079
|
+
"kind": "field",
|
|
47080
|
+
"name": "proxy",
|
|
47081
|
+
"inheritedFrom": {
|
|
47082
|
+
"name": "VerificationCodeInput",
|
|
47083
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47084
|
+
}
|
|
47085
|
+
}
|
|
47086
|
+
],
|
|
47087
|
+
"events": [
|
|
47088
|
+
{
|
|
47089
|
+
"description": "Fired when any digit changes. Detail: `{ value: string }`.",
|
|
47090
|
+
"name": "change",
|
|
47091
|
+
"inheritedFrom": {
|
|
47092
|
+
"name": "VerificationCodeInput",
|
|
47093
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47094
|
+
}
|
|
47095
|
+
},
|
|
47096
|
+
{
|
|
47097
|
+
"description": "Fired when all digits are filled. Detail: `{ value: string }`.",
|
|
47098
|
+
"name": "complete",
|
|
47099
|
+
"inheritedFrom": {
|
|
47100
|
+
"name": "VerificationCodeInput",
|
|
47101
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47102
|
+
}
|
|
47103
|
+
}
|
|
47104
|
+
]
|
|
47105
|
+
},
|
|
47106
|
+
{
|
|
47107
|
+
"kind": "variable",
|
|
47108
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47109
|
+
"default": "foundationVerificationCodeInputConfig"
|
|
47110
|
+
},
|
|
47111
|
+
{
|
|
47112
|
+
"kind": "variable",
|
|
47113
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47114
|
+
"default": "foundationVerificationCodeInputShadowOptions"
|
|
47115
|
+
},
|
|
47116
|
+
{
|
|
47117
|
+
"kind": "variable",
|
|
47118
|
+
"name": "zeroVerificationCodeInput"
|
|
47119
|
+
}
|
|
47120
|
+
],
|
|
47121
|
+
"exports": [
|
|
47122
|
+
{
|
|
47123
|
+
"kind": "js",
|
|
47124
|
+
"name": "VerificationCodeInput",
|
|
47125
|
+
"declaration": {
|
|
47126
|
+
"name": "VerificationCodeInput",
|
|
47127
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47128
|
+
}
|
|
47129
|
+
},
|
|
47130
|
+
{
|
|
47131
|
+
"kind": "js",
|
|
47132
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47133
|
+
"declaration": {
|
|
47134
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
47135
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47136
|
+
}
|
|
47137
|
+
},
|
|
47138
|
+
{
|
|
47139
|
+
"kind": "js",
|
|
47140
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47141
|
+
"declaration": {
|
|
47142
|
+
"name": "zeroVerificationCodeInputShadowOptions",
|
|
47143
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47144
|
+
}
|
|
47145
|
+
},
|
|
47146
|
+
{
|
|
47147
|
+
"kind": "js",
|
|
47148
|
+
"name": "zeroVerificationCodeInput",
|
|
47149
|
+
"declaration": {
|
|
47150
|
+
"name": "zeroVerificationCodeInput",
|
|
47151
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
47152
|
+
}
|
|
47153
|
+
}
|
|
47154
|
+
]
|
|
47155
|
+
},
|
|
46191
47156
|
{
|
|
46192
47157
|
"kind": "javascript-module",
|
|
46193
47158
|
"path": "src/_config/styles/colors.ts",
|