@opengis/admin 0.2.86 → 0.2.87
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-D1o3UElp.js → add-page-DQ70Si9f.js} +1 -1
- package/dist/{admin-interface-CX9gUQPl.js → admin-interface-CgXFerXl.js} +1 -1
- package/dist/{admin-view-BItQEdb1.js → admin-view-t-gzhVnl.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +56 -56
- package/dist/{card-view-CXouK5bH.js → card-view-Dtf6Ap9G.js} +1 -1
- package/dist/{edit-page-UiEicOwd.js → edit-page-BWRXfML4.js} +1 -1
- package/dist/{import-file-CrwXBa6w.js → import-file-CztGvKRc.js} +14122 -13803
- package/dist/style.css +1 -1
- package/module/settings/menu.json +58 -59
- package/package.json +2 -2
- package/server/helpers/list/utils/button.js +5 -5
- package/server/routes/data/controllers/utils/conditions.js +20 -20
- package/server/routes/properties/controllers/admin.properties.get.js +17 -14
- package/server/routes/properties/controllers/admin.properties.post.js +1 -1
- package/server/routes/properties/controllers/table.properties.get.js +120 -0
- package/server/routes/properties/controllers/table.properties.post.js +115 -0
- package/server/routes/properties/controllers/user.properties.get.js +2 -2
- package/server/routes/properties/controllers/user.properties.post.js +1 -1
- package/server/routes/properties/funcs/setSettings.js +1 -1
- package/server/routes/properties/index.mjs +15 -8
- package/server/routes/properties/utils/getColumnMetaData.js +17 -0
- package/server/routes/properties/utils/refreshData.js +128 -0
- package/server/routes/widget/controllers/widget.get.js +2 -1
- package/server/templates/setting/test.json +20 -0
- /package/server/routes/properties/{funcs/utils → utils}/dataInsert.js +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as g, u as f, e as u } from "./import-file-
|
1
|
+
import { _ as g, u as f, e as u } from "./import-file-CztGvKRc.js";
|
2
2
|
import { resolveComponent as x, openBlock as h, createElementBlock as w, createElementVNode as n, createBlock as y, normalizeStyle as k, createCommentVNode as v } from "vue";
|
3
3
|
const V = {
|
4
4
|
data() {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as w, f as Be, g as Oe, h as Ne, e as j, I as Ue, i as De, j as N, A as U, V as Ee, k as He, l as Re, m as We, n as Je, o as Ge, a as Ke, p as Qe, u as Ie, s as Xe } from "./import-file-
|
1
|
+
import { _ as w, f as Be, g as Oe, h as Ne, e as j, I as Ue, i as De, j as N, A as U, V as Ee, k as He, l as Re, m as We, n as Je, o as Ge, a as Ke, p as Qe, u as Ie, s as Xe } from "./import-file-CztGvKRc.js";
|
2
2
|
import { openBlock as r, createElementBlock as i, createTextVNode as P, toDisplayString as T, createElementVNode as l, normalizeClass as I, createCommentVNode as v, resolveComponent as p, Fragment as A, createVNode as x, withCtx as S, createBlock as k, renderList as D, withModifiers as Ye, createStaticVNode as Ze, withDirectives as M, vModelCheckbox as et, Transition as z, vModelText as tt, renderSlot as st, vShow as E, Teleport as nt, getCurrentInstance as Pe, ref as B, resolveDynamicComponent as O, defineComponent as lt, normalizeStyle as Ve } from "vue";
|
3
3
|
const rt = {
|
4
4
|
data() {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as x, I as J, s as C, a as K, u as T, b as W, c as X, d as Y, e as R } from "./import-file-
|
1
|
+
import { _ as x, I as J, s as C, a as K, u as T, b as W, c as X, d as Y, e as R } from "./import-file-CztGvKRc.js";
|
2
2
|
import { openBlock as s, createElementBlock as i, createElementVNode as o, createStaticVNode as A, resolveComponent as p, normalizeClass as f, createTextVNode as B, toDisplayString as N, createCommentVNode as w, createVNode as h, Transition as e1, withCtx as y, withDirectives as t1, Fragment as j, renderList as P, vShow as r1, createBlock as U, resolveDynamicComponent as S, withModifiers as l1 } from "vue";
|
3
3
|
const o1 = {}, n1 = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
package/dist/admin.js
CHANGED