@sapui5/types 1.139.2 → 1.139.4

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": "@sapui5/types",
3
- "version": "1.139.2",
3
+ "version": "1.139.4",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.github.io/typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -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/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
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 module "sap/tnt/library" {
4
4
  export interface IToolHeader {
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 module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -109606,7 +109606,11 @@ declare module "sap/m/SearchField" {
109606
109606
 
109607
109607
  import { IShellBar } from "sap/f/library";
109608
109608
 
109609
- import { IToolbarInteractiveControl } from "sap/m/library";
109609
+ import {
109610
+ IToolbarInteractiveControl,
109611
+ IOverflowToolbarContent,
109612
+ OverflowToolbarConfig,
109613
+ } from "sap/m/library";
109610
109614
 
109611
109615
  import SuggestionItem from "sap/m/SuggestionItem";
109612
109616
 
@@ -109637,11 +109641,16 @@ declare module "sap/m/SearchField" {
109637
109641
  */
109638
109642
  export default class SearchField
109639
109643
  extends Control
109640
- implements IFormContent, IShellBar, IToolbarInteractiveControl
109644
+ implements
109645
+ IFormContent,
109646
+ IShellBar,
109647
+ IToolbarInteractiveControl,
109648
+ IOverflowToolbarContent
109641
109649
  {
109642
109650
  __implements__sap_ui_core_IFormContent: boolean;
109643
109651
  __implements__sap_f_IShellBar: boolean;
109644
109652
  __implements__sap_m_IToolbarInteractiveControl: boolean;
109653
+ __implements__sap_m_IOverflowToolbarContent: boolean;
109645
109654
  /**
109646
109655
  * Constructor for a new SearchField.
109647
109656
  *
@@ -110144,6 +110153,14 @@ declare module "sap/m/SearchField" {
110144
110153
  * @returns Value of property `maxLength`
110145
110154
  */
110146
110155
  getMaxLength(): int;
110156
+ /**
110157
+ * Enables the `sap.m.SearchField` to be used inside sap.m.OverflowToolbar. Required by the {@link sap.m.IOverflowToolbarContent }
110158
+ * interface.
110159
+ *
110160
+ *
110161
+ * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
110162
+ */
110163
+ getOverflowToolbarConfig(): OverflowToolbarConfig;
110147
110164
  /**
110148
110165
  * Gets current value of property {@link #getPlaceholder placeholder}.
110149
110166
  *
@@ -129775,6 +129792,11 @@ declare module "sap/m/SinglePlanningCalendar" {
129775
129792
  * The end date as a UI5Date or JavaScript Date object of the focused grid cell.
129776
129793
  */
129777
129794
  endDate?: object;
129795
+
129796
+ /**
129797
+ * The original browser event.
129798
+ */
129799
+ originalEvent?: object;
129778
129800
  }
129779
129801
 
129780
129802
  /**
@@ -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/makit/library" {
4
4
  /**
package/types/sap.me.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 module "sap/me/library" {
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 module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.1
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.4
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
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 module "sap/suite/ui/microchart/library" {
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 module "sap/tnt/library" {
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 module "sap/ui/codeeditor/library" {}
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 module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -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/comp/library" {
4
4
  /**
@@ -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 module "sap/ui/export/library" {
4
4
  import ListBinding from "sap/ui/model/ListBinding";
@@ -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/fl/library" {}
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 module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -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/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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/richtexteditor/library" {
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 module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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/suite/library" {
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 module "sap/ui/support/library" {
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 module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -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/testrecorder/library" {}
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 module "sap/ui/unified/library" {
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 module "sap/ui/ux3/library" {
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 module "sap/ui/webc/common/library" {}
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 module "sap/ui/webc/fiori/library" {
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 module "sap/ui/webc/main/library" {
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 module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.5
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.2
1
+ // For Library Version: 1.139.5
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 module "sap/uxap/library" {
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 module "sap/viz/library" {
4
4
  export namespace ui5 {