ag-grid-community 35.3.1 → 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 +43141 -41037
- 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 +41795 -40057
- package/dist/package/main.cjs.js +27374 -31941
- package/dist/package/main.cjs.min.js +27 -44
- package/dist/package/main.esm.min.mjs +27 -44
- package/dist/package/main.esm.mjs +30449 -34848
- 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 +3 -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,15 +0,0 @@
|
|
|
1
|
-
import type { UtilBeanCollection } from '../interfaces/agCoreBeanCollection';
|
|
2
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
3
|
-
export declare function _getRootNode(beans: UtilBeanCollection): Document | ShadowRoot;
|
|
4
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
5
|
-
export declare function _getActiveDomElement(beans: UtilBeanCollection): Element | null;
|
|
6
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
7
|
-
export declare function _getDocument(beans: UtilBeanCollection): Document;
|
|
8
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
9
|
-
export declare function _isNothingFocused(beans: UtilBeanCollection): boolean;
|
|
10
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
11
|
-
export declare function _getWindow(beans: UtilBeanCollection): Window & typeof globalThis;
|
|
12
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
13
|
-
export declare function _getPageBody(beans: UtilBeanCollection): HTMLElement | ShadowRoot;
|
|
14
|
-
export declare function _getBodyWidth(beans: UtilBeanCollection): number;
|
|
15
|
-
export declare function _getBodyHeight(beans: UtilBeanCollection): number;
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
import type { UtilBeanCollection } from '../interfaces/agCoreBeanCollection';
|
|
2
|
-
/**
|
|
3
|
-
* This method adds a class to an element and remove that class from all siblings.
|
|
4
|
-
* Useful for toggling state.
|
|
5
|
-
* @param {HTMLElement} element The element to receive the class
|
|
6
|
-
* @param {string} elementClass The class to be assigned to the element
|
|
7
|
-
* @param {boolean} otherElementClass The class to be assigned to siblings of the element, but not the element itself
|
|
8
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
9
|
-
*/
|
|
10
|
-
export declare function _radioCssClass(element: HTMLElement, elementClass: string | null, otherElementClass?: string | null): void;
|
|
11
|
-
export declare const FOCUSABLE_SELECTOR = "[tabindex], input, select, button, textarea, [href]";
|
|
12
|
-
export declare const FOCUSABLE_EXCLUDE = "[disabled], .ag-disabled:not(.ag-button), .ag-disabled *";
|
|
13
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
14
|
-
export declare function _isFocusableFormField(element: Element | null): boolean;
|
|
15
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
16
|
-
export declare function _setDisplayed(element: Element, displayed: boolean, options?: {
|
|
17
|
-
skipAriaHidden?: boolean;
|
|
18
|
-
}): void;
|
|
19
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
20
|
-
export declare function _setVisible(element: HTMLElement, visible: boolean, options?: {
|
|
21
|
-
skipAriaHidden?: boolean;
|
|
22
|
-
}): void;
|
|
23
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
24
|
-
export declare function _setDisabled(element: HTMLElement, disabled: boolean): void;
|
|
25
|
-
export declare function _isElementChildOfClass(element: HTMLElement | null, cls: string, maxNest?: HTMLElement | number): boolean;
|
|
26
|
-
export declare function _getElementSize(el: HTMLElement): {
|
|
27
|
-
height: number;
|
|
28
|
-
width: number;
|
|
29
|
-
borderTopWidth: number;
|
|
30
|
-
borderRightWidth: number;
|
|
31
|
-
borderBottomWidth: number;
|
|
32
|
-
borderLeftWidth: number;
|
|
33
|
-
paddingTop: number;
|
|
34
|
-
paddingRight: number;
|
|
35
|
-
paddingBottom: number;
|
|
36
|
-
paddingLeft: number;
|
|
37
|
-
marginTop: number;
|
|
38
|
-
marginRight: number;
|
|
39
|
-
marginBottom: number;
|
|
40
|
-
marginLeft: number;
|
|
41
|
-
boxSizing: string;
|
|
42
|
-
};
|
|
43
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
44
|
-
export declare function _getInnerHeight(el: HTMLElement): number;
|
|
45
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
46
|
-
export declare function _getInnerWidth(el: HTMLElement): number;
|
|
47
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
48
|
-
export declare function _getAbsoluteHeight(el: HTMLElement): number;
|
|
49
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
50
|
-
export declare function _getAbsoluteWidth(el: HTMLElement): number;
|
|
51
|
-
export declare function _getElementRectWithOffset(el: HTMLElement): {
|
|
52
|
-
top: number;
|
|
53
|
-
left: number;
|
|
54
|
-
right: number;
|
|
55
|
-
bottom: number;
|
|
56
|
-
};
|
|
57
|
-
export declare function _getScrollLeft(element: HTMLElement, rtl: boolean): number;
|
|
58
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
59
|
-
export declare function _setScrollLeft(element: HTMLElement, value: number, rtl: boolean): void;
|
|
60
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
61
|
-
export declare function _clearElement(el: HTMLElement | null | undefined): void;
|
|
62
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
63
|
-
export declare function _removeFromParent(node: Element | null | undefined): void;
|
|
64
|
-
export declare function _isInDOM(element: Element): element is HTMLElement;
|
|
65
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
66
|
-
export declare function _isVisible(element: Element): boolean;
|
|
67
|
-
/**
|
|
68
|
-
* Loads the template and returns it as an element.
|
|
69
|
-
* NOTE: Prefer _createElement
|
|
70
|
-
* @param {string} template
|
|
71
|
-
* @returns {HTMLElement}
|
|
72
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
73
|
-
*/
|
|
74
|
-
export declare function _loadTemplate(template: string | undefined | null): HTMLElement;
|
|
75
|
-
export declare function _ensureDomOrder(eContainer: HTMLElement, eChild: HTMLElement, eChildBefore?: HTMLElement | null): void;
|
|
76
|
-
export declare function _setDomChildOrder(eContainer: HTMLElement, orderedChildren: (HTMLElement | null)[]): void;
|
|
77
|
-
export declare function _addStylesToElement(eElement: any, styles: {
|
|
78
|
-
[cssProperty: string]: string | number;
|
|
79
|
-
} | null | undefined): void;
|
|
80
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
81
|
-
export declare function _isElementOverflowingCallback(getElement: () => HTMLElement | undefined): () => boolean;
|
|
82
|
-
export declare function _isHorizontalScrollShowing(element: HTMLElement): boolean;
|
|
83
|
-
export declare function _setElementWidth(element: HTMLElement, width: string | number): void;
|
|
84
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
85
|
-
export declare function _setFixedWidth(element: HTMLElement, width: string | number): void;
|
|
86
|
-
export declare function _setFixedHeight(element: HTMLElement, height: string | number): void;
|
|
87
|
-
export declare function _formatSize(size: number | string): string;
|
|
88
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
89
|
-
export declare function _isNodeOrElement(o: any): o is Node | Element;
|
|
90
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
91
|
-
export declare function _addOrRemoveAttribute(element: HTMLElement, name: string, value: string | number | null | undefined): void;
|
|
92
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
93
|
-
export declare function _placeCaretAtEnd(beans: UtilBeanCollection, contentElement: HTMLElement): void;
|
|
94
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
95
|
-
export declare function _observeResize(beans: UtilBeanCollection, element: HTMLElement, callback: ResizeObserverCallback): () => void;
|
|
96
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
97
|
-
export declare function _requestAnimationFrame(beans: UtilBeanCollection, callback: any): void;
|
|
98
|
-
type Attributes = {
|
|
99
|
-
[key: string]: string;
|
|
100
|
-
};
|
|
101
|
-
type TagName<SelectorType extends string> = keyof HTMLElementTagNameMap | Lowercase<SelectorType>;
|
|
102
|
-
/** Type to help avoid typos, add new roles as required. */
|
|
103
|
-
type RoleType = 'button' | 'columnheader' | 'gridcell' | 'heading' | 'listbox' | 'menu' | 'option' | 'presentation' | 'group' | 'row' | 'rowgroup' | 'status' | 'tab' | 'tablist' | 'tabpanel' | 'toolbar' | 'treeitem';
|
|
104
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
105
|
-
export type AgElementParams<SelectorType extends string> = {
|
|
106
|
-
/** The tag name to use for the element, either browser tag or one of the AG Grid components such as ag-checkbox
|
|
107
|
-
*/
|
|
108
|
-
tag: TagName<SelectorType>;
|
|
109
|
-
/** AG Grid data-ref attribute, should match a property on the class that uses the same name and is initialised with RefPlaceholder
|
|
110
|
-
* @example
|
|
111
|
-
* ref: 'eLabel'
|
|
112
|
-
* private eLabel: HTMLElement = RefPlaceholder;
|
|
113
|
-
*/
|
|
114
|
-
ref?: string;
|
|
115
|
-
/**
|
|
116
|
-
* Should be a single string of space-separated class names
|
|
117
|
-
* @example
|
|
118
|
-
* cls: 'ag-header-cell ag-header-cell-sortable'
|
|
119
|
-
*/
|
|
120
|
-
cls?: string;
|
|
121
|
-
/** The role attribute to add to the dom element */
|
|
122
|
-
role?: RoleType;
|
|
123
|
-
/** Key Value pair of attributes to add to the dom element via `element.setAttribute(key,value)` */
|
|
124
|
-
attrs?: Attributes;
|
|
125
|
-
/**
|
|
126
|
-
* A single string can be passed to the children property and this will call `element.textContent = children` on the element.
|
|
127
|
-
*
|
|
128
|
-
* Otherwise an array of children is passed.
|
|
129
|
-
* A child element can be an ElementParams / string / (() => Element) / null/undefined.
|
|
130
|
-
* - If an ElementParams is passed it will be created and appended to the parent element. It will be wrapped with whitespace to mimic the previous behaviour of multi line strings.
|
|
131
|
-
* - If a string is passed it will be appended as a text node.
|
|
132
|
-
* - If a function is passed, it will be called and the result appended
|
|
133
|
-
* - If null or undefined is passed it will be ignored.
|
|
134
|
-
*/
|
|
135
|
-
children?: (AgElementParams<SelectorType> | string | (() => Element) | null | undefined)[] | string;
|
|
136
|
-
};
|
|
137
|
-
/** AG Grid attribute used to automatically assign DOM Elements to class properties */
|
|
138
|
-
export declare const DataRefAttribute = "data-ref";
|
|
139
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
140
|
-
export declare function _createAgElement<T extends HTMLElement = HTMLElement, TComponentSelector extends string = string>(params: AgElementParams<TComponentSelector>): T;
|
|
141
|
-
export {};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import type { UtilBeanCollection } from '../interfaces/agCoreBeanCollection';
|
|
2
|
-
export declare const _isEventSupported: (eventName: any) => boolean;
|
|
3
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
4
|
-
export declare function _isElementInEventPath(element: HTMLElement, event: Event): boolean;
|
|
5
|
-
export declare function _addSafePassiveEventListener(eElement: HTMLElement, event: string, listener: (event?: any) => void): void;
|
|
6
|
-
/**
|
|
7
|
-
* `True` if the event is close to the original event by X pixels either vertically or horizontally.
|
|
8
|
-
* we only start dragging after X pixels so this allows us to know if we should start dragging yet.
|
|
9
|
-
* @param {MouseEvent | TouchEvent} e1
|
|
10
|
-
* @param {MouseEvent | TouchEvent} e2
|
|
11
|
-
* @param {number} pixelCount
|
|
12
|
-
* @returns {boolean}
|
|
13
|
-
*/
|
|
14
|
-
export declare function _areEventsNear(e1: MouseEvent | Touch, e2: MouseEvent | Touch, pixelCount: number): boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Returns the first touch in the touch list that matches the identifier of the provided touch.
|
|
17
|
-
* @param touch The touch to match the identifier against.
|
|
18
|
-
* @param touchList The list of touches to search.
|
|
19
|
-
* @returns The matching touch, or null if not found.
|
|
20
|
-
*/
|
|
21
|
-
export declare const _getFirstActiveTouch: (touch: Touch, touchList: TouchList) => Touch | null;
|
|
22
|
-
export declare function _isEventFromThisInstance(beans: UtilBeanCollection, event: UIEvent): boolean;
|
|
23
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
24
|
-
export declare function _anchorElementToMouseMoveEvent(element: HTMLElement, mouseMoveEvent: MouseEvent | Touch, beans: UtilBeanCollection): void;
|
|
25
|
-
/** Tuple [target, type, listener, options?] */
|
|
26
|
-
export type TempEventHandler = [
|
|
27
|
-
target: EventTarget,
|
|
28
|
-
type: string,
|
|
29
|
-
listener: (e: Event) => void,
|
|
30
|
-
options?: boolean | AddEventListenerOptions
|
|
31
|
-
];
|
|
32
|
-
export declare const addTempEventHandlers: (list: TempEventHandler[], ...handlers: TempEventHandler[]) => void;
|
|
33
|
-
export declare const clearTempEventHandlers: (list: TempEventHandler[] | null | undefined) => void;
|
|
34
|
-
export declare const preventEventDefault: (event: Event) => void;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { UtilBeanCollection } from '../interfaces/agCoreBeanCollection';
|
|
2
|
-
export declare function _registerKeyboardFocusEvents(beans: UtilBeanCollection): () => void;
|
|
3
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
4
|
-
export declare function _isKeyboardMode(): boolean;
|
|
5
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
6
|
-
export declare function _findFocusableElements(rootNode: HTMLElement, exclude?: string | null, onlyUnmanaged?: boolean): HTMLElement[];
|
|
7
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
8
|
-
export declare function _focusInto(rootNode: HTMLElement, up?: boolean, onlyUnmanaged?: boolean, excludeTabGuards?: boolean): boolean;
|
|
9
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
10
|
-
export declare function _findNextFocusableElement(beans: UtilBeanCollection, rootNode: HTMLElement, onlyManaged?: boolean | null, backwards?: boolean): HTMLElement | null;
|
|
11
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
12
|
-
export declare function _findTabbableParent(node: HTMLElement | null, limit?: number): HTMLElement | null;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { UtilBeanCollection } from '../interfaces/agCoreBeanCollection';
|
|
2
|
-
/**
|
|
3
|
-
* If the key was passed before, then doesn't execute the func
|
|
4
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
5
|
-
*/
|
|
6
|
-
export declare const _doOnce: {
|
|
7
|
-
(func: () => void, key: string): void;
|
|
8
|
-
/** Expose the internal set for testing purposes */
|
|
9
|
-
_set: Set<string>;
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* Batch calls to execute after the next macro task (mode = setTimeout) / or in the next requestAnimationFrame.
|
|
13
|
-
* @param {Function} func The function to be batched
|
|
14
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
15
|
-
*/
|
|
16
|
-
export declare function _batchCall(func: () => void): void;
|
|
17
|
-
export declare function _batchCall(func: () => void, mode: 'raf', beans: UtilBeanCollection): void;
|
|
18
|
-
/**
|
|
19
|
-
* Creates a debounced function, and attach it to a bean for lifecycle
|
|
20
|
-
* @param {Function} func The function to be debounced
|
|
21
|
-
* @param {number} delay The time in ms to debounce
|
|
22
|
-
* @returns {Function} The debounced function
|
|
23
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
24
|
-
*/
|
|
25
|
-
export declare function _debounce<TArgs extends any[], TContext>(bean: {
|
|
26
|
-
isAlive(): boolean;
|
|
27
|
-
}, func: (this: TContext, ...args: TArgs) => void, delay: number): (this: TContext, ...args: TArgs) => number;
|
|
28
|
-
/**
|
|
29
|
-
* @param {Function} func The function to be throttled
|
|
30
|
-
* @param {number} wait The time in ms to throttle
|
|
31
|
-
* @returns {Function} The throttled function
|
|
32
|
-
*/
|
|
33
|
-
export declare function _throttle(func: (...args: any[]) => void, wait: number): (...args: any[]) => void;
|
|
34
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
35
|
-
export declare function _waitUntil(bean: {
|
|
36
|
-
addDestroyFunc(func: () => void): void;
|
|
37
|
-
}, condition: () => boolean, callback: () => void, timeout?: number): void;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This function provides fuzzy matching suggestions based on the input value and a list of all suggestions.
|
|
3
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
4
|
-
*/
|
|
5
|
-
export declare function _fuzzySuggestions(params: {
|
|
6
|
-
inputValue: string;
|
|
7
|
-
allSuggestions: string[];
|
|
8
|
-
hideIrrelevant?: boolean;
|
|
9
|
-
maxSuggestions?: number;
|
|
10
|
-
}): {
|
|
11
|
-
values: string[];
|
|
12
|
-
indices: number[];
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* This uses Levenshtein Distance to match strings.
|
|
16
|
-
* Lower values mean more similar strings.
|
|
17
|
-
*
|
|
18
|
-
* This function is often being called, so it must be performant.
|
|
19
|
-
* {@link|https://github.com/ag-grid/ag-grid/issues/12473}
|
|
20
|
-
* @knipIgnore Used in tests
|
|
21
|
-
*/
|
|
22
|
-
export declare function _getLevenshteinSimilarityDistance(source: string, target: string): number;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* If value is undefined, null or blank, returns null, otherwise returns the value
|
|
3
|
-
* @param {T} value
|
|
4
|
-
* @returns {T | null}
|
|
5
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
6
|
-
*/
|
|
7
|
-
export declare const _makeNull: <T>(value?: T) => T | null;
|
|
8
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
9
|
-
export declare function _exists(value: string | null | undefined): value is string;
|
|
10
|
-
export declare function _exists<T>(value: T): value is NonNullable<T>;
|
|
11
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
12
|
-
export declare function _missing<T>(value: T | null | undefined): value is Exclude<undefined | null, T>;
|
|
13
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
14
|
-
export declare const _toStringOrNull: (value: any) => string | null;
|
|
15
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
16
|
-
export declare const _jsonEquals: <T1, T2>(val1: T1, val2: T2) => boolean;
|
|
17
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
18
|
-
export declare const _defaultComparator: (valueA: any, valueB: any, accentedCompare?: boolean) => number;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { ILocaleService, LocaleTextFunc } from '../interfaces/iLocaleService';
|
|
2
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
3
|
-
export declare function _getLocaleTextFunc<TKey extends string = string>(localeSvc?: ILocaleService<TKey>): LocaleTextFunc<TKey>;
|
|
4
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
5
|
-
export declare function _translate<T extends Record<string, string | ((variableValues: string[]) => string)>>(bean: {
|
|
6
|
-
getLocaleTextFunc(): LocaleTextFunc;
|
|
7
|
-
}, localeValues: T, key: keyof T & string, variableValues?: string[]): string;
|
|
8
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
9
|
-
export declare function _getLocaleTextFromFunc(getLocaleText: (params: {
|
|
10
|
-
key: string;
|
|
11
|
-
defaultValue: string;
|
|
12
|
-
variableValues?: string[];
|
|
13
|
-
}) => string): LocaleTextFunc;
|
|
14
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
15
|
-
export declare function _getLocaleTextFromMap(localeText?: {
|
|
16
|
-
[key: string]: string;
|
|
17
|
-
}): LocaleTextFunc;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export declare function _isPromise<T>(fn: any): fn is Promise<T>;
|
|
3
|
-
export declare function _wrapInterval(action: any, timeout?: any): AgPromise<number>;
|
|
4
|
-
type ResolveAndRejectCallback<T> = (resolve: (value: T | null) => void, reject: (params: any) => void) => void;
|
|
5
|
-
export declare class AgPromise<T> {
|
|
6
|
-
private status;
|
|
7
|
-
private resolution;
|
|
8
|
-
private readonly waiters;
|
|
9
|
-
static all<T>(promises: AgPromise<T | null>[]): AgPromise<(T | null)[]>;
|
|
10
|
-
static resolve<T>(value?: T | null): AgPromise<T>;
|
|
11
|
-
constructor(callback: ResolveAndRejectCallback<T>);
|
|
12
|
-
then<V>(func: (result: T | null) => V): AgPromise<V>;
|
|
13
|
-
private onDone;
|
|
14
|
-
private onReject;
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Calls toString() twice, in case value is an object, where user provides a toString() method.
|
|
3
|
-
* The first call to toString() returns back something other than a string (eg a number to render)
|
|
4
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
5
|
-
*/
|
|
6
|
-
export declare function _toString(toEscape?: string | null): string | null;
|
|
7
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
8
|
-
export declare function _escapeString(toEscape?: string | null): string | null;
|
|
9
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
10
|
-
export declare function _isExpressionString(value: unknown): value is `=${string}`;
|
|
11
|
-
/**
|
|
12
|
-
* Converts a camelCase string into startCase
|
|
13
|
-
* @param {string} camelCase
|
|
14
|
-
* @returns {string}
|
|
15
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
16
|
-
*/
|
|
17
|
-
export declare function _camelCaseToHumanText(camelCase: string | undefined): string | null;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Reads a deep property from `data` using a dotted path. Callers must have already verified
|
|
3
|
-
* that the field contains dots — for plain field names use `data[field]` directly.
|
|
4
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
5
|
-
*/
|
|
6
|
-
export declare function _getValueUsingDotField(data: any, field: string): any;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
2
|
-
export type AgWidgetSelectorType = 'AG-CHECKBOX' | 'AG-COLOR-INPUT' | 'AG-COLOR-PICKER' | 'AG-GROUP-COMPONENT' | 'AG-INPUT-DATE-FIELD' | 'AG-INPUT-NUMBER-FIELD' | 'AG-INPUT-RANGE' | 'AG-INPUT-TEXT-AREA' | 'AG-INPUT-TEXT-FIELD' | 'AG-RADIO-BUTTON' | 'AG-SELECT' | 'AG-SLIDER' | 'AG-TOGGLE-BUTTON' | 'AG-CONTENT-EDITABLE-FIELD';
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { BeanStub } from '../context/beanStub';
|
|
2
|
-
import type { BeanCollection } from '../context/context';
|
|
3
|
-
import type { AgColumn } from '../entities/agColumn';
|
|
4
|
-
import type { ColKey } from '../entities/colDef';
|
|
5
|
-
import type { ColumnEventType } from '../events';
|
|
6
|
-
import type { IAggFuncService } from '../interfaces/iAggFuncService';
|
|
7
|
-
import type { ColumnExtractors, ColumnOrdering, ColumnProcessors, IColsService } from '../interfaces/iColsService';
|
|
8
|
-
import type { IGroupHierarchyColService } from '../interfaces/iGroupHierarchyColService';
|
|
9
|
-
import type { ColumnChangedEventType } from './columnApi';
|
|
10
|
-
import { dispatchColumnChangedEvent } from './columnEventUtils';
|
|
11
|
-
import type { ColumnModel } from './columnModel';
|
|
12
|
-
import type { ColumnState, ColumnStateParams } from './columnStateUtils';
|
|
13
|
-
import type { VisibleColsService } from './visibleColsService';
|
|
14
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
15
|
-
export declare abstract class BaseColsService extends BeanStub implements IColsService {
|
|
16
|
-
protected colModel: ColumnModel;
|
|
17
|
-
protected aggFuncSvc?: IAggFuncService;
|
|
18
|
-
protected visibleCols: VisibleColsService;
|
|
19
|
-
protected groupHierarchCols?: IGroupHierarchyColService;
|
|
20
|
-
protected dispatchColumnChangedEvent: typeof dispatchColumnChangedEvent;
|
|
21
|
-
abstract eventName: ColumnChangedEventType;
|
|
22
|
-
abstract columnProcessors: ColumnProcessors;
|
|
23
|
-
abstract columnExtractors: ColumnExtractors;
|
|
24
|
-
columnOrdering: ColumnOrdering;
|
|
25
|
-
columns: AgColumn[];
|
|
26
|
-
columnIndexMap: {
|
|
27
|
-
[key: string]: number;
|
|
28
|
-
};
|
|
29
|
-
wireBeans(beans: BeanCollection): void;
|
|
30
|
-
sortColumns(compareFn: (a: AgColumn, b: AgColumn) => number): void;
|
|
31
|
-
setColumns(colKeys: ColKey[] | undefined, source: ColumnEventType): void;
|
|
32
|
-
addColumns(colKeys: ColKey[] | undefined, source: ColumnEventType): void;
|
|
33
|
-
removeColumns(colKeys: ColKey[] | undefined, source: ColumnEventType): void;
|
|
34
|
-
getColumnIndex(colId: string): number | undefined;
|
|
35
|
-
protected updateIndexMap: () => void;
|
|
36
|
-
private setColList;
|
|
37
|
-
private updateColList;
|
|
38
|
-
extractCols(source: ColumnEventType, oldProvidedCols?: AgColumn[]): AgColumn[];
|
|
39
|
-
abstract syncColumnWithState(column: AgColumn, source: ColumnEventType, getValue: <U extends keyof ColumnStateParams, S extends keyof ColumnStateParams>(key1: U, key2?: S) => {
|
|
40
|
-
value1: ColumnStateParams[U] | undefined;
|
|
41
|
-
value2: ColumnStateParams[S] | undefined;
|
|
42
|
-
}, rowIndex: {
|
|
43
|
-
[key: string]: number;
|
|
44
|
-
} | null): void;
|
|
45
|
-
restoreColumnOrder(columnStateAccumulator: {
|
|
46
|
-
[colId: string]: ColumnState;
|
|
47
|
-
}, incomingColumnState: {
|
|
48
|
-
[colId: string]: ColumnState;
|
|
49
|
-
}): {
|
|
50
|
-
[colId: string]: ColumnState;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { BeanCollection } from '../context/context';
|
|
2
|
-
import { AgColumn } from '../entities/agColumn';
|
|
3
|
-
import { AgProvidedColumnGroup } from '../entities/agProvidedColumnGroup';
|
|
4
|
-
import type { ColDef, ColGroupDef, SortDef, SortDirection } from '../entities/colDef';
|
|
5
|
-
import type { ColumnEventType } from '../events';
|
|
6
|
-
import type { IColumnKeyCreator } from './columnKeyCreator';
|
|
7
|
-
/**
|
|
8
|
-
* A performant approach to _createColumnTree where the function assumes all defs have an ID.
|
|
9
|
-
* Used for Pivoting.
|
|
10
|
-
* @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
|
|
11
|
-
*/
|
|
12
|
-
export declare function _createColumnTreeWithIds(beans: BeanCollection, defs: (ColDef<any, any> | ColGroupDef<any>)[] | null | undefined, primaryColumns: boolean, existingTree: (AgColumn | AgProvidedColumnGroup)[] | undefined, source: ColumnEventType): {
|
|
13
|
-
columnTree: (AgColumn | AgProvidedColumnGroup)[];
|
|
14
|
-
treeDepth: number;
|
|
15
|
-
};
|
|
16
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
17
|
-
export declare function _createColumnTree(beans: BeanCollection, defs: (ColDef<any, any> | ColGroupDef<any>)[] | null | undefined, primaryColumns: boolean, existingTree: (AgColumn | AgProvidedColumnGroup)[] | undefined, source: ColumnEventType): {
|
|
18
|
-
columnTree: (AgColumn | AgProvidedColumnGroup)[];
|
|
19
|
-
treeDepth: number;
|
|
20
|
-
};
|
|
21
|
-
export declare function _recursivelyCreateColumns(beans: BeanCollection, defs: (ColDef | ColGroupDef)[] | null, level: number, primaryColumns: boolean, existingColsCopy: AgColumn[], columnKeyCreator: IColumnKeyCreator, existingGroups: AgProvidedColumnGroup[], source: ColumnEventType): (AgColumn | AgProvidedColumnGroup)[];
|
|
22
|
-
/** Updates hide, sort, sortIndex, pinned and flex */
|
|
23
|
-
export declare function updateSomeColumnState(beans: BeanCollection, column: AgColumn, hide: boolean | null | undefined, sort: SortDirection | SortDef | undefined, sortIndex: number | null | undefined, pinned: boolean | 'left' | 'right' | null | undefined, flex: number | null | undefined, source: ColumnEventType): void;
|
|
24
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
25
|
-
export declare function _updateColumnState(beans: BeanCollection, column: AgColumn, colDef: ColDef, source: ColumnEventType): void;
|
|
26
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
27
|
-
export declare function _addColumnDefaultAndTypes(beans: BeanCollection, colDef: ColDef, colId: string, isAutoCol?: boolean): ColDef;
|
|
28
|
-
export declare function depthFirstOriginalTreeSearch(parent: AgProvidedColumnGroup | null, tree: (AgColumn | AgProvidedColumnGroup)[], callback: (treeNode: AgColumn | AgProvidedColumnGroup, parent: AgProvidedColumnGroup | null) => void): void;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type IColumnKeyCreator = {
|
|
2
|
-
getUniqueKey(colId?: string | null, colField?: string | null): string;
|
|
3
|
-
};
|
|
4
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
5
|
-
export declare class ColumnKeyCreator implements IColumnKeyCreator {
|
|
6
|
-
private existingKeys;
|
|
7
|
-
addExistingKeys(keys: string[]): void;
|
|
8
|
-
getUniqueKey(colId?: string | null, colField?: string | null): string;
|
|
9
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare function _shouldShowHorizontalScroll(horizontalElement: HTMLElement, verticalScrollElement?: HTMLElement, scrollbarWidth?: number, primaryScrollbarElement?: HTMLElement, oppositeScrollbarElement?: HTMLElement): boolean;
|
|
2
|
-
export declare function _shouldShowVerticalScroll(verticalElement: HTMLElement, horizontalScrollElement?: HTMLElement, scrollbarWidth?: number, primaryScrollbarElement?: HTMLElement, oppositeScrollbarElement?: HTMLElement): boolean;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { ColumnPinnedType } from '../../interfaces/iColumn';
|
|
2
|
-
import { Component } from '../../widgets/component';
|
|
3
|
-
export declare class HeaderRowContainerComp extends Component {
|
|
4
|
-
private readonly eCenterContainer;
|
|
5
|
-
private eRowContainer;
|
|
6
|
-
private readonly pinned;
|
|
7
|
-
private headerRowComps;
|
|
8
|
-
private rowCompsList;
|
|
9
|
-
constructor(pinned: ColumnPinnedType);
|
|
10
|
-
postConstruct(): void;
|
|
11
|
-
private selectAndSetTemplate;
|
|
12
|
-
destroy(): void;
|
|
13
|
-
private destroyRowComp;
|
|
14
|
-
private setCtrls;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { ColumnCollections } from '../columns/columnModel';
|
|
2
|
-
import type { AgColumn } from '../entities/agColumn';
|
|
3
|
-
import type { ColKey } from '../entities/colDef';
|
|
4
|
-
import type { GridOptions } from '../entities/gridOptions';
|
|
5
|
-
import type { ColumnEventType } from '../events';
|
|
6
|
-
import type { PropertyChangedEvent, PropertyValueChangedEvent } from '../gridOptionsService';
|
|
7
|
-
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
|
|
8
|
-
export interface IColumnCollectionService {
|
|
9
|
-
columns: ColumnCollections | null;
|
|
10
|
-
addColumns(cols: ColumnCollections): void;
|
|
11
|
-
createColumns(cols: ColumnCollections, updateOrders: (callback: (cols: AgColumn[] | null) => AgColumn[] | null) => void, source: ColumnEventType): void;
|
|
12
|
-
updateColumns(event: PropertyChangedEvent | PropertyValueChangedEvent<keyof GridOptions>): void;
|
|
13
|
-
getColumn(key: ColKey): AgColumn | null;
|
|
14
|
-
getColumns(): AgColumn[] | null;
|
|
15
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { Part } from '../../../agStack/theming/part';
|
|
2
|
-
import type { ColorValue } from '../../../agStack/theming/themeTypes';
|
|
3
|
-
export type BatchEditStyleParams = {
|
|
4
|
-
/**
|
|
5
|
-
* Background color for cells in batch edit mode
|
|
6
|
-
*/
|
|
7
|
-
cellBatchEditBackgroundColor: ColorValue;
|
|
8
|
-
/**
|
|
9
|
-
* Text color for cells in batch edit mode
|
|
10
|
-
*/
|
|
11
|
-
cellBatchEditTextColor: ColorValue;
|
|
12
|
-
/**
|
|
13
|
-
* Background color for rows in batch edit mode
|
|
14
|
-
*/
|
|
15
|
-
rowBatchEditBackgroundColor: ColorValue;
|
|
16
|
-
/**
|
|
17
|
-
* Text color for rows in batch edit mode
|
|
18
|
-
*/
|
|
19
|
-
rowBatchEditTextColor: ColorValue;
|
|
20
|
-
};
|
|
21
|
-
export declare const baseDarkBatchEditParams: BatchEditStyleParams;
|
|
22
|
-
export declare const batchEditStyleBase: Part<BatchEditStyleParams>;
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import type { Part } from '../../../agStack/theming/part';
|
|
2
|
-
import type { BorderValue, ColorValue } from '../../../agStack/theming/themeTypes';
|
|
3
|
-
export type FormulaStyleParams = {
|
|
4
|
-
/**
|
|
5
|
-
* The color of the 1st formula field token
|
|
6
|
-
*/
|
|
7
|
-
formulaToken1Color: ColorValue;
|
|
8
|
-
/**
|
|
9
|
-
* The background color of the 1st formula field token associated range
|
|
10
|
-
*/
|
|
11
|
-
formulaToken1BackgroundColor: ColorValue;
|
|
12
|
-
/**
|
|
13
|
-
* The border of the 1st formula field token associated range
|
|
14
|
-
*/
|
|
15
|
-
formulaToken1Border: BorderValue;
|
|
16
|
-
/**
|
|
17
|
-
* The color of the 2nd formula field token
|
|
18
|
-
*/
|
|
19
|
-
formulaToken2Color: ColorValue;
|
|
20
|
-
/**
|
|
21
|
-
* The background color of the 2nd formula field token associated range
|
|
22
|
-
*/
|
|
23
|
-
formulaToken2BackgroundColor: ColorValue;
|
|
24
|
-
/**
|
|
25
|
-
* The border of the 2nd formula field token associated range
|
|
26
|
-
*/
|
|
27
|
-
formulaToken2Border: BorderValue;
|
|
28
|
-
/**
|
|
29
|
-
* The color of the 3rd formula field token
|
|
30
|
-
*/
|
|
31
|
-
formulaToken3Color: ColorValue;
|
|
32
|
-
/**
|
|
33
|
-
* The background color of the 3rd formula field token associated range
|
|
34
|
-
*/
|
|
35
|
-
formulaToken3BackgroundColor: ColorValue;
|
|
36
|
-
/**
|
|
37
|
-
* The border of the 3rd formula field token associated range
|
|
38
|
-
*/
|
|
39
|
-
formulaToken3Border: BorderValue;
|
|
40
|
-
/**
|
|
41
|
-
* The color of the 4th formula field token
|
|
42
|
-
*/
|
|
43
|
-
formulaToken4Color: ColorValue;
|
|
44
|
-
/**
|
|
45
|
-
* The background color of the 4th formula field token associated range
|
|
46
|
-
*/
|
|
47
|
-
formulaToken4BackgroundColor: ColorValue;
|
|
48
|
-
/**
|
|
49
|
-
* The border of the 4th formula field token associated range
|
|
50
|
-
*/
|
|
51
|
-
formulaToken4Border: BorderValue;
|
|
52
|
-
/**
|
|
53
|
-
* The color of the 5th formula field token
|
|
54
|
-
*/
|
|
55
|
-
formulaToken5Color: ColorValue;
|
|
56
|
-
/**
|
|
57
|
-
* The background color of the 5th formula field token associated range
|
|
58
|
-
*/
|
|
59
|
-
formulaToken5BackgroundColor: ColorValue;
|
|
60
|
-
/**
|
|
61
|
-
* The border of the 5th formula field token associated range
|
|
62
|
-
*/
|
|
63
|
-
formulaToken5Border: BorderValue;
|
|
64
|
-
/**
|
|
65
|
-
* The color of the 6th formula field token
|
|
66
|
-
*/
|
|
67
|
-
formulaToken6Color: ColorValue;
|
|
68
|
-
/**
|
|
69
|
-
* The background color of the 6th formula field token associated range
|
|
70
|
-
*/
|
|
71
|
-
formulaToken6BackgroundColor: ColorValue;
|
|
72
|
-
/**
|
|
73
|
-
* The border of the 6th formula field token associated range
|
|
74
|
-
*/
|
|
75
|
-
formulaToken6Border: BorderValue;
|
|
76
|
-
/**
|
|
77
|
-
* The color of the 7th formula field token
|
|
78
|
-
*/
|
|
79
|
-
formulaToken7Color: ColorValue;
|
|
80
|
-
/**
|
|
81
|
-
* The background color of the 7th formula field token associated range
|
|
82
|
-
*/
|
|
83
|
-
formulaToken7BackgroundColor: ColorValue;
|
|
84
|
-
/**
|
|
85
|
-
* The border of the 7th formula field token associated range
|
|
86
|
-
*/
|
|
87
|
-
formulaToken7Border: BorderValue;
|
|
88
|
-
};
|
|
89
|
-
export declare const formulaStyleBase: Part<FormulaStyleParams>;
|