material-react-table 1.6.4 → 1.6.6

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.
Files changed (110) hide show
  1. package/dist/cjs/index.js +2 -2
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/_locales/sv.d.ts +2 -0
  4. package/dist/cjs/types/_locales/uk.d.ts +2 -0
  5. package/dist/cjs/types/body/MRT_TableBody.d.ts +3 -3
  6. package/dist/cjs/types/body/MRT_TableBodyCell.d.ts +3 -3
  7. package/dist/cjs/types/body/MRT_TableBodyCellValue.d.ts +2 -2
  8. package/dist/cjs/types/body/MRT_TableBodyRow.d.ts +3 -3
  9. package/dist/cjs/types/body/MRT_TableBodyRowGrabHandle.d.ts +2 -2
  10. package/dist/cjs/types/body/MRT_TableDetailPanel.d.ts +2 -2
  11. package/dist/cjs/types/buttons/MRT_ExpandAllButton.d.ts +2 -2
  12. package/dist/cjs/types/buttons/MRT_ExpandButton.d.ts +2 -2
  13. package/dist/cjs/types/footer/MRT_TableFooter.d.ts +2 -2
  14. package/dist/cjs/types/footer/MRT_TableFooterCell.d.ts +2 -2
  15. package/dist/cjs/types/footer/MRT_TableFooterRow.d.ts +2 -2
  16. package/dist/cjs/types/head/MRT_TableHead.d.ts +2 -2
  17. package/dist/cjs/types/head/MRT_TableHeadCell.d.ts +2 -2
  18. package/dist/cjs/types/head/MRT_TableHeadCellColumnActionsButton.d.ts +2 -2
  19. package/dist/cjs/types/head/MRT_TableHeadCellFilterContainer.d.ts +2 -2
  20. package/dist/cjs/types/head/MRT_TableHeadCellFilterLabel.d.ts +2 -2
  21. package/dist/cjs/types/head/MRT_TableHeadCellGrabHandle.d.ts +2 -2
  22. package/dist/cjs/types/head/MRT_TableHeadCellResizeHandle.d.ts +2 -2
  23. package/dist/cjs/types/head/MRT_TableHeadCellSortLabel.d.ts +2 -2
  24. package/dist/cjs/types/head/MRT_TableHeadRow.d.ts +2 -2
  25. package/dist/cjs/types/inputs/MRT_FilterCheckbox.d.ts +2 -2
  26. package/dist/cjs/types/inputs/MRT_FilterRangeFields.d.ts +2 -2
  27. package/dist/cjs/types/inputs/MRT_FilterTextField.d.ts +2 -2
  28. package/dist/cjs/types/inputs/MRT_SelectCheckbox.d.ts +2 -2
  29. package/dist/cjs/types/menus/MRT_ColumnActionMenu.d.ts +2 -2
  30. package/dist/cjs/types/menus/MRT_RowActionMenu.d.ts +2 -2
  31. package/dist/cjs/types/table/MRT_Table.d.ts +2 -2
  32. package/dist/cjs/types/table/MRT_TableContainer.d.ts +2 -2
  33. package/dist/cjs/types/table/MRT_TablePaper.d.ts +2 -2
  34. package/dist/esm/material-react-table.esm.js +2 -2
  35. package/dist/esm/material-react-table.esm.js.map +1 -1
  36. package/dist/esm/types/_locales/sv.d.ts +2 -0
  37. package/dist/esm/types/_locales/uk.d.ts +2 -0
  38. package/dist/esm/types/body/MRT_TableBody.d.ts +3 -3
  39. package/dist/esm/types/body/MRT_TableBodyCell.d.ts +3 -3
  40. package/dist/esm/types/body/MRT_TableBodyCellValue.d.ts +2 -2
  41. package/dist/esm/types/body/MRT_TableBodyRow.d.ts +3 -3
  42. package/dist/esm/types/body/MRT_TableBodyRowGrabHandle.d.ts +2 -2
  43. package/dist/esm/types/body/MRT_TableDetailPanel.d.ts +2 -2
  44. package/dist/esm/types/buttons/MRT_ExpandAllButton.d.ts +2 -2
  45. package/dist/esm/types/buttons/MRT_ExpandButton.d.ts +2 -2
  46. package/dist/esm/types/footer/MRT_TableFooter.d.ts +2 -2
  47. package/dist/esm/types/footer/MRT_TableFooterCell.d.ts +2 -2
  48. package/dist/esm/types/footer/MRT_TableFooterRow.d.ts +2 -2
  49. package/dist/esm/types/head/MRT_TableHead.d.ts +2 -2
  50. package/dist/esm/types/head/MRT_TableHeadCell.d.ts +2 -2
  51. package/dist/esm/types/head/MRT_TableHeadCellColumnActionsButton.d.ts +2 -2
  52. package/dist/esm/types/head/MRT_TableHeadCellFilterContainer.d.ts +2 -2
  53. package/dist/esm/types/head/MRT_TableHeadCellFilterLabel.d.ts +2 -2
  54. package/dist/esm/types/head/MRT_TableHeadCellGrabHandle.d.ts +2 -2
  55. package/dist/esm/types/head/MRT_TableHeadCellResizeHandle.d.ts +2 -2
  56. package/dist/esm/types/head/MRT_TableHeadCellSortLabel.d.ts +2 -2
  57. package/dist/esm/types/head/MRT_TableHeadRow.d.ts +2 -2
  58. package/dist/esm/types/inputs/MRT_FilterCheckbox.d.ts +2 -2
  59. package/dist/esm/types/inputs/MRT_FilterRangeFields.d.ts +2 -2
  60. package/dist/esm/types/inputs/MRT_FilterTextField.d.ts +2 -2
  61. package/dist/esm/types/inputs/MRT_SelectCheckbox.d.ts +2 -2
  62. package/dist/esm/types/menus/MRT_ColumnActionMenu.d.ts +2 -2
  63. package/dist/esm/types/menus/MRT_RowActionMenu.d.ts +2 -2
  64. package/dist/esm/types/table/MRT_Table.d.ts +2 -2
  65. package/dist/esm/types/table/MRT_TableContainer.d.ts +2 -2
  66. package/dist/esm/types/table/MRT_TablePaper.d.ts +2 -2
  67. package/locales/sv.d.ts +2 -0
  68. package/locales/sv.esm.d.ts +2 -0
  69. package/locales/sv.esm.js +94 -0
  70. package/locales/sv.esm.js.map +1 -0
  71. package/locales/sv.js +98 -0
  72. package/locales/sv.js.map +1 -0
  73. package/locales/uk.d.ts +2 -0
  74. package/locales/uk.esm.d.ts +2 -0
  75. package/locales/uk.esm.js +94 -0
  76. package/locales/uk.esm.js.map +1 -0
  77. package/locales/uk.js +98 -0
  78. package/locales/uk.js.map +1 -0
  79. package/package.json +1 -1
  80. package/src/_locales/sv.ts +94 -0
  81. package/src/_locales/uk.ts +94 -0
  82. package/src/body/MRT_TableBody.tsx +3 -3
  83. package/src/body/MRT_TableBodyCell.tsx +2 -3
  84. package/src/body/MRT_TableBodyCellValue.tsx +2 -2
  85. package/src/body/MRT_TableBodyRow.tsx +3 -3
  86. package/src/body/MRT_TableBodyRowGrabHandle.tsx +2 -6
  87. package/src/body/MRT_TableDetailPanel.tsx +3 -3
  88. package/src/buttons/MRT_ExpandAllButton.tsx +2 -2
  89. package/src/buttons/MRT_ExpandButton.tsx +2 -2
  90. package/src/footer/MRT_TableFooter.tsx +3 -3
  91. package/src/footer/MRT_TableFooterCell.tsx +2 -2
  92. package/src/footer/MRT_TableFooterRow.tsx +3 -3
  93. package/src/head/MRT_TableHead.tsx +3 -3
  94. package/src/head/MRT_TableHeadCell.tsx +2 -2
  95. package/src/head/MRT_TableHeadCellColumnActionsButton.tsx +3 -3
  96. package/src/head/MRT_TableHeadCellFilterContainer.tsx +2 -5
  97. package/src/head/MRT_TableHeadCellFilterLabel.tsx +2 -2
  98. package/src/head/MRT_TableHeadCellGrabHandle.tsx +3 -3
  99. package/src/head/MRT_TableHeadCellResizeHandle.tsx +2 -2
  100. package/src/head/MRT_TableHeadCellSortLabel.tsx +3 -3
  101. package/src/head/MRT_TableHeadRow.tsx +3 -3
  102. package/src/inputs/MRT_FilterCheckbox.tsx +2 -2
  103. package/src/inputs/MRT_FilterRangeFields.tsx +2 -2
  104. package/src/inputs/MRT_FilterTextField.tsx +2 -3
  105. package/src/inputs/MRT_SelectCheckbox.tsx +2 -2
  106. package/src/menus/MRT_ColumnActionMenu.tsx +3 -3
  107. package/src/menus/MRT_RowActionMenu.tsx +3 -3
  108. package/src/table/MRT_Table.tsx +2 -2
  109. package/src/table/MRT_TableContainer.tsx +2 -2
  110. package/src/table/MRT_TablePaper.tsx +2 -2
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_SV: MRT_Localization;
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_UK: MRT_Localization;
@@ -1,4 +1,4 @@
1
- import React, { FC } from 'react';
1
+ import React from 'react';
2
2
  import { Virtualizer, VirtualItem } from '@tanstack/react-virtual';
3
3
  import type { MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -8,6 +8,6 @@ interface Props {
8
8
  virtualPaddingLeft?: number;
9
9
  virtualPaddingRight?: number;
10
10
  }
11
- export declare const MRT_TableBody: FC<Props>;
12
- export declare const Memo_MRT_TableBody: React.NamedExoticComponent<Props>;
11
+ export declare const MRT_TableBody: ({ columnVirtualizer, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element;
12
+ export declare const Memo_MRT_TableBody: React.MemoExoticComponent<({ columnVirtualizer, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element>;
13
13
  export {};
@@ -1,4 +1,4 @@
1
- import React, { FC, RefObject } from 'react';
1
+ import React, { RefObject } from 'react';
2
2
  import type { VirtualItem } from '@tanstack/react-virtual';
3
3
  import type { MRT_Cell, MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -11,6 +11,6 @@ interface Props {
11
11
  table: MRT_TableInstance;
12
12
  virtualCell?: VirtualItem;
13
13
  }
14
- export declare const MRT_TableBodyCell: FC<Props>;
15
- export declare const Memo_MRT_TableBodyCell: React.NamedExoticComponent<Props>;
14
+ export declare const MRT_TableBodyCell: ({ cell, enableHover, measureElement, numRows, rowIndex, rowRef, table, virtualCell, }: Props) => JSX.Element;
15
+ export declare const Memo_MRT_TableBodyCell: React.MemoExoticComponent<({ cell, enableHover, measureElement, numRows, rowIndex, rowRef, table, virtualCell, }: Props) => JSX.Element>;
16
16
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Cell, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  cell: MRT_Cell;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_TableBodyCellValue: FC<Props>;
7
+ export declare const MRT_TableBodyCellValue: ({ cell, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,4 +1,4 @@
1
- import React, { FC } from 'react';
1
+ import React from 'react';
2
2
  import type { VirtualItem, Virtualizer } from '@tanstack/react-virtual';
3
3
  import type { MRT_Row, MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -13,6 +13,6 @@ interface Props {
13
13
  virtualPaddingRight?: number;
14
14
  virtualRow?: VirtualItem;
15
15
  }
16
- export declare const MRT_TableBodyRow: FC<Props>;
17
- export declare const Memo_MRT_TableBodyRow: React.NamedExoticComponent<Props>;
16
+ export declare const MRT_TableBodyRow: ({ columnVirtualizer, measureElement, numRows, row, rowIndex, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, virtualRow, }: Props) => JSX.Element;
17
+ export declare const Memo_MRT_TableBodyRow: React.MemoExoticComponent<({ columnVirtualizer, measureElement, numRows, row, rowIndex, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, virtualRow, }: Props) => JSX.Element>;
18
18
  export {};
@@ -1,9 +1,9 @@
1
- import { FC, RefObject } from 'react';
1
+ import { RefObject } from 'react';
2
2
  import { MRT_Cell, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  cell: MRT_Cell;
5
5
  rowRef: RefObject<HTMLTableRowElement>;
6
6
  table: MRT_TableInstance;
7
7
  }
8
- export declare const MRT_TableBodyRowGrabHandle: FC<Props>;
8
+ export declare const MRT_TableBodyRowGrabHandle: ({ cell, rowRef, table }: Props) => JSX.Element;
9
9
  export {};
@@ -1,4 +1,4 @@
1
- import React, { FC } from 'react';
1
+ import React from 'react';
2
2
  import type { VirtualItem } from '@tanstack/react-virtual';
3
3
  import type { MRT_Row, MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -7,5 +7,5 @@ interface Props {
7
7
  table: MRT_TableInstance;
8
8
  virtualRow?: VirtualItem;
9
9
  }
10
- export declare const MRT_TableDetailPanel: FC<Props>;
10
+ export declare const MRT_TableDetailPanel: ({ parentRowRef, row, table, virtualRow, }: Props) => JSX.Element;
11
11
  export {};
@@ -1,7 +1,7 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  table: MRT_TableInstance;
5
5
  }
6
- export declare const MRT_ExpandAllButton: FC<Props>;
6
+ export declare const MRT_ExpandAllButton: ({ table }: Props) => JSX.Element;
7
7
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Row, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  row: MRT_Row;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_ExpandButton: FC<Props>;
7
+ export declare const MRT_ExpandButton: ({ row, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { VirtualItem } from '@tanstack/react-virtual';
3
3
  import type { MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -7,5 +7,5 @@ interface Props {
7
7
  virtualPaddingLeft?: number;
8
8
  virtualPaddingRight?: number;
9
9
  }
10
- export declare const MRT_TableFooter: FC<Props>;
10
+ export declare const MRT_TableFooter: ({ table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element;
11
11
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  footer: MRT_Header;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_TableFooterCell: FC<Props>;
7
+ export declare const MRT_TableFooterCell: ({ footer, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { VirtualItem } from '@tanstack/react-virtual';
3
3
  import type { MRT_HeaderGroup, MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -8,5 +8,5 @@ interface Props {
8
8
  virtualPaddingLeft?: number;
9
9
  virtualPaddingRight?: number;
10
10
  }
11
- export declare const MRT_TableFooterRow: FC<Props>;
11
+ export declare const MRT_TableFooterRow: ({ footerGroup, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element | null;
12
12
  export {};
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { VirtualItem } from '@tanstack/react-virtual';
3
3
  import type { MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -7,5 +7,5 @@ interface Props {
7
7
  virtualPaddingLeft?: number;
8
8
  virtualPaddingRight?: number;
9
9
  }
10
- export declare const MRT_TableHead: FC<Props>;
10
+ export declare const MRT_TableHead: ({ table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element;
11
11
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  header: MRT_Header;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_TableHeadCell: FC<Props>;
7
+ export declare const MRT_TableHeadCell: ({ header, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  header: MRT_Header;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_TableHeadCellColumnActionsButton: FC<Props>;
7
+ export declare const MRT_TableHeadCellColumnActionsButton: ({ header, table, }: Props) => JSX.Element;
8
8
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  header: MRT_Header;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_TableHeadCellFilterContainer: FC<Props>;
7
+ export declare const MRT_TableHeadCellFilterContainer: ({ header, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  header: MRT_Header;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_TableHeadCellFilterLabel: FC<Props>;
7
+ export declare const MRT_TableHeadCellFilterLabel: ({ header, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,9 +1,9 @@
1
- import { FC, RefObject } from 'react';
1
+ import { RefObject } from 'react';
2
2
  import type { MRT_Column, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  column: MRT_Column;
5
5
  table: MRT_TableInstance;
6
6
  tableHeadCellRef: RefObject<HTMLTableCellElement>;
7
7
  }
8
- export declare const MRT_TableHeadCellGrabHandle: FC<Props>;
8
+ export declare const MRT_TableHeadCellGrabHandle: ({ column, table, tableHeadCellRef, }: Props) => JSX.Element;
9
9
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  header: MRT_Header;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_TableHeadCellResizeHandle: FC<Props>;
7
+ export declare const MRT_TableHeadCellResizeHandle: ({ header, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { MRT_Header, MRT_TableInstance } from '..';
3
3
  import type { TableCellProps } from '@mui/material/TableCell';
4
4
  interface Props {
@@ -6,5 +6,5 @@ interface Props {
6
6
  table: MRT_TableInstance;
7
7
  tableCellProps?: TableCellProps;
8
8
  }
9
- export declare const MRT_TableHeadCellSortLabel: FC<Props>;
9
+ export declare const MRT_TableHeadCellSortLabel: ({ header, table, tableCellProps, }: Props) => JSX.Element;
10
10
  export {};
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { VirtualItem } from '@tanstack/react-virtual';
3
3
  import type { MRT_HeaderGroup, MRT_TableInstance } from '..';
4
4
  interface Props {
@@ -8,5 +8,5 @@ interface Props {
8
8
  virtualPaddingLeft?: number;
9
9
  virtualPaddingRight?: number;
10
10
  }
11
- export declare const MRT_TableHeadRow: FC<Props>;
11
+ export declare const MRT_TableHeadRow: ({ headerGroup, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element;
12
12
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Column, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  column: MRT_Column;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_FilterCheckbox: FC<Props>;
7
+ export declare const MRT_FilterCheckbox: ({ column, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,8 +1,8 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  header: MRT_Header;
5
5
  table: MRT_TableInstance;
6
6
  }
7
- export declare const MRT_FilterRangeFields: FC<Props>;
7
+ export declare const MRT_FilterRangeFields: ({ header, table }: Props) => JSX.Element;
8
8
  export {};
@@ -1,9 +1,9 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Header, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  header: MRT_Header;
5
5
  rangeFilterIndex?: number;
6
6
  table: MRT_TableInstance;
7
7
  }
8
- export declare const MRT_FilterTextField: FC<Props>;
8
+ export declare const MRT_FilterTextField: ({ header, rangeFilterIndex, table, }: Props) => JSX.Element;
9
9
  export {};
@@ -1,9 +1,9 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Row, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  row?: MRT_Row;
5
5
  selectAll?: boolean;
6
6
  table: MRT_TableInstance;
7
7
  }
8
- export declare const MRT_SelectCheckbox: FC<Props>;
8
+ export declare const MRT_SelectCheckbox: ({ row, selectAll, table }: Props) => JSX.Element;
9
9
  export {};
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_Header, MRT_TableInstance } from '..';
3
3
  export declare const commonMenuItemStyles: {
4
4
  py: string;
@@ -16,5 +16,5 @@ interface Props {
16
16
  setAnchorEl: (anchorEl: HTMLElement | null) => void;
17
17
  table: MRT_TableInstance;
18
18
  }
19
- export declare const MRT_ColumnActionMenu: FC<Props>;
19
+ export declare const MRT_ColumnActionMenu: ({ anchorEl, header, setAnchorEl, table, }: Props) => JSX.Element;
20
20
  export {};
@@ -1,4 +1,4 @@
1
- import { FC, MouseEvent } from 'react';
1
+ import { MouseEvent } from 'react';
2
2
  import type { MRT_Row, MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  anchorEl: HTMLElement | null;
@@ -7,5 +7,5 @@ interface Props {
7
7
  setAnchorEl: (anchorEl: HTMLElement | null) => void;
8
8
  table: MRT_TableInstance;
9
9
  }
10
- export declare const MRT_RowActionMenu: FC<Props>;
10
+ export declare const MRT_RowActionMenu: ({ anchorEl, handleEdit, row, setAnchorEl, table, }: Props) => JSX.Element;
11
11
  export {};
@@ -1,7 +1,7 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  table: MRT_TableInstance;
5
5
  }
6
- export declare const MRT_Table: FC<Props>;
6
+ export declare const MRT_Table: ({ table }: Props) => JSX.Element;
7
7
  export {};
@@ -1,7 +1,7 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  table: MRT_TableInstance;
5
5
  }
6
- export declare const MRT_TableContainer: FC<Props>;
6
+ export declare const MRT_TableContainer: ({ table }: Props) => JSX.Element;
7
7
  export {};
@@ -1,7 +1,7 @@
1
- import { FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { MRT_TableInstance } from '..';
3
3
  interface Props {
4
4
  table: MRT_TableInstance;
5
5
  }
6
- export declare const MRT_TablePaper: FC<Props>;
6
+ export declare const MRT_TablePaper: ({ table }: Props) => JSX.Element;
7
7
  export {};
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_SV: MRT_Localization;
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_SV: MRT_Localization;
@@ -0,0 +1,94 @@
1
+ const MRT_Localization_SV = {
2
+ actions: 'Åtgärder',
3
+ and: 'och',
4
+ cancel: 'Avbryt',
5
+ changeFilterMode: 'Ändra filterläge',
6
+ changeSearchMode: 'Ändra sökläge',
7
+ clearFilter: 'Rensa filter',
8
+ clearSearch: 'Rensa sök',
9
+ clearSort: 'Rensa sortering',
10
+ clickToCopy: 'Klicka för att kopiera',
11
+ collapse: 'Stäng',
12
+ collapseAll: 'Stäng alla',
13
+ columnActions: 'Kolumnåtgärd',
14
+ copiedToClipboard: 'Kopierade till urklipp',
15
+ dropToGroupBy: 'Släpp för att grupp efter {column}',
16
+ edit: 'Redigera',
17
+ expand: 'Expandera',
18
+ expandAll: 'Expandera alla',
19
+ filterArrIncludes: 'Inkluderar',
20
+ filterArrIncludesAll: 'Inkluderar alla',
21
+ filterArrIncludesSome: 'Inkluderar',
22
+ filterBetween: 'Mellan',
23
+ filterBetweenInclusive: 'Mellan inklusive',
24
+ filterByColumn: 'Filtrera efter {column}',
25
+ filterContains: 'Innehåller',
26
+ filterEmpty: 'Tom',
27
+ filterEndsWith: 'Slutar med',
28
+ filterEquals: 'Lika med',
29
+ filterEqualsString: 'Lika med',
30
+ filterFuzzy: 'Fuzzy',
31
+ filterGreaterThan: 'Större än',
32
+ filterGreaterThanOrEqualTo: 'Större än eller lika med',
33
+ filterInNumberRange: 'Mellan',
34
+ filterIncludesString: 'Innehåller',
35
+ filterIncludesStringSensitive: 'Innehåller',
36
+ filterLessThan: 'Mindre än',
37
+ filterLessThanOrEqualTo: 'Mindre än eller lika med',
38
+ filterMode: 'Filterläge: {filterType}',
39
+ filterNotEmpty: 'Inte Tom',
40
+ filterNotEquals: 'Inte lika med',
41
+ filterStartsWith: 'Börjar med',
42
+ filterWeakEquals: 'Lika med',
43
+ filteringByColumn: 'Filtrering efter {kolumn} - {filterType} {filterValue}',
44
+ goToFirstPage: 'Gå till första sidan',
45
+ goToLastPage: 'Gå till sista sidan ',
46
+ goToNextPage: 'Gå till nästa sida',
47
+ goToPreviousPage: 'Gå till föregående sida',
48
+ grab: 'Greppa',
49
+ groupByColumn: 'Guppera efter {column}',
50
+ groupedBy: 'Gruppera efter ',
51
+ hideAll: 'Göm alla',
52
+ hideColumn: 'Göm {column} kolumn',
53
+ max: 'Max',
54
+ min: 'Minst',
55
+ move: 'Flytta',
56
+ noRecordsToDisplay: 'Inget att visa',
57
+ noResultsFound: 'Inga resultat funna',
58
+ of: 'av',
59
+ or: 'eller',
60
+ pinToLeft: 'Fäst till vänster',
61
+ pinToRight: 'Fäst till höger',
62
+ resetColumnSize: 'Återställ kolumnstorlek',
63
+ resetOrder: 'Återställ ordning',
64
+ rowActions: 'Radåtgärder',
65
+ rowNumber: '#',
66
+ rowNumbers: 'Radnummer',
67
+ rowsPerPage: 'Rader per sida',
68
+ save: 'Spara',
69
+ search: 'Sök',
70
+ selectedCountOfRowCountRowsSelected: '{selectedCount} av {rowCount} rad(er) valda',
71
+ select: 'Välj',
72
+ showAll: 'Visa alla',
73
+ showAllColumns: 'Visa alla kolumner',
74
+ showHideColumns: 'Visa/Göm kolumner',
75
+ showHideFilters: 'Visa/Göm filter',
76
+ showHideSearch: 'Visa/Göm sök',
77
+ sortByColumnAsc: 'Sortera efter {column} stigande',
78
+ sortByColumnDesc: 'Sort by {column} nedåtgående',
79
+ sortedByColumnAsc: 'Sorterat efter {column} stigande',
80
+ sortedByColumnDesc: 'Sorterat efter {column} nedåtgående',
81
+ thenBy: ', sedan av ',
82
+ toggleDensity: 'Växla densitet',
83
+ toggleFullScreen: 'Växla helskärm',
84
+ toggleSelectAll: 'Växla välja alla',
85
+ toggleSelectRow: 'Växla välj rad',
86
+ toggleVisibility: 'Växla synlighet',
87
+ ungroupByColumn: 'Avgruppera efter {column}',
88
+ unpin: 'Avfäst',
89
+ unpinAll: 'Avfäst alla',
90
+ unsorted: 'Osorterad',
91
+ };
92
+
93
+ export { MRT_Localization_SV };
94
+ //# sourceMappingURL=sv.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sv.esm.js","sources":["../src/_locales/sv.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
package/locales/sv.js ADDED
@@ -0,0 +1,98 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const MRT_Localization_SV = {
6
+ actions: 'Åtgärder',
7
+ and: 'och',
8
+ cancel: 'Avbryt',
9
+ changeFilterMode: 'Ändra filterläge',
10
+ changeSearchMode: 'Ändra sökläge',
11
+ clearFilter: 'Rensa filter',
12
+ clearSearch: 'Rensa sök',
13
+ clearSort: 'Rensa sortering',
14
+ clickToCopy: 'Klicka för att kopiera',
15
+ collapse: 'Stäng',
16
+ collapseAll: 'Stäng alla',
17
+ columnActions: 'Kolumnåtgärd',
18
+ copiedToClipboard: 'Kopierade till urklipp',
19
+ dropToGroupBy: 'Släpp för att grupp efter {column}',
20
+ edit: 'Redigera',
21
+ expand: 'Expandera',
22
+ expandAll: 'Expandera alla',
23
+ filterArrIncludes: 'Inkluderar',
24
+ filterArrIncludesAll: 'Inkluderar alla',
25
+ filterArrIncludesSome: 'Inkluderar',
26
+ filterBetween: 'Mellan',
27
+ filterBetweenInclusive: 'Mellan inklusive',
28
+ filterByColumn: 'Filtrera efter {column}',
29
+ filterContains: 'Innehåller',
30
+ filterEmpty: 'Tom',
31
+ filterEndsWith: 'Slutar med',
32
+ filterEquals: 'Lika med',
33
+ filterEqualsString: 'Lika med',
34
+ filterFuzzy: 'Fuzzy',
35
+ filterGreaterThan: 'Större än',
36
+ filterGreaterThanOrEqualTo: 'Större än eller lika med',
37
+ filterInNumberRange: 'Mellan',
38
+ filterIncludesString: 'Innehåller',
39
+ filterIncludesStringSensitive: 'Innehåller',
40
+ filterLessThan: 'Mindre än',
41
+ filterLessThanOrEqualTo: 'Mindre än eller lika med',
42
+ filterMode: 'Filterläge: {filterType}',
43
+ filterNotEmpty: 'Inte Tom',
44
+ filterNotEquals: 'Inte lika med',
45
+ filterStartsWith: 'Börjar med',
46
+ filterWeakEquals: 'Lika med',
47
+ filteringByColumn: 'Filtrering efter {kolumn} - {filterType} {filterValue}',
48
+ goToFirstPage: 'Gå till första sidan',
49
+ goToLastPage: 'Gå till sista sidan ',
50
+ goToNextPage: 'Gå till nästa sida',
51
+ goToPreviousPage: 'Gå till föregående sida',
52
+ grab: 'Greppa',
53
+ groupByColumn: 'Guppera efter {column}',
54
+ groupedBy: 'Gruppera efter ',
55
+ hideAll: 'Göm alla',
56
+ hideColumn: 'Göm {column} kolumn',
57
+ max: 'Max',
58
+ min: 'Minst',
59
+ move: 'Flytta',
60
+ noRecordsToDisplay: 'Inget att visa',
61
+ noResultsFound: 'Inga resultat funna',
62
+ of: 'av',
63
+ or: 'eller',
64
+ pinToLeft: 'Fäst till vänster',
65
+ pinToRight: 'Fäst till höger',
66
+ resetColumnSize: 'Återställ kolumnstorlek',
67
+ resetOrder: 'Återställ ordning',
68
+ rowActions: 'Radåtgärder',
69
+ rowNumber: '#',
70
+ rowNumbers: 'Radnummer',
71
+ rowsPerPage: 'Rader per sida',
72
+ save: 'Spara',
73
+ search: 'Sök',
74
+ selectedCountOfRowCountRowsSelected: '{selectedCount} av {rowCount} rad(er) valda',
75
+ select: 'Välj',
76
+ showAll: 'Visa alla',
77
+ showAllColumns: 'Visa alla kolumner',
78
+ showHideColumns: 'Visa/Göm kolumner',
79
+ showHideFilters: 'Visa/Göm filter',
80
+ showHideSearch: 'Visa/Göm sök',
81
+ sortByColumnAsc: 'Sortera efter {column} stigande',
82
+ sortByColumnDesc: 'Sort by {column} nedåtgående',
83
+ sortedByColumnAsc: 'Sorterat efter {column} stigande',
84
+ sortedByColumnDesc: 'Sorterat efter {column} nedåtgående',
85
+ thenBy: ', sedan av ',
86
+ toggleDensity: 'Växla densitet',
87
+ toggleFullScreen: 'Växla helskärm',
88
+ toggleSelectAll: 'Växla välja alla',
89
+ toggleSelectRow: 'Växla välj rad',
90
+ toggleVisibility: 'Växla synlighet',
91
+ ungroupByColumn: 'Avgruppera efter {column}',
92
+ unpin: 'Avfäst',
93
+ unpinAll: 'Avfäst alla',
94
+ unsorted: 'Osorterad',
95
+ };
96
+
97
+ exports.MRT_Localization_SV = MRT_Localization_SV;
98
+ //# sourceMappingURL=sv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sv.js","sources":["../src/_locales/sv.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAEa,MAAA,mBAAmB,GAAqB;AACnD,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,GAAG,EAAE,KAAK;AACV,IAAA,MAAM,EAAE,QAAQ;AAChB,IAAA,gBAAgB,EAAE,kBAAkB;AACpC,IAAA,gBAAgB,EAAE,eAAe;AACjC,IAAA,WAAW,EAAE,cAAc;AAC3B,IAAA,WAAW,EAAE,WAAW;AACxB,IAAA,SAAS,EAAE,iBAAiB;AAC5B,IAAA,WAAW,EAAE,wBAAwB;AACrC,IAAA,QAAQ,EAAE,OAAO;AACjB,IAAA,WAAW,EAAE,YAAY;AACzB,IAAA,aAAa,EAAE,cAAc;AAC7B,IAAA,iBAAiB,EAAE,wBAAwB;AAC3C,IAAA,aAAa,EAAE,oCAAoC;AACnD,IAAA,IAAI,EAAE,UAAU;AAChB,IAAA,MAAM,EAAE,WAAW;AACnB,IAAA,SAAS,EAAE,gBAAgB;AAC3B,IAAA,iBAAiB,EAAE,YAAY;AAC/B,IAAA,oBAAoB,EAAE,iBAAiB;AACvC,IAAA,qBAAqB,EAAE,YAAY;AACnC,IAAA,aAAa,EAAE,QAAQ;AACvB,IAAA,sBAAsB,EAAE,kBAAkB;AAC1C,IAAA,cAAc,EAAE,yBAAyB;AACzC,IAAA,cAAc,EAAE,YAAY;AAC5B,IAAA,WAAW,EAAE,KAAK;AAClB,IAAA,cAAc,EAAE,YAAY;AAC5B,IAAA,YAAY,EAAE,UAAU;AACxB,IAAA,kBAAkB,EAAE,UAAU;AAC9B,IAAA,WAAW,EAAE,OAAO;AACpB,IAAA,iBAAiB,EAAE,WAAW;AAC9B,IAAA,0BAA0B,EAAE,0BAA0B;AACtD,IAAA,mBAAmB,EAAE,QAAQ;AAC7B,IAAA,oBAAoB,EAAE,YAAY;AAClC,IAAA,6BAA6B,EAAE,YAAY;AAC3C,IAAA,cAAc,EAAE,WAAW;AAC3B,IAAA,uBAAuB,EAAE,0BAA0B;AACnD,IAAA,UAAU,EAAE,0BAA0B;AACtC,IAAA,cAAc,EAAE,UAAU;AAC1B,IAAA,eAAe,EAAE,eAAe;AAChC,IAAA,gBAAgB,EAAE,YAAY;AAC9B,IAAA,gBAAgB,EAAE,UAAU;AAC5B,IAAA,iBAAiB,EAAE,wDAAwD;AAC3E,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,YAAY,EAAE,uBAAuB;AACrC,IAAA,YAAY,EAAE,oBAAoB;AAClC,IAAA,gBAAgB,EAAE,yBAAyB;AAC3C,IAAA,IAAI,EAAE,QAAQ;AACd,IAAA,aAAa,EAAE,wBAAwB;AACvC,IAAA,SAAS,EAAE,iBAAiB;AAC5B,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,UAAU,EAAE,qBAAqB;AACjC,IAAA,GAAG,EAAE,KAAK;AACV,IAAA,GAAG,EAAE,OAAO;AACZ,IAAA,IAAI,EAAE,QAAQ;AACd,IAAA,kBAAkB,EAAE,gBAAgB;AACpC,IAAA,cAAc,EAAE,qBAAqB;AACrC,IAAA,EAAE,EAAE,IAAI;AACR,IAAA,EAAE,EAAE,OAAO;AACX,IAAA,SAAS,EAAE,mBAAmB;AAC9B,IAAA,UAAU,EAAE,iBAAiB;AAC7B,IAAA,eAAe,EAAE,yBAAyB;AAC1C,IAAA,UAAU,EAAE,mBAAmB;AAC/B,IAAA,UAAU,EAAE,aAAa;AACzB,IAAA,SAAS,EAAE,GAAG;AACd,IAAA,UAAU,EAAE,WAAW;AACvB,IAAA,WAAW,EAAE,gBAAgB;AAC7B,IAAA,IAAI,EAAE,OAAO;AACb,IAAA,MAAM,EAAE,KAAK;AACb,IAAA,mCAAmC,EACjC,6CAA6C;AAC/C,IAAA,MAAM,EAAE,MAAM;AACd,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,cAAc,EAAE,oBAAoB;AACpC,IAAA,eAAe,EAAE,mBAAmB;AACpC,IAAA,eAAe,EAAE,iBAAiB;AAClC,IAAA,cAAc,EAAE,cAAc;AAC9B,IAAA,eAAe,EAAE,iCAAiC;AAClD,IAAA,gBAAgB,EAAE,8BAA8B;AAChD,IAAA,iBAAiB,EAAE,kCAAkC;AACrD,IAAA,kBAAkB,EAAE,qCAAqC;AACzD,IAAA,MAAM,EAAE,aAAa;AACrB,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,gBAAgB,EAAE,gBAAgB;AAClC,IAAA,eAAe,EAAE,kBAAkB;AACnC,IAAA,eAAe,EAAE,gBAAgB;AACjC,IAAA,gBAAgB,EAAE,iBAAiB;AACnC,IAAA,eAAe,EAAE,2BAA2B;AAC5C,IAAA,KAAK,EAAE,QAAQ;AACf,IAAA,QAAQ,EAAE,aAAa;AACvB,IAAA,QAAQ,EAAE,WAAW;;;;;"}
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_UK: MRT_Localization;
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_UK: MRT_Localization;