@das-fed/utils 7.0.7-hot.18 → 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.
- package/api-services/i18n/index.js.gz +0 -0
- package/api-services/index.js +1682 -1612
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +1461 -1409
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +1461 -1409
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +1476 -1406
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +1461 -1409
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +1227 -1175
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +1461 -1409
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +1399 -1351
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +1223 -1171
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +1713 -1643
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +1284 -1214
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +1462 -1410
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +1137 -1103
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +1472 -1402
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +1461 -1409
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +1469 -1417
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +1472 -1402
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +1461 -1409
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +1138 -1104
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +1464 -1412
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +1461 -1409
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +1461 -1409
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +1137 -1103
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +1460 -1408
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/getInfoFromUrl/index.js.gz +0 -0
- package/common-info/index.js.gz +0 -0
- package/common-info/set-personal-info/index.js +899 -847
- package/common-info/set-personal-info/index.js.gz +0 -0
- package/common-tools/extract-file-name/index.js +896 -844
- package/common-tools/extract-file-name/index.js.gz +0 -0
- package/common-tools/get-url-params/index.js.gz +0 -0
- package/create-api-service/index.js +1460 -1408
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.js +1041 -988
- package/create-api-service/sso/index.js.gz +0 -0
- package/curring-http/index.js +1153 -1101
- package/curring-http/index.js.gz +0 -0
- package/directive/auth/index.js.gz +0 -0
- package/hooks/use-get-auth/index.js.gz +0 -0
- package/nextTiken/index.js.gz +0 -0
- package/package.json +4 -4
- package/pinyin-first-character/index.js +18 -16
- package/pinyin-first-character/index.js.gz +0 -0
- package/style/index.js +10 -10
- package/style/index.js.gz +0 -0
- package/token-tools/index.js.gz +0 -0
- package/use-low-code/index.js.gz +0 -0
- package/webSocket-service/index.js.gz +0 -0
package/curring-http/index.js.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/nextTiken/index.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/utils",
|
|
3
|
-
"version": "7.0.7-hot.
|
|
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.
|
|
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.
|
|
25
|
-
"@das-fed/web": "7.0.7-hot.
|
|
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
|
|
23771
|
-
for (let
|
|
23772
|
-
for (let
|
|
23773
|
-
if (
|
|
23774
|
-
let
|
|
23775
|
-
J.indexOf(
|
|
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
|
-
|
|
23780
|
-
|
|
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.
|
|
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 =
|
|
12
|
-
(t) => t.replace(m, (e
|
|
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", "")),
|
|
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
|
-
},
|
|
54
|
-
add: (e) => c(
|
|
55
|
-
subtract: (e) => c(
|
|
56
|
-
multiply: (e) => c(
|
|
57
|
-
divide: (e) => c(
|
|
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
|
-
|
|
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
|
package/token-tools/index.js.gz
CHANGED
|
Binary file
|
package/use-low-code/index.js.gz
CHANGED
|
Binary file
|
|
Binary file
|