Vladislav Tasev
Vladislav Tasev
Currently, when used inside OpenUI5, web components that have a group item, don't have their items grouped with binding. A PoC must be created for any of them, and then...
Whenever styles/links/adopted stylesheets are created for the CSS Variables, save info about: - which **runtime** created the resource - which **theme** the CSS vars are for (for theme-related variables, as...
POC Requirements: - micro-frontends must not mix in the DOM (each keeps to its own part of the DOM tree) - does not work with FF/Safari and CSP; requires a...
When the `removeDuplicatedValues` configuration setting is set to `true`, it is unavoidable to have two embedded loops to remove duplicates, as both the props and the values must be compared....
A lot of technical debt has accumulated in the hbs compiler. TODO: - merge the `hbs2lit` and `hbs2ui5` libs (currently there is not enough logical separation to justify the existence...
The goal of this task is to present the product in a larger scope in the SAP ecosystem. Create an application, ideally representing one of the common Fiori business screens,...
### Feature Request Description Make it possible to position the text above the animation, with arbitrary size and paddings. ### Proposed Solution Make it possible to implement this design: ###...
**Motivation** Currently the Table component is using "th", "tr" and "td" tags, which are a bit difficult to style and make certain features difficult to implement. For example: applying the...
Currently, the slot metadata setting `invalidateOnChildChange` only works for **directly slotted** UI5 Elements inside the slot. This change enables the functionality for transitively slotted children too. This is relevant for...