jsmom-table-form 1.0.2 → 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 +13 -1
- package/README.md +3 -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` 选择列表加载中
|
|
@@ -83,6 +82,8 @@ or
|
|
|
83
82
|
- showFormItem `Boolean` 显示在表单中
|
|
84
83
|
- showPreviewItem `Boolean` 显示在预览中
|
|
85
84
|
- filterType `String` 筛选类型 dateRange|select|selectMulti|boolean|text
|
|
85
|
+
- filterDateType `String` 筛选日期类型(dateRange) year|month|date|dates| week|datetime|datetimerange|daterange|monthrange
|
|
86
|
+
- filterEventMaps `Object<Function>|Function` 筛选日期类型(dateRange) year|month|date|dates| week|datetime|datetimerange|daterange|monthrange
|
|
86
87
|
- initalValue `any` 初使值
|
|
87
88
|
- formatterFunction `Function` 格式化方法
|
|
88
89
|
- ~~postFormatterDataFunction `Function` 添加更新时的数据格式化~~
|
|
@@ -150,6 +151,7 @@ or
|
|
|
150
151
|
- importExcelSize `Number` 导入表格的限制大小
|
|
151
152
|
- showExportField `Boolean` 导出时选择字段
|
|
152
153
|
- operateExtraWidth `Number` 操作列增加宽度
|
|
154
|
+
- pageSize `Number` 页数量
|
|
153
155
|
- title `String` 标题
|
|
154
156
|
|
|
155
157
|
## 插槽
|