@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
package/README.md CHANGED
@@ -17,14 +17,16 @@ There are a number of different license options available.
17
17
 
18
18
  We can also make a trial license available for a short period of time to allow you to try out AdapTable for yourself.
19
19
 
20
- **Note: The AdapTable license does not include an AG Grid license, so if you plan to use AdapTable with a Grid that requires a commercial license, you must pay for that separately**.
20
+ **Note: The AdapTable license does not include an AG Grid license which must be bought separately**.
21
21
 
22
- Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [License Help Page](https://docs.adaptabletools.com/licensing) for more information.
22
+ Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [License Help Page](https://docs.adaptabletools.com/guide/licensing) for more information.
23
23
 
24
24
 
25
- ## Demo
25
+ ## Demos
26
26
 
27
- To see AdapTable in action visit our [Demo Site](https://demo.adaptabletools.com). Here you can see a large number of AdapTable demos each showing a different feature, function or option in AdapTable (using dummy data sets).
27
+ The [AdapTable Documentation](https://docs.adaptabletools.com) contains numerous demos that show the many different functionalities available in AdapTable.
28
+
29
+ Additionally you can see a number of large demos at the [Adaptable Tools website](https://www.adaptabletools.com/demos).
28
30
 
29
31
  ## Other AdapTable Resources
30
32
 
package/agGrid.d.ts CHANGED
@@ -5,7 +5,7 @@ export default Adaptable;
5
5
  export declare const AdaptableNoCodeWizard: typeof import("./src/agGrid/Adaptable").AdaptableNoCodeWizard;
6
6
  export declare const AdaptableBooleanExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/booleanExpressionFunctions").BooleanFunctionName, import("./types").ExpressionFunction>;
7
7
  export declare const AdaptableScalarExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/scalarExpressionFunctions").ScalarFunctionName, import("./types").ExpressionFunction>;
8
- export declare const AdaptableObservableExpressionFunctions: Record<"COL" | "MIN" | "MAX" | "ROW_CHANGE" | "GRID_CHANGE" | "COUNT" | "NONE" | "TIMEFRAME" | "WHERE", import("./types").ExpressionFunction>;
9
- export declare const AdaptableAggregatedBooleanExpressionFunctions: Record<"COL" | "SUM" | "EQ" | "NEQ" | "LT" | "GT" | "LTE" | "GTE" | "WHERE", import("./types").ExpressionFunction>;
8
+ export declare const AdaptableObservableExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/observableExpressionFunctions").ObservableFunctionName, import("./types").ExpressionFunction>;
9
+ export declare const AdaptableAggregatedBooleanExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions").AggregationFunctionName, import("./types").ExpressionFunction>;
10
10
  export declare const AdaptableAggregatedScalarExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions").AggregatedScalarFunctionName, import("./types").ExpressionFunction>;
11
11
  export { AdaptableNumberEditor, AdaptableDateEditor, AdaptableWizardView };
package/base.css CHANGED
@@ -2813,13 +2813,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2813
2813
  height: 100%;
2814
2814
  width: 100%; }
2815
2815
  .ab-ActionColumn {
2816
- position: relative;
2817
- height: 100%; }
2816
+ height: 100%;
2817
+ display: flex;
2818
+ column-gap: var(--ab-space-1); }
2818
2819
  .ab-ActionColumn > button.ab-SimpleButton {
2819
- height: 100%;
2820
- position: absolute;
2821
- top: 0;
2822
- left: 0; }
2820
+ height: 100%; }
2823
2821
  .Toastify__toast-container {
2824
2822
  border-style: none;
2825
2823
  border-width: 0px; }