@das-fed/web 6.4.0-test.8.1 → 7.0.0

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 (53) hide show
  1. package/{index-DGluLInD.js → index-Do-hi0sT.js} +5039 -4842
  2. package/index-Do-hi0sT.js.gz +0 -0
  3. package/index-Ho3juDFP.js +10 -0
  4. package/{packages/main-app-framework/index-BNKYCeAC.js → index-ybkIe7Qx.js} +36 -31
  5. package/index-ybkIe7Qx.js.gz +0 -0
  6. package/index.js +1 -1
  7. package/package.json +6 -6
  8. package/packages/i18n/index.js +23 -21
  9. package/packages/i18n/index.js.gz +0 -0
  10. package/packages/layout/index.js +284 -282
  11. package/packages/layout/index.js.gz +0 -0
  12. package/packages/layout/style.css +1 -1
  13. package/packages/layout/style.css.gz +0 -0
  14. package/packages/main-app-framework/{index-WJZZ_VcX.js → index-By_I7kxF.js} +3682 -3501
  15. package/packages/main-app-framework/index-By_I7kxF.js.gz +0 -0
  16. package/packages/main-app-framework/index-D6tSxSCm.js +10 -0
  17. package/{index-tX8Sh7Y3.js → packages/main-app-framework/index-uy_tfCFy.js} +36 -31
  18. package/packages/main-app-framework/index-uy_tfCFy.js.gz +0 -0
  19. package/packages/main-app-framework/index.js +1 -1
  20. package/packages/main-app-framework/style.css +1 -1
  21. package/packages/main-app-framework/style.css.gz +0 -0
  22. package/packages/micro-frontend/index.js +266 -259
  23. package/packages/micro-frontend/index.js.gz +0 -0
  24. package/packages/style/style.css +1 -1
  25. package/packages/style/style.css.gz +0 -0
  26. package/style.css +1 -1
  27. package/style.css.gz +0 -0
  28. package/types/i18n/global.d.ts +10 -0
  29. package/types/i18n/index.d.ts +1 -1
  30. package/types/layout/store/index.d.ts +1 -1
  31. package/types/layout/store/nav.d.ts +1 -1
  32. package/types/main-app-framework/business/message-notify/index.d.ts +1 -0
  33. package/types/main-app-framework/business/remote-control/apis.d.ts +2 -0
  34. package/types/main-app-framework/business/remote-control/utils.d.ts +7 -0
  35. package/types/main-app-framework/components/person-set-dialog/src/api.d.ts +2 -0
  36. package/types/main-app-framework/components/person-set-dialog/src/components/index.d.ts +1 -0
  37. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/api.d.ts +1 -1
  38. package/types/main-app-framework/i18n/index.d.ts +20 -0
  39. package/types/main-app-framework/init-config/get-nav-config/index.d.ts +2 -1
  40. package/types/main-app-framework/init-config/get-system-config/api.d.ts +2 -0
  41. package/types/main-app-framework/init-config/get-system-config/index.d.ts +4 -2
  42. package/types/main-app-framework/init-config/get-tenant-config/api.d.ts +3 -1
  43. package/types/main-app-framework/init-config/get-tenant-config/index.d.ts +2 -0
  44. package/types/main-app-framework/init-layout/hooks/nav-slots/index.d.ts +1 -0
  45. package/types/main-app-framework/init-layout/hooks/nav-slots/use-ai-helper.d.ts +4 -0
  46. package/types/main-app-framework/init-layout/hooks/use-initialization.d.ts +1 -0
  47. package/types/main-app-framework/utils/src/set-common-info.d.ts +2 -0
  48. package/index-DGluLInD.js.gz +0 -0
  49. package/index-DSr0lbga.js +0 -10
  50. package/index-tX8Sh7Y3.js.gz +0 -0
  51. package/packages/main-app-framework/index-BNKYCeAC.js.gz +0 -0
  52. package/packages/main-app-framework/index-DfAg8at4.js +0 -10
  53. package/packages/main-app-framework/index-WJZZ_VcX.js.gz +0 -0
@@ -389,6 +389,21 @@ declare const _default: {
389
389
  en: string;
390
390
  _appCode: string;
391
391
  };
392
+ 语言设置: {
393
+ 'zh-CN': string;
394
+ en: string;
395
+ _appCode: string;
396
+ };
397
+ 语言类型: {
398
+ 'zh-CN': string;
399
+ en: string;
400
+ _appCode: string;
401
+ };
402
+ 中文简体: {
403
+ 'zh-CN': string;
404
+ en: string;
405
+ _appCode: string;
406
+ };
392
407
  'home-set': {
393
408
  'zh-CN': string;
394
409
  en: string;
@@ -514,5 +529,10 @@ declare const _default: {
514
529
  en: string;
515
530
  _appCode: string;
516
531
  };
532
+ 'iot-banner-tip': {
533
+ 'zh-CN': string;
534
+ en: string;
535
+ _appCode: string;
536
+ };
517
537
  };
518
538
  export default _default;
@@ -1,5 +1,6 @@
1
1
  declare const appLoading: import('vue').Ref<any, any>;
2
2
  declare const appcategorys: import('vue').Ref<any, any>;
3
+ declare const apps: import('vue').ComputedRef<any>;
3
4
  declare const getNavConfig: () => unknown;
4
5
  declare const getFixedAppsConfig: () => unknown;
5
- export { getNavConfig, appcategorys, appLoading, getFixedAppsConfig };
6
+ export { getNavConfig, appcategorys, apps, appLoading, getFixedAppsConfig };
@@ -6,5 +6,7 @@ export declare const getPlatformWithDefault: (payload?: any, payloadConfig?: imp
6
6
  export declare const getSystemWithDefault: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
7
7
  /** 获取首页配置 */
8
8
  export declare const getHomeInfo: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
9
+ /** 获取个人语言设置详情 */
10
+ export declare const getLangInfo: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
9
11
  /** 获取用户菜单个性化设置(菜单风格,1表示横向抽屉式(默认),2表示纵向下拉式) */
10
12
  export declare const getPersonalMenuMode: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
@@ -6,6 +6,8 @@ declare const homeInfo: import('vue').Ref<any, any>;
6
6
  /** 获取首页配置 */
7
7
  declare const getHomeConfig: () => unknown;
8
8
  declare const personalMenuConfig: import('vue').Ref<any, any>;
9
- /** 获取菜单个性化配置-侧边栏风格、皮肤风格 */
9
+ /** 获取 侧边栏风格、皮肤风格 配置 */
10
10
  declare const getPersonalMenuConfig: () => unknown;
11
- export { getLoginConfig, getPlatformConfig, homeInfo, getHomeConfig, getPersonalMenuConfig, personalMenuConfig };
11
+ /** 获取个人语言设置详情 */
12
+ declare const getLangConfig: () => unknown;
13
+ export { getLoginConfig, getPlatformConfig, homeInfo, getHomeConfig, getPersonalMenuConfig, personalMenuConfig, getLangConfig, };
@@ -1,6 +1,8 @@
1
1
  /** 用token换取用户信息 */
2
2
  export declare const getPersonInfo: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
3
- /** 获取租户信息 */
3
+ /** 获取用户详情--包含租户信息 */
4
4
  export declare const getTenantInfo: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
5
+ /** 获取当前登录用户租户信息 */
6
+ export declare const getCurrentTenantInfo: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
5
7
  /** 获取租户列表 */
6
8
  export declare const getPageTenant: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
@@ -2,5 +2,7 @@
2
2
  export declare const getPersonalConfig: () => unknown;
3
3
  /** 获取租户详情 */
4
4
  export declare const getTenantConfig: () => unknown;
5
+ /** 获取当前登录用户租户信息 == 用来获取语言类型判断是否需要显示语言切换栏目,为2则需要显示语言切换栏目 */
6
+ export declare const getCurrentTenatConfig: () => unknown;
5
7
  /** 获取租户列表 */
6
8
  export declare const getTenantList: () => unknown;
@@ -2,3 +2,4 @@ export * from './use-user-command';
2
2
  export * from './use-project';
3
3
  export * from './use-search';
4
4
  export * from './use-change-enterprises';
5
+ export * from './use-ai-helper';
@@ -0,0 +1,4 @@
1
+ export declare const useAIHelper: () => {
2
+ $aiPanel: import('vue').Ref<any, any>;
3
+ toApp: (url: any) => void;
4
+ };
@@ -1,5 +1,6 @@
1
1
  declare const useLayoutInit: (platformInitNextTick: () => Promise<any>) => {
2
2
  loading: import('vue').Ref<any, any>;
3
+ pageKey: import('vue').Ref<any, any>;
3
4
  innerPage: import('vue').Ref<any, any>;
4
5
  commandList: import('vue').Ref<any, any>;
5
6
  layoutInited: import('vue').Ref<any, any>;
@@ -2,6 +2,8 @@
2
2
  export declare const setPersonalInfo: (data?: any) => void;
3
3
  /** 存储租户详情 */
4
4
  export declare const setTenantInfo: (data?: any) => void;
5
+ /** 存储有多少个语言类型 */
6
+ export declare const setLanguages: (val: number) => void;
5
7
  /** 清除租户信息 */
6
8
  export declare const clearTenantInfo: () => void;
7
9
  /** 存储首页信息 */
Binary file
package/index-DSr0lbga.js DELETED
@@ -1,10 +0,0 @@
1
- import { openBlock as e, createElementBlock as r } from "vue";
2
- import { _ as c } from "./index-DGluLInD.js";
3
- const o = {};
4
- function t(n, _) {
5
- return e(), r("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 { openBlock as e, createElementBlock as r } from "vue";
2
- import { _ as c } from "./index-WJZZ_VcX.js";
3
- const o = {};
4
- function t(n, _) {
5
- return e(), r("div");
6
- }
7
- const a = /* @__PURE__ */ c(o, [["render", t]]);
8
- export {
9
- a as default
10
- };