star-horse-lowcode 3.1.1 → 3.1.2

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/README.md CHANGED
@@ -574,3 +574,8 @@ barcode 条形码组件
574
574
  ```
575
575
  -修复dytable,box 在App端 静态数据显示异常bug
576
576
  ```
577
+ #### v3.1.2
578
+
579
+ ```
580
+ -修复app组件数据异常,删除页面测试数据
581
+ ```
@@ -52,14 +52,18 @@ export declare function analysisAppComps(dataList: any): {
52
52
  * @param pageInfo
53
53
  */
54
54
  export declare function convertPcCompToFitPlatformComps(pageInfo: PageFieldInfo): PageFieldInfo | {
55
- fieldList: any[];
55
+ fieldList: {
56
+ appList: any[];
57
+ }[];
56
58
  };
57
59
  /**
58
60
  * 将pc模型转为app模型
59
61
  * @param pageInfo
60
62
  */
61
63
  export declare function convertCompToAppComps(pageInfo: PageFieldInfo): {
62
- fieldList: any[];
64
+ fieldList: {
65
+ appList: any[];
66
+ }[];
63
67
  };
64
68
  /**
65
69
  * 解析动态表单中的子节点数据是否需要合并到父节点中