@openui5/ts-types 1.121.3 → 1.121.5

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.121.3",
3
+ "version": "1.121.5",
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.121.3
1
+ // For Library Version: 1.121.5
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.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -34469,11 +34469,12 @@ declare namespace sap {
34469
34469
  /**
34470
34470
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
34471
34471
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
34472
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
34472
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
34473
34473
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
34474
34474
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
34475
- * desktop devices, which overrides any configuration that has been provided by the application for the
34476
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
34475
+ * desktop devices. This means that any configuration that has been provided by the application for the
34476
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
34477
+ * content.
34477
34478
  */
34478
34479
  isTrustedSource?:
34479
34480
  | boolean
@@ -108059,13 +108060,14 @@ declare namespace sap {
108059
108060
  *
108060
108061
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
108061
108062
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
108062
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
108063
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
108063
108064
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
108064
108065
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
108065
- * desktop devices, which overrides any configuration that has been provided by the application for the
108066
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
108066
+ * desktop devices. This means that any configuration that has been provided by the application for the
108067
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
108068
+ * content.
108067
108069
  *
108068
- * Default value is `true`.
108070
+ * Default value is `false`.
108069
108071
  *
108070
108072
  *
108071
108073
  * @returns Value of property `isTrustedSource`
@@ -108294,15 +108296,16 @@ declare namespace sap {
108294
108296
  *
108295
108297
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
108296
108298
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
108297
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
108299
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
108298
108300
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
108299
108301
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
108300
- * desktop devices, which overrides any configuration that has been provided by the application for the
108301
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
108302
+ * desktop devices. This means that any configuration that has been provided by the application for the
108303
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
108304
+ * content.
108302
108305
  *
108303
108306
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
108304
108307
  *
108305
- * Default value is `true`.
108308
+ * Default value is `false`.
108306
108309
  *
108307
108310
  *
108308
108311
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.121.3
283
+ // For Library Version: 1.121.5
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
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.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.3
1
+ // For Library Version: 1.121.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**