@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,24 @@
|
|
|
1
|
+
//#region src/shared/dom-query/node.d.ts
|
|
2
|
+
declare const isHTMLElement: (el: any) => el is HTMLElement;
|
|
3
|
+
declare const isDocument: (el: any) => el is Document;
|
|
4
|
+
declare const isWindow: (el: any) => el is Window;
|
|
5
|
+
declare const isVisualViewport: (el: any) => el is VisualViewport;
|
|
6
|
+
declare const getNodeName: (node: Node | Window) => string;
|
|
7
|
+
declare function isRootElement(node: Node): boolean;
|
|
8
|
+
declare const isNode: (el: any) => el is Node;
|
|
9
|
+
declare const isShadowRoot: (el: any) => el is ShadowRoot;
|
|
10
|
+
declare const isInputElement: (el: any) => el is HTMLInputElement;
|
|
11
|
+
declare const isAnchorElement: (el: HTMLElement | null | undefined) => el is HTMLAnchorElement;
|
|
12
|
+
declare const isElementVisible: (el: Node) => boolean;
|
|
13
|
+
declare function isActiveElement(element: Element | null | undefined): boolean;
|
|
14
|
+
declare function isEditableElement(el: HTMLElement | EventTarget | null): boolean;
|
|
15
|
+
type Target = HTMLElement | EventTarget | null | undefined;
|
|
16
|
+
declare function contains(parent: Target, child: Target): boolean;
|
|
17
|
+
declare function getDocument(el: Element | Window | Node | Document | null | undefined): Document;
|
|
18
|
+
declare function getDocumentElement(el: Element | Node | Window | Document | null | undefined): HTMLElement;
|
|
19
|
+
declare function getWindow(el: Node | ShadowRoot | Document | null | undefined): Window & typeof globalThis;
|
|
20
|
+
declare function getActiveElement(rootNode: Document | ShadowRoot): HTMLElement | null;
|
|
21
|
+
declare function getParentNode(node: Node): Node;
|
|
22
|
+
declare function getRootNode(node: Node): Document | ShadowRoot;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { isRootElement as _, getNodeName as a, isWindow as b, getWindow as c, isDocument as d, isEditableElement as f, isNode as g, isInputElement as h, getDocumentElement as i, isActiveElement as l, isHTMLElement as m, getActiveElement as n, getParentNode as o, isElementVisible as p, getDocument as r, getRootNode as s, contains as t, isAnchorElement as u, isShadowRoot as v, isVisualViewport as y };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//#region src/shared/dom-query/node.d.ts
|
|
2
|
+
declare const isHTMLElement: (el: any) => el is HTMLElement;
|
|
3
|
+
declare const isDocument: (el: any) => el is Document;
|
|
4
|
+
declare const isWindow: (el: any) => el is Window;
|
|
5
|
+
declare const isVisualViewport: (el: any) => el is VisualViewport;
|
|
6
|
+
declare const getNodeName: (node: Node | Window) => string;
|
|
7
|
+
declare function isRootElement(node: Node): boolean;
|
|
8
|
+
declare const isNode: (el: any) => el is Node;
|
|
9
|
+
declare const isShadowRoot: (el: any) => el is ShadowRoot;
|
|
10
|
+
declare const isInputElement: (el: any) => el is HTMLInputElement;
|
|
11
|
+
declare const isAnchorElement: (el: HTMLElement | null | undefined) => el is HTMLAnchorElement;
|
|
12
|
+
declare const isElementVisible: (el: Node) => boolean;
|
|
13
|
+
declare function isActiveElement(element: Element | null | undefined): boolean;
|
|
14
|
+
declare function isEditableElement(el: HTMLElement | EventTarget | null): boolean;
|
|
15
|
+
type Target = HTMLElement | EventTarget | null | undefined;
|
|
16
|
+
declare function contains(parent: Target, child: Target): boolean;
|
|
17
|
+
declare function getDocument(el: Element | Window | Node | Document | null | undefined): Document;
|
|
18
|
+
declare function getDocumentElement(el: Element | Node | Window | Document | null | undefined): HTMLElement;
|
|
19
|
+
declare function getWindow(el: Node | ShadowRoot | Document | null | undefined): Window & typeof globalThis;
|
|
20
|
+
declare function getActiveElement(rootNode: Document | ShadowRoot): HTMLElement | null;
|
|
21
|
+
declare function getParentNode(node: Node): Node;
|
|
22
|
+
declare function getRootNode(node: Node): Document | ShadowRoot;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { isRootElement as _, getNodeName as a, isWindow as b, getWindow as c, isDocument as d, isEditableElement as f, isNode as g, isInputElement as h, getDocumentElement as i, isActiveElement as l, isHTMLElement as m, getActiveElement as n, getParentNode as o, isElementVisible as p, getDocument as r, getRootNode as s, contains as t, isAnchorElement as u, isShadowRoot as v, isVisualViewport as y };
|
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
import { U as raf, Yt as getComputedStyle, ln as isHTMLElement, rn as getWindow } from "./dom-query-DFCRhyj1.mjs";
|
|
2
|
+
import { Y as noop, at as isNull, l as compact } from "./utils-BZyrxWWR.mjs";
|
|
3
|
+
import { arrow, autoUpdate, computePosition, flip, hide, limitShift, offset, shift, size } from "@floating-ui/dom";
|
|
4
|
+
|
|
5
|
+
//#region src/shared/popper/get-anchor.ts
|
|
6
|
+
function createDOMRect(x = 0, y = 0, width = 0, height = 0) {
|
|
7
|
+
if (typeof DOMRect === "function") return new DOMRect(x, y, width, height);
|
|
8
|
+
const rect = {
|
|
9
|
+
x,
|
|
10
|
+
y,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
top: y,
|
|
14
|
+
right: x + width,
|
|
15
|
+
bottom: y + height,
|
|
16
|
+
left: x
|
|
17
|
+
};
|
|
18
|
+
return {
|
|
19
|
+
...rect,
|
|
20
|
+
toJSON: () => rect
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
function getDOMRect(anchorRect) {
|
|
24
|
+
if (!anchorRect) return createDOMRect();
|
|
25
|
+
const { x, y, width, height } = anchorRect;
|
|
26
|
+
return createDOMRect(x, y, width, height);
|
|
27
|
+
}
|
|
28
|
+
function getAnchorElement(anchorElement, getAnchorRect) {
|
|
29
|
+
return {
|
|
30
|
+
contextElement: isHTMLElement(anchorElement) ? anchorElement : void 0,
|
|
31
|
+
getBoundingClientRect: () => {
|
|
32
|
+
const anchor = anchorElement;
|
|
33
|
+
const anchorRect = getAnchorRect?.(anchor);
|
|
34
|
+
if (anchorRect || !anchor) return getDOMRect(anchorRect);
|
|
35
|
+
return anchor.getBoundingClientRect();
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
//#endregion
|
|
41
|
+
//#region src/shared/popper/middleware.ts
|
|
42
|
+
const toVar = (value) => ({
|
|
43
|
+
variable: value,
|
|
44
|
+
reference: `var(${value})`
|
|
45
|
+
});
|
|
46
|
+
const cssVars = {
|
|
47
|
+
arrowSize: toVar("--arrow-size"),
|
|
48
|
+
arrowSizeHalf: toVar("--arrow-size-half"),
|
|
49
|
+
arrowBg: toVar("--arrow-background"),
|
|
50
|
+
transformOrigin: toVar("--transform-origin"),
|
|
51
|
+
arrowOffset: toVar("--arrow-offset")
|
|
52
|
+
};
|
|
53
|
+
const getSideAxis = (side) => side === "top" || side === "bottom" ? "y" : "x";
|
|
54
|
+
function createTransformOriginMiddleware(opts, arrowEl) {
|
|
55
|
+
return {
|
|
56
|
+
name: "transformOrigin",
|
|
57
|
+
fn(state) {
|
|
58
|
+
const { elements, middlewareData, placement, rects, y } = state;
|
|
59
|
+
const side = placement.split("-")[0];
|
|
60
|
+
const axis = getSideAxis(side);
|
|
61
|
+
const arrowX = middlewareData.arrow?.x || 0;
|
|
62
|
+
const arrowY = middlewareData.arrow?.y || 0;
|
|
63
|
+
const arrowWidth = arrowEl?.clientWidth || 0;
|
|
64
|
+
const arrowHeight = arrowEl?.clientHeight || 0;
|
|
65
|
+
const transformX = arrowX + arrowWidth / 2;
|
|
66
|
+
const transformY = arrowY + arrowHeight / 2;
|
|
67
|
+
const shiftY = Math.abs(middlewareData.shift?.y || 0);
|
|
68
|
+
const halfAnchorHeight = rects.reference.height / 2;
|
|
69
|
+
const arrowOffset = arrowHeight / 2;
|
|
70
|
+
const gutter = opts.offset?.mainAxis ?? opts.gutter;
|
|
71
|
+
const sideOffsetValue = typeof gutter === "number" ? gutter + arrowOffset : gutter ?? arrowOffset;
|
|
72
|
+
const isOverlappingAnchor = shiftY > sideOffsetValue;
|
|
73
|
+
const adjacentTransformOrigin = {
|
|
74
|
+
top: `${transformX}px calc(100% + ${sideOffsetValue}px)`,
|
|
75
|
+
bottom: `${transformX}px ${-sideOffsetValue}px`,
|
|
76
|
+
left: `calc(100% + ${sideOffsetValue}px) ${transformY}px`,
|
|
77
|
+
right: `${-sideOffsetValue}px ${transformY}px`
|
|
78
|
+
}[side];
|
|
79
|
+
const overlapTransformOrigin = `${transformX}px ${rects.reference.y + halfAnchorHeight - y}px`;
|
|
80
|
+
const useOverlap = Boolean(opts.overlap) && axis === "y" && isOverlappingAnchor;
|
|
81
|
+
elements.floating.style.setProperty(cssVars.transformOrigin.variable, useOverlap ? overlapTransformOrigin : adjacentTransformOrigin);
|
|
82
|
+
return { data: { transformOrigin: useOverlap ? overlapTransformOrigin : adjacentTransformOrigin } };
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
const rectMiddleware = {
|
|
87
|
+
name: "rects",
|
|
88
|
+
fn({ rects }) {
|
|
89
|
+
return { data: rects };
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
const shiftArrowMiddleware = (arrowEl) => {
|
|
93
|
+
if (!arrowEl) return;
|
|
94
|
+
return {
|
|
95
|
+
name: "shiftArrow",
|
|
96
|
+
fn({ placement, middlewareData }) {
|
|
97
|
+
if (!middlewareData.arrow) return {};
|
|
98
|
+
const { x, y } = middlewareData.arrow;
|
|
99
|
+
const dir = placement.split("-")[0];
|
|
100
|
+
Object.assign(arrowEl.style, {
|
|
101
|
+
left: x != null ? `${x}px` : "",
|
|
102
|
+
top: y != null ? `${y}px` : "",
|
|
103
|
+
[dir]: `calc(100% + ${cssVars.arrowOffset.reference})`
|
|
104
|
+
});
|
|
105
|
+
return {};
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
//#endregion
|
|
111
|
+
//#region src/shared/popper/placement.ts
|
|
112
|
+
function isValidPlacement(v) {
|
|
113
|
+
return /^(?:top|bottom|left|right)(?:-(?:start|end))?$/.test(v);
|
|
114
|
+
}
|
|
115
|
+
function getPlacementDetails(placement) {
|
|
116
|
+
const [side, align] = placement.split("-");
|
|
117
|
+
return {
|
|
118
|
+
side,
|
|
119
|
+
align,
|
|
120
|
+
hasAlign: align != null
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
function getPlacementSide(placement) {
|
|
124
|
+
return placement.split("-")[0];
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
//#endregion
|
|
128
|
+
//#region src/shared/popper/get-placement.ts
|
|
129
|
+
const defaultOptions = {
|
|
130
|
+
strategy: "absolute",
|
|
131
|
+
placement: "bottom",
|
|
132
|
+
listeners: true,
|
|
133
|
+
gutter: 8,
|
|
134
|
+
flip: true,
|
|
135
|
+
slide: true,
|
|
136
|
+
overlap: false,
|
|
137
|
+
sameWidth: false,
|
|
138
|
+
fitViewport: false,
|
|
139
|
+
overflowPadding: 8,
|
|
140
|
+
arrowPadding: 4
|
|
141
|
+
};
|
|
142
|
+
function roundByDpr(win, value) {
|
|
143
|
+
const dpr = win.devicePixelRatio || 1;
|
|
144
|
+
return Math.round(value * dpr) / dpr;
|
|
145
|
+
}
|
|
146
|
+
function resolveBoundaryOption(boundary) {
|
|
147
|
+
if (typeof boundary === "function") return boundary();
|
|
148
|
+
if (boundary === "clipping-ancestors") return "clippingAncestors";
|
|
149
|
+
return boundary;
|
|
150
|
+
}
|
|
151
|
+
function getArrowMiddleware(arrowElement, doc, opts) {
|
|
152
|
+
return arrow({
|
|
153
|
+
element: arrowElement || doc.createElement("div"),
|
|
154
|
+
padding: opts.arrowPadding
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
function getOffsetMiddleware(arrowElement, opts) {
|
|
158
|
+
if (isNull(opts.offset ?? opts.gutter)) return;
|
|
159
|
+
return offset(({ placement }) => {
|
|
160
|
+
const arrowOffset = (arrowElement?.clientHeight || 0) / 2;
|
|
161
|
+
const gutter = opts.offset?.mainAxis ?? opts.gutter;
|
|
162
|
+
const mainAxis = typeof gutter === "number" ? gutter + arrowOffset : gutter ?? arrowOffset;
|
|
163
|
+
const { hasAlign } = getPlacementDetails(placement);
|
|
164
|
+
const shift$1 = !hasAlign ? opts.shift : void 0;
|
|
165
|
+
return compact({
|
|
166
|
+
crossAxis: opts.offset?.crossAxis ?? shift$1,
|
|
167
|
+
mainAxis,
|
|
168
|
+
alignmentAxis: opts.shift
|
|
169
|
+
});
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
function getFlipMiddleware(opts) {
|
|
173
|
+
if (!opts.flip) return;
|
|
174
|
+
const boundary = resolveBoundaryOption(opts.boundary);
|
|
175
|
+
return flip({
|
|
176
|
+
...boundary ? { boundary } : void 0,
|
|
177
|
+
padding: opts.overflowPadding,
|
|
178
|
+
fallbackPlacements: opts.flip === true ? void 0 : opts.flip
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
function getShiftMiddleware(opts) {
|
|
182
|
+
if (!opts.slide && !opts.overlap) return;
|
|
183
|
+
const boundary = resolveBoundaryOption(opts.boundary);
|
|
184
|
+
return shift({
|
|
185
|
+
...boundary ? { boundary } : void 0,
|
|
186
|
+
mainAxis: opts.slide,
|
|
187
|
+
crossAxis: opts.overlap,
|
|
188
|
+
padding: opts.overflowPadding,
|
|
189
|
+
limiter: limitShift()
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
function getSizeMiddleware(opts) {
|
|
193
|
+
return size({
|
|
194
|
+
padding: opts.overflowPadding,
|
|
195
|
+
apply({ elements, rects, availableHeight, availableWidth }) {
|
|
196
|
+
const floating = elements.floating;
|
|
197
|
+
const referenceWidth = Math.round(rects.reference.width);
|
|
198
|
+
const referenceHeight = Math.round(rects.reference.height);
|
|
199
|
+
availableWidth = Math.floor(availableWidth);
|
|
200
|
+
availableHeight = Math.floor(availableHeight);
|
|
201
|
+
floating.style.setProperty("--reference-width", `${referenceWidth}px`);
|
|
202
|
+
floating.style.setProperty("--reference-height", `${referenceHeight}px`);
|
|
203
|
+
floating.style.setProperty("--available-width", `${availableWidth}px`);
|
|
204
|
+
floating.style.setProperty("--available-height", `${availableHeight}px`);
|
|
205
|
+
}
|
|
206
|
+
});
|
|
207
|
+
}
|
|
208
|
+
function hideWhenDetachedMiddleware(opts) {
|
|
209
|
+
if (!opts.hideWhenDetached) return;
|
|
210
|
+
return hide({
|
|
211
|
+
strategy: "referenceHidden",
|
|
212
|
+
boundary: resolveBoundaryOption(opts.boundary) ?? "clippingAncestors"
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
function getAutoUpdateOptions(opts) {
|
|
216
|
+
if (!opts) return {};
|
|
217
|
+
if (opts === true) return {
|
|
218
|
+
ancestorResize: true,
|
|
219
|
+
ancestorScroll: true,
|
|
220
|
+
elementResize: true,
|
|
221
|
+
layoutShift: true
|
|
222
|
+
};
|
|
223
|
+
return opts;
|
|
224
|
+
}
|
|
225
|
+
function getPlacementImpl(referenceOrVirtual, floating, opts = {}) {
|
|
226
|
+
const reference = getAnchorElement(referenceOrVirtual, opts.getAnchorRect);
|
|
227
|
+
if (!floating || !reference) return;
|
|
228
|
+
const options = Object.assign({}, defaultOptions, opts);
|
|
229
|
+
const arrowEl = floating.querySelector("[data-part=arrow]");
|
|
230
|
+
const middleware = [
|
|
231
|
+
getOffsetMiddleware(arrowEl, options),
|
|
232
|
+
getFlipMiddleware(options),
|
|
233
|
+
getShiftMiddleware(options),
|
|
234
|
+
getArrowMiddleware(arrowEl, floating.ownerDocument, options),
|
|
235
|
+
shiftArrowMiddleware(arrowEl),
|
|
236
|
+
createTransformOriginMiddleware({
|
|
237
|
+
gutter: options.gutter,
|
|
238
|
+
offset: options.offset,
|
|
239
|
+
overlap: options.overlap
|
|
240
|
+
}, arrowEl),
|
|
241
|
+
getSizeMiddleware(options),
|
|
242
|
+
hideWhenDetachedMiddleware(options),
|
|
243
|
+
rectMiddleware
|
|
244
|
+
];
|
|
245
|
+
const { placement, strategy, onComplete, onPositioned } = options;
|
|
246
|
+
const updatePosition = async () => {
|
|
247
|
+
if (!reference || !floating) return;
|
|
248
|
+
const pos = await computePosition(reference, floating, {
|
|
249
|
+
placement,
|
|
250
|
+
middleware,
|
|
251
|
+
strategy
|
|
252
|
+
});
|
|
253
|
+
onComplete?.(pos);
|
|
254
|
+
onPositioned?.({ placed: true });
|
|
255
|
+
const win = getWindow(floating);
|
|
256
|
+
const x = roundByDpr(win, pos.x);
|
|
257
|
+
const y = roundByDpr(win, pos.y);
|
|
258
|
+
floating.style.setProperty("--x", `${x}px`);
|
|
259
|
+
floating.style.setProperty("--y", `${y}px`);
|
|
260
|
+
if (options.hideWhenDetached) if (pos.middlewareData.hide?.referenceHidden) {
|
|
261
|
+
floating.style.setProperty("visibility", "hidden");
|
|
262
|
+
floating.style.setProperty("pointer-events", "none");
|
|
263
|
+
} else {
|
|
264
|
+
floating.style.removeProperty("visibility");
|
|
265
|
+
floating.style.removeProperty("pointer-events");
|
|
266
|
+
}
|
|
267
|
+
const contentEl = floating.firstElementChild;
|
|
268
|
+
if (contentEl) {
|
|
269
|
+
const styles = getComputedStyle(contentEl);
|
|
270
|
+
floating.style.setProperty("--z-index", styles.zIndex);
|
|
271
|
+
}
|
|
272
|
+
};
|
|
273
|
+
const update = async () => {
|
|
274
|
+
if (opts.updatePosition) {
|
|
275
|
+
await opts.updatePosition({
|
|
276
|
+
updatePosition,
|
|
277
|
+
floatingElement: floating
|
|
278
|
+
});
|
|
279
|
+
onPositioned?.({ placed: true });
|
|
280
|
+
} else await updatePosition();
|
|
281
|
+
};
|
|
282
|
+
const autoUpdateOptions = getAutoUpdateOptions(options.listeners);
|
|
283
|
+
const cancelAutoUpdate = options.listeners ? autoUpdate(reference, floating, update, autoUpdateOptions) : noop;
|
|
284
|
+
update();
|
|
285
|
+
return () => {
|
|
286
|
+
cancelAutoUpdate?.();
|
|
287
|
+
onPositioned?.({ placed: false });
|
|
288
|
+
};
|
|
289
|
+
}
|
|
290
|
+
function getPlacement(referenceOrFn, floatingOrFn, opts = {}) {
|
|
291
|
+
const { defer, ...options } = opts;
|
|
292
|
+
const func = defer ? raf : (v) => v();
|
|
293
|
+
const cleanups = [];
|
|
294
|
+
cleanups.push(func(() => {
|
|
295
|
+
const reference = typeof referenceOrFn === "function" ? referenceOrFn() : referenceOrFn;
|
|
296
|
+
const floating = typeof floatingOrFn === "function" ? floatingOrFn() : floatingOrFn;
|
|
297
|
+
cleanups.push(getPlacementImpl(reference, floating, options));
|
|
298
|
+
}));
|
|
299
|
+
return () => {
|
|
300
|
+
cleanups.forEach((fn) => fn?.());
|
|
301
|
+
};
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
//#endregion
|
|
305
|
+
//#region src/shared/popper/get-styles.ts
|
|
306
|
+
const ARROW_FLOATING_STYLE = {
|
|
307
|
+
bottom: "rotate(45deg)",
|
|
308
|
+
left: "rotate(135deg)",
|
|
309
|
+
top: "rotate(225deg)",
|
|
310
|
+
right: "rotate(315deg)"
|
|
311
|
+
};
|
|
312
|
+
function getPlacementStyles(options = {}) {
|
|
313
|
+
const { placement, sameWidth, fitViewport, strategy = "absolute" } = options;
|
|
314
|
+
return {
|
|
315
|
+
arrow: {
|
|
316
|
+
position: "absolute",
|
|
317
|
+
width: cssVars.arrowSize.reference,
|
|
318
|
+
height: cssVars.arrowSize.reference,
|
|
319
|
+
[cssVars.arrowSizeHalf.variable]: `calc(${cssVars.arrowSize.reference} / 2)`,
|
|
320
|
+
[cssVars.arrowOffset.variable]: `calc(${cssVars.arrowSizeHalf.reference} * -1)`
|
|
321
|
+
},
|
|
322
|
+
arrowTip: {
|
|
323
|
+
transform: placement ? ARROW_FLOATING_STYLE[placement.split("-")[0]] : void 0,
|
|
324
|
+
background: cssVars.arrowBg.reference,
|
|
325
|
+
top: "0",
|
|
326
|
+
left: "0",
|
|
327
|
+
width: "100%",
|
|
328
|
+
height: "100%",
|
|
329
|
+
position: "absolute",
|
|
330
|
+
zIndex: "inherit"
|
|
331
|
+
},
|
|
332
|
+
floating: {
|
|
333
|
+
position: strategy,
|
|
334
|
+
isolation: "isolate",
|
|
335
|
+
minWidth: sameWidth ? void 0 : "max-content",
|
|
336
|
+
width: sameWidth ? "var(--reference-width)" : void 0,
|
|
337
|
+
maxWidth: fitViewport ? "var(--available-width)" : void 0,
|
|
338
|
+
maxHeight: fitViewport ? "var(--available-height)" : void 0,
|
|
339
|
+
pointerEvents: !placement ? "none" : void 0,
|
|
340
|
+
top: "0px",
|
|
341
|
+
left: "0px",
|
|
342
|
+
transform: placement ? "translate3d(var(--x), var(--y), 0)" : "translate3d(0, -100vh, 0)",
|
|
343
|
+
zIndex: "var(--z-index)"
|
|
344
|
+
}
|
|
345
|
+
};
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
//#endregion
|
|
349
|
+
export { isValidPlacement as i, getPlacement as n, getPlacementSide as r, getPlacementStyles as t };
|