@duxweb/dvha-pro 1.0.44 → 1.0.46
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 -1
- package/dist/cjs/components/designEditor/editor/setting.cjs +1 -1
- package/dist/cjs/components/flowEditor/components/jsonEditor.cjs +1 -0
- package/dist/cjs/components/flowEditor/components/nodeCard.cjs +1 -0
- package/dist/cjs/components/flowEditor/components/setting.cjs +1 -0
- package/dist/cjs/components/flowEditor/components/toolbar.cjs +1 -0
- package/dist/cjs/components/flowEditor/flowEditor.cjs +1 -0
- package/dist/cjs/components/flowEditor/nodes/endNode.cjs +1 -0
- package/dist/cjs/components/flowEditor/nodes/index.cjs +1 -0
- package/dist/cjs/components/flowEditor/nodes/processNode.cjs +1 -0
- package/dist/cjs/components/flowEditor/nodes/startNode.cjs +1 -0
- package/dist/cjs/components/flowEditor/utils/nodeDataUtils.cjs +1 -0
- 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/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/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/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/main.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 +75 -3
- package/dist/esm/component.js +5 -2
- package/dist/esm/components/chart/echart.js +5 -2
- package/dist/esm/components/crop/imageCrop.js +13 -10
- package/dist/esm/components/data/dynamicSelect.js +5 -2
- package/dist/esm/components/data/selectModal.js +5 -2
- package/dist/esm/components/designEditor/components/grid.js +5 -2
- package/dist/esm/components/designEditor/editor/setting.js +7 -4
- package/dist/esm/components/flowEditor/components/jsonEditor.js +53 -0
- package/dist/esm/components/flowEditor/components/nodeCard.js +160 -0
- package/dist/esm/components/flowEditor/components/setting.js +319 -0
- package/dist/esm/components/flowEditor/components/toolbar.js +120 -0
- package/dist/esm/components/flowEditor/flowEditor.js +287 -0
- package/dist/esm/components/flowEditor/nodes/endNode.js +144 -0
- package/dist/esm/components/flowEditor/nodes/index.js +66 -0
- package/dist/esm/components/flowEditor/nodes/processNode.js +142 -0
- package/dist/esm/components/flowEditor/nodes/startNode.js +144 -0
- package/dist/esm/components/flowEditor/utils/nodeDataUtils.js +82 -0
- package/dist/esm/components/form/drawerForm.js +5 -2
- package/dist/esm/components/form/modalForm.js +12 -9
- package/dist/esm/components/form/pageForm.js +21 -18
- package/dist/esm/components/form/pageTabForm.js +5 -2
- package/dist/esm/components/form/settingForm.js +11 -8
- package/dist/esm/components/formEditor/base/base.js +8 -5
- package/dist/esm/components/formEditor/base/setting.js +5 -2
- package/dist/esm/components/formEditor/components/cascader.js +6 -3
- package/dist/esm/components/formEditor/components/cascaderAsync.js +6 -3
- package/dist/esm/components/formEditor/components/checkbox.js +17 -14
- package/dist/esm/components/formEditor/components/color.js +6 -3
- package/dist/esm/components/formEditor/components/date.js +6 -3
- package/dist/esm/components/formEditor/components/dynamicInput.js +6 -3
- package/dist/esm/components/formEditor/components/dynamicTags.js +13 -10
- package/dist/esm/components/formEditor/components/editor.js +6 -3
- package/dist/esm/components/formEditor/components/fileUpload.js +6 -3
- package/dist/esm/components/formEditor/components/imageUpload.js +6 -3
- package/dist/esm/components/formEditor/components/input.js +6 -3
- package/dist/esm/components/formEditor/components/inputNumber.js +29 -26
- package/dist/esm/components/formEditor/components/mentionAsync.js +17 -14
- package/dist/esm/components/formEditor/components/radio.js +17 -14
- package/dist/esm/components/formEditor/components/region.js +19 -16
- package/dist/esm/components/formEditor/components/select.js +6 -3
- package/dist/esm/components/formEditor/components/selectAsync.js +12 -9
- package/dist/esm/components/formEditor/components/sider.js +6 -3
- package/dist/esm/components/formEditor/components/switch.js +22 -19
- package/dist/esm/components/formEditor/components/time.js +6 -3
- package/dist/esm/components/formEditor/components/transferAsync.js +26 -23
- package/dist/esm/components/formEditor/components/treeSelect.js +6 -3
- package/dist/esm/components/formEditor/components/treeSelectAsync.js +26 -23
- package/dist/esm/components/formEditor/editor.js +5 -2
- package/dist/esm/components/formEditor/renderer.js +5 -2
- package/dist/esm/components/icon/icon.js +5 -2
- package/dist/esm/components/layout/list.js +5 -2
- package/dist/esm/components/layout/table.js +5 -2
- package/dist/esm/components/level/level.js +5 -2
- package/dist/esm/components/posterEditor/pages/RightPanel.js +5 -2
- package/dist/esm/components/posterEditor/posterEditor.js +5 -2
- package/dist/esm/components/table/table.js +9 -6
- package/dist/esm/components/upload/file.js +5 -2
- package/dist/esm/components/upload/image.js +18 -15
- package/dist/esm/components/upload/manage/item.js +5 -2
- package/dist/esm/components/upload/manager.js +5 -2
- package/dist/esm/dvha-pro.css +1 -1
- package/dist/esm/hooks/dialog.js +5 -2
- package/dist/esm/hooks/drawer.js +5 -2
- package/dist/esm/hooks/modal.js +5 -2
- package/dist/esm/hooks/table/image.js +5 -2
- package/dist/esm/hooks/table/media.js +5 -2
- package/dist/esm/index.js +252 -226
- package/dist/esm/langs/en-US.json.js +5 -5
- package/dist/esm/langs/zh-CN.json.js +6 -6
- package/dist/esm/main.js +4 -2
- package/dist/esm/pages/authLayout.js +5 -2
- package/dist/esm/pages/layout/page.js +9 -6
- package/dist/esm/pages/login.js +10 -7
- package/dist/esm/pages/menu/avatar.js +18 -15
- package/dist/esm/pages/menu/button.js +8 -5
- package/dist/esm/pages/menu/cmd.js +13 -10
- package/dist/esm/pages/menu/main.js +29 -26
- package/dist/esm/pages/menu/mobile.js +5 -2
- package/dist/esm/pages/page404.js +3 -0
- package/dist/esm/pages/pageStatus.js +5 -2
- package/dist/esm/theme/uno.css.js +75 -3
- package/dist/types/components/flowEditor/components/index.d.ts +3 -0
- package/dist/types/components/flowEditor/components/jsonEditor.d.ts +22 -0
- package/dist/types/components/flowEditor/components/nodeCard.d.ts +112 -0
- package/dist/types/components/flowEditor/components/setting.d.ts +16 -0
- package/dist/types/components/flowEditor/components/toolbar.d.ts +11 -0
- package/dist/types/components/flowEditor/flowEditor.d.ts +68 -0
- package/dist/types/components/flowEditor/index.d.ts +5 -0
- package/dist/types/components/flowEditor/nodes/endNode.d.ts +19 -0
- package/dist/types/components/flowEditor/nodes/index.d.ts +8 -0
- package/dist/types/components/flowEditor/nodes/processNode.d.ts +19 -0
- package/dist/types/components/flowEditor/nodes/startNode.d.ts +19 -0
- package/dist/types/components/flowEditor/types/index.d.ts +62 -0
- package/dist/types/components/flowEditor/utils/nodeDataUtils.d.ts +59 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/hooks/table/types.d.ts +1 -0
- package/dist/types/main.d.ts +2 -0
- package/package.json +9 -3
package/dist/esm/index.js
CHANGED
|
@@ -1,252 +1,278 @@
|
|
|
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
|
|
3
|
+
import { DuxStatsStore as l, DuxStatsStoreItem as s } from "./components/card/store.js";
|
|
4
4
|
import { DuxCarousel as d } from "./components/carousel/carousel.js";
|
|
5
5
|
import { DuxChart as g } from "./components/chart/echart.js";
|
|
6
6
|
import { DuxCodeEditor as c } from "./components/code/code.js";
|
|
7
|
-
import { DuxImageCrop as
|
|
8
|
-
import { DuxImageCropModal as
|
|
9
|
-
import { DuxDashboardHello as
|
|
7
|
+
import { DuxImageCrop as C } from "./components/crop/imageCrop.js";
|
|
8
|
+
import { DuxImageCropModal as F } from "./components/crop/imageCropModal.js";
|
|
9
|
+
import { DuxDashboardHello as h } from "./components/dashboard/hello.js";
|
|
10
10
|
import { DuxDashboardHelloBig as y } from "./components/dashboard/helloBig.js";
|
|
11
|
-
import { DuxDashboardQuick as
|
|
11
|
+
import { DuxDashboardQuick as M, DuxDashboardQuickItem as L } from "./components/dashboard/quick.js";
|
|
12
12
|
import { DuxDynamicData as I } from "./components/data/dynamicData.js";
|
|
13
13
|
import { DuxDynamicSelect as R } from "./components/data/dynamicSelect.js";
|
|
14
14
|
import "vue";
|
|
15
15
|
import "@duxweb/dvha-core";
|
|
16
16
|
import "naive-ui";
|
|
17
|
-
import { useAction as
|
|
18
|
-
import { useDialog as
|
|
19
|
-
import { useDownload as
|
|
20
|
-
import { useDrawer as
|
|
21
|
-
import { useEchartBar as
|
|
22
|
-
import { useImagePreview as
|
|
23
|
-
import { useLevel as
|
|
24
|
-
import { useModal as
|
|
25
|
-
import { useTable as
|
|
26
|
-
import { useTableColumnColor as
|
|
27
|
-
import { useTableColumn as
|
|
28
|
-
import { useTableColumnImage as
|
|
29
|
-
import { useTableColumnMap as
|
|
30
|
-
import { useTableColumnMedia as
|
|
31
|
-
import { useTableColumnStatus as
|
|
32
|
-
import { useTableColumnSwitch as
|
|
33
|
-
import { useUI as
|
|
34
|
-
import { DuxModal as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { duxFormEditorGrid as
|
|
38
|
-
import { DuxDesignEditor as
|
|
39
|
-
import { useEditor as
|
|
40
|
-
import { DuxWidgetEditorPreview as
|
|
41
|
-
import { WidgetEditorSetting as
|
|
42
|
-
import { default as
|
|
43
|
-
import { DuxDrawApps as
|
|
44
|
-
import { DuxDrawAuth as
|
|
45
|
-
import { DuxDrawEmpty as
|
|
46
|
-
import { DuxDrawEmptyForm as
|
|
47
|
-
import { DuxDrawError as
|
|
48
|
-
import { default as
|
|
49
|
-
import { DuxDrawerPage as
|
|
50
|
-
import { DuxAiEditor as
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
17
|
+
import { useAction as B, useActionButton as U, useActionDropdown as k } from "./hooks/action.js";
|
|
18
|
+
import { useDialog as W } 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 io } from "./hooks/table/column.js";
|
|
28
|
+
import { useTableColumnImage as go } from "./hooks/table/image.js";
|
|
29
|
+
import { useTableColumnMap as co } from "./hooks/table/map.js";
|
|
30
|
+
import { useTableColumnMedia as Co } from "./hooks/table/media.js";
|
|
31
|
+
import { useTableColumnStatus as Fo } from "./hooks/table/status.js";
|
|
32
|
+
import { useTableColumnSwitch as ho } from "./hooks/table/switch.js";
|
|
33
|
+
import { useUI as yo } from "./hooks/ui.js";
|
|
34
|
+
import { DuxModal as Mo } from "./components/modal/modal.js";
|
|
35
|
+
import { default as No } 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 Uo } from "./components/designEditor/editor.js";
|
|
39
|
+
import { useEditor as Oo } from "./components/designEditor/editor/hook.js";
|
|
40
|
+
import { DuxWidgetEditorPreview as Vo } 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 { FlowNodeCard as fr } from "./components/flowEditor/components/nodeCard.js";
|
|
52
|
+
import { FlowSetting as lr } from "./components/flowEditor/components/setting.js";
|
|
53
|
+
import { FlowToolbar as ir } from "./components/flowEditor/components/toolbar.js";
|
|
54
|
+
import { DuxFlowEditor as nr } from "./components/flowEditor/flowEditor.js";
|
|
55
|
+
import { defaultNodes as Er } from "./components/flowEditor/nodes/index.js";
|
|
56
|
+
import { FIELD_TYPE_OPTIONS as Pr, getFieldTypeOptions as Cr, useNodeDataFlow as Tr } from "./components/flowEditor/utils/nodeDataUtils.js";
|
|
57
|
+
import { DuxDrawerForm as Sr } from "./components/form/drawerForm.js";
|
|
58
|
+
import { DuxFormItem as br } from "./components/form/formItem.js";
|
|
59
|
+
import { DuxFormLayout as wr } from "./components/form/formLayout.js";
|
|
60
|
+
import { DuxModalForm as Lr } from "./components/form/modalForm.js";
|
|
61
|
+
import { DuxPageForm as Ir } from "./components/form/pageForm.js";
|
|
62
|
+
import { DuxPageTabForm as Rr } from "./components/form/pageTabForm.js";
|
|
63
|
+
import { DuxSettingForm as Br } from "./components/form/settingForm.js";
|
|
64
|
+
import { DuxFormEditor as kr } from "./components/formEditor/editor.js";
|
|
65
|
+
import { DuxFormRenderer as Wr } from "./components/formEditor/renderer.js";
|
|
66
|
+
import { DuxIconPicker as Gr } from "./components/icon/icon.js";
|
|
61
67
|
import "@iconify-json/tabler/icons.json";
|
|
62
68
|
import "@vueuse/core";
|
|
63
|
-
import { DuxTableFilter as
|
|
64
|
-
import { DuxFilterLayout as
|
|
65
|
-
import { DuxGrid as
|
|
66
|
-
import { DuxListLayout as
|
|
67
|
-
import { DuxTableLayout as
|
|
68
|
-
import { DuxTableTools as
|
|
69
|
-
import { DuxLevel as
|
|
70
|
-
import { DuxCardPage as
|
|
71
|
-
import { DuxListPage as
|
|
72
|
-
import { DuxMedia as
|
|
73
|
-
import { DuxPanelAlert as
|
|
74
|
-
import { DuxPanelCard as
|
|
75
|
-
import { DuxCollapsePanel as
|
|
76
|
-
import { elementConfigs as
|
|
77
|
-
import { usePosterEditor as
|
|
78
|
-
import { DuxPosterEditor as
|
|
79
|
-
import { DuxSelectCard as
|
|
80
|
-
import { DuxStatsNumber as
|
|
81
|
-
import { DuxStatsRealTime as
|
|
82
|
-
import { DuxBlockEmpty as
|
|
83
|
-
import { DuxListEmpty as
|
|
84
|
-
import { DuxTable as
|
|
85
|
-
import { DuxTablePage as
|
|
86
|
-
import { DuxTreeFilter as
|
|
87
|
-
import { DuxFileUpload as
|
|
88
|
-
import { DuxImageUpload as
|
|
89
|
-
import { default as
|
|
90
|
-
import { DuxSelectUpload as
|
|
91
|
-
import { DuxAvatar as
|
|
92
|
-
import { DuxWidgetConnect as
|
|
93
|
-
import { DuxPlaceholder as
|
|
94
|
-
import { DuxAuthLayout as
|
|
95
|
-
import { DuxLayout as
|
|
96
|
-
import { DuxLoginPage as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { DuxMenuCmd as
|
|
100
|
-
import { DuxMenuMain as
|
|
101
|
-
import { DuxMobileMenu as
|
|
102
|
-
import { DuxPage as
|
|
103
|
-
import { DuxPage403 as
|
|
104
|
-
import { DuxPage404 as
|
|
105
|
-
import { DuxPage500 as
|
|
106
|
-
import { DuxPageEmpty as
|
|
107
|
-
import { DuxPageLoading as
|
|
108
|
-
import { DuxPageStatus as
|
|
109
|
-
import { generateRainbowFromColor as
|
|
110
|
-
import { config as
|
|
111
|
-
import { initVeeValidate as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { createDuxPro as
|
|
115
|
-
import { useUIStore as
|
|
116
|
-
import { themeOverrides as
|
|
117
|
-
import { presetTheme as
|
|
118
|
-
import { default as
|
|
69
|
+
import { DuxTableFilter as Qr } from "./components/layout/filter.js";
|
|
70
|
+
import { DuxFilterLayout as zr } from "./components/layout/filterLayout.js";
|
|
71
|
+
import { DuxGrid as Yr } from "./components/layout/grid.js";
|
|
72
|
+
import { DuxListLayout as qr } from "./components/layout/list.js";
|
|
73
|
+
import { DuxTableLayout as Xr } from "./components/layout/table.js";
|
|
74
|
+
import { DuxTableTools as $r } from "./components/layout/tools.js";
|
|
75
|
+
import { DuxLevel as re } from "./components/level/level.js";
|
|
76
|
+
import { DuxCardPage as te } from "./components/list/card.js";
|
|
77
|
+
import { DuxListPage as me } from "./components/list/list.js";
|
|
78
|
+
import { DuxMedia as ae } from "./components/media/media.js";
|
|
79
|
+
import { DuxPanelAlert as fe } from "./components/panel/alert.js";
|
|
80
|
+
import { DuxPanelCard as le } from "./components/panel/setting.js";
|
|
81
|
+
import { DuxCollapsePanel as ie } from "./components/panel/collapse.js";
|
|
82
|
+
import { elementConfigs as ne, elementRegistry as ge, getElementConfig as Ee, getElementsByCategory as ce } from "./components/posterEditor/elements/index.js";
|
|
83
|
+
import { usePosterEditor as Ce } from "./components/posterEditor/hooks/usePosterEditor.js";
|
|
84
|
+
import { DuxPosterEditor as Fe } from "./components/posterEditor/posterEditor.js";
|
|
85
|
+
import { DuxSelectCard as he } from "./components/select/cardSelect.js";
|
|
86
|
+
import { DuxStatsNumber as ye } from "./components/stats/number.js";
|
|
87
|
+
import { DuxStatsRealTime as Me } from "./components/stats/realTime.js";
|
|
88
|
+
import { DuxBlockEmpty as Ne } from "./components/status/blockEmpty.js";
|
|
89
|
+
import { DuxListEmpty as Ae } from "./components/status/listEmpty.js";
|
|
90
|
+
import { DuxTable as ve } from "./components/table/table.js";
|
|
91
|
+
import { DuxTablePage as Ue } from "./components/table/tablePage.js";
|
|
92
|
+
import { DuxTreeFilter as Oe } from "./components/tree/treeFilter.js";
|
|
93
|
+
import { DuxFileUpload as Ve } from "./components/upload/file.js";
|
|
94
|
+
import { DuxImageUpload as He } from "./components/upload/image.js";
|
|
95
|
+
import { default as _e } from "./components/upload/manager.js";
|
|
96
|
+
import { DuxSelectUpload as Ke } from "./components/upload/selectFile.js";
|
|
97
|
+
import { DuxAvatar as je } from "./components/widget/avatar.js";
|
|
98
|
+
import { DuxWidgetConnect as Je } from "./components/widget/connect.js";
|
|
99
|
+
import { DuxPlaceholder as Ze } from "./components/widget/placeholder.js";
|
|
100
|
+
import { DuxAuthLayout as ot } from "./pages/authLayout.js";
|
|
101
|
+
import { DuxLayout as et } from "./pages/layout.js";
|
|
102
|
+
import { DuxLoginPage as xt } from "./pages/login.js";
|
|
103
|
+
import { default as ut } from "./pages/menu/avatar.js";
|
|
104
|
+
import { default as pt } from "./pages/menu/button.js";
|
|
105
|
+
import { DuxMenuCmd as Dt } from "./pages/menu/cmd.js";
|
|
106
|
+
import { DuxMenuMain as st } from "./pages/menu/main.js";
|
|
107
|
+
import { DuxMobileMenu as dt } from "./pages/menu/mobile.js";
|
|
108
|
+
import { DuxPage as gt } from "./pages/page.js";
|
|
109
|
+
import { DuxPage403 as ct } from "./pages/page403.js";
|
|
110
|
+
import { DuxPage404 as Ct } from "./pages/page404.js";
|
|
111
|
+
import { DuxPage500 as Ft } from "./pages/page500.js";
|
|
112
|
+
import { DuxPageEmpty as ht } from "./pages/pageEmpty.js";
|
|
113
|
+
import { DuxPageLoading as yt } from "./pages/pageLoading.js";
|
|
114
|
+
import { DuxPageStatus as Mt } from "./pages/pageStatus.js";
|
|
115
|
+
import { generateRainbowFromColor as Nt, getTheme as It } from "./config/echart.js";
|
|
116
|
+
import { config as Rt } from "./config/uno.js";
|
|
117
|
+
import { initVeeValidate as Bt } from "./config/validate.js";
|
|
118
|
+
import { default as kt } from "./langs/en-US.json.js";
|
|
119
|
+
import { default as Wt } from "./langs/zh-CN.json.js";
|
|
120
|
+
import { createDuxPro as Gt } from "./main.js";
|
|
121
|
+
import { useUIStore as Qt } from "./stores/ui.js";
|
|
122
|
+
import { themeOverrides as zt } from "./theme/naiveTheme.js";
|
|
123
|
+
import { presetTheme as Yt } from "./theme/presetTheme.js";
|
|
124
|
+
import { default as qt } from "vue-konva";
|
|
125
|
+
import { EndNode as Xt, EndNodeSetting as Zt, getEndNodeRegistry as $t } from "./components/flowEditor/nodes/endNode.js";
|
|
126
|
+
import { ProcessNode as rx, ProcessNodeSetting as ex, getProcessNodeRegistry as tx } from "./components/flowEditor/nodes/processNode.js";
|
|
127
|
+
import { StartNode as mx, StartNodeSetting as ux, getStartNodeRegistry as ax } from "./components/flowEditor/nodes/startNode.js";
|
|
119
128
|
export {
|
|
120
|
-
|
|
129
|
+
ar as DuxAiEditor,
|
|
121
130
|
a as DuxApp,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
131
|
+
ot as DuxAuthLayout,
|
|
132
|
+
je as DuxAvatar,
|
|
133
|
+
Ne as DuxBlockEmpty,
|
|
125
134
|
f as DuxCard,
|
|
126
|
-
|
|
135
|
+
te as DuxCardPage,
|
|
127
136
|
d as DuxCarousel,
|
|
128
137
|
g as DuxChart,
|
|
129
138
|
c as DuxCodeEditor,
|
|
130
|
-
|
|
131
|
-
|
|
139
|
+
ie as DuxCollapsePanel,
|
|
140
|
+
h as DuxDashboardHello,
|
|
132
141
|
y as DuxDashboardHelloBig,
|
|
133
|
-
|
|
142
|
+
M as DuxDashboardQuick,
|
|
134
143
|
L as DuxDashboardQuickItem,
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
144
|
+
Uo as DuxDesignEditor,
|
|
145
|
+
zo as DuxDialog,
|
|
146
|
+
Yo as DuxDrawApps,
|
|
147
|
+
qo as DuxDrawAuth,
|
|
148
|
+
Xo as DuxDrawEmpty,
|
|
149
|
+
$o as DuxDrawEmptyForm,
|
|
150
|
+
rr as DuxDrawError,
|
|
151
|
+
tr as DuxDrawer,
|
|
152
|
+
Sr as DuxDrawerForm,
|
|
153
|
+
mr as DuxDrawerPage,
|
|
145
154
|
I as DuxDynamicData,
|
|
146
155
|
R as DuxDynamicSelect,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
Lr as
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
156
|
+
_e as DuxFileManage,
|
|
157
|
+
Ve as DuxFileUpload,
|
|
158
|
+
zr as DuxFilterLayout,
|
|
159
|
+
nr as DuxFlowEditor,
|
|
160
|
+
kr as DuxFormEditor,
|
|
161
|
+
br as DuxFormItem,
|
|
162
|
+
wr as DuxFormLayout,
|
|
163
|
+
Wr as DuxFormRenderer,
|
|
164
|
+
Yr as DuxGrid,
|
|
165
|
+
Gr as DuxIconPicker,
|
|
166
|
+
C as DuxImageCrop,
|
|
167
|
+
F as DuxImageCropModal,
|
|
168
|
+
He as DuxImageUpload,
|
|
169
|
+
et as DuxLayout,
|
|
170
|
+
re as DuxLevel,
|
|
171
|
+
Ae as DuxListEmpty,
|
|
172
|
+
qr as DuxListLayout,
|
|
173
|
+
me as DuxListPage,
|
|
174
|
+
xt as DuxLoginPage,
|
|
175
|
+
ae as DuxMedia,
|
|
176
|
+
ut as DuxMenuAvatar,
|
|
177
|
+
pt as DuxMenuButton,
|
|
178
|
+
Dt as DuxMenuCmd,
|
|
179
|
+
st as DuxMenuMain,
|
|
180
|
+
dt as DuxMobileMenu,
|
|
181
|
+
Mo as DuxModal,
|
|
182
|
+
Lr as DuxModalForm,
|
|
183
|
+
No as DuxModalPage,
|
|
184
|
+
Ao as DuxModalTab,
|
|
185
|
+
gt as DuxPage,
|
|
186
|
+
ct as DuxPage403,
|
|
187
|
+
Ct as DuxPage404,
|
|
188
|
+
Ft as DuxPage500,
|
|
189
|
+
ht as DuxPageEmpty,
|
|
190
|
+
Ir as DuxPageForm,
|
|
191
|
+
yt as DuxPageLoading,
|
|
192
|
+
Mt as DuxPageStatus,
|
|
193
|
+
Rr as DuxPageTabForm,
|
|
194
|
+
fe as DuxPanelAlert,
|
|
195
|
+
le as DuxPanelCard,
|
|
196
|
+
Ze as DuxPlaceholder,
|
|
197
|
+
Fe as DuxPosterEditor,
|
|
198
|
+
he as DuxSelectCard,
|
|
199
|
+
Ke as DuxSelectUpload,
|
|
200
|
+
Br as DuxSettingForm,
|
|
201
|
+
ye as DuxStatsNumber,
|
|
202
|
+
Me as DuxStatsRealTime,
|
|
193
203
|
l as DuxStatsStore,
|
|
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
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
204
|
+
s as DuxStatsStoreItem,
|
|
205
|
+
ve as DuxTable,
|
|
206
|
+
Qr as DuxTableFilter,
|
|
207
|
+
Xr as DuxTableLayout,
|
|
208
|
+
Ue as DuxTablePage,
|
|
209
|
+
$r as DuxTableTools,
|
|
210
|
+
Oe as DuxTreeFilter,
|
|
211
|
+
Je as DuxWidgetConnect,
|
|
212
|
+
Vo as DuxWidgetEditorPreview,
|
|
213
|
+
Xt as EndNode,
|
|
214
|
+
Zt as EndNodeSetting,
|
|
215
|
+
Pr as FIELD_TYPE_OPTIONS,
|
|
216
|
+
fr as FlowNodeCard,
|
|
217
|
+
lr as FlowSetting,
|
|
218
|
+
ir as FlowToolbar,
|
|
219
|
+
rx as ProcessNode,
|
|
220
|
+
ex as ProcessNodeSetting,
|
|
221
|
+
mx as StartNode,
|
|
222
|
+
ux as StartNodeSetting,
|
|
223
|
+
qt as VueKonva,
|
|
224
|
+
Ho as WidgetEditorSetting,
|
|
225
|
+
Qo as WidgetEditorSettingCard,
|
|
226
|
+
Rt as config,
|
|
227
|
+
Gt as createDuxPro,
|
|
228
|
+
Er as defaultNodes,
|
|
229
|
+
vo as duxFormEditorGrid,
|
|
230
|
+
ne as elementConfigs,
|
|
231
|
+
ge as elementRegistry,
|
|
232
|
+
kt as enUS,
|
|
233
|
+
Nt as generateRainbowFromColor,
|
|
234
|
+
Ee as getElementConfig,
|
|
235
|
+
ce as getElementsByCategory,
|
|
236
|
+
$t as getEndNodeRegistry,
|
|
237
|
+
Cr as getFieldTypeOptions,
|
|
238
|
+
tx as getProcessNodeRegistry,
|
|
239
|
+
ax as getStartNodeRegistry,
|
|
240
|
+
It as getTheme,
|
|
241
|
+
Bt as initVeeValidate,
|
|
242
|
+
Yt as presetTheme,
|
|
243
|
+
zt as themeOverrides,
|
|
244
|
+
B as useAction,
|
|
245
|
+
U as useActionButton,
|
|
246
|
+
k as useActionDropdown,
|
|
247
|
+
W as useDialog,
|
|
248
|
+
G as useDownload,
|
|
249
|
+
Q as useDrawer,
|
|
250
|
+
z as useEchartBar,
|
|
251
|
+
K as useEchartCommon,
|
|
252
|
+
Y as useEchartFunnel,
|
|
253
|
+
j as useEchartLine,
|
|
254
|
+
q as useEchartMap,
|
|
255
|
+
J as useEchartPie,
|
|
256
|
+
X as useEchartRadar,
|
|
257
|
+
Z as useEchartRing,
|
|
233
258
|
$ as useEchartRose,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
259
|
+
oo as useEchartTreeMap,
|
|
260
|
+
ro as useEchartType,
|
|
261
|
+
Oo as useEditor,
|
|
262
|
+
to as useImagePreview,
|
|
263
|
+
mo as useLevel,
|
|
264
|
+
ao as useModal,
|
|
265
|
+
Tr as useNodeDataFlow,
|
|
266
|
+
Ce as usePosterEditor,
|
|
267
|
+
fo as useTable,
|
|
268
|
+
io as useTableColumn,
|
|
269
|
+
lo as useTableColumnColor,
|
|
270
|
+
go as useTableColumnImage,
|
|
271
|
+
co as useTableColumnMap,
|
|
272
|
+
Co as useTableColumnMedia,
|
|
273
|
+
Fo as useTableColumnStatus,
|
|
274
|
+
ho as useTableColumnSwitch,
|
|
275
|
+
yo as useUI,
|
|
276
|
+
Qt as useUIStore,
|
|
277
|
+
Wt as zhCN
|
|
252
278
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const e = { search: "Search", empty: "No data", menu: "Menu", theme: "Theme", dark: "Dark", light: "Light", back: "Back", loading: "Loading...", success: "Success", error: "Error", unknownError: "Unknown error", preview: "Preview" }, a = { tab: { lock: "Lock", closeOther: "Close Other", closeLeft: "Close Left", closeRight: "Close Right" }, dialog: { confirm: { title: "Confirm", content: "Are you sure you want to confirm?" }, cancel: { title: "Cancel", content: "Are you sure you want to cancel?" }, success: { title: "Success", content: "Your operation has been successful" }, error: { title: "Error", content: "Your operation has been failed" }, prompt: { title: "Prompt" } }, button: { confirm: "Confirm", cancel: "Cancel", submit: "Submit", reset: "Reset", delete: "Delete", search: "Search", advanced: "Advanced", export: "Export", import: "Import", autoRefresh: "Auto Refresh", filter: "Filter", refresh: "Refresh", select: "Select", create: "Create", download: "Download", rename: "Rename", preview: "Preview" }, form: { edit: "Edit", create: "Create" }, list: { selectAll: "Select All", columnSetting: "Column Setting", selectedItems: "Selected Items: {num}", total: "Total: {total}" }, editor: { placeholder: "Please enter content" }, upload: { fileManager: "File Manager", uploadFile: "Upload File", cancel: "Cancel", delete: "Delete", error: "Upload failed", empty: "No files", desc: "Click or drag files to this area", dropHere: "Drop files here", allFormats: "Support any format files", supportFormats: "Support {formats} format files", maxSize: "Max file size: {size}MB", success: "Upload success", failed: "Upload failed", fileExtension: "{ext} file", status: { pending: "Pending", uploading: "Uploading", success: "Success", cancelled: "Cancelled", error: "Error" }, file: { name: "File Name", size: "Size", type: "Type", status: "Status" }, actions: "Actions", selectUpload: { clickOrDrag: "Click to select files or drag here", selectedFiles: "Selected {count} files", multipleSupport: "Support multiple file selection", defaultDesc: "Support uploading specified file types", acceptDesc: "Only support uploading {accept} format files", maxFiles: "Max {max} files" } }, uploadManage: { title: "File Manager", all: "All", image: "Images", media: "Media", docs: "Documents", upload: "Upload", empty: "No files", emptyDesc: "No more files, please upload files", back: "Back to parent", parentLevel: "Parent Level", namePlaceholder: "Please enter name", createError: "Create failed", editError: "Edit failed", delError: "Delete failed", delTitle: "Confirm Delete", delDesc: "Are you sure you want to delete the selected files? This action cannot be undone." }, crop: { title: "Crop", select: "Select", confirm: "Confirm" }, stats: { realTimeData: "Real-time Data" }, data: { selectTitle: "Please select data" }, menu: { language: "Language", chinese: "中文", english: "English", color: "Color", primaryColor: "Primary Color", neutralColor: "Neutral Color", theme: "Theme", followSystem: "Follow System", lightMode: "Light", darkMode: "Dark", logout: "Logout" }, iconPicker: { title: "Icon Picker" }, designEditor: { layout: "Layout", all: "All", grid: { label: "Grid", title: "Grid Settings", columns: "Columns", spacing: "Spacing", columnsPlaceholder: "Enter columns", spacingPlaceholder: "Enter spacing" } }, formEditor: { config: "Component Config", options: "Option Config", data: "Data", common: { componentConfig: "Component Config", optionConfig: "Option Config", optionData: "Option Data", dataConfig: "Data Config", dataEdit: "Data Edit", label: "Label", placeholder: "Placeholder", disabled: "Disabled", clearable: "Clearable", multiple: "Multiple", defaultValue: "Default Value", readonly: "Readonly", showCount: "Show Count", prefix: "Prefix", suffix: "Suffix", status: "Status", minLength: "Min Length", maxLength: "Max Length", minValue: "Min Value", maxValue: "Max Value", minCount: "Min Count", maxCount: "Max Count", optionLabel: "Option Label", optionValue: "Option Value", labelField: "Label Field", valueField: "Value Field", dataInterface: "Data Interface", cascade: "Cascade", showPath: "Show Path", uploadUrl: "Upload URL", showAlpha: "Show Alpha", timeFormat: "Time Format", hour12: "12 Hours", dateType: "Date Type", inputType: "Input Type", formDirection: "Form Direction", leftAlign: "Left Align", topAlign: "Top Align", settingAlign: "Setting Layout", pageAlign: "Page Layout", name: "Name", desc: "Description" }, setting: { title: "Form Settings" }, validation: "Validation Rules", componentConfig: "Component Config", input: { label: "Text", types: { text: "Text", textarea: "Textarea", password: "Password" } }, inputNumber: { label: "Number" }, select: { label: "Select", configDesc: "Config options" }, radio: { label: "Radio", configDesc: "Config options" }, checkbox: { label: "Checkbox", configDesc: "Config options" }, switch: { label: "Switch" }, date: { label: "Date", placeholder: "Select date", dateType: "Date Type", date: "Date", daterange: "Date Range", datetime: "DateTime", datetimerange: "DateTime Range", month: "Month", monthrange: "Month Range", year: "Year", yearrange: "Year Range", quarter: "Quarter", quarterrange: "Quarter Range", week: "Week" }, time: { label: "Time", placeholder: "Select time", timeFormat: "Format", use12Hours: "12 Hours" }, color: { label: "Color", showAlpha: "Show Alpha" }, cascader: { label: "Cascader", desc: "Cascader options data in JSON array format", configDesc: "Config options", optionDesc: "JSON array format", optionsDescription: "Config cascader options", cascade: "Cascade", showPath: "Show Path" }, cascaderAsync: { label: "Cascader", dataApi: "Data API", apiPlaceholder: "Enter API URL", cascade: "Cascade", showPath: "Show Path" }, dynamicInput: { label: "Dynamic" }, editor: { label: "Editor", placeholder: "Enter content", uploadUrlDesc: "Editor image upload URL" }, aiEditor: { label: "Editor", uploadUrl: "Upload URL", uploadUrlFeedback: "Image upload URL" }, sider: { name: "Slider", step: "Step", min: "Min", max: "Max" }, dynamicTags: { name: "Tags", max: "Max Count" }, mentionAsync: { name: "Mention", clearable: "Clearable", path: "Data API", labelField: "Label Field", valueField: "Value Field" }, region: { name: "Region", Path: "Data API", labelField: "Label Field", valueField: "Value Field" }, selectAsync: { name: "Select", pagination: "Pagination", path: "Data API", labelField: "Label Field", valueField: "Value Field", imageField: "Image Field", descField: "Desc Field" }, transferAsync: { name: "Transfer" }, treeSelect: { name: "Tree" }, treeSelectAsync: { name: "Tree Select", path: "Data API", labelField: "Label Field", keyField: "Key Field" }, tree: { disabled: "Disabled" }, groups: { form: "Form", select: "Selector", async: "Async" }, imageUpload: { label: "Image Upload", maxSize: "Max File Size (MB)", maxSizePlaceholder: "Enter max file size", maxNumPlaceholder: "Enter max file count", manager: "File Manager" }, fileUpload: { label: "File Upload", accept: "Accept File Types", acceptPlaceholder: "Enter accepted file types, e.g.: image/*,video/*", maxSize: "Max File Size (MB)", maxSizePlaceholder: "Enter max file size", maxNumPlaceholder: "Enter max file count", manager: "File Manager" }, main: { label: "Main Content", categories: { form: "Form", select: "Selector", async: "Async" }, actions: { jsonOutput: "Json Output", save: "Save" } } } }, t = { table: { exportSuccess: "Export data successfully", exportProgress: "Exporting data, please wait...", exportFailed: "Export data failed", exportSuccessContent: "Successfully exported {count} records", exportProgressContent: "Page {page} data", exportFailedContent: "Export data failed: {error}", importSuccess: "Import data successfully", importProgress: "Importing data, please wait...", importFailed: "Import data failed", importSuccessContent: "Successfully imported {count} records", importProgressContent: "{processed} / {total} records", importFailedContent: "Import data failed: {error}", saveSuccess: "Save successfully", copySuccess: "Copy successfully", copyFailed: "Copy failed" }, download: { failed: "Download failed" } }, l = { 400: { title: "400", desc: "Request error" }, 401: { title: "401", desc: "You do not have permission to access this page" }, 403: { title: "403", desc: "You do not have permission to access this page" }, 404: { title: "404", desc: "Page not found" }, 500: { title: "500", desc: "Server error" }, empty: { title: "No data", desc: "No more data, please try again later" }, loading: { title: "Loading", desc: "Data is loading, please try again later" }, login: { success: "Login success", error: "Login failed, please check your username and password", placeholder: { username: "Please enter username", password: "Please enter password" }, buttons: { login: "Login" } } }, o = { "zh-CN": "Chinese", "en-US": "English", "ja-JP": "Japanese", "ko-KR": "Korean", "ru-RU": "Russian" }, i = {
|
|
1
|
+
const e = { search: "Search", empty: "No data", menu: "Menu", theme: "Theme", dark: "Dark", light: "Light", back: "Back", loading: "Loading...", success: "Success", error: "Error", unknownError: "Unknown error", preview: "Preview" }, a = { tab: { lock: "Lock", closeOther: "Close Other", closeLeft: "Close Left", closeRight: "Close Right" }, dialog: { confirm: { title: "Confirm", content: "Are you sure you want to confirm?" }, cancel: { title: "Cancel", content: "Are you sure you want to cancel?" }, success: { title: "Success", content: "Your operation has been successful" }, error: { title: "Error", content: "Your operation has been failed" }, prompt: { title: "Prompt" } }, button: { confirm: "Confirm", cancel: "Cancel", submit: "Submit", reset: "Reset", delete: "Delete", search: "Search", advanced: "Advanced", export: "Export", import: "Import", autoRefresh: "Auto Refresh", filter: "Filter", refresh: "Refresh", select: "Select", create: "Create", download: "Download", rename: "Rename", preview: "Preview" }, form: { edit: "Edit", create: "Create" }, list: { selectAll: "Select All", columnSetting: "Column Setting", selectedItems: "Selected Items: {num}", total: "Total: {total}" }, editor: { placeholder: "Please enter content" }, upload: { fileManager: "File Manager", uploadFile: "Upload File", cancel: "Cancel", delete: "Delete", error: "Upload failed", empty: "No files", desc: "Click or drag files to this area", dropHere: "Drop files here", allFormats: "Support any format files", supportFormats: "Support {formats} format files", maxSize: "Max file size: {size}MB", success: "Upload success", failed: "Upload failed", fileExtension: "{ext} file", status: { pending: "Pending", uploading: "Uploading", success: "Success", cancelled: "Cancelled", error: "Error" }, file: { name: "File Name", size: "Size", type: "Type", status: "Status" }, actions: "Actions", selectUpload: { clickOrDrag: "Click to select files or drag here", selectedFiles: "Selected {count} files", multipleSupport: "Support multiple file selection", defaultDesc: "Support uploading specified file types", acceptDesc: "Only support uploading {accept} format files", maxFiles: "Max {max} files" } }, uploadManage: { title: "File Manager", all: "All", image: "Images", media: "Media", docs: "Documents", upload: "Upload", empty: "No files", emptyDesc: "No more files, please upload files", back: "Back to parent", parentLevel: "Parent Level", namePlaceholder: "Please enter name", createError: "Create failed", editError: "Edit failed", delError: "Delete failed", delTitle: "Confirm Delete", delDesc: "Are you sure you want to delete the selected files? This action cannot be undone." }, crop: { title: "Crop", select: "Select", confirm: "Confirm" }, stats: { realTimeData: "Real-time Data" }, data: { selectTitle: "Please select data" }, menu: { language: "Language", chinese: "中文", english: "English", color: "Color", primaryColor: "Primary Color", neutralColor: "Neutral Color", theme: "Theme", followSystem: "Follow System", lightMode: "Light", darkMode: "Dark", logout: "Logout" }, iconPicker: { title: "Icon Picker" }, designEditor: { layout: "Layout", all: "All", grid: { label: "Grid", title: "Grid Settings", columns: "Columns", spacing: "Spacing", columnsPlaceholder: "Enter columns", spacingPlaceholder: "Enter spacing" } }, flowEditor: { properties: "Properties", nodeInfo: "Node Info", nodeConfig: "Node Config", label: "Label", description: "Description", descriptionPlaceholder: "Please enter node description", selectNodeOrEdge: "Select a node or edge to configure", edgeSettings: "Edge Settings", edgeDescription: "Configure connection properties between nodes", editJSON: "Edit JSON", saveFlow: "Save Flow", clearFlow: "Clear Flow", flowCleared: "Flow cleared", flowSaved: "Flow data saved", editFlowJSON: "Edit Flow JSON", deleteEdge: "Delete Edge", edgeDeleted: "Edge deleted", from: "From", to: "To", connectionType: "Connection Type", pass: "Pass", reject: "Reject", categories: { start: "Start", process: "Process", condition: "Condition", end: "End" }, nodes: { start: { label: "Start", description: "Starting node of the process" }, end: { label: "End", description: "Ending node of the process" } }, fieldTypes: { text: "Text", number: "Number", boolean: "Boolean", date: "Date", array: "Array", object: "Object" }, toolbar: { releaseToAdd: "Release to add node" }, setting: { operations: "Operations", node: "Node", connection: "Connection" }, nodeCard: { delete: "Delete", copy: "Copy" }, jsonEditor: { copiedToClipboard: "Copied to clipboard", dataApplied: "Data applied to flow", jsonFormatError: "JSON format error" }, processNode: { label: "Process", description: "Generic process node" }, startNode: { label: "Start", description: "Starting node of the process", configTitle: "Start Node Configuration" } }, formEditor: { config: "Component Config", options: "Option Config", data: "Data", common: { componentConfig: "Component Config", optionConfig: "Option Config", optionData: "Option Data", dataConfig: "Data Config", dataEdit: "Data Edit", label: "Label", placeholder: "Placeholder", disabled: "Disabled", clearable: "Clearable", multiple: "Multiple", defaultValue: "Default Value", readonly: "Readonly", showCount: "Show Count", prefix: "Prefix", suffix: "Suffix", status: "Status", minLength: "Min Length", maxLength: "Max Length", minValue: "Min Value", maxValue: "Max Value", minCount: "Min Count", maxCount: "Max Count", optionLabel: "Option Label", optionValue: "Option Value", labelField: "Label Field", valueField: "Value Field", dataInterface: "Data Interface", cascade: "Cascade", showPath: "Show Path", uploadUrl: "Upload URL", showAlpha: "Show Alpha", timeFormat: "Time Format", hour12: "12 Hours", dateType: "Date Type", inputType: "Input Type", formDirection: "Form Direction", leftAlign: "Left Align", topAlign: "Top Align", settingAlign: "Setting Layout", pageAlign: "Page Layout", name: "Name", desc: "Description" }, setting: { title: "Form Settings" }, validation: "Validation Rules", componentConfig: "Component Config", input: { label: "Text", types: { text: "Text", textarea: "Textarea", password: "Password" } }, inputNumber: { label: "Number" }, select: { label: "Select", configDesc: "Config options" }, radio: { label: "Radio", configDesc: "Config options" }, checkbox: { label: "Checkbox", configDesc: "Config options" }, switch: { label: "Switch" }, date: { label: "Date", placeholder: "Select date", dateType: "Date Type", date: "Date", daterange: "Date Range", datetime: "DateTime", datetimerange: "DateTime Range", month: "Month", monthrange: "Month Range", year: "Year", yearrange: "Year Range", quarter: "Quarter", quarterrange: "Quarter Range", week: "Week" }, time: { label: "Time", placeholder: "Select time", timeFormat: "Format", use12Hours: "12 Hours" }, color: { label: "Color", showAlpha: "Show Alpha" }, cascader: { label: "Cascader", desc: "Cascader options data in JSON array format", configDesc: "Config options", optionDesc: "JSON array format", optionsDescription: "Config cascader options", cascade: "Cascade", showPath: "Show Path" }, cascaderAsync: { label: "Cascader", dataApi: "Data API", apiPlaceholder: "Enter API URL", cascade: "Cascade", showPath: "Show Path" }, dynamicInput: { label: "Dynamic" }, editor: { label: "Editor", placeholder: "Enter content", uploadUrlDesc: "Editor image upload URL" }, aiEditor: { label: "Editor", uploadUrl: "Upload URL", uploadUrlFeedback: "Image upload URL" }, sider: { name: "Slider", step: "Step", min: "Min", max: "Max" }, dynamicTags: { name: "Tags", max: "Max Count" }, mentionAsync: { name: "Mention", clearable: "Clearable", path: "Data API", labelField: "Label Field", valueField: "Value Field" }, region: { name: "Region", Path: "Data API", labelField: "Label Field", valueField: "Value Field" }, selectAsync: { name: "Select", pagination: "Pagination", path: "Data API", labelField: "Label Field", valueField: "Value Field", imageField: "Image Field", descField: "Desc Field" }, transferAsync: { name: "Transfer" }, treeSelect: { name: "Tree" }, treeSelectAsync: { name: "Tree Select", path: "Data API", labelField: "Label Field", keyField: "Key Field" }, tree: { disabled: "Disabled" }, groups: { form: "Form", select: "Selector", async: "Async" }, imageUpload: { label: "Image Upload", maxSize: "Max File Size (MB)", maxSizePlaceholder: "Enter max file size", maxNumPlaceholder: "Enter max file count", manager: "File Manager" }, fileUpload: { label: "File Upload", accept: "Accept File Types", acceptPlaceholder: "Enter accepted file types, e.g.: image/*,video/*", maxSize: "Max File Size (MB)", maxSizePlaceholder: "Enter max file size", maxNumPlaceholder: "Enter max file count", manager: "File Manager" }, main: { label: "Main Content", categories: { form: "Form", select: "Selector", async: "Async" }, actions: { jsonOutput: "Json Output", save: "Save" } } } }, t = { table: { exportSuccess: "Export data successfully", exportProgress: "Exporting data, please wait...", exportFailed: "Export data failed", exportSuccessContent: "Successfully exported {count} records", exportProgressContent: "Page {page} data", exportFailedContent: "Export data failed: {error}", importSuccess: "Import data successfully", importProgress: "Importing data, please wait...", importFailed: "Import data failed", importSuccessContent: "Successfully imported {count} records", importProgressContent: "{processed} / {total} records", importFailedContent: "Import data failed: {error}", saveSuccess: "Save successfully", copySuccess: "Copy successfully", copyFailed: "Copy failed" }, download: { failed: "Download failed" } }, o = { 400: { title: "400", desc: "Request error" }, 401: { title: "401", desc: "You do not have permission to access this page" }, 403: { title: "403", desc: "You do not have permission to access this page" }, 404: { title: "404", desc: "Page not found" }, 500: { title: "500", desc: "Server error" }, empty: { title: "No data", desc: "No more data, please try again later" }, loading: { title: "Loading", desc: "Data is loading, please try again later" }, login: { success: "Login success", error: "Login failed, please check your username and password", placeholder: { username: "Please enter username", password: "Please enter password" }, buttons: { login: "Login" } } }, l = { "zh-CN": "Chinese", "en-US": "English", "ja-JP": "Japanese", "ko-KR": "Korean", "ru-RU": "Russian" }, i = {
|
|
2
2
|
common: e,
|
|
3
3
|
components: a,
|
|
4
4
|
hooks: t,
|
|
5
|
-
pages:
|
|
6
|
-
locale:
|
|
5
|
+
pages: o,
|
|
6
|
+
locale: l
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
e as common,
|
|
10
10
|
a as components,
|
|
11
11
|
i as default,
|
|
12
12
|
t as hooks,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
l as locale,
|
|
14
|
+
o as pages
|
|
15
15
|
};
|