@trackunit/filters-asset-filter-definitions 1.34.18 → 1.34.21
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 +2 -2
- package/package.json +19 -19
package/index.cjs.js
CHANGED
|
@@ -4963,7 +4963,7 @@ const useRentalContractOrderNumberFilter = (props) => {
|
|
|
4963
4963
|
*/
|
|
4964
4964
|
const ClearItemButton = ({ onClick }) => {
|
|
4965
4965
|
const [t] = useTranslation();
|
|
4966
|
-
return (jsxRuntime.jsx(reactComponents.
|
|
4966
|
+
return (jsxRuntime.jsx(reactComponents.IconButton, { className: "rounded-full", icon: jsxRuntime.jsx(reactComponents.Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", title: t("filters.shared.clear"), variant: "ghost-neutral" }));
|
|
4967
4967
|
};
|
|
4968
4968
|
|
|
4969
4969
|
/**
|
package/index.esm.js
CHANGED
|
@@ -11,7 +11,7 @@ import { RadioGroup, RadioItem, Search } from '@trackunit/react-form-components'
|
|
|
11
11
|
import { ActivityIndicator } from '@trackunit/utilization-indicator';
|
|
12
12
|
import { geoJsonPolygonSchema, geoJsonPointSchema, geoJsonMultiPolygonSchema, geoJsonBboxSchema } from '@trackunit/geo-json-utils';
|
|
13
13
|
import { z } from 'zod';
|
|
14
|
-
import { useLocalStorage, useDebounce,
|
|
14
|
+
import { useLocalStorage, useDebounce, IconButton, Icon, Text, Button, usePrevious, MenuItem, useMeasure, Popover, PopoverTrigger, PopoverContent, MenuList } from '@trackunit/react-components';
|
|
15
15
|
import { titleCase, lowerCase } from 'string-ts';
|
|
16
16
|
import { objectValues, hourIntervals, enumFromValue } from '@trackunit/shared-utils';
|
|
17
17
|
import { useMachineTypeTranslations } from '@trackunit/translations-machine-type';
|
|
@@ -4961,7 +4961,7 @@ const useRentalContractOrderNumberFilter = (props) => {
|
|
|
4961
4961
|
*/
|
|
4962
4962
|
const ClearItemButton = ({ onClick }) => {
|
|
4963
4963
|
const [t] = useTranslation();
|
|
4964
|
-
return (jsx(
|
|
4964
|
+
return (jsx(IconButton, { className: "rounded-full", icon: jsx(Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", title: t("filters.shared.clear"), variant: "ghost-neutral" }));
|
|
4965
4965
|
};
|
|
4966
4966
|
|
|
4967
4967
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.21",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -12,24 +12,24 @@
|
|
|
12
12
|
"zod": "^3.25.76",
|
|
13
13
|
"string-ts": "^2.0.0",
|
|
14
14
|
"tailwind-merge": "^2.0.0",
|
|
15
|
-
"@trackunit/iris-app-build-utilities": "1.18.
|
|
16
|
-
"@trackunit/filters-filter-bar": "1.25.
|
|
17
|
-
"@trackunit/react-core-hooks": "1.17.
|
|
18
|
-
"@trackunit/react-filter-components": "1.24.
|
|
19
|
-
"@trackunit/react-form-components": "1.25.
|
|
20
|
-
"@trackunit/filters-graphql-hook": "1.31.
|
|
21
|
-
"@trackunit/utilization-indicator": "1.24.
|
|
22
|
-
"@trackunit/geo-json-utils": "1.14.
|
|
23
|
-
"@trackunit/react-components": "1.24.
|
|
24
|
-
"@trackunit/shared-utils": "1.15.
|
|
25
|
-
"@trackunit/translations-machine-type": "1.21.
|
|
26
|
-
"@trackunit/criticality-indicator": "1.24.
|
|
27
|
-
"@trackunit/iris-app-api": "1.20.
|
|
28
|
-
"@trackunit/react-core-contexts-test": "1.17.
|
|
29
|
-
"@trackunit/i18n-library-translation": "1.21.
|
|
30
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.
|
|
31
|
-
"@trackunit/react-graphql-hooks": "1.25.
|
|
32
|
-
"@trackunit/translations-device": "0.2.
|
|
15
|
+
"@trackunit/iris-app-build-utilities": "1.18.6",
|
|
16
|
+
"@trackunit/filters-filter-bar": "1.25.19",
|
|
17
|
+
"@trackunit/react-core-hooks": "1.17.9",
|
|
18
|
+
"@trackunit/react-filter-components": "1.24.17",
|
|
19
|
+
"@trackunit/react-form-components": "1.25.15",
|
|
20
|
+
"@trackunit/filters-graphql-hook": "1.31.20",
|
|
21
|
+
"@trackunit/utilization-indicator": "1.24.13",
|
|
22
|
+
"@trackunit/geo-json-utils": "1.14.5",
|
|
23
|
+
"@trackunit/react-components": "1.24.10",
|
|
24
|
+
"@trackunit/shared-utils": "1.15.5",
|
|
25
|
+
"@trackunit/translations-machine-type": "1.21.10",
|
|
26
|
+
"@trackunit/criticality-indicator": "1.24.13",
|
|
27
|
+
"@trackunit/iris-app-api": "1.20.6",
|
|
28
|
+
"@trackunit/react-core-contexts-test": "1.17.5",
|
|
29
|
+
"@trackunit/i18n-library-translation": "1.21.10",
|
|
30
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.5",
|
|
31
|
+
"@trackunit/react-graphql-hooks": "1.25.12",
|
|
32
|
+
"@trackunit/translations-device": "0.2.10"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@apollo/client": "^3.13.8",
|