@duxweb/dvha-elementui 1.2.6 → 1.2.8
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/cjs/components/menu/TreeMenu.vue_vue_type_script_setup_true_lang.cjs +1 -1
- package/dist/cjs/hooks/tab.cjs +1 -1
- package/dist/cjs/node_modules/.pnpm/@vue_reactivity@3.5.31/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.cjs +1 -0
- package/dist/cjs/node_modules/.pnpm/@vue_runtime-core@3.5.31/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.cjs +6 -0
- package/dist/cjs/node_modules/.pnpm/@vue_shared@3.5.31/node_modules/@vue/shared/dist/shared.esm-bundler.cjs +1 -0
- package/dist/cjs/node_modules/.pnpm/vue-router@4.6.4_vue@3.5.31_typescript@6.0.2_/node_modules/vue-router/dist/devtools-EWN81iOl.cjs +1 -0
- package/dist/cjs/node_modules/.pnpm/vue-router@4.6.4_vue@3.5.31_typescript@6.0.2_/node_modules/vue-router/dist/vue-router.cjs +1 -0
- package/dist/cjs/node_modules/.pnpm/vue@3.5.31_typescript@6.0.2/node_modules/vue/dist/vue.runtime.esm-bundler.cjs +1 -0
- package/dist/esm/components/menu/TreeMenu.vue_vue_type_script_setup_true_lang.js +21 -19
- package/dist/esm/hooks/tab.js +5 -4
- package/dist/esm/node_modules/.pnpm/@vue_reactivity@3.5.31/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +732 -0
- package/dist/esm/node_modules/.pnpm/@vue_runtime-core@3.5.31/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +922 -0
- package/dist/esm/node_modules/.pnpm/@vue_shared@3.5.31/node_modules/@vue/shared/dist/shared.esm-bundler.js +54 -0
- package/dist/esm/node_modules/.pnpm/vue-router@4.6.4_vue@3.5.31_typescript@6.0.2_/node_modules/vue-router/dist/devtools-EWN81iOl.js +10 -0
- package/dist/esm/node_modules/.pnpm/vue-router@4.6.4_vue@3.5.31_typescript@6.0.2_/node_modules/vue-router/dist/vue-router.js +11 -0
- package/dist/esm/node_modules/.pnpm/vue@3.5.31_typescript@6.0.2/node_modules/vue/dist/vue.runtime.esm-bundler.js +9 -0
- package/package.json +3 -3
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
//#region ../../node_modules/.pnpm/@vue+shared@3.5.31/node_modules/@vue/shared/dist/shared.esm-bundler.js
|
|
2
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
3
|
+
function e(e) {
|
|
4
|
+
let t = /* @__PURE__ */ Object.create(null);
|
|
5
|
+
for (let n of e.split(",")) t[n] = 1;
|
|
6
|
+
return (e) => e in t;
|
|
7
|
+
}
|
|
8
|
+
var t = process.env.NODE_ENV === "production" ? {} : Object.freeze({}), n = process.env.NODE_ENV === "production" ? [] : Object.freeze([]), r = () => {}, i = () => !1, a = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && (e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), o = (e) => e.startsWith("onUpdate:"), s = Object.assign, c = (e, t) => {
|
|
9
|
+
let n = e.indexOf(t);
|
|
10
|
+
n > -1 && e.splice(n, 1);
|
|
11
|
+
}, l = Object.prototype.hasOwnProperty, u = (e, t) => l.call(e, t), d = Array.isArray, f = (e) => b(e) === "[object Map]", p = (e) => b(e) === "[object Set]", m = (e) => typeof e == "function", h = (e) => typeof e == "string", g = (e) => typeof e == "symbol", _ = (e) => typeof e == "object" && !!e, v = (e) => (_(e) || m(e)) && m(e.then) && m(e.catch), y = Object.prototype.toString, b = (e) => y.call(e), x = (e) => b(e).slice(8, -1), S = (e) => b(e) === "[object Object]", C = (e) => h(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, w = (e) => {
|
|
12
|
+
let t = /* @__PURE__ */ Object.create(null);
|
|
13
|
+
return ((n) => t[n] || (t[n] = e(n)));
|
|
14
|
+
}, T = /-\w/g, E = w((e) => e.replace(T, (e) => e.slice(1).toUpperCase())), D = w((e) => e.charAt(0).toUpperCase() + e.slice(1)), O = w((e) => e ? `on${D(e)}` : ""), k = (e, t) => !Object.is(e, t), A = (e, t, n, r = !1) => {
|
|
15
|
+
Object.defineProperty(e, t, {
|
|
16
|
+
configurable: !0,
|
|
17
|
+
enumerable: !1,
|
|
18
|
+
writable: r,
|
|
19
|
+
value: n
|
|
20
|
+
});
|
|
21
|
+
}, j, M = () => j ||= typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {};
|
|
22
|
+
function N(e) {
|
|
23
|
+
if (d(e)) {
|
|
24
|
+
let t = {};
|
|
25
|
+
for (let n = 0; n < e.length; n++) {
|
|
26
|
+
let r = e[n], i = h(r) ? L(r) : N(r);
|
|
27
|
+
if (i) for (let e in i) t[e] = i[e];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
} else if (h(e) || _(e)) return e;
|
|
31
|
+
}
|
|
32
|
+
var P = /;(?![^(]*\))/g, F = /:([^]+)/, I = /\/\*[^]*?\*\//g;
|
|
33
|
+
function L(e) {
|
|
34
|
+
let t = {};
|
|
35
|
+
return e.replace(I, "").split(P).forEach((e) => {
|
|
36
|
+
if (e) {
|
|
37
|
+
let n = e.split(F);
|
|
38
|
+
n.length > 1 && (t[n[0].trim()] = n[1].trim());
|
|
39
|
+
}
|
|
40
|
+
}), t;
|
|
41
|
+
}
|
|
42
|
+
function R(e) {
|
|
43
|
+
let t = "";
|
|
44
|
+
if (h(e)) t = e;
|
|
45
|
+
else if (d(e)) for (let n = 0; n < e.length; n++) {
|
|
46
|
+
let r = R(e[n]);
|
|
47
|
+
r && (t += r + " ");
|
|
48
|
+
}
|
|
49
|
+
else if (_(e)) for (let n in e) e[n] && (t += n + " ");
|
|
50
|
+
return t.trim();
|
|
51
|
+
}
|
|
52
|
+
var z = (e) => !!(e && e.__v_isRef === !0), B = (e) => h(e) ? e : e == null ? "" : d(e) || _(e) && (e.toString === y || !m(e.toString)) ? z(e) ? B(e.value) : JSON.stringify(e, V, 2) : String(e), V = (e, t) => z(t) ? V(e, t.value) : f(t) ? { [`Map(${t.size})`]: [...t.entries()].reduce((e, [t, n], r) => (e[H(t, r) + " =>"] = n, e), {}) } : p(t) ? { [`Set(${t.size})`]: [...t.values()].map((e) => H(e)) } : g(t) ? H(t) : _(t) && !d(t) && !S(t) ? String(t) : t, H = (e, t = "") => g(e) ? `Symbol(${e.description ?? t})` : e;
|
|
53
|
+
//#endregion
|
|
54
|
+
export { n as EMPTY_ARR, t as EMPTY_OBJ, i as NO, r as NOOP, E as camelize, D as capitalize, A as def, s as extend, M as getGlobalThis, k as hasChanged, u as hasOwn, d as isArray, m as isFunction, C as isIntegerKey, f as isMap, o as isModelListener, _ as isObject, a as isOn, S as isPlainObject, v as isPromise, p as isSet, h as isString, g as isSymbol, e as makeMap, R as normalizeClass, N as normalizeStyle, c as remove, B as toDisplayString, O as toHandlerKey, x as toRawType };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "../../../../vue@3.5.31_typescript@6.0.2/node_modules/vue/dist/vue.runtime.esm-bundler.js";
|
|
2
|
+
Array.isArray;
|
|
3
|
+
var e = /* @__PURE__ */ function(e) {
|
|
4
|
+
return e[e.MATCHER_NOT_FOUND = 1] = "MATCHER_NOT_FOUND", e[e.NAVIGATION_GUARD_REDIRECT = 2] = "NAVIGATION_GUARD_REDIRECT", e[e.NAVIGATION_ABORTED = 4] = "NAVIGATION_ABORTED", e[e.NAVIGATION_CANCELLED = 8] = "NAVIGATION_CANCELLED", e[e.NAVIGATION_DUPLICATED = 16] = "NAVIGATION_DUPLICATED", e;
|
|
5
|
+
}({});
|
|
6
|
+
Symbol(process.env.NODE_ENV === "production" ? "" : "navigation failure"), e.MATCHER_NOT_FOUND, e.NAVIGATION_GUARD_REDIRECT, e.NAVIGATION_ABORTED, e.NAVIGATION_CANCELLED, e.NAVIGATION_DUPLICATED, Symbol(process.env.NODE_ENV === "production" ? "" : "router view location matched"), Symbol(process.env.NODE_ENV === "production" ? "" : "router view depth");
|
|
7
|
+
var t = Symbol(process.env.NODE_ENV === "production" ? "" : "router");
|
|
8
|
+
Symbol(process.env.NODE_ENV === "production" ? "" : "route location"), Symbol(process.env.NODE_ENV === "production" ? "" : "router view location");
|
|
9
|
+
//#endregion
|
|
10
|
+
export { t as routerKey };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { inject as e } from "../../../../@vue_runtime-core@3.5.31/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js";
|
|
2
|
+
import "../../../../vue@3.5.31_typescript@6.0.2/node_modules/vue/dist/vue.runtime.esm-bundler.js";
|
|
3
|
+
import { routerKey as t } from "./devtools-EWN81iOl.js";
|
|
4
|
+
(/* @__PURE__ */ (function(e) {
|
|
5
|
+
return e[e.Static = 0] = "Static", e[e.Param = 1] = "Param", e[e.Group = 2] = "Group", e;
|
|
6
|
+
})({})).Static;
|
|
7
|
+
function n() {
|
|
8
|
+
return e(t);
|
|
9
|
+
}
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as useRouter };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../../../@vue_shared@3.5.31/node_modules/@vue/shared/dist/shared.esm-bundler.js";
|
|
2
|
+
import "../../../../@vue_reactivity@3.5.31/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js";
|
|
3
|
+
import { initCustomFormatter as e } from "../../../../@vue_runtime-core@3.5.31/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js";
|
|
4
|
+
//#region ../../node_modules/.pnpm/vue@3.5.31_typescript@6.0.2/node_modules/vue/dist/vue.runtime.esm-bundler.js
|
|
5
|
+
function t() {
|
|
6
|
+
e();
|
|
7
|
+
}
|
|
8
|
+
process.env.NODE_ENV !== "production" && t();
|
|
9
|
+
//#endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duxweb/dvha-elementui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"author": "DuxWeb",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@duxweb/dvha-core": "^1.2.
|
|
27
|
+
"@duxweb/dvha-core": "^1.2.8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@duxweb/dvha-core": "^1.2.
|
|
30
|
+
"@duxweb/dvha-core": "^1.2.8",
|
|
31
31
|
"element-plus": "^2.13.6",
|
|
32
32
|
"vue": "^3.5.31",
|
|
33
33
|
"vue-router": "^5.0.4"
|