@openui5/ts-types 1.108.46 → 1.108.48

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.108.46",
3
+ "version": "1.108.48",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
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.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -24827,6 +24827,11 @@ declare namespace sap {
24827
24827
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
24828
24828
  * For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
24829
24829
  * Filtering}.
24830
+ *
24831
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
24832
+ * GET request to ensure it exists and is accessible. This validation:
24833
+ * - Prevents loading invalid or non-existent PDF files
24834
+ * - If validation fails, error content is displayed instead of attempting PDF load
24830
24835
  */
24831
24836
  source?:
24832
24837
  | sap.ui.core.URI
@@ -91949,6 +91954,11 @@ declare namespace sap {
91949
91954
  * For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
91950
91955
  * Filtering}.
91951
91956
  *
91957
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
91958
+ * GET request to ensure it exists and is accessible. This validation:
91959
+ * - Prevents loading invalid or non-existent PDF files
91960
+ * - If validation fails, error content is displayed instead of attempting PDF load
91961
+ *
91952
91962
  * @returns Value of property `source`
91953
91963
  */
91954
91964
  getSource(): sap.ui.core.URI;
@@ -92187,6 +92197,11 @@ declare namespace sap {
92187
92197
  * For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
92188
92198
  * Filtering}.
92189
92199
  *
92200
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
92201
+ * GET request to ensure it exists and is accessible. This validation:
92202
+ * - Prevents loading invalid or non-existent PDF files
92203
+ * - If validation fails, error content is displayed instead of attempting PDF load
92204
+ *
92190
92205
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
92191
92206
  *
92192
92207
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.46
267
+ // For Library Version: 1.108.48
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -55887,7 +55887,7 @@ declare namespace sap {
55887
55887
  * in one binding. Must be set to 'None' which means bindings are not synchronized at all; all other values
55888
55888
  * are not supported and lead to an error.
55889
55889
  */
55890
- synchronizationMode: string;
55890
+ synchronizationMode?: string;
55891
55891
  /**
55892
55892
  * The group ID that is used for update requests. If no update group ID is specified, `mParameters.groupId`
55893
55893
  * is used. Valid update group IDs are `undefined`, '$auto', '$direct' or an application group ID.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.46
1
+ // For Library Version: 1.108.48
2
2
 
3
3
  declare namespace sap {
4
4
  /**