@sapui5/ts-types 1.146.0 → 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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -3
  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 +1 -52
  8. package/types/sap.f.d.ts +144 -1
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +1 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +1666 -1005
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +49 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +182 -1
  23. package/types/sap.insights.d.ts +14 -1
  24. package/types/sap.m.d.ts +376 -127
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +122 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +1 -4
  35. package/types/sap.ui.codeeditor.d.ts +82 -46
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +5 -15
  38. package/types/sap.ui.core.d.ts +175 -16
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +5 -1
  42. package/types/sap.ui.generic.app.d.ts +5 -5
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +23 -25
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/sap.ui.mdc.d.ts +107 -20
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +2 -2
  52. package/types/sap.ui.table.d.ts +1 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +6 -9
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +8 -24
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +407 -66
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +146 -1
  63. package/types/sap.viz.d.ts +4 -5
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
  68. package/types/sap.ui.webc.common.d.ts +0 -173
  69. package/types/sap.ui.webc.fiori.d.ts +0 -16012
  70. package/types/sap.ui.webc.main.d.ts +0 -51158
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -9880,8 +9880,10 @@ declare namespace sap {
9880
9880
  interface $FilterBarBaseSettings extends sap.ui.mdc.$ControlSettings {
9881
9881
  /**
9882
9882
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
9883
- * The object has the following properties:
9884
- * - `name` defines the path to the `Delegate` module
9883
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
9884
+ *
9885
+ * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate}.
9886
+ *
9885
9887
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
9886
9888
  * Sample delegate object:
9887
9889
  * ```javascript
@@ -9952,8 +9954,8 @@ declare namespace sap {
9952
9954
  * aggregation) should be specified here, rather than in the `FilterField` configuration.
9953
9955
  * **Note**: This property must not be bound.
9954
9956
  * **Node**: Please check {@link sap.ui.mdc.filterbar.PropertyInfo} for more information about the supported
9955
- * inner elements. **Note**: Existing properties (set via `sap.ui.mdc.filterbar.FilterBarBase#setPropertyInfo`)
9956
- * must not be removed and their attributes must not be changed during the {@link module:sap/ui/mdc/FilterBarDelegate.fetchProperties fetchProperties }
9957
+ * inner elements. **Note**: Existing properties (set via {@link #setPropertyInfo setPropertyInfo}) must
9958
+ * not be removed and their attributes must not be changed during the {@link module:sap/ui/mdc/FilterBarDelegate.fetchProperties fetchProperties }
9957
9959
  * callback. Otherwise validation errors might occur whenever personalization-related control features (such
9958
9960
  * as the opening of any personalization dialog) are activated.
9959
9961
  *
@@ -10149,6 +10151,28 @@ declare namespace sap {
10149
10151
  */
10150
10152
  oInvisibleText: sap.ui.core.InvisibleText
10151
10153
  ): void;
10154
+ /**
10155
+ * Adds a message to the {@link sap.ui.model.message.MessageModel MessageModel} for a `propertyKey`. The
10156
+ * message is displayed on the corresponding {@link sap.ui.mdc.FilterField FilterField}.
10157
+ *
10158
+ * @since 1.147
10159
+ *
10160
+ * @returns The created message object
10161
+ */
10162
+ addMessage(
10163
+ /**
10164
+ * The `propertyKey` of the {@link sap.ui.mdc.FilterField FilterField}
10165
+ */
10166
+ sPropertyKey: string,
10167
+ /**
10168
+ * The message text
10169
+ */
10170
+ sMessage: string,
10171
+ /**
10172
+ * The message type
10173
+ */
10174
+ sMessageType: sap.ui.core.MessageType
10175
+ ): sap.ui.core.message.Message;
10152
10176
  /**
10153
10177
  * Attaches event handler `fnFunction` to the {@link #event:filtersChanged filtersChanged} event of this
10154
10178
  * `sap.ui.mdc.filterbar.FilterBarBase`.
@@ -10395,8 +10419,10 @@ declare namespace sap {
10395
10419
  * Gets current value of property {@link #getDelegate delegate}.
10396
10420
  *
10397
10421
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
10398
- * The object has the following properties:
10399
- * - `name` defines the path to the `Delegate` module
10422
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
10423
+ *
10424
+ * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate}.
10425
+ *
10400
10426
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
10401
10427
  * Sample delegate object:
10402
10428
  * ```javascript
@@ -10454,6 +10480,19 @@ declare namespace sap {
10454
10480
  * @returns Value of property `liveMode`
10455
10481
  */
10456
10482
  getLiveMode(): boolean;
10483
+ /**
10484
+ * Returns all messages associated with the given `propertyKey` from the {@link sap.ui.model.message.MessageModel MessageModel}.
10485
+ *
10486
+ * @since 1.147
10487
+ *
10488
+ * @returns Array of messages for the given `propertyKey`
10489
+ */
10490
+ getMessages(
10491
+ /**
10492
+ * The `propertyKey` of the {@link sap.ui.mdc.FilterField FilterField}
10493
+ */
10494
+ sPropertyKey: string
10495
+ ): sap.ui.core.message.Message[];
10457
10496
  /**
10458
10497
  * Gets the value of the basic search condition.
10459
10498
  *
@@ -10531,6 +10570,30 @@ declare namespace sap {
10531
10570
  * @returns Resolves after the initial filters have been applied and the metadata has been obtained
10532
10571
  */
10533
10572
  initializedWithMetadata(): Promise<any>;
10573
+ /**
10574
+ * Removes a given message from the {@link sap.ui.model.message.MessageModel MessageModel}. The message
10575
+ * is removed from the corresponding {@link sap.ui.mdc.FilterField FilterField}.
10576
+ *
10577
+ * @since 1.147
10578
+ */
10579
+ removeMessage(
10580
+ /**
10581
+ * The message to remove
10582
+ */
10583
+ oMessage: sap.ui.core.Message
10584
+ ): void;
10585
+ /**
10586
+ * Removes all messages for the given `propertyKey` from the {@link sap.ui.model.message.MessageModel MessageModel}.
10587
+ * Clears the messages from the corresponding {@link sap.ui.mdc.FilterField FilterField}.
10588
+ *
10589
+ * @since 1.147
10590
+ */
10591
+ removeMessages(
10592
+ /**
10593
+ * The `propertyKey` of the {@link sap.ui.mdc.FilterField FilterField}
10594
+ */
10595
+ sPropertyKey: string
10596
+ ): void;
10534
10597
  /**
10535
10598
  * Sets the aggregated {@link #getBasicSearchField basicSearchField}.
10536
10599
  *
@@ -10547,8 +10610,10 @@ declare namespace sap {
10547
10610
  * Sets a new value for property {@link #getDelegate delegate}.
10548
10611
  *
10549
10612
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
10550
- * The object has the following properties:
10551
- * - `name` defines the path to the `Delegate` module
10613
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
10614
+ *
10615
+ * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate}.
10616
+ *
10552
10617
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
10553
10618
  * Sample delegate object:
10554
10619
  * ```javascript
@@ -19744,8 +19809,10 @@ declare namespace sap {
19744
19809
 
19745
19810
  /**
19746
19811
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
19747
- * The object has the following properties:
19748
- * - `name` defines the path to the `Delegate` module
19812
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
19813
+ *
19814
+ * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/ChartDelegate ChartDelegate}.
19815
+ *
19749
19816
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
19750
19817
  * Sample delegate object:
19751
19818
  * ```javascript
@@ -20020,7 +20087,8 @@ declare namespace sap {
20020
20087
  interface $ControlSettings extends sap.ui.core.$ControlSettings {
20021
20088
  /**
20022
20089
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
20023
- * The object has the following properties:
20090
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
20091
+ *
20024
20092
  * - `name` defines the path to the `Delegate` module
20025
20093
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
20026
20094
  * Sample delegate object:
@@ -20045,7 +20113,8 @@ declare namespace sap {
20045
20113
  interface $ElementSettings extends sap.ui.core.$ElementSettings {
20046
20114
  /**
20047
20115
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
20048
- * The object has the following properties:
20116
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
20117
+ *
20049
20118
  * - `name` defines the path to the `Delegate` module
20050
20119
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
20051
20120
  * Sample delegate object:
@@ -20476,7 +20545,8 @@ declare namespace sap {
20476
20545
  /**
20477
20546
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
20478
20547
  *
20479
- * The object has the following properties:
20548
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
20549
+ *
20480
20550
  * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/TableDelegate TableDelegate}.
20481
20551
  *
20482
20552
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
@@ -21609,8 +21679,10 @@ declare namespace sap {
21609
21679
  * Gets current value of property {@link #getDelegate delegate}.
21610
21680
  *
21611
21681
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
21612
- * The object has the following properties:
21613
- * - `name` defines the path to the `Delegate` module
21682
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
21683
+ *
21684
+ * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/ChartDelegate ChartDelegate}.
21685
+ *
21614
21686
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
21615
21687
  * Sample delegate object:
21616
21688
  * ```javascript
@@ -21942,8 +22014,10 @@ declare namespace sap {
21942
22014
  * Sets a new value for property {@link #getDelegate delegate}.
21943
22015
  *
21944
22016
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
21945
- * The object has the following properties:
21946
- * - `name` defines the path to the `Delegate` module
22017
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
22018
+ *
22019
+ * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/ChartDelegate ChartDelegate}.
22020
+ *
21947
22021
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
21948
22022
  * Sample delegate object:
21949
22023
  * ```javascript
@@ -25677,7 +25751,8 @@ declare namespace sap {
25677
25751
  *
25678
25752
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
25679
25753
  *
25680
- * The object has the following properties:
25754
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
25755
+ *
25681
25756
  * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/TableDelegate TableDelegate}.
25682
25757
  *
25683
25758
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
@@ -26238,7 +26313,8 @@ declare namespace sap {
26238
26313
  *
26239
26314
  * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
26240
26315
  *
26241
- * The object has the following properties:
26316
+ * The object has the following properties (see {@link sap.ui.mdc.DelegateConfig DelegateConfig}):
26317
+ *
26242
26318
  * - `name` defines the path to the `Delegate` module. The used delegate module must inherit from {@link module:sap/ui/mdc/TableDelegate TableDelegate}.
26243
26319
  *
26244
26320
  * - `payload` (optional) defines application-specific information that can be used in the given delegate
@@ -27178,6 +27254,17 @@ declare namespace sap {
27178
27254
  ): this;
27179
27255
  }
27180
27256
 
27257
+ type DelegateConfig = {
27258
+ /**
27259
+ * Delegate module path
27260
+ */
27261
+ name: string;
27262
+ /**
27263
+ * defines application-specific information that can be used in the given delegate
27264
+ */
27265
+ payload?: any;
27266
+ };
27267
+
27181
27268
  /**
27182
27269
  * Acts a subset of the `FilterBarDelegate` that can be used in {@link module:sap/ui/mdc/TableDelegate.getFilterDelegate TableDelegate.getFilterDelegate }
27183
27270
  * or {@link module:sap/ui/mdc/ChartDelegate.getFilterDelegate Chart.getFilterDelegate} to enable inbuilt
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -398,7 +398,7 @@ declare namespace sap {
398
398
  /**
399
399
  * Preset to find usages of deprecated controls, properties, aggregations and others.
400
400
  *
401
- * @experimental As of version 1.120.
401
+ * @since 1.120
402
402
  */
403
403
  Deprecations = "undefined",
404
404
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -8328,7 +8328,7 @@ declare namespace sap {
8328
8328
  /**
8329
8329
  * Describes the settings that can be provided to the TimeRange constructor.
8330
8330
  *
8331
- * @experimental As of version 1.127.0.
8331
+ * @experimental As of version 1.127.
8332
8332
  */
8333
8333
  interface $TimeRangeSettings extends sap.ui.core.$ElementSettings {
8334
8334
  /**
@@ -19997,7 +19997,6 @@ declare namespace sap {
19997
19997
  /**
19998
19998
  * NonWorkingPeriod
19999
19999
  *
20000
- * @since 1.27.0
20001
20000
  * @experimental As of version 1.127.0.
20002
20001
  */
20003
20002
  class NonWorkingPeriod extends sap.ui.core.Element {
@@ -20126,7 +20125,6 @@ declare namespace sap {
20126
20125
  *
20127
20126
  * Applications can inherit from this element to add own fields.
20128
20127
  *
20129
- * @since 1.127.0
20130
20128
  * @experimental As of version 1.127.0.
20131
20129
  */
20132
20130
  class RecurringNonWorkingPeriod extends sap.ui.unified.NonWorkingPeriod {
@@ -22518,8 +22516,7 @@ declare namespace sap {
22518
22516
  /**
22519
22517
  * Time range for use in `NonWorkingPeriod`
22520
22518
  *
22521
- * @since 1.127.0
22522
- * @experimental As of version 1.127.0.
22519
+ * @experimental As of version 1.127.
22523
22520
  */
22524
22521
  class TimeRange extends sap.ui.core.Element {
22525
22522
  /**
@@ -22714,7 +22711,6 @@ declare namespace sap {
22714
22711
  * This enum is part of the 'sap/ui/unified/library' module export and must be accessed by the property
22715
22712
  * 'CalendarAppointmentRoundWidth'.
22716
22713
  *
22717
- * @since 1.81.0
22718
22714
  * @experimental As of version 1.81.0.
22719
22715
  */
22720
22716
  enum CalendarAppointmentRoundWidth {
@@ -22932,8 +22928,9 @@ declare namespace sap {
22932
22928
  * This enum is part of the 'sap/ui/unified/library' module export and must be accessed by the property
22933
22929
  * 'ContentSwitcherAnimation'.
22934
22930
  *
22935
- * @since 1.16.0
22936
- * @experimental As of version 1.16.0. API is not yet finished and might change completely
22931
+ * @deprecated As of version 1.147.0. the concept has been discarded. API is not yet finished and might
22932
+ * change completely
22933
+ * @experimental As of version 1.16.0.
22937
22934
  */
22938
22935
  enum ContentSwitcherAnimation {
22939
22936
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -564,9 +564,6 @@ declare namespace sap {
564
564
 
565
565
  /**
566
566
  * Describes the settings that can be provided to the ContainerLegendItem constructor.
567
- *
568
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
569
- * versions.
570
567
  */
571
568
  interface $ContainerLegendItemSettings
572
569
  extends sap.m.$StandardListItemSettings {
@@ -1159,9 +1156,6 @@ declare namespace sap {
1159
1156
 
1160
1157
  /**
1161
1158
  * Describes the settings that can be provided to the ListPanel constructor.
1162
- *
1163
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
1164
- * versions.
1165
1159
  */
1166
1160
  interface $ListPanelSettings extends sap.ui.core.$ControlSettings {
1167
1161
  /**
@@ -1233,9 +1227,6 @@ declare namespace sap {
1233
1227
 
1234
1228
  /**
1235
1229
  * Describes the settings that can be provided to the ListPanelStack constructor.
1236
- *
1237
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
1238
- * versions.
1239
1230
  */
1240
1231
  interface $ListPanelStackSettings extends sap.ui.core.$ControlSettings {
1241
1232
  /**
@@ -1559,8 +1550,7 @@ declare namespace sap {
1559
1550
  * Defines the type of the route, default is 'Straight'. Other types are 'Geodesic' which show the shortest
1560
1551
  * path between two points, e.g. flightroutes
1561
1552
  *
1562
- * @experimental As of version 1.32.0. this method is experimental and might be modified or removed in future
1563
- * versions.
1553
+ * @since 1.32.0
1564
1554
  */
1565
1555
  routetype?:
1566
1556
  | sap.ui.vbm.RouteType
@@ -7430,8 +7420,7 @@ declare namespace sap {
7430
7420
  /**
7431
7421
  * Legend item control
7432
7422
  *
7433
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
7434
- * versions.
7423
+ * @since 1.38.0
7435
7424
  */
7436
7425
  class ContainerLegendItem extends sap.m.StandardListItem {
7437
7426
  /**
@@ -10471,8 +10460,7 @@ declare namespace sap {
10471
10460
  /**
10472
10461
  * Trigger the interactive creation mode to get a position or position array.
10473
10462
  *
10474
- * @experimental As of version 1.30.0. This method is experimental and might be modified or removerd in
10475
- * future versions.
10463
+ * @since 1.30.0
10476
10464
  *
10477
10465
  * @returns Indicator whether the creation mode could be triggered successfully or not.
10478
10466
  */
@@ -12213,8 +12201,7 @@ declare namespace sap {
12213
12201
  /**
12214
12202
  * Aggregation control for the Legend
12215
12203
  *
12216
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
12217
- * versions.
12204
+ * @since 1.38.0
12218
12205
  */
12219
12206
  class ListPanel extends sap.ui.core.Control {
12220
12207
  /**
@@ -12847,8 +12834,7 @@ declare namespace sap {
12847
12834
  /**
12848
12835
  * ListPanelStack control
12849
12836
  *
12850
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
12851
- * versions.
12837
+ * @since 1.38.0
12852
12838
  */
12853
12839
  class ListPanelStack extends sap.ui.core.Control {
12854
12840
  /**
@@ -14878,8 +14864,7 @@ declare namespace sap {
14878
14864
  *
14879
14865
  * Default value is `'Straight'`.
14880
14866
  *
14881
- * @experimental As of version 1.32.0. this method is experimental and might be modified or removed in future
14882
- * versions.
14867
+ * @since 1.32.0
14883
14868
  *
14884
14869
  * @returns Value of property `routetype`
14885
14870
  */
@@ -15192,8 +15177,7 @@ declare namespace sap {
15192
15177
  *
15193
15178
  * Default value is `'Straight'`.
15194
15179
  *
15195
- * @experimental As of version 1.32.0. this method is experimental and might be modified or removed in future
15196
- * versions.
15180
+ * @since 1.32.0
15197
15181
  *
15198
15182
  * @returns Reference to `this` in order to allow method chaining
15199
15183
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {