@openui5/ts-types-esm 1.96.41 → 1.96.43
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 +23 -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 +2 -2
- 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 +1 -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 +6 -6
- 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.96.
|
|
1
|
+
// For Library Version: 1.96.43
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -63548,6 +63548,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
63548
63548
|
oListener?: object
|
|
63549
63549
|
): this;
|
|
63550
63550
|
/**
|
|
63551
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
63552
|
+
*
|
|
63551
63553
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
63552
63554
|
* event of this `sap.m.PDFViewer`.
|
|
63553
63555
|
*
|
|
@@ -63558,6 +63560,10 @@ declare module "sap/m/PDFViewer" {
|
|
|
63558
63560
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
63559
63561
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
63560
63562
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
63563
|
+
*
|
|
63564
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
63565
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
63566
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
63561
63567
|
*/
|
|
63562
63568
|
attachSourceValidationFailed(
|
|
63563
63569
|
/**
|
|
@@ -63575,6 +63581,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
63575
63581
|
oListener?: object
|
|
63576
63582
|
): this;
|
|
63577
63583
|
/**
|
|
63584
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
63585
|
+
*
|
|
63578
63586
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
63579
63587
|
* event of this `sap.m.PDFViewer`.
|
|
63580
63588
|
*
|
|
@@ -63585,6 +63593,10 @@ declare module "sap/m/PDFViewer" {
|
|
|
63585
63593
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
63586
63594
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
63587
63595
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
63596
|
+
*
|
|
63597
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
63598
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
63599
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
63588
63600
|
*/
|
|
63589
63601
|
attachSourceValidationFailed(
|
|
63590
63602
|
/**
|
|
@@ -63635,6 +63647,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
63635
63647
|
oListener?: object
|
|
63636
63648
|
): this;
|
|
63637
63649
|
/**
|
|
63650
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
63651
|
+
*
|
|
63638
63652
|
* Detaches event handler `fnFunction` from the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
63639
63653
|
* event of this `sap.m.PDFViewer`.
|
|
63640
63654
|
*
|
|
@@ -63678,6 +63692,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
63678
63692
|
mParameters?: object
|
|
63679
63693
|
): this;
|
|
63680
63694
|
/**
|
|
63695
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
63696
|
+
*
|
|
63681
63697
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
63682
63698
|
*/
|
|
63683
63699
|
fireSourceValidationFailed(
|
|
@@ -64132,10 +64148,16 @@ declare module "sap/m/PDFViewer" {
|
|
|
64132
64148
|
error?: (oEvent: Event) => void;
|
|
64133
64149
|
|
|
64134
64150
|
/**
|
|
64151
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
64152
|
+
*
|
|
64135
64153
|
* This event is fired when the PDF viewer control cannot check the loaded content. For example, the default
|
|
64136
64154
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
64137
64155
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
64138
64156
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
64157
|
+
*
|
|
64158
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
64159
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
64160
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
64139
64161
|
*/
|
|
64140
64162
|
sourceValidationFailed?: (oEvent: Event) => void;
|
|
64141
64163
|
}
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.96.
|
|
267
|
+
// For Library Version: 1.96.43
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -55436,7 +55436,7 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
|
|
|
55436
55436
|
* in one binding. Must be set to 'None' which means bindings are not synchronized at all; all other values
|
|
55437
55437
|
* are not supported and lead to an error.
|
|
55438
55438
|
*/
|
|
55439
|
-
synchronizationMode
|
|
55439
|
+
synchronizationMode?: string;
|
|
55440
55440
|
/**
|
|
55441
55441
|
* The group ID that is used for update requests. If no update group ID is specified, ` mParameters.groupId`
|
|
55442
55442
|
* is used. Valid update group IDs are `undefined`, '$auto', '$direct' or an application group ID.
|
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
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.43
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @SINCE 1.96.
|
|
5
|
+
* @SINCE 1.96.43
|
|
6
6
|
*
|
|
7
7
|
* Defines the Audiences.
|
|
8
8
|
*/
|
|
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
|
|
|
21
21
|
Internal = "Internal",
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* @SINCE 1.96.
|
|
24
|
+
* @SINCE 1.96.43
|
|
25
25
|
*
|
|
26
26
|
* Issue Categories.
|
|
27
27
|
*/
|
|
@@ -76,7 +76,7 @@ declare module "sap/ui/support/library" {
|
|
|
76
76
|
Usage = "Usage",
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* @SINCE 1.96.
|
|
79
|
+
* @SINCE 1.96.43
|
|
80
80
|
*
|
|
81
81
|
* Analysis history formats.
|
|
82
82
|
*/
|
|
@@ -91,7 +91,7 @@ declare module "sap/ui/support/library" {
|
|
|
91
91
|
String = "String",
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
* @SINCE 1.96.
|
|
94
|
+
* @SINCE 1.96.43
|
|
95
95
|
*
|
|
96
96
|
* Defines severity types.
|
|
97
97
|
*/
|
|
@@ -110,7 +110,7 @@ declare module "sap/ui/support/library" {
|
|
|
110
110
|
Medium = "Medium",
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
|
-
* @SINCE 1.96.
|
|
113
|
+
* @SINCE 1.96.43
|
|
114
114
|
*
|
|
115
115
|
* Contains the available system presets.
|
|
116
116
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED