@desynova-digital/components 8.17.4 → 8.17.5
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/atoms/icon/icons.json
CHANGED
package/molecules/table/table.js
CHANGED
|
@@ -869,7 +869,8 @@ var Table = function (_Component) {
|
|
|
869
869
|
refreshDashboard = _props.refreshDashboard,
|
|
870
870
|
isRefreshActivated = _props.isRefreshActivated,
|
|
871
871
|
isRefreshDotVisible = _props.isRefreshDotVisible,
|
|
872
|
-
showSearchBox = _props.showSearchBox
|
|
872
|
+
showSearchBox = _props.showSearchBox,
|
|
873
|
+
pageDropdown = _props.pageDropdown;
|
|
873
874
|
var _state = this.state,
|
|
874
875
|
nestedTable = _state.nestedTable,
|
|
875
876
|
searchedText = _state.searchedText;
|
|
@@ -1050,6 +1051,7 @@ var Table = function (_Component) {
|
|
|
1050
1051
|
})
|
|
1051
1052
|
)
|
|
1052
1053
|
),
|
|
1054
|
+
pageDropdown && pageDropdown || null,
|
|
1053
1055
|
this.props.searchable ? _react2.default.createElement(
|
|
1054
1056
|
"div",
|
|
1055
1057
|
null,
|
|
@@ -1307,7 +1309,8 @@ Table.propTypes = {
|
|
|
1307
1309
|
getSearchedRows: _propTypes2.default.func,
|
|
1308
1310
|
showSearchBox: _propTypes2.default.bool,
|
|
1309
1311
|
handleUserIdFilterChange: _propTypes2.default.func,
|
|
1310
|
-
userIdsList: _propTypes2.default.instanceOf(Object)
|
|
1312
|
+
userIdsList: _propTypes2.default.instanceOf(Object),
|
|
1313
|
+
pageDropdown: _propTypes2.default.instanceOf(Object)
|
|
1311
1314
|
};
|
|
1312
1315
|
|
|
1313
1316
|
Table.defaultProps = {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.17.
|
|
3
|
+
"version": "8.17.5",
|
|
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.17.
|
|
10
|
+
"@desynova-digital/tokens": "8.17.5",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|