@sapui5/ts-types 1.84.27 → 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.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 +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 +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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/package.json
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
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
|
*
|
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