@adaptabletools/adaptable 13.0.6 → 13.0.8

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 (40) hide show
  1. package/bundle.cjs.js +188 -188
  2. package/package.json +1 -1
  3. package/publishTimestamp.d.ts +1 -1
  4. package/publishTimestamp.js +1 -1
  5. package/src/AdaptableOptions/AdaptableQLOptions.d.ts +9 -205
  6. package/src/AdaptableOptions/ExpressionOptions.d.ts +204 -0
  7. package/src/AdaptableOptions/ExpressionOptions.js +2 -0
  8. package/src/AdaptableOptions/FilterOptions.d.ts +2 -1
  9. package/src/AdaptableOptions/PredicateOptions.d.ts +32 -0
  10. package/src/AdaptableOptions/PredicateOptions.js +2 -0
  11. package/src/Api/AlertApi.d.ts +20 -4
  12. package/src/Api/FilterApi.d.ts +1 -5
  13. package/src/Api/FlashingCellApi.d.ts +0 -4
  14. package/src/Api/FormatColumnApi.d.ts +0 -4
  15. package/src/Api/Implementation/AlertApiImpl.d.ts +4 -1
  16. package/src/Api/Implementation/AlertApiImpl.js +15 -4
  17. package/src/Api/Implementation/ApiBase.d.ts +2 -1
  18. package/src/Api/Implementation/ColumnApiImpl.js +0 -1
  19. package/src/Api/Implementation/FilterApiImpl.d.ts +1 -3
  20. package/src/Api/Implementation/FilterApiImpl.js +4 -12
  21. package/src/Api/Implementation/FlashingCellApiImpl.d.ts +0 -1
  22. package/src/Api/Implementation/FlashingCellApiImpl.js +3 -4
  23. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +0 -1
  24. package/src/Api/Implementation/FormatColumnApiImpl.js +3 -4
  25. package/src/Api/Implementation/PredicateApiImpl.d.ts +10 -2
  26. package/src/Api/Implementation/PredicateApiImpl.js +83 -0
  27. package/src/Api/PredicateApi.d.ts +18 -2
  28. package/src/PredefinedConfig/AlertState.d.ts +8 -1
  29. package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +5 -2
  30. package/src/PredefinedConfig/Common/AdaptablePredicate.js +4 -1
  31. package/src/PredefinedConfig/Common/ColumnFilter.d.ts +2 -2
  32. package/src/PredefinedConfig/FlashingCellState.d.ts +8 -1
  33. package/src/PredefinedConfig/FormatColumnState.d.ts +8 -1
  34. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +7 -1
  35. package/src/Utilities/Helpers/AdaptableHelper.js +1 -0
  36. package/src/metamodel/adaptable.metamodel.d.ts +30 -0
  37. package/src/metamodel/adaptable.metamodel.js +1 -1
  38. package/src/types.d.ts +7 -5
  39. package/version.d.ts +1 -1
  40. package/version.js +1 -1
package/src/types.d.ts CHANGED
@@ -38,7 +38,9 @@ export type { UserInterfaceOptions, BasePermittedValues, PermittedValues, EditLo
38
38
  export type { MenuOptions } from './AdaptableOptions/MenuOptions';
39
39
  export type { CustomSettingsPanel, SettingsPanelOptions, } from './AdaptableOptions/SettingsPanelOptions';
40
40
  export type { EntitlementOptions, EntitlementContext, DefaultAccessLevelContext, } from './AdaptableOptions/EntitlementOptions';
41
- export type { ExpressionOptions, ModuleExpressionFunctions, ModuleExpressionFunctionsMap, GlobalExpressionFunctionsContext, EvaluateExpressionExternallyContext, ModuleExpressionFunctionsContext, AdaptableQLOptions, CustomQueryVariableContext, QueryableColumnContext, } from './AdaptableOptions/AdaptableQLOptions';
41
+ export type { EvaluateExpressionExternallyContext, AdaptableQLOptions, } from './AdaptableOptions/AdaptableQLOptions';
42
+ export type { ExpressionOptions, ModuleExpressionFunctions, ModuleExpressionFunctionsMap, GlobalExpressionFunctionsContext, ModuleExpressionFunctionsContext, CustomQueryVariableContext, QueryableColumnContext, } from './AdaptableOptions/ExpressionOptions';
43
+ export type { SystemPredicatesContext } from './AdaptableOptions/PredicateOptions';
42
44
  export type { DataChangeHistoryOptions, DataChangeHistoryButton, DataChangeHistoryContext, AdaptableDataChangeHistoryAction, } from './AdaptableOptions/DataChangeHistoryOptions';
43
45
  export type { LayoutAssociatedObjectLoadConfig } from './Api/Implementation/ApiBase';
44
46
  export type { AdaptableApi } from './Api/AdaptableApi';
@@ -111,12 +113,12 @@ export type { ThemeChangedInfo } from './Api/Events/ThemeChanged';
111
113
  export type { DashboardChangedInfo } from './Api/Events/DashboardChanged';
112
114
  export type { AdaptableStateChangedInfo } from './Api/Events/AdaptableStateChanged';
113
115
  export type { AdaptableState, AdaptablePersistentState } from './PredefinedConfig/AdaptableState';
114
- export type { AlertDefinition, AlertProperties, AlertState, AlertButtonForm, AlertButton, AdaptableAlertAction, AlertDefinitionPredicate, AlertRule, AdaptableAlertQuery, } from './PredefinedConfig/AlertState';
116
+ export type { AlertDefinition, AlertProperties, AlertState, AlertButtonForm, AlertButton, AdaptableAlertAction, AlertDefinitionPredicate, AlertRule, AdaptableAlertQuery, SystemAlertPredicateId, SystemAlertPredicateIds, } from './PredefinedConfig/AlertState';
115
117
  export type { ApplicationDataEntry, ApplicationState } from './PredefinedConfig/ApplicationState';
116
118
  export type { SpecialColumnSettings } from './PredefinedConfig/Common/SpecialColumnSettings';
117
119
  export type { CalculatedColumn, CalculatedColumnSettings, CalculatedColumnState, AdaptableCalculatedColumnQuery, } from './PredefinedConfig/CalculatedColumnState';
118
120
  export type { CellSummmary, CellSummaryOperation, CellSummaryOperationContext, } from './PredefinedConfig/Common/CellSummary';
119
- export type { FlashingCellDefinition, FlashingCellState, } from './PredefinedConfig/FlashingCellState';
121
+ export type { FlashingCellDefinition, FlashingCellState, SystemFlashingCellPredicateId, SystemFlashingCellPredicateIds, } from './PredefinedConfig/FlashingCellState';
120
122
  export type { AdaptableAlert, AdaptableAlertType, AdaptableGenericAlert, AdaptableCellChangedAlert, AdaptableRowChangedAlert, AdaptableAlertBase, } from './PredefinedConfig/Common/AdaptableAlert';
121
123
  export type { AdaptableFlashingCell } from './PredefinedConfig/Common/AdaptableFlashingCell';
122
124
  export type { AdaptableColumn, AdaptableColumnBase, AdaptableColumnDataType, } from './PredefinedConfig/Common/AdaptableColumn';
@@ -128,7 +130,7 @@ export type { AdaptableMessageType } from './PredefinedConfig/Common/AdaptableMe
128
130
  export type { AdaptableObject, AdaptableObjectTag, } from './PredefinedConfig/Common/AdaptableObject';
129
131
  export type { SuspendableObject } from './PredefinedConfig/Common/SuspendableObject';
130
132
  export type { AdaptableQuery, AdaptableAggregatedBooleanQuery, AdaptableAggregatedScalarQuery, AdaptableBooleanQuery, AdaptableObservableQuery, AdaptableScalarQuery, } from './PredefinedConfig/Common/AdaptableQuery';
131
- export type { AdaptablePredicate, AdaptablePredicateDef, ModuleScope, PredicateDefHandlerParams, PredicateDefInput, PredicateDefToStringParams, ColumnFilterDef, } from './PredefinedConfig/Common/AdaptablePredicate';
133
+ export type { AdaptablePredicate, AdaptablePredicateDef, PredicateModuleScope, PredicateDefHandlerParams, PredicateDefInput, PredicateDefToStringParams, ColumnFilterDef, } from './PredefinedConfig/Common/AdaptablePredicate';
132
134
  export type { FDC3Context, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, AdaptableFDC3EventInfo, FDC3ContextType, CustomFDC3Context, } from './PredefinedConfig/Common/FDC3Context';
133
135
  export type { AdaptableScope } from './PredefinedConfig/Common/AdaptableScope';
134
136
  export type { AdaptableStyle } from './PredefinedConfig/Common/AdaptableStyle';
@@ -153,7 +155,7 @@ export type { CustomSort, CustomSortState } from './PredefinedConfig/CustomSortS
153
155
  export type { DashboardState, DashboardTab, AdaptableCoordinate, } from './PredefinedConfig/DashboardState';
154
156
  export type { ExportState, Report, ReportData, ReportSchedule, SystemReportName, SystemReportNames, ReportRowScope, ReportColumnScope, } from './PredefinedConfig/ExportState';
155
157
  export type { ColumnFilter, ColumnFilterPredicate, SystemFilterPredicateIds, SystemFilterPredicateId, } from './PredefinedConfig/Common/ColumnFilter';
156
- export type { FormatColumn, FormatColumnState, FormatColumnRule, FormatColumnPredicate, SystemFormatColumnPredicateId, } from './PredefinedConfig/FormatColumnState';
158
+ export type { FormatColumn, FormatColumnState, FormatColumnRule, FormatColumnPredicate, SystemFormatColumnPredicateId, SystemFormatColumnPredicateIds, } from './PredefinedConfig/FormatColumnState';
157
159
  export type { StyledColumn, StyledColumnState, PercentBarStyle, GradientStyle, CellColorRange, ColumnComparison, CellTextOptions, CellTextOption, NumericStyledColumn, RangeValueType, } from './PredefinedConfig/StyledColumnState';
158
160
  export type { FreeTextColumn, FreeTextColumnState, FreeTextStoredValue, FreeTextColumnSettings, } from './PredefinedConfig/FreeTextColumnState';
159
161
  export type { StatusBarState, AdaptableStatusBar } from './PredefinedConfig/StatusBarState';
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "13.0.6";
1
+ declare const _default: "13.0.8";
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 = '13.0.6'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
3
+ exports.default = '13.0.8'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version