@opengis/admin 0.2.92 → 0.2.94
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-C9dnrI1t.js → add-page-D0UWwZ2w.js} +1 -1
- package/dist/{admin-interface-CZjap8G_.js → admin-interface-Cl3gfZqa.js} +1 -1
- package/dist/{admin-view-0nn6uefK.js → admin-view-BbzuLxIu.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +1 -1
- package/dist/{card-view-DQ7POHAl.js → card-view-D4leyUQ2.js} +1 -1
- package/dist/{edit-page-BGIzHYvl.js → edit-page-B-lyDnYU.js} +1 -1
- package/dist/{import-file-DJGO-6Ob.js → import-file-C12CZdlT.js} +15 -12
- 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-C12CZdlT.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 PB(t) {
|
|
|
3694
3694
|
}
|
|
3695
3695
|
const RB = [
|
|
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-B-lyDnYU.js") },
|
|
3698
|
+
{ name: "add", path: "/add", component: () => import("./add-page-D0UWwZ2w.js") },
|
|
3699
3699
|
{
|
|
3700
3700
|
name: "card-view",
|
|
3701
3701
|
path: "/card",
|
|
3702
|
-
component: () => import("./card-view-
|
|
3702
|
+
component: () => import("./card-view-D4leyUQ2.js"),
|
|
3703
3703
|
children: [{
|
|
3704
3704
|
name: "table",
|
|
3705
3705
|
path: ":table",
|
|
3706
|
-
component: () => import("./card-view-
|
|
3706
|
+
component: () => import("./card-view-D4leyUQ2.js"),
|
|
3707
3707
|
children: [{ name: "card", path: ":id", component: () => Promise.resolve().then(() => goe) }]
|
|
3708
3708
|
}]
|
|
3709
3709
|
}
|
|
@@ -3757,14 +3757,14 @@ const BB = /* @__PURE__ */ ut(OB, [["render", NB]]), FB = (t) => {
|
|
|
3757
3757
|
{
|
|
3758
3758
|
path: "/",
|
|
3759
3759
|
name: "home",
|
|
3760
|
-
component: () => import("./admin-view-
|
|
3760
|
+
component: () => import("./admin-view-BbzuLxIu.js"),
|
|
3761
3761
|
children: [
|
|
3762
3762
|
...e,
|
|
3763
3763
|
...t,
|
|
3764
3764
|
// { path: '/', redirect: '/home' },
|
|
3765
3765
|
{
|
|
3766
3766
|
path: "/:catchAll(.*)",
|
|
3767
|
-
component: () => import("./admin-interface-
|
|
3767
|
+
component: () => import("./admin-interface-Cl3gfZqa.js")
|
|
3768
3768
|
}
|
|
3769
3769
|
]
|
|
3770
3770
|
}
|
|
@@ -25442,7 +25442,7 @@ const Y$ = {
|
|
|
25442
25442
|
};
|
|
25443
25443
|
},
|
|
25444
25444
|
async mounted() {
|
|
25445
|
-
this.localLayers = this.layers, this.initMap(), setTimeout(() => {
|
|
25445
|
+
this.settingLayers.length || (this.localLayers = this.layers), this.initMap(), setTimeout(() => {
|
|
25446
25446
|
var t, e, n;
|
|
25447
25447
|
(n = (e = (t = this.map.getStyle()) == null ? void 0 : t.layers) == null ? void 0 : e.filter((i) => i.source == Ni)) == null || n.forEach((i) => {
|
|
25448
25448
|
this.map.moveLayer(i.id);
|
|
@@ -25454,8 +25454,12 @@ const Y$ = {
|
|
|
25454
25454
|
geometry() {
|
|
25455
25455
|
this.initGeometryLayer();
|
|
25456
25456
|
},
|
|
25457
|
-
settingLayers
|
|
25458
|
-
|
|
25457
|
+
settingLayers: {
|
|
25458
|
+
handler(t) {
|
|
25459
|
+
t && !this.layers.length && (this.localLayers = t);
|
|
25460
|
+
},
|
|
25461
|
+
deep: !0,
|
|
25462
|
+
immediate: !0
|
|
25459
25463
|
}
|
|
25460
25464
|
},
|
|
25461
25465
|
methods: {
|
|
@@ -25623,11 +25627,10 @@ function uV(t, e, n, i, r, s) {
|
|
|
25623
25627
|
})
|
|
25624
25628
|
]),
|
|
25625
25629
|
B("div", {
|
|
25626
|
-
class: Ln(["p-2", { "border-b": n.geometry }])
|
|
25630
|
+
class: Ln(["p-2 border-b", { "border-b": n.geometry }])
|
|
25627
25631
|
}, [
|
|
25628
25632
|
(te(!0), ue(Nt, null, xn(r.baseLayers, (f) => (te(), ue("div", {
|
|
25629
|
-
key: f.id
|
|
25630
|
-
class: "mb-2"
|
|
25633
|
+
key: f.id
|
|
25631
25634
|
}, [
|
|
25632
25635
|
B("label", eV, [
|
|
25633
25636
|
Rs(B("input", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengis/admin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.94",
|
|
4
4
|
"description": "This project Softpro Admin",
|
|
5
5
|
"main": "dist/admin.js",
|
|
6
6
|
"type": "module",
|
|
@@ -96,4 +96,4 @@
|
|
|
96
96
|
"vitepress-plugin-tabs": "^0.5.0",
|
|
97
97
|
"vitepress-sidebar": "^1.22.0"
|
|
98
98
|
}
|
|
99
|
-
}
|
|
99
|
+
}
|