@openui5/ts-types 1.144.0 → 1.146.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -16,7 +16,6 @@ declare namespace sap {
16
16
  * Validates if the provided value belongs to the icon pool.
17
17
  *
18
18
  * @since 1.81
19
- * @experimental As of version 1.81.
20
19
  */
21
20
  namespace IsInIconPool {
22
21
  /**
@@ -40,7 +39,6 @@ declare namespace sap {
40
39
  * Validates if the provided value is a boolean or binding string.
41
40
  *
42
41
  * @since 1.81
43
- * @experimental As of version 1.81.
44
42
  */
45
43
  interface IsBoolean {
46
44
  /**
@@ -61,7 +59,6 @@ declare namespace sap {
61
59
  * Validates if the provided value can be parsed to a valid date.
62
60
  *
63
61
  * @since 1.81
64
- * @experimental As of version 1.81.
65
62
  */
66
63
  interface IsDate {
67
64
  /**
@@ -82,7 +79,6 @@ declare namespace sap {
82
79
  * Validates if the provided value is an integer or binding string.
83
80
  *
84
81
  * @since 1.81
85
- * @experimental As of version 1.81.
86
82
  */
87
83
  interface IsInteger {
88
84
  /**
@@ -103,7 +99,6 @@ declare namespace sap {
103
99
  * Validates if the provided value is a number or binding string.
104
100
  *
105
101
  * @since 1.81
106
- * @experimental As of version 1.81.
107
102
  */
108
103
  interface IsNumber {
109
104
  /**
@@ -124,7 +119,6 @@ declare namespace sap {
124
119
  * Validates if the provided value is one of the given keys.
125
120
  *
126
121
  * @since 1.81
127
- * @experimental As of version 1.81.
128
122
  */
129
123
  interface IsSelectedKey {
130
124
  /**
@@ -154,7 +148,6 @@ declare namespace sap {
154
148
  * Validates if none of the provided values is an invalid binding.
155
149
  *
156
150
  * @since 1.81
157
- * @experimental As of version 1.81.
158
151
  */
159
152
  interface IsStringList {
160
153
  /**
@@ -175,7 +168,6 @@ declare namespace sap {
175
168
  * Validates if the provided key is unique in a list of given keys.
176
169
  *
177
170
  * @since 1.81
178
- * @experimental As of version 1.81.
179
171
  */
180
172
  interface IsUniqueKey {
181
173
  /**
@@ -209,7 +201,6 @@ declare namespace sap {
209
201
  * Validates if the provided list contains no duplicates.
210
202
  *
211
203
  * @since 1.81
212
- * @experimental As of version 1.81.
213
204
  */
214
205
  interface IsUniqueList {
215
206
  /**
@@ -230,7 +221,6 @@ declare namespace sap {
230
221
  * Validates if the provided value is a valid binding.
231
222
  *
232
223
  * @since 1.81
233
- * @experimental As of version 1.81.
234
224
  */
235
225
  interface IsValidBinding {
236
226
  /**
@@ -260,7 +250,6 @@ declare namespace sap {
260
250
  * Validates if the provided value doesn't exceed the maximum length.
261
251
  *
262
252
  * @since 1.81
263
- * @experimental As of version 1.81.
264
253
  */
265
254
  interface MaxLength {
266
255
  /**
@@ -281,7 +270,6 @@ declare namespace sap {
281
270
  * Validates if the provided value doesn't contain a binding.
282
271
  *
283
272
  * @since 1.81
284
- * @experimental As of version 1.81.
285
273
  */
286
274
  interface NotABinding {
287
275
  /**
@@ -304,8 +292,6 @@ declare namespace sap {
304
292
  namespace editor {
305
293
  /**
306
294
  * Facade of the {@link sap.ui.integration.editor.Editor} control.
307
- *
308
- * @experimental As of version 1.94.
309
295
  */
310
296
  interface EditorFacade {
311
297
  __implements__sap_ui_integration_editor_EditorFacade: boolean;
@@ -313,7 +299,6 @@ declare namespace sap {
313
299
  /**
314
300
  * Performs an HTTP request using the given configuration.
315
301
  *
316
- * @experimental As of version 1.94.
317
302
  *
318
303
  * @returns Resolves when the request is successful, rejects otherwise.
319
304
  */
@@ -421,9 +406,7 @@ declare namespace sap {
421
406
  /**
422
407
  * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
423
408
  *
424
- * @since 1.85
425
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
426
- * changes may be done before its official public release. Use at your own discretion.
409
+ * @experimental As of version 1.85.
427
410
  *
428
411
  * @returns Reference to `this` in order to allow method chaining
429
412
  */
@@ -436,9 +419,7 @@ declare namespace sap {
436
419
  /**
437
420
  * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
438
421
  *
439
- * @since 1.85
440
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
441
- * changes may be done before its official public release. Use at your own discretion.
422
+ * @experimental As of version 1.85.
442
423
  *
443
424
  * @returns Reference to `this` in order to allow method chaining
444
425
  */
@@ -449,9 +430,7 @@ declare namespace sap {
449
430
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
450
431
  * is destroyed when the property `manifest` changes.
451
432
  *
452
- * @since 1.85
453
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
454
- * changes may be done before its official public release. Use at your own discretion.
433
+ * @experimental As of version 1.85.
455
434
  */
456
435
  getActionDefinitions(): sap.ui.integration.ActionDefinition[];
457
436
  /**
@@ -461,7 +440,6 @@ declare namespace sap {
461
440
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
462
441
  * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
463
442
  *
464
- * @since 1.70
465
443
  * @experimental As of version 1.70.
466
444
  *
467
445
  * @returns Value of property `baseUrl`
@@ -577,9 +555,7 @@ declare namespace sap {
577
555
  * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
578
556
  * and returns its index if found or -1 otherwise.
579
557
  *
580
- * @since 1.85
581
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
582
- * changes may be done before its official public release. Use at your own discretion.
558
+ * @experimental As of version 1.85.
583
559
  *
584
560
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
585
561
  */
@@ -592,9 +568,7 @@ declare namespace sap {
592
568
  /**
593
569
  * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
594
570
  *
595
- * @since 1.85
596
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
597
- * changes may be done before its official public release. Use at your own discretion.
571
+ * @experimental As of version 1.85.
598
572
  *
599
573
  * @returns Reference to `this` in order to allow method chaining
600
574
  */
@@ -613,7 +587,7 @@ declare namespace sap {
613
587
  /**
614
588
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
615
589
  *
616
- * @experimental As of version 1.65. The API might change.
590
+ * @experimental As of version 1.65.
617
591
  */
618
592
  refresh(): void;
619
593
  /**
@@ -625,9 +599,7 @@ declare namespace sap {
625
599
  /**
626
600
  * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
627
601
  *
628
- * @since 1.85
629
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
630
- * changes may be done before its official public release. Use at your own discretion.
602
+ * @experimental As of version 1.85.
631
603
  *
632
604
  * @returns The removed actionDefinition or `null`
633
605
  */
@@ -805,11 +777,11 @@ declare namespace sap {
805
777
  }
806
778
  ): void;
807
779
  /**
808
- * Causes all of the controls within the Card that support validation to validate their data.
780
+ * Causes all the controls within the Card that support validation to validate their data.
809
781
  *
810
- * @experimental
782
+ * @experimental As of version 1.106.
811
783
  *
812
- * @returns if all of the controls validated successfully; otherwise, false
784
+ * @returns if all the controls validated successfully; otherwise, false
813
785
  */
814
786
  validateControls(): boolean;
815
787
  }
@@ -836,7 +808,7 @@ declare namespace sap {
836
808
  * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
837
809
  * containing parameters in format `{parameterKey: parameterValue}`.
838
810
  *
839
- * @experimental As of version 1.65. This property might be changed in future.
811
+ * @experimental As of version 1.65.
840
812
  */
841
813
  parameters?:
842
814
  | object
@@ -846,7 +818,6 @@ declare namespace sap {
846
818
  /**
847
819
  * Defines the state of the `Card`. When set to `Inactive`, the `Card` doesn't make requests.
848
820
  *
849
- * @since 1.65
850
821
  * @experimental As of version 1.65.
851
822
  */
852
823
  dataMode?:
@@ -859,7 +830,6 @@ declare namespace sap {
859
830
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
860
831
  * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
861
832
  *
862
- * @since 1.70
863
833
  * @experimental As of version 1.70.
864
834
  */
865
835
  baseUrl?:
@@ -905,9 +875,9 @@ declare namespace sap {
905
875
  * ```
906
876
  *
907
877
  *
908
- * @since 1.76
909
- * @experimental As of version 1.76. This API might be removed when a permanent solution for flexibility
910
- * changes is implemented.
878
+ * Disclaimer: this API might be removed when a permanent solution for flexibility changes is implemented.
879
+ *
880
+ * @experimental As of version 1.76.
911
881
  */
912
882
  manifestChanges?:
913
883
  | object[]
@@ -917,7 +887,6 @@ declare namespace sap {
917
887
  /**
918
888
  * Defines the design of the `Card`.
919
889
  *
920
- * @since 1.109
921
890
  * @experimental As of version 1.109.
922
891
  */
923
892
  design?:
@@ -925,17 +894,6 @@ declare namespace sap {
925
894
  | sap.ui.base.ManagedObject.PropertyBindingInfo
926
895
  | `{${string}}`;
927
896
 
928
- /**
929
- * Defines the display variant for card rendering and behavior.
930
- *
931
- * @since 1.118
932
- * @experimental As of version 1.118. For usage only by Work Zone.
933
- */
934
- displayVariant?:
935
- | sap.ui.integration.CardDisplayVariant
936
- | sap.ui.base.ManagedObject.PropertyBindingInfo
937
- | `{${string}}`;
938
-
939
897
  /**
940
898
  * Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
941
899
  *
@@ -944,7 +902,6 @@ declare namespace sap {
944
902
  * - When set to "Abstract", the card shows abstract placeholder without loading data.
945
903
  * - When set to "Off", the card displays real data.
946
904
  *
947
- * @since 1.112
948
905
  * @experimental As of version 1.112.
949
906
  */
950
907
  previewMode?:
@@ -956,7 +913,6 @@ declare namespace sap {
956
913
  * If the card should change depending on its size. This property is temporary. Should be used to enable
957
914
  * the feature for cards where it is needed.
958
915
  *
959
- * @since 1.127
960
916
  * @experimental As of version 1.127.
961
917
  */
962
918
  useProgressiveDisclosure?:
@@ -970,7 +926,6 @@ declare namespace sap {
970
926
  * **Note**: If the "Default" option is used, the card must be allowed to grow in height as much as it needs
971
927
  * to avoid overflowing. Use a layout which allows this.
972
928
  *
973
- * @since 1.133
974
929
  * @experimental As of version 1.133.
975
930
  */
976
931
  overflow?:
@@ -982,9 +937,7 @@ declare namespace sap {
982
937
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
983
938
  * is destroyed when the property `manifest` changes.
984
939
  *
985
- * @since 1.85
986
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
987
- * changes may be done before its official public release. Use at your own discretion.
940
+ * @experimental As of version 1.85.
988
941
  */
989
942
  actionDefinitions?:
990
943
  | sap.ui.integration.ActionDefinition[]
@@ -1004,8 +957,7 @@ declare namespace sap {
1004
957
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
1005
958
  * one to handle the action by calling `oEvent.preventDefault()`.
1006
959
  *
1007
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1008
- * may be done before its official public release. Use at your own discretion.
960
+ * @experimental As of version 1.64.
1009
961
  */
1010
962
  action?: (oEvent: Card$ActionEvent) => void;
1011
963
 
@@ -1036,8 +988,7 @@ declare namespace sap {
1036
988
  /**
1037
989
  * Parameters of the Card#action event.
1038
990
  *
1039
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1040
- * may be done before its official public release. Use at your own discretion.
991
+ * @experimental As of version 1.64.
1041
992
  */
1042
993
  interface Card$ActionEventParameters {
1043
994
  /**
@@ -1224,9 +1175,7 @@ declare namespace sap {
1224
1175
  /**
1225
1176
  * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
1226
1177
  *
1227
- * @since 1.85
1228
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1229
- * changes may be done before its official public release. Use at your own discretion.
1178
+ * @experimental As of version 1.85.
1230
1179
  *
1231
1180
  * @returns Reference to `this` in order to allow method chaining
1232
1181
  */
@@ -1248,8 +1197,7 @@ declare namespace sap {
1248
1197
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
1249
1198
  * one to handle the action by calling `oEvent.preventDefault()`.
1250
1199
  *
1251
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1252
- * may be done before its official public release. Use at your own discretion.
1200
+ * @experimental As of version 1.64.
1253
1201
  *
1254
1202
  * @returns Reference to `this` in order to allow method chaining
1255
1203
  */
@@ -1280,8 +1228,7 @@ declare namespace sap {
1280
1228
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
1281
1229
  * one to handle the action by calling `oEvent.preventDefault()`.
1282
1230
  *
1283
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1284
- * may be done before its official public release. Use at your own discretion.
1231
+ * @experimental As of version 1.64.
1285
1232
  *
1286
1233
  * @returns Reference to `this` in order to allow method chaining
1287
1234
  */
@@ -1451,9 +1398,7 @@ declare namespace sap {
1451
1398
  /**
1452
1399
  * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
1453
1400
  *
1454
- * @since 1.85
1455
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1456
- * changes may be done before its official public release. Use at your own discretion.
1401
+ * @experimental As of version 1.85.
1457
1402
  *
1458
1403
  * @returns Reference to `this` in order to allow method chaining
1459
1404
  */
@@ -1463,8 +1408,7 @@ declare namespace sap {
1463
1408
  *
1464
1409
  * The passed function and listener object must match the ones used for event registration.
1465
1410
  *
1466
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1467
- * may be done before its official public release. Use at your own discretion.
1411
+ * @experimental As of version 1.64.
1468
1412
  *
1469
1413
  * @returns Reference to `this` in order to allow method chaining
1470
1414
  */
@@ -1543,8 +1487,7 @@ declare namespace sap {
1543
1487
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
1544
1488
  * event object. The return value of this method indicates whether the default action should be executed.
1545
1489
  *
1546
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1547
- * may be done before its official public release. Use at your own discretion.
1490
+ * @experimental As of version 1.64.
1548
1491
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1549
1492
  *
1550
1493
  * @returns Whether or not to prevent the default action
@@ -1603,9 +1546,7 @@ declare namespace sap {
1603
1546
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
1604
1547
  * is destroyed when the property `manifest` changes.
1605
1548
  *
1606
- * @since 1.85
1607
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1608
- * changes may be done before its official public release. Use at your own discretion.
1549
+ * @experimental As of version 1.85.
1609
1550
  */
1610
1551
  getActionDefinitions(): sap.ui.integration.ActionDefinition[];
1611
1552
  /**
@@ -1615,7 +1556,6 @@ declare namespace sap {
1615
1556
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1616
1557
  * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
1617
1558
  *
1618
- * @since 1.70
1619
1559
  * @experimental As of version 1.70.
1620
1560
  *
1621
1561
  * @returns Value of property `baseUrl`
@@ -1650,7 +1590,6 @@ declare namespace sap {
1650
1590
  *
1651
1591
  * Default value is `Auto`.
1652
1592
  *
1653
- * @since 1.65
1654
1593
  * @experimental As of version 1.65.
1655
1594
  *
1656
1595
  * @returns Value of property `dataMode`
@@ -1663,25 +1602,11 @@ declare namespace sap {
1663
1602
  *
1664
1603
  * Default value is `Solid`.
1665
1604
  *
1666
- * @since 1.109
1667
1605
  * @experimental As of version 1.109.
1668
1606
  *
1669
1607
  * @returns Value of property `design`
1670
1608
  */
1671
1609
  getDesign(): sap.ui.integration.CardDesign;
1672
- /**
1673
- * Gets current value of property {@link #getDisplayVariant displayVariant}.
1674
- *
1675
- * Defines the display variant for card rendering and behavior.
1676
- *
1677
- * Default value is `Standard`.
1678
- *
1679
- * @since 1.118
1680
- * @experimental As of version 1.118. For usage only by Work Zone.
1681
- *
1682
- * @returns Value of property `displayVariant`
1683
- */
1684
- getDisplayVariant(): sap.ui.integration.CardDisplayVariant;
1685
1610
  /**
1686
1611
  * Returns the DOM Element that should get the focus.
1687
1612
  *
@@ -1749,11 +1674,11 @@ declare namespace sap {
1749
1674
  * ```
1750
1675
  *
1751
1676
  *
1677
+ * Disclaimer: this API might be removed when a permanent solution for flexibility changes is implemented.
1678
+ *
1752
1679
  * Default value is `[]`.
1753
1680
  *
1754
- * @since 1.76
1755
- * @experimental As of version 1.76. This API might be removed when a permanent solution for flexibility
1756
- * changes is implemented.
1681
+ * @experimental As of version 1.76.
1757
1682
  *
1758
1683
  * @returns Value of property `manifestChanges`
1759
1684
  */
@@ -1783,7 +1708,6 @@ declare namespace sap {
1783
1708
  *
1784
1709
  * Default value is `Default`.
1785
1710
  *
1786
- * @since 1.133
1787
1711
  * @experimental As of version 1.133.
1788
1712
  *
1789
1713
  * @returns Value of property `overflow`
@@ -1795,7 +1719,7 @@ declare namespace sap {
1795
1719
  * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
1796
1720
  * containing parameters in format `{parameterKey: parameterValue}`.
1797
1721
  *
1798
- * @experimental As of version 1.65. This property might be changed in future.
1722
+ * @experimental As of version 1.65.
1799
1723
  *
1800
1724
  * @returns Value of property `parameters`
1801
1725
  */
@@ -1812,7 +1736,6 @@ declare namespace sap {
1812
1736
  *
1813
1737
  * Default value is `Off`.
1814
1738
  *
1815
- * @since 1.112
1816
1739
  * @experimental As of version 1.112.
1817
1740
  *
1818
1741
  * @returns Value of property `previewMode`
@@ -1865,7 +1788,6 @@ declare namespace sap {
1865
1788
  *
1866
1789
  * Default value is `false`.
1867
1790
  *
1868
- * @since 1.127
1869
1791
  * @experimental As of version 1.127.
1870
1792
  *
1871
1793
  * @returns Value of property `useProgressiveDisclosure`
@@ -1897,9 +1819,7 @@ declare namespace sap {
1897
1819
  * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
1898
1820
  * and returns its index if found or -1 otherwise.
1899
1821
  *
1900
- * @since 1.85
1901
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1902
- * changes may be done before its official public release. Use at your own discretion.
1822
+ * @experimental As of version 1.85.
1903
1823
  *
1904
1824
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1905
1825
  */
@@ -1912,9 +1832,7 @@ declare namespace sap {
1912
1832
  /**
1913
1833
  * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
1914
1834
  *
1915
- * @since 1.85
1916
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1917
- * changes may be done before its official public release. Use at your own discretion.
1835
+ * @experimental As of version 1.85.
1918
1836
  *
1919
1837
  * @returns Reference to `this` in order to allow method chaining
1920
1838
  */
@@ -1931,7 +1849,7 @@ declare namespace sap {
1931
1849
  iIndex: int
1932
1850
  ): this;
1933
1851
  /**
1934
- * @experimental As of version 1.65. The API might change.
1852
+ * @experimental As of version 1.65.
1935
1853
  *
1936
1854
  * @returns If the card is ready or not.
1937
1855
  */
@@ -1952,7 +1870,7 @@ declare namespace sap {
1952
1870
  /**
1953
1871
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
1954
1872
  *
1955
- * @experimental As of version 1.65. The API might change.
1873
+ * @experimental As of version 1.65.
1956
1874
  */
1957
1875
  refresh(): void;
1958
1876
  /**
@@ -1964,9 +1882,7 @@ declare namespace sap {
1964
1882
  /**
1965
1883
  * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
1966
1884
  *
1967
- * @since 1.85
1968
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1969
- * changes may be done before its official public release. Use at your own discretion.
1885
+ * @experimental As of version 1.85.
1970
1886
  *
1971
1887
  * @returns The removed actionDefinition or `null`
1972
1888
  */
@@ -1984,9 +1900,7 @@ declare namespace sap {
1984
1900
  *
1985
1901
  * Additionally, it unregisters them from the hosting UIArea.
1986
1902
  *
1987
- * @since 1.85
1988
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1989
- * changes may be done before its official public release. Use at your own discretion.
1903
+ * @experimental As of version 1.85.
1990
1904
  *
1991
1905
  * @returns An array of the removed elements (might be empty)
1992
1906
  */
@@ -2076,7 +1990,6 @@ declare namespace sap {
2076
1990
  *
2077
1991
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2078
1992
  *
2079
- * @since 1.70
2080
1993
  * @experimental As of version 1.70.
2081
1994
  *
2082
1995
  * @returns Reference to `this` in order to allow method chaining
@@ -2090,8 +2003,7 @@ declare namespace sap {
2090
2003
  /**
2091
2004
  * Sets a new value for the `dataMode` property.
2092
2005
  *
2093
- * @since 1.65
2094
- * @experimental As of version 1.65. API might change.
2006
+ * @experimental As of version 1.65.
2095
2007
  *
2096
2008
  * @returns Pointer to the control instance to allow method chaining.
2097
2009
  */
@@ -2110,7 +2022,6 @@ declare namespace sap {
2110
2022
  *
2111
2023
  * Default value is `Solid`.
2112
2024
  *
2113
- * @since 1.109
2114
2025
  * @experimental As of version 1.109.
2115
2026
  *
2116
2027
  * @returns Reference to `this` in order to allow method chaining
@@ -2192,13 +2103,13 @@ declare namespace sap {
2192
2103
  * ```
2193
2104
  *
2194
2105
  *
2106
+ * Disclaimer: this API might be removed when a permanent solution for flexibility changes is implemented.
2107
+ *
2195
2108
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2196
2109
  *
2197
2110
  * Default value is `[]`.
2198
2111
  *
2199
- * @since 1.76
2200
- * @experimental As of version 1.76. This API might be removed when a permanent solution for flexibility
2201
- * changes is implemented.
2112
+ * @experimental As of version 1.76.
2202
2113
  *
2203
2114
  * @returns Reference to `this` in order to allow method chaining
2204
2115
  */
@@ -2220,7 +2131,6 @@ declare namespace sap {
2220
2131
  *
2221
2132
  * Default value is `Default`.
2222
2133
  *
2223
- * @since 1.133
2224
2134
  * @experimental As of version 1.133.
2225
2135
  *
2226
2136
  * @returns Reference to `this` in order to allow method chaining
@@ -2239,7 +2149,7 @@ declare namespace sap {
2239
2149
  *
2240
2150
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2241
2151
  *
2242
- * @experimental As of version 1.65. This property might be changed in future.
2152
+ * @experimental As of version 1.65.
2243
2153
  *
2244
2154
  * @returns Reference to `this` in order to allow method chaining
2245
2155
  */
@@ -2263,7 +2173,6 @@ declare namespace sap {
2263
2173
  *
2264
2174
  * Default value is `Off`.
2265
2175
  *
2266
- * @since 1.112
2267
2176
  * @experimental As of version 1.112.
2268
2177
  *
2269
2178
  * @returns Reference to `this` in order to allow method chaining
@@ -2303,7 +2212,6 @@ declare namespace sap {
2303
2212
  *
2304
2213
  * Default value is `false`.
2305
2214
  *
2306
- * @since 1.127
2307
2215
  * @experimental As of version 1.127.
2308
2216
  *
2309
2217
  * @returns Reference to `this` in order to allow method chaining
@@ -2398,11 +2306,11 @@ declare namespace sap {
2398
2306
  }
2399
2307
  ): void;
2400
2308
  /**
2401
- * Causes all of the controls within the Card that support validation to validate their data.
2309
+ * Causes all the controls within the Card that support validation to validate their data.
2402
2310
  *
2403
- * @experimental
2311
+ * @experimental As of version 1.106.
2404
2312
  *
2405
- * @returns if all of the controls validated successfully; otherwise, false
2313
+ * @returns if all the controls validated successfully; otherwise, false
2406
2314
  */
2407
2315
  validateControls(): boolean;
2408
2316
  }
@@ -2410,8 +2318,7 @@ declare namespace sap {
2410
2318
  /**
2411
2319
  * Event object of the Card#action event.
2412
2320
  *
2413
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
2414
- * may be done before its official public release. Use at your own discretion.
2321
+ * @experimental As of version 1.64.
2415
2322
  */
2416
2323
  type Card$ActionEvent = sap.ui.base.Event<
2417
2324
  Card$ActionEventParameters,
@@ -2459,8 +2366,7 @@ declare namespace sap {
2459
2366
  /**
2460
2367
  * Describes the settings that can be provided to the ActionDefinition constructor.
2461
2368
  *
2462
- * @experimental As of version 1.85. Disclaimer: this class is in a beta state - incompatible API changes
2463
- * may be done before its official public release. Use at your own discretion.
2369
+ * @experimental As of version 1.85.
2464
2370
  */
2465
2371
  interface $ActionDefinitionSettings extends sap.ui.core.$ElementSettings {
2466
2372
  /**
@@ -2547,8 +2453,6 @@ declare namespace sap {
2547
2453
 
2548
2454
  /**
2549
2455
  * Describes the settings that can be provided to the Designtime constructor.
2550
- *
2551
- * @experimental As of version 1.75.
2552
2456
  */
2553
2457
  interface $DesigntimeSettings
2554
2458
  extends sap.ui.base.$ManagedObjectSettings {}
@@ -2561,8 +2465,6 @@ declare namespace sap {
2561
2465
  * The actions configuration.
2562
2466
  *
2563
2467
  * @deprecated As of version 1.85. This property is replaced by the `actions` aggregation of the card;
2564
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
2565
- * may be done before its official public release. Use at your own discretion.
2566
2468
  */
2567
2469
  actions?:
2568
2470
  | sap.ui.integration.CardMenuAction[]
@@ -2586,8 +2488,7 @@ declare namespace sap {
2586
2488
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
2587
2489
  * one to handle the action by calling `oEvent.preventDefault()`.
2588
2490
  *
2589
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
2590
- * may be done before its official public release. Use at your own discretion.
2491
+ * @experimental As of version 1.75.
2591
2492
  */
2592
2493
  action?: (oEvent: Extension$ActionEvent) => void;
2593
2494
  }
@@ -2599,8 +2500,7 @@ declare namespace sap {
2599
2500
  /**
2600
2501
  * The actions configuration.
2601
2502
  *
2602
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
2603
- * may be done before its official public release. Use at your own discretion.
2503
+ * @experimental As of version 1.75.
2604
2504
  */
2605
2505
  actions?:
2606
2506
  | sap.ui.integration.CardMenuAction[]
@@ -2630,8 +2530,7 @@ declare namespace sap {
2630
2530
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
2631
2531
  * one to handle the action by calling `oEvent.preventDefault()`.
2632
2532
  *
2633
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
2634
- * may be done before its official public release. Use at your own discretion.
2533
+ * @experimental As of version 1.75.
2635
2534
  */
2636
2535
  action?: (oEvent: Host$ActionEvent) => void;
2637
2536
 
@@ -2677,8 +2576,7 @@ declare namespace sap {
2677
2576
  /**
2678
2577
  * Parameters of the Extension#action event.
2679
2578
  *
2680
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
2681
- * may be done before its official public release. Use at your own discretion.
2579
+ * @experimental As of version 1.75.
2682
2580
  */
2683
2581
  interface Extension$ActionEventParameters {
2684
2582
  /**
@@ -2722,8 +2620,7 @@ declare namespace sap {
2722
2620
  /**
2723
2621
  * Parameters of the Host#action event.
2724
2622
  *
2725
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
2726
- * may be done before its official public release. Use at your own discretion.
2623
+ * @experimental As of version 1.75.
2727
2624
  */
2728
2625
  interface Host$ActionEventParameters {
2729
2626
  /**
@@ -2827,9 +2724,7 @@ declare namespace sap {
2827
2724
  * Represents an action, which appears in the header of {@link sap.ui.integration.widgets.Card}. Useful
2828
2725
  * in `Component` card and `Extension`.
2829
2726
  *
2830
- * @since 1.85
2831
- * @experimental As of version 1.85. Disclaimer: this class is in a beta state - incompatible API changes
2832
- * may be done before its official public release. Use at your own discretion.
2727
+ * @experimental As of version 1.85.
2833
2728
  */
2834
2729
  class ActionDefinition extends sap.ui.core.Element {
2835
2730
  /**
@@ -3286,7 +3181,6 @@ declare namespace sap {
3286
3181
  * be implemented.
3287
3182
  *
3288
3183
  * @since 1.75
3289
- * @experimental As of version 1.75.
3290
3184
  */
3291
3185
  class Designtime extends sap.ui.base.ManagedObject {
3292
3186
  /**
@@ -3446,8 +3340,7 @@ declare namespace sap {
3446
3340
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3447
3341
  * one to handle the action by calling `oEvent.preventDefault()`.
3448
3342
  *
3449
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3450
- * may be done before its official public release. Use at your own discretion.
3343
+ * @experimental As of version 1.75.
3451
3344
  *
3452
3345
  * @returns Reference to `this` in order to allow method chaining
3453
3346
  */
@@ -3478,8 +3371,7 @@ declare namespace sap {
3478
3371
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3479
3372
  * one to handle the action by calling `oEvent.preventDefault()`.
3480
3373
  *
3481
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3482
- * may be done before its official public release. Use at your own discretion.
3374
+ * @experimental As of version 1.75.
3483
3375
  *
3484
3376
  * @returns Reference to `this` in order to allow method chaining
3485
3377
  */
@@ -3498,8 +3390,7 @@ declare namespace sap {
3498
3390
  *
3499
3391
  * The passed function and listener object must match the ones used for event registration.
3500
3392
  *
3501
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3502
- * may be done before its official public release. Use at your own discretion.
3393
+ * @experimental As of version 1.75.
3503
3394
  *
3504
3395
  * @returns Reference to `this` in order to allow method chaining
3505
3396
  */
@@ -3518,7 +3409,7 @@ declare namespace sap {
3518
3409
  * the response is available. Use this method to override the default behavior when fetching network resources.
3519
3410
  * Mimics the browser native Fetch API.
3520
3411
  *
3521
- * @experimental As of version 1.113. The API might change.
3412
+ * @experimental As of version 1.113.
3522
3413
  *
3523
3414
  * @returns A `Promise` that resolves to a `Response` object.
3524
3415
  */
@@ -3543,8 +3434,7 @@ declare namespace sap {
3543
3434
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
3544
3435
  * event object. The return value of this method indicates whether the default action should be executed.
3545
3436
  *
3546
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3547
- * may be done before its official public release. Use at your own discretion.
3437
+ * @experimental As of version 1.75.
3548
3438
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3549
3439
  *
3550
3440
  * @returns Whether or not to prevent the default action
@@ -3561,8 +3451,6 @@ declare namespace sap {
3561
3451
  * The actions configuration.
3562
3452
  *
3563
3453
  * @deprecated As of version 1.85. This property is replaced by the `actions` aggregation of the card;
3564
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
3565
- * may be done before its official public release. Use at your own discretion.
3566
3454
  *
3567
3455
  * @returns Value of property `actions`
3568
3456
  */
@@ -3604,8 +3492,6 @@ declare namespace sap {
3604
3492
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3605
3493
  *
3606
3494
  * @deprecated As of version 1.85. This property is replaced by the `actions` aggregation of the card;
3607
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
3608
- * may be done before its official public release. Use at your own discretion.
3609
3495
  *
3610
3496
  * @returns Reference to `this` in order to allow method chaining
3611
3497
  */
@@ -3713,8 +3599,7 @@ declare namespace sap {
3713
3599
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3714
3600
  * one to handle the action by calling `oEvent.preventDefault()`.
3715
3601
  *
3716
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3717
- * may be done before its official public release. Use at your own discretion.
3602
+ * @experimental As of version 1.75.
3718
3603
  *
3719
3604
  * @returns Reference to `this` in order to allow method chaining
3720
3605
  */
@@ -3745,8 +3630,7 @@ declare namespace sap {
3745
3630
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3746
3631
  * one to handle the action by calling `oEvent.preventDefault()`.
3747
3632
  *
3748
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3749
- * may be done before its official public release. Use at your own discretion.
3633
+ * @experimental As of version 1.75.
3750
3634
  *
3751
3635
  * @returns Reference to `this` in order to allow method chaining
3752
3636
  */
@@ -3972,7 +3856,6 @@ declare namespace sap {
3972
3856
  * This function is called when a CSRF token has expired.
3973
3857
  *
3974
3858
  * @deprecated As of version 1.120.0. the concept has been discarded.
3975
- * @experimental As of version 1.97.
3976
3859
  */
3977
3860
  csrfTokenExpired(
3978
3861
  /**
@@ -3986,7 +3869,6 @@ declare namespace sap {
3986
3869
  * This function is called when a CSRF token is fetched.
3987
3870
  *
3988
3871
  * @deprecated As of version 1.120.0. the concept has been discarded.
3989
- * @experimental As of version 1.97.
3990
3872
  */
3991
3873
  csrfTokenFetched(
3992
3874
  /**
@@ -4005,8 +3887,7 @@ declare namespace sap {
4005
3887
  *
4006
3888
  * The passed function and listener object must match the ones used for event registration.
4007
3889
  *
4008
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4009
- * may be done before its official public release. Use at your own discretion.
3890
+ * @experimental As of version 1.75.
4010
3891
  *
4011
3892
  * @returns Reference to `this` in order to allow method chaining
4012
3893
  */
@@ -4105,8 +3986,7 @@ declare namespace sap {
4105
3986
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
4106
3987
  * event object. The return value of this method indicates whether the default action should be executed.
4107
3988
  *
4108
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4109
- * may be done before its official public release. Use at your own discretion.
3989
+ * @experimental As of version 1.75.
4110
3990
  * @ui5-protected Do not call from applications (only from related classes in the framework)
4111
3991
  *
4112
3992
  * @returns Whether or not to prevent the default action
@@ -4178,8 +4058,7 @@ declare namespace sap {
4178
4058
  *
4179
4059
  * The actions configuration.
4180
4060
  *
4181
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
4182
- * may be done before its official public release. Use at your own discretion.
4061
+ * @experimental As of version 1.75.
4183
4062
  *
4184
4063
  * @returns Value of property `actions`
4185
4064
  */
@@ -4196,7 +4075,6 @@ declare namespace sap {
4196
4075
  * The context information and texts should be translated as they appear in the design-time UI of the Card
4197
4076
  * Editor.
4198
4077
  *
4199
- * @since 1.83
4200
4078
  * @experimental As of version 1.143.
4201
4079
  *
4202
4080
  * @returns A promise which contains the context structure.
@@ -4213,7 +4091,6 @@ declare namespace sap {
4213
4091
  * Example path to the current user id of the context sPath = "sap.workzone/currentUser/id" parameter: {
4214
4092
  * userId: { value: "{context>sap.workzone/currentUser/id}" resolves to UserId } }
4215
4093
  *
4216
- * @since 1.83
4217
4094
  * @experimental As of version 1.143.
4218
4095
  *
4219
4096
  * @returns A promise which resolves with the value of this context.
@@ -4224,24 +4101,6 @@ declare namespace sap {
4224
4101
  */
4225
4102
  sPath: string
4226
4103
  ): Promise<null>;
4227
- /**
4228
- * Resolves the value of a CSRF token. Subclasses of Host can override this method to take over the default
4229
- * CSRF token resolving. Applications must not call this method directly, it is called by the framework.
4230
- *
4231
- * @deprecated As of version 1.120.0. the concept has been discarded.
4232
- * @experimental As of version 1.97.
4233
- * @ui5-protected Do not call from applications (only from related classes in the framework)
4234
- *
4235
- * @returns A promise which resolves the CSRF token to its value.
4236
- */
4237
- getCsrfToken(
4238
- /**
4239
- * The CSRF token configuration.
4240
- */
4241
- csrfTokenConfig: {
4242
- data: object;
4243
- }
4244
- ): Promise<string>;
4245
4104
  /**
4246
4105
  * Resolves the destination and returns its URL.
4247
4106
  *
@@ -4296,8 +4155,7 @@ declare namespace sap {
4296
4155
  *
4297
4156
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4298
4157
  *
4299
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
4300
- * may be done before its official public release. Use at your own discretion.
4158
+ * @experimental As of version 1.75.
4301
4159
  *
4302
4160
  * @returns Reference to `this` in order to allow method chaining
4303
4161
  */
@@ -4355,8 +4213,7 @@ declare namespace sap {
4355
4213
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
4356
4214
  * 'CardActionType'.
4357
4215
  *
4358
- * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
4359
- * may be done before its official public release. Use at your own discretion.
4216
+ * @experimental As of version 1.64.
4360
4217
  */
4361
4218
  enum CardActionType {
4362
4219
  /**
@@ -4448,7 +4305,6 @@ declare namespace sap {
4448
4305
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
4449
4306
  * 'CardDataMode'.
4450
4307
  *
4451
- * @since 1.65
4452
4308
  * @experimental As of version 1.65.
4453
4309
  */
4454
4310
  enum CardDataMode {
@@ -4471,7 +4327,6 @@ declare namespace sap {
4471
4327
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
4472
4328
  * 'CardDesign'.
4473
4329
  *
4474
- * @since 1.109
4475
4330
  * @experimental As of version 1.109.
4476
4331
  */
4477
4332
  enum CardDesign {
@@ -4484,57 +4339,6 @@ declare namespace sap {
4484
4339
  */
4485
4340
  Transparent = "Transparent",
4486
4341
  }
4487
- /**
4488
- * Possible variants for `{@link sap.ui.integration.widgets.Card}` rendering and behavior.
4489
- *
4490
- * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
4491
- * 'CardDisplayVariant'.
4492
- *
4493
- * @since 1.118
4494
- * @experimental As of version 1.118. For usage only by Work Zone.
4495
- */
4496
- enum CardDisplayVariant {
4497
- /**
4498
- * The CompactHeader card variant.
4499
- */
4500
- CompactHeader = "CompactHeader",
4501
- /**
4502
- * The large card variant.
4503
- */
4504
- Large = "Large",
4505
- /**
4506
- * The small card variant.
4507
- */
4508
- Small = "Small",
4509
- /**
4510
- * The SmallHeader card variant.
4511
- */
4512
- SmallHeader = "SmallHeader",
4513
- /**
4514
- * The standard card variant.
4515
- */
4516
- Standard = "Standard",
4517
- /**
4518
- * The SmallHeader card variant.
4519
- */
4520
- StandardHeader = "StandardHeader",
4521
- /**
4522
- * Card renders and behaves like a tile of size 2x1.
4523
- */
4524
- TileFlat = "TileFlat",
4525
- /**
4526
- * Card renders and behaves like a tile of size 4x1.
4527
- */
4528
- TileFlatWide = "TileFlatWide",
4529
- /**
4530
- * Card renders and behaves like a tile of size 2x2.
4531
- */
4532
- TileStandard = "TileStandard",
4533
- /**
4534
- * Card renders and behaves like a tile of size 4x2.
4535
- */
4536
- TileStandardWide = "TileStandardWide",
4537
- }
4538
4342
  /**
4539
4343
  * Card message strip types.
4540
4344
  *
@@ -4580,7 +4384,6 @@ declare namespace sap {
4580
4384
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
4581
4385
  * 'CardOverflow'.
4582
4386
  *
4583
- * @since 1.133
4584
4387
  * @experimental As of version 1.133.
4585
4388
  */
4586
4389
  enum CardOverflow {
@@ -4610,7 +4413,6 @@ declare namespace sap {
4610
4413
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
4611
4414
  * 'CardPreviewMode'.
4612
4415
  *
4613
- * @since 1.112
4614
4416
  * @experimental As of version 1.112.
4615
4417
  */
4616
4418
  enum CardPreviewMode {
@@ -4754,8 +4556,7 @@ declare namespace sap {
4754
4556
  /**
4755
4557
  * Event object of the Extension#action event.
4756
4558
  *
4757
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4758
- * may be done before its official public release. Use at your own discretion.
4559
+ * @experimental As of version 1.75.
4759
4560
  */
4760
4561
  type Extension$ActionEvent = sap.ui.base.Event<
4761
4562
  Extension$ActionEventParameters,
@@ -4765,8 +4566,7 @@ declare namespace sap {
4765
4566
  /**
4766
4567
  * Event object of the Host#action event.
4767
4568
  *
4768
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4769
- * may be done before its official public release. Use at your own discretion.
4569
+ * @experimental As of version 1.75.
4770
4570
  */
4771
4571
  type Host$ActionEvent = sap.ui.base.Event<
4772
4572
  Host$ActionEventParameters,