@openui5/ts-types 1.141.2 → 1.143.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.141.2",
3
+ "version": "1.143.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.141.2
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -20469,6 +20469,13 @@ declare namespace sap {
20469
20469
  unbindValue(): this;
20470
20470
  }
20471
20471
  /**
20472
+ * **Note:** `sap.f.ShellBar` is not UXC-compliant and will no longer be aligned with future UXC design
20473
+ * updates. For UXC-compliant applications, use the ui5-shellbar web component instead. It can be integrated
20474
+ * seamlessly using ui5-tooling-modules. See {@link https://ui5.sap.com/#/topic/1c80793df5bb424091954697fc0b2828 Using Web Components}.
20475
+ *
20476
+ *
20477
+ *
20478
+ *
20472
20479
  * A horizontal bar control holding multiple child controls used as application shell header.
20473
20480
  *
20474
20481
  * Overview: