@adaptabletools/adaptable 11.1.1-canary.0 → 11.1.1

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 (84) hide show
  1. package/README.md +6 -4
  2. package/agGrid.d.ts +2 -2
  3. package/base.css +4 -6
  4. package/bundle.cjs.js +67 -67
  5. package/index.css +4 -6
  6. package/package.json +2 -2
  7. package/publishTimestamp.d.ts +1 -1
  8. package/publishTimestamp.js +1 -1
  9. package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -2
  10. package/src/AdaptableOptions/AlertOptions.d.ts +2 -2
  11. package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +2 -2
  12. package/src/AdaptableOptions/EditOptions.d.ts +2 -2
  13. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +8 -12
  14. package/src/Api/AlertApi.d.ts +3 -5
  15. package/src/Api/DataChangeHistoryApi.d.ts +3 -3
  16. package/src/Api/Events/CellChanged.d.ts +2 -2
  17. package/src/Api/ExportApi.d.ts +3 -3
  18. package/src/Api/FreeTextColumnApi.d.ts +3 -3
  19. package/src/Api/GridApi.d.ts +4 -4
  20. package/src/Api/Implementation/AlertApiImpl.d.ts +3 -3
  21. package/src/Api/Implementation/AlertApiImpl.js +20 -20
  22. package/src/Api/Implementation/DataChangeHistoryApiImpl.d.ts +3 -3
  23. package/src/Api/Implementation/EventApiImpl.js +2 -1
  24. package/src/Api/Implementation/ExportApiImpl.d.ts +2 -2
  25. package/src/Api/Implementation/ExportApiImpl.js +7 -8
  26. package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +2 -2
  27. package/src/Api/Implementation/FreeTextColumnApiImpl.js +7 -7
  28. package/src/Api/Implementation/GridApiImpl.d.ts +3 -3
  29. package/src/Api/Implementation/GridApiImpl.js +5 -5
  30. package/src/Api/Implementation/InternalApiImpl.d.ts +2 -2
  31. package/src/Api/Implementation/InternalApiImpl.js +6 -6
  32. package/src/Api/Implementation/UserInterfaceApiImpl.js +3 -1
  33. package/src/Api/InternalApi.d.ts +2 -2
  34. package/src/Api/QueryLanguageApi.d.ts +6 -6
  35. package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +2 -2
  36. package/src/PredefinedConfig/Common/AdaptableFlashingCell.d.ts +2 -2
  37. package/src/PredefinedConfig/Common/{DataChangedInfo.d.ts → CellDataChangedInfo.d.ts} +1 -5
  38. package/src/PredefinedConfig/Common/{DataChangedInfo.js → CellDataChangedInfo.js} +0 -0
  39. package/src/PredefinedConfig/Common/DataChangedScope.d.ts +4 -0
  40. package/src/PredefinedConfig/Common/DataChangedScope.js +2 -0
  41. package/src/PredefinedConfig/SystemState.d.ts +2 -2
  42. package/src/Redux/ActionsReducers/GridRedux.d.ts +5 -5
  43. package/src/Redux/ActionsReducers/SystemRedux.d.ts +5 -5
  44. package/src/Redux/ActionsReducers/SystemRedux.js +5 -5
  45. package/src/Redux/Store/AdaptableStore.js +15 -15
  46. package/src/Strategy/AlertModule.js +12 -10
  47. package/src/Strategy/BulkUpdateModule.js +2 -2
  48. package/src/Strategy/DataChangeHistoryModule.js +8 -6
  49. package/src/Strategy/FlashingCellModule.d.ts +2 -2
  50. package/src/Strategy/FlashingCellModule.js +21 -15
  51. package/src/Strategy/FormatColumnModule.js +4 -2
  52. package/src/Utilities/Constants/DocumentationLinkConstants.js +1 -1
  53. package/src/Utilities/Emitter.d.ts +1 -1
  54. package/src/Utilities/Emitter.js +3 -6
  55. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +1 -1
  56. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.d.ts +2 -2
  57. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +1 -1
  58. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +1 -1
  59. package/src/Utilities/ObjectFactory.d.ts +2 -2
  60. package/src/Utilities/ObjectFactory.js +2 -2
  61. package/src/Utilities/Services/CalculatedColumnExpressionService.js +3 -3
  62. package/src/Utilities/Services/DataService.d.ts +5 -5
  63. package/src/Utilities/Services/DataService.js +12 -10
  64. package/src/Utilities/Services/Interface/IAlertService.d.ts +2 -2
  65. package/src/Utilities/Services/Interface/IDataService.d.ts +6 -6
  66. package/src/Utilities/Services/Interface/IQueryLanguageService.d.ts +3 -3
  67. package/src/Utilities/Services/Interface/IValidationService.d.ts +4 -4
  68. package/src/Utilities/Services/QueryLanguageService.d.ts +3 -3
  69. package/src/Utilities/Services/ValidationService.d.ts +4 -4
  70. package/src/Utilities/Services/ValidationService.js +17 -17
  71. package/src/View/DataChangeHistory/DataChangeHistoryGrid.d.ts +2 -2
  72. package/src/View/DataChangeHistory/DataChangeHistoryPopup.d.ts +2 -2
  73. package/src/agGrid/ActionColumnRenderer.d.ts +1 -6
  74. package/src/agGrid/ActionColumnRenderer.js +50 -59
  75. package/src/agGrid/Adaptable.d.ts +3 -2
  76. package/src/agGrid/Adaptable.js +97 -59
  77. package/src/agGrid/editors/AdaptableNumberEditor/index.d.ts +2 -0
  78. package/src/agGrid/editors/AdaptableNumberEditor/index.js +16 -2
  79. package/src/metamodel/adaptable.metamodel.d.ts +34 -34
  80. package/src/metamodel/adaptable.metamodel.js +77 -77
  81. package/src/types.d.ts +7 -1
  82. package/version.d.ts +1 -1
  83. package/version.js +1 -1
  84. package/LICENSE.md +0 -264

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.