@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,305 @@
|
|
|
1
|
+
const require_chunk = require('./chunk-CbDLau6x.cjs');
|
|
2
|
+
let proxy_compare = require("proxy-compare");
|
|
3
|
+
|
|
4
|
+
//#region src/shared/store/global.ts
|
|
5
|
+
function glob() {
|
|
6
|
+
if (typeof globalThis !== "undefined") return globalThis;
|
|
7
|
+
if (typeof self !== "undefined") return self;
|
|
8
|
+
if (typeof window !== "undefined") return window;
|
|
9
|
+
if (typeof global !== "undefined") return global;
|
|
10
|
+
}
|
|
11
|
+
function globalRef(key, value) {
|
|
12
|
+
const g = glob();
|
|
13
|
+
if (!g) return value();
|
|
14
|
+
g[key] || (g[key] = value());
|
|
15
|
+
return g[key];
|
|
16
|
+
}
|
|
17
|
+
const refSet = globalRef("__sprawlify__refSet", () => /* @__PURE__ */ new WeakSet());
|
|
18
|
+
|
|
19
|
+
//#endregion
|
|
20
|
+
//#region src/shared/store/utils.ts
|
|
21
|
+
const isReactElement = (x) => typeof x === "object" && x !== null && "$$typeof" in x && "props" in x;
|
|
22
|
+
const isVueElement = (x) => typeof x === "object" && x !== null && "__v_isVNode" in x;
|
|
23
|
+
const isDOMElement = (x) => typeof x === "object" && x !== null && "nodeType" in x && typeof x.nodeName === "string";
|
|
24
|
+
const isElement = (x) => isReactElement(x) || isVueElement(x) || isDOMElement(x);
|
|
25
|
+
const isObject = (x) => x !== null && typeof x === "object";
|
|
26
|
+
const canProxy = (x) => isObject(x) && !refSet.has(x) && (Array.isArray(x) || !(Symbol.iterator in x)) && !isElement(x) && !(x instanceof WeakMap) && !(x instanceof WeakSet) && !(x instanceof Error) && !(x instanceof Number) && !(x instanceof Date) && !(x instanceof String) && !(x instanceof RegExp) && !(x instanceof ArrayBuffer) && !(x instanceof Promise) && !(x instanceof File) && !(x instanceof Blob) && !(x instanceof AbortController);
|
|
27
|
+
const isDev = () => process.env.NODE_ENV !== "production";
|
|
28
|
+
|
|
29
|
+
//#endregion
|
|
30
|
+
//#region src/shared/store/clone.ts
|
|
31
|
+
function set(obj, key, val) {
|
|
32
|
+
if (typeof val.value === "object" && !canProxy(val.value)) val.value = clone(val.value);
|
|
33
|
+
if (!val.enumerable || val.get || val.set || !val.configurable || !val.writable || key === "__proto__") Object.defineProperty(obj, key, val);
|
|
34
|
+
else obj[key] = val.value;
|
|
35
|
+
}
|
|
36
|
+
function clone(x) {
|
|
37
|
+
if (typeof x !== "object") return x;
|
|
38
|
+
let i = 0, k, list, tmp, str = Object.prototype.toString.call(x);
|
|
39
|
+
if (str === "[object Object]") tmp = Object.create(Object.getPrototypeOf(x) || null);
|
|
40
|
+
else if (str === "[object Array]") tmp = Array(x.length);
|
|
41
|
+
else if (str === "[object Set]") {
|
|
42
|
+
tmp = /* @__PURE__ */ new Set();
|
|
43
|
+
x.forEach(function(val) {
|
|
44
|
+
tmp.add(clone(val));
|
|
45
|
+
});
|
|
46
|
+
} else if (str === "[object Map]") {
|
|
47
|
+
tmp = /* @__PURE__ */ new Map();
|
|
48
|
+
x.forEach(function(val, key) {
|
|
49
|
+
tmp.set(clone(key), clone(val));
|
|
50
|
+
});
|
|
51
|
+
} else if (str === "[object Date]") tmp = /* @__PURE__ */ new Date(+x);
|
|
52
|
+
else if (str === "[object RegExp]") tmp = new RegExp(x.source, x.flags);
|
|
53
|
+
else if (str === "[object DataView]") tmp = new x.constructor(clone(x.buffer));
|
|
54
|
+
else if (str === "[object ArrayBuffer]") tmp = x.slice(0);
|
|
55
|
+
else if (str === "[object Blob]") tmp = x.slice();
|
|
56
|
+
else if (str.slice(-6) === "Array]") tmp = new x.constructor(x);
|
|
57
|
+
if (tmp) {
|
|
58
|
+
for (list = Object.getOwnPropertySymbols(x); i < list.length; i++) set(tmp, list[i], Object.getOwnPropertyDescriptor(x, list[i]));
|
|
59
|
+
for (i = 0, list = Object.getOwnPropertyNames(x); i < list.length; i++) {
|
|
60
|
+
if (Object.hasOwnProperty.call(tmp, k = list[i]) && tmp[k] === x[k]) continue;
|
|
61
|
+
set(tmp, k, Object.getOwnPropertyDescriptor(x, k));
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return tmp || x;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
//#endregion
|
|
68
|
+
//#region src/shared/store/proxy.ts
|
|
69
|
+
const proxyStateMap = globalRef("__sprawlify__proxyStateMap", () => /* @__PURE__ */ new WeakMap());
|
|
70
|
+
const buildProxyFunction = (objectIs = Object.is, newProxy = (target, handler) => new Proxy(target, handler), snapCache = /* @__PURE__ */ new WeakMap(), createSnapshot = (target, version) => {
|
|
71
|
+
const cache = snapCache.get(target);
|
|
72
|
+
if (cache?.[0] === version) return cache[1];
|
|
73
|
+
const snap = Array.isArray(target) ? [] : Object.create(Object.getPrototypeOf(target));
|
|
74
|
+
(0, proxy_compare.markToTrack)(snap, true);
|
|
75
|
+
snapCache.set(target, [version, snap]);
|
|
76
|
+
Reflect.ownKeys(target).forEach((key) => {
|
|
77
|
+
const value = Reflect.get(target, key);
|
|
78
|
+
if (refSet.has(value)) {
|
|
79
|
+
(0, proxy_compare.markToTrack)(value, false);
|
|
80
|
+
snap[key] = value;
|
|
81
|
+
} else if (proxyStateMap.has(value)) snap[key] = snapshot(value);
|
|
82
|
+
else snap[key] = value;
|
|
83
|
+
});
|
|
84
|
+
return Object.freeze(snap);
|
|
85
|
+
}, proxyCache = /* @__PURE__ */ new WeakMap(), versionHolder = [1, 1], proxyFunction$1 = (initialObject) => {
|
|
86
|
+
if (!isObject(initialObject)) throw new Error("object required");
|
|
87
|
+
const found = proxyCache.get(initialObject);
|
|
88
|
+
if (found) return found;
|
|
89
|
+
let version = versionHolder[0];
|
|
90
|
+
const listeners = /* @__PURE__ */ new Set();
|
|
91
|
+
const notifyUpdate = (op, nextVersion = ++versionHolder[0]) => {
|
|
92
|
+
if (version !== nextVersion) {
|
|
93
|
+
version = nextVersion;
|
|
94
|
+
listeners.forEach((listener) => listener(op, nextVersion));
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
let checkVersion = versionHolder[1];
|
|
98
|
+
const ensureVersion = (nextCheckVersion = ++versionHolder[1]) => {
|
|
99
|
+
if (checkVersion !== nextCheckVersion && !listeners.size) {
|
|
100
|
+
checkVersion = nextCheckVersion;
|
|
101
|
+
propProxyStates.forEach(([propProxyState]) => {
|
|
102
|
+
const propVersion = propProxyState[1](nextCheckVersion);
|
|
103
|
+
if (propVersion > version) version = propVersion;
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
return version;
|
|
107
|
+
};
|
|
108
|
+
const createPropListener = (prop) => (op, nextVersion) => {
|
|
109
|
+
const newOp = [...op];
|
|
110
|
+
newOp[1] = [prop, ...newOp[1]];
|
|
111
|
+
notifyUpdate(newOp, nextVersion);
|
|
112
|
+
};
|
|
113
|
+
const propProxyStates = /* @__PURE__ */ new Map();
|
|
114
|
+
const addPropListener = (prop, propProxyState) => {
|
|
115
|
+
if (isDev() && propProxyStates.has(prop)) throw new Error("prop listener already exists");
|
|
116
|
+
if (listeners.size) {
|
|
117
|
+
const remove = propProxyState[3](createPropListener(prop));
|
|
118
|
+
propProxyStates.set(prop, [propProxyState, remove]);
|
|
119
|
+
} else propProxyStates.set(prop, [propProxyState]);
|
|
120
|
+
};
|
|
121
|
+
const removePropListener = (prop) => {
|
|
122
|
+
const entry = propProxyStates.get(prop);
|
|
123
|
+
if (entry) {
|
|
124
|
+
propProxyStates.delete(prop);
|
|
125
|
+
entry[1]?.();
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
const addListener = (listener) => {
|
|
129
|
+
listeners.add(listener);
|
|
130
|
+
if (listeners.size === 1) propProxyStates.forEach(([propProxyState, prevRemove], prop) => {
|
|
131
|
+
if (isDev() && prevRemove) throw new Error("remove already exists");
|
|
132
|
+
const remove = propProxyState[3](createPropListener(prop));
|
|
133
|
+
propProxyStates.set(prop, [propProxyState, remove]);
|
|
134
|
+
});
|
|
135
|
+
const removeListener = () => {
|
|
136
|
+
listeners.delete(listener);
|
|
137
|
+
if (listeners.size === 0) propProxyStates.forEach(([propProxyState, remove], prop) => {
|
|
138
|
+
if (remove) {
|
|
139
|
+
remove();
|
|
140
|
+
propProxyStates.set(prop, [propProxyState]);
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
};
|
|
144
|
+
return removeListener;
|
|
145
|
+
};
|
|
146
|
+
const baseObject = Array.isArray(initialObject) ? [] : Object.create(Object.getPrototypeOf(initialObject));
|
|
147
|
+
const proxyObject = newProxy(baseObject, {
|
|
148
|
+
deleteProperty(target, prop) {
|
|
149
|
+
const prevValue = Reflect.get(target, prop);
|
|
150
|
+
removePropListener(prop);
|
|
151
|
+
const deleted = Reflect.deleteProperty(target, prop);
|
|
152
|
+
if (deleted) notifyUpdate([
|
|
153
|
+
"delete",
|
|
154
|
+
[prop],
|
|
155
|
+
prevValue
|
|
156
|
+
]);
|
|
157
|
+
return deleted;
|
|
158
|
+
},
|
|
159
|
+
set(target, prop, value, receiver) {
|
|
160
|
+
const hasPrevValue = Reflect.has(target, prop);
|
|
161
|
+
const prevValue = Reflect.get(target, prop, receiver);
|
|
162
|
+
if (hasPrevValue && (objectIs(prevValue, value) || proxyCache.has(value) && objectIs(prevValue, proxyCache.get(value)))) return true;
|
|
163
|
+
removePropListener(prop);
|
|
164
|
+
if (isObject(value)) value = (0, proxy_compare.getUntracked)(value) || value;
|
|
165
|
+
let nextValue = value;
|
|
166
|
+
if (Object.getOwnPropertyDescriptor(target, prop)?.set) {} else {
|
|
167
|
+
if (!proxyStateMap.has(value) && canProxy(value)) nextValue = proxy(value);
|
|
168
|
+
const childProxyState = !refSet.has(nextValue) && proxyStateMap.get(nextValue);
|
|
169
|
+
if (childProxyState) addPropListener(prop, childProxyState);
|
|
170
|
+
}
|
|
171
|
+
Reflect.set(target, prop, nextValue, receiver);
|
|
172
|
+
notifyUpdate([
|
|
173
|
+
"set",
|
|
174
|
+
[prop],
|
|
175
|
+
value,
|
|
176
|
+
prevValue
|
|
177
|
+
]);
|
|
178
|
+
return true;
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
proxyCache.set(initialObject, proxyObject);
|
|
182
|
+
const proxyState = [
|
|
183
|
+
baseObject,
|
|
184
|
+
ensureVersion,
|
|
185
|
+
createSnapshot,
|
|
186
|
+
addListener
|
|
187
|
+
];
|
|
188
|
+
proxyStateMap.set(proxyObject, proxyState);
|
|
189
|
+
Reflect.ownKeys(initialObject).forEach((key) => {
|
|
190
|
+
const desc = Object.getOwnPropertyDescriptor(initialObject, key);
|
|
191
|
+
if (desc.get || desc.set) Object.defineProperty(baseObject, key, desc);
|
|
192
|
+
else proxyObject[key] = initialObject[key];
|
|
193
|
+
});
|
|
194
|
+
return proxyObject;
|
|
195
|
+
}) => [
|
|
196
|
+
proxyFunction$1,
|
|
197
|
+
proxyStateMap,
|
|
198
|
+
refSet,
|
|
199
|
+
objectIs,
|
|
200
|
+
newProxy,
|
|
201
|
+
canProxy,
|
|
202
|
+
snapCache,
|
|
203
|
+
createSnapshot,
|
|
204
|
+
proxyCache,
|
|
205
|
+
versionHolder
|
|
206
|
+
];
|
|
207
|
+
const [proxyFunction] = buildProxyFunction();
|
|
208
|
+
function proxy(initialObject = {}) {
|
|
209
|
+
return proxyFunction(initialObject);
|
|
210
|
+
}
|
|
211
|
+
function subscribe(proxyObject, callback, notifyInSync) {
|
|
212
|
+
const proxyState = proxyStateMap.get(proxyObject);
|
|
213
|
+
if (isDev() && !proxyState) console.warn("Please use proxy object");
|
|
214
|
+
let promise;
|
|
215
|
+
const ops = [];
|
|
216
|
+
const addListener = proxyState[3];
|
|
217
|
+
let isListenerActive = false;
|
|
218
|
+
const listener = (op) => {
|
|
219
|
+
ops.push(op);
|
|
220
|
+
if (notifyInSync) {
|
|
221
|
+
callback(ops.splice(0));
|
|
222
|
+
return;
|
|
223
|
+
}
|
|
224
|
+
if (!promise) promise = Promise.resolve().then(() => {
|
|
225
|
+
promise = void 0;
|
|
226
|
+
if (isListenerActive) callback(ops.splice(0));
|
|
227
|
+
});
|
|
228
|
+
};
|
|
229
|
+
const removeListener = addListener(listener);
|
|
230
|
+
isListenerActive = true;
|
|
231
|
+
return () => {
|
|
232
|
+
isListenerActive = false;
|
|
233
|
+
removeListener();
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
function snapshot(proxyObject) {
|
|
237
|
+
const proxyState = proxyStateMap.get(proxyObject);
|
|
238
|
+
if (isDev() && !proxyState) console.warn("Please use proxy object");
|
|
239
|
+
const [target, ensureVersion, createSnapshot] = proxyState;
|
|
240
|
+
return createSnapshot(target, ensureVersion());
|
|
241
|
+
}
|
|
242
|
+
function ref(obj) {
|
|
243
|
+
refSet.add(obj);
|
|
244
|
+
return obj;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
//#endregion
|
|
248
|
+
//#region src/shared/store/proxy-computed.ts
|
|
249
|
+
function proxyWithComputed(initialObject, computedFns) {
|
|
250
|
+
Object.keys(computedFns).forEach((key) => {
|
|
251
|
+
if (Object.getOwnPropertyDescriptor(initialObject, key)) throw new Error("object property already defined");
|
|
252
|
+
const computedFn = computedFns[key];
|
|
253
|
+
const { get, set: set$1 } = typeof computedFn === "function" ? { get: computedFn } : computedFn;
|
|
254
|
+
const desc = {};
|
|
255
|
+
desc.get = () => get(snapshot(proxyObject));
|
|
256
|
+
if (set$1) desc.set = (newValue) => set$1(proxyObject, newValue);
|
|
257
|
+
Object.defineProperty(initialObject, key, desc);
|
|
258
|
+
});
|
|
259
|
+
const proxyObject = proxy(initialObject);
|
|
260
|
+
return proxyObject;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
//#endregion
|
|
264
|
+
Object.defineProperty(exports, 'clone', {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () {
|
|
267
|
+
return clone;
|
|
268
|
+
}
|
|
269
|
+
});
|
|
270
|
+
Object.defineProperty(exports, 'globalRef', {
|
|
271
|
+
enumerable: true,
|
|
272
|
+
get: function () {
|
|
273
|
+
return globalRef;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, 'proxy', {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function () {
|
|
279
|
+
return proxy;
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
Object.defineProperty(exports, 'proxyWithComputed', {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function () {
|
|
285
|
+
return proxyWithComputed;
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
Object.defineProperty(exports, 'ref', {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function () {
|
|
291
|
+
return ref;
|
|
292
|
+
}
|
|
293
|
+
});
|
|
294
|
+
Object.defineProperty(exports, 'snapshot', {
|
|
295
|
+
enumerable: true,
|
|
296
|
+
get: function () {
|
|
297
|
+
return snapshot;
|
|
298
|
+
}
|
|
299
|
+
});
|
|
300
|
+
Object.defineProperty(exports, 'subscribe', {
|
|
301
|
+
enumerable: true,
|
|
302
|
+
get: function () {
|
|
303
|
+
return subscribe;
|
|
304
|
+
}
|
|
305
|
+
});
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import { getUntracked, markToTrack } from "proxy-compare";
|
|
2
|
+
|
|
3
|
+
//#region src/shared/store/global.ts
|
|
4
|
+
function glob() {
|
|
5
|
+
if (typeof globalThis !== "undefined") return globalThis;
|
|
6
|
+
if (typeof self !== "undefined") return self;
|
|
7
|
+
if (typeof window !== "undefined") return window;
|
|
8
|
+
if (typeof global !== "undefined") return global;
|
|
9
|
+
}
|
|
10
|
+
function globalRef(key, value) {
|
|
11
|
+
const g = glob();
|
|
12
|
+
if (!g) return value();
|
|
13
|
+
g[key] || (g[key] = value());
|
|
14
|
+
return g[key];
|
|
15
|
+
}
|
|
16
|
+
const refSet = globalRef("__sprawlify__refSet", () => /* @__PURE__ */ new WeakSet());
|
|
17
|
+
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/shared/store/utils.ts
|
|
20
|
+
const isReactElement = (x) => typeof x === "object" && x !== null && "$$typeof" in x && "props" in x;
|
|
21
|
+
const isVueElement = (x) => typeof x === "object" && x !== null && "__v_isVNode" in x;
|
|
22
|
+
const isDOMElement = (x) => typeof x === "object" && x !== null && "nodeType" in x && typeof x.nodeName === "string";
|
|
23
|
+
const isElement = (x) => isReactElement(x) || isVueElement(x) || isDOMElement(x);
|
|
24
|
+
const isObject = (x) => x !== null && typeof x === "object";
|
|
25
|
+
const canProxy = (x) => isObject(x) && !refSet.has(x) && (Array.isArray(x) || !(Symbol.iterator in x)) && !isElement(x) && !(x instanceof WeakMap) && !(x instanceof WeakSet) && !(x instanceof Error) && !(x instanceof Number) && !(x instanceof Date) && !(x instanceof String) && !(x instanceof RegExp) && !(x instanceof ArrayBuffer) && !(x instanceof Promise) && !(x instanceof File) && !(x instanceof Blob) && !(x instanceof AbortController);
|
|
26
|
+
const isDev = () => process.env.NODE_ENV !== "production";
|
|
27
|
+
|
|
28
|
+
//#endregion
|
|
29
|
+
//#region src/shared/store/clone.ts
|
|
30
|
+
function set(obj, key, val) {
|
|
31
|
+
if (typeof val.value === "object" && !canProxy(val.value)) val.value = clone(val.value);
|
|
32
|
+
if (!val.enumerable || val.get || val.set || !val.configurable || !val.writable || key === "__proto__") Object.defineProperty(obj, key, val);
|
|
33
|
+
else obj[key] = val.value;
|
|
34
|
+
}
|
|
35
|
+
function clone(x) {
|
|
36
|
+
if (typeof x !== "object") return x;
|
|
37
|
+
let i = 0, k, list, tmp, str = Object.prototype.toString.call(x);
|
|
38
|
+
if (str === "[object Object]") tmp = Object.create(Object.getPrototypeOf(x) || null);
|
|
39
|
+
else if (str === "[object Array]") tmp = Array(x.length);
|
|
40
|
+
else if (str === "[object Set]") {
|
|
41
|
+
tmp = /* @__PURE__ */ new Set();
|
|
42
|
+
x.forEach(function(val) {
|
|
43
|
+
tmp.add(clone(val));
|
|
44
|
+
});
|
|
45
|
+
} else if (str === "[object Map]") {
|
|
46
|
+
tmp = /* @__PURE__ */ new Map();
|
|
47
|
+
x.forEach(function(val, key) {
|
|
48
|
+
tmp.set(clone(key), clone(val));
|
|
49
|
+
});
|
|
50
|
+
} else if (str === "[object Date]") tmp = /* @__PURE__ */ new Date(+x);
|
|
51
|
+
else if (str === "[object RegExp]") tmp = new RegExp(x.source, x.flags);
|
|
52
|
+
else if (str === "[object DataView]") tmp = new x.constructor(clone(x.buffer));
|
|
53
|
+
else if (str === "[object ArrayBuffer]") tmp = x.slice(0);
|
|
54
|
+
else if (str === "[object Blob]") tmp = x.slice();
|
|
55
|
+
else if (str.slice(-6) === "Array]") tmp = new x.constructor(x);
|
|
56
|
+
if (tmp) {
|
|
57
|
+
for (list = Object.getOwnPropertySymbols(x); i < list.length; i++) set(tmp, list[i], Object.getOwnPropertyDescriptor(x, list[i]));
|
|
58
|
+
for (i = 0, list = Object.getOwnPropertyNames(x); i < list.length; i++) {
|
|
59
|
+
if (Object.hasOwnProperty.call(tmp, k = list[i]) && tmp[k] === x[k]) continue;
|
|
60
|
+
set(tmp, k, Object.getOwnPropertyDescriptor(x, k));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
return tmp || x;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region src/shared/store/proxy.ts
|
|
68
|
+
const proxyStateMap = globalRef("__sprawlify__proxyStateMap", () => /* @__PURE__ */ new WeakMap());
|
|
69
|
+
const buildProxyFunction = (objectIs = Object.is, newProxy = (target, handler) => new Proxy(target, handler), snapCache = /* @__PURE__ */ new WeakMap(), createSnapshot = (target, version) => {
|
|
70
|
+
const cache = snapCache.get(target);
|
|
71
|
+
if (cache?.[0] === version) return cache[1];
|
|
72
|
+
const snap = Array.isArray(target) ? [] : Object.create(Object.getPrototypeOf(target));
|
|
73
|
+
markToTrack(snap, true);
|
|
74
|
+
snapCache.set(target, [version, snap]);
|
|
75
|
+
Reflect.ownKeys(target).forEach((key) => {
|
|
76
|
+
const value = Reflect.get(target, key);
|
|
77
|
+
if (refSet.has(value)) {
|
|
78
|
+
markToTrack(value, false);
|
|
79
|
+
snap[key] = value;
|
|
80
|
+
} else if (proxyStateMap.has(value)) snap[key] = snapshot(value);
|
|
81
|
+
else snap[key] = value;
|
|
82
|
+
});
|
|
83
|
+
return Object.freeze(snap);
|
|
84
|
+
}, proxyCache = /* @__PURE__ */ new WeakMap(), versionHolder = [1, 1], proxyFunction$1 = (initialObject) => {
|
|
85
|
+
if (!isObject(initialObject)) throw new Error("object required");
|
|
86
|
+
const found = proxyCache.get(initialObject);
|
|
87
|
+
if (found) return found;
|
|
88
|
+
let version = versionHolder[0];
|
|
89
|
+
const listeners = /* @__PURE__ */ new Set();
|
|
90
|
+
const notifyUpdate = (op, nextVersion = ++versionHolder[0]) => {
|
|
91
|
+
if (version !== nextVersion) {
|
|
92
|
+
version = nextVersion;
|
|
93
|
+
listeners.forEach((listener) => listener(op, nextVersion));
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
let checkVersion = versionHolder[1];
|
|
97
|
+
const ensureVersion = (nextCheckVersion = ++versionHolder[1]) => {
|
|
98
|
+
if (checkVersion !== nextCheckVersion && !listeners.size) {
|
|
99
|
+
checkVersion = nextCheckVersion;
|
|
100
|
+
propProxyStates.forEach(([propProxyState]) => {
|
|
101
|
+
const propVersion = propProxyState[1](nextCheckVersion);
|
|
102
|
+
if (propVersion > version) version = propVersion;
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
return version;
|
|
106
|
+
};
|
|
107
|
+
const createPropListener = (prop) => (op, nextVersion) => {
|
|
108
|
+
const newOp = [...op];
|
|
109
|
+
newOp[1] = [prop, ...newOp[1]];
|
|
110
|
+
notifyUpdate(newOp, nextVersion);
|
|
111
|
+
};
|
|
112
|
+
const propProxyStates = /* @__PURE__ */ new Map();
|
|
113
|
+
const addPropListener = (prop, propProxyState) => {
|
|
114
|
+
if (isDev() && propProxyStates.has(prop)) throw new Error("prop listener already exists");
|
|
115
|
+
if (listeners.size) {
|
|
116
|
+
const remove = propProxyState[3](createPropListener(prop));
|
|
117
|
+
propProxyStates.set(prop, [propProxyState, remove]);
|
|
118
|
+
} else propProxyStates.set(prop, [propProxyState]);
|
|
119
|
+
};
|
|
120
|
+
const removePropListener = (prop) => {
|
|
121
|
+
const entry = propProxyStates.get(prop);
|
|
122
|
+
if (entry) {
|
|
123
|
+
propProxyStates.delete(prop);
|
|
124
|
+
entry[1]?.();
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
const addListener = (listener) => {
|
|
128
|
+
listeners.add(listener);
|
|
129
|
+
if (listeners.size === 1) propProxyStates.forEach(([propProxyState, prevRemove], prop) => {
|
|
130
|
+
if (isDev() && prevRemove) throw new Error("remove already exists");
|
|
131
|
+
const remove = propProxyState[3](createPropListener(prop));
|
|
132
|
+
propProxyStates.set(prop, [propProxyState, remove]);
|
|
133
|
+
});
|
|
134
|
+
const removeListener = () => {
|
|
135
|
+
listeners.delete(listener);
|
|
136
|
+
if (listeners.size === 0) propProxyStates.forEach(([propProxyState, remove], prop) => {
|
|
137
|
+
if (remove) {
|
|
138
|
+
remove();
|
|
139
|
+
propProxyStates.set(prop, [propProxyState]);
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
};
|
|
143
|
+
return removeListener;
|
|
144
|
+
};
|
|
145
|
+
const baseObject = Array.isArray(initialObject) ? [] : Object.create(Object.getPrototypeOf(initialObject));
|
|
146
|
+
const proxyObject = newProxy(baseObject, {
|
|
147
|
+
deleteProperty(target, prop) {
|
|
148
|
+
const prevValue = Reflect.get(target, prop);
|
|
149
|
+
removePropListener(prop);
|
|
150
|
+
const deleted = Reflect.deleteProperty(target, prop);
|
|
151
|
+
if (deleted) notifyUpdate([
|
|
152
|
+
"delete",
|
|
153
|
+
[prop],
|
|
154
|
+
prevValue
|
|
155
|
+
]);
|
|
156
|
+
return deleted;
|
|
157
|
+
},
|
|
158
|
+
set(target, prop, value, receiver) {
|
|
159
|
+
const hasPrevValue = Reflect.has(target, prop);
|
|
160
|
+
const prevValue = Reflect.get(target, prop, receiver);
|
|
161
|
+
if (hasPrevValue && (objectIs(prevValue, value) || proxyCache.has(value) && objectIs(prevValue, proxyCache.get(value)))) return true;
|
|
162
|
+
removePropListener(prop);
|
|
163
|
+
if (isObject(value)) value = getUntracked(value) || value;
|
|
164
|
+
let nextValue = value;
|
|
165
|
+
if (Object.getOwnPropertyDescriptor(target, prop)?.set) {} else {
|
|
166
|
+
if (!proxyStateMap.has(value) && canProxy(value)) nextValue = proxy(value);
|
|
167
|
+
const childProxyState = !refSet.has(nextValue) && proxyStateMap.get(nextValue);
|
|
168
|
+
if (childProxyState) addPropListener(prop, childProxyState);
|
|
169
|
+
}
|
|
170
|
+
Reflect.set(target, prop, nextValue, receiver);
|
|
171
|
+
notifyUpdate([
|
|
172
|
+
"set",
|
|
173
|
+
[prop],
|
|
174
|
+
value,
|
|
175
|
+
prevValue
|
|
176
|
+
]);
|
|
177
|
+
return true;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
proxyCache.set(initialObject, proxyObject);
|
|
181
|
+
const proxyState = [
|
|
182
|
+
baseObject,
|
|
183
|
+
ensureVersion,
|
|
184
|
+
createSnapshot,
|
|
185
|
+
addListener
|
|
186
|
+
];
|
|
187
|
+
proxyStateMap.set(proxyObject, proxyState);
|
|
188
|
+
Reflect.ownKeys(initialObject).forEach((key) => {
|
|
189
|
+
const desc = Object.getOwnPropertyDescriptor(initialObject, key);
|
|
190
|
+
if (desc.get || desc.set) Object.defineProperty(baseObject, key, desc);
|
|
191
|
+
else proxyObject[key] = initialObject[key];
|
|
192
|
+
});
|
|
193
|
+
return proxyObject;
|
|
194
|
+
}) => [
|
|
195
|
+
proxyFunction$1,
|
|
196
|
+
proxyStateMap,
|
|
197
|
+
refSet,
|
|
198
|
+
objectIs,
|
|
199
|
+
newProxy,
|
|
200
|
+
canProxy,
|
|
201
|
+
snapCache,
|
|
202
|
+
createSnapshot,
|
|
203
|
+
proxyCache,
|
|
204
|
+
versionHolder
|
|
205
|
+
];
|
|
206
|
+
const [proxyFunction] = buildProxyFunction();
|
|
207
|
+
function proxy(initialObject = {}) {
|
|
208
|
+
return proxyFunction(initialObject);
|
|
209
|
+
}
|
|
210
|
+
function subscribe(proxyObject, callback, notifyInSync) {
|
|
211
|
+
const proxyState = proxyStateMap.get(proxyObject);
|
|
212
|
+
if (isDev() && !proxyState) console.warn("Please use proxy object");
|
|
213
|
+
let promise;
|
|
214
|
+
const ops = [];
|
|
215
|
+
const addListener = proxyState[3];
|
|
216
|
+
let isListenerActive = false;
|
|
217
|
+
const listener = (op) => {
|
|
218
|
+
ops.push(op);
|
|
219
|
+
if (notifyInSync) {
|
|
220
|
+
callback(ops.splice(0));
|
|
221
|
+
return;
|
|
222
|
+
}
|
|
223
|
+
if (!promise) promise = Promise.resolve().then(() => {
|
|
224
|
+
promise = void 0;
|
|
225
|
+
if (isListenerActive) callback(ops.splice(0));
|
|
226
|
+
});
|
|
227
|
+
};
|
|
228
|
+
const removeListener = addListener(listener);
|
|
229
|
+
isListenerActive = true;
|
|
230
|
+
return () => {
|
|
231
|
+
isListenerActive = false;
|
|
232
|
+
removeListener();
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
function snapshot(proxyObject) {
|
|
236
|
+
const proxyState = proxyStateMap.get(proxyObject);
|
|
237
|
+
if (isDev() && !proxyState) console.warn("Please use proxy object");
|
|
238
|
+
const [target, ensureVersion, createSnapshot] = proxyState;
|
|
239
|
+
return createSnapshot(target, ensureVersion());
|
|
240
|
+
}
|
|
241
|
+
function ref(obj) {
|
|
242
|
+
refSet.add(obj);
|
|
243
|
+
return obj;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
//#endregion
|
|
247
|
+
//#region src/shared/store/proxy-computed.ts
|
|
248
|
+
function proxyWithComputed(initialObject, computedFns) {
|
|
249
|
+
Object.keys(computedFns).forEach((key) => {
|
|
250
|
+
if (Object.getOwnPropertyDescriptor(initialObject, key)) throw new Error("object property already defined");
|
|
251
|
+
const computedFn = computedFns[key];
|
|
252
|
+
const { get, set: set$1 } = typeof computedFn === "function" ? { get: computedFn } : computedFn;
|
|
253
|
+
const desc = {};
|
|
254
|
+
desc.get = () => get(snapshot(proxyObject));
|
|
255
|
+
if (set$1) desc.set = (newValue) => set$1(proxyObject, newValue);
|
|
256
|
+
Object.defineProperty(initialObject, key, desc);
|
|
257
|
+
});
|
|
258
|
+
const proxyObject = proxy(initialObject);
|
|
259
|
+
return proxyObject;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
//#endregion
|
|
263
|
+
export { subscribe as a, snapshot as i, proxy as n, clone as o, ref as r, globalRef as s, proxyWithComputed as t };
|
package/dist/store.cjs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const require_store = require('./store-BZcXv49B.cjs');
|
|
2
|
+
|
|
3
|
+
exports.clone = require_store.clone;
|
|
4
|
+
exports.globalRef = require_store.globalRef;
|
|
5
|
+
exports.proxy = require_store.proxy;
|
|
6
|
+
exports.proxyWithComputed = require_store.proxyWithComputed;
|
|
7
|
+
exports.ref = require_store.ref;
|
|
8
|
+
exports.snapshot = require_store.snapshot;
|
|
9
|
+
exports.subscribe = require_store.subscribe;
|
package/dist/store.d.cts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region src/shared/store/clone.d.ts
|
|
2
|
+
declare function clone<T>(x: T): T;
|
|
3
|
+
//#endregion
|
|
4
|
+
//#region src/shared/store/global.d.ts
|
|
5
|
+
declare function globalRef<T>(key: string, value: () => T): T;
|
|
6
|
+
//#endregion
|
|
7
|
+
//#region src/shared/store/proxy.d.ts
|
|
8
|
+
type AsRef = {
|
|
9
|
+
$$valtioRef: true;
|
|
10
|
+
};
|
|
11
|
+
type Path = (string | symbol)[];
|
|
12
|
+
type Op = [op: "set", path: Path, value: unknown, prevValue: unknown] | [op: "delete", path: Path, prevValue: unknown];
|
|
13
|
+
type Snapshot<T> = T;
|
|
14
|
+
declare function proxy<T extends object>(initialObject?: T): T;
|
|
15
|
+
declare function subscribe<T extends object>(proxyObject: T, callback: (ops: Op[]) => void, notifyInSync?: boolean): () => void;
|
|
16
|
+
declare function snapshot<T extends object>(proxyObject: T): T;
|
|
17
|
+
declare function ref<T extends object>(obj: T): Ref<T>;
|
|
18
|
+
type Ref<T> = T & AsRef;
|
|
19
|
+
//#endregion
|
|
20
|
+
//#region src/shared/store/proxy-computed.d.ts
|
|
21
|
+
declare function proxyWithComputed<T extends object, U extends object>(initialObject: T, computedFns: { [K in keyof U]: ((snap: Snapshot<T>) => U[K]) | {
|
|
22
|
+
get: (snap: Snapshot<T>) => U[K];
|
|
23
|
+
set?: ((state: T, newValue: U[K]) => void) | undefined;
|
|
24
|
+
} }): T & U;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { Ref, Snapshot, clone, globalRef, proxy, proxyWithComputed, ref, snapshot, subscribe };
|
package/dist/store.d.mts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region src/shared/store/clone.d.ts
|
|
2
|
+
declare function clone<T>(x: T): T;
|
|
3
|
+
//#endregion
|
|
4
|
+
//#region src/shared/store/global.d.ts
|
|
5
|
+
declare function globalRef<T>(key: string, value: () => T): T;
|
|
6
|
+
//#endregion
|
|
7
|
+
//#region src/shared/store/proxy.d.ts
|
|
8
|
+
type AsRef = {
|
|
9
|
+
$$valtioRef: true;
|
|
10
|
+
};
|
|
11
|
+
type Path = (string | symbol)[];
|
|
12
|
+
type Op = [op: "set", path: Path, value: unknown, prevValue: unknown] | [op: "delete", path: Path, prevValue: unknown];
|
|
13
|
+
type Snapshot<T> = T;
|
|
14
|
+
declare function proxy<T extends object>(initialObject?: T): T;
|
|
15
|
+
declare function subscribe<T extends object>(proxyObject: T, callback: (ops: Op[]) => void, notifyInSync?: boolean): () => void;
|
|
16
|
+
declare function snapshot<T extends object>(proxyObject: T): T;
|
|
17
|
+
declare function ref<T extends object>(obj: T): Ref<T>;
|
|
18
|
+
type Ref<T> = T & AsRef;
|
|
19
|
+
//#endregion
|
|
20
|
+
//#region src/shared/store/proxy-computed.d.ts
|
|
21
|
+
declare function proxyWithComputed<T extends object, U extends object>(initialObject: T, computedFns: { [K in keyof U]: ((snap: Snapshot<T>) => U[K]) | {
|
|
22
|
+
get: (snap: Snapshot<T>) => U[K];
|
|
23
|
+
set?: ((state: T, newValue: U[K]) => void) | undefined;
|
|
24
|
+
} }): T & U;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { Ref, Snapshot, clone, globalRef, proxy, proxyWithComputed, ref, snapshot, subscribe };
|
package/dist/store.mjs
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const require_chunk = require('./chunk-CbDLau6x.cjs');
|
|
2
|
+
let json_format_highlight = require("json-format-highlight");
|
|
3
|
+
json_format_highlight = require_chunk.__toESM(json_format_highlight);
|
|
4
|
+
|
|
5
|
+
//#region src/shared/stringify-state/index.ts
|
|
6
|
+
const pick = (obj, keys) => Object.fromEntries(keys.filter((key) => key in obj).map((key) => [key, obj[key]]));
|
|
7
|
+
const hasProp = (v, prop) => Object.prototype.hasOwnProperty.call(v, prop);
|
|
8
|
+
const isTimeObject = (v) => hasProp(v, "hour") && hasProp(v, "minute") && hasProp(v, "second");
|
|
9
|
+
const isMachine = (v) => [
|
|
10
|
+
"state",
|
|
11
|
+
"context",
|
|
12
|
+
"scope"
|
|
13
|
+
].every((prop) => hasProp(v, prop));
|
|
14
|
+
function stringifyState(state, omit) {
|
|
15
|
+
return JSON.stringify(state, (key, value) => {
|
|
16
|
+
try {
|
|
17
|
+
if (hasProp(value, "target") && hasProp(value, "timeStamp")) return pick(value, [
|
|
18
|
+
"type",
|
|
19
|
+
"target",
|
|
20
|
+
"currentTarget",
|
|
21
|
+
"relatedTarget"
|
|
22
|
+
]);
|
|
23
|
+
if (omit?.includes(key)) return;
|
|
24
|
+
if (hasProp(value, "calendar") || isTimeObject(value)) return value.toString();
|
|
25
|
+
if (typeof value?.json === "function") return value.json();
|
|
26
|
+
if (typeof value?.toJSON === "function") return value.toJSON();
|
|
27
|
+
if (Number.isNaN(value)) return "NaN";
|
|
28
|
+
if (value instanceof File) return value.name;
|
|
29
|
+
if (value instanceof Set) return Array.from(value);
|
|
30
|
+
if (isMachine(value)) return `Machine: ${value.scope.id}`;
|
|
31
|
+
switch (value?.toString()) {
|
|
32
|
+
case "[object ShadowRoot]": return "#shadow-root";
|
|
33
|
+
case "[object HTMLDocument]": return "#document";
|
|
34
|
+
case "[object Window]": return "#window";
|
|
35
|
+
case "[object AbortController]": return "#abort-controller";
|
|
36
|
+
default: return value !== null && typeof value === "object" && value.nodeType === 1 ? value.tagName : value;
|
|
37
|
+
}
|
|
38
|
+
} catch {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
}, 4);
|
|
42
|
+
}
|
|
43
|
+
function highlightState(state, omit) {
|
|
44
|
+
return (0, json_format_highlight.default)(stringifyState(state, omit));
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
//#endregion
|
|
48
|
+
exports.highlightState = highlightState;
|
|
49
|
+
exports.stringifyState = stringifyState;
|