@trackunit/filters-asset-filter-definitions 1.10.28 → 1.10.30

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 CHANGED
@@ -2934,7 +2934,7 @@ const FollowedFiltersView = (props) => {
2934
2934
  });
2935
2935
  props.setValue(prev => newValue);
2936
2936
  };
2937
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(filtersFilterBar.FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey) }), jsxRuntime.jsx(reactFilterComponents.FilterBody, { limitSize: true, children: jsxRuntime.jsxs(reactFormComponents.RadioGroup, { className: "mb-1 pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ?? "ALL", children: [jsxRuntime.jsx(reactFormComponents.RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.allLabel"), value: "ALL" }), jsxRuntime.jsx(reactFormComponents.RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.followedOnlyLabel"), value: "FOLLOWED" })] }) })] }));
2937
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(filtersFilterBar.FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey) }), jsxRuntime.jsx(reactFilterComponents.FilterBody, { limitSize: true, children: jsxRuntime.jsxs(reactFormComponents.RadioGroup, { className: "m-1 pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ?? "ALL", children: [jsxRuntime.jsx(reactFormComponents.RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.allLabel"), value: "ALL" }), jsxRuntime.jsx(reactFormComponents.RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.followedOnlyLabel"), value: "FOLLOWED" })] }) })] }));
2938
2938
  };
2939
2939
  /**
2940
2940
  *
package/index.esm.js CHANGED
@@ -2932,7 +2932,7 @@ const FollowedFiltersView = (props) => {
2932
2932
  });
2933
2933
  props.setValue(prev => newValue);
2934
2934
  };
2935
- return (jsxs(Fragment, { children: [jsx(FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey) }), jsx(FilterBody, { limitSize: true, children: jsxs(RadioGroup, { className: "mb-1 pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ?? "ALL", children: [jsx(RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.allLabel"), value: "ALL" }), jsx(RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.followedOnlyLabel"), value: "FOLLOWED" })] }) })] }));
2935
+ return (jsxs(Fragment, { children: [jsx(FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey) }), jsx(FilterBody, { limitSize: true, children: jsxs(RadioGroup, { className: "m-1 pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ?? "ALL", children: [jsx(RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.allLabel"), value: "ALL" }), jsx(RadioItem, { label: t("filtersBar.defaultAssetFilters.followedFilter.followedOnlyLabel"), value: "FOLLOWED" })] }) })] }));
2936
2936
  };
2937
2937
  /**
2938
2938
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-asset-filter-definitions",
3
- "version": "1.10.28",
3
+ "version": "1.10.30",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -16,24 +16,24 @@
16
16
  "jest-fetch-mock": "^3.0.3",
17
17
  "string-ts": "^2.0.0",
18
18
  "tailwind-merge": "^2.0.0",
19
- "@trackunit/iris-app-build-utilities": "1.7.19",
20
- "@trackunit/filters-filter-bar": "1.8.28",
21
- "@trackunit/react-core-hooks": "1.7.21",
22
- "@trackunit/react-filter-components": "1.7.28",
23
- "@trackunit/react-form-components": "1.8.28",
24
- "@trackunit/filters-graphql-hook": "1.10.28",
25
- "@trackunit/utilization-indicator": "1.7.28",
26
- "@trackunit/geo-json-utils": "1.7.18",
27
- "@trackunit/react-components": "1.9.28",
28
- "@trackunit/shared-utils": "1.9.18",
29
- "@trackunit/translations-machine-type": "1.7.22",
30
- "@trackunit/criticality-indicator": "1.7.28",
31
- "@trackunit/iris-app-api": "1.7.19",
32
- "@trackunit/react-core-contexts-test": "1.7.21",
33
- "@trackunit/i18n-library-translation": "1.7.22",
34
- "@trackunit/react-core-contexts-api": "1.8.20",
35
- "@trackunit/react-test-setup": "1.4.18",
36
- "@trackunit/react-graphql-hooks": "1.7.28"
19
+ "@trackunit/iris-app-build-utilities": "1.7.20",
20
+ "@trackunit/filters-filter-bar": "1.8.30",
21
+ "@trackunit/react-core-hooks": "1.7.22",
22
+ "@trackunit/react-filter-components": "1.7.30",
23
+ "@trackunit/react-form-components": "1.8.29",
24
+ "@trackunit/filters-graphql-hook": "1.10.30",
25
+ "@trackunit/utilization-indicator": "1.7.29",
26
+ "@trackunit/geo-json-utils": "1.7.19",
27
+ "@trackunit/react-components": "1.9.29",
28
+ "@trackunit/shared-utils": "1.9.19",
29
+ "@trackunit/translations-machine-type": "1.7.23",
30
+ "@trackunit/criticality-indicator": "1.7.29",
31
+ "@trackunit/iris-app-api": "1.7.20",
32
+ "@trackunit/react-core-contexts-test": "1.7.22",
33
+ "@trackunit/i18n-library-translation": "1.7.23",
34
+ "@trackunit/react-core-contexts-api": "1.8.21",
35
+ "@trackunit/react-test-setup": "1.4.19",
36
+ "@trackunit/react-graphql-hooks": "1.7.29"
37
37
  },
38
38
  "module": "./index.esm.js",
39
39
  "main": "./index.cjs.js",