@trackunit/filters-asset-filter-definitions 1.15.22 → 1.15.24
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/package.json +18 -18
- package/translation.cjs2.js +1 -1
- package/translation.esm2.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.24",
|
|
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.11.
|
|
19
|
-
"@trackunit/filters-filter-bar": "1.11.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.10.
|
|
21
|
-
"@trackunit/react-filter-components": "1.10.
|
|
22
|
-
"@trackunit/react-form-components": "1.11.
|
|
23
|
-
"@trackunit/filters-graphql-hook": "1.14.
|
|
24
|
-
"@trackunit/utilization-indicator": "1.10.
|
|
25
|
-
"@trackunit/geo-json-utils": "1.10.
|
|
26
|
-
"@trackunit/react-components": "1.14.
|
|
27
|
-
"@trackunit/shared-utils": "1.12.
|
|
28
|
-
"@trackunit/translations-machine-type": "1.10.
|
|
29
|
-
"@trackunit/criticality-indicator": "1.10.
|
|
30
|
-
"@trackunit/iris-app-api": "1.13.
|
|
31
|
-
"@trackunit/react-core-contexts-test": "1.10.
|
|
32
|
-
"@trackunit/i18n-library-translation": "1.10.
|
|
33
|
-
"@trackunit/iris-app-runtime-core-api": "1.10.
|
|
34
|
-
"@trackunit/react-graphql-hooks": "1.11.
|
|
18
|
+
"@trackunit/iris-app-build-utilities": "1.11.11",
|
|
19
|
+
"@trackunit/filters-filter-bar": "1.11.19",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.10.14",
|
|
21
|
+
"@trackunit/react-filter-components": "1.10.17",
|
|
22
|
+
"@trackunit/react-form-components": "1.11.16",
|
|
23
|
+
"@trackunit/filters-graphql-hook": "1.14.21",
|
|
24
|
+
"@trackunit/utilization-indicator": "1.10.16",
|
|
25
|
+
"@trackunit/geo-json-utils": "1.10.14",
|
|
26
|
+
"@trackunit/react-components": "1.14.16",
|
|
27
|
+
"@trackunit/shared-utils": "1.12.14",
|
|
28
|
+
"@trackunit/translations-machine-type": "1.10.19",
|
|
29
|
+
"@trackunit/criticality-indicator": "1.10.16",
|
|
30
|
+
"@trackunit/iris-app-api": "1.13.14",
|
|
31
|
+
"@trackunit/react-core-contexts-test": "1.10.14",
|
|
32
|
+
"@trackunit/i18n-library-translation": "1.10.14",
|
|
33
|
+
"@trackunit/iris-app-runtime-core-api": "1.10.14",
|
|
34
|
+
"@trackunit/react-graphql-hooks": "1.11.16"
|
|
35
35
|
},
|
|
36
36
|
"module": "./index.esm.js",
|
|
37
37
|
"main": "./index.cjs.js",
|
package/translation.cjs2.js
CHANGED
|
@@ -252,7 +252,7 @@ var translation = {
|
|
|
252
252
|
"pages.machines.telematics.operationalStatus.digitalKeyMode.UNLOCKED_FOR_KEY_AND_PIN": "Låst op for nøgle og PIN-kode",
|
|
253
253
|
"pages.machines.telematics.operationalStatus.digitalKeyMode.UNLOCKED_FOR_PIN": "Låst op for PIN-kode",
|
|
254
254
|
"pages.machines.telematics.operationalStatus.digitalKeyMode.UNSUPPORTED": "Ikke understøttet",
|
|
255
|
-
"rental.status.available": "
|
|
255
|
+
"rental.status.available": "Tilgængelig",
|
|
256
256
|
"rental.status.inRepair": "Til reparation",
|
|
257
257
|
"rental.status.onRent": "Udlejet",
|
|
258
258
|
"rental.status.other": "Andet",
|
package/translation.esm2.js
CHANGED
|
@@ -250,7 +250,7 @@ var translation = {
|
|
|
250
250
|
"pages.machines.telematics.operationalStatus.digitalKeyMode.UNLOCKED_FOR_KEY_AND_PIN": "Låst op for nøgle og PIN-kode",
|
|
251
251
|
"pages.machines.telematics.operationalStatus.digitalKeyMode.UNLOCKED_FOR_PIN": "Låst op for PIN-kode",
|
|
252
252
|
"pages.machines.telematics.operationalStatus.digitalKeyMode.UNSUPPORTED": "Ikke understøttet",
|
|
253
|
-
"rental.status.available": "
|
|
253
|
+
"rental.status.available": "Tilgængelig",
|
|
254
254
|
"rental.status.inRepair": "Til reparation",
|
|
255
255
|
"rental.status.onRent": "Udlejet",
|
|
256
256
|
"rental.status.other": "Andet",
|