@openui5/ts-types 1.136.6 → 1.136.7
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 +1 -1
- 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 +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.136.
|
|
1
|
+
// For Library Version: 1.136.7
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -37524,6 +37524,12 @@ declare namespace sap {
|
|
|
37524
37524
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
37525
37525
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
37526
37526
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
37527
|
+
*
|
|
37528
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
37529
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
37530
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
37531
|
+
*
|
|
37532
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
37527
37533
|
*/
|
|
37528
37534
|
sourceValidationFailed?: (oEvent: sap.ui.base.Event) => void;
|
|
37529
37535
|
}
|
|
@@ -47397,6 +47403,8 @@ declare namespace sap {
|
|
|
47397
47403
|
|
|
47398
47404
|
/**
|
|
47399
47405
|
* Parameters of the PDFViewer#sourceValidationFailed event.
|
|
47406
|
+
*
|
|
47407
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
47400
47408
|
*/
|
|
47401
47409
|
interface PDFViewer$SourceValidationFailedEventParameters {}
|
|
47402
47410
|
|
|
@@ -114941,6 +114949,11 @@ declare namespace sap {
|
|
|
114941
114949
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
114942
114950
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
114943
114951
|
*
|
|
114952
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
114953
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
114954
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
114955
|
+
*
|
|
114956
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
114944
114957
|
*
|
|
114945
114958
|
* @returns Reference to `this` in order to allow method chaining
|
|
114946
114959
|
*/
|
|
@@ -114971,6 +114984,11 @@ declare namespace sap {
|
|
|
114971
114984
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
114972
114985
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
114973
114986
|
*
|
|
114987
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
114988
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
114989
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
114990
|
+
*
|
|
114991
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
114974
114992
|
*
|
|
114975
114993
|
* @returns Reference to `this` in order to allow method chaining
|
|
114976
114994
|
*/
|
|
@@ -115040,6 +115058,7 @@ declare namespace sap {
|
|
|
115040
115058
|
*
|
|
115041
115059
|
* The passed function and listener object must match the ones used for event registration.
|
|
115042
115060
|
*
|
|
115061
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
115043
115062
|
*
|
|
115044
115063
|
* @returns Reference to `this` in order to allow method chaining
|
|
115045
115064
|
*/
|
|
@@ -115086,6 +115105,7 @@ declare namespace sap {
|
|
|
115086
115105
|
/**
|
|
115087
115106
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
115088
115107
|
*
|
|
115108
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
115089
115109
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
115090
115110
|
*
|
|
115091
115111
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -168864,6 +168884,8 @@ declare namespace sap {
|
|
|
168864
168884
|
|
|
168865
168885
|
/**
|
|
168866
168886
|
* Event object of the PDFViewer#sourceValidationFailed event.
|
|
168887
|
+
*
|
|
168888
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
168867
168889
|
*/
|
|
168868
168890
|
type PDFViewer$SourceValidationFailedEvent = sap.ui.base.Event<
|
|
168869
168891
|
PDFViewer$SourceValidationFailedEventParameters,
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
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
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED