@sapui5/types 1.114.0 → 1.115.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -0
  3. package/types/sap.apf.d.ts +70 -60
  4. package/types/sap.ca.ui.d.ts +207 -105
  5. package/types/sap.chart.d.ts +213 -143
  6. package/types/sap.collaboration.d.ts +98 -87
  7. package/types/sap.esh.search.ui.d.ts +92 -2
  8. package/types/sap.f.d.ts +1780 -1315
  9. package/types/sap.fe.core.d.ts +78 -205
  10. package/types/sap.fe.macros.d.ts +120 -10
  11. package/types/sap.fe.navigation.d.ts +39 -32
  12. package/types/sap.fe.placeholder.d.ts +3 -0
  13. package/types/sap.fe.templates.d.ts +16 -292
  14. package/types/sap.fe.test.d.ts +40 -13
  15. package/types/sap.fe.tools.d.ts +3 -0
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +1987 -1251
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.landvisz.d.ts +75 -29
  20. package/types/sap.m.d.ts +12407 -8461
  21. package/types/sap.makit.d.ts +88 -28
  22. package/types/sap.me.d.ts +167 -78
  23. package/types/sap.ndc.d.ts +115 -42
  24. package/types/sap.ovp.d.ts +3 -3
  25. package/types/sap.rules.ui.d.ts +53 -24
  26. package/types/sap.sac.df.d.ts +11 -8
  27. package/types/sap.suite.ui.commons.d.ts +2090 -1437
  28. package/types/sap.suite.ui.generic.template.d.ts +99 -97
  29. package/types/sap.suite.ui.microchart.d.ts +492 -322
  30. package/types/sap.tnt.d.ts +173 -95
  31. package/types/sap.ui.codeeditor.d.ts +61 -39
  32. package/types/sap.ui.commons.d.ts +1393 -846
  33. package/types/sap.ui.comp.d.ts +4159 -2878
  34. package/types/sap.ui.core.d.ts +6286 -3651
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +76 -53
  37. package/types/sap.ui.fl.d.ts +160 -100
  38. package/types/sap.ui.generic.app.d.ts +58 -49
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +502 -375
  41. package/types/sap.ui.layout.d.ts +603 -640
  42. package/types/sap.ui.mdc.d.ts +22208 -140
  43. package/types/sap.ui.richtexteditor.d.ts +106 -70
  44. package/types/sap.ui.rta.d.ts +7 -7
  45. package/types/sap.ui.suite.d.ts +29 -13
  46. package/types/sap.ui.support.d.ts +15 -16
  47. package/types/sap.ui.table.d.ts +907 -647
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +1765 -1179
  50. package/types/sap.ui.ux3.d.ts +1472 -807
  51. package/types/sap.ui.vbm.d.ts +1018 -760
  52. package/types/sap.ui.vk.d.ts +2858 -1896
  53. package/types/sap.ui.vtm.d.ts +650 -479
  54. package/types/sap.ui.webc.common.d.ts +5 -5
  55. package/types/sap.ui.webc.fiori.d.ts +817 -462
  56. package/types/sap.ui.webc.main.d.ts +2018 -1096
  57. package/types/sap.uiext.inbox.d.ts +168 -38
  58. package/types/sap.ushell.d.ts +738 -429
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +472 -348
  61. package/types/sap.viz.d.ts +2203 -835
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +15 -10
  64. package/types/sap.zen.crosstab.d.ts +7 -4
  65. package/types/sap.zen.dsh.d.ts +143 -87
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -8,8 +8,8 @@ declare module "sap/ui/webc/common/WebComponent" {
8
8
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9
9
 
10
10
  /**
11
- * @SINCE 1.92.0
12
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
11
+ * @since 1.92.0
12
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
13
13
  *
14
14
  * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
15
15
  * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
@@ -64,8 +64,8 @@ declare module "sap/ui/webc/common/WebComponentMetadata" {
64
64
  import ElementMetadata from "sap/ui/core/ElementMetadata";
65
65
 
66
66
  /**
67
- * @SINCE 1.92.0
68
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
67
+ * @since 1.92.0
68
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
69
69
  */
70
70
  export default class WebComponentMetadata extends ElementMetadata {
71
71
  /**