@sprawlify/primitives 0.0.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/anatomy.cjs +3 -0
- package/dist/anatomy.d.cts +2 -0
- package/dist/anatomy.d.mts +2 -0
- package/dist/anatomy.mjs +3 -0
- package/dist/aria-hidden-DqYx0f_y.mjs +177 -0
- package/dist/aria-hidden-DtLU6hSU.cjs +182 -0
- package/dist/aria-hidden.cjs +4 -0
- package/dist/aria-hidden.d.cts +16 -0
- package/dist/aria-hidden.d.mts +16 -0
- package/dist/aria-hidden.mjs +4 -0
- package/dist/auto-resize-D3qHtFy1.mjs +114 -0
- package/dist/auto-resize-xzlPFDyD.cjs +125 -0
- package/dist/auto-resize.cjs +5 -0
- package/dist/auto-resize.d.cts +17 -0
- package/dist/auto-resize.d.mts +17 -0
- package/dist/auto-resize.mjs +4 -0
- package/dist/chunk-CbDLau6x.cjs +34 -0
- package/dist/collection-8XqaNHs_.mjs +1279 -0
- package/dist/collection-DIoIDISa.cjs +1326 -0
- package/dist/collection.cjs +11 -0
- package/dist/collection.d.cts +5 -0
- package/dist/collection.d.mts +5 -0
- package/dist/collection.mjs +4 -0
- package/dist/color-BkAP1Tkd.d.mts +60 -0
- package/dist/color-VKewNv2e.d.cts +60 -0
- package/dist/color-utils-Cc5GVXZh.mjs +657 -0
- package/dist/color-utils-LER_6Zwu.cjs +680 -0
- package/dist/color-utils.cjs +7 -0
- package/dist/color-utils.d.cts +19 -0
- package/dist/color-utils.d.mts +19 -0
- package/dist/color-utils.mjs +4 -0
- package/dist/core-30pJjyC2.d.mts +49 -0
- package/dist/core-CQFbMdTl.cjs +176 -0
- package/dist/core-CefBjbst.d.cts +49 -0
- package/dist/core-DCFNMTZF.mjs +129 -0
- package/dist/core.cjs +12 -0
- package/dist/core.d.cts +3 -0
- package/dist/core.d.mts +3 -0
- package/dist/core.mjs +5 -0
- package/dist/create-anatomy-B3XYc-qG.d.mts +70 -0
- package/dist/create-anatomy-BGQ8pv8J.d.cts +70 -0
- package/dist/create-anatomy-BbDZbHpC.mjs +39 -0
- package/dist/create-anatomy-CDsIFUXg.cjs +45 -0
- package/dist/create-props-BnF_vl-E.mjs +5 -0
- package/dist/create-props-YKy7JIKj.cjs +11 -0
- package/dist/data-url-C3ITPVRX.d.cts +10 -0
- package/dist/data-url-DLwZ9M77.d.mts +10 -0
- package/dist/date-utils-D2xPHa_I.cjs +738 -0
- package/dist/date-utils-wEa1hhpc.mjs +474 -0
- package/dist/date-utils.cjs +46 -0
- package/dist/date-utils.d.cts +101 -0
- package/dist/date-utils.d.mts +2 -0
- package/dist/date-utils.mjs +3 -0
- package/dist/defineProperty-BoUOT9Ie.cjs +49 -0
- package/dist/defineProperty-DrXfyjd4.mjs +43 -0
- package/dist/dismissable-CTfKZ4OG.cjs +282 -0
- package/dist/dismissable-DDrx0xnH.mjs +271 -0
- package/dist/dismissable-layer-C7pZU2wi.d.cts +39 -0
- package/dist/dismissable-layer-t_b0fk-p.d.mts +39 -0
- package/dist/dismissable.cjs +7 -0
- package/dist/dismissable.d.cts +3 -0
- package/dist/dismissable.d.mts +3 -0
- package/dist/dismissable.mjs +6 -0
- package/dist/dom-query-CWZdWUGp.cjs +2141 -0
- package/dist/dom-query-DFCRhyj1.mjs +1374 -0
- package/dist/dom-query.cjs +130 -0
- package/dist/dom-query.d.cts +307 -0
- package/dist/dom-query.d.mts +307 -0
- package/dist/dom-query.mjs +3 -0
- package/dist/file-utils.cjs +220 -0
- package/dist/file-utils.d.cts +51 -0
- package/dist/file-utils.d.mts +51 -0
- package/dist/file-utils.mjs +210 -0
- package/dist/focus-trap-D-bypQEJ.mjs +485 -0
- package/dist/focus-trap-D4i52S9A.cjs +496 -0
- package/dist/focus-trap.cjs +5 -0
- package/dist/focus-trap.d.cts +88 -0
- package/dist/focus-trap.d.mts +88 -0
- package/dist/focus-trap.mjs +4 -0
- package/dist/focus-visible-DYTWdWpa.cjs +210 -0
- package/dist/focus-visible-irppYatv.mjs +175 -0
- package/dist/focus-visible.cjs +9 -0
- package/dist/focus-visible.d.cts +31 -0
- package/dist/focus-visible.d.mts +31 -0
- package/dist/focus-visible.mjs +4 -0
- package/dist/functions-BOkTDEFM.d.cts +15 -0
- package/dist/functions-IZtWcC8Q.d.mts +15 -0
- package/dist/highlight-word.cjs +100 -0
- package/dist/highlight-word.d.cts +24 -0
- package/dist/highlight-word.d.mts +24 -0
- package/dist/highlight-word.mjs +99 -0
- package/dist/hotkeys.cjs +758 -0
- package/dist/hotkeys.d.cts +130 -0
- package/dist/hotkeys.d.mts +130 -0
- package/dist/hotkeys.mjs +754 -0
- package/dist/i18n-utils.cjs +450 -0
- package/dist/i18n-utils.d.cts +61 -0
- package/dist/i18n-utils.d.mts +61 -0
- package/dist/i18n-utils.mjs +440 -0
- package/dist/index-BkzYij2j.d.mts +25 -0
- package/dist/index-Bqw3r34-.d.cts +1383 -0
- package/dist/index-C0MKXQmE.d.mts +1383 -0
- package/dist/index-C9-feK5c.d.cts +25 -0
- package/dist/index-CD5FN7kY.d.mts +114 -0
- package/dist/index-CJji6wHl.d.cts +15 -0
- package/dist/index-CNi5FkPe.d.mts +15 -0
- package/dist/index-D96rs8B0.d.mts +115 -0
- package/dist/index.cjs +0 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/interact-outside-BplxR9cR.mjs +200 -0
- package/dist/interact-outside-C8-oFBpB.cjs +205 -0
- package/dist/interact-outside.cjs +5 -0
- package/dist/interact-outside.d.cts +2 -0
- package/dist/interact-outside.d.mts +2 -0
- package/dist/interact-outside.mjs +5 -0
- package/dist/json-tree-utils.cjs +1512 -0
- package/dist/json-tree-utils.d.cts +117 -0
- package/dist/json-tree-utils.d.mts +117 -0
- package/dist/json-tree-utils.mjs +1463 -0
- package/dist/list-collection-BIMJGQjn.d.cts +61 -0
- package/dist/list-collection-Db3eixRU.d.mts +61 -0
- package/dist/live-region-CcZPGo89.cjs +52 -0
- package/dist/live-region-CnPh21WH.mjs +46 -0
- package/dist/live-region.cjs +3 -0
- package/dist/live-region.d.cts +2 -0
- package/dist/live-region.d.mts +2 -0
- package/dist/live-region.mjs +3 -0
- package/dist/machines/accordion/index.cjs +328 -0
- package/dist/machines/accordion/index.d.cts +83 -0
- package/dist/machines/accordion/index.d.mts +83 -0
- package/dist/machines/accordion/index.mjs +322 -0
- package/dist/machines/async-list/index.cjs +311 -0
- package/dist/machines/async-list/index.d.cts +89 -0
- package/dist/machines/async-list/index.d.mts +89 -0
- package/dist/machines/async-list/index.mjs +310 -0
- package/dist/machines/avatar/index.cjs +169 -0
- package/dist/machines/avatar/index.d.cts +63 -0
- package/dist/machines/avatar/index.d.mts +63 -0
- package/dist/machines/avatar/index.mjs +165 -0
- package/dist/machines/bottom-sheet/index.cjs +676 -0
- package/dist/machines/bottom-sheet/index.d.cts +239 -0
- package/dist/machines/bottom-sheet/index.d.mts +239 -0
- package/dist/machines/bottom-sheet/index.mjs +672 -0
- package/dist/machines/carousel/index.cjs +859 -0
- package/dist/machines/carousel/index.d.cts +146 -0
- package/dist/machines/carousel/index.d.mts +146 -0
- package/dist/machines/carousel/index.mjs +851 -0
- package/dist/machines/checkbox/index.cjs +316 -0
- package/dist/machines/checkbox/index.d.cts +81 -0
- package/dist/machines/checkbox/index.d.mts +81 -0
- package/dist/machines/checkbox/index.mjs +312 -0
- package/dist/machines/clipboard/index.cjs +225 -0
- package/dist/machines/clipboard/index.d.cts +68 -0
- package/dist/machines/clipboard/index.d.mts +68 -0
- package/dist/machines/clipboard/index.mjs +219 -0
- package/dist/machines/collapsible/index.cjs +362 -0
- package/dist/machines/collapsible/index.d.cts +82 -0
- package/dist/machines/collapsible/index.d.mts +82 -0
- package/dist/machines/collapsible/index.mjs +358 -0
- package/dist/machines/color-picker/index.cjs +1529 -0
- package/dist/machines/color-picker/index.d.cts +205 -0
- package/dist/machines/color-picker/index.d.mts +205 -0
- package/dist/machines/color-picker/index.mjs +1514 -0
- package/dist/machines/combobox/index.cjs +1593 -0
- package/dist/machines/combobox/index.d.cts +214 -0
- package/dist/machines/combobox/index.d.mts +214 -0
- package/dist/machines/combobox/index.mjs +1582 -0
- package/dist/machines/date-picker/index.cjs +2177 -0
- package/dist/machines/date-picker/index.d.cts +350 -0
- package/dist/machines/date-picker/index.d.mts +350 -0
- package/dist/machines/date-picker/index.mjs +2161 -0
- package/dist/machines/dialog/index.cjs +325 -0
- package/dist/machines/dialog/index.d.cts +80 -0
- package/dist/machines/dialog/index.d.mts +80 -0
- package/dist/machines/dialog/index.mjs +321 -0
- package/dist/machines/editable/index.cjs +551 -0
- package/dist/machines/editable/index.d.cts +114 -0
- package/dist/machines/editable/index.d.mts +114 -0
- package/dist/machines/editable/index.mjs +547 -0
- package/dist/machines/floating-panel/index.cjs +995 -0
- package/dist/machines/floating-panel/index.d.cts +147 -0
- package/dist/machines/floating-panel/index.d.mts +147 -0
- package/dist/machines/floating-panel/index.mjs +988 -0
- package/dist/machines/hover-card/index.cjs +383 -0
- package/dist/machines/hover-card/index.d.cts +69 -0
- package/dist/machines/hover-card/index.d.mts +69 -0
- package/dist/machines/hover-card/index.mjs +379 -0
- package/dist/machines/image-cropper/index.cjs +1995 -0
- package/dist/machines/image-cropper/index.d.cts +182 -0
- package/dist/machines/image-cropper/index.d.mts +182 -0
- package/dist/machines/image-cropper/index.mjs +1990 -0
- package/dist/machines/listbox/index.cjs +794 -0
- package/dist/machines/listbox/index.d.cts +168 -0
- package/dist/machines/listbox/index.d.mts +168 -0
- package/dist/machines/listbox/index.mjs +782 -0
- package/dist/machines/marquee/index.cjs +395 -0
- package/dist/machines/marquee/index.d.cts +102 -0
- package/dist/machines/marquee/index.d.mts +102 -0
- package/dist/machines/marquee/index.mjs +391 -0
- package/dist/machines/menu/index.cjs +1298 -0
- package/dist/machines/menu/index.d.cts +175 -0
- package/dist/machines/menu/index.d.mts +175 -0
- package/dist/machines/menu/index.mjs +1286 -0
- package/dist/machines/navigation-menu/index.cjs +861 -0
- package/dist/machines/navigation-menu/index.d.cts +127 -0
- package/dist/machines/navigation-menu/index.d.mts +127 -0
- package/dist/machines/navigation-menu/index.mjs +857 -0
- package/dist/machines/number-input/index.cjs +996 -0
- package/dist/machines/number-input/index.d.cts +134 -0
- package/dist/machines/number-input/index.d.mts +134 -0
- package/dist/machines/number-input/index.mjs +991 -0
- package/dist/machines/pagination/index.cjs +419 -0
- package/dist/machines/pagination/index.d.cts +139 -0
- package/dist/machines/pagination/index.d.mts +139 -0
- package/dist/machines/pagination/index.mjs +411 -0
- package/dist/machines/password-input/index.cjs +228 -0
- package/dist/machines/password-input/index.d.cts +71 -0
- package/dist/machines/password-input/index.d.mts +71 -0
- package/dist/machines/password-input/index.mjs +224 -0
- package/dist/machines/pin-input/index.cjs +523 -0
- package/dist/machines/pin-input/index.d.cts +105 -0
- package/dist/machines/pin-input/index.d.mts +105 -0
- package/dist/machines/pin-input/index.mjs +519 -0
- package/dist/machines/popover/index.cjs +430 -0
- package/dist/machines/popover/index.d.cts +88 -0
- package/dist/machines/popover/index.d.mts +88 -0
- package/dist/machines/popover/index.mjs +426 -0
- package/dist/machines/presence/index.cjs +192 -0
- package/dist/machines/presence/index.d.cts +44 -0
- package/dist/machines/presence/index.d.mts +44 -0
- package/dist/machines/presence/index.mjs +190 -0
- package/dist/machines/progress/index.cjs +288 -0
- package/dist/machines/progress/index.d.cts +96 -0
- package/dist/machines/progress/index.d.mts +96 -0
- package/dist/machines/progress/index.mjs +284 -0
- package/dist/machines/qr-code/index.cjs +172 -0
- package/dist/machines/qr-code/index.d.cts +70 -0
- package/dist/machines/qr-code/index.d.mts +70 -0
- package/dist/machines/qr-code/index.mjs +167 -0
- package/dist/machines/radio-group/index.cjs +436 -0
- package/dist/machines/radio-group/index.d.cts +106 -0
- package/dist/machines/radio-group/index.d.mts +106 -0
- package/dist/machines/radio-group/index.mjs +430 -0
- package/dist/machines/rating-group/index.cjs +405 -0
- package/dist/machines/rating-group/index.d.cts +101 -0
- package/dist/machines/rating-group/index.d.mts +101 -0
- package/dist/machines/rating-group/index.mjs +399 -0
- package/dist/machines/scroll-area/index.cjs +857 -0
- package/dist/machines/scroll-area/index.d.cts +159 -0
- package/dist/machines/scroll-area/index.d.mts +159 -0
- package/dist/machines/scroll-area/index.mjs +853 -0
- package/dist/machines/select/index.cjs +1165 -0
- package/dist/machines/select/index.d.cts +183 -0
- package/dist/machines/select/index.d.mts +183 -0
- package/dist/machines/select/index.mjs +1154 -0
- package/dist/machines/signature-pad/index.cjs +334 -0
- package/dist/machines/signature-pad/index.d.cts +108 -0
- package/dist/machines/signature-pad/index.d.mts +108 -0
- package/dist/machines/signature-pad/index.mjs +328 -0
- package/dist/machines/slider/index.cjs +957 -0
- package/dist/machines/slider/index.d.cts +149 -0
- package/dist/machines/slider/index.d.mts +149 -0
- package/dist/machines/slider/index.mjs +949 -0
- package/dist/machines/splitter/index.cjs +1112 -0
- package/dist/machines/splitter/index.d.cts +155 -0
- package/dist/machines/splitter/index.d.mts +155 -0
- package/dist/machines/splitter/index.mjs +1103 -0
- package/dist/machines/steps/index.cjs +289 -0
- package/dist/machines/steps/index.d.cts +97 -0
- package/dist/machines/steps/index.d.mts +97 -0
- package/dist/machines/steps/index.mjs +285 -0
- package/dist/machines/switch/index.cjs +305 -0
- package/dist/machines/switch/index.d.cts +80 -0
- package/dist/machines/switch/index.d.mts +80 -0
- package/dist/machines/switch/index.mjs +301 -0
- package/dist/machines/tabs/index.cjs +508 -0
- package/dist/machines/tabs/index.d.cts +111 -0
- package/dist/machines/tabs/index.d.mts +111 -0
- package/dist/machines/tabs/index.mjs +500 -0
- package/dist/machines/tags-input/index.cjs +1127 -0
- package/dist/machines/tags-input/index.d.cts +179 -0
- package/dist/machines/tags-input/index.d.mts +179 -0
- package/dist/machines/tags-input/index.mjs +1121 -0
- package/dist/machines/timer/index.cjs +329 -0
- package/dist/machines/timer/index.d.cts +98 -0
- package/dist/machines/timer/index.d.mts +98 -0
- package/dist/machines/timer/index.mjs +324 -0
- package/dist/machines/toast/index.cjs +1155 -0
- package/dist/machines/toast/index.d.cts +195 -0
- package/dist/machines/toast/index.d.mts +195 -0
- package/dist/machines/toast/index.mjs +1151 -0
- package/dist/machines/toggle/index.cjs +103 -0
- package/dist/machines/toggle/index.d.cts +46 -0
- package/dist/machines/toggle/index.d.mts +46 -0
- package/dist/machines/toggle/index.mjs +99 -0
- package/dist/machines/toggle-group/index.cjs +328 -0
- package/dist/machines/toggle-group/index.d.cts +81 -0
- package/dist/machines/toggle-group/index.d.mts +81 -0
- package/dist/machines/toggle-group/index.mjs +322 -0
- package/dist/machines/tooltip/index.cjs +516 -0
- package/dist/machines/tooltip/index.d.cts +71 -0
- package/dist/machines/tooltip/index.d.mts +71 -0
- package/dist/machines/tooltip/index.mjs +512 -0
- package/dist/machines/tour/index.cjs +1108 -0
- package/dist/machines/tour/index.d.cts +206 -0
- package/dist/machines/tour/index.d.mts +206 -0
- package/dist/machines/tour/index.mjs +1101 -0
- package/dist/machines/tree-view/index.cjs +1271 -0
- package/dist/machines/tree-view/index.d.cts +215 -0
- package/dist/machines/tree-view/index.d.mts +215 -0
- package/dist/machines/tree-view/index.mjs +1263 -0
- package/dist/node-BctU8GXk.d.mts +24 -0
- package/dist/node-CSsuPZVZ.d.cts +24 -0
- package/dist/popper-BPJeAtcA.mjs +349 -0
- package/dist/popper-D0FAW_p7.cjs +373 -0
- package/dist/popper.cjs +8 -0
- package/dist/popper.d.cts +74 -0
- package/dist/popper.d.mts +2 -0
- package/dist/popper.mjs +5 -0
- package/dist/raf-BnlYUlDi.d.mts +15 -0
- package/dist/raf-Cd2FGy0z.d.cts +15 -0
- package/dist/rect-utils-0ellN0a_.mjs +854 -0
- package/dist/rect-utils-DKLRhP8G.cjs +1147 -0
- package/dist/rect-utils.cjs +51 -0
- package/dist/rect-utils.d.cts +198 -0
- package/dist/rect-utils.d.mts +198 -0
- package/dist/rect-utils.mjs +3 -0
- package/dist/remove-scroll-Lrfv79X_.mjs +58 -0
- package/dist/remove-scroll-Uvzg1L9r.cjs +63 -0
- package/dist/remove-scroll.cjs +0 -0
- package/dist/remove-scroll.d.cts +1 -0
- package/dist/remove-scroll.d.mts +1 -0
- package/dist/remove-scroll.mjs +1 -0
- package/dist/scroll-snap-CrTmQRzA.mjs +152 -0
- package/dist/scroll-snap-zyiZLv7W.cjs +175 -0
- package/dist/scroll-snap.cjs +7 -0
- package/dist/scroll-snap.d.cts +14 -0
- package/dist/scroll-snap.d.mts +14 -0
- package/dist/scroll-snap.mjs +4 -0
- package/dist/selection-BIhSzkF7.d.mts +50 -0
- package/dist/selection-CS1GBp8e.d.cts +50 -0
- package/dist/store-BZcXv49B.cjs +305 -0
- package/dist/store-DEojWy9H.mjs +263 -0
- package/dist/store.cjs +9 -0
- package/dist/store.d.cts +26 -0
- package/dist/store.d.mts +26 -0
- package/dist/store.mjs +3 -0
- package/dist/stringify-state.cjs +49 -0
- package/dist/stringify-state.d.cts +8 -0
- package/dist/stringify-state.d.mts +8 -0
- package/dist/stringify-state.mjs +46 -0
- package/dist/tree-collection-BwU5WhGQ.d.mts +78 -0
- package/dist/tree-collection-DP_eznnI.d.cts +78 -0
- package/dist/typeahead-BdNwVP09.d.cts +45 -0
- package/dist/typeahead-XN6lZ7G9.d.mts +45 -0
- package/dist/types-BivBkYg9.d.cts +57 -0
- package/dist/types-Bl_6JtPQ.d.mts +57 -0
- package/dist/types-CPUMVt7c.d.mts +54 -0
- package/dist/types-CT_W6HWr.d.cts +54 -0
- package/dist/types-DDTcG99l.d.mts +201 -0
- package/dist/types-DejIu60O.d.cts +201 -0
- package/dist/types-DiIdKZ3K.d.cts +45 -0
- package/dist/types-GxLIgJib.d.cts +17 -0
- package/dist/types.cjs +15 -0
- package/dist/types.d.cts +2 -0
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +14 -0
- package/dist/utils-BZyrxWWR.mjs +525 -0
- package/dist/utils-_6frwjgJ.cjs +1040 -0
- package/dist/utils.cjs +88 -0
- package/dist/utils.d.cts +144 -0
- package/dist/utils.d.mts +144 -0
- package/dist/utils.mjs +3 -0
- package/dist/wait-for-CMjPsqWk.d.cts +10 -0
- package/dist/wait-for-D2nkdD4z.d.mts +10 -0
- package/package.json +399 -0
|
@@ -0,0 +1,523 @@
|
|
|
1
|
+
const require_create_anatomy = require('../../create-anatomy-CDsIFUXg.cjs');
|
|
2
|
+
const require_dom_query = require('../../dom-query-CWZdWUGp.cjs');
|
|
3
|
+
const require_utils = require('../../utils-_6frwjgJ.cjs');
|
|
4
|
+
const require_core = require('../../core-CQFbMdTl.cjs');
|
|
5
|
+
const require_create_props = require('../../create-props-YKy7JIKj.cjs');
|
|
6
|
+
|
|
7
|
+
//#region src/machines/pin-input/pin-input.anatomy.ts
|
|
8
|
+
const anatomy = require_create_anatomy.createAnatomy("pinInput").parts("root", "label", "input", "control");
|
|
9
|
+
const parts = anatomy.build();
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/machines/pin-input/pin-input.dom.ts
|
|
13
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `pin-input:${ctx.id}`;
|
|
14
|
+
const getInputId = (ctx, id) => ctx.ids?.input?.(id) ?? `pin-input:${ctx.id}:${id}`;
|
|
15
|
+
const getHiddenInputId = (ctx) => ctx.ids?.hiddenInput ?? `pin-input:${ctx.id}:hidden`;
|
|
16
|
+
const getLabelId = (ctx) => ctx.ids?.label ?? `pin-input:${ctx.id}:label`;
|
|
17
|
+
const getControlId = (ctx) => ctx.ids?.control ?? `pin-input:${ctx.id}:control`;
|
|
18
|
+
const getRootEl = (ctx) => ctx.getById(getRootId(ctx));
|
|
19
|
+
const getInputEls = (ctx) => {
|
|
20
|
+
const selector = `input[data-ownedby=${CSS.escape(getRootId(ctx))}]`;
|
|
21
|
+
return require_dom_query.queryAll(getRootEl(ctx), selector);
|
|
22
|
+
};
|
|
23
|
+
const getInputElAtIndex = (ctx, index) => getInputEls(ctx)[index];
|
|
24
|
+
const getFirstInputEl = (ctx) => getInputEls(ctx)[0];
|
|
25
|
+
const getHiddenInputEl = (ctx) => ctx.getById(getHiddenInputId(ctx));
|
|
26
|
+
const setInputValue = (inputEl, value) => {
|
|
27
|
+
inputEl.value = value;
|
|
28
|
+
inputEl.setAttribute("value", value);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
//#endregion
|
|
32
|
+
//#region src/machines/pin-input/pin-input.utils.ts
|
|
33
|
+
const REGEX = {
|
|
34
|
+
numeric: /^[0-9]+$/,
|
|
35
|
+
alphabetic: /^[A-Za-z]+$/,
|
|
36
|
+
alphanumeric: /^[a-zA-Z0-9]+$/i
|
|
37
|
+
};
|
|
38
|
+
function isValidType(type, value) {
|
|
39
|
+
if (!type) return true;
|
|
40
|
+
return !!REGEX[type]?.test(value);
|
|
41
|
+
}
|
|
42
|
+
function isValidValue(value, type, pattern) {
|
|
43
|
+
if (!pattern) return isValidType(type, value);
|
|
44
|
+
return new RegExp(pattern, "g").test(value);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
//#endregion
|
|
48
|
+
//#region src/machines/pin-input/pin-input.connect.ts
|
|
49
|
+
function connect(service, normalize) {
|
|
50
|
+
const { send, context, computed, prop, scope } = service;
|
|
51
|
+
const complete = computed("isValueComplete");
|
|
52
|
+
const disabled = !!prop("disabled");
|
|
53
|
+
const readOnly = !!prop("readOnly");
|
|
54
|
+
const invalid = !!prop("invalid");
|
|
55
|
+
const required = !!prop("required");
|
|
56
|
+
const translations = prop("translations");
|
|
57
|
+
const focusedIndex = context.get("focusedIndex");
|
|
58
|
+
function focus() {
|
|
59
|
+
getFirstInputEl(scope)?.focus();
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
focus,
|
|
63
|
+
count: context.get("count"),
|
|
64
|
+
items: Array.from({ length: context.get("count") }).map((_, i) => i),
|
|
65
|
+
value: context.get("value"),
|
|
66
|
+
valueAsString: computed("valueAsString"),
|
|
67
|
+
complete,
|
|
68
|
+
setValue(value) {
|
|
69
|
+
if (!Array.isArray(value)) require_utils.invariant("[pin-input/setValue] value must be an array");
|
|
70
|
+
send({
|
|
71
|
+
type: "VALUE.SET",
|
|
72
|
+
value
|
|
73
|
+
});
|
|
74
|
+
},
|
|
75
|
+
clearValue() {
|
|
76
|
+
send({ type: "VALUE.CLEAR" });
|
|
77
|
+
},
|
|
78
|
+
setValueAtIndex(index, value) {
|
|
79
|
+
send({
|
|
80
|
+
type: "VALUE.SET",
|
|
81
|
+
value,
|
|
82
|
+
index
|
|
83
|
+
});
|
|
84
|
+
},
|
|
85
|
+
getRootProps() {
|
|
86
|
+
return normalize.element({
|
|
87
|
+
dir: prop("dir"),
|
|
88
|
+
...parts.root.attrs,
|
|
89
|
+
id: getRootId(scope),
|
|
90
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
91
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
92
|
+
"data-complete": require_dom_query.dataAttr(complete),
|
|
93
|
+
"data-readonly": require_dom_query.dataAttr(readOnly)
|
|
94
|
+
});
|
|
95
|
+
},
|
|
96
|
+
getLabelProps() {
|
|
97
|
+
return normalize.label({
|
|
98
|
+
...parts.label.attrs,
|
|
99
|
+
dir: prop("dir"),
|
|
100
|
+
htmlFor: getHiddenInputId(scope),
|
|
101
|
+
id: getLabelId(scope),
|
|
102
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
103
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
104
|
+
"data-complete": require_dom_query.dataAttr(complete),
|
|
105
|
+
"data-required": require_dom_query.dataAttr(required),
|
|
106
|
+
"data-readonly": require_dom_query.dataAttr(readOnly),
|
|
107
|
+
onClick(event) {
|
|
108
|
+
event.preventDefault();
|
|
109
|
+
focus();
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
},
|
|
113
|
+
getHiddenInputProps() {
|
|
114
|
+
return normalize.input({
|
|
115
|
+
"aria-hidden": true,
|
|
116
|
+
type: "text",
|
|
117
|
+
tabIndex: -1,
|
|
118
|
+
id: getHiddenInputId(scope),
|
|
119
|
+
readOnly,
|
|
120
|
+
disabled,
|
|
121
|
+
required,
|
|
122
|
+
name: prop("name"),
|
|
123
|
+
form: prop("form"),
|
|
124
|
+
style: require_dom_query.visuallyHiddenStyle,
|
|
125
|
+
maxLength: computed("valueLength"),
|
|
126
|
+
defaultValue: computed("valueAsString")
|
|
127
|
+
});
|
|
128
|
+
},
|
|
129
|
+
getControlProps() {
|
|
130
|
+
return normalize.element({
|
|
131
|
+
...parts.control.attrs,
|
|
132
|
+
dir: prop("dir"),
|
|
133
|
+
id: getControlId(scope)
|
|
134
|
+
});
|
|
135
|
+
},
|
|
136
|
+
getInputProps(props$1) {
|
|
137
|
+
const { index } = props$1;
|
|
138
|
+
const inputType = prop("type") === "numeric" ? "tel" : "text";
|
|
139
|
+
return normalize.input({
|
|
140
|
+
...parts.input.attrs,
|
|
141
|
+
dir: prop("dir"),
|
|
142
|
+
disabled,
|
|
143
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
144
|
+
"data-complete": require_dom_query.dataAttr(complete),
|
|
145
|
+
id: getInputId(scope, index.toString()),
|
|
146
|
+
"data-index": index,
|
|
147
|
+
"data-ownedby": getRootId(scope),
|
|
148
|
+
"aria-label": translations?.inputLabel?.(index, computed("valueLength")),
|
|
149
|
+
inputMode: prop("otp") || prop("type") === "numeric" ? "numeric" : "text",
|
|
150
|
+
"aria-invalid": require_dom_query.ariaAttr(invalid),
|
|
151
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
152
|
+
type: prop("mask") ? "password" : inputType,
|
|
153
|
+
defaultValue: context.get("value")[index] || "",
|
|
154
|
+
readOnly,
|
|
155
|
+
autoCapitalize: "none",
|
|
156
|
+
autoComplete: prop("otp") ? "one-time-code" : "off",
|
|
157
|
+
placeholder: focusedIndex === index ? "" : prop("placeholder"),
|
|
158
|
+
onBeforeInput(event) {
|
|
159
|
+
try {
|
|
160
|
+
const value = require_dom_query.getBeforeInputValue(event);
|
|
161
|
+
if (!isValidValue(value, prop("type"), prop("pattern"))) {
|
|
162
|
+
send({
|
|
163
|
+
type: "VALUE.INVALID",
|
|
164
|
+
value
|
|
165
|
+
});
|
|
166
|
+
event.preventDefault();
|
|
167
|
+
}
|
|
168
|
+
if (value.length > 2) event.currentTarget.setSelectionRange(0, 1, "forward");
|
|
169
|
+
} catch {}
|
|
170
|
+
},
|
|
171
|
+
onChange(event) {
|
|
172
|
+
const evt = require_dom_query.getNativeEvent(event);
|
|
173
|
+
const { value } = event.currentTarget;
|
|
174
|
+
if (evt.inputType === "insertFromPaste" || value.length > 2) {
|
|
175
|
+
send({
|
|
176
|
+
type: "INPUT.PASTE",
|
|
177
|
+
value
|
|
178
|
+
});
|
|
179
|
+
event.currentTarget.value = value[0];
|
|
180
|
+
event.preventDefault();
|
|
181
|
+
return;
|
|
182
|
+
}
|
|
183
|
+
if (evt.inputType === "deleteContentBackward") {
|
|
184
|
+
send({ type: "INPUT.BACKSPACE" });
|
|
185
|
+
return;
|
|
186
|
+
}
|
|
187
|
+
send({
|
|
188
|
+
type: "INPUT.CHANGE",
|
|
189
|
+
value,
|
|
190
|
+
index
|
|
191
|
+
});
|
|
192
|
+
},
|
|
193
|
+
onKeyDown(event) {
|
|
194
|
+
if (event.defaultPrevented) return;
|
|
195
|
+
if (require_dom_query.isComposingEvent(event)) return;
|
|
196
|
+
if (require_dom_query.isModifierKey(event)) return;
|
|
197
|
+
const exec = {
|
|
198
|
+
Backspace() {
|
|
199
|
+
send({ type: "INPUT.BACKSPACE" });
|
|
200
|
+
},
|
|
201
|
+
Delete() {
|
|
202
|
+
send({ type: "INPUT.DELETE" });
|
|
203
|
+
},
|
|
204
|
+
ArrowLeft() {
|
|
205
|
+
send({ type: "INPUT.ARROW_LEFT" });
|
|
206
|
+
},
|
|
207
|
+
ArrowRight() {
|
|
208
|
+
send({ type: "INPUT.ARROW_RIGHT" });
|
|
209
|
+
},
|
|
210
|
+
Enter() {
|
|
211
|
+
send({ type: "INPUT.ENTER" });
|
|
212
|
+
}
|
|
213
|
+
}[require_dom_query.getEventKey(event, {
|
|
214
|
+
dir: prop("dir"),
|
|
215
|
+
orientation: "horizontal"
|
|
216
|
+
})];
|
|
217
|
+
if (exec) {
|
|
218
|
+
exec(event);
|
|
219
|
+
event.preventDefault();
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
onFocus() {
|
|
223
|
+
send({
|
|
224
|
+
type: "INPUT.FOCUS",
|
|
225
|
+
index
|
|
226
|
+
});
|
|
227
|
+
},
|
|
228
|
+
onBlur(event) {
|
|
229
|
+
const target = event.relatedTarget;
|
|
230
|
+
if (require_dom_query.isHTMLElement(target) && target.dataset.ownedby === getRootId(scope)) return;
|
|
231
|
+
send({
|
|
232
|
+
type: "INPUT.BLUR",
|
|
233
|
+
index
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
});
|
|
237
|
+
}
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
//#endregion
|
|
242
|
+
//#region src/machines/pin-input/pin-input.machine.ts
|
|
243
|
+
const { choose, createMachine } = require_core.setup();
|
|
244
|
+
const machine = createMachine({
|
|
245
|
+
props({ props: props$1 }) {
|
|
246
|
+
return {
|
|
247
|
+
placeholder: "○",
|
|
248
|
+
otp: false,
|
|
249
|
+
type: "numeric",
|
|
250
|
+
defaultValue: props$1.count ? fill([], props$1.count) : [],
|
|
251
|
+
...props$1,
|
|
252
|
+
translations: {
|
|
253
|
+
inputLabel: (index, length) => `pin code ${index + 1} of ${length}`,
|
|
254
|
+
...props$1.translations
|
|
255
|
+
}
|
|
256
|
+
};
|
|
257
|
+
},
|
|
258
|
+
initialState() {
|
|
259
|
+
return "idle";
|
|
260
|
+
},
|
|
261
|
+
context({ prop, bindable }) {
|
|
262
|
+
return {
|
|
263
|
+
value: bindable(() => ({
|
|
264
|
+
value: prop("value"),
|
|
265
|
+
defaultValue: prop("defaultValue"),
|
|
266
|
+
isEqual: require_utils.isEqual,
|
|
267
|
+
onChange(value) {
|
|
268
|
+
prop("onValueChange")?.({
|
|
269
|
+
value,
|
|
270
|
+
valueAsString: value.join("")
|
|
271
|
+
});
|
|
272
|
+
}
|
|
273
|
+
})),
|
|
274
|
+
focusedIndex: bindable(() => ({
|
|
275
|
+
sync: true,
|
|
276
|
+
defaultValue: -1
|
|
277
|
+
})),
|
|
278
|
+
count: bindable(() => ({ defaultValue: prop("count") }))
|
|
279
|
+
};
|
|
280
|
+
},
|
|
281
|
+
computed: {
|
|
282
|
+
_value: ({ context }) => fill(context.get("value"), context.get("count")),
|
|
283
|
+
valueLength: ({ computed }) => computed("_value").length,
|
|
284
|
+
filledValueLength: ({ computed }) => computed("_value").filter((v) => v?.trim() !== "").length,
|
|
285
|
+
isValueComplete: ({ computed }) => computed("valueLength") === computed("filledValueLength"),
|
|
286
|
+
valueAsString: ({ computed }) => computed("_value").join(""),
|
|
287
|
+
focusedValue: ({ computed, context }) => computed("_value")[context.get("focusedIndex")] || ""
|
|
288
|
+
},
|
|
289
|
+
entry: choose([{
|
|
290
|
+
guard: "autoFocus",
|
|
291
|
+
actions: ["setInputCount", "setFocusIndexToFirst"]
|
|
292
|
+
}, { actions: ["setInputCount"] }]),
|
|
293
|
+
watch({ action, track, context, computed }) {
|
|
294
|
+
track([() => context.get("focusedIndex")], () => {
|
|
295
|
+
action(["focusInput", "selectInputIfNeeded"]);
|
|
296
|
+
});
|
|
297
|
+
track([() => context.get("value").join(",")], () => {
|
|
298
|
+
action(["syncInputElements", "dispatchInputEvent"]);
|
|
299
|
+
});
|
|
300
|
+
track([() => computed("isValueComplete")], () => {
|
|
301
|
+
action(["invokeOnComplete", "blurFocusedInputIfNeeded"]);
|
|
302
|
+
});
|
|
303
|
+
},
|
|
304
|
+
on: {
|
|
305
|
+
"VALUE.SET": [{
|
|
306
|
+
guard: "hasIndex",
|
|
307
|
+
actions: ["setValueAtIndex"]
|
|
308
|
+
}, { actions: ["setValue"] }],
|
|
309
|
+
"VALUE.CLEAR": { actions: ["clearValue", "setFocusIndexToFirst"] }
|
|
310
|
+
},
|
|
311
|
+
states: {
|
|
312
|
+
idle: { on: { "INPUT.FOCUS": {
|
|
313
|
+
target: "focused",
|
|
314
|
+
actions: ["setFocusedIndex"]
|
|
315
|
+
} } },
|
|
316
|
+
focused: { on: {
|
|
317
|
+
"INPUT.CHANGE": { actions: [
|
|
318
|
+
"setFocusedValue",
|
|
319
|
+
"syncInputValue",
|
|
320
|
+
"setNextFocusedIndex"
|
|
321
|
+
] },
|
|
322
|
+
"INPUT.PASTE": { actions: ["setPastedValue", "setLastValueFocusIndex"] },
|
|
323
|
+
"INPUT.FOCUS": { actions: ["setFocusedIndex"] },
|
|
324
|
+
"INPUT.BLUR": {
|
|
325
|
+
target: "idle",
|
|
326
|
+
actions: ["clearFocusedIndex"]
|
|
327
|
+
},
|
|
328
|
+
"INPUT.DELETE": {
|
|
329
|
+
guard: "hasValue",
|
|
330
|
+
actions: ["clearFocusedValue"]
|
|
331
|
+
},
|
|
332
|
+
"INPUT.ARROW_LEFT": { actions: ["setPrevFocusedIndex"] },
|
|
333
|
+
"INPUT.ARROW_RIGHT": { actions: ["setNextFocusedIndex"] },
|
|
334
|
+
"INPUT.BACKSPACE": [{
|
|
335
|
+
guard: "hasValue",
|
|
336
|
+
actions: ["clearFocusedValue"]
|
|
337
|
+
}, { actions: ["setPrevFocusedIndex", "clearFocusedValue"] }],
|
|
338
|
+
"INPUT.ENTER": {
|
|
339
|
+
guard: "isValueComplete",
|
|
340
|
+
actions: ["requestFormSubmit"]
|
|
341
|
+
},
|
|
342
|
+
"VALUE.INVALID": { actions: ["invokeOnInvalid"] }
|
|
343
|
+
} }
|
|
344
|
+
},
|
|
345
|
+
implementations: {
|
|
346
|
+
guards: {
|
|
347
|
+
autoFocus: ({ prop }) => !!prop("autoFocus"),
|
|
348
|
+
hasValue: ({ context }) => context.get("value")[context.get("focusedIndex")] !== "",
|
|
349
|
+
isValueComplete: ({ computed }) => computed("isValueComplete"),
|
|
350
|
+
hasIndex: ({ event }) => event.index !== void 0
|
|
351
|
+
},
|
|
352
|
+
actions: {
|
|
353
|
+
dispatchInputEvent({ computed, scope }) {
|
|
354
|
+
require_dom_query.dispatchInputValueEvent(getHiddenInputEl(scope), { value: computed("valueAsString") });
|
|
355
|
+
},
|
|
356
|
+
setInputCount({ scope, context, prop }) {
|
|
357
|
+
if (prop("count")) return;
|
|
358
|
+
const inputEls = getInputEls(scope);
|
|
359
|
+
context.set("count", inputEls.length);
|
|
360
|
+
},
|
|
361
|
+
focusInput({ context, scope }) {
|
|
362
|
+
const focusedIndex = context.get("focusedIndex");
|
|
363
|
+
if (focusedIndex === -1) return;
|
|
364
|
+
getInputElAtIndex(scope, focusedIndex)?.focus({ preventScroll: true });
|
|
365
|
+
},
|
|
366
|
+
selectInputIfNeeded({ context, prop, scope }) {
|
|
367
|
+
const focusedIndex = context.get("focusedIndex");
|
|
368
|
+
if (!prop("selectOnFocus") || focusedIndex === -1) return;
|
|
369
|
+
require_dom_query.raf(() => {
|
|
370
|
+
getInputElAtIndex(scope, focusedIndex)?.select();
|
|
371
|
+
});
|
|
372
|
+
},
|
|
373
|
+
invokeOnComplete({ computed, prop }) {
|
|
374
|
+
if (!computed("isValueComplete")) return;
|
|
375
|
+
prop("onValueComplete")?.({
|
|
376
|
+
value: computed("_value"),
|
|
377
|
+
valueAsString: computed("valueAsString")
|
|
378
|
+
});
|
|
379
|
+
},
|
|
380
|
+
invokeOnInvalid({ context, event, prop }) {
|
|
381
|
+
prop("onValueInvalid")?.({
|
|
382
|
+
value: event.value,
|
|
383
|
+
index: context.get("focusedIndex")
|
|
384
|
+
});
|
|
385
|
+
},
|
|
386
|
+
clearFocusedIndex({ context }) {
|
|
387
|
+
context.set("focusedIndex", -1);
|
|
388
|
+
},
|
|
389
|
+
setFocusedIndex({ context, event }) {
|
|
390
|
+
context.set("focusedIndex", event.index);
|
|
391
|
+
},
|
|
392
|
+
setValue({ context, event }) {
|
|
393
|
+
const value = fill(event.value, context.get("count"));
|
|
394
|
+
context.set("value", value);
|
|
395
|
+
},
|
|
396
|
+
setFocusedValue({ context, event, computed, flush }) {
|
|
397
|
+
const focusedValue = computed("focusedValue");
|
|
398
|
+
const focusedIndex = context.get("focusedIndex");
|
|
399
|
+
const value = getNextValue(focusedValue, event.value);
|
|
400
|
+
flush(() => {
|
|
401
|
+
context.set("value", require_utils.setValueAtIndex(computed("_value"), focusedIndex, value));
|
|
402
|
+
});
|
|
403
|
+
},
|
|
404
|
+
revertInputValue({ context, computed, scope }) {
|
|
405
|
+
const inputEl = getInputElAtIndex(scope, context.get("focusedIndex"));
|
|
406
|
+
setInputValue(inputEl, computed("focusedValue"));
|
|
407
|
+
},
|
|
408
|
+
syncInputValue({ context, event, scope }) {
|
|
409
|
+
const value = context.get("value");
|
|
410
|
+
const inputEl = getInputElAtIndex(scope, event.index);
|
|
411
|
+
setInputValue(inputEl, value[event.index]);
|
|
412
|
+
},
|
|
413
|
+
syncInputElements({ context, scope }) {
|
|
414
|
+
const inputEls = getInputEls(scope);
|
|
415
|
+
const value = context.get("value");
|
|
416
|
+
inputEls.forEach((inputEl, index) => {
|
|
417
|
+
setInputValue(inputEl, value[index]);
|
|
418
|
+
});
|
|
419
|
+
},
|
|
420
|
+
setPastedValue({ context, event, computed, flush }) {
|
|
421
|
+
require_dom_query.raf(() => {
|
|
422
|
+
const valueAsString = computed("valueAsString");
|
|
423
|
+
const focusedIndex = context.get("focusedIndex");
|
|
424
|
+
const valueLength = computed("valueLength");
|
|
425
|
+
const filledValueLength = computed("filledValueLength");
|
|
426
|
+
const startIndex = Math.min(focusedIndex, filledValueLength);
|
|
427
|
+
const value = fill(`${startIndex > 0 ? valueAsString.substring(0, focusedIndex) : ""}${event.value.substring(0, valueLength - startIndex)}`.split(""), valueLength);
|
|
428
|
+
flush(() => {
|
|
429
|
+
context.set("value", value);
|
|
430
|
+
});
|
|
431
|
+
});
|
|
432
|
+
},
|
|
433
|
+
setValueAtIndex({ context, event, computed }) {
|
|
434
|
+
const nextValue = getNextValue(computed("focusedValue"), event.value);
|
|
435
|
+
context.set("value", require_utils.setValueAtIndex(computed("_value"), event.index, nextValue));
|
|
436
|
+
},
|
|
437
|
+
clearValue({ context }) {
|
|
438
|
+
const nextValue = Array.from({ length: context.get("count") }).fill("");
|
|
439
|
+
queueMicrotask(() => {
|
|
440
|
+
context.set("value", nextValue);
|
|
441
|
+
});
|
|
442
|
+
},
|
|
443
|
+
clearFocusedValue({ context, computed }) {
|
|
444
|
+
const focusedIndex = context.get("focusedIndex");
|
|
445
|
+
if (focusedIndex === -1) return;
|
|
446
|
+
context.set("value", require_utils.setValueAtIndex(computed("_value"), focusedIndex, ""));
|
|
447
|
+
},
|
|
448
|
+
setFocusIndexToFirst({ context }) {
|
|
449
|
+
context.set("focusedIndex", 0);
|
|
450
|
+
},
|
|
451
|
+
setNextFocusedIndex({ context, computed }) {
|
|
452
|
+
context.set("focusedIndex", Math.min(context.get("focusedIndex") + 1, computed("valueLength") - 1));
|
|
453
|
+
},
|
|
454
|
+
setPrevFocusedIndex({ context }) {
|
|
455
|
+
context.set("focusedIndex", Math.max(context.get("focusedIndex") - 1, 0));
|
|
456
|
+
},
|
|
457
|
+
setLastValueFocusIndex({ context, computed }) {
|
|
458
|
+
require_dom_query.raf(() => {
|
|
459
|
+
context.set("focusedIndex", Math.min(computed("filledValueLength"), computed("valueLength") - 1));
|
|
460
|
+
});
|
|
461
|
+
},
|
|
462
|
+
blurFocusedInputIfNeeded({ context, prop, scope }) {
|
|
463
|
+
if (!prop("blurOnComplete")) return;
|
|
464
|
+
require_dom_query.raf(() => {
|
|
465
|
+
getInputElAtIndex(scope, context.get("focusedIndex"))?.blur();
|
|
466
|
+
});
|
|
467
|
+
},
|
|
468
|
+
requestFormSubmit({ computed, prop, scope }) {
|
|
469
|
+
if (!prop("name") || !computed("isValueComplete")) return;
|
|
470
|
+
getHiddenInputEl(scope)?.form?.requestSubmit();
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
});
|
|
475
|
+
function getNextValue(current, next) {
|
|
476
|
+
let nextValue = next;
|
|
477
|
+
if (current[0] === next[0]) nextValue = next[1];
|
|
478
|
+
else if (current[0] === next[1]) nextValue = next[0];
|
|
479
|
+
const chars = nextValue.split("");
|
|
480
|
+
nextValue = chars[chars.length - 1];
|
|
481
|
+
return nextValue ?? "";
|
|
482
|
+
}
|
|
483
|
+
function fill(value, count) {
|
|
484
|
+
return Array.from({ length: count }).fill("").map((v, i) => value[i] || v);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
//#endregion
|
|
488
|
+
//#region src/machines/pin-input/pin-input.props.ts
|
|
489
|
+
const props = require_create_props.createProps()([
|
|
490
|
+
"autoFocus",
|
|
491
|
+
"blurOnComplete",
|
|
492
|
+
"count",
|
|
493
|
+
"defaultValue",
|
|
494
|
+
"dir",
|
|
495
|
+
"disabled",
|
|
496
|
+
"form",
|
|
497
|
+
"getRootNode",
|
|
498
|
+
"id",
|
|
499
|
+
"ids",
|
|
500
|
+
"invalid",
|
|
501
|
+
"mask",
|
|
502
|
+
"name",
|
|
503
|
+
"onValueChange",
|
|
504
|
+
"onValueComplete",
|
|
505
|
+
"onValueInvalid",
|
|
506
|
+
"otp",
|
|
507
|
+
"pattern",
|
|
508
|
+
"placeholder",
|
|
509
|
+
"readOnly",
|
|
510
|
+
"required",
|
|
511
|
+
"selectOnFocus",
|
|
512
|
+
"translations",
|
|
513
|
+
"type",
|
|
514
|
+
"value"
|
|
515
|
+
]);
|
|
516
|
+
const splitProps = require_utils.createSplitProps(props);
|
|
517
|
+
|
|
518
|
+
//#endregion
|
|
519
|
+
exports.anatomy = anatomy;
|
|
520
|
+
exports.connect = connect;
|
|
521
|
+
exports.machine = machine;
|
|
522
|
+
exports.props = props;
|
|
523
|
+
exports.splitProps = splitProps;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { n as AnatomyInstance } from "../../create-anatomy-BGQ8pv8J.cjs";
|
|
2
|
+
import { p as Machine, u as EventObject, y as Service } from "../../types-DejIu60O.cjs";
|
|
3
|
+
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-Bqw3r34-.cjs";
|
|
4
|
+
|
|
5
|
+
//#region src/machines/pin-input/pin-input.anatomy.d.ts
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "input" | "label" | "control">;
|
|
7
|
+
//#endregion
|
|
8
|
+
//#region src/machines/pin-input/pin-input.types.d.ts
|
|
9
|
+
interface ValueChangeDetails {
|
|
10
|
+
value: string[];
|
|
11
|
+
valueAsString: string;
|
|
12
|
+
}
|
|
13
|
+
interface ValueInvalidDetails {
|
|
14
|
+
value: string;
|
|
15
|
+
index: number;
|
|
16
|
+
}
|
|
17
|
+
type IntlTranslations = {
|
|
18
|
+
inputLabel: (index: number, length: number) => string;
|
|
19
|
+
};
|
|
20
|
+
type ElementIds = Partial<{
|
|
21
|
+
root: string;
|
|
22
|
+
hiddenInput: string;
|
|
23
|
+
label: string;
|
|
24
|
+
control: string;
|
|
25
|
+
input: (id: string) => string;
|
|
26
|
+
}>;
|
|
27
|
+
interface PinInputProps extends DirectionProperty, CommonProperties {
|
|
28
|
+
name?: string | undefined;
|
|
29
|
+
form?: string | undefined;
|
|
30
|
+
pattern?: string | undefined;
|
|
31
|
+
ids?: ElementIds | undefined;
|
|
32
|
+
disabled?: boolean | undefined;
|
|
33
|
+
placeholder?: string | undefined;
|
|
34
|
+
autoFocus?: boolean | undefined;
|
|
35
|
+
invalid?: boolean | undefined;
|
|
36
|
+
required?: boolean | undefined;
|
|
37
|
+
readOnly?: boolean | undefined;
|
|
38
|
+
otp?: boolean | undefined;
|
|
39
|
+
value?: string[] | undefined;
|
|
40
|
+
defaultValue?: string[] | undefined;
|
|
41
|
+
type?: "alphanumeric" | "numeric" | "alphabetic" | undefined;
|
|
42
|
+
onValueComplete?: ((details: ValueChangeDetails) => void) | undefined;
|
|
43
|
+
onValueChange?: ((details: ValueChangeDetails) => void) | undefined;
|
|
44
|
+
onValueInvalid?: ((details: ValueInvalidDetails) => void) | undefined;
|
|
45
|
+
mask?: boolean | undefined;
|
|
46
|
+
blurOnComplete?: boolean | undefined;
|
|
47
|
+
selectOnFocus?: boolean | undefined;
|
|
48
|
+
translations?: IntlTranslations | undefined;
|
|
49
|
+
count?: number | undefined;
|
|
50
|
+
}
|
|
51
|
+
type PropsWithDefault = "placeholder" | "otp" | "type" | "defaultValue";
|
|
52
|
+
interface PinInputSchema {
|
|
53
|
+
state: "idle" | "focused";
|
|
54
|
+
props: RequiredBy<PinInputProps, PropsWithDefault>;
|
|
55
|
+
context: {
|
|
56
|
+
value: string[];
|
|
57
|
+
focusedIndex: number;
|
|
58
|
+
count: number;
|
|
59
|
+
};
|
|
60
|
+
computed: {
|
|
61
|
+
_value: string[];
|
|
62
|
+
valueLength: number;
|
|
63
|
+
filledValueLength: number;
|
|
64
|
+
isValueComplete: boolean;
|
|
65
|
+
valueAsString: string;
|
|
66
|
+
focusedValue: string;
|
|
67
|
+
};
|
|
68
|
+
event: EventObject;
|
|
69
|
+
action: string;
|
|
70
|
+
effect: string;
|
|
71
|
+
guard: string;
|
|
72
|
+
}
|
|
73
|
+
type PinInputService = Service<PinInputSchema>;
|
|
74
|
+
type PinInputMachine = Machine<PinInputSchema>;
|
|
75
|
+
interface InputProps {
|
|
76
|
+
index: number;
|
|
77
|
+
}
|
|
78
|
+
interface PinInputApi<T extends PropTypes = PropTypes> {
|
|
79
|
+
value: string[];
|
|
80
|
+
valueAsString: string;
|
|
81
|
+
complete: boolean;
|
|
82
|
+
count: number;
|
|
83
|
+
items: number[];
|
|
84
|
+
setValue: (value: string[]) => void;
|
|
85
|
+
clearValue: VoidFunction;
|
|
86
|
+
setValueAtIndex: (index: number, value: string) => void;
|
|
87
|
+
focus: VoidFunction;
|
|
88
|
+
getRootProps: () => T["element"];
|
|
89
|
+
getLabelProps: () => T["label"];
|
|
90
|
+
getHiddenInputProps: () => T["input"];
|
|
91
|
+
getControlProps: () => T["element"];
|
|
92
|
+
getInputProps: (props: InputProps) => T["input"];
|
|
93
|
+
}
|
|
94
|
+
//#endregion
|
|
95
|
+
//#region src/machines/pin-input/pin-input.connect.d.ts
|
|
96
|
+
declare function connect<T extends PropTypes>(service: Service<PinInputSchema>, normalize: NormalizeProps<T>): PinInputApi<T>;
|
|
97
|
+
//#endregion
|
|
98
|
+
//#region src/machines/pin-input/pin-input.machine.d.ts
|
|
99
|
+
declare const machine: Machine<PinInputSchema>;
|
|
100
|
+
//#endregion
|
|
101
|
+
//#region src/machines/pin-input/pin-input.props.d.ts
|
|
102
|
+
declare const props: (keyof PinInputProps)[];
|
|
103
|
+
declare const splitProps: <Props extends Partial<PinInputProps>>(props: Props) => [Partial<PinInputProps>, Omit<Props, keyof PinInputProps>];
|
|
104
|
+
//#endregion
|
|
105
|
+
export { type PinInputApi as Api, type ElementIds, type InputProps, type IntlTranslations, type PinInputMachine as Machine, type PinInputProps as Props, type PinInputService as Service, type ValueChangeDetails, type ValueInvalidDetails, anatomy, connect, machine, props, splitProps };
|