@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,426 @@
|
|
|
1
|
+
import { t as createAnatomy } from "../../create-anatomy-BbDZbHpC.mjs";
|
|
2
|
+
import { C as proxyTabFocus, Rt as isSafari, U as raf, W as getInitialFocus, _n as ariaAttr, vn as dataAttr, yt as isLeftClick } from "../../dom-query-DFCRhyj1.mjs";
|
|
3
|
+
import { t as ariaHidden } from "../../aria-hidden-DqYx0f_y.mjs";
|
|
4
|
+
import { u as createSplitProps } from "../../utils-BZyrxWWR.mjs";
|
|
5
|
+
import { a as createMachine } from "../../core-DCFNMTZF.mjs";
|
|
6
|
+
import "../../interact-outside-BplxR9cR.mjs";
|
|
7
|
+
import { n as trackDismissableElement } from "../../dismissable-DDrx0xnH.mjs";
|
|
8
|
+
import { t as trapFocus } from "../../focus-trap-D-bypQEJ.mjs";
|
|
9
|
+
import { n as getPlacement, t as getPlacementStyles } from "../../popper-BPJeAtcA.mjs";
|
|
10
|
+
import { t as createProps } from "../../create-props-BnF_vl-E.mjs";
|
|
11
|
+
import { t as preventBodyScroll } from "../../remove-scroll-Lrfv79X_.mjs";
|
|
12
|
+
|
|
13
|
+
//#region src/machines/popover/popover.anatomy.ts
|
|
14
|
+
const anatomy = createAnatomy("popover").parts("arrow", "arrowTip", "anchor", "trigger", "indicator", "positioner", "content", "title", "description", "closeTrigger");
|
|
15
|
+
const parts = anatomy.build();
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
//#region src/machines/popover/popover.dom.ts
|
|
19
|
+
const getAnchorId = (scope) => scope.ids?.anchor ?? `popover:${scope.id}:anchor`;
|
|
20
|
+
const getTriggerId = (scope) => scope.ids?.trigger ?? `popover:${scope.id}:trigger`;
|
|
21
|
+
const getContentId = (scope) => scope.ids?.content ?? `popover:${scope.id}:content`;
|
|
22
|
+
const getPositionerId = (scope) => scope.ids?.positioner ?? `popover:${scope.id}:popper`;
|
|
23
|
+
const getArrowId = (scope) => scope.ids?.arrow ?? `popover:${scope.id}:arrow`;
|
|
24
|
+
const getTitleId = (scope) => scope.ids?.title ?? `popover:${scope.id}:title`;
|
|
25
|
+
const getDescriptionId = (scope) => scope.ids?.description ?? `popover:${scope.id}:desc`;
|
|
26
|
+
const getCloseTriggerId = (scope) => scope.ids?.closeTrigger ?? `popover:${scope.id}:close`;
|
|
27
|
+
const getAnchorEl = (scope) => scope.getById(getAnchorId(scope));
|
|
28
|
+
const getTriggerEl = (scope) => scope.getById(getTriggerId(scope));
|
|
29
|
+
const getContentEl = (scope) => scope.getById(getContentId(scope));
|
|
30
|
+
const getPositionerEl = (scope) => scope.getById(getPositionerId(scope));
|
|
31
|
+
const getTitleEl = (scope) => scope.getById(getTitleId(scope));
|
|
32
|
+
const getDescriptionEl = (scope) => scope.getById(getDescriptionId(scope));
|
|
33
|
+
|
|
34
|
+
//#endregion
|
|
35
|
+
//#region src/machines/popover/popover.connect.ts
|
|
36
|
+
function connect(service, normalize) {
|
|
37
|
+
const { state, context, send, computed, prop, scope } = service;
|
|
38
|
+
const open = state.matches("open");
|
|
39
|
+
const currentPlacement = context.get("currentPlacement");
|
|
40
|
+
const portalled = computed("currentPortalled");
|
|
41
|
+
const rendered = context.get("renderedElements");
|
|
42
|
+
const popperStyles = getPlacementStyles({
|
|
43
|
+
...prop("positioning"),
|
|
44
|
+
placement: currentPlacement
|
|
45
|
+
});
|
|
46
|
+
return {
|
|
47
|
+
portalled,
|
|
48
|
+
open,
|
|
49
|
+
setOpen(nextOpen) {
|
|
50
|
+
if (state.matches("open") === nextOpen) return;
|
|
51
|
+
send({ type: nextOpen ? "OPEN" : "CLOSE" });
|
|
52
|
+
},
|
|
53
|
+
reposition(options = {}) {
|
|
54
|
+
send({
|
|
55
|
+
type: "POSITIONING.SET",
|
|
56
|
+
options
|
|
57
|
+
});
|
|
58
|
+
},
|
|
59
|
+
getArrowProps() {
|
|
60
|
+
return normalize.element({
|
|
61
|
+
id: getArrowId(scope),
|
|
62
|
+
...parts.arrow.attrs,
|
|
63
|
+
dir: prop("dir"),
|
|
64
|
+
style: popperStyles.arrow
|
|
65
|
+
});
|
|
66
|
+
},
|
|
67
|
+
getArrowTipProps() {
|
|
68
|
+
return normalize.element({
|
|
69
|
+
...parts.arrowTip.attrs,
|
|
70
|
+
dir: prop("dir"),
|
|
71
|
+
style: popperStyles.arrowTip
|
|
72
|
+
});
|
|
73
|
+
},
|
|
74
|
+
getAnchorProps() {
|
|
75
|
+
return normalize.element({
|
|
76
|
+
...parts.anchor.attrs,
|
|
77
|
+
dir: prop("dir"),
|
|
78
|
+
id: getAnchorId(scope)
|
|
79
|
+
});
|
|
80
|
+
},
|
|
81
|
+
getTriggerProps() {
|
|
82
|
+
return normalize.button({
|
|
83
|
+
...parts.trigger.attrs,
|
|
84
|
+
dir: prop("dir"),
|
|
85
|
+
type: "button",
|
|
86
|
+
"data-placement": currentPlacement,
|
|
87
|
+
id: getTriggerId(scope),
|
|
88
|
+
"aria-haspopup": "dialog",
|
|
89
|
+
"aria-expanded": open,
|
|
90
|
+
"data-state": open ? "open" : "closed",
|
|
91
|
+
"aria-controls": getContentId(scope),
|
|
92
|
+
onPointerDown(event) {
|
|
93
|
+
if (!isLeftClick(event)) return;
|
|
94
|
+
if (isSafari()) event.currentTarget.focus();
|
|
95
|
+
},
|
|
96
|
+
onClick(event) {
|
|
97
|
+
if (event.defaultPrevented) return;
|
|
98
|
+
send({ type: "TOGGLE" });
|
|
99
|
+
},
|
|
100
|
+
onBlur(event) {
|
|
101
|
+
send({
|
|
102
|
+
type: "TRIGGER_BLUR",
|
|
103
|
+
target: event.relatedTarget
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
},
|
|
108
|
+
getIndicatorProps() {
|
|
109
|
+
return normalize.element({
|
|
110
|
+
...parts.indicator.attrs,
|
|
111
|
+
dir: prop("dir"),
|
|
112
|
+
"data-state": open ? "open" : "closed"
|
|
113
|
+
});
|
|
114
|
+
},
|
|
115
|
+
getPositionerProps() {
|
|
116
|
+
return normalize.element({
|
|
117
|
+
id: getPositionerId(scope),
|
|
118
|
+
...parts.positioner.attrs,
|
|
119
|
+
dir: prop("dir"),
|
|
120
|
+
style: popperStyles.floating
|
|
121
|
+
});
|
|
122
|
+
},
|
|
123
|
+
getContentProps() {
|
|
124
|
+
return normalize.element({
|
|
125
|
+
...parts.content.attrs,
|
|
126
|
+
dir: prop("dir"),
|
|
127
|
+
id: getContentId(scope),
|
|
128
|
+
tabIndex: -1,
|
|
129
|
+
role: "dialog",
|
|
130
|
+
"aria-modal": ariaAttr(prop("modal")),
|
|
131
|
+
hidden: !open,
|
|
132
|
+
"data-state": open ? "open" : "closed",
|
|
133
|
+
"data-expanded": dataAttr(open),
|
|
134
|
+
"aria-labelledby": rendered.title ? getTitleId(scope) : void 0,
|
|
135
|
+
"aria-describedby": rendered.description ? getDescriptionId(scope) : void 0,
|
|
136
|
+
"data-placement": currentPlacement
|
|
137
|
+
});
|
|
138
|
+
},
|
|
139
|
+
getTitleProps() {
|
|
140
|
+
return normalize.element({
|
|
141
|
+
...parts.title.attrs,
|
|
142
|
+
id: getTitleId(scope),
|
|
143
|
+
dir: prop("dir")
|
|
144
|
+
});
|
|
145
|
+
},
|
|
146
|
+
getDescriptionProps() {
|
|
147
|
+
return normalize.element({
|
|
148
|
+
...parts.description.attrs,
|
|
149
|
+
id: getDescriptionId(scope),
|
|
150
|
+
dir: prop("dir")
|
|
151
|
+
});
|
|
152
|
+
},
|
|
153
|
+
getCloseTriggerProps() {
|
|
154
|
+
return normalize.button({
|
|
155
|
+
...parts.closeTrigger.attrs,
|
|
156
|
+
dir: prop("dir"),
|
|
157
|
+
id: getCloseTriggerId(scope),
|
|
158
|
+
type: "button",
|
|
159
|
+
"aria-label": "close",
|
|
160
|
+
onClick(event) {
|
|
161
|
+
if (event.defaultPrevented) return;
|
|
162
|
+
event.stopPropagation();
|
|
163
|
+
send({ type: "CLOSE" });
|
|
164
|
+
}
|
|
165
|
+
});
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
//#endregion
|
|
171
|
+
//#region src/machines/popover/popover.machine.ts
|
|
172
|
+
const machine = createMachine({
|
|
173
|
+
props({ props: props$1 }) {
|
|
174
|
+
return {
|
|
175
|
+
closeOnInteractOutside: true,
|
|
176
|
+
closeOnEscape: true,
|
|
177
|
+
autoFocus: true,
|
|
178
|
+
modal: false,
|
|
179
|
+
portalled: true,
|
|
180
|
+
...props$1,
|
|
181
|
+
positioning: {
|
|
182
|
+
placement: "bottom",
|
|
183
|
+
...props$1.positioning
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
},
|
|
187
|
+
initialState({ prop }) {
|
|
188
|
+
return prop("open") || prop("defaultOpen") ? "open" : "closed";
|
|
189
|
+
},
|
|
190
|
+
context({ bindable }) {
|
|
191
|
+
return {
|
|
192
|
+
currentPlacement: bindable(() => ({ defaultValue: void 0 })),
|
|
193
|
+
renderedElements: bindable(() => ({ defaultValue: {
|
|
194
|
+
title: true,
|
|
195
|
+
description: true
|
|
196
|
+
} }))
|
|
197
|
+
};
|
|
198
|
+
},
|
|
199
|
+
computed: { currentPortalled: ({ prop }) => !!prop("modal") || !!prop("portalled") },
|
|
200
|
+
watch({ track, prop, action }) {
|
|
201
|
+
track([() => prop("open")], () => {
|
|
202
|
+
action(["toggleVisibility"]);
|
|
203
|
+
});
|
|
204
|
+
},
|
|
205
|
+
entry: ["checkRenderedElements"],
|
|
206
|
+
states: {
|
|
207
|
+
closed: { on: {
|
|
208
|
+
"CONTROLLED.OPEN": {
|
|
209
|
+
target: "open",
|
|
210
|
+
actions: ["setInitialFocus"]
|
|
211
|
+
},
|
|
212
|
+
TOGGLE: [{
|
|
213
|
+
guard: "isOpenControlled",
|
|
214
|
+
actions: ["invokeOnOpen"]
|
|
215
|
+
}, {
|
|
216
|
+
target: "open",
|
|
217
|
+
actions: ["invokeOnOpen", "setInitialFocus"]
|
|
218
|
+
}],
|
|
219
|
+
OPEN: [{
|
|
220
|
+
guard: "isOpenControlled",
|
|
221
|
+
actions: ["invokeOnOpen"]
|
|
222
|
+
}, {
|
|
223
|
+
target: "open",
|
|
224
|
+
actions: ["invokeOnOpen", "setInitialFocus"]
|
|
225
|
+
}]
|
|
226
|
+
} },
|
|
227
|
+
open: {
|
|
228
|
+
effects: [
|
|
229
|
+
"trapFocus",
|
|
230
|
+
"preventScroll",
|
|
231
|
+
"hideContentBelow",
|
|
232
|
+
"trackPositioning",
|
|
233
|
+
"trackDismissableElement",
|
|
234
|
+
"proxyTabFocus"
|
|
235
|
+
],
|
|
236
|
+
on: {
|
|
237
|
+
"CONTROLLED.CLOSE": {
|
|
238
|
+
target: "closed",
|
|
239
|
+
actions: ["setFinalFocus"]
|
|
240
|
+
},
|
|
241
|
+
CLOSE: [{
|
|
242
|
+
guard: "isOpenControlled",
|
|
243
|
+
actions: ["invokeOnClose"]
|
|
244
|
+
}, {
|
|
245
|
+
target: "closed",
|
|
246
|
+
actions: ["invokeOnClose", "setFinalFocus"]
|
|
247
|
+
}],
|
|
248
|
+
TOGGLE: [{
|
|
249
|
+
guard: "isOpenControlled",
|
|
250
|
+
actions: ["invokeOnClose"]
|
|
251
|
+
}, {
|
|
252
|
+
target: "closed",
|
|
253
|
+
actions: ["invokeOnClose"]
|
|
254
|
+
}],
|
|
255
|
+
"POSITIONING.SET": { actions: ["reposition"] }
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
implementations: {
|
|
260
|
+
guards: { isOpenControlled: ({ prop }) => prop("open") != void 0 },
|
|
261
|
+
effects: {
|
|
262
|
+
trackPositioning({ context, prop, scope }) {
|
|
263
|
+
context.set("currentPlacement", prop("positioning").placement);
|
|
264
|
+
const anchorEl = getAnchorEl(scope) ?? getTriggerEl(scope);
|
|
265
|
+
const getPositionerEl$1 = () => getPositionerEl(scope);
|
|
266
|
+
return getPlacement(anchorEl, getPositionerEl$1, {
|
|
267
|
+
...prop("positioning"),
|
|
268
|
+
defer: true,
|
|
269
|
+
onComplete(data) {
|
|
270
|
+
context.set("currentPlacement", data.placement);
|
|
271
|
+
}
|
|
272
|
+
});
|
|
273
|
+
},
|
|
274
|
+
trackDismissableElement({ send, prop, scope }) {
|
|
275
|
+
const getContentEl$1 = () => getContentEl(scope);
|
|
276
|
+
let restoreFocus = true;
|
|
277
|
+
return trackDismissableElement(getContentEl$1, {
|
|
278
|
+
type: "popover",
|
|
279
|
+
pointerBlocking: prop("modal"),
|
|
280
|
+
exclude: getTriggerEl(scope),
|
|
281
|
+
defer: true,
|
|
282
|
+
onEscapeKeyDown(event) {
|
|
283
|
+
prop("onEscapeKeyDown")?.(event);
|
|
284
|
+
if (prop("closeOnEscape")) return;
|
|
285
|
+
event.preventDefault();
|
|
286
|
+
},
|
|
287
|
+
onInteractOutside(event) {
|
|
288
|
+
prop("onInteractOutside")?.(event);
|
|
289
|
+
if (event.defaultPrevented) return;
|
|
290
|
+
restoreFocus = !(event.detail.focusable || event.detail.contextmenu);
|
|
291
|
+
if (!prop("closeOnInteractOutside")) event.preventDefault();
|
|
292
|
+
},
|
|
293
|
+
onPointerDownOutside: prop("onPointerDownOutside"),
|
|
294
|
+
onFocusOutside: prop("onFocusOutside"),
|
|
295
|
+
persistentElements: prop("persistentElements"),
|
|
296
|
+
onRequestDismiss: prop("onRequestDismiss"),
|
|
297
|
+
onDismiss() {
|
|
298
|
+
send({
|
|
299
|
+
type: "CLOSE",
|
|
300
|
+
src: "interact-outside",
|
|
301
|
+
restoreFocus
|
|
302
|
+
});
|
|
303
|
+
}
|
|
304
|
+
});
|
|
305
|
+
},
|
|
306
|
+
proxyTabFocus({ prop, scope }) {
|
|
307
|
+
if (prop("modal") || !prop("portalled")) return;
|
|
308
|
+
const getContentEl$1 = () => getContentEl(scope);
|
|
309
|
+
return proxyTabFocus(getContentEl$1, {
|
|
310
|
+
triggerElement: getTriggerEl(scope),
|
|
311
|
+
defer: true,
|
|
312
|
+
getShadowRoot: true,
|
|
313
|
+
onFocus(el) {
|
|
314
|
+
el.focus({ preventScroll: true });
|
|
315
|
+
}
|
|
316
|
+
});
|
|
317
|
+
},
|
|
318
|
+
hideContentBelow({ prop, scope }) {
|
|
319
|
+
if (!prop("modal")) return;
|
|
320
|
+
const getElements = () => [getContentEl(scope), getTriggerEl(scope)];
|
|
321
|
+
return ariaHidden(getElements, { defer: true });
|
|
322
|
+
},
|
|
323
|
+
preventScroll({ prop, scope }) {
|
|
324
|
+
if (!prop("modal")) return;
|
|
325
|
+
return preventBodyScroll(scope.getDoc());
|
|
326
|
+
},
|
|
327
|
+
trapFocus({ prop, scope }) {
|
|
328
|
+
if (!prop("modal")) return;
|
|
329
|
+
const contentEl = () => getContentEl(scope);
|
|
330
|
+
return trapFocus(contentEl, {
|
|
331
|
+
initialFocus: () => getInitialFocus({
|
|
332
|
+
root: getContentEl(scope),
|
|
333
|
+
getInitialEl: prop("initialFocusEl"),
|
|
334
|
+
enabled: prop("autoFocus")
|
|
335
|
+
}),
|
|
336
|
+
getShadowRoot: true
|
|
337
|
+
});
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
actions: {
|
|
341
|
+
reposition({ event, prop, scope, context }) {
|
|
342
|
+
const anchorEl = getAnchorEl(scope) ?? getTriggerEl(scope);
|
|
343
|
+
const getPositionerEl$1 = () => getPositionerEl(scope);
|
|
344
|
+
getPlacement(anchorEl, getPositionerEl$1, {
|
|
345
|
+
...prop("positioning"),
|
|
346
|
+
...event.options,
|
|
347
|
+
defer: true,
|
|
348
|
+
listeners: false,
|
|
349
|
+
onComplete(data) {
|
|
350
|
+
context.set("currentPlacement", data.placement);
|
|
351
|
+
}
|
|
352
|
+
});
|
|
353
|
+
},
|
|
354
|
+
checkRenderedElements({ context, scope }) {
|
|
355
|
+
raf(() => {
|
|
356
|
+
Object.assign(context.get("renderedElements"), {
|
|
357
|
+
title: !!getTitleEl(scope),
|
|
358
|
+
description: !!getDescriptionEl(scope)
|
|
359
|
+
});
|
|
360
|
+
});
|
|
361
|
+
},
|
|
362
|
+
setInitialFocus({ prop, scope }) {
|
|
363
|
+
if (prop("modal")) return;
|
|
364
|
+
raf(() => {
|
|
365
|
+
getInitialFocus({
|
|
366
|
+
root: getContentEl(scope),
|
|
367
|
+
getInitialEl: prop("initialFocusEl"),
|
|
368
|
+
enabled: prop("autoFocus")
|
|
369
|
+
})?.focus({ preventScroll: true });
|
|
370
|
+
});
|
|
371
|
+
},
|
|
372
|
+
setFinalFocus({ event, scope }) {
|
|
373
|
+
const restoreFocus = event.restoreFocus ?? event.previousEvent?.restoreFocus;
|
|
374
|
+
if (restoreFocus != null && !restoreFocus) return;
|
|
375
|
+
raf(() => {
|
|
376
|
+
getTriggerEl(scope)?.focus({ preventScroll: true });
|
|
377
|
+
});
|
|
378
|
+
},
|
|
379
|
+
invokeOnOpen({ prop, flush }) {
|
|
380
|
+
flush(() => {
|
|
381
|
+
prop("onOpenChange")?.({ open: true });
|
|
382
|
+
});
|
|
383
|
+
},
|
|
384
|
+
invokeOnClose({ prop, flush }) {
|
|
385
|
+
flush(() => {
|
|
386
|
+
prop("onOpenChange")?.({ open: false });
|
|
387
|
+
});
|
|
388
|
+
},
|
|
389
|
+
toggleVisibility({ event, send, prop }) {
|
|
390
|
+
send({
|
|
391
|
+
type: prop("open") ? "CONTROLLED.OPEN" : "CONTROLLED.CLOSE",
|
|
392
|
+
previousEvent: event
|
|
393
|
+
});
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
});
|
|
398
|
+
|
|
399
|
+
//#endregion
|
|
400
|
+
//#region src/machines/popover/popover.props.ts
|
|
401
|
+
const props = createProps()([
|
|
402
|
+
"autoFocus",
|
|
403
|
+
"closeOnEscape",
|
|
404
|
+
"closeOnInteractOutside",
|
|
405
|
+
"dir",
|
|
406
|
+
"getRootNode",
|
|
407
|
+
"id",
|
|
408
|
+
"ids",
|
|
409
|
+
"initialFocusEl",
|
|
410
|
+
"modal",
|
|
411
|
+
"onEscapeKeyDown",
|
|
412
|
+
"onFocusOutside",
|
|
413
|
+
"onInteractOutside",
|
|
414
|
+
"onOpenChange",
|
|
415
|
+
"onPointerDownOutside",
|
|
416
|
+
"onRequestDismiss",
|
|
417
|
+
"defaultOpen",
|
|
418
|
+
"open",
|
|
419
|
+
"persistentElements",
|
|
420
|
+
"portalled",
|
|
421
|
+
"positioning"
|
|
422
|
+
]);
|
|
423
|
+
const splitProps = createSplitProps(props);
|
|
424
|
+
|
|
425
|
+
//#endregion
|
|
426
|
+
export { anatomy, connect, machine, props, splitProps };
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
const require_dom_query = require('../../dom-query-CWZdWUGp.cjs');
|
|
2
|
+
require('../../utils-_6frwjgJ.cjs');
|
|
3
|
+
const require_core = require('../../core-CQFbMdTl.cjs');
|
|
4
|
+
const require_create_props = require('../../create-props-YKy7JIKj.cjs');
|
|
5
|
+
|
|
6
|
+
//#region src/machines/presence/presence.connect.ts
|
|
7
|
+
function connect(service, normalize) {
|
|
8
|
+
const { state, send, context } = service;
|
|
9
|
+
const present = state.matches("mounted", "unmountSuspended");
|
|
10
|
+
return {
|
|
11
|
+
skip: !context.get("initial"),
|
|
12
|
+
present,
|
|
13
|
+
setNode(node) {
|
|
14
|
+
if (!node) return;
|
|
15
|
+
send({
|
|
16
|
+
type: "NODE.SET",
|
|
17
|
+
node
|
|
18
|
+
});
|
|
19
|
+
},
|
|
20
|
+
unmount() {
|
|
21
|
+
send({ type: "UNMOUNT" });
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
//#endregion
|
|
27
|
+
//#region src/machines/presence/presence.machine.ts
|
|
28
|
+
const machine = require_core.createMachine({
|
|
29
|
+
props({ props: props$1 }) {
|
|
30
|
+
return {
|
|
31
|
+
...props$1,
|
|
32
|
+
present: !!props$1.present
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
initialState({ prop }) {
|
|
36
|
+
return prop("present") ? "mounted" : "unmounted";
|
|
37
|
+
},
|
|
38
|
+
refs() {
|
|
39
|
+
return {
|
|
40
|
+
node: null,
|
|
41
|
+
styles: null
|
|
42
|
+
};
|
|
43
|
+
},
|
|
44
|
+
context({ bindable }) {
|
|
45
|
+
return {
|
|
46
|
+
unmountAnimationName: bindable(() => ({ defaultValue: null })),
|
|
47
|
+
prevAnimationName: bindable(() => ({ defaultValue: null })),
|
|
48
|
+
present: bindable(() => ({ defaultValue: false })),
|
|
49
|
+
initial: bindable(() => ({
|
|
50
|
+
sync: true,
|
|
51
|
+
defaultValue: false
|
|
52
|
+
}))
|
|
53
|
+
};
|
|
54
|
+
},
|
|
55
|
+
exit: ["cleanupNode"],
|
|
56
|
+
watch({ track, prop, send }) {
|
|
57
|
+
track([() => prop("present")], () => {
|
|
58
|
+
send({ type: "PRESENCE.CHANGED" });
|
|
59
|
+
});
|
|
60
|
+
},
|
|
61
|
+
on: {
|
|
62
|
+
"NODE.SET": { actions: ["setupNode"] },
|
|
63
|
+
"PRESENCE.CHANGED": { actions: ["setInitial", "syncPresence"] }
|
|
64
|
+
},
|
|
65
|
+
states: {
|
|
66
|
+
mounted: { on: {
|
|
67
|
+
UNMOUNT: {
|
|
68
|
+
target: "unmounted",
|
|
69
|
+
actions: ["clearPrevAnimationName", "invokeOnExitComplete"]
|
|
70
|
+
},
|
|
71
|
+
"UNMOUNT.SUSPEND": { target: "unmountSuspended" }
|
|
72
|
+
} },
|
|
73
|
+
unmountSuspended: {
|
|
74
|
+
effects: ["trackAnimationEvents"],
|
|
75
|
+
on: {
|
|
76
|
+
MOUNT: {
|
|
77
|
+
target: "mounted",
|
|
78
|
+
actions: ["setPrevAnimationName"]
|
|
79
|
+
},
|
|
80
|
+
UNMOUNT: {
|
|
81
|
+
target: "unmounted",
|
|
82
|
+
actions: ["clearPrevAnimationName", "invokeOnExitComplete"]
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
unmounted: { on: { MOUNT: {
|
|
87
|
+
target: "mounted",
|
|
88
|
+
actions: ["setPrevAnimationName"]
|
|
89
|
+
} } }
|
|
90
|
+
},
|
|
91
|
+
implementations: {
|
|
92
|
+
actions: {
|
|
93
|
+
setInitial: ({ context }) => {
|
|
94
|
+
if (context.get("initial")) return;
|
|
95
|
+
queueMicrotask(() => {
|
|
96
|
+
context.set("initial", true);
|
|
97
|
+
});
|
|
98
|
+
},
|
|
99
|
+
invokeOnExitComplete: ({ prop, refs }) => {
|
|
100
|
+
prop("onExitComplete")?.();
|
|
101
|
+
const node = refs.get("node");
|
|
102
|
+
if (!node) return;
|
|
103
|
+
const event = new (require_dom_query.getWindow(node)).CustomEvent("exitcomplete", { bubbles: false });
|
|
104
|
+
node.dispatchEvent(event);
|
|
105
|
+
},
|
|
106
|
+
setupNode: ({ refs, event }) => {
|
|
107
|
+
if (refs.get("node") === event.node) return;
|
|
108
|
+
refs.set("node", event.node);
|
|
109
|
+
refs.set("styles", require_dom_query.getComputedStyle(event.node));
|
|
110
|
+
},
|
|
111
|
+
cleanupNode: ({ refs }) => {
|
|
112
|
+
refs.set("node", null);
|
|
113
|
+
refs.set("styles", null);
|
|
114
|
+
},
|
|
115
|
+
syncPresence: ({ context, refs, send, prop }) => {
|
|
116
|
+
const presentProp = prop("present");
|
|
117
|
+
if (presentProp) return send({
|
|
118
|
+
type: "MOUNT",
|
|
119
|
+
src: "presence.changed"
|
|
120
|
+
});
|
|
121
|
+
const node = refs.get("node");
|
|
122
|
+
if (!presentProp && node?.ownerDocument.visibilityState === "hidden") return send({
|
|
123
|
+
type: "UNMOUNT",
|
|
124
|
+
src: "visibilitychange"
|
|
125
|
+
});
|
|
126
|
+
require_dom_query.raf(() => {
|
|
127
|
+
const animationName = getAnimationName(refs.get("styles"));
|
|
128
|
+
context.set("unmountAnimationName", animationName);
|
|
129
|
+
if (animationName === "none" || animationName === context.get("prevAnimationName") || refs.get("styles")?.display === "none" || refs.get("styles")?.animationDuration === "0s") send({
|
|
130
|
+
type: "UNMOUNT",
|
|
131
|
+
src: "presence.changed"
|
|
132
|
+
});
|
|
133
|
+
else send({ type: "UNMOUNT.SUSPEND" });
|
|
134
|
+
});
|
|
135
|
+
},
|
|
136
|
+
setPrevAnimationName: ({ context, refs }) => {
|
|
137
|
+
require_dom_query.raf(() => {
|
|
138
|
+
context.set("prevAnimationName", getAnimationName(refs.get("styles")));
|
|
139
|
+
});
|
|
140
|
+
},
|
|
141
|
+
clearPrevAnimationName: ({ context }) => {
|
|
142
|
+
context.set("prevAnimationName", null);
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
effects: { trackAnimationEvents: ({ context, refs, send, prop }) => {
|
|
146
|
+
const node = refs.get("node");
|
|
147
|
+
if (!node) return;
|
|
148
|
+
const onStart = (event) => {
|
|
149
|
+
if ((event.composedPath?.()?.[0] ?? event.target) === node) context.set("prevAnimationName", getAnimationName(refs.get("styles")));
|
|
150
|
+
};
|
|
151
|
+
const onEnd = (event) => {
|
|
152
|
+
const animationName = getAnimationName(refs.get("styles"));
|
|
153
|
+
if (require_dom_query.getEventTarget(event) === node && animationName === context.get("unmountAnimationName") && !prop("present")) send({
|
|
154
|
+
type: "UNMOUNT",
|
|
155
|
+
src: "animationend"
|
|
156
|
+
});
|
|
157
|
+
};
|
|
158
|
+
const onCancel = (event) => {
|
|
159
|
+
if (require_dom_query.getEventTarget(event) === node && !prop("present")) send({
|
|
160
|
+
type: "UNMOUNT",
|
|
161
|
+
src: "animationcancel"
|
|
162
|
+
});
|
|
163
|
+
};
|
|
164
|
+
node.addEventListener("animationstart", onStart);
|
|
165
|
+
node.addEventListener("animationcancel", onCancel);
|
|
166
|
+
node.addEventListener("animationend", onEnd);
|
|
167
|
+
const cleanupStyles = require_dom_query.setStyle(node, { animationFillMode: "forwards" });
|
|
168
|
+
return () => {
|
|
169
|
+
node.removeEventListener("animationstart", onStart);
|
|
170
|
+
node.removeEventListener("animationcancel", onCancel);
|
|
171
|
+
node.removeEventListener("animationend", onEnd);
|
|
172
|
+
require_dom_query.nextTick(() => cleanupStyles());
|
|
173
|
+
};
|
|
174
|
+
} }
|
|
175
|
+
}
|
|
176
|
+
});
|
|
177
|
+
function getAnimationName(styles) {
|
|
178
|
+
return styles?.animationName || "none";
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
//#endregion
|
|
182
|
+
//#region src/machines/presence/presence.props.ts
|
|
183
|
+
const props = require_create_props.createProps()([
|
|
184
|
+
"onExitComplete",
|
|
185
|
+
"present",
|
|
186
|
+
"immediate"
|
|
187
|
+
]);
|
|
188
|
+
|
|
189
|
+
//#endregion
|
|
190
|
+
exports.connect = connect;
|
|
191
|
+
exports.machine = machine;
|
|
192
|
+
exports.props = props;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { p as Machine, u as EventObject, y as Service } from "../../types-DejIu60O.cjs";
|
|
2
|
+
import { b as NormalizeProps, x as PropTypes } from "../../index-Bqw3r34-.cjs";
|
|
3
|
+
|
|
4
|
+
//#region src/machines/presence/presence.types.d.ts
|
|
5
|
+
interface PresenceProps {
|
|
6
|
+
present?: boolean | undefined;
|
|
7
|
+
onExitComplete?: VoidFunction | undefined;
|
|
8
|
+
immediate?: boolean | undefined;
|
|
9
|
+
}
|
|
10
|
+
interface PresenceSchema {
|
|
11
|
+
refs: {
|
|
12
|
+
node: HTMLElement | null;
|
|
13
|
+
styles: CSSStyleDeclaration | null;
|
|
14
|
+
};
|
|
15
|
+
props: PresenceProps;
|
|
16
|
+
context: {
|
|
17
|
+
initial: boolean;
|
|
18
|
+
unmountAnimationName: string | null;
|
|
19
|
+
prevAnimationName: string | null;
|
|
20
|
+
};
|
|
21
|
+
state: "unmounted" | "unmountSuspended" | "mounted";
|
|
22
|
+
action: string;
|
|
23
|
+
effect: string;
|
|
24
|
+
event: EventObject;
|
|
25
|
+
}
|
|
26
|
+
type PresenceService = Service<PresenceSchema>;
|
|
27
|
+
type PresenceMachine = Machine<PresenceSchema>;
|
|
28
|
+
interface PresenceApi {
|
|
29
|
+
skip: boolean;
|
|
30
|
+
present: boolean;
|
|
31
|
+
setNode: (node: HTMLElement | null) => void;
|
|
32
|
+
unmount: VoidFunction;
|
|
33
|
+
}
|
|
34
|
+
//#endregion
|
|
35
|
+
//#region src/machines/presence/presence.connect.d.ts
|
|
36
|
+
declare function connect<T extends PropTypes>(service: Service<PresenceSchema>, normalize: NormalizeProps<T>): PresenceApi;
|
|
37
|
+
//#endregion
|
|
38
|
+
//#region src/machines/presence/presence.machine.d.ts
|
|
39
|
+
declare const machine: Machine<PresenceSchema>;
|
|
40
|
+
//#endregion
|
|
41
|
+
//#region src/machines/presence/presence.props.d.ts
|
|
42
|
+
declare const props: (keyof PresenceProps)[];
|
|
43
|
+
//#endregion
|
|
44
|
+
export { type PresenceApi as Api, type PresenceMachine as Machine, type PresenceProps as Props, type PresenceService as Service, connect, machine, props };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { p as Machine, u as EventObject, y as Service } from "../../types-DDTcG99l.mjs";
|
|
2
|
+
import { b as NormalizeProps, x as PropTypes } from "../../index-C0MKXQmE.mjs";
|
|
3
|
+
|
|
4
|
+
//#region src/machines/presence/presence.types.d.ts
|
|
5
|
+
interface PresenceProps {
|
|
6
|
+
present?: boolean | undefined;
|
|
7
|
+
onExitComplete?: VoidFunction | undefined;
|
|
8
|
+
immediate?: boolean | undefined;
|
|
9
|
+
}
|
|
10
|
+
interface PresenceSchema {
|
|
11
|
+
refs: {
|
|
12
|
+
node: HTMLElement | null;
|
|
13
|
+
styles: CSSStyleDeclaration | null;
|
|
14
|
+
};
|
|
15
|
+
props: PresenceProps;
|
|
16
|
+
context: {
|
|
17
|
+
initial: boolean;
|
|
18
|
+
unmountAnimationName: string | null;
|
|
19
|
+
prevAnimationName: string | null;
|
|
20
|
+
};
|
|
21
|
+
state: "unmounted" | "unmountSuspended" | "mounted";
|
|
22
|
+
action: string;
|
|
23
|
+
effect: string;
|
|
24
|
+
event: EventObject;
|
|
25
|
+
}
|
|
26
|
+
type PresenceService = Service<PresenceSchema>;
|
|
27
|
+
type PresenceMachine = Machine<PresenceSchema>;
|
|
28
|
+
interface PresenceApi {
|
|
29
|
+
skip: boolean;
|
|
30
|
+
present: boolean;
|
|
31
|
+
setNode: (node: HTMLElement | null) => void;
|
|
32
|
+
unmount: VoidFunction;
|
|
33
|
+
}
|
|
34
|
+
//#endregion
|
|
35
|
+
//#region src/machines/presence/presence.connect.d.ts
|
|
36
|
+
declare function connect<T extends PropTypes>(service: Service<PresenceSchema>, normalize: NormalizeProps<T>): PresenceApi;
|
|
37
|
+
//#endregion
|
|
38
|
+
//#region src/machines/presence/presence.machine.d.ts
|
|
39
|
+
declare const machine: Machine<PresenceSchema>;
|
|
40
|
+
//#endregion
|
|
41
|
+
//#region src/machines/presence/presence.props.d.ts
|
|
42
|
+
declare const props: (keyof PresenceProps)[];
|
|
43
|
+
//#endregion
|
|
44
|
+
export { type PresenceApi as Api, type PresenceMachine as Machine, type PresenceProps as Props, type PresenceService as Service, connect, machine, props };
|