szld-libs 0.4.62 → 0.4.63

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.
@@ -17,9 +17,10 @@ export declare const handleGetAttrList: (params: {
17
17
  * @returns 属性集详情 {attrid_attrtype: attrvalue} 格式的数据
18
18
  */
19
19
  export declare const handleGetAttrDetail: (params: {
20
+ [key: string]: any;
20
21
  instanceid: string;
21
22
  asid: string;
22
- tname?: string;
23
+ tname?: string | undefined;
23
24
  }, commonRequest: (InterfaceType: string, data?: any) => Promise<AxiosResponse<any, any>>, interfaceType?: string) => Promise<any>;
24
25
  /**
25
26
  * 获取通用表格数据
@@ -17,9 +17,10 @@ export declare const handleGetAttrList: (params: {
17
17
  * @returns 属性集详情 {attrid_attrtype: attrvalue} 格式的数据
18
18
  */
19
19
  export declare const handleGetAttrDetail: (params: {
20
+ [key: string]: any;
20
21
  instanceid: string;
21
22
  asid: string;
22
- tname?: string;
23
+ tname?: string | undefined;
23
24
  }, commonRequest: (InterfaceType: string, data?: any) => Promise<AxiosResponse<any, any>>, interfaceType?: string) => Promise<any>;
24
25
  /**
25
26
  * 获取通用表格数据
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.4.62",
4
+ "version": "0.4.63",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",