antd-form-document 5.0.10 → 5.0.11

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
@@ -1,4 +1,4 @@
1
- ****# Antd-Form-Document
1
+ # Antd-Form-Document
2
2
 
3
3
  基于[ant-design](https://ant.design/) [cn](https://ant-design.gitee.io/) 表单设计
4
4
 
@@ -6,66 +6,67 @@
6
6
 
7
7
  <!-- code_chunk_output -->
8
8
 
9
- - [一、安装](#一-安装)
10
- - [二、示例](#二-示例)
11
- - [XML Document 格式](#xml-document-格式)
12
- - [三、XML 文档说明](#三-xml-文档说明)
13
- - [表单](#表单)
14
- - [Form](#form)
15
- - [容器](#容器)
16
- - [Row](#row)
17
- - [Col](#col)
18
- - [Divider](#divider)
19
- - [Steps](#steps)
20
- - [Step](#step)
21
- - [Content](#content)
22
- - [Collapse](#collapse)
23
- - [Tabs](#tabs)
24
- - [Card](#card)
25
- - [组件](#组件)
26
- - [Label](#label)
27
- - [Tooltip](#tooltip)
28
- - [Text](#text)
29
- - [TextArea](#textarea)
30
- - [Number](#number)
31
- - [Editor](#editor)
32
- - [Select](#select)
33
- - [Checkbox](#checkbox)
34
- - [Radio](#radio)
35
- - [Switch](#switch)
36
- - [Duration](#duration)
37
- - [DatePicker](#datepicker)
38
- - [TimePicker](#timepicker)
39
- - [RangePicker](#rangepicker)
40
- - [Rate](#rate)
41
- - [Upload](#upload)
42
- - [Photo](#photo)
43
- - [Audio](#audio)
44
- - [Video](#video)
45
- - [SuperUpload](#superupload)
46
- - [Table](#table)
47
- - [Columns](#columns)
48
- - [Column](#column)
49
- - [FormList](#formlist)
50
- - [Columns](#columns-1)
51
- - [Column](#column-1)
52
- - [注:](#注)
53
- - [控件](#控件)
54
- - [Validates](#validates)
55
- - [Validate](#validate)
56
- - [Conditions](#conditions)
57
- - [Condition](#condition)
58
- - [Collection](#collection)
59
- - [Compute](#compute)
60
- - [Options](#options)
61
- - [Option](#option)
62
- - [四、应用](#四-应用)
63
- - [FormDocument标签](#formdocument标签)
64
- - [Config配置](#config配置)
65
- - [自定义组件](#自定义组件)
66
- - [Department](#department)
67
- - [UploadList](#uploadlist)
68
- - [Sign](#sign)
9
+ - [Antd-Form-Document](#antd-form-document)
10
+ - [一、安装](#一-安装)
11
+ - [二、示例](#二-示例)
12
+ - [XML Document 格式](#xml-document-格式)
13
+ - [三、XML 文档说明](#三-xml-文档说明)
14
+ - [表单](#表单)
15
+ - [Form](#form)
16
+ - [容器](#容器)
17
+ - [Row](#row)
18
+ - [Col](#col)
19
+ - [Divider](#divider)
20
+ - [Steps](#steps)
21
+ - [Step](#step)
22
+ - [Content](#content)
23
+ - [Collapse](#collapse)
24
+ - [Tabs](#tabs)
25
+ - [Card](#card)
26
+ - [组件](#组件)
27
+ - [Label](#label)
28
+ - [Tooltip](#tooltip)
29
+ - [Text](#text)
30
+ - [TextArea](#textarea)
31
+ - [Number](#number)
32
+ - [Editor](#editor)
33
+ - [Select](#select)
34
+ - [Checkbox](#checkbox)
35
+ - [Radio](#radio)
36
+ - [Switch](#switch)
37
+ - [Duration](#duration)
38
+ - [DatePicker](#datepicker)
39
+ - [TimePicker](#timepicker)
40
+ - [RangePicker](#rangepicker)
41
+ - [Rate](#rate)
42
+ - [Upload](#upload)
43
+ - [Photo](#photo)
44
+ - [Audio](#audio)
45
+ - [Video](#video)
46
+ - [SuperUpload](#superupload)
47
+ - [Table](#table)
48
+ - [Columns](#columns)
49
+ - [Column](#column)
50
+ - [FormList](#formlist)
51
+ - [Columns](#columns-1)
52
+ - [Column](#column-1)
53
+ - [注:](#注)
54
+ - [控件](#控件)
55
+ - [Validates](#validates)
56
+ - [Validate](#validate)
57
+ - [Conditions](#conditions)
58
+ - [Condition](#condition)
59
+ - [Collection](#collection)
60
+ - [Compute](#compute)
61
+ - [Options](#options)
62
+ - [Option](#option)
63
+ - [四、应用](#四-应用)
64
+ - [FormDocument标签](#formdocument标签)
65
+ - [Config配置](#config配置)
66
+ - [自定义组件](#自定义组件)
67
+ - [Department](#department)
68
+ - [UploadList](#uploadlist)
69
+ - [Sign](#sign)
69
70
 
70
71
  <!-- /code_chunk_output -->
71
72
 
@@ -524,6 +525,8 @@ const App = () => {
524
525
  | hideClear | 是否在控件隐藏时清除数据 | boolean | false | - |
525
526
  | hidden | 是否隐藏 | boolean | false | - |
526
527
  | readonly | 是否只读 | boolean | false | - |
528
+ | minRow | 最小行数 | number | 0 | - |
529
+ | maxRow | 最大行数 | number | 0 | - |
527
530
  | labelCol | `title`布局,与同 `<Col>` 组件设置 | number | - | |
528
531
  | wrapperCol | 组件布局,同 `<Col>` 组件设置 | number | - | |
529
532
  | allowClear | 是否有清除按钮 | boolean | false | - |