@openui5/ts-types 1.132.1 → 1.133.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/sap.f.d.ts +127 -127
- package/types/sap.m.d.ts +1685 -729
- package/types/sap.tnt.d.ts +221 -8
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.core.d.ts +621 -588
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.integration.d.ts +317 -230
- package/types/sap.ui.layout.d.ts +69 -69
- package/types/sap.ui.mdc.d.ts +142 -115
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +209 -185
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +89 -89
- package/types/sap.ui.ux3.d.ts +102 -102
- package/types/sap.ui.webc.common.d.ts +11 -11
- package/types/sap.ui.webc.fiori.d.ts +145 -145
- package/types/sap.ui.webc.main.d.ts +400 -400
- package/types/sap.uxap.d.ts +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7,9 +7,9 @@ declare namespace sap {
|
|
|
7
7
|
* SAPUI5 library with controls based on UI5 Web Components
|
|
8
8
|
*
|
|
9
9
|
* @since 1.92.0
|
|
10
|
-
* @deprecated
|
|
10
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. An alternative
|
|
11
11
|
* consumption model is planned for the future.
|
|
12
|
-
* @experimental
|
|
12
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
13
13
|
*/
|
|
14
14
|
namespace main {
|
|
15
15
|
/**
|
|
@@ -17,7 +17,7 @@ declare namespace sap {
|
|
|
17
17
|
* such as `ui5-avatar-group`
|
|
18
18
|
*
|
|
19
19
|
* @since 1.92.0
|
|
20
|
-
* @experimental
|
|
20
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
21
21
|
*/
|
|
22
22
|
interface IAvatar {
|
|
23
23
|
__implements__sap_ui_webc_main_IAvatar: boolean;
|
|
@@ -27,7 +27,7 @@ declare namespace sap {
|
|
|
27
27
|
* Interface for components that may be slotted inside `ui5-breadcrumbs` as options
|
|
28
28
|
*
|
|
29
29
|
* @since 1.95.0
|
|
30
|
-
* @experimental
|
|
30
|
+
* @experimental As of version 1.95.0. This API is experimental and might change significantly.
|
|
31
31
|
*/
|
|
32
32
|
interface IBreadcrumbsItem {
|
|
33
33
|
__implements__sap_ui_webc_main_IBreadcrumbsItem: boolean;
|
|
@@ -37,7 +37,7 @@ declare namespace sap {
|
|
|
37
37
|
* Interface for components that may be used as a button inside numerous higher-order components
|
|
38
38
|
*
|
|
39
39
|
* @since 1.92.0
|
|
40
|
-
* @experimental
|
|
40
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
41
41
|
*/
|
|
42
42
|
interface IButton {
|
|
43
43
|
__implements__sap_ui_webc_main_IButton: boolean;
|
|
@@ -47,7 +47,7 @@ declare namespace sap {
|
|
|
47
47
|
* Interface for components that may be used as dates inside `ui5-calendar`
|
|
48
48
|
*
|
|
49
49
|
* @since 1.92.0
|
|
50
|
-
* @experimental
|
|
50
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
51
51
|
*/
|
|
52
52
|
interface ICalendarDate {
|
|
53
53
|
__implements__sap_ui_webc_main_ICalendarDate: boolean;
|
|
@@ -57,7 +57,7 @@ declare namespace sap {
|
|
|
57
57
|
* Interface for components that may be slotted inside `ui5-card` as header
|
|
58
58
|
*
|
|
59
59
|
* @since 1.115.0
|
|
60
|
-
* @experimental
|
|
60
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
61
61
|
*/
|
|
62
62
|
interface ICardHeader {
|
|
63
63
|
__implements__sap_ui_webc_main_ICardHeader: boolean;
|
|
@@ -67,7 +67,7 @@ declare namespace sap {
|
|
|
67
67
|
* Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
|
|
68
68
|
*
|
|
69
69
|
* @since 1.92.0
|
|
70
|
-
* @experimental
|
|
70
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
71
71
|
*/
|
|
72
72
|
interface IColorPaletteItem {
|
|
73
73
|
__implements__sap_ui_webc_main_IColorPaletteItem: boolean;
|
|
@@ -77,7 +77,7 @@ declare namespace sap {
|
|
|
77
77
|
* Interface for components that may be slotted inside a `ui5-combobox`
|
|
78
78
|
*
|
|
79
79
|
* @since 1.92.0
|
|
80
|
-
* @experimental
|
|
80
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
81
81
|
*/
|
|
82
82
|
interface IComboBoxItem {
|
|
83
83
|
__implements__sap_ui_webc_main_IComboBoxItem: boolean;
|
|
@@ -87,7 +87,7 @@ declare namespace sap {
|
|
|
87
87
|
* Interface for components that represent an icon, usable in numerous higher-order components
|
|
88
88
|
*
|
|
89
89
|
* @since 1.92.0
|
|
90
|
-
* @experimental
|
|
90
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
91
91
|
*/
|
|
92
92
|
interface IIcon {
|
|
93
93
|
__implements__sap_ui_webc_main_IIcon: boolean;
|
|
@@ -97,7 +97,7 @@ declare namespace sap {
|
|
|
97
97
|
* Interface for components that represent an input, usable in numerous higher-order components
|
|
98
98
|
*
|
|
99
99
|
* @since 1.92.0
|
|
100
|
-
* @experimental
|
|
100
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
101
101
|
*/
|
|
102
102
|
interface IInput {
|
|
103
103
|
__implements__sap_ui_webc_main_IInput: boolean;
|
|
@@ -107,7 +107,7 @@ declare namespace sap {
|
|
|
107
107
|
* Interface for components that represent a suggestion item, usable in `ui5-input`
|
|
108
108
|
*
|
|
109
109
|
* @since 1.92.0
|
|
110
|
-
* @experimental
|
|
110
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
111
111
|
*/
|
|
112
112
|
interface IInputSuggestionItem {
|
|
113
113
|
__implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
|
|
@@ -117,7 +117,7 @@ declare namespace sap {
|
|
|
117
117
|
* Interface for components that may be slotted inside a `ui5-list` as items
|
|
118
118
|
*
|
|
119
119
|
* @since 1.92.0
|
|
120
|
-
* @experimental
|
|
120
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
121
121
|
*/
|
|
122
122
|
interface IListItem {
|
|
123
123
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
@@ -127,7 +127,7 @@ declare namespace sap {
|
|
|
127
127
|
* Interface for components that may be slotted inside `ui5-menu` as items
|
|
128
128
|
*
|
|
129
129
|
* @since 1.102.0
|
|
130
|
-
* @experimental
|
|
130
|
+
* @experimental As of version 1.102.0. This API is experimental and might change significantly.
|
|
131
131
|
*/
|
|
132
132
|
interface IMenuItem {
|
|
133
133
|
__implements__sap_ui_webc_main_IMenuItem: boolean;
|
|
@@ -137,7 +137,7 @@ declare namespace sap {
|
|
|
137
137
|
* Interface for components that may be slotted inside a `ui5-multi-combobox` as items
|
|
138
138
|
*
|
|
139
139
|
* @since 1.92.0
|
|
140
|
-
* @experimental
|
|
140
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
141
141
|
*/
|
|
142
142
|
interface IMultiComboBoxItem {
|
|
143
143
|
__implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
|
|
@@ -147,7 +147,7 @@ declare namespace sap {
|
|
|
147
147
|
* Interface for components that may be slotted inside `ui5-segmented-button` as items
|
|
148
148
|
*
|
|
149
149
|
* @since 1.95.0
|
|
150
|
-
* @experimental
|
|
150
|
+
* @experimental As of version 1.95.0. This API is experimental and might change significantly.
|
|
151
151
|
*/
|
|
152
152
|
interface ISegmentedButtonItem {
|
|
153
153
|
__implements__sap_ui_webc_main_ISegmentedButtonItem: boolean;
|
|
@@ -157,7 +157,7 @@ declare namespace sap {
|
|
|
157
157
|
* Interface for components that may be slotted inside `ui5-select-menu` as options
|
|
158
158
|
*
|
|
159
159
|
* @since 1.120.0
|
|
160
|
-
* @experimental
|
|
160
|
+
* @experimental As of version 1.120.0. This API is experimental and might change significantly.
|
|
161
161
|
*/
|
|
162
162
|
interface ISelectMenuOption {
|
|
163
163
|
__implements__sap_ui_webc_main_ISelectMenuOption: boolean;
|
|
@@ -167,7 +167,7 @@ declare namespace sap {
|
|
|
167
167
|
* Interface for components that may be slotted inside `ui5-select` as options
|
|
168
168
|
*
|
|
169
169
|
* @since 1.92.0
|
|
170
|
-
* @experimental
|
|
170
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
171
171
|
*/
|
|
172
172
|
interface ISelectOption {
|
|
173
173
|
__implements__sap_ui_webc_main_ISelectOption: boolean;
|
|
@@ -177,7 +177,7 @@ declare namespace sap {
|
|
|
177
177
|
* Interface for components that may be slotted inside `ui5-tabcontainer`
|
|
178
178
|
*
|
|
179
179
|
* @since 1.92.0
|
|
180
|
-
* @experimental
|
|
180
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
181
181
|
*/
|
|
182
182
|
interface ITab {
|
|
183
183
|
__implements__sap_ui_webc_main_ITab: boolean;
|
|
@@ -187,7 +187,7 @@ declare namespace sap {
|
|
|
187
187
|
* Interface for components that may be slotted inside a `ui5-table-row` as cells
|
|
188
188
|
*
|
|
189
189
|
* @since 1.92.0
|
|
190
|
-
* @experimental
|
|
190
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
191
191
|
*/
|
|
192
192
|
interface ITableCell {
|
|
193
193
|
__implements__sap_ui_webc_main_ITableCell: boolean;
|
|
@@ -197,7 +197,7 @@ declare namespace sap {
|
|
|
197
197
|
* Interface for components that may be slotted inside a `ui5-table` as columns
|
|
198
198
|
*
|
|
199
199
|
* @since 1.92.0
|
|
200
|
-
* @experimental
|
|
200
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
201
201
|
*/
|
|
202
202
|
interface ITableColumn {
|
|
203
203
|
__implements__sap_ui_webc_main_ITableColumn: boolean;
|
|
@@ -207,7 +207,7 @@ declare namespace sap {
|
|
|
207
207
|
* Interface for components that may be slotted inside a `ui5-table` as rows
|
|
208
208
|
*
|
|
209
209
|
* @since 1.92.0
|
|
210
|
-
* @experimental
|
|
210
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
211
211
|
*/
|
|
212
212
|
interface ITableRow {
|
|
213
213
|
__implements__sap_ui_webc_main_ITableRow: boolean;
|
|
@@ -217,7 +217,7 @@ declare namespace sap {
|
|
|
217
217
|
* Interface for components that represent a token and are usable in components such as `ui5-multi-input`
|
|
218
218
|
*
|
|
219
219
|
* @since 1.92.0
|
|
220
|
-
* @experimental
|
|
220
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
221
221
|
*/
|
|
222
222
|
interface IToken {
|
|
223
223
|
__implements__sap_ui_webc_main_IToken: boolean;
|
|
@@ -227,7 +227,7 @@ declare namespace sap {
|
|
|
227
227
|
* Interface for toolbar items for the purpose of `ui5-toolbar`
|
|
228
228
|
*
|
|
229
229
|
* @since 1.120.0
|
|
230
|
-
* @experimental
|
|
230
|
+
* @experimental As of version 1.120.0. This API is experimental and might change significantly.
|
|
231
231
|
*/
|
|
232
232
|
interface IToolbarItem {
|
|
233
233
|
__implements__sap_ui_webc_main_IToolbarItem: boolean;
|
|
@@ -237,7 +237,7 @@ declare namespace sap {
|
|
|
237
237
|
* Interface for toolbar select items for the purpose of `ui5-toolbar-select`
|
|
238
238
|
*
|
|
239
239
|
* @since 1.120.0
|
|
240
|
-
* @experimental
|
|
240
|
+
* @experimental As of version 1.120.0. This API is experimental and might change significantly.
|
|
241
241
|
*/
|
|
242
242
|
interface IToolbarSelectOption {
|
|
243
243
|
__implements__sap_ui_webc_main_IToolbarSelectOption: boolean;
|
|
@@ -247,7 +247,7 @@ declare namespace sap {
|
|
|
247
247
|
* Interface for tree items for the purpose of `ui5-tree`
|
|
248
248
|
*
|
|
249
249
|
* @since 1.92.0
|
|
250
|
-
* @experimental
|
|
250
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
251
251
|
*/
|
|
252
252
|
interface ITreeItem {
|
|
253
253
|
__implements__sap_ui_webc_main_ITreeItem: boolean;
|
|
@@ -256,10 +256,10 @@ declare namespace sap {
|
|
|
256
256
|
/**
|
|
257
257
|
* Describes the settings that can be provided to the Avatar constructor.
|
|
258
258
|
*
|
|
259
|
-
* @deprecated
|
|
259
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
260
260
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
261
261
|
* functionality.
|
|
262
|
-
* @experimental
|
|
262
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
263
263
|
*/
|
|
264
264
|
interface $AvatarSettings
|
|
265
265
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -413,10 +413,10 @@ declare namespace sap {
|
|
|
413
413
|
/**
|
|
414
414
|
* Describes the settings that can be provided to the AvatarGroup constructor.
|
|
415
415
|
*
|
|
416
|
-
* @deprecated
|
|
416
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
417
417
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
418
418
|
* functionality.
|
|
419
|
-
* @experimental
|
|
419
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
420
420
|
*/
|
|
421
421
|
interface $AvatarGroupSettings
|
|
422
422
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -467,10 +467,10 @@ declare namespace sap {
|
|
|
467
467
|
/**
|
|
468
468
|
* Describes the settings that can be provided to the Badge constructor.
|
|
469
469
|
*
|
|
470
|
-
* @deprecated
|
|
470
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
471
471
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
472
472
|
* functionality.
|
|
473
|
-
* @experimental
|
|
473
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
474
474
|
*/
|
|
475
475
|
interface $BadgeSettings
|
|
476
476
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -500,10 +500,10 @@ declare namespace sap {
|
|
|
500
500
|
/**
|
|
501
501
|
* Describes the settings that can be provided to the Breadcrumbs constructor.
|
|
502
502
|
*
|
|
503
|
-
* @deprecated
|
|
503
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
504
504
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
505
505
|
* functionality.
|
|
506
|
-
* @experimental
|
|
506
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
507
507
|
*/
|
|
508
508
|
interface $BreadcrumbsSettings
|
|
509
509
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -560,10 +560,10 @@ declare namespace sap {
|
|
|
560
560
|
/**
|
|
561
561
|
* Describes the settings that can be provided to the BreadcrumbsItem constructor.
|
|
562
562
|
*
|
|
563
|
-
* @deprecated
|
|
563
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
564
564
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
565
565
|
* functionality.
|
|
566
|
-
* @experimental
|
|
566
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
567
567
|
*/
|
|
568
568
|
interface $BreadcrumbsItemSettings
|
|
569
569
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -604,10 +604,10 @@ declare namespace sap {
|
|
|
604
604
|
/**
|
|
605
605
|
* Describes the settings that can be provided to the BusyIndicator constructor.
|
|
606
606
|
*
|
|
607
|
-
* @deprecated
|
|
607
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
608
608
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
609
609
|
* functionality.
|
|
610
|
-
* @experimental
|
|
610
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
611
611
|
*/
|
|
612
612
|
interface $BusyIndicatorSettings
|
|
613
613
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -666,10 +666,10 @@ declare namespace sap {
|
|
|
666
666
|
/**
|
|
667
667
|
* Describes the settings that can be provided to the Button constructor.
|
|
668
668
|
*
|
|
669
|
-
* @deprecated
|
|
669
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
670
670
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
671
671
|
* functionality.
|
|
672
|
-
* @experimental
|
|
672
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
673
673
|
*/
|
|
674
674
|
interface $ButtonSettings
|
|
675
675
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -787,10 +787,10 @@ declare namespace sap {
|
|
|
787
787
|
/**
|
|
788
788
|
* Describes the settings that can be provided to the Calendar constructor.
|
|
789
789
|
*
|
|
790
|
-
* @deprecated
|
|
790
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
791
791
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
792
792
|
* functionality.
|
|
793
|
-
* @experimental
|
|
793
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
794
794
|
*/
|
|
795
795
|
interface $CalendarSettings
|
|
796
796
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -883,10 +883,10 @@ declare namespace sap {
|
|
|
883
883
|
/**
|
|
884
884
|
* Describes the settings that can be provided to the CalendarDate constructor.
|
|
885
885
|
*
|
|
886
|
-
* @deprecated
|
|
886
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
887
887
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
888
888
|
* functionality.
|
|
889
|
-
* @experimental
|
|
889
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
890
890
|
*/
|
|
891
891
|
interface $CalendarDateSettings
|
|
892
892
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -900,10 +900,10 @@ declare namespace sap {
|
|
|
900
900
|
/**
|
|
901
901
|
* Describes the settings that can be provided to the Card constructor.
|
|
902
902
|
*
|
|
903
|
-
* @deprecated
|
|
903
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
904
904
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
905
905
|
* functionality.
|
|
906
|
-
* @experimental
|
|
906
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
907
907
|
*/
|
|
908
908
|
interface $CardSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
909
909
|
/**
|
|
@@ -959,10 +959,10 @@ declare namespace sap {
|
|
|
959
959
|
/**
|
|
960
960
|
* Describes the settings that can be provided to the CardHeader constructor.
|
|
961
961
|
*
|
|
962
|
-
* @deprecated
|
|
962
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
963
963
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
964
964
|
* functionality.
|
|
965
|
-
* @experimental
|
|
965
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
966
966
|
*/
|
|
967
967
|
interface $CardHeaderSettings
|
|
968
968
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1019,10 +1019,10 @@ declare namespace sap {
|
|
|
1019
1019
|
/**
|
|
1020
1020
|
* Describes the settings that can be provided to the Carousel constructor.
|
|
1021
1021
|
*
|
|
1022
|
-
* @deprecated
|
|
1022
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1023
1023
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1024
1024
|
* functionality.
|
|
1025
|
-
* @experimental
|
|
1025
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1026
1026
|
*/
|
|
1027
1027
|
interface $CarouselSettings
|
|
1028
1028
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1148,10 +1148,10 @@ declare namespace sap {
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Describes the settings that can be provided to the CheckBox constructor.
|
|
1150
1150
|
*
|
|
1151
|
-
* @deprecated
|
|
1151
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1152
1152
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1153
1153
|
* functionality.
|
|
1154
|
-
* @experimental
|
|
1154
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1155
1155
|
*/
|
|
1156
1156
|
interface $CheckBoxSettings
|
|
1157
1157
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1280,10 +1280,10 @@ declare namespace sap {
|
|
|
1280
1280
|
/**
|
|
1281
1281
|
* Describes the settings that can be provided to the ColorPalette constructor.
|
|
1282
1282
|
*
|
|
1283
|
-
* @deprecated
|
|
1283
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1284
1284
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1285
1285
|
* functionality.
|
|
1286
|
-
* @experimental
|
|
1286
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1287
1287
|
*/
|
|
1288
1288
|
interface $ColorPaletteSettings
|
|
1289
1289
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1305,10 +1305,10 @@ declare namespace sap {
|
|
|
1305
1305
|
/**
|
|
1306
1306
|
* Describes the settings that can be provided to the ColorPaletteItem constructor.
|
|
1307
1307
|
*
|
|
1308
|
-
* @deprecated
|
|
1308
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1309
1309
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1310
1310
|
* functionality.
|
|
1311
|
-
* @experimental
|
|
1311
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1312
1312
|
*/
|
|
1313
1313
|
interface $ColorPaletteItemSettings
|
|
1314
1314
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1326,10 +1326,10 @@ declare namespace sap {
|
|
|
1326
1326
|
/**
|
|
1327
1327
|
* Describes the settings that can be provided to the ColorPalettePopover constructor.
|
|
1328
1328
|
*
|
|
1329
|
-
* @deprecated
|
|
1329
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1330
1330
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1331
1331
|
* functionality.
|
|
1332
|
-
* @experimental
|
|
1332
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
1333
1333
|
*/
|
|
1334
1334
|
interface $ColorPalettePopoverSettings
|
|
1335
1335
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1385,10 +1385,10 @@ declare namespace sap {
|
|
|
1385
1385
|
/**
|
|
1386
1386
|
* Describes the settings that can be provided to the ColorPicker constructor.
|
|
1387
1387
|
*
|
|
1388
|
-
* @deprecated
|
|
1388
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1389
1389
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1390
1390
|
* functionality.
|
|
1391
|
-
* @experimental
|
|
1391
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1392
1392
|
*/
|
|
1393
1393
|
interface $ColorPickerSettings
|
|
1394
1394
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1411,10 +1411,10 @@ declare namespace sap {
|
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Describes the settings that can be provided to the ComboBox constructor.
|
|
1413
1413
|
*
|
|
1414
|
-
* @deprecated
|
|
1414
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1415
1415
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1416
1416
|
* functionality.
|
|
1417
|
-
* @experimental
|
|
1417
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1418
1418
|
*/
|
|
1419
1419
|
interface $ComboBoxSettings
|
|
1420
1420
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1549,10 +1549,10 @@ declare namespace sap {
|
|
|
1549
1549
|
/**
|
|
1550
1550
|
* Describes the settings that can be provided to the ComboBoxGroupItem constructor.
|
|
1551
1551
|
*
|
|
1552
|
-
* @deprecated
|
|
1552
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1553
1553
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1554
1554
|
* functionality.
|
|
1555
|
-
* @experimental
|
|
1555
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
1556
1556
|
*/
|
|
1557
1557
|
interface $ComboBoxGroupItemSettings
|
|
1558
1558
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1565,10 +1565,10 @@ declare namespace sap {
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* Describes the settings that can be provided to the ComboBoxItem constructor.
|
|
1567
1567
|
*
|
|
1568
|
-
* @deprecated
|
|
1568
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1569
1569
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1570
1570
|
* functionality.
|
|
1571
|
-
* @experimental
|
|
1571
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1572
1572
|
*/
|
|
1573
1573
|
interface $ComboBoxItemSettings
|
|
1574
1574
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1588,10 +1588,10 @@ declare namespace sap {
|
|
|
1588
1588
|
/**
|
|
1589
1589
|
* Describes the settings that can be provided to the CustomListItem constructor.
|
|
1590
1590
|
*
|
|
1591
|
-
* @deprecated
|
|
1591
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1592
1592
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1593
1593
|
* functionality.
|
|
1594
|
-
* @experimental
|
|
1594
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1595
1595
|
*/
|
|
1596
1596
|
interface $CustomListItemSettings
|
|
1597
1597
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1677,10 +1677,10 @@ declare namespace sap {
|
|
|
1677
1677
|
/**
|
|
1678
1678
|
* Describes the settings that can be provided to the DatePicker constructor.
|
|
1679
1679
|
*
|
|
1680
|
-
* @deprecated
|
|
1680
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1681
1681
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1682
1682
|
* functionality.
|
|
1683
|
-
* @experimental
|
|
1683
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1684
1684
|
*/
|
|
1685
1685
|
interface $DatePickerSettings
|
|
1686
1686
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1840,10 +1840,10 @@ declare namespace sap {
|
|
|
1840
1840
|
/**
|
|
1841
1841
|
* Describes the settings that can be provided to the DateRangePicker constructor.
|
|
1842
1842
|
*
|
|
1843
|
-
* @deprecated
|
|
1843
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1844
1844
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1845
1845
|
* functionality.
|
|
1846
|
-
* @experimental
|
|
1846
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1847
1847
|
*/
|
|
1848
1848
|
interface $DateRangePickerSettings
|
|
1849
1849
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2009,10 +2009,10 @@ declare namespace sap {
|
|
|
2009
2009
|
/**
|
|
2010
2010
|
* Describes the settings that can be provided to the DateTimePicker constructor.
|
|
2011
2011
|
*
|
|
2012
|
-
* @deprecated
|
|
2012
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2013
2013
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2014
2014
|
* functionality.
|
|
2015
|
-
* @experimental
|
|
2015
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2016
2016
|
*/
|
|
2017
2017
|
interface $DateTimePickerSettings
|
|
2018
2018
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2172,10 +2172,10 @@ declare namespace sap {
|
|
|
2172
2172
|
/**
|
|
2173
2173
|
* Describes the settings that can be provided to the Dialog constructor.
|
|
2174
2174
|
*
|
|
2175
|
-
* @deprecated
|
|
2175
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2176
2176
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2177
2177
|
* functionality.
|
|
2178
|
-
* @experimental
|
|
2178
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2179
2179
|
*/
|
|
2180
2180
|
interface $DialogSettings
|
|
2181
2181
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2351,10 +2351,10 @@ declare namespace sap {
|
|
|
2351
2351
|
/**
|
|
2352
2352
|
* Describes the settings that can be provided to the FileUploader constructor.
|
|
2353
2353
|
*
|
|
2354
|
-
* @deprecated
|
|
2354
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2355
2355
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2356
2356
|
* functionality.
|
|
2357
|
-
* @experimental
|
|
2357
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2358
2358
|
*/
|
|
2359
2359
|
interface $FileUploaderSettings
|
|
2360
2360
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2464,10 +2464,10 @@ declare namespace sap {
|
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Describes the settings that can be provided to the GroupHeaderListItem constructor.
|
|
2466
2466
|
*
|
|
2467
|
-
* @deprecated
|
|
2467
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2468
2468
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2469
2469
|
* functionality.
|
|
2470
|
-
* @experimental
|
|
2470
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2471
2471
|
*/
|
|
2472
2472
|
interface $GroupHeaderListItemSettings
|
|
2473
2473
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2496,10 +2496,10 @@ declare namespace sap {
|
|
|
2496
2496
|
/**
|
|
2497
2497
|
* Describes the settings that can be provided to the Icon constructor.
|
|
2498
2498
|
*
|
|
2499
|
-
* @deprecated
|
|
2499
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2500
2500
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2501
2501
|
* functionality.
|
|
2502
|
-
* @experimental
|
|
2502
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2503
2503
|
*/
|
|
2504
2504
|
interface $IconSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
2505
2505
|
/**
|
|
@@ -2632,10 +2632,10 @@ declare namespace sap {
|
|
|
2632
2632
|
/**
|
|
2633
2633
|
* Describes the settings that can be provided to the Input constructor.
|
|
2634
2634
|
*
|
|
2635
|
-
* @deprecated
|
|
2635
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2636
2636
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2637
2637
|
* functionality.
|
|
2638
|
-
* @experimental
|
|
2638
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2639
2639
|
*/
|
|
2640
2640
|
interface $InputSettings
|
|
2641
2641
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2824,10 +2824,10 @@ declare namespace sap {
|
|
|
2824
2824
|
/**
|
|
2825
2825
|
* Describes the settings that can be provided to the Label constructor.
|
|
2826
2826
|
*
|
|
2827
|
-
* @deprecated
|
|
2827
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2828
2828
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2829
2829
|
* functionality.
|
|
2830
|
-
* @experimental
|
|
2830
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2831
2831
|
*/
|
|
2832
2832
|
interface $LabelSettings
|
|
2833
2833
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2887,10 +2887,10 @@ declare namespace sap {
|
|
|
2887
2887
|
/**
|
|
2888
2888
|
* Describes the settings that can be provided to the Link constructor.
|
|
2889
2889
|
*
|
|
2890
|
-
* @deprecated
|
|
2890
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2891
2891
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2892
2892
|
* functionality.
|
|
2893
|
-
* @experimental
|
|
2893
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2894
2894
|
*/
|
|
2895
2895
|
interface $LinkSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
2896
2896
|
/**
|
|
@@ -3004,10 +3004,10 @@ declare namespace sap {
|
|
|
3004
3004
|
/**
|
|
3005
3005
|
* Describes the settings that can be provided to the List constructor.
|
|
3006
3006
|
*
|
|
3007
|
-
* @deprecated
|
|
3007
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3008
3008
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3009
3009
|
* functionality.
|
|
3010
|
-
* @experimental
|
|
3010
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3011
3011
|
*/
|
|
3012
3012
|
interface $ListSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
3013
3013
|
/**
|
|
@@ -3202,10 +3202,10 @@ declare namespace sap {
|
|
|
3202
3202
|
/**
|
|
3203
3203
|
* Describes the settings that can be provided to the Menu constructor.
|
|
3204
3204
|
*
|
|
3205
|
-
* @deprecated
|
|
3205
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3206
3206
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3207
3207
|
* functionality.
|
|
3208
|
-
* @experimental
|
|
3208
|
+
* @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
|
|
3209
3209
|
*/
|
|
3210
3210
|
interface $MenuSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
3211
3211
|
/**
|
|
@@ -3286,10 +3286,10 @@ declare namespace sap {
|
|
|
3286
3286
|
/**
|
|
3287
3287
|
* Describes the settings that can be provided to the MenuItem constructor.
|
|
3288
3288
|
*
|
|
3289
|
-
* @deprecated
|
|
3289
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3290
3290
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3291
3291
|
* functionality.
|
|
3292
|
-
* @experimental
|
|
3292
|
+
* @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
|
|
3293
3293
|
*/
|
|
3294
3294
|
interface $MenuItemSettings
|
|
3295
3295
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3372,10 +3372,10 @@ declare namespace sap {
|
|
|
3372
3372
|
/**
|
|
3373
3373
|
* Describes the settings that can be provided to the MessageStrip constructor.
|
|
3374
3374
|
*
|
|
3375
|
-
* @deprecated
|
|
3375
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3376
3376
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3377
3377
|
* functionality.
|
|
3378
|
-
* @experimental
|
|
3378
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3379
3379
|
*/
|
|
3380
3380
|
interface $MessageStripSettings
|
|
3381
3381
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3446,10 +3446,10 @@ declare namespace sap {
|
|
|
3446
3446
|
/**
|
|
3447
3447
|
* Describes the settings that can be provided to the MultiComboBox constructor.
|
|
3448
3448
|
*
|
|
3449
|
-
* @deprecated
|
|
3449
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3450
3450
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3451
3451
|
* functionality.
|
|
3452
|
-
* @experimental
|
|
3452
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3453
3453
|
*/
|
|
3454
3454
|
interface $MultiComboBoxSettings
|
|
3455
3455
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3602,10 +3602,10 @@ declare namespace sap {
|
|
|
3602
3602
|
/**
|
|
3603
3603
|
* Describes the settings that can be provided to the MultiComboBoxGroupItem constructor.
|
|
3604
3604
|
*
|
|
3605
|
-
* @deprecated
|
|
3605
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3606
3606
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3607
3607
|
* functionality.
|
|
3608
|
-
* @experimental
|
|
3608
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3609
3609
|
*/
|
|
3610
3610
|
interface $MultiComboBoxGroupItemSettings
|
|
3611
3611
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3618,10 +3618,10 @@ declare namespace sap {
|
|
|
3618
3618
|
/**
|
|
3619
3619
|
* Describes the settings that can be provided to the MultiComboBoxItem constructor.
|
|
3620
3620
|
*
|
|
3621
|
-
* @deprecated
|
|
3621
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3622
3622
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3623
3623
|
* functionality.
|
|
3624
|
-
* @experimental
|
|
3624
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3625
3625
|
*/
|
|
3626
3626
|
interface $MultiComboBoxItemSettings
|
|
3627
3627
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3649,10 +3649,10 @@ declare namespace sap {
|
|
|
3649
3649
|
/**
|
|
3650
3650
|
* Describes the settings that can be provided to the MultiInput constructor.
|
|
3651
3651
|
*
|
|
3652
|
-
* @deprecated
|
|
3652
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3653
3653
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3654
3654
|
* functionality.
|
|
3655
|
-
* @experimental
|
|
3655
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3656
3656
|
*/
|
|
3657
3657
|
interface $MultiInputSettings
|
|
3658
3658
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3870,10 +3870,10 @@ declare namespace sap {
|
|
|
3870
3870
|
/**
|
|
3871
3871
|
* Describes the settings that can be provided to the Option constructor.
|
|
3872
3872
|
*
|
|
3873
|
-
* @deprecated
|
|
3873
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3874
3874
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3875
3875
|
* functionality.
|
|
3876
|
-
* @experimental
|
|
3876
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3877
3877
|
*/
|
|
3878
3878
|
interface $OptionSettings
|
|
3879
3879
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3924,10 +3924,10 @@ declare namespace sap {
|
|
|
3924
3924
|
/**
|
|
3925
3925
|
* Describes the settings that can be provided to the Panel constructor.
|
|
3926
3926
|
*
|
|
3927
|
-
* @deprecated
|
|
3927
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3928
3928
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3929
3929
|
* functionality.
|
|
3930
|
-
* @experimental
|
|
3930
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
3931
3931
|
*/
|
|
3932
3932
|
interface $PanelSettings
|
|
3933
3933
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4045,10 +4045,10 @@ declare namespace sap {
|
|
|
4045
4045
|
/**
|
|
4046
4046
|
* Describes the settings that can be provided to the Popover constructor.
|
|
4047
4047
|
*
|
|
4048
|
-
* @deprecated
|
|
4048
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4049
4049
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4050
4050
|
* functionality.
|
|
4051
|
-
* @experimental
|
|
4051
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4052
4052
|
*/
|
|
4053
4053
|
interface $PopoverSettings
|
|
4054
4054
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4231,10 +4231,10 @@ declare namespace sap {
|
|
|
4231
4231
|
/**
|
|
4232
4232
|
* Describes the settings that can be provided to the ProgressIndicator constructor.
|
|
4233
4233
|
*
|
|
4234
|
-
* @deprecated
|
|
4234
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4235
4235
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4236
4236
|
* functionality.
|
|
4237
|
-
* @experimental
|
|
4237
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4238
4238
|
*/
|
|
4239
4239
|
interface $ProgressIndicatorSettings
|
|
4240
4240
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4309,10 +4309,10 @@ declare namespace sap {
|
|
|
4309
4309
|
/**
|
|
4310
4310
|
* Describes the settings that can be provided to the RadioButton constructor.
|
|
4311
4311
|
*
|
|
4312
|
-
* @deprecated
|
|
4312
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4313
4313
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4314
4314
|
* functionality.
|
|
4315
|
-
* @experimental
|
|
4315
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4316
4316
|
*/
|
|
4317
4317
|
interface $RadioButtonSettings
|
|
4318
4318
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4426,10 +4426,10 @@ declare namespace sap {
|
|
|
4426
4426
|
/**
|
|
4427
4427
|
* Describes the settings that can be provided to the RangeSlider constructor.
|
|
4428
4428
|
*
|
|
4429
|
-
* @deprecated
|
|
4429
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4430
4430
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4431
4431
|
* functionality.
|
|
4432
|
-
* @experimental
|
|
4432
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4433
4433
|
*/
|
|
4434
4434
|
interface $RangeSliderSettings
|
|
4435
4435
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4545,10 +4545,10 @@ declare namespace sap {
|
|
|
4545
4545
|
/**
|
|
4546
4546
|
* Describes the settings that can be provided to the RatingIndicator constructor.
|
|
4547
4547
|
*
|
|
4548
|
-
* @deprecated
|
|
4548
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4549
4549
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4550
4550
|
* functionality.
|
|
4551
|
-
* @experimental
|
|
4551
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4552
4552
|
*/
|
|
4553
4553
|
interface $RatingIndicatorSettings
|
|
4554
4554
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4629,10 +4629,10 @@ declare namespace sap {
|
|
|
4629
4629
|
/**
|
|
4630
4630
|
* Describes the settings that can be provided to the ResponsivePopover constructor.
|
|
4631
4631
|
*
|
|
4632
|
-
* @deprecated
|
|
4632
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4633
4633
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4634
4634
|
* functionality.
|
|
4635
|
-
* @experimental
|
|
4635
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4636
4636
|
*/
|
|
4637
4637
|
interface $ResponsivePopoverSettings
|
|
4638
4638
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4799,10 +4799,10 @@ declare namespace sap {
|
|
|
4799
4799
|
/**
|
|
4800
4800
|
* Describes the settings that can be provided to the SegmentedButton constructor.
|
|
4801
4801
|
*
|
|
4802
|
-
* @deprecated
|
|
4802
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4803
4803
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4804
4804
|
* functionality.
|
|
4805
|
-
* @experimental
|
|
4805
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4806
4806
|
*/
|
|
4807
4807
|
interface $SegmentedButtonSettings
|
|
4808
4808
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4861,10 +4861,10 @@ declare namespace sap {
|
|
|
4861
4861
|
/**
|
|
4862
4862
|
* Describes the settings that can be provided to the SegmentedButtonItem constructor.
|
|
4863
4863
|
*
|
|
4864
|
-
* @deprecated
|
|
4864
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4865
4865
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4866
4866
|
* functionality.
|
|
4867
|
-
* @experimental
|
|
4867
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
4868
4868
|
*/
|
|
4869
4869
|
interface $SegmentedButtonItemSettings
|
|
4870
4870
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -4981,10 +4981,10 @@ declare namespace sap {
|
|
|
4981
4981
|
/**
|
|
4982
4982
|
* Describes the settings that can be provided to the Select constructor.
|
|
4983
4983
|
*
|
|
4984
|
-
* @deprecated
|
|
4984
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4985
4985
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4986
4986
|
* functionality.
|
|
4987
|
-
* @experimental
|
|
4987
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4988
4988
|
*/
|
|
4989
4989
|
interface $SelectSettings
|
|
4990
4990
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5133,10 +5133,10 @@ declare namespace sap {
|
|
|
5133
5133
|
/**
|
|
5134
5134
|
* Describes the settings that can be provided to the SelectMenu constructor.
|
|
5135
5135
|
*
|
|
5136
|
-
* @deprecated
|
|
5136
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5137
5137
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5138
5138
|
* functionality.
|
|
5139
|
-
* @experimental
|
|
5139
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
5140
5140
|
*/
|
|
5141
5141
|
interface $SelectMenuSettings
|
|
5142
5142
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5153,10 +5153,10 @@ declare namespace sap {
|
|
|
5153
5153
|
/**
|
|
5154
5154
|
* Describes the settings that can be provided to the SelectMenuOption constructor.
|
|
5155
5155
|
*
|
|
5156
|
-
* @deprecated
|
|
5156
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5157
5157
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5158
5158
|
* functionality.
|
|
5159
|
-
* @experimental
|
|
5159
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
5160
5160
|
*/
|
|
5161
5161
|
interface $SelectMenuOptionSettings
|
|
5162
5162
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5184,10 +5184,10 @@ declare namespace sap {
|
|
|
5184
5184
|
/**
|
|
5185
5185
|
* Describes the settings that can be provided to the Slider constructor.
|
|
5186
5186
|
*
|
|
5187
|
-
* @deprecated
|
|
5187
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5188
5188
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5189
5189
|
* functionality.
|
|
5190
|
-
* @experimental
|
|
5190
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5191
5191
|
*/
|
|
5192
5192
|
interface $SliderSettings
|
|
5193
5193
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5295,10 +5295,10 @@ declare namespace sap {
|
|
|
5295
5295
|
/**
|
|
5296
5296
|
* Describes the settings that can be provided to the SplitButton constructor.
|
|
5297
5297
|
*
|
|
5298
|
-
* @deprecated
|
|
5298
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5299
5299
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5300
5300
|
* functionality.
|
|
5301
|
-
* @experimental
|
|
5301
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
5302
5302
|
*/
|
|
5303
5303
|
interface $SplitButtonSettings
|
|
5304
5304
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5360,10 +5360,10 @@ declare namespace sap {
|
|
|
5360
5360
|
/**
|
|
5361
5361
|
* Describes the settings that can be provided to the StandardListItem constructor.
|
|
5362
5362
|
*
|
|
5363
|
-
* @deprecated
|
|
5363
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5364
5364
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5365
5365
|
* functionality.
|
|
5366
|
-
* @experimental
|
|
5366
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5367
5367
|
*/
|
|
5368
5368
|
interface $StandardListItemSettings
|
|
5369
5369
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5503,10 +5503,10 @@ declare namespace sap {
|
|
|
5503
5503
|
/**
|
|
5504
5504
|
* Describes the settings that can be provided to the StepInput constructor.
|
|
5505
5505
|
*
|
|
5506
|
-
* @deprecated
|
|
5506
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5507
5507
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5508
5508
|
* functionality.
|
|
5509
|
-
* @experimental
|
|
5509
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5510
5510
|
*/
|
|
5511
5511
|
interface $StepInputSettings
|
|
5512
5512
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5644,10 +5644,10 @@ declare namespace sap {
|
|
|
5644
5644
|
/**
|
|
5645
5645
|
* Describes the settings that can be provided to the SuggestionGroupItem constructor.
|
|
5646
5646
|
*
|
|
5647
|
-
* @deprecated
|
|
5647
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5648
5648
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5649
5649
|
* functionality.
|
|
5650
|
-
* @experimental
|
|
5650
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
5651
5651
|
*/
|
|
5652
5652
|
interface $SuggestionGroupItemSettings
|
|
5653
5653
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5660,10 +5660,10 @@ declare namespace sap {
|
|
|
5660
5660
|
/**
|
|
5661
5661
|
* Describes the settings that can be provided to the SuggestionItem constructor.
|
|
5662
5662
|
*
|
|
5663
|
-
* @deprecated
|
|
5663
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5664
5664
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5665
5665
|
* functionality.
|
|
5666
|
-
* @experimental
|
|
5666
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5667
5667
|
*/
|
|
5668
5668
|
interface $SuggestionItemSettings
|
|
5669
5669
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5735,10 +5735,10 @@ declare namespace sap {
|
|
|
5735
5735
|
/**
|
|
5736
5736
|
* Describes the settings that can be provided to the Switch constructor.
|
|
5737
5737
|
*
|
|
5738
|
-
* @deprecated
|
|
5738
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5739
5739
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5740
5740
|
* functionality.
|
|
5741
|
-
* @experimental
|
|
5741
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5742
5742
|
*/
|
|
5743
5743
|
interface $SwitchSettings
|
|
5744
5744
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5839,10 +5839,10 @@ declare namespace sap {
|
|
|
5839
5839
|
/**
|
|
5840
5840
|
* Describes the settings that can be provided to the Tab constructor.
|
|
5841
5841
|
*
|
|
5842
|
-
* @deprecated
|
|
5842
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5843
5843
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5844
5844
|
* functionality.
|
|
5845
|
-
* @experimental
|
|
5845
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5846
5846
|
*/
|
|
5847
5847
|
interface $TabSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
5848
5848
|
/**
|
|
@@ -5927,10 +5927,10 @@ declare namespace sap {
|
|
|
5927
5927
|
/**
|
|
5928
5928
|
* Describes the settings that can be provided to the TabContainer constructor.
|
|
5929
5929
|
*
|
|
5930
|
-
* @deprecated
|
|
5930
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5931
5931
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5932
5932
|
* functionality.
|
|
5933
|
-
* @experimental
|
|
5933
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5934
5934
|
*/
|
|
5935
5935
|
interface $TabContainerSettings
|
|
5936
5936
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6040,10 +6040,10 @@ declare namespace sap {
|
|
|
6040
6040
|
/**
|
|
6041
6041
|
* Describes the settings that can be provided to the Table constructor.
|
|
6042
6042
|
*
|
|
6043
|
-
* @deprecated
|
|
6043
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6044
6044
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6045
6045
|
* functionality.
|
|
6046
|
-
* @experimental
|
|
6046
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6047
6047
|
*/
|
|
6048
6048
|
interface $TableSettings
|
|
6049
6049
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6231,10 +6231,10 @@ declare namespace sap {
|
|
|
6231
6231
|
/**
|
|
6232
6232
|
* Describes the settings that can be provided to the TableCell constructor.
|
|
6233
6233
|
*
|
|
6234
|
-
* @deprecated
|
|
6234
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6235
6235
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6236
6236
|
* functionality.
|
|
6237
|
-
* @experimental
|
|
6237
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6238
6238
|
*/
|
|
6239
6239
|
interface $TableCellSettings
|
|
6240
6240
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6251,10 +6251,10 @@ declare namespace sap {
|
|
|
6251
6251
|
/**
|
|
6252
6252
|
* Describes the settings that can be provided to the TableColumn constructor.
|
|
6253
6253
|
*
|
|
6254
|
-
* @deprecated
|
|
6254
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6255
6255
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6256
6256
|
* functionality.
|
|
6257
|
-
* @experimental
|
|
6257
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6258
6258
|
*/
|
|
6259
6259
|
interface $TableColumnSettings
|
|
6260
6260
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6315,10 +6315,10 @@ declare namespace sap {
|
|
|
6315
6315
|
/**
|
|
6316
6316
|
* Describes the settings that can be provided to the TableGroupRow constructor.
|
|
6317
6317
|
*
|
|
6318
|
-
* @deprecated
|
|
6318
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6319
6319
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6320
6320
|
* functionality.
|
|
6321
|
-
* @experimental
|
|
6321
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
6322
6322
|
*/
|
|
6323
6323
|
interface $TableGroupRowSettings
|
|
6324
6324
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6331,10 +6331,10 @@ declare namespace sap {
|
|
|
6331
6331
|
/**
|
|
6332
6332
|
* Describes the settings that can be provided to the TableRow constructor.
|
|
6333
6333
|
*
|
|
6334
|
-
* @deprecated
|
|
6334
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6335
6335
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6336
6336
|
* functionality.
|
|
6337
|
-
* @experimental
|
|
6337
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6338
6338
|
*/
|
|
6339
6339
|
interface $TableRowSettings
|
|
6340
6340
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6384,10 +6384,10 @@ declare namespace sap {
|
|
|
6384
6384
|
/**
|
|
6385
6385
|
* Describes the settings that can be provided to the TabSeparator constructor.
|
|
6386
6386
|
*
|
|
6387
|
-
* @deprecated
|
|
6387
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6388
6388
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6389
6389
|
* functionality.
|
|
6390
|
-
* @experimental
|
|
6390
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6391
6391
|
*/
|
|
6392
6392
|
interface $TabSeparatorSettings
|
|
6393
6393
|
extends sap.ui.core.webc.$WebComponentSettings {}
|
|
@@ -6395,10 +6395,10 @@ declare namespace sap {
|
|
|
6395
6395
|
/**
|
|
6396
6396
|
* Describes the settings that can be provided to the TextArea constructor.
|
|
6397
6397
|
*
|
|
6398
|
-
* @deprecated
|
|
6398
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6399
6399
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6400
6400
|
* functionality.
|
|
6401
|
-
* @experimental
|
|
6401
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6402
6402
|
*/
|
|
6403
6403
|
interface $TextAreaSettings
|
|
6404
6404
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6565,10 +6565,10 @@ declare namespace sap {
|
|
|
6565
6565
|
/**
|
|
6566
6566
|
* Describes the settings that can be provided to the TimePicker constructor.
|
|
6567
6567
|
*
|
|
6568
|
-
* @deprecated
|
|
6568
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6569
6569
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6570
6570
|
* functionality.
|
|
6571
|
-
* @experimental
|
|
6571
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6572
6572
|
*/
|
|
6573
6573
|
interface $TimePickerSettings
|
|
6574
6574
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6663,10 +6663,10 @@ declare namespace sap {
|
|
|
6663
6663
|
/**
|
|
6664
6664
|
* Describes the settings that can be provided to the Title constructor.
|
|
6665
6665
|
*
|
|
6666
|
-
* @deprecated
|
|
6666
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6667
6667
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6668
6668
|
* functionality.
|
|
6669
|
-
* @experimental
|
|
6669
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6670
6670
|
*/
|
|
6671
6671
|
interface $TitleSettings
|
|
6672
6672
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6704,10 +6704,10 @@ declare namespace sap {
|
|
|
6704
6704
|
/**
|
|
6705
6705
|
* Describes the settings that can be provided to the Toast constructor.
|
|
6706
6706
|
*
|
|
6707
|
-
* @deprecated
|
|
6707
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6708
6708
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6709
6709
|
* functionality.
|
|
6710
|
-
* @experimental
|
|
6710
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6711
6711
|
*/
|
|
6712
6712
|
interface $ToastSettings
|
|
6713
6713
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6756,10 +6756,10 @@ declare namespace sap {
|
|
|
6756
6756
|
/**
|
|
6757
6757
|
* Describes the settings that can be provided to the ToggleButton constructor.
|
|
6758
6758
|
*
|
|
6759
|
-
* @deprecated
|
|
6759
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6760
6760
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6761
6761
|
* functionality.
|
|
6762
|
-
* @experimental
|
|
6762
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6763
6763
|
*/
|
|
6764
6764
|
interface $ToggleButtonSettings
|
|
6765
6765
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6876,10 +6876,10 @@ declare namespace sap {
|
|
|
6876
6876
|
/**
|
|
6877
6877
|
* Describes the settings that can be provided to the Token constructor.
|
|
6878
6878
|
*
|
|
6879
|
-
* @deprecated
|
|
6879
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6880
6880
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6881
6881
|
* functionality.
|
|
6882
|
-
* @experimental
|
|
6882
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6883
6883
|
*/
|
|
6884
6884
|
interface $TokenSettings
|
|
6885
6885
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6926,10 +6926,10 @@ declare namespace sap {
|
|
|
6926
6926
|
/**
|
|
6927
6927
|
* Describes the settings that can be provided to the Toolbar constructor.
|
|
6928
6928
|
*
|
|
6929
|
-
* @deprecated
|
|
6929
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6930
6930
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6931
6931
|
* functionality.
|
|
6932
|
-
* @experimental
|
|
6932
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
6933
6933
|
*/
|
|
6934
6934
|
interface $ToolbarSettings
|
|
6935
6935
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -6971,10 +6971,10 @@ declare namespace sap {
|
|
|
6971
6971
|
/**
|
|
6972
6972
|
* Describes the settings that can be provided to the ToolbarButton constructor.
|
|
6973
6973
|
*
|
|
6974
|
-
* @deprecated
|
|
6974
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6975
6975
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6976
6976
|
* functionality.
|
|
6977
|
-
* @experimental
|
|
6977
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
6978
6978
|
*/
|
|
6979
6979
|
interface $ToolbarButtonSettings
|
|
6980
6980
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -7084,10 +7084,10 @@ declare namespace sap {
|
|
|
7084
7084
|
/**
|
|
7085
7085
|
* Describes the settings that can be provided to the ToolbarSelect constructor.
|
|
7086
7086
|
*
|
|
7087
|
-
* @deprecated
|
|
7087
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7088
7088
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7089
7089
|
* functionality.
|
|
7090
|
-
* @experimental
|
|
7090
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
7091
7091
|
*/
|
|
7092
7092
|
interface $ToolbarSelectSettings
|
|
7093
7093
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -7169,10 +7169,10 @@ declare namespace sap {
|
|
|
7169
7169
|
/**
|
|
7170
7170
|
* Describes the settings that can be provided to the ToolbarSelectOption constructor.
|
|
7171
7171
|
*
|
|
7172
|
-
* @deprecated
|
|
7172
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7173
7173
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7174
7174
|
* functionality.
|
|
7175
|
-
* @experimental
|
|
7175
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
7176
7176
|
*/
|
|
7177
7177
|
interface $ToolbarSelectOptionSettings
|
|
7178
7178
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -7193,10 +7193,10 @@ declare namespace sap {
|
|
|
7193
7193
|
/**
|
|
7194
7194
|
* Describes the settings that can be provided to the ToolbarSeparator constructor.
|
|
7195
7195
|
*
|
|
7196
|
-
* @deprecated
|
|
7196
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7197
7197
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7198
7198
|
* functionality.
|
|
7199
|
-
* @experimental
|
|
7199
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
7200
7200
|
*/
|
|
7201
7201
|
interface $ToolbarSeparatorSettings
|
|
7202
7202
|
extends sap.ui.core.webc.$WebComponentSettings {}
|
|
@@ -7204,10 +7204,10 @@ declare namespace sap {
|
|
|
7204
7204
|
/**
|
|
7205
7205
|
* Describes the settings that can be provided to the ToolbarSpacer constructor.
|
|
7206
7206
|
*
|
|
7207
|
-
* @deprecated
|
|
7207
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7208
7208
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7209
7209
|
* functionality.
|
|
7210
|
-
* @experimental
|
|
7210
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
7211
7211
|
*/
|
|
7212
7212
|
interface $ToolbarSpacerSettings
|
|
7213
7213
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -7227,10 +7227,10 @@ declare namespace sap {
|
|
|
7227
7227
|
/**
|
|
7228
7228
|
* Describes the settings that can be provided to the Tree constructor.
|
|
7229
7229
|
*
|
|
7230
|
-
* @deprecated
|
|
7230
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7231
7231
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7232
7232
|
* functionality.
|
|
7233
|
-
* @experimental
|
|
7233
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
7234
7234
|
*/
|
|
7235
7235
|
interface $TreeSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
7236
7236
|
/**
|
|
@@ -7361,10 +7361,10 @@ declare namespace sap {
|
|
|
7361
7361
|
/**
|
|
7362
7362
|
* Describes the settings that can be provided to the TreeItem constructor.
|
|
7363
7363
|
*
|
|
7364
|
-
* @deprecated
|
|
7364
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7365
7365
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7366
7366
|
* functionality.
|
|
7367
|
-
* @experimental
|
|
7367
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
7368
7368
|
*/
|
|
7369
7369
|
interface $TreeItemSettings
|
|
7370
7370
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -7513,10 +7513,10 @@ declare namespace sap {
|
|
|
7513
7513
|
/**
|
|
7514
7514
|
* Describes the settings that can be provided to the TreeItemCustom constructor.
|
|
7515
7515
|
*
|
|
7516
|
-
* @deprecated
|
|
7516
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7517
7517
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7518
7518
|
* functionality.
|
|
7519
|
-
* @experimental
|
|
7519
|
+
* @experimental As of version 1.115.0. This control is experimental and its API might change significantly.
|
|
7520
7520
|
*/
|
|
7521
7521
|
interface $TreeItemCustomSettings
|
|
7522
7522
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -8581,10 +8581,10 @@ declare namespace sap {
|
|
|
8581
8581
|
*
|
|
8582
8582
|
*
|
|
8583
8583
|
* @since 1.92.0
|
|
8584
|
-
* @deprecated
|
|
8584
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
8585
8585
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8586
8586
|
* functionality.
|
|
8587
|
-
* @experimental
|
|
8587
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
8588
8588
|
*/
|
|
8589
8589
|
class Avatar
|
|
8590
8590
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -9221,10 +9221,10 @@ declare namespace sap {
|
|
|
9221
9221
|
*
|
|
9222
9222
|
*
|
|
9223
9223
|
* @since 1.92.0
|
|
9224
|
-
* @deprecated
|
|
9224
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
9225
9225
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9226
9226
|
* functionality.
|
|
9227
|
-
* @experimental
|
|
9227
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
9228
9228
|
*/
|
|
9229
9229
|
class AvatarGroup extends sap.ui.core.webc.WebComponent {
|
|
9230
9230
|
/**
|
|
@@ -9616,10 +9616,10 @@ declare namespace sap {
|
|
|
9616
9616
|
* theme.
|
|
9617
9617
|
*
|
|
9618
9618
|
* @since 1.92.0
|
|
9619
|
-
* @deprecated
|
|
9619
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
9620
9620
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9621
9621
|
* functionality.
|
|
9622
|
-
* @experimental
|
|
9622
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
9623
9623
|
*/
|
|
9624
9624
|
class Badge extends sap.ui.core.webc.WebComponent {
|
|
9625
9625
|
/**
|
|
@@ -9853,10 +9853,10 @@ declare namespace sap {
|
|
|
9853
9853
|
*
|
|
9854
9854
|
*
|
|
9855
9855
|
* @since 1.95.0
|
|
9856
|
-
* @deprecated
|
|
9856
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
9857
9857
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9858
9858
|
* functionality.
|
|
9859
|
-
* @experimental
|
|
9859
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
9860
9860
|
*/
|
|
9861
9861
|
class Breadcrumbs extends sap.ui.core.webc.WebComponent {
|
|
9862
9862
|
/**
|
|
@@ -10178,10 +10178,10 @@ declare namespace sap {
|
|
|
10178
10178
|
* The `sap.ui.webc.main.BreadcrumbsItem` component defines the content of an item in `sap.ui.webc.main.Breadcrumbs`.
|
|
10179
10179
|
*
|
|
10180
10180
|
* @since 1.95.0
|
|
10181
|
-
* @deprecated
|
|
10181
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
10182
10182
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10183
10183
|
* functionality.
|
|
10184
|
-
* @experimental
|
|
10184
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
10185
10185
|
*/
|
|
10186
10186
|
class BreadcrumbsItem
|
|
10187
10187
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -10415,10 +10415,10 @@ declare namespace sap {
|
|
|
10415
10415
|
* - Do not show multiple busy indicators at once.
|
|
10416
10416
|
*
|
|
10417
10417
|
* @since 1.92.0
|
|
10418
|
-
* @deprecated
|
|
10418
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
10419
10419
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10420
10420
|
* functionality.
|
|
10421
|
-
* @experimental
|
|
10421
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
10422
10422
|
*/
|
|
10423
10423
|
class BusyIndicator extends sap.ui.core.webc.WebComponent {
|
|
10424
10424
|
/**
|
|
@@ -10759,10 +10759,10 @@ declare namespace sap {
|
|
|
10759
10759
|
* - button - Used to style the native button element
|
|
10760
10760
|
*
|
|
10761
10761
|
* @since 1.92.0
|
|
10762
|
-
* @deprecated
|
|
10762
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
10763
10763
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10764
10764
|
* functionality.
|
|
10765
|
-
* @experimental
|
|
10765
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
10766
10766
|
*/
|
|
10767
10767
|
class Button
|
|
10768
10768
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -11366,10 +11366,10 @@ declare namespace sap {
|
|
|
11366
11366
|
* `
|
|
11367
11367
|
*
|
|
11368
11368
|
* @since 1.92.0
|
|
11369
|
-
* @deprecated
|
|
11369
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
11370
11370
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11371
11371
|
* functionality.
|
|
11372
|
-
* @experimental
|
|
11372
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
11373
11373
|
*/
|
|
11374
11374
|
class Calendar extends sap.ui.core.webc.WebComponent {
|
|
11375
11375
|
/**
|
|
@@ -11840,10 +11840,10 @@ declare namespace sap {
|
|
|
11840
11840
|
* The `sap.ui.webc.main.CalendarDate` component defines a calendar date to be used inside `sap.ui.webc.main.Calendar`
|
|
11841
11841
|
*
|
|
11842
11842
|
* @since 1.92.0
|
|
11843
|
-
* @deprecated
|
|
11843
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
11844
11844
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11845
11845
|
* functionality.
|
|
11846
|
-
* @experimental
|
|
11846
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
11847
11847
|
*/
|
|
11848
11848
|
class CalendarDate
|
|
11849
11849
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -11952,10 +11952,10 @@ declare namespace sap {
|
|
|
11952
11952
|
* taken for keyboard handling, styling and accessibility.
|
|
11953
11953
|
*
|
|
11954
11954
|
* @since 1.92.0
|
|
11955
|
-
* @deprecated
|
|
11955
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
11956
11956
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11957
11957
|
* functionality.
|
|
11958
|
-
* @experimental
|
|
11958
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
11959
11959
|
*/
|
|
11960
11960
|
class Card extends sap.ui.core.webc.WebComponent {
|
|
11961
11961
|
/**
|
|
@@ -12314,10 +12314,10 @@ declare namespace sap {
|
|
|
12314
12314
|
* - status - Used to style the status of the CardHeader
|
|
12315
12315
|
*
|
|
12316
12316
|
* @since 1.95.0
|
|
12317
|
-
* @deprecated
|
|
12317
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
12318
12318
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12319
12319
|
* functionality.
|
|
12320
|
-
* @experimental
|
|
12320
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
12321
12321
|
*/
|
|
12322
12322
|
class CardHeader
|
|
12323
12323
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -12780,10 +12780,10 @@ declare namespace sap {
|
|
|
12780
12780
|
* - content - Used to style the content of the component
|
|
12781
12781
|
*
|
|
12782
12782
|
* @since 1.92.0
|
|
12783
|
-
* @deprecated
|
|
12783
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
12784
12784
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12785
12785
|
* functionality.
|
|
12786
|
-
* @experimental
|
|
12786
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
12787
12787
|
*/
|
|
12788
12788
|
class Carousel extends sap.ui.core.webc.WebComponent {
|
|
12789
12789
|
/**
|
|
@@ -13405,10 +13405,10 @@ declare namespace sap {
|
|
|
13405
13405
|
*
|
|
13406
13406
|
*
|
|
13407
13407
|
* @since 1.92.0
|
|
13408
|
-
* @deprecated
|
|
13408
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
13409
13409
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13410
13410
|
* functionality.
|
|
13411
|
-
* @experimental
|
|
13411
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
13412
13412
|
*/
|
|
13413
13413
|
class CheckBox
|
|
13414
13414
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -13977,10 +13977,10 @@ declare namespace sap {
|
|
|
13977
13977
|
* of the `sap.ui.webc.main.ColorPalette`.
|
|
13978
13978
|
*
|
|
13979
13979
|
* @since 1.92.0
|
|
13980
|
-
* @deprecated
|
|
13980
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
13981
13981
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13982
13982
|
* functionality.
|
|
13983
|
-
* @experimental
|
|
13983
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
13984
13984
|
*/
|
|
13985
13985
|
class ColorPalette extends sap.ui.core.webc.WebComponent {
|
|
13986
13986
|
/**
|
|
@@ -14207,10 +14207,10 @@ declare namespace sap {
|
|
|
14207
14207
|
* The `sap.ui.webc.main.ColorPaletteItem` component represents a color in the the `sap.ui.webc.main.ColorPalette`.
|
|
14208
14208
|
*
|
|
14209
14209
|
* @since 1.92.0
|
|
14210
|
-
* @deprecated
|
|
14210
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
14211
14211
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14212
14212
|
* functionality.
|
|
14213
|
-
* @experimental
|
|
14213
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
14214
14214
|
*/
|
|
14215
14215
|
class ColorPaletteItem
|
|
14216
14216
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -14325,10 +14325,10 @@ declare namespace sap {
|
|
|
14325
14325
|
* and spend large amount of time to configure the right color through the color picker.
|
|
14326
14326
|
*
|
|
14327
14327
|
* @since 1.97.0
|
|
14328
|
-
* @deprecated
|
|
14328
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
14329
14329
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14330
14330
|
* functionality.
|
|
14331
|
-
* @experimental
|
|
14331
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
14332
14332
|
*/
|
|
14333
14333
|
class ColorPalettePopover extends sap.ui.core.webc.WebComponent {
|
|
14334
14334
|
/**
|
|
@@ -14690,10 +14690,10 @@ declare namespace sap {
|
|
|
14690
14690
|
*
|
|
14691
14691
|
*
|
|
14692
14692
|
* @since 1.92.0
|
|
14693
|
-
* @deprecated
|
|
14693
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
14694
14694
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14695
14695
|
* functionality.
|
|
14696
|
-
* @experimental
|
|
14696
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
14697
14697
|
*/
|
|
14698
14698
|
class ColorPicker extends sap.ui.core.webc.WebComponent {
|
|
14699
14699
|
/**
|
|
@@ -14901,10 +14901,10 @@ declare namespace sap {
|
|
|
14901
14901
|
* selects the last item.
|
|
14902
14902
|
*
|
|
14903
14903
|
* @since 1.92.0
|
|
14904
|
-
* @deprecated
|
|
14904
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
14905
14905
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14906
14906
|
* functionality.
|
|
14907
|
-
* @experimental
|
|
14907
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
14908
14908
|
*/
|
|
14909
14909
|
class ComboBox
|
|
14910
14910
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -15738,10 +15738,10 @@ declare namespace sap {
|
|
|
15738
15738
|
* suggestions into groups.
|
|
15739
15739
|
*
|
|
15740
15740
|
* @since 1.95.0
|
|
15741
|
-
* @deprecated
|
|
15741
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
15742
15742
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15743
15743
|
* functionality.
|
|
15744
|
-
* @experimental
|
|
15744
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
15745
15745
|
*/
|
|
15746
15746
|
class ComboBoxGroupItem
|
|
15747
15747
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -15844,10 +15844,10 @@ declare namespace sap {
|
|
|
15844
15844
|
* The `sap.ui.webc.main.ComboBoxItem` represents the item for a `sap.ui.webc.main.ComboBox`.
|
|
15845
15845
|
*
|
|
15846
15846
|
* @since 1.92.0
|
|
15847
|
-
* @deprecated
|
|
15847
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
15848
15848
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15849
15849
|
* functionality.
|
|
15850
|
-
* @experimental
|
|
15850
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
15851
15851
|
*/
|
|
15852
15852
|
class ComboBoxItem
|
|
15853
15853
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -15994,10 +15994,10 @@ declare namespace sap {
|
|
|
15994
15994
|
* - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
|
|
15995
15995
|
*
|
|
15996
15996
|
* @since 1.92.0
|
|
15997
|
-
* @deprecated
|
|
15997
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
15998
15998
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15999
15999
|
* functionality.
|
|
16000
|
-
* @experimental
|
|
16000
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
16001
16001
|
*/
|
|
16002
16002
|
class CustomListItem
|
|
16003
16003
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -16491,10 +16491,10 @@ declare namespace sap {
|
|
|
16491
16491
|
*
|
|
16492
16492
|
*
|
|
16493
16493
|
* @since 1.92.0
|
|
16494
|
-
* @deprecated
|
|
16494
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
16495
16495
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
16496
16496
|
* functionality.
|
|
16497
|
-
* @experimental
|
|
16497
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
16498
16498
|
*/
|
|
16499
16499
|
class DatePicker
|
|
16500
16500
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -17336,10 +17336,10 @@ declare namespace sap {
|
|
|
17336
17336
|
* - [SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one
|
|
17337
17337
|
*
|
|
17338
17338
|
* @since 1.92.0
|
|
17339
|
-
* @deprecated
|
|
17339
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
17340
17340
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
17341
17341
|
* functionality.
|
|
17342
|
-
* @experimental
|
|
17342
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
17343
17343
|
*/
|
|
17344
17344
|
class DateRangePicker
|
|
17345
17345
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -18261,10 +18261,10 @@ declare namespace sap {
|
|
|
18261
18261
|
* or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
|
|
18262
18262
|
*
|
|
18263
18263
|
* @since 1.92.0
|
|
18264
|
-
* @deprecated
|
|
18264
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
18265
18265
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
18266
18266
|
* functionality.
|
|
18267
|
-
* @experimental
|
|
18267
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
18268
18268
|
*/
|
|
18269
18269
|
class DateTimePicker
|
|
18270
18270
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -19124,10 +19124,10 @@ declare namespace sap {
|
|
|
19124
19124
|
* inside other components containing z-index. This might break z-index management.
|
|
19125
19125
|
*
|
|
19126
19126
|
* @since 1.92.0
|
|
19127
|
-
* @deprecated
|
|
19127
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
19128
19128
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
19129
19129
|
* functionality.
|
|
19130
|
-
* @experimental
|
|
19130
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
19131
19131
|
*/
|
|
19132
19132
|
class Dialog extends sap.ui.core.webc.WebComponent {
|
|
19133
19133
|
/**
|
|
@@ -20187,10 +20187,10 @@ declare namespace sap {
|
|
|
20187
20187
|
* and "disabled" properties.
|
|
20188
20188
|
*
|
|
20189
20189
|
* @since 1.92.0
|
|
20190
|
-
* @deprecated
|
|
20190
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
20191
20191
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
20192
20192
|
* functionality.
|
|
20193
|
-
* @experimental
|
|
20193
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
20194
20194
|
*/
|
|
20195
20195
|
class FileUploader
|
|
20196
20196
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -20747,10 +20747,10 @@ declare namespace sap {
|
|
|
20747
20747
|
* into logical groups.
|
|
20748
20748
|
*
|
|
20749
20749
|
* @since 1.92.0
|
|
20750
|
-
* @deprecated
|
|
20750
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
20751
20751
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
20752
20752
|
* functionality.
|
|
20753
|
-
* @experimental
|
|
20753
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
20754
20754
|
*/
|
|
20755
20755
|
class GroupHeaderListItem
|
|
20756
20756
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -20976,10 +20976,10 @@ declare namespace sap {
|
|
|
20976
20976
|
* triggering the click event.
|
|
20977
20977
|
*
|
|
20978
20978
|
* @since 1.92.0
|
|
20979
|
-
* @deprecated
|
|
20979
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
20980
20980
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
20981
20981
|
* functionality.
|
|
20982
|
-
* @experimental
|
|
20982
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
20983
20983
|
*/
|
|
20984
20984
|
class Icon
|
|
20985
20985
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -21530,10 +21530,10 @@ declare namespace sap {
|
|
|
21530
21530
|
* focus is in the input, does nothing.
|
|
21531
21531
|
*
|
|
21532
21532
|
* @since 1.92.0
|
|
21533
|
-
* @deprecated
|
|
21533
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
21534
21534
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
21535
21535
|
* functionality.
|
|
21536
|
-
* @experimental
|
|
21536
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
21537
21537
|
*/
|
|
21538
21538
|
class Input
|
|
21539
21539
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -22616,10 +22616,10 @@ declare namespace sap {
|
|
|
22616
22616
|
* choice of designs, you can use custom styles.
|
|
22617
22617
|
*
|
|
22618
22618
|
* @since 1.92.0
|
|
22619
|
-
* @deprecated
|
|
22619
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
22620
22620
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22621
22621
|
* functionality.
|
|
22622
|
-
* @experimental
|
|
22622
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
22623
22623
|
*/
|
|
22624
22624
|
class Label
|
|
22625
22625
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -22882,10 +22882,10 @@ declare namespace sap {
|
|
|
22882
22882
|
* property is set to `"Normal"`, the text is displayed on several lines instead of being truncated.
|
|
22883
22883
|
*
|
|
22884
22884
|
* @since 1.92.0
|
|
22885
|
-
* @deprecated
|
|
22885
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
22886
22886
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22887
22887
|
* functionality.
|
|
22888
|
-
* @experimental
|
|
22888
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
22889
22889
|
*/
|
|
22890
22890
|
class Link extends sap.ui.core.webc.WebComponent {
|
|
22891
22891
|
/**
|
|
@@ -23436,10 +23436,10 @@ declare namespace sap {
|
|
|
23436
23436
|
* - [DELETE] - Delete an item if `mode` property is `Delete`
|
|
23437
23437
|
*
|
|
23438
23438
|
* @since 1.92.0
|
|
23439
|
-
* @deprecated
|
|
23439
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
23440
23440
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
23441
23441
|
* functionality.
|
|
23442
|
-
* @experimental
|
|
23442
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
23443
23443
|
*/
|
|
23444
23444
|
class List extends sap.ui.core.webc.WebComponent {
|
|
23445
23445
|
/**
|
|
@@ -24645,10 +24645,10 @@ declare namespace sap {
|
|
|
24645
24645
|
*
|
|
24646
24646
|
*
|
|
24647
24647
|
* @since 1.102.0
|
|
24648
|
-
* @deprecated
|
|
24648
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
24649
24649
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
24650
24650
|
* functionality.
|
|
24651
|
-
* @experimental
|
|
24651
|
+
* @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
|
|
24652
24652
|
*/
|
|
24653
24653
|
class Menu extends sap.ui.core.webc.WebComponent {
|
|
24654
24654
|
/**
|
|
@@ -25361,10 +25361,10 @@ declare namespace sap {
|
|
|
25361
25361
|
* not intended for public use.
|
|
25362
25362
|
*
|
|
25363
25363
|
* @since 1.102.0
|
|
25364
|
-
* @deprecated
|
|
25364
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
25365
25365
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
25366
25366
|
* functionality.
|
|
25367
|
-
* @experimental
|
|
25367
|
+
* @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
|
|
25368
25368
|
*/
|
|
25369
25369
|
class MenuItem
|
|
25370
25370
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -25774,10 +25774,10 @@ declare namespace sap {
|
|
|
25774
25774
|
* Keyboard Handling:
|
|
25775
25775
|
*
|
|
25776
25776
|
* @since 1.92.0
|
|
25777
|
-
* @deprecated
|
|
25777
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
25778
25778
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
25779
25779
|
* functionality.
|
|
25780
|
-
* @experimental
|
|
25780
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
25781
25781
|
*/
|
|
25782
25782
|
class MessageStrip extends sap.ui.core.webc.WebComponent {
|
|
25783
25783
|
/**
|
|
@@ -26159,10 +26159,10 @@ declare namespace sap {
|
|
|
26159
26159
|
* - token-{index} - Used to style each token(where `token-0` corresponds to the first item)
|
|
26160
26160
|
*
|
|
26161
26161
|
* @since 1.92.0
|
|
26162
|
-
* @deprecated
|
|
26162
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
26163
26163
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
26164
26164
|
* functionality.
|
|
26165
|
-
* @experimental
|
|
26165
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
26166
26166
|
*/
|
|
26167
26167
|
class MultiComboBox
|
|
26168
26168
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -27113,10 +27113,10 @@ declare namespace sap {
|
|
|
27113
27113
|
* `sap.ui.webc.main.MultiComboBox` suggestions into groups.
|
|
27114
27114
|
*
|
|
27115
27115
|
* @since 1.92.0
|
|
27116
|
-
* @deprecated
|
|
27116
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
27117
27117
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27118
27118
|
* functionality.
|
|
27119
|
-
* @experimental
|
|
27119
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
27120
27120
|
*/
|
|
27121
27121
|
class MultiComboBoxGroupItem
|
|
27122
27122
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -27222,10 +27222,10 @@ declare namespace sap {
|
|
|
27222
27222
|
* The `sap.ui.webc.main.MultiComboBoxItem` represents the item for a `sap.ui.webc.main.MultiComboBox`.
|
|
27223
27223
|
*
|
|
27224
27224
|
* @since 1.92.0
|
|
27225
|
-
* @deprecated
|
|
27225
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
27226
27226
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27227
27227
|
* functionality.
|
|
27228
|
-
* @experimental
|
|
27228
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
27229
27229
|
*/
|
|
27230
27230
|
class MultiComboBoxItem
|
|
27231
27231
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -27393,10 +27393,10 @@ declare namespace sap {
|
|
|
27393
27393
|
* - Select a value from the suggestion list (`suggestion-item-select` event is fired)
|
|
27394
27394
|
*
|
|
27395
27395
|
* @since 1.92.0
|
|
27396
|
-
* @deprecated
|
|
27396
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
27397
27397
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27398
27398
|
* functionality.
|
|
27399
|
-
* @experimental
|
|
27399
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
27400
27400
|
*/
|
|
27401
27401
|
class MultiInput
|
|
27402
27402
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -28738,10 +28738,10 @@ declare namespace sap {
|
|
|
28738
28738
|
* The `sap.ui.webc.main.Option` component defines the content of an option in the `sap.ui.webc.main.Select`.
|
|
28739
28739
|
*
|
|
28740
28740
|
* @since 1.92.0
|
|
28741
|
-
* @deprecated
|
|
28741
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
28742
28742
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
28743
28743
|
* functionality.
|
|
28744
|
-
* @experimental
|
|
28744
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
28745
28745
|
*/
|
|
28746
28746
|
class Option
|
|
28747
28747
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -29024,10 +29024,10 @@ declare namespace sap {
|
|
|
29024
29024
|
* Keyboard Handling:
|
|
29025
29025
|
*
|
|
29026
29026
|
* @since 1.92.0
|
|
29027
|
-
* @deprecated
|
|
29027
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
29028
29028
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
29029
29029
|
* functionality.
|
|
29030
|
-
* @experimental
|
|
29030
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
29031
29031
|
*/
|
|
29032
29032
|
class Panel extends sap.ui.core.webc.WebComponent {
|
|
29033
29033
|
/**
|
|
@@ -29654,10 +29654,10 @@ declare namespace sap {
|
|
|
29654
29654
|
* - footer - Used to style the footer of the component
|
|
29655
29655
|
*
|
|
29656
29656
|
* @since 1.92.0
|
|
29657
|
-
* @deprecated
|
|
29657
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
29658
29658
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
29659
29659
|
* functionality.
|
|
29660
|
-
* @experimental
|
|
29660
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
29661
29661
|
*/
|
|
29662
29662
|
class Popover extends sap.ui.core.webc.WebComponent {
|
|
29663
29663
|
/**
|
|
@@ -30783,10 +30783,10 @@ declare namespace sap {
|
|
|
30783
30783
|
* CSS properties.
|
|
30784
30784
|
*
|
|
30785
30785
|
* @since 1.92.0
|
|
30786
|
-
* @deprecated
|
|
30786
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
30787
30787
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
30788
30788
|
* functionality.
|
|
30789
|
-
* @experimental
|
|
30789
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
30790
30790
|
*/
|
|
30791
30791
|
class ProgressIndicator
|
|
30792
30792
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -31103,10 +31103,10 @@ declare namespace sap {
|
|
|
31103
31103
|
* **Note:** On entering radio button group, the focus goes to the currently selected radio button.
|
|
31104
31104
|
*
|
|
31105
31105
|
* @since 1.92.0
|
|
31106
|
-
* @deprecated
|
|
31106
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
31107
31107
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
31108
31108
|
* functionality.
|
|
31109
|
-
* @experimental
|
|
31109
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
31110
31110
|
*/
|
|
31111
31111
|
class RadioButton
|
|
31112
31112
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -31692,10 +31692,10 @@ declare namespace sap {
|
|
|
31692
31692
|
*
|
|
31693
31693
|
*
|
|
31694
31694
|
* @since 1.92.0
|
|
31695
|
-
* @deprecated
|
|
31695
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
31696
31696
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
31697
31697
|
* functionality.
|
|
31698
|
-
* @experimental
|
|
31698
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
31699
31699
|
*/
|
|
31700
31700
|
class RangeSlider extends sap.ui.core.webc.WebComponent {
|
|
31701
31701
|
/**
|
|
@@ -32285,10 +32285,10 @@ declare namespace sap {
|
|
|
32285
32285
|
* of values, sets the highest value.
|
|
32286
32286
|
*
|
|
32287
32287
|
* @since 1.92.0
|
|
32288
|
-
* @deprecated
|
|
32288
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
32289
32289
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32290
32290
|
* functionality.
|
|
32291
|
-
* @experimental
|
|
32291
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
32292
32292
|
*/
|
|
32293
32293
|
class RatingIndicator
|
|
32294
32294
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -32698,10 +32698,10 @@ declare namespace sap {
|
|
|
32698
32698
|
* - footer - Used to style the footer of the component
|
|
32699
32699
|
*
|
|
32700
32700
|
* @since 1.92.0
|
|
32701
|
-
* @deprecated
|
|
32701
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
32702
32702
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32703
32703
|
* functionality.
|
|
32704
|
-
* @experimental
|
|
32704
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
32705
32705
|
*/
|
|
32706
32706
|
class ResponsivePopover extends sap.ui.core.webc.WebComponent {
|
|
32707
32707
|
/**
|
|
@@ -33787,10 +33787,10 @@ declare namespace sap {
|
|
|
33787
33787
|
* **Note:** There can be just one selected `item` at a time.
|
|
33788
33788
|
*
|
|
33789
33789
|
* @since 1.92.0
|
|
33790
|
-
* @deprecated
|
|
33790
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
33791
33791
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
33792
33792
|
* functionality.
|
|
33793
|
-
* @experimental
|
|
33793
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
33794
33794
|
*/
|
|
33795
33795
|
class SegmentedButton
|
|
33796
33796
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -34145,10 +34145,10 @@ declare namespace sap {
|
|
|
34145
34145
|
* CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.SegmentedButtonItem`.
|
|
34146
34146
|
*
|
|
34147
34147
|
* @since 1.95.0
|
|
34148
|
-
* @deprecated
|
|
34148
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
34149
34149
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34150
34150
|
* functionality.
|
|
34151
|
-
* @experimental
|
|
34151
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
34152
34152
|
*/
|
|
34153
34153
|
class SegmentedButtonItem
|
|
34154
34154
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -34714,10 +34714,10 @@ declare namespace sap {
|
|
|
34714
34714
|
*
|
|
34715
34715
|
*
|
|
34716
34716
|
* @since 1.92.0
|
|
34717
|
-
* @deprecated
|
|
34717
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
34718
34718
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34719
34719
|
* functionality.
|
|
34720
|
-
* @experimental
|
|
34720
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
34721
34721
|
*/
|
|
34722
34722
|
class Select
|
|
34723
34723
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -35588,10 +35588,10 @@ declare namespace sap {
|
|
|
35588
35588
|
*
|
|
35589
35589
|
*
|
|
35590
35590
|
* @since 1.120.0
|
|
35591
|
-
* @deprecated
|
|
35591
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
35592
35592
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
35593
35593
|
* functionality.
|
|
35594
|
-
* @experimental
|
|
35594
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
35595
35595
|
*/
|
|
35596
35596
|
class SelectMenu extends sap.ui.core.webc.WebComponent {
|
|
35597
35597
|
/**
|
|
@@ -35740,10 +35740,10 @@ declare namespace sap {
|
|
|
35740
35740
|
* Usage:
|
|
35741
35741
|
*
|
|
35742
35742
|
* @since 1.120.0
|
|
35743
|
-
* @deprecated
|
|
35743
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
35744
35744
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
35745
35745
|
* functionality.
|
|
35746
|
-
* @experimental
|
|
35746
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
35747
35747
|
*/
|
|
35748
35748
|
class SelectMenuOption
|
|
35749
35749
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -35996,10 +35996,10 @@ declare namespace sap {
|
|
|
35996
35996
|
*
|
|
35997
35997
|
*
|
|
35998
35998
|
* @since 1.92.0
|
|
35999
|
-
* @deprecated
|
|
35999
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
36000
36000
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36001
36001
|
* functionality.
|
|
36002
|
-
* @experimental
|
|
36002
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
36003
36003
|
*/
|
|
36004
36004
|
class Slider
|
|
36005
36005
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -36561,10 +36561,10 @@ declare namespace sap {
|
|
|
36561
36561
|
* - `arrow-click` for the second button (arrow action)
|
|
36562
36562
|
*
|
|
36563
36563
|
* @since 1.99.0
|
|
36564
|
-
* @deprecated
|
|
36564
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
36565
36565
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36566
36566
|
* functionality.
|
|
36567
|
-
* @experimental
|
|
36567
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
36568
36568
|
*/
|
|
36569
36569
|
class SplitButton extends sap.ui.core.webc.WebComponent {
|
|
36570
36570
|
/**
|
|
@@ -36990,10 +36990,10 @@ declare namespace sap {
|
|
|
36990
36990
|
* - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
|
|
36991
36991
|
*
|
|
36992
36992
|
* @since 1.92.0
|
|
36993
|
-
* @deprecated
|
|
36993
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
36994
36994
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36995
36995
|
* functionality.
|
|
36996
|
-
* @experimental
|
|
36996
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
36997
36997
|
*/
|
|
36998
36998
|
class StandardListItem
|
|
36999
36999
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -37658,10 +37658,10 @@ declare namespace sap {
|
|
|
37658
37658
|
* - To enter dates and times. In this case, use date/time related components instead.
|
|
37659
37659
|
*
|
|
37660
37660
|
* @since 1.92.0
|
|
37661
|
-
* @deprecated
|
|
37661
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
37662
37662
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
37663
37663
|
* functionality.
|
|
37664
|
-
* @experimental
|
|
37664
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
37665
37665
|
*/
|
|
37666
37666
|
class StepInput
|
|
37667
37667
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -38271,10 +38271,10 @@ declare namespace sap {
|
|
|
38271
38271
|
* `sap.ui.webc.main.Input` suggestions into groups.
|
|
38272
38272
|
*
|
|
38273
38273
|
* @since 1.95.0
|
|
38274
|
-
* @deprecated
|
|
38274
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
38275
38275
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38276
38276
|
* functionality.
|
|
38277
|
-
* @experimental
|
|
38277
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
38278
38278
|
*/
|
|
38279
38279
|
class SuggestionGroupItem
|
|
38280
38280
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -38377,10 +38377,10 @@ declare namespace sap {
|
|
|
38377
38377
|
* The `sap.ui.webc.main.SuggestionItem` represents the suggestion item of the `sap.ui.webc.main.Input`.
|
|
38378
38378
|
*
|
|
38379
38379
|
* @since 1.92.0
|
|
38380
|
-
* @deprecated
|
|
38380
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
38381
38381
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38382
38382
|
* functionality.
|
|
38383
|
-
* @experimental
|
|
38383
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
38384
38384
|
*/
|
|
38385
38385
|
class SuggestionItem
|
|
38386
38386
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -38713,10 +38713,10 @@ declare namespace sap {
|
|
|
38713
38713
|
* - handle - Used to style the handle of the switch
|
|
38714
38714
|
*
|
|
38715
38715
|
* @since 1.92.0
|
|
38716
|
-
* @deprecated
|
|
38716
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
38717
38717
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38718
38718
|
* functionality.
|
|
38719
|
-
* @experimental
|
|
38719
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
38720
38720
|
*/
|
|
38721
38721
|
class Switch
|
|
38722
38722
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -39200,10 +39200,10 @@ declare namespace sap {
|
|
|
39200
39200
|
* that is presented to the user once the tab is selected.
|
|
39201
39201
|
*
|
|
39202
39202
|
* @since 1.92.0
|
|
39203
|
-
* @deprecated
|
|
39203
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
39204
39204
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
39205
39205
|
* functionality.
|
|
39206
|
-
* @experimental
|
|
39206
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
39207
39207
|
*/
|
|
39208
39208
|
class Tab
|
|
39209
39209
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -39671,10 +39671,10 @@ declare namespace sap {
|
|
|
39671
39671
|
* Keyboard Handling:
|
|
39672
39672
|
*
|
|
39673
39673
|
* @since 1.92.0
|
|
39674
|
-
* @deprecated
|
|
39674
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
39675
39675
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
39676
39676
|
* functionality.
|
|
39677
|
-
* @experimental
|
|
39677
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
39678
39678
|
*/
|
|
39679
39679
|
class TabContainer extends sap.ui.core.webc.WebComponent {
|
|
39680
39680
|
/**
|
|
@@ -40258,10 +40258,10 @@ declare namespace sap {
|
|
|
40258
40258
|
* - [CTRL]+[HOME]/[END] - Same behavior as HOME & END.
|
|
40259
40259
|
*
|
|
40260
40260
|
* @since 1.92.0
|
|
40261
|
-
* @deprecated
|
|
40261
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
40262
40262
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
40263
40263
|
* functionality.
|
|
40264
|
-
* @experimental
|
|
40264
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
40265
40265
|
*/
|
|
40266
40266
|
class Table extends sap.ui.core.webc.WebComponent {
|
|
40267
40267
|
/**
|
|
@@ -41271,10 +41271,10 @@ declare namespace sap {
|
|
|
41271
41271
|
* - cell - Used to style the native `td` element
|
|
41272
41272
|
*
|
|
41273
41273
|
* @since 1.92.0
|
|
41274
|
-
* @deprecated
|
|
41274
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
41275
41275
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41276
41276
|
* functionality.
|
|
41277
|
-
* @experimental
|
|
41277
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
41278
41278
|
*/
|
|
41279
41279
|
class TableCell
|
|
41280
41280
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -41435,10 +41435,10 @@ declare namespace sap {
|
|
|
41435
41435
|
* - column - Used to style the native `th` element
|
|
41436
41436
|
*
|
|
41437
41437
|
* @since 1.92.0
|
|
41438
|
-
* @deprecated
|
|
41438
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
41439
41439
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41440
41440
|
* functionality.
|
|
41441
|
-
* @experimental
|
|
41441
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
41442
41442
|
*/
|
|
41443
41443
|
class TableColumn
|
|
41444
41444
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -41744,10 +41744,10 @@ declare namespace sap {
|
|
|
41744
41744
|
* - group-row - Used to style the native `tr` element.
|
|
41745
41745
|
*
|
|
41746
41746
|
* @since 1.95.0
|
|
41747
|
-
* @deprecated
|
|
41747
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
41748
41748
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41749
41749
|
* functionality.
|
|
41750
|
-
* @experimental
|
|
41750
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
41751
41751
|
*/
|
|
41752
41752
|
class TableGroupRow
|
|
41753
41753
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -41860,10 +41860,10 @@ declare namespace sap {
|
|
|
41860
41860
|
* - popin-row - Used to style the `tr` element when a row pops in
|
|
41861
41861
|
*
|
|
41862
41862
|
* @since 1.92.0
|
|
41863
|
-
* @deprecated
|
|
41863
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
41864
41864
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41865
41865
|
* functionality.
|
|
41866
|
-
* @experimental
|
|
41866
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
41867
41867
|
*/
|
|
41868
41868
|
class TableRow
|
|
41869
41869
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -42117,10 +42117,10 @@ declare namespace sap {
|
|
|
42117
42117
|
* The `sap.ui.webc.main.TabSeparator` represents a vertical line to separate tabs inside a `sap.ui.webc.main.TabContainer`.
|
|
42118
42118
|
*
|
|
42119
42119
|
* @since 1.92.0
|
|
42120
|
-
* @deprecated
|
|
42120
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
42121
42121
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42122
42122
|
* functionality.
|
|
42123
|
-
* @experimental
|
|
42123
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
42124
42124
|
*/
|
|
42125
42125
|
class TabSeparator
|
|
42126
42126
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -42218,10 +42218,10 @@ declare namespace sap {
|
|
|
42218
42218
|
* - textarea - Used to style the native textarea
|
|
42219
42219
|
*
|
|
42220
42220
|
* @since 1.92.0
|
|
42221
|
-
* @deprecated
|
|
42221
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
42222
42222
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42223
42223
|
* functionality.
|
|
42224
|
-
* @experimental
|
|
42224
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
42225
42225
|
*/
|
|
42226
42226
|
class TextArea
|
|
42227
42227
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -43035,10 +43035,10 @@ declare namespace sap {
|
|
|
43035
43035
|
* is pressed, the first clock is beind displayed.
|
|
43036
43036
|
*
|
|
43037
43037
|
* @since 1.92.0
|
|
43038
|
-
* @deprecated
|
|
43038
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
43039
43039
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43040
43040
|
* functionality.
|
|
43041
|
-
* @experimental
|
|
43041
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
43042
43042
|
*/
|
|
43043
43043
|
class TimePicker
|
|
43044
43044
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -43580,10 +43580,10 @@ declare namespace sap {
|
|
|
43580
43580
|
* text with explicit header/title semantics.
|
|
43581
43581
|
*
|
|
43582
43582
|
* @since 1.92.0
|
|
43583
|
-
* @deprecated
|
|
43583
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
43584
43584
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43585
43585
|
* functionality.
|
|
43586
|
-
* @experimental
|
|
43586
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
43587
43587
|
*/
|
|
43588
43588
|
class Title extends sap.ui.core.webc.WebComponent {
|
|
43589
43589
|
/**
|
|
@@ -43781,10 +43781,10 @@ declare namespace sap {
|
|
|
43781
43781
|
* - You want users to be able to copy some part of the message text.
|
|
43782
43782
|
*
|
|
43783
43783
|
* @since 1.92.0
|
|
43784
|
-
* @deprecated
|
|
43784
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
43785
43785
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43786
43786
|
* functionality.
|
|
43787
|
-
* @experimental
|
|
43787
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
43788
43788
|
*/
|
|
43789
43789
|
class Toast extends sap.ui.core.webc.WebComponent {
|
|
43790
43790
|
/**
|
|
@@ -44015,10 +44015,10 @@ declare namespace sap {
|
|
|
44015
44015
|
* CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.ToggleButton`.
|
|
44016
44016
|
*
|
|
44017
44017
|
* @since 1.92.0
|
|
44018
|
-
* @deprecated
|
|
44018
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
44019
44019
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44020
44020
|
* functionality.
|
|
44021
|
-
* @experimental
|
|
44021
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
44022
44022
|
*/
|
|
44023
44023
|
class ToggleButton extends sap.ui.core.webc.WebComponent {
|
|
44024
44024
|
/**
|
|
@@ -44542,10 +44542,10 @@ declare namespace sap {
|
|
|
44542
44542
|
* items.
|
|
44543
44543
|
*
|
|
44544
44544
|
* @since 1.92.0
|
|
44545
|
-
* @deprecated
|
|
44545
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
44546
44546
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44547
44547
|
* functionality.
|
|
44548
|
-
* @experimental
|
|
44548
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
44549
44549
|
*/
|
|
44550
44550
|
class Token
|
|
44551
44551
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -44879,10 +44879,10 @@ declare namespace sap {
|
|
|
44879
44879
|
*
|
|
44880
44880
|
*
|
|
44881
44881
|
* @since 1.120.0
|
|
44882
|
-
* @deprecated
|
|
44882
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
44883
44883
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44884
44884
|
* functionality.
|
|
44885
|
-
* @experimental
|
|
44885
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
44886
44886
|
*/
|
|
44887
44887
|
class Toolbar extends sap.ui.core.webc.WebComponent {
|
|
44888
44888
|
/**
|
|
@@ -45121,10 +45121,10 @@ declare namespace sap {
|
|
|
45121
45121
|
* Overview: The `sap.ui.webc.main.ToolbarButton` represents an abstract action, used in the `sap.ui.webc.main.Toolbar`.
|
|
45122
45122
|
*
|
|
45123
45123
|
* @since 1.120.0
|
|
45124
|
-
* @deprecated
|
|
45124
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
45125
45125
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45126
45126
|
* functionality.
|
|
45127
|
-
* @experimental
|
|
45127
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
45128
45128
|
*/
|
|
45129
45129
|
class ToolbarButton
|
|
45130
45130
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -45615,10 +45615,10 @@ declare namespace sap {
|
|
|
45615
45615
|
* component.
|
|
45616
45616
|
*
|
|
45617
45617
|
* @since 1.120.0
|
|
45618
|
-
* @deprecated
|
|
45618
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
45619
45619
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45620
45620
|
* functionality.
|
|
45621
|
-
* @experimental
|
|
45621
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
45622
45622
|
*/
|
|
45623
45623
|
class ToolbarSelect
|
|
45624
45624
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -46182,10 +46182,10 @@ declare namespace sap {
|
|
|
46182
46182
|
* The `sap.ui.webc.main.ToolbarSelectOption` component defines the content of an option in the `sap.ui.webc.main.ToolbarSelect`.
|
|
46183
46183
|
*
|
|
46184
46184
|
* @since 1.120.0
|
|
46185
|
-
* @deprecated
|
|
46185
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
46186
46186
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46187
46187
|
* functionality.
|
|
46188
|
-
* @experimental
|
|
46188
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
46189
46189
|
*/
|
|
46190
46190
|
class ToolbarSelectOption
|
|
46191
46191
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -46318,10 +46318,10 @@ declare namespace sap {
|
|
|
46318
46318
|
* elements. It takes no space in calculating toolbar items width.
|
|
46319
46319
|
*
|
|
46320
46320
|
* @since 1.120.0
|
|
46321
|
-
* @deprecated
|
|
46321
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
46322
46322
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46323
46323
|
* functionality.
|
|
46324
|
-
* @experimental
|
|
46324
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
46325
46325
|
*/
|
|
46326
46326
|
class ToolbarSeparator
|
|
46327
46327
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -46402,10 +46402,10 @@ declare namespace sap {
|
|
|
46402
46402
|
* items to take 100% width. It takes no space in calculating toolbar items width.
|
|
46403
46403
|
*
|
|
46404
46404
|
* @since 1.120.0
|
|
46405
|
-
* @deprecated
|
|
46405
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
46406
46406
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46407
46407
|
* functionality.
|
|
46408
|
-
* @experimental
|
|
46408
|
+
* @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
|
|
46409
46409
|
*/
|
|
46410
46410
|
class ToolbarSpacer
|
|
46411
46411
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -46542,10 +46542,10 @@ declare namespace sap {
|
|
|
46542
46542
|
* - [ENTER] - Selects the currently focused item upon keydown.
|
|
46543
46543
|
*
|
|
46544
46544
|
* @since 1.92.0
|
|
46545
|
-
* @deprecated
|
|
46545
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
46546
46546
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46547
46547
|
* functionality.
|
|
46548
|
-
* @experimental
|
|
46548
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
46549
46549
|
*/
|
|
46550
46550
|
class Tree extends sap.ui.core.webc.WebComponent {
|
|
46551
46551
|
/**
|
|
@@ -47540,10 +47540,10 @@ declare namespace sap {
|
|
|
47540
47540
|
* - icon - Used to style the icon of the tree list item
|
|
47541
47541
|
*
|
|
47542
47542
|
* @since 1.92.0
|
|
47543
|
-
* @deprecated
|
|
47543
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
47544
47544
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47545
47545
|
* functionality.
|
|
47546
|
-
* @experimental
|
|
47546
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
47547
47547
|
*/
|
|
47548
47548
|
class TreeItem
|
|
47549
47549
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -48221,10 +48221,10 @@ declare namespace sap {
|
|
|
48221
48221
|
* - icon - Used to style the icon of the tree list item
|
|
48222
48222
|
*
|
|
48223
48223
|
* @since 1.115.0
|
|
48224
|
-
* @deprecated
|
|
48224
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
48225
48225
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
48226
48226
|
* functionality.
|
|
48227
|
-
* @experimental
|
|
48227
|
+
* @experimental As of version 1.115.0. This control is experimental and its API might change significantly.
|
|
48228
48228
|
*/
|
|
48229
48229
|
class TreeItemCustom
|
|
48230
48230
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -48939,7 +48939,7 @@ declare namespace sap {
|
|
|
48939
48939
|
* 'AvatarColorScheme'.
|
|
48940
48940
|
*
|
|
48941
48941
|
* @since 1.92.0
|
|
48942
|
-
* @experimental
|
|
48942
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
48943
48943
|
*/
|
|
48944
48944
|
enum AvatarColorScheme {
|
|
48945
48945
|
Accent1 = "Accent1",
|
|
@@ -48971,7 +48971,7 @@ declare namespace sap {
|
|
|
48971
48971
|
* 'AvatarGroupType'.
|
|
48972
48972
|
*
|
|
48973
48973
|
* @since 1.92.0
|
|
48974
|
-
* @experimental
|
|
48974
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
48975
48975
|
*/
|
|
48976
48976
|
enum AvatarGroupType {
|
|
48977
48977
|
/**
|
|
@@ -48991,7 +48991,7 @@ declare namespace sap {
|
|
|
48991
48991
|
* 'AvatarShape'.
|
|
48992
48992
|
*
|
|
48993
48993
|
* @since 1.92.0
|
|
48994
|
-
* @experimental
|
|
48994
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
48995
48995
|
*/
|
|
48996
48996
|
enum AvatarShape {
|
|
48997
48997
|
/**
|
|
@@ -49010,7 +49010,7 @@ declare namespace sap {
|
|
|
49010
49010
|
* 'AvatarSize'.
|
|
49011
49011
|
*
|
|
49012
49012
|
* @since 1.92.0
|
|
49013
|
-
* @experimental
|
|
49013
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49014
49014
|
*/
|
|
49015
49015
|
enum AvatarSize {
|
|
49016
49016
|
/**
|
|
@@ -49041,7 +49041,7 @@ declare namespace sap {
|
|
|
49041
49041
|
* 'BackgroundDesign'.
|
|
49042
49042
|
*
|
|
49043
49043
|
* @since 1.115.0
|
|
49044
|
-
* @experimental
|
|
49044
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49045
49045
|
*/
|
|
49046
49046
|
enum BackgroundDesign {
|
|
49047
49047
|
/**
|
|
@@ -49064,7 +49064,7 @@ declare namespace sap {
|
|
|
49064
49064
|
* 'BorderDesign'.
|
|
49065
49065
|
*
|
|
49066
49066
|
* @since 1.115.0
|
|
49067
|
-
* @experimental
|
|
49067
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49068
49068
|
*/
|
|
49069
49069
|
enum BorderDesign {
|
|
49070
49070
|
/**
|
|
@@ -49083,7 +49083,7 @@ declare namespace sap {
|
|
|
49083
49083
|
* 'BreadcrumbsDesign'.
|
|
49084
49084
|
*
|
|
49085
49085
|
* @since 1.95.0
|
|
49086
|
-
* @experimental
|
|
49086
|
+
* @experimental As of version 1.95.0. This API is experimental and might change significantly.
|
|
49087
49087
|
*/
|
|
49088
49088
|
enum BreadcrumbsDesign {
|
|
49089
49089
|
/**
|
|
@@ -49103,7 +49103,7 @@ declare namespace sap {
|
|
|
49103
49103
|
* 'BreadcrumbsSeparatorStyle'.
|
|
49104
49104
|
*
|
|
49105
49105
|
* @since 1.95.0
|
|
49106
|
-
* @experimental
|
|
49106
|
+
* @experimental As of version 1.95.0. This API is experimental and might change significantly.
|
|
49107
49107
|
*/
|
|
49108
49108
|
enum BreadcrumbsSeparatorStyle {
|
|
49109
49109
|
/**
|
|
@@ -49138,7 +49138,7 @@ declare namespace sap {
|
|
|
49138
49138
|
* 'BusyIndicatorSize'.
|
|
49139
49139
|
*
|
|
49140
49140
|
* @since 1.92.0
|
|
49141
|
-
* @experimental
|
|
49141
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49142
49142
|
*/
|
|
49143
49143
|
enum BusyIndicatorSize {
|
|
49144
49144
|
/**
|
|
@@ -49161,7 +49161,7 @@ declare namespace sap {
|
|
|
49161
49161
|
* 'ButtonDesign'.
|
|
49162
49162
|
*
|
|
49163
49163
|
* @since 1.92.0
|
|
49164
|
-
* @experimental
|
|
49164
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49165
49165
|
*/
|
|
49166
49166
|
enum ButtonDesign {
|
|
49167
49167
|
/**
|
|
@@ -49196,7 +49196,7 @@ declare namespace sap {
|
|
|
49196
49196
|
* 'ButtonType'.
|
|
49197
49197
|
*
|
|
49198
49198
|
* @since 1.120.0
|
|
49199
|
-
* @experimental
|
|
49199
|
+
* @experimental As of version 1.120.0. This API is experimental and might change significantly.
|
|
49200
49200
|
*/
|
|
49201
49201
|
enum ButtonType {
|
|
49202
49202
|
/**
|
|
@@ -49219,7 +49219,7 @@ declare namespace sap {
|
|
|
49219
49219
|
* 'CalendarSelectionMode'.
|
|
49220
49220
|
*
|
|
49221
49221
|
* @since 1.92.0
|
|
49222
|
-
* @experimental
|
|
49222
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49223
49223
|
*/
|
|
49224
49224
|
enum CalendarSelectionMode {
|
|
49225
49225
|
/**
|
|
@@ -49242,7 +49242,7 @@ declare namespace sap {
|
|
|
49242
49242
|
* 'CarouselArrowsPlacement'.
|
|
49243
49243
|
*
|
|
49244
49244
|
* @since 1.92.0
|
|
49245
|
-
* @experimental
|
|
49245
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49246
49246
|
*/
|
|
49247
49247
|
enum CarouselArrowsPlacement {
|
|
49248
49248
|
/**
|
|
@@ -49261,7 +49261,7 @@ declare namespace sap {
|
|
|
49261
49261
|
* 'CarouselPageIndicatorStyle'.
|
|
49262
49262
|
*
|
|
49263
49263
|
* @since 1.115.0
|
|
49264
|
-
* @experimental
|
|
49264
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49265
49265
|
*/
|
|
49266
49266
|
enum CarouselPageIndicatorStyle {
|
|
49267
49267
|
/**
|
|
@@ -49282,7 +49282,7 @@ declare namespace sap {
|
|
|
49282
49282
|
* 'ComboBoxFilter'.
|
|
49283
49283
|
*
|
|
49284
49284
|
* @since 1.115.0
|
|
49285
|
-
* @experimental
|
|
49285
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49286
49286
|
*/
|
|
49287
49287
|
enum ComboBoxFilter {
|
|
49288
49288
|
/**
|
|
@@ -49309,7 +49309,7 @@ declare namespace sap {
|
|
|
49309
49309
|
* 'HasPopup'.
|
|
49310
49310
|
*
|
|
49311
49311
|
* @since 1.99.0
|
|
49312
|
-
* @experimental
|
|
49312
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
49313
49313
|
*/
|
|
49314
49314
|
enum HasPopup {
|
|
49315
49315
|
/**
|
|
@@ -49340,7 +49340,7 @@ declare namespace sap {
|
|
|
49340
49340
|
* 'IconDesign'.
|
|
49341
49341
|
*
|
|
49342
49342
|
* @since 1.115.0
|
|
49343
|
-
* @experimental
|
|
49343
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49344
49344
|
*/
|
|
49345
49345
|
enum IconDesign {
|
|
49346
49346
|
/**
|
|
@@ -49383,7 +49383,7 @@ declare namespace sap {
|
|
|
49383
49383
|
* 'InputType'.
|
|
49384
49384
|
*
|
|
49385
49385
|
* @since 1.92.0
|
|
49386
|
-
* @experimental
|
|
49386
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49387
49387
|
*/
|
|
49388
49388
|
enum InputType {
|
|
49389
49389
|
/**
|
|
@@ -49418,7 +49418,7 @@ declare namespace sap {
|
|
|
49418
49418
|
* 'LinkDesign'.
|
|
49419
49419
|
*
|
|
49420
49420
|
* @since 1.92.0
|
|
49421
|
-
* @experimental
|
|
49421
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49422
49422
|
*/
|
|
49423
49423
|
enum LinkDesign {
|
|
49424
49424
|
/**
|
|
@@ -49441,7 +49441,7 @@ declare namespace sap {
|
|
|
49441
49441
|
* 'ListGrowingMode'.
|
|
49442
49442
|
*
|
|
49443
49443
|
* @since 1.92.0
|
|
49444
|
-
* @experimental
|
|
49444
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49445
49445
|
*/
|
|
49446
49446
|
enum ListGrowingMode {
|
|
49447
49447
|
/**
|
|
@@ -49464,7 +49464,7 @@ declare namespace sap {
|
|
|
49464
49464
|
* 'ListItemType'.
|
|
49465
49465
|
*
|
|
49466
49466
|
* @since 1.92.0
|
|
49467
|
-
* @experimental
|
|
49467
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49468
49468
|
*/
|
|
49469
49469
|
enum ListItemType {
|
|
49470
49470
|
/**
|
|
@@ -49492,7 +49492,7 @@ declare namespace sap {
|
|
|
49492
49492
|
* 'ListMode'.
|
|
49493
49493
|
*
|
|
49494
49494
|
* @since 1.92.0
|
|
49495
|
-
* @experimental
|
|
49495
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49496
49496
|
*/
|
|
49497
49497
|
enum ListMode {
|
|
49498
49498
|
/**
|
|
@@ -49532,7 +49532,7 @@ declare namespace sap {
|
|
|
49532
49532
|
* 'ListSeparators'.
|
|
49533
49533
|
*
|
|
49534
49534
|
* @since 1.92.0
|
|
49535
|
-
* @experimental
|
|
49535
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49536
49536
|
*/
|
|
49537
49537
|
enum ListSeparators {
|
|
49538
49538
|
/**
|
|
@@ -49555,7 +49555,7 @@ declare namespace sap {
|
|
|
49555
49555
|
* 'MessageStripDesign'.
|
|
49556
49556
|
*
|
|
49557
49557
|
* @since 1.92.0
|
|
49558
|
-
* @experimental
|
|
49558
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49559
49559
|
*/
|
|
49560
49560
|
enum MessageStripDesign {
|
|
49561
49561
|
/**
|
|
@@ -49582,7 +49582,7 @@ declare namespace sap {
|
|
|
49582
49582
|
* 'PanelAccessibleRole'.
|
|
49583
49583
|
*
|
|
49584
49584
|
* @since 1.92.0
|
|
49585
|
-
* @experimental
|
|
49585
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49586
49586
|
*/
|
|
49587
49587
|
enum PanelAccessibleRole {
|
|
49588
49588
|
/**
|
|
@@ -49608,7 +49608,7 @@ declare namespace sap {
|
|
|
49608
49608
|
* 'PopoverHorizontalAlign'.
|
|
49609
49609
|
*
|
|
49610
49610
|
* @since 1.92.0
|
|
49611
|
-
* @experimental
|
|
49611
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49612
49612
|
*/
|
|
49613
49613
|
enum PopoverHorizontalAlign {
|
|
49614
49614
|
/**
|
|
@@ -49635,7 +49635,7 @@ declare namespace sap {
|
|
|
49635
49635
|
* 'PopoverPlacementType'.
|
|
49636
49636
|
*
|
|
49637
49637
|
* @since 1.92.0
|
|
49638
|
-
* @experimental
|
|
49638
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49639
49639
|
*/
|
|
49640
49640
|
enum PopoverPlacementType {
|
|
49641
49641
|
/**
|
|
@@ -49662,7 +49662,7 @@ declare namespace sap {
|
|
|
49662
49662
|
* 'PopoverVerticalAlign'.
|
|
49663
49663
|
*
|
|
49664
49664
|
* @since 1.92.0
|
|
49665
|
-
* @experimental
|
|
49665
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49666
49666
|
*/
|
|
49667
49667
|
enum PopoverVerticalAlign {
|
|
49668
49668
|
/**
|
|
@@ -49687,7 +49687,7 @@ declare namespace sap {
|
|
|
49687
49687
|
* 'PopupAccessibleRole'.
|
|
49688
49688
|
*
|
|
49689
49689
|
* @since 1.115.0
|
|
49690
|
-
* @experimental
|
|
49690
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49691
49691
|
*/
|
|
49692
49692
|
enum PopupAccessibleRole {
|
|
49693
49693
|
/**
|
|
@@ -49710,7 +49710,7 @@ declare namespace sap {
|
|
|
49710
49710
|
* 'Priority'.
|
|
49711
49711
|
*
|
|
49712
49712
|
* @since 1.92.0
|
|
49713
|
-
* @experimental
|
|
49713
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49714
49714
|
*/
|
|
49715
49715
|
enum Priority {
|
|
49716
49716
|
/**
|
|
@@ -49737,7 +49737,7 @@ declare namespace sap {
|
|
|
49737
49737
|
* 'SegmentedButtonMode'.
|
|
49738
49738
|
*
|
|
49739
49739
|
* @since 1.115.0
|
|
49740
|
-
* @experimental
|
|
49740
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49741
49741
|
*/
|
|
49742
49742
|
enum SegmentedButtonMode {
|
|
49743
49743
|
/**
|
|
@@ -49756,7 +49756,7 @@ declare namespace sap {
|
|
|
49756
49756
|
* 'SemanticColor'.
|
|
49757
49757
|
*
|
|
49758
49758
|
* @since 1.92.0
|
|
49759
|
-
* @experimental
|
|
49759
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49760
49760
|
*/
|
|
49761
49761
|
enum SemanticColor {
|
|
49762
49762
|
/**
|
|
@@ -49787,7 +49787,7 @@ declare namespace sap {
|
|
|
49787
49787
|
* 'SwitchDesign'.
|
|
49788
49788
|
*
|
|
49789
49789
|
* @since 1.92.0
|
|
49790
|
-
* @experimental
|
|
49790
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49791
49791
|
*/
|
|
49792
49792
|
enum SwitchDesign {
|
|
49793
49793
|
/**
|
|
@@ -49806,7 +49806,7 @@ declare namespace sap {
|
|
|
49806
49806
|
* 'TabContainerBackgroundDesign'.
|
|
49807
49807
|
*
|
|
49808
49808
|
* @since 1.115.0
|
|
49809
|
-
* @experimental
|
|
49809
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49810
49810
|
*/
|
|
49811
49811
|
enum TabContainerBackgroundDesign {
|
|
49812
49812
|
/**
|
|
@@ -49829,7 +49829,7 @@ declare namespace sap {
|
|
|
49829
49829
|
* 'TabLayout'.
|
|
49830
49830
|
*
|
|
49831
49831
|
* @since 1.92.0
|
|
49832
|
-
* @experimental
|
|
49832
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49833
49833
|
*/
|
|
49834
49834
|
enum TabLayout {
|
|
49835
49835
|
/**
|
|
@@ -49848,7 +49848,7 @@ declare namespace sap {
|
|
|
49848
49848
|
* 'TableColumnPopinDisplay'.
|
|
49849
49849
|
*
|
|
49850
49850
|
* @since 1.115.0
|
|
49851
|
-
* @experimental
|
|
49851
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
49852
49852
|
*/
|
|
49853
49853
|
enum TableColumnPopinDisplay {
|
|
49854
49854
|
/**
|
|
@@ -49867,7 +49867,7 @@ declare namespace sap {
|
|
|
49867
49867
|
* 'TableGrowingMode'.
|
|
49868
49868
|
*
|
|
49869
49869
|
* @since 1.92.0
|
|
49870
|
-
* @experimental
|
|
49870
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49871
49871
|
*/
|
|
49872
49872
|
enum TableGrowingMode {
|
|
49873
49873
|
/**
|
|
@@ -49890,7 +49890,7 @@ declare namespace sap {
|
|
|
49890
49890
|
* 'TableMode'.
|
|
49891
49891
|
*
|
|
49892
49892
|
* @since 1.92.0
|
|
49893
|
-
* @experimental
|
|
49893
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49894
49894
|
*/
|
|
49895
49895
|
enum TableMode {
|
|
49896
49896
|
/**
|
|
@@ -49913,7 +49913,7 @@ declare namespace sap {
|
|
|
49913
49913
|
* 'TableRowType'.
|
|
49914
49914
|
*
|
|
49915
49915
|
* @since 1.92.0
|
|
49916
|
-
* @experimental
|
|
49916
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49917
49917
|
*/
|
|
49918
49918
|
enum TableRowType {
|
|
49919
49919
|
/**
|
|
@@ -49932,7 +49932,7 @@ declare namespace sap {
|
|
|
49932
49932
|
* 'TabsOverflowMode'.
|
|
49933
49933
|
*
|
|
49934
49934
|
* @since 1.99.0
|
|
49935
|
-
* @experimental
|
|
49935
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
49936
49936
|
*/
|
|
49937
49937
|
enum TabsOverflowMode {
|
|
49938
49938
|
/**
|
|
@@ -49951,7 +49951,7 @@ declare namespace sap {
|
|
|
49951
49951
|
* 'TitleLevel'.
|
|
49952
49952
|
*
|
|
49953
49953
|
* @since 1.92.0
|
|
49954
|
-
* @experimental
|
|
49954
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49955
49955
|
*/
|
|
49956
49956
|
enum TitleLevel {
|
|
49957
49957
|
/**
|
|
@@ -49986,7 +49986,7 @@ declare namespace sap {
|
|
|
49986
49986
|
* 'ToastPlacement'.
|
|
49987
49987
|
*
|
|
49988
49988
|
* @since 1.92.0
|
|
49989
|
-
* @experimental
|
|
49989
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
49990
49990
|
*/
|
|
49991
49991
|
enum ToastPlacement {
|
|
49992
49992
|
/**
|
|
@@ -50033,7 +50033,7 @@ declare namespace sap {
|
|
|
50033
50033
|
* 'ToolbarAlign'.
|
|
50034
50034
|
*
|
|
50035
50035
|
* @since 1.120.0
|
|
50036
|
-
* @experimental
|
|
50036
|
+
* @experimental As of version 1.120.0. This API is experimental and might change significantly.
|
|
50037
50037
|
*/
|
|
50038
50038
|
enum ToolbarAlign {
|
|
50039
50039
|
/**
|
|
@@ -50052,7 +50052,7 @@ declare namespace sap {
|
|
|
50052
50052
|
* 'ToolbarItemOverflowBehavior'.
|
|
50053
50053
|
*
|
|
50054
50054
|
* @since 1.120.0
|
|
50055
|
-
* @experimental
|
|
50055
|
+
* @experimental As of version 1.120.0. This API is experimental and might change significantly.
|
|
50056
50056
|
*/
|
|
50057
50057
|
enum ToolbarItemOverflowBehavior {
|
|
50058
50058
|
AlwaysOverflow = "AlwaysOverflow",
|
|
@@ -50072,7 +50072,7 @@ declare namespace sap {
|
|
|
50072
50072
|
* 'WrappingType'.
|
|
50073
50073
|
*
|
|
50074
50074
|
* @since 1.92.0
|
|
50075
|
-
* @experimental
|
|
50075
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
50076
50076
|
*/
|
|
50077
50077
|
enum WrappingType {
|
|
50078
50078
|
/**
|