@sapui5/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/types",
3
- "version": "1.141.3",
3
+ "version": "1.141.4",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.github.io/typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -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 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.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 module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -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 module "sap/fe/macros/Chart" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
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 module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.141.2
2
2
 
3
3
  declare module "sap/fe/test/library" {}
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.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -83,8 +83,6 @@ declare module "sap/sac/df/DataAnalyzer" {
83
83
 
84
84
  import ElementMetadata from "sap/ui/core/ElementMetadata";
85
85
 
86
- import DataAnalyzerPanelName from "sap/sac/df/types/DataAnalyzerPanelName";
87
-
88
86
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
89
87
 
90
88
  /**
@@ -145,12 +143,12 @@ declare module "sap/sac/df/DataAnalyzer" {
145
143
  /**
146
144
  * Gets current value of property {@link #getSelectedPanel selectedPanel}.
147
145
  *
148
- * Selected panel item
146
+ * Selected panel item of type {@link sap.sac.df.types.DataAnalyzerPanelName DataAnalyzerPanelName}
149
147
  *
150
148
  *
151
149
  * @returns Value of property `selectedPanel`
152
150
  */
153
- getSelectedPanel(): DataAnalyzerPanelName;
151
+ getSelectedPanel(): string;
154
152
  /**
155
153
  * Gets current value of property {@link #getShowTitle showTitle}.
156
154
  *
@@ -199,7 +197,7 @@ declare module "sap/sac/df/DataAnalyzer" {
199
197
  /**
200
198
  * Sets a new value for property {@link #getSelectedPanel selectedPanel}.
201
199
  *
202
- * Selected panel item
200
+ * Selected panel item of type {@link sap.sac.df.types.DataAnalyzerPanelName DataAnalyzerPanelName}
203
201
  *
204
202
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
205
203
  *
@@ -210,7 +208,7 @@ declare module "sap/sac/df/DataAnalyzer" {
210
208
  /**
211
209
  * New value for property `selectedPanel`
212
210
  */
213
- sSelectedPanel: DataAnalyzerPanelName
211
+ sSelectedPanel: string
214
212
  ): this;
215
213
  /**
216
214
  * Sets a new value for property {@link #getShowTitle showTitle}.
@@ -275,9 +273,9 @@ declare module "sap/sac/df/DataAnalyzer" {
275
273
  metaPath?: string | PropertyBindingInfo;
276
274
 
277
275
  /**
278
- * Selected panel item
276
+ * Selected panel item of type {@link sap.sac.df.types.DataAnalyzerPanelName DataAnalyzerPanelName}
279
277
  */
280
- selectedPanel?: DataAnalyzerPanelName | PropertyBindingInfo | `{${string}}`;
278
+ selectedPanel?: string | PropertyBindingInfo;
281
279
 
282
280
  /**
283
281
  * Show visualization type
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4