@gooddata/sdk-ui-pivot 11.14.0-alpha.0 → 11.14.0-alpha.2
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 +2 -2
- package/esm/CorePivotTable.d.ts.map +1 -1
- package/esm/CorePivotTable.js.map +1 -1
- package/esm/PivotTable.d.ts +3 -3
- package/esm/PivotTable.d.ts.map +1 -1
- package/esm/columnWidths.d.ts +1 -1
- package/esm/columnWidths.d.ts.map +1 -1
- package/esm/columnWidths.js +1 -1
- package/esm/columnWidths.js.map +1 -1
- package/esm/components/PivotTableError.d.ts +2 -2
- package/esm/components/PivotTableError.d.ts.map +1 -1
- package/esm/components/PivotTableError.js.map +1 -1
- package/esm/components/PivotTableLoading.d.ts +2 -2
- package/esm/components/PivotTableLoading.d.ts.map +1 -1
- package/esm/components/utils/configDelegation.d.ts +2 -2
- package/esm/components/utils/configDelegation.d.ts.map +1 -1
- package/esm/components/utils/pivotTableDefaults.d.ts +1 -1
- package/esm/components/utils/pivotTableDefaults.d.ts.map +1 -1
- package/esm/impl/base/agApiWrapper.d.ts +1 -1
- package/esm/impl/base/agApiWrapper.d.ts.map +1 -1
- package/esm/impl/base/agColumnWrapper.d.ts +1 -1
- package/esm/impl/base/agColumnWrapper.d.ts.map +1 -1
- package/esm/impl/base/agUtils.d.ts +1 -1
- package/esm/impl/base/agUtils.d.ts.map +1 -1
- package/esm/impl/base/constants.d.ts +1 -1
- package/esm/impl/base/constants.d.ts.map +1 -1
- package/esm/impl/cell/cellClass.d.ts +3 -3
- package/esm/impl/cell/cellClass.d.ts.map +1 -1
- package/esm/impl/cell/cellRenderer.d.ts +3 -3
- package/esm/impl/cell/cellRenderer.d.ts.map +1 -1
- package/esm/impl/cell/cellUtils.d.ts +6 -6
- package/esm/impl/cell/cellUtils.d.ts.map +1 -1
- package/esm/impl/cell/cellUtils.js.map +1 -1
- package/esm/impl/cell/onCellClick.d.ts +3 -3
- package/esm/impl/cell/onCellClick.d.ts.map +1 -1
- package/esm/impl/cell/onCellKeyDown.d.ts +3 -3
- package/esm/impl/cell/onCellKeyDown.d.ts.map +1 -1
- package/esm/impl/config/tableConfigAccessors.d.ts +4 -4
- package/esm/impl/config/tableConfigAccessors.d.ts.map +1 -1
- package/esm/impl/config/tableConfigUtils.d.ts +4 -4
- package/esm/impl/config/tableConfigUtils.d.ts.map +1 -1
- package/esm/impl/data/dataSource.d.ts +7 -7
- package/esm/impl/data/dataSource.d.ts.map +1 -1
- package/esm/impl/data/dataSource.js.map +1 -1
- package/esm/impl/data/dataSourceUtils.d.ts +3 -3
- package/esm/impl/data/dataSourceUtils.d.ts.map +1 -1
- package/esm/impl/data/resultTypes.d.ts +2 -2
- package/esm/impl/data/resultTypes.d.ts.map +1 -1
- package/esm/impl/data/rowFactory.d.ts +5 -5
- package/esm/impl/data/rowFactory.d.ts.map +1 -1
- package/esm/impl/data/rowGroupingProvider.d.ts +1 -1
- package/esm/impl/data/rowGroupingProvider.d.ts.map +1 -1
- package/esm/impl/drilling/cellDrillabilityPredicate.d.ts +4 -4
- package/esm/impl/drilling/cellDrillabilityPredicate.d.ts.map +1 -1
- package/esm/impl/drilling/colDrillHeadersFactory.d.ts +4 -4
- package/esm/impl/drilling/colDrillHeadersFactory.d.ts.map +1 -1
- package/esm/impl/drilling/colDrillHeadersFactory.js.map +1 -1
- package/esm/impl/drilling/drillIntersectionFactory.d.ts +4 -4
- package/esm/impl/drilling/drillIntersectionFactory.d.ts.map +1 -1
- package/esm/impl/drilling/drillIntersectionFactory.js +1 -1
- package/esm/impl/drilling/drillIntersectionFactory.js.map +1 -1
- package/esm/impl/drilling/drillTargets.d.ts +2 -2
- package/esm/impl/drilling/drillTargets.d.ts.map +1 -1
- package/esm/impl/drilling/drilledRowFactory.d.ts +3 -3
- package/esm/impl/drilling/drilledRowFactory.d.ts.map +1 -1
- package/esm/impl/eventHandlers/aggregationEventHandlers.d.ts +4 -4
- package/esm/impl/eventHandlers/aggregationEventHandlers.d.ts.map +1 -1
- package/esm/impl/eventHandlers/aggregationEventHandlers.js.map +1 -1
- package/esm/impl/eventHandlers/dataLoadingEventHandlers.d.ts +4 -4
- package/esm/impl/eventHandlers/dataLoadingEventHandlers.d.ts.map +1 -1
- package/esm/impl/eventHandlers/dataLoadingEventHandlers.js +1 -1
- package/esm/impl/eventHandlers/dataLoadingEventHandlers.js.map +1 -1
- package/esm/impl/eventHandlers/dataRenderHandlers.d.ts +2 -2
- package/esm/impl/eventHandlers/dataRenderHandlers.d.ts.map +1 -1
- package/esm/impl/eventHandlers/gridEventHandlers.d.ts +3 -3
- package/esm/impl/eventHandlers/gridEventHandlers.d.ts.map +1 -1
- package/esm/impl/eventHandlers/resizeEventHandlers.d.ts +3 -3
- package/esm/impl/eventHandlers/resizeEventHandlers.d.ts.map +1 -1
- package/esm/impl/eventHandlers/scrollEventHandlers.d.ts +3 -3
- package/esm/impl/eventHandlers/scrollEventHandlers.d.ts.map +1 -1
- package/esm/impl/eventHandlers/sortingEventHandlers.d.ts +4 -4
- package/esm/impl/eventHandlers/sortingEventHandlers.d.ts.map +1 -1
- package/esm/impl/eventHandlers/sortingEventHandlers.js.map +1 -1
- package/esm/impl/gridOptions.d.ts +3 -3
- package/esm/impl/gridOptions.d.ts.map +1 -1
- package/esm/impl/height/heightCalculationManager.d.ts +2 -2
- package/esm/impl/height/heightCalculationManager.d.ts.map +1 -1
- package/esm/impl/privateTypes.d.ts +7 -7
- package/esm/impl/privateTypes.d.ts.map +1 -1
- package/esm/impl/resizing/columnSizing.d.ts +8 -8
- package/esm/impl/resizing/columnSizing.d.ts.map +1 -1
- package/esm/impl/stickyRow/stickyRowManager.d.ts +3 -3
- package/esm/impl/stickyRow/stickyRowManager.d.ts.map +1 -1
- package/esm/impl/stickyRowHandler.d.ts +2 -2
- package/esm/impl/stickyRowHandler.d.ts.map +1 -1
- package/esm/impl/structure/colAccessors.d.ts +1 -1
- package/esm/impl/structure/colAccessors.d.ts.map +1 -1
- package/esm/impl/structure/colAccessors.js.map +1 -1
- package/esm/impl/structure/colDefFactory.d.ts +4 -4
- package/esm/impl/structure/colDefFactory.d.ts.map +1 -1
- package/esm/impl/structure/colDefFactory.js.map +1 -1
- package/esm/impl/structure/colDefHeaderClass.d.ts +2 -2
- package/esm/impl/structure/colDefHeaderClass.d.ts.map +1 -1
- package/esm/impl/structure/colDefTemplates.d.ts +3 -3
- package/esm/impl/structure/colDefTemplates.d.ts.map +1 -1
- package/esm/impl/structure/colLocatorFactory.d.ts +2 -2
- package/esm/impl/structure/colLocatorFactory.d.ts.map +1 -1
- package/esm/impl/structure/colLocatorFactory.js.map +1 -1
- package/esm/impl/structure/colLocatorMatching.d.ts +2 -2
- package/esm/impl/structure/colLocatorMatching.d.ts.map +1 -1
- package/esm/impl/structure/colSortItemFactory.d.ts +2 -2
- package/esm/impl/structure/colSortItemFactory.d.ts.map +1 -1
- package/esm/impl/structure/colSortItemFactory.js.map +1 -1
- package/esm/impl/structure/colSortItemMatching.d.ts +2 -2
- package/esm/impl/structure/colSortItemMatching.d.ts.map +1 -1
- package/esm/impl/structure/headers/AggregationsMenu.d.ts +5 -5
- package/esm/impl/structure/headers/AggregationsMenu.d.ts.map +1 -1
- package/esm/impl/structure/headers/AggregationsSubMenu.d.ts +5 -5
- package/esm/impl/structure/headers/AggregationsSubMenu.d.ts.map +1 -1
- package/esm/impl/structure/headers/AggregationsSubMenuItems.d.ts +5 -5
- package/esm/impl/structure/headers/AggregationsSubMenuItems.d.ts.map +1 -1
- package/esm/impl/structure/headers/ColumnGroupHeader.d.ts +3 -3
- package/esm/impl/structure/headers/ColumnGroupHeader.d.ts.map +1 -1
- package/esm/impl/structure/headers/ColumnGroupHeader.js.map +1 -1
- package/esm/impl/structure/headers/ColumnHeader.d.ts +4 -4
- package/esm/impl/structure/headers/ColumnHeader.d.ts.map +1 -1
- package/esm/impl/structure/headers/ColumnHeader.js.map +1 -1
- package/esm/impl/structure/headers/ColumnTotalGroupHeader.d.ts +1 -1
- package/esm/impl/structure/headers/ColumnTotalGroupHeader.d.ts.map +1 -1
- package/esm/impl/structure/headers/ColumnTotalHeader.d.ts +3 -3
- package/esm/impl/structure/headers/ColumnTotalHeader.d.ts.map +1 -1
- package/esm/impl/structure/headers/ColumnTotalHeader.js.map +1 -1
- package/esm/impl/structure/headers/HeaderCell.d.ts +5 -5
- package/esm/impl/structure/headers/HeaderCell.d.ts.map +1 -1
- package/esm/impl/structure/headers/MixedValuesColumnHeader.d.ts +1 -1
- package/esm/impl/structure/headers/MixedValuesColumnHeader.d.ts.map +1 -1
- package/esm/impl/structure/headers/aggregationsMenuHelper.d.ts +3 -3
- package/esm/impl/structure/headers/aggregationsMenuHelper.d.ts.map +1 -1
- package/esm/impl/structure/headers/aggregationsMenuHelper.js +1 -1
- package/esm/impl/structure/headers/aggregationsMenuHelper.js.map +1 -1
- package/esm/impl/structure/headers/aggregationsMenuTypes.d.ts +1 -1
- package/esm/impl/structure/headers/aggregationsMenuTypes.d.ts.map +1 -1
- package/esm/impl/structure/tableDescriptor.d.ts +7 -7
- package/esm/impl/structure/tableDescriptor.d.ts.map +1 -1
- package/esm/impl/structure/tableDescriptor.js.map +1 -1
- package/esm/impl/structure/tableDescriptorFactory.d.ts +4 -4
- package/esm/impl/structure/tableDescriptorFactory.d.ts.map +1 -1
- package/esm/impl/structure/tableDescriptorFactory.js.map +1 -1
- package/esm/impl/structure/tableDescriptorSorting.d.ts +2 -2
- package/esm/impl/structure/tableDescriptorSorting.d.ts.map +1 -1
- package/esm/impl/structure/tableDescriptorTypes.d.ts +3 -3
- package/esm/impl/structure/tableDescriptorTypes.d.ts.map +1 -1
- package/esm/impl/tableFacade.d.ts +8 -8
- package/esm/impl/tableFacade.d.ts.map +1 -1
- package/esm/impl/tableFacade.js.map +1 -1
- package/esm/impl/tableFacadeInitializer.d.ts +3 -3
- package/esm/impl/tableFacadeInitializer.d.ts.map +1 -1
- package/esm/impl/tableFacadeInitializer.js.map +1 -1
- package/esm/impl/updates/componentUpdateAnalyzer.d.ts +4 -4
- package/esm/impl/updates/componentUpdateAnalyzer.d.ts.map +1 -1
- package/esm/impl/utils.d.ts +3 -3
- package/esm/impl/utils.d.ts.map +1 -1
- package/esm/impl/utils.js.map +1 -1
- package/esm/locales.d.ts +2 -2
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js.map +1 -1
- package/esm/next/PivotTableNext.d.ts +2 -2
- package/esm/next/PivotTableNext.d.ts.map +1 -1
- package/esm/next/PivotTableNext.js +1 -1
- package/esm/next/PivotTableNext.js.map +1 -1
- package/esm/next/components/AvoidResizeFlickering.d.ts +1 -1
- package/esm/next/components/AvoidResizeFlickering.d.ts.map +1 -1
- package/esm/next/components/AvoidResizeFlickering.js.map +1 -1
- package/esm/next/components/Cell/AttributeCell.d.ts +4 -4
- package/esm/next/components/Cell/AttributeCell.d.ts.map +1 -1
- package/esm/next/components/Cell/AttributeCell.js.map +1 -1
- package/esm/next/components/Cell/MetricCell.d.ts +2 -2
- package/esm/next/components/Cell/MetricCell.d.ts.map +1 -1
- package/esm/next/components/Cell/TransposedMetricCell.d.ts +2 -2
- package/esm/next/components/Cell/TransposedMetricCell.d.ts.map +1 -1
- package/esm/next/components/ErrorComponent.d.ts +1 -1
- package/esm/next/components/ErrorComponent.d.ts.map +1 -1
- package/esm/next/components/Header/AttributeHeader.d.ts +1 -1
- package/esm/next/components/Header/AttributeHeader.d.ts.map +1 -1
- package/esm/next/components/Header/EmptyMeasureGroupHeader.d.ts +1 -1
- package/esm/next/components/Header/EmptyMeasureGroupHeader.d.ts.map +1 -1
- package/esm/next/components/Header/HeaderCell/HeaderMenu.d.ts +1 -1
- package/esm/next/components/Header/HeaderCell/HeaderMenu.d.ts.map +1 -1
- package/esm/next/components/Header/HeaderCell/HeaderMenu.js +2 -2
- package/esm/next/components/Header/HeaderCell/HeaderMenu.js.map +1 -1
- package/esm/next/components/Header/HeaderCell/HeaderMenuComponents.d.ts +4 -4
- package/esm/next/components/Header/HeaderCell/HeaderMenuComponents.d.ts.map +1 -1
- package/esm/next/components/Header/HeaderCell/HeaderMenuComponents.js.map +1 -1
- package/esm/next/components/Header/MeasureGroupHeader.d.ts +1 -1
- package/esm/next/components/Header/MeasureGroupHeader.d.ts.map +1 -1
- package/esm/next/components/Header/MeasureGroupHeader.js.map +1 -1
- package/esm/next/components/Header/MeasureHeader.d.ts +1 -1
- package/esm/next/components/Header/MeasureHeader.d.ts.map +1 -1
- package/esm/next/components/Header/PivotGroupHeader.d.ts +1 -1
- package/esm/next/components/Header/PivotGroupHeader.d.ts.map +1 -1
- package/esm/next/components/Header/PivotGroupHeader.js.map +1 -1
- package/esm/next/components/Header/SortIndicator.d.ts +1 -1
- package/esm/next/components/Header/SortIndicator.d.ts.map +1 -1
- package/esm/next/components/Header/utils/common.d.ts +2 -2
- package/esm/next/components/Header/utils/common.d.ts.map +1 -1
- package/esm/next/components/Header/utils/constructAggregationsMenuItems.d.ts +3 -3
- package/esm/next/components/Header/utils/constructAggregationsMenuItems.d.ts.map +1 -1
- package/esm/next/components/Header/utils/constructAggregationsMenuItems.js +1 -1
- package/esm/next/components/Header/utils/constructAggregationsMenuItems.js.map +1 -1
- package/esm/next/components/Header/utils/constructTextWrappingMenuItems.d.ts +3 -3
- package/esm/next/components/Header/utils/constructTextWrappingMenuItems.d.ts.map +1 -1
- package/esm/next/constants/agGridDefaultProps.d.ts +1 -1
- package/esm/next/constants/agGridDefaultProps.d.ts.map +1 -1
- package/esm/next/constants/internal.d.ts +4 -4
- package/esm/next/constants/internal.d.ts.map +1 -1
- package/esm/next/constants/internal.js.map +1 -1
- package/esm/next/context/AgGridApiContext.d.ts +2 -2
- package/esm/next/context/AgGridApiContext.d.ts.map +1 -1
- package/esm/next/context/AgGridApiContext.js.map +1 -1
- package/esm/next/context/AgGridTokenContext.d.ts +2 -2
- package/esm/next/context/AgGridTokenContext.d.ts.map +1 -1
- package/esm/next/context/AgGridTokenContext.js.map +1 -1
- package/esm/next/context/ColumnDefsContext.d.ts +1 -1
- package/esm/next/context/ColumnDefsContext.d.ts.map +1 -1
- package/esm/next/context/ColumnDefsContext.js +11 -2
- package/esm/next/context/ColumnDefsContext.js.map +1 -1
- package/esm/next/context/CurrentDataViewContext.d.ts +2 -2
- package/esm/next/context/CurrentDataViewContext.d.ts.map +1 -1
- package/esm/next/context/CurrentDataViewContext.js.map +1 -1
- package/esm/next/context/DrillableItemsRefContext.d.ts +2 -2
- package/esm/next/context/DrillableItemsRefContext.d.ts.map +1 -1
- package/esm/next/context/DrillableItemsRefContext.js.map +1 -1
- package/esm/next/context/HeaderMenuContext.d.ts +1 -1
- package/esm/next/context/HeaderMenuContext.d.ts.map +1 -1
- package/esm/next/context/HeaderMenuContext.js.map +1 -1
- package/esm/next/context/InitialExecutionContext.d.ts +2 -2
- package/esm/next/context/InitialExecutionContext.d.ts.map +1 -1
- package/esm/next/context/InitialExecutionContext.js.map +1 -1
- package/esm/next/context/PivotTablePropsContext.d.ts +6 -6
- package/esm/next/context/PivotTablePropsContext.d.ts.map +1 -1
- package/esm/next/context/PivotTablePropsContext.js.map +1 -1
- package/esm/next/context/RuntimeErrorContext.d.ts +2 -2
- package/esm/next/context/RuntimeErrorContext.d.ts.map +1 -1
- package/esm/next/context/RuntimeErrorContext.js.map +1 -1
- package/esm/next/context/TableReadyContext.d.ts +1 -1
- package/esm/next/context/TableReadyContext.d.ts.map +1 -1
- package/esm/next/context/TableReadyContext.js.map +1 -1
- package/esm/next/features/aggregations/agGridAggregationsApi.d.ts +3 -3
- package/esm/next/features/aggregations/agGridAggregationsApi.d.ts.map +1 -1
- package/esm/next/features/aggregations/applyTotalsToExecutionDef.d.ts +2 -2
- package/esm/next/features/aggregations/applyTotalsToExecutionDef.d.ts.map +1 -1
- package/esm/next/features/aggregations/applyTotalsToExecutionDef.js.map +1 -1
- package/esm/next/features/aggregations/ordering.d.ts +1 -1
- package/esm/next/features/aggregations/ordering.d.ts.map +1 -1
- package/esm/next/features/columns/agGridColDefsApi.d.ts +1 -1
- package/esm/next/features/columns/agGridColDefsApi.d.ts.map +1 -1
- package/esm/next/features/columns/applyAllFeaturesToColDef.d.ts +6 -6
- package/esm/next/features/columns/applyAllFeaturesToColDef.d.ts.map +1 -1
- package/esm/next/features/columns/attributeColDef.d.ts +3 -3
- package/esm/next/features/columns/attributeColDef.d.ts.map +1 -1
- package/esm/next/features/columns/colDefIdentifiers.d.ts +2 -2
- package/esm/next/features/columns/colDefIdentifiers.d.ts.map +1 -1
- package/esm/next/features/columns/colDefIdentifiers.js +1 -1
- package/esm/next/features/columns/colDefIdentifiers.js.map +1 -1
- package/esm/next/features/columns/colId.d.ts +2 -2
- package/esm/next/features/columns/colId.d.ts.map +1 -1
- package/esm/next/features/columns/createColDef.d.ts +4 -4
- package/esm/next/features/columns/createColDef.d.ts.map +1 -1
- package/esm/next/features/columns/createColDef.js.map +1 -1
- package/esm/next/features/columns/measureColDef.d.ts +2 -2
- package/esm/next/features/columns/measureColDef.d.ts.map +1 -1
- package/esm/next/features/columns/shared.d.ts +6 -6
- package/esm/next/features/columns/shared.d.ts.map +1 -1
- package/esm/next/features/columns/shared.js +0 -1
- package/esm/next/features/columns/shared.js.map +1 -1
- package/esm/next/features/data/agGridLoadingApi.d.ts +2 -2
- package/esm/next/features/data/agGridLoadingApi.d.ts.map +1 -1
- package/esm/next/features/data/createExecutionDef.d.ts +3 -3
- package/esm/next/features/data/createExecutionDef.d.ts.map +1 -1
- package/esm/next/features/data/createExecutionDef.js.map +1 -1
- package/esm/next/features/data/createServerSideDataSource.d.ts +7 -7
- package/esm/next/features/data/createServerSideDataSource.d.ts.map +1 -1
- package/esm/next/features/data/createServerSideDataSource.js.map +1 -1
- package/esm/next/features/data/dataViewToColDefs.d.ts +11 -9
- package/esm/next/features/data/dataViewToColDefs.d.ts.map +1 -1
- package/esm/next/features/data/dataViewToColDefs.js +3 -2
- package/esm/next/features/data/dataViewToColDefs.js.map +1 -1
- package/esm/next/features/data/dataViewToRowData.d.ts +5 -5
- package/esm/next/features/data/dataViewToRowData.d.ts.map +1 -1
- package/esm/next/features/data/dataViewToRowData.js +2 -2
- package/esm/next/features/data/dataViewToRowData.js.map +1 -1
- package/esm/next/features/data/executionDefinition/attributes.d.ts +2 -2
- package/esm/next/features/data/executionDefinition/attributes.d.ts.map +1 -1
- package/esm/next/features/data/executionDefinition/attributes.js.map +1 -1
- package/esm/next/features/data/executionDefinition/constants.d.ts +1 -1
- package/esm/next/features/data/executionDefinition/constants.d.ts.map +1 -1
- package/esm/next/features/data/executionDefinition/dimensions.d.ts +1 -1
- package/esm/next/features/data/executionDefinition/dimensions.d.ts.map +1 -1
- package/esm/next/features/data/executionDefinition/execConfig.d.ts +2 -2
- package/esm/next/features/data/executionDefinition/execConfig.d.ts.map +1 -1
- package/esm/next/features/data/executionDefinition/filters.d.ts +2 -2
- package/esm/next/features/data/executionDefinition/filters.d.ts.map +1 -1
- package/esm/next/features/data/executionDefinition/measures.d.ts +2 -2
- package/esm/next/features/data/executionDefinition/measures.d.ts.map +1 -1
- package/esm/next/features/data/executionDefinition/measures.js.map +1 -1
- package/esm/next/features/data/executionDefinition/types.d.ts +1 -1
- package/esm/next/features/data/executionDefinition/types.d.ts.map +1 -1
- package/esm/next/features/data/executionDefinition/workspace.d.ts +1 -1
- package/esm/next/features/data/executionDefinition/workspace.d.ts.map +1 -1
- package/esm/next/features/data/loadDataView.d.ts +1 -1
- package/esm/next/features/data/loadDataView.d.ts.map +1 -1
- package/esm/next/features/data/valueFormatter.d.ts +15 -0
- package/esm/next/features/data/valueFormatter.d.ts.map +1 -0
- package/esm/next/features/data/valueFormatter.js +38 -0
- package/esm/next/features/data/valueFormatter.js.map +1 -0
- package/esm/next/features/drilling/applyCellRenderingToColDef.d.ts +3 -3
- package/esm/next/features/drilling/applyCellRenderingToColDef.d.ts.map +1 -1
- package/esm/next/features/drilling/applyCellRenderingToColDef.js +1 -1
- package/esm/next/features/drilling/applyCellRenderingToColDef.js.map +1 -1
- package/esm/next/features/drilling/events.d.ts +1 -1
- package/esm/next/features/drilling/events.d.ts.map +1 -1
- package/esm/next/features/drilling/getAvailableDrillTargets.d.ts +2 -2
- package/esm/next/features/drilling/getAvailableDrillTargets.d.ts.map +1 -1
- package/esm/next/features/drilling/headerMapping.d.ts +1 -1
- package/esm/next/features/drilling/headerMapping.d.ts.map +1 -1
- package/esm/next/features/drilling/intersection.d.ts +3 -3
- package/esm/next/features/drilling/intersection.d.ts.map +1 -1
- package/esm/next/features/drilling/intersection.js +1 -1
- package/esm/next/features/drilling/intersection.js.map +1 -1
- package/esm/next/features/drilling/isDrillable.d.ts +3 -3
- package/esm/next/features/drilling/isDrillable.d.ts.map +1 -1
- package/esm/next/features/exports/exports.d.ts +2 -2
- package/esm/next/features/exports/exports.d.ts.map +1 -1
- package/esm/next/features/exports/exports.js.map +1 -1
- package/esm/next/features/pagination/utils.d.ts +1 -1
- package/esm/next/features/pagination/utils.d.ts.map +1 -1
- package/esm/next/features/pivoting/agGridPivotingApi.d.ts +2 -2
- package/esm/next/features/pivoting/agGridPivotingApi.d.ts.map +1 -1
- package/esm/next/features/pivoting/columnDefinitionToHeaderNames.d.ts +3 -3
- package/esm/next/features/pivoting/columnDefinitionToHeaderNames.d.ts.map +1 -1
- package/esm/next/features/pivoting/columnDefinitionToHeaderNames.js +1 -1
- package/esm/next/features/pivoting/columnDefinitionToHeaderNames.js.map +1 -1
- package/esm/next/features/pivoting/columnDefsToPivotGroups.d.ts +3 -3
- package/esm/next/features/pivoting/columnDefsToPivotGroups.d.ts.map +1 -1
- package/esm/next/features/resizing/agGridColumnSizingApi.d.ts +2 -2
- package/esm/next/features/resizing/agGridColumnSizingApi.d.ts.map +1 -1
- package/esm/next/features/resizing/applyColumnWidthsToColDef.d.ts +2 -2
- package/esm/next/features/resizing/applyColumnWidthsToColDef.d.ts.map +1 -1
- package/esm/next/features/resizing/createColumnWidthItemForColumnDefinition.d.ts +2 -2
- package/esm/next/features/resizing/createColumnWidthItemForColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/resizing/createColumnWidthItemForColumnDefinition.js.map +1 -1
- package/esm/next/features/resizing/getColumnWidthItemForColumnDefinition.d.ts +2 -2
- package/esm/next/features/resizing/getColumnWidthItemForColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/resizing/getColumnWidthItemValue.d.ts +1 -1
- package/esm/next/features/resizing/getColumnWidthItemValue.d.ts.map +1 -1
- package/esm/next/features/resizing/isColumnWidthItemMatch.d.ts +1 -1
- package/esm/next/features/resizing/isColumnWidthItemMatch.d.ts.map +1 -1
- package/esm/next/features/sorting/agGridSortingApi.d.ts +2 -2
- package/esm/next/features/sorting/agGridSortingApi.d.ts.map +1 -1
- package/esm/next/features/sorting/applySortByToColDef.d.ts +2 -2
- package/esm/next/features/sorting/applySortByToColDef.d.ts.map +1 -1
- package/esm/next/features/sorting/applySortByToColDef.js.map +1 -1
- package/esm/next/features/sorting/applySortByToExecutionDef.d.ts +2 -2
- package/esm/next/features/sorting/applySortByToExecutionDef.d.ts.map +1 -1
- package/esm/next/features/sorting/createSortForColumnDefinition.d.ts +2 -2
- package/esm/next/features/sorting/createSortForColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/sorting/createSortForColumnDefinition.js +1 -1
- package/esm/next/features/sorting/createSortForColumnDefinition.js.map +1 -1
- package/esm/next/features/sorting/getNextSortState.d.ts +1 -1
- package/esm/next/features/sorting/getNextSortState.d.ts.map +1 -1
- package/esm/next/features/sorting/getSortForColumnDefinition.d.ts +2 -2
- package/esm/next/features/sorting/getSortForColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/sorting/getSortForColumnDefinition.js.map +1 -1
- package/esm/next/features/sorting/locators.d.ts +2 -2
- package/esm/next/features/sorting/locators.d.ts.map +1 -1
- package/esm/next/features/sorting/locators.js.map +1 -1
- package/esm/next/features/sorting/sanitizeSortInExecution.d.ts +1 -1
- package/esm/next/features/sorting/sanitizeSortInExecution.d.ts.map +1 -1
- package/esm/next/features/sorting/sortItemsToSortModel.d.ts +4 -4
- package/esm/next/features/sorting/sortItemsToSortModel.d.ts.map +1 -1
- package/esm/next/features/sorting/sortItemsToSortModel.js.map +1 -1
- package/esm/next/features/sorting/sortModelToSortItems.d.ts +3 -3
- package/esm/next/features/sorting/sortModelToSortItems.d.ts.map +1 -1
- package/esm/next/features/styling/cell.d.ts +4 -4
- package/esm/next/features/styling/cell.d.ts.map +1 -1
- package/esm/next/features/styling/cell.js.map +1 -1
- package/esm/next/features/styling/headerCell.d.ts +2 -2
- package/esm/next/features/styling/headerCell.d.ts.map +1 -1
- package/esm/next/features/textWrapping/agGridTextWrappingOptions.d.ts +1 -1
- package/esm/next/features/textWrapping/agGridTextWrappingOptions.d.ts.map +1 -1
- package/esm/next/features/textWrapping/allowCellWrappingByColumnDefinition.d.ts +1 -1
- package/esm/next/features/textWrapping/allowCellWrappingByColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/textWrapping/applyTextWrappingToColDef.d.ts +2 -2
- package/esm/next/features/textWrapping/applyTextWrappingToColDef.d.ts.map +1 -1
- package/esm/next/features/textWrapping/applyTextWrappingToGroupDef.d.ts +2 -2
- package/esm/next/features/textWrapping/applyTextWrappingToGroupDef.d.ts.map +1 -1
- package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.d.ts +2 -2
- package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.js.map +1 -1
- package/esm/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.d.ts +2 -2
- package/esm/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts +2 -2
- package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts.map +1 -1
- package/esm/next/features/textWrapping/isColumnTextWrappingItemMatch.d.ts +1 -1
- package/esm/next/features/textWrapping/isColumnTextWrappingItemMatch.d.ts.map +1 -1
- package/esm/next/features/transposition/applyTranspositionToExecutionDef.d.ts +2 -2
- package/esm/next/features/transposition/applyTranspositionToExecutionDef.d.ts.map +1 -1
- package/esm/next/features/transposition/attributeHeaderColDef.d.ts +3 -3
- package/esm/next/features/transposition/attributeHeaderColDef.d.ts.map +1 -1
- package/esm/next/features/transposition/measureGroupHeaderColDef.d.ts +3 -3
- package/esm/next/features/transposition/measureGroupHeaderColDef.d.ts.map +1 -1
- package/esm/next/features/transposition/measureGroupValueColDef.d.ts +2 -2
- package/esm/next/features/transposition/measureGroupValueColDef.d.ts.map +1 -1
- package/esm/next/features/transposition/totalHeaderColDef.d.ts +3 -3
- package/esm/next/features/transposition/totalHeaderColDef.d.ts.map +1 -1
- package/esm/next/hooks/columns/useGetAgGridColumns.d.ts +1 -1
- package/esm/next/hooks/columns/useGetAgGridColumns.d.ts.map +1 -1
- package/esm/next/hooks/columns/useSetAgGridPivotResultColumns.d.ts +1 -1
- package/esm/next/hooks/columns/useSetAgGridPivotResultColumns.d.ts.map +1 -1
- package/esm/next/hooks/columns/useUpdateAgGridColumnDefs.d.ts +1 -1
- package/esm/next/hooks/columns/useUpdateAgGridColumnDefs.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderDrilling.d.ts +2 -2
- package/esm/next/hooks/header/useHeaderDrilling.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderDrilling.js.map +1 -1
- package/esm/next/hooks/header/useHeaderGroupDrilling.d.ts +2 -2
- package/esm/next/hooks/header/useHeaderGroupDrilling.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderGroupDrilling.js.map +1 -1
- package/esm/next/hooks/header/useHeaderMenu.d.ts +3 -3
- package/esm/next/hooks/header/useHeaderMenu.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderMenuAggregations.d.ts +2 -2
- package/esm/next/hooks/header/useHeaderMenuAggregations.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderMenuKeyboard.d.ts +1 -1
- package/esm/next/hooks/header/useHeaderMenuKeyboard.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderMenuSorting.d.ts +3 -3
- package/esm/next/hooks/header/useHeaderMenuSorting.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderMenuSorting.js.map +1 -1
- package/esm/next/hooks/header/useHeaderMenuTextWrapping.d.ts +3 -3
- package/esm/next/hooks/header/useHeaderMenuTextWrapping.d.ts.map +1 -1
- package/esm/next/hooks/header/useHeaderSpaceKey.d.ts +1 -1
- package/esm/next/hooks/header/useHeaderSpaceKey.d.ts.map +1 -1
- package/esm/next/hooks/init/useInitExecution.d.ts +1 -1
- package/esm/next/hooks/init/useInitExecution.d.ts.map +1 -1
- package/esm/next/hooks/init/useInitExecutionResult.d.ts +3 -3
- package/esm/next/hooks/init/useInitExecutionResult.d.ts.map +1 -1
- package/esm/next/hooks/resizing/useColumnSizingProps.d.ts +1 -1
- package/esm/next/hooks/resizing/useColumnSizingProps.d.ts.map +1 -1
- package/esm/next/hooks/resizing/useInitSizingForEmptyData.d.ts +2 -2
- package/esm/next/hooks/resizing/useInitSizingForEmptyData.d.ts.map +1 -1
- package/esm/next/hooks/resizing/useVirtualColumnAutoResize.d.ts +1 -1
- package/esm/next/hooks/resizing/useVirtualColumnAutoResize.d.ts.map +1 -1
- package/esm/next/hooks/resizing/useVirtualColumnAutoResize.js.map +1 -1
- package/esm/next/hooks/textWrapping/useGetDefaultTextWrapping.d.ts +2 -2
- package/esm/next/hooks/textWrapping/useGetDefaultTextWrapping.d.ts.map +1 -1
- package/esm/next/hooks/textWrapping/useUpdateDefaultTextWrapping.d.ts +2 -2
- package/esm/next/hooks/textWrapping/useUpdateDefaultTextWrapping.d.ts.map +1 -1
- package/esm/next/hooks/textWrapping/useUpdateTextWrapping.d.ts +2 -2
- package/esm/next/hooks/textWrapping/useUpdateTextWrapping.d.ts.map +1 -1
- package/esm/next/hooks/totals/useUpdateTotals.d.ts +1 -1
- package/esm/next/hooks/totals/useUpdateTotals.d.ts.map +1 -1
- package/esm/next/hooks/useAccessibilityProps.d.ts +1 -1
- package/esm/next/hooks/useAccessibilityProps.d.ts.map +1 -1
- package/esm/next/hooks/useAfterRenderCallback.d.ts +1 -1
- package/esm/next/hooks/useAfterRenderCallback.d.ts.map +1 -1
- package/esm/next/hooks/useAgGridApiProps.d.ts +1 -1
- package/esm/next/hooks/useAgGridApiProps.d.ts.map +1 -1
- package/esm/next/hooks/useAgGridReactProps.d.ts +1 -1
- package/esm/next/hooks/useAgGridReactProps.d.ts.map +1 -1
- package/esm/next/hooks/useAutoHeight.d.ts +1 -1
- package/esm/next/hooks/useAutoHeight.d.ts.map +1 -1
- package/esm/next/hooks/useCellSelectionProps.d.ts +1 -1
- package/esm/next/hooks/useCellSelectionProps.d.ts.map +1 -1
- package/esm/next/hooks/useClipboardProps.d.ts +1 -1
- package/esm/next/hooks/useClipboardProps.d.ts.map +1 -1
- package/esm/next/hooks/useColumnDefsProps.d.ts +1 -1
- package/esm/next/hooks/useColumnDefsProps.d.ts.map +1 -1
- package/esm/next/hooks/useDataLoadingProps.d.ts +1 -1
- package/esm/next/hooks/useDataLoadingProps.d.ts.map +1 -1
- package/esm/next/hooks/useFocusManagementProps.d.ts +1 -1
- package/esm/next/hooks/useFocusManagementProps.d.ts.map +1 -1
- package/esm/next/hooks/useGrandTotalRows.d.ts +2 -2
- package/esm/next/hooks/useGrandTotalRows.d.ts.map +1 -1
- package/esm/next/hooks/useHeaderComponents.d.ts +1 -1
- package/esm/next/hooks/useHeaderComponents.d.ts.map +1 -1
- package/esm/next/hooks/useInteractionProps.d.ts +1 -1
- package/esm/next/hooks/useInteractionProps.d.ts.map +1 -1
- package/esm/next/hooks/useInteractionProps.js.map +1 -1
- package/esm/next/hooks/useLocaleTextProps.d.ts +1 -1
- package/esm/next/hooks/useLocaleTextProps.d.ts.map +1 -1
- package/esm/next/hooks/usePaginationProps.d.ts +1 -1
- package/esm/next/hooks/usePaginationProps.d.ts.map +1 -1
- package/esm/next/hooks/usePivotingProps.d.ts +1 -1
- package/esm/next/hooks/usePivotingProps.d.ts.map +1 -1
- package/esm/next/hooks/useResolvedProps.d.ts +2 -2
- package/esm/next/hooks/useResolvedProps.d.ts.map +1 -1
- package/esm/next/hooks/useResolvedProps.js.map +1 -1
- package/esm/next/hooks/useSortingProps.d.ts +1 -1
- package/esm/next/hooks/useSortingProps.d.ts.map +1 -1
- package/esm/next/hooks/useTextWrappingProps.d.ts +1 -1
- package/esm/next/hooks/useTextWrappingProps.d.ts.map +1 -1
- package/esm/next/hooks/useThemeProps.d.ts +1 -1
- package/esm/next/hooks/useThemeProps.d.ts.map +1 -1
- package/esm/next/testing/dataTestIdGenerators.d.ts +1 -1
- package/esm/next/testing/dataTestIdGenerators.d.ts.map +1 -1
- package/esm/next/types/agGrid.d.ts +5 -5
- package/esm/next/types/agGrid.d.ts.map +1 -1
- package/esm/next/types/cellRendering.d.ts +3 -3
- package/esm/next/types/cellRendering.d.ts.map +1 -1
- package/esm/next/types/formatting.d.ts +1 -1
- package/esm/next/types/formatting.d.ts.map +1 -1
- package/esm/next/types/internal.d.ts +4 -4
- package/esm/next/types/internal.d.ts.map +1 -1
- package/esm/next/types/locators.d.ts +1 -1
- package/esm/next/types/locators.d.ts.map +1 -1
- package/esm/next/types/locators.js +1 -1
- package/esm/next/types/locators.js.map +1 -1
- package/esm/next/types/menu.d.ts +1 -1
- package/esm/next/types/menu.d.ts.map +1 -1
- package/esm/next/types/public.d.ts +16 -16
- package/esm/next/types/public.d.ts.map +1 -1
- package/esm/next/types/resizing.d.ts +2 -2
- package/esm/next/types/resizing.d.ts.map +1 -1
- package/esm/next/types/resizing.js.map +1 -1
- package/esm/next/types/textWrapping.d.ts +1 -1
- package/esm/next/types/textWrapping.d.ts.map +1 -1
- package/esm/publicTypes.d.ts +5 -5
- package/esm/publicTypes.d.ts.map +1 -1
- package/esm/tableState.d.ts +6 -6
- package/esm/tableState.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/constants.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dimensions.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/dimensions.ts"],"names":[],"mappings":"AACA,OAAO,EACH,UAAU,
|
|
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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IExecutionConfig } from "@gooddata/sdk-model";
|
|
2
|
-
import { IPivotTableExecutionDefinition } from "./types.js";
|
|
1
|
+
import { type IExecutionConfig } from "@gooddata/sdk-model";
|
|
2
|
+
import { type IPivotTableExecutionDefinition } from "./types.js";
|
|
3
3
|
/**
|
|
4
4
|
* Applies provided execution config to the execution definition.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execConfig.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/execConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;
|
|
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,GACrC,gBAAgB;IAAE,UAAU,EAAE,gBAAgB,CAAA;CAAE,MAChD,qBAAqB,8BAA8B,KAAG,8BAEtD,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IFilter } from "@gooddata/sdk-model";
|
|
2
|
-
import { IPivotTableExecutionDefinition } from "./types.js";
|
|
1
|
+
import { type IFilter } from "@gooddata/sdk-model";
|
|
2
|
+
import { type IPivotTableExecutionDefinition } from "./types.js";
|
|
3
3
|
/**
|
|
4
4
|
* Applies provided filters to the execution definition.
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;
|
|
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,GAClC,aAAa;IAAE,OAAO,EAAE,OAAO,EAAE,CAAA;CAAE,MACnC,qBAAqB,8BAA8B,KAAG,8BAStD,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IMeasure } from "@gooddata/sdk-model";
|
|
2
|
-
import { IPivotTableExecutionDefinition } from "./types.js";
|
|
1
|
+
import { type IMeasure } from "@gooddata/sdk-model";
|
|
2
|
+
import { type IPivotTableExecutionDefinition } from "./types.js";
|
|
3
3
|
/**
|
|
4
4
|
* Applies provided measures to the execution definition.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"measures.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/measures.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAa,MAAM,qBAAqB,CAAC;
|
|
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,GACnC,cAAc;IAAE,QAAQ,EAAE,QAAQ,EAAE,CAAA;CAAE,MACtC,qBAAqB,8BAA8B,KAAG,8BAatD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"measures.js","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/measures.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,
|
|
1
|
+
{"version":3,"file":"measures.js","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/measures.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,EAAiB,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAG7D;;;;GAIG;AACH,MAAM,CAAC,MAAM,2BAA2B,GACpC,CAAC,EAAE,QAAQ,EAA4B,EAAE,EAAE,CAC3C,CAAC,mBAAmD,EAAkC,EAAE;IACpF,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACxB,OAAO,mBAAmB,CAAC;IAC/B,CAAC;IAED,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,mBAAmB,CAAC,UAAU,CAAC;IACzE,MAAM,CAAC,eAAe,EAAE,UAAU,EAAE,aAAa,CAAC,GAAG,mBAAmB,CAAC,OAAO,CAAC;IACjF,OAAO;QACH,GAAG,mBAAmB;QACtB,QAAQ;QACR,UAAU,EAAE,CAAC,aAAa,EAAE,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;QACzE,OAAO,EAAE,CAAC,SAAS,CAAC,WAAW,CAAC,QAAQ,EAAE,GAAG,QAAQ,CAAC,EAAE,UAAU,EAAE,aAAa,CAAC;KACrF,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/workspace.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;
|
|
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,GACpC,eAAe;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,MACpC,qBAAqB,8BAA8B,KAAG,8BAKtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadDataView.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/loadDataView.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;
|
|
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,GACT,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,CAAC,CAI/C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type ISeparators } from "@gooddata/sdk-model";
|
|
2
|
+
import { type DataViewFacade, type ITableData } from "@gooddata/sdk-ui";
|
|
3
|
+
/**
|
|
4
|
+
* Returns table data from a DataViewFacade with consistent value formatting.
|
|
5
|
+
*
|
|
6
|
+
* @remarks
|
|
7
|
+
* This ensures all access to table data uses the same formatter without HTML escaping.
|
|
8
|
+
* The DataViewFacade caches dataAccessMethods, so all calls must use the same formatter.
|
|
9
|
+
*
|
|
10
|
+
* @param dataView - The data view facade
|
|
11
|
+
* @param separators - Number separators to use for formatting
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare function getTableData(dataView: DataViewFacade, separators?: ISeparators): ITableData;
|
|
15
|
+
//# sourceMappingURL=valueFormatter.d.ts.map
|
|
@@ -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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// (C) 2025 GoodData Corporation
|
|
2
|
+
import { ClientFormatterFacade } from "@gooddata/number-formatter";
|
|
3
|
+
/**
|
|
4
|
+
* Formats a number value using the number-formatter.
|
|
5
|
+
*/
|
|
6
|
+
function getFormattedNumber(value, format, separators) {
|
|
7
|
+
const parsedNumber = ClientFormatterFacade.convertValue(value);
|
|
8
|
+
return ClientFormatterFacade.formatValue(parsedNumber, format, separators);
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Creates a value formatter that formats measure values without HTML escaping.
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* This mirrors the old pivot table behavior.
|
|
15
|
+
*
|
|
16
|
+
* @param separators - number separators to use
|
|
17
|
+
*/
|
|
18
|
+
function createValueFormatter(separators) {
|
|
19
|
+
return (value, format) => {
|
|
20
|
+
const { formattedValue } = getFormattedNumber(value, format, separators);
|
|
21
|
+
return formattedValue;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns table data from a DataViewFacade with consistent value formatting.
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* This ensures all access to table data uses the same formatter without HTML escaping.
|
|
29
|
+
* The DataViewFacade caches dataAccessMethods, so all calls must use the same formatter.
|
|
30
|
+
*
|
|
31
|
+
* @param dataView - The data view facade
|
|
32
|
+
* @param separators - Number separators to use for formatting
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
export function getTableData(dataView, separators) {
|
|
36
|
+
return dataView.data({ valueFormatter: createValueFormatter(separators) }).asTable();
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=valueFormatter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valueFormatter.js","sourceRoot":"","sources":["../../../../src/next/features/data/valueFormatter.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,qBAAqB,EAAyB,MAAM,4BAA4B,CAAC;AAI1F;;GAEG;AACH,SAAS,kBAAkB,CAAC,KAAgB,EAAE,MAAe,EAAE,UAAwB;IACnF,MAAM,YAAY,GAAG,qBAAqB,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;IAC/D,OAAO,qBAAqB,CAAC,WAAW,CAAC,YAAY,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC;AAC/E,CAAC;AAED;;;;;;;GAOG;AACH,SAAS,oBAAoB,CAAC,UAAwB;IAClD,OAAO,CAAC,KAAgB,EAAE,MAAc,EAAE,EAAE;QACxC,MAAM,EAAE,cAAc,EAAE,GAAG,kBAAkB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC;QACzE,OAAO,cAAc,CAAC;IAC1B,CAAC,CAAC;AACN,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,UAAU,YAAY,CAAC,QAAwB,EAAE,UAAwB;IAC3E,OAAO,QAAQ,CAAC,IAAI,CAAC,EAAE,cAAc,EAAE,oBAAoB,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC;AACzF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RefObject } from "react";
|
|
2
|
-
import { DataViewFacade, ExplicitDrill } from "@gooddata/sdk-ui";
|
|
3
|
-
import { AgGridColumnDef } from "../../types/agGrid.js";
|
|
1
|
+
import { type RefObject } from "react";
|
|
2
|
+
import { type DataViewFacade, type ExplicitDrill } from "@gooddata/sdk-ui";
|
|
3
|
+
import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
4
4
|
/**
|
|
5
5
|
* Applies cell rendering features (cellClass and cellRenderer) to the ag-grid col def.
|
|
6
6
|
* Uses a ref for drillableItems so the closure always reads the latest value,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applyCellRenderingToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/applyCellRenderingToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
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,GAClC,mBAAmB,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,cAAc,MAClE,QAAQ,eAAe,KAAG,eA2B1B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// (C) 2025 GoodData Corporation
|
|
2
|
-
import { isMeasureGroupHeaderColumnDefinition } from "@gooddata/sdk-ui";
|
|
2
|
+
import { isMeasureGroupHeaderColumnDefinition, } from "@gooddata/sdk-ui";
|
|
3
3
|
import { getCellClassName, getCellTypes, getTransposedCellClassName } from "../styling/cell.js";
|
|
4
4
|
/**
|
|
5
5
|
* Applies cell rendering features (cellClass and cellRenderer) to the ag-grid col def.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applyCellRenderingToColDef.js","sourceRoot":"","sources":["../../../../src/next/features/drilling/applyCellRenderingToColDef.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAIhC,OAAO,
|
|
1
|
+
{"version":3,"file":"applyCellRenderingToColDef.js","sourceRoot":"","sources":["../../../../src/next/features/drilling/applyCellRenderingToColDef.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAIhC,OAAO,EAGH,oCAAoC,GACvC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAEhG;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,0BAA0B,GACnC,CAAC,iBAA6C,EAAE,EAAmB,EAAE,EAAE,CACvE,CAAC,MAAuB,EAAmB,EAAE;IACzC,IAAI,CAAC,EAAE,EAAE,CAAC;QACN,OAAO,MAAM,CAAC;IAClB,CAAC;IAED,MAAM,mBAAmB,GAAG,MAAM,CAAC,OAAO,EAAE,mBAAmB,CAAC;IAEhE,OAAO;QACH,GAAG,MAAM;QACT,SAAS,EAAE,CAAC,MAAM,EAAE,EAAE;YAClB,6CAA6C;YAC7C,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC;YACjD,IAAI,oCAAoC,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,gBAAgB,CAAC,EAAE,CAAC;gBAChF,OAAO,0BAA0B,CAAC,MAAM,EAAE,cAAc,EAAE,EAAE,CAAC,CAAC;YAClE,CAAC;YAED,OAAO,gBAAgB,CAAC,MAAM,EAAE,cAAc,EAAE,EAAE,CAAC,CAAC;QACxD,CAAC;QACD,kDAAkD;QAClD,GAAG,CAAC,mBAAmB,IAAI;YACvB,YAAY,EAAE,CAAC,MAAgC,EAAE,EAAE;gBAC/C,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC;gBACjD,MAAM,SAAS,GAAG,YAAY,CAAC,MAAM,EAAE,cAAc,EAAE,EAAE,CAAC,CAAC;gBAC3D,OAAO,mBAAmB,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;YAClD,CAAC;SACJ,CAAC;KACL,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/events.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;
|
|
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,GAAI,YAAY,WAAW,6BAK7D,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DataViewFacade, IAvailableDrillTargets } from "@gooddata/sdk-ui";
|
|
2
|
-
import { ColumnHeadersPosition, MeasureGroupDimension } from "../../types/transposition.js";
|
|
1
|
+
import { type DataViewFacade, type IAvailableDrillTargets } from "@gooddata/sdk-ui";
|
|
2
|
+
import { type ColumnHeadersPosition, type MeasureGroupDimension } from "../../types/transposition.js";
|
|
3
3
|
/**
|
|
4
4
|
* Calculate available drill targets for the pivot table next implementation.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAvailableDrillTargets.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/getAvailableDrillTargets.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,cAAc,
|
|
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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IMappingHeader, ITableColumnDefinition, ITableDataHeaderScope, ITableRowDefinition } from "@gooddata/sdk-ui";
|
|
1
|
+
import { type IMappingHeader, type ITableColumnDefinition, type ITableDataHeaderScope, type ITableRowDefinition } from "@gooddata/sdk-ui";
|
|
2
2
|
export declare function extractMappingHeadersUpToPosition(scopes: ITableDataHeaderScope[], position: number): IMappingHeader[];
|
|
3
3
|
export declare function extractAllColumnMappingHeaders(columnDefinition: ITableColumnDefinition): IMappingHeader[];
|
|
4
4
|
export declare function extractRowMappingHeadersAtPosition(rowDefinition: ITableRowDefinition, position: number): IMappingHeader[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"headerMapping.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/headerMapping.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,cAAc,
|
|
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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IDrillEventIntersectionElement } from "@gooddata/sdk-ui";
|
|
2
|
-
import { AgGridColumnDef } from "../../types/agGrid.js";
|
|
3
|
-
import { AgGridRowData } from "../../types/internal.js";
|
|
1
|
+
import { type IDrillEventIntersectionElement } from "@gooddata/sdk-ui";
|
|
2
|
+
import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
3
|
+
import { type AgGridRowData } from "../../types/internal.js";
|
|
4
4
|
/**
|
|
5
5
|
* Creates drill intersection elements for a cell
|
|
6
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intersection.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/intersection.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,8BAA8B,
|
|
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;AAO1B,OAAO,EACH,KAAK,eAAe,EAGvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAuE7D;;;;;;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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// (C) 2025 GoodData Corporation
|
|
2
2
|
import { getDrillIntersection, isValueColumnDefinition, } from "@gooddata/sdk-ui";
|
|
3
3
|
import { extractAllColumnMappingHeaders, extractMappingHeadersUpToPosition, extractRowMappingHeadersUpToPosition, } from "./headerMapping.js";
|
|
4
|
-
import { isAgGridColumnGroupDef } from "../../types/agGrid.js";
|
|
4
|
+
import { isAgGridColumnGroupDef, } from "../../types/agGrid.js";
|
|
5
5
|
/**
|
|
6
6
|
* Creates mapping headers for drill intersection for a cell
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intersection.js","sourceRoot":"","sources":["../../../../src/next/features/drilling/intersection.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAGH,oBAAoB,EACpB,uBAAuB,GAC1B,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACH,8BAA8B,EAC9B,iCAAiC,EACjC,oCAAoC,GACvC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,
|
|
1
|
+
{"version":3,"file":"intersection.js","sourceRoot":"","sources":["../../../../src/next/features/drilling/intersection.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAGH,oBAAoB,EACpB,uBAAuB,GAC1B,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACH,8BAA8B,EAC9B,iCAAiC,EACjC,oCAAoC,GACvC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAGH,sBAAsB,GACzB,MAAM,uBAAuB,CAAC;AAG/B;;;;;;GAMG;AACH,SAAS,uCAAuC,CAC5C,MAAuB,EACvB,IAAmB;IAEnB,MAAM,cAAc,GAAqB,EAAE,CAAC;IAC5C,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,IAAI,MAAM,CAAC,KAAK,CAAC;IAE3C,IAAI,CAAC,KAAK,EAAE,CAAC;QACT,OAAO,EAAE,CAAC;IACd,CAAC;IAED,MAAM,OAAO,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC,KAAK,CAAC,CAAC;IAE9C,IAAI,CAAC,OAAO,EAAE,CAAC;QACX,OAAO,EAAE,CAAC;IACd,CAAC;IAED,MAAM,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC;IAC5C,MAAM,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAElD,IAAI,OAAO,CAAC,IAAI,KAAK,iBAAiB,EAAE,CAAC;QACrC,cAAc,CAAC,IAAI,CACf,GAAG,oCAAoC,CAAC,aAAa,EAAE,gBAAgB,CAAC,WAAW,CAAC,CACvF,CAAC;IACN,CAAC;IAED,IAAI,OAAO,CAAC,IAAI,KAAK,OAAO,EAAE,CAAC;QAC3B,cAAc,CAAC,IAAI,CACf,GAAG,oCAAoC,CAAC,aAAa,EAAE,gBAAgB,CAAC,WAAW,CAAC,CACvF,CAAC;QACF,cAAc,CAAC,IAAI,CAAC,GAAG,8BAA8B,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAC7E,CAAC;IAED,OAAO,cAAc,CAAC;AAC1B,CAAC;AAED;;;;;GAKG;AACH,SAAS,yCAAyC,CAC9C,MAA8C;IAE9C,MAAM,gBAAgB,GAAG,MAAM,CAAC,OAAO,EAAE,gBAAgB,CAAC;IAE1D,IAAI,CAAC,gBAAgB,IAAI,CAAC,uBAAuB,CAAC,gBAAgB,CAAC,EAAE,CAAC;QAClE,OAAO,EAAE,CAAC;IACd,CAAC;IAED,MAAM,WAAW,GAAG,gBAAgB,CAAC,WAAW,CAAC;IAEjD,yFAAyF;IACzF,qDAAqD;IACrD,MAAM,QAAQ,GAAG,sBAAsB,CAAC,MAAM,CAAC;QAC3C,CAAC,CAAC,MAAM,CAAC,0BAA0B,EAAE,eAAe;QACpD,CAAC,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC;IAE7B,OAAO,iCAAiC,CAAC,gBAAgB,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;AACrF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,uBAAuB,CACnC,MAAuB,EACvB,IAAmB;IAEnB,MAAM,cAAc,GAAG,uCAAuC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAE7E,OAAO,oBAAoB,CAAC,cAAc,CAAC,CAAC;AAChD,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,6BAA6B,CAAC,MAAuB;IACjE,MAAM,cAAc,GAAG,yCAAyC,CAAC,MAAM,CAAC,CAAC;IAEzE,OAAO,oBAAoB,CAAC,cAAc,CAAC,CAAC;AAChD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DataViewFacade, ExplicitDrill } from "@gooddata/sdk-ui";
|
|
2
|
-
import { AgGridColumnDef } from "../../types/agGrid.js";
|
|
3
|
-
import { AgGridRowData } from "../../types/internal.js";
|
|
1
|
+
import { type DataViewFacade, type ExplicitDrill } from "@gooddata/sdk-ui";
|
|
2
|
+
import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
3
|
+
import { type AgGridRowData } from "../../types/internal.js";
|
|
4
4
|
/**
|
|
5
5
|
* Checks if a cell is drillable based on drillable items and cell data
|
|
6
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isDrillable.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/isDrillable.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,cAAc,
|
|
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;AAO1B,OAAO,EAAE,KAAK,eAAe,EAA6B,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAgD7D;;;;;;;;;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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IExecutionResult } from "@gooddata/sdk-backend-spi";
|
|
2
|
-
import { OnExportReady } from "@gooddata/sdk-ui";
|
|
1
|
+
import { type IExecutionResult } from "@gooddata/sdk-backend-spi";
|
|
2
|
+
import { type OnExportReady } from "@gooddata/sdk-ui";
|
|
3
3
|
/**
|
|
4
4
|
* Handles export ready functionality by creating export function
|
|
5
5
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../../src/next/features/exports/exports.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;
|
|
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,GAC1B,QAAQ,gBAAgB,EACxB,eAAe,aAAa,EAC5B,cAAc,MAAM,KACrB,IAGF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.js","sourceRoot":"","sources":["../../../../src/next/features/exports/exports.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"exports.js","sourceRoot":"","sources":["../../../../src/next/features/exports/exports.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAE5E;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAC7B,MAAwB,EACxB,aAA4B,EAC5B,WAAoB,EAChB,EAAE;IACN,MAAM,cAAc,GAAG,oBAAoB,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IACjE,aAAa,CAAC,cAAc,CAAC,CAAC;AAClC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PivotTableNextConfig } from "../../types/public.js";
|
|
1
|
+
import { type PivotTableNextConfig } from "../../types/public.js";
|
|
2
2
|
/**
|
|
3
3
|
* Returns a valid page size for data fetching.
|
|
4
4
|
* If the provided page size is not a positive number, returns the default PAGE_SIZE.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pagination/utils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;
|
|
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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ColDef, ColGroupDef, GridApi } from "ag-grid-enterprise";
|
|
2
|
-
import { AgGridRowData } from "../../types/internal.js";
|
|
1
|
+
import { type ColDef, type ColGroupDef, type GridApi } from "ag-grid-enterprise";
|
|
2
|
+
import { type AgGridRowData } from "../../types/internal.js";
|
|
3
3
|
/**
|
|
4
4
|
* Sets pivot result columns to the ag-grid.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agGridPivotingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/agGridPivotingApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"agGridPivotingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/agGridPivotingApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAEjF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;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,QAM9B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IntlShape } from "react-intl";
|
|
2
|
-
import { ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
3
|
-
import { ColumnHeadersPosition } from "../../types/transposition.js";
|
|
1
|
+
import { type IntlShape } from "react-intl";
|
|
2
|
+
import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
3
|
+
import { type ColumnHeadersPosition } from "../../types/transposition.js";
|
|
4
4
|
/**
|
|
5
5
|
* Creates header names path for provided column def.
|
|
6
6
|
* Uses label name for attributes, measure name for measures and attribute header values when pivoting.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"columnDefinitionToHeaderNames.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefinitionToHeaderNames.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;
|
|
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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// (C) 2024-2025 GoodData Corporation
|
|
2
2
|
import { assertNever } from "@gooddata/sdk-model";
|
|
3
|
-
import { UnexpectedSdkError } from "@gooddata/sdk-ui";
|
|
3
|
+
import { UnexpectedSdkError, } from "@gooddata/sdk-ui";
|
|
4
4
|
import { MEASURE_GROUP_HEADER_COL_DEF_ID, MEASURE_GROUP_VALUE_COL_DEF_ID, PIVOTING_GROUP_SEPARATOR, } from "../../constants/internal.js";
|
|
5
5
|
import { extractIntlTotalHeaderValue, getAttributeHeaderName } from "../columns/shared.js";
|
|
6
6
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"columnDefinitionToHeaderNames.js","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefinitionToHeaderNames.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAIrC,OAAO,
|
|
1
|
+
{"version":3,"file":"columnDefinitionToHeaderNames.js","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefinitionToHeaderNames.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IntlShape } from "react-intl";
|
|
2
|
-
import { AgGridColumnDef, AgGridColumnGroupDef } from "../../types/agGrid.js";
|
|
3
|
-
import { ColumnHeadersPosition } from "../../types/transposition.js";
|
|
1
|
+
import { type IntlShape } from "react-intl";
|
|
2
|
+
import { type AgGridColumnDef, type AgGridColumnGroupDef } from "../../types/agGrid.js";
|
|
3
|
+
import { type ColumnHeadersPosition } from "../../types/transposition.js";
|
|
4
4
|
/**
|
|
5
5
|
* Creates nested ag-grid column groups for pivoted column definitions,
|
|
6
6
|
* so that the column headers are displayed in the proper way,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"columnDefsToPivotGroups.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefsToPivotGroups.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;
|
|
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;AAW5C,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAK1E;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CACnC,iBAAiB,EAAE,eAAe,EAAE,EACpC,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,CAAC,eAAe,GAAG,oBAAoB,CAAC,EAAE,CA8G5C;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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AgGridApi } from "../../types/agGrid.js";
|
|
2
|
-
import { IColumnSizing } from "../../types/resizing.js";
|
|
1
|
+
import { type AgGridApi } from "../../types/agGrid.js";
|
|
2
|
+
import { type IColumnSizing } from "../../types/resizing.js";
|
|
3
3
|
/**
|
|
4
4
|
* Sizes columns to fit the grid width.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agGridColumnSizingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/agGridColumnSizingApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;
|
|
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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AgGridColumnDef } from "../../types/agGrid.js";
|
|
2
|
-
import { ColumnWidthItem } from "../../types/resizing.js";
|
|
1
|
+
import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
2
|
+
import { type ColumnWidthItem } from "../../types/resizing.js";
|
|
3
3
|
/**
|
|
4
4
|
* Applies provided column widths to col def.
|
|
5
5
|
* If some column width item matches the col def, the width is applied to the col def.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applyColumnWidthsToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/applyColumnWidthsToColDef.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"applyColumnWidthsToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/applyColumnWidthsToColDef.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,GACjC,cAAc,eAAe,EAAE,MAC/B,QAAQ,eAAe,KAAG,eAuB1B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
2
|
-
import { ColumnWidthItem, IWeakMeasureColumnWidthItem } from "../../types/resizing.js";
|
|
1
|
+
import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
2
|
+
import { type ColumnWidthItem, type IWeakMeasureColumnWidthItem } from "../../types/resizing.js";
|
|
3
3
|
/**
|
|
4
4
|
* Creates {@link ColumnWidthItem} with specified width for the provided {@link ITableColumnDefinition}.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createColumnWidthItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/createColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAsB,MAAM,kBAAkB,CAAC;
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createColumnWidthItemForColumnDefinition.js","sourceRoot":"","sources":["../../../../src/next/features/resizing/createColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,
|
|
1
|
+
{"version":3,"file":"createColumnWidthItemForColumnDefinition.js","sourceRoot":"","sources":["../../../../src/next/features/resizing/createColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
2
|
-
import { ColumnWidthItem } from "../../types/resizing.js";
|
|
1
|
+
import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
2
|
+
import { type ColumnWidthItem } from "../../types/resizing.js";
|
|
3
3
|
/**
|
|
4
4
|
* Returns {@link ColumnWidthItem} for the provided {@link ITableColumnDefinition} if match is found, undefined otherwise.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getColumnWidthItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/getColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;
|
|
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;AAO/D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D;;;;GAIG;AACH,wBAAgB,qCAAqC,CACjD,gBAAgB,EAAE,sBAAsB,EACxC,YAAY,EAAE,eAAe,EAAE,GAChC,eAAe,GAAG,SAAS,CAU7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getColumnWidthItemValue.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/getColumnWidthItemValue.ts"],"names":[],"mappings":"AACA,OAAO,EACH,eAAe,
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isColumnWidthItemMatch.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/isColumnWidthItemMatch.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,eAAe,
|
|
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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SortModelItem } from "ag-grid-enterprise";
|
|
2
|
-
import { AgGridApi } from "../../types/agGrid.js";
|
|
1
|
+
import { type SortModelItem } from "ag-grid-enterprise";
|
|
2
|
+
import { type AgGridApi } from "../../types/agGrid.js";
|
|
3
3
|
/**
|
|
4
4
|
* Get the current sort model from the grid API
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agGridSortingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/agGridSortingApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"agGridSortingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/agGridSortingApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,SAAS,GAAG,aAAa,EAAE,CAmBhE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISortItem } from "@gooddata/sdk-model";
|
|
2
|
-
import { AgGridColumnDef } from "../../types/agGrid.js";
|
|
1
|
+
import { type ISortItem } from "@gooddata/sdk-model";
|
|
2
|
+
import { type AgGridColumnDef } from "../../types/agGrid.js";
|
|
3
3
|
/**
|
|
4
4
|
* Applies provided sorts to col def.
|
|
5
5
|
* If some sort item matches the col def, the sort is applied to the col def.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applySortByToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/applySortByToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAiB,MAAM,qBAAqB,CAAC;
|
|
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;AAGpE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,GAC3B,QAAQ,SAAS,EAAE,MACnB,QAAQ,eAAe,KAAG,eAgB1B,CAAC"}
|