@adaptabletools/adaptable 12.0.0-canary.8 → 12.0.1

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 (127) hide show
  1. package/base.css +6 -19
  2. package/bundle.cjs.js +125 -125
  3. package/index.css +7 -23
  4. package/package.json +2 -2
  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/FilterApi.d.ts +7 -2
  9. package/src/Api/Implementation/FilterApiImpl.d.ts +1 -0
  10. package/src/Api/Implementation/FilterApiImpl.js +5 -0
  11. package/src/Api/Implementation/InternalApiImpl.d.ts +4 -1
  12. package/src/Api/Implementation/InternalApiImpl.js +16 -3
  13. package/src/Api/Implementation/TeamSharingApiImpl.d.ts +1 -0
  14. package/src/Api/Implementation/TeamSharingApiImpl.js +5 -0
  15. package/src/Api/InternalApi.d.ts +4 -1
  16. package/src/Api/TeamSharingApi.d.ts +4 -0
  17. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +27 -6
  18. package/src/PredefinedConfig/Common/AdaptablePredicate.js +2 -2
  19. package/src/PredefinedConfig/Selection/GridCellRange.d.ts +19 -0
  20. package/src/PredefinedConfig/StatusBarState.d.ts +1 -1
  21. package/src/Redux/ActionsReducers/LayoutRedux.js +3 -0
  22. package/src/Strategy/AdaptableModuleBase.d.ts +10 -5
  23. package/src/Strategy/AdaptableModuleBase.js +6 -0
  24. package/src/Strategy/AlertModule.d.ts +2 -8
  25. package/src/Strategy/AlertModule.js +3 -0
  26. package/src/Strategy/DashboardModule.js +1 -0
  27. package/src/Strategy/ExportModule.js +1 -0
  28. package/src/Strategy/FormatColumnModule.js +3 -3
  29. package/src/Strategy/GridInfoModule.js +2 -0
  30. package/src/Strategy/Interface/IModule.d.ts +16 -4
  31. package/src/Strategy/LayoutModule.js +2 -0
  32. package/src/Strategy/TeamSharingModule.d.ts +11 -1
  33. package/src/Strategy/TeamSharingModule.js +104 -0
  34. package/src/Utilities/MenuItem.d.ts +4 -4
  35. package/src/Utilities/Services/TeamSharingService.js +0 -2
  36. package/src/View/AdaptableViewFactory.js +0 -2
  37. package/src/View/Alert/ActiveAlertsPanelItemLabel.d.ts +5 -0
  38. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +22 -0
  39. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +2 -2
  40. package/src/View/ColorPicker.d.ts +1 -1
  41. package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
  42. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +8 -4
  43. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.d.ts +13 -1
  44. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +23 -15
  45. package/src/View/Components/Buttons/ButtonDelete.js +3 -3
  46. package/src/View/Components/Buttons/ButtonPause.js +11 -1
  47. package/src/View/Components/FilterForm/QuickFilterForm.js +23 -2
  48. package/src/View/Components/Panels/PanelWithButton.d.ts +2 -1
  49. package/src/View/Components/Panels/PanelWithImage.d.ts +3 -2
  50. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +4 -0
  51. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +1 -1
  52. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +1 -11
  53. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +1 -11
  54. package/src/View/Dashboard/CustomDashboardButton.js +2 -15
  55. package/src/View/Dashboard/CustomToolbarWrapper.js +2 -11
  56. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +6 -0
  57. package/src/View/GridInfo/GridInfoPopup.js +1 -1
  58. package/src/View/Layout/LayoutEditorStandalonePopup.js +3 -1
  59. package/src/View/Layout/LayoutPopup.d.ts +1 -1
  60. package/src/View/Layout/LayoutViewPanel.d.ts +1 -1
  61. package/src/View/Layout/Wizard/LayoutEditorWizard.d.ts +2 -27
  62. package/src/View/TeamSharing/SharedEntityDependencies.d.ts +8 -0
  63. package/src/View/TeamSharing/SharedEntityDependencies.js +27 -0
  64. package/src/View/TeamSharing/SharedEntityObjectView.d.ts +9 -0
  65. package/src/View/TeamSharing/SharedEntityObjectView.js +84 -0
  66. package/src/View/TeamSharing/TeamSharingApplyButton.d.ts +6 -0
  67. package/src/View/TeamSharing/TeamSharingApplyButton.js +15 -0
  68. package/src/View/UIHelper.d.ts +2 -2
  69. package/src/agGrid/ActionColumnRenderer.js +5 -11
  70. package/src/agGrid/Adaptable.d.ts +2 -26
  71. package/src/agGrid/Adaptable.js +51 -52
  72. package/src/agGrid/agGridMenuHelper.d.ts +1 -0
  73. package/src/agGrid/agGridMenuHelper.js +15 -4
  74. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -12
  75. package/src/components/AdaptableIconComponent/index.d.ts +2 -1
  76. package/src/components/AdaptableIconComponent/index.js +36 -3
  77. package/src/components/Datepicker/index.d.ts +1 -1
  78. package/src/components/Input/index.d.ts +1 -1
  79. package/src/components/List/ListGroupItem/index.d.ts +1 -1
  80. package/src/components/PopupWithFooter.d.ts +1 -1
  81. package/src/components/SimpleButton/index.js +1 -1
  82. package/src/components/Textarea/index.d.ts +1 -1
  83. package/src/components/icons/{color-drop.d.ts → ends-with.d.ts} +0 -0
  84. package/src/components/icons/{format-letter-ends-with.js → ends-with.js} +0 -0
  85. package/src/components/icons/{filter-outline.d.ts → filter.d.ts} +0 -0
  86. package/src/components/icons/{filter-outline.js → filter.js} +0 -0
  87. package/src/components/icons/index.d.ts +5 -7
  88. package/src/components/icons/index.js +7 -21
  89. package/src/components/icons/{format-letter-ends-with.d.ts → starts-with.d.ts} +0 -0
  90. package/src/components/icons/{format-letter-starts-with.js → starts-with.js} +0 -0
  91. package/src/metamodel/adaptable.metamodel.d.ts +75 -0
  92. package/src/metamodel/adaptable.metamodel.js +1 -1
  93. package/src/types.d.ts +1 -1
  94. package/version.d.ts +1 -1
  95. package/version.js +1 -1
  96. package/src/View/Alert/AlertSharedEntity.d.ts +0 -5
  97. package/src/View/Alert/AlertSharedEntity.js +0 -19
  98. package/src/View/CalculatedColumn/CalculatedColumnSharedEntity.d.ts +0 -5
  99. package/src/View/CalculatedColumn/CalculatedColumnSharedEntity.js +0 -20
  100. package/src/View/ConditionalStyle/ConditionalStyleSharedEntity.d.ts +0 -5
  101. package/src/View/ConditionalStyle/ConditionalStyleSharedEntity.js +0 -23
  102. package/src/View/CustomSort/CustomSortSharedEntity.d.ts +0 -6
  103. package/src/View/CustomSort/CustomSortSharedEntity.js +0 -24
  104. package/src/View/Export/ExportSharedEntity.d.ts +0 -5
  105. package/src/View/Export/ExportSharedEntity.js +0 -16
  106. package/src/View/Filter/FilterSharedEntity.d.ts +0 -5
  107. package/src/View/Filter/FilterSharedEntity.js +0 -15
  108. package/src/View/FormatColumn/FormatColumnSharedEntity.d.ts +0 -5
  109. package/src/View/FormatColumn/FormatColumnSharedEntity.js +0 -18
  110. package/src/View/FreeTextColumn/FreeTextColumnSharedEntity.d.ts +0 -5
  111. package/src/View/FreeTextColumn/FreeTextColumnSharedEntity.js +0 -24
  112. package/src/View/Layout/LayoutSharedEntity.d.ts +0 -5
  113. package/src/View/Layout/LayoutSharedEntity.js +0 -15
  114. package/src/View/PlusMinus/PlusMinusSharedEntity.d.ts +0 -5
  115. package/src/View/PlusMinus/PlusMinusSharedEntity.js +0 -21
  116. package/src/View/Query/NamedQuerySharedEntity.d.ts +0 -5
  117. package/src/View/Query/NamedQuerySharedEntity.js +0 -19
  118. package/src/View/Shortcut/ShortcutSharedEntity.d.ts +0 -5
  119. package/src/View/Shortcut/ShortcutSharedEntity.js +0 -19
  120. package/src/View/TeamSharing/TeamSharingPopup.d.ts +0 -23
  121. package/src/View/TeamSharing/TeamSharingPopup.js +0 -163
  122. package/src/agGrid/rowEditIcons.d.ts +0 -5
  123. package/src/agGrid/rowEditIcons.js +0 -10
  124. package/src/components/icons/color-drop.js +0 -7
  125. package/src/components/icons/format-letter-starts-with.d.ts +0 -3
  126. package/src/components/icons/pause-red.d.ts +0 -3
  127. package/src/components/icons/pause-red.js +0 -7

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.