@trackunit/react-date-and-time-components 1.5.2 → 1.5.4
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 +5 -5
- package/translation.cjs11.js +6 -6
- package/translation.cjs14.js +8 -8
- package/translation.esm11.js +6 -6
- package/translation.esm14.js +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-date-and-time-components",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.4",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"react": "19.0.0",
|
|
11
|
-
"@trackunit/react-components": "1.5.
|
|
12
|
-
"@trackunit/react-date-and-time-hooks": "1.4.
|
|
11
|
+
"@trackunit/react-components": "1.5.3",
|
|
12
|
+
"@trackunit/react-date-and-time-hooks": "1.4.2",
|
|
13
13
|
"@trackunit/date-and-time-utils": "1.4.1",
|
|
14
14
|
"@trackunit/css-class-variance-utilities": "1.4.1",
|
|
15
15
|
"@trackunit/ui-icons": "1.4.1",
|
|
16
16
|
"@trackunit/ui-design-tokens": "1.4.2",
|
|
17
17
|
"@trackunit/shared-utils": "1.6.1",
|
|
18
|
-
"@trackunit/i18n-library-translation": "1.4.
|
|
18
|
+
"@trackunit/i18n-library-translation": "1.4.2",
|
|
19
19
|
"@trackunit/react-test-setup": "1.1.1",
|
|
20
|
-
"@trackunit/react-form-components": "1.4.
|
|
20
|
+
"@trackunit/react-form-components": "1.4.3",
|
|
21
21
|
"string-ts": "^2.0.0",
|
|
22
22
|
"tailwind-merge": "^2.0.0",
|
|
23
23
|
"react-calendar": "^6.0.0"
|
package/translation.cjs11.js
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
var translation = {
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
|
-
"input.direction.last": "
|
|
6
|
+
"input.direction.last": "Último",
|
|
7
7
|
"input.direction.next": "Próximo",
|
|
8
8
|
"input.icon.tooltip.calendar": "Calendário",
|
|
9
|
-
"input.noOptions": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
9
|
+
"input.noOptions": "Sem opções disponíveis",
|
|
10
|
+
"input.placeholder.customRange.last": "Digite um intervalo de datas (por ex.: \"Últimos 4 dias\")",
|
|
11
|
+
"input.placeholder.customRange.next": "Digite um intervalo de datas (por ex.: \"Próximos 4 dias\")",
|
|
12
12
|
"input.today": "Hoje",
|
|
13
13
|
"input.unit.day": "dia",
|
|
14
14
|
"input.unit.days": "dias",
|
|
@@ -31,8 +31,8 @@ var translation = {
|
|
|
31
31
|
"shared.timePeriods.weeks": "{{count}} semana",
|
|
32
32
|
"shared.timePeriods.weeks_plural": "{{count}} semanas",
|
|
33
33
|
"timeline.loadMore": "Click for more...",
|
|
34
|
-
"trigger.customRange": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "Intervalo de datas personalizado",
|
|
35
|
+
"trigger.selectDateRange": "Selecione o intervalo de datas"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.cjs14.js
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
var translation = {
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
|
-
"input.direction.last": "
|
|
7
|
-
"input.direction.next": "
|
|
6
|
+
"input.direction.last": "Último/a(s)",
|
|
7
|
+
"input.direction.next": "Próximo/a(s)",
|
|
8
8
|
"input.icon.tooltip.calendar": "Calendario",
|
|
9
|
-
"input.noOptions": "No
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
9
|
+
"input.noOptions": "No hay opciones disponibles",
|
|
10
|
+
"input.placeholder.customRange.last": "Introduzca un rango de fechas (p. ej., “Últimos 4 días”)",
|
|
11
|
+
"input.placeholder.customRange.next": "Introduzca un rango de fechas (p. ej., “Próximos 4 días”)",
|
|
12
12
|
"input.today": "Hoy",
|
|
13
|
-
"input.unit.day": "
|
|
13
|
+
"input.unit.day": "día",
|
|
14
14
|
"input.unit.days": "días",
|
|
15
15
|
"input.unit.month": "mes",
|
|
16
16
|
"input.unit.months": "meses",
|
|
@@ -31,8 +31,8 @@ var translation = {
|
|
|
31
31
|
"shared.timePeriods.weeks": "{{count}} semana",
|
|
32
32
|
"shared.timePeriods.weeks_plural": "{{count}} semanas",
|
|
33
33
|
"timeline.loadMore": "Click for more...",
|
|
34
|
-
"trigger.customRange": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "Rango de fechas personalizado",
|
|
35
|
+
"trigger.selectDateRange": "Seleccionar rango de fechas"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.esm11.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
3
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
-
"input.direction.last": "
|
|
4
|
+
"input.direction.last": "Último",
|
|
5
5
|
"input.direction.next": "Próximo",
|
|
6
6
|
"input.icon.tooltip.calendar": "Calendário",
|
|
7
|
-
"input.noOptions": "
|
|
8
|
-
"input.placeholder.customRange.last": "
|
|
9
|
-
"input.placeholder.customRange.next": "
|
|
7
|
+
"input.noOptions": "Sem opções disponíveis",
|
|
8
|
+
"input.placeholder.customRange.last": "Digite um intervalo de datas (por ex.: \"Últimos 4 dias\")",
|
|
9
|
+
"input.placeholder.customRange.next": "Digite um intervalo de datas (por ex.: \"Próximos 4 dias\")",
|
|
10
10
|
"input.today": "Hoje",
|
|
11
11
|
"input.unit.day": "dia",
|
|
12
12
|
"input.unit.days": "dias",
|
|
@@ -29,8 +29,8 @@ var translation = {
|
|
|
29
29
|
"shared.timePeriods.weeks": "{{count}} semana",
|
|
30
30
|
"shared.timePeriods.weeks_plural": "{{count}} semanas",
|
|
31
31
|
"timeline.loadMore": "Click for more...",
|
|
32
|
-
"trigger.customRange": "
|
|
33
|
-
"trigger.selectDateRange": "
|
|
32
|
+
"trigger.customRange": "Intervalo de datas personalizado",
|
|
33
|
+
"trigger.selectDateRange": "Selecione o intervalo de datas"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { translation as default };
|
package/translation.esm14.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
3
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
-
"input.direction.last": "
|
|
5
|
-
"input.direction.next": "
|
|
4
|
+
"input.direction.last": "Último/a(s)",
|
|
5
|
+
"input.direction.next": "Próximo/a(s)",
|
|
6
6
|
"input.icon.tooltip.calendar": "Calendario",
|
|
7
|
-
"input.noOptions": "No
|
|
8
|
-
"input.placeholder.customRange.last": "
|
|
9
|
-
"input.placeholder.customRange.next": "
|
|
7
|
+
"input.noOptions": "No hay opciones disponibles",
|
|
8
|
+
"input.placeholder.customRange.last": "Introduzca un rango de fechas (p. ej., “Últimos 4 días”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Introduzca un rango de fechas (p. ej., “Próximos 4 días”)",
|
|
10
10
|
"input.today": "Hoy",
|
|
11
|
-
"input.unit.day": "
|
|
11
|
+
"input.unit.day": "día",
|
|
12
12
|
"input.unit.days": "días",
|
|
13
13
|
"input.unit.month": "mes",
|
|
14
14
|
"input.unit.months": "meses",
|
|
@@ -29,8 +29,8 @@ var translation = {
|
|
|
29
29
|
"shared.timePeriods.weeks": "{{count}} semana",
|
|
30
30
|
"shared.timePeriods.weeks_plural": "{{count}} semanas",
|
|
31
31
|
"timeline.loadMore": "Click for more...",
|
|
32
|
-
"trigger.customRange": "
|
|
33
|
-
"trigger.selectDateRange": "
|
|
32
|
+
"trigger.customRange": "Rango de fechas personalizado",
|
|
33
|
+
"trigger.selectDateRange": "Seleccionar rango de fechas"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { translation as default };
|