@adaptabletools/adaptable 18.0.0-canary.13 → 18.0.0-canary.14

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/src/types.d.ts CHANGED
@@ -22,7 +22,7 @@ export type { DataImportValidationError, DataImportOptions, DataImportFileHandle
22
22
  export type { DataSetOptions, DataSet, DataSetFormContext, } from './AdaptableOptions/DataSetOptions';
23
23
  export type { CellSummaryOptions } from './AdaptableOptions/CellSummaryOptions';
24
24
  export type { CustomSortOptions, ColumnValuesComparer } from './AdaptableOptions/CustomSortOptions';
25
- export type { NoteOptions, NotableCellContext, } from './AdaptableOptions/NoteOptions';
25
+ export type { NoteOptions, NotableCellContext } from './AdaptableOptions/NoteOptions';
26
26
  export type { CommentOptions, CommentableCellContext, CommentLoadContext, } from './AdaptableOptions/CommentOptions';
27
27
  export type { GroupingOptions, BalancedGroupsKeyContext } from './AdaptableOptions/GroupingOptions';
28
28
  export type { IPushPullPluginOptions } from './AdaptableOptions/IPushPullPluginOptions';
@@ -36,7 +36,7 @@ export type { ColumnFilterOptions, QuickFilterOptions, FilterFormOptions, Values
36
36
  export type { GridFilterOptions, GridFilterEditors, GridFilterEditor, } from './AdaptableOptions/GridFilterOptions';
37
37
  export type { QuickSearchOptions, QuickSearchContext } from './AdaptableOptions/QuickSearchOptions';
38
38
  export type { FormatColumnOptions, CustomDisplayFormatter, CustomDisplayFormatterContext, } from './AdaptableOptions/FormatColumnOptions';
39
- export type { ColumnOptions, ColumnFriendlyNameContext, ColumnTypesContext } from './AdaptableOptions/ColumnOptions';
39
+ export type { ColumnOptions, ColumnFriendlyNameContext, ColumnTypesContext, } from './AdaptableOptions/ColumnOptions';
40
40
  export type { AdaptablePersistStateFunction, AdaptableStateFunctionConfig, AdaptableLoadStateFunction, AdaptableSaveStateFunction, AdaptableClearStateFunction, StateOptions, } from './AdaptableOptions/StateOptions';
41
41
  export type { AggregationColumns, WeightedAverageAggregation, } from './PredefinedConfig/Common/AggregationColumns';
42
42
  export type { AccessLevel, Entitlement } from './PredefinedConfig/Common/Entitlement';
@@ -192,7 +192,7 @@ export type { PredefinedConfig } from './PredefinedConfig/PredefinedConfig';
192
192
  export type { NamedQuery, NamedQueryState } from './PredefinedConfig/NamedQueryState';
193
193
  export type { QuickSearchState } from './PredefinedConfig/QuickSearchState';
194
194
  export type { ReminderSchedule, ScheduleState } from './PredefinedConfig/ScheduleState';
195
- export type { GridCell, CellUpdateRequest, CellAddress } from './PredefinedConfig/Selection/GridCell';
195
+ export type { GridCell, CellUpdateRequest, CellAddress, } from './PredefinedConfig/Selection/GridCell';
196
196
  export type { GridRow, RowInfo } from './PredefinedConfig/Selection/GridRow';
197
197
  export type { SelectedCellInfo } from './PredefinedConfig/Selection/SelectedCellInfo';
198
198
  export type { SelectedRowInfo } from './PredefinedConfig/Selection/SelectedRowInfo';
@@ -205,6 +205,6 @@ export type { AdaptableFrameworkComponent, AngularFrameworkComponent, ReactFrame
205
205
  export type { Fdc3StandardContextType, Fdc3CustomContextType, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, Fdc3ContextType, Fdc3Context, ChartContextType, ChartContext, ChatInitSettingsContext, ChatInitSettingsContextType, ContactContextType, ContactListContextType, CurrencyContext, EmailContext, CountryContextType, CurrencyContextType, EmailContextType, InstrumentContextType, InstrumentListContextType, NothingContextType, OrganizationContextType, PortfolioContextType, PositionContextType, NothingContext, Fdc3CustomContext, ValuationContext, ValuationContextType, TimeRangeContextType, TimeRangeContext, } from './PredefinedConfig/Common/Fdc3Context';
206
206
  export type { Fdc3IntentType, Fdc3StandardIntentType, Fdc3CustomIntentType, CompatibleContext, } from './PredefinedConfig/Common/Fdc3Intent';
207
207
  export type { Fdc3Options, GridDataContextMapping, ActionColumnDefaultConfiguration, ResolveContextDataContext, RaiseIntentConfig, BroadcastConfig, HandleFdc3IntentContext, HandleFdc3Context, Fdc3ButtonContext, Fdc3AdaptableButton, HandleFdc3IntentResolutionContext, UIControlConfig, Fdc3IntentOptions, Fdc3ContextOptions, RaiseIntentConfiguration, BroadcastConfiguration, FDC3ActionColumn, } from './AdaptableOptions/Fdc3Options';
208
- export type { CommentState, CommentThread, AdaptableComment } from './PredefinedConfig/CommentState';
208
+ export type { CommentState, CommentThread, AdaptableComment, } from './PredefinedConfig/CommentState';
209
209
  export type { UpgradeConfig } from '../agGrid';
210
210
  export type { TransposeConfig } from './PredefinedConfig/Common/TransposeConfig';