@duxweb/dvha-pro 1.1.14 → 1.1.16
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/card/card.cjs +1 -1
- 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/editor/aiEditor.cjs +3 -1
- package/dist/cjs/components/flowEditor/components/setting.cjs +1 -1
- package/dist/cjs/components/flowEditor/nodes/endNode.cjs +1 -1
- package/dist/cjs/components/flowEditor/nodes/index.cjs +1 -1
- package/dist/cjs/components/flowEditor/nodes/processNode.cjs +1 -1
- package/dist/cjs/components/flowEditor/nodes/startNode.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/fileUpload.cjs +1 -1
- package/dist/cjs/components/formEditor/components/imageUpload.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/layout/tools.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/uno.cjs +1 -1
- package/dist/cjs/hooks/dialog.cjs +1 -1
- package/dist/cjs/hooks/download.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/menuApp.cjs +1 -1
- package/dist/cjs/pages/menu/menuMain.cjs +1 -1
- package/dist/cjs/pages/menu/mobile.cjs +1 -1
- package/dist/cjs/pages/menu/notice.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 +58 -112
- package/dist/esm/components/card/card.js +0 -1
- package/dist/esm/components/chart/echart.js +3 -5
- package/dist/esm/components/crop/imageCrop.js +3 -5
- package/dist/esm/components/data/dynamicSelect.js +3 -5
- package/dist/esm/components/data/selectModal.js +3 -5
- package/dist/esm/components/designEditor/components/grid.js +3 -5
- package/dist/esm/components/designEditor/editor/setting.js +5 -7
- package/dist/esm/components/editor/aiEditor.js +142 -125
- package/dist/esm/components/flowEditor/components/setting.js +13 -15
- package/dist/esm/components/flowEditor/nodes/endNode.js +3 -5
- package/dist/esm/components/flowEditor/nodes/index.js +3 -5
- package/dist/esm/components/flowEditor/nodes/processNode.js +3 -5
- package/dist/esm/components/flowEditor/nodes/startNode.js +3 -5
- package/dist/esm/components/form/drawerForm.js +3 -5
- package/dist/esm/components/form/modalForm.js +3 -5
- package/dist/esm/components/form/pageForm.js +3 -5
- package/dist/esm/components/form/pageTabForm.js +3 -5
- package/dist/esm/components/form/settingForm.js +3 -6
- package/dist/esm/components/formEditor/base/base.js +5 -7
- package/dist/esm/components/formEditor/base/setting.js +3 -5
- package/dist/esm/components/formEditor/components/cascader.js +3 -5
- package/dist/esm/components/formEditor/components/cascaderAsync.js +3 -5
- package/dist/esm/components/formEditor/components/checkbox.js +3 -5
- package/dist/esm/components/formEditor/components/color.js +3 -5
- package/dist/esm/components/formEditor/components/date.js +3 -5
- package/dist/esm/components/formEditor/components/dynamicInput.js +3 -5
- package/dist/esm/components/formEditor/components/dynamicTags.js +10 -12
- package/dist/esm/components/formEditor/components/editor.js +3 -5
- package/dist/esm/components/formEditor/components/fileUpload.js +3 -5
- package/dist/esm/components/formEditor/components/imageUpload.js +3 -5
- package/dist/esm/components/formEditor/components/input.js +3 -5
- package/dist/esm/components/formEditor/components/inputNumber.js +3 -5
- package/dist/esm/components/formEditor/components/mentionAsync.js +14 -16
- package/dist/esm/components/formEditor/components/radio.js +14 -16
- package/dist/esm/components/formEditor/components/region.js +16 -18
- package/dist/esm/components/formEditor/components/select.js +3 -5
- package/dist/esm/components/formEditor/components/selectAsync.js +3 -5
- package/dist/esm/components/formEditor/components/sider.js +3 -5
- package/dist/esm/components/formEditor/components/switch.js +19 -21
- package/dist/esm/components/formEditor/components/time.js +3 -5
- package/dist/esm/components/formEditor/components/transferAsync.js +23 -25
- package/dist/esm/components/formEditor/components/treeSelect.js +3 -5
- package/dist/esm/components/formEditor/components/treeSelectAsync.js +3 -5
- package/dist/esm/components/formEditor/editor.js +3 -5
- package/dist/esm/components/formEditor/renderer.js +3 -5
- package/dist/esm/components/icon/icon.js +3 -5
- package/dist/esm/components/layout/list.js +3 -5
- package/dist/esm/components/layout/table.js +23 -25
- package/dist/esm/components/layout/tools.js +3 -5
- package/dist/esm/components/level/level.js +3 -5
- package/dist/esm/components/posterEditor/pages/RightPanel.js +3 -5
- package/dist/esm/components/posterEditor/posterEditor.js +3 -5
- package/dist/esm/components/table/table.js +8 -10
- package/dist/esm/components/upload/file.js +3 -5
- package/dist/esm/components/upload/image.js +33 -35
- package/dist/esm/components/upload/manage/item.js +3 -5
- package/dist/esm/components/upload/manager.js +3 -5
- package/dist/esm/config/uno.js +6 -8
- package/dist/esm/hooks/dialog.js +3 -5
- package/dist/esm/hooks/download.js +57 -50
- package/dist/esm/hooks/drawer.js +3 -5
- package/dist/esm/hooks/modal.js +3 -5
- package/dist/esm/hooks/table/image.js +3 -5
- package/dist/esm/hooks/table/media.js +3 -5
- package/dist/esm/pages/layout/global.js +3 -5
- package/dist/esm/pages/layout/page.js +7 -9
- package/dist/esm/pages/login.js +8 -10
- package/dist/esm/pages/menu/avatar.js +19 -21
- package/dist/esm/pages/menu/button.js +3 -5
- package/dist/esm/pages/menu/cmd.js +11 -13
- package/dist/esm/pages/menu/menuApp.js +15 -17
- package/dist/esm/pages/menu/menuMain.js +3 -5
- package/dist/esm/pages/menu/mobile.js +3 -5
- package/dist/esm/pages/menu/notice.js +3 -5
- package/dist/esm/pages/page404.js +1 -3
- package/dist/esm/pages/pageStatus.js +3 -5
- package/dist/esm/theme/uno.css.js +58 -112
- package/dist/types/components/table/table.d.ts +5 -5
- package/dist/types/components/widget/avatar.d.ts +2 -2
- package/dist/types/components/widget/image.d.ts +1 -1
- package/dist/types/config/uno.d.ts +2 -2
- package/dist/types/hooks/action.d.ts +1 -1
- package/package.json +7 -8
|
@@ -39,9 +39,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
39
39
|
import "highlight.js/lib/languages/typescript";
|
|
40
40
|
import "highlight.js/lib/languages/xml";
|
|
41
41
|
import "@ant-design/colors";
|
|
42
|
-
import "
|
|
43
|
-
import "@unocss/preset-typography";
|
|
44
|
-
import "unocss/preset-wind4";
|
|
42
|
+
import "unocss";
|
|
45
43
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
46
44
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
47
45
|
import "vee-validate";
|
|
@@ -60,7 +58,7 @@ import "fabric";
|
|
|
60
58
|
import "dayjs";
|
|
61
59
|
import "@tanstack/vue-query";
|
|
62
60
|
import { useUI as m } from "../../hooks/ui.js";
|
|
63
|
-
const
|
|
61
|
+
const ct = /* @__PURE__ */ p({
|
|
64
62
|
name: "DuxMenuButton",
|
|
65
63
|
props: {
|
|
66
64
|
class: {
|
|
@@ -98,5 +96,5 @@ const dt = /* @__PURE__ */ p({
|
|
|
98
96
|
}
|
|
99
97
|
});
|
|
100
98
|
export {
|
|
101
|
-
|
|
99
|
+
ct as default
|
|
102
100
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as M, ref as
|
|
1
|
+
import { defineComponent as M, ref as p, watch as m, computed as w, createVNode as t, Fragment as V, createTextVNode as B } from "vue";
|
|
2
2
|
import { useRouteStore as D, useTheme as T, useI18n as K } from "@duxweb/dvha-core";
|
|
3
3
|
import { useMagicKeys as R, watchThrottled as j } from "@vueuse/core";
|
|
4
4
|
import { cloneDeep as E } from "lodash-es";
|
|
@@ -40,9 +40,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
40
40
|
import "highlight.js/lib/languages/typescript";
|
|
41
41
|
import "highlight.js/lib/languages/xml";
|
|
42
42
|
import "@ant-design/colors";
|
|
43
|
-
import "
|
|
44
|
-
import "@unocss/preset-typography";
|
|
45
|
-
import "unocss/preset-wind4";
|
|
43
|
+
import "unocss";
|
|
46
44
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
47
45
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
48
46
|
import "vee-validate";
|
|
@@ -60,19 +58,19 @@ import "fabric";
|
|
|
60
58
|
import "dayjs";
|
|
61
59
|
import "@tanstack/vue-query";
|
|
62
60
|
import { useUI as q } from "../../hooks/ui.js";
|
|
63
|
-
const
|
|
61
|
+
const Pe = /* @__PURE__ */ M({
|
|
64
62
|
name: "DuxMenuCmd",
|
|
65
63
|
setup() {
|
|
66
64
|
const {
|
|
67
65
|
cmdVisible: h,
|
|
68
66
|
setCmdVisible: s
|
|
69
|
-
} = q(), c = R(), y = c["Meta+K"],
|
|
67
|
+
} = q(), c = R(), y = c["Meta+K"], u = p(), i = p([]), S = L(), a = D(), {
|
|
70
68
|
setMode: v
|
|
71
|
-
} = T(), n =
|
|
69
|
+
} = T(), n = p(""), {
|
|
72
70
|
t: o
|
|
73
|
-
} = K(), b =
|
|
71
|
+
} = K(), b = p(), g = (e) => {
|
|
74
72
|
const r = a.routes.filter((I) => I.parent === e);
|
|
75
|
-
|
|
73
|
+
u.value = e, i.value = r;
|
|
76
74
|
}, C = () => {
|
|
77
75
|
s(!0);
|
|
78
76
|
}, N = () => {
|
|
@@ -88,7 +86,7 @@ const We = /* @__PURE__ */ M({
|
|
|
88
86
|
throttle: 500
|
|
89
87
|
});
|
|
90
88
|
const x = () => {
|
|
91
|
-
const e = a.routes.find((r) => r.name ===
|
|
89
|
+
const e = a.routes.find((r) => r.name === u.value);
|
|
92
90
|
g(e?.parent);
|
|
93
91
|
};
|
|
94
92
|
m(y, (e) => {
|
|
@@ -96,7 +94,7 @@ const We = /* @__PURE__ */ M({
|
|
|
96
94
|
}), m(c.Escape, (e) => {
|
|
97
95
|
e && s(!1);
|
|
98
96
|
}), m(c.Backspace, (e) => {
|
|
99
|
-
e && n.value === "" &&
|
|
97
|
+
e && n.value === "" && u.value && x();
|
|
100
98
|
}), m(b, (e) => {
|
|
101
99
|
e && e.focus();
|
|
102
100
|
});
|
|
@@ -166,7 +164,7 @@ const We = /* @__PURE__ */ M({
|
|
|
166
164
|
class: e.path ? "i-tabler:link" : "i-tabler:folder"
|
|
167
165
|
}, null), e.label]
|
|
168
166
|
}))]
|
|
169
|
-
}), t(l.Separator, null, null),
|
|
167
|
+
}), t(l.Separator, null, null), u.value ? t(f, {
|
|
170
168
|
icon: "i-tabler:arrow-left",
|
|
171
169
|
label: o("common.back"),
|
|
172
170
|
onSelect: x,
|
|
@@ -193,5 +191,5 @@ const We = /* @__PURE__ */ M({
|
|
|
193
191
|
}
|
|
194
192
|
});
|
|
195
193
|
export {
|
|
196
|
-
|
|
194
|
+
Pe as DuxMenuCmd
|
|
197
195
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as C, onMounted as z, computed as u, createVNode as e, Transition as N, createTextVNode as
|
|
1
|
+
import { defineComponent as C, onMounted as z, computed as u, createVNode as e, Transition as N, createTextVNode as c, h as m } from "vue";
|
|
2
2
|
import { useManage as A, useI18n as D, useMenu as T, DuxLogoIcon as I } from "@duxweb/dvha-core";
|
|
3
3
|
import { cloneDeep as d } from "lodash-es";
|
|
4
4
|
import { NScrollbar as f, NTooltip as L, NButton as V, NTag as v, NMenu as j } from "naive-ui";
|
|
@@ -40,9 +40,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
40
40
|
import "highlight.js/lib/languages/typescript";
|
|
41
41
|
import "highlight.js/lib/languages/xml";
|
|
42
42
|
import "@ant-design/colors";
|
|
43
|
-
import "
|
|
44
|
-
import "@unocss/preset-typography";
|
|
45
|
-
import "unocss/preset-wind4";
|
|
43
|
+
import "unocss";
|
|
46
44
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
47
45
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
48
46
|
import "vee-validate";
|
|
@@ -63,7 +61,7 @@ import { useUI as R } from "../../hooks/ui.js";
|
|
|
63
61
|
import "vue-command-palette";
|
|
64
62
|
import S from "./dark.js";
|
|
65
63
|
import U from "./notice.js";
|
|
66
|
-
const
|
|
64
|
+
const Qe = /* @__PURE__ */ C({
|
|
67
65
|
name: "DuxMenuApp",
|
|
68
66
|
props: {
|
|
69
67
|
collapsed: {
|
|
@@ -76,7 +74,7 @@ const Xe = /* @__PURE__ */ C({
|
|
|
76
74
|
setCmdVisible: h,
|
|
77
75
|
setMenuCollapsed: x
|
|
78
76
|
} = R(), {
|
|
79
|
-
config:
|
|
77
|
+
config: o
|
|
80
78
|
} = A(), {
|
|
81
79
|
t: g
|
|
82
80
|
} = D(), i = B(), {
|
|
@@ -92,14 +90,14 @@ const Xe = /* @__PURE__ */ C({
|
|
|
92
90
|
x(!1);
|
|
93
91
|
});
|
|
94
92
|
const a = (t) => t.map((r) => {
|
|
95
|
-
const
|
|
93
|
+
const l = {
|
|
96
94
|
...r,
|
|
97
95
|
key: r.name,
|
|
98
|
-
icon: r?.icon ? () =>
|
|
96
|
+
icon: r?.icon ? () => m("div", {
|
|
99
97
|
class: `${r.icon} size-5`
|
|
100
98
|
}) : void 0,
|
|
101
99
|
labelName: r.label,
|
|
102
|
-
label: () => r.path ?
|
|
100
|
+
label: () => r.path ? m(F, {
|
|
103
101
|
to: {
|
|
104
102
|
path: r.path
|
|
105
103
|
}
|
|
@@ -107,7 +105,7 @@ const Xe = /* @__PURE__ */ C({
|
|
|
107
105
|
default: () => r.label
|
|
108
106
|
}) : r.label
|
|
109
107
|
};
|
|
110
|
-
return
|
|
108
|
+
return l.children && l.children.length > 0 && (l.children = a(l.children)), l;
|
|
111
109
|
}), w = u(() => a(d(b.value))), M = u(() => a(d(y.value)));
|
|
112
110
|
return () => e("div", {
|
|
113
111
|
class: "flex h-screen gap-2 pr-2"
|
|
@@ -119,9 +117,9 @@ const Xe = /* @__PURE__ */ C({
|
|
|
119
117
|
class: "py-4 px-2 hidden lg:flex justify-center items-center"
|
|
120
118
|
}, [e("div", {
|
|
121
119
|
class: "bg-white dark:bg-primary-950 rounded-full p-2 shadow group-hover:shadow-lg"
|
|
122
|
-
}, [
|
|
120
|
+
}, [o.theme?.appLogo ? e("img", {
|
|
123
121
|
class: "size-4",
|
|
124
|
-
src:
|
|
122
|
+
src: o.theme?.appLogo
|
|
125
123
|
}, null) : e(I, {
|
|
126
124
|
highlight: "fill-primary",
|
|
127
125
|
class: "size-4"
|
|
@@ -141,7 +139,7 @@ const Xe = /* @__PURE__ */ C({
|
|
|
141
139
|
}, [typeof t.label == "function" ? t.label?.() : t.label])]))])]
|
|
142
140
|
})]), e("div", {
|
|
143
141
|
class: "flex-none hidden lg:flex flex-col items-center gap-2 p-2"
|
|
144
|
-
}, [
|
|
142
|
+
}, [o.tools?.map((t) => e(L, {
|
|
145
143
|
trigger: "hover",
|
|
146
144
|
placement: "right"
|
|
147
145
|
}, {
|
|
@@ -166,7 +164,7 @@ const Xe = /* @__PURE__ */ C({
|
|
|
166
164
|
class: `${t.icon} size-5`
|
|
167
165
|
}, null)])
|
|
168
166
|
})
|
|
169
|
-
})),
|
|
167
|
+
})), o.notice?.status && e(U, {
|
|
170
168
|
collapsed: !0
|
|
171
169
|
}, null), e(S, null, null), e(O, {
|
|
172
170
|
collapsed: !0
|
|
@@ -197,13 +195,13 @@ const Xe = /* @__PURE__ */ C({
|
|
|
197
195
|
bordered: !1,
|
|
198
196
|
type: "primary"
|
|
199
197
|
}, {
|
|
200
|
-
default: () => [
|
|
198
|
+
default: () => [c("⌘")]
|
|
201
199
|
}), e(v, {
|
|
202
200
|
size: "small",
|
|
203
201
|
bordered: !1,
|
|
204
202
|
type: "primary"
|
|
205
203
|
}, {
|
|
206
|
-
default: () => [
|
|
204
|
+
default: () => [c("K")]
|
|
207
205
|
})])])]), e("div", {
|
|
208
206
|
class: "flex-1 min-h-0"
|
|
209
207
|
}, [e(f, null, {
|
|
@@ -221,5 +219,5 @@ const Xe = /* @__PURE__ */ C({
|
|
|
221
219
|
}
|
|
222
220
|
});
|
|
223
221
|
export {
|
|
224
|
-
|
|
222
|
+
Qe as DuxMenuApp
|
|
225
223
|
};
|
|
@@ -43,9 +43,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
43
43
|
import "highlight.js/lib/languages/typescript";
|
|
44
44
|
import "highlight.js/lib/languages/xml";
|
|
45
45
|
import "@ant-design/colors";
|
|
46
|
-
import "
|
|
47
|
-
import "@unocss/preset-typography";
|
|
48
|
-
import "unocss/preset-wind4";
|
|
46
|
+
import "unocss";
|
|
49
47
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
50
48
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
51
49
|
import "vee-validate";
|
|
@@ -62,7 +60,7 @@ import "fabric";
|
|
|
62
60
|
import "dayjs";
|
|
63
61
|
import "@tanstack/vue-query";
|
|
64
62
|
import { useUI as M } from "../../hooks/ui.js";
|
|
65
|
-
const
|
|
63
|
+
const Le = /* @__PURE__ */ c({
|
|
66
64
|
name: "DuxMenuMain",
|
|
67
65
|
props: {
|
|
68
66
|
collapsed: {
|
|
@@ -154,5 +152,5 @@ const Se = /* @__PURE__ */ c({
|
|
|
154
152
|
}
|
|
155
153
|
});
|
|
156
154
|
export {
|
|
157
|
-
|
|
155
|
+
Le as DuxMenuMain
|
|
158
156
|
};
|
|
@@ -39,9 +39,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
39
39
|
import "highlight.js/lib/languages/typescript";
|
|
40
40
|
import "highlight.js/lib/languages/xml";
|
|
41
41
|
import "@ant-design/colors";
|
|
42
|
-
import "
|
|
43
|
-
import "@unocss/preset-typography";
|
|
44
|
-
import "unocss/preset-wind4";
|
|
42
|
+
import "unocss";
|
|
45
43
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
46
44
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
47
45
|
import "vee-validate";
|
|
@@ -61,7 +59,7 @@ import "fabric";
|
|
|
61
59
|
import "dayjs";
|
|
62
60
|
import "@tanstack/vue-query";
|
|
63
61
|
import { useUI as e } from "../../hooks/ui.js";
|
|
64
|
-
const
|
|
62
|
+
const xo = /* @__PURE__ */ p({
|
|
65
63
|
name: "DuxMobileMenu",
|
|
66
64
|
props: {},
|
|
67
65
|
setup(l) {
|
|
@@ -84,5 +82,5 @@ const wo = /* @__PURE__ */ p({
|
|
|
84
82
|
}
|
|
85
83
|
});
|
|
86
84
|
export {
|
|
87
|
-
|
|
85
|
+
xo as DuxMobileMenu
|
|
88
86
|
};
|
|
@@ -46,9 +46,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
46
46
|
import "highlight.js/lib/languages/typescript";
|
|
47
47
|
import "highlight.js/lib/languages/xml";
|
|
48
48
|
import "@ant-design/colors";
|
|
49
|
-
import "
|
|
50
|
-
import "@unocss/preset-typography";
|
|
51
|
-
import "unocss/preset-wind4";
|
|
49
|
+
import "unocss";
|
|
52
50
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
53
51
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
54
52
|
import "vee-validate";
|
|
@@ -65,7 +63,7 @@ import "fabric";
|
|
|
65
63
|
function V(i) {
|
|
66
64
|
return typeof i == "function" || Object.prototype.toString.call(i) === "[object Object]" && !S(i);
|
|
67
65
|
}
|
|
68
|
-
const
|
|
66
|
+
const Ht = /* @__PURE__ */ k({
|
|
69
67
|
name: "DuxMenuNotice",
|
|
70
68
|
props: {
|
|
71
69
|
collapsed: {
|
|
@@ -207,5 +205,5 @@ const Kt = /* @__PURE__ */ k({
|
|
|
207
205
|
}
|
|
208
206
|
});
|
|
209
207
|
export {
|
|
210
|
-
|
|
208
|
+
Ht as default
|
|
211
209
|
};
|
|
@@ -45,9 +45,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
45
45
|
import "highlight.js/lib/languages/typescript";
|
|
46
46
|
import "highlight.js/lib/languages/xml";
|
|
47
47
|
import "@ant-design/colors";
|
|
48
|
-
import "
|
|
49
|
-
import "@unocss/preset-typography";
|
|
50
|
-
import "unocss/preset-wind4";
|
|
48
|
+
import "unocss";
|
|
51
49
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
52
50
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
53
51
|
import "vee-validate";
|
|
@@ -45,9 +45,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
45
45
|
import "highlight.js/lib/languages/typescript";
|
|
46
46
|
import "highlight.js/lib/languages/xml";
|
|
47
47
|
import "@ant-design/colors";
|
|
48
|
-
import "
|
|
49
|
-
import "@unocss/preset-typography";
|
|
50
|
-
import "unocss/preset-wind4";
|
|
48
|
+
import "unocss";
|
|
51
49
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
52
50
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
53
51
|
import "vee-validate";
|
|
@@ -61,7 +59,7 @@ import "@vue-flow/background";
|
|
|
61
59
|
import "@iconify-json/tabler/icons.json";
|
|
62
60
|
import "../components/posterEditor/elements/index.js";
|
|
63
61
|
import "fabric";
|
|
64
|
-
const
|
|
62
|
+
const ft = /* @__PURE__ */ o({
|
|
65
63
|
name: "DuxPageStatus",
|
|
66
64
|
props: {
|
|
67
65
|
title: String,
|
|
@@ -95,5 +93,5 @@ const ut = /* @__PURE__ */ o({
|
|
|
95
93
|
}
|
|
96
94
|
});
|
|
97
95
|
export {
|
|
98
|
-
|
|
96
|
+
ft as DuxPageStatus
|
|
99
97
|
};
|