@mui/x-data-grid 8.0.0 → 8.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +230 -5
- package/DataGrid/DataGrid.d.ts +1 -1
- package/DataGrid/useDataGridProps.js +5 -4
- package/colDef/gridDefaultColumnTypes.d.ts +1 -1
- package/colDef/gridNumericOperators.d.ts +2 -2
- package/colDef/gridStringOperators.d.ts +1 -1
- package/components/GridDetailPanels.d.ts +1 -1
- package/components/GridPinnedRows.d.ts +1 -1
- package/components/GridRow.d.ts +1 -1
- package/components/GridRowCount.js +1 -2
- package/components/GridSelectedRowCount.js +1 -2
- package/components/GridSkeletonLoadingOverlay.js +1 -2
- package/components/base/GridOverlays.js +2 -4
- package/components/cell/GridActionsCellItem.d.ts +1 -1
- package/components/cell/GridBooleanCell.d.ts +2 -2
- package/components/cell/GridEditInputCell.js +3 -3
- package/components/cell/GridEditSingleSelectCell.d.ts +1 -1
- package/components/cell/index.d.ts +1 -1
- package/components/columnHeaders/GridBaseColumnHeaders.js +1 -2
- package/components/columnHeaders/GridColumnHeaderTitle.js +1 -2
- package/components/columnHeaders/GridIconButtonContainer.js +1 -2
- package/components/columnSelection/GridCellCheckboxRenderer.d.ts +1 -1
- package/components/columnSelection/GridHeaderCheckbox.d.ts +1 -1
- package/components/columnsManagement/GridColumnsManagement.d.ts +1 -1
- package/components/columnsManagement/utils.d.ts +1 -1
- package/components/columnsPanel/ColumnsPanelTrigger.d.ts +1 -1
- package/components/containers/GridFooterContainer.js +1 -2
- package/components/containers/GridRootStyles.js +14 -12
- package/components/export/ExportCsv.d.ts +1 -1
- package/components/export/ExportPrint.d.ts +1 -1
- package/components/filterPanel/FilterPanelTrigger.d.ts +1 -1
- package/components/panel/GridPanel.js +0 -1
- package/components/panel/GridPanelFooter.js +1 -2
- package/components/panel/GridPanelHeader.js +1 -2
- package/components/panel/filterPanel/GridFilterForm.js +6 -12
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +1 -1
- package/components/panel/filterPanel/filterPanelUtils.d.ts +2 -2
- package/components/panel/filterPanel/index.d.ts +2 -2
- package/components/quickFilter/QuickFilter.d.ts +1 -1
- package/components/quickFilter/QuickFilterClear.d.ts +1 -1
- package/components/quickFilter/QuickFilterControl.d.ts +1 -1
- package/components/quickFilter/QuickFilterTrigger.d.ts +1 -1
- package/components/toolbar/GridToolbarColumnsButton.d.ts +1 -1
- package/components/toolbar/GridToolbarDensitySelector.d.ts +1 -1
- package/components/toolbar/GridToolbarExport.d.ts +1 -1
- package/components/toolbar/GridToolbarExportContainer.d.ts +1 -1
- package/components/toolbar/GridToolbarFilterButton.d.ts +1 -1
- package/components/toolbar/GridToolbarFilterButton.js +1 -2
- package/components/toolbar/index.d.ts +1 -1
- package/components/toolbarV8/ToolbarButton.d.ts +1 -1
- package/components/virtualization/GridVirtualScrollerRenderZone.js +1 -2
- package/constants/dataGridPropsDefaultValues.d.ts +1 -1
- package/esm/DataGrid/DataGrid.d.ts +1 -1
- package/esm/DataGrid/useDataGridProps.js +6 -5
- package/esm/colDef/gridDefaultColumnTypes.d.ts +1 -1
- package/esm/colDef/gridNumericOperators.d.ts +2 -2
- package/esm/colDef/gridStringOperators.d.ts +1 -1
- package/esm/components/GridDetailPanels.d.ts +1 -1
- package/esm/components/GridPinnedRows.d.ts +1 -1
- package/esm/components/GridRow.d.ts +1 -1
- package/esm/components/GridRowCount.js +1 -2
- package/esm/components/GridSelectedRowCount.js +1 -2
- package/esm/components/GridSkeletonLoadingOverlay.js +1 -2
- package/esm/components/base/GridOverlays.js +2 -4
- package/esm/components/cell/GridActionsCellItem.d.ts +1 -1
- package/esm/components/cell/GridBooleanCell.d.ts +2 -2
- package/esm/components/cell/GridEditInputCell.js +3 -3
- package/esm/components/cell/GridEditSingleSelectCell.d.ts +1 -1
- package/esm/components/cell/index.d.ts +1 -1
- package/esm/components/columnHeaders/GridBaseColumnHeaders.js +1 -2
- package/esm/components/columnHeaders/GridColumnHeaderTitle.js +1 -2
- package/esm/components/columnHeaders/GridIconButtonContainer.js +1 -2
- package/esm/components/columnSelection/GridCellCheckboxRenderer.d.ts +1 -1
- package/esm/components/columnSelection/GridHeaderCheckbox.d.ts +1 -1
- package/esm/components/columnsManagement/GridColumnsManagement.d.ts +1 -1
- package/esm/components/columnsManagement/utils.d.ts +1 -1
- package/esm/components/columnsPanel/ColumnsPanelTrigger.d.ts +1 -1
- package/esm/components/containers/GridFooterContainer.js +1 -2
- package/esm/components/containers/GridRootStyles.js +14 -12
- package/esm/components/export/ExportCsv.d.ts +1 -1
- package/esm/components/export/ExportPrint.d.ts +1 -1
- package/esm/components/filterPanel/FilterPanelTrigger.d.ts +1 -1
- package/esm/components/panel/GridPanel.js +0 -1
- package/esm/components/panel/GridPanelFooter.js +1 -2
- package/esm/components/panel/GridPanelHeader.js +1 -2
- package/esm/components/panel/filterPanel/GridFilterForm.js +6 -12
- package/esm/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +1 -1
- package/esm/components/panel/filterPanel/filterPanelUtils.d.ts +2 -2
- package/esm/components/panel/filterPanel/index.d.ts +2 -2
- package/esm/components/quickFilter/QuickFilter.d.ts +1 -1
- package/esm/components/quickFilter/QuickFilterClear.d.ts +1 -1
- package/esm/components/quickFilter/QuickFilterControl.d.ts +1 -1
- package/esm/components/quickFilter/QuickFilterTrigger.d.ts +1 -1
- package/esm/components/toolbar/GridToolbarColumnsButton.d.ts +1 -1
- package/esm/components/toolbar/GridToolbarDensitySelector.d.ts +1 -1
- package/esm/components/toolbar/GridToolbarExport.d.ts +1 -1
- package/esm/components/toolbar/GridToolbarExportContainer.d.ts +1 -1
- package/esm/components/toolbar/GridToolbarFilterButton.d.ts +1 -1
- package/esm/components/toolbar/GridToolbarFilterButton.js +1 -2
- package/esm/components/toolbar/index.d.ts +1 -1
- package/esm/components/toolbarV8/ToolbarButton.d.ts +1 -1
- package/esm/components/virtualization/GridVirtualScrollerRenderZone.js +1 -2
- package/esm/constants/dataGridPropsDefaultValues.d.ts +1 -1
- package/esm/hooks/core/gridPropsSelectors.d.ts +2 -2
- package/esm/hooks/core/index.d.ts +1 -1
- package/esm/hooks/core/useGridApiInitialization.d.ts +1 -1
- package/esm/hooks/core/useGridInitialization.d.ts +1 -1
- package/esm/hooks/core/useGridProps.d.ts +3 -3
- package/esm/hooks/core/useGridRefs.d.ts +1 -1
- package/esm/hooks/core/useGridStateInitialization.d.ts +1 -1
- package/esm/hooks/features/clipboard/useGridClipboard.d.ts +1 -1
- package/esm/hooks/features/columnGrouping/gridColumnGroupsSelector.d.ts +2 -2
- package/esm/hooks/features/columnGrouping/index.d.ts +1 -1
- package/esm/hooks/features/columnHeaders/useGridColumnHeaders.d.ts +1 -1
- package/esm/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -2
- package/esm/hooks/features/columnResize/gridColumnResizeApi.d.ts +1 -1
- package/esm/hooks/features/columnResize/useGridColumnResize.d.ts +2 -2
- package/esm/hooks/features/columns/gridColumnsInterfaces.d.ts +1 -1
- package/esm/hooks/features/columns/gridColumnsSelector.d.ts +9 -9
- package/esm/hooks/features/columns/gridColumnsUtils.d.ts +1 -1
- package/esm/hooks/features/dataSource/cache.d.ts +1 -1
- package/esm/hooks/features/dataSource/gridDataSourceError.d.ts +1 -1
- package/esm/hooks/features/dataSource/gridDataSourceSelector.d.ts +1 -1
- package/esm/hooks/features/dataSource/models.d.ts +3 -3
- package/esm/hooks/features/dataSource/useGridDataSource.d.ts +2 -2
- package/esm/hooks/features/dataSource/useGridDataSourceBase.d.ts +5 -5
- package/esm/hooks/features/dataSource/utils.d.ts +1 -1
- package/esm/hooks/features/dimensions/gridDimensionsApi.d.ts +1 -1
- package/esm/hooks/features/dimensions/index.d.ts +2 -2
- package/esm/hooks/features/export/serializers/csvSerializer.d.ts +4 -4
- package/esm/hooks/features/export/useGridCsvExport.d.ts +1 -1
- package/esm/hooks/features/export/useGridPrintExport.js +3 -34
- package/esm/hooks/features/filter/gridFilterSelector.d.ts +1 -1
- package/esm/hooks/features/filter/gridFilterUtils.d.ts +1 -1
- package/esm/hooks/features/filter/index.d.ts +2 -2
- package/esm/hooks/features/headerFiltering/gridHeaderFilteringSelectors.d.ts +4 -4
- package/esm/hooks/features/listView/gridListViewSelectors.d.ts +1 -1
- package/esm/hooks/features/listView/useGridListView.d.ts +1 -1
- package/esm/hooks/features/overlays/useGridOverlays.d.ts +1 -1
- package/esm/hooks/features/pagination/index.d.ts +1 -1
- package/esm/hooks/features/pivoting/gridPivotingInterfaces.d.ts +1 -1
- package/esm/hooks/features/pivoting/gridPivotingSelectors.d.ts +3 -3
- package/esm/hooks/features/rowSelection/gridRowSelectionSelector.d.ts +1 -1
- package/esm/hooks/features/rowSelection/useGridRowSelection.js +7 -6
- package/esm/hooks/features/rowSelection/utils.d.ts +4 -4
- package/esm/hooks/features/rows/gridRowSpanningSelectors.d.ts +3 -3
- package/esm/hooks/features/rows/gridRowSpanningUtils.d.ts +5 -5
- package/esm/hooks/features/rows/gridRowsInterfaces.d.ts +1 -1
- package/esm/hooks/features/rows/gridRowsSelector.d.ts +3 -3
- package/esm/hooks/features/rows/index.d.ts +1 -1
- package/esm/hooks/features/rows/useGridParamsApi.js +1 -1
- package/esm/hooks/features/rows/useGridRowSpanning.d.ts +5 -5
- package/esm/hooks/features/sorting/gridSortingSelector.d.ts +1 -1
- package/esm/hooks/features/sorting/index.d.ts +2 -2
- package/esm/hooks/features/statePersistence/index.d.ts +1 -1
- package/esm/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.ts +1 -1
- package/esm/hooks/features/virtualization/gridVirtualizationSelectors.d.ts +1 -1
- package/esm/hooks/utils/index.d.ts +1 -1
- package/esm/hooks/utils/useGridEvent.d.ts +1 -1
- package/esm/hooks/utils/useGridRootProps.d.ts +1 -1
- package/esm/hooks/utils/useGridSelector.d.ts +2 -2
- package/esm/hooks/utils/useGridVisibleRows.d.ts +1 -1
- package/esm/index.d.ts +5 -5
- package/esm/index.js +1 -1
- package/esm/internals/index.d.ts +24 -24
- package/esm/locales/hrHR.d.ts +1 -1
- package/esm/locales/hyAM.d.ts +2 -0
- package/esm/locales/hyAM.js +296 -0
- package/esm/locales/index.d.ts +1 -0
- package/esm/locales/index.js +1 -0
- package/esm/locales/ptPT.d.ts +1 -1
- package/esm/locales/zhHK.d.ts +1 -1
- package/esm/material/index.d.ts +2 -2
- package/esm/material/index.js +6 -1
- package/esm/material/variables.js +2 -2
- package/esm/models/api/gridApiCommon.d.ts +32 -32
- package/esm/models/api/gridApiCommunity.d.ts +7 -7
- package/esm/models/api/gridCallbackDetails.d.ts +2 -2
- package/esm/models/api/gridColumnApi.d.ts +1 -1
- package/esm/models/api/gridCoreApi.d.ts +4 -4
- package/esm/models/api/gridFilterApi.d.ts +1 -1
- package/esm/models/api/gridLocaleTextApi.d.ts +1 -1
- package/esm/models/api/gridRowSelectionApi.d.ts +2 -2
- package/esm/models/api/index.d.ts +10 -10
- package/esm/models/colDef/gridColDef.d.ts +2 -2
- package/esm/models/colDef/index.d.ts +1 -1
- package/esm/models/configuration/gridConfiguration.d.ts +2 -2
- package/esm/models/controlStateItem.d.ts +4 -4
- package/esm/models/events/gridEventListener.d.ts +2 -2
- package/esm/models/events/gridEventLookup.d.ts +14 -8
- package/esm/models/events/gridEventPublisher.d.ts +1 -1
- package/esm/models/gridCell.d.ts +1 -1
- package/esm/models/gridColumnGrouping.d.ts +1 -1
- package/esm/models/gridDataSource.d.ts +1 -1
- package/esm/models/gridEditRowModel.d.ts +1 -1
- package/esm/models/gridExport.d.ts +2 -2
- package/esm/models/gridFilterInputComponent.d.ts +2 -2
- package/esm/models/gridFilterOperator.d.ts +4 -4
- package/esm/models/gridRowSelectionManager.d.ts +2 -2
- package/esm/models/gridRows.d.ts +1 -1
- package/esm/models/gridSlotsComponent.d.ts +3 -3
- package/esm/models/gridSlotsComponentsProps.d.ts +20 -20
- package/esm/models/gridStateCommunity.d.ts +9 -9
- package/esm/models/index.d.ts +5 -5
- package/esm/models/params/gridCellParams.d.ts +1 -1
- package/esm/models/params/gridColumnHeaderParams.d.ts +1 -1
- package/esm/models/params/gridColumnOrderChangeParams.d.ts +1 -1
- package/esm/models/params/gridColumnResizeParams.d.ts +1 -1
- package/esm/models/params/gridRowParams.d.ts +1 -1
- package/esm/models/props/DataGridProps.d.ts +5 -5
- package/esm/utils/composeGridClasses.d.ts +1 -1
- package/esm/utils/domUtils.d.ts +2 -2
- package/esm/utils/getGridLocalization.d.ts +1 -1
- package/esm/utils/getPublicApiRef.d.ts +1 -1
- package/esm/utils/index.d.ts +1 -1
- package/hooks/core/gridPropsSelectors.d.ts +2 -2
- package/hooks/core/index.d.ts +1 -1
- package/hooks/core/useGridApiInitialization.d.ts +1 -1
- package/hooks/core/useGridInitialization.d.ts +1 -1
- package/hooks/core/useGridProps.d.ts +3 -3
- package/hooks/core/useGridRefs.d.ts +1 -1
- package/hooks/core/useGridStateInitialization.d.ts +1 -1
- package/hooks/features/clipboard/useGridClipboard.d.ts +1 -1
- package/hooks/features/columnGrouping/gridColumnGroupsSelector.d.ts +2 -2
- package/hooks/features/columnGrouping/index.d.ts +1 -1
- package/hooks/features/columnHeaders/useGridColumnHeaders.d.ts +1 -1
- package/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -2
- package/hooks/features/columnResize/gridColumnResizeApi.d.ts +1 -1
- package/hooks/features/columnResize/useGridColumnResize.d.ts +2 -2
- package/hooks/features/columns/gridColumnsInterfaces.d.ts +1 -1
- package/hooks/features/columns/gridColumnsSelector.d.ts +9 -9
- package/hooks/features/columns/gridColumnsUtils.d.ts +1 -1
- package/hooks/features/dataSource/cache.d.ts +1 -1
- package/hooks/features/dataSource/gridDataSourceError.d.ts +1 -1
- package/hooks/features/dataSource/gridDataSourceSelector.d.ts +1 -1
- package/hooks/features/dataSource/models.d.ts +3 -3
- package/hooks/features/dataSource/useGridDataSource.d.ts +2 -2
- package/hooks/features/dataSource/useGridDataSourceBase.d.ts +5 -5
- package/hooks/features/dataSource/utils.d.ts +1 -1
- package/hooks/features/dimensions/gridDimensionsApi.d.ts +1 -1
- package/hooks/features/dimensions/index.d.ts +2 -2
- package/hooks/features/export/serializers/csvSerializer.d.ts +4 -4
- package/hooks/features/export/useGridCsvExport.d.ts +1 -1
- package/hooks/features/export/useGridPrintExport.js +3 -34
- package/hooks/features/filter/gridFilterSelector.d.ts +1 -1
- package/hooks/features/filter/gridFilterUtils.d.ts +1 -1
- package/hooks/features/filter/index.d.ts +2 -2
- package/hooks/features/headerFiltering/gridHeaderFilteringSelectors.d.ts +4 -4
- package/hooks/features/listView/gridListViewSelectors.d.ts +1 -1
- package/hooks/features/listView/useGridListView.d.ts +1 -1
- package/hooks/features/overlays/useGridOverlays.d.ts +1 -1
- package/hooks/features/pagination/index.d.ts +1 -1
- package/hooks/features/pivoting/gridPivotingInterfaces.d.ts +1 -1
- package/hooks/features/pivoting/gridPivotingSelectors.d.ts +3 -3
- package/hooks/features/rowSelection/gridRowSelectionSelector.d.ts +1 -1
- package/hooks/features/rowSelection/useGridRowSelection.js +7 -6
- package/hooks/features/rowSelection/utils.d.ts +4 -4
- package/hooks/features/rows/gridRowSpanningSelectors.d.ts +3 -3
- package/hooks/features/rows/gridRowSpanningUtils.d.ts +5 -5
- package/hooks/features/rows/gridRowsInterfaces.d.ts +1 -1
- package/hooks/features/rows/gridRowsSelector.d.ts +3 -3
- package/hooks/features/rows/index.d.ts +1 -1
- package/hooks/features/rows/useGridParamsApi.js +1 -1
- package/hooks/features/rows/useGridRowSpanning.d.ts +5 -5
- package/hooks/features/sorting/gridSortingSelector.d.ts +1 -1
- package/hooks/features/sorting/index.d.ts +2 -2
- package/hooks/features/statePersistence/index.d.ts +1 -1
- package/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.ts +1 -1
- package/hooks/features/virtualization/gridVirtualizationSelectors.d.ts +1 -1
- package/hooks/utils/index.d.ts +1 -1
- package/hooks/utils/useGridEvent.d.ts +1 -1
- package/hooks/utils/useGridRootProps.d.ts +1 -1
- package/hooks/utils/useGridSelector.d.ts +2 -2
- package/hooks/utils/useGridVisibleRows.d.ts +1 -1
- package/index.d.ts +5 -5
- package/index.js +1 -1
- package/internals/index.d.ts +24 -24
- package/locales/hrHR.d.ts +1 -1
- package/locales/hyAM.d.ts +2 -0
- package/locales/hyAM.js +302 -0
- package/locales/index.d.ts +1 -0
- package/locales/index.js +11 -0
- package/locales/ptPT.d.ts +1 -1
- package/locales/zhHK.d.ts +1 -1
- package/material/index.d.ts +2 -2
- package/material/index.js +6 -1
- package/material/variables.js +1 -1
- package/models/api/gridApiCommon.d.ts +32 -32
- package/models/api/gridApiCommunity.d.ts +7 -7
- package/models/api/gridCallbackDetails.d.ts +2 -2
- package/models/api/gridColumnApi.d.ts +1 -1
- package/models/api/gridCoreApi.d.ts +4 -4
- package/models/api/gridFilterApi.d.ts +1 -1
- package/models/api/gridLocaleTextApi.d.ts +1 -1
- package/models/api/gridRowSelectionApi.d.ts +2 -2
- package/models/api/index.d.ts +10 -10
- package/models/colDef/gridColDef.d.ts +2 -2
- package/models/colDef/index.d.ts +1 -1
- package/models/configuration/gridConfiguration.d.ts +2 -2
- package/models/controlStateItem.d.ts +4 -4
- package/models/events/gridEventListener.d.ts +2 -2
- package/models/events/gridEventLookup.d.ts +14 -8
- package/models/events/gridEventPublisher.d.ts +1 -1
- package/models/gridCell.d.ts +1 -1
- package/models/gridColumnGrouping.d.ts +1 -1
- package/models/gridDataSource.d.ts +1 -1
- package/models/gridEditRowModel.d.ts +1 -1
- package/models/gridExport.d.ts +2 -2
- package/models/gridFilterInputComponent.d.ts +2 -2
- package/models/gridFilterOperator.d.ts +4 -4
- package/models/gridRowSelectionManager.d.ts +2 -2
- package/models/gridRows.d.ts +1 -1
- package/models/gridSlotsComponent.d.ts +3 -3
- package/models/gridSlotsComponentsProps.d.ts +20 -20
- package/models/gridStateCommunity.d.ts +9 -9
- package/models/index.d.ts +5 -5
- package/models/params/gridCellParams.d.ts +1 -1
- package/models/params/gridColumnHeaderParams.d.ts +1 -1
- package/models/params/gridColumnOrderChangeParams.d.ts +1 -1
- package/models/params/gridColumnResizeParams.d.ts +1 -1
- package/models/params/gridRowParams.d.ts +1 -1
- package/models/props/DataGridProps.d.ts +5 -5
- package/package.json +2 -2
- package/utils/composeGridClasses.d.ts +1 -1
- package/utils/domUtils.d.ts +2 -2
- package/utils/getGridLocalization.d.ts +1 -1
- package/utils/getPublicApiRef.d.ts +1 -1
- package/utils/index.d.ts +1 -1
package/internals/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export type { GridBaseColDef, GridStateColDef, GridSingleSelectColDef } from
|
|
1
|
+
export type { GridBaseColDef, GridStateColDef, GridSingleSelectColDef } from "../models/colDef/gridColDef.js";
|
|
2
2
|
export { GridVirtualScroller } from "../components/virtualization/GridVirtualScroller.js";
|
|
3
3
|
export { GridVirtualScrollerContent } from "../components/virtualization/GridVirtualScrollerContent.js";
|
|
4
4
|
export { GridVirtualScrollerRenderZone } from "../components/virtualization/GridVirtualScrollerRenderZone.js";
|
|
5
|
-
export type { GridDetailPanelsProps } from
|
|
6
|
-
export type { GridPinnedRowsProps } from
|
|
5
|
+
export type { GridDetailPanelsProps } from "../components/GridDetailPanels.js";
|
|
6
|
+
export type { GridPinnedRowsProps } from "../components/GridPinnedRows.js";
|
|
7
7
|
export { GridHeaders } from "../components/GridHeaders.js";
|
|
8
8
|
export { GridToolbar, GridToolbarDivider } from "../components/toolbarV8/GridToolbar.js";
|
|
9
|
-
export type { GridToolbarProps } from
|
|
9
|
+
export type { GridToolbarProps } from "../components/toolbarV8/GridToolbar.js";
|
|
10
10
|
export { GridColumnSortButton } from "../components/GridColumnSortButton.js";
|
|
11
11
|
export { GridBaseColumnHeaders } from "../components/columnHeaders/GridBaseColumnHeaders.js";
|
|
12
12
|
export { DATA_GRID_DEFAULT_SLOTS_COMPONENTS } from "../constants/defaultGridSlotsComponents.js";
|
|
@@ -16,24 +16,24 @@ export { propsStateInitializer } from "../hooks/core/useGridProps.js";
|
|
|
16
16
|
export { getGridFilter } from "../components/panel/filterPanel/GridFilterPanel.js";
|
|
17
17
|
export { getValueOptions } from "../components/panel/filterPanel/filterPanelUtils.js";
|
|
18
18
|
export { useGridRegisterPipeProcessor } from "../hooks/core/pipeProcessing/index.js";
|
|
19
|
-
export type { GridPipeProcessor } from
|
|
19
|
+
export type { GridPipeProcessor } from "../hooks/core/pipeProcessing/index.js";
|
|
20
20
|
export { GridStrategyGroup, useGridRegisterStrategyProcessor, GRID_DEFAULT_STRATEGY } from "../hooks/core/strategyProcessing/index.js";
|
|
21
|
-
export type { GridStrategyProcessor, GridStrategyProcessorName } from
|
|
21
|
+
export type { GridStrategyProcessor, GridStrategyProcessorName } from "../hooks/core/strategyProcessing/index.js";
|
|
22
22
|
export { useGridInitialization } from "../hooks/core/useGridInitialization.js";
|
|
23
23
|
export { unwrapPrivateAPI, useGridApiInitialization } from "../hooks/core/useGridApiInitialization.js";
|
|
24
24
|
export { useGridClipboard } from "../hooks/features/clipboard/useGridClipboard.js";
|
|
25
25
|
export * from "../hooks/features/columnHeaders/useGridColumnHeaders.js";
|
|
26
26
|
export { gridHeaderFilteringEditFieldSelector, gridHeaderFilteringMenuSelector } from "../hooks/features/headerFiltering/gridHeaderFilteringSelectors.js";
|
|
27
|
-
export type { GridSlotsComponentsProps } from
|
|
28
|
-
export type { GridFilterInputValueProps } from
|
|
27
|
+
export type { GridSlotsComponentsProps } from "../models/gridSlotsComponentsProps.js";
|
|
28
|
+
export type { GridFilterInputValueProps } from "../models/gridFilterInputComponent.js";
|
|
29
29
|
export { useGridColumnMenu, columnMenuStateInitializer } from "../hooks/features/columnMenu/useGridColumnMenu.js";
|
|
30
30
|
export { useGridColumns, columnsStateInitializer } from "../hooks/features/columns/useGridColumns.js";
|
|
31
31
|
export * from "../hooks/features/columns/gridColumnsUtils.js";
|
|
32
32
|
export { useGridColumnSpanning } from "../hooks/features/columns/useGridColumnSpanning.js";
|
|
33
33
|
export * from "../hooks/features/columns/gridColumnsSelector.js";
|
|
34
34
|
export { useGridColumnGrouping, columnGroupsStateInitializer } from "../hooks/features/columnGrouping/useGridColumnGrouping.js";
|
|
35
|
-
export type { GridColumnGroupLookup } from
|
|
36
|
-
export type { GridColumnRawLookup, GridColumnsRawState, GridHydrateColumnsValue, GridPinnedColumns, GridPinnedColumnFields, GridColumnPinningState } from
|
|
35
|
+
export type { GridColumnGroupLookup } from "../hooks/features/columnGrouping/gridColumnGroupsInterfaces.js";
|
|
36
|
+
export type { GridColumnRawLookup, GridColumnsRawState, GridHydrateColumnsValue, GridPinnedColumns, GridPinnedColumnFields, GridColumnPinningState } from "../hooks/features/columns/gridColumnsInterfaces.js";
|
|
37
37
|
export { useGridDensity, densityStateInitializer } from "../hooks/features/density/useGridDensity.js";
|
|
38
38
|
export { useGridCsvExport } from "../hooks/features/export/useGridCsvExport.js";
|
|
39
39
|
export { useGridPrintExport } from "../hooks/features/export/useGridPrintExport.js";
|
|
@@ -42,7 +42,7 @@ export { defaultGridFilterLookup } from "../hooks/features/filter/gridFilterStat
|
|
|
42
42
|
export { passFilterLogic } from "../hooks/features/filter/gridFilterUtils.js";
|
|
43
43
|
export { gridFilteredChildrenCountLookupSelector, gridExpandedSortedRowTreeLevelPositionLookupSelector } from "../hooks/features/filter/gridFilterSelector.js";
|
|
44
44
|
export { isSingleSelectColDef } from "../components/panel/filterPanel/filterPanelUtils.js";
|
|
45
|
-
export type { GridAggregatedFilterItemApplier, GridAggregatedFilterItemApplierResult } from
|
|
45
|
+
export type { GridAggregatedFilterItemApplier, GridAggregatedFilterItemApplierResult } from "../hooks/features/filter/gridFilterState.js";
|
|
46
46
|
export { useGridFocus, focusStateInitializer } from "../hooks/features/focus/useGridFocus.js";
|
|
47
47
|
export { useGridKeyboardNavigation } from "../hooks/features/keyboardNavigation/useGridKeyboardNavigation.js";
|
|
48
48
|
export { useGridPagination, paginationStateInitializer } from "../hooks/features/pagination/useGridPagination.js";
|
|
@@ -54,7 +54,7 @@ export { useGridRowSpanning, rowSpanningStateInitializer } from "../hooks/featur
|
|
|
54
54
|
export { useGridAriaAttributes } from "../hooks/utils/useGridAriaAttributes.js";
|
|
55
55
|
export { useGridRowAriaAttributes } from "../hooks/features/rows/useGridRowAriaAttributes.js";
|
|
56
56
|
export { useGridRowsPreProcessors } from "../hooks/features/rows/useGridRowsPreProcessors.js";
|
|
57
|
-
export type { GridRowTreeCreationParams, GridRowTreeCreationValue, GridHydrateRowsValue, GridRowsPartialUpdates, GridRowsPartialUpdateAction, GridTreeDepths, GridRowTreeUpdatedGroupsManager, GridRowTreeUpdateGroupAction, GridPinnedRowsState } from
|
|
57
|
+
export type { GridRowTreeCreationParams, GridRowTreeCreationValue, GridHydrateRowsValue, GridRowsPartialUpdates, GridRowsPartialUpdateAction, GridTreeDepths, GridRowTreeUpdatedGroupsManager, GridRowTreeUpdateGroupAction, GridPinnedRowsState } from "../hooks/features/rows/gridRowsInterfaces.js";
|
|
58
58
|
export { getTreeNodeDescendants, buildRootGroup } from "../hooks/features/rows/gridRowsUtils.js";
|
|
59
59
|
export { useGridRowsMeta, rowsMetaStateInitializer } from "../hooks/features/rows/useGridRowsMeta.js";
|
|
60
60
|
export { useGridParamsApi } from "../hooks/features/rows/useGridParamsApi.js";
|
|
@@ -64,14 +64,14 @@ export { headerFilteringStateInitializer, useGridHeaderFiltering } from "../hook
|
|
|
64
64
|
export { useGridRowSelection, rowSelectionStateInitializer } from "../hooks/features/rowSelection/useGridRowSelection.js";
|
|
65
65
|
export { useGridRowSelectionPreProcessors } from "../hooks/features/rowSelection/useGridRowSelectionPreProcessors.js";
|
|
66
66
|
export { useGridSorting, sortingStateInitializer } from "../hooks/features/sorting/useGridSorting.js";
|
|
67
|
-
export type { GridSortingModelApplier } from
|
|
67
|
+
export type { GridSortingModelApplier } from "../hooks/features/sorting/gridSortingState.js";
|
|
68
68
|
export { gridSortedRowIndexLookupSelector } from "../hooks/features/sorting/gridSortingSelector.js";
|
|
69
69
|
export { useGridScroll } from "../hooks/features/scroll/useGridScroll.js";
|
|
70
70
|
export { useGridEvents } from "../hooks/features/events/useGridEvents.js";
|
|
71
71
|
export { dimensionsStateInitializer, useGridDimensions } from "../hooks/features/dimensions/useGridDimensions.js";
|
|
72
72
|
export * from "../hooks/features/dimensions/gridDimensionsSelectors.js";
|
|
73
73
|
export { useGridStatePersistence } from "../hooks/features/statePersistence/useGridStatePersistence.js";
|
|
74
|
-
export type { GridRestoreStatePreProcessingContext } from
|
|
74
|
+
export type { GridRestoreStatePreProcessingContext } from "../hooks/features/statePersistence/gridStatePersistenceInterface.js";
|
|
75
75
|
export { useGridVirtualScroller, EMPTY_DETAIL_PANELS } from "../hooks/features/virtualization/useGridVirtualScroller.js";
|
|
76
76
|
export * from "../hooks/features/virtualization/index.js";
|
|
77
77
|
export { useGridColumnResize, columnResizeStateInitializer } from "../hooks/features/columnResize/useGridColumnResize.js";
|
|
@@ -81,10 +81,10 @@ export { useGridComponentRenderer } from "../hooks/utils/useGridComponentRendere
|
|
|
81
81
|
export { useTimeout } from "../hooks/utils/useTimeout.js";
|
|
82
82
|
export { useGridVisibleRows, getVisibleRows } from "../hooks/utils/useGridVisibleRows.js";
|
|
83
83
|
export { useGridInitializeState } from "../hooks/utils/useGridInitializeState.js";
|
|
84
|
-
export type { GridStateInitializer } from
|
|
85
|
-
export type * as BaseSlots from
|
|
86
|
-
export type * from
|
|
87
|
-
export type { GridDataSourceApiBase, GridDataSourceApi, GridDataSourceBaseOptions } from
|
|
84
|
+
export type { GridStateInitializer } from "../hooks/utils/useGridInitializeState.js";
|
|
85
|
+
export type * as BaseSlots from "../models/gridBaseSlots.js";
|
|
86
|
+
export type * from "../models/props/DataGridProps.js";
|
|
87
|
+
export type { GridDataSourceApiBase, GridDataSourceApi, GridDataSourceBaseOptions } from "../hooks/features/dataSource/models.js";
|
|
88
88
|
export { DataSourceRowsUpdateStrategy } from "../hooks/features/dataSource/utils.js";
|
|
89
89
|
export { useGridDataSourceBase } from "../hooks/features/dataSource/useGridDataSourceBase.js";
|
|
90
90
|
export { CacheChunkManager } from "../hooks/features/dataSource/utils.js";
|
|
@@ -101,19 +101,19 @@ export * from "../utils/utils.js";
|
|
|
101
101
|
export { exportAs } from "../utils/exportAs.js";
|
|
102
102
|
export * from "../utils/getPublicApiRef.js";
|
|
103
103
|
export * from "../utils/cellBorderUtils.js";
|
|
104
|
-
export type { GridPrivateOnlyApiCommon } from
|
|
105
|
-
export type { GridInfiniteLoaderPrivateApi } from
|
|
104
|
+
export type { GridPrivateOnlyApiCommon } from "../models/api/gridApiCommon.js";
|
|
105
|
+
export type { GridInfiniteLoaderPrivateApi } from "../models/api/gridInfiniteLoaderApi.js";
|
|
106
106
|
export { useGridPrivateApiContext } from "../hooks/utils/useGridPrivateApiContext.js";
|
|
107
107
|
export * from "../hooks/utils/index.js";
|
|
108
|
-
export type { GridApiCommunity } from
|
|
109
|
-
export type { GridApiCaches } from
|
|
108
|
+
export type { GridApiCommunity } from "../models/api/gridApiCommunity.js";
|
|
109
|
+
export type { GridApiCaches } from "../models/gridApiCaches.js";
|
|
110
110
|
export { serializeCellValue } from "../hooks/features/export/serializers/csvSerializer.js";
|
|
111
111
|
export * from "./utils/index.js";
|
|
112
112
|
export * from "./constants.js";
|
|
113
|
-
export type { Localization } from
|
|
113
|
+
export type { Localization } from "../utils/getGridLocalization.js";
|
|
114
114
|
export * from "./demo/index.js";
|
|
115
115
|
export { GridSkeletonLoadingOverlayInner } from "../components/GridSkeletonLoadingOverlay.js";
|
|
116
|
-
export type { GridConfiguration } from
|
|
116
|
+
export type { GridConfiguration } from "../models/configuration/gridConfiguration.js";
|
|
117
117
|
export * from "../hooks/features/pivoting/index.js";
|
|
118
118
|
export { createSvgIcon } from "../material/icons/createSvgIcon.js";
|
|
119
119
|
export { useGridPanelContext } from "../components/panel/GridPanelContext.js";
|
package/locales/hrHR.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const hrHR: import("../internals").Localization;
|
|
1
|
+
export declare const hrHR: import("../internals/index.js").Localization;
|
package/locales/hyAM.js
ADDED
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.hyAM = void 0;
|
|
7
|
+
var _getGridLocalization = require("../utils/getGridLocalization");
|
|
8
|
+
const hyAMGrid = {
|
|
9
|
+
// Root
|
|
10
|
+
noRowsLabel: 'Տվյալներ չկան',
|
|
11
|
+
noResultsOverlayLabel: 'Արդյունքներ չեն գտնվել։',
|
|
12
|
+
// noColumnsOverlayLabel: 'No columns',
|
|
13
|
+
// noColumnsOverlayManageColumns: 'Manage columns',
|
|
14
|
+
// emptyPivotOverlayLabel: 'Add fields to rows, columns, and values to create a pivot table',
|
|
15
|
+
|
|
16
|
+
// Density selector toolbar button text
|
|
17
|
+
toolbarDensity: 'Խտություն',
|
|
18
|
+
toolbarDensityLabel: 'Խտություն',
|
|
19
|
+
toolbarDensityCompact: 'Կոմպակտ',
|
|
20
|
+
toolbarDensityStandard: 'Ստանդարտ',
|
|
21
|
+
toolbarDensityComfortable: 'Հարմարավետ',
|
|
22
|
+
// Columns selector toolbar button text
|
|
23
|
+
toolbarColumns: 'Սյունակներ',
|
|
24
|
+
toolbarColumnsLabel: 'Ընտրել սյունակներ',
|
|
25
|
+
// Filters toolbar button text
|
|
26
|
+
toolbarFilters: 'Զտիչներ',
|
|
27
|
+
toolbarFiltersLabel: 'Ցուցադրել զտիչները',
|
|
28
|
+
toolbarFiltersTooltipHide: 'Թաքցնել զտիչները',
|
|
29
|
+
toolbarFiltersTooltipShow: 'Ցուցադրել զտիչները',
|
|
30
|
+
toolbarFiltersTooltipActive: count => {
|
|
31
|
+
let pluralForm = 'ակտիվ զտիչ';
|
|
32
|
+
if (count === 1) {
|
|
33
|
+
pluralForm = 'ակտիվ զտիչ';
|
|
34
|
+
} else {
|
|
35
|
+
pluralForm = 'ակտիվ զտիչներ';
|
|
36
|
+
}
|
|
37
|
+
return `${count} ${pluralForm}`;
|
|
38
|
+
},
|
|
39
|
+
// Quick filter toolbar field
|
|
40
|
+
toolbarQuickFilterPlaceholder: 'Որոնել…',
|
|
41
|
+
toolbarQuickFilterLabel: 'Որոնել',
|
|
42
|
+
toolbarQuickFilterDeleteIconLabel: 'Մաքրել',
|
|
43
|
+
// Export selector toolbar button text
|
|
44
|
+
toolbarExport: 'Արտահանում',
|
|
45
|
+
toolbarExportLabel: 'Արտահանում',
|
|
46
|
+
toolbarExportCSV: 'Ներբեռնել CSV-ով',
|
|
47
|
+
toolbarExportPrint: 'Տպել',
|
|
48
|
+
toolbarExportExcel: 'Ներբեռնել Excel-ով',
|
|
49
|
+
// Toolbar pivot button
|
|
50
|
+
// toolbarPivot: 'Pivot',
|
|
51
|
+
|
|
52
|
+
// Toolbar AI Assistant button
|
|
53
|
+
// toolbarAssistant: 'AI Assistant',
|
|
54
|
+
|
|
55
|
+
// Columns management text
|
|
56
|
+
columnsManagementSearchTitle: 'Որոնել',
|
|
57
|
+
columnsManagementNoColumns: 'Սյունակներ չկան',
|
|
58
|
+
columnsManagementShowHideAllText: 'Ցուցադրել/Թաքցնել բոլորը',
|
|
59
|
+
columnsManagementReset: 'Վերակայել',
|
|
60
|
+
columnsManagementDeleteIconLabel: 'Հեռացնել',
|
|
61
|
+
// Filter panel text
|
|
62
|
+
filterPanelAddFilter: 'Ավելացնել զտիչ',
|
|
63
|
+
filterPanelRemoveAll: 'Հեռացնել բոլորը',
|
|
64
|
+
filterPanelDeleteIconLabel: 'Հեռացնել',
|
|
65
|
+
filterPanelLogicOperator: 'Տրամաբանական օպերատոր',
|
|
66
|
+
filterPanelOperator: 'Օպերատոր',
|
|
67
|
+
filterPanelOperatorAnd: 'Եվ',
|
|
68
|
+
filterPanelOperatorOr: 'Կամ',
|
|
69
|
+
filterPanelColumns: 'Սյունակներ',
|
|
70
|
+
filterPanelInputLabel: 'Արժեք',
|
|
71
|
+
filterPanelInputPlaceholder: 'Զտիչի արժեք',
|
|
72
|
+
// Filter operators text
|
|
73
|
+
filterOperatorContains: 'պարունակում է',
|
|
74
|
+
filterOperatorDoesNotContain: 'չի պարունակում',
|
|
75
|
+
filterOperatorEquals: 'հավասար է',
|
|
76
|
+
filterOperatorDoesNotEqual: 'հավասար չէ',
|
|
77
|
+
filterOperatorStartsWith: 'սկսվում է',
|
|
78
|
+
filterOperatorEndsWith: 'վերջանում է',
|
|
79
|
+
filterOperatorIs: 'է',
|
|
80
|
+
filterOperatorNot: 'չէ',
|
|
81
|
+
filterOperatorAfter: 'հետո է',
|
|
82
|
+
filterOperatorOnOrAfter: 'այդ օրը կամ հետո է',
|
|
83
|
+
filterOperatorBefore: 'մինչ է',
|
|
84
|
+
filterOperatorOnOrBefore: 'այդ օրը կամ առաջ է',
|
|
85
|
+
filterOperatorIsEmpty: 'դատարկ է',
|
|
86
|
+
filterOperatorIsNotEmpty: 'դատարկ չէ',
|
|
87
|
+
filterOperatorIsAnyOf: 'որևէ մեկը',
|
|
88
|
+
'filterOperator=': '=',
|
|
89
|
+
'filterOperator!=': '!=',
|
|
90
|
+
'filterOperator>': '>',
|
|
91
|
+
'filterOperator>=': '>=',
|
|
92
|
+
'filterOperator<': '<',
|
|
93
|
+
'filterOperator<=': '<=',
|
|
94
|
+
// Header filter operators text
|
|
95
|
+
headerFilterOperatorContains: 'Պարունակում է',
|
|
96
|
+
headerFilterOperatorDoesNotContain: 'Չի պարունակում',
|
|
97
|
+
headerFilterOperatorEquals: 'Հավասար է',
|
|
98
|
+
headerFilterOperatorDoesNotEqual: 'Հավասար չէ',
|
|
99
|
+
headerFilterOperatorStartsWith: 'Սկսվում է',
|
|
100
|
+
headerFilterOperatorEndsWith: 'Վերջանում է',
|
|
101
|
+
headerFilterOperatorIs: 'Է',
|
|
102
|
+
headerFilterOperatorNot: 'Չէ',
|
|
103
|
+
headerFilterOperatorAfter: 'Հետո է',
|
|
104
|
+
headerFilterOperatorOnOrAfter: 'Այդ օրը կամ հետո է',
|
|
105
|
+
headerFilterOperatorBefore: 'Մինչ է',
|
|
106
|
+
headerFilterOperatorOnOrBefore: 'Այդ օրը կամ առաջ է',
|
|
107
|
+
headerFilterOperatorIsEmpty: 'Դատարկ է',
|
|
108
|
+
headerFilterOperatorIsNotEmpty: 'Դատարկ չէ',
|
|
109
|
+
headerFilterOperatorIsAnyOf: 'Որևէ մեկը',
|
|
110
|
+
'headerFilterOperator=': 'Հավասար է',
|
|
111
|
+
'headerFilterOperator!=': 'Հավասար չէ',
|
|
112
|
+
'headerFilterOperator>': 'Ավելի մեծ է',
|
|
113
|
+
'headerFilterOperator>=': 'Ավելի մեծ կամ հավասար է',
|
|
114
|
+
'headerFilterOperator<': 'Ավելի փոքր է',
|
|
115
|
+
'headerFilterOperator<=': 'Ավելի փոքր կամ հավասար է',
|
|
116
|
+
// headerFilterClear: 'Clear filter',
|
|
117
|
+
|
|
118
|
+
// Filter values text
|
|
119
|
+
filterValueAny: 'ցանկացած',
|
|
120
|
+
filterValueTrue: 'այո',
|
|
121
|
+
filterValueFalse: 'ոչ',
|
|
122
|
+
// Column menu text
|
|
123
|
+
columnMenuLabel: 'Մենյու',
|
|
124
|
+
columnMenuAriaLabel: columnName => `${columnName} սյունակի մենյու`,
|
|
125
|
+
columnMenuShowColumns: 'Ցուցադրել սյունակները',
|
|
126
|
+
columnMenuManageColumns: 'Կառավարել սյունակները',
|
|
127
|
+
columnMenuFilter: 'Զտիչ',
|
|
128
|
+
columnMenuHideColumn: 'Թաքցնել',
|
|
129
|
+
columnMenuUnsort: 'Մաքրել դասավորումը',
|
|
130
|
+
columnMenuSortAsc: 'Աճման կարգով դասավորել',
|
|
131
|
+
columnMenuSortDesc: 'Նվազման կարգով դասավորել',
|
|
132
|
+
// columnMenuManagePivot: 'Manage pivot',
|
|
133
|
+
|
|
134
|
+
// Column header text
|
|
135
|
+
columnHeaderFiltersTooltipActive: count => {
|
|
136
|
+
let pluralForm = 'ակտիվ զտիչներ';
|
|
137
|
+
if (count === 1) {
|
|
138
|
+
pluralForm = 'ակտիվ զտիչ';
|
|
139
|
+
}
|
|
140
|
+
return `${count} ${pluralForm}`;
|
|
141
|
+
},
|
|
142
|
+
columnHeaderFiltersLabel: 'Ցուցադրել զտիչները',
|
|
143
|
+
columnHeaderSortIconLabel: 'Դասավորել',
|
|
144
|
+
// Rows selected footer text
|
|
145
|
+
footerRowSelected: count => {
|
|
146
|
+
let pluralForm = 'ընտրված տող';
|
|
147
|
+
if (count === 1) {
|
|
148
|
+
pluralForm = 'ընտրված տող';
|
|
149
|
+
} else {
|
|
150
|
+
pluralForm = 'ընտրված տողեր';
|
|
151
|
+
}
|
|
152
|
+
return `${count} ${pluralForm}`;
|
|
153
|
+
},
|
|
154
|
+
// Total row amount footer text
|
|
155
|
+
footerTotalRows: 'Ընդամենը տողեր:',
|
|
156
|
+
// Total visible row amount footer text
|
|
157
|
+
footerTotalVisibleRows: (visibleCount, totalCount) => {
|
|
158
|
+
return `${visibleCount.toLocaleString()} / ${totalCount.toLocaleString()}`;
|
|
159
|
+
},
|
|
160
|
+
// Checkbox selection text
|
|
161
|
+
checkboxSelectionHeaderName: 'Տողի ընտրություն',
|
|
162
|
+
checkboxSelectionSelectAllRows: 'Ընտրել բոլոր տողերը',
|
|
163
|
+
checkboxSelectionUnselectAllRows: 'Չընտրել բոլոր տողերը',
|
|
164
|
+
checkboxSelectionSelectRow: 'Ընտրել տողը',
|
|
165
|
+
checkboxSelectionUnselectRow: 'Չընտրել տողը',
|
|
166
|
+
// Boolean cell text
|
|
167
|
+
booleanCellTrueLabel: 'այո',
|
|
168
|
+
booleanCellFalseLabel: 'ոչ',
|
|
169
|
+
// Actions cell more text
|
|
170
|
+
actionsCellMore: 'ավելին',
|
|
171
|
+
// Column pinning text
|
|
172
|
+
pinToLeft: 'Կցել ձախ',
|
|
173
|
+
pinToRight: 'Կցել աջ',
|
|
174
|
+
unpin: 'Անջատել',
|
|
175
|
+
// Tree Data
|
|
176
|
+
treeDataGroupingHeaderName: 'Խումբ',
|
|
177
|
+
treeDataExpand: 'Բացել ենթատողերը',
|
|
178
|
+
treeDataCollapse: 'Փակել ենթատողերը',
|
|
179
|
+
// Grouping columns
|
|
180
|
+
groupingColumnHeaderName: 'Խմբավորում',
|
|
181
|
+
groupColumn: name => `Խմբավորել ըստ ${name}`,
|
|
182
|
+
unGroupColumn: name => `Չխմբավորել ըստ ${name}`,
|
|
183
|
+
// Master/detail
|
|
184
|
+
detailPanelToggle: 'Փոխարկել մանրամասն տեսքը',
|
|
185
|
+
expandDetailPanel: 'Բացել',
|
|
186
|
+
collapseDetailPanel: 'Փակել',
|
|
187
|
+
// Pagination
|
|
188
|
+
// paginationRowsPerPage: 'Rows per page:',
|
|
189
|
+
// paginationDisplayedRows: ({
|
|
190
|
+
// from,
|
|
191
|
+
// to,
|
|
192
|
+
// count,
|
|
193
|
+
// estimated
|
|
194
|
+
// }) => {
|
|
195
|
+
// if (!estimated) {
|
|
196
|
+
// return `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`;
|
|
197
|
+
// }
|
|
198
|
+
// const estimatedLabel = estimated && estimated > to ? `around ${estimated}` : `more than ${to}`;
|
|
199
|
+
// return `${from}–${to} of ${count !== -1 ? count : estimatedLabel}`;
|
|
200
|
+
// },
|
|
201
|
+
// paginationItemAriaLabel: type => {
|
|
202
|
+
// if (type === 'first') {
|
|
203
|
+
// return 'Go to first page';
|
|
204
|
+
// }
|
|
205
|
+
// if (type === 'last') {
|
|
206
|
+
// return 'Go to last page';
|
|
207
|
+
// }
|
|
208
|
+
// if (type === 'next') {
|
|
209
|
+
// return 'Go to next page';
|
|
210
|
+
// }
|
|
211
|
+
// // if (type === 'previous') {
|
|
212
|
+
// return 'Go to previous page';
|
|
213
|
+
// },
|
|
214
|
+
|
|
215
|
+
// Row reordering text
|
|
216
|
+
rowReorderingHeaderName: 'Տողերի վերադասավորում',
|
|
217
|
+
// Aggregation
|
|
218
|
+
aggregationMenuItemHeader: 'Ագրեգացում',
|
|
219
|
+
aggregationFunctionLabelSum: 'գումար',
|
|
220
|
+
aggregationFunctionLabelAvg: 'միջին',
|
|
221
|
+
aggregationFunctionLabelMin: 'մինիմում',
|
|
222
|
+
aggregationFunctionLabelMax: 'մաքսիմում',
|
|
223
|
+
aggregationFunctionLabelSize: 'քանակ'
|
|
224
|
+
|
|
225
|
+
// Pivot panel
|
|
226
|
+
// pivotToggleLabel: 'Pivot',
|
|
227
|
+
// pivotRows: 'Rows',
|
|
228
|
+
// pivotColumns: 'Columns',
|
|
229
|
+
// pivotValues: 'Values',
|
|
230
|
+
// pivotCloseButton: 'Close pivot settings',
|
|
231
|
+
// pivotSearchButton: 'Search fields',
|
|
232
|
+
// pivotSearchControlPlaceholder: 'Search fields',
|
|
233
|
+
// pivotSearchControlLabel: 'Search fields',
|
|
234
|
+
// pivotSearchControlClear: 'Clear search',
|
|
235
|
+
// pivotNoFields: 'No fields',
|
|
236
|
+
// pivotMenuMoveUp: 'Move up',
|
|
237
|
+
// pivotMenuMoveDown: 'Move down',
|
|
238
|
+
// pivotMenuMoveToTop: 'Move to top',
|
|
239
|
+
// pivotMenuMoveToBottom: 'Move to bottom',
|
|
240
|
+
// pivotMenuRows: 'Rows',
|
|
241
|
+
// pivotMenuColumns: 'Columns',
|
|
242
|
+
// pivotMenuValues: 'Values',
|
|
243
|
+
// pivotMenuOptions: 'Field options',
|
|
244
|
+
// pivotMenuAddToRows: 'Add to Rows',
|
|
245
|
+
// pivotMenuAddToColumns: 'Add to Columns',
|
|
246
|
+
// pivotMenuAddToValues: 'Add to Values',
|
|
247
|
+
// pivotMenuRemove: 'Remove',
|
|
248
|
+
// pivotDragToRows: 'Drag here to create rows',
|
|
249
|
+
// pivotDragToColumns: 'Drag here to create columns',
|
|
250
|
+
// pivotDragToValues: 'Drag here to create values',
|
|
251
|
+
// pivotYearColumnHeaderName: '(Year)',
|
|
252
|
+
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
253
|
+
|
|
254
|
+
// AI Assistant panel
|
|
255
|
+
// aiAssistantPanelTitle: 'AI Assistant',
|
|
256
|
+
// aiAssistantPanelClose: 'Close AI Assistant',
|
|
257
|
+
// aiAssistantPanelNewConversation: 'New conversation',
|
|
258
|
+
// aiAssistantPanelConversationHistory: 'Conversation history',
|
|
259
|
+
// aiAssistantPanelEmptyConversation: 'No prompt history',
|
|
260
|
+
// aiAssistantSuggestions: 'Suggestions',
|
|
261
|
+
|
|
262
|
+
// Prompt field
|
|
263
|
+
// promptFieldLabel: 'Prompt',
|
|
264
|
+
// promptFieldPlaceholder: 'Type a prompt…',
|
|
265
|
+
// promptFieldPlaceholderWithRecording: 'Type or record a prompt…',
|
|
266
|
+
// promptFieldPlaceholderListening: 'Listening for prompt…',
|
|
267
|
+
// promptFieldSpeechRecognitionNotSupported: 'Speech recognition is not supported in this browser',
|
|
268
|
+
// promptFieldSend: 'Send',
|
|
269
|
+
// promptFieldRecord: 'Record',
|
|
270
|
+
// promptFieldStopRecording: 'Stop recording',
|
|
271
|
+
|
|
272
|
+
// Prompt
|
|
273
|
+
// promptRerun: 'Run again',
|
|
274
|
+
// promptProcessing: 'Processing…',
|
|
275
|
+
// promptAppliedChanges: 'Applied changes',
|
|
276
|
+
|
|
277
|
+
// Prompt changes
|
|
278
|
+
// promptChangeGroupDescription: (column: string) => `Group by ${column}`,
|
|
279
|
+
// promptChangeAggregationLabel: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
280
|
+
// promptChangeAggregationDescription: (column: string, aggregation: string) => `Aggregate ${column} (${aggregation})`,
|
|
281
|
+
// promptChangeFilterLabel: (column: string, operator: string, value: string) => {
|
|
282
|
+
// if (operator === 'is any of') {
|
|
283
|
+
// return `${column} is any of: ${value}`;
|
|
284
|
+
// }
|
|
285
|
+
// return `${column} ${operator} ${value}`;
|
|
286
|
+
// },
|
|
287
|
+
// promptChangeFilterDescription: (column: string, operator: string, value: string) => {
|
|
288
|
+
// if (operator === 'is any of') {
|
|
289
|
+
// return `Filter where ${column} is any of: ${value}`;
|
|
290
|
+
// }
|
|
291
|
+
// return `Filter where ${column} ${operator} ${value}`;
|
|
292
|
+
// },
|
|
293
|
+
// promptChangeSortDescription: (column: string, direction: string) => `Sort by ${column} (${direction})`,
|
|
294
|
+
// promptChangePivotEnableLabel: 'Pivot',
|
|
295
|
+
// promptChangePivotEnableDescription: 'Enable pivot',
|
|
296
|
+
// promptChangePivotColumnsLabel: (count: number) => `Columns (${count})`,
|
|
297
|
+
// promptChangePivotColumnsDescription: (column: string, direction: string) => `${column}${direction ? ` (${direction})` : ''}`,
|
|
298
|
+
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
299
|
+
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
300
|
+
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
301
|
+
};
|
|
302
|
+
const hyAM = exports.hyAM = (0, _getGridLocalization.getGridLocalization)(hyAMGrid);
|
package/locales/index.d.ts
CHANGED
package/locales/index.js
CHANGED
|
@@ -168,6 +168,17 @@ Object.keys(_huHU).forEach(function (key) {
|
|
|
168
168
|
}
|
|
169
169
|
});
|
|
170
170
|
});
|
|
171
|
+
var _hyAM = require("./hyAM");
|
|
172
|
+
Object.keys(_hyAM).forEach(function (key) {
|
|
173
|
+
if (key === "default" || key === "__esModule") return;
|
|
174
|
+
if (key in exports && exports[key] === _hyAM[key]) return;
|
|
175
|
+
Object.defineProperty(exports, key, {
|
|
176
|
+
enumerable: true,
|
|
177
|
+
get: function () {
|
|
178
|
+
return _hyAM[key];
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
});
|
|
171
182
|
var _itIT = require("./itIT");
|
|
172
183
|
Object.keys(_itIT).forEach(function (key) {
|
|
173
184
|
if (key === "default" || key === "__esModule") return;
|
package/locales/ptPT.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ptPT: import("../internals").Localization;
|
|
1
|
+
export declare const ptPT: import("../internals/index.js").Localization;
|
package/locales/zhHK.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const zhHK: import("../internals").Localization;
|
|
1
|
+
export declare const zhHK: import("../internals/index.js").Localization;
|
package/material/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { GridIconSlotsComponent } from
|
|
2
|
-
import type { GridBaseSlots } from
|
|
1
|
+
import type { GridIconSlotsComponent } from "../models/index.js";
|
|
2
|
+
import type { GridBaseSlots } from "../models/gridSlotsComponent.js";
|
|
3
3
|
import "./augmentation.js";
|
|
4
4
|
export { useMaterialCSSVariables } from "./variables.js";
|
|
5
5
|
declare const materialSlots: GridBaseSlots & GridIconSlotsComponent;
|
package/material/index.js
CHANGED
|
@@ -552,7 +552,12 @@ function BasePopper(props) {
|
|
|
552
552
|
} = props,
|
|
553
553
|
rest = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded21);
|
|
554
554
|
const modifiers = React.useMemo(() => {
|
|
555
|
-
const result = [
|
|
555
|
+
const result = [{
|
|
556
|
+
name: 'preventOverflow',
|
|
557
|
+
options: {
|
|
558
|
+
padding: 8
|
|
559
|
+
}
|
|
560
|
+
}];
|
|
556
561
|
if (flip) {
|
|
557
562
|
result.push({
|
|
558
563
|
name: 'flip',
|
package/material/variables.js
CHANGED
|
@@ -12,7 +12,7 @@ var _cssVariables = require("../constants/cssVariables");
|
|
|
12
12
|
function useMaterialCSSVariables() {
|
|
13
13
|
const theme = (0, _styles.useTheme)();
|
|
14
14
|
return React.useMemo(() => {
|
|
15
|
-
const id = (0, _hash.hash)(
|
|
15
|
+
const id = (0, _hash.hash)((0, _hash.stringify)(theme));
|
|
16
16
|
const variables = transformTheme(theme);
|
|
17
17
|
return {
|
|
18
18
|
id,
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import type { GridColumnApi } from
|
|
2
|
-
import type { GridColumnMenuApi } from
|
|
3
|
-
import type { GridCoreApi, GridCorePrivateApi } from
|
|
4
|
-
import type { GridCsvExportApi } from
|
|
5
|
-
import type { GridDensityApi } from
|
|
6
|
-
import type { GridEditingApi, GridEditingPrivateApi } from
|
|
7
|
-
import type { GridFilterApi } from
|
|
8
|
-
import type { GridFocusApi, GridFocusPrivateApi } from
|
|
9
|
-
import type { GridLocaleTextApi } from
|
|
10
|
-
import type { GridParamsApi, GridParamsPrivateApi } from
|
|
11
|
-
import type { GridPreferencesPanelApi } from
|
|
12
|
-
import type { GridPrintExportApi } from
|
|
13
|
-
import type { GridRowApi, GridRowProPrivateApi } from
|
|
14
|
-
import type { GridRowsMetaApi, GridRowsMetaPrivateApi } from
|
|
15
|
-
import type { GridRowSelectionApi } from
|
|
16
|
-
import type { GridSortApi } from
|
|
17
|
-
import type { GridStateApi, GridStatePrivateApi } from
|
|
18
|
-
import type { GridLoggerApi } from
|
|
19
|
-
import type { GridScrollApi } from
|
|
20
|
-
import type { GridVirtualizationApi, GridVirtualizationPrivateApi } from
|
|
21
|
-
import type { GridPipeProcessingApi, GridPipeProcessingPrivateApi } from
|
|
22
|
-
import type { GridColumnSpanningApi, GridColumnSpanningPrivateApi } from
|
|
23
|
-
import type { GridStrategyProcessingApi } from
|
|
24
|
-
import type { GridDimensionsApi, GridDimensionsPrivateApi } from
|
|
25
|
-
import type { GridPaginationApi } from
|
|
26
|
-
import type { GridStatePersistenceApi } from
|
|
27
|
-
import type { GridColumnGroupingApi } from
|
|
28
|
-
import type { GridInitialStateCommunity, GridStateCommunity } from
|
|
29
|
-
import type { GridHeaderFilteringApi, GridHeaderFilteringPrivateApi } from
|
|
30
|
-
import type { DataGridProcessedProps } from
|
|
31
|
-
import type { GridColumnResizeApi } from
|
|
32
|
-
import type { GridPivotingPrivateApiCommunity } from
|
|
1
|
+
import type { GridColumnApi } from "./gridColumnApi.js";
|
|
2
|
+
import type { GridColumnMenuApi } from "./gridColumnMenuApi.js";
|
|
3
|
+
import type { GridCoreApi, GridCorePrivateApi } from "./gridCoreApi.js";
|
|
4
|
+
import type { GridCsvExportApi } from "./gridCsvExportApi.js";
|
|
5
|
+
import type { GridDensityApi } from "./gridDensityApi.js";
|
|
6
|
+
import type { GridEditingApi, GridEditingPrivateApi } from "./gridEditingApi.js";
|
|
7
|
+
import type { GridFilterApi } from "./gridFilterApi.js";
|
|
8
|
+
import type { GridFocusApi, GridFocusPrivateApi } from "./gridFocusApi.js";
|
|
9
|
+
import type { GridLocaleTextApi } from "./gridLocaleTextApi.js";
|
|
10
|
+
import type { GridParamsApi, GridParamsPrivateApi } from "./gridParamsApi.js";
|
|
11
|
+
import type { GridPreferencesPanelApi } from "./gridPreferencesPanelApi.js";
|
|
12
|
+
import type { GridPrintExportApi } from "./gridPrintExportApi.js";
|
|
13
|
+
import type { GridRowApi, GridRowProPrivateApi } from "./gridRowApi.js";
|
|
14
|
+
import type { GridRowsMetaApi, GridRowsMetaPrivateApi } from "./gridRowsMetaApi.js";
|
|
15
|
+
import type { GridRowSelectionApi } from "./gridRowSelectionApi.js";
|
|
16
|
+
import type { GridSortApi } from "./gridSortApi.js";
|
|
17
|
+
import type { GridStateApi, GridStatePrivateApi } from "./gridStateApi.js";
|
|
18
|
+
import type { GridLoggerApi } from "./gridLoggerApi.js";
|
|
19
|
+
import type { GridScrollApi } from "./gridScrollApi.js";
|
|
20
|
+
import type { GridVirtualizationApi, GridVirtualizationPrivateApi } from "./gridVirtualizationApi.js";
|
|
21
|
+
import type { GridPipeProcessingApi, GridPipeProcessingPrivateApi } from "../../hooks/core/pipeProcessing/index.js";
|
|
22
|
+
import type { GridColumnSpanningApi, GridColumnSpanningPrivateApi } from "./gridColumnSpanning.js";
|
|
23
|
+
import type { GridStrategyProcessingApi } from "../../hooks/core/strategyProcessing/index.js";
|
|
24
|
+
import type { GridDimensionsApi, GridDimensionsPrivateApi } from "../../hooks/features/dimensions/gridDimensionsApi.js";
|
|
25
|
+
import type { GridPaginationApi } from "../../hooks/features/pagination/index.js";
|
|
26
|
+
import type { GridStatePersistenceApi } from "../../hooks/features/statePersistence/index.js";
|
|
27
|
+
import type { GridColumnGroupingApi } from "./gridColumnGroupingApi.js";
|
|
28
|
+
import type { GridInitialStateCommunity, GridStateCommunity } from "../gridStateCommunity.js";
|
|
29
|
+
import type { GridHeaderFilteringApi, GridHeaderFilteringPrivateApi } from "./gridHeaderFilteringApi.js";
|
|
30
|
+
import type { DataGridProcessedProps } from "../props/DataGridProps.js";
|
|
31
|
+
import type { GridColumnResizeApi } from "../../hooks/features/columnResize/index.js";
|
|
32
|
+
import type { GridPivotingPrivateApiCommunity } from "../../hooks/features/pivoting/gridPivotingInterfaces.js";
|
|
33
33
|
export interface GridApiCommon<GridState extends GridStateCommunity = any, GridInitialState extends GridInitialStateCommunity = any> extends GridCoreApi, GridPipeProcessingApi, GridDensityApi, GridDimensionsApi, GridRowApi, GridRowsMetaApi, GridEditingApi, GridParamsApi, GridColumnApi, GridRowSelectionApi, GridSortApi, GridPaginationApi, GridCsvExportApi, GridFocusApi, GridFilterApi, GridColumnMenuApi, GridPreferencesPanelApi, GridPrintExportApi, GridVirtualizationApi, GridLocaleTextApi, GridScrollApi, GridColumnSpanningApi, GridStateApi<GridState>, GridStatePersistenceApi<GridInitialState>, GridColumnGroupingApi, GridHeaderFilteringApi, GridColumnResizeApi {}
|
|
34
34
|
export interface GridPrivateOnlyApiCommon<Api extends GridApiCommon, PrivateApi extends GridPrivateApiCommon, Props extends DataGridProcessedProps> extends GridCorePrivateApi<Api, PrivateApi, Props>, GridStatePrivateApi<PrivateApi['state']>, GridPipeProcessingPrivateApi, GridStrategyProcessingApi, GridColumnSpanningPrivateApi, GridRowsMetaPrivateApi, GridDimensionsPrivateApi, GridEditingPrivateApi, GridLoggerApi, GridFocusPrivateApi, GridHeaderFilteringPrivateApi, GridVirtualizationPrivateApi, GridRowProPrivateApi, GridParamsPrivateApi, GridPivotingPrivateApiCommunity {}
|
|
35
35
|
export interface GridPrivateApiCommon extends GridApiCommon, GridPrivateOnlyApiCommon<GridApiCommon, GridPrivateApiCommon, DataGridProcessedProps> {}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { GridDataSourceApi } from
|
|
2
|
-
import type { GridInitialStateCommunity, GridStateCommunity } from
|
|
3
|
-
import type { DataGridProcessedProps } from
|
|
4
|
-
import type { GridApiCommon, GridPrivateOnlyApiCommon } from
|
|
5
|
-
import type { GridColumnReorderApi } from
|
|
6
|
-
import type { GridRowProApi } from
|
|
7
|
-
import type { GridRowMultiSelectionApi } from
|
|
1
|
+
import type { GridDataSourceApi } from "../../hooks/features/dataSource/models.js";
|
|
2
|
+
import type { GridInitialStateCommunity, GridStateCommunity } from "../gridStateCommunity.js";
|
|
3
|
+
import type { DataGridProcessedProps } from "../props/DataGridProps.js";
|
|
4
|
+
import type { GridApiCommon, GridPrivateOnlyApiCommon } from "./gridApiCommon.js";
|
|
5
|
+
import type { GridColumnReorderApi } from "./gridColumnApi.js";
|
|
6
|
+
import type { GridRowProApi } from "./gridRowApi.js";
|
|
7
|
+
import type { GridRowMultiSelectionApi } from "./gridRowSelectionApi.js";
|
|
8
8
|
/**
|
|
9
9
|
* The API of the community version of the Data Grid.
|
|
10
10
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { GridControlledStateReasonLookup } from
|
|
2
|
-
import type { GridApiCommon } from
|
|
1
|
+
import type { GridControlledStateReasonLookup } from "../events/gridEventLookup.js";
|
|
2
|
+
import type { GridApiCommon } from "./gridApiCommon.js";
|
|
3
3
|
/**
|
|
4
4
|
* Additional details passed to the callbacks
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GridColDef, GridStateColDef } from "../colDef/gridColDef.js";
|
|
2
|
-
import type { GridColumnVisibilityModel } from
|
|
2
|
+
import type { GridColumnVisibilityModel } from "../../hooks/features/columns/gridColumnsInterfaces.js";
|
|
3
3
|
/**
|
|
4
4
|
* The column API interface that is available in the grid [[apiRef]].
|
|
5
5
|
* TODO: Differentiate interfaces based on the plan
|