@opengis/admin 0.1.83 → 0.1.85
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{IconChevronDown-B7bJL5rk.js → IconChevronDown-IrRpX-i0.js} +1 -1
- package/dist/{add-page-D5TrUydC.js → add-page-DRXx4iOi.js} +1 -1
- package/dist/{admin-interface-Cv1M1Cmt.js → admin-interface-BY-D9Jvu.js} +33 -26
- package/dist/{admin-view-vVXbKHih.js → admin-view-BZ75rygK.js} +2 -2
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +68 -41
- package/dist/{card-page-BbP6doYG.js → card-page-BAeSkHUO.js} +4 -4
- package/dist/{card-view-C2YWCaFs.js → card-view-p73B3Gbl.js} +1 -1
- package/dist/{edit-page-BRKTh4MZ.js → edit-page-CZ8SDvjo.js} +1 -1
- package/dist/{import-file-DA-DiiaH.js → import-file-f46xrNIz.js} +1008 -939
- package/dist/style.css +1 -1
- package/package.json +4 -4
- package/server/helpers/controllers/token.js +5 -4
- package/server/helpers/index.mjs +12 -0
- package/server/helpers/list/buttonHelper.js +11 -0
- package/server/helpers/list/descriptionList.js +34 -0
- package/server/helpers/list/tableList.js +66 -0
- package/server/helpers/list/utils/button.js +6 -0
- package/server/plugins/adminHook.js +0 -12
- package/server/routes/data/controllers/cardData.js +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g as K, h as Q, _ as U, u as F, r as W, a as X } from "./import-file-
|
1
|
+
import { g as K, h as Q, _ as U, u as F, r as W, a as X } from "./import-file-f46xrNIz.js";
|
2
2
|
import { getCurrentInstance as J, ref as G, computed as Y, resolveComponent as I, openBlock as e, createElementBlock as r, createElementVNode as k, toDisplayString as E, createBlock as j, resolveDynamicComponent as B, createVNode as Z, withCtx as $, createTextVNode as i, createCommentVNode as y, normalizeClass as z, Fragment as w, renderList as q } from "vue";
|
3
3
|
const m = { class: "h-[76px] bg-white border rounded-xl flex items-center justify-start px-[20px] mb-[16px]" }, oo = { class: "mr-[10px]" }, to = { class: "text-lg font-semibold md:text-xl text-stone-800 dark:text-neutral-200" }, eo = { class: "flex items-center gap-[6px] ml-auto" }, no = { class: "mr-[10px]" }, so = {
|
4
4
|
__name: "admin-card-header",
|
@@ -192,7 +192,7 @@ const m = { class: "h-[76px] bg-white border rounded-xl flex items-center justif
|
|
192
192
|
}, ko = ["innerHTML"], Do = {
|
193
193
|
key: 3,
|
194
194
|
class: "flex"
|
195
|
-
}, wo = { class: "flex flex-col space-y-2 w-[
|
195
|
+
}, wo = { class: "flex flex-col space-y-2 max-w-[260px] w-full border rounded-xl mr-4 h-auto items-start pl-[10px] bg-white py-[20px]" }, Co = ["onClick"], Lo = { class: "flex-grow" }, To = {
|
196
196
|
key: 0,
|
197
197
|
class: "h-full bg-white border rounded-xl"
|
198
198
|
}, Ao = {
|
@@ -313,7 +313,7 @@ function Ho(s, a, c, l, t, u) {
|
|
313
313
|
(e(!0), r(w, null, q(n == null ? void 0 : n.items, (o) => (e(), r("button", {
|
314
314
|
key: (o == null ? void 0 : o.name) || (o == null ? void 0 : o.component),
|
315
315
|
onClick: (_) => t.component = (o == null ? void 0 : o.component) || (o == null ? void 0 : o.name),
|
316
|
-
class: z(["relative inline-flex items-center w-full py-1 text-sm border-transparent pe-4 gap-x-2 border-e-2
|
316
|
+
class: z(["relative whitespace-pre-wrap text-left inline-flex items-center w-full py-1 text-sm border-transparent pe-4 gap-x-2 border-e-2 hover:text-blue-600 focus:outline-none focus:text-blue-600", {
|
317
317
|
"font-semibold after:absolute after:top-[0] after:right-[-1px] after:h-full text-blue-600 after:w-[2px] after:bg-blue-600 ": t.component === (o == null ? void 0 : o.component) || t.component === (o == null ? void 0 : o.name),
|
318
318
|
"text-gray-500": t.component !== (o == null ? void 0 : o.component) && t.component !== (o == null ? void 0 : o.name)
|
319
319
|
}])
|
@@ -355,7 +355,7 @@ function Ho(s, a, c, l, t, u) {
|
|
355
355
|
], 2)
|
356
356
|
]);
|
357
357
|
}
|
358
|
-
const Oo = /* @__PURE__ */ U(co, [["render", Ho], ["__scopeId", "data-v-
|
358
|
+
const Oo = /* @__PURE__ */ U(co, [["render", Ho], ["__scopeId", "data-v-e6a747cc"]]);
|
359
359
|
export {
|
360
360
|
Oo as default
|
361
361
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as d, u as m, a as n } from "./import-file-
|
1
|
+
import { _ as d, u as m, a as n } from "./import-file-f46xrNIz.js";
|
2
2
|
import { resolveComponent as b, openBlock as u, createElementBlock as h, createElementVNode as a, createBlock as f, createCommentVNode as p } from "vue";
|
3
3
|
const g = {
|
4
4
|
data() {
|