@maizzle/framework 6.0.0 → 6.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/components/Layout.vue +2 -0
- package/dist/config/index.d.ts +10 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/index.js +44 -10
- package/dist/config/index.js.map +1 -1
- package/dist/serve.d.ts.map +1 -1
- package/dist/serve.js +55 -20
- package/dist/serve.js.map +1 -1
- package/dist/server/ui/.vite/deps/@lucide_vue.js +1 -1
- package/dist/server/ui/.vite/deps/@vueuse_core.js +1 -1
- package/dist/server/ui/.vite/deps/@vueuse_shared.js +1 -1
- package/dist/server/ui/.vite/deps/_metadata.json +15 -15
- package/dist/server/ui/.vite/deps/reka-ui.js +1 -1
- package/dist/server/ui/.vite/deps/vue-router.js +1 -1
- package/dist/server/ui/.vite/deps/vue.js +1 -1
- package/dist/server/ui/.vite/deps/{vue.runtime.esm-bundler-DaqjATE_.js → vue.runtime.esm-bundler-N1X0OxKs.js} +29 -14
- package/dist/server/ui/.vite/deps/vue.runtime.esm-bundler-N1X0OxKs.js.map +1 -0
- package/dist/transformers/inlineCss.js +1 -1
- package/dist/transformers/inlineCss.js.map +1 -1
- package/package.json +2 -2
- package/dist/server/ui/.vite/deps/vue.runtime.esm-bundler-DaqjATE_.js.map +0 -1
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
3
|
-
"configHash": "
|
|
2
|
+
"hash": "f55c83b7",
|
|
3
|
+
"configHash": "603de4d4",
|
|
4
4
|
"lockfileHash": "e3b0c442",
|
|
5
|
-
"browserHash": "
|
|
5
|
+
"browserHash": "f36ee564",
|
|
6
6
|
"optimized": {
|
|
7
7
|
"@lucide/vue": {
|
|
8
8
|
"src": "../../../../../node_modules/@lucide/vue/dist/esm/lucide-vue.mjs",
|
|
9
9
|
"file": "@lucide_vue.js",
|
|
10
|
-
"fileHash": "
|
|
10
|
+
"fileHash": "25e7d939",
|
|
11
11
|
"needsInterop": false
|
|
12
12
|
},
|
|
13
13
|
"@vueuse/core": {
|
|
14
14
|
"src": "../../../../../node_modules/@vueuse/core/dist/index.js",
|
|
15
15
|
"file": "@vueuse_core.js",
|
|
16
|
-
"fileHash": "
|
|
16
|
+
"fileHash": "4e1d0383",
|
|
17
17
|
"needsInterop": false
|
|
18
18
|
},
|
|
19
19
|
"@vueuse/shared": {
|
|
20
20
|
"src": "../../../../../node_modules/@vueuse/shared/dist/index.js",
|
|
21
21
|
"file": "@vueuse_shared.js",
|
|
22
|
-
"fileHash": "
|
|
22
|
+
"fileHash": "3bf66e85",
|
|
23
23
|
"needsInterop": false
|
|
24
24
|
},
|
|
25
25
|
"class-variance-authority": {
|
|
26
26
|
"src": "../../../../../node_modules/class-variance-authority/dist/index.mjs",
|
|
27
27
|
"file": "class-variance-authority.js",
|
|
28
|
-
"fileHash": "
|
|
28
|
+
"fileHash": "7bdc1cf0",
|
|
29
29
|
"needsInterop": false
|
|
30
30
|
},
|
|
31
31
|
"clsx": {
|
|
32
32
|
"src": "../../../../../node_modules/clsx/dist/clsx.mjs",
|
|
33
33
|
"file": "clsx.js",
|
|
34
|
-
"fileHash": "
|
|
34
|
+
"fileHash": "a0442136",
|
|
35
35
|
"needsInterop": false
|
|
36
36
|
},
|
|
37
37
|
"culori": {
|
|
38
38
|
"src": "../../../../../node_modules/culori/src/index.js",
|
|
39
39
|
"file": "culori.js",
|
|
40
|
-
"fileHash": "
|
|
40
|
+
"fileHash": "cd1ca4c1",
|
|
41
41
|
"needsInterop": false
|
|
42
42
|
},
|
|
43
43
|
"reka-ui": {
|
|
44
44
|
"src": "../../../../../node_modules/reka-ui/dist/index.js",
|
|
45
45
|
"file": "reka-ui.js",
|
|
46
|
-
"fileHash": "
|
|
46
|
+
"fileHash": "a552e9d3",
|
|
47
47
|
"needsInterop": false
|
|
48
48
|
},
|
|
49
49
|
"tailwind-merge": {
|
|
50
50
|
"src": "../../../../../node_modules/tailwind-merge/dist/bundle-cjs.js",
|
|
51
51
|
"file": "tailwind-merge.js",
|
|
52
|
-
"fileHash": "
|
|
52
|
+
"fileHash": "7423b068",
|
|
53
53
|
"needsInterop": true
|
|
54
54
|
},
|
|
55
55
|
"vue-router": {
|
|
56
56
|
"src": "../../../../../node_modules/vue-router/dist/vue-router.js",
|
|
57
57
|
"file": "vue-router.js",
|
|
58
|
-
"fileHash": "
|
|
58
|
+
"fileHash": "4bf10b22",
|
|
59
59
|
"needsInterop": false
|
|
60
60
|
},
|
|
61
61
|
"vue": {
|
|
62
62
|
"src": "../../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
|
63
63
|
"file": "vue.js",
|
|
64
|
-
"fileHash": "
|
|
64
|
+
"fileHash": "8c1c948e",
|
|
65
65
|
"needsInterop": false
|
|
66
66
|
}
|
|
67
67
|
},
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"file": "chunk-EAsCxrDo.js",
|
|
71
71
|
"isDynamicEntry": false
|
|
72
72
|
},
|
|
73
|
-
"vue.runtime.esm-bundler-
|
|
74
|
-
"file": "vue.runtime.esm-bundler-
|
|
73
|
+
"vue.runtime.esm-bundler-N1X0OxKs": {
|
|
74
|
+
"file": "vue.runtime.esm-bundler-N1X0OxKs.js",
|
|
75
75
|
"isDynamicEntry": false
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $n as toRef, Bt as onUnmounted, E as withModifiers, Et as mergeDefaults, G as createBaseVNode, Gn as reactive, H as cloneVNode, Hn as onScopeDispose, Ht as openBlock, It as onMounted, J as createElementBlock, Jt as renderList, K as createBlock, L as Teleport, Mt as onBeforeUnmount, N as Fragment, Ot as mergeProps, Pn as getCurrentScope, Qn as toRaw, Qt as resolveDynamicComponent, Sn as withCtx, St as inject, T as withKeys, Tn as withMemo, Vn as markRaw, Vt as onUpdated, W as computed, Wt as provide, Xn as shallowRef, Yn as shallowReadonly, Yt as renderSlot, _n as watch, bn as watchSyncEffect, cr as normalizeStyle, dt as getCurrentInstance, er as toRefs, et as createTextVNode, fn as useSlots, ir as camelize, jt as onBeforeMount, k as Comment, kt as nextTick, ln as useId$1, lr as toDisplayString, mt as h, n as vue_runtime_esm_bundler_exports, nr as triggerRef, on as toHandlers, pt as guardReactiveProps, q as createCommentVNode, qn as ref, rr as unref, rt as defineComponent, sr as normalizeProps, tr as toValue$1, tt as createVNode, ur as toHandlerKey, vn as watchEffect, w as vShow, wn as withDirectives, yn as watchPostEffect, zn as isRef } from "./vue.runtime.esm-bundler-
|
|
1
|
+
import { $n as toRef, Bt as onUnmounted, E as withModifiers, Et as mergeDefaults, G as createBaseVNode, Gn as reactive, H as cloneVNode, Hn as onScopeDispose, Ht as openBlock, It as onMounted, J as createElementBlock, Jt as renderList, K as createBlock, L as Teleport, Mt as onBeforeUnmount, N as Fragment, Ot as mergeProps, Pn as getCurrentScope, Qn as toRaw, Qt as resolveDynamicComponent, Sn as withCtx, St as inject, T as withKeys, Tn as withMemo, Vn as markRaw, Vt as onUpdated, W as computed, Wt as provide, Xn as shallowRef, Yn as shallowReadonly, Yt as renderSlot, _n as watch, bn as watchSyncEffect, cr as normalizeStyle, dt as getCurrentInstance, er as toRefs, et as createTextVNode, fn as useSlots, ir as camelize, jt as onBeforeMount, k as Comment, kt as nextTick, ln as useId$1, lr as toDisplayString, mt as h, n as vue_runtime_esm_bundler_exports, nr as triggerRef, on as toHandlers, pt as guardReactiveProps, q as createCommentVNode, qn as ref, rr as unref, rt as defineComponent, sr as normalizeProps, tr as toValue$1, tt as createVNode, ur as toHandlerKey, vn as watchEffect, w as vShow, wn as withDirectives, yn as watchPostEffect, zn as isRef } from "./vue.runtime.esm-bundler-N1X0OxKs.js";
|
|
2
2
|
import { computedEager, createEventHook, createGlobalState, createSharedComposable, isClient, isIOS, reactiveComputed, reactiveOmit, refAutoReset, syncRef, tryOnBeforeUnmount, tryOnScopeDispose, useDebounceFn, useTimeout, useTimeoutFn, watchOnce } from "./@vueuse_shared.js";
|
|
3
3
|
import { defaultWindow, onKeyStroke, unrefElement, useEventListener, useFocusWithin, useMounted, useParentElement, useRafFn, useResizeObserver, useVModel } from "./@vueuse_core.js";
|
|
4
4
|
//#region ../../home/cosmin/Work/maizzle/framework/node_modules/ohash/dist/shared/ohash.D__AXeF1.mjs
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { At as onActivated, Bt as onUnmounted, Gn as reactive, Jn as shallowReactive, Pt as onDeactivated, St as inject, W as computed, Wt as provide, Xn as shallowRef, _n as watch, dt as getCurrentInstance, kt as nextTick, mt as h, qn as ref, rr as unref, rt as defineComponent, vn as watchEffect } from "./vue.runtime.esm-bundler-
|
|
1
|
+
import { At as onActivated, Bt as onUnmounted, Gn as reactive, Jn as shallowReactive, Pt as onDeactivated, St as inject, W as computed, Wt as provide, Xn as shallowRef, _n as watch, dt as getCurrentInstance, kt as nextTick, mt as h, qn as ref, rr as unref, rt as defineComponent, vn as watchEffect } from "./vue.runtime.esm-bundler-N1X0OxKs.js";
|
|
2
2
|
//#region ../../home/cosmin/Work/maizzle/framework/node_modules/vue-router/dist/useApi-s_02lHjl.js
|
|
3
3
|
/*!
|
|
4
4
|
* vue-router v5.1.0
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as createStaticVNode, $n as toRef, $t as resolveFilter, A as DeprecationTypes, An as TriggerOpTypes, At as onActivated, B as callWithAsyncErrorHandling, Bn as isShallow, Bt as onUnmounted, C as vModelText, Cn as withDefaults, Ct as isMemoSame, D as BaseTransition, Dn as EffectScope, Dt as mergeModels, E as withModifiers, En as withScopeId, Et as mergeDefaults, F as Static, Fn as getCurrentWatcher, Ft as onErrorCaptured, G as createBaseVNode, Gn as reactive, Gt as pushScopeId, H as cloneVNode, Hn as onScopeDispose, Ht as openBlock, I as Suspense, In as isProxy, It as onMounted, J as createElementBlock, Jn as shallowReactive, Jt as renderList, K as createBlock, Kn as readonly, Kt as queuePostFlushCb, L as Teleport, Ln as isReactive, Lt as onRenderTracked, M as ErrorTypeStrings, Mn as effect, Mt as onBeforeUnmount, N as Fragment, Nn as effectScope, Nt as onBeforeUpdate, O as BaseTransitionPropsValidators, On as ReactiveEffect, Ot as mergeProps, P as KeepAlive, Pn as getCurrentScope, Pt as onDeactivated, Q as createSlots, Qn as toRaw, Qt as resolveDynamicComponent, R as Text, Rn as isReadonly, Rt as onRenderTriggered, S as vModelSelect, Sn as withCtx, St as inject, T as withKeys, Tn as withMemo, Tt as isVNode, U as compatUtils, Un as onWatcherCleanup, Ut as popScopeId, V as callWithErrorHandling, Vn as markRaw, Vt as onUpdated, W as computed, Wn as proxyRefs, Wt as provide, X as createPropsRestProxy, Xn as shallowRef, Xt as resolveComponent, Y as createHydrationRenderer, Yn as shallowReadonly, Yt as renderSlot, Z as createRenderer, Zn as stop, Zt as resolveDirective, _ as useHost, _n as watch, _t as hydrateOnIdle, a as VueElement, an as ssrUtils, ar as capitalize, at as defineExpose, b as vModelDynamic, bn as watchSyncEffect, bt as hydrateOnVisible, c as defineCustomElement, cn as useAttrs, cr as normalizeStyle, ct as defineProps, d as initDirectivesForSSR, dn as useSSRContext, dt as getCurrentInstance, en as resolveTransitionHooks, er as toRefs, et as createTextVNode, f as nodeOps, fn as useSlots, ft as getTransitionRawChildren, g as useCssVars, gn as warn, gt as hasInjectionContext, h as useCssModule, hn as version, ht as handleError, i as TransitionGroup, in as ssrContextKey, ir as camelize, it as defineEmits, j as ErrorCodes, jn as customRef, jt as onBeforeMount, k as Comment, kn as TrackOpTypes, kt as nextTick, l as defineSSRCustomElement, ln as useId, lr as toDisplayString, lt as defineSlots, m as render, mn as useTransitionState, mt as h, nn as setDevtoolsHook, nr as triggerRef, nt as defineAsyncComponent, o as createApp, on as toHandlers, or as normalizeClass, ot as defineModel, p as patchProp, pn as useTemplateRef, pt as guardReactiveProps, q as createCommentVNode, qn as ref, qt as registerRuntimeCompiler, r as Transition, rn as setTransitionHooks, rr as unref, rt as defineComponent, s as createSSRApp, sn as transformVNodeArgs, sr as normalizeProps, st as defineOptions, t as compile, tn as setBlockTracking, tr as toValue, tt as createVNode, u as hydrate, un as useModel, ur as toHandlerKey, ut as devtools, v as useShadowRoot, vn as watchEffect, vt as hydrateOnInteraction, w as vShow, wn as withDirectives, wt as isRuntimeOnly, x as vModelRadio, xn as withAsyncContext, xt as initCustomFormatter, y as vModelCheckbox, yn as watchPostEffect, yt as hydrateOnMediaQuery, z as assertNumber, zn as isRef, zt as onServerPrefetch } from "./vue.runtime.esm-bundler-
|
|
1
|
+
import { $ as createStaticVNode, $n as toRef, $t as resolveFilter, A as DeprecationTypes, An as TriggerOpTypes, At as onActivated, B as callWithAsyncErrorHandling, Bn as isShallow, Bt as onUnmounted, C as vModelText, Cn as withDefaults, Ct as isMemoSame, D as BaseTransition, Dn as EffectScope, Dt as mergeModels, E as withModifiers, En as withScopeId, Et as mergeDefaults, F as Static, Fn as getCurrentWatcher, Ft as onErrorCaptured, G as createBaseVNode, Gn as reactive, Gt as pushScopeId, H as cloneVNode, Hn as onScopeDispose, Ht as openBlock, I as Suspense, In as isProxy, It as onMounted, J as createElementBlock, Jn as shallowReactive, Jt as renderList, K as createBlock, Kn as readonly, Kt as queuePostFlushCb, L as Teleport, Ln as isReactive, Lt as onRenderTracked, M as ErrorTypeStrings, Mn as effect, Mt as onBeforeUnmount, N as Fragment, Nn as effectScope, Nt as onBeforeUpdate, O as BaseTransitionPropsValidators, On as ReactiveEffect, Ot as mergeProps, P as KeepAlive, Pn as getCurrentScope, Pt as onDeactivated, Q as createSlots, Qn as toRaw, Qt as resolveDynamicComponent, R as Text, Rn as isReadonly, Rt as onRenderTriggered, S as vModelSelect, Sn as withCtx, St as inject, T as withKeys, Tn as withMemo, Tt as isVNode, U as compatUtils, Un as onWatcherCleanup, Ut as popScopeId, V as callWithErrorHandling, Vn as markRaw, Vt as onUpdated, W as computed, Wn as proxyRefs, Wt as provide, X as createPropsRestProxy, Xn as shallowRef, Xt as resolveComponent, Y as createHydrationRenderer, Yn as shallowReadonly, Yt as renderSlot, Z as createRenderer, Zn as stop, Zt as resolveDirective, _ as useHost, _n as watch, _t as hydrateOnIdle, a as VueElement, an as ssrUtils, ar as capitalize, at as defineExpose, b as vModelDynamic, bn as watchSyncEffect, bt as hydrateOnVisible, c as defineCustomElement, cn as useAttrs, cr as normalizeStyle, ct as defineProps, d as initDirectivesForSSR, dn as useSSRContext, dt as getCurrentInstance, en as resolveTransitionHooks, er as toRefs, et as createTextVNode, f as nodeOps, fn as useSlots, ft as getTransitionRawChildren, g as useCssVars, gn as warn, gt as hasInjectionContext, h as useCssModule, hn as version, ht as handleError, i as TransitionGroup, in as ssrContextKey, ir as camelize, it as defineEmits, j as ErrorCodes, jn as customRef, jt as onBeforeMount, k as Comment, kn as TrackOpTypes, kt as nextTick, l as defineSSRCustomElement, ln as useId, lr as toDisplayString, lt as defineSlots, m as render, mn as useTransitionState, mt as h, nn as setDevtoolsHook, nr as triggerRef, nt as defineAsyncComponent, o as createApp, on as toHandlers, or as normalizeClass, ot as defineModel, p as patchProp, pn as useTemplateRef, pt as guardReactiveProps, q as createCommentVNode, qn as ref, qt as registerRuntimeCompiler, r as Transition, rn as setTransitionHooks, rr as unref, rt as defineComponent, s as createSSRApp, sn as transformVNodeArgs, sr as normalizeProps, st as defineOptions, t as compile, tn as setBlockTracking, tr as toValue, tt as createVNode, u as hydrate, un as useModel, ur as toHandlerKey, ut as devtools, v as useShadowRoot, vn as watchEffect, vt as hydrateOnInteraction, w as vShow, wn as withDirectives, wt as isRuntimeOnly, x as vModelRadio, xn as withAsyncContext, xt as initCustomFormatter, y as vModelCheckbox, yn as watchPostEffect, yt as hydrateOnMediaQuery, z as assertNumber, zn as isRef, zt as onServerPrefetch } from "./vue.runtime.esm-bundler-N1X0OxKs.js";
|
|
2
2
|
export { BaseTransition, BaseTransitionPropsValidators, Comment, DeprecationTypes, EffectScope, ErrorCodes, ErrorTypeStrings, Fragment, KeepAlive, ReactiveEffect, Static, Suspense, Teleport, Text, TrackOpTypes, Transition, TransitionGroup, TriggerOpTypes, VueElement, assertNumber, callWithAsyncErrorHandling, callWithErrorHandling, camelize, capitalize, cloneVNode, compatUtils, compile, computed, createApp, createBlock, createCommentVNode, createElementBlock, createBaseVNode as createElementVNode, createHydrationRenderer, createPropsRestProxy, createRenderer, createSSRApp, createSlots, createStaticVNode, createTextVNode, createVNode, customRef, defineAsyncComponent, defineComponent, defineCustomElement, defineEmits, defineExpose, defineModel, defineOptions, defineProps, defineSSRCustomElement, defineSlots, devtools, effect, effectScope, getCurrentInstance, getCurrentScope, getCurrentWatcher, getTransitionRawChildren, guardReactiveProps, h, handleError, hasInjectionContext, hydrate, hydrateOnIdle, hydrateOnInteraction, hydrateOnMediaQuery, hydrateOnVisible, initCustomFormatter, initDirectivesForSSR, inject, isMemoSame, isProxy, isReactive, isReadonly, isRef, isRuntimeOnly, isShallow, isVNode, markRaw, mergeDefaults, mergeModels, mergeProps, nextTick, nodeOps, normalizeClass, normalizeProps, normalizeStyle, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onScopeDispose, onServerPrefetch, onUnmounted, onUpdated, onWatcherCleanup, openBlock, patchProp, popScopeId, provide, proxyRefs, pushScopeId, queuePostFlushCb, reactive, readonly, ref, registerRuntimeCompiler, render, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, resolveFilter, resolveTransitionHooks, setBlockTracking, setDevtoolsHook, setTransitionHooks, shallowReactive, shallowReadonly, shallowRef, ssrContextKey, ssrUtils, stop, toDisplayString, toHandlerKey, toHandlers, toRaw, toRef, toRefs, toValue, transformVNodeArgs, triggerRef, unref, useAttrs, useCssModule, useCssVars, useHost, useId, useModel, useSSRContext, useShadowRoot, useSlots, useTemplateRef, useTransitionState, vModelCheckbox, vModelDynamic, vModelRadio, vModelSelect, vModelText, vShow, version, warn, watch, watchEffect, watchPostEffect, watchSyncEffect, withAsyncContext, withCtx, withDefaults, withDirectives, withKeys, withMemo, withModifiers, withScopeId };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as __exportAll } from "./chunk-EAsCxrDo.js";
|
|
2
2
|
//#region ../../home/cosmin/Work/maizzle/framework/node_modules/@vue/shared/dist/shared.esm-bundler.js
|
|
3
3
|
/**
|
|
4
|
-
* @vue/shared v3.5.
|
|
4
|
+
* @vue/shared v3.5.38
|
|
5
5
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
6
6
|
* @license MIT
|
|
7
7
|
**/
|
|
@@ -230,7 +230,7 @@ function normalizeCssVarValue(value) {
|
|
|
230
230
|
//#endregion
|
|
231
231
|
//#region ../../home/cosmin/Work/maizzle/framework/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js
|
|
232
232
|
/**
|
|
233
|
-
* @vue/reactivity v3.5.
|
|
233
|
+
* @vue/reactivity v3.5.38
|
|
234
234
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
235
235
|
* @license MIT
|
|
236
236
|
**/
|
|
@@ -1647,8 +1647,9 @@ function watch$1(source, cb, options = EMPTY_OBJ) {
|
|
|
1647
1647
|
if (once && cb) {
|
|
1648
1648
|
const _cb = cb;
|
|
1649
1649
|
cb = (...args) => {
|
|
1650
|
-
_cb(...args);
|
|
1650
|
+
const res = _cb(...args);
|
|
1651
1651
|
watchHandle();
|
|
1652
|
+
return res;
|
|
1652
1653
|
};
|
|
1653
1654
|
}
|
|
1654
1655
|
let oldValue = isMultiSource ? new Array(source.length).fill(INITIAL_WATCHER_VALUE) : INITIAL_WATCHER_VALUE;
|
|
@@ -1656,7 +1657,7 @@ function watch$1(source, cb, options = EMPTY_OBJ) {
|
|
|
1656
1657
|
if (!(effect.flags & 1) || !effect.dirty && !immediateFirstRun) return;
|
|
1657
1658
|
if (cb) {
|
|
1658
1659
|
const newValue = effect.run();
|
|
1659
|
-
if (deep || forceTrigger || (isMultiSource ? newValue.some((v, i) => hasChanged(v, oldValue[i])) : hasChanged(newValue, oldValue))) {
|
|
1660
|
+
if (immediateFirstRun || deep || forceTrigger || (isMultiSource ? newValue.some((v, i) => hasChanged(v, oldValue[i])) : hasChanged(newValue, oldValue))) {
|
|
1660
1661
|
if (cleanup) cleanup();
|
|
1661
1662
|
const currentWatcher = activeWatcher;
|
|
1662
1663
|
activeWatcher = effect;
|
|
@@ -1717,7 +1718,7 @@ function traverse(value, depth = Infinity, seen) {
|
|
|
1717
1718
|
//#endregion
|
|
1718
1719
|
//#region ../../home/cosmin/Work/maizzle/framework/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js
|
|
1719
1720
|
/**
|
|
1720
|
-
* @vue/runtime-core v3.5.
|
|
1721
|
+
* @vue/runtime-core v3.5.38
|
|
1721
1722
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
1722
1723
|
* @license MIT
|
|
1723
1724
|
**/
|
|
@@ -3541,10 +3542,18 @@ function defineAsyncComponent(source) {
|
|
|
3541
3542
|
const loaded = /* @__PURE__ */ ref(false);
|
|
3542
3543
|
const error = /* @__PURE__ */ ref();
|
|
3543
3544
|
const delayed = /* @__PURE__ */ ref(!!delay);
|
|
3544
|
-
|
|
3545
|
+
let timeoutTimer;
|
|
3546
|
+
let delayTimer;
|
|
3547
|
+
onUnmounted(() => {
|
|
3548
|
+
if (timeoutTimer != null) clearTimeout(timeoutTimer);
|
|
3549
|
+
if (delayTimer != null) clearTimeout(delayTimer);
|
|
3550
|
+
});
|
|
3551
|
+
if (delay) delayTimer = setTimeout(() => {
|
|
3552
|
+
if (instance.isUnmounted) return;
|
|
3545
3553
|
delayed.value = false;
|
|
3546
3554
|
}, delay);
|
|
3547
|
-
if (timeout != null) setTimeout(() => {
|
|
3555
|
+
if (timeout != null) timeoutTimer = setTimeout(() => {
|
|
3556
|
+
if (instance.isUnmounted) return;
|
|
3548
3557
|
if (!loaded.value && !error.value) {
|
|
3549
3558
|
const err = /* @__PURE__ */ new Error(`Async component timed out after ${timeout}ms.`);
|
|
3550
3559
|
onError(err);
|
|
@@ -3552,9 +3561,14 @@ function defineAsyncComponent(source) {
|
|
|
3552
3561
|
}
|
|
3553
3562
|
}, timeout);
|
|
3554
3563
|
load().then(() => {
|
|
3564
|
+
if (instance.isUnmounted) return;
|
|
3555
3565
|
loaded.value = true;
|
|
3556
3566
|
if (instance.parent && isKeepAlive(instance.parent.vnode)) instance.parent.update();
|
|
3557
3567
|
}).catch((err) => {
|
|
3568
|
+
if (instance.isUnmounted) {
|
|
3569
|
+
pendingRequest = null;
|
|
3570
|
+
return;
|
|
3571
|
+
}
|
|
3558
3572
|
onError(err);
|
|
3559
3573
|
error.value = err;
|
|
3560
3574
|
});
|
|
@@ -4590,12 +4604,13 @@ function useModel(props, name, options = EMPTY_OBJ) {
|
|
|
4590
4604
|
const emittedValue = options.set ? options.set(value) : value;
|
|
4591
4605
|
if (!hasChanged(emittedValue, localValue) && !(prevSetValue !== EMPTY_OBJ && hasChanged(value, prevSetValue))) return;
|
|
4592
4606
|
const rawProps = i.vnode.props;
|
|
4593
|
-
|
|
4607
|
+
const hasVModel = !!(rawProps && (name in rawProps || camelizedName in rawProps || hyphenatedName in rawProps) && (`onUpdate:${name}` in rawProps || `onUpdate:${camelizedName}` in rawProps || `onUpdate:${hyphenatedName}` in rawProps));
|
|
4608
|
+
if (!hasVModel) {
|
|
4594
4609
|
localValue = value;
|
|
4595
4610
|
trigger();
|
|
4596
4611
|
}
|
|
4597
4612
|
i.emit(`update:${name}`, emittedValue);
|
|
4598
|
-
if (hasChanged(value,
|
|
4613
|
+
if (hasChanged(value, prevSetValue) && (hasChanged(value, emittedValue) && !hasChanged(emittedValue, prevEmittedValue) || hasVModel && prevSetValue !== EMPTY_OBJ && !hasChanged(emittedValue, localValue))) trigger();
|
|
4599
4614
|
prevSetValue = value;
|
|
4600
4615
|
prevEmittedValue = emittedValue;
|
|
4601
4616
|
}
|
|
@@ -7091,7 +7106,7 @@ function isMemoSame(cached, memo) {
|
|
|
7091
7106
|
if (isBlockTreeEnabled > 0 && currentBlock) currentBlock.push(cached);
|
|
7092
7107
|
return true;
|
|
7093
7108
|
}
|
|
7094
|
-
var version = "3.5.
|
|
7109
|
+
var version = "3.5.38";
|
|
7095
7110
|
var warn = warn$1;
|
|
7096
7111
|
var ErrorTypeStrings = ErrorTypeStrings$1;
|
|
7097
7112
|
var devtools = devtools$1;
|
|
@@ -7114,7 +7129,7 @@ var DeprecationTypes = null;
|
|
|
7114
7129
|
//#endregion
|
|
7115
7130
|
//#region ../../home/cosmin/Work/maizzle/framework/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js
|
|
7116
7131
|
/**
|
|
7117
|
-
* @vue/runtime-dom v3.5.
|
|
7132
|
+
* @vue/runtime-dom v3.5.38
|
|
7118
7133
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
7119
7134
|
* @license MIT
|
|
7120
7135
|
**/
|
|
@@ -8164,7 +8179,7 @@ var TransitionGroup = /* @__PURE__ */ decorate({
|
|
|
8164
8179
|
prevChildren = [];
|
|
8165
8180
|
if (children) for (let i = 0; i < children.length; i++) {
|
|
8166
8181
|
const child = children[i];
|
|
8167
|
-
if (child.el && child.el instanceof Element) {
|
|
8182
|
+
if (child.el && child.el instanceof Element && !child.el[vShowHidden]) {
|
|
8168
8183
|
prevChildren.push(child);
|
|
8169
8184
|
setTransitionHooks(child, resolveTransitionHooks(child, cssTransitionProps, state, instance));
|
|
8170
8185
|
positionMap.set(child, getPosition(child.el));
|
|
@@ -8595,7 +8610,7 @@ var initDirectivesForSSR = () => {
|
|
|
8595
8610
|
//#endregion
|
|
8596
8611
|
//#region ../../home/cosmin/Work/maizzle/framework/node_modules/vue/dist/vue.runtime.esm-bundler.js
|
|
8597
8612
|
/**
|
|
8598
|
-
* vue v3.5.
|
|
8613
|
+
* vue v3.5.38
|
|
8599
8614
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8600
8615
|
* @license MIT
|
|
8601
8616
|
**/
|
|
@@ -8782,4 +8797,4 @@ var compile = () => {
|
|
|
8782
8797
|
//#endregion
|
|
8783
8798
|
export { createStaticVNode as $, toRef as $n, resolveFilter as $t, DeprecationTypes as A, TriggerOpTypes as An, onActivated as At, callWithAsyncErrorHandling as B, isShallow as Bn, onUnmounted as Bt, vModelText as C, withDefaults as Cn, isMemoSame as Ct, BaseTransition as D, EffectScope as Dn, mergeModels as Dt, withModifiers as E, withScopeId as En, mergeDefaults as Et, Static as F, getCurrentWatcher as Fn, onErrorCaptured as Ft, createBaseVNode as G, reactive as Gn, pushScopeId as Gt, cloneVNode as H, onScopeDispose as Hn, openBlock as Ht, Suspense as I, isProxy as In, onMounted as It, createElementBlock as J, shallowReactive as Jn, renderList as Jt, createBlock as K, readonly as Kn, queuePostFlushCb as Kt, Teleport as L, isReactive as Ln, onRenderTracked as Lt, ErrorTypeStrings as M, effect as Mn, onBeforeUnmount as Mt, Fragment as N, effectScope as Nn, onBeforeUpdate as Nt, BaseTransitionPropsValidators as O, ReactiveEffect as On, mergeProps as Ot, KeepAlive as P, getCurrentScope as Pn, onDeactivated as Pt, createSlots as Q, toRaw as Qn, resolveDynamicComponent as Qt, Text as R, isReadonly as Rn, onRenderTriggered as Rt, vModelSelect as S, withCtx as Sn, inject as St, withKeys as T, withMemo as Tn, isVNode as Tt, compatUtils as U, onWatcherCleanup as Un, popScopeId as Ut, callWithErrorHandling as V, markRaw as Vn, onUpdated as Vt, computed as W, proxyRefs as Wn, provide as Wt, createPropsRestProxy as X, shallowRef as Xn, resolveComponent as Xt, createHydrationRenderer as Y, shallowReadonly as Yn, renderSlot as Yt, createRenderer as Z, stop as Zn, resolveDirective as Zt, useHost as _, watch as _n, hydrateOnIdle as _t, VueElement as a, ssrUtils as an, capitalize as ar, defineExpose as at, vModelDynamic as b, watchSyncEffect as bn, hydrateOnVisible as bt, defineCustomElement as c, useAttrs as cn, normalizeStyle as cr, defineProps as ct, initDirectivesForSSR as d, useSSRContext as dn, getCurrentInstance as dt, resolveTransitionHooks as en, toRefs as er, createTextVNode as et, nodeOps as f, useSlots as fn, getTransitionRawChildren as ft, useCssVars as g, warn as gn, hasInjectionContext as gt, useCssModule as h, version as hn, handleError as ht, TransitionGroup as i, ssrContextKey as in, camelize as ir, defineEmits as it, ErrorCodes as j, customRef as jn, onBeforeMount as jt, Comment as k, TrackOpTypes as kn, nextTick as kt, defineSSRCustomElement as l, useId as ln, toDisplayString as lr, defineSlots as lt, render as m, useTransitionState as mn, h as mt, vue_runtime_esm_bundler_exports as n, setDevtoolsHook as nn, triggerRef as nr, defineAsyncComponent as nt, createApp as o, toHandlers as on, normalizeClass as or, defineModel as ot, patchProp as p, useTemplateRef as pn, guardReactiveProps as pt, createCommentVNode as q, ref as qn, registerRuntimeCompiler as qt, Transition as r, setTransitionHooks as rn, unref as rr, defineComponent as rt, createSSRApp as s, transformVNodeArgs as sn, normalizeProps as sr, defineOptions as st, compile as t, setBlockTracking as tn, toValue as tr, createVNode as tt, hydrate as u, useModel as un, toHandlerKey as ur, devtools as ut, useShadowRoot as v, watchEffect as vn, hydrateOnInteraction as vt, vShow as w, withDirectives as wn, isRuntimeOnly as wt, vModelRadio as x, withAsyncContext as xn, initCustomFormatter as xt, vModelCheckbox as y, watchPostEffect as yn, hydrateOnMediaQuery as yt, assertNumber as z, isRef as zn, onServerPrefetch as zt };
|
|
8784
8799
|
|
|
8785
|
-
//# sourceMappingURL=vue.runtime.esm-bundler-
|
|
8800
|
+
//# sourceMappingURL=vue.runtime.esm-bundler-N1X0OxKs.js.map
|