@opengis/admin 0.3.118 → 0.3.119
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-DavTwzVm.js → add-page-fdr6t9-i.js} +4 -4
- package/dist/{admin-interface-CkP3cmKh.js → admin-interface-bYzTXuVs.js} +12 -12
- package/dist/{admin-view-BZGbVVk5.js → admin-view-3hBO0cXK.js} +6 -6
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +53 -53
- package/dist/{card-view-DucsmPGl.js → card-view-Dfgoq-T0.js} +3 -3
- package/dist/{edit-page-BWDgRNIM.js → edit-page-pykfh5fh.js} +8 -8
- package/dist/{import-file-CyxfCvxQ.js → import-file-DPcs2POV.js} +16373 -16503
- package/dist/{profile-page-CQvE2X4u.js → profile-page-UeVwkn5K.js} +4 -4
- package/package.json +3 -3
- package/plugin.js +3 -3
- package/server/plugins/hook.js +1 -2
- package/server/routes/data/controllers/cardData.js +0 -132
- package/server/routes/data/controllers/cardTabData.js +0 -50
- package/server/routes/data/controllers/funcs/getFilterSQL/index.js +0 -92
- package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +0 -170
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +0 -13
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +0 -64
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +0 -12
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +0 -34
- package/server/routes/data/controllers/tableData.js +0 -45
- package/server/routes/data/controllers/tableDataId.js +0 -28
- package/server/routes/data/controllers/tableFilter.js +0 -10
- package/server/routes/data/controllers/tableInfo.js +0 -112
- package/server/routes/data/controllers/tokenInfo.js +0 -10
- package/server/routes/data/controllers/utils/assignTokens.js +0 -31
- package/server/routes/data/controllers/utils/conditions.js +0 -21
- package/server/routes/data/controllers/utils/getColumns.js +0 -9
- package/server/routes/data/index.mjs +0 -20
- package/server/routes/data/schema.js +0 -54
- package/server/routes/menu/controllers/getMenu.js +0 -81
- package/server/routes/menu/controllers/interfaces.js +0 -21
- package/server/routes/menu/index.mjs +0 -7
- package/server/routes/menu/schema.js +0 -0
- package/server/routes/templates/controllers/getTemplate.js +0 -45
- package/server/routes/templates/index.mjs +0 -16
- package/server/routes/templates/schema.js +0 -9
@@ -1,5 +1,5 @@
|
|
1
|
-
import { _ as d,
|
2
|
-
import { resolveComponent as b,
|
1
|
+
import { _ as d, s as f, u as g, g as m } from "./import-file-DPcs2POV.js";
|
2
|
+
import { resolveComponent as b, openBlock as h, createElementBlock as x, createElementVNode as i, normalizeClass as y, normalizeStyle as p, createBlock as w, createCommentVNode as v } from "vue";
|
3
3
|
const $ = {
|
4
4
|
data() {
|
5
5
|
return {
|
@@ -16,7 +16,7 @@ const $ = {
|
|
16
16
|
},
|
17
17
|
computed: {
|
18
18
|
color() {
|
19
|
-
return
|
19
|
+
return f.value.buttonColor || "blue";
|
20
20
|
}
|
21
21
|
},
|
22
22
|
methods: {
|
@@ -28,7 +28,7 @@ const $ = {
|
|
28
28
|
},
|
29
29
|
async getFormScheme() {
|
30
30
|
var l, o;
|
31
|
-
const t = this.flattenMenu(
|
31
|
+
const t = this.flattenMenu(g.value);
|
32
32
|
t != null && t.length || this.$router.replace("/404");
|
33
33
|
const e = t == null ? void 0 : t.find((s) => {
|
34
34
|
var r, n;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { _ as A, h as Ke, i as Je, j as Ge,
|
2
|
-
import {
|
1
|
+
import { _ as A, h as Ke, i as Je, j as Ge, g as q, I as Qe, s as R, k as J, A as G, V as Xe, l as Ye, m as Ze, n as et, o as tt, p as st, b as nt, q as lt, r as at, a as rt, t as ot, v as it, u as Ee } from "./import-file-DPcs2POV.js";
|
2
|
+
import { openBlock as r, createElementBlock as u, createTextVNode as L, toDisplayString as T, createElementVNode as a, normalizeClass as w, createCommentVNode as k, resolveComponent as p, Fragment as $, createVNode as x, withCtx as P, createBlock as y, renderList as V, withModifiers as ut, Transition as Q, withDirectives as X, renderSlot as dt, vShow as Y, Teleport as ct, getCurrentInstance as Ue, ref as H, resolveDynamicComponent as K, defineComponent as ht, withKeys as pt, normalizeStyle as W } from "vue";
|
3
3
|
const bt = {
|
4
4
|
data() {
|
5
5
|
return {
|
@@ -125,9 +125,9 @@ function _t(e, t) {
|
|
125
125
|
}
|
126
126
|
const Ct = /* @__PURE__ */ A(vt, [["render", _t]]), wt = {
|
127
127
|
components: {
|
128
|
-
IconMore:
|
128
|
+
IconMore: Ke,
|
129
129
|
IconDelete: Je,
|
130
|
-
IconEdit:
|
130
|
+
IconEdit: Ge,
|
131
131
|
IconLink: Ct
|
132
132
|
},
|
133
133
|
emits: ["updateTable"],
|
@@ -641,10 +641,10 @@ const bs = /* @__PURE__ */ A(is, [["render", ps], ["__scopeId", "data-v-c6318482
|
|
641
641
|
components: {
|
642
642
|
AdminComponentIs: G,
|
643
643
|
AdminTree: bs,
|
644
|
-
VsNoData:
|
645
|
-
VsWidgetComments:
|
646
|
-
VsWidgetMap:
|
647
|
-
VsWidgetFileList:
|
644
|
+
VsNoData: Xe,
|
645
|
+
VsWidgetComments: Ye,
|
646
|
+
VsWidgetMap: Ze,
|
647
|
+
VsWidgetFileList: et
|
648
648
|
},
|
649
649
|
props: { table: String, columns: Array, row: Object }
|
650
650
|
}, gs = {
|
@@ -1117,13 +1117,13 @@ const hn = /* @__PURE__ */ A(sn, [["render", cn]]), pn = {
|
|
1117
1117
|
AdminTableControl: Ft,
|
1118
1118
|
AdminTableExport: ns,
|
1119
1119
|
// AdminTablePrint,
|
1120
|
-
AdminTableColumnsHidden:
|
1120
|
+
AdminTableColumnsHidden: lt,
|
1121
1121
|
AdminTableColumn: yt,
|
1122
|
-
AdminNodata:
|
1122
|
+
AdminNodata: at,
|
1123
1123
|
IconPlus: J,
|
1124
1124
|
IconSearch: rt,
|
1125
1125
|
AdminTableCardInfo: ws,
|
1126
|
-
IconOpenCard:
|
1126
|
+
IconOpenCard: ot,
|
1127
1127
|
AdminComponentIs: G,
|
1128
1128
|
AdminTableFilters: Is,
|
1129
1129
|
AdminTableTabs: js,
|
@@ -1199,7 +1199,7 @@ const hn = /* @__PURE__ */ A(sn, [["render", cn]]), pn = {
|
|
1199
1199
|
// await this.getTableData();
|
1200
1200
|
// },
|
1201
1201
|
searchValue: {
|
1202
|
-
handler:
|
1202
|
+
handler: it(async function(e) {
|
1203
1203
|
var t;
|
1204
1204
|
this.page = 1, await this.getTableData(), this.$router.push({
|
1205
1205
|
...this.$route,
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import { _ as y, I as K, s as g, a as X, u as A, b as se, c as Y, d as ue, e as ie, f as de, g as ce } from "./import-file-
|
1
|
+
import { openBlock as n, createElementBlock as u, createElementVNode as o, createStaticVNode as Q, resolveComponent as p, normalizeClass as f, createTextVNode as V, toDisplayString as B, createCommentVNode as w, createVNode as h, Transition as q, withCtx as _, withDirectives as W, Fragment as U, renderList as P, vShow as J, createBlock as T, resolveDynamicComponent as F, ref as le, onMounted as ae, computed as oe, withModifiers as ne } from "vue";
|
2
|
+
import { _ as y, I as K, s as g, a as X, u as A, b as se, c as Y, d as ue, e as ie, f as de, g as ce } from "./import-file-DPcs2POV.js";
|
3
3
|
import "./user-B_2kh6ic.js";
|
4
4
|
const he = {}, ge = {
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -787,9 +787,9 @@ const wt = /* @__PURE__ */ y(ft, [["render", _t], ["__scopeId", "data-v-3cea82a7
|
|
787
787
|
}, Ct = {
|
788
788
|
components: {
|
789
789
|
IconQuestion: te,
|
790
|
-
IconUser:
|
790
|
+
IconUser: ue,
|
791
791
|
AdminNotification: Y,
|
792
|
-
IconUserOutline:
|
792
|
+
IconUserOutline: ie,
|
793
793
|
IconLogout: G
|
794
794
|
},
|
795
795
|
data() {
|
@@ -817,12 +817,12 @@ const wt = /* @__PURE__ */ y(ft, [["render", _t], ["__scopeId", "data-v-3cea82a7
|
|
817
817
|
}
|
818
818
|
},
|
819
819
|
created() {
|
820
|
-
this.userData = this.$user,
|
820
|
+
this.userData = this.$user, de.value = this.$settings;
|
821
821
|
},
|
822
822
|
methods: {
|
823
823
|
async logout() {
|
824
824
|
try {
|
825
|
-
await
|
825
|
+
await ce.get("/logout"), await window.history.pushState({}, "", "/login"), await location.reload(), localStorage.removeItem("user");
|
826
826
|
} catch {
|
827
827
|
}
|
828
828
|
},
|
package/dist/admin.js
CHANGED