@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,167 @@
|
|
|
1
|
+
import { t as createAnatomy } from "../../create-anatomy-BbDZbHpC.mjs";
|
|
2
|
+
import { Vt as getDataUrl } from "../../dom-query-DFCRhyj1.mjs";
|
|
3
|
+
import { u as createSplitProps } 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
|
+
import { encode } from "uqr";
|
|
7
|
+
|
|
8
|
+
//#region src/machines/qr-code/qr-code.anatomy.ts
|
|
9
|
+
const anatomy = createAnatomy("qr-code").parts("root", "frame", "pattern", "overlay", "downloadTrigger");
|
|
10
|
+
const parts = anatomy.build();
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
//#region src/machines/qr-code/qr-code.dom.ts
|
|
14
|
+
const getRootId = (scope) => scope.ids?.root ?? `qrcode:${scope.id}:root`;
|
|
15
|
+
const getFrameId = (scope) => scope.ids?.frame ?? `qrcode:${scope.id}:frame`;
|
|
16
|
+
const getFrameEl = (scope) => scope.getById(getFrameId(scope));
|
|
17
|
+
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/machines/qr-code/qr-code.connect.ts
|
|
20
|
+
function connect(service, normalize) {
|
|
21
|
+
const { context, computed, send, scope, prop } = service;
|
|
22
|
+
const encoded = computed("encoded");
|
|
23
|
+
const pixelSize = prop("pixelSize");
|
|
24
|
+
const height = encoded.size * pixelSize;
|
|
25
|
+
const width = encoded.size * pixelSize;
|
|
26
|
+
const paths = [];
|
|
27
|
+
for (let row = 0; row < encoded.size; row++) for (let col = 0; col < encoded.size; col++) {
|
|
28
|
+
const x = col * pixelSize;
|
|
29
|
+
const y = row * pixelSize;
|
|
30
|
+
if (encoded.data[row][col]) paths.push(`M${x},${y}h${pixelSize}v${pixelSize}h-${pixelSize}z`);
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
value: context.get("value"),
|
|
34
|
+
setValue(value) {
|
|
35
|
+
send({
|
|
36
|
+
type: "VALUE.SET",
|
|
37
|
+
value
|
|
38
|
+
});
|
|
39
|
+
},
|
|
40
|
+
getDataUrl(type, quality) {
|
|
41
|
+
return getDataUrl(getFrameEl(scope), {
|
|
42
|
+
type,
|
|
43
|
+
quality
|
|
44
|
+
});
|
|
45
|
+
},
|
|
46
|
+
getRootProps() {
|
|
47
|
+
return normalize.element({
|
|
48
|
+
id: getRootId(scope),
|
|
49
|
+
...parts.root.attrs,
|
|
50
|
+
style: {
|
|
51
|
+
"--qrcode-pixel-size": `${pixelSize}px`,
|
|
52
|
+
"--qrcode-width": `${width}px`,
|
|
53
|
+
"--qrcode-height": `${height}px`,
|
|
54
|
+
position: "relative"
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
},
|
|
58
|
+
getFrameProps() {
|
|
59
|
+
return normalize.svg({
|
|
60
|
+
id: getFrameId(scope),
|
|
61
|
+
...parts.frame.attrs,
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
63
|
+
viewBox: `0 0 ${width} ${height}`
|
|
64
|
+
});
|
|
65
|
+
},
|
|
66
|
+
getPatternProps() {
|
|
67
|
+
return normalize.path({
|
|
68
|
+
d: paths.join(""),
|
|
69
|
+
...parts.pattern.attrs
|
|
70
|
+
});
|
|
71
|
+
},
|
|
72
|
+
getOverlayProps() {
|
|
73
|
+
return normalize.element({
|
|
74
|
+
...parts.overlay.attrs,
|
|
75
|
+
style: {
|
|
76
|
+
position: "absolute",
|
|
77
|
+
top: "50%",
|
|
78
|
+
left: "50%",
|
|
79
|
+
translate: "-50% -50%"
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
},
|
|
83
|
+
getDownloadTriggerProps(props$1) {
|
|
84
|
+
return normalize.button({
|
|
85
|
+
type: "button",
|
|
86
|
+
...parts.downloadTrigger.attrs,
|
|
87
|
+
onClick(event) {
|
|
88
|
+
if (event.defaultPrevented) return;
|
|
89
|
+
send({
|
|
90
|
+
type: "DOWNLOAD_TRIGGER.CLICK",
|
|
91
|
+
...props$1
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
//#endregion
|
|
100
|
+
//#region src/machines/qr-code/qr-code.machine.ts
|
|
101
|
+
const machine = createMachine({
|
|
102
|
+
props({ props: props$1 }) {
|
|
103
|
+
return {
|
|
104
|
+
defaultValue: "",
|
|
105
|
+
pixelSize: 10,
|
|
106
|
+
...props$1
|
|
107
|
+
};
|
|
108
|
+
},
|
|
109
|
+
initialState() {
|
|
110
|
+
return "idle";
|
|
111
|
+
},
|
|
112
|
+
context({ prop, bindable }) {
|
|
113
|
+
return { value: bindable(() => ({
|
|
114
|
+
value: prop("value"),
|
|
115
|
+
defaultValue: prop("defaultValue"),
|
|
116
|
+
onChange(value) {
|
|
117
|
+
prop("onValueChange")?.({ value });
|
|
118
|
+
}
|
|
119
|
+
})) };
|
|
120
|
+
},
|
|
121
|
+
computed: { encoded: memo(({ context, prop }) => [context.get("value"), prop("encoding")], ([value, encoding]) => encode(value, encoding)) },
|
|
122
|
+
states: { idle: { on: {
|
|
123
|
+
"VALUE.SET": { actions: ["setValue"] },
|
|
124
|
+
"DOWNLOAD_TRIGGER.CLICK": { actions: ["downloadQrCode"] }
|
|
125
|
+
} } },
|
|
126
|
+
implementations: { actions: {
|
|
127
|
+
setValue({ context, event }) {
|
|
128
|
+
context.set("value", event.value);
|
|
129
|
+
},
|
|
130
|
+
downloadQrCode({ event, scope }) {
|
|
131
|
+
const { mimeType, quality, fileName } = event;
|
|
132
|
+
const svgEl = getFrameEl(scope);
|
|
133
|
+
const doc = scope.getDoc();
|
|
134
|
+
getDataUrl(svgEl, {
|
|
135
|
+
type: mimeType,
|
|
136
|
+
quality
|
|
137
|
+
}).then((dataUri) => {
|
|
138
|
+
const a = doc.createElement("a");
|
|
139
|
+
a.href = dataUri;
|
|
140
|
+
a.rel = "noopener";
|
|
141
|
+
a.download = fileName;
|
|
142
|
+
a.click();
|
|
143
|
+
setTimeout(() => {
|
|
144
|
+
a.remove();
|
|
145
|
+
}, 0);
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
} }
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
//#endregion
|
|
152
|
+
//#region src/machines/qr-code/qr-code.props.ts
|
|
153
|
+
const props = createProps()([
|
|
154
|
+
"ids",
|
|
155
|
+
"defaultValue",
|
|
156
|
+
"value",
|
|
157
|
+
"id",
|
|
158
|
+
"encoding",
|
|
159
|
+
"dir",
|
|
160
|
+
"getRootNode",
|
|
161
|
+
"onValueChange",
|
|
162
|
+
"pixelSize"
|
|
163
|
+
]);
|
|
164
|
+
const splitProps = createSplitProps(props);
|
|
165
|
+
|
|
166
|
+
//#endregion
|
|
167
|
+
export { anatomy, connect, machine, props, splitProps };
|
|
@@ -0,0 +1,436 @@
|
|
|
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/radio-group/radio-group.anatomy.ts
|
|
9
|
+
const anatomy = require_create_anatomy.createAnatomy("radio-group").parts("root", "label", "item", "itemText", "itemControl", "indicator");
|
|
10
|
+
const parts = anatomy.build();
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
//#region src/machines/radio-group/radio-group.dom.ts
|
|
14
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `radio-group:${ctx.id}`;
|
|
15
|
+
const getLabelId = (ctx) => ctx.ids?.label ?? `radio-group:${ctx.id}:label`;
|
|
16
|
+
const getItemId = (ctx, value) => ctx.ids?.item?.(value) ?? `radio-group:${ctx.id}:radio:${value}`;
|
|
17
|
+
const getItemHiddenInputId = (ctx, value) => ctx.ids?.itemHiddenInput?.(value) ?? `radio-group:${ctx.id}:radio:input:${value}`;
|
|
18
|
+
const getItemControlId = (ctx, value) => ctx.ids?.itemControl?.(value) ?? `radio-group:${ctx.id}:radio:control:${value}`;
|
|
19
|
+
const getItemLabelId = (ctx, value) => ctx.ids?.itemLabel?.(value) ?? `radio-group:${ctx.id}:radio:label:${value}`;
|
|
20
|
+
const getIndicatorId = (ctx) => ctx.ids?.indicator ?? `radio-group:${ctx.id}:indicator`;
|
|
21
|
+
const getRootEl = (ctx) => ctx.getById(getRootId(ctx));
|
|
22
|
+
const getItemHiddenInputEl = (ctx, value) => ctx.getById(getItemHiddenInputId(ctx, value));
|
|
23
|
+
const getIndicatorEl = (ctx) => ctx.getById(getIndicatorId(ctx));
|
|
24
|
+
const getFirstEnabledInputEl = (ctx) => getRootEl(ctx)?.querySelector("input:not(:disabled)");
|
|
25
|
+
const getFirstEnabledAndCheckedInputEl = (ctx) => getRootEl(ctx)?.querySelector("input:not(:disabled):checked");
|
|
26
|
+
const getInputEls = (ctx) => {
|
|
27
|
+
const selector = `input[type=radio][data-ownedby='${CSS.escape(getRootId(ctx))}']:not([disabled])`;
|
|
28
|
+
return require_dom_query.queryAll(getRootEl(ctx), selector);
|
|
29
|
+
};
|
|
30
|
+
const getRadioEl = (ctx, value) => {
|
|
31
|
+
if (!value) return;
|
|
32
|
+
return ctx.getById(getItemId(ctx, value));
|
|
33
|
+
};
|
|
34
|
+
const getOffsetRect = (el) => ({
|
|
35
|
+
x: el?.offsetLeft ?? 0,
|
|
36
|
+
y: el?.offsetTop ?? 0,
|
|
37
|
+
width: el?.offsetWidth ?? 0,
|
|
38
|
+
height: el?.offsetHeight ?? 0
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
//#endregion
|
|
42
|
+
//#region src/machines/radio-group/radio-group.connect.ts
|
|
43
|
+
function connect(service, normalize) {
|
|
44
|
+
const { context, send, computed, prop, scope } = service;
|
|
45
|
+
const groupDisabled = computed("isDisabled");
|
|
46
|
+
const groupInvalid = prop("invalid");
|
|
47
|
+
const readOnly = prop("readOnly");
|
|
48
|
+
function getItemState(props$1) {
|
|
49
|
+
return {
|
|
50
|
+
value: props$1.value,
|
|
51
|
+
invalid: !!props$1.invalid || !!groupInvalid,
|
|
52
|
+
disabled: !!props$1.disabled || groupDisabled,
|
|
53
|
+
checked: context.get("value") === props$1.value,
|
|
54
|
+
focused: context.get("focusedValue") === props$1.value,
|
|
55
|
+
focusVisible: context.get("focusVisibleValue") === props$1.value,
|
|
56
|
+
hovered: context.get("hoveredValue") === props$1.value,
|
|
57
|
+
active: context.get("activeValue") === props$1.value
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
function getItemDataAttrs(props$1) {
|
|
61
|
+
const itemState = getItemState(props$1);
|
|
62
|
+
return {
|
|
63
|
+
"data-focus": require_dom_query.dataAttr(itemState.focused),
|
|
64
|
+
"data-focus-visible": require_dom_query.dataAttr(itemState.focusVisible),
|
|
65
|
+
"data-disabled": require_dom_query.dataAttr(itemState.disabled),
|
|
66
|
+
"data-readonly": require_dom_query.dataAttr(readOnly),
|
|
67
|
+
"data-state": itemState.checked ? "checked" : "unchecked",
|
|
68
|
+
"data-hover": require_dom_query.dataAttr(itemState.hovered),
|
|
69
|
+
"data-invalid": require_dom_query.dataAttr(itemState.invalid),
|
|
70
|
+
"data-orientation": prop("orientation"),
|
|
71
|
+
"data-ssr": require_dom_query.dataAttr(context.get("ssr"))
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
const focus = () => {
|
|
75
|
+
(getFirstEnabledAndCheckedInputEl(scope) ?? getFirstEnabledInputEl(scope))?.focus();
|
|
76
|
+
};
|
|
77
|
+
return {
|
|
78
|
+
focus,
|
|
79
|
+
value: context.get("value"),
|
|
80
|
+
setValue(value) {
|
|
81
|
+
send({
|
|
82
|
+
type: "SET_VALUE",
|
|
83
|
+
value,
|
|
84
|
+
isTrusted: false
|
|
85
|
+
});
|
|
86
|
+
},
|
|
87
|
+
clearValue() {
|
|
88
|
+
send({
|
|
89
|
+
type: "SET_VALUE",
|
|
90
|
+
value: null,
|
|
91
|
+
isTrusted: false
|
|
92
|
+
});
|
|
93
|
+
},
|
|
94
|
+
getRootProps() {
|
|
95
|
+
return normalize.element({
|
|
96
|
+
...parts.root.attrs,
|
|
97
|
+
role: "radiogroup",
|
|
98
|
+
id: getRootId(scope),
|
|
99
|
+
"aria-labelledby": getLabelId(scope),
|
|
100
|
+
"aria-required": prop("required") || void 0,
|
|
101
|
+
"aria-disabled": groupDisabled || void 0,
|
|
102
|
+
"aria-readonly": readOnly || void 0,
|
|
103
|
+
"data-orientation": prop("orientation"),
|
|
104
|
+
"data-disabled": require_dom_query.dataAttr(groupDisabled),
|
|
105
|
+
"data-invalid": require_dom_query.dataAttr(groupInvalid),
|
|
106
|
+
"data-required": require_dom_query.dataAttr(prop("required")),
|
|
107
|
+
"aria-orientation": prop("orientation"),
|
|
108
|
+
dir: prop("dir"),
|
|
109
|
+
style: { position: "relative" }
|
|
110
|
+
});
|
|
111
|
+
},
|
|
112
|
+
getLabelProps() {
|
|
113
|
+
return normalize.element({
|
|
114
|
+
...parts.label.attrs,
|
|
115
|
+
dir: prop("dir"),
|
|
116
|
+
"data-orientation": prop("orientation"),
|
|
117
|
+
"data-disabled": require_dom_query.dataAttr(groupDisabled),
|
|
118
|
+
"data-invalid": require_dom_query.dataAttr(groupInvalid),
|
|
119
|
+
"data-required": require_dom_query.dataAttr(prop("required")),
|
|
120
|
+
id: getLabelId(scope),
|
|
121
|
+
onClick: focus
|
|
122
|
+
});
|
|
123
|
+
},
|
|
124
|
+
getItemState,
|
|
125
|
+
getItemProps(props$1) {
|
|
126
|
+
const itemState = getItemState(props$1);
|
|
127
|
+
return normalize.label({
|
|
128
|
+
...parts.item.attrs,
|
|
129
|
+
dir: prop("dir"),
|
|
130
|
+
id: getItemId(scope, props$1.value),
|
|
131
|
+
htmlFor: getItemHiddenInputId(scope, props$1.value),
|
|
132
|
+
...getItemDataAttrs(props$1),
|
|
133
|
+
onPointerMove() {
|
|
134
|
+
if (itemState.disabled) return;
|
|
135
|
+
if (itemState.hovered) return;
|
|
136
|
+
send({
|
|
137
|
+
type: "SET_HOVERED",
|
|
138
|
+
value: props$1.value,
|
|
139
|
+
hovered: true
|
|
140
|
+
});
|
|
141
|
+
},
|
|
142
|
+
onPointerLeave() {
|
|
143
|
+
if (itemState.disabled) return;
|
|
144
|
+
send({
|
|
145
|
+
type: "SET_HOVERED",
|
|
146
|
+
value: null
|
|
147
|
+
});
|
|
148
|
+
},
|
|
149
|
+
onPointerDown(event) {
|
|
150
|
+
if (itemState.disabled) return;
|
|
151
|
+
if (!require_dom_query.isLeftClick(event)) return;
|
|
152
|
+
if (itemState.focused && event.pointerType === "mouse") event.preventDefault();
|
|
153
|
+
send({
|
|
154
|
+
type: "SET_ACTIVE",
|
|
155
|
+
value: props$1.value,
|
|
156
|
+
active: true
|
|
157
|
+
});
|
|
158
|
+
},
|
|
159
|
+
onPointerUp() {
|
|
160
|
+
if (itemState.disabled) return;
|
|
161
|
+
send({
|
|
162
|
+
type: "SET_ACTIVE",
|
|
163
|
+
value: null
|
|
164
|
+
});
|
|
165
|
+
},
|
|
166
|
+
onClick() {
|
|
167
|
+
if (!itemState.disabled && require_dom_query.isSafari()) getItemHiddenInputEl(scope, props$1.value)?.focus();
|
|
168
|
+
}
|
|
169
|
+
});
|
|
170
|
+
},
|
|
171
|
+
getItemTextProps(props$1) {
|
|
172
|
+
return normalize.element({
|
|
173
|
+
...parts.itemText.attrs,
|
|
174
|
+
dir: prop("dir"),
|
|
175
|
+
id: getItemLabelId(scope, props$1.value),
|
|
176
|
+
...getItemDataAttrs(props$1)
|
|
177
|
+
});
|
|
178
|
+
},
|
|
179
|
+
getItemControlProps(props$1) {
|
|
180
|
+
const itemState = getItemState(props$1);
|
|
181
|
+
return normalize.element({
|
|
182
|
+
...parts.itemControl.attrs,
|
|
183
|
+
dir: prop("dir"),
|
|
184
|
+
id: getItemControlId(scope, props$1.value),
|
|
185
|
+
"data-active": require_dom_query.dataAttr(itemState.active),
|
|
186
|
+
"aria-hidden": true,
|
|
187
|
+
...getItemDataAttrs(props$1)
|
|
188
|
+
});
|
|
189
|
+
},
|
|
190
|
+
getItemHiddenInputProps(props$1) {
|
|
191
|
+
const itemState = getItemState(props$1);
|
|
192
|
+
return normalize.input({
|
|
193
|
+
"data-ownedby": getRootId(scope),
|
|
194
|
+
id: getItemHiddenInputId(scope, props$1.value),
|
|
195
|
+
type: "radio",
|
|
196
|
+
name: prop("name") || prop("id"),
|
|
197
|
+
form: prop("form"),
|
|
198
|
+
value: props$1.value,
|
|
199
|
+
required: prop("required"),
|
|
200
|
+
"aria-invalid": itemState.invalid || void 0,
|
|
201
|
+
onClick(event) {
|
|
202
|
+
if (readOnly) {
|
|
203
|
+
event.preventDefault();
|
|
204
|
+
return;
|
|
205
|
+
}
|
|
206
|
+
if (event.currentTarget.checked) send({
|
|
207
|
+
type: "SET_VALUE",
|
|
208
|
+
value: props$1.value,
|
|
209
|
+
isTrusted: true
|
|
210
|
+
});
|
|
211
|
+
},
|
|
212
|
+
onBlur() {
|
|
213
|
+
send({
|
|
214
|
+
type: "SET_FOCUSED",
|
|
215
|
+
value: null,
|
|
216
|
+
focused: false,
|
|
217
|
+
focusVisible: false
|
|
218
|
+
});
|
|
219
|
+
},
|
|
220
|
+
onFocus() {
|
|
221
|
+
const focusVisible = require_focus_visible.isFocusVisible();
|
|
222
|
+
send({
|
|
223
|
+
type: "SET_FOCUSED",
|
|
224
|
+
value: props$1.value,
|
|
225
|
+
focused: true,
|
|
226
|
+
focusVisible
|
|
227
|
+
});
|
|
228
|
+
},
|
|
229
|
+
onKeyDown(event) {
|
|
230
|
+
if (event.defaultPrevented) return;
|
|
231
|
+
if (event.key === " ") send({
|
|
232
|
+
type: "SET_ACTIVE",
|
|
233
|
+
value: props$1.value,
|
|
234
|
+
active: true
|
|
235
|
+
});
|
|
236
|
+
},
|
|
237
|
+
onKeyUp(event) {
|
|
238
|
+
if (event.defaultPrevented) return;
|
|
239
|
+
if (event.key === " ") send({
|
|
240
|
+
type: "SET_ACTIVE",
|
|
241
|
+
value: null
|
|
242
|
+
});
|
|
243
|
+
},
|
|
244
|
+
disabled: itemState.disabled || readOnly,
|
|
245
|
+
defaultChecked: itemState.checked,
|
|
246
|
+
style: require_dom_query.visuallyHiddenStyle
|
|
247
|
+
});
|
|
248
|
+
},
|
|
249
|
+
getIndicatorProps() {
|
|
250
|
+
const rect = context.get("indicatorRect");
|
|
251
|
+
const rectIsEmpty = rect == null || rect.width === 0 && rect.height === 0 && rect.x === 0 && rect.y === 0;
|
|
252
|
+
return normalize.element({
|
|
253
|
+
id: getIndicatorId(scope),
|
|
254
|
+
...parts.indicator.attrs,
|
|
255
|
+
dir: prop("dir"),
|
|
256
|
+
hidden: context.get("value") == null || rectIsEmpty,
|
|
257
|
+
"data-disabled": require_dom_query.dataAttr(groupDisabled),
|
|
258
|
+
"data-orientation": prop("orientation"),
|
|
259
|
+
style: {
|
|
260
|
+
"--transition-property": "left, top, width, height",
|
|
261
|
+
"--left": require_utils.toPx(rect?.x),
|
|
262
|
+
"--top": require_utils.toPx(rect?.y),
|
|
263
|
+
"--width": require_utils.toPx(rect?.width),
|
|
264
|
+
"--height": require_utils.toPx(rect?.height),
|
|
265
|
+
position: "absolute",
|
|
266
|
+
willChange: "var(--transition-property)",
|
|
267
|
+
transitionProperty: "var(--transition-property)",
|
|
268
|
+
transitionDuration: "var(--transition-duration, 150ms)",
|
|
269
|
+
transitionTimingFunction: "var(--transition-timing-function)",
|
|
270
|
+
[prop("orientation") === "horizontal" ? "left" : "top"]: prop("orientation") === "horizontal" ? "var(--left)" : "var(--top)"
|
|
271
|
+
}
|
|
272
|
+
});
|
|
273
|
+
}
|
|
274
|
+
};
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
//#endregion
|
|
278
|
+
//#region src/machines/radio-group/radio-group.machine.ts
|
|
279
|
+
const { not } = require_core.createGuards();
|
|
280
|
+
const machine = require_core.createMachine({
|
|
281
|
+
props({ props: props$1 }) {
|
|
282
|
+
return {
|
|
283
|
+
orientation: "vertical",
|
|
284
|
+
...props$1
|
|
285
|
+
};
|
|
286
|
+
},
|
|
287
|
+
initialState() {
|
|
288
|
+
return "idle";
|
|
289
|
+
},
|
|
290
|
+
context({ prop, bindable }) {
|
|
291
|
+
return {
|
|
292
|
+
value: bindable(() => ({
|
|
293
|
+
defaultValue: prop("defaultValue"),
|
|
294
|
+
value: prop("value"),
|
|
295
|
+
onChange(value) {
|
|
296
|
+
prop("onValueChange")?.({ value });
|
|
297
|
+
}
|
|
298
|
+
})),
|
|
299
|
+
activeValue: bindable(() => ({ defaultValue: null })),
|
|
300
|
+
focusedValue: bindable(() => ({ defaultValue: null })),
|
|
301
|
+
focusVisibleValue: bindable(() => ({ defaultValue: null })),
|
|
302
|
+
hoveredValue: bindable(() => ({ defaultValue: null })),
|
|
303
|
+
indicatorRect: bindable(() => ({ defaultValue: null })),
|
|
304
|
+
fieldsetDisabled: bindable(() => ({ defaultValue: false })),
|
|
305
|
+
ssr: bindable(() => ({ defaultValue: true }))
|
|
306
|
+
};
|
|
307
|
+
},
|
|
308
|
+
refs() {
|
|
309
|
+
return {
|
|
310
|
+
indicatorCleanup: null,
|
|
311
|
+
focusVisibleValue: null
|
|
312
|
+
};
|
|
313
|
+
},
|
|
314
|
+
computed: { isDisabled: ({ prop, context }) => !!prop("disabled") || context.get("fieldsetDisabled") },
|
|
315
|
+
entry: ["syncIndicatorRect", "syncSsr"],
|
|
316
|
+
exit: ["cleanupObserver"],
|
|
317
|
+
effects: ["trackFormControlState", "trackFocusVisible"],
|
|
318
|
+
watch({ track, action, context }) {
|
|
319
|
+
track([() => context.get("value")], () => {
|
|
320
|
+
action(["syncIndicatorRect", "syncInputElements"]);
|
|
321
|
+
});
|
|
322
|
+
},
|
|
323
|
+
on: {
|
|
324
|
+
SET_VALUE: [{
|
|
325
|
+
guard: not("isTrusted"),
|
|
326
|
+
actions: ["setValue", "dispatchChangeEvent"]
|
|
327
|
+
}, { actions: ["setValue"] }],
|
|
328
|
+
SET_HOVERED: { actions: ["setHovered"] },
|
|
329
|
+
SET_ACTIVE: { actions: ["setActive"] },
|
|
330
|
+
SET_FOCUSED: { actions: ["setFocused"] }
|
|
331
|
+
},
|
|
332
|
+
states: { idle: {} },
|
|
333
|
+
implementations: {
|
|
334
|
+
guards: { isTrusted: ({ event }) => !!event.isTrusted },
|
|
335
|
+
effects: {
|
|
336
|
+
trackFormControlState({ context, scope }) {
|
|
337
|
+
return require_dom_query.trackFormControl(getRootEl(scope), {
|
|
338
|
+
onFieldsetDisabledChange(disabled) {
|
|
339
|
+
context.set("fieldsetDisabled", disabled);
|
|
340
|
+
},
|
|
341
|
+
onFormReset() {
|
|
342
|
+
context.set("value", context.initial("value"));
|
|
343
|
+
}
|
|
344
|
+
});
|
|
345
|
+
},
|
|
346
|
+
trackFocusVisible({ scope }) {
|
|
347
|
+
return require_focus_visible.trackFocusVisible({ root: scope.getRootNode?.() });
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
actions: {
|
|
351
|
+
setValue({ context, event }) {
|
|
352
|
+
context.set("value", event.value);
|
|
353
|
+
},
|
|
354
|
+
setHovered({ context, event }) {
|
|
355
|
+
context.set("hoveredValue", event.value);
|
|
356
|
+
},
|
|
357
|
+
setActive({ context, event }) {
|
|
358
|
+
context.set("activeValue", event.value);
|
|
359
|
+
},
|
|
360
|
+
setFocused({ context, event }) {
|
|
361
|
+
context.set("focusedValue", event.value);
|
|
362
|
+
const focusVisibleValue = event.value != null && event.focusVisible ? event.value : null;
|
|
363
|
+
context.set("focusVisibleValue", focusVisibleValue);
|
|
364
|
+
},
|
|
365
|
+
syncInputElements({ context, scope }) {
|
|
366
|
+
getInputEls(scope).forEach((input) => {
|
|
367
|
+
input.checked = input.value === context.get("value");
|
|
368
|
+
});
|
|
369
|
+
},
|
|
370
|
+
cleanupObserver({ refs }) {
|
|
371
|
+
refs.get("indicatorCleanup")?.();
|
|
372
|
+
},
|
|
373
|
+
syncSsr({ context }) {
|
|
374
|
+
context.set("ssr", false);
|
|
375
|
+
},
|
|
376
|
+
syncIndicatorRect({ context, scope, refs }) {
|
|
377
|
+
refs.get("indicatorCleanup")?.();
|
|
378
|
+
if (!getIndicatorEl(scope)) return;
|
|
379
|
+
const value = context.get("value");
|
|
380
|
+
const radioEl = getRadioEl(scope, value);
|
|
381
|
+
if (value == null || !radioEl) {
|
|
382
|
+
context.set("indicatorRect", null);
|
|
383
|
+
return;
|
|
384
|
+
}
|
|
385
|
+
const exec = () => {
|
|
386
|
+
context.set("indicatorRect", getOffsetRect(radioEl));
|
|
387
|
+
};
|
|
388
|
+
exec();
|
|
389
|
+
const indicatorCleanup = require_dom_query.resizeObserverBorderBox.observe(radioEl, exec);
|
|
390
|
+
refs.set("indicatorCleanup", indicatorCleanup);
|
|
391
|
+
},
|
|
392
|
+
dispatchChangeEvent({ context, scope }) {
|
|
393
|
+
getInputEls(scope).forEach((inputEl) => {
|
|
394
|
+
const checked = inputEl.value === context.get("value");
|
|
395
|
+
if (checked === inputEl.checked) return;
|
|
396
|
+
require_dom_query.dispatchInputCheckedEvent(inputEl, { checked });
|
|
397
|
+
});
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
});
|
|
402
|
+
|
|
403
|
+
//#endregion
|
|
404
|
+
//#region src/machines/radio-group/radio-group.props.ts
|
|
405
|
+
const props = require_create_props.createProps()([
|
|
406
|
+
"dir",
|
|
407
|
+
"disabled",
|
|
408
|
+
"form",
|
|
409
|
+
"getRootNode",
|
|
410
|
+
"id",
|
|
411
|
+
"ids",
|
|
412
|
+
"invalid",
|
|
413
|
+
"name",
|
|
414
|
+
"onValueChange",
|
|
415
|
+
"orientation",
|
|
416
|
+
"readOnly",
|
|
417
|
+
"required",
|
|
418
|
+
"value",
|
|
419
|
+
"defaultValue"
|
|
420
|
+
]);
|
|
421
|
+
const splitProps = require_utils.createSplitProps(props);
|
|
422
|
+
const itemProps = require_create_props.createProps()([
|
|
423
|
+
"value",
|
|
424
|
+
"disabled",
|
|
425
|
+
"invalid"
|
|
426
|
+
]);
|
|
427
|
+
const splitItemProps = require_utils.createSplitProps(itemProps);
|
|
428
|
+
|
|
429
|
+
//#endregion
|
|
430
|
+
exports.anatomy = anatomy;
|
|
431
|
+
exports.connect = connect;
|
|
432
|
+
exports.itemProps = itemProps;
|
|
433
|
+
exports.machine = machine;
|
|
434
|
+
exports.props = props;
|
|
435
|
+
exports.splitItemProps = splitItemProps;
|
|
436
|
+
exports.splitProps = splitProps;
|
|
@@ -0,0 +1,106 @@
|
|
|
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, m as Rect, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-Bqw3r34-.cjs";
|
|
4
|
+
|
|
5
|
+
//#region src/machines/radio-group/radio-group.anatomy.d.ts
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "indicator" | "itemText" | "itemControl">;
|
|
7
|
+
//#endregion
|
|
8
|
+
//#region src/machines/radio-group/radio-group.types.d.ts
|
|
9
|
+
interface ValueChangeDetails {
|
|
10
|
+
value: string | null;
|
|
11
|
+
}
|
|
12
|
+
type ElementIds = Partial<{
|
|
13
|
+
root: string;
|
|
14
|
+
label: string;
|
|
15
|
+
indicator: string;
|
|
16
|
+
item: (value: string) => string;
|
|
17
|
+
itemLabel: (value: string) => string;
|
|
18
|
+
itemControl: (value: string) => string;
|
|
19
|
+
itemHiddenInput: (value: string) => string;
|
|
20
|
+
}>;
|
|
21
|
+
interface RadioGroupProps extends DirectionProperty, CommonProperties {
|
|
22
|
+
ids?: ElementIds | undefined;
|
|
23
|
+
value?: string | null | undefined;
|
|
24
|
+
defaultValue?: string | null | undefined;
|
|
25
|
+
name?: string | undefined;
|
|
26
|
+
form?: string | undefined;
|
|
27
|
+
disabled?: boolean | undefined;
|
|
28
|
+
invalid?: boolean | undefined;
|
|
29
|
+
required?: boolean | undefined;
|
|
30
|
+
readOnly?: boolean | undefined;
|
|
31
|
+
onValueChange?: ((details: ValueChangeDetails) => void) | undefined;
|
|
32
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
33
|
+
}
|
|
34
|
+
interface PrivateContext {
|
|
35
|
+
value: string | null;
|
|
36
|
+
activeValue: string | null;
|
|
37
|
+
focusedValue: string | null;
|
|
38
|
+
focusVisibleValue: string | null;
|
|
39
|
+
hoveredValue: string | null;
|
|
40
|
+
indicatorRect: Rect | null;
|
|
41
|
+
fieldsetDisabled: boolean;
|
|
42
|
+
ssr: boolean;
|
|
43
|
+
}
|
|
44
|
+
type PropsWithDefault = "orientation";
|
|
45
|
+
type ComputedContext = Readonly<{
|
|
46
|
+
isDisabled: boolean;
|
|
47
|
+
}>;
|
|
48
|
+
interface Refs {
|
|
49
|
+
indicatorCleanup: VoidFunction | null;
|
|
50
|
+
}
|
|
51
|
+
interface RadioGroupSchema {
|
|
52
|
+
state: "idle";
|
|
53
|
+
props: RequiredBy<RadioGroupProps, PropsWithDefault>;
|
|
54
|
+
context: PrivateContext;
|
|
55
|
+
computed: ComputedContext;
|
|
56
|
+
refs: Refs;
|
|
57
|
+
event: EventObject;
|
|
58
|
+
action: string;
|
|
59
|
+
effect: string;
|
|
60
|
+
guard: string;
|
|
61
|
+
}
|
|
62
|
+
type RadioGroupService = Service<RadioGroupSchema>;
|
|
63
|
+
type RadioGroupMachine = Machine<RadioGroupSchema>;
|
|
64
|
+
interface ItemProps {
|
|
65
|
+
value: string;
|
|
66
|
+
disabled?: boolean | undefined;
|
|
67
|
+
invalid?: boolean | undefined;
|
|
68
|
+
}
|
|
69
|
+
interface ItemState {
|
|
70
|
+
value: string;
|
|
71
|
+
invalid: boolean;
|
|
72
|
+
disabled: boolean;
|
|
73
|
+
checked: boolean;
|
|
74
|
+
focused: boolean;
|
|
75
|
+
focusVisible: boolean;
|
|
76
|
+
hovered: boolean;
|
|
77
|
+
active: boolean;
|
|
78
|
+
}
|
|
79
|
+
interface RadioGroupApi<T extends PropTypes = PropTypes> {
|
|
80
|
+
value: string | null;
|
|
81
|
+
setValue: (value: string) => void;
|
|
82
|
+
clearValue: VoidFunction;
|
|
83
|
+
focus: VoidFunction;
|
|
84
|
+
getItemState: (props: ItemProps) => ItemState;
|
|
85
|
+
getRootProps: () => T["element"];
|
|
86
|
+
getLabelProps: () => T["element"];
|
|
87
|
+
getItemProps: (props: ItemProps) => T["label"];
|
|
88
|
+
getItemTextProps: (props: ItemProps) => T["element"];
|
|
89
|
+
getItemControlProps: (props: ItemProps) => T["element"];
|
|
90
|
+
getItemHiddenInputProps: (props: ItemProps) => T["input"];
|
|
91
|
+
getIndicatorProps: () => T["element"];
|
|
92
|
+
}
|
|
93
|
+
//#endregion
|
|
94
|
+
//#region src/machines/radio-group/radio-group.connect.d.ts
|
|
95
|
+
declare function connect<T extends PropTypes>(service: RadioGroupService, normalize: NormalizeProps<T>): RadioGroupApi<T>;
|
|
96
|
+
//#endregion
|
|
97
|
+
//#region src/machines/radio-group/radio-group.machine.d.ts
|
|
98
|
+
declare const machine: Machine<RadioGroupSchema>;
|
|
99
|
+
//#endregion
|
|
100
|
+
//#region src/machines/radio-group/radio-group.props.d.ts
|
|
101
|
+
declare const props: (keyof RadioGroupProps)[];
|
|
102
|
+
declare const splitProps: <Props extends Partial<RadioGroupProps>>(props: Props) => [Partial<RadioGroupProps>, Omit<Props, keyof RadioGroupProps>];
|
|
103
|
+
declare const itemProps: (keyof ItemProps)[];
|
|
104
|
+
declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];
|
|
105
|
+
//#endregion
|
|
106
|
+
export { type RadioGroupApi as Api, type ElementIds, type ItemProps, type ItemState, type RadioGroupMachine as Machine, type RadioGroupProps as Props, type RadioGroupService as Service, type ValueChangeDetails, anatomy, connect, itemProps, machine, props, splitItemProps, splitProps };
|