@trackunit/filters-asset-filter-definitions 1.9.36 → 1.9.38
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.cjs11.js +1 -1
- package/translation.esm11.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.38",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -17,23 +17,23 @@
|
|
|
17
17
|
"@tanstack/react-router": "1.114.29",
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
|
-
"@trackunit/iris-app-build-utilities": "1.6.
|
|
21
|
-
"@trackunit/filters-filter-bar": "1.7.
|
|
22
|
-
"@trackunit/react-core-hooks": "1.6.
|
|
23
|
-
"@trackunit/react-filter-components": "1.6.
|
|
24
|
-
"@trackunit/react-form-components": "1.6.
|
|
25
|
-
"@trackunit/filters-graphql-hook": "1.9.
|
|
26
|
-
"@trackunit/utilization-indicator": "1.6.
|
|
27
|
-
"@trackunit/geo-json-utils": "1.6.
|
|
28
|
-
"@trackunit/react-components": "1.7.
|
|
29
|
-
"@trackunit/shared-utils": "1.8.
|
|
30
|
-
"@trackunit/translations-machine-type": "1.6.
|
|
31
|
-
"@trackunit/criticality-indicator": "1.6.
|
|
32
|
-
"@trackunit/iris-app-api": "1.6.
|
|
33
|
-
"@trackunit/react-core-contexts-test": "1.6.
|
|
34
|
-
"@trackunit/i18n-library-translation": "1.6.
|
|
35
|
-
"@trackunit/react-core-contexts-api": "1.7.
|
|
36
|
-
"@trackunit/react-test-setup": "1.3.
|
|
20
|
+
"@trackunit/iris-app-build-utilities": "1.6.22",
|
|
21
|
+
"@trackunit/filters-filter-bar": "1.7.35",
|
|
22
|
+
"@trackunit/react-core-hooks": "1.6.24",
|
|
23
|
+
"@trackunit/react-filter-components": "1.6.31",
|
|
24
|
+
"@trackunit/react-form-components": "1.6.31",
|
|
25
|
+
"@trackunit/filters-graphql-hook": "1.9.35",
|
|
26
|
+
"@trackunit/utilization-indicator": "1.6.31",
|
|
27
|
+
"@trackunit/geo-json-utils": "1.6.22",
|
|
28
|
+
"@trackunit/react-components": "1.7.29",
|
|
29
|
+
"@trackunit/shared-utils": "1.8.22",
|
|
30
|
+
"@trackunit/translations-machine-type": "1.6.28",
|
|
31
|
+
"@trackunit/criticality-indicator": "1.6.30",
|
|
32
|
+
"@trackunit/iris-app-api": "1.6.22",
|
|
33
|
+
"@trackunit/react-core-contexts-test": "1.6.24",
|
|
34
|
+
"@trackunit/i18n-library-translation": "1.6.25",
|
|
35
|
+
"@trackunit/react-core-contexts-api": "1.7.23",
|
|
36
|
+
"@trackunit/react-test-setup": "1.3.22"
|
|
37
37
|
},
|
|
38
38
|
"module": "./index.esm.js",
|
|
39
39
|
"main": "./index.cjs.js",
|
package/translation.cjs11.js
CHANGED
|
@@ -222,7 +222,7 @@ var translation = {
|
|
|
222
222
|
"rental.status.other": "Outro",
|
|
223
223
|
"rental.status.pickUpReady": "Pronto a levantar",
|
|
224
224
|
"rental.status.returned": "Devolvido",
|
|
225
|
-
"rental.status.transfer": "
|
|
225
|
+
"rental.status.transfer": "Transferência",
|
|
226
226
|
"rental.status.unknown": "Sem contrato",
|
|
227
227
|
"siteFilters.siteStatus.ACTIVE": "Ativo",
|
|
228
228
|
"siteFilters.siteStatus.ARCHIVED": "Arquivado",
|
package/translation.esm11.js
CHANGED
|
@@ -220,7 +220,7 @@ var translation = {
|
|
|
220
220
|
"rental.status.other": "Outro",
|
|
221
221
|
"rental.status.pickUpReady": "Pronto a levantar",
|
|
222
222
|
"rental.status.returned": "Devolvido",
|
|
223
|
-
"rental.status.transfer": "
|
|
223
|
+
"rental.status.transfer": "Transferência",
|
|
224
224
|
"rental.status.unknown": "Sem contrato",
|
|
225
225
|
"siteFilters.siteStatus.ACTIVE": "Ativo",
|
|
226
226
|
"siteFilters.siteStatus.ARCHIVED": "Arquivado",
|