@sapui5/ts-types 1.103.1 → 1.104.2

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 +3 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +157 -1
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +1166 -29
  11. package/types/sap.fe.macros.d.ts +627 -52
  12. package/types/sap.fe.navigation.d.ts +1391 -1
  13. package/types/sap.fe.templates.d.ts +161 -2
  14. package/types/sap.fe.test.d.ts +12 -1
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +7 -4
  17. package/types/sap.insights.d.ts +1 -1
  18. package/types/sap.landvisz.d.ts +1 -1
  19. package/types/sap.m.d.ts +1870 -57
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +1 -1
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +2 -2
  26. package/types/sap.sac.grid.d.ts +1 -1
  27. package/types/sap.suite.ui.commons.d.ts +498 -18
  28. package/types/sap.suite.ui.generic.template.d.ts +32 -25
  29. package/types/sap.suite.ui.microchart.d.ts +1 -1
  30. package/types/sap.tnt.d.ts +1 -1
  31. package/types/sap.ui.codeeditor.d.ts +1 -1
  32. package/types/sap.ui.commons.d.ts +1 -1
  33. package/types/sap.ui.comp.d.ts +1128 -243
  34. package/types/sap.ui.core.d.ts +111 -20
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +3 -3
  37. package/types/sap.ui.fl.d.ts +1 -1
  38. package/types/sap.ui.generic.app.d.ts +1 -1
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +41 -62
  41. package/types/sap.ui.layout.d.ts +1 -1
  42. package/types/sap.ui.mdc.d.ts +1 -1
  43. package/types/sap.ui.richtexteditor.d.ts +1 -1
  44. package/types/sap.ui.rta.d.ts +3 -1
  45. package/types/sap.ui.suite.d.ts +1 -1
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +1 -1
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +81 -1
  50. package/types/sap.ui.ux3.d.ts +1 -1
  51. package/types/sap.ui.vbm.d.ts +1 -161
  52. package/types/sap.ui.vk.d.ts +59 -1
  53. package/types/sap.ui.vtm.d.ts +1 -1
  54. package/types/sap.ui.webc.common.d.ts +118 -0
  55. package/types/sap.ui.webc.fiori.d.ts +13298 -0
  56. package/types/sap.ui.webc.main.d.ts +39842 -0
  57. package/types/sap.uiext.inbox.d.ts +1 -1
  58. package/types/sap.ushell.d.ts +32 -20
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +1 -1
  61. package/types/sap.viz.d.ts +1 -1
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +1 -1
  64. package/types/sap.zen.crosstab.d.ts +1 -1
  65. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.103.0
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -2091,54 +2091,61 @@ declare namespace sap {
2091
2091
  }
2092
2092
  ): Promise<any>;
2093
2093
  /**
2094
- * Provide an option for showing an own message in the message bar above the OP table
2094
+ * Provide an option for showing an own message in the message bar above an OP table
2095
2095
  */
2096
2096
  setCustomMessage(
2097
2097
  /**
2098
- * the entitySet identifying the table to set custom message
2099
- */
2100
- vTabKey: any[] | string,
2101
- /**
2102
- * custom message along with type to set on table
2098
+ * custom message along with type to set on table. If this parameter is faulty an existing message will
2099
+ * be removed.
2103
2100
  */
2104
2101
  oMessage: {
2105
2102
  /**
2106
2103
  * message string to display
2107
2104
  */
2108
- message?: string;
2105
+ message: string;
2109
2106
  /**
2110
2107
  * indicates type of message (sap.ui.core.MessageType) whether it's sap.ui.core.MessageType.Success, sap.ui.core.MessageType.Warning,
2111
2108
  * sap.ui.core.MessageType.Error or sap.ui.core.MessageType.Information.
2112
2109
  */
2113
- type?: string;
2110
+ type: string;
2114
2111
  },
2115
2112
  /**
2116
2113
  * Id of the table for which message should be set
2117
2114
  */
2118
- sSmartTableId: string
2115
+ sSmartTableId: string,
2116
+ /**
2117
+ * If switching between different table views is enabled, this parameter can be used to identify the views
2118
+ * which are affected by this call. Faulty values indicate that all views should be affected. Otherwise
2119
+ * the value should either be one string or an array of strings identifying the affected variant items.
2120
+ */
2121
+ vTabKey?: any[] | string,
2122
+ /**
2123
+ * A function that is called when the user closes the message bar. Note that the messages for all tabs specified
2124
+ * via `vTabKey` will be considered to be obsolete when the user closes the message bar while one of them
2125
+ * is active.
2126
+ */
2127
+ onClose?: Function
2119
2128
  ): void;
2120
2129
  /**
2121
- * Provide an option for showing an own message in the message bar above the OP table
2130
+ * Provide an option for showing an own message in the message bar above an OP table
2122
2131
  */
2123
2132
  setCustomMessage(
2124
2133
  /**
2125
- * custom message along with type to set on table
2134
+ * Id of the table for which message should be set
2126
2135
  */
2127
- oMessage: {
2128
- /**
2129
- * message string to display
2130
- */
2131
- message?: string;
2132
- /**
2133
- * indicates type of message (sap.ui.core.MessageType) whether it's sap.ui.core.MessageType.Success, sap.ui.core.MessageType.Warning,
2134
- * sap.ui.core.MessageType.Error or sap.ui.core.MessageType.Information.
2135
- */
2136
- type?: string;
2137
- },
2136
+ sSmartTableId: string,
2138
2137
  /**
2139
- * Id of the table for which message should be set
2138
+ * If switching between different table views is enabled, this parameter can be used to identify the views
2139
+ * which are affected by this call. Faulty values indicate that all views should be affected. Otherwise
2140
+ * the value should either be one string or an array of strings identifying the affected variant items.
2140
2141
  */
2141
- sSmartTableId: string
2142
+ vTabKey?: any[] | string,
2143
+ /**
2144
+ * A function that is called when the user closes the message bar. Note that the messages for all tabs specified
2145
+ * via `vTabKey` will be considered to be obsolete when the user closes the message bar while one of them
2146
+ * is active.
2147
+ */
2148
+ onClose?: Function
2142
2149
  ): void;
2143
2150
  /**
2144
2151
  * @EXPERIMENTAL
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.103.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.103.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.103.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.103.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {