@sapui5/ts-types 1.107.1 → 1.108.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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +8 -8
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +3 -2
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +111 -44
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +64 -3
  10. package/types/sap.fe.macros.d.ts +32 -24
  11. package/types/sap.fe.navigation.d.ts +16 -897
  12. package/types/sap.fe.templates.d.ts +30 -4
  13. package/types/sap.fe.test.d.ts +30 -2
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +171 -47
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +200 -97
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +4 -4
  21. package/types/sap.ndc.d.ts +4 -1
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +11 -8
  25. package/types/sap.sac.grid.d.ts +10 -2
  26. package/types/sap.suite.ui.commons.d.ts +40 -17
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +12 -2
  32. package/types/sap.ui.comp.d.ts +68 -32
  33. package/types/sap.ui.core.d.ts +306 -103
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +1 -1
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +104 -58
  40. package/types/sap.ui.layout.d.ts +2 -2
  41. package/types/sap.ui.mdc.d.ts +1 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +8 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +28 -20
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +198 -24
  49. package/types/sap.ui.ux3.d.ts +18 -9
  50. package/types/sap.ui.vbm.d.ts +9 -5
  51. package/types/sap.ui.vk.d.ts +78 -22
  52. package/types/sap.ui.vtm.d.ts +108 -59
  53. package/types/sap.ui.webc.common.d.ts +3 -3
  54. package/types/sap.ui.webc.fiori.d.ts +58 -58
  55. package/types/sap.ui.webc.main.d.ts +129 -129
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +124 -1701
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +132 -132
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +4 -4
  64. package/types/sap.zen.dsh.d.ts +2 -2
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -173,7 +173,7 @@ declare namespace sap {
173
173
  drillState?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
174
174
 
175
175
  /**
176
- * the hierarcyh action of the cell
176
+ * the hierarchy action of the cell
177
177
  */
178
178
  hierarchyAction?:
179
179
  | string
@@ -694,7 +694,7 @@ declare namespace sap {
694
694
  /**
695
695
  * Gets current value of property {@link #getHierarchyAction hierarchyAction}.
696
696
  *
697
- * the hierarcyh action of the cell
697
+ * the hierarchy action of the cell
698
698
  *
699
699
  * @returns Value of property `hierarchyAction`
700
700
  */
@@ -946,7 +946,7 @@ declare namespace sap {
946
946
  /**
947
947
  * Sets a new value for property {@link #getHierarchyAction hierarchyAction}.
948
948
  *
949
- * the hierarcyh action of the cell
949
+ * the hierarchy action of the cell
950
950
  *
951
951
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
952
952
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -350,7 +350,7 @@ declare namespace sap {
350
350
  /**
351
351
  * @SINCE 1.46
352
352
  * @deprecated (since 1.89.0)
353
- * @EXPERIMENTAL (since 1.46)
353
+ * @EXPERIMENTAL (since 1.46) - API is incomplete and may change incompatibly
354
354
  *
355
355
  * Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
356
356
  */