jsmom-table-form 1.1.64 → 1.1.65

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.1.65
4
+
5
+ - add 表尾样式支持
6
+
3
7
  ## 1.1.64
4
8
 
5
9
  - add 右侧工具列表插槽
package/README.md CHANGED
@@ -263,7 +263,9 @@ req: {type, params}
263
263
  - importBefore 导入表格前的内容
264
264
  - importBefore 表单内容
265
265
  - toolbarButton 工具栏按钮
266
- - selectedRow 选中的行数据- -
266
+ - selectedRow 选中的行数据
267
+ - toolbarTool 右侧工具列表插槽
268
+ - selectedRow 选中的行数据
267
269
  - formFooterAfter 表单底部按钮
268
270
  - formStatus 状态
269
271
  - formFooterBefore 表单底部按钮
package/dist/main.js CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsmom-table-form",
3
- "version": "1.1.64",
3
+ "version": "1.1.65",
4
4
  "scripts": {
5
5
  "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 127.0.0.1",
6
6
  "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
package/webpack.config.js CHANGED
Binary file