@icos-desktop/react-components 0.1.10 → 0.1.12

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/build/index.d.ts CHANGED
@@ -8,7 +8,7 @@ interface EntityDetailProps {
8
8
  declare const EntityDetail: React.FC<EntityDetailProps>;
9
9
 
10
10
  interface API$2 {
11
- getSenseDetail: string;
11
+ getSenseFormData: string;
12
12
  }
13
13
 
14
14
  interface EntityInfoProps {
@@ -40,9 +40,21 @@ interface EntityTableProps {
40
40
  */
41
41
  api?: API$1;
42
42
  /**
43
- * 台账 id
43
+ * 台账 id 列表
44
44
  */
45
- bookId: string;
45
+ bookIds?: string[];
46
+ /**
47
+ * 视图编码
48
+ */
49
+ viewCodes?: string[];
50
+ /**
51
+ * 地理层级字段
52
+ */
53
+ regionField?: string;
54
+ /**
55
+ * 地理层级值
56
+ */
57
+ regionValue?: string;
46
58
  /**
47
59
  * 点击行
48
60
  * @param record