@sapui5/ts-types 1.120.48 → 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.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.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 +5 -2
- 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.apf.d.ts
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
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.120.
|
|
283
|
+
// For Library Version: 1.120.49
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -65489,7 +65489,10 @@ declare namespace sap {
|
|
|
65489
65489
|
$$canonicalPath?: boolean;
|
|
65490
65490
|
/**
|
|
65491
65491
|
* Whether the selection state of the list binding is cleared when a filter is changed; this includes dynamic
|
|
65492
|
-
* filters, '$filter', '$search', and `$$aggregation.search`. Supported since 1.120.13.
|
|
65492
|
+
* filters, '$filter', '$search', and `$$aggregation.search`. Supported since 1.120.13. Since 1.120.48,
|
|
65493
|
+
* the selection state is validated when reloading the list binding's data. The {@link sap.ui.model.odata.v4.Context#isSelected selection states of contexts }
|
|
65494
|
+
* which no longer match the current filter are reset. **Note:** The selection state is not validated if
|
|
65495
|
+
* the `$$aggregation` parameter is used.
|
|
65493
65496
|
*/
|
|
65494
65497
|
$$clearSelectionOnFilter?: boolean;
|
|
65495
65498
|
/**
|
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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -3010,15 +3010,21 @@ declare namespace sap {
|
|
|
3010
3010
|
| `{${string}}`;
|
|
3011
3011
|
|
|
3012
3012
|
/**
|
|
3013
|
-
* Title of the `Form`. Can either be a
|
|
3014
|
-
* of the title can be set.
|
|
3013
|
+
* Title of the `Form`. Can either be a {@link sap.ui.core.Title Title} element or a string. If a `Title`
|
|
3014
|
+
* element it used, the style of the title can be set.
|
|
3015
3015
|
*
|
|
3016
3016
|
* **Note:** If a `Toolbar` is used, the `Title` is ignored.
|
|
3017
3017
|
*
|
|
3018
3018
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
3019
3019
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
3020
|
-
* In this case provide the title using a
|
|
3020
|
+
* 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 }
|
|
3021
3021
|
* to the needed value.
|
|
3022
|
+
*
|
|
3023
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
3024
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
3025
|
+
*
|
|
3026
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} on {@link sap.ui.core.Title Title}.
|
|
3027
|
+
* This is not supported in current themes and might lead for accessibillity issues.
|
|
3022
3028
|
*/
|
|
3023
3029
|
title?:
|
|
3024
3030
|
| string
|
|
@@ -3101,6 +3107,12 @@ declare namespace sap {
|
|
|
3101
3107
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
3102
3108
|
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
3103
3109
|
* to the needed value.
|
|
3110
|
+
*
|
|
3111
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
3112
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
3113
|
+
*
|
|
3114
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
3115
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
3104
3116
|
*/
|
|
3105
3117
|
title?:
|
|
3106
3118
|
| string
|
|
@@ -4661,15 +4673,21 @@ declare namespace sap {
|
|
|
4661
4673
|
/**
|
|
4662
4674
|
* Gets content of aggregation {@link #getTitle title}.
|
|
4663
4675
|
*
|
|
4664
|
-
* Title of the `Form`. Can either be a
|
|
4665
|
-
* of the title can be set.
|
|
4676
|
+
* Title of the `Form`. Can either be a {@link sap.ui.core.Title Title} element or a string. If a `Title`
|
|
4677
|
+
* element it used, the style of the title can be set.
|
|
4666
4678
|
*
|
|
4667
4679
|
* **Note:** If a `Toolbar` is used, the `Title` is ignored.
|
|
4668
4680
|
*
|
|
4669
4681
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
4670
4682
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
4671
|
-
* In this case provide the title using a
|
|
4683
|
+
* 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 }
|
|
4672
4684
|
* to the needed value.
|
|
4685
|
+
*
|
|
4686
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
4687
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
4688
|
+
*
|
|
4689
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} on {@link sap.ui.core.Title Title}.
|
|
4690
|
+
* This is not supported in current themes and might lead for accessibillity issues.
|
|
4673
4691
|
*/
|
|
4674
4692
|
getTitle(): sap.ui.core.Title | string;
|
|
4675
4693
|
/**
|
|
@@ -5032,6 +5050,12 @@ declare namespace sap {
|
|
|
5032
5050
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
5033
5051
|
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
5034
5052
|
* to the needed value.
|
|
5053
|
+
*
|
|
5054
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
5055
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
5056
|
+
*
|
|
5057
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
5058
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
5035
5059
|
*/
|
|
5036
5060
|
getTitle(): sap.ui.core.Title | string;
|
|
5037
5061
|
/**
|
|
@@ -15018,6 +15042,8 @@ declare namespace sap {
|
|
|
15018
15042
|
|
|
15019
15043
|
"sap/ui/layout/form/FormLayout": undefined;
|
|
15020
15044
|
|
|
15045
|
+
"sap/ui/layout/form/FormTitleUtil": undefined;
|
|
15046
|
+
|
|
15021
15047
|
"sap/ui/layout/form/GridContainerData": undefined;
|
|
15022
15048
|
|
|
15023
15049
|
"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