kibana/examples/files_example
Jean-Louis Leysens 4a44fd31bb
[Files] Copy updates and file picker single select (#144398)
* implement copy updates

* move rename file and update empty state copy

* update title to respect multi select vs single select

* added test for single select behaviour

* implement single select behaviour

* introduce and use multiple prop, default true

* pass multiple flag to state

* pass multiple upload flag to UI

* added single select story

* update files example to still support multiple select

* uploadMultiple -> selectMultiple

* remove use of non-existent i18n

* update filepicker react component tests
2022-11-03 10:11:43 +01:00
..
common [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
public [Files] Copy updates and file picker single select (#144398) 2022-11-03 10:11:43 +01:00
server [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
.i18nrc.json [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
kibana.json [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
README.md [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
tsconfig.json [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00

Files example

An example plugin that integrates with the Kibana "files" plugin.

Key integration features demoed in this plugin

  • Create/upload a new file
  • Delete a file
  • View a file's details
  • View a file's contents
  • Downloading a file via an HTML button
  • List a set of files
  • Register a file kind