@das-fed/web 6.4.0-dev.55.25 → 6.4.0-dev.55.26
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-DrGzHhEt.js → index-BtxxjFc5.js} +1008 -1004
- package/index-BtxxjFc5.js.gz +0 -0
- package/{index-fFfHJEPo.js → index-DO2GY90_.js} +1 -1
- package/{index-CXWIlMWh.js → index-wVqxDxIM.js} +1 -1
- package/index-wVqxDxIM.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/main-app-framework/{index-BHJWJR96.js → index-BGzVbts8.js} +1018 -1014
- package/packages/main-app-framework/index-BGzVbts8.js.gz +0 -0
- package/packages/main-app-framework/{index-BUkGEox3.js → index-C0ORbrml.js} +1 -1
- package/packages/main-app-framework/{index-CoKyMrhP.js → index-DiOmyQkU.js} +1 -1
- package/packages/main-app-framework/index-DiOmyQkU.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/style.css +1 -1
- package/style.css.gz +0 -0
- package/types/main-app-framework/init-config/get-project-config/api.d.ts +3 -2
- package/types/main-app-framework/utils/src/set-common-info.d.ts +2 -0
- package/index-CXWIlMWh.js.gz +0 -0
- package/index-DrGzHhEt.js.gz +0 -0
- package/packages/main-app-framework/index-BHJWJR96.js.gz +0 -0
- package/packages/main-app-framework/index-CoKyMrhP.js.gz +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/**
|
|
1
|
+
/** 获取项目列表(嵌套数组结构) */
|
|
2
2
|
export declare const queryproject: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
|
|
3
|
-
/** 获取C端用户所能切换的项目列表 */
|
|
3
|
+
/** 获取C端用户所能切换的项目列表(平铺数组结构) */
|
|
4
4
|
export declare const customerList: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
|
|
5
|
+
export declare const getProjectMessage: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
|
|
@@ -12,6 +12,8 @@ export declare const setFavIcon: (data: string) => void;
|
|
|
12
12
|
export declare const clearHomeInfo: () => void;
|
|
13
13
|
/** 存储项目信息 */
|
|
14
14
|
export declare const setProjectInfo: (data: any) => void;
|
|
15
|
+
/** 存储项目详细信息 */
|
|
16
|
+
export declare const setProjectMessage: (data?: any) => void;
|
|
15
17
|
/** 清除项目数据 */
|
|
16
18
|
export declare const clearProjectInfo: () => void;
|
|
17
19
|
/** 存储标签页信息,如果传入对象则进行该项替换 */
|
package/index-CXWIlMWh.js.gz
DELETED
|
Binary file
|
package/index-DrGzHhEt.js.gz
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|