https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189 --- Comment #43 from Paul Derscheid <paul.derscheid@lmscloud.de> --- 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 <clemens.tubach@kit.edu> Signed-off-by: Thomas Klausner <domm@plix.at> -- You are receiving this mail because: You are watching all bug changes.