@adaptabletools/adaptable 12.0.2 → 12.0.3

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 (45) hide show
  1. package/bundle.cjs.js +91 -91
  2. package/package.json +1 -1
  3. package/publishTimestamp.d.ts +1 -1
  4. package/publishTimestamp.js +1 -1
  5. package/src/AdaptableOptions/EditOptions.d.ts +6 -9
  6. package/src/AdaptableOptions/ExportOptions.d.ts +15 -0
  7. package/src/AdaptableOptions/Glue42PluginOptions.d.ts +1 -1
  8. package/src/AdaptableOptions/IPushPullPluginOptions.d.ts +1 -3
  9. package/src/Api/FinanceApi.d.ts +8 -8
  10. package/src/Api/Implementation/InternalApiImpl.js +1 -2
  11. package/src/Api/Implementation/LayoutApiImpl.js +1 -1
  12. package/src/Api/StatusBarApi.d.ts +3 -0
  13. package/src/PredefinedConfig/Common/CellSummary.d.ts +3 -0
  14. package/src/PredefinedConfig/Common/ColumnFilter.d.ts +9 -0
  15. package/src/PredefinedConfig/Common/FDC3Context.d.ts +12 -3
  16. package/src/PredefinedConfig/Common/FilterActionOnDataChange.d.ts +1 -2
  17. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +1 -2
  18. package/src/PredefinedConfig/ExportState.d.ts +6 -0
  19. package/src/PredefinedConfig/FormatColumnState.d.ts +4 -1
  20. package/src/PredefinedConfig/IPushPullState.d.ts +16 -5
  21. package/src/PredefinedConfig/LayoutState.d.ts +1 -1
  22. package/src/PredefinedConfig/ScheduleState.d.ts +1 -1
  23. package/src/PredefinedConfig/ShortcutState.d.ts +1 -1
  24. package/src/PredefinedConfig/TeamSharingState.d.ts +6 -0
  25. package/src/Redux/ActionsReducers/GridRedux.d.ts +30 -1
  26. package/src/Redux/ActionsReducers/GridRedux.js +105 -2
  27. package/src/Redux/ActionsReducers/LayoutRedux.d.ts +10 -11
  28. package/src/Redux/ActionsReducers/LayoutRedux.js +10 -10
  29. package/src/Redux/Store/AdaptableStore.js +37 -8
  30. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +3 -0
  31. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.d.ts +3 -0
  32. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +3 -0
  33. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +3 -0
  34. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +3 -0
  35. package/src/Utilities/Helpers/FormatHelper.js +1 -1
  36. package/src/Utilities/Helpers/Helper.js +1 -1
  37. package/src/Utilities/ObjectFactory.js +1 -1
  38. package/src/View/Filter/FilterSummary.d.ts +1 -1
  39. package/src/View/Layout/LayoutViewPanel.js +2 -1
  40. package/src/agGrid/Adaptable.js +1 -1
  41. package/src/metamodel/adaptable.metamodel.d.ts +144 -1
  42. package/src/metamodel/adaptable.metamodel.js +1 -1
  43. package/src/types.d.ts +1 -1
  44. package/version.d.ts +1 -1
  45. package/version.js +1 -1
package/src/types.d.ts CHANGED
@@ -120,7 +120,7 @@ export type { AdaptableObject, AdaptableObjectTag, } from './PredefinedConfig/Co
120
120
  export type { SuspendableObject } from './PredefinedConfig/Common/SuspendableObject';
121
121
  export type { AdaptableQuery, AdaptableAggregatedBooleanQuery, AdaptableAggregatedScalarQuery, AdaptableBooleanQuery, AdaptableObservableQuery, AdaptableScalarQuery, } from './PredefinedConfig/Common/AdaptableQuery';
122
122
  export type { AdaptablePredicate, AdaptablePredicateDef, ModuleScope, PredicateDefHandlerParams, PredicateDefInput, PredicateDefToStringParams, } from './PredefinedConfig/Common/AdaptablePredicate';
123
- export type { FDC3Context, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, AdaptableFDC3EventInfo, ContextType, CustomFDC3Context, } from './PredefinedConfig/Common/FDC3Context';
123
+ export type { FDC3Context, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, AdaptableFDC3EventInfo, FDC3ContextType, CustomFDC3Context, } from './PredefinedConfig/Common/FDC3Context';
124
124
  export type { AdaptableScope } from './PredefinedConfig/Common/AdaptableScope';
125
125
  export type { AdaptableStyle } from './PredefinedConfig/Common/AdaptableStyle';
126
126
  export type { AdaptableBaseIcon, AdaptableIcon, AdaptableInternalIcon, AdaptableExternalIcon, AdaptableInternalIconName, AdaptableElementIcon, } from './PredefinedConfig/Common/AdaptableIcon';
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "12.0.2";
1
+ declare const _default: "12.0.3";
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 = '12.0.2'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
3
+ exports.default = '12.0.3'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version