@sapui5/ts-types-esm 1.96.0 → 1.97.1
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.apf.d.ts +6 -6
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.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.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +97 -6
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +161 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +517 -50
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +21 -24
- package/types/sap.ovp.d.ts +42 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +13 -13
- 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 +7 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +305 -9
- package/types/sap.ui.core.d.ts +395 -165
- 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 +7 -4
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +42 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +20 -10
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +7 -13
- 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 +3 -3
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +41 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +156 -45
- package/types/sap.ui.vtm.d.ts +2 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +65 -10
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.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/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/apf/library" {}
|
|
4
4
|
|
|
@@ -68,8 +68,8 @@ declare module "sap/apf/api" {
|
|
|
68
68
|
): void;
|
|
69
69
|
/**
|
|
70
70
|
* Adds a filter to the path. Subsequent changes need to be done by the update method providing the identifier.
|
|
71
|
-
*
|
|
72
|
-
* is supported.
|
|
71
|
+
* Restriction: Only a single filter term or a disjunction/conjunction of single terms over a single property
|
|
72
|
+
* is supported. Restriction: Only the operators EQ, LE (less equal than) and GE (greater equal than) are
|
|
73
73
|
* supported.
|
|
74
74
|
*/
|
|
75
75
|
addPathFilter(filter: sap.apf.utils.Filter): number;
|
|
@@ -238,9 +238,9 @@ declare module "sap/apf/api" {
|
|
|
238
238
|
*/
|
|
239
239
|
startupSucceeded(): boolean;
|
|
240
240
|
/**
|
|
241
|
-
* Updates a filter of the path.
|
|
242
|
-
* terms over a single property is supported.
|
|
243
|
-
* GE (greater equal than) are supported.
|
|
241
|
+
* Updates a filter of the path. Restriction: Only a single filter term or a disjunction/conjunction of
|
|
242
|
+
* single terms over a single property is supported. Restriction: Only the operators EQ, LE (less equal
|
|
243
|
+
* than) and GE (greater equal than) are supported.
|
|
244
244
|
*/
|
|
245
245
|
updatePathFilter(
|
|
246
246
|
/**
|
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/test/library" {}
|
|
4
4
|
|
|
@@ -33,6 +33,30 @@ declare module "sap/fe/test/api/BaseAPI" {
|
|
|
33
33
|
unbound?: boolean;
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
+
/**
|
|
37
|
+
* An dialog field identifier
|
|
38
|
+
*/
|
|
39
|
+
export type DialogFieldIdentifier = {
|
|
40
|
+
/**
|
|
41
|
+
* The name of the field In case of an action parameter dialog, this is the fieldname only
|
|
42
|
+
* ```javascript
|
|
43
|
+
*
|
|
44
|
+
* {
|
|
45
|
+
* property:
|
|
46
|
+
* }
|
|
47
|
+
* ```
|
|
48
|
+
* In case of a create dialog, the concatenation of the entity and fieldname has to be provided
|
|
49
|
+
*
|
|
50
|
+
* ```javascript
|
|
51
|
+
*
|
|
52
|
+
* {
|
|
53
|
+
* property: ::
|
|
54
|
+
* }
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
property: string;
|
|
58
|
+
};
|
|
59
|
+
|
|
36
60
|
/**
|
|
37
61
|
* A dialog identifier
|
|
38
62
|
*/
|
|
@@ -128,7 +152,10 @@ declare module "sap/fe/test/api/TableAPI" {
|
|
|
128
152
|
}
|
|
129
153
|
|
|
130
154
|
declare module "sap/fe/test/api/DialogActions" {
|
|
131
|
-
import {
|
|
155
|
+
import {
|
|
156
|
+
ActionDialogFieldIdentifier,
|
|
157
|
+
DialogFieldIdentifier,
|
|
158
|
+
} from "sap/fe/test/api/BaseAPI";
|
|
132
159
|
|
|
133
160
|
export default class DialogActions {
|
|
134
161
|
constructor();
|
|
@@ -154,6 +181,23 @@ declare module "sap/fe/test/api/DialogActions" {
|
|
|
154
181
|
*/
|
|
155
182
|
bClearFirst?: boolean
|
|
156
183
|
): object;
|
|
184
|
+
/**
|
|
185
|
+
* Changes the content of a field in a dialog.
|
|
186
|
+
*/
|
|
187
|
+
iChangeDialogField(
|
|
188
|
+
/**
|
|
189
|
+
* The identifier of the field
|
|
190
|
+
*/
|
|
191
|
+
vFieldIdentifier: DialogFieldIdentifier,
|
|
192
|
+
/**
|
|
193
|
+
* The new target value.
|
|
194
|
+
*/
|
|
195
|
+
vValue?: string,
|
|
196
|
+
/**
|
|
197
|
+
* Set to `true` to clear previously set filters, otherwise all previously set values will be kept
|
|
198
|
+
*/
|
|
199
|
+
bClearFirst?: boolean
|
|
200
|
+
): object;
|
|
157
201
|
/**
|
|
158
202
|
* Closes the dialog by pressing the 'Escape' key.
|
|
159
203
|
*/
|
|
@@ -166,7 +210,10 @@ declare module "sap/fe/test/api/DialogActions" {
|
|
|
166
210
|
}
|
|
167
211
|
|
|
168
212
|
declare module "sap/fe/test/api/DialogAssertions" {
|
|
169
|
-
import {
|
|
213
|
+
import {
|
|
214
|
+
ActionDialogFieldIdentifier,
|
|
215
|
+
DialogFieldIdentifier,
|
|
216
|
+
} from "sap/fe/test/api/BaseAPI";
|
|
170
217
|
|
|
171
218
|
export default class DialogAssertions {
|
|
172
219
|
constructor();
|
|
@@ -212,6 +259,29 @@ declare module "sap/fe/test/api/DialogAssertions" {
|
|
|
212
259
|
*/
|
|
213
260
|
mButtonState?: object
|
|
214
261
|
): object;
|
|
262
|
+
/**
|
|
263
|
+
* Checks the content and state of a field in a dialog.
|
|
264
|
+
*/
|
|
265
|
+
iCheckDialogField(
|
|
266
|
+
/**
|
|
267
|
+
* The identifier of the field
|
|
268
|
+
*/
|
|
269
|
+
vFieldIdentifier: DialogFieldIdentifier,
|
|
270
|
+
/**
|
|
271
|
+
* Expected value(s) of the field. if passed as an object, the following pattern will be considered:
|
|
272
|
+
* ```javascript
|
|
273
|
+
*
|
|
274
|
+
* {
|
|
275
|
+
* value: , // optional
|
|
276
|
+
* }
|
|
277
|
+
* ```
|
|
278
|
+
*/
|
|
279
|
+
vValue?: string | any[] | object,
|
|
280
|
+
/**
|
|
281
|
+
* Defines the expected state of the field
|
|
282
|
+
*/
|
|
283
|
+
mState?: object
|
|
284
|
+
): object;
|
|
215
285
|
/**
|
|
216
286
|
* Checks the dialog.
|
|
217
287
|
*/
|
|
@@ -576,6 +646,10 @@ declare module "sap/fe/test/api/EditState" {
|
|
|
576
646
|
* All
|
|
577
647
|
*/
|
|
578
648
|
All = "undefined",
|
|
649
|
+
/**
|
|
650
|
+
* All (Hiding Drafts)
|
|
651
|
+
*/
|
|
652
|
+
AllHidingDrafts = "undefined",
|
|
579
653
|
/**
|
|
580
654
|
* Locked by Another User
|
|
581
655
|
*/
|
|
@@ -695,9 +769,26 @@ declare module "sap/fe/test/api/FilterBarActions" {
|
|
|
695
769
|
*/
|
|
696
770
|
iSaveVariant(
|
|
697
771
|
/**
|
|
698
|
-
* The name of the new variant. If
|
|
772
|
+
* The name of the new variant. If no new variant name is defined, the current variant will be overwritten.
|
|
699
773
|
*/
|
|
700
|
-
sVariantName?: string
|
|
774
|
+
sVariantName?: string,
|
|
775
|
+
/**
|
|
776
|
+
* Saves the new variant with option "Set as Default".
|
|
777
|
+
*/
|
|
778
|
+
bSetAsDefault?: string,
|
|
779
|
+
/**
|
|
780
|
+
* Saves the new variant with option "Apply Automatically".
|
|
781
|
+
*/
|
|
782
|
+
bApplyAutomatically?: string
|
|
783
|
+
): object;
|
|
784
|
+
/**
|
|
785
|
+
* Selects the chosen variant.
|
|
786
|
+
*/
|
|
787
|
+
iSelectVariant(
|
|
788
|
+
/**
|
|
789
|
+
* The name of the variant to be selected
|
|
790
|
+
*/
|
|
791
|
+
sVariantName: string
|
|
701
792
|
): object;
|
|
702
793
|
}
|
|
703
794
|
}
|
|
@@ -1788,7 +1879,7 @@ declare module "sap/fe/test/api/TableActions" {
|
|
|
1788
1879
|
mState?: object
|
|
1789
1880
|
): object;
|
|
1790
1881
|
/**
|
|
1791
|
-
* Selects the variant
|
|
1882
|
+
* Selects the chosen variant.
|
|
1792
1883
|
*/
|
|
1793
1884
|
iSelectVariant(
|
|
1794
1885
|
/**
|
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
/**
|
|
@@ -978,6 +978,12 @@ declare module "sap/gantt/library" {
|
|
|
978
978
|
* Configuration options for horizontal alignment of title of the shape representing a Task.
|
|
979
979
|
*/
|
|
980
980
|
enum horizontalTextAlignment {
|
|
981
|
+
/**
|
|
982
|
+
* @SINCE 1.96
|
|
983
|
+
*
|
|
984
|
+
* Shape title moves dynamically with horizontal scroll and zoom.
|
|
985
|
+
*/
|
|
986
|
+
Dynamic = "Dynamic",
|
|
981
987
|
/**
|
|
982
988
|
* Shape title is aligned at the end of the x-axis.
|
|
983
989
|
*/
|
|
@@ -35432,6 +35438,12 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
35432
35438
|
currentVisibleHorizon?: TimeHorizon;
|
|
35433
35439
|
}
|
|
35434
35440
|
): this;
|
|
35441
|
+
/**
|
|
35442
|
+
* @SINCE 1.97
|
|
35443
|
+
*
|
|
35444
|
+
* Determines whether gantt chart is in fullscreen mode.
|
|
35445
|
+
*/
|
|
35446
|
+
fullScreenMode(): boolean;
|
|
35435
35447
|
/**
|
|
35436
35448
|
* @SINCE 1.91
|
|
35437
35449
|
*
|
|
@@ -37118,6 +37130,22 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
37118
37130
|
*/
|
|
37119
37131
|
sWidth?: CSSSize
|
|
37120
37132
|
): this;
|
|
37133
|
+
/**
|
|
37134
|
+
* @SINCE 1.97
|
|
37135
|
+
*
|
|
37136
|
+
* Toggles the gantt chart from normal to fullscreen mode and vice versa. Works only if gantt chart is inside
|
|
37137
|
+
* a gantt container.
|
|
37138
|
+
*/
|
|
37139
|
+
toggleFullScreen(
|
|
37140
|
+
/**
|
|
37141
|
+
* Whether gantt container's toolbar is to be shown in the fullscreen mode along with the gantt chart.
|
|
37142
|
+
*/
|
|
37143
|
+
bShowToolbar: boolean,
|
|
37144
|
+
/**
|
|
37145
|
+
* Button clicked to toggle the fullscreen mode.
|
|
37146
|
+
*/
|
|
37147
|
+
oButton: object
|
|
37148
|
+
): void;
|
|
37121
37149
|
/**
|
|
37122
37150
|
* @deprecated (since 1.84) - use {@link sap.gantt.simple.AdhocLine} instead.
|
|
37123
37151
|
*
|
|
@@ -41777,6 +41805,16 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
41777
41805
|
* Default value is `0`.
|
|
41778
41806
|
*/
|
|
41779
41807
|
getMinValue(): float;
|
|
41808
|
+
/**
|
|
41809
|
+
* @SINCE 1.97
|
|
41810
|
+
*
|
|
41811
|
+
* Gets current value of property {@link #getRelativeMiddleLinePoint relativeMiddleLinePoint}.
|
|
41812
|
+
*
|
|
41813
|
+
* value of middle line.
|
|
41814
|
+
*
|
|
41815
|
+
* Default value is `50`.
|
|
41816
|
+
*/
|
|
41817
|
+
getRelativeMiddleLinePoint(): float;
|
|
41780
41818
|
/**
|
|
41781
41819
|
* Gets current value of property {@link #getShowMiddleLine showMiddleLine}.
|
|
41782
41820
|
*
|
|
@@ -41874,6 +41912,23 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
41874
41912
|
*/
|
|
41875
41913
|
fMinValue?: float
|
|
41876
41914
|
): this;
|
|
41915
|
+
/**
|
|
41916
|
+
* @SINCE 1.97
|
|
41917
|
+
*
|
|
41918
|
+
* Sets a new value for property {@link #getRelativeMiddleLinePoint relativeMiddleLinePoint}.
|
|
41919
|
+
*
|
|
41920
|
+
* value of middle line.
|
|
41921
|
+
*
|
|
41922
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41923
|
+
*
|
|
41924
|
+
* Default value is `50`.
|
|
41925
|
+
*/
|
|
41926
|
+
setRelativeMiddleLinePoint(
|
|
41927
|
+
/**
|
|
41928
|
+
* New value for property `relativeMiddleLinePoint`
|
|
41929
|
+
*/
|
|
41930
|
+
fRelativeMiddleLinePoint?: float
|
|
41931
|
+
): this;
|
|
41877
41932
|
/**
|
|
41878
41933
|
* Sets a new value for property {@link #getShowMiddleLine showMiddleLine}.
|
|
41879
41934
|
*
|
|
@@ -41897,6 +41952,13 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
41897
41952
|
*/
|
|
41898
41953
|
showMiddleLine?: boolean | PropertyBindingInfo;
|
|
41899
41954
|
|
|
41955
|
+
/**
|
|
41956
|
+
* @SINCE 1.97
|
|
41957
|
+
*
|
|
41958
|
+
* value of middle line.
|
|
41959
|
+
*/
|
|
41960
|
+
relativeMiddleLinePoint?: float | PropertyBindingInfo;
|
|
41961
|
+
|
|
41900
41962
|
/**
|
|
41901
41963
|
* Minimum value of the Chart.
|
|
41902
41964
|
*/
|
|
@@ -42013,6 +42075,34 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
42013
42075
|
* Sets the dimension path color
|
|
42014
42076
|
*/
|
|
42015
42077
|
getDimensionPathColor(): ValueSVGPaintServer;
|
|
42078
|
+
/**
|
|
42079
|
+
* @SINCE 1.97
|
|
42080
|
+
*
|
|
42081
|
+
* Gets current value of property {@link #getDimensionStrokeDasharray dimensionStrokeDasharray}.
|
|
42082
|
+
*
|
|
42083
|
+
* strokeDashArray value of dimension line.
|
|
42084
|
+
*/
|
|
42085
|
+
getDimensionStrokeDasharray(): string;
|
|
42086
|
+
/**
|
|
42087
|
+
* @SINCE 1.97
|
|
42088
|
+
*
|
|
42089
|
+
* Gets current value of property {@link #getDimensionStrokeWidth dimensionStrokeWidth}.
|
|
42090
|
+
*
|
|
42091
|
+
* stroke width of dimension line.
|
|
42092
|
+
*
|
|
42093
|
+
* Default value is `2`.
|
|
42094
|
+
*/
|
|
42095
|
+
getDimensionStrokeWidth(): float;
|
|
42096
|
+
/**
|
|
42097
|
+
* @SINCE 1.97
|
|
42098
|
+
*
|
|
42099
|
+
* Gets current value of property {@link #getIsThreshold isThreshold}.
|
|
42100
|
+
*
|
|
42101
|
+
* checks if the dimension is a threshold line.
|
|
42102
|
+
*
|
|
42103
|
+
* Default value is `false`.
|
|
42104
|
+
*/
|
|
42105
|
+
getIsThreshold(): boolean;
|
|
42016
42106
|
/**
|
|
42017
42107
|
* Gets current value of property {@link #getName name}.
|
|
42018
42108
|
*
|
|
@@ -42101,6 +42191,55 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
42101
42191
|
*/
|
|
42102
42192
|
sDimensionPathColor: ValueSVGPaintServer
|
|
42103
42193
|
): this;
|
|
42194
|
+
/**
|
|
42195
|
+
* @SINCE 1.97
|
|
42196
|
+
*
|
|
42197
|
+
* Sets a new value for property {@link #getDimensionStrokeDasharray dimensionStrokeDasharray}.
|
|
42198
|
+
*
|
|
42199
|
+
* strokeDashArray value of dimension line.
|
|
42200
|
+
*
|
|
42201
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42202
|
+
*/
|
|
42203
|
+
setDimensionStrokeDasharray(
|
|
42204
|
+
/**
|
|
42205
|
+
* New value for property `dimensionStrokeDasharray`
|
|
42206
|
+
*/
|
|
42207
|
+
sDimensionStrokeDasharray: string
|
|
42208
|
+
): this;
|
|
42209
|
+
/**
|
|
42210
|
+
* @SINCE 1.97
|
|
42211
|
+
*
|
|
42212
|
+
* Sets a new value for property {@link #getDimensionStrokeWidth dimensionStrokeWidth}.
|
|
42213
|
+
*
|
|
42214
|
+
* stroke width of dimension line.
|
|
42215
|
+
*
|
|
42216
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42217
|
+
*
|
|
42218
|
+
* Default value is `2`.
|
|
42219
|
+
*/
|
|
42220
|
+
setDimensionStrokeWidth(
|
|
42221
|
+
/**
|
|
42222
|
+
* New value for property `dimensionStrokeWidth`
|
|
42223
|
+
*/
|
|
42224
|
+
fDimensionStrokeWidth?: float
|
|
42225
|
+
): this;
|
|
42226
|
+
/**
|
|
42227
|
+
* @SINCE 1.97
|
|
42228
|
+
*
|
|
42229
|
+
* Sets a new value for property {@link #getIsThreshold isThreshold}.
|
|
42230
|
+
*
|
|
42231
|
+
* checks if the dimension is a threshold line.
|
|
42232
|
+
*
|
|
42233
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42234
|
+
*
|
|
42235
|
+
* Default value is `false`.
|
|
42236
|
+
*/
|
|
42237
|
+
setIsThreshold(
|
|
42238
|
+
/**
|
|
42239
|
+
* New value for property `isThreshold`
|
|
42240
|
+
*/
|
|
42241
|
+
bIsThreshold?: boolean
|
|
42242
|
+
): this;
|
|
42104
42243
|
/**
|
|
42105
42244
|
* Sets a new value for property {@link #getName name}.
|
|
42106
42245
|
*
|
|
@@ -42183,6 +42322,27 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
42183
42322
|
*/
|
|
42184
42323
|
relativePoint?: float | PropertyBindingInfo;
|
|
42185
42324
|
|
|
42325
|
+
/**
|
|
42326
|
+
* @SINCE 1.97
|
|
42327
|
+
*
|
|
42328
|
+
* checks if the dimension is a threshold line.
|
|
42329
|
+
*/
|
|
42330
|
+
isThreshold?: boolean | PropertyBindingInfo;
|
|
42331
|
+
|
|
42332
|
+
/**
|
|
42333
|
+
* @SINCE 1.97
|
|
42334
|
+
*
|
|
42335
|
+
* strokeDashArray value of dimension line.
|
|
42336
|
+
*/
|
|
42337
|
+
dimensionStrokeDasharray?: string | PropertyBindingInfo;
|
|
42338
|
+
|
|
42339
|
+
/**
|
|
42340
|
+
* @SINCE 1.97
|
|
42341
|
+
*
|
|
42342
|
+
* stroke width of dimension line.
|
|
42343
|
+
*/
|
|
42344
|
+
dimensionStrokeWidth?: float | PropertyBindingInfo;
|
|
42345
|
+
|
|
42186
42346
|
/**
|
|
42187
42347
|
* Aggregation of periods are used to display the utilization line.
|
|
42188
42348
|
*
|
package/types/sap.landvisz.d.ts
CHANGED