@openui5/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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/types",
3
- "version": "1.136.6",
3
+ "version": "1.136.7",
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.6
1
+ // For Library Version: 1.136.7
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.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -87593,6 +87593,11 @@ declare module "sap/m/PDFViewer" {
87593
87593
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
87594
87594
  * when this event is fired, call the preventDefault() method inside the event handler.
87595
87595
  *
87596
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
87597
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
87598
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
87599
+ *
87600
+ * @deprecated As of version 1.136.9. with no replacement.
87596
87601
  *
87597
87602
  * @returns Reference to `this` in order to allow method chaining
87598
87603
  */
@@ -87623,6 +87628,11 @@ declare module "sap/m/PDFViewer" {
87623
87628
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
87624
87629
  * when this event is fired, call the preventDefault() method inside the event handler.
87625
87630
  *
87631
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
87632
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
87633
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
87634
+ *
87635
+ * @deprecated As of version 1.136.9. with no replacement.
87626
87636
  *
87627
87637
  * @returns Reference to `this` in order to allow method chaining
87628
87638
  */
@@ -87692,6 +87702,7 @@ declare module "sap/m/PDFViewer" {
87692
87702
  *
87693
87703
  * The passed function and listener object must match the ones used for event registration.
87694
87704
  *
87705
+ * @deprecated As of version 1.136.9. with no replacement.
87695
87706
  *
87696
87707
  * @returns Reference to `this` in order to allow method chaining
87697
87708
  */
@@ -87738,6 +87749,7 @@ declare module "sap/m/PDFViewer" {
87738
87749
  /**
87739
87750
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
87740
87751
  *
87752
+ * @deprecated As of version 1.136.9. with no replacement.
87741
87753
  * @ui5-protected Do not call from applications (only from related classes in the framework)
87742
87754
  *
87743
87755
  * @returns Reference to `this` in order to allow method chaining
@@ -88269,6 +88281,12 @@ declare module "sap/m/PDFViewer" {
88269
88281
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
88270
88282
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
88271
88283
  * when this event is fired, call the preventDefault() method inside the event handler.
88284
+ *
88285
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
88286
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
88287
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
88288
+ *
88289
+ * @deprecated As of version 1.136.9. with no replacement.
88272
88290
  */
88273
88291
  sourceValidationFailed?: (oEvent: Event) => void;
88274
88292
  }
@@ -88306,11 +88324,15 @@ declare module "sap/m/PDFViewer" {
88306
88324
 
88307
88325
  /**
88308
88326
  * Parameters of the PDFViewer#sourceValidationFailed event.
88327
+ *
88328
+ * @deprecated As of version 1.136.9. with no replacement.
88309
88329
  */
88310
88330
  export interface PDFViewer$SourceValidationFailedEventParameters {}
88311
88331
 
88312
88332
  /**
88313
88333
  * Event object of the PDFViewer#sourceValidationFailed event.
88334
+ *
88335
+ * @deprecated As of version 1.136.9. with no replacement.
88314
88336
  */
88315
88337
  export type PDFViewer$SourceValidationFailedEvent = Event<
88316
88338
  PDFViewer$SourceValidationFailedEventParameters,
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
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.6
282
+ // For Library Version: 1.136.7
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
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.6
1
+ // For Library Version: 1.136.7
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.6
1
+ // For Library Version: 1.136.7
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.6
1
+ // For Library Version: 1.136.7
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.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
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.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**