@openui5/ts-types 1.120.14 → 1.120.15

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.120.14",
3
+ "version": "1.120.15",
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.120.14
1
+ // For Library Version: 1.120.15
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.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -34732,11 +34732,12 @@ declare namespace sap {
34732
34732
  /**
34733
34733
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
34734
34734
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
34735
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
34735
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
34736
34736
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
34737
34737
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
34738
- * desktop devices, which overrides any configuration that has been provided by the application for the
34739
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
34738
+ * desktop devices. This means that any configuration that has been provided by the application for the
34739
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
34740
+ * content.
34740
34741
  */
34741
34742
  isTrustedSource?:
34742
34743
  | boolean
@@ -108955,13 +108956,14 @@ declare namespace sap {
108955
108956
  *
108956
108957
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
108957
108958
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
108958
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
108959
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
108959
108960
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
108960
108961
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
108961
- * desktop devices, which overrides any configuration that has been provided by the application for the
108962
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
108962
+ * desktop devices. This means that any configuration that has been provided by the application for the
108963
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
108964
+ * content.
108963
108965
  *
108964
- * Default value is `true`.
108966
+ * Default value is `false`.
108965
108967
  *
108966
108968
  *
108967
108969
  * @returns Value of property `isTrustedSource`
@@ -109190,15 +109192,16 @@ declare namespace sap {
109190
109192
  *
109191
109193
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
109192
109194
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
109193
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
109195
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
109194
109196
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
109195
109197
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
109196
- * desktop devices, which overrides any configuration that has been provided by the application for the
109197
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
109198
+ * desktop devices. This means that any configuration that has been provided by the application for the
109199
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
109200
+ * content.
109198
109201
  *
109199
109202
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
109200
109203
  *
109201
- * Default value is `true`.
109204
+ * Default value is `false`.
109202
109205
  *
109203
109206
  *
109204
109207
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
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.120.14
283
+ // For Library Version: 1.120.15
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
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.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare namespace sap {
4
4
  /**