SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.46k stars 253 forks source link

feat(ui5-flexible-column-layout): public layoutsConfiguration property #9290

Open kineticjs opened 4 days ago

kineticjs commented 4 days ago

Add public layoutsConfiguration property to allow the app customize the column proportions per screen size and layout. Also, update the layoutsConfiguration fields whenever the user interactively changes the column proportions by dragging the columns separator.

dobrinyonkov commented 15 hours ago

As synced offline, the layoutsConfiguration is now a public property that is being changed by the component upon user interaction, it would help to fire an event and notify the application about those changes.