@openui5/ts-types-esm 1.96.28 → 1.96.30

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-esm",
3
- "version": "1.96.28",
3
+ "version": "1.96.30",
4
4
  "description": "OpenUI5 TypeScript Definitions - ES Modules",
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.96.28
1
+ // For Library Version: 1.96.30
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.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -31925,6 +31925,10 @@ declare module "sap/m/Input" {
31925
31925
  */
31926
31926
  oTarget: HTMLElement | undefined
31927
31927
  ): boolean;
31928
+ /**
31929
+ * Overwrites the onAfterRendering.
31930
+ */
31931
+ onAfterRendering(): void;
31928
31932
  /**
31929
31933
  * Overwrites the onBeforeRendering.
31930
31934
  */
@@ -63678,13 +63682,14 @@ declare module "sap/m/PDFViewer" {
63678
63682
  *
63679
63683
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
63680
63684
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
63681
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
63685
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
63682
63686
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
63683
63687
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
63684
- * desktop devices, which overrides any configuration that has been provided by the application for the
63685
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
63688
+ * desktop devices. This means that any configuration that has been provided by the application for the
63689
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
63690
+ * content.
63686
63691
  *
63687
- * Default value is `true`.
63692
+ * Default value is `false`.
63688
63693
  */
63689
63694
  getIsTrustedSource(): boolean;
63690
63695
  /**
@@ -63871,15 +63876,16 @@ declare module "sap/m/PDFViewer" {
63871
63876
  *
63872
63877
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
63873
63878
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
63874
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
63879
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
63875
63880
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
63876
63881
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
63877
- * desktop devices, which overrides any configuration that has been provided by the application for the
63878
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
63882
+ * desktop devices. This means that any configuration that has been provided by the application for the
63883
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
63884
+ * content.
63879
63885
  *
63880
63886
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
63881
63887
  *
63882
- * Default value is `true`.
63888
+ * Default value is `false`.
63883
63889
  */
63884
63890
  setIsTrustedSource(
63885
63891
  /**
@@ -64037,11 +64043,12 @@ declare module "sap/m/PDFViewer" {
64037
64043
  /**
64038
64044
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
64039
64045
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
64040
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
64046
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
64041
64047
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
64042
64048
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
64043
- * desktop devices, which overrides any configuration that has been provided by the application for the
64044
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
64049
+ * desktop devices. This means that any configuration that has been provided by the application for the
64050
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
64051
+ * content.
64045
64052
  */
64046
64053
  isTrustedSource?: boolean | PropertyBindingInfo;
64047
64054
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.96.28
267
+ // For Library Version: 1.96.30
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
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.96.28
1
+ // For Library Version: 1.96.30
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.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import UI5Element from "sap/ui/core/Element";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
5
- * @SINCE 1.96.28
5
+ * @SINCE 1.96.30
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.28
24
+ * @SINCE 1.96.30
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.28
79
+ * @SINCE 1.96.30
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.28
94
+ * @SINCE 1.96.30
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.28
113
+ * @SINCE 1.96.30
114
114
  *
115
115
  * Contains the available system presets.
116
116
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
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.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.28
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**