@openui5/ts-types 1.108.23 → 1.108.25
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 +1 -1
- package/types/index.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +54 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* Copyright 2009-
|
|
3
|
+
* Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.25
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -24692,6 +24692,20 @@ declare namespace sap {
|
|
|
24692
24692
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24693
24693
|
| `{${string}}`;
|
|
24694
24694
|
|
|
24695
|
+
/**
|
|
24696
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
24697
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
24698
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
24699
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
24700
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
24701
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
24702
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
24703
|
+
*/
|
|
24704
|
+
isTrustedSource?:
|
|
24705
|
+
| boolean
|
|
24706
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24707
|
+
| `{${string}}`;
|
|
24708
|
+
|
|
24695
24709
|
/**
|
|
24696
24710
|
* A custom control that can be used instead of the error message specified by the errorPlaceholderMessage
|
|
24697
24711
|
* property.
|
|
@@ -91479,6 +91493,22 @@ declare namespace sap {
|
|
|
91479
91493
|
* @returns Value of property `height`
|
|
91480
91494
|
*/
|
|
91481
91495
|
getHeight(): sap.ui.core.CSSSize;
|
|
91496
|
+
/**
|
|
91497
|
+
* Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
|
|
91498
|
+
*
|
|
91499
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
91500
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
91501
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
91502
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
91503
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
91504
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
91505
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
91506
|
+
*
|
|
91507
|
+
* Default value is `false`.
|
|
91508
|
+
*
|
|
91509
|
+
* @returns Value of property `isTrustedSource`
|
|
91510
|
+
*/
|
|
91511
|
+
getIsTrustedSource(): boolean;
|
|
91482
91512
|
/**
|
|
91483
91513
|
* Gets content of aggregation {@link #getPopupButtons popupButtons}.
|
|
91484
91514
|
*
|
|
@@ -91686,6 +91716,29 @@ declare namespace sap {
|
|
|
91686
91716
|
*/
|
|
91687
91717
|
sHeight?: sap.ui.core.CSSSize
|
|
91688
91718
|
): this;
|
|
91719
|
+
/**
|
|
91720
|
+
* Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
|
|
91721
|
+
*
|
|
91722
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
91723
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
91724
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
91725
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
91726
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
91727
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
91728
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
91729
|
+
*
|
|
91730
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
91731
|
+
*
|
|
91732
|
+
* Default value is `false`.
|
|
91733
|
+
*
|
|
91734
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
91735
|
+
*/
|
|
91736
|
+
setIsTrustedSource(
|
|
91737
|
+
/**
|
|
91738
|
+
* New value for property `isTrustedSource`
|
|
91739
|
+
*/
|
|
91740
|
+
bIsTrustedSource?: boolean
|
|
91741
|
+
): this;
|
|
91689
91742
|
/**
|
|
91690
91743
|
* @deprecated (since 1.50.0) - replaced by {@link sap.m.PDFViewer#getTitle}.
|
|
91691
91744
|
*
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED