@desynova-digital/components 8.19.58 → 8.19.59
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.
|
@@ -101,6 +101,7 @@ var TimeCodeInput = function TimeCodeInput(_ref) {
|
|
|
101
101
|
document.activeElement.blur();
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
|
+
setCustomInputValue(inputValue);
|
|
104
105
|
document.addEventListener('keydown', handleEscapeKey);
|
|
105
106
|
return function () {
|
|
106
107
|
document.removeEventListener('keydown', handleEscapeKey);
|
package/molecules/table/table.js
CHANGED
|
@@ -639,7 +639,7 @@ var Table = function (_Component) {
|
|
|
639
639
|
|
|
640
640
|
_this.resetSearchTextAndFilters = function () {
|
|
641
641
|
_this.handleInputChange("");
|
|
642
|
-
_this._filterRef.current.resetSelectedUserFilter();
|
|
642
|
+
_this._filterRef && _this._filterRef.current && this_filterRef.current.resetSelectedUserFilter();
|
|
643
643
|
};
|
|
644
644
|
|
|
645
645
|
_this.handleDebounce = (0, _lodash.debounce)(function (text) {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.59",
|
|
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.59",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|