@adaptabletools/adaptable 16.0.1-canary.0 → 16.0.1-canary.1
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/bundle.cjs.js +162 -164
- package/package.json +1 -1
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -1
- package/src/AdaptableOptions/AdaptableOptions.d.ts +6 -1
- package/src/AdaptableOptions/CalendarOptions.d.ts +3 -3
- package/src/AdaptableOptions/CommentsOptions.d.ts +23 -0
- package/src/AdaptableOptions/Fdc3Options.d.ts +54 -47
- package/src/AdaptableOptions/FilterOptions.d.ts +7 -2
- package/src/AdaptableOptions/FinancePluginOptions.d.ts +2 -306
- package/src/AdaptableOptions/OpenFinPluginOptions.d.ts +0 -6
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +0 -17
- package/src/Api/CommentsApi.d.ts +6 -6
- package/src/Api/EventApi.d.ts +2 -14
- package/src/Api/GridApi.d.ts +13 -13
- package/src/Api/Implementation/ApiBase.d.ts +2 -0
- package/src/Api/Implementation/ApiBase.js +3 -0
- package/src/Api/Implementation/CalendarApiImpl.js +1 -2
- package/src/Api/Implementation/CommentsApiImpl.d.ts +3 -3
- package/src/Api/Implementation/CommentsApiImpl.js +3 -3
- package/src/Api/Implementation/GridApiImpl.js +2 -2
- package/src/Api/Implementation/OptionsApiImpl.d.ts +2 -1
- package/src/Api/Implementation/OptionsApiImpl.js +3 -0
- package/src/Api/Implementation/PluginsApiImpl.d.ts +0 -2
- package/src/Api/Implementation/PluginsApiImpl.js +0 -6
- package/src/Api/Internal/AdaptableInternalApi.js +1 -1
- package/src/Api/Internal/Fdc3InternalApi.js +2 -2
- package/src/Api/OptionsApi.d.ts +5 -1
- package/src/Api/PluginsApi.d.ts +0 -5
- package/src/PredefinedConfig/CommentsState.d.ts +30 -3
- package/src/PredefinedConfig/Common/Entitlement.d.ts +1 -1
- package/src/PredefinedConfig/Common/Fdc3Context.d.ts +6 -0
- package/src/PredefinedConfig/SystemState.d.ts +2 -2
- package/src/Redux/ActionsReducers/SystemRedux.d.ts +4 -4
- package/src/Strategy/CommentsModule.d.ts +2 -2
- package/src/Strategy/CommentsModule.js +11 -11
- package/src/Strategy/Fdc3Module.d.ts +0 -1
- package/src/Strategy/Fdc3Module.js +0 -3
- package/src/Utilities/Constants/GeneralConstants.d.ts +0 -1
- package/src/Utilities/Constants/GeneralConstants.js +2 -3
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +10 -7
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.d.ts +1 -7
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +621 -268
- package/src/View/Comments/CommentPopup.js +5 -5
- package/src/agGrid/Adaptable.d.ts +2 -1
- package/src/agGrid/Adaptable.js +5 -1
- package/src/agGrid/attachAddaptableColumnTypes.js +1 -0
- package/src/metamodel/adaptable.metamodel.d.ts +41 -411
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +4 -6
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/src/Api/FinanceApi.d.ts +0 -125
- package/src/PredefinedConfig/Common/FDC3Context_DEPR.d.ts +0 -246
- package/src/PredefinedConfig/Common/FDC3Context_DEPR.js +0 -2
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/index.d.ts +0 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/index.js +0 -5
- /package/src/{Api/FinanceApi.js → AdaptableOptions/CommentsOptions.js} +0 -0
package/src/types.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export type { ExportOptions, SystemExportDestination, SystemExportDestinations,
|
|
|
21
21
|
export type { DataSetOptions, DataSet, DataSetFormContext, } from './AdaptableOptions/DataSetOptions';
|
|
22
22
|
export type { CellSummaryOptions } from './AdaptableOptions/CellSummaryOptions';
|
|
23
23
|
export type { CustomSortOptions, ColumnValuesComparer } from './AdaptableOptions/CustomSortOptions';
|
|
24
|
+
export type { CommentOptions, CommmentableCellContext } from './AdaptableOptions/CommentsOptions';
|
|
24
25
|
export type { GroupingOptions, UnbalancedGroupsKeyContext, } from './AdaptableOptions/GroupingOptions';
|
|
25
26
|
export type { Glue42PluginOptions } from './AdaptableOptions/Glue42PluginOptions';
|
|
26
27
|
export type { Glue42WebPluginOptions } from './AdaptableOptions/Glue42WebPluginOptions';
|
|
@@ -30,7 +31,6 @@ export type { ChartingOptions, ChartContainer } from './AdaptableOptions/Chartin
|
|
|
30
31
|
export type { OpenFinPluginOptions } from './AdaptableOptions/OpenFinPluginOptions';
|
|
31
32
|
export type { MasterDetailPluginOptions, DetailInitContext, } from './AdaptableOptions/MasterDetailPluginOptions';
|
|
32
33
|
export type { FinsemblePluginOptions, FinsemblePluginStateOptions, } from './AdaptableOptions/FinsemblePluginOptions';
|
|
33
|
-
export type { FinancePluginOptions, FDC3Column_Depr, InstrumentColumn, PositionColumn, CountryColumn, InstrumentIntent, InstrumentIntents, PositionIntent, PositionIntents, ContactIntent, ContactIntents, CountryIntent, CountryIntents, ContactColumn, OrganizationColumn, OrganizationIntent, OrganizationIntents, FDC3Intent_Depr, RaiseFDC3IntentContext, FDC3DesktopAgent, CustomFDC3Column, CustomFDC3Intent_Depr, } from './AdaptableOptions/FinancePluginOptions';
|
|
34
34
|
export type { DateInputOptions } from './AdaptableOptions/DateInputOptions';
|
|
35
35
|
export type { FilterOptions, FilterContext } from './AdaptableOptions/FilterOptions';
|
|
36
36
|
export type { QuickSearchOptions } from './AdaptableOptions/QuickSearchOptions';
|
|
@@ -41,10 +41,10 @@ export type { AggregationColumns, WeightedAverageAggregation, } from './Predefin
|
|
|
41
41
|
export type { AccessLevel, Entitlement } from './PredefinedConfig/Common/Entitlement';
|
|
42
42
|
export type { FilterActionOnDataChange } from './PredefinedConfig/Common/FilterActionOnDataChange';
|
|
43
43
|
export type { ConfigState } from './PredefinedConfig/ConfigState';
|
|
44
|
-
export type { AdaptableComment, CommentsState, AdaptableComments,
|
|
44
|
+
export type { AdaptableComment, CommentsState, AdaptableComments, CommentGridCell, } from './PredefinedConfig/CommentsState';
|
|
45
45
|
export type { TeamSharingOptions, SharedEntitiesContext, } from './AdaptableOptions/TeamSharingOptions';
|
|
46
46
|
export type { ToolPanelOptions, CustomToolPanel, ToolPanelButtonContext, CustomToolPanelButtonContext, } from './AdaptableOptions/ToolPanelOptions';
|
|
47
|
-
export type { UserInterfaceOptions, BasePermittedValues, PermittedValues, EditLookUpPermittedValues, FilterPermittedValues, CustomSortPermittedValues, BulkUpdatePermittedValues, EditLookUpContext, PermittedValuesContext, FilterPermittedValuesContext, BulkUpdatePermittedValuesContext, GridInfoSections, GridInfoSection, ObjectTagsContext, CustomIcon,
|
|
47
|
+
export type { UserInterfaceOptions, BasePermittedValues, PermittedValues, EditLookUpPermittedValues, FilterPermittedValues, CustomSortPermittedValues, BulkUpdatePermittedValues, EditLookUpContext, PermittedValuesContext, FilterPermittedValuesContext, BulkUpdatePermittedValuesContext, GridInfoSections, GridInfoSection, ObjectTagsContext, CustomIcon, } from './AdaptableOptions/UserInterfaceOptions';
|
|
48
48
|
export type { MenuOptions } from './AdaptableOptions/MenuOptions';
|
|
49
49
|
export type { CustomSettingsPanel, SettingsPanelOptions, } from './AdaptableOptions/SettingsPanelOptions';
|
|
50
50
|
export type { EntitlementOptions, EntitlementContext, DefaultAccessLevelContext, } from './AdaptableOptions/EntitlementOptions';
|
|
@@ -75,7 +75,6 @@ export type { EntitlementApi } from './Api/EntitlementApi';
|
|
|
75
75
|
export type { ExportApi } from './Api/ExportApi';
|
|
76
76
|
export type { Fdc3Api } from './Api/Fdc3Api';
|
|
77
77
|
export type { FilterApi } from './Api/FilterApi';
|
|
78
|
-
export type { FinanceApi } from './Api/FinanceApi';
|
|
79
78
|
export type { FinsembleApi } from './Api/FinsembleApi';
|
|
80
79
|
export type { FlashingCellApi } from './Api/FlashingCellApi';
|
|
81
80
|
export type { FormatColumnApi } from './Api/FormatColumnApi';
|
|
@@ -151,7 +150,6 @@ export type { AdaptableObject, AdaptableObjectTag, AdaptableObjectLookupCriteria
|
|
|
151
150
|
export type { SuspendableObject } from './PredefinedConfig/Common/SuspendableObject';
|
|
152
151
|
export type { AdaptableQuery, AdaptableAggregatedBooleanQuery, AdaptableAggregatedScalarQuery, AdaptableBooleanQuery, AdaptableObservableQuery, AdaptableScalarQuery, } from './PredefinedConfig/Common/AdaptableQuery';
|
|
153
152
|
export type { AdaptablePredicate, AdaptableColumnPredicate, AdaptablePredicateDef, PredicateModuleScope, PredicateDefHandlerContext, PredicateDefInput, PredicateDefToStringParams, ColumnFilterDef, } from './PredefinedConfig/Common/AdaptablePredicate';
|
|
154
|
-
export type { FDC3Context_DEPR, InstrumentContextDepr, InstrumentListContextDepr, PositionContextDepr, PortfolioContextDepr, ContactContextDepr, ContactListContextDepr, CountryContextDepr, OrganizationContextDepr, AdaptableFDC3EventInfo, FDC3ContextTypeDepr, CustomFDC3Context, ContextDataDepr, } from './PredefinedConfig/Common/FDC3Context_DEPR';
|
|
155
153
|
export type { AdaptableScope } from './PredefinedConfig/Common/AdaptableScope';
|
|
156
154
|
export type { AdaptableStyle } from './PredefinedConfig/Common/AdaptableStyle';
|
|
157
155
|
export type { AdaptableBaseIcon, AdaptableIcon, AdaptableSystemIcon, AdaptableCustomIcon, AdaptableSystemIconName, AdaptableElementIcon, } from './PredefinedConfig/Common/AdaptableIcon';
|
|
@@ -200,4 +198,4 @@ export type { ToolPanelState, AdaptableToolPanelDefinition, ToolPanelVisibilityM
|
|
|
200
198
|
export type { AdaptableFrameworkComponent, AngularFrameworkComponent, ReactFrameworkComponent, CustomRenderContext, } from './AdaptableOptions/AdaptableFrameworkComponent';
|
|
201
199
|
export type { Fdc3ContextType, Fdc3CustomContextType, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, 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';
|
|
202
200
|
export type { Fdc3IntentType, Fdc3CustomIntentType, CompatibleContext, } from './PredefinedConfig/Common/Fdc3Intent';
|
|
203
|
-
export type { Fdc3Options, GridDataContextMapping, ResolveContextDataContext, RaiseIntentConfig, BroadcastConfig, HandleFdc3IntentContext, HandleFdc3Context, Fdc3ButtonContext, Fdc3AdaptableButton, HandleFdc3IntentResolutionContext, } from './AdaptableOptions/Fdc3Options';
|
|
201
|
+
export type { Fdc3Options, GridDataContextMapping, ActionColumnDefaultConfiguration, ResolveContextDataContext, RaiseIntentConfig, BroadcastConfig, HandleFdc3IntentContext, HandleFdc3Context, Fdc3ButtonContext, Fdc3AdaptableButton, HandleFdc3IntentResolutionContext, } from './AdaptableOptions/Fdc3Options';
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "16.0.1-canary.
|
|
1
|
+
declare const _default: "16.0.1-canary.1";
|
|
2
2
|
export default _default;
|
package/version.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = '16.0.1-canary.
|
|
3
|
+
exports.default = '16.0.1-canary.1'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|
package/src/Api/FinanceApi.d.ts
DELETED
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { IRowNode } from '@ag-grid-community/core';
|
|
2
|
-
import { ContactColumn, ContactIntent, CountryColumn, CustomFDC3Column, CustomFDC3Intent_Depr, FDC3Intent_Depr, FinancePluginOptions, InstrumentColumn, InstrumentIntent, OrganizationColumn, PositionColumn, PositionIntent } from '../AdaptableOptions/FinancePluginOptions';
|
|
3
|
-
import { ContactContextDepr, ContactListContextDepr, ContextDataDepr, CountryContextDepr, FDC3Context_DEPR, InstrumentContextDepr, InstrumentListContextDepr, OrganizationContextDepr, PortfolioContextDepr, PositionContextDepr } from '../types';
|
|
4
|
-
/**
|
|
5
|
-
* Provides run-time access to the Finance Plugin
|
|
6
|
-
*/
|
|
7
|
-
export interface FinanceApi {
|
|
8
|
-
/**
|
|
9
|
-
* Retrieves the FinancePlugOptions provided in the Finance Plugin
|
|
10
|
-
*/
|
|
11
|
-
getPluginOptions(): FinancePluginOptions;
|
|
12
|
-
/**
|
|
13
|
-
* Creates FDC3 Instrument Context
|
|
14
|
-
* @param instrumentColumn Instrument Column to create Context For
|
|
15
|
-
* @param rowNode Row Node to use for Context Data
|
|
16
|
-
* @param data custom Context Data
|
|
17
|
-
*/
|
|
18
|
-
createFDC3InstrumentContext(instrumentColumn: InstrumentColumn, rowNode: IRowNode, data?: ContextDataDepr): InstrumentContextDepr;
|
|
19
|
-
/**
|
|
20
|
-
* Creates FDC3 Instrumentlist Context
|
|
21
|
-
* @param instrumentColumn Instrument Column to create Context For
|
|
22
|
-
* @param rowNode Row Nodes to use for Context Data
|
|
23
|
-
* @param data custom Context Data
|
|
24
|
-
*/
|
|
25
|
-
createFDC3InstrumentListContext(instrumentColumn: InstrumentColumn, rowNodes: IRowNode[], data?: ContextDataDepr): InstrumentListContextDepr;
|
|
26
|
-
/**
|
|
27
|
-
* Creates FDC3 Position Context
|
|
28
|
-
* @param instrumentColumn Position Column to create Context For
|
|
29
|
-
* @param rowNode Row Node to use for Context Data
|
|
30
|
-
* @param data custom Context Data
|
|
31
|
-
*/
|
|
32
|
-
createFDC3PositionContext(positionColumn: PositionColumn, rowNode: IRowNode, data?: ContextDataDepr): PositionContextDepr;
|
|
33
|
-
/**
|
|
34
|
-
* Creates FDC3 Portfolio Context
|
|
35
|
-
* @param instrumentColumn Position Column to create Context For
|
|
36
|
-
* @param rowNode Row Nodes to use for Context Data
|
|
37
|
-
* @param data custom Context Data
|
|
38
|
-
*/
|
|
39
|
-
createFDC3PortfolioContext(positionColumn: PositionColumn, rowNodes: IRowNode[], data?: ContextDataDepr): PortfolioContextDepr;
|
|
40
|
-
/**
|
|
41
|
-
* Creates FDC3 Contact Context
|
|
42
|
-
* @param instrumentColumn Contact Column to create Context For
|
|
43
|
-
* @param rowNode Row Node to use for Context Data
|
|
44
|
-
* @param data custom Context Data
|
|
45
|
-
*/
|
|
46
|
-
createFDC3ContactContext(contactColumn: ContactColumn, rowNode: IRowNode, data?: ContextDataDepr): ContactContextDepr;
|
|
47
|
-
/**
|
|
48
|
-
* Creates FDC3 Contact List Context
|
|
49
|
-
* @param instrumentColumn Contact Column to create Context For
|
|
50
|
-
* @param rowNode Row Nodes to use for Context Data
|
|
51
|
-
* @param data custom Context Data
|
|
52
|
-
*/
|
|
53
|
-
createFDC3ContactListContext(contactColumn: ContactColumn, rowNodes: IRowNode[], data?: ContextDataDepr): ContactListContextDepr;
|
|
54
|
-
/**
|
|
55
|
-
* Creates FDC3 Organization Context
|
|
56
|
-
* @param instrumentColumn Organization Column to create Context For
|
|
57
|
-
* @param rowNode Row Node to use for Context Data
|
|
58
|
-
* @param data custom Context Data
|
|
59
|
-
*/
|
|
60
|
-
createFDC3OrganizationContext(organizationColumn: OrganizationColumn, rowNode: IRowNode, data?: ContextDataDepr): OrganizationContextDepr;
|
|
61
|
-
/**
|
|
62
|
-
* Creates FDC3 Country Context
|
|
63
|
-
* @param instrumentColumn Country Column to create Context For
|
|
64
|
-
* @param rowNode Row Node to use for Context Data
|
|
65
|
-
* @param data custom Context Data
|
|
66
|
-
*/
|
|
67
|
-
createFDC3CountryContext(countryColumn: CountryColumn, rowNode: IRowNode, data?: ContextDataDepr): CountryContextDepr;
|
|
68
|
-
/**
|
|
69
|
-
* Gets Instrument Column with given Id
|
|
70
|
-
* @param instrumentColumnId Column to Look
|
|
71
|
-
*/
|
|
72
|
-
getInstrumentColumnById(instrumentColumnId: string): InstrumentColumn;
|
|
73
|
-
/**
|
|
74
|
-
* Gets Position Column with given Id
|
|
75
|
-
* @param instrumentColumnId Column to Look
|
|
76
|
-
*/
|
|
77
|
-
getPositionColumnById(positionColumnId: string): PositionColumn;
|
|
78
|
-
/**
|
|
79
|
-
* Gets Contact Column with given Id
|
|
80
|
-
* @param instrumentColumnId Column to Look
|
|
81
|
-
*/
|
|
82
|
-
getContactColumnById(contactColumnId: string): ContactColumn;
|
|
83
|
-
/**
|
|
84
|
-
* Gets Organization Column with given Id
|
|
85
|
-
* @param instrumentColumnId Column to Look
|
|
86
|
-
*/
|
|
87
|
-
getOrganizationColumnById(organizationColumnId: string): OrganizationColumn;
|
|
88
|
-
/**
|
|
89
|
-
* Gets Country Column with given Id
|
|
90
|
-
* @param instrumentColumnId Column to Look
|
|
91
|
-
*/
|
|
92
|
-
getCountryColumnById(countryColumnId: string): CountryColumn;
|
|
93
|
-
getCustomFDC3ColumnById(customFDC3ColumnId: string): CustomFDC3Column;
|
|
94
|
-
/**
|
|
95
|
-
* Publishes an FDC3 Message Event of type `Broadcast`
|
|
96
|
-
* @param context context for Event
|
|
97
|
-
*/
|
|
98
|
-
publishBroadcastFDC3MessageEvent(context: FDC3Context_DEPR): void;
|
|
99
|
-
/**
|
|
100
|
-
* Publishes an FDC3 Message Event of type `RaiseIntentForContext`
|
|
101
|
-
* @param context context for Event
|
|
102
|
-
*/
|
|
103
|
-
publishRaiseFDC3IntentForContextEvent(context: FDC3Context_DEPR): void;
|
|
104
|
-
/**
|
|
105
|
-
* Publishes an FDC3 Message Event of type `Raise Event`
|
|
106
|
-
* @param context context for Event
|
|
107
|
-
* @param intent FDC3 Intent to Raise
|
|
108
|
-
*/
|
|
109
|
-
publishRaiseFDC3IntentEvent(context: FDC3Context_DEPR, intent: FDC3Intent_Depr | CustomFDC3Intent_Depr): void;
|
|
110
|
-
/**
|
|
111
|
-
* Checks whether the Instrument Intent is valid for Instrument Lists
|
|
112
|
-
* @param intent FDC3 Intent to check
|
|
113
|
-
*/
|
|
114
|
-
isValidInstrumentlistIntent(intent: InstrumentIntent): boolean;
|
|
115
|
-
/**
|
|
116
|
-
* Checks whether the Contact Intent is valid for Contact Lists
|
|
117
|
-
* @param intent FDC3 Intent to check
|
|
118
|
-
*/
|
|
119
|
-
isValidContactlistIntent(intent: ContactIntent): boolean;
|
|
120
|
-
/**
|
|
121
|
-
* Checks whether the Position Intent is valid for single Positions (and not Portfolios)
|
|
122
|
-
* @param intent FDC3 Intent to check
|
|
123
|
-
*/
|
|
124
|
-
isValidPositionIntent(intent: PositionIntent): boolean;
|
|
125
|
-
}
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
import { CustomFDC3Intent_Depr } from '../../AdaptableOptions/FinancePluginOptions';
|
|
2
|
-
import { BaseEventInfo } from '../../Api/Events/BaseEventInfo';
|
|
3
|
-
import { FDC3Intent_Depr } from '../../types';
|
|
4
|
-
/**
|
|
5
|
-
* General-purpose context type, as defined by [FDC3](https://fdc3.finos.org/docs/1.0/context-intro).
|
|
6
|
-
* A context object is a well-understood datum that is streamable between FDC3 participants.
|
|
7
|
-
* As a result it has a field describing what type it is, and data indicating its identity.
|
|
8
|
-
* Use this as a base to derive your own with any custom properties or metadata.
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* General-purpose context type, as defined by FDC3
|
|
12
|
-
*/
|
|
13
|
-
export interface FDC3Context_DEPR {
|
|
14
|
-
/**
|
|
15
|
-
* Type of FDC3Context_DEPR that uniquely identifies it, e.g. "instrument"; used to refer to the accepted context(s) when declaring intents
|
|
16
|
-
*/
|
|
17
|
-
type: FDC3ContextTypeDepr;
|
|
18
|
-
/**
|
|
19
|
-
* Name of the context data (optional) - a text string that describes the data being sent
|
|
20
|
-
*/
|
|
21
|
-
name?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Optional map of any equivalent identifiers for the context type, e.g. ISIN, CUSIP, etc. for Instrument
|
|
24
|
-
*/
|
|
25
|
-
id?: {
|
|
26
|
-
[key: string]: string | undefined;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Custom properties and metadata. This can be extended in specific context object.
|
|
30
|
-
*/
|
|
31
|
-
[key: string]: unknown;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* FDC3 Context to define a financial Instrument
|
|
35
|
-
*/
|
|
36
|
-
export interface InstrumentContextDepr extends FDC3Context_DEPR {
|
|
37
|
-
/**
|
|
38
|
-
* Context type is always `instrument`
|
|
39
|
-
*/
|
|
40
|
-
type: 'fdc3.instrument';
|
|
41
|
-
/**
|
|
42
|
-
* Free text name of the Instrument
|
|
43
|
-
*/
|
|
44
|
-
name?: string;
|
|
45
|
-
/**
|
|
46
|
-
* Instrument data: ticker, ISIN, CUSIP, SEDOL, RIC, BBG, PERMID, FIGI
|
|
47
|
-
*/
|
|
48
|
-
id?: {
|
|
49
|
-
[key: string]: string;
|
|
50
|
-
} & {
|
|
51
|
-
ticker?: string;
|
|
52
|
-
ISIN?: string;
|
|
53
|
-
CUSIP?: string;
|
|
54
|
-
SEDOL?: string;
|
|
55
|
-
RIC?: string;
|
|
56
|
-
BBG?: string;
|
|
57
|
-
PERMID?: string;
|
|
58
|
-
FIGI?: string;
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* FDC3 Context to define an array of financial Instruments
|
|
63
|
-
*/
|
|
64
|
-
export interface InstrumentListContextDepr extends FDC3Context_DEPR {
|
|
65
|
-
/**
|
|
66
|
-
* Context type is always `instrumentList`
|
|
67
|
-
*/
|
|
68
|
-
type: 'fdc3.instrumentList';
|
|
69
|
-
/**
|
|
70
|
-
* Free text name of list of Instruments (not set by AdapTable)
|
|
71
|
-
*/
|
|
72
|
-
name?: string;
|
|
73
|
-
/**
|
|
74
|
-
* Optional Id
|
|
75
|
-
*/
|
|
76
|
-
id?: any;
|
|
77
|
-
/**
|
|
78
|
-
* The instrument data
|
|
79
|
-
*/
|
|
80
|
-
instruments?: InstrumentContextDepr[];
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* FDC3 Context to define a financial Position (requires an Instrument)
|
|
84
|
-
*/
|
|
85
|
-
export interface PositionContextDepr extends FDC3Context_DEPR {
|
|
86
|
-
/**
|
|
87
|
-
* Context type is always `position`
|
|
88
|
-
*/
|
|
89
|
-
type: 'fdc3.position';
|
|
90
|
-
/**
|
|
91
|
-
* The `InstrumentContext` of the relevant Instrument
|
|
92
|
-
*/
|
|
93
|
-
instrument: InstrumentContextDepr;
|
|
94
|
-
/**
|
|
95
|
-
* Free text name of Position
|
|
96
|
-
*/
|
|
97
|
-
name?: string;
|
|
98
|
-
/**
|
|
99
|
-
* Optional Id
|
|
100
|
-
*/
|
|
101
|
-
id?: any;
|
|
102
|
-
/**
|
|
103
|
-
* Holding in the Position (mandatory)
|
|
104
|
-
*/
|
|
105
|
-
holding: number;
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* FDC3 Context to define a financial Portfolio (array of Positions)
|
|
109
|
-
*/
|
|
110
|
-
export interface PortfolioContextDepr extends FDC3Context_DEPR {
|
|
111
|
-
/**
|
|
112
|
-
* Context type is always `portfolio`
|
|
113
|
-
*/
|
|
114
|
-
type: 'fdc3.portfolio';
|
|
115
|
-
/**
|
|
116
|
-
* Free text name of portfolio
|
|
117
|
-
*/
|
|
118
|
-
name?: string;
|
|
119
|
-
/**
|
|
120
|
-
* Optional Id
|
|
121
|
-
*/
|
|
122
|
-
id?: any;
|
|
123
|
-
/**
|
|
124
|
-
* The position data
|
|
125
|
-
*/
|
|
126
|
-
positions?: PositionContextDepr[];
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* FDC3 Context to define a Contact
|
|
130
|
-
*/
|
|
131
|
-
export interface ContactContextDepr extends FDC3Context_DEPR {
|
|
132
|
-
/**
|
|
133
|
-
* Context type is always `contact`
|
|
134
|
-
*/
|
|
135
|
-
type: 'fdc3.contact';
|
|
136
|
-
/**
|
|
137
|
-
* Free text name of Contact
|
|
138
|
-
*/
|
|
139
|
-
name?: string;
|
|
140
|
-
/**
|
|
141
|
-
* The Contact data: email, FDS_ID
|
|
142
|
-
*/
|
|
143
|
-
id?: {
|
|
144
|
-
[key: string]: string;
|
|
145
|
-
} & {
|
|
146
|
-
email?: string;
|
|
147
|
-
FDS_ID?: string;
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* FDC3 Context to define a list of Contacts
|
|
152
|
-
*/
|
|
153
|
-
export interface ContactListContextDepr extends FDC3Context_DEPR {
|
|
154
|
-
/**
|
|
155
|
-
* Context type is always `contactList`
|
|
156
|
-
*/
|
|
157
|
-
type: 'fdc3.contactList';
|
|
158
|
-
/**
|
|
159
|
-
* Free text name of Contact list
|
|
160
|
-
*/
|
|
161
|
-
name?: string;
|
|
162
|
-
/**
|
|
163
|
-
* Optional Id
|
|
164
|
-
*/
|
|
165
|
-
id?: any;
|
|
166
|
-
/**
|
|
167
|
-
* The array of Contacts
|
|
168
|
-
*/
|
|
169
|
-
contacts?: ContactContextDepr[];
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
* FDC3 Context to define an Organization
|
|
173
|
-
*/
|
|
174
|
-
export interface OrganizationContextDepr extends FDC3Context_DEPR {
|
|
175
|
-
/**
|
|
176
|
-
* Context type is always `organization`
|
|
177
|
-
*/
|
|
178
|
-
type: 'fdc3.organization';
|
|
179
|
-
/**
|
|
180
|
-
* Free text name of Organization
|
|
181
|
-
*/
|
|
182
|
-
name?: string;
|
|
183
|
-
/**
|
|
184
|
-
* The Organization data: LEI, PERMID, FDS_ID
|
|
185
|
-
*/
|
|
186
|
-
id?: {
|
|
187
|
-
[key: string]: string;
|
|
188
|
-
} & {
|
|
189
|
-
LEI?: string;
|
|
190
|
-
PERMID?: string;
|
|
191
|
-
FDS_ID?: string;
|
|
192
|
-
};
|
|
193
|
-
}
|
|
194
|
-
/**
|
|
195
|
-
* FDC3 Context to define a Country
|
|
196
|
-
*/
|
|
197
|
-
export interface CountryContextDepr extends FDC3Context_DEPR {
|
|
198
|
-
/**
|
|
199
|
-
* Context type is always `country`
|
|
200
|
-
*/
|
|
201
|
-
type: 'fdc3.country';
|
|
202
|
-
/**
|
|
203
|
-
* Free text name of Country
|
|
204
|
-
*/
|
|
205
|
-
name?: string;
|
|
206
|
-
/**
|
|
207
|
-
* The Country data: ISOALPHA2, ISOALPHA3
|
|
208
|
-
*/
|
|
209
|
-
id?: {
|
|
210
|
-
[key: string]: string;
|
|
211
|
-
} & {
|
|
212
|
-
ISOALPHA2?: string;
|
|
213
|
-
ISOALPHA3?: string;
|
|
214
|
-
};
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
* EventInfo returned by `FDC3MessageSent` event
|
|
218
|
-
*/
|
|
219
|
-
export interface AdaptableFDC3EventInfo extends BaseEventInfo {
|
|
220
|
-
/**
|
|
221
|
-
* Type of Event: `RaiseIntent`, `RaiseIntentForContext` or `BroadcastMessage`
|
|
222
|
-
*/
|
|
223
|
-
eventType: 'RaiseIntent' | 'RaiseIntentForContext' | 'BroadcastMessage';
|
|
224
|
-
/**
|
|
225
|
-
* The FDC3 Intent which caused Event to fire (if type is `RaiseIntent`)
|
|
226
|
-
*/
|
|
227
|
-
intent?: FDC3Intent_Depr | CustomFDC3Intent_Depr;
|
|
228
|
-
/**
|
|
229
|
-
* Full FDC3 Context for the object related to the event
|
|
230
|
-
*/
|
|
231
|
-
context: FDC3Context_DEPR;
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* Defines which FDC3 context is being used
|
|
235
|
-
*/
|
|
236
|
-
export declare type FDC3ContextTypeDepr = 'fdc3.instrument' | 'fdc3.instrumentList' | 'fdc3.position' | 'fdc3.portfolio' | 'fdc3.contact' | 'fdc3.contactList' | 'fdc3.organization' | 'fdc3.country';
|
|
237
|
-
/**
|
|
238
|
-
* Context used when providing Custom FDC3 content
|
|
239
|
-
*/
|
|
240
|
-
export interface CustomFDC3Context extends FDC3Context_DEPR {
|
|
241
|
-
type: any;
|
|
242
|
-
}
|
|
243
|
-
/**
|
|
244
|
-
* Data used in FDC3 Contexts
|
|
245
|
-
*/
|
|
246
|
-
export declare type ContextDataDepr = Record<string, unknown>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { FinanceForm } from './FinanceForm';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FinanceForm = void 0;
|
|
4
|
-
var FinanceForm_1 = require("./FinanceForm");
|
|
5
|
-
Object.defineProperty(exports, "FinanceForm", { enumerable: true, get: function () { return FinanceForm_1.FinanceForm; } });
|
|
File without changes
|