@gooddata/sdk-ui-pivot 11.41.0-alpha.4 → 11.41.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/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":"AgGridTokenContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/AgGridTokenContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAEtF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D;;GAEG;AACH,eAAO,MAAM,kBAAkB;;EAE7B,CAAC;AAEH;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,2CAI/F;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS;IAAE,MAAM,CAAC,EAAE,oBAAoB,CAAA;CAAE,EACvE,cAAc,EAAE,aAAa,CAAC,CAAC,CAAC,GACjC,aAAa,CAAC,CAAC,CAAC,CAYlB;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAC/B,MAAM,CAAC,EAAE,CAAC,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,EACrC,WAAW,CAAC,EAAE,MAAM,GACrB,CAAC,CAAC,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,SAAS,CAO5C;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,WAAW,CAAC,EAAE,MAAM,sBAIlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColumnDefsContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/ColumnDefsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAsC,MAAM,OAAO,CAAC;AAM3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAM1E,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAI/D;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAoCvE;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,kBAAkB,CAQlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrentDataViewContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/CurrentDataViewContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAuC,MAAM,OAAO,CAAC;AAE5E,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD;;;;GAIG;AACH,UAAU,uBAAuB;IAC7B,eAAe,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,kBAAkB,EAAE,CAAC,QAAQ,EAAE,cAAc,GAAG,SAAS,KAAK,IAAI,CAAC;CACtE;AAID;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAa5E;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,IAAI,uBAAuB,CAM5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrillableItemsRefContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/DrillableItemsRefContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAqC,MAAM,OAAO,CAAC;AAE1F,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAItD,KAAK,yBAAyB,GAAG,SAAS,CAAC,aAAa,EAAE,CAAC,CAAC;AAI5D;;;;;;;;;;GAUG;AACH,wBAAgB,yBAAyB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAU9E;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,yBAAyB,CAQhE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeaderMenuContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/HeaderMenuContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAkD,MAAM,OAAO,CAAC;AAEvG,KAAK,WAAW,GAAG,MAAM,IAAI,CAAC;AAE9B,UAAU,kBAAkB;IACxB;;;OAGG;IACH,kBAAkB,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAClD;;OAEG;IACH,eAAe,EAAE,MAAM,IAAI,CAAC;CAC/B;AAID;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAavE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,kBAAkB,CAMzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InitialExecutionContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/InitialExecutionContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAsC,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAIlE;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,EAC5C,QAAQ,EACR,sBAAsB,EACtB,eAAe,EAClB,EAAE,qBAAqB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAajD;AAED;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,qBAAqB,CAQ3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PivotTablePropsContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/PivotTablePropsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAgB5D,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,EACpC,QAAQ,EACR,GAAG,KAAK,EACX,EAAE,wBAAwB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAEpD;AAED,KAAK,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEnE,KAAK,oBAAoB,GAAG,cAAc,CAAC;AAE3C,KAAK,wBAAwB,GAAG,YAAY,CAAC,aAAa,EAAE,oBAAoB,CAAC,CAAC;AAElF,KAAK,YAAY,GACX,cAAc,GACd,qBAAqB,GACrB,4BAA4B,GAC5B,kBAAkB,CAAC;AAEzB,KAAK,gBAAgB,GAAG,YAAY,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;AAE1D,KAAK,cAAc,GACb,uBAAuB,GACvB,uBAAuB,GACvB,cAAc,GACd,cAAc,GACd,MAAM,CAAC;AAEb,KAAK,kBAAkB,GAAG,YAAY,CAAC,oBAAoB,EAAE,cAAc,CAAC,GAAG;IAC3E,YAAY,EAAE,wBAAwB,CAAC;IACvC,IAAI,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF,KAAK,iBAAiB,GAChB,MAAM,GACN,SAAS,GACT,UAAU,GACV,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,gBAAgB,CAAC;AAEvB,KAAK,qBAAqB,GAAG,YAAY,CAAC,wBAAwB,EAAE,iBAAiB,CAAC,CAAC;AAEvF,KAAK,2BAA2B,GAAG,qBAAqB,GAAG;IACvD,MAAM,EAAE,kBAAkB,CAAC;IAC3B,UAAU,EAAE,gBAAgB,CAAC;CAChC,CAAC;AAEF;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,wBAAwB,GAAG,2BAA2B,CAmCxG;AAED;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,2BAA2B,CA4BhE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PivotTableSizingContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/PivotTableSizingContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAgD,MAAM,OAAO,CAAC;AAErF,KAAK,6BAA6B,GAAG;IACjC,cAAc,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,KAAK,+BAA+B,GAAG;IACnC,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAOF;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAwB7E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,6BAA6B,CAQnE;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,+BAA+B,CAQ5E"}
|
|
@@ -10,3 +10,4 @@ interface IRuntimeErrorProviderProps {
|
|
|
10
10
|
export declare function RuntimeErrorProvider({ children }: IRuntimeErrorProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export declare function useRuntimeError(): IRuntimeErrorContext;
|
|
12
12
|
export {};
|
|
13
|
+
//# sourceMappingURL=RuntimeErrorContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RuntimeErrorContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/RuntimeErrorContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6D,MAAM,OAAO,CAAC;AAElG,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,UAAU,oBAAoB;IAC1B,YAAY,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC3C,eAAe,EAAE,CAAC,KAAK,EAAE,gBAAgB,GAAG,SAAS,KAAK,IAAI,CAAC;CAClE;AAID,UAAU,0BAA0B;IAChC,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,EAAE,0BAA0B,2CAgB5E;AAED,wBAAgB,eAAe,IAAI,oBAAoB,CAQtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableReadyContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/TableReadyContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAkD,MAAM,OAAO,CAAC;AAIvF,UAAU,kBAAkB;IACxB;;;OAGG;IACH,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC;;;OAGG;IACH,iBAAiB,EAAE,MAAM,IAAI,CAAC;CACjC;AAID;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE,wBAAwB,2CA4CxE;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,kBAAkB,CAMlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agGridAggregationsApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/aggregations/agGridAggregationsApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACnC,OAAO,EAAE;IAAE,iBAAiB,EAAE,aAAa,EAAE,CAAC;IAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAA;CAAE,EAC1F,GAAG,EAAE,OAAO,CAAC,aAAa,CAAC,QAuB9B"}
|
|
@@ -10,3 +10,4 @@ export declare const applyTotalsToExecutionDef: ({ rows, columns, totals }: {
|
|
|
10
10
|
columns: IAttribute[];
|
|
11
11
|
totals: ITotal[];
|
|
12
12
|
}) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
|
|
13
|
+
//# sourceMappingURL=applyTotalsToExecutionDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyTotalsToExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/aggregations/applyTotalsToExecutionDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAGpF,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAI3F;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;6FAkCjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ordering.d.ts","sourceRoot":"","sources":["../../../../src/next/features/aggregations/ordering.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAIlD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAItD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agGridColDefsApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/agGridColDefsApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAExG;;;;GAIG;AACH,wBAAgB,mBAAmB,CAC/B,OAAO,EAAE;IAAE,OAAO,EAAE,CAAC,eAAe,GAAG,oBAAoB,CAAC,EAAE,CAAA;CAAE,EAChE,GAAG,EAAE,SAAS,QAIjB"}
|
|
@@ -16,3 +16,4 @@ export declare const applyAllFeaturesToColDef: ({ columnWidths, sortBy, textWrap
|
|
|
16
16
|
drillableItemsRef: RefObject<ExplicitDrill[]>;
|
|
17
17
|
dataViewFacade?: DataViewFacade | undefined;
|
|
18
18
|
}) => (colDef: AgGridColumnDef) => AgGridColumnDef;
|
|
19
|
+
//# sourceMappingURL=applyAllFeaturesToColDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyAllFeaturesToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/applyAllFeaturesToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE3E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAMjE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;kDAqBhC,CAAC"}
|
|
@@ -7,3 +7,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
9
|
export declare function createAttributeColDef(colId: string, columnDefinition: ITableAttributeColumnDefinition, intl: IntlShape): AgGridColumnDef;
|
|
10
|
+
//# sourceMappingURL=attributeColDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attributeColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/attributeColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AAGxE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;GAIG;AACH,wBAAgB,qBAAqB,CACjC,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,+BAA+B,EACjD,IAAI,EAAE,SAAS,GAChB,eAAe,CAkBjB"}
|
|
@@ -39,3 +39,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
|
|
|
39
39
|
* @internal
|
|
40
40
|
*/
|
|
41
41
|
export declare function columnDefinitionToColDefIdentifiers(column: ITableColumnDefinition, columnHeadersPosition: ColumnHeadersPosition): string[];
|
|
42
|
+
//# sourceMappingURL=colDefIdentifiers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colDefIdentifiers.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/colDefIdentifiers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,sBAAsB,EAG9B,MAAM,kBAAkB,CAAC;AAO1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAE1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,wBAAgB,mCAAmC,CAC/C,MAAM,EAAE,sBAAsB,EAC9B,qBAAqB,EAAE,qBAAqB,GAC7C,MAAM,EAAE,CAqBV"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colId.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/colId.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAI1E;;;;;GAKG;AACH,wBAAgB,uBAAuB,CACnC,IAAI,EAAE,sBAAsB,EAC5B,qBAAqB,EAAE,qBAAqB,GAC7C,MAAM,CAGR"}
|
|
@@ -8,3 +8,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
|
|
|
8
8
|
* @internal
|
|
9
9
|
*/
|
|
10
10
|
export declare function createColDef(columnDefinition: ITableColumnDefinition, columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape, dv?: DataViewFacade): AgGridColumnDef;
|
|
11
|
+
//# sourceMappingURL=createColDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/createColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,sBAAsB,EAAsB,MAAM,kBAAkB,CAAC;AAExG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAU1E;;;;GAIG;AACH,wBAAgB,YAAY,CACxB,gBAAgB,EAAE,sBAAsB,EACxC,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,EACf,EAAE,CAAC,EAAE,cAAc,GACpB,eAAe,CAgCjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"measureColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/measureColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,gCAAgC,EACrC,KAAK,8BAA8B,EACnC,KAAK,2BAA2B,EAEnC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAM7D;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAC/B,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,CACZ,2BAA2B,GAC3B,8BAA8B,GAC9B,gCAAgC,CACrC,GAAG;IAAE,YAAY,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,KAAK,CAAA;CAAE,GAC5C,eAAe,CAmBjB"}
|
|
@@ -78,3 +78,4 @@ export declare function getAttributeHeaderName(attributeHeader: IResultAttribute
|
|
|
78
78
|
* @returns The converted value.
|
|
79
79
|
*/
|
|
80
80
|
export declare function convertEmptyStringToNull(value: string | null | undefined): string | null | undefined;
|
|
81
|
+
//# sourceMappingURL=shared.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/shared.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,sBAAsB,EAAE,KAAK,kBAAkB,EAAkB,MAAM,qBAAqB,CAAC;AAC3G,OAAO,EACH,KAAK,+BAA+B,EACpC,KAAK,eAAe,EASvB,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,oBAAoB,oDAWhC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,qBAAqB,CACjC,MAAM,EAAE,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,EACpG,KAAK,EAAE,MAAM,GACd,MAAM,GAAG,IAAI,CAQf;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,eAAe,GAAG,SAAS,GAAG,MAAM,GAAG,IAAI,CAMxF;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CACrC,MAAM,EAAE,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,EACpG,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,SAAS,GAChB,MAAM,GAAG,IAAI,CAUf;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,EAAE,IAAI,EAAE,SAAS,GAAG,MAAM,CAI/F;AAWD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAChC,MAAM,EAAE,wBAAwB,EAChC,WAAW,EAAE,GAAG,EAChB,gBAAgB,EAAE,+BAA+B,GAClD,OAAO,CAuBT;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,MAAM,EAAE,CAMpE;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CACxB,UAAU,EAAE,aAAa,GAAG,SAAS,EACrC,UAAU,EAAE,aAAa,GAAG,SAAS,EACrC,kBAAkB,EAAE,MAAM,GAC3B,OAAO,CAoCT;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,sBAAsB,CAAC,eAAe,EAAE,sBAAsB,EAAE,IAAI,EAAE,SAAS,UAM9F;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,6BAExE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agGridLoadingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/agGridLoadingApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,EAAE,GAAG,EAAE,OAAO,CAAC,aAAa,CAAC,QAG5F"}
|
|
@@ -21,3 +21,4 @@ export interface IPivotTableExecutionDefinitionParams {
|
|
|
21
21
|
* @internal
|
|
22
22
|
*/
|
|
23
23
|
export declare function createExecutionDef({ workspace, columns, rows, measures, filters, sortBy, totals, measureGroupDimension, execConfig }: IPivotTableExecutionDefinitionParams): IPivotTableExecutionDefinition;
|
|
24
|
+
//# sourceMappingURL=createExecutionDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/createExecutionDef.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,SAAS,EACd,KAAK,MAAM,EACd,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAU1E,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAGrF;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACjD,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,UAAU,EAAE,gBAAgB,CAAC;CAChC;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,EAC/B,SAAS,EACT,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,MAAM,EACN,MAAM,EACN,qBAAqB,EACrB,UAAU,EACb,EAAE,oCAAoC,GAAG,8BAA8B,CAWvE"}
|
|
@@ -37,3 +37,4 @@ interface ICreateServerSideDataSourceParams extends IInitialExecutionData {
|
|
|
37
37
|
*/
|
|
38
38
|
export declare const createServerSideDataSource: ({ measures, rows, sortBy, initialExecutionResult, initialDataView, columnHeadersPosition, grandTotalsPosition, columnDefinitionByColId, pageSize, setCurrentDataView, setPivotResultColumns, setGrandTotalRows, initSizingForEmptyData, onDataView, onError, onExportReady, exportTitle, separators, setRuntimeError, }: ICreateServerSideDataSourceParams) => IServerSideDatasource<AgGridRowData>;
|
|
39
39
|
export {};
|
|
40
|
+
//# sourceMappingURL=createServerSideDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createServerSideDataSource.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/createServerSideDataSource.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,qBAAqB,EAG7B,MAAM,oBAAoB,CAAC;AAI5B,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,QAAQ,EAAE,KAAK,WAAW,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACvG,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,UAAU,EACf,KAAK,OAAO,EACZ,KAAK,aAAa,EAErB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EACH,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,6BAA6B,EACrC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAS1E;;GAEG;AACH,UAAU,iCAAkC,SAAQ,qBAAqB;IACrE,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,uBAAuB,EAAE,6BAA6B,CAAC;IACvD,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,CAAC,QAAQ,EAAE,cAAc,GAAG,SAAS,KAAK,IAAI,CAAC;IACnE,eAAe,EAAE,CAAC,KAAK,EAAE,gBAAgB,GAAG,SAAS,KAAK,IAAI,CAAC;IAC/D,qBAAqB,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,CAAC;IACpD,iBAAiB,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;IACpF,sBAAsB,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;IAC/E,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AA4DD;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,sYA2MtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataViewToColDefs.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/dataViewToColDefs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE3E,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAS1E;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,EAC9B,QAAQ,EACR,qBAAqB,EACrB,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACZ,IAAI,EACJ,UAAU,EACb,EAAE;IACC,QAAQ,EAAE,cAAc,CAAC;IACzB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,iBAAiB,EAAE,SAAS,CAAC,aAAa,EAAE,CAAC,CAAC;IAC9C,YAAY,EAAE,aAAa,CAAC;IAC5B,IAAI,EAAE,SAAS,CAAC;IAChB,UAAU,CAAC,EAAE,WAAW,CAAC;CAC5B,GAAG;IACA,uBAAuB,EAAE,6BAA6B,CAAC;IACvD,UAAU,EAAE,CAAC,eAAe,GAAG,oBAAoB,CAAC,EAAE,CAAC;IACvD,cAAc,EAAE,eAAe,EAAE,CAAC;IAClC,SAAS,EAAE,OAAO,CAAC;CACtB,CAkDA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataViewToRowData.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/dataViewToRowData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,WAAW,EAAe,MAAM,qBAAqB,CAAC;AACpF,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,kBAAkB,CAAC;AAE7E,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAK1E;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAC7B,QAAQ,EAAE,cAAc,EACxB,qBAAqB,EAAE,qBAAqB,EAC5C,UAAU,CAAC,EAAE,WAAW,EACxB,mBAAmB,GAAE,mBAAoC,EACzD,WAAW,CAAC,EAAE,OAAO,EACrB,UAAU,CAAC,EAAE,OAAO,GACrB;IACC,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,iBAAiB,EAAE,aAAa,EAAE,CAAC;IACnC,eAAe,EAAE,MAAM,CAAC;CAC3B,CAiDA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attributes.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/attributes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,UAAU,EAAgD,MAAM,qBAAqB,CAAC;AAGpG,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;6FAwBrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/constants.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,wCAAwC,EAAE,8BAqBtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dimensions.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/dimensions.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,MAAM,EAGd,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE;;;EAKvF;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,UAAU;;;EAK/D;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,SAAS,EAAE,UAAU;;;EAOpE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,UAAU;;;EAK3E"}
|
|
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
|
|
|
8
8
|
export declare const applyExecConfigToExecutionDef: ({ execConfig }: {
|
|
9
9
|
execConfig: IExecutionConfig;
|
|
10
10
|
}) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
|
|
11
|
+
//# sourceMappingURL=execConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execConfig.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/execConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;6FAIrC,CAAC"}
|
|
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
|
|
|
8
8
|
export declare const applyFiltersToExecutionDef: ({ filters }: {
|
|
9
9
|
filters: IFilter[];
|
|
10
10
|
}) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
|
|
11
|
+
//# sourceMappingURL=filters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;6FAWlC,CAAC"}
|
|
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
|
|
|
8
8
|
export declare const applyMeasuresToExecutionDef: ({ measures }: {
|
|
9
9
|
measures: IMeasure<import("@gooddata/sdk-model").IMeasureDefinitionType>[];
|
|
10
10
|
}) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
|
|
11
|
+
//# sourceMappingURL=measures.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"measures.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/measures.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,QAAQ,EAAa,MAAM,qBAAqB,CAAC;AAI/D,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;6FAenC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE/F;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,UAAU,CAAC,CAAC;AAE7F;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,cAAc,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;AAEvG;;;;GAIG;AACH,MAAM,WAAW,8BAA+B,SAAQ,IAAI,CAAC,oBAAoB,EAAE,YAAY,GAAG,SAAS,CAAC;IACxG,UAAU,EAAE,oBAAoB,CAAC;IACjC,OAAO,EAAE,iBAAiB,CAAC;CAC9B"}
|
|
@@ -7,3 +7,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
|
|
|
7
7
|
export declare const applyWorkspaceToExecutionDef: ({ workspace }: {
|
|
8
8
|
workspace: string;
|
|
9
9
|
}) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
|
|
10
|
+
//# sourceMappingURL=workspace.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/workspace.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,4BAA4B;;6FAOpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loadDataView.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/loadDataView.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIlD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,eAAe,EAAE,gBAAgB,CAAC;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,wBAAsB,YAAY,CAAC,EAC/B,eAAe,EACf,QAAQ,EACR,MAAM,EACT,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,CAAC,CAI/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valueFormatter.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/valueFormatter.ts"],"names":[],"mappings":"AAGA,OAAO,EAAkB,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,UAAU,EAAuB,MAAM,kBAAkB,CAAC;AAyB7F;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAAC,QAAQ,EAAE,cAAc,EAAE,UAAU,CAAC,EAAE,WAAW,GAAG,UAAU,CAE3F"}
|
|
@@ -12,3 +12,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
|
12
12
|
* @internal
|
|
13
13
|
*/
|
|
14
14
|
export declare const applyCellRenderingToColDef: (drillableItemsRef: RefObject<ExplicitDrill[]>, dv?: DataViewFacade | undefined) => (colDef: AgGridColumnDef) => AgGridColumnDef;
|
|
15
|
+
//# sourceMappingURL=applyCellRenderingToColDef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyCellRenderingToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/applyCellRenderingToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,aAAa,EAErB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAiC,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAG5F;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B,kIA6BlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/events.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,uDAKlC,CAAC"}
|
|
@@ -10,3 +10,4 @@ import { type ColumnHeadersPosition, type MeasureGroupDimension } from "../../ty
|
|
|
10
10
|
* @alpha
|
|
11
11
|
*/
|
|
12
12
|
export declare function getAvailableDrillTargets(dv: DataViewFacade, measureGroupDimension: MeasureGroupDimension, columnHeadersPosition: ColumnHeadersPosition): IAvailableDrillTargets;
|
|
13
|
+
//# sourceMappingURL=getAvailableDrillTargets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAvailableDrillTargets.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/getAvailableDrillTargets.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,cAAc,EAGnB,KAAK,sBAAsB,EAE9B,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAEtG;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACpC,EAAE,EAAE,cAAc,EAClB,qBAAqB,EAAE,qBAAqB,EAC5C,qBAAqB,EAAE,qBAAqB,GAC7C,sBAAsB,CAwBxB"}
|
|
@@ -5,3 +5,4 @@ export declare function extractRowMappingHeadersAtPosition(rowDefinition: ITable
|
|
|
5
5
|
export declare function extractRowMappingHeadersUpToPosition(rowDefinition: ITableRowDefinition, position: number): IMappingHeader[];
|
|
6
6
|
export declare function extractAllRowMappingHeaders(rowDefinition: ITableRowDefinition): IMappingHeader[];
|
|
7
7
|
export declare function extractAllRowMeasureMappingHeaders(rowDefinition: ITableRowDefinition): IMappingHeader[];
|
|
8
|
+
//# sourceMappingURL=headerMapping.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headerMapping.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/headerMapping.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EAC3B,MAAM,kBAAkB,CAAC;AAE1B,wBAAgB,iCAAiC,CAC7C,MAAM,EAAE,qBAAqB,EAAE,EAC/B,QAAQ,EAAE,MAAM,GACjB,cAAc,EAAE,CAgBlB;AAqCD,wBAAgB,8BAA8B,CAAC,gBAAgB,EAAE,sBAAsB,GAAG,cAAc,EAAE,CAUzG;AAED,wBAAgB,kCAAkC,CAC9C,aAAa,EAAE,mBAAmB,EAClC,QAAQ,EAAE,MAAM,GACjB,cAAc,EAAE,CAMlB;AAED,wBAAgB,oCAAoC,CAChD,aAAa,EAAE,mBAAmB,EAClC,QAAQ,EAAE,MAAM,GACjB,cAAc,EAAE,CAMlB;AAED,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,mBAAmB,GAAG,cAAc,EAAE,CAMhG;AAED,wBAAgB,kCAAkC,CAAC,aAAa,EAAE,mBAAmB,GAAG,cAAc,EAAE,CAQvG"}
|
|
@@ -16,3 +16,4 @@ export declare function createDrillIntersection(colDef: AgGridColumnDef, data: A
|
|
|
16
16
|
* @returns Array of drill intersection elements
|
|
17
17
|
*/
|
|
18
18
|
export declare function createHeaderDrillIntersection(colDef: AgGridColumnDef): IDrillEventIntersectionElement[];
|
|
19
|
+
//# sourceMappingURL=intersection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intersection.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/intersection.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,8BAA8B,EAItC,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACH,KAAK,eAAe,EAGvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AA6E7D;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CACnC,MAAM,EAAE,eAAe,EACvB,IAAI,EAAE,aAAa,GACpB,8BAA8B,EAAE,CAIlC;AAED;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,eAAe,GAAG,8BAA8B,EAAE,CAIvG"}
|
|
@@ -22,3 +22,4 @@ export declare function isCellDrillable(colDef: AgGridColumnDef, data: AgGridRow
|
|
|
22
22
|
* @returns True if the header cell is drillable, false otherwise
|
|
23
23
|
*/
|
|
24
24
|
export declare function isHeaderCellDrillable(colDef: AgGridColumnDef, drillableItems: ExplicitDrill[], dataViewFacade?: DataViewFacade, columnHeadersPosition?: string): boolean;
|
|
25
|
+
//# sourceMappingURL=isDrillable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isDrillable.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/isDrillable.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,aAAa,EAKrB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,eAAe,EAA6B,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAsD7D;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAC3B,MAAM,EAAE,eAAe,EACvB,IAAI,EAAE,aAAa,EACnB,cAAc,EAAE,aAAa,EAAE,EAC/B,cAAc,CAAC,EAAE,cAAc,GAChC,OAAO,CAYT;AAkCD;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CACjC,MAAM,EAAE,eAAe,EACvB,cAAc,EAAE,aAAa,EAAE,EAC/B,cAAc,CAAC,EAAE,cAAc,EAC/B,qBAAqB,CAAC,EAAE,MAAM,GAC/B,OAAO,CAkBT"}
|
|
@@ -4,3 +4,4 @@ import { type OnExportReady } from "@gooddata/sdk-ui";
|
|
|
4
4
|
* Handles export ready functionality by creating export function
|
|
5
5
|
*/
|
|
6
6
|
export declare const handleExportReady: (result: IExecutionResult, onExportReady: OnExportReady, exportTitle?: string | undefined) => void;
|
|
7
|
+
//# sourceMappingURL=exports.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../../src/next/features/exports/exports.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,KAAK,aAAa,EAAwB,MAAM,kBAAkB,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,iBAAiB,oGAO7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pagination/utils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAElE;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE7D;AAED;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAExD;AAED;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAWzE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agGridPivotingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/agGridPivotingApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAEjF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D;;;;GAIG;AACH,wBAAgB,2BAA2B,CACvC,OAAO,EAAE;IAAE,OAAO,EAAE,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,CAAA;CAAE,EAC9C,GAAG,EAAE,OAAO,CAAC,aAAa,CAAC,QAc9B"}
|
|
@@ -41,3 +41,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
|
|
|
41
41
|
* @internal
|
|
42
42
|
*/
|
|
43
43
|
export declare function columnDefinitionToHeaderNames(column: ITableColumnDefinition, columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape): string[];
|
|
44
|
+
//# sourceMappingURL=columnDefinitionToHeaderNames.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columnDefinitionToHeaderNames.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefinitionToHeaderNames.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EACH,KAAK,sBAAsB,EAG9B,MAAM,kBAAkB,CAAC;AAO1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAG1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAgB,6BAA6B,CACzC,MAAM,EAAE,sBAAsB,EAC9B,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,MAAM,EAAE,CA0BV"}
|
|
@@ -23,3 +23,4 @@ interface IColumnDefinitionWithPath {
|
|
|
23
23
|
export declare function createColumnDefWithPath(columnDef: AgGridColumnDef, columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape): IColumnDefinitionWithPath;
|
|
24
24
|
export declare function createColumnDefsWithPaths(columnDefs: AgGridColumnDef[], columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape): IColumnDefinitionWithPath[];
|
|
25
25
|
export {};
|
|
26
|
+
//# sourceMappingURL=columnDefsToPivotGroups.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columnDefsToPivotGroups.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefsToPivotGroups.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAU5C,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAO1E;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CACnC,iBAAiB,EAAE,eAAe,EAAE,EACpC,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,CAAC,eAAe,GAAG,oBAAoB,CAAC,EAAE,CA0G5C;AAED;;GAEG;AACH,UAAU,yBAAyB;IAC/B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,EAAE,eAAe,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACnC,SAAS,EAAE,eAAe,EAC1B,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,yBAAyB,CAgB3B;AAED,wBAAgB,yBAAyB,CACrC,UAAU,EAAE,eAAe,EAAE,EAC7B,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,yBAAyB,EAAE,CAE7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agGridColumnSizingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/agGridColumnSizingApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,SAAS,QAE5D;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,SAAS,QAE1D;AAED;;;;;;GAMG;AACH,wBAAgB,oCAAoC,CAChD,OAAO,EAAE;IAAE,YAAY,EAAE,aAAa,CAAA;CAAE,EACxC,OAAO,EAAE,SAAS,QAgBrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyColumnWidthsToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/applyColumnWidthsToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAK/D;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,mFAyBjC,CAAC"}
|
|
@@ -14,3 +14,4 @@ export declare function createColumnWidthItemForColumnDefinition(columnDefinitio
|
|
|
14
14
|
* @internal
|
|
15
15
|
*/
|
|
16
16
|
export declare function createWeakColumnWidthItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnWidth: number): IWeakMeasureColumnWidthItem | undefined;
|
|
17
|
+
//# sourceMappingURL=createColumnWidthItemForColumnDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createColumnWidthItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/createColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,sBAAsB,EAAsB,MAAM,kBAAkB,CAAC;AAOnF,OAAO,EACH,KAAK,eAAe,EAGpB,KAAK,2BAA2B,EAGnC,MAAM,yBAAyB,CAAC;AAEjC;;;;GAIG;AACH,wBAAgB,wCAAwC,CACpD,gBAAgB,EAAE,sBAAsB,EACxC,WAAW,EAAE,MAAM,GACpB,eAAe,CAmEjB;AAED;;;;;;GAMG;AACH,wBAAgB,4CAA4C,CACxD,gBAAgB,EAAE,sBAAsB,EACxC,WAAW,EAAE,MAAM,GACpB,2BAA2B,GAAG,SAAS,CAUzC"}
|
|
@@ -6,3 +6,4 @@ import { type ColumnWidthItem } from "../../types/resizing.js";
|
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
8
8
|
export declare function getColumnWidthItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnWidths: ColumnWidthItem[]): ColumnWidthItem | undefined;
|
|
9
|
+
//# sourceMappingURL=getColumnWidthItemForColumnDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getColumnWidthItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/getColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D;;;;GAIG;AACH,wBAAgB,qCAAqC,CACjD,gBAAgB,EAAE,sBAAsB,EACxC,YAAY,EAAE,eAAe,EAAE,GAChC,eAAe,GAAG,SAAS,CA4D7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getColumnWidthItemValue.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/getColumnWidthItemValue.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,eAAe,EAMvB,MAAM,yBAAyB,CAAC;AAEjC;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,eAAe,EAAE,eAAe,GAAG,MAAM,GAAG,SAAS,CA4B5F"}
|