@das-fed/upf-utils 6.4.0-dev.210 → 6.4.0-dev.211

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 (109) hide show
  1. package/api-services/es5.js +2 -2
  2. package/api-services/index.js +2 -7
  3. package/api-services/index.js.gz +0 -0
  4. package/api-services/modules/app-manage/es5.js +2 -2
  5. package/api-services/modules/app-manage/index.js +2 -7
  6. package/api-services/modules/app-manage/index.js.gz +0 -0
  7. package/api-services/modules/authentication/es5.js +2 -2
  8. package/api-services/modules/authentication/index.js +2 -7
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/es5.js +2 -2
  11. package/api-services/modules/bems/index.js +2 -7
  12. package/api-services/modules/bems/index.js.gz +0 -0
  13. package/api-services/modules/contract/es5.js +967 -955
  14. package/api-services/modules/contract/index.js +788 -775
  15. package/api-services/modules/contract/index.js.gz +0 -0
  16. package/api-services/modules/duty-manage/es5.js +977 -965
  17. package/api-services/modules/duty-manage/index.js +797 -784
  18. package/api-services/modules/duty-manage/index.js.gz +0 -0
  19. package/api-services/modules/enterpriseright/es5.js +2 -2
  20. package/api-services/modules/enterpriseright/index.js +2 -7
  21. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  22. package/api-services/modules/es5.js +2 -2
  23. package/api-services/modules/file/es5.js +1243 -1255
  24. package/api-services/modules/file/index.js +1036 -1059
  25. package/api-services/modules/file/index.js.gz +0 -0
  26. package/api-services/modules/gateway-edge/es5.js +955 -967
  27. package/api-services/modules/gateway-edge/index.js +770 -793
  28. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  29. package/api-services/modules/index.js +2 -7
  30. package/api-services/modules/index.js.gz +0 -0
  31. package/api-services/modules/iot/es5.js +850 -847
  32. package/api-services/modules/iot/index.js +661 -662
  33. package/api-services/modules/iot/index.js.gz +0 -0
  34. package/api-services/modules/justauth/es5.js +803 -801
  35. package/api-services/modules/justauth/index.js +624 -625
  36. package/api-services/modules/justauth/index.js.gz +0 -0
  37. package/api-services/modules/knowledge/es5.js +955 -967
  38. package/api-services/modules/knowledge/index.js +770 -793
  39. package/api-services/modules/knowledge/index.js.gz +0 -0
  40. package/api-services/modules/link/es5.js +832 -835
  41. package/api-services/modules/link/index.js +644 -653
  42. package/api-services/modules/link/index.js.gz +0 -0
  43. package/api-services/modules/permission/es5.js +2 -2
  44. package/api-services/modules/permission/index.js +2 -7
  45. package/api-services/modules/permission/index.js.gz +0 -0
  46. package/api-services/modules/platformManage/es5.js +941 -953
  47. package/api-services/modules/platformManage/index.js +754 -777
  48. package/api-services/modules/platformManage/index.js.gz +0 -0
  49. package/api-services/modules/portal/es5.js +2 -2
  50. package/api-services/modules/portal/index.js +2 -7
  51. package/api-services/modules/portal/index.js.gz +0 -0
  52. package/api-services/modules/space-manage/es5.js +2 -2
  53. package/api-services/modules/space-manage/index.js +2 -7
  54. package/api-services/modules/space-manage/index.js.gz +0 -0
  55. package/api-services/modules/super-admin/es5.js +2 -2
  56. package/api-services/modules/super-admin/index.js +2 -7
  57. package/api-services/modules/super-admin/index.js.gz +0 -0
  58. package/api-services/modules/supplier/es5.js +976 -988
  59. package/api-services/modules/supplier/index.js +787 -810
  60. package/api-services/modules/supplier/index.js.gz +0 -0
  61. package/api-services/modules/supplychain-manage/es5.js +967 -955
  62. package/api-services/modules/supplychain-manage/index.js +788 -775
  63. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  64. package/api-services/modules/systemConfiguration/es5.js +2 -2
  65. package/api-services/modules/systemConfiguration/index.js +2 -7
  66. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  67. package/api-services/modules/tool/es5.js +955 -967
  68. package/api-services/modules/tool/index.js +770 -793
  69. package/api-services/modules/tool/index.js.gz +0 -0
  70. package/api-services/src/create-service/es5.js +938 -929
  71. package/api-services/src/create-service/index.js +763 -754
  72. package/api-services/src/create-service/index.js.gz +0 -0
  73. package/common-info/es5.js +22 -24
  74. package/common-info/getInfoFromUrl/es5.js +40 -40
  75. package/common-info/getInfoFromUrl/index.js +36 -36
  76. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  77. package/common-info/index.js +17 -21
  78. package/common-info/index.js.gz +0 -0
  79. package/common-info/set-personal-info/es5.js +22 -22
  80. package/common-info/set-personal-info/index.js +20 -25
  81. package/common-info/set-personal-info/index.js.gz +0 -0
  82. package/common-tools/extract-file-name/es5.js +2 -2
  83. package/common-tools/extract-file-name/index.js +2 -7
  84. package/common-tools/extract-file-name/index.js.gz +0 -0
  85. package/common-tools/handle-data/es5.js +111 -118
  86. package/common-tools/handle-data/index.js +86 -89
  87. package/common-tools/handle-data/index.js.gz +0 -0
  88. package/create-api-service/check-token/es5.js +125 -127
  89. package/create-api-service/check-token/index.js +118 -123
  90. package/create-api-service/check-token/index.js.gz +0 -0
  91. package/create-api-service/es5.js +962 -952
  92. package/create-api-service/index.js +782 -773
  93. package/create-api-service/index.js.gz +0 -0
  94. package/create-api-service/sso/es5.js +3 -3
  95. package/create-api-service/sso/index.js +3 -8
  96. package/create-api-service/sso/index.js.gz +0 -0
  97. package/curring-http/es5.js +2 -2
  98. package/curring-http/index.js +2 -7
  99. package/curring-http/index.js.gz +0 -0
  100. package/front-end/i18n/front-end-page/dasutils_en-US.js +20 -1
  101. package/front-end/i18n/front-end-page/dasutils_zh-CN.js +19 -1
  102. package/front-end/i18n/front-end-page/dasutils_zh-MO.js +19 -1
  103. package/package.json +4 -4
  104. package/pinyin-first-character/es5.js +1 -1
  105. package/pinyin-first-character/index.js +1 -1
  106. package/pinyin-first-character/index.js.gz +0 -0
  107. package/webSocket-service/es5.js +41 -53
  108. package/webSocket-service/index.js +40 -50
  109. package/webSocket-service/index.js.gz +0 -0
@@ -1,22 +1,22 @@
1
- import { getConfig as F } from "@das-fed/upf-utils/config";
2
- const _ = (u) => u === null || typeof u > "u" || u === "", S = (u) => {
3
- var r;
4
- return (((r = F()) == null ? void 0 : r.systemLangList) || ["zh-CN", "en-US", "zh-MO"]).includes(u);
5
- }, z = async (u) => {
6
- const k = u || {};
1
+ import { getConfig as _ } from "@das-fed/upf-utils/config";
2
+ const M = (f) => f === null || typeof f > "u" || f === "", z = (f) => {
3
+ var n;
4
+ return (((n = _()) == null ? void 0 : n.systemLangList) || ["zh-CN", "en-US", "zh-MO"]).includes(f);
5
+ }, A = async (f) => {
6
+ const x = f || {};
7
7
  let {
8
- currentLang: r = "zh-CN",
9
- baseUrl: l = "/",
10
- appName: g = "jc",
8
+ currentLang: n = "zh-CN",
9
+ baseUrl: c = "/",
10
+ appName: h = "jc",
11
11
  isPullFrontEnd: L = !0,
12
12
  isPullBack: N = !1,
13
- isDasUI: D = !1,
14
- fallbackBaseUrl: c = ""
15
- } = k;
16
- (typeof r != "string" || !r) && (r = "zh-CN");
17
- let d = [];
18
- Array.isArray(g) ? (d = g.filter((a) => typeof a == "string" && a), d.length === 0 && (d = ["jc"])) : typeof g == "string" && g ? d = [g] : d = ["jc"], typeof l != "string" && (l = "/"), l || (l = "/"), l.endsWith("/") || (l = l + "/"), typeof c != "string" && (c = ""), c && !c.endsWith("/") && (c = c + "/");
19
- const w = {
13
+ isDasUI: O = !1,
14
+ fallbackBaseUrl: a = ""
15
+ } = x;
16
+ (typeof n != "string" || !n) && (n = "zh-CN");
17
+ let l = [];
18
+ Array.isArray(h) ? (l = h.filter((r) => typeof r == "string" && r), l.length === 0 && (l = ["jc"])) : typeof h == "string" && h ? l = [h] : l = ["jc"], typeof c != "string" && (c = "/"), c || (c = "/"), c.endsWith("/") || (c = c + "/"), typeof a != "string" && (a = ""), a && !a.endsWith("/") && (a = a + "/");
19
+ const y = {
20
20
  frontEnd: null,
21
21
  // 统一格式:{ appName1: data1, appName2: data2, ... }
22
22
  dasUiEnd: null,
@@ -24,116 +24,113 @@ const _ = (u) => u === null || typeof u > "u" || u === "", S = (u) => {
24
24
  // 统一格式:{ appName1: data1, appName2: data2, ... }
25
25
  };
26
26
  let m = !1;
27
- const E = async (a, o, h = "zh-CN", i = "资源") => {
28
- const p = async (s) => {
27
+ const j = async (r, s, $ = "zh-CN", w = "资源") => {
28
+ const u = async (i) => {
29
29
  try {
30
30
  if (typeof window < "u" && typeof window.fetch == "function") {
31
- const n = await window.fetch(s, { cache: "no-cache" });
32
- return !n || !n.ok ? (console.warn(`[fetchText] ${i} HTTP 错误:`, n == null ? void 0 : n.status, n == null ? void 0 : n.statusText), null) : await n.text();
31
+ const o = await window.fetch(i, { cache: "no-cache" });
32
+ return !o || !o.ok ? null : await o.text();
33
33
  } else
34
- return await new Promise((n) => {
34
+ return await new Promise((o) => {
35
35
  try {
36
36
  const t = new XMLHttpRequest();
37
- t.open("GET", s, !0), t.onreadystatechange = function() {
38
- t.readyState === 4 && n(t.status >= 200 && t.status < 300 ? t.responseText : null);
37
+ t.open("GET", i, !0), t.onreadystatechange = function() {
38
+ t.readyState === 4 && o(t.status >= 200 && t.status < 300 ? t.responseText : null);
39
39
  }, t.onerror = function() {
40
- n(null);
40
+ o(null);
41
41
  }, t.send();
42
42
  } catch {
43
- n(null);
43
+ o(null);
44
44
  }
45
45
  });
46
46
  } catch {
47
47
  return null;
48
48
  }
49
- }, O = (s) => {
50
- if (!s || typeof s != "string")
51
- return console.warn("[parseEsmDefault] 输入无效:", typeof s), null;
52
- const t = s.replace(/^\uFEFF/, "").trim();
49
+ }, F = (i) => {
50
+ if (!i || typeof i != "string")
51
+ return null;
52
+ const t = i.replace(/^\uFEFF/, "").trim();
53
53
  if (t.startsWith("{"))
54
54
  try {
55
55
  const e = JSON.parse(t);
56
56
  if (e && typeof e == "object")
57
57
  return e;
58
- } catch (e) {
59
- console.warn("[parseEsmDefault] 纯 JSON 解析失败:", e);
58
+ } catch {
60
59
  }
61
- const j = t.match(/export\s+default\s*/);
62
- if (!j || j.index === void 0)
63
- return console.warn("[parseEsmDefault] 未找到 export default,且非纯 JSON 格式"), null;
60
+ const b = t.match(/export\s+default\s*/);
61
+ if (!b || b.index === void 0)
62
+ return null;
64
63
  try {
65
- let e = t.substring(j.index);
64
+ let e = t.substring(b.index);
66
65
  if (e = e.replace(/\/\*[\s\S]*?\*\//g, "").replace(/(^|\n)\s*\/\/.*(?=\n|$)/g, "$1").trim(), e = e.replace(/^\s*export\s+default\s*/, "").replace(/;?\s*$/, "").trim(), !e)
67
- return console.warn("[parseEsmDefault] 清理后内容为空"), null;
66
+ return null;
68
67
  try {
69
- const y = new Function(`return ${e}`)();
70
- if (y && typeof y == "object")
71
- return y;
72
- } catch (f) {
73
- console.warn("[parseEsmDefault] Function 构造器失败:", f);
68
+ const d = new Function(`return ${e}`)();
69
+ if (d && typeof d == "object")
70
+ return d;
71
+ } catch {
74
72
  }
75
73
  try {
76
- const f = e.indexOf("{"), y = e.lastIndexOf("}");
77
- if (f === -1 || y === -1 || y <= f)
78
- return console.warn("[parseEsmDefault] JSON 解析:未找到对象结构"), null;
79
- let $ = e.slice(f, y + 1);
80
- $ = $.replace(/([{,]\s*)([a-zA-Z_$][a-zA-Z0-9_$]*)\s*:/g, '$1"$2":'), $ = $.replace(/'([^'\\]*(\\.[^'\\]*)*)'/g, '"$1"'), $ = $.replace(/,\s*([}\]])/g, "$1");
81
- const x = JSON.parse($);
82
- if (x && typeof x == "object")
83
- return x;
84
- } catch (f) {
85
- console.warn("[parseEsmDefault] JSON 解析失败:", f);
74
+ const g = e.indexOf("{"), d = e.lastIndexOf("}");
75
+ if (g === -1 || d === -1 || d <= g)
76
+ return null;
77
+ let p = e.slice(g, d + 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");
79
+ const E = JSON.parse(p);
80
+ if (E && typeof E == "object")
81
+ return E;
82
+ } catch {
86
83
  }
87
84
  return null;
88
- } catch (e) {
89
- return console.error("[parseEsmDefault] 异常:", e), null;
85
+ } catch {
86
+ return null;
90
87
  }
91
- }, b = async (s) => {
92
- if (!s) return null;
93
- const n = await p(s);
94
- if (!n)
95
- return console.warn(`[tryLoad] ${i} HTTP 请求失败:`, s), null;
96
- const t = O(n);
97
- return t !== null && typeof t == "object" ? t : (console.warn(`[tryLoad] ${i} 解析失败:`, s), null);
98
- }, U = await b(a);
99
- if (U)
100
- return U;
101
- if (console.warn(`[loadWithFallback] ${i} - 主地址失败,尝试回退地址`), o && S(h)) {
102
- const s = await b(o);
103
- if (s)
104
- return console.warn(`[loadWithFallback] ${i} - 回退地址成功`), s;
88
+ }, U = async (i) => {
89
+ if (!i) return null;
90
+ const o = await u(i);
91
+ if (!o)
92
+ return null;
93
+ const t = F(o);
94
+ return t !== null && typeof t == "object" ? t : null;
95
+ }, k = await U(r);
96
+ if (k)
97
+ return k;
98
+ if (s && z($)) {
99
+ const i = await U(s);
100
+ if (i)
101
+ return i;
105
102
  }
106
- return console.error(`[loadWithFallback] ${i} - 所有地址都失败`), null;
103
+ return null;
107
104
  };
108
105
  if (L) {
109
- const a = {};
110
- for (const o of d) {
111
- const h = `${l}front-end/i18n/front-end-page/${o}_${r}.js`, i = c ? `${c}front-end/i18n/front-end-page/${o}_${r}.js` : void 0, p = await E(
112
- h,
113
- i,
114
- r,
115
- `前端业务语言资源(${o})`
106
+ const r = {};
107
+ for (const s of l) {
108
+ const $ = `${c}front-end/i18n/front-end-page/${s}_${n}.js`, w = a ? `${a}front-end/i18n/front-end-page/${s}_${n}.js` : void 0, u = await j(
109
+ $,
110
+ w,
111
+ n,
112
+ `前端业务语言资源(${s})`
116
113
  );
117
- p && (a[o] = p, m = !0);
114
+ u && (r[s] = u, m = !0);
118
115
  }
119
- Object.keys(a).length > 0 && (w.frontEnd = a);
116
+ Object.keys(r).length > 0 && (y.frontEnd = r);
120
117
  }
121
118
  if (N) {
122
- const a = {};
123
- for (const o of d) {
124
- const h = `${l}front-end/i18n/return-msg/${o}_${r}.js`, i = c ? `${c}front-end/i18n/return-msg/${o}_${r}.js` : void 0, p = await E(h, i, r, `后端语言资源(${o})`);
125
- p && (a[o] = p, m = !0);
119
+ const r = {};
120
+ for (const s of l) {
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})`);
122
+ u && (r[s] = u, m = !0);
126
123
  }
127
- Object.keys(a).length > 0 && (w.backMsg = a);
124
+ Object.keys(r).length > 0 && (y.backMsg = r);
128
125
  }
129
- if (D) {
130
- const a = `${l}front-end/i18n/front-end-page/dasui_${r}.js`, o = c ? `${c}front-end/i18n/front-end-page/dasui_${r}.js` : void 0;
131
- w.dasUiEnd = await E(a, o, r, "UI组件库语言资源"), w.dasUiEnd && (m = !0);
126
+ if (O) {
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;
128
+ y.dasUiEnd = await j(r, s, n, "UI组件库语言资源"), y.dasUiEnd && (m = !0);
132
129
  }
133
- return m || console.warn("语言包加载失败"), w;
130
+ return y;
134
131
  };
135
132
  export {
136
- z as handleI18nData,
137
- S as isCurrentLangInSysLang,
138
- _ as isEmpty
133
+ A as handleI18nData,
134
+ z as isCurrentLangInSysLang,
135
+ M as isEmpty
139
136
  };