https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189

--- Comment #43 from Paul Derscheid <[email protected]> ---
Created attachment 198929
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198929&action=edit
Bug 42189: Re-export Vue APIs and widget components from islands

- Add explicit named re-exports of Vue APIs (h, ref, computed, provide,
  inject, onMounted, etc.) from islands.ts for plugin use
- With Vue externalized, export * from "vue" produces no output since
  rspack cannot statically resolve external module exports; explicit
  re-exports are required instead
- Export WidgetWrapper component so plugins can render widgets with the
  same chrome as core dashboard widgets
- Export useBaseWidget composable for plugin widget lifecycle management
- Plugins import everything from a single source: islands.esm.js

Signed-off-by: Clemens Tubach <[email protected]>
Signed-off-by: Thomas Klausner <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to