@das-fed/web 6.4.0-hot.52 → 6.4.0-hot.54

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.
Files changed (50) hide show
  1. package/{index-Cw2qhPqh.js → index-CiFOb1is.js} +3788 -3305
  2. package/index-CiFOb1is.js.gz +0 -0
  3. package/{index-w97yLPoX.js → index-NwcDC3hA.js} +1 -1
  4. package/{packages/main-app-framework/index-BjGERUW3.js → index-j8I631MD.js} +34 -32
  5. package/index-j8I631MD.js.gz +0 -0
  6. package/index.js +1 -1
  7. package/package.json +6 -6
  8. package/packages/create-das-web-app/index.js.gz +0 -0
  9. package/packages/i18n/index.js.gz +0 -0
  10. package/packages/layout/index.js +188 -103
  11. package/packages/layout/index.js.gz +0 -0
  12. package/packages/layout/style.css.gz +0 -0
  13. package/{index-piNlKhXT.js → packages/main-app-framework/index-C5NAaLmZ.js} +34 -32
  14. package/packages/main-app-framework/index-C5NAaLmZ.js.gz +0 -0
  15. package/packages/main-app-framework/{index-BTF5NK5e.js → index-CY_b3rH6.js} +1 -1
  16. package/packages/main-app-framework/{index-DGHNA_Mf.js → index-Dyau84mz.js} +3471 -3092
  17. package/packages/main-app-framework/index-Dyau84mz.js.gz +0 -0
  18. package/packages/main-app-framework/index.js +1 -1
  19. package/packages/main-app-framework/style.css +1 -1
  20. package/packages/main-app-framework/style.css.gz +0 -0
  21. package/packages/micro-frontend/index.js +38 -19
  22. package/packages/micro-frontend/index.js.gz +0 -0
  23. package/packages/style/style.css.gz +0 -0
  24. package/packages/theme/index.js.gz +0 -0
  25. package/style.css +1 -1
  26. package/style.css.gz +0 -0
  27. package/types/create-das-web-app/index.d.ts +1 -1
  28. package/types/i18n/index.d.ts +2 -2
  29. package/types/layout/store/index.d.ts +1 -1
  30. package/types/main-app-framework/business/alarm/use-alarm.d.ts +4 -4
  31. package/types/main-app-framework/business/video-link/index.d.ts +3 -3
  32. package/types/main-app-framework/business/video-link/video-dialog/hooks/PlayerProvider.d.ts +3 -3
  33. package/types/main-app-framework/components/person-set-dialog/index.d.ts +1 -1
  34. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-builtIn-dialog.d.ts +6 -6
  35. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-notBuiltIn-dialog.d.ts +10 -10
  36. package/types/main-app-framework/index.d.ts +2 -2
  37. package/types/main-app-framework/init-config/get-nav-config/index.d.ts +2 -2
  38. package/types/main-app-framework/init-config/get-system-config/index.d.ts +2 -2
  39. package/types/main-app-framework/init-layout/hooks/nav-slots/use-ai-helper.d.ts +1 -1
  40. package/types/main-app-framework/init-layout/hooks/nav-slots/use-change-enterprises.d.ts +3 -3
  41. package/types/main-app-framework/init-layout/hooks/nav-slots/use-user-command.d.ts +2 -2
  42. package/types/main-app-framework/init-layout/hooks/use-initialization.d.ts +5 -5
  43. package/types/main-app-framework/init-layout/hooks/use-tabs.d.ts +3 -3
  44. package/types/main-app-framework/init-platform/index.d.ts +1 -1
  45. package/types/micro-frontend/store.d.ts +5 -5
  46. package/types/theme/index.d.ts +1 -1
  47. package/index-Cw2qhPqh.js.gz +0 -0
  48. package/index-piNlKhXT.js.gz +0 -0
  49. package/packages/main-app-framework/index-BjGERUW3.js.gz +0 -0
  50. package/packages/main-app-framework/index-DGHNA_Mf.js.gz +0 -0
@@ -6,78 +6,80 @@ 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-Cw2qhPqh.js";
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-Dyau84mz.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) {
13
- const { beforeEntryApp: d, entryApp: g } = L(), h = p(() => P.value.skinStyle), m = p(() => !!j.menu.items.length), w = p(() => {
13
+ const { beforeEntryApp: d, entryApp: g } = L(), m = p(() => P.value.skinStyle), h = p(() => !!j.menu.items.length), w = p(() => {
14
14
  if (!u.value || !u.value.length) return [];
15
- const t = f(u.value);
16
- return Array.isArray(t) ? t.length ? (t.forEach((r) => {
15
+ const o = f(u.value);
16
+ return Array.isArray(o) ? o.length ? (o.forEach((r) => {
17
17
  r.apps = y(
18
- r.apps.filter((o) => (o == null ? void 0 : o.code) && o.code !== "dasaiassistant"),
18
+ r.apps,
19
+ // element.apps.filter((item: any) => item?.code && item.code !== 'dasaiassistant'),
19
20
  4
20
21
  );
21
- }), t) : [] : [];
22
- }), y = (t, r) => {
23
- const o = [];
24
- for (let a = 0; a < t.length; a += r)
25
- o.push(t.slice(a, a + r));
26
- return o;
27
- }, _ = async (t) => {
28
- if (!t) return;
22
+ }), o) : [] : [];
23
+ }), y = (o, r) => {
24
+ const t = [];
25
+ for (let a = 0; a < o.length; a += r)
26
+ t.push(o.slice(a, a + r));
27
+ return t;
28
+ }, _ = async (o) => {
29
+ if (!o) return;
29
30
  if (!sessionStorage.getItem("projectInfo")) {
30
31
  window.confirm(D("系统资源更新,请刷新系统")) && (window.__isAutoCloseApp = !1, window.location.reload());
31
32
  return;
32
33
  }
33
- const o = f(t);
34
- if (B.innerSet = !0, o.routeUrl) {
35
- if (t.code === "Ioc") {
36
- window.open(o.routeUrl, "_blank");
34
+ const t = f(o);
35
+ if (B.innerSet = !0, t.routeUrl) {
36
+ if (o.code === "Ioc") {
37
+ window.open(t.routeUrl, "_blank");
37
38
  return;
38
39
  }
39
- if (t.code === "wojiacloud") {
40
+ if (o.code === "wojiacloud") {
40
41
  const e = sessionStorage.getItem("kingdee_token") || "";
41
42
  if (e) {
42
- const [n, s] = await V().run({ accessToken: e });
43
- if (s) {
44
- const i = (s == null ? void 0 : s.auth_code) ?? "";
45
- o.routeUrl = o.routeUrl.includes("?") ? `${o.routeUrl}&code=${i}` : `${o.routeUrl}?code=${i}`;
43
+ const [n, i] = await V().run({ accessToken: e });
44
+ if (i) {
45
+ const s = (i == null ? void 0 : i.auth_code) ?? "";
46
+ t.routeUrl = t.routeUrl.includes("?") ? `${t.routeUrl}&code=${s}` : `${t.routeUrl}?code=${s}`;
46
47
  }
47
48
  }
48
49
  }
49
50
  }
50
- const a = (t == null ? void 0 : t.openType) ?? 1, l = (t == null ? void 0 : t.type) ?? 1;
51
+ const a = (o == null ? void 0 : o.openType) ?? 1, l = (o == null ? void 0 : o.type) ?? 1;
51
52
  if (a === 1) {
52
- if (!await d(t)) return;
53
- const n = T().preTab[t.code], s = (n == null ? void 0 : n.code) ?? "", i = { ...(n == null ? void 0 : n.query) ?? {} };
54
- g({ microApp: o, menuCode: s, route: { query: i } });
53
+ if (!await d(o)) return;
54
+ const n = T().preTab[o.code], i = (n == null ? void 0 : n.code) ?? "", s = { ...(n == null ? void 0 : n.query) ?? {} };
55
+ g({ microApp: t, menuCode: i, route: { query: s } });
55
56
  }
56
- if (a === 2 && o.routeUrl) {
57
+ if (a === 2 && t.routeUrl) {
57
58
  let e = "";
58
59
  if (l === 1)
59
- e = o != null && o.applicationPath ? location.origin + "/" + o.applicationPath + o.routeUrl : location.origin + o.routeUrl, e = b(e);
60
+ e = t != null && t.applicationPath ? location.origin + "/" + t.applicationPath + t.routeUrl : location.origin + t.routeUrl, e = b(e);
60
61
  else if (l === 2) {
61
- const n = await K(o.routeUrl, (o == null ? void 0 : o.param) ?? []);
62
+ const n = await K(t.routeUrl, (t == null ? void 0 : t.param) ?? []);
62
63
  e = M(n);
63
64
  }
64
65
  window.open(e, "_blank");
65
66
  }
66
67
  };
67
- return (t, r) => v((C(), U(c(x), {
68
+ return (o, r) => v((C(), U(c(x), {
68
69
  full: "",
69
70
  spinning: c(q)
70
71
  }, {
71
72
  default: A(() => [
72
73
  S(c($), {
73
- theme: h.value,
74
+ theme: m.value,
74
75
  appCategorys: w.value,
75
76
  onOpenApp: _
76
77
  }, null, 8, ["theme", "appCategorys"])
77
78
  ]),
78
79
  _: 1
80
+ /* STABLE */
79
81
  }, 8, ["spinning"])), [
80
- [I, !m.value]
82
+ [I, !h.value]
81
83
  ]);
82
84
  }
83
85
  });
@@ -1,5 +1,5 @@
1
1
  import { createElementBlock as e, openBlock as r } from "vue";
2
- import { _ as c } from "./index-DGHNA_Mf.js";
2
+ import { _ as c } from "./index-Dyau84mz.js";
3
3
  const o = {};
4
4
  function t(n, _) {
5
5
  return r(), e("div");