@das-fed/web 7.0.0-zhaohang.1 → 7.0.0-zhaohang.3

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 (33) hide show
  1. package/{packages/main-app-framework/index-D6tSxSCm.js → index-DeKFYMKY.js} +1 -1
  2. package/{packages/main-app-framework/index-uy_tfCFy.js → index-DgV7dEtR.js} +30 -35
  3. package/index-DgV7dEtR.js.gz +0 -0
  4. package/{index-Do-hi0sT.js → index-g3DWTus2.js} +3098 -3152
  5. package/index-g3DWTus2.js.gz +0 -0
  6. package/index.js +1 -1
  7. package/package.json +6 -6
  8. package/packages/i18n/index.js +17 -17
  9. package/packages/i18n/index.js.gz +0 -0
  10. package/packages/layout/index.js +212 -216
  11. package/packages/layout/index.js.gz +0 -0
  12. package/{index-ybkIe7Qx.js → packages/main-app-framework/index-CGXiI8Px.js} +30 -35
  13. package/packages/main-app-framework/index-CGXiI8Px.js.gz +0 -0
  14. package/{index-Ho3juDFP.js → packages/main-app-framework/index-CX-Rv9Hu.js} +1 -1
  15. package/packages/main-app-framework/{index-By_I7kxF.js → index-iFGtZyh-.js} +2482 -2532
  16. package/packages/main-app-framework/index-iFGtZyh-.js.gz +0 -0
  17. package/packages/main-app-framework/index.js +1 -1
  18. package/packages/main-app-framework/style.css +1 -1
  19. package/packages/main-app-framework/style.css.gz +0 -0
  20. package/style.css +1 -1
  21. package/style.css.gz +0 -0
  22. package/types/i18n/index.d.ts +1 -1
  23. package/types/main-app-framework/business/message-notify/index.d.ts +0 -1
  24. package/types/main-app-framework/init-config/get-nav-config/index.d.ts +1 -2
  25. package/types/main-app-framework/init-config/get-tenant-config/api.d.ts +1 -3
  26. package/types/main-app-framework/init-config/get-tenant-config/index.d.ts +0 -2
  27. package/types/main-app-framework/init-layout/hooks/nav-slots/index.d.ts +0 -1
  28. package/types/main-app-framework/utils/src/set-common-info.d.ts +0 -2
  29. package/index-Do-hi0sT.js.gz +0 -0
  30. package/index-ybkIe7Qx.js.gz +0 -0
  31. package/packages/main-app-framework/index-By_I7kxF.js.gz +0 -0
  32. package/packages/main-app-framework/index-uy_tfCFy.js.gz +0 -0
  33. package/types/main-app-framework/init-layout/hooks/nav-slots/use-ai-helper.d.ts +0 -4
@@ -1,2 +1 @@
1
-
2
1
  export declare const useMessageNotify: () => void;
@@ -1,6 +1,5 @@
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>;
4
3
  declare const getNavConfig: () => unknown;
5
4
  declare const getFixedAppsConfig: () => unknown;
6
- export { getNavConfig, appcategorys, apps, appLoading, getFixedAppsConfig };
5
+ export { getNavConfig, appcategorys, appLoading, getFixedAppsConfig };
@@ -1,8 +1,6 @@
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;
7
5
  /** 获取租户列表 */
8
6
  export declare const getPageTenant: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
@@ -2,7 +2,5 @@
2
2
  export declare const getPersonalConfig: () => unknown;
3
3
  /** 获取租户详情 */
4
4
  export declare const getTenantConfig: () => unknown;
5
- /** 获取当前登录用户租户信息 == 用来获取语言类型判断是否需要显示语言切换栏目,为2则需要显示语言切换栏目 */
6
- export declare const getCurrentTenatConfig: () => unknown;
7
5
  /** 获取租户列表 */
8
6
  export declare const getTenantList: () => unknown;
@@ -2,4 +2,3 @@ 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';
@@ -2,8 +2,6 @@
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;
7
5
  /** 清除租户信息 */
8
6
  export declare const clearTenantInfo: () => void;
9
7
  /** 存储首页信息 */
Binary file
Binary file
@@ -1,4 +0,0 @@
1
- export declare const useAIHelper: () => {
2
- $aiPanel: import('vue').Ref<any, any>;
3
- toApp: (url: any) => void;
4
- };