@opengis/admin 0.1.3 → 0.1.4
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-w8kqN9iC.js → add-page-D6D_vCdT.js} +17 -17
- package/dist/{admin-interface-BfdlUhra.js → admin-interface-BpAoXL6Y.js} +225 -203
- package/dist/{admin-view-RWOu4JiB.js → admin-view-Ctnb3YHc.js} +10 -10
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +59 -59
- package/dist/card-page-CDUWky8v.js +133 -0
- package/dist/{card-view-CZ14NHxS.js → card-view-BdtKFM_Q.js} +1 -1
- package/dist/{edit-page-QkVrvzva.js → edit-page-Bl7TSfk5.js} +29 -29
- package/dist/{import-file-BJrxCNbe.js → import-file-bAV0TNST.js} +6889 -6381
- package/dist/style.css +1 -1
- package/package.json +15 -5
- package/server/plugins/vite.js +13 -8
- package/server/templates/cls/itree.recrzone_category.json +74 -0
- package/dist/card-page-B3wwBScq.js +0 -115
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as f, a as N } from "./import-file-
|
|
1
|
+
import { _ as f, a as N } from "./import-file-bAV0TNST.js";
|
|
2
2
|
import { u as g } from "./userMenu-CT1xO2Pt.js";
|
|
3
|
-
import { openBlock as r, createElementBlock as l, createElementVNode as s, createStaticVNode as B, resolveComponent as h, createTextVNode as v, toDisplayString as
|
|
3
|
+
import { openBlock as r, createElementBlock as l, createElementVNode as s, createStaticVNode as B, resolveComponent as h, createTextVNode as v, toDisplayString as m, createVNode as C, normalizeClass as w, Transition as O, withCtx as V, withDirectives as L, Fragment as Z, renderList as E, vShow as D, vModelText as j, createBlock as z, createCommentVNode as S } from "vue";
|
|
4
4
|
const T = {}, F = {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
viewBox: "0 0 24 24",
|
|
@@ -73,9 +73,9 @@ function o1(o, e, t, u, n, a) {
|
|
|
73
73
|
onClick: e[0] || (e[0] = (d) => n.isOpen = !n.isOpen),
|
|
74
74
|
class: "flex cursor-pointer gap-x-3 py-2 px-3 mb-[6px] text-sm text-gray-800 justify-start w-full border-none focus:outline-none text-gray-800 rounded-lg items-center focus:bg-gray-100 hover:bg-gray-100 duration-300"
|
|
75
75
|
}, [
|
|
76
|
-
v(
|
|
76
|
+
v(m((p = t.route) == null ? void 0 : p.ua) + " ", 1),
|
|
77
77
|
C(_, {
|
|
78
|
-
class:
|
|
78
|
+
class: w([[n.isOpen && "-rotate-180"], "ml-auto duration-300"]),
|
|
79
79
|
width: "16",
|
|
80
80
|
height: "16"
|
|
81
81
|
}, null, 8, ["class"])
|
|
@@ -89,14 +89,14 @@ function o1(o, e, t, u, n, a) {
|
|
|
89
89
|
var M, $;
|
|
90
90
|
return r(), l("li", {
|
|
91
91
|
key: I,
|
|
92
|
-
class: "w-full"
|
|
92
|
+
class: "w-full mb-[4px]"
|
|
93
93
|
}, [
|
|
94
94
|
C(i, {
|
|
95
95
|
to: "/" + (c == null ? void 0 : c.path),
|
|
96
|
-
class:
|
|
96
|
+
class: w([[(($ = (M = o.$route) == null ? void 0 : M.path) == null ? void 0 : $.includes(c == null ? void 0 : c.path)) && "bg-gray-100"], "flex gap-x-3 py-2 w-full font-[400] px-3 text-sm text-gray-800 rounded-lg items-center hover:bg-gray-100 duration-300 hover:text-gray-800"])
|
|
97
97
|
}, {
|
|
98
98
|
default: V(() => [
|
|
99
|
-
v(
|
|
99
|
+
v(m(c == null ? void 0 : c.ua), 1)
|
|
100
100
|
]),
|
|
101
101
|
_: 2
|
|
102
102
|
}, 1032, ["to", "class"])
|
|
@@ -112,12 +112,12 @@ function o1(o, e, t, u, n, a) {
|
|
|
112
112
|
])) : (r(), l("div", t1, [
|
|
113
113
|
C(i, {
|
|
114
114
|
to: (b = t.route) == null ? void 0 : b.path,
|
|
115
|
-
class:
|
|
115
|
+
class: w([[((y = (k = o.$route) == null ? void 0 : k.path) == null ? void 0 : y.includes((H = t.route) == null ? void 0 : H.path)) && "bg-gray-100"], "flex gap-x-3 py-2 w-full font-[400] px-3 text-sm text-gray-800 rounded-lg items-center hover:bg-gray-100 duration-300 hover:text-gray-800"])
|
|
116
116
|
}, {
|
|
117
117
|
default: V(() => {
|
|
118
118
|
var d;
|
|
119
119
|
return [
|
|
120
|
-
v(
|
|
120
|
+
v(m((d = t.route) == null ? void 0 : d.ua), 1)
|
|
121
121
|
];
|
|
122
122
|
}),
|
|
123
123
|
_: 1
|
|
@@ -182,7 +182,7 @@ function C1(o, e, t, u, n, a) {
|
|
|
182
182
|
(r(!0), l(Z, null, E(a.data, (p, b) => (r(), l("li", { key: b }, [
|
|
183
183
|
C(i, { route: p }, null, 8, ["route"])
|
|
184
184
|
]))), 128))
|
|
185
|
-
])) : (r(), l("div", u1, "
|
|
185
|
+
])) : (r(), l("div", u1, "Не знайдено"))
|
|
186
186
|
])
|
|
187
187
|
])
|
|
188
188
|
]);
|
package/dist/admin.js
CHANGED