@sapui5/ts-types 1.111.0 → 1.112.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 +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +41 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +76 -9
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +3 -3
- package/types/sap.fe.test.d.ts +12 -20
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +93 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +80 -7
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -39
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +6 -6
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +9 -1
- package/types/sap.suite.ui.commons.d.ts +35 -1
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +212 -38
- package/types/sap.ui.core.d.ts +75 -33
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +116 -1
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +119 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +3 -5
- 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 +28 -22
- 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 +7 -2
- 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 +14 -17
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +14 -1
- package/types/sap.ushell_abap.d.ts +3 -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/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.112.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace esh {
|
|
@@ -236,6 +236,17 @@ declare namespace sap {
|
|
|
236
236
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
237
237
|
| `{${string}}`;
|
|
238
238
|
|
|
239
|
+
/**
|
|
240
|
+
* @SINCE 1.112.0
|
|
241
|
+
*
|
|
242
|
+
* Callback for filtering the datasources displayed in the datasource dropdown listbox. The callback gets
|
|
243
|
+
* a list of datsources and returns the filtered list of datasources.
|
|
244
|
+
*/
|
|
245
|
+
filterDataSources?:
|
|
246
|
+
| Function
|
|
247
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
248
|
+
| `{${string}}`;
|
|
249
|
+
|
|
239
250
|
/**
|
|
240
251
|
* Control instances which are part of this composite control.
|
|
241
252
|
*/
|
|
@@ -598,6 +609,17 @@ declare namespace sap {
|
|
|
598
609
|
* @returns Value of property `facetPanelWidthInPercent`
|
|
599
610
|
*/
|
|
600
611
|
getFacetPanelWidthInPercent(): float;
|
|
612
|
+
/**
|
|
613
|
+
* @SINCE 1.112.0
|
|
614
|
+
*
|
|
615
|
+
* Gets current value of property {@link #getFilterDataSources filterDataSources}.
|
|
616
|
+
*
|
|
617
|
+
* Callback for filtering the datasources displayed in the datasource dropdown listbox. The callback gets
|
|
618
|
+
* a list of datsources and returns the filtered list of datasources.
|
|
619
|
+
*
|
|
620
|
+
* @returns Value of property `filterDataSources`
|
|
621
|
+
*/
|
|
622
|
+
getFilterDataSources(): Function;
|
|
601
623
|
/**
|
|
602
624
|
* @SINCE 1.98.0
|
|
603
625
|
*
|
|
@@ -964,6 +986,24 @@ declare namespace sap {
|
|
|
964
986
|
*/
|
|
965
987
|
fFacetPanelWidthInPercent?: float
|
|
966
988
|
): this;
|
|
989
|
+
/**
|
|
990
|
+
* @SINCE 1.112.0
|
|
991
|
+
*
|
|
992
|
+
* Sets a new value for property {@link #getFilterDataSources filterDataSources}.
|
|
993
|
+
*
|
|
994
|
+
* Callback for filtering the datasources displayed in the datasource dropdown listbox. The callback gets
|
|
995
|
+
* a list of datsources and returns the filtered list of datasources.
|
|
996
|
+
*
|
|
997
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
998
|
+
*
|
|
999
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1000
|
+
*/
|
|
1001
|
+
setFilterDataSources(
|
|
1002
|
+
/**
|
|
1003
|
+
* New value for property `filterDataSources`
|
|
1004
|
+
*/
|
|
1005
|
+
fnFilterDataSources: Function
|
|
1006
|
+
): this;
|
|
967
1007
|
/**
|
|
968
1008
|
* @SINCE 1.98.0
|
|
969
1009
|
*
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -82,6 +82,67 @@ declare namespace sap {
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
namespace internal {
|
|
86
|
+
interface $FilterBarSettings extends sap.ui.core.$ControlSettings {}
|
|
87
|
+
|
|
88
|
+
interface $MicroChartSettings extends sap.ui.core.$ControlSettings {}
|
|
89
|
+
|
|
90
|
+
interface $PaginatorSettings extends sap.ui.core.$ControlSettings {
|
|
91
|
+
/**
|
|
92
|
+
* The identifier of the Paginator control.
|
|
93
|
+
*/
|
|
94
|
+
id?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* @SINCE 1.94.0
|
|
99
|
+
*
|
|
100
|
+
* Building block for creating a FilterBar based on the metadata provided by OData V4.
|
|
101
|
+
* Usage example:
|
|
102
|
+
*
|
|
103
|
+
* ```javascript
|
|
104
|
+
*
|
|
105
|
+
* <macro:FilterBar
|
|
106
|
+
* id="SomeID"
|
|
107
|
+
* showAdaptFiltersButton="true"
|
|
108
|
+
* p13nMode=["Item","Value"]
|
|
109
|
+
* listBindingNames = "sap.fe.tableBinding"
|
|
110
|
+
* liveMode="true"
|
|
111
|
+
* search=".handlers.onSearch"
|
|
112
|
+
* filterChanged=".handlers.onFiltersChanged"
|
|
113
|
+
* />
|
|
114
|
+
* ```
|
|
115
|
+
*
|
|
116
|
+
*
|
|
117
|
+
* Building block for creating a FilterBar based on the metadata provided by OData V4.
|
|
118
|
+
*/
|
|
119
|
+
class FilterBar extends sap.ui.core.Control {
|
|
120
|
+
constructor();
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* @SINCE 1.93.0
|
|
124
|
+
*
|
|
125
|
+
* Building block used to create a MicroChart based on the metadata provided by OData V4.
|
|
126
|
+
*/
|
|
127
|
+
class MicroChart extends sap.ui.core.Control {
|
|
128
|
+
constructor();
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* @SINCE 1.94.0
|
|
132
|
+
*
|
|
133
|
+
* Building block used to create a paginator control.
|
|
134
|
+
* Usage example:
|
|
135
|
+
*
|
|
136
|
+
* ```javascript
|
|
137
|
+
*
|
|
138
|
+
* <macro:Paginator />
|
|
139
|
+
* ```
|
|
140
|
+
*/
|
|
141
|
+
class Paginator extends sap.ui.core.Control {
|
|
142
|
+
constructor();
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
85
146
|
namespace table {
|
|
86
147
|
/**
|
|
87
148
|
* Definition of a custom action to be used inside the table toolbar
|
|
@@ -219,7 +280,7 @@ declare namespace sap {
|
|
|
219
280
|
id?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
220
281
|
|
|
221
282
|
/**
|
|
222
|
-
* Metadata path to the presentation (UI.Chart
|
|
283
|
+
* Metadata path to the presentation context (UI.Chart with or without a qualifier)
|
|
223
284
|
*/
|
|
224
285
|
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
225
286
|
|
|
@@ -809,7 +870,7 @@ declare namespace sap {
|
|
|
809
870
|
/**
|
|
810
871
|
* Defines how the field value and associated text will be displayed together.
|
|
811
872
|
*
|
|
812
|
-
* Allowed values are "Value", "Description", "
|
|
873
|
+
* Allowed values are "Value", "Description", "DescriptionValue" and "ValueDescription"
|
|
813
874
|
*/
|
|
814
875
|
displayMode: string;
|
|
815
876
|
/**
|
|
@@ -823,25 +884,25 @@ declare namespace sap {
|
|
|
823
884
|
*
|
|
824
885
|
* The dateTimeOffset field must have a timezone annotation.
|
|
825
886
|
*
|
|
826
|
-
*
|
|
887
|
+
* The default value is true.
|
|
827
888
|
*/
|
|
828
|
-
showDate:
|
|
889
|
+
showDate: boolean;
|
|
829
890
|
/**
|
|
830
891
|
* Defines if the time part of a date time with timezone field should be shown.
|
|
831
892
|
*
|
|
832
893
|
* The dateTimeOffset field must have a timezone annotation.
|
|
833
894
|
*
|
|
834
|
-
*
|
|
895
|
+
* The default value is true.
|
|
835
896
|
*/
|
|
836
|
-
showTime:
|
|
897
|
+
showTime: boolean;
|
|
837
898
|
/**
|
|
838
899
|
* Defines if the timezone part of a date time with timezone field should be shown.
|
|
839
900
|
*
|
|
840
901
|
* The dateTimeOffset field must have a timezone annotation.
|
|
841
902
|
*
|
|
842
|
-
*
|
|
903
|
+
* The default value is true.
|
|
843
904
|
*/
|
|
844
|
-
showTimezone:
|
|
905
|
+
showTimezone: boolean;
|
|
845
906
|
/**
|
|
846
907
|
* Defines how the full text will be displayed.
|
|
847
908
|
*
|
|
@@ -906,16 +967,22 @@ declare namespace sap {
|
|
|
906
967
|
|
|
907
968
|
"sap/fe/macros/field/TextAreaEx": undefined;
|
|
908
969
|
|
|
970
|
+
"sap/fe/macros/filterBar/FilterBar.block": undefined;
|
|
971
|
+
|
|
909
972
|
"sap/fe/macros/filterBar/FilterBarAPI": undefined;
|
|
910
973
|
|
|
911
974
|
"sap/fe/macros/form/FormAPI": undefined;
|
|
912
975
|
|
|
913
|
-
"sap/fe/macros/form/
|
|
976
|
+
"sap/fe/macros/form/FormElement.block": undefined;
|
|
914
977
|
|
|
915
978
|
"sap/fe/macros/library": undefined;
|
|
916
979
|
|
|
917
980
|
"sap/fe/macros/MacroAPI": undefined;
|
|
918
981
|
|
|
982
|
+
"sap/fe/macros/microchart/MicroChart.block": undefined;
|
|
983
|
+
|
|
984
|
+
"sap/fe/macros/paginator/Paginator.block": undefined;
|
|
985
|
+
|
|
919
986
|
"sap/fe/macros/table/TableAPI": undefined;
|
|
920
987
|
}
|
|
921
988
|
}
|
|
@@ -632,7 +632,7 @@ declare namespace sap {
|
|
|
632
632
|
/**
|
|
633
633
|
* Set only if sOption is **BT**: the upper boundary of the interval;
|
|
634
634
|
*/
|
|
635
|
-
sHigh?:
|
|
635
|
+
sHigh?: string,
|
|
636
636
|
/**
|
|
637
637
|
* Text representing the SelectOption. This is an optional parameter. For an example in most Fiori applications
|
|
638
638
|
* if the text is not provided, it is fetched based on the ID.
|
|
@@ -172,7 +172,7 @@ declare namespace sap {
|
|
|
172
172
|
* The tabKey identifying the table where the custom message is displayed. If tabKey is empty, the message
|
|
173
173
|
* is displayed in all tabs . If tabKey = ['1','2'], the message is displayed in tabs 1 and 2 only
|
|
174
174
|
*/
|
|
175
|
-
tabKey?:
|
|
175
|
+
tabKey?: string | string[],
|
|
176
176
|
/**
|
|
177
177
|
* A function that is called when the user closes the message bar.
|
|
178
178
|
*/
|
|
@@ -332,7 +332,7 @@ declare namespace sap {
|
|
|
332
332
|
*
|
|
333
333
|
* @returns Context bound to the object page
|
|
334
334
|
*/
|
|
335
|
-
getBindingContext():
|
|
335
|
+
getBindingContext(): sap.ui.model.Context | string | undefined;
|
|
336
336
|
/**
|
|
337
337
|
* Retrieves the editFlow controller extension for this page.
|
|
338
338
|
*
|
|
@@ -448,7 +448,7 @@ declare namespace sap {
|
|
|
448
448
|
* undefined
|
|
449
449
|
*/
|
|
450
450
|
vPath: string | string[] | undefined
|
|
451
|
-
): Promise<
|
|
451
|
+
): Promise<void>;
|
|
452
452
|
/**
|
|
453
453
|
* Remove a dependent control from this SAP Fiori elements page.
|
|
454
454
|
*/
|
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.112.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -364,7 +364,8 @@ declare namespace sap {
|
|
|
364
364
|
constructor();
|
|
365
365
|
|
|
366
366
|
/**
|
|
367
|
-
* Checks the `Define conditions` tab.
|
|
367
|
+
* Checks the `Define conditions` tab in a value help dialog. Please be aware that the tab control of the
|
|
368
|
+
* toolbar is checked.
|
|
368
369
|
*
|
|
369
370
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, that can be used for chaining statements
|
|
370
371
|
*/
|
|
@@ -437,7 +438,8 @@ declare namespace sap {
|
|
|
437
438
|
mState?: object
|
|
438
439
|
): object;
|
|
439
440
|
/**
|
|
440
|
-
* Checks the `Search and Select` tab.
|
|
441
|
+
* Checks the `Search and Select` tab in a value help dialog. Please be aware that the tab control of the
|
|
442
|
+
* toolbar is checked.
|
|
441
443
|
*
|
|
442
444
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, that can be used for chaining statements
|
|
443
445
|
*/
|
|
@@ -743,7 +745,7 @@ declare namespace sap {
|
|
|
743
745
|
/**
|
|
744
746
|
* Checks if the focus is on the filter field.
|
|
745
747
|
*
|
|
746
|
-
* @returns The result of the {@link
|
|
748
|
+
* @returns The result of the {@link sa p.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
747
749
|
*/
|
|
748
750
|
iSeeFocusOnFilterField(
|
|
749
751
|
/**
|
|
@@ -2982,12 +2984,7 @@ declare namespace sap {
|
|
|
2982
2984
|
*
|
|
2983
2985
|
* @returns An Opa instance for the base actions
|
|
2984
2986
|
*/
|
|
2985
|
-
getBaseActions(
|
|
2986
|
-
/**
|
|
2987
|
-
* The settings object of the runner instance
|
|
2988
|
-
*/
|
|
2989
|
-
mSettings: object
|
|
2990
|
-
): sap.ui.test.Opa;
|
|
2987
|
+
getBaseActions(): sap.ui.test.Opa;
|
|
2991
2988
|
/**
|
|
2992
2989
|
* Returns the base arrangements instance to be used for {@link sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig}
|
|
2993
2990
|
* `arrangements` setting.
|
|
@@ -3016,12 +3013,7 @@ declare namespace sap {
|
|
|
3016
3013
|
*
|
|
3017
3014
|
* @returns An Opa instance for the base assertions
|
|
3018
3015
|
*/
|
|
3019
|
-
getBaseAssertions(
|
|
3020
|
-
/**
|
|
3021
|
-
* The settings object of the runner instance
|
|
3022
|
-
*/
|
|
3023
|
-
mSettings: object
|
|
3024
|
-
): sap.ui.test.Opa;
|
|
3016
|
+
getBaseAssertions(): sap.ui.test.Opa;
|
|
3025
3017
|
/**
|
|
3026
3018
|
* Executes the journeys in the given order.
|
|
3027
3019
|
*
|
|
@@ -3062,7 +3054,7 @@ declare namespace sap {
|
|
|
3062
3054
|
* ```javascript
|
|
3063
3055
|
* .run(mSettings, Journey1, Journey2, ...)```
|
|
3064
3056
|
*/
|
|
3065
|
-
|
|
3057
|
+
_vJourneys: Array<() => void> | string[]
|
|
3066
3058
|
): object;
|
|
3067
3059
|
/**
|
|
3068
3060
|
* Executes the journeys in the given order.
|
|
@@ -3079,7 +3071,7 @@ declare namespace sap {
|
|
|
3079
3071
|
* ```javascript
|
|
3080
3072
|
* .run(mSettings, Journey1, Journey2, ...)```
|
|
3081
3073
|
*/
|
|
3082
|
-
|
|
3074
|
+
_vJourneys: Array<() => void> | string[]
|
|
3083
3075
|
): object;
|
|
3084
3076
|
}
|
|
3085
3077
|
/**
|
|
@@ -3120,7 +3112,7 @@ declare namespace sap {
|
|
|
3120
3112
|
/**
|
|
3121
3113
|
* Additional custom page functions, provided in an object containing `actions` and `assertions`
|
|
3122
3114
|
*/
|
|
3123
|
-
...
|
|
3115
|
+
..._aInAdditionalPageDefinitions: object[]
|
|
3124
3116
|
);
|
|
3125
3117
|
}
|
|
3126
3118
|
/**
|
|
@@ -3161,7 +3153,7 @@ declare namespace sap {
|
|
|
3161
3153
|
/**
|
|
3162
3154
|
* Additional custom page functions, provided in an object containing `actions` and `assertions`
|
|
3163
3155
|
*/
|
|
3164
|
-
...
|
|
3156
|
+
..._aAdditionalPageDefinitions: object[]
|
|
3165
3157
|
);
|
|
3166
3158
|
}
|
|
3167
3159
|
/**
|
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.112.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -24736,6 +24736,28 @@ declare namespace sap {
|
|
|
24736
24736
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24737
24737
|
| `{${string}}`;
|
|
24738
24738
|
|
|
24739
|
+
/**
|
|
24740
|
+
* @SINCE 1.112
|
|
24741
|
+
*
|
|
24742
|
+
* Time in milliseconds where the mouse has to be on the same shape for the specified time before triggering
|
|
24743
|
+
* the `shapeMouseEnter` event
|
|
24744
|
+
*/
|
|
24745
|
+
shapeMouseEnterDelay?:
|
|
24746
|
+
| int
|
|
24747
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24748
|
+
| `{${string}}`;
|
|
24749
|
+
|
|
24750
|
+
/**
|
|
24751
|
+
* @SINCE 1.112
|
|
24752
|
+
*
|
|
24753
|
+
* Time in milliseconds where the mouse has moved out of the hovered shape for the specified time before
|
|
24754
|
+
* triggering the `shapeMouseLeave` event
|
|
24755
|
+
*/
|
|
24756
|
+
shapeMouseLeaveDelay?:
|
|
24757
|
+
| int
|
|
24758
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24759
|
+
| `{${string}}`;
|
|
24760
|
+
|
|
24739
24761
|
/**
|
|
24740
24762
|
* Table of the Gantt Chart
|
|
24741
24763
|
*
|
|
@@ -28692,7 +28714,7 @@ declare namespace sap {
|
|
|
28692
28714
|
*
|
|
28693
28715
|
* If property height set to "auto", then the height is automatically calculated based on the row height.
|
|
28694
28716
|
*
|
|
28695
|
-
* @returns Value of property `
|
|
28717
|
+
* @returns Value of property `height`.
|
|
28696
28718
|
*/
|
|
28697
28719
|
getHeight(): number;
|
|
28698
28720
|
/**
|
|
@@ -37523,6 +37545,32 @@ declare namespace sap {
|
|
|
37523
37545
|
* @returns Value of property `shapeHighlightSettings`
|
|
37524
37546
|
*/
|
|
37525
37547
|
getShapeHighlightSettings(): object;
|
|
37548
|
+
/**
|
|
37549
|
+
* @SINCE 1.112
|
|
37550
|
+
*
|
|
37551
|
+
* Gets current value of property {@link #getShapeMouseEnterDelay shapeMouseEnterDelay}.
|
|
37552
|
+
*
|
|
37553
|
+
* Time in milliseconds where the mouse has to be on the same shape for the specified time before triggering
|
|
37554
|
+
* the `shapeMouseEnter` event
|
|
37555
|
+
*
|
|
37556
|
+
* Default value is `500`.
|
|
37557
|
+
*
|
|
37558
|
+
* @returns Value of property `shapeMouseEnterDelay`
|
|
37559
|
+
*/
|
|
37560
|
+
getShapeMouseEnterDelay(): int;
|
|
37561
|
+
/**
|
|
37562
|
+
* @SINCE 1.112
|
|
37563
|
+
*
|
|
37564
|
+
* Gets current value of property {@link #getShapeMouseLeaveDelay shapeMouseLeaveDelay}.
|
|
37565
|
+
*
|
|
37566
|
+
* Time in milliseconds where the mouse has moved out of the hovered shape for the specified time before
|
|
37567
|
+
* triggering the `shapeMouseLeave` event
|
|
37568
|
+
*
|
|
37569
|
+
* Default value is `500`.
|
|
37570
|
+
*
|
|
37571
|
+
* @returns Value of property `shapeMouseLeaveDelay`
|
|
37572
|
+
*/
|
|
37573
|
+
getShapeMouseLeaveDelay(): int;
|
|
37526
37574
|
/**
|
|
37527
37575
|
* @SINCE 1.76
|
|
37528
37576
|
*
|
|
@@ -38977,6 +39025,46 @@ declare namespace sap {
|
|
|
38977
39025
|
*/
|
|
38978
39026
|
bSelectOnlyGraphicalShape?: boolean
|
|
38979
39027
|
): this;
|
|
39028
|
+
/**
|
|
39029
|
+
* @SINCE 1.112
|
|
39030
|
+
*
|
|
39031
|
+
* Sets a new value for property {@link #getShapeMouseEnterDelay shapeMouseEnterDelay}.
|
|
39032
|
+
*
|
|
39033
|
+
* Time in milliseconds where the mouse has to be on the same shape for the specified time before triggering
|
|
39034
|
+
* the `shapeMouseEnter` event
|
|
39035
|
+
*
|
|
39036
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39037
|
+
*
|
|
39038
|
+
* Default value is `500`.
|
|
39039
|
+
*
|
|
39040
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39041
|
+
*/
|
|
39042
|
+
setShapeMouseEnterDelay(
|
|
39043
|
+
/**
|
|
39044
|
+
* New value for property `shapeMouseEnterDelay`
|
|
39045
|
+
*/
|
|
39046
|
+
iShapeMouseEnterDelay?: int
|
|
39047
|
+
): this;
|
|
39048
|
+
/**
|
|
39049
|
+
* @SINCE 1.112
|
|
39050
|
+
*
|
|
39051
|
+
* Sets a new value for property {@link #getShapeMouseLeaveDelay shapeMouseLeaveDelay}.
|
|
39052
|
+
*
|
|
39053
|
+
* Time in milliseconds where the mouse has moved out of the hovered shape for the specified time before
|
|
39054
|
+
* triggering the `shapeMouseLeave` event
|
|
39055
|
+
*
|
|
39056
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39057
|
+
*
|
|
39058
|
+
* Default value is `500`.
|
|
39059
|
+
*
|
|
39060
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39061
|
+
*/
|
|
39062
|
+
setShapeMouseLeaveDelay(
|
|
39063
|
+
/**
|
|
39064
|
+
* New value for property `shapeMouseLeaveDelay`
|
|
39065
|
+
*/
|
|
39066
|
+
iShapeMouseLeaveDelay?: int
|
|
39067
|
+
): this;
|
|
38980
39068
|
/**
|
|
38981
39069
|
* @SINCE 1.76
|
|
38982
39070
|
*
|
|
@@ -39271,7 +39359,9 @@ declare namespace sap {
|
|
|
39271
39359
|
* @SINCE 1.97
|
|
39272
39360
|
*
|
|
39273
39361
|
* Toggles the gantt chart from normal to fullscreen mode and vice versa. Works only if gantt chart is inside
|
|
39274
|
-
* a gantt container.
|
|
39362
|
+
* a gantt container. In the fullscreen mode, gantt container can hold only 1 gantt chart. The {@link sap.gantt.simple.GanttChartContainer#insertGanttChart}
|
|
39363
|
+
* and {@link sap.gantt.simple.GanttChartContainer#addGanttChart} functionality of gantt chart container
|
|
39364
|
+
* won't work in fullscreen mode.
|
|
39275
39365
|
*/
|
|
39276
39366
|
toggleFullScreen(
|
|
39277
39367
|
/**
|
package/types/sap.insights.d.ts
CHANGED
package/types/sap.landvisz.d.ts
CHANGED