@sapui5/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/types",
3
- "version": "1.114.13",
3
+ "version": "1.114.14",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
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 module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.13
1
+ // For Library Version: 1.114.14
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.13
1
+ // For Library Version: 1.114.14
2
2
 
3
3
  declare module "sap/ushell/components/factsheet/controls/PictureTile" {
4
4
  import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
@@ -9292,9 +9292,9 @@ declare namespace sap {
9292
9292
  *
9293
9293
  * Synchronous read and write operations before the load is done have undefined effects.
9294
9294
  *
9295
- * @returns Promise object
9295
+ * @returns Resolves once the context container is loaded or rejects on failure
9296
9296
  */
9297
- load(): object;
9297
+ load(): jQuery.Promise;
9298
9298
  /**
9299
9299
  * @SINCE 1.22.0
9300
9300
  *
@@ -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,10 +1,10 @@
1
- // For Library Version: 1.114.8
1
+ // For Library Version: 1.114.13
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
5
5
  declare module "sap/zen/commons/HAlign" {
6
6
  /**
7
- * @deprecated (since 1.89.0)
7
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
8
8
  *
9
9
  * Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
10
10
  * depend on the current locale's writing direction while others do not.
@@ -1420,7 +1420,7 @@ declare module "sap/zen/commons/layout/PositionContainer" {
1420
1420
 
1421
1421
  declare module "sap/zen/commons/Padding" {
1422
1422
  /**
1423
- * @deprecated (since 1.89)
1423
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1424
1424
  * @EXPERIMENTAL
1425
1425
  *
1426
1426
  * Padding, e.g. of a layout cell's content within the cell's borders. Note that all options except "None"
@@ -1456,7 +1456,7 @@ declare module "sap/zen/commons/Padding" {
1456
1456
 
1457
1457
  declare module "sap/zen/commons/Separation" {
1458
1458
  /**
1459
- * @deprecated (since 1.89.0)
1459
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1460
1460
  *
1461
1461
  * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
1462
1462
  * without a vertical line in its middle.
@@ -1496,7 +1496,7 @@ declare module "sap/zen/commons/Separation" {
1496
1496
 
1497
1497
  declare module "sap/zen/commons/VAlign" {
1498
1498
  /**
1499
- * @deprecated (since 1.89.0)
1499
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1500
1500
  *
1501
1501
  * Vertical alignment, e.g. of a layout cell's content within the cell's borders.
1502
1502
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.8
1
+ // For Library Version: 1.114.13
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -12,7 +12,7 @@ declare module "sap/zen/crosstab/Crosstab" {
12
12
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
13
13
 
14
14
  /**
15
- * @deprecated (since 1.89.0)
15
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
16
16
  *
17
17
  * Add your documentation for the new Crosstab
18
18
  */
@@ -146,7 +146,7 @@ declare module "sap/zen/crosstab/DataCell" {
146
146
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
147
147
 
148
148
  /**
149
- * @deprecated (since 1.89.0)
149
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
150
150
  *
151
151
  * Add your documentation for the new DataCell
152
152
  */
@@ -394,7 +394,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
394
394
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
395
395
 
396
396
  /**
397
- * @deprecated (since 1.89.0)
397
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
398
398
  *
399
399
  * Add your documentation for the new HeaderCell
400
400
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.8
1
+ // For Library Version: 1.114.13
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4
 
@@ -15,7 +15,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
15
15
 
16
16
  /**
17
17
  * @SINCE 1.46
18
- * @deprecated (since 1.89.0)
18
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
19
19
  * @EXPERIMENTAL (since 1.46) - API is incomplete and may change incompatibly
20
20
  *
21
21
  * Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
@@ -450,7 +450,7 @@ declare module "sap/zen/dsh/Dsh" {
450
450
 
451
451
  /**
452
452
  * @SINCE 1.44
453
- * @deprecated (since 1.89)
453
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
454
454
  *
455
455
  * Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
456
456
  */
@@ -946,7 +946,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
946
946
  import Control from "sap/ui/core/Control";
947
947
 
948
948
  /**
949
- * @deprecated (since 1.89)
949
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
950
950
  *
951
951
  * The ValueHelpDialog control can be used to implement a value help for an input field.
952
952
  */
@@ -2016,7 +2016,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
2016
2016
 
2017
2017
  declare module "sap/zen/dsh/ValueHelpRangeOperation" {
2018
2018
  /**
2019
- * @deprecated (since 1.89)
2019
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
2020
2020
  * @EXPERIMENTAL
2021
2021
  *
2022
2022
  * Sort Type
@@ -2068,7 +2068,7 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
2068
2068
  import Metadata from "sap/ui/base/Metadata";
2069
2069
 
2070
2070
  /**
2071
- * @deprecated (since 1.89.0)
2071
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
2072
2072
  *
2073
2073
  * Model implementation for JSON format
2074
2074
  */