@openui5/ts-types 1.96.29 → 1.96.31
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 -2
- 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.31
|
|
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
|
|
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
|
|
19241
|
-
* property displayType.
|
|
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
|
|
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
|
|
75897
|
-
* property displayType.
|
|
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 `
|
|
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
|
|
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
|
|
76090
|
-
* property displayType.
|
|
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 `
|
|
76101
|
+
* Default value is `false`.
|
|
76095
76102
|
*/
|
|
76096
76103
|
setIsTrustedSource(
|
|
76097
76104
|
/**
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.96.
|
|
267
|
+
// For Library Version: 1.96.31
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -15735,7 +15735,6 @@ declare namespace sap {
|
|
|
15735
15735
|
): this;
|
|
15736
15736
|
/**
|
|
15737
15737
|
* @SINCE 1.30
|
|
15738
|
-
* @deprecated (since 1.66) - Use {@link sap.ui.core.mvc.View.create View.create} instead
|
|
15739
15738
|
*
|
|
15740
15739
|
* Returns a Promise representing the state of the view initialization.
|
|
15741
15740
|
*
|
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,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.31
|
|
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.
|
|
241
|
+
* @SINCE 1.96.31
|
|
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.
|
|
260
|
+
* @SINCE 1.96.31
|
|
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.
|
|
315
|
+
* @SINCE 1.96.31
|
|
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.
|
|
330
|
+
* @SINCE 1.96.31
|
|
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.
|
|
349
|
+
* @SINCE 1.96.31
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED