@sapui5/ts-types 1.120.8 → 1.121.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +50 -18
  4. package/types/sap.ca.ui.d.ts +1114 -546
  5. package/types/sap.chart.d.ts +17 -1
  6. package/types/sap.collaboration.d.ts +185 -64
  7. package/types/sap.esh.search.ui.d.ts +2 -1960
  8. package/types/sap.f.d.ts +124 -45
  9. package/types/sap.fe.core.d.ts +212 -191
  10. package/types/sap.fe.macros.d.ts +371 -531
  11. package/types/sap.fe.navigation.d.ts +59 -26
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +7 -0
  14. package/types/sap.fe.templates.d.ts +16 -11
  15. package/types/sap.fe.test.d.ts +333 -33
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +3947 -1754
  19. package/types/sap.insights.d.ts +162 -43
  20. package/types/sap.m.d.ts +2023 -289
  21. package/types/sap.makit.d.ts +11 -1
  22. package/types/sap.me.d.ts +7 -1
  23. package/types/sap.ndc.d.ts +1 -1
  24. package/types/sap.ovp.d.ts +9 -7
  25. package/types/sap.rules.ui.d.ts +134 -75
  26. package/types/sap.sac.df.d.ts +272 -49
  27. package/types/sap.suite.ui.commons.d.ts +4231 -1008
  28. package/types/sap.suite.ui.generic.template.d.ts +38 -48
  29. package/types/sap.suite.ui.microchart.d.ts +66 -1
  30. package/types/sap.tnt.d.ts +601 -116
  31. package/types/sap.ui.codeeditor.d.ts +10 -6
  32. package/types/sap.ui.commons.d.ts +86 -8
  33. package/types/sap.ui.comp.d.ts +259 -110
  34. package/types/sap.ui.core.d.ts +471 -186
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +16 -3
  37. package/types/sap.ui.fl.d.ts +91 -68
  38. package/types/sap.ui.generic.app.d.ts +250 -193
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +51 -4
  41. package/types/sap.ui.layout.d.ts +221 -26
  42. package/types/sap.ui.mdc.d.ts +1516 -787
  43. package/types/sap.ui.richtexteditor.d.ts +4 -1
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +3 -1
  46. package/types/sap.ui.support.d.ts +28 -4
  47. package/types/sap.ui.table.d.ts +65 -11
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +157 -54
  50. package/types/sap.ui.ux3.d.ts +30 -12
  51. package/types/sap.ui.vbm.d.ts +5300 -2517
  52. package/types/sap.ui.vk.d.ts +2742 -836
  53. package/types/sap.ui.vtm.d.ts +685 -215
  54. package/types/sap.ui.webc.common.d.ts +1 -1
  55. package/types/sap.ui.webc.fiori.d.ts +49 -1
  56. package/types/sap.ui.webc.main.d.ts +144 -9
  57. package/types/sap.uiext.inbox.d.ts +1 -1
  58. package/types/sap.ushell.d.ts +977 -535
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +55 -5
  61. package/types/sap.viz.d.ts +86 -1
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +79 -18
  64. package/types/sap.zen.crosstab.d.ts +83 -15
  65. package/types/sap.zen.dsh.d.ts +194 -143
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -72,6 +72,8 @@ declare namespace sap {
72
72
  }
73
73
  /**
74
74
  * Enumeration for supported Gradation diverging color scheme in analytical chart
75
+ *
76
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationDivergingColorScheme'.
75
77
  */
76
78
  enum GradationDivergingColorScheme {
77
79
  /**
@@ -97,6 +99,8 @@ declare namespace sap {
97
99
  }
98
100
  /**
99
101
  * Enumeration for supported Gradation color saturation in analytical chart
102
+ *
103
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationSaturation'.
100
104
  */
101
105
  enum GradationSaturation {
102
106
  /**
@@ -110,6 +114,8 @@ declare namespace sap {
110
114
  }
111
115
  /**
112
116
  * Enumeration for supported Gradation single color scheme in analytical chart
117
+ *
118
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationSingleColorScheme'.
113
119
  */
114
120
  enum GradationSingleColorScheme {
115
121
  /**
@@ -127,6 +133,8 @@ declare namespace sap {
127
133
  }
128
134
  /**
129
135
  * Enumeration for supported Gradation target color scheme in analytical chart
136
+ *
137
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationTargetColorScheme'.
130
138
  */
131
139
  enum GradationTargetColorScheme {
132
140
  /**
@@ -136,6 +144,8 @@ declare namespace sap {
136
144
  }
137
145
  /**
138
146
  * Enumeration for supported ImprovementDirection types in analytical chart
147
+ *
148
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.ImprovementDirectionType'.
139
149
  */
140
150
  enum ImprovementDirectionType {
141
151
  /**
@@ -4834,6 +4844,8 @@ declare namespace sap {
4834
4844
  }
4835
4845
  /**
4836
4846
  * Enumeration for supported message types in analytical chart.
4847
+ *
4848
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'MessageId'.
4837
4849
  */
4838
4850
  enum MessageId {
4839
4851
  /**
@@ -4860,6 +4872,8 @@ declare namespace sap {
4860
4872
  }
4861
4873
  /**
4862
4874
  * Enumeration for supported selection behavior in analytical chart
4875
+ *
4876
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'SelectionBehavior'.
4863
4877
  */
4864
4878
  enum SelectionBehavior {
4865
4879
  /**
@@ -4877,6 +4891,8 @@ declare namespace sap {
4877
4891
  }
4878
4892
  /**
4879
4893
  * Enumeration for supported selection mode in analytical chart
4894
+ *
4895
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'SelectionMode'.
4880
4896
  */
4881
4897
  enum SelectionMode {
4882
4898
  /**