gemification_admin bekötve
This commit is contained in:
91
frontend_admin/.nuxt/dist/server/server.mjs
vendored
91
frontend_admin/.nuxt/dist/server/server.mjs
vendored
@@ -479,7 +479,7 @@ const _routes = [
|
||||
name: "users",
|
||||
path: "/users",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/index-BXFH9zj5.js")
|
||||
component: () => import("./_nuxt/index-D8qGjmnz.js")
|
||||
},
|
||||
{
|
||||
name: "garages",
|
||||
@@ -497,7 +497,7 @@ const _routes = [
|
||||
name: "packages",
|
||||
path: "/packages",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/index-CmqjFfry.js")
|
||||
component: () => import("./_nuxt/index-B9tmK_Km.js")
|
||||
},
|
||||
{
|
||||
name: "users-id",
|
||||
@@ -510,6 +510,12 @@ const _routes = [
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/index-BD2eKDSC.js")
|
||||
},
|
||||
{
|
||||
name: "gamification",
|
||||
path: "/gamification",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/index-Bf37iyk4.js")
|
||||
},
|
||||
{
|
||||
name: "garages-id",
|
||||
path: "/garages/:id()",
|
||||
@@ -519,6 +525,72 @@ const _routes = [
|
||||
name: "persons-id",
|
||||
path: "/persons/:id()",
|
||||
component: () => import("./_nuxt/index-DN4o4Z9u.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-badges",
|
||||
path: "/gamification/badges",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/badges-BJ6bQeZt.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-config",
|
||||
path: "/gamification/config",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/config-ChjtE2V1.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-ledger",
|
||||
path: "/gamification/ledger",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/ledger-CkE6BXLf.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-levels",
|
||||
path: "/gamification/levels",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/levels-D2gwg9KO.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-seasons",
|
||||
path: "/gamification/seasons",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/seasons-B_EJxQ8K.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-parameters",
|
||||
path: "/gamification/parameters",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/parameters-Clxz_NnY.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-users-id",
|
||||
path: "/gamification/users/:id()",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/_id_-CoXhCsuZ.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-leaderboard",
|
||||
path: "/gamification/leaderboard",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/leaderboard-C-QWIlDh.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-point-rules",
|
||||
path: "/gamification/point-rules",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/point-rules-C1ou37W0.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-users",
|
||||
path: "/gamification/users",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/index-B6MDQHdV.js")
|
||||
},
|
||||
{
|
||||
name: "gamification-competitions",
|
||||
path: "/gamification/competitions",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import("./_nuxt/competitions-1WDTeHdG.js")
|
||||
}
|
||||
];
|
||||
const _wrapInTransition = (props, children) => {
|
||||
@@ -663,7 +735,7 @@ const globalMiddleware = [
|
||||
manifest_45route_45rule
|
||||
];
|
||||
const namedMiddleware = {
|
||||
auth: () => import("./_nuxt/auth-Cq1Vc_k9.js")
|
||||
auth: () => import("./_nuxt/auth-nNLBs3fT.js")
|
||||
};
|
||||
Object.assign(/* @__PURE__ */ Object.create(null), {});
|
||||
const pageIslandRoutes = Object.assign(/* @__PURE__ */ Object.create(null), {});
|
||||
@@ -1533,7 +1605,7 @@ const localeLoaders = {
|
||||
{
|
||||
key: "locale_hu_46json_ee06c965",
|
||||
load: () => import(
|
||||
"./_nuxt/hu-DFYycw88.js"
|
||||
"./_nuxt/hu-D4bAMIbU.js"
|
||||
/* webpackChunkName: "locale_hu_46json_ee06c965" */
|
||||
),
|
||||
cache: true
|
||||
@@ -1543,7 +1615,7 @@ const localeLoaders = {
|
||||
{
|
||||
key: "locale_en_46json_0b63539c",
|
||||
load: () => import(
|
||||
"./_nuxt/en-BPBMPZpX.js"
|
||||
"./_nuxt/en-CjjyOvG7.js"
|
||||
/* webpackChunkName: "locale_en_46json_0b63539c" */
|
||||
),
|
||||
cache: true
|
||||
@@ -1683,7 +1755,7 @@ function getDefaultLocaleForDomain(host) {
|
||||
}
|
||||
const isSupportedLocale = (locale) => localeCodes.includes(locale || "");
|
||||
const resolveSupportedLocale = (locale) => isSupportedLocale(locale) ? locale : void 0;
|
||||
var define_I18N_LOCALE_HASHES_default$1 = { hu: "c12e2045", en: "c12e2045" };
|
||||
var define_I18N_LOCALE_HASHES_default$1 = { hu: "7009ffdb", en: "7009ffdb" };
|
||||
const useLocaleConfigs = () => useState(
|
||||
"i18n:cached-locale-configs",
|
||||
() => void 0
|
||||
@@ -6757,7 +6829,7 @@ const setupVueI18nOptions = async (defaultLocale) => {
|
||||
}
|
||||
return options;
|
||||
};
|
||||
var define_I18N_LOCALE_HASHES_default = { hu: "c12e2045", en: "c12e2045" };
|
||||
var define_I18N_LOCALE_HASHES_default = { hu: "7009ffdb", en: "7009ffdb" };
|
||||
const i18n_EI7LsD1KYQADczz5hrChviGQCdVM8yUkvFEZLJpmnvM = /* @__PURE__ */ defineNuxtPlugin({
|
||||
name: "i18n:plugin",
|
||||
parallel: false,
|
||||
@@ -6998,7 +7070,7 @@ const plugins = [
|
||||
];
|
||||
const layouts = {
|
||||
blank: defineAsyncComponent(() => import("./_nuxt/blank-DWT4RB69.js").then((m) => m.default || m)),
|
||||
default: defineAsyncComponent(() => import("./_nuxt/default-C8swInD9.js").then((m) => m.default || m))
|
||||
default: defineAsyncComponent(() => import("./_nuxt/default-BHklGIzv.js").then((m) => m.default || m))
|
||||
};
|
||||
const routeRulesMatcher = _routeRulesMatcher;
|
||||
const LayoutLoader = defineComponent({
|
||||
@@ -7380,11 +7452,12 @@ export {
|
||||
useAuthStore as c,
|
||||
useCookie as d,
|
||||
entry_default as default,
|
||||
defineNuxtRouteMiddleware as e,
|
||||
useRoute as e,
|
||||
encodeRoutePath as f,
|
||||
useNuxtApp as g,
|
||||
useRuntimeConfig as h,
|
||||
nuxtLinkDefaults as i,
|
||||
defineNuxtRouteMiddleware as j,
|
||||
navigateTo as n,
|
||||
resolveRouteObject as r,
|
||||
useHead as u
|
||||
|
||||
Reference in New Issue
Block a user