@desynova-digital/components 8.13.6 → 8.14.0

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.
@@ -600,7 +600,7 @@ var Table = function (_Component) {
600
600
  selectedRows: [],
601
601
  showColumnArr: spiltColumns.showColumnArr ? spiltColumns.showColumnArr : [],
602
602
  // isAllRowsSelected:false,
603
- searchedText: ''
603
+ searchedText: props.searchValue || ''
604
604
  };
605
605
 
606
606
  return _this;
@@ -271,6 +271,8 @@ var data = {
271
271
  {
272
272
  theme: "dark",
273
273
  items: data.rows,
274
+ showSearchBox: true,
275
+ searchValue: "",
274
276
  tableTitle: "Reports"
275
277
  //videoPlayBtn={true}
276
278
  , showActions: true,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "8.13.6",
3
+ "version": "8.14.0",
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.13.6",
10
+ "@desynova-digital/tokens": "8.14.0",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },