@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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.tnt.d.ts +55 -13
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -16
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
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,
|
|
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
|
-
*
|
|
1733
|
-
*
|
|
1734
|
-
* design
|
|
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
|
*/
|
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
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
|
*
|
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED