@sapui5/ts-types 1.95.0 → 1.96.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 +1 -1
- 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 +235 -1
- package/types/sap.f.d.ts +59 -40
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +73 -2
- package/types/sap.fe.macros.d.ts +27 -3
- 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 +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +340 -40
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +542 -107
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +2 -7
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +635 -0
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +6 -2
- 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 +142 -11
- package/types/sap.ui.core.d.ts +656 -460
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +119 -69
- package/types/sap.ui.fl.d.ts +1 -1
- 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 +220 -1
- package/types/sap.ui.layout.d.ts +19 -1
- package/types/sap.ui.mdc.d.ts +39 -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.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +704 -115
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +45 -35
- 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 +53 -34
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.96.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -20214,13 +20214,11 @@ declare namespace sap {
|
|
|
20214
20214
|
fontFamily?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20215
20215
|
|
|
20216
20216
|
/**
|
|
20217
|
-
* @SINCE 1.
|
|
20217
|
+
* @SINCE 1.96
|
|
20218
20218
|
*
|
|
20219
|
-
*
|
|
20219
|
+
* The titleSpacing property defines the space between the start of the shape and the shape title in pixels
|
|
20220
20220
|
*/
|
|
20221
|
-
|
|
20222
|
-
| int
|
|
20223
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20221
|
+
titleSpacing?: int | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20224
20222
|
}
|
|
20225
20223
|
|
|
20226
20224
|
interface $BaseTextSettings extends sap.gantt.simple.$BaseShapeSettings {
|
|
@@ -20274,6 +20272,20 @@ declare namespace sap {
|
|
|
20274
20272
|
* basegroup.
|
|
20275
20273
|
*/
|
|
20276
20274
|
isLabel?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20275
|
+
|
|
20276
|
+
/**
|
|
20277
|
+
* @SINCE 1.96
|
|
20278
|
+
*
|
|
20279
|
+
* property to check if shape is cropped by the visible horizon
|
|
20280
|
+
*/
|
|
20281
|
+
_shapeCropped?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20282
|
+
|
|
20283
|
+
/**
|
|
20284
|
+
* @SINCE 1.96
|
|
20285
|
+
*
|
|
20286
|
+
* xBaised value to be added to cropped shape when horizontalTextAligment is set to "Dynamic"
|
|
20287
|
+
*/
|
|
20288
|
+
_xBiassed?: float | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20277
20289
|
}
|
|
20278
20290
|
|
|
20279
20291
|
interface $BaseTriangleSettings
|
|
@@ -20452,6 +20464,22 @@ declare namespace sap {
|
|
|
20452
20464
|
_control?: sap.ui.core.Control;
|
|
20453
20465
|
}
|
|
20454
20466
|
|
|
20467
|
+
interface $CustomVariantHandlerSettings
|
|
20468
|
+
extends sap.ui.core.$ElementSettings {
|
|
20469
|
+
data?: object | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20470
|
+
|
|
20471
|
+
dependantControlID?:
|
|
20472
|
+
| string[]
|
|
20473
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20474
|
+
|
|
20475
|
+
/**
|
|
20476
|
+
* @SINCE 1.88
|
|
20477
|
+
*
|
|
20478
|
+
* The event is triggered when custom variant data is set to update gantt chart with table
|
|
20479
|
+
*/
|
|
20480
|
+
setDataComplete?: (oEvent: sap.ui.base.Event) => void;
|
|
20481
|
+
}
|
|
20482
|
+
|
|
20455
20483
|
interface $DeltaLineSettings extends sap.ui.core.$ElementSettings {
|
|
20456
20484
|
/**
|
|
20457
20485
|
* Standard SVG 'stroke' attribute. You can provide the stroke attribute with HTML colors and URL reference
|
|
@@ -20818,7 +20846,7 @@ declare namespace sap {
|
|
|
20818
20846
|
*
|
|
20819
20847
|
* Custom variant handler of the container
|
|
20820
20848
|
*/
|
|
20821
|
-
variantHandler?:
|
|
20849
|
+
variantHandler?: sap.gantt.simple.CustomVariantHandler;
|
|
20822
20850
|
|
|
20823
20851
|
/**
|
|
20824
20852
|
* Event fired when the custom settings value is changed.
|
|
@@ -21239,6 +21267,16 @@ declare namespace sap {
|
|
|
21239
21267
|
| boolean
|
|
21240
21268
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21241
21269
|
|
|
21270
|
+
/**
|
|
21271
|
+
* @SINCE 1.96
|
|
21272
|
+
*
|
|
21273
|
+
* Specifies the size of the relationship's shape. Applicable to triangles, square, diamond, and circle
|
|
21274
|
+
* shapes; excluding horizontal rectangle and vertical rectangle shapes.
|
|
21275
|
+
*/
|
|
21276
|
+
relationshipShapeSize?:
|
|
21277
|
+
| sap.gantt.simple.relationshipShapeSize
|
|
21278
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21279
|
+
|
|
21242
21280
|
/**
|
|
21243
21281
|
* Table of the Gantt Chart
|
|
21244
21282
|
*
|
|
@@ -25106,16 +25144,6 @@ declare namespace sap {
|
|
|
25106
25144
|
* Get the shape style string
|
|
25107
25145
|
*/
|
|
25108
25146
|
getStyle(): string;
|
|
25109
|
-
/**
|
|
25110
|
-
* @SINCE 1.95
|
|
25111
|
-
*
|
|
25112
|
-
* Gets current value of property {@link #getTextRepetitionInterval textRepetitionInterval}.
|
|
25113
|
-
*
|
|
25114
|
-
* Defines the interval after which the base text repeats
|
|
25115
|
-
*
|
|
25116
|
-
* Default value is `10`.
|
|
25117
|
-
*/
|
|
25118
|
-
getTextRepetitionInterval(): int;
|
|
25119
25147
|
/**
|
|
25120
25148
|
* Gets current value of property {@link #getTime time}.
|
|
25121
25149
|
*
|
|
@@ -25139,6 +25167,16 @@ declare namespace sap {
|
|
|
25139
25167
|
* shape title;
|
|
25140
25168
|
*/
|
|
25141
25169
|
getTitleColor(): sap.gantt.ValueSVGPaintServer;
|
|
25170
|
+
/**
|
|
25171
|
+
* @SINCE 1.96
|
|
25172
|
+
*
|
|
25173
|
+
* Gets current value of property {@link #getTitleSpacing titleSpacing}.
|
|
25174
|
+
*
|
|
25175
|
+
* The titleSpacing property defines the space between the start of the shape and the shape title in pixels
|
|
25176
|
+
*
|
|
25177
|
+
* Default value is `0`.
|
|
25178
|
+
*/
|
|
25179
|
+
getTitleSpacing(): int;
|
|
25142
25180
|
/**
|
|
25143
25181
|
* Gets current value of property {@link #getTransform transform}.
|
|
25144
25182
|
*
|
|
@@ -25657,23 +25695,6 @@ declare namespace sap {
|
|
|
25657
25695
|
*/
|
|
25658
25696
|
fStrokeWidth?: float
|
|
25659
25697
|
): this;
|
|
25660
|
-
/**
|
|
25661
|
-
* @SINCE 1.95
|
|
25662
|
-
*
|
|
25663
|
-
* Sets a new value for property {@link #getTextRepetitionInterval textRepetitionInterval}.
|
|
25664
|
-
*
|
|
25665
|
-
* Defines the interval after which the base text repeats
|
|
25666
|
-
*
|
|
25667
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25668
|
-
*
|
|
25669
|
-
* Default value is `10`.
|
|
25670
|
-
*/
|
|
25671
|
-
setTextRepetitionInterval(
|
|
25672
|
-
/**
|
|
25673
|
-
* New value for property `textRepetitionInterval`
|
|
25674
|
-
*/
|
|
25675
|
-
iTextRepetitionInterval?: int
|
|
25676
|
-
): this;
|
|
25677
25698
|
/**
|
|
25678
25699
|
* Sets a new value for property {@link #getTime time}.
|
|
25679
25700
|
*
|
|
@@ -25718,6 +25739,23 @@ declare namespace sap {
|
|
|
25718
25739
|
*/
|
|
25719
25740
|
sTitleColor: sap.gantt.ValueSVGPaintServer
|
|
25720
25741
|
): this;
|
|
25742
|
+
/**
|
|
25743
|
+
* @SINCE 1.96
|
|
25744
|
+
*
|
|
25745
|
+
* Sets a new value for property {@link #getTitleSpacing titleSpacing}.
|
|
25746
|
+
*
|
|
25747
|
+
* The titleSpacing property defines the space between the start of the shape and the shape title in pixels
|
|
25748
|
+
*
|
|
25749
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25750
|
+
*
|
|
25751
|
+
* Default value is `0`.
|
|
25752
|
+
*/
|
|
25753
|
+
setTitleSpacing(
|
|
25754
|
+
/**
|
|
25755
|
+
* New value for property `titleSpacing`
|
|
25756
|
+
*/
|
|
25757
|
+
iTitleSpacing?: int
|
|
25758
|
+
): this;
|
|
25721
25759
|
/**
|
|
25722
25760
|
* Sets a new value for property {@link #getTransform transform}.
|
|
25723
25761
|
*
|
|
@@ -25859,6 +25897,24 @@ declare namespace sap {
|
|
|
25859
25897
|
* Returns a metadata object for class sap.gantt.simple.BaseText.
|
|
25860
25898
|
*/
|
|
25861
25899
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
25900
|
+
/**
|
|
25901
|
+
* @SINCE 1.96
|
|
25902
|
+
*
|
|
25903
|
+
* Gets current value of property {@link #get_shapeCropped _shapeCropped}.
|
|
25904
|
+
*
|
|
25905
|
+
* property to check if shape is cropped by the visible horizon
|
|
25906
|
+
*
|
|
25907
|
+
* Default value is `false`.
|
|
25908
|
+
*/
|
|
25909
|
+
get_shapeCropped(): boolean;
|
|
25910
|
+
/**
|
|
25911
|
+
* @SINCE 1.96
|
|
25912
|
+
*
|
|
25913
|
+
* Gets current value of property {@link #get_xBiassed _xBiassed}.
|
|
25914
|
+
*
|
|
25915
|
+
* xBaised value to be added to cropped shape when horizontalTextAligment is set to "Dynamic"
|
|
25916
|
+
*/
|
|
25917
|
+
get_xBiassed(): float;
|
|
25862
25918
|
/**
|
|
25863
25919
|
* Gets current value of property {@link #getFontFamily fontFamily}.
|
|
25864
25920
|
*
|
|
@@ -25949,6 +26005,38 @@ declare namespace sap {
|
|
|
25949
26005
|
*/
|
|
25950
26006
|
oElement: sap.gantt.simple.BaseText
|
|
25951
26007
|
): void;
|
|
26008
|
+
/**
|
|
26009
|
+
* @SINCE 1.96
|
|
26010
|
+
*
|
|
26011
|
+
* Sets a new value for property {@link #get_shapeCropped _shapeCropped}.
|
|
26012
|
+
*
|
|
26013
|
+
* property to check if shape is cropped by the visible horizon
|
|
26014
|
+
*
|
|
26015
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
26016
|
+
*
|
|
26017
|
+
* Default value is `false`.
|
|
26018
|
+
*/
|
|
26019
|
+
set_shapeCropped(
|
|
26020
|
+
/**
|
|
26021
|
+
* New value for property `_shapeCropped`
|
|
26022
|
+
*/
|
|
26023
|
+
b_shapeCropped?: boolean
|
|
26024
|
+
): this;
|
|
26025
|
+
/**
|
|
26026
|
+
* @SINCE 1.96
|
|
26027
|
+
*
|
|
26028
|
+
* Sets a new value for property {@link #get_xBiassed _xBiassed}.
|
|
26029
|
+
*
|
|
26030
|
+
* xBaised value to be added to cropped shape when horizontalTextAligment is set to "Dynamic"
|
|
26031
|
+
*
|
|
26032
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
26033
|
+
*/
|
|
26034
|
+
set_xBiassed(
|
|
26035
|
+
/**
|
|
26036
|
+
* New value for property `_xBiassed`
|
|
26037
|
+
*/
|
|
26038
|
+
f_xBiassed: float
|
|
26039
|
+
): this;
|
|
25952
26040
|
/**
|
|
25953
26041
|
* Sets a new value for property {@link #getFontFamily fontFamily}.
|
|
25954
26042
|
*
|
|
@@ -27156,6 +27244,179 @@ declare namespace sap {
|
|
|
27156
27244
|
sType?: sap.gantt.simple.ContainerToolbarPlaceholderType
|
|
27157
27245
|
): this;
|
|
27158
27246
|
}
|
|
27247
|
+
/**
|
|
27248
|
+
* Custom variant handler of the `sap.gantt.simple.GanttChartContainer` instance.
|
|
27249
|
+
*/
|
|
27250
|
+
class CustomVariantHandler extends sap.ui.core.Element {
|
|
27251
|
+
/**
|
|
27252
|
+
* Creates and initializes the new Custom Variant Handler instance.
|
|
27253
|
+
*
|
|
27254
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
27255
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
27256
|
+
* of the syntax of the settings object.
|
|
27257
|
+
*/
|
|
27258
|
+
constructor(
|
|
27259
|
+
/**
|
|
27260
|
+
* Initial settings for the new control
|
|
27261
|
+
*/
|
|
27262
|
+
mSettings?: sap.gantt.simple.$CustomVariantHandlerSettings
|
|
27263
|
+
);
|
|
27264
|
+
/**
|
|
27265
|
+
* Creates and initializes the new Custom Variant Handler instance.
|
|
27266
|
+
*
|
|
27267
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
27268
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
27269
|
+
* of the syntax of the settings object.
|
|
27270
|
+
*/
|
|
27271
|
+
constructor(
|
|
27272
|
+
/**
|
|
27273
|
+
* ID for the new control, generated automatically if no ID is given
|
|
27274
|
+
*/
|
|
27275
|
+
sId?: string,
|
|
27276
|
+
/**
|
|
27277
|
+
* Initial settings for the new control
|
|
27278
|
+
*/
|
|
27279
|
+
mSettings?: sap.gantt.simple.$CustomVariantHandlerSettings
|
|
27280
|
+
);
|
|
27281
|
+
|
|
27282
|
+
/**
|
|
27283
|
+
* Creates a new subclass of class sap.gantt.simple.CustomVariantHandler with name `sClassName` and enriches
|
|
27284
|
+
* it with the information contained in `oClassInfo`.
|
|
27285
|
+
*
|
|
27286
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
27287
|
+
*/
|
|
27288
|
+
static extend<T extends Record<string, unknown>>(
|
|
27289
|
+
/**
|
|
27290
|
+
* Name of the class being created
|
|
27291
|
+
*/
|
|
27292
|
+
sClassName: string,
|
|
27293
|
+
/**
|
|
27294
|
+
* Object literal with information about the class
|
|
27295
|
+
*/
|
|
27296
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.CustomVariantHandler>,
|
|
27297
|
+
/**
|
|
27298
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
27299
|
+
* used by this class
|
|
27300
|
+
*/
|
|
27301
|
+
FNMetaImpl?: Function
|
|
27302
|
+
): Function;
|
|
27303
|
+
/**
|
|
27304
|
+
* Returns a metadata object for class sap.gantt.simple.CustomVariantHandler.
|
|
27305
|
+
*/
|
|
27306
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
27307
|
+
/**
|
|
27308
|
+
* @SINCE 1.88
|
|
27309
|
+
*
|
|
27310
|
+
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
27311
|
+
* `sap.gantt.simple.CustomVariantHandler`.
|
|
27312
|
+
*
|
|
27313
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
27314
|
+
* otherwise it will be bound to this `sap.gantt.simple.CustomVariantHandler` itself.
|
|
27315
|
+
*
|
|
27316
|
+
* The event is triggered when custom variant data is set to update gantt chart with table
|
|
27317
|
+
*/
|
|
27318
|
+
attachSetDataComplete(
|
|
27319
|
+
/**
|
|
27320
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
27321
|
+
* object when firing the event
|
|
27322
|
+
*/
|
|
27323
|
+
oData: object,
|
|
27324
|
+
/**
|
|
27325
|
+
* The function to be called when the event occurs
|
|
27326
|
+
*/
|
|
27327
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
27328
|
+
/**
|
|
27329
|
+
* Context object to call the event handler with. Defaults to this `sap.gantt.simple.CustomVariantHandler`
|
|
27330
|
+
* itself
|
|
27331
|
+
*/
|
|
27332
|
+
oListener?: object
|
|
27333
|
+
): this;
|
|
27334
|
+
/**
|
|
27335
|
+
* @SINCE 1.88
|
|
27336
|
+
*
|
|
27337
|
+
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
27338
|
+
* `sap.gantt.simple.CustomVariantHandler`.
|
|
27339
|
+
*
|
|
27340
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
27341
|
+
* otherwise it will be bound to this `sap.gantt.simple.CustomVariantHandler` itself.
|
|
27342
|
+
*
|
|
27343
|
+
* The event is triggered when custom variant data is set to update gantt chart with table
|
|
27344
|
+
*/
|
|
27345
|
+
attachSetDataComplete(
|
|
27346
|
+
/**
|
|
27347
|
+
* The function to be called when the event occurs
|
|
27348
|
+
*/
|
|
27349
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
27350
|
+
/**
|
|
27351
|
+
* Context object to call the event handler with. Defaults to this `sap.gantt.simple.CustomVariantHandler`
|
|
27352
|
+
* itself
|
|
27353
|
+
*/
|
|
27354
|
+
oListener?: object
|
|
27355
|
+
): this;
|
|
27356
|
+
/**
|
|
27357
|
+
* @SINCE 1.88
|
|
27358
|
+
*
|
|
27359
|
+
* Detaches event handler `fnFunction` from the {@link #event:setDataComplete setDataComplete} event of
|
|
27360
|
+
* this `sap.gantt.simple.CustomVariantHandler`.
|
|
27361
|
+
*
|
|
27362
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
27363
|
+
*/
|
|
27364
|
+
detachSetDataComplete(
|
|
27365
|
+
/**
|
|
27366
|
+
* The function to be called, when the event occurs
|
|
27367
|
+
*/
|
|
27368
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
27369
|
+
/**
|
|
27370
|
+
* Context object on which the given function had to be called
|
|
27371
|
+
*/
|
|
27372
|
+
oListener?: object
|
|
27373
|
+
): this;
|
|
27374
|
+
/**
|
|
27375
|
+
* @SINCE 1.88
|
|
27376
|
+
*
|
|
27377
|
+
* Fires event {@link #event:setDataComplete setDataComplete} to attached listeners.
|
|
27378
|
+
*/
|
|
27379
|
+
fireSetDataComplete(
|
|
27380
|
+
/**
|
|
27381
|
+
* Parameters to pass along with the event
|
|
27382
|
+
*/
|
|
27383
|
+
mParameters?: object
|
|
27384
|
+
): this;
|
|
27385
|
+
/**
|
|
27386
|
+
* Gets current value of property {@link #getData data}.
|
|
27387
|
+
*/
|
|
27388
|
+
getData(): object;
|
|
27389
|
+
/**
|
|
27390
|
+
* Gets current value of property {@link #getDependantControlID dependantControlID}.
|
|
27391
|
+
*
|
|
27392
|
+
* Default value is `[]`.
|
|
27393
|
+
*/
|
|
27394
|
+
getDependantControlID(): string[];
|
|
27395
|
+
/**
|
|
27396
|
+
* Sets a new value for property {@link #getData data}.
|
|
27397
|
+
*
|
|
27398
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27399
|
+
*/
|
|
27400
|
+
setData(
|
|
27401
|
+
/**
|
|
27402
|
+
* New value for property `data`
|
|
27403
|
+
*/
|
|
27404
|
+
oData: object
|
|
27405
|
+
): this;
|
|
27406
|
+
/**
|
|
27407
|
+
* Sets a new value for property {@link #getDependantControlID dependantControlID}.
|
|
27408
|
+
*
|
|
27409
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27410
|
+
*
|
|
27411
|
+
* Default value is `[]`.
|
|
27412
|
+
*/
|
|
27413
|
+
setDependantControlID(
|
|
27414
|
+
/**
|
|
27415
|
+
* New value for property `dependantControlID`
|
|
27416
|
+
*/
|
|
27417
|
+
sDependantControlID?: string[]
|
|
27418
|
+
): this;
|
|
27419
|
+
}
|
|
27159
27420
|
/**
|
|
27160
27421
|
* @SINCE 1.84
|
|
27161
27422
|
*
|
|
@@ -28737,7 +28998,7 @@ declare namespace sap {
|
|
|
28737
28998
|
*
|
|
28738
28999
|
* Custom variant handler of the container
|
|
28739
29000
|
*/
|
|
28740
|
-
getVariantHandler():
|
|
29001
|
+
getVariantHandler(): sap.gantt.simple.CustomVariantHandler;
|
|
28741
29002
|
/**
|
|
28742
29003
|
* Gets current value of property {@link #getWidth width}.
|
|
28743
29004
|
*
|
|
@@ -29118,7 +29379,7 @@ declare namespace sap {
|
|
|
29118
29379
|
/**
|
|
29119
29380
|
* The variantHandler to set
|
|
29120
29381
|
*/
|
|
29121
|
-
oVariantHandler:
|
|
29382
|
+
oVariantHandler: sap.gantt.simple.CustomVariantHandler
|
|
29122
29383
|
): this;
|
|
29123
29384
|
/**
|
|
29124
29385
|
* Sets a new value for property {@link #getWidth width}.
|
|
@@ -30775,6 +31036,17 @@ declare namespace sap {
|
|
|
30775
31036
|
* Default value is `100`.
|
|
30776
31037
|
*/
|
|
30777
31038
|
getPrintingBatchSize(): int;
|
|
31039
|
+
/**
|
|
31040
|
+
* @SINCE 1.96
|
|
31041
|
+
*
|
|
31042
|
+
* Gets current value of property {@link #getRelationshipShapeSize relationshipShapeSize}.
|
|
31043
|
+
*
|
|
31044
|
+
* Specifies the size of the relationship's shape. Applicable to triangles, square, diamond, and circle
|
|
31045
|
+
* shapes; excluding horizontal rectangle and vertical rectangle shapes.
|
|
31046
|
+
*
|
|
31047
|
+
* Default value is `Medium`.
|
|
31048
|
+
*/
|
|
31049
|
+
getRelationshipShapeSize(): sap.gantt.simple.relationshipShapeSize;
|
|
30778
31050
|
/**
|
|
30779
31051
|
* Get selected shapes in gantt chart.
|
|
30780
31052
|
*/
|
|
@@ -31792,6 +32064,24 @@ declare namespace sap {
|
|
|
31792
32064
|
*/
|
|
31793
32065
|
iPrintingBatchSize?: int
|
|
31794
32066
|
): this;
|
|
32067
|
+
/**
|
|
32068
|
+
* @SINCE 1.96
|
|
32069
|
+
*
|
|
32070
|
+
* Sets a new value for property {@link #getRelationshipShapeSize relationshipShapeSize}.
|
|
32071
|
+
*
|
|
32072
|
+
* Specifies the size of the relationship's shape. Applicable to triangles, square, diamond, and circle
|
|
32073
|
+
* shapes; excluding horizontal rectangle and vertical rectangle shapes.
|
|
32074
|
+
*
|
|
32075
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32076
|
+
*
|
|
32077
|
+
* Default value is `Medium`.
|
|
32078
|
+
*/
|
|
32079
|
+
setRelationshipShapeSize(
|
|
32080
|
+
/**
|
|
32081
|
+
* New value for property `relationshipShapeSize`
|
|
32082
|
+
*/
|
|
32083
|
+
sRelationshipShapeSize?: sap.gantt.simple.relationshipShapeSize
|
|
32084
|
+
): this;
|
|
31795
32085
|
/**
|
|
31796
32086
|
* @EXPERIMENTAL (since 1.88)
|
|
31797
32087
|
*
|
|
@@ -36427,10 +36717,6 @@ declare namespace sap {
|
|
|
36427
36717
|
* Shape title is aligned at the center of the x-axis.
|
|
36428
36718
|
*/
|
|
36429
36719
|
Middle = "Middle",
|
|
36430
|
-
/**
|
|
36431
|
-
* Shape title is repeated throughout the shape.
|
|
36432
|
-
*/
|
|
36433
|
-
Ribbon = "Ribbon",
|
|
36434
36720
|
/**
|
|
36435
36721
|
* Shape title is aligned at the start of the x-axis.
|
|
36436
36722
|
*/
|
|
@@ -36470,6 +36756,18 @@ declare namespace sap {
|
|
|
36470
36756
|
*/
|
|
36471
36757
|
None = "None",
|
|
36472
36758
|
}
|
|
36759
|
+
/**
|
|
36760
|
+
* @SINCE 1.96
|
|
36761
|
+
*
|
|
36762
|
+
* Size of shapes in the relationship
|
|
36763
|
+
*/
|
|
36764
|
+
enum relationshipShapeSize {
|
|
36765
|
+
Large = "Large",
|
|
36766
|
+
|
|
36767
|
+
Medium = "Medium",
|
|
36768
|
+
|
|
36769
|
+
Small = "Small",
|
|
36770
|
+
}
|
|
36473
36771
|
/**
|
|
36474
36772
|
* @SINCE 1.60.0
|
|
36475
36773
|
*
|
|
@@ -42240,6 +42538,8 @@ declare namespace sap {
|
|
|
42240
42538
|
|
|
42241
42539
|
"sap/gantt/simple/ContainerToolbarPlaceholder": undefined;
|
|
42242
42540
|
|
|
42541
|
+
"sap/gantt/simple/CustomVariantHandler": undefined;
|
|
42542
|
+
|
|
42243
42543
|
"sap/gantt/simple/DeltaLine": undefined;
|
|
42244
42544
|
|
|
42245
42545
|
"sap/gantt/simple/DimensionLegend": undefined;
|
package/types/sap.landvisz.d.ts
CHANGED