@openui5/types 1.114.1 → 1.114.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.114.1",
3
+ "version": "1.114.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.114.1
1
+ // For Library Version: 1.114.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.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1344,8 +1344,6 @@ declare module "sap/tnt/SideNavigation" {
1344
1344
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1345
1345
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1346
1346
  * of the syntax of the settings object.
1347
- * See:
1348
- * {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
1349
1347
  */
1350
1348
  constructor(
1351
1349
  /**
@@ -1359,8 +1357,6 @@ declare module "sap/tnt/SideNavigation" {
1359
1357
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1360
1358
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1361
1359
  * of the syntax of the settings object.
1362
- * See:
1363
- * {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
1364
1360
  */
1365
1361
  constructor(
1366
1362
  /**
@@ -1722,16 +1718,19 @@ declare module "sap/tnt/ToolHeader" {
1722
1718
  /**
1723
1719
  * @SINCE 1.34
1724
1720
  *
1725
- * The ToolHeader control is a horizontal container that is most commonly used to display buttons, labels,
1721
+ * The ToolHeader control is a horizontal container that is most commonly used to display buttons, texts,
1726
1722
  * and other various input controls. Overview: The ToolHeader control is based on {@link sap.m.OverflowToolbar}.
1727
1723
  * It contains clearly structured menus of commands that are available across the various apps within the
1728
1724
  * same tool layout. Usage:
1725
+ * - This control is specialized for administrative applications. For other types of applications use:
1726
+ * {@link sap.m.Shell}
1729
1727
  * - If an app implements side navigation in addition to the tool header menu, the menu icon must be the
1730
1728
  * first item on the left-hand side of the tool header.
1731
1729
  * - The app menu and the side navigation must not have any dependencies and must work independently.
1732
- * Fiori 3 theme specifics: In Fiori 3 Default theme the ToolHeader is with dark design unlike most
1733
- * of the other controls. This defines the usage of limited controls inside it, which will result in good
1734
- * design combination.
1730
+ * Horizon theme specifics: Only the following controls are supported: sap.m.Button, sap.m.Image,
1731
+ * sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori 3 Default
1732
+ * theme the ToolHeader is with dark design unlike most of the other controls. This defines the usage of
1733
+ * limited controls inside it, which will result in good design combination.
1735
1734
  * The ToolHeader stylizes the contained controls with the Shell color parameters, to match the dark design
1736
1735
  * requirement. However, that's not a dark theme.
1737
1736
  *
@@ -1767,8 +1766,6 @@ declare module "sap/tnt/ToolHeader" {
1767
1766
  *
1768
1767
  * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor
1769
1768
  * sap.m.OverflowToolbar} can be used.
1770
- * See:
1771
- * {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
1772
1769
  */
1773
1770
  constructor(
1774
1771
  /**
@@ -1785,8 +1782,6 @@ declare module "sap/tnt/ToolHeader" {
1785
1782
  *
1786
1783
  * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor
1787
1784
  * sap.m.OverflowToolbar} can be used.
1788
- * See:
1789
- * {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
1790
1785
  */
1791
1786
  constructor(
1792
1787
  /**
@@ -1920,6 +1915,8 @@ declare module "sap/tnt/ToolHeaderUtilitySeparator" {
1920
1915
  declare module "sap/tnt/ToolPage" {
1921
1916
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
1922
1917
 
1918
+ import { PageBackgroundDesign } from "sap/m/library";
1919
+
1923
1920
  import { IToolHeader } from "sap/tnt/library";
1924
1921
 
1925
1922
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -2038,6 +2035,20 @@ declare module "sap/tnt/ToolPage" {
2038
2035
  * @returns Reference to `this` in order to allow method chaining
2039
2036
  */
2040
2037
  destroySubHeader(): this;
2038
+ /**
2039
+ * @SINCE 1.115
2040
+ *
2041
+ * Gets current value of property {@link #getContentBackgroundDesign contentBackgroundDesign}.
2042
+ *
2043
+ * Specifies the content background design.
2044
+ *
2045
+ * Default value is `Standard`.
2046
+ *
2047
+ * @returns Value of property `contentBackgroundDesign`
2048
+ */
2049
+ getContentBackgroundDesign():
2050
+ | PageBackgroundDesign
2051
+ | keyof typeof PageBackgroundDesign;
2041
2052
  /**
2042
2053
  * Gets content of aggregation {@link #getHeader header}.
2043
2054
  *
@@ -2122,6 +2133,27 @@ declare module "sap/tnt/ToolPage" {
2122
2133
  */
2123
2134
  vMainContent: int | string | Control
2124
2135
  ): Control | null;
2136
+ /**
2137
+ * @SINCE 1.115
2138
+ *
2139
+ * Sets a new value for property {@link #getContentBackgroundDesign contentBackgroundDesign}.
2140
+ *
2141
+ * Specifies the content background design.
2142
+ *
2143
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2144
+ *
2145
+ * Default value is `Standard`.
2146
+ *
2147
+ * @returns Reference to `this` in order to allow method chaining
2148
+ */
2149
+ setContentBackgroundDesign(
2150
+ /**
2151
+ * New value for property `contentBackgroundDesign`
2152
+ */
2153
+ sContentBackgroundDesign?:
2154
+ | PageBackgroundDesign
2155
+ | keyof typeof PageBackgroundDesign
2156
+ ): this;
2125
2157
  /**
2126
2158
  * Sets the aggregated {@link #getHeader header}.
2127
2159
  *
@@ -2182,6 +2214,16 @@ declare module "sap/tnt/ToolPage" {
2182
2214
  */
2183
2215
  sideExpanded?: boolean | PropertyBindingInfo | `{${string}}`;
2184
2216
 
2217
+ /**
2218
+ * @SINCE 1.115
2219
+ *
2220
+ * Specifies the content background design.
2221
+ */
2222
+ contentBackgroundDesign?:
2223
+ | (PageBackgroundDesign | keyof typeof PageBackgroundDesign)
2224
+ | PropertyBindingInfo
2225
+ | `{${string}}`;
2226
+
2185
2227
  /**
2186
2228
  * The control to appear in the header area.
2187
2229
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.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.114.1
283
+ // For Library Version: 1.114.3
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.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.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -4412,8 +4412,6 @@ declare module "sap/ui/layout/DynamicSideContent" {
4412
4412
 
4413
4413
  import ElementMetadata from "sap/ui/core/ElementMetadata";
4414
4414
 
4415
- import ScrollEnablement from "sap/ui/core/delegate/ScrollEnablement";
4416
-
4417
4415
  import {
4418
4416
  SideContentFallDown,
4419
4417
  SideContentPosition,
@@ -4709,19 +4707,6 @@ declare module "sap/ui/layout/DynamicSideContent" {
4709
4707
  * Main content controls.
4710
4708
  */
4711
4709
  getMainContent(): Control[];
4712
- /**
4713
- * @SINCE 1.78
4714
- *
4715
- * Returns a scroll helper object used to handle scrolling.
4716
- *
4717
- * @returns The scroll helper instance
4718
- */
4719
- getScrollDelegate(
4720
- /**
4721
- * The control instance that requested the scroll helper
4722
- */
4723
- oControl: Control
4724
- ): ScrollEnablement;
4725
4710
  /**
4726
4711
  * Gets current value of property {@link #getShowMainContent showMainContent}.
4727
4712
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/mdc/enum/FilterBarValidationStatus" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.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.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.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.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**