@fgv/ts-res-ui-components 5.0.1-0 → 5.0.1-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.
|
@@ -173,26 +173,6 @@ const ResourceOrchestratorInternal = ({ children, initialConfiguration, qualifie
|
|
|
173
173
|
filterState.actions.resetFilterValues();
|
|
174
174
|
o11y.user.info('Filter reset');
|
|
175
175
|
}, [filterState.actions, o11y.user]);
|
|
176
|
-
// Automatically apply filter when applied filter values change
|
|
177
|
-
// TEMPORARILY DISABLED to fix responsiveness issue
|
|
178
|
-
// React.useEffect(() => {
|
|
179
|
-
// if (!resourceData.state.processedResources || !filterState.state.enabled) {
|
|
180
|
-
// setFilterResult(null);
|
|
181
|
-
// return;
|
|
182
|
-
// }
|
|
183
|
-
// const hasAppliedFilterValues = hasFilterValues(filterState.state.appliedValues);
|
|
184
|
-
// if (!hasAppliedFilterValues) {
|
|
185
|
-
// setFilterResult(null);
|
|
186
|
-
// return;
|
|
187
|
-
// }
|
|
188
|
-
// // Apply filter automatically when appliedValues change using the applied values
|
|
189
|
-
// performFiltering(filterState.state.appliedValues);
|
|
190
|
-
// }, [
|
|
191
|
-
// filterState.state.appliedValues,
|
|
192
|
-
// filterState.state.enabled,
|
|
193
|
-
// resourceData.state.processedResources,
|
|
194
|
-
// performFiltering
|
|
195
|
-
// ]);
|
|
196
176
|
// Combined state
|
|
197
177
|
const state = useMemo(() => ({
|
|
198
178
|
resources: resourceData.state.processedResources,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-res-ui-components",
|
|
3
|
-
"version": "5.0.1-
|
|
3
|
+
"version": "5.0.1-1",
|
|
4
4
|
"description": "Reusable React components for ts-res resource visualization and management",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@heroicons/react": "~2.2.0",
|
|
24
24
|
"tslib": "^2.8.1",
|
|
25
25
|
"json-edit-react": "~1.28.2",
|
|
26
|
-
"@fgv/ts-res": "5.0.1-
|
|
27
|
-
"@fgv/ts-
|
|
28
|
-
"@fgv/ts-
|
|
29
|
-
"@fgv/ts-
|
|
30
|
-
"@fgv/ts-json": "5.0.1-
|
|
31
|
-
"@fgv/ts-web-extras": "5.0.1-
|
|
26
|
+
"@fgv/ts-res": "5.0.1-1",
|
|
27
|
+
"@fgv/ts-utils": "5.0.1-1",
|
|
28
|
+
"@fgv/ts-extras": "5.0.1-1",
|
|
29
|
+
"@fgv/ts-json": "5.0.1-1",
|
|
30
|
+
"@fgv/ts-json-base": "5.0.1-1",
|
|
31
|
+
"@fgv/ts-web-extras": "5.0.1-1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=18.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@microsoft/api-documenter": "^7.26.31",
|
|
64
64
|
"@microsoft/api-extractor": "^7.52.10",
|
|
65
65
|
"@testing-library/dom": "^10.4.0",
|
|
66
|
-
"@fgv/ts-utils-jest": "5.0.1-
|
|
66
|
+
"@fgv/ts-utils-jest": "5.0.1-1"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "heft build --clean",
|