@das-fed/upf-utils 6.4.0-dev.199 → 6.4.0-dev.201

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.
Files changed (39) hide show
  1. package/api-services/modules/app-manage/es5.js +957 -945
  2. package/api-services/modules/app-manage/index.js +779 -761
  3. package/api-services/modules/app-manage/index.js.gz +0 -0
  4. package/api-services/modules/authentication/es5.js +957 -945
  5. package/api-services/modules/authentication/index.js +779 -761
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/enterpriseright/es5.js +957 -945
  8. package/api-services/modules/enterpriseright/index.js +779 -761
  9. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  10. package/api-services/modules/justauth/es5.js +959 -947
  11. package/api-services/modules/justauth/index.js +780 -762
  12. package/api-services/modules/justauth/index.js.gz +0 -0
  13. package/api-services/modules/link/es5.js +957 -945
  14. package/api-services/modules/link/index.js +779 -761
  15. package/api-services/modules/link/index.js.gz +0 -0
  16. package/api-services/modules/space-manage/es5.js +957 -945
  17. package/api-services/modules/space-manage/index.js +779 -761
  18. package/api-services/modules/space-manage/index.js.gz +0 -0
  19. package/api-services/modules/super-admin/es5.js +972 -960
  20. package/api-services/modules/super-admin/index.js +791 -773
  21. package/api-services/modules/super-admin/index.js.gz +0 -0
  22. package/api-services/modules/systemConfiguration/es5.js +957 -945
  23. package/api-services/modules/systemConfiguration/index.js +779 -761
  24. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  25. package/api-services/modules/tool/es5.js +957 -945
  26. package/api-services/modules/tool/index.js +779 -761
  27. package/api-services/modules/tool/index.js.gz +0 -0
  28. package/api-services/src/create-service/es5.js +955 -943
  29. package/api-services/src/create-service/index.js +778 -760
  30. package/api-services/src/create-service/index.js.gz +0 -0
  31. package/common-tools/handle-data/index.js +3 -16
  32. package/common-tools/handle-data/index.js.gz +0 -0
  33. package/create-api-service/check-token/es5.js +1 -1
  34. package/create-api-service/check-token/index.js +1 -1
  35. package/create-api-service/check-token/index.js.gz +0 -0
  36. package/front-end/i18n/front-end-page/dasutils_en-US.js +1 -20
  37. package/front-end/i18n/front-end-page/dasutils_zh-CN.js +1 -19
  38. package/front-end/i18n/front-end-page/dasutils_zh-MO.js +1 -19
  39. package/package.json +4 -4
@@ -75,10 +75,7 @@ const M = (f) => f === null || typeof f > "u" || f === "", z = (f) => {
75
75
  if (g === -1 || d === -1 || d <= g)
76
76
  return null;
77
77
  let p = e.slice(g, d + 1);
78
- p = p.replace(
79
- /([{,]\s*)([a-zA-Z_$][a-zA-Z0-9_$]*)\s*:/g,
80
- '$1"$2":'
81
- ), p = p.replace(/'([^'\\]*(\\.[^'\\]*)*)'/g, '"$1"'), p = p.replace(/,\s*([}\]])/g, "$1");
78
+ p = p.replace(/([{,]\s*)([a-zA-Z_$][a-zA-Z0-9_$]*)\s*:/g, '$1"$2":'), p = p.replace(/'([^'\\]*(\\.[^'\\]*)*)'/g, '"$1"'), p = p.replace(/,\s*([}\]])/g, "$1");
82
79
  const E = JSON.parse(p);
83
80
  if (E && typeof E == "object")
84
81
  return E;
@@ -121,24 +118,14 @@ const M = (f) => f === null || typeof f > "u" || f === "", z = (f) => {
121
118
  if (N) {
122
119
  const r = {};
123
120
  for (const s of l) {
124
- const $ = `${c}front-end/i18n/return-msg/${s}_${n}.js`, w = a ? `${a}front-end/i18n/return-msg/${s}_${n}.js` : void 0, u = await j(
125
- $,
126
- w,
127
- n,
128
- `后端语言资源(${s})`
129
- );
121
+ const $ = `${c}front-end/i18n/return-msg/${s}_${n}.js`, w = a ? `${a}front-end/i18n/return-msg/${s}_${n}.js` : void 0, u = await j($, w, n, `后端语言资源(${s})`);
130
122
  u && (r[s] = u, m = !0);
131
123
  }
132
124
  Object.keys(r).length > 0 && (y.backMsg = r);
133
125
  }
134
126
  if (O) {
135
127
  const r = `${c}front-end/i18n/front-end-page/dasui_${n}.js`, s = a ? `${a}front-end/i18n/front-end-page/dasui_${n}.js` : void 0;
136
- y.dasUiEnd = await j(
137
- r,
138
- s,
139
- n,
140
- "UI组件库语言资源"
141
- ), y.dasUiEnd && (m = !0);
128
+ y.dasUiEnd = await j(r, s, n, "UI组件库语言资源"), y.dasUiEnd && (m = !0);
142
129
  }
143
130
  return y;
144
131
  };
@@ -2264,7 +2264,7 @@ function _rt() {
2264
2264
  r = _args2.length > 3 && _args2[3] !== undefined ? _args2[3] : 0;
2265
2265
  _context1.p = 1;
2266
2266
  _context1.n = 2;
2267
- return E.create().post("/api/admin/basic-application/authorization/v1/visitor/oauth/token/refresh", {
2267
+ return E.create().post("/api/admin/basic-application/authorization/v1/login/oauth/token/refresh", {
2268
2268
  refreshToken: e
2269
2269
  }, {
2270
2270
  baseURL: Bn
@@ -1711,7 +1711,7 @@ const Pe = 1 * 60 * 1e3, _e = 1, Fe = 1e3, Dn = async (e, t, n = 0) => {
1711
1711
  async function rt(e, t, n, r = 0) {
1712
1712
  try {
1713
1713
  let s = await E.create().post(
1714
- "/api/admin/basic-application/authorization/v1/visitor/oauth/token/refresh",
1714
+ "/api/admin/basic-application/authorization/v1/login/oauth/token/refresh",
1715
1715
  { refreshToken: e },
1716
1716
  {
1717
1717
  baseURL: Bn
@@ -1,20 +1 @@
1
- export default {
2
- "导入进度": "Import Progress",
3
- "上传失败": "Uploaded Failed",
4
- "导出进度": "Export Progress",
5
- "导出成功": "Exported Successfully",
6
- "导入成功": "Imported Successfully",
7
- "导出失败": "Exported Failed",
8
- "导入失败": "Imported Failed",
9
- "部分导出失败": "Partial exported failed",
10
- "部分导入失败": "Partial imported failed",
11
- "部分数据校验不通过,请下载附件并修改,重新导入!":
12
- "Some data failed to pass the verification. Please download the attachment, make modifications and import it again!",
13
- "参数校验错误": "Parameter Validation Error",
14
- "接口地址未找到": "Api endpoint not found",
15
- "服务器内部错误": "Internal Server Error",
16
- "解析错误": "Parsing Error",
17
- "请求配置异常": "Request Configuration Error",
18
- "网络异常,请检查您的网络情况":
19
- "Network error, please check your network status",
20
- };
1
+ export default {};
@@ -1,19 +1 @@
1
- export default {
2
- "导入进度": "导入进度",
3
- "上传失败": "上传失败",
4
- "导出进度": "导出进度",
5
- "导出成功": "导出成功",
6
- "导入成功": "导入成功",
7
- "导出失败": "导出失败",
8
- "导入失败": "导入失败",
9
- "部分导出失败": "部分导出失败",
10
- "部分导入失败": "部分导入失败",
11
- "部分数据校验不通过,请下载附件并修改,重新导入!":
12
- "部分数据校验不通过,请下载附件并修改,重新导入!",
13
- "参数校验错误": "参数校验错误",
14
- "接口地址未找到": "接口地址未找到",
15
- "服务器内部错误": "服务器内部错误",
16
- "解析错误": "解析错误",
17
- "请求配置异常": "请求配置异常",
18
- "网络异常,请检查您的网络情况": "网络异常,请检查您的网络情况",
19
- };
1
+ export default {};
@@ -1,19 +1 @@
1
- export default {
2
- "导入进度": "導入進度",
3
- "上传失败": "上傳失敗",
4
- "导出进度": "導出進度",
5
- "导出成功": "導出成功",
6
- "导入成功": "導入成功",
7
- "导出失败": "導出失敗",
8
- "导入失败": "導入失敗",
9
- "部分导出失败": "部分導出失敗",
10
- "部分导入失败": "部分導入失敗",
11
- "部分数据校验不通过,请下载附件并修改,重新导入!":
12
- "部分數據校驗不通過,請下載附件並修改,重新導入!",
13
- "参数校验错误": "參數校驗錯誤",
14
- "接口地址未找到": "接口地址未找到",
15
- "服务器内部错误": "服務器內部錯誤",
16
- "解析错误": "解析錯誤",
17
- "请求配置异常": "請求配置異常",
18
- "网络异常,请检查您的网络情况": "網絡異常,請檢查您的網絡情況",
19
- };
1
+ export default {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/upf-utils",
3
- "version": "6.4.0-dev.199",
3
+ "version": "6.4.0-dev.201",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -9,7 +9,7 @@
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
11
  "@antv/x6": "^2.18.1",
12
- "@das-fed/upf-utils": "6.4.0-dev.199",
12
+ "@das-fed/upf-utils": "6.4.0-dev.201",
13
13
  "@vue/shared": "^3.4.21",
14
14
  "@vueuse/core": "^9.6.0",
15
15
  "axios": "^1.6.7",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/preset-env": "7.26.0",
25
- "@das-fed/upf-cli": "6.4.0-dev.199",
26
- "@das-fed/upf-web": "6.4.0-dev.199",
25
+ "@das-fed/upf-cli": "6.4.0-dev.201",
26
+ "@das-fed/upf-web": "6.4.0-dev.201",
27
27
  "@rollup/plugin-babel": "6.0.4",
28
28
  "@types/js-cookie": "^3.0.6",
29
29
  "@types/lodash-es": "^4.17.12",