@fmdevui/fm-dev 1.0.37 → 1.0.39

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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! fm-dev v1.0.37 */
1
+ /*! fm-dev v1.0.39 */
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,12 @@ 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 || {});
30111
30117
 
30112
30118
  var __create$1 = Object.create;
30113
30119
  var __defProp$1 = Object.defineProperty;
@@ -49934,9 +49940,7 @@ const useUserInfo = defineStore("userInfo", {
49934
49940
  }
49935
49941
  });
49936
49942
  const setDictLangMessageAsync = async (dict) => {
49937
- dict.langMessage = `message.dictType.${dict.typeCode}_${dict.value}`;
49938
- const text = i18n.global.t(dict.langMessage);
49939
- dict.label = text !== dict.langMessage && !text.endsWith(`${dict.typeCode}_${dict.value}`) ? text : dict.label;
49943
+ return;
49940
49944
  };
49941
49945
 
49942
49946
  function authDirective(app) {
@@ -52262,4 +52266,4 @@ const version = "1.0.0";
52262
52266
 
52263
52267
  const install = installer.install;
52264
52268
 
52265
- 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 };
52269
+ export { AccountTypeEnum, FmDragImg, FmLogin, FmNoticeBar, FmTransfer, 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 };
@@ -15,3 +15,8 @@ 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
+ }
package/lib/index.js CHANGED
@@ -73,6 +73,7 @@ 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.JobCreateTypeEnum = index$5.JobCreateTypeEnum;
76
77
  exports.directive = index$9.directive;
77
78
  exports.getCountryCode = index$a.getCountryCode;
78
79
  exports.i18n = index$a.i18n;
@@ -13,6 +13,12 @@ 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 || {});
16
22
 
17
23
  exports.getApi = index;
18
24
  exports.useBaseApi = index.useBaseApi;
@@ -33,3 +39,4 @@ exports.request2 = request.request2;
33
39
  exports.service = request.service;
34
40
  exports.tansParams = request.tansParams;
35
41
  exports.AccountTypeEnum = AccountTypeEnum;
42
+ exports.JobCreateTypeEnum = JobCreateTypeEnum;
@@ -46,6 +46,7 @@ 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.JobCreateTypeEnum = index$4.JobCreateTypeEnum;
49
50
  exports.directive = index$8.directive;
50
51
  exports.getCountryCode = index$9.getCountryCode;
51
52
  exports.i18n = index$9.i18n;
@@ -150,6 +150,7 @@ const useUserInfo = pinia.defineStore("userInfo", {
150
150
  }
151
151
  });
152
152
  const setDictLangMessageAsync = async (dict) => {
153
+ return;
153
154
  dict.langMessage = `message.dictType.${dict.typeCode}_${dict.value}`;
154
155
  const text = index$4.i18n.global.t(dict.langMessage);
155
156
  dict.label = text !== dict.langMessage && !text.endsWith(`${dict.typeCode}_${dict.value}`) ? text : dict.label;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmdevui/fm-dev",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "Page level components developed based on Element Plus.",
5
5
  "author": "fmdevui",
6
6
  "keywords": [
File without changes