@openui5/ts-types 1.139.2 → 1.139.3

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.139.2",
3
+ "version": "1.139.3",
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.139.2
1
+ // For Library Version: 1.139.3
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.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -48847,6 +48847,11 @@ declare namespace sap {
48847
48847
  * The end date as a UI5Date or JavaScript Date object of the focused grid cell.
48848
48848
  */
48849
48849
  endDate?: object;
48850
+
48851
+ /**
48852
+ * The original browser event.
48853
+ */
48854
+ originalEvent?: object;
48850
48855
  }
48851
48856
 
48852
48857
  /**
@@ -128383,11 +128388,13 @@ declare namespace sap {
128383
128388
  implements
128384
128389
  sap.ui.core.IFormContent,
128385
128390
  sap.f.IShellBar,
128386
- sap.m.IToolbarInteractiveControl
128391
+ sap.m.IToolbarInteractiveControl,
128392
+ sap.m.IOverflowToolbarContent
128387
128393
  {
128388
128394
  __implements__sap_ui_core_IFormContent: boolean;
128389
128395
  __implements__sap_f_IShellBar: boolean;
128390
128396
  __implements__sap_m_IToolbarInteractiveControl: boolean;
128397
+ __implements__sap_m_IOverflowToolbarContent: boolean;
128391
128398
  /**
128392
128399
  * Constructor for a new SearchField.
128393
128400
  *
@@ -128890,6 +128897,14 @@ declare namespace sap {
128890
128897
  * @returns Value of property `maxLength`
128891
128898
  */
128892
128899
  getMaxLength(): int;
128900
+ /**
128901
+ * Enables the `sap.m.SearchField` to be used inside sap.m.OverflowToolbar. Required by the {@link sap.m.IOverflowToolbarContent }
128902
+ * interface.
128903
+ *
128904
+ *
128905
+ * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
128906
+ */
128907
+ getOverflowToolbarConfig(): sap.m.OverflowToolbarConfig;
128893
128908
  /**
128894
128909
  * Gets current value of property {@link #getPlaceholder placeholder}.
128895
128910
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
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.139.2
282
+ // For Library Version: 1.139.3
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
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.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**