ag-grid-community 35.3.0 → 36.0.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 (401) hide show
  1. package/dist/ag-grid-community.js +43054 -40943
  2. package/dist/ag-grid-community.min.js +829 -472
  3. package/dist/ag-grid-community.min.noStyle.js +36 -39
  4. package/dist/ag-grid-community.noStyle.js +41911 -40166
  5. package/dist/package/main.cjs.js +27494 -32054
  6. package/dist/package/main.cjs.min.js +27 -44
  7. package/dist/package/main.esm.min.mjs +27 -44
  8. package/dist/package/main.esm.mjs +30454 -34846
  9. package/dist/package/package.json +3 -2
  10. package/dist/package.json +3 -2
  11. package/dist/types/package.json +3 -2
  12. package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractField.d.ts +1 -6
  13. package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractInputField.d.ts +1 -4
  14. package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractLabel.d.ts +2 -7
  15. package/dist/types/src/{agStack/widgets → agWidgets}/agCheckbox.d.ts +1 -5
  16. package/dist/types/src/{agStack/widgets → agWidgets}/agContentEditableField.d.ts +1 -5
  17. package/dist/types/src/{agStack/widgets → agWidgets}/agFieldParams.d.ts +1 -1
  18. package/dist/types/src/agWidgets/agFieldSet.d.ts +19 -0
  19. package/dist/types/src/{agStack/widgets → agWidgets}/agInputDateField.d.ts +1 -5
  20. package/dist/types/src/{agStack/widgets → agWidgets}/agInputNumberField.d.ts +1 -5
  21. package/dist/types/src/{agStack/widgets → agWidgets}/agInputTextArea.d.ts +1 -5
  22. package/dist/types/src/{agStack/widgets → agWidgets}/agInputTextField.d.ts +1 -5
  23. package/dist/types/src/{agStack/widgets → agWidgets}/agList.d.ts +2 -5
  24. package/dist/types/src/{agStack/widgets → agWidgets}/agListItem.d.ts +2 -7
  25. package/dist/types/src/{agStack/widgets → agWidgets}/agPickerField.d.ts +1 -5
  26. package/dist/types/src/{agStack/widgets → agWidgets}/agPickerFieldParams.d.ts +1 -2
  27. package/dist/types/src/{agStack/widgets → agWidgets}/agRadioButton.d.ts +1 -5
  28. package/dist/types/src/{agStack/widgets → agWidgets}/agSelect.d.ts +1 -5
  29. package/dist/types/src/{agStack/widgets → agWidgets}/agToggleButton.d.ts +1 -5
  30. package/dist/types/src/agWidgets/agWidgetSelectorType.d.ts +2 -0
  31. package/dist/types/src/alignedGrids/alignedGridsService.d.ts +1 -1
  32. package/dist/types/src/api/coreApi.d.ts +1 -0
  33. package/dist/types/src/api/gridApi.d.ts +5 -3
  34. package/dist/types/src/autoGenerateColumns/autoGenerateColumnsModule.d.ts +6 -0
  35. package/dist/types/src/autoGenerateColumns/autoGenerateColumnsService.d.ts +7 -0
  36. package/dist/types/src/columnMove/columnDrag/bodyDropPivotTarget.d.ts +3 -3
  37. package/dist/types/src/columnMove/columnDrag/bodyDropTarget.d.ts +8 -5
  38. package/dist/types/src/columnMove/columnDrag/moveColumnFeature.d.ts +0 -1
  39. package/dist/types/src/columnMove/columnMoveService.d.ts +2 -2
  40. package/dist/types/src/columnMove/columnMoveUtils.d.ts +2 -0
  41. package/dist/types/src/columnMove/internalColumnMoveUtils.d.ts +4 -4
  42. package/dist/types/src/columnResize/columnResizeService.d.ts +2 -3
  43. package/dist/types/src/columnResize/groupResizeFeature.d.ts +1 -3
  44. package/dist/types/src/columnResize/resizeFeature.d.ts +1 -3
  45. package/dist/types/src/columns/baseSingleColService.d.ts +23 -0
  46. package/dist/types/src/columns/buildColumnTree.d.ts +42 -0
  47. package/dist/types/src/columns/calculatedColumnUtils.d.ts +8 -0
  48. package/dist/types/src/columns/colDefUtils.d.ts +9 -0
  49. package/dist/types/src/columns/colsApplyPrevOrder.d.ts +2 -0
  50. package/dist/types/src/columns/columnApi.d.ts +2 -3
  51. package/dist/types/src/columns/columnDefFactory.d.ts +4 -8
  52. package/dist/types/src/columns/columnEventUtils.d.ts +4 -1
  53. package/dist/types/src/columns/columnFlexService.d.ts +1 -1
  54. package/dist/types/src/columns/columnGroups/colWrapperCache.d.ts +16 -0
  55. package/dist/types/src/columns/columnGroups/columnGroupService.d.ts +14 -41
  56. package/dist/types/src/columns/columnGroups/columnGroupState.d.ts +13 -0
  57. package/dist/types/src/columns/columnModel.d.ts +105 -59
  58. package/dist/types/src/columns/columnNameService.d.ts +1 -1
  59. package/dist/types/src/columns/columnStateUtils.d.ts +54 -13
  60. package/dist/types/src/columns/columnUtils.d.ts +20 -25
  61. package/dist/types/src/columns/dataTypeService.d.ts +3 -1
  62. package/dist/types/src/columns/groupInstanceIdCreator.d.ts +1 -2
  63. package/dist/types/src/columns/selectionColService.d.ts +7 -28
  64. package/dist/types/src/columns/visibleColsService.d.ts +51 -25
  65. package/dist/types/src/components/framework/frameworkComponentWrapper.d.ts +1 -1
  66. package/dist/types/src/components/framework/registry.d.ts +2 -3
  67. package/dist/types/src/components/framework/userCompUtils.d.ts +5 -5
  68. package/dist/types/src/components/framework/userComponentFactory.d.ts +1 -1
  69. package/dist/types/src/context/bean.d.ts +1 -1
  70. package/dist/types/src/context/beanStub.d.ts +5 -3
  71. package/dist/types/src/context/context.d.ts +14 -13
  72. package/dist/types/src/context/gridBeanComparator.d.ts +1 -1
  73. package/dist/types/src/csvExport/csvExportModule.d.ts +1 -1
  74. package/dist/types/src/ctrlsService.d.ts +8 -22
  75. package/dist/types/src/dragAndDrop/dragAndDropImageComponent.d.ts +1 -3
  76. package/dist/types/src/dragAndDrop/dragAndDropService.d.ts +2 -4
  77. package/dist/types/src/dragAndDrop/dragModule.d.ts +1 -1
  78. package/dist/types/src/dragAndDrop/dragService.d.ts +1 -1
  79. package/dist/types/src/dragAndDrop/horizontalResizeService.d.ts +2 -0
  80. package/dist/types/src/dragAndDrop/rowDragComp.d.ts +1 -1
  81. package/dist/types/src/dragAndDrop/rowDragTypes.d.ts +1 -2
  82. package/dist/types/src/edit/cellEditors/agAbstractCellEditor.d.ts +2 -2
  83. package/dist/types/src/edit/cellEditors/popupEditorWrapper.d.ts +1 -1
  84. package/dist/types/src/edit/editService.d.ts +2 -0
  85. package/dist/types/src/edit/strategy/fullRowEditStrategy.d.ts +2 -1
  86. package/dist/types/src/edit/strategy/singleCellEditStrategy.d.ts +2 -1
  87. package/dist/types/src/entities/agColumn.d.ts +117 -58
  88. package/dist/types/src/entities/agColumnGroup.d.ts +24 -16
  89. package/dist/types/src/entities/agProvidedColumnGroup.d.ts +20 -19
  90. package/dist/types/src/entities/colDef-showValuesAs.d.ts +228 -0
  91. package/dist/types/src/entities/colDef.d.ts +68 -6
  92. package/dist/types/src/entities/gridOptions.d.ts +93 -8
  93. package/dist/types/src/entities/rowNode.d.ts +7 -3
  94. package/dist/types/src/environment.d.ts +2 -4
  95. package/dist/types/src/eventService.d.ts +1 -1
  96. package/dist/types/src/eventTypes.d.ts +4 -4
  97. package/dist/types/src/events.d.ts +48 -3
  98. package/dist/types/src/export/baseGridSerializingSession.d.ts +4 -2
  99. package/dist/types/src/export/iGridSerializer.d.ts +4 -2
  100. package/dist/types/src/filter/columnFilterService.d.ts +2 -2
  101. package/dist/types/src/filter/columnFilterUtils.d.ts +1 -1
  102. package/dist/types/src/filter/filterButtonComp.d.ts +1 -1
  103. package/dist/types/src/filter/filterComp.d.ts +1 -1
  104. package/dist/types/src/filter/filterDataTypeUtils.d.ts +1 -1
  105. package/dist/types/src/filter/filterLocaleText.d.ts +1 -1
  106. package/dist/types/src/filter/filterManager.d.ts +2 -1
  107. package/dist/types/src/filter/filterWrapperComp.d.ts +1 -1
  108. package/dist/types/src/filter/floating/floatingFilter.d.ts +1 -1
  109. package/dist/types/src/filter/floating/provided/floatingFilterTextInputService.d.ts +2 -2
  110. package/dist/types/src/filter/provided/date/iDateFilter.d.ts +1 -0
  111. package/dist/types/src/filter/provided/providedFilter.d.ts +1 -1
  112. package/dist/types/src/filter/provided/providedFilterUtils.d.ts +1 -1
  113. package/dist/types/src/filter/provided/simpleFilter.d.ts +1 -1
  114. package/dist/types/src/grid.d.ts +11 -12
  115. package/dist/types/src/gridBodyComp/fakeHScrollComp.d.ts +3 -4
  116. package/dist/types/src/gridBodyComp/fakeVScrollComp.d.ts +4 -0
  117. package/dist/types/src/gridBodyComp/gridBodyComp.d.ts +11 -5
  118. package/dist/types/src/gridBodyComp/gridBodyCtrl.d.ts +45 -34
  119. package/dist/types/src/gridBodyComp/gridBodyScrollFeature.d.ts +6 -5
  120. package/dist/types/src/gridBodyComp/rowContainer/rowContainerComp.d.ts +22 -0
  121. package/dist/types/src/gridBodyComp/rowContainer/rowContainerCtrl.d.ts +9 -33
  122. package/dist/types/src/gridBodyComp/scrollVisibleService.d.ts +13 -8
  123. package/dist/types/src/gridBodyComp/viewportSizeFeature.d.ts +7 -2
  124. package/dist/types/src/gridComp/gridCtrl.d.ts +3 -5
  125. package/dist/types/src/gridOptionsDefault.d.ts +1 -0
  126. package/dist/types/src/gridOptionsService.d.ts +1 -1
  127. package/dist/types/src/headerRendering/cells/abstractCell/abstractHeaderCellCtrl.d.ts +1 -1
  128. package/dist/types/src/headerRendering/cells/column/{headerComp.d.ts → agColumnHeader.d.ts} +5 -1
  129. package/dist/types/src/headerRendering/cells/column/headerCellCtrl.d.ts +5 -2
  130. package/dist/types/src/headerRendering/cells/columnGroup/{headerGroupComp.d.ts → agColumnGroupHeader.d.ts} +2 -2
  131. package/dist/types/src/headerRendering/cells/columnGroup/groupStickyLabelFeature.d.ts +1 -0
  132. package/dist/types/src/headerRendering/cells/columnGroup/headerGroupCellCtrl.d.ts +5 -1
  133. package/dist/types/src/headerRendering/cells/cssClassApplier.d.ts +5 -3
  134. package/dist/types/src/headerRendering/cells/floatingFilter/headerFilterCellCtrl.d.ts +3 -1
  135. package/dist/types/src/headerRendering/cells/floatingFilter/iHeaderFilterCellComp.d.ts +1 -1
  136. package/dist/types/src/headerRendering/gridHeaderComp.d.ts +10 -2
  137. package/dist/types/src/headerRendering/gridHeaderCtrl.d.ts +4 -2
  138. package/dist/types/src/headerRendering/headerUtils.d.ts +34 -0
  139. package/dist/types/src/headerRendering/row/headerRowComp.d.ts +9 -0
  140. package/dist/types/src/headerRendering/row/headerRowCtrl.d.ts +4 -4
  141. package/dist/types/src/headerRendering/rowContainer/headerRowContainerCtrl.d.ts +3 -11
  142. package/dist/types/src/headerRendering/rowContainer/headerRowsComp.d.ts +12 -0
  143. package/dist/types/src/interfaces/IRangeService.d.ts +1 -1
  144. package/dist/types/src/interfaces/dateComponent.d.ts +1 -1
  145. package/dist/types/src/interfaces/exportParams.d.ts +11 -5
  146. package/dist/types/src/interfaces/formulas.d.ts +3 -2
  147. package/dist/types/src/interfaces/gridState.d.ts +7 -3
  148. package/dist/types/src/interfaces/iAdvancedFilterCtrl.d.ts +2 -1
  149. package/dist/types/src/interfaces/iAutoColService.d.ts +12 -0
  150. package/dist/types/src/interfaces/iCalculatedColumns.d.ts +61 -0
  151. package/dist/types/src/interfaces/iCellEditor.d.ts +1 -1
  152. package/dist/types/src/interfaces/iCellEditorRenderer.d.ts +1 -1
  153. package/dist/types/src/interfaces/iCellStyleFeature.d.ts +1 -1
  154. package/dist/types/src/interfaces/iColsService.d.ts +36 -42
  155. package/dist/types/src/interfaces/iColumn.d.ts +18 -3
  156. package/dist/types/src/interfaces/iColumnStateUpdateStrategy.d.ts +4 -3
  157. package/dist/types/src/interfaces/iContextMenu.d.ts +1 -1
  158. package/dist/types/src/interfaces/iEditService.d.ts +4 -4
  159. package/dist/types/src/interfaces/iEventService.d.ts +1 -1
  160. package/dist/types/src/interfaces/iFileProcessor.d.ts +9 -0
  161. package/dist/types/src/interfaces/iFilter.d.ts +1 -2
  162. package/dist/types/src/interfaces/iFooterService.d.ts +2 -1
  163. package/dist/types/src/interfaces/iFrameworkOverrides.d.ts +1 -2
  164. package/dist/types/src/interfaces/iGridSection.d.ts +8 -0
  165. package/dist/types/src/interfaces/iGroupHierarchyColService.d.ts +9 -19
  166. package/dist/types/src/interfaces/iHeader.d.ts +2 -2
  167. package/dist/types/src/interfaces/iLoadingCellRenderer.d.ts +1 -1
  168. package/dist/types/src/interfaces/iModule.d.ts +4 -5
  169. package/dist/types/src/interfaces/iMultiFilter.d.ts +1 -1
  170. package/dist/types/src/interfaces/iNewFiltersToolPanel.d.ts +4 -8
  171. package/dist/types/src/interfaces/iPinnedSectionCompHost.d.ts +5 -0
  172. package/dist/types/src/interfaces/iPivotResultColsService.d.ts +27 -7
  173. package/dist/types/src/interfaces/iRichCellEditorParams.d.ts +1 -1
  174. package/dist/types/src/interfaces/iRowNode.d.ts +6 -3
  175. package/dist/types/src/interfaces/iRowNodeStage.d.ts +7 -0
  176. package/dist/types/src/interfaces/iRowStyleFeature.d.ts +1 -1
  177. package/dist/types/src/interfaces/iSelectionService.d.ts +3 -3
  178. package/dist/types/src/interfaces/iSetFilter.d.ts +1 -1
  179. package/dist/types/src/interfaces/iShowRowGroupColsService.d.ts +4 -1
  180. package/dist/types/src/interfaces/iShowValuesAsService.d.ts +48 -0
  181. package/dist/types/src/interfaces/iSort.d.ts +10 -0
  182. package/dist/types/src/interfaces/iSortModelItem.d.ts +1 -1
  183. package/dist/types/src/interfaces/iSortOption.d.ts +10 -1
  184. package/dist/types/src/interfaces/iStatusPanel.d.ts +1 -1
  185. package/dist/types/src/interfaces/iToolPanel.d.ts +1 -1
  186. package/dist/types/src/interfaces/iToolbar.d.ts +1 -1
  187. package/dist/types/src/interfaces/iUserCompDetails.d.ts +1 -2
  188. package/dist/types/src/interfaces/menuItem.d.ts +2 -2
  189. package/dist/types/src/interfaces/rowNumbers.d.ts +6 -4
  190. package/dist/types/src/main-internal.d.ts +54 -118
  191. package/dist/types/src/main.d.ts +34 -35
  192. package/dist/types/src/misc/iconService.d.ts +1 -1
  193. package/dist/types/src/misc/locale/localeService.d.ts +1 -1
  194. package/dist/types/src/misc/state/stateService.d.ts +6 -2
  195. package/dist/types/src/misc/touchService.d.ts +5 -5
  196. package/dist/types/src/modules/moduleRegistry.d.ts +1 -3
  197. package/dist/types/src/pagination/pageSizeSelectorComp.d.ts +4 -1
  198. package/dist/types/src/pagination/pageSummaryComp.d.ts +7 -2
  199. package/dist/types/src/pagination/paginationAutoPageSizeService.d.ts +1 -1
  200. package/dist/types/src/pagination/paginationService.d.ts +5 -1
  201. package/dist/types/src/pagination/paginationUtils.d.ts +1 -1
  202. package/dist/types/src/pinnedColumns/pinnedColumnService.d.ts +2 -3
  203. package/dist/types/src/pinnedRowModel/manualPinnedRowUtils.d.ts +1 -0
  204. package/dist/types/src/publicEventHandlersMap.d.ts +1 -1
  205. package/dist/types/src/rendering/ariaAnnouncementService.d.ts +1 -1
  206. package/dist/types/src/rendering/autoWidthCalculator.d.ts +1 -1
  207. package/dist/types/src/rendering/cell/cellCtrl.d.ts +7 -2
  208. package/dist/types/src/rendering/cell/cellPositionFeature.d.ts +1 -1
  209. package/dist/types/src/rendering/cellRenderers/iCellRenderer.d.ts +1 -1
  210. package/dist/types/src/rendering/features/horizontalPositionUtils.d.ts +21 -0
  211. package/dist/types/src/rendering/features/positionableFeature.d.ts +1 -1
  212. package/dist/types/src/rendering/features/setLeftFeature.d.ts +2 -4
  213. package/dist/types/src/rendering/overlays/fileInputOverlayComponent.d.ts +25 -0
  214. package/dist/types/src/rendering/overlays/fileInputOverlayModule.d.ts +6 -0
  215. package/dist/types/src/rendering/overlays/overlayComponent.d.ts +13 -3
  216. package/dist/types/src/rendering/overlays/overlayWrapperComponent.d.ts +1 -1
  217. package/dist/types/src/rendering/row/fullWidthRowFeature.d.ts +70 -0
  218. package/dist/types/src/rendering/row/iRowModeFeature.d.ts +48 -0
  219. package/dist/types/src/rendering/row/normalRowFeature.d.ts +37 -0
  220. package/dist/types/src/rendering/row/rowAutoHeightService.d.ts +1 -2
  221. package/dist/types/src/rendering/row/rowComp.d.ts +16 -0
  222. package/dist/types/src/rendering/row/rowCtrl.d.ts +75 -66
  223. package/dist/types/src/rendering/rowContainerHeightService.d.ts +2 -0
  224. package/dist/types/src/rendering/rowRenderer.d.ts +6 -5
  225. package/dist/types/src/rendering/spanning/rowSpanCache.d.ts +5 -5
  226. package/dist/types/src/rendering/spanning/rowSpanService.d.ts +15 -19
  227. package/dist/types/src/rendering/spanning/spannedRowCtrl.d.ts +3 -4
  228. package/dist/types/src/rendering/spanning/spannedRowRenderer.d.ts +3 -2
  229. package/dist/types/src/selection/baseSelectionService.d.ts +3 -3
  230. package/dist/types/src/selection/selectionService.d.ts +1 -1
  231. package/dist/types/src/sort/rowNodeSorter.d.ts +5 -12
  232. package/dist/types/src/sort/sortIndicatorComp.d.ts +1 -1
  233. package/dist/types/src/sort/sortOptionUtils.d.ts +9 -0
  234. package/dist/types/src/sort/sortService.d.ts +25 -22
  235. package/dist/types/src/styling/calculatedColumnCss.d.ts +5 -0
  236. package/dist/types/src/testing/testIdUtils.d.ts +3 -3
  237. package/dist/types/src/theming/core/core-css.d.ts +150 -3
  238. package/dist/types/src/theming/createTheme.d.ts +2 -7
  239. package/dist/types/src/theming/parts/button-style/button-styles.d.ts +1 -2
  240. package/dist/types/src/theming/parts/checkbox-style/checkbox-styles.d.ts +1 -2
  241. package/dist/types/src/theming/parts/color-scheme/color-schemes.d.ts +88 -92
  242. package/dist/types/src/theming/parts/column-drop-style/column-drop-styles.d.ts +2 -2
  243. package/dist/types/src/theming/parts/icon-set/alpine/icon-set-alpine.d.ts +1 -1
  244. package/dist/types/src/theming/parts/icon-set/balham/icon-set-balham.d.ts +1 -1
  245. package/dist/types/src/theming/parts/icon-set/material/icon-set-material.d.ts +1 -1
  246. package/dist/types/src/theming/parts/icon-set/overrides/icon-overrides.d.ts +2 -2
  247. package/dist/types/src/theming/parts/icon-set/quartz/icon-set-quartz.d.ts +1 -1
  248. package/dist/types/src/theming/parts/input-style/input-styles.d.ts +5 -2
  249. package/dist/types/src/theming/parts/tab-style/tab-styles.d.ts +1 -2
  250. package/dist/types/src/theming/parts/theme/themes.d.ts +3 -7
  251. package/dist/types/src/tooltip/tooltipComponent.d.ts +2 -2
  252. package/dist/types/src/tooltip/tooltipFeature.d.ts +1 -2
  253. package/dist/types/src/tooltip/tooltipService.d.ts +2 -2
  254. package/dist/types/src/tooltip/tooltipStateManager.d.ts +2 -2
  255. package/dist/types/src/utils/element.d.ts +1 -1
  256. package/dist/types/src/utils/gridFocus.d.ts +1 -0
  257. package/dist/types/src/utils/icon.d.ts +1 -1
  258. package/dist/types/src/utils/mergeDeep.d.ts +10 -2
  259. package/dist/types/src/utils/number.d.ts +10 -1
  260. package/dist/types/src/utils/value.d.ts +7 -0
  261. package/dist/types/src/validation/errorMessages/errorText.d.ts +20 -75
  262. package/dist/types/src/validation/rules/iconValidations.d.ts +1 -1
  263. package/dist/types/src/validation/validationModule.d.ts +24 -0
  264. package/dist/types/src/validation/validationService.d.ts +1 -1
  265. package/dist/types/src/valueService/cellApi.d.ts +9 -4
  266. package/dist/types/src/valueService/valueService.d.ts +45 -13
  267. package/dist/types/src/vanillaFrameworkOverrides.d.ts +1 -1
  268. package/dist/types/src/version.d.ts +1 -1
  269. package/dist/types/src/widgets/component.d.ts +4 -4
  270. package/dist/types/src/widgets/gridWidgetTypes.d.ts +12 -9
  271. package/dist/types/src/widgets/managedFocusFeature.d.ts +2 -2
  272. package/dist/types/src/widgets/popupService.d.ts +2 -2
  273. package/dist/types/src/widgets/tabGuard.d.ts +2 -3
  274. package/dist/types/src/widgets/tabGuardComp.d.ts +2 -2
  275. package/dist/types/src/widgets/touchListener.d.ts +3 -2
  276. package/package.json +3 -2
  277. package/styles/_css-content.scss +1506 -756
  278. package/styles/_icon-font-codes.scss +3 -0
  279. package/styles/ag-grid-no-native-widgets.css +713 -323
  280. package/styles/ag-grid-no-native-widgets.min.css +8 -5
  281. package/styles/ag-grid.css +713 -323
  282. package/styles/ag-grid.min.css +8 -5
  283. package/styles/ag-theme-alpine-no-font.css +8 -14
  284. package/styles/ag-theme-alpine-no-font.min.css +2 -2
  285. package/styles/ag-theme-alpine.css +9 -15
  286. package/styles/ag-theme-alpine.min.css +2 -2
  287. package/styles/ag-theme-balham-no-font.css +4 -3
  288. package/styles/ag-theme-balham-no-font.min.css +2 -2
  289. package/styles/ag-theme-balham.css +5 -4
  290. package/styles/ag-theme-balham.min.css +2 -2
  291. package/styles/ag-theme-material-no-font.css +10 -11
  292. package/styles/ag-theme-material-no-font.min.css +2 -2
  293. package/styles/ag-theme-material.css +11 -12
  294. package/styles/ag-theme-material.min.css +2 -2
  295. package/styles/ag-theme-quartz-no-font.css +13 -22
  296. package/styles/ag-theme-quartz-no-font.min.css +2 -2
  297. package/styles/ag-theme-quartz.css +14 -23
  298. package/styles/ag-theme-quartz.min.css +3 -3
  299. package/styles/agGridAlpineFont.css +1 -1
  300. package/styles/agGridAlpineFont.min.css +1 -1
  301. package/styles/agGridBalhamFont.css +1 -1
  302. package/styles/agGridBalhamFont.min.css +1 -1
  303. package/styles/agGridClassicFont.css +1 -1
  304. package/styles/agGridClassicFont.min.css +1 -1
  305. package/styles/agGridMaterialFont.css +1 -1
  306. package/styles/agGridMaterialFont.min.css +1 -1
  307. package/styles/agGridQuartzFont.css +1 -1
  308. package/styles/agGridQuartzFont.min.css +1 -1
  309. package/dist/types/src/agStack/constants/direction.d.ts +0 -8
  310. package/dist/types/src/agStack/constants/keyCode.d.ts +0 -25
  311. package/dist/types/src/agStack/core/agBeanStub.d.ts +0 -87
  312. package/dist/types/src/agStack/core/agComponentStub.d.ts +0 -59
  313. package/dist/types/src/agStack/core/agContext.d.ts +0 -54
  314. package/dist/types/src/agStack/core/baseAriaAnnouncementService.d.ts +0 -21
  315. package/dist/types/src/agStack/core/baseDragAndDropService.d.ts +0 -54
  316. package/dist/types/src/agStack/core/baseDragService.d.ts +0 -39
  317. package/dist/types/src/agStack/core/baseEnvironment.d.ts +0 -58
  318. package/dist/types/src/agStack/core/baseRegistry.d.ts +0 -15
  319. package/dist/types/src/agStack/events/baseEventService.d.ts +0 -18
  320. package/dist/types/src/agStack/events/localEventService.d.ts +0 -27
  321. package/dist/types/src/agStack/events/pointerCapture.d.ts +0 -7
  322. package/dist/types/src/agStack/focus/agManagedFocusFeature.d.ts +0 -28
  323. package/dist/types/src/agStack/focus/agTabGuardComp.d.ts +0 -16
  324. package/dist/types/src/agStack/focus/agTabGuardFeature.d.ts +0 -55
  325. package/dist/types/src/agStack/focus/tabGuardCtrl.d.ts +0 -69
  326. package/dist/types/src/agStack/interfaces/agBaseBean.d.ts +0 -12
  327. package/dist/types/src/agStack/interfaces/agBean.d.ts +0 -35
  328. package/dist/types/src/agStack/interfaces/agComponent.d.ts +0 -54
  329. package/dist/types/src/agStack/interfaces/agCoreBean.d.ts +0 -23
  330. package/dist/types/src/agStack/interfaces/agCoreBeanCollection.d.ts +0 -39
  331. package/dist/types/src/agStack/interfaces/agEvent.d.ts +0 -4
  332. package/dist/types/src/agStack/interfaces/agFrameworkOverrides.d.ts +0 -21
  333. package/dist/types/src/agStack/interfaces/baseEvents.d.ts +0 -50
  334. package/dist/types/src/agStack/interfaces/baseProperties.d.ts +0 -25
  335. package/dist/types/src/agStack/interfaces/iAfterGuiAttachedParams.d.ts +0 -12
  336. package/dist/types/src/agStack/interfaces/iAriaAnnouncementService.d.ts +0 -5
  337. package/dist/types/src/agStack/interfaces/iComponent.d.ts +0 -10
  338. package/dist/types/src/agStack/interfaces/iContext.d.ts +0 -16
  339. package/dist/types/src/agStack/interfaces/iDrag.d.ts +0 -30
  340. package/dist/types/src/agStack/interfaces/iDragAndDrop.d.ts +0 -99
  341. package/dist/types/src/agStack/interfaces/iEnvironment.d.ts +0 -6
  342. package/dist/types/src/agStack/interfaces/iEvent.d.ts +0 -20
  343. package/dist/types/src/agStack/interfaces/iEventEmitter.d.ts +0 -14
  344. package/dist/types/src/agStack/interfaces/iIcon.d.ts +0 -2
  345. package/dist/types/src/agStack/interfaces/iIconService.d.ts +0 -5
  346. package/dist/types/src/agStack/interfaces/iLocaleService.d.ts +0 -7
  347. package/dist/types/src/agStack/interfaces/iPopup.d.ts +0 -63
  348. package/dist/types/src/agStack/interfaces/iPopupComponent.d.ts +0 -11
  349. package/dist/types/src/agStack/interfaces/iPopupService.d.ts +0 -19
  350. package/dist/types/src/agStack/interfaces/iProperties.d.ts +0 -42
  351. package/dist/types/src/agStack/interfaces/iRegistry.d.ts +0 -5
  352. package/dist/types/src/agStack/interfaces/iTooltip.d.ts +0 -20
  353. package/dist/types/src/agStack/popup/agPopupComponent.d.ts +0 -13
  354. package/dist/types/src/agStack/popup/basePopupService.d.ts +0 -60
  355. package/dist/types/src/agStack/popup/popupPositionUtils.d.ts +0 -71
  356. package/dist/types/src/agStack/rendering/agPositionableFeature.d.ts +0 -101
  357. package/dist/types/src/agStack/rendering/autoScrollService.d.ts +0 -38
  358. package/dist/types/src/agStack/rendering/cssClassManager.d.ts +0 -7
  359. package/dist/types/src/agStack/theming/inject.d.ts +0 -26
  360. package/dist/types/src/agStack/theming/part.d.ts +0 -9
  361. package/dist/types/src/agStack/theming/partImpl.d.ts +0 -56
  362. package/dist/types/src/agStack/theming/shared/shared-css.d.ts +0 -282
  363. package/dist/types/src/agStack/theming/theme.d.ts +0 -23
  364. package/dist/types/src/agStack/theming/themeImpl.d.ts +0 -46
  365. package/dist/types/src/agStack/theming/themeLogger.d.ts +0 -24
  366. package/dist/types/src/agStack/theming/themeTypeUtils.d.ts +0 -18
  367. package/dist/types/src/agStack/theming/themeTypes.d.ts +0 -209
  368. package/dist/types/src/agStack/theming/themeUtils.d.ts +0 -13
  369. package/dist/types/src/agStack/tooltip/agHighlightTooltipFeature.d.ts +0 -24
  370. package/dist/types/src/agStack/tooltip/agTooltipComponent.d.ts +0 -12
  371. package/dist/types/src/agStack/tooltip/agTooltipFeature.d.ts +0 -31
  372. package/dist/types/src/agStack/tooltip/baseTooltipStateManager.d.ts +0 -81
  373. package/dist/types/src/agStack/utils/aria.d.ts +0 -79
  374. package/dist/types/src/agStack/utils/array.d.ts +0 -32
  375. package/dist/types/src/agStack/utils/bigInt.d.ts +0 -2
  376. package/dist/types/src/agStack/utils/browser.d.ts +0 -11
  377. package/dist/types/src/agStack/utils/date.d.ts +0 -40
  378. package/dist/types/src/agStack/utils/document.d.ts +0 -15
  379. package/dist/types/src/agStack/utils/dom.d.ts +0 -141
  380. package/dist/types/src/agStack/utils/download.d.ts +0 -2
  381. package/dist/types/src/agStack/utils/event.d.ts +0 -34
  382. package/dist/types/src/agStack/utils/focus.d.ts +0 -12
  383. package/dist/types/src/agStack/utils/function.d.ts +0 -37
  384. package/dist/types/src/agStack/utils/fuzzyMatch.d.ts +0 -22
  385. package/dist/types/src/agStack/utils/generic.d.ts +0 -18
  386. package/dist/types/src/agStack/utils/keyboard.d.ts +0 -2
  387. package/dist/types/src/agStack/utils/locale.d.ts +0 -17
  388. package/dist/types/src/agStack/utils/promise.d.ts +0 -16
  389. package/dist/types/src/agStack/utils/string.d.ts +0 -17
  390. package/dist/types/src/agStack/utils/value.d.ts +0 -6
  391. package/dist/types/src/agStack/widgets/agWidgetSelectorType.d.ts +0 -2
  392. package/dist/types/src/columns/baseColsService.d.ts +0 -52
  393. package/dist/types/src/columns/columnFactoryUtils.d.ts +0 -28
  394. package/dist/types/src/columns/columnGroups/columnGroupUtils.d.ts +0 -3
  395. package/dist/types/src/columns/columnKeyCreator.d.ts +0 -9
  396. package/dist/types/src/gridBodyComp/scrollbarVisibilityHelper.d.ts +0 -2
  397. package/dist/types/src/headerRendering/rowContainer/headerRowContainerComp.d.ts +0 -15
  398. package/dist/types/src/interfaces/iColumnCollectionService.d.ts +0 -15
  399. package/dist/types/src/theming/parts/batch-edit/batch-edit-styles.d.ts +0 -22
  400. package/dist/types/src/theming/parts/formula-style/formula-styles.d.ts +0 -89
  401. package/dist/types/src/theming/parts/notes/note-styles.d.ts +0 -37
@@ -1,5 +1,4 @@
1
- import type { SharedThemeParams } from '../../agStack/theming/shared/shared-css';
2
- import type { BorderStyleValue, BorderValue, ColorValue, DurationValue, FontFamilyValue, FontWeightValue, LengthValue, ScaleValue, ShadowValue } from '../../agStack/theming/themeTypes';
1
+ import type { BorderStyleValue, BorderValue, ColorValue, DurationValue, FontFamilyValue, FontWeightValue, LengthValue, ScaleValue, ShadowValue, SharedThemeParams } from 'ag-stack';
3
2
  /**
4
3
  * All possible theme param types - the actual params available will be a subset of this type depending on the parts in use by the theme.
5
4
  */
@@ -28,6 +27,10 @@ export interface CoreParams extends SharedThemeParams {
28
27
  * Color of the value pills in the Advanced Filter Builder
29
28
  */
30
29
  advancedFilterBuilderValuePillColor: ColorValue;
30
+ /**
31
+ * Minimum height of the grid's rows section when using auto-height or print layout. This prevents an empty grid from collapsing to nothing. Set to `0` to remove the minimum height.
32
+ */
33
+ autoHeightMinBodyHeight: LengthValue;
31
34
  /**
32
35
  * Padding at the start and end of grid cells and header cells.
33
36
  */
@@ -92,6 +95,22 @@ export interface CoreParams extends SharedThemeParams {
92
95
  * Background color for a row with invalid editor status
93
96
  */
94
97
  fullRowEditInvalidBackgroundColor: ColorValue;
98
+ /**
99
+ * Background color for cells in batch edit mode
100
+ */
101
+ cellBatchEditBackgroundColor: ColorValue;
102
+ /**
103
+ * Text color for cells in batch edit mode
104
+ */
105
+ cellBatchEditTextColor: ColorValue;
106
+ /**
107
+ * Background color for rows in batch edit mode
108
+ */
109
+ rowBatchEditBackgroundColor: ColorValue;
110
+ /**
111
+ * Text color for rows in batch edit mode
112
+ */
113
+ rowBatchEditTextColor: ColorValue;
95
114
  /**
96
115
  * Color of the drag handle on draggable rows and column markers
97
116
  */
@@ -300,6 +319,18 @@ export interface CoreParams extends SharedThemeParams {
300
319
  * Background color of the grid header when any cell of that header is part of a range. This is not visible unless enabled in the cell selection options.
301
320
  */
302
321
  rangeHeaderHighlightColor: ColorValue;
322
+ /**
323
+ * Background color for the calculated column currently being edited.
324
+ */
325
+ calculatedColumnHighlightColor: ColorValue;
326
+ /**
327
+ * Color for the parent of columns in the suggestion list.
328
+ */
329
+ calculatedColumnParentSuggestionColor: ColorValue;
330
+ /**
331
+ * Width of the calculated column suggestion list opened from helper buttons.
332
+ */
333
+ calculatedColumnSuggestionListWidth: LengthValue;
303
334
  /**
304
335
  * Color of the indicator line used to show where a row will be inserted when dragging to reorder rows
305
336
  */
@@ -333,7 +364,7 @@ export interface CoreParams extends SharedThemeParams {
333
364
  */
334
365
  rowHeight: LengthValue;
335
366
  /**
336
- * Height of the pagination panel at the bottom of the grid. Defaults to the higher of rowHeight or 22px.
367
+ * Height of the pagination panel at the bottom of the grid.
337
368
  */
338
369
  paginationPanelHeight: LengthValue;
339
370
  /**
@@ -502,6 +533,122 @@ export interface CoreParams extends SharedThemeParams {
502
533
  * Font weight for values in the status bar component
503
534
  */
504
535
  statusBarValueFontWeight: FontWeightValue;
536
+ /**
537
+ * The color of the 1st formula field token
538
+ */
539
+ formulaToken1Color: ColorValue;
540
+ /**
541
+ * The background color of the 1st formula field token associated range
542
+ */
543
+ formulaToken1BackgroundColor: ColorValue;
544
+ /**
545
+ * The border of the 1st formula field token associated range
546
+ */
547
+ formulaToken1Border: BorderValue;
548
+ /**
549
+ * The color of the 2nd formula field token
550
+ */
551
+ formulaToken2Color: ColorValue;
552
+ /**
553
+ * The background color of the 2nd formula field token associated range
554
+ */
555
+ formulaToken2BackgroundColor: ColorValue;
556
+ /**
557
+ * The border of the 2nd formula field token associated range
558
+ */
559
+ formulaToken2Border: BorderValue;
560
+ /**
561
+ * The color of the 3rd formula field token
562
+ */
563
+ formulaToken3Color: ColorValue;
564
+ /**
565
+ * The background color of the 3rd formula field token associated range
566
+ */
567
+ formulaToken3BackgroundColor: ColorValue;
568
+ /**
569
+ * The border of the 3rd formula field token associated range
570
+ */
571
+ formulaToken3Border: BorderValue;
572
+ /**
573
+ * The color of the 4th formula field token
574
+ */
575
+ formulaToken4Color: ColorValue;
576
+ /**
577
+ * The background color of the 4th formula field token associated range
578
+ */
579
+ formulaToken4BackgroundColor: ColorValue;
580
+ /**
581
+ * The border of the 4th formula field token associated range
582
+ */
583
+ formulaToken4Border: BorderValue;
584
+ /**
585
+ * The color of the 5th formula field token
586
+ */
587
+ formulaToken5Color: ColorValue;
588
+ /**
589
+ * The background color of the 5th formula field token associated range
590
+ */
591
+ formulaToken5BackgroundColor: ColorValue;
592
+ /**
593
+ * The border of the 5th formula field token associated range
594
+ */
595
+ formulaToken5Border: BorderValue;
596
+ /**
597
+ * The color of the 6th formula field token
598
+ */
599
+ formulaToken6Color: ColorValue;
600
+ /**
601
+ * The background color of the 6th formula field token associated range
602
+ */
603
+ formulaToken6BackgroundColor: ColorValue;
604
+ /**
605
+ * The border of the 6th formula field token associated range
606
+ */
607
+ formulaToken6Border: BorderValue;
608
+ /**
609
+ * The color of the 7th formula field token
610
+ */
611
+ formulaToken7Color: ColorValue;
612
+ /**
613
+ * The background color of the 7th formula field token associated range
614
+ */
615
+ formulaToken7BackgroundColor: ColorValue;
616
+ /**
617
+ * The border of the 7th formula field token associated range
618
+ */
619
+ formulaToken7Border: BorderValue;
620
+ /**
621
+ * The color of the note indicator
622
+ */
623
+ noteIndicatorColor: ColorValue;
624
+ /**
625
+ * The size of the note indicator
626
+ */
627
+ noteIndicatorSize: LengthValue;
628
+ /**
629
+ * The background color of the note popup
630
+ */
631
+ notePopupBackgroundColor: ColorValue;
632
+ /**
633
+ * The color of the note popup text
634
+ */
635
+ notePopupTextColor: ColorValue;
636
+ /**
637
+ * The color of the note popup input text
638
+ */
639
+ notePopupInputTextColor: ColorValue;
640
+ /**
641
+ * The background color of the note popup input
642
+ */
643
+ notePopupInputBackgroundColor: ColorValue;
644
+ /**
645
+ * The border of the note popup
646
+ */
647
+ notePopupBorder: BorderValue;
648
+ /**
649
+ * The padding inside the note popup
650
+ */
651
+ notePopupPadding: LengthValue;
505
652
  }
506
653
  /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
507
654
  export declare const coreDefaults: Readonly<Omit<CoreParams, keyof SharedThemeParams>>;
@@ -1,13 +1,8 @@
1
- import type { Theme } from '../agStack/theming/theme';
2
- import type { ThemeLogger } from '../agStack/theming/themeLogger';
1
+ import type { Theme, ThemeLogger } from 'ag-stack';
3
2
  import type { CoreParams } from './core/core-css';
4
- import type { BatchEditStyleParams } from './parts/batch-edit/batch-edit-styles';
5
- import type { ButtonStyleParams } from './parts/button-style/button-styles';
6
- import type { FormulaStyleParams } from './parts/formula-style/formula-styles';
7
- import type { NoteStyleParams } from './parts/notes/note-styles';
8
3
  /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
9
4
  export declare const gridThemeLogger: ThemeLogger;
10
5
  /**
11
6
  * Create a custom theme containing core grid styles but no parts.
12
7
  */
13
- export declare const createTheme: () => Theme<CoreParams & ButtonStyleParams & BatchEditStyleParams & FormulaStyleParams & NoteStyleParams>;
8
+ export declare const createTheme: () => Theme<CoreParams>;
@@ -1,5 +1,4 @@
1
- import type { Part } from '../../../agStack/theming/part';
2
- import type { BorderValue, ColorValue, FontWeightValue, LengthValue } from '../../../agStack/theming/themeTypes';
1
+ import type { BorderValue, ColorValue, FontWeightValue, LengthValue, Part } from 'ag-stack';
3
2
  export type ButtonStyleParams = {
4
3
  /**
5
4
  * Text color of standard action buttons (e.g. "Reset" and "Apply")
@@ -1,5 +1,4 @@
1
- import type { Part } from '../../../agStack/theming/part';
2
- import type { ColorValue, ImageValue, LengthValue } from '../../../agStack/theming/themeTypes';
1
+ import type { ColorValue, ImageValue, LengthValue, Part } from 'ag-stack';
3
2
  export type CheckboxStyleParams = {
4
3
  /**
5
4
  * Border radius for checkboxes
@@ -1,99 +1,95 @@
1
- export declare const colorSchemeLight: import("../../../main-umd-noStyles").Part<{
2
- readonly backgroundColor: import("../../../main-umd-noStyles").ColorValue;
3
- readonly foregroundColor: import("../../../main-umd-noStyles").ColorValue;
4
- readonly borderColor: import("../../../main-umd-noStyles").ColorValue;
5
- readonly chromeBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
6
- readonly browserColorScheme: import("../../../main-umd-noStyles").ColorSchemeValue;
1
+ export declare const colorSchemeLight: import("ag-stack").Part<{
2
+ readonly backgroundColor: import("ag-stack").ColorValue;
3
+ readonly foregroundColor: import("ag-stack").ColorValue;
4
+ readonly borderColor: import("ag-stack").ColorValue;
5
+ readonly chromeBackgroundColor: import("ag-stack").ColorValue;
6
+ readonly browserColorScheme: import("ag-stack").ColorSchemeValue;
7
7
  }>;
8
- export declare const colorSchemeLightWarm: import("../../../main-umd-noStyles").Part<{
9
- foregroundColor: import("../../../main-umd-noStyles").ColorValue;
10
- borderColor: import("../../../main-umd-noStyles").ColorValue;
11
- chromeBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
12
- backgroundColor: import("../../../main-umd-noStyles").ColorValue;
13
- browserColorScheme: import("../../../main-umd-noStyles").ColorSchemeValue;
8
+ export declare const colorSchemeLightWarm: import("ag-stack").Part<{
9
+ foregroundColor: import("ag-stack").ColorValue;
10
+ borderColor: import("ag-stack").ColorValue;
11
+ chromeBackgroundColor: import("ag-stack").ColorValue;
12
+ backgroundColor: import("ag-stack").ColorValue;
13
+ browserColorScheme: import("ag-stack").ColorSchemeValue;
14
14
  }>;
15
- export declare const colorSchemeLightCold: import("../../../main-umd-noStyles").Part<{
16
- foregroundColor: import("../../../main-umd-noStyles").ColorValue;
17
- chromeBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
18
- backgroundColor: import("../../../main-umd-noStyles").ColorValue;
19
- borderColor: import("../../../main-umd-noStyles").ColorValue;
20
- browserColorScheme: import("../../../main-umd-noStyles").ColorSchemeValue;
15
+ export declare const colorSchemeLightCold: import("ag-stack").Part<{
16
+ foregroundColor: import("ag-stack").ColorValue;
17
+ chromeBackgroundColor: import("ag-stack").ColorValue;
18
+ backgroundColor: import("ag-stack").ColorValue;
19
+ borderColor: import("ag-stack").ColorValue;
20
+ browserColorScheme: import("ag-stack").ColorSchemeValue;
21
21
  }>;
22
- export declare const colorSchemeDark: import("../../../main-umd-noStyles").Part<{
23
- readonly backgroundColor: import("../../../main-umd-noStyles").ColorValue;
24
- readonly foregroundColor: import("../../../main-umd-noStyles").ColorValue;
25
- readonly chromeBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
26
- readonly rowHoverColor: import("../../../main-umd-noStyles").ColorValue;
27
- readonly selectedRowBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
28
- readonly menuBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
29
- readonly browserColorScheme: import("../../../main-umd-noStyles").ColorSchemeValue;
30
- readonly popupShadow: import("../../../main-umd-noStyles").ShadowValue;
31
- readonly cardShadow: import("../../../main-umd-noStyles").ShadowValue;
32
- readonly advancedFilterBuilderJoinPillColor: import("../../../main-umd-noStyles").ColorValue;
33
- readonly advancedFilterBuilderColumnPillColor: import("../../../main-umd-noStyles").ColorValue;
34
- readonly advancedFilterBuilderOptionPillColor: import("../../../main-umd-noStyles").ColorValue;
35
- readonly advancedFilterBuilderValuePillColor: import("../../../main-umd-noStyles").ColorValue;
36
- readonly filterPanelApplyButtonColor: import("../../../main-umd-noStyles").ColorValue;
37
- readonly columnPanelApplyButtonColor: import("../../../main-umd-noStyles").ColorValue;
38
- readonly findMatchColor: import("../../../main-umd-noStyles").ColorValue;
39
- readonly findActiveMatchColor: import("../../../main-umd-noStyles").ColorValue;
40
- readonly checkboxUncheckedBorderColor: import("../../../main-umd-noStyles").ColorValue;
41
- readonly toggleButtonOffBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
42
- readonly rowBatchEditBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
43
- readonly formulaToken1Color: import("../../../main-umd-noStyles").ColorValue;
44
- readonly formulaToken2Color: import("../../../main-umd-noStyles").ColorValue;
45
- readonly formulaToken3Color: import("../../../main-umd-noStyles").ColorValue;
46
- readonly formulaToken4Color: import("../../../main-umd-noStyles").ColorValue;
47
- readonly formulaToken5Color: import("../../../main-umd-noStyles").ColorValue;
48
- readonly formulaToken6Color: import("../../../main-umd-noStyles").ColorValue;
49
- readonly formulaToken7Color: import("../../../main-umd-noStyles").ColorValue;
50
- readonly cellBatchEditBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
51
- readonly cellBatchEditTextColor: import("../../../main-umd-noStyles").ColorValue;
52
- readonly rowBatchEditTextColor: import("../../../main-umd-noStyles").ColorValue;
53
- readonly borderColor: import("../../../main-umd-noStyles").ColorValue;
22
+ export declare const colorSchemeDark: import("ag-stack").Part<{
23
+ readonly cellBatchEditTextColor: import("ag-stack").ColorValue;
24
+ readonly backgroundColor: import("ag-stack").ColorValue;
25
+ readonly foregroundColor: import("ag-stack").ColorValue;
26
+ readonly chromeBackgroundColor: import("ag-stack").ColorValue;
27
+ readonly rowHoverColor: import("ag-stack").ColorValue;
28
+ readonly selectedRowBackgroundColor: import("ag-stack").ColorValue;
29
+ readonly menuBackgroundColor: import("ag-stack").ColorValue;
30
+ readonly browserColorScheme: import("ag-stack").ColorSchemeValue;
31
+ readonly popupShadow: import("ag-stack").ShadowValue;
32
+ readonly cardShadow: import("ag-stack").ShadowValue;
33
+ readonly advancedFilterBuilderJoinPillColor: import("ag-stack").ColorValue;
34
+ readonly advancedFilterBuilderColumnPillColor: import("ag-stack").ColorValue;
35
+ readonly advancedFilterBuilderOptionPillColor: import("ag-stack").ColorValue;
36
+ readonly advancedFilterBuilderValuePillColor: import("ag-stack").ColorValue;
37
+ readonly filterPanelApplyButtonColor: import("ag-stack").ColorValue;
38
+ readonly columnPanelApplyButtonColor: import("ag-stack").ColorValue;
39
+ readonly findMatchColor: import("ag-stack").ColorValue;
40
+ readonly findActiveMatchColor: import("ag-stack").ColorValue;
41
+ readonly checkboxUncheckedBorderColor: import("ag-stack").ColorValue;
42
+ readonly toggleButtonOffBackgroundColor: import("ag-stack").ColorValue;
43
+ readonly rowBatchEditBackgroundColor: import("ag-stack").ColorValue;
44
+ readonly formulaToken1Color: import("ag-stack").ColorValue;
45
+ readonly formulaToken2Color: import("ag-stack").ColorValue;
46
+ readonly formulaToken3Color: import("ag-stack").ColorValue;
47
+ readonly formulaToken4Color: import("ag-stack").ColorValue;
48
+ readonly formulaToken5Color: import("ag-stack").ColorValue;
49
+ readonly formulaToken6Color: import("ag-stack").ColorValue;
50
+ readonly formulaToken7Color: import("ag-stack").ColorValue;
51
+ readonly borderColor: import("ag-stack").ColorValue;
54
52
  }>;
55
- export declare const colorSchemeDarkWarm: import("../../../main-umd-noStyles").Part<{
56
- backgroundColor: import("../../../main-umd-noStyles").ColorValue;
57
- foregroundColor: import("../../../main-umd-noStyles").ColorValue;
58
- browserColorScheme: import("../../../main-umd-noStyles").ColorSchemeValue;
53
+ export declare const colorSchemeDarkWarm: import("ag-stack").Part<{
54
+ backgroundColor: import("ag-stack").ColorValue;
55
+ foregroundColor: import("ag-stack").ColorValue;
56
+ browserColorScheme: import("ag-stack").ColorSchemeValue;
59
57
  }>;
60
- export declare const colorSchemeDarkBlue: import("../../../main-umd-noStyles").Part<{
61
- readonly backgroundColor: import("../../../main-umd-noStyles").ColorValue;
62
- readonly foregroundColor: import("../../../main-umd-noStyles").ColorValue;
63
- readonly chromeBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
64
- readonly rowHoverColor: import("../../../main-umd-noStyles").ColorValue;
65
- readonly selectedRowBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
66
- readonly menuBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
67
- readonly browserColorScheme: import("../../../main-umd-noStyles").ColorSchemeValue;
68
- readonly popupShadow: import("../../../main-umd-noStyles").ShadowValue;
69
- readonly cardShadow: import("../../../main-umd-noStyles").ShadowValue;
70
- readonly advancedFilterBuilderJoinPillColor: import("../../../main-umd-noStyles").ColorValue;
71
- readonly advancedFilterBuilderColumnPillColor: import("../../../main-umd-noStyles").ColorValue;
72
- readonly advancedFilterBuilderOptionPillColor: import("../../../main-umd-noStyles").ColorValue;
73
- readonly advancedFilterBuilderValuePillColor: import("../../../main-umd-noStyles").ColorValue;
74
- readonly filterPanelApplyButtonColor: import("../../../main-umd-noStyles").ColorValue;
75
- readonly columnPanelApplyButtonColor: import("../../../main-umd-noStyles").ColorValue;
76
- readonly findMatchColor: import("../../../main-umd-noStyles").ColorValue;
77
- readonly findActiveMatchColor: import("../../../main-umd-noStyles").ColorValue;
78
- readonly checkboxUncheckedBorderColor: import("../../../main-umd-noStyles").ColorValue;
79
- readonly toggleButtonOffBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
80
- readonly rowBatchEditBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
81
- readonly formulaToken1Color: import("../../../main-umd-noStyles").ColorValue;
82
- readonly formulaToken2Color: import("../../../main-umd-noStyles").ColorValue;
83
- readonly formulaToken3Color: import("../../../main-umd-noStyles").ColorValue;
84
- readonly formulaToken4Color: import("../../../main-umd-noStyles").ColorValue;
85
- readonly formulaToken5Color: import("../../../main-umd-noStyles").ColorValue;
86
- readonly formulaToken6Color: import("../../../main-umd-noStyles").ColorValue;
87
- readonly formulaToken7Color: import("../../../main-umd-noStyles").ColorValue;
88
- readonly cellBatchEditBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
89
- readonly cellBatchEditTextColor: import("../../../main-umd-noStyles").ColorValue;
90
- readonly rowBatchEditTextColor: import("../../../main-umd-noStyles").ColorValue;
91
- readonly borderColor: import("../../../main-umd-noStyles").ColorValue;
58
+ export declare const colorSchemeDarkBlue: import("ag-stack").Part<{
59
+ readonly backgroundColor: import("ag-stack").ColorValue;
60
+ readonly cellBatchEditTextColor: import("ag-stack").ColorValue;
61
+ readonly foregroundColor: import("ag-stack").ColorValue;
62
+ readonly chromeBackgroundColor: import("ag-stack").ColorValue;
63
+ readonly rowHoverColor: import("ag-stack").ColorValue;
64
+ readonly selectedRowBackgroundColor: import("ag-stack").ColorValue;
65
+ readonly menuBackgroundColor: import("ag-stack").ColorValue;
66
+ readonly browserColorScheme: import("ag-stack").ColorSchemeValue;
67
+ readonly popupShadow: import("ag-stack").ShadowValue;
68
+ readonly cardShadow: import("ag-stack").ShadowValue;
69
+ readonly advancedFilterBuilderJoinPillColor: import("ag-stack").ColorValue;
70
+ readonly advancedFilterBuilderColumnPillColor: import("ag-stack").ColorValue;
71
+ readonly advancedFilterBuilderOptionPillColor: import("ag-stack").ColorValue;
72
+ readonly advancedFilterBuilderValuePillColor: import("ag-stack").ColorValue;
73
+ readonly filterPanelApplyButtonColor: import("ag-stack").ColorValue;
74
+ readonly columnPanelApplyButtonColor: import("ag-stack").ColorValue;
75
+ readonly findMatchColor: import("ag-stack").ColorValue;
76
+ readonly findActiveMatchColor: import("ag-stack").ColorValue;
77
+ readonly checkboxUncheckedBorderColor: import("ag-stack").ColorValue;
78
+ readonly toggleButtonOffBackgroundColor: import("ag-stack").ColorValue;
79
+ readonly rowBatchEditBackgroundColor: import("ag-stack").ColorValue;
80
+ readonly formulaToken1Color: import("ag-stack").ColorValue;
81
+ readonly formulaToken2Color: import("ag-stack").ColorValue;
82
+ readonly formulaToken3Color: import("ag-stack").ColorValue;
83
+ readonly formulaToken4Color: import("ag-stack").ColorValue;
84
+ readonly formulaToken5Color: import("ag-stack").ColorValue;
85
+ readonly formulaToken6Color: import("ag-stack").ColorValue;
86
+ readonly formulaToken7Color: import("ag-stack").ColorValue;
87
+ readonly borderColor: import("ag-stack").ColorValue;
92
88
  }>;
93
- export declare const colorSchemeVariable: import("../../../main-umd-noStyles").Part<{
94
- readonly backgroundColor: import("../../../main-umd-noStyles").ColorValue;
95
- readonly foregroundColor: import("../../../main-umd-noStyles").ColorValue;
96
- readonly borderColor: import("../../../main-umd-noStyles").ColorValue;
97
- readonly chromeBackgroundColor: import("../../../main-umd-noStyles").ColorValue;
98
- readonly browserColorScheme: import("../../../main-umd-noStyles").ColorSchemeValue;
89
+ export declare const colorSchemeVariable: import("ag-stack").Part<{
90
+ readonly backgroundColor: import("ag-stack").ColorValue;
91
+ readonly foregroundColor: import("ag-stack").ColorValue;
92
+ readonly borderColor: import("ag-stack").ColorValue;
93
+ readonly chromeBackgroundColor: import("ag-stack").ColorValue;
94
+ readonly browserColorScheme: import("ag-stack").ColorSchemeValue;
99
95
  }>;
@@ -1,2 +1,2 @@
1
- export declare const columnDropStyleBordered: import("../../../main-umd-noStyles").Part<{}>;
2
- export declare const columnDropStylePlain: import("../../../main-umd-noStyles").Part<{}>;
1
+ export declare const columnDropStyleBordered: import("ag-stack").Part<{}>;
2
+ export declare const columnDropStylePlain: import("ag-stack").Part<{}>;
@@ -1 +1 @@
1
- export declare const iconSetAlpine: import("../../../../main-umd-noStyles").Part<{}>;
1
+ export declare const iconSetAlpine: import("ag-stack").Part<{}>;
@@ -1 +1 @@
1
- export declare const iconSetBalham: import("../../../../main-umd-noStyles").Part<{}>;
1
+ export declare const iconSetBalham: import("ag-stack").Part<{}>;
@@ -1 +1 @@
1
- export declare const iconSetMaterial: import("../../../../main-umd-noStyles").Part<{}>;
1
+ export declare const iconSetMaterial: import("ag-stack").Part<{}>;
@@ -1,4 +1,4 @@
1
- import type { ColorValue, FontFamilyValue, FontWeightValue, ImageValue } from '../../../../agStack/theming/themeTypes';
1
+ import type { ColorValue, FontFamilyValue, FontWeightValue, ImageValue } from 'ag-stack';
2
2
  type IconSetOverridesImage = {
3
3
  type: 'image';
4
4
  mask?: boolean;
@@ -18,5 +18,5 @@ type IconSetOverridesFont = {
18
18
  };
19
19
  };
20
20
  type IconSetOverridesArgs = IconSetOverridesImage | IconSetOverridesFont;
21
- export declare const iconOverrides: (args: IconSetOverridesArgs) => import("../../../../main-umd-noStyles").Part<{}>;
21
+ export declare const iconOverrides: (args: IconSetOverridesArgs) => import("ag-stack").Part<{}>;
22
22
  export {};
@@ -1,4 +1,4 @@
1
- import type { Part } from '../../../../agStack/theming/part';
1
+ import type { Part } from 'ag-stack';
2
2
  export declare const iconSetQuartz: (args?: {
3
3
  strokeWidth?: number;
4
4
  }) => Part<unknown>;
@@ -1,5 +1,4 @@
1
- import type { Part } from '../../../agStack/theming/part';
2
- import type { BorderValue, ColorValue, LengthValue, ShadowValue } from '../../../agStack/theming/themeTypes';
1
+ import type { BorderValue, ColorValue, LengthValue, Part, ShadowValue } from 'ag-stack';
3
2
  export type InputStyleParams = {
4
3
  /**
5
4
  * Background color for text inputs
@@ -77,6 +76,10 @@ export type InputStyleParams = {
77
76
  * Border around buttons with attached dropdown menus (e.g. select fields)
78
77
  */
79
78
  pickerButtonBorder: BorderValue;
79
+ /**
80
+ * Corner radius of buttons with attached dropdown menus (e.g. select fields)
81
+ */
82
+ pickerButtonBorderRadius: LengthValue;
80
83
  /**
81
84
  * Border around buttons with attached dropdown menus (e.g. select fields) when focussed
82
85
  */
@@ -1,5 +1,4 @@
1
- import type { Part } from '../../../agStack/theming/part';
2
- import type { BorderValue, ColorValue, DurationValue, LengthValue } from '../../../agStack/theming/themeTypes';
1
+ import type { BorderValue, ColorValue, DurationValue, LengthValue, Part } from 'ag-stack';
3
2
  export type TabStyleParams = {
4
3
  /**
5
4
  * Background color of tabs
@@ -1,14 +1,10 @@
1
- import type { Theme } from '../../../agStack/theming/theme';
2
- import type { ColorValue } from '../../../agStack/theming/themeTypes';
1
+ import type { ColorValue, Theme } from 'ag-stack';
3
2
  import type { CoreParams } from '../../core/core-css';
4
- import type { BatchEditStyleParams } from '../batch-edit/batch-edit-styles';
5
3
  import type { ButtonStyleParams } from '../button-style/button-styles';
6
4
  import type { CheckboxStyleParams } from '../checkbox-style/checkbox-styles';
7
- import type { FormulaStyleParams } from '../formula-style/formula-styles';
8
5
  import type { InputStyleParams } from '../input-style/input-styles';
9
- import type { NoteStyleParams } from '../notes/note-styles';
10
6
  import type { TabStyleParams } from '../tab-style/tab-styles';
11
- export type ThemeDefaultParams = CoreParams & ButtonStyleParams & CheckboxStyleParams & TabStyleParams & InputStyleParams & BatchEditStyleParams & FormulaStyleParams & NoteStyleParams;
7
+ export type ThemeDefaultParams = CoreParams & ButtonStyleParams & CheckboxStyleParams & TabStyleParams & InputStyleParams;
12
8
  /**
13
9
  * Used as an entry point for collecting parameters for automated API
14
10
  * documentation generation on the website and in Theme Builder
@@ -136,7 +132,7 @@ export declare const themeBalham: Theme<ThemeDefaultParams>;
136
132
  export type StyleMaterialParams = {
137
133
  primaryColor: ColorValue;
138
134
  };
139
- export declare const styleMaterial: import("../../../main-umd-noStyles").Part<{
135
+ export declare const styleMaterial: import("ag-stack").Part<{
140
136
  primaryColor: ColorValue;
141
137
  }>;
142
138
  /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
@@ -1,9 +1,9 @@
1
- import type { IComponent } from '../agStack/interfaces/iComponent';
1
+ import type { IComponent } from 'ag-stack';
2
2
  import type { ColDef, ColGroupDef } from '../entities/colDef';
3
3
  import type { Column, ColumnGroup } from '../interfaces/iColumn';
4
4
  import type { AgGridCommon } from '../interfaces/iCommon';
5
5
  import type { IRowNode } from '../interfaces/iRowNode';
6
- export type TooltipLocation = 'advancedFilter' | 'cell' | 'cellEditor' | 'cellFormula' | 'columnToolPanelColumn' | 'columnToolPanelColumnGroup' | 'filterToolPanelColumnGroup' | 'fullWidthRow' | 'fullRowEditor' | 'header' | 'headerGroup' | 'menu' | 'pivotColumnsList' | 'rowGroupColumnsList' | 'setFilterValue' | 'valueColumnsList' | 'UNKNOWN';
6
+ export type TooltipLocation = 'advancedFilter' | 'calculatedColumnExpression' | 'cell' | 'cellEditor' | 'cellFormula' | 'columnToolPanelColumn' | 'columnToolPanelColumnGroup' | 'filterToolPanelColumnGroup' | 'fullWidthRow' | 'fullRowEditor' | 'header' | 'headerGroup' | 'menu' | 'pivotColumnsList' | 'rowGroupColumnsList' | 'setFilterValue' | 'valueColumnsList' | 'UNKNOWN';
7
7
  export interface ITooltipParams<TData = any, TValue = any, TContext = any> extends AgGridCommon<TData, TContext> {
8
8
  /** What part of the application is showing the tooltip, e.g. 'cell', 'header', 'menuItem' etc */
9
9
  location: TooltipLocation;
@@ -1,5 +1,4 @@
1
- import type { TooltipCtrl } from '../agStack/interfaces/iTooltip';
2
- import type { AgTooltipFeature } from '../agStack/tooltip/agTooltipFeature';
1
+ import type { AgTooltipFeature, TooltipCtrl } from 'ag-stack';
3
2
  import type { BeanCollection } from '../context/context';
4
3
  import type { AgColumn } from '../entities/agColumn';
5
4
  import type { AgColumnGroup } from '../entities/agColumnGroup';
@@ -6,13 +6,13 @@ import type { HeaderGroupCellCtrl } from '../headerRendering/cells/columnGroup/h
6
6
  import type { ICellEditor } from '../interfaces/iCellEditor';
7
7
  import type { CellCtrl } from '../rendering/cell/cellCtrl';
8
8
  import type { RowCtrl } from '../rendering/row/rowCtrl';
9
- import type { TooltipFeature } from './tooltipFeature';
9
+ import type { ITooltipCtrlParams, TooltipFeature } from './tooltipFeature';
10
10
  export declare class TooltipService extends BeanStub implements NamedBean {
11
11
  beanName: "tooltipSvc";
12
12
  setupHeaderTooltip(existingTooltipFeature: TooltipFeature | undefined, ctrl: HeaderCellCtrl, passedValue?: string, shouldDisplayTooltip?: () => boolean): TooltipFeature | undefined;
13
13
  setupHeaderGroupTooltip(existingTooltipFeature: TooltipFeature | undefined, ctrl: HeaderGroupCellCtrl, passedValue?: string, shouldDisplayTooltip?: () => boolean): TooltipFeature | undefined;
14
14
  enableCellTooltipFeature(ctrl: CellCtrl, value?: string, shouldDisplayTooltip?: () => boolean): TooltipFeature | undefined;
15
- setupFullWidthRowTooltip(existingTooltipFeature: TooltipFeature | undefined, ctrl: RowCtrl, value: string, shouldDisplayTooltip?: () => boolean): TooltipFeature | undefined;
15
+ setupFullWidthRowTooltip(existingTooltipFeature: TooltipFeature | undefined, ctrl: RowCtrl, getTooltipValue: () => any, shouldDisplayTooltip?: () => boolean, getAdditionalParams?: () => ITooltipCtrlParams): TooltipFeature | undefined;
16
16
  setupCellEditorTooltip(cellCtrl: CellCtrl, editor: ICellEditor): TooltipFeature | undefined;
17
17
  initCol(column: AgColumn): void;
18
18
  private createTooltipFeature;
@@ -1,5 +1,5 @@
1
- import type { IComponent } from '../agStack/interfaces/iComponent';
2
- import { BaseTooltipStateManager } from '../agStack/tooltip/baseTooltipStateManager';
1
+ import type { IComponent } from 'ag-stack';
2
+ import { BaseTooltipStateManager } from 'ag-stack';
3
3
  import type { BeanCollection } from '../context/context';
4
4
  import type { AgEventTypeParams } from '../events';
5
5
  import type { GridOptionsWithDefaults } from '../gridOptionsDefault';
@@ -1,4 +1,4 @@
1
- import type { AgElementParams } from '../agStack/utils/dom';
1
+ import type { AgElementParams } from 'ag-stack';
2
2
  import type { AgComponentSelectorType } from '../widgets/component';
3
3
  /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
4
4
  export type ElementParams = AgElementParams<AgComponentSelectorType>;
@@ -7,6 +7,7 @@ import type { Component } from '../widgets/component';
7
7
  export declare function _addFocusableContainerListener(beans: BeanCollection, comp: Component, eGui: HTMLElement): void;
8
8
  /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
9
9
  export declare function _focusGridInnerElement(beans: BeanCollection, fromBottom?: boolean): boolean;
10
+ /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
10
11
  export declare function _isHeaderFocusSuppressed(beans: BeanCollection): boolean;
11
12
  export declare function _isCellFocusSuppressed(beans: BeanCollection): boolean;
12
13
  /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
@@ -1,6 +1,6 @@
1
1
  import type { BeanCollection } from '../context/context';
2
2
  import type { AgColumn } from '../entities/agColumn';
3
- export type IconName = 'columnGroupOpened' | 'columnGroupClosed' | 'columnSelectClosed' | 'columnSelectOpen' | 'columnSelectIndeterminate' | 'accordionClosed' | 'accordionOpen' | 'accordionIndeterminate' | 'columnMovePin' | 'columnMoveHide' | 'columnMoveMove' | 'columnMoveLeft' | 'columnMoveRight' | 'columnMoveGroup' | 'columnMoveValue' | 'columnMovePivot' | 'dropNotAllowed' | 'groupContracted' | 'groupExpanded' | 'setFilterGroupClosed' | 'setFilterGroupOpen' | 'setFilterGroupIndeterminate' | 'setFilterLoading' | 'chart' | 'close' | 'cancel' | 'check' | 'first' | 'previous' | 'next' | 'last' | 'linked' | 'unlinked' | 'colorPicker' | 'groupLoading' | 'overlayLoading' | 'overlayExporting' | 'menu' | 'legacyMenu' | 'loadingMenuItems' | 'menuAlt' | 'filter' | 'filterActive' | 'filterAdd' | 'filterCardExpand' | 'filterCardCollapse' | 'filterCardEditing' | 'filterTab' | 'filtersToolPanel' | 'columns' | 'columnsToolPanel' | 'maximize' | 'minimize' | 'menuPin' | 'menuValue' | 'menuAddRowGroup' | 'menuRemoveRowGroup' | 'clipboardCopy' | 'clipboardCut' | 'clipboardPaste' | 'pivotPanel' | 'rowGroupPanel' | 'valuePanel' | 'columnDrag' | 'rowDrag' | 'rowPin' | 'rowPinTop' | 'rowPinBottom' | 'rowUnpin' | 'save' | 'csvExport' | 'excelExport' | 'smallDown' | 'selectOpen' | 'richSelectOpen' | 'richSelectRemove' | 'richSelectLoading' | 'smallLeft' | 'smallRight' | 'panelDelimiter' | 'panelDelimiterRtl' | 'subMenuOpen' | 'subMenuOpenRtl' | 'smallUp' | 'sortAscending' | 'sortDescending' | 'sortAbsoluteAscending' | 'sortAbsoluteDescending' | 'sortUnSort' | 'advancedFilterBuilder' | 'advancedFilterBuilderDrag' | 'advancedFilterBuilderInvalid' | 'advancedFilterBuilderMoveUp' | 'advancedFilterBuilderMoveDown' | 'advancedFilterBuilderAdd' | 'advancedFilterBuilderRemove' | 'advancedFilterBuilderSelectOpen' | 'chartsMenu' | 'chartsMenuEdit' | 'chartsMenuAdvancedSettings' | 'chartsMenuAdd' | 'chartsColorPicker' | 'chartsThemePrevious' | 'chartsThemeNext' | 'chartsDownload' | 'ensureColumnVisible' | 'checkboxChecked' | 'checkboxIndeterminate' | 'checkboxUnchecked' | 'radioButtonOn' | 'radioButtonOff' | 'search';
3
+ export type IconName = 'columnGroupOpened' | 'columnGroupClosed' | 'columnSelectClosed' | 'columnSelectOpen' | 'columnSelectIndeterminate' | 'accordionClosed' | 'accordionOpen' | 'accordionIndeterminate' | 'columnMovePin' | 'columnMoveHide' | 'columnMoveMove' | 'columnMoveLeft' | 'columnMoveRight' | 'columnMoveGroup' | 'columnMoveValue' | 'columnMovePivot' | 'dropNotAllowed' | 'groupContracted' | 'groupExpanded' | 'setFilterGroupClosed' | 'setFilterGroupOpen' | 'setFilterGroupIndeterminate' | 'setFilterLoading' | 'chart' | 'close' | 'cancel' | 'check' | 'first' | 'previous' | 'next' | 'last' | 'linked' | 'unlinked' | 'colorPicker' | 'groupLoading' | 'overlayLoading' | 'overlayExporting' | 'menu' | 'legacyMenu' | 'loadingMenuItems' | 'menuAlt' | 'filter' | 'filterActive' | 'filterAdd' | 'filterCardExpand' | 'filterCardCollapse' | 'filterCardEditing' | 'filterTab' | 'filtersToolPanel' | 'columns' | 'columnsToolPanel' | 'calculatedColumnAdd' | 'calculatedColumnEdit' | 'calculatedColumnRemove' | 'maximize' | 'minimize' | 'menuPin' | 'menuValue' | 'showValuesAs' | 'menuAddRowGroup' | 'menuRemoveRowGroup' | 'clipboardCopy' | 'clipboardCut' | 'clipboardPaste' | 'pivotPanel' | 'rowGroupPanel' | 'valuePanel' | 'columnDrag' | 'rowDrag' | 'rowPin' | 'rowPinTop' | 'rowPinBottom' | 'rowUnpin' | 'save' | 'csvExport' | 'excelExport' | 'smallDown' | 'selectOpen' | 'richSelectOpen' | 'richSelectRemove' | 'richSelectLoading' | 'smallLeft' | 'smallRight' | 'panelDelimiter' | 'panelDelimiterRtl' | 'subMenuOpen' | 'subMenuOpenRtl' | 'smallUp' | 'sortAscending' | 'sortDescending' | 'sortAbsoluteAscending' | 'sortAbsoluteDescending' | 'sortUnSort' | 'advancedFilterBuilder' | 'advancedFilterBuilderDrag' | 'advancedFilterBuilderInvalid' | 'advancedFilterBuilderMoveUp' | 'advancedFilterBuilderMoveDown' | 'advancedFilterBuilderAdd' | 'advancedFilterBuilderRemove' | 'advancedFilterBuilderSelectOpen' | 'chartsMenu' | 'chartsMenuEdit' | 'chartsMenuAdvancedSettings' | 'chartsMenuAdd' | 'chartsColorPicker' | 'chartsThemePrevious' | 'chartsThemeNext' | 'chartsDownload' | 'ensureColumnVisible' | 'search' | 'document' | 'calculatedColumnsHeader' | 'checkboxChecked' | 'checkboxIndeterminate' | 'checkboxUnchecked' | 'radioButtonOn' | 'radioButtonOff';
4
4
  export type Icons = {
5
5
  [key: string]: ((...args: any[]) => any) | string;
6
6
  };