@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/package.json +1 -1
- package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -2
- package/src/Api/Internal/AdaptableInternalApi.d.ts +2 -0
- package/src/Api/Internal/AdaptableInternalApi.js +3 -0
- package/src/PredefinedConfig/Common/RowSummary.d.ts +7 -1
- package/src/PredefinedConfig/Common/TransposeConfig.d.ts +19 -0
- package/src/PredefinedConfig/LayoutState.d.ts +1 -1
- package/src/Strategy/CellSummaryModule.js +2 -1
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +5 -2
- package/src/Utilities/Services/Interface/ISummaryService.d.ts +17 -0
- package/src/Utilities/Services/Interface/ISummaryService.js +12 -0
- package/src/Utilities/Services/SummaryService.d.ts +4 -13
- package/src/Utilities/Services/SummaryService.js +0 -12
- package/src/View/Layout/Wizard/LayoutWizard.js +7 -7
- package/src/View/Layout/Wizard/sections/RowSummarySection.js +13 -3
- package/src/agGrid/AdaptableAgGrid.d.ts +2 -2
- package/src/agGrid/AdaptableAgGrid.js +3 -1
- package/src/agGrid/AgGridMenuAdapter.js +10 -6
- package/src/env.js +2 -2
- package/src/metamodel/adaptable.metamodel.d.ts +25 -0
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +4 -4
- package/tsconfig.esm.tsbuildinfo +1 -1
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
|
|
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';
|