@opengis/admin 0.2.92 → 0.2.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { resolveComponent as e, openBlock as r, createBlock as t } from "vue";
2
- import { _ as c } from "./import-file-DJGO-6Ob.js";
2
+ import { _ as c } from "./import-file-C_95Dy6a.js";
3
3
  const n = {};
4
4
  function s(_, p, a, i, f, m) {
5
5
  const o = e("router-view");
@@ -1,4 +1,4 @@
1
- import { _ as g, u as f, e as b } from "./import-file-DJGO-6Ob.js";
1
+ import { _ as g, u as f, e as b } from "./import-file-C_95Dy6a.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-BGIzHYvl.js") },
3698
- { name: "add", path: "/add", component: () => import("./add-page-C9dnrI1t.js") },
3697
+ { name: "edit", path: "/edit", component: () => import("./edit-page-B_v_v4U1.js") },
3698
+ { name: "add", path: "/add", component: () => import("./add-page-8CPqEe_Q.js") },
3699
3699
  {
3700
3700
  name: "card-view",
3701
3701
  path: "/card",
3702
- component: () => import("./card-view-DQ7POHAl.js"),
3702
+ component: () => import("./card-view-Dm0ZPQmG.js"),
3703
3703
  children: [{
3704
3704
  name: "table",
3705
3705
  path: ":table",
3706
- component: () => import("./card-view-DQ7POHAl.js"),
3706
+ component: () => import("./card-view-Dm0ZPQmG.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-0nn6uefK.js"),
3760
+ component: () => import("./admin-view-CfgJuYJF.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-CZjap8G_.js")
3767
+ component: () => import("./admin-interface-Dgw882Ku.js")
3768
3768
  }
3769
3769
  ]
3770
3770
  }
@@ -25454,8 +25454,12 @@ const Y$ = {
25454
25454
  geometry() {
25455
25455
  this.initGeometryLayer();
25456
25456
  },
25457
- settingLayers(t) {
25458
- t && !this.layers.length && (this.localLayers = t);
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.92",
3
+ "version": "0.2.93",
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
+ }