admin_szolgáltatók_
This commit is contained in:
@@ -473,48 +473,72 @@ const _routes = [
|
||||
name: "login",
|
||||
path: "/login",
|
||||
meta: __nuxt_page_meta || {},
|
||||
component: () => import('./login-BUpiBmf8.mjs')
|
||||
component: () => import('./login-BxbJ5I4C.mjs')
|
||||
},
|
||||
{
|
||||
name: "users",
|
||||
path: "/users",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-D8qGjmnz.mjs')
|
||||
component: () => import('./index-DP7v0fI5.mjs')
|
||||
},
|
||||
{
|
||||
name: "garages",
|
||||
path: "/garages",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-CemkpUgu.mjs')
|
||||
component: () => import('./index-Bi2XSDbq.mjs')
|
||||
},
|
||||
{
|
||||
name: "persons",
|
||||
path: "/persons",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-Ci9UUd4C.mjs')
|
||||
component: () => import('./index-CncnskcL.mjs')
|
||||
},
|
||||
{
|
||||
name: "packages",
|
||||
path: "/packages",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-B9tmK_Km.mjs')
|
||||
component: () => import('./index-BOjUVIK8.mjs')
|
||||
},
|
||||
{
|
||||
name: "providers-id",
|
||||
path: "/providers/:id()",
|
||||
component: () => import('./_id_-YGQP6BWl.mjs'),
|
||||
children: [
|
||||
{
|
||||
name: "providers-id-edit",
|
||||
path: "edit",
|
||||
component: () => import('./edit-Db3uK3sd.mjs')
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "providers",
|
||||
path: "/providers",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-BE0BbUXA.mjs')
|
||||
},
|
||||
{
|
||||
name: "users-id",
|
||||
path: "/users/:id()",
|
||||
component: () => import('./index-Bd_e7zBi.mjs')
|
||||
component: () => import('./index-DwENgmvX.mjs')
|
||||
},
|
||||
{
|
||||
name: "permissions",
|
||||
path: "/permissions",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-BD2eKDSC.mjs')
|
||||
component: () => import('./index-CQNxIjHJ.mjs')
|
||||
},
|
||||
{
|
||||
name: "providers-pending",
|
||||
path: "/providers/pending",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./pending-B_DY9I_j.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification",
|
||||
path: "/gamification",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-Bf37iyk4.mjs')
|
||||
component: () => import('./index-kkjYgRlj.mjs')
|
||||
},
|
||||
{
|
||||
name: "garages-id",
|
||||
@@ -524,7 +548,13 @@ const _routes = [
|
||||
{
|
||||
name: "persons-id",
|
||||
path: "/persons/:id()",
|
||||
component: () => import('./index-DN4o4Z9u.mjs')
|
||||
component: () => import('./index-DAqVPqqO.mjs')
|
||||
},
|
||||
{
|
||||
name: "providers-rejected",
|
||||
path: "/providers/rejected",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./rejected-jHmJwXbQ.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-badges",
|
||||
@@ -566,25 +596,25 @@ const _routes = [
|
||||
name: "gamification-users-id",
|
||||
path: "/gamification/users/:id()",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./_id_-CoXhCsuZ.mjs')
|
||||
component: () => import('./_id_-DvpH9xyV.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-leaderboard",
|
||||
path: "/gamification/leaderboard",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./leaderboard-C-QWIlDh.mjs')
|
||||
component: () => import('./leaderboard-CqTgptys.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-point-rules",
|
||||
path: "/gamification/point-rules",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./point-rules-C1ou37W0.mjs')
|
||||
component: () => import('./point-rules-tyImSuJC.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-users",
|
||||
path: "/gamification/users",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-B6MDQHdV.mjs')
|
||||
component: () => import('./index-B4tBHEvj.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-competitions",
|
||||
@@ -1513,14 +1543,19 @@ function createLocalizedRouteByPathResolver(router) {
|
||||
}
|
||||
const localeCodes = [
|
||||
"hu",
|
||||
"en"
|
||||
"en",
|
||||
"de",
|
||||
"fr",
|
||||
"ro",
|
||||
"cz",
|
||||
"sk"
|
||||
];
|
||||
const localeLoaders = {
|
||||
hu: [
|
||||
{
|
||||
key: "locale_hu_46json_ee06c965",
|
||||
load: () => import(
|
||||
'./hu-D4bAMIbU.mjs'
|
||||
'./hu-CfkgEs2T.mjs'
|
||||
/* webpackChunkName: "locale_hu_46json_ee06c965" */
|
||||
),
|
||||
cache: true
|
||||
@@ -1530,11 +1565,61 @@ const localeLoaders = {
|
||||
{
|
||||
key: "locale_en_46json_0b63539c",
|
||||
load: () => import(
|
||||
'./en-CjjyOvG7.mjs'
|
||||
'./en-BsD3FKYP.mjs'
|
||||
/* webpackChunkName: "locale_en_46json_0b63539c" */
|
||||
),
|
||||
cache: true
|
||||
}
|
||||
],
|
||||
de: [
|
||||
{
|
||||
key: "locale_de_46json_165a3efe",
|
||||
load: () => import(
|
||||
'./de-Cm6LRCyJ.mjs'
|
||||
/* webpackChunkName: "locale_de_46json_165a3efe" */
|
||||
),
|
||||
cache: true
|
||||
}
|
||||
],
|
||||
fr: [
|
||||
{
|
||||
key: "locale_fr_46json_3676bfd9",
|
||||
load: () => import(
|
||||
'./fr-Dw19bH13.mjs'
|
||||
/* webpackChunkName: "locale_fr_46json_3676bfd9" */
|
||||
),
|
||||
cache: true
|
||||
}
|
||||
],
|
||||
ro: [
|
||||
{
|
||||
key: "locale_ro_46json_ac7b2969",
|
||||
load: () => import(
|
||||
'./ro-BGndMdxF.mjs'
|
||||
/* webpackChunkName: "locale_ro_46json_ac7b2969" */
|
||||
),
|
||||
cache: true
|
||||
}
|
||||
],
|
||||
cz: [
|
||||
{
|
||||
key: "locale_cz_46json_c099cec5",
|
||||
load: () => import(
|
||||
'./cz-CP7lYDxM.mjs'
|
||||
/* webpackChunkName: "locale_cz_46json_c099cec5" */
|
||||
),
|
||||
cache: true
|
||||
}
|
||||
],
|
||||
sk: [
|
||||
{
|
||||
key: "locale_sk_46json_c30fede5",
|
||||
load: () => import(
|
||||
'./sk-D2IJ1iK1.mjs'
|
||||
/* webpackChunkName: "locale_sk_46json_c30fede5" */
|
||||
),
|
||||
cache: true
|
||||
}
|
||||
]
|
||||
};
|
||||
const vueI18nConfigs = [];
|
||||
@@ -1550,6 +1635,36 @@ const normalizedLocales = [
|
||||
iso: "en-GB",
|
||||
name: "English",
|
||||
language: void 0
|
||||
},
|
||||
{
|
||||
code: "de",
|
||||
iso: "de-DE",
|
||||
name: "Deutsch",
|
||||
language: void 0
|
||||
},
|
||||
{
|
||||
code: "fr",
|
||||
iso: "fr-FR",
|
||||
name: "Français",
|
||||
language: void 0
|
||||
},
|
||||
{
|
||||
code: "ro",
|
||||
iso: "ro-RO",
|
||||
name: "Română",
|
||||
language: void 0
|
||||
},
|
||||
{
|
||||
code: "cz",
|
||||
iso: "cs-CZ",
|
||||
name: "Čeština",
|
||||
language: void 0
|
||||
},
|
||||
{
|
||||
code: "sk",
|
||||
iso: "sk-SK",
|
||||
name: "Slovenčina",
|
||||
language: void 0
|
||||
}
|
||||
];
|
||||
const cacheMessages = /* @__PURE__ */ new Map();
|
||||
@@ -1670,7 +1785,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: "7009ffdb", en: "7009ffdb" };
|
||||
var define_I18N_LOCALE_HASHES_default$1 = { hu: "afef61dc", en: "afef61dc", de: "afef61dc", fr: "afef61dc", ro: "afef61dc", cz: "afef61dc", sk: "afef61dc" };
|
||||
const useLocaleConfigs = () => useState(
|
||||
"i18n:cached-locale-configs",
|
||||
() => void 0
|
||||
@@ -6000,7 +6115,7 @@ const setupVueI18nOptions = async (defaultLocale) => {
|
||||
}
|
||||
return options;
|
||||
};
|
||||
var define_I18N_LOCALE_HASHES_default = { hu: "7009ffdb", en: "7009ffdb" };
|
||||
var define_I18N_LOCALE_HASHES_default = { hu: "afef61dc", en: "afef61dc", de: "afef61dc", fr: "afef61dc", ro: "afef61dc", cz: "afef61dc", sk: "afef61dc" };
|
||||
const i18n_EI7LsD1KYQADczz5hrChviGQCdVM8yUkvFEZLJpmnvM = /* @__PURE__ */ defineNuxtPlugin({
|
||||
name: "i18n:plugin",
|
||||
parallel: false,
|
||||
@@ -6241,7 +6356,7 @@ const plugins = [
|
||||
];
|
||||
const layouts = {
|
||||
blank: defineAsyncComponent(() => import('./blank-DWT4RB69.mjs').then((m) => m.default || m)),
|
||||
default: defineAsyncComponent(() => import('./default-BHklGIzv.mjs').then((m) => m.default || m))
|
||||
default: defineAsyncComponent(() => import('./default-BU4PyScw.mjs').then((m) => m.default || m))
|
||||
};
|
||||
const routeRulesMatcher = _routeRulesMatcher;
|
||||
const LayoutLoader = defineComponent({
|
||||
@@ -6525,7 +6640,7 @@ const _sfc_main$1 = {
|
||||
const statusText = _error.statusMessage ?? (is404 ? "Page Not Found" : "Internal Server Error");
|
||||
const description = _error.message || _error.toString();
|
||||
const stack = void 0;
|
||||
const _Error404 = defineAsyncComponent(() => import('./error-404-qU7XehyZ.mjs'));
|
||||
const _Error404 = defineAsyncComponent(() => import('./error-404-BFLCmfEK.mjs'));
|
||||
const _Error = defineAsyncComponent(() => import('./error-500-DfEH3Z64.mjs'));
|
||||
const ErrorTemplate = is404 ? _Error404 : _Error;
|
||||
return (_ctx, _push, _parent, _attrs) => {
|
||||
@@ -6618,5 +6733,5 @@ let entry;
|
||||
}
|
||||
const entry_default = ((ssrContext) => entry(ssrContext));
|
||||
|
||||
export { useI18n as a, useRouter as b, useAuthStore as c, useCookie as d, entry_default as default, 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 };
|
||||
export { useI18n as a, useRouter as b, useAuthStore as c, useCookie as d, entry_default as default, encodeRoutePath as e, useNuxtApp as f, useRuntimeConfig as g, nuxtLinkDefaults as h, useRoute as i, defineNuxtRouteMiddleware as j, navigateTo as n, resolveRouteObject as r, useHead as u };
|
||||
//# sourceMappingURL=server.mjs.map
|
||||
|
||||
Reference in New Issue
Block a user