@openui5/ts-types 1.108.18 → 1.108.19

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.108.18",
3
+ "version": "1.108.19",
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.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -82259,7 +82259,8 @@ declare namespace sap {
82259
82259
  * Status information that can be either text with a value state, or an icon.
82260
82260
  *
82261
82261
  * With 1.63, large design of the control is supported by setting `sapMObjectStatusLarge` CSS class to the
82262
- * `ObjectStatus`.
82262
+ * `ObjectStatus`. Inner text wrapping could be enabled by adding `sapMObjectStatusLongText` CSS class to
82263
+ * the `ObjectStatus`. This class can be added by using оObjectStatus.addStyleClass("sapMObjectStatusLongText");
82263
82264
  */
82264
82265
  class ObjectStatus
82265
82266
  extends sap.ui.core.Control
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.18
267
+ // For Library Version: 1.108.19
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -58079,6 +58079,17 @@ declare namespace sap {
58079
58079
  */
58080
58080
  bReturnSuccess?: boolean
58081
58081
  ): this;
58082
+ /**
58083
+ * @SINCE 1.98.0
58084
+ *
58085
+ * Returns all current contexts of this list binding in no special order. Just like {@link #getCurrentContexts},
58086
+ * this method does not request any data from a back end and does not change the binding's state. In contrast
58087
+ * to {@link #getCurrentContexts}, it does not only return those contexts that were last requested by a
58088
+ * control, but all contexts that are currently available in the binding.
58089
+ *
58090
+ * @returns All current contexts of this list binding, in no special order
58091
+ */
58092
+ getAllCurrentContexts(): sap.ui.model.odata.v2.Context[];
58082
58093
  /**
58083
58094
  * Return contexts for the list
58084
58095
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.18
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare namespace sap {
4
4
  /**