@adaptabletools/adaptable 15.4.0 → 15.4.2

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 (47) hide show
  1. package/bundle.cjs.js +120 -120
  2. package/package.json +1 -1
  3. package/publishTimestamp.d.ts +1 -1
  4. package/publishTimestamp.js +1 -1
  5. package/src/AdaptableInterfaces/IAdaptable.d.ts +0 -2
  6. package/src/Api/BulkUpdateApi.d.ts +3 -3
  7. package/src/Api/GridApi.d.ts +10 -19
  8. package/src/Api/Implementation/BulkUpdateApiImpl.d.ts +2 -2
  9. package/src/Api/Implementation/BulkUpdateApiImpl.js +2 -2
  10. package/src/Api/Implementation/GridApiImpl.d.ts +5 -13
  11. package/src/Api/Implementation/GridApiImpl.js +43 -13
  12. package/src/Api/Implementation/PlusMinusApiImpl.d.ts +2 -2
  13. package/src/Api/Implementation/PlusMinusApiImpl.js +2 -2
  14. package/src/Api/Implementation/SmartEditApiImpl.d.ts +2 -2
  15. package/src/Api/Implementation/SmartEditApiImpl.js +2 -2
  16. package/src/Api/Internal/ActionInternalApi.d.ts +0 -1
  17. package/src/Api/Internal/ActionInternalApi.js +0 -28
  18. package/src/Api/Internal/GridInternalApi.d.ts +0 -3
  19. package/src/Api/Internal/GridInternalApi.js +0 -23
  20. package/src/Api/PlusMinusApi.d.ts +3 -3
  21. package/src/Api/SmartEditApi.d.ts +3 -3
  22. package/src/PredefinedConfig/Selection/GridCell.d.ts +21 -0
  23. package/src/Redux/ActionsReducers/BulkUpdateRedux.d.ts +3 -3
  24. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +2 -2
  25. package/src/Redux/ActionsReducers/PlusMinusRedux.d.ts +3 -3
  26. package/src/Redux/ActionsReducers/PlusMinusRedux.js +2 -2
  27. package/src/Redux/ActionsReducers/SmartEditRedux.d.ts +3 -3
  28. package/src/Redux/ActionsReducers/SmartEditRedux.js +2 -2
  29. package/src/Redux/Store/AdaptableStore.js +5 -5
  30. package/src/Strategy/CalculatedColumnModule.d.ts +4 -1
  31. package/src/Strategy/CalculatedColumnModule.js +30 -13
  32. package/src/Strategy/Interface/ISmartEditModule.d.ts +2 -2
  33. package/src/Strategy/PlusMinusModule.js +10 -1
  34. package/src/Strategy/SmartEditModule.d.ts +2 -2
  35. package/src/Strategy/SmartEditModule.js +2 -2
  36. package/src/Utilities/Helpers/FormatHelper.js +1 -1
  37. package/src/Utilities/Helpers/PreviewHelper.d.ts +3 -1
  38. package/src/Utilities/Helpers/PreviewHelper.js +31 -1
  39. package/src/Utilities/Helpers/StyleHelper.d.ts +4 -0
  40. package/src/Utilities/Helpers/StyleHelper.js +25 -1
  41. package/src/agGrid/Adaptable.d.ts +0 -1
  42. package/src/agGrid/Adaptable.js +5 -13
  43. package/src/metamodel/adaptable.metamodel.d.ts +16 -0
  44. package/src/metamodel/adaptable.metamodel.js +1 -1
  45. package/src/types.d.ts +1 -1
  46. package/version.d.ts +1 -1
  47. package/version.js +1 -1
package/src/types.d.ts CHANGED
@@ -175,7 +175,7 @@ export type { PredefinedConfig } from './PredefinedConfig/PredefinedConfig';
175
175
  export type { QueryState, NamedQuery } from './PredefinedConfig/QueryState';
176
176
  export type { QuickSearchState } from './PredefinedConfig/QuickSearchState';
177
177
  export type { ReminderSchedule, ScheduleState } from './PredefinedConfig/ScheduleState';
178
- export type { GridCell } from './PredefinedConfig/Selection/GridCell';
178
+ export type { GridCell, CellUpdateRequest } from './PredefinedConfig/Selection/GridCell';
179
179
  export type { GridRow, RowInfo } from './PredefinedConfig/Selection/GridRow';
180
180
  export type { SelectedCellInfo } from './PredefinedConfig/Selection/SelectedCellInfo';
181
181
  export type { SelectedRowInfo } from './PredefinedConfig/Selection/SelectedRowInfo';
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "15.4.0";
1
+ declare const _default: "15.4.2";
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 = '15.4.0'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
3
+ exports.default = '15.4.2'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version