@sapui5/ts-types-esm 1.129.2 → 1.130.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.cux.home.d.ts +41 -40
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +87 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +42 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +462 -200
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -2
- 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 +724 -204
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1002 -3360
- 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.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +108 -16
- package/types/sap.suite.ui.commons.d.ts +264 -125
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +309 -79
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -25
- package/types/sap.ui.core.d.ts +119 -110
- 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 +5 -2
- 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 +22 -5
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +273 -234
- 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 +6 -11
- 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 +1 -1
- package/types/sap.ui.vtm.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 +1 -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.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -709,7 +709,7 @@ declare module "sap/gantt/library" {
|
|
|
709
709
|
/**
|
|
710
710
|
* Time unit of millisecond.
|
|
711
711
|
*
|
|
712
|
-
* @
|
|
712
|
+
* @since 1.123
|
|
713
713
|
*/
|
|
714
714
|
millisecond = "sap.gantt.polyfills.time.timeMillisecond",
|
|
715
715
|
/**
|
|
@@ -723,7 +723,7 @@ declare module "sap/gantt/library" {
|
|
|
723
723
|
/**
|
|
724
724
|
* Time unit of second.
|
|
725
725
|
*
|
|
726
|
-
* @
|
|
726
|
+
* @since 1.123
|
|
727
727
|
*/
|
|
728
728
|
second = "d3.time.second",
|
|
729
729
|
/**
|
|
@@ -1189,6 +1189,19 @@ declare module "sap/gantt/library" {
|
|
|
1189
1189
|
*/
|
|
1190
1190
|
StartToStart = "StartToStart",
|
|
1191
1191
|
}
|
|
1192
|
+
/**
|
|
1193
|
+
* Defines eventType for Shape style configuration.
|
|
1194
|
+
*
|
|
1195
|
+
* This enum is part of the 'sap/gantt/library' module export and must be accessed by the property 'simple.shapeEventType'.
|
|
1196
|
+
*
|
|
1197
|
+
* @since 1.130
|
|
1198
|
+
*/
|
|
1199
|
+
enum shapeEventType {
|
|
1200
|
+
/**
|
|
1201
|
+
* Event type for drag and drop of shape.
|
|
1202
|
+
*/
|
|
1203
|
+
DragDrop = "DragDrop",
|
|
1204
|
+
}
|
|
1192
1205
|
/**
|
|
1193
1206
|
* Configuration options for vertical alignment of title of the shape representing a Task.
|
|
1194
1207
|
*
|
|
@@ -2757,7 +2770,7 @@ declare module "sap/gantt/axistime/ProportionZoomStrategy" {
|
|
|
2757
2770
|
*
|
|
2758
2771
|
* Default value is `false`.
|
|
2759
2772
|
*
|
|
2760
|
-
* @
|
|
2773
|
+
* @since 1.123
|
|
2761
2774
|
*
|
|
2762
2775
|
* @returns Value of property `enableMillisecondSupport`
|
|
2763
2776
|
*/
|
|
@@ -2767,7 +2780,7 @@ declare module "sap/gantt/axistime/ProportionZoomStrategy" {
|
|
|
2767
2780
|
* accepts ABAP timestamps in the format of `YYYYMMDDHHMMSSLLL` or JS Date with milliseconds bound to the
|
|
2768
2781
|
* total horizon and visible horizon.
|
|
2769
2782
|
*
|
|
2770
|
-
* @
|
|
2783
|
+
* @since 1.123
|
|
2771
2784
|
*
|
|
2772
2785
|
* @returns zoom strategy aggregation
|
|
2773
2786
|
*/
|
|
@@ -2789,7 +2802,7 @@ declare module "sap/gantt/axistime/ProportionZoomStrategy" {
|
|
|
2789
2802
|
* total horizon and visible horizon. Additionally, the control appends a millisecond offset to ABAP timestamps
|
|
2790
2803
|
* bound to the total horizon and visible horizon in the following format: `YYYYMMDDHHMMSSLLL`.
|
|
2791
2804
|
*
|
|
2792
|
-
* @
|
|
2805
|
+
* @since 1.123
|
|
2793
2806
|
*/
|
|
2794
2807
|
enableMillisecondSupport?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2795
2808
|
}
|
|
@@ -19858,7 +19871,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19858
19871
|
* The GanttRowOverlay class contains staticOverlay and expanded aggregations that are of type Overlay.
|
|
19859
19872
|
*
|
|
19860
19873
|
* @since 1.120
|
|
19861
|
-
* @experimental (since 1.120)
|
|
19862
19874
|
*/
|
|
19863
19875
|
export default class GanttRowOverlay extends UI5Element {
|
|
19864
19876
|
/**
|
|
@@ -19910,7 +19922,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19910
19922
|
* Adds some expandedOverlay to the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
19911
19923
|
*
|
|
19912
19924
|
* @since 1.120
|
|
19913
|
-
* @experimental (since 1.120)
|
|
19914
19925
|
*
|
|
19915
19926
|
* @returns Reference to `this` in order to allow method chaining
|
|
19916
19927
|
*/
|
|
@@ -19924,7 +19935,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19924
19935
|
* Adds some staticOverlay to the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
19925
19936
|
*
|
|
19926
19937
|
* @since 1.120
|
|
19927
|
-
* @experimental (since 1.120)
|
|
19928
19938
|
*
|
|
19929
19939
|
* @returns Reference to `this` in order to allow method chaining
|
|
19930
19940
|
*/
|
|
@@ -19938,7 +19948,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19938
19948
|
* Destroys all the expandedOverlay in the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
19939
19949
|
*
|
|
19940
19950
|
* @since 1.120
|
|
19941
|
-
* @experimental (since 1.120)
|
|
19942
19951
|
*
|
|
19943
19952
|
* @returns Reference to `this` in order to allow method chaining
|
|
19944
19953
|
*/
|
|
@@ -19947,7 +19956,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19947
19956
|
* Destroys all the staticOverlay in the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
19948
19957
|
*
|
|
19949
19958
|
* @since 1.120
|
|
19950
|
-
* @experimental (since 1.120)
|
|
19951
19959
|
*
|
|
19952
19960
|
* @returns Reference to `this` in order to allow method chaining
|
|
19953
19961
|
*/
|
|
@@ -19956,14 +19964,12 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19956
19964
|
* Gets content of aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
19957
19965
|
*
|
|
19958
19966
|
* @since 1.120
|
|
19959
|
-
* @experimental (since 1.120)
|
|
19960
19967
|
*/
|
|
19961
19968
|
getExpandedOverlay(): Overlay[];
|
|
19962
19969
|
/**
|
|
19963
19970
|
* Gets content of aggregation {@link #getStaticOverlay staticOverlay}.
|
|
19964
19971
|
*
|
|
19965
19972
|
* @since 1.120
|
|
19966
|
-
* @experimental (since 1.120)
|
|
19967
19973
|
*/
|
|
19968
19974
|
getStaticOverlay(): Overlay[];
|
|
19969
19975
|
/**
|
|
@@ -19971,7 +19977,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19971
19977
|
* and returns its index if found or -1 otherwise.
|
|
19972
19978
|
*
|
|
19973
19979
|
* @since 1.120
|
|
19974
|
-
* @experimental (since 1.120)
|
|
19975
19980
|
*
|
|
19976
19981
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
19977
19982
|
*/
|
|
@@ -19986,7 +19991,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
19986
19991
|
* and returns its index if found or -1 otherwise.
|
|
19987
19992
|
*
|
|
19988
19993
|
* @since 1.120
|
|
19989
|
-
* @experimental (since 1.120)
|
|
19990
19994
|
*
|
|
19991
19995
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
19992
19996
|
*/
|
|
@@ -20000,7 +20004,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20000
20004
|
* Inserts a expandedOverlay into the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
20001
20005
|
*
|
|
20002
20006
|
* @since 1.120
|
|
20003
|
-
* @experimental (since 1.120)
|
|
20004
20007
|
*
|
|
20005
20008
|
* @returns Reference to `this` in order to allow method chaining
|
|
20006
20009
|
*/
|
|
@@ -20020,7 +20023,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20020
20023
|
* Inserts a staticOverlay into the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
20021
20024
|
*
|
|
20022
20025
|
* @since 1.120
|
|
20023
|
-
* @experimental (since 1.120)
|
|
20024
20026
|
*
|
|
20025
20027
|
* @returns Reference to `this` in order to allow method chaining
|
|
20026
20028
|
*/
|
|
@@ -20042,7 +20044,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20042
20044
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
20043
20045
|
*
|
|
20044
20046
|
* @since 1.120
|
|
20045
|
-
* @experimental (since 1.120)
|
|
20046
20047
|
*
|
|
20047
20048
|
* @returns An array of the removed elements (might be empty)
|
|
20048
20049
|
*/
|
|
@@ -20053,7 +20054,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20053
20054
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
20054
20055
|
*
|
|
20055
20056
|
* @since 1.120
|
|
20056
|
-
* @experimental (since 1.120)
|
|
20057
20057
|
*
|
|
20058
20058
|
* @returns An array of the removed elements (might be empty)
|
|
20059
20059
|
*/
|
|
@@ -20062,7 +20062,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20062
20062
|
* Removes a expandedOverlay from the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
20063
20063
|
*
|
|
20064
20064
|
* @since 1.120
|
|
20065
|
-
* @experimental (since 1.120)
|
|
20066
20065
|
*
|
|
20067
20066
|
* @returns The removed expandedOverlay or `null`
|
|
20068
20067
|
*/
|
|
@@ -20076,7 +20075,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20076
20075
|
* Removes a staticOverlay from the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
20077
20076
|
*
|
|
20078
20077
|
* @since 1.120
|
|
20079
|
-
* @experimental (since 1.120)
|
|
20080
20078
|
*
|
|
20081
20079
|
* @returns The removed staticOverlay or `null`
|
|
20082
20080
|
*/
|
|
@@ -20089,13 +20087,10 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20089
20087
|
}
|
|
20090
20088
|
/**
|
|
20091
20089
|
* Describes the settings that can be provided to the GanttRowOverlay constructor.
|
|
20092
|
-
*
|
|
20093
|
-
* @experimental (since 1.120)
|
|
20094
20090
|
*/
|
|
20095
20091
|
export interface $GanttRowOverlaySettings extends $ElementSettings {
|
|
20096
20092
|
/**
|
|
20097
20093
|
* @since 1.120
|
|
20098
|
-
* @experimental (since 1.120)
|
|
20099
20094
|
*/
|
|
20100
20095
|
staticOverlay?:
|
|
20101
20096
|
| Overlay[]
|
|
@@ -20105,7 +20100,6 @@ declare module "sap/gantt/overlays/GanttRowOverlay" {
|
|
|
20105
20100
|
|
|
20106
20101
|
/**
|
|
20107
20102
|
* @since 1.120
|
|
20108
|
-
* @experimental (since 1.120)
|
|
20109
20103
|
*/
|
|
20110
20104
|
expandedOverlay?:
|
|
20111
20105
|
| Overlay[]
|
|
@@ -20129,7 +20123,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20129
20123
|
* specific time points in the chart area.
|
|
20130
20124
|
*
|
|
20131
20125
|
* @since 1.120
|
|
20132
|
-
* @experimental (since 1.120)
|
|
20133
20126
|
*/
|
|
20134
20127
|
export default class Overlay extends UI5Element {
|
|
20135
20128
|
/**
|
|
@@ -20181,7 +20174,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20181
20174
|
* Destroys the shape in the aggregation {@link #getShape shape}.
|
|
20182
20175
|
*
|
|
20183
20176
|
* @since 1.120
|
|
20184
|
-
* @experimental (since 1.120)
|
|
20185
20177
|
*
|
|
20186
20178
|
* @returns Reference to `this` in order to allow method chaining
|
|
20187
20179
|
*/
|
|
@@ -20192,8 +20184,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20192
20184
|
* Default value is `1`.
|
|
20193
20185
|
*
|
|
20194
20186
|
* @since 1.120
|
|
20195
|
-
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
20196
|
-
* of a row.
|
|
20197
20187
|
*
|
|
20198
20188
|
* @returns Value of property `overlayLevel`
|
|
20199
20189
|
*/
|
|
@@ -20202,9 +20192,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20202
20192
|
* Gets current value of property {@link #getOverlayShapeId overlayShapeId}.
|
|
20203
20193
|
*
|
|
20204
20194
|
* @since 1.120
|
|
20205
|
-
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
20206
|
-
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
20207
|
-
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
20208
20195
|
*
|
|
20209
20196
|
* @returns Value of property `overlayShapeId`
|
|
20210
20197
|
*/
|
|
@@ -20213,7 +20200,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20213
20200
|
* Gets content of aggregation {@link #getShape shape}.
|
|
20214
20201
|
*
|
|
20215
20202
|
* @since 1.120
|
|
20216
|
-
* @experimental (since 1.120)
|
|
20217
20203
|
*/
|
|
20218
20204
|
getShape(): BaseShape;
|
|
20219
20205
|
/**
|
|
@@ -20224,8 +20210,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20224
20210
|
* Default value is `1`.
|
|
20225
20211
|
*
|
|
20226
20212
|
* @since 1.120
|
|
20227
|
-
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
20228
|
-
* of a row.
|
|
20229
20213
|
*
|
|
20230
20214
|
* @returns Reference to `this` in order to allow method chaining
|
|
20231
20215
|
*/
|
|
@@ -20241,9 +20225,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20241
20225
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20242
20226
|
*
|
|
20243
20227
|
* @since 1.120
|
|
20244
|
-
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
20245
|
-
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
20246
|
-
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
20247
20228
|
*
|
|
20248
20229
|
* @returns Reference to `this` in order to allow method chaining
|
|
20249
20230
|
*/
|
|
@@ -20257,7 +20238,6 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20257
20238
|
* Sets the aggregated {@link #getShape shape}.
|
|
20258
20239
|
*
|
|
20259
20240
|
* @since 1.120
|
|
20260
|
-
* @experimental (since 1.120)
|
|
20261
20241
|
*
|
|
20262
20242
|
* @returns Reference to `this` in order to allow method chaining
|
|
20263
20243
|
*/
|
|
@@ -20270,28 +20250,20 @@ declare module "sap/gantt/overlays/Overlay" {
|
|
|
20270
20250
|
}
|
|
20271
20251
|
/**
|
|
20272
20252
|
* Describes the settings that can be provided to the Overlay constructor.
|
|
20273
|
-
*
|
|
20274
|
-
* @experimental (since 1.120)
|
|
20275
20253
|
*/
|
|
20276
20254
|
export interface $OverlaySettings extends $ElementSettings {
|
|
20277
20255
|
/**
|
|
20278
20256
|
* @since 1.120
|
|
20279
|
-
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
20280
|
-
* of a row.
|
|
20281
20257
|
*/
|
|
20282
20258
|
overlayLevel?: int | PropertyBindingInfo | `{${string}}`;
|
|
20283
20259
|
|
|
20284
20260
|
/**
|
|
20285
20261
|
* @since 1.120
|
|
20286
|
-
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
20287
|
-
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
20288
|
-
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
20289
20262
|
*/
|
|
20290
20263
|
overlayShapeId?: string | PropertyBindingInfo;
|
|
20291
20264
|
|
|
20292
20265
|
/**
|
|
20293
20266
|
* @since 1.120
|
|
20294
|
-
* @experimental (since 1.120)
|
|
20295
20267
|
*/
|
|
20296
20268
|
shape?: BaseShape;
|
|
20297
20269
|
}
|
|
@@ -35436,6 +35408,17 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35436
35408
|
* @returns shape styles
|
|
35437
35409
|
*/
|
|
35438
35410
|
getStyle(): string;
|
|
35411
|
+
/**
|
|
35412
|
+
* Gets current value of property {@link #getStyleName styleName}.
|
|
35413
|
+
*
|
|
35414
|
+
* Provides the style class name for the shape that can be mapped from shapeStyles aggregation in GanttChartWithTable
|
|
35415
|
+
* or GanttChartContainer.
|
|
35416
|
+
*
|
|
35417
|
+
* @since 1.130
|
|
35418
|
+
*
|
|
35419
|
+
* @returns Value of property `styleName`
|
|
35420
|
+
*/
|
|
35421
|
+
getStyleName(): string;
|
|
35439
35422
|
/**
|
|
35440
35423
|
* Gets current value of property {@link #getTime time}.
|
|
35441
35424
|
*
|
|
@@ -36225,6 +36208,24 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
36225
36208
|
*/
|
|
36226
36209
|
fStrokeWidth?: float
|
|
36227
36210
|
): this;
|
|
36211
|
+
/**
|
|
36212
|
+
* Sets a new value for property {@link #getStyleName styleName}.
|
|
36213
|
+
*
|
|
36214
|
+
* Provides the style class name for the shape that can be mapped from shapeStyles aggregation in GanttChartWithTable
|
|
36215
|
+
* or GanttChartContainer.
|
|
36216
|
+
*
|
|
36217
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36218
|
+
*
|
|
36219
|
+
* @since 1.130
|
|
36220
|
+
*
|
|
36221
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36222
|
+
*/
|
|
36223
|
+
setStyleName(
|
|
36224
|
+
/**
|
|
36225
|
+
* New value for property `styleName`
|
|
36226
|
+
*/
|
|
36227
|
+
sStyleName?: string
|
|
36228
|
+
): this;
|
|
36228
36229
|
/**
|
|
36229
36230
|
* Sets a new value for property {@link #getTime time}.
|
|
36230
36231
|
*
|
|
@@ -36724,6 +36725,14 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
36724
36725
|
* @since 1.108
|
|
36725
36726
|
*/
|
|
36726
36727
|
dragHighlightRows?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
36728
|
+
|
|
36729
|
+
/**
|
|
36730
|
+
* Provides the style class name for the shape that can be mapped from shapeStyles aggregation in GanttChartWithTable
|
|
36731
|
+
* or GanttChartContainer.
|
|
36732
|
+
*
|
|
36733
|
+
* @since 1.130
|
|
36734
|
+
*/
|
|
36735
|
+
styleName?: string | PropertyBindingInfo;
|
|
36727
36736
|
}
|
|
36728
36737
|
}
|
|
36729
36738
|
|
|
@@ -37812,7 +37821,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
37812
37821
|
*
|
|
37813
37822
|
* Gets initiated when the close find button is pressed on the toolbar
|
|
37814
37823
|
*
|
|
37815
|
-
* @
|
|
37824
|
+
* @since 1.102
|
|
37816
37825
|
*
|
|
37817
37826
|
* @returns Reference to `this` in order to allow method chaining
|
|
37818
37827
|
*/
|
|
@@ -37840,7 +37849,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
37840
37849
|
*
|
|
37841
37850
|
* Gets initiated when the close find button is pressed on the toolbar
|
|
37842
37851
|
*
|
|
37843
|
-
* @
|
|
37852
|
+
* @since 1.102
|
|
37844
37853
|
*
|
|
37845
37854
|
* @returns Reference to `this` in order to allow method chaining
|
|
37846
37855
|
*/
|
|
@@ -37863,7 +37872,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
37863
37872
|
*
|
|
37864
37873
|
* Gets initiated when the close button is pressed on the sidepanel
|
|
37865
37874
|
*
|
|
37866
|
-
* @
|
|
37875
|
+
* @since 1.102
|
|
37867
37876
|
*
|
|
37868
37877
|
* @returns Reference to `this` in order to allow method chaining
|
|
37869
37878
|
*/
|
|
@@ -37891,7 +37900,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
37891
37900
|
*
|
|
37892
37901
|
* Gets initiated when the close button is pressed on the sidepanel
|
|
37893
37902
|
*
|
|
37894
|
-
* @
|
|
37903
|
+
* @since 1.102
|
|
37895
37904
|
*
|
|
37896
37905
|
* @returns Reference to `this` in order to allow method chaining
|
|
37897
37906
|
*/
|
|
@@ -37963,7 +37972,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
37963
37972
|
*
|
|
37964
37973
|
* Gets initiated when the find button is pressed on the toolbar
|
|
37965
37974
|
*
|
|
37966
|
-
* @
|
|
37975
|
+
* @since 1.102
|
|
37967
37976
|
*
|
|
37968
37977
|
* @returns Reference to `this` in order to allow method chaining
|
|
37969
37978
|
*/
|
|
@@ -37991,7 +38000,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
37991
38000
|
*
|
|
37992
38001
|
* Gets initiated when the find button is pressed on the toolbar
|
|
37993
38002
|
*
|
|
37994
|
-
* @
|
|
38003
|
+
* @since 1.102
|
|
37995
38004
|
*
|
|
37996
38005
|
* @returns Reference to `this` in order to allow method chaining
|
|
37997
38006
|
*/
|
|
@@ -38014,7 +38023,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38014
38023
|
*
|
|
38015
38024
|
* Gets initiated when the find popup button is pressed on the sidepanel
|
|
38016
38025
|
*
|
|
38017
|
-
* @
|
|
38026
|
+
* @since 1.102
|
|
38018
38027
|
*
|
|
38019
38028
|
* @returns Reference to `this` in order to allow method chaining
|
|
38020
38029
|
*/
|
|
@@ -38042,7 +38051,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38042
38051
|
*
|
|
38043
38052
|
* Gets initiated when the find popup button is pressed on the sidepanel
|
|
38044
38053
|
*
|
|
38045
|
-
* @
|
|
38054
|
+
* @since 1.102
|
|
38046
38055
|
*
|
|
38047
38056
|
* @returns Reference to `this` in order to allow method chaining
|
|
38048
38057
|
*/
|
|
@@ -38065,7 +38074,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38065
38074
|
*
|
|
38066
38075
|
* Fired to invoke Gantt search side panel
|
|
38067
38076
|
*
|
|
38068
|
-
* @
|
|
38077
|
+
* @since 1.100
|
|
38069
38078
|
*
|
|
38070
38079
|
* @returns Reference to `this` in order to allow method chaining
|
|
38071
38080
|
*/
|
|
@@ -38093,7 +38102,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38093
38102
|
*
|
|
38094
38103
|
* Fired to invoke Gantt search side panel
|
|
38095
38104
|
*
|
|
38096
|
-
* @
|
|
38105
|
+
* @since 1.100
|
|
38097
38106
|
*
|
|
38098
38107
|
* @returns Reference to `this` in order to allow method chaining
|
|
38099
38108
|
*/
|
|
@@ -38195,7 +38204,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38195
38204
|
*
|
|
38196
38205
|
* The passed function and listener object must match the ones used for event registration.
|
|
38197
38206
|
*
|
|
38198
|
-
* @
|
|
38207
|
+
* @since 1.102
|
|
38199
38208
|
*
|
|
38200
38209
|
* @returns Reference to `this` in order to allow method chaining
|
|
38201
38210
|
*/
|
|
@@ -38215,7 +38224,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38215
38224
|
*
|
|
38216
38225
|
* The passed function and listener object must match the ones used for event registration.
|
|
38217
38226
|
*
|
|
38218
|
-
* @
|
|
38227
|
+
* @since 1.102
|
|
38219
38228
|
*
|
|
38220
38229
|
* @returns Reference to `this` in order to allow method chaining
|
|
38221
38230
|
*/
|
|
@@ -38254,7 +38263,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38254
38263
|
*
|
|
38255
38264
|
* The passed function and listener object must match the ones used for event registration.
|
|
38256
38265
|
*
|
|
38257
|
-
* @
|
|
38266
|
+
* @since 1.102
|
|
38258
38267
|
*
|
|
38259
38268
|
* @returns Reference to `this` in order to allow method chaining
|
|
38260
38269
|
*/
|
|
@@ -38274,7 +38283,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38274
38283
|
*
|
|
38275
38284
|
* The passed function and listener object must match the ones used for event registration.
|
|
38276
38285
|
*
|
|
38277
|
-
* @
|
|
38286
|
+
* @since 1.102
|
|
38278
38287
|
*
|
|
38279
38288
|
* @returns Reference to `this` in order to allow method chaining
|
|
38280
38289
|
*/
|
|
@@ -38294,7 +38303,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38294
38303
|
*
|
|
38295
38304
|
* The passed function and listener object must match the ones used for event registration.
|
|
38296
38305
|
*
|
|
38297
|
-
* @
|
|
38306
|
+
* @since 1.100
|
|
38298
38307
|
*
|
|
38299
38308
|
* @returns Reference to `this` in order to allow method chaining
|
|
38300
38309
|
*/
|
|
@@ -38343,7 +38352,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38343
38352
|
/**
|
|
38344
38353
|
* Fires event {@link #event:closeFindButtonPress closeFindButtonPress} to attached listeners.
|
|
38345
38354
|
*
|
|
38346
|
-
* @
|
|
38355
|
+
* @since 1.102
|
|
38347
38356
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
38348
38357
|
*
|
|
38349
38358
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38357,7 +38366,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38357
38366
|
/**
|
|
38358
38367
|
* Fires event {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress} to attached listeners.
|
|
38359
38368
|
*
|
|
38360
|
-
* @
|
|
38369
|
+
* @since 1.102
|
|
38361
38370
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
38362
38371
|
*
|
|
38363
38372
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38384,7 +38393,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38384
38393
|
/**
|
|
38385
38394
|
* Fires event {@link #event:findButtonPress findButtonPress} to attached listeners.
|
|
38386
38395
|
*
|
|
38387
|
-
* @
|
|
38396
|
+
* @since 1.102
|
|
38388
38397
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
38389
38398
|
*
|
|
38390
38399
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38398,7 +38407,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38398
38407
|
/**
|
|
38399
38408
|
* Fires event {@link #event:findPopupButtonPress findPopupButtonPress} to attached listeners.
|
|
38400
38409
|
*
|
|
38401
|
-
* @
|
|
38410
|
+
* @since 1.102
|
|
38402
38411
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
38403
38412
|
*
|
|
38404
38413
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38412,7 +38421,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38412
38421
|
/**
|
|
38413
38422
|
* Fires event {@link #event:ganttSidePanel ganttSidePanel} to attached listeners.
|
|
38414
38423
|
*
|
|
38415
|
-
* @
|
|
38424
|
+
* @since 1.100
|
|
38416
38425
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
38417
38426
|
*
|
|
38418
38427
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38457,7 +38466,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38457
38466
|
*
|
|
38458
38467
|
* Default value is `Both`.
|
|
38459
38468
|
*
|
|
38460
|
-
* @
|
|
38469
|
+
* @since 1.102
|
|
38461
38470
|
*
|
|
38462
38471
|
* @returns Value of property `findMode`
|
|
38463
38472
|
*/
|
|
@@ -38529,7 +38538,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38529
38538
|
*
|
|
38530
38539
|
* Default value is `false`.
|
|
38531
38540
|
*
|
|
38532
|
-
* @
|
|
38541
|
+
* @since 1.100
|
|
38533
38542
|
*
|
|
38534
38543
|
* @returns Value of property `showSearchButton`
|
|
38535
38544
|
*/
|
|
@@ -38677,7 +38686,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38677
38686
|
*
|
|
38678
38687
|
* Default value is `Both`.
|
|
38679
38688
|
*
|
|
38680
|
-
* @
|
|
38689
|
+
* @since 1.102
|
|
38681
38690
|
*
|
|
38682
38691
|
* @returns Reference to `this` in order to allow method chaining
|
|
38683
38692
|
*/
|
|
@@ -38784,7 +38793,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38784
38793
|
*
|
|
38785
38794
|
* Default value is `false`.
|
|
38786
38795
|
*
|
|
38787
|
-
* @
|
|
38796
|
+
* @since 1.100
|
|
38788
38797
|
*
|
|
38789
38798
|
* @returns Reference to `this` in order to allow method chaining
|
|
38790
38799
|
*/
|
|
@@ -38962,14 +38971,14 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38962
38971
|
* Flag to show or hide Find and Select search button Find operation is not going to work for the stock
|
|
38963
38972
|
* chart and utilization gantt charts with time continuous shapes.
|
|
38964
38973
|
*
|
|
38965
|
-
* @
|
|
38974
|
+
* @since 1.100
|
|
38966
38975
|
*/
|
|
38967
38976
|
showSearchButton?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
38968
38977
|
|
|
38969
38978
|
/**
|
|
38970
38979
|
* Defines where the search box should appear on pressing the find button
|
|
38971
38980
|
*
|
|
38972
|
-
* @
|
|
38981
|
+
* @since 1.102
|
|
38973
38982
|
*/
|
|
38974
38983
|
findMode?:
|
|
38975
38984
|
| (config.FindMode | keyof typeof config.FindMode)
|
|
@@ -39010,35 +39019,35 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
39010
39019
|
/**
|
|
39011
39020
|
* Fired to invoke Gantt search side panel
|
|
39012
39021
|
*
|
|
39013
|
-
* @
|
|
39022
|
+
* @since 1.100
|
|
39014
39023
|
*/
|
|
39015
39024
|
ganttSidePanel?: (oEvent: ContainerToolbar$GanttSidePanelEvent) => void;
|
|
39016
39025
|
|
|
39017
39026
|
/**
|
|
39018
39027
|
* Gets initiated when the find button is pressed on the toolbar
|
|
39019
39028
|
*
|
|
39020
|
-
* @
|
|
39029
|
+
* @since 1.102
|
|
39021
39030
|
*/
|
|
39022
39031
|
findButtonPress?: (oEvent: Event) => void;
|
|
39023
39032
|
|
|
39024
39033
|
/**
|
|
39025
39034
|
* Gets initiated when the close find button is pressed on the toolbar
|
|
39026
39035
|
*
|
|
39027
|
-
* @
|
|
39036
|
+
* @since 1.102
|
|
39028
39037
|
*/
|
|
39029
39038
|
closeFindButtonPress?: (oEvent: Event) => void;
|
|
39030
39039
|
|
|
39031
39040
|
/**
|
|
39032
39041
|
* Gets initiated when the find popup button is pressed on the sidepanel
|
|
39033
39042
|
*
|
|
39034
|
-
* @
|
|
39043
|
+
* @since 1.102
|
|
39035
39044
|
*/
|
|
39036
39045
|
findPopupButtonPress?: (oEvent: Event) => void;
|
|
39037
39046
|
|
|
39038
39047
|
/**
|
|
39039
39048
|
* Gets initiated when the close button is pressed on the sidepanel
|
|
39040
39049
|
*
|
|
39041
|
-
* @
|
|
39050
|
+
* @since 1.102
|
|
39042
39051
|
*/
|
|
39043
39052
|
closeSidePanelButtonPress?: (oEvent: Event) => void;
|
|
39044
39053
|
}
|
|
@@ -39058,15 +39067,11 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
39058
39067
|
|
|
39059
39068
|
/**
|
|
39060
39069
|
* Parameters of the ContainerToolbar#closeFindButtonPress event.
|
|
39061
|
-
*
|
|
39062
|
-
* @experimental (since 1.102)
|
|
39063
39070
|
*/
|
|
39064
39071
|
export interface ContainerToolbar$CloseFindButtonPressEventParameters {}
|
|
39065
39072
|
|
|
39066
39073
|
/**
|
|
39067
39074
|
* Event object of the ContainerToolbar#closeFindButtonPress event.
|
|
39068
|
-
*
|
|
39069
|
-
* @experimental (since 1.102)
|
|
39070
39075
|
*/
|
|
39071
39076
|
export type ContainerToolbar$CloseFindButtonPressEvent = Event<
|
|
39072
39077
|
ContainerToolbar$CloseFindButtonPressEventParameters,
|
|
@@ -39075,15 +39080,11 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
39075
39080
|
|
|
39076
39081
|
/**
|
|
39077
39082
|
* Parameters of the ContainerToolbar#closeSidePanelButtonPress event.
|
|
39078
|
-
*
|
|
39079
|
-
* @experimental (since 1.102)
|
|
39080
39083
|
*/
|
|
39081
39084
|
export interface ContainerToolbar$CloseSidePanelButtonPressEventParameters {}
|
|
39082
39085
|
|
|
39083
39086
|
/**
|
|
39084
39087
|
* Event object of the ContainerToolbar#closeSidePanelButtonPress event.
|
|
39085
|
-
*
|
|
39086
|
-
* @experimental (since 1.102)
|
|
39087
39088
|
*/
|
|
39088
39089
|
export type ContainerToolbar$CloseSidePanelButtonPressEvent = Event<
|
|
39089
39090
|
ContainerToolbar$CloseSidePanelButtonPressEventParameters,
|
|
@@ -39109,15 +39110,11 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
39109
39110
|
|
|
39110
39111
|
/**
|
|
39111
39112
|
* Parameters of the ContainerToolbar#findButtonPress event.
|
|
39112
|
-
*
|
|
39113
|
-
* @experimental (since 1.102)
|
|
39114
39113
|
*/
|
|
39115
39114
|
export interface ContainerToolbar$FindButtonPressEventParameters {}
|
|
39116
39115
|
|
|
39117
39116
|
/**
|
|
39118
39117
|
* Event object of the ContainerToolbar#findButtonPress event.
|
|
39119
|
-
*
|
|
39120
|
-
* @experimental (since 1.102)
|
|
39121
39118
|
*/
|
|
39122
39119
|
export type ContainerToolbar$FindButtonPressEvent = Event<
|
|
39123
39120
|
ContainerToolbar$FindButtonPressEventParameters,
|
|
@@ -39126,15 +39123,11 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
39126
39123
|
|
|
39127
39124
|
/**
|
|
39128
39125
|
* Parameters of the ContainerToolbar#findPopupButtonPress event.
|
|
39129
|
-
*
|
|
39130
|
-
* @experimental (since 1.102)
|
|
39131
39126
|
*/
|
|
39132
39127
|
export interface ContainerToolbar$FindPopupButtonPressEventParameters {}
|
|
39133
39128
|
|
|
39134
39129
|
/**
|
|
39135
39130
|
* Event object of the ContainerToolbar#findPopupButtonPress event.
|
|
39136
|
-
*
|
|
39137
|
-
* @experimental (since 1.102)
|
|
39138
39131
|
*/
|
|
39139
39132
|
export type ContainerToolbar$FindPopupButtonPressEvent = Event<
|
|
39140
39133
|
ContainerToolbar$FindPopupButtonPressEventParameters,
|
|
@@ -39143,8 +39136,6 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
39143
39136
|
|
|
39144
39137
|
/**
|
|
39145
39138
|
* Parameters of the ContainerToolbar#ganttSidePanel event.
|
|
39146
|
-
*
|
|
39147
|
-
* @experimental (since 1.100)
|
|
39148
39139
|
*/
|
|
39149
39140
|
export interface ContainerToolbar$GanttSidePanelEventParameters {
|
|
39150
39141
|
updateSidePanelState?: object;
|
|
@@ -39152,8 +39143,6 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
39152
39143
|
|
|
39153
39144
|
/**
|
|
39154
39145
|
* Event object of the ContainerToolbar#ganttSidePanel event.
|
|
39155
|
-
*
|
|
39156
|
-
* @experimental (since 1.100)
|
|
39157
39146
|
*/
|
|
39158
39147
|
export type ContainerToolbar$GanttSidePanelEvent = Event<
|
|
39159
39148
|
ContainerToolbar$GanttSidePanelEventParameters,
|
|
@@ -40711,6 +40700,8 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40711
40700
|
|
|
40712
40701
|
import GanttChartWithTable from "sap/gantt/simple/GanttChartWithTable";
|
|
40713
40702
|
|
|
40703
|
+
import ShapeStyle from "sap/gantt/simple/ShapeStyle";
|
|
40704
|
+
|
|
40714
40705
|
import Event from "sap/ui/base/Event";
|
|
40715
40706
|
|
|
40716
40707
|
import { simple } from "sap/gantt/library";
|
|
@@ -40816,6 +40807,19 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40816
40807
|
*/
|
|
40817
40808
|
oGanttChart: GanttChartWithTable
|
|
40818
40809
|
): this;
|
|
40810
|
+
/**
|
|
40811
|
+
* Adds some shapeStyle to the aggregation {@link #getShapeStyles shapeStyles}.
|
|
40812
|
+
*
|
|
40813
|
+
* @since 1.130
|
|
40814
|
+
*
|
|
40815
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40816
|
+
*/
|
|
40817
|
+
addShapeStyle(
|
|
40818
|
+
/**
|
|
40819
|
+
* The shapeStyle to add; if empty, nothing is inserted
|
|
40820
|
+
*/
|
|
40821
|
+
oShapeStyle: ShapeStyle
|
|
40822
|
+
): this;
|
|
40819
40823
|
/**
|
|
40820
40824
|
* Attaches event handler `fnFunction` to the {@link #event:customGanttSearchResult customGanttSearchResult }
|
|
40821
40825
|
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
@@ -40828,7 +40832,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40828
40832
|
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
40829
40833
|
* panel
|
|
40830
40834
|
*
|
|
40831
|
-
* @
|
|
40835
|
+
* @since 1.106
|
|
40832
40836
|
*
|
|
40833
40837
|
* @returns Reference to `this` in order to allow method chaining
|
|
40834
40838
|
*/
|
|
@@ -40862,7 +40866,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40862
40866
|
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
40863
40867
|
* panel
|
|
40864
40868
|
*
|
|
40865
|
-
* @
|
|
40869
|
+
* @since 1.106
|
|
40866
40870
|
*
|
|
40867
40871
|
* @returns Reference to `this` in order to allow method chaining
|
|
40868
40872
|
*/
|
|
@@ -40948,7 +40952,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40948
40952
|
* This event enables the application to modify the list (i.e, change text, add icons, etc) which is shown
|
|
40949
40953
|
* on the search side panel.
|
|
40950
40954
|
*
|
|
40951
|
-
* @
|
|
40955
|
+
* @since 1.102
|
|
40952
40956
|
*
|
|
40953
40957
|
* @returns Reference to `this` in order to allow method chaining
|
|
40954
40958
|
*/
|
|
@@ -40982,7 +40986,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40982
40986
|
* This event enables the application to modify the list (i.e, change text, add icons, etc) which is shown
|
|
40983
40987
|
* on the search side panel.
|
|
40984
40988
|
*
|
|
40985
|
-
* @
|
|
40989
|
+
* @since 1.102
|
|
40986
40990
|
*
|
|
40987
40991
|
* @returns Reference to `this` in order to allow method chaining
|
|
40988
40992
|
*/
|
|
@@ -41010,7 +41014,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41010
41014
|
*
|
|
41011
41015
|
* This event enables the application to react when a change occurs in the selected search item.
|
|
41012
41016
|
*
|
|
41013
|
-
* @
|
|
41017
|
+
* @since 1.121
|
|
41014
41018
|
*
|
|
41015
41019
|
* @returns Reference to `this` in order to allow method chaining
|
|
41016
41020
|
*/
|
|
@@ -41041,7 +41045,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41041
41045
|
*
|
|
41042
41046
|
* This event enables the application to react when a change occurs in the selected search item.
|
|
41043
41047
|
*
|
|
41044
|
-
* @
|
|
41048
|
+
* @since 1.121
|
|
41045
41049
|
*
|
|
41046
41050
|
* @returns Reference to `this` in order to allow method chaining
|
|
41047
41051
|
*/
|
|
@@ -41127,7 +41131,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41127
41131
|
/**
|
|
41128
41132
|
* Destroys the searchSidePanel in the aggregation {@link #getSearchSidePanel searchSidePanel}.
|
|
41129
41133
|
*
|
|
41130
|
-
* @
|
|
41134
|
+
* @since 1.100
|
|
41131
41135
|
*
|
|
41132
41136
|
* @returns Reference to `this` in order to allow method chaining
|
|
41133
41137
|
*/
|
|
@@ -41135,15 +41139,23 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41135
41139
|
/**
|
|
41136
41140
|
* Destroys the searchSidePanelList in the aggregation {@link #getSearchSidePanelList searchSidePanelList}.
|
|
41137
41141
|
*
|
|
41138
|
-
* @
|
|
41142
|
+
* @since 1.102
|
|
41139
41143
|
*
|
|
41140
41144
|
* @returns Reference to `this` in order to allow method chaining
|
|
41141
41145
|
*/
|
|
41142
41146
|
destroySearchSidePanelList(): this;
|
|
41147
|
+
/**
|
|
41148
|
+
* Destroys all the shapeStyles in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
41149
|
+
*
|
|
41150
|
+
* @since 1.130
|
|
41151
|
+
*
|
|
41152
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41153
|
+
*/
|
|
41154
|
+
destroyShapeStyles(): this;
|
|
41143
41155
|
/**
|
|
41144
41156
|
* Destroys the sidePanel in the aggregation {@link #getSidePanel sidePanel}.
|
|
41145
41157
|
*
|
|
41146
|
-
* @
|
|
41158
|
+
* @since 1.126
|
|
41147
41159
|
*
|
|
41148
41160
|
* @returns Reference to `this` in order to allow method chaining
|
|
41149
41161
|
*/
|
|
@@ -41183,7 +41195,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41183
41195
|
*
|
|
41184
41196
|
* The passed function and listener object must match the ones used for event registration.
|
|
41185
41197
|
*
|
|
41186
|
-
* @
|
|
41198
|
+
* @since 1.106
|
|
41187
41199
|
*
|
|
41188
41200
|
* @returns Reference to `this` in order to allow method chaining
|
|
41189
41201
|
*/
|
|
@@ -41224,7 +41236,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41224
41236
|
*
|
|
41225
41237
|
* The passed function and listener object must match the ones used for event registration.
|
|
41226
41238
|
*
|
|
41227
|
-
* @
|
|
41239
|
+
* @since 1.102
|
|
41228
41240
|
*
|
|
41229
41241
|
* @returns Reference to `this` in order to allow method chaining
|
|
41230
41242
|
*/
|
|
@@ -41246,7 +41258,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41246
41258
|
*
|
|
41247
41259
|
* The passed function and listener object must match the ones used for event registration.
|
|
41248
41260
|
*
|
|
41249
|
-
* @
|
|
41261
|
+
* @since 1.121
|
|
41250
41262
|
*
|
|
41251
41263
|
* @returns Reference to `this` in order to allow method chaining
|
|
41252
41264
|
*/
|
|
@@ -41283,7 +41295,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41283
41295
|
/**
|
|
41284
41296
|
* Fires event {@link #event:customGanttSearchResult customGanttSearchResult} to attached listeners.
|
|
41285
41297
|
*
|
|
41286
|
-
* @
|
|
41298
|
+
* @since 1.106
|
|
41287
41299
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
41288
41300
|
*
|
|
41289
41301
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -41310,7 +41322,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41310
41322
|
/**
|
|
41311
41323
|
* Fires event {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList} to attached listeners.
|
|
41312
41324
|
*
|
|
41313
|
-
* @
|
|
41325
|
+
* @since 1.102
|
|
41314
41326
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
41315
41327
|
*
|
|
41316
41328
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -41324,7 +41336,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41324
41336
|
/**
|
|
41325
41337
|
* Fires event {@link #event:searchSelectionChanged searchSelectionChanged} to attached listeners.
|
|
41326
41338
|
*
|
|
41327
|
-
* @
|
|
41339
|
+
* @since 1.121
|
|
41328
41340
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
41329
41341
|
*
|
|
41330
41342
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -41356,7 +41368,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41356
41368
|
*
|
|
41357
41369
|
* Default value is `[]`.
|
|
41358
41370
|
*
|
|
41359
|
-
* @
|
|
41371
|
+
* @since 1.106
|
|
41360
41372
|
*
|
|
41361
41373
|
* @returns Value of property `customSearchResults`
|
|
41362
41374
|
*/
|
|
@@ -41410,7 +41422,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41410
41422
|
*
|
|
41411
41423
|
* Default value is `true`.
|
|
41412
41424
|
*
|
|
41413
|
-
* @
|
|
41425
|
+
* @since 1.111
|
|
41414
41426
|
*
|
|
41415
41427
|
* @returns Value of property `enableAutoSelectOnFind`
|
|
41416
41428
|
*/
|
|
@@ -41566,7 +41578,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41566
41578
|
*
|
|
41567
41579
|
* Side panel to display search results of Find and Select operation in the chart area
|
|
41568
41580
|
*
|
|
41569
|
-
* @
|
|
41581
|
+
* @since 1.100
|
|
41570
41582
|
*/
|
|
41571
41583
|
getSearchSidePanel(): /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
|
|
41572
41584
|
/**
|
|
@@ -41574,15 +41586,24 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41574
41586
|
*
|
|
41575
41587
|
* List of search results displayed on the side panel of Find and Select operation
|
|
41576
41588
|
*
|
|
41577
|
-
* @
|
|
41589
|
+
* @since 1.102
|
|
41578
41590
|
*/
|
|
41579
41591
|
getSearchSidePanelList(): NavigationList;
|
|
41592
|
+
/**
|
|
41593
|
+
* Gets content of aggregation {@link #getShapeStyles shapeStyles}.
|
|
41594
|
+
*
|
|
41595
|
+
* Configuration for the Gantt chart styles. This aggregation will be ignored if ganntStyleConfigs aggregation
|
|
41596
|
+
* is set for ganttChartWithTable.
|
|
41597
|
+
*
|
|
41598
|
+
* @since 1.130
|
|
41599
|
+
*/
|
|
41600
|
+
getShapeStyles(): ShapeStyle[];
|
|
41580
41601
|
/**
|
|
41581
41602
|
* Gets content of aggregation {@link #getSidePanel sidePanel}.
|
|
41582
41603
|
*
|
|
41583
41604
|
* Side panel to place custom control within the Gantt Chart Container.
|
|
41584
41605
|
*
|
|
41585
|
-
* @
|
|
41606
|
+
* @since 1.126
|
|
41586
41607
|
*/
|
|
41587
41608
|
getSidePanel(): SidePanel;
|
|
41588
41609
|
/**
|
|
@@ -41675,6 +41696,20 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41675
41696
|
*/
|
|
41676
41697
|
oGanttChart: GanttChartWithTable
|
|
41677
41698
|
): int;
|
|
41699
|
+
/**
|
|
41700
|
+
* Checks for the provided `sap.gantt.simple.ShapeStyle` in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
41701
|
+
* and returns its index if found or -1 otherwise.
|
|
41702
|
+
*
|
|
41703
|
+
* @since 1.130
|
|
41704
|
+
*
|
|
41705
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
41706
|
+
*/
|
|
41707
|
+
indexOfShapeStyle(
|
|
41708
|
+
/**
|
|
41709
|
+
* The shapeStyle whose index is looked for
|
|
41710
|
+
*/
|
|
41711
|
+
oShapeStyle: ShapeStyle
|
|
41712
|
+
): int;
|
|
41678
41713
|
/**
|
|
41679
41714
|
* Inserts a ganttChart into the aggregation {@link #getGanttCharts ganttCharts}.
|
|
41680
41715
|
*
|
|
@@ -41693,6 +41728,25 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41693
41728
|
*/
|
|
41694
41729
|
iIndex: int
|
|
41695
41730
|
): this;
|
|
41731
|
+
/**
|
|
41732
|
+
* Inserts a shapeStyle into the aggregation {@link #getShapeStyles shapeStyles}.
|
|
41733
|
+
*
|
|
41734
|
+
* @since 1.130
|
|
41735
|
+
*
|
|
41736
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41737
|
+
*/
|
|
41738
|
+
insertShapeStyle(
|
|
41739
|
+
/**
|
|
41740
|
+
* The shapeStyle to insert; if empty, nothing is inserted
|
|
41741
|
+
*/
|
|
41742
|
+
oShapeStyle: ShapeStyle,
|
|
41743
|
+
/**
|
|
41744
|
+
* The `0`-based index the shapeStyle should be inserted at; for a negative value of `iIndex`, the shapeStyle
|
|
41745
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the shapeStyle
|
|
41746
|
+
* is inserted at the last position
|
|
41747
|
+
*/
|
|
41748
|
+
iIndex: int
|
|
41749
|
+
): this;
|
|
41696
41750
|
/**
|
|
41697
41751
|
* Removes all the controls from the aggregation {@link #getGanttCharts ganttCharts}.
|
|
41698
41752
|
*
|
|
@@ -41702,6 +41756,16 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41702
41756
|
* @returns An array of the removed elements (might be empty)
|
|
41703
41757
|
*/
|
|
41704
41758
|
removeAllGanttCharts(): GanttChartWithTable[];
|
|
41759
|
+
/**
|
|
41760
|
+
* Removes all the controls from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
41761
|
+
*
|
|
41762
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
41763
|
+
*
|
|
41764
|
+
* @since 1.130
|
|
41765
|
+
*
|
|
41766
|
+
* @returns An array of the removed elements (might be empty)
|
|
41767
|
+
*/
|
|
41768
|
+
removeAllShapeStyles(): ShapeStyle[];
|
|
41705
41769
|
/**
|
|
41706
41770
|
* Removes a ganttChart from the aggregation {@link #getGanttCharts ganttCharts}.
|
|
41707
41771
|
*
|
|
@@ -41714,6 +41778,19 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41714
41778
|
*/
|
|
41715
41779
|
vGanttChart: int | string | GanttChartWithTable
|
|
41716
41780
|
): GanttChartWithTable | null;
|
|
41781
|
+
/**
|
|
41782
|
+
* Removes a shapeStyle from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
41783
|
+
*
|
|
41784
|
+
* @since 1.130
|
|
41785
|
+
*
|
|
41786
|
+
* @returns The removed shapeStyle or `null`
|
|
41787
|
+
*/
|
|
41788
|
+
removeShapeStyle(
|
|
41789
|
+
/**
|
|
41790
|
+
* The shapeStyle to remove or its index or id
|
|
41791
|
+
*/
|
|
41792
|
+
vShapeStyle: int | string | ShapeStyle
|
|
41793
|
+
): ShapeStyle | null;
|
|
41717
41794
|
/**
|
|
41718
41795
|
* Sets a new value for property {@link #getCustomSearchResults customSearchResults}.
|
|
41719
41796
|
*
|
|
@@ -41723,7 +41800,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41723
41800
|
*
|
|
41724
41801
|
* Default value is `[]`.
|
|
41725
41802
|
*
|
|
41726
|
-
* @
|
|
41803
|
+
* @since 1.106
|
|
41727
41804
|
*
|
|
41728
41805
|
* @returns Reference to `this` in order to allow method chaining
|
|
41729
41806
|
*/
|
|
@@ -41805,7 +41882,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41805
41882
|
*
|
|
41806
41883
|
* Default value is `true`.
|
|
41807
41884
|
*
|
|
41808
|
-
* @
|
|
41885
|
+
* @since 1.111
|
|
41809
41886
|
*
|
|
41810
41887
|
* @returns Reference to `this` in order to allow method chaining
|
|
41811
41888
|
*/
|
|
@@ -42035,7 +42112,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42035
42112
|
/**
|
|
42036
42113
|
* Sets the aggregated {@link #getSearchSidePanel searchSidePanel}.
|
|
42037
42114
|
*
|
|
42038
|
-
* @
|
|
42115
|
+
* @since 1.100
|
|
42039
42116
|
*
|
|
42040
42117
|
* @returns Reference to `this` in order to allow method chaining
|
|
42041
42118
|
*/
|
|
@@ -42048,7 +42125,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42048
42125
|
/**
|
|
42049
42126
|
* Sets the aggregated {@link #getSearchSidePanelList searchSidePanelList}.
|
|
42050
42127
|
*
|
|
42051
|
-
* @
|
|
42128
|
+
* @since 1.102
|
|
42052
42129
|
*
|
|
42053
42130
|
* @returns Reference to `this` in order to allow method chaining
|
|
42054
42131
|
*/
|
|
@@ -42061,7 +42138,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42061
42138
|
/**
|
|
42062
42139
|
* Sets the aggregated {@link #getSidePanel sidePanel}.
|
|
42063
42140
|
*
|
|
42064
|
-
* @
|
|
42141
|
+
* @since 1.126
|
|
42065
42142
|
*
|
|
42066
42143
|
* @returns Reference to `this` in order to allow method chaining
|
|
42067
42144
|
*/
|
|
@@ -42339,14 +42416,14 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42339
42416
|
/**
|
|
42340
42417
|
* Array of search results displayed on the toolbar and side panel
|
|
42341
42418
|
*
|
|
42342
|
-
* @
|
|
42419
|
+
* @since 1.106
|
|
42343
42420
|
*/
|
|
42344
42421
|
customSearchResults?: any[] | PropertyBindingInfo | `{${string}}`;
|
|
42345
42422
|
|
|
42346
42423
|
/**
|
|
42347
42424
|
* This property enables the auto selection of a shape upon search and find.
|
|
42348
42425
|
*
|
|
42349
|
-
* @
|
|
42426
|
+
* @since 1.111
|
|
42350
42427
|
*/
|
|
42351
42428
|
enableAutoSelectOnFind?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
42352
42429
|
|
|
@@ -42392,24 +42469,36 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42392
42469
|
/**
|
|
42393
42470
|
* Side panel to display search results of Find and Select operation in the chart area
|
|
42394
42471
|
*
|
|
42395
|
-
* @
|
|
42472
|
+
* @since 1.100
|
|
42396
42473
|
*/
|
|
42397
42474
|
searchSidePanel?: /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
|
|
42398
42475
|
|
|
42399
42476
|
/**
|
|
42400
42477
|
* List of search results displayed on the side panel of Find and Select operation
|
|
42401
42478
|
*
|
|
42402
|
-
* @
|
|
42479
|
+
* @since 1.102
|
|
42403
42480
|
*/
|
|
42404
42481
|
searchSidePanelList?: NavigationList;
|
|
42405
42482
|
|
|
42406
42483
|
/**
|
|
42407
42484
|
* Side panel to place custom control within the Gantt Chart Container.
|
|
42408
42485
|
*
|
|
42409
|
-
* @
|
|
42486
|
+
* @since 1.126
|
|
42410
42487
|
*/
|
|
42411
42488
|
sidePanel?: SidePanel;
|
|
42412
42489
|
|
|
42490
|
+
/**
|
|
42491
|
+
* Configuration for the Gantt chart styles. This aggregation will be ignored if ganntStyleConfigs aggregation
|
|
42492
|
+
* is set for ganttChartWithTable.
|
|
42493
|
+
*
|
|
42494
|
+
* @since 1.130
|
|
42495
|
+
*/
|
|
42496
|
+
shapeStyles?:
|
|
42497
|
+
| ShapeStyle[]
|
|
42498
|
+
| ShapeStyle
|
|
42499
|
+
| AggregationBindingInfo
|
|
42500
|
+
| `{${string}}`;
|
|
42501
|
+
|
|
42413
42502
|
/**
|
|
42414
42503
|
* Event fired when the custom settings value is changed.
|
|
42415
42504
|
*
|
|
@@ -42437,7 +42526,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42437
42526
|
* This event enables the application to modify the list (i.e, change text, add icons, etc) which is shown
|
|
42438
42527
|
* on the search side panel.
|
|
42439
42528
|
*
|
|
42440
|
-
* @
|
|
42529
|
+
* @since 1.102
|
|
42441
42530
|
*/
|
|
42442
42531
|
ganttSearchSidePanelList?: (
|
|
42443
42532
|
oEvent: GanttChartContainer$GanttSearchSidePanelListEvent
|
|
@@ -42449,7 +42538,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42449
42538
|
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
42450
42539
|
* panel
|
|
42451
42540
|
*
|
|
42452
|
-
* @
|
|
42541
|
+
* @since 1.106
|
|
42453
42542
|
*/
|
|
42454
42543
|
customGanttSearchResult?: (
|
|
42455
42544
|
oEvent: GanttChartContainer$CustomGanttSearchResultEvent
|
|
@@ -42460,7 +42549,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42460
42549
|
*
|
|
42461
42550
|
* This event enables the application to react when a change occurs in the selected search item.
|
|
42462
42551
|
*
|
|
42463
|
-
* @
|
|
42552
|
+
* @since 1.121
|
|
42464
42553
|
*/
|
|
42465
42554
|
searchSelectionChanged?: (
|
|
42466
42555
|
oEvent: GanttChartContainer$SearchSelectionChangedEvent
|
|
@@ -42469,8 +42558,6 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42469
42558
|
|
|
42470
42559
|
/**
|
|
42471
42560
|
* Parameters of the GanttChartContainer#customGanttSearchResult event.
|
|
42472
|
-
*
|
|
42473
|
-
* @experimental (since 1.106)
|
|
42474
42561
|
*/
|
|
42475
42562
|
export interface GanttChartContainer$CustomGanttSearchResultEventParameters {
|
|
42476
42563
|
/**
|
|
@@ -42482,8 +42569,6 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42482
42569
|
|
|
42483
42570
|
/**
|
|
42484
42571
|
* Event object of the GanttChartContainer#customGanttSearchResult event.
|
|
42485
|
-
*
|
|
42486
|
-
* @experimental (since 1.106)
|
|
42487
42572
|
*/
|
|
42488
42573
|
export type GanttChartContainer$CustomGanttSearchResultEvent = Event<
|
|
42489
42574
|
GanttChartContainer$CustomGanttSearchResultEventParameters,
|
|
@@ -42515,8 +42600,6 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42515
42600
|
|
|
42516
42601
|
/**
|
|
42517
42602
|
* Parameters of the GanttChartContainer#ganttSearchSidePanelList event.
|
|
42518
|
-
*
|
|
42519
|
-
* @experimental (since 1.102)
|
|
42520
42603
|
*/
|
|
42521
42604
|
export interface GanttChartContainer$GanttSearchSidePanelListEventParameters {
|
|
42522
42605
|
/**
|
|
@@ -42528,8 +42611,6 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42528
42611
|
|
|
42529
42612
|
/**
|
|
42530
42613
|
* Event object of the GanttChartContainer#ganttSearchSidePanelList event.
|
|
42531
|
-
*
|
|
42532
|
-
* @experimental (since 1.102)
|
|
42533
42614
|
*/
|
|
42534
42615
|
export type GanttChartContainer$GanttSearchSidePanelListEvent = Event<
|
|
42535
42616
|
GanttChartContainer$GanttSearchSidePanelListEventParameters,
|
|
@@ -42538,8 +42619,6 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42538
42619
|
|
|
42539
42620
|
/**
|
|
42540
42621
|
* Parameters of the GanttChartContainer#searchSelectionChanged event.
|
|
42541
|
-
*
|
|
42542
|
-
* @experimental (since 1.121)
|
|
42543
42622
|
*/
|
|
42544
42623
|
export interface GanttChartContainer$SearchSelectionChangedEventParameters {
|
|
42545
42624
|
shape?: BaseShape;
|
|
@@ -42549,8 +42628,6 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42549
42628
|
|
|
42550
42629
|
/**
|
|
42551
42630
|
* Event object of the GanttChartContainer#searchSelectionChanged event.
|
|
42552
|
-
*
|
|
42553
|
-
* @experimental (since 1.121)
|
|
42554
42631
|
*/
|
|
42555
42632
|
export type GanttChartContainer$SearchSelectionChangedEvent = Event<
|
|
42556
42633
|
GanttChartContainer$SearchSelectionChangedEventParameters,
|
|
@@ -42582,6 +42659,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42582
42659
|
|
|
42583
42660
|
import ShapeScheme from "sap/gantt/simple/ShapeScheme";
|
|
42584
42661
|
|
|
42662
|
+
import ShapeStyle from "sap/gantt/simple/ShapeStyle";
|
|
42663
|
+
|
|
42585
42664
|
import AdhocLine1 from "sap/gantt/simple/AdhocLine";
|
|
42586
42665
|
|
|
42587
42666
|
import Event from "sap/ui/base/Event";
|
|
@@ -42759,6 +42838,19 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42759
42838
|
*/
|
|
42760
42839
|
oShapeScheme: ShapeScheme
|
|
42761
42840
|
): this;
|
|
42841
|
+
/**
|
|
42842
|
+
* Adds some shapeStyle to the aggregation {@link #getShapeStyles shapeStyles}.
|
|
42843
|
+
*
|
|
42844
|
+
* @since 1.130
|
|
42845
|
+
*
|
|
42846
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42847
|
+
*/
|
|
42848
|
+
addShapeStyle(
|
|
42849
|
+
/**
|
|
42850
|
+
* The shapeStyle to add; if empty, nothing is inserted
|
|
42851
|
+
*/
|
|
42852
|
+
oShapeStyle: ShapeStyle
|
|
42853
|
+
): this;
|
|
42762
42854
|
/**
|
|
42763
42855
|
* Adds some simpleAdhocLine to the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
42764
42856
|
*
|
|
@@ -43649,6 +43741,14 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43649
43741
|
* @returns Reference to `this` in order to allow method chaining
|
|
43650
43742
|
*/
|
|
43651
43743
|
destroyShapeSchemes(): this;
|
|
43744
|
+
/**
|
|
43745
|
+
* Destroys all the shapeStyles in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
43746
|
+
*
|
|
43747
|
+
* @since 1.130
|
|
43748
|
+
*
|
|
43749
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43750
|
+
*/
|
|
43751
|
+
destroyShapeStyles(): this;
|
|
43652
43752
|
/**
|
|
43653
43753
|
* Destroys all the simpleAdhocLines in the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
43654
43754
|
*
|
|
@@ -44490,7 +44590,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44490
44590
|
*
|
|
44491
44591
|
* Default value is `true`.
|
|
44492
44592
|
*
|
|
44493
|
-
* @
|
|
44593
|
+
* @since 1.127
|
|
44494
44594
|
*
|
|
44495
44595
|
* @returns Value of property `enableMultipleGhosts`
|
|
44496
44596
|
*/
|
|
@@ -44525,7 +44625,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44525
44625
|
*
|
|
44526
44626
|
* Default value is `false`.
|
|
44527
44627
|
*
|
|
44528
|
-
* @
|
|
44628
|
+
* @since 1.110
|
|
44529
44629
|
*
|
|
44530
44630
|
* @returns Value of property `enablePseudoShapes`
|
|
44531
44631
|
*/
|
|
@@ -44570,7 +44670,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44570
44670
|
*
|
|
44571
44671
|
* Default value is `[]`.
|
|
44572
44672
|
*
|
|
44573
|
-
* @
|
|
44673
|
+
* @since 1.100
|
|
44574
44674
|
*
|
|
44575
44675
|
* @returns Value of property `findBy`
|
|
44576
44676
|
*/
|
|
@@ -44582,7 +44682,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44582
44682
|
*
|
|
44583
44683
|
* Default value is `library.simple.findByOperator.OR`.
|
|
44584
44684
|
*
|
|
44585
|
-
* @
|
|
44685
|
+
* @since 1.100
|
|
44586
44686
|
*
|
|
44587
44687
|
* @returns Value of property `findByOperator`
|
|
44588
44688
|
*/
|
|
@@ -44636,7 +44736,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44636
44736
|
*
|
|
44637
44737
|
* Default value is `false`.
|
|
44638
44738
|
*
|
|
44639
|
-
* @
|
|
44739
|
+
* @since 1.109
|
|
44640
44740
|
*
|
|
44641
44741
|
* @returns Value of property `horizontalLazyLoadingEnabled`
|
|
44642
44742
|
*/
|
|
@@ -44850,7 +44950,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44850
44950
|
*
|
|
44851
44951
|
* Default value is `[]`.
|
|
44852
44952
|
*
|
|
44853
|
-
* @
|
|
44953
|
+
* @since 1.113
|
|
44854
44954
|
*
|
|
44855
44955
|
* @returns Value of property `shapeRenderOrder`
|
|
44856
44956
|
*/
|
|
@@ -44901,6 +45001,14 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44901
45001
|
* @returns Value of property `shapeSelectionSettings`
|
|
44902
45002
|
*/
|
|
44903
45003
|
getShapeSelectionSettings(): object;
|
|
45004
|
+
/**
|
|
45005
|
+
* Gets content of aggregation {@link #getShapeStyles shapeStyles}.
|
|
45006
|
+
*
|
|
45007
|
+
* Configuration for the Gantt chart styles. This Aggregation will override shapeStyles aggregation of ganttChartContainer.
|
|
45008
|
+
*
|
|
45009
|
+
* @since 1.130
|
|
45010
|
+
*/
|
|
45011
|
+
getShapeStyles(): ShapeStyle[];
|
|
44904
45012
|
/**
|
|
44905
45013
|
* Returns a list of shape UIDs containing a given set of properties.
|
|
44906
45014
|
*
|
|
@@ -45087,7 +45195,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45087
45195
|
*
|
|
45088
45196
|
* Default value is `false`.
|
|
45089
45197
|
*
|
|
45090
|
-
* @
|
|
45198
|
+
* @since 1.98
|
|
45091
45199
|
*
|
|
45092
45200
|
* @returns Value of property `useParentShapeOnExpand`
|
|
45093
45201
|
*/
|
|
@@ -45172,6 +45280,20 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45172
45280
|
*/
|
|
45173
45281
|
oShapeScheme: ShapeScheme
|
|
45174
45282
|
): int;
|
|
45283
|
+
/**
|
|
45284
|
+
* Checks for the provided `sap.gantt.simple.ShapeStyle` in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
45285
|
+
* and returns its index if found or -1 otherwise.
|
|
45286
|
+
*
|
|
45287
|
+
* @since 1.130
|
|
45288
|
+
*
|
|
45289
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
45290
|
+
*/
|
|
45291
|
+
indexOfShapeStyle(
|
|
45292
|
+
/**
|
|
45293
|
+
* The shapeStyle whose index is looked for
|
|
45294
|
+
*/
|
|
45295
|
+
oShapeStyle: ShapeStyle
|
|
45296
|
+
): int;
|
|
45175
45297
|
/**
|
|
45176
45298
|
* Checks for the provided `sap.gantt.simple.AdhocLine` in the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
45177
45299
|
* and returns its index if found or -1 otherwise.
|
|
@@ -45280,6 +45402,25 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45280
45402
|
*/
|
|
45281
45403
|
iIndex: int
|
|
45282
45404
|
): this;
|
|
45405
|
+
/**
|
|
45406
|
+
* Inserts a shapeStyle into the aggregation {@link #getShapeStyles shapeStyles}.
|
|
45407
|
+
*
|
|
45408
|
+
* @since 1.130
|
|
45409
|
+
*
|
|
45410
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45411
|
+
*/
|
|
45412
|
+
insertShapeStyle(
|
|
45413
|
+
/**
|
|
45414
|
+
* The shapeStyle to insert; if empty, nothing is inserted
|
|
45415
|
+
*/
|
|
45416
|
+
oShapeStyle: ShapeStyle,
|
|
45417
|
+
/**
|
|
45418
|
+
* The `0`-based index the shapeStyle should be inserted at; for a negative value of `iIndex`, the shapeStyle
|
|
45419
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the shapeStyle
|
|
45420
|
+
* is inserted at the last position
|
|
45421
|
+
*/
|
|
45422
|
+
iIndex: int
|
|
45423
|
+
): this;
|
|
45283
45424
|
/**
|
|
45284
45425
|
* Inserts a simpleAdhocLine into the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
45285
45426
|
*
|
|
@@ -45398,6 +45539,16 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45398
45539
|
* @returns An array of the removed elements (might be empty)
|
|
45399
45540
|
*/
|
|
45400
45541
|
removeAllShapeSchemes(): ShapeScheme[];
|
|
45542
|
+
/**
|
|
45543
|
+
* Removes all the controls from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
45544
|
+
*
|
|
45545
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
45546
|
+
*
|
|
45547
|
+
* @since 1.130
|
|
45548
|
+
*
|
|
45549
|
+
* @returns An array of the removed elements (might be empty)
|
|
45550
|
+
*/
|
|
45551
|
+
removeAllShapeStyles(): ShapeStyle[];
|
|
45401
45552
|
/**
|
|
45402
45553
|
* Removes all the controls from the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
45403
45554
|
*
|
|
@@ -45459,6 +45610,19 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45459
45610
|
*/
|
|
45460
45611
|
vShapeScheme: int | string | ShapeScheme
|
|
45461
45612
|
): ShapeScheme | null;
|
|
45613
|
+
/**
|
|
45614
|
+
* Removes a shapeStyle from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
45615
|
+
*
|
|
45616
|
+
* @since 1.130
|
|
45617
|
+
*
|
|
45618
|
+
* @returns The removed shapeStyle or `null`
|
|
45619
|
+
*/
|
|
45620
|
+
removeShapeStyle(
|
|
45621
|
+
/**
|
|
45622
|
+
* The shapeStyle to remove or its index or id
|
|
45623
|
+
*/
|
|
45624
|
+
vShapeStyle: int | string | ShapeStyle
|
|
45625
|
+
): ShapeStyle | null;
|
|
45462
45626
|
/**
|
|
45463
45627
|
* Removes a simpleAdhocLine from the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
45464
45628
|
*
|
|
@@ -45857,7 +46021,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45857
46021
|
*
|
|
45858
46022
|
* Default value is `true`.
|
|
45859
46023
|
*
|
|
45860
|
-
* @
|
|
46024
|
+
* @since 1.127
|
|
45861
46025
|
*
|
|
45862
46026
|
* @returns Reference to `this` in order to allow method chaining
|
|
45863
46027
|
*/
|
|
@@ -45913,7 +46077,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45913
46077
|
*
|
|
45914
46078
|
* Default value is `false`.
|
|
45915
46079
|
*
|
|
45916
|
-
* @
|
|
46080
|
+
* @since 1.110
|
|
45917
46081
|
*
|
|
45918
46082
|
* @returns Reference to `this` in order to allow method chaining
|
|
45919
46083
|
*/
|
|
@@ -45995,7 +46159,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45995
46159
|
*
|
|
45996
46160
|
* Default value is `[]`.
|
|
45997
46161
|
*
|
|
45998
|
-
* @
|
|
46162
|
+
* @since 1.100
|
|
45999
46163
|
*
|
|
46000
46164
|
* @returns Reference to `this` in order to allow method chaining
|
|
46001
46165
|
*/
|
|
@@ -46014,7 +46178,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46014
46178
|
*
|
|
46015
46179
|
* Default value is `library.simple.findByOperator.OR`.
|
|
46016
46180
|
*
|
|
46017
|
-
* @
|
|
46181
|
+
* @since 1.100
|
|
46018
46182
|
*
|
|
46019
46183
|
* @returns Reference to `this` in order to allow method chaining
|
|
46020
46184
|
*/
|
|
@@ -46073,7 +46237,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46073
46237
|
*
|
|
46074
46238
|
* Default value is `false`.
|
|
46075
46239
|
*
|
|
46076
|
-
* @
|
|
46240
|
+
* @since 1.109
|
|
46077
46241
|
*
|
|
46078
46242
|
* @returns Reference to `this` in order to allow method chaining
|
|
46079
46243
|
*/
|
|
@@ -46241,7 +46405,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46241
46405
|
/**
|
|
46242
46406
|
* Provides a custom row height based on the application logic.
|
|
46243
46407
|
*
|
|
46244
|
-
* @
|
|
46408
|
+
* @since 1.88
|
|
46245
46409
|
*/
|
|
46246
46410
|
setRowsHeight(
|
|
46247
46411
|
/**
|
|
@@ -46613,7 +46777,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46613
46777
|
*
|
|
46614
46778
|
* Default value is `false`.
|
|
46615
46779
|
*
|
|
46616
|
-
* @
|
|
46780
|
+
* @since 1.98
|
|
46617
46781
|
*
|
|
46618
46782
|
* @returns Reference to `this` in order to allow method chaining
|
|
46619
46783
|
*/
|
|
@@ -47104,21 +47268,21 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47104
47268
|
/**
|
|
47105
47269
|
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
47106
47270
|
*
|
|
47107
|
-
* @
|
|
47271
|
+
* @since 1.98
|
|
47108
47272
|
*/
|
|
47109
47273
|
useParentShapeOnExpand?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47110
47274
|
|
|
47111
47275
|
/**
|
|
47112
47276
|
* Defines the property names for which findAll method should search in different entities
|
|
47113
47277
|
*
|
|
47114
|
-
* @
|
|
47278
|
+
* @since 1.100
|
|
47115
47279
|
*/
|
|
47116
47280
|
findBy?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
47117
47281
|
|
|
47118
47282
|
/**
|
|
47119
47283
|
* Defines relationship between the operator and the property names using the findAll method
|
|
47120
47284
|
*
|
|
47121
|
-
* @
|
|
47285
|
+
* @since 1.100
|
|
47122
47286
|
*/
|
|
47123
47287
|
findByOperator?: string | PropertyBindingInfo;
|
|
47124
47288
|
|
|
@@ -47157,7 +47321,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47157
47321
|
* interactions like horizontal scroll, zoom out, bird eye which changes the visible horizon until the time
|
|
47158
47322
|
* when all the data is fetched. This property has to be used with `setAllDataLoadedPromise()`.
|
|
47159
47323
|
*
|
|
47160
|
-
* @
|
|
47324
|
+
* @since 1.109
|
|
47161
47325
|
*/
|
|
47162
47326
|
horizontalLazyLoadingEnabled?:
|
|
47163
47327
|
| boolean
|
|
@@ -47167,7 +47331,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47167
47331
|
/**
|
|
47168
47332
|
* Optimizes the rendering of overlapping shapes
|
|
47169
47333
|
*
|
|
47170
|
-
* @
|
|
47334
|
+
* @since 1.110
|
|
47171
47335
|
*/
|
|
47172
47336
|
enablePseudoShapes?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47173
47337
|
|
|
@@ -47193,14 +47357,14 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47193
47357
|
* Example: "shapes3,shapes2,shapes1" means shapes3 will be rendered at the bottom, and shapes1 will be
|
|
47194
47358
|
* rendered at the top
|
|
47195
47359
|
*
|
|
47196
|
-
* @
|
|
47360
|
+
* @since 1.113
|
|
47197
47361
|
*/
|
|
47198
47362
|
shapeRenderOrder?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
47199
47363
|
|
|
47200
47364
|
/**
|
|
47201
47365
|
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
47202
47366
|
*
|
|
47203
|
-
* @
|
|
47367
|
+
* @since 1.127
|
|
47204
47368
|
*/
|
|
47205
47369
|
enableMultipleGhosts?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47206
47370
|
|
|
@@ -47317,6 +47481,17 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47317
47481
|
| AggregationBindingInfo
|
|
47318
47482
|
| `{${string}}`;
|
|
47319
47483
|
|
|
47484
|
+
/**
|
|
47485
|
+
* Configuration for the Gantt chart styles. This Aggregation will override shapeStyles aggregation of ganttChartContainer.
|
|
47486
|
+
*
|
|
47487
|
+
* @since 1.130
|
|
47488
|
+
*/
|
|
47489
|
+
shapeStyles?:
|
|
47490
|
+
| ShapeStyle[]
|
|
47491
|
+
| ShapeStyle
|
|
47492
|
+
| AggregationBindingInfo
|
|
47493
|
+
| `{${string}}`;
|
|
47494
|
+
|
|
47320
47495
|
/**
|
|
47321
47496
|
* Fired when the shape selection of the gantt chart has been changed.
|
|
47322
47497
|
*/
|
|
@@ -48218,7 +48393,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48218
48393
|
* Adds some overlays1 to the aggregation {@link #getOverlays1 overlays1}.
|
|
48219
48394
|
*
|
|
48220
48395
|
* @since 1.120
|
|
48221
|
-
* @experimental (since 1.120)
|
|
48222
48396
|
*
|
|
48223
48397
|
* @returns Reference to `this` in order to allow method chaining
|
|
48224
48398
|
*/
|
|
@@ -48232,7 +48406,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48232
48406
|
* Adds some overlays2 to the aggregation {@link #getOverlays2 overlays2}.
|
|
48233
48407
|
*
|
|
48234
48408
|
* @since 1.120
|
|
48235
|
-
* @experimental (since 1.120)
|
|
48236
48409
|
*
|
|
48237
48410
|
* @returns Reference to `this` in order to allow method chaining
|
|
48238
48411
|
*/
|
|
@@ -48246,7 +48419,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48246
48419
|
* Adds some overlays3 to the aggregation {@link #getOverlays3 overlays3}.
|
|
48247
48420
|
*
|
|
48248
48421
|
* @since 1.120
|
|
48249
|
-
* @experimental (since 1.120)
|
|
48250
48422
|
*
|
|
48251
48423
|
* @returns Reference to `this` in order to allow method chaining
|
|
48252
48424
|
*/
|
|
@@ -48260,7 +48432,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48260
48432
|
* Adds some overlays4 to the aggregation {@link #getOverlays4 overlays4}.
|
|
48261
48433
|
*
|
|
48262
48434
|
* @since 1.120
|
|
48263
|
-
* @experimental (since 1.120)
|
|
48264
48435
|
*
|
|
48265
48436
|
* @returns Reference to `this` in order to allow method chaining
|
|
48266
48437
|
*/
|
|
@@ -48274,7 +48445,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48274
48445
|
* Adds some overlays5 to the aggregation {@link #getOverlays5 overlays5}.
|
|
48275
48446
|
*
|
|
48276
48447
|
* @since 1.120
|
|
48277
|
-
* @experimental (since 1.120)
|
|
48278
48448
|
*
|
|
48279
48449
|
* @returns Reference to `this` in order to allow method chaining
|
|
48280
48450
|
*/
|
|
@@ -48407,7 +48577,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48407
48577
|
* Destroys all the overlays1 in the aggregation {@link #getOverlays1 overlays1}.
|
|
48408
48578
|
*
|
|
48409
48579
|
* @since 1.120
|
|
48410
|
-
* @experimental (since 1.120)
|
|
48411
48580
|
*
|
|
48412
48581
|
* @returns Reference to `this` in order to allow method chaining
|
|
48413
48582
|
*/
|
|
@@ -48416,7 +48585,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48416
48585
|
* Destroys all the overlays2 in the aggregation {@link #getOverlays2 overlays2}.
|
|
48417
48586
|
*
|
|
48418
48587
|
* @since 1.120
|
|
48419
|
-
* @experimental (since 1.120)
|
|
48420
48588
|
*
|
|
48421
48589
|
* @returns Reference to `this` in order to allow method chaining
|
|
48422
48590
|
*/
|
|
@@ -48425,7 +48593,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48425
48593
|
* Destroys all the overlays3 in the aggregation {@link #getOverlays3 overlays3}.
|
|
48426
48594
|
*
|
|
48427
48595
|
* @since 1.120
|
|
48428
|
-
* @experimental (since 1.120)
|
|
48429
48596
|
*
|
|
48430
48597
|
* @returns Reference to `this` in order to allow method chaining
|
|
48431
48598
|
*/
|
|
@@ -48434,7 +48601,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48434
48601
|
* Destroys all the overlays4 in the aggregation {@link #getOverlays4 overlays4}.
|
|
48435
48602
|
*
|
|
48436
48603
|
* @since 1.120
|
|
48437
|
-
* @experimental (since 1.120)
|
|
48438
48604
|
*
|
|
48439
48605
|
* @returns Reference to `this` in order to allow method chaining
|
|
48440
48606
|
*/
|
|
@@ -48443,7 +48609,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48443
48609
|
* Destroys all the overlays5 in the aggregation {@link #getOverlays5 overlays5}.
|
|
48444
48610
|
*
|
|
48445
48611
|
* @since 1.120
|
|
48446
|
-
* @experimental (since 1.120)
|
|
48447
48612
|
*
|
|
48448
48613
|
* @returns Reference to `this` in order to allow method chaining
|
|
48449
48614
|
*/
|
|
@@ -48530,35 +48695,30 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48530
48695
|
* Gets content of aggregation {@link #getOverlays1 overlays1}.
|
|
48531
48696
|
*
|
|
48532
48697
|
* @since 1.120
|
|
48533
|
-
* @experimental (since 1.120)
|
|
48534
48698
|
*/
|
|
48535
48699
|
getOverlays1(): GanttRowOverlay[];
|
|
48536
48700
|
/**
|
|
48537
48701
|
* Gets content of aggregation {@link #getOverlays2 overlays2}.
|
|
48538
48702
|
*
|
|
48539
48703
|
* @since 1.120
|
|
48540
|
-
* @experimental (since 1.120)
|
|
48541
48704
|
*/
|
|
48542
48705
|
getOverlays2(): GanttRowOverlay[];
|
|
48543
48706
|
/**
|
|
48544
48707
|
* Gets content of aggregation {@link #getOverlays3 overlays3}.
|
|
48545
48708
|
*
|
|
48546
48709
|
* @since 1.120
|
|
48547
|
-
* @experimental (since 1.120)
|
|
48548
48710
|
*/
|
|
48549
48711
|
getOverlays3(): GanttRowOverlay[];
|
|
48550
48712
|
/**
|
|
48551
48713
|
* Gets content of aggregation {@link #getOverlays4 overlays4}.
|
|
48552
48714
|
*
|
|
48553
48715
|
* @since 1.120
|
|
48554
|
-
* @experimental (since 1.120)
|
|
48555
48716
|
*/
|
|
48556
48717
|
getOverlays4(): GanttRowOverlay[];
|
|
48557
48718
|
/**
|
|
48558
48719
|
* Gets content of aggregation {@link #getOverlays5 overlays5}.
|
|
48559
48720
|
*
|
|
48560
48721
|
* @since 1.120
|
|
48561
|
-
* @experimental (since 1.120)
|
|
48562
48722
|
*/
|
|
48563
48723
|
getOverlays5(): GanttRowOverlay[];
|
|
48564
48724
|
/**
|
|
@@ -48692,7 +48852,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48692
48852
|
* and returns its index if found or -1 otherwise.
|
|
48693
48853
|
*
|
|
48694
48854
|
* @since 1.120
|
|
48695
|
-
* @experimental (since 1.120)
|
|
48696
48855
|
*
|
|
48697
48856
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
48698
48857
|
*/
|
|
@@ -48707,7 +48866,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48707
48866
|
* and returns its index if found or -1 otherwise.
|
|
48708
48867
|
*
|
|
48709
48868
|
* @since 1.120
|
|
48710
|
-
* @experimental (since 1.120)
|
|
48711
48869
|
*
|
|
48712
48870
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
48713
48871
|
*/
|
|
@@ -48722,7 +48880,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48722
48880
|
* and returns its index if found or -1 otherwise.
|
|
48723
48881
|
*
|
|
48724
48882
|
* @since 1.120
|
|
48725
|
-
* @experimental (since 1.120)
|
|
48726
48883
|
*
|
|
48727
48884
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
48728
48885
|
*/
|
|
@@ -48737,7 +48894,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48737
48894
|
* and returns its index if found or -1 otherwise.
|
|
48738
48895
|
*
|
|
48739
48896
|
* @since 1.120
|
|
48740
|
-
* @experimental (since 1.120)
|
|
48741
48897
|
*
|
|
48742
48898
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
48743
48899
|
*/
|
|
@@ -48752,7 +48908,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48752
48908
|
* and returns its index if found or -1 otherwise.
|
|
48753
48909
|
*
|
|
48754
48910
|
* @since 1.120
|
|
48755
|
-
* @experimental (since 1.120)
|
|
48756
48911
|
*
|
|
48757
48912
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
48758
48913
|
*/
|
|
@@ -48957,7 +49112,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48957
49112
|
* Inserts a overlays1 into the aggregation {@link #getOverlays1 overlays1}.
|
|
48958
49113
|
*
|
|
48959
49114
|
* @since 1.120
|
|
48960
|
-
* @experimental (since 1.120)
|
|
48961
49115
|
*
|
|
48962
49116
|
* @returns Reference to `this` in order to allow method chaining
|
|
48963
49117
|
*/
|
|
@@ -48977,7 +49131,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48977
49131
|
* Inserts a overlays2 into the aggregation {@link #getOverlays2 overlays2}.
|
|
48978
49132
|
*
|
|
48979
49133
|
* @since 1.120
|
|
48980
|
-
* @experimental (since 1.120)
|
|
48981
49134
|
*
|
|
48982
49135
|
* @returns Reference to `this` in order to allow method chaining
|
|
48983
49136
|
*/
|
|
@@ -48997,7 +49150,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
48997
49150
|
* Inserts a overlays3 into the aggregation {@link #getOverlays3 overlays3}.
|
|
48998
49151
|
*
|
|
48999
49152
|
* @since 1.120
|
|
49000
|
-
* @experimental (since 1.120)
|
|
49001
49153
|
*
|
|
49002
49154
|
* @returns Reference to `this` in order to allow method chaining
|
|
49003
49155
|
*/
|
|
@@ -49017,7 +49169,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49017
49169
|
* Inserts a overlays4 into the aggregation {@link #getOverlays4 overlays4}.
|
|
49018
49170
|
*
|
|
49019
49171
|
* @since 1.120
|
|
49020
|
-
* @experimental (since 1.120)
|
|
49021
49172
|
*
|
|
49022
49173
|
* @returns Reference to `this` in order to allow method chaining
|
|
49023
49174
|
*/
|
|
@@ -49037,7 +49188,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49037
49188
|
* Inserts a overlays5 into the aggregation {@link #getOverlays5 overlays5}.
|
|
49038
49189
|
*
|
|
49039
49190
|
* @since 1.120
|
|
49040
|
-
* @experimental (since 1.120)
|
|
49041
49191
|
*
|
|
49042
49192
|
* @returns Reference to `this` in order to allow method chaining
|
|
49043
49193
|
*/
|
|
@@ -49226,7 +49376,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49226
49376
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
49227
49377
|
*
|
|
49228
49378
|
* @since 1.120
|
|
49229
|
-
* @experimental (since 1.120)
|
|
49230
49379
|
*
|
|
49231
49380
|
* @returns An array of the removed elements (might be empty)
|
|
49232
49381
|
*/
|
|
@@ -49237,7 +49386,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49237
49386
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
49238
49387
|
*
|
|
49239
49388
|
* @since 1.120
|
|
49240
|
-
* @experimental (since 1.120)
|
|
49241
49389
|
*
|
|
49242
49390
|
* @returns An array of the removed elements (might be empty)
|
|
49243
49391
|
*/
|
|
@@ -49248,7 +49396,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49248
49396
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
49249
49397
|
*
|
|
49250
49398
|
* @since 1.120
|
|
49251
|
-
* @experimental (since 1.120)
|
|
49252
49399
|
*
|
|
49253
49400
|
* @returns An array of the removed elements (might be empty)
|
|
49254
49401
|
*/
|
|
@@ -49259,7 +49406,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49259
49406
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
49260
49407
|
*
|
|
49261
49408
|
* @since 1.120
|
|
49262
|
-
* @experimental (since 1.120)
|
|
49263
49409
|
*
|
|
49264
49410
|
* @returns An array of the removed elements (might be empty)
|
|
49265
49411
|
*/
|
|
@@ -49270,7 +49416,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49270
49416
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
49271
49417
|
*
|
|
49272
49418
|
* @since 1.120
|
|
49273
|
-
* @experimental (since 1.120)
|
|
49274
49419
|
*
|
|
49275
49420
|
* @returns An array of the removed elements (might be empty)
|
|
49276
49421
|
*/
|
|
@@ -49410,7 +49555,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49410
49555
|
* Removes a overlays1 from the aggregation {@link #getOverlays1 overlays1}.
|
|
49411
49556
|
*
|
|
49412
49557
|
* @since 1.120
|
|
49413
|
-
* @experimental (since 1.120)
|
|
49414
49558
|
*
|
|
49415
49559
|
* @returns The removed overlays1 or `null`
|
|
49416
49560
|
*/
|
|
@@ -49424,7 +49568,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49424
49568
|
* Removes a overlays2 from the aggregation {@link #getOverlays2 overlays2}.
|
|
49425
49569
|
*
|
|
49426
49570
|
* @since 1.120
|
|
49427
|
-
* @experimental (since 1.120)
|
|
49428
49571
|
*
|
|
49429
49572
|
* @returns The removed overlays2 or `null`
|
|
49430
49573
|
*/
|
|
@@ -49438,7 +49581,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49438
49581
|
* Removes a overlays3 from the aggregation {@link #getOverlays3 overlays3}.
|
|
49439
49582
|
*
|
|
49440
49583
|
* @since 1.120
|
|
49441
|
-
* @experimental (since 1.120)
|
|
49442
49584
|
*
|
|
49443
49585
|
* @returns The removed overlays3 or `null`
|
|
49444
49586
|
*/
|
|
@@ -49452,7 +49594,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49452
49594
|
* Removes a overlays4 from the aggregation {@link #getOverlays4 overlays4}.
|
|
49453
49595
|
*
|
|
49454
49596
|
* @since 1.120
|
|
49455
|
-
* @experimental (since 1.120)
|
|
49456
49597
|
*
|
|
49457
49598
|
* @returns The removed overlays4 or `null`
|
|
49458
49599
|
*/
|
|
@@ -49466,7 +49607,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49466
49607
|
* Removes a overlays5 from the aggregation {@link #getOverlays5 overlays5}.
|
|
49467
49608
|
*
|
|
49468
49609
|
* @since 1.120
|
|
49469
|
-
* @experimental (since 1.120)
|
|
49470
49610
|
*
|
|
49471
49611
|
* @returns The removed overlays5 or `null`
|
|
49472
49612
|
*/
|
|
@@ -49659,7 +49799,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49659
49799
|
|
|
49660
49800
|
/**
|
|
49661
49801
|
* @since 1.120
|
|
49662
|
-
* @experimental (since 1.120)
|
|
49663
49802
|
*/
|
|
49664
49803
|
overlays1?:
|
|
49665
49804
|
| GanttRowOverlay[]
|
|
@@ -49669,7 +49808,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49669
49808
|
|
|
49670
49809
|
/**
|
|
49671
49810
|
* @since 1.120
|
|
49672
|
-
* @experimental (since 1.120)
|
|
49673
49811
|
*/
|
|
49674
49812
|
overlays2?:
|
|
49675
49813
|
| GanttRowOverlay[]
|
|
@@ -49679,7 +49817,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49679
49817
|
|
|
49680
49818
|
/**
|
|
49681
49819
|
* @since 1.120
|
|
49682
|
-
* @experimental (since 1.120)
|
|
49683
49820
|
*/
|
|
49684
49821
|
overlays3?:
|
|
49685
49822
|
| GanttRowOverlay[]
|
|
@@ -49689,7 +49826,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49689
49826
|
|
|
49690
49827
|
/**
|
|
49691
49828
|
* @since 1.120
|
|
49692
|
-
* @experimental (since 1.120)
|
|
49693
49829
|
*/
|
|
49694
49830
|
overlays4?:
|
|
49695
49831
|
| GanttRowOverlay[]
|
|
@@ -49699,7 +49835,6 @@ declare module "sap/gantt/simple/GanttRowSettings" {
|
|
|
49699
49835
|
|
|
49700
49836
|
/**
|
|
49701
49837
|
* @since 1.120
|
|
49702
|
-
* @experimental (since 1.120)
|
|
49703
49838
|
*/
|
|
49704
49839
|
overlays5?:
|
|
49705
49840
|
| GanttRowOverlay[]
|
|
@@ -53416,6 +53551,389 @@ declare module "sap/gantt/simple/ShapeScheme" {
|
|
|
53416
53551
|
}
|
|
53417
53552
|
}
|
|
53418
53553
|
|
|
53554
|
+
declare module "sap/gantt/simple/ShapeStyle" {
|
|
53555
|
+
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
53556
|
+
|
|
53557
|
+
import { simple, ValueSVGPaintServer } from "sap/gantt/library";
|
|
53558
|
+
|
|
53559
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
53560
|
+
|
|
53561
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
53562
|
+
|
|
53563
|
+
/**
|
|
53564
|
+
* class handles style properties for shapes. Different styles can be defined for different event states.
|
|
53565
|
+
*
|
|
53566
|
+
*
|
|
53567
|
+
* @since 1.130
|
|
53568
|
+
*/
|
|
53569
|
+
export default class ShapeStyle extends UI5Element {
|
|
53570
|
+
/**
|
|
53571
|
+
* Constructor for a new `ShapeStyle`
|
|
53572
|
+
*
|
|
53573
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
53574
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
53575
|
+
* of the syntax of the settings object.
|
|
53576
|
+
*/
|
|
53577
|
+
constructor(
|
|
53578
|
+
/**
|
|
53579
|
+
* Initial settings for the new control
|
|
53580
|
+
*/
|
|
53581
|
+
mSettings?: $ShapeStyleSettings
|
|
53582
|
+
);
|
|
53583
|
+
/**
|
|
53584
|
+
* Constructor for a new `ShapeStyle`
|
|
53585
|
+
*
|
|
53586
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
53587
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
53588
|
+
* of the syntax of the settings object.
|
|
53589
|
+
*/
|
|
53590
|
+
constructor(
|
|
53591
|
+
/**
|
|
53592
|
+
* ID of the new control, generated automatically if no ID is given
|
|
53593
|
+
*/
|
|
53594
|
+
sId?: string,
|
|
53595
|
+
/**
|
|
53596
|
+
* Initial settings for the new control
|
|
53597
|
+
*/
|
|
53598
|
+
mSettings?: $ShapeStyleSettings
|
|
53599
|
+
);
|
|
53600
|
+
|
|
53601
|
+
/**
|
|
53602
|
+
* Creates a new subclass of class sap.gantt.simple.ShapeStyle with name `sClassName` and enriches it with
|
|
53603
|
+
* the information contained in `oClassInfo`.
|
|
53604
|
+
*
|
|
53605
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
53606
|
+
*
|
|
53607
|
+
*
|
|
53608
|
+
* @returns Created class / constructor function
|
|
53609
|
+
*/
|
|
53610
|
+
static extend<T extends Record<string, unknown>>(
|
|
53611
|
+
/**
|
|
53612
|
+
* Name of the class being created
|
|
53613
|
+
*/
|
|
53614
|
+
sClassName: string,
|
|
53615
|
+
/**
|
|
53616
|
+
* Object literal with information about the class
|
|
53617
|
+
*/
|
|
53618
|
+
oClassInfo?: sap.ClassInfo<T, ShapeStyle>,
|
|
53619
|
+
/**
|
|
53620
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
53621
|
+
* used by this class
|
|
53622
|
+
*/
|
|
53623
|
+
FNMetaImpl?: Function
|
|
53624
|
+
): Function;
|
|
53625
|
+
/**
|
|
53626
|
+
* Returns a metadata object for class sap.gantt.simple.ShapeStyle.
|
|
53627
|
+
*
|
|
53628
|
+
*
|
|
53629
|
+
* @returns Metadata object describing this class
|
|
53630
|
+
*/
|
|
53631
|
+
static getMetadata(): ElementMetadata;
|
|
53632
|
+
/**
|
|
53633
|
+
* Gets current value of property {@link #getEventState eventState}.
|
|
53634
|
+
*
|
|
53635
|
+
* This property defines the event for which the style should be applied. This is a mandatory field. For
|
|
53636
|
+
* example, if the eventState is "dragDrop", the style is applied to ghost image of shape on drag.
|
|
53637
|
+
*
|
|
53638
|
+
* @since 1.130
|
|
53639
|
+
*
|
|
53640
|
+
* @returns Value of property `eventState`
|
|
53641
|
+
*/
|
|
53642
|
+
getEventState(): simple.shapeEventType | keyof typeof simple.shapeEventType;
|
|
53643
|
+
/**
|
|
53644
|
+
* Gets current value of property {@link #getFill fill}.
|
|
53645
|
+
*
|
|
53646
|
+
* For shapes and text, the fill property is a presentation attribute that defines the color (or any SVG
|
|
53647
|
+
* paint server like gradients or patterns)
|
|
53648
|
+
*
|
|
53649
|
+
* @since 1.130
|
|
53650
|
+
*
|
|
53651
|
+
* @returns Value of property `fill`
|
|
53652
|
+
*/
|
|
53653
|
+
getFill(): ValueSVGPaintServer;
|
|
53654
|
+
/**
|
|
53655
|
+
* Gets current value of property {@link #getName name}.
|
|
53656
|
+
*
|
|
53657
|
+
* The name of the Shape style. This is a mandatory field. The name should be unique.
|
|
53658
|
+
*
|
|
53659
|
+
* @since 1.130
|
|
53660
|
+
*
|
|
53661
|
+
* @returns Value of property `name`
|
|
53662
|
+
*/
|
|
53663
|
+
getName(): string;
|
|
53664
|
+
/**
|
|
53665
|
+
* Gets current value of property {@link #getStroke stroke}.
|
|
53666
|
+
*
|
|
53667
|
+
* The stroke property is a presentation property defining the color (or any SVG paint servers like gradients
|
|
53668
|
+
* or patterns) used to paint the outline of the shape.
|
|
53669
|
+
*
|
|
53670
|
+
* @since 1.130
|
|
53671
|
+
*
|
|
53672
|
+
* @returns Value of property `stroke`
|
|
53673
|
+
*/
|
|
53674
|
+
getStroke(): ValueSVGPaintServer;
|
|
53675
|
+
/**
|
|
53676
|
+
* Gets current value of property {@link #getStrokeDasharray strokeDasharray}.
|
|
53677
|
+
*
|
|
53678
|
+
* The strokeDasharray property is a presentation property defining the pattern of dashes and gaps used
|
|
53679
|
+
* to paint the outline of the shape.
|
|
53680
|
+
*
|
|
53681
|
+
* @since 1.130
|
|
53682
|
+
*
|
|
53683
|
+
* @returns Value of property `strokeDasharray`
|
|
53684
|
+
*/
|
|
53685
|
+
getStrokeDasharray(): string;
|
|
53686
|
+
/**
|
|
53687
|
+
* Gets current value of property {@link #getStrokeWidth strokeWidth}.
|
|
53688
|
+
*
|
|
53689
|
+
* The strokeWidth property is a presentation property defining the width of the stroke to be applied to
|
|
53690
|
+
* the shape.
|
|
53691
|
+
*
|
|
53692
|
+
* Default value is `1`.
|
|
53693
|
+
*
|
|
53694
|
+
* @since 1.130
|
|
53695
|
+
*
|
|
53696
|
+
* @returns Value of property `strokeWidth`
|
|
53697
|
+
*/
|
|
53698
|
+
getStrokeWidth(): float;
|
|
53699
|
+
/**
|
|
53700
|
+
* Gets current value of property {@link #getTextFill textFill}.
|
|
53701
|
+
*
|
|
53702
|
+
* Text color property.
|
|
53703
|
+
*
|
|
53704
|
+
* @since 1.130
|
|
53705
|
+
*
|
|
53706
|
+
* @returns Value of property `textFill`
|
|
53707
|
+
*/
|
|
53708
|
+
getTextFill(): ValueSVGPaintServer;
|
|
53709
|
+
/**
|
|
53710
|
+
* Gets current value of property {@link #getVisible visible}.
|
|
53711
|
+
*
|
|
53712
|
+
* Visibility of the shape.
|
|
53713
|
+
*
|
|
53714
|
+
* Default value is `true`.
|
|
53715
|
+
*
|
|
53716
|
+
* @since 1.130
|
|
53717
|
+
*
|
|
53718
|
+
* @returns Value of property `visible`
|
|
53719
|
+
*/
|
|
53720
|
+
getVisible(): boolean;
|
|
53721
|
+
/**
|
|
53722
|
+
* Sets a new value for property {@link #getEventState eventState}.
|
|
53723
|
+
*
|
|
53724
|
+
* This property defines the event for which the style should be applied. This is a mandatory field. For
|
|
53725
|
+
* example, if the eventState is "dragDrop", the style is applied to ghost image of shape on drag.
|
|
53726
|
+
*
|
|
53727
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53728
|
+
*
|
|
53729
|
+
* @since 1.130
|
|
53730
|
+
*
|
|
53731
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53732
|
+
*/
|
|
53733
|
+
setEventState(
|
|
53734
|
+
/**
|
|
53735
|
+
* New value for property `eventState`
|
|
53736
|
+
*/
|
|
53737
|
+
sEventState: simple.shapeEventType | keyof typeof simple.shapeEventType
|
|
53738
|
+
): this;
|
|
53739
|
+
/**
|
|
53740
|
+
* Sets a new value for property {@link #getFill fill}.
|
|
53741
|
+
*
|
|
53742
|
+
* For shapes and text, the fill property is a presentation attribute that defines the color (or any SVG
|
|
53743
|
+
* paint server like gradients or patterns)
|
|
53744
|
+
*
|
|
53745
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53746
|
+
*
|
|
53747
|
+
* @since 1.130
|
|
53748
|
+
*
|
|
53749
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53750
|
+
*/
|
|
53751
|
+
setFill(
|
|
53752
|
+
/**
|
|
53753
|
+
* New value for property `fill`
|
|
53754
|
+
*/
|
|
53755
|
+
sFill: ValueSVGPaintServer
|
|
53756
|
+
): this;
|
|
53757
|
+
/**
|
|
53758
|
+
* Sets a new value for property {@link #getName name}.
|
|
53759
|
+
*
|
|
53760
|
+
* The name of the Shape style. This is a mandatory field. The name should be unique.
|
|
53761
|
+
*
|
|
53762
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53763
|
+
*
|
|
53764
|
+
* @since 1.130
|
|
53765
|
+
*
|
|
53766
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53767
|
+
*/
|
|
53768
|
+
setName(
|
|
53769
|
+
/**
|
|
53770
|
+
* New value for property `name`
|
|
53771
|
+
*/
|
|
53772
|
+
sName: string
|
|
53773
|
+
): this;
|
|
53774
|
+
/**
|
|
53775
|
+
* Sets a new value for property {@link #getStroke stroke}.
|
|
53776
|
+
*
|
|
53777
|
+
* The stroke property is a presentation property defining the color (or any SVG paint servers like gradients
|
|
53778
|
+
* or patterns) used to paint the outline of the shape.
|
|
53779
|
+
*
|
|
53780
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53781
|
+
*
|
|
53782
|
+
* @since 1.130
|
|
53783
|
+
*
|
|
53784
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53785
|
+
*/
|
|
53786
|
+
setStroke(
|
|
53787
|
+
/**
|
|
53788
|
+
* New value for property `stroke`
|
|
53789
|
+
*/
|
|
53790
|
+
sStroke: ValueSVGPaintServer
|
|
53791
|
+
): this;
|
|
53792
|
+
/**
|
|
53793
|
+
* Sets a new value for property {@link #getStrokeDasharray strokeDasharray}.
|
|
53794
|
+
*
|
|
53795
|
+
* The strokeDasharray property is a presentation property defining the pattern of dashes and gaps used
|
|
53796
|
+
* to paint the outline of the shape.
|
|
53797
|
+
*
|
|
53798
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53799
|
+
*
|
|
53800
|
+
* @since 1.130
|
|
53801
|
+
*
|
|
53802
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53803
|
+
*/
|
|
53804
|
+
setStrokeDasharray(
|
|
53805
|
+
/**
|
|
53806
|
+
* New value for property `strokeDasharray`
|
|
53807
|
+
*/
|
|
53808
|
+
sStrokeDasharray: string
|
|
53809
|
+
): this;
|
|
53810
|
+
/**
|
|
53811
|
+
* Sets a new value for property {@link #getStrokeWidth strokeWidth}.
|
|
53812
|
+
*
|
|
53813
|
+
* The strokeWidth property is a presentation property defining the width of the stroke to be applied to
|
|
53814
|
+
* the shape.
|
|
53815
|
+
*
|
|
53816
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53817
|
+
*
|
|
53818
|
+
* Default value is `1`.
|
|
53819
|
+
*
|
|
53820
|
+
* @since 1.130
|
|
53821
|
+
*
|
|
53822
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53823
|
+
*/
|
|
53824
|
+
setStrokeWidth(
|
|
53825
|
+
/**
|
|
53826
|
+
* New value for property `strokeWidth`
|
|
53827
|
+
*/
|
|
53828
|
+
fStrokeWidth?: float
|
|
53829
|
+
): this;
|
|
53830
|
+
/**
|
|
53831
|
+
* Sets a new value for property {@link #getTextFill textFill}.
|
|
53832
|
+
*
|
|
53833
|
+
* Text color property.
|
|
53834
|
+
*
|
|
53835
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53836
|
+
*
|
|
53837
|
+
* @since 1.130
|
|
53838
|
+
*
|
|
53839
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53840
|
+
*/
|
|
53841
|
+
setTextFill(
|
|
53842
|
+
/**
|
|
53843
|
+
* New value for property `textFill`
|
|
53844
|
+
*/
|
|
53845
|
+
sTextFill: ValueSVGPaintServer
|
|
53846
|
+
): this;
|
|
53847
|
+
/**
|
|
53848
|
+
* Sets a new value for property {@link #getVisible visible}.
|
|
53849
|
+
*
|
|
53850
|
+
* Visibility of the shape.
|
|
53851
|
+
*
|
|
53852
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53853
|
+
*
|
|
53854
|
+
* Default value is `true`.
|
|
53855
|
+
*
|
|
53856
|
+
* @since 1.130
|
|
53857
|
+
*
|
|
53858
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53859
|
+
*/
|
|
53860
|
+
setVisible(
|
|
53861
|
+
/**
|
|
53862
|
+
* New value for property `visible`
|
|
53863
|
+
*/
|
|
53864
|
+
bVisible?: boolean
|
|
53865
|
+
): this;
|
|
53866
|
+
}
|
|
53867
|
+
/**
|
|
53868
|
+
* Describes the settings that can be provided to the ShapeStyle constructor.
|
|
53869
|
+
*/
|
|
53870
|
+
export interface $ShapeStyleSettings extends $ElementSettings {
|
|
53871
|
+
/**
|
|
53872
|
+
* The name of the Shape style. This is a mandatory field. The name should be unique.
|
|
53873
|
+
*
|
|
53874
|
+
* @since 1.130
|
|
53875
|
+
*/
|
|
53876
|
+
name?: string | PropertyBindingInfo;
|
|
53877
|
+
|
|
53878
|
+
/**
|
|
53879
|
+
* This property defines the event for which the style should be applied. This is a mandatory field. For
|
|
53880
|
+
* example, if the eventState is "dragDrop", the style is applied to ghost image of shape on drag.
|
|
53881
|
+
*
|
|
53882
|
+
* @since 1.130
|
|
53883
|
+
*/
|
|
53884
|
+
eventState?:
|
|
53885
|
+
| (simple.shapeEventType | keyof typeof simple.shapeEventType)
|
|
53886
|
+
| PropertyBindingInfo
|
|
53887
|
+
| `{${string}}`;
|
|
53888
|
+
|
|
53889
|
+
/**
|
|
53890
|
+
* The stroke property is a presentation property defining the color (or any SVG paint servers like gradients
|
|
53891
|
+
* or patterns) used to paint the outline of the shape.
|
|
53892
|
+
*
|
|
53893
|
+
* @since 1.130
|
|
53894
|
+
*/
|
|
53895
|
+
stroke?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
53896
|
+
|
|
53897
|
+
/**
|
|
53898
|
+
* The strokeWidth property is a presentation property defining the width of the stroke to be applied to
|
|
53899
|
+
* the shape.
|
|
53900
|
+
*
|
|
53901
|
+
* @since 1.130
|
|
53902
|
+
*/
|
|
53903
|
+
strokeWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
53904
|
+
|
|
53905
|
+
/**
|
|
53906
|
+
* The strokeDasharray property is a presentation property defining the pattern of dashes and gaps used
|
|
53907
|
+
* to paint the outline of the shape.
|
|
53908
|
+
*
|
|
53909
|
+
* @since 1.130
|
|
53910
|
+
*/
|
|
53911
|
+
strokeDasharray?: string | PropertyBindingInfo;
|
|
53912
|
+
|
|
53913
|
+
/**
|
|
53914
|
+
* For shapes and text, the fill property is a presentation attribute that defines the color (or any SVG
|
|
53915
|
+
* paint server like gradients or patterns)
|
|
53916
|
+
*
|
|
53917
|
+
* @since 1.130
|
|
53918
|
+
*/
|
|
53919
|
+
fill?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
53920
|
+
|
|
53921
|
+
/**
|
|
53922
|
+
* Text color property.
|
|
53923
|
+
*
|
|
53924
|
+
* @since 1.130
|
|
53925
|
+
*/
|
|
53926
|
+
textFill?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
53927
|
+
|
|
53928
|
+
/**
|
|
53929
|
+
* Visibility of the shape.
|
|
53930
|
+
*
|
|
53931
|
+
* @since 1.130
|
|
53932
|
+
*/
|
|
53933
|
+
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
53934
|
+
}
|
|
53935
|
+
}
|
|
53936
|
+
|
|
53419
53937
|
declare module "sap/gantt/simple/StockChart" {
|
|
53420
53938
|
import {
|
|
53421
53939
|
default as UtilizationChart,
|
|
@@ -56718,6 +57236,8 @@ declare namespace sap {
|
|
|
56718
57236
|
|
|
56719
57237
|
"sap/gantt/simple/ShapeScheme": undefined;
|
|
56720
57238
|
|
|
57239
|
+
"sap/gantt/simple/ShapeStyle": undefined;
|
|
57240
|
+
|
|
56721
57241
|
"sap/gantt/simple/StockChart": undefined;
|
|
56722
57242
|
|
|
56723
57243
|
"sap/gantt/simple/StockChartDimension": undefined;
|