@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,285 @@
|
|
|
1
|
+
import { t as createAnatomy } from "../../create-anatomy-BbDZbHpC.mjs";
|
|
2
|
+
import { vn as dataAttr } from "../../dom-query-DFCRhyj1.mjs";
|
|
3
|
+
import { N as isValueWithinRange, u as createSplitProps, yt as fromLength } from "../../utils-BZyrxWWR.mjs";
|
|
4
|
+
import { a as createMachine, s as memo } from "../../core-DCFNMTZF.mjs";
|
|
5
|
+
import { t as createProps } from "../../create-props-BnF_vl-E.mjs";
|
|
6
|
+
|
|
7
|
+
//#region src/machines/steps/steps.anatomy.ts
|
|
8
|
+
const anatomy = createAnatomy("steps").parts("root", "list", "item", "trigger", "indicator", "separator", "content", "nextTrigger", "prevTrigger", "progress");
|
|
9
|
+
const parts = anatomy.build();
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/machines/steps/steps.dom.ts
|
|
13
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `steps:${ctx.id}`;
|
|
14
|
+
const getListId = (ctx) => ctx.ids?.list ?? `steps:${ctx.id}:list`;
|
|
15
|
+
const getTriggerId = (ctx, index) => ctx.ids?.triggerId?.(index) ?? `steps:${ctx.id}:trigger:${index}`;
|
|
16
|
+
const getContentId = (ctx, index) => ctx.ids?.contentId?.(index) ?? `steps:${ctx.id}:content:${index}`;
|
|
17
|
+
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/machines/steps/steps.connect.ts
|
|
20
|
+
function connect(service, normalize) {
|
|
21
|
+
const { context, send, computed, prop, scope } = service;
|
|
22
|
+
const step = context.get("step");
|
|
23
|
+
const count = prop("count");
|
|
24
|
+
const percent = computed("percent");
|
|
25
|
+
const hasNextStep = computed("hasNextStep");
|
|
26
|
+
const hasPrevStep = computed("hasPrevStep");
|
|
27
|
+
const getItemState = (props$1) => ({
|
|
28
|
+
triggerId: getTriggerId(scope, props$1.index),
|
|
29
|
+
contentId: getContentId(scope, props$1.index),
|
|
30
|
+
current: props$1.index === step,
|
|
31
|
+
completed: props$1.index < step,
|
|
32
|
+
incomplete: props$1.index > step,
|
|
33
|
+
index: props$1.index,
|
|
34
|
+
first: props$1.index === 0,
|
|
35
|
+
last: props$1.index === count - 1
|
|
36
|
+
});
|
|
37
|
+
const goToNextStep = () => {
|
|
38
|
+
send({
|
|
39
|
+
type: "STEP.NEXT",
|
|
40
|
+
src: "next.trigger.click"
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
const goToPrevStep = () => {
|
|
44
|
+
send({
|
|
45
|
+
type: "STEP.PREV",
|
|
46
|
+
src: "prev.trigger.click"
|
|
47
|
+
});
|
|
48
|
+
};
|
|
49
|
+
const resetStep = () => {
|
|
50
|
+
send({
|
|
51
|
+
type: "STEP.RESET",
|
|
52
|
+
src: "reset.trigger.click"
|
|
53
|
+
});
|
|
54
|
+
};
|
|
55
|
+
const setStep = (value) => {
|
|
56
|
+
send({
|
|
57
|
+
type: "STEP.SET",
|
|
58
|
+
value,
|
|
59
|
+
src: "api.setValue"
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
return {
|
|
63
|
+
value: step,
|
|
64
|
+
count,
|
|
65
|
+
percent,
|
|
66
|
+
hasNextStep,
|
|
67
|
+
hasPrevStep,
|
|
68
|
+
isCompleted: computed("completed"),
|
|
69
|
+
goToNextStep,
|
|
70
|
+
goToPrevStep,
|
|
71
|
+
resetStep,
|
|
72
|
+
getItemState,
|
|
73
|
+
setStep,
|
|
74
|
+
getRootProps() {
|
|
75
|
+
return normalize.element({
|
|
76
|
+
...parts.root.attrs,
|
|
77
|
+
id: getRootId(scope),
|
|
78
|
+
dir: prop("dir"),
|
|
79
|
+
"data-orientation": prop("orientation"),
|
|
80
|
+
style: { "--percent": `${percent}%` }
|
|
81
|
+
});
|
|
82
|
+
},
|
|
83
|
+
getListProps() {
|
|
84
|
+
const triggerIds = fromLength(count).map((_, index) => getTriggerId(scope, index));
|
|
85
|
+
return normalize.element({
|
|
86
|
+
...parts.list.attrs,
|
|
87
|
+
dir: prop("dir"),
|
|
88
|
+
id: getListId(scope),
|
|
89
|
+
role: "tablist",
|
|
90
|
+
"aria-owns": triggerIds.join(" "),
|
|
91
|
+
"aria-orientation": prop("orientation"),
|
|
92
|
+
"data-orientation": prop("orientation")
|
|
93
|
+
});
|
|
94
|
+
},
|
|
95
|
+
getItemProps(props$1) {
|
|
96
|
+
const itemState = getItemState(props$1);
|
|
97
|
+
return normalize.element({
|
|
98
|
+
...parts.item.attrs,
|
|
99
|
+
dir: prop("dir"),
|
|
100
|
+
"aria-current": itemState.current ? "step" : void 0,
|
|
101
|
+
"data-orientation": prop("orientation")
|
|
102
|
+
});
|
|
103
|
+
},
|
|
104
|
+
getTriggerProps(props$1) {
|
|
105
|
+
const itemState = getItemState(props$1);
|
|
106
|
+
return normalize.button({
|
|
107
|
+
...parts.trigger.attrs,
|
|
108
|
+
id: itemState.triggerId,
|
|
109
|
+
role: "tab",
|
|
110
|
+
dir: prop("dir"),
|
|
111
|
+
tabIndex: !prop("linear") || itemState.current ? 0 : -1,
|
|
112
|
+
"aria-selected": itemState.current,
|
|
113
|
+
"aria-controls": itemState.contentId,
|
|
114
|
+
"data-state": itemState.current ? "open" : "closed",
|
|
115
|
+
"data-orientation": prop("orientation"),
|
|
116
|
+
"data-complete": dataAttr(itemState.completed),
|
|
117
|
+
"data-current": dataAttr(itemState.current),
|
|
118
|
+
"data-incomplete": dataAttr(itemState.incomplete),
|
|
119
|
+
onClick(event) {
|
|
120
|
+
if (event.defaultPrevented) return;
|
|
121
|
+
if (prop("linear")) return;
|
|
122
|
+
send({
|
|
123
|
+
type: "STEP.SET",
|
|
124
|
+
value: props$1.index,
|
|
125
|
+
src: "trigger.click"
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
},
|
|
130
|
+
getContentProps(props$1) {
|
|
131
|
+
const itemState = getItemState(props$1);
|
|
132
|
+
return normalize.element({
|
|
133
|
+
...parts.content.attrs,
|
|
134
|
+
dir: prop("dir"),
|
|
135
|
+
id: itemState.contentId,
|
|
136
|
+
role: "tabpanel",
|
|
137
|
+
tabIndex: 0,
|
|
138
|
+
hidden: !itemState.current,
|
|
139
|
+
"data-state": itemState.current ? "open" : "closed",
|
|
140
|
+
"data-orientation": prop("orientation"),
|
|
141
|
+
"aria-labelledby": itemState.triggerId
|
|
142
|
+
});
|
|
143
|
+
},
|
|
144
|
+
getIndicatorProps(props$1) {
|
|
145
|
+
const itemState = getItemState(props$1);
|
|
146
|
+
return normalize.element({
|
|
147
|
+
...parts.indicator.attrs,
|
|
148
|
+
dir: prop("dir"),
|
|
149
|
+
"aria-hidden": true,
|
|
150
|
+
"data-complete": dataAttr(itemState.completed),
|
|
151
|
+
"data-current": dataAttr(itemState.current),
|
|
152
|
+
"data-incomplete": dataAttr(itemState.incomplete)
|
|
153
|
+
});
|
|
154
|
+
},
|
|
155
|
+
getSeparatorProps(props$1) {
|
|
156
|
+
const itemState = getItemState(props$1);
|
|
157
|
+
return normalize.element({
|
|
158
|
+
...parts.separator.attrs,
|
|
159
|
+
dir: prop("dir"),
|
|
160
|
+
"data-orientation": prop("orientation"),
|
|
161
|
+
"data-complete": dataAttr(itemState.completed),
|
|
162
|
+
"data-current": dataAttr(itemState.current),
|
|
163
|
+
"data-incomplete": dataAttr(itemState.incomplete)
|
|
164
|
+
});
|
|
165
|
+
},
|
|
166
|
+
getNextTriggerProps() {
|
|
167
|
+
return normalize.button({
|
|
168
|
+
...parts.nextTrigger.attrs,
|
|
169
|
+
dir: prop("dir"),
|
|
170
|
+
type: "button",
|
|
171
|
+
disabled: !hasNextStep,
|
|
172
|
+
onClick(event) {
|
|
173
|
+
if (event.defaultPrevented) return;
|
|
174
|
+
goToNextStep();
|
|
175
|
+
}
|
|
176
|
+
});
|
|
177
|
+
},
|
|
178
|
+
getPrevTriggerProps() {
|
|
179
|
+
return normalize.button({
|
|
180
|
+
dir: prop("dir"),
|
|
181
|
+
...parts.prevTrigger.attrs,
|
|
182
|
+
type: "button",
|
|
183
|
+
disabled: !hasPrevStep,
|
|
184
|
+
onClick(event) {
|
|
185
|
+
if (event.defaultPrevented) return;
|
|
186
|
+
goToPrevStep();
|
|
187
|
+
}
|
|
188
|
+
});
|
|
189
|
+
},
|
|
190
|
+
getProgressProps() {
|
|
191
|
+
return normalize.element({
|
|
192
|
+
dir: prop("dir"),
|
|
193
|
+
...parts.progress.attrs,
|
|
194
|
+
role: "progressbar",
|
|
195
|
+
"aria-valuenow": percent,
|
|
196
|
+
"aria-valuemin": 0,
|
|
197
|
+
"aria-valuemax": 100,
|
|
198
|
+
"aria-valuetext": `${percent}% complete`,
|
|
199
|
+
"data-complete": dataAttr(percent === 100)
|
|
200
|
+
});
|
|
201
|
+
}
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
//#endregion
|
|
206
|
+
//#region src/machines/steps/steps.machine.ts
|
|
207
|
+
const machine = createMachine({
|
|
208
|
+
props({ props: props$1 }) {
|
|
209
|
+
return {
|
|
210
|
+
defaultStep: 0,
|
|
211
|
+
count: 1,
|
|
212
|
+
linear: false,
|
|
213
|
+
orientation: "horizontal",
|
|
214
|
+
...props$1
|
|
215
|
+
};
|
|
216
|
+
},
|
|
217
|
+
context({ prop, bindable }) {
|
|
218
|
+
return { step: bindable(() => ({
|
|
219
|
+
defaultValue: prop("defaultStep"),
|
|
220
|
+
value: prop("step"),
|
|
221
|
+
onChange(value) {
|
|
222
|
+
prop("onStepChange")?.({ step: value });
|
|
223
|
+
if (value == prop("count")) prop("onStepComplete")?.();
|
|
224
|
+
}
|
|
225
|
+
})) };
|
|
226
|
+
},
|
|
227
|
+
computed: {
|
|
228
|
+
percent: memo(({ context, prop }) => [context.get("step"), prop("count")], ([step, count]) => step / count * 100),
|
|
229
|
+
hasNextStep: ({ context, prop }) => context.get("step") < prop("count"),
|
|
230
|
+
hasPrevStep: ({ context }) => context.get("step") > 0,
|
|
231
|
+
completed: ({ context, prop }) => context.get("step") === prop("count")
|
|
232
|
+
},
|
|
233
|
+
initialState() {
|
|
234
|
+
return "idle";
|
|
235
|
+
},
|
|
236
|
+
entry: ["validateStep"],
|
|
237
|
+
states: { idle: { on: {
|
|
238
|
+
"STEP.SET": { actions: ["setStep"] },
|
|
239
|
+
"STEP.NEXT": { actions: ["goToNextStep"] },
|
|
240
|
+
"STEP.PREV": { actions: ["goToPrevStep"] },
|
|
241
|
+
"STEP.RESET": { actions: ["resetStep"] }
|
|
242
|
+
} } },
|
|
243
|
+
implementations: { actions: {
|
|
244
|
+
goToNextStep({ context, prop }) {
|
|
245
|
+
const value = Math.min(context.get("step") + 1, prop("count"));
|
|
246
|
+
context.set("step", value);
|
|
247
|
+
},
|
|
248
|
+
goToPrevStep({ context }) {
|
|
249
|
+
const value = Math.max(context.get("step") - 1, 0);
|
|
250
|
+
context.set("step", value);
|
|
251
|
+
},
|
|
252
|
+
resetStep({ context }) {
|
|
253
|
+
context.set("step", 0);
|
|
254
|
+
},
|
|
255
|
+
setStep({ context, event }) {
|
|
256
|
+
context.set("step", event.value);
|
|
257
|
+
},
|
|
258
|
+
validateStep({ context, prop }) {
|
|
259
|
+
validateStep(prop("count"), context.get("step"));
|
|
260
|
+
}
|
|
261
|
+
} }
|
|
262
|
+
});
|
|
263
|
+
const validateStep = (count, step) => {
|
|
264
|
+
if (!isValueWithinRange(step, 0, count)) throw new RangeError(`[sprawlify-js/steps] step index ${step} is out of bounds`);
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
//#endregion
|
|
268
|
+
//#region src/machines/steps/steps.props.ts
|
|
269
|
+
const props = createProps()([
|
|
270
|
+
"count",
|
|
271
|
+
"dir",
|
|
272
|
+
"getRootNode",
|
|
273
|
+
"id",
|
|
274
|
+
"ids",
|
|
275
|
+
"linear",
|
|
276
|
+
"onStepChange",
|
|
277
|
+
"onStepComplete",
|
|
278
|
+
"orientation",
|
|
279
|
+
"step",
|
|
280
|
+
"defaultStep"
|
|
281
|
+
]);
|
|
282
|
+
const splitProps = createSplitProps(props);
|
|
283
|
+
|
|
284
|
+
//#endregion
|
|
285
|
+
export { anatomy, connect, machine, props, splitProps };
|
|
@@ -0,0 +1,305 @@
|
|
|
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_focus_visible = require('../../focus-visible-DYTWdWpa.cjs');
|
|
6
|
+
const require_create_props = require('../../create-props-YKy7JIKj.cjs');
|
|
7
|
+
|
|
8
|
+
//#region src/machines/switch/switch.anatomy.ts
|
|
9
|
+
const anatomy = require_create_anatomy.createAnatomy("switch").parts("root", "label", "control", "thumb");
|
|
10
|
+
const parts = anatomy.build();
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
//#region src/machines/switch/switch.dom.ts
|
|
14
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `switch:${ctx.id}`;
|
|
15
|
+
const getLabelId = (ctx) => ctx.ids?.label ?? `switch:${ctx.id}:label`;
|
|
16
|
+
const getThumbId = (ctx) => ctx.ids?.thumb ?? `switch:${ctx.id}:thumb`;
|
|
17
|
+
const getControlId = (ctx) => ctx.ids?.control ?? `switch:${ctx.id}:control`;
|
|
18
|
+
const getHiddenInputId = (ctx) => ctx.ids?.hiddenInput ?? `switch:${ctx.id}:input`;
|
|
19
|
+
const getRootEl = (ctx) => ctx.getById(getRootId(ctx));
|
|
20
|
+
const getHiddenInputEl = (ctx) => ctx.getById(getHiddenInputId(ctx));
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
//#region src/machines/switch/switch.connect.ts
|
|
24
|
+
function connect(service, normalize) {
|
|
25
|
+
const { context, send, prop, scope } = service;
|
|
26
|
+
const disabled = !!prop("disabled");
|
|
27
|
+
const readOnly = !!prop("readOnly");
|
|
28
|
+
const required = !!prop("required");
|
|
29
|
+
const checked = !!context.get("checked");
|
|
30
|
+
const focused = !disabled && context.get("focused");
|
|
31
|
+
const focusVisible = !disabled && context.get("focusVisible");
|
|
32
|
+
const active = !disabled && context.get("active");
|
|
33
|
+
const dataAttrs = {
|
|
34
|
+
"data-active": require_dom_query.dataAttr(active),
|
|
35
|
+
"data-focus": require_dom_query.dataAttr(focused),
|
|
36
|
+
"data-focus-visible": require_dom_query.dataAttr(focusVisible),
|
|
37
|
+
"data-readonly": require_dom_query.dataAttr(readOnly),
|
|
38
|
+
"data-hover": require_dom_query.dataAttr(context.get("hovered")),
|
|
39
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
40
|
+
"data-state": checked ? "checked" : "unchecked",
|
|
41
|
+
"data-invalid": require_dom_query.dataAttr(prop("invalid")),
|
|
42
|
+
"data-required": require_dom_query.dataAttr(required)
|
|
43
|
+
};
|
|
44
|
+
return {
|
|
45
|
+
checked,
|
|
46
|
+
disabled,
|
|
47
|
+
focused,
|
|
48
|
+
setChecked(checked$1) {
|
|
49
|
+
send({
|
|
50
|
+
type: "CHECKED.SET",
|
|
51
|
+
checked: checked$1,
|
|
52
|
+
isTrusted: false
|
|
53
|
+
});
|
|
54
|
+
},
|
|
55
|
+
toggleChecked() {
|
|
56
|
+
send({
|
|
57
|
+
type: "CHECKED.TOGGLE",
|
|
58
|
+
checked,
|
|
59
|
+
isTrusted: false
|
|
60
|
+
});
|
|
61
|
+
},
|
|
62
|
+
getRootProps() {
|
|
63
|
+
return normalize.label({
|
|
64
|
+
...parts.root.attrs,
|
|
65
|
+
...dataAttrs,
|
|
66
|
+
dir: prop("dir"),
|
|
67
|
+
id: getRootId(scope),
|
|
68
|
+
htmlFor: getHiddenInputId(scope),
|
|
69
|
+
onPointerMove() {
|
|
70
|
+
if (disabled) return;
|
|
71
|
+
send({
|
|
72
|
+
type: "CONTEXT.SET",
|
|
73
|
+
context: { hovered: true }
|
|
74
|
+
});
|
|
75
|
+
},
|
|
76
|
+
onPointerLeave() {
|
|
77
|
+
if (disabled) return;
|
|
78
|
+
send({
|
|
79
|
+
type: "CONTEXT.SET",
|
|
80
|
+
context: { hovered: false }
|
|
81
|
+
});
|
|
82
|
+
},
|
|
83
|
+
onClick(event) {
|
|
84
|
+
if (disabled) return;
|
|
85
|
+
if (require_dom_query.getEventTarget(event) === getHiddenInputEl(scope)) event.stopPropagation();
|
|
86
|
+
if (require_dom_query.isSafari()) getHiddenInputEl(scope)?.focus();
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
},
|
|
90
|
+
getLabelProps() {
|
|
91
|
+
return normalize.element({
|
|
92
|
+
...parts.label.attrs,
|
|
93
|
+
...dataAttrs,
|
|
94
|
+
dir: prop("dir"),
|
|
95
|
+
id: getLabelId(scope)
|
|
96
|
+
});
|
|
97
|
+
},
|
|
98
|
+
getThumbProps() {
|
|
99
|
+
return normalize.element({
|
|
100
|
+
...parts.thumb.attrs,
|
|
101
|
+
...dataAttrs,
|
|
102
|
+
dir: prop("dir"),
|
|
103
|
+
id: getThumbId(scope),
|
|
104
|
+
"aria-hidden": true
|
|
105
|
+
});
|
|
106
|
+
},
|
|
107
|
+
getControlProps() {
|
|
108
|
+
return normalize.element({
|
|
109
|
+
...parts.control.attrs,
|
|
110
|
+
...dataAttrs,
|
|
111
|
+
dir: prop("dir"),
|
|
112
|
+
id: getControlId(scope),
|
|
113
|
+
"aria-hidden": true
|
|
114
|
+
});
|
|
115
|
+
},
|
|
116
|
+
getHiddenInputProps() {
|
|
117
|
+
return normalize.input({
|
|
118
|
+
id: getHiddenInputId(scope),
|
|
119
|
+
type: "checkbox",
|
|
120
|
+
required: prop("required"),
|
|
121
|
+
defaultChecked: checked,
|
|
122
|
+
disabled,
|
|
123
|
+
"aria-labelledby": getLabelId(scope),
|
|
124
|
+
"aria-invalid": prop("invalid"),
|
|
125
|
+
name: prop("name"),
|
|
126
|
+
form: prop("form"),
|
|
127
|
+
value: prop("value"),
|
|
128
|
+
style: require_dom_query.visuallyHiddenStyle,
|
|
129
|
+
onFocus() {
|
|
130
|
+
send({
|
|
131
|
+
type: "CONTEXT.SET",
|
|
132
|
+
context: {
|
|
133
|
+
focused: true,
|
|
134
|
+
focusVisible: require_focus_visible.isFocusVisible()
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
},
|
|
138
|
+
onBlur() {
|
|
139
|
+
send({
|
|
140
|
+
type: "CONTEXT.SET",
|
|
141
|
+
context: {
|
|
142
|
+
focused: false,
|
|
143
|
+
focusVisible: false
|
|
144
|
+
}
|
|
145
|
+
});
|
|
146
|
+
},
|
|
147
|
+
onClick(event) {
|
|
148
|
+
if (readOnly) {
|
|
149
|
+
event.preventDefault();
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
const checked$1 = event.currentTarget.checked;
|
|
153
|
+
send({
|
|
154
|
+
type: "CHECKED.SET",
|
|
155
|
+
checked: checked$1,
|
|
156
|
+
isTrusted: true
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
//#endregion
|
|
165
|
+
//#region src/machines/switch/switch.machine.ts
|
|
166
|
+
const { not } = require_core.createGuards();
|
|
167
|
+
const machine = require_core.createMachine({
|
|
168
|
+
props({ props: props$1 }) {
|
|
169
|
+
return {
|
|
170
|
+
defaultChecked: false,
|
|
171
|
+
label: "switch",
|
|
172
|
+
value: "on",
|
|
173
|
+
...props$1
|
|
174
|
+
};
|
|
175
|
+
},
|
|
176
|
+
initialState() {
|
|
177
|
+
return "ready";
|
|
178
|
+
},
|
|
179
|
+
context({ prop, bindable }) {
|
|
180
|
+
return {
|
|
181
|
+
checked: bindable(() => ({
|
|
182
|
+
defaultValue: prop("defaultChecked"),
|
|
183
|
+
value: prop("checked"),
|
|
184
|
+
onChange(value) {
|
|
185
|
+
prop("onCheckedChange")?.({ checked: value });
|
|
186
|
+
}
|
|
187
|
+
})),
|
|
188
|
+
fieldsetDisabled: bindable(() => ({ defaultValue: false })),
|
|
189
|
+
focusVisible: bindable(() => ({ defaultValue: false })),
|
|
190
|
+
active: bindable(() => ({ defaultValue: false })),
|
|
191
|
+
focused: bindable(() => ({ defaultValue: false })),
|
|
192
|
+
hovered: bindable(() => ({ defaultValue: false }))
|
|
193
|
+
};
|
|
194
|
+
},
|
|
195
|
+
computed: { isDisabled: ({ context, prop }) => prop("disabled") || context.get("fieldsetDisabled") },
|
|
196
|
+
watch({ track, prop, context, action }) {
|
|
197
|
+
track([() => prop("disabled")], () => {
|
|
198
|
+
action(["removeFocusIfNeeded"]);
|
|
199
|
+
});
|
|
200
|
+
track([() => context.get("checked")], () => {
|
|
201
|
+
action(["syncInputElement"]);
|
|
202
|
+
});
|
|
203
|
+
},
|
|
204
|
+
effects: [
|
|
205
|
+
"trackFormControlState",
|
|
206
|
+
"trackPressEvent",
|
|
207
|
+
"trackFocusVisible"
|
|
208
|
+
],
|
|
209
|
+
on: {
|
|
210
|
+
"CHECKED.TOGGLE": [{
|
|
211
|
+
guard: not("isTrusted"),
|
|
212
|
+
actions: ["toggleChecked", "dispatchChangeEvent"]
|
|
213
|
+
}, { actions: ["toggleChecked"] }],
|
|
214
|
+
"CHECKED.SET": [{
|
|
215
|
+
guard: not("isTrusted"),
|
|
216
|
+
actions: ["setChecked", "dispatchChangeEvent"]
|
|
217
|
+
}, { actions: ["setChecked"] }],
|
|
218
|
+
"CONTEXT.SET": { actions: ["setContext"] }
|
|
219
|
+
},
|
|
220
|
+
states: { ready: {} },
|
|
221
|
+
implementations: {
|
|
222
|
+
guards: { isTrusted: ({ event }) => !!event.isTrusted },
|
|
223
|
+
effects: {
|
|
224
|
+
trackPressEvent({ computed, scope, context }) {
|
|
225
|
+
if (computed("isDisabled")) return;
|
|
226
|
+
return require_dom_query.trackPress({
|
|
227
|
+
pointerNode: getRootEl(scope),
|
|
228
|
+
keyboardNode: getHiddenInputEl(scope),
|
|
229
|
+
isValidKey: (event) => event.key === " ",
|
|
230
|
+
onPress: () => context.set("active", false),
|
|
231
|
+
onPressStart: () => context.set("active", true),
|
|
232
|
+
onPressEnd: () => context.set("active", false)
|
|
233
|
+
});
|
|
234
|
+
},
|
|
235
|
+
trackFocusVisible({ computed, scope }) {
|
|
236
|
+
if (computed("isDisabled")) return;
|
|
237
|
+
return require_focus_visible.trackFocusVisible({ root: scope.getRootNode() });
|
|
238
|
+
},
|
|
239
|
+
trackFormControlState({ context, send, scope }) {
|
|
240
|
+
return require_dom_query.trackFormControl(getHiddenInputEl(scope), {
|
|
241
|
+
onFieldsetDisabledChange(disabled) {
|
|
242
|
+
context.set("fieldsetDisabled", disabled);
|
|
243
|
+
},
|
|
244
|
+
onFormReset() {
|
|
245
|
+
send({
|
|
246
|
+
type: "CHECKED.SET",
|
|
247
|
+
checked: !!context.initial("checked"),
|
|
248
|
+
src: "form-reset"
|
|
249
|
+
});
|
|
250
|
+
}
|
|
251
|
+
});
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
actions: {
|
|
255
|
+
setContext({ context, event }) {
|
|
256
|
+
for (const key in event.context) context.set(key, event.context[key]);
|
|
257
|
+
},
|
|
258
|
+
syncInputElement({ context, scope }) {
|
|
259
|
+
const inputEl = getHiddenInputEl(scope);
|
|
260
|
+
if (!inputEl) return;
|
|
261
|
+
require_dom_query.setElementChecked(inputEl, !!context.get("checked"));
|
|
262
|
+
},
|
|
263
|
+
removeFocusIfNeeded({ context, prop }) {
|
|
264
|
+
if (prop("disabled")) context.set("focused", false);
|
|
265
|
+
},
|
|
266
|
+
setChecked({ context, event }) {
|
|
267
|
+
context.set("checked", event.checked);
|
|
268
|
+
},
|
|
269
|
+
toggleChecked({ context }) {
|
|
270
|
+
context.set("checked", !context.get("checked"));
|
|
271
|
+
},
|
|
272
|
+
dispatchChangeEvent({ context, scope }) {
|
|
273
|
+
require_dom_query.dispatchInputCheckedEvent(getHiddenInputEl(scope), { checked: context.get("checked") });
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
|
|
279
|
+
//#endregion
|
|
280
|
+
//#region src/machines/switch/switch.props.ts
|
|
281
|
+
const props = require_create_props.createProps()([
|
|
282
|
+
"checked",
|
|
283
|
+
"defaultChecked",
|
|
284
|
+
"dir",
|
|
285
|
+
"disabled",
|
|
286
|
+
"form",
|
|
287
|
+
"getRootNode",
|
|
288
|
+
"id",
|
|
289
|
+
"ids",
|
|
290
|
+
"invalid",
|
|
291
|
+
"label",
|
|
292
|
+
"name",
|
|
293
|
+
"onCheckedChange",
|
|
294
|
+
"readOnly",
|
|
295
|
+
"required",
|
|
296
|
+
"value"
|
|
297
|
+
]);
|
|
298
|
+
const splitProps = require_utils.createSplitProps(props);
|
|
299
|
+
|
|
300
|
+
//#endregion
|
|
301
|
+
exports.anatomy = anatomy;
|
|
302
|
+
exports.connect = connect;
|
|
303
|
+
exports.machine = machine;
|
|
304
|
+
exports.props = props;
|
|
305
|
+
exports.splitProps = splitProps;
|
|
@@ -0,0 +1,80 @@
|
|
|
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/switch/switch.anatomy.d.ts
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "thumb">;
|
|
7
|
+
//#endregion
|
|
8
|
+
//#region src/machines/switch/switch.types.d.ts
|
|
9
|
+
interface CheckedChangeDetails {
|
|
10
|
+
checked: boolean;
|
|
11
|
+
}
|
|
12
|
+
type ElementIds = Partial<{
|
|
13
|
+
root: string;
|
|
14
|
+
hiddenInput: string;
|
|
15
|
+
control: string;
|
|
16
|
+
label: string;
|
|
17
|
+
thumb: string;
|
|
18
|
+
}>;
|
|
19
|
+
interface SwitchProps extends DirectionProperty, CommonProperties {
|
|
20
|
+
ids?: ElementIds | undefined;
|
|
21
|
+
label?: string | undefined;
|
|
22
|
+
disabled?: boolean | undefined;
|
|
23
|
+
invalid?: boolean | undefined;
|
|
24
|
+
required?: boolean | undefined;
|
|
25
|
+
readOnly?: boolean | undefined;
|
|
26
|
+
onCheckedChange?: ((details: CheckedChangeDetails) => void) | undefined;
|
|
27
|
+
checked?: boolean | undefined;
|
|
28
|
+
defaultChecked?: boolean | undefined;
|
|
29
|
+
name?: string | undefined;
|
|
30
|
+
form?: string | undefined;
|
|
31
|
+
value?: string | number | undefined;
|
|
32
|
+
}
|
|
33
|
+
type PropsWithDefault = "value";
|
|
34
|
+
type ComputedContext = Readonly<{
|
|
35
|
+
isDisabled: boolean;
|
|
36
|
+
}>;
|
|
37
|
+
interface PrivateContext {
|
|
38
|
+
active: boolean;
|
|
39
|
+
focused: boolean;
|
|
40
|
+
focusVisible: boolean;
|
|
41
|
+
hovered: boolean;
|
|
42
|
+
fieldsetDisabled: boolean;
|
|
43
|
+
checked: boolean;
|
|
44
|
+
}
|
|
45
|
+
interface SwitchSchema {
|
|
46
|
+
props: RequiredBy<SwitchProps, PropsWithDefault>;
|
|
47
|
+
context: PrivateContext;
|
|
48
|
+
state: "ready";
|
|
49
|
+
computed: ComputedContext;
|
|
50
|
+
event: EventObject;
|
|
51
|
+
action: string;
|
|
52
|
+
effect: string;
|
|
53
|
+
guard: string;
|
|
54
|
+
}
|
|
55
|
+
type SwitchService = Service<SwitchSchema>;
|
|
56
|
+
type SwitchMachine = Machine<SwitchSchema>;
|
|
57
|
+
interface SwitchApi<T extends PropTypes = PropTypes> {
|
|
58
|
+
checked: boolean;
|
|
59
|
+
disabled: boolean | undefined;
|
|
60
|
+
focused: boolean | undefined;
|
|
61
|
+
setChecked: (checked: boolean) => void;
|
|
62
|
+
toggleChecked: VoidFunction;
|
|
63
|
+
getRootProps: () => T["label"];
|
|
64
|
+
getLabelProps: () => T["element"];
|
|
65
|
+
getThumbProps: () => T["element"];
|
|
66
|
+
getControlProps: () => T["element"];
|
|
67
|
+
getHiddenInputProps: () => T["input"];
|
|
68
|
+
}
|
|
69
|
+
//#endregion
|
|
70
|
+
//#region src/machines/switch/switch.connect.d.ts
|
|
71
|
+
declare function connect<T extends PropTypes>(service: SwitchService, normalize: NormalizeProps<T>): SwitchApi<T>;
|
|
72
|
+
//#endregion
|
|
73
|
+
//#region src/machines/switch/switch.machine.d.ts
|
|
74
|
+
declare const machine: Machine<SwitchSchema>;
|
|
75
|
+
//#endregion
|
|
76
|
+
//#region src/machines/switch/switch.props.d.ts
|
|
77
|
+
declare const props: (keyof SwitchProps)[];
|
|
78
|
+
declare const splitProps: <Props extends Partial<SwitchProps>>(props: Props) => [Partial<SwitchProps>, Omit<Props, keyof SwitchProps>];
|
|
79
|
+
//#endregion
|
|
80
|
+
export { type SwitchApi as Api, type CheckedChangeDetails, type ElementIds, type SwitchMachine as Machine, type SwitchProps as Props, type SwitchService as Service, anatomy, connect, machine, props, splitProps };
|