Skip to content

Commit

Permalink
Merge branch 'main' into feat-progress-events
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase authored Jul 12, 2021
2 parents cc0f02b + 4bea868 commit 257b47b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
Binary file added .yarn-offline-mirror/@vueuse-core-4.8.1.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@vueuse-shared-4.8.1.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/vue-demi-0.7.4.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Like sorting and filtering it is the users responsibility to deal with edited da

## Events

- row-expanded: Supplies row component of expanded row, where if value is set it can be accessed to get the index of the row
- pagination: re-raises CvPageination change event.
- row-select-change: Supplies { value: rowValue, selected: rowSelected }. Raised on row select/deselect
- row-select-changes: Supplies array of selected row values.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ export default {
} else {
this.dataExpandAll = false;
}
this.$emit('row-expanded', row);
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001038, caniuse-lite@^1.0.30001039:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001040.tgz#103fc8e6eb1d7397e95134cd0e996743353d58ea"
integrity sha512-Ep0tEPeI5wCvmJNrXjE3etgfI+lkl1fTDU6Y3ZH1mhrjkPlVI9W4pcKbMo+BQLpEWKVYYp2EmYaRsqpPC3k7lQ==

carbon-components@^10.30.0:
[email protected]:
version "10.30.0"
resolved "https://registry.yarnpkg.com/carbon-components/-/carbon-components-10.30.0.tgz#c572620361ffdc8f4f67ed84b19ca2e29a912330"
integrity sha512-pHnrPcICl7L8vUHEXks4ZfAtyaGIP01aX7O/szg45/7Po2pQ3hXW1TBppYaUsw3UD+qGOF/CW7ID9Op6IQK4dA==
Expand Down

0 comments on commit 257b47b

Please sign in to comment.