@openui5/ts-types 1.132.1 → 1.133.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +127 -127
- package/types/sap.m.d.ts +1611 -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.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7,16 +7,16 @@ 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 fiori {
|
|
15
15
|
/**
|
|
16
16
|
* Interface for components that may be slotted inside `ui5-page` as header and footer.
|
|
17
17
|
*
|
|
18
18
|
* @since 1.99.0
|
|
19
|
-
* @experimental
|
|
19
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
20
20
|
*/
|
|
21
21
|
interface IBar {
|
|
22
22
|
__implements__sap_ui_webc_fiori_IBar: boolean;
|
|
@@ -26,7 +26,7 @@ declare namespace sap {
|
|
|
26
26
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
|
|
27
27
|
*
|
|
28
28
|
* @since 1.97.0
|
|
29
|
-
* @experimental
|
|
29
|
+
* @experimental As of version 1.97.0. This API is experimental and might change significantly.
|
|
30
30
|
*/
|
|
31
31
|
interface IFilterItem {
|
|
32
32
|
__implements__sap_ui_webc_fiori_IFilterItem: boolean;
|
|
@@ -36,7 +36,7 @@ declare namespace sap {
|
|
|
36
36
|
* Interface for components that may be slotted inside `ui5-filter-item` as values
|
|
37
37
|
*
|
|
38
38
|
* @since 1.97.0
|
|
39
|
-
* @experimental
|
|
39
|
+
* @experimental As of version 1.97.0. This API is experimental and might change significantly.
|
|
40
40
|
*/
|
|
41
41
|
interface IFilterItemOption {
|
|
42
42
|
__implements__sap_ui_webc_fiori_IFilterItemOption: boolean;
|
|
@@ -46,7 +46,7 @@ declare namespace sap {
|
|
|
46
46
|
* Interface for components that can be slotted inside `ui5-media-gallery` as items.
|
|
47
47
|
*
|
|
48
48
|
* @since 1.99.0
|
|
49
|
-
* @experimental
|
|
49
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
50
50
|
*/
|
|
51
51
|
interface IMediaGalleryItem {
|
|
52
52
|
__implements__sap_ui_webc_fiori_IMediaGalleryItem: boolean;
|
|
@@ -56,7 +56,7 @@ declare namespace sap {
|
|
|
56
56
|
* Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
|
|
57
57
|
*
|
|
58
58
|
* @since 1.92.0
|
|
59
|
-
* @experimental
|
|
59
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
60
60
|
*/
|
|
61
61
|
interface INotificationAction {
|
|
62
62
|
__implements__sap_ui_webc_fiori_INotificationAction: boolean;
|
|
@@ -66,7 +66,7 @@ declare namespace sap {
|
|
|
66
66
|
* Interface for components that may be slotted inside a notification list
|
|
67
67
|
*
|
|
68
68
|
* @since 1.92.0
|
|
69
|
-
* @experimental
|
|
69
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
70
70
|
*/
|
|
71
71
|
interface INotificationListItem {
|
|
72
72
|
__implements__sap_ui_webc_fiori_INotificationListItem: boolean;
|
|
@@ -76,7 +76,7 @@ declare namespace sap {
|
|
|
76
76
|
* Interface for components that may be slotted inside `ui5-product-switch` as items
|
|
77
77
|
*
|
|
78
78
|
* @since 1.92.0
|
|
79
|
-
* @experimental
|
|
79
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
80
80
|
*/
|
|
81
81
|
interface IProductSwitchItem {
|
|
82
82
|
__implements__sap_ui_webc_fiori_IProductSwitchItem: boolean;
|
|
@@ -86,7 +86,7 @@ declare namespace sap {
|
|
|
86
86
|
* Interface for components that may be slotted inside `ui5-shellbar` as items
|
|
87
87
|
*
|
|
88
88
|
* @since 1.92.0
|
|
89
|
-
* @experimental
|
|
89
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
90
90
|
*/
|
|
91
91
|
interface IShellBarItem {
|
|
92
92
|
__implements__sap_ui_webc_fiori_IShellBarItem: boolean;
|
|
@@ -96,7 +96,7 @@ declare namespace sap {
|
|
|
96
96
|
* Interface for components that may be slotted inside `ui5-side-navigation` as items
|
|
97
97
|
*
|
|
98
98
|
* @since 1.92.0
|
|
99
|
-
* @experimental
|
|
99
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
100
100
|
*/
|
|
101
101
|
interface ISideNavigationItem {
|
|
102
102
|
__implements__sap_ui_webc_fiori_ISideNavigationItem: boolean;
|
|
@@ -106,7 +106,7 @@ declare namespace sap {
|
|
|
106
106
|
* Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
|
|
107
107
|
*
|
|
108
108
|
* @since 1.92.0
|
|
109
|
-
* @experimental
|
|
109
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
110
110
|
*/
|
|
111
111
|
interface ISideNavigationSubItem {
|
|
112
112
|
__implements__sap_ui_webc_fiori_ISideNavigationSubItem: boolean;
|
|
@@ -116,7 +116,7 @@ declare namespace sap {
|
|
|
116
116
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
|
|
117
117
|
*
|
|
118
118
|
* @since 1.97.0
|
|
119
|
-
* @experimental
|
|
119
|
+
* @experimental As of version 1.97.0. This API is experimental and might change significantly.
|
|
120
120
|
*/
|
|
121
121
|
interface ISortItem {
|
|
122
122
|
__implements__sap_ui_webc_fiori_ISortItem: boolean;
|
|
@@ -126,7 +126,7 @@ declare namespace sap {
|
|
|
126
126
|
* Interface for components that may be slotted inside `ui5-timeline` as items
|
|
127
127
|
*
|
|
128
128
|
* @since 1.92.0
|
|
129
|
-
* @experimental
|
|
129
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
130
130
|
*/
|
|
131
131
|
interface ITimelineItem {
|
|
132
132
|
__implements__sap_ui_webc_fiori_ITimelineItem: boolean;
|
|
@@ -136,7 +136,7 @@ declare namespace sap {
|
|
|
136
136
|
* Interface for components that may be slotted inside `ui5-upload-collection` as items
|
|
137
137
|
*
|
|
138
138
|
* @since 1.92.0
|
|
139
|
-
* @experimental
|
|
139
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
140
140
|
*/
|
|
141
141
|
interface IUploadCollectionItem {
|
|
142
142
|
__implements__sap_ui_webc_fiori_IUploadCollectionItem: boolean;
|
|
@@ -146,7 +146,7 @@ declare namespace sap {
|
|
|
146
146
|
* Interface for components that may be slotted inside `ui5-wizard` as wizard steps
|
|
147
147
|
*
|
|
148
148
|
* @since 1.92.0
|
|
149
|
-
* @experimental
|
|
149
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
150
150
|
*/
|
|
151
151
|
interface IWizardStep {
|
|
152
152
|
__implements__sap_ui_webc_fiori_IWizardStep: boolean;
|
|
@@ -155,10 +155,10 @@ declare namespace sap {
|
|
|
155
155
|
/**
|
|
156
156
|
* Describes the settings that can be provided to the Bar constructor.
|
|
157
157
|
*
|
|
158
|
-
* @deprecated
|
|
158
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
159
159
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
160
160
|
* functionality.
|
|
161
|
-
* @experimental
|
|
161
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
162
162
|
*/
|
|
163
163
|
interface $BarSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
164
164
|
/**
|
|
@@ -208,10 +208,10 @@ declare namespace sap {
|
|
|
208
208
|
/**
|
|
209
209
|
* Describes the settings that can be provided to the BarcodeScannerDialog constructor.
|
|
210
210
|
*
|
|
211
|
-
* @deprecated
|
|
211
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
212
212
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
213
213
|
* functionality.
|
|
214
|
-
* @experimental
|
|
214
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
215
215
|
*/
|
|
216
216
|
interface $BarcodeScannerDialogSettings
|
|
217
217
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -229,10 +229,10 @@ declare namespace sap {
|
|
|
229
229
|
/**
|
|
230
230
|
* Describes the settings that can be provided to the DynamicSideContent constructor.
|
|
231
231
|
*
|
|
232
|
-
* @deprecated
|
|
232
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
233
233
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
234
234
|
* functionality.
|
|
235
|
-
* @experimental
|
|
235
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
236
236
|
*/
|
|
237
237
|
interface $DynamicSideContentSettings
|
|
238
238
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -343,10 +343,10 @@ declare namespace sap {
|
|
|
343
343
|
/**
|
|
344
344
|
* Describes the settings that can be provided to the FilterItem constructor.
|
|
345
345
|
*
|
|
346
|
-
* @deprecated
|
|
346
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
347
347
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
348
348
|
* functionality.
|
|
349
|
-
* @experimental
|
|
349
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
350
350
|
*/
|
|
351
351
|
interface $FilterItemSettings
|
|
352
352
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -375,10 +375,10 @@ declare namespace sap {
|
|
|
375
375
|
/**
|
|
376
376
|
* Describes the settings that can be provided to the FilterItemOption constructor.
|
|
377
377
|
*
|
|
378
|
-
* @deprecated
|
|
378
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
379
379
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
380
380
|
* functionality.
|
|
381
|
-
* @experimental
|
|
381
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
382
382
|
*/
|
|
383
383
|
interface $FilterItemOptionSettings
|
|
384
384
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -399,10 +399,10 @@ declare namespace sap {
|
|
|
399
399
|
/**
|
|
400
400
|
* Describes the settings that can be provided to the FlexibleColumnLayout constructor.
|
|
401
401
|
*
|
|
402
|
-
* @deprecated
|
|
402
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
403
403
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
404
404
|
* functionality.
|
|
405
|
-
* @experimental
|
|
405
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
406
406
|
*/
|
|
407
407
|
interface $FlexibleColumnLayoutSettings
|
|
408
408
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -515,10 +515,10 @@ declare namespace sap {
|
|
|
515
515
|
/**
|
|
516
516
|
* Describes the settings that can be provided to the IllustratedMessage constructor.
|
|
517
517
|
*
|
|
518
|
-
* @deprecated
|
|
518
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
519
519
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
520
520
|
* functionality.
|
|
521
|
-
* @experimental
|
|
521
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
522
522
|
*/
|
|
523
523
|
interface $IllustratedMessageSettings
|
|
524
524
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -595,10 +595,10 @@ declare namespace sap {
|
|
|
595
595
|
/**
|
|
596
596
|
* Describes the settings that can be provided to the MediaGallery constructor.
|
|
597
597
|
*
|
|
598
|
-
* @deprecated
|
|
598
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
599
599
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
600
600
|
* functionality.
|
|
601
|
-
* @experimental
|
|
601
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
602
602
|
*/
|
|
603
603
|
interface $MediaGallerySettings
|
|
604
604
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -694,10 +694,10 @@ declare namespace sap {
|
|
|
694
694
|
/**
|
|
695
695
|
* Describes the settings that can be provided to the MediaGalleryItem constructor.
|
|
696
696
|
*
|
|
697
|
-
* @deprecated
|
|
697
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
698
698
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
699
699
|
* functionality.
|
|
700
|
-
* @experimental
|
|
700
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
701
701
|
*/
|
|
702
702
|
interface $MediaGalleryItemSettings
|
|
703
703
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -744,10 +744,10 @@ declare namespace sap {
|
|
|
744
744
|
/**
|
|
745
745
|
* Describes the settings that can be provided to the NotificationAction constructor.
|
|
746
746
|
*
|
|
747
|
-
* @deprecated
|
|
747
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
748
748
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
749
749
|
* functionality.
|
|
750
|
-
* @experimental
|
|
750
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
751
751
|
*/
|
|
752
752
|
interface $NotificationActionSettings
|
|
753
753
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -790,10 +790,10 @@ declare namespace sap {
|
|
|
790
790
|
/**
|
|
791
791
|
* Describes the settings that can be provided to the NotificationListGroupItem constructor.
|
|
792
792
|
*
|
|
793
|
-
* @deprecated
|
|
793
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
794
794
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
795
795
|
* functionality.
|
|
796
|
-
* @experimental
|
|
796
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
797
797
|
*/
|
|
798
798
|
interface $NotificationListGroupItemSettings
|
|
799
799
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -903,10 +903,10 @@ declare namespace sap {
|
|
|
903
903
|
/**
|
|
904
904
|
* Describes the settings that can be provided to the NotificationListItem constructor.
|
|
905
905
|
*
|
|
906
|
-
* @deprecated
|
|
906
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
907
907
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
908
908
|
* functionality.
|
|
909
|
-
* @experimental
|
|
909
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
910
910
|
*/
|
|
911
911
|
interface $NotificationListItemSettings
|
|
912
912
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1023,10 +1023,10 @@ declare namespace sap {
|
|
|
1023
1023
|
/**
|
|
1024
1024
|
* Describes the settings that can be provided to the Page constructor.
|
|
1025
1025
|
*
|
|
1026
|
-
* @deprecated
|
|
1026
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1027
1027
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1028
1028
|
* functionality.
|
|
1029
|
-
* @experimental
|
|
1029
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1030
1030
|
*/
|
|
1031
1031
|
interface $PageSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
1032
1032
|
/**
|
|
@@ -1106,10 +1106,10 @@ declare namespace sap {
|
|
|
1106
1106
|
/**
|
|
1107
1107
|
* Describes the settings that can be provided to the ProductSwitch constructor.
|
|
1108
1108
|
*
|
|
1109
|
-
* @deprecated
|
|
1109
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1110
1110
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1111
1111
|
* functionality.
|
|
1112
|
-
* @experimental
|
|
1112
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1113
1113
|
*/
|
|
1114
1114
|
interface $ProductSwitchSettings
|
|
1115
1115
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1126,10 +1126,10 @@ declare namespace sap {
|
|
|
1126
1126
|
/**
|
|
1127
1127
|
* Describes the settings that can be provided to the ProductSwitchItem constructor.
|
|
1128
1128
|
*
|
|
1129
|
-
* @deprecated
|
|
1129
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1130
1130
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1131
1131
|
* functionality.
|
|
1132
|
-
* @experimental
|
|
1132
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1133
1133
|
*/
|
|
1134
1134
|
interface $ProductSwitchItemSettings
|
|
1135
1135
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1183,10 +1183,10 @@ declare namespace sap {
|
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Describes the settings that can be provided to the ShellBar constructor.
|
|
1185
1185
|
*
|
|
1186
|
-
* @deprecated
|
|
1186
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1187
1187
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1188
1188
|
* functionality.
|
|
1189
|
-
* @experimental
|
|
1189
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1190
1190
|
*/
|
|
1191
1191
|
interface $ShellBarSettings
|
|
1192
1192
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1381,10 +1381,10 @@ declare namespace sap {
|
|
|
1381
1381
|
/**
|
|
1382
1382
|
* Describes the settings that can be provided to the ShellBarItem constructor.
|
|
1383
1383
|
*
|
|
1384
|
-
* @deprecated
|
|
1384
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1385
1385
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1386
1386
|
* functionality.
|
|
1387
|
-
* @experimental
|
|
1387
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1388
1388
|
*/
|
|
1389
1389
|
interface $ShellBarItemSettings
|
|
1390
1390
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1414,10 +1414,10 @@ declare namespace sap {
|
|
|
1414
1414
|
/**
|
|
1415
1415
|
* Describes the settings that can be provided to the SideNavigation constructor.
|
|
1416
1416
|
*
|
|
1417
|
-
* @deprecated
|
|
1417
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1418
1418
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1419
1419
|
* functionality.
|
|
1420
|
-
* @experimental
|
|
1420
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1421
1421
|
*/
|
|
1422
1422
|
interface $SideNavigationSettings
|
|
1423
1423
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1478,10 +1478,10 @@ declare namespace sap {
|
|
|
1478
1478
|
/**
|
|
1479
1479
|
* Describes the settings that can be provided to the SideNavigationItem constructor.
|
|
1480
1480
|
*
|
|
1481
|
-
* @deprecated
|
|
1481
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1482
1482
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1483
1483
|
* functionality.
|
|
1484
|
-
* @experimental
|
|
1484
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1485
1485
|
*/
|
|
1486
1486
|
interface $SideNavigationItemSettings
|
|
1487
1487
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1545,10 +1545,10 @@ declare namespace sap {
|
|
|
1545
1545
|
/**
|
|
1546
1546
|
* Describes the settings that can be provided to the SideNavigationSubItem constructor.
|
|
1547
1547
|
*
|
|
1548
|
-
* @deprecated
|
|
1548
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1549
1549
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1550
1550
|
* functionality.
|
|
1551
|
-
* @experimental
|
|
1551
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1552
1552
|
*/
|
|
1553
1553
|
interface $SideNavigationSubItemSettings
|
|
1554
1554
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1584,10 +1584,10 @@ declare namespace sap {
|
|
|
1584
1584
|
/**
|
|
1585
1585
|
* Describes the settings that can be provided to the SortItem constructor.
|
|
1586
1586
|
*
|
|
1587
|
-
* @deprecated
|
|
1587
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1588
1588
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1589
1589
|
* functionality.
|
|
1590
|
-
* @experimental
|
|
1590
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
1591
1591
|
*/
|
|
1592
1592
|
interface $SortItemSettings
|
|
1593
1593
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1608,10 +1608,10 @@ declare namespace sap {
|
|
|
1608
1608
|
/**
|
|
1609
1609
|
* Describes the settings that can be provided to the Timeline constructor.
|
|
1610
1610
|
*
|
|
1611
|
-
* @deprecated
|
|
1611
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1612
1612
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1613
1613
|
* functionality.
|
|
1614
|
-
* @experimental
|
|
1614
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1615
1615
|
*/
|
|
1616
1616
|
interface $TimelineSettings
|
|
1617
1617
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1665,10 +1665,10 @@ declare namespace sap {
|
|
|
1665
1665
|
/**
|
|
1666
1666
|
* Describes the settings that can be provided to the TimelineItem constructor.
|
|
1667
1667
|
*
|
|
1668
|
-
* @deprecated
|
|
1668
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1669
1669
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1670
1670
|
* functionality.
|
|
1671
|
-
* @experimental
|
|
1671
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1672
1672
|
*/
|
|
1673
1673
|
interface $TimelineItemSettings
|
|
1674
1674
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1725,10 +1725,10 @@ declare namespace sap {
|
|
|
1725
1725
|
/**
|
|
1726
1726
|
* Describes the settings that can be provided to the UploadCollection constructor.
|
|
1727
1727
|
*
|
|
1728
|
-
* @deprecated
|
|
1728
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1729
1729
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1730
1730
|
* functionality.
|
|
1731
|
-
* @experimental
|
|
1731
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1732
1732
|
*/
|
|
1733
1733
|
interface $UploadCollectionSettings
|
|
1734
1734
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1837,10 +1837,10 @@ declare namespace sap {
|
|
|
1837
1837
|
/**
|
|
1838
1838
|
* Describes the settings that can be provided to the UploadCollectionItem constructor.
|
|
1839
1839
|
*
|
|
1840
|
-
* @deprecated
|
|
1840
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
1841
1841
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1842
1842
|
* functionality.
|
|
1843
|
-
* @experimental
|
|
1843
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
1844
1844
|
*/
|
|
1845
1845
|
interface $UploadCollectionItemSettings
|
|
1846
1846
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2028,10 +2028,10 @@ declare namespace sap {
|
|
|
2028
2028
|
/**
|
|
2029
2029
|
* Describes the settings that can be provided to the ViewSettingsDialog constructor.
|
|
2030
2030
|
*
|
|
2031
|
-
* @deprecated
|
|
2031
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2032
2032
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2033
2033
|
* functionality.
|
|
2034
|
-
* @experimental
|
|
2034
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
2035
2035
|
*/
|
|
2036
2036
|
interface $ViewSettingsDialogSettings
|
|
2037
2037
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2074,10 +2074,10 @@ declare namespace sap {
|
|
|
2074
2074
|
/**
|
|
2075
2075
|
* Describes the settings that can be provided to the Wizard constructor.
|
|
2076
2076
|
*
|
|
2077
|
-
* @deprecated
|
|
2077
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2078
2078
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2079
2079
|
* functionality.
|
|
2080
|
-
* @experimental
|
|
2080
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2081
2081
|
*/
|
|
2082
2082
|
interface $WizardSettings
|
|
2083
2083
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2118,10 +2118,10 @@ declare namespace sap {
|
|
|
2118
2118
|
/**
|
|
2119
2119
|
* Describes the settings that can be provided to the WizardStep constructor.
|
|
2120
2120
|
*
|
|
2121
|
-
* @deprecated
|
|
2121
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2122
2122
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2123
2123
|
* functionality.
|
|
2124
|
-
* @experimental
|
|
2124
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2125
2125
|
*/
|
|
2126
2126
|
interface $WizardStepSettings
|
|
2127
2127
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2613,10 +2613,10 @@ declare namespace sap {
|
|
|
2613
2613
|
* Keyboard Handling:
|
|
2614
2614
|
*
|
|
2615
2615
|
* @since 1.92.0
|
|
2616
|
-
* @deprecated
|
|
2616
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2617
2617
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2618
2618
|
* functionality.
|
|
2619
|
-
* @experimental
|
|
2619
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
2620
2620
|
*/
|
|
2621
2621
|
class Bar
|
|
2622
2622
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -2987,10 +2987,10 @@ declare namespace sap {
|
|
|
2987
2987
|
* documentation.
|
|
2988
2988
|
*
|
|
2989
2989
|
* @since 1.95.0
|
|
2990
|
-
* @deprecated
|
|
2990
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
2991
2991
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2992
2992
|
* functionality.
|
|
2993
|
-
* @experimental
|
|
2993
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
2994
2994
|
*/
|
|
2995
2995
|
class BarcodeScannerDialog extends sap.ui.core.webc.WebComponent {
|
|
2996
2996
|
/**
|
|
@@ -3285,10 +3285,10 @@ declare namespace sap {
|
|
|
3285
3285
|
* 720 px and can only be viewed by triggering it.
|
|
3286
3286
|
*
|
|
3287
3287
|
* @since 1.99.0
|
|
3288
|
-
* @deprecated
|
|
3288
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3289
3289
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3290
3290
|
* functionality.
|
|
3291
|
-
* @experimental
|
|
3291
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
3292
3292
|
*/
|
|
3293
3293
|
class DynamicSideContent extends sap.ui.core.webc.WebComponent {
|
|
3294
3294
|
/**
|
|
@@ -3836,10 +3836,10 @@ declare namespace sap {
|
|
|
3836
3836
|
* Usage:
|
|
3837
3837
|
*
|
|
3838
3838
|
* @since 1.97.0
|
|
3839
|
-
* @deprecated
|
|
3839
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
3840
3840
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3841
3841
|
* functionality.
|
|
3842
|
-
* @experimental
|
|
3842
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
3843
3843
|
*/
|
|
3844
3844
|
class FilterItem
|
|
3845
3845
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -4050,10 +4050,10 @@ declare namespace sap {
|
|
|
4050
4050
|
* Usage:
|
|
4051
4051
|
*
|
|
4052
4052
|
* @since 1.97.0
|
|
4053
|
-
* @deprecated
|
|
4053
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4054
4054
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4055
4055
|
* functionality.
|
|
4056
|
-
* @experimental
|
|
4056
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
4057
4057
|
*/
|
|
4058
4058
|
class FilterItemOption
|
|
4059
4059
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -4205,10 +4205,10 @@ declare namespace sap {
|
|
|
4205
4205
|
* Keyboard Handling:
|
|
4206
4206
|
*
|
|
4207
4207
|
* @since 1.92.0
|
|
4208
|
-
* @deprecated
|
|
4208
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4209
4209
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4210
4210
|
* functionality.
|
|
4211
|
-
* @experimental
|
|
4211
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
4212
4212
|
*/
|
|
4213
4213
|
class FlexibleColumnLayout extends sap.ui.core.webc.WebComponent {
|
|
4214
4214
|
/**
|
|
@@ -4713,10 +4713,10 @@ declare namespace sap {
|
|
|
4713
4713
|
* a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
|
|
4714
4714
|
*
|
|
4715
4715
|
* @since 1.95.0
|
|
4716
|
-
* @deprecated
|
|
4716
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
4717
4717
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4718
4718
|
* functionality.
|
|
4719
|
-
* @experimental
|
|
4719
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
4720
4720
|
*/
|
|
4721
4721
|
class IllustratedMessage extends sap.ui.core.webc.WebComponent {
|
|
4722
4722
|
/**
|
|
@@ -5119,10 +5119,10 @@ declare namespace sap {
|
|
|
5119
5119
|
*
|
|
5120
5120
|
*
|
|
5121
5121
|
* @since 1.99.0
|
|
5122
|
-
* @deprecated
|
|
5122
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5123
5123
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5124
5124
|
* functionality.
|
|
5125
|
-
* @experimental
|
|
5125
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
5126
5126
|
*/
|
|
5127
5127
|
class MediaGallery extends sap.ui.core.webc.WebComponent {
|
|
5128
5128
|
/**
|
|
@@ -5708,10 +5708,10 @@ declare namespace sap {
|
|
|
5708
5708
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
5709
5709
|
*
|
|
5710
5710
|
* @since 1.99.0
|
|
5711
|
-
* @deprecated
|
|
5711
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5712
5712
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5713
5713
|
* functionality.
|
|
5714
|
-
* @experimental
|
|
5714
|
+
* @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
|
|
5715
5715
|
*/
|
|
5716
5716
|
class MediaGalleryItem
|
|
5717
5717
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -5933,10 +5933,10 @@ declare namespace sap {
|
|
|
5933
5933
|
* and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
|
|
5934
5934
|
*
|
|
5935
5935
|
* @since 1.92.0
|
|
5936
|
-
* @deprecated
|
|
5936
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
5937
5937
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5938
5938
|
* functionality.
|
|
5939
|
-
* @experimental
|
|
5939
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
5940
5940
|
*/
|
|
5941
5941
|
class NotificationAction
|
|
5942
5942
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -6232,10 +6232,10 @@ declare namespace sap {
|
|
|
6232
6232
|
* - title-text - Used to style the titleText of the notification list group item
|
|
6233
6233
|
*
|
|
6234
6234
|
* @since 1.92.0
|
|
6235
|
-
* @deprecated
|
|
6235
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6236
6236
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6237
6237
|
* functionality.
|
|
6238
|
-
* @experimental
|
|
6238
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6239
6239
|
*/
|
|
6240
6240
|
class NotificationListGroupItem
|
|
6241
6241
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -6915,10 +6915,10 @@ declare namespace sap {
|
|
|
6915
6915
|
* - title-text - Used to style the titleText of the notification list item
|
|
6916
6916
|
*
|
|
6917
6917
|
* @since 1.92.0
|
|
6918
|
-
* @deprecated
|
|
6918
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
6919
6919
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6920
6920
|
* functionality.
|
|
6921
|
-
* @experimental
|
|
6921
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
6922
6922
|
*/
|
|
6923
6923
|
class NotificationListItem
|
|
6924
6924
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -7559,10 +7559,10 @@ declare namespace sap {
|
|
|
7559
7559
|
* - content - Used to style the content section of the component
|
|
7560
7560
|
*
|
|
7561
7561
|
* @since 1.92.0
|
|
7562
|
-
* @deprecated
|
|
7562
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7563
7563
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7564
7564
|
* functionality.
|
|
7565
|
-
* @experimental
|
|
7565
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
7566
7566
|
*/
|
|
7567
7567
|
class Page extends sap.ui.core.webc.WebComponent {
|
|
7568
7568
|
/**
|
|
@@ -7957,10 +7957,10 @@ declare namespace sap {
|
|
|
7957
7957
|
*
|
|
7958
7958
|
*
|
|
7959
7959
|
* @since 1.92.0
|
|
7960
|
-
* @deprecated
|
|
7960
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
7961
7961
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7962
7962
|
* functionality.
|
|
7963
|
-
* @experimental
|
|
7963
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
7964
7964
|
*/
|
|
7965
7965
|
class ProductSwitch extends sap.ui.core.webc.WebComponent {
|
|
7966
7966
|
/**
|
|
@@ -8120,10 +8120,10 @@ declare namespace sap {
|
|
|
8120
8120
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
8121
8121
|
*
|
|
8122
8122
|
* @since 1.92.0
|
|
8123
|
-
* @deprecated
|
|
8123
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
8124
8124
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8125
8125
|
* functionality.
|
|
8126
|
-
* @experimental
|
|
8126
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
8127
8127
|
*/
|
|
8128
8128
|
class ProductSwitchItem
|
|
8129
8129
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -8474,10 +8474,10 @@ declare namespace sap {
|
|
|
8474
8474
|
* Keyboard Handling:
|
|
8475
8475
|
*
|
|
8476
8476
|
* @since 1.92.0
|
|
8477
|
-
* @deprecated
|
|
8477
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
8478
8478
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8479
8479
|
* functionality.
|
|
8480
|
-
* @experimental
|
|
8480
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
8481
8481
|
*/
|
|
8482
8482
|
class ShellBar extends sap.ui.core.webc.WebComponent {
|
|
8483
8483
|
/**
|
|
@@ -9669,10 +9669,10 @@ declare namespace sap {
|
|
|
9669
9669
|
}
|
|
9670
9670
|
/**
|
|
9671
9671
|
* @since 1.92.0
|
|
9672
|
-
* @deprecated
|
|
9672
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
9673
9673
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9674
9674
|
* functionality.
|
|
9675
|
-
* @experimental
|
|
9675
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
9676
9676
|
*/
|
|
9677
9677
|
class ShellBarItem
|
|
9678
9678
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -9935,10 +9935,10 @@ declare namespace sap {
|
|
|
9935
9935
|
* Keyboard Handling:
|
|
9936
9936
|
*
|
|
9937
9937
|
* @since 1.92.0
|
|
9938
|
-
* @deprecated
|
|
9938
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
9939
9939
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9940
9940
|
* functionality.
|
|
9941
|
-
* @experimental
|
|
9941
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
9942
9942
|
*/
|
|
9943
9943
|
class SideNavigation extends sap.ui.core.webc.WebComponent {
|
|
9944
9944
|
/**
|
|
@@ -10366,10 +10366,10 @@ declare namespace sap {
|
|
|
10366
10366
|
* the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
|
|
10367
10367
|
*
|
|
10368
10368
|
* @since 1.92.0
|
|
10369
|
-
* @deprecated
|
|
10369
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
10370
10370
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10371
10371
|
* functionality.
|
|
10372
|
-
* @experimental
|
|
10372
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
10373
10373
|
*/
|
|
10374
10374
|
class SideNavigationItem
|
|
10375
10375
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -10764,10 +10764,10 @@ declare namespace sap {
|
|
|
10764
10764
|
* only.
|
|
10765
10765
|
*
|
|
10766
10766
|
* @since 1.92.0
|
|
10767
|
-
* @deprecated
|
|
10767
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
10768
10768
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10769
10769
|
* functionality.
|
|
10770
|
-
* @experimental
|
|
10770
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
10771
10771
|
*/
|
|
10772
10772
|
class SideNavigationSubItem
|
|
10773
10773
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -11023,10 +11023,10 @@ declare namespace sap {
|
|
|
11023
11023
|
* Usage:
|
|
11024
11024
|
*
|
|
11025
11025
|
* @since 1.97.0
|
|
11026
|
-
* @deprecated
|
|
11026
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
11027
11027
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11028
11028
|
* functionality.
|
|
11029
|
-
* @experimental
|
|
11029
|
+
* @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
|
|
11030
11030
|
*/
|
|
11031
11031
|
class SortItem
|
|
11032
11032
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -11165,10 +11165,10 @@ declare namespace sap {
|
|
|
11165
11165
|
* integrated within SAP Jam.
|
|
11166
11166
|
*
|
|
11167
11167
|
* @since 1.92.0
|
|
11168
|
-
* @deprecated
|
|
11168
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
11169
11169
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11170
11170
|
* functionality.
|
|
11171
|
-
* @experimental
|
|
11171
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
11172
11172
|
*/
|
|
11173
11173
|
class Timeline extends sap.ui.core.webc.WebComponent {
|
|
11174
11174
|
/**
|
|
@@ -11433,10 +11433,10 @@ declare namespace sap {
|
|
|
11433
11433
|
* An entry posted on the timeline.
|
|
11434
11434
|
*
|
|
11435
11435
|
* @since 1.92.0
|
|
11436
|
-
* @deprecated
|
|
11436
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
11437
11437
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11438
11438
|
* functionality.
|
|
11439
|
-
* @experimental
|
|
11439
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
11440
11440
|
*/
|
|
11441
11441
|
class TimelineItem
|
|
11442
11442
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -11825,10 +11825,10 @@ declare namespace sap {
|
|
|
11825
11825
|
* of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
|
|
11826
11826
|
*
|
|
11827
11827
|
* @since 1.92.0
|
|
11828
|
-
* @deprecated
|
|
11828
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
11829
11829
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11830
11830
|
* functionality.
|
|
11831
|
-
* @experimental
|
|
11831
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
11832
11832
|
*/
|
|
11833
11833
|
class UploadCollection extends sap.ui.core.webc.WebComponent {
|
|
11834
11834
|
/**
|
|
@@ -12516,10 +12516,10 @@ declare namespace sap {
|
|
|
12516
12516
|
* Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
|
|
12517
12517
|
*
|
|
12518
12518
|
* @since 1.92.0
|
|
12519
|
-
* @deprecated
|
|
12519
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
12520
12520
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12521
12521
|
* functionality.
|
|
12522
|
-
* @experimental
|
|
12522
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
12523
12523
|
*/
|
|
12524
12524
|
class UploadCollectionItem
|
|
12525
12525
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -13571,10 +13571,10 @@ declare namespace sap {
|
|
|
13571
13571
|
* Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
|
|
13572
13572
|
*
|
|
13573
13573
|
* @since 1.95.0
|
|
13574
|
-
* @deprecated
|
|
13574
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
13575
13575
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13576
13576
|
* functionality.
|
|
13577
|
-
* @experimental
|
|
13577
|
+
* @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
|
|
13578
13578
|
*/
|
|
13579
13579
|
class ViewSettingsDialog extends sap.ui.core.webc.WebComponent {
|
|
13580
13580
|
/**
|
|
@@ -14164,10 +14164,10 @@ declare namespace sap {
|
|
|
14164
14164
|
* a dialog.
|
|
14165
14165
|
*
|
|
14166
14166
|
* @since 1.92.0
|
|
14167
|
-
* @deprecated
|
|
14167
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
14168
14168
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14169
14169
|
* functionality.
|
|
14170
|
-
* @experimental
|
|
14170
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
14171
14171
|
*/
|
|
14172
14172
|
class Wizard extends sap.ui.core.webc.WebComponent {
|
|
14173
14173
|
/**
|
|
@@ -14462,10 +14462,10 @@ declare namespace sap {
|
|
|
14462
14462
|
* component and should not be used standalone.
|
|
14463
14463
|
*
|
|
14464
14464
|
* @since 1.92.0
|
|
14465
|
-
* @deprecated
|
|
14465
|
+
* @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
|
|
14466
14466
|
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14467
14467
|
* functionality.
|
|
14468
|
-
* @experimental
|
|
14468
|
+
* @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
|
|
14469
14469
|
*/
|
|
14470
14470
|
class WizardStep
|
|
14471
14471
|
extends sap.ui.core.webc.WebComponent
|
|
@@ -14849,7 +14849,7 @@ declare namespace sap {
|
|
|
14849
14849
|
* 'BarDesign'.
|
|
14850
14850
|
*
|
|
14851
14851
|
* @since 1.92.0
|
|
14852
|
-
* @experimental
|
|
14852
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
14853
14853
|
*/
|
|
14854
14854
|
enum BarDesign {
|
|
14855
14855
|
/**
|
|
@@ -14876,7 +14876,7 @@ declare namespace sap {
|
|
|
14876
14876
|
* 'FCLLayout'.
|
|
14877
14877
|
*
|
|
14878
14878
|
* @since 1.92.0
|
|
14879
|
-
* @experimental
|
|
14879
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
14880
14880
|
*/
|
|
14881
14881
|
enum FCLLayout {
|
|
14882
14882
|
/**
|
|
@@ -14953,7 +14953,7 @@ declare namespace sap {
|
|
|
14953
14953
|
* 'IllustrationMessageSize'.
|
|
14954
14954
|
*
|
|
14955
14955
|
* @since 1.106.0
|
|
14956
|
-
* @experimental
|
|
14956
|
+
* @experimental As of version 1.106.0. This API is experimental and might change significantly.
|
|
14957
14957
|
*/
|
|
14958
14958
|
enum IllustrationMessageSize {
|
|
14959
14959
|
/**
|
|
@@ -14991,7 +14991,7 @@ declare namespace sap {
|
|
|
14991
14991
|
* 'IllustrationMessageType'.
|
|
14992
14992
|
*
|
|
14993
14993
|
* @since 1.95.0
|
|
14994
|
-
* @experimental
|
|
14994
|
+
* @experimental As of version 1.95.0. This API is experimental and might change significantly.
|
|
14995
14995
|
*/
|
|
14996
14996
|
enum IllustrationMessageType {
|
|
14997
14997
|
/**
|
|
@@ -15374,7 +15374,7 @@ declare namespace sap {
|
|
|
15374
15374
|
* 'MediaGalleryItemLayout'.
|
|
15375
15375
|
*
|
|
15376
15376
|
* @since 1.99.0
|
|
15377
|
-
* @experimental
|
|
15377
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
15378
15378
|
*/
|
|
15379
15379
|
enum MediaGalleryItemLayout {
|
|
15380
15380
|
/**
|
|
@@ -15397,7 +15397,7 @@ declare namespace sap {
|
|
|
15397
15397
|
* 'MediaGalleryLayout'.
|
|
15398
15398
|
*
|
|
15399
15399
|
* @since 1.99.0
|
|
15400
|
-
* @experimental
|
|
15400
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
15401
15401
|
*/
|
|
15402
15402
|
enum MediaGalleryLayout {
|
|
15403
15403
|
/**
|
|
@@ -15420,7 +15420,7 @@ declare namespace sap {
|
|
|
15420
15420
|
* 'MediaGalleryMenuHorizontalAlign'.
|
|
15421
15421
|
*
|
|
15422
15422
|
* @since 1.99.0
|
|
15423
|
-
* @experimental
|
|
15423
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
15424
15424
|
*/
|
|
15425
15425
|
enum MediaGalleryMenuHorizontalAlign {
|
|
15426
15426
|
/**
|
|
@@ -15439,7 +15439,7 @@ declare namespace sap {
|
|
|
15439
15439
|
* 'MediaGalleryMenuVerticalAlign'.
|
|
15440
15440
|
*
|
|
15441
15441
|
* @since 1.99.0
|
|
15442
|
-
* @experimental
|
|
15442
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
15443
15443
|
*/
|
|
15444
15444
|
enum MediaGalleryMenuVerticalAlign {
|
|
15445
15445
|
/**
|
|
@@ -15458,7 +15458,7 @@ declare namespace sap {
|
|
|
15458
15458
|
* 'PageBackgroundDesign'.
|
|
15459
15459
|
*
|
|
15460
15460
|
* @since 1.92.0
|
|
15461
|
-
* @experimental
|
|
15461
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
15462
15462
|
*/
|
|
15463
15463
|
enum PageBackgroundDesign {
|
|
15464
15464
|
/**
|
|
@@ -15481,7 +15481,7 @@ declare namespace sap {
|
|
|
15481
15481
|
* 'SideContentFallDown'.
|
|
15482
15482
|
*
|
|
15483
15483
|
* @since 1.99.0
|
|
15484
|
-
* @experimental
|
|
15484
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
15485
15485
|
*/
|
|
15486
15486
|
enum SideContentFallDown {
|
|
15487
15487
|
/**
|
|
@@ -15508,7 +15508,7 @@ declare namespace sap {
|
|
|
15508
15508
|
* 'SideContentPosition'.
|
|
15509
15509
|
*
|
|
15510
15510
|
* @since 1.99.0
|
|
15511
|
-
* @experimental
|
|
15511
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
15512
15512
|
*/
|
|
15513
15513
|
enum SideContentPosition {
|
|
15514
15514
|
/**
|
|
@@ -15529,7 +15529,7 @@ declare namespace sap {
|
|
|
15529
15529
|
* 'SideContentVisibility'.
|
|
15530
15530
|
*
|
|
15531
15531
|
* @since 1.99.0
|
|
15532
|
-
* @experimental
|
|
15532
|
+
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
15533
15533
|
*/
|
|
15534
15534
|
enum SideContentVisibility {
|
|
15535
15535
|
/**
|
|
@@ -15560,7 +15560,7 @@ declare namespace sap {
|
|
|
15560
15560
|
* 'TimelineLayout'.
|
|
15561
15561
|
*
|
|
15562
15562
|
* @since 1.92.0
|
|
15563
|
-
* @experimental
|
|
15563
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
15564
15564
|
*/
|
|
15565
15565
|
enum TimelineLayout {
|
|
15566
15566
|
/**
|
|
@@ -15579,7 +15579,7 @@ declare namespace sap {
|
|
|
15579
15579
|
* 'UploadState'.
|
|
15580
15580
|
*
|
|
15581
15581
|
* @since 1.92.0
|
|
15582
|
-
* @experimental
|
|
15582
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
15583
15583
|
*/
|
|
15584
15584
|
enum UploadState {
|
|
15585
15585
|
/**
|
|
@@ -15606,7 +15606,7 @@ declare namespace sap {
|
|
|
15606
15606
|
* 'ViewSettingsDialogMode'.
|
|
15607
15607
|
*
|
|
15608
15608
|
* @since 1.115.0
|
|
15609
|
-
* @experimental
|
|
15609
|
+
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
15610
15610
|
*/
|
|
15611
15611
|
enum ViewSettingsDialogMode {
|
|
15612
15612
|
/**
|
|
@@ -15625,7 +15625,7 @@ declare namespace sap {
|
|
|
15625
15625
|
* 'WizardContentLayout'.
|
|
15626
15626
|
*
|
|
15627
15627
|
* @since 1.92.0
|
|
15628
|
-
* @experimental
|
|
15628
|
+
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
15629
15629
|
*/
|
|
15630
15630
|
enum WizardContentLayout {
|
|
15631
15631
|
/**
|