kibana/x-pack/examples/ui_actions_enhanced_examples/public
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
..
components Add explicit children types (#181257) 2024-04-29 16:56:41 +01:00
containers [embeddable] remove EmbeddableRenderer and embeddable stories (#203007) 2024-12-10 10:38:28 -07:00
context fix all violations 2022-04-16 01:37:30 -05:00
drilldowns [embeddable] make presentation interface names consistent (#205279) 2025-01-22 10:46:01 -06:00
embeddables [embeddable] remove EmbeddableRenderer and embeddable stories (#203007) 2024-12-10 10:38:28 -07:00
triggers fix all violations 2022-04-16 01:37:30 -05:00
index.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
mount.tsx [embeddable] remove EmbeddableRenderer and embeddable stories (#203007) 2024-12-10 10:38:28 -07:00
plugin.ts [embeddable] remove EmbeddableRenderer and embeddable stories (#203007) 2024-12-10 10:38:28 -07:00