SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.92k stars 1.23k forks source link

sap.f.IDynamicPageStickyContent: missing interface functions #3996

Closed whydrae closed 3 months ago

whydrae commented 4 months ago

OpenUI5 version: 1.121.0

Browser/version (+device/version): all

URL (minimal example if possible): https://ui5.sap.com/#/api/sap.f.IDynamicPageStickyContent

Steps to reproduce the problem:

  1. In a typescript project try to implement sap.f.IDynamicPageStickyContent interface.

What is the expected result?

Interface should contain functions described in the documentation.

What happens instead?

  1. The interface doesn't contain any functions:
declare module "sap/f/library" {
  export interface IShellBar {
    __implements__sap_f_IShellBar: boolean;
  }

  export interface IDynamicPageStickyContent {
    __implements__sap_f_IDynamicPageStickyContent: boolean;
  }
}
IlianaB commented 4 months ago

Hello @whydrae , Thank you for sharing this finding. I've created an internal incident DINC0089935. The status of the issue will be updated here in GitHub.

Regards, Iliana