@openui5/ts-types 1.96.29 → 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",
3
- "version": "1.96.29",
3
+ "version": "1.96.30",
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.96.29
1
+ // For Library Version: 1.96.30
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.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -19234,11 +19234,12 @@ declare namespace sap {
19234
19234
  /**
19235
19235
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
19236
19236
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
19237
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
19237
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
19238
19238
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
19239
19239
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
19240
- * desktop devices, which overrides any configuration that has been provided by the application for the
19241
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
19240
+ * desktop devices. This means that any configuration that has been provided by the application for the
19241
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
19242
+ * content.
19242
19243
  */
19243
19244
  isTrustedSource?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
19244
19245
 
@@ -50475,6 +50476,10 @@ declare namespace sap {
50475
50476
  */
50476
50477
  oTarget: HTMLElement | undefined
50477
50478
  ): boolean;
50479
+ /**
50480
+ * Overwrites the onAfterRendering.
50481
+ */
50482
+ onAfterRendering(): void;
50478
50483
  /**
50479
50484
  * Overwrites the onBeforeRendering.
50480
50485
  */
@@ -75890,13 +75895,14 @@ declare namespace sap {
75890
75895
  *
75891
75896
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
75892
75897
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
75893
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
75898
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
75894
75899
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
75895
75900
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
75896
- * desktop devices, which overrides any configuration that has been provided by the application for the
75897
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
75901
+ * desktop devices. This means that any configuration that has been provided by the application for the
75902
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
75903
+ * content.
75898
75904
  *
75899
- * Default value is `true`.
75905
+ * Default value is `false`.
75900
75906
  */
75901
75907
  getIsTrustedSource(): boolean;
75902
75908
  /**
@@ -76083,15 +76089,16 @@ declare namespace sap {
76083
76089
  *
76084
76090
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
76085
76091
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
76086
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
76092
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
76087
76093
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
76088
76094
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
76089
- * desktop devices, which overrides any configuration that has been provided by the application for the
76090
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
76095
+ * desktop devices. This means that any configuration that has been provided by the application for the
76096
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
76097
+ * content.
76091
76098
  *
76092
76099
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
76093
76100
  *
76094
- * Default value is `true`.
76101
+ * Default value is `false`.
76095
76102
  */
76096
76103
  setIsTrustedSource(
76097
76104
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
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.96.29
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.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
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.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
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.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -238,7 +238,7 @@ declare namespace sap {
238
238
  static getType(): string;
239
239
  }
240
240
  /**
241
- * @SINCE 1.96.29
241
+ * @SINCE 1.96.30
242
242
  *
243
243
  * Defines the Audiences.
244
244
  */
@@ -257,7 +257,7 @@ declare namespace sap {
257
257
  Internal = "Internal",
258
258
  }
259
259
  /**
260
- * @SINCE 1.96.29
260
+ * @SINCE 1.96.30
261
261
  *
262
262
  * Issue Categories.
263
263
  */
@@ -312,7 +312,7 @@ declare namespace sap {
312
312
  Usage = "Usage",
313
313
  }
314
314
  /**
315
- * @SINCE 1.96.29
315
+ * @SINCE 1.96.30
316
316
  *
317
317
  * Analysis history formats.
318
318
  */
@@ -327,7 +327,7 @@ declare namespace sap {
327
327
  String = "String",
328
328
  }
329
329
  /**
330
- * @SINCE 1.96.29
330
+ * @SINCE 1.96.30
331
331
  *
332
332
  * Defines severity types.
333
333
  */
@@ -346,7 +346,7 @@ declare namespace sap {
346
346
  Medium = "Medium",
347
347
  }
348
348
  /**
349
- * @SINCE 1.96.29
349
+ * @SINCE 1.96.30
350
350
  *
351
351
  * Contains the available system presets.
352
352
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
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.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.29
1
+ // For Library Version: 1.96.30
2
2
 
3
3
  declare namespace sap {
4
4
  /**