@das-fed/web 6.4.0-dev.4 → 6.4.0-dev.6
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-BSYJheVx.js → index-BBbzRiUk.js} +1 -1
- package/index-BBbzRiUk.js.gz +0 -0
- package/{index--5iw3PcC.js → index-C8iO4QVt.js} +2081 -2167
- package/index-C8iO4QVt.js.gz +0 -0
- package/{index-D8XgnluX.js → index-CeDdJysJ.js} +1 -1
- package/{index-C5zNxpQk.js → index-GDnK0PX4.js} +1 -1
- package/index-GDnK0PX4.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/create-das-web-app/config.js +1 -0
- package/packages/create-das-web-app/index.js +14 -11
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/config.js +1 -0
- package/packages/layout/config.js +1 -0
- package/packages/layout/index.js +153 -151
- package/packages/layout/index.js.gz +0 -0
- package/packages/main-app-framework/config.js +1 -0
- package/packages/main-app-framework/{index-MhsbUVtD.js → index-CB6yJ78W.js} +17 -17
- package/packages/main-app-framework/index-CB6yJ78W.js.gz +0 -0
- package/packages/main-app-framework/{index-D7pfTqeW.js → index-CIYEqxNR.js} +2393 -2459
- package/packages/main-app-framework/index-CIYEqxNR.js.gz +0 -0
- package/packages/main-app-framework/{index-BkJc1lDT.js → index-CxDxCkSy.js} +1 -1
- package/packages/main-app-framework/{index-C_X3k7z0.js → index-DHvYQRkj.js} +1 -1
- package/packages/main-app-framework/index-DHvYQRkj.js.gz +0 -0
- package/packages/main-app-framework/index.js +1 -1
- package/packages/micro-frontend/config.js +1 -0
- package/packages/micro-frontend/index.js +1 -1
- package/packages/micro-frontend/index.js.gz +0 -0
- package/packages/style/config.js +1 -0
- package/packages/theme/config.js +1 -0
- package/index--5iw3PcC.js.gz +0 -0
- package/index-BSYJheVx.js.gz +0 -0
- package/index-C5zNxpQk.js.gz +0 -0
- package/packages/main-app-framework/index-C_X3k7z0.js.gz +0 -0
- package/packages/main-app-framework/index-D7pfTqeW.js.gz +0 -0
- package/packages/main-app-framework/index-MhsbUVtD.js.gz +0 -0
|
Binary file
|
|
@@ -3,7 +3,7 @@ import { DasAppContainer as C } from "@das-fed/ui/packages/business-components/a
|
|
|
3
3
|
import { DasSpin as v } from "@das-fed/ui/packages/components/spin/index";
|
|
4
4
|
import { getTabInfo as I } from "@das-fed/utils/common-info";
|
|
5
5
|
import { createService as j } from "@das-fed/utils/create-api-service";
|
|
6
|
-
import { u as S, a as c, c as l, b as $, l as x, d as L } from "./index
|
|
6
|
+
import { u as S, a as c, c as l, b as $, l as x, d as L } from "./index-C8iO4QVt.js";
|
|
7
7
|
const T = "v1", b = j(`/api/justauth/client/${T}`), D = b.get("/visitor/kingdee/auth/user/auth_code"), V = /* @__PURE__ */ w({
|
|
8
8
|
__name: "index",
|
|
9
9
|
setup(E) {
|
|
Binary file
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as s, x as t, z as n, y as i, A as r, f as p, m as u, q as m, g as o, k as g, p as D, v as b, w as h, h as l, i as A, C as T, D as c, n as L, B as W, G as y, E as M, s as R, j as F, o as I, r as V, t as f } from "./index
|
|
1
|
+
import { F as s, x as t, z as n, y as i, A as r, f as p, m as u, q as m, g as o, k as g, p as D, v as b, w as h, h as l, i as A, C as T, D as c, n as L, B as W, G as y, E as M, s as R, j as F, o as I, r as V, t as f } from "./index-C8iO4QVt.js";
|
|
2
2
|
export {
|
|
3
3
|
s 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.
|
|
3
|
+
"version": "6.4.0-dev.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@das-fed/ui": "6.4.0-dev.
|
|
8
|
-
"@das-fed/utils": "6.4.0-dev.
|
|
9
|
-
"@das-fed/web": "6.4.0-dev.
|
|
10
|
-
"@das-fed/web-components": "6.4.0-dev.
|
|
7
|
+
"@das-fed/ui": "6.4.0-dev.6",
|
|
8
|
+
"@das-fed/utils": "6.4.0-dev.6",
|
|
9
|
+
"@das-fed/web": "6.4.0-dev.6",
|
|
10
|
+
"@das-fed/web-components": "6.4.0-dev.6",
|
|
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.
|
|
21
|
+
"@das-fed/cli": "6.4.0-dev.6",
|
|
22
22
|
"@types/lodash": "^4.14.194",
|
|
23
23
|
"@types/lodash-es": "^4.17.12",
|
|
24
24
|
"@vitejs/plugin-vue": "^5.1.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
window.config = {}
|
|
@@ -125,6 +125,7 @@ function j(e, t, r) {
|
|
|
125
125
|
n.open("GET", e), n.responseType = "blob", n.onload = function() {
|
|
126
126
|
q(n.response, t, r);
|
|
127
127
|
}, n.onerror = function() {
|
|
128
|
+
console.error("could not download file");
|
|
128
129
|
}, n.send();
|
|
129
130
|
}
|
|
130
131
|
function Y(e) {
|
|
@@ -197,7 +198,7 @@ function Te(e, t, r, n) {
|
|
|
197
198
|
}
|
|
198
199
|
function u(e, t) {
|
|
199
200
|
const r = "🍍 " + e;
|
|
200
|
-
typeof __VUE_DEVTOOLS_TOAST__ == "function"
|
|
201
|
+
typeof __VUE_DEVTOOLS_TOAST__ == "function" ? __VUE_DEVTOOLS_TOAST__(r, t) : t === "error" ? console.error(r) : t === "warn" ? console.warn(r) : console.log(r);
|
|
201
202
|
}
|
|
202
203
|
function x(e) {
|
|
203
204
|
return "_a" in e && "install" in e;
|
|
@@ -216,7 +217,7 @@ async function $e(e) {
|
|
|
216
217
|
} catch (t) {
|
|
217
218
|
if (Z(t))
|
|
218
219
|
return;
|
|
219
|
-
u("Failed to serialize the state. Check the console for more details.", "error");
|
|
220
|
+
u("Failed to serialize the state. Check the console for more details.", "error"), console.error(t);
|
|
220
221
|
}
|
|
221
222
|
}
|
|
222
223
|
async function Ae(e) {
|
|
@@ -226,7 +227,7 @@ async function Ae(e) {
|
|
|
226
227
|
} catch (t) {
|
|
227
228
|
if (Z(t))
|
|
228
229
|
return;
|
|
229
|
-
u("Failed to deserialize the state from clipboard. Check the console for more details.", "error");
|
|
230
|
+
u("Failed to deserialize the state from clipboard. Check the console for more details.", "error"), console.error(t);
|
|
230
231
|
}
|
|
231
232
|
}
|
|
232
233
|
async function Pe(e) {
|
|
@@ -234,8 +235,8 @@ async function Pe(e) {
|
|
|
234
235
|
q(new Blob([JSON.stringify(e.state.value)], {
|
|
235
236
|
type: "text/plain;charset=utf-8"
|
|
236
237
|
}), "pinia-state.json");
|
|
237
|
-
} catch {
|
|
238
|
-
u("Failed to export the state as JSON. Check the console for more details.", "error");
|
|
238
|
+
} catch (t) {
|
|
239
|
+
u("Failed to export the state as JSON. Check the console for more details.", "error"), console.error(t);
|
|
239
240
|
}
|
|
240
241
|
}
|
|
241
242
|
let p;
|
|
@@ -261,8 +262,8 @@ async function Re(e) {
|
|
|
261
262
|
return;
|
|
262
263
|
const { text: n, file: o } = r;
|
|
263
264
|
ee(e, JSON.parse(n)), u(`Global state imported from "${o.name}".`);
|
|
264
|
-
} catch {
|
|
265
|
-
u("Failed to import the state from JSON. Check the console for more details.", "error");
|
|
265
|
+
} catch (t) {
|
|
266
|
+
u("Failed to import the state from JSON. Check the console for more details.", "error"), console.error(t);
|
|
266
267
|
}
|
|
267
268
|
}
|
|
268
269
|
function ee(e, t) {
|
|
@@ -716,8 +717,8 @@ function Je(e, t) {
|
|
|
716
717
|
paths: l,
|
|
717
718
|
debug: d
|
|
718
719
|
};
|
|
719
|
-
} catch {
|
|
720
|
-
return r.debug, null;
|
|
720
|
+
} catch (o) {
|
|
721
|
+
return r.debug && console.error("[pinia-plugin-persistedstate]", o), null;
|
|
721
722
|
}
|
|
722
723
|
};
|
|
723
724
|
}
|
|
@@ -725,14 +726,16 @@ function F(e, { storage: t, serializer: r, key: n, debug: o }) {
|
|
|
725
726
|
try {
|
|
726
727
|
const s = t == null ? void 0 : t.getItem(n);
|
|
727
728
|
s && e.$patch(r == null ? void 0 : r.deserialize(s));
|
|
728
|
-
} catch {
|
|
729
|
+
} catch (s) {
|
|
730
|
+
o && console.error("[pinia-plugin-persistedstate]", s);
|
|
729
731
|
}
|
|
730
732
|
}
|
|
731
733
|
function H(e, { storage: t, serializer: r, key: n, paths: o, debug: s }) {
|
|
732
734
|
try {
|
|
733
735
|
const i = Array.isArray(o) ? Be(e, o) : e;
|
|
734
736
|
t.setItem(n, r.serialize(i));
|
|
735
|
-
} catch {
|
|
737
|
+
} catch (i) {
|
|
738
|
+
s && console.error("[pinia-plugin-persistedstate]", i);
|
|
736
739
|
}
|
|
737
740
|
}
|
|
738
741
|
function ze(e = {}) {
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
window.config = {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
window.config = {}
|