material-react-table 1.3.15 → 1.4.0-beta.0
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/dist/cjs/index.js +54 -50
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{MaterialReactTable.d.ts → types/MaterialReactTable.d.ts} +8 -1
- package/dist/cjs/{_locales → types/_locales}/cs.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/de.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/en.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/es.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/fa.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/fr.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/it.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/ja.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/pl.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/pt-BR.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/pt.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/ro.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/ru.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/tr.d.ts +0 -0
- package/dist/cjs/{_locales → types/_locales}/vi.d.ts +0 -0
- package/dist/cjs/{aggregationFns.d.ts → types/aggregationFns.d.ts} +0 -0
- package/dist/cjs/{body → types/body}/MRT_EditRowModal.d.ts +0 -0
- package/dist/cjs/{body → types/body}/MRT_TableBody.d.ts +0 -0
- package/dist/{esm → cjs/types}/body/MRT_TableBodyCell.d.ts +1 -1
- package/dist/cjs/{body → types/body}/MRT_TableBodyCellValue.d.ts +0 -0
- package/dist/cjs/{body → types/body}/MRT_TableBodyRow.d.ts +0 -0
- package/dist/cjs/{body → types/body}/MRT_TableBodyRowGrabHandle.d.ts +1 -1
- package/dist/cjs/{body → types/body}/MRT_TableDetailPanel.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ColumnPinningButtons.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_CopyButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_EditActionButtons.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ExpandAllButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ExpandButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_FullScreenToggleButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_GrabHandleButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ShowHideColumnsButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ToggleDensePaddingButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ToggleFiltersButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ToggleGlobalFilterButton.d.ts +0 -0
- package/dist/cjs/{buttons → types/buttons}/MRT_ToggleRowActionMenuButton.d.ts +0 -0
- package/dist/cjs/{column.utils.d.ts → types/column.utils.d.ts} +0 -0
- package/dist/cjs/{filterFns.d.ts → types/filterFns.d.ts} +0 -0
- package/dist/cjs/{footer → types/footer}/MRT_TableFooter.d.ts +0 -0
- package/dist/cjs/{footer → types/footer}/MRT_TableFooterCell.d.ts +0 -0
- package/dist/cjs/{footer → types/footer}/MRT_TableFooterRow.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHead.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadCell.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadCellColumnActionsButton.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadCellFilterContainer.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadCellFilterLabel.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadCellGrabHandle.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadCellResizeHandle.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadCellSortLabel.d.ts +0 -0
- package/dist/cjs/{head → types/head}/MRT_TableHeadRow.d.ts +0 -0
- package/dist/cjs/{icons.d.ts → types/icons.d.ts} +0 -0
- package/dist/cjs/{index.d.ts → types/index.d.ts} +0 -0
- package/dist/cjs/{inputs → types/inputs}/MRT_EditCellTextField.d.ts +0 -0
- package/dist/cjs/{inputs → types/inputs}/MRT_FilterCheckbox.d.ts +0 -0
- package/dist/cjs/{inputs → types/inputs}/MRT_FilterRangeFields.d.ts +0 -0
- package/dist/cjs/{inputs → types/inputs}/MRT_FilterTextField.d.ts +0 -0
- package/dist/cjs/{inputs → types/inputs}/MRT_GlobalFilterTextField.d.ts +0 -0
- package/dist/cjs/{inputs → types/inputs}/MRT_SelectCheckbox.d.ts +0 -0
- package/dist/cjs/{menus → types/menus}/MRT_ColumnActionMenu.d.ts +0 -0
- package/dist/cjs/{menus → types/menus}/MRT_FilterOptionMenu.d.ts +0 -0
- package/dist/cjs/{menus → types/menus}/MRT_RowActionMenu.d.ts +0 -0
- package/dist/cjs/{menus → types/menus}/MRT_ShowHideColumnsMenu.d.ts +0 -0
- package/dist/cjs/{menus → types/menus}/MRT_ShowHideColumnsMenuItems.d.ts +0 -0
- package/dist/cjs/{sortingFns.d.ts → types/sortingFns.d.ts} +0 -0
- package/dist/cjs/{table → types/table}/MRT_Table.d.ts +0 -0
- package/dist/cjs/{table → types/table}/MRT_TableContainer.d.ts +0 -0
- package/dist/cjs/{table → types/table}/MRT_TablePaper.d.ts +0 -0
- package/dist/cjs/{table → types/table}/MRT_TableRoot.d.ts +5 -0
- package/dist/cjs/{toolbar → types/toolbar}/MRT_BottomToolbar.d.ts +0 -0
- package/dist/cjs/{toolbar → types/toolbar}/MRT_LinearProgressBar.d.ts +0 -0
- package/dist/cjs/{toolbar → types/toolbar}/MRT_TablePagination.d.ts +0 -0
- package/dist/cjs/{toolbar → types/toolbar}/MRT_ToolbarAlertBanner.d.ts +0 -0
- package/dist/cjs/{toolbar → types/toolbar}/MRT_ToolbarDropZone.d.ts +0 -0
- package/dist/cjs/{toolbar → types/toolbar}/MRT_ToolbarInternalButtons.d.ts +0 -0
- package/dist/cjs/{toolbar → types/toolbar}/MRT_TopToolbar.d.ts +0 -0
- package/dist/esm/material-react-table.esm.js +54 -50
- package/dist/esm/material-react-table.esm.js.map +1 -1
- package/dist/esm/{MaterialReactTable.d.ts → types/MaterialReactTable.d.ts} +8 -1
- package/dist/esm/{_locales → types/_locales}/cs.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/de.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/en.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/es.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/fa.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/fr.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/it.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/ja.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/pl.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/pt-BR.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/pt.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/ro.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/ru.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/tr.d.ts +0 -0
- package/dist/esm/{_locales → types/_locales}/vi.d.ts +0 -0
- package/dist/esm/{aggregationFns.d.ts → types/aggregationFns.d.ts} +0 -0
- package/dist/esm/{body → types/body}/MRT_EditRowModal.d.ts +0 -0
- package/dist/esm/{body → types/body}/MRT_TableBody.d.ts +0 -0
- package/dist/{cjs → esm/types}/body/MRT_TableBodyCell.d.ts +1 -1
- package/dist/esm/{body → types/body}/MRT_TableBodyCellValue.d.ts +0 -0
- package/dist/esm/{body → types/body}/MRT_TableBodyRow.d.ts +0 -0
- package/dist/esm/{body → types/body}/MRT_TableBodyRowGrabHandle.d.ts +1 -1
- package/dist/esm/{body → types/body}/MRT_TableDetailPanel.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ColumnPinningButtons.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_CopyButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_EditActionButtons.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ExpandAllButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ExpandButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_FullScreenToggleButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_GrabHandleButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ShowHideColumnsButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ToggleDensePaddingButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ToggleFiltersButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ToggleGlobalFilterButton.d.ts +0 -0
- package/dist/esm/{buttons → types/buttons}/MRT_ToggleRowActionMenuButton.d.ts +0 -0
- package/dist/esm/{column.utils.d.ts → types/column.utils.d.ts} +0 -0
- package/dist/esm/{filterFns.d.ts → types/filterFns.d.ts} +0 -0
- package/dist/esm/{footer → types/footer}/MRT_TableFooter.d.ts +0 -0
- package/dist/esm/{footer → types/footer}/MRT_TableFooterCell.d.ts +0 -0
- package/dist/esm/{footer → types/footer}/MRT_TableFooterRow.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHead.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadCell.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadCellColumnActionsButton.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadCellFilterContainer.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadCellFilterLabel.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadCellGrabHandle.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadCellResizeHandle.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadCellSortLabel.d.ts +0 -0
- package/dist/esm/{head → types/head}/MRT_TableHeadRow.d.ts +0 -0
- package/dist/esm/{icons.d.ts → types/icons.d.ts} +0 -0
- package/dist/esm/{index.d.ts → types/index.d.ts} +0 -0
- package/dist/esm/{inputs → types/inputs}/MRT_EditCellTextField.d.ts +0 -0
- package/dist/esm/{inputs → types/inputs}/MRT_FilterCheckbox.d.ts +0 -0
- package/dist/esm/{inputs → types/inputs}/MRT_FilterRangeFields.d.ts +0 -0
- package/dist/esm/{inputs → types/inputs}/MRT_FilterTextField.d.ts +0 -0
- package/dist/esm/{inputs → types/inputs}/MRT_GlobalFilterTextField.d.ts +0 -0
- package/dist/esm/{inputs → types/inputs}/MRT_SelectCheckbox.d.ts +0 -0
- package/dist/esm/{menus → types/menus}/MRT_ColumnActionMenu.d.ts +0 -0
- package/dist/esm/{menus → types/menus}/MRT_FilterOptionMenu.d.ts +0 -0
- package/dist/esm/{menus → types/menus}/MRT_RowActionMenu.d.ts +0 -0
- package/dist/esm/{menus → types/menus}/MRT_ShowHideColumnsMenu.d.ts +0 -0
- package/dist/esm/{menus → types/menus}/MRT_ShowHideColumnsMenuItems.d.ts +0 -0
- package/dist/esm/{sortingFns.d.ts → types/sortingFns.d.ts} +0 -0
- package/dist/esm/{table → types/table}/MRT_Table.d.ts +0 -0
- package/dist/esm/{table → types/table}/MRT_TableContainer.d.ts +0 -0
- package/dist/esm/{table → types/table}/MRT_TablePaper.d.ts +0 -0
- package/dist/esm/{table → types/table}/MRT_TableRoot.d.ts +5 -0
- package/dist/esm/{toolbar → types/toolbar}/MRT_BottomToolbar.d.ts +0 -0
- package/dist/esm/{toolbar → types/toolbar}/MRT_LinearProgressBar.d.ts +0 -0
- package/dist/esm/{toolbar → types/toolbar}/MRT_TablePagination.d.ts +0 -0
- package/dist/esm/{toolbar → types/toolbar}/MRT_ToolbarAlertBanner.d.ts +0 -0
- package/dist/esm/{toolbar → types/toolbar}/MRT_ToolbarDropZone.d.ts +0 -0
- package/dist/esm/{toolbar → types/toolbar}/MRT_ToolbarInternalButtons.d.ts +0 -0
- package/dist/esm/{toolbar → types/toolbar}/MRT_TopToolbar.d.ts +0 -0
- package/dist/index.d.ts +8 -1
- package/locales/cs.esm.js +2 -0
- package/locales/cs.esm.js.map +1 -1
- package/locales/cs.js +2 -0
- package/locales/cs.js.map +1 -1
- package/locales/de.esm.js +2 -0
- package/locales/de.esm.js.map +1 -1
- package/locales/de.js +2 -0
- package/locales/de.js.map +1 -1
- package/locales/en.esm.js +2 -0
- package/locales/en.esm.js.map +1 -1
- package/locales/en.js +2 -0
- package/locales/en.js.map +1 -1
- package/locales/es.esm.js +2 -0
- package/locales/es.esm.js.map +1 -1
- package/locales/es.js +2 -0
- package/locales/es.js.map +1 -1
- package/locales/fa.esm.js +2 -0
- package/locales/fa.esm.js.map +1 -1
- package/locales/fa.js +2 -0
- package/locales/fa.js.map +1 -1
- package/locales/fr.esm.js +2 -0
- package/locales/fr.esm.js.map +1 -1
- package/locales/fr.js +2 -0
- package/locales/fr.js.map +1 -1
- package/locales/it.esm.js +2 -0
- package/locales/it.esm.js.map +1 -1
- package/locales/it.js +2 -0
- package/locales/it.js.map +1 -1
- package/locales/ja.esm.js +2 -0
- package/locales/ja.esm.js.map +1 -1
- package/locales/ja.js +2 -0
- package/locales/ja.js.map +1 -1
- package/locales/pl.esm.js +2 -0
- package/locales/pl.esm.js.map +1 -1
- package/locales/pl.js +2 -0
- package/locales/pl.js.map +1 -1
- package/locales/pt-BR.esm.js +2 -0
- package/locales/pt-BR.esm.js.map +1 -1
- package/locales/pt-BR.js +2 -0
- package/locales/pt-BR.js.map +1 -1
- package/locales/pt.esm.js +2 -0
- package/locales/pt.esm.js.map +1 -1
- package/locales/pt.js +2 -0
- package/locales/pt.js.map +1 -1
- package/locales/ro.esm.js +89 -87
- package/locales/ro.esm.js.map +1 -1
- package/locales/ro.js +89 -87
- package/locales/ro.js.map +1 -1
- package/locales/ru.esm.js +2 -0
- package/locales/ru.esm.js.map +1 -1
- package/locales/ru.js +2 -0
- package/locales/ru.js.map +1 -1
- package/locales/tr.esm.js +2 -0
- package/locales/tr.esm.js.map +1 -1
- package/locales/tr.js +2 -0
- package/locales/tr.js.map +1 -1
- package/locales/vi.esm.js +2 -0
- package/locales/vi.esm.js.map +1 -1
- package/locales/vi.js +2 -0
- package/locales/vi.js.map +1 -1
- package/package.json +13 -34
- package/src/MaterialReactTable.tsx +12 -0
- package/src/_locales/cs.ts +2 -0
- package/src/_locales/de.ts +2 -0
- package/src/_locales/en.ts +2 -0
- package/src/_locales/es.ts +2 -0
- package/src/_locales/fa.ts +2 -0
- package/src/_locales/fr.ts +2 -0
- package/src/_locales/it.ts +2 -0
- package/src/_locales/ja.ts +2 -0
- package/src/_locales/pl.ts +2 -0
- package/src/_locales/pt-BR.ts +2 -0
- package/src/_locales/pt.ts +2 -0
- package/src/_locales/ro.ts +89 -87
- package/src/_locales/ru.ts +2 -0
- package/src/_locales/tr.ts +2 -0
- package/src/_locales/vi.ts +2 -0
- package/src/body/MRT_TableBody.tsx +12 -1
- package/src/body/MRT_TableBodyCell.tsx +5 -1
- package/src/body/MRT_TableBodyRow.tsx +7 -3
- package/src/body/MRT_TableBodyRowGrabHandle.tsx +1 -1
- package/src/buttons/MRT_EditActionButtons.tsx +5 -1
- package/src/buttons/MRT_ExpandAllButton.tsx +9 -7
- package/src/buttons/MRT_ExpandButton.tsx +11 -7
- package/src/column.utils.ts +5 -0
- package/src/head/MRT_TableHead.tsx +8 -1
- package/src/head/MRT_TableHeadCell.tsx +4 -0
- package/src/head/MRT_TableHeadRow.tsx +6 -7
- package/src/table/MRT_Table.tsx +3 -0
- package/LICENSE +0 -21
- package/src/_locales/hi.ts +0 -1
- package/src/_locales/id.ts +0 -1
- package/src/_locales/nl.ts +0 -1
- package/src/_locales/uk.ts +0 -1
- package/src/_locales/zh.ts +0 -1
package/src/_locales/ro.ts
CHANGED
@@ -1,92 +1,94 @@
|
|
1
1
|
import { MRT_Localization } from '../MaterialReactTable';
|
2
2
|
|
3
3
|
export const MRT_Localization_RO: MRT_Localization = {
|
4
|
-
actions:
|
5
|
-
and:
|
6
|
-
cancel:
|
7
|
-
changeFilterMode:
|
8
|
-
changeSearchMode:
|
9
|
-
clearFilter:
|
10
|
-
clearSearch:
|
11
|
-
clearSort:
|
12
|
-
clickToCopy:
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
4
|
+
actions: 'Acțiuni',
|
5
|
+
and: 'și',
|
6
|
+
cancel: 'Anulează',
|
7
|
+
changeFilterMode: 'Schimbă mod filtru',
|
8
|
+
changeSearchMode: 'Schimbă mod căutare',
|
9
|
+
clearFilter: 'Curăță filtrarea',
|
10
|
+
clearSearch: 'Curăță căutarea',
|
11
|
+
clearSort: 'Curăță sortarea',
|
12
|
+
clickToCopy: 'Apasă pentru a copia',
|
13
|
+
collapse: 'Restrânge',
|
14
|
+
collapseAll: 'Restrânge tot',
|
15
|
+
columnActions: 'Acțiuni Coloană',
|
16
|
+
copiedToClipboard: 'Copiat pe ecran',
|
17
|
+
dropToGroupBy: 'Aruncă pentru a grupa după {column}',
|
18
|
+
edit: 'Modifică',
|
19
|
+
expand: 'Extinde',
|
20
|
+
expandAll: 'Extinde tot',
|
21
|
+
filterArrIncludes: 'Include',
|
22
|
+
filterArrIncludesAll: 'Include tot',
|
23
|
+
filterArrIncludesSome: 'Include',
|
24
|
+
filterBetween: 'Între',
|
25
|
+
filterBetweenInclusive: 'Între Inclusiv',
|
26
|
+
filterByColumn: 'Filtrare după {column}',
|
27
|
+
filterContains: 'Conține',
|
28
|
+
filterEmpty: 'Gol',
|
29
|
+
filterEndsWith: 'Se termină cu',
|
30
|
+
filterEquals: 'Egal',
|
31
|
+
filterEqualsString: 'Egale',
|
32
|
+
filterFuzzy: 'Neclar',
|
33
|
+
filterGreaterThan: 'Mai mare ca',
|
34
|
+
filterGreaterThanOrEqualTo: 'Mai mare sau egal cu',
|
35
|
+
filterInNumberRange: 'Între',
|
36
|
+
filterIncludesString: 'Conține',
|
37
|
+
filterIncludesStringSensitive: 'Conține',
|
38
|
+
filterLessThan: 'Mai puțin decât',
|
39
|
+
filterLessThanOrEqualTo: 'Mai Puțin Sau Egal Cu',
|
40
|
+
filterMode: 'Mod filtrare: {filterType}',
|
41
|
+
filterNotEmpty: 'Nu este gol',
|
42
|
+
filterNotEquals: 'Nu sunt egale',
|
43
|
+
filterStartsWith: 'Începe cu',
|
44
|
+
filterWeakEquals: 'Egal',
|
45
|
+
filteringByColumn: 'Filtrare după {column} - {filterType} {filterValue}',
|
46
|
+
goToFirstPage: 'Prima pagină',
|
47
|
+
goToLastPage: 'Ultima pagină',
|
48
|
+
goToNextPage: 'Următoarea pagină',
|
49
|
+
goToPreviousPage: 'Pagina anterioară',
|
50
|
+
grab: 'Apucă',
|
51
|
+
groupByColumn: 'Grupat după {column}',
|
52
|
+
groupedBy: 'Grupat după ',
|
53
|
+
hideAll: 'Ascunde tot',
|
54
|
+
hideColumn: 'Ascunde coloana {column}',
|
55
|
+
max: 'Max',
|
56
|
+
min: 'Min',
|
57
|
+
move: 'Mută',
|
58
|
+
noRecordsToDisplay: 'Nu sunt înregistrări de afișat',
|
59
|
+
noResultsFound: 'Niciun rezultat găsit',
|
60
|
+
of: 'din',
|
61
|
+
or: 'sau',
|
62
|
+
pinToLeft: 'Fixează la stanga',
|
63
|
+
pinToRight: 'Fixează la dreapta',
|
64
|
+
resetColumnSize: 'Resetează dimensiune coloană',
|
65
|
+
resetOrder: 'Resetează ordine',
|
66
|
+
rowActions: 'Acțiunile liniei',
|
67
|
+
rowNumber: '#',
|
68
|
+
rowNumbers: 'Numere linie',
|
69
|
+
rowsPerPage: 'Linii per pagină',
|
70
|
+
save: 'Salvează',
|
71
|
+
search: 'Căutare',
|
70
72
|
selectedCountOfRowCountRowsSelected:
|
71
|
-
|
72
|
-
select:
|
73
|
-
showAll:
|
74
|
-
showAllColumns:
|
75
|
-
showHideColumns:
|
76
|
-
showHideFilters:
|
77
|
-
showHideSearch:
|
78
|
-
sortByColumnAsc:
|
79
|
-
sortByColumnDesc:
|
80
|
-
sortedByColumnAsc:
|
81
|
-
sortedByColumnDesc:
|
82
|
-
thenBy:
|
83
|
-
toggleDensity:
|
84
|
-
toggleFullScreen:
|
85
|
-
toggleSelectAll:
|
86
|
-
toggleSelectRow:
|
87
|
-
toggleVisibility:
|
88
|
-
ungroupByColumn:
|
89
|
-
unpin:
|
90
|
-
unpinAll:
|
91
|
-
unsorted:
|
73
|
+
'{selectedCount} din {rowCount} linii selectate',
|
74
|
+
select: 'Selectare',
|
75
|
+
showAll: 'Afișează tot',
|
76
|
+
showAllColumns: 'Afișează toate coloanele',
|
77
|
+
showHideColumns: 'Afișează/Ascunde coloanele',
|
78
|
+
showHideFilters: 'Afișează/Ascunde filtrele',
|
79
|
+
showHideSearch: 'Afișează/Ascunde căutarea',
|
80
|
+
sortByColumnAsc: 'Sortează după {column} ascendent',
|
81
|
+
sortByColumnDesc: 'Sortează după {column} descendent',
|
82
|
+
sortedByColumnAsc: 'Sortează după {column} ascendent',
|
83
|
+
sortedByColumnDesc: 'Sortează după {column} descendent',
|
84
|
+
thenBy: ', apoi după ',
|
85
|
+
toggleDensity: 'Schimbă densitatea',
|
86
|
+
toggleFullScreen: 'Schimbă pe ecran complet',
|
87
|
+
toggleSelectAll: 'Comutare selectare totală',
|
88
|
+
toggleSelectRow: 'Comutare selectare linie',
|
89
|
+
toggleVisibility: 'Comutare visibilitate',
|
90
|
+
ungroupByColumn: 'Degrupează după {column}',
|
91
|
+
unpin: 'Deblocare',
|
92
|
+
unpinAll: 'Deblocare',
|
93
|
+
unsorted: 'Nesortat',
|
92
94
|
};
|
package/src/_locales/ru.ts
CHANGED
@@ -12,6 +12,8 @@ export const MRT_Localization_RU: MRT_Localization = {
|
|
12
12
|
clickToCopy: 'Нажмите, чтобы скопировать',
|
13
13
|
columnActions: 'Действие колонки',
|
14
14
|
copiedToClipboard: 'Скопировано в буфер обмена',
|
15
|
+
collapse: 'Свернуть',
|
16
|
+
collapseAll: 'Свернуть все',
|
15
17
|
dropToGroupBy: 'Добавить в группу к {column}',
|
16
18
|
edit: 'Редактировать',
|
17
19
|
expand: 'Раскрыть',
|
package/src/_locales/tr.ts
CHANGED
@@ -12,6 +12,8 @@ export const MRT_Localization_TR: MRT_Localization = {
|
|
12
12
|
clickToCopy: 'Kopyala',
|
13
13
|
columnActions: 'Sütun İşlemleri',
|
14
14
|
copiedToClipboard: 'Panoya Kopyalandı',
|
15
|
+
collapse: 'Daralt',
|
16
|
+
collapseAll: 'Tümünü Daralt',
|
15
17
|
dropToGroupBy: '{column} İle Gruplandırmak İçin Bırakın',
|
16
18
|
edit: 'Düzenle',
|
17
19
|
expand: 'Genişlet',
|
package/src/_locales/vi.ts
CHANGED
@@ -12,6 +12,8 @@ export const MRT_Localization_VI: MRT_Localization = {
|
|
12
12
|
clickToCopy: 'Nhấn vào để sao chép',
|
13
13
|
columnActions: 'Lựa chọn',
|
14
14
|
copiedToClipboard: 'Sao chép vào bảng tạm',
|
15
|
+
collapse: 'Thu gọn',
|
16
|
+
collapseAll: 'Thu gọn tất cả',
|
15
17
|
dropToGroupBy: 'Gộp dữ liệu theo {column}',
|
16
18
|
edit: 'Chỉnh sửa',
|
17
19
|
expand: 'Mở rộng',
|
@@ -20,6 +20,7 @@ export const MRT_TableBody: FC<Props> = ({ table }) => {
|
|
20
20
|
enableGlobalFilterRankedResults,
|
21
21
|
enablePagination,
|
22
22
|
enableRowVirtualization,
|
23
|
+
layoutMode,
|
23
24
|
localization,
|
24
25
|
manualFiltering,
|
25
26
|
manualSorting,
|
@@ -118,7 +119,17 @@ export const MRT_TableBody: FC<Props> = ({ table }) => {
|
|
118
119
|
// }
|
119
120
|
|
120
121
|
return (
|
121
|
-
<TableBody
|
122
|
+
<TableBody
|
123
|
+
component={layoutMode === 'grid' ? 'div' : 'tbody'}
|
124
|
+
role="rowgroup"
|
125
|
+
{...tableBodyProps}
|
126
|
+
sx={(theme) => ({
|
127
|
+
display: layoutMode === 'grid' ? 'grid' : 'table-row-group',
|
128
|
+
...(tableBodyProps?.sx instanceof Function
|
129
|
+
? tableBodyProps?.sx(theme)
|
130
|
+
: (tableBodyProps?.sx as any)),
|
131
|
+
})}
|
132
|
+
>
|
122
133
|
{tableBodyProps?.children ?? !rows.length ? (
|
123
134
|
<tr>
|
124
135
|
<td colSpan={table.getVisibleLeafColumns().length}>
|
@@ -23,7 +23,7 @@ interface Props {
|
|
23
23
|
enableHover?: boolean;
|
24
24
|
numRows: number;
|
25
25
|
rowIndex: number;
|
26
|
-
rowRef: RefObject<HTMLTableRowElement>;
|
26
|
+
rowRef: RefObject<HTMLDivElement | HTMLTableRowElement>;
|
27
27
|
table: MRT_TableInstance;
|
28
28
|
}
|
29
29
|
|
@@ -45,6 +45,7 @@ export const MRT_TableBodyCell: FC<Props> = ({
|
|
45
45
|
enableEditing,
|
46
46
|
enableGrouping,
|
47
47
|
enableRowNumbers,
|
48
|
+
layoutMode,
|
48
49
|
muiTableBodyCellProps,
|
49
50
|
muiTableBodyCellSkeletonProps,
|
50
51
|
rowNumberMode,
|
@@ -168,10 +169,13 @@ export const MRT_TableBodyCell: FC<Props> = ({
|
|
168
169
|
|
169
170
|
return (
|
170
171
|
<TableCell
|
172
|
+
component={layoutMode === 'grid' ? 'div' : 'td'}
|
173
|
+
role="gridcell"
|
171
174
|
{...tableCellProps}
|
172
175
|
onDragEnter={handleDragEnter}
|
173
176
|
onDoubleClick={handleDoubleClick}
|
174
177
|
sx={(theme) => ({
|
178
|
+
alignItems: layoutMode === 'grid' ? 'center' : undefined,
|
175
179
|
cursor: isEditable && editingMode === 'cell' ? 'pointer' : 'inherit',
|
176
180
|
overflow: 'hidden',
|
177
181
|
p:
|
@@ -26,6 +26,7 @@ export const MRT_TableBodyRow: FC<Props> = ({
|
|
26
26
|
getState,
|
27
27
|
options: {
|
28
28
|
enableRowOrdering,
|
29
|
+
layoutMode,
|
29
30
|
memoMode,
|
30
31
|
muiTableBodyRowProps,
|
31
32
|
renderDetailPanel,
|
@@ -46,7 +47,7 @@ export const MRT_TableBodyRow: FC<Props> = ({
|
|
46
47
|
}
|
47
48
|
};
|
48
49
|
|
49
|
-
const rowRef = useRef<HTMLTableRowElement | null>(null);
|
50
|
+
const rowRef = useRef<HTMLDivElement | HTMLTableRowElement | null>(null);
|
50
51
|
|
51
52
|
const draggingBorder = useMemo(
|
52
53
|
() =>
|
@@ -67,18 +68,21 @@ export const MRT_TableBodyRow: FC<Props> = ({
|
|
67
68
|
return (
|
68
69
|
<>
|
69
70
|
<TableRow
|
70
|
-
|
71
|
+
component={layoutMode === 'grid' ? 'div' : 'tr'}
|
71
72
|
hover
|
73
|
+
onDragEnter={handleDragEnter}
|
72
74
|
selected={row.getIsSelected()}
|
73
|
-
ref={(node) => {
|
75
|
+
ref={(node: HTMLTableRowElement | HTMLDivElement) => {
|
74
76
|
rowRef.current = node;
|
75
77
|
if (virtualRow?.measureRef) {
|
76
78
|
virtualRow.measureRef = node;
|
77
79
|
}
|
78
80
|
}}
|
81
|
+
role="row"
|
79
82
|
{...tableRowProps}
|
80
83
|
sx={(theme) => ({
|
81
84
|
backgroundColor: lighten(theme.palette.background.default, 0.06),
|
85
|
+
display: layoutMode === 'grid' ? 'flex' : 'table-row',
|
82
86
|
opacity:
|
83
87
|
draggingRow?.id === row.id || hoveredRow?.id === row.id ? 0.5 : 1,
|
84
88
|
transition: 'all 150ms ease-in-out',
|
@@ -22,13 +22,17 @@ export const MRT_EditActionButtons = <TData extends Record<string, any> = {}>({
|
|
22
22
|
icons: { CancelIcon, SaveIcon },
|
23
23
|
localization,
|
24
24
|
onEditingRowSave,
|
25
|
+
onEditingRowCancel,
|
25
26
|
},
|
26
27
|
refs: { editInputRefs },
|
27
28
|
setEditingRow,
|
28
29
|
} = table;
|
29
30
|
const { editingRow } = getState();
|
30
31
|
|
31
|
-
const handleCancel = () =>
|
32
|
+
const handleCancel = () => {
|
33
|
+
onEditingRowCancel?.({ row, table });
|
34
|
+
setEditingRow(null);
|
35
|
+
};
|
32
36
|
|
33
37
|
const handleSave = () => {
|
34
38
|
//look for auto-filled input values
|
@@ -28,12 +28,18 @@ export const MRT_ExpandAllButton: FC<Props> = ({ table }) => {
|
|
28
28
|
? muiExpandAllButtonProps({ table })
|
29
29
|
: muiExpandAllButtonProps;
|
30
30
|
|
31
|
+
const isAllRowsExpanded = getIsAllRowsExpanded();
|
32
|
+
|
31
33
|
return (
|
32
34
|
<Tooltip
|
33
35
|
arrow
|
34
36
|
enterDelay={1000}
|
35
37
|
enterNextDelay={1000}
|
36
|
-
title={
|
38
|
+
title={
|
39
|
+
iconButtonProps?.title ?? isAllRowsExpanded
|
40
|
+
? localization.collapseAll
|
41
|
+
: localization.expandAll
|
42
|
+
}
|
37
43
|
>
|
38
44
|
<span>
|
39
45
|
<IconButton
|
@@ -41,7 +47,7 @@ export const MRT_ExpandAllButton: FC<Props> = ({ table }) => {
|
|
41
47
|
disabled={
|
42
48
|
isLoading || (!renderDetailPanel && !getCanSomeRowsExpand())
|
43
49
|
}
|
44
|
-
onClick={() => toggleAllRowsExpanded(!
|
50
|
+
onClick={() => toggleAllRowsExpanded(!isAllRowsExpanded)}
|
45
51
|
{...iconButtonProps}
|
46
52
|
sx={(theme) => ({
|
47
53
|
height: density === 'compact' ? '1.75rem' : '2.25rem',
|
@@ -56,11 +62,7 @@ export const MRT_ExpandAllButton: FC<Props> = ({ table }) => {
|
|
56
62
|
<KeyboardDoubleArrowDownIcon
|
57
63
|
style={{
|
58
64
|
transform: `rotate(${
|
59
|
-
|
60
|
-
? -180
|
61
|
-
: getIsSomeRowsExpanded()
|
62
|
-
? -90
|
63
|
-
: 0
|
65
|
+
isAllRowsExpanded ? -180 : getIsSomeRowsExpanded() ? -90 : 0
|
64
66
|
}deg)`,
|
65
67
|
transition: 'transform 150ms',
|
66
68
|
}}
|
@@ -25,6 +25,9 @@ export const MRT_ExpandButton: FC<Props> = ({ row, table }) => {
|
|
25
25
|
? muiExpandButtonProps({ table, row })
|
26
26
|
: muiExpandButtonProps;
|
27
27
|
|
28
|
+
const canExpand = row.getCanExpand();
|
29
|
+
const isExpanded = row.getIsExpanded();
|
30
|
+
|
28
31
|
const handleToggleExpand = (event: MouseEvent<HTMLButtonElement>) => {
|
29
32
|
event.stopPropagation();
|
30
33
|
row.toggleExpanded();
|
@@ -34,14 +37,19 @@ export const MRT_ExpandButton: FC<Props> = ({ row, table }) => {
|
|
34
37
|
return (
|
35
38
|
<Tooltip
|
36
39
|
arrow
|
40
|
+
disableHoverListener={!canExpand && !renderDetailPanel}
|
37
41
|
enterDelay={1000}
|
38
42
|
enterNextDelay={1000}
|
39
|
-
title={
|
43
|
+
title={
|
44
|
+
iconButtonProps?.title ?? isExpanded
|
45
|
+
? localization.collapse
|
46
|
+
: localization.expand
|
47
|
+
}
|
40
48
|
>
|
41
49
|
<span>
|
42
50
|
<IconButton
|
43
51
|
aria-label={localization.expand}
|
44
|
-
disabled={!
|
52
|
+
disabled={!canExpand && !renderDetailPanel}
|
45
53
|
{...iconButtonProps}
|
46
54
|
onClick={handleToggleExpand}
|
47
55
|
sx={(theme) => ({
|
@@ -56,11 +64,7 @@ export const MRT_ExpandButton: FC<Props> = ({ row, table }) => {
|
|
56
64
|
<ExpandMoreIcon
|
57
65
|
style={{
|
58
66
|
transform: `rotate(${
|
59
|
-
!
|
60
|
-
? -90
|
61
|
-
: row.getIsExpanded()
|
62
|
-
? -180
|
63
|
-
: 0
|
67
|
+
!canExpand && !renderDetailPanel ? -90 : isExpanded ? -180 : 0
|
64
68
|
}deg)`,
|
65
69
|
transition: 'transform 150ms',
|
66
70
|
}}
|
package/src/column.utils.ts
CHANGED
@@ -248,6 +248,7 @@ export const getCommonCellStyles = ({
|
|
248
248
|
: getIsFirstRightPinnedColumn(column)
|
249
249
|
? `4px 0 8px -6px ${alpha(theme.palette.common.black, 0.2)} inset`
|
250
250
|
: undefined,
|
251
|
+
display: table.options.layoutMode === 'grid' ? 'flex' : 'table-cell',
|
251
252
|
left:
|
252
253
|
column.getIsPinned() === 'left'
|
253
254
|
? `${column.getStart('left')}px`
|
@@ -269,6 +270,10 @@ export const getCommonCellStyles = ({
|
|
269
270
|
...(tableCellProps?.sx instanceof Function
|
270
271
|
? tableCellProps.sx(theme)
|
271
272
|
: (tableCellProps?.sx as any)),
|
273
|
+
flex:
|
274
|
+
table.options.layoutMode === 'grid'
|
275
|
+
? `${column.getSize()} 0 auto`
|
276
|
+
: undefined,
|
272
277
|
maxWidth: `min(${column.getSize()}px, fit-content)`,
|
273
278
|
minWidth: `max(${column.getSize()}px, ${column.columnDef.minSize ?? 30}px)`,
|
274
279
|
width: header?.getSize() ?? column.getSize(),
|
@@ -11,7 +11,12 @@ export const MRT_TableHead: FC<Props> = ({ table }) => {
|
|
11
11
|
const {
|
12
12
|
getHeaderGroups,
|
13
13
|
getState,
|
14
|
-
options: {
|
14
|
+
options: {
|
15
|
+
enableRowVirtualization,
|
16
|
+
enableStickyHeader,
|
17
|
+
layoutMode,
|
18
|
+
muiTableHeadProps,
|
19
|
+
},
|
15
20
|
} = table;
|
16
21
|
const { isFullScreen } = getState();
|
17
22
|
|
@@ -25,6 +30,8 @@ export const MRT_TableHead: FC<Props> = ({ table }) => {
|
|
25
30
|
|
26
31
|
return (
|
27
32
|
<TableHead
|
33
|
+
component={layoutMode === 'grid' ? 'div' : 'thead'}
|
34
|
+
role="rowgroup"
|
28
35
|
{...tableHeadProps}
|
29
36
|
sx={(theme) => ({
|
30
37
|
opacity: 0.97,
|
@@ -27,6 +27,7 @@ export const MRT_TableHeadCell: FC<Props> = ({ header, table }) => {
|
|
27
27
|
enableColumnOrdering,
|
28
28
|
enableGrouping,
|
29
29
|
enableMultiSort,
|
30
|
+
layoutMode,
|
30
31
|
muiTableHeadCellProps,
|
31
32
|
},
|
32
33
|
refs: { tableHeadCellRefs },
|
@@ -120,6 +121,7 @@ export const MRT_TableHeadCell: FC<Props> = ({ header, table }) => {
|
|
120
121
|
return (
|
121
122
|
<TableCell
|
122
123
|
align={columnDefType === 'group' ? 'center' : 'left'}
|
124
|
+
component={layoutMode === 'grid' ? 'div' : 'td'}
|
123
125
|
colSpan={header.colSpan}
|
124
126
|
onDragEnter={handleDragEnter}
|
125
127
|
ref={(node) => {
|
@@ -127,8 +129,10 @@ export const MRT_TableHeadCell: FC<Props> = ({ header, table }) => {
|
|
127
129
|
tableHeadCellRefs.current[column.id] = node as HTMLTableCellElement;
|
128
130
|
}
|
129
131
|
}}
|
132
|
+
role="columnheader"
|
130
133
|
{...tableCellProps}
|
131
134
|
sx={(theme: Theme) => ({
|
135
|
+
flexDirection: layoutMode === 'grid' ? 'column' : undefined,
|
132
136
|
fontWeight: 'bold',
|
133
137
|
overflow: 'visible',
|
134
138
|
p:
|
@@ -11,7 +11,7 @@ interface Props {
|
|
11
11
|
|
12
12
|
export const MRT_TableHeadRow: FC<Props> = ({ headerGroup, table }) => {
|
13
13
|
const {
|
14
|
-
options: { muiTableHeadRowProps },
|
14
|
+
options: { layoutMode, muiTableHeadRowProps },
|
15
15
|
} = table;
|
16
16
|
|
17
17
|
const tableRowProps =
|
@@ -21,21 +21,20 @@ export const MRT_TableHeadRow: FC<Props> = ({ headerGroup, table }) => {
|
|
21
21
|
|
22
22
|
return (
|
23
23
|
<TableRow
|
24
|
+
component={layoutMode === 'grid' ? 'div' : 'tr'}
|
25
|
+
role="row"
|
24
26
|
{...tableRowProps}
|
25
27
|
sx={(theme) => ({
|
26
28
|
boxShadow: `4px 0 8px ${alpha(theme.palette.common.black, 0.1)}`,
|
29
|
+
display: layoutMode === 'grid' ? 'flex' : 'table-row',
|
27
30
|
backgroundColor: lighten(theme.palette.background.default, 0.04),
|
28
31
|
...(tableRowProps?.sx instanceof Function
|
29
32
|
? tableRowProps?.sx(theme)
|
30
33
|
: (tableRowProps?.sx as any)),
|
31
34
|
})}
|
32
35
|
>
|
33
|
-
{headerGroup.headers.map((header: MRT_Header
|
34
|
-
<MRT_TableHeadCell
|
35
|
-
header={header}
|
36
|
-
key={header.id || index}
|
37
|
-
table={table}
|
38
|
-
/>
|
36
|
+
{headerGroup.headers.map((header: MRT_Header) => (
|
37
|
+
<MRT_TableHeadCell header={header} key={header.id} table={table} />
|
39
38
|
))}
|
40
39
|
</TableRow>
|
41
40
|
);
|
package/src/table/MRT_Table.tsx
CHANGED
@@ -18,6 +18,7 @@ export const MRT_Table: FC<Props> = ({ table }) => {
|
|
18
18
|
enableStickyHeader,
|
19
19
|
enableTableFooter,
|
20
20
|
enableTableHead,
|
21
|
+
layoutMode,
|
21
22
|
memoMode,
|
22
23
|
muiTableProps,
|
23
24
|
},
|
@@ -31,6 +32,8 @@ export const MRT_Table: FC<Props> = ({ table }) => {
|
|
31
32
|
|
32
33
|
return (
|
33
34
|
<Table
|
35
|
+
component={layoutMode === 'grid' ? 'div' : 'table'}
|
36
|
+
role="grid"
|
34
37
|
stickyHeader={
|
35
38
|
enableStickyHeader || enableRowVirtualization || isFullScreen
|
36
39
|
}
|
package/LICENSE
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2022 Kevin Vandy
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
package/src/_locales/hi.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
//Not supported yet, but if you want to help, copy en.ts file contents here and translate, then make a PR
|
package/src/_locales/id.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
//Not supported yet, but if you want to help, copy en.ts file contents here and translate, then make a PR
|
package/src/_locales/nl.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
//Not supported yet, but if you want to help, copy en.ts file contents here and translate, then make a PR
|
package/src/_locales/uk.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
//Not supported yet, but if you want to help, copy en.ts file contents here and translate, then make a PR
|
package/src/_locales/zh.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
//Not supported yet, but if you want to help, copy en.ts file contents here and translate, then make a PR
|