@mui/x-data-grid 7.22.3 → 8.0.0-alpha.1
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/CHANGELOG.md +348 -12
- package/README.md +4 -4
- package/components/GridLoadingOverlay.d.ts +2 -2
- package/components/GridLoadingOverlay.js +4 -4
- package/components/GridRow.js +2 -27
- package/components/base/GridOverlays.js +5 -2
- package/components/cell/GridActionsCell.js +1 -2
- package/components/cell/GridActionsCellItem.js +1 -2
- package/components/cell/GridCell.js +3 -0
- package/components/containers/GridRootStyles.js +1 -0
- package/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.js +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.js +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.js +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.js +3 -4
- package/components/toolbar/GridToolbarColumnsButton.js +1 -1
- package/components/toolbar/GridToolbarDensitySelector.js +2 -4
- package/components/toolbar/GridToolbarExport.js +5 -3
- package/components/toolbar/GridToolbarExportContainer.js +1 -2
- package/constants/gridClasses.d.ts +20 -0
- package/constants/gridClasses.js +1 -1
- package/constants/localeTextConstants.js +11 -0
- package/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -1
- package/hooks/features/columnResize/useGridColumnResize.js +4 -2
- package/index.js +1 -1
- package/internals/index.d.ts +1 -0
- package/internals/index.js +1 -0
- package/joy/joySlots.js +7 -2
- package/locales/arSD.js +12 -0
- package/locales/beBY.js +12 -0
- package/locales/bgBG.js +12 -0
- package/locales/csCZ.js +12 -0
- package/locales/daDK.js +12 -0
- package/locales/deDE.js +12 -0
- package/locales/elGR.js +12 -0
- package/locales/esES.js +12 -0
- package/locales/faIR.js +12 -0
- package/locales/fiFI.js +12 -0
- package/locales/frFR.js +12 -0
- package/locales/heIL.js +12 -0
- package/locales/hrHR.js +12 -0
- package/locales/huHU.js +12 -0
- package/locales/isIS.js +12 -0
- package/locales/itIT.js +12 -0
- package/locales/jaJP.js +12 -0
- package/locales/koKR.js +12 -0
- package/locales/nbNO.js +12 -0
- package/locales/nlNL.js +12 -0
- package/locales/nnNO.js +12 -0
- package/locales/plPL.js +37 -27
- package/locales/ptBR.js +12 -0
- package/locales/ptPT.js +12 -0
- package/locales/roRO.js +12 -0
- package/locales/ruRU.js +12 -0
- package/locales/skSK.js +12 -0
- package/locales/svSE.js +12 -0
- package/locales/trTR.js +12 -0
- package/locales/ukUA.js +12 -0
- package/locales/urPK.js +12 -0
- package/locales/viVN.js +12 -0
- package/locales/zhCN.js +12 -0
- package/locales/zhHK.js +12 -0
- package/locales/zhTW.js +12 -0
- package/material/index.js +4 -0
- package/models/api/gridLocaleTextApi.d.ts +10 -0
- package/models/colDef/gridColDef.d.ts +4 -0
- package/models/gridDataSource.d.ts +12 -12
- package/models/gridSlotsComponent.d.ts +10 -0
- package/models/gridSlotsComponentsProps.d.ts +8 -0
- package/modern/components/GridLoadingOverlay.js +4 -4
- package/modern/components/GridRow.js +2 -27
- package/modern/components/base/GridOverlays.js +5 -2
- package/modern/components/cell/GridActionsCell.js +1 -2
- package/modern/components/cell/GridActionsCellItem.js +1 -2
- package/modern/components/cell/GridCell.js +3 -0
- package/modern/components/containers/GridRootStyles.js +1 -0
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.js +1 -2
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.js +1 -2
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.js +1 -2
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.js +3 -4
- package/modern/components/toolbar/GridToolbarColumnsButton.js +1 -1
- package/modern/components/toolbar/GridToolbarDensitySelector.js +2 -4
- package/modern/components/toolbar/GridToolbarExport.js +5 -3
- package/modern/components/toolbar/GridToolbarExportContainer.js +1 -2
- package/modern/constants/gridClasses.js +1 -1
- package/modern/constants/localeTextConstants.js +11 -0
- package/modern/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -1
- package/modern/hooks/features/columnResize/useGridColumnResize.js +4 -2
- package/modern/index.js +1 -1
- package/modern/internals/index.js +1 -0
- package/modern/joy/joySlots.js +7 -2
- package/modern/locales/arSD.js +12 -0
- package/modern/locales/beBY.js +12 -0
- package/modern/locales/bgBG.js +12 -0
- package/modern/locales/csCZ.js +12 -0
- package/modern/locales/daDK.js +12 -0
- package/modern/locales/deDE.js +12 -0
- package/modern/locales/elGR.js +12 -0
- package/modern/locales/esES.js +12 -0
- package/modern/locales/faIR.js +12 -0
- package/modern/locales/fiFI.js +12 -0
- package/modern/locales/frFR.js +12 -0
- package/modern/locales/heIL.js +12 -0
- package/modern/locales/hrHR.js +12 -0
- package/modern/locales/huHU.js +12 -0
- package/modern/locales/isIS.js +12 -0
- package/modern/locales/itIT.js +12 -0
- package/modern/locales/jaJP.js +12 -0
- package/modern/locales/koKR.js +12 -0
- package/modern/locales/nbNO.js +12 -0
- package/modern/locales/nlNL.js +12 -0
- package/modern/locales/nnNO.js +12 -0
- package/modern/locales/plPL.js +37 -27
- package/modern/locales/ptBR.js +12 -0
- package/modern/locales/ptPT.js +12 -0
- package/modern/locales/roRO.js +12 -0
- package/modern/locales/ruRU.js +12 -0
- package/modern/locales/skSK.js +12 -0
- package/modern/locales/svSE.js +12 -0
- package/modern/locales/trTR.js +12 -0
- package/modern/locales/ukUA.js +12 -0
- package/modern/locales/urPK.js +12 -0
- package/modern/locales/viVN.js +12 -0
- package/modern/locales/zhCN.js +12 -0
- package/modern/locales/zhHK.js +12 -0
- package/modern/locales/zhTW.js +12 -0
- package/modern/material/index.js +4 -0
- package/node/components/GridLoadingOverlay.js +4 -4
- package/node/components/GridRow.js +2 -27
- package/node/components/base/GridOverlays.js +5 -2
- package/node/components/cell/GridActionsCell.js +1 -2
- package/node/components/cell/GridActionsCellItem.js +1 -2
- package/node/components/cell/GridCell.js +3 -0
- package/node/components/containers/GridRootStyles.js +1 -0
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.js +1 -2
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.js +1 -2
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.js +1 -2
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.js +3 -4
- package/node/components/toolbar/GridToolbarColumnsButton.js +3 -3
- package/node/components/toolbar/GridToolbarDensitySelector.js +2 -4
- package/node/components/toolbar/GridToolbarExport.js +5 -3
- package/node/components/toolbar/GridToolbarExportContainer.js +1 -2
- package/node/constants/gridClasses.js +1 -1
- package/node/constants/localeTextConstants.js +11 -0
- package/node/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -1
- package/node/hooks/features/columnResize/useGridColumnResize.js +4 -2
- package/node/index.js +1 -1
- package/node/internals/index.js +9 -2
- package/node/joy/joySlots.js +7 -2
- package/node/locales/arSD.js +12 -0
- package/node/locales/beBY.js +12 -0
- package/node/locales/bgBG.js +12 -0
- package/node/locales/csCZ.js +12 -0
- package/node/locales/daDK.js +12 -0
- package/node/locales/deDE.js +12 -0
- package/node/locales/elGR.js +12 -0
- package/node/locales/esES.js +12 -0
- package/node/locales/faIR.js +12 -0
- package/node/locales/fiFI.js +12 -0
- package/node/locales/frFR.js +12 -0
- package/node/locales/heIL.js +12 -0
- package/node/locales/hrHR.js +12 -0
- package/node/locales/huHU.js +12 -0
- package/node/locales/isIS.js +12 -0
- package/node/locales/itIT.js +12 -0
- package/node/locales/jaJP.js +12 -0
- package/node/locales/koKR.js +12 -0
- package/node/locales/nbNO.js +12 -0
- package/node/locales/nlNL.js +12 -0
- package/node/locales/nnNO.js +12 -0
- package/node/locales/plPL.js +37 -27
- package/node/locales/ptBR.js +12 -0
- package/node/locales/ptPT.js +12 -0
- package/node/locales/roRO.js +12 -0
- package/node/locales/ruRU.js +12 -0
- package/node/locales/skSK.js +12 -0
- package/node/locales/svSE.js +12 -0
- package/node/locales/trTR.js +12 -0
- package/node/locales/ukUA.js +12 -0
- package/node/locales/urPK.js +12 -0
- package/node/locales/viVN.js +12 -0
- package/node/locales/zhCN.js +12 -0
- package/node/locales/zhHK.js +12 -0
- package/node/locales/zhTW.js +12 -0
- package/node/material/index.js +4 -0
- package/package.json +5 -5
package/locales/isIS.js
CHANGED
|
@@ -23,6 +23,18 @@ const isISGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Leita…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Leita',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Eyða',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Flytja út',
|
|
28
40
|
toolbarExportLabel: 'Flytja út',
|
package/locales/itIT.js
CHANGED
|
@@ -23,6 +23,18 @@ const itITGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Cerca…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Cerca',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Resetta',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Esporta',
|
|
28
40
|
toolbarExportLabel: 'Esporta',
|
package/locales/jaJP.js
CHANGED
|
@@ -23,6 +23,18 @@ const jaJPGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '検索…',
|
|
24
24
|
toolbarQuickFilterLabel: '検索',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'クリア',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'エクスポート',
|
|
28
40
|
toolbarExportLabel: 'エクスポート',
|
package/locales/koKR.js
CHANGED
|
@@ -23,6 +23,18 @@ const koKRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '검색…',
|
|
24
24
|
toolbarQuickFilterLabel: '검색',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: '초기화',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: '내보내기',
|
|
28
40
|
toolbarExportLabel: '내보내기',
|
package/locales/nbNO.js
CHANGED
|
@@ -23,6 +23,18 @@ const nbNOGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Søk…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Søk',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Slett',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Eksporter',
|
|
28
40
|
toolbarExportLabel: 'Eksporter',
|
package/locales/nlNL.js
CHANGED
|
@@ -23,6 +23,18 @@ const nlNLGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Zoeken…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Zoeken',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Wissen',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exporteren',
|
|
28
40
|
toolbarExportLabel: 'Exporteren',
|
package/locales/nnNO.js
CHANGED
|
@@ -23,6 +23,18 @@ const nnNOGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Søk…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Søk',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Slett',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Eksporter',
|
|
28
40
|
toolbarExportLabel: 'Eksporter',
|
package/locales/plPL.js
CHANGED
|
@@ -23,6 +23,18 @@ const plPLGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Wyszukaj…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Szukaj',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Wyczyść',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Eksportuj',
|
|
28
40
|
toolbarExportLabel: 'Eksportuj',
|
|
@@ -30,10 +42,10 @@ const plPLGrid = {
|
|
|
30
42
|
toolbarExportPrint: 'Drukuj',
|
|
31
43
|
toolbarExportExcel: 'Pobierz jako plik Excel',
|
|
32
44
|
// Columns management text
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
45
|
+
columnsManagementSearchTitle: 'Szukaj',
|
|
46
|
+
columnsManagementNoColumns: 'Brak kolumn',
|
|
47
|
+
columnsManagementShowHideAllText: 'Wyświetl/Ukryj wszystkie',
|
|
48
|
+
columnsManagementReset: 'Resetuj',
|
|
37
49
|
// columnsManagementDeleteIconLabel: 'Clear',
|
|
38
50
|
|
|
39
51
|
// Filter panel text
|
|
@@ -49,9 +61,9 @@ const plPLGrid = {
|
|
|
49
61
|
filterPanelInputPlaceholder: 'Filtrowana wartość',
|
|
50
62
|
// Filter operators text
|
|
51
63
|
filterOperatorContains: 'zawiera',
|
|
52
|
-
|
|
64
|
+
filterOperatorDoesNotContain: 'nie zawiera',
|
|
53
65
|
filterOperatorEquals: 'równa się',
|
|
54
|
-
|
|
66
|
+
filterOperatorDoesNotEqual: 'nie równa się',
|
|
55
67
|
filterOperatorStartsWith: 'zaczyna się od',
|
|
56
68
|
filterOperatorEndsWith: 'kończy się na',
|
|
57
69
|
filterOperatorIs: 'równa się',
|
|
@@ -72,27 +84,26 @@ const plPLGrid = {
|
|
|
72
84
|
|
|
73
85
|
// Header filter operators text
|
|
74
86
|
headerFilterOperatorContains: 'Zawiera',
|
|
75
|
-
|
|
87
|
+
headerFilterOperatorDoesNotContain: 'Nie zawiera',
|
|
76
88
|
headerFilterOperatorEquals: 'Równa się',
|
|
77
|
-
|
|
89
|
+
headerFilterOperatorDoesNotEqual: 'Nie równa się',
|
|
78
90
|
headerFilterOperatorStartsWith: 'Zaczyna się od',
|
|
79
91
|
headerFilterOperatorEndsWith: 'Kończy się na',
|
|
80
|
-
|
|
92
|
+
headerFilterOperatorIs: 'Jest',
|
|
81
93
|
headerFilterOperatorNot: 'Niepuste',
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
headerFilterOperatorAfter: 'Jest po',
|
|
95
|
+
headerFilterOperatorOnOrAfter: 'Jest w lub po',
|
|
96
|
+
headerFilterOperatorBefore: 'Jest przed',
|
|
97
|
+
headerFilterOperatorOnOrBefore: 'Jest w lub przed',
|
|
98
|
+
headerFilterOperatorIsEmpty: 'Jest pusty',
|
|
99
|
+
headerFilterOperatorIsNotEmpty: 'Nie jest pusty',
|
|
100
|
+
headerFilterOperatorIsAnyOf: 'Is any of',
|
|
101
|
+
'headerFilterOperator=': 'Równa się',
|
|
102
|
+
'headerFilterOperator!=': 'Nie równa się',
|
|
103
|
+
'headerFilterOperator>': 'Większy niż',
|
|
104
|
+
'headerFilterOperator>=': 'Większy lub równy',
|
|
105
|
+
'headerFilterOperator<': 'Mniejszy niż',
|
|
106
|
+
'headerFilterOperator<=': 'Mniejszy lub równe',
|
|
96
107
|
// Filter values text
|
|
97
108
|
filterValueAny: 'dowolny',
|
|
98
109
|
filterValueTrue: 'prawda',
|
|
@@ -140,14 +151,13 @@ const plPLGrid = {
|
|
|
140
151
|
groupColumn: name => `Grupuj według ${name}`,
|
|
141
152
|
unGroupColumn: name => `Rozgrupuj ${name}`,
|
|
142
153
|
// Master/detail
|
|
143
|
-
|
|
154
|
+
detailPanelToggle: 'Szczegóły',
|
|
144
155
|
expandDetailPanel: 'Rozwiń',
|
|
145
156
|
collapseDetailPanel: 'Zwiń',
|
|
146
157
|
// Row reordering text
|
|
147
|
-
rowReorderingHeaderName: 'Porządkowanie wierszy'
|
|
148
|
-
|
|
158
|
+
rowReorderingHeaderName: 'Porządkowanie wierszy',
|
|
149
159
|
// Aggregation
|
|
150
|
-
|
|
160
|
+
aggregationMenuItemHeader: 'Agregacja'
|
|
151
161
|
// aggregationFunctionLabelSum: 'sum',
|
|
152
162
|
// aggregationFunctionLabelAvg: 'avg',
|
|
153
163
|
// aggregationFunctionLabelMin: 'min',
|
package/locales/ptBR.js
CHANGED
|
@@ -23,6 +23,18 @@ const ptBRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Procurar…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Procurar',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Limpar',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportar',
|
|
28
40
|
toolbarExportLabel: 'Exportar',
|
package/locales/ptPT.js
CHANGED
|
@@ -23,6 +23,18 @@ const ptPTGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Procurar…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Procurar',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Claro',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportar',
|
|
28
40
|
toolbarExportLabel: 'Exportar',
|
package/locales/roRO.js
CHANGED
|
@@ -23,6 +23,18 @@ const roROGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Căutare…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Căutare',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Ștergere',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Export',
|
|
28
40
|
toolbarExportLabel: 'Export',
|
package/locales/ruRU.js
CHANGED
|
@@ -38,6 +38,18 @@ const ruRUGrid = {
|
|
|
38
38
|
toolbarQuickFilterPlaceholder: 'Поиск…',
|
|
39
39
|
toolbarQuickFilterLabel: 'Поиск',
|
|
40
40
|
toolbarQuickFilterDeleteIconLabel: 'Очистить',
|
|
41
|
+
// Prompt toolbar field
|
|
42
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
43
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
44
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
45
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
46
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
47
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
48
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
49
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
50
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
51
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
52
|
+
|
|
41
53
|
// Export selector toolbar button text
|
|
42
54
|
toolbarExport: 'Экспорт',
|
|
43
55
|
toolbarExportLabel: 'Экспорт',
|
package/locales/skSK.js
CHANGED
|
@@ -31,6 +31,18 @@ const skSKGrid = {
|
|
|
31
31
|
toolbarQuickFilterPlaceholder: 'Vyhľadať…',
|
|
32
32
|
toolbarQuickFilterLabel: 'Vyhľadať',
|
|
33
33
|
toolbarQuickFilterDeleteIconLabel: 'Vymazať',
|
|
34
|
+
// Prompt toolbar field
|
|
35
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
36
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
37
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
38
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
39
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
40
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
41
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
42
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
43
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
44
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
45
|
+
|
|
34
46
|
// Export selector toolbar button text
|
|
35
47
|
toolbarExport: 'Export',
|
|
36
48
|
toolbarExportLabel: 'Export',
|
package/locales/svSE.js
CHANGED
|
@@ -23,6 +23,18 @@ const svSEGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Sök…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Sök',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Rensa',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportera',
|
|
28
40
|
toolbarExportLabel: 'Exportera',
|
package/locales/trTR.js
CHANGED
|
@@ -23,6 +23,18 @@ const trTRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Ara…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Ara',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Temizle',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Dışa aktar',
|
|
28
40
|
toolbarExportLabel: 'Dışa aktar',
|
package/locales/ukUA.js
CHANGED
|
@@ -38,6 +38,18 @@ const ukUAGrid = {
|
|
|
38
38
|
toolbarQuickFilterPlaceholder: 'Пошук…',
|
|
39
39
|
toolbarQuickFilterLabel: 'Пошук',
|
|
40
40
|
toolbarQuickFilterDeleteIconLabel: 'Очистити',
|
|
41
|
+
// Prompt toolbar field
|
|
42
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
43
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
44
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
45
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
46
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
47
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
48
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
49
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
50
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
51
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
52
|
+
|
|
41
53
|
// Export selector toolbar button text
|
|
42
54
|
toolbarExport: 'Експорт',
|
|
43
55
|
toolbarExportLabel: 'Експорт',
|
package/locales/urPK.js
CHANGED
|
@@ -23,6 +23,18 @@ const urPKGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'تلاش کریں۔۔۔',
|
|
24
24
|
toolbarQuickFilterLabel: 'تلاش کریں',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'کلئیر کریں',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'ایکسپورٹ',
|
|
28
40
|
toolbarExportLabel: 'ایکسپورٹ',
|
package/locales/viVN.js
CHANGED
|
@@ -23,6 +23,18 @@ const viVNGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Tìm kiếm…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Tìm kiếm',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Xóa tìm kiếm',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Xuất',
|
|
28
40
|
toolbarExportLabel: 'Xuất',
|
package/locales/zhCN.js
CHANGED
|
@@ -23,6 +23,18 @@ const zhCNGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '搜索…',
|
|
24
24
|
toolbarQuickFilterLabel: '搜索',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: '清除',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: '导出',
|
|
28
40
|
toolbarExportLabel: '导出',
|
package/locales/zhHK.js
CHANGED
|
@@ -23,6 +23,18 @@ const zhHKGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '搜尋…',
|
|
24
24
|
toolbarQuickFilterLabel: '搜尋',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: '清除',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: '出口',
|
|
28
40
|
toolbarExportLabel: '出口',
|
package/locales/zhTW.js
CHANGED
|
@@ -23,6 +23,18 @@ const zhTWGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '搜尋…',
|
|
24
24
|
toolbarQuickFilterLabel: '搜尋',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: '清除',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: '匯出',
|
|
28
40
|
toolbarExportLabel: '匯出',
|
package/material/index.js
CHANGED
|
@@ -2,6 +2,8 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
2
2
|
import MUIBadge from '@mui/material/Badge';
|
|
3
3
|
import MUICheckbox from '@mui/material/Checkbox';
|
|
4
4
|
import MUIDivider from '@mui/material/Divider';
|
|
5
|
+
import MUIMenuList from '@mui/material/MenuList';
|
|
6
|
+
import MUIMenuItem from '@mui/material/MenuItem';
|
|
5
7
|
import MUITextField from '@mui/material/TextField';
|
|
6
8
|
import MUIFormControl from '@mui/material/FormControl';
|
|
7
9
|
import MUISelect from '@mui/material/Select';
|
|
@@ -56,6 +58,8 @@ const materialSlots = _extends({}, iconSlots, {
|
|
|
56
58
|
baseBadge: MUIBadge,
|
|
57
59
|
baseCheckbox: MUICheckbox,
|
|
58
60
|
baseDivider: MUIDivider,
|
|
61
|
+
baseMenuList: MUIMenuList,
|
|
62
|
+
baseMenuItem: MUIMenuItem,
|
|
59
63
|
baseTextField: MUITextField,
|
|
60
64
|
baseFormControl: MUIFormControl,
|
|
61
65
|
baseSelect: MUISelect,
|
|
@@ -26,6 +26,16 @@ export interface GridLocaleText {
|
|
|
26
26
|
toolbarQuickFilterPlaceholder: string;
|
|
27
27
|
toolbarQuickFilterLabel: string;
|
|
28
28
|
toolbarQuickFilterDeleteIconLabel: string;
|
|
29
|
+
toolbarPromptControlPlaceholder: string;
|
|
30
|
+
toolbarPromptControlWithRecordingPlaceholder: string;
|
|
31
|
+
toolbarPromptControlRecordingPlaceholder: string;
|
|
32
|
+
toolbarPromptControlLabel: string;
|
|
33
|
+
toolbarPromptControlDeleteIconLabel: string;
|
|
34
|
+
toolbarPromptControlRecordButtonDefaultLabel: string;
|
|
35
|
+
toolbarPromptControlRecordButtonActiveLabel: string;
|
|
36
|
+
toolbarPromptControlSendActionLabel: string;
|
|
37
|
+
toolbarPromptControlSendActionAriaLabel: string;
|
|
38
|
+
toolbarPromptControlErrorMessage: string;
|
|
29
39
|
toolbarExport: React.ReactNode;
|
|
30
40
|
toolbarExportLabel: string;
|
|
31
41
|
toolbarExportCSV: React.ReactNode;
|
|
@@ -236,6 +236,10 @@ export interface GridBaseColDef<R extends GridValidRowModel = GridValidRowModel,
|
|
|
236
236
|
* @default 1
|
|
237
237
|
*/
|
|
238
238
|
colSpan?: number | GridColSpanFn<R, V, F>;
|
|
239
|
+
/**
|
|
240
|
+
* Example values that can be used by the grid to get more context about the column.
|
|
241
|
+
*/
|
|
242
|
+
unstable_examples?: V[];
|
|
239
243
|
}
|
|
240
244
|
/**
|
|
241
245
|
* Column Definition interface used for columns with the `actions` type.
|
|
@@ -34,7 +34,7 @@ export interface GridGetRowsResponse {
|
|
|
34
34
|
rowCount?: number;
|
|
35
35
|
/**
|
|
36
36
|
* Additional `pageInfo` for advanced use-cases.
|
|
37
|
-
* `hasNextPage`: When row count is unknown/estimated, `hasNextPage` will be used to check if more records are available on server
|
|
37
|
+
* `hasNextPage`: When row count is unknown/estimated, `hasNextPage` will be used to check if more records are available on server.
|
|
38
38
|
*/
|
|
39
39
|
pageInfo?: {
|
|
40
40
|
hasNextPage?: boolean;
|
|
@@ -44,25 +44,25 @@ export interface GridGetRowsResponse {
|
|
|
44
44
|
export interface GridDataSource {
|
|
45
45
|
/**
|
|
46
46
|
* This method will be called when the grid needs to fetch some rows.
|
|
47
|
-
* @param {GridGetRowsParams} params The parameters required to fetch the rows
|
|
48
|
-
* @returns {Promise<GridGetRowsResponse>} A promise that resolves to the data of type [GridGetRowsResponse]
|
|
47
|
+
* @param {GridGetRowsParams} params The parameters required to fetch the rows.
|
|
48
|
+
* @returns {Promise<GridGetRowsResponse>} A promise that resolves to the data of type [GridGetRowsResponse].
|
|
49
49
|
*/
|
|
50
50
|
getRows(params: GridGetRowsParams): Promise<GridGetRowsResponse>;
|
|
51
51
|
/**
|
|
52
52
|
* This method will be called when the user updates a row [Not yet implemented].
|
|
53
|
-
* @param {GridRowModel} updatedRow The updated row
|
|
54
|
-
* @returns {Promise<any>} If resolved (synced on the backend), the grid will update the row and mutate the cache
|
|
53
|
+
* @param {GridRowModel} updatedRow The updated row.
|
|
54
|
+
* @returns {Promise<any>} If resolved (synced on the backend), the grid will update the row and mutate the cache.
|
|
55
55
|
*/
|
|
56
56
|
updateRow?(updatedRow: GridRowModel): Promise<any>;
|
|
57
57
|
/**
|
|
58
58
|
* Used to group rows by their parent group. Replaces `getTreeDataPath` used in client side tree-data.
|
|
59
|
-
* @param {GridRowModel} row The row to get the group key of
|
|
60
|
-
* @returns {string} The group key for the row
|
|
59
|
+
* @param {GridRowModel} row The row to get the group key of.
|
|
60
|
+
* @returns {string} The group key for the row.
|
|
61
61
|
*/
|
|
62
62
|
getGroupKey?: (row: GridRowModel) => string;
|
|
63
63
|
/**
|
|
64
64
|
* Used to determine the number of children a row has on server.
|
|
65
|
-
* @param {GridRowModel} row The row to check the number of children
|
|
65
|
+
* @param {GridRowModel} row The row to check the number of children.
|
|
66
66
|
* @returns {number} The number of children the row has.
|
|
67
67
|
* If the children count is not available for some reason, but there are some children, `getChildrenCount` should return `-1`.
|
|
68
68
|
*/
|
|
@@ -71,14 +71,14 @@ export interface GridDataSource {
|
|
|
71
71
|
export interface GridDataSourceCache {
|
|
72
72
|
/**
|
|
73
73
|
* Set the cache entry for the given key.
|
|
74
|
-
* @param {GridGetRowsParams} key The key of type `GridGetRowsParams
|
|
75
|
-
* @param {GridGetRowsResponse} value The value to be stored in the cache
|
|
74
|
+
* @param {GridGetRowsParams} key The key of type `GridGetRowsParams`.
|
|
75
|
+
* @param {GridGetRowsResponse} value The value to be stored in the cache.
|
|
76
76
|
*/
|
|
77
77
|
set: (key: GridGetRowsParams, value: GridGetRowsResponse) => void;
|
|
78
78
|
/**
|
|
79
79
|
* Get the cache entry for the given key.
|
|
80
|
-
* @param {GridGetRowsParams} key The key of type `GridGetRowsParams
|
|
81
|
-
* @returns {GridGetRowsResponse} The value stored in the cache
|
|
80
|
+
* @param {GridGetRowsParams} key The key of type `GridGetRowsParams`.
|
|
81
|
+
* @returns {GridGetRowsResponse} The value stored in the cache.
|
|
82
82
|
*/
|
|
83
83
|
get: (key: GridGetRowsParams) => GridGetRowsResponse | undefined;
|
|
84
84
|
/**
|