@adaptabletools/adaptable 11.1.16 → 11.2.1-canary.0

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 (97) hide show
  1. package/bundle.cjs.js +78 -78
  2. package/package.json +2 -2
  3. package/publishTimestamp.d.ts +1 -1
  4. package/publishTimestamp.js +1 -1
  5. package/src/AdaptableOptions/LayoutOptions.d.ts +1 -1
  6. package/src/Api/AlertApi.d.ts +3 -1
  7. package/src/Api/ConditionalStyleApi.d.ts +3 -1
  8. package/src/Api/CustomSortApi.d.ts +3 -1
  9. package/src/Api/EventApi.d.ts +13 -0
  10. package/src/Api/FlashingCellApi.d.ts +3 -1
  11. package/src/Api/FormatColumnApi.d.ts +3 -1
  12. package/src/Api/Implementation/AlertApiImpl.d.ts +3 -1
  13. package/src/Api/Implementation/AlertApiImpl.js +3 -2
  14. package/src/Api/Implementation/ApiBase.d.ts +1 -1
  15. package/src/Api/Implementation/ApiBase.js +2 -2
  16. package/src/Api/Implementation/ConditionalStyleApiImpl.d.ts +3 -1
  17. package/src/Api/Implementation/ConditionalStyleApiImpl.js +3 -2
  18. package/src/Api/Implementation/CustomSortApiImpl.d.ts +3 -1
  19. package/src/Api/Implementation/CustomSortApiImpl.js +3 -2
  20. package/src/Api/Implementation/EventApiImpl.js +1 -0
  21. package/src/Api/Implementation/FlashingCellApiImpl.d.ts +3 -1
  22. package/src/Api/Implementation/FlashingCellApiImpl.js +3 -2
  23. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +3 -1
  24. package/src/Api/Implementation/FormatColumnApiImpl.js +3 -2
  25. package/src/Api/Implementation/InternalApiImpl.d.ts +3 -0
  26. package/src/Api/Implementation/InternalApiImpl.js +12 -2
  27. package/src/Api/Implementation/PlusMinusApiImpl.d.ts +3 -1
  28. package/src/Api/Implementation/PlusMinusApiImpl.js +3 -2
  29. package/src/Api/Implementation/ScheduleApiImpl.d.ts +15 -5
  30. package/src/Api/Implementation/ScheduleApiImpl.js +15 -10
  31. package/src/Api/Implementation/ShortcutApiImpl.d.ts +3 -1
  32. package/src/Api/Implementation/ShortcutApiImpl.js +3 -2
  33. package/src/Api/Implementation/ToolPanelApiImpl.d.ts +1 -2
  34. package/src/Api/Implementation/ToolPanelApiImpl.js +2 -2
  35. package/src/Api/Implementation/UserInterfaceApiImpl.js +2 -2
  36. package/src/Api/InternalApi.d.ts +3 -0
  37. package/src/Api/PlusMinusApi.d.ts +3 -1
  38. package/src/Api/ScheduleApi.d.ts +15 -5
  39. package/src/Api/ShortcutApi.d.ts +3 -1
  40. package/src/Api/ToolPanelApi.d.ts +1 -2
  41. package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +2 -1
  42. package/src/PredefinedConfig/Common/SpecialColumnSettings.d.ts +4 -0
  43. package/src/PredefinedConfig/SystemState.d.ts +1 -0
  44. package/src/Redux/ActionsReducers/SystemRedux.d.ts +5 -0
  45. package/src/Redux/ActionsReducers/SystemRedux.js +11 -1
  46. package/src/Strategy/AdaptableModuleBase.d.ts +5 -0
  47. package/src/Strategy/AdaptableModuleBase.js +9 -0
  48. package/src/Strategy/AlertModule.d.ts +4 -1
  49. package/src/Strategy/AlertModule.js +9 -4
  50. package/src/Strategy/ConditionalStyleModule.d.ts +4 -1
  51. package/src/Strategy/ConditionalStyleModule.js +8 -3
  52. package/src/Strategy/CustomSortModule.d.ts +4 -1
  53. package/src/Strategy/CustomSortModule.js +8 -3
  54. package/src/Strategy/FlashingCellModule.d.ts +4 -1
  55. package/src/Strategy/FlashingCellModule.js +8 -5
  56. package/src/Strategy/FormatColumnModule.d.ts +4 -1
  57. package/src/Strategy/FormatColumnModule.js +8 -3
  58. package/src/Strategy/Interface/IModule.d.ts +1 -0
  59. package/src/Strategy/PlusMinusModule.d.ts +4 -1
  60. package/src/Strategy/PlusMinusModule.js +8 -3
  61. package/src/Strategy/ScheduleModule.d.ts +4 -1
  62. package/src/Strategy/ScheduleModule.js +12 -7
  63. package/src/Strategy/ShortcutModule.d.ts +4 -1
  64. package/src/Strategy/ShortcutModule.js +8 -3
  65. package/src/Strategy/Utilities/getAlertBehaviourViewItems.d.ts +2 -2
  66. package/src/Strategy/Utilities/getAlertBehaviourViewItems.js +2 -2
  67. package/src/Strategy/Utilities/getObjectTagsViewItems.js +2 -2
  68. package/src/Utilities/Emitter.js +5 -0
  69. package/src/Utilities/Services/AlertService.d.ts +1 -1
  70. package/src/Utilities/Services/AlertService.js +7 -5
  71. package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +1 -1
  72. package/src/Utilities/Services/CalculatedColumnExpressionService.js +13 -3
  73. package/src/Utilities/Services/DataService.d.ts +2 -2
  74. package/src/Utilities/Services/DataService.js +11 -4
  75. package/src/Utilities/Services/ValidationService.js +5 -0
  76. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +9 -4
  77. package/src/View/ColorPicker.d.ts +1 -1
  78. package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
  79. package/src/View/Components/AdaptableInput/index.d.ts +1 -1
  80. package/src/View/Components/Buttons/ButtonDelete.d.ts +1 -1
  81. package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +1 -1
  82. package/src/View/Components/Panels/PanelWithImage.d.ts +3 -3
  83. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +22 -0
  84. package/src/View/Components/Popups/AdaptableToaster.js +11 -2
  85. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +2 -2
  86. package/src/View/SpecialColumnSettingsWizardStep.js +1 -1
  87. package/src/agGrid/Adaptable.d.ts +3 -2
  88. package/src/agGrid/Adaptable.js +114 -81
  89. package/src/agGrid/agGridHelper.js +2 -1
  90. package/src/components/Datepicker/index.d.ts +1 -1
  91. package/src/components/Input/index.d.ts +1 -1
  92. package/src/components/List/ListGroupItem/index.d.ts +1 -1
  93. package/src/components/PopupWithFooter.d.ts +1 -1
  94. package/src/components/Textarea/index.d.ts +1 -1
  95. package/src/metamodel/adaptable.metamodel.js +13 -0
  96. package/version.d.ts +1 -1
  97. package/version.js +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.