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,39 +0,0 @@
|
|
|
1
|
-
import type { AgFrameworkOverrides } from './agFrameworkOverrides';
|
|
2
|
-
import type { BaseEvents } from './baseEvents';
|
|
3
|
-
import type { BaseProperties } from './baseProperties';
|
|
4
|
-
import type { IAriaAnnouncementService } from './iAriaAnnouncementService';
|
|
5
|
-
import type { IContext } from './iContext';
|
|
6
|
-
import type { IDragService } from './iDrag';
|
|
7
|
-
import type { IDragAndDropService } from './iDragAndDrop';
|
|
8
|
-
import type { IEnvironment } from './iEnvironment';
|
|
9
|
-
import type { AgEventService } from './iEvent';
|
|
10
|
-
import type { IIconService } from './iIconService';
|
|
11
|
-
import type { ILocaleService } from './iLocaleService';
|
|
12
|
-
import type { IPopupService } from './iPopupService';
|
|
13
|
-
import type { IPropertiesService } from './iProperties';
|
|
14
|
-
import type { IRegistry } from './iRegistry';
|
|
15
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
16
|
-
export interface AgCoreBeanCollection<TProperties extends BaseProperties, TGlobalEvents extends BaseEvents, TCommon, TPropertiesService extends IPropertiesService<TProperties, TCommon>> extends UtilBeanCollection {
|
|
17
|
-
context: IContext<this>;
|
|
18
|
-
eventSvc: AgEventService<TGlobalEvents, TCommon>;
|
|
19
|
-
frameworkOverrides: AgFrameworkOverrides;
|
|
20
|
-
gos: TPropertiesService;
|
|
21
|
-
localeSvc?: ILocaleService;
|
|
22
|
-
environment: IEnvironment;
|
|
23
|
-
eRootDiv: HTMLElement;
|
|
24
|
-
popupSvc?: IPopupService<any>;
|
|
25
|
-
registry: IRegistry<this, 'tooltipFeature' | 'highlightTooltipFeature' | 'tooltipStateManager'>;
|
|
26
|
-
iconSvc: IIconService<string, any>;
|
|
27
|
-
dragSvc?: IDragService;
|
|
28
|
-
dragAndDrop?: IDragAndDropService<any, any, any, any, any>;
|
|
29
|
-
agChartsExports?: unknown;
|
|
30
|
-
ariaAnnounce: IAriaAnnouncementService;
|
|
31
|
-
}
|
|
32
|
-
/** This is a cut down version to simplify typing for util functions that don't need/want all the generics */
|
|
33
|
-
export interface UtilBeanCollection {
|
|
34
|
-
eRootDiv: HTMLElement;
|
|
35
|
-
gos: {
|
|
36
|
-
get<K extends keyof BaseProperties>(prop: K): BaseProperties[K];
|
|
37
|
-
isElementInThisInstance(element: HTMLElement): boolean;
|
|
38
|
-
};
|
|
39
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export type FrameworkOverridesIncomingSource = 'resize-observer' | 'ensureVisible' | 'popupPositioning';
|
|
3
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
4
|
-
export interface AgFrameworkOverrides {
|
|
5
|
-
/**
|
|
6
|
-
* This method is to cater for Angular's change detection.
|
|
7
|
-
* Angular uses Zones, we want to run internal AG Grid outside of Zone JS so that we do not kick off
|
|
8
|
-
* Angular change detection. Any event listener or setTimeout() or setInterval() run by our code
|
|
9
|
-
* would trigger change detection in Angular.
|
|
10
|
-
*
|
|
11
|
-
* Before events are returned to the user, those functions are wrapped in Angular's zone
|
|
12
|
-
* again so that the user's code triggers change detection as normal. See wrapOutgoing() below.
|
|
13
|
-
*/
|
|
14
|
-
wrapIncoming: <T>(callback: () => T, source?: FrameworkOverridesIncomingSource) => T;
|
|
15
|
-
/**
|
|
16
|
-
* This method is to cater for Angular's change detection.
|
|
17
|
-
* This is currently used for events that the user provides either via the component or via registration with the grid api.
|
|
18
|
-
* This method should not be implemented for the other frameworks to avoid unnecessary overhead.
|
|
19
|
-
*/
|
|
20
|
-
wrapOutgoing: <T>(callback: () => T) => T;
|
|
21
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import type { AgEvent } from './agEvent';
|
|
2
|
-
export interface AgCheckboxChangedEvent extends AgEvent<'checkboxChanged'> {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
selected?: boolean;
|
|
6
|
-
previousValue: boolean | undefined;
|
|
7
|
-
}
|
|
8
|
-
export type ScrollDirection = 'horizontal' | 'vertical';
|
|
9
|
-
interface AgBodyScrollEvent extends AgEvent<'bodyScroll'> {
|
|
10
|
-
direction: ScrollDirection;
|
|
11
|
-
left: number;
|
|
12
|
-
top: number;
|
|
13
|
-
}
|
|
14
|
-
interface AgBaseDragEvent<TEventType extends 'dragStarted' | 'dragStopped' | 'dragCancelled'> extends AgEvent<TEventType> {
|
|
15
|
-
target: Element;
|
|
16
|
-
}
|
|
17
|
-
interface AgDragStartedEvent extends AgBaseDragEvent<'dragStarted'> {
|
|
18
|
-
}
|
|
19
|
-
interface AgDragStoppedEvent extends AgBaseDragEvent<'dragStopped'> {
|
|
20
|
-
}
|
|
21
|
-
interface AgDragCancelledEvent extends AgBaseDragEvent<'dragCancelled'> {
|
|
22
|
-
}
|
|
23
|
-
interface AgTooltipEvent<TEventType extends 'tooltipShow' | 'tooltipHide'> extends AgEvent<TEventType> {
|
|
24
|
-
parentGui: HTMLElement;
|
|
25
|
-
}
|
|
26
|
-
interface AgTooltipShowEvent extends AgTooltipEvent<'tooltipShow'> {
|
|
27
|
-
tooltipGui: HTMLElement;
|
|
28
|
-
}
|
|
29
|
-
interface AgTooltipHideEvent extends AgTooltipEvent<'tooltipHide'> {
|
|
30
|
-
}
|
|
31
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
32
|
-
export interface AgStylesChangedEvent extends AgEvent<'stylesChanged'> {
|
|
33
|
-
themeChanged?: boolean;
|
|
34
|
-
listItemHeightChanged?: boolean;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* Events required by AG Stack
|
|
38
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
39
|
-
*/
|
|
40
|
-
export interface BaseEvents {
|
|
41
|
-
checkboxChanged: AgCheckboxChangedEvent;
|
|
42
|
-
bodyScroll: AgBodyScrollEvent;
|
|
43
|
-
dragStarted: AgDragStartedEvent;
|
|
44
|
-
dragStopped: AgDragStoppedEvent;
|
|
45
|
-
dragCancelled: AgDragCancelledEvent;
|
|
46
|
-
tooltipShow: AgTooltipShowEvent;
|
|
47
|
-
tooltipHide: AgTooltipHideEvent;
|
|
48
|
-
stylesChanged: AgStylesChangedEvent;
|
|
49
|
-
}
|
|
50
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { Theme } from '../theming/theme';
|
|
2
|
-
/**
|
|
3
|
-
* Properties required by AG Stack
|
|
4
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
5
|
-
*/
|
|
6
|
-
export interface BaseProperties {
|
|
7
|
-
tabIndex?: number;
|
|
8
|
-
suppressScrollWhenPopupsAreOpen?: boolean;
|
|
9
|
-
enableRtl?: boolean;
|
|
10
|
-
popupParent?: HTMLElement | null;
|
|
11
|
-
theme?: Theme | 'legacy';
|
|
12
|
-
loadThemeGoogleFonts?: boolean;
|
|
13
|
-
themeCssLayer?: string;
|
|
14
|
-
styleNonce?: string;
|
|
15
|
-
themeStyleContainer?: HTMLElement | (() => HTMLElement | void);
|
|
16
|
-
enableBrowserTooltips?: boolean;
|
|
17
|
-
tooltipTrigger?: 'hover' | 'focus';
|
|
18
|
-
tooltipShowDelay?: number;
|
|
19
|
-
tooltipSwitchShowDelay?: number;
|
|
20
|
-
tooltipHideDelay?: number;
|
|
21
|
-
tooltipMouseTrack?: boolean;
|
|
22
|
-
tooltipInteraction?: boolean;
|
|
23
|
-
getDocument?: () => Document;
|
|
24
|
-
suppressTouch?: boolean;
|
|
25
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export interface AfterGuiAttachedParams<TContainerType extends string> {
|
|
3
|
-
/** Where this component is attached to. */
|
|
4
|
-
container?: TContainerType;
|
|
5
|
-
/**
|
|
6
|
-
* Call this to hide the popup.
|
|
7
|
-
* i.e useful if your component has an action button and you want to hide the popup after it is pressed.
|
|
8
|
-
*/
|
|
9
|
-
hidePopup?: () => void;
|
|
10
|
-
/** Set to `true` to not have the component focus its default item. */
|
|
11
|
-
suppressFocus?: boolean;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { AgPromise } from '../utils/promise';
|
|
2
|
-
/** This is for User Components only, do not implement this for internal components. */
|
|
3
|
-
export interface IComponent<T> {
|
|
4
|
-
/** Return the DOM element of your component, this is what the grid puts into the DOM */
|
|
5
|
-
getGui(): HTMLElement;
|
|
6
|
-
/** Gets called once by grid when the component is being removed; if your component needs to do any cleanup, do it here */
|
|
7
|
-
destroy?(): void;
|
|
8
|
-
/** The init(params) method is called on the component once. */
|
|
9
|
-
init?(params: T): AgPromise<void> | void;
|
|
10
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { AgBaseBean } from './agBaseBean';
|
|
2
|
-
export type AgEventHandlers<TEventKey extends string, TEvent = any> = {
|
|
3
|
-
[K in TEventKey]?: (event?: TEvent) => void;
|
|
4
|
-
};
|
|
5
|
-
export interface IContext<TBeanCollection> {
|
|
6
|
-
createBean<T extends AgBaseBean<TBeanCollection>>(bean: T, afterPreCreateCallback?: (bean: AgBaseBean<TBeanCollection>) => void): T;
|
|
7
|
-
getBean<T extends keyof TBeanCollection>(name: T): TBeanCollection[T];
|
|
8
|
-
getBeans(): TBeanCollection;
|
|
9
|
-
destroyBean(bean: AgBaseBean<TBeanCollection> | null | undefined): undefined;
|
|
10
|
-
destroyBeans<T extends AgBaseBean<TBeanCollection>>(beans: (T | null | undefined)[]): T[];
|
|
11
|
-
getId(): string;
|
|
12
|
-
destroy(): void;
|
|
13
|
-
isDestroyed(): boolean;
|
|
14
|
-
readonly instanceId: number;
|
|
15
|
-
}
|
|
16
|
-
export type ClassImp = new (...args: []) => object;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export interface IDragService {
|
|
3
|
-
readonly beanName: 'dragSvc';
|
|
4
|
-
readonly startTarget: EventTarget | null;
|
|
5
|
-
removeDragSource(params: DragListenerParams): void;
|
|
6
|
-
addDragSource(params: DragListenerParams): void;
|
|
7
|
-
cancelDrag(el?: Element): void;
|
|
8
|
-
/** Returns true if the pointer is currently captured. See https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events */
|
|
9
|
-
hasPointerCapture(): boolean;
|
|
10
|
-
}
|
|
11
|
-
export interface DragListenerParams {
|
|
12
|
-
/** If true, the pointer will be captured, see https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events */
|
|
13
|
-
capturePointer?: boolean;
|
|
14
|
-
/** After how many pixels of dragging should the drag operation start. Default is 4px. */
|
|
15
|
-
dragStartPixels?: number;
|
|
16
|
-
/** Dom element to add the drag handling to */
|
|
17
|
-
eElement: Element;
|
|
18
|
-
/** Callback for drag starting */
|
|
19
|
-
onDragStart?: (mouseEvent: MouseEvent | Touch) => void;
|
|
20
|
-
/** Callback for drag stopping */
|
|
21
|
-
onDragStop?: (mouseEvent: MouseEvent | Touch) => void;
|
|
22
|
-
/** Callback for drag cancel */
|
|
23
|
-
onDragCancel?: () => void;
|
|
24
|
-
/** Callback for mouse move while dragging */
|
|
25
|
-
onDragging?: (mouseEvent: MouseEvent | Touch) => void;
|
|
26
|
-
/** Include touch events for this Drag Listener */
|
|
27
|
-
includeTouch?: boolean;
|
|
28
|
-
/** If `true`, it will stop the propagation of Touch Events */
|
|
29
|
-
stopPropagationForTouch?: boolean;
|
|
30
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import type { HorizontalDirection, VerticalDirection } from '../constants/direction';
|
|
2
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
3
|
-
export interface IDragAndDropService<TDragSourceType extends number, TDragItem, TDragAndDropIcon extends string, TDraggingEvent extends AgDraggingEvent<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>, TDragSource extends AgDragSource<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>> {
|
|
4
|
-
readonly beanName: 'dragAndDrop';
|
|
5
|
-
addDragSource(dragSource: TDragSource, allowTouch?: boolean): void;
|
|
6
|
-
setDragImageCompIcon(iconName: TDragAndDropIcon | null, shake?: boolean): void;
|
|
7
|
-
removeDragSource(dragSource: TDragSource): void;
|
|
8
|
-
nudge(): void;
|
|
9
|
-
addDropTarget(dropTarget: AgDropTarget<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>): void;
|
|
10
|
-
removeDropTarget(dropTarget: AgDropTarget<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>): void;
|
|
11
|
-
hasExternalDropZones(): boolean;
|
|
12
|
-
findExternalZone(container: HTMLElement): AgDropTarget<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent> | null;
|
|
13
|
-
}
|
|
14
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
15
|
-
export interface AgDragSource<TDragSourceType extends number, TDragItem, TDragAndDropIcon extends string, TDraggingEvent extends AgDraggingEvent<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>> {
|
|
16
|
-
/** The type of the drag source, used by the drop target to know where the drag originated from. */
|
|
17
|
-
type: TDragSourceType;
|
|
18
|
-
/** Can be used to identify a specific component as the source */
|
|
19
|
-
sourceId?: string;
|
|
20
|
-
/** Element which, when dragged, will kick off the DnD process */
|
|
21
|
-
eElement: Element;
|
|
22
|
-
/** If eElement is dragged, then the dragItem is the object that gets passed around. */
|
|
23
|
-
getDragItem: () => TDragItem;
|
|
24
|
-
/** This name appears in the drag and drop image component when dragging. */
|
|
25
|
-
dragItemName: ((draggingEvent?: TDraggingEvent | null) => string | null | undefined) | string | null;
|
|
26
|
-
/** Icon to show when not over a drop zone */
|
|
27
|
-
getDefaultIconName?: () => TDragAndDropIcon;
|
|
28
|
-
/** The drag source DOM Data Key, this is useful to detect if the origin grid is the same as the target grid. */
|
|
29
|
-
dragSourceDomDataKey?: string;
|
|
30
|
-
/** After how many pixels of dragging should the drag operation start. Default is 4. */
|
|
31
|
-
dragStartPixels?: number;
|
|
32
|
-
/** Callback for drag started */
|
|
33
|
-
onDragStarted?: () => void;
|
|
34
|
-
/** Callback for drag stopped */
|
|
35
|
-
onDragStopped?: () => void;
|
|
36
|
-
/** Callback for drag cancelled */
|
|
37
|
-
onDragCancelled?: () => void;
|
|
38
|
-
}
|
|
39
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
40
|
-
export interface AgDraggingEvent<TDragSourceType extends number, TDragItem, TDragAndDropIcon extends string, TDraggingEvent extends AgDraggingEvent<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>, TDrop = any> {
|
|
41
|
-
/** The mouse event that triggered the dragging event */
|
|
42
|
-
event: MouseEvent;
|
|
43
|
-
/** The X position in pixel relative to the drop target */
|
|
44
|
-
x: number;
|
|
45
|
-
/** The Y position in pixel relative to the drop target */
|
|
46
|
-
y: number;
|
|
47
|
-
/** The vertical direction of the drag, can be 'up', 'down' or null */
|
|
48
|
-
vDirection: VerticalDirection | null;
|
|
49
|
-
/** The horizontal direction of the drag, can be 'left', 'right' or null */
|
|
50
|
-
hDirection: HorizontalDirection | null;
|
|
51
|
-
/** The x-offset of the pointer from the drag source when the drag operation started */
|
|
52
|
-
initialSourcePointerOffsetX: number;
|
|
53
|
-
/** The y-offset of the pointer from the drag source when the drag operation started */
|
|
54
|
-
initialSourcePointerOffsetY: number;
|
|
55
|
-
/** The drag source that initiated the drag */
|
|
56
|
-
dragSource: AgDragSource<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>;
|
|
57
|
-
/** The drag item that is being dragged */
|
|
58
|
-
dragItem: TDragItem;
|
|
59
|
-
fromNudge: boolean;
|
|
60
|
-
/** The target element where the drop is happening */
|
|
61
|
-
dropZoneTarget: HTMLElement;
|
|
62
|
-
/** Details about the row dragging drop target. */
|
|
63
|
-
dropTarget: TDrop | null;
|
|
64
|
-
/** True if relevant information about the drop target are changed and the drag ghost need to be updated */
|
|
65
|
-
changed: boolean;
|
|
66
|
-
}
|
|
67
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
68
|
-
export interface AgDropTarget<TDragSourceType extends number, TDragItem, TDragAndDropIcon extends string, TDraggingEvent extends AgDraggingEvent<TDragSourceType, TDragItem, TDragAndDropIcon, TDraggingEvent>> {
|
|
69
|
-
/** The main container that will get the drop. */
|
|
70
|
-
getContainer(): HTMLElement;
|
|
71
|
-
/** If any secondary containers. For example when moving columns in AG Grid, we listen for drops
|
|
72
|
-
* in the header as well as the body (main rows and pinned rows) of the grid. */
|
|
73
|
-
getSecondaryContainers?(): HTMLElement[][];
|
|
74
|
-
/** Icon to show when drag is over */
|
|
75
|
-
getIconName?(draggingEvent?: TDraggingEvent | null | undefined): TDragAndDropIcon | null | undefined;
|
|
76
|
-
isInterestedIn(type: TDragSourceType, el: Element): boolean;
|
|
77
|
-
/**
|
|
78
|
-
* If `true`, the DragSources will only be allowed to be dragged within the DragTarget that contains them.
|
|
79
|
-
* This is useful for changing order of items within a container, and not moving items across containers.
|
|
80
|
-
* @default false
|
|
81
|
-
*/
|
|
82
|
-
targetContainsSource?: boolean;
|
|
83
|
-
/** Callback for when drag enters */
|
|
84
|
-
onDragEnter?(params: TDraggingEvent): void;
|
|
85
|
-
/** Callback for when drag leaves */
|
|
86
|
-
onDragLeave?(params: TDraggingEvent): void;
|
|
87
|
-
/** Callback for when dragging */
|
|
88
|
-
onDragging?(params: TDraggingEvent): void;
|
|
89
|
-
/** Callback for when drag stops */
|
|
90
|
-
onDragStop?(params: TDraggingEvent): void;
|
|
91
|
-
/** Callback for when the drag is cancelled */
|
|
92
|
-
onDragCancel?(params: TDraggingEvent): void;
|
|
93
|
-
external?: boolean;
|
|
94
|
-
}
|
|
95
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
96
|
-
export interface IDragAndDropImage {
|
|
97
|
-
setIcon(iconName: string | null, shake: boolean): void;
|
|
98
|
-
setLabel(label: string): void;
|
|
99
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { AgEvent } from './agEvent';
|
|
2
|
-
import type { BaseEvents } from './baseEvents';
|
|
3
|
-
export type AgEventServiceGlobalListener<TEventType extends keyof TGlobalEvents & string, TGlobalEvents extends BaseEvents> = (eventType: TEventType, event: TGlobalEvents[TEventType] & AgEvent<TEventType>) => void;
|
|
4
|
-
export type AgEventServiceListener<TGlobalEvents, TEventType extends keyof TGlobalEvents & string> = (params: TGlobalEvents[TEventType]) => void;
|
|
5
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
6
|
-
export type WithoutCommon<TCommon, T> = Omit<T, keyof TCommon>;
|
|
7
|
-
export type AgRawEvents<TGlobalEvents extends BaseEvents, TCommon> = {
|
|
8
|
-
[K in keyof TGlobalEvents]: WithoutCommon<TCommon, TGlobalEvents[K]>;
|
|
9
|
-
}[keyof TGlobalEvents];
|
|
10
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
11
|
-
export interface AgEventService<TGlobalEvents extends BaseEvents, TCommon> {
|
|
12
|
-
readonly eventServiceType: 'global';
|
|
13
|
-
readonly beanName: 'eventSvc';
|
|
14
|
-
addListener<TEventType extends keyof TGlobalEvents & string>(eventType: TEventType, listener: AgEventServiceListener<TGlobalEvents, TEventType>, async?: boolean): void;
|
|
15
|
-
removeListener<TEventType extends keyof TGlobalEvents & string>(eventType: TEventType, listener: AgEventServiceListener<TGlobalEvents, TEventType>, async?: boolean): void;
|
|
16
|
-
addGlobalListener(listener: AgEventServiceGlobalListener<keyof TGlobalEvents & string, TGlobalEvents>, async?: boolean): void;
|
|
17
|
-
removeGlobalListener(listener: AgEventServiceGlobalListener<keyof TGlobalEvents & string, TGlobalEvents>, async?: boolean): void;
|
|
18
|
-
dispatchEvent(event: AgRawEvents<TGlobalEvents, TCommon> | BaseEvents[keyof BaseEvents]): void;
|
|
19
|
-
dispatchEventOnce(event: AgRawEvents<TGlobalEvents, TCommon> | BaseEvents[keyof BaseEvents]): void;
|
|
20
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { AgEvent } from './agEvent';
|
|
2
|
-
export type IEventListener<TEventType extends string> = (params: AgEvent<TEventType>) => void;
|
|
3
|
-
export type IGlobalEventListener<TEventType extends string> = (eventType: TEventType, event: AgEvent<TEventType>) => void;
|
|
4
|
-
export interface IEventEmitter<TEventType extends string> {
|
|
5
|
-
addEventListener(eventType: TEventType, listener: IEventListener<TEventType>, async?: boolean, options?: AddEventListenerOptions): void;
|
|
6
|
-
removeEventListener(eventType: TEventType, listener: IEventListener<TEventType>, async?: boolean, options?: AddEventListenerOptions): void;
|
|
7
|
-
}
|
|
8
|
-
/** Internal version of IEventEmitter so that we can avoid the public api methods on RowNode and Column that need
|
|
9
|
-
* to handle the Angular Zone wrapping of event handlers.
|
|
10
|
-
*/
|
|
11
|
-
export interface IAgEventEmitter<TEventType extends string> {
|
|
12
|
-
__addEventListener(eventType: TEventType, listener: IEventListener<TEventType>, async?: boolean, options?: AddEventListenerOptions): void;
|
|
13
|
-
__removeEventListener(eventType: TEventType, listener: IEventListener<TEventType>, async?: boolean, options?: AddEventListenerOptions): void;
|
|
14
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export type IconValue = 'expanded' | 'contracted' | 'tree-closed' | 'tree-open' | 'tree-indeterminate' | 'pin' | 'eye-slash' | 'arrows' | 'left' | 'right' | 'group' | 'aggregation' | 'pivot' | 'not-allowed' | 'chart' | 'cross' | 'cancel' | 'tick' | 'first' | 'previous' | 'next' | 'last' | 'linked' | 'unlinked' | 'color-picker' | 'loading' | 'menu' | 'menu-alt' | 'filter' | 'filter-add' | 'columns' | 'maximize' | 'minimize' | 'copy' | 'cut' | 'paste' | 'grip' | 'save' | 'csv' | 'excel' | 'small-down' | 'small-left' | 'small-right' | 'small-up' | 'asc' | 'desc' | 'aasc' | 'adesc' | 'none' | 'up' | 'down' | 'plus' | 'minus' | 'settings' | 'checkbox-checked' | 'checkbox-indeterminate' | 'checkbox-unchecked' | 'radio-button-on' | 'radio-button-off' | 'eye' | 'column-arrow' | 'un-pin' | 'pinned-bottom' | 'pinned-top' | 'chevron-up' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'edit' | 'search';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export interface IIconService<TIconName extends string, TParams> {
|
|
3
|
-
readonly beanName: 'iconSvc';
|
|
4
|
-
createIconNoSpan(iconName: TIconName, params?: TParams): Element | undefined;
|
|
5
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export interface ILocaleService<TKey extends string = string> {
|
|
3
|
-
readonly beanName: 'localeSvc';
|
|
4
|
-
getLocaleTextFunc(): LocaleTextFunc<TKey>;
|
|
5
|
-
}
|
|
6
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
7
|
-
export type LocaleTextFunc<TKey extends string = string> = (key: TKey, defaultValue: string, variableValues?: string[]) => string;
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import type { AfterGuiAttachedParams } from './iAfterGuiAttachedParams';
|
|
2
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
3
|
-
export type AddPopupParams<TContainerType extends string> = LabelAddPopupParams<TContainerType> | OwnsAddPopupParams<TContainerType>;
|
|
4
|
-
interface BaseAddPopupParams<TContainerType extends string> {
|
|
5
|
-
modal?: boolean;
|
|
6
|
-
eChild: HTMLElement;
|
|
7
|
-
closeOnEsc?: boolean;
|
|
8
|
-
closedCallback?: (e?: MouseEvent | TouchEvent | KeyboardEvent) => void;
|
|
9
|
-
click?: MouseEvent | Touch | null;
|
|
10
|
-
alwaysOnTop?: boolean;
|
|
11
|
-
afterGuiAttached?: (params: AfterGuiAttachedParams<TContainerType>) => void;
|
|
12
|
-
positionCallback?: () => void;
|
|
13
|
-
anchorToElement?: HTMLElement;
|
|
14
|
-
}
|
|
15
|
-
interface LabelAddPopupParams<TContainerType extends string> extends BaseAddPopupParams<TContainerType> {
|
|
16
|
-
ariaLabel: string;
|
|
17
|
-
ariaOwns?: never;
|
|
18
|
-
}
|
|
19
|
-
interface OwnsAddPopupParams<TContainerType extends string> extends BaseAddPopupParams<TContainerType> {
|
|
20
|
-
ariaLabel?: never;
|
|
21
|
-
ariaOwns: HTMLElement;
|
|
22
|
-
}
|
|
23
|
-
export interface PopupEventParams {
|
|
24
|
-
originalMouseEvent?: MouseEvent | Touch | null;
|
|
25
|
-
mouseEvent?: MouseEvent;
|
|
26
|
-
touchEvent?: TouchEvent;
|
|
27
|
-
keyboardEvent?: KeyboardEvent;
|
|
28
|
-
forceHide?: boolean;
|
|
29
|
-
}
|
|
30
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
31
|
-
export interface AddPopupResult {
|
|
32
|
-
hideFunc: (params?: PopupEventParams) => void;
|
|
33
|
-
}
|
|
34
|
-
interface BasePopupPositionParams<TParams> {
|
|
35
|
-
ePopup: HTMLElement;
|
|
36
|
-
additionalParams?: TParams;
|
|
37
|
-
}
|
|
38
|
-
export interface AgPopupPositionParams<TParams> extends BasePopupPositionParams<TParams> {
|
|
39
|
-
nudgeX?: number;
|
|
40
|
-
nudgeY?: number;
|
|
41
|
-
position?: 'over' | 'under';
|
|
42
|
-
alignSide?: 'left' | 'right';
|
|
43
|
-
keepWithinBounds?: boolean;
|
|
44
|
-
skipObserver?: boolean;
|
|
45
|
-
updatePosition?: () => {
|
|
46
|
-
x: number;
|
|
47
|
-
y: number;
|
|
48
|
-
};
|
|
49
|
-
postProcessCallback?: () => void;
|
|
50
|
-
}
|
|
51
|
-
export interface AgComponentPopupPositionParams<TParams> extends AgPopupPositionParams<TParams> {
|
|
52
|
-
type: string;
|
|
53
|
-
eventSource: HTMLElement;
|
|
54
|
-
}
|
|
55
|
-
export interface AgMousePopupPositionParams<TParams> extends AgPopupPositionParams<TParams> {
|
|
56
|
-
type: string;
|
|
57
|
-
mouseEvent: MouseEvent | Touch;
|
|
58
|
-
}
|
|
59
|
-
export interface AgMenuPopupPositionParams<TParams> extends BasePopupPositionParams<TParams> {
|
|
60
|
-
eventSource: HTMLElement;
|
|
61
|
-
event?: MouseEvent | KeyboardEvent;
|
|
62
|
-
}
|
|
63
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IComponent } from './iComponent';
|
|
2
|
-
export interface IPopupComponent<T> extends IComponent<T> {
|
|
3
|
-
/** Gets called once after initialised. If you return true, the component will appear in a popup, and it will be
|
|
4
|
-
* constrained to the boundaries of the popupParent. This is great if you want to, for example, provide you own
|
|
5
|
-
* custom dropdown list for selection. Default is false (ie if you don't provide the method). */
|
|
6
|
-
isPopup?(): boolean;
|
|
7
|
-
/** Called when focus is within the component */
|
|
8
|
-
focusIn?(): void;
|
|
9
|
-
/** Called when focus is leaving the component */
|
|
10
|
-
focusOut?(): void;
|
|
11
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { AddPopupParams, AddPopupResult, AgComponentPopupPositionParams, AgMenuPopupPositionParams, AgMousePopupPositionParams, AgPopupPositionParams } from './iPopup';
|
|
2
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
3
|
-
export interface IPopupService<TPopupPositionParams> {
|
|
4
|
-
readonly beanName: 'popupSvc';
|
|
5
|
-
getPopupParent(): HTMLElement;
|
|
6
|
-
addPopup<TContainerType extends string>(params: AddPopupParams<TContainerType>): AddPopupResult;
|
|
7
|
-
positionPopupByComponent(params: AgComponentPopupPositionParams<TPopupPositionParams>): void;
|
|
8
|
-
positionPopupUnderMouseEvent(params: AgMousePopupPositionParams<TPopupPositionParams>): void;
|
|
9
|
-
positionPopupForMenu(params: AgMenuPopupPositionParams<TPopupPositionParams>): void;
|
|
10
|
-
positionPopup(params: AgPopupPositionParams<TPopupPositionParams>): void;
|
|
11
|
-
callPostProcessPopup(params: TPopupPositionParams | undefined, type: string, ePopup: HTMLElement, eventSource?: HTMLElement | null, mouseEvent?: MouseEvent | Touch | null): void;
|
|
12
|
-
bringPopupToFront(ePopup: HTMLElement): void;
|
|
13
|
-
getParentRect(): {
|
|
14
|
-
top: number;
|
|
15
|
-
left: number;
|
|
16
|
-
right: number;
|
|
17
|
-
bottom: number;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import type { AgEvent } from './agEvent';
|
|
2
|
-
import type { BaseProperties } from './baseProperties';
|
|
3
|
-
import type { WithoutCommon } from './iEvent';
|
|
4
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
5
|
-
export type AgPropertyChangedSource = 'api' | 'optionsUpdated';
|
|
6
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
7
|
-
export interface AgPropertyChangeSet<TProperties extends BaseProperties> {
|
|
8
|
-
/** Unique id which can be used to link changes of multiple properties that were updated together.
|
|
9
|
-
* i.e a user updated multiple properties at the same time.
|
|
10
|
-
*/
|
|
11
|
-
id: number;
|
|
12
|
-
/** All the properties that have been updated in this change set */
|
|
13
|
-
properties: (keyof TProperties)[];
|
|
14
|
-
}
|
|
15
|
-
export interface AgPropertyChangedEvent<TProperties extends BaseProperties> extends AgEvent {
|
|
16
|
-
type: 'propertyChanged';
|
|
17
|
-
changeSet: AgPropertyChangeSet<TProperties> | undefined;
|
|
18
|
-
source: AgPropertyChangedSource;
|
|
19
|
-
}
|
|
20
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
21
|
-
export type AgPropertyKey<TProperties extends BaseProperties> = keyof TProperties & string;
|
|
22
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
23
|
-
export interface AgPropertyValueChangedEvent<TProperties extends BaseProperties, K extends AgPropertyKey<TProperties>> extends AgEvent {
|
|
24
|
-
type: K;
|
|
25
|
-
changeSet: AgPropertyChangeSet<TProperties> | undefined;
|
|
26
|
-
currentValue: TProperties[K];
|
|
27
|
-
previousValue: TProperties[K];
|
|
28
|
-
source: AgPropertyChangedSource;
|
|
29
|
-
}
|
|
30
|
-
export type AgPropertyChangedListener<TProperties extends BaseProperties> = (event: AgPropertyChangedEvent<TProperties>) => void;
|
|
31
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
32
|
-
export type AgPropertyValueChangedListener<TProperties extends BaseProperties, K extends AgPropertyKey<TProperties>> = (event: AgPropertyValueChangedEvent<TProperties, K>) => void;
|
|
33
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
34
|
-
export interface IPropertiesService<TProperties extends BaseProperties, TCommon> {
|
|
35
|
-
readonly beanName: 'gos';
|
|
36
|
-
addPropertyEventListener<K extends keyof TProperties & string>(event: K, listener: AgPropertyValueChangedListener<TProperties, K>): void;
|
|
37
|
-
removePropertyEventListener<K extends keyof TProperties & string>(event: K, listener: AgPropertyValueChangedListener<TProperties, K>): void;
|
|
38
|
-
get<K extends AgPropertyKey<TProperties>>(property: K): TProperties[K];
|
|
39
|
-
addCommon<T extends TCommon>(params: WithoutCommon<TCommon, T>): T;
|
|
40
|
-
setInstanceDomData(element: HTMLElement): void;
|
|
41
|
-
isElementInThisInstance(element: HTMLElement): boolean;
|
|
42
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { AgCoreBean } from './agCoreBean';
|
|
2
|
-
export interface IRegistry<TBeanCollection, TDynamicBeanName extends string> {
|
|
3
|
-
readonly beanName: 'registry';
|
|
4
|
-
createDynamicBean<T extends AgCoreBean<TBeanCollection>>(name: TDynamicBeanName, mandatory: boolean, ...args: any[]): T | undefined;
|
|
5
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export interface ITooltipFeature {
|
|
3
|
-
setTooltipAndRefresh(tooltip: any): void;
|
|
4
|
-
refreshTooltip(clearWithEmptyString?: boolean): void;
|
|
5
|
-
attemptToShowTooltip(): void;
|
|
6
|
-
attemptToHideTooltip(): void;
|
|
7
|
-
destroy(): void;
|
|
8
|
-
}
|
|
9
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
10
|
-
export interface TooltipCtrl<TLocation extends string, TParams> {
|
|
11
|
-
getTooltipValue?(): any;
|
|
12
|
-
getGui(): HTMLElement;
|
|
13
|
-
getLocation?(): TLocation | 'UNKNOWN';
|
|
14
|
-
getTooltipShowDelayOverride?(): number;
|
|
15
|
-
getTooltipSwitchShowDelayOverride?(): number;
|
|
16
|
-
getTooltipHideDelayOverride?(): number;
|
|
17
|
-
shouldDisplayTooltip?(): boolean;
|
|
18
|
-
/** Additional params to be passed to the tooltip */
|
|
19
|
-
getAdditionalParams?(): TParams;
|
|
20
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AgComponentStub } from '../core/agComponentStub';
|
|
2
|
-
import type { AgComponent } from '../interfaces/agComponent';
|
|
3
|
-
import type { AgCoreBeanCollection } from '../interfaces/agCoreBeanCollection';
|
|
4
|
-
import type { BaseEvents } from '../interfaces/baseEvents';
|
|
5
|
-
import type { BaseProperties } from '../interfaces/baseProperties';
|
|
6
|
-
import type { IPopupComponent } from '../interfaces/iPopupComponent';
|
|
7
|
-
import type { IPropertiesService } from '../interfaces/iProperties';
|
|
8
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
9
|
-
export declare class AgPopupComponent<TBeanCollection extends AgCoreBeanCollection<TProperties, TGlobalEvents, TCommon, TPropertiesService>, TProperties extends BaseProperties, TGlobalEvents extends BaseEvents, TCommon, TPropertiesService extends IPropertiesService<TProperties, TCommon>, TComponentSelectorType extends string> extends AgComponentStub<TBeanCollection, TProperties, TGlobalEvents, TCommon, TPropertiesService, TComponentSelectorType> implements IPopupComponent<any> {
|
|
10
|
-
isPopup(): boolean;
|
|
11
|
-
setParentComponent(container: AgComponent<TBeanCollection, TProperties, TGlobalEvents, any>): void;
|
|
12
|
-
destroy(): void;
|
|
13
|
-
}
|