@openui5/ts-types 1.136.9 → 1.136.10
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 +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 +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/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.10
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -37428,6 +37428,11 @@ declare namespace sap {
|
|
|
37428
37428
|
* Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
|
|
37429
37429
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
37430
37430
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
37431
|
+
*
|
|
37432
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
37433
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
37434
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
37435
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
37431
37436
|
*/
|
|
37432
37437
|
source?:
|
|
37433
37438
|
| sap.ui.core.URI
|
|
@@ -115243,6 +115248,11 @@ declare namespace sap {
|
|
|
115243
115248
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
115244
115249
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
115245
115250
|
*
|
|
115251
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
115252
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
115253
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
115254
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
115255
|
+
*
|
|
115246
115256
|
*
|
|
115247
115257
|
* @returns Value of property `source`
|
|
115248
115258
|
*/
|
|
@@ -115493,6 +115503,11 @@ declare namespace sap {
|
|
|
115493
115503
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
115494
115504
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
115495
115505
|
*
|
|
115506
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
115507
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
115508
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
115509
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
115510
|
+
*
|
|
115496
115511
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
115497
115512
|
*
|
|
115498
115513
|
*
|
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