@trackunit/react-table 1.17.25 → 1.17.26
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.cjs4.js +1 -1
- package/translation.esm4.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.26",
|
|
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.13.85",
|
|
16
16
|
"@trackunit/css-class-variance-utilities": "1.11.85",
|
|
17
17
|
"@trackunit/ui-icons": "1.11.81",
|
|
18
|
-
"@trackunit/react-table-base-components": "1.17.
|
|
19
|
-
"@trackunit/react-form-components": "1.18.
|
|
18
|
+
"@trackunit/react-table-base-components": "1.17.20",
|
|
19
|
+
"@trackunit/react-form-components": "1.18.20",
|
|
20
20
|
"@trackunit/i18n-library-translation": "1.15.16",
|
|
21
21
|
"@trackunit/iris-app-runtime-core-api": "1.13.11"
|
|
22
22
|
},
|
package/translation.cjs4.js
CHANGED
|
@@ -13,7 +13,7 @@ var translation = {
|
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} verborgen kolom",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} verborgen kolommen",
|
|
15
15
|
"table.columnFilters.title": "Visible columns",
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
16
|
+
"table.columnFilters.tooltip": "Kolommen aanpassen",
|
|
17
17
|
"table.error": "Er is iets misgegaan tijdens het laden van de data",
|
|
18
18
|
"table.exportFileName": "geëxporteerde gegevens",
|
|
19
19
|
"table.format": "Formaat",
|
package/translation.esm4.js
CHANGED
|
@@ -11,7 +11,7 @@ var translation = {
|
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} verborgen kolom",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} verborgen kolommen",
|
|
13
13
|
"table.columnFilters.title": "Visible columns",
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
14
|
+
"table.columnFilters.tooltip": "Kolommen aanpassen",
|
|
15
15
|
"table.error": "Er is iets misgegaan tijdens het laden van de data",
|
|
16
16
|
"table.exportFileName": "geëxporteerde gegevens",
|
|
17
17
|
"table.format": "Formaat",
|