@sapui5/ts-types 1.84.35 → 1.84.37
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/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.plugins.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.gantt.d.ts +189 -3
- package/types/sap.m.d.ts +7 -7
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +6 -10
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.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.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.27
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -17698,6 +17698,9 @@ declare namespace sap {
|
|
|
17698
17698
|
stroke?: sap.gantt.ValueSVGPaintServer;
|
|
17699
17699
|
|
|
17700
17700
|
/**
|
|
17701
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
17702
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
17703
|
+
*
|
|
17701
17704
|
* Standard SVG 'stroke-width' attribute.
|
|
17702
17705
|
*/
|
|
17703
17706
|
_strokeWidth?: number;
|
|
@@ -17738,11 +17741,17 @@ declare namespace sap {
|
|
|
17738
17741
|
markerPopoverDelay?: number;
|
|
17739
17742
|
|
|
17740
17743
|
/**
|
|
17744
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
17745
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
17746
|
+
*
|
|
17741
17747
|
* Line Selected
|
|
17742
17748
|
*/
|
|
17743
17749
|
_selected?: boolean;
|
|
17744
17750
|
|
|
17745
17751
|
/**
|
|
17752
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
17753
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
17754
|
+
*
|
|
17746
17755
|
* Level of markers in the header.
|
|
17747
17756
|
*/
|
|
17748
17757
|
_level?: number;
|
|
@@ -17763,17 +17772,26 @@ declare namespace sap {
|
|
|
17763
17772
|
markerMouseLeave?: Function;
|
|
17764
17773
|
|
|
17765
17774
|
/**
|
|
17775
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
17776
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
17777
|
+
*
|
|
17766
17778
|
* Adhoc Line
|
|
17767
17779
|
*/
|
|
17768
17780
|
_line?: sap.gantt.simple.BaseLine;
|
|
17769
17781
|
|
|
17770
17782
|
/**
|
|
17783
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
17784
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
17785
|
+
*
|
|
17771
17786
|
* Adhoc Marker
|
|
17772
17787
|
*/
|
|
17773
17788
|
_marker?: sap.gantt.simple.AdhocDiamond;
|
|
17774
17789
|
|
|
17775
17790
|
/**
|
|
17776
|
-
*
|
|
17791
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
17792
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
17793
|
+
*
|
|
17794
|
+
* Adhoc Header Line
|
|
17777
17795
|
*/
|
|
17778
17796
|
_headerLine?: sap.gantt.simple.BaseLine;
|
|
17779
17797
|
}
|
|
@@ -18137,11 +18155,17 @@ declare namespace sap {
|
|
|
18137
18155
|
type?: sap.gantt.simple.ContainerToolbarPlaceholderType;
|
|
18138
18156
|
|
|
18139
18157
|
/**
|
|
18158
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
18159
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
18160
|
+
*
|
|
18140
18161
|
* Shows or hides the represented control.
|
|
18141
18162
|
*/
|
|
18142
18163
|
_show?: boolean;
|
|
18143
18164
|
|
|
18144
18165
|
/**
|
|
18166
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
18167
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
18168
|
+
*
|
|
18145
18169
|
* Represented control.
|
|
18146
18170
|
*/
|
|
18147
18171
|
_control?: sap.ui.core.Control;
|
|
@@ -18876,14 +18900,23 @@ declare namespace sap {
|
|
|
18876
18900
|
oListener?: object
|
|
18877
18901
|
): sap.gantt.simple.AdhocLine;
|
|
18878
18902
|
/**
|
|
18903
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
18904
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
18905
|
+
*
|
|
18879
18906
|
* Destroys the _headerLine in the aggregation {@link #get_headerLine _headerLine}.
|
|
18880
18907
|
*/
|
|
18881
18908
|
destroy_headerLine(): sap.gantt.simple.AdhocLine;
|
|
18882
18909
|
/**
|
|
18910
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
18911
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
18912
|
+
*
|
|
18883
18913
|
* Destroys the _line in the aggregation {@link #get_line _line}.
|
|
18884
18914
|
*/
|
|
18885
18915
|
destroy_line(): sap.gantt.simple.AdhocLine;
|
|
18886
18916
|
/**
|
|
18917
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
18918
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
18919
|
+
*
|
|
18887
18920
|
* Destroys the _marker in the aggregation {@link #get_marker _marker}.
|
|
18888
18921
|
*/
|
|
18889
18922
|
destroy_marker(): sap.gantt.simple.AdhocLine;
|
|
@@ -18984,12 +19017,18 @@ declare namespace sap {
|
|
|
18984
19017
|
mParameters?: object
|
|
18985
19018
|
): sap.gantt.simple.AdhocLine;
|
|
18986
19019
|
/**
|
|
19020
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
19021
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19022
|
+
*
|
|
18987
19023
|
* Gets content of aggregation {@link #get_headerLine _headerLine}.
|
|
18988
19024
|
*
|
|
18989
|
-
* Adhoc
|
|
19025
|
+
* Adhoc Header Line
|
|
18990
19026
|
*/
|
|
18991
19027
|
get_headerLine(): sap.gantt.simple.BaseLine;
|
|
18992
19028
|
/**
|
|
19029
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
19030
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19031
|
+
*
|
|
18993
19032
|
* Gets current value of property {@link #get_level _level}.
|
|
18994
19033
|
*
|
|
18995
19034
|
* Level of markers in the header.
|
|
@@ -18998,18 +19037,27 @@ declare namespace sap {
|
|
|
18998
19037
|
*/
|
|
18999
19038
|
get_level(): number;
|
|
19000
19039
|
/**
|
|
19040
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
19041
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19042
|
+
*
|
|
19001
19043
|
* Gets content of aggregation {@link #get_line _line}.
|
|
19002
19044
|
*
|
|
19003
19045
|
* Adhoc Line
|
|
19004
19046
|
*/
|
|
19005
19047
|
get_line(): sap.gantt.simple.BaseLine;
|
|
19006
19048
|
/**
|
|
19049
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
19050
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19051
|
+
*
|
|
19007
19052
|
* Gets content of aggregation {@link #get_marker _marker}.
|
|
19008
19053
|
*
|
|
19009
19054
|
* Adhoc Marker
|
|
19010
19055
|
*/
|
|
19011
19056
|
get_marker(): sap.gantt.simple.AdhocDiamond;
|
|
19012
19057
|
/**
|
|
19058
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
19059
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19060
|
+
*
|
|
19013
19061
|
* Gets current value of property {@link #get_selected _selected}.
|
|
19014
19062
|
*
|
|
19015
19063
|
* Line Selected
|
|
@@ -19018,6 +19066,9 @@ declare namespace sap {
|
|
|
19018
19066
|
*/
|
|
19019
19067
|
get_selected(): boolean;
|
|
19020
19068
|
/**
|
|
19069
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
19070
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19071
|
+
*
|
|
19021
19072
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
19022
19073
|
*
|
|
19023
19074
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -19089,6 +19140,9 @@ declare namespace sap {
|
|
|
19089
19140
|
*/
|
|
19090
19141
|
getVisible(): boolean;
|
|
19091
19142
|
/**
|
|
19143
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
19144
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19145
|
+
*
|
|
19092
19146
|
* Sets the aggregated {@link #get_headerLine _headerLine}.
|
|
19093
19147
|
*/
|
|
19094
19148
|
set_headerLine(
|
|
@@ -19098,6 +19152,9 @@ declare namespace sap {
|
|
|
19098
19152
|
o_headerLine: sap.gantt.simple.BaseLine
|
|
19099
19153
|
): sap.gantt.simple.AdhocLine;
|
|
19100
19154
|
/**
|
|
19155
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
19156
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19157
|
+
*
|
|
19101
19158
|
* Sets a new value for property {@link #get_level _level}.
|
|
19102
19159
|
*
|
|
19103
19160
|
* Level of markers in the header.
|
|
@@ -19113,6 +19170,9 @@ declare namespace sap {
|
|
|
19113
19170
|
i_level?: number
|
|
19114
19171
|
): sap.gantt.simple.AdhocLine;
|
|
19115
19172
|
/**
|
|
19173
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
19174
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19175
|
+
*
|
|
19116
19176
|
* Sets the aggregated {@link #get_line _line}.
|
|
19117
19177
|
*/
|
|
19118
19178
|
set_line(
|
|
@@ -19122,6 +19182,9 @@ declare namespace sap {
|
|
|
19122
19182
|
o_line: sap.gantt.simple.BaseLine
|
|
19123
19183
|
): sap.gantt.simple.AdhocLine;
|
|
19124
19184
|
/**
|
|
19185
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
19186
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19187
|
+
*
|
|
19125
19188
|
* Sets the aggregated {@link #get_marker _marker}.
|
|
19126
19189
|
*/
|
|
19127
19190
|
set_marker(
|
|
@@ -19131,6 +19194,9 @@ declare namespace sap {
|
|
|
19131
19194
|
o_marker: sap.gantt.simple.AdhocDiamond
|
|
19132
19195
|
): sap.gantt.simple.AdhocLine;
|
|
19133
19196
|
/**
|
|
19197
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
19198
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19199
|
+
*
|
|
19134
19200
|
* Sets a new value for property {@link #get_selected _selected}.
|
|
19135
19201
|
*
|
|
19136
19202
|
* Line Selected
|
|
@@ -19146,6 +19212,9 @@ declare namespace sap {
|
|
|
19146
19212
|
b_selected?: boolean
|
|
19147
19213
|
): sap.gantt.simple.AdhocLine;
|
|
19148
19214
|
/**
|
|
19215
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
19216
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
19217
|
+
*
|
|
19149
19218
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
19150
19219
|
*
|
|
19151
19220
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -23011,6 +23080,9 @@ declare namespace sap {
|
|
|
23011
23080
|
);
|
|
23012
23081
|
|
|
23013
23082
|
/**
|
|
23083
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23084
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23085
|
+
*
|
|
23014
23086
|
* Destroys the _control in the aggregation {@link #get_control _control}.
|
|
23015
23087
|
*/
|
|
23016
23088
|
destroy_control(): sap.gantt.simple.ContainerToolbarPlaceholder;
|
|
@@ -23038,12 +23110,18 @@ declare namespace sap {
|
|
|
23038
23110
|
FNMetaImpl?: Function
|
|
23039
23111
|
): Function;
|
|
23040
23112
|
/**
|
|
23113
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23114
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23115
|
+
*
|
|
23041
23116
|
* Gets content of aggregation {@link #get_control _control}.
|
|
23042
23117
|
*
|
|
23043
23118
|
* Represented control.
|
|
23044
23119
|
*/
|
|
23045
23120
|
get_control(): sap.ui.core.Control;
|
|
23046
23121
|
/**
|
|
23122
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23123
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23124
|
+
*
|
|
23047
23125
|
* Gets current value of property {@link #get_show _show}.
|
|
23048
23126
|
*
|
|
23049
23127
|
* Shows or hides the represented control.
|
|
@@ -23068,6 +23146,9 @@ declare namespace sap {
|
|
|
23068
23146
|
*/
|
|
23069
23147
|
getType(): sap.gantt.simple.ContainerToolbarPlaceholderType;
|
|
23070
23148
|
/**
|
|
23149
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23150
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23151
|
+
*
|
|
23071
23152
|
* Sets the aggregated {@link #get_control _control}.
|
|
23072
23153
|
*/
|
|
23073
23154
|
set_control(
|
|
@@ -23077,6 +23158,9 @@ declare namespace sap {
|
|
|
23077
23158
|
o_control: sap.ui.core.Control
|
|
23078
23159
|
): sap.gantt.simple.ContainerToolbarPlaceholder;
|
|
23079
23160
|
/**
|
|
23161
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23162
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23163
|
+
*
|
|
23080
23164
|
* Sets a new value for property {@link #get_show _show}.
|
|
23081
23165
|
*
|
|
23082
23166
|
* Shows or hides the represented control.
|
|
@@ -23190,34 +23274,58 @@ declare namespace sap {
|
|
|
23190
23274
|
oListener?: object
|
|
23191
23275
|
): sap.gantt.simple.DeltaLine;
|
|
23192
23276
|
/**
|
|
23277
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23278
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23279
|
+
*
|
|
23193
23280
|
* Destroys the _backwardMarker in the aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
23194
23281
|
*/
|
|
23195
23282
|
destroy_backwardMarker(): sap.gantt.simple.DeltaLine;
|
|
23196
23283
|
/**
|
|
23284
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23285
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23286
|
+
*
|
|
23197
23287
|
* Destroys the _chartDeltaArea in the aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
23198
23288
|
*/
|
|
23199
23289
|
destroy_chartDeltaArea(): sap.gantt.simple.DeltaLine;
|
|
23200
23290
|
/**
|
|
23291
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23292
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23293
|
+
*
|
|
23201
23294
|
* Destroys the _endLine in the aggregation {@link #get_endLine _endLine}.
|
|
23202
23295
|
*/
|
|
23203
23296
|
destroy_endLine(): sap.gantt.simple.DeltaLine;
|
|
23204
23297
|
/**
|
|
23298
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23299
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23300
|
+
*
|
|
23205
23301
|
* Destroys the _forwardMarker in the aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
23206
23302
|
*/
|
|
23207
23303
|
destroy_forwardMarker(): sap.gantt.simple.DeltaLine;
|
|
23208
23304
|
/**
|
|
23305
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23306
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23307
|
+
*
|
|
23209
23308
|
* Destroys the _headerDeltaArea in the aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
23210
23309
|
*/
|
|
23211
23310
|
destroy_headerDeltaArea(): sap.gantt.simple.DeltaLine;
|
|
23212
23311
|
/**
|
|
23312
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23313
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23314
|
+
*
|
|
23213
23315
|
* Destroys the _headerEndLine in the aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
23214
23316
|
*/
|
|
23215
23317
|
destroy_headerEndLine(): sap.gantt.simple.DeltaLine;
|
|
23216
23318
|
/**
|
|
23319
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23320
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23321
|
+
*
|
|
23217
23322
|
* Destroys the _headerStartLine in the aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
23218
23323
|
*/
|
|
23219
23324
|
destroy_headerStartLine(): sap.gantt.simple.DeltaLine;
|
|
23220
23325
|
/**
|
|
23326
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23327
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23328
|
+
*
|
|
23221
23329
|
* Destroys the _startLine in the aggregation {@link #get_startLine _startLine}.
|
|
23222
23330
|
*/
|
|
23223
23331
|
destroy_startLine(): sap.gantt.simple.DeltaLine;
|
|
@@ -23316,18 +23424,27 @@ declare namespace sap {
|
|
|
23316
23424
|
mParameters?: object
|
|
23317
23425
|
): sap.gantt.simple.DeltaLine;
|
|
23318
23426
|
/**
|
|
23427
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23428
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23429
|
+
*
|
|
23319
23430
|
* Gets content of aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
23320
23431
|
*
|
|
23321
23432
|
* Backward Delta Marker
|
|
23322
23433
|
*/
|
|
23323
23434
|
get_backwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
23324
23435
|
/**
|
|
23436
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23437
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23438
|
+
*
|
|
23325
23439
|
* Gets content of aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
23326
23440
|
*
|
|
23327
23441
|
* Chart area between Delta Lines
|
|
23328
23442
|
*/
|
|
23329
23443
|
get_chartDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
23330
23444
|
/**
|
|
23445
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23446
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23447
|
+
*
|
|
23331
23448
|
* Gets current value of property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
23332
23449
|
*
|
|
23333
23450
|
* Background area between Delta Lines
|
|
@@ -23336,36 +23453,54 @@ declare namespace sap {
|
|
|
23336
23453
|
*/
|
|
23337
23454
|
get_enableChartDeltaAreaHighlight(): boolean;
|
|
23338
23455
|
/**
|
|
23456
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23457
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23458
|
+
*
|
|
23339
23459
|
* Gets content of aggregation {@link #get_endLine _endLine}.
|
|
23340
23460
|
*
|
|
23341
23461
|
* End line of the Delta Line
|
|
23342
23462
|
*/
|
|
23343
23463
|
get_endLine(): sap.gantt.simple.BaseLine;
|
|
23344
23464
|
/**
|
|
23465
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23466
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23467
|
+
*
|
|
23345
23468
|
* Gets content of aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
23346
23469
|
*
|
|
23347
23470
|
* Forward Delta Marker
|
|
23348
23471
|
*/
|
|
23349
23472
|
get_forwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
23350
23473
|
/**
|
|
23474
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23475
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23476
|
+
*
|
|
23351
23477
|
* Gets content of aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
23352
23478
|
*
|
|
23353
23479
|
* Header area between the Delta Markers
|
|
23354
23480
|
*/
|
|
23355
23481
|
get_headerDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
23356
23482
|
/**
|
|
23483
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23484
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23485
|
+
*
|
|
23357
23486
|
* Gets content of aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
23358
23487
|
*
|
|
23359
23488
|
* Header end line
|
|
23360
23489
|
*/
|
|
23361
23490
|
get_headerEndLine(): sap.gantt.simple.BaseLine;
|
|
23362
23491
|
/**
|
|
23492
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23493
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23494
|
+
*
|
|
23363
23495
|
* Gets content of aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
23364
23496
|
*
|
|
23365
23497
|
* Header start line
|
|
23366
23498
|
*/
|
|
23367
23499
|
get_headerStartLine(): sap.gantt.simple.BaseLine;
|
|
23368
23500
|
/**
|
|
23501
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23502
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23503
|
+
*
|
|
23369
23504
|
* Gets current value of property {@link #get_isSelected _isSelected}.
|
|
23370
23505
|
*
|
|
23371
23506
|
* Selection property of the Delta Markers
|
|
@@ -23374,6 +23509,9 @@ declare namespace sap {
|
|
|
23374
23509
|
*/
|
|
23375
23510
|
get_isSelected(): boolean;
|
|
23376
23511
|
/**
|
|
23512
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23513
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23514
|
+
*
|
|
23377
23515
|
* Gets current value of property {@link #get_level _level}.
|
|
23378
23516
|
*
|
|
23379
23517
|
* Level of markers in the header.
|
|
@@ -23382,12 +23520,18 @@ declare namespace sap {
|
|
|
23382
23520
|
*/
|
|
23383
23521
|
get_level(): number;
|
|
23384
23522
|
/**
|
|
23523
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23524
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23525
|
+
*
|
|
23385
23526
|
* Gets content of aggregation {@link #get_startLine _startLine}.
|
|
23386
23527
|
*
|
|
23387
23528
|
* Start line of the Delta Line
|
|
23388
23529
|
*/
|
|
23389
23530
|
get_startLine(): sap.gantt.simple.BaseLine;
|
|
23390
23531
|
/**
|
|
23532
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23533
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23534
|
+
*
|
|
23391
23535
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
23392
23536
|
*
|
|
23393
23537
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -23396,6 +23540,9 @@ declare namespace sap {
|
|
|
23396
23540
|
*/
|
|
23397
23541
|
get_strokeWidth(): number;
|
|
23398
23542
|
/**
|
|
23543
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23544
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23545
|
+
*
|
|
23399
23546
|
* Gets current value of property {@link #get_visibleMarker _visibleMarker}.
|
|
23400
23547
|
*
|
|
23401
23548
|
* Visibility of the Delta Markers
|
|
@@ -23465,6 +23612,9 @@ declare namespace sap {
|
|
|
23465
23612
|
*/
|
|
23466
23613
|
getVisible(): boolean;
|
|
23467
23614
|
/**
|
|
23615
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23616
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23617
|
+
*
|
|
23468
23618
|
* Sets the aggregated {@link #get_backwardMarker _backwardMarker}.
|
|
23469
23619
|
*/
|
|
23470
23620
|
set_backwardMarker(
|
|
@@ -23474,6 +23624,9 @@ declare namespace sap {
|
|
|
23474
23624
|
o_backwardMarker: sap.gantt.simple.BaseTriangle
|
|
23475
23625
|
): sap.gantt.simple.DeltaLine;
|
|
23476
23626
|
/**
|
|
23627
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23628
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23629
|
+
*
|
|
23477
23630
|
* Sets the aggregated {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
23478
23631
|
*/
|
|
23479
23632
|
set_chartDeltaArea(
|
|
@@ -23483,6 +23636,9 @@ declare namespace sap {
|
|
|
23483
23636
|
o_chartDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
23484
23637
|
): sap.gantt.simple.DeltaLine;
|
|
23485
23638
|
/**
|
|
23639
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23640
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23641
|
+
*
|
|
23486
23642
|
* Sets a new value for property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
23487
23643
|
*
|
|
23488
23644
|
* Background area between Delta Lines
|
|
@@ -23498,6 +23654,9 @@ declare namespace sap {
|
|
|
23498
23654
|
b_enableChartDeltaAreaHighlight?: boolean
|
|
23499
23655
|
): sap.gantt.simple.DeltaLine;
|
|
23500
23656
|
/**
|
|
23657
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23658
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23659
|
+
*
|
|
23501
23660
|
* Sets the aggregated {@link #get_endLine _endLine}.
|
|
23502
23661
|
*/
|
|
23503
23662
|
set_endLine(
|
|
@@ -23507,6 +23666,9 @@ declare namespace sap {
|
|
|
23507
23666
|
o_endLine: sap.gantt.simple.BaseLine
|
|
23508
23667
|
): sap.gantt.simple.DeltaLine;
|
|
23509
23668
|
/**
|
|
23669
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23670
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23671
|
+
*
|
|
23510
23672
|
* Sets the aggregated {@link #get_forwardMarker _forwardMarker}.
|
|
23511
23673
|
*/
|
|
23512
23674
|
set_forwardMarker(
|
|
@@ -23516,6 +23678,9 @@ declare namespace sap {
|
|
|
23516
23678
|
o_forwardMarker: sap.gantt.simple.BaseTriangle
|
|
23517
23679
|
): sap.gantt.simple.DeltaLine;
|
|
23518
23680
|
/**
|
|
23681
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23682
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23683
|
+
*
|
|
23519
23684
|
* Sets the aggregated {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
23520
23685
|
*/
|
|
23521
23686
|
set_headerDeltaArea(
|
|
@@ -23525,6 +23690,9 @@ declare namespace sap {
|
|
|
23525
23690
|
o_headerDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
23526
23691
|
): sap.gantt.simple.DeltaLine;
|
|
23527
23692
|
/**
|
|
23693
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23694
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23695
|
+
*
|
|
23528
23696
|
* Sets the aggregated {@link #get_headerEndLine _headerEndLine}.
|
|
23529
23697
|
*/
|
|
23530
23698
|
set_headerEndLine(
|
|
@@ -23534,6 +23702,9 @@ declare namespace sap {
|
|
|
23534
23702
|
o_headerEndLine: sap.gantt.simple.BaseLine
|
|
23535
23703
|
): sap.gantt.simple.DeltaLine;
|
|
23536
23704
|
/**
|
|
23705
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23706
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23707
|
+
*
|
|
23537
23708
|
* Sets the aggregated {@link #get_headerStartLine _headerStartLine}.
|
|
23538
23709
|
*/
|
|
23539
23710
|
set_headerStartLine(
|
|
@@ -23543,6 +23714,9 @@ declare namespace sap {
|
|
|
23543
23714
|
o_headerStartLine: sap.gantt.simple.BaseLine
|
|
23544
23715
|
): sap.gantt.simple.DeltaLine;
|
|
23545
23716
|
/**
|
|
23717
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23718
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23719
|
+
*
|
|
23546
23720
|
* Sets a new value for property {@link #get_isSelected _isSelected}.
|
|
23547
23721
|
*
|
|
23548
23722
|
* Selection property of the Delta Markers
|
|
@@ -23558,6 +23732,9 @@ declare namespace sap {
|
|
|
23558
23732
|
b_isSelected?: boolean
|
|
23559
23733
|
): sap.gantt.simple.DeltaLine;
|
|
23560
23734
|
/**
|
|
23735
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23736
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23737
|
+
*
|
|
23561
23738
|
* Sets a new value for property {@link #get_level _level}.
|
|
23562
23739
|
*
|
|
23563
23740
|
* Level of markers in the header.
|
|
@@ -23573,6 +23750,9 @@ declare namespace sap {
|
|
|
23573
23750
|
i_level?: number
|
|
23574
23751
|
): sap.gantt.simple.DeltaLine;
|
|
23575
23752
|
/**
|
|
23753
|
+
* @deprecated (since 1.84.37) - This is a private aggregation and it is being removed from UI5 version
|
|
23754
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23755
|
+
*
|
|
23576
23756
|
* Sets the aggregated {@link #get_startLine _startLine}.
|
|
23577
23757
|
*/
|
|
23578
23758
|
set_startLine(
|
|
@@ -23582,6 +23762,9 @@ declare namespace sap {
|
|
|
23582
23762
|
o_startLine: sap.gantt.simple.BaseLine
|
|
23583
23763
|
): sap.gantt.simple.DeltaLine;
|
|
23584
23764
|
/**
|
|
23765
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23766
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23767
|
+
*
|
|
23585
23768
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
23586
23769
|
*
|
|
23587
23770
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -23597,6 +23780,9 @@ declare namespace sap {
|
|
|
23597
23780
|
f_strokeWidth?: number
|
|
23598
23781
|
): sap.gantt.simple.DeltaLine;
|
|
23599
23782
|
/**
|
|
23783
|
+
* @deprecated (since 1.84.37) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23784
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23785
|
+
*
|
|
23600
23786
|
* Sets a new value for property {@link #get_visibleMarker _visibleMarker}.
|
|
23601
23787
|
*
|
|
23602
23788
|
* Visibility of the Delta Markers
|
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -12111,9 +12111,9 @@ declare namespace sap {
|
|
|
12111
12111
|
* - `dd`
|
|
12112
12112
|
* - `ul`
|
|
12113
12113
|
* - `ol`
|
|
12114
|
-
* - `li` `
|
|
12115
|
-
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/
|
|
12116
|
-
*
|
|
12114
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
12115
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
12116
|
+
* URLListValidator}.
|
|
12117
12117
|
*
|
|
12118
12118
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
12119
12119
|
* by the control.
|
|
@@ -36950,9 +36950,9 @@ declare namespace sap {
|
|
|
36950
36950
|
* - `dd`
|
|
36951
36951
|
* - `ul`
|
|
36952
36952
|
* - `ol`
|
|
36953
|
-
* - `li` `
|
|
36954
|
-
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/
|
|
36955
|
-
*
|
|
36953
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
36954
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
36955
|
+
* URLListValidator}.
|
|
36956
36956
|
*
|
|
36957
36957
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
36958
36958
|
* by the control.
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -66,10 +66,6 @@ declare namespace sap {
|
|
|
66
66
|
* {
|
|
67
67
|
* key: "ZXingCPP",
|
|
68
68
|
* status: "Available"
|
|
69
|
-
* },
|
|
70
|
-
* {
|
|
71
|
-
* key: "ZXing",
|
|
72
|
-
* status: "Initial"
|
|
73
69
|
* }
|
|
74
70
|
* ]
|
|
75
71
|
* }
|
|
@@ -184,15 +180,15 @@ declare namespace sap {
|
|
|
184
180
|
/**
|
|
185
181
|
* Set the scanner API info that will be used to scan the barcode.
|
|
186
182
|
*
|
|
187
|
-
* IMPORTANT: The status of the scanner API must be **"Available"**(for ZXingCPP
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
* > Cordova > ZXingCPP
|
|
183
|
+
* IMPORTANT: The status of the scanner API must be **"Available"**(for ZXingCPP, status is **NOT "UnAvailable"**),
|
|
184
|
+
* or will return False. Scanner APIs with status value can be got by using {@link #getStatusModel}. By
|
|
185
|
+
* default, Barcode Scanner will select the scanner API(Available) with priority: ZebraEnterpriseBrowser
|
|
186
|
+
* > Cordova > ZXingCPP.
|
|
191
187
|
*/
|
|
192
188
|
function setScanAPIInfo(
|
|
193
189
|
/**
|
|
194
190
|
* Defines the scanner API to scan the barcode. Scanner API can be "ZebraEnterpriseBrowser", "Cordova",
|
|
195
|
-
* "ZXingCPP"
|
|
191
|
+
* "ZXingCPP".
|
|
196
192
|
*/
|
|
197
193
|
scannerAPI?: string
|
|
198
194
|
): boolean;
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare module "sap/base/util/Version";
|
|
|
18
18
|
declare module "sap/ui/performance/Measurement.Entry";
|
|
19
19
|
|
|
20
20
|
declare module "sap/ui/util/Storage.Type";
|
|
21
|
-
// For Library Version: 1.84.
|
|
21
|
+
// For Library Version: 1.84.38
|
|
22
22
|
/**
|
|
23
23
|
* Root namespace for JavaScript functionality provided by SAP SE.
|
|
24
24
|
*
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
|
|
@@ -75,7 +75,7 @@ class Spreadsheet{
|
|
|
75
75
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
76
76
|
* following fields:
|
|
77
77
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
78
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.
|
|
78
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.38")
|
|
79
79
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
80
80
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
81
81
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -161,7 +161,7 @@ class Spreadsheet{
|
|
|
161
161
|
* columns: aColumns,
|
|
162
162
|
* context: {
|
|
163
163
|
* application: 'Debug Test Application',
|
|
164
|
-
* version: '1.84.
|
|
164
|
+
* version: '1.84.38',
|
|
165
165
|
* title: 'Some random title',
|
|
166
166
|
* modifiedBy: 'John Doe',
|
|
167
167
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -237,7 +237,7 @@ declare namespace sap {
|
|
|
237
237
|
static getType(): string;
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
|
-
* @SINCE 1.84.
|
|
240
|
+
* @SINCE 1.84.38
|
|
241
241
|
*
|
|
242
242
|
* Defines the Audiences.
|
|
243
243
|
*/
|
|
@@ -256,7 +256,7 @@ declare namespace sap {
|
|
|
256
256
|
Internal,
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
|
-
* @SINCE 1.84.
|
|
259
|
+
* @SINCE 1.84.38
|
|
260
260
|
*
|
|
261
261
|
* Issue Categories.
|
|
262
262
|
*/
|
|
@@ -311,7 +311,7 @@ declare namespace sap {
|
|
|
311
311
|
Usage,
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
|
-
* @SINCE 1.84.
|
|
314
|
+
* @SINCE 1.84.38
|
|
315
315
|
*
|
|
316
316
|
* Analysis history formats.
|
|
317
317
|
*/
|
|
@@ -326,7 +326,7 @@ declare namespace sap {
|
|
|
326
326
|
String,
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
|
-
* @SINCE 1.84.
|
|
329
|
+
* @SINCE 1.84.38
|
|
330
330
|
*
|
|
331
331
|
* Defines severity types.
|
|
332
332
|
*/
|
|
@@ -345,7 +345,7 @@ declare namespace sap {
|
|
|
345
345
|
Medium,
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
|
-
* @SINCE 1.84.
|
|
348
|
+
* @SINCE 1.84.38
|
|
349
349
|
*
|
|
350
350
|
* Contains the available system presets.
|
|
351
351
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED