@deanwu/vue-component-library 1.3.62 → 1.3.63
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 +3 -0
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +3 -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
|
@@ -45755,6 +45755,9 @@ function renderCell(h, row, col) {
|
|
|
45755
45755
|
row.load = data => {
|
|
45756
45756
|
this.store.expandLoadHandle(row, undefined, data);
|
|
45757
45757
|
};
|
|
45758
|
+
row.addChildren = () => {
|
|
45759
|
+
this.store.expandAddHandle(row);
|
|
45760
|
+
};
|
|
45758
45761
|
return [h("div", {
|
|
45759
45762
|
"class": "flex-center-cross"
|
|
45760
45763
|
}, [active ? [h("a", {
|