@das-fed/web 6.4.0-hot.1 → 6.4.0-hot.10
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-E3_VNsYI.js → index-5rGrbfK6.js} +1 -1
- package/index-5rGrbfK6.js.gz +0 -0
- package/{index-C2ZSdOo4.js → index-BJwswWWS.js} +2515 -2507
- package/index-BJwswWWS.js.gz +0 -0
- package/{packages/main-app-framework/index-csrvxtZY.js → index-BP7cXQkh.js} +1 -1
- package/index-BP7cXQkh.js.gz +0 -0
- package/{index-B0_oruhN.js → index-C2wK2jqP.js} +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/layout/index.js +27 -35
- package/packages/layout/index.js.gz +0 -0
- package/packages/layout/style.css +1 -1
- package/packages/layout/style.css.gz +0 -0
- package/{index-DCv0mp9Q.js → packages/main-app-framework/index-BH85rnJz.js} +1 -1
- package/packages/main-app-framework/index-BH85rnJz.js.gz +0 -0
- package/packages/main-app-framework/{index-BmlzT8Nw.js → index-WKjtmtwT.js} +1 -1
- package/packages/main-app-framework/{index-BKvL69_g.js → index-mG0hF64W.js} +2066 -2048
- package/packages/main-app-framework/index-mG0hF64W.js.gz +0 -0
- package/packages/main-app-framework/{index-DGFe8dVS.js → index-yzyUhkgm.js} +1 -1
- package/packages/main-app-framework/index-yzyUhkgm.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 +43 -53
- 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/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/person-set-dialog/index.d.ts +1 -1
- package/types/main-app-framework/index.d.ts +1 -1
- 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/index.d.ts +2 -2
- 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/micro-frontend/store.d.ts +5 -5
- package/types/theme/index.d.ts +1 -1
- package/index-C2ZSdOo4.js.gz +0 -0
- package/index-DCv0mp9Q.js.gz +0 -0
- package/index-E3_VNsYI.js.gz +0 -0
- package/packages/main-app-framework/index-BKvL69_g.js.gz +0 -0
- package/packages/main-app-framework/index-DGFe8dVS.js.gz +0 -0
- package/packages/main-app-framework/index-csrvxtZY.js.gz +0 -0
|
@@ -4,7 +4,7 @@ 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 { setShowLayout as S } from "@das-fed/utils/common-tools";
|
|
6
6
|
import { createService as j } from "@das-fed/utils/create-api-service";
|
|
7
|
-
import { u as $, a as c, c as l, b as x, l as T, d as b } from "./index-
|
|
7
|
+
import { u as $, a as c, c as l, b as x, l as T, d as b } from "./index-BJwswWWS.js";
|
|
8
8
|
const D = "v1", E = j(`/api/justauth/client/${D}`), L = E.get("/visitor/kingdee/auth/user/auth_code"), G = /* @__PURE__ */ _({
|
|
9
9
|
__name: "index",
|
|
10
10
|
setup(q) {
|
|
Binary file
|