@sapui5/ts-types 1.141.3 → 1.141.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.141.3",
3
+ "version": "1.141.4",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -32,7 +32,7 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./mdc-1.141.0-d.ts"/>
35
+ /// <reference path="./sap.ui.mdc.d.ts"/>
36
36
  /// <reference path="./mobile-1.141.0-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
@@ -46,7 +46,7 @@
46
46
  /// <reference path="./sap.esh.search.ui.d.ts"/>
47
47
  /// <reference path="./sap.fe.ariba.d.ts"/>
48
48
  /// <reference path="./sap.fe.base.d.ts"/>
49
- /// <reference path="./sap.fe.controls.d.ts"/>
49
+ /// <reference path="./sap.fe.controls-1.141.1-d.ts"/>
50
50
  /// <reference path="./sap.fe.core.d.ts"/>
51
51
  /// <reference path="./sap.fe.ina.d.ts"/>
52
52
  /// <reference path="./sap.fe.macros.d.ts"/>
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -2554,12 +2554,9 @@ declare namespace sap {
2554
2554
  metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2555
2555
 
2556
2556
  /**
2557
- * Selected panel item
2557
+ * Selected panel item of type {@link sap.sac.df.types.DataAnalyzerPanelName DataAnalyzerPanelName}
2558
2558
  */
2559
- selectedPanel?:
2560
- | sap.sac.df.types.DataAnalyzerPanelName
2561
- | sap.ui.base.ManagedObject.PropertyBindingInfo
2562
- | `{${string}}`;
2559
+ selectedPanel?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2563
2560
 
2564
2561
  /**
2565
2562
  * Show visualization type
@@ -2754,12 +2751,12 @@ declare namespace sap {
2754
2751
  /**
2755
2752
  * Gets current value of property {@link #getSelectedPanel selectedPanel}.
2756
2753
  *
2757
- * Selected panel item
2754
+ * Selected panel item of type {@link sap.sac.df.types.DataAnalyzerPanelName DataAnalyzerPanelName}
2758
2755
  *
2759
2756
  *
2760
2757
  * @returns Value of property `selectedPanel`
2761
2758
  */
2762
- getSelectedPanel(): sap.sac.df.types.DataAnalyzerPanelName;
2759
+ getSelectedPanel(): string;
2763
2760
  /**
2764
2761
  * Gets current value of property {@link #getShowTitle showTitle}.
2765
2762
  *
@@ -2808,7 +2805,7 @@ declare namespace sap {
2808
2805
  /**
2809
2806
  * Sets a new value for property {@link #getSelectedPanel selectedPanel}.
2810
2807
  *
2811
- * Selected panel item
2808
+ * Selected panel item of type {@link sap.sac.df.types.DataAnalyzerPanelName DataAnalyzerPanelName}
2812
2809
  *
2813
2810
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2814
2811
  *
@@ -2819,7 +2816,7 @@ declare namespace sap {
2819
2816
  /**
2820
2817
  * New value for property `selectedPanel`
2821
2818
  */
2822
- sSelectedPanel: sap.sac.df.types.DataAnalyzerPanelName
2819
+ sSelectedPanel: string
2823
2820
  ): this;
2824
2821
  /**
2825
2822
  * Sets a new value for property {@link #getShowTitle showTitle}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {