@trackunit/filters-filter-bar 1.7.31 → 1.7.35
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 +13 -13
- 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-filter-bar",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.35",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -14,18 +14,18 @@
|
|
|
14
14
|
"tailwind-merge": "^2.0.0",
|
|
15
15
|
"string-ts": "^2.0.0",
|
|
16
16
|
"zod": "^3.23.8",
|
|
17
|
-
"@trackunit/iris-app-api": "1.6.
|
|
18
|
-
"@trackunit/react-core-hooks": "1.6.
|
|
19
|
-
"@trackunit/react-filter-components": "1.6.
|
|
20
|
-
"@trackunit/react-date-and-time-components": "1.9.
|
|
21
|
-
"@trackunit/shared-utils": "1.8.
|
|
22
|
-
"@trackunit/react-form-components": "1.6.
|
|
23
|
-
"@trackunit/react-core-contexts-api": "1.7.
|
|
24
|
-
"@trackunit/geo-json-utils": "1.6.
|
|
25
|
-
"@trackunit/i18n-library-translation": "1.6.
|
|
26
|
-
"@trackunit/css-class-variance-utilities": "1.6.
|
|
27
|
-
"@trackunit/react-components": "1.7.
|
|
28
|
-
"@trackunit/react-test-setup": "1.3.
|
|
17
|
+
"@trackunit/iris-app-api": "1.6.22",
|
|
18
|
+
"@trackunit/react-core-hooks": "1.6.24",
|
|
19
|
+
"@trackunit/react-filter-components": "1.6.31",
|
|
20
|
+
"@trackunit/react-date-and-time-components": "1.9.31",
|
|
21
|
+
"@trackunit/shared-utils": "1.8.22",
|
|
22
|
+
"@trackunit/react-form-components": "1.6.31",
|
|
23
|
+
"@trackunit/react-core-contexts-api": "1.7.23",
|
|
24
|
+
"@trackunit/geo-json-utils": "1.6.22",
|
|
25
|
+
"@trackunit/i18n-library-translation": "1.6.25",
|
|
26
|
+
"@trackunit/css-class-variance-utilities": "1.6.22",
|
|
27
|
+
"@trackunit/react-components": "1.7.29",
|
|
28
|
+
"@trackunit/react-test-setup": "1.3.22"
|
|
29
29
|
},
|
|
30
30
|
"module": "./index.esm.js",
|
|
31
31
|
"main": "./index.cjs.js",
|
package/translation.cjs11.js
CHANGED
|
@@ -244,7 +244,7 @@ var translation = {
|
|
|
244
244
|
"rental.status.other": "Outro",
|
|
245
245
|
"rental.status.pickUpReady": "Pronto a levantar",
|
|
246
246
|
"rental.status.returned": "Devolvido",
|
|
247
|
-
"rental.status.transfer": "
|
|
247
|
+
"rental.status.transfer": "Transferência",
|
|
248
248
|
"rental.status.unknown": "Sem contrato",
|
|
249
249
|
"siteFilters.siteStatus.ACTIVE": "Ativo",
|
|
250
250
|
"siteFilters.siteStatus.ARCHIVED": "Arquivado",
|
package/translation.esm11.js
CHANGED
|
@@ -242,7 +242,7 @@ var translation = {
|
|
|
242
242
|
"rental.status.other": "Outro",
|
|
243
243
|
"rental.status.pickUpReady": "Pronto a levantar",
|
|
244
244
|
"rental.status.returned": "Devolvido",
|
|
245
|
-
"rental.status.transfer": "
|
|
245
|
+
"rental.status.transfer": "Transferência",
|
|
246
246
|
"rental.status.unknown": "Sem contrato",
|
|
247
247
|
"siteFilters.siteStatus.ACTIVE": "Ativo",
|
|
248
248
|
"siteFilters.siteStatus.ARCHIVED": "Arquivado",
|