@fmdeui/fmui 1.0.38 → 1.0.40
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/es/components/fm-layout/index.d.ts +10 -0
- package/es/components/fm-layout/src/index.vue.d.ts +4 -0
- package/es/hooks/other.d.ts +1 -5
- package/es/packages/components/fm-layout/src/index.vue2.mjs +5 -1
- package/es/packages/components/fm-layout/src/navBars/topBar/user.vue2.mjs +3 -2
- package/es/packages/components/fm-layout/src/navMenu/horizontal.vue2.mjs +7 -2
- package/es/packages/components/fm-layout/src/navMenu/subItem.vue2.mjs +7 -2
- package/es/packages/components/fm-layout/src/navMenu/vertical.vue2.mjs +7 -2
- package/es/packages/hooks/commonFunction.mjs +2 -2
- package/es/packages/hooks/other.mjs +8 -34
- package/index.js +31 -38
- package/index.min.js +6 -6
- package/index.min.mjs +6 -6
- package/index.mjs +31 -38
- package/lib/components/fm-layout/index.d.ts +10 -0
- package/lib/components/fm-layout/src/index.vue.d.ts +4 -0
- package/lib/hooks/other.d.ts +1 -5
- package/lib/packages/components/fm-layout/src/index.vue2.js +5 -1
- package/lib/packages/components/fm-layout/src/navBars/topBar/user.vue2.js +3 -2
- package/lib/packages/components/fm-layout/src/navMenu/horizontal.vue2.js +7 -2
- package/lib/packages/components/fm-layout/src/navMenu/subItem.vue2.js +7 -2
- package/lib/packages/components/fm-layout/src/navMenu/vertical.vue2.js +7 -2
- package/lib/packages/hooks/commonFunction.js +2 -2
- package/lib/packages/hooks/other.js +6 -34
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/es/{make-installer.css → defaults.css} +0 -0
- /package/lib/{component.css → make-installer.css} +0 -0
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.40 */
|
|
2
2
|
import VxeUITable from 'vxe-table';
|
|
3
3
|
import VxeUIPluginRenderElement from '@vxe-ui/plugin-render-element';
|
|
4
4
|
import VxeUIPluginExportXLSX from '@vxe-ui/plugin-export-xlsx';
|
|
@@ -22437,7 +22437,7 @@ var _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
22437
22437
|
name: "FLayout"
|
|
22438
22438
|
},
|
|
22439
22439
|
__name: "index",
|
|
22440
|
-
emits: ["layoutChangePassword", "layoutOnlineUsers", "layoutSearchMenu"],
|
|
22440
|
+
emits: ["layoutChangePassword", "layoutOnlineUsers", "layoutSearchMenu", "layoutSetBrowserTitle", "layoutSetOpenLink"],
|
|
22441
22441
|
setup(__props, { emit: __emit }) {
|
|
22442
22442
|
const layouts = {
|
|
22443
22443
|
defaults: defineAsyncComponent(() => Promise.resolve().then(function () { return defaults; })),
|
|
@@ -22457,6 +22457,10 @@ var _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
22457
22457
|
curMyEmit("layoutOnlineUsers");
|
|
22458
22458
|
} else if (data.name == "searchFormMenu") {
|
|
22459
22459
|
curMyEmit("layoutSearchMenu");
|
|
22460
|
+
} else if (data.name == "setFBrowserTitle") {
|
|
22461
|
+
curMyEmit("layoutSetBrowserTitle");
|
|
22462
|
+
} else if (data.name == "setFOpenLink") {
|
|
22463
|
+
curMyEmit("layoutSetOpenLink", data);
|
|
22460
22464
|
}
|
|
22461
22465
|
}
|
|
22462
22466
|
});
|
|
@@ -22517,7 +22521,6 @@ var _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
22517
22521
|
const FLayout = _sfc_main$o;
|
|
22518
22522
|
|
|
22519
22523
|
function commonFunction() {
|
|
22520
|
-
const themeStore = useThemeConfig();
|
|
22521
22524
|
const { copy, isSupported } = useClipboard();
|
|
22522
22525
|
const percentFormat = (row, column, cellValue) => {
|
|
22523
22526
|
return cellValue ? `${cellValue}%` : "-";
|
|
@@ -22601,6 +22604,7 @@ function commonFunction() {
|
|
|
22601
22604
|
return fieldValue;
|
|
22602
22605
|
};
|
|
22603
22606
|
const getTimeRangePickerShortcuts = () => {
|
|
22607
|
+
const themeStore = useThemeConfig();
|
|
22604
22608
|
return [
|
|
22605
22609
|
{
|
|
22606
22610
|
text: "\u8FD1\u4E00\u5468",
|
|
@@ -22686,23 +22690,6 @@ function commonFunction() {
|
|
|
22686
22690
|
};
|
|
22687
22691
|
}
|
|
22688
22692
|
|
|
22689
|
-
const { proxy } = getCurrentInstance();
|
|
22690
|
-
function useTitle() {
|
|
22691
|
-
const stores = useThemeConfig(pinia);
|
|
22692
|
-
const { themeConfig } = storeToRefs(stores);
|
|
22693
|
-
const router = proxy.$mycurRouter;
|
|
22694
|
-
nextTick(() => {
|
|
22695
|
-
let webTitle = "";
|
|
22696
|
-
let globalTitle = themeConfig.value.globalTitle;
|
|
22697
|
-
const { path, meta } = router.currentRoute.value;
|
|
22698
|
-
if (path === "/login") {
|
|
22699
|
-
webTitle = meta.title;
|
|
22700
|
-
} else {
|
|
22701
|
-
webTitle = setTagsViewNameI18n(router.currentRoute.value);
|
|
22702
|
-
}
|
|
22703
|
-
document.title = `${webTitle} - ${globalTitle}` || globalTitle;
|
|
22704
|
-
});
|
|
22705
|
-
}
|
|
22706
22693
|
function setTagsViewNameI18n(item) {
|
|
22707
22694
|
let tagsViewName = "";
|
|
22708
22695
|
const { query, params, meta } = item;
|
|
@@ -22778,21 +22765,13 @@ function handleEmpty(list) {
|
|
|
22778
22765
|
}
|
|
22779
22766
|
return arr;
|
|
22780
22767
|
}
|
|
22781
|
-
function handleOpenLink(val) {
|
|
22782
|
-
var _a, _b, _c;
|
|
22783
|
-
const { origin, pathname } = window.location;
|
|
22784
|
-
const router = proxy.$mycurRouter;
|
|
22785
|
-
router.push(val.path);
|
|
22786
|
-
if (verifyUrl((_a = val.meta) == null ? void 0 : _a.isLink)) window.open((_b = val.meta) == null ? void 0 : _b.isLink);
|
|
22787
|
-
else window.open(`${origin}${pathname}#${(_c = val.meta) == null ? void 0 : _c.isLink}`);
|
|
22788
|
-
}
|
|
22789
22768
|
const other = {
|
|
22790
22769
|
// elSvg: (app: App) => {
|
|
22791
22770
|
// elSvg(app);
|
|
22792
22771
|
// },
|
|
22793
|
-
useTitle: () => {
|
|
22794
|
-
|
|
22795
|
-
},
|
|
22772
|
+
// useTitle: () => {
|
|
22773
|
+
// useTitle();
|
|
22774
|
+
// },
|
|
22796
22775
|
setTagsViewNameI18n(route) {
|
|
22797
22776
|
return setTagsViewNameI18n(route);
|
|
22798
22777
|
},
|
|
@@ -22810,10 +22789,10 @@ const other = {
|
|
|
22810
22789
|
},
|
|
22811
22790
|
handleEmpty: (list) => {
|
|
22812
22791
|
return handleEmpty(list);
|
|
22813
|
-
},
|
|
22814
|
-
handleOpenLink: (val) => {
|
|
22815
|
-
handleOpenLink(val);
|
|
22816
22792
|
}
|
|
22793
|
+
// handleOpenLink: (val: RouteItem) => {
|
|
22794
|
+
// handleOpenLink(val);
|
|
22795
|
+
// },
|
|
22817
22796
|
};
|
|
22818
22797
|
|
|
22819
22798
|
const _hoisted_1$i = { class: "layout-breadcrumb-seting" };
|
|
@@ -26379,6 +26358,7 @@ var _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
26379
26358
|
setup(__props) {
|
|
26380
26359
|
const SubItem = defineAsyncComponent(() => Promise.resolve().then(function () { return subItem; }));
|
|
26381
26360
|
const props = __props;
|
|
26361
|
+
const events = useFormEvents();
|
|
26382
26362
|
const storesThemeConfig = useThemeConfig();
|
|
26383
26363
|
const { themeConfig } = storeToRefs(storesThemeConfig);
|
|
26384
26364
|
const route = useRoute();
|
|
@@ -26400,7 +26380,10 @@ var _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
26400
26380
|
else return path;
|
|
26401
26381
|
};
|
|
26402
26382
|
const onALinkClick = (val) => {
|
|
26403
|
-
|
|
26383
|
+
events.onFormDialogOpen({
|
|
26384
|
+
name: "setFOpenLink",
|
|
26385
|
+
data: val
|
|
26386
|
+
});
|
|
26404
26387
|
};
|
|
26405
26388
|
onMounted(() => {
|
|
26406
26389
|
state.defaultActive = setParentHighlight(route);
|
|
@@ -26898,11 +26881,15 @@ var _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
26898
26881
|
},
|
|
26899
26882
|
setup(__props) {
|
|
26900
26883
|
const props = __props;
|
|
26884
|
+
const events = useFormEvents();
|
|
26901
26885
|
const chils = computed(() => {
|
|
26902
26886
|
return props.chil;
|
|
26903
26887
|
});
|
|
26904
26888
|
const onALinkClick = (val) => {
|
|
26905
|
-
|
|
26889
|
+
events.onFormDialogOpen({
|
|
26890
|
+
name: "setFOpenLink",
|
|
26891
|
+
data: val
|
|
26892
|
+
});
|
|
26906
26893
|
};
|
|
26907
26894
|
return (_ctx, _cache) => {
|
|
26908
26895
|
const _component_SvgIcon = resolveComponent("SvgIcon");
|
|
@@ -27527,7 +27514,9 @@ var _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
27527
27514
|
Local.set("themeConfig", themeConfig.value);
|
|
27528
27515
|
currentCountryCode.value = getCountryCode(lang);
|
|
27529
27516
|
locale.value = lang;
|
|
27530
|
-
|
|
27517
|
+
events.onFormDialogOpen({
|
|
27518
|
+
name: "setFBrowserTitle"
|
|
27519
|
+
});
|
|
27531
27520
|
initI18nOrSize("globalI18n", "disabledI18n");
|
|
27532
27521
|
refreshCurrentTabpage();
|
|
27533
27522
|
if (lang == "en") window.$changeLang("en");
|
|
@@ -28127,8 +28116,12 @@ var _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
28127
28116
|
else state.defaultActive = path;
|
|
28128
28117
|
}
|
|
28129
28118
|
};
|
|
28119
|
+
const events = useFormEvents();
|
|
28130
28120
|
const onALinkClick = (val) => {
|
|
28131
|
-
|
|
28121
|
+
events.onFormDialogOpen({
|
|
28122
|
+
name: "setFOpenLink",
|
|
28123
|
+
data: val
|
|
28124
|
+
});
|
|
28132
28125
|
};
|
|
28133
28126
|
onBeforeMount(() => {
|
|
28134
28127
|
setCurrentRouterHighlight(route);
|
|
@@ -5,10 +5,14 @@ export declare const FLayout: {
|
|
|
5
5
|
onLayoutChangePassword?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
onLayoutOnlineUsers?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
onLayoutSearchMenu?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onLayoutSetBrowserTitle?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onLayoutSetOpenLink?: ((...args: any[]) => any) | undefined;
|
|
8
10
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
11
|
layoutChangePassword: (...args: any[]) => void;
|
|
10
12
|
layoutOnlineUsers: (...args: any[]) => void;
|
|
11
13
|
layoutSearchMenu: (...args: any[]) => void;
|
|
14
|
+
layoutSetBrowserTitle: (...args: any[]) => void;
|
|
15
|
+
layoutSetOpenLink: (...args: any[]) => void;
|
|
12
16
|
}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
13
17
|
P: {};
|
|
14
18
|
B: {};
|
|
@@ -20,6 +24,8 @@ export declare const FLayout: {
|
|
|
20
24
|
onLayoutChangePassword?: ((...args: any[]) => any) | undefined;
|
|
21
25
|
onLayoutOnlineUsers?: ((...args: any[]) => any) | undefined;
|
|
22
26
|
onLayoutSearchMenu?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
onLayoutSetBrowserTitle?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onLayoutSetOpenLink?: ((...args: any[]) => any) | undefined;
|
|
23
29
|
}>, {}, {}, {}, {}, {}>;
|
|
24
30
|
__isFragment?: never;
|
|
25
31
|
__isTeleport?: never;
|
|
@@ -28,10 +34,14 @@ export declare const FLayout: {
|
|
|
28
34
|
onLayoutChangePassword?: ((...args: any[]) => any) | undefined;
|
|
29
35
|
onLayoutOnlineUsers?: ((...args: any[]) => any) | undefined;
|
|
30
36
|
onLayoutSearchMenu?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
onLayoutSetBrowserTitle?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onLayoutSetOpenLink?: ((...args: any[]) => any) | undefined;
|
|
31
39
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
32
40
|
layoutChangePassword: (...args: any[]) => void;
|
|
33
41
|
layoutOnlineUsers: (...args: any[]) => void;
|
|
34
42
|
layoutSearchMenu: (...args: any[]) => void;
|
|
43
|
+
layoutSetBrowserTitle: (...args: any[]) => void;
|
|
44
|
+
layoutSetOpenLink: (...args: any[]) => void;
|
|
35
45
|
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
36
46
|
$slots: any;
|
|
37
47
|
});
|
|
@@ -10,10 +10,14 @@ declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOpti
|
|
|
10
10
|
layoutChangePassword: (...args: any[]) => void;
|
|
11
11
|
layoutOnlineUsers: (...args: any[]) => void;
|
|
12
12
|
layoutSearchMenu: (...args: any[]) => void;
|
|
13
|
+
layoutSetBrowserTitle: (...args: any[]) => void;
|
|
14
|
+
layoutSetOpenLink: (...args: any[]) => void;
|
|
13
15
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
14
16
|
onLayoutChangePassword?: ((...args: any[]) => any) | undefined;
|
|
15
17
|
onLayoutOnlineUsers?: ((...args: any[]) => any) | undefined;
|
|
16
18
|
onLayoutSearchMenu?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onLayoutSetBrowserTitle?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onLayoutSetOpenLink?: ((...args: any[]) => any) | undefined;
|
|
17
21
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
18
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
23
|
export default _default;
|
package/lib/hooks/other.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { EmptyArrayType, EmptyObjectType,
|
|
1
|
+
import { EmptyArrayType, EmptyObjectType, RouteToFrom } from 'fmdeui-fmui/es/types';
|
|
2
2
|
/**
|
|
3
3
|
* 设置浏览器标题国际化
|
|
4
4
|
* @method const title = useTitle(); ==> title()
|
|
5
5
|
*/
|
|
6
|
-
export declare function useTitle(): void;
|
|
7
6
|
/**
|
|
8
7
|
* 设置 自定义 tagsView 名称、 自定义 tagsView 名称国际化
|
|
9
8
|
* @param params 路由 query、params 中的 tagsViewName
|
|
@@ -43,7 +42,6 @@ export declare function handleEmpty(list: EmptyArrayType): EmptyArrayType;
|
|
|
43
42
|
* 打开外部链接
|
|
44
43
|
* @param val 当前点击项菜单
|
|
45
44
|
*/
|
|
46
|
-
export declare function handleOpenLink(val: RouteItem): void;
|
|
47
45
|
/**
|
|
48
46
|
* 统一批量导出
|
|
49
47
|
* @method elSvg 导出全局注册 element plus svg 图标
|
|
@@ -57,13 +55,11 @@ export declare function handleOpenLink(val: RouteItem): void;
|
|
|
57
55
|
* @method handleOpenLink 打开外部链接
|
|
58
56
|
*/
|
|
59
57
|
declare const other: {
|
|
60
|
-
useTitle: () => void;
|
|
61
58
|
setTagsViewNameI18n(route: RouteToFrom): string;
|
|
62
59
|
lazyImg: (el: string, arr: EmptyArrayType) => void;
|
|
63
60
|
globalComponentSize: () => string;
|
|
64
61
|
deepClone: (obj: EmptyObjectType) => EmptyObjectType;
|
|
65
62
|
isMobile: () => boolean;
|
|
66
63
|
handleEmpty: (list: EmptyArrayType) => EmptyArrayType;
|
|
67
|
-
handleOpenLink: (val: RouteItem) => void;
|
|
68
64
|
};
|
|
69
65
|
export default other;
|
|
@@ -17,7 +17,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
17
17
|
name: "FLayout"
|
|
18
18
|
},
|
|
19
19
|
__name: "index",
|
|
20
|
-
emits: ["layoutChangePassword", "layoutOnlineUsers", "layoutSearchMenu"],
|
|
20
|
+
emits: ["layoutChangePassword", "layoutOnlineUsers", "layoutSearchMenu", "layoutSetBrowserTitle", "layoutSetOpenLink"],
|
|
21
21
|
setup(__props, { emit: __emit }) {
|
|
22
22
|
const layouts = {
|
|
23
23
|
defaults: vue.defineAsyncComponent(() => Promise.resolve().then(function () { return require('./main/defaults.vue.js'); })),
|
|
@@ -37,6 +37,10 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
37
37
|
curMyEmit("layoutOnlineUsers");
|
|
38
38
|
} else if (data.name == "searchFormMenu") {
|
|
39
39
|
curMyEmit("layoutSearchMenu");
|
|
40
|
+
} else if (data.name == "setFBrowserTitle") {
|
|
41
|
+
curMyEmit("layoutSetBrowserTitle");
|
|
42
|
+
} else if (data.name == "setFOpenLink") {
|
|
43
|
+
curMyEmit("layoutSetOpenLink", data);
|
|
40
44
|
}
|
|
41
45
|
}
|
|
42
46
|
});
|
|
@@ -15,7 +15,6 @@ require('../../../../../api/index.js');
|
|
|
15
15
|
var index = require('../../../../../locale/index.js');
|
|
16
16
|
require('../../../../../hooks/index.js');
|
|
17
17
|
var mitt = require('../../../../../utils/mitt.js');
|
|
18
|
-
var other = require('../../../../../hooks/other.js');
|
|
19
18
|
var Push = require('push.js');
|
|
20
19
|
var routesList = require('../../../../../stores/routesList.js');
|
|
21
20
|
var userInfo = require('../../../../../stores/userInfo.js');
|
|
@@ -154,7 +153,9 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
154
153
|
storage.Local.set("themeConfig", themeConfig$1.value);
|
|
155
154
|
currentCountryCode.value = index.getCountryCode(lang);
|
|
156
155
|
locale.value = lang;
|
|
157
|
-
|
|
156
|
+
events.onFormDialogOpen({
|
|
157
|
+
name: "setFBrowserTitle"
|
|
158
|
+
});
|
|
158
159
|
initI18nOrSize("globalI18n", "disabledI18n");
|
|
159
160
|
refreshCurrentTabpage();
|
|
160
161
|
if (lang == "en") window.$changeLang("en");
|
|
@@ -7,9 +7,10 @@ var vueRouter = require('vue-router');
|
|
|
7
7
|
var pinia = require('pinia');
|
|
8
8
|
require('../../../../stores/index.js');
|
|
9
9
|
var mitt = require('../../../../utils/mitt.js');
|
|
10
|
-
|
|
10
|
+
require('../../../../hooks/index.js');
|
|
11
11
|
var routesList = require('../../../../stores/routesList.js');
|
|
12
12
|
var themeConfig = require('../../../../stores/themeConfig.js');
|
|
13
|
+
var useDialogEvents = require('../../../../hooks/composables/useDialogEvents.js');
|
|
13
14
|
|
|
14
15
|
const _hoisted_1 = { class: "el-menu-horizontal-warp" };
|
|
15
16
|
const _hoisted_2 = ["onClick"];
|
|
@@ -69,8 +70,12 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
69
70
|
else state.defaultActive = path;
|
|
70
71
|
}
|
|
71
72
|
};
|
|
73
|
+
const events = useDialogEvents.useFormEvents();
|
|
72
74
|
const onALinkClick = (val) => {
|
|
73
|
-
|
|
75
|
+
events.onFormDialogOpen({
|
|
76
|
+
name: "setFOpenLink",
|
|
77
|
+
data: val
|
|
78
|
+
});
|
|
74
79
|
};
|
|
75
80
|
vue.onBeforeMount(() => {
|
|
76
81
|
setCurrentRouterHighlight(route);
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
-
|
|
6
|
+
require('../../../../hooks/index.js');
|
|
7
|
+
var useDialogEvents = require('../../../../hooks/composables/useDialogEvents.js');
|
|
7
8
|
|
|
8
9
|
const _hoisted_1 = ["onClick"];
|
|
9
10
|
var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -17,11 +18,15 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
17
18
|
},
|
|
18
19
|
setup(__props) {
|
|
19
20
|
const props = __props;
|
|
21
|
+
const events = useDialogEvents.useFormEvents();
|
|
20
22
|
const chils = vue.computed(() => {
|
|
21
23
|
return props.chil;
|
|
22
24
|
});
|
|
23
25
|
const onALinkClick = (val) => {
|
|
24
|
-
|
|
26
|
+
events.onFormDialogOpen({
|
|
27
|
+
name: "setFOpenLink",
|
|
28
|
+
data: val
|
|
29
|
+
});
|
|
25
30
|
};
|
|
26
31
|
return (_ctx, _cache) => {
|
|
27
32
|
const _component_SvgIcon = vue.resolveComponent("SvgIcon");
|
|
@@ -6,7 +6,8 @@ var vue = require('vue');
|
|
|
6
6
|
var vueRouter = require('vue-router');
|
|
7
7
|
var pinia = require('pinia');
|
|
8
8
|
require('../../../../stores/index.js');
|
|
9
|
-
|
|
9
|
+
require('../../../../hooks/index.js');
|
|
10
|
+
var useDialogEvents = require('../../../../hooks/composables/useDialogEvents.js');
|
|
10
11
|
var themeConfig = require('../../../../stores/themeConfig.js');
|
|
11
12
|
|
|
12
13
|
const _hoisted_1 = ["onClick"];
|
|
@@ -22,6 +23,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
22
23
|
setup(__props) {
|
|
23
24
|
const SubItem = vue.defineAsyncComponent(() => Promise.resolve().then(function () { return require('./subItem.vue.js'); }));
|
|
24
25
|
const props = __props;
|
|
26
|
+
const events = useDialogEvents.useFormEvents();
|
|
25
27
|
const storesThemeConfig = themeConfig.useThemeConfig();
|
|
26
28
|
const { themeConfig: themeConfig$1 } = pinia.storeToRefs(storesThemeConfig);
|
|
27
29
|
const route = vueRouter.useRoute();
|
|
@@ -43,7 +45,10 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
43
45
|
else return path;
|
|
44
46
|
};
|
|
45
47
|
const onALinkClick = (val) => {
|
|
46
|
-
|
|
48
|
+
events.onFormDialogOpen({
|
|
49
|
+
name: "setFOpenLink",
|
|
50
|
+
data: val
|
|
51
|
+
});
|
|
47
52
|
};
|
|
48
53
|
vue.onMounted(() => {
|
|
49
54
|
state.defaultActive = setParentHighlight(route);
|
|
@@ -8,12 +8,11 @@ var index = require('../locale/index.js');
|
|
|
8
8
|
require('../utils/index.js');
|
|
9
9
|
require('../stores/index.js');
|
|
10
10
|
require('../api/index.js');
|
|
11
|
-
var themeConfig = require('../stores/themeConfig.js');
|
|
12
11
|
var formatTime = require('../utils/formatTime.js');
|
|
13
12
|
var index$1 = require('../api/base/index.js');
|
|
13
|
+
var themeConfig = require('../stores/themeConfig.js');
|
|
14
14
|
|
|
15
15
|
function commonFunction() {
|
|
16
|
-
const themeStore = themeConfig.useThemeConfig();
|
|
17
16
|
const { copy, isSupported } = core.useClipboard();
|
|
18
17
|
const percentFormat = (row, column, cellValue) => {
|
|
19
18
|
return cellValue ? `${cellValue}%` : "-";
|
|
@@ -97,6 +96,7 @@ function commonFunction() {
|
|
|
97
96
|
return fieldValue;
|
|
98
97
|
};
|
|
99
98
|
const getTimeRangePickerShortcuts = () => {
|
|
99
|
+
const themeStore = themeConfig.useThemeConfig();
|
|
100
100
|
return [
|
|
101
101
|
{
|
|
102
102
|
text: "\u8FD1\u4E00\u5468",
|
|
@@ -7,25 +7,7 @@ var inpinia = require('../stores/inpinia.js');
|
|
|
7
7
|
var pinia = require('pinia');
|
|
8
8
|
var themeConfig = require('../stores/themeConfig.js');
|
|
9
9
|
var index = require('../locale/index.js');
|
|
10
|
-
var toolsValidate = require('../utils/toolsValidate.js');
|
|
11
10
|
|
|
12
|
-
const { proxy } = vue.getCurrentInstance();
|
|
13
|
-
function useTitle() {
|
|
14
|
-
const stores = themeConfig.useThemeConfig(inpinia.default);
|
|
15
|
-
const { themeConfig: themeConfig$1 } = pinia.storeToRefs(stores);
|
|
16
|
-
const router = proxy.$mycurRouter;
|
|
17
|
-
vue.nextTick(() => {
|
|
18
|
-
let webTitle = "";
|
|
19
|
-
let globalTitle = themeConfig$1.value.globalTitle;
|
|
20
|
-
const { path, meta } = router.currentRoute.value;
|
|
21
|
-
if (path === "/login") {
|
|
22
|
-
webTitle = meta.title;
|
|
23
|
-
} else {
|
|
24
|
-
webTitle = setTagsViewNameI18n(router.currentRoute.value);
|
|
25
|
-
}
|
|
26
|
-
document.title = `${webTitle} - ${globalTitle}` || globalTitle;
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
11
|
function setTagsViewNameI18n(item) {
|
|
30
12
|
let tagsViewName = "";
|
|
31
13
|
const { query, params, meta } = item;
|
|
@@ -101,21 +83,13 @@ function handleEmpty(list) {
|
|
|
101
83
|
}
|
|
102
84
|
return arr;
|
|
103
85
|
}
|
|
104
|
-
function handleOpenLink(val) {
|
|
105
|
-
var _a, _b, _c;
|
|
106
|
-
const { origin, pathname } = window.location;
|
|
107
|
-
const router = proxy.$mycurRouter;
|
|
108
|
-
router.push(val.path);
|
|
109
|
-
if (toolsValidate.verifyUrl((_a = val.meta) == null ? void 0 : _a.isLink)) window.open((_b = val.meta) == null ? void 0 : _b.isLink);
|
|
110
|
-
else window.open(`${origin}${pathname}#${(_c = val.meta) == null ? void 0 : _c.isLink}`);
|
|
111
|
-
}
|
|
112
86
|
const other = {
|
|
113
87
|
// elSvg: (app: App) => {
|
|
114
88
|
// elSvg(app);
|
|
115
89
|
// },
|
|
116
|
-
useTitle: () => {
|
|
117
|
-
|
|
118
|
-
},
|
|
90
|
+
// useTitle: () => {
|
|
91
|
+
// useTitle();
|
|
92
|
+
// },
|
|
119
93
|
setTagsViewNameI18n(route) {
|
|
120
94
|
return setTagsViewNameI18n(route);
|
|
121
95
|
},
|
|
@@ -133,18 +107,16 @@ const other = {
|
|
|
133
107
|
},
|
|
134
108
|
handleEmpty: (list) => {
|
|
135
109
|
return handleEmpty(list);
|
|
136
|
-
},
|
|
137
|
-
handleOpenLink: (val) => {
|
|
138
|
-
handleOpenLink(val);
|
|
139
110
|
}
|
|
111
|
+
// handleOpenLink: (val: RouteItem) => {
|
|
112
|
+
// handleOpenLink(val);
|
|
113
|
+
// },
|
|
140
114
|
};
|
|
141
115
|
|
|
142
116
|
exports.deepClone = deepClone;
|
|
143
117
|
exports.default = other;
|
|
144
118
|
exports.globalComponentSize = globalComponentSize;
|
|
145
119
|
exports.handleEmpty = handleEmpty;
|
|
146
|
-
exports.handleOpenLink = handleOpenLink;
|
|
147
120
|
exports.isMobile = isMobile;
|
|
148
121
|
exports.lazyImg = lazyImg;
|
|
149
122
|
exports.setTagsViewNameI18n = setTagsViewNameI18n;
|
|
150
|
-
exports.useTitle = useTitle;
|
package/locale/en.js
CHANGED
package/locale/en.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.40 */(function(e,t){typeof exports=="object"&&typeof module!="undefined"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis!="undefined"?globalThis:e||self,e.fmdeuiPlusLocaleEn=t())})(this,(function(){"use strict";var e={name:"en",plus:{datepicker:{date:"Please select date",dates:"Please select dates",week:"Please select week",month:"Please select month",months:"Please select months",year:"Please select year",years:"Please select years",startDatePlaceholder:"Please select start date",endDatePlaceholder:"Please select end date",datetime:"Please select datetime",startMonthPlaceholder:"Please select start month",endMonthPlaceholder:"Please select end month",startTimePlaceholder:"Please select start time",endTimePlaceholder:"Please select end time",shortcutsDate:{today:"Today",yesterday:"Yesterday",lastWeek:"Last week"},shortcutsDaterange:{pastWeek:"Past week",pastMonth:"Past month",pastThreeMonths:"Past three months"},shortcutsMonthrange:{thisMonth:"This month",thisYear:"This year",pastSixMonths:"Past six months"},shortcutsDatetime:{today:"Today",yesterday:"Yesterday",lastWeek:"Last week"},shortcutsDatetimerange:{pastWeek:"Past week",pastMonth:"Past month",pastThreeMonths:"Past three months"}},form:{pleaseEnter:"Please enter ",pleaseSelect:"Please select "},input:{placeholder:"Please enter ",appendTitle:"Yuan",validatePhone:"Please enter a valid phone number",validateIdCard:"Please enter a valid ID card number",validateInteger:"Please enter a valid integer",format:"Please enter a valid ",amount:"amount",numbers:"numbers",digitUppercase:"Please enter a valid amount format",validateError:"Please enter a valid format",escaped:{0:"Cent",1:"Penny",2:"Zero",3:"One",4:"Two",5:"Three",6:"Four",7:"Five",8:"Six",9:"Seven",10:"Eight",11:"Nine",12:"Yuan",13:"Ten thousand",14:"Ten million",15:"Ten billion",16:"Ten",17:"Hundred",18:"Thousand",19:"Short",20:"Whole"}},moduleForm:{save:"Save",back:"Back"},search:{searchText:"Search",resetText:"Reset",expand:"Expand",retract:"Retract",pleaseEnter:"Please enter ",pleaseSelect:"Please select ",popoverAttrs:{showTxt:"More",title:"All conditions",allTxt:"SelectAll",reverseTxt:"Reverse",clearTxt:"ClearAll"}},select:{selectAllTxt:"Select all"},selectIcon:{placeholder:"Please select icon",dialogTitle:"Please select icon",searchPlaceholder:"Search icon",emptyDescription:"No icon found"},copy:{copySuccess:"Copy success",copyFail:"Copy fail",invalidCopyContent:"Invalid copy content"},selectTable:{searchBtnTxt:"Search",radioTxt:"Radio",loadingTxt:"Loading...",copySuccess:"Copy success",copyFail:"Copy fail"},stepWizard:{lastBtnTitle:"Complete"},table:{columnBind:{btnTxt:"Column setting",title:"Column setting"},fistColumn:{label:"Number",radio:"Radio"},operator:{label:"Operation",more:"More",sum:"Sum",total:"Total",allSum:"All sum"},singleEdit:{tipText:"Click to edit"},pleaseEnter:"Please enter ",pleaseSelect:"Please select ",loadingTxt:"Loading...",dragTxt:"Drag",saveBtnTxt:"Save",density:"Density",default:"Default",loose:"Loose",compact:"Compact"},list:{idleTimeoutMessage:"Long time no operation, system logged out.",sysMessage:"System Message"}}};return e}));
|
package/locale/en.min.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.40 */var e={name:"en",plus:{datepicker:{date:"Please select date",dates:"Please select dates",week:"Please select week",month:"Please select month",months:"Please select months",year:"Please select year",years:"Please select years",startDatePlaceholder:"Please select start date",endDatePlaceholder:"Please select end date",datetime:"Please select datetime",startMonthPlaceholder:"Please select start month",endMonthPlaceholder:"Please select end month",startTimePlaceholder:"Please select start time",endTimePlaceholder:"Please select end time",shortcutsDate:{today:"Today",yesterday:"Yesterday",lastWeek:"Last week"},shortcutsDaterange:{pastWeek:"Past week",pastMonth:"Past month",pastThreeMonths:"Past three months"},shortcutsMonthrange:{thisMonth:"This month",thisYear:"This year",pastSixMonths:"Past six months"},shortcutsDatetime:{today:"Today",yesterday:"Yesterday",lastWeek:"Last week"},shortcutsDatetimerange:{pastWeek:"Past week",pastMonth:"Past month",pastThreeMonths:"Past three months"}},form:{pleaseEnter:"Please enter ",pleaseSelect:"Please select "},input:{placeholder:"Please enter ",appendTitle:"Yuan",validatePhone:"Please enter a valid phone number",validateIdCard:"Please enter a valid ID card number",validateInteger:"Please enter a valid integer",format:"Please enter a valid ",amount:"amount",numbers:"numbers",digitUppercase:"Please enter a valid amount format",validateError:"Please enter a valid format",escaped:{0:"Cent",1:"Penny",2:"Zero",3:"One",4:"Two",5:"Three",6:"Four",7:"Five",8:"Six",9:"Seven",10:"Eight",11:"Nine",12:"Yuan",13:"Ten thousand",14:"Ten million",15:"Ten billion",16:"Ten",17:"Hundred",18:"Thousand",19:"Short",20:"Whole"}},moduleForm:{save:"Save",back:"Back"},search:{searchText:"Search",resetText:"Reset",expand:"Expand",retract:"Retract",pleaseEnter:"Please enter ",pleaseSelect:"Please select ",popoverAttrs:{showTxt:"More",title:"All conditions",allTxt:"SelectAll",reverseTxt:"Reverse",clearTxt:"ClearAll"}},select:{selectAllTxt:"Select all"},selectIcon:{placeholder:"Please select icon",dialogTitle:"Please select icon",searchPlaceholder:"Search icon",emptyDescription:"No icon found"},copy:{copySuccess:"Copy success",copyFail:"Copy fail",invalidCopyContent:"Invalid copy content"},selectTable:{searchBtnTxt:"Search",radioTxt:"Radio",loadingTxt:"Loading...",copySuccess:"Copy success",copyFail:"Copy fail"},stepWizard:{lastBtnTitle:"Complete"},table:{columnBind:{btnTxt:"Column setting",title:"Column setting"},fistColumn:{label:"Number",radio:"Radio"},operator:{label:"Operation",more:"More",sum:"Sum",total:"Total",allSum:"All sum"},singleEdit:{tipText:"Click to edit"},pleaseEnter:"Please enter ",pleaseSelect:"Please select ",loadingTxt:"Loading...",dragTxt:"Drag",saveBtnTxt:"Save",density:"Density",default:"Default",loose:"Loose",compact:"Compact"},list:{idleTimeoutMessage:"Long time no operation, system logged out.",sysMessage:"System Message"}}};export{e as default};
|
package/locale/en.mjs
CHANGED
package/locale/zh-cn.js
CHANGED
package/locale/zh-cn.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.40 */(function(u,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(u=typeof globalThis!="undefined"?globalThis:u||self,u.fmdeuiPlusLocaleZhCn=e())})(this,(function(){"use strict";var u={name:"zh-cn",plus:{datepicker:{date:"\u8BF7\u9009\u62E9\u65E5\u671F",dates:"\u8BF7\u9009\u62E9\u65E5\u671F",week:"\u8BF7\u9009\u62E9\u5468",month:"\u8BF7\u9009\u62E9\u6708\u4EFD",months:"\u8BF7\u9009\u62E9\u6708\u4EFD",year:"\u8BF7\u9009\u62E9\u5E74\u4EFD",years:"\u8BF7\u9009\u62E9\u5E74\u4EFD",startDatePlaceholder:"\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",endDatePlaceholder:"\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",datetime:"\u8BF7\u9009\u62E9\u65E5\u671F\u65F6\u95F4",startMonthPlaceholder:"\u8BF7\u9009\u62E9\u5F00\u59CB\u6708\u4EFD",endMonthPlaceholder:"\u8BF7\u9009\u62E9\u7ED3\u675F\u6708\u4EFD",startTimePlaceholder:"\u8BF7\u9009\u62E9\u5F00\u59CB\u65F6\u95F4",endTimePlaceholder:"\u8BF7\u9009\u62E9\u7ED3\u675F\u65F6\u95F4",shortcutsDate:{today:"\u4ECA\u5929",yesterday:"\u6628\u5929",lastWeek:"\u4E00\u5468\u524D"},shortcutsDaterange:{pastWeek:"\u6700\u8FD1\u4E00\u5468",pastMonth:"\u6700\u8FD1\u4E00\u4E2A\u6708",pastThreeMonths:"\u6700\u8FD1\u4E09\u4E2A\u6708"},shortcutsMonthrange:{thisMonth:"\u672C\u6708",thisYear:"\u4ECA\u5E74\u81F3\u4ECA",pastSixMonths:"\u6700\u8FD1\u516D\u4E2A\u6708"},shortcutsDatetime:{today:"\u4ECA\u5929",yesterday:"\u6628\u5929",lastWeek:"\u4E00\u5468\u524D"},shortcutsDatetimerange:{pastWeek:"\u6700\u8FD1\u4E00\u5468",pastMonth:"\u6700\u8FD1\u4E00\u4E2A\u6708",pastThreeMonths:"\u6700\u8FD1\u4E09\u4E2A\u6708"}},form:{pleaseEnter:"\u8BF7\u8F93\u5165",pleaseSelect:"\u8BF7\u9009\u62E9"},input:{placeholder:"\u8BF7\u8F93\u5165",appendTitle:"\u5143",validatePhone:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u624B\u673A\u53F7\u7801",validateIdCard:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u8EAB\u4EFD\u8BC1\u53F7\u7801",validateInteger:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u6574\u6570",format:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684",amount:"\u91D1\u989D",numbers:"\u6570\u5B57",digitUppercase:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u91D1\u989D\u683C\u5F0F",validateError:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u683C\u5F0F",escaped:{0:"\u89D2",1:"\u5206",2:"\u96F6",3:"\u58F9",4:"\u8D30",5:"\u53C1",6:"\u8086",7:"\u4F0D",8:"\u9646",9:"\u67D2",10:"\u634C",11:"\u7396",12:"\u5143",13:"\u4E07",14:"\u4EBF",15:"\u5146",16:"\u62FE",17:"\u4F70",18:"\u4EDF",19:"\u6B20",20:"\u6574"}},moduleForm:{save:"\u4FDD\u5B58",back:"\u8FD4\u56DE"},search:{searchText:"\u67E5\u8BE2",resetText:"\u91CD\u7F6E",expand:"\u5C55\u5F00",retract:"\u6536\u8D77",pleaseEnter:"\u8BF7\u8F93\u5165",pleaseSelect:"\u8BF7\u9009\u62E9",popoverAttrs:{showTxt:"\u66F4\u591A",title:"\u6240\u6709\u6761\u4EF6",allTxt:"\u5168\u9009",reverseTxt:"\u53CD\u9009",clearTxt:"\u6E05\u7A7A"}},select:{selectAllTxt:"\u5168\u9009"},selectIcon:{placeholder:"\u8BF7\u9009\u62E9\u56FE\u6807",dialogTitle:"\u8BF7\u9009\u62E9\u56FE\u6807",searchPlaceholder:"\u641C\u7D22\u56FE\u6807",emptyDescription:"\u672A\u641C\u7D22\u5230\u60A8\u8981\u627E\u7684\u56FE\u6807"},copy:{copySuccess:"\u590D\u5236\u6210\u529F",copyFail:"\u590D\u5236\u5931\u8D25",invalidCopyContent:"\u65E0\u6548\u7684\u590D\u5236\u5185\u5BB9"},selectTable:{searchBtnTxt:"\u5173\u95ED\u4E0B\u62C9\u6846",radioTxt:"\u5355\u9009",loadingTxt:"\u52A0\u8F7D\u4E2D..."},stepWizard:{lastBtnTitle:"\u5B8C\u6210"},table:{columnBind:{btnTxt:"\u5217\u8BBE\u7F6E",title:"\u5217\u8BBE\u7F6E"},fistColumn:{label:"\u5E8F\u53F7",radio:"\u5355\u9009"},operator:{label:"\u64CD\u4F5C",more:"\u66F4\u591A",sum:"\u5F53\u9875\u5408\u8BA1",total:"\u5408\u8BA1",allSum:"\u5168\u90E8\u5408\u8BA1"},singleEdit:{tipText:"\u5355\u51FB\u53EF\u7F16\u8F91"},pleaseEnter:"\u8BF7\u8F93\u5165",pleaseSelect:"\u8BF7\u9009\u62E9",loadingTxt:"\u52A0\u8F7D\u4E2D...",saveBtnTxt:"\u4FDD\u5B58",dragTxt:"\u62D6\u52A8",density:"\u5BC6\u5EA6",default:"\u9ED8\u8BA4",loose:"\u5BBD\u677E",compact:"\u7D27\u51D1"},list:{idleTimeoutMessage:"\u957F\u65F6\u95F4\u672A\u64CD\u4F5C\uFF0C\u5DF2\u9000\u51FA\u7CFB\u7EDF\u3002",sysMessage:"\u7CFB\u7EDF\u6D88\u606F"}}};return u}));
|
package/locale/zh-cn.min.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.40 */var u={name:"zh-cn",plus:{datepicker:{date:"\u8BF7\u9009\u62E9\u65E5\u671F",dates:"\u8BF7\u9009\u62E9\u65E5\u671F",week:"\u8BF7\u9009\u62E9\u5468",month:"\u8BF7\u9009\u62E9\u6708\u4EFD",months:"\u8BF7\u9009\u62E9\u6708\u4EFD",year:"\u8BF7\u9009\u62E9\u5E74\u4EFD",years:"\u8BF7\u9009\u62E9\u5E74\u4EFD",startDatePlaceholder:"\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",endDatePlaceholder:"\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",datetime:"\u8BF7\u9009\u62E9\u65E5\u671F\u65F6\u95F4",startMonthPlaceholder:"\u8BF7\u9009\u62E9\u5F00\u59CB\u6708\u4EFD",endMonthPlaceholder:"\u8BF7\u9009\u62E9\u7ED3\u675F\u6708\u4EFD",startTimePlaceholder:"\u8BF7\u9009\u62E9\u5F00\u59CB\u65F6\u95F4",endTimePlaceholder:"\u8BF7\u9009\u62E9\u7ED3\u675F\u65F6\u95F4",shortcutsDate:{today:"\u4ECA\u5929",yesterday:"\u6628\u5929",lastWeek:"\u4E00\u5468\u524D"},shortcutsDaterange:{pastWeek:"\u6700\u8FD1\u4E00\u5468",pastMonth:"\u6700\u8FD1\u4E00\u4E2A\u6708",pastThreeMonths:"\u6700\u8FD1\u4E09\u4E2A\u6708"},shortcutsMonthrange:{thisMonth:"\u672C\u6708",thisYear:"\u4ECA\u5E74\u81F3\u4ECA",pastSixMonths:"\u6700\u8FD1\u516D\u4E2A\u6708"},shortcutsDatetime:{today:"\u4ECA\u5929",yesterday:"\u6628\u5929",lastWeek:"\u4E00\u5468\u524D"},shortcutsDatetimerange:{pastWeek:"\u6700\u8FD1\u4E00\u5468",pastMonth:"\u6700\u8FD1\u4E00\u4E2A\u6708",pastThreeMonths:"\u6700\u8FD1\u4E09\u4E2A\u6708"}},form:{pleaseEnter:"\u8BF7\u8F93\u5165",pleaseSelect:"\u8BF7\u9009\u62E9"},input:{placeholder:"\u8BF7\u8F93\u5165",appendTitle:"\u5143",validatePhone:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u624B\u673A\u53F7\u7801",validateIdCard:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u8EAB\u4EFD\u8BC1\u53F7\u7801",validateInteger:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u6574\u6570",format:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684",amount:"\u91D1\u989D",numbers:"\u6570\u5B57",digitUppercase:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u91D1\u989D\u683C\u5F0F",validateError:"\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u683C\u5F0F",escaped:{0:"\u89D2",1:"\u5206",2:"\u96F6",3:"\u58F9",4:"\u8D30",5:"\u53C1",6:"\u8086",7:"\u4F0D",8:"\u9646",9:"\u67D2",10:"\u634C",11:"\u7396",12:"\u5143",13:"\u4E07",14:"\u4EBF",15:"\u5146",16:"\u62FE",17:"\u4F70",18:"\u4EDF",19:"\u6B20",20:"\u6574"}},moduleForm:{save:"\u4FDD\u5B58",back:"\u8FD4\u56DE"},search:{searchText:"\u67E5\u8BE2",resetText:"\u91CD\u7F6E",expand:"\u5C55\u5F00",retract:"\u6536\u8D77",pleaseEnter:"\u8BF7\u8F93\u5165",pleaseSelect:"\u8BF7\u9009\u62E9",popoverAttrs:{showTxt:"\u66F4\u591A",title:"\u6240\u6709\u6761\u4EF6",allTxt:"\u5168\u9009",reverseTxt:"\u53CD\u9009",clearTxt:"\u6E05\u7A7A"}},select:{selectAllTxt:"\u5168\u9009"},selectIcon:{placeholder:"\u8BF7\u9009\u62E9\u56FE\u6807",dialogTitle:"\u8BF7\u9009\u62E9\u56FE\u6807",searchPlaceholder:"\u641C\u7D22\u56FE\u6807",emptyDescription:"\u672A\u641C\u7D22\u5230\u60A8\u8981\u627E\u7684\u56FE\u6807"},copy:{copySuccess:"\u590D\u5236\u6210\u529F",copyFail:"\u590D\u5236\u5931\u8D25",invalidCopyContent:"\u65E0\u6548\u7684\u590D\u5236\u5185\u5BB9"},selectTable:{searchBtnTxt:"\u5173\u95ED\u4E0B\u62C9\u6846",radioTxt:"\u5355\u9009",loadingTxt:"\u52A0\u8F7D\u4E2D..."},stepWizard:{lastBtnTitle:"\u5B8C\u6210"},table:{columnBind:{btnTxt:"\u5217\u8BBE\u7F6E",title:"\u5217\u8BBE\u7F6E"},fistColumn:{label:"\u5E8F\u53F7",radio:"\u5355\u9009"},operator:{label:"\u64CD\u4F5C",more:"\u66F4\u591A",sum:"\u5F53\u9875\u5408\u8BA1",total:"\u5408\u8BA1",allSum:"\u5168\u90E8\u5408\u8BA1"},singleEdit:{tipText:"\u5355\u51FB\u53EF\u7F16\u8F91"},pleaseEnter:"\u8BF7\u8F93\u5165",pleaseSelect:"\u8BF7\u9009\u62E9",loadingTxt:"\u52A0\u8F7D\u4E2D...",saveBtnTxt:"\u4FDD\u5B58",dragTxt:"\u62D6\u52A8",density:"\u5BC6\u5EA6",default:"\u9ED8\u8BA4",loose:"\u5BBD\u677E",compact:"\u7D27\u51D1"},list:{idleTimeoutMessage:"\u957F\u65F6\u95F4\u672A\u64CD\u4F5C\uFF0C\u5DF2\u9000\u51FA\u7CFB\u7EDF\u3002",sysMessage:"\u7CFB\u7EDF\u6D88\u606F"}}};export{u as default};
|
package/locale/zh-cn.mjs
CHANGED
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|