@opengis/admin 0.1.53 → 0.1.54
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-DxsI9oTt.js → add-page-DTF2UYpa.js} +1 -1
- package/dist/{admin-interface-D1Z9zulm.js → admin-interface-CAxK1XOD.js} +1 -1
- package/dist/{admin-view-DE_wFOGr.js → admin-view-C9ImK2sO.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +51 -51
- package/dist/{card-page-BEJ2rFfi.js → card-page-2mrzfvH7.js} +22 -22
- package/dist/{card-view-RRo1C2UV.js → card-view-D8biFeBR.js} +1 -1
- package/dist/{edit-page-D4hRn8sR.js → edit-page-C97TQRUy.js} +1 -1
- package/dist/{import-file-CL8r9Pju.js → import-file-BNnG8cW-.js} +5241 -5203
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/plugin.js +1 -1
- package/server/routes/calendar/controllers/calendar.data.js +89 -0
- package/server/routes/calendar/index.mjs +17 -0
- package/server/routes/data/controllers/tableData.js +0 -4
- package/server/routes/menu/controllers/getMenu.js +0 -1
- package/utils.js +11 -40
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as m, u as b, a as c } from "./import-file-
|
|
1
|
+
import { _ as m, u as b, a as c } from "./import-file-BNnG8cW-.js";
|
|
2
2
|
import { resolveComponent as h, openBlock as i, createElementBlock as d, createElementVNode as a, createBlock as p, createCommentVNode as f } from "vue";
|
|
3
3
|
const g = {
|
|
4
4
|
data() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as f, b as ue, a as A, V as he, c as be, d as pe, e as fe, I as me, u as re } from "./import-file-
|
|
1
|
+
import { _ as f, b as ue, a as A, V as he, c as be, d as pe, e as fe, I as me, u as re } from "./import-file-BNnG8cW-.js";
|
|
2
2
|
import { openBlock as s, createElementBlock as i, createTextVNode as F, toDisplayString as I, createCommentVNode as v, createStaticVNode as z, Fragment as C, createElementVNode as l, resolveComponent as d, createVNode as p, withCtx as y, createBlock as x, withModifiers as ge, renderList as T, withDirectives as P, vModelCheckbox as xe, resolveDynamicComponent as ye, Transition as q, renderSlot as _e, vShow as ne, normalizeClass as V, normalizeStyle as j } from "vue";
|
|
3
3
|
const ke = {
|
|
4
4
|
data() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as h, I as T, u as E, a as O } from "./import-file-
|
|
1
|
+
import { _ as h, I as T, u as E, a as O } from "./import-file-BNnG8cW-.js";
|
|
2
2
|
import { openBlock as r, createElementBlock as l, createElementVNode as o, createStaticVNode as A, resolveComponent as p, normalizeClass as z, createTextVNode as Z, toDisplayString as I, createVNode as u, Transition as Q, withCtx as D, withDirectives as F, Fragment as j, renderList as U, vShow as q, createCommentVNode as N, withModifiers as G } from "vue";
|
|
3
3
|
const J = {}, K = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
package/dist/admin.js
CHANGED