@das-fed/web 6.4.0-hot.36 → 6.4.0-hot.37
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-DeKFYMKY.js +10 -0
- package/{packages/main-app-framework/index-gbopgvrS.js → index-DgV7dEtR.js} +4 -3
- package/index-DgV7dEtR.js.gz +0 -0
- package/{index-pa8JpqiR.js → index-g3DWTus2.js} +5711 -5158
- package/index-g3DWTus2.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/layout/index.js +199 -114
- package/packages/layout/index.js.gz +0 -0
- package/{index-CqHbFeJ4.js → packages/main-app-framework/index-CGXiI8Px.js} +4 -3
- package/packages/main-app-framework/index-CGXiI8Px.js.gz +0 -0
- package/packages/main-app-framework/index-CX-Rv9Hu.js +10 -0
- package/packages/main-app-framework/{index-PIgnnyL3.js → index-iFGtZyh-.js} +3434 -2985
- package/packages/main-app-framework/index-iFGtZyh-.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/packages/micro-frontend/index.js +111 -97
- 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 +1 -1
- package/style.css.gz +0 -0
- package/types/create-das-web-app/index.d.ts +1 -1
- package/types/i18n/index.d.ts +2 -2
- package/types/layout/store/index.d.ts +1 -1
- package/types/main-app-framework/business/alarm/use-alarm.d.ts +4 -4
- package/types/main-app-framework/business/remote-control/apis.d.ts +2 -0
- package/types/main-app-framework/business/remote-control/utils.d.ts +7 -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/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 +1 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-builtIn-dialog.d.ts +6 -6
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-notBuiltIn-dialog.d.ts +10 -10
- package/types/main-app-framework/i18n/index.d.ts +20 -0
- package/types/main-app-framework/index.d.ts +2 -2
- package/types/main-app-framework/init-config/get-nav-config/index.d.ts +2 -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 +6 -4
- 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 +5 -5
- 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/micro-frontend/store.d.ts +5 -5
- package/types/theme/index.d.ts +1 -1
- package/index-BR2K2L20.js +0 -10
- package/index-CqHbFeJ4.js.gz +0 -0
- package/index-pa8JpqiR.js.gz +0 -0
- package/packages/main-app-framework/index-D-yLFNAt.js +0 -10
- package/packages/main-app-framework/index-PIgnnyL3.js.gz +0 -0
- package/packages/main-app-framework/index-gbopgvrS.js.gz +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as k, computed as p, withDirectives as v,
|
|
1
|
+
import { defineComponent as k, computed as p, withDirectives as v, createBlock as U, openBlock as C, unref as c, withCtx as A, createVNode as S, vShow as I } from "vue";
|
|
2
2
|
import { layoutData as j } from "@das-fed/web/packages/layout/index";
|
|
3
3
|
import { t as D } from "@das-fed/web/packages/i18n/index";
|
|
4
4
|
import { DasAppContainer as $ } from "@das-fed/ui/packages/business-components/app-container/index";
|
|
@@ -6,7 +6,7 @@ import { DasSpin as x } from "@das-fed/ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as T } from "@das-fed/utils/common-info";
|
|
7
7
|
import { setShowLayout as b } from "@das-fed/utils/common-tools";
|
|
8
8
|
import { createService as E } from "@das-fed/utils/create-api-service";
|
|
9
|
-
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-
|
|
9
|
+
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-g3DWTus2.js";
|
|
10
10
|
const N = "v1", O = E(`/api/justauth/client/${N}`), V = O.get("/visitor/kingdee/auth/user/auth_code"), z = /* @__PURE__ */ k({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(F) {
|
|
@@ -59,7 +59,7 @@ const N = "v1", O = E(`/api/justauth/client/${N}`), V = O.get("/visitor/kingdee/
|
|
|
59
59
|
window.open(e, "_blank");
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
return (o, r) => v((
|
|
62
|
+
return (o, r) => v((C(), U(c(x), {
|
|
63
63
|
full: "",
|
|
64
64
|
spinning: c(q)
|
|
65
65
|
}, {
|
|
@@ -71,6 +71,7 @@ const N = "v1", O = E(`/api/justauth/client/${N}`), V = O.get("/visitor/kingdee/
|
|
|
71
71
|
}, null, 8, ["theme", "appCategorys"])
|
|
72
72
|
]),
|
|
73
73
|
_: 1
|
|
74
|
+
/* STABLE */
|
|
74
75
|
}, 8, ["spinning"])), [
|
|
75
76
|
[I, !h.value]
|
|
76
77
|
]);
|
|
Binary file
|