jsmom-table-form 1.0.5 → 1.0.6
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/CHANGELOG.MD +4 -0
- package/README.md +1 -1
- package/dist/main.js +1 -42
- package/package.json +2 -2
- package/webpack.config.js +6 -0
package/CHANGELOG.MD
CHANGED
package/README.md
CHANGED
|
@@ -36,7 +36,6 @@ or
|
|
|
36
36
|
- formRules `Array<Object>` 表单验证规则
|
|
37
37
|
- formSpan `Number` 表单占栅格数 最大 24
|
|
38
38
|
- inputStyle `String` 表单输入项 style
|
|
39
|
-
- inputStyle `String` 表单输入项 style
|
|
40
39
|
- selectMultiple `Boolean` 多选
|
|
41
40
|
- clearable `Boolean` 可被清理
|
|
42
41
|
- optionLoading `Boolean|Function` 选择列表加载中
|
|
@@ -152,6 +151,7 @@ or
|
|
|
152
151
|
- importExcelSize `Number` 导入表格的限制大小
|
|
153
152
|
- showExportField `Boolean` 导出时选择字段
|
|
154
153
|
- operateExtraWidth `Number` 操作列增加宽度
|
|
154
|
+
- pageSize `Number` 页数量
|
|
155
155
|
- title `String` 标题
|
|
156
156
|
|
|
157
157
|
## 插槽
|