kibana/examples/embeddable_examples/public/app
Hannah Mudge e587187ffc
[kbn-grid-layout] Add ability to create, edit, and delete rows (#209193)
Closes https://github.com/elastic/kibana/issues/204849

## Summary

This PR adds the ability to create, edit, and delete sections / rows to
`kbn-grid-layout`:



https://github.com/user-attachments/assets/4831b289-2c71-42fb-851d-0925560e233a



Note that sections are still statically placed - dragging rows around
will be added in a follow-up PR, because it's a larger undertaking.
Since this feature is not available to users yet, it is okay to
implement this in stages like this.

### Checklist

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [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
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

### Identify risks

Collapsible sections are not available on Dashboard yet and so there is
no user-facing risk to this PR.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <4283304+mbondyra@users.noreply.github.com>
2025-02-24 18:29:00 +00:00
..
presentation_container_example [kbn-grid-layout] Add ability to create, edit, and delete rows (#209193) 2025-02-24 18:29:00 +00:00
state_management_example [embeddable] make presentation interface names consistent (#205279) 2025-01-22 10:46:01 -06:00
app.tsx Preparation for High Contrast Mode, Analytics Experience domains (#202608) 2024-12-12 13:16:07 -06:00
overview.tsx chore(NA): upgrade to webpack 5 (#191106) 2025-02-14 03:01:36 +00:00
register_embeddable.tsx chore(NA): upgrade to webpack 5 (#191106) 2025-02-14 03:01:36 +00:00
render_examples.tsx [embeddable] make presentation interface names consistent (#205279) 2025-01-22 10:46:01 -06:00
setup_app.ts [embeddables] state management example (#192587) 2024-09-12 09:50:27 -06:00
sidebar.tsx [embeddables] state management example (#192587) 2024-09-12 09:50:27 -06:00