jsmom-table-form 1.0.1 → 1.0.5

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.5
4
+
5
+ - fix 高级搜索问题
6
+
7
+ ## 1.0.4
8
+
9
+ - 更改form组件名称
10
+
11
+ ## 1.0.1-3
12
+
13
+ - 向 form 组件传 headers
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  - one
package/README.md CHANGED
@@ -83,6 +83,8 @@ or
83
83
  - showFormItem `Boolean` 显示在表单中
84
84
  - showPreviewItem `Boolean` 显示在预览中
85
85
  - filterType `String` 筛选类型 dateRange|select|selectMulti|boolean|text
86
+ - filterDateType `String` 筛选日期类型(dateRange) year|month|date|dates| week|datetime|datetimerange|daterange|monthrange
87
+ - filterEventMaps `Object<Function>|Function` 筛选日期类型(dateRange) year|month|date|dates| week|datetime|datetimerange|daterange|monthrange
86
88
  - initalValue `any` 初使值
87
89
  - formatterFunction `Function` 格式化方法
88
90
  - ~~postFormatterDataFunction `Function` 添加更新时的数据格式化~~