@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":"isColumnWidthItemMatch.d.ts","sourceRoot":"","sources":["../../../../src/next/features/resizing/isColumnWidthItemMatch.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,eAAe,EAMvB,MAAM,yBAAyB,CAAC;AAEjC;;;;GAIG;AACH,wBAAgB,sBAAsB,CAClC,gBAAgB,EAAE,eAAe,EACjC,gBAAgB,EAAE,eAAe,GAClC,OAAO,CAqCT"}
@@ -13,3 +13,4 @@ export declare function getSortModel(gridApi: AgGridApi): SortModelItem[];
13
13
  * @internal
14
14
  */
15
15
  export declare function applySortModelToColDefs(colDefs: (ColDef | ColGroupDef)[], sortModel: SortModelItem[]): (ColDef | ColGroupDef)[];
16
+ //# sourceMappingURL=agGridSortingApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agGridSortingApi.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/agGridSortingApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEvF,OAAO,EAAE,KAAK,SAAS,EAAiB,MAAM,uBAAuB,CAAC;AAEtE;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,SAAS,GAAG,aAAa,EAAE,CAmBhE;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,CACnC,OAAO,EAAE,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,EACjC,SAAS,EAAE,aAAa,EAAE,GAC3B,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,CAa1B"}
@@ -7,3 +7,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
7
7
  * @internal
8
8
  */
9
9
  export declare const applySortByToColDef: (sortBy: ISortItem[]) => (colDef: AgGridColumnDef) => AgGridColumnDef;
10
+ //# sourceMappingURL=applySortByToColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applySortByToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/applySortByToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAiB,MAAM,qBAAqB,CAAC;AAEpE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAI7D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,uEAkB3B,CAAC"}
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "../data/executionDefinition
8
8
  export declare const applySortByToExecutionDef: ({ sortBy }: {
9
9
  sortBy: ISortItem[];
10
10
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
11
+ //# sourceMappingURL=applySortByToExecutionDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applySortByToExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/applySortByToExecutionDef.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;6FAOjC,CAAC"}
@@ -6,3 +6,4 @@ import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
6
6
  * @internal
7
7
  */
8
8
  export declare function createSortForColumnDefinition(columnDefinition: ITableColumnDefinition, direction: SortDirection): ISortItem | undefined;
9
+ //# sourceMappingURL=createSortForColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createSortForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/createSortForColumnDefinition.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,SAAS,EACd,KAAK,aAAa,EAGrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAI/D;;;;GAIG;AACH,wBAAgB,6BAA6B,CACzC,gBAAgB,EAAE,sBAAsB,EACxC,SAAS,EAAE,aAAa,GACzB,SAAS,GAAG,SAAS,CAuBvB"}
@@ -7,3 +7,4 @@ import { type Column } from "ag-grid-enterprise";
7
7
  * @internal
8
8
  */
9
9
  export declare function getNextSortState(column: Column): "desc" | "asc" | null;
10
+ //# sourceMappingURL=getNextSortState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNextSortState.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/getNextSortState.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjD;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,CAYtE"}
@@ -6,3 +6,4 @@ import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
6
6
  * @internal
7
7
  */
8
8
  export declare function getSortForColumnDefinition(columnDefinition: ITableColumnDefinition, sortBy: ISortItem[]): ISortItem | undefined;
9
+ //# sourceMappingURL=getSortForColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSortForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/getSortForColumnDefinition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,SAAS,EAAkC,MAAM,qBAAqB,CAAC;AACrF,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAI/D;;;;GAIG;AACH,wBAAgB,0BAA0B,CACtC,gBAAgB,EAAE,sBAAsB,EACxC,MAAM,EAAE,SAAS,EAAE,GACpB,SAAS,GAAG,SAAS,CAyBvB"}
@@ -6,3 +6,4 @@ import { type ITableDataHeaderScope } from "@gooddata/sdk-ui";
6
6
  * @internal
7
7
  */
8
8
  export declare function columnScopeToLocators(columnScope: ITableDataHeaderScope[]): ILocatorItem[];
9
+ //# sourceMappingURL=locators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locators.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/locators.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAsC,MAAM,qBAAqB,CAAC;AAC5F,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAE9D;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,qBAAqB,EAAE,GAAG,YAAY,EAAE,CAkC1F"}
@@ -4,3 +4,4 @@ import { type IPreparedExecution } from "@gooddata/sdk-backend-spi";
4
4
  * Subsequent sorting should be always handled by ag-grid server side data source (triggered via UI or ag-grid API).
5
5
  */
6
6
  export declare function sanitizeSortInExecution(execution: IPreparedExecution): IPreparedExecution;
7
+ //# sourceMappingURL=sanitizeSortInExecution.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sanitizeSortInExecution.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/sanitizeSortInExecution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,kBAAkB,sBAEpE"}
@@ -8,3 +8,4 @@ import { type ITableColumnDefinitionByColId } from "../../types/internal.js";
8
8
  * @internal
9
9
  */
10
10
  export declare function sortItemsToSortModel(sortItems: ISortItem[], columnDefinitionByColId: ITableColumnDefinitionByColId, columnHeadersPosition: ColumnHeadersPosition): SortModelItem[];
11
+ //# sourceMappingURL=sortItemsToSortModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sortItemsToSortModel.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/sortItemsToSortModel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAE,KAAK,SAAS,EAAiB,MAAM,qBAAqB,CAAC;AAEpE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAK7E;;;;GAIG;AACH,wBAAgB,oBAAoB,CAChC,SAAS,EAAE,SAAS,EAAE,EACtB,uBAAuB,EAAE,6BAA6B,EACtD,qBAAqB,EAAE,qBAAqB,GAC7C,aAAa,EAAE,CAejB"}
@@ -7,3 +7,4 @@ import { type ITableColumnDefinitionByColId } from "../../types/internal.js";
7
7
  * @internal
8
8
  */
9
9
  export declare function sortModelToSortItems(sortModel: SortModelItem[], columnDefinitionByColId: ITableColumnDefinitionByColId): ISortItem[];
10
+ //# sourceMappingURL=sortModelToSortItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sortModelToSortItems.d.ts","sourceRoot":"","sources":["../../../../src/next/features/sorting/sortModelToSortItems.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAI7E;;;;GAIG;AACH,wBAAgB,oBAAoB,CAChC,SAAS,EAAE,aAAa,EAAE,EAC1B,uBAAuB,EAAE,6BAA6B,GACvD,SAAS,EAAE,CAab"}
@@ -1,3 +1,4 @@
1
1
  export declare const b: (props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string, e: (element: string, props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string;
2
2
  export declare const HEADER_CELL_CLASSNAME: string;
3
3
  export declare const CELL_CLASSNAME: string;
4
+ //# sourceMappingURL=bem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bem.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/bem.ts"],"names":[],"mappings":"AAGA,eAAO,MAAQ,CAAC,6EAAE,CAAC,4FAAsC,CAAC;AAE1D,eAAO,MAAM,qBAAqB,QAAmB,CAAC;AAEtD,eAAO,MAAM,cAAc,QAAY,CAAC"}
@@ -40,3 +40,4 @@ export declare function getMeasureCellStyle({ data, colDef }: {
40
40
  };
41
41
  }): CellStyle | null;
42
42
  export {};
43
+ //# sourceMappingURL=cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/cell.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,SAAS,EAAE,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAKpG,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,aAAa,EAsBrB,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAM7D;;GAEG;AACH,KAAK,gBAAgB,GACf,eAAe,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,GAC7C,mBAAmB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;AA4ExD,eAAO,MAAM,YAAY,oIAmFxB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,uJA8D5B,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B,uJAuDtC,CAAC;AAuOF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,EAChC,IAAI,EACJ,MAAM,EACT,EAAE;IACC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC/B,GAAG,SAAS,GAAG,IAAI,CA+BnB"}
@@ -7,3 +7,4 @@ import { type AgGridRowData } from "../../types/internal.js";
7
7
  * @returns A class name for the header cell
8
8
  */
9
9
  export declare const getHeaderCellClassName: (params: HeaderClassParams<AgGridRowData, string | null, any>) => string;
10
+ //# sourceMappingURL=headerCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"headerCell.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/headerCell.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAS9E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAI7D;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,0EA2ClC,CAAC"}
@@ -3,3 +3,4 @@ export declare const getDescSortIcon: (color: string) => string;
3
3
  export declare const getMenuIcon: (color: string) => string;
4
4
  export declare const getPaginationPreviousIcon: () => string;
5
5
  export declare const getPaginationNextIcon: () => string;
6
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/next/features/styling/icons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,2BAI1B,CAAC;AAEF,eAAO,MAAM,eAAe,2BAI3B,CAAC;AAEF,eAAO,MAAM,WAAW,2BAMvB,CAAC;AAEF,eAAO,MAAM,yBAAyB,cAIrC,CAAC;AAEF,eAAO,MAAM,qBAAqB,cAIjC,CAAC"}
@@ -7,3 +7,4 @@ export declare function enableDefaultTextWrappingForCells(options: AgGridProps):
7
7
  * @internal
8
8
  */
9
9
  export declare function enableDefaultTextWrappingForHeaders(options: AgGridProps): AgGridProps;
10
+ //# sourceMappingURL=agGridTextWrappingOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agGridTextWrappingOptions.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/agGridTextWrappingOptions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAcnF;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAmBrF"}
@@ -26,3 +26,4 @@ import { type ITableColumnDefinition } from "@gooddata/sdk-ui";
26
26
  * @internal
27
27
  */
28
28
  export declare function allowCellWrappingByColumnDefinition(columnDefinition: ITableColumnDefinition): boolean;
29
+ //# sourceMappingURL=allowCellWrappingByColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allowCellWrappingByColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/allowCellWrappingByColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,mCAAmC,CAAC,gBAAgB,EAAE,sBAAsB,GAAG,OAAO,CAiBrG"}
@@ -15,3 +15,4 @@ import { type ITextWrapping } from "../../types/textWrapping.js";
15
15
  * @internal
16
16
  */
17
17
  export declare const applyTextWrappingToColDef: (textWrapping: ITextWrapping) => (colDef: AgGridColumnDef) => AgGridColumnDef;
18
+ //# sourceMappingURL=applyTextWrappingToColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyTextWrappingToColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/applyTextWrappingToColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAMjE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,yBAAyB,+EAyCjC,CAAC"}
@@ -11,3 +11,4 @@ import { type ITextWrapping } from "../../types/textWrapping.js";
11
11
  * @internal
12
12
  */
13
13
  export declare function applyTextWrappingToGroupDef(groupDef: AgGridColumnGroupDef, textWrapping: ITextWrapping): AgGridColumnGroupDef;
14
+ //# sourceMappingURL=applyTextWrappingToGroupDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyTextWrappingToGroupDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/applyTextWrappingToGroupDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAIjE;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CACvC,QAAQ,EAAE,oBAAoB,EAC9B,YAAY,EAAE,aAAa,GAC5B,oBAAoB,CAqBtB"}
@@ -25,3 +25,4 @@ export declare function createColumnTextWrappingItemForColumnDefinition(columnDe
25
25
  pivotGroupDepth?: number;
26
26
  includeElements?: boolean;
27
27
  }): IColumnTextWrappingItem;
28
+ //# sourceMappingURL=createColumnTextWrappingItemForColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createColumnTextWrappingItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/createColumnTextWrappingItemForColumnDefinition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,sBAAsB,EAAsB,MAAM,kBAAkB,CAAC;AAOnF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,+CAA+C,CAC3D,gBAAgB,EAAE,sBAAsB,EACxC,QAAQ,EAAE;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,cAAc,CAAC,EAAE,OAAO,CAAA;CAAE,EAC1D,OAAO,CAAC,EAAE;IAAE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAAC,eAAe,CAAC,EAAE,OAAO,CAAA;CAAE,GAClG,uBAAuB,CAiGzB"}
@@ -6,3 +6,4 @@ import { type IColumnTextWrappingItem } from "../../types/textWrapping.js";
6
6
  * @internal
7
7
  */
8
8
  export declare function getColumnTextWrappingItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnTextWrapping: IColumnTextWrappingItem[]): IColumnTextWrappingItem | undefined;
9
+ //# sourceMappingURL=getColumnTextWrappingItemForColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getColumnTextWrappingItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/getColumnTextWrappingItemForColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAK3E;;;;GAIG;AACH,wBAAgB,4CAA4C,CACxD,gBAAgB,EAAE,sBAAsB,EACxC,kBAAkB,EAAE,uBAAuB,EAAE,GAC9C,uBAAuB,GAAG,SAAS,CAKrC"}
@@ -15,3 +15,4 @@ import { type IColumnTextWrappingItem } from "../../types/textWrapping.js";
15
15
  * @internal
16
16
  */
17
17
  export declare function getPivotGroupTextWrappingItemForColumnDefinition(columnDefinition: ITableColumnDefinition, columnTextWrapping: IColumnTextWrappingItem[]): IColumnTextWrappingItem | undefined;
18
+ //# sourceMappingURL=getPivotGroupTextWrappingItemForColumnDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPivotGroupTextWrappingItemForColumnDefinition.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/getPivotGroupTextWrappingItemForColumnDefinition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gDAAgD,CAC5D,gBAAgB,EAAE,sBAAsB,EACxC,kBAAkB,EAAE,uBAAuB,EAAE,GAC9C,uBAAuB,GAAG,SAAS,CA0GrC"}
@@ -10,3 +10,4 @@ import { type IColumnTextWrappingItem } from "../../types/textWrapping.js";
10
10
  * @internal
11
11
  */
12
12
  export declare function isColumnTextWrappingItemMatch(item1: IColumnTextWrappingItem, item2: IColumnTextWrappingItem): boolean;
13
+ //# sourceMappingURL=isColumnTextWrappingItemMatch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isColumnTextWrappingItemMatch.d.ts","sourceRoot":"","sources":["../../../../src/next/features/textWrapping/isColumnTextWrappingItemMatch.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;;;;;;GASG;AACH,wBAAgB,6BAA6B,CACzC,KAAK,EAAE,uBAAuB,EAC9B,KAAK,EAAE,uBAAuB,GAC/B,OAAO,CAIT"}
@@ -8,3 +8,4 @@ import { type IPivotTableExecutionDefinition } from "../data/executionDefinition
8
8
  export declare const applyTranspositionToExecutionDef: ({ measureGroupDimension }: {
9
9
  measureGroupDimension: MeasureGroupDimension;
10
10
  }) => (executionDefinition: IPivotTableExecutionDefinition) => IPivotTableExecutionDefinition;
11
+ //# sourceMappingURL=applyTranspositionToExecutionDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyTranspositionToExecutionDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/applyTranspositionToExecutionDef.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAK1E,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,eAAO,MAAM,gCAAgC;;6FAmBxC,CAAC"}
@@ -11,3 +11,4 @@ export declare function createAttributeHeaderColDef(colId: string, columnDefinit
11
11
  } | {
12
12
  isEmpty: true;
13
13
  }), intl: IntlShape, dv?: DataViewFacade): AgGridColumnDef;
14
+ //# sourceMappingURL=attributeHeaderColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attributeHeaderColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/attributeHeaderColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAGzF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;GAIG;AACH,wBAAgB,2BAA2B,CACvC,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,2BAA2B,GAAG,CAAC;IAAE,YAAY,EAAE,IAAI,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,IAAI,CAAA;CAAE,CAAC,EAC5F,IAAI,EAAE,SAAS,EACf,EAAE,CAAC,EAAE,cAAc,GACpB,eAAe,CAoBjB"}
@@ -7,3 +7,4 @@ import { type ColumnHeadersPosition } from "../../types/transposition.js";
7
7
  * @internal
8
8
  */
9
9
  export declare const createMeasureGroupHeaderColDef: (colId: string, columnDefinition: ITableMeasureGroupHeaderColumnDefinition, columnHeadersPosition: ColumnHeadersPosition) => AgGridColumnDef;
10
+ //# sourceMappingURL=measureGroupHeaderColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measureGroupHeaderColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/measureGroupHeaderColDef.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,wCAAwC,EAAE,MAAM,kBAAkB,CAAC;AAGjF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAqB1E;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,8IAgC1C,CAAC"}
@@ -7,3 +7,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
7
7
  * @internal
8
8
  */
9
9
  export declare const createMeasureGroupValueColDef: (columnDefinition: ITableMeasureGroupValueColumnDefinition) => AgGridColumnDef;
10
+ //# sourceMappingURL=measureGroupValueColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measureGroupValueColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/measureGroupValueColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,kBAAkB,CAAC;AAIhF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,gFAkBzC,CAAC"}
@@ -9,3 +9,4 @@ import { type AgGridColumnDef } from "../../types/agGrid.js";
9
9
  export declare function createTotalHeaderColDef(colId: string, columnDefinition: (ITableSubtotalColumnDefinition | ITableGrandTotalColumnDefinition) & {
10
10
  isTransposed: true;
11
11
  }, intl: IntlShape): AgGridColumnDef;
12
+ //# sourceMappingURL=totalHeaderColDef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"totalHeaderColDef.d.ts","sourceRoot":"","sources":["../../../../src/next/features/transposition/totalHeaderColDef.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,gCAAgC,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAG9G,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAK7D;;;;GAIG;AACH,wBAAgB,uBAAuB,CACnC,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,CAAC,8BAA8B,GAAG,gCAAgC,CAAC,GAAG;IACpF,YAAY,EAAE,IAAI,CAAC;CACtB,EACD,IAAI,EAAE,SAAS,GAChB,eAAe,CAmBjB"}
@@ -5,3 +5,4 @@ import { type AgGridApi } from "../../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useGetAgGridColumns(): (gridApi: AgGridApi) => import("ag-grid-community").Column<any>[] | null;
8
+ //# sourceMappingURL=useGetAgGridColumns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetAgGridColumns.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/columns/useGetAgGridColumns.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;GAIG;AACH,wBAAgB,mBAAmB,6EAalC"}
@@ -7,3 +7,4 @@ import { type AgGridApi } from "../../types/agGrid.js";
7
7
  export declare function useSetAgGridPivotResultColumns(): {
8
8
  setPivotResultColumns: (gridApi: AgGridApi) => void;
9
9
  };
10
+ //# sourceMappingURL=useSetAgGridPivotResultColumns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSetAgGridPivotResultColumns.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/columns/useSetAgGridPivotResultColumns.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;GAIG;AACH,wBAAgB,8BAA8B;;EAe7C"}
@@ -5,3 +5,4 @@ import { type AgGridApi, type AgGridColumnDef } from "../../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useUpdateAgGridColumnDefs(): (updatedColDefs: AgGridColumnDef[], gridApi: AgGridApi) => void;
8
+ //# sourceMappingURL=useUpdateAgGridColumnDefs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateAgGridColumnDefs.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/columns/useUpdateAgGridColumnDefs.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,eAAe,EAA6B,MAAM,uBAAuB,CAAC;AAExG;;;;GAIG;AACH,wBAAgB,yBAAyB,oEAmDxC"}
@@ -6,3 +6,4 @@
6
6
  * @internal
7
7
  */
8
8
  export declare function useSyncDrillableItems(): void;
9
+ //# sourceMappingURL=useSyncDrillableItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSyncDrillableItems.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/drilling/useSyncDrillableItems.ts"],"names":[],"mappings":"AAOA;;;;;;GAMG;AACH,wBAAgB,qBAAqB,SAgBpC"}
@@ -10,3 +10,4 @@
10
10
  * @internal
11
11
  */
12
12
  export declare function useHeaderCellAriaLabel(eGridHeader: HTMLElement | undefined, ariaLabel: string | undefined): void;
13
+ //# sourceMappingURL=useHeaderCellAriaLabel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderCellAriaLabel.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderCellAriaLabel.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;GAUG;AACH,wBAAgB,sBAAsB,CAClC,WAAW,EAAE,WAAW,GAAG,SAAS,EACpC,SAAS,EAAE,MAAM,GAAG,SAAS,GAC9B,IAAI,CAMN"}
@@ -12,3 +12,4 @@ export declare function useHeaderDrilling(params: AgGridHeaderParams | AgGridHea
12
12
  handleHeaderDrill: (event: KeyboardEvent | MouseEvent<HTMLDivElement, globalThis.MouseEvent>) => boolean;
13
13
  isDrillable: boolean;
14
14
  };
15
+ //# sourceMappingURL=useHeaderDrilling.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderDrilling.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderDrilling.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAwB,MAAM,OAAO,CAAC;AAe9D,OAAO,EAEH,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,GAAG,IAAI;;;EAsE5F"}
@@ -12,3 +12,4 @@ export declare function useHeaderGroupDrilling(params: AgGridHeaderGroupParams):
12
12
  handleHeaderDrill: (event: KeyboardEvent | MouseEvent<HTMLDivElement, globalThis.MouseEvent>) => boolean;
13
13
  isDrillable: boolean;
14
14
  };
15
+ //# sourceMappingURL=useHeaderGroupDrilling.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderGroupDrilling.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderGroupDrilling.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAwB,MAAM,OAAO,CAAC;AAc9D,OAAO,EAA6B,KAAK,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAEhG;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,uBAAuB;;;EA4ErE"}
@@ -56,3 +56,4 @@ export declare function useHeaderMenu(options: {
56
56
  handleHeaderClick: (event: KeyboardEvent | MouseEvent<HTMLDivElement, globalThis.MouseEvent>) => void;
57
57
  hasMenuItems: boolean;
58
58
  };
59
+ //# sourceMappingURL=useHeaderMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderMenu.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenu.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAO9F;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CACzB,OAAO,EAAE;IACL,iBAAiB,EAAE,OAAO,CAAC;IAC3B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,OAAO,CAAC;IACvB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,mBAAmB,EAAE,OAAO,CAAC;CAChC,EACD,iBAAiB,EAAE;IACf,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,yBAAyB,EAAE,oBAAoB,EAAE,CAAC;CACrD,EACD,kBAAkB,EAAE,kBAAkB,GAAG,uBAAuB,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+F1E"}
@@ -12,3 +12,4 @@ export declare const useHeaderMenuAggregations: (measureIdentifiers: string[], p
12
12
  aggregationsItems: import("../../types/menu.js").IAggregationsMenuItem[];
13
13
  handleAggregationsItemClick: (item: IAggregationsSubMenuItem) => void;
14
14
  };
15
+ //# sourceMappingURL=useHeaderMenuAggregations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderMenuAggregations.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuAggregations.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,oBAAoB,EAO5B,MAAM,qBAAqB,CAAC;AAO7B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB;;;CAoDrC,CAAC"}
@@ -17,3 +17,4 @@ import { type AgGridHeaderGroupParams, type AgGridHeaderParams } from "../../typ
17
17
  * @internal
18
18
  */
19
19
  export declare function useHeaderMenuKeyboard(params: AgGridHeaderParams | AgGridHeaderGroupParams, onOpenMenu: () => void, hasMenuItems: boolean): void;
20
+ //# sourceMappingURL=useHeaderMenuKeyboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderMenuKeyboard.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuKeyboard.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE9F;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,qBAAqB,CACjC,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,EACpD,UAAU,EAAE,MAAM,IAAI,EACtB,YAAY,EAAE,OAAO,GACtB,IAAI,CA0BN"}
@@ -14,3 +14,4 @@ export declare function useHeaderMenuSorting(params: AgGridHeaderParams | AgGrid
14
14
  handleProgressSort: (event: KeyboardEvent | MouseEvent<HTMLDivElement, globalThis.MouseEvent>) => void;
15
15
  headerCellAriaLabel: string;
16
16
  };
17
+ //# sourceMappingURL=useHeaderMenuSorting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderMenuSorting.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuSorting.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAe,MAAM,OAAO,CAAC;AAMrD,OAAO,EAEH,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAE1B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAgC5D;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,GAAG,IAAI;;;;;;;EA2G/F"}
@@ -12,3 +12,4 @@ export declare const useHeaderMenuTextWrapping: (agGridHeaderParams: AgGridHeade
12
12
  textWrappingItems: ITextWrappingMenuItem[];
13
13
  handleTextWrappingItemClick: (item: ITextWrappingMenuItem) => void;
14
14
  };
15
+ //# sourceMappingURL=useHeaderMenuTextWrapping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderMenuTextWrapping.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderMenuTextWrapping.ts"],"names":[],"mappings":"AAeA,OAAO,EACH,KAAK,wBAAwB,EAEhC,MAAM,iEAAiE,CAAC;AAOzE,OAAO,EAGH,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAKjE;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;CAmIrC,CAAC"}
@@ -17,3 +17,4 @@ import { type AgGridHeaderGroupParams, type AgGridHeaderParams } from "../../typ
17
17
  * @internal
18
18
  */
19
19
  export declare function useHeaderSpaceKey(params: AgGridHeaderParams | AgGridHeaderGroupParams, action: (event: MouseEvent<HTMLDivElement> | KeyboardEvent) => void): void;
20
+ //# sourceMappingURL=useHeaderSpaceKey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderSpaceKey.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/header/useHeaderSpaceKey.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAa,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE9F;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,iBAAiB,CAC7B,MAAM,EAAE,kBAAkB,GAAG,uBAAuB,EACpD,MAAM,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC,GAAG,aAAa,KAAK,IAAI,GACpE,IAAI,CA0BN"}
@@ -5,3 +5,4 @@ import { type IPivotTableNextProps } from "../../types/public.js";
5
5
  * @internal
6
6
  */
7
7
  export declare const useInitExecution: (props: IPivotTableNextProps) => import("@gooddata/sdk-backend-spi").IPreparedExecution;
8
+ //# sourceMappingURL=useInitExecution.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInitExecution.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/init/useInitExecution.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAElE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,yFA8C5B,CAAC"}
@@ -24,3 +24,4 @@ export interface IExecutionResultOptions {
24
24
  columnHeadersPosition: ColumnHeadersPosition;
25
25
  exportTitle?: string;
26
26
  }
27
+ //# sourceMappingURL=useInitExecutionResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInitExecutionResult.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/init/useInitExecutionResult.ts"],"names":[],"mappings":"AAGA,OAAO,EAEH,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,aAAa,EAGrB,MAAM,kBAAkB,CAAC;AAQ1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAEtG;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,qGAmFlC,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,gBAAgB,CAAC,EAAE,CAAC,YAAY,EAAE,aAAa,KAAK,IAAI,CAAC;IACzD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IACrC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -7,3 +7,4 @@ export declare function useColumnSizingDefault(): {
7
7
  autoSizeStrategy: undefined;
8
8
  initColumnWidths: () => void;
9
9
  };
10
+ //# sourceMappingURL=useColumnSizingDefault.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumnSizingDefault.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingDefault.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAgB,sBAAsB;;;EAOrC"}
@@ -7,3 +7,4 @@ export declare function useColumnSizingForAutoResize(): {
7
7
  autoSizeStrategy: import("ag-grid-community").AutoSizeStrategy | undefined;
8
8
  initColumnWidths: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
9
9
  } | null;
10
+ //# sourceMappingURL=useColumnSizingForAutoResize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumnSizingForAutoResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingForAutoResize.ts"],"names":[],"mappings":"AAcA;;;;GAIG;AACH,wBAAgB,4BAA4B;;;SAmC3C"}
@@ -7,3 +7,4 @@ export declare function useColumnSizingForFullHorizontalSpace(): {
7
7
  autoSizeStrategy: import("ag-grid-community").AutoSizeStrategy | undefined;
8
8
  initColumnWidths: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
9
9
  } | null;
10
+ //# sourceMappingURL=useColumnSizingForFullHorizontalSpace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumnSizingForFullHorizontalSpace.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingForFullHorizontalSpace.ts"],"names":[],"mappings":"AAaA;;;;GAIG;AACH,wBAAgB,qCAAqC;;;SAgDpD"}
@@ -8,3 +8,4 @@ export declare function useColumnSizingForFullHorizontalSpaceAndAutoResize(): {
8
8
  autoSizeStrategy: import("ag-grid-community").AutoSizeStrategy | undefined;
9
9
  initColumnWidths: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
10
10
  } | null;
11
+ //# sourceMappingURL=useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumnSizingForFullHorizontalSpaceAndAutoResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingForFullHorizontalSpaceAndAutoResize.ts"],"names":[],"mappings":"AAeA;;;;;GAKG;AACH,wBAAgB,kDAAkD;;;SAgEjE"}
@@ -5,3 +5,4 @@ import { type AgGridProps } from "../../types/agGrid.js";
5
5
  * @internal
6
6
  */
7
7
  export declare function useColumnSizingProps(): (agGridReactProps: AgGridProps) => AgGridProps;
8
+ //# sourceMappingURL=useColumnSizingProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumnSizingProps.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useColumnSizingProps.ts"],"names":[],"mappings":"AAMA,OAAO,EAA8B,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AASrF;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA2CrF"}
@@ -8,3 +8,4 @@ import { type AgGridRowData } from "../../types/internal.js";
8
8
  export declare function useInitSizingForEmptyData(): {
9
9
  initSizingForEmptyData: (gridApi: AgGridApi, rowData: AgGridRowData[]) => void;
10
10
  };
11
+ //# sourceMappingURL=useInitSizingForEmptyData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInitSizingForEmptyData.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useInitSizingForEmptyData.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,wBAAgB,yBAAyB,IAAI;IACzC,sBAAsB,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;CAClF,CAwBA"}
@@ -13,3 +13,4 @@ interface IUseInitialAutoResizeVisibilityOptions {
13
13
  */
14
14
  export declare function useInitialAutoResizeVisibility(options?: IUseInitialAutoResizeVisibilityOptions): boolean;
15
15
  export {};
16
+ //# sourceMappingURL=useInitialAutoResizeVisibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInitialAutoResizeVisibility.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useInitialAutoResizeVisibility.ts"],"names":[],"mappings":"AAUA,UAAU,sCAAsC;IAC5C;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;;;GAKG;AACH,wBAAgB,8BAA8B,CAAC,OAAO,CAAC,EAAE,sCAAsC,GAAG,OAAO,CAkDxG"}
@@ -6,3 +6,4 @@
6
6
  export declare function useManualResize(): {
7
7
  handleManualResize: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
8
8
  };
9
+ //# sourceMappingURL=useManualResize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useManualResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useManualResize.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,wBAAgB,eAAe;;EAqC9B"}
@@ -6,3 +6,4 @@
6
6
  export declare function useSyncColumnWidths(): {
7
7
  initSyncColumnWidths: (event: import("ag-grid-community").ColumnResizedEvent<import("../../types/internal.js").AgGridRowData, any>) => void;
8
8
  };
9
+ //# sourceMappingURL=useSyncColumnWidths.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSyncColumnWidths.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useSyncColumnWidths.ts"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH,wBAAgB,mBAAmB;;EAkGlC"}
@@ -9,3 +9,4 @@ import { type AgGridProps } from "../../types/agGrid.js";
9
9
  * @internal
10
10
  */
11
11
  export declare function useVirtualColumnAutoResize(): (agGridReactProps: AgGridProps) => AgGridProps;
12
+ //# sourceMappingURL=useVirtualColumnAutoResize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useVirtualColumnAutoResize.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/resizing/useVirtualColumnAutoResize.ts"],"names":[],"mappings":"AAUA,OAAO,EAGH,KAAK,WAAW,EACnB,MAAM,uBAAuB,CAAC;AAG/B;;;;;;;;GAQG;AACH,wBAAgB,0BAA0B,IAAI,CAAC,gBAAgB,EAAE,WAAW,KAAK,WAAW,CA+D3F"}
@@ -4,3 +4,4 @@
4
4
  * @internal
5
5
  */
6
6
  export declare function useIsTransposed(): boolean;
7
+ //# sourceMappingURL=useIsTransposed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useIsTransposed.d.ts","sourceRoot":"","sources":["../../../../src/next/hooks/shared/useIsTransposed.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,eAAe,IAAI,OAAO,CAMzC"}
@@ -4,3 +4,4 @@
4
4
  * @internal
5
5
  */
6
6
  export declare function useSyncSort(): void;
7
+ //# sourceMappingURL=useSyncSort.d.ts.map