@opengis/admin 0.2.88 → 0.2.89
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/{add-page-2HtfoXYW.js → add-page-9VS8j2gq.js} +1 -1
- package/dist/{admin-interface-BPr6jXSM.js → admin-interface-DkK-BySx.js} +227 -227
- package/dist/{admin-view-CQ3W9LX4.js → admin-view-C_sQOio1.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +1 -1
- package/dist/{card-view-zTn40qzk.js → card-view-CuPa0AtT.js} +1 -1
- package/dist/{edit-page-Bd3RRgti.js → edit-page-20ANvkZP.js} +1 -1
- package/dist/{import-file-BRBKwVL4.js → import-file-BeLbxtkp.js} +6 -6
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as g, u as f, e as b } from "./import-file-
|
1
|
+
import { _ as g, u as f, e as b } from "./import-file-BeLbxtkp.js";
|
2
2
|
import { resolveComponent as y, openBlock as p, createElementBlock as x, createElementVNode as u, createBlock as w, normalizeStyle as k, createCommentVNode as v } from "vue";
|
3
3
|
const V = {
|
4
4
|
data() {
|
@@ -3694,16 +3694,16 @@ function EB(n) {
|
|
3694
3694
|
}
|
3695
3695
|
const CB = [
|
3696
3696
|
// { name: 'profile', path: '/profile', component: () => import('../components/profile/vs-profile.vue') },
|
3697
|
-
{ name: "edit", path: "/edit", component: () => import("./edit-page-
|
3698
|
-
{ name: "add", path: "/add", component: () => import("./add-page-
|
3697
|
+
{ name: "edit", path: "/edit", component: () => import("./edit-page-20ANvkZP.js") },
|
3698
|
+
{ name: "add", path: "/add", component: () => import("./add-page-9VS8j2gq.js") },
|
3699
3699
|
{
|
3700
3700
|
name: "card-view",
|
3701
3701
|
path: "/card",
|
3702
|
-
component: () => import("./card-view-
|
3702
|
+
component: () => import("./card-view-CuPa0AtT.js"),
|
3703
3703
|
children: [{
|
3704
3704
|
name: "table",
|
3705
3705
|
path: ":table",
|
3706
|
-
component: () => import("./card-view-
|
3706
|
+
component: () => import("./card-view-CuPa0AtT.js"),
|
3707
3707
|
children: [{ name: "card", path: ":id", component: () => Promise.resolve().then(() => jse) }]
|
3708
3708
|
}]
|
3709
3709
|
}
|
@@ -3757,14 +3757,14 @@ const IB = /* @__PURE__ */ dt(TB, [["render", DB]]), PB = (n) => {
|
|
3757
3757
|
{
|
3758
3758
|
path: "/",
|
3759
3759
|
name: "home",
|
3760
|
-
component: () => import("./admin-view-
|
3760
|
+
component: () => import("./admin-view-C_sQOio1.js"),
|
3761
3761
|
children: [
|
3762
3762
|
...e,
|
3763
3763
|
...n,
|
3764
3764
|
// { path: '/', redirect: '/home' },
|
3765
3765
|
{
|
3766
3766
|
path: "/:catchAll(.*)",
|
3767
|
-
component: () => import("./admin-interface-
|
3767
|
+
component: () => import("./admin-interface-DkK-BySx.js")
|
3768
3768
|
}
|
3769
3769
|
]
|
3770
3770
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@opengis/admin",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.89",
|
4
4
|
"description": "This project Softpro Admin",
|
5
5
|
"main": "dist/admin.js",
|
6
6
|
"type": "module",
|
@@ -97,4 +97,4 @@
|
|
97
97
|
"vitepress-plugin-tabs": "^0.5.0",
|
98
98
|
"vitepress-sidebar": "^1.22.0"
|
99
99
|
}
|
100
|
-
}
|
100
|
+
}
|