@sapui5/ts-types 1.120.8 → 1.121.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.
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1114 -546
- package/types/sap.chart.d.ts +17 -1
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1960
- package/types/sap.f.d.ts +124 -45
- package/types/sap.fe.core.d.ts +212 -191
- package/types/sap.fe.macros.d.ts +371 -531
- package/types/sap.fe.navigation.d.ts +59 -26
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +7 -0
- package/types/sap.fe.templates.d.ts +16 -11
- package/types/sap.fe.test.d.ts +333 -33
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +3947 -1754
- package/types/sap.insights.d.ts +162 -43
- package/types/sap.m.d.ts +2023 -289
- package/types/sap.makit.d.ts +11 -1
- package/types/sap.me.d.ts +7 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +9 -7
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +272 -49
- package/types/sap.suite.ui.commons.d.ts +4231 -1008
- package/types/sap.suite.ui.generic.template.d.ts +38 -48
- package/types/sap.suite.ui.microchart.d.ts +66 -1
- package/types/sap.tnt.d.ts +601 -116
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +86 -8
- package/types/sap.ui.comp.d.ts +259 -110
- package/types/sap.ui.core.d.ts +471 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +16 -3
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +221 -26
- package/types/sap.ui.mdc.d.ts +1516 -787
- package/types/sap.ui.richtexteditor.d.ts +4 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +65 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.vbm.d.ts +5300 -2517
- package/types/sap.ui.vk.d.ts +2742 -836
- package/types/sap.ui.vtm.d.ts +685 -215
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +977 -535
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +55 -5
- package/types/sap.viz.d.ts +86 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +83 -15
- package/types/sap.zen.dsh.d.ts +194 -143
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -72,6 +72,8 @@ declare namespace sap {
|
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Enumeration for supported Gradation diverging color scheme in analytical chart
|
|
75
|
+
*
|
|
76
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationDivergingColorScheme'.
|
|
75
77
|
*/
|
|
76
78
|
enum GradationDivergingColorScheme {
|
|
77
79
|
/**
|
|
@@ -97,6 +99,8 @@ declare namespace sap {
|
|
|
97
99
|
}
|
|
98
100
|
/**
|
|
99
101
|
* Enumeration for supported Gradation color saturation in analytical chart
|
|
102
|
+
*
|
|
103
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationSaturation'.
|
|
100
104
|
*/
|
|
101
105
|
enum GradationSaturation {
|
|
102
106
|
/**
|
|
@@ -110,6 +114,8 @@ declare namespace sap {
|
|
|
110
114
|
}
|
|
111
115
|
/**
|
|
112
116
|
* Enumeration for supported Gradation single color scheme in analytical chart
|
|
117
|
+
*
|
|
118
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationSingleColorScheme'.
|
|
113
119
|
*/
|
|
114
120
|
enum GradationSingleColorScheme {
|
|
115
121
|
/**
|
|
@@ -127,6 +133,8 @@ declare namespace sap {
|
|
|
127
133
|
}
|
|
128
134
|
/**
|
|
129
135
|
* Enumeration for supported Gradation target color scheme in analytical chart
|
|
136
|
+
*
|
|
137
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationTargetColorScheme'.
|
|
130
138
|
*/
|
|
131
139
|
enum GradationTargetColorScheme {
|
|
132
140
|
/**
|
|
@@ -136,6 +144,8 @@ declare namespace sap {
|
|
|
136
144
|
}
|
|
137
145
|
/**
|
|
138
146
|
* Enumeration for supported ImprovementDirection types in analytical chart
|
|
147
|
+
*
|
|
148
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.ImprovementDirectionType'.
|
|
139
149
|
*/
|
|
140
150
|
enum ImprovementDirectionType {
|
|
141
151
|
/**
|
|
@@ -4834,6 +4844,8 @@ declare namespace sap {
|
|
|
4834
4844
|
}
|
|
4835
4845
|
/**
|
|
4836
4846
|
* Enumeration for supported message types in analytical chart.
|
|
4847
|
+
*
|
|
4848
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'MessageId'.
|
|
4837
4849
|
*/
|
|
4838
4850
|
enum MessageId {
|
|
4839
4851
|
/**
|
|
@@ -4860,6 +4872,8 @@ declare namespace sap {
|
|
|
4860
4872
|
}
|
|
4861
4873
|
/**
|
|
4862
4874
|
* Enumeration for supported selection behavior in analytical chart
|
|
4875
|
+
*
|
|
4876
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'SelectionBehavior'.
|
|
4863
4877
|
*/
|
|
4864
4878
|
enum SelectionBehavior {
|
|
4865
4879
|
/**
|
|
@@ -4877,6 +4891,8 @@ declare namespace sap {
|
|
|
4877
4891
|
}
|
|
4878
4892
|
/**
|
|
4879
4893
|
* Enumeration for supported selection mode in analytical chart
|
|
4894
|
+
*
|
|
4895
|
+
* This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'SelectionMode'.
|
|
4880
4896
|
*/
|
|
4881
4897
|
enum SelectionMode {
|
|
4882
4898
|
/**
|