@sapui5/ts-types 1.114.13 → 1.114.14

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.114.13",
3
+ "version": "1.114.14",
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.114.8
1
+ // For Library Version: 1.114.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.13
1
+ // For Library Version: 1.114.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.13
1
+ // For Library Version: 1.114.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -160,9 +160,9 @@ declare namespace sap {
160
160
  *
161
161
  * Synchronous read and write operations before the load is done have undefined effects.
162
162
  *
163
- * @returns Promise object
163
+ * @returns Resolves once the context container is loaded or rejects on failure
164
164
  */
165
- load(): object;
165
+ load(): jQuery.Promise;
166
166
  /**
167
167
  * @SINCE 1.22.0
168
168
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.13
1
+ // For Library Version: 1.114.14
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.8
1
+ // For Library Version: 1.114.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1383,7 +1383,7 @@ declare namespace sap {
1383
1383
  }
1384
1384
 
1385
1385
  /**
1386
- * @deprecated (since 1.89.0)
1386
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1387
1387
  *
1388
1388
  * Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
1389
1389
  * depend on the current locale's writing direction while others do not.
@@ -1411,7 +1411,7 @@ declare namespace sap {
1411
1411
  Right = "Right",
1412
1412
  }
1413
1413
  /**
1414
- * @deprecated (since 1.89)
1414
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1415
1415
  * @EXPERIMENTAL
1416
1416
  *
1417
1417
  * Padding, e.g. of a layout cell's content within the cell's borders. Note that all options except "None"
@@ -1443,7 +1443,7 @@ declare namespace sap {
1443
1443
  None = "None",
1444
1444
  }
1445
1445
  /**
1446
- * @deprecated (since 1.89.0)
1446
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1447
1447
  *
1448
1448
  * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
1449
1449
  * without a vertical line in its middle.
@@ -1479,7 +1479,7 @@ declare namespace sap {
1479
1479
  SmallWithLine = "SmallWithLine",
1480
1480
  }
1481
1481
  /**
1482
- * @deprecated (since 1.89.0)
1482
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1483
1483
  *
1484
1484
  * Vertical alignment, e.g. of a layout cell's content within the cell's borders.
1485
1485
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.8
1
+ // For Library Version: 1.114.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -242,7 +242,7 @@ declare namespace sap {
242
242
  }
243
243
 
244
244
  /**
245
- * @deprecated (since 1.89.0)
245
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
246
246
  *
247
247
  * Add your documentation for the new Crosstab
248
248
  */
@@ -355,7 +355,7 @@ declare namespace sap {
355
355
  ): this;
356
356
  }
357
357
  /**
358
- * @deprecated (since 1.89.0)
358
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
359
359
  *
360
360
  * Add your documentation for the new DataCell
361
361
  */
@@ -562,7 +562,7 @@ declare namespace sap {
562
562
  ): this;
563
563
  }
564
564
  /**
565
- * @deprecated (since 1.89.0)
565
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
566
566
  *
567
567
  * Add your documentation for the new HeaderCell
568
568
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.8
1
+ // For Library Version: 1.114.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -8,7 +8,7 @@ declare namespace sap {
8
8
  namespace dsh {
9
9
  namespace widgets {
10
10
  /**
11
- * @deprecated (since 1.89.0)
11
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
12
12
  *
13
13
  * Model implementation for JSON format
14
14
  */
@@ -349,7 +349,7 @@ declare namespace sap {
349
349
 
350
350
  /**
351
351
  * @SINCE 1.46
352
- * @deprecated (since 1.89.0)
352
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
353
353
  * @EXPERIMENTAL (since 1.46) - API is incomplete and may change incompatibly
354
354
  *
355
355
  * Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
@@ -727,7 +727,7 @@ declare namespace sap {
727
727
  }
728
728
  /**
729
729
  * @SINCE 1.44
730
- * @deprecated (since 1.89)
730
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
731
731
  *
732
732
  * Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
733
733
  */
@@ -1144,7 +1144,7 @@ declare namespace sap {
1144
1144
  ): this;
1145
1145
  }
1146
1146
  /**
1147
- * @deprecated (since 1.89)
1147
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1148
1148
  *
1149
1149
  * The ValueHelpDialog control can be used to implement a value help for an input field.
1150
1150
  */
@@ -2070,7 +2070,7 @@ declare namespace sap {
2070
2070
  update(): void;
2071
2071
  }
2072
2072
  /**
2073
- * @deprecated (since 1.89)
2073
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
2074
2074
  * @EXPERIMENTAL
2075
2075
  *
2076
2076
  * Sort Type