doway-coms 1.4.19 → 1.4.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -39,6 +39,7 @@
39
39
  @pulldownMultiSelect="pulldownMultiSelect"
40
40
  :edit-rules="validRules"
41
41
  :tree-config="treeConfig"
42
+ :row-config="rowConfig"
42
43
  @resizable-change="resizableChange"
43
44
  :checkbox-config="checkboxConfig"
44
45
  :expand-config="expandConfig"
@@ -699,6 +700,13 @@ export default {
699
700
  },
700
701
  deep: true,
701
702
  },
703
+ rowConfig: {
704
+ type: Object,
705
+ default: () => {
706
+ return null;
707
+ },
708
+ deep: true,
709
+ },
702
710
  expandConfig: {
703
711
  type: Object,
704
712
  default: () => {