@openui5/ts-types 1.136.0 → 1.136.1

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.136.0",
3
+ "version": "1.136.1",
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.136.0
1
+ // For Library Version: 1.136.1
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.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -41651,7 +41651,8 @@ declare namespace sap {
41651
41651
  | `{${string}}`;
41652
41652
 
41653
41653
  /**
41654
- * Width of the control.
41654
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
41655
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
41655
41656
  *
41656
41657
  * @since 1.72
41657
41658
  */
@@ -43430,7 +43431,7 @@ declare namespace sap {
43430
43431
 
43431
43432
  /**
43432
43433
  * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
43433
- * NewsContent.
43434
+ * FrameType Stretch.
43434
43435
  *
43435
43436
  * @since 1.96
43436
43437
  */
@@ -43441,7 +43442,7 @@ declare namespace sap {
43441
43442
 
43442
43443
  /**
43443
43444
  * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
43444
- * Article Mode containing NewsContent.
43445
+ * Article Mode containing FrameType Stretch.
43445
43446
  *
43446
43447
  * @since 1.103
43447
43448
  */
@@ -138691,7 +138692,8 @@ declare namespace sap {
138691
138692
  /**
138692
138693
  * Gets current value of property {@link #getWidth width}.
138693
138694
  *
138694
- * Width of the control.
138695
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
138696
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
138695
138697
  *
138696
138698
  * @since 1.72
138697
138699
  *
@@ -138846,7 +138848,8 @@ declare namespace sap {
138846
138848
  /**
138847
138849
  * Sets a new value for property {@link #getWidth width}.
138848
138850
  *
138849
- * Width of the control.
138851
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
138852
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
138850
138853
  *
138851
138854
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
138852
138855
  *
@@ -149272,7 +149275,7 @@ declare namespace sap {
149272
149275
  * Gets current value of property {@link #getPriority priority}.
149273
149276
  *
149274
149277
  * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
149275
- * NewsContent.
149278
+ * FrameType Stretch.
149276
149279
  *
149277
149280
  * Default value is `None`.
149278
149281
  *
@@ -149285,7 +149288,7 @@ declare namespace sap {
149285
149288
  * Gets current value of property {@link #getPriorityText priorityText}.
149286
149289
  *
149287
149290
  * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
149288
- * Article Mode containing NewsContent.
149291
+ * Article Mode containing FrameType Stretch.
149289
149292
  *
149290
149293
  * @since 1.103
149291
149294
  *
@@ -164881,6 +164884,8 @@ declare namespace sap {
164881
164884
  AddPeopleToCalendar = "sapIllus-AddPeopleToCalendar",
164882
164885
  /**
164883
164886
  * "Balloon Sky" illustration type.
164887
+ *
164888
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.ReceiveAppreciation}
164884
164889
  */
164885
164890
  BalloonSky = "sapIllus-BalloonSky",
164886
164891
  /**
@@ -164889,6 +164894,8 @@ declare namespace sap {
164889
164894
  BeforeSearch = "sapIllus-BeforeSearch",
164890
164895
  /**
164891
164896
  * "Connection" illustration type.
164897
+ *
164898
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
164892
164899
  */
164893
164900
  Connection = "sapIllus-Connection",
164894
164901
  /**
@@ -165079,6 +165086,8 @@ declare namespace sap {
165079
165086
  SimpleCheckMark = "sapIllus-SimpleCheckMark",
165080
165087
  /**
165081
165088
  * "Simple Connection" illustration type.
165089
+ *
165090
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
165082
165091
  */
165083
165092
  SimpleConnection = "sapIllus-SimpleConnection",
165084
165093
  /**
@@ -170363,6 +170372,8 @@ declare namespace sap {
170363
170372
 
170364
170373
  "sap/m/p13n/SortPanel": undefined;
170365
170374
 
170375
+ "sap/m/p13n/util/diff": undefined;
170376
+
170366
170377
  "sap/m/P13nColumnsItem": undefined;
170367
170378
 
170368
170379
  "sap/m/P13nColumnsPanel": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.136.0
282
+ // For Library Version: 1.136.1
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -57379,7 +57379,7 @@ declare namespace sap {
57379
57379
  */
57380
57380
  constructor(
57381
57381
  /**
57382
- * Must be `undefined`
57382
+ * Must be `undefined` or `null`
57383
57383
  */
57384
57384
  oFormatOptions?: object,
57385
57385
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**