@openui5/ts-types 1.124.4 → 1.124.6
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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +7 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +8 -6
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +3 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.6
|
|
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
|
/**
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -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.
|
|
282
|
+
// For Library Version: 1.124.6
|
|
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) -
|
|
9215
|
-
*
|
|
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) -
|
|
9267
|
-
*
|
|
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
|
|
50400
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/ui/core/message/MessageType} instead.
|
|
50399
50401
|
*/
|
|
50400
50402
|
enum MessageType {
|
|
50401
50403
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.6
|
|
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;
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED