@duxweb/dvha-pro 1.0.32 → 1.0.33
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/chart/echart.cjs +1 -1
- package/dist/cjs/components/crop/imageCrop.cjs +1 -1
- package/dist/cjs/components/data/dynamicSelect.cjs +1 -1
- package/dist/cjs/components/data/selectModal.cjs +1 -1
- package/dist/cjs/components/designEditor/components/grid.cjs +1 -1
- package/dist/cjs/components/designEditor/editor/setting.cjs +1 -1
- package/dist/cjs/components/form/drawerForm.cjs +1 -1
- package/dist/cjs/components/form/modalForm.cjs +1 -1
- package/dist/cjs/components/form/pageForm.cjs +1 -1
- package/dist/cjs/components/form/pageTabForm.cjs +1 -1
- package/dist/cjs/components/form/settingForm.cjs +1 -1
- package/dist/cjs/components/formEditor/base/base.cjs +1 -1
- package/dist/cjs/components/formEditor/base/setting.cjs +1 -1
- package/dist/cjs/components/formEditor/components/cascader.cjs +1 -1
- package/dist/cjs/components/formEditor/components/cascaderAsync.cjs +1 -1
- package/dist/cjs/components/formEditor/components/checkbox.cjs +1 -1
- package/dist/cjs/components/formEditor/components/color.cjs +1 -1
- package/dist/cjs/components/formEditor/components/date.cjs +1 -1
- package/dist/cjs/components/formEditor/components/dynamicInput.cjs +1 -1
- package/dist/cjs/components/formEditor/components/dynamicTags.cjs +1 -1
- package/dist/cjs/components/formEditor/components/editor.cjs +1 -1
- package/dist/cjs/components/formEditor/components/input.cjs +1 -1
- package/dist/cjs/components/formEditor/components/inputNumber.cjs +1 -1
- package/dist/cjs/components/formEditor/components/mentionAsync.cjs +1 -1
- package/dist/cjs/components/formEditor/components/radio.cjs +1 -1
- package/dist/cjs/components/formEditor/components/region.cjs +1 -1
- package/dist/cjs/components/formEditor/components/select.cjs +1 -1
- package/dist/cjs/components/formEditor/components/selectAsync.cjs +1 -1
- package/dist/cjs/components/formEditor/components/sider.cjs +1 -1
- package/dist/cjs/components/formEditor/components/switch.cjs +1 -1
- package/dist/cjs/components/formEditor/components/time.cjs +1 -1
- package/dist/cjs/components/formEditor/components/transferAsync.cjs +1 -1
- package/dist/cjs/components/formEditor/components/treeSelect.cjs +1 -1
- package/dist/cjs/components/formEditor/components/treeSelectAsync.cjs +1 -1
- package/dist/cjs/components/formEditor/editor.cjs +1 -1
- package/dist/cjs/components/formEditor/renderer.cjs +1 -1
- package/dist/cjs/components/icon/icon.cjs +1 -1
- package/dist/cjs/components/layout/list.cjs +1 -1
- package/dist/cjs/components/layout/table.cjs +1 -1
- package/dist/cjs/components/level/level.cjs +1 -1
- package/dist/cjs/components/posterEditor/pages/RightPanel.cjs +1 -1
- package/dist/cjs/components/posterEditor/posterEditor.cjs +1 -1
- package/dist/cjs/components/table/table.cjs +1 -1
- package/dist/cjs/components/upload/file.cjs +1 -1
- package/dist/cjs/components/upload/image.cjs +1 -1
- package/dist/cjs/components/upload/manage/item.cjs +1 -1
- package/dist/cjs/components/upload/manager.cjs +1 -1
- package/dist/cjs/config/echart.cjs +1 -1
- package/dist/cjs/hooks/dialog.cjs +1 -1
- package/dist/cjs/hooks/drawer.cjs +1 -1
- package/dist/cjs/hooks/modal.cjs +1 -1
- package/dist/cjs/hooks/table/image.cjs +1 -1
- package/dist/cjs/hooks/table/media.cjs +1 -1
- package/dist/cjs/pages/layout/global.cjs +1 -1
- package/dist/cjs/pages/layout/page.cjs +1 -1
- package/dist/cjs/pages/login.cjs +1 -1
- package/dist/cjs/pages/menu/avatar.cjs +1 -1
- package/dist/cjs/pages/menu/button.cjs +1 -1
- package/dist/cjs/pages/menu/cmd.cjs +1 -1
- package/dist/cjs/pages/menu/main.cjs +1 -1
- package/dist/cjs/pages/menu/mobile.cjs +1 -1
- package/dist/cjs/pages/page404.cjs +1 -1
- package/dist/cjs/pages/pageStatus.cjs +1 -1
- package/dist/cjs/theme/uno.css.cjs +1 -1
- package/dist/esm/components/chart/echart.js +16 -2
- package/dist/esm/components/crop/imageCrop.js +26 -12
- package/dist/esm/components/data/dynamicSelect.js +33 -19
- package/dist/esm/components/data/selectModal.js +41 -27
- package/dist/esm/components/designEditor/components/grid.js +39 -25
- package/dist/esm/components/designEditor/editor/setting.js +36 -22
- package/dist/esm/components/form/drawerForm.js +32 -18
- package/dist/esm/components/form/modalForm.js +31 -17
- package/dist/esm/components/form/pageForm.js +40 -26
- package/dist/esm/components/form/pageTabForm.js +30 -16
- package/dist/esm/components/form/settingForm.js +32 -18
- package/dist/esm/components/formEditor/base/base.js +29 -15
- package/dist/esm/components/formEditor/base/setting.js +21 -7
- package/dist/esm/components/formEditor/components/cascader.js +65 -51
- package/dist/esm/components/formEditor/components/cascaderAsync.js +95 -81
- package/dist/esm/components/formEditor/components/checkbox.js +43 -29
- package/dist/esm/components/formEditor/components/color.js +34 -20
- package/dist/esm/components/formEditor/components/date.js +51 -37
- package/dist/esm/components/formEditor/components/dynamicInput.js +42 -28
- package/dist/esm/components/formEditor/components/dynamicTags.js +39 -25
- package/dist/esm/components/formEditor/components/editor.js +23 -9
- package/dist/esm/components/formEditor/components/input.js +66 -52
- package/dist/esm/components/formEditor/components/inputNumber.js +37 -23
- package/dist/esm/components/formEditor/components/mentionAsync.js +60 -46
- package/dist/esm/components/formEditor/components/radio.js +28 -14
- package/dist/esm/components/formEditor/components/region.js +37 -23
- package/dist/esm/components/formEditor/components/select.js +16 -2
- package/dist/esm/components/formEditor/components/selectAsync.js +72 -58
- package/dist/esm/components/formEditor/components/sider.js +40 -26
- package/dist/esm/components/formEditor/components/switch.js +33 -19
- package/dist/esm/components/formEditor/components/time.js +60 -46
- package/dist/esm/components/formEditor/components/transferAsync.js +49 -35
- package/dist/esm/components/formEditor/components/treeSelect.js +54 -40
- package/dist/esm/components/formEditor/components/treeSelectAsync.js +74 -60
- package/dist/esm/components/formEditor/editor.js +16 -2
- package/dist/esm/components/formEditor/renderer.js +28 -14
- package/dist/esm/components/icon/icon.js +23 -9
- package/dist/esm/components/layout/list.js +69 -55
- package/dist/esm/components/layout/table.js +37 -23
- package/dist/esm/components/level/level.js +37 -23
- package/dist/esm/components/posterEditor/pages/RightPanel.js +46 -32
- package/dist/esm/components/posterEditor/posterEditor.js +26 -12
- package/dist/esm/components/table/table.js +21 -7
- package/dist/esm/components/upload/file.js +16 -2
- package/dist/esm/components/upload/image.js +42 -28
- package/dist/esm/components/upload/manage/item.js +24 -10
- package/dist/esm/components/upload/manager.js +16 -2
- package/dist/esm/config/echart.js +1 -1
- package/dist/esm/hooks/dialog.js +16 -2
- package/dist/esm/hooks/drawer.js +16 -2
- package/dist/esm/hooks/modal.js +16 -2
- package/dist/esm/hooks/table/image.js +20 -6
- package/dist/esm/hooks/table/media.js +20 -6
- package/dist/esm/pages/layout/global.js +52 -37
- package/dist/esm/pages/layout/page.js +26 -12
- package/dist/esm/pages/login.js +33 -19
- package/dist/esm/pages/menu/avatar.js +46 -32
- package/dist/esm/pages/menu/button.js +22 -8
- package/dist/esm/pages/menu/cmd.js +51 -37
- package/dist/esm/pages/menu/main.js +42 -28
- package/dist/esm/pages/menu/mobile.js +16 -2
- package/dist/esm/pages/page404.js +14 -0
- package/dist/esm/pages/pageStatus.js +18 -4
- package/dist/esm/theme/uno.css.js +1 -1
- package/package.json +5 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as c, createVNode as
|
|
1
|
+
import { defineComponent as c, createVNode as o, createTextVNode as r } from "vue";
|
|
2
2
|
import { useManage as f, useI18n as v, DuxLogoIcon as x } from "@duxweb/dvha-core";
|
|
3
3
|
import { useNaiveMenu as g } from "@duxweb/dvha-naiveui";
|
|
4
|
-
import { NTag as
|
|
4
|
+
import { NTag as l, NScrollbar as h, NMenu as b } from "naive-ui";
|
|
5
5
|
import "vue-router";
|
|
6
6
|
import "@overlastic/vue";
|
|
7
7
|
import "clsx";
|
|
@@ -25,6 +25,20 @@ import "vue-draggable-plus";
|
|
|
25
25
|
import "@vee-validate/i18n";
|
|
26
26
|
import "colorizr";
|
|
27
27
|
import "echarts";
|
|
28
|
+
import "highlight.js/lib/core";
|
|
29
|
+
import "highlight.js/lib/languages/bash";
|
|
30
|
+
import "highlight.js/lib/languages/css";
|
|
31
|
+
import "highlight.js/lib/languages/go";
|
|
32
|
+
import "highlight.js/lib/languages/java";
|
|
33
|
+
import "highlight.js/lib/languages/javascript";
|
|
34
|
+
import "highlight.js/lib/languages/json";
|
|
35
|
+
import "highlight.js/lib/languages/markdown";
|
|
36
|
+
import "highlight.js/lib/languages/php";
|
|
37
|
+
import "highlight.js/lib/languages/python";
|
|
38
|
+
import "highlight.js/lib/languages/shell";
|
|
39
|
+
import "highlight.js/lib/languages/sql";
|
|
40
|
+
import "highlight.js/lib/languages/typescript";
|
|
41
|
+
import "highlight.js/lib/languages/xml";
|
|
28
42
|
import "@ant-design/colors";
|
|
29
43
|
import "@unocss/preset-icons/browser";
|
|
30
44
|
import "@unocss/preset-typography";
|
|
@@ -45,7 +59,7 @@ import "mime";
|
|
|
45
59
|
import "dayjs";
|
|
46
60
|
import "@tanstack/vue-query";
|
|
47
61
|
import { useUI as y } from "../../hooks/ui.js";
|
|
48
|
-
const
|
|
62
|
+
const Bo = /* @__PURE__ */ c({
|
|
49
63
|
name: "DuxMenuMain",
|
|
50
64
|
props: {
|
|
51
65
|
collapsed: {
|
|
@@ -53,7 +67,7 @@ const ve = /* @__PURE__ */ c({
|
|
|
53
67
|
default: !1
|
|
54
68
|
}
|
|
55
69
|
},
|
|
56
|
-
setup(
|
|
70
|
+
setup(e) {
|
|
57
71
|
const {
|
|
58
72
|
options: m,
|
|
59
73
|
active: a
|
|
@@ -67,53 +81,53 @@ const ve = /* @__PURE__ */ c({
|
|
|
67
81
|
} = f(), {
|
|
68
82
|
t: u
|
|
69
83
|
} = v();
|
|
70
|
-
return () =>
|
|
84
|
+
return () => o("div", {
|
|
71
85
|
class: "flex flex-col h-screen px-1"
|
|
72
|
-
}, [
|
|
86
|
+
}, [o("div", {
|
|
73
87
|
class: "h-13 px-2 hidden lg:flex justify-center items-center"
|
|
74
|
-
}, [
|
|
88
|
+
}, [o(p, {
|
|
75
89
|
onClick: () => d(!t.value),
|
|
76
|
-
collapsed:
|
|
90
|
+
collapsed: e.collapsed
|
|
77
91
|
}, {
|
|
78
|
-
icon: () =>
|
|
92
|
+
icon: () => o("div", {
|
|
79
93
|
class: "bg-white dark:bg-primary-950 rounded-full p-2 shadow group-hover:shadow-lg"
|
|
80
|
-
}, [
|
|
94
|
+
}, [o(x, {
|
|
81
95
|
highlight: "fill-primary",
|
|
82
96
|
class: "size-4"
|
|
83
97
|
}, null)]),
|
|
84
|
-
default: () =>
|
|
85
|
-
})]),
|
|
98
|
+
default: () => o("div", null, [n.title])
|
|
99
|
+
})]), o("div", {
|
|
86
100
|
class: "px-2 py-1 hidden lg:block"
|
|
87
|
-
}, [
|
|
88
|
-
collapsed:
|
|
101
|
+
}, [o(p, {
|
|
102
|
+
collapsed: e.collapsed,
|
|
89
103
|
inverted: !0,
|
|
90
104
|
class: "relative py-1.5 px-3",
|
|
91
105
|
onClick: () => s(!0)
|
|
92
106
|
}, {
|
|
93
|
-
icon: () =>
|
|
107
|
+
icon: () => o("div", {
|
|
94
108
|
class: "i-tabler:search size-4 icon-gradient"
|
|
95
109
|
}, null),
|
|
96
|
-
default: () =>
|
|
110
|
+
default: () => o("div", {
|
|
97
111
|
class: "text-muted text-sm"
|
|
98
|
-
}, [u("common.search"), !t.value &&
|
|
112
|
+
}, [u("common.search"), !t.value && o("div", {
|
|
99
113
|
class: "flex items-center gap-1 absolute right-2.5 top-1.3"
|
|
100
|
-
}, [
|
|
114
|
+
}, [o(l, {
|
|
101
115
|
size: "small",
|
|
102
116
|
bordered: !1,
|
|
103
117
|
type: "primary"
|
|
104
118
|
}, {
|
|
105
|
-
default: () => [
|
|
106
|
-
}),
|
|
119
|
+
default: () => [r("⌘")]
|
|
120
|
+
}), o(l, {
|
|
107
121
|
size: "small",
|
|
108
122
|
bordered: !1,
|
|
109
123
|
type: "primary"
|
|
110
124
|
}, {
|
|
111
|
-
default: () => [
|
|
125
|
+
default: () => [r("K")]
|
|
112
126
|
})])])
|
|
113
|
-
})]),
|
|
127
|
+
})]), o("div", {
|
|
114
128
|
class: ["flex-1 min-h-0", i.value ? "border-t border-muted" : ""]
|
|
115
|
-
}, [
|
|
116
|
-
default: () => [
|
|
129
|
+
}, [o(h, null, {
|
|
130
|
+
default: () => [o(b, {
|
|
117
131
|
options: m.value,
|
|
118
132
|
value: a.value,
|
|
119
133
|
collapsed: t.value && !i.value,
|
|
@@ -121,13 +135,13 @@ const ve = /* @__PURE__ */ c({
|
|
|
121
135
|
collapsedWidth: 60,
|
|
122
136
|
collapsedIconSize: 20
|
|
123
137
|
}, null)]
|
|
124
|
-
})]),
|
|
138
|
+
})]), o("div", {
|
|
125
139
|
class: "flex-none hidden lg:flex flex-col items-center gap-2 p-2 border-t border-muted/50"
|
|
126
|
-
}, [
|
|
127
|
-
collapsed:
|
|
140
|
+
}, [o(M, {
|
|
141
|
+
collapsed: e.collapsed
|
|
128
142
|
}, null)])]);
|
|
129
143
|
}
|
|
130
144
|
});
|
|
131
145
|
export {
|
|
132
|
-
|
|
146
|
+
Bo as DuxMenuMain
|
|
133
147
|
};
|
|
@@ -24,6 +24,20 @@ import "vue-draggable-plus";
|
|
|
24
24
|
import "@vee-validate/i18n";
|
|
25
25
|
import "colorizr";
|
|
26
26
|
import "echarts";
|
|
27
|
+
import "highlight.js/lib/core";
|
|
28
|
+
import "highlight.js/lib/languages/bash";
|
|
29
|
+
import "highlight.js/lib/languages/css";
|
|
30
|
+
import "highlight.js/lib/languages/go";
|
|
31
|
+
import "highlight.js/lib/languages/java";
|
|
32
|
+
import "highlight.js/lib/languages/javascript";
|
|
33
|
+
import "highlight.js/lib/languages/json";
|
|
34
|
+
import "highlight.js/lib/languages/markdown";
|
|
35
|
+
import "highlight.js/lib/languages/php";
|
|
36
|
+
import "highlight.js/lib/languages/python";
|
|
37
|
+
import "highlight.js/lib/languages/shell";
|
|
38
|
+
import "highlight.js/lib/languages/sql";
|
|
39
|
+
import "highlight.js/lib/languages/typescript";
|
|
40
|
+
import "highlight.js/lib/languages/xml";
|
|
27
41
|
import "@ant-design/colors";
|
|
28
42
|
import "@unocss/preset-icons/browser";
|
|
29
43
|
import "@unocss/preset-typography";
|
|
@@ -44,7 +58,7 @@ import "mime";
|
|
|
44
58
|
import "dayjs";
|
|
45
59
|
import "@tanstack/vue-query";
|
|
46
60
|
import { useUI as e } from "../../hooks/ui.js";
|
|
47
|
-
const
|
|
61
|
+
const co = /* @__PURE__ */ p({
|
|
48
62
|
name: "DuxMobileMenu",
|
|
49
63
|
props: {},
|
|
50
64
|
setup(l) {
|
|
@@ -64,5 +78,5 @@ const oo = /* @__PURE__ */ p({
|
|
|
64
78
|
}
|
|
65
79
|
});
|
|
66
80
|
export {
|
|
67
|
-
|
|
81
|
+
co as DuxMobileMenu
|
|
68
82
|
};
|
|
@@ -30,6 +30,20 @@ import { DuxDrawEmpty as f } from "../components/draw/drawEmpty.js";
|
|
|
30
30
|
import "@vee-validate/i18n";
|
|
31
31
|
import "colorizr";
|
|
32
32
|
import "echarts";
|
|
33
|
+
import "highlight.js/lib/core";
|
|
34
|
+
import "highlight.js/lib/languages/bash";
|
|
35
|
+
import "highlight.js/lib/languages/css";
|
|
36
|
+
import "highlight.js/lib/languages/go";
|
|
37
|
+
import "highlight.js/lib/languages/java";
|
|
38
|
+
import "highlight.js/lib/languages/javascript";
|
|
39
|
+
import "highlight.js/lib/languages/json";
|
|
40
|
+
import "highlight.js/lib/languages/markdown";
|
|
41
|
+
import "highlight.js/lib/languages/php";
|
|
42
|
+
import "highlight.js/lib/languages/python";
|
|
43
|
+
import "highlight.js/lib/languages/shell";
|
|
44
|
+
import "highlight.js/lib/languages/sql";
|
|
45
|
+
import "highlight.js/lib/languages/typescript";
|
|
46
|
+
import "highlight.js/lib/languages/xml";
|
|
33
47
|
import "@ant-design/colors";
|
|
34
48
|
import "@unocss/preset-icons/browser";
|
|
35
49
|
import "@unocss/preset-typography";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as o, createVNode as t } from "vue";
|
|
2
|
-
import { DuxCard as
|
|
2
|
+
import { DuxCard as m } from "../components/card/card.js";
|
|
3
3
|
import "clsx";
|
|
4
4
|
import "naive-ui";
|
|
5
5
|
import "vue-echarts";
|
|
@@ -30,6 +30,20 @@ import "vue-draggable-plus";
|
|
|
30
30
|
import "@vee-validate/i18n";
|
|
31
31
|
import "colorizr";
|
|
32
32
|
import "echarts";
|
|
33
|
+
import "highlight.js/lib/core";
|
|
34
|
+
import "highlight.js/lib/languages/bash";
|
|
35
|
+
import "highlight.js/lib/languages/css";
|
|
36
|
+
import "highlight.js/lib/languages/go";
|
|
37
|
+
import "highlight.js/lib/languages/java";
|
|
38
|
+
import "highlight.js/lib/languages/javascript";
|
|
39
|
+
import "highlight.js/lib/languages/json";
|
|
40
|
+
import "highlight.js/lib/languages/markdown";
|
|
41
|
+
import "highlight.js/lib/languages/php";
|
|
42
|
+
import "highlight.js/lib/languages/python";
|
|
43
|
+
import "highlight.js/lib/languages/shell";
|
|
44
|
+
import "highlight.js/lib/languages/sql";
|
|
45
|
+
import "highlight.js/lib/languages/typescript";
|
|
46
|
+
import "highlight.js/lib/languages/xml";
|
|
33
47
|
import "@ant-design/colors";
|
|
34
48
|
import "@unocss/preset-icons/browser";
|
|
35
49
|
import "@unocss/preset-typography";
|
|
@@ -44,7 +58,7 @@ import "aieditor";
|
|
|
44
58
|
import "@iconify-json/tabler/icons.json";
|
|
45
59
|
import "../components/posterEditor/elements/index.js";
|
|
46
60
|
import "fabric";
|
|
47
|
-
const
|
|
61
|
+
const ct = /* @__PURE__ */ o({
|
|
48
62
|
name: "DuxPageStatus",
|
|
49
63
|
props: {
|
|
50
64
|
title: String,
|
|
@@ -57,7 +71,7 @@ const Z = /* @__PURE__ */ o({
|
|
|
57
71
|
setup(r, {
|
|
58
72
|
slots: i
|
|
59
73
|
}) {
|
|
60
|
-
return () => t(
|
|
74
|
+
return () => t(m, {
|
|
61
75
|
class: "size-full flex items-center justify-center",
|
|
62
76
|
bordered: r.bordered
|
|
63
77
|
}, {
|
|
@@ -78,5 +92,5 @@ const Z = /* @__PURE__ */ o({
|
|
|
78
92
|
}
|
|
79
93
|
});
|
|
80
94
|
export {
|
|
81
|
-
|
|
95
|
+
ct as DuxPageStatus
|
|
82
96
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const r = `/* layer: properties */
|
|
2
|
-
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-
|
|
2
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-x-reverse:initial;--un-border-style:solid;--un-divide-opacity:100%;--un-divide-y-reverse:initial;--un-shadow-opacity:100%;--un-border-opacity:100%;--un-ease:initial;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;}}
|
|
3
3
|
@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
|
|
4
4
|
@property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
|
|
5
5
|
@property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duxweb/dvha-pro",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.33",
|
|
5
5
|
"author": "DuxWeb",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@ant-design/colors": "^7.2.1",
|
|
36
|
-
"@duxweb/dvha-core": "^1.0.
|
|
37
|
-
"@duxweb/dvha-naiveui": "^1.0.
|
|
36
|
+
"@duxweb/dvha-core": "^1.0.33",
|
|
37
|
+
"@duxweb/dvha-naiveui": "^1.0.33",
|
|
38
38
|
"@iconify-json/tabler": "^1.2.18",
|
|
39
39
|
"@overlastic/vue": "^0.8.1",
|
|
40
40
|
"@tanstack/vue-query": "^5.80.7",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"@unocss/runtime": "^66.2.1",
|
|
44
44
|
"@vee-validate/i18n": "^4.15.1",
|
|
45
45
|
"@vee-validate/rules": "^4.15.1",
|
|
46
|
+
"@visactor/vchart": "^2.0.0",
|
|
46
47
|
"@vueuse/core": "^13.3.0",
|
|
47
48
|
"@vueuse/integrations": "^13.3.0",
|
|
48
49
|
"ace-builds": "^1.43.0",
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
"dayjs": "^1.11.13",
|
|
53
54
|
"echarts": "^5.6.0",
|
|
54
55
|
"fabric": "^6.7.0",
|
|
56
|
+
"highlight.js": "^11.11.1",
|
|
55
57
|
"jinrishici": "^1.0.6",
|
|
56
58
|
"jsep": "^1.4.0",
|
|
57
59
|
"konva": "^9.3.20",
|