https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189 --- Comment #20 from Clemens Tubach <clemens.tubach@kit.edu> --- Created attachment 196553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196553&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> -- You are receiving this mail because: You are watching all bug changes.