@duxweb/dvha-elementui 1.2.4 → 1.2.6
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Fragment as e, createBlock as t, createCommentVNode as n, createElementBlock as r, createElementVNode as i, createTextVNode as a, createVNode as o, defineComponent as s, normalizeClass as c, openBlock as l, renderList as u, resolveComponent as d, toDisplayString as f, withCtx as p } from "vue";
|
|
2
|
+
//#region src/components/menu/TreeMenu.vue?vue&type=script&setup=true&lang.ts
|
|
2
3
|
var m = /* @__PURE__ */ s({
|
|
3
4
|
name: "TreeMenu",
|
|
4
5
|
__name: "TreeMenu",
|
|
@@ -43,4 +44,5 @@ var m = /* @__PURE__ */ s({
|
|
|
43
44
|
};
|
|
44
45
|
}
|
|
45
46
|
});
|
|
47
|
+
//#endregion
|
|
46
48
|
export { m as default };
|
package/dist/esm/hooks/tab.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { computed as e } from "vue";
|
|
2
2
|
import { useTabStore as t } from "@duxweb/dvha-core";
|
|
3
3
|
import { useRouter as n } from "vue-router";
|
|
4
|
+
//#region src/hooks/tab.ts
|
|
4
5
|
function r() {
|
|
5
6
|
let r = t(), i = n(), a = (e) => e.tabKey || e.path || "", o = e(() => ({
|
|
6
7
|
modelValue: r.current,
|
|
@@ -20,4 +21,5 @@ function r() {
|
|
|
20
21
|
props: o
|
|
21
22
|
};
|
|
22
23
|
}
|
|
24
|
+
//#endregion
|
|
23
25
|
export { r as useElmTab };
|
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.6",
|
|
5
5
|
"author": "DuxWeb",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@duxweb/dvha-core": "^1.2.
|
|
27
|
+
"@duxweb/dvha-core": "^1.2.6"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@duxweb/dvha-core": "
|
|
31
|
-
"element-plus": "^2.
|
|
32
|
-
"vue": "^3.5.
|
|
33
|
-
"vue-router": "^
|
|
30
|
+
"@duxweb/dvha-core": "^1.2.5",
|
|
31
|
+
"element-plus": "^2.13.6",
|
|
32
|
+
"vue": "^3.5.31",
|
|
33
|
+
"vue-router": "^5.0.4"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"clean": "rimraf dist",
|