@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.es.js
CHANGED
|
@@ -449,13 +449,13 @@ function useSearch(initialState) {
|
|
|
449
449
|
}, []);
|
|
450
450
|
var setQueryParams = useCallback(function (queryParams) {
|
|
451
451
|
return dispatch({
|
|
452
|
-
type: ACTION_TYPE$3.
|
|
452
|
+
type: ACTION_TYPE$3.CHANGE_QUERYPARAMS,
|
|
453
453
|
queryParams: queryParams
|
|
454
454
|
});
|
|
455
455
|
}, []);
|
|
456
456
|
var setMatrixParams = useCallback(function (matrixParams) {
|
|
457
457
|
return dispatch({
|
|
458
|
-
type: ACTION_TYPE$3.
|
|
458
|
+
type: ACTION_TYPE$3.CHANGE_MATRIXPARAMS,
|
|
459
459
|
matrixParams: matrixParams
|
|
460
460
|
});
|
|
461
461
|
}, []);
|