@mui/x-data-grid 7.0.0-beta.3 → 7.0.0-beta.4
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 +226 -15
- package/colDef/gridActionsColDef.js +1 -0
- package/colDef/gridBooleanColDef.js +1 -0
- package/colDef/gridCheckboxSelectionColDef.js +1 -0
- package/components/GridScrollbarFillerCell.js +6 -21
- package/components/cell/GridCell.js +10 -12
- package/components/columnSelection/GridCellCheckboxRenderer.js +1 -2
- package/components/containers/GridRootStyles.js +50 -19
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +8 -2
- package/constants/gridClasses.d.ts +24 -8
- package/constants/gridClasses.js +1 -1
- package/hooks/features/clipboard/useGridClipboard.js +1 -1
- package/hooks/features/editing/useGridCellEditing.js +3 -4
- package/hooks/features/editing/useGridRowEditing.js +3 -4
- package/hooks/features/sorting/useGridSorting.js +1 -2
- package/index.js +1 -1
- package/internals/index.d.ts +1 -1
- package/internals/index.js +1 -1
- package/models/colDef/gridColDef.d.ts +6 -0
- package/modern/colDef/gridActionsColDef.js +1 -0
- package/modern/colDef/gridBooleanColDef.js +1 -0
- package/modern/colDef/gridCheckboxSelectionColDef.js +1 -0
- package/modern/components/GridScrollbarFillerCell.js +6 -21
- package/modern/components/cell/GridCell.js +10 -12
- package/modern/components/columnSelection/GridCellCheckboxRenderer.js +1 -2
- package/modern/components/containers/GridRootStyles.js +50 -19
- package/modern/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +8 -2
- package/modern/constants/gridClasses.js +1 -1
- package/modern/hooks/features/clipboard/useGridClipboard.js +1 -1
- package/modern/hooks/features/editing/useGridCellEditing.js +3 -4
- package/modern/hooks/features/editing/useGridRowEditing.js +3 -4
- package/modern/hooks/features/sorting/useGridSorting.js +1 -2
- package/modern/index.js +1 -1
- package/modern/internals/index.js +1 -1
- package/modern/utils/keyboardUtils.js +20 -11
- package/node/colDef/gridActionsColDef.js +1 -0
- package/node/colDef/gridBooleanColDef.js +1 -0
- package/node/colDef/gridCheckboxSelectionColDef.js +1 -0
- package/node/components/GridScrollbarFillerCell.js +5 -20
- package/node/components/cell/GridCell.js +10 -12
- package/node/components/columnSelection/GridCellCheckboxRenderer.js +1 -2
- package/node/components/containers/GridRootStyles.js +50 -19
- package/node/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +8 -2
- package/node/constants/gridClasses.js +1 -1
- package/node/hooks/features/clipboard/useGridClipboard.js +1 -1
- package/node/hooks/features/editing/useGridCellEditing.js +2 -3
- package/node/hooks/features/editing/useGridRowEditing.js +2 -3
- package/node/hooks/features/sorting/useGridSorting.js +1 -2
- package/node/index.js +1 -1
- package/node/internals/index.js +7 -0
- package/node/utils/keyboardUtils.js +25 -20
- package/package.json +1 -1
- package/utils/keyboardUtils.d.ts +7 -6
- package/utils/keyboardUtils.js +20 -11
- package/legacy/DataGrid/DataGrid.js +0 -664
- package/legacy/DataGrid/index.js +0 -2
- package/legacy/DataGrid/useDataGridComponent.js +0 -81
- package/legacy/DataGrid/useDataGridProps.js +0 -98
- package/legacy/colDef/gridActionsColDef.js +0 -18
- package/legacy/colDef/gridBooleanColDef.js +0 -42
- package/legacy/colDef/gridBooleanOperators.js +0 -16
- package/legacy/colDef/gridCheckboxSelectionColDef.js +0 -33
- package/legacy/colDef/gridDateColDef.js +0 -62
- package/legacy/colDef/gridDateOperators.js +0 -115
- package/legacy/colDef/gridDefaultColumnTypes.js +0 -19
- package/legacy/colDef/gridNumericColDef.js +0 -19
- package/legacy/colDef/gridNumericOperators.js +0 -145
- package/legacy/colDef/gridSingleSelectColDef.js +0 -64
- package/legacy/colDef/gridSingleSelectOperators.js +0 -46
- package/legacy/colDef/gridStringColDef.js +0 -27
- package/legacy/colDef/gridStringOperators.js +0 -112
- package/legacy/colDef/index.js +0 -13
- package/legacy/components/GridApiContext.js +0 -5
- package/legacy/components/GridColumnHeaders.js +0 -94
- package/legacy/components/GridDetailPanels.js +0 -4
- package/legacy/components/GridFooter.js +0 -42
- package/legacy/components/GridHeader.js +0 -13
- package/legacy/components/GridHeaders.js +0 -53
- package/legacy/components/GridLoadingOverlay.js +0 -21
- package/legacy/components/GridNoResultsOverlay.js +0 -14
- package/legacy/components/GridNoRowsOverlay.js +0 -23
- package/legacy/components/GridPagination.js +0 -85
- package/legacy/components/GridPinnedRows.js +0 -4
- package/legacy/components/GridRow.js +0 -465
- package/legacy/components/GridRowCount.js +0 -63
- package/legacy/components/GridScrollbarFillerCell.js +0 -34
- package/legacy/components/GridSelectedRowCount.js +0 -66
- package/legacy/components/base/GridBody.js +0 -2
- package/legacy/components/base/GridFooterPlaceholder.js +0 -12
- package/legacy/components/base/GridOverlays.js +0 -122
- package/legacy/components/base/index.js +0 -3
- package/legacy/components/cell/GridActionsCell.js +0 -294
- package/legacy/components/cell/GridActionsCellItem.js +0 -69
- package/legacy/components/cell/GridBooleanCell.js +0 -121
- package/legacy/components/cell/GridCell.js +0 -350
- package/legacy/components/cell/GridEditBooleanCell.js +0 -174
- package/legacy/components/cell/GridEditDateCell.js +0 -230
- package/legacy/components/cell/GridEditInputCell.js +0 -198
- package/legacy/components/cell/GridEditSingleSelectCell.js +0 -231
- package/legacy/components/cell/GridSkeletonCell.js +0 -52
- package/legacy/components/cell/index.js +0 -9
- package/legacy/components/columnHeaders/ColumnHeaderMenuIcon.js +0 -59
- package/legacy/components/columnHeaders/GridBaseColumnHeaders.js +0 -41
- package/legacy/components/columnHeaders/GridColumnGroupHeader.js +0 -132
- package/legacy/components/columnHeaders/GridColumnHeaderFilterIconButton.js +0 -93
- package/legacy/components/columnHeaders/GridColumnHeaderItem.js +0 -212
- package/legacy/components/columnHeaders/GridColumnHeaderSeparator.js +0 -71
- package/legacy/components/columnHeaders/GridColumnHeaderSortIcon.js +0 -79
- package/legacy/components/columnHeaders/GridColumnHeaderTitle.js +0 -84
- package/legacy/components/columnHeaders/GridColumnHeadersInner.js +0 -55
- package/legacy/components/columnHeaders/GridGenericColumnHeaderItem.js +0 -107
- package/legacy/components/columnHeaders/GridIconButtonContainer.js +0 -41
- package/legacy/components/columnHeaders/index.js +0 -5
- package/legacy/components/columnSelection/GridCellCheckboxRenderer.js +0 -160
- package/legacy/components/columnSelection/GridHeaderCheckbox.js +0 -134
- package/legacy/components/columnSelection/index.js +0 -2
- package/legacy/components/columnsManagement/GridColumnsManagement.js +0 -307
- package/legacy/components/columnsManagement/index.js +0 -1
- package/legacy/components/columnsManagement/utils.js +0 -22
- package/legacy/components/containers/GridFooterContainer.js +0 -50
- package/legacy/components/containers/GridOverlay.js +0 -52
- package/legacy/components/containers/GridRoot.js +0 -79
- package/legacy/components/containers/GridRootStyles.js +0 -395
- package/legacy/components/containers/GridToolbarContainer.js +0 -59
- package/legacy/components/containers/index.js +0 -4
- package/legacy/components/index.js +0 -19
- package/legacy/components/menu/GridMenu.js +0 -132
- package/legacy/components/menu/columnMenu/GridColumnHeaderMenu.js +0 -61
- package/legacy/components/menu/columnMenu/GridColumnMenu.js +0 -81
- package/legacy/components/menu/columnMenu/GridColumnMenuContainer.js +0 -56
- package/legacy/components/menu/columnMenu/GridColumnMenuItemProps.js +0 -1
- package/legacy/components/menu/columnMenu/GridColumnMenuProps.js +0 -1
- package/legacy/components/menu/columnMenu/index.js +0 -9
- package/legacy/components/menu/columnMenu/menuItems/GridColumnMenuColumnsItem.js +0 -21
- package/legacy/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.js +0 -41
- package/legacy/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.js +0 -60
- package/legacy/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.js +0 -41
- package/legacy/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.js +0 -80
- package/legacy/components/menu/columnMenu/menuItems/index.js +0 -5
- package/legacy/components/menu/index.js +0 -2
- package/legacy/components/panel/GridColumnsPanel.js +0 -22
- package/legacy/components/panel/GridPanel.js +0 -137
- package/legacy/components/panel/GridPanelContent.js +0 -49
- package/legacy/components/panel/GridPanelFooter.js +0 -50
- package/legacy/components/panel/GridPanelHeader.js +0 -48
- package/legacy/components/panel/GridPanelWrapper.js +0 -64
- package/legacy/components/panel/GridPreferencesPanel.js +0 -26
- package/legacy/components/panel/filterPanel/GridFilterForm.js +0 -528
- package/legacy/components/panel/filterPanel/GridFilterInputBoolean.js +0 -118
- package/legacy/components/panel/filterPanel/GridFilterInputDate.js +0 -121
- package/legacy/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -116
- package/legacy/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -102
- package/legacy/components/panel/filterPanel/GridFilterInputSingleSelect.js +0 -149
- package/legacy/components/panel/filterPanel/GridFilterInputValue.js +0 -106
- package/legacy/components/panel/filterPanel/GridFilterInputValueProps.js +0 -1
- package/legacy/components/panel/filterPanel/GridFilterPanel.js +0 -264
- package/legacy/components/panel/filterPanel/filterPanelUtils.js +0 -22
- package/legacy/components/panel/filterPanel/index.js +0 -9
- package/legacy/components/panel/index.js +0 -7
- package/legacy/components/reexportable.js +0 -1
- package/legacy/components/toolbar/GridToolbar.js +0 -64
- package/legacy/components/toolbar/GridToolbarColumnsButton.js +0 -68
- package/legacy/components/toolbar/GridToolbarDensitySelector.js +0 -142
- package/legacy/components/toolbar/GridToolbarExport.js +0 -80
- package/legacy/components/toolbar/GridToolbarExportContainer.js +0 -105
- package/legacy/components/toolbar/GridToolbarFilterButton.js +0 -136
- package/legacy/components/toolbar/GridToolbarQuickFilter.js +0 -164
- package/legacy/components/toolbar/index.js +0 -7
- package/legacy/components/virtualization/GridBottomContainer.js +0 -25
- package/legacy/components/virtualization/GridMainContainer.js +0 -20
- package/legacy/components/virtualization/GridTopContainer.js +0 -35
- package/legacy/components/virtualization/GridVirtualScrollbar.js +0 -129
- package/legacy/components/virtualization/GridVirtualScroller.js +0 -93
- package/legacy/components/virtualization/GridVirtualScrollerContent.js +0 -35
- package/legacy/components/virtualization/GridVirtualScrollerFiller.js +0 -70
- package/legacy/components/virtualization/GridVirtualScrollerRenderZone.js +0 -49
- package/legacy/constants/defaultGridSlotsComponents.js +0 -33
- package/legacy/constants/envConstants.js +0 -19
- package/legacy/constants/gridClasses.js +0 -5
- package/legacy/constants/gridDetailPanelToggleField.js +0 -2
- package/legacy/constants/index.js +0 -3
- package/legacy/constants/localeTextConstants.js +0 -158
- package/legacy/context/GridContextProvider.js +0 -21
- package/legacy/context/GridRootPropsContext.js +0 -6
- package/legacy/context/index.js +0 -1
- package/legacy/hooks/core/gridCoreSelector.js +0 -7
- package/legacy/hooks/core/index.js +0 -1
- package/legacy/hooks/core/pipeProcessing/gridPipeProcessingApi.js +0 -1
- package/legacy/hooks/core/pipeProcessing/index.js +0 -4
- package/legacy/hooks/core/pipeProcessing/useGridPipeProcessing.js +0 -114
- package/legacy/hooks/core/pipeProcessing/useGridRegisterPipeApplier.js +0 -26
- package/legacy/hooks/core/pipeProcessing/useGridRegisterPipeProcessor.js +0 -26
- package/legacy/hooks/core/strategyProcessing/gridStrategyProcessingApi.js +0 -1
- package/legacy/hooks/core/strategyProcessing/index.js +0 -3
- package/legacy/hooks/core/strategyProcessing/useGridRegisterStrategyProcessor.js +0 -18
- package/legacy/hooks/core/strategyProcessing/useGridStrategyProcessing.js +0 -116
- package/legacy/hooks/core/useGridApiInitialization.js +0 -124
- package/legacy/hooks/core/useGridInitialization.js +0 -26
- package/legacy/hooks/core/useGridLocaleText.js +0 -12
- package/legacy/hooks/core/useGridLoggerFactory.js +0 -51
- package/legacy/hooks/core/useGridRefs.js +0 -13
- package/legacy/hooks/core/useGridStateInitialization.js +0 -106
- package/legacy/hooks/core/useGridTheme.js +0 -21
- package/legacy/hooks/features/clipboard/useGridClipboard.js +0 -92
- package/legacy/hooks/features/columnGrouping/gridColumnGroupsInterfaces.js +0 -1
- package/legacy/hooks/features/columnGrouping/gridColumnGroupsSelector.js +0 -24
- package/legacy/hooks/features/columnGrouping/gridColumnGroupsUtils.js +0 -92
- package/legacy/hooks/features/columnGrouping/index.js +0 -2
- package/legacy/hooks/features/columnGrouping/useGridColumnGrouping.js +0 -140
- package/legacy/hooks/features/columnHeaders/useGridColumnHeaders.js +0 -272
- package/legacy/hooks/features/columnMenu/columnMenuInterfaces.js +0 -1
- package/legacy/hooks/features/columnMenu/columnMenuSelector.js +0 -3
- package/legacy/hooks/features/columnMenu/index.js +0 -2
- package/legacy/hooks/features/columnMenu/useGridColumnMenu.js +0 -108
- package/legacy/hooks/features/columnMenu/useGridColumnMenuSlots.js +0 -71
- package/legacy/hooks/features/columns/gridColumnsInterfaces.js +0 -9
- package/legacy/hooks/features/columns/gridColumnsSelector.js +0 -174
- package/legacy/hooks/features/columns/gridColumnsUtils.js +0 -338
- package/legacy/hooks/features/columns/index.js +0 -2
- package/legacy/hooks/features/columns/useGridColumnSpanning.js +0 -105
- package/legacy/hooks/features/columns/useGridColumns.js +0 -319
- package/legacy/hooks/features/density/densitySelector.js +0 -10
- package/legacy/hooks/features/density/densityState.js +0 -1
- package/legacy/hooks/features/density/index.js +0 -2
- package/legacy/hooks/features/density/useGridDensity.js +0 -48
- package/legacy/hooks/features/dimensions/gridDimensionsApi.js +0 -1
- package/legacy/hooks/features/dimensions/gridDimensionsSelectors.js +0 -3
- package/legacy/hooks/features/dimensions/index.js +0 -2
- package/legacy/hooks/features/dimensions/useGridDimensions.js +0 -302
- package/legacy/hooks/features/editing/gridEditingSelectors.js +0 -4
- package/legacy/hooks/features/editing/useGridCellEditing.js +0 -456
- package/legacy/hooks/features/editing/useGridEditing.js +0 -145
- package/legacy/hooks/features/editing/useGridRowEditing.js +0 -567
- package/legacy/hooks/features/events/useGridEvents.js +0 -23
- package/legacy/hooks/features/export/serializers/csvSerializer.js +0 -155
- package/legacy/hooks/features/export/useGridCsvExport.js +0 -75
- package/legacy/hooks/features/export/useGridPrintExport.js +0 -313
- package/legacy/hooks/features/export/utils.js +0 -49
- package/legacy/hooks/features/filter/gridFilterSelector.js +0 -165
- package/legacy/hooks/features/filter/gridFilterState.js +0 -20
- package/legacy/hooks/features/filter/gridFilterUtils.js +0 -330
- package/legacy/hooks/features/filter/index.js +0 -2
- package/legacy/hooks/features/filter/useGridFilter.js +0 -378
- package/legacy/hooks/features/focus/gridFocusState.js +0 -1
- package/legacy/hooks/features/focus/gridFocusStateSelector.js +0 -31
- package/legacy/hooks/features/focus/index.js +0 -2
- package/legacy/hooks/features/focus/useGridFocus.js +0 -408
- package/legacy/hooks/features/headerFiltering/gridHeaderFilteringSelectors.js +0 -10
- package/legacy/hooks/features/headerFiltering/index.js +0 -1
- package/legacy/hooks/features/headerFiltering/useGridHeaderFiltering.js +0 -93
- package/legacy/hooks/features/index.js +0 -16
- package/legacy/hooks/features/keyboardNavigation/useGridKeyboardNavigation.js +0 -565
- package/legacy/hooks/features/pagination/gridPaginationInterfaces.js +0 -1
- package/legacy/hooks/features/pagination/gridPaginationSelector.js +0 -115
- package/legacy/hooks/features/pagination/gridPaginationUtils.js +0 -31
- package/legacy/hooks/features/pagination/index.js +0 -2
- package/legacy/hooks/features/pagination/useGridPagination.js +0 -175
- package/legacy/hooks/features/preferencesPanel/gridPreferencePanelSelector.js +0 -3
- package/legacy/hooks/features/preferencesPanel/gridPreferencePanelState.js +0 -1
- package/legacy/hooks/features/preferencesPanel/gridPreferencePanelsValue.js +0 -6
- package/legacy/hooks/features/preferencesPanel/index.js +0 -3
- package/legacy/hooks/features/preferencesPanel/useGridPreferencesPanel.js +0 -125
- package/legacy/hooks/features/rowSelection/gridRowSelectionSelector.js +0 -19
- package/legacy/hooks/features/rowSelection/index.js +0 -1
- package/legacy/hooks/features/rowSelection/useGridRowSelection.js +0 -419
- package/legacy/hooks/features/rowSelection/useGridRowSelectionPreProcessors.js +0 -45
- package/legacy/hooks/features/rowSelection/utils.js +0 -8
- package/legacy/hooks/features/rows/gridRowsInterfaces.js +0 -1
- package/legacy/hooks/features/rows/gridRowsMetaSelector.js +0 -3
- package/legacy/hooks/features/rows/gridRowsMetaState.js +0 -1
- package/legacy/hooks/features/rows/gridRowsSelector.js +0 -90
- package/legacy/hooks/features/rows/gridRowsUtils.js +0 -294
- package/legacy/hooks/features/rows/index.js +0 -4
- package/legacy/hooks/features/rows/useGridParamsApi.js +0 -142
- package/legacy/hooks/features/rows/useGridRows.js +0 -466
- package/legacy/hooks/features/rows/useGridRowsMeta.js +0 -236
- package/legacy/hooks/features/rows/useGridRowsPreProcessors.js +0 -82
- package/legacy/hooks/features/scroll/useGridScroll.js +0 -133
- package/legacy/hooks/features/sorting/gridSortingSelector.js +0 -56
- package/legacy/hooks/features/sorting/gridSortingState.js +0 -1
- package/legacy/hooks/features/sorting/gridSortingUtils.js +0 -154
- package/legacy/hooks/features/sorting/index.js +0 -2
- package/legacy/hooks/features/sorting/useGridSorting.js +0 -276
- package/legacy/hooks/features/statePersistence/gridStatePersistenceInterface.js +0 -1
- package/legacy/hooks/features/statePersistence/index.js +0 -1
- package/legacy/hooks/features/statePersistence/useGridStatePersistence.js +0 -25
- package/legacy/hooks/features/virtualization/gridVirtualizationSelectors.js +0 -61
- package/legacy/hooks/features/virtualization/index.js +0 -2
- package/legacy/hooks/features/virtualization/useGridVirtualScroller.js +0 -646
- package/legacy/hooks/features/virtualization/useGridVirtualization.js +0 -63
- package/legacy/hooks/index.js +0 -3
- package/legacy/hooks/utils/index.js +0 -9
- package/legacy/hooks/utils/useFirstRender.js +0 -8
- package/legacy/hooks/utils/useGridApiContext.js +0 -9
- package/legacy/hooks/utils/useGridApiEventHandler.js +0 -105
- package/legacy/hooks/utils/useGridApiMethod.js +0 -11
- package/legacy/hooks/utils/useGridApiRef.js +0 -7
- package/legacy/hooks/utils/useGridAriaAttributes.js +0 -25
- package/legacy/hooks/utils/useGridInitializeState.js +0 -8
- package/legacy/hooks/utils/useGridLogger.js +0 -10
- package/legacy/hooks/utils/useGridNativeEventListener.js +0 -32
- package/legacy/hooks/utils/useGridPrivateApiContext.js +0 -12
- package/legacy/hooks/utils/useGridRootProps.js +0 -9
- package/legacy/hooks/utils/useGridSelector.js +0 -54
- package/legacy/hooks/utils/useGridVisibleRows.js +0 -42
- package/legacy/hooks/utils/useLazyRef.js +0 -11
- package/legacy/hooks/utils/useOnMount.js +0 -7
- package/legacy/hooks/utils/useResizeObserver.js +0 -36
- package/legacy/hooks/utils/useRunOnce.js +0 -18
- package/legacy/hooks/utils/useTimeout.js +0 -38
- package/legacy/index.js +0 -38
- package/legacy/internals/index.js +0 -68
- package/legacy/internals/utils/computeSlots.js +0 -17
- package/legacy/internals/utils/index.js +0 -3
- package/legacy/internals/utils/propValidation.js +0 -21
- package/legacy/internals/utils/useProps.js +0 -32
- package/legacy/joy/icons.js +0 -432
- package/legacy/joy/index.js +0 -2
- package/legacy/joy/joySlots.js +0 -420
- package/legacy/locales/arSD.js +0 -160
- package/legacy/locales/beBY.js +0 -184
- package/legacy/locales/bgBG.js +0 -160
- package/legacy/locales/coreLocales.js +0 -62
- package/legacy/locales/csCZ.js +0 -181
- package/legacy/locales/daDK.js +0 -160
- package/legacy/locales/deDE.js +0 -160
- package/legacy/locales/elGR.js +0 -160
- package/legacy/locales/enUS.js +0 -4
- package/legacy/locales/esES.js +0 -160
- package/legacy/locales/faIR.js +0 -160
- package/legacy/locales/fiFI.js +0 -160
- package/legacy/locales/frFR.js +0 -160
- package/legacy/locales/heIL.js +0 -160
- package/legacy/locales/hrHR.js +0 -160
- package/legacy/locales/huHU.js +0 -160
- package/legacy/locales/index.js +0 -35
- package/legacy/locales/itIT.js +0 -160
- package/legacy/locales/jaJP.js +0 -160
- package/legacy/locales/koKR.js +0 -162
- package/legacy/locales/nbNO.js +0 -162
- package/legacy/locales/nlNL.js +0 -160
- package/legacy/locales/plPL.js +0 -163
- package/legacy/locales/ptBR.js +0 -160
- package/legacy/locales/ptPT.js +0 -160
- package/legacy/locales/roRO.js +0 -160
- package/legacy/locales/ruRU.js +0 -181
- package/legacy/locales/skSK.js +0 -181
- package/legacy/locales/svSE.js +0 -160
- package/legacy/locales/trTR.js +0 -161
- package/legacy/locales/ukUA.js +0 -182
- package/legacy/locales/urPK.js +0 -160
- package/legacy/locales/viVN.js +0 -160
- package/legacy/locales/zhCN.js +0 -160
- package/legacy/locales/zhHK.js +0 -160
- package/legacy/locales/zhTW.js +0 -160
- package/legacy/material/components/MUISelectOption.js +0 -14
- package/legacy/material/icons/GridColumnUnsortedIcon.js +0 -16
- package/legacy/material/icons/index.js +0 -89
- package/legacy/material/index.js +0 -69
- package/legacy/models/api/gridApiCommon.js +0 -1
- package/legacy/models/api/gridApiCommunity.js +0 -1
- package/legacy/models/api/gridCallbackDetails.js +0 -1
- package/legacy/models/api/gridColumnApi.js +0 -1
- package/legacy/models/api/gridColumnGroupingApi.js +0 -1
- package/legacy/models/api/gridColumnMenuApi.js +0 -1
- package/legacy/models/api/gridColumnSpanning.js +0 -1
- package/legacy/models/api/gridCoreApi.js +0 -1
- package/legacy/models/api/gridCsvExportApi.js +0 -1
- package/legacy/models/api/gridDensityApi.js +0 -1
- package/legacy/models/api/gridEditingApi.js +0 -1
- package/legacy/models/api/gridFilterApi.js +0 -1
- package/legacy/models/api/gridFocusApi.js +0 -1
- package/legacy/models/api/gridHeaderFilteringApi.js +0 -1
- package/legacy/models/api/gridLocaleTextApi.js +0 -1
- package/legacy/models/api/gridLoggerApi.js +0 -1
- package/legacy/models/api/gridParamsApi.js +0 -1
- package/legacy/models/api/gridPreferencesPanelApi.js +0 -1
- package/legacy/models/api/gridPrintExportApi.js +0 -1
- package/legacy/models/api/gridRowApi.js +0 -1
- package/legacy/models/api/gridRowSelectionApi.js +0 -1
- package/legacy/models/api/gridRowsMetaApi.js +0 -1
- package/legacy/models/api/gridScrollApi.js +0 -1
- package/legacy/models/api/gridSortApi.js +0 -1
- package/legacy/models/api/gridStateApi.js +0 -1
- package/legacy/models/api/gridVirtualizationApi.js +0 -1
- package/legacy/models/api/index.js +0 -16
- package/legacy/models/colDef/gridColDef.js +0 -1
- package/legacy/models/colDef/gridColType.js +0 -1
- package/legacy/models/colDef/gridColumnTypesRecord.js +0 -1
- package/legacy/models/colDef/index.js +0 -6
- package/legacy/models/controlStateItem.js +0 -1
- package/legacy/models/cursorCoordinates.js +0 -1
- package/legacy/models/elementSize.js +0 -1
- package/legacy/models/events/gridEventListener.js +0 -1
- package/legacy/models/events/gridEventLookup.js +0 -1
- package/legacy/models/events/gridEventPublisher.js +0 -1
- package/legacy/models/events/index.js +0 -3
- package/legacy/models/gridApiCaches.js +0 -1
- package/legacy/models/gridCell.js +0 -1
- package/legacy/models/gridCellClass.js +0 -1
- package/legacy/models/gridColumnGrouping.js +0 -11
- package/legacy/models/gridColumnHeaderClass.js +0 -1
- package/legacy/models/gridColumnSpanning.js +0 -1
- package/legacy/models/gridDensity.js +0 -1
- package/legacy/models/gridEditRowModel.js +0 -16
- package/legacy/models/gridExport.js +0 -1
- package/legacy/models/gridFeatureMode.js +0 -1
- package/legacy/models/gridFilterItem.js +0 -11
- package/legacy/models/gridFilterModel.js +0 -1
- package/legacy/models/gridFilterOperator.js +0 -1
- package/legacy/models/gridHeaderFilteringModel.js +0 -1
- package/legacy/models/gridIconSlotsComponent.js +0 -1
- package/legacy/models/gridPaginationProps.js +0 -1
- package/legacy/models/gridRenderContextProps.js +0 -1
- package/legacy/models/gridRowSelectionModel.js +0 -1
- package/legacy/models/gridRows.js +0 -1
- package/legacy/models/gridSlotsComponent.js +0 -1
- package/legacy/models/gridSlotsComponentsProps.js +0 -1
- package/legacy/models/gridSortModel.js +0 -1
- package/legacy/models/gridStateCommunity.js +0 -1
- package/legacy/models/index.js +0 -29
- package/legacy/models/logger.js +0 -1
- package/legacy/models/muiEvent.js +0 -1
- package/legacy/models/params/gridCellParams.js +0 -1
- package/legacy/models/params/gridColumnGroupHeaderParams.js +0 -1
- package/legacy/models/params/gridColumnHeaderParams.js +0 -1
- package/legacy/models/params/gridColumnOrderChangeParams.js +0 -1
- package/legacy/models/params/gridColumnResizeParams.js +0 -1
- package/legacy/models/params/gridEditCellParams.js +0 -27
- package/legacy/models/params/gridHeaderSelectionCheckboxParams.js +0 -1
- package/legacy/models/params/gridMenuParams.js +0 -1
- package/legacy/models/params/gridPreferencePanelParams.js +0 -1
- package/legacy/models/params/gridRowParams.js +0 -44
- package/legacy/models/params/gridRowSelectionCheckboxParams.js +0 -1
- package/legacy/models/params/gridScrollParams.js +0 -1
- package/legacy/models/params/gridValueOptionsParams.js +0 -1
- package/legacy/models/params/index.js +0 -13
- package/legacy/models/props/DataGridProps.js +0 -1
- package/legacy/themeAugmentation/index.js +0 -4
- package/legacy/themeAugmentation/overrides.js +0 -1
- package/legacy/themeAugmentation/props.js +0 -1
- package/legacy/utils/EventManager.js +0 -91
- package/legacy/utils/Store.js +0 -34
- package/legacy/utils/cleanupTracking/CleanupTracking.js +0 -1
- package/legacy/utils/cleanupTracking/FinalizationRegistryBasedCleanupTracking.js +0 -29
- package/legacy/utils/cleanupTracking/TimerBasedCleanupTracking.js +0 -52
- package/legacy/utils/createControllablePromise.js +0 -11
- package/legacy/utils/createSelector.js +0 -120
- package/legacy/utils/doesSupportPreventScroll.js +0 -13
- package/legacy/utils/domUtils.js +0 -49
- package/legacy/utils/exportAs.js +0 -40
- package/legacy/utils/fastMemo.js +0 -5
- package/legacy/utils/fastObjectShallowCompare.js +0 -32
- package/legacy/utils/getGridLocalization.js +0 -15
- package/legacy/utils/getPublicApiRef.js +0 -5
- package/legacy/utils/index.js +0 -1
- package/legacy/utils/keyboardUtils.js +0 -60
- package/legacy/utils/utils.js +0 -189
- package/legacy/utils/warning.js +0 -25
package/legacy/locales/koKR.js
DELETED
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
import { koKR as koKRCore } from '@mui/material/locale';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var koKRGrid = {
|
|
4
|
-
// Root
|
|
5
|
-
noRowsLabel: '행이 없습니다.',
|
|
6
|
-
noResultsOverlayLabel: '결과값이 없습니다.',
|
|
7
|
-
// Density selector toolbar button text
|
|
8
|
-
toolbarDensity: '행 간격',
|
|
9
|
-
toolbarDensityLabel: '행 간격',
|
|
10
|
-
toolbarDensityCompact: '좁게',
|
|
11
|
-
toolbarDensityStandard: '기본',
|
|
12
|
-
toolbarDensityComfortable: '넓게',
|
|
13
|
-
// Columns selector toolbar button text
|
|
14
|
-
toolbarColumns: '열 목록',
|
|
15
|
-
toolbarColumnsLabel: '열 선택',
|
|
16
|
-
// Filters toolbar button text
|
|
17
|
-
toolbarFilters: '필터',
|
|
18
|
-
toolbarFiltersLabel: '필터 표시',
|
|
19
|
-
toolbarFiltersTooltipHide: '필터 숨기기',
|
|
20
|
-
toolbarFiltersTooltipShow: '필터 표시',
|
|
21
|
-
toolbarFiltersTooltipActive: function toolbarFiltersTooltipActive(count) {
|
|
22
|
-
return "".concat(count, "\uAC74\uC758 \uD544\uD130\uB97C \uC801\uC6A9\uC911");
|
|
23
|
-
},
|
|
24
|
-
// Quick filter toolbar field
|
|
25
|
-
toolbarQuickFilterPlaceholder: '검색…',
|
|
26
|
-
toolbarQuickFilterLabel: '검색',
|
|
27
|
-
toolbarQuickFilterDeleteIconLabel: '초기화',
|
|
28
|
-
// Export selector toolbar button text
|
|
29
|
-
toolbarExport: '내보내기',
|
|
30
|
-
toolbarExportLabel: '내보내기',
|
|
31
|
-
toolbarExportCSV: 'CSV로 내보내기',
|
|
32
|
-
toolbarExportPrint: '프린트',
|
|
33
|
-
toolbarExportExcel: 'Excel로 내보내기',
|
|
34
|
-
// Columns management text
|
|
35
|
-
// columnsManagementSearchTitle: 'Search',
|
|
36
|
-
// columnsManagementNoColumns: 'No columns',
|
|
37
|
-
// columnsManagementShowHideAllText: 'Show/Hide All',
|
|
38
|
-
|
|
39
|
-
// Filter panel text
|
|
40
|
-
filterPanelAddFilter: '필터 추가',
|
|
41
|
-
// filterPanelRemoveAll: 'Remove all',
|
|
42
|
-
filterPanelDeleteIconLabel: '삭제',
|
|
43
|
-
filterPanelLogicOperator: '논리 연산자',
|
|
44
|
-
filterPanelOperator: '연산자',
|
|
45
|
-
filterPanelOperatorAnd: '그리고',
|
|
46
|
-
filterPanelOperatorOr: '또는',
|
|
47
|
-
filterPanelColumns: '목록',
|
|
48
|
-
filterPanelInputLabel: '값',
|
|
49
|
-
filterPanelInputPlaceholder: '값 입력',
|
|
50
|
-
// Filter operators text
|
|
51
|
-
filterOperatorContains: '포함하는',
|
|
52
|
-
filterOperatorEquals: '값이 같은',
|
|
53
|
-
filterOperatorStartsWith: '시작하는',
|
|
54
|
-
filterOperatorEndsWith: '끝나는',
|
|
55
|
-
filterOperatorIs: '~인',
|
|
56
|
-
filterOperatorNot: '~아닌',
|
|
57
|
-
filterOperatorAfter: '더 이후',
|
|
58
|
-
filterOperatorOnOrAfter: '이후',
|
|
59
|
-
filterOperatorBefore: '더 이전',
|
|
60
|
-
filterOperatorOnOrBefore: '이전',
|
|
61
|
-
filterOperatorIsEmpty: '값이 없는',
|
|
62
|
-
filterOperatorIsNotEmpty: '값이 있는',
|
|
63
|
-
filterOperatorIsAnyOf: '값 중 하나인',
|
|
64
|
-
// 'filterOperator=': '=',
|
|
65
|
-
// 'filterOperator!=': '!=',
|
|
66
|
-
// 'filterOperator>': '>',
|
|
67
|
-
// 'filterOperator>=': '>=',
|
|
68
|
-
// 'filterOperator<': '<',
|
|
69
|
-
// 'filterOperator<=': '<=',
|
|
70
|
-
|
|
71
|
-
// Header filter operators text
|
|
72
|
-
// headerFilterOperatorContains: 'Contains',
|
|
73
|
-
// headerFilterOperatorEquals: 'Equals',
|
|
74
|
-
// headerFilterOperatorStartsWith: 'Starts with',
|
|
75
|
-
// headerFilterOperatorEndsWith: 'Ends with',
|
|
76
|
-
// headerFilterOperatorIs: 'Is',
|
|
77
|
-
// headerFilterOperatorNot: 'Is not',
|
|
78
|
-
// headerFilterOperatorAfter: 'Is after',
|
|
79
|
-
// headerFilterOperatorOnOrAfter: 'Is on or after',
|
|
80
|
-
// headerFilterOperatorBefore: 'Is before',
|
|
81
|
-
// headerFilterOperatorOnOrBefore: 'Is on or before',
|
|
82
|
-
// headerFilterOperatorIsEmpty: 'Is empty',
|
|
83
|
-
// headerFilterOperatorIsNotEmpty: 'Is not empty',
|
|
84
|
-
// headerFilterOperatorIsAnyOf: 'Is any of',
|
|
85
|
-
// 'headerFilterOperator=': 'Equals',
|
|
86
|
-
// 'headerFilterOperator!=': 'Not equals',
|
|
87
|
-
// 'headerFilterOperator>': 'Greater than',
|
|
88
|
-
// 'headerFilterOperator>=': 'Greater than or equal to',
|
|
89
|
-
// 'headerFilterOperator<': 'Less than',
|
|
90
|
-
// 'headerFilterOperator<=': 'Less than or equal to',
|
|
91
|
-
|
|
92
|
-
// Filter values text
|
|
93
|
-
filterValueAny: '아무값',
|
|
94
|
-
filterValueTrue: '참',
|
|
95
|
-
filterValueFalse: '거짓',
|
|
96
|
-
// Column menu text
|
|
97
|
-
columnMenuLabel: '메뉴',
|
|
98
|
-
columnMenuShowColumns: '열 표시',
|
|
99
|
-
// columnMenuManageColumns: 'Manage columns',
|
|
100
|
-
columnMenuFilter: '필터',
|
|
101
|
-
columnMenuHideColumn: '열 숨기기',
|
|
102
|
-
columnMenuUnsort: '정렬 해제',
|
|
103
|
-
columnMenuSortAsc: '오름차순 정렬',
|
|
104
|
-
columnMenuSortDesc: '내림차순 정렬',
|
|
105
|
-
// Column header text
|
|
106
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
107
|
-
return "".concat(count, "\uAC74\uC758 \uD544\uD130\uB97C \uC801\uC6A9\uC911");
|
|
108
|
-
},
|
|
109
|
-
columnHeaderFiltersLabel: '필터 표시',
|
|
110
|
-
columnHeaderSortIconLabel: '정렬',
|
|
111
|
-
// Rows selected footer text
|
|
112
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
113
|
-
return "".concat(count, "\uD589 \uC120\uD0DD\uC911");
|
|
114
|
-
},
|
|
115
|
-
// Total row amount footer text
|
|
116
|
-
footerTotalRows: '총 행수:',
|
|
117
|
-
// Total visible row amount footer text
|
|
118
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
119
|
-
return "".concat(visibleCount.toLocaleString(), " / ").concat(totalCount.toLocaleString());
|
|
120
|
-
},
|
|
121
|
-
// Checkbox selection text
|
|
122
|
-
checkboxSelectionHeaderName: '선택',
|
|
123
|
-
checkboxSelectionSelectAllRows: '모든 행 선택',
|
|
124
|
-
checkboxSelectionUnselectAllRows: '모든 행 선택 해제',
|
|
125
|
-
checkboxSelectionSelectRow: '행 선택',
|
|
126
|
-
checkboxSelectionUnselectRow: '행 선택 해제',
|
|
127
|
-
// Boolean cell text
|
|
128
|
-
booleanCellTrueLabel: '참',
|
|
129
|
-
booleanCellFalseLabel: '거짓',
|
|
130
|
-
// Actions cell more text
|
|
131
|
-
actionsCellMore: '더보기',
|
|
132
|
-
// Column pinning text
|
|
133
|
-
pinToLeft: '왼쪽에 고정',
|
|
134
|
-
pinToRight: '오른쪽에 고정',
|
|
135
|
-
unpin: '고정 해제',
|
|
136
|
-
// Tree Data
|
|
137
|
-
treeDataGroupingHeaderName: '그룹',
|
|
138
|
-
treeDataExpand: '하위노드 펼치기',
|
|
139
|
-
treeDataCollapse: '하위노드 접기',
|
|
140
|
-
// Grouping columns
|
|
141
|
-
groupingColumnHeaderName: '그룹',
|
|
142
|
-
groupColumn: function groupColumn(name) {
|
|
143
|
-
return "".concat(name, " \uAC12\uC73C\uB85C \uADF8\uB8F9 \uC0DD\uC131");
|
|
144
|
-
},
|
|
145
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
146
|
-
return "".concat(name, " \uAC12\uC73C\uB85C \uADF8\uB8F9 \uD574\uC81C");
|
|
147
|
-
},
|
|
148
|
-
// Master/detail
|
|
149
|
-
detailPanelToggle: '상세 패널 토글',
|
|
150
|
-
expandDetailPanel: '열기',
|
|
151
|
-
collapseDetailPanel: '접기',
|
|
152
|
-
// Row reordering text
|
|
153
|
-
rowReorderingHeaderName: '행 재배치',
|
|
154
|
-
// Aggregation
|
|
155
|
-
aggregationMenuItemHeader: '총계',
|
|
156
|
-
aggregationFunctionLabelSum: '합',
|
|
157
|
-
aggregationFunctionLabelAvg: '평균',
|
|
158
|
-
aggregationFunctionLabelMin: '최소값',
|
|
159
|
-
aggregationFunctionLabelMax: '최대값',
|
|
160
|
-
aggregationFunctionLabelSize: '크기'
|
|
161
|
-
};
|
|
162
|
-
export var koKR = getGridLocalization(koKRGrid, koKRCore);
|
package/legacy/locales/nbNO.js
DELETED
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
import { nbNO as nbNOCore } from '@mui/material/locale';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var nbNOGrid = {
|
|
4
|
-
// Root
|
|
5
|
-
noRowsLabel: 'Ingen rader',
|
|
6
|
-
noResultsOverlayLabel: 'Fant ingen resultat.',
|
|
7
|
-
// Density selector toolbar button text
|
|
8
|
-
toolbarDensity: 'Tetthet',
|
|
9
|
-
toolbarDensityLabel: 'Tetthet',
|
|
10
|
-
toolbarDensityCompact: 'Kompakt',
|
|
11
|
-
toolbarDensityStandard: 'Standard',
|
|
12
|
-
toolbarDensityComfortable: 'Komfortabelt',
|
|
13
|
-
// Columns selector toolbar button text
|
|
14
|
-
toolbarColumns: 'Kolonner',
|
|
15
|
-
toolbarColumnsLabel: 'Velg kolonner',
|
|
16
|
-
// Filters toolbar button text
|
|
17
|
-
toolbarFilters: 'Filter',
|
|
18
|
-
toolbarFiltersLabel: 'Vis filter',
|
|
19
|
-
toolbarFiltersTooltipHide: 'Skjul fitler',
|
|
20
|
-
toolbarFiltersTooltipShow: 'Vis filter',
|
|
21
|
-
toolbarFiltersTooltipActive: function toolbarFiltersTooltipActive(count) {
|
|
22
|
-
return count !== 1 ? "".concat(count, " aktive filter") : "".concat(count, " aktivt filter");
|
|
23
|
-
},
|
|
24
|
-
// Quick filter toolbar field
|
|
25
|
-
toolbarQuickFilterPlaceholder: 'Søk…',
|
|
26
|
-
toolbarQuickFilterLabel: 'Søk',
|
|
27
|
-
toolbarQuickFilterDeleteIconLabel: 'Slett',
|
|
28
|
-
// Export selector toolbar button text
|
|
29
|
-
toolbarExport: 'Eksporter',
|
|
30
|
-
toolbarExportLabel: 'Eksporter',
|
|
31
|
-
toolbarExportCSV: 'Last ned som CSV',
|
|
32
|
-
toolbarExportPrint: 'Skriv ut',
|
|
33
|
-
toolbarExportExcel: 'Last ned som Excel',
|
|
34
|
-
// Columns management text
|
|
35
|
-
// columnsManagementSearchTitle: 'Search',
|
|
36
|
-
// columnsManagementNoColumns: 'No columns',
|
|
37
|
-
// columnsManagementShowHideAllText: 'Show/Hide All',
|
|
38
|
-
|
|
39
|
-
// Filter panel text
|
|
40
|
-
filterPanelAddFilter: 'Legg til filter',
|
|
41
|
-
filterPanelRemoveAll: 'Fjern alle',
|
|
42
|
-
filterPanelDeleteIconLabel: 'Slett',
|
|
43
|
-
filterPanelLogicOperator: 'Logisk operator',
|
|
44
|
-
filterPanelOperator: 'Operatører',
|
|
45
|
-
filterPanelOperatorAnd: 'Og',
|
|
46
|
-
filterPanelOperatorOr: 'Eller',
|
|
47
|
-
filterPanelColumns: 'Kolonner',
|
|
48
|
-
filterPanelInputLabel: 'Verdi',
|
|
49
|
-
filterPanelInputPlaceholder: 'Filter verdi',
|
|
50
|
-
// Filter operators text
|
|
51
|
-
filterOperatorContains: 'inneholder',
|
|
52
|
-
filterOperatorEquals: 'er lik',
|
|
53
|
-
filterOperatorStartsWith: 'starter med',
|
|
54
|
-
filterOperatorEndsWith: 'slutter med',
|
|
55
|
-
filterOperatorIs: 'er',
|
|
56
|
-
filterOperatorNot: 'er ikke',
|
|
57
|
-
filterOperatorAfter: 'er etter',
|
|
58
|
-
filterOperatorOnOrAfter: 'er på eller etter',
|
|
59
|
-
filterOperatorBefore: 'er før',
|
|
60
|
-
filterOperatorOnOrBefore: 'er på eller før',
|
|
61
|
-
filterOperatorIsEmpty: 'er tom',
|
|
62
|
-
filterOperatorIsNotEmpty: 'er ikke tom',
|
|
63
|
-
filterOperatorIsAnyOf: 'er en av',
|
|
64
|
-
// 'filterOperator=': '=',
|
|
65
|
-
// 'filterOperator!=': '!=',
|
|
66
|
-
// 'filterOperator>': '>',
|
|
67
|
-
// 'filterOperator>=': '>=',
|
|
68
|
-
// 'filterOperator<': '<',
|
|
69
|
-
// 'filterOperator<=': '<=',
|
|
70
|
-
|
|
71
|
-
// Header filter operators text
|
|
72
|
-
// headerFilterOperatorContains: 'Contains',
|
|
73
|
-
// headerFilterOperatorEquals: 'Equals',
|
|
74
|
-
// headerFilterOperatorStartsWith: 'Starts with',
|
|
75
|
-
// headerFilterOperatorEndsWith: 'Ends with',
|
|
76
|
-
// headerFilterOperatorIs: 'Is',
|
|
77
|
-
// headerFilterOperatorNot: 'Is not',
|
|
78
|
-
// headerFilterOperatorAfter: 'Is after',
|
|
79
|
-
// headerFilterOperatorOnOrAfter: 'Is on or after',
|
|
80
|
-
// headerFilterOperatorBefore: 'Is before',
|
|
81
|
-
// headerFilterOperatorOnOrBefore: 'Is on or before',
|
|
82
|
-
// headerFilterOperatorIsEmpty: 'Is empty',
|
|
83
|
-
// headerFilterOperatorIsNotEmpty: 'Is not empty',
|
|
84
|
-
// headerFilterOperatorIsAnyOf: 'Is any of',
|
|
85
|
-
// 'headerFilterOperator=': 'Equals',
|
|
86
|
-
// 'headerFilterOperator!=': 'Not equals',
|
|
87
|
-
// 'headerFilterOperator>': 'Greater than',
|
|
88
|
-
// 'headerFilterOperator>=': 'Greater than or equal to',
|
|
89
|
-
// 'headerFilterOperator<': 'Less than',
|
|
90
|
-
// 'headerFilterOperator<=': 'Less than or equal to',
|
|
91
|
-
|
|
92
|
-
// Filter values text
|
|
93
|
-
filterValueAny: 'noen',
|
|
94
|
-
filterValueTrue: 'sant',
|
|
95
|
-
filterValueFalse: 'usant',
|
|
96
|
-
// Column menu text
|
|
97
|
-
columnMenuLabel: 'Meny',
|
|
98
|
-
columnMenuShowColumns: 'Vis kolonner',
|
|
99
|
-
columnMenuManageColumns: 'Administrer kolonner',
|
|
100
|
-
columnMenuFilter: 'Filter',
|
|
101
|
-
columnMenuHideColumn: 'Skjul',
|
|
102
|
-
columnMenuUnsort: 'Usorter',
|
|
103
|
-
columnMenuSortAsc: 'Sorter ØKENDE',
|
|
104
|
-
columnMenuSortDesc: 'Sorter SYNKENDE',
|
|
105
|
-
// Column header text
|
|
106
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
107
|
-
return count !== 1 ? "".concat(count, " aktive filter") : "".concat(count, " aktivt filter");
|
|
108
|
-
},
|
|
109
|
-
columnHeaderFiltersLabel: 'Vis filter',
|
|
110
|
-
columnHeaderSortIconLabel: 'Sorter',
|
|
111
|
-
// Rows selected footer text
|
|
112
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
113
|
-
return count !== 1 ? "".concat(count.toLocaleString(), " rader valgt") : "".concat(count.toLocaleString(), " rad valgt");
|
|
114
|
-
},
|
|
115
|
-
// Total row amount footer text
|
|
116
|
-
footerTotalRows: 'Totalt antall rader:',
|
|
117
|
-
// Total visible row amount footer text
|
|
118
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
119
|
-
return "".concat(visibleCount.toLocaleString(), " av ").concat(totalCount.toLocaleString());
|
|
120
|
-
},
|
|
121
|
-
// Checkbox selection text
|
|
122
|
-
checkboxSelectionHeaderName: 'Avmerkingsboks valgt',
|
|
123
|
-
checkboxSelectionSelectAllRows: 'Velg alle rader',
|
|
124
|
-
checkboxSelectionUnselectAllRows: 'Velg bort alle rader',
|
|
125
|
-
checkboxSelectionSelectRow: 'Velg rad',
|
|
126
|
-
checkboxSelectionUnselectRow: 'Velg bort rad',
|
|
127
|
-
// Boolean cell text
|
|
128
|
-
booleanCellTrueLabel: 'sant',
|
|
129
|
-
booleanCellFalseLabel: 'usant',
|
|
130
|
-
// Actions cell more text
|
|
131
|
-
actionsCellMore: 'mer',
|
|
132
|
-
// Column pinning text
|
|
133
|
-
pinToLeft: 'Fest til venstre',
|
|
134
|
-
pinToRight: 'Fest til høyre',
|
|
135
|
-
unpin: 'Løsne',
|
|
136
|
-
// Tree Data
|
|
137
|
-
treeDataGroupingHeaderName: 'Grupper',
|
|
138
|
-
treeDataExpand: 'se barn',
|
|
139
|
-
treeDataCollapse: 'skjul barn',
|
|
140
|
-
// Grouping columns
|
|
141
|
-
groupingColumnHeaderName: 'Grupper',
|
|
142
|
-
groupColumn: function groupColumn(name) {
|
|
143
|
-
return "Grupper p\xE5 ".concat(name);
|
|
144
|
-
},
|
|
145
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
146
|
-
return "Stopp \xE5 grupper p\xE5 ".concat(name);
|
|
147
|
-
},
|
|
148
|
-
// Master/detail
|
|
149
|
-
detailPanelToggle: 'Utvid/kollaps detalj panel',
|
|
150
|
-
expandDetailPanel: 'Utvid',
|
|
151
|
-
collapseDetailPanel: 'Kollaps',
|
|
152
|
-
// Row reordering text
|
|
153
|
-
rowReorderingHeaderName: 'Rad reorganisering',
|
|
154
|
-
// Aggregation
|
|
155
|
-
aggregationMenuItemHeader: 'Aggregering',
|
|
156
|
-
aggregationFunctionLabelSum: 'sum',
|
|
157
|
-
aggregationFunctionLabelAvg: 'snitt',
|
|
158
|
-
aggregationFunctionLabelMin: 'min',
|
|
159
|
-
aggregationFunctionLabelMax: 'maks',
|
|
160
|
-
aggregationFunctionLabelSize: 'størrelse'
|
|
161
|
-
};
|
|
162
|
-
export var nbNO = getGridLocalization(nbNOGrid, nbNOCore);
|
package/legacy/locales/nlNL.js
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { nlNL as nlNLCore } from '@mui/material/locale';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var nlNLGrid = {
|
|
4
|
-
// Root
|
|
5
|
-
noRowsLabel: 'Geen resultaten.',
|
|
6
|
-
noResultsOverlayLabel: 'Geen resultaten gevonden.',
|
|
7
|
-
// Density selector toolbar button text
|
|
8
|
-
toolbarDensity: 'Grootte',
|
|
9
|
-
toolbarDensityLabel: 'Grootte',
|
|
10
|
-
toolbarDensityCompact: 'Compact',
|
|
11
|
-
toolbarDensityStandard: 'Normaal',
|
|
12
|
-
toolbarDensityComfortable: 'Breed',
|
|
13
|
-
// Columns selector toolbar button text
|
|
14
|
-
toolbarColumns: 'Kolommen',
|
|
15
|
-
toolbarColumnsLabel: 'Kies kolommen',
|
|
16
|
-
// Filters toolbar button text
|
|
17
|
-
toolbarFilters: 'Filters',
|
|
18
|
-
toolbarFiltersLabel: 'Toon filters',
|
|
19
|
-
toolbarFiltersTooltipHide: 'Verberg filters',
|
|
20
|
-
toolbarFiltersTooltipShow: 'Toon filters',
|
|
21
|
-
toolbarFiltersTooltipActive: function toolbarFiltersTooltipActive(count) {
|
|
22
|
-
return count > 1 ? "".concat(count, " actieve filters") : "".concat(count, " filter actief");
|
|
23
|
-
},
|
|
24
|
-
// Quick filter toolbar field
|
|
25
|
-
toolbarQuickFilterPlaceholder: 'Zoeken…',
|
|
26
|
-
toolbarQuickFilterLabel: 'Zoeken',
|
|
27
|
-
toolbarQuickFilterDeleteIconLabel: 'Wissen',
|
|
28
|
-
// Export selector toolbar button text
|
|
29
|
-
toolbarExport: 'Exporteren',
|
|
30
|
-
toolbarExportLabel: 'Exporteren',
|
|
31
|
-
toolbarExportCSV: 'Exporteer naar CSV',
|
|
32
|
-
toolbarExportPrint: 'Print',
|
|
33
|
-
toolbarExportExcel: 'Downloaden als Excel-bestand',
|
|
34
|
-
// Columns management text
|
|
35
|
-
// columnsManagementSearchTitle: 'Search',
|
|
36
|
-
// columnsManagementNoColumns: 'No columns',
|
|
37
|
-
// columnsManagementShowHideAllText: 'Show/Hide All',
|
|
38
|
-
|
|
39
|
-
// Filter panel text
|
|
40
|
-
filterPanelAddFilter: 'Filter toevoegen',
|
|
41
|
-
filterPanelRemoveAll: 'Alles verwijderen',
|
|
42
|
-
filterPanelDeleteIconLabel: 'Verwijderen',
|
|
43
|
-
filterPanelLogicOperator: 'Logische operator',
|
|
44
|
-
filterPanelOperator: 'Operatoren',
|
|
45
|
-
filterPanelOperatorAnd: 'En',
|
|
46
|
-
filterPanelOperatorOr: 'Of',
|
|
47
|
-
filterPanelColumns: 'Kolommen',
|
|
48
|
-
filterPanelInputLabel: 'Waarde',
|
|
49
|
-
filterPanelInputPlaceholder: 'Filter waarde',
|
|
50
|
-
// Filter operators text
|
|
51
|
-
filterOperatorContains: 'bevat',
|
|
52
|
-
filterOperatorEquals: 'gelijk aan',
|
|
53
|
-
filterOperatorStartsWith: 'begint met',
|
|
54
|
-
filterOperatorEndsWith: 'eindigt met',
|
|
55
|
-
filterOperatorIs: 'is',
|
|
56
|
-
filterOperatorNot: 'is niet',
|
|
57
|
-
filterOperatorAfter: 'is na',
|
|
58
|
-
filterOperatorOnOrAfter: 'is gelijk of er na',
|
|
59
|
-
filterOperatorBefore: 'is voor',
|
|
60
|
-
filterOperatorOnOrBefore: 'is gelijk of er voor',
|
|
61
|
-
filterOperatorIsEmpty: 'is leeg',
|
|
62
|
-
filterOperatorIsNotEmpty: 'is niet leeg',
|
|
63
|
-
filterOperatorIsAnyOf: 'is een van',
|
|
64
|
-
'filterOperator=': '=',
|
|
65
|
-
'filterOperator!=': '!=',
|
|
66
|
-
'filterOperator>': '>',
|
|
67
|
-
'filterOperator>=': '>=',
|
|
68
|
-
'filterOperator<': '<',
|
|
69
|
-
'filterOperator<=': '<=',
|
|
70
|
-
// Header filter operators text
|
|
71
|
-
headerFilterOperatorContains: 'Bevat',
|
|
72
|
-
headerFilterOperatorEquals: 'Gelijk aan',
|
|
73
|
-
headerFilterOperatorStartsWith: 'Begint met',
|
|
74
|
-
headerFilterOperatorEndsWith: 'Eindigt met',
|
|
75
|
-
headerFilterOperatorIs: 'Is',
|
|
76
|
-
headerFilterOperatorNot: 'Is niet',
|
|
77
|
-
headerFilterOperatorAfter: 'Is na',
|
|
78
|
-
headerFilterOperatorOnOrAfter: 'Is op of na',
|
|
79
|
-
headerFilterOperatorBefore: 'Is voor',
|
|
80
|
-
headerFilterOperatorOnOrBefore: 'Is op of voor',
|
|
81
|
-
headerFilterOperatorIsEmpty: 'Is leeg',
|
|
82
|
-
headerFilterOperatorIsNotEmpty: 'Is niet leeg',
|
|
83
|
-
headerFilterOperatorIsAnyOf: 'Is een van',
|
|
84
|
-
'headerFilterOperator=': 'Gelijk aan',
|
|
85
|
-
'headerFilterOperator!=': 'Niet gelijk aan',
|
|
86
|
-
'headerFilterOperator>': 'Is groter dan',
|
|
87
|
-
'headerFilterOperator>=': 'Is groter dan of gelijk aan',
|
|
88
|
-
'headerFilterOperator<': 'Is kleiner dan',
|
|
89
|
-
'headerFilterOperator<=': 'Is kleiner dan of gelijk aan',
|
|
90
|
-
// Filter values text
|
|
91
|
-
filterValueAny: 'alles',
|
|
92
|
-
filterValueTrue: 'waar',
|
|
93
|
-
filterValueFalse: 'onwaar',
|
|
94
|
-
// Column menu text
|
|
95
|
-
columnMenuLabel: 'Menu',
|
|
96
|
-
columnMenuShowColumns: 'Toon kolommen',
|
|
97
|
-
columnMenuManageColumns: 'Kolommen beheren',
|
|
98
|
-
columnMenuFilter: 'Filteren',
|
|
99
|
-
columnMenuHideColumn: 'Verbergen',
|
|
100
|
-
columnMenuUnsort: 'Annuleer sortering',
|
|
101
|
-
columnMenuSortAsc: 'Oplopend sorteren',
|
|
102
|
-
columnMenuSortDesc: 'Aflopend sorteren',
|
|
103
|
-
// Column header text
|
|
104
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
105
|
-
return count > 1 ? "".concat(count, " actieve filters") : "".concat(count, " filter actief");
|
|
106
|
-
},
|
|
107
|
-
columnHeaderFiltersLabel: 'Toon filters',
|
|
108
|
-
columnHeaderSortIconLabel: 'Sorteren',
|
|
109
|
-
// Rows selected footer text
|
|
110
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
111
|
-
return count > 1 ? "".concat(count.toLocaleString(), " rijen geselecteerd") : "".concat(count.toLocaleString(), " rij geselecteerd");
|
|
112
|
-
},
|
|
113
|
-
// Total row amount footer text
|
|
114
|
-
footerTotalRows: 'Totaal:',
|
|
115
|
-
// Total visible row amount footer text
|
|
116
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
117
|
-
return "".concat(visibleCount.toLocaleString(), " van ").concat(totalCount.toLocaleString());
|
|
118
|
-
},
|
|
119
|
-
// Checkbox selection text
|
|
120
|
-
checkboxSelectionHeaderName: 'Checkbox selectie',
|
|
121
|
-
checkboxSelectionSelectAllRows: 'Alle rijen selecteren',
|
|
122
|
-
checkboxSelectionUnselectAllRows: 'Alle rijen de-selecteren',
|
|
123
|
-
checkboxSelectionSelectRow: 'Rij selecteren',
|
|
124
|
-
checkboxSelectionUnselectRow: 'Rij de-selecteren',
|
|
125
|
-
// Boolean cell text
|
|
126
|
-
booleanCellTrueLabel: 'waar',
|
|
127
|
-
booleanCellFalseLabel: 'onwaar',
|
|
128
|
-
// Actions cell more text
|
|
129
|
-
actionsCellMore: 'meer',
|
|
130
|
-
// Column pinning text
|
|
131
|
-
pinToLeft: 'Links vastzetten',
|
|
132
|
-
pinToRight: 'Rechts vastzetten',
|
|
133
|
-
unpin: 'Losmaken',
|
|
134
|
-
// Tree Data
|
|
135
|
-
treeDataGroupingHeaderName: 'Groep',
|
|
136
|
-
treeDataExpand: 'Uitvouwen',
|
|
137
|
-
treeDataCollapse: 'Inklappen',
|
|
138
|
-
// Grouping columns
|
|
139
|
-
groupingColumnHeaderName: 'Groep',
|
|
140
|
-
groupColumn: function groupColumn(name) {
|
|
141
|
-
return "Groepeer op ".concat(name);
|
|
142
|
-
},
|
|
143
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
144
|
-
return "Stop groeperen op ".concat(name);
|
|
145
|
-
},
|
|
146
|
-
// Master/detail
|
|
147
|
-
detailPanelToggle: 'Detailmenu in- of uitklappen',
|
|
148
|
-
expandDetailPanel: 'Uitklappen',
|
|
149
|
-
collapseDetailPanel: 'Inklappen',
|
|
150
|
-
// Row reordering text
|
|
151
|
-
rowReorderingHeaderName: 'Rijen hersorteren',
|
|
152
|
-
// Aggregation
|
|
153
|
-
aggregationMenuItemHeader: 'Aggregatie',
|
|
154
|
-
aggregationFunctionLabelSum: 'som',
|
|
155
|
-
aggregationFunctionLabelAvg: 'gem',
|
|
156
|
-
aggregationFunctionLabelMin: 'min',
|
|
157
|
-
aggregationFunctionLabelMax: 'max',
|
|
158
|
-
aggregationFunctionLabelSize: 'grootte'
|
|
159
|
-
};
|
|
160
|
-
export var nlNL = getGridLocalization(nlNLGrid, nlNLCore);
|
package/legacy/locales/plPL.js
DELETED
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import { plPL as plPLCore } from '@mui/material/locale';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var plPLGrid = {
|
|
4
|
-
// Root
|
|
5
|
-
noRowsLabel: 'Brak danych',
|
|
6
|
-
noResultsOverlayLabel: 'Nie znaleziono wyników.',
|
|
7
|
-
// Density selector toolbar button text
|
|
8
|
-
toolbarDensity: 'Wysokość rzędu',
|
|
9
|
-
toolbarDensityLabel: 'Wysokość rzędu',
|
|
10
|
-
toolbarDensityCompact: 'Kompakt',
|
|
11
|
-
toolbarDensityStandard: 'Standard',
|
|
12
|
-
toolbarDensityComfortable: 'Komfort',
|
|
13
|
-
// Columns selector toolbar button text
|
|
14
|
-
toolbarColumns: 'Kolumny',
|
|
15
|
-
toolbarColumnsLabel: 'Zaznacz kolumny',
|
|
16
|
-
// Filters toolbar button text
|
|
17
|
-
toolbarFilters: 'Filtry',
|
|
18
|
-
toolbarFiltersLabel: 'Pokaż filtry',
|
|
19
|
-
toolbarFiltersTooltipHide: 'Ukryj filtry',
|
|
20
|
-
toolbarFiltersTooltipShow: 'Pokaż filtry',
|
|
21
|
-
toolbarFiltersTooltipActive: function toolbarFiltersTooltipActive(count) {
|
|
22
|
-
return "Liczba aktywnych filtr\xF3w: ".concat(count);
|
|
23
|
-
},
|
|
24
|
-
// Quick filter toolbar field
|
|
25
|
-
toolbarQuickFilterPlaceholder: 'Wyszukaj…',
|
|
26
|
-
toolbarQuickFilterLabel: 'Szukaj',
|
|
27
|
-
toolbarQuickFilterDeleteIconLabel: 'Wyczyść',
|
|
28
|
-
// Export selector toolbar button text
|
|
29
|
-
toolbarExport: 'Eksportuj',
|
|
30
|
-
toolbarExportLabel: 'Eksportuj',
|
|
31
|
-
toolbarExportCSV: 'Pobierz jako plik CSV',
|
|
32
|
-
toolbarExportPrint: 'Drukuj',
|
|
33
|
-
toolbarExportExcel: 'Pobierz jako plik Excel',
|
|
34
|
-
// Columns management text
|
|
35
|
-
// columnsManagementSearchTitle: 'Search',
|
|
36
|
-
// columnsManagementNoColumns: 'No columns',
|
|
37
|
-
// columnsManagementShowHideAllText: 'Show/Hide All',
|
|
38
|
-
|
|
39
|
-
// Filter panel text
|
|
40
|
-
filterPanelAddFilter: 'Dodaj filtr',
|
|
41
|
-
filterPanelRemoveAll: 'Usuń wszystkie',
|
|
42
|
-
filterPanelDeleteIconLabel: 'Usuń',
|
|
43
|
-
filterPanelLogicOperator: 'Operator logiczny',
|
|
44
|
-
filterPanelOperator: 'Operator',
|
|
45
|
-
filterPanelOperatorAnd: 'I',
|
|
46
|
-
filterPanelOperatorOr: 'Lub',
|
|
47
|
-
filterPanelColumns: 'Kolumny',
|
|
48
|
-
filterPanelInputLabel: 'Wartość',
|
|
49
|
-
filterPanelInputPlaceholder: 'Filtrowana wartość',
|
|
50
|
-
// Filter operators text
|
|
51
|
-
filterOperatorContains: 'zawiera',
|
|
52
|
-
filterOperatorEquals: 'równa się',
|
|
53
|
-
filterOperatorStartsWith: 'zaczyna się od',
|
|
54
|
-
filterOperatorEndsWith: 'kończy się na',
|
|
55
|
-
filterOperatorIs: 'równa się',
|
|
56
|
-
filterOperatorNot: 'różne',
|
|
57
|
-
filterOperatorAfter: 'większe niż',
|
|
58
|
-
filterOperatorOnOrAfter: 'większe lub równe',
|
|
59
|
-
filterOperatorBefore: 'mniejsze niż',
|
|
60
|
-
filterOperatorOnOrBefore: 'mniejsze lub równe',
|
|
61
|
-
filterOperatorIsEmpty: 'jest pusty',
|
|
62
|
-
filterOperatorIsNotEmpty: 'nie jest pusty',
|
|
63
|
-
filterOperatorIsAnyOf: 'jest jednym z',
|
|
64
|
-
// 'filterOperator=': '=',
|
|
65
|
-
// 'filterOperator!=': '!=',
|
|
66
|
-
// 'filterOperator>': '>',
|
|
67
|
-
// 'filterOperator>=': '>=',
|
|
68
|
-
// 'filterOperator<': '<',
|
|
69
|
-
// 'filterOperator<=': '<=',
|
|
70
|
-
|
|
71
|
-
// Header filter operators text
|
|
72
|
-
headerFilterOperatorContains: 'Zawiera',
|
|
73
|
-
headerFilterOperatorEquals: 'Równa się',
|
|
74
|
-
headerFilterOperatorStartsWith: 'Zaczyna się od',
|
|
75
|
-
headerFilterOperatorEndsWith: 'Kończy się na',
|
|
76
|
-
// headerFilterOperatorIs: 'Is',
|
|
77
|
-
headerFilterOperatorNot: 'Niepuste',
|
|
78
|
-
// headerFilterOperatorAfter: 'Is after',
|
|
79
|
-
// headerFilterOperatorOnOrAfter: 'Is on or after',
|
|
80
|
-
// headerFilterOperatorBefore: 'Is before',
|
|
81
|
-
// headerFilterOperatorOnOrBefore: 'Is on or before',
|
|
82
|
-
// headerFilterOperatorIsEmpty: 'Is empty',
|
|
83
|
-
// headerFilterOperatorIsNotEmpty: 'Is not empty',
|
|
84
|
-
// headerFilterOperatorIsAnyOf: 'Is any of',
|
|
85
|
-
// 'headerFilterOperator=': 'Equals',
|
|
86
|
-
// 'headerFilterOperator!=': 'Not equals',
|
|
87
|
-
// 'headerFilterOperator>': 'Greater than',
|
|
88
|
-
// 'headerFilterOperator>=': 'Greater than or equal to',
|
|
89
|
-
// 'headerFilterOperator<': 'Less than',
|
|
90
|
-
// 'headerFilterOperator<=': 'Less than or equal to',
|
|
91
|
-
|
|
92
|
-
// Filter values text
|
|
93
|
-
filterValueAny: 'dowolny',
|
|
94
|
-
filterValueTrue: 'prawda',
|
|
95
|
-
filterValueFalse: 'fałsz',
|
|
96
|
-
// Column menu text
|
|
97
|
-
columnMenuLabel: 'Menu',
|
|
98
|
-
columnMenuShowColumns: 'Pokaż wszystkie kolumny',
|
|
99
|
-
columnMenuManageColumns: 'Zarządzaj kolumnami',
|
|
100
|
-
columnMenuFilter: 'Filtr',
|
|
101
|
-
columnMenuHideColumn: 'Ukryj',
|
|
102
|
-
columnMenuUnsort: 'Anuluj sortowanie',
|
|
103
|
-
columnMenuSortAsc: 'Sortuj rosnąco',
|
|
104
|
-
columnMenuSortDesc: 'Sortuj malejąco',
|
|
105
|
-
// Column header text
|
|
106
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
107
|
-
return "Liczba aktywnych filtr\xF3w: ".concat(count);
|
|
108
|
-
},
|
|
109
|
-
columnHeaderFiltersLabel: 'Pokaż filtry',
|
|
110
|
-
columnHeaderSortIconLabel: 'Sortuj',
|
|
111
|
-
// Rows selected footer text
|
|
112
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
113
|
-
return "Liczba wybranych wierszy: ".concat(count.toLocaleString());
|
|
114
|
-
},
|
|
115
|
-
// Total row amount footer text
|
|
116
|
-
footerTotalRows: 'Łączna liczba wierszy:',
|
|
117
|
-
// Total visible row amount footer text
|
|
118
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
119
|
-
return "".concat(visibleCount.toLocaleString(), " z ").concat(totalCount.toLocaleString());
|
|
120
|
-
},
|
|
121
|
-
// Checkbox selection text
|
|
122
|
-
checkboxSelectionHeaderName: 'Pole wyboru',
|
|
123
|
-
checkboxSelectionSelectAllRows: 'Zaznacz wszystkie wiersze',
|
|
124
|
-
checkboxSelectionUnselectAllRows: 'Odznacz wszystkie wiersze',
|
|
125
|
-
checkboxSelectionSelectRow: 'Zaznacz wiersz',
|
|
126
|
-
checkboxSelectionUnselectRow: 'Odznacz wiersz',
|
|
127
|
-
// Boolean cell text
|
|
128
|
-
booleanCellTrueLabel: 'tak',
|
|
129
|
-
booleanCellFalseLabel: 'nie',
|
|
130
|
-
// Actions cell more text
|
|
131
|
-
actionsCellMore: 'więcej',
|
|
132
|
-
// Column pinning text
|
|
133
|
-
pinToLeft: 'Przypnij do lewej',
|
|
134
|
-
pinToRight: 'Przypnij do prawej',
|
|
135
|
-
unpin: 'Odepnij',
|
|
136
|
-
// Tree Data
|
|
137
|
-
treeDataGroupingHeaderName: 'Grupa',
|
|
138
|
-
treeDataExpand: 'pokaż elementy potomne',
|
|
139
|
-
treeDataCollapse: 'ukryj elementy potomne',
|
|
140
|
-
// Grouping columns
|
|
141
|
-
groupingColumnHeaderName: 'Grupa',
|
|
142
|
-
groupColumn: function groupColumn(name) {
|
|
143
|
-
return "Grupuj wed\u0142ug ".concat(name);
|
|
144
|
-
},
|
|
145
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
146
|
-
return "Rozgrupuj ".concat(name);
|
|
147
|
-
},
|
|
148
|
-
// Master/detail
|
|
149
|
-
// detailPanelToggle: 'Detail panel toggle',
|
|
150
|
-
expandDetailPanel: 'Rozwiń',
|
|
151
|
-
collapseDetailPanel: 'Zwiń',
|
|
152
|
-
// Row reordering text
|
|
153
|
-
rowReorderingHeaderName: 'Porządkowanie wierszy'
|
|
154
|
-
|
|
155
|
-
// Aggregation
|
|
156
|
-
// aggregationMenuItemHeader: 'Aggregation',
|
|
157
|
-
// aggregationFunctionLabelSum: 'sum',
|
|
158
|
-
// aggregationFunctionLabelAvg: 'avg',
|
|
159
|
-
// aggregationFunctionLabelMin: 'min',
|
|
160
|
-
// aggregationFunctionLabelMax: 'max',
|
|
161
|
-
// aggregationFunctionLabelSize: 'size',
|
|
162
|
-
};
|
|
163
|
-
export var plPL = getGridLocalization(plPLGrid, plPLCore);
|