@sapui5/types 1.120.13 → 1.120.15

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 (50) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.esh.search.ui.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.core.d.ts +1 -1
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +1 -1
  13. package/types/sap.insights.d.ts +1 -1
  14. package/types/sap.m.d.ts +15 -12
  15. package/types/sap.makit.d.ts +1 -1
  16. package/types/sap.me.d.ts +1 -1
  17. package/types/sap.ndc.d.ts +1 -1
  18. package/types/sap.ovp.d.ts +1 -1
  19. package/types/sap.suite.ui.commons.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +4 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +1 -1
  25. package/types/sap.ui.comp.d.ts +1 -1
  26. package/types/sap.ui.core.d.ts +1 -2
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.generic.app.d.ts +241 -193
  31. package/types/sap.ui.generic.template.d.ts +1 -1
  32. package/types/sap.ui.integration.d.ts +1 -1
  33. package/types/sap.ui.layout.d.ts +1 -1
  34. package/types/sap.ui.mdc.d.ts +1 -1
  35. package/types/sap.ui.richtexteditor.d.ts +1 -1
  36. package/types/sap.ui.rta.d.ts +1 -1
  37. package/types/sap.ui.suite.d.ts +1 -1
  38. package/types/sap.ui.support.d.ts +1 -1
  39. package/types/sap.ui.table.d.ts +1 -1
  40. package/types/sap.ui.testrecorder.d.ts +1 -1
  41. package/types/sap.ui.unified.d.ts +1 -1
  42. package/types/sap.ui.ux3.d.ts +1 -1
  43. package/types/sap.ui.webc.common.d.ts +1 -1
  44. package/types/sap.ui.webc.fiori.d.ts +169 -1
  45. package/types/sap.ui.webc.main.d.ts +493 -1
  46. package/types/sap.uiext.inbox.d.ts +1 -1
  47. package/types/sap.ushell.d.ts +1 -1
  48. package/types/sap.ushell_abap.d.ts +1 -1
  49. package/types/sap.uxap.d.ts +1 -1
  50. package/types/sap.viz.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.120.13",
3
+ "version": "1.120.15",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
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.120.2
1
+ // For Library Version: 1.120.3
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.4
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.7
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -82898,13 +82898,14 @@ declare module "sap/m/PDFViewer" {
82898
82898
  *
82899
82899
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
82900
82900
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
82901
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
82901
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
82902
82902
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
82903
82903
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
82904
- * desktop devices, which overrides any configuration that has been provided by the application for the
82905
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
82904
+ * desktop devices. This means that any configuration that has been provided by the application for the
82905
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
82906
+ * content.
82906
82907
  *
82907
- * Default value is `true`.
82908
+ * Default value is `false`.
82908
82909
  *
82909
82910
  *
82910
82911
  * @returns Value of property `isTrustedSource`
@@ -83133,15 +83134,16 @@ declare module "sap/m/PDFViewer" {
83133
83134
  *
83134
83135
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
83135
83136
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
83136
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
83137
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
83137
83138
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
83138
83139
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
83139
- * desktop devices, which overrides any configuration that has been provided by the application for the
83140
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
83140
+ * desktop devices. This means that any configuration that has been provided by the application for the
83141
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
83142
+ * content.
83141
83143
  *
83142
83144
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
83143
83145
  *
83144
- * Default value is `true`.
83146
+ * Default value is `false`.
83145
83147
  *
83146
83148
  *
83147
83149
  * @returns Reference to `this` in order to allow method chaining
@@ -83317,11 +83319,12 @@ declare module "sap/m/PDFViewer" {
83317
83319
  /**
83318
83320
  * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
83319
83321
  * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
83320
- * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
83322
+ * "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
83321
83323
  * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
83322
83324
  * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
83323
- * desktop devices, which overrides any configuration that has been provided by the application for the
83324
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
83325
+ * desktop devices. This means that any configuration that has been provided by the application for the
83326
+ * property displayType is overridden. In this case, the user would need to download the PDF to view its
83327
+ * content.
83325
83328
  */
83326
83329
  isTrustedSource?: boolean | PropertyBindingInfo | `{${string}}`;
83327
83330
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.7
1
+ // For Library Version: 1.120.9
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.7
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.14
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -954,6 +954,9 @@ declare module "sap/suite/ui/generic/template/extensionAPI/extensionAPI" {
954
954
  * in a member variable. This variable can be used whenever standard controller functionality is needed
955
955
  * (e.g. `oController.byId()` or `oController.extensionAPI`.
956
956
  * In the definition of the controller extension specified in the manifest, simply call `registerControllerExtensions`.
957
+ *
958
+ * @deprecated (since 1.120) - please refer the {@link topic:4120052d90374ce8b1cea24a0d8bd317 documentation }
959
+ * for the migration steps.
957
960
  */
958
961
  registerControllerExtensions(
959
962
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.13
283
+ // For Library Version: 1.120.16
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -34154,7 +34154,6 @@ declare module "sap/ui/core/mvc/View" {
34154
34154
  * Synchronously loading views get wrapped in an immediately resolving Promise.
34155
34155
  *
34156
34156
  * @since 1.30
34157
- * @deprecated (since 1.66) - Use {@link sap.ui.core.mvc.View.create View.create} instead
34158
34157
  *
34159
34158
  * @returns resolves with the complete view instance, rejects with any thrown error
34160
34159
  */
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4