@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":"useTextWrappingProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useTextWrappingProps.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"useTextWrappingProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useTextWrappingProps.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,oBAAoB,uBAQT,WAAW,iBAerC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useThemeProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useThemeProps.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"useThemeProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useThemeProps.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;GAIG;AACH,eAAO,MAAM,aAAa,QAAO,CAAC,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAsC/E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataTestIdGenerators.d.ts","sourceRoot":"","sources":["../../../src/next/testing/dataTestIdGenerators.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"dataTestIdGenerators.d.ts","sourceRoot":"","sources":["../../../src/next/testing/dataTestIdGenerators.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAE3D,wBAAgB,yBAAyB,CAAC,OAAO,CAAC,EAAE;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;;EAgBA;AAED;;;;GAIG;AACH,wBAAgB,oCAAoC,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS;;;;EAmCpF;AAED,wBAAgB,mCAAmC;;EAElD;AAED,wBAAgB,sCAAsC;;EAErD;AAED,wBAAgB,6BAA6B;;EAE5C;AAED,wBAAgB,4BAA4B,CAAC,OAAO,CAAC,EAAE,OAAO;;;;EAE7D"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ColDef, ColGroupDef, Column, GridApi, ICellRendererParams, IHeaderGroupParams, IHeaderParams } from "ag-grid-enterprise";
|
|
2
|
-
import { AgGridReactProps } from "ag-grid-react";
|
|
3
|
-
import { ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
4
|
-
import { CellRendererFactory } from "./cellRendering.js";
|
|
5
|
-
import { AgGridRowData } from "./internal.js";
|
|
1
|
+
import { type ColDef, type ColGroupDef, type Column, type GridApi, type ICellRendererParams, type IHeaderGroupParams, type IHeaderParams } from "ag-grid-enterprise";
|
|
2
|
+
import { type AgGridReactProps } from "ag-grid-react";
|
|
3
|
+
import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
|
|
4
|
+
import { type CellRendererFactory } from "./cellRendering.js";
|
|
5
|
+
import { type AgGridRowData } from "./internal.js";
|
|
6
6
|
export type AgGridColumnDefContext = {
|
|
7
7
|
columnDefinition: ITableColumnDefinition;
|
|
8
8
|
indexWithinGroup?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agGrid.d.ts","sourceRoot":"","sources":["../../../src/next/types/agGrid.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,MAAM,
|
|
1
|
+
{"version":3,"file":"agGrid.d.ts","sourceRoot":"","sources":["../../../src/next/types/agGrid.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,MAAM,EACX,KAAK,WAAW,EAChB,KAAK,MAAM,EACX,KAAK,OAAO,EACZ,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,aAAa,EACrB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,MAAM,sBAAsB,GAAG;IACjC,gBAAgB,EAAE,sBAAsB,CAAC;IACzC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;CAC7C,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,EAAE,SAAS,CAAC,GAAG;IAClF,OAAO,EAAE,sBAAsB,CAAC;CACnC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,EAAE,SAAS,CAAC,GAAG;IAC7E,OAAO,EAAE,sBAAsB,CAAC;CACnC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;AAEzF;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AAE/C;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,gBAAgB,CAAC,aAAa,CAAC,CAAC;AAE1D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,WAAW,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAEhF;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,WAAW,CAAC,WAAW,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAEhG;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;AAEjD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;AAE7E;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;AAEvF;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB,GAAI,QAAQ,OAAO,KAAG,MAAM,IAAI,oBAElE,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,GAAI,QAAQ,OAAO,KAAG,MAAM,IAAI,kBAEhE,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,GAAI,QAAQ,OAAO,KAAG,MAAM,IAAI,uBAMrE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
import { ICellRendererParams } from "ag-grid-enterprise";
|
|
3
|
-
import { AgGridRowData } from "./internal.js";
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
import { type ICellRendererParams } from "ag-grid-enterprise";
|
|
3
|
+
import { type AgGridRowData } from "./internal.js";
|
|
4
4
|
/**
|
|
5
5
|
* Cell types derived from cell data, used for styling and rendering decisions.
|
|
6
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cellRendering.d.ts","sourceRoot":"","sources":["../../../src/next/types/cellRendering.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"cellRendering.d.ts","sourceRoot":"","sources":["../../../src/next/types/cellRendering.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE9D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;IACxB,sBAAsB,EAAE,OAAO,CAAC;IAChC,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAC9B,MAAM,EAAE,mBAAmB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,EACzD,SAAS,CAAC,EAAE,SAAS,KACpB,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatting.d.ts","sourceRoot":"","sources":["../../../src/next/types/formatting.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"formatting.d.ts","sourceRoot":"","sources":["../../../src/next/types/formatting.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,UAAU,CAAC,EAAE,WAAW,CAAC;CAC5B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IExecutionResult, IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
2
|
-
import { DataValue, IAttribute, IFilter, IMeasure, ISortItem, ITheme, ITotal } from "@gooddata/sdk-model";
|
|
3
|
-
import { DataViewFacade, ITableColumnDefinition, ITableDataValue, IVisualizationCallbacks } from "@gooddata/sdk-ui";
|
|
4
|
-
import { IPivotTableNextProps } from "./public.js";
|
|
1
|
+
import { type IExecutionResult, type IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
2
|
+
import { type DataValue, type IAttribute, type IFilter, type IMeasure, type ISortItem, type ITheme, type ITotal } from "@gooddata/sdk-model";
|
|
3
|
+
import { type DataViewFacade, type ITableColumnDefinition, type ITableDataValue, type IVisualizationCallbacks } from "@gooddata/sdk-ui";
|
|
4
|
+
import { type IPivotTableNextProps } from "./public.js";
|
|
5
5
|
/**
|
|
6
6
|
* Data transformed to a structure conveniently usable together with ag-grid columnDefs.
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/next/types/internal.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/next/types/internal.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC3F,OAAO,EACH,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,SAAS,EACd,KAAK,MAAM,EACX,KAAK,MAAM,EACd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EACpB,KAAK,uBAAuB,EAC/B,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAExD;;;;;;;GAOG;AACH,MAAM,WAAW,aAAa;IAC1B,eAAe,EAAE;QAAE,CAAC,KAAK,EAAE,MAAM,GAAG,eAAe,CAAA;KAAE,CAAC;IACtD,UAAU,EAAE,SAAS,EAAE,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,4BAA4B,EAAE,uBAAuB;IACnG,SAAS,EAAE,kBAAkB,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,sBAAsB,EAAE,gBAAgB,CAAC;IACzC,eAAe,EAAE,cAAc,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,wBAAwB,EAAE,qBAAqB;CAAG;AAEzG;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C,CAAC,KAAK,EAAE,MAAM,GAAG,sBAAsB,CAAC;CAC3C;AAED;;;;GAIG;AACH,MAAM,WAAW,4BACb,SAAQ,IAAI,CAAC,oBAAoB,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACrG,IAAI,CAAC,EAAE,UAAU,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locators.d.ts","sourceRoot":"","sources":["../../../src/next/types/locators.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"locators.d.ts","sourceRoot":"","sources":["../../../src/next/types/locators.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,UAAU,EACf,KAAK,QAAQ,EACb,KAAK,UAAU,EAGlB,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,mBAAmB,CAAC;AAElG;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC,oBAAoB,EAAE,2BAA2B,CAAC;CACrD;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC,kBAAkB,EAAE,yBAAyB,CAAC;CACjD;AAED;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC,gBAAgB,EAAE,uBAAuB,CAAC;CAC7C;AAED;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAEhC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;OAEG;IACH,iBAAiB,EAAE,UAAU,CAAC;CACjC;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAEhC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACzB;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,uBAAuB,CAErF;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,qBAAqB,CAEjF;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,mBAAmB,CAE7E;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,yBAAyB,CACrC,aAAa,EAAE,UAAU,GAAG,MAAM,EAClC,OAAO,CAAC,EAAE,MAAM,GACjB,uBAAuB,CASzB;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,QAAQ,GAAG,MAAM,GAAG,qBAAqB,CAQ7F;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CACjC,aAAa,EAAE,UAAU,GAAG,MAAM,EAClC,aAAa,EAAE,MAAM,GACtB,mBAAmB,CAOrB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// (C) 2025 GoodData Corporation
|
|
2
2
|
import { isEmpty } from "lodash-es";
|
|
3
|
-
import { attributeLocalId, measureLocalId } from "@gooddata/sdk-model";
|
|
3
|
+
import { attributeLocalId, measureLocalId, } from "@gooddata/sdk-model";
|
|
4
4
|
/**
|
|
5
5
|
* Tests whether object is an instance of {@link IAttributeColumnLocator}
|
|
6
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locators.js","sourceRoot":"","sources":["../../../src/next/types/locators.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,
|
|
1
|
+
{"version":3,"file":"locators.js","sourceRoot":"","sources":["../../../src/next/types/locators.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAIH,gBAAgB,EAChB,cAAc,GACjB,MAAM,qBAAqB,CAAC;AAgF7B;;;;GAIG;AACH,MAAM,UAAU,wBAAwB,CAAC,GAAY;IACjD,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,IAAK,GAA+B,CAAC,oBAAoB,KAAK,SAAS,CAAC;AAChG,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,sBAAsB,CAAC,GAAY;IAC/C,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,IAAK,GAA6B,CAAC,kBAAkB,KAAK,SAAS,CAAC;AAC5F,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,oBAAoB,CAAC,GAAY;IAC7C,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,IAAK,GAA2B,CAAC,gBAAgB,KAAK,SAAS,CAAC;AACxF,CAAC;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,UAAU,yBAAyB,CACrC,aAAkC,EAClC,OAAgB;IAEhB,MAAM,UAAU,GAAG,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC;IAE5D,OAAO;QACH,oBAAoB,EAAE;YAClB,mBAAmB,EAAE,gBAAgB,CAAC,aAAa,CAAC;YACpD,GAAG,UAAU;SAChB;KACJ,CAAC;AACN,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,uBAAuB,CAAC,WAA8B;IAClE,MAAM,iBAAiB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;IAEtD,OAAO;QACH,kBAAkB,EAAE;YAChB,iBAAiB;SACpB;KACJ,CAAC;AACN,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,qBAAqB,CACjC,aAAkC,EAClC,aAAqB;IAErB,OAAO;QACH,gBAAgB,EAAE;YACd,mBAAmB,EAAE,gBAAgB,CAAC,aAAa,CAAC;YACpD,aAAa;SAChB;KACJ,CAAC;AACN,CAAC"}
|
package/esm/next/types/menu.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/next/types/menu.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/next/types/menu.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACnC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,KAAK;IAClB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;;;;;;OAQG;IACH,gBAAgB,CAAC,EAAE,SAAS,EAAE,CAAC;IAE/B;;;;;;OAMG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACxC;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,qBAAqB;IAClC,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,wBAAwB,EAAE,CAAC;IACjC,OAAO,EAAE,wBAAwB,EAAE,CAAC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,aAAa,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC9B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC,IAAI,EAAE,cAAc,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACrB;AAED;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,SAAS,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC;CACpC"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { IAnalyticalBackend } from "@gooddata/sdk-backend-spi";
|
|
2
|
-
import { IExecutionConfig } from "@gooddata/sdk-model";
|
|
3
|
-
import { AttributesMeasuresOrPlaceholders, AttributesOrPlaceholders, ExplicitDrill, IVisualizationCallbacks, IVisualizationProps, NullableFiltersOrPlaceholders, SortsOrPlaceholders, TotalsOrPlaceholders } from "@gooddata/sdk-ui";
|
|
4
|
-
import { PivotTableNextAccessibilityConfig } from "./accessibility.js";
|
|
5
|
-
import { PivotTableNextCellSelectionConfig } from "./cellSelection.js";
|
|
6
|
-
import { PivotTableNextExecutionCancellingConfig } from "./executionCancelling.js";
|
|
7
|
-
import { PivotTableNextExperimentalConfig } from "./experimental.js";
|
|
8
|
-
import { PivotTableNextFormattingConfig } from "./formatting.js";
|
|
9
|
-
import { PivotTableNextGrandTotalsPositionConfig } from "./grandTotalsPosition.js";
|
|
10
|
-
import { PivotTableNextLayoutConfig } from "./layout.js";
|
|
11
|
-
import { PivotTableNextAgGridLicenseConfig } from "./license.js";
|
|
12
|
-
import { PivotTableNextMenuConfig } from "./menu.js";
|
|
13
|
-
import { PivotTableNextPaginationConfig } from "./pagination.js";
|
|
14
|
-
import { ColumnResizedCallback, PivotTableNextColumnsSizingConfig } from "./resizing.js";
|
|
15
|
-
import { PivotTableNextTextWrappingConfig } from "./textWrapping.js";
|
|
16
|
-
import { PivotTableNextTranspositionConfig } from "./transposition.js";
|
|
1
|
+
import { type IAnalyticalBackend } from "@gooddata/sdk-backend-spi";
|
|
2
|
+
import { type IExecutionConfig } from "@gooddata/sdk-model";
|
|
3
|
+
import { type AttributesMeasuresOrPlaceholders, type AttributesOrPlaceholders, type ExplicitDrill, type IVisualizationCallbacks, type IVisualizationProps, type NullableFiltersOrPlaceholders, type SortsOrPlaceholders, type TotalsOrPlaceholders } from "@gooddata/sdk-ui";
|
|
4
|
+
import { type PivotTableNextAccessibilityConfig } from "./accessibility.js";
|
|
5
|
+
import { type PivotTableNextCellSelectionConfig } from "./cellSelection.js";
|
|
6
|
+
import { type PivotTableNextExecutionCancellingConfig } from "./executionCancelling.js";
|
|
7
|
+
import { type PivotTableNextExperimentalConfig } from "./experimental.js";
|
|
8
|
+
import { type PivotTableNextFormattingConfig } from "./formatting.js";
|
|
9
|
+
import { type PivotTableNextGrandTotalsPositionConfig } from "./grandTotalsPosition.js";
|
|
10
|
+
import { type PivotTableNextLayoutConfig } from "./layout.js";
|
|
11
|
+
import { type PivotTableNextAgGridLicenseConfig } from "./license.js";
|
|
12
|
+
import { type PivotTableNextMenuConfig } from "./menu.js";
|
|
13
|
+
import { type PivotTableNextPaginationConfig } from "./pagination.js";
|
|
14
|
+
import { type ColumnResizedCallback, type PivotTableNextColumnsSizingConfig } from "./resizing.js";
|
|
15
|
+
import { type PivotTableNextTextWrappingConfig } from "./textWrapping.js";
|
|
16
|
+
import { type PivotTableNextTranspositionConfig } from "./transposition.js";
|
|
17
17
|
/**
|
|
18
18
|
* Configuration for the pivot table next.
|
|
19
19
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/next/types/public.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/next/types/public.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EACH,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,aAAa,EAClB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,6BAA6B,EAClC,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EAC5B,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,0BAA0B,CAAC;AACxF,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,0BAA0B,CAAC;AACxF,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,iCAAiC,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AAE5E;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG,iCAAiC,GAChE,gCAAgC,GAChC,iCAAiC,GACjC,wBAAwB,GACxB,8BAA8B,GAC9B,uCAAuC,GACvC,0BAA0B,GAC1B,uCAAuC,GACvC,iCAAiC,GACjC,iCAAiC,GACjC,8BAA8B,GAC9B,iCAAiC,GACjC,gCAAgC,CAAC;AAErC;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB,EAAE,uBAAuB;IACtF;;OAEG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IAEnC;;OAEG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAEhC;;OAEG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAE5C;;OAEG;IACH,OAAO,CAAC,EAAE,6BAA6B,CAAC;IAExC;;OAEG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAE9B;;OAEG;IACH,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAE7B;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,EAAE,CAAC;IAEjC;;OAEG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAE9B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,eAAe,CAAC,EAAE,qBAAqB,CAAC;IAExC;;OAEG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;OAEG;IACH,6BAA6B,CAAC,EAAE,GAAG,CAAC;CACvC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IAttribute, IMeasure, Identifier } from "@gooddata/sdk-model";
|
|
2
|
-
import { ColumnLocator, IAttributeColumnLocator, IMeasureColumnLocator, ITotalColumnLocator } from "./locators.js";
|
|
1
|
+
import { type IAttribute, type IMeasure, type Identifier } from "@gooddata/sdk-model";
|
|
2
|
+
import { type ColumnLocator, type IAttributeColumnLocator, type IMeasureColumnLocator, type ITotalColumnLocator } from "./locators.js";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizing.d.ts","sourceRoot":"","sources":["../../../src/next/types/resizing.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAoB,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"resizing.d.ts","sourceRoot":"","sources":["../../../src/next/types/resizing.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizing.js","sourceRoot":"","sources":["../../../src/next/types/resizing.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,
|
|
1
|
+
{"version":3,"file":"resizing.js","sourceRoot":"","sources":["../../../src/next/types/resizing.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textWrapping.d.ts","sourceRoot":"","sources":["../../../src/next/types/textWrapping.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"textWrapping.d.ts","sourceRoot":"","sources":["../../../src/next/types/textWrapping.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,QAAQ,EAAE,aAAa,EAAE,CAAC;IAE1B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAC;CACvC;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;OAMG;IACH,eAAe,CAAC,EAAE,uBAAuB,EAAE,CAAC;CAC/C;AAED;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC3C;;OAEG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;CAChC,CAAC"}
|
package/esm/publicTypes.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
|
-
import { IAnalyticalBackend, IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
3
|
-
import { IExecutionConfig, ISeparators, ITheme, TotalType } from "@gooddata/sdk-model";
|
|
4
|
-
import { AttributesMeasuresOrPlaceholders, AttributesOrPlaceholders, IVisualizationCallbacks, IVisualizationProps, NullableFiltersOrPlaceholders, SortsOrPlaceholders, TotalsOrPlaceholders } from "@gooddata/sdk-ui";
|
|
5
|
-
import { ColumnWidthItem } from "./columnWidths.js";
|
|
1
|
+
import { type WrappedComponentProps } from "react-intl";
|
|
2
|
+
import { type IAnalyticalBackend, type IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
3
|
+
import { type IExecutionConfig, type ISeparators, type ITheme, type TotalType } from "@gooddata/sdk-model";
|
|
4
|
+
import { type AttributesMeasuresOrPlaceholders, type AttributesOrPlaceholders, type IVisualizationCallbacks, type IVisualizationProps, type NullableFiltersOrPlaceholders, type SortsOrPlaceholders, type TotalsOrPlaceholders } from "@gooddata/sdk-ui";
|
|
5
|
+
import { type ColumnWidthItem } from "./columnWidths.js";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
package/esm/publicTypes.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publicTypes.d.ts","sourceRoot":"","sources":["../src/publicTypes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"publicTypes.d.ts","sourceRoot":"","sources":["../src/publicTypes.ts"],"names":[],"mappings":"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"}
|
package/esm/tableState.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
2
|
-
import { ITotal } from "@gooddata/sdk-model";
|
|
3
|
-
import { ICustomGridOptions } from "./impl/privateTypes.js";
|
|
4
|
-
import { IScrollPosition } from "./impl/stickyRowHandler.js";
|
|
5
|
-
import { TableFacade } from "./impl/tableFacade.js";
|
|
6
|
-
import { TableFacadeInitializer } from "./impl/tableFacadeInitializer.js";
|
|
1
|
+
import { type IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
2
|
+
import { type ITotal } from "@gooddata/sdk-model";
|
|
3
|
+
import { type ICustomGridOptions } from "./impl/privateTypes.js";
|
|
4
|
+
import { type IScrollPosition } from "./impl/stickyRowHandler.js";
|
|
5
|
+
import { type TableFacade } from "./impl/tableFacade.js";
|
|
6
|
+
import { type TableFacadeInitializer } from "./impl/tableFacadeInitializer.js";
|
|
7
7
|
export interface ICorePivotTableState {
|
|
8
8
|
readyToRender: boolean;
|
|
9
9
|
columnTotals: ITotal[];
|
package/esm/tableState.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableState.d.ts","sourceRoot":"","sources":["../src/tableState.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"tableState.d.ts","sourceRoot":"","sources":["../src/tableState.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE/E,MAAM,WAAW,oBAAoB;IACjC,aAAa,EAAE,OAAO,CAAC;IACvB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,kBAAkB,CAAC;IAClC,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,qBAAa,kBAAkB;IACpB,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,WAAW,CAAC,EAAE,kBAAkB,CAAC;IAEjC,iBAAiB,EAAE,OAAO,CAAS;IACnC,kBAAkB,EAAE,eAAe,CAGxC;IACK,sBAAsB,EAAE,OAAO,CAAS;IACxC,eAAe,EAAE,OAAO,CAAS;IACjC,gBAAgB,SAAK;IACrB,iBAAiB,SAAK;IACtB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE7C,OAAO,CAAC,kBAAkB,CAAC,CAAS;IAE7B,OAAO,QAAO,IAAI,CAIvB;IAEF;;;OAGG;IACI,qBAAqB,QAAO,IAAI,CAMrC;IAEK,YAAY,QAAO,IAAI,CAK5B;IAEK,aAAa,GAAI,SAAS,YAAY,EAAE,UAAU,MAAM,KAAG,IAAI,CAMpE;IAEF;;;;;;OAMG;IACI,sBAAsB,GAAI,OAAO,MAAM,EAAE,QAAQ,MAAM,KAAG,OAAO,CAStE;CACL"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-pivot",
|
|
3
|
-
"version": "11.14.0-alpha.
|
|
3
|
+
"version": "11.14.0-alpha.2",
|
|
4
4
|
"description": "GoodData.UI SDK - Pivot Table",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"ts-invariant": "^0.7.5",
|
|
44
44
|
"tslib": "2.8.1",
|
|
45
45
|
"uuid": "^11.1.0",
|
|
46
|
-
"@gooddata/sdk-backend-spi": "11.14.0-alpha.
|
|
47
|
-
"@gooddata/sdk-model": "11.14.0-alpha.
|
|
48
|
-
"@gooddata/sdk-ui
|
|
49
|
-
"@gooddata/sdk-ui-
|
|
50
|
-
"@gooddata/sdk-ui": "11.14.0-alpha.
|
|
51
|
-
"@gooddata/sdk-ui-
|
|
46
|
+
"@gooddata/sdk-backend-spi": "11.14.0-alpha.2",
|
|
47
|
+
"@gooddata/sdk-model": "11.14.0-alpha.2",
|
|
48
|
+
"@gooddata/sdk-ui": "11.14.0-alpha.2",
|
|
49
|
+
"@gooddata/sdk-ui-kit": "11.14.0-alpha.2",
|
|
50
|
+
"@gooddata/sdk-ui-theme-provider": "11.14.0-alpha.2",
|
|
51
|
+
"@gooddata/sdk-ui-vis-commons": "11.14.0-alpha.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"typescript": "5.8.3",
|
|
92
92
|
"vitest": "3.2.4",
|
|
93
93
|
"vitest-dom": "0.1.1",
|
|
94
|
-
"@gooddata/
|
|
95
|
-
"@gooddata/
|
|
96
|
-
"@gooddata/sdk-backend-base": "11.14.0-alpha.
|
|
97
|
-
"@gooddata/sdk-backend-mockingbird": "11.14.0-alpha.
|
|
94
|
+
"@gooddata/reference-workspace": "11.14.0-alpha.2",
|
|
95
|
+
"@gooddata/eslint-config": "11.14.0-alpha.2",
|
|
96
|
+
"@gooddata/sdk-backend-base": "11.14.0-alpha.2",
|
|
97
|
+
"@gooddata/sdk-backend-mockingbird": "11.14.0-alpha.2"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"react": "^18.0.0 || ^19.0.0",
|