@opengis/admin 0.1.77 → 0.1.78
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/{IconChevronDown-C7p-qa08.js → IconChevronDown-DWLdkAUG.js} +1 -1
- package/dist/{add-page-BjxUl0Xb.js → add-page-GDPnGgQK.js} +1 -1
- package/dist/{admin-interface-hP6bBpCA.js → admin-interface-DOqhM3SD.js} +2 -2
- package/dist/{admin-view-Bg210Kja.js → admin-view-xnJ3u3oI.js} +2 -2
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +39 -23
- package/dist/{card-page-DrVSEjOf.js → card-page-DhYFr0FI.js} +52 -50
- package/dist/{card-view-CrrcS8Wm.js → card-view-CuKF08UR.js} +1 -1
- package/dist/{edit-page-CJxp0cdD.js → edit-page-J0eDzIuJ.js} +1 -1
- package/dist/{import-file-L1iBMu59.js → import-file-REG5YZVe.js} +4893 -4708
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/server/plugins/hook.js +52 -52
@@ -1,5 +1,5 @@
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as n } from "vue";
|
2
|
-
import { _ as r } from "./import-file-
|
2
|
+
import { _ as r } from "./import-file-REG5YZVe.js";
|
3
3
|
const l = {}, s = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
5
5
|
viewBox: "0 0 24 24",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as d, u as h, a as i } from "./import-file-
|
1
|
+
import { _ as d, u as h, a as i } from "./import-file-REG5YZVe.js";
|
2
2
|
import { resolveComponent as p, openBlock as m, createElementBlock as g, createElementVNode as n, createBlock as f, createCommentVNode as x } from "vue";
|
3
3
|
const w = {
|
4
4
|
data() {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as k, b as Ie, a as V, c as Te, d as Ve, e as De, f as Fe, I as Me, u as ge, s as je } from "./import-file-
|
1
|
+
import { _ as k, b as Ie, a as V, c as Te, d as Ve, e as De, f as Fe, I as Me, u as ge, s as je } from "./import-file-REG5YZVe.js";
|
2
2
|
import { openBlock as l, createElementBlock as a, createTextVNode as D, toDisplayString as A, createCommentVNode as w, createStaticVNode as j, Fragment as $, createElementVNode as r, resolveComponent as h, createVNode as x, withCtx as C, createBlock as _, withModifiers as qe, renderList as T, normalizeClass as I, withDirectives as z, vModelCheckbox as Be, resolveDynamicComponent as B, Transition as P, renderSlot as ze, vShow as _e, getCurrentInstance as Pe, ref as xe, normalizeStyle as ye } from "vue";
|
3
|
-
import { I as Le } from "./IconChevronDown-
|
3
|
+
import { I as Le } from "./IconChevronDown-DWLdkAUG.js";
|
4
4
|
const Ue = {
|
5
5
|
data() {
|
6
6
|
return {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as w, I as Q, u as B, s as F, V as R, a as O } from "./import-file-
|
1
|
+
import { _ as w, I as Q, u as B, s as F, V as R, a as O } from "./import-file-REG5YZVe.js";
|
2
2
|
import { openBlock as s, createElementBlock as r, createElementVNode as t, createStaticVNode as q, resolveComponent as v, normalizeClass as E, createTextVNode as L, toDisplayString as V, createVNode as c, Transition as T, withCtx as M, withDirectives as G, Fragment as N, renderList as S, vShow as J, ref as D, createCommentVNode as H, getCurrentInstance as K, watch as W, onBeforeUnmount as X, createBlock as Y, withModifiers as ee } from "vue";
|
3
|
-
import { I as te } from "./IconChevronDown-
|
3
|
+
import { I as te } from "./IconChevronDown-DWLdkAUG.js";
|
4
4
|
const oe = {}, ne = {
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
6
6
|
viewBox: "0 0 24 24",
|
package/dist/admin.js
CHANGED