@trackunit/filters-asset-filter-definitions 1.19.9 → 1.19.10
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
|
@@ -4716,7 +4716,7 @@ const useRentalContractOrderNumberFilter = (props) => {
|
|
|
4716
4716
|
*/
|
|
4717
4717
|
const ClearItemButton = ({ onClick }) => {
|
|
4718
4718
|
const [t] = useTranslation();
|
|
4719
|
-
return (jsxRuntime.jsx(reactComponents.Tooltip, { label: t("filters.shared.clear"), children: jsxRuntime.jsx(reactComponents.IconButton, { className: "rounded-full", icon: jsxRuntime.jsx(reactComponents.Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", variant: "ghost-neutral" }) }));
|
|
4719
|
+
return (jsxRuntime.jsx(reactComponents.Tooltip, { asChild: false, label: t("filters.shared.clear"), children: jsxRuntime.jsx(reactComponents.IconButton, { className: "rounded-full", icon: jsxRuntime.jsx(reactComponents.Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", variant: "ghost-neutral" }) }));
|
|
4720
4720
|
};
|
|
4721
4721
|
|
|
4722
4722
|
/**
|
package/index.esm.js
CHANGED
|
@@ -4714,7 +4714,7 @@ const useRentalContractOrderNumberFilter = (props) => {
|
|
|
4714
4714
|
*/
|
|
4715
4715
|
const ClearItemButton = ({ onClick }) => {
|
|
4716
4716
|
const [t] = useTranslation();
|
|
4717
|
-
return (jsx(Tooltip, { label: t("filters.shared.clear"), children: jsx(IconButton, { className: "rounded-full", icon: jsx(Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", variant: "ghost-neutral" }) }));
|
|
4717
|
+
return (jsx(Tooltip, { asChild: false, label: t("filters.shared.clear"), children: jsx(IconButton, { className: "rounded-full", icon: jsx(Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", variant: "ghost-neutral" }) }));
|
|
4718
4718
|
};
|
|
4719
4719
|
|
|
4720
4720
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.10",
|
|
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.12.
|
|
19
|
-
"@trackunit/filters-filter-bar": "1.14.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.12.
|
|
21
|
-
"@trackunit/react-filter-components": "1.13.
|
|
22
|
-
"@trackunit/react-form-components": "1.14.
|
|
23
|
-
"@trackunit/filters-graphql-hook": "1.17.
|
|
24
|
-
"@trackunit/utilization-indicator": "1.13.
|
|
25
|
-
"@trackunit/geo-json-utils": "1.11.
|
|
26
|
-
"@trackunit/react-components": "1.17.
|
|
27
|
-
"@trackunit/shared-utils": "1.13.
|
|
28
|
-
"@trackunit/translations-machine-type": "1.12.
|
|
29
|
-
"@trackunit/criticality-indicator": "1.13.
|
|
30
|
-
"@trackunit/iris-app-api": "1.14.
|
|
31
|
-
"@trackunit/react-core-contexts-test": "1.12.
|
|
32
|
-
"@trackunit/i18n-library-translation": "1.12.
|
|
33
|
-
"@trackunit/iris-app-runtime-core-api": "1.12.
|
|
34
|
-
"@trackunit/react-graphql-hooks": "1.14.
|
|
18
|
+
"@trackunit/iris-app-build-utilities": "1.12.37",
|
|
19
|
+
"@trackunit/filters-filter-bar": "1.14.9",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.12.19",
|
|
21
|
+
"@trackunit/react-filter-components": "1.13.8",
|
|
22
|
+
"@trackunit/react-form-components": "1.14.8",
|
|
23
|
+
"@trackunit/filters-graphql-hook": "1.17.9",
|
|
24
|
+
"@trackunit/utilization-indicator": "1.13.8",
|
|
25
|
+
"@trackunit/geo-json-utils": "1.11.35",
|
|
26
|
+
"@trackunit/react-components": "1.17.6",
|
|
27
|
+
"@trackunit/shared-utils": "1.13.35",
|
|
28
|
+
"@trackunit/translations-machine-type": "1.12.20",
|
|
29
|
+
"@trackunit/criticality-indicator": "1.13.8",
|
|
30
|
+
"@trackunit/iris-app-api": "1.14.34",
|
|
31
|
+
"@trackunit/react-core-contexts-test": "1.12.17",
|
|
32
|
+
"@trackunit/i18n-library-translation": "1.12.19",
|
|
33
|
+
"@trackunit/iris-app-runtime-core-api": "1.12.16",
|
|
34
|
+
"@trackunit/react-graphql-hooks": "1.14.8"
|
|
35
35
|
},
|
|
36
36
|
"module": "./index.esm.js",
|
|
37
37
|
"main": "./index.cjs.js",
|