@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 +1 -1
- package/types/index.d.ts +2 -2
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.sac.df.d.ts +7 -10
- package/types/{mdc-1.141.0-d.ts → sap.ui.mdc.d.ts} +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- /package/types/{sap.fe.controls.d.ts → sap.fe.controls-1.141.1-d.ts} +0 -0
package/package.json
CHANGED
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
|
|
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"/>
|
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.141.
|
|
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():
|
|
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:
|
|
2819
|
+
sSelectedPanel: string
|
|
2823
2820
|
): this;
|
|
2824
2821
|
/**
|
|
2825
2822
|
* Sets a new value for property {@link #getShowTitle showTitle}.
|
package/types/sap.zen.dsh.d.ts
CHANGED
|
File without changes
|