kibana/examples
Tim Sullivan ca2d1d6975
[DataViews] Remove some usage of any (#135767)
* fix editor warning

* use UrlFormatEditorFormatParams

* remove unnecessary any

* remove any from FieldFormatEditorFactory

* remove usage of any from src/plugins/data_view_field_editor

* remove usage of any from data_views/server/fetcher

* fix ts

* fix more ts

* back off changes in src/plugins/data_views/server/fetcher/

* pretty

* remove some unknown

* pretty

* fix ts

* retain null-ability

* fix lint

* fix test

* cleanup

* fixes in FieldFormatEditorFactory

* cleanup

* fix FieldFormatEditorStart

* revert functional diff

* knock out a few small any

* fix lint

* set up generic FieldFormatParams, SerializedFieldFormat, FormatFactory

* revert comment

* fix mistake

* use FormatEditorServiceSetup, FormatEditorServiceStart

* make defaultFieldFormatEditorFactories more type safe

* simplify types

* type fixes

* roll back re-leveling of fieldFormatEditors

* review feedback item

* public api correction

Co-authored-by: Matt Kime <matt@mattki.me>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-13 08:55:06 -07:00
..
bfetch_explorer fix all violations 2022-04-16 01:37:30 -05:00
dashboard_embeddable_examples fix all violations 2022-04-16 01:37:30 -05:00
data_view_field_editor_example fix all violations 2022-04-16 01:37:30 -05:00
developer_examples fix all violations 2022-04-16 01:37:30 -05:00
embeddable_examples Use explicit interface for SavedObjectsClientContract (#132795) 2022-05-25 16:51:16 +02:00
embeddable_explorer fix all violations 2022-04-16 01:37:30 -05:00
expressions_explorer fix all violations 2022-04-16 01:37:30 -05:00
field_formats_example [DataViews] Remove some usage of any (#135767) 2022-07-13 08:55:06 -07:00
hello_world fix all violations 2022-04-16 01:37:30 -05:00
locator_examples fix all violations 2022-04-16 01:37:30 -05:00
locator_explorer fix all violations 2022-04-16 01:37:30 -05:00
partial_results_example fix all violations 2022-04-16 01:37:30 -05:00
preboot_example Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
response_stream [ML] Explain log rate spikes: Adds API license check. (#135431) 2022-06-30 15:32:31 +02:00
routing_example Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
screenshot_mode_example Change ContextContainer to lazily initialize providers (#129896) 2022-04-22 13:15:58 +02:00
search_examples Remove deprecated es-query re-imports from data plugin (#134600) 2022-06-21 04:09:44 -07:00
share_examples fix all violations 2022-04-16 01:37:30 -05:00
state_containers_examples Remove deprecated es-query re-imports from data plugin (#134600) 2022-06-21 04:09:44 -07:00
ui_action_examples fix all violations 2022-04-16 01:37:30 -05:00
ui_actions_explorer fix all violations 2022-04-16 01:37:30 -05: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
----