@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.136.9",
3
+ "version": "1.136.10",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
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
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.136.9
282
+ // For Library Version: 1.136.10
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  /**