@stenajs-webui/filter 21.26.0 → 21.28.0
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.
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { SearchFilterState } from "../redux/SearchFilterRedux";
|
|
2
2
|
export declare const useLocalSearchFilterState: <TFormModel, TSectionKey extends string>(initialState: SearchFilterState<TFormModel>) => {
|
|
3
3
|
actions: import("../redux/SearchFilterRedux").SearchFilterActions<TFormModel, TSectionKey>;
|
|
4
|
-
state:
|
|
5
|
-
|
|
6
|
-
formModel: TFormModel;
|
|
7
|
-
settings: import("../redux/SearchFilterRedux").SearchFilterSettings;
|
|
8
|
-
};
|
|
9
|
-
dispatch: import("react").Dispatch<import("@stenajs-webui/redux").ReducerIdGateAction<import("@stenajs-webui/redux").ValueByIdAction<boolean>> | import("@stenajs-webui/redux").ReducerIdGateAction<import("@stenajs-webui/redux").EntityAction<import("../redux/SearchFilterRedux").SearchFilterSettings>> | import("@stenajs-webui/redux").ReducerIdGateAction<import("@stenajs-webui/redux").EntityAction<TFormModel>>>;
|
|
4
|
+
state: SearchFilterState<TFormModel>;
|
|
5
|
+
dispatch: import("react").ActionDispatch<[action: import("@stenajs-webui/redux").ReducerIdGateAction<import("@stenajs-webui/redux").ValueByIdAction<boolean>> | import("@stenajs-webui/redux").ReducerIdGateAction<import("@stenajs-webui/redux").EntityAction<import("../redux/SearchFilterRedux").SearchFilterSettings>> | import("@stenajs-webui/redux").ReducerIdGateAction<import("@stenajs-webui/redux").EntityAction<TFormModel>>]>;
|
|
10
6
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/filter",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.28.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "mattias800",
|
|
@@ -33,42 +33,42 @@
|
|
|
33
33
|
"deploy": "gh-pages -d example/build"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@stenajs-webui/calendar": "21.
|
|
37
|
-
"@stenajs-webui/core": "21.
|
|
38
|
-
"@stenajs-webui/elements": "21.
|
|
39
|
-
"@stenajs-webui/forms": "21.
|
|
40
|
-
"@stenajs-webui/modal": "21.
|
|
41
|
-
"@stenajs-webui/panels": "21.
|
|
42
|
-
"@stenajs-webui/redux": "21.
|
|
43
|
-
"@stenajs-webui/select": "21.
|
|
44
|
-
"@stenajs-webui/theme": "21.
|
|
36
|
+
"@stenajs-webui/calendar": "21.28.0",
|
|
37
|
+
"@stenajs-webui/core": "21.28.0",
|
|
38
|
+
"@stenajs-webui/elements": "21.28.0",
|
|
39
|
+
"@stenajs-webui/forms": "21.28.0",
|
|
40
|
+
"@stenajs-webui/modal": "21.28.0",
|
|
41
|
+
"@stenajs-webui/panels": "21.28.0",
|
|
42
|
+
"@stenajs-webui/redux": "21.28.0",
|
|
43
|
+
"@stenajs-webui/select": "21.28.0",
|
|
44
|
+
"@stenajs-webui/theme": "21.28.0",
|
|
45
45
|
"date-fns": "4.1.0",
|
|
46
46
|
"lodash-es": "^4.17.21"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@emotion/react": ">=11.
|
|
50
|
-
"@emotion/styled": ">=11.
|
|
49
|
+
"@emotion/react": ">=11.14.0",
|
|
50
|
+
"@emotion/styled": ">=11.14.0",
|
|
51
51
|
"@fortawesome/fontawesome-svg-core": ">=6.7.2",
|
|
52
52
|
"@types/lodash-es": ">=4.17.12",
|
|
53
53
|
"prop-types": ">=15.5.4",
|
|
54
|
-
"react": ">=
|
|
55
|
-
"react-dom": ">=
|
|
54
|
+
"react": ">=19.0.0",
|
|
55
|
+
"react-dom": ">=19.0.0",
|
|
56
56
|
"redux": ">=5.0.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@emotion/react": "^11.
|
|
60
|
-
"@emotion/styled": "^11.
|
|
59
|
+
"@emotion/react": "^11.14.0",
|
|
60
|
+
"@emotion/styled": "^11.14.0",
|
|
61
61
|
"@fortawesome/fontawesome-svg-core": "6.7.2",
|
|
62
62
|
"@types/lodash-es": "^4.17.12",
|
|
63
|
-
"@types/react": "^
|
|
64
|
-
"@types/react-dom": "^
|
|
63
|
+
"@types/react": "^19.0.7",
|
|
64
|
+
"@types/react-dom": "^19.0.3",
|
|
65
65
|
"prop-types": "^15.5.4",
|
|
66
|
-
"react": "^
|
|
67
|
-
"react-dom": "^
|
|
66
|
+
"react": "^19.0.0",
|
|
67
|
+
"react-dom": "^19.0.0",
|
|
68
68
|
"redux": "^5.0.1"
|
|
69
69
|
},
|
|
70
70
|
"files": [
|
|
71
71
|
"dist"
|
|
72
72
|
],
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "0f8cae612416d20594a94d021d01248379cd3eb1"
|
|
74
74
|
}
|