mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary Creates a shared package for Discover utils/services/hooks, `@kbn/discover-utils`. Moves a couple of utils there (`buildDataTableRecord`/`getDocId`). This will be the future home for many services/utils that are shared between the Discover app and its packaged components (like unified field list, unified histogram, etc.) ### Checklist - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
170 B
170 B
@kbn/discover-utils
This is the package contains extracting parts of Discover for the usage in other unified components. This are mainly shared types, utils and mocks.