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