@vidispine/vdt-react 22.4.0 → 23.1.0-pre.1
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/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -472,13 +472,13 @@ function useSearch(initialState) {
|
|
|
472
472
|
}, []);
|
|
473
473
|
var setQueryParams = React.useCallback(function (queryParams) {
|
|
474
474
|
return dispatch({
|
|
475
|
-
type: ACTION_TYPE$3.
|
|
475
|
+
type: ACTION_TYPE$3.CHANGE_QUERYPARAMS,
|
|
476
476
|
queryParams: queryParams
|
|
477
477
|
});
|
|
478
478
|
}, []);
|
|
479
479
|
var setMatrixParams = React.useCallback(function (matrixParams) {
|
|
480
480
|
return dispatch({
|
|
481
|
-
type: ACTION_TYPE$3.
|
|
481
|
+
type: ACTION_TYPE$3.CHANGE_MATRIXPARAMS,
|
|
482
482
|
matrixParams: matrixParams
|
|
483
483
|
});
|
|
484
484
|
}, []);
|