@sapui5/ts-types 1.134.0 → 1.135.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 (67) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  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 +1 -1
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +2 -3
  8. package/types/sap.fe.base.d.ts +1 -1
  9. package/types/sap.fe.controls.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +5 -5
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +696 -184
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +6 -4
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +75 -14
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.m.d.ts +275 -45
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +354 -1388
  29. package/types/sap.suite.ui.commons.d.ts +75 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +6 -2
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +215 -15
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +89 -14
  36. package/types/sap.ui.core.d.ts +168 -38
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +10 -2
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +1 -1
  43. package/types/sap.ui.layout.d.ts +11 -10
  44. package/types/sap.ui.mdc.d.ts +26 -6
  45. package/types/sap.ui.richtexteditor.d.ts +37 -1
  46. package/types/sap.ui.rta.d.ts +31 -5
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +22 -16
  49. package/types/sap.ui.table.d.ts +10 -18
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +32 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +11 -73
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +45 -13
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +10 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.134.0",
3
+ "version": "1.135.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -20289,11 +20289,10 @@ declare namespace sap {
20289
20289
  */
20290
20290
  class ShellBar
20291
20291
  extends sap.ui.core.Control
20292
- implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
20292
+ implements sap.f.IShellBar, sap.m.IBar
20293
20293
  {
20294
20294
  __implements__sap_f_IShellBar: boolean;
20295
20295
  __implements__sap_m_IBar: boolean;
20296
- __implements__sap_tnt_IToolHeader: boolean;
20297
20296
  /**
20298
20297
  * Constructor for a new `ShellBar`.
20299
20298
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -778,9 +778,9 @@ declare namespace sap {
778
778
  oContext: null | object
779
779
  ): void;
780
780
  /**
781
- * This function can be used to intercept the routing event happening during the normal process of navigating
782
- * from one page to another (like clicking on the table row to navigate, or when pagination buttons are
783
- * clicked).
781
+ * This function can be used to intercept the routing event during the normal navigation process, such as
782
+ * when a table row is clicked to navigate, pagination buttons are used, the Apply button in an object page
783
+ * is clicked, or a sub-object page in a flexible column layout is closed.
784
784
  * The function is NOT called during other means of external outbound navigation (like a navigation configured
785
785
  * via a link, or by using navigation buttons).
786
786
  * If declared as an extension, it allows you to intercept and change the normal navigation flow.
@@ -800,7 +800,7 @@ declare namespace sap {
800
800
  */
801
801
  mNavigationParameters: {
802
802
  /**
803
- * The currently selected context
803
+ * The target navigation context
804
804
  */
805
805
  bindingContext: sap.ui.model.odata.v4.Context;
806
806
  }
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {}