@das-fed/web 7.0.5-test.19 → 7.0.5-test.20
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-BQvylkcW.js → index-BJXsWsq-.js} +7 -2
- package/{index-BQvylkcW.js.gz → index-BJXsWsq-.js.gz} +0 -0
- package/{packages/main-app-framework/index-9DsPqzvB.js → index-DliL9LBv.js} +1 -1
- package/{packages/main-app-framework/index-DrTsxZnw.js → index-QDVSgZRq.js} +1 -1
- package/index-QDVSgZRq.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/{index-DQxJzY5Z.js → packages/main-app-framework/index-B2q1kE6m.js} +1 -1
- package/{index-WfwqMhd1.js → packages/main-app-framework/index-Bo2069aB.js} +1 -1
- package/packages/main-app-framework/index-Bo2069aB.js.gz +0 -0
- package/packages/main-app-framework/{index-ClzxlHtx.js → index-CYGU1zn8.js} +7 -2
- package/packages/main-app-framework/{index-ClzxlHtx.js.gz → index-CYGU1zn8.js.gz} +0 -0
- package/packages/main-app-framework/index.js +1 -1
- package/types/main-app-framework/i18n/index.d.ts +5 -0
- package/index-WfwqMhd1.js.gz +0 -0
- package/packages/main-app-framework/index-DrTsxZnw.js.gz +0 -0
|
@@ -18090,6 +18090,11 @@ const dN = () => {
|
|
|
18090
18090
|
en: "Alias",
|
|
18091
18091
|
_appCode: "framework"
|
|
18092
18092
|
},
|
|
18093
|
+
常用应用设置: {
|
|
18094
|
+
"zh-CN": "常用应用设置",
|
|
18095
|
+
en: "Common Application Setting",
|
|
18096
|
+
_appCode: "framework"
|
|
18097
|
+
},
|
|
18093
18098
|
还原: {
|
|
18094
18099
|
"zh-CN": "还原",
|
|
18095
18100
|
en: "Restore",
|
|
@@ -18131,7 +18136,7 @@ g("@das-fed/web");
|
|
|
18131
18136
|
const sN = [
|
|
18132
18137
|
{
|
|
18133
18138
|
path: ef,
|
|
18134
|
-
component: () => import("./index-
|
|
18139
|
+
component: () => import("./index-QDVSgZRq.js"),
|
|
18135
18140
|
meta: {
|
|
18136
18141
|
layout: {
|
|
18137
18142
|
minWidth: "0px"
|
|
@@ -18140,7 +18145,7 @@ const sN = [
|
|
|
18140
18145
|
},
|
|
18141
18146
|
{
|
|
18142
18147
|
path: dd,
|
|
18143
|
-
component: () => import("./index-
|
|
18148
|
+
component: () => import("./index-DliL9LBv.js")
|
|
18144
18149
|
}
|
|
18145
18150
|
], GZ = {
|
|
18146
18151
|
routes: sN,
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ import { DasSpin as T } from "@das-fed/ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as b } from "@das-fed/utils/common-info";
|
|
7
7
|
import { setShowLayout as E } from "@das-fed/utils/common-tools";
|
|
8
8
|
import { createService as L } from "@das-fed/utils/create-api-service";
|
|
9
|
-
import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-
|
|
9
|
+
import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-BJXsWsq-.js";
|
|
10
10
|
const O = "v1", V = L(`/api/justauth/client/${O}`), F = V.get("/visitor/kingdee/auth/user/auth_code"), ee = /* @__PURE__ */ v({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(G) {
|
|
Binary file
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as e, A as t, C as n, B as i, D as r, e as u, m as o, w as m, o as p, f as g, k as D, v as l, y as L, z as b, h as c, i as h, G as A, H as T, q as y, E as R, F as W, K as I, I as M, s as F, j as V, n as f, r as k, x as v, t as w } from "./index-
|
|
1
|
+
import { J as e, A as t, C as n, B as i, D as r, e as u, m as o, w as m, o as p, f as g, k as D, v as l, y as L, z as b, h as c, i as h, G as A, H as T, q as y, E as R, F as W, K as I, I as M, s as F, j as V, n as f, r as k, x as v, t as w } from "./index-BJXsWsq-.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": "7.0.5-test.
|
|
3
|
+
"version": "7.0.5-test.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@das-fed/ui": "7.0.5-test.
|
|
8
|
-
"@das-fed/utils": "7.0.5-test.
|
|
9
|
-
"@das-fed/web": "7.0.5-test.
|
|
10
|
-
"@das-fed/web-components": "7.0.5-test.
|
|
7
|
+
"@das-fed/ui": "7.0.5-test.20",
|
|
8
|
+
"@das-fed/utils": "7.0.5-test.20",
|
|
9
|
+
"@das-fed/web": "7.0.5-test.20",
|
|
10
|
+
"@das-fed/web-components": "7.0.5-test.20",
|
|
11
11
|
"@microsoft/signalr": "^8.0.7",
|
|
12
12
|
"@vueuse/core": "^9.13.0",
|
|
13
13
|
"animate.css": "^4.1.1",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"vue-router": "^4.4.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@das-fed/cli": "7.0.5-test.
|
|
22
|
+
"@das-fed/cli": "7.0.5-test.20",
|
|
23
23
|
"@types/crypto-js": "^4.2.2",
|
|
24
24
|
"@types/lodash": "^4.14.194",
|
|
25
25
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -6,7 +6,7 @@ import { DasSpin as T } from "@das-fed/ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as b } from "@das-fed/utils/common-info";
|
|
7
7
|
import { setShowLayout as E } from "@das-fed/utils/common-tools";
|
|
8
8
|
import { createService as L } from "@das-fed/utils/create-api-service";
|
|
9
|
-
import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-
|
|
9
|
+
import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-CYGU1zn8.js";
|
|
10
10
|
const O = "v1", V = L(`/api/justauth/client/${O}`), F = V.get("/visitor/kingdee/auth/user/auth_code"), ee = /* @__PURE__ */ v({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(G) {
|
|
Binary file
|
|
@@ -16627,6 +16627,11 @@ const ix = () => {
|
|
|
16627
16627
|
en: "Alias",
|
|
16628
16628
|
_appCode: "framework"
|
|
16629
16629
|
},
|
|
16630
|
+
常用应用设置: {
|
|
16631
|
+
"zh-CN": "常用应用设置",
|
|
16632
|
+
en: "Common Application Setting",
|
|
16633
|
+
_appCode: "framework"
|
|
16634
|
+
},
|
|
16630
16635
|
还原: {
|
|
16631
16636
|
"zh-CN": "还原",
|
|
16632
16637
|
en: "Restore",
|
|
@@ -16668,7 +16673,7 @@ B("@das-fed/web");
|
|
|
16668
16673
|
const Vx = [
|
|
16669
16674
|
{
|
|
16670
16675
|
path: Q9,
|
|
16671
|
-
component: () => import("./index-
|
|
16676
|
+
component: () => import("./index-Bo2069aB.js"),
|
|
16672
16677
|
meta: {
|
|
16673
16678
|
layout: {
|
|
16674
16679
|
minWidth: "0px"
|
|
@@ -16677,7 +16682,7 @@ const Vx = [
|
|
|
16677
16682
|
},
|
|
16678
16683
|
{
|
|
16679
16684
|
path: p6,
|
|
16680
|
-
component: () => import("./index-
|
|
16685
|
+
component: () => import("./index-B2q1kE6m.js")
|
|
16681
16686
|
}
|
|
16682
16687
|
], TR = {
|
|
16683
16688
|
routes: Vx,
|
|
Binary file
|
package/index-WfwqMhd1.js.gz
DELETED
|
Binary file
|
|
Binary file
|