@byteluck-fe/model-driven-controls 6.2.0-1-beta.28 → 6.2.0-1-beta-tree-data.1

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.
@@ -1,5 +1,5 @@
1
1
  import { RuleItem } from 'async-validator';
2
- import { LayoutControlProperty, PropertyRules, PropertyRuntimeRules, DataSourceBind, SubListPageConfig, JoinRelation, RowStyle } from '@byteluck-fe/model-driven-core';
2
+ import { LayoutControlProperty, PropertyRules, PropertyRuntimeRules, DataSourceBind, SubListPageConfig, JoinRelation, RowStyle, ListTreeData } from '@byteluck-fe/model-driven-core';
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -122,6 +122,15 @@ declare class ListViewControlProperty extends LayoutControlProperty {
122
122
  * @defaultValue 'none'
123
123
  */
124
124
  rowStyle: RowStyle;
125
+ /**
126
+ * 是否树状列表
127
+ * @defaultValue false
128
+ */
129
+ isTreeData?: boolean;
130
+ /**
131
+ * 树状列表配置详情
132
+ */
133
+ treeData?: ListTreeData;
125
134
  constructor(props?: Partial<ListViewControlProperty>);
126
135
  }
127
136
  export default ListViewControlProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "6.2.0-1-beta.28",
3
+ "version": "6.2.0-1-beta-tree-data.1",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "6.2.0-1-beta.24",
30
- "@byteluck-fe/model-driven-settings": "6.2.0-1-beta.24",
29
+ "@byteluck-fe/model-driven-core": "6.2.0-1-beta-tree-data.1",
30
+ "@byteluck-fe/model-driven-settings": "6.2.0-1-beta-tree-data.1",
31
31
  "@byteluck-fe/model-driven-shared": "6.2.0-1-beta.24",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "e80605f84dbe1251060ae931736de0284991e530"
34
+ "gitHead": "b38af70f925fc089a132cadd4569c82204b8990f"
35
35
  }