@openui5/ts-types 1.124.4 → 1.124.5

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.124.4",
3
+ "version": "1.124.5",
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.124.4
1
+ // For Library Version: 1.124.5
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.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -18787,6 +18787,12 @@ declare namespace sap {
18787
18787
  * The file that fails to meet the file size restriction specified in the `maxFileSize` property.
18788
18788
  */
18789
18789
  item?: sap.m.upload.UploadSetItem;
18790
+
18791
+ /**
18792
+ * The size of a file in MB, that fails to meet the file size restriction specified in the `maxFileSize`
18793
+ * property.
18794
+ */
18795
+ fileSize?: float;
18790
18796
  }
18791
18797
 
18792
18798
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
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.124.4
282
+ // For Library Version: 1.124.5
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -9211,8 +9211,9 @@ declare namespace sap {
9211
9211
  *
9212
9212
  * **Note:** Any other call signature will lead to a runtime error.
9213
9213
  *
9214
- * @deprecated (since 1.56) - Use {@link sap.ui.core.mvc.View.extend View.extend} to define the view class
9215
- * and {@link sap.ui.core.mvc.View.create View.create} to create view instances
9214
+ * @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
9215
+ * defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
9216
+ * with {@link sap.ui.core.mvc.View.create View.create}.
9216
9217
  *
9217
9218
  * @returns the created JSView instance in the creation case, otherwise undefined
9218
9219
  */
@@ -9263,8 +9264,9 @@ declare namespace sap {
9263
9264
  *
9264
9265
  * **Note:** Any other call signature will lead to a runtime error.
9265
9266
  *
9266
- * @deprecated (since 1.56) - Use {@link sap.ui.core.mvc.View.extend View.extend} to define the view class
9267
- * and {@link sap.ui.core.mvc.View.create View.create} to create view instances
9267
+ * @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
9268
+ * defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
9269
+ * with {@link sap.ui.core.mvc.View.create View.create}.
9268
9270
  *
9269
9271
  * @returns the created JSView instance in the creation case, otherwise undefined
9270
9272
  */
@@ -50395,7 +50397,7 @@ declare namespace sap {
50395
50397
  *
50396
50398
  * This enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'MessageType'.
50397
50399
  *
50398
- * @deprecated (since 1.120) - Please use {@link sap.ui.core.message.MessageType} instead.
50400
+ * @deprecated (since 1.120) - Please use {@link module:sap/ui/core/message/MessageType} instead.
50399
50401
  */
50400
50402
  enum MessageType {
50401
50403
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -25979,6 +25979,8 @@ declare namespace sap {
25979
25979
 
25980
25980
  "sap/ui/mdc/util/DateUtil": undefined;
25981
25981
 
25982
+ "sap/ui/mdc/util/DensityHelper": undefined;
25983
+
25982
25984
  "sap/ui/mdc/util/FilterUtil": undefined;
25983
25985
 
25984
25986
  "sap/ui/mdc/util/InfoBar": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**