-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove react references from core
OverlayService
apis (#48431)
* move/rename overlay mount and unmount types from banner to parent module Signed-off-by: pgayvallet <[email protected]> * migrate openModal / modalService Signed-off-by: pgayvallet <[email protected]> fix I18nProvider import path Signed-off-by: pgayvallet <[email protected]> * updates core doc Signed-off-by: pgayvallet <[email protected]> update doc bis Signed-off-by: pgayvallet <[email protected]> * migrate openFlyout / flyout service Signed-off-by: pgayvallet <[email protected]> * remove CoreStart export from kibana-react Signed-off-by: pgayvallet <[email protected]> * adapt some calls to new signature Signed-off-by: pgayvallet <[email protected]> * adapt new calls Signed-off-by: pgayvallet <[email protected]> * adapt js call Signed-off-by: pgayvallet <[email protected]> * add flex layout on mountWrapper component to avoid losing scroll on overlays Signed-off-by: pgayvallet <[email protected]> * create proper flyout/modal services * update generated doc * update snapshot on data/query_bar * use ReactNode instead of ReactElement * rename mountForComponent to reactMount * change reactMount usages to toMountPoint * remove duplicate MountPoint type in overlays * remove duplicate mount utilities from overlays * allow to specify custom class name to MountWrapper * Allow to specialize MountPoint on HTMLElement subtypes * updates generated doc * undeprecates openFlyout/openModal & remove direct subservice access from overlayService * adapt toast api to get i18n context from service * use MountPoint instead of inline definition
- Loading branch information
1 parent
600862e
commit 01bbbf4
Showing
63 changed files
with
1,027 additions
and
671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
src/core/public/overlays/__snapshots__/flyout.test.tsx.snap
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.