@openui5/ts-types 1.96.42 → 1.96.44
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 +16 -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 +2 -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/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* Copyright 2009-
|
|
3
|
+
* Copyright 2009-2026 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.96.
|
|
1
|
+
// For Library Version: 1.96.44
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -19192,6 +19192,11 @@ declare namespace sap {
|
|
|
19192
19192
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
19193
19193
|
* For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
|
|
19194
19194
|
* Filtering}.
|
|
19195
|
+
*
|
|
19196
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
19197
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
19198
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
19199
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
19195
19200
|
*/
|
|
19196
19201
|
source?: sap.ui.core.URI | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
19197
19202
|
|
|
@@ -76019,6 +76024,11 @@ declare namespace sap {
|
|
|
76019
76024
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
76020
76025
|
* For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
|
|
76021
76026
|
* Filtering}.
|
|
76027
|
+
*
|
|
76028
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
76029
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
76030
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
76031
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
76022
76032
|
*/
|
|
76023
76033
|
getSource(): sap.ui.core.URI;
|
|
76024
76034
|
/**
|
|
@@ -76228,6 +76238,11 @@ declare namespace sap {
|
|
|
76228
76238
|
* For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
|
|
76229
76239
|
* Filtering}.
|
|
76230
76240
|
*
|
|
76241
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
76242
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
76243
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
76244
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
76245
|
+
*
|
|
76231
76246
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
76232
76247
|
*/
|
|
76233
76248
|
setSource(
|
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.44
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -49506,7 +49506,7 @@ declare namespace sap {
|
|
|
49506
49506
|
* in one binding. Must be set to 'None' which means bindings are not synchronized at all; all other values
|
|
49507
49507
|
* are not supported and lead to an error.
|
|
49508
49508
|
*/
|
|
49509
|
-
synchronizationMode
|
|
49509
|
+
synchronizationMode?: string;
|
|
49510
49510
|
/**
|
|
49511
49511
|
* The group ID that is used for update requests. If no update group ID is specified, ` mParameters.groupId`
|
|
49512
49512
|
* is used. Valid update group IDs are `undefined`, '$auto', '$direct' or an application group ID.
|
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.44
|
|
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.44
|
|
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.44
|
|
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.44
|
|
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.44
|
|
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.44
|
|
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