@reltio/components 1.4.1441 → 1.4.1442

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.
@@ -111,7 +111,8 @@ var DependentLookupEditor = function (_a) {
111
111
  onChange(value);
112
112
  };
113
113
  var handleFocus = function () {
114
- value && selectRef.current.select.inputRef.select();
114
+ var _a, _b, _c;
115
+ value && ((_c = (_b = (_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.select) === null || _b === void 0 ? void 0 : _b.inputRef) === null || _c === void 0 ? void 0 : _c.select());
115
116
  };
116
117
  var resetOptions = function () {
117
118
  setPageNumber(1);
@@ -82,7 +82,8 @@ var DependentLookupEditor = function (_a) {
82
82
  onChange(value);
83
83
  };
84
84
  var handleFocus = function () {
85
- value && selectRef.current.select.inputRef.select();
85
+ var _a, _b, _c;
86
+ value && ((_c = (_b = (_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.select) === null || _b === void 0 ? void 0 : _b.inputRef) === null || _c === void 0 ? void 0 : _c.select());
86
87
  };
87
88
  var resetOptions = function () {
88
89
  setPageNumber(1);
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.1441",
3
+ "version": "1.4.1442",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
7
7
  "dependencies": {
8
8
  "@date-io/moment": "^1.3.5",
9
9
  "@react-google-maps/api": "2.7.0",
10
- "@reltio/mdm-module": "^1.4.1441",
11
- "@reltio/mdm-sdk": "^1.4.1441",
10
+ "@reltio/mdm-module": "^1.4.1442",
11
+ "@reltio/mdm-sdk": "^1.4.1442",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",