@adaptabletools/adaptable 11.0.0-canary.7 → 11.0.2-canary.0

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 (72) hide show
  1. package/README.md +4 -4
  2. package/base.css +1 -2
  3. package/bundle.cjs.js +75 -75
  4. package/index.css +1 -2
  5. package/package.json +1 -1
  6. package/publishTimestamp.d.ts +1 -1
  7. package/publishTimestamp.js +1 -1
  8. package/src/AdaptableInterfaces/IAdaptable.d.ts +3 -2
  9. package/src/AdaptableOptions/AdaptableQLOptions.d.ts +3 -0
  10. package/src/AdaptableOptions/FilterOptions.d.ts +4 -0
  11. package/src/AdaptableOptions/SettingsPanelOptions.d.ts +7 -6
  12. package/src/AdaptableOptions/ToolPanelOptions.d.ts +2 -2
  13. package/src/Api/GridApi.d.ts +1 -2
  14. package/src/Api/Implementation/AlertApiImpl.js +1 -2
  15. package/src/Api/Implementation/ColumnApiImpl.js +1 -1
  16. package/src/Api/Implementation/GridApiImpl.js +14 -17
  17. package/src/Api/Implementation/SettingsPanelApiImpl.js +1 -1
  18. package/src/Api/Implementation/ToolPanelApiImpl.js +1 -1
  19. package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +1 -1
  20. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +3 -0
  21. package/src/PredefinedConfig/Common/Types.d.ts +4 -1
  22. package/src/PredefinedConfig/ConditionalStyleState.d.ts +2 -2
  23. package/src/PredefinedConfig/FormatColumnState.d.ts +15 -0
  24. package/src/PredefinedConfig/PlusMinusState.d.ts +1 -1
  25. package/src/PredefinedConfig/ToolPanelState.d.ts +3 -0
  26. package/src/Redux/ActionsReducers/AlertRedux.d.ts +1 -1
  27. package/src/Redux/ActionsReducers/AlertRedux.js +4 -4
  28. package/src/Redux/ActionsReducers/ConditionalStyleRedux.d.ts +1 -1
  29. package/src/Redux/ActionsReducers/ConditionalStyleRedux.js +4 -4
  30. package/src/Redux/ActionsReducers/CustomSortRedux.d.ts +1 -1
  31. package/src/Redux/ActionsReducers/CustomSortRedux.js +4 -4
  32. package/src/Redux/ActionsReducers/FlashingCellRedux.d.ts +12 -12
  33. package/src/Redux/ActionsReducers/FlashingCellRedux.js +33 -29
  34. package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +1 -1
  35. package/src/Redux/ActionsReducers/FormatColumnRedux.js +4 -4
  36. package/src/Redux/ActionsReducers/PlusMinusRedux.d.ts +1 -1
  37. package/src/Redux/ActionsReducers/PlusMinusRedux.js +4 -4
  38. package/src/Redux/ActionsReducers/ScheduleRedux.d.ts +5 -5
  39. package/src/Redux/ActionsReducers/ScheduleRedux.js +16 -16
  40. package/src/Redux/ActionsReducers/ShortcutRedux.d.ts +1 -1
  41. package/src/Redux/ActionsReducers/ShortcutRedux.js +4 -4
  42. package/src/Redux/ActionsReducers/SystemRedux.js +1 -1
  43. package/src/Redux/Store/AdaptableStore.js +20 -20
  44. package/src/Strategy/AlertModule.js +1 -1
  45. package/src/Strategy/FlashingCellModule.js +2 -2
  46. package/src/Utilities/Constants/DocumentationLinkConstants.d.ts +1 -1
  47. package/src/Utilities/Constants/DocumentationLinkConstants.js +11 -10
  48. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +2 -1
  49. package/src/Utilities/Services/ModuleService.js +33 -40
  50. package/src/View/Alert/Wizard/isValidAlertRules.js +3 -3
  51. package/src/View/Components/EntityRulesEditor/index.d.ts +1 -1
  52. package/src/View/Components/EntityRulesEditor/index.js +1 -1
  53. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +4 -8
  54. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +1 -2
  55. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +1 -1
  56. package/src/View/Dashboard/DashboardPopup.js +1 -1
  57. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +1 -1
  58. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.d.ts +1 -1
  59. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +2 -2
  60. package/src/View/Schedule/Wizard/ScheduleWizard.js +3 -3
  61. package/src/agGrid/Adaptable.d.ts +4 -2
  62. package/src/agGrid/Adaptable.js +83 -42
  63. package/src/agGrid/CheckboxRenderer.d.ts +8 -1
  64. package/src/agGrid/CheckboxRenderer.js +25 -4
  65. package/src/agGrid/agGridHelper.d.ts +1 -1
  66. package/src/agGrid/agGridHelper.js +7 -8
  67. package/src/components/ExpressionEditor/index.js +1 -1
  68. package/src/components/icons/calculated-column.js +2 -1
  69. package/src/metamodel/adaptable.metamodel.d.ts +194 -4
  70. package/src/metamodel/adaptable.metamodel.js +280 -17
  71. package/version.d.ts +1 -1
  72. package/version.js +1 -1
package/README.md CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Repository for the 'Core' AdapTable package - developed by Adaptable Tools.
4
4
 
5
- There are also [React](https://docs.adaptabletools.com/docs/react-wrapper/react-wrapper-overview)
6
- and [Angular](https://docs.adaptabletools.com/docs/angular-wrapper/angular-wrapper-overview) Wrappers available for those who wish to access AdapTable (when running with AG Grid) using their preferred Framework.
5
+ There are also [AdapTable React](https://docs.adaptabletools.com/learn/react-overview)
6
+ and [AdapTable Angular](https://docs.adaptabletools.com/learn/angular-overview) versions available for those who wish to access AdapTable (when running with AG Grid) using their preferred Framework.
7
7
 
8
8
  ## Documentation
9
9
 
10
- For full details on how to install, instantiate and reference AdapTable programmatically at run-time please read the [AdapTable Developer Documentation](https://docs.adaptabletools.com/docs/).
10
+ For full details on how to install, instantiate and reference AdapTable programmatically at run-time please read the [AdapTable Developer Documentation](https://docs.adaptabletools.com).
11
11
 
12
12
  ## Licenses
13
13
 
@@ -19,7 +19,7 @@ We can also make a trial license available for a short period of time to allow y
19
19
 
20
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**.
21
21
 
22
- Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [License Help Page](https://docs.adaptabletools.com/docs/getting-started/licence) for more information.
22
+ Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [License Help Page](https://docs.adaptabletools.com/licensing) for more information.
23
23
 
24
24
 
25
25
  ## Demo
package/base.css CHANGED
@@ -2322,8 +2322,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
2322
2322
  align-items: stretch;
2323
2323
  flex: 1;
2324
2324
  overflow-x: auto;
2325
- padding-top: var(--ab-dashboard-gap-size);
2326
- padding-bottom: var(--ab-dashboard-gap-size); }
2325
+ padding: var(--ab-dashboard-gap-size); }
2327
2326
  .ab-Dashboard__container {
2328
2327
  display: flex;
2329
2328
  flex-shrink: 0;