@das-fed/web 7.0.5-test.4 → 7.0.5-test.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/{packages/main-app-framework/index-5FODen6x.js → index-ByV08x3p.js} +1 -1
- package/index-ByV08x3p.js.gz +0 -0
- package/{index-DhLZVSgo.js → index-CXdAcdgS.js} +1084 -1080
- package/{index-DhLZVSgo.js.gz → index-CXdAcdgS.js.gz} +0 -0
- package/{index-BK0v8_2X.js → index-xwVkZcQP.js} +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/layout/index.js +279 -278
- package/packages/layout/index.js.gz +0 -0
- package/packages/layout/style.css +1 -1
- package/packages/layout/style.css.gz +0 -0
- package/packages/main-app-framework/{index-BijOCL3m.js → index-Cqewt3UK.js} +8 -5
- package/packages/main-app-framework/index-Cqewt3UK.js.gz +0 -0
- package/packages/main-app-framework/{index-Ca53BuBY.js → index-DY-e5wkq.js} +1 -1
- package/{index-DotAGFH-.js → packages/main-app-framework/index-ZI_r182V.js} +1 -1
- package/packages/main-app-framework/index-ZI_r182V.js.gz +0 -0
- 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/style.css +1 -1
- package/style.css.gz +0 -0
- package/index-DotAGFH-.js.gz +0 -0
- package/packages/main-app-framework/index-5FODen6x.js.gz +0 -0
- package/packages/main-app-framework/index-BijOCL3m.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-CXdAcdgS.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.6",
|
|
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.6",
|
|
8
|
+
"@das-fed/utils": "7.0.5-test.6",
|
|
9
|
+
"@das-fed/web": "7.0.5-test.6",
|
|
10
|
+
"@das-fed/web-components": "7.0.5-test.6",
|
|
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.6",
|
|
23
23
|
"@types/crypto-js": "^4.2.2",
|
|
24
24
|
"@types/lodash": "^4.14.194",
|
|
25
25
|
"@types/lodash-es": "^4.17.12",
|