@sapui5/ts-types-esm 1.134.1 → 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 -8
  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 +807 -293
  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 +73 -15
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.m.d.ts +330 -83
  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 +248 -1229
  29. package/types/sap.suite.ui.commons.d.ts +72 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +215 -19
  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 +90 -18
  36. package/types/sap.ui.core.d.ts +160 -40
  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 +14 -6
  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 +2 -4
  43. package/types/sap.ui.layout.d.ts +14 -13
  44. package/types/sap.ui.mdc.d.ts +26 -6
  45. package/types/sap.ui.richtexteditor.d.ts +39 -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 +30 -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 -72
  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 +18 -16
  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-esm",
3
- "version": "1.134.1",
3
+ "version": "1.135.0",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
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 module "sap/apf/library" {}
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 module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
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 module "sap/esh/search/ui/SearchCompositeControl" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
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 module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -20861,8 +20861,6 @@ declare module "sap/f/ShellBar" {
20861
20861
 
20862
20862
  import { IBar } from "sap/m/library";
20863
20863
 
20864
- import { IToolHeader } from "sap/tnt/library";
20865
-
20866
20864
  import { BarContexts } from "sap/m/BarInPageEnabler";
20867
20865
 
20868
20866
  import { URI } from "sap/ui/core/library";
@@ -20901,13 +20899,9 @@ declare module "sap/f/ShellBar" {
20901
20899
  *
20902
20900
  * @since 1.63
20903
20901
  */
20904
- export default class ShellBar
20905
- extends Control
20906
- implements IShellBar, IBar, IToolHeader
20907
- {
20902
+ export default class ShellBar extends Control implements IShellBar, IBar {
20908
20903
  __implements__sap_f_IShellBar: boolean;
20909
20904
  __implements__sap_m_IBar: boolean;
20910
- __implements__sap_tnt_IToolHeader: boolean;
20911
20905
  /**
20912
20906
  * Constructor for a new `ShellBar`.
20913
20907
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/fe/base/BuildingBlockBase" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -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 module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1159,9 +1159,9 @@ declare module "sap/fe/core/controllerextensions/Routing" {
1159
1159
  oContext: null | object
1160
1160
  ): void;
1161
1161
  /**
1162
- * This function can be used to intercept the routing event happening during the normal process of navigating
1163
- * from one page to another (like clicking on the table row to navigate, or when pagination buttons are
1164
- * clicked).
1162
+ * This function can be used to intercept the routing event during the normal navigation process, such as
1163
+ * when a table row is clicked to navigate, pagination buttons are used, the Apply button in an object page
1164
+ * is clicked, or a sub-object page in a flexible column layout is closed.
1165
1165
  * The function is NOT called during other means of external outbound navigation (like a navigation configured
1166
1166
  * via a link, or by using navigation buttons).
1167
1167
  * If declared as an extension, it allows you to intercept and change the normal navigation flow.
@@ -1181,7 +1181,7 @@ declare module "sap/fe/core/controllerextensions/Routing" {
1181
1181
  */
1182
1182
  mNavigationParameters: {
1183
1183
  /**
1184
- * The currently selected context
1184
+ * The target navigation context
1185
1185
  */
1186
1186
  bindingContext: Context;
1187
1187
  }
@@ -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 {}