kibana/examples
Vadim Dalecky 7d2b8d9ffc
Local actions (#57451) (#57805)
* feat: 🎸 create UiActionsService

* feat: 🎸 add UiActionsServvice.fork() method

* feat: 🎸 instantiate UiActionsService in plugin

* feat: 🎸 add UiActionsService.registerTrigger(), remove old

* feat: 🎸 move attach/detachAction() methods to UiActionsService

* refactor: 💡 move remaining actions API to UiActionsService

* chore: 🤖 clean up /trigger folder

* test: 💍 move registry tests into UiActiosnService tests

* fix: 🐛 fix TypeScript typecheck errors

* test: 💍 add .fork() trigger tests

* feat: 🎸 remove actionIds from ui_actions Trigger interface

* fix: 🐛 remove usage of actionIds

* fix: 🐛 attach hello world action to trigger in plugin lifecycle

* feat: 🎸 fork also trigger to action attachments

* fix: 🐛 clear mapping registry in .clear(), improve type
2020-02-17 16:57:44 +01:00
..
bfetch_explorer bfetch (2) (#53711) (#55039) 2020-01-16 07:21:13 -08:00
demo_search add examples/ to no-restricted-path config (#54252) (#54277) 2020-01-09 14:37:08 +03:00
embeddable_examples Embeddable examples on the platform and included with --run-examples flag (#52111) (#53190) 2019-12-16 17:45:26 -05:00
embeddable_explorer Embeddable examples on the platform and included with --run-examples flag (#52111) (#53190) 2019-12-16 17:45:26 -05:00
search_explorer Embeddable examples on the platform and included with --run-examples flag (#52111) (#53190) 2019-12-16 17:45:26 -05:00
state_containers_examples [State Management] State containers improvements (#54436) (#54562) 2020-01-13 14:12:25 +01:00
ui_action_examples Local actions (#57451) (#57805) 2020-02-17 16:57:44 +01:00
ui_actions_explorer Local actions (#57451) (#57805) 2020-02-17 16:57:44 +01:00
README.md bfetch (2) (#53711) (#55039) 2020-01-16 07:21:13 -08:00

Example plugins

This folder contains example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples