@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,51 @@
|
|
|
1
|
+
const require_rect_utils = require('./rect-utils-DKLRhP8G.cjs');
|
|
2
|
+
|
|
3
|
+
exports.AffineTransform = require_rect_utils.AffineTransform;
|
|
4
|
+
exports.addPoints = require_rect_utils.addPoints;
|
|
5
|
+
exports.alignRect = require_rect_utils.alignRect;
|
|
6
|
+
exports.clampPoint = require_rect_utils.clampPoint;
|
|
7
|
+
exports.clampSize = require_rect_utils.clampSize;
|
|
8
|
+
exports.closest = require_rect_utils.closest;
|
|
9
|
+
exports.closestSideToPoint = require_rect_utils.closestSideToPoint;
|
|
10
|
+
exports.closestSideToRect = require_rect_utils.closestSideToRect;
|
|
11
|
+
exports.collisions = require_rect_utils.collisions;
|
|
12
|
+
exports.constrainRect = require_rect_utils.constrainRect;
|
|
13
|
+
exports.contains = require_rect_utils.contains;
|
|
14
|
+
exports.containsPoint = require_rect_utils.containsPoint;
|
|
15
|
+
exports.containsRect = require_rect_utils.containsRect;
|
|
16
|
+
exports.createPoint = require_rect_utils.createPoint;
|
|
17
|
+
exports.createRect = require_rect_utils.createRect;
|
|
18
|
+
exports.debugPolygon = require_rect_utils.debugPolygon;
|
|
19
|
+
exports.distance = require_rect_utils.distance;
|
|
20
|
+
exports.distanceBtwEdges = require_rect_utils.distanceBtwEdges;
|
|
21
|
+
exports.distanceFromPoint = require_rect_utils.distanceFromPoint;
|
|
22
|
+
exports.distanceFromRect = require_rect_utils.distanceFromRect;
|
|
23
|
+
exports.expand = require_rect_utils.expand;
|
|
24
|
+
exports.fromRange = require_rect_utils.fromRange;
|
|
25
|
+
exports.getElementPolygon = require_rect_utils.getElementPolygon;
|
|
26
|
+
exports.getElementRect = require_rect_utils.getElementRect;
|
|
27
|
+
exports.getPointAngle = require_rect_utils.getPointAngle;
|
|
28
|
+
exports.getRectCenters = require_rect_utils.getRectCenters;
|
|
29
|
+
exports.getRectCorners = require_rect_utils.getRectCorners;
|
|
30
|
+
exports.getRectEdges = require_rect_utils.getRectEdges;
|
|
31
|
+
exports.getRectFromPoints = require_rect_utils.getRectFromPoints;
|
|
32
|
+
exports.getRotationRect = require_rect_utils.getRotationRect;
|
|
33
|
+
exports.getViewportRect = require_rect_utils.getViewportRect;
|
|
34
|
+
exports.getWindowRect = require_rect_utils.getWindowRect;
|
|
35
|
+
exports.inset = require_rect_utils.inset;
|
|
36
|
+
exports.intersection = require_rect_utils.intersection;
|
|
37
|
+
exports.intersects = require_rect_utils.intersects;
|
|
38
|
+
exports.isPoint = require_rect_utils.isPoint;
|
|
39
|
+
exports.isPointEqual = require_rect_utils.isPointEqual;
|
|
40
|
+
exports.isPointInPolygon = require_rect_utils.isPointInPolygon;
|
|
41
|
+
exports.isRect = require_rect_utils.isRect;
|
|
42
|
+
exports.isRectEqual = require_rect_utils.isRectEqual;
|
|
43
|
+
exports.isSizeEqual = require_rect_utils.isSizeEqual;
|
|
44
|
+
exports.isSymmetric = require_rect_utils.isSymmetric;
|
|
45
|
+
exports.resizeRect = require_rect_utils.resizeRect;
|
|
46
|
+
exports.rotate = require_rect_utils.rotate;
|
|
47
|
+
exports.shift = require_rect_utils.shift;
|
|
48
|
+
exports.shrink = require_rect_utils.shrink;
|
|
49
|
+
exports.subtractPoints = require_rect_utils.subtractPoints;
|
|
50
|
+
exports.toRad = require_rect_utils.toRad;
|
|
51
|
+
exports.union = require_rect_utils.union;
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import { _ as RectSide, a as Point, b as SymmetricRectInset, c as RectCenters, d as RectEdge, f as RectEdges, g as RectPoints, h as RectPoint, i as HAlign, l as RectCorner, m as RectInset, n as Bounds, o as Rect, p as RectInit, r as CenterPoint, s as RectCenter, t as AlignOptions, u as RectCorners, v as ScalingOptions, x as VAlign, y as Size } from "./types-CT_W6HWr.cjs";
|
|
2
|
+
|
|
3
|
+
//#region src/shared/rect-utils/affine-transform.d.ts
|
|
4
|
+
declare class AffineTransform {
|
|
5
|
+
m00: number;
|
|
6
|
+
m01: number;
|
|
7
|
+
m02: number;
|
|
8
|
+
m10: number;
|
|
9
|
+
m11: number;
|
|
10
|
+
m12: number;
|
|
11
|
+
constructor([m00, m01, m02, m10, m11, m12]?: Iterable<number>);
|
|
12
|
+
applyTo(point: Point): Point;
|
|
13
|
+
prepend(other: AffineTransform): AffineTransform;
|
|
14
|
+
append(other: AffineTransform): AffineTransform;
|
|
15
|
+
get determinant(): number;
|
|
16
|
+
get isInvertible(): boolean;
|
|
17
|
+
invert(): AffineTransform;
|
|
18
|
+
get array(): number[];
|
|
19
|
+
get float32Array(): Float32Array;
|
|
20
|
+
static get identity(): AffineTransform;
|
|
21
|
+
static rotate(theta: number, origin?: Point): AffineTransform;
|
|
22
|
+
rotate: (typeof AffineTransform)["rotate"];
|
|
23
|
+
static scale(sx: number, sy?: number, origin?: Point): AffineTransform;
|
|
24
|
+
scale: (typeof AffineTransform)["scale"];
|
|
25
|
+
static translate(tx: number, ty: number): AffineTransform;
|
|
26
|
+
translate: (typeof AffineTransform)["translate"];
|
|
27
|
+
static multiply(...[first, ...rest]: AffineTransform[]): AffineTransform;
|
|
28
|
+
get a(): number;
|
|
29
|
+
get b(): number;
|
|
30
|
+
get c(): number;
|
|
31
|
+
get d(): number;
|
|
32
|
+
get tx(): number;
|
|
33
|
+
get ty(): number;
|
|
34
|
+
get scaleComponents(): Point;
|
|
35
|
+
get translationComponents(): Point;
|
|
36
|
+
get skewComponents(): Point;
|
|
37
|
+
toString(): string;
|
|
38
|
+
}
|
|
39
|
+
//#endregion
|
|
40
|
+
//#region src/shared/rect-utils/align.d.ts
|
|
41
|
+
declare function alignRect(a: Rect, ref: Rect, options: AlignOptions): Rect;
|
|
42
|
+
//#endregion
|
|
43
|
+
//#region src/shared/rect-utils/angle.d.ts
|
|
44
|
+
declare function getPointAngle(rect: Rect, point: Point, reference?: Point): number;
|
|
45
|
+
//#endregion
|
|
46
|
+
//#region src/shared/rect-utils/clamp.d.ts
|
|
47
|
+
declare const clampPoint: (position: Point, size: Size, boundaryRect: RectInit) => {
|
|
48
|
+
x: number;
|
|
49
|
+
y: number;
|
|
50
|
+
};
|
|
51
|
+
declare const clampSize: (size: Size, minSize?: Size, maxSize?: Size) => {
|
|
52
|
+
width: number;
|
|
53
|
+
height: number;
|
|
54
|
+
};
|
|
55
|
+
//#endregion
|
|
56
|
+
//#region src/shared/rect-utils/closest.d.ts
|
|
57
|
+
declare function closest(...pts: Point[]): (a: Point) => Point;
|
|
58
|
+
declare function closestSideToRect(ref: Rect, r: Rect): RectSide;
|
|
59
|
+
declare function closestSideToPoint(ref: Rect, p: Point): RectSide;
|
|
60
|
+
//#endregion
|
|
61
|
+
//#region src/shared/rect-utils/constrain.d.ts
|
|
62
|
+
declare const constrainRect: (rect: RectInit, boundary: RectInit) => RectInit;
|
|
63
|
+
//#endregion
|
|
64
|
+
//#region src/shared/rect-utils/contains.d.ts
|
|
65
|
+
declare function containsPoint(r: Rect, p: Point): boolean;
|
|
66
|
+
declare function containsRect(a: Rect, b: Rect): boolean;
|
|
67
|
+
declare function contains(r: Rect, v: Rect | Point): boolean;
|
|
68
|
+
//#endregion
|
|
69
|
+
//#region src/shared/rect-utils/distance.d.ts
|
|
70
|
+
interface DistanceValue extends Point {
|
|
71
|
+
value: number;
|
|
72
|
+
}
|
|
73
|
+
declare function distance(a: Point, b?: Point): number;
|
|
74
|
+
declare function distanceFromPoint(r: Rect, p: Point): DistanceValue;
|
|
75
|
+
declare function distanceFromRect(a: Rect, b: Rect): DistanceValue;
|
|
76
|
+
declare function distanceBtwEdges(a: Rect, b: Rect): Record<RectSide, number>;
|
|
77
|
+
//#endregion
|
|
78
|
+
//#region src/shared/rect-utils/equality.d.ts
|
|
79
|
+
declare const isSizeEqual: (a: Size, b: Size | undefined) => boolean;
|
|
80
|
+
declare const isPointEqual: (a: Point, b: Point | undefined) => boolean;
|
|
81
|
+
declare const isRectEqual: (a: RectInit, b: RectInit | undefined) => boolean;
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/shared/rect-utils/from-element.d.ts
|
|
84
|
+
declare function getElementRect(el: HTMLElement, opts?: ElementRectOptions): Rect;
|
|
85
|
+
type ElementRectOptions = {
|
|
86
|
+
excludeScrollbar?: boolean | undefined;
|
|
87
|
+
excludeBorders?: boolean | undefined;
|
|
88
|
+
};
|
|
89
|
+
//#endregion
|
|
90
|
+
//#region src/shared/rect-utils/from-points.d.ts
|
|
91
|
+
declare function getRectFromPoints(...pts: Point[]): Rect;
|
|
92
|
+
//#endregion
|
|
93
|
+
//#region src/shared/rect-utils/from-range.d.ts
|
|
94
|
+
declare function fromRange(range: Range): Rect;
|
|
95
|
+
//#endregion
|
|
96
|
+
//#region src/shared/rect-utils/from-rotation.d.ts
|
|
97
|
+
declare function toRad(d: number): number;
|
|
98
|
+
declare function rotate(a: Point, d: number, c: Point): Point;
|
|
99
|
+
declare function getRotationRect(r: Rect, deg: number): Rect;
|
|
100
|
+
//#endregion
|
|
101
|
+
//#region src/shared/rect-utils/from-window.d.ts
|
|
102
|
+
type WindowRectOptions = {
|
|
103
|
+
excludeScrollbar?: boolean | undefined;
|
|
104
|
+
};
|
|
105
|
+
declare function getWindowRect(win: Window, opts?: WindowRectOptions): Rect;
|
|
106
|
+
declare function getViewportRect(win: Window, opts: WindowRectOptions): {
|
|
107
|
+
x: number;
|
|
108
|
+
y: number;
|
|
109
|
+
width: number;
|
|
110
|
+
height: number;
|
|
111
|
+
};
|
|
112
|
+
//#endregion
|
|
113
|
+
//#region src/shared/rect-utils/intersection.d.ts
|
|
114
|
+
declare function intersects(a: Rect, b: Rect): boolean;
|
|
115
|
+
declare function intersection(a: Rect, b: Rect): Rect;
|
|
116
|
+
declare function collisions(a: Rect, b: Rect): Record<RectSide, boolean>;
|
|
117
|
+
//#endregion
|
|
118
|
+
//#region src/shared/rect-utils/operations.d.ts
|
|
119
|
+
declare const isSymmetric: (v: any) => v is SymmetricRectInset;
|
|
120
|
+
declare function inset(r: Rect, i: RectInset | SymmetricRectInset): Rect;
|
|
121
|
+
declare function expand(r: Rect, v: number | SymmetricRectInset): Rect;
|
|
122
|
+
declare function shrink(r: Rect, v: number | SymmetricRectInset): Rect;
|
|
123
|
+
declare function shift(r: Rect, o: Partial<Point>): Rect;
|
|
124
|
+
//#endregion
|
|
125
|
+
//#region src/shared/rect-utils/polygon.d.ts
|
|
126
|
+
declare function getElementPolygon(rectValue: RectInit, placement: string): {
|
|
127
|
+
x: number;
|
|
128
|
+
y: number;
|
|
129
|
+
}[] | undefined;
|
|
130
|
+
declare function isPointInPolygon(polygon: Point[], point: Point): boolean;
|
|
131
|
+
declare function debugPolygon(polygon: Point[]): () => void;
|
|
132
|
+
//#endregion
|
|
133
|
+
//#region src/shared/rect-utils/rect.d.ts
|
|
134
|
+
declare const createPoint: (x: number, y: number) => {
|
|
135
|
+
x: number;
|
|
136
|
+
y: number;
|
|
137
|
+
};
|
|
138
|
+
declare const subtractPoints: (a: Point, b: Point | null) => Point;
|
|
139
|
+
declare const addPoints: (a: Point, b: Point) => {
|
|
140
|
+
x: number;
|
|
141
|
+
y: number;
|
|
142
|
+
};
|
|
143
|
+
declare function isPoint(v: any): v is Point;
|
|
144
|
+
declare function createRect(r: RectInit): Rect;
|
|
145
|
+
declare function isRect(v: any): v is Rect;
|
|
146
|
+
declare function getRectCenters(v: Rect): {
|
|
147
|
+
top: {
|
|
148
|
+
x: number;
|
|
149
|
+
y: number;
|
|
150
|
+
};
|
|
151
|
+
right: {
|
|
152
|
+
x: number;
|
|
153
|
+
y: number;
|
|
154
|
+
};
|
|
155
|
+
bottom: {
|
|
156
|
+
x: number;
|
|
157
|
+
y: number;
|
|
158
|
+
};
|
|
159
|
+
left: {
|
|
160
|
+
x: number;
|
|
161
|
+
y: number;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
declare function getRectCorners(v: Rect): {
|
|
165
|
+
top: {
|
|
166
|
+
x: number;
|
|
167
|
+
y: number;
|
|
168
|
+
};
|
|
169
|
+
right: {
|
|
170
|
+
x: number;
|
|
171
|
+
y: number;
|
|
172
|
+
};
|
|
173
|
+
bottom: {
|
|
174
|
+
x: number;
|
|
175
|
+
y: number;
|
|
176
|
+
};
|
|
177
|
+
left: {
|
|
178
|
+
x: number;
|
|
179
|
+
y: number;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
declare function getRectEdges(v: Rect): {
|
|
183
|
+
top: RectEdge;
|
|
184
|
+
right: RectEdge;
|
|
185
|
+
bottom: RectEdge;
|
|
186
|
+
left: RectEdge;
|
|
187
|
+
};
|
|
188
|
+
//#endregion
|
|
189
|
+
//#region src/shared/rect-utils/compass.d.ts
|
|
190
|
+
type CompassDirection = "n" | "ne" | "e" | "se" | "s" | "sw" | "w" | "nw";
|
|
191
|
+
//#endregion
|
|
192
|
+
//#region src/shared/rect-utils/resize.d.ts
|
|
193
|
+
declare function resizeRect(rect: Rect, offset: Point, direction: CompassDirection, opts: ScalingOptions): RectInit;
|
|
194
|
+
//#endregion
|
|
195
|
+
//#region src/shared/rect-utils/union.d.ts
|
|
196
|
+
declare function union(...rs: Rect[]): Rect;
|
|
197
|
+
//#endregion
|
|
198
|
+
export { AffineTransform, AlignOptions, Bounds, CenterPoint, DistanceValue, ElementRectOptions, HAlign, Point, Rect, RectCenter, RectCenters, RectCorner, RectCorners, RectEdge, RectEdges, RectInit, RectInset, RectPoint, RectPoints, RectSide, ScalingOptions, Size, SymmetricRectInset, VAlign, WindowRectOptions, addPoints, alignRect, clampPoint, clampSize, closest, closestSideToPoint, closestSideToRect, collisions, constrainRect, contains, containsPoint, containsRect, createPoint, createRect, debugPolygon, distance, distanceBtwEdges, distanceFromPoint, distanceFromRect, expand, fromRange, getElementPolygon, getElementRect, getPointAngle, getRectCenters, getRectCorners, getRectEdges, getRectFromPoints, getRotationRect, getViewportRect, getWindowRect, inset, intersection, intersects, isPoint, isPointEqual, isPointInPolygon, isRect, isRectEqual, isSizeEqual, isSymmetric, resizeRect, rotate, shift, shrink, subtractPoints, toRad, union };
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import { _ as RectSide, a as Point, b as SymmetricRectInset, c as RectCenters, d as RectEdge, f as RectEdges, g as RectPoints, h as RectPoint, i as HAlign, l as RectCorner, m as RectInset, n as Bounds, o as Rect, p as RectInit, r as CenterPoint, s as RectCenter, t as AlignOptions, u as RectCorners, v as ScalingOptions, x as VAlign, y as Size } from "./types-CPUMVt7c.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/shared/rect-utils/affine-transform.d.ts
|
|
4
|
+
declare class AffineTransform {
|
|
5
|
+
m00: number;
|
|
6
|
+
m01: number;
|
|
7
|
+
m02: number;
|
|
8
|
+
m10: number;
|
|
9
|
+
m11: number;
|
|
10
|
+
m12: number;
|
|
11
|
+
constructor([m00, m01, m02, m10, m11, m12]?: Iterable<number>);
|
|
12
|
+
applyTo(point: Point): Point;
|
|
13
|
+
prepend(other: AffineTransform): AffineTransform;
|
|
14
|
+
append(other: AffineTransform): AffineTransform;
|
|
15
|
+
get determinant(): number;
|
|
16
|
+
get isInvertible(): boolean;
|
|
17
|
+
invert(): AffineTransform;
|
|
18
|
+
get array(): number[];
|
|
19
|
+
get float32Array(): Float32Array;
|
|
20
|
+
static get identity(): AffineTransform;
|
|
21
|
+
static rotate(theta: number, origin?: Point): AffineTransform;
|
|
22
|
+
rotate: (typeof AffineTransform)["rotate"];
|
|
23
|
+
static scale(sx: number, sy?: number, origin?: Point): AffineTransform;
|
|
24
|
+
scale: (typeof AffineTransform)["scale"];
|
|
25
|
+
static translate(tx: number, ty: number): AffineTransform;
|
|
26
|
+
translate: (typeof AffineTransform)["translate"];
|
|
27
|
+
static multiply(...[first, ...rest]: AffineTransform[]): AffineTransform;
|
|
28
|
+
get a(): number;
|
|
29
|
+
get b(): number;
|
|
30
|
+
get c(): number;
|
|
31
|
+
get d(): number;
|
|
32
|
+
get tx(): number;
|
|
33
|
+
get ty(): number;
|
|
34
|
+
get scaleComponents(): Point;
|
|
35
|
+
get translationComponents(): Point;
|
|
36
|
+
get skewComponents(): Point;
|
|
37
|
+
toString(): string;
|
|
38
|
+
}
|
|
39
|
+
//#endregion
|
|
40
|
+
//#region src/shared/rect-utils/align.d.ts
|
|
41
|
+
declare function alignRect(a: Rect, ref: Rect, options: AlignOptions): Rect;
|
|
42
|
+
//#endregion
|
|
43
|
+
//#region src/shared/rect-utils/angle.d.ts
|
|
44
|
+
declare function getPointAngle(rect: Rect, point: Point, reference?: Point): number;
|
|
45
|
+
//#endregion
|
|
46
|
+
//#region src/shared/rect-utils/clamp.d.ts
|
|
47
|
+
declare const clampPoint: (position: Point, size: Size, boundaryRect: RectInit) => {
|
|
48
|
+
x: number;
|
|
49
|
+
y: number;
|
|
50
|
+
};
|
|
51
|
+
declare const clampSize: (size: Size, minSize?: Size, maxSize?: Size) => {
|
|
52
|
+
width: number;
|
|
53
|
+
height: number;
|
|
54
|
+
};
|
|
55
|
+
//#endregion
|
|
56
|
+
//#region src/shared/rect-utils/closest.d.ts
|
|
57
|
+
declare function closest(...pts: Point[]): (a: Point) => Point;
|
|
58
|
+
declare function closestSideToRect(ref: Rect, r: Rect): RectSide;
|
|
59
|
+
declare function closestSideToPoint(ref: Rect, p: Point): RectSide;
|
|
60
|
+
//#endregion
|
|
61
|
+
//#region src/shared/rect-utils/constrain.d.ts
|
|
62
|
+
declare const constrainRect: (rect: RectInit, boundary: RectInit) => RectInit;
|
|
63
|
+
//#endregion
|
|
64
|
+
//#region src/shared/rect-utils/contains.d.ts
|
|
65
|
+
declare function containsPoint(r: Rect, p: Point): boolean;
|
|
66
|
+
declare function containsRect(a: Rect, b: Rect): boolean;
|
|
67
|
+
declare function contains(r: Rect, v: Rect | Point): boolean;
|
|
68
|
+
//#endregion
|
|
69
|
+
//#region src/shared/rect-utils/distance.d.ts
|
|
70
|
+
interface DistanceValue extends Point {
|
|
71
|
+
value: number;
|
|
72
|
+
}
|
|
73
|
+
declare function distance(a: Point, b?: Point): number;
|
|
74
|
+
declare function distanceFromPoint(r: Rect, p: Point): DistanceValue;
|
|
75
|
+
declare function distanceFromRect(a: Rect, b: Rect): DistanceValue;
|
|
76
|
+
declare function distanceBtwEdges(a: Rect, b: Rect): Record<RectSide, number>;
|
|
77
|
+
//#endregion
|
|
78
|
+
//#region src/shared/rect-utils/equality.d.ts
|
|
79
|
+
declare const isSizeEqual: (a: Size, b: Size | undefined) => boolean;
|
|
80
|
+
declare const isPointEqual: (a: Point, b: Point | undefined) => boolean;
|
|
81
|
+
declare const isRectEqual: (a: RectInit, b: RectInit | undefined) => boolean;
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/shared/rect-utils/from-element.d.ts
|
|
84
|
+
declare function getElementRect(el: HTMLElement, opts?: ElementRectOptions): Rect;
|
|
85
|
+
type ElementRectOptions = {
|
|
86
|
+
excludeScrollbar?: boolean | undefined;
|
|
87
|
+
excludeBorders?: boolean | undefined;
|
|
88
|
+
};
|
|
89
|
+
//#endregion
|
|
90
|
+
//#region src/shared/rect-utils/from-points.d.ts
|
|
91
|
+
declare function getRectFromPoints(...pts: Point[]): Rect;
|
|
92
|
+
//#endregion
|
|
93
|
+
//#region src/shared/rect-utils/from-range.d.ts
|
|
94
|
+
declare function fromRange(range: Range): Rect;
|
|
95
|
+
//#endregion
|
|
96
|
+
//#region src/shared/rect-utils/from-rotation.d.ts
|
|
97
|
+
declare function toRad(d: number): number;
|
|
98
|
+
declare function rotate(a: Point, d: number, c: Point): Point;
|
|
99
|
+
declare function getRotationRect(r: Rect, deg: number): Rect;
|
|
100
|
+
//#endregion
|
|
101
|
+
//#region src/shared/rect-utils/from-window.d.ts
|
|
102
|
+
type WindowRectOptions = {
|
|
103
|
+
excludeScrollbar?: boolean | undefined;
|
|
104
|
+
};
|
|
105
|
+
declare function getWindowRect(win: Window, opts?: WindowRectOptions): Rect;
|
|
106
|
+
declare function getViewportRect(win: Window, opts: WindowRectOptions): {
|
|
107
|
+
x: number;
|
|
108
|
+
y: number;
|
|
109
|
+
width: number;
|
|
110
|
+
height: number;
|
|
111
|
+
};
|
|
112
|
+
//#endregion
|
|
113
|
+
//#region src/shared/rect-utils/intersection.d.ts
|
|
114
|
+
declare function intersects(a: Rect, b: Rect): boolean;
|
|
115
|
+
declare function intersection(a: Rect, b: Rect): Rect;
|
|
116
|
+
declare function collisions(a: Rect, b: Rect): Record<RectSide, boolean>;
|
|
117
|
+
//#endregion
|
|
118
|
+
//#region src/shared/rect-utils/operations.d.ts
|
|
119
|
+
declare const isSymmetric: (v: any) => v is SymmetricRectInset;
|
|
120
|
+
declare function inset(r: Rect, i: RectInset | SymmetricRectInset): Rect;
|
|
121
|
+
declare function expand(r: Rect, v: number | SymmetricRectInset): Rect;
|
|
122
|
+
declare function shrink(r: Rect, v: number | SymmetricRectInset): Rect;
|
|
123
|
+
declare function shift(r: Rect, o: Partial<Point>): Rect;
|
|
124
|
+
//#endregion
|
|
125
|
+
//#region src/shared/rect-utils/polygon.d.ts
|
|
126
|
+
declare function getElementPolygon(rectValue: RectInit, placement: string): {
|
|
127
|
+
x: number;
|
|
128
|
+
y: number;
|
|
129
|
+
}[] | undefined;
|
|
130
|
+
declare function isPointInPolygon(polygon: Point[], point: Point): boolean;
|
|
131
|
+
declare function debugPolygon(polygon: Point[]): () => void;
|
|
132
|
+
//#endregion
|
|
133
|
+
//#region src/shared/rect-utils/rect.d.ts
|
|
134
|
+
declare const createPoint: (x: number, y: number) => {
|
|
135
|
+
x: number;
|
|
136
|
+
y: number;
|
|
137
|
+
};
|
|
138
|
+
declare const subtractPoints: (a: Point, b: Point | null) => Point;
|
|
139
|
+
declare const addPoints: (a: Point, b: Point) => {
|
|
140
|
+
x: number;
|
|
141
|
+
y: number;
|
|
142
|
+
};
|
|
143
|
+
declare function isPoint(v: any): v is Point;
|
|
144
|
+
declare function createRect(r: RectInit): Rect;
|
|
145
|
+
declare function isRect(v: any): v is Rect;
|
|
146
|
+
declare function getRectCenters(v: Rect): {
|
|
147
|
+
top: {
|
|
148
|
+
x: number;
|
|
149
|
+
y: number;
|
|
150
|
+
};
|
|
151
|
+
right: {
|
|
152
|
+
x: number;
|
|
153
|
+
y: number;
|
|
154
|
+
};
|
|
155
|
+
bottom: {
|
|
156
|
+
x: number;
|
|
157
|
+
y: number;
|
|
158
|
+
};
|
|
159
|
+
left: {
|
|
160
|
+
x: number;
|
|
161
|
+
y: number;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
declare function getRectCorners(v: Rect): {
|
|
165
|
+
top: {
|
|
166
|
+
x: number;
|
|
167
|
+
y: number;
|
|
168
|
+
};
|
|
169
|
+
right: {
|
|
170
|
+
x: number;
|
|
171
|
+
y: number;
|
|
172
|
+
};
|
|
173
|
+
bottom: {
|
|
174
|
+
x: number;
|
|
175
|
+
y: number;
|
|
176
|
+
};
|
|
177
|
+
left: {
|
|
178
|
+
x: number;
|
|
179
|
+
y: number;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
declare function getRectEdges(v: Rect): {
|
|
183
|
+
top: RectEdge;
|
|
184
|
+
right: RectEdge;
|
|
185
|
+
bottom: RectEdge;
|
|
186
|
+
left: RectEdge;
|
|
187
|
+
};
|
|
188
|
+
//#endregion
|
|
189
|
+
//#region src/shared/rect-utils/compass.d.ts
|
|
190
|
+
type CompassDirection = "n" | "ne" | "e" | "se" | "s" | "sw" | "w" | "nw";
|
|
191
|
+
//#endregion
|
|
192
|
+
//#region src/shared/rect-utils/resize.d.ts
|
|
193
|
+
declare function resizeRect(rect: Rect, offset: Point, direction: CompassDirection, opts: ScalingOptions): RectInit;
|
|
194
|
+
//#endregion
|
|
195
|
+
//#region src/shared/rect-utils/union.d.ts
|
|
196
|
+
declare function union(...rs: Rect[]): Rect;
|
|
197
|
+
//#endregion
|
|
198
|
+
export { AffineTransform, AlignOptions, Bounds, CenterPoint, DistanceValue, ElementRectOptions, HAlign, Point, Rect, RectCenter, RectCenters, RectCorner, RectCorners, RectEdge, RectEdges, RectInit, RectInset, RectPoint, RectPoints, RectSide, ScalingOptions, Size, SymmetricRectInset, VAlign, WindowRectOptions, addPoints, alignRect, clampPoint, clampSize, closest, closestSideToPoint, closestSideToRect, collisions, constrainRect, contains, containsPoint, containsRect, createPoint, createRect, debugPolygon, distance, distanceBtwEdges, distanceFromPoint, distanceFromRect, expand, fromRange, getElementPolygon, getElementRect, getPointAngle, getRectCenters, getRectCorners, getRectEdges, getRectFromPoints, getRotationRect, getViewportRect, getWindowRect, inset, intersection, intersects, isPoint, isPointEqual, isPointInPolygon, isRect, isRectEqual, isSizeEqual, isSymmetric, resizeRect, rotate, shift, shrink, subtractPoints, toRad, union };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { A as distanceBtwEdges, B as getRectCorners, C as containsPoint, D as closestSideToPoint, E as closest, F as intersects, G as clampPoint, H as isPoint, I as addPoints, J as alignRect, K as clampSize, L as createPoint, M as distanceFromRect, N as collisions, O as closestSideToRect, P as intersection, R as createRect, S as contains, T as constrainRect, U as isRect, V as getRectEdges, W as subtractPoints, Y as AffineTransform, _ as getRectFromPoints, a as expand, b as isRectEqual, c as shift, d as getWindowRect, f as getRotationRect, g as union, h as fromRange, i as isPointInPolygon, j as distanceFromPoint, k as distance, l as shrink, m as toRad, n as debugPolygon, o as inset, p as rotate, q as getPointAngle, r as getElementPolygon, s as isSymmetric, t as resizeRect, u as getViewportRect, v as getElementRect, w as containsRect, x as isSizeEqual, y as isPointEqual, z as getRectCenters } from "./rect-utils-0ellN0a_.mjs";
|
|
2
|
+
|
|
3
|
+
export { AffineTransform, addPoints, alignRect, clampPoint, clampSize, closest, closestSideToPoint, closestSideToRect, collisions, constrainRect, contains, containsPoint, containsRect, createPoint, createRect, debugPolygon, distance, distanceBtwEdges, distanceFromPoint, distanceFromRect, expand, fromRange, getElementPolygon, getElementRect, getPointAngle, getRectCenters, getRectCorners, getRectEdges, getRectFromPoints, getRotationRect, getViewportRect, getWindowRect, inset, intersection, intersects, isPoint, isPointEqual, isPointInPolygon, isRect, isRectEqual, isSizeEqual, isSymmetric, resizeRect, rotate, shift, shrink, subtractPoints, toRad, union };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { It as isIos, Yt as getComputedStyle, l as setStyle, u as setStyleProperty } from "./dom-query-DFCRhyj1.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/shared/remove-scroll/index.ts
|
|
4
|
+
const LOCK_CLASSNAME = "data-scroll-lock";
|
|
5
|
+
function getPaddingProperty(documentElement) {
|
|
6
|
+
const documentLeft = documentElement.getBoundingClientRect().left;
|
|
7
|
+
return Math.round(documentLeft) + documentElement.scrollLeft ? "paddingLeft" : "paddingRight";
|
|
8
|
+
}
|
|
9
|
+
function hasStableScrollbarGutter(element) {
|
|
10
|
+
const scrollbarGutter = getComputedStyle(element)?.scrollbarGutter;
|
|
11
|
+
return scrollbarGutter === "stable" || scrollbarGutter?.startsWith("stable ") === true;
|
|
12
|
+
}
|
|
13
|
+
function preventBodyScroll(_document) {
|
|
14
|
+
const doc = _document ?? document;
|
|
15
|
+
const win = doc.defaultView ?? window;
|
|
16
|
+
const { documentElement, body } = doc;
|
|
17
|
+
if (body.hasAttribute(LOCK_CLASSNAME)) return;
|
|
18
|
+
const hasStableGutter = hasStableScrollbarGutter(documentElement) || hasStableScrollbarGutter(body);
|
|
19
|
+
const scrollbarWidth = win.innerWidth - documentElement.clientWidth;
|
|
20
|
+
body.setAttribute(LOCK_CLASSNAME, "");
|
|
21
|
+
const setScrollbarWidthProperty = () => setStyleProperty(documentElement, "--scrollbar-width", `${scrollbarWidth}px`);
|
|
22
|
+
const paddingProperty = getPaddingProperty(documentElement);
|
|
23
|
+
const setBodyStyle = () => {
|
|
24
|
+
const styles = { overflow: "hidden" };
|
|
25
|
+
if (!hasStableGutter && scrollbarWidth > 0) styles[paddingProperty] = `${scrollbarWidth}px`;
|
|
26
|
+
return setStyle(body, styles);
|
|
27
|
+
};
|
|
28
|
+
const setBodyStyleIOS = () => {
|
|
29
|
+
const { scrollX, scrollY, visualViewport } = win;
|
|
30
|
+
const offsetLeft = visualViewport?.offsetLeft ?? 0;
|
|
31
|
+
const offsetTop = visualViewport?.offsetTop ?? 0;
|
|
32
|
+
const styles = {
|
|
33
|
+
position: "fixed",
|
|
34
|
+
overflow: "hidden",
|
|
35
|
+
top: `${-(scrollY - Math.floor(offsetTop))}px`,
|
|
36
|
+
left: `${-(scrollX - Math.floor(offsetLeft))}px`,
|
|
37
|
+
right: "0"
|
|
38
|
+
};
|
|
39
|
+
if (!hasStableGutter && scrollbarWidth > 0) styles[paddingProperty] = `${scrollbarWidth}px`;
|
|
40
|
+
const restoreStyle = setStyle(body, styles);
|
|
41
|
+
return () => {
|
|
42
|
+
restoreStyle?.();
|
|
43
|
+
win.scrollTo({
|
|
44
|
+
left: scrollX,
|
|
45
|
+
top: scrollY,
|
|
46
|
+
behavior: "instant"
|
|
47
|
+
});
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
const cleanups = [setScrollbarWidthProperty(), isIos() ? setBodyStyleIOS() : setBodyStyle()];
|
|
51
|
+
return () => {
|
|
52
|
+
cleanups.forEach((fn) => fn?.());
|
|
53
|
+
body.removeAttribute(LOCK_CLASSNAME);
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
//#endregion
|
|
58
|
+
export { preventBodyScroll as t };
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
const require_dom_query = require('./dom-query-CWZdWUGp.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/shared/remove-scroll/index.ts
|
|
4
|
+
const LOCK_CLASSNAME = "data-scroll-lock";
|
|
5
|
+
function getPaddingProperty(documentElement) {
|
|
6
|
+
const documentLeft = documentElement.getBoundingClientRect().left;
|
|
7
|
+
return Math.round(documentLeft) + documentElement.scrollLeft ? "paddingLeft" : "paddingRight";
|
|
8
|
+
}
|
|
9
|
+
function hasStableScrollbarGutter(element) {
|
|
10
|
+
const scrollbarGutter = require_dom_query.getComputedStyle(element)?.scrollbarGutter;
|
|
11
|
+
return scrollbarGutter === "stable" || scrollbarGutter?.startsWith("stable ") === true;
|
|
12
|
+
}
|
|
13
|
+
function preventBodyScroll(_document) {
|
|
14
|
+
const doc = _document ?? document;
|
|
15
|
+
const win = doc.defaultView ?? window;
|
|
16
|
+
const { documentElement, body } = doc;
|
|
17
|
+
if (body.hasAttribute(LOCK_CLASSNAME)) return;
|
|
18
|
+
const hasStableGutter = hasStableScrollbarGutter(documentElement) || hasStableScrollbarGutter(body);
|
|
19
|
+
const scrollbarWidth = win.innerWidth - documentElement.clientWidth;
|
|
20
|
+
body.setAttribute(LOCK_CLASSNAME, "");
|
|
21
|
+
const setScrollbarWidthProperty = () => require_dom_query.setStyleProperty(documentElement, "--scrollbar-width", `${scrollbarWidth}px`);
|
|
22
|
+
const paddingProperty = getPaddingProperty(documentElement);
|
|
23
|
+
const setBodyStyle = () => {
|
|
24
|
+
const styles = { overflow: "hidden" };
|
|
25
|
+
if (!hasStableGutter && scrollbarWidth > 0) styles[paddingProperty] = `${scrollbarWidth}px`;
|
|
26
|
+
return require_dom_query.setStyle(body, styles);
|
|
27
|
+
};
|
|
28
|
+
const setBodyStyleIOS = () => {
|
|
29
|
+
const { scrollX, scrollY, visualViewport } = win;
|
|
30
|
+
const offsetLeft = visualViewport?.offsetLeft ?? 0;
|
|
31
|
+
const offsetTop = visualViewport?.offsetTop ?? 0;
|
|
32
|
+
const styles = {
|
|
33
|
+
position: "fixed",
|
|
34
|
+
overflow: "hidden",
|
|
35
|
+
top: `${-(scrollY - Math.floor(offsetTop))}px`,
|
|
36
|
+
left: `${-(scrollX - Math.floor(offsetLeft))}px`,
|
|
37
|
+
right: "0"
|
|
38
|
+
};
|
|
39
|
+
if (!hasStableGutter && scrollbarWidth > 0) styles[paddingProperty] = `${scrollbarWidth}px`;
|
|
40
|
+
const restoreStyle = require_dom_query.setStyle(body, styles);
|
|
41
|
+
return () => {
|
|
42
|
+
restoreStyle?.();
|
|
43
|
+
win.scrollTo({
|
|
44
|
+
left: scrollX,
|
|
45
|
+
top: scrollY,
|
|
46
|
+
behavior: "instant"
|
|
47
|
+
});
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
const cleanups = [setScrollbarWidthProperty(), require_dom_query.isIos() ? setBodyStyleIOS() : setBodyStyle()];
|
|
51
|
+
return () => {
|
|
52
|
+
cleanups.forEach((fn) => fn?.());
|
|
53
|
+
body.removeAttribute(LOCK_CLASSNAME);
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
//#endregion
|
|
58
|
+
Object.defineProperty(exports, 'preventBodyScroll', {
|
|
59
|
+
enumerable: true,
|
|
60
|
+
get: function () {
|
|
61
|
+
return preventBodyScroll;
|
|
62
|
+
}
|
|
63
|
+
});
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|