@sapui5/ts-types-esm 1.145.1 → 1.147.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.
Files changed (69) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +3 -6
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +4 -7
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +56 -67
  8. package/types/sap.f.d.ts +220 -527
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +3921 -3221
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +49 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +228 -1
  22. package/types/sap.insights.d.ts +14 -1
  23. package/types/{mobile-1.145.0-esm-d.ts → sap.m.d.ts} +596 -48
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +299 -10
  31. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +9 -19
  34. package/types/sap.ui.codeeditor.d.ts +82 -46
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +5 -15
  37. package/types/{core-1.145.0-esm-d.ts → sap.ui.core.d.ts} +1214 -396
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +9 -1
  41. package/types/sap.ui.generic.app.d.ts +5 -5
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +87 -290
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/{mdc-1.145.0-esm-d.ts → sap.ui.mdc.d.ts} +113 -22
  47. package/types/sap.ui.richtexteditor.d.ts +6 -6
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +2 -2
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +41 -11
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +8 -24
  56. package/types/sap.ui.vk.d.ts +209 -2
  57. package/types/sap.ui.vtm.d.ts +2 -2
  58. package/types/sap.uiext.inbox.d.ts +1 -1
  59. package/types/sap.ushell.d.ts +609 -202
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +151 -2
  62. package/types/sap.viz.d.ts +4 -5
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +1 -1
  65. package/types/sap.zen.crosstab.d.ts +1 -1
  66. package/types/sap.zen.dsh.d.ts +1 -1
  67. package/types/sap.ui.webc.common.d.ts +0 -164
  68. package/types/sap.ui.webc.fiori.d.ts +0 -16235
  69. package/types/sap.ui.webc.main.d.ts +0 -51365
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.1
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -29,8 +29,7 @@ declare module "sap/ui/integration/library" {
29
29
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
30
30
  * 'CardActionType'.
31
31
  *
32
- * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
33
- * may be done before its official public release. Use at your own discretion.
32
+ * @experimental As of version 1.64.
34
33
  */
35
34
  export enum CardActionType {
36
35
  /**
@@ -122,7 +121,6 @@ declare module "sap/ui/integration/library" {
122
121
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
123
122
  * 'CardDataMode'.
124
123
  *
125
- * @since 1.65
126
124
  * @experimental As of version 1.65.
127
125
  */
128
126
  export enum CardDataMode {
@@ -145,7 +143,6 @@ declare module "sap/ui/integration/library" {
145
143
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
146
144
  * 'CardDesign'.
147
145
  *
148
- * @since 1.109
149
146
  * @experimental As of version 1.109.
150
147
  */
151
148
  export enum CardDesign {
@@ -158,57 +155,6 @@ declare module "sap/ui/integration/library" {
158
155
  */
159
156
  Transparent = "Transparent",
160
157
  }
161
- /**
162
- * Possible variants for `{@link sap.ui.integration.widgets.Card}` rendering and behavior.
163
- *
164
- * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
165
- * 'CardDisplayVariant'.
166
- *
167
- * @since 1.118
168
- * @experimental As of version 1.118. For usage only by Work Zone.
169
- */
170
- export enum CardDisplayVariant {
171
- /**
172
- * The CompactHeader card variant.
173
- */
174
- CompactHeader = "CompactHeader",
175
- /**
176
- * The large card variant.
177
- */
178
- Large = "Large",
179
- /**
180
- * The small card variant.
181
- */
182
- Small = "Small",
183
- /**
184
- * The SmallHeader card variant.
185
- */
186
- SmallHeader = "SmallHeader",
187
- /**
188
- * The standard card variant.
189
- */
190
- Standard = "Standard",
191
- /**
192
- * The SmallHeader card variant.
193
- */
194
- StandardHeader = "StandardHeader",
195
- /**
196
- * Card renders and behaves like a tile of size 2x1.
197
- */
198
- TileFlat = "TileFlat",
199
- /**
200
- * Card renders and behaves like a tile of size 4x1.
201
- */
202
- TileFlatWide = "TileFlatWide",
203
- /**
204
- * Card renders and behaves like a tile of size 2x2.
205
- */
206
- TileStandard = "TileStandard",
207
- /**
208
- * Card renders and behaves like a tile of size 4x2.
209
- */
210
- TileStandardWide = "TileStandardWide",
211
- }
212
158
  /**
213
159
  * An object type that represents card menu action properties.
214
160
  *
@@ -306,7 +252,6 @@ declare module "sap/ui/integration/library" {
306
252
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
307
253
  * 'CardOverflow'.
308
254
  *
309
- * @since 1.133
310
255
  * @experimental As of version 1.133.
311
256
  */
312
257
  export enum CardOverflow {
@@ -336,7 +281,6 @@ declare module "sap/ui/integration/library" {
336
281
  * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
337
282
  * 'CardPreviewMode'.
338
283
  *
339
- * @since 1.112
340
284
  * @experimental As of version 1.112.
341
285
  */
342
286
  export enum CardPreviewMode {
@@ -377,9 +321,7 @@ declare module "sap/ui/integration/ActionDefinition" {
377
321
  * Represents an action, which appears in the header of {@link sap.ui.integration.widgets.Card}. Useful
378
322
  * in `Component` card and `Extension`.
379
323
  *
380
- * @since 1.85
381
- * @experimental As of version 1.85. Disclaimer: this class is in a beta state - incompatible API changes
382
- * may be done before its official public release. Use at your own discretion.
324
+ * @experimental As of version 1.85.
383
325
  */
384
326
  export default class ActionDefinition extends UI5Element {
385
327
  /**
@@ -834,8 +776,7 @@ declare module "sap/ui/integration/ActionDefinition" {
834
776
  /**
835
777
  * Describes the settings that can be provided to the ActionDefinition constructor.
836
778
  *
837
- * @experimental As of version 1.85. Disclaimer: this class is in a beta state - incompatible API changes
838
- * may be done before its official public release. Use at your own discretion.
779
+ * @experimental As of version 1.85.
839
780
  */
840
781
  export interface $ActionDefinitionSettings extends $ElementSettings {
841
782
  /**
@@ -924,7 +865,6 @@ declare module "sap/ui/integration/widgets/Card" {
924
865
  CardBlockingMessageType,
925
866
  CardDataMode,
926
867
  CardDesign,
927
- CardDisplayVariant,
928
868
  CardOverflow,
929
869
  CardPreviewMode,
930
870
  CardArea,
@@ -1132,9 +1072,7 @@ declare module "sap/ui/integration/widgets/Card" {
1132
1072
  /**
1133
1073
  * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
1134
1074
  *
1135
- * @since 1.85
1136
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1137
- * changes may be done before its official public release. Use at your own discretion.
1075
+ * @experimental As of version 1.85.
1138
1076
  *
1139
1077
  * @returns Reference to `this` in order to allow method chaining
1140
1078
  */
@@ -1156,8 +1094,7 @@ declare module "sap/ui/integration/widgets/Card" {
1156
1094
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
1157
1095
  * one to handle the action by calling `oEvent.preventDefault()`.
1158
1096
  *
1159
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1160
- * may be done before its official public release. Use at your own discretion.
1097
+ * @experimental As of version 1.64.
1161
1098
  *
1162
1099
  * @returns Reference to `this` in order to allow method chaining
1163
1100
  */
@@ -1188,8 +1125,7 @@ declare module "sap/ui/integration/widgets/Card" {
1188
1125
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
1189
1126
  * one to handle the action by calling `oEvent.preventDefault()`.
1190
1127
  *
1191
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1192
- * may be done before its official public release. Use at your own discretion.
1128
+ * @experimental As of version 1.64.
1193
1129
  *
1194
1130
  * @returns Reference to `this` in order to allow method chaining
1195
1131
  */
@@ -1359,9 +1295,7 @@ declare module "sap/ui/integration/widgets/Card" {
1359
1295
  /**
1360
1296
  * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
1361
1297
  *
1362
- * @since 1.85
1363
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1364
- * changes may be done before its official public release. Use at your own discretion.
1298
+ * @experimental As of version 1.85.
1365
1299
  *
1366
1300
  * @returns Reference to `this` in order to allow method chaining
1367
1301
  */
@@ -1371,8 +1305,7 @@ declare module "sap/ui/integration/widgets/Card" {
1371
1305
  *
1372
1306
  * The passed function and listener object must match the ones used for event registration.
1373
1307
  *
1374
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1375
- * may be done before its official public release. Use at your own discretion.
1308
+ * @experimental As of version 1.64.
1376
1309
  *
1377
1310
  * @returns Reference to `this` in order to allow method chaining
1378
1311
  */
@@ -1451,8 +1384,7 @@ declare module "sap/ui/integration/widgets/Card" {
1451
1384
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
1452
1385
  * event object. The return value of this method indicates whether the default action should be executed.
1453
1386
  *
1454
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
1455
- * may be done before its official public release. Use at your own discretion.
1387
+ * @experimental As of version 1.64.
1456
1388
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1457
1389
  *
1458
1390
  * @returns Whether or not to prevent the default action
@@ -1511,20 +1443,21 @@ declare module "sap/ui/integration/widgets/Card" {
1511
1443
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
1512
1444
  * is destroyed when the property `manifest` changes.
1513
1445
  *
1514
- * @since 1.85
1515
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1516
- * changes may be done before its official public release. Use at your own discretion.
1446
+ * @experimental As of version 1.85.
1517
1447
  */
1518
1448
  getActionDefinitions(): ActionDefinition[];
1519
1449
  /**
1520
1450
  * Gets current value of property {@link #getBaseUrl baseUrl}.
1521
1451
  *
1522
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1523
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1524
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
1452
+ * Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
1453
+ * a URL. The base URL is used to load relatively referenced resources.
1454
+ *
1455
+ * If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
1456
+ * URL.
1457
+ * - If both the manifest URL and the base URL are defined, the base URL is used.
1458
+ * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
1459
+ *
1525
1460
  *
1526
- * @since 1.70
1527
- * @experimental As of version 1.70.
1528
1461
  *
1529
1462
  * @returns Value of property `baseUrl`
1530
1463
  */
@@ -1558,7 +1491,6 @@ declare module "sap/ui/integration/widgets/Card" {
1558
1491
  *
1559
1492
  * Default value is `Auto`.
1560
1493
  *
1561
- * @since 1.65
1562
1494
  * @experimental As of version 1.65.
1563
1495
  *
1564
1496
  * @returns Value of property `dataMode`
@@ -1571,25 +1503,11 @@ declare module "sap/ui/integration/widgets/Card" {
1571
1503
  *
1572
1504
  * Default value is `Solid`.
1573
1505
  *
1574
- * @since 1.109
1575
1506
  * @experimental As of version 1.109.
1576
1507
  *
1577
1508
  * @returns Value of property `design`
1578
1509
  */
1579
1510
  getDesign(): CardDesign;
1580
- /**
1581
- * Gets current value of property {@link #getDisplayVariant displayVariant}.
1582
- *
1583
- * Defines the display variant for card rendering and behavior.
1584
- *
1585
- * Default value is `Standard`.
1586
- *
1587
- * @since 1.118
1588
- * @experimental As of version 1.118. For usage only by Work Zone.
1589
- *
1590
- * @returns Value of property `displayVariant`
1591
- */
1592
- getDisplayVariant(): CardDisplayVariant;
1593
1511
  /**
1594
1512
  * Returns the DOM Element that should get the focus.
1595
1513
  *
@@ -1657,11 +1575,11 @@ declare module "sap/ui/integration/widgets/Card" {
1657
1575
  * ```
1658
1576
  *
1659
1577
  *
1578
+ * Disclaimer: this API might be removed when a permanent solution for flexibility changes is implemented.
1579
+ *
1660
1580
  * Default value is `[]`.
1661
1581
  *
1662
- * @since 1.76
1663
- * @experimental As of version 1.76. This API might be removed when a permanent solution for flexibility
1664
- * changes is implemented.
1582
+ * @experimental As of version 1.76.
1665
1583
  *
1666
1584
  * @returns Value of property `manifestChanges`
1667
1585
  */
@@ -1691,7 +1609,6 @@ declare module "sap/ui/integration/widgets/Card" {
1691
1609
  *
1692
1610
  * Default value is `Default`.
1693
1611
  *
1694
- * @since 1.133
1695
1612
  * @experimental As of version 1.133.
1696
1613
  *
1697
1614
  * @returns Value of property `overflow`
@@ -1703,7 +1620,7 @@ declare module "sap/ui/integration/widgets/Card" {
1703
1620
  * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
1704
1621
  * containing parameters in format `{parameterKey: parameterValue}`.
1705
1622
  *
1706
- * @experimental As of version 1.65. This property might be changed in future.
1623
+ * @experimental As of version 1.65.
1707
1624
  *
1708
1625
  * @returns Value of property `parameters`
1709
1626
  */
@@ -1720,7 +1637,6 @@ declare module "sap/ui/integration/widgets/Card" {
1720
1637
  *
1721
1638
  * Default value is `Off`.
1722
1639
  *
1723
- * @since 1.112
1724
1640
  * @experimental As of version 1.112.
1725
1641
  *
1726
1642
  * @returns Value of property `previewMode`
@@ -1773,7 +1689,6 @@ declare module "sap/ui/integration/widgets/Card" {
1773
1689
  *
1774
1690
  * Default value is `false`.
1775
1691
  *
1776
- * @since 1.127
1777
1692
  * @experimental As of version 1.127.
1778
1693
  *
1779
1694
  * @returns Value of property `useProgressiveDisclosure`
@@ -1805,9 +1720,7 @@ declare module "sap/ui/integration/widgets/Card" {
1805
1720
  * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
1806
1721
  * and returns its index if found or -1 otherwise.
1807
1722
  *
1808
- * @since 1.85
1809
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1810
- * changes may be done before its official public release. Use at your own discretion.
1723
+ * @experimental As of version 1.85.
1811
1724
  *
1812
1725
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1813
1726
  */
@@ -1820,9 +1733,7 @@ declare module "sap/ui/integration/widgets/Card" {
1820
1733
  /**
1821
1734
  * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
1822
1735
  *
1823
- * @since 1.85
1824
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1825
- * changes may be done before its official public release. Use at your own discretion.
1736
+ * @experimental As of version 1.85.
1826
1737
  *
1827
1738
  * @returns Reference to `this` in order to allow method chaining
1828
1739
  */
@@ -1839,7 +1750,7 @@ declare module "sap/ui/integration/widgets/Card" {
1839
1750
  iIndex: int
1840
1751
  ): this;
1841
1752
  /**
1842
- * @experimental As of version 1.65. The API might change.
1753
+ * @experimental As of version 1.65.
1843
1754
  *
1844
1755
  * @returns If the card is ready or not.
1845
1756
  */
@@ -1860,7 +1771,7 @@ declare module "sap/ui/integration/widgets/Card" {
1860
1771
  /**
1861
1772
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
1862
1773
  *
1863
- * @experimental As of version 1.65. The API might change.
1774
+ * @experimental As of version 1.65.
1864
1775
  */
1865
1776
  refresh(): void;
1866
1777
  /**
@@ -1872,9 +1783,7 @@ declare module "sap/ui/integration/widgets/Card" {
1872
1783
  /**
1873
1784
  * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
1874
1785
  *
1875
- * @since 1.85
1876
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1877
- * changes may be done before its official public release. Use at your own discretion.
1786
+ * @experimental As of version 1.85.
1878
1787
  *
1879
1788
  * @returns The removed actionDefinition or `null`
1880
1789
  */
@@ -1889,9 +1798,7 @@ declare module "sap/ui/integration/widgets/Card" {
1889
1798
  *
1890
1799
  * Additionally, it unregisters them from the hosting UIArea.
1891
1800
  *
1892
- * @since 1.85
1893
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
1894
- * changes may be done before its official public release. Use at your own discretion.
1801
+ * @experimental As of version 1.85.
1895
1802
  *
1896
1803
  * @returns An array of the removed elements (might be empty)
1897
1804
  */
@@ -1975,14 +1882,17 @@ declare module "sap/ui/integration/widgets/Card" {
1975
1882
  /**
1976
1883
  * Sets a new value for property {@link #getBaseUrl baseUrl}.
1977
1884
  *
1978
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1979
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1980
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
1885
+ * Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
1886
+ * a URL. The base URL is used to load relatively referenced resources.
1887
+ *
1888
+ * If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
1889
+ * URL.
1890
+ * - If both the manifest URL and the base URL are defined, the base URL is used.
1891
+ * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
1892
+ *
1981
1893
  *
1982
1894
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1983
1895
  *
1984
- * @since 1.70
1985
- * @experimental As of version 1.70.
1986
1896
  *
1987
1897
  * @returns Reference to `this` in order to allow method chaining
1988
1898
  */
@@ -1995,8 +1905,7 @@ declare module "sap/ui/integration/widgets/Card" {
1995
1905
  /**
1996
1906
  * Sets a new value for the `dataMode` property.
1997
1907
  *
1998
- * @since 1.65
1999
- * @experimental As of version 1.65. API might change.
1908
+ * @experimental As of version 1.65.
2000
1909
  *
2001
1910
  * @returns Pointer to the control instance to allow method chaining.
2002
1911
  */
@@ -2015,7 +1924,6 @@ declare module "sap/ui/integration/widgets/Card" {
2015
1924
  *
2016
1925
  * Default value is `Solid`.
2017
1926
  *
2018
- * @since 1.109
2019
1927
  * @experimental As of version 1.109.
2020
1928
  *
2021
1929
  * @returns Reference to `this` in order to allow method chaining
@@ -2097,13 +2005,13 @@ declare module "sap/ui/integration/widgets/Card" {
2097
2005
  * ```
2098
2006
  *
2099
2007
  *
2008
+ * Disclaimer: this API might be removed when a permanent solution for flexibility changes is implemented.
2009
+ *
2100
2010
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2101
2011
  *
2102
2012
  * Default value is `[]`.
2103
2013
  *
2104
- * @since 1.76
2105
- * @experimental As of version 1.76. This API might be removed when a permanent solution for flexibility
2106
- * changes is implemented.
2014
+ * @experimental As of version 1.76.
2107
2015
  *
2108
2016
  * @returns Reference to `this` in order to allow method chaining
2109
2017
  */
@@ -2125,7 +2033,6 @@ declare module "sap/ui/integration/widgets/Card" {
2125
2033
  *
2126
2034
  * Default value is `Default`.
2127
2035
  *
2128
- * @since 1.133
2129
2036
  * @experimental As of version 1.133.
2130
2037
  *
2131
2038
  * @returns Reference to `this` in order to allow method chaining
@@ -2144,7 +2051,7 @@ declare module "sap/ui/integration/widgets/Card" {
2144
2051
  *
2145
2052
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2146
2053
  *
2147
- * @experimental As of version 1.65. This property might be changed in future.
2054
+ * @experimental As of version 1.65.
2148
2055
  *
2149
2056
  * @returns Reference to `this` in order to allow method chaining
2150
2057
  */
@@ -2168,7 +2075,6 @@ declare module "sap/ui/integration/widgets/Card" {
2168
2075
  *
2169
2076
  * Default value is `Off`.
2170
2077
  *
2171
- * @since 1.112
2172
2078
  * @experimental As of version 1.112.
2173
2079
  *
2174
2080
  * @returns Reference to `this` in order to allow method chaining
@@ -2208,7 +2114,6 @@ declare module "sap/ui/integration/widgets/Card" {
2208
2114
  *
2209
2115
  * Default value is `false`.
2210
2116
  *
2211
- * @since 1.127
2212
2117
  * @experimental As of version 1.127.
2213
2118
  *
2214
2119
  * @returns Reference to `this` in order to allow method chaining
@@ -2303,11 +2208,11 @@ declare module "sap/ui/integration/widgets/Card" {
2303
2208
  }
2304
2209
  ): void;
2305
2210
  /**
2306
- * Causes all of the controls within the Card that support validation to validate their data.
2211
+ * Causes all the controls within the Card that support validation to validate their data.
2307
2212
  *
2308
- * @experimental
2213
+ * @experimental As of version 1.106.
2309
2214
  *
2310
- * @returns if all of the controls validated successfully; otherwise, false
2215
+ * @returns if all the controls validated successfully; otherwise, false
2311
2216
  */
2312
2217
  validateControls(): boolean;
2313
2218
  }
@@ -2324,9 +2229,7 @@ declare module "sap/ui/integration/widgets/Card" {
2324
2229
  /**
2325
2230
  * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
2326
2231
  *
2327
- * @since 1.85
2328
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
2329
- * changes may be done before its official public release. Use at your own discretion.
2232
+ * @experimental As of version 1.85.
2330
2233
  *
2331
2234
  * @returns Reference to `this` in order to allow method chaining
2332
2235
  */
@@ -2339,9 +2242,7 @@ declare module "sap/ui/integration/widgets/Card" {
2339
2242
  /**
2340
2243
  * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
2341
2244
  *
2342
- * @since 1.85
2343
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
2344
- * changes may be done before its official public release. Use at your own discretion.
2245
+ * @experimental As of version 1.85.
2345
2246
  *
2346
2247
  * @returns Reference to `this` in order to allow method chaining
2347
2248
  */
@@ -2352,24 +2253,9 @@ declare module "sap/ui/integration/widgets/Card" {
2352
2253
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
2353
2254
  * is destroyed when the property `manifest` changes.
2354
2255
  *
2355
- * @since 1.85
2356
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
2357
- * changes may be done before its official public release. Use at your own discretion.
2256
+ * @experimental As of version 1.85.
2358
2257
  */
2359
2258
  getActionDefinitions(): ActionDefinition[];
2360
- /**
2361
- * Gets current value of property {@link #getBaseUrl baseUrl}.
2362
- *
2363
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2364
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2365
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
2366
- *
2367
- * @since 1.70
2368
- * @experimental As of version 1.70.
2369
- *
2370
- * @returns Value of property `baseUrl`
2371
- */
2372
- getBaseUrl(): URI;
2373
2259
  /**
2374
2260
  * Get information about the blocking message in the card.
2375
2261
  *
@@ -2480,9 +2366,7 @@ declare module "sap/ui/integration/widgets/Card" {
2480
2366
  * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
2481
2367
  * and returns its index if found or -1 otherwise.
2482
2368
  *
2483
- * @since 1.85
2484
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
2485
- * changes may be done before its official public release. Use at your own discretion.
2369
+ * @experimental As of version 1.85.
2486
2370
  *
2487
2371
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2488
2372
  */
@@ -2495,9 +2379,7 @@ declare module "sap/ui/integration/widgets/Card" {
2495
2379
  /**
2496
2380
  * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
2497
2381
  *
2498
- * @since 1.85
2499
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
2500
- * changes may be done before its official public release. Use at your own discretion.
2382
+ * @experimental As of version 1.85.
2501
2383
  *
2502
2384
  * @returns Reference to `this` in order to allow method chaining
2503
2385
  */
@@ -2516,7 +2398,7 @@ declare module "sap/ui/integration/widgets/Card" {
2516
2398
  /**
2517
2399
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
2518
2400
  *
2519
- * @experimental As of version 1.65. The API might change.
2401
+ * @experimental As of version 1.65.
2520
2402
  */
2521
2403
  refresh(): void;
2522
2404
  /**
@@ -2528,9 +2410,7 @@ declare module "sap/ui/integration/widgets/Card" {
2528
2410
  /**
2529
2411
  * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
2530
2412
  *
2531
- * @since 1.85
2532
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
2533
- * changes may be done before its official public release. Use at your own discretion.
2413
+ * @experimental As of version 1.85.
2534
2414
  *
2535
2415
  * @returns The removed actionDefinition or `null`
2536
2416
  */
@@ -2705,11 +2585,11 @@ declare module "sap/ui/integration/widgets/Card" {
2705
2585
  }
2706
2586
  ): void;
2707
2587
  /**
2708
- * Causes all of the controls within the Card that support validation to validate their data.
2588
+ * Causes all the controls within the Card that support validation to validate their data.
2709
2589
  *
2710
- * @experimental
2590
+ * @experimental As of version 1.106.
2711
2591
  *
2712
- * @returns if all of the controls validated successfully; otherwise, false
2592
+ * @returns if all the controls validated successfully; otherwise, false
2713
2593
  */
2714
2594
  validateControls(): boolean;
2715
2595
  }
@@ -2733,14 +2613,13 @@ declare module "sap/ui/integration/widgets/Card" {
2733
2613
  * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
2734
2614
  * containing parameters in format `{parameterKey: parameterValue}`.
2735
2615
  *
2736
- * @experimental As of version 1.65. This property might be changed in future.
2616
+ * @experimental As of version 1.65.
2737
2617
  */
2738
2618
  parameters?: object | PropertyBindingInfo | `{${string}}`;
2739
2619
 
2740
2620
  /**
2741
2621
  * Defines the state of the `Card`. When set to `Inactive`, the `Card` doesn't make requests.
2742
2622
  *
2743
- * @since 1.65
2744
2623
  * @experimental As of version 1.65.
2745
2624
  */
2746
2625
  dataMode?:
@@ -2749,12 +2628,13 @@ declare module "sap/ui/integration/widgets/Card" {
2749
2628
  | `{${string}}`;
2750
2629
 
2751
2630
  /**
2752
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2753
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2754
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
2631
+ * Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
2632
+ * a URL. The base URL is used to load relatively referenced resources.
2755
2633
  *
2756
- * @since 1.70
2757
- * @experimental As of version 1.70.
2634
+ * If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
2635
+ * URL.
2636
+ * - If both the manifest URL and the base URL are defined, the base URL is used.
2637
+ * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
2758
2638
  */
2759
2639
  baseUrl?: URI | PropertyBindingInfo | `{${string}}`;
2760
2640
 
@@ -2796,16 +2676,15 @@ declare module "sap/ui/integration/widgets/Card" {
2796
2676
  * ```
2797
2677
  *
2798
2678
  *
2799
- * @since 1.76
2800
- * @experimental As of version 1.76. This API might be removed when a permanent solution for flexibility
2801
- * changes is implemented.
2679
+ * Disclaimer: this API might be removed when a permanent solution for flexibility changes is implemented.
2680
+ *
2681
+ * @experimental As of version 1.76.
2802
2682
  */
2803
2683
  manifestChanges?: object[] | PropertyBindingInfo | `{${string}}`;
2804
2684
 
2805
2685
  /**
2806
2686
  * Defines the design of the `Card`.
2807
2687
  *
2808
- * @since 1.109
2809
2688
  * @experimental As of version 1.109.
2810
2689
  */
2811
2690
  design?:
@@ -2813,17 +2692,6 @@ declare module "sap/ui/integration/widgets/Card" {
2813
2692
  | PropertyBindingInfo
2814
2693
  | `{${string}}`;
2815
2694
 
2816
- /**
2817
- * Defines the display variant for card rendering and behavior.
2818
- *
2819
- * @since 1.118
2820
- * @experimental As of version 1.118. For usage only by Work Zone.
2821
- */
2822
- displayVariant?:
2823
- | (CardDisplayVariant | keyof typeof CardDisplayVariant)
2824
- | PropertyBindingInfo
2825
- | `{${string}}`;
2826
-
2827
2695
  /**
2828
2696
  * Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
2829
2697
  *
@@ -2832,7 +2700,6 @@ declare module "sap/ui/integration/widgets/Card" {
2832
2700
  * - When set to "Abstract", the card shows abstract placeholder without loading data.
2833
2701
  * - When set to "Off", the card displays real data.
2834
2702
  *
2835
- * @since 1.112
2836
2703
  * @experimental As of version 1.112.
2837
2704
  */
2838
2705
  previewMode?:
@@ -2844,7 +2711,6 @@ declare module "sap/ui/integration/widgets/Card" {
2844
2711
  * If the card should change depending on its size. This property is temporary. Should be used to enable
2845
2712
  * the feature for cards where it is needed.
2846
2713
  *
2847
- * @since 1.127
2848
2714
  * @experimental As of version 1.127.
2849
2715
  */
2850
2716
  useProgressiveDisclosure?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -2855,7 +2721,6 @@ declare module "sap/ui/integration/widgets/Card" {
2855
2721
  * **Note**: If the "Default" option is used, the card must be allowed to grow in height as much as it needs
2856
2722
  * to avoid overflowing. Use a layout which allows this.
2857
2723
  *
2858
- * @since 1.133
2859
2724
  * @experimental As of version 1.133.
2860
2725
  */
2861
2726
  overflow?:
@@ -2867,9 +2732,7 @@ declare module "sap/ui/integration/widgets/Card" {
2867
2732
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
2868
2733
  * is destroyed when the property `manifest` changes.
2869
2734
  *
2870
- * @since 1.85
2871
- * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
2872
- * changes may be done before its official public release. Use at your own discretion.
2735
+ * @experimental As of version 1.85.
2873
2736
  */
2874
2737
  actionDefinitions?:
2875
2738
  | ActionDefinition[]
@@ -2889,8 +2752,7 @@ declare module "sap/ui/integration/widgets/Card" {
2889
2752
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
2890
2753
  * one to handle the action by calling `oEvent.preventDefault()`.
2891
2754
  *
2892
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
2893
- * may be done before its official public release. Use at your own discretion.
2755
+ * @experimental As of version 1.64.
2894
2756
  */
2895
2757
  action?: (oEvent: Card$ActionEvent) => void;
2896
2758
 
@@ -2921,8 +2783,7 @@ declare module "sap/ui/integration/widgets/Card" {
2921
2783
  /**
2922
2784
  * Parameters of the Card#action event.
2923
2785
  *
2924
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
2925
- * may be done before its official public release. Use at your own discretion.
2786
+ * @experimental As of version 1.64.
2926
2787
  */
2927
2788
  export interface Card$ActionEventParameters {
2928
2789
  /**
@@ -2961,8 +2822,7 @@ declare module "sap/ui/integration/widgets/Card" {
2961
2822
  /**
2962
2823
  * Event object of the Card#action event.
2963
2824
  *
2964
- * @experimental As of version 1.64. Disclaimer: this event is in a beta state - incompatible API changes
2965
- * may be done before its official public release. Use at your own discretion.
2825
+ * @experimental As of version 1.64.
2966
2826
  */
2967
2827
  export type Card$ActionEvent = Event<Card$ActionEventParameters, Card>;
2968
2828
 
@@ -3060,7 +2920,6 @@ declare module "sap/ui/integration/Designtime" {
3060
2920
  * be implemented.
3061
2921
  *
3062
2922
  * @since 1.75
3063
- * @experimental As of version 1.75.
3064
2923
  */
3065
2924
  export default class Designtime extends ManagedObject {
3066
2925
  /**
@@ -3141,8 +3000,6 @@ declare module "sap/ui/integration/Designtime" {
3141
3000
  }
3142
3001
  /**
3143
3002
  * Describes the settings that can be provided to the Designtime constructor.
3144
- *
3145
- * @experimental As of version 1.75.
3146
3003
  */
3147
3004
  export interface $DesigntimeSettings extends $ManagedObjectSettings {}
3148
3005
  }
@@ -3152,7 +3009,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
3152
3009
  * Validates if the provided value is a boolean or binding string.
3153
3010
  *
3154
3011
  * @since 1.81
3155
- * @experimental As of version 1.81.
3156
3012
  */
3157
3013
  interface IsBoolean {
3158
3014
  /**
@@ -3177,7 +3033,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
3177
3033
  * Validates if the provided value can be parsed to a valid date.
3178
3034
  *
3179
3035
  * @since 1.81
3180
- * @experimental As of version 1.81.
3181
3036
  */
3182
3037
  interface IsDate {
3183
3038
  /**
@@ -3202,7 +3057,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
3202
3057
  * Validates if the provided value is an integer or binding string.
3203
3058
  *
3204
3059
  * @since 1.81
3205
- * @experimental As of version 1.81.
3206
3060
  */
3207
3061
  interface IsInteger {
3208
3062
  /**
@@ -3227,7 +3081,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
3227
3081
  * Validates if the provided value is a number or binding string.
3228
3082
  *
3229
3083
  * @since 1.81
3230
- * @experimental As of version 1.81.
3231
3084
  */
3232
3085
  interface IsNumber {
3233
3086
  /**
@@ -3252,7 +3105,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey
3252
3105
  * Validates if the provided value is one of the given keys.
3253
3106
  *
3254
3107
  * @since 1.81
3255
- * @experimental As of version 1.81.
3256
3108
  */
3257
3109
  interface IsSelectedKey {
3258
3110
  /**
@@ -3286,7 +3138,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList"
3286
3138
  * Validates if none of the provided values is an invalid binding.
3287
3139
  *
3288
3140
  * @since 1.81
3289
- * @experimental As of version 1.81.
3290
3141
  */
3291
3142
  interface IsStringList {
3292
3143
  /**
@@ -3311,7 +3162,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey"
3311
3162
  * Validates if the provided key is unique in a list of given keys.
3312
3163
  *
3313
3164
  * @since 1.81
3314
- * @experimental As of version 1.81.
3315
3165
  */
3316
3166
  interface IsUniqueKey {
3317
3167
  /**
@@ -3349,7 +3199,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList"
3349
3199
  * Validates if the provided list contains no duplicates.
3350
3200
  *
3351
3201
  * @since 1.81
3352
- * @experimental As of version 1.81.
3353
3202
  */
3354
3203
  interface IsUniqueList {
3355
3204
  /**
@@ -3374,7 +3223,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBindin
3374
3223
  * Validates if the provided value is a valid binding.
3375
3224
  *
3376
3225
  * @since 1.81
3377
- * @experimental As of version 1.81.
3378
3226
  */
3379
3227
  interface IsValidBinding {
3380
3228
  /**
@@ -3408,7 +3256,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
3408
3256
  * Validates if the provided value doesn't exceed the maximum length.
3409
3257
  *
3410
3258
  * @since 1.81
3411
- * @experimental As of version 1.81.
3412
3259
  */
3413
3260
  interface MaxLength {
3414
3261
  /**
@@ -3433,7 +3280,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding"
3433
3280
  * Validates if the provided value doesn't contain a binding.
3434
3281
  *
3435
3282
  * @since 1.81
3436
- * @experimental As of version 1.81.
3437
3283
  */
3438
3284
  interface NotABinding {
3439
3285
  /**
@@ -3456,8 +3302,6 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding"
3456
3302
  declare module "sap/ui/integration/editor/Editor" {
3457
3303
  /**
3458
3304
  * Facade of the {@link sap.ui.integration.editor.Editor} control.
3459
- *
3460
- * @experimental As of version 1.94.
3461
3305
  */
3462
3306
  export interface EditorFacade {
3463
3307
  __implements__sap_ui_integration_editor_EditorFacade: boolean;
@@ -3465,7 +3309,6 @@ declare module "sap/ui/integration/editor/Editor" {
3465
3309
  /**
3466
3310
  * Performs an HTTP request using the given configuration.
3467
3311
  *
3468
- * @experimental As of version 1.94.
3469
3312
  *
3470
3313
  * @returns Resolves when the request is successful, rejects otherwise.
3471
3314
  */
@@ -3664,8 +3507,7 @@ declare module "sap/ui/integration/Extension" {
3664
3507
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3665
3508
  * one to handle the action by calling `oEvent.preventDefault()`.
3666
3509
  *
3667
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3668
- * may be done before its official public release. Use at your own discretion.
3510
+ * @experimental As of version 1.75.
3669
3511
  *
3670
3512
  * @returns Reference to `this` in order to allow method chaining
3671
3513
  */
@@ -3696,8 +3538,7 @@ declare module "sap/ui/integration/Extension" {
3696
3538
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3697
3539
  * one to handle the action by calling `oEvent.preventDefault()`.
3698
3540
  *
3699
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3700
- * may be done before its official public release. Use at your own discretion.
3541
+ * @experimental As of version 1.75.
3701
3542
  *
3702
3543
  * @returns Reference to `this` in order to allow method chaining
3703
3544
  */
@@ -3716,8 +3557,7 @@ declare module "sap/ui/integration/Extension" {
3716
3557
  *
3717
3558
  * The passed function and listener object must match the ones used for event registration.
3718
3559
  *
3719
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3720
- * may be done before its official public release. Use at your own discretion.
3560
+ * @experimental As of version 1.75.
3721
3561
  *
3722
3562
  * @returns Reference to `this` in order to allow method chaining
3723
3563
  */
@@ -3736,7 +3576,7 @@ declare module "sap/ui/integration/Extension" {
3736
3576
  * the response is available. Use this method to override the default behavior when fetching network resources.
3737
3577
  * Mimics the browser native Fetch API.
3738
3578
  *
3739
- * @experimental As of version 1.113. The API might change.
3579
+ * @experimental As of version 1.113.
3740
3580
  *
3741
3581
  * @returns A `Promise` that resolves to a `Response` object.
3742
3582
  */
@@ -3761,8 +3601,7 @@ declare module "sap/ui/integration/Extension" {
3761
3601
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
3762
3602
  * event object. The return value of this method indicates whether the default action should be executed.
3763
3603
  *
3764
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3765
- * may be done before its official public release. Use at your own discretion.
3604
+ * @experimental As of version 1.75.
3766
3605
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3767
3606
  *
3768
3607
  * @returns Whether or not to prevent the default action
@@ -3779,8 +3618,6 @@ declare module "sap/ui/integration/Extension" {
3779
3618
  * The actions configuration.
3780
3619
  *
3781
3620
  * @deprecated As of version 1.85. This property is replaced by the `actions` aggregation of the card;
3782
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
3783
- * may be done before its official public release. Use at your own discretion.
3784
3621
  *
3785
3622
  * @returns Value of property `actions`
3786
3623
  */
@@ -3822,8 +3659,6 @@ declare module "sap/ui/integration/Extension" {
3822
3659
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3823
3660
  *
3824
3661
  * @deprecated As of version 1.85. This property is replaced by the `actions` aggregation of the card;
3825
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
3826
- * may be done before its official public release. Use at your own discretion.
3827
3662
  *
3828
3663
  * @returns Reference to `this` in order to allow method chaining
3829
3664
  */
@@ -3857,8 +3692,6 @@ declare module "sap/ui/integration/Extension" {
3857
3692
  * The actions configuration.
3858
3693
  *
3859
3694
  * @deprecated As of version 1.85. This property is replaced by the `actions` aggregation of the card;
3860
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
3861
- * may be done before its official public release. Use at your own discretion.
3862
3695
  */
3863
3696
  actions?: CardMenuAction[] | PropertyBindingInfo | `{${string}}`;
3864
3697
 
@@ -3876,8 +3709,7 @@ declare module "sap/ui/integration/Extension" {
3876
3709
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3877
3710
  * one to handle the action by calling `oEvent.preventDefault()`.
3878
3711
  *
3879
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3880
- * may be done before its official public release. Use at your own discretion.
3712
+ * @experimental As of version 1.75.
3881
3713
  */
3882
3714
  action?: (oEvent: Extension$ActionEvent) => void;
3883
3715
  }
@@ -3885,8 +3717,7 @@ declare module "sap/ui/integration/Extension" {
3885
3717
  /**
3886
3718
  * Parameters of the Extension#action event.
3887
3719
  *
3888
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3889
- * may be done before its official public release. Use at your own discretion.
3720
+ * @experimental As of version 1.75.
3890
3721
  */
3891
3722
  export interface Extension$ActionEventParameters {
3892
3723
  /**
@@ -3930,8 +3761,7 @@ declare module "sap/ui/integration/Extension" {
3930
3761
  /**
3931
3762
  * Event object of the Extension#action event.
3932
3763
  *
3933
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
3934
- * may be done before its official public release. Use at your own discretion.
3764
+ * @experimental As of version 1.75.
3935
3765
  */
3936
3766
  export type Extension$ActionEvent = Event<
3937
3767
  Extension$ActionEventParameters,
@@ -4036,8 +3866,7 @@ declare module "sap/ui/integration/Host" {
4036
3866
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
4037
3867
  * one to handle the action by calling `oEvent.preventDefault()`.
4038
3868
  *
4039
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4040
- * may be done before its official public release. Use at your own discretion.
3869
+ * @experimental As of version 1.75.
4041
3870
  *
4042
3871
  * @returns Reference to `this` in order to allow method chaining
4043
3872
  */
@@ -4068,8 +3897,7 @@ declare module "sap/ui/integration/Host" {
4068
3897
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
4069
3898
  * one to handle the action by calling `oEvent.preventDefault()`.
4070
3899
  *
4071
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4072
- * may be done before its official public release. Use at your own discretion.
3900
+ * @experimental As of version 1.75.
4073
3901
  *
4074
3902
  * @returns Reference to `this` in order to allow method chaining
4075
3903
  */
@@ -4295,7 +4123,6 @@ declare module "sap/ui/integration/Host" {
4295
4123
  * This function is called when a CSRF token has expired.
4296
4124
  *
4297
4125
  * @deprecated As of version 1.120.0. the concept has been discarded.
4298
- * @experimental As of version 1.97.
4299
4126
  */
4300
4127
  csrfTokenExpired(
4301
4128
  /**
@@ -4309,7 +4136,6 @@ declare module "sap/ui/integration/Host" {
4309
4136
  * This function is called when a CSRF token is fetched.
4310
4137
  *
4311
4138
  * @deprecated As of version 1.120.0. the concept has been discarded.
4312
- * @experimental As of version 1.97.
4313
4139
  */
4314
4140
  csrfTokenFetched(
4315
4141
  /**
@@ -4328,8 +4154,7 @@ declare module "sap/ui/integration/Host" {
4328
4154
  *
4329
4155
  * The passed function and listener object must match the ones used for event registration.
4330
4156
  *
4331
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4332
- * may be done before its official public release. Use at your own discretion.
4157
+ * @experimental As of version 1.75.
4333
4158
  *
4334
4159
  * @returns Reference to `this` in order to allow method chaining
4335
4160
  */
@@ -4428,8 +4253,7 @@ declare module "sap/ui/integration/Host" {
4428
4253
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
4429
4254
  * event object. The return value of this method indicates whether the default action should be executed.
4430
4255
  *
4431
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4432
- * may be done before its official public release. Use at your own discretion.
4256
+ * @experimental As of version 1.75.
4433
4257
  * @ui5-protected Do not call from applications (only from related classes in the framework)
4434
4258
  *
4435
4259
  * @returns Whether or not to prevent the default action
@@ -4501,8 +4325,7 @@ declare module "sap/ui/integration/Host" {
4501
4325
  *
4502
4326
  * The actions configuration.
4503
4327
  *
4504
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
4505
- * may be done before its official public release. Use at your own discretion.
4328
+ * @experimental As of version 1.75.
4506
4329
  *
4507
4330
  * @returns Value of property `actions`
4508
4331
  */
@@ -4519,7 +4342,6 @@ declare module "sap/ui/integration/Host" {
4519
4342
  * The context information and texts should be translated as they appear in the design-time UI of the Card
4520
4343
  * Editor.
4521
4344
  *
4522
- * @since 1.83
4523
4345
  * @experimental As of version 1.143.
4524
4346
  *
4525
4347
  * @returns A promise which contains the context structure.
@@ -4536,7 +4358,6 @@ declare module "sap/ui/integration/Host" {
4536
4358
  * Example path to the current user id of the context sPath = "sap.workzone/currentUser/id" parameter: {
4537
4359
  * userId: { value: "{context>sap.workzone/currentUser/id}" resolves to UserId } }
4538
4360
  *
4539
- * @since 1.83
4540
4361
  * @experimental As of version 1.143.
4541
4362
  *
4542
4363
  * @returns A promise which resolves with the value of this context.
@@ -4547,24 +4368,6 @@ declare module "sap/ui/integration/Host" {
4547
4368
  */
4548
4369
  sPath: string
4549
4370
  ): Promise<null>;
4550
- /**
4551
- * Resolves the value of a CSRF token. Subclasses of Host can override this method to take over the default
4552
- * CSRF token resolving. Applications must not call this method directly, it is called by the framework.
4553
- *
4554
- * @deprecated As of version 1.120.0. the concept has been discarded.
4555
- * @experimental As of version 1.97.
4556
- * @ui5-protected Do not call from applications (only from related classes in the framework)
4557
- *
4558
- * @returns A promise which resolves the CSRF token to its value.
4559
- */
4560
- getCsrfToken(
4561
- /**
4562
- * The CSRF token configuration.
4563
- */
4564
- csrfTokenConfig: {
4565
- data: object;
4566
- }
4567
- ): Promise<string>;
4568
4371
  /**
4569
4372
  * Resolves the destination and returns its URL.
4570
4373
  *
@@ -4616,8 +4419,7 @@ declare module "sap/ui/integration/Host" {
4616
4419
  *
4617
4420
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4618
4421
  *
4619
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
4620
- * may be done before its official public release. Use at your own discretion.
4422
+ * @experimental As of version 1.75.
4621
4423
  *
4622
4424
  * @returns Reference to `this` in order to allow method chaining
4623
4425
  */
@@ -4655,8 +4457,7 @@ declare module "sap/ui/integration/Host" {
4655
4457
  /**
4656
4458
  * The actions configuration.
4657
4459
  *
4658
- * @experimental As of version 1.75. Disclaimer: this property is in a beta state - incompatible API changes
4659
- * may be done before its official public release. Use at your own discretion.
4460
+ * @experimental As of version 1.75.
4660
4461
  */
4661
4462
  actions?: CardMenuAction[] | PropertyBindingInfo | `{${string}}`;
4662
4463
 
@@ -4680,8 +4481,7 @@ declare module "sap/ui/integration/Host" {
4680
4481
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
4681
4482
  * one to handle the action by calling `oEvent.preventDefault()`.
4682
4483
  *
4683
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4684
- * may be done before its official public release. Use at your own discretion.
4484
+ * @experimental As of version 1.75.
4685
4485
  */
4686
4486
  action?: (oEvent: Host$ActionEvent) => void;
4687
4487
 
@@ -4722,8 +4522,7 @@ declare module "sap/ui/integration/Host" {
4722
4522
  /**
4723
4523
  * Parameters of the Host#action event.
4724
4524
  *
4725
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4726
- * may be done before its official public release. Use at your own discretion.
4525
+ * @experimental As of version 1.75.
4727
4526
  */
4728
4527
  export interface Host$ActionEventParameters {
4729
4528
  /**
@@ -4767,8 +4566,7 @@ declare module "sap/ui/integration/Host" {
4767
4566
  /**
4768
4567
  * Event object of the Host#action event.
4769
4568
  *
4770
- * @experimental As of version 1.75. Disclaimer: this event is in a beta state - incompatible API changes
4771
- * may be done before its official public release. Use at your own discretion.
4569
+ * @experimental As of version 1.75.
4772
4570
  */
4773
4571
  export type Host$ActionEvent = Event<Host$ActionEventParameters, Host>;
4774
4572
 
@@ -4885,7 +4683,6 @@ declare namespace sap {
4885
4683
  * Validates if the provided value belongs to the icon pool.
4886
4684
  *
4887
4685
  * @since 1.81
4888
- * @experimental As of version 1.81.
4889
4686
  */
4890
4687
  namespace IsInIconPool {
4891
4688
  /**