@trackunit/filters-asset-filter-definitions 2.1.7 → 2.1.8
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 +0 -1117
- package/index.esm.js +1 -1085
- package/package.json +19 -19
- package/src/index.d.ts +0 -1
- package/src/test/index.d.ts +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8",
|
|
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": "2.0.
|
|
16
|
-
"@trackunit/filters-filter-bar": "2.1.
|
|
17
|
-
"@trackunit/react-core-hooks": "1.17.
|
|
18
|
-
"@trackunit/react-filter-components": "2.1.
|
|
19
|
-
"@trackunit/react-form-components": "2.1.
|
|
20
|
-
"@trackunit/filters-graphql-hook": "2.1.
|
|
21
|
-
"@trackunit/utilization-indicator": "2.1.
|
|
22
|
-
"@trackunit/geo-json-utils": "1.14.
|
|
23
|
-
"@trackunit/react-components": "2.1.
|
|
24
|
-
"@trackunit/shared-utils": "1.15.
|
|
25
|
-
"@trackunit/translations-machine-type": "2.0.
|
|
26
|
-
"@trackunit/criticality-indicator": "2.1.
|
|
27
|
-
"@trackunit/iris-app-api": "2.0.
|
|
28
|
-
"@trackunit/react-core-contexts-test": "1.17.
|
|
29
|
-
"@trackunit/i18n-library-translation": "2.0.
|
|
30
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.
|
|
31
|
-
"@trackunit/react-graphql-hooks": "2.1.
|
|
32
|
-
"@trackunit/translations-device": "1.0.
|
|
15
|
+
"@trackunit/iris-app-build-utilities": "2.0.6",
|
|
16
|
+
"@trackunit/filters-filter-bar": "2.1.6",
|
|
17
|
+
"@trackunit/react-core-hooks": "1.17.18",
|
|
18
|
+
"@trackunit/react-filter-components": "2.1.6",
|
|
19
|
+
"@trackunit/react-form-components": "2.1.5",
|
|
20
|
+
"@trackunit/filters-graphql-hook": "2.1.6",
|
|
21
|
+
"@trackunit/utilization-indicator": "2.1.4",
|
|
22
|
+
"@trackunit/geo-json-utils": "1.14.14",
|
|
23
|
+
"@trackunit/react-components": "2.1.4",
|
|
24
|
+
"@trackunit/shared-utils": "1.15.14",
|
|
25
|
+
"@trackunit/translations-machine-type": "2.0.9",
|
|
26
|
+
"@trackunit/criticality-indicator": "2.1.4",
|
|
27
|
+
"@trackunit/iris-app-api": "2.0.6",
|
|
28
|
+
"@trackunit/react-core-contexts-test": "1.17.14",
|
|
29
|
+
"@trackunit/i18n-library-translation": "2.0.6",
|
|
30
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.14",
|
|
31
|
+
"@trackunit/react-graphql-hooks": "2.1.4",
|
|
32
|
+
"@trackunit/translations-device": "1.0.6"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@apollo/client": "^3.13.8",
|
package/src/index.d.ts
CHANGED
|
@@ -44,7 +44,6 @@ export * from "./defaultFilters/defaults/SiteStatusFilter";
|
|
|
44
44
|
export * from "./defaultFilters/defaults/SiteTypeFilter";
|
|
45
45
|
export * from "./defaultFilters/defaults/TelematicsConnectedFilter";
|
|
46
46
|
export * from "./defaultFilters/defaults/TypesFilter";
|
|
47
|
-
export * from "./generated/graphql-api/mock";
|
|
48
47
|
export * from "./hooks/useDefaultAssetFilterBarDefinition";
|
|
49
48
|
export * from "./shared/ClearItemButton";
|
|
50
49
|
export * from "./shared/RecentSearchesFooter";
|