kibana/test/plugin_functional/plugins
Nathan Reese 05916056cd
[embeddable] make presentation interface names consistent (#205279)
PR cleans up presentation interface names for consistentency
* adds `$` suffix to all observables. For example, `dataLoading` =>
`dataLoading$`
* removes `Panel` naming convention from interface names since an api
may not be a panel, an api may be a dashboard. For example,
`PublisesPanelTitle` => `PublishesTitle`

#### Note to Reviewers
Pay special attention to any place where your application creates an
untyped API. In the example below, there is no typescript violation when
the parent returns `dataLoading` instead of `dataLoading$` since the
parent is not typed as `PublishesDataLoading`. Please check for
instances like these.

```
<ReactEmbeddableRenderer
  getParentApi={() => {
    dataLoading: new BehaviorSubject()
  }}
/>
```

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-01-22 10:46:01 -06:00
..
app_link_test Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_app_status Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_dynamic_resolving_a Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_dynamic_resolving_b Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_history_block Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_http Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_a Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_appleave Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_b Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_chromeless Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_deep_links Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_deprecations [deprecations/test plugin]: Check in all spaces (#202356) 2024-12-02 16:44:40 +03:00
core_plugin_execution_context Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_helpmenu Preparation for High Contrast Mode, Core/SharedUX domains (#202606) 2024-12-05 08:26:41 -07:00
core_plugin_route_timeouts Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_plugin_static_assets Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
core_provider_plugin Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
data_search Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
elasticsearch_client_plugin Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
eui_provider_dev_warning Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
hardening Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
index_patterns Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn_sample_panel_action [embeddable] make presentation interface names consistent (#205279) 2025-01-22 10:46:01 -06:00
kbn_top_nav Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn_tp_custom_visualizations Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
management_test_plugin Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
rendering_plugin Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
saved_object_export_transforms Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
saved_object_import_warnings Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
saved_objects_hidden_from_http_apis_type Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
saved_objects_hidden_type Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
session_notifications Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
telemetry Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-core (#201653) 2025-01-04 11:47:24 -07:00
ui_settings_plugin Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
usage_collection Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-core (#201653) 2025-01-04 11:47:24 -07:00