@das-fed/utils 7.0.7-hot.17 → 7.0.7-hot.19

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 (64) hide show
  1. package/api-services/index.js +1682 -1612
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +1461 -1409
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +1461 -1409
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +1465 -1413
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +1461 -1409
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +1139 -1105
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +1461 -1409
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +1435 -1401
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +1137 -1103
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +1606 -1554
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +1284 -1214
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +1474 -1404
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +1137 -1103
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +1461 -1409
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +1461 -1409
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +1469 -1417
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +1461 -1409
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +1461 -1409
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +1226 -1174
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +1464 -1412
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +1461 -1409
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +1461 -1409
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +1137 -1103
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +1473 -1403
  48. package/api-services/src/create-service/index.js.gz +0 -0
  49. package/common-info/set-personal-info/index.js +899 -847
  50. package/common-info/set-personal-info/index.js.gz +0 -0
  51. package/common-tools/extract-file-name/index.js +896 -844
  52. package/common-tools/extract-file-name/index.js.gz +0 -0
  53. package/common-tools/obj-tools/index.js +1 -1
  54. package/create-api-service/index.js +1473 -1403
  55. package/create-api-service/index.js.gz +0 -0
  56. package/create-api-service/sso/index.js +1041 -988
  57. package/create-api-service/sso/index.js.gz +0 -0
  58. package/curring-http/index.js +1153 -1101
  59. package/curring-http/index.js.gz +0 -0
  60. package/package.json +4 -4
  61. package/pinyin-first-character/index.js +18 -16
  62. package/pinyin-first-character/index.js.gz +0 -0
  63. package/style/index.js +10 -10
  64. package/style/index.js.gz +0 -0
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/utils",
3
- "version": "7.0.7-hot.17",
3
+ "version": "7.0.7-hot.19",
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/utils": "7.0.7-hot.17",
12
+ "@das-fed/utils": "7.0.7-hot.19",
13
13
  "@vue/shared": "^3.4.21",
14
14
  "@vueuse/core": "^9.6.0",
15
15
  "axios": "^1.6.7",
@@ -21,8 +21,8 @@
21
21
  "vue": "^3.4.21"
22
22
  },
23
23
  "devDependencies": {
24
- "@das-fed/cli": "7.0.7-hot.17",
25
- "@das-fed/web": "7.0.7-hot.17",
24
+ "@das-fed/cli": "7.0.7-hot.19",
25
+ "@das-fed/web": "7.0.7-hot.19",
26
26
  "@types/js-cookie": "^3.0.6",
27
27
  "@types/lodash-es": "^4.17.12",
28
28
  "@types/qs": "^6.9.15",
@@ -23723,9 +23723,9 @@ const mn = new F(), pn = () => mn, r = (n) => {
23723
23723
  const b = w(l.zh);
23724
23724
  i[o + t] = {
23725
23725
  origin: b[t],
23726
- result: y[c],
23726
+ result: y[c] || "",
23727
23727
  isZh: !0,
23728
- originPinyin: y[c]
23728
+ originPinyin: y[c] || ""
23729
23729
  }, c++;
23730
23730
  }
23731
23731
  o += l.length, s++;
@@ -23766,18 +23766,20 @@ const mn = new F(), pn = () => mn, r = (n) => {
23766
23766
  originPinyin: n
23767
23767
  }
23768
23768
  ];
23769
- }, q = (n) => {
23770
- const i = n.split(" "), g = [], h = [];
23771
- for (let u of i)
23772
- for (let s of G)
23773
- if (u.startsWith(s)) {
23774
- let z = u.slice(s.length);
23775
- J.indexOf(s) !== -1 && K.indexOf(z) !== -1 && (z = X[z]), g.push(s), h.push(z);
23769
+ }, q = (n, i) => {
23770
+ const g = n.split(" "), h = [], u = [];
23771
+ for (let s of g)
23772
+ for (let z of G)
23773
+ if (s.startsWith(z)) {
23774
+ let o = s.slice(z.length);
23775
+ J.indexOf(z) !== -1 && K.indexOf(o) !== -1 && (o = X[o]), h.push(z), u.push(o);
23776
23776
  break;
23777
23777
  }
23778
- return {
23779
- final: h.join(" "),
23780
- initial: g.join(" ")
23778
+ return i === "standard" && h.forEach((s, z) => {
23779
+ (s === "y" || s === "w") && (h[z] = "");
23780
+ }), {
23781
+ final: u.join(" "),
23782
+ initial: h.join(" ")
23781
23783
  // 声母
23782
23784
  };
23783
23785
  }, e = (n) => {
@@ -23826,12 +23828,12 @@ const Dn = (n, i) => {
23826
23828
  break;
23827
23829
  case "initial":
23828
23830
  n.forEach((g) => {
23829
- g.result = g.isZh ? q(g.result).initial : "";
23831
+ g.result = g.isZh ? q(g.result, i.initialPattern).initial : "";
23830
23832
  });
23831
23833
  break;
23832
23834
  case "final":
23833
23835
  n.forEach((g) => {
23834
- g.result = g.isZh ? q(g.result).final : "";
23836
+ g.result = g.isZh ? q(g.result, i.initialPattern).final : "";
23835
23837
  });
23836
23838
  break;
23837
23839
  case "first":
@@ -23873,7 +23875,7 @@ const Dn = (n, i) => {
23873
23875
  }
23874
23876
  }, Cn = (n, i) => {
23875
23877
  i.v && n.forEach((g) => {
23876
- g.isZh && (g.result = g.result.replace(/ü/g, "v"));
23878
+ g.isZh && (g.result = g.result.replace(/ü/g, typeof i.v == "string" ? i.v : "v"));
23877
23879
  });
23878
23880
  }, Mn = (n, i, g) => {
23879
23881
  if (i.multiple && d(g) === 1) {
@@ -23884,7 +23886,7 @@ const Dn = (n, i) => {
23884
23886
  });
23885
23887
  }
23886
23888
  return i.type === "array" ? n.map((h) => h.result) : i.type === "all" ? n.map((h) => {
23887
- const u = h.isZh ? h.result : "", { initial: s, final: z } = q(u), { head: o, body: l, tail: y } = e(u);
23889
+ const u = h.isZh ? h.result : "", { initial: s, final: z } = q(u, i.initialPattern), { head: o, body: l, tail: y } = e(u);
23888
23890
  let c = [];
23889
23891
  return u !== "" && (c = [u].concat(W(h.origin, i.surname).filter((t) => t !== u))), {
23890
23892
  origin: h.origin,
Binary file
package/style/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/shared v3.5.18
2
+ * @vue/shared v3.5.25
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8,8 +8,8 @@ process.env.NODE_ENV !== "production" && Object.freeze([]);
8
8
  const u = (t) => {
9
9
  const e = /* @__PURE__ */ Object.create(null);
10
10
  return (r) => e[r] || (e[r] = t(r));
11
- }, m = /-(\w)/g, p = u(
12
- (t) => t.replace(m, (e, r) => r ? r.toUpperCase() : "")
11
+ }, m = /-\w/g, p = u(
12
+ (t) => t.replace(m, (e) => e.slice(1).toUpperCase())
13
13
  ), a = (t = "") => t.split(" ").filter((e) => !!e.trim()), h = (t, e) => {
14
14
  if (!t || !e) return !1;
15
15
  if (e.includes(" ")) throw new Error("className should not contain space.");
@@ -46,15 +46,15 @@ const u = (t) => {
46
46
  for (const n of e)
47
47
  r.appendChild(document.createTextNode(`${n.className}{${d(n.style)}}`));
48
48
  }
49
- }, l = (t) => Number(t.toString().replace("px", "")), o = (t, e, r) => {
49
+ }, l = (t) => Number(t.toString().replace("px", "")), c = (t, e, r) => {
50
50
  e = l(e), r = l(r);
51
51
  let n;
52
52
  return t === "add" && (n = e + r), t === "subtract" && (n = e - r), t === "multiply" && (n = e * r), t === "divide" && (n = e / r), e = null, r = null, n;
53
- }, c = (t) => ({
54
- add: (e) => c(o("add", t, e)),
55
- subtract: (e) => c(o("subtract", t, e)),
56
- multiply: (e) => c(o("multiply", t, e)),
57
- divide: (e) => c(o("divide", t, e)),
53
+ }, o = (t) => ({
54
+ add: (e) => o(c("add", t, e)),
55
+ subtract: (e) => o(c("subtract", t, e)),
56
+ multiply: (e) => o(c("multiply", t, e)),
57
+ divide: (e) => o(c("divide", t, e)),
58
58
  res: () => {
59
59
  const e = t + "px";
60
60
  return t = null, e;
@@ -63,7 +63,7 @@ const u = (t) => {
63
63
  export {
64
64
  y as addClass,
65
65
  E as createStyle,
66
- c as curringMath,
66
+ o as curringMath,
67
67
  d as getCSS,
68
68
  N as getStyle,
69
69
  h as hasClass,
package/style/index.js.gz CHANGED
Binary file