@openui5/ts-types 1.107.1 → 1.108.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -11,7 +11,8 @@ declare namespace sap {
11
11
  namespace ux3 {
12
12
  /**
13
13
  * @deprecated (since 1.36) - This class was never released for productive use and will never be.
14
- * @EXPERIMENTAL (since 1.0)
14
+ * @EXPERIMENTAL (since 1.0) - The Shell-features Personalization, Color Picker and “Inspect”-Tool are only
15
+ * experimental work and might change or disappear in future versions.
15
16
  *
16
17
  * Experimental implementation of visual Ux3 Shell personalization / branding.
17
18
  *
@@ -5177,7 +5178,7 @@ declare namespace sap {
5177
5178
  }
5178
5179
  /**
5179
5180
  * @deprecated (since 1.38)
5180
- * @EXPERIMENTAL (since 1.2)
5181
+ * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
5181
5182
  *
5182
5183
  * A comprehensive UI design approach with graphical and functional elements for searching data, exploring
5183
5184
  * data, and acting on the data ("Explore and Act (Exact) Pattern").
@@ -5535,7 +5536,7 @@ declare namespace sap {
5535
5536
  }
5536
5537
  /**
5537
5538
  * @deprecated (since 1.38)
5538
- * @EXPERIMENTAL (since 1.6)
5539
+ * @EXPERIMENTAL (since 1.6) - API is not yet finished and might change completely
5539
5540
  *
5540
5541
  * Consists of two sections: A tool bar and a content area where arbitrary controls can be added. The ExactArea
5541
5542
  * is intended to be used for the Exact design approach but alternatively also in a stand alone version.
@@ -7733,7 +7734,9 @@ declare namespace sap {
7733
7734
  }
7734
7735
  /**
7735
7736
  * @deprecated (since 1.38) - Instead, use **any** `sap.ui.layout` container control.
7736
- * @EXPERIMENTAL (since 1.2)
7737
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
7738
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
7739
+ * Feed model topic is still open.
7737
7740
  *
7738
7741
  * A container control representing a full feed page, including feeder and updates.
7739
7742
  */
@@ -8567,7 +8570,9 @@ declare namespace sap {
8567
8570
  }
8568
8571
  /**
8569
8572
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedListItem` control.
8570
- * @EXPERIMENTAL (since 1.2)
8573
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
8574
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
8575
+ * Feed model topic is still open.
8571
8576
  *
8572
8577
  * The unit that is embedded - single-wise or in a multiple way - into a Feed control. The control provides
8573
8578
  * a set of properties for text, sender information, time stamp, comments, and functions such as flagging
@@ -9945,7 +9950,9 @@ declare namespace sap {
9945
9950
  }
9946
9951
  /**
9947
9952
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedInput` control.
9948
- * @EXPERIMENTAL (since 1.2)
9953
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
9954
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
9955
+ * Feed model topic is still open.
9949
9956
  *
9950
9957
  * This feed control flavor represents a lean common feed, or a comment feed, with a text commit function.
9951
9958
  * The control can be used stand alone or in a multiple way, and generally would be integrated directly
@@ -17767,7 +17774,7 @@ declare namespace sap {
17767
17774
  }
17768
17775
  /**
17769
17776
  * @deprecated (since 1.38)
17770
- * @EXPERIMENTAL (since 1.2)
17777
+ * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
17771
17778
  *
17772
17779
  * Enumeration of available standard actions for 'sap.ui.ux3.ActionBar'. To be used as parameters for function
17773
17780
  * 'sap.ui.ux3.ActionBar.getSocialAction'.
@@ -17812,7 +17819,9 @@ declare namespace sap {
17812
17819
  }
17813
17820
  /**
17814
17821
  * @deprecated (since 1.38)
17815
- * @EXPERIMENTAL (since 1.2)
17822
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
17823
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
17824
+ * Feed model topic is still open.
17816
17825
  *
17817
17826
  * Type of a Feeder.
17818
17827
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -20,7 +20,7 @@ declare namespace sap {
20
20
 
21
21
  /**
22
22
  * @SINCE 1.92.0
23
- * @EXPERIMENTAL (since 1.92.0)
23
+ * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
24
24
  *
25
25
  * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
26
26
  * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
@@ -69,7 +69,7 @@ declare namespace sap {
69
69
  }
70
70
  /**
71
71
  * @SINCE 1.92.0
72
- * @EXPERIMENTAL (since 1.92.0)
72
+ * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
73
73
  */
74
74
  class WebComponentMetadata extends sap.ui.core.ElementMetadata {
75
75
  /**
@@ -1,18 +1,18 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  namespace webc {
6
6
  /**
7
7
  * @SINCE 1.92.0
8
- * @EXPERIMENTAL (since 1.92.0)
8
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
9
9
  *
10
10
  * SAPUI5 library with controls based on UI5 Web Components
11
11
  */
12
12
  namespace fiori {
13
13
  /**
14
14
  * @SINCE 1.99.0
15
- * @EXPERIMENTAL (since 1.99.0)
15
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
16
16
  *
17
17
  * Interface for components that may be slotted inside `ui5-page` as header and footer.
18
18
  */
@@ -22,7 +22,7 @@ declare namespace sap {
22
22
 
23
23
  /**
24
24
  * @SINCE 1.97.0
25
- * @EXPERIMENTAL (since 1.97.0)
25
+ * @EXPERIMENTAL (since 1.97.0) - This API is experimental and might change significantly.
26
26
  *
27
27
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
28
28
  */
@@ -32,7 +32,7 @@ declare namespace sap {
32
32
 
33
33
  /**
34
34
  * @SINCE 1.97.0
35
- * @EXPERIMENTAL (since 1.97.0)
35
+ * @EXPERIMENTAL (since 1.97.0) - This API is experimental and might change significantly.
36
36
  *
37
37
  * Interface for components that may be slotted inside `ui5-filter-item` as values
38
38
  */
@@ -42,7 +42,7 @@ declare namespace sap {
42
42
 
43
43
  /**
44
44
  * @SINCE 1.99.0
45
- * @EXPERIMENTAL (since 1.99.0)
45
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
46
46
  *
47
47
  * Interface for components that can be slotted inside `ui5-media-gallery` as items.
48
48
  */
@@ -52,7 +52,7 @@ declare namespace sap {
52
52
 
53
53
  /**
54
54
  * @SINCE 1.92.0
55
- * @EXPERIMENTAL (since 1.92.0)
55
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
56
56
  *
57
57
  * Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
58
58
  */
@@ -62,7 +62,7 @@ declare namespace sap {
62
62
 
63
63
  /**
64
64
  * @SINCE 1.92.0
65
- * @EXPERIMENTAL (since 1.92.0)
65
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
66
66
  *
67
67
  * Interface for components that may be slotted inside a notification list
68
68
  */
@@ -72,7 +72,7 @@ declare namespace sap {
72
72
 
73
73
  /**
74
74
  * @SINCE 1.92.0
75
- * @EXPERIMENTAL (since 1.92.0)
75
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
76
76
  *
77
77
  * Interface for components that may be slotted inside `ui5-product-switch` as items
78
78
  */
@@ -82,7 +82,7 @@ declare namespace sap {
82
82
 
83
83
  /**
84
84
  * @SINCE 1.92.0
85
- * @EXPERIMENTAL (since 1.92.0)
85
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
86
86
  *
87
87
  * Interface for components that may be slotted inside `ui5-shellbar` as items
88
88
  */
@@ -92,7 +92,7 @@ declare namespace sap {
92
92
 
93
93
  /**
94
94
  * @SINCE 1.92.0
95
- * @EXPERIMENTAL (since 1.92.0)
95
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
96
96
  *
97
97
  * Interface for components that may be slotted inside `ui5-side-navigation` as items
98
98
  */
@@ -102,7 +102,7 @@ declare namespace sap {
102
102
 
103
103
  /**
104
104
  * @SINCE 1.92.0
105
- * @EXPERIMENTAL (since 1.92.0)
105
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
106
106
  *
107
107
  * Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
108
108
  */
@@ -112,7 +112,7 @@ declare namespace sap {
112
112
 
113
113
  /**
114
114
  * @SINCE 1.97.0
115
- * @EXPERIMENTAL (since 1.97.0)
115
+ * @EXPERIMENTAL (since 1.97.0) - This API is experimental and might change significantly.
116
116
  *
117
117
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
118
118
  */
@@ -122,7 +122,7 @@ declare namespace sap {
122
122
 
123
123
  /**
124
124
  * @SINCE 1.92.0
125
- * @EXPERIMENTAL (since 1.92.0)
125
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
126
126
  *
127
127
  * Interface for components that may be slotted inside `ui5-timeline` as items
128
128
  */
@@ -132,7 +132,7 @@ declare namespace sap {
132
132
 
133
133
  /**
134
134
  * @SINCE 1.92.0
135
- * @EXPERIMENTAL (since 1.92.0)
135
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
136
136
  *
137
137
  * Interface for components that may be slotted inside `ui5-upload-collection` as items
138
138
  */
@@ -142,7 +142,7 @@ declare namespace sap {
142
142
 
143
143
  /**
144
144
  * @SINCE 1.92.0
145
- * @EXPERIMENTAL (since 1.92.0)
145
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
146
146
  *
147
147
  * Interface for components that may be slotted inside `ui5-wizard` as wizard steps
148
148
  */
@@ -1834,7 +1834,7 @@ declare namespace sap {
1834
1834
 
1835
1835
  /**
1836
1836
  * @SINCE 1.92.0
1837
- * @EXPERIMENTAL (since 1.92.0)
1837
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
1838
1838
  *
1839
1839
  * Overview: The Bar is a container which is primarily used to hold titles, buttons and input elements and
1840
1840
  * its design and functionality is the basis for page headers and footers. The component consists of three
@@ -2204,7 +2204,7 @@ declare namespace sap {
2204
2204
  }
2205
2205
  /**
2206
2206
  * @SINCE 1.95.0
2207
- * @EXPERIMENTAL (since 1.95.0)
2207
+ * @EXPERIMENTAL (since 1.95.0) - This control is experimental and its API might change significantly.
2208
2208
  *
2209
2209
  * Overview:
2210
2210
  *
@@ -2459,7 +2459,7 @@ declare namespace sap {
2459
2459
  }
2460
2460
  /**
2461
2461
  * @SINCE 1.99.0
2462
- * @EXPERIMENTAL (since 1.99.0)
2462
+ * @EXPERIMENTAL (since 1.99.0) - This control is experimental and its API might change significantly.
2463
2463
  *
2464
2464
  * Overview:
2465
2465
  *
@@ -3045,7 +3045,7 @@ declare namespace sap {
3045
3045
  }
3046
3046
  /**
3047
3047
  * @SINCE 1.97.0
3048
- * @EXPERIMENTAL (since 1.97.0)
3048
+ * @EXPERIMENTAL (since 1.97.0) - This control is experimental and its API might change significantly.
3049
3049
  *
3050
3050
  * Overview:
3051
3051
  *
@@ -3216,7 +3216,7 @@ declare namespace sap {
3216
3216
  }
3217
3217
  /**
3218
3218
  * @SINCE 1.97.0
3219
- * @EXPERIMENTAL (since 1.97.0)
3219
+ * @EXPERIMENTAL (since 1.97.0) - This control is experimental and its API might change significantly.
3220
3220
  *
3221
3221
  * Overview:
3222
3222
  *
@@ -3343,7 +3343,7 @@ declare namespace sap {
3343
3343
  }
3344
3344
  /**
3345
3345
  * @SINCE 1.92.0
3346
- * @EXPERIMENTAL (since 1.92.0)
3346
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
3347
3347
  *
3348
3348
  * Overview:
3349
3349
  *
@@ -3854,7 +3854,7 @@ declare namespace sap {
3854
3854
  }
3855
3855
  /**
3856
3856
  * @SINCE 1.95.0
3857
- * @EXPERIMENTAL (since 1.95.0)
3857
+ * @EXPERIMENTAL (since 1.95.0) - This control is experimental and its API might change significantly.
3858
3858
  *
3859
3859
  * Overview: An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging
3860
3860
  * illustration, and conversational tone to better communicate an empty or a success state than just show
@@ -4173,7 +4173,7 @@ declare namespace sap {
4173
4173
  }
4174
4174
  /**
4175
4175
  * @SINCE 1.99.0
4176
- * @EXPERIMENTAL (since 1.99.0)
4176
+ * @EXPERIMENTAL (since 1.99.0) - This control is experimental and its API might change significantly.
4177
4177
  *
4178
4178
  * Overview:
4179
4179
  *
@@ -4737,7 +4737,7 @@ declare namespace sap {
4737
4737
  }
4738
4738
  /**
4739
4739
  * @SINCE 1.99.0
4740
- * @EXPERIMENTAL (since 1.99.0)
4740
+ * @EXPERIMENTAL (since 1.99.0) - This control is experimental and its API might change significantly.
4741
4741
  *
4742
4742
  * Overview: The `sap.ui.webc.fiori.MediaGalleryItem` web component represents the items displayed in the
4743
4743
  * `sap.ui.webc.fiori.MediaGallery` web component.
@@ -4958,7 +4958,7 @@ declare namespace sap {
4958
4958
  }
4959
4959
  /**
4960
4960
  * @SINCE 1.92.0
4961
- * @EXPERIMENTAL (since 1.92.0)
4961
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
4962
4962
  *
4963
4963
  * The `sap.ui.webc.fiori.NotificationAction` represents an abstract action, used in the `sap.ui.webc.fiori.NotificationListItem`
4964
4964
  * and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
@@ -5164,7 +5164,7 @@ declare namespace sap {
5164
5164
  }
5165
5165
  /**
5166
5166
  * @SINCE 1.92.0
5167
- * @EXPERIMENTAL (since 1.92.0)
5167
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
5168
5168
  *
5169
5169
  * Overview: The `sap.ui.webc.fiori.NotificationListGroupItem` is a special type of list item, that unlike
5170
5170
  * others can group items within self, usually `sap.ui.webc.fiori.NotificationListItem` items.
@@ -5779,7 +5779,7 @@ declare namespace sap {
5779
5779
  }
5780
5780
  /**
5781
5781
  * @SINCE 1.92.0
5782
- * @EXPERIMENTAL (since 1.92.0)
5782
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
5783
5783
  *
5784
5784
  * Overview: The `sap.ui.webc.fiori.NotificationListItem` is a type of list item, meant to display notifications.
5785
5785
  *
@@ -6362,7 +6362,7 @@ declare namespace sap {
6362
6362
  }
6363
6363
  /**
6364
6364
  * @SINCE 1.92.0
6365
- * @EXPERIMENTAL (since 1.92.0)
6365
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
6366
6366
  *
6367
6367
  * Overview:
6368
6368
  *
@@ -6735,7 +6735,7 @@ declare namespace sap {
6735
6735
  }
6736
6736
  /**
6737
6737
  * @SINCE 1.92.0
6738
- * @EXPERIMENTAL (since 1.92.0)
6738
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
6739
6739
  *
6740
6740
  * Overview:
6741
6741
  *
@@ -6888,7 +6888,7 @@ declare namespace sap {
6888
6888
  }
6889
6889
  /**
6890
6890
  * @SINCE 1.92.0
6891
- * @EXPERIMENTAL (since 1.92.0)
6891
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
6892
6892
  *
6893
6893
  * Overview: The `sap.ui.webc.fiori.ProductSwitchItem` web component represents the items displayed in the
6894
6894
  * `sap.ui.webc.fiori.ProductSwitch` web component.
@@ -7214,7 +7214,7 @@ declare namespace sap {
7214
7214
  }
7215
7215
  /**
7216
7216
  * @SINCE 1.92.0
7217
- * @EXPERIMENTAL (since 1.92.0)
7217
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
7218
7218
  *
7219
7219
  * Overview:
7220
7220
  *
@@ -8271,7 +8271,7 @@ declare namespace sap {
8271
8271
  }
8272
8272
  /**
8273
8273
  * @SINCE 1.92.0
8274
- * @EXPERIMENTAL (since 1.92.0)
8274
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
8275
8275
  */
8276
8276
  class ShellBarItem
8277
8277
  extends sap.ui.webc.common.WebComponent
@@ -8502,7 +8502,7 @@ declare namespace sap {
8502
8502
  }
8503
8503
  /**
8504
8504
  * @SINCE 1.92.0
8505
- * @EXPERIMENTAL (since 1.92.0)
8505
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
8506
8506
  *
8507
8507
  * Overview:
8508
8508
  *
@@ -8922,7 +8922,7 @@ declare namespace sap {
8922
8922
  }
8923
8923
  /**
8924
8924
  * @SINCE 1.92.0
8925
- * @EXPERIMENTAL (since 1.92.0)
8925
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
8926
8926
  *
8927
8927
  * Overview:
8928
8928
  *
@@ -9218,7 +9218,7 @@ declare namespace sap {
9218
9218
  }
9219
9219
  /**
9220
9220
  * @SINCE 1.92.0
9221
- * @EXPERIMENTAL (since 1.92.0)
9221
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
9222
9222
  *
9223
9223
  * Overview:
9224
9224
  *
@@ -9386,7 +9386,7 @@ declare namespace sap {
9386
9386
  }
9387
9387
  /**
9388
9388
  * @SINCE 1.97.0
9389
- * @EXPERIMENTAL (since 1.97.0)
9389
+ * @EXPERIMENTAL (since 1.97.0) - This control is experimental and its API might change significantly.
9390
9390
  *
9391
9391
  * Overview:
9392
9392
  *
@@ -9513,7 +9513,7 @@ declare namespace sap {
9513
9513
  }
9514
9514
  /**
9515
9515
  * @SINCE 1.92.0
9516
- * @EXPERIMENTAL (since 1.92.0)
9516
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
9517
9517
  *
9518
9518
  * Overview:
9519
9519
  *
@@ -9767,7 +9767,7 @@ declare namespace sap {
9767
9767
  }
9768
9768
  /**
9769
9769
  * @SINCE 1.92.0
9770
- * @EXPERIMENTAL (since 1.92.0)
9770
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
9771
9771
  *
9772
9772
  * Overview:
9773
9773
  *
@@ -10133,7 +10133,7 @@ declare namespace sap {
10133
10133
  }
10134
10134
  /**
10135
10135
  * @SINCE 1.92.0
10136
- * @EXPERIMENTAL (since 1.92.0)
10136
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
10137
10137
  *
10138
10138
  * Overview: This component allows you to represent files before uploading them to a server, with the help
10139
10139
  * of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
@@ -10808,7 +10808,7 @@ declare namespace sap {
10808
10808
  }
10809
10809
  /**
10810
10810
  * @SINCE 1.92.0
10811
- * @EXPERIMENTAL (since 1.92.0)
10811
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
10812
10812
  *
10813
10813
  * Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
10814
10814
  */
@@ -11517,7 +11517,7 @@ declare namespace sap {
11517
11517
  }
11518
11518
  /**
11519
11519
  * @SINCE 1.95.0
11520
- * @EXPERIMENTAL (since 1.95.0)
11520
+ * @EXPERIMENTAL (since 1.95.0) - This control is experimental and its API might change significantly.
11521
11521
  *
11522
11522
  * Overview: The `sap.ui.webc.fiori.ViewSettingsDialog` component helps the user to sort data within a list
11523
11523
  * or a table. It consists of several lists like `Sort order` which is built-in and `Sort By` and `Filter
@@ -12046,7 +12046,7 @@ declare namespace sap {
12046
12046
  }
12047
12047
  /**
12048
12048
  * @SINCE 1.92.0
12049
- * @EXPERIMENTAL (since 1.92.0)
12049
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
12050
12050
  *
12051
12051
  * Overview:
12052
12052
  *
@@ -12362,7 +12362,7 @@ declare namespace sap {
12362
12362
  }
12363
12363
  /**
12364
12364
  * @SINCE 1.92.0
12365
- * @EXPERIMENTAL (since 1.92.0)
12365
+ * @EXPERIMENTAL (since 1.92.0) - This control is experimental and its API might change significantly.
12366
12366
  *
12367
12367
  * Overview:
12368
12368
  *
@@ -12736,7 +12736,7 @@ declare namespace sap {
12736
12736
  }
12737
12737
  /**
12738
12738
  * @SINCE 1.92.0
12739
- * @EXPERIMENTAL (since 1.92.0)
12739
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
12740
12740
  *
12741
12741
  * Different types of Bar.
12742
12742
  */
@@ -12760,7 +12760,7 @@ declare namespace sap {
12760
12760
  }
12761
12761
  /**
12762
12762
  * @SINCE 1.92.0
12763
- * @EXPERIMENTAL (since 1.92.0)
12763
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
12764
12764
  *
12765
12765
  * undefined
12766
12766
  */
@@ -12833,7 +12833,7 @@ declare namespace sap {
12833
12833
  }
12834
12834
  /**
12835
12835
  * @SINCE 1.106.0
12836
- * @EXPERIMENTAL (since 1.106.0)
12836
+ * @EXPERIMENTAL (since 1.106.0) - This API is experimental and might change significantly.
12837
12837
  *
12838
12838
  * Different types of IllustrationMessageSize.
12839
12839
  */
@@ -12868,7 +12868,7 @@ declare namespace sap {
12868
12868
  }
12869
12869
  /**
12870
12870
  * @SINCE 1.95.0
12871
- * @EXPERIMENTAL (since 1.95.0)
12871
+ * @EXPERIMENTAL (since 1.95.0) - This API is experimental and might change significantly.
12872
12872
  *
12873
12873
  * Different illustration types of Illustrated Message.
12874
12874
  */
@@ -13228,7 +13228,7 @@ declare namespace sap {
13228
13228
  }
13229
13229
  /**
13230
13230
  * @SINCE 1.99.0
13231
- * @EXPERIMENTAL (since 1.99.0)
13231
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
13232
13232
  *
13233
13233
  * Defines the layout of the content displayed in the `ui5-media-gallery-item`.
13234
13234
  */
@@ -13248,7 +13248,7 @@ declare namespace sap {
13248
13248
  }
13249
13249
  /**
13250
13250
  * @SINCE 1.99.0
13251
- * @EXPERIMENTAL (since 1.99.0)
13251
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
13252
13252
  *
13253
13253
  * Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
13254
13254
  */
@@ -13268,7 +13268,7 @@ declare namespace sap {
13268
13268
  }
13269
13269
  /**
13270
13270
  * @SINCE 1.99.0
13271
- * @EXPERIMENTAL (since 1.99.0)
13271
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
13272
13272
  *
13273
13273
  * Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
13274
13274
  */
@@ -13284,7 +13284,7 @@ declare namespace sap {
13284
13284
  }
13285
13285
  /**
13286
13286
  * @SINCE 1.99.0
13287
- * @EXPERIMENTAL (since 1.99.0)
13287
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
13288
13288
  *
13289
13289
  * Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
13290
13290
  */
@@ -13300,7 +13300,7 @@ declare namespace sap {
13300
13300
  }
13301
13301
  /**
13302
13302
  * @SINCE 1.92.0
13303
- * @EXPERIMENTAL (since 1.92.0)
13303
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
13304
13304
  *
13305
13305
  * undefined
13306
13306
  */
@@ -13320,7 +13320,7 @@ declare namespace sap {
13320
13320
  }
13321
13321
  /**
13322
13322
  * @SINCE 1.99.0
13323
- * @EXPERIMENTAL (since 1.99.0)
13323
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
13324
13324
  *
13325
13325
  * SideContent FallDown options.
13326
13326
  */
@@ -13344,7 +13344,7 @@ declare namespace sap {
13344
13344
  }
13345
13345
  /**
13346
13346
  * @SINCE 1.99.0
13347
- * @EXPERIMENTAL (since 1.99.0)
13347
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
13348
13348
  *
13349
13349
  * Side Content position options.
13350
13350
  */
@@ -13362,7 +13362,7 @@ declare namespace sap {
13362
13362
  }
13363
13363
  /**
13364
13364
  * @SINCE 1.99.0
13365
- * @EXPERIMENTAL (since 1.99.0)
13365
+ * @EXPERIMENTAL (since 1.99.0) - This API is experimental and might change significantly.
13366
13366
  *
13367
13367
  * Side Content visibility options.
13368
13368
  */
@@ -13390,7 +13390,7 @@ declare namespace sap {
13390
13390
  }
13391
13391
  /**
13392
13392
  * @SINCE 1.92.0
13393
- * @EXPERIMENTAL (since 1.92.0)
13393
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
13394
13394
  *
13395
13395
  * Different types of Timeline.
13396
13396
  */
@@ -13406,7 +13406,7 @@ declare namespace sap {
13406
13406
  }
13407
13407
  /**
13408
13408
  * @SINCE 1.92.0
13409
- * @EXPERIMENTAL (since 1.92.0)
13409
+ * @EXPERIMENTAL (since 1.92.0) - This API is experimental and might change significantly.
13410
13410
  *
13411
13411
  * undefined
13412
13412
  */