@adaptabletools/adaptable 11.1.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 (57) hide show
  1. package/base.css +2 -0
  2. package/bundle.cjs.js +97 -97
  3. package/index.css +3 -0
  4. package/package.json +1 -1
  5. package/publishTimestamp.d.ts +1 -1
  6. package/publishTimestamp.js +1 -1
  7. package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -1
  8. package/src/AdaptableOptions/LayoutOptions.d.ts +11 -0
  9. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +1 -1
  10. package/src/Api/Implementation/GridApiImpl.js +9 -10
  11. package/src/Api/Implementation/InternalApiImpl.js +1 -1
  12. package/src/Api/Implementation/LayoutApiImpl.js +7 -1
  13. package/src/Strategy/CalculatedColumnModule.js +5 -0
  14. package/src/Strategy/FreeTextColumnModule.js +1 -1
  15. package/src/Strategy/Interface/IModule.d.ts +2 -1
  16. package/src/Strategy/LayoutModule.d.ts +23 -0
  17. package/src/Strategy/LayoutModule.js +70 -0
  18. package/src/Strategy/Utilities/getFlashingCellStyleViewItems.d.ts +1 -0
  19. package/src/Strategy/Utilities/getFlashingCellStyleViewItems.js +2 -1
  20. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +3 -0
  21. package/src/Utilities/Defaults/DefaultSettingsPanel.js +1 -1
  22. package/src/Utilities/Helpers/StyleHelper.d.ts +1 -0
  23. package/src/Utilities/Helpers/StyleHelper.js +13 -1
  24. package/src/View/AdaptableViewFactory.js +2 -4
  25. package/src/View/ColorPicker.d.ts +4 -2
  26. package/src/View/ColorPicker.js +16 -4
  27. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +24 -19
  28. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +3 -1
  29. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +23 -15
  30. package/src/View/Components/Popups/WindowPopups/WindowPopups.d.ts +2 -0
  31. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +9 -5
  32. package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +1 -0
  33. package/src/View/Components/Popups/WindowPopups/windowFactory.js +4 -1
  34. package/src/View/Components/RangesComponent.js +4 -6
  35. package/src/View/Components/StyleComponent.js +6 -9
  36. package/src/View/Components/ValueSelector/index.d.ts +1 -0
  37. package/src/View/Components/ValueSelector/index.js +1 -1
  38. package/src/View/Dashboard/CustomToolbarWrapper.js +9 -1
  39. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +2 -3
  40. package/src/View/GridInfo/AdaptableObjectsSummary.d.ts +2 -0
  41. package/src/View/GridInfo/AdaptableObjectsSummary.js +26 -0
  42. package/src/View/GridInfo/GridInfoPopup.js +11 -3
  43. package/src/View/Layout/LayoutEditorStandalonePopup.js +3 -4
  44. package/src/View/Layout/LayoutRadioSelector.d.ts +5 -0
  45. package/src/View/Layout/LayoutRadioSelector.js +18 -0
  46. package/src/View/Query/ExpandedQueryPopup.d.ts +2 -18
  47. package/src/View/Query/ExpandedQueryPopup.js +42 -57
  48. package/src/View/Query/QueryViewPanel.js +8 -5
  49. package/src/agGrid/Adaptable.d.ts +2 -1
  50. package/src/agGrid/Adaptable.js +16 -16
  51. package/src/components/ExpressionEditor/index.js +0 -1
  52. package/src/components/OverlayTrigger/index.js +1 -0
  53. package/src/components/Radio/index.d.ts +1 -1
  54. package/src/components/Radio/index.js +2 -2
  55. package/src/metamodel/adaptable.metamodel.js +7 -0
  56. package/version.d.ts +1 -1
  57. package/version.js +1 -1
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 {