Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
meupet.app
/
wp-content
/
plugins
/
google-analytics-for-wordpress
/
lite
/
assets
/
vue3
/
js
/
Editing: custom-dashboard-D5b-m5nJ.js
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./chunks/DashboardList.lite-DCqCdPkE.js","./chunks/TheAppHeader-jUhQmAm0.js","../css/main-monsterinsights-C4z96CgN.css","./chunks/useSampleData-BQtKf93k.js","./chunks/useFeatureGate-BsLgtl0c.js","../css/main-monsterinsights-DdCOUrGJ.css","../css/main-monsterinsights-tn0RQdqM.css","./chunks/DashboardCreate-CUFgSUbN.js","./chunks/useAuthGate-DnRIAAvE.js","./chunks/ReAuthModal-BnRk8YoL.js","../css/main-monsterinsights-Du5DxmSn.css","./chunks/html2pdf-DEVIjj_7.js","../css/main-monsterinsights-DWkQp-s6.css","../css/main-monsterinsights-CATPSyIj.css","../css/main-monsterinsights-CWJgQk98.css","./chunks/DashboardEdit-DLj-Vd9a.js","./chunks/DashboardView--3HCR9g9.js","../css/main-monsterinsights-eUZh7hRe.css"])))=>i.map(i=>d[i]); import { c as createElementBlock, a as createBaseVNode, b as createVNode, r as resolveComponent, o as openBlock, _ as _sfc_main$1, d as __vitePreload, e as createRouter, f as createWebHashHistory, g as createApp, s as setupPinia } from "./chunks/TheAppHeader-jUhQmAm0.js"; const _hoisted_1 = { class: "mi-custom-dashboard-app" }; const _hoisted_2 = { id: "monsterinsights-app" }; const _hoisted_3 = { class: "monsterinsights-dashboard-content" }; const _hoisted_4 = { class: "monsterinsights-container" }; const _sfc_main = { __name: "App", setup(__props) { return (_ctx, _cache) => { const _component_RouterView = resolveComponent("RouterView"); return openBlock(), createElementBlock("div", _hoisted_1, [ createBaseVNode("div", _hoisted_2, [ createBaseVNode("div", _hoisted_3, [ createVNode(_sfc_main$1), createBaseVNode("div", _hoisted_4, [ createVNode(_component_RouterView) ]) ]) ]) ]); }; } }; const DashboardList = () => __vitePreload(() => import("./chunks/DashboardList.lite-DCqCdPkE.js"), true ? __vite__mapDeps([0,1,2,3,4,5,6]) : void 0, import.meta.url); const DashboardCreate = () => __vitePreload(() => import("./chunks/DashboardCreate-CUFgSUbN.js"), true ? __vite__mapDeps([7,1,2,8,4,5,9,10,11,12,13,3,6,14]) : void 0, import.meta.url); const DashboardEdit = () => __vitePreload(() => import("./chunks/DashboardEdit-DLj-Vd9a.js"), true ? __vite__mapDeps([15,7,1,2,8,4,5,9,10,11,12,13,3,6,14]) : void 0, import.meta.url); const DashboardView = () => __vitePreload(() => import("./chunks/DashboardView--3HCR9g9.js"), true ? __vite__mapDeps([16,1,2,8,4,5,9,10,11,12,13,3,6]) : void 0, import.meta.url); const routes = [ { path: "/", redirect: "/dashboards" }, { path: "/dashboards", name: "dashboard-list", component: DashboardList, meta: { title: "Custom Views", requiresAuth: true } }, { path: "/dashboards/add", name: "dashboard-add", component: DashboardList, meta: { title: "Add Custom View", requiresAuth: true, requiresEdit: true, showTemplateSelector: true } }, { path: "/dashboards/new", name: "dashboard-create", component: DashboardCreate, meta: { title: "Create View", requiresAuth: true, requiresEdit: true } }, { path: "/dashboards/:id/edit", name: "dashboard-edit", component: DashboardEdit, props: true, meta: { title: "Edit View", requiresAuth: true, requiresEdit: true } }, { path: "/dashboards/:id/view", name: "dashboard-view", component: DashboardView, props: true, meta: { title: "View", requiresAuth: true } }, { path: "/:pathMatch(.*)*", redirect: "/dashboards" } ]; function hasCustomViewsAccess() { return false; } const stylePromise = __vitePreload(() => Promise.resolve({}), true ? __vite__mapDeps([17]) : void 0, import.meta.url); const router = createRouter({ history: createWebHashHistory(), routes }); router.beforeEach((to, _from, next) => { if (!hasCustomViewsAccess() && (to.name === "dashboard-list" || to.path === "/dashboards")) { next({ name: "dashboard-view", params: { id: "sample" } }); return; } next(); }); const app = createApp(_sfc_main); app.use(router); setupPinia(app); app.config.errorHandler = (err, _vm, info) => { console.error("Custom View Error:", err, info); }; stylePromise.then(() => { app.mount("#monsterinsights-custom-dashboard-app"); });
Save
Cancel