kibana/examples
Nathan Reese 15ed59d6f0
[controls] complete control input builder API (#146764)
ControlGroupRenderer API changes
* Added parameter `initialInput: Partial<ControlGroupInput>,` to
getCreationOptions method signature so consumers don't need to call
`getDefaultControlGroupInput`
* Rename prop onEmbeddableLoad -> onLoadComplete
* Rename prop getCreationOptions -> getInitialInput

controlGroupInputBuilder API changes
* Added `addOptionsListControl` method that allows users to pass
selectedOptions
* Added `addRangeSliderControl`
* Added `addTimeSliderControl`

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Devon Thomson <devon.thomson@elastic.co>
2022-12-01 16:38:43 -07:00
..
bfetch_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
controls_example [controls] complete control input builder API (#146764) 2022-12-01 16:38:43 -07:00
dashboard_embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
data_view_field_editor_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
developer_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
expressions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
field_formats_example [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
files_example [Files] Move <FileUpload /> and <FilePicker /> 👉🏻 packages/shared-ux/file (#146284) 2022-11-29 08:48:23 +01:00
guided_onboarding_example [Guided onboarding] Add guide config route (#146149) 2022-12-01 09:44:20 +01:00
hello_world [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
locator_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
locator_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
partial_results_example [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
preboot_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
response_stream [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
routing_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
screenshot_mode_example [i18n] Fix ja-JP locale causing FATAL error when starting kibana (#146704) 2022-11-30 21:28:28 +03:00
search_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
share_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
state_containers_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_action_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_actions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
user_profile_examples Add the ability to limit the number of users you can select (#144618) 2022-11-07 12:39:30 +00:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

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

[source,bash]
----
yarn start --run-examples
----