@duxweb/dvha-pro 1.0.45 → 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.
Files changed (178) hide show
  1. package/dist/cjs/component.cjs +1 -1
  2. package/dist/cjs/components/chart/echart.cjs +1 -1
  3. package/dist/cjs/components/crop/imageCrop.cjs +1 -1
  4. package/dist/cjs/components/data/dynamicSelect.cjs +1 -1
  5. package/dist/cjs/components/data/selectModal.cjs +1 -1
  6. package/dist/cjs/components/designEditor/components/grid.cjs +1 -1
  7. package/dist/cjs/components/designEditor/editor/setting.cjs +1 -1
  8. package/dist/cjs/components/flowEditor/components/jsonEditor.cjs +1 -0
  9. package/dist/cjs/components/flowEditor/components/nodeCard.cjs +1 -0
  10. package/dist/cjs/components/flowEditor/components/setting.cjs +1 -0
  11. package/dist/cjs/components/flowEditor/components/toolbar.cjs +1 -0
  12. package/dist/cjs/components/flowEditor/flowEditor.cjs +1 -0
  13. package/dist/cjs/components/flowEditor/nodes/endNode.cjs +1 -0
  14. package/dist/cjs/components/flowEditor/nodes/index.cjs +1 -0
  15. package/dist/cjs/components/flowEditor/nodes/processNode.cjs +1 -0
  16. package/dist/cjs/components/flowEditor/nodes/startNode.cjs +1 -0
  17. package/dist/cjs/components/flowEditor/utils/nodeDataUtils.cjs +1 -0
  18. package/dist/cjs/components/form/drawerForm.cjs +1 -1
  19. package/dist/cjs/components/form/modalForm.cjs +1 -1
  20. package/dist/cjs/components/form/pageForm.cjs +1 -1
  21. package/dist/cjs/components/form/pageTabForm.cjs +1 -1
  22. package/dist/cjs/components/form/settingForm.cjs +1 -1
  23. package/dist/cjs/components/formEditor/base/base.cjs +1 -1
  24. package/dist/cjs/components/formEditor/base/setting.cjs +1 -1
  25. package/dist/cjs/components/formEditor/components/cascader.cjs +1 -1
  26. package/dist/cjs/components/formEditor/components/cascaderAsync.cjs +1 -1
  27. package/dist/cjs/components/formEditor/components/checkbox.cjs +1 -1
  28. package/dist/cjs/components/formEditor/components/color.cjs +1 -1
  29. package/dist/cjs/components/formEditor/components/date.cjs +1 -1
  30. package/dist/cjs/components/formEditor/components/dynamicInput.cjs +1 -1
  31. package/dist/cjs/components/formEditor/components/dynamicTags.cjs +1 -1
  32. package/dist/cjs/components/formEditor/components/editor.cjs +1 -1
  33. package/dist/cjs/components/formEditor/components/fileUpload.cjs +1 -1
  34. package/dist/cjs/components/formEditor/components/imageUpload.cjs +1 -1
  35. package/dist/cjs/components/formEditor/components/input.cjs +1 -1
  36. package/dist/cjs/components/formEditor/components/inputNumber.cjs +1 -1
  37. package/dist/cjs/components/formEditor/components/mentionAsync.cjs +1 -1
  38. package/dist/cjs/components/formEditor/components/radio.cjs +1 -1
  39. package/dist/cjs/components/formEditor/components/region.cjs +1 -1
  40. package/dist/cjs/components/formEditor/components/select.cjs +1 -1
  41. package/dist/cjs/components/formEditor/components/selectAsync.cjs +1 -1
  42. package/dist/cjs/components/formEditor/components/sider.cjs +1 -1
  43. package/dist/cjs/components/formEditor/components/switch.cjs +1 -1
  44. package/dist/cjs/components/formEditor/components/time.cjs +1 -1
  45. package/dist/cjs/components/formEditor/components/transferAsync.cjs +1 -1
  46. package/dist/cjs/components/formEditor/components/treeSelect.cjs +1 -1
  47. package/dist/cjs/components/formEditor/components/treeSelectAsync.cjs +1 -1
  48. package/dist/cjs/components/formEditor/editor.cjs +1 -1
  49. package/dist/cjs/components/formEditor/renderer.cjs +1 -1
  50. package/dist/cjs/components/icon/icon.cjs +1 -1
  51. package/dist/cjs/components/layout/list.cjs +1 -1
  52. package/dist/cjs/components/layout/table.cjs +1 -1
  53. package/dist/cjs/components/level/level.cjs +1 -1
  54. package/dist/cjs/components/posterEditor/pages/RightPanel.cjs +1 -1
  55. package/dist/cjs/components/posterEditor/posterEditor.cjs +1 -1
  56. package/dist/cjs/components/table/table.cjs +1 -1
  57. package/dist/cjs/components/upload/file.cjs +1 -1
  58. package/dist/cjs/components/upload/image.cjs +1 -1
  59. package/dist/cjs/components/upload/manage/item.cjs +1 -1
  60. package/dist/cjs/components/upload/manager.cjs +1 -1
  61. package/dist/cjs/dvha-pro.css +1 -1
  62. package/dist/cjs/hooks/dialog.cjs +1 -1
  63. package/dist/cjs/hooks/drawer.cjs +1 -1
  64. package/dist/cjs/hooks/modal.cjs +1 -1
  65. package/dist/cjs/hooks/table/image.cjs +1 -1
  66. package/dist/cjs/hooks/table/media.cjs +1 -1
  67. package/dist/cjs/index.cjs +1 -1
  68. package/dist/cjs/langs/en-US.json.cjs +1 -1
  69. package/dist/cjs/langs/zh-CN.json.cjs +1 -1
  70. package/dist/cjs/main.cjs +1 -1
  71. package/dist/cjs/pages/authLayout.cjs +1 -1
  72. package/dist/cjs/pages/layout/page.cjs +1 -1
  73. package/dist/cjs/pages/login.cjs +1 -1
  74. package/dist/cjs/pages/menu/avatar.cjs +1 -1
  75. package/dist/cjs/pages/menu/button.cjs +1 -1
  76. package/dist/cjs/pages/menu/cmd.cjs +1 -1
  77. package/dist/cjs/pages/menu/main.cjs +1 -1
  78. package/dist/cjs/pages/menu/mobile.cjs +1 -1
  79. package/dist/cjs/pages/page404.cjs +1 -1
  80. package/dist/cjs/pages/pageStatus.cjs +1 -1
  81. package/dist/cjs/theme/uno.css.cjs +75 -3
  82. package/dist/esm/component.js +5 -2
  83. package/dist/esm/components/chart/echart.js +5 -2
  84. package/dist/esm/components/crop/imageCrop.js +13 -10
  85. package/dist/esm/components/data/dynamicSelect.js +5 -2
  86. package/dist/esm/components/data/selectModal.js +5 -2
  87. package/dist/esm/components/designEditor/components/grid.js +5 -2
  88. package/dist/esm/components/designEditor/editor/setting.js +7 -4
  89. package/dist/esm/components/flowEditor/components/jsonEditor.js +53 -0
  90. package/dist/esm/components/flowEditor/components/nodeCard.js +160 -0
  91. package/dist/esm/components/flowEditor/components/setting.js +319 -0
  92. package/dist/esm/components/flowEditor/components/toolbar.js +120 -0
  93. package/dist/esm/components/flowEditor/flowEditor.js +287 -0
  94. package/dist/esm/components/flowEditor/nodes/endNode.js +144 -0
  95. package/dist/esm/components/flowEditor/nodes/index.js +66 -0
  96. package/dist/esm/components/flowEditor/nodes/processNode.js +142 -0
  97. package/dist/esm/components/flowEditor/nodes/startNode.js +144 -0
  98. package/dist/esm/components/flowEditor/utils/nodeDataUtils.js +82 -0
  99. package/dist/esm/components/form/drawerForm.js +5 -2
  100. package/dist/esm/components/form/modalForm.js +12 -9
  101. package/dist/esm/components/form/pageForm.js +21 -18
  102. package/dist/esm/components/form/pageTabForm.js +5 -2
  103. package/dist/esm/components/form/settingForm.js +11 -8
  104. package/dist/esm/components/formEditor/base/base.js +8 -5
  105. package/dist/esm/components/formEditor/base/setting.js +5 -2
  106. package/dist/esm/components/formEditor/components/cascader.js +6 -3
  107. package/dist/esm/components/formEditor/components/cascaderAsync.js +6 -3
  108. package/dist/esm/components/formEditor/components/checkbox.js +17 -14
  109. package/dist/esm/components/formEditor/components/color.js +6 -3
  110. package/dist/esm/components/formEditor/components/date.js +6 -3
  111. package/dist/esm/components/formEditor/components/dynamicInput.js +6 -3
  112. package/dist/esm/components/formEditor/components/dynamicTags.js +13 -10
  113. package/dist/esm/components/formEditor/components/editor.js +6 -3
  114. package/dist/esm/components/formEditor/components/fileUpload.js +6 -3
  115. package/dist/esm/components/formEditor/components/imageUpload.js +6 -3
  116. package/dist/esm/components/formEditor/components/input.js +6 -3
  117. package/dist/esm/components/formEditor/components/inputNumber.js +29 -26
  118. package/dist/esm/components/formEditor/components/mentionAsync.js +17 -14
  119. package/dist/esm/components/formEditor/components/radio.js +17 -14
  120. package/dist/esm/components/formEditor/components/region.js +19 -16
  121. package/dist/esm/components/formEditor/components/select.js +6 -3
  122. package/dist/esm/components/formEditor/components/selectAsync.js +12 -9
  123. package/dist/esm/components/formEditor/components/sider.js +6 -3
  124. package/dist/esm/components/formEditor/components/switch.js +22 -19
  125. package/dist/esm/components/formEditor/components/time.js +6 -3
  126. package/dist/esm/components/formEditor/components/transferAsync.js +26 -23
  127. package/dist/esm/components/formEditor/components/treeSelect.js +6 -3
  128. package/dist/esm/components/formEditor/components/treeSelectAsync.js +26 -23
  129. package/dist/esm/components/formEditor/editor.js +5 -2
  130. package/dist/esm/components/formEditor/renderer.js +5 -2
  131. package/dist/esm/components/icon/icon.js +5 -2
  132. package/dist/esm/components/layout/list.js +5 -2
  133. package/dist/esm/components/layout/table.js +5 -2
  134. package/dist/esm/components/level/level.js +5 -2
  135. package/dist/esm/components/posterEditor/pages/RightPanel.js +5 -2
  136. package/dist/esm/components/posterEditor/posterEditor.js +5 -2
  137. package/dist/esm/components/table/table.js +9 -6
  138. package/dist/esm/components/upload/file.js +5 -2
  139. package/dist/esm/components/upload/image.js +18 -15
  140. package/dist/esm/components/upload/manage/item.js +5 -2
  141. package/dist/esm/components/upload/manager.js +5 -2
  142. package/dist/esm/dvha-pro.css +1 -1
  143. package/dist/esm/hooks/dialog.js +5 -2
  144. package/dist/esm/hooks/drawer.js +5 -2
  145. package/dist/esm/hooks/modal.js +5 -2
  146. package/dist/esm/hooks/table/image.js +5 -2
  147. package/dist/esm/hooks/table/media.js +5 -2
  148. package/dist/esm/index.js +252 -226
  149. package/dist/esm/langs/en-US.json.js +5 -5
  150. package/dist/esm/langs/zh-CN.json.js +6 -6
  151. package/dist/esm/main.js +4 -2
  152. package/dist/esm/pages/authLayout.js +5 -2
  153. package/dist/esm/pages/layout/page.js +9 -6
  154. package/dist/esm/pages/login.js +10 -7
  155. package/dist/esm/pages/menu/avatar.js +18 -15
  156. package/dist/esm/pages/menu/button.js +8 -5
  157. package/dist/esm/pages/menu/cmd.js +13 -10
  158. package/dist/esm/pages/menu/main.js +29 -26
  159. package/dist/esm/pages/menu/mobile.js +5 -2
  160. package/dist/esm/pages/page404.js +3 -0
  161. package/dist/esm/pages/pageStatus.js +5 -2
  162. package/dist/esm/theme/uno.css.js +75 -3
  163. package/dist/types/components/flowEditor/components/index.d.ts +3 -0
  164. package/dist/types/components/flowEditor/components/jsonEditor.d.ts +22 -0
  165. package/dist/types/components/flowEditor/components/nodeCard.d.ts +112 -0
  166. package/dist/types/components/flowEditor/components/setting.d.ts +16 -0
  167. package/dist/types/components/flowEditor/components/toolbar.d.ts +11 -0
  168. package/dist/types/components/flowEditor/flowEditor.d.ts +68 -0
  169. package/dist/types/components/flowEditor/index.d.ts +5 -0
  170. package/dist/types/components/flowEditor/nodes/endNode.d.ts +19 -0
  171. package/dist/types/components/flowEditor/nodes/index.d.ts +8 -0
  172. package/dist/types/components/flowEditor/nodes/processNode.d.ts +19 -0
  173. package/dist/types/components/flowEditor/nodes/startNode.d.ts +19 -0
  174. package/dist/types/components/flowEditor/types/index.d.ts +62 -0
  175. package/dist/types/components/flowEditor/utils/nodeDataUtils.d.ts +59 -0
  176. package/dist/types/components/index.d.ts +1 -0
  177. package/dist/types/main.d.ts +2 -0
  178. 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 i } from "./components/card/store.js";
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 P } from "./components/crop/imageCrop.js";
8
- import { DuxImageCropModal as b } from "./components/crop/imageCropModal.js";
9
- import { DuxDashboardHello as M } from "./components/dashboard/hello.js";
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 w, DuxDashboardQuickItem as L } from "./components/dashboard/quick.js";
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 U, useActionButton as k, useActionDropdown as W } from "./hooks/action.js";
18
- import { useDialog as G } from "./hooks/dialog.js";
19
- import { useDownload as N } from "./hooks/download.js";
20
- import { useDrawer as z } from "./hooks/drawer.js";
21
- import { useEchartBar as O, useEchartCommon as j, useEchartFunnel as q, useEchartLine as J, useEchartMap as X, useEchartPie as Y, useEchartRadar as Z, useEchartRing as _, useEchartRose as $, useEchartTreeMap as rr, useEchartType as or } from "./hooks/echart.js";
22
- import { useImagePreview as tr } from "./hooks/image.js";
23
- import { useLevel as mr } from "./hooks/level.js";
24
- import { useModal as ar } from "./hooks/modal.js";
25
- import { useTable as fr } from "./hooks/table.js";
26
- import { useTableColumnColor as lr } from "./hooks/table/color.js";
27
- import { useTableColumn as sr } from "./hooks/table/column.js";
28
- import { useTableColumnImage as nr } from "./hooks/table/image.js";
29
- import { useTableColumnMap as Er } from "./hooks/table/map.js";
30
- import { useTableColumnMedia as Cr } from "./hooks/table/media.js";
31
- import { useTableColumnStatus as hr } from "./hooks/table/status.js";
32
- import { useTableColumnSwitch as Tr } from "./hooks/table/switch.js";
33
- import { useUI as Fr } from "./hooks/ui.js";
34
- import { DuxModal as Sr } from "./components/modal/modal.js";
35
- import { default as Lr } from "./components/modal/modalPage.js";
36
- import { default as Ir } from "./components/modal/modalTab.js";
37
- import { duxFormEditorGrid as Rr } from "./components/designEditor/components/grid.js";
38
- import { DuxDesignEditor as Ur } from "./components/designEditor/editor.js";
39
- import { useEditor as Wr } from "./components/designEditor/editor/hook.js";
40
- import { DuxWidgetEditorPreview as Gr } from "./components/designEditor/editor/preview.js";
41
- import { WidgetEditorSetting as Nr, WidgetEditorSettingCard as Qr } from "./components/designEditor/editor/setting.js";
42
- import { default as Kr } from "./components/dialog/dialog.js";
43
- import { DuxDrawApps as jr } from "./components/draw/drawApps.js";
44
- import { DuxDrawAuth as Jr } from "./components/draw/drawAuth.js";
45
- import { DuxDrawEmpty as Yr } from "./components/draw/drawEmpty.js";
46
- import { DuxDrawEmptyForm as _r } from "./components/draw/drawEmptyForm.js";
47
- import { DuxDrawError as ro } from "./components/draw/drawError.js";
48
- import { default as eo } from "./components/drawer/drawer.js";
49
- import { DuxDrawerPage as xo } from "./components/drawer/drawerPage.js";
50
- import { DuxAiEditor as uo } from "./components/editor/aiEditor.js";
51
- import { DuxDrawerForm as po } from "./components/form/drawerForm.js";
52
- import { DuxFormItem as Do } from "./components/form/formItem.js";
53
- import { DuxFormLayout as io } from "./components/form/formLayout.js";
54
- import { DuxModalForm as no } from "./components/form/modalForm.js";
55
- import { DuxPageForm as Eo } from "./components/form/pageForm.js";
56
- import { DuxPageTabForm as Co } from "./components/form/pageTabForm.js";
57
- import { DuxSettingForm as ho } from "./components/form/settingForm.js";
58
- import { DuxFormEditor as To } from "./components/formEditor/editor.js";
59
- import { DuxFormRenderer as Fo } from "./components/formEditor/renderer.js";
60
- import { DuxIconPicker as So } from "./components/icon/icon.js";
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 Lo } from "./components/layout/filter.js";
64
- import { DuxFilterLayout as Io } from "./components/layout/filterLayout.js";
65
- import { DuxGrid as Ro } from "./components/layout/grid.js";
66
- import { DuxListLayout as Uo } from "./components/layout/list.js";
67
- import { DuxTableLayout as Wo } from "./components/layout/table.js";
68
- import { DuxTableTools as Go } from "./components/layout/tools.js";
69
- import { DuxLevel as No } from "./components/level/level.js";
70
- import { DuxCardPage as zo } from "./components/list/card.js";
71
- import { DuxListPage as Oo } from "./components/list/list.js";
72
- import { DuxMedia as qo } from "./components/media/media.js";
73
- import { DuxPanelAlert as Xo } from "./components/panel/alert.js";
74
- import { DuxPanelCard as Zo } from "./components/panel/setting.js";
75
- import { DuxCollapsePanel as $o } from "./components/panel/collapse.js";
76
- import { elementConfigs as oe, elementRegistry as ee, getElementConfig as te, getElementsByCategory as xe } from "./components/posterEditor/elements/index.js";
77
- import { usePosterEditor as ue } from "./components/posterEditor/hooks/usePosterEditor.js";
78
- import { DuxPosterEditor as pe } from "./components/posterEditor/posterEditor.js";
79
- import { DuxSelectCard as De } from "./components/select/cardSelect.js";
80
- import { DuxStatsNumber as ie } from "./components/stats/number.js";
81
- import { DuxStatsRealTime as de } from "./components/stats/realTime.js";
82
- import { DuxBlockEmpty as ge } from "./components/status/blockEmpty.js";
83
- import { DuxListEmpty as ce } from "./components/status/listEmpty.js";
84
- import { DuxTable as Pe } from "./components/table/table.js";
85
- import { DuxTablePage as be } from "./components/table/tablePage.js";
86
- import { DuxTreeFilter as Me } from "./components/tree/treeFilter.js";
87
- import { DuxFileUpload as ye } from "./components/upload/file.js";
88
- import { DuxImageUpload as we } from "./components/upload/image.js";
89
- import { default as Ae } from "./components/upload/manager.js";
90
- import { DuxSelectUpload as ve } from "./components/upload/selectFile.js";
91
- import { DuxAvatar as Be } from "./components/widget/avatar.js";
92
- import { DuxWidgetConnect as ke } from "./components/widget/connect.js";
93
- import { DuxPlaceholder as Ve } from "./components/widget/placeholder.js";
94
- import { DuxAuthLayout as He } from "./pages/authLayout.js";
95
- import { DuxLayout as Qe } from "./pages/layout.js";
96
- import { DuxLoginPage as Ke } from "./pages/login.js";
97
- import { default as je } from "./pages/menu/avatar.js";
98
- import { default as Je } from "./pages/menu/button.js";
99
- import { DuxMenuCmd as Ye } from "./pages/menu/cmd.js";
100
- import { DuxMenuMain as _e } from "./pages/menu/main.js";
101
- import { DuxMobileMenu as rt } from "./pages/menu/mobile.js";
102
- import { DuxPage as et } from "./pages/page.js";
103
- import { DuxPage403 as xt } from "./pages/page403.js";
104
- import { DuxPage404 as ut } from "./pages/page404.js";
105
- import { DuxPage500 as pt } from "./pages/page500.js";
106
- import { DuxPageEmpty as Dt } from "./pages/pageEmpty.js";
107
- import { DuxPageLoading as it } from "./pages/pageLoading.js";
108
- import { DuxPageStatus as dt } from "./pages/pageStatus.js";
109
- import { generateRainbowFromColor as gt, getTheme as Et } from "./config/echart.js";
110
- import { config as Ct } from "./config/uno.js";
111
- import { initVeeValidate as ht } from "./config/validate.js";
112
- import { default as Tt } from "./langs/en-US.json.js";
113
- import { default as Ft } from "./langs/zh-CN.json.js";
114
- import { createDuxPro as St } from "./main.js";
115
- import { useUIStore as Lt } from "./stores/ui.js";
116
- import { themeOverrides as It } from "./theme/naiveTheme.js";
117
- import { presetTheme as Rt } from "./theme/presetTheme.js";
118
- import { default as Ut } from "vue-konva";
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
- uo as DuxAiEditor,
129
+ ar as DuxAiEditor,
121
130
  a as DuxApp,
122
- He as DuxAuthLayout,
123
- Be as DuxAvatar,
124
- ge as DuxBlockEmpty,
131
+ ot as DuxAuthLayout,
132
+ je as DuxAvatar,
133
+ Ne as DuxBlockEmpty,
125
134
  f as DuxCard,
126
- zo as DuxCardPage,
135
+ te as DuxCardPage,
127
136
  d as DuxCarousel,
128
137
  g as DuxChart,
129
138
  c as DuxCodeEditor,
130
- $o as DuxCollapsePanel,
131
- M as DuxDashboardHello,
139
+ ie as DuxCollapsePanel,
140
+ h as DuxDashboardHello,
132
141
  y as DuxDashboardHelloBig,
133
- w as DuxDashboardQuick,
142
+ M as DuxDashboardQuick,
134
143
  L as DuxDashboardQuickItem,
135
- Ur as DuxDesignEditor,
136
- Kr as DuxDialog,
137
- jr as DuxDrawApps,
138
- Jr as DuxDrawAuth,
139
- Yr as DuxDrawEmpty,
140
- _r as DuxDrawEmptyForm,
141
- ro as DuxDrawError,
142
- eo as DuxDrawer,
143
- po as DuxDrawerForm,
144
- xo as DuxDrawerPage,
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
- Ae as DuxFileManage,
148
- ye as DuxFileUpload,
149
- Io as DuxFilterLayout,
150
- To as DuxFormEditor,
151
- Do as DuxFormItem,
152
- io as DuxFormLayout,
153
- Fo as DuxFormRenderer,
154
- Ro as DuxGrid,
155
- So as DuxIconPicker,
156
- P as DuxImageCrop,
157
- b as DuxImageCropModal,
158
- we as DuxImageUpload,
159
- Qe as DuxLayout,
160
- No as DuxLevel,
161
- ce as DuxListEmpty,
162
- Uo as DuxListLayout,
163
- Oo as DuxListPage,
164
- Ke as DuxLoginPage,
165
- qo as DuxMedia,
166
- je as DuxMenuAvatar,
167
- Je as DuxMenuButton,
168
- Ye as DuxMenuCmd,
169
- _e as DuxMenuMain,
170
- rt as DuxMobileMenu,
171
- Sr as DuxModal,
172
- no as DuxModalForm,
173
- Lr as DuxModalPage,
174
- Ir as DuxModalTab,
175
- et as DuxPage,
176
- xt as DuxPage403,
177
- ut as DuxPage404,
178
- pt as DuxPage500,
179
- Dt as DuxPageEmpty,
180
- Eo as DuxPageForm,
181
- it as DuxPageLoading,
182
- dt as DuxPageStatus,
183
- Co as DuxPageTabForm,
184
- Xo as DuxPanelAlert,
185
- Zo as DuxPanelCard,
186
- Ve as DuxPlaceholder,
187
- pe as DuxPosterEditor,
188
- De as DuxSelectCard,
189
- ve as DuxSelectUpload,
190
- ho as DuxSettingForm,
191
- ie as DuxStatsNumber,
192
- de as DuxStatsRealTime,
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
- i as DuxStatsStoreItem,
195
- Pe as DuxTable,
196
- Lo as DuxTableFilter,
197
- Wo as DuxTableLayout,
198
- be as DuxTablePage,
199
- Go as DuxTableTools,
200
- Me as DuxTreeFilter,
201
- ke as DuxWidgetConnect,
202
- Gr as DuxWidgetEditorPreview,
203
- Ut as VueKonva,
204
- Nr as WidgetEditorSetting,
205
- Qr as WidgetEditorSettingCard,
206
- Ct as config,
207
- St as createDuxPro,
208
- Rr as duxFormEditorGrid,
209
- oe as elementConfigs,
210
- ee as elementRegistry,
211
- Tt as enUS,
212
- gt as generateRainbowFromColor,
213
- te as getElementConfig,
214
- xe as getElementsByCategory,
215
- Et as getTheme,
216
- ht as initVeeValidate,
217
- Rt as presetTheme,
218
- It as themeOverrides,
219
- U as useAction,
220
- k as useActionButton,
221
- W as useActionDropdown,
222
- G as useDialog,
223
- N as useDownload,
224
- z as useDrawer,
225
- O as useEchartBar,
226
- j as useEchartCommon,
227
- q as useEchartFunnel,
228
- J as useEchartLine,
229
- X as useEchartMap,
230
- Y as useEchartPie,
231
- Z as useEchartRadar,
232
- _ as useEchartRing,
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
- rr as useEchartTreeMap,
235
- or as useEchartType,
236
- Wr as useEditor,
237
- tr as useImagePreview,
238
- mr as useLevel,
239
- ar as useModal,
240
- ue as usePosterEditor,
241
- fr as useTable,
242
- sr as useTableColumn,
243
- lr as useTableColumnColor,
244
- nr as useTableColumnImage,
245
- Er as useTableColumnMap,
246
- Cr as useTableColumnMedia,
247
- hr as useTableColumnStatus,
248
- Tr as useTableColumnSwitch,
249
- Fr as useUI,
250
- Lt as useUIStore,
251
- Ft as zhCN
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: l,
6
- locale: o
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
- o as locale,
14
- l as pages
13
+ l as locale,
14
+ o as pages
15
15
  };