@gonsin/gview 2.0.18 → 2.0.19
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/README.md
CHANGED
|
@@ -40,15 +40,16 @@ const fn = (e) => {
|
|
|
40
40
|
const n = [];
|
|
41
41
|
function t(o, a) {
|
|
42
42
|
o.forEach((l) => {
|
|
43
|
-
const {
|
|
43
|
+
const { menuKey: i, edificeKey: s, name: r, title: u, url: c, icon: d } = l;
|
|
44
44
|
n.push({
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
menuKey: i,
|
|
46
|
+
edificeKey: s,
|
|
47
|
+
name: r,
|
|
47
48
|
parent: a,
|
|
48
|
-
title:
|
|
49
|
-
url:
|
|
50
|
-
icon:
|
|
51
|
-
}), l.children && l.children.length > 0 && t(l.children,
|
|
49
|
+
title: u,
|
|
50
|
+
url: c,
|
|
51
|
+
icon: d
|
|
52
|
+
}), l.children && l.children.length > 0 && t(l.children, r);
|
|
52
53
|
});
|
|
53
54
|
}
|
|
54
55
|
return t(e, null), n.forEach((o, a) => {
|
|
@@ -5758,7 +5759,7 @@ const zl = /* @__PURE__ */ te({
|
|
|
5758
5759
|
},
|
|
5759
5760
|
emits: ["update:isDialogVisible", "close-dialog"],
|
|
5760
5761
|
setup(e, { emit: n }) {
|
|
5761
|
-
const t = e, o = bo(() => import("./index-
|
|
5762
|
+
const t = e, o = bo(() => import("./index-2842ae96.mjs")), a = Jt(), l = O(() => t.dialogViewInfo.view), i = O(() => t.dialogViewInfo.name), s = O(() => {
|
|
5762
5763
|
var m;
|
|
5763
5764
|
return (m = t.dialogViewBoard) == null ? void 0 : m.boardType;
|
|
5764
5765
|
}), r = O(() => {
|
|
@@ -6319,7 +6320,7 @@ const Jl = ["id", "poster"], ei = ["src"], ti = ["src"], ni = /* @__PURE__ */ te
|
|
|
6319
6320
|
], 2));
|
|
6320
6321
|
}
|
|
6321
6322
|
});
|
|
6322
|
-
const oi = /* @__PURE__ */ et(ni, [["__scopeId", "data-v-b1b26512"]]), or = st(oi), ai = "@gonsin/gview", li = "2.0.
|
|
6323
|
+
const oi = /* @__PURE__ */ et(ni, [["__scopeId", "data-v-b1b26512"]]), or = st(oi), ai = "@gonsin/gview", li = "2.0.19", ii = "dist/index.mjs", ri = "dist/types/index.d.ts", si = [
|
|
6323
6324
|
"dist",
|
|
6324
6325
|
"README.md"
|
|
6325
6326
|
], ui = {
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as m, f as T, D as C, r as S, G as I, a as u, b as A, c as N, d as U, e as D, ah as p, I as M, L as g, p as F, l as G, k as R, q as d, n as f, m as c, g as P, j as b, P as H, a9 as W, o as h, T as v, t as y, u as B, W as K, i as x, E as V, a7 as w, a5 as X, B as j, a8 as k, ad as J, h as Q, ac as q, H as z, X as Y, R as Z, V as $, Y as aa, O as sa, K as ea, $ as oa, a4 as ta, J as ia, a1 as ra, a2 as na, a3 as _a, Q as la, N as Ea, af as La, S as Oa, a0 as ma, U as Ta, M as Ca, Z as Sa, w as Ia, ab as ua, v as Aa, ae as Na, aa as Ua, s as Da, a6 as pa, A as Ma, x as ga, z as Fa, y as Ga, F as Ra, ag as da } from "./index-
|
|
1
|
+
import { C as m, f as T, D as C, r as S, G as I, a as u, b as A, c as N, d as U, e as D, ah as p, I as M, L as g, p as F, l as G, k as R, q as d, n as f, m as c, g as P, j as b, P as H, a9 as W, o as h, T as v, t as y, u as B, W as K, i as x, E as V, a7 as w, a5 as X, B as j, a8 as k, ad as J, h as Q, ac as q, H as z, X as Y, R as Z, V as $, Y as aa, O as sa, K as ea, $ as oa, a4 as ta, J as ia, a1 as ra, a2 as na, a3 as _a, Q as la, N as Ea, af as La, S as Oa, a0 as ma, U as Ta, M as Ca, Z as Sa, w as Ia, ab as ua, v as Aa, ae as Na, aa as Ua, s as Da, a6 as pa, A as Ma, x as ga, z as Fa, y as Ga, F as Ra, ag as da } from "./index-07252653.mjs";
|
|
2
2
|
import { default as ca } from "nprogress";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "vue-router";
|