@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/ukUA.js
DELETED
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import { ukUA as ukUACore } from '@mui/material/locale';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var getPluralForm = function getPluralForm(count, options) {
|
|
4
|
-
var pluralForm = options.many;
|
|
5
|
-
var lastDigit = count % 10;
|
|
6
|
-
if (lastDigit > 1 && lastDigit < 5) {
|
|
7
|
-
pluralForm = options.few;
|
|
8
|
-
} else if (lastDigit === 1) {
|
|
9
|
-
pluralForm = options.one;
|
|
10
|
-
}
|
|
11
|
-
return "".concat(count, " ").concat(pluralForm);
|
|
12
|
-
};
|
|
13
|
-
var ukUAGrid = {
|
|
14
|
-
// Root
|
|
15
|
-
noRowsLabel: 'Немає рядків',
|
|
16
|
-
noResultsOverlayLabel: 'Дані не знайдено.',
|
|
17
|
-
// Density selector toolbar button text
|
|
18
|
-
toolbarDensity: 'Висота рядка',
|
|
19
|
-
toolbarDensityLabel: 'Висота рядка',
|
|
20
|
-
toolbarDensityCompact: 'Компактний',
|
|
21
|
-
toolbarDensityStandard: 'Стандартний',
|
|
22
|
-
toolbarDensityComfortable: 'Комфортний',
|
|
23
|
-
// Columns selector toolbar button text
|
|
24
|
-
toolbarColumns: 'Стовпці',
|
|
25
|
-
toolbarColumnsLabel: 'Виділіть стовпці',
|
|
26
|
-
// Filters toolbar button text
|
|
27
|
-
toolbarFilters: 'Фільтри',
|
|
28
|
-
toolbarFiltersLabel: 'Показати фільтри',
|
|
29
|
-
toolbarFiltersTooltipHide: 'Приховати фільтри',
|
|
30
|
-
toolbarFiltersTooltipShow: 'Показати фільтри',
|
|
31
|
-
toolbarFiltersTooltipActive: function toolbarFiltersTooltipActive(count) {
|
|
32
|
-
return getPluralForm(count, {
|
|
33
|
-
one: 'активний фільтр',
|
|
34
|
-
few: 'активні фільтри',
|
|
35
|
-
many: 'активних фільтрів'
|
|
36
|
-
});
|
|
37
|
-
},
|
|
38
|
-
// Quick filter toolbar field
|
|
39
|
-
toolbarQuickFilterPlaceholder: 'Пошук…',
|
|
40
|
-
toolbarQuickFilterLabel: 'Пошук',
|
|
41
|
-
toolbarQuickFilterDeleteIconLabel: 'Очистити',
|
|
42
|
-
// Export selector toolbar button text
|
|
43
|
-
toolbarExport: 'Експорт',
|
|
44
|
-
toolbarExportLabel: 'Експорт',
|
|
45
|
-
toolbarExportCSV: 'Завантажити у форматі CSV',
|
|
46
|
-
toolbarExportPrint: 'Друк',
|
|
47
|
-
toolbarExportExcel: 'Завантажити у форматі Excel',
|
|
48
|
-
// Columns management text
|
|
49
|
-
// columnsManagementSearchTitle: 'Search',
|
|
50
|
-
// columnsManagementNoColumns: 'No columns',
|
|
51
|
-
// columnsManagementShowHideAllText: 'Show/Hide All',
|
|
52
|
-
|
|
53
|
-
// Filter panel text
|
|
54
|
-
filterPanelAddFilter: 'Додати фільтр',
|
|
55
|
-
filterPanelRemoveAll: 'Видалити всі',
|
|
56
|
-
filterPanelDeleteIconLabel: 'Видалити',
|
|
57
|
-
filterPanelLogicOperator: 'Логічна функція',
|
|
58
|
-
filterPanelOperator: 'Оператори',
|
|
59
|
-
filterPanelOperatorAnd: 'І',
|
|
60
|
-
filterPanelOperatorOr: 'Або',
|
|
61
|
-
filterPanelColumns: 'Стовпці',
|
|
62
|
-
filterPanelInputLabel: 'Значення',
|
|
63
|
-
filterPanelInputPlaceholder: 'Значення фільтра',
|
|
64
|
-
// Filter operators text
|
|
65
|
-
filterOperatorContains: 'містить',
|
|
66
|
-
filterOperatorEquals: 'дорівнює',
|
|
67
|
-
filterOperatorStartsWith: 'починається з',
|
|
68
|
-
filterOperatorEndsWith: 'закінчується на',
|
|
69
|
-
filterOperatorIs: 'дорівнює',
|
|
70
|
-
filterOperatorNot: 'не дорівнює',
|
|
71
|
-
filterOperatorAfter: 'більше ніж',
|
|
72
|
-
filterOperatorOnOrAfter: 'більше або дорівнює',
|
|
73
|
-
filterOperatorBefore: 'менше ніж',
|
|
74
|
-
filterOperatorOnOrBefore: 'менше або дорівнює',
|
|
75
|
-
filterOperatorIsEmpty: 'порожній',
|
|
76
|
-
filterOperatorIsNotEmpty: 'не порожній',
|
|
77
|
-
filterOperatorIsAnyOf: 'будь-що із',
|
|
78
|
-
'filterOperator=': '=',
|
|
79
|
-
'filterOperator!=': '!=',
|
|
80
|
-
'filterOperator>': '>',
|
|
81
|
-
'filterOperator>=': '>=',
|
|
82
|
-
'filterOperator<': '<',
|
|
83
|
-
'filterOperator<=': '<=',
|
|
84
|
-
// Header filter operators text
|
|
85
|
-
headerFilterOperatorContains: 'Містить',
|
|
86
|
-
headerFilterOperatorEquals: 'Дорівнює',
|
|
87
|
-
headerFilterOperatorStartsWith: 'Починається з',
|
|
88
|
-
headerFilterOperatorEndsWith: 'Закінчується на',
|
|
89
|
-
headerFilterOperatorIs: 'Дорівнює',
|
|
90
|
-
headerFilterOperatorNot: 'Не дорівнює',
|
|
91
|
-
headerFilterOperatorAfter: 'Після',
|
|
92
|
-
headerFilterOperatorOnOrAfter: 'Після (включаючи)',
|
|
93
|
-
headerFilterOperatorBefore: 'Раніше',
|
|
94
|
-
headerFilterOperatorOnOrBefore: 'Раніше (включаючи)',
|
|
95
|
-
headerFilterOperatorIsEmpty: 'Порожнє',
|
|
96
|
-
headerFilterOperatorIsNotEmpty: 'Не порожнє',
|
|
97
|
-
headerFilterOperatorIsAnyOf: 'Будь-що із',
|
|
98
|
-
'headerFilterOperator=': 'Дорівнює',
|
|
99
|
-
'headerFilterOperator!=': 'Не дорівнює',
|
|
100
|
-
'headerFilterOperator>': 'Більше ніж',
|
|
101
|
-
'headerFilterOperator>=': 'Більше або дорівнює',
|
|
102
|
-
'headerFilterOperator<': 'Менше ніж',
|
|
103
|
-
'headerFilterOperator<=': 'Менше або дорівнює',
|
|
104
|
-
// Filter values text
|
|
105
|
-
filterValueAny: 'будь-який',
|
|
106
|
-
filterValueTrue: 'так',
|
|
107
|
-
filterValueFalse: 'ні',
|
|
108
|
-
// Column menu text
|
|
109
|
-
columnMenuLabel: 'Меню',
|
|
110
|
-
columnMenuShowColumns: 'Показати стовпці',
|
|
111
|
-
columnMenuManageColumns: 'Керування стовпцями',
|
|
112
|
-
columnMenuFilter: 'Фільтр',
|
|
113
|
-
columnMenuHideColumn: 'Приховати',
|
|
114
|
-
columnMenuUnsort: 'Скасувати сортування',
|
|
115
|
-
columnMenuSortAsc: 'Сортувати за зростанням',
|
|
116
|
-
columnMenuSortDesc: 'Сортувати за спаданням',
|
|
117
|
-
// Column header text
|
|
118
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
119
|
-
return getPluralForm(count, {
|
|
120
|
-
one: 'активний фільтр',
|
|
121
|
-
few: 'активні фільтри',
|
|
122
|
-
many: 'активних фільтрів'
|
|
123
|
-
});
|
|
124
|
-
},
|
|
125
|
-
columnHeaderFiltersLabel: 'Показати фільтри',
|
|
126
|
-
columnHeaderSortIconLabel: 'Сортувати',
|
|
127
|
-
// Rows selected footer text
|
|
128
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
129
|
-
return getPluralForm(count, {
|
|
130
|
-
one: 'вибраний рядок',
|
|
131
|
-
few: 'вибрані рядки',
|
|
132
|
-
many: 'вибраних рядків'
|
|
133
|
-
});
|
|
134
|
-
},
|
|
135
|
-
// Total row amount footer text
|
|
136
|
-
footerTotalRows: 'Усього рядків:',
|
|
137
|
-
// Total visible row amount footer text
|
|
138
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
139
|
-
return "".concat(visibleCount.toLocaleString(), " \u0437 ").concat(totalCount.toLocaleString());
|
|
140
|
-
},
|
|
141
|
-
// Checkbox selection text
|
|
142
|
-
checkboxSelectionHeaderName: 'Вибір прапорця',
|
|
143
|
-
checkboxSelectionSelectAllRows: 'Вибрати всі рядки',
|
|
144
|
-
checkboxSelectionUnselectAllRows: 'Скасувати вибір всіх рядків',
|
|
145
|
-
checkboxSelectionSelectRow: 'Вибрати рядок',
|
|
146
|
-
checkboxSelectionUnselectRow: 'Скасувати вибір рядка',
|
|
147
|
-
// Boolean cell text
|
|
148
|
-
booleanCellTrueLabel: 'так',
|
|
149
|
-
booleanCellFalseLabel: 'ні',
|
|
150
|
-
// Actions cell more text
|
|
151
|
-
actionsCellMore: 'більше',
|
|
152
|
-
// Column pinning text
|
|
153
|
-
pinToLeft: 'Закріпити ліворуч',
|
|
154
|
-
pinToRight: 'Закріпити праворуч',
|
|
155
|
-
unpin: 'Відкріпити',
|
|
156
|
-
// Tree Data
|
|
157
|
-
treeDataGroupingHeaderName: 'Група',
|
|
158
|
-
treeDataExpand: 'показати дочірні елементи',
|
|
159
|
-
treeDataCollapse: 'приховати дочірні елементи',
|
|
160
|
-
// Grouping columns
|
|
161
|
-
groupingColumnHeaderName: 'Група',
|
|
162
|
-
groupColumn: function groupColumn(name) {
|
|
163
|
-
return "\u0413\u0440\u0443\u043F\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 ".concat(name);
|
|
164
|
-
},
|
|
165
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
166
|
-
return "\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u0433\u0440\u0443\u043F\u0443\u0432\u0430\u043D\u043D\u044F \u0437\u0430 ".concat(name);
|
|
167
|
-
},
|
|
168
|
-
// Master/detail
|
|
169
|
-
detailPanelToggle: 'Перемикач панелі деталей',
|
|
170
|
-
expandDetailPanel: 'Показати',
|
|
171
|
-
collapseDetailPanel: 'Приховати',
|
|
172
|
-
// Row reordering text
|
|
173
|
-
rowReorderingHeaderName: 'Порядок рядків',
|
|
174
|
-
// Aggregation
|
|
175
|
-
aggregationMenuItemHeader: 'Агрегація',
|
|
176
|
-
aggregationFunctionLabelSum: 'сума',
|
|
177
|
-
aggregationFunctionLabelAvg: 'сер',
|
|
178
|
-
aggregationFunctionLabelMin: 'мін',
|
|
179
|
-
aggregationFunctionLabelMax: 'макс',
|
|
180
|
-
aggregationFunctionLabelSize: 'кількість'
|
|
181
|
-
};
|
|
182
|
-
export var ukUA = getGridLocalization(ukUAGrid, ukUACore);
|
package/legacy/locales/urPK.js
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { urPKCore } from './coreLocales';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var urPKGrid = {
|
|
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 count !== 1 ? "".concat(count, " \u0641\u0639\u0627\u0644 \u0641\u0644\u0679\u0631\u0632") : "".concat(count, " \u0641\u0644\u0679\u0631\u0632 \u0641\u0639\u0627\u0644");
|
|
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: 'ایکسل کے طور پر ڈاوٴنلوڈ کریں',
|
|
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: 'سارے ختم کریں',
|
|
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
|
-
// Header filter operators text
|
|
71
|
-
headerFilterOperatorContains: 'شامل ہے',
|
|
72
|
-
headerFilterOperatorEquals: 'برابر ہے',
|
|
73
|
-
headerFilterOperatorStartsWith: 'شروع ہوتا ہے',
|
|
74
|
-
headerFilterOperatorEndsWith: 'ختم ہوتا ہے',
|
|
75
|
-
headerFilterOperatorIs: 'ہے',
|
|
76
|
-
headerFilterOperatorNot: 'نہیں ہے',
|
|
77
|
-
headerFilterOperatorAfter: 'بعد میں ہے',
|
|
78
|
-
headerFilterOperatorOnOrAfter: 'پر یا بعد میں ہے',
|
|
79
|
-
headerFilterOperatorBefore: 'پہلے ہے',
|
|
80
|
-
headerFilterOperatorOnOrBefore: 'پر یا پہلے ہے',
|
|
81
|
-
headerFilterOperatorIsEmpty: 'خالی ہے',
|
|
82
|
-
headerFilterOperatorIsNotEmpty: 'خالی نہیں ہے',
|
|
83
|
-
headerFilterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
|
|
84
|
-
'headerFilterOperator=': 'برابر ہے',
|
|
85
|
-
'headerFilterOperator!=': 'برابر نہیں ہے',
|
|
86
|
-
'headerFilterOperator>': 'ذیادہ ہے',
|
|
87
|
-
'headerFilterOperator>=': 'ذیادہ یا برابر ہے',
|
|
88
|
-
'headerFilterOperator<': 'کم ہے',
|
|
89
|
-
'headerFilterOperator<=': 'کم یا برابر ہے',
|
|
90
|
-
// Filter values text
|
|
91
|
-
filterValueAny: 'کوئی بھی',
|
|
92
|
-
filterValueTrue: 'صحیح',
|
|
93
|
-
filterValueFalse: 'غلط',
|
|
94
|
-
// Column menu text
|
|
95
|
-
columnMenuLabel: 'مینیو',
|
|
96
|
-
columnMenuShowColumns: 'کالم دکھائیں',
|
|
97
|
-
columnMenuManageColumns: 'کالم مینج کریں',
|
|
98
|
-
columnMenuFilter: 'فلٹر',
|
|
99
|
-
columnMenuHideColumn: 'چھپائیں',
|
|
100
|
-
columnMenuUnsort: 'sort ختم کریں',
|
|
101
|
-
columnMenuSortAsc: 'ترتیب صعودی',
|
|
102
|
-
columnMenuSortDesc: 'ترتیب نزولی',
|
|
103
|
-
// Column header text
|
|
104
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
105
|
-
return count !== 1 ? "".concat(count, " \u0641\u0639\u0627\u0644 \u0641\u0644\u0679\u0631\u0632") : "".concat(count, " \u0641\u0644\u0679\u0631\u0632 \u0641\u0639\u0627\u0644");
|
|
106
|
-
},
|
|
107
|
-
columnHeaderFiltersLabel: 'فلٹرز دکھائیں',
|
|
108
|
-
columnHeaderSortIconLabel: 'Sort',
|
|
109
|
-
// Rows selected footer text
|
|
110
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
111
|
-
return count !== 1 ? "".concat(count.toLocaleString(), " \u0645\u0646\u062A\u062E\u0628 \u0642\u0637\u0627\u0631\u06CC\u06BA") : "".concat(count.toLocaleString(), " \u0645\u0646\u062A\u062E\u0628 \u0642\u0637\u0627\u0631");
|
|
112
|
-
},
|
|
113
|
-
// Total row amount footer text
|
|
114
|
-
footerTotalRows: 'کل قطاریں:',
|
|
115
|
-
// Total visible row amount footer text
|
|
116
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
117
|
-
return "".concat(totalCount.toLocaleString(), " \u0645\u06CC\u06BA \u0633\u06D2 ").concat(visibleCount.toLocaleString());
|
|
118
|
-
},
|
|
119
|
-
// Checkbox selection text
|
|
120
|
-
checkboxSelectionHeaderName: 'چیک باکس منتخب کریں',
|
|
121
|
-
checkboxSelectionSelectAllRows: 'تمام قطاریں منتخب کریں',
|
|
122
|
-
checkboxSelectionUnselectAllRows: 'تمام قطاریں نامنتخب کریں ',
|
|
123
|
-
checkboxSelectionSelectRow: 'قطار منتخب کریں',
|
|
124
|
-
checkboxSelectionUnselectRow: 'قطار نامنتخب کریں',
|
|
125
|
-
// Boolean cell text
|
|
126
|
-
booleanCellTrueLabel: 'ہاں',
|
|
127
|
-
booleanCellFalseLabel: 'نہیں',
|
|
128
|
-
// Actions cell more text
|
|
129
|
-
actionsCellMore: 'ذیادہ',
|
|
130
|
-
// Column pinning text
|
|
131
|
-
pinToLeft: 'بائیں جانب pin کریں',
|
|
132
|
-
pinToRight: 'دائیں جانب pin کریں',
|
|
133
|
-
unpin: 'pin ختم کریں',
|
|
134
|
-
// Tree Data
|
|
135
|
-
treeDataGroupingHeaderName: 'گروپ',
|
|
136
|
-
treeDataExpand: 'شاخیں دیکھیں',
|
|
137
|
-
treeDataCollapse: 'شاخیں چھپائیں',
|
|
138
|
-
// Grouping columns
|
|
139
|
-
groupingColumnHeaderName: 'گروپ',
|
|
140
|
-
groupColumn: function groupColumn(name) {
|
|
141
|
-
return "".concat(name, " \u0633\u06D2 \u06AF\u0631\u0648\u067E \u06A9\u0631\u06CC\u06BA");
|
|
142
|
-
},
|
|
143
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
144
|
-
return "".concat(name, " \u0633\u06D2 \u06AF\u0631\u0648\u067E \u062E\u062A\u0645 \u06A9\u0631\u06CC\u06BA");
|
|
145
|
-
},
|
|
146
|
-
// Master/detail
|
|
147
|
-
detailPanelToggle: 'ڈیٹیل پینل کھولیں / بند کریں',
|
|
148
|
-
expandDetailPanel: 'پھیلائیں',
|
|
149
|
-
collapseDetailPanel: 'تنگ کریں',
|
|
150
|
-
// Row reordering text
|
|
151
|
-
rowReorderingHeaderName: 'قطاروں کی ترتیب تبدیل کریں',
|
|
152
|
-
// Aggregation
|
|
153
|
-
aggregationMenuItemHeader: 'ایگریگیشن',
|
|
154
|
-
aggregationFunctionLabelSum: 'کل',
|
|
155
|
-
aggregationFunctionLabelAvg: 'اوسط',
|
|
156
|
-
aggregationFunctionLabelMin: 'کم از کم',
|
|
157
|
-
aggregationFunctionLabelMax: 'زیادہ سے زیادہ',
|
|
158
|
-
aggregationFunctionLabelSize: 'سائز'
|
|
159
|
-
};
|
|
160
|
-
export var urPK = getGridLocalization(urPKGrid, urPKCore);
|
package/legacy/locales/viVN.js
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { viVN as viVNCore } from '@mui/material/locale';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var viVNGrid = {
|
|
4
|
-
// Root
|
|
5
|
-
noRowsLabel: 'Không có dữ liệu',
|
|
6
|
-
noResultsOverlayLabel: 'Không tìm thấy kết quả.',
|
|
7
|
-
// Density selector toolbar button text
|
|
8
|
-
toolbarDensity: 'Độ giãn',
|
|
9
|
-
toolbarDensityLabel: 'Độ giãn',
|
|
10
|
-
toolbarDensityCompact: 'Trung bình',
|
|
11
|
-
toolbarDensityStandard: 'Tiêu chuẩn',
|
|
12
|
-
toolbarDensityComfortable: 'Rộng',
|
|
13
|
-
// Columns selector toolbar button text
|
|
14
|
-
toolbarColumns: 'Cột',
|
|
15
|
-
toolbarColumnsLabel: 'Chọn cột',
|
|
16
|
-
// Filters toolbar button text
|
|
17
|
-
toolbarFilters: 'Bộ lọc',
|
|
18
|
-
toolbarFiltersLabel: 'Hiển thị bộ lọc',
|
|
19
|
-
toolbarFiltersTooltipHide: 'Ẩn',
|
|
20
|
-
toolbarFiltersTooltipShow: 'Hiện',
|
|
21
|
-
toolbarFiltersTooltipActive: function toolbarFiltersTooltipActive(count) {
|
|
22
|
-
return count > 1 ? "".concat(count, " b\u1ED9 l\u1ECDc ho\u1EA1t \u0111\u1ED9ng") : "".concat(count, " b\u1ED9 l\u1ECDc ho\u1EA1t \u0111\u1ED9ng");
|
|
23
|
-
},
|
|
24
|
-
// Quick filter toolbar field
|
|
25
|
-
toolbarQuickFilterPlaceholder: 'Tìm kiếm…',
|
|
26
|
-
toolbarQuickFilterLabel: 'Tìm kiếm',
|
|
27
|
-
toolbarQuickFilterDeleteIconLabel: 'Xóa tìm kiếm',
|
|
28
|
-
// Export selector toolbar button text
|
|
29
|
-
toolbarExport: 'Xuất',
|
|
30
|
-
toolbarExportLabel: 'Xuất',
|
|
31
|
-
toolbarExportCSV: 'Xuất CSV',
|
|
32
|
-
toolbarExportPrint: 'In',
|
|
33
|
-
toolbarExportExcel: 'Xuất Excel',
|
|
34
|
-
// Columns management text
|
|
35
|
-
// columnsManagementSearchTitle: 'Search',
|
|
36
|
-
// columnsManagementNoColumns: 'No columns',
|
|
37
|
-
// columnsManagementShowHideAllText: 'Show/Hide All',
|
|
38
|
-
|
|
39
|
-
// Filter panel text
|
|
40
|
-
filterPanelAddFilter: 'Thêm bộ lọc',
|
|
41
|
-
filterPanelRemoveAll: 'Xóa tất cả',
|
|
42
|
-
filterPanelDeleteIconLabel: 'Xóa',
|
|
43
|
-
filterPanelLogicOperator: 'Toán tử logic',
|
|
44
|
-
filterPanelOperator: 'Toán tử',
|
|
45
|
-
filterPanelOperatorAnd: 'Và',
|
|
46
|
-
filterPanelOperatorOr: 'Hoặc',
|
|
47
|
-
filterPanelColumns: 'Cột',
|
|
48
|
-
filterPanelInputLabel: 'Giá trị',
|
|
49
|
-
filterPanelInputPlaceholder: 'Lọc giá trị',
|
|
50
|
-
// Filter operators text
|
|
51
|
-
filterOperatorContains: 'Chứa',
|
|
52
|
-
filterOperatorEquals: 'Bằng',
|
|
53
|
-
filterOperatorStartsWith: 'Bắt đầu bằng',
|
|
54
|
-
filterOperatorEndsWith: 'Kết thúc bằng',
|
|
55
|
-
filterOperatorIs: 'Là',
|
|
56
|
-
filterOperatorNot: 'Không là',
|
|
57
|
-
filterOperatorAfter: 'Trước',
|
|
58
|
-
filterOperatorOnOrAfter: 'bằng hoặc sau',
|
|
59
|
-
filterOperatorBefore: 'Sau',
|
|
60
|
-
filterOperatorOnOrBefore: 'bằng hoặc trước',
|
|
61
|
-
filterOperatorIsEmpty: 'Rỗng',
|
|
62
|
-
filterOperatorIsNotEmpty: 'Khác rỗng',
|
|
63
|
-
filterOperatorIsAnyOf: 'Bất kỳ',
|
|
64
|
-
'filterOperator=': '=',
|
|
65
|
-
'filterOperator!=': '!=',
|
|
66
|
-
'filterOperator>': '>',
|
|
67
|
-
'filterOperator>=': '>=',
|
|
68
|
-
'filterOperator<': '<',
|
|
69
|
-
'filterOperator<=': '<=',
|
|
70
|
-
// Header filter operators text
|
|
71
|
-
headerFilterOperatorContains: 'Chứa',
|
|
72
|
-
headerFilterOperatorEquals: 'Bằng',
|
|
73
|
-
headerFilterOperatorStartsWith: 'Bắt đầu với',
|
|
74
|
-
headerFilterOperatorEndsWith: 'Kết thúc với',
|
|
75
|
-
headerFilterOperatorIs: 'là',
|
|
76
|
-
headerFilterOperatorNot: 'Không là',
|
|
77
|
-
headerFilterOperatorAfter: 'Sau',
|
|
78
|
-
headerFilterOperatorOnOrAfter: 'Đang hoặc sau',
|
|
79
|
-
headerFilterOperatorBefore: 'Trước',
|
|
80
|
-
headerFilterOperatorOnOrBefore: 'Đang hoặc trước',
|
|
81
|
-
headerFilterOperatorIsEmpty: 'Rỗng',
|
|
82
|
-
headerFilterOperatorIsNotEmpty: 'Khác rỗng',
|
|
83
|
-
headerFilterOperatorIsAnyOf: 'Bất kỳ',
|
|
84
|
-
'headerFilterOperator=': 'Bằng',
|
|
85
|
-
'headerFilterOperator!=': 'Khác',
|
|
86
|
-
'headerFilterOperator>': 'Lớn hơn',
|
|
87
|
-
'headerFilterOperator>=': 'Lớn hơn hoặc bằng',
|
|
88
|
-
'headerFilterOperator<': 'Nhỏ hơn',
|
|
89
|
-
'headerFilterOperator<=': 'Nhỏ hơn hoặc bằng',
|
|
90
|
-
// Filter values text
|
|
91
|
-
filterValueAny: 'bất kỳ giá trị nào',
|
|
92
|
-
filterValueTrue: 'Có',
|
|
93
|
-
filterValueFalse: 'Không',
|
|
94
|
-
// Column menu text
|
|
95
|
-
columnMenuLabel: 'Danh mục',
|
|
96
|
-
columnMenuShowColumns: 'Danh sách cột',
|
|
97
|
-
columnMenuManageColumns: 'Quản lý cột',
|
|
98
|
-
columnMenuFilter: 'Bộ lọc',
|
|
99
|
-
columnMenuHideColumn: 'Ẩn cột',
|
|
100
|
-
columnMenuUnsort: 'Bỏ sắp xếp',
|
|
101
|
-
columnMenuSortAsc: 'Sắp xếp tăng dần',
|
|
102
|
-
columnMenuSortDesc: 'Sắp xếp giảm dần',
|
|
103
|
-
// Column header text
|
|
104
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
105
|
-
return count > 1 ? "".concat(count, " b\u1ED9 l\u1ECDc ho\u1EA1t \u0111\u1ED9ng") : "".concat(count, " b\u1ED9 l\u1ECDc ho\u1EA1t \u0111\u1ED9ng");
|
|
106
|
-
},
|
|
107
|
-
columnHeaderFiltersLabel: 'Bộ lọc',
|
|
108
|
-
columnHeaderSortIconLabel: 'Sắp xếp',
|
|
109
|
-
// Rows selected footer text
|
|
110
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
111
|
-
return count > 1 ? "".concat(count.toLocaleString(), " h\xE0ng \u0111\xE3 ch\u1ECDn") : "".concat(count.toLocaleString(), " h\xE0ng \u0111\xE3 ch\u1ECDn");
|
|
112
|
-
},
|
|
113
|
-
// Total row amount footer text
|
|
114
|
-
footerTotalRows: 'Tổng:',
|
|
115
|
-
// Total visible row amount footer text
|
|
116
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
117
|
-
return "".concat(visibleCount.toLocaleString(), " / ").concat(totalCount.toLocaleString());
|
|
118
|
-
},
|
|
119
|
-
// Checkbox selection text
|
|
120
|
-
checkboxSelectionHeaderName: 'Tích vào ô trống',
|
|
121
|
-
checkboxSelectionSelectAllRows: 'Chọn tất cả hàng',
|
|
122
|
-
checkboxSelectionUnselectAllRows: 'Bỏ chọn tất cả hàng',
|
|
123
|
-
checkboxSelectionSelectRow: 'Chọn hàng',
|
|
124
|
-
checkboxSelectionUnselectRow: 'Bỏ chọn hàng',
|
|
125
|
-
// Boolean cell text
|
|
126
|
-
booleanCellTrueLabel: 'Có',
|
|
127
|
-
booleanCellFalseLabel: 'Không',
|
|
128
|
-
// Actions cell more text
|
|
129
|
-
actionsCellMore: 'Thêm',
|
|
130
|
-
// Column pinning text
|
|
131
|
-
pinToLeft: 'Ghim cột bên trái',
|
|
132
|
-
pinToRight: 'Ghim cột bên phải',
|
|
133
|
-
unpin: 'Bỏ ghim',
|
|
134
|
-
// Tree Data
|
|
135
|
-
treeDataGroupingHeaderName: 'Nhóm',
|
|
136
|
-
treeDataExpand: 'mở rộng',
|
|
137
|
-
treeDataCollapse: 'ẩn đi',
|
|
138
|
-
// Grouping columns
|
|
139
|
-
groupingColumnHeaderName: 'Nhóm',
|
|
140
|
-
groupColumn: function groupColumn(name) {
|
|
141
|
-
return "Nh\xF3m theo ".concat(name);
|
|
142
|
-
},
|
|
143
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
144
|
-
return "H\u1EE7y nh\xF3m theo ".concat(name);
|
|
145
|
-
},
|
|
146
|
-
// Master/detail
|
|
147
|
-
detailPanelToggle: 'Ẩn/hiện chi tiết',
|
|
148
|
-
expandDetailPanel: 'Mở rộng',
|
|
149
|
-
collapseDetailPanel: 'Thu nhỏ',
|
|
150
|
-
// Row reordering text
|
|
151
|
-
rowReorderingHeaderName: 'Sắp xếp hàng',
|
|
152
|
-
// Aggregation
|
|
153
|
-
aggregationMenuItemHeader: 'Tổng hợp',
|
|
154
|
-
aggregationFunctionLabelSum: 'Tổng',
|
|
155
|
-
aggregationFunctionLabelAvg: 'Trung bình',
|
|
156
|
-
aggregationFunctionLabelMin: 'Tối thiểu',
|
|
157
|
-
aggregationFunctionLabelMax: 'Tối đa',
|
|
158
|
-
aggregationFunctionLabelSize: 'Kích cỡ'
|
|
159
|
-
};
|
|
160
|
-
export var viVN = getGridLocalization(viVNGrid, viVNCore);
|
package/legacy/locales/zhCN.js
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { zhCN as zhCNCore } from '@mui/material/locale';
|
|
2
|
-
import { getGridLocalization } from '../utils/getGridLocalization';
|
|
3
|
-
var zhCNGrid = {
|
|
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, " \u4E2A\u7B5B\u9009\u5668");
|
|
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: '清除全部',
|
|
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
|
-
// Header filter operators text
|
|
71
|
-
headerFilterOperatorContains: '包含',
|
|
72
|
-
headerFilterOperatorEquals: '等于',
|
|
73
|
-
headerFilterOperatorStartsWith: '开始于',
|
|
74
|
-
headerFilterOperatorEndsWith: '结束于',
|
|
75
|
-
headerFilterOperatorIs: '是',
|
|
76
|
-
headerFilterOperatorNot: '不是',
|
|
77
|
-
headerFilterOperatorAfter: '在后面',
|
|
78
|
-
headerFilterOperatorOnOrAfter: '在当前或后面',
|
|
79
|
-
headerFilterOperatorBefore: '在前面',
|
|
80
|
-
headerFilterOperatorOnOrBefore: '在当前或前面',
|
|
81
|
-
headerFilterOperatorIsEmpty: '为空',
|
|
82
|
-
headerFilterOperatorIsNotEmpty: '不为空',
|
|
83
|
-
headerFilterOperatorIsAnyOf: '属于',
|
|
84
|
-
'headerFilterOperator=': '等于',
|
|
85
|
-
'headerFilterOperator!=': '不等于',
|
|
86
|
-
'headerFilterOperator>': '大于',
|
|
87
|
-
'headerFilterOperator>=': '大于或等于',
|
|
88
|
-
'headerFilterOperator<': '小雨',
|
|
89
|
-
'headerFilterOperator<=': '小于或等于',
|
|
90
|
-
// Filter values text
|
|
91
|
-
filterValueAny: '任何',
|
|
92
|
-
filterValueTrue: '真',
|
|
93
|
-
filterValueFalse: '假',
|
|
94
|
-
// Column menu text
|
|
95
|
-
columnMenuLabel: '菜单',
|
|
96
|
-
columnMenuShowColumns: '显示',
|
|
97
|
-
columnMenuManageColumns: '管理列',
|
|
98
|
-
columnMenuFilter: '筛选器',
|
|
99
|
-
columnMenuHideColumn: '隐藏',
|
|
100
|
-
columnMenuUnsort: '恢复默认',
|
|
101
|
-
columnMenuSortAsc: '升序',
|
|
102
|
-
columnMenuSortDesc: '降序',
|
|
103
|
-
// Column header text
|
|
104
|
-
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
|
|
105
|
-
return count !== 1 ? "".concat(count, " \u4E2A\u7B5B\u9009\u5668") : "".concat(count, " \u4E2A\u7B5B\u9009\u5668");
|
|
106
|
-
},
|
|
107
|
-
columnHeaderFiltersLabel: '显示筛选器',
|
|
108
|
-
columnHeaderSortIconLabel: '排序',
|
|
109
|
-
// Rows selected footer text
|
|
110
|
-
footerRowSelected: function footerRowSelected(count) {
|
|
111
|
-
return "\u5171\u9009\u4E2D\u4E86".concat(count.toLocaleString(), "\u884C");
|
|
112
|
-
},
|
|
113
|
-
// Total row amount footer text
|
|
114
|
-
footerTotalRows: '所有行:',
|
|
115
|
-
// Total visible row amount footer text
|
|
116
|
-
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
|
|
117
|
-
return "".concat(visibleCount.toLocaleString(), " / ").concat(totalCount.toLocaleString());
|
|
118
|
-
},
|
|
119
|
-
// Checkbox selection text
|
|
120
|
-
checkboxSelectionHeaderName: '多选框',
|
|
121
|
-
checkboxSelectionSelectAllRows: '全选行',
|
|
122
|
-
checkboxSelectionUnselectAllRows: '反选所有行',
|
|
123
|
-
checkboxSelectionSelectRow: '选择行',
|
|
124
|
-
checkboxSelectionUnselectRow: '反选行',
|
|
125
|
-
// Boolean cell text
|
|
126
|
-
booleanCellTrueLabel: '真',
|
|
127
|
-
booleanCellFalseLabel: '假',
|
|
128
|
-
// Actions cell more text
|
|
129
|
-
actionsCellMore: '更多',
|
|
130
|
-
// Column pinning text
|
|
131
|
-
pinToLeft: '固定到左侧',
|
|
132
|
-
pinToRight: '固定到右侧',
|
|
133
|
-
unpin: '取消固定',
|
|
134
|
-
// Tree Data
|
|
135
|
-
treeDataGroupingHeaderName: '组',
|
|
136
|
-
treeDataExpand: '查看子项目',
|
|
137
|
-
treeDataCollapse: '隐藏子项目',
|
|
138
|
-
// Grouping columns
|
|
139
|
-
groupingColumnHeaderName: '组',
|
|
140
|
-
groupColumn: function groupColumn(name) {
|
|
141
|
-
return "\u7528".concat(name, "\u5206\u7EC4");
|
|
142
|
-
},
|
|
143
|
-
unGroupColumn: function unGroupColumn(name) {
|
|
144
|
-
return "\u4E0D\u518D\u7528".concat(name, "\u5206\u7EC4");
|
|
145
|
-
},
|
|
146
|
-
// Master/detail
|
|
147
|
-
detailPanelToggle: '详细信息',
|
|
148
|
-
expandDetailPanel: '显示',
|
|
149
|
-
collapseDetailPanel: '折叠',
|
|
150
|
-
// Row reordering text
|
|
151
|
-
rowReorderingHeaderName: '重新排列行',
|
|
152
|
-
// Aggregation
|
|
153
|
-
aggregationMenuItemHeader: '集合',
|
|
154
|
-
aggregationFunctionLabelSum: '总数',
|
|
155
|
-
aggregationFunctionLabelAvg: '平均',
|
|
156
|
-
aggregationFunctionLabelMin: '最小',
|
|
157
|
-
aggregationFunctionLabelMax: '最大',
|
|
158
|
-
aggregationFunctionLabelSize: '大小'
|
|
159
|
-
};
|
|
160
|
-
export var zhCN = getGridLocalization(zhCNGrid, zhCNCore);
|