@openui5/ts-types 1.136.8 → 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.8",
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.8
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.8
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
@@ -48387,6 +48392,11 @@ declare namespace sap {
48387
48392
  * The end date as a UI5Date or JavaScript Date object of the focused grid cell.
48388
48393
  */
48389
48394
  endDate?: object;
48395
+
48396
+ /**
48397
+ * The original browser event.
48398
+ */
48399
+ originalEvent?: object;
48390
48400
  }
48391
48401
 
48392
48402
  /**
@@ -115238,6 +115248,11 @@ declare namespace sap {
115238
115248
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
115239
115249
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
115240
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
+ *
115241
115256
  *
115242
115257
  * @returns Value of property `source`
115243
115258
  */
@@ -115488,6 +115503,11 @@ declare namespace sap {
115488
115503
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
115489
115504
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
115490
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
+ *
115491
115511
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
115492
115512
  *
115493
115513
  *
@@ -127338,11 +127358,13 @@ declare namespace sap {
127338
127358
  implements
127339
127359
  sap.ui.core.IFormContent,
127340
127360
  sap.f.IShellBar,
127341
- sap.m.IToolbarInteractiveControl
127361
+ sap.m.IToolbarInteractiveControl,
127362
+ sap.m.IOverflowToolbarContent
127342
127363
  {
127343
127364
  __implements__sap_ui_core_IFormContent: boolean;
127344
127365
  __implements__sap_f_IShellBar: boolean;
127345
127366
  __implements__sap_m_IToolbarInteractiveControl: boolean;
127367
+ __implements__sap_m_IOverflowToolbarContent: boolean;
127346
127368
  /**
127347
127369
  * Constructor for a new SearchField.
127348
127370
  *
@@ -127845,6 +127867,14 @@ declare namespace sap {
127845
127867
  * @returns Value of property `maxLength`
127846
127868
  */
127847
127869
  getMaxLength(): int;
127870
+ /**
127871
+ * Enables the `sap.m.SearchField` to be used inside sap.m.OverflowToolbar. Required by the {@link sap.m.IOverflowToolbarContent }
127872
+ * interface.
127873
+ *
127874
+ *
127875
+ * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
127876
+ */
127877
+ getOverflowToolbarConfig(): sap.m.OverflowToolbarConfig;
127848
127878
  /**
127849
127879
  * Gets current value of property {@link #getPlaceholder placeholder}.
127850
127880
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  /**