@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSyncSort.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/sorting/useSyncSort.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,wBAAgB,WAAW,SAmC1B"}
@@ -6,3 +6,4 @@ import { type ITextWrapping } from "../../types/textWrapping.js";
6
6
  * @internal
7
7
  */
8
8
  export declare function useGetDefaultTextWrapping(): (gridApi: AgGridApi | null, configDefaults?: ITextWrapping | undefined) => ITextWrapping;
9
+ //# sourceMappingURL=useGetDefaultTextWrapping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetDefaultTextWrapping.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/textWrapping/useGetDefaultTextWrapping.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE;;;;GAIG;AACH,wBAAgB,yBAAyB,6FAaxC"}
@@ -6,3 +6,4 @@ import { type ITextWrapping } from "../../types/textWrapping.js";
6
6
  * @internal
7
7
  */
8
8
  export declare function useUpdateDefaultTextWrapping(): (gridApi: AgGridApi | undefined, textWrapping: ITextWrapping) => void;
9
+ //# sourceMappingURL=useUpdateDefaultTextWrapping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateDefaultTextWrapping.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/textWrapping/useUpdateDefaultTextWrapping.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE;;;;GAIG;AACH,wBAAgB,4BAA4B,0EAoB3C"}
@@ -21,3 +21,4 @@ import { type ITextWrapping } from "../../types/textWrapping.js";
21
21
  export declare function useUpdateTextWrapping(): {
22
22
  onUpdateTextWrapping: (newTextWrapping: ITextWrapping, gridApi: AgGridApi | null) => void;
23
23
  };
24
+ //# sourceMappingURL=useUpdateTextWrapping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateTextWrapping.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/textWrapping/useUpdateTextWrapping.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,SAAS,EAAwB,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAMjE;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,qBAAqB;;EA4DpC"}
@@ -8,3 +8,4 @@ import { type ITotal } from "@gooddata/sdk-model";
8
8
  export declare function useUpdateTotals(): {
9
9
  onUpdateTotals: (currentTotals: ITotal[], totalDefinitions: ITotal[], isActive: boolean, isColumn: boolean) => void;
10
10
  };
11
+ //# sourceMappingURL=useUpdateTotals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateTotals.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/totals/useUpdateTotals.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,MAAM,EAAqC,MAAM,qBAAqB,CAAC;AAMrF;;;;;GAKG;AACH,wBAAgB,eAAe;;EAgD9B"}
@@ -40,3 +40,4 @@ export declare function useAccessibilityConfigOverrides(): {
40
40
  * @internal
41
41
  */
42
42
  export declare function useAccessibilityModeProps(): (agGridReactProps: AgGridProps) => AgGridProps;
43
+ //# sourceMappingURL=useAccessibilityProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAccessibilityProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useAccessibilityProps.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGjE,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAatD;;;;;;;;;GASG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,sBAAsB,GAAG,IAAI,CAepE;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,+BAA+B,IAAI;IAC/C,mBAAmB,EAAE,cAAc,GAAG,WAAW,GAAG,QAAQ,GAAG,KAAK,CAAC;CACxE,CAuBA;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,yBAAyB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAqB1F"}
@@ -10,3 +10,4 @@ import { type AgGridProps } from "../types/agGrid.js";
10
10
  * @internal
11
11
  */
12
12
  export declare function useAfterRenderCallback(): (agGridReactProps: AgGridProps) => AgGridProps;
13
+ //# sourceMappingURL=useAfterRenderCallback.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAfterRenderCallback.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useAfterRenderCallback.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAItD;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA8BvF"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @alpha
6
6
  */
7
7
  export declare function useAgGridApiProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useAgGridApiProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAgGridApiProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useAgGridApiProps.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,iBAAiB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA8BlF"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useAgGridReactProps(): AgGridProps;
8
+ //# sourceMappingURL=useAgGridReactProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAgGridReactProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useAgGridReactProps.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAsBtD;;;;GAIG;AACH,wBAAgB,mBAAmB,gBAgElC"}
@@ -11,3 +11,4 @@ import { type AgGridProps } from "../types/agGrid.js";
11
11
  * @internal
12
12
  */
13
13
  export declare function useAutoHeight(): (agGridReactProps: AgGridProps) => AgGridProps;
14
+ //# sourceMappingURL=useAutoHeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAutoHeight.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useAutoHeight.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAItD;;;;;;;;;;GAUG;AACH,wBAAgB,aAAa,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAuB9E"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useCellSelectionProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useCellSelectionProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCellSelectionProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useCellSelectionProps.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,qBAAqB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAkBtF"}
@@ -4,3 +4,4 @@
4
4
  * @internal
5
5
  */
6
6
  export declare function useClearCellSelection(): () => void;
7
+ //# sourceMappingURL=useClearCellSelection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useClearCellSelection.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useClearCellSelection.ts"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,wBAAgB,qBAAqB,IAAI,MAAM,IAAI,CAMlD"}
@@ -10,3 +10,4 @@ import { type AgGridProps } from "../types/agGrid.js";
10
10
  * @internal
11
11
  */
12
12
  export declare function useClipboardProps(): (agGridReactProps: AgGridProps) => AgGridProps;
13
+ //# sourceMappingURL=useClipboardProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useClipboardProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useClipboardProps.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGtD;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA4ClF"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useColumnDefsProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useColumnDefsProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumnDefsProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useColumnDefsProps.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,kBAAkB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAenF"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @alpha
6
6
  */
7
7
  export declare const useDataLoadingProps: () => (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useDataLoadingProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDataLoadingProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useDataLoadingProps.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAMtD;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,sDA6F/B,CAAC"}
@@ -13,3 +13,4 @@ import { type AgGridProps } from "../types/agGrid.js";
13
13
  * @alpha
14
14
  */
15
15
  export declare function useFocusManagementProps(): (agGridReactProps: AgGridProps) => AgGridProps;
16
+ //# sourceMappingURL=useFocusManagementProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFocusManagementProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useFocusManagementProps.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAKtD;;;;;;;;;;;;GAYG;AACH,wBAAgB,uBAAuB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA+FxF"}
@@ -13,3 +13,4 @@ export declare function useGrandTotalRows(): {
13
13
  setGrandTotalRows: (gridApi: AgGridApi, grandTotalRowData: AgGridRowData[]) => void;
14
14
  grandTotalsPosition: "bottom" | "pinnedBottom" | "pinnedTop" | "top";
15
15
  };
16
+ //# sourceMappingURL=useGrandTotalRows.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGrandTotalRows.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useGrandTotalRows.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAI1D;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB;;;EAchC"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useHeaderComponents(): (props: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useHeaderComponents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderComponents.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useHeaderComponents.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,mBAAmB,IAAI,CAAC,KAAK,EAAE,WAAW,KAAK,WAAW,CA0BzE"}
@@ -14,3 +14,4 @@ import { type AgGridProps } from "../types/agGrid.js";
14
14
  * @alpha
15
15
  */
16
16
  export declare function useInteractionProps(): (agGridReactProps: AgGridProps) => AgGridProps;
17
+ //# sourceMappingURL=useInteractionProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInteractionProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useInteractionProps.ts"],"names":[],"mappings":"AA8BA,OAAO,EAIH,KAAK,WAAW,EACnB,MAAM,oBAAoB,CAAC;AAuB5B;;;;;;;;;;;;;GAaG;AACH,wBAAgB,mBAAmB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA0TpF"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useLocaleTextProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useLocaleTextProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useLocaleTextProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useLocaleTextProps.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAStD;;;;GAIG;AACH,wBAAgB,kBAAkB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAyBnF"}
@@ -8,3 +8,4 @@ import { type AgGridProps } from "../types/agGrid.js";
8
8
  * @internal
9
9
  */
10
10
  export declare function usePaginationProps(): (props: AgGridProps) => AgGridProps;
11
+ //# sourceMappingURL=usePaginationProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePaginationProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/usePaginationProps.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,wCAkBjC"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function usePivotingProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=usePivotingProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePivotingProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/usePivotingProps.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,gBAAgB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAgBjF"}
@@ -6,3 +6,4 @@ import { type IPivotTableNextProps } from "../types/public.js";
6
6
  * @internal
7
7
  */
8
8
  export declare function useResolvedProps(props: IPivotTableNextProps): IPivotTableNextResolvedProps;
9
+ //# sourceMappingURL=useResolvedProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useResolvedProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useResolvedProps.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,GAAG,4BAA4B,CAmC1F"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @alpha
6
6
  */
7
7
  export declare function useSortingProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useSortingProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSortingProps.d.ts","sourceRoot":"","sources":["../../../src/next/hooks/useSortingProps.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAItD;;;;GAIG;AACH,wBAAgB,eAAe,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CAuChF"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useTextWrappingProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useTextWrappingProps.d.ts.map
@@ -0,0 +1 @@
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,mDAuBnC"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare const useThemeProps: () => (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useThemeProps.d.ts.map
@@ -0,0 +1 @@
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,sDAsCzB,CAAC"}
@@ -17,3 +17,4 @@ export { type ColumnLocator, type IAttributeColumnLocator, type IAttributeColumn
17
17
  export { type PivotTableNextColumnsSizingConfig, type IColumnSizing, type ColumnWidth, type ColumnWidthItem, type ColumnResizedCallback, type DefaultColumnWidth, type IAbsoluteColumnWidth, type IAllMeasureColumnWidthItem, type IAllMeasureColumnWidthItemBody, type IAttributeColumnWidthItem, type IAttributeColumnWidthItemBody, type IAutoColumnWidth, type IManuallyResizedColumnsItem, type IMeasureColumnWidthItem, type IMeasureColumnWidthItemBody, type IMixedValuesColumnWidthItem, type IMixedValuesColumnWidthItemBody, type IResizedColumns, type ISliceMeasureColumnWidthItem, type ISliceMeasureColumnWidthItemBody, type IWeakMeasureColumnWidthItem, type IWeakMeasureColumnWidthItemBody, isAbsoluteColumnWidth, isAllMeasureColumnWidthItem, isAttributeColumnWidthItem, isMeasureColumnWidthItem, isMixedValuesColumnWidthItem, isWeakMeasureColumnWidthItem, isSliceMeasureColumnWidthItem, newWidthForAllColumnsForMeasure, newWidthForAllMeasureColumns, newWidthForAttributeColumn, setNewWidthForSelectedColumns, } from "./types/resizing.js";
18
18
  export type { PivotTableNextTextWrappingConfig, ITextWrapping, IColumnTextWrappingItem, } from "./types/textWrapping.js";
19
19
  export type { PivotTableNextMenuConfig, IMenu } from "./types/menu.js";
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/next/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACH,mBAAmB,EACnB,iBAAiB,EACjB,cAAc,EACd,eAAe,GAClB,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACpF,YAAY,EAAE,iCAAiC,EAAE,MAAM,0BAA0B,CAAC;AAClF,YAAY,EAAE,iCAAiC,EAAE,MAAM,0BAA0B,CAAC;AAClF,YAAY,EAAE,uCAAuC,EAAE,MAAM,gCAAgC,CAAC;AAC9F,YAAY,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAC5E,YAAY,EACR,uCAAuC,EACvC,mBAAmB,GACtB,MAAM,gCAAgC,CAAC;AACxC,YAAY,EAAE,0BAA0B,EAAE,MAAM,mBAAmB,CAAC;AACpE,YAAY,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AAC5E,YAAY,EAAE,8BAA8B,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzF,YAAY,EACR,iCAAiC,EACjC,qBAAqB,EACrB,qBAAqB,GACxB,MAAM,0BAA0B,CAAC;AAClC,YAAY,EAAE,gCAAgC,EAAE,MAAM,yBAAyB,CAAC;AAGhF,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,YAAY,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EACH,KAAK,aAAa,EAClB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACpB,yBAAyB,EACzB,uBAAuB,EACvB,qBAAqB,GACxB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACH,KAAK,iCAAiC,EACtC,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,8BAA8B,EACnC,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,gBAAgB,EACrB,KAAK,2BAA2B,EAChC,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,+BAA+B,EACpC,KAAK,eAAe,EACpB,KAAK,4BAA4B,EACjC,KAAK,gCAAgC,EACrC,KAAK,2BAA2B,EAChC,KAAK,+BAA+B,EACpC,qBAAqB,EACrB,2BAA2B,EAC3B,0BAA0B,EAC1B,wBAAwB,EACxB,4BAA4B,EAC5B,4BAA4B,EAC5B,6BAA6B,EAC7B,+BAA+B,EAC/B,4BAA4B,EAC5B,0BAA0B,EAC1B,6BAA6B,GAChC,MAAM,qBAAqB,CAAC;AAC7B,YAAY,EACR,gCAAgC,EAChC,aAAa,EACb,uBAAuB,GAC1B,MAAM,yBAAyB,CAAC;AACjC,YAAY,EAAE,wBAAwB,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC"}
@@ -33,3 +33,4 @@ export declare function getPivotContainerTestIdProps(isReady?: boolean): {
33
33
  export declare function getPivotCellAttributeImageTestIdProps(): {
34
34
  "data-testid": string;
35
35
  };
36
+ //# sourceMappingURL=dataTestIdGenerators.d.ts.map
@@ -0,0 +1 @@
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;AAED,wBAAgB,qCAAqC;;EAEpD"}
@@ -17,3 +17,4 @@ export type PivotTableNextAccessibilityConfig = {
17
17
  */
18
18
  enableAccessibility?: boolean;
19
19
  };
20
+ //# sourceMappingURL=accessibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accessibility.d.ts","sourceRoot":"","sources":["../../../src/next/types/accessibility.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC5C;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC"}
@@ -89,3 +89,4 @@ export declare const isAgGridHeaderParams: (params: unknown) => params is AgGrid
89
89
  * @returns true if params are header group params, false otherwise
90
90
  */
91
91
  export declare const isAgGridHeaderGroupParams: (params: unknown) => params is AgGridHeaderGroupParams;
92
+ //# sourceMappingURL=agGrid.d.ts.map
@@ -0,0 +1 @@
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,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,GAAG,MAAM,IAAI,WAAW,CAEjF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB,qDAElC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,mDAEhC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,wDAMrC,CAAC"}
@@ -35,3 +35,4 @@ export type CellTypes = {
35
35
  * @internal
36
36
  */
37
37
  export type CellRendererFactory = (params: ICellRendererParams<AgGridRowData, string | null>, cellTypes?: CellTypes) => ReactNode;
38
+ //# sourceMappingURL=cellRendering.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -14,3 +14,4 @@ export type PivotTableNextCellSelectionConfig = {
14
14
  */
15
15
  enableCellSelection?: boolean;
16
16
  };
17
+ //# sourceMappingURL=cellSelection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cellSelection.d.ts","sourceRoot":"","sources":["../../../src/next/types/cellSelection.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC5C;;;;;;;;;OASG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC"}
@@ -9,3 +9,4 @@ export type PivotTableNextExecutionCancellingConfig = {
9
9
  */
10
10
  enableExecutionCancelling?: boolean;
11
11
  };
12
+ //# sourceMappingURL=executionCancelling.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executionCancelling.d.ts","sourceRoot":"","sources":["../../../src/next/types/executionCancelling.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,uCAAuC,GAAG;IAClD;;OAEG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC,CAAC"}
@@ -11,3 +11,4 @@ export type PivotTableNextExperimentalConfig = {
11
11
  */
12
12
  enablePivotTablePagination?: boolean;
13
13
  };
14
+ //# sourceMappingURL=experimental.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"experimental.d.ts","sourceRoot":"","sources":["../../../src/next/types/experimental.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC3C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC"}
@@ -10,3 +10,4 @@ export type PivotTableNextFormattingConfig = {
10
10
  */
11
11
  separators?: ISeparators;
12
12
  };
13
+ //# sourceMappingURL=formatting.d.ts.map
@@ -0,0 +1 @@
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,MAAM,8BAA8B,GAAG;IACzC;;OAEG;IACH,UAAU,CAAC,EAAE,WAAW,CAAC;CAC5B,CAAC"}
@@ -27,3 +27,4 @@ export type PivotTableNextGrandTotalsPositionConfig = {
27
27
  */
28
28
  grandTotalsPosition?: GrandTotalsPosition;
29
29
  };
30
+ //# sourceMappingURL=grandTotalsPosition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grandTotalsPosition.d.ts","sourceRoot":"","sources":["../../../src/next/types/grandTotalsPosition.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,WAAW,GAAG,QAAQ,GAAG,KAAK,CAAC;AAElF;;;;GAIG;AACH,MAAM,MAAM,uCAAuC,GAAG;IAClD;;;;;;;;;OASG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;CAC7C,CAAC"}
@@ -54,3 +54,4 @@ export interface IPivotTableNextResolvedProps extends Omit<IPivotTableNextProps,
54
54
  sortBy?: ISortItem[];
55
55
  totals?: ITotal[];
56
56
  }
57
+ //# sourceMappingURL=internal.d.ts.map
@@ -0,0 +1 @@
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,MAAM,aAAa,GAAG;IACxB,eAAe,EAAE;QAAE,CAAC,KAAK,EAAE,MAAM,GAAG,eAAe,CAAA;KAAE,CAAC;IACtD,UAAU,EAAE,SAAS,EAAE,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,4BAA4B,GAC/D,uBAAuB,GAAG;IACtB,SAAS,EAAE,kBAAkB,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEN;;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,4BAA6B,SAAQ,IAAI,CACtD,oBAAoB,EACpB,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CACpE;IACG,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"}
@@ -9,3 +9,4 @@ export type PivotTableNextLayoutConfig = {
9
9
  */
10
10
  maxHeight?: number;
11
11
  };
12
+ //# sourceMappingURL=layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/next/types/layout.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACrC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -10,3 +10,4 @@ export type PivotTableNextAgGridLicenseConfig = {
10
10
  */
11
11
  agGridToken?: string;
12
12
  };
13
+ //# sourceMappingURL=license.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"license.d.ts","sourceRoot":"","sources":["../../../src/next/types/license.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC5C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
@@ -116,3 +116,4 @@ export declare function newMeasureColumnLocator(measureOrId: IMeasure | string):
116
116
  * @public
117
117
  */
118
118
  export declare function newTotalColumnLocator(attributeOrId: IAttribute | string, totalFunction: string): ITotalColumnLocator;
119
+ //# sourceMappingURL=locators.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -102,3 +102,4 @@ export interface ISortingMenuItem {
102
102
  direction: "asc" | "desc" | null;
103
103
  ariaLabel?: string;
104
104
  }
105
+ //# sourceMappingURL=menu.d.ts.map
@@ -0,0 +1 @@
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;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -26,3 +26,4 @@ export type PivotTableNextPaginationConfig = {
26
26
  */
27
27
  pagination?: IPagination;
28
28
  };
29
+ //# sourceMappingURL=pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/next/types/pagination.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;;GAIG;AACH,MAAM,MAAM,8BAA8B,GAAG;IACzC;;OAEG;IACH,UAAU,CAAC,EAAE,WAAW,CAAC;CAC5B,CAAC"}
@@ -95,3 +95,4 @@ export interface IPivotTableNextProps extends IVisualizationProps, IVisualizatio
95
95
  */
96
96
  placeholdersResolutionContext?: any;
97
97
  }
98
+ //# sourceMappingURL=public.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -263,3 +263,4 @@ export declare function newWidthForSelectedColumns(measureOrId: IMeasure | strin
263
263
  * @public
264
264
  */
265
265
  export declare function setNewWidthForSelectedColumns(measuresOrIds: IMeasure | string | IMeasure[] | string[] | null, locators: (IAttributeColumnLocator | ITotalColumnLocator)[], width: number | "auto", allowGrowToFit?: boolean): IMeasureColumnWidthItem;
266
+ //# sourceMappingURL=resizing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resizing.d.ts","sourceRoot":"","sources":["../../../src/next/types/resizing.ts"],"names":[],"mappings":"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"}
@@ -59,3 +59,4 @@ export type PivotTableNextTextWrappingConfig = {
59
59
  */
60
60
  textWrapping?: ITextWrapping;
61
61
  };
62
+ //# sourceMappingURL=textWrapping.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -33,3 +33,4 @@ export type PivotTableNextTranspositionConfig = {
33
33
  */
34
34
  columnHeadersPosition?: ColumnHeadersPosition;
35
35
  };
36
+ //# sourceMappingURL=transposition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transposition.d.ts","sourceRoot":"","sources":["../../../src/next/types/transposition.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,MAAM,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,KAAK,CAAC;AAEnD;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC5C;;;;;;;;OAQG;IACH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAE9C;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CACjD,CAAC"}
@@ -260,3 +260,4 @@ export interface IPivotTableBaseProps extends IVisualizationProps, IVisualizatio
260
260
  */
261
261
  onColumnResized?: ColumnResizedCallback;
262
262
  }
263
+ //# sourceMappingURL=publicTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publicTypes.d.ts","sourceRoot":"","sources":["../src/publicTypes.ts"],"names":[],"mappings":"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"}
@@ -48,3 +48,4 @@ export declare class InternalTableState {
48
48
  */
49
49
  checkAndUpdateLastSize: (width: number, height: number) => boolean;
50
50
  }
51
+ //# sourceMappingURL=tableState.d.ts.map
@@ -0,0 +1 @@
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,aAIZ;IAEF;;;OAGG;IACI,qBAAqB,aAM1B;IAEK,YAAY,aAKjB;IAEK,aAAa,gEAMlB;IAEF;;;;;;OAMG;IACI,sBAAsB,6CAS3B;CACL"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-pivot",
3
- "version": "11.41.0-alpha.4",
3
+ "version": "11.41.0",
4
4
  "description": "GoodData.UI SDK - Pivot Table",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -43,12 +43,12 @@
43
43
  "ts-invariant": "0.10.3",
44
44
  "tslib": "2.8.1",
45
45
  "uuid": "11.1.1",
46
- "@gooddata/sdk-backend-spi": "11.41.0-alpha.4",
47
- "@gooddata/sdk-model": "11.41.0-alpha.4",
48
- "@gooddata/sdk-ui": "11.41.0-alpha.4",
49
- "@gooddata/sdk-ui-kit": "11.41.0-alpha.4",
50
- "@gooddata/sdk-ui-theme-provider": "11.41.0-alpha.4",
51
- "@gooddata/sdk-ui-vis-commons": "11.41.0-alpha.4"
46
+ "@gooddata/sdk-backend-spi": "11.41.0",
47
+ "@gooddata/sdk-ui-theme-provider": "11.41.0",
48
+ "@gooddata/sdk-ui-kit": "11.41.0",
49
+ "@gooddata/sdk-ui-vis-commons": "11.41.0",
50
+ "@gooddata/sdk-ui": "11.41.0",
51
+ "@gooddata/sdk-model": "11.41.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-documenter": "^7.17.0",
@@ -90,12 +90,12 @@
90
90
  "typescript": "5.9.3",
91
91
  "vitest": "4.1.8",
92
92
  "vitest-dom": "0.1.1",
93
- "@gooddata/eslint-config": "11.41.0-alpha.4",
94
- "@gooddata/oxlint-config": "11.41.0-alpha.4",
95
- "@gooddata/sdk-backend-base": "11.41.0-alpha.4",
96
- "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.4",
97
- "@gooddata/stylelint-config": "11.41.0-alpha.4",
98
- "@gooddata/reference-workspace": "11.41.0-alpha.4"
93
+ "@gooddata/eslint-config": "11.41.0",
94
+ "@gooddata/oxlint-config": "11.41.0",
95
+ "@gooddata/sdk-backend-base": "11.41.0",
96
+ "@gooddata/stylelint-config": "11.41.0",
97
+ "@gooddata/sdk-backend-mockingbird": "11.41.0",
98
+ "@gooddata/reference-workspace": "11.41.0"
99
99
  },
100
100
  "peerDependencies": {
101
101
  "react": "^18.0.0 || ^19.0.0",