feat(extensions): add superset.chatbot contribution point (SIP P1.1)

- Add `app` scope and `AppLocation` type to `ViewContributions` manifest schema
- Add host-internal `getViewProvider` and `getRegisteredViewIds` accessors to the views registry
- Add `getActiveChatbot` resolver with first-to-register fallback policy
- Mount `ChatbotMount` in the app shell (fixed bottom-right, persists across routes
This commit is contained in:
Enzo Martellucci
2026-05-25 15:04:36 +02:00
parent 793ffb3d80
commit d0561e16e0

View File

@@ -23,6 +23,7 @@ import { Menu } from '../menus';
export type { ChatbotView };
export type SqlLabLocation =
| 'leftSidebar'
| 'rightSidebar'