kibana/packages/kbn-ui-actions-browser
Nathan Reese ca98633754
decouple url drilldown action from Embeddable framework (#175930)
Part of https://github.com/elastic/kibana/issues/175138 and prerequisite
for https://github.com/elastic/kibana/issues/174960

PR decouples Url drilldown action from Embeddable framework by migrating
to sets of composable interfaces.

### test instructions
1. Create panel and add "Url drilldown"
2. Verify `context` variables are populated with the same values when
they were grabbed from embeddable.input and embeddable.output
<img width="600" alt="Screenshot 2024-01-31 at 2 11 20 PM"
src="150f7a61-911f-4fb6-bf85-5c0481865e4b">

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-02-05 09:33:41 -07:00
..
src decouple url drilldown action from Embeddable framework (#175930) 2024-02-05 09:33:41 -07:00
index.ts [ML] [AIOps] Moving uiActions code (#171771) 2023-11-24 13:16:20 +00:00
jest.config.js create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
kibana.jsonc create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
package.json create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
README.md create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
tsconfig.json decouple url drilldown action from Embeddable framework (#175930) 2024-02-05 09:33:41 -07:00

@kbn/ui-actions-browser

Empty package generated by @kbn/generate