Andreas Kunz
Andreas Kunz
Hi Eric, There are several aspects to this ticket and I'll try to address all of them: 1.) Just to explain the overall motivation (even though it might be clear...
Ok,... for problem 2.) a fix is on its way already. The more general problem, to rephrase it, is that the type names for the events are not documented anywhere,...
Bug is fixed with https://github.com/SAP/openui5/commit/43e032cef9b591374bb9e440a70073dfcdf09f75 for the 1.119 types. The general event name issue is still open.
Ok, with https://github.com/SAP/openui5/commit/8f935aa5d277291bbb985db5aebb76546637873e the type definitions for the "metadata" objects have landed. They can already be seen at and around https://openui5nightly.hana.ondemand.com/api/sap.ui.core.Element.MetadataOptions. They will be released with version 1.110 of the...
Using the MetadataOptions type for the metadata (or just "object" for versions below 1.110.0) solves this issue. All related samples have been updated (or have at least a PR to...
Discussion closed.
Option 1 (renaming with "overrides" for the metadata and "override" for the static API method) is the way to go. The necessary change in the transformer is on its way...
As already indicated by the changes above, this issue is now solved. In short, you can use the term `overrides` instead of `override` for the object containing methods to override:...
@ravish-garg Unfortunately not. It's on the backlog, but the responsible team has been busy with UI5 2.0 tasks for a long time.
@ravish-garg Well, I'm not from Fiori Elements and not an expert on extensions, but as I understand https://ui5.sap.com/#/topic/382a6c39fd494c12a4ee23c8659909bd, there are two things happening: 1.) in manifest.json there is `STTA_MP.ext.controller.DetailsExtension` registered...