@adaptabletools/adaptable 12.0.0 → 12.0.1-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 (70) hide show
  1. package/base.css +1 -1
  2. package/bundle.cjs.js +118 -118
  3. package/index.css +1 -1
  4. package/package.json +1 -1
  5. package/publishTimestamp.d.ts +1 -1
  6. package/publishTimestamp.js +1 -1
  7. package/src/AdaptableOptions/ActionOptions.d.ts +1 -1
  8. package/src/Api/Implementation/InternalApiImpl.d.ts +4 -1
  9. package/src/Api/Implementation/InternalApiImpl.js +16 -3
  10. package/src/Api/InternalApi.d.ts +4 -1
  11. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +24 -6
  12. package/src/PredefinedConfig/Common/AdaptablePredicate.js +2 -2
  13. package/src/PredefinedConfig/Selection/GridCellRange.d.ts +19 -0
  14. package/src/PredefinedConfig/StatusBarState.d.ts +1 -1
  15. package/src/Strategy/AdaptableModuleBase.d.ts +6 -5
  16. package/src/Strategy/AlertModule.d.ts +2 -8
  17. package/src/Strategy/AlertModule.js +3 -0
  18. package/src/Strategy/Interface/IModule.d.ts +5 -3
  19. package/src/Utilities/MenuItem.d.ts +4 -4
  20. package/src/View/Alert/ActiveAlertsPanelItemLabel.d.ts +5 -0
  21. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +22 -0
  22. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +2 -2
  23. package/src/View/ColorPicker.d.ts +1 -1
  24. package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
  25. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +8 -4
  26. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +6 -1
  27. package/src/View/Components/Buttons/ButtonPause.js +11 -1
  28. package/src/View/Components/FilterForm/QuickFilterForm.js +1 -1
  29. package/src/View/Components/Panels/PanelWithButton.d.ts +2 -1
  30. package/src/View/Components/Panels/PanelWithImage.d.ts +3 -2
  31. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +1 -11
  32. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +1 -11
  33. package/src/View/Dashboard/CustomDashboardButton.js +2 -15
  34. package/src/View/Dashboard/CustomToolbarWrapper.js +2 -11
  35. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +6 -0
  36. package/src/View/GridInfo/GridInfoPopup.js +1 -1
  37. package/src/View/UIHelper.d.ts +2 -2
  38. package/src/agGrid/ActionColumnRenderer.js +5 -11
  39. package/src/agGrid/Adaptable.d.ts +2 -26
  40. package/src/agGrid/Adaptable.js +51 -51
  41. package/src/agGrid/agGridMenuHelper.d.ts +1 -0
  42. package/src/agGrid/agGridMenuHelper.js +15 -4
  43. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -12
  44. package/src/components/AdaptableIconComponent/index.d.ts +2 -1
  45. package/src/components/AdaptableIconComponent/index.js +36 -3
  46. package/src/components/Datepicker/index.d.ts +1 -1
  47. package/src/components/Input/index.d.ts +1 -1
  48. package/src/components/List/ListGroupItem/index.d.ts +1 -1
  49. package/src/components/PopupWithFooter.d.ts +1 -1
  50. package/src/components/SimpleButton/index.js +1 -1
  51. package/src/components/Textarea/index.d.ts +1 -1
  52. package/src/components/icons/{color-drop.d.ts → ends-with.d.ts} +0 -0
  53. package/src/components/icons/{format-letter-ends-with.js → ends-with.js} +0 -0
  54. package/src/components/icons/{filter-outline.d.ts → filter.d.ts} +0 -0
  55. package/src/components/icons/{filter-outline.js → filter.js} +0 -0
  56. package/src/components/icons/index.d.ts +5 -7
  57. package/src/components/icons/index.js +7 -17
  58. package/src/components/icons/{format-letter-ends-with.d.ts → starts-with.d.ts} +0 -0
  59. package/src/components/icons/{format-letter-starts-with.js → starts-with.js} +0 -0
  60. package/src/metamodel/adaptable.metamodel.d.ts +70 -0
  61. package/src/metamodel/adaptable.metamodel.js +1 -1
  62. package/src/types.d.ts +1 -1
  63. package/version.d.ts +1 -1
  64. package/version.js +1 -1
  65. package/src/agGrid/rowEditIcons.d.ts +0 -5
  66. package/src/agGrid/rowEditIcons.js +0 -10
  67. package/src/components/icons/color-drop.js +0 -7
  68. package/src/components/icons/format-letter-starts-with.d.ts +0 -3
  69. package/src/components/icons/pause-red.d.ts +0 -3
  70. package/src/components/icons/pause-red.js +0 -7
package/base.css CHANGED
@@ -1954,7 +1954,7 @@
1954
1954
  --ab-cmp-adaptable-object-compact-list__header__padding: var(--ab-space-2);
1955
1955
  --ab-cmp-adaptable-object-compact-list__header__margin-bottom: var(--ab-space-1);
1956
1956
  --ab-cmp-adaptable-object-compact-list__header__font-size: var(--ab-font-size-4);
1957
- --ab-cmp-adaptable-object-compact-list-item-name__width: 80px;
1957
+ --ab-cmp-adaptable-object-compact-list-item-name__width: 95px;
1958
1958
  --ab-cmp-adaptable-object-compact-list-item-name__padding: var(--ab-space-1);
1959
1959
  --ab-cmp-adaptable-object-compact-list-item-name__margin-right: var(--ab-space-1);
1960
1960
  --ab-cmp-adaptable-object-compact-list-item-name__font-size: var(--ab-font-size-4); }