swendlandt
swendlandt
### **Issue Description** In https://sap.github.io/ui5-webcomponents/playground/?path=/docs/docs-advanced-accessibility--docs#invisible-messaging there is a link to [Dynamic MessageStrip Generator Sample](https://sap.github.io/ui5-webcomponents/nightly/playground/?path=/docs/main-messagestrip--docs) which does not work anymore. ### **Issue Type** - [ ] Documentation is unclear - [x]...
**Thank you for your contribution!** 👏 ### PR checklist - [ ] Follow the [Commit message Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md#commit-message-style) For example: `fix(ui5-*): correct/fix sth` or `feat(ui5-*): add/introduce sth`. If you don't want...
Hi, in piperExecuteBin https://github.com/SAP/jenkins-library/blob/500c42860f1abc9f154683c6f6f44528943b7313/vars/piperExecuteBin.groovy#L287 all exceptions are catched and instead a hudson.AbortException is thrown. The original exception is in the error message but the actual exception object is not accessible...
**Is your feature request related to a problem? Please describe.** I have a custom UI5 web component package which has a dependency on https://github.com/SAP/ui5-webcomponents/blob/main/packages/localization/src/Assets.ts. This results in many CLDR files...
OpenUI5 version: 1.123 Currently the official way to announce a dynamically generated MessageStrip for Screen Reader users is to call `sap.ui.core.InvisibleMessage`, see https://ui5.sap.com/#/api/sap.m.MessageStrip%23overview and the example https://ui5.sap.com/#/entity/sap.m.MessageStrip/sample/sap.m.sample.DynamicMessageStripGenerator/code. Idea to make...
### Feature Request Description ui5-webcomponents define different types of properties: https://sap.github.io/ui5-webcomponents/docs/development/properties/#type "function" is not one of them, but it could be helpful to pass callbacks to a custom web component....