@duxweb/dvha-pro 1.0.17 → 1.0.18

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 (83) 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/form/formItem.cjs +1 -1
  7. package/dist/cjs/components/form/modalForm.cjs +1 -1
  8. package/dist/cjs/components/form/pageForm.cjs +1 -1
  9. package/dist/cjs/components/form/settingForm.cjs +1 -1
  10. package/dist/cjs/components/icon/icon.cjs +1 -0
  11. package/dist/cjs/components/icon/iconPicker.cjs +1 -0
  12. package/dist/cjs/components/layout/list.cjs +1 -1
  13. package/dist/cjs/components/layout/table.cjs +1 -1
  14. package/dist/cjs/components/level/level.cjs +1 -1
  15. package/dist/cjs/components/tree/treeFilter.cjs +1 -0
  16. package/dist/cjs/components/upload/file.cjs +1 -1
  17. package/dist/cjs/components/upload/image.cjs +1 -1
  18. package/dist/cjs/components/upload/manage/item.cjs +1 -1
  19. package/dist/cjs/components/upload/manager.cjs +1 -1
  20. package/dist/cjs/hooks/dialog.cjs +1 -1
  21. package/dist/cjs/hooks/drawer.cjs +1 -1
  22. package/dist/cjs/hooks/modal.cjs +1 -1
  23. package/dist/cjs/hooks/table/image.cjs +1 -1
  24. package/dist/cjs/hooks/table/media.cjs +1 -1
  25. package/dist/cjs/index.cjs +1 -1
  26. package/dist/cjs/langs/en-US.json.cjs +1 -1
  27. package/dist/cjs/langs/zh-CN.json.cjs +1 -1
  28. package/dist/cjs/pages/authLayout.cjs +1 -1
  29. package/dist/cjs/pages/layout/page.cjs +1 -1
  30. package/dist/cjs/pages/login.cjs +1 -1
  31. package/dist/cjs/pages/menu/avatar.cjs +1 -1
  32. package/dist/cjs/pages/menu/button.cjs +1 -1
  33. package/dist/cjs/pages/menu/cmd.cjs +1 -1
  34. package/dist/cjs/pages/menu/main.cjs +1 -1
  35. package/dist/cjs/pages/menu/mobile.cjs +1 -1
  36. package/dist/cjs/pages/page404.cjs +1 -1
  37. package/dist/cjs/pages/pageStatus.cjs +1 -1
  38. package/dist/cjs/theme/uno.css.cjs +6 -2
  39. package/dist/esm/component.js +44 -41
  40. package/dist/esm/components/chart/echart.js +3 -2
  41. package/dist/esm/components/crop/imageCrop.js +3 -2
  42. package/dist/esm/components/data/dynamicSelect.js +8 -7
  43. package/dist/esm/components/data/selectModal.js +3 -2
  44. package/dist/esm/components/form/formItem.js +10 -10
  45. package/dist/esm/components/form/modalForm.js +5 -4
  46. package/dist/esm/components/form/pageForm.js +3 -2
  47. package/dist/esm/components/form/settingForm.js +18 -17
  48. package/dist/esm/components/icon/icon.js +78 -0
  49. package/dist/esm/components/icon/iconPicker.js +83 -0
  50. package/dist/esm/components/layout/list.js +3 -2
  51. package/dist/esm/components/layout/table.js +3 -2
  52. package/dist/esm/components/level/level.js +3 -2
  53. package/dist/esm/components/tree/treeFilter.js +207 -0
  54. package/dist/esm/components/upload/file.js +3 -2
  55. package/dist/esm/components/upload/image.js +3 -2
  56. package/dist/esm/components/upload/manage/item.js +3 -2
  57. package/dist/esm/components/upload/manager.js +3 -2
  58. package/dist/esm/hooks/dialog.js +3 -2
  59. package/dist/esm/hooks/drawer.js +3 -2
  60. package/dist/esm/hooks/modal.js +3 -2
  61. package/dist/esm/hooks/table/image.js +3 -2
  62. package/dist/esm/hooks/table/media.js +4 -3
  63. package/dist/esm/index.js +201 -195
  64. package/dist/esm/langs/en-US.json.js +1 -1
  65. package/dist/esm/langs/zh-CN.json.js +1 -1
  66. package/dist/esm/pages/authLayout.js +10 -9
  67. package/dist/esm/pages/layout/page.js +16 -15
  68. package/dist/esm/pages/login.js +6 -5
  69. package/dist/esm/pages/menu/avatar.js +3 -2
  70. package/dist/esm/pages/menu/button.js +6 -5
  71. package/dist/esm/pages/menu/cmd.js +3 -2
  72. package/dist/esm/pages/menu/main.js +3 -2
  73. package/dist/esm/pages/menu/mobile.js +3 -2
  74. package/dist/esm/pages/page404.js +1 -0
  75. package/dist/esm/pages/pageStatus.js +5 -4
  76. package/dist/esm/theme/uno.css.js +6 -2
  77. package/dist/types/components/icon/icon.d.ts +7 -0
  78. package/dist/types/components/icon/iconPicker.d.ts +9 -0
  79. package/dist/types/components/icon/index.d.ts +2 -0
  80. package/dist/types/components/index.d.ts +2 -0
  81. package/dist/types/components/tree/index.d.ts +1 -0
  82. package/dist/types/components/tree/treeFilter.d.ts +23 -0
  83. package/package.json +3 -3
@@ -25,6 +25,7 @@ import "@vee-validate/i18n/dist/locale/zh_CN.json";
25
25
  import "vue-command-palette";
26
26
  import "@duxweb/dvha-naiveui";
27
27
  import "../../../pages/page404.js";
28
+ import "@iconify-json/tabler/icons.json";
28
29
  import "mime";
29
30
  import f from "../../../static/images/icon/audio.svg.js";
30
31
  import g from "../../../static/images/icon/excel.svg.js";
@@ -37,7 +38,7 @@ import w from "../../../static/images/icon/word.svg.js";
37
38
  import "dayjs";
38
39
  import "@tanstack/vue-query";
39
40
  import "pinia";
40
- const me = /* @__PURE__ */ c({
41
+ const le = /* @__PURE__ */ c({
41
42
  name: "DuxFileManageItem",
42
43
  props: {
43
44
  name: String,
@@ -174,5 +175,5 @@ const me = /* @__PURE__ */ c({
174
175
  }
175
176
  });
176
177
  export {
177
- me as DuxFileManageItem
178
+ le as DuxFileManageItem
178
179
  };
@@ -26,6 +26,7 @@ import "@vee-validate/i18n/dist/locale/zh_CN.json";
26
26
  import "vue-command-palette";
27
27
  import "@duxweb/dvha-naiveui";
28
28
  import "../../pages/page404.js";
29
+ import "@iconify-json/tabler/icons.json";
29
30
  import "mime";
30
31
  import { useDownload as ke } from "../../hooks/download.js";
31
32
  import "@tanstack/vue-query";
@@ -34,7 +35,7 @@ import { DuxFileManageItem as Z } from "./manage/item.js";
34
35
  function N(o) {
35
36
  return typeof o == "function" || Object.prototype.toString.call(o) === "[object Object]" && !re(o);
36
37
  }
37
- const la = /* @__PURE__ */ ne({
38
+ const ta = /* @__PURE__ */ ne({
38
39
  name: "DuxFileManage",
39
40
  props: {
40
41
  path: String,
@@ -374,5 +375,5 @@ const la = /* @__PURE__ */ ne({
374
375
  }
375
376
  });
376
377
  export {
377
- la as default
378
+ ta as default
378
379
  };
@@ -29,7 +29,8 @@ import "@vee-validate/i18n/dist/locale/en.json";
29
29
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
30
30
  import "vue-command-palette";
31
31
  import "../pages/page404.js";
32
- function P() {
32
+ import "@iconify-json/tabler/icons.json";
33
+ function Q() {
33
34
  const t = p(m), o = (r) => t(r);
34
35
  return {
35
36
  confirm: (r) => o({
@@ -55,5 +56,5 @@ function P() {
55
56
  };
56
57
  }
57
58
  export {
58
- P as useDialog
59
+ Q as useDialog
59
60
  };
@@ -29,12 +29,13 @@ import "@vee-validate/i18n/dist/locale/en.json";
29
29
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
30
30
  import "vue-command-palette";
31
31
  import "../pages/page404.js";
32
- function J() {
32
+ import "@iconify-json/tabler/icons.json";
33
+ function K() {
33
34
  const r = t(m);
34
35
  return {
35
36
  show: (o) => r(o)
36
37
  };
37
38
  }
38
39
  export {
39
- J as useDrawer
40
+ K as useDrawer
40
41
  };
@@ -29,12 +29,13 @@ import "@vee-validate/i18n/dist/locale/en.json";
29
29
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
30
30
  import "vue-command-palette";
31
31
  import "../pages/page404.js";
32
- function H() {
32
+ import "@iconify-json/tabler/icons.json";
33
+ function J() {
33
34
  const o = t(m);
34
35
  return {
35
36
  show: (r) => o(r)
36
37
  };
37
38
  }
38
39
  export {
39
- H as useModal
40
+ J as useModal
40
41
  };
@@ -29,7 +29,8 @@ import "@vee-validate/i18n/dist/locale/en.json";
29
29
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
30
30
  import "vue-command-palette";
31
31
  import "../../pages/page404.js";
32
- function K() {
32
+ import "@iconify-json/tabler/icons.json";
33
+ function L() {
33
34
  return {
34
35
  render: (t) => (o, d) => {
35
36
  let i = h(o, t.key || "") || [];
@@ -58,5 +59,5 @@ function K() {
58
59
  };
59
60
  }
60
61
  export {
61
- K as useTableColumnImage
62
+ L as useTableColumnImage
62
63
  };
@@ -29,9 +29,10 @@ import "@vee-validate/i18n/dist/locale/en.json";
29
29
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
30
30
  import "vue-command-palette";
31
31
  import "../../pages/page404.js";
32
- function O() {
32
+ import "@iconify-json/tabler/icons.json";
33
+ function P() {
33
34
  return {
34
- render: (t) => (i, p) => {
35
+ render: (t) => (i, d) => {
35
36
  const e = typeof t.title == "function" ? t.title(i) : m(i, t.title || ""), o = typeof t.desc == "function" ? t.desc(i) : m(i, t.desc || ""), r = typeof t.image == "function" ? t.image(i) : m(i, t.image || "");
36
37
  return n(c, {
37
38
  title: e,
@@ -45,5 +46,5 @@ function O() {
45
46
  };
46
47
  }
47
48
  export {
48
- O as useTableColumnMedia
49
+ P as useTableColumnMedia
49
50
  };
package/dist/esm/index.js CHANGED
@@ -1,200 +1,206 @@
1
- import { DuxApp as a } from "./app.js";
2
- import { DuxCard as m } from "./components/card/card.js";
3
- import { DuxStatsStore as f, DuxStatsStoreItem as D } from "./components/card/store.js";
4
- import { DuxCarousel as s } from "./components/carousel/carousel.js";
5
- import { DuxChart as n } from "./components/chart/echart.js";
6
- import { DuxImageCrop as g } from "./components/crop/imageCrop.js";
7
- import { DuxImageCropModal as h } from "./components/crop/imageCropModal.js";
8
- import { DuxDashboardHello as b } from "./components/dashboard/hello.js";
9
- import { DuxDashboardHelloBig as M } from "./components/dashboard/helloBig.js";
10
- import { DuxDashboardQuick as E, DuxDashboardQuickItem as S } from "./components/dashboard/quick.js";
11
- import { DuxDynamicData as y } from "./components/data/dynamicData.js";
12
- import { DuxDynamicSelect as A } from "./components/data/dynamicSelect.js";
1
+ import { DuxApp as m } from "./app.js";
2
+ import { DuxCard as f } from "./components/card/card.js";
3
+ import { DuxStatsStore as l, DuxStatsStoreItem as s } from "./components/card/store.js";
4
+ import { DuxCarousel as n } from "./components/carousel/carousel.js";
5
+ import { DuxChart as g } from "./components/chart/echart.js";
6
+ import { DuxImageCrop as h } from "./components/crop/imageCrop.js";
7
+ import { DuxImageCropModal as b } from "./components/crop/imageCropModal.js";
8
+ import { DuxDashboardHello as M } from "./components/dashboard/hello.js";
9
+ import { DuxDashboardHelloBig as E } from "./components/dashboard/helloBig.js";
10
+ import { DuxDashboardQuick as w, DuxDashboardQuickItem as y } from "./components/dashboard/quick.js";
11
+ import { DuxDynamicData as L } from "./components/data/dynamicData.js";
12
+ import { DuxDynamicSelect as I } from "./components/data/dynamicSelect.js";
13
13
  import "vue";
14
14
  import "@duxweb/dvha-core";
15
15
  import "naive-ui";
16
- import { useAction as I, useActionButton as v, useActionDropdown as B } from "./hooks/action.js";
17
- import { useDialog as U } from "./hooks/dialog.js";
18
- import { useDownload as H } from "./hooks/download.js";
19
- import { useDrawer as Q } from "./hooks/drawer.js";
20
- import { useEchartBar as z, useEchartCommon as O, useEchartFunnel as W, useEchartLine as j, useEchartMap as q, useEchartPie as G, useEchartRadar as J, useEchartRing as K, useEchartRose as X, useEchartTreeMap as Y, useEchartType as Z } from "./hooks/echart.js";
21
- import { useImagePreview as $ } from "./hooks/image.js";
22
- import { useLevel as ro } from "./hooks/level.js";
23
- import { useModal as to } from "./hooks/modal.js";
24
- import { useTable as ao } from "./hooks/table.js";
25
- import { useTableColumn as mo } from "./hooks/table/column.js";
26
- import { useTableColumnImage as fo } from "./hooks/table/image.js";
27
- import { useTableColumnMap as lo } from "./hooks/table/map.js";
28
- import { useTableColumnMedia as io } from "./hooks/table/media.js";
29
- import { useTableColumnStatus as go } from "./hooks/table/status.js";
30
- import { useTableColumnSwitch as ho } from "./hooks/table/switch.js";
31
- import { useUI as bo } from "./hooks/ui.js";
32
- import { DuxModal as Mo } from "./components/modal/modal.js";
33
- import { default as Eo } from "./components/modal/modalPage.js";
34
- import { default as wo } from "./components/modal/modalTab.js";
35
- import { default as Lo } from "./components/dialog/dialog.js";
36
- import { DuxDrawApps as Fo } from "./components/draw/drawApps.js";
37
- import { DuxDrawAuth as vo } from "./components/draw/drawAuth.js";
38
- import { DuxDrawEmpty as Ro } from "./components/draw/drawEmpty.js";
39
- import { DuxDrawEmptyForm as ko } from "./components/draw/drawEmptyForm.js";
40
- import { DuxDrawError as No } from "./components/draw/drawError.js";
41
- import { default as Vo } from "./components/drawer/drawer.js";
42
- import { DuxDrawerPage as Oo } from "./components/drawer/drawerPage.js";
43
- import { DuxAiEditor as jo } from "./components/editor/aiEditor.js";
44
- import { DuxFormItem as Go } from "./components/form/formItem.js";
45
- import { DuxFormLayout as Ko } from "./components/form/formLayout.js";
46
- import { DuxModalForm as Yo } from "./components/form/modalForm.js";
47
- import { DuxPageForm as _o } from "./components/form/pageForm.js";
48
- import { DuxSettingForm as or } from "./components/form/settingForm.js";
49
- import { DuxTableFilter as er } from "./components/layout/filter.js";
50
- import { DuxListLayout as xr } from "./components/layout/list.js";
51
- import { DuxTableLayout as ur } from "./components/layout/table.js";
52
- import { DuxTableTools as pr } from "./components/layout/tools.js";
53
- import { DuxLevel as Dr } from "./components/level/level.js";
54
- import { DuxCardPage as sr } from "./components/list/card.js";
55
- import { DuxListPage as nr } from "./components/list/list.js";
56
- import { DuxMedia as gr } from "./components/media/media.js";
57
- import { DuxPanelAlert as hr } from "./components/panel/alert.js";
58
- import { DuxPanelCard as br } from "./components/panel/setting.js";
59
- import { DuxSelectCard as Mr } from "./components/select/cardSelect.js";
60
- import { DuxStatsNumber as Er } from "./components/stats/number.js";
61
- import { DuxStatsRealTime as wr } from "./components/stats/realTime.js";
62
- import { DuxBlockEmpty as Lr } from "./components/status/blockEmpty.js";
63
- import { DuxTablePage as Fr } from "./components/table/tablePage.js";
64
- import { DuxFileUpload as vr } from "./components/upload/file.js";
65
- import { DuxImageUpload as Rr } from "./components/upload/image.js";
66
- import { default as kr } from "./components/upload/manager.js";
67
- import { DuxAvatar as Nr } from "./components/widget/avatar.js";
68
- import { DuxWidgetConnect as Vr } from "./components/widget/connect.js";
69
- import { DuxPlaceholder as Or } from "./components/widget/placeholder.js";
70
- import { DuxAuthLayout as jr } from "./pages/authLayout.js";
71
- import { DuxLayout as Gr } from "./pages/layout.js";
72
- import { DuxLoginPage as Kr } from "./pages/login.js";
73
- import { default as Yr } from "./pages/menu/avatar.js";
74
- import { default as _r } from "./pages/menu/button.js";
75
- import { DuxMenuCmd as oe } from "./pages/menu/cmd.js";
76
- import { DuxMenuMain as ee } from "./pages/menu/main.js";
77
- import { DuxMobileMenu as xe } from "./pages/menu/mobile.js";
78
- import { DuxPage as ue } from "./pages/page.js";
79
- import { DuxPage403 as pe } from "./pages/page403.js";
80
- import { DuxPage404 as De } from "./pages/page404.js";
81
- import { DuxPage500 as se } from "./pages/page500.js";
82
- import { DuxPageEmpty as ne } from "./pages/pageEmpty.js";
83
- import { DuxPageLoading as ge } from "./pages/pageLoading.js";
84
- import { DuxPageStatus as he } from "./pages/pageStatus.js";
85
- import { generateRainbowFromColor as be, getTheme as Ce } from "./config/echart.js";
86
- import { config as Te } from "./config/uno.js";
87
- import { initVeeValidate as Se } from "./config/validate.js";
88
- import { default as ye } from "./langs/en-US.json.js";
89
- import { default as Ae } from "./langs/zh-CN.json.js";
90
- import { createDuxPro as Ie } from "./main.js";
91
- import { useUIStore as Be } from "./stores/ui.js";
92
- import { themeOverrides as Ue } from "./theme/naiveTheme.js";
93
- import { presetTheme as He } from "./theme/presetTheme.js";
16
+ import { useAction as B, useActionButton as R, useActionDropdown as U } from "./hooks/action.js";
17
+ import { useDialog as H } from "./hooks/dialog.js";
18
+ import { useDownload as Q } from "./hooks/download.js";
19
+ import { useDrawer as z } from "./hooks/drawer.js";
20
+ import { useEchartBar as W, useEchartCommon as j, useEchartFunnel as q, useEchartLine as G, useEchartMap as J, useEchartPie as K, useEchartRadar as X, useEchartRing as Y, useEchartRose as Z, useEchartTreeMap as _, useEchartType as $ } from "./hooks/echart.js";
21
+ import { useImagePreview as or } from "./hooks/image.js";
22
+ import { useLevel as tr } from "./hooks/level.js";
23
+ import { useModal as ur } from "./hooks/modal.js";
24
+ import { useTable as mr } from "./hooks/table.js";
25
+ import { useTableColumn as fr } from "./hooks/table/column.js";
26
+ import { useTableColumnImage as lr } from "./hooks/table/image.js";
27
+ import { useTableColumnMap as ir } from "./hooks/table/map.js";
28
+ import { useTableColumnMedia as dr } from "./hooks/table/media.js";
29
+ import { useTableColumnStatus as cr } from "./hooks/table/status.js";
30
+ import { useTableColumnSwitch as Pr } from "./hooks/table/switch.js";
31
+ import { useUI as Cr } from "./hooks/ui.js";
32
+ import { DuxModal as Tr } from "./components/modal/modal.js";
33
+ import { default as Sr } from "./components/modal/modalPage.js";
34
+ import { default as yr } from "./components/modal/modalTab.js";
35
+ import { default as Lr } from "./components/dialog/dialog.js";
36
+ import { DuxDrawApps as Ir } from "./components/draw/drawApps.js";
37
+ import { DuxDrawAuth as Br } from "./components/draw/drawAuth.js";
38
+ import { DuxDrawEmpty as Ur } from "./components/draw/drawEmpty.js";
39
+ import { DuxDrawEmptyForm as Hr } from "./components/draw/drawEmptyForm.js";
40
+ import { DuxDrawError as Qr } from "./components/draw/drawError.js";
41
+ import { default as zr } from "./components/drawer/drawer.js";
42
+ import { DuxDrawerPage as Wr } from "./components/drawer/drawerPage.js";
43
+ import { DuxAiEditor as qr } from "./components/editor/aiEditor.js";
44
+ import { DuxFormItem as Jr } from "./components/form/formItem.js";
45
+ import { DuxFormLayout as Xr } from "./components/form/formLayout.js";
46
+ import { DuxModalForm as Zr } from "./components/form/modalForm.js";
47
+ import { DuxPageForm as $r } from "./components/form/pageForm.js";
48
+ import { DuxSettingForm as oo } from "./components/form/settingForm.js";
49
+ import { DuxIconPicker as to } from "./components/icon/icon.js";
50
+ import "@iconify-json/tabler/icons.json";
51
+ import "@vueuse/core";
52
+ import { DuxTableFilter as uo } from "./components/layout/filter.js";
53
+ import { DuxListLayout as mo } from "./components/layout/list.js";
54
+ import { DuxTableLayout as fo } from "./components/layout/table.js";
55
+ import { DuxTableTools as lo } from "./components/layout/tools.js";
56
+ import { DuxLevel as io } from "./components/level/level.js";
57
+ import { DuxCardPage as go } from "./components/list/card.js";
58
+ import { DuxListPage as ho } from "./components/list/list.js";
59
+ import { DuxMedia as bo } from "./components/media/media.js";
60
+ import { DuxPanelAlert as Mo } from "./components/panel/alert.js";
61
+ import { DuxPanelCard as Eo } from "./components/panel/setting.js";
62
+ import { DuxSelectCard as wo } from "./components/select/cardSelect.js";
63
+ import { DuxStatsNumber as Fo } from "./components/stats/number.js";
64
+ import { DuxStatsRealTime as Ao } from "./components/stats/realTime.js";
65
+ import { DuxBlockEmpty as vo } from "./components/status/blockEmpty.js";
66
+ import { DuxTablePage as Ro } from "./components/table/tablePage.js";
67
+ import { DuxTreeFilter as ko } from "./components/tree/treeFilter.js";
68
+ import { DuxFileUpload as No } from "./components/upload/file.js";
69
+ import { DuxImageUpload as Vo } from "./components/upload/image.js";
70
+ import { default as Oo } from "./components/upload/manager.js";
71
+ import { DuxAvatar as jo } from "./components/widget/avatar.js";
72
+ import { DuxWidgetConnect as Go } from "./components/widget/connect.js";
73
+ import { DuxPlaceholder as Ko } from "./components/widget/placeholder.js";
74
+ import { DuxAuthLayout as Yo } from "./pages/authLayout.js";
75
+ import { DuxLayout as _o } from "./pages/layout.js";
76
+ import { DuxLoginPage as re } from "./pages/login.js";
77
+ import { default as ee } from "./pages/menu/avatar.js";
78
+ import { default as xe } from "./pages/menu/button.js";
79
+ import { DuxMenuCmd as ae } from "./pages/menu/cmd.js";
80
+ import { DuxMenuMain as pe } from "./pages/menu/main.js";
81
+ import { DuxMobileMenu as De } from "./pages/menu/mobile.js";
82
+ import { DuxPage as se } from "./pages/page.js";
83
+ import { DuxPage403 as ne } from "./pages/page403.js";
84
+ import { DuxPage404 as ge } from "./pages/page404.js";
85
+ import { DuxPage500 as he } from "./pages/page500.js";
86
+ import { DuxPageEmpty as be } from "./pages/pageEmpty.js";
87
+ import { DuxPageLoading as Me } from "./pages/pageLoading.js";
88
+ import { DuxPageStatus as Ee } from "./pages/pageStatus.js";
89
+ import { generateRainbowFromColor as we, getTheme as ye } from "./config/echart.js";
90
+ import { config as Le } from "./config/uno.js";
91
+ import { initVeeValidate as Ie } from "./config/validate.js";
92
+ import { default as Be } from "./langs/en-US.json.js";
93
+ import { default as Ue } from "./langs/zh-CN.json.js";
94
+ import { createDuxPro as He } from "./main.js";
95
+ import { useUIStore as Qe } from "./stores/ui.js";
96
+ import { themeOverrides as ze } from "./theme/naiveTheme.js";
97
+ import { presetTheme as We } from "./theme/presetTheme.js";
94
98
  export {
95
- jo as DuxAiEditor,
96
- a as DuxApp,
97
- jr as DuxAuthLayout,
98
- Nr as DuxAvatar,
99
- Lr as DuxBlockEmpty,
100
- m as DuxCard,
101
- sr as DuxCardPage,
102
- s as DuxCarousel,
103
- n as DuxChart,
104
- b as DuxDashboardHello,
105
- M as DuxDashboardHelloBig,
106
- E as DuxDashboardQuick,
107
- S as DuxDashboardQuickItem,
108
- Lo as DuxDialog,
109
- Fo as DuxDrawApps,
110
- vo as DuxDrawAuth,
111
- Ro as DuxDrawEmpty,
112
- ko as DuxDrawEmptyForm,
113
- No as DuxDrawError,
114
- Vo as DuxDrawer,
115
- Oo as DuxDrawerPage,
116
- y as DuxDynamicData,
117
- A as DuxDynamicSelect,
118
- kr as DuxFileManage,
119
- vr as DuxFileUpload,
120
- Go as DuxFormItem,
121
- Ko as DuxFormLayout,
122
- g as DuxImageCrop,
123
- h as DuxImageCropModal,
124
- Rr as DuxImageUpload,
125
- Gr as DuxLayout,
126
- Dr as DuxLevel,
127
- xr as DuxListLayout,
128
- nr as DuxListPage,
129
- Kr as DuxLoginPage,
130
- gr as DuxMedia,
131
- Yr as DuxMenuAvatar,
132
- _r as DuxMenuButton,
133
- oe as DuxMenuCmd,
134
- ee as DuxMenuMain,
135
- xe as DuxMobileMenu,
136
- Mo as DuxModal,
137
- Yo as DuxModalForm,
138
- Eo as DuxModalPage,
139
- wo as DuxModalTab,
140
- ue as DuxPage,
141
- pe as DuxPage403,
142
- De as DuxPage404,
143
- se as DuxPage500,
144
- ne as DuxPageEmpty,
145
- _o as DuxPageForm,
146
- ge as DuxPageLoading,
147
- he as DuxPageStatus,
148
- hr as DuxPanelAlert,
149
- br as DuxPanelCard,
150
- Or as DuxPlaceholder,
151
- Mr as DuxSelectCard,
152
- or as DuxSettingForm,
153
- Er as DuxStatsNumber,
154
- wr as DuxStatsRealTime,
155
- f as DuxStatsStore,
156
- D as DuxStatsStoreItem,
157
- er as DuxTableFilter,
158
- ur as DuxTableLayout,
159
- Fr as DuxTablePage,
160
- pr as DuxTableTools,
161
- Vr as DuxWidgetConnect,
162
- Te as config,
163
- Ie as createDuxPro,
164
- ye as enUS,
165
- be as generateRainbowFromColor,
166
- Ce as getTheme,
167
- Se as initVeeValidate,
168
- He as presetTheme,
169
- Ue as themeOverrides,
170
- I as useAction,
171
- v as useActionButton,
172
- B as useActionDropdown,
173
- U as useDialog,
174
- H as useDownload,
175
- Q as useDrawer,
176
- z as useEchartBar,
177
- O as useEchartCommon,
178
- W as useEchartFunnel,
179
- j as useEchartLine,
180
- q as useEchartMap,
181
- G as useEchartPie,
182
- J as useEchartRadar,
183
- K as useEchartRing,
184
- X as useEchartRose,
185
- Y as useEchartTreeMap,
186
- Z as useEchartType,
187
- $ as useImagePreview,
188
- ro as useLevel,
189
- to as useModal,
190
- ao as useTable,
191
- mo as useTableColumn,
192
- fo as useTableColumnImage,
193
- lo as useTableColumnMap,
194
- io as useTableColumnMedia,
195
- go as useTableColumnStatus,
196
- ho as useTableColumnSwitch,
197
- bo as useUI,
198
- Be as useUIStore,
199
- Ae as zhCN
99
+ qr as DuxAiEditor,
100
+ m as DuxApp,
101
+ Yo as DuxAuthLayout,
102
+ jo as DuxAvatar,
103
+ vo as DuxBlockEmpty,
104
+ f as DuxCard,
105
+ go as DuxCardPage,
106
+ n as DuxCarousel,
107
+ g as DuxChart,
108
+ M as DuxDashboardHello,
109
+ E as DuxDashboardHelloBig,
110
+ w as DuxDashboardQuick,
111
+ y as DuxDashboardQuickItem,
112
+ Lr as DuxDialog,
113
+ Ir as DuxDrawApps,
114
+ Br as DuxDrawAuth,
115
+ Ur as DuxDrawEmpty,
116
+ Hr as DuxDrawEmptyForm,
117
+ Qr as DuxDrawError,
118
+ zr as DuxDrawer,
119
+ Wr as DuxDrawerPage,
120
+ L as DuxDynamicData,
121
+ I as DuxDynamicSelect,
122
+ Oo as DuxFileManage,
123
+ No as DuxFileUpload,
124
+ Jr as DuxFormItem,
125
+ Xr as DuxFormLayout,
126
+ to as DuxIconPicker,
127
+ h as DuxImageCrop,
128
+ b as DuxImageCropModal,
129
+ Vo as DuxImageUpload,
130
+ _o as DuxLayout,
131
+ io as DuxLevel,
132
+ mo as DuxListLayout,
133
+ ho as DuxListPage,
134
+ re as DuxLoginPage,
135
+ bo as DuxMedia,
136
+ ee as DuxMenuAvatar,
137
+ xe as DuxMenuButton,
138
+ ae as DuxMenuCmd,
139
+ pe as DuxMenuMain,
140
+ De as DuxMobileMenu,
141
+ Tr as DuxModal,
142
+ Zr as DuxModalForm,
143
+ Sr as DuxModalPage,
144
+ yr as DuxModalTab,
145
+ se as DuxPage,
146
+ ne as DuxPage403,
147
+ ge as DuxPage404,
148
+ he as DuxPage500,
149
+ be as DuxPageEmpty,
150
+ $r as DuxPageForm,
151
+ Me as DuxPageLoading,
152
+ Ee as DuxPageStatus,
153
+ Mo as DuxPanelAlert,
154
+ Eo as DuxPanelCard,
155
+ Ko as DuxPlaceholder,
156
+ wo as DuxSelectCard,
157
+ oo as DuxSettingForm,
158
+ Fo as DuxStatsNumber,
159
+ Ao as DuxStatsRealTime,
160
+ l as DuxStatsStore,
161
+ s as DuxStatsStoreItem,
162
+ uo as DuxTableFilter,
163
+ fo as DuxTableLayout,
164
+ Ro as DuxTablePage,
165
+ lo as DuxTableTools,
166
+ ko as DuxTreeFilter,
167
+ Go as DuxWidgetConnect,
168
+ Le as config,
169
+ He as createDuxPro,
170
+ Be as enUS,
171
+ we as generateRainbowFromColor,
172
+ ye as getTheme,
173
+ Ie as initVeeValidate,
174
+ We as presetTheme,
175
+ ze as themeOverrides,
176
+ B as useAction,
177
+ R as useActionButton,
178
+ U as useActionDropdown,
179
+ H as useDialog,
180
+ Q as useDownload,
181
+ z as useDrawer,
182
+ W as useEchartBar,
183
+ j as useEchartCommon,
184
+ q as useEchartFunnel,
185
+ G as useEchartLine,
186
+ J as useEchartMap,
187
+ K as useEchartPie,
188
+ X as useEchartRadar,
189
+ Y as useEchartRing,
190
+ Z as useEchartRose,
191
+ _ as useEchartTreeMap,
192
+ $ as useEchartType,
193
+ or as useImagePreview,
194
+ tr as useLevel,
195
+ ur as useModal,
196
+ mr as useTable,
197
+ fr as useTableColumn,
198
+ lr as useTableColumnImage,
199
+ ir as useTableColumnMap,
200
+ dr as useTableColumnMedia,
201
+ cr as useTableColumnStatus,
202
+ Pr as useTableColumnSwitch,
203
+ Cr as useUI,
204
+ Qe as useUIStore,
205
+ Ue as zhCN
200
206
  };
@@ -1,4 +1,4 @@
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" }, t = { 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" }, uploadManage: { title: "File Manager", all: "All", image: "Images", media: "Media", docs: "Documents", upload: "Upload", empty: "No 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" } }, o = { 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" } }, a = { 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" } } }, r = {
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" }, t = { 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" }, uploadManage: { title: "File Manager", all: "All", image: "Images", media: "Media", docs: "Documents", upload: "Upload", empty: "No 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" } }, o = { 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" } }, a = { 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" } } }, r = {
2
2
  common: e,
3
3
  components: t,
4
4
  hooks: o,
@@ -1,4 +1,4 @@
1
- const e = { search: "搜索", empty: "暂无数据", menu: "菜单", theme: "主题", dark: "暗色模式", light: "亮色模式", back: "返回", loading: "加载中...", success: "操作成功", error: "操作失败", unknownError: "未知错误" }, t = { tab: { lock: "锁定", closeOther: "关闭其他", closeLeft: "关闭左侧", closeRight: "关闭右侧" }, dialog: { confirm: { title: "确定", content: "确定要确认吗?" }, cancel: { title: "取消", content: "确定要取消吗?" }, success: { title: "成功", content: "您的操作已成功" }, error: { title: "错误", content: "您的操作已失败" }, prompt: { title: "提示" } }, button: { confirm: "确定", cancel: "取消", submit: "提交", reset: "重置", delete: "删除", search: "查询", advanced: "高级", export: "导出", import: "导入", autoRefresh: "自动刷新", filter: "筛选", refresh: "刷新", select: "选择", create: "新建", download: "下载", rename: "重命名", preview: "预览" }, form: { edit: "编辑", create: "新增", success: "保存成功", error: "保存失败" }, list: { selectAll: "全选", columnSetting: "列设置", selectedItems: "选中项: {num}", total: "共 {total} 条" }, editor: { placeholder: "请输入内容" }, upload: { fileManager: "文件管理器", uploadFile: "上传文件", cancel: "取消", delete: "删除", error: "上传失败", empty: "暂无文件", desc: "点击或拖拽文件到此区域", dropHere: "拖拽文件到此处", allFormats: "支持任意格式文件", supportFormats: "支持 {formats} 格式文件", maxSize: "最大文件大小: {size}MB", success: "上传成功", failed: "上传失败", fileExtension: "{ext}文件", status: { pending: "待上传", uploading: "上传中", success: "已上传", cancelled: "已取消", error: "失败" }, file: { name: "文件名", size: "大小", type: "类型", status: "状态" }, actions: "操作" }, uploadManage: { title: "文件管理", all: "全部", image: "图片", media: "媒体", docs: "文档", upload: "上传", empty: "暂无文件", back: "返回上一级", parentLevel: "上一级", namePlaceholder: "请输入名称", createError: "创建失败", editError: "修改失败", delError: "删除失败", delTitle: "确认删除", delDesc: "确定要删除选中的文件吗?删除后不可恢复。" }, crop: { title: "裁剪", select: "选择", confirm: "确认" }, stats: { realTimeData: "实时数据" }, data: { selectTitle: "请选择数据" }, menu: { language: "语言", chinese: "中文", english: "English", color: "颜色", primaryColor: "主题色", neutralColor: "中性色", theme: "主题", followSystem: "跟随系统", lightMode: "亮色", darkMode: "暗色", logout: "退出登录" } }, o = { table: { exportSuccess: "导出数据成功", exportProgress: "导出数据中, 请稍后...", exportFailed: "导出数据失败", exportSuccessContent: "成功导出 {count} 条数据", exportProgressContent: "第 {page} 页数据", exportFailedContent: "导出数据失败:{error}", importSuccess: "导入数据成功", importProgress: "导入数据中, 请稍后...", importFailed: "导入数据失败", importSuccessContent: "成功导入 {count} 条数据", importProgressContent: "{processed} / {total} 条数据", importFailedContent: "导入数据失败:{error}", saveSuccess: "保存成功", copySuccess: "复制成功", copyFailed: "复制失败" }, download: { failed: "下载失败" } }, r = { 400: { title: "400", desc: "请求错误" }, 401: { title: "401", desc: "您没有权限访问该页面" }, 403: { title: "403", desc: "您没有权限访问该页面" }, 404: { title: "404", desc: "页面不存在" }, 500: { title: "500", desc: "服务器错误" }, empty: { title: "暂无数据", desc: "暂无更多数据,请稍后再试" }, loading: { title: "加载中", desc: "数据正在加载中,请稍后..." }, login: { success: "登录成功", error: "登录失败,请检查用户名和密码", placeholder: { username: "请输入用户名", password: "请输入密码" }, buttons: { login: "登录" } } }, s = {
1
+ const e = { search: "搜索", empty: "暂无数据", menu: "菜单", theme: "主题", dark: "暗色模式", light: "亮色模式", back: "返回", loading: "加载中...", success: "操作成功", error: "操作失败", unknownError: "未知错误", keyword: "请输入关键字" }, t = { tab: { lock: "锁定", closeOther: "关闭其他", closeLeft: "关闭左侧", closeRight: "关闭右侧" }, dialog: { confirm: { title: "确定", content: "确定要确认吗?" }, cancel: { title: "取消", content: "确定要取消吗?" }, success: { title: "成功", content: "您的操作已成功" }, error: { title: "错误", content: "您的操作已失败" }, prompt: { title: "提示" } }, button: { confirm: "确定", cancel: "取消", submit: "提交", reset: "重置", delete: "删除", search: "查询", advanced: "高级", export: "导出", import: "导入", autoRefresh: "自动刷新", filter: "筛选", refresh: "刷新", select: "选择", create: "新建", download: "下载", rename: "重命名", preview: "预览" }, form: { edit: "编辑", create: "新增", success: "保存成功", error: "保存失败" }, list: { selectAll: "全选", columnSetting: "列设置", selectedItems: "选中项: {num}", total: "共 {total} 条" }, editor: { placeholder: "请输入内容" }, upload: { fileManager: "文件管理器", uploadFile: "上传文件", cancel: "取消", delete: "删除", error: "上传失败", empty: "暂无文件", desc: "点击或拖拽文件到此区域", dropHere: "拖拽文件到此处", allFormats: "支持任意格式文件", supportFormats: "支持 {formats} 格式文件", maxSize: "最大文件大小: {size}MB", success: "上传成功", failed: "上传失败", fileExtension: "{ext}文件", status: { pending: "待上传", uploading: "上传中", success: "已上传", cancelled: "已取消", error: "失败" }, file: { name: "文件名", size: "大小", type: "类型", status: "状态" }, actions: "操作" }, uploadManage: { title: "文件管理", all: "全部", image: "图片", media: "媒体", docs: "文档", upload: "上传", empty: "暂无文件", back: "返回上一级", parentLevel: "上一级", namePlaceholder: "请输入名称", createError: "创建失败", editError: "修改失败", delError: "删除失败", delTitle: "确认删除", delDesc: "确定要删除选中的文件吗?删除后不可恢复。" }, crop: { title: "裁剪", select: "选择", confirm: "确认" }, stats: { realTimeData: "实时数据" }, data: { selectTitle: "请选择数据" }, menu: { language: "语言", chinese: "中文", english: "English", color: "颜色", primaryColor: "主题色", neutralColor: "中性色", theme: "主题", followSystem: "跟随系统", lightMode: "亮色", darkMode: "暗色", logout: "退出登录" }, iconPicker: { title: "图标选择" } }, o = { table: { exportSuccess: "导出数据成功", exportProgress: "导出数据中, 请稍后...", exportFailed: "导出数据失败", exportSuccessContent: "成功导出 {count} 条数据", exportProgressContent: "第 {page} 页数据", exportFailedContent: "导出数据失败:{error}", importSuccess: "导入数据成功", importProgress: "导入数据中, 请稍后...", importFailed: "导入数据失败", importSuccessContent: "成功导入 {count} 条数据", importProgressContent: "{processed} / {total} 条数据", importFailedContent: "导入数据失败:{error}", saveSuccess: "保存成功", copySuccess: "复制成功", copyFailed: "复制失败" }, download: { failed: "下载失败" } }, r = { 400: { title: "400", desc: "请求错误" }, 401: { title: "401", desc: "您没有权限访问该页面" }, 403: { title: "403", desc: "您没有权限访问该页面" }, 404: { title: "404", desc: "页面不存在" }, 500: { title: "500", desc: "服务器错误" }, empty: { title: "暂无数据", desc: "暂无更多数据,请稍后再试" }, loading: { title: "加载中", desc: "数据正在加载中,请稍后..." }, login: { success: "登录成功", error: "登录失败,请检查用户名和密码", placeholder: { username: "请输入用户名", password: "请输入密码" }, buttons: { login: "登录" } } }, s = {
2
2
  common: e,
3
3
  components: t,
4
4
  hooks: o,