Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart 60f0aee9b6
Bug 34215: Introduce a ToolbarButton Vue component
Our toolbar component is not flexible enough, we cannot:
* have something else than a router-link
* have a link outside of the app (it needs to be a Vue route)

This patch adds a ToolbarButton component that is used for existing
button. But other buttons can be added without being a router-link.

Test plan:
No change in behaviour here! Test the buttons in the 4 existing toolbar
(in the ERM module)

Sponsored-by: BULAC - http://www.bulac.fr/
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-09-22 11:35:48 -03:00
..
components Bug 34215: Introduce a ToolbarButton Vue component 2023-09-22 11:35:48 -03:00
composables Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
fetch Bug 34055: Rebased on top of 34219 2023-09-22 10:52:47 -03:00
i18n Bug 33169: (QA follow-up) Tidy Vue-related files 2023-06-23 10:01:02 -03:00
modules Bug 34691: Fix linkActiveClass in createRouter 2023-09-01 11:23:32 -03:00
routes Bug 33169: (QA follow-up) Tidy Vue-related files 2023-06-23 10:01:02 -03:00
stores Bug 34418: Replace dynamic parameter on unnamed route node 2023-09-01 11:23:28 -03:00
messages.js Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
vue-shims.d.ts