@trackunit/react-table 1.26.1 → 1.26.3
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 +4 -4
- package/translation.cjs14.js +1 -1
- package/translation.cjs3.js +1 -1
- package/translation.esm14.js +1 -1
- package/translation.esm3.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.3",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"react-dnd": "16.0.1",
|
|
12
12
|
"react-dnd-html5-backend": "16.0.1",
|
|
13
13
|
"tailwind-merge": "^2.0.0",
|
|
14
|
-
"@trackunit/react-components": "1.26.
|
|
14
|
+
"@trackunit/react-components": "1.26.2",
|
|
15
15
|
"@trackunit/shared-utils": "1.15.6",
|
|
16
16
|
"@trackunit/css-class-variance-utilities": "1.13.6",
|
|
17
17
|
"@trackunit/ui-icons": "1.13.6",
|
|
18
|
-
"@trackunit/react-table-base-components": "1.26.
|
|
19
|
-
"@trackunit/react-form-components": "1.27.
|
|
18
|
+
"@trackunit/react-table-base-components": "1.26.3",
|
|
19
|
+
"@trackunit/react-form-components": "1.27.3",
|
|
20
20
|
"@trackunit/i18n-library-translation": "1.22.1",
|
|
21
21
|
"@trackunit/iris-app-runtime-core-api": "1.16.6"
|
|
22
22
|
},
|
package/translation.cjs14.js
CHANGED
|
@@ -5,7 +5,7 @@ var translation = {
|
|
|
5
5
|
"table.actionsheet.selected": "{{count}} seleccionados",
|
|
6
6
|
"table.columnActions.clearSorting": "Eliminar ordenación",
|
|
7
7
|
"table.columnActions.hideColumn": "Ocultar columna",
|
|
8
|
-
"table.columnActions.moreActions": "
|
|
8
|
+
"table.columnActions.moreActions": "Más acciones",
|
|
9
9
|
"table.columnActions.pinColumn": "Anclar columna",
|
|
10
10
|
"table.columnActions.sortAscending": "Ordenar ascendente",
|
|
11
11
|
"table.columnActions.sortDescending": "Ordenar descendente",
|
package/translation.cjs3.js
CHANGED
|
@@ -5,7 +5,7 @@ var translation = {
|
|
|
5
5
|
"table.actionsheet.selected": "{{count}} vybráno",
|
|
6
6
|
"table.columnActions.clearSorting": "Smazat řazení",
|
|
7
7
|
"table.columnActions.hideColumn": "Skrýt sloupec",
|
|
8
|
-
"table.columnActions.moreActions": "
|
|
8
|
+
"table.columnActions.moreActions": "Více akcí",
|
|
9
9
|
"table.columnActions.pinColumn": "Připnout sloupec",
|
|
10
10
|
"table.columnActions.sortAscending": "Řadit vzestupně",
|
|
11
11
|
"table.columnActions.sortDescending": "Řadit sestupně",
|
package/translation.esm14.js
CHANGED
|
@@ -3,7 +3,7 @@ var translation = {
|
|
|
3
3
|
"table.actionsheet.selected": "{{count}} seleccionados",
|
|
4
4
|
"table.columnActions.clearSorting": "Eliminar ordenación",
|
|
5
5
|
"table.columnActions.hideColumn": "Ocultar columna",
|
|
6
|
-
"table.columnActions.moreActions": "
|
|
6
|
+
"table.columnActions.moreActions": "Más acciones",
|
|
7
7
|
"table.columnActions.pinColumn": "Anclar columna",
|
|
8
8
|
"table.columnActions.sortAscending": "Ordenar ascendente",
|
|
9
9
|
"table.columnActions.sortDescending": "Ordenar descendente",
|
package/translation.esm3.js
CHANGED
|
@@ -3,7 +3,7 @@ var translation = {
|
|
|
3
3
|
"table.actionsheet.selected": "{{count}} vybráno",
|
|
4
4
|
"table.columnActions.clearSorting": "Smazat řazení",
|
|
5
5
|
"table.columnActions.hideColumn": "Skrýt sloupec",
|
|
6
|
-
"table.columnActions.moreActions": "
|
|
6
|
+
"table.columnActions.moreActions": "Více akcí",
|
|
7
7
|
"table.columnActions.pinColumn": "Připnout sloupec",
|
|
8
8
|
"table.columnActions.sortAscending": "Řadit vzestupně",
|
|
9
9
|
"table.columnActions.sortDescending": "Řadit sestupně",
|