@das-fed/web 6.4.0-dev.124 → 6.4.0-dev.125

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/{packages/main-app-framework/index-CEUVvcoF.js → index-BiinQ8qC.js} +3 -4
  2. package/index-BiinQ8qC.js.gz +0 -0
  3. package/{index-BWv1vypU.js → index-D6gsmqTy.js} +4504 -4942
  4. package/index-D6gsmqTy.js.gz +0 -0
  5. package/index-yjiCIu21.js +10 -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 +103 -188
  11. package/packages/layout/index.js.gz +0 -0
  12. package/packages/layout/style.css.gz +0 -0
  13. package/{index-BmwigFuJ.js → packages/main-app-framework/index-C59SNYDx.js} +3 -4
  14. package/packages/main-app-framework/index-C59SNYDx.js.gz +0 -0
  15. package/packages/main-app-framework/{index-DGMsib08.js → index-Czrgf0sH.js} +2860 -3194
  16. package/packages/main-app-framework/index-Czrgf0sH.js.gz +0 -0
  17. package/packages/main-app-framework/index-DIxPIoNA.js +10 -0
  18. package/packages/main-app-framework/index.js +1 -1
  19. package/packages/main-app-framework/style.css.gz +0 -0
  20. package/packages/micro-frontend/index.js +97 -111
  21. package/packages/micro-frontend/index.js.gz +0 -0
  22. package/packages/style/style.css.gz +0 -0
  23. package/packages/theme/index.js.gz +0 -0
  24. package/style.css.gz +0 -0
  25. package/types/create-das-web-app/index.d.ts +1 -1
  26. package/types/i18n/index.d.ts +2 -2
  27. package/types/layout/store/index.d.ts +1 -1
  28. package/types/main-app-framework/business/alarm/use-alarm.d.ts +4 -4
  29. package/types/main-app-framework/business/video-link/index.d.ts +3 -3
  30. package/types/main-app-framework/business/video-link/video-dialog/hooks/PlayerProvider.d.ts +3 -3
  31. package/types/main-app-framework/components/person-set-dialog/index.d.ts +1 -1
  32. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-builtIn-dialog.d.ts +6 -6
  33. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-notBuiltIn-dialog.d.ts +10 -10
  34. package/types/main-app-framework/index.d.ts +2 -2
  35. package/types/main-app-framework/init-config/get-nav-config/index.d.ts +2 -2
  36. package/types/main-app-framework/init-config/get-system-config/index.d.ts +2 -2
  37. package/types/main-app-framework/init-layout/hooks/nav-slots/use-ai-helper.d.ts +1 -1
  38. package/types/main-app-framework/init-layout/hooks/nav-slots/use-change-enterprises.d.ts +3 -3
  39. package/types/main-app-framework/init-layout/hooks/nav-slots/use-user-command.d.ts +2 -2
  40. package/types/main-app-framework/init-layout/hooks/use-initialization.d.ts +5 -5
  41. package/types/main-app-framework/init-layout/hooks/use-tabs.d.ts +3 -3
  42. package/types/main-app-framework/init-platform/index.d.ts +1 -1
  43. package/types/micro-frontend/store.d.ts +5 -5
  44. package/types/theme/index.d.ts +1 -1
  45. package/index-BWv1vypU.js.gz +0 -0
  46. package/index-B_hNKVK-.js +0 -10
  47. package/index-BmwigFuJ.js.gz +0 -0
  48. package/packages/main-app-framework/index-BsqHCDiq.js +0 -10
  49. package/packages/main-app-framework/index-CEUVvcoF.js.gz +0 -0
  50. package/packages/main-app-framework/index-DGMsib08.js.gz +0 -0
@@ -1,4 +1,4 @@
1
1
  export declare const useUserCommand: () => {
2
- $changePwd: any;
3
- $personSetDialog: any;
2
+ $changePwd: import('vue').Ref<any>;
3
+ $personSetDialog: import('vue').Ref<any>;
4
4
  };
@@ -1,9 +1,9 @@
1
1
  declare const useLayoutInit: (platformInitNextTick: () => Promise<any>) => {
2
- loading: import('vue').Ref<any, any>;
3
- pageKey: import('vue').Ref<any, any>;
4
- innerPage: import('vue').Ref<any, any>;
5
- commandList: import('vue').Ref<any, any>;
6
- layoutInited: import('vue').Ref<any, any>;
2
+ loading: import('vue').Ref<any>;
3
+ pageKey: import('vue').Ref<any>;
4
+ innerPage: import('vue').Ref<any>;
5
+ commandList: import('vue').Ref<any>;
6
+ layoutInited: import('vue').Ref<any>;
7
7
  initNextTick: () => Promise<void>;
8
8
  };
9
9
  export { useLayoutInit };
@@ -1,5 +1,5 @@
1
1
  export declare const useTabs: () => {
2
- fontColor: import('vue').Ref<any, any>;
3
- backgroudColor: import('vue').Ref<any, any>;
4
- borderColor: import('vue').Ref<any, any>;
2
+ fontColor: import('vue').Ref<any>;
3
+ backgroudColor: import('vue').Ref<any>;
4
+ borderColor: import('vue').Ref<any>;
5
5
  };
@@ -1,4 +1,4 @@
1
1
  export declare const usePlatformInit: () => {
2
- platformInited: import('vue').Ref<any, any>;
2
+ platformInited: import('vue').Ref<any>;
3
3
  initNextTick: () => Promise<void>;
4
4
  };
@@ -1,5 +1,5 @@
1
- export declare const microAppRouterPrefix: import('vue').Ref<any, any>;
2
- export declare const microApps: import('vue').Ref<any, any>;
3
- export declare const microAppVisible: import('vue').Ref<any, any>;
4
- export declare const excludeRoutes: import('vue').Ref<any, any>;
5
- export declare const routeKeepAliveVisible: import('vue').Ref<any, any>;
1
+ export declare const microAppRouterPrefix: import('vue').Ref<any>;
2
+ export declare const microApps: import('vue').Ref<any>;
3
+ export declare const microAppVisible: import('vue').Ref<any>;
4
+ export declare const excludeRoutes: import('vue').Ref<any>;
5
+ export declare const routeKeepAliveVisible: import('vue').Ref<any>;
@@ -1,4 +1,4 @@
1
- declare const currentTheme: import('vue').Ref<any, any>;
1
+ declare const currentTheme: import('vue').Ref<any>;
2
2
  declare const setThemeRule: (data: any, type?: "global" | "custom") => void;
3
3
  declare const initTheme: (opt?: any) => any;
4
4
  declare const setTheme: (value: string) => void;
Binary file
package/index-B_hNKVK-.js DELETED
@@ -1,10 +0,0 @@
1
- import { createElementBlock as e, openBlock as r } from "vue";
2
- import { _ as c } from "./index-BWv1vypU.js";
3
- const o = {};
4
- function t(n, _) {
5
- return r(), e("div");
6
- }
7
- const a = /* @__PURE__ */ c(o, [["render", t]]);
8
- export {
9
- a as default
10
- };
Binary file
@@ -1,10 +0,0 @@
1
- import { createElementBlock as e, openBlock as r } from "vue";
2
- import { _ as c } from "./index-DGMsib08.js";
3
- const o = {};
4
- function t(n, _) {
5
- return r(), e("div");
6
- }
7
- const a = /* @__PURE__ */ c(o, [["render", t]]);
8
- export {
9
- a as default
10
- };