@sapui5/ts-types 1.115.0 → 1.116.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 (66) hide show
  1. package/README.md +4 -14
  2. package/package.json +1 -1
  3. package/types/index.d.ts +11 -3
  4. package/types/sap.apf.d.ts +38 -30
  5. package/types/sap.ca.ui.d.ts +129 -87
  6. package/types/sap.chart.d.ts +51 -53
  7. package/types/sap.collaboration.d.ts +22 -20
  8. package/types/sap.esh.search.ui.d.ts +111 -107
  9. package/types/sap.f.d.ts +637 -726
  10. package/types/sap.fe.core.d.ts +187 -61
  11. package/types/sap.fe.macros.d.ts +46 -16
  12. package/types/sap.fe.navigation.d.ts +5 -5
  13. package/types/sap.fe.placeholder.d.ts +3 -0
  14. package/types/sap.fe.templates.d.ts +5 -6
  15. package/types/sap.fe.test.d.ts +4 -4
  16. package/types/sap.fe.tools.d.ts +3 -0
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1074 -1207
  19. package/types/sap.insights.d.ts +3 -3
  20. package/types/sap.landvisz.d.ts +53 -27
  21. package/types/sap.m.d.ts +6012 -6875
  22. package/types/sap.makit.d.ts +42 -30
  23. package/types/sap.me.d.ts +61 -85
  24. package/types/sap.ndc.d.ts +43 -34
  25. package/types/sap.ovp.d.ts +19 -6
  26. package/types/sap.rules.ui.d.ts +29 -37
  27. package/types/sap.sac.df.d.ts +7 -5
  28. package/types/sap.suite.ui.commons.d.ts +1012 -1165
  29. package/types/sap.suite.ui.generic.template.d.ts +66 -64
  30. package/types/sap.suite.ui.microchart.d.ts +253 -225
  31. package/types/sap.tnt.d.ts +108 -87
  32. package/types/sap.ui.codeeditor.d.ts +26 -38
  33. package/types/sap.ui.commons.d.ts +541 -751
  34. package/types/sap.ui.comp.d.ts +2160 -2168
  35. package/types/sap.ui.core.d.ts +2094 -2062
  36. package/types/sap.ui.dt.d.ts +1 -1
  37. package/types/sap.ui.export.d.ts +31 -27
  38. package/types/sap.ui.fl.d.ts +48 -100
  39. package/types/sap.ui.generic.app.d.ts +28 -30
  40. package/types/sap.ui.generic.template.d.ts +1 -1
  41. package/types/sap.ui.integration.d.ts +391 -319
  42. package/types/sap.ui.layout.d.ts +317 -341
  43. package/types/sap.ui.mdc.d.ts +1505 -1386
  44. package/types/sap.ui.richtexteditor.d.ts +39 -39
  45. package/types/sap.ui.rta.d.ts +7 -7
  46. package/types/sap.ui.suite.d.ts +12 -8
  47. package/types/sap.ui.support.d.ts +11 -11
  48. package/types/sap.ui.table.d.ts +344 -454
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +875 -953
  51. package/types/sap.ui.ux3.d.ts +598 -816
  52. package/types/sap.ui.vbm.d.ts +496 -764
  53. package/types/sap.ui.vk.d.ts +1332 -1844
  54. package/types/sap.ui.vtm.d.ts +312 -386
  55. package/types/sap.ui.webc.common.d.ts +9 -9
  56. package/types/sap.ui.webc.fiori.d.ts +1036 -480
  57. package/types/sap.ui.webc.main.d.ts +4920 -1500
  58. package/types/sap.uiext.inbox.d.ts +57 -31
  59. package/types/sap.ushell.d.ts +451 -981
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +220 -252
  62. package/types/sap.viz.d.ts +861 -605
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +2 -2
  65. package/types/sap.zen.crosstab.d.ts +2 -2
  66. package/types/sap.zen.dsh.d.ts +127 -157
@@ -1,17 +1,17 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
- * @SINCE 1.92.0
7
- * @EXPERIMENTAL (since 1.92.0)
6
+ * @since 1.92.0
7
+ * @experimental (since 1.92.0)
8
8
  *
9
9
  * Namespace for UI5 Web Components Retrofit libraries
10
10
  */
11
11
  namespace webc {
12
12
  /**
13
- * @SINCE 1.92.0
14
- * @EXPERIMENTAL (since 1.92.0)
13
+ * @since 1.92.0
14
+ * @experimental (since 1.92.0)
15
15
  *
16
16
  * UI5 library: sap.ui.webc.common
17
17
  */
@@ -19,8 +19,8 @@ declare namespace sap {
19
19
  interface $WebComponentSettings extends sap.ui.core.$ControlSettings {}
20
20
 
21
21
  /**
22
- * @SINCE 1.92.0
23
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
22
+ * @since 1.92.0
23
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
24
24
  *
25
25
  * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
26
26
  * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
@@ -68,8 +68,8 @@ declare namespace sap {
68
68
  static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
69
69
  }
70
70
  /**
71
- * @SINCE 1.92.0
72
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
71
+ * @since 1.92.0
72
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
73
73
  */
74
74
  class WebComponentMetadata extends sap.ui.core.ElementMetadata {
75
75
  /**