@trackunit/react-table 1.26.2 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-table",
3
- "version": "1.26.2",
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.1",
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.2",
19
- "@trackunit/react-form-components": "1.27.2",
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
  },
@@ -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": "More actions",
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",
@@ -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": "More actions",
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",