first commit

This commit is contained in:
Matteo Benedetto
2025-09-27 18:02:29 +02:00
commit 5b03db2f52
15097 changed files with 3280772 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"hash": "2a7e725f",
"browserHash": "b91b1731",
"optimized": {
"vue": {
"src": "../../../../vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "ddd77715",
"needsInterop": false
},
"quasar/dist/quasar.client.js": {
"src": "../../../../quasar/dist/quasar.client.js",
"file": "quasar_dist_quasar_client_js.js",
"fileHash": "fd739ed3",
"needsInterop": false
},
"quasar/wrappers": {
"src": "../../../../quasar/wrappers/index.js",
"file": "quasar_wrappers.js",
"fileHash": "01344809",
"needsInterop": false
},
"vue-router": {
"src": "../../../../vue-router/dist/vue-router.mjs",
"file": "vue-router.js",
"fileHash": "2b89a22d",
"needsInterop": false
}
},
"chunks": {
"chunk-ONCWRBXC": {
"file": "chunk-ONCWRBXC.js"
}
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
{"type":"module"}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+64
View File
@@ -0,0 +1,64 @@
// node_modules/quasar/wrappers/index.js
function boot(callback) {
return callback;
}
function configure(callback) {
return callback;
}
function preFetch(callback) {
return callback;
}
function route(callback) {
return callback;
}
function store(callback) {
return callback;
}
function ssrMiddleware(callback) {
return callback;
}
function ssrProductionExport(callback) {
return callback;
}
function ssrCreate(callback) {
return callback;
}
function ssrListen(callback) {
return callback;
}
function ssrClose(callback) {
return callback;
}
function ssrServeStaticContent(callback) {
return callback;
}
function ssrRenderPreloadTag(callback) {
return callback;
}
function bexBackground(callback) {
return callback;
}
function bexContent(callback) {
return callback;
}
function bexDom(callback) {
return callback;
}
export {
bexBackground,
bexContent,
bexDom,
boot,
configure,
preFetch,
route,
ssrClose,
ssrCreate,
ssrListen,
ssrMiddleware,
ssrProductionExport,
ssrRenderPreloadTag,
ssrServeStaticContent,
store
};
//# sourceMappingURL=quasar_wrappers.js.map
@@ -0,0 +1,7 @@
{
"version": 3,
"sources": ["../../../../quasar/wrappers/index.js"],
"sourcesContent": ["// Functions in this file are no-op,\n// they just take a callback function and return it\n// They're used to apply typings to the callback\n// parameters and return value when using Quasar with TypeScript\n// We need these in `ui` folder to make `quasar/wrapper` import work,\n// but they are useful only for Quasar CLI projects\n// They are typed via module augmentation by `@quasar/app-webpack` / `@quasar/app-vite`\n\n/*******************************************************\n * Warning!\n * All these are deprecated starting with\n * @quasar/app-vite v2\n * @quasar/app-webpack v4\n *\n * Use the new wrappers from #q-app/wrappers\n *******************************************************/\n\nexport function boot (callback) {\n return callback\n}\n\nexport function configure (callback) {\n return callback\n}\n\nexport function preFetch (callback) {\n return callback\n}\n\nexport function route (callback) {\n return callback\n}\n\nexport function store (callback) {\n return callback\n}\n\nexport function ssrMiddleware (callback) {\n return callback\n}\n\n/**\n * Below only for @quasar/app-webpack v3\n */\n\nexport function ssrProductionExport (callback) {\n return callback\n}\n\n/**\n * Below only for @quasar/app-vite v1\n */\n\nexport function ssrCreate (callback) {\n return callback\n}\n\nexport function ssrListen (callback) {\n return callback\n}\n\nexport function ssrClose (callback) {\n return callback\n}\n\nexport function ssrServeStaticContent (callback) {\n return callback\n}\n\nexport function ssrRenderPreloadTag (callback) {\n return callback\n}\n\n/**\n * Below only for legacy @quasar/app-vite v1 & @quasar/app-webpack v3\n */\n\nexport function bexBackground (callback) {\n return callback\n}\n\nexport function bexContent (callback) {\n return callback\n}\n\nexport function bexDom (callback) {\n return callback\n}\n"],
"mappings": ";AAiBO,SAAS,KAAM,UAAU;AAC9B,SAAO;AACT;AAEO,SAAS,UAAW,UAAU;AACnC,SAAO;AACT;AAEO,SAAS,SAAU,UAAU;AAClC,SAAO;AACT;AAEO,SAAS,MAAO,UAAU;AAC/B,SAAO;AACT;AAEO,SAAS,MAAO,UAAU;AAC/B,SAAO;AACT;AAEO,SAAS,cAAe,UAAU;AACvC,SAAO;AACT;AAMO,SAAS,oBAAqB,UAAU;AAC7C,SAAO;AACT;AAMO,SAAS,UAAW,UAAU;AACnC,SAAO;AACT;AAEO,SAAS,UAAW,UAAU;AACnC,SAAO;AACT;AAEO,SAAS,SAAU,UAAU;AAClC,SAAO;AACT;AAEO,SAAS,sBAAuB,UAAU;AAC/C,SAAO;AACT;AAEO,SAAS,oBAAqB,UAAU;AAC7C,SAAO;AACT;AAMO,SAAS,cAAe,UAAU;AACvC,SAAO;AACT;AAEO,SAAS,WAAY,UAAU;AACpC,SAAO;AACT;AAEO,SAAS,OAAQ,UAAU;AAChC,SAAO;AACT;",
"names": []
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+343
View File
@@ -0,0 +1,343 @@
import {
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,
createBaseVNode,
createBlock,
createCommentVNode,
createElementBlock,
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,
normalizeClass,
normalizeProps,
normalizeStyle,
onActivated,
onBeforeMount,
onBeforeUnmount,
onBeforeUpdate,
onDeactivated,
onErrorCaptured,
onMounted,
onRenderTracked,
onRenderTriggered,
onScopeDispose,
onServerPrefetch,
onUnmounted,
onUpdated,
onWatcherCleanup,
openBlock,
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
} from "./chunk-ONCWRBXC.js";
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,
normalizeClass,
normalizeProps,
normalizeStyle,
onActivated,
onBeforeMount,
onBeforeUnmount,
onBeforeUpdate,
onDeactivated,
onErrorCaptured,
onMounted,
onRenderTracked,
onRenderTriggered,
onScopeDispose,
onServerPrefetch,
onUnmounted,
onUpdated,
onWatcherCleanup,
openBlock,
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
};
//# sourceMappingURL=vue.js.map
+7
View File
@@ -0,0 +1,7 @@
{
"version": 3,
"sources": [],
"sourcesContent": [],
"mappings": "",
"names": []
}