material-react-table 1.3.10 → 1.3.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/_locales/cs.d.ts +1 -1
  3. package/dist/cjs/_locales/de.d.ts +1 -1
  4. package/dist/cjs/_locales/en.d.ts +1 -1
  5. package/dist/cjs/_locales/es.d.ts +1 -1
  6. package/dist/cjs/_locales/fa.d.ts +1 -1
  7. package/dist/cjs/_locales/fr.d.ts +1 -1
  8. package/dist/cjs/_locales/it.d.ts +1 -1
  9. package/dist/cjs/_locales/ja.d.ts +1 -1
  10. package/dist/cjs/_locales/pl.d.ts +1 -1
  11. package/dist/cjs/_locales/pt-BR.d.ts +1 -1
  12. package/dist/cjs/_locales/pt.d.ts +1 -1
  13. package/dist/cjs/_locales/ru.d.ts +1 -1
  14. package/dist/cjs/_locales/tr.d.ts +1 -1
  15. package/dist/cjs/_locales/vi.d.ts +2 -0
  16. package/dist/cjs/aggregationFns.d.ts +9 -9
  17. package/dist/cjs/column.utils.d.ts +26 -26
  18. package/dist/cjs/filterFns.d.ts +8 -8
  19. package/dist/cjs/sortingFns.d.ts +6 -6
  20. package/dist/cjs/table/MRT_TableRoot.d.ts +15 -15
  21. package/dist/esm/_locales/cs.d.ts +1 -1
  22. package/dist/esm/_locales/de.d.ts +1 -1
  23. package/dist/esm/_locales/en.d.ts +1 -1
  24. package/dist/esm/_locales/es.d.ts +1 -1
  25. package/dist/esm/_locales/fa.d.ts +1 -1
  26. package/dist/esm/_locales/fr.d.ts +1 -1
  27. package/dist/esm/_locales/it.d.ts +1 -1
  28. package/dist/esm/_locales/ja.d.ts +1 -1
  29. package/dist/esm/_locales/pl.d.ts +1 -1
  30. package/dist/esm/_locales/pt-BR.d.ts +1 -1
  31. package/dist/esm/_locales/pt.d.ts +1 -1
  32. package/dist/esm/_locales/ru.d.ts +1 -1
  33. package/dist/esm/_locales/tr.d.ts +1 -1
  34. package/dist/esm/_locales/vi.d.ts +2 -0
  35. package/dist/esm/aggregationFns.d.ts +9 -9
  36. package/dist/esm/column.utils.d.ts +26 -26
  37. package/dist/esm/filterFns.d.ts +8 -8
  38. package/dist/esm/sortingFns.d.ts +6 -6
  39. package/dist/esm/table/MRT_TableRoot.d.ts +15 -15
  40. package/dist/index.d.ts +24 -24
  41. package/locales/cs.d.ts +1 -1
  42. package/locales/cs.esm.d.ts +1 -1
  43. package/locales/de.d.ts +1 -1
  44. package/locales/de.esm.d.ts +1 -1
  45. package/locales/en.d.ts +1 -1
  46. package/locales/en.esm.d.ts +1 -1
  47. package/locales/es.d.ts +1 -1
  48. package/locales/es.esm.d.ts +1 -1
  49. package/locales/fa.d.ts +1 -1
  50. package/locales/fa.esm.d.ts +1 -1
  51. package/locales/fr.d.ts +1 -1
  52. package/locales/fr.esm.d.ts +1 -1
  53. package/locales/it.d.ts +1 -1
  54. package/locales/it.esm.d.ts +1 -1
  55. package/locales/ja.d.ts +1 -1
  56. package/locales/ja.esm.d.ts +1 -1
  57. package/locales/pl.d.ts +1 -1
  58. package/locales/pl.esm.d.ts +1 -1
  59. package/locales/pt-BR.d.ts +1 -1
  60. package/locales/pt-BR.esm.d.ts +1 -1
  61. package/locales/pt.d.ts +1 -1
  62. package/locales/pt.esm.d.ts +1 -1
  63. package/locales/ru.d.ts +1 -1
  64. package/locales/ru.esm.d.ts +1 -1
  65. package/locales/tr.d.ts +1 -1
  66. package/locales/tr.esm.d.ts +1 -1
  67. package/locales/tr.esm.js +86 -86
  68. package/locales/tr.js +86 -86
  69. package/locales/vi.d.ts +2 -0
  70. package/locales/vi.esm.d.ts +2 -0
  71. package/locales/vi.esm.js +92 -0
  72. package/locales/vi.esm.js.map +1 -0
  73. package/locales/vi.js +96 -0
  74. package/locales/vi.js.map +1 -0
  75. package/package.json +11 -11
  76. package/src/_locales/cs.ts +1 -1
  77. package/src/_locales/de.ts +1 -1
  78. package/src/_locales/en.ts +1 -1
  79. package/src/_locales/es.ts +1 -1
  80. package/src/_locales/fa.ts +1 -1
  81. package/src/_locales/fr.ts +1 -1
  82. package/src/_locales/it.ts +1 -1
  83. package/src/_locales/ja.ts +1 -1
  84. package/src/_locales/pl.ts +1 -1
  85. package/src/_locales/pt-BR.ts +1 -1
  86. package/src/_locales/pt.ts +1 -1
  87. package/src/_locales/ru.ts +1 -1
  88. package/src/_locales/tr.ts +87 -87
  89. package/src/_locales/vi.ts +92 -1
package/dist/index.d.ts CHANGED
@@ -19,21 +19,21 @@ import { TablePaginationProps } from '@mui/material/TablePagination';
19
19
  import { TableRowProps } from '@mui/material/TableRow';
20
20
  import { TextFieldProps } from '@mui/material/TextField';
21
21
  import { ToolbarProps } from '@mui/material/Toolbar';
22
+ import * as _tanstack_react_table from '@tanstack/react-table';
22
23
  import { Row, Table, TableState, ColumnDef, DeepKeys, Column, Header, HeaderGroup, Cell, AggregationFn, SortingFn, FilterFn, TableOptions, OnChangeFn } from '@tanstack/react-table';
23
24
  import { Options, VirtualItem } from 'react-virtual';
24
- import * as _tanstack_table_core from '@tanstack/table-core';
25
25
  import { RankingInfo } from '@tanstack/match-sorter-utils';
26
26
 
27
27
  declare const MRT_AggregationFns: {
28
- sum: _tanstack_table_core.AggregationFn<any>;
29
- min: _tanstack_table_core.AggregationFn<any>;
30
- max: _tanstack_table_core.AggregationFn<any>;
31
- extent: _tanstack_table_core.AggregationFn<any>;
32
- mean: _tanstack_table_core.AggregationFn<any>;
33
- median: _tanstack_table_core.AggregationFn<any>;
34
- unique: _tanstack_table_core.AggregationFn<any>;
35
- uniqueCount: _tanstack_table_core.AggregationFn<any>;
36
- count: _tanstack_table_core.AggregationFn<any>;
28
+ sum: _tanstack_react_table.AggregationFn<any>;
29
+ min: _tanstack_react_table.AggregationFn<any>;
30
+ max: _tanstack_react_table.AggregationFn<any>;
31
+ extent: _tanstack_react_table.AggregationFn<any>;
32
+ mean: _tanstack_react_table.AggregationFn<any>;
33
+ median: _tanstack_react_table.AggregationFn<any>;
34
+ unique: _tanstack_react_table.AggregationFn<any>;
35
+ uniqueCount: _tanstack_react_table.AggregationFn<any>;
36
+ count: _tanstack_react_table.AggregationFn<any>;
37
37
  };
38
38
 
39
39
  declare const MRT_FilterFns: {
@@ -93,14 +93,14 @@ declare const MRT_FilterFns: {
93
93
  <TData_13 extends Record<string, any> = {}>(row: Row<TData_13>, id: string, filterValue: string | number): boolean;
94
94
  autoRemove(val: any): boolean;
95
95
  };
96
- includesString: _tanstack_table_core.FilterFn<any>;
97
- includesStringSensitive: _tanstack_table_core.FilterFn<any>;
98
- equalsString: _tanstack_table_core.FilterFn<any>;
99
- arrIncludes: _tanstack_table_core.FilterFn<any>;
100
- arrIncludesAll: _tanstack_table_core.FilterFn<any>;
101
- arrIncludesSome: _tanstack_table_core.FilterFn<any>;
102
- weakEquals: _tanstack_table_core.FilterFn<any>;
103
- inNumberRange: _tanstack_table_core.FilterFn<any>;
96
+ includesString: _tanstack_react_table.FilterFn<any>;
97
+ includesStringSensitive: _tanstack_react_table.FilterFn<any>;
98
+ equalsString: _tanstack_react_table.FilterFn<any>;
99
+ arrIncludes: _tanstack_react_table.FilterFn<any>;
100
+ arrIncludesAll: _tanstack_react_table.FilterFn<any>;
101
+ arrIncludesSome: _tanstack_react_table.FilterFn<any>;
102
+ weakEquals: _tanstack_react_table.FilterFn<any>;
103
+ inNumberRange: _tanstack_react_table.FilterFn<any>;
104
104
  };
105
105
 
106
106
  interface MRT_Icons {
@@ -139,12 +139,12 @@ interface MRT_Icons {
139
139
 
140
140
  declare const MRT_SortingFns: {
141
141
  fuzzy: <TData extends Record<string, any> = {}>(rowA: Row<TData>, rowB: Row<TData>, columnId: string) => number;
142
- alphanumeric: _tanstack_table_core.SortingFn<any>;
143
- alphanumericCaseSensitive: _tanstack_table_core.SortingFn<any>;
144
- text: _tanstack_table_core.SortingFn<any>;
145
- textCaseSensitive: _tanstack_table_core.SortingFn<any>;
146
- datetime: _tanstack_table_core.SortingFn<any>;
147
- basic: _tanstack_table_core.SortingFn<any>;
142
+ alphanumeric: _tanstack_react_table.SortingFn<any>;
143
+ alphanumericCaseSensitive: _tanstack_react_table.SortingFn<any>;
144
+ text: _tanstack_react_table.SortingFn<any>;
145
+ textCaseSensitive: _tanstack_react_table.SortingFn<any>;
146
+ datetime: _tanstack_react_table.SortingFn<any>;
147
+ basic: _tanstack_react_table.SortingFn<any>;
148
148
  };
149
149
 
150
150
  /**
package/locales/cs.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_CS: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_CS: MRT_Localization;
package/locales/de.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_DE: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_DE: MRT_Localization;
package/locales/en.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_EN: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_EN: MRT_Localization;
package/locales/es.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '..';
1
+ import type { MRT_Localization } from '..';
2
2
  export declare const MRT_Localization_ES: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '..';
1
+ import type { MRT_Localization } from '..';
2
2
  export declare const MRT_Localization_ES: MRT_Localization;
package/locales/fa.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FA: MRT_Localization;
package/locales/fr.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FR: MRT_Localization;
package/locales/it.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_IT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_IT: MRT_Localization;
package/locales/ja.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_JA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_JA: MRT_Localization;
package/locales/pl.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PL: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PL: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT_BR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT_BR: MRT_Localization;
package/locales/pt.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT: MRT_Localization;
package/locales/ru.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_RU: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_RU: MRT_Localization;
package/locales/tr.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from "../MaterialReactTable";
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_TR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from "../MaterialReactTable";
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_TR: MRT_Localization;
package/locales/tr.esm.js CHANGED
@@ -1,91 +1,91 @@
1
1
  const MRT_Localization_TR = {
2
- actions: "İşlemler",
3
- and: "ve",
4
- cancel: "İptal",
5
- changeFilterMode: "Filtre Modunu Değiştir",
6
- changeSearchMode: "Arama Modunu Değiştir",
7
- clearFilter: "Filtreyi Temizle",
8
- clearSearch: "Aramayı Temizle",
9
- clearSort: "Sıralamayı Sıfırla",
10
- clickToCopy: "Kopyala",
11
- columnActions: "Sütun İşlemleri",
12
- copiedToClipboard: "Panoya Kopyalandı",
13
- dropToGroupBy: "{column} İle Gruplandırmak İçin Bırakın",
14
- edit: "Düzenle",
15
- expand: "Genişlet",
16
- expandAll: "Tümünü Genişlet",
17
- filterArrIncludes: "Dahil Et",
18
- filterArrIncludesAll: "Tümünü Dahil Et",
19
- filterArrIncludesSome: "İçerir",
20
- filterBetween: "Arasında",
21
- filterBetweenInclusive: "Dahil Arasında",
22
- filterByColumn: "{column} Filtresi",
23
- filterContains: "İçerir",
24
- filterEmpty: "Boş",
25
- filterEndsWith: "Sonu",
26
- filterEquals: "Eşit",
27
- filterEqualsString: "Eşit",
28
- filterFuzzy: "Yaklaşık",
29
- filterGreaterThan: "Büyüktür",
30
- filterGreaterThanOrEqualTo: "Büyük Eşittir",
31
- filterInNumberRange: "Arasında",
32
- filterIncludesString: "İçerir",
33
- filterIncludesStringSensitive: "İçerir",
34
- filterLessThan: "Küçüktür",
35
- filterLessThanOrEqualTo: "Küçük Eşittir",
36
- filterMode: "Filtre Modu: {filterType}",
37
- filterNotEmpty: "Boş Değil",
38
- filterNotEquals: "Eşit Değil",
39
- filterStartsWith: "Başı",
40
- filterWeakEquals: "Eşittir",
41
- filteringByColumn: "Filtre Modu - {filterType} {filterValue}",
42
- goToFirstPage: "İlk Sayfaya Git",
43
- goToLastPage: "Son Sayfaya Git",
44
- goToNextPage: "Sonraki Sayfaya Git",
45
- goToPreviousPage: "Önceki Sayfaya Git",
46
- grab: "Yakala",
2
+ actions: 'İşlemler',
3
+ and: 've',
4
+ cancel: 'İptal',
5
+ changeFilterMode: 'Filtre Modunu Değiştir',
6
+ changeSearchMode: 'Arama Modunu Değiştir',
7
+ clearFilter: 'Filtreyi Temizle',
8
+ clearSearch: 'Aramayı Temizle',
9
+ clearSort: 'Sıralamayı Sıfırla',
10
+ clickToCopy: 'Kopyala',
11
+ columnActions: 'Sütun İşlemleri',
12
+ copiedToClipboard: 'Panoya Kopyalandı',
13
+ dropToGroupBy: '{column} İle Gruplandırmak İçin Bırakın',
14
+ edit: 'Düzenle',
15
+ expand: 'Genişlet',
16
+ expandAll: 'Tümünü Genişlet',
17
+ filterArrIncludes: 'Dahil Et',
18
+ filterArrIncludesAll: 'Tümünü Dahil Et',
19
+ filterArrIncludesSome: 'İçerir',
20
+ filterBetween: 'Arasında',
21
+ filterBetweenInclusive: 'Dahil Arasında',
22
+ filterByColumn: '{column} Filtresi',
23
+ filterContains: 'İçerir',
24
+ filterEmpty: 'Boş',
25
+ filterEndsWith: 'Sonu',
26
+ filterEquals: 'Eşit',
27
+ filterEqualsString: 'Eşit',
28
+ filterFuzzy: 'Yaklaşık',
29
+ filterGreaterThan: 'Büyüktür',
30
+ filterGreaterThanOrEqualTo: 'Büyük Eşittir',
31
+ filterInNumberRange: 'Arasında',
32
+ filterIncludesString: 'İçerir',
33
+ filterIncludesStringSensitive: 'İçerir',
34
+ filterLessThan: 'Küçüktür',
35
+ filterLessThanOrEqualTo: 'Küçük Eşittir',
36
+ filterMode: 'Filtre Modu: {filterType}',
37
+ filterNotEmpty: 'Boş Değil',
38
+ filterNotEquals: 'Eşit Değil',
39
+ filterStartsWith: 'Başı',
40
+ filterWeakEquals: 'Eşittir',
41
+ filteringByColumn: 'Filtre Modu - {filterType} {filterValue}',
42
+ goToFirstPage: 'İlk Sayfaya Git',
43
+ goToLastPage: 'Son Sayfaya Git',
44
+ goToNextPage: 'Sonraki Sayfaya Git',
45
+ goToPreviousPage: 'Önceki Sayfaya Git',
46
+ grab: 'Yakala',
47
47
  groupByColumn: "{column}'a Göre Gruplandır",
48
- groupedBy: "Gruplandı ",
49
- hideAll: "Tümünü Gizle",
50
- hideColumn: "{column} Sütununu Gizle",
51
- max: "Azami",
52
- min: "Asgari",
53
- move: "Taşı",
54
- noRecordsToDisplay: "Gösterilecek Kayıt Yok",
55
- noResultsFound: "Herhangi Bir Sonuç Bulunamadı",
56
- of: "of",
57
- or: "veya",
58
- pinToLeft: "Sola Sabitle",
59
- pinToRight: "Sağa Sabitle",
60
- resetColumnSize: "Sütun Boyutunu Sıfırla",
61
- resetOrder: "Sırayı Temizle",
62
- rowActions: "Satır İşlemleri",
63
- rowNumber: "#",
64
- rowNumbers: "Satır Sayısı",
65
- rowsPerPage: "Sayfa Başına Satır",
66
- save: "Kaydet",
67
- search: "Ara",
68
- selectedCountOfRowCountRowsSelected: "{rowCount} Satır Arasından {selectedCount} Adet Seçildi",
69
- select: "Seç",
70
- showAll: "Tümünü Göster",
71
- showAllColumns: "Bütün Sütunları Göster",
72
- showHideColumns: "Sütunları Göster/Gizle",
73
- showHideFilters: "Filtreleri Göster/Gizle",
74
- showHideSearch: "Aramayı Göster/Gizle",
75
- sortByColumnAsc: "Artan Şekilde Sırala",
76
- sortByColumnDesc: "Azalan Şekilde Sırala",
77
- sortedByColumnAsc: "Artan Şekilde Sıralandı",
78
- sortedByColumnDesc: "Azalan Şekilde Sıralandı",
79
- thenBy: ", sonra ",
80
- toggleDensity: "Sıklığı Değiştir",
81
- toggleFullScreen: "Tam Ekranı Değiştir",
82
- toggleSelectAll: "Tümünü Seç",
83
- toggleSelectRow: "Satır Seç",
84
- toggleVisibility: "Görünürlüğü Değiştir",
85
- ungroupByColumn: "{column} Sütununu Çöz",
86
- unpin: "Çöz",
87
- unpinAll: "Tümünü Çöz",
88
- unsorted: "Sıralanmadı",
48
+ groupedBy: 'Gruplandı ',
49
+ hideAll: 'Tümünü Gizle',
50
+ hideColumn: '{column} Sütununu Gizle',
51
+ max: 'Azami',
52
+ min: 'Asgari',
53
+ move: 'Taşı',
54
+ noRecordsToDisplay: 'Gösterilecek Kayıt Yok',
55
+ noResultsFound: 'Herhangi Bir Sonuç Bulunamadı',
56
+ of: 'of',
57
+ or: 'veya',
58
+ pinToLeft: 'Sola Sabitle',
59
+ pinToRight: 'Sağa Sabitle',
60
+ resetColumnSize: 'Sütun Boyutunu Sıfırla',
61
+ resetOrder: 'Sırayı Temizle',
62
+ rowActions: 'Satır İşlemleri',
63
+ rowNumber: '#',
64
+ rowNumbers: 'Satır Sayısı',
65
+ rowsPerPage: 'Sayfa Başına Satır',
66
+ save: 'Kaydet',
67
+ search: 'Ara',
68
+ selectedCountOfRowCountRowsSelected: '{rowCount} Satır Arasından {selectedCount} Adet Seçildi',
69
+ select: 'Seç',
70
+ showAll: 'Tümünü Göster',
71
+ showAllColumns: 'Bütün Sütunları Göster',
72
+ showHideColumns: 'Sütunları Göster/Gizle',
73
+ showHideFilters: 'Filtreleri Göster/Gizle',
74
+ showHideSearch: 'Aramayı Göster/Gizle',
75
+ sortByColumnAsc: 'Artan Şekilde Sırala',
76
+ sortByColumnDesc: 'Azalan Şekilde Sırala',
77
+ sortedByColumnAsc: 'Artan Şekilde Sıralandı',
78
+ sortedByColumnDesc: 'Azalan Şekilde Sıralandı',
79
+ thenBy: ', sonra ',
80
+ toggleDensity: 'Sıklığı Değiştir',
81
+ toggleFullScreen: 'Tam Ekranı Değiştir',
82
+ toggleSelectAll: 'Tümünü Seç',
83
+ toggleSelectRow: 'Satır Seç',
84
+ toggleVisibility: 'Görünürlüğü Değiştir',
85
+ ungroupByColumn: '{column} Sütununu Çöz',
86
+ unpin: 'Çöz',
87
+ unpinAll: 'Tümünü Çöz',
88
+ unsorted: 'Sıralanmadı',
89
89
  };
90
90
 
91
91
  export { MRT_Localization_TR };
package/locales/tr.js CHANGED
@@ -3,93 +3,93 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_TR = {
6
- actions: "İşlemler",
7
- and: "ve",
8
- cancel: "İptal",
9
- changeFilterMode: "Filtre Modunu Değiştir",
10
- changeSearchMode: "Arama Modunu Değiştir",
11
- clearFilter: "Filtreyi Temizle",
12
- clearSearch: "Aramayı Temizle",
13
- clearSort: "Sıralamayı Sıfırla",
14
- clickToCopy: "Kopyala",
15
- columnActions: "Sütun İşlemleri",
16
- copiedToClipboard: "Panoya Kopyalandı",
17
- dropToGroupBy: "{column} İle Gruplandırmak İçin Bırakın",
18
- edit: "Düzenle",
19
- expand: "Genişlet",
20
- expandAll: "Tümünü Genişlet",
21
- filterArrIncludes: "Dahil Et",
22
- filterArrIncludesAll: "Tümünü Dahil Et",
23
- filterArrIncludesSome: "İçerir",
24
- filterBetween: "Arasında",
25
- filterBetweenInclusive: "Dahil Arasında",
26
- filterByColumn: "{column} Filtresi",
27
- filterContains: "İçerir",
28
- filterEmpty: "Boş",
29
- filterEndsWith: "Sonu",
30
- filterEquals: "Eşit",
31
- filterEqualsString: "Eşit",
32
- filterFuzzy: "Yaklaşık",
33
- filterGreaterThan: "Büyüktür",
34
- filterGreaterThanOrEqualTo: "Büyük Eşittir",
35
- filterInNumberRange: "Arasında",
36
- filterIncludesString: "İçerir",
37
- filterIncludesStringSensitive: "İçerir",
38
- filterLessThan: "Küçüktür",
39
- filterLessThanOrEqualTo: "Küçük Eşittir",
40
- filterMode: "Filtre Modu: {filterType}",
41
- filterNotEmpty: "Boş Değil",
42
- filterNotEquals: "Eşit Değil",
43
- filterStartsWith: "Başı",
44
- filterWeakEquals: "Eşittir",
45
- filteringByColumn: "Filtre Modu - {filterType} {filterValue}",
46
- goToFirstPage: "İlk Sayfaya Git",
47
- goToLastPage: "Son Sayfaya Git",
48
- goToNextPage: "Sonraki Sayfaya Git",
49
- goToPreviousPage: "Önceki Sayfaya Git",
50
- grab: "Yakala",
6
+ actions: 'İşlemler',
7
+ and: 've',
8
+ cancel: 'İptal',
9
+ changeFilterMode: 'Filtre Modunu Değiştir',
10
+ changeSearchMode: 'Arama Modunu Değiştir',
11
+ clearFilter: 'Filtreyi Temizle',
12
+ clearSearch: 'Aramayı Temizle',
13
+ clearSort: 'Sıralamayı Sıfırla',
14
+ clickToCopy: 'Kopyala',
15
+ columnActions: 'Sütun İşlemleri',
16
+ copiedToClipboard: 'Panoya Kopyalandı',
17
+ dropToGroupBy: '{column} İle Gruplandırmak İçin Bırakın',
18
+ edit: 'Düzenle',
19
+ expand: 'Genişlet',
20
+ expandAll: 'Tümünü Genişlet',
21
+ filterArrIncludes: 'Dahil Et',
22
+ filterArrIncludesAll: 'Tümünü Dahil Et',
23
+ filterArrIncludesSome: 'İçerir',
24
+ filterBetween: 'Arasında',
25
+ filterBetweenInclusive: 'Dahil Arasında',
26
+ filterByColumn: '{column} Filtresi',
27
+ filterContains: 'İçerir',
28
+ filterEmpty: 'Boş',
29
+ filterEndsWith: 'Sonu',
30
+ filterEquals: 'Eşit',
31
+ filterEqualsString: 'Eşit',
32
+ filterFuzzy: 'Yaklaşık',
33
+ filterGreaterThan: 'Büyüktür',
34
+ filterGreaterThanOrEqualTo: 'Büyük Eşittir',
35
+ filterInNumberRange: 'Arasında',
36
+ filterIncludesString: 'İçerir',
37
+ filterIncludesStringSensitive: 'İçerir',
38
+ filterLessThan: 'Küçüktür',
39
+ filterLessThanOrEqualTo: 'Küçük Eşittir',
40
+ filterMode: 'Filtre Modu: {filterType}',
41
+ filterNotEmpty: 'Boş Değil',
42
+ filterNotEquals: 'Eşit Değil',
43
+ filterStartsWith: 'Başı',
44
+ filterWeakEquals: 'Eşittir',
45
+ filteringByColumn: 'Filtre Modu - {filterType} {filterValue}',
46
+ goToFirstPage: 'İlk Sayfaya Git',
47
+ goToLastPage: 'Son Sayfaya Git',
48
+ goToNextPage: 'Sonraki Sayfaya Git',
49
+ goToPreviousPage: 'Önceki Sayfaya Git',
50
+ grab: 'Yakala',
51
51
  groupByColumn: "{column}'a Göre Gruplandır",
52
- groupedBy: "Gruplandı ",
53
- hideAll: "Tümünü Gizle",
54
- hideColumn: "{column} Sütununu Gizle",
55
- max: "Azami",
56
- min: "Asgari",
57
- move: "Taşı",
58
- noRecordsToDisplay: "Gösterilecek Kayıt Yok",
59
- noResultsFound: "Herhangi Bir Sonuç Bulunamadı",
60
- of: "of",
61
- or: "veya",
62
- pinToLeft: "Sola Sabitle",
63
- pinToRight: "Sağa Sabitle",
64
- resetColumnSize: "Sütun Boyutunu Sıfırla",
65
- resetOrder: "Sırayı Temizle",
66
- rowActions: "Satır İşlemleri",
67
- rowNumber: "#",
68
- rowNumbers: "Satır Sayısı",
69
- rowsPerPage: "Sayfa Başına Satır",
70
- save: "Kaydet",
71
- search: "Ara",
72
- selectedCountOfRowCountRowsSelected: "{rowCount} Satır Arasından {selectedCount} Adet Seçildi",
73
- select: "Seç",
74
- showAll: "Tümünü Göster",
75
- showAllColumns: "Bütün Sütunları Göster",
76
- showHideColumns: "Sütunları Göster/Gizle",
77
- showHideFilters: "Filtreleri Göster/Gizle",
78
- showHideSearch: "Aramayı Göster/Gizle",
79
- sortByColumnAsc: "Artan Şekilde Sırala",
80
- sortByColumnDesc: "Azalan Şekilde Sırala",
81
- sortedByColumnAsc: "Artan Şekilde Sıralandı",
82
- sortedByColumnDesc: "Azalan Şekilde Sıralandı",
83
- thenBy: ", sonra ",
84
- toggleDensity: "Sıklığı Değiştir",
85
- toggleFullScreen: "Tam Ekranı Değiştir",
86
- toggleSelectAll: "Tümünü Seç",
87
- toggleSelectRow: "Satır Seç",
88
- toggleVisibility: "Görünürlüğü Değiştir",
89
- ungroupByColumn: "{column} Sütununu Çöz",
90
- unpin: "Çöz",
91
- unpinAll: "Tümünü Çöz",
92
- unsorted: "Sıralanmadı",
52
+ groupedBy: 'Gruplandı ',
53
+ hideAll: 'Tümünü Gizle',
54
+ hideColumn: '{column} Sütununu Gizle',
55
+ max: 'Azami',
56
+ min: 'Asgari',
57
+ move: 'Taşı',
58
+ noRecordsToDisplay: 'Gösterilecek Kayıt Yok',
59
+ noResultsFound: 'Herhangi Bir Sonuç Bulunamadı',
60
+ of: 'of',
61
+ or: 'veya',
62
+ pinToLeft: 'Sola Sabitle',
63
+ pinToRight: 'Sağa Sabitle',
64
+ resetColumnSize: 'Sütun Boyutunu Sıfırla',
65
+ resetOrder: 'Sırayı Temizle',
66
+ rowActions: 'Satır İşlemleri',
67
+ rowNumber: '#',
68
+ rowNumbers: 'Satır Sayısı',
69
+ rowsPerPage: 'Sayfa Başına Satır',
70
+ save: 'Kaydet',
71
+ search: 'Ara',
72
+ selectedCountOfRowCountRowsSelected: '{rowCount} Satır Arasından {selectedCount} Adet Seçildi',
73
+ select: 'Seç',
74
+ showAll: 'Tümünü Göster',
75
+ showAllColumns: 'Bütün Sütunları Göster',
76
+ showHideColumns: 'Sütunları Göster/Gizle',
77
+ showHideFilters: 'Filtreleri Göster/Gizle',
78
+ showHideSearch: 'Aramayı Göster/Gizle',
79
+ sortByColumnAsc: 'Artan Şekilde Sırala',
80
+ sortByColumnDesc: 'Azalan Şekilde Sırala',
81
+ sortedByColumnAsc: 'Artan Şekilde Sıralandı',
82
+ sortedByColumnDesc: 'Azalan Şekilde Sıralandı',
83
+ thenBy: ', sonra ',
84
+ toggleDensity: 'Sıklığı Değiştir',
85
+ toggleFullScreen: 'Tam Ekranı Değiştir',
86
+ toggleSelectAll: 'Tümünü Seç',
87
+ toggleSelectRow: 'Satır Seç',
88
+ toggleVisibility: 'Görünürlüğü Değiştir',
89
+ ungroupByColumn: '{column} Sütununu Çöz',
90
+ unpin: 'Çöz',
91
+ unpinAll: 'Tümünü Çöz',
92
+ unsorted: 'Sıralanmadı',
93
93
  };
94
94
 
95
95
  exports.MRT_Localization_TR = MRT_Localization_TR;
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_VI: MRT_Localization;
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_VI: MRT_Localization;