@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,284 @@
|
|
|
1
|
+
import { t as createAnatomy } from "../../create-anatomy-BbDZbHpC.mjs";
|
|
2
|
+
import "../../dom-query-DFCRhyj1.mjs";
|
|
3
|
+
import { T as getValuePercent, ot as isNumber, 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
|
+
|
|
7
|
+
//#region src/machines/progress/progress.anatomy.ts
|
|
8
|
+
const anatomy = createAnatomy("progress").parts("root", "label", "track", "range", "valueText", "view", "circle", "circleTrack", "circleRange");
|
|
9
|
+
const parts = anatomy.build();
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/machines/progress/progress.dom.ts
|
|
13
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `progress:${ctx.id}`;
|
|
14
|
+
const getTrackId = (ctx) => ctx.ids?.track ?? `progress:${ctx.id}:track`;
|
|
15
|
+
const getLabelId = (ctx) => ctx.ids?.label ?? `progress:${ctx.id}:label`;
|
|
16
|
+
const getCircleId = (ctx) => ctx.ids?.circle ?? `progress:${ctx.id}:circle`;
|
|
17
|
+
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/machines/progress/progress.connect.ts
|
|
20
|
+
function connect(service, normalize) {
|
|
21
|
+
const { context, computed, prop, send, scope } = service;
|
|
22
|
+
const percent = computed("percent");
|
|
23
|
+
const percentAsString = computed("isIndeterminate") ? "" : computed("formatter").format(percent / 100);
|
|
24
|
+
const max = prop("max");
|
|
25
|
+
const min = prop("min");
|
|
26
|
+
const orientation = prop("orientation");
|
|
27
|
+
const translations = prop("translations");
|
|
28
|
+
const indeterminate = computed("isIndeterminate");
|
|
29
|
+
const value = context.get("value");
|
|
30
|
+
const valueAsString = translations?.value({
|
|
31
|
+
value,
|
|
32
|
+
max,
|
|
33
|
+
percent,
|
|
34
|
+
min,
|
|
35
|
+
formatter: computed("formatter")
|
|
36
|
+
}) ?? "";
|
|
37
|
+
const progressState = getProgressState(value, max);
|
|
38
|
+
const progressbarProps = {
|
|
39
|
+
role: "progressbar",
|
|
40
|
+
"aria-label": valueAsString,
|
|
41
|
+
"data-max": max,
|
|
42
|
+
"aria-valuemin": min,
|
|
43
|
+
"aria-valuemax": max,
|
|
44
|
+
"aria-valuenow": value ?? void 0,
|
|
45
|
+
"data-orientation": orientation,
|
|
46
|
+
"data-state": progressState
|
|
47
|
+
};
|
|
48
|
+
const circleProps$1 = getCircleProps(service);
|
|
49
|
+
return {
|
|
50
|
+
value,
|
|
51
|
+
valueAsString,
|
|
52
|
+
min,
|
|
53
|
+
max,
|
|
54
|
+
percent,
|
|
55
|
+
percentAsString,
|
|
56
|
+
indeterminate,
|
|
57
|
+
setValue(value$1) {
|
|
58
|
+
send({
|
|
59
|
+
type: "VALUE.SET",
|
|
60
|
+
value: value$1
|
|
61
|
+
});
|
|
62
|
+
},
|
|
63
|
+
setToMax() {
|
|
64
|
+
send({
|
|
65
|
+
type: "VALUE.SET",
|
|
66
|
+
value: max
|
|
67
|
+
});
|
|
68
|
+
},
|
|
69
|
+
setToMin() {
|
|
70
|
+
send({
|
|
71
|
+
type: "VALUE.SET",
|
|
72
|
+
value: min
|
|
73
|
+
});
|
|
74
|
+
},
|
|
75
|
+
getRootProps() {
|
|
76
|
+
return normalize.element({
|
|
77
|
+
dir: prop("dir"),
|
|
78
|
+
...parts.root.attrs,
|
|
79
|
+
id: getRootId(scope),
|
|
80
|
+
"data-max": max,
|
|
81
|
+
"data-value": value ?? void 0,
|
|
82
|
+
"data-state": progressState,
|
|
83
|
+
"data-orientation": orientation,
|
|
84
|
+
style: { "--percent": indeterminate ? void 0 : percent }
|
|
85
|
+
});
|
|
86
|
+
},
|
|
87
|
+
getLabelProps() {
|
|
88
|
+
return normalize.element({
|
|
89
|
+
dir: prop("dir"),
|
|
90
|
+
id: getLabelId(scope),
|
|
91
|
+
...parts.label.attrs,
|
|
92
|
+
"data-orientation": orientation
|
|
93
|
+
});
|
|
94
|
+
},
|
|
95
|
+
getValueTextProps() {
|
|
96
|
+
return normalize.element({
|
|
97
|
+
dir: prop("dir"),
|
|
98
|
+
"aria-live": "polite",
|
|
99
|
+
...parts.valueText.attrs
|
|
100
|
+
});
|
|
101
|
+
},
|
|
102
|
+
getTrackProps() {
|
|
103
|
+
return normalize.element({
|
|
104
|
+
dir: prop("dir"),
|
|
105
|
+
id: getTrackId(scope),
|
|
106
|
+
...parts.track.attrs,
|
|
107
|
+
...progressbarProps
|
|
108
|
+
});
|
|
109
|
+
},
|
|
110
|
+
getRangeProps() {
|
|
111
|
+
return normalize.element({
|
|
112
|
+
dir: prop("dir"),
|
|
113
|
+
...parts.range.attrs,
|
|
114
|
+
"data-orientation": orientation,
|
|
115
|
+
"data-state": progressState,
|
|
116
|
+
style: { [computed("isHorizontal") ? "width" : "height"]: indeterminate ? void 0 : `${percent}%` }
|
|
117
|
+
});
|
|
118
|
+
},
|
|
119
|
+
getCircleProps() {
|
|
120
|
+
return normalize.element({
|
|
121
|
+
dir: prop("dir"),
|
|
122
|
+
id: getCircleId(scope),
|
|
123
|
+
...parts.circle.attrs,
|
|
124
|
+
...progressbarProps,
|
|
125
|
+
...circleProps$1.root
|
|
126
|
+
});
|
|
127
|
+
},
|
|
128
|
+
getCircleTrackProps() {
|
|
129
|
+
return normalize.element({
|
|
130
|
+
dir: prop("dir"),
|
|
131
|
+
"data-orientation": orientation,
|
|
132
|
+
...parts.circleTrack.attrs,
|
|
133
|
+
...circleProps$1.track
|
|
134
|
+
});
|
|
135
|
+
},
|
|
136
|
+
getCircleRangeProps() {
|
|
137
|
+
return normalize.element({
|
|
138
|
+
dir: prop("dir"),
|
|
139
|
+
...parts.circleRange.attrs,
|
|
140
|
+
...circleProps$1.range,
|
|
141
|
+
"data-state": progressState
|
|
142
|
+
});
|
|
143
|
+
},
|
|
144
|
+
getViewProps(props$1) {
|
|
145
|
+
return normalize.element({
|
|
146
|
+
dir: prop("dir"),
|
|
147
|
+
...parts.view.attrs,
|
|
148
|
+
"data-state": props$1.state,
|
|
149
|
+
hidden: props$1.state !== progressState
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
function getProgressState(value, maxValue) {
|
|
155
|
+
return value == null ? "indeterminate" : value === maxValue ? "complete" : "loading";
|
|
156
|
+
}
|
|
157
|
+
const circleProps = { style: {
|
|
158
|
+
"--radius": "calc(var(--size) / 2 - var(--thickness) / 2)",
|
|
159
|
+
cx: "calc(var(--size) / 2)",
|
|
160
|
+
cy: "calc(var(--size) / 2)",
|
|
161
|
+
r: "var(--radius)",
|
|
162
|
+
fill: "transparent",
|
|
163
|
+
strokeWidth: "var(--thickness)"
|
|
164
|
+
} };
|
|
165
|
+
const rootProps = { style: {
|
|
166
|
+
width: "var(--size)",
|
|
167
|
+
height: "var(--size)"
|
|
168
|
+
} };
|
|
169
|
+
function getCircleProps(service) {
|
|
170
|
+
const { context, computed } = service;
|
|
171
|
+
return {
|
|
172
|
+
root: rootProps,
|
|
173
|
+
track: circleProps,
|
|
174
|
+
range: {
|
|
175
|
+
opacity: context.get("value") === 0 ? 0 : void 0,
|
|
176
|
+
style: {
|
|
177
|
+
...circleProps.style,
|
|
178
|
+
"--percent": computed("percent"),
|
|
179
|
+
"--circumference": `calc(2 * 3.14159 * var(--radius))`,
|
|
180
|
+
"--offset": `calc(var(--circumference) * (100 - var(--percent)) / 100)`,
|
|
181
|
+
strokeDashoffset: `calc(var(--circumference) * ((100 - var(--percent)) / 100))`,
|
|
182
|
+
strokeDasharray: computed("isIndeterminate") ? void 0 : `var(--circumference)`,
|
|
183
|
+
transformOrigin: "center",
|
|
184
|
+
transform: "rotate(-90deg)"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
};
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
//#endregion
|
|
191
|
+
//#region src/machines/progress/progress.machine.ts
|
|
192
|
+
const machine = createMachine({
|
|
193
|
+
props({ props: props$1 }) {
|
|
194
|
+
const min = props$1.min ?? 0;
|
|
195
|
+
const max = props$1.max ?? 100;
|
|
196
|
+
return {
|
|
197
|
+
orientation: "horizontal",
|
|
198
|
+
...props$1,
|
|
199
|
+
max,
|
|
200
|
+
min,
|
|
201
|
+
defaultValue: props$1.defaultValue !== void 0 ? props$1.defaultValue : midValue(min, max),
|
|
202
|
+
formatOptions: {
|
|
203
|
+
style: "percent",
|
|
204
|
+
...props$1.formatOptions
|
|
205
|
+
},
|
|
206
|
+
translations: {
|
|
207
|
+
value: ({ value, percent, formatter }) => {
|
|
208
|
+
if (value === null) return "loading...";
|
|
209
|
+
if (formatter) {
|
|
210
|
+
const num = formatter.resolvedOptions().style === "percent" ? percent / 100 : value;
|
|
211
|
+
return formatter.format(num);
|
|
212
|
+
}
|
|
213
|
+
return value.toString();
|
|
214
|
+
},
|
|
215
|
+
...props$1.translations
|
|
216
|
+
}
|
|
217
|
+
};
|
|
218
|
+
},
|
|
219
|
+
initialState() {
|
|
220
|
+
return "idle";
|
|
221
|
+
},
|
|
222
|
+
entry: ["validateContext"],
|
|
223
|
+
context({ bindable, prop }) {
|
|
224
|
+
return { value: bindable(() => ({
|
|
225
|
+
defaultValue: prop("defaultValue"),
|
|
226
|
+
value: prop("value"),
|
|
227
|
+
onChange(value) {
|
|
228
|
+
prop("onValueChange")?.({ value });
|
|
229
|
+
}
|
|
230
|
+
})) };
|
|
231
|
+
},
|
|
232
|
+
computed: {
|
|
233
|
+
isIndeterminate: ({ context }) => context.get("value") === null,
|
|
234
|
+
percent({ context, prop }) {
|
|
235
|
+
const value = context.get("value");
|
|
236
|
+
if (!isNumber(value)) return -1;
|
|
237
|
+
return getValuePercent(value, prop("min"), prop("max")) * 100;
|
|
238
|
+
},
|
|
239
|
+
formatter: memo(({ prop }) => [prop("locale"), prop("formatOptions")], ([locale, formatOptions]) => new Intl.NumberFormat(locale, formatOptions)),
|
|
240
|
+
isHorizontal: ({ prop }) => prop("orientation") === "horizontal"
|
|
241
|
+
},
|
|
242
|
+
states: { idle: { on: { "VALUE.SET": { actions: ["setValue"] } } } },
|
|
243
|
+
implementations: { actions: {
|
|
244
|
+
setValue: ({ context, event, prop }) => {
|
|
245
|
+
const value = event.value === null ? null : Math.max(0, Math.min(event.value, prop("max")));
|
|
246
|
+
context.set("value", value);
|
|
247
|
+
},
|
|
248
|
+
validateContext: ({ context, prop }) => {
|
|
249
|
+
const max = prop("max");
|
|
250
|
+
const min = prop("min");
|
|
251
|
+
const value = context.get("value");
|
|
252
|
+
if (value == null) return;
|
|
253
|
+
if (!isValidNumber(max)) throw new Error(`[progress] The max value passed \`${max}\` is not a valid number`);
|
|
254
|
+
if (!isValidMax(value, max)) throw new Error(`[progress] The value passed \`${value}\` exceeds the max value \`${max}\``);
|
|
255
|
+
if (!isValidMin(value, min)) throw new Error(`[progress] The value passed \`${value}\` exceeds the min value \`${min}\``);
|
|
256
|
+
}
|
|
257
|
+
} }
|
|
258
|
+
});
|
|
259
|
+
const isValidNumber = (max) => isNumber(max) && !isNaN(max);
|
|
260
|
+
const isValidMax = (value, max) => isValidNumber(value) && value <= max;
|
|
261
|
+
const isValidMin = (value, min) => isValidNumber(value) && value >= min;
|
|
262
|
+
const midValue = (min, max) => min + (max - min) / 2;
|
|
263
|
+
|
|
264
|
+
//#endregion
|
|
265
|
+
//#region src/machines/progress/progress.props.ts
|
|
266
|
+
const props = createProps()([
|
|
267
|
+
"dir",
|
|
268
|
+
"getRootNode",
|
|
269
|
+
"id",
|
|
270
|
+
"ids",
|
|
271
|
+
"max",
|
|
272
|
+
"min",
|
|
273
|
+
"orientation",
|
|
274
|
+
"translations",
|
|
275
|
+
"value",
|
|
276
|
+
"onValueChange",
|
|
277
|
+
"defaultValue",
|
|
278
|
+
"formatOptions",
|
|
279
|
+
"locale"
|
|
280
|
+
]);
|
|
281
|
+
const splitProps = createSplitProps(props);
|
|
282
|
+
|
|
283
|
+
//#endregion
|
|
284
|
+
export { anatomy, connect, machine, props, splitProps };
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
const require_chunk = require('../../chunk-CbDLau6x.cjs');
|
|
2
|
+
const require_create_anatomy = require('../../create-anatomy-CDsIFUXg.cjs');
|
|
3
|
+
const require_dom_query = require('../../dom-query-CWZdWUGp.cjs');
|
|
4
|
+
const require_utils = require('../../utils-_6frwjgJ.cjs');
|
|
5
|
+
const require_core = require('../../core-CQFbMdTl.cjs');
|
|
6
|
+
const require_create_props = require('../../create-props-YKy7JIKj.cjs');
|
|
7
|
+
let uqr = require("uqr");
|
|
8
|
+
|
|
9
|
+
//#region src/machines/qr-code/qr-code.anatomy.ts
|
|
10
|
+
const anatomy = require_create_anatomy.createAnatomy("qr-code").parts("root", "frame", "pattern", "overlay", "downloadTrigger");
|
|
11
|
+
const parts = anatomy.build();
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region src/machines/qr-code/qr-code.dom.ts
|
|
15
|
+
const getRootId = (scope) => scope.ids?.root ?? `qrcode:${scope.id}:root`;
|
|
16
|
+
const getFrameId = (scope) => scope.ids?.frame ?? `qrcode:${scope.id}:frame`;
|
|
17
|
+
const getFrameEl = (scope) => scope.getById(getFrameId(scope));
|
|
18
|
+
|
|
19
|
+
//#endregion
|
|
20
|
+
//#region src/machines/qr-code/qr-code.connect.ts
|
|
21
|
+
function connect(service, normalize) {
|
|
22
|
+
const { context, computed, send, scope, prop } = service;
|
|
23
|
+
const encoded = computed("encoded");
|
|
24
|
+
const pixelSize = prop("pixelSize");
|
|
25
|
+
const height = encoded.size * pixelSize;
|
|
26
|
+
const width = encoded.size * pixelSize;
|
|
27
|
+
const paths = [];
|
|
28
|
+
for (let row = 0; row < encoded.size; row++) for (let col = 0; col < encoded.size; col++) {
|
|
29
|
+
const x = col * pixelSize;
|
|
30
|
+
const y = row * pixelSize;
|
|
31
|
+
if (encoded.data[row][col]) paths.push(`M${x},${y}h${pixelSize}v${pixelSize}h-${pixelSize}z`);
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
value: context.get("value"),
|
|
35
|
+
setValue(value) {
|
|
36
|
+
send({
|
|
37
|
+
type: "VALUE.SET",
|
|
38
|
+
value
|
|
39
|
+
});
|
|
40
|
+
},
|
|
41
|
+
getDataUrl(type, quality) {
|
|
42
|
+
return require_dom_query.getDataUrl(getFrameEl(scope), {
|
|
43
|
+
type,
|
|
44
|
+
quality
|
|
45
|
+
});
|
|
46
|
+
},
|
|
47
|
+
getRootProps() {
|
|
48
|
+
return normalize.element({
|
|
49
|
+
id: getRootId(scope),
|
|
50
|
+
...parts.root.attrs,
|
|
51
|
+
style: {
|
|
52
|
+
"--qrcode-pixel-size": `${pixelSize}px`,
|
|
53
|
+
"--qrcode-width": `${width}px`,
|
|
54
|
+
"--qrcode-height": `${height}px`,
|
|
55
|
+
position: "relative"
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
},
|
|
59
|
+
getFrameProps() {
|
|
60
|
+
return normalize.svg({
|
|
61
|
+
id: getFrameId(scope),
|
|
62
|
+
...parts.frame.attrs,
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
viewBox: `0 0 ${width} ${height}`
|
|
65
|
+
});
|
|
66
|
+
},
|
|
67
|
+
getPatternProps() {
|
|
68
|
+
return normalize.path({
|
|
69
|
+
d: paths.join(""),
|
|
70
|
+
...parts.pattern.attrs
|
|
71
|
+
});
|
|
72
|
+
},
|
|
73
|
+
getOverlayProps() {
|
|
74
|
+
return normalize.element({
|
|
75
|
+
...parts.overlay.attrs,
|
|
76
|
+
style: {
|
|
77
|
+
position: "absolute",
|
|
78
|
+
top: "50%",
|
|
79
|
+
left: "50%",
|
|
80
|
+
translate: "-50% -50%"
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
},
|
|
84
|
+
getDownloadTriggerProps(props$1) {
|
|
85
|
+
return normalize.button({
|
|
86
|
+
type: "button",
|
|
87
|
+
...parts.downloadTrigger.attrs,
|
|
88
|
+
onClick(event) {
|
|
89
|
+
if (event.defaultPrevented) return;
|
|
90
|
+
send({
|
|
91
|
+
type: "DOWNLOAD_TRIGGER.CLICK",
|
|
92
|
+
...props$1
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
//#endregion
|
|
101
|
+
//#region src/machines/qr-code/qr-code.machine.ts
|
|
102
|
+
const machine = require_core.createMachine({
|
|
103
|
+
props({ props: props$1 }) {
|
|
104
|
+
return {
|
|
105
|
+
defaultValue: "",
|
|
106
|
+
pixelSize: 10,
|
|
107
|
+
...props$1
|
|
108
|
+
};
|
|
109
|
+
},
|
|
110
|
+
initialState() {
|
|
111
|
+
return "idle";
|
|
112
|
+
},
|
|
113
|
+
context({ prop, bindable }) {
|
|
114
|
+
return { value: bindable(() => ({
|
|
115
|
+
value: prop("value"),
|
|
116
|
+
defaultValue: prop("defaultValue"),
|
|
117
|
+
onChange(value) {
|
|
118
|
+
prop("onValueChange")?.({ value });
|
|
119
|
+
}
|
|
120
|
+
})) };
|
|
121
|
+
},
|
|
122
|
+
computed: { encoded: require_core.memo(({ context, prop }) => [context.get("value"), prop("encoding")], ([value, encoding]) => (0, uqr.encode)(value, encoding)) },
|
|
123
|
+
states: { idle: { on: {
|
|
124
|
+
"VALUE.SET": { actions: ["setValue"] },
|
|
125
|
+
"DOWNLOAD_TRIGGER.CLICK": { actions: ["downloadQrCode"] }
|
|
126
|
+
} } },
|
|
127
|
+
implementations: { actions: {
|
|
128
|
+
setValue({ context, event }) {
|
|
129
|
+
context.set("value", event.value);
|
|
130
|
+
},
|
|
131
|
+
downloadQrCode({ event, scope }) {
|
|
132
|
+
const { mimeType, quality, fileName } = event;
|
|
133
|
+
const svgEl = getFrameEl(scope);
|
|
134
|
+
const doc = scope.getDoc();
|
|
135
|
+
require_dom_query.getDataUrl(svgEl, {
|
|
136
|
+
type: mimeType,
|
|
137
|
+
quality
|
|
138
|
+
}).then((dataUri) => {
|
|
139
|
+
const a = doc.createElement("a");
|
|
140
|
+
a.href = dataUri;
|
|
141
|
+
a.rel = "noopener";
|
|
142
|
+
a.download = fileName;
|
|
143
|
+
a.click();
|
|
144
|
+
setTimeout(() => {
|
|
145
|
+
a.remove();
|
|
146
|
+
}, 0);
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
} }
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
//#endregion
|
|
153
|
+
//#region src/machines/qr-code/qr-code.props.ts
|
|
154
|
+
const props = require_create_props.createProps()([
|
|
155
|
+
"ids",
|
|
156
|
+
"defaultValue",
|
|
157
|
+
"value",
|
|
158
|
+
"id",
|
|
159
|
+
"encoding",
|
|
160
|
+
"dir",
|
|
161
|
+
"getRootNode",
|
|
162
|
+
"onValueChange",
|
|
163
|
+
"pixelSize"
|
|
164
|
+
]);
|
|
165
|
+
const splitProps = require_utils.createSplitProps(props);
|
|
166
|
+
|
|
167
|
+
//#endregion
|
|
168
|
+
exports.anatomy = anatomy;
|
|
169
|
+
exports.connect = connect;
|
|
170
|
+
exports.machine = machine;
|
|
171
|
+
exports.props = props;
|
|
172
|
+
exports.splitProps = splitProps;
|
|
@@ -0,0 +1,70 @@
|
|
|
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 { n as DataUrlType } from "../../data-url-C3ITPVRX.cjs";
|
|
4
|
+
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-Bqw3r34-.cjs";
|
|
5
|
+
import { QrCodeGenerateOptions, QrCodeGenerateOptions as QrCodeGenerateOptions$1, QrCodeGenerateResult, QrCodeGenerateResult as QrCodeGenerateResult$1 } from "uqr";
|
|
6
|
+
|
|
7
|
+
//#region src/machines/qr-code/qr-code.anatomy.d.ts
|
|
8
|
+
declare const anatomy: AnatomyInstance<"root" | "pattern" | "frame" | "overlay" | "downloadTrigger">;
|
|
9
|
+
//#endregion
|
|
10
|
+
//#region src/machines/qr-code/qr-code.types.d.ts
|
|
11
|
+
interface ValueChangeDetails {
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
14
|
+
type ElementIds = Partial<{
|
|
15
|
+
root: string;
|
|
16
|
+
frame: string;
|
|
17
|
+
}>;
|
|
18
|
+
interface QrCodeProps extends DirectionProperty, CommonProperties {
|
|
19
|
+
value?: string | undefined;
|
|
20
|
+
defaultValue?: string | undefined;
|
|
21
|
+
ids?: ElementIds | undefined;
|
|
22
|
+
encoding?: QrCodeGenerateOptions$1 | undefined;
|
|
23
|
+
onValueChange?: ((details: ValueChangeDetails) => void) | undefined;
|
|
24
|
+
pixelSize?: number | undefined;
|
|
25
|
+
}
|
|
26
|
+
type PropsWithDefault = "pixelSize" | "defaultValue";
|
|
27
|
+
type Computed = Readonly<{
|
|
28
|
+
encoded: QrCodeGenerateResult$1;
|
|
29
|
+
}>;
|
|
30
|
+
interface QrCodeSchema {
|
|
31
|
+
props: RequiredBy<QrCodeProps, PropsWithDefault>;
|
|
32
|
+
context: {
|
|
33
|
+
value: string;
|
|
34
|
+
};
|
|
35
|
+
computed: Computed;
|
|
36
|
+
state: "idle";
|
|
37
|
+
event: EventObject;
|
|
38
|
+
action: string;
|
|
39
|
+
effect: string;
|
|
40
|
+
guard: string;
|
|
41
|
+
}
|
|
42
|
+
type QrCodeService = Service<QrCodeSchema>;
|
|
43
|
+
type QrCodeMachine = Machine<QrCodeSchema>;
|
|
44
|
+
interface DownloadTriggerProps {
|
|
45
|
+
mimeType: DataUrlType;
|
|
46
|
+
quality?: number | undefined;
|
|
47
|
+
fileName: string;
|
|
48
|
+
}
|
|
49
|
+
interface QrCodeApi<T extends PropTypes = PropTypes> {
|
|
50
|
+
value: string;
|
|
51
|
+
setValue: (value: string) => void;
|
|
52
|
+
getDataUrl: (type: DataUrlType, quality?: number) => Promise<string>;
|
|
53
|
+
getRootProps: () => T["element"];
|
|
54
|
+
getFrameProps: () => T["svg"];
|
|
55
|
+
getPatternProps: () => T["path"];
|
|
56
|
+
getOverlayProps: () => T["element"];
|
|
57
|
+
getDownloadTriggerProps: (props: DownloadTriggerProps) => T["button"];
|
|
58
|
+
}
|
|
59
|
+
//#endregion
|
|
60
|
+
//#region src/machines/qr-code/qr-code.connect.d.ts
|
|
61
|
+
declare function connect<T extends PropTypes>(service: QrCodeService, normalize: NormalizeProps<T>): QrCodeApi<T>;
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/machines/qr-code/qr-code.machine.d.ts
|
|
64
|
+
declare const machine: Machine<QrCodeSchema>;
|
|
65
|
+
//#endregion
|
|
66
|
+
//#region src/machines/qr-code/qr-code.props.d.ts
|
|
67
|
+
declare const props: (keyof QrCodeProps)[];
|
|
68
|
+
declare const splitProps: <Props extends Partial<QrCodeProps>>(props: Props) => [Partial<QrCodeProps>, Omit<Props, keyof QrCodeProps>];
|
|
69
|
+
//#endregion
|
|
70
|
+
export { type QrCodeApi as Api, type DownloadTriggerProps, type ElementIds, type QrCodeMachine as Machine, type QrCodeProps as Props, type QrCodeGenerateOptions, type QrCodeGenerateResult, type QrCodeService as Service, type ValueChangeDetails, anatomy, connect, machine, props, splitProps };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { n as AnatomyInstance } from "../../create-anatomy-B3XYc-qG.mjs";
|
|
2
|
+
import { p as Machine, u as EventObject, y as Service } from "../../types-DDTcG99l.mjs";
|
|
3
|
+
import { n as DataUrlType } from "../../data-url-DLwZ9M77.mjs";
|
|
4
|
+
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-C0MKXQmE.mjs";
|
|
5
|
+
import { QrCodeGenerateOptions, QrCodeGenerateOptions as QrCodeGenerateOptions$1, QrCodeGenerateResult, QrCodeGenerateResult as QrCodeGenerateResult$1 } from "uqr";
|
|
6
|
+
|
|
7
|
+
//#region src/machines/qr-code/qr-code.anatomy.d.ts
|
|
8
|
+
declare const anatomy: AnatomyInstance<"root" | "pattern" | "frame" | "overlay" | "downloadTrigger">;
|
|
9
|
+
//#endregion
|
|
10
|
+
//#region src/machines/qr-code/qr-code.types.d.ts
|
|
11
|
+
interface ValueChangeDetails {
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
14
|
+
type ElementIds = Partial<{
|
|
15
|
+
root: string;
|
|
16
|
+
frame: string;
|
|
17
|
+
}>;
|
|
18
|
+
interface QrCodeProps extends DirectionProperty, CommonProperties {
|
|
19
|
+
value?: string | undefined;
|
|
20
|
+
defaultValue?: string | undefined;
|
|
21
|
+
ids?: ElementIds | undefined;
|
|
22
|
+
encoding?: QrCodeGenerateOptions$1 | undefined;
|
|
23
|
+
onValueChange?: ((details: ValueChangeDetails) => void) | undefined;
|
|
24
|
+
pixelSize?: number | undefined;
|
|
25
|
+
}
|
|
26
|
+
type PropsWithDefault = "pixelSize" | "defaultValue";
|
|
27
|
+
type Computed = Readonly<{
|
|
28
|
+
encoded: QrCodeGenerateResult$1;
|
|
29
|
+
}>;
|
|
30
|
+
interface QrCodeSchema {
|
|
31
|
+
props: RequiredBy<QrCodeProps, PropsWithDefault>;
|
|
32
|
+
context: {
|
|
33
|
+
value: string;
|
|
34
|
+
};
|
|
35
|
+
computed: Computed;
|
|
36
|
+
state: "idle";
|
|
37
|
+
event: EventObject;
|
|
38
|
+
action: string;
|
|
39
|
+
effect: string;
|
|
40
|
+
guard: string;
|
|
41
|
+
}
|
|
42
|
+
type QrCodeService = Service<QrCodeSchema>;
|
|
43
|
+
type QrCodeMachine = Machine<QrCodeSchema>;
|
|
44
|
+
interface DownloadTriggerProps {
|
|
45
|
+
mimeType: DataUrlType;
|
|
46
|
+
quality?: number | undefined;
|
|
47
|
+
fileName: string;
|
|
48
|
+
}
|
|
49
|
+
interface QrCodeApi<T extends PropTypes = PropTypes> {
|
|
50
|
+
value: string;
|
|
51
|
+
setValue: (value: string) => void;
|
|
52
|
+
getDataUrl: (type: DataUrlType, quality?: number) => Promise<string>;
|
|
53
|
+
getRootProps: () => T["element"];
|
|
54
|
+
getFrameProps: () => T["svg"];
|
|
55
|
+
getPatternProps: () => T["path"];
|
|
56
|
+
getOverlayProps: () => T["element"];
|
|
57
|
+
getDownloadTriggerProps: (props: DownloadTriggerProps) => T["button"];
|
|
58
|
+
}
|
|
59
|
+
//#endregion
|
|
60
|
+
//#region src/machines/qr-code/qr-code.connect.d.ts
|
|
61
|
+
declare function connect<T extends PropTypes>(service: QrCodeService, normalize: NormalizeProps<T>): QrCodeApi<T>;
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/machines/qr-code/qr-code.machine.d.ts
|
|
64
|
+
declare const machine: Machine<QrCodeSchema>;
|
|
65
|
+
//#endregion
|
|
66
|
+
//#region src/machines/qr-code/qr-code.props.d.ts
|
|
67
|
+
declare const props: (keyof QrCodeProps)[];
|
|
68
|
+
declare const splitProps: <Props extends Partial<QrCodeProps>>(props: Props) => [Partial<QrCodeProps>, Omit<Props, keyof QrCodeProps>];
|
|
69
|
+
//#endregion
|
|
70
|
+
export { type QrCodeApi as Api, type DownloadTriggerProps, type ElementIds, type QrCodeMachine as Machine, type QrCodeProps as Props, type QrCodeGenerateOptions, type QrCodeGenerateResult, type QrCodeService as Service, type ValueChangeDetails, anatomy, connect, machine, props, splitProps };
|