@duxweb/dvha-pro 1.1.21 → 1.1.23
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/cascaderPanel/cascaderPanel.cjs +1 -0
- package/dist/cjs/components/chart/echart.cjs +1 -1
- package/dist/cjs/components/dashboard/helloBig.cjs +1 -1
- package/dist/cjs/components/data/dynamicData.cjs +1 -1
- package/dist/cjs/components/data/selectModal.cjs +1 -1
- package/dist/cjs/components/designEditor/editor/setting.cjs +1 -1
- package/dist/cjs/components/designEditor/editor.cjs +1 -1
- package/dist/cjs/components/drawer/drawer.cjs +1 -1
- package/dist/cjs/components/flowEditor/components/setting.cjs +1 -1
- package/dist/cjs/components/form/drawerForm.cjs +1 -1
- package/dist/cjs/components/form/formItem.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/components/imageUpload.cjs +1 -1
- package/dist/cjs/components/formEditor/editor.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/mapCoord/mapCoord.cjs +1 -0
- package/dist/cjs/components/media/media.cjs +1 -1
- package/dist/cjs/components/modal/modalTab.cjs +1 -1
- package/dist/cjs/components/panel/setting.cjs +1 -1
- package/dist/cjs/components/posterEditor/posterEditor.cjs +1 -1
- package/dist/cjs/components/select/selectCard.cjs +1 -1
- package/dist/cjs/components/spec/spec.cjs +1 -1
- package/dist/cjs/components/stats/realTime.cjs +1 -1
- package/dist/cjs/components/table/table.cjs +1 -1
- package/dist/cjs/components/textImageEditor/textImageEditor.cjs +1 -0
- package/dist/cjs/components/textImageEditor/textModal.cjs +1 -0
- 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/components/upload/video.cjs +1 -0
- package/dist/cjs/components/widget/connect.cjs +1 -1
- package/dist/cjs/dvha-pro.css +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/hooks/table/switch.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/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/menuApp.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 +26 -4
- package/dist/esm/component.js +21 -20
- package/dist/esm/components/cascaderPanel/cascaderPanel.js +378 -0
- package/dist/esm/components/chart/echart.js +1 -1
- package/dist/esm/components/dashboard/helloBig.js +3 -2
- package/dist/esm/components/data/dynamicData.js +49 -40
- package/dist/esm/components/data/selectModal.js +3 -3
- package/dist/esm/components/designEditor/editor/setting.js +2 -2
- package/dist/esm/components/designEditor/editor.js +3 -2
- package/dist/esm/components/drawer/drawer.js +22 -19
- package/dist/esm/components/flowEditor/components/setting.js +1 -1
- package/dist/esm/components/form/drawerForm.js +1 -1
- package/dist/esm/components/form/formItem.js +1 -1
- package/dist/esm/components/form/modalForm.js +1 -1
- package/dist/esm/components/form/pageForm.js +1 -1
- package/dist/esm/components/form/pageTabForm.js +1 -1
- package/dist/esm/components/form/settingForm.js +1 -1
- package/dist/esm/components/formEditor/components/imageUpload.js +1 -1
- package/dist/esm/components/formEditor/editor.js +1 -1
- package/dist/esm/components/layout/table.js +74 -56
- package/dist/esm/components/layout/tools.js +8 -8
- package/dist/esm/components/mapCoord/mapCoord.js +218 -0
- package/dist/esm/components/media/media.js +57 -32
- package/dist/esm/components/modal/modalTab.js +20 -14
- package/dist/esm/components/panel/setting.js +3 -2
- package/dist/esm/components/posterEditor/posterEditor.js +1 -1
- package/dist/esm/components/select/selectCard.js +3 -3
- package/dist/esm/components/spec/spec.js +142 -103
- package/dist/esm/components/stats/realTime.js +5 -4
- package/dist/esm/components/table/table.js +19 -19
- package/dist/esm/components/textImageEditor/textImageEditor.js +405 -0
- package/dist/esm/components/textImageEditor/textModal.js +77 -0
- package/dist/esm/components/upload/image.js +35 -34
- package/dist/esm/components/upload/manage/item.js +1 -1
- package/dist/esm/components/upload/manager.js +155 -138
- package/dist/esm/components/upload/video.js +340 -0
- package/dist/esm/components/widget/connect.js +3 -2
- package/dist/esm/dvha-pro.css +1 -1
- package/dist/esm/hooks/dialog.js +2 -2
- package/dist/esm/hooks/drawer.js +2 -2
- package/dist/esm/hooks/modal.js +2 -2
- package/dist/esm/hooks/table/image.js +2 -2
- package/dist/esm/hooks/table/media.js +2 -2
- package/dist/esm/hooks/table/switch.js +58 -26
- package/dist/esm/index.js +308 -296
- package/dist/esm/langs/en-US.json.js +1 -1
- package/dist/esm/langs/zh-CN.json.js +1 -1
- package/dist/esm/pages/authLayout.js +1 -1
- package/dist/esm/pages/login.js +2 -2
- package/dist/esm/pages/menu/avatar.js +1 -1
- package/dist/esm/pages/menu/button.js +1 -1
- package/dist/esm/pages/menu/menuApp.js +1 -1
- package/dist/esm/pages/menu/mobile.js +1 -1
- package/dist/esm/pages/menu/notice.js +1 -1
- package/dist/esm/pages/page404.js +1 -1
- package/dist/esm/pages/pageStatus.js +2 -2
- package/dist/esm/theme/uno.css.js +26 -4
- package/dist/types/components/cascaderPanel/cascaderPanel.d.ts +110 -0
- package/dist/types/components/cascaderPanel/index.d.ts +1 -0
- package/dist/types/components/data/dynamicData.d.ts +10 -0
- package/dist/types/components/data/index.d.ts +1 -1
- package/dist/types/components/data/selectModal.d.ts +2 -2
- package/dist/types/components/drawer/drawer.d.ts +1 -1
- package/dist/types/components/flowEditor/components/kvInput.d.ts +1 -1
- package/dist/types/components/flowEditor/components/nodeCard.d.ts +1 -1
- 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/index.d.ts +3 -0
- package/dist/types/components/level/level.d.ts +2 -2
- package/dist/types/components/mapCoord/index.d.ts +1 -0
- package/dist/types/components/mapCoord/mapCoord.d.ts +93 -0
- package/dist/types/components/media/media.d.ts +3 -32
- package/dist/types/components/modal/modalTab.d.ts +5 -5
- package/dist/types/components/select/checkboxTag.d.ts +2 -2
- package/dist/types/components/select/dateTag.d.ts +2 -2
- package/dist/types/components/select/radioTag.d.ts +2 -2
- package/dist/types/components/select/selectCard.d.ts +4 -4
- package/dist/types/components/spec/spec.d.ts +21 -0
- package/dist/types/components/table/table.d.ts +3 -3
- package/dist/types/components/textImageEditor/index.d.ts +2 -0
- package/dist/types/components/textImageEditor/textImageEditor.d.ts +56 -0
- package/dist/types/components/textImageEditor/textModal.d.ts +72 -0
- package/dist/types/components/textImageEditor/types.d.ts +19 -0
- package/dist/types/components/upload/index.d.ts +1 -0
- package/dist/types/components/upload/video.d.ts +126 -0
- package/dist/types/components/widget/index.d.ts +1 -0
- package/dist/types/hooks/table/column.d.ts +1 -1
- package/dist/types/hooks/table/switch.d.ts +1 -1
- package/dist/types/main.d.ts +5 -0
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -1,307 +1,319 @@
|
|
|
1
1
|
import { DuxApp as a } from "./app.js";
|
|
2
2
|
import { DuxCard as f } from "./components/card/card.js";
|
|
3
|
-
import { DuxStatsStore as l, DuxStatsStoreItem as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
3
|
+
import { DuxStatsStore as l, DuxStatsStoreItem as d } from "./components/card/store.js";
|
|
4
|
+
import { DuxCascaderPanel as s } from "./components/cascaderPanel/cascaderPanel.js";
|
|
5
|
+
import { DuxCarousel as g } from "./components/carousel/carousel.js";
|
|
6
|
+
import { DuxChart as E } from "./components/chart/echart.js";
|
|
7
|
+
import { DuxCodeEditor as C } from "./components/code/code.js";
|
|
8
|
+
import { DuxImageCrop as S } from "./components/crop/imageCrop.js";
|
|
9
|
+
import { DuxImageCropModal as h } from "./components/crop/imageCropModal.js";
|
|
10
|
+
import { DuxDashboardHello as b } from "./components/dashboard/hello.js";
|
|
11
|
+
import { DuxDashboardHelloBig as y } from "./components/dashboard/helloBig.js";
|
|
12
|
+
import { DuxDashboardQuick as I, DuxDashboardQuickItem as L } from "./components/dashboard/quick.js";
|
|
13
|
+
import { DuxDynamicData as R } from "./components/data/dynamicData.js";
|
|
14
|
+
import { DuxDynamicSelect as U } from "./components/data/dynamicSelect.js";
|
|
15
|
+
import { default as B } from "./components/data/selectModal.js";
|
|
16
|
+
import { duxFormEditorGrid as O } from "./components/designEditor/components/grid.js";
|
|
17
|
+
import { DuxDesignEditor as G } from "./components/designEditor/editor.js";
|
|
18
|
+
import { useEditor as Q } from "./components/designEditor/editor/hook.js";
|
|
19
|
+
import { DuxWidgetEditorPreview as z } from "./components/designEditor/editor/preview.js";
|
|
20
|
+
import { WidgetEditorSetting as Y, WidgetEditorSettingCard as j } from "./components/designEditor/editor/setting.js";
|
|
21
|
+
import { default as J } from "./components/dialog/dialog.js";
|
|
22
|
+
import { DuxDrawApps as Z } from "./components/draw/drawApps.js";
|
|
23
|
+
import { DuxDrawAuth as oo } from "./components/draw/drawAuth.js";
|
|
24
|
+
import { DuxDrawEmpty as eo } from "./components/draw/drawEmpty.js";
|
|
25
|
+
import { DuxDrawEmptyForm as xo } from "./components/draw/drawEmptyForm.js";
|
|
26
|
+
import { DuxDrawError as uo } from "./components/draw/drawError.js";
|
|
27
|
+
import { default as po } from "./components/drawer/drawer.js";
|
|
28
|
+
import { DuxDrawerPage as Do } from "./components/drawer/drawerPage.js";
|
|
29
|
+
import { DuxAiEditor as io } from "./components/editor/aiEditor.js";
|
|
30
|
+
import { FlowFieldConfig as no } from "./components/flowEditor/components/fieldConfig.js";
|
|
31
|
+
import { FlowKVInput as co } from "./components/flowEditor/components/kvInput.js";
|
|
32
|
+
import { FlowNodeCard as Po } from "./components/flowEditor/components/nodeCard.js";
|
|
33
|
+
import { FlowNote as Fo } from "./components/flowEditor/components/note.js";
|
|
34
|
+
import { FlowSetting as To } from "./components/flowEditor/components/setting.js";
|
|
35
|
+
import { FlowToolbar as wo } from "./components/flowEditor/components/toolbar.js";
|
|
36
|
+
import { DuxFlowEditor as Mo } from "./components/flowEditor/flowEditor.js";
|
|
37
|
+
import { defaultNodes as No } from "./components/flowEditor/nodes/index.js";
|
|
38
|
+
import { FIELD_TYPE_OPTIONS as Lo, getFieldTypeOptions as Ao, useNodeDataFlow as Ro } from "./components/flowEditor/utils/nodeDataUtils.js";
|
|
39
|
+
import { DuxDrawerForm as Uo } from "./components/form/drawerForm.js";
|
|
40
|
+
import { DuxFormItem as Bo } from "./components/form/formItem.js";
|
|
41
|
+
import { DuxFormLayout as Oo } from "./components/form/formLayout.js";
|
|
42
|
+
import { DuxModalForm as Go } from "./components/form/modalForm.js";
|
|
43
|
+
import { DuxPageForm as Qo } from "./components/form/pageForm.js";
|
|
44
|
+
import { DuxPageTabForm as zo } from "./components/form/pageTabForm.js";
|
|
45
|
+
import { DuxSettingForm as Yo } from "./components/form/settingForm.js";
|
|
46
|
+
import { DuxFormEditor as qo } from "./components/formEditor/editor.js";
|
|
47
|
+
import { DuxFormRenderer as Xo } from "./components/formEditor/renderer.js";
|
|
48
|
+
import { DuxIconPicker as $o } from "./components/icon/icon.js";
|
|
14
49
|
import "vue";
|
|
15
50
|
import "@duxweb/dvha-core";
|
|
16
|
-
import "naive-ui";
|
|
17
|
-
import { useAction as k, useActionButton as B, useActionDropdown as U } from "./hooks/action.js";
|
|
18
|
-
import { useDialog as V } from "./hooks/dialog.js";
|
|
19
|
-
import { useDownload as G } from "./hooks/download.js";
|
|
20
|
-
import { useDrawer as Q } from "./hooks/drawer.js";
|
|
21
|
-
import { useEchartBar as z, useEchartCommon as K, useEchartFunnel as Y, useEchartLine as j, useEchartMap as q, useEchartPie as J, useEchartRadar as X, useEchartRing as Z, useEchartRose as $, useEchartTreeMap as oo, useEchartType as ro } from "./hooks/echart.js";
|
|
22
|
-
import { useImagePreview as to } from "./hooks/image.js";
|
|
23
|
-
import { useLevel as mo } from "./hooks/level.js";
|
|
24
|
-
import { useModal as ao } from "./hooks/modal.js";
|
|
25
|
-
import { useTable as fo } from "./hooks/table.js";
|
|
26
|
-
import { useTableColumnColor as lo } from "./hooks/table/color.js";
|
|
27
|
-
import { useTableColumn as so } from "./hooks/table/column.js";
|
|
28
|
-
import { useTableColumnImage as go } from "./hooks/table/image.js";
|
|
29
|
-
import { useTableColumnMap as Eo } from "./hooks/table/map.js";
|
|
30
|
-
import { useTableColumnMedia as Fo } from "./hooks/table/media.js";
|
|
31
|
-
import { useTableColumnStatus as So } from "./hooks/table/status.js";
|
|
32
|
-
import { useTableColumnSwitch as ho } from "./hooks/table/switch.js";
|
|
33
|
-
import { useUI as bo } from "./hooks/ui.js";
|
|
34
|
-
import { DuxModal as Mo } from "./components/modal/modal.js";
|
|
35
|
-
import { default as Lo } from "./components/modal/modalPage.js";
|
|
36
|
-
import { default as Ao } from "./components/modal/modalTab.js";
|
|
37
|
-
import { duxFormEditorGrid as vo } from "./components/designEditor/components/grid.js";
|
|
38
|
-
import { DuxDesignEditor as Bo } from "./components/designEditor/editor.js";
|
|
39
|
-
import { useEditor as Oo } from "./components/designEditor/editor/hook.js";
|
|
40
|
-
import { DuxWidgetEditorPreview as Wo } from "./components/designEditor/editor/preview.js";
|
|
41
|
-
import { WidgetEditorSetting as Ho, WidgetEditorSettingCard as Qo } from "./components/designEditor/editor/setting.js";
|
|
42
|
-
import { default as zo } from "./components/dialog/dialog.js";
|
|
43
|
-
import { DuxDrawApps as Yo } from "./components/draw/drawApps.js";
|
|
44
|
-
import { DuxDrawAuth as qo } from "./components/draw/drawAuth.js";
|
|
45
|
-
import { DuxDrawEmpty as Xo } from "./components/draw/drawEmpty.js";
|
|
46
|
-
import { DuxDrawEmptyForm as $o } from "./components/draw/drawEmptyForm.js";
|
|
47
|
-
import { DuxDrawError as rr } from "./components/draw/drawError.js";
|
|
48
|
-
import { default as tr } from "./components/drawer/drawer.js";
|
|
49
|
-
import { DuxDrawerPage as mr } from "./components/drawer/drawerPage.js";
|
|
50
|
-
import { DuxAiEditor as ar } from "./components/editor/aiEditor.js";
|
|
51
|
-
import { FlowFieldConfig as fr } from "./components/flowEditor/components/fieldConfig.js";
|
|
52
|
-
import { FlowKVInput as lr } from "./components/flowEditor/components/kvInput.js";
|
|
53
|
-
import { FlowNodeCard as dr } from "./components/flowEditor/components/nodeCard.js";
|
|
54
|
-
import { FlowNote as nr } from "./components/flowEditor/components/note.js";
|
|
55
|
-
import { FlowSetting as cr } from "./components/flowEditor/components/setting.js";
|
|
56
|
-
import { FlowToolbar as Pr } from "./components/flowEditor/components/toolbar.js";
|
|
57
|
-
import { DuxFlowEditor as Cr } from "./components/flowEditor/flowEditor.js";
|
|
58
|
-
import { defaultNodes as Tr } from "./components/flowEditor/nodes/index.js";
|
|
59
|
-
import { FIELD_TYPE_OPTIONS as wr, getFieldTypeOptions as br, useNodeDataFlow as yr } from "./components/flowEditor/utils/nodeDataUtils.js";
|
|
60
|
-
import { DuxDrawerForm as Nr } from "./components/form/drawerForm.js";
|
|
61
|
-
import { DuxFormItem as Ir } from "./components/form/formItem.js";
|
|
62
|
-
import { DuxFormLayout as Rr } from "./components/form/formLayout.js";
|
|
63
|
-
import { DuxModalForm as kr } from "./components/form/modalForm.js";
|
|
64
|
-
import { DuxPageForm as Ur } from "./components/form/pageForm.js";
|
|
65
|
-
import { DuxPageTabForm as Vr } from "./components/form/pageTabForm.js";
|
|
66
|
-
import { DuxSettingForm as Gr } from "./components/form/settingForm.js";
|
|
67
|
-
import { DuxFormEditor as Qr } from "./components/formEditor/editor.js";
|
|
68
|
-
import { DuxFormRenderer as zr } from "./components/formEditor/renderer.js";
|
|
69
|
-
import { DuxIconPicker as Yr } from "./components/icon/icon.js";
|
|
70
51
|
import "@iconify-json/tabler/icons.json";
|
|
71
52
|
import "@vueuse/core";
|
|
72
|
-
import
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
53
|
+
import "naive-ui";
|
|
54
|
+
import { DuxTableFilter as rr } from "./components/layout/filter.js";
|
|
55
|
+
import { DuxFilterLayout as tr } from "./components/layout/filterLayout.js";
|
|
56
|
+
import { DuxGrid as mr } from "./components/layout/grid.js";
|
|
57
|
+
import { DuxListLayout as ar } from "./components/layout/list.js";
|
|
58
|
+
import { DuxTableLayout as fr } from "./components/layout/table.js";
|
|
59
|
+
import { DuxTableTools as lr } from "./components/layout/tools.js";
|
|
60
|
+
import { DuxLevel as ir } from "./components/level/level.js";
|
|
61
|
+
import { DuxCardPage as nr } from "./components/list/card.js";
|
|
62
|
+
import { DuxListPage as cr } from "./components/list/list.js";
|
|
63
|
+
import { DuxMedia as Pr } from "./components/media/media.js";
|
|
64
|
+
import { DuxMapCoord as Fr } from "./components/mapCoord/mapCoord.js";
|
|
65
|
+
import { DuxModal as Tr } from "./components/modal/modal.js";
|
|
66
|
+
import { default as wr } from "./components/modal/modalPage.js";
|
|
67
|
+
import { default as Mr } from "./components/modal/modalTab.js";
|
|
68
|
+
import { DuxPanelAlert as Nr } from "./components/panel/alert.js";
|
|
69
|
+
import { DuxPanelCard as Lr } from "./components/panel/setting.js";
|
|
70
|
+
import { DuxCollapsePanel as Rr } from "./components/panel/collapse.js";
|
|
71
|
+
import { elementConfigs as Ur, elementRegistry as kr, getElementConfig as Br, getElementsByCategory as Vr } from "./components/posterEditor/elements/index.js";
|
|
72
|
+
import { usePosterEditor as Wr } from "./components/posterEditor/hooks/usePosterEditor.js";
|
|
73
|
+
import { DuxPosterEditor as Hr } from "./components/posterEditor/posterEditor.js";
|
|
74
|
+
import { DuxSchemaTreeEditor as _r } from "./components/schemaEditor/schemaEditor.js";
|
|
75
|
+
import { DuxCheckboxTag as Kr } from "./components/select/checkboxTag.js";
|
|
76
|
+
import { DuxDateTag as jr } from "./components/select/dateTag.js";
|
|
77
|
+
import { DuxRadioTag as Jr } from "./components/select/radioTag.js";
|
|
78
|
+
import { DuxSelectCard as Zr } from "./components/select/selectCard.js";
|
|
79
|
+
import { DuxSpec as oe } from "./components/spec/spec.js";
|
|
80
|
+
import { DuxSpecEditor as ee, createSpec as te, createSpecValue as xe } from "./components/spec/specEditor.js";
|
|
81
|
+
import { DuxStatsNumber as ue } from "./components/stats/number.js";
|
|
82
|
+
import { DuxStatsRealTime as pe } from "./components/stats/realTime.js";
|
|
83
|
+
import { DuxBlockEmpty as De } from "./components/status/blockEmpty.js";
|
|
84
|
+
import { DuxListEmpty as de } from "./components/status/listEmpty.js";
|
|
85
|
+
import { DuxTable as se } from "./components/table/table.js";
|
|
86
|
+
import { DuxTablePage as ge } from "./components/table/tablePage.js";
|
|
87
|
+
import { DuxTextImageEditor as Ee } from "./components/textImageEditor/textImageEditor.js";
|
|
88
|
+
import { DuxTreeFilter as Ce } from "./components/tree/treeFilter.js";
|
|
89
|
+
import { DuxFileUpload as Se } from "./components/upload/file.js";
|
|
90
|
+
import { DuxImageUpload as he } from "./components/upload/image.js";
|
|
91
|
+
import { DuxVideoUpload as be } from "./components/upload/video.js";
|
|
92
|
+
import { default as ye } from "./components/upload/manager.js";
|
|
93
|
+
import { DuxSelectUpload as Ie } from "./components/upload/selectFile.js";
|
|
94
|
+
import { DuxAvatar as Ae } from "./components/widget/avatar.js";
|
|
95
|
+
import { DuxWidgetConnect as ve } from "./components/widget/connect.js";
|
|
96
|
+
import { DuxImage as ke } from "./components/widget/image.js";
|
|
97
|
+
import { DuxPlaceholder as Ve } from "./components/widget/placeholder.js";
|
|
98
|
+
import { DuxAuthLayout as We } from "./pages/authLayout.js";
|
|
99
|
+
import { DuxLayout as He } from "./pages/layout.js";
|
|
100
|
+
import { DuxLoginPage as _e } from "./pages/login.js";
|
|
101
|
+
import { default as Ke } from "./pages/menu/avatar.js";
|
|
102
|
+
import { default as je } from "./pages/menu/button.js";
|
|
103
|
+
import { DuxMenuCmd as Je } from "./pages/menu/cmd.js";
|
|
104
|
+
import { default as Ze } from "./pages/menu/dark.js";
|
|
105
|
+
import { DuxMenuApp as ot } from "./pages/menu/menuApp.js";
|
|
106
|
+
import { DuxMenuMain as et } from "./pages/menu/menuMain.js";
|
|
107
|
+
import { default as xt } from "./pages/menu/notice.js";
|
|
108
|
+
import { DuxMobileMenu as ut } from "./pages/menu/mobile.js";
|
|
109
|
+
import { DuxPage as pt } from "./pages/page.js";
|
|
110
|
+
import { DuxPage403 as Dt } from "./pages/page403.js";
|
|
111
|
+
import { DuxPage404 as dt } from "./pages/page404.js";
|
|
112
|
+
import { DuxPage500 as st } from "./pages/page500.js";
|
|
113
|
+
import { DuxPageEmpty as gt } from "./pages/pageEmpty.js";
|
|
114
|
+
import { DuxPageException as Et } from "./pages/pageException.js";
|
|
115
|
+
import { DuxPageLoading as Ct } from "./pages/pageLoading.js";
|
|
116
|
+
import { DuxPageStatus as St } from "./pages/pageStatus.js";
|
|
117
|
+
import { generateRainbowFromColor as ht, getTheme as wt } from "./config/echart.js";
|
|
118
|
+
import { config as Mt } from "./config/uno.js";
|
|
119
|
+
import { initVeeValidate as Nt } from "./config/validate.js";
|
|
120
|
+
import { useAction as Lt, useActionButton as At, useActionDropdown as Rt } from "./hooks/action.js";
|
|
121
|
+
import { useDialog as Ut } from "./hooks/dialog.js";
|
|
122
|
+
import { useDownload as Bt } from "./hooks/download.js";
|
|
123
|
+
import { useDrawer as Ot } from "./hooks/drawer.js";
|
|
124
|
+
import { useEchartBar as Gt, useEchartCommon as Ht, useEchartFunnel as Qt, useEchartLine as _t, useEchartMap as zt, useEchartPie as Kt, useEchartRadar as Yt, useEchartRing as jt, useEchartRose as qt, useEchartTreeMap as Jt, useEchartType as Xt } from "./hooks/echart.js";
|
|
125
|
+
import { useImagePreview as $t } from "./hooks/image.js";
|
|
126
|
+
import { useLevel as rx } from "./hooks/level.js";
|
|
127
|
+
import { useModal as tx } from "./hooks/modal.js";
|
|
128
|
+
import { useTable as mx } from "./hooks/table.js";
|
|
129
|
+
import { useTableColumnColor as ax } from "./hooks/table/color.js";
|
|
130
|
+
import { useTableColumn as fx } from "./hooks/table/column.js";
|
|
131
|
+
import { useTableColumnImage as lx } from "./hooks/table/image.js";
|
|
132
|
+
import { useTableColumnMap as ix } from "./hooks/table/map.js";
|
|
133
|
+
import { useTableColumnMedia as nx } from "./hooks/table/media.js";
|
|
134
|
+
import { useTableColumnStatus as cx } from "./hooks/table/status.js";
|
|
135
|
+
import { useTableColumnSwitch as Px } from "./hooks/table/switch.js";
|
|
136
|
+
import { useUI as Fx } from "./hooks/ui.js";
|
|
137
|
+
import { default as Tx } from "./langs/en-US.json.js";
|
|
138
|
+
import { default as wx } from "./langs/zh-CN.json.js";
|
|
139
|
+
import { createDuxPro as Mx } from "./main.js";
|
|
140
|
+
import { useUIStore as Nx } from "./stores/ui.js";
|
|
141
|
+
import { themeOverrides as Lx } from "./theme/naiveTheme.js";
|
|
142
|
+
import { presetTheme as Rx } from "./theme/presetTheme.js";
|
|
143
|
+
import { createDynamicFlowNode as Ux, createDynamicFlowNodes as kx } from "./components/flowEditor/nodes/dynamicNodeFactory.js";
|
|
144
|
+
import { EndNode as Vx, EndNodeSetting as Ox, getEndNodeRegistry as Wx } from "./components/flowEditor/nodes/endNode.js";
|
|
145
|
+
import { ProcessNode as Hx, ProcessNodeSetting as Qx, getProcessNodeRegistry as _x } from "./components/flowEditor/nodes/processNode.js";
|
|
146
|
+
import { StartNode as Kx, StartNodeSetting as Yx, getStartNodeRegistry as jx } from "./components/flowEditor/nodes/startNode.js";
|
|
141
147
|
export {
|
|
142
|
-
|
|
148
|
+
io as DuxAiEditor,
|
|
143
149
|
a as DuxApp,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
150
|
+
We as DuxAuthLayout,
|
|
151
|
+
Ae as DuxAvatar,
|
|
152
|
+
De as DuxBlockEmpty,
|
|
147
153
|
f as DuxCard,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
b as
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
R as
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
154
|
+
nr as DuxCardPage,
|
|
155
|
+
g as DuxCarousel,
|
|
156
|
+
s as DuxCascaderPanel,
|
|
157
|
+
E as DuxChart,
|
|
158
|
+
Kr as DuxCheckboxTag,
|
|
159
|
+
C as DuxCodeEditor,
|
|
160
|
+
Rr as DuxCollapsePanel,
|
|
161
|
+
b as DuxDashboardHello,
|
|
162
|
+
y as DuxDashboardHelloBig,
|
|
163
|
+
I as DuxDashboardQuick,
|
|
164
|
+
L as DuxDashboardQuickItem,
|
|
165
|
+
jr as DuxDateTag,
|
|
166
|
+
G as DuxDesignEditor,
|
|
167
|
+
J as DuxDialog,
|
|
168
|
+
Z as DuxDrawApps,
|
|
169
|
+
oo as DuxDrawAuth,
|
|
170
|
+
eo as DuxDrawEmpty,
|
|
171
|
+
xo as DuxDrawEmptyForm,
|
|
172
|
+
uo as DuxDrawError,
|
|
173
|
+
po as DuxDrawer,
|
|
174
|
+
Uo as DuxDrawerForm,
|
|
175
|
+
Do as DuxDrawerPage,
|
|
176
|
+
R as DuxDynamicData,
|
|
177
|
+
U as DuxDynamicSelect,
|
|
178
|
+
ye as DuxFileManage,
|
|
179
|
+
Se as DuxFileUpload,
|
|
180
|
+
tr as DuxFilterLayout,
|
|
181
|
+
Mo as DuxFlowEditor,
|
|
182
|
+
qo as DuxFormEditor,
|
|
183
|
+
Bo as DuxFormItem,
|
|
184
|
+
Oo as DuxFormLayout,
|
|
185
|
+
Xo as DuxFormRenderer,
|
|
186
|
+
mr as DuxGrid,
|
|
187
|
+
$o as DuxIconPicker,
|
|
188
|
+
ke as DuxImage,
|
|
189
|
+
S as DuxImageCrop,
|
|
190
|
+
h as DuxImageCropModal,
|
|
191
|
+
he as DuxImageUpload,
|
|
192
|
+
He as DuxLayout,
|
|
193
|
+
ir as DuxLevel,
|
|
194
|
+
de as DuxListEmpty,
|
|
195
|
+
ar as DuxListLayout,
|
|
196
|
+
cr as DuxListPage,
|
|
197
|
+
_e as DuxLoginPage,
|
|
198
|
+
Fr as DuxMapCoord,
|
|
199
|
+
Pr as DuxMedia,
|
|
200
|
+
ot as DuxMenuApp,
|
|
201
|
+
Ke as DuxMenuAvatar,
|
|
202
|
+
je as DuxMenuButton,
|
|
203
|
+
Je as DuxMenuCmd,
|
|
204
|
+
Ze as DuxMenuDark,
|
|
205
|
+
et as DuxMenuMain,
|
|
206
|
+
xt as DuxMenuNotice,
|
|
207
|
+
ut as DuxMobileMenu,
|
|
208
|
+
Tr as DuxModal,
|
|
209
|
+
Go as DuxModalForm,
|
|
210
|
+
wr as DuxModalPage,
|
|
211
|
+
Mr as DuxModalTab,
|
|
212
|
+
pt as DuxPage,
|
|
213
|
+
Dt as DuxPage403,
|
|
214
|
+
dt as DuxPage404,
|
|
215
|
+
st as DuxPage500,
|
|
216
|
+
gt as DuxPageEmpty,
|
|
217
|
+
Et as DuxPageException,
|
|
218
|
+
Qo as DuxPageForm,
|
|
219
|
+
Ct as DuxPageLoading,
|
|
220
|
+
St as DuxPageStatus,
|
|
221
|
+
zo as DuxPageTabForm,
|
|
222
|
+
Nr as DuxPanelAlert,
|
|
223
|
+
Lr as DuxPanelCard,
|
|
224
|
+
Ve as DuxPlaceholder,
|
|
225
|
+
Hr as DuxPosterEditor,
|
|
226
|
+
Jr as DuxRadioTag,
|
|
227
|
+
_r as DuxSchemaTreeEditor,
|
|
228
|
+
Zr as DuxSelectCard,
|
|
229
|
+
B as DuxSelectModal,
|
|
230
|
+
Ie as DuxSelectUpload,
|
|
231
|
+
Yo as DuxSettingForm,
|
|
232
|
+
oe as DuxSpec,
|
|
233
|
+
ee as DuxSpecEditor,
|
|
234
|
+
ue as DuxStatsNumber,
|
|
235
|
+
pe as DuxStatsRealTime,
|
|
226
236
|
l as DuxStatsStore,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
237
|
+
d as DuxStatsStoreItem,
|
|
238
|
+
se as DuxTable,
|
|
239
|
+
rr as DuxTableFilter,
|
|
240
|
+
fr as DuxTableLayout,
|
|
241
|
+
ge as DuxTablePage,
|
|
242
|
+
lr as DuxTableTools,
|
|
243
|
+
Ee as DuxTextImageEditor,
|
|
244
|
+
Ce as DuxTreeFilter,
|
|
245
|
+
be as DuxVideoUpload,
|
|
246
|
+
ve as DuxWidgetConnect,
|
|
247
|
+
z as DuxWidgetEditorPreview,
|
|
248
|
+
Vx as EndNode,
|
|
249
|
+
Ox as EndNodeSetting,
|
|
250
|
+
Lo as FIELD_TYPE_OPTIONS,
|
|
251
|
+
no as FlowFieldConfig,
|
|
252
|
+
co as FlowKVInput,
|
|
253
|
+
Po as FlowNodeCard,
|
|
254
|
+
Fo as FlowNote,
|
|
255
|
+
To as FlowSetting,
|
|
256
|
+
wo as FlowToolbar,
|
|
257
|
+
Hx as ProcessNode,
|
|
258
|
+
Qx as ProcessNodeSetting,
|
|
259
|
+
Kx as StartNode,
|
|
260
|
+
Yx as StartNodeSetting,
|
|
261
|
+
Y as WidgetEditorSetting,
|
|
262
|
+
j as WidgetEditorSettingCard,
|
|
263
|
+
Mt as config,
|
|
264
|
+
Mx as createDuxPro,
|
|
265
|
+
Ux as createDynamicFlowNode,
|
|
266
|
+
kx as createDynamicFlowNodes,
|
|
267
|
+
te as createSpec,
|
|
268
|
+
xe as createSpecValue,
|
|
269
|
+
No as defaultNodes,
|
|
270
|
+
O as duxFormEditorGrid,
|
|
271
|
+
Ur as elementConfigs,
|
|
272
|
+
kr as elementRegistry,
|
|
273
|
+
Tx as enUS,
|
|
274
|
+
ht as generateRainbowFromColor,
|
|
275
|
+
Br as getElementConfig,
|
|
276
|
+
Vr as getElementsByCategory,
|
|
277
|
+
Wx as getEndNodeRegistry,
|
|
278
|
+
Ao as getFieldTypeOptions,
|
|
279
|
+
_x as getProcessNodeRegistry,
|
|
280
|
+
jx as getStartNodeRegistry,
|
|
281
|
+
wt as getTheme,
|
|
282
|
+
Nt as initVeeValidate,
|
|
283
|
+
Rx as presetTheme,
|
|
284
|
+
Lx as themeOverrides,
|
|
285
|
+
Lt as useAction,
|
|
286
|
+
At as useActionButton,
|
|
287
|
+
Rt as useActionDropdown,
|
|
288
|
+
Ut as useDialog,
|
|
289
|
+
Bt as useDownload,
|
|
290
|
+
Ot as useDrawer,
|
|
291
|
+
Gt as useEchartBar,
|
|
292
|
+
Ht as useEchartCommon,
|
|
293
|
+
Qt as useEchartFunnel,
|
|
294
|
+
_t as useEchartLine,
|
|
295
|
+
zt as useEchartMap,
|
|
296
|
+
Kt as useEchartPie,
|
|
297
|
+
Yt as useEchartRadar,
|
|
298
|
+
jt as useEchartRing,
|
|
299
|
+
qt as useEchartRose,
|
|
300
|
+
Jt as useEchartTreeMap,
|
|
301
|
+
Xt as useEchartType,
|
|
302
|
+
Q as useEditor,
|
|
303
|
+
$t as useImagePreview,
|
|
304
|
+
rx as useLevel,
|
|
305
|
+
tx as useModal,
|
|
306
|
+
Ro as useNodeDataFlow,
|
|
307
|
+
Wr as usePosterEditor,
|
|
308
|
+
mx as useTable,
|
|
309
|
+
fx as useTableColumn,
|
|
310
|
+
ax as useTableColumnColor,
|
|
311
|
+
lx as useTableColumnImage,
|
|
312
|
+
ix as useTableColumnMap,
|
|
313
|
+
nx as useTableColumnMedia,
|
|
314
|
+
cx as useTableColumnStatus,
|
|
315
|
+
Px as useTableColumnSwitch,
|
|
316
|
+
Fx as useUI,
|
|
317
|
+
Nx as useUIStore,
|
|
318
|
+
wx as zhCN
|
|
307
319
|
};
|