@sapui5/ts-types 1.94.0 → 1.96.1
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 +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.esh.search.ui.d.ts +235 -1
- package/types/sap.f.d.ts +310 -40
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +102 -1
- package/types/sap.fe.macros.d.ts +36 -12
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +2 -2
- 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 +1070 -44
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +643 -115
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +21 -29
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +635 -0
- package/types/sap.suite.ui.commons.d.ts +177 -3
- package/types/sap.suite.ui.generic.template.d.ts +49 -6
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +11 -12
- package/types/sap.ui.codeeditor.d.ts +29 -31
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +149 -18
- package/types/sap.ui.core.d.ts +691 -313
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +119 -69
- package/types/sap.ui.fl.d.ts +3 -1
- 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 +232 -1
- package/types/sap.ui.layout.d.ts +19 -1
- package/types/sap.ui.mdc.d.ts +51 -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 +6 -6
- package/types/sap.ui.table.d.ts +7 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +140 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +793 -130
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +2 -1
- package/types/sap.ushell.d.ts +69 -49
- package/types/sap.ushell_abap.d.ts +2 -2
- package/types/sap.uxap.d.ts +1 -1
- 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 +53 -34
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
5
|
+
"sap/ui/mdc/ActionToolbar": undefined;
|
|
6
|
+
|
|
7
|
+
"sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
|
|
8
|
+
|
|
5
9
|
"sap/ui/mdc/Chart": undefined;
|
|
6
10
|
|
|
11
|
+
"sap/ui/mdc/chart/DimensionItem": undefined;
|
|
12
|
+
|
|
13
|
+
"sap/ui/mdc/chart/Item": undefined;
|
|
14
|
+
|
|
15
|
+
"sap/ui/mdc/chart/MeasureItem": undefined;
|
|
16
|
+
|
|
17
|
+
"sap/ui/mdc/chart/SelectionDetailsActions": undefined;
|
|
18
|
+
|
|
7
19
|
"sap/ui/mdc/chartNew/ChartSelectionDetailsNew": undefined;
|
|
8
20
|
|
|
9
21
|
"sap/ui/mdc/condition/Condition": undefined;
|
|
@@ -22,6 +34,10 @@ declare namespace sap {
|
|
|
22
34
|
|
|
23
35
|
"sap/ui/mdc/condition/RangeOperator": undefined;
|
|
24
36
|
|
|
37
|
+
"sap/ui/mdc/Control": undefined;
|
|
38
|
+
|
|
39
|
+
"sap/ui/mdc/Element": undefined;
|
|
40
|
+
|
|
25
41
|
"sap/ui/mdc/enum/ActionToolbarActionAlignment": undefined;
|
|
26
42
|
|
|
27
43
|
"sap/ui/mdc/enum/BaseType": undefined;
|
|
@@ -38,6 +54,8 @@ declare namespace sap {
|
|
|
38
54
|
|
|
39
55
|
"sap/ui/mdc/enum/PersistenceMode": undefined;
|
|
40
56
|
|
|
57
|
+
"sap/ui/mdc/enum/SelectType": undefined;
|
|
58
|
+
|
|
41
59
|
"sap/ui/mdc/Field": undefined;
|
|
42
60
|
|
|
43
61
|
"sap/ui/mdc/field/BoolFieldHelp": undefined;
|
|
@@ -62,6 +80,8 @@ declare namespace sap {
|
|
|
62
80
|
|
|
63
81
|
"sap/ui/mdc/field/FieldHelpBaseDelegate": undefined;
|
|
64
82
|
|
|
83
|
+
"sap/ui/mdc/field/FieldInfoBase": undefined;
|
|
84
|
+
|
|
65
85
|
"sap/ui/mdc/field/FieldInput": undefined;
|
|
66
86
|
|
|
67
87
|
"sap/ui/mdc/field/FieldMultiInput": undefined;
|
|
@@ -114,6 +134,8 @@ declare namespace sap {
|
|
|
114
134
|
|
|
115
135
|
"sap/ui/mdc/mixin/FilterIntegrationMixin": undefined;
|
|
116
136
|
|
|
137
|
+
"sap/ui/mdc/mixin/PromiseMixin": undefined;
|
|
138
|
+
|
|
117
139
|
"sap/ui/mdc/MultiValueField": undefined;
|
|
118
140
|
|
|
119
141
|
"sap/ui/mdc/odata/v4/FieldBaseDelegate": undefined;
|
|
@@ -146,6 +168,34 @@ declare namespace sap {
|
|
|
146
168
|
|
|
147
169
|
"sap/ui/mdc/util/FilterUtil": undefined;
|
|
148
170
|
|
|
171
|
+
"sap/ui/mdc/util/PromiseCache": undefined;
|
|
172
|
+
|
|
149
173
|
"sap/ui/mdc/util/TypeUtil": undefined;
|
|
174
|
+
|
|
175
|
+
"sap/ui/mdc/ValueHelp": undefined;
|
|
176
|
+
|
|
177
|
+
"sap/ui/mdc/valuehelp/base/Container": undefined;
|
|
178
|
+
|
|
179
|
+
"sap/ui/mdc/valuehelp/base/Content": undefined;
|
|
180
|
+
|
|
181
|
+
"sap/ui/mdc/valuehelp/base/DialogTab": undefined;
|
|
182
|
+
|
|
183
|
+
"sap/ui/mdc/valuehelp/base/FilterableListContent": undefined;
|
|
184
|
+
|
|
185
|
+
"sap/ui/mdc/valuehelp/base/ListContent": undefined;
|
|
186
|
+
|
|
187
|
+
"sap/ui/mdc/valuehelp/content/Bool": undefined;
|
|
188
|
+
|
|
189
|
+
"sap/ui/mdc/valuehelp/content/Conditions": undefined;
|
|
190
|
+
|
|
191
|
+
"sap/ui/mdc/valuehelp/content/FixedList": undefined;
|
|
192
|
+
|
|
193
|
+
"sap/ui/mdc/valuehelp/content/MTable": undefined;
|
|
194
|
+
|
|
195
|
+
"sap/ui/mdc/valuehelp/Dialog": undefined;
|
|
196
|
+
|
|
197
|
+
"sap/ui/mdc/valuehelp/Popover": undefined;
|
|
198
|
+
|
|
199
|
+
"sap/ui/mdc/ValueHelpDelegate": undefined;
|
|
150
200
|
}
|
|
151
201
|
}
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.
|
|
241
|
+
* @SINCE 1.96.2
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.
|
|
260
|
+
* @SINCE 1.96.2
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.
|
|
315
|
+
* @SINCE 1.96.2
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.
|
|
330
|
+
* @SINCE 1.96.2
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.
|
|
349
|
+
* @SINCE 1.96.2
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1023,7 +1023,8 @@ declare namespace sap {
|
|
|
1023
1023
|
* @SINCE 1.62
|
|
1024
1024
|
*
|
|
1025
1025
|
* Defines the semantics of the {@link sap.ui.table.RowSettings#setHighlight highlight} property for accessibility
|
|
1026
|
-
* purposes.
|
|
1026
|
+
* purposes. It is only used as an invisible text for screen reader support and does not add a tooltip to
|
|
1027
|
+
* the highlight.
|
|
1027
1028
|
*/
|
|
1028
1029
|
highlightText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1029
1030
|
|
|
@@ -4093,7 +4094,8 @@ declare namespace sap {
|
|
|
4093
4094
|
* Gets current value of property {@link #getHighlightText highlightText}.
|
|
4094
4095
|
*
|
|
4095
4096
|
* Defines the semantics of the {@link sap.ui.table.RowSettings#setHighlight highlight} property for accessibility
|
|
4096
|
-
* purposes.
|
|
4097
|
+
* purposes. It is only used as an invisible text for screen reader support and does not add a tooltip to
|
|
4098
|
+
* the highlight.
|
|
4097
4099
|
*
|
|
4098
4100
|
* Default value is `empty string`.
|
|
4099
4101
|
*/
|
|
@@ -4144,7 +4146,8 @@ declare namespace sap {
|
|
|
4144
4146
|
* Sets a new value for property {@link #getHighlightText highlightText}.
|
|
4145
4147
|
*
|
|
4146
4148
|
* Defines the semantics of the {@link sap.ui.table.RowSettings#setHighlight highlight} property for accessibility
|
|
4147
|
-
* purposes.
|
|
4149
|
+
* purposes. It is only used as an invisible text for screen reader support and does not add a tooltip to
|
|
4150
|
+
* the highlight.
|
|
4148
4151
|
*
|
|
4149
4152
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4150
4153
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -146,6 +146,15 @@ declare namespace sap {
|
|
|
146
146
|
*/
|
|
147
147
|
enabledNext?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
148
148
|
|
|
149
|
+
/**
|
|
150
|
+
* @SINCE 1.95.0
|
|
151
|
+
*
|
|
152
|
+
* If set, the Current date button will be displayed.
|
|
153
|
+
*/
|
|
154
|
+
visibleCurrentDateButton?:
|
|
155
|
+
| boolean
|
|
156
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
157
|
+
|
|
149
158
|
/**
|
|
150
159
|
* Previous button pressed
|
|
151
160
|
*/
|
|
@@ -156,6 +165,11 @@ declare namespace sap {
|
|
|
156
165
|
*/
|
|
157
166
|
pressNext?: (oEvent: sap.ui.base.Event) => void;
|
|
158
167
|
|
|
168
|
+
/**
|
|
169
|
+
* Current date button pressed
|
|
170
|
+
*/
|
|
171
|
+
pressCurrentDate?: (oEvent: sap.ui.base.Event) => void;
|
|
172
|
+
|
|
159
173
|
/**
|
|
160
174
|
* @SINCE 1.32.0
|
|
161
175
|
*
|
|
@@ -1009,6 +1023,49 @@ declare namespace sap {
|
|
|
1009
1023
|
*/
|
|
1010
1024
|
oListener?: object
|
|
1011
1025
|
): this;
|
|
1026
|
+
/**
|
|
1027
|
+
* Attaches event handler `fnFunction` to the {@link #event:pressCurrentDate pressCurrentDate} event of
|
|
1028
|
+
* this `sap.ui.unified.calendar.Header`.
|
|
1029
|
+
*
|
|
1030
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1031
|
+
* otherwise it will be bound to this `sap.ui.unified.calendar.Header` itself.
|
|
1032
|
+
*
|
|
1033
|
+
* Current date button pressed
|
|
1034
|
+
*/
|
|
1035
|
+
attachPressCurrentDate(
|
|
1036
|
+
/**
|
|
1037
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
1038
|
+
* object when firing the event
|
|
1039
|
+
*/
|
|
1040
|
+
oData: object,
|
|
1041
|
+
/**
|
|
1042
|
+
* The function to be called when the event occurs
|
|
1043
|
+
*/
|
|
1044
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1045
|
+
/**
|
|
1046
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.Header` itself
|
|
1047
|
+
*/
|
|
1048
|
+
oListener?: object
|
|
1049
|
+
): this;
|
|
1050
|
+
/**
|
|
1051
|
+
* Attaches event handler `fnFunction` to the {@link #event:pressCurrentDate pressCurrentDate} event of
|
|
1052
|
+
* this `sap.ui.unified.calendar.Header`.
|
|
1053
|
+
*
|
|
1054
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1055
|
+
* otherwise it will be bound to this `sap.ui.unified.calendar.Header` itself.
|
|
1056
|
+
*
|
|
1057
|
+
* Current date button pressed
|
|
1058
|
+
*/
|
|
1059
|
+
attachPressCurrentDate(
|
|
1060
|
+
/**
|
|
1061
|
+
* The function to be called when the event occurs
|
|
1062
|
+
*/
|
|
1063
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1064
|
+
/**
|
|
1065
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.Header` itself
|
|
1066
|
+
*/
|
|
1067
|
+
oListener?: object
|
|
1068
|
+
): this;
|
|
1012
1069
|
/**
|
|
1013
1070
|
* Attaches event handler `fnFunction` to the {@link #event:pressNext pressNext} event of this `sap.ui.unified.calendar.Header`.
|
|
1014
1071
|
*
|
|
@@ -1138,6 +1195,22 @@ declare namespace sap {
|
|
|
1138
1195
|
*/
|
|
1139
1196
|
oListener?: object
|
|
1140
1197
|
): this;
|
|
1198
|
+
/**
|
|
1199
|
+
* Detaches event handler `fnFunction` from the {@link #event:pressCurrentDate pressCurrentDate} event of
|
|
1200
|
+
* this `sap.ui.unified.calendar.Header`.
|
|
1201
|
+
*
|
|
1202
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
1203
|
+
*/
|
|
1204
|
+
detachPressCurrentDate(
|
|
1205
|
+
/**
|
|
1206
|
+
* The function to be called, when the event occurs
|
|
1207
|
+
*/
|
|
1208
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1209
|
+
/**
|
|
1210
|
+
* Context object on which the given function had to be called
|
|
1211
|
+
*/
|
|
1212
|
+
oListener?: object
|
|
1213
|
+
): this;
|
|
1141
1214
|
/**
|
|
1142
1215
|
* Detaches event handler `fnFunction` from the {@link #event:pressNext pressNext} event of this `sap.ui.unified.calendar.Header`.
|
|
1143
1216
|
*
|
|
@@ -1198,6 +1271,15 @@ declare namespace sap {
|
|
|
1198
1271
|
*/
|
|
1199
1272
|
mParameters?: object
|
|
1200
1273
|
): this;
|
|
1274
|
+
/**
|
|
1275
|
+
* Fires event {@link #event:pressCurrentDate pressCurrentDate} to attached listeners.
|
|
1276
|
+
*/
|
|
1277
|
+
firePressCurrentDate(
|
|
1278
|
+
/**
|
|
1279
|
+
* Parameters to pass along with the event
|
|
1280
|
+
*/
|
|
1281
|
+
mParameters?: object
|
|
1282
|
+
): this;
|
|
1201
1283
|
/**
|
|
1202
1284
|
* Fires event {@link #event:pressNext pressNext} to attached listeners.
|
|
1203
1285
|
*/
|
|
@@ -1328,6 +1410,16 @@ declare namespace sap {
|
|
|
1328
1410
|
* Default value is `true`.
|
|
1329
1411
|
*/
|
|
1330
1412
|
getVisibleButton2(): boolean;
|
|
1413
|
+
/**
|
|
1414
|
+
* @SINCE 1.95.0
|
|
1415
|
+
*
|
|
1416
|
+
* Gets current value of property {@link #getVisibleCurrentDateButton visibleCurrentDateButton}.
|
|
1417
|
+
*
|
|
1418
|
+
* If set, the Current date button will be displayed.
|
|
1419
|
+
*
|
|
1420
|
+
* Default value is `false`.
|
|
1421
|
+
*/
|
|
1422
|
+
getVisibleCurrentDateButton(): boolean;
|
|
1331
1423
|
/**
|
|
1332
1424
|
* @SINCE 1.34.0
|
|
1333
1425
|
*
|
|
@@ -1538,6 +1630,23 @@ declare namespace sap {
|
|
|
1538
1630
|
*/
|
|
1539
1631
|
bVisibleButton2?: boolean
|
|
1540
1632
|
): this;
|
|
1633
|
+
/**
|
|
1634
|
+
* @SINCE 1.95.0
|
|
1635
|
+
*
|
|
1636
|
+
* Sets a new value for property {@link #getVisibleCurrentDateButton visibleCurrentDateButton}.
|
|
1637
|
+
*
|
|
1638
|
+
* If set, the Current date button will be displayed.
|
|
1639
|
+
*
|
|
1640
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1641
|
+
*
|
|
1642
|
+
* Default value is `false`.
|
|
1643
|
+
*/
|
|
1644
|
+
setVisibleCurrentDateButton(
|
|
1645
|
+
/**
|
|
1646
|
+
* New value for property `visibleCurrentDateButton`
|
|
1647
|
+
*/
|
|
1648
|
+
bVisibleCurrentDateButton?: boolean
|
|
1649
|
+
): this;
|
|
1541
1650
|
}
|
|
1542
1651
|
/**
|
|
1543
1652
|
* @SINCE 1.28.0
|
|
@@ -4495,6 +4604,16 @@ declare namespace sap {
|
|
|
4495
4604
|
| boolean
|
|
4496
4605
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4497
4606
|
|
|
4607
|
+
/**
|
|
4608
|
+
* @SINCE 1.95
|
|
4609
|
+
*
|
|
4610
|
+
* Determines whether there is a shortcut navigation to Today. When used in Month, Year or Year-range picker
|
|
4611
|
+
* view, the calendar navigates to Day picker view.
|
|
4612
|
+
*/
|
|
4613
|
+
showCurrentDateButton?:
|
|
4614
|
+
| boolean
|
|
4615
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4616
|
+
|
|
4498
4617
|
/**
|
|
4499
4618
|
* Dates or date ranges for selected dates.
|
|
4500
4619
|
*
|
|
@@ -6812,6 +6931,17 @@ declare namespace sap {
|
|
|
6812
6931
|
* class.
|
|
6813
6932
|
*/
|
|
6814
6933
|
getSelectedDates(): sap.ui.unified.DateRange[];
|
|
6934
|
+
/**
|
|
6935
|
+
* @SINCE 1.95
|
|
6936
|
+
*
|
|
6937
|
+
* Gets current value of property {@link #getShowCurrentDateButton showCurrentDateButton}.
|
|
6938
|
+
*
|
|
6939
|
+
* Determines whether there is a shortcut navigation to Today. When used in Month, Year or Year-range picker
|
|
6940
|
+
* view, the calendar navigates to Day picker view.
|
|
6941
|
+
*
|
|
6942
|
+
* Default value is `false`.
|
|
6943
|
+
*/
|
|
6944
|
+
getShowCurrentDateButton(): boolean;
|
|
6815
6945
|
/**
|
|
6816
6946
|
* @SINCE 1.48
|
|
6817
6947
|
*
|
|
@@ -7156,6 +7286,15 @@ declare namespace sap {
|
|
|
7156
7286
|
*/
|
|
7157
7287
|
sSecondaryCalendarType?: sap.ui.core.CalendarType
|
|
7158
7288
|
): this;
|
|
7289
|
+
/**
|
|
7290
|
+
* Sets the visibility of the Current date button in the calendar.
|
|
7291
|
+
*/
|
|
7292
|
+
setShowCurrentDateButton(
|
|
7293
|
+
/**
|
|
7294
|
+
* whether the Today button will be displayed
|
|
7295
|
+
*/
|
|
7296
|
+
bShow: boolean
|
|
7297
|
+
): this;
|
|
7159
7298
|
/**
|
|
7160
7299
|
* @SINCE 1.48
|
|
7161
7300
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED