@sapui5/ts-types 1.104.0 → 1.105.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.
Files changed (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +2 -2
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +829 -1
  7. package/types/sap.f.d.ts +1 -1
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +1166 -29
  10. package/types/sap.fe.macros.d.ts +631 -52
  11. package/types/sap.fe.navigation.d.ts +1439 -1
  12. package/types/sap.fe.templates.d.ts +161 -2
  13. package/types/sap.fe.test.d.ts +12 -1
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +66 -54
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +197 -47
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +68 -3
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +122 -179
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +97 -6
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +73 -22
  33. package/types/sap.ui.core.d.ts +195 -43
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +3 -3
  36. package/types/sap.ui.fl.d.ts +1117 -5
  37. package/types/sap.ui.generic.app.d.ts +9 -10
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +59 -7
  40. package/types/sap.ui.layout.d.ts +1 -1
  41. package/types/sap.ui.mdc.d.ts +3 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +1 -1
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +51 -4
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +272 -19
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +209 -16
  55. package/types/sap.ui.webc.main.d.ts +524 -62
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +6 -8
  58. package/types/sap.ushell_abap.d.ts +1 -215
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.103.0
1
+ // For Library Version: 1.105.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -10,14 +10,173 @@ declare namespace sap {
10
10
  /**
11
11
  * @SINCE 1.79.0
12
12
  *
13
+ *
13
14
  * Extension API for list reports on SAP Fiori elements for OData V4.
14
15
  */
15
- export const ExtensionAPI: undefined;
16
+ class ExtensionAPI
17
+ /* was: sap.fe.templates.ExtensionAPI */ extends Object {
18
+ constructor();
19
+
20
+ /**
21
+ * Add any control as a dependent control to this SAP Fiori elements page.
22
+ */
23
+ addDependent(
24
+ /**
25
+ * Control to be added as a dependent control
26
+ */
27
+ oControl: sap.ui.core.Control
28
+ ): void;
29
+ /**
30
+ * This method converts filter conditions to filters.
31
+ *
32
+ * @returns Object containing the converted FilterBar filters.
33
+ */
34
+ createFiltersFromFilterConditions(
35
+ /**
36
+ * Map containing the filter conditions of the FilterBar.
37
+ */
38
+ mFilterConditions: any
39
+ ): object;
40
+ /**
41
+ * Get access to models managed by SAP Fiori elements.
42
+ *
43
+ * The following models can be accessed:
44
+ *
45
+ *
46
+ * - undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page
47
+ *
48
+ * - i18n / further data models defined in the manifest
49
+ * ui: returns a SAPUI5 JSON model containing UI information.
50
+ * Only the following properties are public and supported:
51
+ *
52
+ *
53
+ * - isEditable: set to true if the application is in edit mode
54
+ *
55
+ *
56
+ * .
57
+ * editMode is deprecated and should not be used anymore. Use isEditable instead.
58
+ *
59
+ * @returns The required model
60
+ */
61
+ getModel(
62
+ /**
63
+ * Name of the model
64
+ */
65
+ sModelName?: string
66
+ ): undefined | sap.ui.model.Model;
67
+ /**
68
+ * Gets the list entries currently selected for the displayed control.
69
+ *
70
+ * @returns Array containing the selected contexts
71
+ */
72
+ getSelectedContexts(): any;
73
+ /**
74
+ * Load a fragment and go through the template preprocessor with the current page context.
75
+ *
76
+ * @returns The fragment definition
77
+ */
78
+ loadFragment(
79
+ /**
80
+ * The settings object
81
+ */
82
+ mSettings: {
83
+ /**
84
+ * The contextPath to be used for the templating process
85
+ */
86
+ contextPath: string;
87
+ /**
88
+ * The controller to be attached to the fragment
89
+ */
90
+ controller: object;
91
+ /**
92
+ * The ID of the fragment itself
93
+ */
94
+ id: string;
95
+ /**
96
+ * The initial binding context
97
+ */
98
+ initialBindingContext: sap.ui.model.Context;
99
+ /**
100
+ * The name of the fragment to be loaded
101
+ */
102
+ name: string;
103
+ }
104
+ ): Promise<any>;
105
+ /**
106
+ * Navigate to another target.
107
+ */
108
+ navigateToTarget(
109
+ /**
110
+ * Name of the target route
111
+ */
112
+ sTarget: string,
113
+ /**
114
+ * undefined
115
+ */
116
+ oContext: sap.ui.model.Context
117
+ ): void;
118
+ /**
119
+ * Refreshes the List Report.
120
+ * This method currently only supports triggering the search (by clicking on the GO button)
121
+ * in the List Report Filter Bar. It can be used to request the initial load or to refresh the
122
+ * currently shown data based on the filters entered by the user.
123
+ * Please note: The Promise is resolved once the search is triggered and not once the data is returned.
124
+ *
125
+ * @returns Resolved once the data is refreshed or rejected if the request failed
126
+ */
127
+ refresh(): any;
128
+ /**
129
+ * Remove a dependent control from this SAP Fiori elements page.
130
+ */
131
+ removeDependent(
132
+ /**
133
+ * Control to be added as a dependent control
134
+ */
135
+ oControl: sap.ui.core.Control
136
+ ): void;
137
+ /**
138
+ * Set the filter values for the given property in the filter bar.
139
+ * The filter values can be either a single value or an array of values.
140
+ * Each filter value must be represented as a primitive value.
141
+ *
142
+ * @returns A promise for asynchronous handling
143
+ */
144
+ setFilterValues(
145
+ /**
146
+ * The path to the property as a condition path
147
+ */
148
+ sConditionPath: string,
149
+ /**
150
+ * undefined
151
+ */
152
+ sOperator: undefined | string,
153
+ /**
154
+ * The values to be applied
155
+ */
156
+ vValues:
157
+ | undefined
158
+ | string
159
+ | number
160
+ | boolean
161
+ | string[]
162
+ | number[]
163
+ | boolean[]
164
+ ): Promise<any>;
165
+ /**
166
+ * Triggers an update of the app state.
167
+ * Should be called if the state of a control, or any other state-relevant information, was changed.
168
+ *
169
+ * @returns A promise that resolves with the new app state object.
170
+ */
171
+ updateAppState(): undefined | Promise<any>;
172
+ }
16
173
  }
17
174
  }
18
175
  }
19
176
 
20
177
  interface IUI5DefineDependencyNames {
21
178
  "sap/fe/templates/library": undefined;
179
+
180
+ "sap/fe/templates/ListReport/ExtensionAPI": undefined;
22
181
  }
23
182
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.103.0
1
+ // For Library Version: 1.105.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -463,6 +463,17 @@ declare namespace sap {
463
463
  */
464
464
  mState?: object
465
465
  ): object;
466
+ /**
467
+ * Checks the dialog.
468
+ *
469
+ * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
470
+ */
471
+ iCheckState(
472
+ /**
473
+ * Defines the expected state of the dialog
474
+ */
475
+ mDialogState?: object
476
+ ): object;
466
477
  /**
467
478
  * Checks the table.
468
479
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.105.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.105.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
- * @SINCE 1.100
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
- * @SINCE 1.102
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
- * @SINCE 1.100
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
- * @SINCE 1.102
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
- * @SINCE 1.102
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
- * @SINCE 1.102
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
- * @SINCE 1.102
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
- * @SINCE 1.100
23998
+ * @EXPERIMENTAL (since 1.100)
23999
23999
  *
24000
24000
  * Flag to enable and disable search side panel.
24001
24001
  */
@@ -24037,14 +24037,14 @@ declare namespace sap {
24037
24037
  variantHandler?: sap.gantt.simple.CustomVariantHandler;
24038
24038
 
24039
24039
  /**
24040
- * @SINCE 1.100
24040
+ * @EXPERIMENTAL (since 1.100)
24041
24041
  *
24042
24042
  * Side panel to display search results of Find and Select operation in the chart area
24043
24043
  */
24044
24044
  searchSidePanel?: /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
24045
24045
 
24046
24046
  /**
24047
- * @SINCE 1.102
24047
+ * @EXPERIMENTAL (since 1.102)
24048
24048
  *
24049
24049
  * List of search results displayed on the side panel of Find and Select operation
24050
24050
  */
@@ -24070,7 +24070,7 @@ declare namespace sap {
24070
24070
  variantApplied?: (oEvent: sap.ui.base.Event) => void;
24071
24071
 
24072
24072
  /**
24073
- * @SINCE 1.102
24073
+ * @EXPERIMENTAL (since 1.102)
24074
24074
  *
24075
24075
  * The event is fired when the list inside search side panel is being populated.
24076
24076
  *
@@ -24568,7 +24568,7 @@ declare namespace sap {
24568
24568
  | `{${string}}`;
24569
24569
 
24570
24570
  /**
24571
- * @SINCE 1.100
24571
+ * @EXPERIMENTAL (since 1.100)
24572
24572
  *
24573
24573
  * Defines the property names for which findAll method should search in different entities
24574
24574
  */
@@ -24578,7 +24578,7 @@ declare namespace sap {
24578
24578
  | `{${string}}`;
24579
24579
 
24580
24580
  /**
24581
- * @SINCE 1.100
24581
+ * @EXPERIMENTAL (since 1.100)
24582
24582
  *
24583
24583
  * Defines relationship between the operator and the property names using the findAll method
24584
24584
  */
@@ -30955,7 +30955,7 @@ declare namespace sap {
30955
30955
  oListener?: object
30956
30956
  ): this;
30957
30957
  /**
30958
- * @SINCE 1.102
30958
+ * @EXPERIMENTAL (since 1.102)
30959
30959
  *
30960
30960
  * Attaches event handler `fnFunction` to the {@link #event:closeFindButtonPress closeFindButtonPress} event
30961
30961
  * of this `sap.gantt.simple.ContainerToolbar`.
@@ -30983,7 +30983,7 @@ declare namespace sap {
30983
30983
  oListener?: object
30984
30984
  ): this;
30985
30985
  /**
30986
- * @SINCE 1.102
30986
+ * @EXPERIMENTAL (since 1.102)
30987
30987
  *
30988
30988
  * Attaches event handler `fnFunction` to the {@link #event:closeFindButtonPress closeFindButtonPress} event
30989
30989
  * of this `sap.gantt.simple.ContainerToolbar`.
@@ -31006,7 +31006,7 @@ declare namespace sap {
31006
31006
  oListener?: object
31007
31007
  ): this;
31008
31008
  /**
31009
- * @SINCE 1.102
31009
+ * @EXPERIMENTAL (since 1.102)
31010
31010
  *
31011
31011
  * Attaches event handler `fnFunction` to the {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress}
31012
31012
  * event of this `sap.gantt.simple.ContainerToolbar`.
@@ -31034,7 +31034,7 @@ declare namespace sap {
31034
31034
  oListener?: object
31035
31035
  ): this;
31036
31036
  /**
31037
- * @SINCE 1.102
31037
+ * @EXPERIMENTAL (since 1.102)
31038
31038
  *
31039
31039
  * Attaches event handler `fnFunction` to the {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress}
31040
31040
  * event of this `sap.gantt.simple.ContainerToolbar`.
@@ -31104,7 +31104,7 @@ declare namespace sap {
31104
31104
  oListener?: object
31105
31105
  ): this;
31106
31106
  /**
31107
- * @SINCE 1.102
31107
+ * @EXPERIMENTAL (since 1.102)
31108
31108
  *
31109
31109
  * Attaches event handler `fnFunction` to the {@link #event:findButtonPress findButtonPress} event of this
31110
31110
  * `sap.gantt.simple.ContainerToolbar`.
@@ -31132,7 +31132,7 @@ declare namespace sap {
31132
31132
  oListener?: object
31133
31133
  ): this;
31134
31134
  /**
31135
- * @SINCE 1.102
31135
+ * @EXPERIMENTAL (since 1.102)
31136
31136
  *
31137
31137
  * Attaches event handler `fnFunction` to the {@link #event:findButtonPress findButtonPress} event of this
31138
31138
  * `sap.gantt.simple.ContainerToolbar`.
@@ -31155,7 +31155,7 @@ declare namespace sap {
31155
31155
  oListener?: object
31156
31156
  ): this;
31157
31157
  /**
31158
- * @SINCE 1.102
31158
+ * @EXPERIMENTAL (since 1.102)
31159
31159
  *
31160
31160
  * Attaches event handler `fnFunction` to the {@link #event:findPopupButtonPress findPopupButtonPress} event
31161
31161
  * of this `sap.gantt.simple.ContainerToolbar`.
@@ -31183,7 +31183,7 @@ declare namespace sap {
31183
31183
  oListener?: object
31184
31184
  ): this;
31185
31185
  /**
31186
- * @SINCE 1.102
31186
+ * @EXPERIMENTAL (since 1.102)
31187
31187
  *
31188
31188
  * Attaches event handler `fnFunction` to the {@link #event:findPopupButtonPress findPopupButtonPress} event
31189
31189
  * of this `sap.gantt.simple.ContainerToolbar`.
@@ -31206,7 +31206,7 @@ declare namespace sap {
31206
31206
  oListener?: object
31207
31207
  ): this;
31208
31208
  /**
31209
- * @SINCE 1.100
31209
+ * @EXPERIMENTAL (since 1.100)
31210
31210
  *
31211
31211
  * Attaches event handler `fnFunction` to the {@link #event:ganttSidePanel ganttSidePanel} event of this
31212
31212
  * `sap.gantt.simple.ContainerToolbar`.
@@ -31234,7 +31234,7 @@ declare namespace sap {
31234
31234
  oListener?: object
31235
31235
  ): this;
31236
31236
  /**
31237
- * @SINCE 1.100
31237
+ * @EXPERIMENTAL (since 1.100)
31238
31238
  *
31239
31239
  * Attaches event handler `fnFunction` to the {@link #event:ganttSidePanel ganttSidePanel} event of this
31240
31240
  * `sap.gantt.simple.ContainerToolbar`.
@@ -31334,7 +31334,7 @@ declare namespace sap {
31334
31334
  oListener?: object
31335
31335
  ): this;
31336
31336
  /**
31337
- * @SINCE 1.102
31337
+ * @EXPERIMENTAL (since 1.102)
31338
31338
  *
31339
31339
  * Detaches event handler `fnFunction` from the {@link #event:closeFindButtonPress closeFindButtonPress}
31340
31340
  * event of this `sap.gantt.simple.ContainerToolbar`.
@@ -31354,7 +31354,7 @@ declare namespace sap {
31354
31354
  oListener?: object
31355
31355
  ): this;
31356
31356
  /**
31357
- * @SINCE 1.102
31357
+ * @EXPERIMENTAL (since 1.102)
31358
31358
  *
31359
31359
  * Detaches event handler `fnFunction` from the {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress}
31360
31360
  * event of this `sap.gantt.simple.ContainerToolbar`.
@@ -31392,7 +31392,7 @@ declare namespace sap {
31392
31392
  oListener?: object
31393
31393
  ): this;
31394
31394
  /**
31395
- * @SINCE 1.102
31395
+ * @EXPERIMENTAL (since 1.102)
31396
31396
  *
31397
31397
  * Detaches event handler `fnFunction` from the {@link #event:findButtonPress findButtonPress} event of
31398
31398
  * this `sap.gantt.simple.ContainerToolbar`.
@@ -31412,7 +31412,7 @@ declare namespace sap {
31412
31412
  oListener?: object
31413
31413
  ): this;
31414
31414
  /**
31415
- * @SINCE 1.102
31415
+ * @EXPERIMENTAL (since 1.102)
31416
31416
  *
31417
31417
  * Detaches event handler `fnFunction` from the {@link #event:findPopupButtonPress findPopupButtonPress}
31418
31418
  * event of this `sap.gantt.simple.ContainerToolbar`.
@@ -31432,7 +31432,7 @@ declare namespace sap {
31432
31432
  oListener?: object
31433
31433
  ): this;
31434
31434
  /**
31435
- * @SINCE 1.100
31435
+ * @EXPERIMENTAL (since 1.100)
31436
31436
  *
31437
31437
  * Detaches event handler `fnFunction` from the {@link #event:ganttSidePanel ganttSidePanel} event of this
31438
31438
  * `sap.gantt.simple.ContainerToolbar`.
@@ -31481,7 +31481,7 @@ declare namespace sap {
31481
31481
  mParameters?: object
31482
31482
  ): this;
31483
31483
  /**
31484
- * @SINCE 1.102
31484
+ * @EXPERIMENTAL (since 1.102)
31485
31485
  *
31486
31486
  * Fires event {@link #event:closeFindButtonPress closeFindButtonPress} to attached listeners.
31487
31487
  *
@@ -31494,7 +31494,7 @@ declare namespace sap {
31494
31494
  mParameters?: object
31495
31495
  ): this;
31496
31496
  /**
31497
- * @SINCE 1.102
31497
+ * @EXPERIMENTAL (since 1.102)
31498
31498
  *
31499
31499
  * Fires event {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress} to attached listeners.
31500
31500
  *
@@ -31520,7 +31520,7 @@ declare namespace sap {
31520
31520
  }
31521
31521
  ): this;
31522
31522
  /**
31523
- * @SINCE 1.102
31523
+ * @EXPERIMENTAL (since 1.102)
31524
31524
  *
31525
31525
  * Fires event {@link #event:findButtonPress findButtonPress} to attached listeners.
31526
31526
  *
@@ -31533,7 +31533,7 @@ declare namespace sap {
31533
31533
  mParameters?: object
31534
31534
  ): this;
31535
31535
  /**
31536
- * @SINCE 1.102
31536
+ * @EXPERIMENTAL (since 1.102)
31537
31537
  *
31538
31538
  * Fires event {@link #event:findPopupButtonPress findPopupButtonPress} to attached listeners.
31539
31539
  *
@@ -31546,7 +31546,7 @@ declare namespace sap {
31546
31546
  mParameters?: object
31547
31547
  ): this;
31548
31548
  /**
31549
- * @SINCE 1.100
31549
+ * @EXPERIMENTAL (since 1.100)
31550
31550
  *
31551
31551
  * Fires event {@link #event:ganttSidePanel ganttSidePanel} to attached listeners.
31552
31552
  *
@@ -31589,7 +31589,7 @@ declare namespace sap {
31589
31589
  */
31590
31590
  getAlignCustomContentToRight(): boolean;
31591
31591
  /**
31592
- * @SINCE 1.102
31592
+ * @EXPERIMENTAL (since 1.102)
31593
31593
  *
31594
31594
  * Gets current value of property {@link #getFindMode findMode}.
31595
31595
  *
@@ -31656,7 +31656,7 @@ declare namespace sap {
31656
31656
  */
31657
31657
  getShowLegendButton(): boolean;
31658
31658
  /**
31659
- * @SINCE 1.100
31659
+ * @EXPERIMENTAL (since 1.100)
31660
31660
  *
31661
31661
  * Gets current value of property {@link #getShowSearchButton showSearchButton}.
31662
31662
  *
@@ -31791,7 +31791,7 @@ declare namespace sap {
31791
31791
  bAlignCustomContentToRight?: boolean
31792
31792
  ): this;
31793
31793
  /**
31794
- * @SINCE 1.102
31794
+ * @EXPERIMENTAL (since 1.102)
31795
31795
  *
31796
31796
  * Sets a new value for property {@link #getFindMode findMode}.
31797
31797
  *
@@ -31892,7 +31892,7 @@ declare namespace sap {
31892
31892
  bShowLegendButton?: boolean
31893
31893
  ): this;
31894
31894
  /**
31895
- * @SINCE 1.100
31895
+ * @EXPERIMENTAL (since 1.100)
31896
31896
  *
31897
31897
  * Sets a new value for property {@link #getShowSearchButton showSearchButton}.
31898
31898
  *
@@ -33794,7 +33794,7 @@ declare namespace sap {
33794
33794
  oListener?: object
33795
33795
  ): this;
33796
33796
  /**
33797
- * @SINCE 1.102
33797
+ * @EXPERIMENTAL (since 1.102)
33798
33798
  *
33799
33799
  * Attaches event handler `fnFunction` to the {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList}
33800
33800
  * event of this `sap.gantt.simple.GanttChartContainer`.
@@ -33826,7 +33826,7 @@ declare namespace sap {
33826
33826
  oListener?: object
33827
33827
  ): this;
33828
33828
  /**
33829
- * @SINCE 1.102
33829
+ * @EXPERIMENTAL (since 1.102)
33830
33830
  *
33831
33831
  * Attaches event handler `fnFunction` to the {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList}
33832
33832
  * event of this `sap.gantt.simple.GanttChartContainer`.
@@ -33920,7 +33920,7 @@ declare namespace sap {
33920
33920
  */
33921
33921
  destroyGanttCharts(): this;
33922
33922
  /**
33923
- * @SINCE 1.100
33923
+ * @EXPERIMENTAL (since 1.100)
33924
33924
  *
33925
33925
  * Destroys the searchSidePanel in the aggregation {@link #getSearchSidePanel searchSidePanel}.
33926
33926
  *
@@ -33928,7 +33928,7 @@ declare namespace sap {
33928
33928
  */
33929
33929
  destroySearchSidePanel(): this;
33930
33930
  /**
33931
- * @SINCE 1.102
33931
+ * @EXPERIMENTAL (since 1.102)
33932
33932
  *
33933
33933
  * Destroys the searchSidePanelList in the aggregation {@link #getSearchSidePanelList searchSidePanelList}.
33934
33934
  *
@@ -33980,7 +33980,7 @@ declare namespace sap {
33980
33980
  oListener?: object
33981
33981
  ): this;
33982
33982
  /**
33983
- * @SINCE 1.102
33983
+ * @EXPERIMENTAL (since 1.102)
33984
33984
  *
33985
33985
  * Detaches event handler `fnFunction` from the {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList}
33986
33986
  * event of this `sap.gantt.simple.GanttChartContainer`.
@@ -34040,7 +34040,7 @@ declare namespace sap {
34040
34040
  }
34041
34041
  ): this;
34042
34042
  /**
34043
- * @SINCE 1.102
34043
+ * @EXPERIMENTAL (since 1.102)
34044
34044
  *
34045
34045
  * Fires event {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList} to attached listeners.
34046
34046
  *
@@ -34250,7 +34250,7 @@ declare namespace sap {
34250
34250
  */
34251
34251
  getLayoutOrientation(): sap.ui.core.Orientation;
34252
34252
  /**
34253
- * @SINCE 1.100
34253
+ * @EXPERIMENTAL (since 1.100)
34254
34254
  *
34255
34255
  * Gets content of aggregation {@link #getSearchSidePanel searchSidePanel}.
34256
34256
  *
@@ -34258,7 +34258,7 @@ declare namespace sap {
34258
34258
  */
34259
34259
  getSearchSidePanel(): /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
34260
34260
  /**
34261
- * @SINCE 1.102
34261
+ * @EXPERIMENTAL (since 1.102)
34262
34262
  *
34263
34263
  * Gets content of aggregation {@link #getSearchSidePanelList searchSidePanelList}.
34264
34264
  *
@@ -34266,7 +34266,7 @@ declare namespace sap {
34266
34266
  */
34267
34267
  getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
34268
34268
  /**
34269
- * @SINCE 1.100
34269
+ * @EXPERIMENTAL (since 1.100)
34270
34270
  *
34271
34271
  * Gets current value of property {@link #getShowSearchSidePanel showSearchSidePanel}.
34272
34272
  *
@@ -34672,7 +34672,7 @@ declare namespace sap {
34672
34672
  sLayoutOrientation?: sap.ui.core.Orientation
34673
34673
  ): this;
34674
34674
  /**
34675
- * @SINCE 1.100
34675
+ * @EXPERIMENTAL (since 1.100)
34676
34676
  *
34677
34677
  * Sets the aggregated {@link #getSearchSidePanel searchSidePanel}.
34678
34678
  *
@@ -34685,7 +34685,7 @@ declare namespace sap {
34685
34685
  oSearchSidePanel: /* was: sap.gantt.simple.GanttSearchSidePanel */ any
34686
34686
  ): this;
34687
34687
  /**
34688
- * @SINCE 1.102
34688
+ * @EXPERIMENTAL (since 1.102)
34689
34689
  *
34690
34690
  * Sets the aggregated {@link #getSearchSidePanelList searchSidePanelList}.
34691
34691
  *
@@ -34698,7 +34698,7 @@ declare namespace sap {
34698
34698
  oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
34699
34699
  ): this;
34700
34700
  /**
34701
- * @SINCE 1.100
34701
+ * @EXPERIMENTAL (since 1.100)
34702
34702
  *
34703
34703
  * Sets a new value for property {@link #getShowSearchSidePanel showSearchSidePanel}.
34704
34704
  *
@@ -36929,7 +36929,7 @@ declare namespace sap {
36929
36929
  */
36930
36930
  getExpandedRowHeight(): int;
36931
36931
  /**
36932
- * @SINCE 1.100
36932
+ * @EXPERIMENTAL (since 1.100)
36933
36933
  *
36934
36934
  * Gets current value of property {@link #getFindBy findBy}.
36935
36935
  *
@@ -36941,7 +36941,7 @@ declare namespace sap {
36941
36941
  */
36942
36942
  getFindBy(): string[];
36943
36943
  /**
36944
- * @SINCE 1.100
36944
+ * @EXPERIMENTAL (since 1.100)
36945
36945
  *
36946
36946
  * Gets current value of property {@link #getFindByOperator findByOperator}.
36947
36947
  *
@@ -38219,7 +38219,7 @@ declare namespace sap {
38219
38219
  iExpandedRowHeight: int
38220
38220
  ): this;
38221
38221
  /**
38222
- * @SINCE 1.100
38222
+ * @EXPERIMENTAL (since 1.100)
38223
38223
  *
38224
38224
  * Sets a new value for property {@link #getFindBy findBy}.
38225
38225
  *
@@ -38238,7 +38238,7 @@ declare namespace sap {
38238
38238
  sFindBy?: string[]
38239
38239
  ): this;
38240
38240
  /**
38241
- * @SINCE 1.100
38241
+ * @EXPERIMENTAL (since 1.100)
38242
38242
  *
38243
38243
  * Sets a new value for property {@link #getFindByOperator findByOperator}.
38244
38244
  *
@@ -38404,6 +38404,18 @@ declare namespace sap {
38404
38404
  */
38405
38405
  sRelationshipShapeSize?: sap.gantt.simple.relationshipShapeSize
38406
38406
  ): this;
38407
+ /**
38408
+ * @SINCE 1.105
38409
+ *
38410
+ * Call for 'setRowSettingsTemplate' method of table is made with invalidate Also, create the promise to
38411
+ * wait for inner gantt rendering
38412
+ */
38413
+ setRowSettingsTempWithInvalid(
38414
+ /**
38415
+ * Table RowSettings template
38416
+ */
38417
+ oRowSettings: object
38418
+ ): void;
38407
38419
  /**
38408
38420
  * @EXPERIMENTAL (since 1.88)
38409
38421
  *