@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
|
@@ -45764,6 +45764,9 @@ function renderCell(h, row, col) {
|
|
|
45764
45764
|
row.load = data => {
|
|
45765
45765
|
this.store.expandLoadHandle(row, undefined, data);
|
|
45766
45766
|
};
|
|
45767
|
+
row.addChildren = () => {
|
|
45768
|
+
this.store.expandAddHandle(row);
|
|
45769
|
+
};
|
|
45767
45770
|
return [h("div", {
|
|
45768
45771
|
"class": "flex-center-cross"
|
|
45769
45772
|
}, [active ? [h("a", {
|