hs-admin-ui 16.3.9 → 16.4.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.
- package/dist/index.js +4 -4
- package/dist/index.mjs +1002 -981
- package/dist/types/src/components/business/bcBox/utils.d.ts +1 -0
- package/package.json +1 -1
|
@@ -41,6 +41,7 @@ export declare function getConfigList(props: Props): Promise<{
|
|
|
41
41
|
* @param props.projectCode 项目类型
|
|
42
42
|
* @param props.proxy 接口代理
|
|
43
43
|
* @param props.isAuth 是否受权限控制
|
|
44
|
+
* @param props.dictCodeStr 字典列表
|
|
44
45
|
* @param props.preParsing 是否预解析数据,将返回数据存缓存于内存中,加速页面加载
|
|
45
46
|
*/
|
|
46
47
|
export declare function getBatchConfig(configArr: Record<"id" | "type", string>[], props?: IConfigData): Promise<any>;
|