@adaptabletools/adaptable 11.1.1-canary.1 → 11.1.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 (74) hide show
  1. package/README.md +6 -4
  2. package/agGrid.d.ts +2 -2
  3. package/base.css +6 -6
  4. package/bundle.cjs.js +97 -97
  5. package/index.css +7 -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 -1
  10. package/src/AdaptableOptions/LayoutOptions.d.ts +11 -0
  11. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +9 -13
  12. package/src/Api/Implementation/EventApiImpl.js +2 -1
  13. package/src/Api/Implementation/GridApiImpl.js +9 -10
  14. package/src/Api/Implementation/InternalApiImpl.js +1 -1
  15. package/src/Api/Implementation/LayoutApiImpl.js +7 -1
  16. package/src/Api/Implementation/UserInterfaceApiImpl.js +3 -1
  17. package/src/Api/QueryLanguageApi.d.ts +6 -6
  18. package/src/Redux/Store/AdaptableStore.js +1 -1
  19. package/src/Strategy/CalculatedColumnModule.js +5 -0
  20. package/src/Strategy/FreeTextColumnModule.js +1 -1
  21. package/src/Strategy/Interface/IModule.d.ts +2 -1
  22. package/src/Strategy/LayoutModule.d.ts +23 -0
  23. package/src/Strategy/LayoutModule.js +70 -0
  24. package/src/Strategy/Utilities/getFlashingCellStyleViewItems.d.ts +1 -0
  25. package/src/Strategy/Utilities/getFlashingCellStyleViewItems.js +2 -1
  26. package/src/Utilities/Constants/DocumentationLinkConstants.js +1 -1
  27. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +3 -0
  28. package/src/Utilities/Defaults/DefaultSettingsPanel.js +1 -1
  29. package/src/Utilities/Emitter.d.ts +1 -1
  30. package/src/Utilities/Emitter.js +3 -6
  31. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +1 -1
  32. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +1 -1
  33. package/src/Utilities/Helpers/StyleHelper.d.ts +1 -0
  34. package/src/Utilities/Helpers/StyleHelper.js +13 -1
  35. package/src/View/AdaptableViewFactory.js +2 -4
  36. package/src/View/ColorPicker.d.ts +4 -2
  37. package/src/View/ColorPicker.js +16 -4
  38. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +24 -19
  39. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +3 -1
  40. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +23 -15
  41. package/src/View/Components/Popups/WindowPopups/WindowPopups.d.ts +2 -0
  42. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +9 -5
  43. package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +1 -0
  44. package/src/View/Components/Popups/WindowPopups/windowFactory.js +4 -1
  45. package/src/View/Components/RangesComponent.js +4 -6
  46. package/src/View/Components/StyleComponent.js +6 -9
  47. package/src/View/Components/ValueSelector/index.d.ts +1 -0
  48. package/src/View/Components/ValueSelector/index.js +1 -1
  49. package/src/View/Dashboard/CustomToolbarWrapper.js +9 -1
  50. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +2 -3
  51. package/src/View/GridInfo/AdaptableObjectsSummary.d.ts +2 -0
  52. package/src/View/GridInfo/AdaptableObjectsSummary.js +26 -0
  53. package/src/View/GridInfo/GridInfoPopup.js +11 -3
  54. package/src/View/Layout/LayoutEditorStandalonePopup.js +3 -4
  55. package/src/View/Layout/LayoutRadioSelector.d.ts +5 -0
  56. package/src/View/Layout/LayoutRadioSelector.js +18 -0
  57. package/src/View/Query/ExpandedQueryPopup.d.ts +2 -18
  58. package/src/View/Query/ExpandedQueryPopup.js +42 -57
  59. package/src/View/Query/QueryViewPanel.js +8 -5
  60. package/src/agGrid/ActionColumnRenderer.d.ts +1 -6
  61. package/src/agGrid/ActionColumnRenderer.js +50 -59
  62. package/src/agGrid/Adaptable.d.ts +3 -1
  63. package/src/agGrid/Adaptable.js +63 -27
  64. package/src/agGrid/editors/AdaptableNumberEditor/index.d.ts +2 -0
  65. package/src/agGrid/editors/AdaptableNumberEditor/index.js +16 -2
  66. package/src/components/ExpressionEditor/index.js +0 -1
  67. package/src/components/OverlayTrigger/index.js +1 -0
  68. package/src/components/Radio/index.d.ts +1 -1
  69. package/src/components/Radio/index.js +2 -2
  70. package/src/metamodel/adaptable.metamodel.js +17 -10
  71. package/src/types.d.ts +5 -0
  72. package/version.d.ts +1 -1
  73. package/version.js +1 -1
  74. 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
@@ -2751,6 +2751,8 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2751
2751
  .ab-Window-Modal {
2752
2752
  max-height: 100%;
2753
2753
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow); }
2754
+ .ab-Window-Modal .ab-Dialog__close-button {
2755
+ top: 3px; }
2754
2756
  .ab-Window-Modal .ab-Panel {
2755
2757
  max-height: initial; }
2756
2758
  .ab-Adaptable-Object-List {
@@ -2813,13 +2815,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2813
2815
  height: 100%;
2814
2816
  width: 100%; }
2815
2817
  .ab-ActionColumn {
2816
- position: relative;
2817
- height: 100%; }
2818
+ height: 100%;
2819
+ display: flex;
2820
+ column-gap: var(--ab-space-1); }
2818
2821
  .ab-ActionColumn > button.ab-SimpleButton {
2819
- height: 100%;
2820
- position: absolute;
2821
- top: 0;
2822
- left: 0; }
2822
+ height: 100%; }
2823
2823
  .Toastify__toast-container {
2824
2824
  border-style: none;
2825
2825
  border-width: 0px; }