@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
|
@@ -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
|
};
|
|
@@ -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";
|
|
@@ -218,7 +216,7 @@ const M = /* @__PURE__ */ i({
|
|
|
218
216
|
}, null)]);
|
|
219
217
|
}
|
|
220
218
|
});
|
|
221
|
-
function
|
|
219
|
+
function Ut(o) {
|
|
222
220
|
return {
|
|
223
221
|
name: "dux-date",
|
|
224
222
|
icon: "i-tabler:calendar-due",
|
|
@@ -238,5 +236,5 @@ function Ht(o) {
|
|
|
238
236
|
};
|
|
239
237
|
}
|
|
240
238
|
export {
|
|
241
|
-
|
|
239
|
+
Ut as duxFormEditorDate
|
|
242
240
|
};
|
|
@@ -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";
|
|
@@ -216,7 +214,7 @@ const F = /* @__PURE__ */ u({
|
|
|
216
214
|
}, null)]);
|
|
217
215
|
}
|
|
218
216
|
});
|
|
219
|
-
function
|
|
217
|
+
function kt(e) {
|
|
220
218
|
return {
|
|
221
219
|
name: "dux-dynamic-input",
|
|
222
220
|
icon: "i-tabler:calendar-due",
|
|
@@ -240,5 +238,5 @@ function Rt(e) {
|
|
|
240
238
|
};
|
|
241
239
|
}
|
|
242
240
|
export {
|
|
243
|
-
|
|
241
|
+
kt as duxFormEditorDynamicInput
|
|
244
242
|
};
|
|
@@ -23,7 +23,7 @@ import "lodash-es";
|
|
|
23
23
|
import "vue-draggable-plus";
|
|
24
24
|
import "aieditor";
|
|
25
25
|
import "@vue-flow/core";
|
|
26
|
-
import { DuxFormItem as
|
|
26
|
+
import { DuxFormItem as a } from "../../form/formItem.js";
|
|
27
27
|
import "@vee-validate/i18n";
|
|
28
28
|
import "colorizr";
|
|
29
29
|
import "echarts";
|
|
@@ -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";
|
|
@@ -55,7 +53,7 @@ import "short-unique-id";
|
|
|
55
53
|
import "@vue-flow/background";
|
|
56
54
|
/* empty css */
|
|
57
55
|
import { DuxFormEditorItem as f, DuxFormEditorRule as v } from "../base/base.js";
|
|
58
|
-
import { WidgetEditorSettingCard as
|
|
56
|
+
import { WidgetEditorSettingCard as p } from "../../designEditor/editor/setting.js";
|
|
59
57
|
import "mime";
|
|
60
58
|
import "@iconify-json/tabler/icons.json";
|
|
61
59
|
import "../../posterEditor/elements/index.js";
|
|
@@ -68,7 +66,7 @@ const g = /* @__PURE__ */ l({
|
|
|
68
66
|
options: Object
|
|
69
67
|
},
|
|
70
68
|
setup(o) {
|
|
71
|
-
return () => t(
|
|
69
|
+
return () => t(a, {
|
|
72
70
|
label: o.options?.label,
|
|
73
71
|
description: o.options?.desc
|
|
74
72
|
}, {
|
|
@@ -114,10 +112,10 @@ const x = /* @__PURE__ */ l({
|
|
|
114
112
|
}, [t(f, {
|
|
115
113
|
value: o.value,
|
|
116
114
|
"onUpdate:value": (i) => o.value = i
|
|
117
|
-
}, null), t(
|
|
115
|
+
}, null), t(p, {
|
|
118
116
|
title: e("components.formEditor.config")
|
|
119
117
|
}, {
|
|
120
|
-
default: () => [t(
|
|
118
|
+
default: () => [t(a, {
|
|
121
119
|
label: e("components.formEditor.common.disabled"),
|
|
122
120
|
labelPlacement: "left"
|
|
123
121
|
}, {
|
|
@@ -128,10 +126,10 @@ const x = /* @__PURE__ */ l({
|
|
|
128
126
|
"onUpdate:value": (i) => m.value.attr.disabled = i
|
|
129
127
|
}, null)])]
|
|
130
128
|
})]
|
|
131
|
-
}), t(
|
|
129
|
+
}), t(p, {
|
|
132
130
|
title: e("components.formEditor.options")
|
|
133
131
|
}, {
|
|
134
|
-
default: () => [t(
|
|
132
|
+
default: () => [t(a, {
|
|
135
133
|
label: e("components.formEditor.dynamicTags.max")
|
|
136
134
|
}, {
|
|
137
135
|
default: () => [t(s, {
|
|
@@ -145,7 +143,7 @@ const x = /* @__PURE__ */ l({
|
|
|
145
143
|
}, null)]);
|
|
146
144
|
}
|
|
147
145
|
});
|
|
148
|
-
function
|
|
146
|
+
function Ct(o) {
|
|
149
147
|
return {
|
|
150
148
|
name: "dynamic-tags",
|
|
151
149
|
icon: "i-tabler:tag",
|
|
@@ -163,5 +161,5 @@ function ht(o) {
|
|
|
163
161
|
};
|
|
164
162
|
}
|
|
165
163
|
export {
|
|
166
|
-
|
|
164
|
+
Ct as duxFormEditorDynamicTags
|
|
167
165
|
};
|
|
@@ -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";
|
|
@@ -134,7 +132,7 @@ const b = /* @__PURE__ */ p({
|
|
|
134
132
|
}, null)]);
|
|
135
133
|
}
|
|
136
134
|
});
|
|
137
|
-
function
|
|
135
|
+
function St(t) {
|
|
138
136
|
return {
|
|
139
137
|
name: "dux-editor",
|
|
140
138
|
icon: "i-tabler:pencil",
|
|
@@ -152,5 +150,5 @@ function Ot(t) {
|
|
|
152
150
|
};
|
|
153
151
|
}
|
|
154
152
|
export {
|
|
155
|
-
|
|
153
|
+
St as duxFormEditorAIEditor
|
|
156
154
|
};
|
|
@@ -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";
|
|
@@ -167,7 +165,7 @@ const E = /* @__PURE__ */ n({
|
|
|
167
165
|
}, null)]);
|
|
168
166
|
}
|
|
169
167
|
});
|
|
170
|
-
function
|
|
168
|
+
function Po(r) {
|
|
171
169
|
return {
|
|
172
170
|
name: "dux-file-upload",
|
|
173
171
|
icon: "i-tabler:file-upload",
|
|
@@ -190,5 +188,5 @@ function Vo(r) {
|
|
|
190
188
|
};
|
|
191
189
|
}
|
|
192
190
|
export {
|
|
193
|
-
|
|
191
|
+
Po as duxFormEditorFileUpload
|
|
194
192
|
};
|
|
@@ -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";
|
|
@@ -159,7 +157,7 @@ const b = /* @__PURE__ */ n({
|
|
|
159
157
|
}, null)]);
|
|
160
158
|
}
|
|
161
159
|
});
|
|
162
|
-
function
|
|
160
|
+
function jo(t) {
|
|
163
161
|
return {
|
|
164
162
|
name: "dux-image-upload",
|
|
165
163
|
icon: "i-tabler:photo",
|
|
@@ -181,5 +179,5 @@ function Po(t) {
|
|
|
181
179
|
};
|
|
182
180
|
}
|
|
183
181
|
export {
|
|
184
|
-
|
|
182
|
+
jo as duxFormEditorImageUpload
|
|
185
183
|
};
|
|
@@ -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";
|
|
@@ -204,7 +202,7 @@ const g = /* @__PURE__ */ u({
|
|
|
204
202
|
}, null)]);
|
|
205
203
|
}
|
|
206
204
|
});
|
|
207
|
-
function
|
|
205
|
+
function St(l) {
|
|
208
206
|
return {
|
|
209
207
|
name: "dux-input",
|
|
210
208
|
icon: "i-tabler:cursor-text",
|
|
@@ -224,5 +222,5 @@ function Lt(l) {
|
|
|
224
222
|
};
|
|
225
223
|
}
|
|
226
224
|
export {
|
|
227
|
-
|
|
225
|
+
St as duxFormEditorInput
|
|
228
226
|
};
|
|
@@ -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";
|
|
@@ -183,7 +181,7 @@ const E = /* @__PURE__ */ u({
|
|
|
183
181
|
}, null)]);
|
|
184
182
|
}
|
|
185
183
|
});
|
|
186
|
-
function
|
|
184
|
+
function Dt(m) {
|
|
187
185
|
return {
|
|
188
186
|
name: "dux-input-number",
|
|
189
187
|
icon: "i-tabler:number",
|
|
@@ -201,5 +199,5 @@ function jt(m) {
|
|
|
201
199
|
};
|
|
202
200
|
}
|
|
203
201
|
export {
|
|
204
|
-
|
|
202
|
+
Dt as duxFormEditorInputNumber
|
|
205
203
|
};
|