@openui5/types 1.117.1 → 1.117.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/types",
3
- "version": "1.117.1",
3
+ "version": "1.117.3",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript",
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.117.1
1
+ // For Library Version: 1.117.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.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.117.1
283
+ // For Library Version: 1.117.3
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -12729,6 +12729,8 @@ declare module "sap/ui/core/Component" {
12729
12729
  onDeactivate(): void;
12730
12730
  /**
12731
12731
  * @since 1.15.1
12732
+ * @deprecated (since 1.117) - (starting with a patch release acc. to the changelog), recommended to use
12733
+ * the browser-native page lifecycle API, providing events such as 'pageshow' and 'pagehide'
12732
12734
  *
12733
12735
  * The window before unload hook. Override this method in your Component class implementation, to handle
12734
12736
  * cleanup before the real unload or to prompt a question to the user, if the component should be exited.
@@ -12739,6 +12741,8 @@ declare module "sap/ui/core/Component" {
12739
12741
  onWindowBeforeUnload(): string | undefined;
12740
12742
  /**
12741
12743
  * @since 1.15.1
12744
+ * @deprecated (since 1.117) - (starting with a patch release acc. to the changelog), recommended to use
12745
+ * the browser-native API to listen for errors: window.addEventListener("error", function() { ... })
12742
12746
  *
12743
12747
  * The window error hook. Override this method in your Component class implementation to listen to unhandled
12744
12748
  * errors.
@@ -12759,6 +12763,9 @@ declare module "sap/ui/core/Component" {
12759
12763
  ): void;
12760
12764
  /**
12761
12765
  * @since 1.15.1
12766
+ * @deprecated (since 1.117) - (starting with a patch release acc. to the changelog). Newer browser versions
12767
+ * deprecate the browser-native 'unload' event. Therefore, the former API won't reliably work anymore. Please
12768
+ * have a look at the browser-native page lifecycle API, e.g. its events 'pageshow' and 'pagehide'.
12762
12769
  *
12763
12770
  * The window unload hook. Override this method in your Component class implementation, to handle cleanup
12764
12771
  * of the component once the window will be unloaded (e.g. closed).
@@ -71279,8 +71286,8 @@ declare module "sap/ui/model/type/DateInterval" {
71279
71286
  /**
71280
71287
  * Parses the given value to an array of two values representing the start date and the end date of the
71281
71288
  * interval, where the time part of the start date is 0 and the time part of end date is the end of day
71282
- * (23:59:59.999). If the `singleIntervalValue` format option is used, the second entry is `null` if no
71283
- * end date is given.
71289
+ * (23:59:59). If the `singleIntervalValue` format option is used, the second entry is `null` if no end
71290
+ * date is given.
71284
71291
  *
71285
71292
  * @returns The start and the end date of the interval. The resulting values in the array are:
71286
71293
  * - Two `Date` or `module:sap/ui/core/date/UI5Date` objects, or
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.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.117.1
1
+ // For Library Version: 1.117.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.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/mdc/BaseDelegate" {
4
4
  import Control from "sap/ui/mdc/Control";
@@ -7910,6 +7910,25 @@ declare module "sap/ui/mdc/field/FieldBase" {
7910
7910
  */
7911
7911
  mParameters?: FieldBase$SubmitEventParameters
7912
7912
  ): this;
7913
+ /**
7914
+ * Sets the focus on the stored focus DOM reference.
7915
+ */
7916
+ focus(
7917
+ /**
7918
+ * Options for setting the focus
7919
+ */
7920
+ oFocusInfo?: {
7921
+ /**
7922
+ * @since 1.60 If set to `true`, the focused element won't be moved into the viewport if it's not completely
7923
+ * visible before the focus is set
7924
+ */
7925
+ preventScroll?: boolean;
7926
+ /**
7927
+ * @since 1.98 Further control-specific setting of the focus target within the control
7928
+ */
7929
+ targetInfo?: any;
7930
+ }
7931
+ ): void;
7913
7932
  /**
7914
7933
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
7915
7934
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.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.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.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.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.117.3
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**