@fmdevui/fm-dev 1.0.38 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/core/api/index.d.ts +21 -0
- package/es/index.mjs +1 -1
- package/es/packages/core/api/index.mjs +19 -1
- package/es/packages/core/index.mjs +1 -1
- package/index.js +21 -1
- package/index.min.js +23 -23
- package/index.min.mjs +24 -24
- package/index.mjs +20 -2
- package/lib/core/api/index.d.ts +21 -0
- package/lib/index.js +2 -0
- package/lib/packages/core/api/index.js +20 -0
- package/lib/packages/core/index.js +2 -0
- package/package.json +1 -1
- /package/es/{make-installer.css → component.css} +0 -0
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.40 */
|
|
2
2
|
import { defineComponent, reactive, computed, watch, resolveComponent, createBlock, openBlock, withCtx, createVNode, createElementVNode, createTextVNode, toDisplayString as toDisplayString$1, withDirectives, createElementBlock, Fragment, renderList, vShow, ref, onMounted, nextTick, normalizeStyle, createCommentVNode, normalizeClass, withModifiers, resolveDynamicComponent, effectScope, getCurrentInstance, shallowRef, isRef as isRef$1, inject, onUnmounted, h, Text, markRaw, toRaw as toRaw$1, hasInjectionContext, unref, isReactive as isReactive$1, toRef, getCurrentScope, onScopeDispose, toRefs, resolveDirective } from 'vue';
|
|
3
3
|
import crypto from 'crypto';
|
|
4
4
|
import require$$0 from 'url';
|
|
@@ -30108,6 +30108,24 @@ var AccountTypeEnum = /* @__PURE__ */ ((AccountTypeEnum2) => {
|
|
|
30108
30108
|
AccountTypeEnum2[AccountTypeEnum2["NUMBER_999"] = 999] = "NUMBER_999";
|
|
30109
30109
|
return AccountTypeEnum2;
|
|
30110
30110
|
})(AccountTypeEnum || {});
|
|
30111
|
+
var JobCreateTypeEnum = /* @__PURE__ */ ((JobCreateTypeEnum2) => {
|
|
30112
|
+
JobCreateTypeEnum2[JobCreateTypeEnum2["NUMBER_0"] = 0] = "NUMBER_0";
|
|
30113
|
+
JobCreateTypeEnum2[JobCreateTypeEnum2["NUMBER_1"] = 1] = "NUMBER_1";
|
|
30114
|
+
JobCreateTypeEnum2[JobCreateTypeEnum2["NUMBER_2"] = 2] = "NUMBER_2";
|
|
30115
|
+
return JobCreateTypeEnum2;
|
|
30116
|
+
})(JobCreateTypeEnum || {});
|
|
30117
|
+
var HttpMethodEnum = /* @__PURE__ */ ((HttpMethodEnum2) => {
|
|
30118
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_0"] = 0] = "NUMBER_0";
|
|
30119
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_1"] = 1] = "NUMBER_1";
|
|
30120
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_2"] = 2] = "NUMBER_2";
|
|
30121
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_3"] = 3] = "NUMBER_3";
|
|
30122
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_4"] = 4] = "NUMBER_4";
|
|
30123
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_5"] = 5] = "NUMBER_5";
|
|
30124
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_6"] = 6] = "NUMBER_6";
|
|
30125
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_7"] = 7] = "NUMBER_7";
|
|
30126
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_8"] = 8] = "NUMBER_8";
|
|
30127
|
+
return HttpMethodEnum2;
|
|
30128
|
+
})(HttpMethodEnum || {});
|
|
30111
30129
|
|
|
30112
30130
|
var __create$1 = Object.create;
|
|
30113
30131
|
var __defProp$1 = Object.defineProperty;
|
|
@@ -52260,4 +52278,4 @@ const version = "1.0.0";
|
|
|
52260
52278
|
|
|
52261
52279
|
const install = installer.install;
|
|
52262
52280
|
|
|
52263
|
-
export { AccountTypeEnum, FmDragImg, FmLogin, FmNoticeBar, FmTransfer, Local, NextLoading, PUB, Session, Watermark, accessTokenKey, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, commonFunction, commonFunctionObj, dataURLtoBlob, decryptJWT, installer as default, directive, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, elSvg, emitter, feature, fileToBase64, formatAxis, formatDate, formatPast, index as getApi, getCountryCode, getFileName, getFileUrl, getJWTDate, getToken, getWeek, hAuth, hAuthAll, hAuths, i18n, install, isObjectValueEqual, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, mergMessage, openWindow, pinia, refreshAccessTokenKey, removeDuplicate, request2, service, setIntroduction, setupI18n, signatureByKSort, tansParams, urlToBase64, useBaseApi, useChangeColor, useDateTimeShortCust, useKeepALiveNames, useLoginApi, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version };
|
|
52281
|
+
export { AccountTypeEnum, FmDragImg, FmLogin, FmNoticeBar, FmTransfer, HttpMethodEnum, JobCreateTypeEnum, Local, NextLoading, PUB, Session, Watermark, accessTokenKey, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, commonFunction, commonFunctionObj, dataURLtoBlob, decryptJWT, installer as default, directive, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, elSvg, emitter, feature, fileToBase64, formatAxis, formatDate, formatPast, index as getApi, getCountryCode, getFileName, getFileUrl, getJWTDate, getToken, getWeek, hAuth, hAuthAll, hAuths, i18n, install, isObjectValueEqual, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, mergMessage, openWindow, pinia, refreshAccessTokenKey, removeDuplicate, request2, service, setIntroduction, setupI18n, signatureByKSort, tansParams, urlToBase64, useBaseApi, useChangeColor, useDateTimeShortCust, useKeepALiveNames, useLoginApi, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version };
|
package/lib/core/api/index.d.ts
CHANGED
|
@@ -15,3 +15,24 @@ export declare enum AccountTypeEnum {
|
|
|
15
15
|
NUMBER_987 = 987,
|
|
16
16
|
NUMBER_999 = 999
|
|
17
17
|
}
|
|
18
|
+
export declare enum JobCreateTypeEnum {
|
|
19
|
+
NUMBER_0 = 0,
|
|
20
|
+
NUMBER_1 = 1,
|
|
21
|
+
NUMBER_2 = 2
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* HTTP请求方法枚举<br /> HTTP \"GET\" method. Get = 0<br /> HTTP \"POST\" method. Post = 1<br /> HTTP \"PUT\" method. Put = 2<br /> HTTP \"DELETE\" method. Delete = 3<br /> HTTP \"PATCH\" method. Patch = 4<br /> HTTP \"HEAD\" method. Head = 5<br /> HTTP \"OPTIONS\" method. Options = 6<br /> HTTP \"TRACE\" method. Trace = 7<br /> HTTP \"CONNECT\" method. Connect = 8<br />
|
|
25
|
+
* @export
|
|
26
|
+
* @enum {string}
|
|
27
|
+
*/
|
|
28
|
+
export declare enum HttpMethodEnum {
|
|
29
|
+
NUMBER_0 = 0,
|
|
30
|
+
NUMBER_1 = 1,
|
|
31
|
+
NUMBER_2 = 2,
|
|
32
|
+
NUMBER_3 = 3,
|
|
33
|
+
NUMBER_4 = 4,
|
|
34
|
+
NUMBER_5 = 5,
|
|
35
|
+
NUMBER_6 = 6,
|
|
36
|
+
NUMBER_7 = 7,
|
|
37
|
+
NUMBER_8 = 8
|
|
38
|
+
}
|
package/lib/index.js
CHANGED
|
@@ -73,6 +73,8 @@ exports.request2 = request.request2;
|
|
|
73
73
|
exports.service = request.service;
|
|
74
74
|
exports.tansParams = request.tansParams;
|
|
75
75
|
exports.AccountTypeEnum = index$5.AccountTypeEnum;
|
|
76
|
+
exports.HttpMethodEnum = index$5.HttpMethodEnum;
|
|
77
|
+
exports.JobCreateTypeEnum = index$5.JobCreateTypeEnum;
|
|
76
78
|
exports.directive = index$9.directive;
|
|
77
79
|
exports.getCountryCode = index$a.getCountryCode;
|
|
78
80
|
exports.i18n = index$a.i18n;
|
|
@@ -13,6 +13,24 @@ var AccountTypeEnum = /* @__PURE__ */ ((AccountTypeEnum2) => {
|
|
|
13
13
|
AccountTypeEnum2[AccountTypeEnum2["NUMBER_999"] = 999] = "NUMBER_999";
|
|
14
14
|
return AccountTypeEnum2;
|
|
15
15
|
})(AccountTypeEnum || {});
|
|
16
|
+
var JobCreateTypeEnum = /* @__PURE__ */ ((JobCreateTypeEnum2) => {
|
|
17
|
+
JobCreateTypeEnum2[JobCreateTypeEnum2["NUMBER_0"] = 0] = "NUMBER_0";
|
|
18
|
+
JobCreateTypeEnum2[JobCreateTypeEnum2["NUMBER_1"] = 1] = "NUMBER_1";
|
|
19
|
+
JobCreateTypeEnum2[JobCreateTypeEnum2["NUMBER_2"] = 2] = "NUMBER_2";
|
|
20
|
+
return JobCreateTypeEnum2;
|
|
21
|
+
})(JobCreateTypeEnum || {});
|
|
22
|
+
var HttpMethodEnum = /* @__PURE__ */ ((HttpMethodEnum2) => {
|
|
23
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_0"] = 0] = "NUMBER_0";
|
|
24
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_1"] = 1] = "NUMBER_1";
|
|
25
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_2"] = 2] = "NUMBER_2";
|
|
26
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_3"] = 3] = "NUMBER_3";
|
|
27
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_4"] = 4] = "NUMBER_4";
|
|
28
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_5"] = 5] = "NUMBER_5";
|
|
29
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_6"] = 6] = "NUMBER_6";
|
|
30
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_7"] = 7] = "NUMBER_7";
|
|
31
|
+
HttpMethodEnum2[HttpMethodEnum2["NUMBER_8"] = 8] = "NUMBER_8";
|
|
32
|
+
return HttpMethodEnum2;
|
|
33
|
+
})(HttpMethodEnum || {});
|
|
16
34
|
|
|
17
35
|
exports.getApi = index;
|
|
18
36
|
exports.useBaseApi = index.useBaseApi;
|
|
@@ -33,3 +51,5 @@ exports.request2 = request.request2;
|
|
|
33
51
|
exports.service = request.service;
|
|
34
52
|
exports.tansParams = request.tansParams;
|
|
35
53
|
exports.AccountTypeEnum = AccountTypeEnum;
|
|
54
|
+
exports.HttpMethodEnum = HttpMethodEnum;
|
|
55
|
+
exports.JobCreateTypeEnum = JobCreateTypeEnum;
|
|
@@ -46,6 +46,8 @@ exports.FmTransfer = index.FmTransfer;
|
|
|
46
46
|
exports.FmLogin = index$2.FmLogin;
|
|
47
47
|
exports.NextLoading = index$3.NextLoading;
|
|
48
48
|
exports.AccountTypeEnum = index$4.AccountTypeEnum;
|
|
49
|
+
exports.HttpMethodEnum = index$4.HttpMethodEnum;
|
|
50
|
+
exports.JobCreateTypeEnum = index$4.JobCreateTypeEnum;
|
|
49
51
|
exports.directive = index$8.directive;
|
|
50
52
|
exports.getCountryCode = index$9.getCountryCode;
|
|
51
53
|
exports.i18n = index$9.i18n;
|
package/package.json
CHANGED
|
File without changes
|