@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
221 lines (220 loc) • 23.4 kB
TypeScript
export type { ExpressionFunction, ExpressionFunctionDocBlock, ExpressionFunctionHandler, ExpressionContext, ExpressionFunctionMap, ExpressionCategory, ExpressionFunctionInputType, AggregatedExpressionFunction, AggregatedExpressionReducerContext, AggregatedExpressionProcessAggValueContext, AggregatedExpressionPrepareRowValueContext, AggregatedExpressionFilterRowContext, AST, AST_Function, AST_Expression, Token, } from './../src/parser/src/types';
export type { AdaptableLogger } from './../src/agGrid/AdaptableLogger';
export type { AgGridConfig } from './AdaptableInterfaces/IAdaptable';
export type { AdaptableConfig } from './View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig';
export type { AdaptableNoCodeWizardOptions, IAdaptableNoCodeWizard, } from './AdaptableInterfaces/AdaptableNoCodeWizard';
export type { BooleanFunctionName } from './Utilities/ExpressionFunctions/booleanExpressionFunctions';
export type { ScalarFunctionName } from './Utilities/ExpressionFunctions/scalarExpressionFunctions';
export type { ObservableFunctionName } from './Utilities/ExpressionFunctions/observableExpressionFunctions';
export type { AggregatedBooleanFunctionName } from './Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions';
export type { AggregatedScalarFunctionName } from './Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions';
export type { AdaptableOptions } from './AdaptableOptions/AdaptableOptions';
export { AdaptablePlugin } from './AdaptableOptions/AdaptablePlugin';
export type { ContainerOptions } from './AdaptableOptions/ContainerOptions';
export type { FlashingCellOptions, FlashTarget } from './AdaptableOptions/FlashingCellOptions';
export type { ToastPositions, ToastTransitions, NotificationsOptions, } from './AdaptableOptions/NotificationsOptions';
export type { AlertOptions, CommandHandler, AlertForm, AlertFormContext, AlertMessageContext, DataChangeDetectionPolicy, } from './AdaptableOptions/AlertOptions';
export type { DashboardOptions, CustomToolbar, DashboardButtonContext, CustomToolbarButtonContext, DashboardButtonsLocation, ToolbarActions, ToolbarAction, } from './AdaptableOptions/DashboardOptions';
export type { EditOptions, ServerValidationResult, SmartEditCustomOperation, SmartEditOperation, SmartEditOperationContext, ServerValidationContext, CellEditableContext, CustomEditColumnValuesContext, CustomEditColumnValueInfo, } from './AdaptableOptions/EditOptions';
export type { ActionColumnContext, ActionColumn, ActionColumnButton, ActionColumnSettings, ActionColumnOptions, ActionButtonCommand, } from './AdaptableOptions/ActionColumnOptions';
export type { SetPrimaryKeyValueContext, RowFormOptions, RowFormContext, CreateRowFormContext, EditRowFormContext, RowFormType, RowFormColumnContext, RowFormFieldContext, RowFormTitleContext, } from './AdaptableOptions/RowFormOptions';
export type { AdaptableNumberCellEditorParams } from './agGrid/editors/AdaptableNumberEditor';
export type { AdaptableDateEditorParams } from './agGrid/editors/AdaptableDateEditor';
export type { AdaptablePercentageCellEditorParams } from './agGrid/editors/AdaptablePercentageEditor';
export type { ExportOptions, SystemExportDestination, CustomDestination, ProcessExportContext, DataFormatType, ExportFormContext, ReportContext, ReportFileNameContext, DataFormatDataType, ExportDestinationType, GetDetailRowsContext, BaseExportContext, ExportResultData, } from './AdaptableOptions/ExportOptions';
export type { DataImportValidationError, DataImportOptions, DataImportFileHandler, HandleImportedDataContext, DataImportValidateContext, GetPrimaryKeyValueContext, PreprocessRowDataContext, HandleImportedDataResolution, } from './AdaptableOptions/DataImportOptions';
export type { DataSetOptions, DataSet, DataSetFormContext, } from './AdaptableOptions/DataSetOptions';
export type { CellSummaryOptions } from './AdaptableOptions/CellSummaryOptions';
export type { CustomSortOptions, ColumnValuesComparer } from './AdaptableOptions/CustomSortOptions';
export type { NoteOptions, NotableCellContext } from './AdaptableOptions/NoteOptions';
export type { CommentOptions, CommentableCellContext, CommentLoadContext, } from './AdaptableOptions/CommentOptions';
export type { IPushPullPluginOptions } from './AdaptableOptions/IPushPullPluginOptions';
export type { LayoutOptions, LayoutViewOptions, LayoutTagOptions, LayoutAvailableContext, AutoGenerateTagsForLayoutsContext, LayoutAssociatedObject, PivotPreviewColumnsContext, } from './AdaptableOptions/LayoutOptions';
export type { ChartingOptions, ChartContainer, ExternalChartingContext, ExternalChartingOptions, SaveChartBehaviour, } from './AdaptableOptions/ChartingOptions';
export type { OpenFinPluginOptions } from './AdaptableOptions/OpenFinPluginOptions';
export type { InteropioPluginOptions } from './AdaptableOptions/InteropioPluginOptions';
export type { MasterDetailPluginOptions, DetailInitContext, } from './AdaptableOptions/MasterDetailPluginOptions';
export type { DateInputOptions } from './AdaptableOptions/DateInputOptions';
export type { FilterOptions, ColumnFilterOptions, GridFilterOptions, IsRowFilterableContext, InFilterValueInfo, CustomInFilterValuesContext, GridFilterEditors, } from './AdaptableOptions/FilterOptions';
export type { QuickSearchOptions, QuickSearchContext } from './AdaptableOptions/QuickSearchOptions';
export type { FormatColumnOptions, CustomDisplayFormatter, CustomDisplayFormatterContext, } from './AdaptableOptions/FormatColumnOptions';
export type { ColumnOptions, ColumnFriendlyNameContext, ColumnTypesContext, } from './AdaptableOptions/ColumnOptions';
export type { AdaptablePersistStateFunction, AdaptableStateFunctionConfig, AdaptableLoadStateFunction, AdaptableSaveStateFunction, AdaptableClearStateFunction, StateOptions, } from './AdaptableOptions/StateOptions';
export type { TableAggregationColumns, PivotAggregationColumns, WeightedAverageAggregation, } from './AdaptableState/Common/AggregationColumns';
export type { AccessLevel, Entitlement } from './AdaptableState/Common/Entitlement';
export type { ExtendedLayoutInfo, LayoutExtension, } from './AdaptableState/Common/ExtendedLayoutInfo';
export type { FilterActionOnDataChange, ApplyFilterAction, } from './AdaptableState/Common/FilterActionOnDataChange';
export type { BaseState } from './AdaptableState/BaseState';
export type { AdaptableNote, NoteState, AdaptableNotes } from './AdaptableState/NoteState';
export type { TeamSharingOptions, SharedEntitiesContext, } from './AdaptableOptions/TeamSharingOptions';
export type { ToolPanelOptions, CustomToolPanel, ToolPanelButtonContext, CustomToolPanelButtonContext, } from './AdaptableOptions/ToolPanelOptions';
export type { UserInterfaceOptions, LoadingScreenOptions, ObjectTagsContext, CustomIcon, } from './AdaptableOptions/UserInterfaceOptions';
export type { ContextMenuOptions, AdaptableSystemContextMenuItem, CustomContextMenuContext, CustomContextMenuItem, UserContextMenuItem, AgGridContextMenuItemType, DefaultAdaptableMenuStructure, DefaultAgGridMenuStructure, CustomGroupContextMenuItem, } from './AdaptableOptions/ContextMenuOptions';
export type { ColumnMenuOptions, CustomColumnMenuContext, CustomColumnMenuItem, UserColumnMenuItem, AdaptableSystemColumnMenuItem, AgGridColumnMenuItemType, CustomGroupColumnMenuItem, } from './AdaptableOptions/ColumnMenuOptions';
export type { CustomSettingsPanel, SettingsPanelOptions, PopupType, } from './AdaptableOptions/SettingsPanelOptions';
export type { EntitlementOptions, EntitlementContext, DefaultAccessLevelContext, } from './AdaptableOptions/EntitlementOptions';
export type { EvaluateExpressionExternallyContext, ExpressionOptions, ModuleExpressionFunctions, ModuleExpressionFunctionsMap, GlobalExpressionFunctionsContext, ModuleExpressionFunctionsContext, CustomQueryVariableContext, QueryableColumnContext, AdaptableFieldContext, } from './AdaptableOptions/ExpressionOptions';
export type { PredicateOptions, SystemPredicatesContext, } from './AdaptableOptions/PredicateOptions';
export type { CalendarOptions } from './AdaptableOptions/CalendarOptions';
export type { DataChangeHistoryOptions, DataChangeHistoryButton, DataChangeHistoryContext, AdaptableDataChangeHistoryAction, } from './AdaptableOptions/DataChangeHistoryOptions';
export type { LayoutAssociatedObjectLoadConfig } from './Api/Implementation/ApiBase';
export type { AdaptableApi, DestroyConfig } from './Api/AdaptableApi';
export type { ActionColumnApi } from './Api/ActionColumnApi';
export type { AlertApi } from './Api/AlertApi';
export type { ApplicationApi } from './Api/ApplicationApi';
export type { BulkUpdateApi } from './Api/BulkUpdateApi';
export type { CalendarApi } from './Api/CalendarApi';
export type { CalculatedColumnApi } from './Api/CalculatedColumnApi';
export type { CellSummaryApi } from './Api/CellSummaryApi';
export type { ChartingApi } from './Api/ChartingApi';
export type { ColumnApi } from './Api/ColumnApi';
export type { ColumnFilterApi } from './Api/ColumnFilterApi';
export type { CommentApi } from './Api/CommentApi';
export type { StateApi } from './Api/StateApi';
export type { CustomSortApi } from './Api/CustomSortApi';
export type { DashboardApi } from './Api/DashboardApi';
export type { DataImportApi } from './Api/DataImportApi';
export type { DataSetApi } from './Api/DataSetApi';
export type { DataChangeHistoryApi } from './Api/DataChangeHistoryApi';
export type { EntitlementApi } from './Api/EntitlementApi';
export type { ExportApi } from './Api/ExportApi';
export type { ExpressionApi } from './Api/ExpressionApi';
export type { Fdc3Api } from './Api/Fdc3Api';
export type { FilterApi } from './Api/FilterApi';
export type { FlashingCellApi } from './Api/FlashingCellApi';
export type { FormatColumnApi } from './Api/FormatColumnApi';
export type { FreeTextColumnApi } from './Api/FreeTextColumnApi';
export type { GridApi, ColDefWithId } from './Api/GridApi';
export type { GridFilterApi } from './Api/GridFilterApi';
export type { LayoutApi } from './Api/LayoutApi';
export type { NamedQueryApi } from './Api/NamedQueryApi';
export type { ColumnMenuApi } from './Api/ColumnMenuApi';
export type { ContextMenuApi } from './Api/ContextMenuApi';
export type { NoteApi } from './Api/NoteApi';
export type { OptionsApi } from './Api/OptionsApi';
export type { PlusMinusApi } from './Api/PlusMinusApi';
export type { PredicateApi } from './Api/PredicateApi';
export type { QuickSearchApi } from './Api/QuickSearchApi';
export type { RowFormApi } from './Api/RowFormApi';
export type { ScheduleApi } from './Api/ScheduleApi';
export type { ColumnScopeApi } from './Api/ColumnScopeApi';
export type { SettingsPanelApi } from './Api/SettingsPanelApi';
export type { ShortcutApi } from './Api/ShortcutApi';
export type { SmartEditApi } from './Api/SmartEditApi';
export type { StatusBarApi } from './Api/StatusBarApi';
export type { StyledColumnApi } from './Api/StyledColumnApi';
export type { SystemStatusApi } from './Api/SystemStatusApi';
export type { TeamSharingApi } from './Api/TeamSharingApi';
export type { ThemeApi } from './Api/ThemeApi';
export type { ToolPanelApi } from './Api/ToolPanelApi';
export type { UserInterfaceApi } from './Api/UserInterfaceApi';
export type { PluginsApi } from './Api/PluginsApi';
export type { InteropioPluginApi } from './Api/InteropioPluginApi';
export type { IPushPullApi } from './Api/IPushPullApi';
export type { OpenFinApi } from './Api/OpenFinApi';
export type { EventApi } from './Api/EventApi';
export type { AdaptableReadyInfo } from './Api/Events/AdaptableReady';
export type { AlertFiredInfo } from './Api/Events/AlertFired';
export type { DataImportedInfo } from './Api/Events/DataImported';
export type { FlashingCellDisplayedInfo } from './Api/Events/FlashingCellDisplayed';
export type { SystemStatusMessageDisplayedInfo } from './Api/Events/SystemStatusMessageDisplayed';
export type { CellChangedInfo } from './Api/Events/CellChanged';
export type { TeamSharingEntityChangedInfo } from './Api/Events/TeamSharingEntityChanged';
export type { RowChangedInfo } from './Api/Events/RowChanged';
export type { LayoutChangedInfo } from './Api/Events/LayoutChanged';
export type { CalculatedColumnChangedInfo } from './Api/Events/CalculatedColumnChanged';
export type { CustomToolbarConfiguredInfo } from './Api/Events/CustomToolbarConfigured';
export type { LiveDataChangedInfo, LiveReport } from './Api/Events/LiveDataChanged';
export type { ChartChangedInfo, ChartingOpenState, ChartDisplayedInfo, } from './Api/Events/ChartChanged';
export type { RowFormSubmittedInfo, CreatedRowInfo, EditedRowInfo, DeletedRowInfo, } from './Api/Events/RowFormSubmitted';
export type { ColumnFilterAppliedInfo } from './Api/Events/ColumnFilterApplied';
export type { GridFilterAppliedInfo } from './Api/Events/GridFilterApplied';
export type { GridSortedInfo } from './Api/Events/GridSorted';
export type { AdaptableSearchState } from './AdaptableState/Common/AdaptableSearchState';
export type { AdaptableSortState } from './AdaptableState/Common/AdaptableSortState';
export type { DataSetSelectedInfo } from './Api/Events/DataSetSelected';
export type { CellSelectionChangedInfo } from './Api/Events/CellSelectionChanged';
export type { RowSelectionChangedInfo } from './Api/Events/RowSelectionChanged';
export type { AdaptableStateReloadedInfo } from './Api/Events/AdaptableStateReloaded';
export type { ThemeChangedInfo } from './Api/Events/ThemeChanged';
export type { DashboardChangedInfo } from './Api/Events/DashboardChanged';
export type { ScheduleTriggeredInfo } from './Api/Events/ScheduleTriggered';
export type { AdaptableStateChangedInfo } from './Api/Events/AdaptableStateChanged';
export type { CommentChangedInfo } from './Api/Events/CommentChanged';
export type { Fdc3MessageInfo, Fdc3MessageSentInfo, Fdc3MessageReceivedInfo, } from './Api/Events/Fdc3MessageInfo';
export type { AdaptableState, AdaptablePersistentState } from './AdaptableState/AdaptableState';
export type { AlertDefinition, AlertProperties, AlertState, AlertButtonForm, AlertButton, AdaptableAlertCommand, AlertDefinitionPredicate, AlertRule, AdaptableAlertQuery, SystemAlertPredicateId, SystemAlertPredicateIds, } from './AdaptableState/AlertState';
export type { ApplicationDataEntry, ApplicationState } from './AdaptableState/ApplicationState';
export type { SpecialColumnSettings } from './AdaptableState/Common/SpecialColumnSettings';
export type { CalculatedColumn, CalculatedColumnSettings, CalculatedColumnState, AdaptableCalculatedColumnQuery, } from './AdaptableState/CalculatedColumnState';
export type { CellSummmaryInfo, CustomCellSummaryOperation, CustomCellSummaryOperationContext, } from './AdaptableState/Common/CellSummary';
export type { FlashingCellDefinition, FlashingCellState, SystemFlashingCellPredicateId, SystemFlashingCellPredicateIds, } from './AdaptableState/FlashingCellState';
export type { AdaptableAlert, AdaptableAlertType, AdaptableGenericAlert, AdaptableCellChangedAlert, AdaptableRowChangedAlert, AdaptableAlertBase, } from './AdaptableState/Common/AdaptableAlert';
export type { AdaptableFlashingCell } from './AdaptableState/Common/AdaptableFlashingCell';
export type { AdaptableColumn, AdaptableColumnBase, AdaptableSpecialColumnType, AdaptableColumnDataType, AdaptableColumnGroup, } from './AdaptableState/Common/AdaptableColumn';
export type { AdaptableField } from './AdaptableState/Common/AdaptableField';
export type { AdaptableComparerFunction } from './AdaptableState/Common/AdaptableComparerFunction';
export type { SystemStatusMessageInfo } from './AdaptableState/Common/SystemStatusMessageInfo';
export type { AlternativeModuleName } from './AdaptableState/Common/AlternativeModuleName';
export type { AdaptableFormat, DateFormatterOptions, NumberFormatterOptions, StringFormatterOptions, } from './AdaptableState/Common/AdaptableFormat';
export type { AdaptableMessageType } from './AdaptableState/Common/AdaptableMessageType';
export type { AdaptableObject, AdaptableObjectTag, AdaptableObjectLookupCriteria, AdaptableVersion, } from './AdaptableState/Common/AdaptableObject';
export type { SuspendableObject } from './AdaptableState/Common/SuspendableObject';
export type { AdaptableQuery, AdaptableAggregatedBooleanQuery, AdaptableAggregatedScalarQuery, AdaptableBooleanQuery, AdaptableObservableQuery, AdaptableScalarQuery, } from './AdaptableState/Common/AdaptableQuery';
export type { AdaptablePredicate, AdaptableColumnPredicate, AdaptablePredicateDef, PredicateModuleScope, PredicateDefHandlerContext, PredicateDefInput, PredicateDefToStringParams, ColumnFilterDef, } from './AdaptableState/Common/AdaptablePredicate';
export type { ColumnScope } from './AdaptableState/Common/ColumnScope';
export type { RowScope } from './AdaptableState/Common/RowScope';
export type { AdaptableStyle } from './AdaptableState/Common/AdaptableStyle';
export type { AdaptableBaseIcon, AdaptableIcon, AdaptableSystemIcon, AdaptableCustomIcon, AdaptableSystemIconName, AdaptableElementIcon, } from './AdaptableState/Common/AdaptableIcon';
export type { CellHighlightInfo } from './AdaptableState/Common/CellHighlightInfo';
export type { RowHighlightInfo } from './AdaptableState/Common/RowHighlightInfo';
export type { RowsHighlightInfo } from './AdaptableState/Common/RowsHighlightInfo';
export type { ColumnSort } from './AdaptableState/Common/ColumnSort';
export type { CellDataChangedInfo } from './AdaptableState/Common/CellDataChangedInfo';
export type { RowDataChangedInfo, RowDataChangeTrigger, } from './AdaptableState/Common/RowDataChangedInfo';
export type { DataChangedScope } from './AdaptableState/Common/DataChangedScope';
export type { DataUpdateConfig } from './AdaptableState/Common/DataUpdateConfig';
export type { AdaptableFormData, AdaptableForm, AdaptableFormField, AdaptableFormFieldType, } from './AdaptableState/Common/AdaptableForm';
export type { AdaptableButton } from './AdaptableState/Common/AdaptableButton';
export type { AdaptableMenuItem, UserMenuItem, ColumnMenuContext, ContextMenuContext, AdaptableContextMenuItem, AdaptableColumnMenuItem, AdaptableColumnMenuItemName, AdaptableContextMenuItemName, AgGridMenuItem, MenuCategory, MenuSeparator, } from './AdaptableState/Common/Menu';
export type { BaseContext } from './AdaptableState/Common/BaseContext';
export type { AdaptableColumnContext } from './AdaptableState/Common/AdaptableColumnContext';
export type { FormContext } from './AdaptableState/Common/FormContext';
export type { Schedule } from './AdaptableState/Common/Schedule';
export type { ButtonStyle } from './AdaptableState/Common/ButtonStyle';
export type { AdaptableModule, AdaptableToolPanel, AdaptableQLModule, AdaptableSettingsPanel, AdaptableDashboardToolbar, AdaptableStatusBarPanel, AdaptableModuleButton, } from './AdaptableState/Common/Types';
export type { ChartDefinition, ChartingState, ChartingAggFunc, } from './AdaptableState/ChartingState';
export type { CustomSort, CustomSortState } from './AdaptableState/CustomSortState';
export type { DashboardState, DashboardTab, AdaptableCoordinate, } from './AdaptableState/DashboardState';
export type { ExportState, Report, ReportData, ReportColumn, ReportSchedule, SystemReportName, SystemReportNames, SystemReportFormat, ReportRowScope, ReportColumnScope, ReportNameType, ReportFormatType, } from './AdaptableState/ExportState';
export type { ColumnFilter, ColumnFilterPredicate, SystemFilterPredicateIds, SystemFilterPredicateId, PredicatesOperator, } from './AdaptableState/Common/ColumnFilter';
export type { GridFilter } from './AdaptableState/Common/GridFilter';
export type { FormatColumn, FormatColumnState, FormatColumnRule, FormatColumnPredicate, SystemFormatColumnPredicateId, SystemFormatColumnPredicateIds, } from './AdaptableState/FormatColumnState';
export type { StyledColumn, StyledColumnState, PercentBarStyle, GradientStyle, CellColorRange, ColumnComparison, CellTextOptions, CellTextOption, NumericStyledColumn, RangeValueType, SparklineStyle, BadgeStyle, BadgeStyleDefinition, BadgeStylePredicate, SystemBadgeStylePredicateId, SystemBadgeStylePredicateIds, } from './AdaptableState/StyledColumnState';
export type { FreeTextColumn, FreeTextColumnState, FreeTextStoredValue, FreeTextColumnSettings, } from './AdaptableState/FreeTextColumnState';
export type { StatusBarState, AdaptableStatusBar } from './AdaptableState/StatusBarState';
export type { IPushPullDomain, IPushPullReport, IPushPullSchedule, IPushPullState, } from './AdaptableState/IPushPullState';
export type { Layout, LayoutState, LayoutArray, LayoutBase, TableLayout, PivotLayout, RowGroupValues, RowGroupValuesWithExceptionKeys, ColumnStringMap, ColumnNumberMap, ColumnBooleanFalseMap, ColumnDirectionMap, } from './AdaptableState/LayoutState';
export type { RowSummary, RowSummaryPosition } from './AdaptableState/Common/RowSummary';
export type { OpenFinReport, OpenFinSchedule, OpenFinState } from './AdaptableState/OpenFinState';
export type { PlusMinusNudge, PlusMinusState } from './AdaptableState/PlusMinusState';
export type { PredefinedConfig, InitialState } from './AdaptableState/InitialState';
export type { NamedQuery, NamedQueryState } from './AdaptableState/NamedQueryState';
export type { QuickSearchState } from './AdaptableState/QuickSearchState';
export type { ReminderSchedule, ScheduleState } from './AdaptableState/ScheduleState';
export type { GridCell, CellUpdateRequest, CellAddress } from './AdaptableState/Selection/GridCell';
export type { GridRow, RowInfo } from './AdaptableState/Selection/GridRow';
export type { SelectedCellInfo } from './AdaptableState/Selection/SelectedCellInfo';
export type { SelectedRowInfo } from './AdaptableState/Selection/SelectedRowInfo';
export type { GridCellRange } from './AdaptableState/Selection/GridCellRange';
export type { Shortcut, ShortcutState, ShortcutScopeDataType, } from './AdaptableState/ShortcutState';
export type { SharedEntity, AdaptableSharedEntity, CustomSharedEntity, TeamSharingState, SharedEntityType, AdaptableSharedEntityConfig, CustomSharedEntityConfig, } from './AdaptableState/TeamSharingState';
export type { AdaptableTheme, ThemeState } from './AdaptableState/ThemeState';
export type { ToolPanelState, AdaptableToolPanelDefinition, ToolPanelVisibilityMode, } from './AdaptableState/ToolPanelState';
export type { AdaptableFrameworkComponent, AngularFrameworkComponent, ReactFrameworkComponent, VueFrameworkComponent, CustomRenderFunction, CustomRenderContext, } from './agGrid/AdaptableFrameworkComponent';
export type { Fdc3Options, GridDataContextMapping, ActionColumnDefaultConfiguration, ResolveContextDataContext, RaiseIntentConfig, BroadcastConfig, HandleFdc3IntentContext, HandleFdc3Context, Fdc3ButtonContext, Fdc3AdaptableButton, HandleFdc3IntentResolutionContext, UIControlConfig, Fdc3IntentOptions, Fdc3ContextOptions, RaiseIntentConfiguration, BroadcastConfiguration, FDC3ActionColumn, } from './AdaptableOptions/Fdc3Options';
export type { CommentState, CommentThread, AdaptableComment } from './AdaptableState/CommentState';
export type { UpgradeConfig } from '../agGrid';
export type { ProgressIndicatorConfig } from './AdaptableState/Common/ProgressIndicatorConfig';
export type { CustomWindowConfig } from './AdaptableState/Common/CustomWindowConfig';
export type { TransposeConfig } from './AdaptableState/Common/TransposeConfig';