kibana/packages/kbn-unified-doc-viewer
Stratoula Kalafateli 43d18438f5
[ES|QL] Enables the addition of columns from the doc viewer (#171083)
## Summary

From our user sessions we found out that many users on the ES|QL mode
they are adding columns to the Document view from the Document viewer
but the ES|QL mode is missing this functionality. This PR enables this
action. We haven't decided what we are going to do with filtering yet so
I disable all the filtering related actions.

<img width="1886" alt="image"
src="61f93e53-c1e4-4581-bc89-41c8422ef4f3">

### Checklist

- [ ] [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
2023-11-17 14:05:03 +02:00
..
src [ES|QL] Enables the addition of columns from the doc viewer (#171083) 2023-11-17 14:05:03 +02:00
index.ts [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00
jest.config.js [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00
kibana.jsonc [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00
package.json [Unified Doc Viewer] Exclude static style assets from Unified Doc Viewer tree shaking (#167199) 2023-09-26 16:09:44 -03:00
README.md [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00
tsconfig.json [Discover] Show field tokens in the grid header (#167179) 2023-10-05 14:02:13 +02:00
types.ts [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00

@kbn/unified-doc-viewer

This package contains components and services for the unified doc viewer component.

Discover (Classic view → Expanded document)

image

Discover (Document explorer → Toggle dialog with details)

image

Discover (View single document)

image