@sapui5/ts-types-esm 1.120.49 → 1.120.50
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.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.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.export.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 +33 -7
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.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.120.
|
|
1
|
+
// For Library Version: 1.120.49
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/layout/library" {
|
|
4
4
|
import Control from "sap/ui/core/Control";
|
|
@@ -6540,15 +6540,21 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6540
6540
|
/**
|
|
6541
6541
|
* Gets content of aggregation {@link #getTitle title}.
|
|
6542
6542
|
*
|
|
6543
|
-
* Title of the `Form`. Can either be a
|
|
6544
|
-
* of the title can be set.
|
|
6543
|
+
* Title of the `Form`. Can either be a {@link sap.ui.core.Title Title} element or a string. If a `Title`
|
|
6544
|
+
* element it used, the style of the title can be set.
|
|
6545
6545
|
*
|
|
6546
6546
|
* **Note:** If a `Toolbar` is used, the `Title` is ignored.
|
|
6547
6547
|
*
|
|
6548
6548
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
6549
6549
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
6550
|
-
* In this case provide the title using a
|
|
6550
|
+
* In this case, provide the title using a {@link sap.ui.core.Title Title} element and set its {@link sap.ui.core.Title#setLevel level }
|
|
6551
6551
|
* to the needed value.
|
|
6552
|
+
*
|
|
6553
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
6554
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
6555
|
+
*
|
|
6556
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} on {@link sap.ui.core.Title Title}.
|
|
6557
|
+
* This is not supported in current themes and might lead for accessibillity issues.
|
|
6552
6558
|
*/
|
|
6553
6559
|
getTitle(): Title | string;
|
|
6554
6560
|
/**
|
|
@@ -6766,15 +6772,21 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6766
6772
|
| `{${string}}`;
|
|
6767
6773
|
|
|
6768
6774
|
/**
|
|
6769
|
-
* Title of the `Form`. Can either be a
|
|
6770
|
-
* of the title can be set.
|
|
6775
|
+
* Title of the `Form`. Can either be a {@link sap.ui.core.Title Title} element or a string. If a `Title`
|
|
6776
|
+
* element it used, the style of the title can be set.
|
|
6771
6777
|
*
|
|
6772
6778
|
* **Note:** If a `Toolbar` is used, the `Title` is ignored.
|
|
6773
6779
|
*
|
|
6774
6780
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
6775
6781
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
6776
|
-
* In this case provide the title using a
|
|
6782
|
+
* In this case, provide the title using a {@link sap.ui.core.Title Title} element and set its {@link sap.ui.core.Title#setLevel level }
|
|
6777
6783
|
* to the needed value.
|
|
6784
|
+
*
|
|
6785
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
6786
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
6787
|
+
*
|
|
6788
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} on {@link sap.ui.core.Title Title}.
|
|
6789
|
+
* This is not supported in current themes and might lead for accessibillity issues.
|
|
6778
6790
|
*/
|
|
6779
6791
|
title?: string | Title | PropertyBindingInfo;
|
|
6780
6792
|
|
|
@@ -7004,6 +7016,12 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
7004
7016
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
7005
7017
|
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
7006
7018
|
* to the needed value.
|
|
7019
|
+
*
|
|
7020
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
7021
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
7022
|
+
*
|
|
7023
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
7024
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
7007
7025
|
*/
|
|
7008
7026
|
getTitle(): Title | string;
|
|
7009
7027
|
/**
|
|
@@ -7238,6 +7256,12 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
7238
7256
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
7239
7257
|
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
7240
7258
|
* to the needed value.
|
|
7259
|
+
*
|
|
7260
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
7261
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
7262
|
+
*
|
|
7263
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
7264
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
7241
7265
|
*/
|
|
7242
7266
|
title?: string | Title | PropertyBindingInfo;
|
|
7243
7267
|
|
|
@@ -15055,6 +15079,8 @@ declare namespace sap {
|
|
|
15055
15079
|
|
|
15056
15080
|
"sap/ui/layout/form/FormLayout": undefined;
|
|
15057
15081
|
|
|
15082
|
+
"sap/ui/layout/form/FormTitleUtil": undefined;
|
|
15083
|
+
|
|
15058
15084
|
"sap/ui/layout/form/GridContainerData": undefined;
|
|
15059
15085
|
|
|
15060
15086
|
"sap/ui/layout/form/GridElementData": undefined;
|
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.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED