material-react-table 2.13.0 → 2.13.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 CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.13.0",
2
+ "version": "2.13.2",
3
3
  "license": "MIT",
4
4
  "name": "material-react-table",
5
5
  "description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -62,47 +62,47 @@
62
62
  "build-storybook": "storybook build"
63
63
  },
64
64
  "devDependencies": {
65
- "@emotion/react": "^11.11.4",
66
- "@emotion/styled": "^11.11.5",
65
+ "@emotion/react": "^11.13.3",
66
+ "@emotion/styled": "^11.13.0",
67
67
  "@faker-js/faker": "^8.4.1",
68
- "@mui/icons-material": "^5.15.15",
69
- "@mui/material": "^5.15.15",
70
- "@mui/x-date-pickers": "^7.2.0",
68
+ "@mui/icons-material": "^5.16.5",
69
+ "@mui/material": "^5.16.5",
70
+ "@mui/x-date-pickers": "^7.11.1",
71
71
  "@rollup/plugin-typescript": "^11.1.6",
72
- "@size-limit/preset-small-lib": "^11.1.2",
73
- "@storybook/addon-a11y": "^8.0.8",
74
- "@storybook/addon-essentials": "^8.0.8",
75
- "@storybook/addon-links": "^8.0.8",
76
- "@storybook/addon-storysource": "^8.0.8",
77
- "@storybook/blocks": "^8.0.8",
78
- "@storybook/preview-api": "^8.0.8",
79
- "@storybook/react": "^8.0.8",
80
- "@storybook/react-vite": "^8.0.8",
81
- "@types/node": "^20.12.7",
82
- "@types/react": "^18.2.79",
83
- "@types/react-dom": "^18.2.25",
84
- "@typescript-eslint/eslint-plugin": "^7.7.0",
85
- "@typescript-eslint/parser": "^7.7.0",
86
- "@vitejs/plugin-react": "^4.2.1",
87
- "eslint": "^9.0.0",
72
+ "@size-limit/preset-small-lib": "^11.1.4",
73
+ "@storybook/addon-a11y": "^8.2.9",
74
+ "@storybook/addon-essentials": "^8.2.9",
75
+ "@storybook/addon-links": "^8.2.9",
76
+ "@storybook/addon-storysource": "^8.2.9",
77
+ "@storybook/blocks": "^8.2.9",
78
+ "@storybook/preview-api": "^8.2.9",
79
+ "@storybook/react": "^8.2.9",
80
+ "@storybook/react-vite": "^8.2.9",
81
+ "@types/node": "^22.5.1",
82
+ "@types/react": "^18.3.5",
83
+ "@types/react-dom": "^18.3.0",
84
+ "@typescript-eslint/eslint-plugin": "^8.3.0",
85
+ "@typescript-eslint/parser": "^8.3.0",
86
+ "@vitejs/plugin-react": "^4.3.1",
87
+ "eslint": "^9.9.1",
88
88
  "eslint-plugin-mui-path-imports": "^0.0.15",
89
- "eslint-plugin-perfectionist": "^2.9.0",
89
+ "eslint-plugin-perfectionist": "^3.3.0",
90
90
  "eslint-plugin-storybook": "^0.8.0",
91
91
  "prop-types": "^15.8.1",
92
- "react": "^18.2.0",
93
- "react-dom": "^18.2.0",
94
- "react-is": "^18.2.0",
92
+ "react": "^18.3.1",
93
+ "react-dom": "^18.3.1",
94
+ "react-is": "^18.3.1",
95
95
  "rollup": "^2.79.1",
96
96
  "rollup-plugin-copy": "^3.5.0",
97
97
  "rollup-plugin-delete": "^2.0.0",
98
- "rollup-plugin-dts": "^6.1.0",
98
+ "rollup-plugin-dts": "^6.1.1",
99
99
  "rollup-plugin-peer-deps-external": "^2.2.4",
100
- "size-limit": "^11.1.2",
101
- "storybook": "^8.0.8",
102
- "storybook-dark-mode": "^4.0.1",
103
- "tslib": "^2.6.2",
104
- "typescript": "^5.4.5",
105
- "vite": "^5.2.9"
100
+ "size-limit": "^11.1.4",
101
+ "storybook": "^8.2.9",
102
+ "storybook-dark-mode": "^4.0.2",
103
+ "tslib": "^2.7.0",
104
+ "typescript": "^5.5.4",
105
+ "vite": "^5.4.2"
106
106
  },
107
107
  "peerDependencies": {
108
108
  "@emotion/react": ">=11.11",
@@ -114,9 +114,9 @@
114
114
  "react-dom": ">=17.0"
115
115
  },
116
116
  "dependencies": {
117
- "@tanstack/match-sorter-utils": "8.15.1",
118
- "@tanstack/react-table": "8.16.0",
119
- "@tanstack/react-virtual": "3.3.0",
117
+ "@tanstack/match-sorter-utils": "8.19.4",
118
+ "@tanstack/react-table": "8.20.5",
119
+ "@tanstack/react-virtual": "3.10.6",
120
120
  "highlight-words": "1.2.2"
121
121
  }
122
122
  }
@@ -191,6 +191,8 @@ export const MRT_TableBodyCell = <TData extends MRT_RowData>({
191
191
  const cellValueProps = {
192
192
  cell,
193
193
  table,
194
+ staticColumnIndex,
195
+ staticRowIndex,
194
196
  };
195
197
 
196
198
  const handleDoubleClick = (event: MouseEvent<HTMLTableCellElement>) => {
@@ -285,7 +287,7 @@ export const MRT_TableBodyCell = <TData extends MRT_RowData>({
285
287
  {tableCellProps.children ?? (
286
288
  <>
287
289
  {cell.getIsPlaceholder() ? (
288
- columnDef.PlaceholderCell?.({ cell, column, row, table }) ?? null
290
+ (columnDef.PlaceholderCell?.({ cell, column, row, table }) ?? null)
289
291
  ) : showSkeletons !== false && (isLoading || showSkeletons) ? (
290
292
  <Skeleton
291
293
  animation="wave"
@@ -43,6 +43,8 @@ export const MRT_TableBodyCellValue = <TData extends MRT_RowData>({
43
43
  column,
44
44
  row,
45
45
  table,
46
+ staticColumnIndex,
47
+ staticRowIndex,
46
48
  })
47
49
  : row.getIsGrouped() && !cell.getIsGrouped()
48
50
  ? null
@@ -52,6 +54,8 @@ export const MRT_TableBodyCellValue = <TData extends MRT_RowData>({
52
54
  column,
53
55
  row,
54
56
  table,
57
+ staticColumnIndex,
58
+ staticRowIndex,
55
59
  })
56
60
  : undefined;
57
61
 
@@ -79,13 +79,13 @@ export const MRT_TableFooterCell = <TData extends MRT_RowData>({
79
79
  {tableCellProps.children ??
80
80
  (footer.isPlaceholder
81
81
  ? null
82
- : parseFromValuesOrFunc(columnDef.Footer, {
82
+ : (parseFromValuesOrFunc(columnDef.Footer, {
83
83
  column,
84
84
  footer,
85
85
  table,
86
86
  }) ??
87
87
  columnDef.footer ??
88
- null)}
88
+ null))}
89
89
  </TableCell>
90
90
  );
91
91
  };
@@ -163,9 +163,18 @@ export const MRT_TableHeadCell = <TData extends MRT_RowData>({
163
163
  ? 'right'
164
164
  : 'left'
165
165
  }
166
+ aria-sort={
167
+ column.getIsSorted()
168
+ ? column.getIsSorted() === 'asc'
169
+ ? 'ascending'
170
+ : 'descending'
171
+ : 'none'
172
+ }
166
173
  colSpan={header.colSpan}
174
+ data-can-sort={column.getCanSort() || undefined}
167
175
  data-index={staticColumnIndex}
168
176
  data-pinned={!!isColumnPinned || undefined}
177
+ data-sort={column.getIsSorted() || undefined}
169
178
  onDragEnter={handleDragEnter}
170
179
  onDragOver={handleDragOver}
171
180
  ref={(node: HTMLTableCellElement) => {
@@ -222,7 +231,7 @@ export const MRT_TableHeadCell = <TData extends MRT_RowData>({
222
231
  >
223
232
  {header.isPlaceholder
224
233
  ? null
225
- : tableCellProps.children ?? (
234
+ : (tableCellProps.children ?? (
226
235
  <Box
227
236
  className="Mui-TableHeadCell-Content"
228
237
  sx={{
@@ -312,7 +321,7 @@ export const MRT_TableHeadCell = <TData extends MRT_RowData>({
312
321
  <MRT_TableHeadCellResizeHandle header={header} table={table} />
313
322
  )}
314
323
  </Box>
315
- )}
324
+ ))}
316
325
  {columnFilterDisplayMode === 'subheader' && column.getCanFilter() && (
317
326
  <MRT_TableHeadCellFilterContainer header={header} table={table} />
318
327
  )}
@@ -42,6 +42,7 @@ export const MRT_EditCellTextField = <TData extends MRT_RowData>({
42
42
  const isEditing = editingRow?.id === row.id;
43
43
 
44
44
  const [value, setValue] = useState(() => cell.getValue<string>());
45
+ const [completesComposition, setCompletesComposition] = useState(true);
45
46
 
46
47
  const textFieldProps: TextFieldProps = {
47
48
  ...parseFromValuesOrFunc(muiEditTextFieldProps, {
@@ -94,7 +95,7 @@ export const MRT_EditCellTextField = <TData extends MRT_RowData>({
94
95
 
95
96
  const handleEnterKeyDown = (event: KeyboardEvent<HTMLInputElement>) => {
96
97
  textFieldProps.onKeyDown?.(event);
97
- if (event.key === 'Enter' && !event.shiftKey) {
98
+ if (event.key === 'Enter' && !event.shiftKey && completesComposition) {
98
99
  editInputRefs.current[column.id]?.blur();
99
100
  }
100
101
  };
@@ -151,6 +152,7 @@ export const MRT_EditCellTextField = <TData extends MRT_RowData>({
151
152
  }}
152
153
  SelectProps={{
153
154
  MenuProps: { disableScrollLock: true },
155
+ ...textFieldProps.SelectProps,
154
156
  }}
155
157
  inputProps={{
156
158
  autoComplete: 'new-password', //disable autocomplete and autofill
@@ -163,6 +165,8 @@ export const MRT_EditCellTextField = <TData extends MRT_RowData>({
163
165
  textFieldProps?.onClick?.(e);
164
166
  }}
165
167
  onKeyDown={handleEnterKeyDown}
168
+ onCompositionStart={() => setCompletesComposition(false)}
169
+ onCompositionEnd={() => setCompletesComposition(true)}
166
170
  >
167
171
  {textFieldProps.children ??
168
172
  selectOptions?.map((option) => {
@@ -41,7 +41,7 @@ export const MRT_FilterRangeSlider = <TData extends MRT_RowData>({
41
41
  let [min, max] =
42
42
  sliderProps.min !== undefined && sliderProps.max !== undefined
43
43
  ? [sliderProps.min, sliderProps.max]
44
- : column.getFacetedMinMaxValues() ?? [0, 1];
44
+ : (column.getFacetedMinMaxValues() ?? [0, 1]);
45
45
 
46
46
  //fix potential TanStack Table bugs where min or max is an array
47
47
  if (Array.isArray(min)) min = min[0];
@@ -117,8 +117,11 @@ export const MRT_FilterTextField = <TData extends MRT_RowData>({
117
117
  : '';
118
118
 
119
119
  const filterPlaceholder = !isRangeFilter
120
- ? textFieldProps?.placeholder ??
121
- localization.filterByColumn?.replace('{column}', String(columnDef.header))
120
+ ? (textFieldProps?.placeholder ??
121
+ localization.filterByColumn?.replace(
122
+ '{column}',
123
+ String(columnDef.header),
124
+ ))
122
125
  : rangeFilterIndex === 0
123
126
  ? localization.min
124
127
  : rangeFilterIndex === 1
@@ -141,7 +144,7 @@ export const MRT_FilterTextField = <TData extends MRT_RowData>({
141
144
  ? (column.getFilterValue() as [string, string])?.[
142
145
  rangeFilterIndex as number
143
146
  ] || ''
144
- : (column.getFilterValue() as string) ?? '',
147
+ : ((column.getFilterValue() as string) ?? ''),
145
148
  );
146
149
  const [autocompleteValue, setAutocompleteValue] =
147
150
  useState<DropdownOption | null>(
@@ -254,7 +254,7 @@ export const MRT_FilterOptionMenu = <TData extends MRT_RowData>({
254
254
  {...rest}
255
255
  >
256
256
  {(header && column && columnDef
257
- ? columnDef.renderColumnFilterModeMenuItems?.({
257
+ ? (columnDef.renderColumnFilterModeMenuItems?.({
258
258
  column: column as any,
259
259
  internalFilterOptions,
260
260
  onSelectFilterMode: handleSelectFilterMode,
@@ -265,7 +265,7 @@ export const MRT_FilterOptionMenu = <TData extends MRT_RowData>({
265
265
  internalFilterOptions,
266
266
  onSelectFilterMode: handleSelectFilterMode,
267
267
  table,
268
- })
268
+ }))
269
269
  : renderGlobalFilterModeMenuItems?.({
270
270
  internalFilterOptions,
271
271
  onSelectFilterMode: handleSelectFilterMode,
@@ -56,12 +56,12 @@ export const MRT_TableContainer = <TData extends MRT_RowData>({
56
56
  useIsomorphicLayoutEffect(() => {
57
57
  const topToolbarHeight =
58
58
  typeof document !== 'undefined'
59
- ? topToolbarRef.current?.offsetHeight ?? 0
59
+ ? (topToolbarRef.current?.offsetHeight ?? 0)
60
60
  : 0;
61
61
 
62
62
  const bottomToolbarHeight =
63
63
  typeof document !== 'undefined'
64
- ? bottomToolbarRef?.current?.offsetHeight ?? 0
64
+ ? (bottomToolbarRef?.current?.offsetHeight ?? 0)
65
65
  : 0;
66
66
 
67
67
  setTotalToolbarHeight(topToolbarHeight + bottomToolbarHeight);
@@ -79,7 +79,7 @@ export const getMRT_RowExpandColumnDef = <TData extends MRT_RowData>(
79
79
  id: 'mrt-row-expand',
80
80
  size:
81
81
  groupedColumnMode === 'remove'
82
- ? defaultColumn?.size ?? 180
82
+ ? (defaultColumn?.size ?? 180)
83
83
  : renderDetailPanel
84
84
  ? enableExpandAll
85
85
  ? 60
@@ -91,7 +91,7 @@ export const useMRT_ColumnVirtualizer = <
91
91
  }) as unknown as MRT_ColumnVirtualizer<TScrollElement, TItemElement>;
92
92
 
93
93
  const virtualColumns = columnVirtualizer.getVirtualItems();
94
- columnVirtualizer.virtualColumns = virtualColumns;
94
+ columnVirtualizer.virtualColumns = virtualColumns as any;
95
95
  const numColumns = virtualColumns.length;
96
96
 
97
97
  if (numColumns) {
@@ -65,7 +65,7 @@ export const useMRT_RowVirtualizer = <
65
65
  ...rowVirtualizerProps,
66
66
  }) as unknown as MRT_RowVirtualizer<TScrollElement, TItemElement>;
67
67
 
68
- rowVirtualizer.virtualRows = rowVirtualizer.getVirtualItems();
68
+ rowVirtualizer.virtualRows = rowVirtualizer.getVirtualItems() as any;
69
69
 
70
70
  if (rowVirtualizerInstanceRef) {
71
71
  //@ts-ignore
@@ -99,10 +99,10 @@ export const useMRT_TableInstance = <TData extends MRT_RowData>(
99
99
  ).map((col) => ({
100
100
  [getColumnId(col)]:
101
101
  col.filterFn instanceof Function
102
- ? col.filterFn.name ?? 'custom'
103
- : col.filterFn ??
102
+ ? (col.filterFn.name ?? 'custom')
103
+ : (col.filterFn ??
104
104
  initialState?.columnFilterFns?.[getColumnId(col)] ??
105
- getDefaultColumnFilterFn(col),
105
+ getDefaultColumnFilterFn(col)),
106
106
  })),
107
107
  ),
108
108
  );
package/src/types.ts CHANGED
@@ -406,24 +406,27 @@ export interface MRT_TableState<TData extends MRT_RowData> extends TableState {
406
406
  showToolbarDropZone: boolean;
407
407
  }
408
408
 
409
- export type MRT_ColumnDef<TData extends MRT_RowData, TValue = unknown> = Omit<
410
- ColumnDef<TData, TValue>,
411
- | 'accessorKey'
412
- | 'aggregatedCell'
413
- | 'aggregationFn'
414
- | 'cell'
415
- | 'columns'
416
- | 'filterFn'
417
- | 'footer'
418
- | 'header'
419
- | 'id'
420
- | 'sortingFn'
421
- > & {
409
+ export interface MRT_ColumnDef<TData extends MRT_RowData, TValue = unknown>
410
+ extends Omit<
411
+ ColumnDef<TData, TValue>,
412
+ | 'accessorKey'
413
+ | 'aggregatedCell'
414
+ | 'aggregationFn'
415
+ | 'cell'
416
+ | 'columns'
417
+ | 'filterFn'
418
+ | 'footer'
419
+ | 'header'
420
+ | 'id'
421
+ | 'sortingFn'
422
+ > {
422
423
  AggregatedCell?: (props: {
423
424
  cell: MRT_Cell<TData, TValue>;
424
425
  column: MRT_Column<TData, TValue>;
425
426
  row: MRT_Row<TData>;
426
427
  table: MRT_TableInstance<TData>;
428
+ staticColumnIndex?: number;
429
+ staticRowIndex?: number;
427
430
  }) => ReactNode;
428
431
  Cell?: (props: {
429
432
  cell: MRT_Cell<TData, TValue>;
@@ -459,6 +462,8 @@ export type MRT_ColumnDef<TData extends MRT_RowData, TValue = unknown> = Omit<
459
462
  column: MRT_Column<TData, TValue>;
460
463
  row: MRT_Row<TData>;
461
464
  table: MRT_TableInstance<TData>;
465
+ staticColumnIndex?: number;
466
+ staticRowIndex?: number;
462
467
  }) => ReactNode;
463
468
  Header?:
464
469
  | ((props: {
@@ -678,7 +683,7 @@ export type MRT_ColumnDef<TData extends MRT_RowData, TValue = unknown> = Omit<
678
683
  }) => ReactNode[];
679
684
  sortingFn?: MRT_SortingFn<TData>;
680
685
  visibleInShowHideMenu?: boolean;
681
- };
686
+ }
682
687
 
683
688
  export type MRT_DisplayColumnDef<
684
689
  TData extends MRT_RowData,
@@ -798,19 +803,20 @@ export type MRT_DisplayColumnIds =
798
803
  * See the full props list on the official docs site:
799
804
  * @link https://www.material-react-table.com/docs/api/props
800
805
  */
801
- export type MRT_TableOptions<TData extends MRT_RowData> = Omit<
802
- Partial<TableOptions<TData>>,
803
- | 'columns'
804
- | 'data'
805
- | 'defaultColumn'
806
- | 'enableRowSelection'
807
- | 'expandRowsFn'
808
- | 'getRowId'
809
- | 'globalFilterFn'
810
- | 'initialState'
811
- | 'onStateChange'
812
- | 'state'
813
- > & {
806
+ export interface MRT_TableOptions<TData extends MRT_RowData>
807
+ extends Omit<
808
+ Partial<TableOptions<TData>>,
809
+ | 'columns'
810
+ | 'data'
811
+ | 'defaultColumn'
812
+ | 'enableRowSelection'
813
+ | 'expandRowsFn'
814
+ | 'getRowId'
815
+ | 'globalFilterFn'
816
+ | 'initialState'
817
+ | 'onStateChange'
818
+ | 'state'
819
+ > {
814
820
  columnFilterDisplayMode?: 'custom' | 'popover' | 'subheader';
815
821
  columnFilterModeOptions?: Array<
816
822
  LiteralUnion<string & MRT_FilterOption>
@@ -1289,4 +1295,4 @@ export type MRT_TableOptions<TData extends MRT_RowData> = Omit<
1289
1295
  * Manage state externally any way you want, then pass it back into MRT.
1290
1296
  */
1291
1297
  state?: Partial<MRT_TableState<TData>>;
1292
- };
1298
+ }
@@ -1,3 +0,0 @@
1
- import { type MRT_Localization } from '../..';
2
- export declare const MRT_Localization_AM: MRT_Localization;
3
-
@@ -1,3 +0,0 @@
1
- import { type MRT_Localization } from '../..';
2
- export declare const MRT_Localization_AM: MRT_Localization;
3
-
@@ -1,93 +0,0 @@
1
- const MRT_Localization_AM = {
2
- actions: 'እግር',
3
- and: 'እና',
4
- cancel: 'ሰርዝ',
5
- changeFilterMode: 'በማጣጣት የተቋቋኸውን ይቀይር',
6
- changeSearchMode: 'በደጋገሚ የተጠቀሰከውን ይቀይር',
7
- clearFilter: 'ተጠናቀቁ',
8
- clearSearch: 'የይላላ ግባብውን ይሰርዝ',
9
- clearSort: 'የማጣጣትውን ይሰረዝ',
10
- clickToCopy: 'ከሁሉም ተዘጋጅላቸው ይከፍሉ',
11
- collapse: 'ርክበ',
12
- collapseAll: 'ሁሉንም ርክበ',
13
- columnActions: 'ሁሉንም ማጠናከሪያዎች',
14
- copiedToClipboard: 'የተቀደሰውን ብለን ይከፈሉ',
15
- dropToGroupBy: 'ለ{column} የቡና ቦታ ወደጥዋት ይዘገቡ',
16
- edit: 'አስተካክ',
17
- expand: 'ጠቀሱ',
18
- expandAll: 'ሁሉንም ጠቀሱ',
19
- filterArrIncludes: 'አካሉን አስፈልጎ',
20
- filterArrIncludesAll: 'አካሉን ሁሉንም አስፈልጎ',
21
- filterArrIncludesSome: 'አካሉን ያለሁሉን አስፈልጎ',
22
- filterBetween: 'እና',
23
- filterBetweenInclusive: 'እና',
24
- filterByColumn: '{column} በአካል ማጣጣት',
25
- filterContains: 'የነሀበቱ አካል',
26
- filterEmpty: 'ትናት የለው',
27
- filterEndsWith: 'የመጨረሻው እብዎች',
28
- filterEquals: 'ከተማ',
29
- filterEqualsString: 'ከተማ',
30
- filterFuzzy: 'አስተናገር',
31
- filterGreaterThan: 'ድጋሜ',
32
- filterGreaterThanOrEqualTo: 'ድጋሜ ወይስ ትናት',
33
- filterInNumberRange: 'እና',
34
- filterIncludesString: 'አካሉን አስፈልጎ',
35
- filterIncludesStringSensitive: 'አካሉን አስፈልጎ',
36
- filterLessThan: 'ትናት',
37
- filterLessThanOrEqualTo: 'ትናት ወይስ ድጋሜ',
38
- filterMode: 'የቡና አካል: {filterType}',
39
- filterNotEmpty: 'ከለዎ',
40
- filterNotEquals: 'ከተማ የለው',
41
- filterStartsWith: 'የመጀሳው እብዎች',
42
- filterWeakEquals: 'ከተማ',
43
- filteringByColumn: '{column} በማጣጣት - {filterType} {filterValue}',
44
- goToFirstPage: 'ወደ መመለሻ ገጽ ይሂዱ',
45
- goToLastPage: 'ወደ መጨረሻ ገጽ ይሂዱ',
46
- goToNextPage: 'ወደ ቀጣይ ገጽ ይሂዱ',
47
- goToPreviousPage: 'ወደ ቀጣይ ገጽ ይሂዱ',
48
- grab: 'ቆይ',
49
- groupByColumn: '{column} ቡና',
50
- groupedBy: 'ቡና ቦታ ',
51
- hideAll: 'ሁሉንም ደገን',
52
- hideColumn: '{column} አካልን ደገን',
53
- max: 'ከፍተኛ',
54
- min: 'ከሚካሄዱ',
55
- move: 'እርምጃ',
56
- noRecordsToDisplay: 'ምንም የተለየም አልነበረም',
57
- noResultsFound: 'ምንም አልተገኘም',
58
- of: 'ከ',
59
- or: 'ወይም',
60
- pin: 'ቀዝቃኛ',
61
- pinToLeft: 'ወደ ግራ ቀዝቃኛ',
62
- pinToRight: 'ወደ ቀኝ ቀዝቃኛ',
63
- resetColumnSize: 'አካል መልክ ይስጥ',
64
- resetOrder: 'ማጣጣት ይስጥ',
65
- rowActions: 'ከሚከባቡ ማጠናከሪያዎች',
66
- rowNumber: '#',
67
- rowNumbers: 'የስም ቁጥሮች',
68
- rowsPerPage: 'በገቢ የቁጥር ቁጥሮች',
69
- save: 'አስቀምጥ',
70
- search: 'ፈልግ',
71
- selectedCountOfRowCountRowsSelected: 'የ{rowCount} ቁጥሮች ውስጠ የ{selectedCount} ሁኔ አምስቱ ቁጥሮች',
72
- select: 'ይምረጡ',
73
- showAll: 'ሁሉንም አሳ',
74
- showAllColumns: 'ሁሉንም አሳ',
75
- showHideColumns: 'ማጋጣሚዎችን አሳ/ሲክም',
76
- showHideFilters: 'ማጣጣዎችን አሳ/ሲክም',
77
- showHideSearch: 'ፍለጎችን አሳ/ሲክም',
78
- sortByColumnAsc: '{column} በለዋሉ ማጣጣት',
79
- sortByColumnDesc: '{column} በታዋሉ ማጣጣት',
80
- sortedByColumnAsc: '{column} በለዋሉ ነቀላዋሉ',
81
- sortedByColumnDesc: '{column} በታዋሉ ነቀላዋሉ',
82
- thenBy: 'እና',
83
- toggleDensity: 'ባዝላምውን አሳ/ሲክም',
84
- toggleFullScreen: 'የሙሉ ማሳያ አሳ/ሲክም',
85
- toggleSelectAll: 'ሁሉንም ይምረጡ/ይላል',
86
- toggleSelectRow: 'ቁጥሮችን ይምረጡ/ይላል',
87
- toggleVisibility: 'አሳ/ሲክም',
88
- ungroupByColumn: 'ቡና ማጣጣት ይከፍሉ',
89
- unpin: 'ቀዝቃኛን ቀዝቃኛን ይከፍሉ',
90
- unpinAll: 'ሁሉንም ቀዝቃኛን ቀዝቃኛን ይከፍሉ',
91
- };
92
-
93
- export { MRT_Localization_AM };
@@ -1,97 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const MRT_Localization_AM = {
6
- actions: 'እግር',
7
- and: 'እና',
8
- cancel: 'ሰርዝ',
9
- changeFilterMode: 'በማጣጣት የተቋቋኸውን ይቀይር',
10
- changeSearchMode: 'በደጋገሚ የተጠቀሰከውን ይቀይር',
11
- clearFilter: 'ተጠናቀቁ',
12
- clearSearch: 'የይላላ ግባብውን ይሰርዝ',
13
- clearSort: 'የማጣጣትውን ይሰረዝ',
14
- clickToCopy: 'ከሁሉም ተዘጋጅላቸው ይከፍሉ',
15
- collapse: 'ርክበ',
16
- collapseAll: 'ሁሉንም ርክበ',
17
- columnActions: 'ሁሉንም ማጠናከሪያዎች',
18
- copiedToClipboard: 'የተቀደሰውን ብለን ይከፈሉ',
19
- dropToGroupBy: 'ለ{column} የቡና ቦታ ወደጥዋት ይዘገቡ',
20
- edit: 'አስተካክ',
21
- expand: 'ጠቀሱ',
22
- expandAll: 'ሁሉንም ጠቀሱ',
23
- filterArrIncludes: 'አካሉን አስፈልጎ',
24
- filterArrIncludesAll: 'አካሉን ሁሉንም አስፈልጎ',
25
- filterArrIncludesSome: 'አካሉን ያለሁሉን አስፈልጎ',
26
- filterBetween: 'እና',
27
- filterBetweenInclusive: 'እና',
28
- filterByColumn: '{column} በአካል ማጣጣት',
29
- filterContains: 'የነሀበቱ አካል',
30
- filterEmpty: 'ትናት የለው',
31
- filterEndsWith: 'የመጨረሻው እብዎች',
32
- filterEquals: 'ከተማ',
33
- filterEqualsString: 'ከተማ',
34
- filterFuzzy: 'አስተናገር',
35
- filterGreaterThan: 'ድጋሜ',
36
- filterGreaterThanOrEqualTo: 'ድጋሜ ወይስ ትናት',
37
- filterInNumberRange: 'እና',
38
- filterIncludesString: 'አካሉን አስፈልጎ',
39
- filterIncludesStringSensitive: 'አካሉን አስፈልጎ',
40
- filterLessThan: 'ትናት',
41
- filterLessThanOrEqualTo: 'ትናት ወይስ ድጋሜ',
42
- filterMode: 'የቡና አካል: {filterType}',
43
- filterNotEmpty: 'ከለዎ',
44
- filterNotEquals: 'ከተማ የለው',
45
- filterStartsWith: 'የመጀሳው እብዎች',
46
- filterWeakEquals: 'ከተማ',
47
- filteringByColumn: '{column} በማጣጣት - {filterType} {filterValue}',
48
- goToFirstPage: 'ወደ መመለሻ ገጽ ይሂዱ',
49
- goToLastPage: 'ወደ መጨረሻ ገጽ ይሂዱ',
50
- goToNextPage: 'ወደ ቀጣይ ገጽ ይሂዱ',
51
- goToPreviousPage: 'ወደ ቀጣይ ገጽ ይሂዱ',
52
- grab: 'ቆይ',
53
- groupByColumn: '{column} ቡና',
54
- groupedBy: 'ቡና ቦታ ',
55
- hideAll: 'ሁሉንም ደገን',
56
- hideColumn: '{column} አካልን ደገን',
57
- max: 'ከፍተኛ',
58
- min: 'ከሚካሄዱ',
59
- move: 'እርምጃ',
60
- noRecordsToDisplay: 'ምንም የተለየም አልነበረም',
61
- noResultsFound: 'ምንም አልተገኘም',
62
- of: 'ከ',
63
- or: 'ወይም',
64
- pin: 'ቀዝቃኛ',
65
- pinToLeft: 'ወደ ግራ ቀዝቃኛ',
66
- pinToRight: 'ወደ ቀኝ ቀዝቃኛ',
67
- resetColumnSize: 'አካል መልክ ይስጥ',
68
- resetOrder: 'ማጣጣት ይስጥ',
69
- rowActions: 'ከሚከባቡ ማጠናከሪያዎች',
70
- rowNumber: '#',
71
- rowNumbers: 'የስም ቁጥሮች',
72
- rowsPerPage: 'በገቢ የቁጥር ቁጥሮች',
73
- save: 'አስቀምጥ',
74
- search: 'ፈልግ',
75
- selectedCountOfRowCountRowsSelected: 'የ{rowCount} ቁጥሮች ውስጠ የ{selectedCount} ሁኔ አምስቱ ቁጥሮች',
76
- select: 'ይምረጡ',
77
- showAll: 'ሁሉንም አሳ',
78
- showAllColumns: 'ሁሉንም አሳ',
79
- showHideColumns: 'ማጋጣሚዎችን አሳ/ሲክም',
80
- showHideFilters: 'ማጣጣዎችን አሳ/ሲክም',
81
- showHideSearch: 'ፍለጎችን አሳ/ሲክም',
82
- sortByColumnAsc: '{column} በለዋሉ ማጣጣት',
83
- sortByColumnDesc: '{column} በታዋሉ ማጣጣት',
84
- sortedByColumnAsc: '{column} በለዋሉ ነቀላዋሉ',
85
- sortedByColumnDesc: '{column} በታዋሉ ነቀላዋሉ',
86
- thenBy: 'እና',
87
- toggleDensity: 'ባዝላምውን አሳ/ሲክም',
88
- toggleFullScreen: 'የሙሉ ማሳያ አሳ/ሲክም',
89
- toggleSelectAll: 'ሁሉንም ይምረጡ/ይላል',
90
- toggleSelectRow: 'ቁጥሮችን ይምረጡ/ይላል',
91
- toggleVisibility: 'አሳ/ሲክም',
92
- ungroupByColumn: 'ቡና ማጣጣት ይከፍሉ',
93
- unpin: 'ቀዝቃኛን ቀዝቃኛን ይከፍሉ',
94
- unpinAll: 'ሁሉንም ቀዝቃኛን ቀዝቃኛን ይከፍሉ',
95
- };
96
-
97
- exports.MRT_Localization_AM = MRT_Localization_AM;
@@ -1,6 +0,0 @@
1
- {
2
- "main": "index.js",
3
- "module": "index.esm.js",
4
- "sideEffects": false,
5
- "types": "index.d.ts"
6
- }