@opengis/admin 0.1.41 → 0.1.42
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-CYAz9FdO.js → add-page-D-4ZG2_S.js} +1 -1
- package/dist/{admin-interface-BfY0EPQi.js → admin-interface-CvdB_ijC.js} +1 -1
- package/dist/{admin-view-CcyuPjSQ.js → admin-view-CkjBw_vN.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +37 -37
- package/dist/{card-page-DV3pe4fv.js → card-page-C1Ngl-0p.js} +1 -1
- package/dist/{card-view-pwoN8ZHo.js → card-view-BfRksy6v.js} +1 -1
- package/dist/{edit-page-PNY_GQBC.js → edit-page-DR7VoDmo.js} +1 -1
- package/dist/{import-file-aqrl_bc7.js → import-file-CSXmo8Pw.js} +3226 -3105
- package/dist/style.css +1 -1
- package/module/settings/menu.json +6 -0
- package/package.json +4 -2
- package/server/routes/data/controllers/cardTabData.js +10 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { u } from "./userMenu-CT1xO2Pt.js";
|
|
2
|
-
import { _ as b, a as c } from "./import-file-
|
|
2
|
+
import { _ as b, a as c } from "./import-file-CSXmo8Pw.js";
|
|
3
3
|
import { resolveComponent as h, openBlock as i, createElementBlock as d, createElementVNode as a, createBlock as p, createCommentVNode as f } from "vue";
|
|
4
4
|
const g = {
|
|
5
5
|
data() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as b, a as C, I as te } from "./import-file-
|
|
1
|
+
import { _ as b, a as C, I as te } from "./import-file-CSXmo8Pw.js";
|
|
2
2
|
import { u as B } from "./userMenu-CT1xO2Pt.js";
|
|
3
3
|
import { openBlock as a, createElementBlock as i, createStaticVNode as A, createTextVNode as T, toDisplayString as V, createCommentVNode as v, createElementVNode as l, Fragment as x, resolveComponent as d, createVNode as p, withCtx as y, createBlock as g, withModifiers as re, renderList as S, withDirectives as X, vModelCheckbox as le, normalizeStyle as j, normalizeClass as ne, resolveDynamicComponent as Q, Transition as se, vShow as ae } from "vue";
|
|
4
4
|
const oe = {}, ie = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as h, I as S, a as T } from "./import-file-
|
|
1
|
+
import { _ as h, I as S, a as T } from "./import-file-CSXmo8Pw.js";
|
|
2
2
|
import { u as y } from "./userMenu-CT1xO2Pt.js";
|
|
3
3
|
import { openBlock as c, createElementBlock as u, createElementVNode as o, createStaticVNode as Q, resolveComponent as d, normalizeClass as m, createTextVNode as $, toDisplayString as k, createVNode as p, Transition as A, withCtx as V, withDirectives as G, Fragment as M, renderList as O, vShow as q, createCommentVNode as F } from "vue";
|
|
4
4
|
const U = {}, W = {
|
package/dist/admin.js
CHANGED