@sapui5/ts-types-esm 1.135.0 → 1.136.0
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.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +82 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +101 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +27 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +446 -57
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.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.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +80 -8
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +518 -39
- 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.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +4 -4
- package/types/sap.suite.ui.commons.d.ts +12 -1
- package/types/sap.suite.ui.generic.template.d.ts +8 -2
- 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 +3278 -212
- package/types/sap.ui.core.d.ts +114 -117
- 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 +8 -2
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +135 -8
- package/types/sap.ui.richtexteditor.d.ts +8 -8
- 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 +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +14 -32
- package/types/sap.ui.ux3.d.ts +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +310 -39
- package/types/sap.ui.vtm.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 +46 -37
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +2 -21
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -2702,6 +2702,8 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
2702
2702
|
|
|
2703
2703
|
import ValueHelpPropagationReason from "sap/ui/mdc/enums/ValueHelpPropagationReason";
|
|
2704
2704
|
|
|
2705
|
+
import Control from "sap/ui/core/Control";
|
|
2706
|
+
|
|
2705
2707
|
import Container from "sap/ui/mdc/valuehelp/base/Container";
|
|
2706
2708
|
|
|
2707
2709
|
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -3072,10 +3074,36 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
3072
3074
|
*/
|
|
3073
3075
|
oConfig: object
|
|
3074
3076
|
): void;
|
|
3077
|
+
/**
|
|
3078
|
+
* Provides a hook to run time-critical tasks once a control connects to a value help.
|
|
3079
|
+
*
|
|
3080
|
+
* This method allows for working around any delays that might occur during user interaction treatment of
|
|
3081
|
+
* the connecting `control`. For example, `setTimeout` or `debouncing` are used in {@link sap.ui.mdc.field.FieldBase FieldBase }
|
|
3082
|
+
* to prevent triggering value help requests too early/often.
|
|
3083
|
+
*
|
|
3084
|
+
* @since 1.136
|
|
3085
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3086
|
+
*/
|
|
3087
|
+
onControlConnect(
|
|
3088
|
+
/**
|
|
3089
|
+
* The `ValueHelp` control instance
|
|
3090
|
+
*/
|
|
3091
|
+
oValueHelp: ValueHelp,
|
|
3092
|
+
/**
|
|
3093
|
+
* Control to which the `ValueHelp` element is connected
|
|
3094
|
+
*/
|
|
3095
|
+
oControl: Control,
|
|
3096
|
+
/**
|
|
3097
|
+
* Connect configuration object
|
|
3098
|
+
*/
|
|
3099
|
+
oConfig?: /* was: sap.ui.mdc.valuehelp.base.ConnectConfig */ any
|
|
3100
|
+
): void;
|
|
3075
3101
|
/**
|
|
3076
3102
|
* Requests additional content for the value help.
|
|
3077
3103
|
*
|
|
3078
|
-
* This
|
|
3104
|
+
* This method is called during the opening phase of a `ValueHelp`, if a new content is displayed for a
|
|
3105
|
+
* `CollectiveSearch` dialog or if one of the following methods is called: {@link sap.ui.mdc.ValueHelp#getItemForValue getItemForValue},
|
|
3106
|
+
* {@link sap.ui.mdc.ValueHelp#requestShowTypeahead requestShowTypeahead}, {@link sap.ui.mdc.ValueHelp#requestShowValueHelp requestShowValueHelp}
|
|
3079
3107
|
*
|
|
3080
3108
|
* So depending on the value help {@link sap.ui.mdc.valuehelp.base.Content Content} used, all content controls
|
|
3081
3109
|
* and data need to be assigned. Once they are assigned and the data is set, the returned `Promise` needs
|
|
@@ -3758,6 +3786,8 @@ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
|
|
|
3758
3786
|
|
|
3759
3787
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
3760
3788
|
|
|
3789
|
+
import ActionToolbarActionAlignment from "sap/ui/mdc/enums/ActionToolbarActionAlignment";
|
|
3790
|
+
|
|
3761
3791
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3762
3792
|
|
|
3763
3793
|
/**
|
|
@@ -3849,7 +3879,8 @@ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
|
|
|
3849
3879
|
/**
|
|
3850
3880
|
* Gets current value of property {@link #getLayoutInformation layoutInformation}.
|
|
3851
3881
|
*
|
|
3852
|
-
* Contains the information where the action is displayed on the `ActionToolbar`.
|
|
3882
|
+
* Contains the information where the action is displayed on the `ActionToolbar`. The `layoutInformation`
|
|
3883
|
+
* has to be of type {@link sap.ui.mdc.actiontoolbar.ActionToolbarActionLayoutInformation}.
|
|
3853
3884
|
*
|
|
3854
3885
|
* Default value is `...see text or source`.
|
|
3855
3886
|
*
|
|
@@ -3883,7 +3914,8 @@ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
|
|
|
3883
3914
|
/**
|
|
3884
3915
|
* Sets a new value for property {@link #getLayoutInformation layoutInformation}.
|
|
3885
3916
|
*
|
|
3886
|
-
* Contains the information where the action is displayed on the `ActionToolbar`.
|
|
3917
|
+
* Contains the information where the action is displayed on the `ActionToolbar`. The `layoutInformation`
|
|
3918
|
+
* has to be of type {@link sap.ui.mdc.actiontoolbar.ActionToolbarActionLayoutInformation}.
|
|
3887
3919
|
*
|
|
3888
3920
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3889
3921
|
*
|
|
@@ -3899,12 +3931,27 @@ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
|
|
|
3899
3931
|
oLayoutInformation?: object
|
|
3900
3932
|
): this;
|
|
3901
3933
|
}
|
|
3934
|
+
|
|
3935
|
+
export type ActionToolbarActionLayoutInformation = {
|
|
3936
|
+
/**
|
|
3937
|
+
* The name of the aggregation where the action is displayed. Currently only `end` is supported.
|
|
3938
|
+
*/
|
|
3939
|
+
aggregationName: string;
|
|
3940
|
+
/**
|
|
3941
|
+
* The alignment of the action defining if it's displayed before or after the aggregation.
|
|
3942
|
+
*/
|
|
3943
|
+
alignment:
|
|
3944
|
+
| ActionToolbarActionAlignment
|
|
3945
|
+
| keyof typeof ActionToolbarActionAlignment;
|
|
3946
|
+
};
|
|
3947
|
+
|
|
3902
3948
|
/**
|
|
3903
3949
|
* Describes the settings that can be provided to the ActionToolbarAction constructor.
|
|
3904
3950
|
*/
|
|
3905
3951
|
export interface $ActionToolbarActionSettings extends $ControlSettings {
|
|
3906
3952
|
/**
|
|
3907
|
-
* Contains the information where the action is displayed on the `ActionToolbar`.
|
|
3953
|
+
* Contains the information where the action is displayed on the `ActionToolbar`. The `layoutInformation`
|
|
3954
|
+
* has to be of type {@link sap.ui.mdc.actiontoolbar.ActionToolbarActionLayoutInformation}.
|
|
3908
3955
|
*/
|
|
3909
3956
|
layoutInformation?: object | PropertyBindingInfo | `{${string}}`;
|
|
3910
3957
|
|
|
@@ -8245,6 +8292,46 @@ declare module "sap/ui/mdc/enums/ReasonMode" {
|
|
|
8245
8292
|
export default ReasonMode;
|
|
8246
8293
|
}
|
|
8247
8294
|
|
|
8295
|
+
declare module "sap/ui/mdc/enums/RequestShowContainerReason" {
|
|
8296
|
+
/**
|
|
8297
|
+
* Enumeration of the possible triggers for {@link sap.ui.mdc.ValueHelp ValueHelp}
|
|
8298
|
+
*
|
|
8299
|
+
* @since 1.136
|
|
8300
|
+
*/
|
|
8301
|
+
enum RequestShowContainerReason {
|
|
8302
|
+
/**
|
|
8303
|
+
* Content may have been filtered during it's {@link sap.ui.mdc.valuehelp.base.FilterableListContent#onBeforeShow onBeforeShow }
|
|
8304
|
+
* phase or a `filterValue` change occured while the `ValueHelp` was already open.
|
|
8305
|
+
*/
|
|
8306
|
+
Filter = "Filter",
|
|
8307
|
+
/**
|
|
8308
|
+
* A connected control receives focus.
|
|
8309
|
+
*/
|
|
8310
|
+
Focus = "Focus",
|
|
8311
|
+
/**
|
|
8312
|
+
* {@link sap.ui.mdc.ValueHelp#navigate ValueHelp arrow-navigation} was triggered.
|
|
8313
|
+
*/
|
|
8314
|
+
Navigate = "Navigate",
|
|
8315
|
+
/**
|
|
8316
|
+
* A connected control was focused using the Tab key.
|
|
8317
|
+
*/
|
|
8318
|
+
Tab = "Tab",
|
|
8319
|
+
/**
|
|
8320
|
+
* A connected control was activated through a click or tap action.
|
|
8321
|
+
*/
|
|
8322
|
+
Tap = "Tap",
|
|
8323
|
+
/**
|
|
8324
|
+
* Text was entered or modified in a connected control.
|
|
8325
|
+
*/
|
|
8326
|
+
Typing = "Typing",
|
|
8327
|
+
/**
|
|
8328
|
+
* A connected control fired a {@link sap.m.Input.valueHelpRequest valueHelpRequest}.
|
|
8329
|
+
*/
|
|
8330
|
+
ValueHelpRequest = "ValueHelpRequest",
|
|
8331
|
+
}
|
|
8332
|
+
export default RequestShowContainerReason;
|
|
8333
|
+
}
|
|
8334
|
+
|
|
8248
8335
|
declare module "sap/ui/mdc/enums/TableGrowingMode" {
|
|
8249
8336
|
/**
|
|
8250
8337
|
* Growing mode of the table.
|
|
@@ -19100,6 +19187,18 @@ declare module "sap/ui/mdc/table/GridTableType" {
|
|
|
19100
19187
|
* @returns Metadata object describing this class
|
|
19101
19188
|
*/
|
|
19102
19189
|
static getMetadata(): ElementMetadata;
|
|
19190
|
+
/**
|
|
19191
|
+
* Gets current value of property {@link #getEnableColumnFreeze enableColumnFreeze}.
|
|
19192
|
+
*
|
|
19193
|
+
* Determines whether the number of fixed columns is configurable via the column menu.
|
|
19194
|
+
*
|
|
19195
|
+
* Default value is `false`.
|
|
19196
|
+
*
|
|
19197
|
+
* @since 1.136
|
|
19198
|
+
*
|
|
19199
|
+
* @returns Value of property `enableColumnFreeze`
|
|
19200
|
+
*/
|
|
19201
|
+
getEnableColumnFreeze(): boolean;
|
|
19103
19202
|
/**
|
|
19104
19203
|
* Gets current value of property {@link #getFixedColumnCount fixedColumnCount}.
|
|
19105
19204
|
*
|
|
@@ -19188,6 +19287,25 @@ declare module "sap/ui/mdc/table/GridTableType" {
|
|
|
19188
19287
|
* @returns Value of property `showHeaderSelector`
|
|
19189
19288
|
*/
|
|
19190
19289
|
getShowHeaderSelector(): boolean;
|
|
19290
|
+
/**
|
|
19291
|
+
* Sets a new value for property {@link #getEnableColumnFreeze enableColumnFreeze}.
|
|
19292
|
+
*
|
|
19293
|
+
* Determines whether the number of fixed columns is configurable via the column menu.
|
|
19294
|
+
*
|
|
19295
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
19296
|
+
*
|
|
19297
|
+
* Default value is `false`.
|
|
19298
|
+
*
|
|
19299
|
+
* @since 1.136
|
|
19300
|
+
*
|
|
19301
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
19302
|
+
*/
|
|
19303
|
+
setEnableColumnFreeze(
|
|
19304
|
+
/**
|
|
19305
|
+
* New value for property `enableColumnFreeze`
|
|
19306
|
+
*/
|
|
19307
|
+
bEnableColumnFreeze?: boolean
|
|
19308
|
+
): this;
|
|
19191
19309
|
/**
|
|
19192
19310
|
* Sets a new value for property {@link #getFixedColumnCount fixedColumnCount}.
|
|
19193
19311
|
*
|
|
@@ -19359,6 +19477,13 @@ declare module "sap/ui/mdc/table/GridTableType" {
|
|
|
19359
19477
|
*/
|
|
19360
19478
|
showHeaderSelector?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
19361
19479
|
|
|
19480
|
+
/**
|
|
19481
|
+
* Determines whether the number of fixed columns is configurable via the column menu.
|
|
19482
|
+
*
|
|
19483
|
+
* @since 1.136
|
|
19484
|
+
*/
|
|
19485
|
+
enableColumnFreeze?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
19486
|
+
|
|
19362
19487
|
/**
|
|
19363
19488
|
* Defines the number of fixed columns.
|
|
19364
19489
|
*/
|
|
@@ -23980,7 +24105,7 @@ declare module "sap/ui/mdc/valuehelp/content/FixedList" {
|
|
|
23980
24105
|
* small lists, all values are meant to be shown, independent of the typing in the connected field. In this
|
|
23981
24106
|
* case this property must be set to `false`.
|
|
23982
24107
|
*
|
|
23983
|
-
*
|
|
24108
|
+
* By default, if not set, the list opens if the user clicks into the connected field.
|
|
23984
24109
|
*
|
|
23985
24110
|
* Default value is `true`.
|
|
23986
24111
|
*
|
|
@@ -24072,7 +24197,7 @@ declare module "sap/ui/mdc/valuehelp/content/FixedList" {
|
|
|
24072
24197
|
* small lists, all values are meant to be shown, independent of the typing in the connected field. In this
|
|
24073
24198
|
* case this property must be set to `false`.
|
|
24074
24199
|
*
|
|
24075
|
-
*
|
|
24200
|
+
* By default, if not set, the list opens if the user clicks into the connected field.
|
|
24076
24201
|
*
|
|
24077
24202
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
24078
24203
|
*
|
|
@@ -24122,7 +24247,7 @@ declare module "sap/ui/mdc/valuehelp/content/FixedList" {
|
|
|
24122
24247
|
* small lists, all values are meant to be shown, independent of the typing in the connected field. In this
|
|
24123
24248
|
* case this property must be set to `false`.
|
|
24124
24249
|
*
|
|
24125
|
-
*
|
|
24250
|
+
* By default, if not set, the list opens if the user clicks into the connected field.
|
|
24126
24251
|
*/
|
|
24127
24252
|
filterList?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
24128
24253
|
|
|
@@ -25441,6 +25566,8 @@ declare namespace sap {
|
|
|
25441
25566
|
|
|
25442
25567
|
"sap/ui/mdc/enums/ReasonMode": undefined;
|
|
25443
25568
|
|
|
25569
|
+
"sap/ui/mdc/enums/RequestShowContainerReason": undefined;
|
|
25570
|
+
|
|
25444
25571
|
"sap/ui/mdc/enums/TableGrowingMode": undefined;
|
|
25445
25572
|
|
|
25446
25573
|
"sap/ui/mdc/enums/TableMultiSelectMode": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/richtexteditor/library" {
|
|
4
4
|
/**
|
|
@@ -34,8 +34,6 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
34
34
|
|
|
35
35
|
import Event from "sap/ui/base/Event";
|
|
36
36
|
|
|
37
|
-
import { IToolbar } from "sap/ui/richtexteditor/library";
|
|
38
|
-
|
|
39
37
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
40
38
|
|
|
41
39
|
import {
|
|
@@ -733,11 +731,12 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
733
731
|
/**
|
|
734
732
|
* Gets content of aggregation {@link #getFooter footer}.
|
|
735
733
|
*
|
|
736
|
-
* Defines the footer of the control. The footer will be available only with custom toolbar.
|
|
734
|
+
* Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
|
|
735
|
+
* footer aggregation accepts only controls inheriting `sap.m.IBar`.
|
|
737
736
|
*
|
|
738
737
|
* @experimental As of version 1.135.
|
|
739
738
|
*/
|
|
740
|
-
getFooter():
|
|
739
|
+
getFooter(): Control;
|
|
741
740
|
/**
|
|
742
741
|
* Gets current value of property {@link #getHeight height}.
|
|
743
742
|
*
|
|
@@ -1177,7 +1176,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1177
1176
|
/**
|
|
1178
1177
|
* The footer to set
|
|
1179
1178
|
*/
|
|
1180
|
-
oFooter:
|
|
1179
|
+
oFooter: Control
|
|
1181
1180
|
): this;
|
|
1182
1181
|
/**
|
|
1183
1182
|
* Sets a new value for property {@link #getHeight height}.
|
|
@@ -1725,11 +1724,12 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1725
1724
|
customToolbar?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1726
1725
|
|
|
1727
1726
|
/**
|
|
1728
|
-
* Defines the footer of the control. The footer will be available only with custom toolbar.
|
|
1727
|
+
* Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
|
|
1728
|
+
* footer aggregation accepts only controls inheriting `sap.m.IBar`.
|
|
1729
1729
|
*
|
|
1730
1730
|
* @experimental As of version 1.135.
|
|
1731
1731
|
*/
|
|
1732
|
-
footer?:
|
|
1732
|
+
footer?: Control;
|
|
1733
1733
|
|
|
1734
1734
|
/**
|
|
1735
1735
|
* Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -1917,6 +1917,9 @@ declare module "sap/ui/table/Column" {
|
|
|
1917
1917
|
* Labels of the column which are displayed in the column header. Define a control for each header row in
|
|
1918
1918
|
* the table. Use this aggregation if you want to use multiple headers per column.
|
|
1919
1919
|
*
|
|
1920
|
+
* The {@link sap.m.plugins.ColumnAIAction ColumnAIAction} plugin is not compatible with multi
|
|
1921
|
+
* labels.
|
|
1922
|
+
*
|
|
1920
1923
|
* @since 1.13.1
|
|
1921
1924
|
*/
|
|
1922
1925
|
getMultiLabels(): Control[];
|
|
@@ -2860,6 +2863,9 @@ declare module "sap/ui/table/Column" {
|
|
|
2860
2863
|
* Labels of the column which are displayed in the column header. Define a control for each header row in
|
|
2861
2864
|
* the table. Use this aggregation if you want to use multiple headers per column.
|
|
2862
2865
|
*
|
|
2866
|
+
* The {@link sap.m.plugins.ColumnAIAction ColumnAIAction} plugin is not compatible with multi
|
|
2867
|
+
* labels.
|
|
2868
|
+
*
|
|
2863
2869
|
* @since 1.13.1
|
|
2864
2870
|
*/
|
|
2865
2871
|
multiLabels?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/unified/library" {
|
|
4
4
|
/**
|
|
@@ -5158,26 +5158,16 @@ declare module "sap/ui/unified/calendar/MonthPicker" {
|
|
|
5158
5158
|
iColumns?: int
|
|
5159
5159
|
): this;
|
|
5160
5160
|
/**
|
|
5161
|
-
*
|
|
5162
|
-
*
|
|
5163
|
-
* Determines if an interval of dates can be selected.
|
|
5164
|
-
*
|
|
5165
|
-
* **Note:** This property should be set to `false` if `_singleSelection` is set to `false`, as selecting
|
|
5166
|
-
* multiple intervals is not supported.
|
|
5167
|
-
*
|
|
5168
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5169
|
-
*
|
|
5170
|
-
* Default value is `false`.
|
|
5161
|
+
* Setter for the property `intervalSelection`. If set to `true`, an interval of months can be selected.
|
|
5171
5162
|
*
|
|
5172
|
-
* @since 1.74
|
|
5173
5163
|
*
|
|
5174
|
-
* @returns Reference to `this`
|
|
5164
|
+
* @returns Reference to `this` for method chaining
|
|
5175
5165
|
*/
|
|
5176
5166
|
setIntervalSelection(
|
|
5177
5167
|
/**
|
|
5178
|
-
*
|
|
5168
|
+
* Indicates if `intervalSelection` should be enabled
|
|
5179
5169
|
*/
|
|
5180
|
-
|
|
5170
|
+
bEnabled: boolean
|
|
5181
5171
|
): this;
|
|
5182
5172
|
/**
|
|
5183
5173
|
* sets a minimum and maximum month
|
|
@@ -7478,26 +7468,16 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
7478
7468
|
oDate: Date | UI5Date
|
|
7479
7469
|
): this;
|
|
7480
7470
|
/**
|
|
7481
|
-
*
|
|
7471
|
+
* Setter for the property `intervalSelection`. If set to `true`, an interval of years can be selected.
|
|
7482
7472
|
*
|
|
7483
|
-
* Determines if an interval of dates can be selected.
|
|
7484
7473
|
*
|
|
7485
|
-
*
|
|
7486
|
-
* multiple intervals is not supported.
|
|
7487
|
-
*
|
|
7488
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7489
|
-
*
|
|
7490
|
-
* Default value is `false`.
|
|
7491
|
-
*
|
|
7492
|
-
* @since 1.74
|
|
7493
|
-
*
|
|
7494
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
7474
|
+
* @returns Reference to `this` for method chaining
|
|
7495
7475
|
*/
|
|
7496
7476
|
setIntervalSelection(
|
|
7497
7477
|
/**
|
|
7498
|
-
*
|
|
7478
|
+
* Indicates if `intervalSelection` should be enabled
|
|
7499
7479
|
*/
|
|
7500
|
-
|
|
7480
|
+
bEnabled: boolean
|
|
7501
7481
|
): this;
|
|
7502
7482
|
/**
|
|
7503
7483
|
* Sets a new value for property {@link #getPrimaryCalendarType primaryCalendarType}.
|
|
@@ -18015,7 +17995,7 @@ declare module "sap/ui/unified/FileUploaderXHRSettings" {
|
|
|
18015
17995
|
declare module "sap/ui/unified/Menu" {
|
|
18016
17996
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
18017
17997
|
|
|
18018
|
-
import { IContextMenu, ID,
|
|
17998
|
+
import { IContextMenu, ID, Collision } from "sap/ui/core/library";
|
|
18019
17999
|
|
|
18020
18000
|
import { IMenuItem } from "sap/ui/unified/library";
|
|
18021
18001
|
|
|
@@ -18025,6 +18005,8 @@ declare module "sap/ui/unified/Menu" {
|
|
|
18025
18005
|
|
|
18026
18006
|
import UI5Element from "sap/ui/core/Element";
|
|
18027
18007
|
|
|
18008
|
+
import Popup from "sap/ui/core/Popup";
|
|
18009
|
+
|
|
18028
18010
|
import {
|
|
18029
18011
|
PropertyBindingInfo,
|
|
18030
18012
|
AggregationBindingInfo,
|
|
@@ -18519,11 +18501,11 @@ declare module "sap/ui/unified/Menu" {
|
|
|
18519
18501
|
/**
|
|
18520
18502
|
* The reference docking location of the menu for positioning the menu on the screen
|
|
18521
18503
|
*/
|
|
18522
|
-
my: Dock,
|
|
18504
|
+
my: typeof Popup.Dock | keyof typeof Popup.Dock,
|
|
18523
18505
|
/**
|
|
18524
18506
|
* The 'of' element's reference docking location for positioning the menu on the screen
|
|
18525
18507
|
*/
|
|
18526
|
-
at: Dock,
|
|
18508
|
+
at: typeof Popup.Dock | keyof typeof Popup.Dock,
|
|
18527
18509
|
/**
|
|
18528
18510
|
* The menu is positioned relatively to this element based on the given dock locations
|
|
18529
18511
|
*/
|
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/ux3/library" {
|
|
4
4
|
/**
|
|
@@ -19469,11 +19469,11 @@ declare module "sap/ui/ux3/ToolPopup" {
|
|
|
19469
19469
|
/**
|
|
19470
19470
|
* The ToolPopup's content reference position for docking
|
|
19471
19471
|
*/
|
|
19472
|
-
my?: typeof Popup.Dock,
|
|
19472
|
+
my?: typeof Popup.Dock | keyof typeof Popup.Dock,
|
|
19473
19473
|
/**
|
|
19474
19474
|
* The "of" element's reference point for docking to
|
|
19475
19475
|
*/
|
|
19476
|
-
at?: typeof Popup.Dock
|
|
19476
|
+
at?: typeof Popup.Dock | keyof typeof Popup.Dock
|
|
19477
19477
|
): this;
|
|
19478
19478
|
/**
|
|
19479
19479
|
* Removes all the controls from the aggregation {@link #getButtons buttons}.
|
package/types/sap.ui.vbm.d.ts
CHANGED