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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6
4
+
5
+ - 优化包大小
6
+
3
7
  ## 1.0.5
4
8
 
5
9
  - fix 高级搜索问题
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
  ## 插槽