@deanwu/vue-component-library 1.3.52 → 1.3.53
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/dist/vue-component-library.common.js +1 -0
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +1 -0
- package/dist/vue-component-library.umd.js.map +1 -1
- package/dist/vue-component-library.umd.min.js +1 -1
- package/dist/vue-component-library.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -46101,6 +46101,7 @@ var es_array_unshift = __webpack_require__("3c65");
|
|
|
46101
46101
|
}.call(this, row, data);
|
|
46102
46102
|
let addButton = typeof col.addButton == 'function' ? col.addButton(row) : col.addButton;
|
|
46103
46103
|
row.expandData.add = addButton ? this.createRow({
|
|
46104
|
+
data: {},
|
|
46104
46105
|
expandLevel: row.expandData.level + 1,
|
|
46105
46106
|
expandParent: row,
|
|
46106
46107
|
expandHidden: !expand,
|