@trackunit/react-table 1.26.1 → 1.26.2
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 +3 -3
- package/translation.cjs3.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.2",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -15,8 +15,8 @@
|
|
|
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.2",
|
|
19
|
+
"@trackunit/react-form-components": "1.27.2",
|
|
20
20
|
"@trackunit/i18n-library-translation": "1.22.1",
|
|
21
21
|
"@trackunit/iris-app-runtime-core-api": "1.16.6"
|
|
22
22
|
},
|
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.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ě",
|