@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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +19 -12
- 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 +6 -6
- 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/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
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
|
|
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
|
|
63685
|
-
* property displayType.
|
|
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 `
|
|
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
|
|
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
|
|
63878
|
-
* property displayType.
|
|
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 `
|
|
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
|
|
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
|
|
64044
|
-
* property displayType.
|
|
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
|
|
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
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.30
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @SINCE 1.96.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
113
|
+
* @SINCE 1.96.30
|
|
114
114
|
*
|
|
115
115
|
* Contains the available system presets.
|
|
116
116
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED