@sapui5/ts-types 1.96.10 → 1.96.13
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 +2 -2
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/{sap.fe.macros-1.96.6-d.ts → sap.fe.macros-1.96.9-d.ts} +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder-1.96.9-d.ts +3 -0
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.m.d.ts +2 -2
- 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.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -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 +43 -7
- package/types/sap.ui.core.d.ts +11 -7
- 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 +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -135
- package/types/sap.ui.vk.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.fe.placeholder-1.96.6-d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
36
36
|
/// <reference path="./sap.fe.common.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
38
|
-
/// <reference path="./sap.fe.macros-1.96.
|
|
38
|
+
/// <reference path="./sap.fe.macros-1.96.9-d.ts"/>
|
|
39
39
|
/// <reference path="./sap.fe.navigation.d.ts"/>
|
|
40
|
-
/// <reference path="./sap.fe.placeholder-1.96.
|
|
40
|
+
/// <reference path="./sap.fe.placeholder-1.96.9-d.ts"/>
|
|
41
41
|
/// <reference path="./sap.fe.plugins.d.ts"/>
|
|
42
42
|
/// <reference path="./sap.fe.semantics.d.ts"/>
|
|
43
43
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -83477,7 +83477,7 @@ declare namespace sap {
|
|
|
83477
83477
|
/**
|
|
83478
83478
|
* Removes all radio buttons.
|
|
83479
83479
|
*/
|
|
83480
|
-
removeAllButtons():
|
|
83480
|
+
removeAllButtons(): sap.m.RadioButton[];
|
|
83481
83481
|
/**
|
|
83482
83482
|
* Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
83483
83483
|
*/
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -28180,7 +28180,7 @@ declare namespace sap {
|
|
|
28180
28180
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28181
28181
|
|
|
28182
28182
|
/**
|
|
28183
|
-
* @
|
|
28183
|
+
* @deprecated - 1.84.1
|
|
28184
28184
|
*
|
|
28185
28185
|
* Defines the maximum number of include ranges.
|
|
28186
28186
|
*/
|
|
@@ -28189,7 +28189,7 @@ declare namespace sap {
|
|
|
28189
28189
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28190
28190
|
|
|
28191
28191
|
/**
|
|
28192
|
-
* @
|
|
28192
|
+
* @deprecated - 1.84.1
|
|
28193
28193
|
*
|
|
28194
28194
|
* Defines the maximum number of exclude ranges.
|
|
28195
28195
|
*/
|
|
@@ -28197,6 +28197,15 @@ declare namespace sap {
|
|
|
28197
28197
|
| string
|
|
28198
28198
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28199
28199
|
|
|
28200
|
+
/**
|
|
28201
|
+
* @SINCE 1.84.1
|
|
28202
|
+
*
|
|
28203
|
+
* Defines the maximum number of exclude ranges.
|
|
28204
|
+
*/
|
|
28205
|
+
maxConditions?:
|
|
28206
|
+
| string
|
|
28207
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28208
|
+
|
|
28200
28209
|
/**
|
|
28201
28210
|
* @SINCE 1.24
|
|
28202
28211
|
*
|
|
@@ -28843,7 +28852,17 @@ declare namespace sap {
|
|
|
28843
28852
|
*/
|
|
28844
28853
|
getKeys(): string[];
|
|
28845
28854
|
/**
|
|
28846
|
-
* @SINCE 1.
|
|
28855
|
+
* @SINCE 1.84.1
|
|
28856
|
+
*
|
|
28857
|
+
* Gets current value of property {@link #getMaxConditions maxConditions}.
|
|
28858
|
+
*
|
|
28859
|
+
* Defines the maximum number of exclude ranges.
|
|
28860
|
+
*
|
|
28861
|
+
* Default value is `'-1'`.
|
|
28862
|
+
*/
|
|
28863
|
+
getMaxConditions(): string;
|
|
28864
|
+
/**
|
|
28865
|
+
* @deprecated - 1.84.1
|
|
28847
28866
|
*
|
|
28848
28867
|
* Gets current value of property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
28849
28868
|
*
|
|
@@ -28853,7 +28872,7 @@ declare namespace sap {
|
|
|
28853
28872
|
*/
|
|
28854
28873
|
getMaxExcludeRanges(): string;
|
|
28855
28874
|
/**
|
|
28856
|
-
* @
|
|
28875
|
+
* @deprecated - 1.84.1
|
|
28857
28876
|
*
|
|
28858
28877
|
* Gets current value of property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
28859
28878
|
*
|
|
@@ -29060,7 +29079,24 @@ declare namespace sap {
|
|
|
29060
29079
|
sKeys?: string[]
|
|
29061
29080
|
): this;
|
|
29062
29081
|
/**
|
|
29063
|
-
* @SINCE 1.
|
|
29082
|
+
* @SINCE 1.84.1
|
|
29083
|
+
*
|
|
29084
|
+
* Sets a new value for property {@link #getMaxConditions maxConditions}.
|
|
29085
|
+
*
|
|
29086
|
+
* Defines the maximum number of exclude ranges.
|
|
29087
|
+
*
|
|
29088
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
29089
|
+
*
|
|
29090
|
+
* Default value is `'-1'`.
|
|
29091
|
+
*/
|
|
29092
|
+
setMaxConditions(
|
|
29093
|
+
/**
|
|
29094
|
+
* New value for property `maxConditions`
|
|
29095
|
+
*/
|
|
29096
|
+
sMaxConditions?: string
|
|
29097
|
+
): this;
|
|
29098
|
+
/**
|
|
29099
|
+
* @deprecated - 1.84.1
|
|
29064
29100
|
*
|
|
29065
29101
|
* Sets a new value for property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
29066
29102
|
*
|
|
@@ -29077,7 +29113,7 @@ declare namespace sap {
|
|
|
29077
29113
|
sMaxExcludeRanges?: string
|
|
29078
29114
|
): this;
|
|
29079
29115
|
/**
|
|
29080
|
-
* @
|
|
29116
|
+
* @deprecated - 1.84.1
|
|
29081
29117
|
*
|
|
29082
29118
|
* Sets a new value for property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
29083
29119
|
*
|
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.96.
|
|
267
|
+
// For Library Version: 1.96.11
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -10619,8 +10619,10 @@ declare namespace sap {
|
|
|
10619
10619
|
* value.
|
|
10620
10620
|
*/
|
|
10621
10621
|
iTime: int,
|
|
10622
|
-
|
|
10623
|
-
|
|
10622
|
+
/**
|
|
10623
|
+
* Called when the scroll completes or stops without completing
|
|
10624
|
+
*/
|
|
10625
|
+
fnScrollEndCallback: Function
|
|
10624
10626
|
): this;
|
|
10625
10627
|
/**
|
|
10626
10628
|
* Scrolls to a specific position in scroll container.
|
|
@@ -10634,8 +10636,10 @@ declare namespace sap {
|
|
|
10634
10636
|
* Vertical position of the scrollbar
|
|
10635
10637
|
*/
|
|
10636
10638
|
iVerticalPosition: int,
|
|
10637
|
-
|
|
10638
|
-
|
|
10639
|
+
/**
|
|
10640
|
+
* Called when the scroll completes or stops without completing
|
|
10641
|
+
*/
|
|
10642
|
+
fnScrollEndCallback: Function
|
|
10639
10643
|
): this;
|
|
10640
10644
|
/**
|
|
10641
10645
|
* Scrolls to an element within a container.
|
|
@@ -14386,11 +14390,11 @@ declare namespace sap {
|
|
|
14386
14390
|
/**
|
|
14387
14391
|
* Whether the fragment content should be added to the `dependents` aggregation of the view
|
|
14388
14392
|
*/
|
|
14389
|
-
addToDependents?:
|
|
14393
|
+
addToDependents?: boolean;
|
|
14390
14394
|
/**
|
|
14391
14395
|
* Whether the IDs of the fragment content will be prefixed by the view ID
|
|
14392
14396
|
*/
|
|
14393
|
-
autoPrefixId?:
|
|
14397
|
+
autoPrefixId?: boolean;
|
|
14394
14398
|
/**
|
|
14395
14399
|
* the ID of the Fragment
|
|
14396
14400
|
*/
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -180,7 +180,7 @@ declare namespace sap {
|
|
|
180
180
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
181
181
|
* following fields:
|
|
182
182
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
183
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.
|
|
183
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.11")
|
|
184
184
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
185
185
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
186
186
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -266,7 +266,7 @@ declare namespace sap {
|
|
|
266
266
|
* columns: aColumns,
|
|
267
267
|
* context: {
|
|
268
268
|
* application: 'Debug Test Application',
|
|
269
|
-
* version: '1.96.
|
|
269
|
+
* version: '1.96.11',
|
|
270
270
|
* title: 'Some random title',
|
|
271
271
|
* modifiedBy: 'John Doe',
|
|
272
272
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.96.
|
|
241
|
+
* @SINCE 1.96.11
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.96.
|
|
260
|
+
* @SINCE 1.96.11
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.96.
|
|
315
|
+
* @SINCE 1.96.11
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.96.
|
|
330
|
+
* @SINCE 1.96.11
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.96.
|
|
349
|
+
* @SINCE 1.96.11
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.5
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -301,22 +301,6 @@ declare namespace sap {
|
|
|
301
301
|
*/
|
|
302
302
|
vizVo?: sap.ui.vbm.Spot;
|
|
303
303
|
|
|
304
|
-
/**
|
|
305
|
-
* Hidden aggregation for cluster visualization controls
|
|
306
|
-
*/
|
|
307
|
-
clusterVos?:
|
|
308
|
-
| sap.ui.core.Control[]
|
|
309
|
-
| sap.ui.core.Control
|
|
310
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo;
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* Hidden aggregation for host container VOs
|
|
314
|
-
*/
|
|
315
|
-
clusterContainers?:
|
|
316
|
-
| sap.ui.vbm.ClusterContainer[]
|
|
317
|
-
| sap.ui.vbm.ClusterContainer
|
|
318
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo;
|
|
319
|
-
|
|
320
304
|
/**
|
|
321
305
|
* The event is raised when there is a click action on a Cluster Object.
|
|
322
306
|
*/
|
|
@@ -3869,24 +3853,6 @@ declare namespace sap {
|
|
|
3869
3853
|
* Returns a metadata object for class sap.ui.vbm.ClusterBase.
|
|
3870
3854
|
*/
|
|
3871
3855
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3872
|
-
/**
|
|
3873
|
-
* Adds some clusterContainer to the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3874
|
-
*/
|
|
3875
|
-
addClusterContainer(
|
|
3876
|
-
/**
|
|
3877
|
-
* The clusterContainer to add; if empty, nothing is inserted
|
|
3878
|
-
*/
|
|
3879
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
3880
|
-
): this;
|
|
3881
|
-
/**
|
|
3882
|
-
* Adds some clusterVo to the aggregation {@link #getClusterVos clusterVos}.
|
|
3883
|
-
*/
|
|
3884
|
-
addClusterVo(
|
|
3885
|
-
/**
|
|
3886
|
-
* The clusterVo to add; if empty, nothing is inserted
|
|
3887
|
-
*/
|
|
3888
|
-
oClusterVo: sap.ui.core.Control
|
|
3889
|
-
): this;
|
|
3890
3856
|
/**
|
|
3891
3857
|
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.ClusterBase`.
|
|
3892
3858
|
*
|
|
@@ -3969,14 +3935,6 @@ declare namespace sap {
|
|
|
3969
3935
|
*/
|
|
3970
3936
|
oListener?: object
|
|
3971
3937
|
): this;
|
|
3972
|
-
/**
|
|
3973
|
-
* Destroys all the clusterContainers in the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3974
|
-
*/
|
|
3975
|
-
destroyClusterContainers(): this;
|
|
3976
|
-
/**
|
|
3977
|
-
* Destroys all the clusterVos in the aggregation {@link #getClusterVos clusterVos}.
|
|
3978
|
-
*/
|
|
3979
|
-
destroyClusterVos(): this;
|
|
3980
3938
|
/**
|
|
3981
3939
|
* Destroys the vizTemplate in the aggregation {@link #getVizTemplate vizTemplate}.
|
|
3982
3940
|
*/
|
|
@@ -4071,18 +4029,6 @@ declare namespace sap {
|
|
|
4071
4029
|
* Default value is `"rgba(220,220,220,0.5)"`.
|
|
4072
4030
|
*/
|
|
4073
4031
|
getAreaColorBorder(): sap.ui.core.CSSColor;
|
|
4074
|
-
/**
|
|
4075
|
-
* Gets content of aggregation {@link #getClusterContainers clusterContainers}.
|
|
4076
|
-
*
|
|
4077
|
-
* Hidden aggregation for host container VOs
|
|
4078
|
-
*/
|
|
4079
|
-
getClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
4080
|
-
/**
|
|
4081
|
-
* Gets content of aggregation {@link #getClusterVos clusterVos}.
|
|
4082
|
-
*
|
|
4083
|
-
* Hidden aggregation for cluster visualization controls
|
|
4084
|
-
*/
|
|
4085
|
-
getClusterVos(): sap.ui.core.Control[];
|
|
4086
4032
|
/**
|
|
4087
4033
|
* Gets current value of property {@link #getRule rule}.
|
|
4088
4034
|
*
|
|
@@ -4118,56 +4064,6 @@ declare namespace sap {
|
|
|
4118
4064
|
* Optional: Instance of a spot, which is used as template for visualizing cluster objects
|
|
4119
4065
|
*/
|
|
4120
4066
|
getVizVo(): sap.ui.vbm.Spot;
|
|
4121
|
-
/**
|
|
4122
|
-
* Checks for the provided `sap.ui.vbm.ClusterContainer` in the aggregation {@link #getClusterContainers
|
|
4123
|
-
* clusterContainers}. and returns its index if found or -1 otherwise.
|
|
4124
|
-
*/
|
|
4125
|
-
indexOfClusterContainer(
|
|
4126
|
-
/**
|
|
4127
|
-
* The clusterContainer whose index is looked for
|
|
4128
|
-
*/
|
|
4129
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
4130
|
-
): int;
|
|
4131
|
-
/**
|
|
4132
|
-
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getClusterVos clusterVos}. and
|
|
4133
|
-
* returns its index if found or -1 otherwise.
|
|
4134
|
-
*/
|
|
4135
|
-
indexOfClusterVo(
|
|
4136
|
-
/**
|
|
4137
|
-
* The clusterVo whose index is looked for
|
|
4138
|
-
*/
|
|
4139
|
-
oClusterVo: sap.ui.core.Control
|
|
4140
|
-
): int;
|
|
4141
|
-
/**
|
|
4142
|
-
* Inserts a clusterContainer into the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4143
|
-
*/
|
|
4144
|
-
insertClusterContainer(
|
|
4145
|
-
/**
|
|
4146
|
-
* The clusterContainer to insert; if empty, nothing is inserted
|
|
4147
|
-
*/
|
|
4148
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer,
|
|
4149
|
-
/**
|
|
4150
|
-
* The `0`-based index the clusterContainer should be inserted at; for a negative value of `iIndex`, the
|
|
4151
|
-
* clusterContainer is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
4152
|
-
* the clusterContainer is inserted at the last position
|
|
4153
|
-
*/
|
|
4154
|
-
iIndex: int
|
|
4155
|
-
): this;
|
|
4156
|
-
/**
|
|
4157
|
-
* Inserts a clusterVo into the aggregation {@link #getClusterVos clusterVos}.
|
|
4158
|
-
*/
|
|
4159
|
-
insertClusterVo(
|
|
4160
|
-
/**
|
|
4161
|
-
* The clusterVo to insert; if empty, nothing is inserted
|
|
4162
|
-
*/
|
|
4163
|
-
oClusterVo: sap.ui.core.Control,
|
|
4164
|
-
/**
|
|
4165
|
-
* The `0`-based index the clusterVo should be inserted at; for a negative value of `iIndex`, the clusterVo
|
|
4166
|
-
* is inserted at position 0; for a value greater than the current size of the aggregation, the clusterVo
|
|
4167
|
-
* is inserted at the last position
|
|
4168
|
-
*/
|
|
4169
|
-
iIndex: int
|
|
4170
|
-
): this;
|
|
4171
4067
|
/**
|
|
4172
4068
|
* Open a context menu
|
|
4173
4069
|
*/
|
|
@@ -4211,36 +4107,6 @@ declare namespace sap {
|
|
|
4211
4107
|
offsetY: string;
|
|
4212
4108
|
}
|
|
4213
4109
|
): void;
|
|
4214
|
-
/**
|
|
4215
|
-
* Removes all the controls from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4216
|
-
*
|
|
4217
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
4218
|
-
*/
|
|
4219
|
-
removeAllClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
4220
|
-
/**
|
|
4221
|
-
* Removes all the controls from the aggregation {@link #getClusterVos clusterVos}.
|
|
4222
|
-
*
|
|
4223
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
4224
|
-
*/
|
|
4225
|
-
removeAllClusterVos(): sap.ui.core.Control[];
|
|
4226
|
-
/**
|
|
4227
|
-
* Removes a clusterContainer from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4228
|
-
*/
|
|
4229
|
-
removeClusterContainer(
|
|
4230
|
-
/**
|
|
4231
|
-
* The clusterContainer to remove or its index or id
|
|
4232
|
-
*/
|
|
4233
|
-
vClusterContainer: int | string | sap.ui.vbm.ClusterContainer
|
|
4234
|
-
): sap.ui.vbm.ClusterContainer;
|
|
4235
|
-
/**
|
|
4236
|
-
* Removes a clusterVo from the aggregation {@link #getClusterVos clusterVos}.
|
|
4237
|
-
*/
|
|
4238
|
-
removeClusterVo(
|
|
4239
|
-
/**
|
|
4240
|
-
* The clusterVo to remove or its index or id
|
|
4241
|
-
*/
|
|
4242
|
-
vClusterVo: int | string | sap.ui.core.Control
|
|
4243
|
-
): sap.ui.core.Control;
|
|
4244
4110
|
/**
|
|
4245
4111
|
* Sets a new value for property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
|
|
4246
4112
|
*
|
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED