@openui5/ts-types 1.108.43 → 1.108.44

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.108.43",
3
+ "version": "1.108.44",
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.108.43
1
+ // For Library Version: 1.108.44
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.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -24928,10 +24928,16 @@ declare namespace sap {
24928
24928
  error?: (oEvent: sap.ui.base.Event) => void;
24929
24929
 
24930
24930
  /**
24931
+ * @deprecated (since 1.108.46) - with no replacement.
24932
+ *
24931
24933
  * This event is fired when the PDF viewer control cannot check the loaded content. For example, the default
24932
24934
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
24933
24935
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
24934
24936
  * when this event is fired, call the preventDefault() method inside the event handler.
24937
+ *
24938
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
24939
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
24940
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
24935
24941
  */
24936
24942
  sourceValidationFailed?: (oEvent: sap.ui.base.Event) => void;
24937
24943
  }
@@ -91660,6 +91666,8 @@ declare namespace sap {
91660
91666
  oListener?: object
91661
91667
  ): this;
91662
91668
  /**
91669
+ * @deprecated (since 1.108.46) - with no replacement.
91670
+ *
91663
91671
  * Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
91664
91672
  * event of this `sap.m.PDFViewer`.
91665
91673
  *
@@ -91671,6 +91679,10 @@ declare namespace sap {
91671
91679
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
91672
91680
  * when this event is fired, call the preventDefault() method inside the event handler.
91673
91681
  *
91682
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
91683
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
91684
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
91685
+ *
91674
91686
  * @returns Reference to `this` in order to allow method chaining
91675
91687
  */
91676
91688
  attachSourceValidationFailed(
@@ -91689,6 +91701,8 @@ declare namespace sap {
91689
91701
  oListener?: object
91690
91702
  ): this;
91691
91703
  /**
91704
+ * @deprecated (since 1.108.46) - with no replacement.
91705
+ *
91692
91706
  * Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
91693
91707
  * event of this `sap.m.PDFViewer`.
91694
91708
  *
@@ -91700,6 +91714,10 @@ declare namespace sap {
91700
91714
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
91701
91715
  * when this event is fired, call the preventDefault() method inside the event handler.
91702
91716
  *
91717
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
91718
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
91719
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
91720
+ *
91703
91721
  * @returns Reference to `this` in order to allow method chaining
91704
91722
  */
91705
91723
  attachSourceValidationFailed(
@@ -91759,6 +91777,8 @@ declare namespace sap {
91759
91777
  oListener?: object
91760
91778
  ): this;
91761
91779
  /**
91780
+ * @deprecated (since 1.108.46) - with no replacement.
91781
+ *
91762
91782
  * Detaches event handler `fnFunction` from the {@link #event:sourceValidationFailed sourceValidationFailed}
91763
91783
  * event of this `sap.m.PDFViewer`.
91764
91784
  *
@@ -91808,6 +91828,8 @@ declare namespace sap {
91808
91828
  mParameters?: object
91809
91829
  ): this;
91810
91830
  /**
91831
+ * @deprecated (since 1.108.46) - with no replacement.
91832
+ *
91811
91833
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
91812
91834
  *
91813
91835
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.43
267
+ // For Library Version: 1.108.44
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -45045,6 +45045,39 @@ declare namespace sap {
45045
45045
  */
45046
45046
  mParameters?: object
45047
45047
  );
45048
+
45049
+ /**
45050
+ * Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
45051
+ * it with the information contained in `oClassInfo`.
45052
+ *
45053
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
45054
+ *
45055
+ * @returns Created class / constructor function
45056
+ */
45057
+ static extend<T extends Record<string, unknown>>(
45058
+ /**
45059
+ * Name of the class being created
45060
+ */
45061
+ sClassName: string,
45062
+ /**
45063
+ * Object literal with information about the class
45064
+ */
45065
+ oClassInfo?: sap.ClassInfo<
45066
+ T,
45067
+ sap.ui.model.json.JSONPropertyBinding
45068
+ >,
45069
+ /**
45070
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
45071
+ * used by this class
45072
+ */
45073
+ FNMetaImpl?: Function
45074
+ ): Function;
45075
+ /**
45076
+ * Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
45077
+ *
45078
+ * @returns Metadata object describing this class
45079
+ */
45080
+ static getMetadata(): sap.ui.base.Metadata;
45048
45081
  }
45049
45082
  /**
45050
45083
  * Tree binding implementation for JSON format.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.43
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {
4
4
  /**