@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,219 @@
|
|
|
1
|
+
import { t as createAnatomy } from "../../create-anatomy-BbDZbHpC.mjs";
|
|
2
|
+
import { at as setElementValue, rn as getWindow, vn as dataAttr } from "../../dom-query-DFCRhyj1.mjs";
|
|
3
|
+
import { s as setRafTimeout, u as createSplitProps } from "../../utils-BZyrxWWR.mjs";
|
|
4
|
+
import { a as createMachine } from "../../core-DCFNMTZF.mjs";
|
|
5
|
+
import { t as createProps } from "../../create-props-BnF_vl-E.mjs";
|
|
6
|
+
|
|
7
|
+
//#region src/machines/clipboard/clipboard.anatomy.ts
|
|
8
|
+
const anatomy = createAnatomy("clipboard").parts("root", "control", "trigger", "indicator", "input", "label");
|
|
9
|
+
const parts = anatomy.build();
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/machines/clipboard/clipboard.dom.ts
|
|
13
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `clip:${ctx.id}`;
|
|
14
|
+
const getInputId = (ctx) => ctx.ids?.input ?? `clip:${ctx.id}:input`;
|
|
15
|
+
const getLabelId = (ctx) => ctx.ids?.label ?? `clip:${ctx.id}:label`;
|
|
16
|
+
const getInputEl = (ctx) => ctx.getById(getInputId(ctx));
|
|
17
|
+
const writeToClipboard = (ctx, value) => copyText(ctx.getDoc(), value);
|
|
18
|
+
function createNode(doc, text) {
|
|
19
|
+
const node = doc.createElement("pre");
|
|
20
|
+
Object.assign(node.style, {
|
|
21
|
+
width: "1px",
|
|
22
|
+
height: "1px",
|
|
23
|
+
position: "fixed",
|
|
24
|
+
top: "5px"
|
|
25
|
+
});
|
|
26
|
+
node.textContent = text;
|
|
27
|
+
return node;
|
|
28
|
+
}
|
|
29
|
+
function copyNode(node) {
|
|
30
|
+
const selection = getWindow(node).getSelection();
|
|
31
|
+
if (selection == null) return Promise.reject(/* @__PURE__ */ new Error());
|
|
32
|
+
selection.removeAllRanges();
|
|
33
|
+
const doc = node.ownerDocument;
|
|
34
|
+
const range = doc.createRange();
|
|
35
|
+
range.selectNodeContents(node);
|
|
36
|
+
selection.addRange(range);
|
|
37
|
+
doc.execCommand("copy");
|
|
38
|
+
selection.removeAllRanges();
|
|
39
|
+
return Promise.resolve();
|
|
40
|
+
}
|
|
41
|
+
function copyText(doc, text) {
|
|
42
|
+
const win = doc.defaultView || window;
|
|
43
|
+
if (win.navigator.clipboard?.writeText !== void 0) return win.navigator.clipboard.writeText(text);
|
|
44
|
+
if (!doc.body) return Promise.reject(/* @__PURE__ */ new Error());
|
|
45
|
+
const node = createNode(doc, text);
|
|
46
|
+
doc.body.appendChild(node);
|
|
47
|
+
copyNode(node);
|
|
48
|
+
doc.body.removeChild(node);
|
|
49
|
+
return Promise.resolve();
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
//#region src/machines/clipboard/clipboard.connect.ts
|
|
54
|
+
function connect(service, normalize) {
|
|
55
|
+
const { state, send, context, scope } = service;
|
|
56
|
+
const copied = state.matches("copied");
|
|
57
|
+
return {
|
|
58
|
+
copied,
|
|
59
|
+
value: context.get("value"),
|
|
60
|
+
setValue(value) {
|
|
61
|
+
send({
|
|
62
|
+
type: "VALUE.SET",
|
|
63
|
+
value
|
|
64
|
+
});
|
|
65
|
+
},
|
|
66
|
+
copy() {
|
|
67
|
+
send({ type: "COPY" });
|
|
68
|
+
},
|
|
69
|
+
getRootProps() {
|
|
70
|
+
return normalize.element({
|
|
71
|
+
...parts.root.attrs,
|
|
72
|
+
"data-copied": dataAttr(copied),
|
|
73
|
+
id: getRootId(scope)
|
|
74
|
+
});
|
|
75
|
+
},
|
|
76
|
+
getLabelProps() {
|
|
77
|
+
return normalize.label({
|
|
78
|
+
...parts.label.attrs,
|
|
79
|
+
htmlFor: getInputId(scope),
|
|
80
|
+
"data-copied": dataAttr(copied),
|
|
81
|
+
id: getLabelId(scope)
|
|
82
|
+
});
|
|
83
|
+
},
|
|
84
|
+
getControlProps() {
|
|
85
|
+
return normalize.element({
|
|
86
|
+
...parts.control.attrs,
|
|
87
|
+
"data-copied": dataAttr(copied)
|
|
88
|
+
});
|
|
89
|
+
},
|
|
90
|
+
getInputProps() {
|
|
91
|
+
return normalize.input({
|
|
92
|
+
...parts.input.attrs,
|
|
93
|
+
defaultValue: context.get("value"),
|
|
94
|
+
"data-copied": dataAttr(copied),
|
|
95
|
+
readOnly: true,
|
|
96
|
+
"data-readonly": "true",
|
|
97
|
+
id: getInputId(scope),
|
|
98
|
+
onFocus(event) {
|
|
99
|
+
event.currentTarget.select();
|
|
100
|
+
},
|
|
101
|
+
onCopy() {
|
|
102
|
+
send({ type: "INPUT.COPY" });
|
|
103
|
+
}
|
|
104
|
+
});
|
|
105
|
+
},
|
|
106
|
+
getTriggerProps() {
|
|
107
|
+
return normalize.button({
|
|
108
|
+
...parts.trigger.attrs,
|
|
109
|
+
type: "button",
|
|
110
|
+
"aria-label": copied ? "Copied to clipboard" : "Copy to clipboard",
|
|
111
|
+
"data-copied": dataAttr(copied),
|
|
112
|
+
onClick() {
|
|
113
|
+
send({ type: "COPY" });
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
},
|
|
117
|
+
getIndicatorProps(props$1) {
|
|
118
|
+
return normalize.element({
|
|
119
|
+
...parts.indicator.attrs,
|
|
120
|
+
hidden: props$1.copied !== copied
|
|
121
|
+
});
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
//#endregion
|
|
127
|
+
//#region src/machines/clipboard/clipboard.machine.ts
|
|
128
|
+
const machine = createMachine({
|
|
129
|
+
props({ props: props$1 }) {
|
|
130
|
+
return {
|
|
131
|
+
timeout: 3e3,
|
|
132
|
+
defaultValue: "",
|
|
133
|
+
...props$1
|
|
134
|
+
};
|
|
135
|
+
},
|
|
136
|
+
initialState() {
|
|
137
|
+
return "idle";
|
|
138
|
+
},
|
|
139
|
+
context({ prop, bindable }) {
|
|
140
|
+
return { value: bindable(() => ({
|
|
141
|
+
defaultValue: prop("defaultValue"),
|
|
142
|
+
value: prop("value"),
|
|
143
|
+
onChange(value) {
|
|
144
|
+
prop("onValueChange")?.({ value });
|
|
145
|
+
}
|
|
146
|
+
})) };
|
|
147
|
+
},
|
|
148
|
+
watch({ track, context, action }) {
|
|
149
|
+
track([() => context.get("value")], () => {
|
|
150
|
+
action(["syncInputElement"]);
|
|
151
|
+
});
|
|
152
|
+
},
|
|
153
|
+
on: {
|
|
154
|
+
"VALUE.SET": { actions: ["setValue"] },
|
|
155
|
+
COPY: {
|
|
156
|
+
target: "copied",
|
|
157
|
+
actions: ["copyToClipboard", "invokeOnCopy"]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
states: {
|
|
161
|
+
idle: { on: { "INPUT.COPY": {
|
|
162
|
+
target: "copied",
|
|
163
|
+
actions: ["invokeOnCopy"]
|
|
164
|
+
} } },
|
|
165
|
+
copied: {
|
|
166
|
+
effects: ["waitForTimeout"],
|
|
167
|
+
on: {
|
|
168
|
+
"COPY.DONE": { target: "idle" },
|
|
169
|
+
COPY: {
|
|
170
|
+
target: "copied",
|
|
171
|
+
actions: ["copyToClipboard", "invokeOnCopy"]
|
|
172
|
+
},
|
|
173
|
+
"INPUT.COPY": { actions: ["invokeOnCopy"] }
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
implementations: {
|
|
178
|
+
effects: { waitForTimeout({ prop, send }) {
|
|
179
|
+
return setRafTimeout(() => {
|
|
180
|
+
send({ type: "COPY.DONE" });
|
|
181
|
+
}, prop("timeout"));
|
|
182
|
+
} },
|
|
183
|
+
actions: {
|
|
184
|
+
setValue({ context, event }) {
|
|
185
|
+
context.set("value", event.value);
|
|
186
|
+
},
|
|
187
|
+
copyToClipboard({ context, scope }) {
|
|
188
|
+
writeToClipboard(scope, context.get("value"));
|
|
189
|
+
},
|
|
190
|
+
invokeOnCopy({ prop }) {
|
|
191
|
+
prop("onStatusChange")?.({ copied: true });
|
|
192
|
+
},
|
|
193
|
+
syncInputElement({ context, scope }) {
|
|
194
|
+
const inputEl = getInputEl(scope);
|
|
195
|
+
if (!inputEl) return;
|
|
196
|
+
setElementValue(inputEl, context.get("value"));
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
});
|
|
201
|
+
|
|
202
|
+
//#endregion
|
|
203
|
+
//#region src/machines/clipboard/clipboard.props.ts
|
|
204
|
+
const props = createProps()([
|
|
205
|
+
"getRootNode",
|
|
206
|
+
"id",
|
|
207
|
+
"ids",
|
|
208
|
+
"value",
|
|
209
|
+
"defaultValue",
|
|
210
|
+
"timeout",
|
|
211
|
+
"onStatusChange",
|
|
212
|
+
"onValueChange"
|
|
213
|
+
]);
|
|
214
|
+
const contextProps = createSplitProps(props);
|
|
215
|
+
const indicatorProps = createProps()(["copied"]);
|
|
216
|
+
const splitIndicatorProps = createSplitProps(indicatorProps);
|
|
217
|
+
|
|
218
|
+
//#endregion
|
|
219
|
+
export { anatomy, connect, contextProps, indicatorProps, machine, props, splitIndicatorProps };
|
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
const require_create_anatomy = require('../../create-anatomy-CDsIFUXg.cjs');
|
|
2
|
+
const require_dom_query = require('../../dom-query-CWZdWUGp.cjs');
|
|
3
|
+
const require_utils = require('../../utils-_6frwjgJ.cjs');
|
|
4
|
+
const require_core = require('../../core-CQFbMdTl.cjs');
|
|
5
|
+
const require_create_props = require('../../create-props-YKy7JIKj.cjs');
|
|
6
|
+
|
|
7
|
+
//#region src/machines/collapsible/collapsible.anatomy.ts
|
|
8
|
+
const anatomy = require_create_anatomy.createAnatomy("collapsible").parts("root", "trigger", "content", "indicator");
|
|
9
|
+
const parts = anatomy.build();
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/machines/collapsible/collapsible.dom.ts
|
|
13
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `collapsible:${ctx.id}`;
|
|
14
|
+
const getContentId = (ctx) => ctx.ids?.content ?? `collapsible:${ctx.id}:content`;
|
|
15
|
+
const getTriggerId = (ctx) => ctx.ids?.trigger ?? `collapsible:${ctx.id}:trigger`;
|
|
16
|
+
const getContentEl = (ctx) => ctx.getById(getContentId(ctx));
|
|
17
|
+
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/machines/collapsible/collapsible.connect.ts
|
|
20
|
+
function connect(service, normalize) {
|
|
21
|
+
const { state, send, context, scope, prop } = service;
|
|
22
|
+
const visible = state.matches("open") || state.matches("closing");
|
|
23
|
+
const open = state.matches("open");
|
|
24
|
+
const closed = state.matches("closed");
|
|
25
|
+
const { width, height } = context.get("size");
|
|
26
|
+
const disabled = !!prop("disabled");
|
|
27
|
+
const collapsedHeight = prop("collapsedHeight");
|
|
28
|
+
const collapsedWidth = prop("collapsedWidth");
|
|
29
|
+
const hasCollapsedHeight = collapsedHeight != null;
|
|
30
|
+
const hasCollapsedWidth = collapsedWidth != null;
|
|
31
|
+
const hasCollapsedSize = hasCollapsedHeight || hasCollapsedWidth;
|
|
32
|
+
const skip = !context.get("initial") && open;
|
|
33
|
+
return {
|
|
34
|
+
disabled,
|
|
35
|
+
visible,
|
|
36
|
+
open,
|
|
37
|
+
measureSize() {
|
|
38
|
+
send({ type: "size.measure" });
|
|
39
|
+
},
|
|
40
|
+
setOpen(nextOpen) {
|
|
41
|
+
if (state.matches("open") === nextOpen) return;
|
|
42
|
+
send({ type: nextOpen ? "open" : "close" });
|
|
43
|
+
},
|
|
44
|
+
getRootProps() {
|
|
45
|
+
return normalize.element({
|
|
46
|
+
...parts.root.attrs,
|
|
47
|
+
"data-state": open ? "open" : "closed",
|
|
48
|
+
dir: prop("dir"),
|
|
49
|
+
id: getRootId(scope)
|
|
50
|
+
});
|
|
51
|
+
},
|
|
52
|
+
getContentProps() {
|
|
53
|
+
return normalize.element({
|
|
54
|
+
...parts.content.attrs,
|
|
55
|
+
id: getContentId(scope),
|
|
56
|
+
"data-collapsible": "",
|
|
57
|
+
"data-state": skip ? void 0 : open ? "open" : "closed",
|
|
58
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
59
|
+
"data-has-collapsed-size": require_dom_query.dataAttr(hasCollapsedSize),
|
|
60
|
+
hidden: !visible && !hasCollapsedSize,
|
|
61
|
+
dir: prop("dir"),
|
|
62
|
+
style: {
|
|
63
|
+
"--height": require_utils.toPx(height),
|
|
64
|
+
"--width": require_utils.toPx(width),
|
|
65
|
+
"--collapsed-height": require_utils.toPx(collapsedHeight),
|
|
66
|
+
"--collapsed-width": require_utils.toPx(collapsedWidth),
|
|
67
|
+
...closed && hasCollapsedHeight && {
|
|
68
|
+
overflow: "hidden",
|
|
69
|
+
minHeight: require_utils.toPx(collapsedHeight),
|
|
70
|
+
maxHeight: require_utils.toPx(collapsedHeight)
|
|
71
|
+
},
|
|
72
|
+
...closed && hasCollapsedWidth && {
|
|
73
|
+
overflow: "hidden",
|
|
74
|
+
minWidth: require_utils.toPx(collapsedWidth),
|
|
75
|
+
maxWidth: require_utils.toPx(collapsedWidth)
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
},
|
|
80
|
+
getTriggerProps() {
|
|
81
|
+
return normalize.element({
|
|
82
|
+
...parts.trigger.attrs,
|
|
83
|
+
id: getTriggerId(scope),
|
|
84
|
+
dir: prop("dir"),
|
|
85
|
+
type: "button",
|
|
86
|
+
"data-state": open ? "open" : "closed",
|
|
87
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
88
|
+
"aria-controls": getContentId(scope),
|
|
89
|
+
"aria-expanded": visible || false,
|
|
90
|
+
onClick(event) {
|
|
91
|
+
if (event.defaultPrevented) return;
|
|
92
|
+
if (disabled) return;
|
|
93
|
+
send({ type: open ? "close" : "open" });
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
},
|
|
97
|
+
getIndicatorProps() {
|
|
98
|
+
return normalize.element({
|
|
99
|
+
...parts.indicator.attrs,
|
|
100
|
+
dir: prop("dir"),
|
|
101
|
+
"data-state": open ? "open" : "closed",
|
|
102
|
+
"data-disabled": require_dom_query.dataAttr(disabled)
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
//#endregion
|
|
109
|
+
//#region src/machines/collapsible/collapsible.machine.ts
|
|
110
|
+
const machine = require_core.createMachine({
|
|
111
|
+
initialState({ prop }) {
|
|
112
|
+
return prop("open") || prop("defaultOpen") ? "open" : "closed";
|
|
113
|
+
},
|
|
114
|
+
context({ bindable }) {
|
|
115
|
+
return {
|
|
116
|
+
size: bindable(() => ({
|
|
117
|
+
defaultValue: {
|
|
118
|
+
height: 0,
|
|
119
|
+
width: 0
|
|
120
|
+
},
|
|
121
|
+
sync: true
|
|
122
|
+
})),
|
|
123
|
+
initial: bindable(() => ({ defaultValue: false }))
|
|
124
|
+
};
|
|
125
|
+
},
|
|
126
|
+
refs() {
|
|
127
|
+
return {
|
|
128
|
+
cleanup: void 0,
|
|
129
|
+
stylesRef: void 0
|
|
130
|
+
};
|
|
131
|
+
},
|
|
132
|
+
watch({ track, prop, action }) {
|
|
133
|
+
track([() => prop("open")], () => {
|
|
134
|
+
action([
|
|
135
|
+
"setInitial",
|
|
136
|
+
"computeSize",
|
|
137
|
+
"toggleVisibility"
|
|
138
|
+
]);
|
|
139
|
+
});
|
|
140
|
+
},
|
|
141
|
+
exit: ["cleanupNode"],
|
|
142
|
+
states: {
|
|
143
|
+
closed: {
|
|
144
|
+
effects: ["trackTabbableElements"],
|
|
145
|
+
on: {
|
|
146
|
+
"controlled.open": { target: "open" },
|
|
147
|
+
open: [{
|
|
148
|
+
guard: "isOpenControlled",
|
|
149
|
+
actions: ["invokeOnOpen"]
|
|
150
|
+
}, {
|
|
151
|
+
target: "open",
|
|
152
|
+
actions: [
|
|
153
|
+
"setInitial",
|
|
154
|
+
"computeSize",
|
|
155
|
+
"invokeOnOpen"
|
|
156
|
+
]
|
|
157
|
+
}]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
closing: {
|
|
161
|
+
effects: ["trackExitAnimation"],
|
|
162
|
+
on: {
|
|
163
|
+
"controlled.close": { target: "closed" },
|
|
164
|
+
"controlled.open": { target: "open" },
|
|
165
|
+
open: [{
|
|
166
|
+
guard: "isOpenControlled",
|
|
167
|
+
actions: ["invokeOnOpen"]
|
|
168
|
+
}, {
|
|
169
|
+
target: "open",
|
|
170
|
+
actions: ["setInitial", "invokeOnOpen"]
|
|
171
|
+
}],
|
|
172
|
+
close: [{
|
|
173
|
+
guard: "isOpenControlled",
|
|
174
|
+
actions: ["invokeOnExitComplete"]
|
|
175
|
+
}, {
|
|
176
|
+
target: "closed",
|
|
177
|
+
actions: [
|
|
178
|
+
"setInitial",
|
|
179
|
+
"computeSize",
|
|
180
|
+
"invokeOnExitComplete"
|
|
181
|
+
]
|
|
182
|
+
}],
|
|
183
|
+
"animation.end": {
|
|
184
|
+
target: "closed",
|
|
185
|
+
actions: ["invokeOnExitComplete", "clearInitial"]
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
open: {
|
|
190
|
+
effects: ["trackEnterAnimation"],
|
|
191
|
+
on: {
|
|
192
|
+
"controlled.close": { target: "closing" },
|
|
193
|
+
close: [{
|
|
194
|
+
guard: "isOpenControlled",
|
|
195
|
+
actions: ["invokeOnClose"]
|
|
196
|
+
}, {
|
|
197
|
+
target: "closing",
|
|
198
|
+
actions: [
|
|
199
|
+
"setInitial",
|
|
200
|
+
"computeSize",
|
|
201
|
+
"invokeOnClose"
|
|
202
|
+
]
|
|
203
|
+
}],
|
|
204
|
+
"size.measure": { actions: ["measureSize"] },
|
|
205
|
+
"animation.end": { actions: ["clearInitial"] }
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
implementations: {
|
|
210
|
+
guards: { isOpenControlled: ({ prop }) => prop("open") != void 0 },
|
|
211
|
+
effects: {
|
|
212
|
+
trackEnterAnimation: ({ send, scope }) => {
|
|
213
|
+
let cleanup;
|
|
214
|
+
const rafCleanup = require_dom_query.raf(() => {
|
|
215
|
+
const contentEl = getContentEl(scope);
|
|
216
|
+
if (!contentEl) return;
|
|
217
|
+
const animationName = require_dom_query.getComputedStyle(contentEl).animationName;
|
|
218
|
+
if (!animationName || animationName === "none") {
|
|
219
|
+
send({ type: "animation.end" });
|
|
220
|
+
return;
|
|
221
|
+
}
|
|
222
|
+
const onEnd = (event) => {
|
|
223
|
+
if (require_dom_query.getEventTarget(event) === contentEl) send({ type: "animation.end" });
|
|
224
|
+
};
|
|
225
|
+
contentEl.addEventListener("animationend", onEnd);
|
|
226
|
+
cleanup = () => {
|
|
227
|
+
contentEl.removeEventListener("animationend", onEnd);
|
|
228
|
+
};
|
|
229
|
+
});
|
|
230
|
+
return () => {
|
|
231
|
+
rafCleanup();
|
|
232
|
+
cleanup?.();
|
|
233
|
+
};
|
|
234
|
+
},
|
|
235
|
+
trackExitAnimation: ({ send, scope }) => {
|
|
236
|
+
let cleanup;
|
|
237
|
+
const rafCleanup = require_dom_query.raf(() => {
|
|
238
|
+
const contentEl = getContentEl(scope);
|
|
239
|
+
if (!contentEl) return;
|
|
240
|
+
const animationName = require_dom_query.getComputedStyle(contentEl).animationName;
|
|
241
|
+
if (!animationName || animationName === "none") {
|
|
242
|
+
send({ type: "animation.end" });
|
|
243
|
+
return;
|
|
244
|
+
}
|
|
245
|
+
const onEnd = (event) => {
|
|
246
|
+
if (require_dom_query.getEventTarget(event) === contentEl) send({ type: "animation.end" });
|
|
247
|
+
};
|
|
248
|
+
contentEl.addEventListener("animationend", onEnd);
|
|
249
|
+
const restoreStyles = require_dom_query.setStyle(contentEl, { animationFillMode: "forwards" });
|
|
250
|
+
cleanup = () => {
|
|
251
|
+
contentEl.removeEventListener("animationend", onEnd);
|
|
252
|
+
require_dom_query.nextTick(() => restoreStyles());
|
|
253
|
+
};
|
|
254
|
+
});
|
|
255
|
+
return () => {
|
|
256
|
+
rafCleanup();
|
|
257
|
+
cleanup?.();
|
|
258
|
+
};
|
|
259
|
+
},
|
|
260
|
+
trackTabbableElements: ({ scope, prop }) => {
|
|
261
|
+
if (!prop("collapsedHeight") && !prop("collapsedWidth")) return;
|
|
262
|
+
const contentEl = getContentEl(scope);
|
|
263
|
+
if (!contentEl) return;
|
|
264
|
+
const applyInertToTabbables = () => {
|
|
265
|
+
const restoreAttrs = require_dom_query.getTabbables(contentEl).map((tabbable) => require_dom_query.setAttribute(tabbable, "inert", ""));
|
|
266
|
+
return () => {
|
|
267
|
+
restoreAttrs.forEach((attr) => attr());
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
let restoreInert = applyInertToTabbables();
|
|
271
|
+
const observerCleanup = require_dom_query.observeChildren(contentEl, { callback() {
|
|
272
|
+
restoreInert();
|
|
273
|
+
restoreInert = applyInertToTabbables();
|
|
274
|
+
} });
|
|
275
|
+
return () => {
|
|
276
|
+
restoreInert();
|
|
277
|
+
observerCleanup();
|
|
278
|
+
};
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
actions: {
|
|
282
|
+
setInitial: ({ context, flush }) => {
|
|
283
|
+
flush(() => {
|
|
284
|
+
context.set("initial", true);
|
|
285
|
+
});
|
|
286
|
+
},
|
|
287
|
+
clearInitial: ({ context }) => {
|
|
288
|
+
context.set("initial", false);
|
|
289
|
+
},
|
|
290
|
+
cleanupNode: ({ refs }) => {
|
|
291
|
+
refs.set("stylesRef", null);
|
|
292
|
+
},
|
|
293
|
+
measureSize: ({ context, scope }) => {
|
|
294
|
+
const contentEl = getContentEl(scope);
|
|
295
|
+
if (!contentEl) return;
|
|
296
|
+
const { height, width } = contentEl.getBoundingClientRect();
|
|
297
|
+
context.set("size", {
|
|
298
|
+
height,
|
|
299
|
+
width
|
|
300
|
+
});
|
|
301
|
+
},
|
|
302
|
+
computeSize: ({ refs, scope, context }) => {
|
|
303
|
+
refs.get("cleanup")?.();
|
|
304
|
+
const rafCleanup = require_dom_query.raf(() => {
|
|
305
|
+
const contentEl = getContentEl(scope);
|
|
306
|
+
if (!contentEl) return;
|
|
307
|
+
const hidden = contentEl.hidden;
|
|
308
|
+
contentEl.style.animationName = "none";
|
|
309
|
+
contentEl.style.animationDuration = "0s";
|
|
310
|
+
contentEl.hidden = false;
|
|
311
|
+
const rect = contentEl.getBoundingClientRect();
|
|
312
|
+
context.set("size", {
|
|
313
|
+
height: rect.height,
|
|
314
|
+
width: rect.width
|
|
315
|
+
});
|
|
316
|
+
if (context.get("initial")) {
|
|
317
|
+
contentEl.style.animationName = "";
|
|
318
|
+
contentEl.style.animationDuration = "";
|
|
319
|
+
}
|
|
320
|
+
contentEl.hidden = hidden;
|
|
321
|
+
});
|
|
322
|
+
refs.set("cleanup", rafCleanup);
|
|
323
|
+
},
|
|
324
|
+
invokeOnOpen: ({ prop }) => {
|
|
325
|
+
prop("onOpenChange")?.({ open: true });
|
|
326
|
+
},
|
|
327
|
+
invokeOnClose: ({ prop }) => {
|
|
328
|
+
prop("onOpenChange")?.({ open: false });
|
|
329
|
+
},
|
|
330
|
+
invokeOnExitComplete: ({ prop }) => {
|
|
331
|
+
prop("onExitComplete")?.();
|
|
332
|
+
},
|
|
333
|
+
toggleVisibility: ({ prop, send }) => {
|
|
334
|
+
send({ type: prop("open") ? "controlled.open" : "controlled.close" });
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
});
|
|
339
|
+
|
|
340
|
+
//#endregion
|
|
341
|
+
//#region src/machines/collapsible/collapsible.props.ts
|
|
342
|
+
const props = require_create_props.createProps()([
|
|
343
|
+
"dir",
|
|
344
|
+
"disabled",
|
|
345
|
+
"getRootNode",
|
|
346
|
+
"id",
|
|
347
|
+
"ids",
|
|
348
|
+
"collapsedHeight",
|
|
349
|
+
"collapsedWidth",
|
|
350
|
+
"onExitComplete",
|
|
351
|
+
"onOpenChange",
|
|
352
|
+
"defaultOpen",
|
|
353
|
+
"open"
|
|
354
|
+
]);
|
|
355
|
+
const splitProps = require_utils.createSplitProps(props);
|
|
356
|
+
|
|
357
|
+
//#endregion
|
|
358
|
+
exports.anatomy = anatomy;
|
|
359
|
+
exports.connect = connect;
|
|
360
|
+
exports.machine = machine;
|
|
361
|
+
exports.props = props;
|
|
362
|
+
exports.splitProps = splitProps;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { n as AnatomyInstance } from "../../create-anatomy-BGQ8pv8J.cjs";
|
|
2
|
+
import { p as Machine, y as Service } from "../../types-DejIu60O.cjs";
|
|
3
|
+
import { b as NormalizeProps, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-Bqw3r34-.cjs";
|
|
4
|
+
|
|
5
|
+
//#region src/machines/collapsible/collapsible.anatomy.d.ts
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "trigger" | "content" | "indicator">;
|
|
7
|
+
//#endregion
|
|
8
|
+
//#region src/machines/collapsible/collapsible.types.d.ts
|
|
9
|
+
interface OpenChangeDetails {
|
|
10
|
+
open: boolean;
|
|
11
|
+
}
|
|
12
|
+
type ElementIds = Partial<{
|
|
13
|
+
root: string;
|
|
14
|
+
content: string;
|
|
15
|
+
trigger: string;
|
|
16
|
+
}>;
|
|
17
|
+
interface CollapsibleProps extends CommonProperties, DirectionProperty {
|
|
18
|
+
ids?: ElementIds | undefined;
|
|
19
|
+
open?: boolean | undefined;
|
|
20
|
+
defaultOpen?: boolean | undefined;
|
|
21
|
+
onOpenChange?: ((details: OpenChangeDetails) => void) | undefined;
|
|
22
|
+
onExitComplete?: VoidFunction | undefined;
|
|
23
|
+
disabled?: boolean | undefined;
|
|
24
|
+
collapsedHeight?: number | string | undefined;
|
|
25
|
+
collapsedWidth?: number | string | undefined;
|
|
26
|
+
}
|
|
27
|
+
interface CollapsibleSchema {
|
|
28
|
+
state: "open" | "closed" | "closing";
|
|
29
|
+
props: CollapsibleProps;
|
|
30
|
+
context: {
|
|
31
|
+
size: {
|
|
32
|
+
width: number;
|
|
33
|
+
height: number;
|
|
34
|
+
};
|
|
35
|
+
initial: boolean;
|
|
36
|
+
};
|
|
37
|
+
refs: {
|
|
38
|
+
stylesRef: any;
|
|
39
|
+
cleanup: VoidFunction | undefined;
|
|
40
|
+
};
|
|
41
|
+
guard: "isOpenControlled";
|
|
42
|
+
event: {
|
|
43
|
+
type: "controlled.open";
|
|
44
|
+
} | {
|
|
45
|
+
type: "controlled.close";
|
|
46
|
+
} | {
|
|
47
|
+
type: "open";
|
|
48
|
+
} | {
|
|
49
|
+
type: "close";
|
|
50
|
+
} | {
|
|
51
|
+
type: "size.measure";
|
|
52
|
+
} | {
|
|
53
|
+
type: "animation.end";
|
|
54
|
+
};
|
|
55
|
+
action: "setInitial" | "clearInitial" | "cleanupNode" | "measureSize" | "computeSize" | "invokeOnOpen" | "invokeOnClose" | "invokeOnExitComplete" | "toggleVisibility";
|
|
56
|
+
effect: "trackEnterAnimation" | "trackExitAnimation" | "trackTabbableElements";
|
|
57
|
+
}
|
|
58
|
+
type CollapsibleService = Service<CollapsibleSchema>;
|
|
59
|
+
type CollapsibleMachine = Machine<CollapsibleSchema>;
|
|
60
|
+
interface CollapsibleApi<T extends PropTypes = PropTypes> {
|
|
61
|
+
open: boolean;
|
|
62
|
+
visible: boolean;
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
setOpen: (open: boolean) => void;
|
|
65
|
+
measureSize: VoidFunction;
|
|
66
|
+
getRootProps: () => T["element"];
|
|
67
|
+
getTriggerProps: () => T["button"];
|
|
68
|
+
getContentProps: () => T["element"];
|
|
69
|
+
getIndicatorProps: () => T["element"];
|
|
70
|
+
}
|
|
71
|
+
//#endregion
|
|
72
|
+
//#region src/machines/collapsible/collapsible.connect.d.ts
|
|
73
|
+
declare function connect<T extends PropTypes>(service: Service<CollapsibleSchema>, normalize: NormalizeProps<T>): CollapsibleApi<T>;
|
|
74
|
+
//#endregion
|
|
75
|
+
//#region src/machines/collapsible/collapsible.machine.d.ts
|
|
76
|
+
declare const machine: Machine<CollapsibleSchema>;
|
|
77
|
+
//#endregion
|
|
78
|
+
//#region src/machines/collapsible/collapsible.props.d.ts
|
|
79
|
+
declare const props: (keyof CollapsibleProps)[];
|
|
80
|
+
declare const splitProps: <Props extends Partial<CollapsibleProps>>(props: Props) => [Partial<CollapsibleProps>, Omit<Props, keyof CollapsibleProps>];
|
|
81
|
+
//#endregion
|
|
82
|
+
export { type CollapsibleApi as Api, type ElementIds, type CollapsibleMachine as Machine, type OpenChangeDetails, type CollapsibleProps as Props, type CollapsibleService as Service, anatomy, connect, machine, props, splitProps };
|