@fmdevui/fm-dev 1.0.4 → 1.0.6
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/README.md +1 -0
- package/es/_virtual/de-DE.mjs +1 -1
- package/es/_virtual/en-US.mjs +1 -1
- package/es/_virtual/es-ES.mjs +1 -1
- package/es/_virtual/fr-FR.mjs +1 -1
- package/es/_virtual/it-IT.mjs +1 -1
- package/es/_virtual/ja-JP.mjs +1 -1
- package/es/_virtual/ko-KR.mjs +1 -1
- package/es/_virtual/nb-NO.mjs +1 -1
- package/es/_virtual/pt-BR.mjs +1 -1
- package/es/_virtual/ru-RU.mjs +1 -1
- package/es/_virtual/th-TH.mjs +1 -1
- package/es/_virtual/vi-VN.mjs +1 -1
- package/es/_virtual/zh-CN.mjs +1 -1
- package/es/_virtual/zh-HK.mjs +1 -1
- package/es/_virtual/zh-TW.mjs +1 -1
- package/es/core/api/base/index.d.ts +19 -0
- package/es/core/api/index.d.ts +4 -0
- package/es/core/api/login/index.d.ts +7 -0
- package/es/core/api/sys/index.d.ts +39 -0
- package/es/core/api/utils/request.d.ts +36 -0
- package/es/core/auth/index.d.ts +40 -0
- package/es/core/directive/authDirective.d.ts +8 -0
- package/es/core/directive/customDirective.d.ts +21 -0
- package/es/core/directive/index.d.ts +9 -0
- package/es/core/index.d.ts +5 -2
- package/es/core/stores/index.d.ts +6 -0
- package/es/core/stores/inpinia.d.ts +3 -0
- package/es/core/stores/keepAliveNames.d.ts +17 -0
- package/es/core/stores/requestOldRoutes.d.ts +9 -0
- package/es/core/stores/routesList.d.ts +14 -0
- package/es/core/stores/tagsViewRoutes.d.ts +11 -0
- package/es/core/stores/themeConfig.d.ts +5 -0
- package/es/core/stores/userInfo.d.ts +21 -0
- package/es/core/utils/array/index.d.ts +23 -0
- package/es/core/utils/base64/index.d.ts +30 -0
- package/es/core/utils/comm/commonFunction.d.ts +17 -0
- package/es/core/utils/comm/data-signature.d.ts +17 -0
- package/es/core/utils/comm/download.d.ts +46 -0
- package/es/core/utils/comm/formatTime.d.ts +37 -0
- package/es/core/utils/comm/idleTimeout.d.ts +45 -0
- package/es/core/utils/comm/index.d.ts +7 -0
- package/es/core/utils/comm/setIconfont.d.ts +12 -0
- package/es/core/utils/comm/signalR.d.ts +3 -0
- package/es/core/utils/comm/sysInfo.d.ts +2 -0
- package/es/core/utils/comm/theme.d.ts +13 -0
- package/es/core/utils/comm/toolsValidate.d.ts +148 -0
- package/es/core/utils/comm/uploadfileurl.d.ts +2 -0
- package/es/core/utils/const/index.d.ts +11 -0
- package/es/core/utils/emit/index.d.ts +4 -0
- package/es/core/utils/index.d.ts +7 -0
- package/es/core/utils/other/index.d.ts +69 -0
- package/es/core/utils/storage/index.d.ts +27 -0
- package/es/core/utils/watermark/index.d.ts +10 -0
- package/es/index.d.ts +1 -2
- package/es/index.mjs +23 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +6 -0
- package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +6 -0
- package/es/packages/core/api/base/index.mjs +179 -0
- package/es/packages/core/api/index.mjs +4 -0
- package/es/packages/core/api/login/index.mjs +35 -0
- package/es/packages/core/api/sys/index.mjs +201 -0
- package/es/packages/core/api/types/global.d.mjs +1 -0
- package/es/packages/core/api/utils/request.mjs +173 -0
- package/es/packages/core/auth/index.mjs +34 -0
- package/es/packages/core/directive/authDirective.mjs +38 -0
- package/es/packages/core/directive/customDirective.mjs +147 -0
- package/es/packages/core/directive/index.mjs +10 -0
- package/es/packages/core/index.mjs +26 -0
- package/es/packages/core/stores/index.mjs +6 -0
- package/es/packages/core/stores/inpinia.mjs +5 -0
- package/es/packages/core/stores/keepAliveNames.mjs +29 -0
- package/es/packages/core/stores/requestOldRoutes.mjs +14 -0
- package/es/packages/core/stores/routesList.mjs +26 -0
- package/es/packages/core/stores/tagsViewRoutes.mjs +22 -0
- package/es/packages/core/stores/themeConfig.mjs +161 -0
- package/es/packages/core/stores/userInfo.mjs +156 -0
- package/es/packages/core/utils/array/index.mjs +59 -0
- package/es/packages/core/utils/base64/index.mjs +57 -0
- package/es/packages/core/utils/comm/calendar.mjs +785 -0
- package/es/packages/core/utils/comm/commonFunction.mjs +83 -0
- package/es/packages/core/utils/comm/data-signature.mjs +39 -0
- package/es/packages/core/utils/comm/download.mjs +78 -0
- package/es/packages/core/utils/comm/formatTime.mjs +110 -0
- package/es/packages/core/utils/comm/idleTimeout.mjs +124 -0
- package/es/packages/core/utils/comm/index.mjs +7 -0
- package/es/packages/core/utils/comm/setIconfont.mjs +36 -0
- package/es/packages/core/utils/comm/signalR.mjs +45 -0
- package/es/packages/core/utils/comm/sysInfo.mjs +54 -0
- package/es/packages/core/utils/comm/theme.mjs +54 -0
- package/es/packages/core/utils/comm/toolsValidate.mjs +140 -0
- package/es/packages/core/utils/comm/uploadfileurl.mjs +12 -0
- package/es/packages/core/utils/const/index.mjs +13 -0
- package/es/packages/core/utils/emit/index.mjs +5 -0
- package/es/packages/core/utils/index.mjs +13 -0
- package/es/packages/core/utils/other/index.mjs +137 -0
- package/es/packages/core/utils/storage/index.mjs +55 -0
- package/es/packages/core/utils/watermark/index.mjs +39 -0
- package/index.js +23664 -5696
- package/index.min.js +42 -10
- package/index.min.mjs +42 -10
- package/index.mjs +23590 -5694
- package/lib/_virtual/de-DE.js +1 -1
- package/lib/_virtual/en-US.js +1 -1
- package/lib/_virtual/es-ES.js +1 -1
- package/lib/_virtual/fr-FR.js +1 -1
- package/lib/_virtual/it-IT.js +1 -1
- package/lib/_virtual/ja-JP.js +1 -1
- package/lib/_virtual/ko-KR.js +1 -1
- package/lib/_virtual/nb-NO.js +1 -1
- package/lib/_virtual/pt-BR.js +1 -1
- package/lib/_virtual/ru-RU.js +1 -1
- package/lib/_virtual/th-TH.js +1 -1
- package/lib/_virtual/vi-VN.js +1 -1
- package/lib/_virtual/zh-CN.js +1 -1
- package/lib/_virtual/zh-HK.js +1 -1
- package/lib/_virtual/zh-TW.js +1 -1
- package/lib/core/api/base/index.d.ts +19 -0
- package/lib/core/api/index.d.ts +4 -0
- package/lib/core/api/login/index.d.ts +7 -0
- package/lib/core/api/sys/index.d.ts +39 -0
- package/lib/core/api/utils/request.d.ts +36 -0
- package/lib/core/auth/index.d.ts +40 -0
- package/lib/core/directive/authDirective.d.ts +8 -0
- package/lib/core/directive/customDirective.d.ts +21 -0
- package/lib/core/directive/index.d.ts +9 -0
- package/lib/core/index.d.ts +5 -2
- package/lib/core/stores/index.d.ts +6 -0
- package/lib/core/stores/inpinia.d.ts +3 -0
- package/lib/core/stores/keepAliveNames.d.ts +17 -0
- package/lib/core/stores/requestOldRoutes.d.ts +9 -0
- package/lib/core/stores/routesList.d.ts +14 -0
- package/lib/core/stores/tagsViewRoutes.d.ts +11 -0
- package/lib/core/stores/themeConfig.d.ts +5 -0
- package/lib/core/stores/userInfo.d.ts +21 -0
- package/lib/core/utils/array/index.d.ts +23 -0
- package/lib/core/utils/base64/index.d.ts +30 -0
- package/lib/core/utils/comm/commonFunction.d.ts +17 -0
- package/lib/core/utils/comm/data-signature.d.ts +17 -0
- package/lib/core/utils/comm/download.d.ts +46 -0
- package/lib/core/utils/comm/formatTime.d.ts +37 -0
- package/lib/core/utils/comm/idleTimeout.d.ts +45 -0
- package/lib/core/utils/comm/index.d.ts +7 -0
- package/lib/core/utils/comm/setIconfont.d.ts +12 -0
- package/lib/core/utils/comm/signalR.d.ts +3 -0
- package/lib/core/utils/comm/sysInfo.d.ts +2 -0
- package/lib/core/utils/comm/theme.d.ts +13 -0
- package/lib/core/utils/comm/toolsValidate.d.ts +148 -0
- package/lib/core/utils/comm/uploadfileurl.d.ts +2 -0
- package/lib/core/utils/const/index.d.ts +11 -0
- package/lib/core/utils/emit/index.d.ts +4 -0
- package/lib/core/utils/index.d.ts +7 -0
- package/lib/core/utils/other/index.d.ts +69 -0
- package/lib/core/utils/storage/index.d.ts +27 -0
- package/lib/core/utils/watermark/index.d.ts +10 -0
- package/lib/index.d.ts +1 -2
- package/lib/index.js +111 -7
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +6 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +6 -0
- package/lib/packages/core/api/base/index.js +181 -0
- package/lib/packages/core/api/index.js +26 -0
- package/lib/packages/core/api/login/index.js +37 -0
- package/lib/packages/core/api/sys/index.js +204 -0
- package/lib/packages/core/api/types/global.d.js +2 -0
- package/lib/packages/core/api/utils/request.js +190 -0
- package/lib/packages/core/auth/index.js +41 -0
- package/lib/packages/core/directive/authDirective.js +40 -0
- package/lib/packages/core/directive/customDirective.js +151 -0
- package/lib/packages/core/directive/index.js +12 -0
- package/lib/packages/core/index.js +114 -7
- package/lib/packages/core/stores/index.js +17 -0
- package/lib/packages/core/stores/inpinia.js +7 -0
- package/lib/packages/core/stores/keepAliveNames.js +31 -0
- package/lib/packages/core/stores/requestOldRoutes.js +16 -0
- package/lib/packages/core/stores/routesList.js +28 -0
- package/lib/packages/core/stores/tagsViewRoutes.js +24 -0
- package/lib/packages/core/stores/themeConfig.js +163 -0
- package/lib/packages/core/stores/userInfo.js +158 -0
- package/lib/packages/core/utils/array/index.js +64 -0
- package/lib/packages/core/utils/base64/index.js +63 -0
- package/lib/packages/core/utils/comm/calendar.js +789 -0
- package/lib/packages/core/utils/comm/commonFunction.js +87 -0
- package/lib/packages/core/utils/comm/data-signature.js +41 -0
- package/lib/packages/core/utils/comm/download.js +86 -0
- package/lib/packages/core/utils/comm/formatTime.js +115 -0
- package/lib/packages/core/utils/comm/idleTimeout.js +128 -0
- package/lib/packages/core/utils/comm/index.js +50 -0
- package/lib/packages/core/utils/comm/setIconfont.js +42 -0
- package/lib/packages/core/utils/comm/signalR.js +66 -0
- package/lib/packages/core/utils/comm/sysInfo.js +57 -0
- package/lib/packages/core/utils/comm/theme.js +56 -0
- package/lib/packages/core/utils/comm/toolsValidate.js +165 -0
- package/lib/packages/core/utils/comm/uploadfileurl.js +14 -0
- package/lib/packages/core/utils/const/index.js +15 -0
- package/lib/packages/core/utils/emit/index.js +9 -0
- package/lib/packages/core/utils/index.js +69 -0
- package/lib/packages/core/utils/other/index.js +149 -0
- package/lib/packages/core/utils/storage/index.js +58 -0
- package/lib/packages/core/utils/watermark/index.js +41 -0
- package/package.json +2 -2
- package/es/core/types/axios/index.d.ts +0 -11
- package/es/packages/core/types/axios/index.mjs +0 -2
- package/lib/core/types/axios/index.d.ts +0 -11
- package/lib/packages/core/types/axios/index.js +0 -28
- /package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.13.39_vue@3.5.16_typescript@5.8.3_ → vxe-table@4.13.41_vue@3.5.16_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
type IdleTimeoutConfig = {
|
|
2
|
+
/** 空闲超时时间(秒),默认30分钟 */
|
|
3
|
+
timeout?: number;
|
|
4
|
+
/** 用于设置最后活动时间的监听事件列表 */
|
|
5
|
+
events?: string[];
|
|
6
|
+
/** 登出回调函数,在超时发生时执行 */
|
|
7
|
+
onTimeout?: () => void;
|
|
8
|
+
/** 监听事件防抖间隔(毫秒),默认 200,设为0表示不启用防抖 */
|
|
9
|
+
debounceInterval?: number;
|
|
10
|
+
};
|
|
11
|
+
declare class IdleTimeoutManager {
|
|
12
|
+
private timerId;
|
|
13
|
+
private readonly config;
|
|
14
|
+
private readonly debouncedReset;
|
|
15
|
+
/** 检查闲置超时时间间隔 */
|
|
16
|
+
private readonly checkTimeoutInterval;
|
|
17
|
+
constructor(config?: IdleTimeoutConfig);
|
|
18
|
+
private init;
|
|
19
|
+
private handleVisibilityChange;
|
|
20
|
+
/** 设置最后活动时间 */
|
|
21
|
+
setLastActivityTime(): void;
|
|
22
|
+
/**
|
|
23
|
+
* 更新空闲超时时间
|
|
24
|
+
* @param timeout - 新的超时时间(毫秒)
|
|
25
|
+
*/
|
|
26
|
+
updateIdleTimeout(timeout: number): void;
|
|
27
|
+
/** 检查是否超时 */
|
|
28
|
+
checkTimeout(): void;
|
|
29
|
+
/** 销毁实例 */
|
|
30
|
+
destroy(): void;
|
|
31
|
+
/** 超时时执行 */
|
|
32
|
+
private timeOutExec;
|
|
33
|
+
}
|
|
34
|
+
/** 初始化函数(在应用启动时调用) */
|
|
35
|
+
export declare function initIdleTimeout(config?: IdleTimeoutConfig): IdleTimeoutManager;
|
|
36
|
+
/** 销毁函数(在需要时调用) */
|
|
37
|
+
export declare function destroyIdleTimeout(): void;
|
|
38
|
+
/** 更新空闲超时时间(毫秒) */
|
|
39
|
+
export declare function updateIdleTimeout(timeout: number): void;
|
|
40
|
+
declare global {
|
|
41
|
+
interface Window {
|
|
42
|
+
__IDLE_TIMEOUT__?: IdleTimeoutManager;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare function setCssCdn(): false | undefined;
|
|
2
|
+
export declare function setJsCdn(): false | undefined;
|
|
3
|
+
/**
|
|
4
|
+
* 批量设置字体图标、动态js
|
|
5
|
+
* @method cssCdn 动态批量设置字体图标
|
|
6
|
+
* @method jsCdn 动态批量设置第三方js
|
|
7
|
+
*/
|
|
8
|
+
declare const setIntroduction: {
|
|
9
|
+
cssCdn: () => void;
|
|
10
|
+
jsCdn: () => void;
|
|
11
|
+
};
|
|
12
|
+
export default setIntroduction;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 颜色转换函数
|
|
3
|
+
* @method hexToRgb hex 颜色转 rgb 颜色
|
|
4
|
+
* @method rgbToHex rgb 颜色转 Hex 颜色
|
|
5
|
+
* @method getDarkColor 加深颜色值
|
|
6
|
+
* @method getLightColor 变浅颜色值
|
|
7
|
+
*/
|
|
8
|
+
export declare function useChangeColor(): {
|
|
9
|
+
hexToRgb: (str: string) => any;
|
|
10
|
+
rgbToHex: (r: any, g: any, b: any) => string;
|
|
11
|
+
getDarkColor: (color: string, level: number) => string;
|
|
12
|
+
getLightColor: (color: string, level: number) => string;
|
|
13
|
+
};
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 验证百分比(不可以小数)
|
|
3
|
+
* @param val 当前值字符串
|
|
4
|
+
* @returns 返回处理后的字符串
|
|
5
|
+
*/
|
|
6
|
+
export declare function verifyNumberPercentage(val: string): string;
|
|
7
|
+
/**
|
|
8
|
+
* 验证百分比(可以小数)
|
|
9
|
+
* @param val 当前值字符串
|
|
10
|
+
* @returns 返回处理后的字符串
|
|
11
|
+
*/
|
|
12
|
+
export declare function verifyNumberPercentageFloat(val: string): string;
|
|
13
|
+
/**
|
|
14
|
+
* 小数或整数(不可以负数)
|
|
15
|
+
* @param val 当前值字符串
|
|
16
|
+
* @returns 返回处理后的字符串
|
|
17
|
+
*/
|
|
18
|
+
export declare function verifyNumberIntegerAndFloat(val: string): string;
|
|
19
|
+
/**
|
|
20
|
+
* 正整数验证
|
|
21
|
+
* @param val 当前值字符串
|
|
22
|
+
* @returns 返回处理后的字符串
|
|
23
|
+
*/
|
|
24
|
+
export declare function verifiyNumberInteger(val: string): string;
|
|
25
|
+
/**
|
|
26
|
+
* 去掉中文及空格
|
|
27
|
+
* @param val 当前值字符串
|
|
28
|
+
* @returns 返回处理后的字符串
|
|
29
|
+
*/
|
|
30
|
+
export declare function verifyCnAndSpace(val: string): string;
|
|
31
|
+
/**
|
|
32
|
+
* 去掉英文及空格
|
|
33
|
+
* @param val 当前值字符串
|
|
34
|
+
* @returns 返回处理后的字符串
|
|
35
|
+
*/
|
|
36
|
+
export declare function verifyEnAndSpace(val: string): string;
|
|
37
|
+
/**
|
|
38
|
+
* 禁止输入空格
|
|
39
|
+
* @param val 当前值字符串
|
|
40
|
+
* @returns 返回处理后的字符串
|
|
41
|
+
*/
|
|
42
|
+
export declare function verifyAndSpace(val: string): string;
|
|
43
|
+
/**
|
|
44
|
+
* 金额用 `,` 区分开
|
|
45
|
+
* @param val 当前值字符串
|
|
46
|
+
* @returns 返回处理后的字符串
|
|
47
|
+
*/
|
|
48
|
+
export declare function verifyNumberComma(val: string): any;
|
|
49
|
+
/**
|
|
50
|
+
* 匹配文字变色(搜索时)
|
|
51
|
+
* @param val 当前值字符串
|
|
52
|
+
* @param text 要处理的字符串值
|
|
53
|
+
* @param color 搜索到时字体高亮颜色
|
|
54
|
+
* @returns 返回处理后的字符串
|
|
55
|
+
*/
|
|
56
|
+
export declare function verifyTextColor(val: string, text?: string, color?: string): string;
|
|
57
|
+
/**
|
|
58
|
+
* 数字转中文大写
|
|
59
|
+
* @param val 当前值字符串
|
|
60
|
+
* @param unit 默认:仟佰拾亿仟佰拾万仟佰拾元角分
|
|
61
|
+
* @returns 返回处理后的字符串
|
|
62
|
+
*/
|
|
63
|
+
export declare function verifyNumberCnUppercase(val: any, unit?: string, v?: string): string;
|
|
64
|
+
/**
|
|
65
|
+
* 手机号码
|
|
66
|
+
* @param val 当前值字符串
|
|
67
|
+
* @returns 返回 true: 手机号码正确
|
|
68
|
+
*/
|
|
69
|
+
export declare function verifyPhone(val: string): boolean;
|
|
70
|
+
/**
|
|
71
|
+
* 国内电话号码
|
|
72
|
+
* @param val 当前值字符串
|
|
73
|
+
* @returns 返回 true: 国内电话号码正确
|
|
74
|
+
*/
|
|
75
|
+
export declare function verifyTelPhone(val: string): boolean;
|
|
76
|
+
/**
|
|
77
|
+
* 登录账号 (字母开头,允许5-16字节,允许字母数字下划线)
|
|
78
|
+
* @param val 当前值字符串
|
|
79
|
+
* @returns 返回 true: 登录账号正确
|
|
80
|
+
*/
|
|
81
|
+
export declare function verifyAccount(val: string): boolean;
|
|
82
|
+
/**
|
|
83
|
+
* 密码 (以字母开头,长度在6~16之间,只能包含字母、数字和下划线)
|
|
84
|
+
* @param val 当前值字符串
|
|
85
|
+
* @returns 返回 true: 密码正确
|
|
86
|
+
*/
|
|
87
|
+
export declare function verifyPassword(val: string): boolean;
|
|
88
|
+
/**
|
|
89
|
+
* 强密码 (字母+数字+特殊字符,长度在6-16之间)
|
|
90
|
+
* @param val 当前值字符串
|
|
91
|
+
* @returns 返回 true: 强密码正确
|
|
92
|
+
*/
|
|
93
|
+
export declare function verifyPasswordPowerful(val: string): boolean;
|
|
94
|
+
/**
|
|
95
|
+
* 密码强度
|
|
96
|
+
* @param val 当前值字符串
|
|
97
|
+
* @description 弱:纯数字,纯字母,纯特殊字符
|
|
98
|
+
* @description 中:字母+数字,字母+特殊字符,数字+特殊字符
|
|
99
|
+
* @description 强:字母+数字+特殊字符
|
|
100
|
+
* @returns 返回处理后的字符串:弱、中、强
|
|
101
|
+
*/
|
|
102
|
+
export declare function verifyPasswordStrength(val: string): string;
|
|
103
|
+
/**
|
|
104
|
+
* IP地址
|
|
105
|
+
* @param val 当前值字符串
|
|
106
|
+
* @returns 返回 true: IP地址正确
|
|
107
|
+
*/
|
|
108
|
+
export declare function verifyIPAddress(val: string): boolean;
|
|
109
|
+
/**
|
|
110
|
+
* 邮箱
|
|
111
|
+
* @param val 当前值字符串
|
|
112
|
+
* @returns 返回 true: 邮箱正确
|
|
113
|
+
*/
|
|
114
|
+
export declare function verifyEmail(val: string): boolean;
|
|
115
|
+
/**
|
|
116
|
+
* 身份证
|
|
117
|
+
* @param val 当前值字符串
|
|
118
|
+
* @returns 返回 true: 身份证正确
|
|
119
|
+
*/
|
|
120
|
+
export declare function verifyIdCard(val: string): boolean;
|
|
121
|
+
/**
|
|
122
|
+
* 姓名
|
|
123
|
+
* @param val 当前值字符串
|
|
124
|
+
* @returns 返回 true: 姓名正确
|
|
125
|
+
*/
|
|
126
|
+
export declare function verifyFullName(val: string): boolean;
|
|
127
|
+
/**
|
|
128
|
+
* 邮政编码
|
|
129
|
+
* @param val 当前值字符串
|
|
130
|
+
* @returns 返回 true: 邮政编码正确
|
|
131
|
+
*/
|
|
132
|
+
export declare function verifyPostalCode(val: string): boolean;
|
|
133
|
+
/**
|
|
134
|
+
* url 处理
|
|
135
|
+
* @param val 当前值字符串
|
|
136
|
+
* @returns 返回 true: url 正确
|
|
137
|
+
*/
|
|
138
|
+
export declare function verifyUrl(val: string): boolean;
|
|
139
|
+
/**
|
|
140
|
+
* 车牌号
|
|
141
|
+
* @param val 当前值字符串
|
|
142
|
+
* @returns 返回 true:车牌号正确
|
|
143
|
+
*/
|
|
144
|
+
export declare function verifyCarNum(val: string): boolean;
|
|
145
|
+
/**
|
|
146
|
+
* 解析身份证
|
|
147
|
+
*/
|
|
148
|
+
export declare function judgementIdCard(idCard: string): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { EmptyArrayType, EmptyObjectType, RouteItem, RouteToFrom } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* 设置浏览器标题国际化
|
|
4
|
+
* @method const title = useTitle(); ==> title()
|
|
5
|
+
*/
|
|
6
|
+
export declare function useTitle(): void;
|
|
7
|
+
/**
|
|
8
|
+
* 设置 自定义 tagsView 名称、 自定义 tagsView 名称国际化
|
|
9
|
+
* @param params 路由 query、params 中的 tagsViewName
|
|
10
|
+
* @returns 返回当前 tagsViewName 名称
|
|
11
|
+
*/
|
|
12
|
+
export declare function setTagsViewNameI18n(item: any): string;
|
|
13
|
+
/**
|
|
14
|
+
* 图片懒加载
|
|
15
|
+
* @param el dom 目标元素
|
|
16
|
+
* @param arr 列表数据
|
|
17
|
+
* @description data-xxx 属性用于存储页面或应用程序的私有自定义数据
|
|
18
|
+
*/
|
|
19
|
+
export declare const lazyImg: (el: string, arr: EmptyArrayType) => void;
|
|
20
|
+
/**
|
|
21
|
+
* 全局组件大小
|
|
22
|
+
* @returns 返回 `window.localStorage` 中读取的缓存值 `globalComponentSize`
|
|
23
|
+
*/
|
|
24
|
+
export declare const globalComponentSize: () => string;
|
|
25
|
+
/**
|
|
26
|
+
* 对象深克隆
|
|
27
|
+
* @param obj 源对象
|
|
28
|
+
* @returns 克隆后的对象
|
|
29
|
+
*/
|
|
30
|
+
export declare function deepClone(obj: EmptyObjectType): EmptyObjectType;
|
|
31
|
+
/**
|
|
32
|
+
* 判断是否是移动端
|
|
33
|
+
*/
|
|
34
|
+
export declare function isMobile(): boolean;
|
|
35
|
+
/**
|
|
36
|
+
* 判断数组对象中所有属性是否为空,为空则删除当前行对象
|
|
37
|
+
* @description @感谢大黄
|
|
38
|
+
* @param list 数组对象
|
|
39
|
+
* @returns 删除空值后的数组对象
|
|
40
|
+
*/
|
|
41
|
+
export declare function handleEmpty(list: EmptyArrayType): EmptyArrayType;
|
|
42
|
+
/**
|
|
43
|
+
* 打开外部链接
|
|
44
|
+
* @param val 当前点击项菜单
|
|
45
|
+
*/
|
|
46
|
+
export declare function handleOpenLink(val: RouteItem): void;
|
|
47
|
+
/**
|
|
48
|
+
* 统一批量导出
|
|
49
|
+
* @method elSvg 导出全局注册 element plus svg 图标
|
|
50
|
+
* @method useTitle 设置浏览器标题国际化
|
|
51
|
+
* @method setTagsViewNameI18n 设置 自定义 tagsView 名称、 自定义 tagsView 名称国际化
|
|
52
|
+
* @method lazyImg 图片懒加载
|
|
53
|
+
* @method globalComponentSize() element plus 全局组件大小
|
|
54
|
+
* @method deepClone 对象深克隆
|
|
55
|
+
* @method isMobile 判断是否是移动端
|
|
56
|
+
* @method handleEmpty 判断数组对象中所有属性是否为空,为空则删除当前行对象
|
|
57
|
+
* @method handleOpenLink 打开外部链接
|
|
58
|
+
*/
|
|
59
|
+
declare const other: {
|
|
60
|
+
useTitle: () => void;
|
|
61
|
+
setTagsViewNameI18n(route: RouteToFrom): string;
|
|
62
|
+
lazyImg: (el: string, arr: EmptyArrayType) => void;
|
|
63
|
+
globalComponentSize: () => string;
|
|
64
|
+
deepClone: (obj: EmptyObjectType) => EmptyObjectType;
|
|
65
|
+
isMobile: () => boolean;
|
|
66
|
+
handleEmpty: (list: EmptyArrayType) => EmptyArrayType;
|
|
67
|
+
handleOpenLink: (val: RouteItem) => void;
|
|
68
|
+
};
|
|
69
|
+
export default other;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* window.localStorage 浏览器永久缓存
|
|
3
|
+
* @method set 设置永久缓存
|
|
4
|
+
* @method get 获取永久缓存
|
|
5
|
+
* @method remove 移除永久缓存
|
|
6
|
+
* @method clear 移除全部永久缓存
|
|
7
|
+
*/
|
|
8
|
+
export declare const Local: {
|
|
9
|
+
setKey(key: string): string;
|
|
10
|
+
set<T>(key: string, val: T): void;
|
|
11
|
+
get(key: string): any;
|
|
12
|
+
remove(key: string): void;
|
|
13
|
+
clear(): void;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* window.sessionStorage 浏览器临时缓存
|
|
17
|
+
* @method set 设置临时缓存
|
|
18
|
+
* @method get 获取临时缓存
|
|
19
|
+
* @method remove 移除临时缓存
|
|
20
|
+
* @method clear 移除全部临时缓存
|
|
21
|
+
*/
|
|
22
|
+
export declare const Session: {
|
|
23
|
+
set<T>(key: string, val: T): any;
|
|
24
|
+
get(key: string): any;
|
|
25
|
+
remove(key: string): any;
|
|
26
|
+
clear(): void;
|
|
27
|
+
};
|
package/es/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as installer } from './defaults';
|
|
2
2
|
import { App } from 'vue';
|
|
3
|
-
export * from '
|
|
4
|
-
export type * from 'fm-dev/es/core';
|
|
3
|
+
export * from './core';
|
|
5
4
|
export { version } from './version';
|
|
6
5
|
export declare const install: (app: App) => void;
|
|
7
6
|
export default installer;
|
package/es/index.mjs
CHANGED
|
@@ -2,7 +2,30 @@ import installer from './defaults.mjs';
|
|
|
2
2
|
import './packages/core/index.mjs';
|
|
3
3
|
export { version } from './version.mjs';
|
|
4
4
|
export { FmLogin } from './packages/core/ui/login/index.mjs';
|
|
5
|
+
export { useBaseApi } from './packages/core/api/base/index.mjs';
|
|
6
|
+
export { feature, useSysApi } from './packages/core/api/sys/index.mjs';
|
|
7
|
+
export { useLoginApi } from './packages/core/api/login/index.mjs';
|
|
8
|
+
export { accessTokenKey, axiosInstance, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, decryptJWT, getJWTDate, getToken, refreshAccessTokenKey, request2, service, tansParams } from './packages/core/api/utils/request.mjs';
|
|
9
|
+
export { directive } from './packages/core/directive/index.mjs';
|
|
5
10
|
export { getCountryCode, i18n, iso_3166_1_CountryList, languageList, mergMessage, setupI18n } from './packages/core/locales/index.mjs';
|
|
11
|
+
export { useKeepALiveNames } from './packages/core/stores/keepAliveNames.mjs';
|
|
12
|
+
export { useRequestOldRoutes } from './packages/core/stores/requestOldRoutes.mjs';
|
|
13
|
+
export { useRoutesList } from './packages/core/stores/routesList.mjs';
|
|
14
|
+
export { useTagsViewRoutes } from './packages/core/stores/tagsViewRoutes.mjs';
|
|
15
|
+
export { useThemeConfig } from './packages/core/stores/themeConfig.mjs';
|
|
16
|
+
export { useUserInfo } from './packages/core/stores/userInfo.mjs';
|
|
17
|
+
export { clone, isObjectValueEqual, judgementSameArr, removeDuplicate } from './packages/core/utils/array/index.mjs';
|
|
18
|
+
export { Watermark } from './packages/core/utils/watermark/index.mjs';
|
|
19
|
+
export { base64ToFile, blobToFile, dataURLtoBlob, fileToBase64, urlToBase64 } from './packages/core/utils/base64/index.mjs';
|
|
20
|
+
export { Local, Session } from './packages/core/utils/storage/index.mjs';
|
|
21
|
+
export { judgementIdCard, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl } from './packages/core/utils/comm/toolsValidate.mjs';
|
|
22
|
+
export { formatAxis, formatDate, formatPast, getWeek } from './packages/core/utils/comm/formatTime.mjs';
|
|
23
|
+
export { useChangeColor } from './packages/core/utils/comm/theme.mjs';
|
|
24
|
+
export { downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, getFileName, openWindow } from './packages/core/utils/comm/download.mjs';
|
|
25
|
+
export { signatureByKSort } from './packages/core/utils/comm/data-signature.mjs';
|
|
26
|
+
export { getFileUrl } from './packages/core/utils/comm/uploadfileurl.mjs';
|
|
27
|
+
export { PUB } from './packages/core/utils/const/index.mjs';
|
|
28
|
+
export { auth, authAll, auths, hAuth, hAuthAll, hAuths } from './packages/core/auth/index.mjs';
|
|
6
29
|
|
|
7
30
|
const install = installer.install;
|
|
8
31
|
|
|
@@ -572,6 +572,12 @@ function requireDeDE () {
|
|
|
572
572
|
replaceSuccess: 'Erfolgreich ersetzt {0} Zellen'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Einfrierensäule',
|
|
@@ -572,6 +572,12 @@ function requireEnUS () {
|
|
|
572
572
|
replaceSuccess: 'Successfully replaced {0} cells'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: 'Group',
|
|
578
|
+
values: 'Values'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Freeze column',
|
|
@@ -572,6 +572,12 @@ function requireEsES () {
|
|
|
572
572
|
replaceSuccess: 'Reemplazó con éxito {0} celdas'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Columna de congelación',
|
|
@@ -572,6 +572,12 @@ function requireFrFR () {
|
|
|
572
572
|
replaceSuccess: 'Cellules {0} remplacées avec succès'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Colonne de gel',
|
|
@@ -572,6 +572,12 @@ function requireItIT () {
|
|
|
572
572
|
replaceSuccess: 'Sostituire correttamente le celle {0}'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Colonna di congelamento',
|
|
@@ -572,6 +572,12 @@ function requireNbNO () {
|
|
|
572
572
|
replaceSuccess: 'Vellykket erstattet {0} celler'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Frysekolonne',
|
|
@@ -572,6 +572,12 @@ function requirePtBR () {
|
|
|
572
572
|
replaceSuccess: 'Células substituídas com sucesso {0}'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Coluna de congelamento',
|
|
@@ -572,6 +572,12 @@ function requireRuRU () {
|
|
|
572
572
|
replaceSuccess: 'Успешно заменен {0} ячейки'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Замораживание колонки',
|
|
@@ -572,6 +572,12 @@ function requireThTH () {
|
|
|
572
572
|
replaceSuccess: 'แทนที่เซลล์ {0} สำเร็จ'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'คอลัมน์แช่แข็ง',
|
|
@@ -572,6 +572,12 @@ function requireViVN () {
|
|
|
572
572
|
replaceSuccess: 'Đã thay thế thành công {0} ô'
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
|
+
extendPivotTable: {
|
|
576
|
+
aggregation: {
|
|
577
|
+
grouping: '分组',
|
|
578
|
+
values: '值'
|
|
579
|
+
}
|
|
580
|
+
},
|
|
575
581
|
filterComplexInput: {
|
|
576
582
|
menus: {
|
|
577
583
|
fixedColumn: 'Đóng băng cột',
|