@fmdeui/fmui 1.0.77 → 1.0.79
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/hooks/authFunction.d.ts +1 -0
- package/es/hooks/limitsFunction.d.ts +6 -0
- package/es/hooks/useInfo.d.ts +5 -0
- package/es/index.mjs +3 -3
- package/es/packages/directive/authDirective.mjs +21 -0
- package/es/packages/hooks/authFunction.mjs +11 -1
- package/es/packages/hooks/index.mjs +3 -3
- package/es/packages/hooks/limitsFunction.mjs +7 -1
- package/es/packages/hooks/useInfo.mjs +12 -1
- package/es/packages/stores/userInfo.mjs +1 -0
- package/index.js +53 -1
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +51 -2
- package/lib/hooks/authFunction.d.ts +1 -0
- package/lib/hooks/limitsFunction.d.ts +6 -0
- package/lib/hooks/useInfo.d.ts +5 -0
- package/lib/index.js +3 -0
- package/lib/packages/directive/authDirective.js +21 -0
- package/lib/packages/hooks/authFunction.js +11 -0
- package/lib/packages/hooks/index.js +3 -0
- package/lib/packages/hooks/limitsFunction.js +7 -0
- package/lib/packages/hooks/useInfo.js +12 -0
- package/lib/packages/stores/userInfo.js +1 -0
- 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/{lib → es}/version.css +0 -0
- /package/{es → lib}/component.css +0 -0
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.79 */
|
|
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';
|
|
@@ -3811,6 +3811,7 @@ const useUserInfo = defineStore("userInfo", {
|
|
|
3811
3811
|
roles: d.roles,
|
|
3812
3812
|
powers: d.powers,
|
|
3813
3813
|
limits: d.limit,
|
|
3814
|
+
formDesc: d.formDesc,
|
|
3814
3815
|
authApiList: d.apis,
|
|
3815
3816
|
lastChangePasswordTime: d.lastChangePasswordTime,
|
|
3816
3817
|
time: (/* @__PURE__ */ new Date()).getTime()
|
|
@@ -3920,6 +3921,27 @@ function authDirective(app) {
|
|
|
3920
3921
|
if (!flag) el.parentNode.removeChild(el);
|
|
3921
3922
|
}
|
|
3922
3923
|
});
|
|
3924
|
+
app.directive("hdtable", {
|
|
3925
|
+
mounted(el, binding) {
|
|
3926
|
+
const stores = useUserInfo();
|
|
3927
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === binding.value);
|
|
3928
|
+
if (item && item.isTable == 0) el.parentNode.removeChild(el);
|
|
3929
|
+
}
|
|
3930
|
+
});
|
|
3931
|
+
app.directive("hpquery", {
|
|
3932
|
+
mounted(el, binding) {
|
|
3933
|
+
const stores = useUserInfo();
|
|
3934
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === binding.value);
|
|
3935
|
+
if (item && item.isQuery == 0) el.parentNode.removeChild(el);
|
|
3936
|
+
}
|
|
3937
|
+
});
|
|
3938
|
+
app.directive("hpaddupdate", {
|
|
3939
|
+
mounted(el, binding) {
|
|
3940
|
+
const stores = useUserInfo();
|
|
3941
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === binding.value);
|
|
3942
|
+
if (item && item.isAddUpdate == 0) el.parentNode.removeChild(el);
|
|
3943
|
+
}
|
|
3944
|
+
});
|
|
3923
3945
|
}
|
|
3924
3946
|
|
|
3925
3947
|
function wavesDirective(app) {
|
|
@@ -19901,6 +19923,16 @@ function hAuths(el, value) {
|
|
|
19901
19923
|
function hAuthAll(el, value) {
|
|
19902
19924
|
return withDirectives(el, [[resolveDirective("auth-all"), value]]);
|
|
19903
19925
|
}
|
|
19926
|
+
function fdRules(value) {
|
|
19927
|
+
const stores = useUserInfo();
|
|
19928
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === value);
|
|
19929
|
+
let rels = [];
|
|
19930
|
+
if (item && item.isRequired == 1)
|
|
19931
|
+
rels.push({ required: true, message: "\u8BF7\u9009\u62E9", trigger: "blur" });
|
|
19932
|
+
if (item && item.isFromValid == 1)
|
|
19933
|
+
rels.push({ pattern: /^[1-9]\d*$/, message: "\u8BF7\u9009\u62E9\u6240\u5C5E\u64CD\u4F5C\u90E8", trigger: "blur" });
|
|
19934
|
+
return rels;
|
|
19935
|
+
}
|
|
19904
19936
|
|
|
19905
19937
|
function getpower(value) {
|
|
19906
19938
|
const stores = useUserInfo();
|
|
@@ -20314,6 +20346,17 @@ const groupId = () => {
|
|
|
20314
20346
|
var _a;
|
|
20315
20347
|
return (_a = _getUserInfo()) == null ? void 0 : _a.groupId;
|
|
20316
20348
|
};
|
|
20349
|
+
const getOpOrg = () => {
|
|
20350
|
+
let orgId2 = 0;
|
|
20351
|
+
if (groupId() > 0) {
|
|
20352
|
+
orgId2 = groupId();
|
|
20353
|
+
} else if (depId() > 0) {
|
|
20354
|
+
orgId2 = depId();
|
|
20355
|
+
} else if (cmpId() > 0) {
|
|
20356
|
+
orgId2 = cmpId();
|
|
20357
|
+
}
|
|
20358
|
+
return { opOrgId: orgId2, opCmpId: cmpId(), opDetId: depId(), opGroupId: groupId() };
|
|
20359
|
+
};
|
|
20317
20360
|
const posId = () => {
|
|
20318
20361
|
var _a;
|
|
20319
20362
|
return (_a = _getUserInfo()) == null ? void 0 : _a.posId;
|
|
@@ -20429,6 +20472,12 @@ function getlimit(value) {
|
|
|
20429
20472
|
if (matched) return matched.limit;
|
|
20430
20473
|
return null;
|
|
20431
20474
|
}
|
|
20475
|
+
function getFrmItemProp(value) {
|
|
20476
|
+
const stores = useUserInfo();
|
|
20477
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === value);
|
|
20478
|
+
if (item) return item.isRequired == 1 || item.isFromValid > 0;
|
|
20479
|
+
return false;
|
|
20480
|
+
}
|
|
20432
20481
|
|
|
20433
20482
|
const _hoisted_1$s = { key: 0 };
|
|
20434
20483
|
const _hoisted_2$i = { key: 0 };
|
|
@@ -30568,4 +30617,4 @@ var upgradeInfo = /*#__PURE__*/Object.freeze({
|
|
|
30568
30617
|
default: _sfc_main
|
|
30569
30618
|
});
|
|
30570
30619
|
|
|
30571
|
-
export { AccountTypeEnum, AppSysTypeData, AppSysTypeEnum, HttpMethodEnum, JobCreateTypeEnum, Local, NextLoading, PowerAreaData, Session, StringToObj, watermark as Watermark, accessTokenKey, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, buildLocaleContext, buildTranslator, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, cmpId, commonFun, commonFunction, dataURLtoBlob, decryptJWT, installer as default, depId, destroyIdleTimeout, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, en, exportExcel, feature, fileToBase64, flowLoading, formatAxis, formatDate, formatPast, gcj02ToBd09, getCountryCode, getFileName, getFileUrl, getHeader, getJWTDate, getToken, getWeek, getlimit, getpower, groupId, hAuth, hAuthAll, hAuths, hasPrivilege, hasRoleCode, i18n, initIconfont, initIdleTimeout, install, isAdmin, isMember, isNormalUser, isObjectValueEqual, isSupperAdmin, isTenantAdmin, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, loadRemoteMessages, loadSysInfo, mergMessage, emitter as mittBus, openWindow, orgId, orgName, other, pinia, posId, posName, powerAuthDel, provideFormEvents, reLoadLoginAccessToken, refreshAccessTokenKey, removeDuplicate, request2, restartSignalR, roles, saulVModel, service, setCssCdn, setIntroduction, setJsCdn, setupI18n, showFileUrl, signalR, signatureByKSort, sleep, tansParams, tenantId, translate, updateFavicon, updateIdleTimeout, urlToBase64, useApi, useBaseApi, useChangeColor, useDateTimeShortCust, useFormEvents, useFormRulePresets, useKeepALiveNames, useLocale, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, userAccount, userEmail, userFriendName, userId, userName, userPhone, validateFormWithScroll, validateFormWithScrollCallback, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version, wgs84ToBd09, wgs84ToGcj02, plusZhCn as zhCn };
|
|
30620
|
+
export { AccountTypeEnum, AppSysTypeData, AppSysTypeEnum, HttpMethodEnum, JobCreateTypeEnum, Local, NextLoading, PowerAreaData, Session, StringToObj, watermark as Watermark, accessTokenKey, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, buildLocaleContext, buildTranslator, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, cmpId, commonFun, commonFunction, dataURLtoBlob, decryptJWT, installer as default, depId, destroyIdleTimeout, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, en, exportExcel, fdRules, feature, fileToBase64, flowLoading, formatAxis, formatDate, formatPast, gcj02ToBd09, getCountryCode, getFileName, getFileUrl, getFrmItemProp, getHeader, getJWTDate, getOpOrg, getToken, getWeek, getlimit, getpower, groupId, hAuth, hAuthAll, hAuths, hasPrivilege, hasRoleCode, i18n, initIconfont, initIdleTimeout, install, isAdmin, isMember, isNormalUser, isObjectValueEqual, isSupperAdmin, isTenantAdmin, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, loadRemoteMessages, loadSysInfo, mergMessage, emitter as mittBus, openWindow, orgId, orgName, other, pinia, posId, posName, powerAuthDel, provideFormEvents, reLoadLoginAccessToken, refreshAccessTokenKey, removeDuplicate, request2, restartSignalR, roles, saulVModel, service, setCssCdn, setIntroduction, setJsCdn, setupI18n, showFileUrl, signalR, signatureByKSort, sleep, tansParams, tenantId, translate, updateFavicon, updateIdleTimeout, urlToBase64, useApi, useBaseApi, useChangeColor, useDateTimeShortCust, useFormEvents, useFormRulePresets, useKeepALiveNames, useLocale, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, userAccount, userEmail, userFriendName, userId, userName, userPhone, validateFormWithScroll, validateFormWithScrollCallback, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version, wgs84ToBd09, wgs84ToGcj02, plusZhCn as zhCn };
|
package/lib/hooks/useInfo.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -106,6 +106,7 @@ exports.tansParams = request.tansParams;
|
|
|
106
106
|
exports.auth = authFunction.auth;
|
|
107
107
|
exports.authAll = authFunction.authAll;
|
|
108
108
|
exports.auths = authFunction.auths;
|
|
109
|
+
exports.fdRules = authFunction.fdRules;
|
|
109
110
|
exports.hAuth = authFunction.hAuth;
|
|
110
111
|
exports.hAuthAll = authFunction.hAuthAll;
|
|
111
112
|
exports.hAuths = authFunction.hAuths;
|
|
@@ -124,6 +125,7 @@ exports.judgementSameArr = arrayOperation.judgementSameArr;
|
|
|
124
125
|
exports.removeDuplicate = arrayOperation.removeDuplicate;
|
|
125
126
|
exports.cmpId = useInfo.cmpId;
|
|
126
127
|
exports.depId = useInfo.depId;
|
|
128
|
+
exports.getOpOrg = useInfo.getOpOrg;
|
|
127
129
|
exports.groupId = useInfo.groupId;
|
|
128
130
|
exports.hasPrivilege = useInfo.hasPrivilege;
|
|
129
131
|
exports.hasRoleCode = useInfo.hasRoleCode;
|
|
@@ -168,6 +170,7 @@ exports.wgs84ToBd09 = gpsConvertor.wgs84ToBd09;
|
|
|
168
170
|
exports.wgs84ToGcj02 = gpsConvertor.wgs84ToGcj02;
|
|
169
171
|
exports.getFileUrl = uploadfileurl.getFileUrl;
|
|
170
172
|
exports.showFileUrl = uploadfileurl.showFileUrl;
|
|
173
|
+
exports.getFrmItemProp = limitsFunction.getFrmItemProp;
|
|
171
174
|
exports.getlimit = limitsFunction.getlimit;
|
|
172
175
|
exports.getpower = powerFunction.getpower;
|
|
173
176
|
exports.powerAuthDel = powerFunction.powerAuthDel;
|
|
@@ -29,6 +29,27 @@ function authDirective(app) {
|
|
|
29
29
|
if (!flag) el.parentNode.removeChild(el);
|
|
30
30
|
}
|
|
31
31
|
});
|
|
32
|
+
app.directive("hdtable", {
|
|
33
|
+
mounted(el, binding) {
|
|
34
|
+
const stores = userInfo.useUserInfo();
|
|
35
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === binding.value);
|
|
36
|
+
if (item && item.isTable == 0) el.parentNode.removeChild(el);
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
app.directive("hpquery", {
|
|
40
|
+
mounted(el, binding) {
|
|
41
|
+
const stores = userInfo.useUserInfo();
|
|
42
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === binding.value);
|
|
43
|
+
if (item && item.isQuery == 0) el.parentNode.removeChild(el);
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
app.directive("hpaddupdate", {
|
|
47
|
+
mounted(el, binding) {
|
|
48
|
+
const stores = userInfo.useUserInfo();
|
|
49
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === binding.value);
|
|
50
|
+
if (item && item.isAddUpdate == 0) el.parentNode.removeChild(el);
|
|
51
|
+
}
|
|
52
|
+
});
|
|
32
53
|
}
|
|
33
54
|
|
|
34
55
|
exports.authDirective = authDirective;
|
|
@@ -32,10 +32,21 @@ function hAuths(el, value) {
|
|
|
32
32
|
function hAuthAll(el, value) {
|
|
33
33
|
return vue.withDirectives(el, [[vue.resolveDirective("auth-all"), value]]);
|
|
34
34
|
}
|
|
35
|
+
function fdRules(value) {
|
|
36
|
+
const stores = userInfo.useUserInfo();
|
|
37
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === value);
|
|
38
|
+
let rels = [];
|
|
39
|
+
if (item && item.isRequired == 1)
|
|
40
|
+
rels.push({ required: true, message: "\u8BF7\u9009\u62E9", trigger: "blur" });
|
|
41
|
+
if (item && item.isFromValid == 1)
|
|
42
|
+
rels.push({ pattern: /^[1-9]\d*$/, message: "\u8BF7\u9009\u62E9\u6240\u5C5E\u64CD\u4F5C\u90E8", trigger: "blur" });
|
|
43
|
+
return rels;
|
|
44
|
+
}
|
|
35
45
|
|
|
36
46
|
exports.auth = auth;
|
|
37
47
|
exports.authAll = authAll;
|
|
38
48
|
exports.auths = auths;
|
|
49
|
+
exports.fdRules = fdRules;
|
|
39
50
|
exports.hAuth = hAuth;
|
|
40
51
|
exports.hAuthAll = hAuthAll;
|
|
41
52
|
exports.hAuths = hAuths;
|
|
@@ -20,6 +20,7 @@ exports.useLocale = useLocale.useLocale;
|
|
|
20
20
|
exports.auth = authFunction.auth;
|
|
21
21
|
exports.authAll = authFunction.authAll;
|
|
22
22
|
exports.auths = authFunction.auths;
|
|
23
|
+
exports.fdRules = authFunction.fdRules;
|
|
23
24
|
exports.hAuth = authFunction.hAuth;
|
|
24
25
|
exports.hAuthAll = authFunction.hAuthAll;
|
|
25
26
|
exports.hAuths = authFunction.hAuths;
|
|
@@ -30,6 +31,7 @@ exports.loadSysInfo = sysInfo.loadSysInfo;
|
|
|
30
31
|
exports.updateFavicon = sysInfo.updateFavicon;
|
|
31
32
|
exports.cmpId = useInfo.cmpId;
|
|
32
33
|
exports.depId = useInfo.depId;
|
|
34
|
+
exports.getOpOrg = useInfo.getOpOrg;
|
|
33
35
|
exports.groupId = useInfo.groupId;
|
|
34
36
|
exports.hasPrivilege = useInfo.hasPrivilege;
|
|
35
37
|
exports.hasRoleCode = useInfo.hasRoleCode;
|
|
@@ -56,4 +58,5 @@ exports.initIdleTimeout = idleTimeout.initIdleTimeout;
|
|
|
56
58
|
exports.updateIdleTimeout = idleTimeout.updateIdleTimeout;
|
|
57
59
|
exports.provideFormEvents = useDialogEvents.provideFormEvents;
|
|
58
60
|
exports.useFormEvents = useDialogEvents.useFormEvents;
|
|
61
|
+
exports.getFrmItemProp = limitsFunction.getFrmItemProp;
|
|
59
62
|
exports.getlimit = limitsFunction.getlimit;
|
|
@@ -9,5 +9,12 @@ function getlimit(value) {
|
|
|
9
9
|
if (matched) return matched.limit;
|
|
10
10
|
return null;
|
|
11
11
|
}
|
|
12
|
+
function getFrmItemProp(value) {
|
|
13
|
+
const stores = userInfo.useUserInfo();
|
|
14
|
+
const item = stores.userInfos.formDesc.find((item2) => item2.path === value);
|
|
15
|
+
if (item) return item.isRequired == 1 || item.isFromValid > 0;
|
|
16
|
+
return false;
|
|
17
|
+
}
|
|
12
18
|
|
|
19
|
+
exports.getFrmItemProp = getFrmItemProp;
|
|
13
20
|
exports.getlimit = getlimit;
|
|
@@ -73,6 +73,17 @@ const groupId = () => {
|
|
|
73
73
|
var _a;
|
|
74
74
|
return (_a = _getUserInfo()) == null ? void 0 : _a.groupId;
|
|
75
75
|
};
|
|
76
|
+
const getOpOrg = () => {
|
|
77
|
+
let orgId2 = 0;
|
|
78
|
+
if (groupId() > 0) {
|
|
79
|
+
orgId2 = groupId();
|
|
80
|
+
} else if (depId() > 0) {
|
|
81
|
+
orgId2 = depId();
|
|
82
|
+
} else if (cmpId() > 0) {
|
|
83
|
+
orgId2 = cmpId();
|
|
84
|
+
}
|
|
85
|
+
return { opOrgId: orgId2, opCmpId: cmpId(), opDetId: depId(), opGroupId: groupId() };
|
|
86
|
+
};
|
|
76
87
|
const posId = () => {
|
|
77
88
|
var _a;
|
|
78
89
|
return (_a = _getUserInfo()) == null ? void 0 : _a.posId;
|
|
@@ -96,6 +107,7 @@ const hasPrivilege = (privilege) => {
|
|
|
96
107
|
|
|
97
108
|
exports.cmpId = cmpId;
|
|
98
109
|
exports.depId = depId;
|
|
110
|
+
exports.getOpOrg = getOpOrg;
|
|
99
111
|
exports.groupId = groupId;
|
|
100
112
|
exports.hasPrivilege = hasPrivilege;
|
|
101
113
|
exports.hasRoleCode = hasRoleCode;
|
|
@@ -94,6 +94,7 @@ const useUserInfo = pinia.defineStore("userInfo", {
|
|
|
94
94
|
roles: d.roles,
|
|
95
95
|
powers: d.powers,
|
|
96
96
|
limits: d.limit,
|
|
97
|
+
formDesc: d.formDesc,
|
|
97
98
|
authApiList: d.apis,
|
|
98
99
|
lastChangePasswordTime: d.lastChangePasswordTime,
|
|
99
100
|
time: (/* @__PURE__ */ new Date()).getTime()
|
package/locale/en.js
CHANGED
package/locale/en.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.79 */(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.79 */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.79 */(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.79 */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
/package/{lib → es}/version.css
RENAMED
|
File without changes
|
|
File without changes
|