## Value List Items Modal Window
Experimental flag: **valueListItemsModal**
it's temporarily true and will be set to false, before merge
2aafe007-734f-4c0e-b542-5eca229e310d
Added a new modal window that lets users interact with value lists
directly. This modal supports viewing, searching, adding, deleting,
updating, and uploading items.
Where to find the modal window:
- Value list popup
- Exception editing and viewing on both the rule page and shared
exceptions management page
Permissions:
Add, edit, delete, and upload buttons are hidden for read-only users.
The modal link is not shown to users without read permissions.
### Changes to API
I added optional **refresh** flag for list items API, because we want to
see the changes in UI, when editing list items
### How to review
All new components is here -
`x-pack/plugins/security_solution/public/value_list/`
New hooks - `packages/kbn-securitysolution-list-hooks/`
API calls - `packages/kbn-securitysolution-list-api`
Actual API - `x-pack/plugins/lists/server/routes`
There also some props drilling into exceptions package, which is not
ideal, please let me know if you have better ideas
[test plan](https://github.com/elastic/security-team/pull/9128)
---------
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>