@das-fed/web 6.4.0-dev.55 → 6.4.0-dev.55.2
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-DmT7oZQJ.js → index-CBH-AKKo.js} +1 -1
- package/{index-B-jlKMa8.js → index-TIWfkC3W.js} +3 -3
- package/index-TIWfkC3W.js.gz +0 -0
- package/{index-Bqr3C5Jd.js → index-YvyM8fd6.js} +1 -1
- package/index-YvyM8fd6.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/i18n/index.js +6 -6
- package/packages/i18n/index.js.gz +0 -0
- package/index-B-jlKMa8.js.gz +0 -0
- package/index-Bqr3C5Jd.js.gz +0 -0
|
@@ -106,7 +106,7 @@ const x3 = (i9 = navigator.language) != null && i9.toLowerCase().startsWith("zh"
|
|
|
106
106
|
for (const t in e)
|
|
107
107
|
if (f && !ae[t] && (ae[t] = e[t]), n) {
|
|
108
108
|
const r = (v = e[t]) != null && v._appCode ? e[t]._appCode.toLowerCase() : "";
|
|
109
|
-
r
|
|
109
|
+
r && (Ke[r] || (Ke[r] = {}), Ke[r][t] = e[t]), be[t] || (be[t] = e[t]);
|
|
110
110
|
}
|
|
111
111
|
}, O8 = async (e) => {
|
|
112
112
|
var n, v;
|
|
@@ -7551,11 +7551,11 @@ const N6 = [
|
|
|
7551
7551
|
},
|
|
7552
7552
|
{
|
|
7553
7553
|
path: NA,
|
|
7554
|
-
component: () => import("./index-
|
|
7554
|
+
component: () => import("./index-YvyM8fd6.js")
|
|
7555
7555
|
},
|
|
7556
7556
|
{
|
|
7557
7557
|
path: L9,
|
|
7558
|
-
component: () => import("./index-
|
|
7558
|
+
component: () => import("./index-CBH-AKKo.js")
|
|
7559
7559
|
}
|
|
7560
7560
|
], g8 = {
|
|
7561
7561
|
routes: N6,
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ import { DasSpin as x } from "@das-fed/ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as T } from "@das-fed/utils/common-info";
|
|
7
7
|
import { setShowLayout as b } from "@das-fed/utils/common-tools";
|
|
8
8
|
import { createService as E } from "@das-fed/utils/create-api-service";
|
|
9
|
-
import { u as L, p as q, a as u, c as f, b as B, l as P, d as K } from "./index-
|
|
9
|
+
import { u as L, p as q, a as u, c as f, b as B, l as P, d as K } from "./index-TIWfkC3W.js";
|
|
10
10
|
const M = "v1", N = E(`/api/justauth/client/${M}`), O = N.get("/visitor/kingdee/auth/user/auth_code"), Z = /* @__PURE__ */ k({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(V) {
|
|
Binary file
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as e, z as t, B as n, A as i, C as r, e as u, k as o, v as g, n as m, g as p, j as D, r as l, x as L, y as b, f as c, i as h, F as A, G as T, o as y, D as R, E as W, J as I, H as M, s as F, h as V, m as f, q as k, w as v, t as w } from "./index-
|
|
1
|
+
import { I as e, z as t, B as n, A as i, C as r, e as u, k as o, v as g, n as m, g as p, j as D, r as l, x as L, y as b, f as c, i as h, F as A, G as T, o as y, D as R, E as W, J as I, H as M, s as F, h as V, m as f, q as k, w as v, t as w } from "./index-TIWfkC3W.js";
|
|
2
2
|
export {
|
|
3
3
|
e as DasMainAppLayout,
|
|
4
4
|
t as DasWebLayout,
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/web",
|
|
3
|
-
"version": "6.4.0-dev.55",
|
|
3
|
+
"version": "6.4.0-dev.55.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@das-fed/ui": "6.4.0-dev.55",
|
|
8
|
-
"@das-fed/utils": "6.4.0-dev.55",
|
|
9
|
-
"@das-fed/web": "6.4.0-dev.55",
|
|
10
|
-
"@das-fed/web-components": "6.4.0-dev.55",
|
|
7
|
+
"@das-fed/ui": "6.4.0-dev.55.2",
|
|
8
|
+
"@das-fed/utils": "6.4.0-dev.55.2",
|
|
9
|
+
"@das-fed/web": "6.4.0-dev.55.2",
|
|
10
|
+
"@das-fed/web-components": "6.4.0-dev.55.2",
|
|
11
11
|
"@microsoft/signalr": "^8.0.7",
|
|
12
12
|
"@vueuse/core": "^9.13.0",
|
|
13
13
|
"animate.css": "^4.1.1",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"vue-router": "^4.4.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@das-fed/cli": "6.4.0-dev.55",
|
|
21
|
+
"@das-fed/cli": "6.4.0-dev.55.2",
|
|
22
22
|
"@types/lodash": "^4.14.194",
|
|
23
23
|
"@types/lodash-es": "^4.17.12",
|
|
24
24
|
"@vitejs/plugin-vue": "^5.1.0",
|
package/packages/i18n/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { reactive as f, ref as p, computed as C } from "vue";
|
|
2
|
-
const
|
|
2
|
+
const i = f({}), l = f({}), r = f({});
|
|
3
3
|
var b;
|
|
4
4
|
const L = (b = navigator.language) != null && b.toLowerCase().startsWith("zh") ? "zh-CN" : "en", g = p(L), h = "dasI18n", w = (t = {}, s) => {
|
|
5
5
|
const a = s === "global", c = !a, o = {};
|
|
6
6
|
for (const n in t)
|
|
7
7
|
for (const e in t[n])
|
|
8
|
-
o[e] || (o[e] = {}), o[e][n] = t[n][e] ?? "", a && (
|
|
8
|
+
o[e] || (o[e] = {}), o[e][n] = t[n][e] ?? "", a && (l[e] || (l[e] = {}), l[e][n] = o[e][n]), c && (i[e] || (i[e] = {}), i[e][n] = o[e][n]);
|
|
9
9
|
}, u = (t = {}, s) => {
|
|
10
10
|
var o;
|
|
11
11
|
const a = s === "global", c = !a;
|
|
12
12
|
for (const n in t)
|
|
13
|
-
if (a && !
|
|
13
|
+
if (a && !l[n] && (l[n] = t[n]), c) {
|
|
14
14
|
const e = (o = t[n]) != null && o._appCode ? t[n]._appCode.toLowerCase() : "";
|
|
15
|
-
e
|
|
15
|
+
e && (r[e] || (r[e] = {}), r[e][n] = t[n]), i[n] || (i[n] = t[n]);
|
|
16
16
|
}
|
|
17
17
|
}, x = async (t) => {
|
|
18
18
|
var c, o;
|
|
@@ -29,7 +29,7 @@ const L = (b = navigator.language) != null && b.toLowerCase().startsWith("zh") ?
|
|
|
29
29
|
return c && c.length >= 3 && (s = c[1] + "/" + c[2]), s ? s.toLowerCase() : "";
|
|
30
30
|
}, v = (t, ...s) => C(() => {
|
|
31
31
|
const a = D(location.pathname);
|
|
32
|
-
let c = r[a] ?? {}, o =
|
|
32
|
+
let c = r[a] ?? {}, o = l[t] || c[t] || i[t] || t;
|
|
33
33
|
if (o === t) return t;
|
|
34
34
|
typeof o == "string" && (o = { "zh-CN": o });
|
|
35
35
|
let n = o[g.value];
|
|
@@ -41,7 +41,7 @@ const L = (b = navigator.language) != null && b.toLowerCase().startsWith("zh") ?
|
|
|
41
41
|
}, j = () => g;
|
|
42
42
|
export {
|
|
43
43
|
g as currentLang,
|
|
44
|
-
|
|
44
|
+
i as customLangeData,
|
|
45
45
|
v as getI18nRule,
|
|
46
46
|
j as getLang,
|
|
47
47
|
z as i18n,
|
|
Binary file
|
package/index-B-jlKMa8.js.gz
DELETED
|
Binary file
|
package/index-Bqr3C5Jd.js.gz
DELETED
|
Binary file
|