@trackunit/filters-asset-filter-definitions 1.5.98 → 1.5.100
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 -0
- package/index.esm.js +1 -0
- package/package.json +8 -8
package/index.cjs.js
CHANGED
|
@@ -3049,6 +3049,7 @@ const useOwnerAccountIdsFilter = (defaultValue) => {
|
|
|
3049
3049
|
type: "valueNameArray",
|
|
3050
3050
|
group: "OTHER",
|
|
3051
3051
|
defaultValue: defaultValue ?? [],
|
|
3052
|
+
valueAsText: value => value.map(v => v.name),
|
|
3052
3053
|
title: t("assetFilters.ownerAccountNameFilter.label"),
|
|
3053
3054
|
component: props => jsxRuntime.jsx(OwnerAccountIdsFilterView, { ...props }),
|
|
3054
3055
|
};
|
package/index.esm.js
CHANGED
|
@@ -3047,6 +3047,7 @@ const useOwnerAccountIdsFilter = (defaultValue) => {
|
|
|
3047
3047
|
type: "valueNameArray",
|
|
3048
3048
|
group: "OTHER",
|
|
3049
3049
|
defaultValue: defaultValue ?? [],
|
|
3050
|
+
valueAsText: value => value.map(v => v.name),
|
|
3050
3051
|
title: t("assetFilters.ownerAccountNameFilter.label"),
|
|
3051
3052
|
component: props => jsx(OwnerAccountIdsFilterView, { ...props }),
|
|
3052
3053
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.100",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
20
|
"@trackunit/iris-app-build-utilities": "1.3.137",
|
|
21
|
-
"@trackunit/filters-filter-bar": "1.3.
|
|
21
|
+
"@trackunit/filters-filter-bar": "1.3.220",
|
|
22
22
|
"@trackunit/react-core-hooks": "1.3.140",
|
|
23
|
-
"@trackunit/react-filter-components": "1.3.
|
|
24
|
-
"@trackunit/react-form-components": "1.3.
|
|
25
|
-
"@trackunit/filters-graphql-hook": "1.5.
|
|
26
|
-
"@trackunit/utilization-indicator": "1.3.
|
|
23
|
+
"@trackunit/react-filter-components": "1.3.180",
|
|
24
|
+
"@trackunit/react-form-components": "1.3.181",
|
|
25
|
+
"@trackunit/filters-graphql-hook": "1.5.95",
|
|
26
|
+
"@trackunit/utilization-indicator": "1.3.175",
|
|
27
27
|
"@trackunit/geo-json-utils": "1.3.129",
|
|
28
|
-
"@trackunit/react-components": "1.4.
|
|
28
|
+
"@trackunit/react-components": "1.4.158",
|
|
29
29
|
"@trackunit/shared-utils": "1.5.129",
|
|
30
30
|
"@trackunit/translations-machine-type": "1.3.150",
|
|
31
|
-
"@trackunit/criticality-indicator": "1.3.
|
|
31
|
+
"@trackunit/criticality-indicator": "1.3.170",
|
|
32
32
|
"@trackunit/iris-app-api": "1.3.137",
|
|
33
33
|
"@trackunit/react-core-contexts-test": "1.3.141",
|
|
34
34
|
"@trackunit/i18n-library-translation": "1.3.147",
|