@das-fed/web 6.4.0-dev.7 → 6.4.0-dev.71
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/esm-map.json +4 -1
- package/index-0ov_NXnz.js +82 -0
- package/index-0ov_NXnz.js.gz +0 -0
- package/index-B-PFV4G5.js +13651 -0
- package/index-B-PFV4G5.js.gz +0 -0
- package/{packages/main-app-framework/index-Cg3QA-m6.js → index-BttHmPh0.js} +1 -1
- package/index.js +24 -21
- package/package.json +8 -6
- package/packages/create-das-web-app/index.js +48 -805
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/index.js +76 -31
- package/packages/i18n/index.js.gz +0 -0
- package/packages/layout/index.js +479 -441
- package/packages/layout/index.js.gz +0 -0
- package/packages/layout/style.css +2 -2
- package/packages/layout/style.css.gz +0 -0
- package/packages/main-app-framework/index-BJcosks8.js +12269 -0
- package/packages/main-app-framework/index-BJcosks8.js.gz +0 -0
- package/{index-Bxc6TFIP.js → packages/main-app-framework/index-D40_ihAE.js} +1 -1
- package/packages/main-app-framework/index-DGvGNdo-.js +82 -0
- package/packages/main-app-framework/index-DGvGNdo-.js.gz +0 -0
- package/packages/main-app-framework/index.js +3 -2
- 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 +181 -164
- package/packages/micro-frontend/index.js.gz +0 -0
- package/packages/style/style.css +1 -1
- package/packages/style/style.css.gz +0 -0
- package/style.css +2 -2
- package/style.css.gz +0 -0
- package/types/create-das-web-app/index.d.ts +1 -1
- package/types/i18n/global.d.ts +118 -0
- package/types/i18n/index.d.ts +6 -4
- package/types/layout/index.d.ts +1 -1
- package/types/layout/store/index.d.ts +6 -1
- package/types/layout/store/menu.d.ts +2 -0
- package/types/layout/store/nav.d.ts +1 -0
- package/types/layout/store/tab.d.ts +1 -0
- package/types/main-app-framework/business/alarm/use-alarm.d.ts +4 -4
- package/types/main-app-framework/business/video-link/api.d.ts +2 -0
- package/types/main-app-framework/business/video-link/index.d.ts +3 -3
- package/types/main-app-framework/business/video-link/video-dialog/hooks/PlayerProvider.d.ts +3 -3
- package/types/main-app-framework/components/iframe-page/index.d.ts +3 -0
- package/types/main-app-framework/components/index.d.ts +1 -0
- package/types/main-app-framework/components/person-set-dialog/index.d.ts +1 -1
- package/types/main-app-framework/components/person-set-dialog/src/api.d.ts +2 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/index.d.ts +2 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/api.d.ts +20 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-builtIn-dialog.d.ts +19 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-notBuiltIn-dialog.d.ts +22 -0
- package/types/main-app-framework/constant/index.d.ts +1 -1
- package/types/main-app-framework/data-track/api.d.ts +2 -0
- package/types/main-app-framework/data-track/index.d.ts +2 -0
- package/types/main-app-framework/i18n/index.d.ts +513 -0
- package/types/main-app-framework/index.d.ts +2 -1
- package/types/main-app-framework/init-config/get-nav-config/api.d.ts +2 -0
- package/types/main-app-framework/init-config/get-nav-config/index.d.ts +4 -3
- package/types/main-app-framework/init-config/get-project-config/api.d.ts +3 -2
- package/types/main-app-framework/init-config/get-system-config/api.d.ts +2 -0
- package/types/main-app-framework/init-config/get-system-config/index.d.ts +4 -4
- package/types/main-app-framework/init-config/get-tenant-config/api.d.ts +1 -1
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-change-enterprises.d.ts +3 -3
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-user-command.d.ts +2 -2
- package/types/main-app-framework/init-layout/hooks/use-initialization.d.ts +4 -4
- package/types/main-app-framework/init-layout/hooks/use-tabs.d.ts +3 -3
- package/types/main-app-framework/init-platform/index.d.ts +1 -1
- package/types/main-app-framework/utils/src/get-portal-url/crypto.d.ts +14 -0
- package/types/main-app-framework/utils/src/get-portal-url/encrypt.d.ts +42 -0
- package/types/main-app-framework/utils/src/get-portal-url/generate-url.d.ts +4 -0
- package/types/main-app-framework/utils/src/get-portal-url/handle-portal-params.d.ts +2 -0
- package/types/main-app-framework/utils/src/get-portal-url/index.d.ts +2 -0
- package/types/main-app-framework/utils/src/get-portal-url/type.d.ts +16 -0
- package/types/main-app-framework/utils/src/set-common-info.d.ts +4 -2
- package/types/main-app-framework/utils/src/tools.d.ts +5 -1
- package/types/micro-frontend/store.d.ts +5 -5
- package/types/theme/index.d.ts +1 -1
- package/index-BVFBG18b.js +0 -70
- package/index-BVFBG18b.js.gz +0 -0
- package/index-DjvYNTdd.js +0 -7952
- package/index-DjvYNTdd.js.gz +0 -0
- package/index-KF0qlXuZ.js +0 -68
- package/index-KF0qlXuZ.js.gz +0 -0
- package/packages/main-app-framework/index-B-mymH8S.js +0 -70
- package/packages/main-app-framework/index-B-mymH8S.js.gz +0 -0
- package/packages/main-app-framework/index-C0DqSXpB.js +0 -5915
- package/packages/main-app-framework/index-C0DqSXpB.js.gz +0 -0
- package/packages/main-app-framework/index-C7g0JYXU.js +0 -68
- package/packages/main-app-framework/index-C7g0JYXU.js.gz +0 -0
|
Binary file
|
package/index.js
CHANGED
|
@@ -1,29 +1,32 @@
|
|
|
1
|
-
import {
|
|
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-B-PFV4G5.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
e as DasMainAppLayout,
|
|
4
4
|
t as DasWebLayout,
|
|
5
5
|
n as DasWebMenu,
|
|
6
6
|
i as DasWebNav,
|
|
7
7
|
r as DasWebTabs,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
u as createDasWebApp,
|
|
9
|
+
o as currentLang,
|
|
10
10
|
m as currentTheme,
|
|
11
|
-
|
|
12
|
-
g as
|
|
13
|
-
D as
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
11
|
+
p as customLangeData,
|
|
12
|
+
g as getI18nRule,
|
|
13
|
+
D as getLang,
|
|
14
|
+
l as getThemeRule,
|
|
15
|
+
L as getVar,
|
|
16
|
+
b as getVarValue,
|
|
17
|
+
c as i18n,
|
|
18
|
+
h as initI18n,
|
|
19
|
+
A as initMainApp,
|
|
20
|
+
T as initMicroApp,
|
|
21
|
+
y as initTheme,
|
|
22
|
+
R as layout,
|
|
23
|
+
W as layoutData,
|
|
24
|
+
I as mainAppFramework,
|
|
23
25
|
M as microFrontend,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
F as setI18nRule,
|
|
27
|
+
V as setLang,
|
|
28
|
+
f as setLangRule,
|
|
29
|
+
k as setTheme,
|
|
30
|
+
v as setThemeRule,
|
|
31
|
+
w as t
|
|
29
32
|
};
|
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/web",
|
|
3
|
-
"version": "6.4.0-dev.
|
|
3
|
+
"version": "6.4.0-dev.71",
|
|
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.71",
|
|
8
|
+
"@das-fed/utils": "6.4.0-dev.71",
|
|
9
|
+
"@das-fed/web": "6.4.0-dev.71",
|
|
10
|
+
"@das-fed/web-components": "6.4.0-dev.71",
|
|
11
11
|
"@microsoft/signalr": "^8.0.7",
|
|
12
12
|
"@vueuse/core": "^9.13.0",
|
|
13
13
|
"animate.css": "^4.1.1",
|
|
14
|
+
"crypto-js": "^4.2.0",
|
|
14
15
|
"lodash": "^4.17.21",
|
|
15
16
|
"lodash-es": "^4.17.21",
|
|
16
17
|
"nanoid": "3.2.0",
|
|
@@ -18,7 +19,8 @@
|
|
|
18
19
|
"vue-router": "^4.4.0"
|
|
19
20
|
},
|
|
20
21
|
"devDependencies": {
|
|
21
|
-
"@das-fed/cli": "6.4.0-dev.
|
|
22
|
+
"@das-fed/cli": "6.4.0-dev.71",
|
|
23
|
+
"@types/crypto-js": "^4.2.2",
|
|
22
24
|
"@types/lodash": "^4.14.194",
|
|
23
25
|
"@types/lodash-es": "^4.17.12",
|
|
24
26
|
"@vitejs/plugin-vue": "^5.1.0",
|