@fmdeui/fmui 1.0.76 → 1.0.78
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/fmcascader/index.d.ts +3 -1
- package/es/components/fmcascader/index.vue.d.ts +3 -1
- package/es/hooks/useInfo.d.ts +20 -0
- package/es/index.mjs +1 -1
- package/es/packages/components/fmcascader/index.vue2.mjs +4 -2
- package/es/packages/hooks/index.mjs +1 -1
- package/es/packages/hooks/useInfo.mjs +24 -1
- package/index.js +32 -3
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +29 -4
- package/lib/components/fmcascader/index.d.ts +3 -1
- package/lib/components/fmcascader/index.vue.d.ts +3 -1
- package/lib/hooks/useInfo.d.ts +20 -0
- package/lib/index.js +24 -20
- package/lib/packages/components/fmcascader/index.vue2.js +4 -2
- package/lib/packages/hooks/index.js +4 -0
- package/lib/packages/hooks/useInfo.js +27 -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}/index.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.78 */
|
|
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';
|
|
@@ -20302,6 +20302,29 @@ const orgName = () => {
|
|
|
20302
20302
|
var _a;
|
|
20303
20303
|
return (_a = _getUserInfo()) == null ? void 0 : _a.orgName;
|
|
20304
20304
|
};
|
|
20305
|
+
const cmpId = () => {
|
|
20306
|
+
var _a;
|
|
20307
|
+
return (_a = _getUserInfo()) == null ? void 0 : _a.cmpId;
|
|
20308
|
+
};
|
|
20309
|
+
const depId = () => {
|
|
20310
|
+
var _a;
|
|
20311
|
+
return (_a = _getUserInfo()) == null ? void 0 : _a.depId;
|
|
20312
|
+
};
|
|
20313
|
+
const groupId = () => {
|
|
20314
|
+
var _a;
|
|
20315
|
+
return (_a = _getUserInfo()) == null ? void 0 : _a.groupId;
|
|
20316
|
+
};
|
|
20317
|
+
const getOpOrg = () => {
|
|
20318
|
+
let orgId2 = 0;
|
|
20319
|
+
if (groupId() > 0) {
|
|
20320
|
+
orgId2 = groupId();
|
|
20321
|
+
} else if (depId() > 0) {
|
|
20322
|
+
orgId2 = depId();
|
|
20323
|
+
} else if (cmpId() > 0) {
|
|
20324
|
+
orgId2 = cmpId();
|
|
20325
|
+
}
|
|
20326
|
+
return { opOrgId: orgId2, opCmpId: cmpId(), opDetId: depId(), opGroupId: groupId() };
|
|
20327
|
+
};
|
|
20305
20328
|
const posId = () => {
|
|
20306
20329
|
var _a;
|
|
20307
20330
|
return (_a = _getUserInfo()) == null ? void 0 : _a.posId;
|
|
@@ -26584,9 +26607,10 @@ var _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
26584
26607
|
"modelValue": {},
|
|
26585
26608
|
"modelModifiers": {}
|
|
26586
26609
|
}),
|
|
26587
|
-
emits: ["update:modelValue"],
|
|
26588
|
-
setup(__props) {
|
|
26610
|
+
emits: /* @__PURE__ */ mergeModels(["change"], ["update:modelValue"]),
|
|
26611
|
+
setup(__props, { emit: __emit }) {
|
|
26589
26612
|
const modeValue = useModel(__props, "modelValue");
|
|
26613
|
+
const emit = __emit;
|
|
26590
26614
|
const props = __props;
|
|
26591
26615
|
const handelchangeOrg = (val) => {
|
|
26592
26616
|
modeValue.value[props.vId] = val;
|
|
@@ -26618,6 +26642,7 @@ var _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
26618
26642
|
}
|
|
26619
26643
|
}
|
|
26620
26644
|
}
|
|
26645
|
+
emit("change", node);
|
|
26621
26646
|
};
|
|
26622
26647
|
const findNode = (id) => {
|
|
26623
26648
|
const search = (nodes) => {
|
|
@@ -30554,4 +30579,4 @@ var upgradeInfo = /*#__PURE__*/Object.freeze({
|
|
|
30554
30579
|
default: _sfc_main
|
|
30555
30580
|
});
|
|
30556
30581
|
|
|
30557
|
-
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, commonFun, commonFunction, dataURLtoBlob, decryptJWT, installer as default, destroyIdleTimeout, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, en, exportExcel, feature, fileToBase64, flowLoading, formatAxis, formatDate, formatPast, gcj02ToBd09, getCountryCode, getFileName, getFileUrl, getHeader, getJWTDate, getToken, getWeek, getlimit, getpower, 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 };
|
|
30582
|
+
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, 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 };
|
|
@@ -50,7 +50,8 @@ export declare const FmCascader: DefineComponent<ExtractPropTypes<{
|
|
|
50
50
|
type: PropType<any>;
|
|
51
51
|
};
|
|
52
52
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
53
|
-
|
|
53
|
+
change: (...args: any[]) => void;
|
|
54
|
+
"update:modelValue": (value: any) => void;
|
|
54
55
|
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
55
56
|
orgData: {
|
|
56
57
|
type: {
|
|
@@ -102,6 +103,7 @@ export declare const FmCascader: DefineComponent<ExtractPropTypes<{
|
|
|
102
103
|
type: PropType<any>;
|
|
103
104
|
};
|
|
104
105
|
}>> & Readonly<{
|
|
106
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
105
107
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
106
108
|
}>, {
|
|
107
109
|
placeholder: string;
|
|
@@ -50,7 +50,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
50
50
|
type: PropType<any>;
|
|
51
51
|
};
|
|
52
52
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
53
|
-
|
|
53
|
+
change: (...args: any[]) => void;
|
|
54
|
+
"update:modelValue": (value: any) => void;
|
|
54
55
|
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
55
56
|
orgData: {
|
|
56
57
|
type: {
|
|
@@ -102,6 +103,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
102
103
|
type: PropType<any>;
|
|
103
104
|
};
|
|
104
105
|
}>> & Readonly<{
|
|
106
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
105
107
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
106
108
|
}>, {
|
|
107
109
|
placeholder: string;
|
package/lib/hooks/useInfo.d.ts
CHANGED
|
@@ -67,6 +67,26 @@ export declare const orgId: () => number;
|
|
|
67
67
|
* @returns 获取组织名称
|
|
68
68
|
*/
|
|
69
69
|
export declare const orgName: () => string;
|
|
70
|
+
/**
|
|
71
|
+
* 公司id
|
|
72
|
+
* @returns 公司id
|
|
73
|
+
*/
|
|
74
|
+
export declare const cmpId: () => number;
|
|
75
|
+
/**
|
|
76
|
+
* 部门id
|
|
77
|
+
* @returns 部门id
|
|
78
|
+
*/
|
|
79
|
+
export declare const depId: () => number;
|
|
80
|
+
/**
|
|
81
|
+
* 组id
|
|
82
|
+
* @returns 组id
|
|
83
|
+
*/
|
|
84
|
+
export declare const groupId: () => number;
|
|
85
|
+
/**
|
|
86
|
+
* 获取组织对象
|
|
87
|
+
* @returns 获取组织对象
|
|
88
|
+
*/
|
|
89
|
+
export declare const getOpOrg: () => any;
|
|
70
90
|
/**
|
|
71
91
|
* 获取职位id
|
|
72
92
|
* @returns 获取职位id.
|
package/lib/index.js
CHANGED
|
@@ -24,6 +24,7 @@ var authFunction = require('./packages/hooks/authFunction.js');
|
|
|
24
24
|
var base64Conver = require('./packages/utils/base64Conver.js');
|
|
25
25
|
var useLocale = require('./packages/hooks/useLocale.js');
|
|
26
26
|
var arrayOperation = require('./packages/utils/arrayOperation.js');
|
|
27
|
+
var useInfo = require('./packages/hooks/useInfo.js');
|
|
27
28
|
var idleTimeout = require('./packages/hooks/idleTimeout.js');
|
|
28
29
|
var download = require('./packages/utils/download.js');
|
|
29
30
|
var en = require('./packages/locale/lang/en.js');
|
|
@@ -35,7 +36,6 @@ var gpsConvertor = require('./packages/utils/gpsConvertor.js');
|
|
|
35
36
|
var uploadfileurl = require('./packages/utils/uploadfileurl.js');
|
|
36
37
|
var limitsFunction = require('./packages/hooks/limitsFunction.js');
|
|
37
38
|
var powerFunction = require('./packages/hooks/powerFunction.js');
|
|
38
|
-
var useInfo = require('./packages/hooks/useInfo.js');
|
|
39
39
|
var toolsValidate = require('./packages/utils/toolsValidate.js');
|
|
40
40
|
var sysInfo = require('./packages/hooks/sysInfo.js');
|
|
41
41
|
var inpinia = require('./packages/stores/inpinia.js');
|
|
@@ -122,6 +122,29 @@ exports.clone = arrayOperation.clone;
|
|
|
122
122
|
exports.isObjectValueEqual = arrayOperation.isObjectValueEqual;
|
|
123
123
|
exports.judgementSameArr = arrayOperation.judgementSameArr;
|
|
124
124
|
exports.removeDuplicate = arrayOperation.removeDuplicate;
|
|
125
|
+
exports.cmpId = useInfo.cmpId;
|
|
126
|
+
exports.depId = useInfo.depId;
|
|
127
|
+
exports.getOpOrg = useInfo.getOpOrg;
|
|
128
|
+
exports.groupId = useInfo.groupId;
|
|
129
|
+
exports.hasPrivilege = useInfo.hasPrivilege;
|
|
130
|
+
exports.hasRoleCode = useInfo.hasRoleCode;
|
|
131
|
+
exports.isAdmin = useInfo.isAdmin;
|
|
132
|
+
exports.isMember = useInfo.isMember;
|
|
133
|
+
exports.isNormalUser = useInfo.isNormalUser;
|
|
134
|
+
exports.isSupperAdmin = useInfo.isSupperAdmin;
|
|
135
|
+
exports.isTenantAdmin = useInfo.isTenantAdmin;
|
|
136
|
+
exports.orgId = useInfo.orgId;
|
|
137
|
+
exports.orgName = useInfo.orgName;
|
|
138
|
+
exports.posId = useInfo.posId;
|
|
139
|
+
exports.posName = useInfo.posName;
|
|
140
|
+
exports.roles = useInfo.roles;
|
|
141
|
+
exports.tenantId = useInfo.tenantId;
|
|
142
|
+
exports.userAccount = useInfo.userAccount;
|
|
143
|
+
exports.userEmail = useInfo.userEmail;
|
|
144
|
+
exports.userFriendName = useInfo.userFriendName;
|
|
145
|
+
exports.userId = useInfo.userId;
|
|
146
|
+
exports.userName = useInfo.userName;
|
|
147
|
+
exports.userPhone = useInfo.userPhone;
|
|
125
148
|
exports.destroyIdleTimeout = idleTimeout.destroyIdleTimeout;
|
|
126
149
|
exports.initIdleTimeout = idleTimeout.initIdleTimeout;
|
|
127
150
|
exports.updateIdleTimeout = idleTimeout.updateIdleTimeout;
|
|
@@ -149,25 +172,6 @@ exports.showFileUrl = uploadfileurl.showFileUrl;
|
|
|
149
172
|
exports.getlimit = limitsFunction.getlimit;
|
|
150
173
|
exports.getpower = powerFunction.getpower;
|
|
151
174
|
exports.powerAuthDel = powerFunction.powerAuthDel;
|
|
152
|
-
exports.hasPrivilege = useInfo.hasPrivilege;
|
|
153
|
-
exports.hasRoleCode = useInfo.hasRoleCode;
|
|
154
|
-
exports.isAdmin = useInfo.isAdmin;
|
|
155
|
-
exports.isMember = useInfo.isMember;
|
|
156
|
-
exports.isNormalUser = useInfo.isNormalUser;
|
|
157
|
-
exports.isSupperAdmin = useInfo.isSupperAdmin;
|
|
158
|
-
exports.isTenantAdmin = useInfo.isTenantAdmin;
|
|
159
|
-
exports.orgId = useInfo.orgId;
|
|
160
|
-
exports.orgName = useInfo.orgName;
|
|
161
|
-
exports.posId = useInfo.posId;
|
|
162
|
-
exports.posName = useInfo.posName;
|
|
163
|
-
exports.roles = useInfo.roles;
|
|
164
|
-
exports.tenantId = useInfo.tenantId;
|
|
165
|
-
exports.userAccount = useInfo.userAccount;
|
|
166
|
-
exports.userEmail = useInfo.userEmail;
|
|
167
|
-
exports.userFriendName = useInfo.userFriendName;
|
|
168
|
-
exports.userId = useInfo.userId;
|
|
169
|
-
exports.userName = useInfo.userName;
|
|
170
|
-
exports.userPhone = useInfo.userPhone;
|
|
171
175
|
exports.judgementIdCard = toolsValidate.judgementIdCard;
|
|
172
176
|
exports.verifiyNumberInteger = toolsValidate.verifiyNumberInteger;
|
|
173
177
|
exports.verifyAccount = toolsValidate.verifyAccount;
|
|
@@ -43,9 +43,10 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
43
43
|
"modelValue": {},
|
|
44
44
|
"modelModifiers": {}
|
|
45
45
|
}),
|
|
46
|
-
emits: ["update:modelValue"],
|
|
47
|
-
setup(__props) {
|
|
46
|
+
emits: /* @__PURE__ */ vue.mergeModels(["change"], ["update:modelValue"]),
|
|
47
|
+
setup(__props, { emit: __emit }) {
|
|
48
48
|
const modeValue = vue.useModel(__props, "modelValue");
|
|
49
|
+
const emit = __emit;
|
|
49
50
|
const props = __props;
|
|
50
51
|
const handelchangeOrg = (val) => {
|
|
51
52
|
modeValue.value[props.vId] = val;
|
|
@@ -77,6 +78,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
77
78
|
}
|
|
78
79
|
}
|
|
79
80
|
}
|
|
81
|
+
emit("change", node);
|
|
80
82
|
};
|
|
81
83
|
const findNode = (id) => {
|
|
82
84
|
const search = (nodes) => {
|
|
@@ -28,6 +28,10 @@ exports.powerAuthDel = powerFunction.powerAuthDel;
|
|
|
28
28
|
exports.useVxeTable = useVxeTableOptionsHook.useVxeTable;
|
|
29
29
|
exports.loadSysInfo = sysInfo.loadSysInfo;
|
|
30
30
|
exports.updateFavicon = sysInfo.updateFavicon;
|
|
31
|
+
exports.cmpId = useInfo.cmpId;
|
|
32
|
+
exports.depId = useInfo.depId;
|
|
33
|
+
exports.getOpOrg = useInfo.getOpOrg;
|
|
34
|
+
exports.groupId = useInfo.groupId;
|
|
31
35
|
exports.hasPrivilege = useInfo.hasPrivilege;
|
|
32
36
|
exports.hasRoleCode = useInfo.hasRoleCode;
|
|
33
37
|
exports.isAdmin = useInfo.isAdmin;
|
|
@@ -61,6 +61,29 @@ const orgName = () => {
|
|
|
61
61
|
var _a;
|
|
62
62
|
return (_a = _getUserInfo()) == null ? void 0 : _a.orgName;
|
|
63
63
|
};
|
|
64
|
+
const cmpId = () => {
|
|
65
|
+
var _a;
|
|
66
|
+
return (_a = _getUserInfo()) == null ? void 0 : _a.cmpId;
|
|
67
|
+
};
|
|
68
|
+
const depId = () => {
|
|
69
|
+
var _a;
|
|
70
|
+
return (_a = _getUserInfo()) == null ? void 0 : _a.depId;
|
|
71
|
+
};
|
|
72
|
+
const groupId = () => {
|
|
73
|
+
var _a;
|
|
74
|
+
return (_a = _getUserInfo()) == null ? void 0 : _a.groupId;
|
|
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
|
+
};
|
|
64
87
|
const posId = () => {
|
|
65
88
|
var _a;
|
|
66
89
|
return (_a = _getUserInfo()) == null ? void 0 : _a.posId;
|
|
@@ -82,6 +105,10 @@ const hasPrivilege = (privilege) => {
|
|
|
82
105
|
return (_a = _getUserInfo()) == null ? void 0 : _a.authApiList.includes(privilege);
|
|
83
106
|
};
|
|
84
107
|
|
|
108
|
+
exports.cmpId = cmpId;
|
|
109
|
+
exports.depId = depId;
|
|
110
|
+
exports.getOpOrg = getOpOrg;
|
|
111
|
+
exports.groupId = groupId;
|
|
85
112
|
exports.hasPrivilege = hasPrivilege;
|
|
86
113
|
exports.hasRoleCode = hasRoleCode;
|
|
87
114
|
exports.isAdmin = isAdmin;
|
package/locale/en.js
CHANGED
package/locale/en.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.78 */(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.78 */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.78 */(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.78 */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}/index.css
RENAMED
|
File without changes
|
|
File without changes
|