@trackunit/filters-filter-bar 0.0.25 → 0.0.27
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/index.cjs.js +0 -1
- package/index.esm.js +0 -1
- package/package.json +9 -9
package/index.cjs.js
CHANGED
|
@@ -18788,7 +18788,6 @@ const useFilterBar = ({ name, onValuesChange, filterBarDefinition, initialState,
|
|
|
18788
18788
|
},
|
|
18789
18789
|
};
|
|
18790
18790
|
}, [filterBarConfig]);
|
|
18791
|
-
// eslint-disable-next-line sonarjs/cognitive-complexity
|
|
18792
18791
|
const filterMapActions = React.useMemo(() => {
|
|
18793
18792
|
// Reset an individual filter to its initial state
|
|
18794
18793
|
const resetIndividualFilterToInitialState = (key) => {
|
package/index.esm.js
CHANGED
|
@@ -18780,7 +18780,6 @@ const useFilterBar = ({ name, onValuesChange, filterBarDefinition, initialState,
|
|
|
18780
18780
|
},
|
|
18781
18781
|
};
|
|
18782
18782
|
}, [filterBarConfig]);
|
|
18783
|
-
// eslint-disable-next-line sonarjs/cognitive-complexity
|
|
18784
18783
|
const filterMapActions = useMemo(() => {
|
|
18785
18784
|
// Reset an individual filter to its initial state
|
|
18786
18785
|
const resetIndividualFilterToInitialState = (key) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-filter-bar",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@trackunit/i18n-library-translation": "0.0.87",
|
|
11
11
|
"@trackunit/iris-app-api": "0.0.125",
|
|
12
|
-
"@trackunit/iris-app-runtime-core-api": "0.3.
|
|
13
|
-
"@trackunit/react-components": "0.1.
|
|
14
|
-
"@trackunit/react-core-contexts-api": "0.2.
|
|
15
|
-
"@trackunit/react-core-contexts-test": "0.1.
|
|
16
|
-
"@trackunit/react-core-hooks": "0.2.
|
|
17
|
-
"@trackunit/react-filter-components": "0.0.
|
|
18
|
-
"@trackunit/react-form-components": "0.0.
|
|
19
|
-
"@trackunit/shared-utils": "0.0.
|
|
12
|
+
"@trackunit/iris-app-runtime-core-api": "0.3.78",
|
|
13
|
+
"@trackunit/react-components": "0.1.179",
|
|
14
|
+
"@trackunit/react-core-contexts-api": "0.2.64",
|
|
15
|
+
"@trackunit/react-core-contexts-test": "0.1.121",
|
|
16
|
+
"@trackunit/react-core-hooks": "0.2.106",
|
|
17
|
+
"@trackunit/react-filter-components": "0.0.235",
|
|
18
|
+
"@trackunit/react-form-components": "0.0.176",
|
|
19
|
+
"@trackunit/shared-utils": "0.0.12",
|
|
20
20
|
"dequal": "2.0.3",
|
|
21
21
|
"lodash": "4.17.21",
|
|
22
22
|
"react": "18.2.0",
|