@trackunit/react-table 1.0.70 → 1.0.71

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.0.70",
3
+ "version": "1.0.71",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -15,15 +15,15 @@
15
15
  "jest-fetch-mock": "^3.0.3",
16
16
  "@tanstack/react-router": "1.47.1",
17
17
  "tailwind-merge": "^2.0.0",
18
- "@trackunit/react-components": "1.1.47",
19
- "@trackunit/shared-utils": "1.2.37",
20
- "@trackunit/css-class-variance-utilities": "1.0.40",
21
- "@trackunit/ui-icons": "1.0.44",
22
- "@trackunit/react-table-base-components": "1.0.66",
23
- "@trackunit/react-table-pagination": "1.0.41",
24
- "@trackunit/react-form-components": "1.0.66",
25
- "@trackunit/i18n-library-translation": "1.0.50",
26
- "@trackunit/react-core-contexts-api": "1.0.45"
18
+ "@trackunit/react-components": "1.1.48",
19
+ "@trackunit/shared-utils": "1.2.38",
20
+ "@trackunit/css-class-variance-utilities": "1.0.41",
21
+ "@trackunit/ui-icons": "1.0.45",
22
+ "@trackunit/react-table-base-components": "1.0.67",
23
+ "@trackunit/react-table-pagination": "1.0.42",
24
+ "@trackunit/react-form-components": "1.0.67",
25
+ "@trackunit/i18n-library-translation": "1.0.51",
26
+ "@trackunit/react-core-contexts-api": "1.0.46"
27
27
  },
28
28
  "module": "./index.esm.js",
29
29
  "main": "./index.cjs.js",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Weitläufig",
23
23
  "table.search.placeholder": "Suchen...",
24
24
  "table.searchPlaceholder": "Suchen...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Aufsteigend",
26
27
  "table.sorting.descending": "Absteigend",
27
28
  "table.sorting.label": "Sortierung",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Przestronny",
23
23
  "table.search.placeholder": "Szukaj...",
24
24
  "table.searchPlaceholder": "Szukaj...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Rosnąco",
26
27
  "table.sorting.descending": "Malejąco",
27
28
  "table.sorting.label": "Sortowanie",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Espaçoso",
23
23
  "table.search.placeholder": "Pesquisar...",
24
24
  "table.searchPlaceholder": "Pesquisar...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Ascendente",
26
27
  "table.sorting.descending": "Descendente",
27
28
  "table.sorting.label": "Ordenação",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Просторный",
23
23
  "table.search.placeholder": "Поиск...",
24
24
  "table.searchPlaceholder": "Поиск...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "По возрастанию",
26
27
  "table.sorting.descending": "По убыванию",
27
28
  "table.sorting.label": "Сортировка",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Spațios",
23
23
  "table.search.placeholder": "Căutare...",
24
24
  "table.searchPlaceholder": "Căutare...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Ascendent",
26
27
  "table.sorting.descending": "Descendent",
27
28
  "table.sorting.label": "Sortare",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Amplio",
23
23
  "table.search.placeholder": "Buscar...",
24
24
  "table.searchPlaceholder": "Buscar...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Ascendente",
26
27
  "table.sorting.descending": "Descendente",
27
28
  "table.sorting.label": "Clasificación",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Rymlig",
23
23
  "table.search.placeholder": "Sök...",
24
24
  "table.searchPlaceholder": "Sök...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Stigande",
26
27
  "table.sorting.descending": "Nedåtgående",
27
28
  "table.sorting.label": "Sortering",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "ワイド",
23
23
  "table.search.placeholder": "検索",
24
24
  "table.searchPlaceholder": "検索",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "昇順",
26
27
  "table.sorting.descending": "降順",
27
28
  "table.sorting.label": "並べ替え",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "กว้างขวาง",
23
23
  "table.search.placeholder": "ค้นหา...",
24
24
  "table.searchPlaceholder": "ค้นหา...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "จากน้อยไปมาก",
26
27
  "table.sorting.descending": "จากมากไปน้อย",
27
28
  "table.sorting.label": "การเรียงลำดับ",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Rummelig",
23
23
  "table.search.placeholder": "Søg...",
24
24
  "table.searchPlaceholder": "Søg...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Stigende",
26
27
  "table.sorting.descending": "Faldende",
27
28
  "table.sorting.label": "Sortering",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Prostorný",
23
23
  "table.search.placeholder": "Hledat...",
24
24
  "table.searchPlaceholder": "Hledat...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Vzestupné",
26
27
  "table.sorting.descending": "Sestupné",
27
28
  "table.sorting.label": "Třídění",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Ruim",
23
23
  "table.search.placeholder": "Zoeken...",
24
24
  "table.searchPlaceholder": "Zoeken...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Oplopend",
26
27
  "table.sorting.descending": "Aflopend",
27
28
  "table.sorting.label": "Sorteren",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Spacieux",
23
23
  "table.search.placeholder": "Rechercher...",
24
24
  "table.searchPlaceholder": "Rechercher...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Croissant",
26
27
  "table.sorting.descending": "Décroissant",
27
28
  "table.sorting.label": "Tri",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Harva",
23
23
  "table.search.placeholder": "Haku...",
24
24
  "table.searchPlaceholder": "Haku...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Nouseva",
26
27
  "table.sorting.descending": "Laskeva",
27
28
  "table.sorting.label": "Lajittelu",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Tágas",
23
23
  "table.search.placeholder": "Keresés...",
24
24
  "table.searchPlaceholder": "Keresés...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Növekvő",
26
27
  "table.sorting.descending": "Csökkenő",
27
28
  "table.sorting.label": "Rendezés",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Ampia",
23
23
  "table.search.placeholder": "Ricerca...",
24
24
  "table.searchPlaceholder": "Ricerca...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Ascendente",
26
27
  "table.sorting.descending": "Discendente",
27
28
  "table.sorting.label": "Ordinamento",
@@ -22,6 +22,7 @@ var translation = {
22
22
  "table.rowDensity.spacious": "Romslig",
23
23
  "table.search.placeholder": "Søk ...",
24
24
  "table.searchPlaceholder": "Søk ...",
25
+ "table.selection.label": "Selection",
25
26
  "table.sorting.ascending": "Stigende",
26
27
  "table.sorting.descending": "Synkende",
27
28
  "table.sorting.label": "Sortering",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Weitläufig",
21
21
  "table.search.placeholder": "Suchen...",
22
22
  "table.searchPlaceholder": "Suchen...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Aufsteigend",
24
25
  "table.sorting.descending": "Absteigend",
25
26
  "table.sorting.label": "Sortierung",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Przestronny",
21
21
  "table.search.placeholder": "Szukaj...",
22
22
  "table.searchPlaceholder": "Szukaj...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Rosnąco",
24
25
  "table.sorting.descending": "Malejąco",
25
26
  "table.sorting.label": "Sortowanie",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Espaçoso",
21
21
  "table.search.placeholder": "Pesquisar...",
22
22
  "table.searchPlaceholder": "Pesquisar...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Ascendente",
24
25
  "table.sorting.descending": "Descendente",
25
26
  "table.sorting.label": "Ordenação",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Просторный",
21
21
  "table.search.placeholder": "Поиск...",
22
22
  "table.searchPlaceholder": "Поиск...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "По возрастанию",
24
25
  "table.sorting.descending": "По убыванию",
25
26
  "table.sorting.label": "Сортировка",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Spațios",
21
21
  "table.search.placeholder": "Căutare...",
22
22
  "table.searchPlaceholder": "Căutare...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Ascendent",
24
25
  "table.sorting.descending": "Descendent",
25
26
  "table.sorting.label": "Sortare",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Amplio",
21
21
  "table.search.placeholder": "Buscar...",
22
22
  "table.searchPlaceholder": "Buscar...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Ascendente",
24
25
  "table.sorting.descending": "Descendente",
25
26
  "table.sorting.label": "Clasificación",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Rymlig",
21
21
  "table.search.placeholder": "Sök...",
22
22
  "table.searchPlaceholder": "Sök...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Stigande",
24
25
  "table.sorting.descending": "Nedåtgående",
25
26
  "table.sorting.label": "Sortering",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "ワイド",
21
21
  "table.search.placeholder": "検索",
22
22
  "table.searchPlaceholder": "検索",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "昇順",
24
25
  "table.sorting.descending": "降順",
25
26
  "table.sorting.label": "並べ替え",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "กว้างขวาง",
21
21
  "table.search.placeholder": "ค้นหา...",
22
22
  "table.searchPlaceholder": "ค้นหา...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "จากน้อยไปมาก",
24
25
  "table.sorting.descending": "จากมากไปน้อย",
25
26
  "table.sorting.label": "การเรียงลำดับ",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Rummelig",
21
21
  "table.search.placeholder": "Søg...",
22
22
  "table.searchPlaceholder": "Søg...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Stigende",
24
25
  "table.sorting.descending": "Faldende",
25
26
  "table.sorting.label": "Sortering",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Prostorný",
21
21
  "table.search.placeholder": "Hledat...",
22
22
  "table.searchPlaceholder": "Hledat...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Vzestupné",
24
25
  "table.sorting.descending": "Sestupné",
25
26
  "table.sorting.label": "Třídění",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Ruim",
21
21
  "table.search.placeholder": "Zoeken...",
22
22
  "table.searchPlaceholder": "Zoeken...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Oplopend",
24
25
  "table.sorting.descending": "Aflopend",
25
26
  "table.sorting.label": "Sorteren",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Spacieux",
21
21
  "table.search.placeholder": "Rechercher...",
22
22
  "table.searchPlaceholder": "Rechercher...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Croissant",
24
25
  "table.sorting.descending": "Décroissant",
25
26
  "table.sorting.label": "Tri",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Harva",
21
21
  "table.search.placeholder": "Haku...",
22
22
  "table.searchPlaceholder": "Haku...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Nouseva",
24
25
  "table.sorting.descending": "Laskeva",
25
26
  "table.sorting.label": "Lajittelu",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Tágas",
21
21
  "table.search.placeholder": "Keresés...",
22
22
  "table.searchPlaceholder": "Keresés...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Növekvő",
24
25
  "table.sorting.descending": "Csökkenő",
25
26
  "table.sorting.label": "Rendezés",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Ampia",
21
21
  "table.search.placeholder": "Ricerca...",
22
22
  "table.searchPlaceholder": "Ricerca...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Ascendente",
24
25
  "table.sorting.descending": "Discendente",
25
26
  "table.sorting.label": "Ordinamento",
@@ -20,6 +20,7 @@ var translation = {
20
20
  "table.rowDensity.spacious": "Romslig",
21
21
  "table.search.placeholder": "Søk ...",
22
22
  "table.searchPlaceholder": "Søk ...",
23
+ "table.selection.label": "Selection",
23
24
  "table.sorting.ascending": "Stigende",
24
25
  "table.sorting.descending": "Synkende",
25
26
  "table.sorting.label": "Sortering",