@openui5/ts-types 1.134.0 → 1.135.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.134.0",
3
+ "version": "1.135.0",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -20289,11 +20289,10 @@ declare namespace sap {
20289
20289
  */
20290
20290
  class ShellBar
20291
20291
  extends sap.ui.core.Control
20292
- implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
20292
+ implements sap.f.IShellBar, sap.m.IBar
20293
20293
  {
20294
20294
  __implements__sap_f_IShellBar: boolean;
20295
20295
  __implements__sap_m_IBar: boolean;
20296
- __implements__sap_tnt_IToolHeader: boolean;
20297
20296
  /**
20298
20297
  * Constructor for a new `ShellBar`.
20299
20298
  *