@opengis/admin 0.2.136 → 0.2.137
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-CFJs8nO_.js → add-page-B6px47un.js} +1 -1
- package/dist/{admin-interface-DHJH1iPU.js → admin-interface-t_UUaJHI.js} +69 -68
- package/dist/{admin-view-uGsMb1lc.js → admin-view-r92RMNLg.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +12 -12
- package/dist/{card-view-uXgN4vZ7.js → card-view-V7dN-37Y.js} +1 -1
- package/dist/{edit-page-Do9ACtL0.js → edit-page-sqLQVmwQ.js} +1 -1
- package/dist/{import-file-B3Q0zzZB.js → import-file-DXkf9FfS.js} +8 -8
- package/dist/{profile-page-DDwVZ__J.js → profile-page-Dmd2D0p1.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/plugin.js +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as g, u as f, f as m } from "./import-file-
|
1
|
+
import { _ as g, u as f, f as m } from "./import-file-DXkf9FfS.js";
|
2
2
|
import { resolveComponent as y, openBlock as h, createElementBlock as x, createElementVNode as c, createBlock as w, normalizeStyle as k, createCommentVNode as v } from "vue";
|
3
3
|
const $ = {
|
4
4
|
data() {
|
@@ -3702,27 +3702,27 @@ const jB = [
|
|
3702
3702
|
{
|
3703
3703
|
name: "edit",
|
3704
3704
|
path: "/edit",
|
3705
|
-
component: () => import("./edit-page-
|
3705
|
+
component: () => import("./edit-page-sqLQVmwQ.js")
|
3706
3706
|
},
|
3707
3707
|
{
|
3708
3708
|
name: "add",
|
3709
3709
|
path: "/add",
|
3710
|
-
component: () => import("./add-page-
|
3710
|
+
component: () => import("./add-page-B6px47un.js")
|
3711
3711
|
},
|
3712
3712
|
{
|
3713
3713
|
path: "/profile",
|
3714
3714
|
name: "profile",
|
3715
|
-
component: () => import("./profile-page-
|
3715
|
+
component: () => import("./profile-page-Dmd2D0p1.js")
|
3716
3716
|
},
|
3717
3717
|
{
|
3718
3718
|
name: "card-view",
|
3719
3719
|
path: "/card",
|
3720
|
-
component: () => import("./card-view-
|
3720
|
+
component: () => import("./card-view-V7dN-37Y.js"),
|
3721
3721
|
children: [
|
3722
3722
|
{
|
3723
3723
|
name: "table",
|
3724
3724
|
path: ":table",
|
3725
|
-
component: () => import("./card-view-
|
3725
|
+
component: () => import("./card-view-V7dN-37Y.js"),
|
3726
3726
|
children: [
|
3727
3727
|
{
|
3728
3728
|
name: "card",
|
@@ -3783,14 +3783,14 @@ const GB = /* @__PURE__ */ ft(HB, [["render", qB]]), YB = (n) => {
|
|
3783
3783
|
{
|
3784
3784
|
path: "/",
|
3785
3785
|
name: "home",
|
3786
|
-
component: () => import("./admin-view-
|
3786
|
+
component: () => import("./admin-view-r92RMNLg.js"),
|
3787
3787
|
children: [
|
3788
3788
|
...e,
|
3789
3789
|
...n,
|
3790
3790
|
// { path: '/', redirect: '/home' },
|
3791
3791
|
{
|
3792
3792
|
path: "/:catchAll(.*)",
|
3793
|
-
component: () => import("./admin-interface-
|
3793
|
+
component: () => import("./admin-interface-t_UUaJHI.js")
|
3794
3794
|
}
|
3795
3795
|
]
|
3796
3796
|
}
|
@@ -59236,7 +59236,7 @@ function Sae(n, e, t, i, r, s) {
|
|
59236
59236
|
class: cn(["inline-flex items-center px-3 py-2 text-sm text-gray-800 border border-transparent rounded-lg gap-x-2 whitespace-nowrap hover:text-gray-500 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:text-gray-800", [
|
59237
59237
|
((g = (m = n.$route) == null ? void 0 : m.query) == null ? void 0 : g.name) === f.name ? "bg-white shadow-sm !border-gray-200" : ""
|
59238
59238
|
]])
|
59239
|
-
}, Ue(f.name || "Не вказано"), 11, _ae);
|
59239
|
+
}, Ue(f.body.ua || f.body.title || f.name || "Не вказано"), 11, _ae);
|
59240
59240
|
}), 128)),
|
59241
59241
|
L("div", xae, [
|
59242
59242
|
L("button", {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as n, f as m } from "./import-file-
|
1
|
+
import { _ as n, f as m } from "./import-file-DXkf9FfS.js";
|
2
2
|
import { u as p } from "./user-B_2kh6ic.js";
|
3
3
|
import { resolveComponent as d, openBlock as u, createElementBlock as f, createElementVNode as o, createBlock as h, createCommentVNode as b } from "vue";
|
4
4
|
const x = {
|