@adaptabletools/adaptable 16.0.0-canary.3 → 16.0.0-canary.4

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.
Files changed (84) hide show
  1. package/README.md +2 -0
  2. package/base.css +31 -23
  3. package/base.css.map +1 -1
  4. package/bundle.cjs.js +145 -145
  5. package/index.css +43 -31
  6. package/index.css.map +1 -1
  7. package/package.json +10 -2
  8. package/publishTimestamp.d.ts +1 -1
  9. package/publishTimestamp.js +1 -1
  10. package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -0
  11. package/src/AdaptableOptions/AdaptableOptions.d.ts +9 -4
  12. package/src/AdaptableOptions/ColumnOptions.d.ts +1 -10
  13. package/src/AdaptableOptions/Fdc3Options.d.ts +150 -0
  14. package/src/AdaptableOptions/Fdc3Options.js +5 -0
  15. package/src/AdaptableOptions/FinancePluginOptions.d.ts +9 -9
  16. package/src/AdaptableOptions/GroupingOptions.d.ts +8 -0
  17. package/src/AdaptableOptions/OpenFinPluginOptions.d.ts +1 -1
  18. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +6 -6
  19. package/src/Api/AdaptableApi.d.ts +7 -2
  20. package/src/Api/EventApi.d.ts +3 -3
  21. package/src/Api/Events/ThemeChanged.d.ts +0 -6
  22. package/src/Api/Events/ThemeEdited.d.ts +11 -0
  23. package/src/Api/Fdc3Api.d.ts +83 -0
  24. package/src/Api/Fdc3Api.js +2 -0
  25. package/src/Api/FinanceApi.d.ts +12 -12
  26. package/src/Api/Implementation/AdaptableApiImpl.d.ts +2 -0
  27. package/src/Api/Implementation/AdaptableApiImpl.js +3 -0
  28. package/src/Api/Implementation/ApiBase.d.ts +4 -0
  29. package/src/Api/Implementation/ApiBase.js +6 -0
  30. package/src/Api/Implementation/Fdc3ApiImpl.d.ts +26 -0
  31. package/src/Api/Implementation/Fdc3ApiImpl.js +79 -0
  32. package/src/Api/Implementation/OptionsApiImpl.d.ts +2 -0
  33. package/src/Api/Implementation/OptionsApiImpl.js +3 -0
  34. package/src/Api/Implementation/QuickSearchApiImpl.d.ts +2 -0
  35. package/src/Api/Implementation/QuickSearchApiImpl.js +7 -0
  36. package/src/Api/Internal/AdaptableInternalApi.d.ts +5 -3
  37. package/src/Api/Internal/AdaptableInternalApi.js +16 -10
  38. package/src/Api/Internal/Fdc3InternalApi.d.ts +11 -0
  39. package/src/Api/Internal/Fdc3InternalApi.js +72 -0
  40. package/src/Api/OptionsApi.d.ts +5 -0
  41. package/src/Api/QuickSearchApi.d.ts +8 -0
  42. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +1 -1
  43. package/src/PredefinedConfig/Common/{FDC3Context.d.ts → FDC3Context_DEPR.d.ts} +19 -19
  44. package/src/PredefinedConfig/Common/FDC3Context_DEPR.js +2 -0
  45. package/src/PredefinedConfig/Common/Fdc3Context.d.ts +53 -0
  46. package/src/PredefinedConfig/Common/Fdc3Context.js +35 -0
  47. package/src/PredefinedConfig/Common/Fdc3Intent.d.ts +68 -0
  48. package/src/PredefinedConfig/Common/Fdc3Intent.js +75 -0
  49. package/src/PredefinedConfig/Common/Types.d.ts +1 -1
  50. package/src/PredefinedConfig/SystemState.d.ts +3 -0
  51. package/src/Redux/ActionsReducers/SystemRedux.d.ts +12 -6
  52. package/src/Redux/ActionsReducers/SystemRedux.js +18 -2
  53. package/src/Redux/Store/AdaptableStore.js +2 -2
  54. package/src/Strategy/Fdc3Module.d.ts +13 -0
  55. package/src/Strategy/Fdc3Module.js +85 -0
  56. package/src/Utilities/Constants/ModuleConstants.d.ts +3 -0
  57. package/src/Utilities/Constants/ModuleConstants.js +5 -2
  58. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +5 -1
  59. package/src/Utilities/Services/Fdc3Service.d.ts +20 -0
  60. package/src/Utilities/Services/Fdc3Service.js +87 -0
  61. package/src/View/AdaptableView.js +9 -7
  62. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.d.ts +9 -0
  63. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.d.ts +2 -0
  64. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +26 -0
  65. package/src/View/QuickSearch/QuickSearchInput.d.ts +6 -0
  66. package/src/View/QuickSearch/QuickSearchInput.js +22 -0
  67. package/src/View/QuickSearch/QuickSearchViewPanel.d.ts +2 -5
  68. package/src/View/QuickSearch/QuickSearchViewPanel.js +5 -19
  69. package/src/agGrid/ActionColumnRenderer.js +1 -1
  70. package/src/agGrid/Adaptable.d.ts +2 -0
  71. package/src/agGrid/Adaptable.js +21 -12
  72. package/src/agGrid/agGridHelper.js +2 -0
  73. package/src/components/Drawer/index.d.ts +6 -0
  74. package/src/components/Drawer/index.js +60 -0
  75. package/src/components/ExpressionEditor/index.js +4 -2
  76. package/src/components/icons/fdc3.d.ts +3 -0
  77. package/src/components/icons/fdc3.js +9 -0
  78. package/src/components/icons/index.js +3 -1
  79. package/src/metamodel/adaptable.metamodel.d.ts +45 -16
  80. package/src/metamodel/adaptable.metamodel.js +1 -1
  81. package/src/types.d.ts +6 -3
  82. package/version.d.ts +1 -1
  83. package/version.js +1 -1
  84. /package/src/{PredefinedConfig/Common/FDC3Context.js → Api/Events/ThemeEdited.js} +0 -0
package/src/types.d.ts CHANGED
@@ -15,7 +15,7 @@ export type { TOAST_POSITIONS, NotificationsOptions, } from './AdaptableOptions/
15
15
  export type { AlertOptions, ActionHandler, AlertForm, AlertFormContext, AlertMessageContext, } from './AdaptableOptions/AlertOptions';
16
16
  export type { DashboardOptions, CustomToolbar, DashboardButtonContext, CustomToolbarButtonContext, } from './AdaptableOptions/DashboardOptions';
17
17
  export type { EditOptions, ValidationResult, SmartEditCustomOperation, SmartEditOperation, SmartEditOperationContext, ServerValidationContext, CellEditableContext, } from './AdaptableOptions/EditOptions';
18
- export type { ActionRowOptions, ActionRowButtonOptions, ActionRowFormOptions, ActionRowParamContext, ActionRowParamFieldContext, CreateActionRowFormContext, EditActionRowFormContext, ActionRowFormContext, ActionRowButtonType, ActionRowButtonConfigurationContext, ActionRowButtonsContext, SetPrimaryKeyValueContext } from './AdaptableOptions/ActionRowOptions';
18
+ export type { ActionRowOptions, ActionRowButtonOptions, ActionRowFormOptions, ActionRowParamContext, ActionRowParamFieldContext, CreateActionRowFormContext, EditActionRowFormContext, ActionRowFormContext, ActionRowButtonType, ActionRowButtonConfigurationContext, ActionRowButtonsContext, SetPrimaryKeyValueContext, } from './AdaptableOptions/ActionRowOptions';
19
19
  export type { ActionColumnContext, ActionColumn, ActionColumnSettings, ActionColumnOptions, } from './AdaptableOptions/ActionColumnOptions';
20
20
  export type { ExportOptions, SystemExportDestination, SystemExportDestinations, CustomDestination, ExternalReport, PreProcessExportContext, AdaptableReportColumn, DataFormatType, ExportFormContext, ReportContext, ExportableColumnContext, } from './AdaptableOptions/ExportOptions';
21
21
  export type { DataSetOptions, DataSet, DataSetFormContext, } from './AdaptableOptions/DataSetOptions';
@@ -124,7 +124,8 @@ export type { AdaptableSearchState } from './Api/Events/AdaptableSearchState';
124
124
  export type { DataSetSelectedInfo } from './Api/Events/DataSetSelected';
125
125
  export type { SelectionChangedInfo } from './Api/Events/SelectionChanged';
126
126
  export type { AdaptableStateReloadedInfo } from './Api/Events/AdaptableStateReloaded';
127
- export type { ThemeChangedInfo, ThemeEditedInfo } from './Api/Events/ThemeChanged';
127
+ export type { ThemeChangedInfo } from './Api/Events/ThemeChanged';
128
+ export type { ThemeEditedInfo } from './Api/Events/ThemeEdited';
128
129
  export type { DashboardChangedInfo } from './Api/Events/DashboardChanged';
129
130
  export type { ScheduleTriggeredInfo } from './Api/Events/ScheduleTriggered';
130
131
  export type { AdaptableStateChangedInfo } from './Api/Events/AdaptableStateChanged';
@@ -147,7 +148,7 @@ export type { AdaptableObject, AdaptableObjectTag, AdaptableObjectLookupCriteria
147
148
  export type { SuspendableObject } from './PredefinedConfig/Common/SuspendableObject';
148
149
  export type { AdaptableQuery, AdaptableAggregatedBooleanQuery, AdaptableAggregatedScalarQuery, AdaptableBooleanQuery, AdaptableObservableQuery, AdaptableScalarQuery, } from './PredefinedConfig/Common/AdaptableQuery';
149
150
  export type { AdaptablePredicate, AdaptableColumnPredicate, AdaptablePredicateDef, PredicateModuleScope, PredicateDefHandlerContext, PredicateDefInput, PredicateDefToStringParams, ColumnFilterDef, } from './PredefinedConfig/Common/AdaptablePredicate';
150
- export type { FDC3Context, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, AdaptableFDC3EventInfo, FDC3ContextType, CustomFDC3Context, ContextData, } from './PredefinedConfig/Common/FDC3Context';
151
+ export type { FDC3Context_DEPR, InstrumentContextDepr, InstrumentListContextDepr, PositionContextDepr, PortfolioContextDepr, ContactContextDepr, ContactListContextDepr, CountryContextDepr, OrganizationContextDepr, AdaptableFDC3EventInfo, FDC3ContextTypeDepr, CustomFDC3Context, ContextDataDepr, } from './PredefinedConfig/Common/FDC3Context_DEPR';
151
152
  export type { AdaptableScope } from './PredefinedConfig/Common/AdaptableScope';
152
153
  export type { AdaptableStyle } from './PredefinedConfig/Common/AdaptableStyle';
153
154
  export type { AdaptableBaseIcon, AdaptableIcon, AdaptableSystemIcon, AdaptableCustomIcon, AdaptableSystemIconName, AdaptableElementIcon, } from './PredefinedConfig/Common/AdaptableIcon';
@@ -194,3 +195,5 @@ export type { SharedEntity, AdaptableSharedEntity, CustomSharedEntity, TeamShari
194
195
  export type { AdaptableTheme, ThemeState } from './PredefinedConfig/ThemeState';
195
196
  export type { ToolPanelState, AdaptableToolPanelDefinition, ToolPanelVisibilityMode, } from './PredefinedConfig/ToolPanelState';
196
197
  export type { AdaptableFrameworkComponent, AngularFrameworkComponent, ReactFrameworkComponent, CustomRenderContext, } from './AdaptableOptions/AdaptableFrameworkComponent';
198
+ export type { Fdc3ContextType, 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';
199
+ export type { Fdc3IntentType, CompatibleContext } from './PredefinedConfig/Common/Fdc3Intent';
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "16.0.0-canary.3";
1
+ declare const _default: "16.0.0-canary.4";
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.0-canary.3'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
3
+ exports.default = '16.0.0-canary.4'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version