@sapui5/types 1.120.8 → 1.121.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/index.d.ts +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1112 -544
- package/types/sap.chart.d.ts +17 -1
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1870
- package/types/sap.f.d.ts +124 -45
- package/types/sap.fe.core.d.ts +221 -191
- package/types/sap.fe.macros.d.ts +461 -568
- package/types/sap.fe.navigation.d.ts +59 -26
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +9 -0
- package/types/sap.fe.templates.d.ts +16 -11
- package/types/sap.fe.test.d.ts +333 -33
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +3938 -1749
- package/types/sap.insights.d.ts +165 -43
- package/types/sap.m.d.ts +2103 -301
- package/types/sap.makit.d.ts +11 -1
- package/types/sap.me.d.ts +7 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +9 -7
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +270 -47
- package/types/sap.suite.ui.commons.d.ts +4323 -1016
- package/types/sap.suite.ui.generic.template.d.ts +38 -48
- package/types/sap.suite.ui.microchart.d.ts +63 -1
- package/types/sap.tnt.d.ts +628 -113
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +92 -8
- package/types/sap.ui.comp.d.ts +260 -111
- package/types/sap.ui.core.d.ts +500 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +16 -3
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +214 -27
- package/types/sap.ui.mdc.d.ts +1553 -820
- package/types/sap.ui.richtexteditor.d.ts +4 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +65 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.vbm.d.ts +6081 -3279
- package/types/sap.ui.vk.d.ts +2742 -837
- package/types/sap.ui.vtm.d.ts +681 -211
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +4394 -3926
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +52 -5
- package/types/sap.viz.d.ts +89 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +81 -13
- package/types/sap.zen.dsh.d.ts +194 -143
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/richtexteditor/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Determines which editor component should be used for editing the text.
|
|
6
|
+
*
|
|
7
|
+
* This enum is part of the 'sap/ui/richtexteditor/library' module export and must be accessed by the property
|
|
8
|
+
* 'EditorType'.
|
|
6
9
|
*/
|
|
7
10
|
export enum EditorType {
|
|
8
11
|
/**
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/suite/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Defined color values for the Task Circle Control
|
|
6
|
+
*
|
|
7
|
+
* This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
|
|
6
8
|
*/
|
|
7
9
|
export enum TaskCircleColor {
|
|
8
10
|
/**
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Defines the Audiences.
|
|
6
6
|
*
|
|
7
|
+
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
|
|
8
|
+
* 'Audiences'.
|
|
9
|
+
*
|
|
7
10
|
* @since 1.50
|
|
8
11
|
*/
|
|
9
12
|
export enum Audiences {
|
|
@@ -23,6 +26,9 @@ declare module "sap/ui/support/library" {
|
|
|
23
26
|
/**
|
|
24
27
|
* Issue Categories.
|
|
25
28
|
*
|
|
29
|
+
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
|
|
30
|
+
* 'Categories'.
|
|
31
|
+
*
|
|
26
32
|
* @since 1.50
|
|
27
33
|
*/
|
|
28
34
|
export enum Categories {
|
|
@@ -82,6 +88,9 @@ declare module "sap/ui/support/library" {
|
|
|
82
88
|
/**
|
|
83
89
|
* Analysis history formats.
|
|
84
90
|
*
|
|
91
|
+
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
|
|
92
|
+
* 'HistoryFormats'.
|
|
93
|
+
*
|
|
85
94
|
* @since 1.58
|
|
86
95
|
*/
|
|
87
96
|
export enum HistoryFormats {
|
|
@@ -122,6 +131,9 @@ declare module "sap/ui/support/library" {
|
|
|
122
131
|
/**
|
|
123
132
|
* Defines severity types.
|
|
124
133
|
*
|
|
134
|
+
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
|
|
135
|
+
* 'Severity'.
|
|
136
|
+
*
|
|
125
137
|
* @since 1.50
|
|
126
138
|
*/
|
|
127
139
|
export enum Severity {
|
|
@@ -141,6 +153,9 @@ declare module "sap/ui/support/library" {
|
|
|
141
153
|
/**
|
|
142
154
|
* Contains the available system presets.
|
|
143
155
|
*
|
|
156
|
+
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
|
|
157
|
+
* 'SystemPresets'.
|
|
158
|
+
*
|
|
144
159
|
* @since 1.60
|
|
145
160
|
*/
|
|
146
161
|
export enum SystemPresets {
|
|
@@ -211,7 +226,10 @@ declare module "sap/ui/support/supportRules/ExecutionScope" {
|
|
|
211
226
|
* @since 1.48
|
|
212
227
|
*/
|
|
213
228
|
export default class ExecutionScope {
|
|
214
|
-
|
|
229
|
+
/**
|
|
230
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
231
|
+
*/
|
|
232
|
+
protected constructor();
|
|
215
233
|
|
|
216
234
|
/**
|
|
217
235
|
*
|
|
@@ -402,7 +420,10 @@ declare namespace sap {
|
|
|
402
420
|
* Usage: The CoreFacade is passed as second argument to all rule check functions.
|
|
403
421
|
*/
|
|
404
422
|
class CoreFacade {
|
|
405
|
-
|
|
423
|
+
/**
|
|
424
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
425
|
+
*/
|
|
426
|
+
protected constructor();
|
|
406
427
|
|
|
407
428
|
/**
|
|
408
429
|
* Gets the Components from the Core object.
|
|
@@ -427,7 +448,10 @@ declare namespace sap {
|
|
|
427
448
|
* Usage: The IssueManagerFacade is passed as first argument to all rule check functions.
|
|
428
449
|
*/
|
|
429
450
|
class IssueManagerFacade {
|
|
430
|
-
|
|
451
|
+
/**
|
|
452
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
453
|
+
*/
|
|
454
|
+
protected constructor();
|
|
431
455
|
|
|
432
456
|
/**
|
|
433
457
|
* Adds issue
|
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Details about the group event to distinguish between different actions associated with grouping
|
|
8
|
+
*
|
|
9
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'GroupEventType'.
|
|
8
10
|
*/
|
|
9
11
|
export enum GroupEventType {
|
|
10
12
|
/**
|
|
@@ -38,6 +40,10 @@ declare module "sap/ui/table/library" {
|
|
|
38
40
|
}
|
|
39
41
|
/**
|
|
40
42
|
* Navigation mode of the table
|
|
43
|
+
*
|
|
44
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'NavigationMode'.
|
|
45
|
+
*
|
|
46
|
+
* @deprecated (since 1.38)
|
|
41
47
|
*/
|
|
42
48
|
export enum NavigationMode {
|
|
43
49
|
/**
|
|
@@ -57,6 +63,8 @@ declare module "sap/ui/table/library" {
|
|
|
57
63
|
/**
|
|
58
64
|
* Enumeration of the `ResetAllMode` that can be used in a `TablePersoController`.
|
|
59
65
|
*
|
|
66
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'ResetAllMode'.
|
|
67
|
+
*
|
|
60
68
|
* @deprecated (since 1.115)
|
|
61
69
|
*/
|
|
62
70
|
export enum ResetAllMode {
|
|
@@ -75,6 +83,8 @@ declare module "sap/ui/table/library" {
|
|
|
75
83
|
}
|
|
76
84
|
/**
|
|
77
85
|
* Row Action types.
|
|
86
|
+
*
|
|
87
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'RowActionType'.
|
|
78
88
|
*/
|
|
79
89
|
export enum RowActionType {
|
|
80
90
|
/**
|
|
@@ -92,6 +102,8 @@ declare module "sap/ui/table/library" {
|
|
|
92
102
|
}
|
|
93
103
|
/**
|
|
94
104
|
* Selection behavior of the table
|
|
105
|
+
*
|
|
106
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'SelectionBehavior'.
|
|
95
107
|
*/
|
|
96
108
|
export enum SelectionBehavior {
|
|
97
109
|
/**
|
|
@@ -109,6 +121,8 @@ declare module "sap/ui/table/library" {
|
|
|
109
121
|
}
|
|
110
122
|
/**
|
|
111
123
|
* Selection mode of the table
|
|
124
|
+
*
|
|
125
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'SelectionMode'.
|
|
112
126
|
*/
|
|
113
127
|
export enum SelectionMode {
|
|
114
128
|
/**
|
|
@@ -135,6 +149,8 @@ declare module "sap/ui/table/library" {
|
|
|
135
149
|
*
|
|
136
150
|
* Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef()
|
|
137
151
|
* function.
|
|
152
|
+
*
|
|
153
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'SharedDomRef'.
|
|
138
154
|
*/
|
|
139
155
|
export enum SharedDomRef {
|
|
140
156
|
/**
|
|
@@ -149,6 +165,8 @@ declare module "sap/ui/table/library" {
|
|
|
149
165
|
/**
|
|
150
166
|
* Sort order of a column
|
|
151
167
|
*
|
|
168
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'SortOrder'.
|
|
169
|
+
*
|
|
152
170
|
* @deprecated (since 1.120) - replaced with `sap.ui.core.SortOrder`
|
|
153
171
|
*/
|
|
154
172
|
export enum SortOrder {
|
|
@@ -172,6 +190,10 @@ declare module "sap/ui/table/library" {
|
|
|
172
190
|
|
|
173
191
|
/**
|
|
174
192
|
* VisibleRowCountMode of the table
|
|
193
|
+
*
|
|
194
|
+
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'VisibleRowCountMode'.
|
|
195
|
+
*
|
|
196
|
+
* @deprecated (since 1.119)
|
|
175
197
|
*/
|
|
176
198
|
export enum VisibleRowCountMode {
|
|
177
199
|
/**
|
|
@@ -1792,7 +1814,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1792
1814
|
*
|
|
1793
1815
|
* @since 1.110
|
|
1794
1816
|
*/
|
|
1795
|
-
getHeaderMenu(): ID;
|
|
1817
|
+
getHeaderMenu(): ID | null;
|
|
1796
1818
|
/**
|
|
1797
1819
|
* Gets current value of property {@link #getHeaderSpan headerSpan}.
|
|
1798
1820
|
*
|
|
@@ -5661,6 +5683,9 @@ declare module "sap/ui/table/Table" {
|
|
|
5661
5683
|
* Adds the given selection interval to the selection. In case of a single selection, only `iIndexTo` is
|
|
5662
5684
|
* added to the selection.
|
|
5663
5685
|
*
|
|
5686
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
5687
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
5688
|
+
*
|
|
5664
5689
|
*
|
|
5665
5690
|
* @returns Reference to `this` in order to allow method chaining
|
|
5666
5691
|
*/
|
|
@@ -5681,7 +5706,8 @@ declare module "sap/ui/table/Table" {
|
|
|
5681
5706
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
5682
5707
|
* otherwise it will be bound to this `sap.ui.table.Table` itself.
|
|
5683
5708
|
*
|
|
5684
|
-
* Fired when the
|
|
5709
|
+
* Fired when the {@link sap.ui.table.Table#setContextMenu context menu} is opened. When the context menu
|
|
5710
|
+
* is opened, the binding context of the row is set to the context menu.
|
|
5685
5711
|
*
|
|
5686
5712
|
* @since 1.54
|
|
5687
5713
|
*
|
|
@@ -5709,7 +5735,8 @@ declare module "sap/ui/table/Table" {
|
|
|
5709
5735
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
5710
5736
|
* otherwise it will be bound to this `sap.ui.table.Table` itself.
|
|
5711
5737
|
*
|
|
5712
|
-
* Fired when the
|
|
5738
|
+
* Fired when the {@link sap.ui.table.Table#setContextMenu context menu} is opened. When the context menu
|
|
5739
|
+
* is opened, the binding context of the row is set to the context menu.
|
|
5713
5740
|
*
|
|
5714
5741
|
* @since 1.54
|
|
5715
5742
|
*
|
|
@@ -6596,6 +6623,9 @@ declare module "sap/ui/table/Table" {
|
|
|
6596
6623
|
/**
|
|
6597
6624
|
* Removes complete selection.
|
|
6598
6625
|
*
|
|
6626
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
6627
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
6628
|
+
*
|
|
6599
6629
|
*
|
|
6600
6630
|
* @returns Reference to `this` in order to allow method chaining
|
|
6601
6631
|
*/
|
|
@@ -7647,7 +7677,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7647
7677
|
* @deprecated (since 1.110)
|
|
7648
7678
|
* @experimental (since 1.28) - This feature has a limited functionality.
|
|
7649
7679
|
*/
|
|
7650
|
-
getGroupBy(): ID;
|
|
7680
|
+
getGroupBy(): ID | null;
|
|
7651
7681
|
/**
|
|
7652
7682
|
* Gets current value of property {@link #getMinAutoRowCount minAutoRowCount}.
|
|
7653
7683
|
*
|
|
@@ -7667,7 +7697,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7667
7697
|
* This property has been deprecated and must not be used anymore, since `Scrollbar` is the only supported
|
|
7668
7698
|
* option.
|
|
7669
7699
|
*
|
|
7670
|
-
* Default value is `Scrollbar`.
|
|
7700
|
+
* Default value is `"Scrollbar"`.
|
|
7671
7701
|
*
|
|
7672
7702
|
* @deprecated (since 1.38)
|
|
7673
7703
|
*
|
|
@@ -7789,6 +7819,9 @@ declare module "sap/ui/table/Table" {
|
|
|
7789
7819
|
/**
|
|
7790
7820
|
* Zero-based indices of selected items, wrapped in an array. An empty array means "no selection".
|
|
7791
7821
|
*
|
|
7822
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
7823
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
7824
|
+
*
|
|
7792
7825
|
*
|
|
7793
7826
|
* @returns Selected indices
|
|
7794
7827
|
*/
|
|
@@ -7938,7 +7971,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7938
7971
|
* In the `"Interactive"` mode, the table has as many rows as defined in the `visibleRowCount` property
|
|
7939
7972
|
* after rendering. The user can change the `visibleRowCount` by dragging a resizer.
|
|
7940
7973
|
*
|
|
7941
|
-
* Default value is `Fixed`.
|
|
7974
|
+
* Default value is `"Fixed"`.
|
|
7942
7975
|
*
|
|
7943
7976
|
* @since 1.9.2
|
|
7944
7977
|
* @deprecated (since 1.119) - use the `rowMode` aggregation instead.
|
|
@@ -8090,6 +8123,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8090
8123
|
/**
|
|
8091
8124
|
* Checks whether an index is selected.
|
|
8092
8125
|
*
|
|
8126
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
8127
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
8128
|
+
*
|
|
8093
8129
|
*
|
|
8094
8130
|
* @returns Whether the index is selected
|
|
8095
8131
|
*/
|
|
@@ -8210,6 +8246,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8210
8246
|
* Removes the given selection interval from the selection. In case of single selection, only `iIndexTo`
|
|
8211
8247
|
* is removed from the selection.
|
|
8212
8248
|
*
|
|
8249
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
8250
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
8251
|
+
*
|
|
8213
8252
|
*
|
|
8214
8253
|
* @returns Reference to `this` in order to allow method chaining
|
|
8215
8254
|
*/
|
|
@@ -8228,6 +8267,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8228
8267
|
* are considered to be selected might not be available at the client yet. Calling getContextByIndex might
|
|
8229
8268
|
* not return a result but trigger a roundtrip to request this single entity.
|
|
8230
8269
|
*
|
|
8270
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
8271
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
8272
|
+
*
|
|
8231
8273
|
*
|
|
8232
8274
|
* @returns Reference to `this` in order to allow method chaining
|
|
8233
8275
|
*/
|
|
@@ -8617,7 +8659,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8617
8659
|
*
|
|
8618
8660
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8619
8661
|
*
|
|
8620
|
-
* Default value is `Scrollbar`.
|
|
8662
|
+
* Default value is `"Scrollbar"`.
|
|
8621
8663
|
*
|
|
8622
8664
|
* @deprecated (since 1.38)
|
|
8623
8665
|
*
|
|
@@ -8730,6 +8772,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8730
8772
|
/**
|
|
8731
8773
|
* Sets the selected index. The previous selection is removed.
|
|
8732
8774
|
*
|
|
8775
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
8776
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
8777
|
+
*
|
|
8733
8778
|
*
|
|
8734
8779
|
* @returns Reference to `this` in order to allow method chaining
|
|
8735
8780
|
*/
|
|
@@ -8763,6 +8808,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8763
8808
|
/**
|
|
8764
8809
|
* Sets the given selection interval as selection. In case of a single selection, only `iIndexTo` is selected.
|
|
8765
8810
|
*
|
|
8811
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
8812
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
8813
|
+
*
|
|
8766
8814
|
*
|
|
8767
8815
|
* @returns Reference to `this` in order to allow method chaining
|
|
8768
8816
|
*/
|
|
@@ -8779,6 +8827,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8779
8827
|
/**
|
|
8780
8828
|
* Sets the selection mode. The current selection is lost.
|
|
8781
8829
|
*
|
|
8830
|
+
* **Note:** The built-in selection API has limited functionality, especially when it is combined with paging
|
|
8831
|
+
* (e.g. OData). Therefore, it is recommended to use a selection plugin instead.
|
|
8832
|
+
*
|
|
8782
8833
|
*
|
|
8783
8834
|
* @returns Reference to `this` in order to allow method chaining
|
|
8784
8835
|
*/
|
|
@@ -8945,7 +8996,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8945
8996
|
*
|
|
8946
8997
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8947
8998
|
*
|
|
8948
|
-
* Default value is `Fixed`.
|
|
8999
|
+
* Default value is `"Fixed"`.
|
|
8949
9000
|
*
|
|
8950
9001
|
* @since 1.9.2
|
|
8951
9002
|
* @deprecated (since 1.119) - use the `rowMode` aggregation instead.
|
|
@@ -9509,7 +9560,8 @@ declare module "sap/ui/table/Table" {
|
|
|
9509
9560
|
cellContextmenu?: (oEvent: Table$CellContextmenuEvent) => void;
|
|
9510
9561
|
|
|
9511
9562
|
/**
|
|
9512
|
-
* Fired when the
|
|
9563
|
+
* Fired when the {@link sap.ui.table.Table#setContextMenu context menu} is opened. When the context menu
|
|
9564
|
+
* is opened, the binding context of the row is set to the context menu.
|
|
9513
9565
|
*
|
|
9514
9566
|
* @since 1.54
|
|
9515
9567
|
*/
|
|
@@ -10026,7 +10078,7 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
10026
10078
|
/**
|
|
10027
10079
|
* ID of the element which is the current target of the association {@link #getTable table}, or `null`.
|
|
10028
10080
|
*/
|
|
10029
|
-
getTable(): ID;
|
|
10081
|
+
getTable(): ID | null;
|
|
10030
10082
|
/**
|
|
10031
10083
|
* Opens the personalization dialog for the Table to modify the visibility and the order of the columns.
|
|
10032
10084
|
*
|
|
@@ -10981,6 +11033,8 @@ declare namespace sap {
|
|
|
10981
11033
|
|
|
10982
11034
|
"sap/ui/table/plugins/SelectionPlugin": undefined;
|
|
10983
11035
|
|
|
11036
|
+
"sap/ui/table/plugins/V4Aggregation": undefined;
|
|
11037
|
+
|
|
10984
11038
|
"sap/ui/table/Row": undefined;
|
|
10985
11039
|
|
|
10986
11040
|
"sap/ui/table/RowAction": undefined;
|