@desynova-digital/components 8.19.10 → 8.19.11
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/molecules/table/table.js +2 -3
- package/package.json +2 -2
package/molecules/table/table.js
CHANGED
|
@@ -1351,11 +1351,10 @@ var Table = function (_Component) {
|
|
|
1351
1351
|
key: idx,
|
|
1352
1352
|
onClick: function onClick(e) {
|
|
1353
1353
|
if (_this4.props.commonActionClickHandler) {
|
|
1354
|
-
|
|
1354
|
+
items.map(function (ele) {
|
|
1355
1355
|
return ele.rowChecked = false;
|
|
1356
1356
|
});
|
|
1357
|
-
_this4.setState({
|
|
1358
|
-
ingestedDbIdArray: [],
|
|
1357
|
+
_this4.setState({ ingestedDbIdArray: [],
|
|
1359
1358
|
isAllRowsSelected: false,
|
|
1360
1359
|
commonActionsSelected: [],
|
|
1361
1360
|
selectedRows: [] });
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.11",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "8.19.
|
|
10
|
+
"@desynova-digital/tokens": "8.19.11",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|