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.
- package/dist/ag-grid-community.js +43054 -40943
- package/dist/ag-grid-community.min.js +829 -472
- package/dist/ag-grid-community.min.noStyle.js +36 -39
- package/dist/ag-grid-community.noStyle.js +41911 -40166
- package/dist/package/main.cjs.js +27494 -32054
- package/dist/package/main.cjs.min.js +27 -44
- package/dist/package/main.esm.min.mjs +27 -44
- package/dist/package/main.esm.mjs +30454 -34846
- package/dist/package/package.json +3 -2
- package/dist/package.json +3 -2
- package/dist/types/package.json +3 -2
- package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractField.d.ts +1 -6
- package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractInputField.d.ts +1 -4
- package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractLabel.d.ts +2 -7
- package/dist/types/src/{agStack/widgets → agWidgets}/agCheckbox.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agContentEditableField.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agFieldParams.d.ts +1 -1
- package/dist/types/src/agWidgets/agFieldSet.d.ts +19 -0
- package/dist/types/src/{agStack/widgets → agWidgets}/agInputDateField.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agInputNumberField.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agInputTextArea.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agInputTextField.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agList.d.ts +2 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agListItem.d.ts +2 -7
- package/dist/types/src/{agStack/widgets → agWidgets}/agPickerField.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agPickerFieldParams.d.ts +1 -2
- package/dist/types/src/{agStack/widgets → agWidgets}/agRadioButton.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agSelect.d.ts +1 -5
- package/dist/types/src/{agStack/widgets → agWidgets}/agToggleButton.d.ts +1 -5
- package/dist/types/src/agWidgets/agWidgetSelectorType.d.ts +2 -0
- package/dist/types/src/alignedGrids/alignedGridsService.d.ts +1 -1
- package/dist/types/src/api/coreApi.d.ts +1 -0
- package/dist/types/src/api/gridApi.d.ts +5 -3
- package/dist/types/src/autoGenerateColumns/autoGenerateColumnsModule.d.ts +6 -0
- package/dist/types/src/autoGenerateColumns/autoGenerateColumnsService.d.ts +7 -0
- package/dist/types/src/columnMove/columnDrag/bodyDropPivotTarget.d.ts +3 -3
- package/dist/types/src/columnMove/columnDrag/bodyDropTarget.d.ts +8 -5
- package/dist/types/src/columnMove/columnDrag/moveColumnFeature.d.ts +0 -1
- package/dist/types/src/columnMove/columnMoveService.d.ts +2 -2
- package/dist/types/src/columnMove/columnMoveUtils.d.ts +2 -0
- package/dist/types/src/columnMove/internalColumnMoveUtils.d.ts +4 -4
- package/dist/types/src/columnResize/columnResizeService.d.ts +2 -3
- package/dist/types/src/columnResize/groupResizeFeature.d.ts +1 -3
- package/dist/types/src/columnResize/resizeFeature.d.ts +1 -3
- package/dist/types/src/columns/baseSingleColService.d.ts +23 -0
- package/dist/types/src/columns/buildColumnTree.d.ts +42 -0
- package/dist/types/src/columns/calculatedColumnUtils.d.ts +8 -0
- package/dist/types/src/columns/colDefUtils.d.ts +9 -0
- package/dist/types/src/columns/colsApplyPrevOrder.d.ts +2 -0
- package/dist/types/src/columns/columnApi.d.ts +2 -3
- package/dist/types/src/columns/columnDefFactory.d.ts +4 -8
- package/dist/types/src/columns/columnEventUtils.d.ts +4 -1
- package/dist/types/src/columns/columnFlexService.d.ts +1 -1
- package/dist/types/src/columns/columnGroups/colWrapperCache.d.ts +16 -0
- package/dist/types/src/columns/columnGroups/columnGroupService.d.ts +14 -41
- package/dist/types/src/columns/columnGroups/columnGroupState.d.ts +13 -0
- package/dist/types/src/columns/columnModel.d.ts +105 -59
- package/dist/types/src/columns/columnNameService.d.ts +1 -1
- package/dist/types/src/columns/columnStateUtils.d.ts +54 -13
- package/dist/types/src/columns/columnUtils.d.ts +20 -25
- package/dist/types/src/columns/dataTypeService.d.ts +3 -1
- package/dist/types/src/columns/groupInstanceIdCreator.d.ts +1 -2
- package/dist/types/src/columns/selectionColService.d.ts +7 -28
- package/dist/types/src/columns/visibleColsService.d.ts +51 -25
- package/dist/types/src/components/framework/frameworkComponentWrapper.d.ts +1 -1
- package/dist/types/src/components/framework/registry.d.ts +2 -3
- package/dist/types/src/components/framework/userCompUtils.d.ts +5 -5
- package/dist/types/src/components/framework/userComponentFactory.d.ts +1 -1
- package/dist/types/src/context/bean.d.ts +1 -1
- package/dist/types/src/context/beanStub.d.ts +5 -3
- package/dist/types/src/context/context.d.ts +14 -13
- package/dist/types/src/context/gridBeanComparator.d.ts +1 -1
- package/dist/types/src/csvExport/csvExportModule.d.ts +1 -1
- package/dist/types/src/ctrlsService.d.ts +8 -22
- package/dist/types/src/dragAndDrop/dragAndDropImageComponent.d.ts +1 -3
- package/dist/types/src/dragAndDrop/dragAndDropService.d.ts +2 -4
- package/dist/types/src/dragAndDrop/dragModule.d.ts +1 -1
- package/dist/types/src/dragAndDrop/dragService.d.ts +1 -1
- package/dist/types/src/dragAndDrop/horizontalResizeService.d.ts +2 -0
- package/dist/types/src/dragAndDrop/rowDragComp.d.ts +1 -1
- package/dist/types/src/dragAndDrop/rowDragTypes.d.ts +1 -2
- package/dist/types/src/edit/cellEditors/agAbstractCellEditor.d.ts +2 -2
- package/dist/types/src/edit/cellEditors/popupEditorWrapper.d.ts +1 -1
- package/dist/types/src/edit/editService.d.ts +2 -0
- package/dist/types/src/edit/strategy/fullRowEditStrategy.d.ts +2 -1
- package/dist/types/src/edit/strategy/singleCellEditStrategy.d.ts +2 -1
- package/dist/types/src/entities/agColumn.d.ts +117 -58
- package/dist/types/src/entities/agColumnGroup.d.ts +24 -16
- package/dist/types/src/entities/agProvidedColumnGroup.d.ts +20 -19
- package/dist/types/src/entities/colDef-showValuesAs.d.ts +228 -0
- package/dist/types/src/entities/colDef.d.ts +68 -6
- package/dist/types/src/entities/gridOptions.d.ts +93 -8
- package/dist/types/src/entities/rowNode.d.ts +7 -3
- package/dist/types/src/environment.d.ts +2 -4
- package/dist/types/src/eventService.d.ts +1 -1
- package/dist/types/src/eventTypes.d.ts +4 -4
- package/dist/types/src/events.d.ts +48 -3
- package/dist/types/src/export/baseGridSerializingSession.d.ts +4 -2
- package/dist/types/src/export/iGridSerializer.d.ts +4 -2
- package/dist/types/src/filter/columnFilterService.d.ts +2 -2
- package/dist/types/src/filter/columnFilterUtils.d.ts +1 -1
- package/dist/types/src/filter/filterButtonComp.d.ts +1 -1
- package/dist/types/src/filter/filterComp.d.ts +1 -1
- package/dist/types/src/filter/filterDataTypeUtils.d.ts +1 -1
- package/dist/types/src/filter/filterLocaleText.d.ts +1 -1
- package/dist/types/src/filter/filterManager.d.ts +2 -1
- package/dist/types/src/filter/filterWrapperComp.d.ts +1 -1
- package/dist/types/src/filter/floating/floatingFilter.d.ts +1 -1
- package/dist/types/src/filter/floating/provided/floatingFilterTextInputService.d.ts +2 -2
- package/dist/types/src/filter/provided/date/iDateFilter.d.ts +1 -0
- package/dist/types/src/filter/provided/providedFilter.d.ts +1 -1
- package/dist/types/src/filter/provided/providedFilterUtils.d.ts +1 -1
- package/dist/types/src/filter/provided/simpleFilter.d.ts +1 -1
- package/dist/types/src/grid.d.ts +11 -12
- package/dist/types/src/gridBodyComp/fakeHScrollComp.d.ts +3 -4
- package/dist/types/src/gridBodyComp/fakeVScrollComp.d.ts +4 -0
- package/dist/types/src/gridBodyComp/gridBodyComp.d.ts +11 -5
- package/dist/types/src/gridBodyComp/gridBodyCtrl.d.ts +45 -34
- package/dist/types/src/gridBodyComp/gridBodyScrollFeature.d.ts +6 -5
- package/dist/types/src/gridBodyComp/rowContainer/rowContainerComp.d.ts +22 -0
- package/dist/types/src/gridBodyComp/rowContainer/rowContainerCtrl.d.ts +9 -33
- package/dist/types/src/gridBodyComp/scrollVisibleService.d.ts +13 -8
- package/dist/types/src/gridBodyComp/viewportSizeFeature.d.ts +7 -2
- package/dist/types/src/gridComp/gridCtrl.d.ts +3 -5
- package/dist/types/src/gridOptionsDefault.d.ts +1 -0
- package/dist/types/src/gridOptionsService.d.ts +1 -1
- package/dist/types/src/headerRendering/cells/abstractCell/abstractHeaderCellCtrl.d.ts +1 -1
- package/dist/types/src/headerRendering/cells/column/{headerComp.d.ts → agColumnHeader.d.ts} +5 -1
- package/dist/types/src/headerRendering/cells/column/headerCellCtrl.d.ts +5 -2
- package/dist/types/src/headerRendering/cells/columnGroup/{headerGroupComp.d.ts → agColumnGroupHeader.d.ts} +2 -2
- package/dist/types/src/headerRendering/cells/columnGroup/groupStickyLabelFeature.d.ts +1 -0
- package/dist/types/src/headerRendering/cells/columnGroup/headerGroupCellCtrl.d.ts +5 -1
- package/dist/types/src/headerRendering/cells/cssClassApplier.d.ts +5 -3
- package/dist/types/src/headerRendering/cells/floatingFilter/headerFilterCellCtrl.d.ts +3 -1
- package/dist/types/src/headerRendering/cells/floatingFilter/iHeaderFilterCellComp.d.ts +1 -1
- package/dist/types/src/headerRendering/gridHeaderComp.d.ts +10 -2
- package/dist/types/src/headerRendering/gridHeaderCtrl.d.ts +4 -2
- package/dist/types/src/headerRendering/headerUtils.d.ts +34 -0
- package/dist/types/src/headerRendering/row/headerRowComp.d.ts +9 -0
- package/dist/types/src/headerRendering/row/headerRowCtrl.d.ts +4 -4
- package/dist/types/src/headerRendering/rowContainer/headerRowContainerCtrl.d.ts +3 -11
- package/dist/types/src/headerRendering/rowContainer/headerRowsComp.d.ts +12 -0
- package/dist/types/src/interfaces/IRangeService.d.ts +1 -1
- package/dist/types/src/interfaces/dateComponent.d.ts +1 -1
- package/dist/types/src/interfaces/exportParams.d.ts +11 -5
- package/dist/types/src/interfaces/formulas.d.ts +3 -2
- package/dist/types/src/interfaces/gridState.d.ts +7 -3
- package/dist/types/src/interfaces/iAdvancedFilterCtrl.d.ts +2 -1
- package/dist/types/src/interfaces/iAutoColService.d.ts +12 -0
- package/dist/types/src/interfaces/iCalculatedColumns.d.ts +61 -0
- package/dist/types/src/interfaces/iCellEditor.d.ts +1 -1
- package/dist/types/src/interfaces/iCellEditorRenderer.d.ts +1 -1
- package/dist/types/src/interfaces/iCellStyleFeature.d.ts +1 -1
- package/dist/types/src/interfaces/iColsService.d.ts +36 -42
- package/dist/types/src/interfaces/iColumn.d.ts +18 -3
- package/dist/types/src/interfaces/iColumnStateUpdateStrategy.d.ts +4 -3
- package/dist/types/src/interfaces/iContextMenu.d.ts +1 -1
- package/dist/types/src/interfaces/iEditService.d.ts +4 -4
- package/dist/types/src/interfaces/iEventService.d.ts +1 -1
- package/dist/types/src/interfaces/iFileProcessor.d.ts +9 -0
- package/dist/types/src/interfaces/iFilter.d.ts +1 -2
- package/dist/types/src/interfaces/iFooterService.d.ts +2 -1
- package/dist/types/src/interfaces/iFrameworkOverrides.d.ts +1 -2
- package/dist/types/src/interfaces/iGridSection.d.ts +8 -0
- package/dist/types/src/interfaces/iGroupHierarchyColService.d.ts +9 -19
- package/dist/types/src/interfaces/iHeader.d.ts +2 -2
- package/dist/types/src/interfaces/iLoadingCellRenderer.d.ts +1 -1
- package/dist/types/src/interfaces/iModule.d.ts +4 -5
- package/dist/types/src/interfaces/iMultiFilter.d.ts +1 -1
- package/dist/types/src/interfaces/iNewFiltersToolPanel.d.ts +4 -8
- package/dist/types/src/interfaces/iPinnedSectionCompHost.d.ts +5 -0
- package/dist/types/src/interfaces/iPivotResultColsService.d.ts +27 -7
- package/dist/types/src/interfaces/iRichCellEditorParams.d.ts +1 -1
- package/dist/types/src/interfaces/iRowNode.d.ts +6 -3
- package/dist/types/src/interfaces/iRowNodeStage.d.ts +7 -0
- package/dist/types/src/interfaces/iRowStyleFeature.d.ts +1 -1
- package/dist/types/src/interfaces/iSelectionService.d.ts +3 -3
- package/dist/types/src/interfaces/iSetFilter.d.ts +1 -1
- package/dist/types/src/interfaces/iShowRowGroupColsService.d.ts +4 -1
- package/dist/types/src/interfaces/iShowValuesAsService.d.ts +48 -0
- package/dist/types/src/interfaces/iSort.d.ts +10 -0
- package/dist/types/src/interfaces/iSortModelItem.d.ts +1 -1
- package/dist/types/src/interfaces/iSortOption.d.ts +10 -1
- package/dist/types/src/interfaces/iStatusPanel.d.ts +1 -1
- package/dist/types/src/interfaces/iToolPanel.d.ts +1 -1
- package/dist/types/src/interfaces/iToolbar.d.ts +1 -1
- package/dist/types/src/interfaces/iUserCompDetails.d.ts +1 -2
- package/dist/types/src/interfaces/menuItem.d.ts +2 -2
- package/dist/types/src/interfaces/rowNumbers.d.ts +6 -4
- package/dist/types/src/main-internal.d.ts +54 -118
- package/dist/types/src/main.d.ts +34 -35
- package/dist/types/src/misc/iconService.d.ts +1 -1
- package/dist/types/src/misc/locale/localeService.d.ts +1 -1
- package/dist/types/src/misc/state/stateService.d.ts +6 -2
- package/dist/types/src/misc/touchService.d.ts +5 -5
- package/dist/types/src/modules/moduleRegistry.d.ts +1 -3
- package/dist/types/src/pagination/pageSizeSelectorComp.d.ts +4 -1
- package/dist/types/src/pagination/pageSummaryComp.d.ts +7 -2
- package/dist/types/src/pagination/paginationAutoPageSizeService.d.ts +1 -1
- package/dist/types/src/pagination/paginationService.d.ts +5 -1
- package/dist/types/src/pagination/paginationUtils.d.ts +1 -1
- package/dist/types/src/pinnedColumns/pinnedColumnService.d.ts +2 -3
- package/dist/types/src/pinnedRowModel/manualPinnedRowUtils.d.ts +1 -0
- package/dist/types/src/publicEventHandlersMap.d.ts +1 -1
- package/dist/types/src/rendering/ariaAnnouncementService.d.ts +1 -1
- package/dist/types/src/rendering/autoWidthCalculator.d.ts +1 -1
- package/dist/types/src/rendering/cell/cellCtrl.d.ts +7 -2
- package/dist/types/src/rendering/cell/cellPositionFeature.d.ts +1 -1
- package/dist/types/src/rendering/cellRenderers/iCellRenderer.d.ts +1 -1
- package/dist/types/src/rendering/features/horizontalPositionUtils.d.ts +21 -0
- package/dist/types/src/rendering/features/positionableFeature.d.ts +1 -1
- package/dist/types/src/rendering/features/setLeftFeature.d.ts +2 -4
- package/dist/types/src/rendering/overlays/fileInputOverlayComponent.d.ts +25 -0
- package/dist/types/src/rendering/overlays/fileInputOverlayModule.d.ts +6 -0
- package/dist/types/src/rendering/overlays/overlayComponent.d.ts +13 -3
- package/dist/types/src/rendering/overlays/overlayWrapperComponent.d.ts +1 -1
- package/dist/types/src/rendering/row/fullWidthRowFeature.d.ts +70 -0
- package/dist/types/src/rendering/row/iRowModeFeature.d.ts +48 -0
- package/dist/types/src/rendering/row/normalRowFeature.d.ts +37 -0
- package/dist/types/src/rendering/row/rowAutoHeightService.d.ts +1 -2
- package/dist/types/src/rendering/row/rowComp.d.ts +16 -0
- package/dist/types/src/rendering/row/rowCtrl.d.ts +75 -66
- package/dist/types/src/rendering/rowContainerHeightService.d.ts +2 -0
- package/dist/types/src/rendering/rowRenderer.d.ts +6 -5
- package/dist/types/src/rendering/spanning/rowSpanCache.d.ts +5 -5
- package/dist/types/src/rendering/spanning/rowSpanService.d.ts +15 -19
- package/dist/types/src/rendering/spanning/spannedRowCtrl.d.ts +3 -4
- package/dist/types/src/rendering/spanning/spannedRowRenderer.d.ts +3 -2
- package/dist/types/src/selection/baseSelectionService.d.ts +3 -3
- package/dist/types/src/selection/selectionService.d.ts +1 -1
- package/dist/types/src/sort/rowNodeSorter.d.ts +5 -12
- package/dist/types/src/sort/sortIndicatorComp.d.ts +1 -1
- package/dist/types/src/sort/sortOptionUtils.d.ts +9 -0
- package/dist/types/src/sort/sortService.d.ts +25 -22
- package/dist/types/src/styling/calculatedColumnCss.d.ts +5 -0
- package/dist/types/src/testing/testIdUtils.d.ts +3 -3
- package/dist/types/src/theming/core/core-css.d.ts +150 -3
- package/dist/types/src/theming/createTheme.d.ts +2 -7
- package/dist/types/src/theming/parts/button-style/button-styles.d.ts +1 -2
- package/dist/types/src/theming/parts/checkbox-style/checkbox-styles.d.ts +1 -2
- package/dist/types/src/theming/parts/color-scheme/color-schemes.d.ts +88 -92
- package/dist/types/src/theming/parts/column-drop-style/column-drop-styles.d.ts +2 -2
- package/dist/types/src/theming/parts/icon-set/alpine/icon-set-alpine.d.ts +1 -1
- package/dist/types/src/theming/parts/icon-set/balham/icon-set-balham.d.ts +1 -1
- package/dist/types/src/theming/parts/icon-set/material/icon-set-material.d.ts +1 -1
- package/dist/types/src/theming/parts/icon-set/overrides/icon-overrides.d.ts +2 -2
- package/dist/types/src/theming/parts/icon-set/quartz/icon-set-quartz.d.ts +1 -1
- package/dist/types/src/theming/parts/input-style/input-styles.d.ts +5 -2
- package/dist/types/src/theming/parts/tab-style/tab-styles.d.ts +1 -2
- package/dist/types/src/theming/parts/theme/themes.d.ts +3 -7
- package/dist/types/src/tooltip/tooltipComponent.d.ts +2 -2
- package/dist/types/src/tooltip/tooltipFeature.d.ts +1 -2
- package/dist/types/src/tooltip/tooltipService.d.ts +2 -2
- package/dist/types/src/tooltip/tooltipStateManager.d.ts +2 -2
- package/dist/types/src/utils/element.d.ts +1 -1
- package/dist/types/src/utils/gridFocus.d.ts +1 -0
- package/dist/types/src/utils/icon.d.ts +1 -1
- package/dist/types/src/utils/mergeDeep.d.ts +10 -2
- package/dist/types/src/utils/number.d.ts +10 -1
- package/dist/types/src/utils/value.d.ts +7 -0
- package/dist/types/src/validation/errorMessages/errorText.d.ts +20 -75
- package/dist/types/src/validation/rules/iconValidations.d.ts +1 -1
- package/dist/types/src/validation/validationModule.d.ts +24 -0
- package/dist/types/src/validation/validationService.d.ts +1 -1
- package/dist/types/src/valueService/cellApi.d.ts +9 -4
- package/dist/types/src/valueService/valueService.d.ts +45 -13
- package/dist/types/src/vanillaFrameworkOverrides.d.ts +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/dist/types/src/widgets/component.d.ts +4 -4
- package/dist/types/src/widgets/gridWidgetTypes.d.ts +12 -9
- package/dist/types/src/widgets/managedFocusFeature.d.ts +2 -2
- package/dist/types/src/widgets/popupService.d.ts +2 -2
- package/dist/types/src/widgets/tabGuard.d.ts +2 -3
- package/dist/types/src/widgets/tabGuardComp.d.ts +2 -2
- package/dist/types/src/widgets/touchListener.d.ts +3 -2
- package/package.json +3 -2
- package/styles/_css-content.scss +1506 -756
- package/styles/_icon-font-codes.scss +3 -0
- package/styles/ag-grid-no-native-widgets.css +713 -323
- package/styles/ag-grid-no-native-widgets.min.css +8 -5
- package/styles/ag-grid.css +713 -323
- package/styles/ag-grid.min.css +8 -5
- package/styles/ag-theme-alpine-no-font.css +8 -14
- package/styles/ag-theme-alpine-no-font.min.css +2 -2
- package/styles/ag-theme-alpine.css +9 -15
- package/styles/ag-theme-alpine.min.css +2 -2
- package/styles/ag-theme-balham-no-font.css +4 -3
- package/styles/ag-theme-balham-no-font.min.css +2 -2
- package/styles/ag-theme-balham.css +5 -4
- package/styles/ag-theme-balham.min.css +2 -2
- package/styles/ag-theme-material-no-font.css +10 -11
- package/styles/ag-theme-material-no-font.min.css +2 -2
- package/styles/ag-theme-material.css +11 -12
- package/styles/ag-theme-material.min.css +2 -2
- package/styles/ag-theme-quartz-no-font.css +13 -22
- package/styles/ag-theme-quartz-no-font.min.css +2 -2
- package/styles/ag-theme-quartz.css +14 -23
- package/styles/ag-theme-quartz.min.css +3 -3
- package/styles/agGridAlpineFont.css +1 -1
- package/styles/agGridAlpineFont.min.css +1 -1
- package/styles/agGridBalhamFont.css +1 -1
- package/styles/agGridBalhamFont.min.css +1 -1
- package/styles/agGridClassicFont.css +1 -1
- package/styles/agGridClassicFont.min.css +1 -1
- package/styles/agGridMaterialFont.css +1 -1
- package/styles/agGridMaterialFont.min.css +1 -1
- package/styles/agGridQuartzFont.css +1 -1
- package/styles/agGridQuartzFont.min.css +1 -1
- package/dist/types/src/agStack/constants/direction.d.ts +0 -8
- package/dist/types/src/agStack/constants/keyCode.d.ts +0 -25
- package/dist/types/src/agStack/core/agBeanStub.d.ts +0 -87
- package/dist/types/src/agStack/core/agComponentStub.d.ts +0 -59
- package/dist/types/src/agStack/core/agContext.d.ts +0 -54
- package/dist/types/src/agStack/core/baseAriaAnnouncementService.d.ts +0 -21
- package/dist/types/src/agStack/core/baseDragAndDropService.d.ts +0 -54
- package/dist/types/src/agStack/core/baseDragService.d.ts +0 -39
- package/dist/types/src/agStack/core/baseEnvironment.d.ts +0 -58
- package/dist/types/src/agStack/core/baseRegistry.d.ts +0 -15
- package/dist/types/src/agStack/events/baseEventService.d.ts +0 -18
- package/dist/types/src/agStack/events/localEventService.d.ts +0 -27
- package/dist/types/src/agStack/events/pointerCapture.d.ts +0 -7
- package/dist/types/src/agStack/focus/agManagedFocusFeature.d.ts +0 -28
- package/dist/types/src/agStack/focus/agTabGuardComp.d.ts +0 -16
- package/dist/types/src/agStack/focus/agTabGuardFeature.d.ts +0 -55
- package/dist/types/src/agStack/focus/tabGuardCtrl.d.ts +0 -69
- package/dist/types/src/agStack/interfaces/agBaseBean.d.ts +0 -12
- package/dist/types/src/agStack/interfaces/agBean.d.ts +0 -35
- package/dist/types/src/agStack/interfaces/agComponent.d.ts +0 -54
- package/dist/types/src/agStack/interfaces/agCoreBean.d.ts +0 -23
- package/dist/types/src/agStack/interfaces/agCoreBeanCollection.d.ts +0 -39
- package/dist/types/src/agStack/interfaces/agEvent.d.ts +0 -4
- package/dist/types/src/agStack/interfaces/agFrameworkOverrides.d.ts +0 -21
- package/dist/types/src/agStack/interfaces/baseEvents.d.ts +0 -50
- package/dist/types/src/agStack/interfaces/baseProperties.d.ts +0 -25
- package/dist/types/src/agStack/interfaces/iAfterGuiAttachedParams.d.ts +0 -12
- package/dist/types/src/agStack/interfaces/iAriaAnnouncementService.d.ts +0 -5
- package/dist/types/src/agStack/interfaces/iComponent.d.ts +0 -10
- package/dist/types/src/agStack/interfaces/iContext.d.ts +0 -16
- package/dist/types/src/agStack/interfaces/iDrag.d.ts +0 -30
- package/dist/types/src/agStack/interfaces/iDragAndDrop.d.ts +0 -99
- package/dist/types/src/agStack/interfaces/iEnvironment.d.ts +0 -6
- package/dist/types/src/agStack/interfaces/iEvent.d.ts +0 -20
- package/dist/types/src/agStack/interfaces/iEventEmitter.d.ts +0 -14
- package/dist/types/src/agStack/interfaces/iIcon.d.ts +0 -2
- package/dist/types/src/agStack/interfaces/iIconService.d.ts +0 -5
- package/dist/types/src/agStack/interfaces/iLocaleService.d.ts +0 -7
- package/dist/types/src/agStack/interfaces/iPopup.d.ts +0 -63
- package/dist/types/src/agStack/interfaces/iPopupComponent.d.ts +0 -11
- package/dist/types/src/agStack/interfaces/iPopupService.d.ts +0 -19
- package/dist/types/src/agStack/interfaces/iProperties.d.ts +0 -42
- package/dist/types/src/agStack/interfaces/iRegistry.d.ts +0 -5
- package/dist/types/src/agStack/interfaces/iTooltip.d.ts +0 -20
- package/dist/types/src/agStack/popup/agPopupComponent.d.ts +0 -13
- package/dist/types/src/agStack/popup/basePopupService.d.ts +0 -60
- package/dist/types/src/agStack/popup/popupPositionUtils.d.ts +0 -71
- package/dist/types/src/agStack/rendering/agPositionableFeature.d.ts +0 -101
- package/dist/types/src/agStack/rendering/autoScrollService.d.ts +0 -38
- package/dist/types/src/agStack/rendering/cssClassManager.d.ts +0 -7
- package/dist/types/src/agStack/theming/inject.d.ts +0 -26
- package/dist/types/src/agStack/theming/part.d.ts +0 -9
- package/dist/types/src/agStack/theming/partImpl.d.ts +0 -56
- package/dist/types/src/agStack/theming/shared/shared-css.d.ts +0 -282
- package/dist/types/src/agStack/theming/theme.d.ts +0 -23
- package/dist/types/src/agStack/theming/themeImpl.d.ts +0 -46
- package/dist/types/src/agStack/theming/themeLogger.d.ts +0 -24
- package/dist/types/src/agStack/theming/themeTypeUtils.d.ts +0 -18
- package/dist/types/src/agStack/theming/themeTypes.d.ts +0 -209
- package/dist/types/src/agStack/theming/themeUtils.d.ts +0 -13
- package/dist/types/src/agStack/tooltip/agHighlightTooltipFeature.d.ts +0 -24
- package/dist/types/src/agStack/tooltip/agTooltipComponent.d.ts +0 -12
- package/dist/types/src/agStack/tooltip/agTooltipFeature.d.ts +0 -31
- package/dist/types/src/agStack/tooltip/baseTooltipStateManager.d.ts +0 -81
- package/dist/types/src/agStack/utils/aria.d.ts +0 -79
- package/dist/types/src/agStack/utils/array.d.ts +0 -32
- package/dist/types/src/agStack/utils/bigInt.d.ts +0 -2
- package/dist/types/src/agStack/utils/browser.d.ts +0 -11
- package/dist/types/src/agStack/utils/date.d.ts +0 -40
- package/dist/types/src/agStack/utils/document.d.ts +0 -15
- package/dist/types/src/agStack/utils/dom.d.ts +0 -141
- package/dist/types/src/agStack/utils/download.d.ts +0 -2
- package/dist/types/src/agStack/utils/event.d.ts +0 -34
- package/dist/types/src/agStack/utils/focus.d.ts +0 -12
- package/dist/types/src/agStack/utils/function.d.ts +0 -37
- package/dist/types/src/agStack/utils/fuzzyMatch.d.ts +0 -22
- package/dist/types/src/agStack/utils/generic.d.ts +0 -18
- package/dist/types/src/agStack/utils/keyboard.d.ts +0 -2
- package/dist/types/src/agStack/utils/locale.d.ts +0 -17
- package/dist/types/src/agStack/utils/promise.d.ts +0 -16
- package/dist/types/src/agStack/utils/string.d.ts +0 -17
- package/dist/types/src/agStack/utils/value.d.ts +0 -6
- package/dist/types/src/agStack/widgets/agWidgetSelectorType.d.ts +0 -2
- package/dist/types/src/columns/baseColsService.d.ts +0 -52
- package/dist/types/src/columns/columnFactoryUtils.d.ts +0 -28
- package/dist/types/src/columns/columnGroups/columnGroupUtils.d.ts +0 -3
- package/dist/types/src/columns/columnKeyCreator.d.ts +0 -9
- package/dist/types/src/gridBodyComp/scrollbarVisibilityHelper.d.ts +0 -2
- package/dist/types/src/headerRendering/rowContainer/headerRowContainerComp.d.ts +0 -15
- package/dist/types/src/interfaces/iColumnCollectionService.d.ts +0 -15
- package/dist/types/src/theming/parts/batch-edit/batch-edit-styles.d.ts +0 -22
- package/dist/types/src/theming/parts/formula-style/formula-styles.d.ts +0 -89
- package/dist/types/src/theming/parts/notes/note-styles.d.ts +0 -37
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { SharedThemeParams } from '
|
|
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.
|
|
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 '
|
|
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
|
|
8
|
+
export declare const createTheme: () => Theme<CoreParams>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { Part } from '
|
|
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 '
|
|
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("
|
|
2
|
-
readonly backgroundColor: import("
|
|
3
|
-
readonly foregroundColor: import("
|
|
4
|
-
readonly borderColor: import("
|
|
5
|
-
readonly chromeBackgroundColor: import("
|
|
6
|
-
readonly browserColorScheme: import("
|
|
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("
|
|
9
|
-
foregroundColor: import("
|
|
10
|
-
borderColor: import("
|
|
11
|
-
chromeBackgroundColor: import("
|
|
12
|
-
backgroundColor: import("
|
|
13
|
-
browserColorScheme: import("
|
|
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("
|
|
16
|
-
foregroundColor: import("
|
|
17
|
-
chromeBackgroundColor: import("
|
|
18
|
-
backgroundColor: import("
|
|
19
|
-
borderColor: import("
|
|
20
|
-
browserColorScheme: import("
|
|
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("
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
readonly
|
|
51
|
-
readonly
|
|
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("
|
|
56
|
-
backgroundColor: import("
|
|
57
|
-
foregroundColor: import("
|
|
58
|
-
browserColorScheme: import("
|
|
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("
|
|
61
|
-
readonly backgroundColor: import("
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
readonly
|
|
69
|
-
readonly
|
|
70
|
-
readonly
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
78
|
-
readonly
|
|
79
|
-
readonly
|
|
80
|
-
readonly
|
|
81
|
-
readonly
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
readonly
|
|
85
|
-
readonly
|
|
86
|
-
readonly
|
|
87
|
-
readonly
|
|
88
|
-
readonly
|
|
89
|
-
readonly
|
|
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("
|
|
94
|
-
readonly backgroundColor: import("
|
|
95
|
-
readonly foregroundColor: import("
|
|
96
|
-
readonly borderColor: import("
|
|
97
|
-
readonly chromeBackgroundColor: import("
|
|
98
|
-
readonly browserColorScheme: import("
|
|
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("
|
|
2
|
-
export declare const columnDropStylePlain: import("
|
|
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("
|
|
1
|
+
export declare const iconSetAlpine: import("ag-stack").Part<{}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const iconSetBalham: import("
|
|
1
|
+
export declare const iconSetBalham: import("ag-stack").Part<{}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const iconSetMaterial: import("
|
|
1
|
+
export declare const iconSetMaterial: import("ag-stack").Part<{}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ColorValue, FontFamilyValue, FontWeightValue, ImageValue } from '
|
|
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("
|
|
21
|
+
export declare const iconOverrides: (args: IconSetOverridesArgs) => import("ag-stack").Part<{}>;
|
|
22
22
|
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { Part } from '
|
|
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 '
|
|
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 '
|
|
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
|
|
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("
|
|
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 '
|
|
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 '
|
|
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,
|
|
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 '
|
|
2
|
-
import { BaseTooltipStateManager } from '
|
|
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 '
|
|
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'
|
|
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
|
};
|