kibana/x-pack/examples
Nathan Reese b213eb6bb2
[embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960)
Embeddable ViewMode is part of legacy embeddable architecture. This PR
removes Embeddable ViewMode and replaces its usage with
presentation-publishing ViewMode. presentation-publishing ViewMode is a
string literal type so an enum is no longer needed.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-03-04 09:05:23 -07:00
..
alerting_example [Response Ops] [Rule Form] Add Rule Form Flyout v2 (#206685) 2025-03-04 16:52:58 +02:00
embedded_lens_example [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
exploratory_view_example Address some of the no_group_crossing dependencies (#198261) 2024-11-06 08:44:35 -06:00
gen_ai_streaming_response_example [ResponseOps][UI] - EUI Visual Refresh integration and QA (#204352) 2025-01-15 09:07:25 +02:00
lens_config_builder_example [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
lens_embeddable_inline_editing_example [Lens] Embeddable react refactor (#186642) 2024-11-26 09:34:13 +01:00
screenshotting_example More strict plugin type definitions (#205232) 2025-01-07 16:41:15 +01:00
testing_embedded_lens [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
third_party_lens_navigation_prompt [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
third_party_maps_source_example Move @elastic/kibana-gis ownership to @elastic/kibana-presentation (#192521) 2024-09-16 09:50:50 -05:00
third_party_vis_lens_example [Lens] Chart switch redesign (#187475) 2024-09-05 12:32:45 +02:00
triggers_actions_ui_example [Response Ops] [Rule Form] Add Rule Form Flyout v2 (#206685) 2025-03-04 16:52:58 +02:00
ui_actions_enhanced_examples [embeddable] make presentation interface names consistent (#205279) 2025-01-22 10:46:01 -06:00
README.md

Example plugins

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

yarn start --run-examples