@openui5/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/types",
3
- "version": "1.136.0",
3
+ "version": "1.136.1",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript",
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 module "sap/tnt/library" {
4
4
  export interface IToolHeader {
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 module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -40173,6 +40173,8 @@ declare module "sap/m/IllustratedMessageType" {
40173
40173
  AddPeopleToCalendar = "sapIllus-AddPeopleToCalendar",
40174
40174
  /**
40175
40175
  * "Balloon Sky" illustration type.
40176
+ *
40177
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.ReceiveAppreciation}
40176
40178
  */
40177
40179
  BalloonSky = "sapIllus-BalloonSky",
40178
40180
  /**
@@ -40181,6 +40183,8 @@ declare module "sap/m/IllustratedMessageType" {
40181
40183
  BeforeSearch = "sapIllus-BeforeSearch",
40182
40184
  /**
40183
40185
  * "Connection" illustration type.
40186
+ *
40187
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
40184
40188
  */
40185
40189
  Connection = "sapIllus-Connection",
40186
40190
  /**
@@ -40371,6 +40375,8 @@ declare module "sap/m/IllustratedMessageType" {
40371
40375
  SimpleCheckMark = "sapIllus-SimpleCheckMark",
40372
40376
  /**
40373
40377
  * "Simple Connection" illustration type.
40378
+ *
40379
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
40374
40380
  */
40375
40381
  SimpleConnection = "sapIllus-SimpleConnection",
40376
40382
  /**
@@ -131188,7 +131194,8 @@ declare module "sap/m/SlideTile" {
131188
131194
  /**
131189
131195
  * Gets current value of property {@link #getWidth width}.
131190
131196
  *
131191
- * Width of the control.
131197
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
131198
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
131192
131199
  *
131193
131200
  * @since 1.72
131194
131201
  *
@@ -131343,7 +131350,8 @@ declare module "sap/m/SlideTile" {
131343
131350
  /**
131344
131351
  * Sets a new value for property {@link #getWidth width}.
131345
131352
  *
131346
- * Width of the control.
131353
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
131354
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
131347
131355
  *
131348
131356
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
131349
131357
  *
@@ -131401,7 +131409,8 @@ declare module "sap/m/SlideTile" {
131401
131409
  | `{${string}}`;
131402
131410
 
131403
131411
  /**
131404
- * Width of the control.
131412
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
131413
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
131405
131414
  *
131406
131415
  * @since 1.72
131407
131416
  */
@@ -148121,7 +148130,7 @@ declare module "sap/m/TileContent" {
148121
148130
  * Gets current value of property {@link #getPriority priority}.
148122
148131
  *
148123
148132
  * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
148124
- * NewsContent.
148133
+ * FrameType Stretch.
148125
148134
  *
148126
148135
  * Default value is `None`.
148127
148136
  *
@@ -148134,7 +148143,7 @@ declare module "sap/m/TileContent" {
148134
148143
  * Gets current value of property {@link #getPriorityText priorityText}.
148135
148144
  *
148136
148145
  * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
148137
- * Article Mode containing NewsContent.
148146
+ * Article Mode containing FrameType Stretch.
148138
148147
  *
148139
148148
  * @since 1.103
148140
148149
  *
@@ -148423,7 +148432,7 @@ declare module "sap/m/TileContent" {
148423
148432
 
148424
148433
  /**
148425
148434
  * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
148426
- * NewsContent.
148435
+ * FrameType Stretch.
148427
148436
  *
148428
148437
  * @since 1.96
148429
148438
  */
@@ -148434,7 +148443,7 @@ declare module "sap/m/TileContent" {
148434
148443
 
148435
148444
  /**
148436
148445
  * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
148437
- * Article Mode containing NewsContent.
148446
+ * Article Mode containing FrameType Stretch.
148438
148447
  *
148439
148448
  * @since 1.103
148440
148449
  */
@@ -172326,6 +172335,8 @@ declare namespace sap {
172326
172335
 
172327
172336
  "sap/m/p13n/SortPanel": undefined;
172328
172337
 
172338
+ "sap/m/p13n/util/diff": undefined;
172339
+
172329
172340
  "sap/m/P13nColumnsItem": undefined;
172330
172341
 
172331
172342
  "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 module "sap/tnt/library" {
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 module "sap/ui/codeeditor/library" {}
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 module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -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
  /**
@@ -68325,7 +68325,7 @@ declare module "sap/ui/model/odata/type/Stream" {
68325
68325
  */
68326
68326
  constructor(
68327
68327
  /**
68328
- * Must be `undefined`
68328
+ * Must be `undefined` or `null`
68329
68329
  */
68330
68330
  oFormatOptions?: object,
68331
68331
  /**
@@ -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 module "sap/ui/fl/library" {}
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 module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -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/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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
  import Control from "sap/ui/core/Control";
@@ -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/suite/library" {
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 module "sap/ui/support/library" {
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 module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -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/testrecorder/library" {}
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 module "sap/ui/unified/library" {
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 module "sap/ui/ux3/library" {
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 module "sap/ui/webc/common/library" {}
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 module "sap/ui/webc/fiori/library" {
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 module "sap/ui/webc/main/library" {
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 module "sap/uxap/library" {
4
4
  /**