jsmom-table-form 1.0.0 → 1.0.4

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.4
4
+
5
+ - 更改form组件名称
6
+
7
+ ## 1.0.1-3
8
+
9
+ - 向 form 组件传 headers
10
+
3
11
  ## 1.0.0
4
12
 
5
13
  - 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` 添加更新时的数据格式化~~
@@ -102,7 +104,7 @@ or
102
104
  - fnPropAddRecord `Function` 新增的方法
103
105
  - fnPropUpdateRecord `Function` 更新的方法
104
106
  - fnPropListRecord `Function` 获取列表的方法
105
- - fnPropExportExcel `Function` 导出Excel的方法
107
+ - fnPropExportExcel `Function` 导出 Excel 的方法
106
108
  - eventMaps `Object<Function>` 事件集合
107
109
  - configData `Object`
108
110
  - size `String` 组件大小 medium|small|mini
@@ -151,3 +153,14 @@ or
151
153
  - showExportField `Boolean` 导出时选择字段
152
154
  - operateExtraWidth `Number` 操作列增加宽度
153
155
  - title `String` 标题
156
+
157
+ ## 插槽
158
+
159
+ - expand 展开行内容
160
+ - row 当前行数据
161
+ - operateExtraButton 操作列扩展按钮
162
+ - row 当前行数据
163
+ - importBefore 导入表格前的内容
164
+ - importBefore 表单内容
165
+ - toolbarButton 工具栏按钮
166
+ - selectedRow 选中的行数据