@adaptabletools/adaptable 11.1.1-canary.2 → 11.1.3

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 (73) hide show
  1. package/README.md +6 -4
  2. package/base.css +2 -0
  3. package/bundle.cjs.js +97 -97
  4. package/index.css +3 -0
  5. package/package.json +2 -2
  6. package/publishTimestamp.d.ts +1 -1
  7. package/publishTimestamp.js +1 -1
  8. package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -1
  9. package/src/AdaptableOptions/ContainerOptions.d.ts +1 -1
  10. package/src/AdaptableOptions/LayoutOptions.d.ts +11 -0
  11. package/src/AdaptableOptions/NotificationsOptions.d.ts +2 -2
  12. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +1 -1
  13. package/src/Api/Implementation/EventApiImpl.js +2 -1
  14. package/src/Api/Implementation/GridApiImpl.js +9 -10
  15. package/src/Api/Implementation/InternalApiImpl.js +1 -1
  16. package/src/Api/Implementation/LayoutApiImpl.js +7 -1
  17. package/src/Api/QueryLanguageApi.d.ts +6 -6
  18. package/src/Strategy/AlertModule.js +24 -5
  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/Helpers/StyleHelper.d.ts +1 -0
  32. package/src/Utilities/Helpers/StyleHelper.js +13 -1
  33. package/src/View/AdaptableViewFactory.js +2 -4
  34. package/src/View/ColorPicker.d.ts +4 -2
  35. package/src/View/ColorPicker.js +16 -4
  36. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +24 -19
  37. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +3 -1
  38. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +23 -15
  39. package/src/View/Components/Popups/WindowPopups/WindowPopups.d.ts +2 -0
  40. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +9 -5
  41. package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +1 -0
  42. package/src/View/Components/Popups/WindowPopups/windowFactory.js +4 -1
  43. package/src/View/Components/RangesComponent.js +4 -6
  44. package/src/View/Components/StyleComponent.js +6 -9
  45. package/src/View/Components/ValueSelector/index.d.ts +1 -0
  46. package/src/View/Components/ValueSelector/index.js +1 -1
  47. package/src/View/Dashboard/CustomToolbarWrapper.js +9 -1
  48. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +2 -3
  49. package/src/View/GridInfo/AdaptableObjectsSummary.d.ts +2 -0
  50. package/src/View/GridInfo/AdaptableObjectsSummary.js +26 -0
  51. package/src/View/GridInfo/GridInfoPopup.js +13 -5
  52. package/src/View/Layout/LayoutEditorStandalonePopup.js +3 -4
  53. package/src/View/Layout/LayoutRadioSelector.d.ts +5 -0
  54. package/src/View/Layout/LayoutRadioSelector.js +18 -0
  55. package/src/View/Layout/Wizard/LayoutEditor/index.js +1 -4
  56. package/src/View/Layout/Wizard/LayoutEditorWizard.js +6 -1
  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/Adaptable.d.ts +3 -1
  61. package/src/agGrid/Adaptable.js +80 -50
  62. package/src/agGrid/editors/AdaptableNumberEditor/index.d.ts +2 -0
  63. package/src/agGrid/editors/AdaptableNumberEditor/index.js +16 -2
  64. package/src/components/ExpressionEditor/index.js +0 -1
  65. package/src/components/OverlayTrigger/index.js +1 -0
  66. package/src/components/Radio/index.d.ts +1 -1
  67. package/src/components/Radio/index.js +2 -2
  68. package/src/metamodel/adaptable.metamodel.d.ts +5 -0
  69. package/src/metamodel/adaptable.metamodel.js +20 -8
  70. package/src/types.d.ts +1 -1
  71. package/version.d.ts +1 -1
  72. package/version.js +1 -1
  73. 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/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 {