@sapui5/types 1.114.0 → 1.114.2
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.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +3 -3
- package/types/sap.fe.templates.d.ts +6 -6
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.gantt.d.ts +428 -11
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +7 -9
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +75 -5
- package/types/sap.suite.ui.generic.template.d.ts +2 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +55 -13
- 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 +90 -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 +1 -1
- package/types/sap.ui.fl.d.ts +3 -1
- package/types/sap.ui.generic.app.d.ts +7 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -16
- 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 +1 -1
- 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.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +4 -1
- 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.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.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -5820,9 +5820,12 @@ declare module "sap/gantt/config/SettingItem" {
|
|
|
5820
5820
|
*/
|
|
5821
5821
|
static getMetadata(): ElementMetadata;
|
|
5822
5822
|
/**
|
|
5823
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
5824
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
5825
|
+
*
|
|
5823
5826
|
* Gets current value of property {@link #get_isStandard _isStandard}.
|
|
5824
5827
|
*
|
|
5825
|
-
*
|
|
5828
|
+
* Set this to true for all standard settings
|
|
5826
5829
|
*
|
|
5827
5830
|
* Default value is `false`.
|
|
5828
5831
|
*
|
|
@@ -5856,9 +5859,12 @@ declare module "sap/gantt/config/SettingItem" {
|
|
|
5856
5859
|
*/
|
|
5857
5860
|
getKey(): string;
|
|
5858
5861
|
/**
|
|
5862
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
5863
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
5864
|
+
*
|
|
5859
5865
|
* Sets a new value for property {@link #get_isStandard _isStandard}.
|
|
5860
5866
|
*
|
|
5861
|
-
*
|
|
5867
|
+
* Set this to true for all standard settings
|
|
5862
5868
|
*
|
|
5863
5869
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5864
5870
|
*
|
|
@@ -5938,7 +5944,10 @@ declare module "sap/gantt/config/SettingItem" {
|
|
|
5938
5944
|
displayText?: string | PropertyBindingInfo;
|
|
5939
5945
|
|
|
5940
5946
|
/**
|
|
5941
|
-
* private property
|
|
5947
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
5948
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
5949
|
+
*
|
|
5950
|
+
* Set this to true for all standard settings
|
|
5942
5951
|
*/
|
|
5943
5952
|
_isStandard?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5944
5953
|
}
|
|
@@ -28942,18 +28951,30 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
28942
28951
|
oListener?: object
|
|
28943
28952
|
): this;
|
|
28944
28953
|
/**
|
|
28954
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
28955
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
28956
|
+
* CA-UI5-CTR-GNT.
|
|
28957
|
+
*
|
|
28945
28958
|
* Destroys the _headerLine in the aggregation {@link #get_headerLine _headerLine}.
|
|
28946
28959
|
*
|
|
28947
28960
|
* @returns Reference to `this` in order to allow method chaining
|
|
28948
28961
|
*/
|
|
28949
28962
|
destroy_headerLine(): this;
|
|
28950
28963
|
/**
|
|
28964
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
28965
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
28966
|
+
* CA-UI5-CTR-GNT.
|
|
28967
|
+
*
|
|
28951
28968
|
* Destroys the _line in the aggregation {@link #get_line _line}.
|
|
28952
28969
|
*
|
|
28953
28970
|
* @returns Reference to `this` in order to allow method chaining
|
|
28954
28971
|
*/
|
|
28955
28972
|
destroy_line(): this;
|
|
28956
28973
|
/**
|
|
28974
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
28975
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
28976
|
+
* CA-UI5-CTR-GNT.
|
|
28977
|
+
*
|
|
28957
28978
|
* Destroys the _marker in the aggregation {@link #get_marker _marker}.
|
|
28958
28979
|
*
|
|
28959
28980
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -29090,12 +29111,19 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29090
29111
|
mParameters?: object
|
|
29091
29112
|
): this;
|
|
29092
29113
|
/**
|
|
29114
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29115
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29116
|
+
* CA-UI5-CTR-GNT.
|
|
29117
|
+
*
|
|
29093
29118
|
* Gets content of aggregation {@link #get_headerLine _headerLine}.
|
|
29094
29119
|
*
|
|
29095
|
-
* Adhoc
|
|
29120
|
+
* Adhoc Header Line
|
|
29096
29121
|
*/
|
|
29097
29122
|
get_headerLine(): BaseLine;
|
|
29098
29123
|
/**
|
|
29124
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29125
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29126
|
+
*
|
|
29099
29127
|
* Gets current value of property {@link #get_level _level}.
|
|
29100
29128
|
*
|
|
29101
29129
|
* Level of markers in the header.
|
|
@@ -29106,18 +29134,29 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29106
29134
|
*/
|
|
29107
29135
|
get_level(): int;
|
|
29108
29136
|
/**
|
|
29137
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29138
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29139
|
+
* CA-UI5-CTR-GNT.
|
|
29140
|
+
*
|
|
29109
29141
|
* Gets content of aggregation {@link #get_line _line}.
|
|
29110
29142
|
*
|
|
29111
29143
|
* Adhoc Line
|
|
29112
29144
|
*/
|
|
29113
29145
|
get_line(): BaseLine;
|
|
29114
29146
|
/**
|
|
29147
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29148
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29149
|
+
* CA-UI5-CTR-GNT.
|
|
29150
|
+
*
|
|
29115
29151
|
* Gets content of aggregation {@link #get_marker _marker}.
|
|
29116
29152
|
*
|
|
29117
29153
|
* Adhoc Marker
|
|
29118
29154
|
*/
|
|
29119
29155
|
get_marker(): AdhocDiamond;
|
|
29120
29156
|
/**
|
|
29157
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29158
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29159
|
+
*
|
|
29121
29160
|
* Gets current value of property {@link #get_selected _selected}.
|
|
29122
29161
|
*
|
|
29123
29162
|
* Line Selected
|
|
@@ -29128,6 +29167,9 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29128
29167
|
*/
|
|
29129
29168
|
get_selected(): boolean;
|
|
29130
29169
|
/**
|
|
29170
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29171
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29172
|
+
*
|
|
29131
29173
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
29132
29174
|
*
|
|
29133
29175
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -29226,6 +29268,10 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29226
29268
|
*/
|
|
29227
29269
|
getVisible(): boolean;
|
|
29228
29270
|
/**
|
|
29271
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29272
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29273
|
+
* CA-UI5-CTR-GNT.
|
|
29274
|
+
*
|
|
29229
29275
|
* Sets the aggregated {@link #get_headerLine _headerLine}.
|
|
29230
29276
|
*
|
|
29231
29277
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -29237,6 +29283,9 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29237
29283
|
o_headerLine: BaseLine
|
|
29238
29284
|
): this;
|
|
29239
29285
|
/**
|
|
29286
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29287
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29288
|
+
*
|
|
29240
29289
|
* Sets a new value for property {@link #get_level _level}.
|
|
29241
29290
|
*
|
|
29242
29291
|
* Level of markers in the header.
|
|
@@ -29254,6 +29303,10 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29254
29303
|
i_level?: int
|
|
29255
29304
|
): this;
|
|
29256
29305
|
/**
|
|
29306
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29307
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29308
|
+
* CA-UI5-CTR-GNT.
|
|
29309
|
+
*
|
|
29257
29310
|
* Sets the aggregated {@link #get_line _line}.
|
|
29258
29311
|
*
|
|
29259
29312
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -29265,6 +29318,10 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29265
29318
|
o_line: BaseLine
|
|
29266
29319
|
): this;
|
|
29267
29320
|
/**
|
|
29321
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29322
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29323
|
+
* CA-UI5-CTR-GNT.
|
|
29324
|
+
*
|
|
29268
29325
|
* Sets the aggregated {@link #get_marker _marker}.
|
|
29269
29326
|
*
|
|
29270
29327
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -29276,6 +29333,9 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29276
29333
|
o_marker: AdhocDiamond
|
|
29277
29334
|
): this;
|
|
29278
29335
|
/**
|
|
29336
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29337
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29338
|
+
*
|
|
29279
29339
|
* Sets a new value for property {@link #get_selected _selected}.
|
|
29280
29340
|
*
|
|
29281
29341
|
* Line Selected
|
|
@@ -29293,6 +29353,9 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29293
29353
|
b_selected?: boolean
|
|
29294
29354
|
): this;
|
|
29295
29355
|
/**
|
|
29356
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29357
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29358
|
+
*
|
|
29296
29359
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
29297
29360
|
*
|
|
29298
29361
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -29471,6 +29534,9 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29471
29534
|
stroke?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
29472
29535
|
|
|
29473
29536
|
/**
|
|
29537
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29538
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29539
|
+
*
|
|
29474
29540
|
* Standard SVG 'stroke-width' attribute.
|
|
29475
29541
|
*/
|
|
29476
29542
|
_strokeWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
@@ -29516,11 +29582,17 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29516
29582
|
markerPopoverDelay?: int | PropertyBindingInfo | `{${string}}`;
|
|
29517
29583
|
|
|
29518
29584
|
/**
|
|
29585
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29586
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29587
|
+
*
|
|
29519
29588
|
* Line Selected
|
|
29520
29589
|
*/
|
|
29521
29590
|
_selected?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
29522
29591
|
|
|
29523
29592
|
/**
|
|
29593
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
29594
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
29595
|
+
*
|
|
29524
29596
|
* Level of markers in the header.
|
|
29525
29597
|
*/
|
|
29526
29598
|
_level?: int | PropertyBindingInfo | `{${string}}`;
|
|
@@ -29533,17 +29605,29 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
29533
29605
|
draggable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
29534
29606
|
|
|
29535
29607
|
/**
|
|
29608
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29609
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29610
|
+
* CA-UI5-CTR-GNT.
|
|
29611
|
+
*
|
|
29536
29612
|
* Adhoc Line
|
|
29537
29613
|
*/
|
|
29538
29614
|
_line?: BaseLine;
|
|
29539
29615
|
|
|
29540
29616
|
/**
|
|
29617
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29618
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29619
|
+
* CA-UI5-CTR-GNT.
|
|
29620
|
+
*
|
|
29541
29621
|
* Adhoc Marker
|
|
29542
29622
|
*/
|
|
29543
29623
|
_marker?: AdhocDiamond;
|
|
29544
29624
|
|
|
29545
29625
|
/**
|
|
29546
|
-
*
|
|
29626
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
29627
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
29628
|
+
* CA-UI5-CTR-GNT.
|
|
29629
|
+
*
|
|
29630
|
+
* Adhoc Header Line
|
|
29547
29631
|
*/
|
|
29548
29632
|
_headerLine?: BaseLine;
|
|
29549
29633
|
|
|
@@ -31822,7 +31906,7 @@ declare module "sap/gantt/simple/BaseRectangle" {
|
|
|
31822
31906
|
*
|
|
31823
31907
|
* If property height set to "auto", then the height is automatically calculated based on the row height.
|
|
31824
31908
|
*
|
|
31825
|
-
* @returns Value of property `
|
|
31909
|
+
* @returns Value of property `width`.
|
|
31826
31910
|
*/
|
|
31827
31911
|
getHeight(): number;
|
|
31828
31912
|
/**
|
|
@@ -33850,6 +33934,8 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
33850
33934
|
static getMetadata(): ElementMetadata;
|
|
33851
33935
|
/**
|
|
33852
33936
|
* @SINCE 1.96
|
|
33937
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33938
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33853
33939
|
*
|
|
33854
33940
|
* Gets current value of property {@link #get_shapeCropped _shapeCropped}.
|
|
33855
33941
|
*
|
|
@@ -33862,6 +33948,8 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
33862
33948
|
get_shapeCropped(): boolean;
|
|
33863
33949
|
/**
|
|
33864
33950
|
* @SINCE 1.96
|
|
33951
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33952
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33865
33953
|
*
|
|
33866
33954
|
* Gets current value of property {@link #get_xBiassed _xBiassed}.
|
|
33867
33955
|
*
|
|
@@ -33984,6 +34072,8 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
33984
34072
|
): void;
|
|
33985
34073
|
/**
|
|
33986
34074
|
* @SINCE 1.96
|
|
34075
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
34076
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33987
34077
|
*
|
|
33988
34078
|
* Sets a new value for property {@link #get_shapeCropped _shapeCropped}.
|
|
33989
34079
|
*
|
|
@@ -34003,6 +34093,8 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
34003
34093
|
): this;
|
|
34004
34094
|
/**
|
|
34005
34095
|
* @SINCE 1.96
|
|
34096
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
34097
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34006
34098
|
*
|
|
34007
34099
|
* Sets a new value for property {@link #get_xBiassed _xBiassed}.
|
|
34008
34100
|
*
|
|
@@ -34225,6 +34317,8 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
34225
34317
|
|
|
34226
34318
|
/**
|
|
34227
34319
|
* @SINCE 1.96
|
|
34320
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
34321
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34228
34322
|
*
|
|
34229
34323
|
* property to check if shape is cropped by the visible horizon
|
|
34230
34324
|
*/
|
|
@@ -34232,6 +34326,8 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
34232
34326
|
|
|
34233
34327
|
/**
|
|
34234
34328
|
* @SINCE 1.96
|
|
34329
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
34330
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34235
34331
|
*
|
|
34236
34332
|
* xBaised value to be added to cropped shape when horizontalTextAligment is set to "Dynamic"
|
|
34237
34333
|
*/
|
|
@@ -36127,18 +36223,29 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
36127
36223
|
*/
|
|
36128
36224
|
static getMetadata(): ElementMetadata;
|
|
36129
36225
|
/**
|
|
36226
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36227
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36228
|
+
* CA-UI5-CTR-GNT.
|
|
36229
|
+
*
|
|
36130
36230
|
* Destroys the _control in the aggregation {@link #get_control _control}.
|
|
36131
36231
|
*
|
|
36132
36232
|
* @returns Reference to `this` in order to allow method chaining
|
|
36133
36233
|
*/
|
|
36134
36234
|
destroy_control(): this;
|
|
36135
36235
|
/**
|
|
36236
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36237
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36238
|
+
* CA-UI5-CTR-GNT.
|
|
36239
|
+
*
|
|
36136
36240
|
* Gets content of aggregation {@link #get_control _control}.
|
|
36137
36241
|
*
|
|
36138
36242
|
* Represented control.
|
|
36139
36243
|
*/
|
|
36140
36244
|
get_control(): Control;
|
|
36141
36245
|
/**
|
|
36246
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
36247
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36248
|
+
*
|
|
36142
36249
|
* Gets current value of property {@link #get_show _show}.
|
|
36143
36250
|
*
|
|
36144
36251
|
* Shows or hides the represented control.
|
|
@@ -36166,6 +36273,10 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
36166
36273
|
| simple.ContainerToolbarPlaceholderType
|
|
36167
36274
|
| keyof typeof simple.ContainerToolbarPlaceholderType;
|
|
36168
36275
|
/**
|
|
36276
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36277
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36278
|
+
* CA-UI5-CTR-GNT.
|
|
36279
|
+
*
|
|
36169
36280
|
* Sets the aggregated {@link #get_control _control}.
|
|
36170
36281
|
*
|
|
36171
36282
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36177,6 +36288,9 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
36177
36288
|
o_control: Control
|
|
36178
36289
|
): this;
|
|
36179
36290
|
/**
|
|
36291
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
36292
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36293
|
+
*
|
|
36180
36294
|
* Sets a new value for property {@link #get_show _show}.
|
|
36181
36295
|
*
|
|
36182
36296
|
* Shows or hides the represented control.
|
|
@@ -36226,11 +36340,18 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
36226
36340
|
| `{${string}}`;
|
|
36227
36341
|
|
|
36228
36342
|
/**
|
|
36343
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
36344
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36345
|
+
*
|
|
36229
36346
|
* Shows or hides the represented control.
|
|
36230
36347
|
*/
|
|
36231
36348
|
_show?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36232
36349
|
|
|
36233
36350
|
/**
|
|
36351
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36352
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36353
|
+
* CA-UI5-CTR-GNT.
|
|
36354
|
+
*
|
|
36234
36355
|
* Represented control.
|
|
36235
36356
|
*/
|
|
36236
36357
|
_control?: Control;
|
|
@@ -36312,6 +36433,8 @@ declare module "sap/gantt/simple/CustomVariantHandler" {
|
|
|
36312
36433
|
static getMetadata(): ElementMetadata;
|
|
36313
36434
|
/**
|
|
36314
36435
|
* @SINCE 1.88
|
|
36436
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
36437
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36315
36438
|
*
|
|
36316
36439
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
36317
36440
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -36341,6 +36464,8 @@ declare module "sap/gantt/simple/CustomVariantHandler" {
|
|
|
36341
36464
|
): this;
|
|
36342
36465
|
/**
|
|
36343
36466
|
* @SINCE 1.88
|
|
36467
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
36468
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36344
36469
|
*
|
|
36345
36470
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
36346
36471
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -36365,6 +36490,8 @@ declare module "sap/gantt/simple/CustomVariantHandler" {
|
|
|
36365
36490
|
): this;
|
|
36366
36491
|
/**
|
|
36367
36492
|
* @SINCE 1.88
|
|
36493
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
36494
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36368
36495
|
*
|
|
36369
36496
|
* Detaches event handler `fnFunction` from the {@link #event:setDataComplete setDataComplete} event of
|
|
36370
36497
|
* this `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -36385,6 +36512,8 @@ declare module "sap/gantt/simple/CustomVariantHandler" {
|
|
|
36385
36512
|
): this;
|
|
36386
36513
|
/**
|
|
36387
36514
|
* @SINCE 1.88
|
|
36515
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
36516
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36388
36517
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36389
36518
|
*
|
|
36390
36519
|
* Fires event {@link #event:setDataComplete setDataComplete} to attached listeners.
|
|
@@ -36448,6 +36577,8 @@ declare module "sap/gantt/simple/CustomVariantHandler" {
|
|
|
36448
36577
|
|
|
36449
36578
|
/**
|
|
36450
36579
|
* @SINCE 1.88
|
|
36580
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
36581
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36451
36582
|
*
|
|
36452
36583
|
* The event is triggered when custom variant data is set to update gantt chart with table
|
|
36453
36584
|
*/
|
|
@@ -36746,48 +36877,80 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
36746
36877
|
oListener?: object
|
|
36747
36878
|
): this;
|
|
36748
36879
|
/**
|
|
36880
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36881
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36882
|
+
* CA-UI5-CTR-GNT.
|
|
36883
|
+
*
|
|
36749
36884
|
* Destroys the _backwardMarker in the aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
36750
36885
|
*
|
|
36751
36886
|
* @returns Reference to `this` in order to allow method chaining
|
|
36752
36887
|
*/
|
|
36753
36888
|
destroy_backwardMarker(): this;
|
|
36754
36889
|
/**
|
|
36890
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36891
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36892
|
+
* CA-UI5-CTR-GNT.
|
|
36893
|
+
*
|
|
36755
36894
|
* Destroys the _chartDeltaArea in the aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
36756
36895
|
*
|
|
36757
36896
|
* @returns Reference to `this` in order to allow method chaining
|
|
36758
36897
|
*/
|
|
36759
36898
|
destroy_chartDeltaArea(): this;
|
|
36760
36899
|
/**
|
|
36900
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36901
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36902
|
+
* CA-UI5-CTR-GNT.
|
|
36903
|
+
*
|
|
36761
36904
|
* Destroys the _endLine in the aggregation {@link #get_endLine _endLine}.
|
|
36762
36905
|
*
|
|
36763
36906
|
* @returns Reference to `this` in order to allow method chaining
|
|
36764
36907
|
*/
|
|
36765
36908
|
destroy_endLine(): this;
|
|
36766
36909
|
/**
|
|
36910
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36911
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36912
|
+
* CA-UI5-CTR-GNT.
|
|
36913
|
+
*
|
|
36767
36914
|
* Destroys the _forwardMarker in the aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
36768
36915
|
*
|
|
36769
36916
|
* @returns Reference to `this` in order to allow method chaining
|
|
36770
36917
|
*/
|
|
36771
36918
|
destroy_forwardMarker(): this;
|
|
36772
36919
|
/**
|
|
36920
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36921
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36922
|
+
* CA-UI5-CTR-GNT.
|
|
36923
|
+
*
|
|
36773
36924
|
* Destroys the _headerDeltaArea in the aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
36774
36925
|
*
|
|
36775
36926
|
* @returns Reference to `this` in order to allow method chaining
|
|
36776
36927
|
*/
|
|
36777
36928
|
destroy_headerDeltaArea(): this;
|
|
36778
36929
|
/**
|
|
36930
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36931
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36932
|
+
* CA-UI5-CTR-GNT.
|
|
36933
|
+
*
|
|
36779
36934
|
* Destroys the _headerEndLine in the aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
36780
36935
|
*
|
|
36781
36936
|
* @returns Reference to `this` in order to allow method chaining
|
|
36782
36937
|
*/
|
|
36783
36938
|
destroy_headerEndLine(): this;
|
|
36784
36939
|
/**
|
|
36940
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36941
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36942
|
+
* CA-UI5-CTR-GNT.
|
|
36943
|
+
*
|
|
36785
36944
|
* Destroys the _headerStartLine in the aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
36786
36945
|
*
|
|
36787
36946
|
* @returns Reference to `this` in order to allow method chaining
|
|
36788
36947
|
*/
|
|
36789
36948
|
destroy_headerStartLine(): this;
|
|
36790
36949
|
/**
|
|
36950
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36951
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36952
|
+
* CA-UI5-CTR-GNT.
|
|
36953
|
+
*
|
|
36791
36954
|
* Destroys the _startLine in the aggregation {@link #get_startLine _startLine}.
|
|
36792
36955
|
*
|
|
36793
36956
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36970,18 +37133,29 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
36970
37133
|
mParameters?: object
|
|
36971
37134
|
): this;
|
|
36972
37135
|
/**
|
|
37136
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37137
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37138
|
+
* CA-UI5-CTR-GNT.
|
|
37139
|
+
*
|
|
36973
37140
|
* Gets content of aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
36974
37141
|
*
|
|
36975
37142
|
* Backward Delta Marker
|
|
36976
37143
|
*/
|
|
36977
37144
|
get_backwardMarker(): BaseTriangle;
|
|
36978
37145
|
/**
|
|
37146
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37147
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37148
|
+
* CA-UI5-CTR-GNT.
|
|
37149
|
+
*
|
|
36979
37150
|
* Gets content of aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
36980
37151
|
*
|
|
36981
37152
|
* Chart area between Delta Lines
|
|
36982
37153
|
*/
|
|
36983
37154
|
get_chartDeltaArea(): BaseDeltaRectangle;
|
|
36984
37155
|
/**
|
|
37156
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37157
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37158
|
+
*
|
|
36985
37159
|
* Gets current value of property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
36986
37160
|
*
|
|
36987
37161
|
* Background area between Delta Lines
|
|
@@ -36992,36 +37166,59 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
36992
37166
|
*/
|
|
36993
37167
|
get_enableChartDeltaAreaHighlight(): boolean;
|
|
36994
37168
|
/**
|
|
37169
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37170
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37171
|
+
* CA-UI5-CTR-GNT.
|
|
37172
|
+
*
|
|
36995
37173
|
* Gets content of aggregation {@link #get_endLine _endLine}.
|
|
36996
37174
|
*
|
|
36997
37175
|
* End line of the Delta Line
|
|
36998
37176
|
*/
|
|
36999
37177
|
get_endLine(): BaseLine;
|
|
37000
37178
|
/**
|
|
37179
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37180
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37181
|
+
* CA-UI5-CTR-GNT.
|
|
37182
|
+
*
|
|
37001
37183
|
* Gets content of aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
37002
37184
|
*
|
|
37003
37185
|
* Forward Delta Marker
|
|
37004
37186
|
*/
|
|
37005
37187
|
get_forwardMarker(): BaseTriangle;
|
|
37006
37188
|
/**
|
|
37189
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37190
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37191
|
+
* CA-UI5-CTR-GNT.
|
|
37192
|
+
*
|
|
37007
37193
|
* Gets content of aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
37008
37194
|
*
|
|
37009
37195
|
* Header area between the Delta Markers
|
|
37010
37196
|
*/
|
|
37011
37197
|
get_headerDeltaArea(): BaseDeltaRectangle;
|
|
37012
37198
|
/**
|
|
37199
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37200
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37201
|
+
* CA-UI5-CTR-GNT.
|
|
37202
|
+
*
|
|
37013
37203
|
* Gets content of aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
37014
37204
|
*
|
|
37015
37205
|
* Header end line
|
|
37016
37206
|
*/
|
|
37017
37207
|
get_headerEndLine(): BaseLine;
|
|
37018
37208
|
/**
|
|
37209
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37210
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37211
|
+
* CA-UI5-CTR-GNT.
|
|
37212
|
+
*
|
|
37019
37213
|
* Gets content of aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
37020
37214
|
*
|
|
37021
37215
|
* Header start line
|
|
37022
37216
|
*/
|
|
37023
37217
|
get_headerStartLine(): BaseLine;
|
|
37024
37218
|
/**
|
|
37219
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37220
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37221
|
+
*
|
|
37025
37222
|
* Gets current value of property {@link #get_isSelected _isSelected}.
|
|
37026
37223
|
*
|
|
37027
37224
|
* Selection property of the Delta Markers
|
|
@@ -37032,6 +37229,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37032
37229
|
*/
|
|
37033
37230
|
get_isSelected(): boolean;
|
|
37034
37231
|
/**
|
|
37232
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37233
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37234
|
+
*
|
|
37035
37235
|
* Gets current value of property {@link #get_level _level}.
|
|
37036
37236
|
*
|
|
37037
37237
|
* Level of markers in the header.
|
|
@@ -37042,12 +37242,19 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37042
37242
|
*/
|
|
37043
37243
|
get_level(): int;
|
|
37044
37244
|
/**
|
|
37245
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37246
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37247
|
+
* CA-UI5-CTR-GNT.
|
|
37248
|
+
*
|
|
37045
37249
|
* Gets content of aggregation {@link #get_startLine _startLine}.
|
|
37046
37250
|
*
|
|
37047
37251
|
* Start line of the Delta Line
|
|
37048
37252
|
*/
|
|
37049
37253
|
get_startLine(): BaseLine;
|
|
37050
37254
|
/**
|
|
37255
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37256
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37257
|
+
*
|
|
37051
37258
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
37052
37259
|
*
|
|
37053
37260
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -37058,6 +37265,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37058
37265
|
*/
|
|
37059
37266
|
get_strokeWidth(): float;
|
|
37060
37267
|
/**
|
|
37268
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37269
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37270
|
+
*
|
|
37061
37271
|
* Gets current value of property {@link #get_visibleMarker _visibleMarker}.
|
|
37062
37272
|
*
|
|
37063
37273
|
* Visibility of the Delta Markers
|
|
@@ -37178,6 +37388,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37178
37388
|
*/
|
|
37179
37389
|
getVisibleDeltaStartEndLines(): boolean;
|
|
37180
37390
|
/**
|
|
37391
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37392
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37393
|
+
* CA-UI5-CTR-GNT.
|
|
37394
|
+
*
|
|
37181
37395
|
* Sets the aggregated {@link #get_backwardMarker _backwardMarker}.
|
|
37182
37396
|
*
|
|
37183
37397
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37189,6 +37403,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37189
37403
|
o_backwardMarker: BaseTriangle
|
|
37190
37404
|
): this;
|
|
37191
37405
|
/**
|
|
37406
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37407
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37408
|
+
* CA-UI5-CTR-GNT.
|
|
37409
|
+
*
|
|
37192
37410
|
* Sets the aggregated {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
37193
37411
|
*
|
|
37194
37412
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37200,6 +37418,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37200
37418
|
o_chartDeltaArea: BaseDeltaRectangle
|
|
37201
37419
|
): this;
|
|
37202
37420
|
/**
|
|
37421
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37422
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37423
|
+
*
|
|
37203
37424
|
* Sets a new value for property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
37204
37425
|
*
|
|
37205
37426
|
* Background area between Delta Lines
|
|
@@ -37217,6 +37438,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37217
37438
|
b_enableChartDeltaAreaHighlight?: boolean
|
|
37218
37439
|
): this;
|
|
37219
37440
|
/**
|
|
37441
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37442
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37443
|
+
* CA-UI5-CTR-GNT.
|
|
37444
|
+
*
|
|
37220
37445
|
* Sets the aggregated {@link #get_endLine _endLine}.
|
|
37221
37446
|
*
|
|
37222
37447
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37228,6 +37453,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37228
37453
|
o_endLine: BaseLine
|
|
37229
37454
|
): this;
|
|
37230
37455
|
/**
|
|
37456
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37457
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37458
|
+
* CA-UI5-CTR-GNT.
|
|
37459
|
+
*
|
|
37231
37460
|
* Sets the aggregated {@link #get_forwardMarker _forwardMarker}.
|
|
37232
37461
|
*
|
|
37233
37462
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37239,6 +37468,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37239
37468
|
o_forwardMarker: BaseTriangle
|
|
37240
37469
|
): this;
|
|
37241
37470
|
/**
|
|
37471
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37472
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37473
|
+
* CA-UI5-CTR-GNT.
|
|
37474
|
+
*
|
|
37242
37475
|
* Sets the aggregated {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
37243
37476
|
*
|
|
37244
37477
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37250,6 +37483,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37250
37483
|
o_headerDeltaArea: BaseDeltaRectangle
|
|
37251
37484
|
): this;
|
|
37252
37485
|
/**
|
|
37486
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37487
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37488
|
+
* CA-UI5-CTR-GNT.
|
|
37489
|
+
*
|
|
37253
37490
|
* Sets the aggregated {@link #get_headerEndLine _headerEndLine}.
|
|
37254
37491
|
*
|
|
37255
37492
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37261,6 +37498,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37261
37498
|
o_headerEndLine: BaseLine
|
|
37262
37499
|
): this;
|
|
37263
37500
|
/**
|
|
37501
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37502
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37503
|
+
* CA-UI5-CTR-GNT.
|
|
37504
|
+
*
|
|
37264
37505
|
* Sets the aggregated {@link #get_headerStartLine _headerStartLine}.
|
|
37265
37506
|
*
|
|
37266
37507
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37272,6 +37513,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37272
37513
|
o_headerStartLine: BaseLine
|
|
37273
37514
|
): this;
|
|
37274
37515
|
/**
|
|
37516
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37517
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37518
|
+
*
|
|
37275
37519
|
* Sets a new value for property {@link #get_isSelected _isSelected}.
|
|
37276
37520
|
*
|
|
37277
37521
|
* Selection property of the Delta Markers
|
|
@@ -37289,6 +37533,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37289
37533
|
b_isSelected?: boolean
|
|
37290
37534
|
): this;
|
|
37291
37535
|
/**
|
|
37536
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37537
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37538
|
+
*
|
|
37292
37539
|
* Sets a new value for property {@link #get_level _level}.
|
|
37293
37540
|
*
|
|
37294
37541
|
* Level of markers in the header.
|
|
@@ -37306,6 +37553,10 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37306
37553
|
i_level?: int
|
|
37307
37554
|
): this;
|
|
37308
37555
|
/**
|
|
37556
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37557
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37558
|
+
* CA-UI5-CTR-GNT.
|
|
37559
|
+
*
|
|
37309
37560
|
* Sets the aggregated {@link #get_startLine _startLine}.
|
|
37310
37561
|
*
|
|
37311
37562
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37317,6 +37568,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37317
37568
|
o_startLine: BaseLine
|
|
37318
37569
|
): this;
|
|
37319
37570
|
/**
|
|
37571
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37572
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37573
|
+
*
|
|
37320
37574
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
37321
37575
|
*
|
|
37322
37576
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -37334,6 +37588,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37334
37588
|
f_strokeWidth?: float
|
|
37335
37589
|
): this;
|
|
37336
37590
|
/**
|
|
37591
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37592
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37593
|
+
*
|
|
37337
37594
|
* Sets a new value for property {@link #get_visibleMarker _visibleMarker}.
|
|
37338
37595
|
*
|
|
37339
37596
|
* Visibility of the Delta Markers
|
|
@@ -37548,6 +37805,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37548
37805
|
stroke?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
37549
37806
|
|
|
37550
37807
|
/**
|
|
37808
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37809
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37810
|
+
*
|
|
37551
37811
|
* Standard SVG 'stroke-width' attribute.
|
|
37552
37812
|
*/
|
|
37553
37813
|
_strokeWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
@@ -37611,6 +37871,9 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37611
37871
|
resizable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37612
37872
|
|
|
37613
37873
|
/**
|
|
37874
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37875
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37876
|
+
*
|
|
37614
37877
|
* Background area between Delta Lines
|
|
37615
37878
|
*/
|
|
37616
37879
|
_enableChartDeltaAreaHighlight?:
|
|
@@ -37619,56 +37882,97 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
37619
37882
|
| `{${string}}`;
|
|
37620
37883
|
|
|
37621
37884
|
/**
|
|
37885
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37886
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37887
|
+
*
|
|
37622
37888
|
* Selection property of the Delta Markers
|
|
37623
37889
|
*/
|
|
37624
37890
|
_isSelected?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37625
37891
|
|
|
37626
37892
|
/**
|
|
37893
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37894
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37895
|
+
*
|
|
37627
37896
|
* Level of markers in the header.
|
|
37628
37897
|
*/
|
|
37629
37898
|
_level?: int | PropertyBindingInfo | `{${string}}`;
|
|
37630
37899
|
|
|
37631
37900
|
/**
|
|
37901
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37902
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37903
|
+
*
|
|
37632
37904
|
* Visibility of the Delta Markers
|
|
37633
37905
|
*/
|
|
37634
37906
|
_visibleMarker?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37635
37907
|
|
|
37636
37908
|
/**
|
|
37909
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37910
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37911
|
+
* CA-UI5-CTR-GNT.
|
|
37912
|
+
*
|
|
37637
37913
|
* Start line of the Delta Line
|
|
37638
37914
|
*/
|
|
37639
37915
|
_startLine?: BaseLine;
|
|
37640
37916
|
|
|
37641
37917
|
/**
|
|
37918
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37919
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37920
|
+
* CA-UI5-CTR-GNT.
|
|
37921
|
+
*
|
|
37642
37922
|
* End line of the Delta Line
|
|
37643
37923
|
*/
|
|
37644
37924
|
_endLine?: BaseLine;
|
|
37645
37925
|
|
|
37646
37926
|
/**
|
|
37927
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37928
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37929
|
+
* CA-UI5-CTR-GNT.
|
|
37930
|
+
*
|
|
37647
37931
|
* Forward Delta Marker
|
|
37648
37932
|
*/
|
|
37649
37933
|
_forwardMarker?: BaseTriangle;
|
|
37650
37934
|
|
|
37651
37935
|
/**
|
|
37936
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37937
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37938
|
+
* CA-UI5-CTR-GNT.
|
|
37939
|
+
*
|
|
37652
37940
|
* Backward Delta Marker
|
|
37653
37941
|
*/
|
|
37654
37942
|
_backwardMarker?: BaseTriangle;
|
|
37655
37943
|
|
|
37656
37944
|
/**
|
|
37945
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37946
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37947
|
+
* CA-UI5-CTR-GNT.
|
|
37948
|
+
*
|
|
37657
37949
|
* Header area between the Delta Markers
|
|
37658
37950
|
*/
|
|
37659
37951
|
_headerDeltaArea?: BaseDeltaRectangle;
|
|
37660
37952
|
|
|
37661
37953
|
/**
|
|
37954
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37955
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37956
|
+
* CA-UI5-CTR-GNT.
|
|
37957
|
+
*
|
|
37662
37958
|
* Header start line
|
|
37663
37959
|
*/
|
|
37664
37960
|
_headerStartLine?: BaseLine;
|
|
37665
37961
|
|
|
37666
37962
|
/**
|
|
37963
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37964
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37965
|
+
* CA-UI5-CTR-GNT.
|
|
37966
|
+
*
|
|
37667
37967
|
* Header end line
|
|
37668
37968
|
*/
|
|
37669
37969
|
_headerEndLine?: BaseLine;
|
|
37670
37970
|
|
|
37671
37971
|
/**
|
|
37972
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37973
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37974
|
+
* CA-UI5-CTR-GNT.
|
|
37975
|
+
*
|
|
37672
37976
|
* Chart area between Delta Lines
|
|
37673
37977
|
*/
|
|
37674
37978
|
_chartDeltaArea?: BaseDeltaRectangle;
|
|
@@ -38536,6 +38840,8 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
38536
38840
|
): this;
|
|
38537
38841
|
/**
|
|
38538
38842
|
* @SINCE 1.91
|
|
38843
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
38844
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
38539
38845
|
*
|
|
38540
38846
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
38541
38847
|
*
|
|
@@ -38755,6 +39061,8 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
38755
39061
|
*/
|
|
38756
39062
|
getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
|
|
38757
39063
|
/**
|
|
39064
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
39065
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
38758
39066
|
* @EXPERIMENTAL (since 1.100)
|
|
38759
39067
|
*
|
|
38760
39068
|
* Gets current value of property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -38892,6 +39200,8 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
38892
39200
|
): GanttChartWithTable | null;
|
|
38893
39201
|
/**
|
|
38894
39202
|
* @SINCE 1.91
|
|
39203
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
39204
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
38895
39205
|
*
|
|
38896
39206
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
38897
39207
|
*
|
|
@@ -39227,6 +39537,8 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
39227
39537
|
oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
|
|
39228
39538
|
): this;
|
|
39229
39539
|
/**
|
|
39540
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
39541
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
39230
39542
|
* @EXPERIMENTAL (since 1.100)
|
|
39231
39543
|
*
|
|
39232
39544
|
* Sets a new value for property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -39506,12 +39818,16 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
39506
39818
|
|
|
39507
39819
|
/**
|
|
39508
39820
|
* @SINCE 1.91
|
|
39821
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
39822
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
39509
39823
|
*
|
|
39510
39824
|
* Flag to enable and disable RTA mode.
|
|
39511
39825
|
*/
|
|
39512
39826
|
_enableRTA?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
39513
39827
|
|
|
39514
39828
|
/**
|
|
39829
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
39830
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
39515
39831
|
* @EXPERIMENTAL (since 1.100)
|
|
39516
39832
|
*
|
|
39517
39833
|
* Flag to enable and disable search side panel.
|
|
@@ -40613,6 +40929,10 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
40613
40929
|
aShapeUids: string[]
|
|
40614
40930
|
): this;
|
|
40615
40931
|
/**
|
|
40932
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
40933
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
40934
|
+
* CA-UI5-CTR-GNT.
|
|
40935
|
+
*
|
|
40616
40936
|
* Destroys the _pseudoSvgDefs in the aggregation {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
40617
40937
|
*
|
|
40618
40938
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -41480,6 +41800,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
41480
41800
|
fullScreenMode(): boolean;
|
|
41481
41801
|
/**
|
|
41482
41802
|
* @SINCE 1.91
|
|
41803
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
41804
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
41483
41805
|
*
|
|
41484
41806
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
41485
41807
|
*
|
|
@@ -41491,6 +41813,10 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
41491
41813
|
*/
|
|
41492
41814
|
get_enableRTA(): boolean;
|
|
41493
41815
|
/**
|
|
41816
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
41817
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
41818
|
+
* CA-UI5-CTR-GNT.
|
|
41819
|
+
*
|
|
41494
41820
|
* Gets content of aggregation {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
41495
41821
|
*
|
|
41496
41822
|
* SVG reusable element definitions for pseudo shapes.
|
|
@@ -41707,6 +42033,21 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
41707
42033
|
* @returns Value of property `enableCursorLine`
|
|
41708
42034
|
*/
|
|
41709
42035
|
getEnableCursorLine(): boolean;
|
|
42036
|
+
/**
|
|
42037
|
+
* @EXPERIMENTAL (since 1.114)
|
|
42038
|
+
*
|
|
42039
|
+
* Gets current value of property {@link #getEnableDateTimezoneFormatter enableDateTimezoneFormatter}.
|
|
42040
|
+
*
|
|
42041
|
+
* Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
|
|
42042
|
+
* experimental, and it might be removed in a future release. When the flag is enabled, the start and end
|
|
42043
|
+
* time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
|
|
42044
|
+
* the Fiori launchpad timezone, unless those property values are binded again.
|
|
42045
|
+
*
|
|
42046
|
+
* Default value is `false`.
|
|
42047
|
+
*
|
|
42048
|
+
* @returns Value of property `enableDateTimezoneFormatter`
|
|
42049
|
+
*/
|
|
42050
|
+
getEnableDateTimezoneFormatter(): boolean;
|
|
41710
42051
|
/**
|
|
41711
42052
|
* @SINCE 1.84
|
|
41712
42053
|
*
|
|
@@ -41776,6 +42117,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
41776
42117
|
*/
|
|
41777
42118
|
getEnableNowLine(): boolean;
|
|
41778
42119
|
/**
|
|
42120
|
+
* @EXPERIMENTAL (since 1.110)
|
|
42121
|
+
*
|
|
41779
42122
|
* Gets current value of property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
41780
42123
|
*
|
|
41781
42124
|
* Optimizes the rendering of overlapping shapes
|
|
@@ -41878,7 +42221,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
41878
42221
|
*/
|
|
41879
42222
|
getHighlightedShapeUid(): Object[];
|
|
41880
42223
|
/**
|
|
41881
|
-
* @
|
|
42224
|
+
* @EXPERIMENTAL (since 1.109)
|
|
41882
42225
|
*
|
|
41883
42226
|
* Gets current value of property {@link #getHorizontalLazyLoadingEnabled horizontalLazyLoadingEnabled}.
|
|
41884
42227
|
*
|
|
@@ -42730,6 +43073,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42730
43073
|
): this;
|
|
42731
43074
|
/**
|
|
42732
43075
|
* @SINCE 1.91
|
|
43076
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
43077
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42733
43078
|
*
|
|
42734
43079
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
42735
43080
|
*
|
|
@@ -42748,6 +43093,10 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42748
43093
|
b_enableRTA?: boolean
|
|
42749
43094
|
): this;
|
|
42750
43095
|
/**
|
|
43096
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
43097
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
43098
|
+
* CA-UI5-CTR-GNT.
|
|
43099
|
+
*
|
|
42751
43100
|
* Sets the aggregated {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
42752
43101
|
*
|
|
42753
43102
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -43033,6 +43382,23 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43033
43382
|
*/
|
|
43034
43383
|
bEnableCursorLine?: boolean
|
|
43035
43384
|
): this;
|
|
43385
|
+
/**
|
|
43386
|
+
* @SINCE 1.114
|
|
43387
|
+
* @EXPERIMENTAL
|
|
43388
|
+
*
|
|
43389
|
+
* Sets EnableDateTimezoneFormatter property of the Gantt. This method is experimental, and it might be
|
|
43390
|
+
* removed in a future release.
|
|
43391
|
+
*/
|
|
43392
|
+
setEnableDateTimezoneFormatter(
|
|
43393
|
+
/**
|
|
43394
|
+
* A value to be set for EnableDateTimezoneFormatter property of Gantt.
|
|
43395
|
+
*/
|
|
43396
|
+
bValue: boolean,
|
|
43397
|
+
/**
|
|
43398
|
+
* Flag to suppress re-rendering of the control.
|
|
43399
|
+
*/
|
|
43400
|
+
bSuppressInvalidate: boolean
|
|
43401
|
+
): void;
|
|
43036
43402
|
/**
|
|
43037
43403
|
* @SINCE 1.84
|
|
43038
43404
|
*
|
|
@@ -43144,6 +43510,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43144
43510
|
bEnableNowLine?: boolean
|
|
43145
43511
|
): this;
|
|
43146
43512
|
/**
|
|
43513
|
+
* @EXPERIMENTAL (since 1.110)
|
|
43514
|
+
*
|
|
43147
43515
|
* Sets a new value for property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
43148
43516
|
*
|
|
43149
43517
|
* Optimizes the rendering of overlapping shapes
|
|
@@ -43296,7 +43664,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43296
43664
|
sHeight?: CSSSize
|
|
43297
43665
|
): this;
|
|
43298
43666
|
/**
|
|
43299
|
-
* @
|
|
43667
|
+
* @EXPERIMENTAL (since 1.109)
|
|
43300
43668
|
*
|
|
43301
43669
|
* Sets a new value for property {@link #getHorizontalLazyLoadingEnabled horizontalLazyLoadingEnabled}.
|
|
43302
43670
|
*
|
|
@@ -44266,6 +44634,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44266
44634
|
|
|
44267
44635
|
/**
|
|
44268
44636
|
* @SINCE 1.91
|
|
44637
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
44638
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
44269
44639
|
*
|
|
44270
44640
|
* Flag to enable and disable Runtime Adaptation (RTA) mode.
|
|
44271
44641
|
*/
|
|
@@ -44389,7 +44759,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44389
44759
|
| `{${string}}`;
|
|
44390
44760
|
|
|
44391
44761
|
/**
|
|
44392
|
-
* @
|
|
44762
|
+
* @EXPERIMENTAL (since 1.109)
|
|
44393
44763
|
*
|
|
44394
44764
|
* Set to true if Gantt chart is configured to be lazy loaded horizontally. Application should fetch the
|
|
44395
44765
|
* data only for the visible horizon. Application also should make sure to fetch the relevant data on user
|
|
@@ -44402,6 +44772,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44402
44772
|
| `{${string}}`;
|
|
44403
44773
|
|
|
44404
44774
|
/**
|
|
44775
|
+
* @EXPERIMENTAL (since 1.110)
|
|
44776
|
+
*
|
|
44405
44777
|
* Optimizes the rendering of overlapping shapes
|
|
44406
44778
|
*/
|
|
44407
44779
|
enablePseudoShapes?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -44432,6 +44804,16 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44432
44804
|
*/
|
|
44433
44805
|
shapeRenderOrder?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
44434
44806
|
|
|
44807
|
+
/**
|
|
44808
|
+
* @EXPERIMENTAL (since 1.114)
|
|
44809
|
+
*
|
|
44810
|
+
* Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
|
|
44811
|
+
* experimental, and it might be removed in a future release. When the flag is enabled, the start and end
|
|
44812
|
+
* time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
|
|
44813
|
+
* the Fiori launchpad timezone, unless those property values are binded again.
|
|
44814
|
+
*/
|
|
44815
|
+
enableDateTimezoneFormatter?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
44816
|
+
|
|
44435
44817
|
/**
|
|
44436
44818
|
* Table of the Gantt Chart
|
|
44437
44819
|
*
|
|
@@ -44486,6 +44868,10 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44486
44868
|
svgDefs?: SvgDefs;
|
|
44487
44869
|
|
|
44488
44870
|
/**
|
|
44871
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
44872
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
44873
|
+
* CA-UI5-CTR-GNT.
|
|
44874
|
+
*
|
|
44489
44875
|
* SVG reusable element definitions for pseudo shapes.
|
|
44490
44876
|
*/
|
|
44491
44877
|
_pseudoSvgDefs?: SvgDefs;
|
|
@@ -44724,7 +45110,13 @@ declare module "sap/gantt/simple/GanttPrinting" {
|
|
|
44724
45110
|
*
|
|
44725
45111
|
* @returns A promise for chaining actions after the print dialog is ready.
|
|
44726
45112
|
*/
|
|
44727
|
-
open(
|
|
45113
|
+
open(
|
|
45114
|
+
/**
|
|
45115
|
+
* Optional function which takes cloned gantt chart's table for modification. Applications can loop through
|
|
45116
|
+
* the table columns and update certain properties like maxLines to overcome html2canvas limitations.
|
|
45117
|
+
*/
|
|
45118
|
+
fnUpdateTable: Function
|
|
45119
|
+
): Promise<any>;
|
|
44728
45120
|
/**
|
|
44729
45121
|
* Sets the Gantt chart to be exported as PDF.
|
|
44730
45122
|
*/
|
|
@@ -47672,6 +48064,10 @@ declare module "sap/gantt/simple/MultiActivityRowSettings" {
|
|
|
47672
48064
|
oTask: BaseShape
|
|
47673
48065
|
): this;
|
|
47674
48066
|
/**
|
|
48067
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
48068
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
48069
|
+
* CA-UI5-CTR-GNT.
|
|
48070
|
+
*
|
|
47675
48071
|
* Destroys the pseudoShapeTemplate in the aggregation {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
47676
48072
|
*
|
|
47677
48073
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47684,6 +48080,10 @@ declare module "sap/gantt/simple/MultiActivityRowSettings" {
|
|
|
47684
48080
|
*/
|
|
47685
48081
|
destroyTasks(): this;
|
|
47686
48082
|
/**
|
|
48083
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
48084
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
48085
|
+
* CA-UI5-CTR-GNT.
|
|
48086
|
+
*
|
|
47687
48087
|
* Gets content of aggregation {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
47688
48088
|
*
|
|
47689
48089
|
* Pseudo shape template
|
|
@@ -47744,6 +48144,10 @@ declare module "sap/gantt/simple/MultiActivityRowSettings" {
|
|
|
47744
48144
|
vTask: int | string | BaseShape
|
|
47745
48145
|
): BaseShape | null;
|
|
47746
48146
|
/**
|
|
48147
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
48148
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
48149
|
+
* CA-UI5-CTR-GNT.
|
|
48150
|
+
*
|
|
47747
48151
|
* Sets the aggregated {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
47748
48152
|
*
|
|
47749
48153
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47764,6 +48168,10 @@ declare module "sap/gantt/simple/MultiActivityRowSettings" {
|
|
|
47764
48168
|
tasks?: BaseShape[] | BaseShape | AggregationBindingInfo | `{${string}}`;
|
|
47765
48169
|
|
|
47766
48170
|
/**
|
|
48171
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
48172
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
48173
|
+
* CA-UI5-CTR-GNT.
|
|
48174
|
+
*
|
|
47767
48175
|
* Pseudo shape template
|
|
47768
48176
|
*/
|
|
47769
48177
|
pseudoShapeTemplate?: MultiActivityGroup;
|
|
@@ -47834,6 +48242,9 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
47834
48242
|
*/
|
|
47835
48243
|
static getMetadata(): ElementMetadata;
|
|
47836
48244
|
/**
|
|
48245
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
48246
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
48247
|
+
*
|
|
47837
48248
|
* Gets current value of property {@link #get_lMarker _lMarker}.
|
|
47838
48249
|
*
|
|
47839
48250
|
* _lMarker determines up/down relation of L type .
|
|
@@ -47988,6 +48399,9 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
47988
48399
|
*/
|
|
47989
48400
|
getType(): simple.RelationshipType | keyof typeof simple.RelationshipType;
|
|
47990
48401
|
/**
|
|
48402
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
48403
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
48404
|
+
*
|
|
47991
48405
|
* Sets a new value for property {@link #get_lMarker _lMarker}.
|
|
47992
48406
|
*
|
|
47993
48407
|
* _lMarker determines up/down relation of L type .
|
|
@@ -48353,6 +48767,9 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
48353
48767
|
relationshipOverDivider?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
48354
48768
|
|
|
48355
48769
|
/**
|
|
48770
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
48771
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
48772
|
+
*
|
|
48356
48773
|
* _lMarker determines up/down relation of L type .
|
|
48357
48774
|
*/
|
|
48358
48775
|
_lMarker?: string | PropertyBindingInfo;
|