@sapui5/ts-types-esm 1.132.0 → 1.133.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +937 -106
  7. package/types/sap.esh.search.ui.d.ts +39 -1
  8. package/types/sap.f.d.ts +159 -175
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +16 -9
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +81 -45
  14. package/types/sap.fe.navigation.d.ts +3 -3
  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 +3 -8
  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 +385 -329
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +1946 -1117
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  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 +41 -41
  29. package/types/sap.sac.df.d.ts +108 -98
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +28 -8
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +229 -14
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +427 -421
  37. package/types/sap.ui.core.d.ts +693 -718
  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 +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +324 -236
  44. package/types/sap.ui.layout.d.ts +87 -103
  45. package/types/sap.ui.mdc.d.ts +167 -142
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +130 -112
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +57 -57
  55. package/types/sap.ui.vk.d.ts +135 -132
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +206 -123
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +33 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -18,8 +18,8 @@ declare module "sap/ui/webc/common/WebComponent" {
18
18
  * controls in the dedicated slots of the Web Component.
19
19
  *
20
20
  * @since 1.92.0
21
- * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
22
- * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
21
+ * @deprecated As of version 1.118.0. Use sap.ui.core.webc.WebComponent instead!
22
+ * @experimental As of version 1.92.0. The API might change. It is not intended for productive usage yet!
23
23
  */
24
24
  export default class WebComponent extends WebComponent1 {
25
25
  /**
@@ -120,8 +120,8 @@ declare module "sap/ui/webc/common/WebComponent" {
120
120
  /**
121
121
  * Describes the settings that can be provided to the WebComponent constructor.
122
122
  *
123
- * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
124
- * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
123
+ * @deprecated As of version 1.118.0. Use sap.ui.core.webc.WebComponent instead!
124
+ * @experimental As of version 1.92.0. The API might change. It is not intended for productive usage yet!
125
125
  */
126
126
  export interface $WebComponentSettings extends $WebComponentSettings1 {}
127
127
  }
@@ -131,8 +131,8 @@ declare module "sap/ui/webc/common/WebComponentMetadata" {
131
131
 
132
132
  /**
133
133
  * @since 1.92.0
134
- * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponentMetadata instead!
135
- * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
134
+ * @deprecated As of version 1.118.0. Use sap.ui.core.webc.WebComponentMetadata instead!
135
+ * @experimental As of version 1.92.0. The API might change. It is not intended for productive usage yet!
136
136
  */
137
137
  export default class WebComponentMetadata extends WebComponentMetadata1 {
138
138
  /**