@sapui5/ts-types 1.108.21 → 1.108.22

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": "@sapui5/ts-types",
3
- "version": "1.108.21",
3
+ "version": "1.108.22",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -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.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
  /**
package/types/sap.me.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
  /**
@@ -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
  /**
@@ -115,7 +115,7 @@ declare namespace sap {
115
115
  /**
116
116
  * Returns the scanner API info that will be used to scan the barcode.
117
117
  *
118
- * @returns The Barcode Scanner API info. (e.g. ZebraEnterpriseBrowser, Cordova, ZXingCPP, ZXing or unknown)
118
+ * @returns The Barcode Scanner API info. (e.g. ZebraEnterpriseBrowser, Cordova, ZXingCPP or unknown)
119
119
  */
120
120
  getScanAPIInfo(): string;
121
121
  /**
@@ -140,10 +140,6 @@ declare namespace sap {
140
140
  * {
141
141
  * key: "ZXingCPP",
142
142
  * status: "Available"
143
- * },
144
- * {
145
- * key: "ZXing",
146
- * status: "Initial"
147
143
  * }
148
144
  * ]
149
145
  * }
@@ -260,17 +256,17 @@ declare namespace sap {
260
256
  /**
261
257
  * Set the scanner API info that will be used to scan the barcode.
262
258
  *
263
- * IMPORTANT: The status of the scanner API must be **"Available"**(for ZXingCPP and ZXing, status is **NOT
264
- * "UnAvailable"**), or will return False. Scanner APIs with status value can be got by using {@link #getStatusModel}.
265
- * By default, Barcode Scanner will select the scanner API(Available) with priority: ZebraEnterpriseBrowser
266
- * > Cordova > ZXingCPP > ZXing.
259
+ * IMPORTANT: The status of the scanner API must be **"Available"**(for ZXingCPP, status is **NOT "UnAvailable"**),
260
+ * or will return False. Scanner APIs with status value can be got by using {@link #getStatusModel}. By
261
+ * default, Barcode Scanner will select the scanner API(Available) with priority: ZebraEnterpriseBrowser
262
+ * > Cordova > ZXingCPP.
267
263
  *
268
264
  * @returns Return True if set success.
269
265
  */
270
266
  setScanAPIInfo(
271
267
  /**
272
268
  * Defines the scanner API to scan the barcode. Scanner API can be "ZebraEnterpriseBrowser", "Cordova",
273
- * "ZXingCPP" or "ZXing".
269
+ * "ZXingCPP".
274
270
  */
275
271
  scannerAPI?: string
276
272
  ): boolean;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.4
1
+ // For Library Version: 1.108.5
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 suite {
@@ -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 suite {
@@ -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 {
@@ -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 {
@@ -26553,8 +26553,10 @@ declare namespace sap {
26553
26553
  * - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
26554
26554
  * generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
26555
26555
  * `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
26556
- * Examples for the `customizeConfig` property to change the `textInEditModeSource` for
26557
- * the default `smartField`
26556
+ *
26557
+ * - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
26558
+ * Supported as of version 1.111 Examples for the `customizeConfig` property to change the
26559
+ * `textInEditModeSource` for the default `smartField`
26558
26560
  * ```javascript
26559
26561
  *
26560
26562
  * <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
@@ -28563,8 +28565,10 @@ declare namespace sap {
28563
28565
  * - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
28564
28566
  * generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
28565
28567
  * `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
28566
- * Examples for the `customizeConfig` property to change the `textInEditModeSource` for
28567
- * the default `smartField`
28568
+ *
28569
+ * - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
28570
+ * Supported as of version 1.111 Examples for the `customizeConfig` property to change the
28571
+ * `textInEditModeSource` for the default `smartField`
28568
28572
  * ```javascript
28569
28573
  *
28570
28574
  * <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
@@ -29350,8 +29354,10 @@ declare namespace sap {
29350
29354
  * - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
29351
29355
  * generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
29352
29356
  * `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
29353
- * Examples for the `customizeConfig` property to change the `textInEditModeSource` for
29354
- * the default `smartField`
29357
+ *
29358
+ * - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
29359
+ * Supported as of version 1.111 Examples for the `customizeConfig` property to change the
29360
+ * `textInEditModeSource` for the default `smartField`
29355
29361
  * ```javascript
29356
29362
  *
29357
29363
  * <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
@@ -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
  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 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
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.21
1
+ // For Library Version: 1.108.22
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.21
1
+ // For Library Version: 1.108.22
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
  /**
@@ -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
  /**