@pastweb/vue 2.0.0
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/LICENSE +21 -0
- package/README.md +1455 -0
- package/dist/EntryAdapter/EntryAdapter.cjs +6 -0
- package/dist/EntryAdapter/EntryAdapter.cjs.map +1 -0
- package/dist/EntryAdapter/EntryAdapter.js +7 -0
- package/dist/EntryAdapter/EntryAdapter.js.map +1 -0
- package/dist/EntryAdapter/EntryAdapter.vue.d.cts +36 -0
- package/dist/EntryAdapter/EntryAdapter.vue.d.ts +37 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.cjs +62 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.cjs.map +1 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.js +62 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.js.map +1 -0
- package/dist/EntryAdapter/constants.cjs +14 -0
- package/dist/EntryAdapter/constants.cjs.map +1 -0
- package/dist/EntryAdapter/constants.d.cts +14 -0
- package/dist/EntryAdapter/constants.d.ts +14 -0
- package/dist/EntryAdapter/constants.js +13 -0
- package/dist/EntryAdapter/constants.js.map +1 -0
- package/dist/EntryAdapter/index.cjs +3 -0
- package/dist/EntryAdapter/index.d.cts +2 -0
- package/dist/EntryAdapter/index.d.ts +2 -0
- package/dist/EntryAdapter/index.js +2 -0
- package/dist/EntryAdapter/types.cjs +0 -0
- package/dist/EntryAdapter/types.d.cts +44 -0
- package/dist/EntryAdapter/types.d.ts +44 -0
- package/dist/EntryAdapter/types.js +0 -0
- package/dist/EntryAdapter/utils.cjs +62 -0
- package/dist/EntryAdapter/utils.cjs.map +1 -0
- package/dist/EntryAdapter/utils.d.cts +36 -0
- package/dist/EntryAdapter/utils.d.ts +36 -0
- package/dist/EntryAdapter/utils.js +60 -0
- package/dist/EntryAdapter/utils.js.map +1 -0
- package/dist/Island/Island.cjs +6 -0
- package/dist/Island/Island.cjs.map +1 -0
- package/dist/Island/Island.js +7 -0
- package/dist/Island/Island.js.map +1 -0
- package/dist/Island/Island.vue.d.cts +22 -0
- package/dist/Island/Island.vue.d.ts +23 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.cjs +145 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.js +144 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/Island/constants.cjs +12 -0
- package/dist/Island/constants.cjs.map +1 -0
- package/dist/Island/constants.d.cts +11 -0
- package/dist/Island/constants.d.ts +11 -0
- package/dist/Island/constants.js +10 -0
- package/dist/Island/constants.js.map +1 -0
- package/dist/Island/index.cjs +9 -0
- package/dist/Island/index.d.cts +5 -0
- package/dist/Island/index.d.ts +5 -0
- package/dist/Island/index.js +4 -0
- package/dist/Island/types.cjs +0 -0
- package/dist/Island/types.d.cts +18 -0
- package/dist/Island/types.d.ts +18 -0
- package/dist/Island/types.js +0 -0
- package/dist/Island/useIsland.cjs +23 -0
- package/dist/Island/useIsland.cjs.map +1 -0
- package/dist/Island/useIsland.d.cts +15 -0
- package/dist/Island/useIsland.d.ts +15 -0
- package/dist/Island/useIsland.js +21 -0
- package/dist/Island/useIsland.js.map +1 -0
- package/dist/Render/Render.cjs +6 -0
- package/dist/Render/Render.cjs.map +1 -0
- package/dist/Render/Render.js +7 -0
- package/dist/Render/Render.js.map +1 -0
- package/dist/Render/Render.vue.d.cts +10 -0
- package/dist/Render/Render.vue.d.ts +11 -0
- package/dist/Render/Render.vue_vue_type_script_lang.cjs +47 -0
- package/dist/Render/Render.vue_vue_type_script_lang.cjs.map +1 -0
- package/dist/Render/Render.vue_vue_type_script_lang.js +47 -0
- package/dist/Render/Render.vue_vue_type_script_lang.js.map +1 -0
- package/dist/Render/index.cjs +3 -0
- package/dist/Render/index.d.cts +3 -0
- package/dist/Render/index.d.ts +3 -0
- package/dist/Render/index.js +2 -0
- package/dist/Render/types.cjs +0 -0
- package/dist/Render/types.d.cts +21 -0
- package/dist/Render/types.d.ts +21 -0
- package/dist/Render/types.js +0 -0
- package/dist/Slot/Slot.cjs +89 -0
- package/dist/Slot/Slot.cjs.map +1 -0
- package/dist/Slot/Slot.d.cts +38 -0
- package/dist/Slot/Slot.d.ts +39 -0
- package/dist/Slot/Slot.js +89 -0
- package/dist/Slot/Slot.js.map +1 -0
- package/dist/Slot/index.cjs +3 -0
- package/dist/Slot/index.d.cts +3 -0
- package/dist/Slot/index.d.ts +3 -0
- package/dist/Slot/index.js +2 -0
- package/dist/Slot/types.cjs +0 -0
- package/dist/Slot/types.d.cts +17 -0
- package/dist/Slot/types.d.ts +17 -0
- package/dist/Slot/types.js +0 -0
- package/dist/_virtual/_rolldown/runtime.cjs +4 -0
- package/dist/api/hooks/index.cjs +20 -0
- package/dist/api/hooks/index.d.cts +12 -0
- package/dist/api/hooks/index.d.ts +12 -0
- package/dist/api/hooks/index.js +13 -0
- package/dist/api/hooks/reuseQuery/index.cjs +4 -0
- package/dist/api/hooks/reuseQuery/index.d.cts +2 -0
- package/dist/api/hooks/reuseQuery/index.d.ts +2 -0
- package/dist/api/hooks/reuseQuery/index.js +2 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.cjs +44 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.cjs.map +1 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.d.cts +37 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.d.ts +37 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.js +42 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.js.map +1 -0
- package/dist/api/hooks/useApiQueryCache/index.cjs +3 -0
- package/dist/api/hooks/useApiQueryCache/index.d.cts +2 -0
- package/dist/api/hooks/useApiQueryCache/index.d.ts +2 -0
- package/dist/api/hooks/useApiQueryCache/index.js +2 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.cjs +31 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.cjs.map +1 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.d.cts +24 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.d.ts +24 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.js +30 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.js.map +1 -0
- package/dist/api/hooks/useInfiniteQuery/index.cjs +3 -0
- package/dist/api/hooks/useInfiniteQuery/index.d.cts +3 -0
- package/dist/api/hooks/useInfiniteQuery/index.d.ts +3 -0
- package/dist/api/hooks/useInfiniteQuery/index.js +2 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.cjs +34 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.cjs.map +1 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.d.cts +29 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.d.ts +29 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.js +33 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.js.map +1 -0
- package/dist/api/hooks/useMutation/index.cjs +3 -0
- package/dist/api/hooks/useMutation/index.d.cts +3 -0
- package/dist/api/hooks/useMutation/index.d.ts +3 -0
- package/dist/api/hooks/useMutation/index.js +2 -0
- package/dist/api/hooks/useMutation/useMutation.cjs +30 -0
- package/dist/api/hooks/useMutation/useMutation.cjs.map +1 -0
- package/dist/api/hooks/useMutation/useMutation.d.cts +25 -0
- package/dist/api/hooks/useMutation/useMutation.d.ts +25 -0
- package/dist/api/hooks/useMutation/useMutation.js +29 -0
- package/dist/api/hooks/useMutation/useMutation.js.map +1 -0
- package/dist/api/hooks/useQueries/index.cjs +3 -0
- package/dist/api/hooks/useQueries/index.d.cts +3 -0
- package/dist/api/hooks/useQueries/index.d.ts +3 -0
- package/dist/api/hooks/useQueries/index.js +2 -0
- package/dist/api/hooks/useQueries/useQueries.cjs +32 -0
- package/dist/api/hooks/useQueries/useQueries.cjs.map +1 -0
- package/dist/api/hooks/useQueries/useQueries.d.cts +28 -0
- package/dist/api/hooks/useQueries/useQueries.d.ts +28 -0
- package/dist/api/hooks/useQueries/useQueries.js +31 -0
- package/dist/api/hooks/useQueries/useQueries.js.map +1 -0
- package/dist/api/hooks/useQuery/index.cjs +3 -0
- package/dist/api/hooks/useQuery/index.d.cts +3 -0
- package/dist/api/hooks/useQuery/index.d.ts +3 -0
- package/dist/api/hooks/useQuery/index.js +2 -0
- package/dist/api/hooks/useQuery/useQuery.cjs +30 -0
- package/dist/api/hooks/useQuery/useQuery.cjs.map +1 -0
- package/dist/api/hooks/useQuery/useQuery.d.cts +25 -0
- package/dist/api/hooks/useQuery/useQuery.d.ts +25 -0
- package/dist/api/hooks/useQuery/useQuery.js +29 -0
- package/dist/api/hooks/useQuery/useQuery.js.map +1 -0
- package/dist/api/hooks/utils/index.cjs +4 -0
- package/dist/api/hooks/utils/index.d.cts +2 -0
- package/dist/api/hooks/utils/index.d.ts +2 -0
- package/dist/api/hooks/utils/index.js +2 -0
- package/dist/api/hooks/utils/useReactiveRender.cjs +56 -0
- package/dist/api/hooks/utils/useReactiveRender.cjs.map +1 -0
- package/dist/api/hooks/utils/useReactiveRender.d.cts +29 -0
- package/dist/api/hooks/utils/useReactiveRender.d.ts +29 -0
- package/dist/api/hooks/utils/useReactiveRender.js +54 -0
- package/dist/api/hooks/utils/useReactiveRender.js.map +1 -0
- package/dist/api/index.cjs +18 -0
- package/dist/api/index.d.cts +15 -0
- package/dist/api/index.d.ts +15 -0
- package/dist/api/index.js +10 -0
- package/dist/api/installApiCache/index.cjs +3 -0
- package/dist/api/installApiCache/index.d.cts +3 -0
- package/dist/api/installApiCache/index.d.ts +3 -0
- package/dist/api/installApiCache/index.js +2 -0
- package/dist/api/installApiCache/installApiCache.cjs +35 -0
- package/dist/api/installApiCache/installApiCache.cjs.map +1 -0
- package/dist/api/installApiCache/installApiCache.d.cts +29 -0
- package/dist/api/installApiCache/installApiCache.d.ts +29 -0
- package/dist/api/installApiCache/installApiCache.js +34 -0
- package/dist/api/installApiCache/installApiCache.js.map +1 -0
- package/dist/api/installApiCache/types.cjs +0 -0
- package/dist/api/installApiCache/types.d.cts +21 -0
- package/dist/api/installApiCache/types.d.ts +21 -0
- package/dist/api/installApiCache/types.js +0 -0
- package/dist/api/types.cjs +0 -0
- package/dist/api/types.d.cts +2 -0
- package/dist/api/types.d.ts +2 -0
- package/dist/api/types.js +0 -0
- package/dist/computed/computed.cjs +28 -0
- package/dist/computed/computed.cjs.map +1 -0
- package/dist/computed/computed.d.cts +25 -0
- package/dist/computed/computed.d.ts +25 -0
- package/dist/computed/computed.js +27 -0
- package/dist/computed/computed.js.map +1 -0
- package/dist/computed/index.cjs +3 -0
- package/dist/computed/index.d.cts +2 -0
- package/dist/computed/index.d.ts +2 -0
- package/dist/computed/index.js +2 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.cjs +6 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.cjs.map +1 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.js +7 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.js.map +1 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue.d.cts +6 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue.d.ts +7 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.cjs +35 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.js +35 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/createEntry/UpdateEntry/Vnode.cjs +19 -0
- package/dist/createEntry/UpdateEntry/Vnode.cjs.map +1 -0
- package/dist/createEntry/UpdateEntry/Vnode.d.cts +20 -0
- package/dist/createEntry/UpdateEntry/Vnode.d.ts +20 -0
- package/dist/createEntry/UpdateEntry/Vnode.js +18 -0
- package/dist/createEntry/UpdateEntry/Vnode.js.map +1 -0
- package/dist/createEntry/UpdateEntry/index.cjs +3 -0
- package/dist/createEntry/UpdateEntry/index.d.cts +3 -0
- package/dist/createEntry/UpdateEntry/index.d.ts +3 -0
- package/dist/createEntry/UpdateEntry/index.js +2 -0
- package/dist/createEntry/UpdateEntry/types.cjs +0 -0
- package/dist/createEntry/UpdateEntry/types.d.cts +18 -0
- package/dist/createEntry/UpdateEntry/types.d.ts +18 -0
- package/dist/createEntry/UpdateEntry/types.js +0 -0
- package/dist/createEntry/WaitFor/WaitFor.cjs +6 -0
- package/dist/createEntry/WaitFor/WaitFor.cjs.map +1 -0
- package/dist/createEntry/WaitFor/WaitFor.js +7 -0
- package/dist/createEntry/WaitFor/WaitFor.js.map +1 -0
- package/dist/createEntry/WaitFor/WaitFor.vue.d.cts +6 -0
- package/dist/createEntry/WaitFor/WaitFor.vue.d.ts +7 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.cjs +50 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.js +50 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/createEntry/WaitFor/index.cjs +3 -0
- package/dist/createEntry/WaitFor/index.d.cts +3 -0
- package/dist/createEntry/WaitFor/index.d.ts +3 -0
- package/dist/createEntry/WaitFor/index.js +2 -0
- package/dist/createEntry/WaitFor/types.cjs +0 -0
- package/dist/createEntry/WaitFor/types.d.cts +21 -0
- package/dist/createEntry/WaitFor/types.d.ts +21 -0
- package/dist/createEntry/WaitFor/types.js +0 -0
- package/dist/createEntry/createEntry.cjs +32 -0
- package/dist/createEntry/createEntry.cjs.map +1 -0
- package/dist/createEntry/createEntry.d.cts +17 -0
- package/dist/createEntry/createEntry.d.ts +17 -0
- package/dist/createEntry/createEntry.js +31 -0
- package/dist/createEntry/createEntry.js.map +1 -0
- package/dist/createEntry/createServerEntry.cjs +45 -0
- package/dist/createEntry/createServerEntry.cjs.map +1 -0
- package/dist/createEntry/createServerEntry.d.cts +17 -0
- package/dist/createEntry/createServerEntry.d.ts +17 -0
- package/dist/createEntry/createServerEntry.js +43 -0
- package/dist/createEntry/createServerEntry.js.map +1 -0
- package/dist/createEntry/index.cjs +5 -0
- package/dist/createEntry/index.d.cts +5 -0
- package/dist/createEntry/index.d.ts +5 -0
- package/dist/createEntry/index.js +3 -0
- package/dist/createEntry/types.cjs +0 -0
- package/dist/createEntry/types.d.cts +75 -0
- package/dist/createEntry/types.d.ts +75 -0
- package/dist/createEntry/types.js +0 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.cjs +28 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.cjs.map +1 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.d.cts +27 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.d.ts +27 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.js +27 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.js.map +1 -0
- package/dist/createEntry/utils/createServerVueApp/index.cjs +3 -0
- package/dist/createEntry/utils/createServerVueApp/index.d.cts +2 -0
- package/dist/createEntry/utils/createServerVueApp/index.d.ts +2 -0
- package/dist/createEntry/utils/createServerVueApp/index.js +2 -0
- package/dist/createEntry/utils/createServerVueApp/types.cjs +0 -0
- package/dist/createEntry/utils/createServerVueApp/types.d.cts +7 -0
- package/dist/createEntry/utils/createServerVueApp/types.d.ts +7 -0
- package/dist/createEntry/utils/createServerVueApp/types.js +0 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.cjs +43 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.cjs.map +1 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.d.cts +22 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.d.ts +22 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.js +42 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.js.map +1 -0
- package/dist/createEntry/utils/createVueApp/index.cjs +3 -0
- package/dist/createEntry/utils/createVueApp/index.d.cts +2 -0
- package/dist/createEntry/utils/createVueApp/index.d.ts +2 -0
- package/dist/createEntry/utils/createVueApp/index.js +2 -0
- package/dist/createEntry/utils/index.cjs +10 -0
- package/dist/createEntry/utils/index.d.cts +5 -0
- package/dist/createEntry/utils/index.d.ts +5 -0
- package/dist/createEntry/utils/index.js +6 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.cjs +3 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.d.cts +2 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.d.ts +2 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.js +2 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.cjs +28 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.cjs.map +1 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.d.cts +17 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.d.ts +17 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.js +27 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.js.map +1 -0
- package/dist/createEntry/utils/setupVueEntry/index.cjs +3 -0
- package/dist/createEntry/utils/setupVueEntry/index.d.cts +2 -0
- package/dist/createEntry/utils/setupVueEntry/index.d.ts +2 -0
- package/dist/createEntry/utils/setupVueEntry/index.js +2 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.cjs +31 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.cjs.map +1 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.d.cts +17 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.d.ts +17 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.js +30 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.js.map +1 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.cjs +49 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.cjs.map +1 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.d.cts +33 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.d.ts +33 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.js +48 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.js.map +1 -0
- package/dist/createPiniaAsyncStore/index.cjs +3 -0
- package/dist/createPiniaAsyncStore/index.d.cts +3 -0
- package/dist/createPiniaAsyncStore/index.d.ts +3 -0
- package/dist/createPiniaAsyncStore/index.js +2 -0
- package/dist/createPiniaAsyncStore/types.cjs +0 -0
- package/dist/createPiniaAsyncStore/types.d.cts +22 -0
- package/dist/createPiniaAsyncStore/types.d.ts +22 -0
- package/dist/createPiniaAsyncStore/types.js +0 -0
- package/dist/getContext/getContext.cjs +29 -0
- package/dist/getContext/getContext.cjs.map +1 -0
- package/dist/getContext/getContext.d.cts +24 -0
- package/dist/getContext/getContext.d.ts +24 -0
- package/dist/getContext/getContext.js +28 -0
- package/dist/getContext/getContext.js.map +1 -0
- package/dist/getContext/index.cjs +3 -0
- package/dist/getContext/index.d.cts +2 -0
- package/dist/getContext/index.d.ts +2 -0
- package/dist/getContext/index.js +2 -0
- package/dist/getEventHandlers/getEventHandlers.cjs +65 -0
- package/dist/getEventHandlers/getEventHandlers.cjs.map +1 -0
- package/dist/getEventHandlers/getEventHandlers.d.cts +45 -0
- package/dist/getEventHandlers/getEventHandlers.d.ts +45 -0
- package/dist/getEventHandlers/getEventHandlers.js +64 -0
- package/dist/getEventHandlers/getEventHandlers.js.map +1 -0
- package/dist/getEventHandlers/index.cjs +3 -0
- package/dist/getEventHandlers/index.d.cts +3 -0
- package/dist/getEventHandlers/index.d.ts +3 -0
- package/dist/getEventHandlers/index.js +2 -0
- package/dist/getEventHandlers/types.cjs +0 -0
- package/dist/getEventHandlers/types.d.cts +7 -0
- package/dist/getEventHandlers/types.d.ts +7 -0
- package/dist/getEventHandlers/types.js +0 -0
- package/dist/index.cjs +104 -0
- package/dist/index.d.cts +61 -0
- package/dist/index.d.ts +61 -0
- package/dist/index.js +62 -0
- package/dist/node_modules/@babel/parser/lib/index.cjs +12599 -0
- package/dist/node_modules/@babel/parser/lib/index.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.cjs +4832 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.cjs +4775 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-core/index.cjs +18 -0
- package/dist/node_modules/@vue/compiler-core/index.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.cjs +665 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.cjs +447 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-dom/index.cjs +18 -0
- package/dist/node_modules/@vue/compiler-dom/index.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.cjs +848 -0
- package/dist/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.cjs +830 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.cjs +605 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js +532 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js.map +1 -0
- package/dist/node_modules/@vue/server-renderer/index.cjs +18 -0
- package/dist/node_modules/@vue/server-renderer/index.cjs.map +1 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.cjs +496 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.prod.cjs +495 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/shared/dist/shared.esm-bundler.js +166 -0
- package/dist/node_modules/@vue/shared/dist/shared.esm-bundler.js.map +1 -0
- package/dist/node_modules/@vue/shared/index.cjs +18 -0
- package/dist/node_modules/@vue/shared/index.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/decode-codepoint.cjs +81 -0
- package/dist/node_modules/entities/dist/commonjs/decode-codepoint.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/decode.cjs +474 -0
- package/dist/node_modules/entities/dist/commonjs/decode.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-html.cjs +18 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-html.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-xml.cjs +18 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-xml.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/internal/bin-trie-flags.cjs +32 -0
- package/dist/node_modules/entities/dist/commonjs/internal/bin-trie-flags.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/internal/decode-shared.cjs +26 -0
- package/dist/node_modules/entities/dist/commonjs/internal/decode-shared.cjs.map +1 -0
- package/dist/node_modules/estree-walker/dist/umd/estree-walker.cjs +254 -0
- package/dist/node_modules/estree-walker/dist/umd/estree-walker.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/array-set.cjs +102 -0
- package/dist/node_modules/source-map-js/lib/array-set.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/base64-vlq.cjs +75 -0
- package/dist/node_modules/source-map-js/lib/base64-vlq.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/base64.cjs +42 -0
- package/dist/node_modules/source-map-js/lib/base64.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/binary-search.cjs +69 -0
- package/dist/node_modules/source-map-js/lib/binary-search.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/mapping-list.cjs +79 -0
- package/dist/node_modules/source-map-js/lib/mapping-list.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/quick-sort.cjs +90 -0
- package/dist/node_modules/source-map-js/lib/quick-sort.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.cjs +790 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.cjs +297 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/source-node.cjs +295 -0
- package/dist/node_modules/source-map-js/lib/source-node.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/util.cjs +353 -0
- package/dist/node_modules/source-map-js/lib/util.cjs.map +1 -0
- package/dist/node_modules/source-map-js/source-map.cjs +19 -0
- package/dist/node_modules/source-map-js/source-map.cjs.map +1 -0
- package/dist/portals/Portal/Portal.cjs +6 -0
- package/dist/portals/Portal/Portal.cjs.map +1 -0
- package/dist/portals/Portal/Portal.js +7 -0
- package/dist/portals/Portal/Portal.js.map +1 -0
- package/dist/portals/Portal/Portal.vue.d.cts +6 -0
- package/dist/portals/Portal/Portal.vue.d.ts +7 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.cjs +56 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.js +56 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/portals/Portal/index.cjs +3 -0
- package/dist/portals/Portal/index.d.cts +3 -0
- package/dist/portals/Portal/index.d.ts +3 -0
- package/dist/portals/Portal/index.js +2 -0
- package/dist/portals/Portal/types.cjs +0 -0
- package/dist/portals/Portal/types.d.cts +19 -0
- package/dist/portals/Portal/types.d.ts +19 -0
- package/dist/portals/Portal/types.js +0 -0
- package/dist/portals/index.cjs +13 -0
- package/dist/portals/index.d.cts +8 -0
- package/dist/portals/index.d.ts +8 -0
- package/dist/portals/index.js +8 -0
- package/dist/portals/installPortals/index.cjs +3 -0
- package/dist/portals/installPortals/index.d.cts +3 -0
- package/dist/portals/installPortals/index.d.ts +3 -0
- package/dist/portals/installPortals/index.js +2 -0
- package/dist/portals/installPortals/installPortals.cjs +25 -0
- package/dist/portals/installPortals/installPortals.cjs.map +1 -0
- package/dist/portals/installPortals/installPortals.d.cts +25 -0
- package/dist/portals/installPortals/installPortals.d.ts +25 -0
- package/dist/portals/installPortals/installPortals.js +24 -0
- package/dist/portals/installPortals/installPortals.js.map +1 -0
- package/dist/portals/installPortals/types.cjs +0 -0
- package/dist/portals/installPortals/types.d.cts +23 -0
- package/dist/portals/installPortals/types.d.ts +23 -0
- package/dist/portals/installPortals/types.js +0 -0
- package/dist/portals/types.cjs +0 -0
- package/dist/portals/types.d.cts +40 -0
- package/dist/portals/types.d.ts +40 -0
- package/dist/portals/types.js +0 -0
- package/dist/portals/usePortal.cjs +44 -0
- package/dist/portals/usePortal.cjs.map +1 -0
- package/dist/portals/usePortal.d.cts +17 -0
- package/dist/portals/usePortal.d.ts +17 -0
- package/dist/portals/usePortal.js +43 -0
- package/dist/portals/usePortal.js.map +1 -0
- package/dist/portals/usePortalAnchors.cjs +21 -0
- package/dist/portals/usePortalAnchors.cjs.map +1 -0
- package/dist/portals/usePortalAnchors.d.cts +14 -0
- package/dist/portals/usePortalAnchors.d.ts +14 -0
- package/dist/portals/usePortalAnchors.js +20 -0
- package/dist/portals/usePortalAnchors.js.map +1 -0
- package/dist/portals/usePortals.cjs +21 -0
- package/dist/portals/usePortals.cjs.map +1 -0
- package/dist/portals/usePortals.d.cts +14 -0
- package/dist/portals/usePortals.d.ts +14 -0
- package/dist/portals/usePortals.js +20 -0
- package/dist/portals/usePortals.js.map +1 -0
- package/dist/router/RouterLink/RouterLink.cjs +6 -0
- package/dist/router/RouterLink/RouterLink.cjs.map +1 -0
- package/dist/router/RouterLink/RouterLink.js +7 -0
- package/dist/router/RouterLink/RouterLink.js.map +1 -0
- package/dist/router/RouterLink/RouterLink.vue.d.cts +18 -0
- package/dist/router/RouterLink/RouterLink.vue.d.ts +19 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.cjs +59 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.js +59 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/router/RouterLink/index.cjs +3 -0
- package/dist/router/RouterLink/index.d.cts +3 -0
- package/dist/router/RouterLink/index.d.ts +3 -0
- package/dist/router/RouterLink/index.js +2 -0
- package/dist/router/RouterLink/types.cjs +0 -0
- package/dist/router/RouterLink/types.d.cts +11 -0
- package/dist/router/RouterLink/types.d.ts +11 -0
- package/dist/router/RouterLink/types.js +0 -0
- package/dist/router/RouterView/RouterView.cjs +6 -0
- package/dist/router/RouterView/RouterView.cjs.map +1 -0
- package/dist/router/RouterView/RouterView.js +7 -0
- package/dist/router/RouterView/RouterView.js.map +1 -0
- package/dist/router/RouterView/RouterView.vue.d.cts +6 -0
- package/dist/router/RouterView/RouterView.vue.d.ts +7 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.cjs +58 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.js +58 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/router/RouterView/index.cjs +3 -0
- package/dist/router/RouterView/index.d.cts +2 -0
- package/dist/router/RouterView/index.d.ts +2 -0
- package/dist/router/RouterView/index.js +2 -0
- package/dist/router/RouterView/types.cjs +0 -0
- package/dist/router/RouterView/types.d.cts +15 -0
- package/dist/router/RouterView/types.d.ts +15 -0
- package/dist/router/RouterView/types.js +0 -0
- package/dist/router/index.cjs +28 -0
- package/dist/router/index.d.cts +12 -0
- package/dist/router/index.d.ts +12 -0
- package/dist/router/index.js +18 -0
- package/dist/router/installRouter.cjs +34 -0
- package/dist/router/installRouter.cjs.map +1 -0
- package/dist/router/installRouter.d.cts +14 -0
- package/dist/router/installRouter.d.ts +14 -0
- package/dist/router/installRouter.js +33 -0
- package/dist/router/installRouter.js.map +1 -0
- package/dist/router/types.cjs +1 -0
- package/dist/router/types.d.cts +21 -0
- package/dist/router/types.d.ts +21 -0
- package/dist/router/types.js +1 -0
- package/dist/router/useLocation/index.cjs +3 -0
- package/dist/router/useLocation/index.d.cts +2 -0
- package/dist/router/useLocation/index.d.ts +2 -0
- package/dist/router/useLocation/index.js +2 -0
- package/dist/router/useLocation/useLocation.cjs +24 -0
- package/dist/router/useLocation/useLocation.cjs.map +1 -0
- package/dist/router/useLocation/useLocation.d.cts +12 -0
- package/dist/router/useLocation/useLocation.d.ts +12 -0
- package/dist/router/useLocation/useLocation.js +23 -0
- package/dist/router/useLocation/useLocation.js.map +1 -0
- package/dist/router/useNavigate/index.cjs +3 -0
- package/dist/router/useNavigate/index.d.cts +2 -0
- package/dist/router/useNavigate/index.d.ts +2 -0
- package/dist/router/useNavigate/index.js +2 -0
- package/dist/router/useNavigate/useNavigate.cjs +17 -0
- package/dist/router/useNavigate/useNavigate.cjs.map +1 -0
- package/dist/router/useNavigate/useNavigate.d.cts +12 -0
- package/dist/router/useNavigate/useNavigate.d.ts +12 -0
- package/dist/router/useNavigate/useNavigate.js +16 -0
- package/dist/router/useNavigate/useNavigate.js.map +1 -0
- package/dist/router/usePaths/index.cjs +3 -0
- package/dist/router/usePaths/index.d.cts +2 -0
- package/dist/router/usePaths/index.d.ts +2 -0
- package/dist/router/usePaths/index.js +2 -0
- package/dist/router/usePaths/usePaths.cjs +27 -0
- package/dist/router/usePaths/usePaths.cjs.map +1 -0
- package/dist/router/usePaths/usePaths.d.cts +14 -0
- package/dist/router/usePaths/usePaths.d.ts +14 -0
- package/dist/router/usePaths/usePaths.js +26 -0
- package/dist/router/usePaths/usePaths.js.map +1 -0
- package/dist/router/useRoute/index.cjs +3 -0
- package/dist/router/useRoute/index.d.cts +2 -0
- package/dist/router/useRoute/index.d.ts +2 -0
- package/dist/router/useRoute/index.js +2 -0
- package/dist/router/useRoute/useRoute.cjs +28 -0
- package/dist/router/useRoute/useRoute.cjs.map +1 -0
- package/dist/router/useRoute/useRoute.d.cts +12 -0
- package/dist/router/useRoute/useRoute.d.ts +12 -0
- package/dist/router/useRoute/useRoute.js +27 -0
- package/dist/router/useRoute/useRoute.js.map +1 -0
- package/dist/router/useRouter/index.cjs +3 -0
- package/dist/router/useRouter/index.d.cts +2 -0
- package/dist/router/useRouter/index.d.ts +2 -0
- package/dist/router/useRouter/index.js +2 -0
- package/dist/router/useRouter/useRouter.cjs +17 -0
- package/dist/router/useRouter/useRouter.cjs.map +1 -0
- package/dist/router/useRouter/useRouter.d.cts +12 -0
- package/dist/router/useRouter/useRouter.d.ts +12 -0
- package/dist/router/useRouter/useRouter.js +16 -0
- package/dist/router/useRouter/useRouter.js.map +1 -0
- package/dist/router/useRouterLink/index.cjs +3 -0
- package/dist/router/useRouterLink/index.d.cts +3 -0
- package/dist/router/useRouterLink/index.d.ts +3 -0
- package/dist/router/useRouterLink/index.js +2 -0
- package/dist/router/useRouterLink/types.cjs +0 -0
- package/dist/router/useRouterLink/types.d.cts +2 -0
- package/dist/router/useRouterLink/types.d.ts +2 -0
- package/dist/router/useRouterLink/types.js +0 -0
- package/dist/router/useRouterLink/useRouterLink.cjs +37 -0
- package/dist/router/useRouterLink/useRouterLink.cjs.map +1 -0
- package/dist/router/useRouterLink/useRouterLink.d.cts +13 -0
- package/dist/router/useRouterLink/useRouterLink.d.ts +13 -0
- package/dist/router/useRouterLink/useRouterLink.js +36 -0
- package/dist/router/useRouterLink/useRouterLink.js.map +1 -0
- package/dist/router/useSearchParams/index.cjs +3 -0
- package/dist/router/useSearchParams/index.d.cts +2 -0
- package/dist/router/useSearchParams/index.d.ts +2 -0
- package/dist/router/useSearchParams/index.js +2 -0
- package/dist/router/useSearchParams/useSearchParams.cjs +29 -0
- package/dist/router/useSearchParams/useSearchParams.cjs.map +1 -0
- package/dist/router/useSearchParams/useSearchParams.d.cts +14 -0
- package/dist/router/useSearchParams/useSearchParams.d.ts +14 -0
- package/dist/router/useSearchParams/useSearchParams.js +28 -0
- package/dist/router/useSearchParams/useSearchParams.js.map +1 -0
- package/dist/setContext/index.cjs +3 -0
- package/dist/setContext/index.d.cts +2 -0
- package/dist/setContext/index.d.ts +2 -0
- package/dist/setContext/index.js +2 -0
- package/dist/setContext/setContext.cjs +29 -0
- package/dist/setContext/setContext.cjs.map +1 -0
- package/dist/setContext/setContext.d.cts +24 -0
- package/dist/setContext/setContext.d.ts +24 -0
- package/dist/setContext/setContext.js +28 -0
- package/dist/setContext/setContext.js.map +1 -0
- package/dist/useBeforeMount/index.cjs +3 -0
- package/dist/useBeforeMount/index.d.cts +2 -0
- package/dist/useBeforeMount/index.d.ts +2 -0
- package/dist/useBeforeMount/index.js +2 -0
- package/dist/useBeforeMount/useBeforeMount.cjs +29 -0
- package/dist/useBeforeMount/useBeforeMount.cjs.map +1 -0
- package/dist/useBeforeMount/useBeforeMount.d.cts +24 -0
- package/dist/useBeforeMount/useBeforeMount.d.ts +24 -0
- package/dist/useBeforeMount/useBeforeMount.js +28 -0
- package/dist/useBeforeMount/useBeforeMount.js.map +1 -0
- package/dist/useBeforeUnmount/index.cjs +3 -0
- package/dist/useBeforeUnmount/index.d.cts +2 -0
- package/dist/useBeforeUnmount/index.d.ts +2 -0
- package/dist/useBeforeUnmount/index.js +2 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.cjs +29 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.cjs.map +1 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.d.cts +24 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.d.ts +24 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.js +28 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.js.map +1 -0
- package/dist/useChildren/index.cjs +3 -0
- package/dist/useChildren/index.d.cts +2 -0
- package/dist/useChildren/index.d.ts +2 -0
- package/dist/useChildren/index.js +2 -0
- package/dist/useChildren/useChildren.cjs +35 -0
- package/dist/useChildren/useChildren.cjs.map +1 -0
- package/dist/useChildren/useChildren.d.cts +26 -0
- package/dist/useChildren/useChildren.d.ts +26 -0
- package/dist/useChildren/useChildren.js +34 -0
- package/dist/useChildren/useChildren.js.map +1 -0
- package/dist/useColorScheme/index.cjs +3 -0
- package/dist/useColorScheme/index.d.cts +2 -0
- package/dist/useColorScheme/index.d.ts +2 -0
- package/dist/useColorScheme/index.js +2 -0
- package/dist/useColorScheme/useColorScheme.cjs +46 -0
- package/dist/useColorScheme/useColorScheme.cjs.map +1 -0
- package/dist/useColorScheme/useColorScheme.d.cts +29 -0
- package/dist/useColorScheme/useColorScheme.d.ts +29 -0
- package/dist/useColorScheme/useColorScheme.js +45 -0
- package/dist/useColorScheme/useColorScheme.js.map +1 -0
- package/dist/useMediator/index.cjs +3 -0
- package/dist/useMediator/index.d.cts +3 -0
- package/dist/useMediator/index.d.ts +3 -0
- package/dist/useMediator/index.js +2 -0
- package/dist/useMediator/types.cjs +0 -0
- package/dist/useMediator/types.d.cts +2 -0
- package/dist/useMediator/types.d.ts +2 -0
- package/dist/useMediator/types.js +0 -0
- package/dist/useMediator/useMediator.cjs +137 -0
- package/dist/useMediator/useMediator.cjs.map +1 -0
- package/dist/useMediator/useMediator.d.cts +61 -0
- package/dist/useMediator/useMediator.d.ts +61 -0
- package/dist/useMediator/useMediator.js +136 -0
- package/dist/useMediator/useMediator.js.map +1 -0
- package/dist/useMediator/utils.cjs +22 -0
- package/dist/useMediator/utils.cjs.map +1 -0
- package/dist/useMediator/utils.d.cts +14 -0
- package/dist/useMediator/utils.d.ts +14 -0
- package/dist/useMediator/utils.js +21 -0
- package/dist/useMediator/utils.js.map +1 -0
- package/dist/useMounted/index.cjs +3 -0
- package/dist/useMounted/index.d.cts +2 -0
- package/dist/useMounted/index.d.ts +2 -0
- package/dist/useMounted/index.js +2 -0
- package/dist/useMounted/useMounted.cjs +29 -0
- package/dist/useMounted/useMounted.cjs.map +1 -0
- package/dist/useMounted/useMounted.d.cts +24 -0
- package/dist/useMounted/useMounted.d.ts +24 -0
- package/dist/useMounted/useMounted.js +28 -0
- package/dist/useMounted/useMounted.js.map +1 -0
- package/dist/useRef/index.cjs +3 -0
- package/dist/useRef/index.d.cts +2 -0
- package/dist/useRef/index.d.ts +2 -0
- package/dist/useRef/index.js +2 -0
- package/dist/useRef/useRef.cjs +28 -0
- package/dist/useRef/useRef.cjs.map +1 -0
- package/dist/useRef/useRef.d.cts +25 -0
- package/dist/useRef/useRef.d.ts +25 -0
- package/dist/useRef/useRef.js +27 -0
- package/dist/useRef/useRef.js.map +1 -0
- package/dist/withDefaultProps/constants.cjs +10 -0
- package/dist/withDefaultProps/constants.cjs.map +1 -0
- package/dist/withDefaultProps/constants.d.cts +8 -0
- package/dist/withDefaultProps/constants.d.ts +8 -0
- package/dist/withDefaultProps/constants.js +9 -0
- package/dist/withDefaultProps/constants.js.map +1 -0
- package/dist/withDefaultProps/index.cjs +3 -0
- package/dist/withDefaultProps/index.d.cts +3 -0
- package/dist/withDefaultProps/index.d.ts +3 -0
- package/dist/withDefaultProps/index.js +2 -0
- package/dist/withDefaultProps/types.cjs +0 -0
- package/dist/withDefaultProps/types.d.cts +25 -0
- package/dist/withDefaultProps/types.d.ts +25 -0
- package/dist/withDefaultProps/types.js +0 -0
- package/dist/withDefaultProps/withDefaultProps.cjs +85 -0
- package/dist/withDefaultProps/withDefaultProps.cjs.map +1 -0
- package/dist/withDefaultProps/withDefaultProps.d.cts +48 -0
- package/dist/withDefaultProps/withDefaultProps.d.ts +48 -0
- package/dist/withDefaultProps/withDefaultProps.js +84 -0
- package/dist/withDefaultProps/withDefaultProps.js.map +1 -0
- package/dist/withDefaultPropsHandlers/constants.cjs +7 -0
- package/dist/withDefaultPropsHandlers/constants.cjs.map +1 -0
- package/dist/withDefaultPropsHandlers/constants.d.cts +5 -0
- package/dist/withDefaultPropsHandlers/constants.d.ts +5 -0
- package/dist/withDefaultPropsHandlers/constants.js +6 -0
- package/dist/withDefaultPropsHandlers/constants.js.map +1 -0
- package/dist/withDefaultPropsHandlers/index.cjs +3 -0
- package/dist/withDefaultPropsHandlers/index.d.cts +3 -0
- package/dist/withDefaultPropsHandlers/index.d.ts +3 -0
- package/dist/withDefaultPropsHandlers/index.js +2 -0
- package/dist/withDefaultPropsHandlers/types.cjs +0 -0
- package/dist/withDefaultPropsHandlers/types.d.cts +12 -0
- package/dist/withDefaultPropsHandlers/types.d.ts +12 -0
- package/dist/withDefaultPropsHandlers/types.js +0 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.cjs +81 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.cjs.map +1 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.d.cts +49 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.d.ts +49 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.js +80 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.js.map +1 -0
- package/package.json +647 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compiler-ssr.cjs.cjs","names":["exhaustiveCheck2","exhaustiveCheck"],"sources":["../../../../../node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js"],"sourcesContent":["/**\n* @vue/compiler-ssr v3.5.39\n* (c) 2018-present Yuxi (Evan) You and Vue contributors\n* @license MIT\n**/\n'use strict';\n\nObject.defineProperty(exports, '__esModule', { value: true });\n\nvar compilerDom = require('@vue/compiler-dom');\nvar shared = require('@vue/shared');\n\nconst SSR_INTERPOLATE = /* @__PURE__ */ Symbol(`ssrInterpolate`);\nconst SSR_RENDER_VNODE = /* @__PURE__ */ Symbol(`ssrRenderVNode`);\nconst SSR_RENDER_COMPONENT = /* @__PURE__ */ Symbol(`ssrRenderComponent`);\nconst SSR_RENDER_SLOT = /* @__PURE__ */ Symbol(`ssrRenderSlot`);\nconst SSR_RENDER_SLOT_INNER = /* @__PURE__ */ Symbol(`ssrRenderSlotInner`);\nconst SSR_RENDER_CLASS = /* @__PURE__ */ Symbol(`ssrRenderClass`);\nconst SSR_RENDER_STYLE = /* @__PURE__ */ Symbol(`ssrRenderStyle`);\nconst SSR_RENDER_ATTRS = /* @__PURE__ */ Symbol(`ssrRenderAttrs`);\nconst SSR_RENDER_ATTR = /* @__PURE__ */ Symbol(`ssrRenderAttr`);\nconst SSR_RENDER_DYNAMIC_ATTR = /* @__PURE__ */ Symbol(`ssrRenderDynamicAttr`);\nconst SSR_RENDER_LIST = /* @__PURE__ */ Symbol(`ssrRenderList`);\nconst SSR_INCLUDE_BOOLEAN_ATTR = /* @__PURE__ */ Symbol(\n `ssrIncludeBooleanAttr`\n);\nconst SSR_LOOSE_EQUAL = /* @__PURE__ */ Symbol(`ssrLooseEqual`);\nconst SSR_LOOSE_CONTAIN = /* @__PURE__ */ Symbol(`ssrLooseContain`);\nconst SSR_RENDER_DYNAMIC_MODEL = /* @__PURE__ */ Symbol(\n `ssrRenderDynamicModel`\n);\nconst SSR_GET_DYNAMIC_MODEL_PROPS = /* @__PURE__ */ Symbol(\n `ssrGetDynamicModelProps`\n);\nconst SSR_RENDER_TELEPORT = /* @__PURE__ */ Symbol(`ssrRenderTeleport`);\nconst SSR_RENDER_SUSPENSE = /* @__PURE__ */ Symbol(`ssrRenderSuspense`);\nconst SSR_GET_DIRECTIVE_PROPS = /* @__PURE__ */ Symbol(`ssrGetDirectiveProps`);\nconst ssrHelpers = {\n [SSR_INTERPOLATE]: `ssrInterpolate`,\n [SSR_RENDER_VNODE]: `ssrRenderVNode`,\n [SSR_RENDER_COMPONENT]: `ssrRenderComponent`,\n [SSR_RENDER_SLOT]: `ssrRenderSlot`,\n [SSR_RENDER_SLOT_INNER]: `ssrRenderSlotInner`,\n [SSR_RENDER_CLASS]: `ssrRenderClass`,\n [SSR_RENDER_STYLE]: `ssrRenderStyle`,\n [SSR_RENDER_ATTRS]: `ssrRenderAttrs`,\n [SSR_RENDER_ATTR]: `ssrRenderAttr`,\n [SSR_RENDER_DYNAMIC_ATTR]: `ssrRenderDynamicAttr`,\n [SSR_RENDER_LIST]: `ssrRenderList`,\n [SSR_INCLUDE_BOOLEAN_ATTR]: `ssrIncludeBooleanAttr`,\n [SSR_LOOSE_EQUAL]: `ssrLooseEqual`,\n [SSR_LOOSE_CONTAIN]: `ssrLooseContain`,\n [SSR_RENDER_DYNAMIC_MODEL]: `ssrRenderDynamicModel`,\n [SSR_GET_DYNAMIC_MODEL_PROPS]: `ssrGetDynamicModelProps`,\n [SSR_RENDER_TELEPORT]: `ssrRenderTeleport`,\n [SSR_RENDER_SUSPENSE]: `ssrRenderSuspense`,\n [SSR_GET_DIRECTIVE_PROPS]: `ssrGetDirectiveProps`\n};\ncompilerDom.registerRuntimeHelpers(ssrHelpers);\n\nconst ssrTransformIf = compilerDom.createStructuralDirectiveTransform(\n /^(?:if|else|else-if)$/,\n compilerDom.processIf\n);\nfunction ssrProcessIf(node, context, disableNestedFragments = false, disableComment = false) {\n const [rootBranch] = node.branches;\n const ifStatement = compilerDom.createIfStatement(\n rootBranch.condition,\n processIfBranch(rootBranch, context, disableNestedFragments)\n );\n context.pushStatement(ifStatement);\n let currentIf = ifStatement;\n for (let i = 1; i < node.branches.length; i++) {\n const branch = node.branches[i];\n const branchBlockStatement = processIfBranch(\n branch,\n context,\n disableNestedFragments\n );\n if (branch.condition) {\n currentIf = currentIf.alternate = compilerDom.createIfStatement(\n branch.condition,\n branchBlockStatement\n );\n } else {\n currentIf.alternate = branchBlockStatement;\n }\n }\n if (!currentIf.alternate && !disableComment) {\n currentIf.alternate = compilerDom.createBlockStatement([\n compilerDom.createCallExpression(`_push`, [\"`<!---->`\"])\n ]);\n }\n}\nfunction processIfBranch(branch, context, disableNestedFragments = false) {\n const { children } = branch;\n const needFragmentWrapper = !disableNestedFragments && (children.length !== 1 || children[0].type !== 1) && // optimize away nested fragments when the only child is a ForNode\n !(children.length === 1 && children[0].type === 11);\n return processChildrenAsStatement(branch, context, needFragmentWrapper);\n}\n\nconst ssrTransformFor = compilerDom.createStructuralDirectiveTransform(\"for\", compilerDom.processFor);\nfunction ssrProcessFor(node, context, disableNestedFragments = false) {\n const needFragmentWrapper = !disableNestedFragments && (node.children.length !== 1 || node.children[0].type !== 1);\n const renderLoop = compilerDom.createFunctionExpression(\n compilerDom.createForLoopParams(node.parseResult)\n );\n renderLoop.body = processChildrenAsStatement(\n node,\n context,\n needFragmentWrapper\n );\n if (!disableNestedFragments) {\n context.pushStringPart(`<!--[-->`);\n }\n context.pushStatement(\n compilerDom.createCallExpression(context.helper(SSR_RENDER_LIST), [\n node.source,\n renderLoop\n ])\n );\n if (!disableNestedFragments) {\n context.pushStringPart(`<!--]-->`);\n }\n}\n\nconst ssrTransformSlotOutlet = (node, context) => {\n if (compilerDom.isSlotOutlet(node)) {\n const { slotName, slotProps } = compilerDom.processSlotOutlet(node, context);\n const args = [\n `_ctx.$slots`,\n slotName,\n slotProps || `{}`,\n // fallback content placeholder. will be replaced in the process phase\n `null`,\n `_push`,\n `_parent`\n ];\n if (context.scopeId && context.slotted !== false) {\n args.push(`\"${context.scopeId}-s\"`);\n }\n let method = SSR_RENDER_SLOT;\n let parent = context.parent;\n if (parent) {\n const children = parent.children;\n if (parent.type === 10) {\n parent = context.grandParent;\n }\n let componentType;\n if (parent.type === 1 && parent.tagType === 1 && ((componentType = compilerDom.resolveComponentType(parent, context, true)) === compilerDom.TRANSITION || componentType === compilerDom.TRANSITION_GROUP) && children.filter((c) => c.type === 1).length === 1) {\n method = SSR_RENDER_SLOT_INNER;\n if (!(context.scopeId && context.slotted !== false)) {\n args.push(\"null\");\n }\n args.push(\"true\");\n }\n }\n node.ssrCodegenNode = compilerDom.createCallExpression(context.helper(method), args);\n }\n};\nfunction ssrProcessSlotOutlet(node, context) {\n const renderCall = node.ssrCodegenNode;\n if (node.children.length) {\n const fallbackRenderFn = compilerDom.createFunctionExpression([]);\n fallbackRenderFn.body = processChildrenAsStatement(node, context);\n renderCall.arguments[3] = fallbackRenderFn;\n }\n if (context.withSlotScopeId) {\n const slotScopeId = renderCall.arguments[6];\n renderCall.arguments[6] = slotScopeId ? `${slotScopeId} + _scopeId` : `_scopeId`;\n }\n context.pushStatement(node.ssrCodegenNode);\n}\n\nfunction createSSRCompilerError(code, loc) {\n return compilerDom.createCompilerError(code, loc, SSRErrorMessages);\n}\nconst SSRErrorMessages = {\n [65]: `Unsafe attribute name for SSR.`,\n [66]: `Missing the 'to' prop on teleport element.`,\n [67]: `Invalid AST node during SSR transform.`\n};\n\nfunction ssrProcessTeleport(node, context) {\n const targetProp = compilerDom.findProp(node, \"to\");\n if (!targetProp) {\n context.onError(\n createSSRCompilerError(66, node.loc)\n );\n return;\n }\n let target;\n if (targetProp.type === 6) {\n target = targetProp.value && compilerDom.createSimpleExpression(targetProp.value.content, true);\n } else {\n target = targetProp.exp;\n }\n if (!target) {\n context.onError(\n createSSRCompilerError(\n 66,\n targetProp.loc\n )\n );\n return;\n }\n const disabledProp = compilerDom.findProp(\n node,\n \"disabled\",\n false,\n true\n /* allow empty */\n );\n const disabled = disabledProp ? disabledProp.type === 6 ? `true` : disabledProp.exp || `false` : `false`;\n const contentRenderFn = compilerDom.createFunctionExpression(\n [`_push`],\n void 0,\n // Body is added later\n true,\n // newline\n false,\n // isSlot\n node.loc\n );\n contentRenderFn.body = processChildrenAsStatement(node, context);\n context.pushStatement(\n compilerDom.createCallExpression(context.helper(SSR_RENDER_TELEPORT), [\n `_push`,\n contentRenderFn,\n target,\n disabled,\n `_parent`\n ])\n );\n}\n\nconst wipMap$3 = /* @__PURE__ */ new WeakMap();\nfunction ssrTransformSuspense(node, context) {\n return () => {\n if (node.children.length) {\n const wipEntry = {\n slotsExp: null,\n // to be immediately set\n wipSlots: []\n };\n wipMap$3.set(node, wipEntry);\n wipEntry.slotsExp = compilerDom.buildSlots(\n node,\n context,\n (_props, _vForExp, children, loc) => {\n const fn = compilerDom.createFunctionExpression(\n [],\n void 0,\n // no return, assign body later\n true,\n // newline\n false,\n // suspense slots are not treated as normal slots\n loc\n );\n wipEntry.wipSlots.push({\n fn,\n children\n });\n return fn;\n }\n ).slots;\n }\n };\n}\nfunction ssrProcessSuspense(node, context) {\n const wipEntry = wipMap$3.get(node);\n if (!wipEntry) {\n return;\n }\n const { slotsExp, wipSlots } = wipEntry;\n for (let i = 0; i < wipSlots.length; i++) {\n const slot = wipSlots[i];\n slot.fn.body = processChildrenAsStatement(slot, context);\n }\n context.pushStatement(\n compilerDom.createCallExpression(context.helper(SSR_RENDER_SUSPENSE), [\n `_push`,\n slotsExp\n ])\n );\n}\n\nconst rawChildrenMap = /* @__PURE__ */ new WeakMap();\nconst ssrTransformElement = (node, context) => {\n if (node.type !== 1 || node.tagType !== 0) {\n return;\n }\n return function ssrPostTransformElement() {\n const openTag = [`<${node.tag}`];\n const needTagForRuntime = node.tag === \"textarea\" || node.tag.indexOf(\"-\") > 0;\n const hasDynamicVBind = compilerDom.hasDynamicKeyVBind(node);\n const hasCustomDir = node.props.some(\n (p) => p.type === 7 && !shared.isBuiltInDirective(p.name)\n );\n const vShowPropIndex = node.props.findIndex(\n (i) => i.type === 7 && i.name === \"show\"\n );\n if (vShowPropIndex !== -1) {\n const vShowProp = node.props[vShowPropIndex];\n node.props.splice(vShowPropIndex, 1);\n node.props.push(vShowProp);\n }\n const needMergeProps = hasDynamicVBind || hasCustomDir;\n if (needMergeProps) {\n const { props, directives } = compilerDom.buildProps(\n node,\n context,\n node.props,\n false,\n false,\n true\n );\n if (props || directives.length) {\n const mergedProps = buildSSRProps(props, directives, context);\n const propsExp = compilerDom.createCallExpression(\n context.helper(SSR_RENDER_ATTRS),\n [mergedProps]\n );\n if (node.tag === \"textarea\") {\n const existingText = node.children[0];\n if (!hasContentOverrideDirective(node) && (!existingText || existingText.type !== 5)) {\n const tempId = `_temp${context.temps++}`;\n propsExp.arguments = [\n compilerDom.createAssignmentExpression(\n compilerDom.createSimpleExpression(tempId, false),\n mergedProps\n )\n ];\n rawChildrenMap.set(\n node,\n compilerDom.createCallExpression(context.helper(SSR_INTERPOLATE), [\n compilerDom.createConditionalExpression(\n compilerDom.createSimpleExpression(`\"value\" in ${tempId}`, false),\n compilerDom.createSimpleExpression(`${tempId}.value`, false),\n compilerDom.createSimpleExpression(\n existingText ? existingText.content : ``,\n true\n ),\n false\n )\n ])\n );\n }\n } else if (node.tag === \"input\") {\n const vModel = findVModel(node);\n if (vModel) {\n const tempId = `_temp${context.temps++}`;\n const tempExp = compilerDom.createSimpleExpression(tempId, false);\n propsExp.arguments = [\n compilerDom.createSequenceExpression([\n compilerDom.createAssignmentExpression(tempExp, mergedProps),\n compilerDom.createCallExpression(context.helper(compilerDom.MERGE_PROPS), [\n tempExp,\n compilerDom.createCallExpression(\n context.helper(SSR_GET_DYNAMIC_MODEL_PROPS),\n [\n tempExp,\n // existing props\n vModel.exp\n // model\n ]\n )\n ])\n ])\n ];\n }\n } else if (directives.length && !node.children.length) {\n if (!hasContentOverrideDirective(node)) {\n const tempId = `_temp${context.temps++}`;\n propsExp.arguments = [\n compilerDom.createAssignmentExpression(\n compilerDom.createSimpleExpression(tempId, false),\n mergedProps\n )\n ];\n rawChildrenMap.set(\n node,\n compilerDom.createConditionalExpression(\n compilerDom.createSimpleExpression(`\"textContent\" in ${tempId}`, false),\n compilerDom.createCallExpression(context.helper(SSR_INTERPOLATE), [\n compilerDom.createSimpleExpression(`${tempId}.textContent`, false)\n ]),\n compilerDom.createSimpleExpression(`${tempId}.innerHTML ?? ''`, false),\n false\n )\n );\n }\n }\n if (needTagForRuntime) {\n propsExp.arguments.push(`\"${node.tag}\"`);\n }\n openTag.push(propsExp);\n }\n }\n let dynamicClassBinding = void 0;\n let staticClassBinding = void 0;\n let dynamicStyleBinding = void 0;\n for (let i = 0; i < node.props.length; i++) {\n const prop = node.props[i];\n if (node.tag === \"input\" && isTrueFalseValue(prop)) {\n continue;\n }\n if (prop.type === 7) {\n if (prop.name === \"html\" && prop.exp) {\n rawChildrenMap.set(\n node,\n compilerDom.createCompoundExpression([`(`, prop.exp, `) ?? ''`])\n );\n } else if (prop.name === \"text\" && prop.exp) {\n node.children = [compilerDom.createInterpolation(prop.exp, prop.loc)];\n } else if (prop.name === \"slot\") {\n context.onError(\n compilerDom.createCompilerError(40, prop.loc)\n );\n } else if (isTextareaWithValue(node, prop) && prop.exp) {\n if (!needMergeProps) {\n node.children = [compilerDom.createInterpolation(prop.exp, prop.loc)];\n }\n } else if (!needMergeProps && prop.name !== \"on\") {\n const directiveTransform = context.directiveTransforms[prop.name];\n if (directiveTransform) {\n const { props, ssrTagParts } = directiveTransform(\n prop,\n node,\n context\n );\n if (ssrTagParts) {\n openTag.push(...ssrTagParts);\n }\n for (let j = 0; j < props.length; j++) {\n const { key, value } = props[j];\n if (compilerDom.isStaticExp(key)) {\n let attrName = key.content;\n if (attrName === \"key\" || attrName === \"ref\") {\n continue;\n }\n if (attrName === \"class\") {\n openTag.push(\n ` class=\"`,\n dynamicClassBinding = compilerDom.createCallExpression(\n context.helper(SSR_RENDER_CLASS),\n [value]\n ),\n `\"`\n );\n } else if (attrName === \"style\") {\n if (dynamicStyleBinding) {\n mergeCall(dynamicStyleBinding, value);\n } else {\n openTag.push(\n ` style=\"`,\n dynamicStyleBinding = compilerDom.createCallExpression(\n context.helper(SSR_RENDER_STYLE),\n [value]\n ),\n `\"`\n );\n }\n } else {\n attrName = node.tag.indexOf(\"-\") > 0 ? attrName : shared.propsToAttrMap[attrName] || attrName.toLowerCase();\n if (shared.isBooleanAttr(attrName)) {\n openTag.push(\n compilerDom.createConditionalExpression(\n compilerDom.createCallExpression(\n context.helper(SSR_INCLUDE_BOOLEAN_ATTR),\n [value]\n ),\n compilerDom.createSimpleExpression(\" \" + attrName, true),\n compilerDom.createSimpleExpression(\"\", true),\n false\n )\n );\n } else if (shared.isSSRSafeAttrName(attrName)) {\n openTag.push(\n compilerDom.createCallExpression(context.helper(SSR_RENDER_ATTR), [\n key,\n value\n ])\n );\n } else {\n context.onError(\n createSSRCompilerError(\n 65,\n key.loc\n )\n );\n }\n }\n } else {\n const args = [key, value];\n if (needTagForRuntime) {\n args.push(`\"${node.tag}\"`);\n }\n openTag.push(\n compilerDom.createCallExpression(\n context.helper(SSR_RENDER_DYNAMIC_ATTR),\n args\n )\n );\n }\n }\n }\n }\n } else {\n const name = prop.name;\n if (node.tag === \"textarea\" && name === \"value\" && prop.value) {\n rawChildrenMap.set(node, shared.escapeHtml(prop.value.content));\n } else if (!needMergeProps) {\n if (name === \"key\" || name === \"ref\") {\n continue;\n }\n if (name === \"class\" && prop.value) {\n staticClassBinding = JSON.stringify(prop.value.content);\n }\n openTag.push(\n ` ${prop.name}` + (prop.value ? `=\"${shared.escapeHtml(prop.value.content)}\"` : ``)\n );\n }\n }\n }\n if (dynamicClassBinding && staticClassBinding) {\n mergeCall(dynamicClassBinding, staticClassBinding);\n removeStaticBinding(openTag, \"class\");\n }\n if (context.scopeId) {\n openTag.push(` ${context.scopeId}`);\n }\n node.ssrCodegenNode = compilerDom.createTemplateLiteral(openTag);\n };\n};\nfunction buildSSRProps(props, directives, context) {\n let mergePropsArgs = [];\n if (props) {\n if (props.type === 14) {\n mergePropsArgs = props.arguments;\n } else {\n mergePropsArgs.push(props);\n }\n }\n if (directives.length) {\n for (const dir of directives) {\n mergePropsArgs.push(\n compilerDom.createCallExpression(context.helper(SSR_GET_DIRECTIVE_PROPS), [\n `_ctx`,\n ...compilerDom.buildDirectiveArgs(dir, context).elements\n ])\n );\n }\n }\n return mergePropsArgs.length > 1 ? compilerDom.createCallExpression(context.helper(compilerDom.MERGE_PROPS), mergePropsArgs) : mergePropsArgs[0];\n}\nfunction isTrueFalseValue(prop) {\n if (prop.type === 7) {\n return prop.name === \"bind\" && prop.arg && compilerDom.isStaticExp(prop.arg) && (prop.arg.content === \"true-value\" || prop.arg.content === \"false-value\");\n } else {\n return prop.name === \"true-value\" || prop.name === \"false-value\";\n }\n}\nfunction isTextareaWithValue(node, prop) {\n return !!(node.tag === \"textarea\" && prop.name === \"bind\" && compilerDom.isStaticArgOf(prop.arg, \"value\"));\n}\nfunction mergeCall(call, arg) {\n const existing = call.arguments[0];\n if (existing.type === 17) {\n existing.elements.push(arg);\n } else {\n call.arguments[0] = compilerDom.createArrayExpression([existing, arg]);\n }\n}\nfunction removeStaticBinding(tag, binding) {\n const regExp = new RegExp(`^ ${binding}=\".+\"$`);\n const i = tag.findIndex((e) => typeof e === \"string\" && regExp.test(e));\n if (i > -1) {\n tag.splice(i, 1);\n }\n}\nfunction findVModel(node) {\n return node.props.find(\n (p) => p.type === 7 && p.name === \"model\" && p.exp\n );\n}\nfunction hasContentOverrideDirective(node) {\n return !!compilerDom.findDir(node, \"text\") || !!compilerDom.findDir(node, \"html\");\n}\nfunction ssrProcessElement(node, context) {\n const isVoidTag = context.options.isVoidTag || shared.NO;\n const elementsToAdd = node.ssrCodegenNode.elements;\n for (let j = 0; j < elementsToAdd.length; j++) {\n context.pushStringPart(elementsToAdd[j]);\n }\n if (context.withSlotScopeId) {\n context.pushStringPart(compilerDom.createSimpleExpression(`_scopeId`, false));\n }\n context.pushStringPart(`>`);\n const rawChildren = rawChildrenMap.get(node);\n if (rawChildren) {\n context.pushStringPart(rawChildren);\n } else if (node.children.length) {\n processChildren(node, context);\n }\n if (!isVoidTag(node.tag)) {\n context.pushStringPart(`</${node.tag}>`);\n }\n}\n\nconst wipMap$2 = /* @__PURE__ */ new WeakMap();\nfunction ssrTransformTransitionGroup(node, context) {\n return () => {\n const tag = compilerDom.findProp(node, \"tag\");\n if (tag) {\n const otherProps = node.props.filter((p) => p !== tag);\n const { props, directives } = compilerDom.buildProps(\n node,\n context,\n otherProps,\n true,\n false,\n true\n );\n let propsExp = null;\n if (props || directives.length) {\n propsExp = compilerDom.createCallExpression(context.helper(SSR_RENDER_ATTRS), [\n buildSSRProps(props, directives, context)\n ]);\n }\n wipMap$2.set(node, {\n tag,\n propsExp,\n scopeId: context.scopeId || null\n });\n }\n };\n}\nfunction ssrProcessTransitionGroup(node, context) {\n const entry = wipMap$2.get(node);\n if (entry) {\n const { tag, propsExp, scopeId } = entry;\n if (tag.type === 7) {\n context.pushStringPart(`<`);\n context.pushStringPart(tag.exp);\n if (propsExp) {\n context.pushStringPart(propsExp);\n }\n if (scopeId) {\n context.pushStringPart(` ${scopeId}`);\n }\n context.pushStringPart(`>`);\n processChildren(\n node,\n context,\n false,\n /**\n * TransitionGroup has the special runtime behavior of flattening and\n * concatenating all children into a single fragment (in order for them to\n * be patched using the same key map) so we need to account for that here\n * by disabling nested fragment wrappers from being generated.\n */\n true,\n /**\n * TransitionGroup filters out comment children at runtime and thus\n * doesn't expect comments to be present during hydration. We need to\n * account for that by disabling the empty comment that is otherwise\n * rendered for a falsy v-if that has no v-else specified. (#6715)\n */\n true\n );\n context.pushStringPart(`</`);\n context.pushStringPart(tag.exp);\n context.pushStringPart(`>`);\n } else {\n context.pushStringPart(`<${tag.value.content}`);\n if (propsExp) {\n context.pushStringPart(propsExp);\n }\n if (scopeId) {\n context.pushStringPart(` ${scopeId}`);\n }\n context.pushStringPart(`>`);\n processChildren(node, context, false, true, true);\n context.pushStringPart(`</${tag.value.content}>`);\n }\n } else {\n processChildren(node, context, true, true, true);\n }\n}\n\nconst wipMap$1 = /* @__PURE__ */ new WeakMap();\nfunction ssrTransformTransition(node, context) {\n return () => {\n const appear = compilerDom.findProp(node, \"appear\", false, true);\n wipMap$1.set(node, !!appear);\n };\n}\nfunction ssrProcessTransition(node, context) {\n node.children = node.children.filter((c) => c.type !== 3);\n const appear = wipMap$1.get(node);\n if (appear) {\n context.pushStringPart(`<template>`);\n processChildren(node, context, false, true);\n context.pushStringPart(`</template>`);\n } else {\n processChildren(node, context, false, true);\n }\n}\n\nconst wipMap = /* @__PURE__ */ new WeakMap();\nconst WIP_SLOT = /* @__PURE__ */ Symbol();\nconst componentTypeMap = /* @__PURE__ */ new WeakMap();\nconst ssrTransformComponent = (node, context) => {\n if (node.type !== 1 || node.tagType !== 1) {\n return;\n }\n const component = compilerDom.resolveComponentType(\n node,\n context,\n true\n /* ssr */\n );\n const isDynamicComponent = shared.isObject(component) && component.callee === compilerDom.RESOLVE_DYNAMIC_COMPONENT;\n componentTypeMap.set(node, component);\n if (shared.isSymbol(component)) {\n if (component === compilerDom.SUSPENSE) {\n return ssrTransformSuspense(node, context);\n } else if (component === compilerDom.TRANSITION_GROUP) {\n return ssrTransformTransitionGroup(node, context);\n } else if (component === compilerDom.TRANSITION) {\n return ssrTransformTransition(node);\n }\n return;\n }\n const vnodeBranches = [];\n const clonedNode = clone(node);\n return function ssrPostTransformComponent() {\n if (clonedNode.children.length) {\n compilerDom.buildSlots(clonedNode, context, (props, vFor, children) => {\n vnodeBranches.push(\n createVNodeSlotBranch(props, vFor, children, context)\n );\n return compilerDom.createFunctionExpression(void 0);\n });\n }\n let propsExp = `null`;\n if (node.props.length) {\n const { props, directives } = compilerDom.buildProps(\n node,\n context,\n void 0,\n true,\n isDynamicComponent\n );\n if (props || directives.length) {\n propsExp = buildSSRProps(props, directives, context);\n }\n }\n const wipEntries = [];\n wipMap.set(node, wipEntries);\n const buildSSRSlotFn = (props, _vForExp, children, loc) => {\n const param0 = props && compilerDom.stringifyExpression(props) || `_`;\n const fn = compilerDom.createFunctionExpression(\n [param0, `_push`, `_parent`, `_scopeId`],\n void 0,\n // no return, assign body later\n true,\n // newline\n true,\n // isSlot\n loc\n );\n wipEntries.push({\n type: WIP_SLOT,\n fn,\n children,\n // also collect the corresponding vnode branch built earlier\n vnodeBranch: vnodeBranches[wipEntries.length]\n });\n return fn;\n };\n const slots = node.children.length ? compilerDom.buildSlots(node, context, buildSSRSlotFn).slots : `null`;\n if (typeof component !== \"string\") {\n node.ssrCodegenNode = compilerDom.createCallExpression(\n context.helper(SSR_RENDER_VNODE),\n [\n `_push`,\n compilerDom.createCallExpression(context.helper(compilerDom.CREATE_VNODE), [\n component,\n propsExp,\n slots\n ]),\n `_parent`\n ]\n );\n } else {\n node.ssrCodegenNode = compilerDom.createCallExpression(\n context.helper(SSR_RENDER_COMPONENT),\n [component, propsExp, slots, `_parent`]\n );\n }\n };\n};\nfunction ssrProcessComponent(node, context, parent) {\n const component = componentTypeMap.get(node);\n if (!node.ssrCodegenNode) {\n if (component === compilerDom.TELEPORT) {\n return ssrProcessTeleport(node, context);\n } else if (component === compilerDom.SUSPENSE) {\n return ssrProcessSuspense(node, context);\n } else if (component === compilerDom.TRANSITION_GROUP) {\n return ssrProcessTransitionGroup(node, context);\n } else {\n if (parent.type === WIP_SLOT) {\n context.pushStringPart(``);\n }\n if (component === compilerDom.TRANSITION) {\n return ssrProcessTransition(node, context);\n }\n processChildren(node, context);\n }\n } else {\n const wipEntries = wipMap.get(node) || [];\n for (let i = 0; i < wipEntries.length; i++) {\n const { fn, vnodeBranch } = wipEntries[i];\n fn.body = compilerDom.createIfStatement(\n compilerDom.createSimpleExpression(`_push`, false),\n processChildrenAsStatement(\n wipEntries[i],\n context,\n false,\n true\n ),\n vnodeBranch\n );\n }\n if (context.withSlotScopeId) {\n node.ssrCodegenNode.arguments.push(`_scopeId`);\n }\n if (typeof component === \"string\") {\n context.pushStatement(\n compilerDom.createCallExpression(`_push`, [node.ssrCodegenNode])\n );\n } else {\n context.pushStatement(node.ssrCodegenNode);\n }\n }\n}\nconst rawOptionsMap = /* @__PURE__ */ new WeakMap();\nconst [baseNodeTransforms, baseDirectiveTransforms] = compilerDom.getBaseTransformPreset(true);\nconst vnodeNodeTransforms = [...baseNodeTransforms, ...compilerDom.DOMNodeTransforms];\nconst vnodeDirectiveTransforms = {\n ...baseDirectiveTransforms,\n ...compilerDom.DOMDirectiveTransforms\n};\nfunction createVNodeSlotBranch(slotProps, vFor, children, parentContext) {\n const rawOptions = rawOptionsMap.get(parentContext.root);\n const subOptions = {\n ...rawOptions,\n // overwrite with vnode-based transforms\n nodeTransforms: [\n ...vnodeNodeTransforms,\n ...rawOptions.nodeTransforms || []\n ],\n directiveTransforms: {\n ...vnodeDirectiveTransforms,\n ...rawOptions.directiveTransforms || {}\n }\n };\n const wrapperProps = [];\n if (slotProps) {\n wrapperProps.push({\n type: 7,\n name: \"slot\",\n exp: slotProps,\n arg: void 0,\n modifiers: [],\n loc: compilerDom.locStub\n });\n }\n if (vFor) {\n wrapperProps.push(shared.extend({}, vFor));\n }\n const wrapperNode = {\n type: 1,\n ns: 0,\n tag: \"template\",\n tagType: 3,\n props: wrapperProps,\n children,\n loc: compilerDom.locStub,\n codegenNode: void 0\n };\n subTransform(wrapperNode, subOptions, parentContext);\n return compilerDom.createReturnStatement(children);\n}\nfunction subTransform(node, options, parentContext) {\n const childRoot = compilerDom.createRoot([node]);\n const childContext = compilerDom.createTransformContext(childRoot, options);\n childContext.ssr = false;\n childContext.scopes = { ...parentContext.scopes };\n childContext.identifiers = { ...parentContext.identifiers };\n childContext.imports = parentContext.imports;\n compilerDom.traverseNode(childRoot, childContext);\n [\"helpers\", \"components\", \"directives\"].forEach((key) => {\n childContext[key].forEach((value, helperKey) => {\n if (key === \"helpers\") {\n const parentCount = parentContext.helpers.get(helperKey);\n if (parentCount === void 0) {\n parentContext.helpers.set(helperKey, value);\n } else {\n parentContext.helpers.set(helperKey, value + parentCount);\n }\n } else {\n parentContext[key].add(value);\n }\n });\n });\n}\nfunction clone(v) {\n if (shared.isArray(v)) {\n return v.map(clone);\n } else if (shared.isPlainObject(v)) {\n const res = {};\n for (const key in v) {\n res[key] = clone(v[key]);\n }\n return res;\n } else {\n return v;\n }\n}\n\nfunction ssrCodegenTransform(ast, options) {\n const context = createSSRTransformContext(ast, options);\n if (options.ssrCssVars) {\n const cssContext = compilerDom.createTransformContext(compilerDom.createRoot([]), options);\n const varsExp = compilerDom.processExpression(\n compilerDom.createSimpleExpression(options.ssrCssVars, false),\n cssContext\n );\n context.body.push(\n compilerDom.createCompoundExpression([`const _cssVars = { style: `, varsExp, `}`])\n );\n Array.from(cssContext.helpers.keys()).forEach((helper) => {\n ast.helpers.add(helper);\n });\n }\n const isFragment = ast.children.length > 1 && ast.children.some((c) => !compilerDom.isText(c));\n processChildren(ast, context, isFragment);\n ast.codegenNode = compilerDom.createBlockStatement(context.body);\n ast.ssrHelpers = Array.from(\n /* @__PURE__ */ new Set([\n ...Array.from(ast.helpers).filter((h) => h in ssrHelpers),\n ...context.helpers\n ])\n );\n ast.helpers = new Set(Array.from(ast.helpers).filter((h) => !(h in ssrHelpers)));\n}\nfunction createSSRTransformContext(root, options, helpers = /* @__PURE__ */ new Set(), withSlotScopeId = false) {\n const body = [];\n let currentString = null;\n return {\n root,\n options,\n body,\n helpers,\n withSlotScopeId,\n onError: options.onError || ((e) => {\n throw e;\n }),\n helper(name) {\n helpers.add(name);\n return name;\n },\n pushStringPart(part) {\n if (!currentString) {\n const currentCall = compilerDom.createCallExpression(`_push`);\n body.push(currentCall);\n currentString = compilerDom.createTemplateLiteral([]);\n currentCall.arguments.push(currentString);\n }\n const bufferedElements = currentString.elements;\n const lastItem = bufferedElements[bufferedElements.length - 1];\n if (shared.isString(part) && shared.isString(lastItem)) {\n bufferedElements[bufferedElements.length - 1] += part;\n } else {\n bufferedElements.push(part);\n }\n },\n pushStatement(statement) {\n currentString = null;\n body.push(statement);\n }\n };\n}\nfunction createChildContext(parent, withSlotScopeId = parent.withSlotScopeId) {\n return createSSRTransformContext(\n parent.root,\n parent.options,\n parent.helpers,\n withSlotScopeId\n );\n}\nfunction processChildren(parent, context, asFragment = false, disableNestedFragments = false, disableComment = false) {\n if (asFragment) {\n context.pushStringPart(`<!--[-->`);\n }\n const { children } = parent;\n for (let i = 0; i < children.length; i++) {\n const child = children[i];\n switch (child.type) {\n case 1:\n switch (child.tagType) {\n case 0:\n ssrProcessElement(child, context);\n break;\n case 1:\n ssrProcessComponent(child, context, parent);\n break;\n case 2:\n ssrProcessSlotOutlet(child, context);\n break;\n case 3:\n break;\n default:\n context.onError(\n createSSRCompilerError(\n 67,\n child.loc\n )\n );\n const exhaustiveCheck2 = child;\n return exhaustiveCheck2;\n }\n break;\n case 2:\n context.pushStringPart(shared.escapeHtml(child.content));\n break;\n case 3:\n if (!disableComment) {\n context.pushStringPart(`<!--${child.content}-->`);\n }\n break;\n case 5:\n context.pushStringPart(\n compilerDom.createCallExpression(context.helper(SSR_INTERPOLATE), [\n child.content\n ])\n );\n break;\n case 9:\n ssrProcessIf(child, context, disableNestedFragments, disableComment);\n break;\n case 11:\n ssrProcessFor(child, context, disableNestedFragments);\n break;\n case 10:\n break;\n case 12:\n case 8:\n break;\n default:\n context.onError(\n createSSRCompilerError(\n 67,\n child.loc\n )\n );\n const exhaustiveCheck = child;\n return exhaustiveCheck;\n }\n }\n if (asFragment) {\n context.pushStringPart(`<!--]-->`);\n }\n}\nfunction processChildrenAsStatement(parent, parentContext, asFragment = false, withSlotScopeId = parentContext.withSlotScopeId) {\n const childContext = createChildContext(parentContext, withSlotScopeId);\n processChildren(parent, childContext, asFragment);\n return compilerDom.createBlockStatement(childContext.body);\n}\n\nconst ssrTransformModel = (dir, node, context) => {\n const model = dir.exp;\n function checkDuplicatedValue() {\n const value = compilerDom.findProp(node, \"value\");\n if (value) {\n context.onError(\n compilerDom.createDOMCompilerError(\n 61,\n value.loc\n )\n );\n }\n }\n const processSelectChildren = (children) => {\n children.forEach((child) => {\n if (child.type === 1) {\n processOption(child);\n } else if (child.type === 11) {\n processSelectChildren(child.children);\n } else if (child.type === 9) {\n child.branches.forEach((b) => processSelectChildren(b.children));\n }\n });\n };\n function processOption(plainNode) {\n if (plainNode.tag === \"option\") {\n if (plainNode.props.findIndex((p) => p.name === \"selected\") === -1) {\n const value = findValueBinding(plainNode);\n plainNode.ssrCodegenNode.elements.push(\n compilerDom.createConditionalExpression(\n compilerDom.createCallExpression(context.helper(SSR_INCLUDE_BOOLEAN_ATTR), [\n compilerDom.createConditionalExpression(\n compilerDom.createCallExpression(`Array.isArray`, [model]),\n compilerDom.createCallExpression(context.helper(SSR_LOOSE_CONTAIN), [\n model,\n value\n ]),\n compilerDom.createCallExpression(context.helper(SSR_LOOSE_EQUAL), [\n model,\n value\n ])\n )\n ]),\n compilerDom.createSimpleExpression(\" selected\", true),\n compilerDom.createSimpleExpression(\"\", true),\n false\n )\n );\n }\n } else if (plainNode.tag === \"optgroup\") {\n processSelectChildren(plainNode.children);\n }\n }\n if (node.tagType === 0) {\n const res = { props: [] };\n if (node.tag === \"input\") {\n const defaultProps = [\n // default value binding for text type inputs\n compilerDom.createObjectProperty(`value`, model)\n ];\n const type = compilerDom.findProp(node, \"type\");\n if (type) {\n const value = findValueBinding(node);\n if (type.type === 7) {\n res.ssrTagParts = [\n compilerDom.createCallExpression(context.helper(SSR_RENDER_DYNAMIC_MODEL), [\n type.exp,\n model,\n value\n ])\n ];\n } else if (type.value) {\n switch (type.value.content) {\n case \"radio\":\n res.props = [\n compilerDom.createObjectProperty(\n `checked`,\n compilerDom.createCallExpression(context.helper(SSR_LOOSE_EQUAL), [\n model,\n value\n ])\n )\n ];\n break;\n case \"checkbox\":\n const trueValueBinding = compilerDom.findProp(node, \"true-value\");\n if (trueValueBinding) {\n const trueValue = trueValueBinding.type === 6 ? JSON.stringify(trueValueBinding.value.content) : trueValueBinding.exp;\n res.props = [\n compilerDom.createObjectProperty(\n `checked`,\n compilerDom.createCallExpression(context.helper(SSR_LOOSE_EQUAL), [\n model,\n trueValue\n ])\n )\n ];\n } else {\n res.props = [\n compilerDom.createObjectProperty(\n `checked`,\n compilerDom.createConditionalExpression(\n compilerDom.createCallExpression(`Array.isArray`, [model]),\n compilerDom.createCallExpression(context.helper(SSR_LOOSE_CONTAIN), [\n model,\n value\n ]),\n model\n )\n )\n ];\n }\n break;\n case \"file\":\n context.onError(\n compilerDom.createDOMCompilerError(\n 60,\n dir.loc\n )\n );\n break;\n default:\n checkDuplicatedValue();\n res.props = defaultProps;\n break;\n }\n }\n } else if (compilerDom.hasDynamicKeyVBind(node)) ; else {\n checkDuplicatedValue();\n res.props = defaultProps;\n }\n } else if (node.tag === \"textarea\") {\n checkDuplicatedValue();\n node.children = [compilerDom.createInterpolation(model, model.loc)];\n } else if (node.tag === \"select\") {\n processSelectChildren(node.children);\n } else {\n context.onError(\n compilerDom.createDOMCompilerError(\n 58,\n dir.loc\n )\n );\n }\n return res;\n } else {\n return compilerDom.transformModel(dir, node, context);\n }\n};\nfunction findValueBinding(node) {\n const valueBinding = compilerDom.findProp(node, \"value\");\n return valueBinding ? valueBinding.type === 7 ? valueBinding.exp : compilerDom.createSimpleExpression(valueBinding.value.content, true) : compilerDom.createSimpleExpression(`null`, false);\n}\n\nconst ssrTransformShow = (dir, node, context) => {\n if (!dir.exp) {\n context.onError(\n compilerDom.createDOMCompilerError(62)\n );\n }\n return {\n props: [\n compilerDom.createObjectProperty(\n `style`,\n compilerDom.createConditionalExpression(\n dir.exp,\n compilerDom.createSimpleExpression(`null`, false),\n compilerDom.createObjectExpression([\n compilerDom.createObjectProperty(\n `display`,\n compilerDom.createSimpleExpression(`none`, true)\n )\n ]),\n false\n )\n )\n ]\n };\n};\n\nconst filterChild = (node) => node.children.filter((n) => !compilerDom.isCommentOrWhitespace(n));\nconst hasSingleChild = (node) => filterChild(node).length === 1;\nconst ssrInjectFallthroughAttrs = (node, context) => {\n if (node.type === 0) {\n context.identifiers._attrs = 1;\n }\n if (node.type === 1 && node.tagType === 1 && (node.tag === \"transition\" || node.tag === \"Transition\" || node.tag === \"KeepAlive\" || node.tag === \"keep-alive\")) {\n const rootChildren = filterChild(context.root);\n if (rootChildren.length === 1 && rootChildren[0] === node) {\n if (hasSingleChild(node)) {\n injectFallthroughAttrs(node.children[0]);\n }\n return;\n }\n }\n const parent = context.parent;\n if (!parent || parent.type !== 0) {\n return;\n }\n if (node.type === 10 && hasSingleChild(node)) {\n let hasEncounteredIf = false;\n for (const c of filterChild(parent)) {\n if (c.type === 9 || c.type === 1 && compilerDom.findDir(c, \"if\")) {\n if (hasEncounteredIf) return;\n hasEncounteredIf = true;\n } else if (\n // node before v-if\n !hasEncounteredIf || // non else nodes\n !(c.type === 1 && compilerDom.findDir(c, /else/, true))\n ) {\n return;\n }\n }\n injectFallthroughAttrs(node.children[0]);\n } else if (hasSingleChild(parent)) {\n injectFallthroughAttrs(node);\n }\n};\nfunction injectFallthroughAttrs(node) {\n if (node.type === 1 && (node.tagType === 0 || node.tagType === 1) && !compilerDom.findDir(node, \"for\")) {\n node.props.push({\n type: 7,\n name: \"bind\",\n arg: void 0,\n exp: compilerDom.createSimpleExpression(`_attrs`, false),\n modifiers: [],\n loc: compilerDom.locStub\n });\n }\n}\n\nconst ssrInjectCssVars = (node, context) => {\n if (!context.ssrCssVars) {\n return;\n }\n if (node.type === 0) {\n context.identifiers._cssVars = 1;\n }\n const parent = context.parent;\n if (!parent || parent.type !== 0) {\n return;\n }\n if (node.type === 10) {\n for (const child of node.children) {\n injectCssVars(child);\n }\n } else {\n injectCssVars(node);\n }\n};\nfunction injectCssVars(node) {\n if (node.type === 1 && (node.tagType === 0 || node.tagType === 1) && !compilerDom.findDir(node, \"for\")) {\n if (node.tag === \"suspense\" || node.tag === \"Suspense\") {\n for (const child of node.children) {\n if (child.type === 1 && child.tagType === 3) {\n child.children.forEach(injectCssVars);\n } else {\n injectCssVars(child);\n }\n }\n } else {\n node.props.push({\n type: 7,\n name: \"bind\",\n arg: void 0,\n exp: compilerDom.createSimpleExpression(`_cssVars`, false),\n modifiers: [],\n loc: compilerDom.locStub\n });\n }\n }\n}\n\nfunction compile(source, options = {}) {\n options = {\n ...options,\n ...compilerDom.parserOptions,\n ssr: true,\n inSSR: true,\n scopeId: options.mode === \"function\" ? null : options.scopeId,\n // always prefix since compiler-ssr doesn't have size concern\n prefixIdentifiers: true,\n // disable optimizations that are unnecessary for ssr\n cacheHandlers: false,\n hoistStatic: false\n };\n const ast = typeof source === \"string\" ? compilerDom.baseParse(source, options) : source;\n rawOptionsMap.set(ast, options);\n compilerDom.transform(ast, {\n ...options,\n hoistStatic: false,\n nodeTransforms: [\n compilerDom.transformVBindShorthand,\n ssrTransformIf,\n ssrTransformFor,\n compilerDom.trackVForSlotScopes,\n compilerDom.transformExpression,\n ssrTransformSlotOutlet,\n ssrInjectFallthroughAttrs,\n ssrInjectCssVars,\n ssrTransformElement,\n ssrTransformComponent,\n compilerDom.trackSlotScopes,\n compilerDom.transformStyle,\n ...options.nodeTransforms || []\n // user transforms\n ],\n directiveTransforms: {\n // reusing core v-bind\n bind: compilerDom.transformBind,\n on: compilerDom.transformOn,\n // model and show have dedicated SSR handling\n model: ssrTransformModel,\n show: ssrTransformShow,\n // the following are ignored during SSR\n // on: noopDirectiveTransform,\n cloak: compilerDom.noopDirectiveTransform,\n once: compilerDom.noopDirectiveTransform,\n memo: compilerDom.noopDirectiveTransform,\n ...options.directiveTransforms || {}\n // user transforms\n }\n });\n ssrCodegenTransform(ast, options);\n return compilerDom.generate(ast, options);\n}\n\nexports.compile = compile;\n"],"x_google_ignoreList":[0],"mappings":"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"}
|