@das-fed/web 6.4.0-dev.113 → 6.4.0-dev.115
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-6JYsJkRL.js → index-D6Lh9Xp9.js} +35 -30
- package/index-D6Lh9Xp9.js.gz +0 -0
- package/{index-DAIrKaXE.js → index-DJse0Ydy.js} +1 -1
- package/{index-BSnk73A_.js → index-DqOrjSdb.js} +2496 -2458
- package/index-DqOrjSdb.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/layout/index.js +216 -212
- package/packages/layout/index.js.gz +0 -0
- package/packages/main-app-framework/{index-ZY4N8QSO.js → index-BE1WGhcO.js} +35 -30
- package/packages/main-app-framework/index-BE1WGhcO.js.gz +0 -0
- package/packages/main-app-framework/{index-BryPnbOZ.js → index-BoYlZeSG.js} +2166 -2132
- package/packages/main-app-framework/index-BoYlZeSG.js.gz +0 -0
- package/packages/main-app-framework/{index-d3tFnMVr.js → index-CiQ3NPI4.js} +1 -1
- package/packages/main-app-framework/index.js +1 -1
- package/packages/main-app-framework/style.css +1 -1
- package/packages/main-app-framework/style.css.gz +0 -0
- package/packages/micro-frontend/index.js.gz +0 -0
- package/style.css +1 -1
- package/style.css.gz +0 -0
- package/types/main-app-framework/business/message-notify/index.d.ts +1 -0
- package/types/main-app-framework/init-config/get-tenant-config/api.d.ts +3 -1
- package/types/main-app-framework/init-config/get-tenant-config/index.d.ts +2 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/index.d.ts +1 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-ai-helper.d.ts +4 -0
- package/types/main-app-framework/utils/src/set-common-info.d.ts +2 -0
- package/index-6JYsJkRL.js.gz +0 -0
- package/index-BSnk73A_.js.gz +0 -0
- package/packages/main-app-framework/index-BryPnbOZ.js.gz +0 -0
- package/packages/main-app-framework/index-ZY4N8QSO.js.gz +0 -0
|
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-DqOrjSdb.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.
|
|
3
|
+
"version": "6.4.0-dev.115",
|
|
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.115",
|
|
8
|
+
"@das-fed/utils": "6.4.0-dev.115",
|
|
9
|
+
"@das-fed/web": "6.4.0-dev.115",
|
|
10
|
+
"@das-fed/web-components": "6.4.0-dev.115",
|
|
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": "6.4.0-dev.
|
|
22
|
+
"@das-fed/cli": "6.4.0-dev.115",
|
|
23
23
|
"@types/crypto-js": "^4.2.2",
|
|
24
24
|
"@types/lodash": "^4.14.194",
|
|
25
25
|
"@types/lodash-es": "^4.17.12",
|