@gooddata/sdk-ui-pivot 11.41.0-alpha.4 → 11.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (507) hide show
  1. package/esm/CorePivotTable.d.ts +1 -0
  2. package/esm/CorePivotTable.d.ts.map +1 -0
  3. package/esm/PivotTable.d.ts +1 -0
  4. package/esm/PivotTable.d.ts.map +1 -0
  5. package/esm/columnWidths.d.ts +1 -0
  6. package/esm/columnWidths.d.ts.map +1 -0
  7. package/esm/components/PivotTableError.d.ts +1 -0
  8. package/esm/components/PivotTableError.d.ts.map +1 -0
  9. package/esm/components/PivotTableLoading.d.ts +1 -0
  10. package/esm/components/PivotTableLoading.d.ts.map +1 -0
  11. package/esm/components/utils/callbackHelpers.d.ts +1 -0
  12. package/esm/components/utils/callbackHelpers.d.ts.map +1 -0
  13. package/esm/components/utils/configDelegation.d.ts +1 -0
  14. package/esm/components/utils/configDelegation.d.ts.map +1 -0
  15. package/esm/components/utils/pivotTableDefaults.d.ts +1 -0
  16. package/esm/components/utils/pivotTableDefaults.d.ts.map +1 -0
  17. package/esm/impl/base/agApiWrapper.d.ts +1 -0
  18. package/esm/impl/base/agApiWrapper.d.ts.map +1 -0
  19. package/esm/impl/base/agColumnWrapper.d.ts +1 -0
  20. package/esm/impl/base/agColumnWrapper.d.ts.map +1 -0
  21. package/esm/impl/base/agUtils.d.ts +1 -0
  22. package/esm/impl/base/agUtils.d.ts.map +1 -0
  23. package/esm/impl/base/constants.d.ts +1 -0
  24. package/esm/impl/base/constants.d.ts.map +1 -0
  25. package/esm/impl/cell/cellClass.d.ts +1 -0
  26. package/esm/impl/cell/cellClass.d.ts.map +1 -0
  27. package/esm/impl/cell/cellRenderer.d.ts +1 -0
  28. package/esm/impl/cell/cellRenderer.d.ts.map +1 -0
  29. package/esm/impl/cell/cellUtils.d.ts +1 -0
  30. package/esm/impl/cell/cellUtils.d.ts.map +1 -0
  31. package/esm/impl/cell/onCellClick.d.ts +1 -0
  32. package/esm/impl/cell/onCellClick.d.ts.map +1 -0
  33. package/esm/impl/cell/onCellKeyDown.d.ts +1 -0
  34. package/esm/impl/cell/onCellKeyDown.d.ts.map +1 -0
  35. package/esm/impl/config/tableConfigAccessors.d.ts +1 -0
  36. package/esm/impl/config/tableConfigAccessors.d.ts.map +1 -0
  37. package/esm/impl/config/tableConfigUtils.d.ts +1 -0
  38. package/esm/impl/config/tableConfigUtils.d.ts.map +1 -0
  39. package/esm/impl/data/dataSource.d.ts +1 -0
  40. package/esm/impl/data/dataSource.d.ts.map +1 -0
  41. package/esm/impl/data/dataSourceUtils.d.ts +1 -0
  42. package/esm/impl/data/dataSourceUtils.d.ts.map +1 -0
  43. package/esm/impl/data/resultTypes.d.ts +1 -0
  44. package/esm/impl/data/resultTypes.d.ts.map +1 -0
  45. package/esm/impl/data/rowFactory.d.ts +1 -0
  46. package/esm/impl/data/rowFactory.d.ts.map +1 -0
  47. package/esm/impl/data/rowGroupingProvider.d.ts +1 -0
  48. package/esm/impl/data/rowGroupingProvider.d.ts.map +1 -0
  49. package/esm/impl/drilling/cellDrillabilityPredicate.d.ts +1 -0
  50. package/esm/impl/drilling/cellDrillabilityPredicate.d.ts.map +1 -0
  51. package/esm/impl/drilling/colDrillHeadersFactory.d.ts +1 -0
  52. package/esm/impl/drilling/colDrillHeadersFactory.d.ts.map +1 -0
  53. package/esm/impl/drilling/drillIntersectionFactory.d.ts +1 -0
  54. package/esm/impl/drilling/drillIntersectionFactory.d.ts.map +1 -0
  55. package/esm/impl/drilling/drillTargets.d.ts +1 -0
  56. package/esm/impl/drilling/drillTargets.d.ts.map +1 -0
  57. package/esm/impl/drilling/drilledRowFactory.d.ts +1 -0
  58. package/esm/impl/drilling/drilledRowFactory.d.ts.map +1 -0
  59. package/esm/impl/eventHandlers/aggregationEventHandlers.d.ts +1 -0
  60. package/esm/impl/eventHandlers/aggregationEventHandlers.d.ts.map +1 -0
  61. package/esm/impl/eventHandlers/dataLoadingEventHandlers.d.ts +1 -0
  62. package/esm/impl/eventHandlers/dataLoadingEventHandlers.d.ts.map +1 -0
  63. package/esm/impl/eventHandlers/dataRenderHandlers.d.ts +1 -0
  64. package/esm/impl/eventHandlers/dataRenderHandlers.d.ts.map +1 -0
  65. package/esm/impl/eventHandlers/gridEventHandlers.d.ts +1 -0
  66. package/esm/impl/eventHandlers/gridEventHandlers.d.ts.map +1 -0
  67. package/esm/impl/eventHandlers/resizeEventHandlers.d.ts +1 -0
  68. package/esm/impl/eventHandlers/resizeEventHandlers.d.ts.map +1 -0
  69. package/esm/impl/eventHandlers/scrollEventHandlers.d.ts +1 -0
  70. package/esm/impl/eventHandlers/scrollEventHandlers.d.ts.map +1 -0
  71. package/esm/impl/eventHandlers/sortingEventHandlers.d.ts +1 -0
  72. package/esm/impl/eventHandlers/sortingEventHandlers.d.ts.map +1 -0
  73. package/esm/impl/execution/executionAbortManager.d.ts +1 -0
  74. package/esm/impl/execution/executionAbortManager.d.ts.map +1 -0
  75. package/esm/impl/gridOptions.d.ts +1 -0
  76. package/esm/impl/gridOptions.d.ts.map +1 -0
  77. package/esm/impl/height/heightCalculationManager.d.ts +1 -0
  78. package/esm/impl/height/heightCalculationManager.d.ts.map +1 -0
  79. package/esm/impl/privateTypes.d.ts +1 -0
  80. package/esm/impl/privateTypes.d.ts.map +1 -0
  81. package/esm/impl/resizing/columnSizing.d.ts +1 -0
  82. package/esm/impl/resizing/columnSizing.d.ts.map +1 -0
  83. package/esm/impl/stickyRow/stickyRowManager.d.ts +1 -0
  84. package/esm/impl/stickyRow/stickyRowManager.d.ts.map +1 -0
  85. package/esm/impl/stickyRowHandler.d.ts +1 -0
  86. package/esm/impl/stickyRowHandler.d.ts.map +1 -0
  87. package/esm/impl/structure/colAccessors.d.ts +1 -0
  88. package/esm/impl/structure/colAccessors.d.ts.map +1 -0
  89. package/esm/impl/structure/colDefFactory.d.ts +1 -0
  90. package/esm/impl/structure/colDefFactory.d.ts.map +1 -0
  91. package/esm/impl/structure/colDefHeaderClass.d.ts +1 -0
  92. package/esm/impl/structure/colDefHeaderClass.d.ts.map +1 -0
  93. package/esm/impl/structure/colDefTemplates.d.ts +1 -0
  94. package/esm/impl/structure/colDefTemplates.d.ts.map +1 -0
  95. package/esm/impl/structure/colLocatorFactory.d.ts +1 -0
  96. package/esm/impl/structure/colLocatorFactory.d.ts.map +1 -0
  97. package/esm/impl/structure/colLocatorMatching.d.ts +1 -0
  98. package/esm/impl/structure/colLocatorMatching.d.ts.map +1 -0
  99. package/esm/impl/structure/colSortItemFactory.d.ts +1 -0
  100. package/esm/impl/structure/colSortItemFactory.d.ts.map +1 -0
  101. package/esm/impl/structure/colSortItemMatching.d.ts +1 -0
  102. package/esm/impl/structure/colSortItemMatching.d.ts.map +1 -0
  103. package/esm/impl/structure/headers/AggregationsMenu.d.ts +1 -0
  104. package/esm/impl/structure/headers/AggregationsMenu.d.ts.map +1 -0
  105. package/esm/impl/structure/headers/AggregationsSubMenu.d.ts +1 -0
  106. package/esm/impl/structure/headers/AggregationsSubMenu.d.ts.map +1 -0
  107. package/esm/impl/structure/headers/AggregationsSubMenuItems.d.ts +1 -0
  108. package/esm/impl/structure/headers/AggregationsSubMenuItems.d.ts.map +1 -0
  109. package/esm/impl/structure/headers/ColumnGroupHeader.d.ts +1 -0
  110. package/esm/impl/structure/headers/ColumnGroupHeader.d.ts.map +1 -0
  111. package/esm/impl/structure/headers/ColumnHeader.d.ts +1 -0
  112. package/esm/impl/structure/headers/ColumnHeader.d.ts.map +1 -0
  113. package/esm/impl/structure/headers/ColumnTotalGroupHeader.d.ts +1 -0
  114. package/esm/impl/structure/headers/ColumnTotalGroupHeader.d.ts.map +1 -0
  115. package/esm/impl/structure/headers/ColumnTotalHeader.d.ts +1 -0
  116. package/esm/impl/structure/headers/ColumnTotalHeader.d.ts.map +1 -0
  117. package/esm/impl/structure/headers/HeaderCell.d.ts +1 -0
  118. package/esm/impl/structure/headers/HeaderCell.d.ts.map +1 -0
  119. package/esm/impl/structure/headers/MixedValuesColumnHeader.d.ts +1 -0
  120. package/esm/impl/structure/headers/MixedValuesColumnHeader.d.ts.map +1 -0
  121. package/esm/impl/structure/headers/TotalHeaderCell.d.ts +1 -0
  122. package/esm/impl/structure/headers/TotalHeaderCell.d.ts.map +1 -0
  123. package/esm/impl/structure/headers/aggregationsMenuHelper.d.ts +1 -0
  124. package/esm/impl/structure/headers/aggregationsMenuHelper.d.ts.map +1 -0
  125. package/esm/impl/structure/headers/aggregationsMenuTypes.d.ts +1 -0
  126. package/esm/impl/structure/headers/aggregationsMenuTypes.d.ts.map +1 -0
  127. package/esm/impl/structure/headers/subMenuIcons/ColumnsIcon.d.ts +1 -0
  128. package/esm/impl/structure/headers/subMenuIcons/ColumnsIcon.d.ts.map +1 -0
  129. package/esm/impl/structure/headers/subMenuIcons/RowsIcon.d.ts +1 -0
  130. package/esm/impl/structure/headers/subMenuIcons/RowsIcon.d.ts.map +1 -0
  131. package/esm/impl/structure/tableDescriptor.d.ts +1 -0
  132. package/esm/impl/structure/tableDescriptor.d.ts.map +1 -0
  133. package/esm/impl/structure/tableDescriptorFactory.d.ts +1 -0
  134. package/esm/impl/structure/tableDescriptorFactory.d.ts.map +1 -0
  135. package/esm/impl/structure/tableDescriptorSorting.d.ts +1 -0
  136. package/esm/impl/structure/tableDescriptorSorting.d.ts.map +1 -0
  137. package/esm/impl/structure/tableDescriptorTypes.d.ts +1 -0
  138. package/esm/impl/structure/tableDescriptorTypes.d.ts.map +1 -0
  139. package/esm/impl/tableFacade.d.ts +1 -0
  140. package/esm/impl/tableFacade.d.ts.map +1 -0
  141. package/esm/impl/tableFacadeInitializer.d.ts +1 -0
  142. package/esm/impl/tableFacadeInitializer.d.ts.map +1 -0
  143. package/esm/impl/updates/componentUpdateAnalyzer.d.ts +1 -0
  144. package/esm/impl/updates/componentUpdateAnalyzer.d.ts.map +1 -0
  145. package/esm/impl/utils.d.ts +1 -0
  146. package/esm/impl/utils.d.ts.map +1 -0
  147. package/esm/index.d.ts +1 -0
  148. package/esm/index.d.ts.map +1 -0
  149. package/esm/locales.d.ts +1 -0
  150. package/esm/locales.d.ts.map +1 -0
  151. package/esm/next/PivotTableNext.d.ts +1 -0
  152. package/esm/next/PivotTableNext.d.ts.map +1 -0
  153. package/esm/next/PivotTableNextPluggable.d.ts +1 -0
  154. package/esm/next/PivotTableNextPluggable.d.ts.map +1 -0
  155. package/esm/next/components/AvoidResizeFlickering.d.ts +1 -0
  156. package/esm/next/components/AvoidResizeFlickering.d.ts.map +1 -0
  157. package/esm/next/components/Cell/AttributeCell.d.ts +1 -0
  158. package/esm/next/components/Cell/AttributeCell.d.ts.map +1 -0
  159. package/esm/next/components/Cell/ImageCell.d.ts +1 -0
  160. package/esm/next/components/Cell/ImageCell.d.ts.map +1 -0
  161. package/esm/next/components/Cell/MetricCell.d.ts +1 -0
  162. package/esm/next/components/Cell/MetricCell.d.ts.map +1 -0
  163. package/esm/next/components/Cell/TransposedMetricCell.d.ts +1 -0
  164. package/esm/next/components/Cell/TransposedMetricCell.d.ts.map +1 -0
  165. package/esm/next/components/ErrorComponent.d.ts +1 -0
  166. package/esm/next/components/ErrorComponent.d.ts.map +1 -0
  167. package/esm/next/components/Header/AttributeHeader.d.ts +1 -0
  168. package/esm/next/components/Header/AttributeHeader.d.ts.map +1 -0
  169. package/esm/next/components/Header/EmptyMeasureGroupHeader.d.ts +1 -0
  170. package/esm/next/components/Header/EmptyMeasureGroupHeader.d.ts.map +1 -0
  171. package/esm/next/components/Header/EmptyMeasureGroupValueHeader.d.ts +1 -0
  172. package/esm/next/components/Header/EmptyMeasureGroupValueHeader.d.ts.map +1 -0
  173. package/esm/next/components/Header/HeaderCell/HeaderMenu.d.ts +1 -0
  174. package/esm/next/components/Header/HeaderCell/HeaderMenu.d.ts.map +1 -0
  175. package/esm/next/components/Header/HeaderCell/HeaderMenuComponents.d.ts +1 -0
  176. package/esm/next/components/Header/HeaderCell/HeaderMenuComponents.d.ts.map +1 -0
  177. package/esm/next/components/Header/MeasureGroupHeader.d.ts +1 -0
  178. package/esm/next/components/Header/MeasureGroupHeader.d.ts.map +1 -0
  179. package/esm/next/components/Header/MeasureHeader.d.ts +1 -0
  180. package/esm/next/components/Header/MeasureHeader.d.ts.map +1 -0
  181. package/esm/next/components/Header/PivotGroupHeader.d.ts +1 -0
  182. package/esm/next/components/Header/PivotGroupHeader.d.ts.map +1 -0
  183. package/esm/next/components/Header/SortIndicator.d.ts +1 -0
  184. package/esm/next/components/Header/SortIndicator.d.ts.map +1 -0
  185. package/esm/next/components/Header/utils/common.d.ts +1 -0
  186. package/esm/next/components/Header/utils/common.d.ts.map +1 -0
  187. package/esm/next/components/Header/utils/constructAggregationsMenuItems.d.ts +1 -0
  188. package/esm/next/components/Header/utils/constructAggregationsMenuItems.d.ts.map +1 -0
  189. package/esm/next/components/Header/utils/constructTextWrappingMenuItems.d.ts +1 -0
  190. package/esm/next/components/Header/utils/constructTextWrappingMenuItems.d.ts.map +1 -0
  191. package/esm/next/components/LoadingComponent.d.ts +1 -0
  192. package/esm/next/components/LoadingComponent.d.ts.map +1 -0
  193. package/esm/next/constants/agGridDefaultProps.d.ts +1 -0
  194. package/esm/next/constants/agGridDefaultProps.d.ts.map +1 -0
  195. package/esm/next/constants/internal.d.ts +1 -0
  196. package/esm/next/constants/internal.d.ts.map +1 -0
  197. package/esm/next/context/AgGridApiContext.d.ts +1 -0
  198. package/esm/next/context/AgGridApiContext.d.ts.map +1 -0
  199. package/esm/next/context/AgGridTokenContext.d.ts +1 -0
  200. package/esm/next/context/AgGridTokenContext.d.ts.map +1 -0
  201. package/esm/next/context/ColumnDefsContext.d.ts +1 -0
  202. package/esm/next/context/ColumnDefsContext.d.ts.map +1 -0
  203. package/esm/next/context/CurrentDataViewContext.d.ts +1 -0
  204. package/esm/next/context/CurrentDataViewContext.d.ts.map +1 -0
  205. package/esm/next/context/DrillableItemsRefContext.d.ts +1 -0
  206. package/esm/next/context/DrillableItemsRefContext.d.ts.map +1 -0
  207. package/esm/next/context/HeaderMenuContext.d.ts +1 -0
  208. package/esm/next/context/HeaderMenuContext.d.ts.map +1 -0
  209. package/esm/next/context/InitialExecutionContext.d.ts +1 -0
  210. package/esm/next/context/InitialExecutionContext.d.ts.map +1 -0
  211. package/esm/next/context/PivotTablePropsContext.d.ts +1 -0
  212. package/esm/next/context/PivotTablePropsContext.d.ts.map +1 -0
  213. package/esm/next/context/PivotTableSizingContext.d.ts +1 -0
  214. package/esm/next/context/PivotTableSizingContext.d.ts.map +1 -0
  215. package/esm/next/context/RuntimeErrorContext.d.ts +1 -0
  216. package/esm/next/context/RuntimeErrorContext.d.ts.map +1 -0
  217. package/esm/next/context/TableReadyContext.d.ts +1 -0
  218. package/esm/next/context/TableReadyContext.d.ts.map +1 -0
  219. package/esm/next/features/aggregations/agGridAggregationsApi.d.ts +1 -0
  220. package/esm/next/features/aggregations/agGridAggregationsApi.d.ts.map +1 -0
  221. package/esm/next/features/aggregations/applyTotalsToExecutionDef.d.ts +1 -0
  222. package/esm/next/features/aggregations/applyTotalsToExecutionDef.d.ts.map +1 -0
  223. package/esm/next/features/aggregations/ordering.d.ts +1 -0
  224. package/esm/next/features/aggregations/ordering.d.ts.map +1 -0
  225. package/esm/next/features/columns/agGridColDefsApi.d.ts +1 -0
  226. package/esm/next/features/columns/agGridColDefsApi.d.ts.map +1 -0
  227. package/esm/next/features/columns/applyAllFeaturesToColDef.d.ts +1 -0
  228. package/esm/next/features/columns/applyAllFeaturesToColDef.d.ts.map +1 -0
  229. package/esm/next/features/columns/attributeColDef.d.ts +1 -0
  230. package/esm/next/features/columns/attributeColDef.d.ts.map +1 -0
  231. package/esm/next/features/columns/colDefIdentifiers.d.ts +1 -0
  232. package/esm/next/features/columns/colDefIdentifiers.d.ts.map +1 -0
  233. package/esm/next/features/columns/colId.d.ts +1 -0
  234. package/esm/next/features/columns/colId.d.ts.map +1 -0
  235. package/esm/next/features/columns/createColDef.d.ts +1 -0
  236. package/esm/next/features/columns/createColDef.d.ts.map +1 -0
  237. package/esm/next/features/columns/measureColDef.d.ts +1 -0
  238. package/esm/next/features/columns/measureColDef.d.ts.map +1 -0
  239. package/esm/next/features/columns/shared.d.ts +1 -0
  240. package/esm/next/features/columns/shared.d.ts.map +1 -0
  241. package/esm/next/features/data/agGridLoadingApi.d.ts +1 -0
  242. package/esm/next/features/data/agGridLoadingApi.d.ts.map +1 -0
  243. package/esm/next/features/data/createExecutionDef.d.ts +1 -0
  244. package/esm/next/features/data/createExecutionDef.d.ts.map +1 -0
  245. package/esm/next/features/data/createServerSideDataSource.d.ts +1 -0
  246. package/esm/next/features/data/createServerSideDataSource.d.ts.map +1 -0
  247. package/esm/next/features/data/dataViewToColDefs.d.ts +1 -0
  248. package/esm/next/features/data/dataViewToColDefs.d.ts.map +1 -0
  249. package/esm/next/features/data/dataViewToRowData.d.ts +1 -0
  250. package/esm/next/features/data/dataViewToRowData.d.ts.map +1 -0
  251. package/esm/next/features/data/executionDefinition/attributes.d.ts +1 -0
  252. package/esm/next/features/data/executionDefinition/attributes.d.ts.map +1 -0
  253. package/esm/next/features/data/executionDefinition/constants.d.ts +1 -0
  254. package/esm/next/features/data/executionDefinition/constants.d.ts.map +1 -0
  255. package/esm/next/features/data/executionDefinition/dimensions.d.ts +1 -0
  256. package/esm/next/features/data/executionDefinition/dimensions.d.ts.map +1 -0
  257. package/esm/next/features/data/executionDefinition/execConfig.d.ts +1 -0
  258. package/esm/next/features/data/executionDefinition/execConfig.d.ts.map +1 -0
  259. package/esm/next/features/data/executionDefinition/filters.d.ts +1 -0
  260. package/esm/next/features/data/executionDefinition/filters.d.ts.map +1 -0
  261. package/esm/next/features/data/executionDefinition/measures.d.ts +1 -0
  262. package/esm/next/features/data/executionDefinition/measures.d.ts.map +1 -0
  263. package/esm/next/features/data/executionDefinition/types.d.ts +1 -0
  264. package/esm/next/features/data/executionDefinition/types.d.ts.map +1 -0
  265. package/esm/next/features/data/executionDefinition/workspace.d.ts +1 -0
  266. package/esm/next/features/data/executionDefinition/workspace.d.ts.map +1 -0
  267. package/esm/next/features/data/loadDataView.d.ts +1 -0
  268. package/esm/next/features/data/loadDataView.d.ts.map +1 -0
  269. package/esm/next/features/data/valueFormatter.d.ts +1 -0
  270. package/esm/next/features/data/valueFormatter.d.ts.map +1 -0
  271. package/esm/next/features/drilling/applyCellRenderingToColDef.d.ts +1 -0
  272. package/esm/next/features/drilling/applyCellRenderingToColDef.d.ts.map +1 -0
  273. package/esm/next/features/drilling/events.d.ts +1 -0
  274. package/esm/next/features/drilling/events.d.ts.map +1 -0
  275. package/esm/next/features/drilling/getAvailableDrillTargets.d.ts +1 -0
  276. package/esm/next/features/drilling/getAvailableDrillTargets.d.ts.map +1 -0
  277. package/esm/next/features/drilling/headerMapping.d.ts +1 -0
  278. package/esm/next/features/drilling/headerMapping.d.ts.map +1 -0
  279. package/esm/next/features/drilling/intersection.d.ts +1 -0
  280. package/esm/next/features/drilling/intersection.d.ts.map +1 -0
  281. package/esm/next/features/drilling/isDrillable.d.ts +1 -0
  282. package/esm/next/features/drilling/isDrillable.d.ts.map +1 -0
  283. package/esm/next/features/exports/exports.d.ts +1 -0
  284. package/esm/next/features/exports/exports.d.ts.map +1 -0
  285. package/esm/next/features/pagination/utils.d.ts +1 -0
  286. package/esm/next/features/pagination/utils.d.ts.map +1 -0
  287. package/esm/next/features/pivoting/agGridPivotingApi.d.ts +1 -0
  288. package/esm/next/features/pivoting/agGridPivotingApi.d.ts.map +1 -0
  289. package/esm/next/features/pivoting/columnDefinitionToHeaderNames.d.ts +1 -0
  290. package/esm/next/features/pivoting/columnDefinitionToHeaderNames.d.ts.map +1 -0
  291. package/esm/next/features/pivoting/columnDefsToPivotGroups.d.ts +1 -0
  292. package/esm/next/features/pivoting/columnDefsToPivotGroups.d.ts.map +1 -0
  293. package/esm/next/features/resizing/agGridColumnSizingApi.d.ts +1 -0
  294. package/esm/next/features/resizing/agGridColumnSizingApi.d.ts.map +1 -0
  295. package/esm/next/features/resizing/applyColumnWidthsToColDef.d.ts +1 -0
  296. package/esm/next/features/resizing/applyColumnWidthsToColDef.d.ts.map +1 -0
  297. package/esm/next/features/resizing/createColumnWidthItemForColumnDefinition.d.ts +1 -0
  298. package/esm/next/features/resizing/createColumnWidthItemForColumnDefinition.d.ts.map +1 -0
  299. package/esm/next/features/resizing/getColumnWidthItemForColumnDefinition.d.ts +1 -0
  300. package/esm/next/features/resizing/getColumnWidthItemForColumnDefinition.d.ts.map +1 -0
  301. package/esm/next/features/resizing/getColumnWidthItemValue.d.ts +1 -0
  302. package/esm/next/features/resizing/getColumnWidthItemValue.d.ts.map +1 -0
  303. package/esm/next/features/resizing/isColumnWidthItemMatch.d.ts +1 -0
  304. package/esm/next/features/resizing/isColumnWidthItemMatch.d.ts.map +1 -0
  305. package/esm/next/features/sorting/agGridSortingApi.d.ts +1 -0
  306. package/esm/next/features/sorting/agGridSortingApi.d.ts.map +1 -0
  307. package/esm/next/features/sorting/applySortByToColDef.d.ts +1 -0
  308. package/esm/next/features/sorting/applySortByToColDef.d.ts.map +1 -0
  309. package/esm/next/features/sorting/applySortByToExecutionDef.d.ts +1 -0
  310. package/esm/next/features/sorting/applySortByToExecutionDef.d.ts.map +1 -0
  311. package/esm/next/features/sorting/createSortForColumnDefinition.d.ts +1 -0
  312. package/esm/next/features/sorting/createSortForColumnDefinition.d.ts.map +1 -0
  313. package/esm/next/features/sorting/getNextSortState.d.ts +1 -0
  314. package/esm/next/features/sorting/getNextSortState.d.ts.map +1 -0
  315. package/esm/next/features/sorting/getSortForColumnDefinition.d.ts +1 -0
  316. package/esm/next/features/sorting/getSortForColumnDefinition.d.ts.map +1 -0
  317. package/esm/next/features/sorting/locators.d.ts +1 -0
  318. package/esm/next/features/sorting/locators.d.ts.map +1 -0
  319. package/esm/next/features/sorting/sanitizeSortInExecution.d.ts +1 -0
  320. package/esm/next/features/sorting/sanitizeSortInExecution.d.ts.map +1 -0
  321. package/esm/next/features/sorting/sortItemsToSortModel.d.ts +1 -0
  322. package/esm/next/features/sorting/sortItemsToSortModel.d.ts.map +1 -0
  323. package/esm/next/features/sorting/sortModelToSortItems.d.ts +1 -0
  324. package/esm/next/features/sorting/sortModelToSortItems.d.ts.map +1 -0
  325. package/esm/next/features/styling/bem.d.ts +1 -0
  326. package/esm/next/features/styling/bem.d.ts.map +1 -0
  327. package/esm/next/features/styling/cell.d.ts +1 -0
  328. package/esm/next/features/styling/cell.d.ts.map +1 -0
  329. package/esm/next/features/styling/headerCell.d.ts +1 -0
  330. package/esm/next/features/styling/headerCell.d.ts.map +1 -0
  331. package/esm/next/features/styling/icons.d.ts +1 -0
  332. package/esm/next/features/styling/icons.d.ts.map +1 -0
  333. package/esm/next/features/textWrapping/agGridTextWrappingOptions.d.ts +1 -0
  334. package/esm/next/features/textWrapping/agGridTextWrappingOptions.d.ts.map +1 -0
  335. package/esm/next/features/textWrapping/allowCellWrappingByColumnDefinition.d.ts +1 -0
  336. package/esm/next/features/textWrapping/allowCellWrappingByColumnDefinition.d.ts.map +1 -0
  337. package/esm/next/features/textWrapping/applyTextWrappingToColDef.d.ts +1 -0
  338. package/esm/next/features/textWrapping/applyTextWrappingToColDef.d.ts.map +1 -0
  339. package/esm/next/features/textWrapping/applyTextWrappingToGroupDef.d.ts +1 -0
  340. package/esm/next/features/textWrapping/applyTextWrappingToGroupDef.d.ts.map +1 -0
  341. package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.d.ts +1 -0
  342. package/esm/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.d.ts.map +1 -0
  343. package/esm/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.d.ts +1 -0
  344. package/esm/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.d.ts.map +1 -0
  345. package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts +1 -0
  346. package/esm/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.d.ts.map +1 -0
  347. package/esm/next/features/textWrapping/isColumnTextWrappingItemMatch.d.ts +1 -0
  348. package/esm/next/features/textWrapping/isColumnTextWrappingItemMatch.d.ts.map +1 -0
  349. package/esm/next/features/transposition/applyTranspositionToExecutionDef.d.ts +1 -0
  350. package/esm/next/features/transposition/applyTranspositionToExecutionDef.d.ts.map +1 -0
  351. package/esm/next/features/transposition/attributeHeaderColDef.d.ts +1 -0
  352. package/esm/next/features/transposition/attributeHeaderColDef.d.ts.map +1 -0
  353. package/esm/next/features/transposition/measureGroupHeaderColDef.d.ts +1 -0
  354. package/esm/next/features/transposition/measureGroupHeaderColDef.d.ts.map +1 -0
  355. package/esm/next/features/transposition/measureGroupValueColDef.d.ts +1 -0
  356. package/esm/next/features/transposition/measureGroupValueColDef.d.ts.map +1 -0
  357. package/esm/next/features/transposition/totalHeaderColDef.d.ts +1 -0
  358. package/esm/next/features/transposition/totalHeaderColDef.d.ts.map +1 -0
  359. package/esm/next/hooks/columns/useGetAgGridColumns.d.ts +1 -0
  360. package/esm/next/hooks/columns/useGetAgGridColumns.d.ts.map +1 -0
  361. package/esm/next/hooks/columns/useSetAgGridPivotResultColumns.d.ts +1 -0
  362. package/esm/next/hooks/columns/useSetAgGridPivotResultColumns.d.ts.map +1 -0
  363. package/esm/next/hooks/columns/useUpdateAgGridColumnDefs.d.ts +1 -0
  364. package/esm/next/hooks/columns/useUpdateAgGridColumnDefs.d.ts.map +1 -0
  365. package/esm/next/hooks/drilling/useSyncDrillableItems.d.ts +1 -0
  366. package/esm/next/hooks/drilling/useSyncDrillableItems.d.ts.map +1 -0
  367. package/esm/next/hooks/header/useHeaderCellAriaLabel.d.ts +1 -0
  368. package/esm/next/hooks/header/useHeaderCellAriaLabel.d.ts.map +1 -0
  369. package/esm/next/hooks/header/useHeaderDrilling.d.ts +1 -0
  370. package/esm/next/hooks/header/useHeaderDrilling.d.ts.map +1 -0
  371. package/esm/next/hooks/header/useHeaderGroupDrilling.d.ts +1 -0
  372. package/esm/next/hooks/header/useHeaderGroupDrilling.d.ts.map +1 -0
  373. package/esm/next/hooks/header/useHeaderMenu.d.ts +1 -0
  374. package/esm/next/hooks/header/useHeaderMenu.d.ts.map +1 -0
  375. package/esm/next/hooks/header/useHeaderMenuAggregations.d.ts +1 -0
  376. package/esm/next/hooks/header/useHeaderMenuAggregations.d.ts.map +1 -0
  377. package/esm/next/hooks/header/useHeaderMenuKeyboard.d.ts +1 -0
  378. package/esm/next/hooks/header/useHeaderMenuKeyboard.d.ts.map +1 -0
  379. package/esm/next/hooks/header/useHeaderMenuSorting.d.ts +1 -0
  380. package/esm/next/hooks/header/useHeaderMenuSorting.d.ts.map +1 -0
  381. package/esm/next/hooks/header/useHeaderMenuTextWrapping.d.ts +1 -0
  382. package/esm/next/hooks/header/useHeaderMenuTextWrapping.d.ts.map +1 -0
  383. package/esm/next/hooks/header/useHeaderSpaceKey.d.ts +1 -0
  384. package/esm/next/hooks/header/useHeaderSpaceKey.d.ts.map +1 -0
  385. package/esm/next/hooks/init/useInitExecution.d.ts +1 -0
  386. package/esm/next/hooks/init/useInitExecution.d.ts.map +1 -0
  387. package/esm/next/hooks/init/useInitExecutionResult.d.ts +1 -0
  388. package/esm/next/hooks/init/useInitExecutionResult.d.ts.map +1 -0
  389. package/esm/next/hooks/resizing/useColumnSizingDefault.d.ts +1 -0
  390. package/esm/next/hooks/resizing/useColumnSizingDefault.d.ts.map +1 -0
  391. package/esm/next/hooks/resizing/useColumnSizingForAutoResize.d.ts +1 -0
  392. package/esm/next/hooks/resizing/useColumnSizingForAutoResize.d.ts.map +1 -0
  393. package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpace.d.ts +1 -0
  394. package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpace.d.ts.map +1 -0
  395. package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts +1 -0
  396. package/esm/next/hooks/resizing/useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts.map +1 -0
  397. package/esm/next/hooks/resizing/useColumnSizingProps.d.ts +1 -0
  398. package/esm/next/hooks/resizing/useColumnSizingProps.d.ts.map +1 -0
  399. package/esm/next/hooks/resizing/useInitSizingForEmptyData.d.ts +1 -0
  400. package/esm/next/hooks/resizing/useInitSizingForEmptyData.d.ts.map +1 -0
  401. package/esm/next/hooks/resizing/useInitialAutoResizeVisibility.d.ts +1 -0
  402. package/esm/next/hooks/resizing/useInitialAutoResizeVisibility.d.ts.map +1 -0
  403. package/esm/next/hooks/resizing/useManualResize.d.ts +1 -0
  404. package/esm/next/hooks/resizing/useManualResize.d.ts.map +1 -0
  405. package/esm/next/hooks/resizing/useSyncColumnWidths.d.ts +1 -0
  406. package/esm/next/hooks/resizing/useSyncColumnWidths.d.ts.map +1 -0
  407. package/esm/next/hooks/resizing/useVirtualColumnAutoResize.d.ts +1 -0
  408. package/esm/next/hooks/resizing/useVirtualColumnAutoResize.d.ts.map +1 -0
  409. package/esm/next/hooks/shared/useIsTransposed.d.ts +1 -0
  410. package/esm/next/hooks/shared/useIsTransposed.d.ts.map +1 -0
  411. package/esm/next/hooks/sorting/useSyncSort.d.ts +1 -0
  412. package/esm/next/hooks/sorting/useSyncSort.d.ts.map +1 -0
  413. package/esm/next/hooks/textWrapping/useGetDefaultTextWrapping.d.ts +1 -0
  414. package/esm/next/hooks/textWrapping/useGetDefaultTextWrapping.d.ts.map +1 -0
  415. package/esm/next/hooks/textWrapping/useUpdateDefaultTextWrapping.d.ts +1 -0
  416. package/esm/next/hooks/textWrapping/useUpdateDefaultTextWrapping.d.ts.map +1 -0
  417. package/esm/next/hooks/textWrapping/useUpdateTextWrapping.d.ts +1 -0
  418. package/esm/next/hooks/textWrapping/useUpdateTextWrapping.d.ts.map +1 -0
  419. package/esm/next/hooks/totals/useUpdateTotals.d.ts +1 -0
  420. package/esm/next/hooks/totals/useUpdateTotals.d.ts.map +1 -0
  421. package/esm/next/hooks/useAccessibilityProps.d.ts +1 -0
  422. package/esm/next/hooks/useAccessibilityProps.d.ts.map +1 -0
  423. package/esm/next/hooks/useAfterRenderCallback.d.ts +1 -0
  424. package/esm/next/hooks/useAfterRenderCallback.d.ts.map +1 -0
  425. package/esm/next/hooks/useAgGridApiProps.d.ts +1 -0
  426. package/esm/next/hooks/useAgGridApiProps.d.ts.map +1 -0
  427. package/esm/next/hooks/useAgGridReactProps.d.ts +1 -0
  428. package/esm/next/hooks/useAgGridReactProps.d.ts.map +1 -0
  429. package/esm/next/hooks/useAutoHeight.d.ts +1 -0
  430. package/esm/next/hooks/useAutoHeight.d.ts.map +1 -0
  431. package/esm/next/hooks/useCellSelectionProps.d.ts +1 -0
  432. package/esm/next/hooks/useCellSelectionProps.d.ts.map +1 -0
  433. package/esm/next/hooks/useClearCellSelection.d.ts +1 -0
  434. package/esm/next/hooks/useClearCellSelection.d.ts.map +1 -0
  435. package/esm/next/hooks/useClipboardProps.d.ts +1 -0
  436. package/esm/next/hooks/useClipboardProps.d.ts.map +1 -0
  437. package/esm/next/hooks/useColumnDefsProps.d.ts +1 -0
  438. package/esm/next/hooks/useColumnDefsProps.d.ts.map +1 -0
  439. package/esm/next/hooks/useDataLoadingProps.d.ts +1 -0
  440. package/esm/next/hooks/useDataLoadingProps.d.ts.map +1 -0
  441. package/esm/next/hooks/useFocusManagementProps.d.ts +1 -0
  442. package/esm/next/hooks/useFocusManagementProps.d.ts.map +1 -0
  443. package/esm/next/hooks/useGrandTotalRows.d.ts +1 -0
  444. package/esm/next/hooks/useGrandTotalRows.d.ts.map +1 -0
  445. package/esm/next/hooks/useHeaderComponents.d.ts +1 -0
  446. package/esm/next/hooks/useHeaderComponents.d.ts.map +1 -0
  447. package/esm/next/hooks/useInteractionProps.d.ts +1 -0
  448. package/esm/next/hooks/useInteractionProps.d.ts.map +1 -0
  449. package/esm/next/hooks/useLocaleTextProps.d.ts +1 -0
  450. package/esm/next/hooks/useLocaleTextProps.d.ts.map +1 -0
  451. package/esm/next/hooks/usePaginationProps.d.ts +1 -0
  452. package/esm/next/hooks/usePaginationProps.d.ts.map +1 -0
  453. package/esm/next/hooks/usePivotingProps.d.ts +1 -0
  454. package/esm/next/hooks/usePivotingProps.d.ts.map +1 -0
  455. package/esm/next/hooks/useResolvedProps.d.ts +1 -0
  456. package/esm/next/hooks/useResolvedProps.d.ts.map +1 -0
  457. package/esm/next/hooks/useSortingProps.d.ts +1 -0
  458. package/esm/next/hooks/useSortingProps.d.ts.map +1 -0
  459. package/esm/next/hooks/useTextWrappingProps.d.ts +1 -0
  460. package/esm/next/hooks/useTextWrappingProps.d.ts.map +1 -0
  461. package/esm/next/hooks/useThemeProps.d.ts +1 -0
  462. package/esm/next/hooks/useThemeProps.d.ts.map +1 -0
  463. package/esm/next/index.d.ts +1 -0
  464. package/esm/next/index.d.ts.map +1 -0
  465. package/esm/next/testing/dataTestIdGenerators.d.ts +1 -0
  466. package/esm/next/testing/dataTestIdGenerators.d.ts.map +1 -0
  467. package/esm/next/types/accessibility.d.ts +1 -0
  468. package/esm/next/types/accessibility.d.ts.map +1 -0
  469. package/esm/next/types/agGrid.d.ts +1 -0
  470. package/esm/next/types/agGrid.d.ts.map +1 -0
  471. package/esm/next/types/cellRendering.d.ts +1 -0
  472. package/esm/next/types/cellRendering.d.ts.map +1 -0
  473. package/esm/next/types/cellSelection.d.ts +1 -0
  474. package/esm/next/types/cellSelection.d.ts.map +1 -0
  475. package/esm/next/types/executionCancelling.d.ts +1 -0
  476. package/esm/next/types/executionCancelling.d.ts.map +1 -0
  477. package/esm/next/types/experimental.d.ts +1 -0
  478. package/esm/next/types/experimental.d.ts.map +1 -0
  479. package/esm/next/types/formatting.d.ts +1 -0
  480. package/esm/next/types/formatting.d.ts.map +1 -0
  481. package/esm/next/types/grandTotalsPosition.d.ts +1 -0
  482. package/esm/next/types/grandTotalsPosition.d.ts.map +1 -0
  483. package/esm/next/types/internal.d.ts +1 -0
  484. package/esm/next/types/internal.d.ts.map +1 -0
  485. package/esm/next/types/layout.d.ts +1 -0
  486. package/esm/next/types/layout.d.ts.map +1 -0
  487. package/esm/next/types/license.d.ts +1 -0
  488. package/esm/next/types/license.d.ts.map +1 -0
  489. package/esm/next/types/locators.d.ts +1 -0
  490. package/esm/next/types/locators.d.ts.map +1 -0
  491. package/esm/next/types/menu.d.ts +1 -0
  492. package/esm/next/types/menu.d.ts.map +1 -0
  493. package/esm/next/types/pagination.d.ts +1 -0
  494. package/esm/next/types/pagination.d.ts.map +1 -0
  495. package/esm/next/types/public.d.ts +1 -0
  496. package/esm/next/types/public.d.ts.map +1 -0
  497. package/esm/next/types/resizing.d.ts +1 -0
  498. package/esm/next/types/resizing.d.ts.map +1 -0
  499. package/esm/next/types/textWrapping.d.ts +1 -0
  500. package/esm/next/types/textWrapping.d.ts.map +1 -0
  501. package/esm/next/types/transposition.d.ts +1 -0
  502. package/esm/next/types/transposition.d.ts.map +1 -0
  503. package/esm/publicTypes.d.ts +1 -0
  504. package/esm/publicTypes.d.ts.map +1 -0
  505. package/esm/tableState.d.ts +1 -0
  506. package/esm/tableState.d.ts.map +1 -0
  507. package/package.json +13 -13
@@ -31,3 +31,4 @@ export declare function enrichAgGridToken<T>(config?: T & {
31
31
  * @alpha
32
32
  */
33
33
  export declare function useAgGridToken(agGridToken?: string): string | undefined;
34
+ //# sourceMappingURL=AgGridTokenContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AgGridTokenContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/AgGridTokenContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAEtF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D;;GAEG;AACH,eAAO,MAAM,kBAAkB;;EAE7B,CAAC;AAEH;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,2CAI/F;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS;IAAE,MAAM,CAAC,EAAE,oBAAoB,CAAA;CAAE,EACvE,cAAc,EAAE,aAAa,CAAC,CAAC,CAAC,GACjC,aAAa,CAAC,CAAC,CAAC,CAYlB;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAC/B,MAAM,CAAC,EAAE,CAAC,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,EACrC,WAAW,CAAC,EAAE,MAAM,GACrB,CAAC,CAAC,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,SAAS,CAO5C;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,WAAW,CAAC,EAAE,MAAM,sBAIlD"}
@@ -12,3 +12,4 @@ export declare function ColumnDefsProvider({ children }: {
12
12
  */
13
13
  export declare function useColumnDefs(): IColumnDefsContext;
14
14
  export {};
15
+ //# sourceMappingURL=ColumnDefsContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColumnDefsContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/ColumnDefsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAsC,MAAM,OAAO,CAAC;AAM3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAM1E,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAI/D;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAoCvE;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,kBAAkB,CAQlD"}
@@ -24,3 +24,4 @@ export declare function CurrentDataViewProvider({ children }: {
24
24
  */
25
25
  export declare function useCurrentDataView(): ICurrentDataViewContext;
26
26
  export {};
27
+ //# sourceMappingURL=CurrentDataViewContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentDataViewContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/CurrentDataViewContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAuC,MAAM,OAAO,CAAC;AAE5E,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD;;;;GAIG;AACH,UAAU,uBAAuB;IAC7B,eAAe,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,kBAAkB,EAAE,CAAC,QAAQ,EAAE,cAAc,GAAG,SAAS,KAAK,IAAI,CAAC;CACtE;AAID;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAa5E;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,IAAI,uBAAuB,CAM5D"}
@@ -20,3 +20,4 @@ export declare function DrillableItemsRefProvider({ children }: {
20
20
  */
21
21
  export declare function useDrillableItemsRef(): IDrillableItemsRefContext;
22
22
  export {};
23
+ //# sourceMappingURL=DrillableItemsRefContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DrillableItemsRefContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/DrillableItemsRefContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAqC,MAAM,OAAO,CAAC;AAE1F,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAItD,KAAK,yBAAyB,GAAG,SAAS,CAAC,aAAa,EAAE,CAAC,CAAC;AAI5D;;;;;;;;;;GAUG;AACH,wBAAgB,yBAAyB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAU9E;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,yBAAyB,CAQhE"}
@@ -24,3 +24,4 @@ export declare function HeaderMenuProvider({ children }: {
24
24
  */
25
25
  export declare function useHeaderMenuContext(): IHeaderMenuContext;
26
26
  export {};
27
+ //# sourceMappingURL=HeaderMenuContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderMenuContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/HeaderMenuContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAkD,MAAM,OAAO,CAAC;AAEvG,KAAK,WAAW,GAAG,MAAM,IAAI,CAAC;AAE9B,UAAU,kBAAkB;IACxB;;;OAGG;IACH,kBAAkB,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAClD;;OAEG;IACH,eAAe,EAAE,MAAM,IAAI,CAAC;CAC/B;AAID;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAavE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,kBAAkB,CAMzD"}
@@ -10,3 +10,4 @@ export declare function InitialExecutionContextProvider({ children, initialExecu
10
10
  * @internal
11
11
  */
12
12
  export declare function useInitialExecution(): IInitialExecutionData;
13
+ //# sourceMappingURL=InitialExecutionContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InitialExecutionContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/InitialExecutionContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAsC,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAIlE;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,EAC5C,QAAQ,EACR,sBAAsB,EACtB,eAAe,EAClB,EAAE,qBAAqB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAajD;AAED;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,qBAAqB,CAQ3D"}
@@ -35,3 +35,4 @@ export declare function applyPivotTableDefaultProps(props: ICorePivotTableNextPr
35
35
  */
36
36
  export declare function usePivotTableProps(): PivotTablePropsWithDefaults;
37
37
  export {};
38
+ //# sourceMappingURL=PivotTablePropsContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PivotTablePropsContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/PivotTablePropsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAgB5D,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,EACpC,QAAQ,EACR,GAAG,KAAK,EACX,EAAE,wBAAwB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAEpD;AAED,KAAK,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEnE,KAAK,oBAAoB,GAAG,cAAc,CAAC;AAE3C,KAAK,wBAAwB,GAAG,YAAY,CAAC,aAAa,EAAE,oBAAoB,CAAC,CAAC;AAElF,KAAK,YAAY,GACX,cAAc,GACd,qBAAqB,GACrB,4BAA4B,GAC5B,kBAAkB,CAAC;AAEzB,KAAK,gBAAgB,GAAG,YAAY,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;AAE1D,KAAK,cAAc,GACb,uBAAuB,GACvB,uBAAuB,GACvB,cAAc,GACd,cAAc,GACd,MAAM,CAAC;AAEb,KAAK,kBAAkB,GAAG,YAAY,CAAC,oBAAoB,EAAE,cAAc,CAAC,GAAG;IAC3E,YAAY,EAAE,wBAAwB,CAAC;IACvC,IAAI,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF,KAAK,iBAAiB,GAChB,MAAM,GACN,SAAS,GACT,UAAU,GACV,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,gBAAgB,CAAC;AAEvB,KAAK,qBAAqB,GAAG,YAAY,CAAC,wBAAwB,EAAE,iBAAiB,CAAC,CAAC;AAEvF,KAAK,2BAA2B,GAAG,qBAAqB,GAAG;IACvD,MAAM,EAAE,kBAAkB,CAAC;IAC3B,UAAU,EAAE,gBAAgB,CAAC;CAChC,CAAC;AAEF;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,wBAAwB,GAAG,2BAA2B,CAmCxG;AAED;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,2BAA2B,CA4BhE"}
@@ -20,3 +20,4 @@ export declare function usePivotTableSizing(): IPivotTableSizingStateContext;
20
20
  */
21
21
  export declare function usePivotTableSizingActions(): IPivotTableSizingActionsContext;
22
22
  export {};
23
+ //# sourceMappingURL=PivotTableSizingContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PivotTableSizingContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/PivotTableSizingContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAgD,MAAM,OAAO,CAAC;AAErF,KAAK,6BAA6B,GAAG;IACjC,cAAc,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,KAAK,+BAA+B,GAAG;IACnC,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAOF;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAwB7E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,6BAA6B,CAQnE;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,+BAA+B,CAQ5E"}
@@ -10,3 +10,4 @@ interface IRuntimeErrorProviderProps {
10
10
  export declare function RuntimeErrorProvider({ children }: IRuntimeErrorProviderProps): import("react/jsx-runtime").JSX.Element;
11
11
  export declare function useRuntimeError(): IRuntimeErrorContext;
12
12
  export {};
13
+ //# sourceMappingURL=RuntimeErrorContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RuntimeErrorContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/RuntimeErrorContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6D,MAAM,OAAO,CAAC;AAElG,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,UAAU,oBAAoB;IAC1B,YAAY,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC3C,eAAe,EAAE,CAAC,KAAK,EAAE,gBAAgB,GAAG,SAAS,KAAK,IAAI,CAAC;CAClE;AAID,UAAU,0BAA0B;IAChC,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,EAAE,0BAA0B,2CAgB5E;AAED,wBAAgB,eAAe,IAAI,oBAAoB,CAQtD"}
@@ -33,3 +33,4 @@ export declare function TableReadyProvider({ children }: ITableReadyProviderProp
33
33
  */
34
34
  export declare function useTableReady(): ITableReadyContext;
35
35
  export {};
36
+ //# sourceMappingURL=TableReadyContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableReadyContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/TableReadyContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAkD,MAAM,OAAO,CAAC;AAIvF,UAAU,kBAAkB;IACxB;;;OAGG;IACH,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC;;;OAGG;IACH,iBAAiB,EAAE,MAAM,IAAI,CAAC;CACjC;AAID;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE,wBAAwB,2CA4CxE;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,kBAAkB,CAMlD"}
@@ -13,3 +13,4 @@ export declare function agGridSetGrandTotalRows(options: {
13
13
  grandTotalRowData: AgGridRowData[];
14
14
  grandTotalsPosition?: GrandTotalsPosition;
15
15
  }, api: GridApi<AgGridRowData>): void;
16
+ //# sourceMappingURL=agGridAggregationsApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agGridAggregationsApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/aggregations/agGridAggregationsApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACnC,OAAO,EAAE;IAAE,iBAAiB,EAAE,aAAa,EAAE,CAAC;IAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAA;CAAE,EAC1F,GAAG,EAAE,OAAO,CAAC,aAAa,CAAC,QAuB9B"}
@@ -10,3 +10,4 @@ export declare const applyTotalsToExecutionDef: ({ rows, columns, totals }: {
10
10
  columns: IAttribute[];
11
11
  totals: ITotal[];
12
12
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
13
+ //# sourceMappingURL=applyTotalsToExecutionDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyTotalsToExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/aggregations/applyTotalsToExecutionDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAGpF,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAI3F;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;6FAkCjC,CAAC"}
@@ -14,3 +14,4 @@ import { type ITotal } from "@gooddata/sdk-model";
14
14
  * @internal
15
15
  */
16
16
  export declare function orderTotals(totals: ITotal[]): ITotal[];
17
+ //# sourceMappingURL=ordering.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ordering.d.ts","sourceRoot":"","sources":["../../../../src/next/features/aggregations/ordering.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAIlD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAItD"}
@@ -7,3 +7,4 @@ import { type AgGridApi, type AgGridColumnDef, type AgGridColumnGroupDef } from
7
7
  export declare function agGridSetColumnDefs(options: {
8
8
  colDefs: (AgGridColumnDef | AgGridColumnGroupDef)[];
9
9
  }, api: AgGridApi): void;
10
+ //# sourceMappingURL=agGridColDefsApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agGridColDefsApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/agGridColDefsApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAExG;;;;GAIG;AACH,wBAAgB,mBAAmB,CAC/B,OAAO,EAAE;IAAE,OAAO,EAAE,CAAC,eAAe,GAAG,oBAAoB,CAAC,EAAE,CAAA;CAAE,EAChE,GAAG,EAAE,SAAS,QAIjB"}
@@ -16,3 +16,4 @@ export declare const applyAllFeaturesToColDef: ({ columnWidths, sortBy, textWrap
16
16
  drillableItemsRef: RefObject<ExplicitDrill[]>;
17
17
  dataViewFacade?: DataViewFacade | undefined;
18
18
  }) => (colDef: AgGridColumnDef) => AgGridColumnDef;
19
+ //# sourceMappingURL=applyAllFeaturesToColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyAllFeaturesToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/applyAllFeaturesToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE3E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAMjE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;kDAqBhC,CAAC"}
@@ -7,3 +7,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
7
7
  * @internal
8
8
  */
9
9
  export declare function createAttributeColDef(colId: string, columnDefinition: ITableAttributeColumnDefinition, intl: IntlShape): AgGridColumnDef;
10
+ //# sourceMappingURL=attributeColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attributeColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/attributeColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AAGxE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;GAIG;AACH,wBAAgB,qBAAqB,CACjC,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,+BAA+B,EACjD,IAAI,EAAE,SAAS,GAChB,eAAe,CAkBjB"}
@@ -39,3 +39,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
39
39
  * @internal
40
40
  */
41
41
  export declare function columnDefinitionToColDefIdentifiers(column: ITableColumnDefinition, columnHeadersPosition: ColumnHeadersPosition): string[];
42
+ //# sourceMappingURL=colDefIdentifiers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colDefIdentifiers.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/colDefIdentifiers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,sBAAsB,EAG9B,MAAM,kBAAkB,CAAC;AAO1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAE1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,wBAAgB,mCAAmC,CAC/C,MAAM,EAAE,sBAAsB,EAC9B,qBAAqB,EAAE,qBAAqB,GAC7C,MAAM,EAAE,CAqBV"}
@@ -7,3 +7,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
7
7
  * @internal
8
8
  */
9
9
  export declare function columnDefinitionToColId(cell: ITableColumnDefinition, columnHeadersPosition: ColumnHeadersPosition): string;
10
+ //# sourceMappingURL=colId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colId.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/colId.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAI1E;;;;;GAKG;AACH,wBAAgB,uBAAuB,CACnC,IAAI,EAAE,sBAAsB,EAC5B,qBAAqB,EAAE,qBAAqB,GAC7C,MAAM,CAGR"}
@@ -8,3 +8,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
8
8
  * @internal
9
9
  */
10
10
  export declare function createColDef(columnDefinition: ITableColumnDefinition, columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape, dv?: DataViewFacade): AgGridColumnDef;
11
+ //# sourceMappingURL=createColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/createColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,sBAAsB,EAAsB,MAAM,kBAAkB,CAAC;AAExG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAU1E;;;;GAIG;AACH,wBAAgB,YAAY,CACxB,gBAAgB,EAAE,sBAAsB,EACxC,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,EACf,EAAE,CAAC,EAAE,cAAc,GACpB,eAAe,CAgCjB"}
@@ -10,3 +10,4 @@ export declare function createMeasureColDef(colId: string, columnDefinition: (IT
10
10
  isTransposed: false;
11
11
  isEmpty: false;
12
12
  }): AgGridColumnDef;
13
+ //# sourceMappingURL=measureColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measureColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/measureColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,gCAAgC,EACrC,KAAK,8BAA8B,EACnC,KAAK,2BAA2B,EAEnC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAM7D;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAC/B,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,CACZ,2BAA2B,GAC3B,8BAA8B,GAC9B,gCAAgC,CACrC,GAAG;IAAE,YAAY,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,KAAK,CAAA;CAAE,GAC5C,eAAe,CAmBjB"}
@@ -78,3 +78,4 @@ export declare function getAttributeHeaderName(attributeHeader: IResultAttribute
78
78
  * @returns The converted value.
79
79
  */
80
80
  export declare function convertEmptyStringToNull(value: string | null | undefined): string | null | undefined;
81
+ //# sourceMappingURL=shared.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/next/features/columns/shared.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,sBAAsB,EAAE,KAAK,kBAAkB,EAAkB,MAAM,qBAAqB,CAAC;AAC3G,OAAO,EACH,KAAK,+BAA+B,EACpC,KAAK,eAAe,EASvB,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,oBAAoB,oDAWhC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,qBAAqB,CACjC,MAAM,EAAE,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,EACpG,KAAK,EAAE,MAAM,GACd,MAAM,GAAG,IAAI,CAQf;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,eAAe,GAAG,SAAS,GAAG,MAAM,GAAG,IAAI,CAMxF;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CACrC,MAAM,EAAE,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,EACpG,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,SAAS,GAChB,MAAM,GAAG,IAAI,CAUf;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,EAAE,IAAI,EAAE,SAAS,GAAG,MAAM,CAI/F;AAWD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAChC,MAAM,EAAE,wBAAwB,EAChC,WAAW,EAAE,GAAG,EAChB,gBAAgB,EAAE,+BAA+B,GAClD,OAAO,CAuBT;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,MAAM,EAAE,CAMpE;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CACxB,UAAU,EAAE,aAAa,GAAG,SAAS,EACrC,UAAU,EAAE,aAAa,GAAG,SAAS,EACrC,kBAAkB,EAAE,MAAM,GAC3B,OAAO,CAoCT;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,sBAAsB,CAAC,eAAe,EAAE,sBAAsB,EAAE,IAAI,EAAE,SAAS,UAM9F;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,6BAExE"}
@@ -8,3 +8,4 @@ import { type AgGridRowData } from "../../types/internal.js";
8
8
  export declare function agGridSetLoading(options: {
9
9
  isLoading: boolean;
10
10
  }, api: GridApi<AgGridRowData>): void;
11
+ //# sourceMappingURL=agGridLoadingApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agGridLoadingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/agGridLoadingApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,EAAE,GAAG,EAAE,OAAO,CAAC,aAAa,CAAC,QAG5F"}
@@ -21,3 +21,4 @@ export interface IPivotTableExecutionDefinitionParams {
21
21
  * @internal
22
22
  */
23
23
  export declare function createExecutionDef({ workspace, columns, rows, measures, filters, sortBy, totals, measureGroupDimension, execConfig }: IPivotTableExecutionDefinitionParams): IPivotTableExecutionDefinition;
24
+ //# sourceMappingURL=createExecutionDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/createExecutionDef.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,SAAS,EACd,KAAK,MAAM,EACd,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAU1E,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAGrF;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACjD,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,UAAU,EAAE,gBAAgB,CAAC;CAChC;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,EAC/B,SAAS,EACT,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,MAAM,EACN,MAAM,EACN,qBAAqB,EACrB,UAAU,EACb,EAAE,oCAAoC,GAAG,8BAA8B,CAWvE"}
@@ -37,3 +37,4 @@ interface ICreateServerSideDataSourceParams extends IInitialExecutionData {
37
37
  */
38
38
  export declare const createServerSideDataSource: ({ measures, rows, sortBy, initialExecutionResult, initialDataView, columnHeadersPosition, grandTotalsPosition, columnDefinitionByColId, pageSize, setCurrentDataView, setPivotResultColumns, setGrandTotalRows, initSizingForEmptyData, onDataView, onError, onExportReady, exportTitle, separators, setRuntimeError, }: ICreateServerSideDataSourceParams) => IServerSideDatasource<AgGridRowData>;
39
39
  export {};
40
+ //# sourceMappingURL=createServerSideDataSource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createServerSideDataSource.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/createServerSideDataSource.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,qBAAqB,EAG7B,MAAM,oBAAoB,CAAC;AAI5B,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,QAAQ,EAAE,KAAK,WAAW,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACvG,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,UAAU,EACf,KAAK,OAAO,EACZ,KAAK,aAAa,EAErB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EACH,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,6BAA6B,EACrC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAS1E;;GAEG;AACH,UAAU,iCAAkC,SAAQ,qBAAqB;IACrE,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,uBAAuB,EAAE,6BAA6B,CAAC;IACvD,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,CAAC,QAAQ,EAAE,cAAc,GAAG,SAAS,KAAK,IAAI,CAAC;IACnE,eAAe,EAAE,CAAC,KAAK,EAAE,gBAAgB,GAAG,SAAS,KAAK,IAAI,CAAC;IAC/D,qBAAqB,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,CAAC;IACpD,iBAAiB,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;IACpF,sBAAsB,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;IAC/E,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AA4DD;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,sYA2MtC,CAAC"}
@@ -26,3 +26,4 @@ export declare function dataViewToColDefs({ dataView, columnHeadersPosition, col
26
26
  columnDefsFlat: AgGridColumnDef[];
27
27
  isPivoted: boolean;
28
28
  };
29
+ //# sourceMappingURL=dataViewToColDefs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataViewToColDefs.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/dataViewToColDefs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE3E,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAS1E;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,EAC9B,QAAQ,EACR,qBAAqB,EACrB,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACZ,IAAI,EACJ,UAAU,EACb,EAAE;IACC,QAAQ,EAAE,cAAc,CAAC;IACzB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,iBAAiB,EAAE,SAAS,CAAC,aAAa,EAAE,CAAC,CAAC;IAC9C,YAAY,EAAE,aAAa,CAAC;IAC5B,IAAI,EAAE,SAAS,CAAC;IAChB,UAAU,CAAC,EAAE,WAAW,CAAC;CAC5B,GAAG;IACA,uBAAuB,EAAE,6BAA6B,CAAC;IACvD,UAAU,EAAE,CAAC,eAAe,GAAG,oBAAoB,CAAC,EAAE,CAAC;IACvD,cAAc,EAAE,eAAe,EAAE,CAAC;IAClC,SAAS,EAAE,OAAO,CAAC;CACtB,CAkDA"}
@@ -20,3 +20,4 @@ export declare function dataViewToRowData(dataView: DataViewFacade, columnHeader
20
20
  grandTotalRowData: AgGridRowData[];
21
21
  grandTotalCount: number;
22
22
  };
23
+ //# sourceMappingURL=dataViewToRowData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataViewToRowData.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/dataViewToRowData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,WAAW,EAAe,MAAM,qBAAqB,CAAC;AACpF,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,kBAAkB,CAAC;AAE7E,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAK1E;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAC7B,QAAQ,EAAE,cAAc,EACxB,qBAAqB,EAAE,qBAAqB,EAC5C,UAAU,CAAC,EAAE,WAAW,EACxB,mBAAmB,GAAE,mBAAoC,EACzD,WAAW,CAAC,EAAE,OAAO,EACrB,UAAU,CAAC,EAAE,OAAO,GACrB;IACC,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,iBAAiB,EAAE,aAAa,EAAE,CAAC;IACnC,eAAe,EAAE,MAAM,CAAC;CAC3B,CAiDA"}
@@ -9,3 +9,4 @@ export declare const applyAttributesToExecutionDef: ({ rows, columns }: {
9
9
  rows: IAttribute[];
10
10
  columns: IAttribute[];
11
11
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
12
+ //# sourceMappingURL=attributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attributes.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/attributes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,UAAU,EAAgD,MAAM,qBAAqB,CAAC;AAGpG,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;6FAwBrC,CAAC"}
@@ -5,3 +5,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
5
5
  * @internal
6
6
  */
7
7
  export declare const DEFAULT_PIVOT_TABLE_EXECUTION_DEFINITION: IPivotTableExecutionDefinition;
8
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/constants.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,wCAAwC,EAAE,8BAqBtD,CAAC"}
@@ -27,3 +27,4 @@ export declare function addTotalsToDimension(totals: ITotal[], dimension: IDimen
27
27
  itemIdentifiers: string[];
28
28
  totals: ITotal[];
29
29
  };
30
+ //# sourceMappingURL=dimensions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimensions.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/dimensions.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,MAAM,EAGd,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE;;;EAKvF;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,UAAU;;;EAK/D;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,SAAS,EAAE,UAAU;;;EAOpE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,UAAU;;;EAK3E"}
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
8
8
  export declare const applyExecConfigToExecutionDef: ({ execConfig }: {
9
9
  execConfig: IExecutionConfig;
10
10
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
11
+ //# sourceMappingURL=execConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execConfig.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/execConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;6FAIrC,CAAC"}
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
8
8
  export declare const applyFiltersToExecutionDef: ({ filters }: {
9
9
  filters: IFilter[];
10
10
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
11
+ //# sourceMappingURL=filters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;6FAWlC,CAAC"}
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
8
8
  export declare const applyMeasuresToExecutionDef: ({ measures }: {
9
9
  measures: IMeasure<import("@gooddata/sdk-model").IMeasureDefinitionType>[];
10
10
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
11
+ //# sourceMappingURL=measures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measures.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/measures.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,QAAQ,EAAa,MAAM,qBAAqB,CAAC;AAI/D,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;6FAenC,CAAC"}
@@ -20,3 +20,4 @@ export interface IPivotTableExecutionDefinition extends Omit<IExecutionDefinitio
20
20
  dimensions: PivotTableDimensions;
21
21
  buckets: PivotTableBuckets;
22
22
  }
23
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE/F;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,UAAU,CAAC,CAAC;AAE7F;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,cAAc,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;AAEvG;;;;GAIG;AACH,MAAM,WAAW,8BAA+B,SAAQ,IAAI,CAAC,oBAAoB,EAAE,YAAY,GAAG,SAAS,CAAC;IACxG,UAAU,EAAE,oBAAoB,CAAC;IACjC,OAAO,EAAE,iBAAiB,CAAC;CAC9B"}
@@ -7,3 +7,4 @@ import { type IPivotTableExecutionDefinition } from "./types.js";
7
7
  export declare const applyWorkspaceToExecutionDef: ({ workspace }: {
8
8
  workspace: string;
9
9
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
10
+ //# sourceMappingURL=workspace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../../../../src/next/features/data/executionDefinition/workspace.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,4BAA4B;;6FAOpC,CAAC"}
@@ -14,3 +14,4 @@ export interface ILoadDataViewParams {
14
14
  * @internal
15
15
  */
16
16
  export declare function loadDataView({ executionResult, startRow, endRow }: ILoadDataViewParams): Promise<DataViewFacade>;
17
+ //# sourceMappingURL=loadDataView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadDataView.d.ts","sourceRoot":"","sources":["../../../../src/next/features/data/loadDataView.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIlD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,eAAe,EAAE,gBAAgB,CAAC;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,wBAAsB,YAAY,CAAC,EAC/B,eAAe,EACf,QAAQ,EACR,MAAM,EACT,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,CAAC,CAI/C"}
@@ -12,3 +12,4 @@ import { type DataViewFacade, type ITableData } from "@gooddata/sdk-ui";
12
12
  * @internal
13
13
  */
14
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"}
@@ -12,3 +12,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
12
12
  * @internal
13
13
  */
14
14
  export declare const applyCellRenderingToColDef: (drillableItemsRef: RefObject<ExplicitDrill[]>, dv?: DataViewFacade | undefined) => (colDef: AgGridColumnDef) => AgGridColumnDef;
15
+ //# sourceMappingURL=applyCellRenderingToColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyCellRenderingToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/applyCellRenderingToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,aAAa,EAErB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAiC,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAG5F;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B,kIA6BlC,CAAC"}
@@ -6,3 +6,4 @@ import { type IDrillEvent } from "@gooddata/sdk-ui";
6
6
  * @returns The custom drill event
7
7
  */
8
8
  export declare const createCustomDrillEvent: (drillEvent: IDrillEvent) => CustomEvent<IDrillEvent>;
9
+ //# sourceMappingURL=events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/events.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,uDAKlC,CAAC"}
@@ -10,3 +10,4 @@ import { type ColumnHeadersPosition, type MeasureGroupDimension } from "../../ty
10
10
  * @alpha
11
11
  */
12
12
  export declare function getAvailableDrillTargets(dv: DataViewFacade, measureGroupDimension: MeasureGroupDimension, columnHeadersPosition: ColumnHeadersPosition): IAvailableDrillTargets;
13
+ //# sourceMappingURL=getAvailableDrillTargets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAvailableDrillTargets.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/getAvailableDrillTargets.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,cAAc,EAGnB,KAAK,sBAAsB,EAE9B,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAEtG;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACpC,EAAE,EAAE,cAAc,EAClB,qBAAqB,EAAE,qBAAqB,EAC5C,qBAAqB,EAAE,qBAAqB,GAC7C,sBAAsB,CAwBxB"}
@@ -5,3 +5,4 @@ export declare function extractRowMappingHeadersAtPosition(rowDefinition: ITable
5
5
  export declare function extractRowMappingHeadersUpToPosition(rowDefinition: ITableRowDefinition, position: number): IMappingHeader[];
6
6
  export declare function extractAllRowMappingHeaders(rowDefinition: ITableRowDefinition): IMappingHeader[];
7
7
  export declare function extractAllRowMeasureMappingHeaders(rowDefinition: ITableRowDefinition): IMappingHeader[];
8
+ //# sourceMappingURL=headerMapping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"headerMapping.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/headerMapping.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EAC3B,MAAM,kBAAkB,CAAC;AAE1B,wBAAgB,iCAAiC,CAC7C,MAAM,EAAE,qBAAqB,EAAE,EAC/B,QAAQ,EAAE,MAAM,GACjB,cAAc,EAAE,CAgBlB;AAqCD,wBAAgB,8BAA8B,CAAC,gBAAgB,EAAE,sBAAsB,GAAG,cAAc,EAAE,CAUzG;AAED,wBAAgB,kCAAkC,CAC9C,aAAa,EAAE,mBAAmB,EAClC,QAAQ,EAAE,MAAM,GACjB,cAAc,EAAE,CAMlB;AAED,wBAAgB,oCAAoC,CAChD,aAAa,EAAE,mBAAmB,EAClC,QAAQ,EAAE,MAAM,GACjB,cAAc,EAAE,CAMlB;AAED,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,mBAAmB,GAAG,cAAc,EAAE,CAMhG;AAED,wBAAgB,kCAAkC,CAAC,aAAa,EAAE,mBAAmB,GAAG,cAAc,EAAE,CAQvG"}
@@ -16,3 +16,4 @@ export declare function createDrillIntersection(colDef: AgGridColumnDef, data: A
16
16
  * @returns Array of drill intersection elements
17
17
  */
18
18
  export declare function createHeaderDrillIntersection(colDef: AgGridColumnDef): IDrillEventIntersectionElement[];
19
+ //# sourceMappingURL=intersection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intersection.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/intersection.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,8BAA8B,EAItC,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACH,KAAK,eAAe,EAGvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AA6E7D;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CACnC,MAAM,EAAE,eAAe,EACvB,IAAI,EAAE,aAAa,GACpB,8BAA8B,EAAE,CAIlC;AAED;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,eAAe,GAAG,8BAA8B,EAAE,CAIvG"}
@@ -22,3 +22,4 @@ export declare function isCellDrillable(colDef: AgGridColumnDef, data: AgGridRow
22
22
  * @returns True if the header cell is drillable, false otherwise
23
23
  */
24
24
  export declare function isHeaderCellDrillable(colDef: AgGridColumnDef, drillableItems: ExplicitDrill[], dataViewFacade?: DataViewFacade, columnHeadersPosition?: string): boolean;
25
+ //# sourceMappingURL=isDrillable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isDrillable.d.ts","sourceRoot":"","sources":["../../../../src/next/features/drilling/isDrillable.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,aAAa,EAKrB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,eAAe,EAA6B,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAsD7D;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAC3B,MAAM,EAAE,eAAe,EACvB,IAAI,EAAE,aAAa,EACnB,cAAc,EAAE,aAAa,EAAE,EAC/B,cAAc,CAAC,EAAE,cAAc,GAChC,OAAO,CAYT;AAkCD;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CACjC,MAAM,EAAE,eAAe,EACvB,cAAc,EAAE,aAAa,EAAE,EAC/B,cAAc,CAAC,EAAE,cAAc,EAC/B,qBAAqB,CAAC,EAAE,MAAM,GAC/B,OAAO,CAkBT"}
@@ -4,3 +4,4 @@ import { type OnExportReady } from "@gooddata/sdk-ui";
4
4
  * Handles export ready functionality by creating export function
5
5
  */
6
6
  export declare const handleExportReady: (result: IExecutionResult, onExportReady: OnExportReady, exportTitle?: string | undefined) => void;
7
+ //# sourceMappingURL=exports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../../src/next/features/exports/exports.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,KAAK,aAAa,EAAwB,MAAM,kBAAkB,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,iBAAiB,oGAO7B,CAAC"}
@@ -27,3 +27,4 @@ export declare function isAutoPageSize(pageSize: number): boolean;
27
27
  * @internal
28
28
  */
29
29
  export declare function isPaginationEnabled(config: PivotTableNextConfig): boolean;
30
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pagination/utils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAElE;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE7D;AAED;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAExD;AAED;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAWzE"}
@@ -8,3 +8,4 @@ import { type AgGridRowData } from "../../types/internal.js";
8
8
  export declare function agGridSetPivotResultColumns(options: {
9
9
  colDefs: (ColDef | ColGroupDef)[];
10
10
  }, api: GridApi<AgGridRowData>): void;
11
+ //# sourceMappingURL=agGridPivotingApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agGridPivotingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/agGridPivotingApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAEjF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D;;;;GAIG;AACH,wBAAgB,2BAA2B,CACvC,OAAO,EAAE;IAAE,OAAO,EAAE,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,CAAA;CAAE,EAC9C,GAAG,EAAE,OAAO,CAAC,aAAa,CAAC,QAc9B"}
@@ -41,3 +41,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
41
41
  * @internal
42
42
  */
43
43
  export declare function columnDefinitionToHeaderNames(column: ITableColumnDefinition, columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape): string[];
44
+ //# sourceMappingURL=columnDefinitionToHeaderNames.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"columnDefinitionToHeaderNames.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefinitionToHeaderNames.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EACH,KAAK,sBAAsB,EAG9B,MAAM,kBAAkB,CAAC;AAO1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAG1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAgB,6BAA6B,CACzC,MAAM,EAAE,sBAAsB,EAC9B,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,MAAM,EAAE,CA0BV"}
@@ -23,3 +23,4 @@ interface IColumnDefinitionWithPath {
23
23
  export declare function createColumnDefWithPath(columnDef: AgGridColumnDef, columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape): IColumnDefinitionWithPath;
24
24
  export declare function createColumnDefsWithPaths(columnDefs: AgGridColumnDef[], columnHeadersPosition: ColumnHeadersPosition, intl: IntlShape): IColumnDefinitionWithPath[];
25
25
  export {};
26
+ //# sourceMappingURL=columnDefsToPivotGroups.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"columnDefsToPivotGroups.d.ts","sourceRoot":"","sources":["../../../../src/next/features/pivoting/columnDefsToPivotGroups.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAU5C,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAO1E;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CACnC,iBAAiB,EAAE,eAAe,EAAE,EACpC,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,CAAC,eAAe,GAAG,oBAAoB,CAAC,EAAE,CA0G5C;AAED;;GAEG;AACH,UAAU,yBAAyB;IAC/B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,EAAE,eAAe,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACnC,SAAS,EAAE,eAAe,EAC1B,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,yBAAyB,CAgB3B;AAED,wBAAgB,yBAAyB,CACrC,UAAU,EAAE,eAAe,EAAE,EAC7B,qBAAqB,EAAE,qBAAqB,EAC5C,IAAI,EAAE,SAAS,GAChB,yBAAyB,EAAE,CAE7B"}
@@ -24,3 +24,4 @@ export declare function agGridAutoSizeAllColumns(gridApi: AgGridApi): void;
24
24
  export declare function agGridAutoSizeAllColumnsForEmptyData(options: {
25
25
  columnSizing: IColumnSizing;
26
26
  }, gridApi: AgGridApi): void;
27
+ //# sourceMappingURL=agGridColumnSizingApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agGridColumnSizingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/agGridColumnSizingApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,SAAS,QAE5D;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,SAAS,QAE1D;AAED;;;;;;GAMG;AACH,wBAAgB,oCAAoC,CAChD,OAAO,EAAE;IAAE,YAAY,EAAE,aAAa,CAAA;CAAE,EACxC,OAAO,EAAE,SAAS,QAgBrB"}
@@ -7,3 +7,4 @@ import { type ColumnWidthItem } from "../../types/resizing.js";
7
7
  * @internal
8
8
  */
9
9
  export declare const applyColumnWidthsToColDef: (columnWidths: ColumnWidthItem[]) => (colDef: AgGridColumnDef) => AgGridColumnDef;
10
+ //# sourceMappingURL=applyColumnWidthsToColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyColumnWidthsToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/applyColumnWidthsToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAK/D;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,mFAyBjC,CAAC"}
@@ -14,3 +14,4 @@ export declare function createColumnWidthItemForColumnDefinition(columnDefinitio
14
14
  * @internal
15
15
  */
16
16
  export declare function createWeakColumnWidthItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnWidth: number): IWeakMeasureColumnWidthItem | undefined;
17
+ //# sourceMappingURL=createColumnWidthItemForColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createColumnWidthItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/createColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,sBAAsB,EAAsB,MAAM,kBAAkB,CAAC;AAOnF,OAAO,EACH,KAAK,eAAe,EAGpB,KAAK,2BAA2B,EAGnC,MAAM,yBAAyB,CAAC;AAEjC;;;;GAIG;AACH,wBAAgB,wCAAwC,CACpD,gBAAgB,EAAE,sBAAsB,EACxC,WAAW,EAAE,MAAM,GACpB,eAAe,CAmEjB;AAED;;;;;;GAMG;AACH,wBAAgB,4CAA4C,CACxD,gBAAgB,EAAE,sBAAsB,EACxC,WAAW,EAAE,MAAM,GACpB,2BAA2B,GAAG,SAAS,CAUzC"}
@@ -6,3 +6,4 @@ import { type ColumnWidthItem } from "../../types/resizing.js";
6
6
  * @internal
7
7
  */
8
8
  export declare function getColumnWidthItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnWidths: ColumnWidthItem[]): ColumnWidthItem | undefined;
9
+ //# sourceMappingURL=getColumnWidthItemForColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getColumnWidthItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/getColumnWidthItemForColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D;;;;GAIG;AACH,wBAAgB,qCAAqC,CACjD,gBAAgB,EAAE,sBAAsB,EACxC,YAAY,EAAE,eAAe,EAAE,GAChC,eAAe,GAAG,SAAS,CA4D7B"}
@@ -5,3 +5,4 @@ import { type ColumnWidthItem } from "../../types/resizing.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function getColumnWidthItemValue(columnWidthItem: ColumnWidthItem): number | undefined;
8
+ //# sourceMappingURL=getColumnWidthItemValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getColumnWidthItemValue.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/getColumnWidthItemValue.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,eAAe,EAMvB,MAAM,yBAAyB,CAAC;AAEjC;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,eAAe,EAAE,eAAe,GAAG,MAAM,GAAG,SAAS,CA4B5F"}
@@ -5,3 +5,4 @@ import { type ColumnWidthItem } from "../../types/resizing.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function isColumnWidthItemMatch(columnWidthItem1: ColumnWidthItem, columnWidthItem2: ColumnWidthItem): boolean;
8
+ //# sourceMappingURL=isColumnWidthItemMatch.d.ts.map