@sapui5/ts-types 1.84.25 → 1.84.28
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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +10 -10
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +66 -3
- package/types/sap.suite.ui.commons.d.ts +6 -2
- 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 +1 -1
- package/types/sap.ui.core.d.ts +45 -5
- 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 -131
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +5 -5
package/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.27
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -11236,8 +11236,8 @@ declare namespace sap {
|
|
|
11236
11236
|
* @SINCE 1.13.1
|
|
11237
11237
|
*
|
|
11238
11238
|
* Determines if the Dialog will be stretched to full screen on mobile. On desktop, the Dialog will be stretched
|
|
11239
|
-
* to
|
|
11240
|
-
* it.
|
|
11239
|
+
* to approximately 90% of the viewport. This property is only applicable to a Standard Dialog. Message-type
|
|
11240
|
+
* Dialog ignores it.
|
|
11241
11241
|
*/
|
|
11242
11242
|
stretch?: boolean;
|
|
11243
11243
|
|
|
@@ -32505,8 +32505,8 @@ declare namespace sap {
|
|
|
32505
32505
|
* Gets current value of property {@link #getStretch stretch}.
|
|
32506
32506
|
*
|
|
32507
32507
|
* Determines if the Dialog will be stretched to full screen on mobile. On desktop, the Dialog will be stretched
|
|
32508
|
-
* to
|
|
32509
|
-
* it.
|
|
32508
|
+
* to approximately 90% of the viewport. This property is only applicable to a Standard Dialog. Message-type
|
|
32509
|
+
* Dialog ignores it.
|
|
32510
32510
|
*
|
|
32511
32511
|
* Default value is `false`.
|
|
32512
32512
|
*/
|
|
@@ -32960,8 +32960,8 @@ declare namespace sap {
|
|
|
32960
32960
|
* Sets a new value for property {@link #getStretch stretch}.
|
|
32961
32961
|
*
|
|
32962
32962
|
* Determines if the Dialog will be stretched to full screen on mobile. On desktop, the Dialog will be stretched
|
|
32963
|
-
* to
|
|
32964
|
-
* it.
|
|
32963
|
+
* to approximately 90% of the viewport. This property is only applicable to a Standard Dialog. Message-type
|
|
32964
|
+
* Dialog ignores it.
|
|
32965
32965
|
*
|
|
32966
32966
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32967
32967
|
*
|
|
@@ -73519,7 +73519,7 @@ declare namespace sap {
|
|
|
73519
73519
|
* The text to be set
|
|
73520
73520
|
*/
|
|
73521
73521
|
sText: string
|
|
73522
|
-
):
|
|
73522
|
+
): void;
|
|
73523
73523
|
/**
|
|
73524
73524
|
* Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
73525
73525
|
*/
|
|
@@ -73622,7 +73622,7 @@ declare namespace sap {
|
|
|
73622
73622
|
* sap.ui.core.Control#getAccessibilityInfo
|
|
73623
73623
|
*/
|
|
73624
73624
|
// @ts-ignore
|
|
73625
|
-
getAccessibilityInfo():
|
|
73625
|
+
getAccessibilityInfo(): object;
|
|
73626
73626
|
/**
|
|
73627
73627
|
* Gets current value of property {@link #getActiveHandling activeHandling}.
|
|
73628
73628
|
*
|
|
@@ -74267,7 +74267,7 @@ declare namespace sap {
|
|
|
74267
74267
|
/**
|
|
74268
74268
|
* Removes all radio buttons.
|
|
74269
74269
|
*/
|
|
74270
|
-
removeAllButtons():
|
|
74270
|
+
removeAllButtons(): sap.m.RadioButton[];
|
|
74271
74271
|
/**
|
|
74272
74272
|
* Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
74273
74273
|
*/
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.27
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -63,7 +63,10 @@ declare namespace sap {
|
|
|
63
63
|
* function (mParams) {
|
|
64
64
|
* alert("Value entered: " + mParams.newValue);
|
|
65
65
|
* },
|
|
66
|
-
* "Enter Product Bar Code"
|
|
66
|
+
* "Enter Product Bar Code",
|
|
67
|
+
* true,
|
|
68
|
+
* 30,
|
|
69
|
+
* 1
|
|
67
70
|
* );
|
|
68
71
|
* });
|
|
69
72
|
* ```
|
|
@@ -84,7 +87,19 @@ declare namespace sap {
|
|
|
84
87
|
/**
|
|
85
88
|
* Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
86
89
|
*/
|
|
87
|
-
dialogTitle?: string
|
|
90
|
+
dialogTitle?: string,
|
|
91
|
+
/**
|
|
92
|
+
* Flag, which defines whether the front or back camera should be used.
|
|
93
|
+
*/
|
|
94
|
+
preferFrontCamera?: boolean,
|
|
95
|
+
/**
|
|
96
|
+
* Defines the frame rate of the camera.
|
|
97
|
+
*/
|
|
98
|
+
frameRate?: number,
|
|
99
|
+
/**
|
|
100
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
101
|
+
*/
|
|
102
|
+
zoom?: number
|
|
88
103
|
): void;
|
|
89
104
|
}
|
|
90
105
|
|
|
@@ -117,6 +132,16 @@ declare namespace sap {
|
|
|
117
132
|
*/
|
|
118
133
|
preferFrontCamera?: boolean;
|
|
119
134
|
|
|
135
|
+
/**
|
|
136
|
+
* Defines the frame rate of the camera.
|
|
137
|
+
*/
|
|
138
|
+
frameRate?: number;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
142
|
+
*/
|
|
143
|
+
zoom?: number;
|
|
144
|
+
|
|
120
145
|
/**
|
|
121
146
|
* Event is fired when the scanning is finished or cancelled
|
|
122
147
|
*/
|
|
@@ -345,6 +370,12 @@ declare namespace sap {
|
|
|
345
370
|
* Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
346
371
|
*/
|
|
347
372
|
getDialogTitle(): string;
|
|
373
|
+
/**
|
|
374
|
+
* Gets current value of property {@link #getFrameRate frameRate}.
|
|
375
|
+
*
|
|
376
|
+
* Defines the frame rate of the camera.
|
|
377
|
+
*/
|
|
378
|
+
getFrameRate(): number;
|
|
348
379
|
/**
|
|
349
380
|
* Returns a metadata object for class sap.ndc.BarcodeScannerButton.
|
|
350
381
|
*/
|
|
@@ -383,6 +414,12 @@ declare namespace sap {
|
|
|
383
414
|
* Defines the width of the scanner button.
|
|
384
415
|
*/
|
|
385
416
|
getWidth(): sap.ui.core.CSSSize;
|
|
417
|
+
/**
|
|
418
|
+
* Gets current value of property {@link #getZoom zoom}.
|
|
419
|
+
*
|
|
420
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
421
|
+
*/
|
|
422
|
+
getZoom(): number;
|
|
386
423
|
/**
|
|
387
424
|
* Sets a new value for property {@link #getDialogTitle dialogTitle}.
|
|
388
425
|
*
|
|
@@ -396,6 +433,19 @@ declare namespace sap {
|
|
|
396
433
|
*/
|
|
397
434
|
sDialogTitle?: string
|
|
398
435
|
): sap.ndc.BarcodeScannerButton;
|
|
436
|
+
/**
|
|
437
|
+
* Sets a new value for property {@link #getFrameRate frameRate}.
|
|
438
|
+
*
|
|
439
|
+
* Defines the frame rate of the camera.
|
|
440
|
+
*
|
|
441
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
442
|
+
*/
|
|
443
|
+
setFrameRate(
|
|
444
|
+
/**
|
|
445
|
+
* New value for property `frameRate`
|
|
446
|
+
*/
|
|
447
|
+
fFrameRate: number
|
|
448
|
+
): sap.ndc.BarcodeScannerButton;
|
|
399
449
|
/**
|
|
400
450
|
* Sets a new value for property {@link #getPreferFrontCamera preferFrontCamera}.
|
|
401
451
|
*
|
|
@@ -457,6 +507,19 @@ declare namespace sap {
|
|
|
457
507
|
*/
|
|
458
508
|
sWidth?: sap.ui.core.CSSSize
|
|
459
509
|
): sap.ndc.BarcodeScannerButton;
|
|
510
|
+
/**
|
|
511
|
+
* Sets a new value for property {@link #getZoom zoom}.
|
|
512
|
+
*
|
|
513
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
514
|
+
*
|
|
515
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
516
|
+
*/
|
|
517
|
+
setZoom(
|
|
518
|
+
/**
|
|
519
|
+
* New value for property `zoom`
|
|
520
|
+
*/
|
|
521
|
+
fZoom: number
|
|
522
|
+
): sap.ndc.BarcodeScannerButton;
|
|
460
523
|
/**
|
|
461
524
|
* Attaches event handler `fnFunction` to the {@link #event:inputLiveUpdate inputLiveUpdate} event of this
|
|
462
525
|
* `sap.ndc.BarcodeScannerButton`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.12
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -7298,7 +7298,11 @@ declare namespace sap {
|
|
|
7298
7298
|
/**
|
|
7299
7299
|
* Object with additional style appended to info icon
|
|
7300
7300
|
*/
|
|
7301
|
-
oStyle: object
|
|
7301
|
+
oStyle: object,
|
|
7302
|
+
/**
|
|
7303
|
+
* Options passed to the method (optional).
|
|
7304
|
+
*/
|
|
7305
|
+
mOptions?: Object
|
|
7302
7306
|
): void;
|
|
7303
7307
|
/**
|
|
7304
7308
|
* Creates an SVG icon string.
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare module "sap/base/util/Version";
|
|
|
18
18
|
declare module "sap/ui/performance/Measurement.Entry";
|
|
19
19
|
|
|
20
20
|
declare module "sap/ui/util/Storage.Type";
|
|
21
|
-
// For Library Version: 1.84.
|
|
21
|
+
// For Library Version: 1.84.27
|
|
22
22
|
/**
|
|
23
23
|
* Root namespace for JavaScript functionality provided by SAP SE.
|
|
24
24
|
*
|
|
@@ -27587,6 +27587,25 @@ declare namespace sap {
|
|
|
27587
27587
|
* Returns whether the Popup is currently open, closed, or in a transition between these states.
|
|
27588
27588
|
*/
|
|
27589
27589
|
getOpenState(): sap.ui.core.OpenState;
|
|
27590
|
+
/**
|
|
27591
|
+
* @SINCE 1.84.26
|
|
27592
|
+
*
|
|
27593
|
+
* Returns the value that has been set by {@link sap.ui.core.Popup.setWithinArea}. When a DOM element that
|
|
27594
|
+
* represents the within area is needed, use {@link sap.ui.core.Popup.getWithinAreaDomRef} instead.
|
|
27595
|
+
*
|
|
27596
|
+
* If no within area is specified, `undefined` is returned.
|
|
27597
|
+
*/
|
|
27598
|
+
static getWithinArea(): string | Element | sap.ui.core.Element | Window;
|
|
27599
|
+
/**
|
|
27600
|
+
* @SINCE 1.84.26
|
|
27601
|
+
*
|
|
27602
|
+
* Returns the actual DOM element of the value that has been set by {@link sap.ui.core.Popup.setWithinArea}.
|
|
27603
|
+
* It returns `window` by default when no within area has been set using {@link sap.ui.core.Popup.setWithinArea}.
|
|
27604
|
+
*
|
|
27605
|
+
* When an {@link sap.ui.core.Element} is set as a within area, `document.documentElement` is returned before
|
|
27606
|
+
* element is rendered.
|
|
27607
|
+
*/
|
|
27608
|
+
static getWithinAreaDomRef(): Element | Window;
|
|
27590
27609
|
/**
|
|
27591
27610
|
* Returns whether the Popup is currently open (this includes opening and closing animations).
|
|
27592
27611
|
*/
|
|
@@ -27636,13 +27655,14 @@ declare namespace sap {
|
|
|
27636
27655
|
*/
|
|
27637
27656
|
offset?: string,
|
|
27638
27657
|
/**
|
|
27639
|
-
* defines how the position of an element should be adjusted in case it overflows the window
|
|
27658
|
+
* defines how the position of an element should be adjusted in case it overflows the window or the within
|
|
27659
|
+
* area that is set via {@link sap.ui.core.Popup.setWithinArea} in some direction.
|
|
27640
27660
|
*/
|
|
27641
27661
|
collision?: string,
|
|
27642
27662
|
/**
|
|
27643
27663
|
* defines whether the popup should follow the dock reference when the reference changes its position.
|
|
27644
27664
|
*/
|
|
27645
|
-
followOf?: boolean
|
|
27665
|
+
followOf?: boolean | Function
|
|
27646
27666
|
): void;
|
|
27647
27667
|
/**
|
|
27648
27668
|
* @SINCE 1.75
|
|
@@ -27800,8 +27820,9 @@ declare namespace sap {
|
|
|
27800
27820
|
*/
|
|
27801
27821
|
offset?: string,
|
|
27802
27822
|
/**
|
|
27803
|
-
* defines how the position of an element should be adjusted in case it overflows the window
|
|
27804
|
-
*
|
|
27823
|
+
* defines how the position of an element should be adjusted in case it overflows the window or the within
|
|
27824
|
+
* area that is set via {@link sap.ui.core.Popup.setWithinArea} in some direction. The valid values that
|
|
27825
|
+
* refer to jQuery-UI's position parameters are "flip", "fit" and "none".
|
|
27805
27826
|
*/
|
|
27806
27827
|
collision?: string
|
|
27807
27828
|
): sap.ui.core.Popup;
|
|
@@ -27815,6 +27836,25 @@ declare namespace sap {
|
|
|
27815
27836
|
*/
|
|
27816
27837
|
bShowShadow: boolean
|
|
27817
27838
|
): sap.ui.core.Popup;
|
|
27839
|
+
/**
|
|
27840
|
+
* @SINCE 1.84.26
|
|
27841
|
+
*
|
|
27842
|
+
* Sets a within area that is used as the area available for positioning the popup. It mainly affects the
|
|
27843
|
+
* collision detection. The position of the popup can then be further adapted depending on the "collision"
|
|
27844
|
+
* parameter that is set with {@link sap.ui.core.Popup#open} or {@link sap.ui.core.Popup#setPosition} when
|
|
27845
|
+
* the popup overflows the within area.
|
|
27846
|
+
*
|
|
27847
|
+
* If no within area is specified, all popups use the `window` as within area.
|
|
27848
|
+
*
|
|
27849
|
+
* When an {@link sap.ui.core.Element} is set as the within area, make sure that the control is rendered
|
|
27850
|
+
* when the popup opens, otherwise the `window` is used as the within area.
|
|
27851
|
+
*/
|
|
27852
|
+
static setWithinArea(
|
|
27853
|
+
/**
|
|
27854
|
+
* The within area
|
|
27855
|
+
*/
|
|
27856
|
+
vValue: string | Element | sap.ui.core.Element | Window
|
|
27857
|
+
): void;
|
|
27818
27858
|
/**
|
|
27819
27859
|
* Attaches event handler `fnFunction` to the static {@link #.blockLayerStateChange blockLayerStateChange}
|
|
27820
27860
|
* event.
|
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.84.
|
|
1
|
+
// For Library Version: 1.84.27
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
|
|
@@ -75,7 +75,7 @@ class Spreadsheet{
|
|
|
75
75
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
76
76
|
* following fields:
|
|
77
77
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
78
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.
|
|
78
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.27")
|
|
79
79
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
80
80
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
81
81
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -161,7 +161,7 @@ class Spreadsheet{
|
|
|
161
161
|
* columns: aColumns,
|
|
162
162
|
* context: {
|
|
163
163
|
* application: 'Debug Test Application',
|
|
164
|
-
* version: '1.84.
|
|
164
|
+
* version: '1.84.27',
|
|
165
165
|
* title: 'Some random title',
|
|
166
166
|
* modifiedBy: 'John Doe',
|
|
167
167
|
* 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.84.
|
|
1
|
+
// For Library Version: 1.84.27
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -237,7 +237,7 @@ declare namespace sap {
|
|
|
237
237
|
static getType(): string;
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
|
-
* @SINCE 1.84.
|
|
240
|
+
* @SINCE 1.84.27
|
|
241
241
|
*
|
|
242
242
|
* Defines the Audiences.
|
|
243
243
|
*/
|
|
@@ -256,7 +256,7 @@ declare namespace sap {
|
|
|
256
256
|
Internal,
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
|
-
* @SINCE 1.84.
|
|
259
|
+
* @SINCE 1.84.27
|
|
260
260
|
*
|
|
261
261
|
* Issue Categories.
|
|
262
262
|
*/
|
|
@@ -311,7 +311,7 @@ declare namespace sap {
|
|
|
311
311
|
Usage,
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
|
-
* @SINCE 1.84.
|
|
314
|
+
* @SINCE 1.84.27
|
|
315
315
|
*
|
|
316
316
|
* Analysis history formats.
|
|
317
317
|
*/
|
|
@@ -326,7 +326,7 @@ declare namespace sap {
|
|
|
326
326
|
String,
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
|
-
* @SINCE 1.84.
|
|
329
|
+
* @SINCE 1.84.27
|
|
330
330
|
*
|
|
331
331
|
* Defines severity types.
|
|
332
332
|
*/
|
|
@@ -345,7 +345,7 @@ declare namespace sap {
|
|
|
345
345
|
Medium,
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
|
-
* @SINCE 1.84.
|
|
348
|
+
* @SINCE 1.84.27
|
|
349
349
|
*
|
|
350
350
|
* Contains the available system presets.
|
|
351
351
|
*/
|
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.84.
|
|
1
|
+
// For Library Version: 1.84.9
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -284,18 +284,6 @@ declare namespace sap {
|
|
|
284
284
|
* Optional: Instance of a spot, which is used as template for visualizing cluster objects
|
|
285
285
|
*/
|
|
286
286
|
vizVo?: sap.ui.vbm.Spot;
|
|
287
|
-
|
|
288
|
-
/**
|
|
289
|
-
* Hidden aggregation for cluster visualization controls
|
|
290
|
-
*/
|
|
291
|
-
clusterVos?: sap.ui.core.Control[] | sap.ui.core.Control;
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* Hidden aggregation for host container VOs
|
|
295
|
-
*/
|
|
296
|
-
clusterContainers?:
|
|
297
|
-
| sap.ui.vbm.ClusterContainer[]
|
|
298
|
-
| sap.ui.vbm.ClusterContainer;
|
|
299
287
|
}
|
|
300
288
|
|
|
301
289
|
interface $ClusterContainerSettings
|
|
@@ -3532,24 +3520,6 @@ declare namespace sap {
|
|
|
3532
3520
|
mSettings?: $ClusterBaseSettings
|
|
3533
3521
|
);
|
|
3534
3522
|
|
|
3535
|
-
/**
|
|
3536
|
-
* Adds some clusterContainer to the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3537
|
-
*/
|
|
3538
|
-
addClusterContainer(
|
|
3539
|
-
/**
|
|
3540
|
-
* The clusterContainer to add; if empty, nothing is inserted
|
|
3541
|
-
*/
|
|
3542
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
3543
|
-
): sap.ui.vbm.ClusterBase;
|
|
3544
|
-
/**
|
|
3545
|
-
* Adds some clusterVo to the aggregation {@link #getClusterVos clusterVos}.
|
|
3546
|
-
*/
|
|
3547
|
-
addClusterVo(
|
|
3548
|
-
/**
|
|
3549
|
-
* The clusterVo to add; if empty, nothing is inserted
|
|
3550
|
-
*/
|
|
3551
|
-
oClusterVo: sap.ui.core.Control
|
|
3552
|
-
): sap.ui.vbm.ClusterBase;
|
|
3553
3523
|
/**
|
|
3554
3524
|
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.ClusterBase`.
|
|
3555
3525
|
*
|
|
@@ -3596,14 +3566,6 @@ declare namespace sap {
|
|
|
3596
3566
|
*/
|
|
3597
3567
|
oListener?: object
|
|
3598
3568
|
): sap.ui.vbm.ClusterBase;
|
|
3599
|
-
/**
|
|
3600
|
-
* Destroys all the clusterContainers in the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3601
|
-
*/
|
|
3602
|
-
destroyClusterContainers(): sap.ui.vbm.ClusterBase;
|
|
3603
|
-
/**
|
|
3604
|
-
* Destroys all the clusterVos in the aggregation {@link #getClusterVos clusterVos}.
|
|
3605
|
-
*/
|
|
3606
|
-
destroyClusterVos(): sap.ui.vbm.ClusterBase;
|
|
3607
3569
|
/**
|
|
3608
3570
|
* Destroys the vizTemplate in the aggregation {@link #getVizTemplate vizTemplate}.
|
|
3609
3571
|
*/
|
|
@@ -3720,18 +3682,6 @@ declare namespace sap {
|
|
|
3720
3682
|
* Default value is `"rgba(220,220,220,0.5)"`.
|
|
3721
3683
|
*/
|
|
3722
3684
|
getAreaColorBorder(): sap.ui.core.CSSColor;
|
|
3723
|
-
/**
|
|
3724
|
-
* Gets content of aggregation {@link #getClusterContainers clusterContainers}.
|
|
3725
|
-
*
|
|
3726
|
-
* Hidden aggregation for host container VOs
|
|
3727
|
-
*/
|
|
3728
|
-
getClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
3729
|
-
/**
|
|
3730
|
-
* Gets content of aggregation {@link #getClusterVos clusterVos}.
|
|
3731
|
-
*
|
|
3732
|
-
* Hidden aggregation for cluster visualization controls
|
|
3733
|
-
*/
|
|
3734
|
-
getClusterVos(): sap.ui.core.Control[];
|
|
3735
3685
|
/**
|
|
3736
3686
|
* Returns a metadata object for class sap.ui.vbm.ClusterBase.
|
|
3737
3687
|
*/
|
|
@@ -3772,56 +3722,6 @@ declare namespace sap {
|
|
|
3772
3722
|
* Optional: Instance of a spot, which is used as template for visualizing cluster objects
|
|
3773
3723
|
*/
|
|
3774
3724
|
getVizVo(): sap.ui.vbm.Spot;
|
|
3775
|
-
/**
|
|
3776
|
-
* Checks for the provided `sap.ui.vbm.ClusterContainer` in the aggregation {@link #getClusterContainers
|
|
3777
|
-
* clusterContainers}. and returns its index if found or -1 otherwise.
|
|
3778
|
-
*/
|
|
3779
|
-
indexOfClusterContainer(
|
|
3780
|
-
/**
|
|
3781
|
-
* The clusterContainer whose index is looked for
|
|
3782
|
-
*/
|
|
3783
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
3784
|
-
): number;
|
|
3785
|
-
/**
|
|
3786
|
-
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getClusterVos clusterVos}. and
|
|
3787
|
-
* returns its index if found or -1 otherwise.
|
|
3788
|
-
*/
|
|
3789
|
-
indexOfClusterVo(
|
|
3790
|
-
/**
|
|
3791
|
-
* The clusterVo whose index is looked for
|
|
3792
|
-
*/
|
|
3793
|
-
oClusterVo: sap.ui.core.Control
|
|
3794
|
-
): number;
|
|
3795
|
-
/**
|
|
3796
|
-
* Inserts a clusterContainer into the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3797
|
-
*/
|
|
3798
|
-
insertClusterContainer(
|
|
3799
|
-
/**
|
|
3800
|
-
* The clusterContainer to insert; if empty, nothing is inserted
|
|
3801
|
-
*/
|
|
3802
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer,
|
|
3803
|
-
/**
|
|
3804
|
-
* The `0`-based index the clusterContainer should be inserted at; for a negative value of `iIndex`, the
|
|
3805
|
-
* clusterContainer is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
3806
|
-
* the clusterContainer is inserted at the last position
|
|
3807
|
-
*/
|
|
3808
|
-
iIndex: number
|
|
3809
|
-
): sap.ui.vbm.ClusterBase;
|
|
3810
|
-
/**
|
|
3811
|
-
* Inserts a clusterVo into the aggregation {@link #getClusterVos clusterVos}.
|
|
3812
|
-
*/
|
|
3813
|
-
insertClusterVo(
|
|
3814
|
-
/**
|
|
3815
|
-
* The clusterVo to insert; if empty, nothing is inserted
|
|
3816
|
-
*/
|
|
3817
|
-
oClusterVo: sap.ui.core.Control,
|
|
3818
|
-
/**
|
|
3819
|
-
* The `0`-based index the clusterVo should be inserted at; for a negative value of `iIndex`, the clusterVo
|
|
3820
|
-
* is inserted at position 0; for a value greater than the current size of the aggregation, the clusterVo
|
|
3821
|
-
* is inserted at the last position
|
|
3822
|
-
*/
|
|
3823
|
-
iIndex: number
|
|
3824
|
-
): sap.ui.vbm.ClusterBase;
|
|
3825
3725
|
/**
|
|
3826
3726
|
* Open a context menu
|
|
3827
3727
|
*/
|
|
@@ -3865,36 +3765,6 @@ declare namespace sap {
|
|
|
3865
3765
|
offsetY: string;
|
|
3866
3766
|
}
|
|
3867
3767
|
): void;
|
|
3868
|
-
/**
|
|
3869
|
-
* Removes all the controls from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3870
|
-
*
|
|
3871
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
3872
|
-
*/
|
|
3873
|
-
removeAllClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
3874
|
-
/**
|
|
3875
|
-
* Removes all the controls from the aggregation {@link #getClusterVos clusterVos}.
|
|
3876
|
-
*
|
|
3877
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
3878
|
-
*/
|
|
3879
|
-
removeAllClusterVos(): sap.ui.core.Control[];
|
|
3880
|
-
/**
|
|
3881
|
-
* Removes a clusterContainer from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3882
|
-
*/
|
|
3883
|
-
removeClusterContainer(
|
|
3884
|
-
/**
|
|
3885
|
-
* The clusterContainer to remove or its index or id
|
|
3886
|
-
*/
|
|
3887
|
-
vClusterContainer: number | string | sap.ui.vbm.ClusterContainer
|
|
3888
|
-
): sap.ui.vbm.ClusterContainer;
|
|
3889
|
-
/**
|
|
3890
|
-
* Removes a clusterVo from the aggregation {@link #getClusterVos clusterVos}.
|
|
3891
|
-
*/
|
|
3892
|
-
removeClusterVo(
|
|
3893
|
-
/**
|
|
3894
|
-
* The clusterVo to remove or its index or id
|
|
3895
|
-
*/
|
|
3896
|
-
vClusterVo: number | string | sap.ui.core.Control
|
|
3897
|
-
): sap.ui.core.Control;
|
|
3898
3768
|
/**
|
|
3899
3769
|
* Sets a new value for property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
|
|
3900
3770
|
*
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.20
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
@@ -199,7 +199,7 @@ declare namespace sap {
|
|
|
199
199
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
200
200
|
*/
|
|
201
201
|
// @ts-ignore
|
|
202
|
-
static extend(
|
|
202
|
+
static extend<T extends Record<string, unknown>>(
|
|
203
203
|
/**
|
|
204
204
|
* Name of the class being created
|
|
205
205
|
*/
|
|
@@ -207,7 +207,7 @@ declare namespace sap {
|
|
|
207
207
|
/**
|
|
208
208
|
* Object literal with information about the class
|
|
209
209
|
*/
|
|
210
|
-
oClassInfo?:
|
|
210
|
+
oClassInfo?: T & ThisType<T & sap.zen.dsh.AnalyticGrid>,
|
|
211
211
|
/**
|
|
212
212
|
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
213
213
|
* used by this class
|
|
@@ -448,7 +448,7 @@ declare namespace sap {
|
|
|
448
448
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
449
449
|
*/
|
|
450
450
|
// @ts-ignore
|
|
451
|
-
static extend(
|
|
451
|
+
static extend<T extends Record<string, unknown>>(
|
|
452
452
|
/**
|
|
453
453
|
* Name of the class being created
|
|
454
454
|
*/
|
|
@@ -456,7 +456,7 @@ declare namespace sap {
|
|
|
456
456
|
/**
|
|
457
457
|
* Object literal with information about the class
|
|
458
458
|
*/
|
|
459
|
-
oClassInfo?:
|
|
459
|
+
oClassInfo?: T & ThisType<T & sap.zen.dsh.Dsh>,
|
|
460
460
|
/**
|
|
461
461
|
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
462
462
|
* used by this class
|