@gooddata/sdk-ui-pivot 11.41.0-alpha.3 → 11.41.0-alpha.5
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/esm/CorePivotTable.d.ts +1 -0
- package/esm/CorePivotTable.d.ts.map +1 -0
- package/esm/PivotTable.d.ts +1 -0
- package/esm/PivotTable.d.ts.map +1 -0
- package/esm/columnWidths.d.ts +1 -0
- package/esm/columnWidths.d.ts.map +1 -0
- package/esm/components/PivotTableError.d.ts +1 -0
- package/esm/components/PivotTableError.d.ts.map +1 -0
- package/esm/components/PivotTableLoading.d.ts +1 -0
- package/esm/components/PivotTableLoading.d.ts.map +1 -0
- package/esm/components/utils/callbackHelpers.d.ts +1 -0
- package/esm/components/utils/callbackHelpers.d.ts.map +1 -0
- package/esm/components/utils/configDelegation.d.ts +1 -0
- package/esm/components/utils/configDelegation.d.ts.map +1 -0
- package/esm/components/utils/pivotTableDefaults.d.ts +1 -0
- package/esm/components/utils/pivotTableDefaults.d.ts.map +1 -0
- package/esm/impl/base/agApiWrapper.d.ts +1 -0
- package/esm/impl/base/agApiWrapper.d.ts.map +1 -0
- package/esm/impl/base/agColumnWrapper.d.ts +1 -0
- package/esm/impl/base/agColumnWrapper.d.ts.map +1 -0
- package/esm/impl/base/agUtils.d.ts +1 -0
- package/esm/impl/base/agUtils.d.ts.map +1 -0
- package/esm/impl/base/constants.d.ts +1 -0
- package/esm/impl/base/constants.d.ts.map +1 -0
- package/esm/impl/cell/cellClass.d.ts +1 -0
- package/esm/impl/cell/cellClass.d.ts.map +1 -0
- package/esm/impl/cell/cellRenderer.d.ts +1 -0
- package/esm/impl/cell/cellRenderer.d.ts.map +1 -0
- package/esm/impl/cell/cellUtils.d.ts +1 -0
- package/esm/impl/cell/cellUtils.d.ts.map +1 -0
- package/esm/impl/cell/onCellClick.d.ts +1 -0
- package/esm/impl/cell/onCellClick.d.ts.map +1 -0
- package/esm/impl/cell/onCellKeyDown.d.ts +1 -0
- package/esm/impl/cell/onCellKeyDown.d.ts.map +1 -0
- package/esm/impl/config/tableConfigAccessors.d.ts +1 -0
- package/esm/impl/config/tableConfigAccessors.d.ts.map +1 -0
- package/esm/impl/config/tableConfigUtils.d.ts +1 -0
- package/esm/impl/config/tableConfigUtils.d.ts.map +1 -0
- package/esm/impl/data/dataSource.d.ts +1 -0
- package/esm/impl/data/dataSource.d.ts.map +1 -0
- package/esm/impl/data/dataSourceUtils.d.ts +1 -0
- package/esm/impl/data/dataSourceUtils.d.ts.map +1 -0
- package/esm/impl/data/resultTypes.d.ts +1 -0
- package/esm/impl/data/resultTypes.d.ts.map +1 -0
- package/esm/impl/data/rowFactory.d.ts +1 -0
- package/esm/impl/data/rowFactory.d.ts.map +1 -0
- package/esm/impl/data/rowGroupingProvider.d.ts +1 -0
- package/esm/impl/data/rowGroupingProvider.d.ts.map +1 -0
- package/esm/impl/drilling/cellDrillabilityPredicate.d.ts +1 -0
- package/esm/impl/drilling/cellDrillabilityPredicate.d.ts.map +1 -0
- package/esm/impl/drilling/colDrillHeadersFactory.d.ts +1 -0
- package/esm/impl/drilling/colDrillHeadersFactory.d.ts.map +1 -0
- package/esm/impl/drilling/drillIntersectionFactory.d.ts +1 -0
- package/esm/impl/drilling/drillIntersectionFactory.d.ts.map +1 -0
- package/esm/impl/drilling/drillTargets.d.ts +1 -0
- package/esm/impl/drilling/drillTargets.d.ts.map +1 -0
- package/esm/impl/drilling/drilledRowFactory.d.ts +1 -0
- package/esm/impl/drilling/drilledRowFactory.d.ts.map +1 -0
- package/esm/impl/eventHandlers/aggregationEventHandlers.d.ts +1 -0
- package/esm/impl/eventHandlers/aggregationEventHandlers.d.ts.map +1 -0
- package/esm/impl/eventHandlers/dataLoadingEventHandlers.d.ts +1 -0
- package/esm/impl/eventHandlers/dataLoadingEventHandlers.d.ts.map +1 -0
- package/esm/impl/eventHandlers/dataRenderHandlers.d.ts +1 -0
- package/esm/impl/eventHandlers/dataRenderHandlers.d.ts.map +1 -0
- package/esm/impl/eventHandlers/gridEventHandlers.d.ts +1 -0
- package/esm/impl/eventHandlers/gridEventHandlers.d.ts.map +1 -0
- package/esm/impl/eventHandlers/resizeEventHandlers.d.ts +1 -0
- package/esm/impl/eventHandlers/resizeEventHandlers.d.ts.map +1 -0
- package/esm/impl/eventHandlers/scrollEventHandlers.d.ts +1 -0
- package/esm/impl/eventHandlers/scrollEventHandlers.d.ts.map +1 -0
- package/esm/impl/eventHandlers/sortingEventHandlers.d.ts +1 -0
- package/esm/impl/eventHandlers/sortingEventHandlers.d.ts.map +1 -0
- package/esm/impl/execution/executionAbortManager.d.ts +1 -0
- package/esm/impl/execution/executionAbortManager.d.ts.map +1 -0
- package/esm/impl/gridOptions.d.ts +1 -0
- package/esm/impl/gridOptions.d.ts.map +1 -0
- package/esm/impl/height/heightCalculationManager.d.ts +1 -0
- package/esm/impl/height/heightCalculationManager.d.ts.map +1 -0
- package/esm/impl/privateTypes.d.ts +1 -0
- package/esm/impl/privateTypes.d.ts.map +1 -0
- package/esm/impl/resizing/columnSizing.d.ts +1 -0
- package/esm/impl/resizing/columnSizing.d.ts.map +1 -0
- package/esm/impl/stickyRow/stickyRowManager.d.ts +1 -0
- package/esm/impl/stickyRow/stickyRowManager.d.ts.map +1 -0
- package/esm/impl/stickyRowHandler.d.ts +1 -0
- package/esm/impl/stickyRowHandler.d.ts.map +1 -0
- package/esm/impl/structure/colAccessors.d.ts +1 -0
- package/esm/impl/structure/colAccessors.d.ts.map +1 -0
- package/esm/impl/structure/colDefFactory.d.ts +1 -0
- package/esm/impl/structure/colDefFactory.d.ts.map +1 -0
- package/esm/impl/structure/colDefHeaderClass.d.ts +1 -0
- package/esm/impl/structure/colDefHeaderClass.d.ts.map +1 -0
- package/esm/impl/structure/colDefTemplates.d.ts +1 -0
- package/esm/impl/structure/colDefTemplates.d.ts.map +1 -0
- package/esm/impl/structure/colLocatorFactory.d.ts +1 -0
- package/esm/impl/structure/colLocatorFactory.d.ts.map +1 -0
- package/esm/impl/structure/colLocatorMatching.d.ts +1 -0
- package/esm/impl/structure/colLocatorMatching.d.ts.map +1 -0
- package/esm/impl/structure/colSortItemFactory.d.ts +1 -0
- package/esm/impl/structure/colSortItemFactory.d.ts.map +1 -0
- package/esm/impl/structure/colSortItemMatching.d.ts +1 -0
- package/esm/impl/structure/colSortItemMatching.d.ts.map +1 -0
- package/esm/impl/structure/headers/AggregationsMenu.d.ts +1 -0
- package/esm/impl/structure/headers/AggregationsMenu.d.ts.map +1 -0
- package/esm/impl/structure/headers/AggregationsSubMenu.d.ts +1 -0
- package/esm/impl/structure/headers/AggregationsSubMenu.d.ts.map +1 -0
- package/esm/impl/structure/headers/AggregationsSubMenuItems.d.ts +1 -0
- package/esm/impl/structure/headers/AggregationsSubMenuItems.d.ts.map +1 -0
- package/esm/impl/structure/headers/ColumnGroupHeader.d.ts +1 -0
- package/esm/impl/structure/headers/ColumnGroupHeader.d.ts.map +1 -0
- package/esm/impl/structure/headers/ColumnHeader.d.ts +1 -0
- package/esm/impl/structure/headers/ColumnHeader.d.ts.map +1 -0
- package/esm/impl/structure/headers/ColumnTotalGroupHeader.d.ts +1 -0
- package/esm/impl/structure/headers/ColumnTotalGroupHeader.d.ts.map +1 -0
- package/esm/impl/structure/headers/ColumnTotalHeader.d.ts +1 -0
- package/esm/impl/structure/headers/ColumnTotalHeader.d.ts.map +1 -0
- package/esm/impl/structure/headers/HeaderCell.d.ts +1 -0
- package/esm/impl/structure/headers/HeaderCell.d.ts.map +1 -0
- package/esm/impl/structure/headers/MixedValuesColumnHeader.d.ts +1 -0
- package/esm/impl/structure/headers/MixedValuesColumnHeader.d.ts.map +1 -0
- package/esm/impl/structure/headers/TotalHeaderCell.d.ts +1 -0
- package/esm/impl/structure/headers/TotalHeaderCell.d.ts.map +1 -0
- package/esm/impl/structure/headers/aggregationsMenuHelper.d.ts +1 -0
- package/esm/impl/structure/headers/aggregationsMenuHelper.d.ts.map +1 -0
- package/esm/impl/structure/headers/aggregationsMenuTypes.d.ts +1 -0
- package/esm/impl/structure/headers/aggregationsMenuTypes.d.ts.map +1 -0
- package/esm/impl/structure/headers/subMenuIcons/ColumnsIcon.d.ts +1 -0
- package/esm/impl/structure/headers/subMenuIcons/ColumnsIcon.d.ts.map +1 -0
- package/esm/impl/structure/headers/subMenuIcons/RowsIcon.d.ts +1 -0
- package/esm/impl/structure/headers/subMenuIcons/RowsIcon.d.ts.map +1 -0
- package/esm/impl/structure/tableDescriptor.d.ts +1 -0
- package/esm/impl/structure/tableDescriptor.d.ts.map +1 -0
- package/esm/impl/structure/tableDescriptorFactory.d.ts +1 -0
- package/esm/impl/structure/tableDescriptorFactory.d.ts.map +1 -0
- package/esm/impl/structure/tableDescriptorSorting.d.ts +1 -0
- package/esm/impl/structure/tableDescriptorSorting.d.ts.map +1 -0
- package/esm/impl/structure/tableDescriptorTypes.d.ts +1 -0
- package/esm/impl/structure/tableDescriptorTypes.d.ts.map +1 -0
- package/esm/impl/tableFacade.d.ts +1 -0
- package/esm/impl/tableFacade.d.ts.map +1 -0
- package/esm/impl/tableFacadeInitializer.d.ts +1 -0
- package/esm/impl/tableFacadeInitializer.d.ts.map +1 -0
- package/esm/impl/updates/componentUpdateAnalyzer.d.ts +1 -0
- package/esm/impl/updates/componentUpdateAnalyzer.d.ts.map +1 -0
- package/esm/impl/utils.d.ts +1 -0
- package/esm/impl/utils.d.ts.map +1 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/locales.d.ts +1 -0
- package/esm/locales.d.ts.map +1 -0
- package/esm/next/PivotTableNext.d.ts +1 -0
- package/esm/next/PivotTableNext.d.ts.map +1 -0
- package/esm/next/PivotTableNextPluggable.d.ts +1 -0
- package/esm/next/PivotTableNextPluggable.d.ts.map +1 -0
- package/esm/next/components/AvoidResizeFlickering.d.ts +1 -0
- package/esm/next/components/AvoidResizeFlickering.d.ts.map +1 -0
- package/esm/next/components/Cell/AttributeCell.d.ts +1 -0
- package/esm/next/components/Cell/AttributeCell.d.ts.map +1 -0
- package/esm/next/components/Cell/ImageCell.d.ts +1 -0
- package/esm/next/components/Cell/ImageCell.d.ts.map +1 -0
- package/esm/next/components/Cell/MetricCell.d.ts +1 -0
- package/esm/next/components/Cell/MetricCell.d.ts.map +1 -0
- package/esm/next/components/Cell/TransposedMetricCell.d.ts +1 -0
- package/esm/next/components/Cell/TransposedMetricCell.d.ts.map +1 -0
- package/esm/next/components/ErrorComponent.d.ts +1 -0
- package/esm/next/components/ErrorComponent.d.ts.map +1 -0
- package/esm/next/components/Header/AttributeHeader.d.ts +1 -0
- package/esm/next/components/Header/AttributeHeader.d.ts.map +1 -0
- package/esm/next/components/Header/EmptyMeasureGroupHeader.d.ts +1 -0
- package/esm/next/components/Header/EmptyMeasureGroupHeader.d.ts.map +1 -0
- package/esm/next/components/Header/EmptyMeasureGroupValueHeader.d.ts +1 -0
- package/esm/next/components/Header/EmptyMeasureGroupValueHeader.d.ts.map +1 -0
- package/esm/next/components/Header/HeaderCell/HeaderMenu.d.ts +1 -0
- package/esm/next/components/Header/HeaderCell/HeaderMenu.d.ts.map +1 -0
- package/esm/next/components/Header/HeaderCell/HeaderMenuComponents.d.ts +1 -0
- package/esm/next/components/Header/HeaderCell/HeaderMenuComponents.d.ts.map +1 -0
- package/esm/next/components/Header/MeasureGroupHeader.d.ts +1 -0
- package/esm/next/components/Header/MeasureGroupHeader.d.ts.map +1 -0
- package/esm/next/components/Header/MeasureHeader.d.ts +1 -0
- package/esm/next/components/Header/MeasureHeader.d.ts.map +1 -0
- package/esm/next/components/Header/PivotGroupHeader.d.ts +1 -0
- package/esm/next/components/Header/PivotGroupHeader.d.ts.map +1 -0
- package/esm/next/components/Header/SortIndicator.d.ts +1 -0
- package/esm/next/components/Header/SortIndicator.d.ts.map +1 -0
- package/esm/next/components/Header/utils/common.d.ts +1 -0
- package/esm/next/components/Header/utils/common.d.ts.map +1 -0
- package/esm/next/components/Header/utils/constructAggregationsMenuItems.d.ts +1 -0
- package/esm/next/components/Header/utils/constructAggregationsMenuItems.d.ts.map +1 -0
- package/esm/next/components/Header/utils/constructTextWrappingMenuItems.d.ts +1 -0
- package/esm/next/components/Header/utils/constructTextWrappingMenuItems.d.ts.map +1 -0
- package/esm/next/components/LoadingComponent.d.ts +1 -0
- package/esm/next/components/LoadingComponent.d.ts.map +1 -0
- package/esm/next/constants/agGridDefaultProps.d.ts +1 -0
- package/esm/next/constants/agGridDefaultProps.d.ts.map +1 -0
- package/esm/next/constants/internal.d.ts +1 -0
- package/esm/next/constants/internal.d.ts.map +1 -0
- package/esm/next/context/AgGridApiContext.d.ts +1 -0
- package/esm/next/context/AgGridApiContext.d.ts.map +1 -0
- package/esm/next/context/AgGridTokenContext.d.ts +1 -0
- package/esm/next/context/AgGridTokenContext.d.ts.map +1 -0
- package/esm/next/context/ColumnDefsContext.d.ts +1 -0
- package/esm/next/context/ColumnDefsContext.d.ts.map +1 -0
- package/esm/next/context/CurrentDataViewContext.d.ts +1 -0
- package/esm/next/context/CurrentDataViewContext.d.ts.map +1 -0
- package/esm/next/context/DrillableItemsRefContext.d.ts +1 -0
- package/esm/next/context/DrillableItemsRefContext.d.ts.map +1 -0
- package/esm/next/context/HeaderMenuContext.d.ts +1 -0
- package/esm/next/context/HeaderMenuContext.d.ts.map +1 -0
- package/esm/next/context/InitialExecutionContext.d.ts +1 -0
- package/esm/next/context/InitialExecutionContext.d.ts.map +1 -0
- package/esm/next/context/PivotTablePropsContext.d.ts +1 -0
- package/esm/next/context/PivotTablePropsContext.d.ts.map +1 -0
- package/esm/next/context/PivotTableSizingContext.d.ts +1 -0
- package/esm/next/context/PivotTableSizingContext.d.ts.map +1 -0
- package/esm/next/context/RuntimeErrorContext.d.ts +1 -0
- package/esm/next/context/RuntimeErrorContext.d.ts.map +1 -0
- package/esm/next/context/TableReadyContext.d.ts +1 -0
- package/esm/next/context/TableReadyContext.d.ts.map +1 -0
- package/esm/next/features/aggregations/agGridAggregationsApi.d.ts +1 -0
- package/esm/next/features/aggregations/agGridAggregationsApi.d.ts.map +1 -0
- package/esm/next/features/aggregations/applyTotalsToExecutionDef.d.ts +1 -0
- package/esm/next/features/aggregations/applyTotalsToExecutionDef.d.ts.map +1 -0
- package/esm/next/features/aggregations/ordering.d.ts +1 -0
- package/esm/next/features/aggregations/ordering.d.ts.map +1 -0
- package/esm/next/features/columns/agGridColDefsApi.d.ts +1 -0
- package/esm/next/features/columns/agGridColDefsApi.d.ts.map +1 -0
- package/esm/next/features/columns/applyAllFeaturesToColDef.d.ts +1 -0
- package/esm/next/features/columns/applyAllFeaturesToColDef.d.ts.map +1 -0
- package/esm/next/features/columns/attributeColDef.d.ts +1 -0
- package/esm/next/features/columns/attributeColDef.d.ts.map +1 -0
- package/esm/next/features/columns/colDefIdentifiers.d.ts +1 -0
- package/esm/next/features/columns/colDefIdentifiers.d.ts.map +1 -0
- package/esm/next/features/columns/colId.d.ts +1 -0
- package/esm/next/features/columns/colId.d.ts.map +1 -0
- package/esm/next/features/columns/createColDef.d.ts +1 -0
- package/esm/next/features/columns/createColDef.d.ts.map +1 -0
- package/esm/next/features/columns/measureColDef.d.ts +1 -0
- package/esm/next/features/columns/measureColDef.d.ts.map +1 -0
- package/esm/next/features/columns/shared.d.ts +1 -0
- package/esm/next/features/columns/shared.d.ts.map +1 -0
- package/esm/next/features/data/agGridLoadingApi.d.ts +1 -0
- package/esm/next/features/data/agGridLoadingApi.d.ts.map +1 -0
- package/esm/next/features/data/createExecutionDef.d.ts +1 -0
- package/esm/next/features/data/createExecutionDef.d.ts.map +1 -0
- package/esm/next/features/data/createServerSideDataSource.d.ts +1 -0
- package/esm/next/features/data/createServerSideDataSource.d.ts.map +1 -0
- package/esm/next/features/data/dataViewToColDefs.d.ts +1 -0
- package/esm/next/features/data/dataViewToColDefs.d.ts.map +1 -0
- package/esm/next/features/data/dataViewToRowData.d.ts +1 -0
- package/esm/next/features/data/dataViewToRowData.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/attributes.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/attributes.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/constants.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/constants.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/dimensions.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/dimensions.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/execConfig.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/execConfig.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/filters.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/filters.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/measures.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/measures.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/types.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/types.d.ts.map +1 -0
- package/esm/next/features/data/executionDefinition/workspace.d.ts +1 -0
- package/esm/next/features/data/executionDefinition/workspace.d.ts.map +1 -0
- package/esm/next/features/data/loadDataView.d.ts +1 -0
- package/esm/next/features/data/loadDataView.d.ts.map +1 -0
- package/esm/next/features/data/valueFormatter.d.ts +1 -0
- package/esm/next/features/data/valueFormatter.d.ts.map +1 -0
- package/esm/next/features/drilling/applyCellRenderingToColDef.d.ts +1 -0
- package/esm/next/features/drilling/applyCellRenderingToColDef.d.ts.map +1 -0
- package/esm/next/features/drilling/events.d.ts +1 -0
- package/esm/next/features/drilling/events.d.ts.map +1 -0
- package/esm/next/features/drilling/getAvailableDrillTargets.d.ts +1 -0
- package/esm/next/features/drilling/getAvailableDrillTargets.d.ts.map +1 -0
- package/esm/next/features/drilling/headerMapping.d.ts +1 -0
- package/esm/next/features/drilling/headerMapping.d.ts.map +1 -0
- package/esm/next/features/drilling/intersection.d.ts +1 -0
- package/esm/next/features/drilling/intersection.d.ts.map +1 -0
- package/esm/next/features/drilling/isDrillable.d.ts +1 -0
- package/esm/next/features/drilling/isDrillable.d.ts.map +1 -0
- package/esm/next/features/exports/exports.d.ts +1 -0
- package/esm/next/features/exports/exports.d.ts.map +1 -0
- package/esm/next/features/pagination/utils.d.ts +1 -0
- package/esm/next/features/pagination/utils.d.ts.map +1 -0
- package/esm/next/features/pivoting/agGridPivotingApi.d.ts +1 -0
- package/esm/next/features/pivoting/agGridPivotingApi.d.ts.map +1 -0
- package/esm/next/features/pivoting/columnDefinitionToHeaderNames.d.ts +1 -0
- package/esm/next/features/pivoting/columnDefinitionToHeaderNames.d.ts.map +1 -0
- package/esm/next/features/pivoting/columnDefsToPivotGroups.d.ts +1 -0
- package/esm/next/features/pivoting/columnDefsToPivotGroups.d.ts.map +1 -0
- package/esm/next/features/resizing/agGridColumnSizingApi.d.ts +1 -0
- package/esm/next/features/resizing/agGridColumnSizingApi.d.ts.map +1 -0
- package/esm/next/features/resizing/applyColumnWidthsToColDef.d.ts +1 -0
- package/esm/next/features/resizing/applyColumnWidthsToColDef.d.ts.map +1 -0
- package/esm/next/features/resizing/createColumnWidthItemForColumnDefinition.d.ts +1 -0
- package/esm/next/features/resizing/createColumnWidthItemForColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/resizing/getColumnWidthItemForColumnDefinition.d.ts +1 -0
- package/esm/next/features/resizing/getColumnWidthItemForColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/resizing/getColumnWidthItemValue.d.ts +1 -0
- package/esm/next/features/resizing/getColumnWidthItemValue.d.ts.map +1 -0
- package/esm/next/features/resizing/isColumnWidthItemMatch.d.ts +1 -0
- package/esm/next/features/resizing/isColumnWidthItemMatch.d.ts.map +1 -0
- package/esm/next/features/sorting/agGridSortingApi.d.ts +1 -0
- package/esm/next/features/sorting/agGridSortingApi.d.ts.map +1 -0
- package/esm/next/features/sorting/applySortByToColDef.d.ts +1 -0
- package/esm/next/features/sorting/applySortByToColDef.d.ts.map +1 -0
- package/esm/next/features/sorting/applySortByToExecutionDef.d.ts +1 -0
- package/esm/next/features/sorting/applySortByToExecutionDef.d.ts.map +1 -0
- package/esm/next/features/sorting/createSortForColumnDefinition.d.ts +1 -0
- package/esm/next/features/sorting/createSortForColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/sorting/getNextSortState.d.ts +1 -0
- package/esm/next/features/sorting/getNextSortState.d.ts.map +1 -0
- package/esm/next/features/sorting/getSortForColumnDefinition.d.ts +1 -0
- package/esm/next/features/sorting/getSortForColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/sorting/locators.d.ts +1 -0
- package/esm/next/features/sorting/locators.d.ts.map +1 -0
- package/esm/next/features/sorting/sanitizeSortInExecution.d.ts +1 -0
- package/esm/next/features/sorting/sanitizeSortInExecution.d.ts.map +1 -0
- package/esm/next/features/sorting/sortItemsToSortModel.d.ts +1 -0
- package/esm/next/features/sorting/sortItemsToSortModel.d.ts.map +1 -0
- package/esm/next/features/sorting/sortModelToSortItems.d.ts +1 -0
- package/esm/next/features/sorting/sortModelToSortItems.d.ts.map +1 -0
- package/esm/next/features/styling/bem.d.ts +1 -0
- package/esm/next/features/styling/bem.d.ts.map +1 -0
- package/esm/next/features/styling/cell.d.ts +1 -0
- package/esm/next/features/styling/cell.d.ts.map +1 -0
- package/esm/next/features/styling/headerCell.d.ts +1 -0
- package/esm/next/features/styling/headerCell.d.ts.map +1 -0
- package/esm/next/features/styling/icons.d.ts +1 -0
- package/esm/next/features/styling/icons.d.ts.map +1 -0
- package/esm/next/features/textWrapping/agGridTextWrappingOptions.d.ts +1 -0
- package/esm/next/features/textWrapping/agGridTextWrappingOptions.d.ts.map +1 -0
- package/esm/next/features/textWrapping/allowCellWrappingByColumnDefinition.d.ts +1 -0
- package/esm/next/features/textWrapping/allowCellWrappingByColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/textWrapping/applyTextWrappingToColDef.d.ts +1 -0
- package/esm/next/features/textWrapping/applyTextWrappingToColDef.d.ts.map +1 -0
- package/esm/next/features/textWrapping/applyTextWrappingToGroupDef.d.ts +1 -0
- package/esm/next/features/textWrapping/applyTextWrappingToGroupDef.d.ts.map +1 -0
- package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.d.ts +1 -0
- package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.d.ts +1 -0
- package/esm/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts +1 -0
- package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts.map +1 -0
- package/esm/next/features/textWrapping/isColumnTextWrappingItemMatch.d.ts +1 -0
- package/esm/next/features/textWrapping/isColumnTextWrappingItemMatch.d.ts.map +1 -0
- package/esm/next/features/transposition/applyTranspositionToExecutionDef.d.ts +1 -0
- package/esm/next/features/transposition/applyTranspositionToExecutionDef.d.ts.map +1 -0
- package/esm/next/features/transposition/attributeHeaderColDef.d.ts +1 -0
- package/esm/next/features/transposition/attributeHeaderColDef.d.ts.map +1 -0
- package/esm/next/features/transposition/measureGroupHeaderColDef.d.ts +1 -0
- package/esm/next/features/transposition/measureGroupHeaderColDef.d.ts.map +1 -0
- package/esm/next/features/transposition/measureGroupValueColDef.d.ts +1 -0
- package/esm/next/features/transposition/measureGroupValueColDef.d.ts.map +1 -0
- package/esm/next/features/transposition/totalHeaderColDef.d.ts +1 -0
- package/esm/next/features/transposition/totalHeaderColDef.d.ts.map +1 -0
- package/esm/next/hooks/columns/useGetAgGridColumns.d.ts +1 -0
- package/esm/next/hooks/columns/useGetAgGridColumns.d.ts.map +1 -0
- package/esm/next/hooks/columns/useSetAgGridPivotResultColumns.d.ts +1 -0
- package/esm/next/hooks/columns/useSetAgGridPivotResultColumns.d.ts.map +1 -0
- package/esm/next/hooks/columns/useUpdateAgGridColumnDefs.d.ts +1 -0
- package/esm/next/hooks/columns/useUpdateAgGridColumnDefs.d.ts.map +1 -0
- package/esm/next/hooks/drilling/useSyncDrillableItems.d.ts +1 -0
- package/esm/next/hooks/drilling/useSyncDrillableItems.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderCellAriaLabel.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderCellAriaLabel.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderDrilling.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderDrilling.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderGroupDrilling.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderGroupDrilling.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderMenu.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderMenu.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderMenuAggregations.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderMenuAggregations.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderMenuKeyboard.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderMenuKeyboard.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderMenuSorting.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderMenuSorting.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderMenuTextWrapping.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderMenuTextWrapping.d.ts.map +1 -0
- package/esm/next/hooks/header/useHeaderSpaceKey.d.ts +1 -0
- package/esm/next/hooks/header/useHeaderSpaceKey.d.ts.map +1 -0
- package/esm/next/hooks/init/useInitExecution.d.ts +1 -0
- package/esm/next/hooks/init/useInitExecution.d.ts.map +1 -0
- package/esm/next/hooks/init/useInitExecutionResult.d.ts +1 -0
- package/esm/next/hooks/init/useInitExecutionResult.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useColumnSizingDefault.d.ts +1 -0
- package/esm/next/hooks/resizing/useColumnSizingDefault.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useColumnSizingForAutoResize.d.ts +1 -0
- package/esm/next/hooks/resizing/useColumnSizingForAutoResize.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpace.d.ts +1 -0
- package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpace.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts +1 -0
- package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useColumnSizingProps.d.ts +1 -0
- package/esm/next/hooks/resizing/useColumnSizingProps.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useInitSizingForEmptyData.d.ts +1 -0
- package/esm/next/hooks/resizing/useInitSizingForEmptyData.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useInitialAutoResizeVisibility.d.ts +1 -0
- package/esm/next/hooks/resizing/useInitialAutoResizeVisibility.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useManualResize.d.ts +1 -0
- package/esm/next/hooks/resizing/useManualResize.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useSyncColumnWidths.d.ts +1 -0
- package/esm/next/hooks/resizing/useSyncColumnWidths.d.ts.map +1 -0
- package/esm/next/hooks/resizing/useVirtualColumnAutoResize.d.ts +1 -0
- package/esm/next/hooks/resizing/useVirtualColumnAutoResize.d.ts.map +1 -0
- package/esm/next/hooks/shared/useIsTransposed.d.ts +1 -0
- package/esm/next/hooks/shared/useIsTransposed.d.ts.map +1 -0
- package/esm/next/hooks/sorting/useSyncSort.d.ts +1 -0
- package/esm/next/hooks/sorting/useSyncSort.d.ts.map +1 -0
- package/esm/next/hooks/textWrapping/useGetDefaultTextWrapping.d.ts +1 -0
- package/esm/next/hooks/textWrapping/useGetDefaultTextWrapping.d.ts.map +1 -0
- package/esm/next/hooks/textWrapping/useUpdateDefaultTextWrapping.d.ts +1 -0
- package/esm/next/hooks/textWrapping/useUpdateDefaultTextWrapping.d.ts.map +1 -0
- package/esm/next/hooks/textWrapping/useUpdateTextWrapping.d.ts +1 -0
- package/esm/next/hooks/textWrapping/useUpdateTextWrapping.d.ts.map +1 -0
- package/esm/next/hooks/totals/useUpdateTotals.d.ts +1 -0
- package/esm/next/hooks/totals/useUpdateTotals.d.ts.map +1 -0
- package/esm/next/hooks/useAccessibilityProps.d.ts +1 -0
- package/esm/next/hooks/useAccessibilityProps.d.ts.map +1 -0
- package/esm/next/hooks/useAfterRenderCallback.d.ts +1 -0
- package/esm/next/hooks/useAfterRenderCallback.d.ts.map +1 -0
- package/esm/next/hooks/useAgGridApiProps.d.ts +1 -0
- package/esm/next/hooks/useAgGridApiProps.d.ts.map +1 -0
- package/esm/next/hooks/useAgGridReactProps.d.ts +1 -0
- package/esm/next/hooks/useAgGridReactProps.d.ts.map +1 -0
- package/esm/next/hooks/useAutoHeight.d.ts +1 -0
- package/esm/next/hooks/useAutoHeight.d.ts.map +1 -0
- package/esm/next/hooks/useCellSelectionProps.d.ts +1 -0
- package/esm/next/hooks/useCellSelectionProps.d.ts.map +1 -0
- package/esm/next/hooks/useClearCellSelection.d.ts +1 -0
- package/esm/next/hooks/useClearCellSelection.d.ts.map +1 -0
- package/esm/next/hooks/useClipboardProps.d.ts +1 -0
- package/esm/next/hooks/useClipboardProps.d.ts.map +1 -0
- package/esm/next/hooks/useColumnDefsProps.d.ts +1 -0
- package/esm/next/hooks/useColumnDefsProps.d.ts.map +1 -0
- package/esm/next/hooks/useDataLoadingProps.d.ts +1 -0
- package/esm/next/hooks/useDataLoadingProps.d.ts.map +1 -0
- package/esm/next/hooks/useFocusManagementProps.d.ts +1 -0
- package/esm/next/hooks/useFocusManagementProps.d.ts.map +1 -0
- package/esm/next/hooks/useGrandTotalRows.d.ts +1 -0
- package/esm/next/hooks/useGrandTotalRows.d.ts.map +1 -0
- package/esm/next/hooks/useHeaderComponents.d.ts +1 -0
- package/esm/next/hooks/useHeaderComponents.d.ts.map +1 -0
- package/esm/next/hooks/useInteractionProps.d.ts +1 -0
- package/esm/next/hooks/useInteractionProps.d.ts.map +1 -0
- package/esm/next/hooks/useLocaleTextProps.d.ts +1 -0
- package/esm/next/hooks/useLocaleTextProps.d.ts.map +1 -0
- package/esm/next/hooks/usePaginationProps.d.ts +1 -0
- package/esm/next/hooks/usePaginationProps.d.ts.map +1 -0
- package/esm/next/hooks/usePivotingProps.d.ts +1 -0
- package/esm/next/hooks/usePivotingProps.d.ts.map +1 -0
- package/esm/next/hooks/useResolvedProps.d.ts +1 -0
- package/esm/next/hooks/useResolvedProps.d.ts.map +1 -0
- package/esm/next/hooks/useSortingProps.d.ts +1 -0
- package/esm/next/hooks/useSortingProps.d.ts.map +1 -0
- package/esm/next/hooks/useTextWrappingProps.d.ts +1 -0
- package/esm/next/hooks/useTextWrappingProps.d.ts.map +1 -0
- package/esm/next/hooks/useThemeProps.d.ts +1 -0
- package/esm/next/hooks/useThemeProps.d.ts.map +1 -0
- package/esm/next/index.d.ts +1 -0
- package/esm/next/index.d.ts.map +1 -0
- package/esm/next/testing/dataTestIdGenerators.d.ts +1 -0
- package/esm/next/testing/dataTestIdGenerators.d.ts.map +1 -0
- package/esm/next/types/accessibility.d.ts +1 -0
- package/esm/next/types/accessibility.d.ts.map +1 -0
- package/esm/next/types/agGrid.d.ts +1 -0
- package/esm/next/types/agGrid.d.ts.map +1 -0
- package/esm/next/types/cellRendering.d.ts +1 -0
- package/esm/next/types/cellRendering.d.ts.map +1 -0
- package/esm/next/types/cellSelection.d.ts +1 -0
- package/esm/next/types/cellSelection.d.ts.map +1 -0
- package/esm/next/types/executionCancelling.d.ts +1 -0
- package/esm/next/types/executionCancelling.d.ts.map +1 -0
- package/esm/next/types/experimental.d.ts +1 -0
- package/esm/next/types/experimental.d.ts.map +1 -0
- package/esm/next/types/formatting.d.ts +1 -0
- package/esm/next/types/formatting.d.ts.map +1 -0
- package/esm/next/types/grandTotalsPosition.d.ts +1 -0
- package/esm/next/types/grandTotalsPosition.d.ts.map +1 -0
- package/esm/next/types/internal.d.ts +1 -0
- package/esm/next/types/internal.d.ts.map +1 -0
- package/esm/next/types/layout.d.ts +1 -0
- package/esm/next/types/layout.d.ts.map +1 -0
- package/esm/next/types/license.d.ts +1 -0
- package/esm/next/types/license.d.ts.map +1 -0
- package/esm/next/types/locators.d.ts +1 -0
- package/esm/next/types/locators.d.ts.map +1 -0
- package/esm/next/types/menu.d.ts +1 -0
- package/esm/next/types/menu.d.ts.map +1 -0
- package/esm/next/types/pagination.d.ts +1 -0
- package/esm/next/types/pagination.d.ts.map +1 -0
- package/esm/next/types/public.d.ts +1 -0
- package/esm/next/types/public.d.ts.map +1 -0
- package/esm/next/types/resizing.d.ts +1 -0
- package/esm/next/types/resizing.d.ts.map +1 -0
- package/esm/next/types/textWrapping.d.ts +1 -0
- package/esm/next/types/textWrapping.d.ts.map +1 -0
- package/esm/next/types/transposition.d.ts +1 -0
- package/esm/next/types/transposition.d.ts.map +1 -0
- package/esm/publicTypes.d.ts +1 -0
- package/esm/publicTypes.d.ts.map +1 -0
- package/esm/tableState.d.ts +1 -0
- package/esm/tableState.d.ts.map +1 -0
- package/package.json +13 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isColumnWidthItemMatch.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/isColumnWidthItemMatch.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,eAAe,EAMvB,MAAM,yBAAyB,CAAC;AAEjC;;;;GAIG;AACH,wBAAgB,sBAAsB,CAClC,gBAAgB,EAAE,eAAe,EACjC,gBAAgB,EAAE,eAAe,GAClC,OAAO,CAqCT"}
|
|
@@ -13,3 +13,4 @@ export declare function getSortModel(gridApi: AgGridApi): SortModelItem[];
|
|
|
13
13
|
* @internal
|
|
14
14
|
*/
|
|
15
15
|
export declare function applySortModelToColDefs(colDefs: (ColDef | ColGroupDef)[], sortModel: SortModelItem[]): (ColDef | ColGroupDef)[];
|
|
16
|
+
//# sourceMappingURL=agGridSortingApi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agGridSortingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/agGridSortingApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEvF,OAAO,EAAE,KAAK,SAAS,EAAiB,MAAM,uBAAuB,CAAC;AAEtE;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,SAAS,GAAG,aAAa,EAAE,CAmBhE;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,CACnC,OAAO,EAAE,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,EACjC,SAAS,EAAE,aAAa,EAAE,GAC3B,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,CAa1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applySortByToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/applySortByToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAiB,MAAM,qBAAqB,CAAC;AAEpE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAI7D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,uEAkB3B,CAAC"}
|
|
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "../data/executionDefinition
|
|
|
8
8
|
export declare const applySortByToExecutionDef: ({ sortBy }: {
|
|
9
9
|
sortBy: ISortItem[];
|
|
10
10
|
}) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
|
|
11
|
+
//# sourceMappingURL=applySortByToExecutionDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applySortByToExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/applySortByToExecutionDef.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;6FAOjC,CAAC"}
|
|
@@ -6,3 +6,4 @@ import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
8
8
|
export declare function createSortForColumnDefinition(columnDefinition: ITableColumnDefinition, direction: SortDirection): ISortItem | undefined;
|
|
9
|
+
//# sourceMappingURL=createSortForColumnDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createSortForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/createSortForColumnDefinition.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,SAAS,EACd,KAAK,aAAa,EAGrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAI/D;;;;GAIG;AACH,wBAAgB,6BAA6B,CACzC,gBAAgB,EAAE,sBAAsB,EACxC,SAAS,EAAE,aAAa,GACzB,SAAS,GAAG,SAAS,CAuBvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNextSortState.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/getNextSortState.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjD;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,CAYtE"}
|
|
@@ -6,3 +6,4 @@ import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
8
8
|
export declare function getSortForColumnDefinition(columnDefinition: ITableColumnDefinition, sortBy: ISortItem[]): ISortItem | undefined;
|
|
9
|
+
//# sourceMappingURL=getSortForColumnDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSortForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/getSortForColumnDefinition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,SAAS,EAAkC,MAAM,qBAAqB,CAAC;AACrF,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAI/D;;;;GAIG;AACH,wBAAgB,0BAA0B,CACtC,gBAAgB,EAAE,sBAAsB,EACxC,MAAM,EAAE,SAAS,EAAE,GACpB,SAAS,GAAG,SAAS,CAyBvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locators.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/locators.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAsC,MAAM,qBAAqB,CAAC;AAC5F,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAE9D;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,qBAAqB,EAAE,GAAG,YAAY,EAAE,CAkC1F"}
|
|
@@ -4,3 +4,4 @@ import { type IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
|
4
4
|
* Subsequent sorting should be always handled by ag-grid server side data source (triggered via UI or ag-grid API).
|
|
5
5
|
*/
|
|
6
6
|
export declare function sanitizeSortInExecution(execution: IPreparedExecution): IPreparedExecution;
|
|
7
|
+
//# sourceMappingURL=sanitizeSortInExecution.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sanitizeSortInExecution.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/sanitizeSortInExecution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,kBAAkB,sBAEpE"}
|
|
@@ -8,3 +8,4 @@ import { type ITableColumnDefinitionByColId } from "../../types/internal.js";
|
|
|
8
8
|
* @internal
|
|
9
9
|
*/
|
|
10
10
|
export declare function sortItemsToSortModel(sortItems: ISortItem[], columnDefinitionByColId: ITableColumnDefinitionByColId, columnHeadersPosition: ColumnHeadersPosition): SortModelItem[];
|
|
11
|
+
//# sourceMappingURL=sortItemsToSortModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sortItemsToSortModel.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/sortItemsToSortModel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAE,KAAK,SAAS,EAAiB,MAAM,qBAAqB,CAAC;AAEpE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAK7E;;;;GAIG;AACH,wBAAgB,oBAAoB,CAChC,SAAS,EAAE,SAAS,EAAE,EACtB,uBAAuB,EAAE,6BAA6B,EACtD,qBAAqB,EAAE,qBAAqB,GAC7C,aAAa,EAAE,CAejB"}
|
|
@@ -7,3 +7,4 @@ import { type ITableColumnDefinitionByColId } from "../../types/internal.js";
|
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
9
|
export declare function sortModelToSortItems(sortModel: SortModelItem[], columnDefinitionByColId: ITableColumnDefinitionByColId): ISortItem[];
|
|
10
|
+
//# sourceMappingURL=sortModelToSortItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sortModelToSortItems.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/sortModelToSortItems.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAI7E;;;;GAIG;AACH,wBAAgB,oBAAoB,CAChC,SAAS,EAAE,aAAa,EAAE,EAC1B,uBAAuB,EAAE,6BAA6B,GACvD,SAAS,EAAE,CAab"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const b: (props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string, e: (element: string, props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string;
|
|
2
2
|
export declare const HEADER_CELL_CLASSNAME: string;
|
|
3
3
|
export declare const CELL_CLASSNAME: string;
|
|
4
|
+
//# sourceMappingURL=bem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bem.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/bem.ts"],"names":[],"mappings":"AAGA,eAAO,MAAQ,CAAC,6EAAE,CAAC,4FAAsC,CAAC;AAE1D,eAAO,MAAM,qBAAqB,QAAmB,CAAC;AAEtD,eAAO,MAAM,cAAc,QAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/cell.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,SAAS,EAAE,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAKpG,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,aAAa,EAsBrB,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAM7D;;GAEG;AACH,KAAK,gBAAgB,GACf,eAAe,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,GAC7C,mBAAmB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;AA4ExD,eAAO,MAAM,YAAY,oIAmFxB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,uJA8D5B,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B,uJAuDtC,CAAC;AAuOF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,EAChC,IAAI,EACJ,MAAM,EACT,EAAE;IACC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC/B,GAAG,SAAS,GAAG,IAAI,CA+BnB"}
|
|
@@ -7,3 +7,4 @@ import { type AgGridRowData } from "../../types/internal.js";
|
|
|
7
7
|
* @returns A class name for the header cell
|
|
8
8
|
*/
|
|
9
9
|
export declare const getHeaderCellClassName: (params: HeaderClassParams<AgGridRowData, string | null, any>) => string;
|
|
10
|
+
//# sourceMappingURL=headerCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headerCell.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/headerCell.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAS9E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAI7D;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,0EA2ClC,CAAC"}
|
|
@@ -3,3 +3,4 @@ export declare const getDescSortIcon: (color: string) => string;
|
|
|
3
3
|
export declare const getMenuIcon: (color: string) => string;
|
|
4
4
|
export declare const getPaginationPreviousIcon: () => string;
|
|
5
5
|
export declare const getPaginationNextIcon: () => string;
|
|
6
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/icons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,2BAI1B,CAAC;AAEF,eAAO,MAAM,eAAe,2BAI3B,CAAC;AAEF,eAAO,MAAM,WAAW,2BAMvB,CAAC;AAEF,eAAO,MAAM,yBAAyB,cAIrC,CAAC;AAEF,eAAO,MAAM,qBAAqB,cAIjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agGridTextWrappingOptions.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/agGridTextWrappingOptions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAcnF;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAmBrF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allowCellWrappingByColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/allowCellWrappingByColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,mCAAmC,CAAC,gBAAgB,EAAE,sBAAsB,GAAG,OAAO,CAiBrG"}
|
|
@@ -15,3 +15,4 @@ import { type ITextWrapping } from "../../types/textWrapping.js";
|
|
|
15
15
|
* @internal
|
|
16
16
|
*/
|
|
17
17
|
export declare const applyTextWrappingToColDef: (textWrapping: ITextWrapping) => (colDef: AgGridColumnDef) => AgGridColumnDef;
|
|
18
|
+
//# sourceMappingURL=applyTextWrappingToColDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyTextWrappingToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/applyTextWrappingToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAMjE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,yBAAyB,+EAyCjC,CAAC"}
|
|
@@ -11,3 +11,4 @@ import { type ITextWrapping } from "../../types/textWrapping.js";
|
|
|
11
11
|
* @internal
|
|
12
12
|
*/
|
|
13
13
|
export declare function applyTextWrappingToGroupDef(groupDef: AgGridColumnGroupDef, textWrapping: ITextWrapping): AgGridColumnGroupDef;
|
|
14
|
+
//# sourceMappingURL=applyTextWrappingToGroupDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyTextWrappingToGroupDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/applyTextWrappingToGroupDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAIjE;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CACvC,QAAQ,EAAE,oBAAoB,EAC9B,YAAY,EAAE,aAAa,GAC5B,oBAAoB,CAqBtB"}
|
package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createColumnTextWrappingItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,sBAAsB,EAAsB,MAAM,kBAAkB,CAAC;AAOnF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,+CAA+C,CAC3D,gBAAgB,EAAE,sBAAsB,EACxC,QAAQ,EAAE;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,cAAc,CAAC,EAAE,OAAO,CAAA;CAAE,EAC1D,OAAO,CAAC,EAAE;IAAE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAAC,eAAe,CAAC,EAAE,OAAO,CAAA;CAAE,GAClG,uBAAuB,CAiGzB"}
|
|
@@ -6,3 +6,4 @@ import { type IColumnTextWrappingItem } from "../../types/textWrapping.js";
|
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
8
8
|
export declare function getColumnTextWrappingItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnTextWrapping: IColumnTextWrappingItem[]): IColumnTextWrappingItem | undefined;
|
|
9
|
+
//# sourceMappingURL=getColumnTextWrappingItemForColumnDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getColumnTextWrappingItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAK3E;;;;GAIG;AACH,wBAAgB,4CAA4C,CACxD,gBAAgB,EAAE,sBAAsB,EACxC,kBAAkB,EAAE,uBAAuB,EAAE,GAC9C,uBAAuB,GAAG,SAAS,CAKrC"}
|
package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts
CHANGED
|
@@ -15,3 +15,4 @@ import { type IColumnTextWrappingItem } from "../../types/textWrapping.js";
|
|
|
15
15
|
* @internal
|
|
16
16
|
*/
|
|
17
17
|
export declare function getPivotGroupTextWrappingItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnTextWrapping: IColumnTextWrappingItem[]): IColumnTextWrappingItem | undefined;
|
|
18
|
+
//# sourceMappingURL=getPivotGroupTextWrappingItemForColumnDefinition.d.ts.map
|
package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPivotGroupTextWrappingItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gDAAgD,CAC5D,gBAAgB,EAAE,sBAAsB,EACxC,kBAAkB,EAAE,uBAAuB,EAAE,GAC9C,uBAAuB,GAAG,SAAS,CA0GrC"}
|
|
@@ -10,3 +10,4 @@ import { type IColumnTextWrappingItem } from "../../types/textWrapping.js";
|
|
|
10
10
|
* @internal
|
|
11
11
|
*/
|
|
12
12
|
export declare function isColumnTextWrappingItemMatch(item1: IColumnTextWrappingItem, item2: IColumnTextWrappingItem): boolean;
|
|
13
|
+
//# sourceMappingURL=isColumnTextWrappingItemMatch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isColumnTextWrappingItemMatch.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/isColumnTextWrappingItemMatch.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;;;;;;GASG;AACH,wBAAgB,6BAA6B,CACzC,KAAK,EAAE,uBAAuB,EAC9B,KAAK,EAAE,uBAAuB,GAC/B,OAAO,CAIT"}
|
|
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "../data/executionDefinition
|
|
|
8
8
|
export declare const applyTranspositionToExecutionDef: ({ measureGroupDimension }: {
|
|
9
9
|
measureGroupDimension: MeasureGroupDimension;
|
|
10
10
|
}) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
|
|
11
|
+
//# sourceMappingURL=applyTranspositionToExecutionDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyTranspositionToExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/applyTranspositionToExecutionDef.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAK1E,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,eAAO,MAAM,gCAAgC;;6FAmBxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attributeHeaderColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/attributeHeaderColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAGzF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;GAIG;AACH,wBAAgB,2BAA2B,CACvC,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,2BAA2B,GAAG,CAAC;IAAE,YAAY,EAAE,IAAI,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,IAAI,CAAA;CAAE,CAAC,EAC5F,IAAI,EAAE,SAAS,EACf,EAAE,CAAC,EAAE,cAAc,GACpB,eAAe,CAoBjB"}
|
|
@@ -7,3 +7,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
|
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
9
|
export declare const createMeasureGroupHeaderColDef: (colId: string, columnDefinition: ITableMeasureGroupHeaderColumnDefinition, columnHeadersPosition: ColumnHeadersPosition) => AgGridColumnDef;
|
|
10
|
+
//# sourceMappingURL=measureGroupHeaderColDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"measureGroupHeaderColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/measureGroupHeaderColDef.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,wCAAwC,EAAE,MAAM,kBAAkB,CAAC;AAGjF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAqB1E;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,8IAgC1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"measureGroupValueColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/measureGroupValueColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,kBAAkB,CAAC;AAIhF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,gFAkBzC,CAAC"}
|
|
@@ -9,3 +9,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
|
9
9
|
export declare function createTotalHeaderColDef(colId: string, columnDefinition: (ITableSubtotalColumnDefinition | ITableGrandTotalColumnDefinition) & {
|
|
10
10
|
isTransposed: true;
|
|
11
11
|
}, intl: IntlShape): AgGridColumnDef;
|
|
12
|
+
//# sourceMappingURL=totalHeaderColDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"totalHeaderColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/totalHeaderColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,gCAAgC,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAG9G,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;GAIG;AACH,wBAAgB,uBAAuB,CACnC,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,CAAC,8BAA8B,GAAG,gCAAgC,CAAC,GAAG;IACpF,YAAY,EAAE,IAAI,CAAC;CACtB,EACD,IAAI,EAAE,SAAS,GAChB,eAAe,CAmBjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useGetAgGridColumns.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/columns/useGetAgGridColumns.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;GAIG;AACH,wBAAgB,mBAAmB,6EAalC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSetAgGridPivotResultColumns.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/columns/useSetAgGridPivotResultColumns.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;GAIG;AACH,wBAAgB,8BAA8B;;EAe7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateAgGridColumnDefs.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/columns/useUpdateAgGridColumnDefs.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,eAAe,EAA6B,MAAM,uBAAuB,CAAC;AAExG;;;;GAIG;AACH,wBAAgB,yBAAyB,oEAmDxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSyncDrillableItems.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/drilling/useSyncDrillableItems.ts"],"names":[],"mappings":"AAOA;;;;;;GAMG;AACH,wBAAgB,qBAAqB,SAgBpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderCellAriaLabel.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderCellAriaLabel.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;GAUG;AACH,wBAAgB,sBAAsB,CAClC,WAAW,EAAE,WAAW,GAAG,SAAS,EACpC,SAAS,EAAE,MAAM,GAAG,SAAS,GAC9B,IAAI,CAMN"}
|
|
@@ -12,3 +12,4 @@ export declare function useHeaderDrilling(params: AgGridHeaderParams | AgGridHea
|
|
|
12
12
|
handleHeaderDrill: (event: KeyboardEvent | MouseEvent<HTMLDivElement, globalThis.MouseEvent>) => boolean;
|
|
13
13
|
isDrillable: boolean;
|
|
14
14
|
};
|
|
15
|
+
//# sourceMappingURL=useHeaderDrilling.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderDrilling.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderDrilling.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAwB,MAAM,OAAO,CAAC;AAe9D,OAAO,EAEH,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,GAAG,IAAI;;;EAsE5F"}
|
|
@@ -12,3 +12,4 @@ export declare function useHeaderGroupDrilling(params: AgGridHeaderGroupParams):
|
|
|
12
12
|
handleHeaderDrill: (event: KeyboardEvent | MouseEvent<HTMLDivElement, globalThis.MouseEvent>) => boolean;
|
|
13
13
|
isDrillable: boolean;
|
|
14
14
|
};
|
|
15
|
+
//# sourceMappingURL=useHeaderGroupDrilling.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderGroupDrilling.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderGroupDrilling.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAwB,MAAM,OAAO,CAAC;AAc9D,OAAO,EAA6B,KAAK,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAEhG;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,uBAAuB;;;EA4ErE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderMenu.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenu.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAO9F;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CACzB,OAAO,EAAE;IACL,iBAAiB,EAAE,OAAO,CAAC;IAC3B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,OAAO,CAAC;IACvB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,mBAAmB,EAAE,OAAO,CAAC;CAChC,EACD,iBAAiB,EAAE;IACf,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,yBAAyB,EAAE,oBAAoB,EAAE,CAAC;CACrD,EACD,kBAAkB,EAAE,kBAAkB,GAAG,uBAAuB,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+F1E"}
|
|
@@ -12,3 +12,4 @@ export declare const useHeaderMenuAggregations: (measureIdentifiers: string[], p
|
|
|
12
12
|
aggregationsItems: import("../../types/menu.js").IAggregationsMenuItem[];
|
|
13
13
|
handleAggregationsItemClick: (item: IAggregationsSubMenuItem) => void;
|
|
14
14
|
};
|
|
15
|
+
//# sourceMappingURL=useHeaderMenuAggregations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderMenuAggregations.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuAggregations.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,oBAAoB,EAO5B,MAAM,qBAAqB,CAAC;AAO7B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB;;;CAoDrC,CAAC"}
|
|
@@ -17,3 +17,4 @@ import { type AgGridHeaderGroupParams, type AgGridHeaderParams } from "../../typ
|
|
|
17
17
|
* @internal
|
|
18
18
|
*/
|
|
19
19
|
export declare function useHeaderMenuKeyboard(params: AgGridHeaderParams | AgGridHeaderGroupParams, onOpenMenu: () => void, hasMenuItems: boolean): void;
|
|
20
|
+
//# sourceMappingURL=useHeaderMenuKeyboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderMenuKeyboard.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuKeyboard.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE9F;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,qBAAqB,CACjC,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,EACpD,UAAU,EAAE,MAAM,IAAI,EACtB,YAAY,EAAE,OAAO,GACtB,IAAI,CA0BN"}
|
|
@@ -14,3 +14,4 @@ export declare function useHeaderMenuSorting(params: AgGridHeaderParams | AgGrid
|
|
|
14
14
|
handleProgressSort: (event: KeyboardEvent | MouseEvent<HTMLDivElement, globalThis.MouseEvent>) => void;
|
|
15
15
|
headerCellAriaLabel: string;
|
|
16
16
|
};
|
|
17
|
+
//# sourceMappingURL=useHeaderMenuSorting.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderMenuSorting.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuSorting.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAe,MAAM,OAAO,CAAC;AAMrD,OAAO,EAEH,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAE1B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAgC5D;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,GAAG,IAAI;;;;;;;EA2G/F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderMenuTextWrapping.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuTextWrapping.ts"],"names":[],"mappings":"AAeA,OAAO,EACH,KAAK,wBAAwB,EAEhC,MAAM,iEAAiE,CAAC;AAOzE,OAAO,EAGH,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAKjE;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;CAmIrC,CAAC"}
|
|
@@ -17,3 +17,4 @@ import { type AgGridHeaderGroupParams, type AgGridHeaderParams } from "../../typ
|
|
|
17
17
|
* @internal
|
|
18
18
|
*/
|
|
19
19
|
export declare function useHeaderSpaceKey(params: AgGridHeaderParams | AgGridHeaderGroupParams, action: (event: MouseEvent<HTMLDivElement> | KeyboardEvent) => void): void;
|
|
20
|
+
//# sourceMappingURL=useHeaderSpaceKey.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeaderSpaceKey.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderSpaceKey.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAa,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE9F;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,iBAAiB,CAC7B,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,EACpD,MAAM,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC,GAAG,aAAa,KAAK,IAAI,GACpE,IAAI,CA0BN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInitExecution.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/init/useInitExecution.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAElE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,yFA8C5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInitExecutionResult.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/init/useInitExecutionResult.ts"],"names":[],"mappings":"AAGA,OAAO,EAEH,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,aAAa,EAGrB,MAAM,kBAAkB,CAAC;AAQ1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAEtG;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,qGAmFlC,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,gBAAgB,CAAC,EAAE,CAAC,YAAY,EAAE,aAAa,KAAK,IAAI,CAAC;IACzD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IACrC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColumnSizingDefault.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingDefault.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAgB,sBAAsB;;;EAOrC"}
|
|
@@ -7,3 +7,4 @@ export declare function useColumnSizingForAutoResize(): {
|
|
|
7
7
|
autoSizeStrategy: import("ag-grid-community").AutoSizeStrategy | undefined;
|
|
8
8
|
initColumnWidths: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
|
|
9
9
|
} | null;
|
|
10
|
+
//# sourceMappingURL=useColumnSizingForAutoResize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColumnSizingForAutoResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingForAutoResize.ts"],"names":[],"mappings":"AAcA;;;;GAIG;AACH,wBAAgB,4BAA4B;;;SAmC3C"}
|
|
@@ -7,3 +7,4 @@ export declare function useColumnSizingForFullHorizontalSpace(): {
|
|
|
7
7
|
autoSizeStrategy: import("ag-grid-community").AutoSizeStrategy | undefined;
|
|
8
8
|
initColumnWidths: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
|
|
9
9
|
} | null;
|
|
10
|
+
//# sourceMappingURL=useColumnSizingForFullHorizontalSpace.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColumnSizingForFullHorizontalSpace.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingForFullHorizontalSpace.ts"],"names":[],"mappings":"AAaA;;;;GAIG;AACH,wBAAgB,qCAAqC;;;SAgDpD"}
|
|
@@ -8,3 +8,4 @@ export declare function useColumnSizingForFullHorizontalSpaceAndAutoResize(): {
|
|
|
8
8
|
autoSizeStrategy: import("ag-grid-community").AutoSizeStrategy | undefined;
|
|
9
9
|
initColumnWidths: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
|
|
10
10
|
} | null;
|
|
11
|
+
//# sourceMappingURL=useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingForFullHorizontalSpaceAndAutoResize.ts"],"names":[],"mappings":"AAeA;;;;;GAKG;AACH,wBAAgB,kDAAkD;;;SAgEjE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColumnSizingProps.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingProps.ts"],"names":[],"mappings":"AAMA,OAAO,EAA8B,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AASrF;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA2CrF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInitSizingForEmptyData.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useInitSizingForEmptyData.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,wBAAgB,yBAAyB,IAAI;IACzC,sBAAsB,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;CAClF,CAwBA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInitialAutoResizeVisibility.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useInitialAutoResizeVisibility.ts"],"names":[],"mappings":"AAUA,UAAU,sCAAsC;IAC5C;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;;;GAKG;AACH,wBAAgB,8BAA8B,CAAC,OAAO,CAAC,EAAE,sCAAsC,GAAG,OAAO,CAkDxG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useManualResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useManualResize.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,wBAAgB,eAAe;;EAqC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSyncColumnWidths.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useSyncColumnWidths.ts"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH,wBAAgB,mBAAmB;;EAkGlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useVirtualColumnAutoResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useVirtualColumnAutoResize.ts"],"names":[],"mappings":"AAUA,OAAO,EAGH,KAAK,WAAW,EACnB,MAAM,uBAAuB,CAAC;AAG/B;;;;;;;;GAQG;AACH,wBAAgB,0BAA0B,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA+D3F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsTransposed.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/shared/useIsTransposed.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,eAAe,IAAI,OAAO,CAMzC"}
|