@sapui5/ts-types 1.104.2 → 1.106.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/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +2 -2
- package/types/sap.collaboration.d.ts +25 -25
- package/types/sap.esh.search.ui.d.ts +939 -1
- package/types/sap.f.d.ts +80 -4
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +5 -5
- package/types/sap.fe.macros.d.ts +30 -98
- package/types/sap.fe.navigation.d.ts +53 -5
- package/types/sap.fe.templates.d.ts +155 -1
- package/types/sap.fe.test.d.ts +17 -3
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +218 -57
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +583 -149
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +68 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +152 -171
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +121 -16
- package/types/sap.suite.ui.generic.template.d.ts +17 -3
- package/types/sap.suite.ui.microchart.d.ts +13 -13
- package/types/sap.tnt.d.ts +3 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +31 -31
- package/types/sap.ui.comp.d.ts +182 -57
- package/types/sap.ui.core.d.ts +618 -265
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1117 -5
- package/types/sap.ui.generic.app.d.ts +14 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +101 -18
- package/types/sap.ui.layout.d.ts +7 -7
- package/types/sap.ui.mdc.d.ts +5 -1
- package/types/sap.ui.richtexteditor.d.ts +2 -2
- package/types/sap.ui.rta.d.ts +3 -1
- package/types/sap.ui.suite.d.ts +5 -5
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +26 -8
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +66 -19
- package/types/sap.ui.ux3.d.ts +11 -11
- package/types/sap.ui.vbm.d.ts +3 -3
- package/types/sap.ui.vk.d.ts +315 -24
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +239 -43
- package/types/sap.ui.webc.main.d.ts +636 -146
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +12 -10
- package/types/sap.ushell_abap.d.ts +1 -215
- package/types/sap.uxap.d.ts +41 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +2 -6
- 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.106.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -23468,7 +23468,7 @@ declare namespace sap {
|
|
|
23468
23468
|
| `{${string}}`;
|
|
23469
23469
|
|
|
23470
23470
|
/**
|
|
23471
|
-
* @
|
|
23471
|
+
* @EXPERIMENTAL (since 1.100)
|
|
23472
23472
|
*
|
|
23473
23473
|
* Flag to show or hide Find and Select search button Find operation is not going to work for the stock
|
|
23474
23474
|
* chart and utilization gantt charts with time continuous shapes.
|
|
@@ -23479,7 +23479,7 @@ declare namespace sap {
|
|
|
23479
23479
|
| `{${string}}`;
|
|
23480
23480
|
|
|
23481
23481
|
/**
|
|
23482
|
-
* @
|
|
23482
|
+
* @EXPERIMENTAL (since 1.102)
|
|
23483
23483
|
*
|
|
23484
23484
|
* Defines where the search box should appear on pressing the find button
|
|
23485
23485
|
*/
|
|
@@ -23518,35 +23518,35 @@ declare namespace sap {
|
|
|
23518
23518
|
displayTypeChange?: (oEvent: sap.ui.base.Event) => void;
|
|
23519
23519
|
|
|
23520
23520
|
/**
|
|
23521
|
-
* @
|
|
23521
|
+
* @EXPERIMENTAL (since 1.100)
|
|
23522
23522
|
*
|
|
23523
23523
|
* Fired to invoke Gantt search side panel
|
|
23524
23524
|
*/
|
|
23525
23525
|
ganttSidePanel?: (oEvent: sap.ui.base.Event) => void;
|
|
23526
23526
|
|
|
23527
23527
|
/**
|
|
23528
|
-
* @
|
|
23528
|
+
* @EXPERIMENTAL (since 1.102)
|
|
23529
23529
|
*
|
|
23530
23530
|
* Gets initiated when the find button is pressed on the toolbar
|
|
23531
23531
|
*/
|
|
23532
23532
|
findButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
23533
23533
|
|
|
23534
23534
|
/**
|
|
23535
|
-
* @
|
|
23535
|
+
* @EXPERIMENTAL (since 1.102)
|
|
23536
23536
|
*
|
|
23537
23537
|
* Gets initiated when the close find button is pressed on the toolbar
|
|
23538
23538
|
*/
|
|
23539
23539
|
closeFindButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
23540
23540
|
|
|
23541
23541
|
/**
|
|
23542
|
-
* @
|
|
23542
|
+
* @EXPERIMENTAL (since 1.102)
|
|
23543
23543
|
*
|
|
23544
23544
|
* Gets initiated when the find popup button is pressed on the sidepanel
|
|
23545
23545
|
*/
|
|
23546
23546
|
findPopupButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
23547
23547
|
|
|
23548
23548
|
/**
|
|
23549
|
-
* @
|
|
23549
|
+
* @EXPERIMENTAL (since 1.102)
|
|
23550
23550
|
*
|
|
23551
23551
|
* Gets initiated when the close button is pressed on the sidepanel
|
|
23552
23552
|
*/
|
|
@@ -23995,7 +23995,7 @@ declare namespace sap {
|
|
|
23995
23995
|
| `{${string}}`;
|
|
23996
23996
|
|
|
23997
23997
|
/**
|
|
23998
|
-
* @
|
|
23998
|
+
* @EXPERIMENTAL (since 1.100)
|
|
23999
23999
|
*
|
|
24000
24000
|
* Flag to enable and disable search side panel.
|
|
24001
24001
|
*/
|
|
@@ -24004,6 +24004,16 @@ declare namespace sap {
|
|
|
24004
24004
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24005
24005
|
| `{${string}}`;
|
|
24006
24006
|
|
|
24007
|
+
/**
|
|
24008
|
+
* @EXPERIMENTAL (since 1.106)
|
|
24009
|
+
*
|
|
24010
|
+
* Array of search results displayed on the toolbar and side panel
|
|
24011
|
+
*/
|
|
24012
|
+
customSearchResults?:
|
|
24013
|
+
| any[]
|
|
24014
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24015
|
+
| `{${string}}`;
|
|
24016
|
+
|
|
24007
24017
|
/**
|
|
24008
24018
|
* Toolbar of the container.
|
|
24009
24019
|
*/
|
|
@@ -24037,14 +24047,14 @@ declare namespace sap {
|
|
|
24037
24047
|
variantHandler?: sap.gantt.simple.CustomVariantHandler;
|
|
24038
24048
|
|
|
24039
24049
|
/**
|
|
24040
|
-
* @
|
|
24050
|
+
* @EXPERIMENTAL (since 1.100)
|
|
24041
24051
|
*
|
|
24042
24052
|
* Side panel to display search results of Find and Select operation in the chart area
|
|
24043
24053
|
*/
|
|
24044
24054
|
searchSidePanel?: /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
|
|
24045
24055
|
|
|
24046
24056
|
/**
|
|
24047
|
-
* @
|
|
24057
|
+
* @EXPERIMENTAL (since 1.102)
|
|
24048
24058
|
*
|
|
24049
24059
|
* List of search results displayed on the side panel of Find and Select operation
|
|
24050
24060
|
*/
|
|
@@ -24070,7 +24080,7 @@ declare namespace sap {
|
|
|
24070
24080
|
variantApplied?: (oEvent: sap.ui.base.Event) => void;
|
|
24071
24081
|
|
|
24072
24082
|
/**
|
|
24073
|
-
* @
|
|
24083
|
+
* @EXPERIMENTAL (since 1.102)
|
|
24074
24084
|
*
|
|
24075
24085
|
* The event is fired when the list inside search side panel is being populated.
|
|
24076
24086
|
*
|
|
@@ -24078,6 +24088,16 @@ declare namespace sap {
|
|
|
24078
24088
|
* on the search side panel.
|
|
24079
24089
|
*/
|
|
24080
24090
|
ganttSearchSidePanelList?: (oEvent: sap.ui.base.Event) => void;
|
|
24091
|
+
|
|
24092
|
+
/**
|
|
24093
|
+
* @EXPERIMENTAL (since 1.106)
|
|
24094
|
+
*
|
|
24095
|
+
* The event is fired when the search results are being populated.
|
|
24096
|
+
*
|
|
24097
|
+
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
24098
|
+
* panel
|
|
24099
|
+
*/
|
|
24100
|
+
customGanttSearchResult?: (oEvent: sap.ui.base.Event) => void;
|
|
24081
24101
|
}
|
|
24082
24102
|
|
|
24083
24103
|
interface $GanttChartWithTableSettings
|
|
@@ -24184,7 +24204,7 @@ declare namespace sap {
|
|
|
24184
24204
|
/**
|
|
24185
24205
|
* @SINCE 1.68
|
|
24186
24206
|
*
|
|
24187
|
-
* Flag whether to show the `nowLine` in UTC or in
|
|
24207
|
+
* Flag whether to show the `nowLine` in UTC or in FLP time.
|
|
24188
24208
|
*/
|
|
24189
24209
|
nowLineInUTC?:
|
|
24190
24210
|
| boolean
|
|
@@ -24568,7 +24588,7 @@ declare namespace sap {
|
|
|
24568
24588
|
| `{${string}}`;
|
|
24569
24589
|
|
|
24570
24590
|
/**
|
|
24571
|
-
* @
|
|
24591
|
+
* @EXPERIMENTAL (since 1.100)
|
|
24572
24592
|
*
|
|
24573
24593
|
* Defines the property names for which findAll method should search in different entities
|
|
24574
24594
|
*/
|
|
@@ -24578,7 +24598,7 @@ declare namespace sap {
|
|
|
24578
24598
|
| `{${string}}`;
|
|
24579
24599
|
|
|
24580
24600
|
/**
|
|
24581
|
-
* @
|
|
24601
|
+
* @EXPERIMENTAL (since 1.100)
|
|
24582
24602
|
*
|
|
24583
24603
|
* Defines relationship between the operator and the property names using the findAll method
|
|
24584
24604
|
*/
|
|
@@ -30955,7 +30975,7 @@ declare namespace sap {
|
|
|
30955
30975
|
oListener?: object
|
|
30956
30976
|
): this;
|
|
30957
30977
|
/**
|
|
30958
|
-
* @
|
|
30978
|
+
* @EXPERIMENTAL (since 1.102)
|
|
30959
30979
|
*
|
|
30960
30980
|
* Attaches event handler `fnFunction` to the {@link #event:closeFindButtonPress closeFindButtonPress} event
|
|
30961
30981
|
* of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -30983,7 +31003,7 @@ declare namespace sap {
|
|
|
30983
31003
|
oListener?: object
|
|
30984
31004
|
): this;
|
|
30985
31005
|
/**
|
|
30986
|
-
* @
|
|
31006
|
+
* @EXPERIMENTAL (since 1.102)
|
|
30987
31007
|
*
|
|
30988
31008
|
* Attaches event handler `fnFunction` to the {@link #event:closeFindButtonPress closeFindButtonPress} event
|
|
30989
31009
|
* of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31006,7 +31026,7 @@ declare namespace sap {
|
|
|
31006
31026
|
oListener?: object
|
|
31007
31027
|
): this;
|
|
31008
31028
|
/**
|
|
31009
|
-
* @
|
|
31029
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31010
31030
|
*
|
|
31011
31031
|
* Attaches event handler `fnFunction` to the {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress}
|
|
31012
31032
|
* event of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31034,7 +31054,7 @@ declare namespace sap {
|
|
|
31034
31054
|
oListener?: object
|
|
31035
31055
|
): this;
|
|
31036
31056
|
/**
|
|
31037
|
-
* @
|
|
31057
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31038
31058
|
*
|
|
31039
31059
|
* Attaches event handler `fnFunction` to the {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress}
|
|
31040
31060
|
* event of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31104,7 +31124,7 @@ declare namespace sap {
|
|
|
31104
31124
|
oListener?: object
|
|
31105
31125
|
): this;
|
|
31106
31126
|
/**
|
|
31107
|
-
* @
|
|
31127
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31108
31128
|
*
|
|
31109
31129
|
* Attaches event handler `fnFunction` to the {@link #event:findButtonPress findButtonPress} event of this
|
|
31110
31130
|
* `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31132,7 +31152,7 @@ declare namespace sap {
|
|
|
31132
31152
|
oListener?: object
|
|
31133
31153
|
): this;
|
|
31134
31154
|
/**
|
|
31135
|
-
* @
|
|
31155
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31136
31156
|
*
|
|
31137
31157
|
* Attaches event handler `fnFunction` to the {@link #event:findButtonPress findButtonPress} event of this
|
|
31138
31158
|
* `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31155,7 +31175,7 @@ declare namespace sap {
|
|
|
31155
31175
|
oListener?: object
|
|
31156
31176
|
): this;
|
|
31157
31177
|
/**
|
|
31158
|
-
* @
|
|
31178
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31159
31179
|
*
|
|
31160
31180
|
* Attaches event handler `fnFunction` to the {@link #event:findPopupButtonPress findPopupButtonPress} event
|
|
31161
31181
|
* of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31183,7 +31203,7 @@ declare namespace sap {
|
|
|
31183
31203
|
oListener?: object
|
|
31184
31204
|
): this;
|
|
31185
31205
|
/**
|
|
31186
|
-
* @
|
|
31206
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31187
31207
|
*
|
|
31188
31208
|
* Attaches event handler `fnFunction` to the {@link #event:findPopupButtonPress findPopupButtonPress} event
|
|
31189
31209
|
* of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31206,7 +31226,7 @@ declare namespace sap {
|
|
|
31206
31226
|
oListener?: object
|
|
31207
31227
|
): this;
|
|
31208
31228
|
/**
|
|
31209
|
-
* @
|
|
31229
|
+
* @EXPERIMENTAL (since 1.100)
|
|
31210
31230
|
*
|
|
31211
31231
|
* Attaches event handler `fnFunction` to the {@link #event:ganttSidePanel ganttSidePanel} event of this
|
|
31212
31232
|
* `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31234,7 +31254,7 @@ declare namespace sap {
|
|
|
31234
31254
|
oListener?: object
|
|
31235
31255
|
): this;
|
|
31236
31256
|
/**
|
|
31237
|
-
* @
|
|
31257
|
+
* @EXPERIMENTAL (since 1.100)
|
|
31238
31258
|
*
|
|
31239
31259
|
* Attaches event handler `fnFunction` to the {@link #event:ganttSidePanel ganttSidePanel} event of this
|
|
31240
31260
|
* `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31334,7 +31354,7 @@ declare namespace sap {
|
|
|
31334
31354
|
oListener?: object
|
|
31335
31355
|
): this;
|
|
31336
31356
|
/**
|
|
31337
|
-
* @
|
|
31357
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31338
31358
|
*
|
|
31339
31359
|
* Detaches event handler `fnFunction` from the {@link #event:closeFindButtonPress closeFindButtonPress}
|
|
31340
31360
|
* event of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31354,7 +31374,7 @@ declare namespace sap {
|
|
|
31354
31374
|
oListener?: object
|
|
31355
31375
|
): this;
|
|
31356
31376
|
/**
|
|
31357
|
-
* @
|
|
31377
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31358
31378
|
*
|
|
31359
31379
|
* Detaches event handler `fnFunction` from the {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress}
|
|
31360
31380
|
* event of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31392,7 +31412,7 @@ declare namespace sap {
|
|
|
31392
31412
|
oListener?: object
|
|
31393
31413
|
): this;
|
|
31394
31414
|
/**
|
|
31395
|
-
* @
|
|
31415
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31396
31416
|
*
|
|
31397
31417
|
* Detaches event handler `fnFunction` from the {@link #event:findButtonPress findButtonPress} event of
|
|
31398
31418
|
* this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31412,7 +31432,7 @@ declare namespace sap {
|
|
|
31412
31432
|
oListener?: object
|
|
31413
31433
|
): this;
|
|
31414
31434
|
/**
|
|
31415
|
-
* @
|
|
31435
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31416
31436
|
*
|
|
31417
31437
|
* Detaches event handler `fnFunction` from the {@link #event:findPopupButtonPress findPopupButtonPress}
|
|
31418
31438
|
* event of this `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31432,7 +31452,7 @@ declare namespace sap {
|
|
|
31432
31452
|
oListener?: object
|
|
31433
31453
|
): this;
|
|
31434
31454
|
/**
|
|
31435
|
-
* @
|
|
31455
|
+
* @EXPERIMENTAL (since 1.100)
|
|
31436
31456
|
*
|
|
31437
31457
|
* Detaches event handler `fnFunction` from the {@link #event:ganttSidePanel ganttSidePanel} event of this
|
|
31438
31458
|
* `sap.gantt.simple.ContainerToolbar`.
|
|
@@ -31481,7 +31501,7 @@ declare namespace sap {
|
|
|
31481
31501
|
mParameters?: object
|
|
31482
31502
|
): this;
|
|
31483
31503
|
/**
|
|
31484
|
-
* @
|
|
31504
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31485
31505
|
*
|
|
31486
31506
|
* Fires event {@link #event:closeFindButtonPress closeFindButtonPress} to attached listeners.
|
|
31487
31507
|
*
|
|
@@ -31494,7 +31514,7 @@ declare namespace sap {
|
|
|
31494
31514
|
mParameters?: object
|
|
31495
31515
|
): this;
|
|
31496
31516
|
/**
|
|
31497
|
-
* @
|
|
31517
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31498
31518
|
*
|
|
31499
31519
|
* Fires event {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress} to attached listeners.
|
|
31500
31520
|
*
|
|
@@ -31520,7 +31540,7 @@ declare namespace sap {
|
|
|
31520
31540
|
}
|
|
31521
31541
|
): this;
|
|
31522
31542
|
/**
|
|
31523
|
-
* @
|
|
31543
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31524
31544
|
*
|
|
31525
31545
|
* Fires event {@link #event:findButtonPress findButtonPress} to attached listeners.
|
|
31526
31546
|
*
|
|
@@ -31533,7 +31553,7 @@ declare namespace sap {
|
|
|
31533
31553
|
mParameters?: object
|
|
31534
31554
|
): this;
|
|
31535
31555
|
/**
|
|
31536
|
-
* @
|
|
31556
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31537
31557
|
*
|
|
31538
31558
|
* Fires event {@link #event:findPopupButtonPress findPopupButtonPress} to attached listeners.
|
|
31539
31559
|
*
|
|
@@ -31546,7 +31566,7 @@ declare namespace sap {
|
|
|
31546
31566
|
mParameters?: object
|
|
31547
31567
|
): this;
|
|
31548
31568
|
/**
|
|
31549
|
-
* @
|
|
31569
|
+
* @EXPERIMENTAL (since 1.100)
|
|
31550
31570
|
*
|
|
31551
31571
|
* Fires event {@link #event:ganttSidePanel ganttSidePanel} to attached listeners.
|
|
31552
31572
|
*
|
|
@@ -31589,7 +31609,7 @@ declare namespace sap {
|
|
|
31589
31609
|
*/
|
|
31590
31610
|
getAlignCustomContentToRight(): boolean;
|
|
31591
31611
|
/**
|
|
31592
|
-
* @
|
|
31612
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31593
31613
|
*
|
|
31594
31614
|
* Gets current value of property {@link #getFindMode findMode}.
|
|
31595
31615
|
*
|
|
@@ -31656,7 +31676,7 @@ declare namespace sap {
|
|
|
31656
31676
|
*/
|
|
31657
31677
|
getShowLegendButton(): boolean;
|
|
31658
31678
|
/**
|
|
31659
|
-
* @
|
|
31679
|
+
* @EXPERIMENTAL (since 1.100)
|
|
31660
31680
|
*
|
|
31661
31681
|
* Gets current value of property {@link #getShowSearchButton showSearchButton}.
|
|
31662
31682
|
*
|
|
@@ -31791,7 +31811,7 @@ declare namespace sap {
|
|
|
31791
31811
|
bAlignCustomContentToRight?: boolean
|
|
31792
31812
|
): this;
|
|
31793
31813
|
/**
|
|
31794
|
-
* @
|
|
31814
|
+
* @EXPERIMENTAL (since 1.102)
|
|
31795
31815
|
*
|
|
31796
31816
|
* Sets a new value for property {@link #getFindMode findMode}.
|
|
31797
31817
|
*
|
|
@@ -31892,7 +31912,7 @@ declare namespace sap {
|
|
|
31892
31912
|
bShowLegendButton?: boolean
|
|
31893
31913
|
): this;
|
|
31894
31914
|
/**
|
|
31895
|
-
* @
|
|
31915
|
+
* @EXPERIMENTAL (since 1.100)
|
|
31896
31916
|
*
|
|
31897
31917
|
* Sets a new value for property {@link #getShowSearchButton showSearchButton}.
|
|
31898
31918
|
*
|
|
@@ -33738,6 +33758,65 @@ declare namespace sap {
|
|
|
33738
33758
|
*/
|
|
33739
33759
|
oGanttChart: sap.gantt.simple.GanttChartWithTable
|
|
33740
33760
|
): this;
|
|
33761
|
+
/**
|
|
33762
|
+
* @EXPERIMENTAL (since 1.106)
|
|
33763
|
+
*
|
|
33764
|
+
* Attaches event handler `fnFunction` to the {@link #event:customGanttSearchResult customGanttSearchResult}
|
|
33765
|
+
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
33766
|
+
*
|
|
33767
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
33768
|
+
* otherwise it will be bound to this `sap.gantt.simple.GanttChartContainer` itself.
|
|
33769
|
+
*
|
|
33770
|
+
* The event is fired when the search results are being populated.
|
|
33771
|
+
*
|
|
33772
|
+
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
33773
|
+
* panel
|
|
33774
|
+
*
|
|
33775
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
33776
|
+
*/
|
|
33777
|
+
attachCustomGanttSearchResult(
|
|
33778
|
+
/**
|
|
33779
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
33780
|
+
* object when firing the event
|
|
33781
|
+
*/
|
|
33782
|
+
oData: object,
|
|
33783
|
+
/**
|
|
33784
|
+
* The function to be called when the event occurs
|
|
33785
|
+
*/
|
|
33786
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
33787
|
+
/**
|
|
33788
|
+
* Context object to call the event handler with. Defaults to this `sap.gantt.simple.GanttChartContainer`
|
|
33789
|
+
* itself
|
|
33790
|
+
*/
|
|
33791
|
+
oListener?: object
|
|
33792
|
+
): this;
|
|
33793
|
+
/**
|
|
33794
|
+
* @EXPERIMENTAL (since 1.106)
|
|
33795
|
+
*
|
|
33796
|
+
* Attaches event handler `fnFunction` to the {@link #event:customGanttSearchResult customGanttSearchResult}
|
|
33797
|
+
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
33798
|
+
*
|
|
33799
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
33800
|
+
* otherwise it will be bound to this `sap.gantt.simple.GanttChartContainer` itself.
|
|
33801
|
+
*
|
|
33802
|
+
* The event is fired when the search results are being populated.
|
|
33803
|
+
*
|
|
33804
|
+
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
33805
|
+
* panel
|
|
33806
|
+
*
|
|
33807
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
33808
|
+
*/
|
|
33809
|
+
attachCustomGanttSearchResult(
|
|
33810
|
+
/**
|
|
33811
|
+
* The function to be called when the event occurs
|
|
33812
|
+
*/
|
|
33813
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
33814
|
+
/**
|
|
33815
|
+
* Context object to call the event handler with. Defaults to this `sap.gantt.simple.GanttChartContainer`
|
|
33816
|
+
* itself
|
|
33817
|
+
*/
|
|
33818
|
+
oListener?: object
|
|
33819
|
+
): this;
|
|
33741
33820
|
/**
|
|
33742
33821
|
* Attaches event handler `fnFunction` to the {@link #event:customSettingChange customSettingChange} event
|
|
33743
33822
|
* of this `sap.gantt.simple.GanttChartContainer`.
|
|
@@ -33794,7 +33873,7 @@ declare namespace sap {
|
|
|
33794
33873
|
oListener?: object
|
|
33795
33874
|
): this;
|
|
33796
33875
|
/**
|
|
33797
|
-
* @
|
|
33876
|
+
* @EXPERIMENTAL (since 1.102)
|
|
33798
33877
|
*
|
|
33799
33878
|
* Attaches event handler `fnFunction` to the {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList}
|
|
33800
33879
|
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
@@ -33826,7 +33905,7 @@ declare namespace sap {
|
|
|
33826
33905
|
oListener?: object
|
|
33827
33906
|
): this;
|
|
33828
33907
|
/**
|
|
33829
|
-
* @
|
|
33908
|
+
* @EXPERIMENTAL (since 1.102)
|
|
33830
33909
|
*
|
|
33831
33910
|
* Attaches event handler `fnFunction` to the {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList}
|
|
33832
33911
|
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
@@ -33920,7 +33999,7 @@ declare namespace sap {
|
|
|
33920
33999
|
*/
|
|
33921
34000
|
destroyGanttCharts(): this;
|
|
33922
34001
|
/**
|
|
33923
|
-
* @
|
|
34002
|
+
* @EXPERIMENTAL (since 1.100)
|
|
33924
34003
|
*
|
|
33925
34004
|
* Destroys the searchSidePanel in the aggregation {@link #getSearchSidePanel searchSidePanel}.
|
|
33926
34005
|
*
|
|
@@ -33928,7 +34007,7 @@ declare namespace sap {
|
|
|
33928
34007
|
*/
|
|
33929
34008
|
destroySearchSidePanel(): this;
|
|
33930
34009
|
/**
|
|
33931
|
-
* @
|
|
34010
|
+
* @EXPERIMENTAL (since 1.102)
|
|
33932
34011
|
*
|
|
33933
34012
|
* Destroys the searchSidePanelList in the aggregation {@link #getSearchSidePanelList searchSidePanelList}.
|
|
33934
34013
|
*
|
|
@@ -33961,6 +34040,26 @@ declare namespace sap {
|
|
|
33961
34040
|
* @returns Reference to `this` in order to allow method chaining
|
|
33962
34041
|
*/
|
|
33963
34042
|
destroyVariantHandler(): this;
|
|
34043
|
+
/**
|
|
34044
|
+
* @EXPERIMENTAL (since 1.106)
|
|
34045
|
+
*
|
|
34046
|
+
* Detaches event handler `fnFunction` from the {@link #event:customGanttSearchResult customGanttSearchResult}
|
|
34047
|
+
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
34048
|
+
*
|
|
34049
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
34050
|
+
*
|
|
34051
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34052
|
+
*/
|
|
34053
|
+
detachCustomGanttSearchResult(
|
|
34054
|
+
/**
|
|
34055
|
+
* The function to be called, when the event occurs
|
|
34056
|
+
*/
|
|
34057
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
34058
|
+
/**
|
|
34059
|
+
* Context object on which the given function had to be called
|
|
34060
|
+
*/
|
|
34061
|
+
oListener?: object
|
|
34062
|
+
): this;
|
|
33964
34063
|
/**
|
|
33965
34064
|
* Detaches event handler `fnFunction` from the {@link #event:customSettingChange customSettingChange} event
|
|
33966
34065
|
* of this `sap.gantt.simple.GanttChartContainer`.
|
|
@@ -33980,7 +34079,7 @@ declare namespace sap {
|
|
|
33980
34079
|
oListener?: object
|
|
33981
34080
|
): this;
|
|
33982
34081
|
/**
|
|
33983
|
-
* @
|
|
34082
|
+
* @EXPERIMENTAL (since 1.102)
|
|
33984
34083
|
*
|
|
33985
34084
|
* Detaches event handler `fnFunction` from the {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList}
|
|
33986
34085
|
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
@@ -34019,6 +34118,25 @@ declare namespace sap {
|
|
|
34019
34118
|
*/
|
|
34020
34119
|
oListener?: object
|
|
34021
34120
|
): this;
|
|
34121
|
+
/**
|
|
34122
|
+
* @EXPERIMENTAL (since 1.106)
|
|
34123
|
+
*
|
|
34124
|
+
* Fires event {@link #event:customGanttSearchResult customGanttSearchResult} to attached listeners.
|
|
34125
|
+
*
|
|
34126
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34127
|
+
*/
|
|
34128
|
+
fireCustomGanttSearchResult(
|
|
34129
|
+
/**
|
|
34130
|
+
* Parameters to pass along with the event
|
|
34131
|
+
*/
|
|
34132
|
+
mParameters?: {
|
|
34133
|
+
/**
|
|
34134
|
+
* Array of search results that the application can use to filter results shown on the toolbar and side
|
|
34135
|
+
* panel
|
|
34136
|
+
*/
|
|
34137
|
+
searchResults?: any[];
|
|
34138
|
+
}
|
|
34139
|
+
): this;
|
|
34022
34140
|
/**
|
|
34023
34141
|
* Fires event {@link #event:customSettingChange customSettingChange} to attached listeners.
|
|
34024
34142
|
*
|
|
@@ -34040,7 +34158,7 @@ declare namespace sap {
|
|
|
34040
34158
|
}
|
|
34041
34159
|
): this;
|
|
34042
34160
|
/**
|
|
34043
|
-
* @
|
|
34161
|
+
* @EXPERIMENTAL (since 1.102)
|
|
34044
34162
|
*
|
|
34045
34163
|
* Fires event {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList} to attached listeners.
|
|
34046
34164
|
*
|
|
@@ -34083,6 +34201,18 @@ declare namespace sap {
|
|
|
34083
34201
|
* @returns Value of property `_enableRTA`
|
|
34084
34202
|
*/
|
|
34085
34203
|
get_enableRTA(): boolean;
|
|
34204
|
+
/**
|
|
34205
|
+
* @EXPERIMENTAL (since 1.106)
|
|
34206
|
+
*
|
|
34207
|
+
* Gets current value of property {@link #getCustomSearchResults customSearchResults}.
|
|
34208
|
+
*
|
|
34209
|
+
* Array of search results displayed on the toolbar and side panel
|
|
34210
|
+
*
|
|
34211
|
+
* Default value is `[]`.
|
|
34212
|
+
*
|
|
34213
|
+
* @returns Value of property `customSearchResults`
|
|
34214
|
+
*/
|
|
34215
|
+
getCustomSearchResults(): any[];
|
|
34086
34216
|
/**
|
|
34087
34217
|
* Gets current value of property {@link #getDisplayType displayType}.
|
|
34088
34218
|
*
|
|
@@ -34250,7 +34380,7 @@ declare namespace sap {
|
|
|
34250
34380
|
*/
|
|
34251
34381
|
getLayoutOrientation(): sap.ui.core.Orientation;
|
|
34252
34382
|
/**
|
|
34253
|
-
* @
|
|
34383
|
+
* @EXPERIMENTAL (since 1.100)
|
|
34254
34384
|
*
|
|
34255
34385
|
* Gets content of aggregation {@link #getSearchSidePanel searchSidePanel}.
|
|
34256
34386
|
*
|
|
@@ -34258,7 +34388,7 @@ declare namespace sap {
|
|
|
34258
34388
|
*/
|
|
34259
34389
|
getSearchSidePanel(): /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
|
|
34260
34390
|
/**
|
|
34261
|
-
* @
|
|
34391
|
+
* @EXPERIMENTAL (since 1.102)
|
|
34262
34392
|
*
|
|
34263
34393
|
* Gets content of aggregation {@link #getSearchSidePanelList searchSidePanelList}.
|
|
34264
34394
|
*
|
|
@@ -34266,7 +34396,7 @@ declare namespace sap {
|
|
|
34266
34396
|
*/
|
|
34267
34397
|
getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
|
|
34268
34398
|
/**
|
|
34269
|
-
* @
|
|
34399
|
+
* @EXPERIMENTAL (since 1.100)
|
|
34270
34400
|
*
|
|
34271
34401
|
* Gets current value of property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
34272
34402
|
*
|
|
@@ -34420,6 +34550,25 @@ declare namespace sap {
|
|
|
34420
34550
|
*/
|
|
34421
34551
|
b_enableRTA?: boolean
|
|
34422
34552
|
): this;
|
|
34553
|
+
/**
|
|
34554
|
+
* @EXPERIMENTAL (since 1.106)
|
|
34555
|
+
*
|
|
34556
|
+
* Sets a new value for property {@link #getCustomSearchResults customSearchResults}.
|
|
34557
|
+
*
|
|
34558
|
+
* Array of search results displayed on the toolbar and side panel
|
|
34559
|
+
*
|
|
34560
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
34561
|
+
*
|
|
34562
|
+
* Default value is `[]`.
|
|
34563
|
+
*
|
|
34564
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34565
|
+
*/
|
|
34566
|
+
setCustomSearchResults(
|
|
34567
|
+
/**
|
|
34568
|
+
* New value for property `customSearchResults`
|
|
34569
|
+
*/
|
|
34570
|
+
sCustomSearchResults?: any[]
|
|
34571
|
+
): this;
|
|
34423
34572
|
/**
|
|
34424
34573
|
* Sets a new value for property {@link #getDisplayType displayType}.
|
|
34425
34574
|
*
|
|
@@ -34672,7 +34821,7 @@ declare namespace sap {
|
|
|
34672
34821
|
sLayoutOrientation?: sap.ui.core.Orientation
|
|
34673
34822
|
): this;
|
|
34674
34823
|
/**
|
|
34675
|
-
* @
|
|
34824
|
+
* @EXPERIMENTAL (since 1.100)
|
|
34676
34825
|
*
|
|
34677
34826
|
* Sets the aggregated {@link #getSearchSidePanel searchSidePanel}.
|
|
34678
34827
|
*
|
|
@@ -34685,7 +34834,7 @@ declare namespace sap {
|
|
|
34685
34834
|
oSearchSidePanel: /* was: sap.gantt.simple.GanttSearchSidePanel */ any
|
|
34686
34835
|
): this;
|
|
34687
34836
|
/**
|
|
34688
|
-
* @
|
|
34837
|
+
* @EXPERIMENTAL (since 1.102)
|
|
34689
34838
|
*
|
|
34690
34839
|
* Sets the aggregated {@link #getSearchSidePanelList searchSidePanelList}.
|
|
34691
34840
|
*
|
|
@@ -34698,7 +34847,7 @@ declare namespace sap {
|
|
|
34698
34847
|
oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
|
|
34699
34848
|
): this;
|
|
34700
34849
|
/**
|
|
34701
|
-
* @
|
|
34850
|
+
* @EXPERIMENTAL (since 1.100)
|
|
34702
34851
|
*
|
|
34703
34852
|
* Sets a new value for property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
34704
34853
|
*
|
|
@@ -36929,7 +37078,7 @@ declare namespace sap {
|
|
|
36929
37078
|
*/
|
|
36930
37079
|
getExpandedRowHeight(): int;
|
|
36931
37080
|
/**
|
|
36932
|
-
* @
|
|
37081
|
+
* @EXPERIMENTAL (since 1.100)
|
|
36933
37082
|
*
|
|
36934
37083
|
* Gets current value of property {@link #getFindBy findBy}.
|
|
36935
37084
|
*
|
|
@@ -36941,7 +37090,7 @@ declare namespace sap {
|
|
|
36941
37090
|
*/
|
|
36942
37091
|
getFindBy(): string[];
|
|
36943
37092
|
/**
|
|
36944
|
-
* @
|
|
37093
|
+
* @EXPERIMENTAL (since 1.100)
|
|
36945
37094
|
*
|
|
36946
37095
|
* Gets current value of property {@link #getFindByOperator findByOperator}.
|
|
36947
37096
|
*
|
|
@@ -37015,7 +37164,7 @@ declare namespace sap {
|
|
|
37015
37164
|
*
|
|
37016
37165
|
* Gets current value of property {@link #getNowLineInUTC nowLineInUTC}.
|
|
37017
37166
|
*
|
|
37018
|
-
* Flag whether to show the `nowLine` in UTC or in
|
|
37167
|
+
* Flag whether to show the `nowLine` in UTC or in FLP time.
|
|
37019
37168
|
*
|
|
37020
37169
|
* Default value is `true`.
|
|
37021
37170
|
*
|
|
@@ -38219,7 +38368,7 @@ declare namespace sap {
|
|
|
38219
38368
|
iExpandedRowHeight: int
|
|
38220
38369
|
): this;
|
|
38221
38370
|
/**
|
|
38222
|
-
* @
|
|
38371
|
+
* @EXPERIMENTAL (since 1.100)
|
|
38223
38372
|
*
|
|
38224
38373
|
* Sets a new value for property {@link #getFindBy findBy}.
|
|
38225
38374
|
*
|
|
@@ -38238,7 +38387,7 @@ declare namespace sap {
|
|
|
38238
38387
|
sFindBy?: string[]
|
|
38239
38388
|
): this;
|
|
38240
38389
|
/**
|
|
38241
|
-
* @
|
|
38390
|
+
* @EXPERIMENTAL (since 1.100)
|
|
38242
38391
|
*
|
|
38243
38392
|
* Sets a new value for property {@link #getFindByOperator findByOperator}.
|
|
38244
38393
|
*
|
|
@@ -38347,7 +38496,7 @@ declare namespace sap {
|
|
|
38347
38496
|
*
|
|
38348
38497
|
* Sets a new value for property {@link #getNowLineInUTC nowLineInUTC}.
|
|
38349
38498
|
*
|
|
38350
|
-
* Flag whether to show the `nowLine` in UTC or in
|
|
38499
|
+
* Flag whether to show the `nowLine` in UTC or in FLP time.
|
|
38351
38500
|
*
|
|
38352
38501
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
38353
38502
|
*
|
|
@@ -38404,6 +38553,18 @@ declare namespace sap {
|
|
|
38404
38553
|
*/
|
|
38405
38554
|
sRelationshipShapeSize?: sap.gantt.simple.relationshipShapeSize
|
|
38406
38555
|
): this;
|
|
38556
|
+
/**
|
|
38557
|
+
* @SINCE 1.105
|
|
38558
|
+
*
|
|
38559
|
+
* Call for 'setRowSettingsTemplate' method of table is made with invalidate Also, create the promise to
|
|
38560
|
+
* wait for inner gantt rendering
|
|
38561
|
+
*/
|
|
38562
|
+
setRowSettingsTempWithInvalid(
|
|
38563
|
+
/**
|
|
38564
|
+
* Table RowSettings template
|
|
38565
|
+
*/
|
|
38566
|
+
oRowSettings: object
|
|
38567
|
+
): void;
|
|
38407
38568
|
/**
|
|
38408
38569
|
* @EXPERIMENTAL (since 1.88)
|
|
38409
38570
|
*
|