@duxweb/dvha-pro 1.0.25 → 1.0.26
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/component.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 -0
- package/dist/cjs/components/designEditor/editor/hook.cjs +1 -0
- package/dist/cjs/components/designEditor/editor/preview.cjs +1 -0
- package/dist/cjs/components/designEditor/editor/setting.cjs +1 -0
- package/dist/cjs/components/designEditor/editor.cjs +1 -0
- package/dist/cjs/components/form/drawerForm.cjs +1 -1
- package/dist/cjs/components/form/formItem.cjs +1 -1
- package/dist/cjs/components/form/formLayout.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/settingForm.cjs +1 -1
- package/dist/cjs/components/formEditor/base/base.cjs +1 -0
- package/dist/cjs/components/formEditor/base/json.cjs +1 -0
- package/dist/cjs/components/formEditor/base/options.cjs +1 -0
- package/dist/cjs/components/formEditor/base/setting.cjs +1 -0
- package/dist/cjs/components/formEditor/components/cascader.cjs +1 -0
- package/dist/cjs/components/formEditor/components/cascaderAsync.cjs +1 -0
- package/dist/cjs/components/formEditor/components/checkbox.cjs +1 -0
- package/dist/cjs/components/formEditor/components/color.cjs +1 -0
- package/dist/cjs/components/formEditor/components/date.cjs +1 -0
- package/dist/cjs/components/formEditor/components/dynamicInput.cjs +1 -0
- package/dist/cjs/components/formEditor/components/dynamicTags.cjs +1 -0
- package/dist/cjs/components/formEditor/components/editor.cjs +1 -0
- package/dist/cjs/components/formEditor/components/input.cjs +1 -0
- package/dist/cjs/components/formEditor/components/inputNumber.cjs +1 -0
- package/dist/cjs/components/formEditor/components/mentionAsync.cjs +1 -0
- package/dist/cjs/components/formEditor/components/radio.cjs +1 -0
- package/dist/cjs/components/formEditor/components/region.cjs +1 -0
- package/dist/cjs/components/formEditor/components/select.cjs +1 -0
- package/dist/cjs/components/formEditor/components/selectAsync.cjs +1 -0
- package/dist/cjs/components/formEditor/components/sider.cjs +1 -0
- package/dist/cjs/components/formEditor/components/switch.cjs +1 -0
- package/dist/cjs/components/formEditor/components/time.cjs +1 -0
- package/dist/cjs/components/formEditor/components/transferAsync.cjs +1 -0
- package/dist/cjs/components/formEditor/components/treeSelect.cjs +1 -0
- package/dist/cjs/components/formEditor/components/treeSelectAsync.cjs +1 -0
- package/dist/cjs/components/formEditor/editor.cjs +1 -0
- package/dist/cjs/components/formEditor/json.cjs +1 -0
- package/dist/cjs/components/formEditor/preview.cjs +1 -0
- package/dist/cjs/components/formEditor/renderer.cjs +1 -0
- package/dist/cjs/components/icon/icon.cjs +1 -1
- package/dist/cjs/components/layout/grid.cjs +1 -0
- 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 -0
- package/dist/cjs/components/posterEditor/posterEditor.cjs +1 -0
- 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/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/index.cjs +1 -1
- package/dist/cjs/langs/en-US.json.cjs +1 -1
- package/dist/cjs/langs/zh-CN.json.cjs +1 -1
- package/dist/cjs/pages/authLayout.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 +34 -2
- package/dist/esm/component.js +33 -31
- package/dist/esm/components/chart/echart.js +6 -5
- package/dist/esm/components/crop/imageCrop.js +7 -6
- package/dist/esm/components/data/dynamicSelect.js +8 -7
- package/dist/esm/components/data/selectModal.js +6 -5
- package/dist/esm/components/designEditor/components/grid.js +175 -0
- package/dist/esm/components/designEditor/editor/hook.js +87 -0
- package/dist/esm/components/designEditor/editor/preview.js +65 -0
- package/dist/esm/components/designEditor/editor/setting.js +98 -0
- package/dist/esm/components/designEditor/editor.js +161 -0
- package/dist/esm/components/form/drawerForm.js +8 -7
- package/dist/esm/components/form/formItem.js +33 -33
- package/dist/esm/components/form/formLayout.js +11 -11
- package/dist/esm/components/form/modalForm.js +18 -17
- package/dist/esm/components/form/pageForm.js +11 -10
- package/dist/esm/components/form/settingForm.js +5 -4
- package/dist/esm/components/formEditor/base/base.js +117 -0
- package/dist/esm/components/formEditor/base/json.js +39 -0
- package/dist/esm/components/formEditor/base/options.js +48 -0
- package/dist/esm/components/formEditor/base/setting.js +108 -0
- package/dist/esm/components/formEditor/components/cascader.js +219 -0
- package/dist/esm/components/formEditor/components/cascaderAsync.js +213 -0
- package/dist/esm/components/formEditor/components/checkbox.js +212 -0
- package/dist/esm/components/formEditor/components/color.js +156 -0
- package/dist/esm/components/formEditor/components/date.js +197 -0
- package/dist/esm/components/formEditor/components/dynamicInput.js +227 -0
- package/dist/esm/components/formEditor/components/dynamicTags.js +150 -0
- package/dist/esm/components/formEditor/components/editor.js +139 -0
- package/dist/esm/components/formEditor/components/input.js +211 -0
- package/dist/esm/components/formEditor/components/inputNumber.js +188 -0
- package/dist/esm/components/formEditor/components/mentionAsync.js +180 -0
- package/dist/esm/components/formEditor/components/radio.js +212 -0
- package/dist/esm/components/formEditor/components/region.js +167 -0
- package/dist/esm/components/formEditor/components/select.js +203 -0
- package/dist/esm/components/formEditor/components/selectAsync.js +214 -0
- package/dist/esm/components/formEditor/components/sider.js +168 -0
- package/dist/esm/components/formEditor/components/switch.js +153 -0
- package/dist/esm/components/formEditor/components/time.js +171 -0
- package/dist/esm/components/formEditor/components/transferAsync.js +193 -0
- package/dist/esm/components/formEditor/components/treeSelect.js +207 -0
- package/dist/esm/components/formEditor/components/treeSelectAsync.js +179 -0
- package/dist/esm/components/formEditor/editor.js +162 -0
- package/dist/esm/components/formEditor/json.js +24 -0
- package/dist/esm/components/formEditor/preview.js +38 -0
- package/dist/esm/components/formEditor/renderer.js +151 -0
- package/dist/esm/components/icon/icon.js +7 -6
- package/dist/esm/components/layout/grid.js +24 -0
- package/dist/esm/components/layout/list.js +17 -16
- package/dist/esm/components/layout/table.js +15 -14
- package/dist/esm/components/level/level.js +6 -5
- package/dist/esm/components/{image → posterEditor}/pages/RightPanel.js +5 -4
- package/dist/esm/components/{image → posterEditor}/posterEditor.js +5 -4
- package/dist/esm/components/table/table.js +6 -5
- package/dist/esm/components/upload/file.js +10 -9
- package/dist/esm/components/upload/image.js +16 -15
- package/dist/esm/components/upload/manage/item.js +6 -5
- package/dist/esm/components/upload/manager.js +6 -5
- package/dist/esm/hooks/dialog.js +7 -6
- package/dist/esm/hooks/drawer.js +7 -6
- package/dist/esm/hooks/modal.js +6 -5
- package/dist/esm/hooks/table/image.js +6 -5
- package/dist/esm/hooks/table/media.js +6 -5
- package/dist/esm/index.js +218 -201
- package/dist/esm/langs/en-US.json.js +10 -10
- package/dist/esm/langs/zh-CN.json.js +8 -8
- package/dist/esm/pages/authLayout.js +7 -6
- package/dist/esm/pages/layout/page.js +6 -5
- package/dist/esm/pages/login.js +6 -5
- package/dist/esm/pages/menu/avatar.js +11 -10
- package/dist/esm/pages/menu/button.js +6 -5
- package/dist/esm/pages/menu/cmd.js +6 -5
- package/dist/esm/pages/menu/main.js +6 -5
- package/dist/esm/pages/menu/mobile.js +6 -5
- package/dist/esm/pages/page404.js +4 -3
- package/dist/esm/pages/pageStatus.js +9 -8
- package/dist/esm/theme/uno.css.js +34 -2
- package/dist/types/components/designEditor/components/grid.d.ts +2 -0
- package/dist/types/components/designEditor/components/index.d.ts +1 -0
- package/dist/types/components/designEditor/editor/hook.d.ts +57 -0
- package/dist/types/components/designEditor/editor/index.d.ts +3 -0
- package/dist/types/components/designEditor/editor/preview.d.ts +15 -0
- package/dist/types/components/designEditor/editor/setting.d.ts +14 -0
- package/dist/types/components/designEditor/editor.d.ts +19 -0
- package/dist/types/components/designEditor/index.d.ts +3 -0
- package/dist/types/components/form/drawerForm.d.ts +2 -2
- package/dist/types/components/form/formLayout.d.ts +2 -2
- package/dist/types/components/form/modalForm.d.ts +2 -2
- package/dist/types/components/formEditor/base/base.d.ts +26 -0
- package/dist/types/components/formEditor/base/index.d.ts +4 -0
- package/dist/types/components/formEditor/base/json.d.ts +18 -0
- package/dist/types/components/formEditor/base/options.d.ts +23 -0
- package/dist/types/components/formEditor/base/setting.d.ts +13 -0
- package/dist/types/components/formEditor/components/cascader.d.ts +2 -0
- package/dist/types/components/formEditor/components/cascaderAsync.d.ts +2 -0
- package/dist/types/components/formEditor/components/checkbox.d.ts +2 -0
- package/dist/types/components/formEditor/components/color.d.ts +2 -0
- package/dist/types/components/formEditor/components/date.d.ts +2 -0
- package/dist/types/components/formEditor/components/dynamicInput.d.ts +2 -0
- package/dist/types/components/formEditor/components/dynamicTags.d.ts +2 -0
- package/dist/types/components/formEditor/components/editor.d.ts +2 -0
- package/dist/types/components/formEditor/components/index.d.ts +21 -0
- package/dist/types/components/formEditor/components/input.d.ts +2 -0
- package/dist/types/components/formEditor/components/inputNumber.d.ts +2 -0
- package/dist/types/components/formEditor/components/mentionAsync.d.ts +2 -0
- package/dist/types/components/formEditor/components/radio.d.ts +2 -0
- package/dist/types/components/formEditor/components/region.d.ts +2 -0
- package/dist/types/components/formEditor/components/select.d.ts +2 -0
- package/dist/types/components/formEditor/components/selectAsync.d.ts +2 -0
- package/dist/types/components/formEditor/components/sider.d.ts +2 -0
- package/dist/types/components/formEditor/components/switch.d.ts +2 -0
- package/dist/types/components/formEditor/components/time.d.ts +2 -0
- package/dist/types/components/formEditor/components/transferAsync.d.ts +2 -0
- package/dist/types/components/formEditor/components/treeSelect.d.ts +2 -0
- package/dist/types/components/formEditor/components/treeSelectAsync.d.ts +2 -0
- package/dist/types/components/formEditor/editor.d.ts +22 -0
- package/dist/types/components/formEditor/index.d.ts +2 -0
- package/dist/types/components/formEditor/json.d.ts +14 -0
- package/dist/types/components/formEditor/preview.d.ts +25 -0
- package/dist/types/components/formEditor/renderer.d.ts +58 -0
- package/dist/types/components/index.d.ts +3 -1
- package/dist/types/components/layout/filterLayout.d.ts +1 -1
- package/dist/types/components/layout/grid.d.ts +22 -0
- package/dist/types/components/layout/index.d.ts +1 -0
- package/package.json +4 -3
- package/dist/cjs/components/image/pages/RightPanel.cjs +0 -1
- package/dist/cjs/components/image/posterEditor.cjs +0 -1
- /package/dist/cjs/components/{image → posterEditor}/components/CanvasRuler.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/elements/circle.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/elements/image.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/elements/index.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/elements/rect.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/elements/text.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/hooks/usePosterEditor.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/pages/LeftToolbar.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/pages/Panel.cjs +0 -0
- /package/dist/cjs/components/{image → posterEditor}/pages/PanelItem.cjs +0 -0
- /package/dist/esm/components/{image → posterEditor}/components/CanvasRuler.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/elements/circle.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/elements/image.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/elements/index.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/elements/rect.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/elements/text.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/hooks/usePosterEditor.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/pages/LeftToolbar.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/pages/Panel.js +0 -0
- /package/dist/esm/components/{image → posterEditor}/pages/PanelItem.js +0 -0
- /package/dist/types/components/{image → posterEditor}/components/CanvasRuler.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/components/index.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/elements/circle.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/elements/image.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/elements/index.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/elements/rect.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/elements/text.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/elements/types.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/hooks/index.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/hooks/usePosterEditor.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/index.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/pages/LeftToolbar.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/pages/Panel.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/pages/PanelItem.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/pages/RightPanel.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/pages/index.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/posterEditor.d.ts +0 -0
- /package/dist/types/components/{image → posterEditor}/types/editor.d.ts +0 -0
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { defineComponent as F, computed as l, createVNode as y } from "vue";
|
|
2
|
+
import { useI18n as h, useJsonSchema as b } from "@duxweb/dvha-core";
|
|
3
|
+
import { useVModel as g } from "@vueuse/core";
|
|
4
|
+
import { duxFormEditorGrid as A } from "../designEditor/components/grid.js";
|
|
5
|
+
import "clsx";
|
|
6
|
+
import "lodash-es";
|
|
7
|
+
import "naive-ui";
|
|
8
|
+
import "short-unique-id";
|
|
9
|
+
import "vue-draggable-plus";
|
|
10
|
+
import "vue-echarts";
|
|
11
|
+
import "vue-router";
|
|
12
|
+
import "@overlastic/vue";
|
|
13
|
+
import "dayjs";
|
|
14
|
+
import "mime";
|
|
15
|
+
import "@tanstack/vue-query";
|
|
16
|
+
import "@duxweb/dvha-naiveui";
|
|
17
|
+
import "pinia";
|
|
18
|
+
import "vue3-ace-editor";
|
|
19
|
+
import "ace-builds/src-noconflict/mode-vue";
|
|
20
|
+
import "ace-builds/src-noconflict/mode-javascript";
|
|
21
|
+
import "ace-builds/src-noconflict/mode-html";
|
|
22
|
+
import "ace-builds/src-noconflict/mode-json";
|
|
23
|
+
import "ace-builds/src-noconflict/mode-json5";
|
|
24
|
+
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
25
|
+
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
26
|
+
import "ace-builds/src-noconflict/ext-searchbox";
|
|
27
|
+
import "ace-builds/src-noconflict/ext-language_tools";
|
|
28
|
+
import "ace-builds/src-noconflict/mode-snippets";
|
|
29
|
+
import "vue-cropper";
|
|
30
|
+
import "jinrishici";
|
|
31
|
+
import "aieditor";
|
|
32
|
+
import "vee-validate";
|
|
33
|
+
import "@vee-validate/i18n";
|
|
34
|
+
import "colorizr";
|
|
35
|
+
import "echarts";
|
|
36
|
+
import "@ant-design/colors";
|
|
37
|
+
import "@unocss/preset-icons/browser";
|
|
38
|
+
import "@unocss/preset-typography";
|
|
39
|
+
import "unocss/preset-wind4";
|
|
40
|
+
import "@vee-validate/i18n/dist/locale/en.json";
|
|
41
|
+
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
42
|
+
import "vue-command-palette";
|
|
43
|
+
import "../../pages/page404.js";
|
|
44
|
+
import { duxFormEditorCascader as S } from "./components/cascader.js";
|
|
45
|
+
import { duxFormEditorCascaderAsync as v } from "./components/cascaderAsync.js";
|
|
46
|
+
import { duxFormEditorCheckbox as j } from "./components/checkbox.js";
|
|
47
|
+
import { duxFormEditorColor as D } from "./components/color.js";
|
|
48
|
+
import { duxFormEditorDate as T } from "./components/date.js";
|
|
49
|
+
import { duxFormEditorDynamicInput as C } from "./components/dynamicInput.js";
|
|
50
|
+
import { duxFormEditorDynamicTags as I } from "./components/dynamicTags.js";
|
|
51
|
+
import { duxFormEditorAIEditor as M } from "./components/editor.js";
|
|
52
|
+
import { duxFormEditorInput as R } from "./components/input.js";
|
|
53
|
+
import { duxFormEditorInputNumber as J } from "./components/inputNumber.js";
|
|
54
|
+
import { duxFormEditorMentionAsync as N } from "./components/mentionAsync.js";
|
|
55
|
+
import { duxFormEditorRadio as O } from "./components/radio.js";
|
|
56
|
+
import { duxFormEditorRegion as V } from "./components/region.js";
|
|
57
|
+
import { duxFormEditorSider as w } from "./components/sider.js";
|
|
58
|
+
import { duxFormEditorSwitch as B } from "./components/switch.js";
|
|
59
|
+
import { duxFormEditorTime as P } from "./components/time.js";
|
|
60
|
+
import { duxFormEditorTransferAsync as k } from "./components/transferAsync.js";
|
|
61
|
+
import { duxFormEditorTreeSelect as G } from "./components/treeSelect.js";
|
|
62
|
+
import { duxFormEditorTreeSelectAsync as q } from "./components/treeSelectAsync.js";
|
|
63
|
+
import { duxFormEditorSelect as z } from "./components/select.js";
|
|
64
|
+
import { duxFormEditorSelectAsync as H } from "./components/selectAsync.js";
|
|
65
|
+
import "@iconify-json/tabler/icons.json";
|
|
66
|
+
import "../posterEditor/elements/index.js";
|
|
67
|
+
import "fabric";
|
|
68
|
+
const mo = /* @__PURE__ */ F({
|
|
69
|
+
name: "DuxFormRenderer",
|
|
70
|
+
props: {
|
|
71
|
+
data: {
|
|
72
|
+
type: Array,
|
|
73
|
+
default: () => []
|
|
74
|
+
},
|
|
75
|
+
value: {
|
|
76
|
+
type: Object,
|
|
77
|
+
default: () => ({})
|
|
78
|
+
},
|
|
79
|
+
config: {
|
|
80
|
+
type: Object,
|
|
81
|
+
default: () => ({})
|
|
82
|
+
},
|
|
83
|
+
readonly: {
|
|
84
|
+
type: Boolean,
|
|
85
|
+
default: !1
|
|
86
|
+
},
|
|
87
|
+
disabled: {
|
|
88
|
+
type: Boolean,
|
|
89
|
+
default: !1
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
setup(i, {
|
|
93
|
+
emit: f
|
|
94
|
+
}) {
|
|
95
|
+
const {
|
|
96
|
+
t: r
|
|
97
|
+
} = h(), s = l(() => {
|
|
98
|
+
const t = [A(r), R(r), J(r), M(r), w(r), T(r), P(r), D(r), j(r), O(r), B(r), C(r), I(r), z(r), S(r), G(r), V(r), H(r), v(r), q(r), k(r), N(r)], m = /* @__PURE__ */ new Map();
|
|
99
|
+
return t.forEach((o) => {
|
|
100
|
+
m.set(o.name, o);
|
|
101
|
+
}), m;
|
|
102
|
+
}), n = g(i, "value", f, {
|
|
103
|
+
defaultValue: {},
|
|
104
|
+
deep: !0
|
|
105
|
+
}), e = (t, m = n.value) => t.length > 0 && Array.isArray(t[0]) ? t.flatMap((o) => Array.isArray(o) ? e(o, m) : []) : t.map((o) => {
|
|
106
|
+
const {
|
|
107
|
+
name: p,
|
|
108
|
+
options: d = {}
|
|
109
|
+
} = o, a = s.value.get(p), u = {
|
|
110
|
+
...d,
|
|
111
|
+
attr: {
|
|
112
|
+
...d.attr,
|
|
113
|
+
readonly: i.readonly || d.attr?.readonly,
|
|
114
|
+
disabled: i.disabled || d.attr?.disabled
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
if (a?.json)
|
|
118
|
+
return a.json({
|
|
119
|
+
options: u,
|
|
120
|
+
children: o.children,
|
|
121
|
+
model: m,
|
|
122
|
+
convertToJsonSchema: e
|
|
123
|
+
});
|
|
124
|
+
const c = {
|
|
125
|
+
tag: p,
|
|
126
|
+
attrs: u.attr || {}
|
|
127
|
+
};
|
|
128
|
+
return o.children?.length && (c.children = e(o.children, m)), c;
|
|
129
|
+
}), x = l(() => {
|
|
130
|
+
const t = e(i.data, n.value);
|
|
131
|
+
return [{
|
|
132
|
+
tag: "dux-form-layout",
|
|
133
|
+
attrs: {
|
|
134
|
+
labelPlacement: i.config?.labelPlacement || "left"
|
|
135
|
+
},
|
|
136
|
+
children: t
|
|
137
|
+
}];
|
|
138
|
+
}), {
|
|
139
|
+
render: E
|
|
140
|
+
} = b({
|
|
141
|
+
data: x,
|
|
142
|
+
context: {
|
|
143
|
+
form: n.value
|
|
144
|
+
}
|
|
145
|
+
});
|
|
146
|
+
return () => y(E, null, null);
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
export {
|
|
150
|
+
mo as DuxFormRenderer
|
|
151
|
+
};
|
|
@@ -21,8 +21,6 @@ import "vue-cropper";
|
|
|
21
21
|
import "jinrishici";
|
|
22
22
|
import "lodash-es";
|
|
23
23
|
import "vue-draggable-plus";
|
|
24
|
-
import "aieditor";
|
|
25
|
-
import "vee-validate";
|
|
26
24
|
import "@vee-validate/i18n";
|
|
27
25
|
import "colorizr";
|
|
28
26
|
import "echarts";
|
|
@@ -32,18 +30,21 @@ import "@unocss/preset-typography";
|
|
|
32
30
|
import "unocss/preset-wind4";
|
|
33
31
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
34
32
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
33
|
+
import "vee-validate";
|
|
35
34
|
import "vue-command-palette";
|
|
36
35
|
import "@duxweb/dvha-naiveui";
|
|
37
36
|
import "../../pages/page404.js";
|
|
37
|
+
import "short-unique-id";
|
|
38
|
+
import "aieditor";
|
|
39
|
+
import { useModal as c } from "../../hooks/modal.js";
|
|
38
40
|
import "@iconify-json/tabler/icons.json";
|
|
39
|
-
import "../
|
|
41
|
+
import "../posterEditor/elements/index.js";
|
|
40
42
|
import "fabric";
|
|
41
43
|
import "mime";
|
|
42
|
-
import { useModal as c } from "../../hooks/modal.js";
|
|
43
44
|
import "dayjs";
|
|
44
45
|
import "@tanstack/vue-query";
|
|
45
46
|
import "pinia";
|
|
46
|
-
const
|
|
47
|
+
const eo = /* @__PURE__ */ n({
|
|
47
48
|
name: "DuxIconPicker",
|
|
48
49
|
props: {
|
|
49
50
|
defaultValue: String,
|
|
@@ -87,5 +88,5 @@ const ro = /* @__PURE__ */ n({
|
|
|
87
88
|
}
|
|
88
89
|
});
|
|
89
90
|
export {
|
|
90
|
-
|
|
91
|
+
eo as DuxIconPicker
|
|
91
92
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { defineComponent as d, createVNode as t } from "vue";
|
|
2
|
+
const l = /* @__PURE__ */ d({
|
|
3
|
+
name: "DuxGrid",
|
|
4
|
+
props: {
|
|
5
|
+
cols: {
|
|
6
|
+
type: Number,
|
|
7
|
+
default: 2
|
|
8
|
+
},
|
|
9
|
+
spac: {
|
|
10
|
+
type: Number,
|
|
11
|
+
default: 2
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
setup(e, {
|
|
15
|
+
slots: r
|
|
16
|
+
}) {
|
|
17
|
+
return () => t("div", {
|
|
18
|
+
class: `w-full grid md:grid-cols-${e?.cols || 2} grid-cols-1 gap-${e?.spac || 2}`
|
|
19
|
+
}, [r.default?.()]);
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
export {
|
|
23
|
+
l as DuxGrid
|
|
24
|
+
};
|
|
@@ -22,10 +22,8 @@ import pe from "../modal/modalPage.js";
|
|
|
22
22
|
import "jinrishici";
|
|
23
23
|
import "lodash-es";
|
|
24
24
|
import "vue-draggable-plus";
|
|
25
|
-
import {
|
|
26
|
-
import "
|
|
27
|
-
import "vee-validate";
|
|
28
|
-
import "vue-router";
|
|
25
|
+
import { DuxTableFilter as me } from "./filter.js";
|
|
26
|
+
import { DuxFilterLayout as fe } from "./filterLayout.js";
|
|
29
27
|
import "@vee-validate/i18n";
|
|
30
28
|
import "colorizr";
|
|
31
29
|
import "echarts";
|
|
@@ -35,25 +33,28 @@ import "@unocss/preset-typography";
|
|
|
35
33
|
import "unocss/preset-wind4";
|
|
36
34
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
37
35
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
36
|
+
import "vee-validate";
|
|
37
|
+
import "vue-router";
|
|
38
38
|
import "vue-command-palette";
|
|
39
39
|
import "@duxweb/dvha-naiveui";
|
|
40
|
-
import { DuxPage as
|
|
40
|
+
import { DuxPage as ge } from "../../pages/page.js";
|
|
41
41
|
import "../../pages/page404.js";
|
|
42
|
-
import { DuxPageEmpty as
|
|
42
|
+
import { DuxPageEmpty as he } from "../../pages/pageEmpty.js";
|
|
43
|
+
import { DuxDrawerPage as N } from "../drawer/drawerPage.js";
|
|
44
|
+
import { DuxTableTools as ve } from "./tools.js";
|
|
45
|
+
import "short-unique-id";
|
|
46
|
+
import "aieditor";
|
|
43
47
|
import "@iconify-json/tabler/icons.json";
|
|
44
|
-
import "../
|
|
48
|
+
import "../posterEditor/elements/index.js";
|
|
45
49
|
import "fabric";
|
|
46
50
|
import "mime";
|
|
47
|
-
import { DuxTableFilter as ge } from "./filter.js";
|
|
48
|
-
import { DuxFilterLayout as he } from "./filterLayout.js";
|
|
49
|
-
import { DuxTableTools as ve } from "./tools.js";
|
|
50
51
|
import "dayjs";
|
|
51
52
|
import "@tanstack/vue-query";
|
|
52
53
|
import "pinia";
|
|
53
54
|
function be(t) {
|
|
54
55
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !te(t);
|
|
55
56
|
}
|
|
56
|
-
const
|
|
57
|
+
const bt = /* @__PURE__ */ Y({
|
|
57
58
|
name: "DuxListLayout",
|
|
58
59
|
props: {
|
|
59
60
|
rowKey: {
|
|
@@ -167,7 +168,7 @@ const vt = /* @__PURE__ */ Y({
|
|
|
167
168
|
...X
|
|
168
169
|
} = r;
|
|
169
170
|
return {
|
|
170
|
-
tag:
|
|
171
|
+
tag: me,
|
|
171
172
|
attrs: {
|
|
172
173
|
label: u,
|
|
173
174
|
class: "flex-1 min-w-0"
|
|
@@ -188,7 +189,7 @@ const vt = /* @__PURE__ */ Y({
|
|
|
188
189
|
refresh: !0,
|
|
189
190
|
...t.tools
|
|
190
191
|
}));
|
|
191
|
-
return () => e(
|
|
192
|
+
return () => e(ge, {
|
|
192
193
|
padding: !1,
|
|
193
194
|
scrollbar: !1
|
|
194
195
|
}, {
|
|
@@ -285,7 +286,7 @@ const vt = /* @__PURE__ */ Y({
|
|
|
285
286
|
class: ["h-full overflow-auto rounded-lg px-3"]
|
|
286
287
|
}, [!w.value && x.value.length === 0 && e("div", {
|
|
287
288
|
class: "flex justify-center items-center h-full"
|
|
288
|
-
}, [e(
|
|
289
|
+
}, [e(he, null, null)]), x.value.length > 0 && o?.default?.(a)])]
|
|
289
290
|
}), e("div", {
|
|
290
291
|
class: "flex justify-between px-3 py-2 gap-2"
|
|
291
292
|
}, [e("div", null, [e("div", {
|
|
@@ -388,7 +389,7 @@ const vt = /* @__PURE__ */ Y({
|
|
|
388
389
|
handle: l,
|
|
389
390
|
onClose: () => d.show = !1
|
|
390
391
|
}, {
|
|
391
|
-
default: () => [e(
|
|
392
|
+
default: () => [e(fe, {
|
|
392
393
|
showLabel: !0,
|
|
393
394
|
labelPlacement: "top"
|
|
394
395
|
}, be(r = R(H)) ? r : {
|
|
@@ -427,5 +428,5 @@ const vt = /* @__PURE__ */ Y({
|
|
|
427
428
|
}
|
|
428
429
|
});
|
|
429
430
|
export {
|
|
430
|
-
|
|
431
|
+
bt as DuxListLayout
|
|
431
432
|
};
|
|
@@ -22,10 +22,8 @@ import le from "../modal/modalPage.js";
|
|
|
22
22
|
import "jinrishici";
|
|
23
23
|
import "lodash-es";
|
|
24
24
|
import "vue-draggable-plus";
|
|
25
|
-
import {
|
|
26
|
-
import "
|
|
27
|
-
import "vee-validate";
|
|
28
|
-
import "vue-router";
|
|
25
|
+
import { DuxTableFilter as ie } from "./filter.js";
|
|
26
|
+
import { DuxFilterLayout as ae } from "./filterLayout.js";
|
|
29
27
|
import "@vee-validate/i18n";
|
|
30
28
|
import "colorizr";
|
|
31
29
|
import "echarts";
|
|
@@ -35,17 +33,20 @@ import "@unocss/preset-typography";
|
|
|
35
33
|
import "unocss/preset-wind4";
|
|
36
34
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
37
35
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
36
|
+
import "vee-validate";
|
|
37
|
+
import "vue-router";
|
|
38
38
|
import "vue-command-palette";
|
|
39
39
|
import "@duxweb/dvha-naiveui";
|
|
40
|
-
import { DuxPage as
|
|
40
|
+
import { DuxPage as re } from "../../pages/page.js";
|
|
41
41
|
import "../../pages/page404.js";
|
|
42
|
+
import { DuxDrawerPage as R } from "../drawer/drawerPage.js";
|
|
43
|
+
import { DuxTableTools as ne } from "./tools.js";
|
|
44
|
+
import "short-unique-id";
|
|
45
|
+
import "aieditor";
|
|
42
46
|
import "@iconify-json/tabler/icons.json";
|
|
43
|
-
import "../
|
|
47
|
+
import "../posterEditor/elements/index.js";
|
|
44
48
|
import "fabric";
|
|
45
49
|
import "mime";
|
|
46
|
-
import { DuxTableFilter as ae } from "./filter.js";
|
|
47
|
-
import { DuxFilterLayout as re } from "./filterLayout.js";
|
|
48
|
-
import { DuxTableTools as ne } from "./tools.js";
|
|
49
50
|
import "dayjs";
|
|
50
51
|
import "@tanstack/vue-query";
|
|
51
52
|
import { useTable as se } from "../../hooks/table.js";
|
|
@@ -53,7 +54,7 @@ import "pinia";
|
|
|
53
54
|
function ue(t) {
|
|
54
55
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !G(t);
|
|
55
56
|
}
|
|
56
|
-
const
|
|
57
|
+
const ut = /* @__PURE__ */ J({
|
|
57
58
|
name: "DuxTableLayout",
|
|
58
59
|
props: {
|
|
59
60
|
path: {
|
|
@@ -145,7 +146,7 @@ const st = /* @__PURE__ */ J({
|
|
|
145
146
|
...d
|
|
146
147
|
} = o;
|
|
147
148
|
return {
|
|
148
|
-
tag:
|
|
149
|
+
tag: ie,
|
|
149
150
|
attrs: {
|
|
150
151
|
label: a
|
|
151
152
|
},
|
|
@@ -165,7 +166,7 @@ const st = /* @__PURE__ */ J({
|
|
|
165
166
|
refresh: !0,
|
|
166
167
|
...t.tools
|
|
167
168
|
}));
|
|
168
|
-
return () => e(
|
|
169
|
+
return () => e(re, {
|
|
169
170
|
actions: t.actions,
|
|
170
171
|
scrollbar: !1
|
|
171
172
|
}, {
|
|
@@ -344,7 +345,7 @@ const st = /* @__PURE__ */ J({
|
|
|
344
345
|
handle: o,
|
|
345
346
|
onClose: () => s.show = !1
|
|
346
347
|
}, {
|
|
347
|
-
default: () => [e(
|
|
348
|
+
default: () => [e(ae, {
|
|
348
349
|
showLabel: !0,
|
|
349
350
|
labelPlacement: "top"
|
|
350
351
|
}, ue(a = k(_)) ? a : {
|
|
@@ -383,5 +384,5 @@ const st = /* @__PURE__ */ J({
|
|
|
383
384
|
}
|
|
384
385
|
});
|
|
385
386
|
export {
|
|
386
|
-
|
|
387
|
+
ut as DuxTableLayout
|
|
387
388
|
};
|
|
@@ -21,8 +21,6 @@ import "vue-cropper";
|
|
|
21
21
|
import "jinrishici";
|
|
22
22
|
import "lodash-es";
|
|
23
23
|
import "vue-draggable-plus";
|
|
24
|
-
import "aieditor";
|
|
25
|
-
import "vee-validate";
|
|
26
24
|
import "@vee-validate/i18n";
|
|
27
25
|
import "colorizr";
|
|
28
26
|
import "echarts";
|
|
@@ -32,17 +30,20 @@ import "@unocss/preset-typography";
|
|
|
32
30
|
import "unocss/preset-wind4";
|
|
33
31
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
34
32
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
33
|
+
import "vee-validate";
|
|
35
34
|
import "vue-command-palette";
|
|
36
35
|
import "@duxweb/dvha-naiveui";
|
|
37
36
|
import "../../pages/page404.js";
|
|
37
|
+
import "short-unique-id";
|
|
38
|
+
import "aieditor";
|
|
38
39
|
import "@iconify-json/tabler/icons.json";
|
|
39
|
-
import "../
|
|
40
|
+
import "../posterEditor/elements/index.js";
|
|
40
41
|
import "fabric";
|
|
41
42
|
import "mime";
|
|
42
43
|
import "dayjs";
|
|
43
44
|
import { useLevel as c } from "../../hooks/level.js";
|
|
44
45
|
import "pinia";
|
|
45
|
-
const
|
|
46
|
+
const pe = /* @__PURE__ */ v({
|
|
46
47
|
name: "DuxLevel",
|
|
47
48
|
props: {
|
|
48
49
|
value: {
|
|
@@ -113,5 +114,5 @@ const le = /* @__PURE__ */ v({
|
|
|
113
114
|
}
|
|
114
115
|
});
|
|
115
116
|
export {
|
|
116
|
-
|
|
117
|
+
pe as DuxLevel
|
|
117
118
|
};
|
|
@@ -22,8 +22,6 @@ import "vue-cropper";
|
|
|
22
22
|
import "jinrishici";
|
|
23
23
|
import "lodash-es";
|
|
24
24
|
import "vue-draggable-plus";
|
|
25
|
-
import "aieditor";
|
|
26
|
-
import "vee-validate";
|
|
27
25
|
import "@vee-validate/i18n";
|
|
28
26
|
import "colorizr";
|
|
29
27
|
import "echarts";
|
|
@@ -33,9 +31,12 @@ import "@unocss/preset-typography";
|
|
|
33
31
|
import "unocss/preset-wind4";
|
|
34
32
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
35
33
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
34
|
+
import "vee-validate";
|
|
36
35
|
import "vue-command-palette";
|
|
37
36
|
import "@duxweb/dvha-naiveui";
|
|
38
37
|
import "../../../pages/page404.js";
|
|
38
|
+
import "short-unique-id";
|
|
39
|
+
import "aieditor";
|
|
39
40
|
import "@iconify-json/tabler/icons.json";
|
|
40
41
|
import "../elements/index.js";
|
|
41
42
|
import "fabric";
|
|
@@ -48,7 +49,7 @@ import { DuxImageUpload as b } from "../../upload/image.js";
|
|
|
48
49
|
function C(t) {
|
|
49
50
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !s(t);
|
|
50
51
|
}
|
|
51
|
-
const
|
|
52
|
+
const ge = /* @__PURE__ */ v({
|
|
52
53
|
name: "RightPanel",
|
|
53
54
|
props: {
|
|
54
55
|
hasMultipleSelection: {
|
|
@@ -417,5 +418,5 @@ const me = /* @__PURE__ */ v({
|
|
|
417
418
|
}
|
|
418
419
|
});
|
|
419
420
|
export {
|
|
420
|
-
|
|
421
|
+
ge as RightPanel
|
|
421
422
|
};
|
|
@@ -23,8 +23,6 @@ import "vue-cropper";
|
|
|
23
23
|
import "jinrishici";
|
|
24
24
|
import "lodash-es";
|
|
25
25
|
import "vue-draggable-plus";
|
|
26
|
-
import "aieditor";
|
|
27
|
-
import "vee-validate";
|
|
28
26
|
import "@vee-validate/i18n";
|
|
29
27
|
import "colorizr";
|
|
30
28
|
import "echarts";
|
|
@@ -34,9 +32,12 @@ import "@unocss/preset-typography";
|
|
|
34
32
|
import "unocss/preset-wind4";
|
|
35
33
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
36
34
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
35
|
+
import "vee-validate";
|
|
37
36
|
import "vue-command-palette";
|
|
38
37
|
import "@duxweb/dvha-naiveui";
|
|
39
38
|
import "../../pages/page404.js";
|
|
39
|
+
import "short-unique-id";
|
|
40
|
+
import "aieditor";
|
|
40
41
|
import "@iconify-json/tabler/icons.json";
|
|
41
42
|
import "./elements/index.js";
|
|
42
43
|
import { usePosterEditor as q } from "./hooks/usePosterEditor.js";
|
|
@@ -47,7 +48,7 @@ import "dayjs";
|
|
|
47
48
|
import "@tanstack/vue-query";
|
|
48
49
|
import "pinia";
|
|
49
50
|
import { DuxImageUpload as Q } from "../upload/image.js";
|
|
50
|
-
const
|
|
51
|
+
const Ge = /* @__PURE__ */ T({
|
|
51
52
|
name: "DuxPosterEditor",
|
|
52
53
|
props: {
|
|
53
54
|
data: {
|
|
@@ -223,5 +224,5 @@ const qe = /* @__PURE__ */ T({
|
|
|
223
224
|
}
|
|
224
225
|
});
|
|
225
226
|
export {
|
|
226
|
-
|
|
227
|
+
Ge as DuxPosterEditor
|
|
227
228
|
};
|
|
@@ -22,8 +22,6 @@ import "jinrishici";
|
|
|
22
22
|
import "lodash-es";
|
|
23
23
|
import "vue-draggable-plus";
|
|
24
24
|
import { DuxListEmpty as x } from "../status/listEmpty.js";
|
|
25
|
-
import "aieditor";
|
|
26
|
-
import "vee-validate";
|
|
27
25
|
import "@vee-validate/i18n";
|
|
28
26
|
import "colorizr";
|
|
29
27
|
import "echarts";
|
|
@@ -33,18 +31,21 @@ import "@unocss/preset-typography";
|
|
|
33
31
|
import "unocss/preset-wind4";
|
|
34
32
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
35
33
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
34
|
+
import "vee-validate";
|
|
36
35
|
import "vue-command-palette";
|
|
37
36
|
import "@duxweb/dvha-naiveui";
|
|
38
37
|
import "../../pages/page404.js";
|
|
38
|
+
import "short-unique-id";
|
|
39
|
+
import "aieditor";
|
|
39
40
|
import "@iconify-json/tabler/icons.json";
|
|
40
|
-
import "../
|
|
41
|
+
import "../posterEditor/elements/index.js";
|
|
41
42
|
import "fabric";
|
|
42
43
|
import "mime";
|
|
43
44
|
import "dayjs";
|
|
44
45
|
import "@tanstack/vue-query";
|
|
45
46
|
import { useTable as y } from "../../hooks/table.js";
|
|
46
47
|
import "pinia";
|
|
47
|
-
const
|
|
48
|
+
const bt = /* @__PURE__ */ u({
|
|
48
49
|
name: "DuxTable",
|
|
49
50
|
props: {
|
|
50
51
|
path: {
|
|
@@ -109,5 +110,5 @@ const ct = /* @__PURE__ */ u({
|
|
|
109
110
|
}
|
|
110
111
|
});
|
|
111
112
|
export {
|
|
112
|
-
|
|
113
|
+
bt as DuxTable
|
|
113
114
|
};
|
|
@@ -23,8 +23,6 @@ import "clsx";
|
|
|
23
23
|
import "jinrishici";
|
|
24
24
|
import "lodash-es";
|
|
25
25
|
import "vue-draggable-plus";
|
|
26
|
-
import "aieditor";
|
|
27
|
-
import "vee-validate";
|
|
28
26
|
import "@vee-validate/i18n";
|
|
29
27
|
import "colorizr";
|
|
30
28
|
import "echarts";
|
|
@@ -34,14 +32,17 @@ import "@unocss/preset-typography";
|
|
|
34
32
|
import "unocss/preset-wind4";
|
|
35
33
|
import "@vee-validate/i18n/dist/locale/en.json";
|
|
36
34
|
import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
35
|
+
import "vee-validate";
|
|
37
36
|
import "vue-command-palette";
|
|
38
37
|
import "@duxweb/dvha-naiveui";
|
|
39
38
|
import "../../pages/page404.js";
|
|
39
|
+
import "short-unique-id";
|
|
40
|
+
import "aieditor";
|
|
41
|
+
import { useModal as W } from "../../hooks/modal.js";
|
|
40
42
|
import "@iconify-json/tabler/icons.json";
|
|
41
|
-
import "../
|
|
43
|
+
import "../posterEditor/elements/index.js";
|
|
42
44
|
import "fabric";
|
|
43
|
-
import { useUploadConfig as
|
|
44
|
-
import { useModal as G } from "../../hooks/modal.js";
|
|
45
|
+
import { useUploadConfig as G } from "./config.js";
|
|
45
46
|
import "dayjs";
|
|
46
47
|
import "@tanstack/vue-query";
|
|
47
48
|
import "pinia";
|
|
@@ -79,7 +80,7 @@ const m = {
|
|
|
79
80
|
empty: "flex items-center justify-center h-full text-muted",
|
|
80
81
|
actions: "flex gap-2"
|
|
81
82
|
}
|
|
82
|
-
},
|
|
83
|
+
}, Ee = /* @__PURE__ */ M({
|
|
83
84
|
name: "DuxFileUpload",
|
|
84
85
|
props: {
|
|
85
86
|
path: {
|
|
@@ -117,11 +118,11 @@ const m = {
|
|
|
117
118
|
defaultValue: t.defaultValue
|
|
118
119
|
}), P = E(), {
|
|
119
120
|
t: a
|
|
120
|
-
} = Z(), d = v(), p = s(() => t.maxSize || 5), C =
|
|
121
|
+
} = Z(), d = v(), p = s(() => t.maxSize || 5), C = W(), {
|
|
121
122
|
uploadPath: u,
|
|
122
123
|
managePath: S,
|
|
123
124
|
driver: N
|
|
124
|
-
} =
|
|
125
|
+
} = G({
|
|
125
126
|
driver: t?.driver,
|
|
126
127
|
signPath: t?.signPath,
|
|
127
128
|
signCallback: t?.signCallback,
|
|
@@ -287,5 +288,5 @@ const m = {
|
|
|
287
288
|
}
|
|
288
289
|
});
|
|
289
290
|
export {
|
|
290
|
-
|
|
291
|
+
Ee as DuxFileUpload
|
|
291
292
|
};
|