@trackunit/filters-asset-filter-definitions 1.11.98 → 1.11.99
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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +18 -18
package/index.cjs.js
CHANGED
|
@@ -4372,7 +4372,7 @@ const TelematicsConnectedFiltersView = (props) => {
|
|
|
4372
4372
|
return newValue === "true" ? { booleanValue: true } : { booleanValue: false };
|
|
4373
4373
|
});
|
|
4374
4374
|
};
|
|
4375
|
-
return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(filtersFilterBar.FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey), loading: loading }), jsxRuntime.jsx(reactFilterComponents.FilterBody, { limitSize: true, children: jsxRuntime.jsxs(reactFormComponents.RadioGroup, { className: "pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ? props.value.booleanValue + "" : "", children: [jsxRuntime.jsx(reactFilterComponents.RadioFilterItem, { itemCount: summaries.find(item => item.key === "
|
|
4375
|
+
return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(filtersFilterBar.FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey), loading: loading }), jsxRuntime.jsx(reactFilterComponents.FilterBody, { limitSize: true, children: jsxRuntime.jsxs(reactFormComponents.RadioGroup, { className: "pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ? props.value.booleanValue + "" : "", children: [jsxRuntime.jsx(reactFilterComponents.RadioFilterItem, { itemCount: summaries.find(item => item.key === "CONNECTED")?.count, label: t("filtersBar.defaultAssetFilters.telematicsConnectedFilter.connected"), value: "true" }), jsxRuntime.jsx(reactFilterComponents.RadioFilterItem, { itemCount: summaries.find(item => item.key === "NOT_CONNECTED")?.count, label: t("filtersBar.defaultAssetFilters.telematicsConnectedFilter.notConnected"), value: "false" })] }) })] }));
|
|
4376
4376
|
};
|
|
4377
4377
|
/**
|
|
4378
4378
|
*
|
package/index.esm.js
CHANGED
|
@@ -4370,7 +4370,7 @@ const TelematicsConnectedFiltersView = (props) => {
|
|
|
4370
4370
|
return newValue === "true" ? { booleanValue: true } : { booleanValue: false };
|
|
4371
4371
|
});
|
|
4372
4372
|
};
|
|
4373
|
-
return (jsxs(Fragment, { children: [jsx(FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey), loading: loading }), jsx(FilterBody, { limitSize: true, children: jsxs(RadioGroup, { className: "pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ? props.value.booleanValue + "" : "", children: [jsx(RadioFilterItem, { itemCount: summaries.find(item => item.key === "
|
|
4373
|
+
return (jsxs(Fragment, { children: [jsx(FilterHeader, { ...props.filterDefinition, ...props.filterBarActions, filterHasChanges: props.filterBarActions.appliedFilterKeys().includes(props.filterDefinition.filterKey), loading: loading }), jsx(FilterBody, { limitSize: true, children: jsxs(RadioGroup, { className: "pl-2 pr-2", id: "followed", label: "", onChange: e => handleChange(e.currentTarget.value), value: props.value ? props.value.booleanValue + "" : "", children: [jsx(RadioFilterItem, { itemCount: summaries.find(item => item.key === "CONNECTED")?.count, label: t("filtersBar.defaultAssetFilters.telematicsConnectedFilter.connected"), value: "true" }), jsx(RadioFilterItem, { itemCount: summaries.find(item => item.key === "NOT_CONNECTED")?.count, label: t("filtersBar.defaultAssetFilters.telematicsConnectedFilter.notConnected"), value: "false" })] }) })] }));
|
|
4374
4374
|
};
|
|
4375
4375
|
/**
|
|
4376
4376
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.99",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"zod": "^3.23.8",
|
|
16
16
|
"string-ts": "^2.0.0",
|
|
17
17
|
"tailwind-merge": "^2.0.0",
|
|
18
|
-
"@trackunit/iris-app-build-utilities": "1.7.
|
|
19
|
-
"@trackunit/filters-filter-bar": "1.8.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.7.
|
|
21
|
-
"@trackunit/react-filter-components": "1.7.
|
|
22
|
-
"@trackunit/react-form-components": "1.8.
|
|
23
|
-
"@trackunit/filters-graphql-hook": "1.11.
|
|
24
|
-
"@trackunit/utilization-indicator": "1.7.
|
|
25
|
-
"@trackunit/geo-json-utils": "1.7.
|
|
26
|
-
"@trackunit/react-components": "1.10.
|
|
27
|
-
"@trackunit/shared-utils": "1.9.
|
|
28
|
-
"@trackunit/translations-machine-type": "1.7.
|
|
29
|
-
"@trackunit/criticality-indicator": "1.7.
|
|
30
|
-
"@trackunit/iris-app-api": "1.9.
|
|
31
|
-
"@trackunit/react-core-contexts-test": "1.7.
|
|
32
|
-
"@trackunit/i18n-library-translation": "1.7.
|
|
33
|
-
"@trackunit/iris-app-runtime-core-api": "1.7.
|
|
34
|
-
"@trackunit/react-graphql-hooks": "1.7.
|
|
18
|
+
"@trackunit/iris-app-build-utilities": "1.7.96",
|
|
19
|
+
"@trackunit/filters-filter-bar": "1.8.149",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.7.107",
|
|
21
|
+
"@trackunit/react-filter-components": "1.7.143",
|
|
22
|
+
"@trackunit/react-form-components": "1.8.140",
|
|
23
|
+
"@trackunit/filters-graphql-hook": "1.11.92",
|
|
24
|
+
"@trackunit/utilization-indicator": "1.7.129",
|
|
25
|
+
"@trackunit/geo-json-utils": "1.7.93",
|
|
26
|
+
"@trackunit/react-components": "1.10.68",
|
|
27
|
+
"@trackunit/shared-utils": "1.9.93",
|
|
28
|
+
"@trackunit/translations-machine-type": "1.7.123",
|
|
29
|
+
"@trackunit/criticality-indicator": "1.7.129",
|
|
30
|
+
"@trackunit/iris-app-api": "1.9.31",
|
|
31
|
+
"@trackunit/react-core-contexts-test": "1.7.107",
|
|
32
|
+
"@trackunit/i18n-library-translation": "1.7.111",
|
|
33
|
+
"@trackunit/iris-app-runtime-core-api": "1.7.103",
|
|
34
|
+
"@trackunit/react-graphql-hooks": "1.7.130"
|
|
35
35
|
},
|
|
36
36
|
"module": "./index.esm.js",
|
|
37
37
|
"main": "./index.cjs.js",
|