@duxweb/dvha-pro 1.1.15 → 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 +1 -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 +3 -5
- 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";
|
|
@@ -62,7 +60,7 @@ import "fabric";
|
|
|
62
60
|
import "dayjs";
|
|
63
61
|
import "@tanstack/vue-query";
|
|
64
62
|
import "pinia";
|
|
65
|
-
const
|
|
63
|
+
const Mt = /* @__PURE__ */ f({
|
|
66
64
|
name: "DuxDynamicSelect",
|
|
67
65
|
props: {
|
|
68
66
|
rowKey: {
|
|
@@ -135,5 +133,5 @@ const jt = /* @__PURE__ */ f({
|
|
|
135
133
|
}
|
|
136
134
|
});
|
|
137
135
|
export {
|
|
138
|
-
|
|
136
|
+
Mt as DuxDynamicSelect
|
|
139
137
|
};
|
|
@@ -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";
|
|
@@ -65,7 +63,7 @@ import "pinia";
|
|
|
65
63
|
function c(t) {
|
|
66
64
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !z(t);
|
|
67
65
|
}
|
|
68
|
-
const
|
|
66
|
+
const Bt = /* @__PURE__ */ y({
|
|
69
67
|
name: "Select",
|
|
70
68
|
props: {
|
|
71
69
|
path: String,
|
|
@@ -159,5 +157,5 @@ const It = /* @__PURE__ */ y({
|
|
|
159
157
|
}
|
|
160
158
|
});
|
|
161
159
|
export {
|
|
162
|
-
|
|
160
|
+
Bt as default
|
|
163
161
|
};
|
|
@@ -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 "vue-command-palette";
|
|
@@ -171,7 +169,7 @@ function j(o) {
|
|
|
171
169
|
children: t
|
|
172
170
|
};
|
|
173
171
|
}
|
|
174
|
-
function
|
|
172
|
+
function It(o) {
|
|
175
173
|
return {
|
|
176
174
|
name: "dux-grid",
|
|
177
175
|
icon: "i-tabler:grid-4x4",
|
|
@@ -188,5 +186,5 @@ function Ut(o) {
|
|
|
188
186
|
};
|
|
189
187
|
}
|
|
190
188
|
export {
|
|
191
|
-
|
|
189
|
+
It as duxFormEditorGrid
|
|
192
190
|
};
|
|
@@ -44,9 +44,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
44
44
|
import "highlight.js/lib/languages/typescript";
|
|
45
45
|
import "highlight.js/lib/languages/xml";
|
|
46
46
|
import "@ant-design/colors";
|
|
47
|
-
import "
|
|
48
|
-
import "@unocss/preset-typography";
|
|
49
|
-
import "unocss/preset-wind4";
|
|
47
|
+
import "unocss";
|
|
50
48
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
51
49
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
52
50
|
import "vee-validate";
|
|
@@ -61,7 +59,7 @@ import "@vue-flow/background";
|
|
|
61
59
|
import "@iconify-json/tabler/icons.json";
|
|
62
60
|
import "../../posterEditor/elements/index.js";
|
|
63
61
|
import "fabric";
|
|
64
|
-
const
|
|
62
|
+
const xt = /* @__PURE__ */ m({
|
|
65
63
|
name: "WidgetEditorSetting",
|
|
66
64
|
props: {
|
|
67
65
|
actionRender: Function
|
|
@@ -87,7 +85,7 @@ const St = /* @__PURE__ */ m({
|
|
|
87
85
|
}
|
|
88
86
|
})]), e?.actionRender?.(t)])]);
|
|
89
87
|
}
|
|
90
|
-
}),
|
|
88
|
+
}), yt = /* @__PURE__ */ m({
|
|
91
89
|
name: "WidgetEditorSettingCard",
|
|
92
90
|
props: {
|
|
93
91
|
title: String,
|
|
@@ -110,6 +108,6 @@ const St = /* @__PURE__ */ m({
|
|
|
110
108
|
}
|
|
111
109
|
});
|
|
112
110
|
export {
|
|
113
|
-
|
|
114
|
-
|
|
111
|
+
xt as WidgetEditorSetting,
|
|
112
|
+
yt as WidgetEditorSettingCard
|
|
115
113
|
};
|
|
@@ -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";
|
|
@@ -62,7 +60,7 @@ import "fabric";
|
|
|
62
60
|
import "dayjs";
|
|
63
61
|
import "@tanstack/vue-query";
|
|
64
62
|
import "pinia";
|
|
65
|
-
const
|
|
63
|
+
const ae = /* @__PURE__ */ j({
|
|
66
64
|
name: "DuxAiEditor",
|
|
67
65
|
props: {
|
|
68
66
|
value: String,
|
|
@@ -284,5 +282,5 @@ const le = /* @__PURE__ */ j({
|
|
|
284
282
|
}
|
|
285
283
|
});
|
|
286
284
|
export {
|
|
287
|
-
|
|
285
|
+
ae as DuxAiEditor
|
|
288
286
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as P, computed as w, ref as x, watch as
|
|
1
|
+
import { defineComponent as P, computed as w, ref as x, watch as c, createVNode as e } from "vue";
|
|
2
2
|
import { useI18n as T } from "@duxweb/dvha-core";
|
|
3
3
|
import { useVueFlow as U, MarkerType as z } from "@vue-flow/core";
|
|
4
4
|
import k from "clsx";
|
|
5
|
-
import { useMessage as A, NScrollbar as G, NButton as
|
|
5
|
+
import { useMessage as A, NScrollbar as G, NButton as m, NRadioGroup as H, NRadio as h } from "naive-ui";
|
|
6
6
|
import "vue-router";
|
|
7
7
|
import "@overlastic/vue";
|
|
8
8
|
import "vue-echarts";
|
|
@@ -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";
|
|
@@ -82,7 +80,7 @@ const y = ({
|
|
|
82
80
|
class: "text-base font-medium"
|
|
83
81
|
}, [u]), o && e("p", {
|
|
84
82
|
class: "text-sm text-muted mt-1"
|
|
85
|
-
}, [o])])])]),
|
|
83
|
+
}, [o])])])]), tt = /* @__PURE__ */ P({
|
|
86
84
|
name: "FlowSetting",
|
|
87
85
|
props: {
|
|
88
86
|
nodes: {
|
|
@@ -123,19 +121,19 @@ const y = ({
|
|
|
123
121
|
const t = N.value;
|
|
124
122
|
return t.length === 1 ? t[0] : null;
|
|
125
123
|
}), a = w(() => !l.value || !l.value.type ? null : s.nodes[l.value.type]), p = x({}), n = x({});
|
|
126
|
-
|
|
124
|
+
c(l, (t) => {
|
|
127
125
|
t ? p.value = {
|
|
128
126
|
...t.data
|
|
129
127
|
} : p.value = {};
|
|
130
128
|
}, {
|
|
131
129
|
immediate: !0
|
|
132
|
-
}),
|
|
130
|
+
}), c(r, (t) => {
|
|
133
131
|
t ? n.value = {
|
|
134
132
|
...t.data
|
|
135
133
|
} : n.value = {};
|
|
136
134
|
}, {
|
|
137
135
|
immediate: !0
|
|
138
|
-
}),
|
|
136
|
+
}), c(p, (t) => {
|
|
139
137
|
l.value && (F(l.value.id, t), d("update:modelValue", {
|
|
140
138
|
nodes: f.value,
|
|
141
139
|
edges: v.value
|
|
@@ -143,7 +141,7 @@ const y = ({
|
|
|
143
141
|
}, {
|
|
144
142
|
deep: !0,
|
|
145
143
|
flush: "post"
|
|
146
|
-
}),
|
|
144
|
+
}), c(n, (t) => {
|
|
147
145
|
if (r.value) {
|
|
148
146
|
D(r.value.id, t);
|
|
149
147
|
const i = r.value;
|
|
@@ -232,7 +230,7 @@ const y = ({
|
|
|
232
230
|
class: "space-y-4"
|
|
233
231
|
}, [u.globalSettings?.(), e("div", {
|
|
234
232
|
class: "flex flex-col gap-2"
|
|
235
|
-
}, [e(
|
|
233
|
+
}, [e(m, {
|
|
236
234
|
onClick: M,
|
|
237
235
|
type: "default",
|
|
238
236
|
block: !0,
|
|
@@ -242,7 +240,7 @@ const y = ({
|
|
|
242
240
|
class: "i-tabler:code"
|
|
243
241
|
}, null),
|
|
244
242
|
default: () => o("components.flowEditor.editJSON") || ""
|
|
245
|
-
}), e(
|
|
243
|
+
}), e(m, {
|
|
246
244
|
onClick: B,
|
|
247
245
|
type: "primary",
|
|
248
246
|
block: !0,
|
|
@@ -252,7 +250,7 @@ const y = ({
|
|
|
252
250
|
class: "i-tabler:device-floppy"
|
|
253
251
|
}, null),
|
|
254
252
|
default: () => o("components.flowEditor.saveFlow") || ""
|
|
255
|
-
}), e(
|
|
253
|
+
}), e(m, {
|
|
256
254
|
onClick: j,
|
|
257
255
|
type: "warning",
|
|
258
256
|
block: !0,
|
|
@@ -299,7 +297,7 @@ const y = ({
|
|
|
299
297
|
})])]
|
|
300
298
|
})]
|
|
301
299
|
}), e(C, null, {
|
|
302
|
-
default: () => [e(
|
|
300
|
+
default: () => [e(m, {
|
|
303
301
|
onClick: R,
|
|
304
302
|
type: "error",
|
|
305
303
|
block: !0
|
|
@@ -315,5 +313,5 @@ const y = ({
|
|
|
315
313
|
}
|
|
316
314
|
});
|
|
317
315
|
export {
|
|
318
|
-
|
|
316
|
+
tt as FlowSetting
|
|
319
317
|
};
|
|
@@ -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";
|
|
@@ -114,7 +112,7 @@ const f = /* @__PURE__ */ d({
|
|
|
114
112
|
})]);
|
|
115
113
|
}
|
|
116
114
|
});
|
|
117
|
-
function
|
|
115
|
+
function Vo() {
|
|
118
116
|
const {
|
|
119
117
|
t: o
|
|
120
118
|
} = l();
|
|
@@ -140,5 +138,5 @@ function Io() {
|
|
|
140
138
|
export {
|
|
141
139
|
c as EndNode,
|
|
142
140
|
f as EndNodeSetting,
|
|
143
|
-
|
|
141
|
+
Vo as getEndNodeRegistry
|
|
144
142
|
};
|
|
@@ -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";
|
|
@@ -60,7 +58,7 @@ import "@vue-flow/background";
|
|
|
60
58
|
import "@iconify-json/tabler/icons.json";
|
|
61
59
|
import "../../posterEditor/elements/index.js";
|
|
62
60
|
import "fabric";
|
|
63
|
-
const
|
|
61
|
+
const eo = {};
|
|
64
62
|
export {
|
|
65
|
-
|
|
63
|
+
eo as defaultNodes
|
|
66
64
|
};
|
|
@@ -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";
|
|
@@ -112,7 +110,7 @@ const u = (o) => {
|
|
|
112
110
|
})]);
|
|
113
111
|
}
|
|
114
112
|
});
|
|
115
|
-
function
|
|
113
|
+
function Eo() {
|
|
116
114
|
const {
|
|
117
115
|
t: o
|
|
118
116
|
} = s();
|
|
@@ -138,5 +136,5 @@ function ko() {
|
|
|
138
136
|
export {
|
|
139
137
|
u as ProcessNode,
|
|
140
138
|
f as ProcessNodeSetting,
|
|
141
|
-
|
|
139
|
+
Eo as getProcessNodeRegistry
|
|
142
140
|
};
|
|
@@ -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";
|
|
@@ -114,7 +112,7 @@ const f = /* @__PURE__ */ a({
|
|
|
114
112
|
})]);
|
|
115
113
|
}
|
|
116
114
|
});
|
|
117
|
-
function
|
|
115
|
+
function St() {
|
|
118
116
|
const {
|
|
119
117
|
t
|
|
120
118
|
} = n();
|
|
@@ -140,5 +138,5 @@ function Vt() {
|
|
|
140
138
|
export {
|
|
141
139
|
u as StartNode,
|
|
142
140
|
f as StartNodeSetting,
|
|
143
|
-
|
|
141
|
+
St as getStartNodeRegistry
|
|
144
142
|
};
|
|
@@ -44,9 +44,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
44
44
|
import "highlight.js/lib/languages/typescript";
|
|
45
45
|
import "highlight.js/lib/languages/xml";
|
|
46
46
|
import "@ant-design/colors";
|
|
47
|
-
import "
|
|
48
|
-
import "@unocss/preset-typography";
|
|
49
|
-
import "unocss/preset-wind4";
|
|
47
|
+
import "unocss";
|
|
50
48
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
51
49
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
52
50
|
import "vee-validate";
|
|
@@ -65,7 +63,7 @@ import "fabric";
|
|
|
65
63
|
function c(t) {
|
|
66
64
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !D(t);
|
|
67
65
|
}
|
|
68
|
-
const
|
|
66
|
+
const Jt = /* @__PURE__ */ S({
|
|
69
67
|
name: "DuxDrawerForm",
|
|
70
68
|
props: {
|
|
71
69
|
id: {
|
|
@@ -173,5 +171,5 @@ const Qt = /* @__PURE__ */ S({
|
|
|
173
171
|
}
|
|
174
172
|
});
|
|
175
173
|
export {
|
|
176
|
-
|
|
174
|
+
Jt as DuxDrawerForm
|
|
177
175
|
};
|
|
@@ -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";
|
|
@@ -65,7 +63,7 @@ import "fabric";
|
|
|
65
63
|
function a(t) {
|
|
66
64
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !F(t);
|
|
67
65
|
}
|
|
68
|
-
const
|
|
66
|
+
const At = /* @__PURE__ */ S({
|
|
69
67
|
name: "DuxModalForm",
|
|
70
68
|
props: {
|
|
71
69
|
id: {
|
|
@@ -166,5 +164,5 @@ const Ht = /* @__PURE__ */ S({
|
|
|
166
164
|
}
|
|
167
165
|
});
|
|
168
166
|
export {
|
|
169
|
-
|
|
167
|
+
At as DuxModalForm
|
|
170
168
|
};
|
|
@@ -55,15 +55,13 @@ import "highlight.js/lib/languages/sql";
|
|
|
55
55
|
import "highlight.js/lib/languages/typescript";
|
|
56
56
|
import "highlight.js/lib/languages/xml";
|
|
57
57
|
import "@ant-design/colors";
|
|
58
|
-
import "
|
|
59
|
-
import "@unocss/preset-typography";
|
|
60
|
-
import "unocss/preset-wind4";
|
|
58
|
+
import "unocss";
|
|
61
59
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
62
60
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
63
61
|
import "vue-command-palette";
|
|
64
62
|
import { DuxPage as C } from "../../pages/page.js";
|
|
65
63
|
import "../../pages/page404.js";
|
|
66
|
-
const
|
|
64
|
+
const zt = /* @__PURE__ */ f({
|
|
67
65
|
name: "DuxPageForm",
|
|
68
66
|
props: {
|
|
69
67
|
id: {
|
|
@@ -172,5 +170,5 @@ const Mt = /* @__PURE__ */ f({
|
|
|
172
170
|
}
|
|
173
171
|
});
|
|
174
172
|
export {
|
|
175
|
-
|
|
173
|
+
zt as DuxPageForm
|
|
176
174
|
};
|
|
@@ -54,15 +54,13 @@ import "highlight.js/lib/languages/sql";
|
|
|
54
54
|
import "highlight.js/lib/languages/typescript";
|
|
55
55
|
import "highlight.js/lib/languages/xml";
|
|
56
56
|
import "@ant-design/colors";
|
|
57
|
-
import "
|
|
58
|
-
import "@unocss/preset-typography";
|
|
59
|
-
import "unocss/preset-wind4";
|
|
57
|
+
import "unocss";
|
|
60
58
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
61
59
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
62
60
|
import "vue-command-palette";
|
|
63
61
|
import { DuxPage as E } from "../../pages/page.js";
|
|
64
62
|
import "../../pages/page404.js";
|
|
65
|
-
const
|
|
63
|
+
const kt = /* @__PURE__ */ d({
|
|
66
64
|
name: "DuxPageTabForm",
|
|
67
65
|
props: {
|
|
68
66
|
id: {
|
|
@@ -166,5 +164,5 @@ const Lt = /* @__PURE__ */ d({
|
|
|
166
164
|
}
|
|
167
165
|
});
|
|
168
166
|
export {
|
|
169
|
-
|
|
167
|
+
kt as DuxPageTabForm
|
|
170
168
|
};
|
|
@@ -53,15 +53,13 @@ import "highlight.js/lib/languages/sql";
|
|
|
53
53
|
import "highlight.js/lib/languages/typescript";
|
|
54
54
|
import "highlight.js/lib/languages/xml";
|
|
55
55
|
import "@ant-design/colors";
|
|
56
|
-
import "
|
|
57
|
-
import "@unocss/preset-typography";
|
|
58
|
-
import "unocss/preset-wind4";
|
|
56
|
+
import "unocss";
|
|
59
57
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
60
58
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
61
59
|
import "vue-command-palette";
|
|
62
60
|
import { DuxPage as S } from "../../pages/page.js";
|
|
63
61
|
import "../../pages/page404.js";
|
|
64
|
-
const
|
|
62
|
+
const Dt = /* @__PURE__ */ s({
|
|
65
63
|
name: "DuxSettingForm",
|
|
66
64
|
props: {
|
|
67
65
|
id: {
|
|
@@ -130,7 +128,6 @@ const Ot = /* @__PURE__ */ s({
|
|
|
130
128
|
return "lg:max-w-lg";
|
|
131
129
|
case "large":
|
|
132
130
|
return "lg:max-w-4xl";
|
|
133
|
-
case "medium":
|
|
134
131
|
default:
|
|
135
132
|
return "lg:max-w-2xl";
|
|
136
133
|
}
|
|
@@ -152,5 +149,5 @@ const Ot = /* @__PURE__ */ s({
|
|
|
152
149
|
}
|
|
153
150
|
});
|
|
154
151
|
export {
|
|
155
|
-
|
|
152
|
+
Dt as DuxSettingForm
|
|
156
153
|
};
|
|
@@ -42,9 +42,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
42
42
|
import "highlight.js/lib/languages/typescript";
|
|
43
43
|
import "highlight.js/lib/languages/xml";
|
|
44
44
|
import "@ant-design/colors";
|
|
45
|
-
import "
|
|
46
|
-
import "@unocss/preset-typography";
|
|
47
|
-
import "unocss/preset-wind4";
|
|
45
|
+
import "unocss";
|
|
48
46
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
49
47
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
50
48
|
import "vee-validate";
|
|
@@ -62,7 +60,7 @@ import "fabric";
|
|
|
62
60
|
import "dayjs";
|
|
63
61
|
import "@tanstack/vue-query";
|
|
64
62
|
import "pinia";
|
|
65
|
-
const
|
|
63
|
+
const Do = /* @__PURE__ */ a({
|
|
66
64
|
name: "DuxFormEditorItem",
|
|
67
65
|
props: {
|
|
68
66
|
value: {
|
|
@@ -104,7 +102,7 @@ const go = /* @__PURE__ */ a({
|
|
|
104
102
|
})]
|
|
105
103
|
});
|
|
106
104
|
}
|
|
107
|
-
}),
|
|
105
|
+
}), Uo = /* @__PURE__ */ a({
|
|
108
106
|
name: "FormEditorInput",
|
|
109
107
|
props: {
|
|
110
108
|
value: {
|
|
@@ -129,6 +127,6 @@ const go = /* @__PURE__ */ a({
|
|
|
129
127
|
}
|
|
130
128
|
});
|
|
131
129
|
export {
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
Do as DuxFormEditorItem,
|
|
131
|
+
Uo as DuxFormEditorRule
|
|
134
132
|
};
|
|
@@ -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";
|
|
@@ -65,7 +63,7 @@ import "fabric";
|
|
|
65
63
|
function i(r) {
|
|
66
64
|
return typeof r == "function" || Object.prototype.toString.call(r) === "[object Object]" && !u(r);
|
|
67
65
|
}
|
|
68
|
-
const
|
|
66
|
+
const yt = /* @__PURE__ */ f({
|
|
69
67
|
name: "DuxFormEditorSettingPage",
|
|
70
68
|
inheritAttrs: !1,
|
|
71
69
|
props: {
|
|
@@ -121,5 +119,5 @@ const Ot = /* @__PURE__ */ f({
|
|
|
121
119
|
}
|
|
122
120
|
});
|
|
123
121
|
export {
|
|
124
|
-
|
|
122
|
+
yt as DuxFormEditorSettingPage
|
|
125
123
|
};
|
|
@@ -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";
|
|
@@ -211,7 +209,7 @@ const C = /* @__PURE__ */ c({
|
|
|
211
209
|
};
|
|
212
210
|
}
|
|
213
211
|
});
|
|
214
|
-
function
|
|
212
|
+
function Vt(o) {
|
|
215
213
|
return {
|
|
216
214
|
name: "dux-cascader",
|
|
217
215
|
icon: "i-tabler:list-tree",
|
|
@@ -232,5 +230,5 @@ function Mt(o) {
|
|
|
232
230
|
};
|
|
233
231
|
}
|
|
234
232
|
export {
|
|
235
|
-
|
|
233
|
+
Vt as duxFormEditorCascader
|
|
236
234
|
};
|
|
@@ -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";
|
|
@@ -202,7 +200,7 @@ const E = /* @__PURE__ */ p({
|
|
|
202
200
|
}, null)]);
|
|
203
201
|
}
|
|
204
202
|
});
|
|
205
|
-
function
|
|
203
|
+
function Dt(o) {
|
|
206
204
|
return {
|
|
207
205
|
name: "dux-cascader-async",
|
|
208
206
|
icon: "i-tabler:list-tree",
|
|
@@ -226,5 +224,5 @@ function It(o) {
|
|
|
226
224
|
};
|
|
227
225
|
}
|
|
228
226
|
export {
|
|
229
|
-
|
|
227
|
+
Dt as duxFormEditorCascaderAsync
|
|
230
228
|
};
|
|
@@ -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";
|
|
@@ -198,7 +196,7 @@ const y = /* @__PURE__ */ u({
|
|
|
198
196
|
};
|
|
199
197
|
}
|
|
200
198
|
});
|
|
201
|
-
function
|
|
199
|
+
function Bo(o) {
|
|
202
200
|
return {
|
|
203
201
|
name: "dux-checkbox",
|
|
204
202
|
icon: "i-tabler:square-check",
|
|
@@ -225,5 +223,5 @@ function Jo(o) {
|
|
|
225
223
|
};
|
|
226
224
|
}
|
|
227
225
|
export {
|
|
228
|
-
|
|
226
|
+
Bo as duxFormEditorCheckbox
|
|
229
227
|
};
|
|
@@ -42,9 +42,7 @@ import "highlight.js/lib/languages/sql";
|
|
|
42
42
|
import "highlight.js/lib/languages/typescript";
|
|
43
43
|
import "highlight.js/lib/languages/xml";
|
|
44
44
|
import "@ant-design/colors";
|
|
45
|
-
import "
|
|
46
|
-
import "@unocss/preset-typography";
|
|
47
|
-
import "unocss/preset-wind4";
|
|
45
|
+
import "unocss";
|
|
48
46
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
49
47
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
50
48
|
import "vee-validate";
|
|
@@ -149,7 +147,7 @@ const x = /* @__PURE__ */ a({
|
|
|
149
147
|
}, null)]);
|
|
150
148
|
}
|
|
151
149
|
});
|
|
152
|
-
function
|
|
150
|
+
function Uo(t) {
|
|
153
151
|
return {
|
|
154
152
|
name: "dux-color",
|
|
155
153
|
icon: "i-tabler:palette",
|
|
@@ -169,5 +167,5 @@ function Io(t) {
|
|
|
169
167
|
};
|
|
170
168
|
}
|
|
171
169
|
export {
|
|
172
|
-
|
|
170
|
+
Uo as duxFormEditorColor
|
|
173
171
|
};
|