@sapui5/ts-types 1.146.0 → 1.147.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.147.0-d.ts} +1 -1
  3. package/types/{sap.ui.core.d.ts → core-1.147.0-d.ts} +175 -16
  4. package/types/{sap.ui.dt.d.ts → dt-1.147.0-d.ts} +1 -1
  5. package/types/index.d.ts +7 -10
  6. package/types/{sap.ui.mdc.d.ts → mdc-1.147.0-d.ts} +107 -20
  7. package/types/{sap.m.d.ts → mobile-1.147.0-d.ts} +376 -127
  8. package/types/sap.apf.d.ts +1 -1
  9. package/types/sap.ca.ui.d.ts +1 -1
  10. package/types/sap.chart.d.ts +4 -7
  11. package/types/sap.collaboration.d.ts +1 -1
  12. package/types/sap.esh.search.ui.d.ts +1 -52
  13. package/types/sap.f.d.ts +144 -1
  14. package/types/sap.fe.ariba.d.ts +1 -1
  15. package/types/sap.fe.base.d.ts +1 -1
  16. package/types/sap.fe.controls.d.ts +1 -1
  17. package/types/sap.fe.core.d.ts +1 -1
  18. package/types/sap.fe.ina.d.ts +1 -1
  19. package/types/sap.fe.macros.d.ts +1666 -1005
  20. package/types/sap.fe.navigation.d.ts +1 -1
  21. package/types/sap.fe.placeholder.d.ts +1 -1
  22. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  23. package/types/sap.fe.templates.d.ts +1 -1
  24. package/types/sap.fe.test.d.ts +49 -1
  25. package/types/sap.fe.tools.d.ts +1 -1
  26. package/types/sap.feedback.ui.d.ts +1 -1
  27. package/types/sap.gantt.d.ts +182 -1
  28. package/types/sap.insights.d.ts +14 -1
  29. package/types/sap.makit.d.ts +1 -1
  30. package/types/sap.me.d.ts +1 -1
  31. package/types/sap.ndc.d.ts +1 -1
  32. package/types/sap.ovp.d.ts +1 -1
  33. package/types/sap.rules.ui.d.ts +1 -1
  34. package/types/sap.sac.df.d.ts +1 -1
  35. package/types/sap.suite.ui.commons.d.ts +122 -1
  36. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  37. package/types/sap.suite.ui.microchart.d.ts +1 -1
  38. package/types/sap.ui.codeeditor.d.ts +82 -46
  39. package/types/sap.ui.comp.d.ts +5 -15
  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.richtexteditor.d.ts +1 -1
  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 +6 -9
  54. package/types/sap.ui.vbm.d.ts +8 -24
  55. package/types/sap.ui.vk.d.ts +1 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.uiext.inbox.d.ts +1 -1
  58. package/types/sap.ushell.d.ts +407 -66
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +146 -1
  61. package/types/sap.viz.d.ts +4 -5
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +1 -1
  64. package/types/sap.zen.crosstab.d.ts +1 -1
  65. package/types/sap.zen.dsh.d.ts +1 -1
  66. package/types/{sap.tnt.d.ts → tnt-1.147.0-d.ts} +1 -4
  67. package/types/{sap.ui.ux3.d.ts → ux3-1.147.0-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.1
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 {
@@ -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.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {