@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.
- package/dist/cjs/component.cjs +1 -1
- package/dist/cjs/components/chart/echart.cjs +1 -1
- package/dist/cjs/components/crop/imageCrop.cjs +1 -1
- package/dist/cjs/components/data/dynamicSelect.cjs +1 -1
- package/dist/cjs/components/data/selectModal.cjs +1 -1
- package/dist/cjs/components/form/formItem.cjs +1 -1
- package/dist/cjs/components/form/modalForm.cjs +1 -1
- package/dist/cjs/components/form/pageForm.cjs +1 -1
- package/dist/cjs/components/form/settingForm.cjs +1 -1
- package/dist/cjs/components/icon/icon.cjs +1 -0
- package/dist/cjs/components/icon/iconPicker.cjs +1 -0
- package/dist/cjs/components/layout/list.cjs +1 -1
- package/dist/cjs/components/layout/table.cjs +1 -1
- package/dist/cjs/components/level/level.cjs +1 -1
- package/dist/cjs/components/tree/treeFilter.cjs +1 -0
- package/dist/cjs/components/upload/file.cjs +1 -1
- package/dist/cjs/components/upload/image.cjs +1 -1
- package/dist/cjs/components/upload/manage/item.cjs +1 -1
- package/dist/cjs/components/upload/manager.cjs +1 -1
- package/dist/cjs/hooks/dialog.cjs +1 -1
- package/dist/cjs/hooks/drawer.cjs +1 -1
- package/dist/cjs/hooks/modal.cjs +1 -1
- package/dist/cjs/hooks/table/image.cjs +1 -1
- package/dist/cjs/hooks/table/media.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/langs/en-US.json.cjs +1 -1
- package/dist/cjs/langs/zh-CN.json.cjs +1 -1
- package/dist/cjs/pages/authLayout.cjs +1 -1
- package/dist/cjs/pages/layout/page.cjs +1 -1
- package/dist/cjs/pages/login.cjs +1 -1
- package/dist/cjs/pages/menu/avatar.cjs +1 -1
- package/dist/cjs/pages/menu/button.cjs +1 -1
- package/dist/cjs/pages/menu/cmd.cjs +1 -1
- package/dist/cjs/pages/menu/main.cjs +1 -1
- package/dist/cjs/pages/menu/mobile.cjs +1 -1
- package/dist/cjs/pages/page404.cjs +1 -1
- package/dist/cjs/pages/pageStatus.cjs +1 -1
- package/dist/cjs/theme/uno.css.cjs +6 -2
- package/dist/esm/component.js +44 -41
- package/dist/esm/components/chart/echart.js +3 -2
- package/dist/esm/components/crop/imageCrop.js +3 -2
- package/dist/esm/components/data/dynamicSelect.js +8 -7
- package/dist/esm/components/data/selectModal.js +3 -2
- package/dist/esm/components/form/formItem.js +10 -10
- package/dist/esm/components/form/modalForm.js +5 -4
- package/dist/esm/components/form/pageForm.js +3 -2
- package/dist/esm/components/form/settingForm.js +18 -17
- package/dist/esm/components/icon/icon.js +78 -0
- package/dist/esm/components/icon/iconPicker.js +83 -0
- package/dist/esm/components/layout/list.js +3 -2
- package/dist/esm/components/layout/table.js +3 -2
- package/dist/esm/components/level/level.js +3 -2
- package/dist/esm/components/tree/treeFilter.js +207 -0
- package/dist/esm/components/upload/file.js +3 -2
- package/dist/esm/components/upload/image.js +3 -2
- package/dist/esm/components/upload/manage/item.js +3 -2
- package/dist/esm/components/upload/manager.js +3 -2
- package/dist/esm/hooks/dialog.js +3 -2
- package/dist/esm/hooks/drawer.js +3 -2
- package/dist/esm/hooks/modal.js +3 -2
- package/dist/esm/hooks/table/image.js +3 -2
- package/dist/esm/hooks/table/media.js +4 -3
- package/dist/esm/index.js +201 -195
- package/dist/esm/langs/en-US.json.js +1 -1
- package/dist/esm/langs/zh-CN.json.js +1 -1
- package/dist/esm/pages/authLayout.js +10 -9
- package/dist/esm/pages/layout/page.js +16 -15
- package/dist/esm/pages/login.js +6 -5
- package/dist/esm/pages/menu/avatar.js +3 -2
- package/dist/esm/pages/menu/button.js +6 -5
- package/dist/esm/pages/menu/cmd.js +3 -2
- package/dist/esm/pages/menu/main.js +3 -2
- package/dist/esm/pages/menu/mobile.js +3 -2
- package/dist/esm/pages/page404.js +1 -0
- package/dist/esm/pages/pageStatus.js +5 -4
- package/dist/esm/theme/uno.css.js +6 -2
- package/dist/types/components/icon/icon.d.ts +7 -0
- package/dist/types/components/icon/iconPicker.d.ts +9 -0
- package/dist/types/components/icon/index.d.ts +2 -0
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/tree/index.d.ts +1 -0
- package/dist/types/components/tree/treeFilter.d.ts +23 -0
- 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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
378
|
+
ta as default
|
|
378
379
|
};
|
package/dist/esm/hooks/dialog.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
59
|
+
Q as useDialog
|
|
59
60
|
};
|
package/dist/esm/hooks/drawer.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
40
|
+
K as useDrawer
|
|
40
41
|
};
|
package/dist/esm/hooks/modal.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
32
|
+
import "@iconify-json/tabler/icons.json";
|
|
33
|
+
function P() {
|
|
33
34
|
return {
|
|
34
|
-
render: (t) => (i,
|
|
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
|
-
|
|
49
|
+
P as useTableColumnMedia
|
|
49
50
|
};
|
package/dist/esm/index.js
CHANGED
|
@@ -1,200 +1,206 @@
|
|
|
1
|
-
import { DuxApp as
|
|
2
|
-
import { DuxCard as
|
|
3
|
-
import { DuxStatsStore as
|
|
4
|
-
import { DuxCarousel as
|
|
5
|
-
import { DuxChart as
|
|
6
|
-
import { DuxImageCrop as
|
|
7
|
-
import { DuxImageCropModal as
|
|
8
|
-
import { DuxDashboardHello as
|
|
9
|
-
import { DuxDashboardHelloBig as
|
|
10
|
-
import { DuxDashboardQuick as
|
|
11
|
-
import { DuxDynamicData as
|
|
12
|
-
import { DuxDynamicSelect as
|
|
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
|
|
17
|
-
import { useDialog as
|
|
18
|
-
import { useDownload as
|
|
19
|
-
import { useDrawer as
|
|
20
|
-
import { useEchartBar as
|
|
21
|
-
import { useImagePreview as
|
|
22
|
-
import { useLevel as
|
|
23
|
-
import { useModal as
|
|
24
|
-
import { useTable as
|
|
25
|
-
import { useTableColumn as
|
|
26
|
-
import { useTableColumnImage as
|
|
27
|
-
import { useTableColumnMap as
|
|
28
|
-
import { useTableColumnMedia as
|
|
29
|
-
import { useTableColumnStatus as
|
|
30
|
-
import { useTableColumnSwitch as
|
|
31
|
-
import { useUI as
|
|
32
|
-
import { DuxModal as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { DuxDrawApps as
|
|
37
|
-
import { DuxDrawAuth as
|
|
38
|
-
import { DuxDrawEmpty as
|
|
39
|
-
import { DuxDrawEmptyForm as
|
|
40
|
-
import { DuxDrawError as
|
|
41
|
-
import { default as
|
|
42
|
-
import { DuxDrawerPage as
|
|
43
|
-
import { DuxAiEditor as
|
|
44
|
-
import { DuxFormItem as
|
|
45
|
-
import { DuxFormLayout as
|
|
46
|
-
import { DuxModalForm as
|
|
47
|
-
import { DuxPageForm as
|
|
48
|
-
import { DuxSettingForm as
|
|
49
|
-
import {
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
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
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
h as
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
B as
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
W as
|
|
179
|
-
j as
|
|
180
|
-
q as
|
|
181
|
-
G as
|
|
182
|
-
J as
|
|
183
|
-
K as
|
|
184
|
-
X as
|
|
185
|
-
Y as
|
|
186
|
-
Z as
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
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,
|