@sapui5/ts-types-esm 1.129.2 → 1.130.2
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.ui.core.d.ts → core-1.130.0-esm-d.ts} +119 -110
- package/types/index.d.ts +4 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.130.0-esm-d.ts} +273 -234
- package/types/{sap.m.d.ts → mobile-1.130.0-esm-d.ts} +1002 -3360
- 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.cux.home.d.ts +41 -40
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +87 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +42 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +462 -200
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -2
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +724 -204
- package/types/sap.insights.d.ts +1 -1
- 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.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +108 -16
- package/types/sap.suite.ui.commons.d.ts +264 -125
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +309 -79
- 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 +37 -25
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -2
- 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 +22 -5
- package/types/sap.ui.layout.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 +1 -1
- package/types/sap.ui.table.d.ts +6 -11
- 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 +1 -1
- 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 +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.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/types/sap.insights.d.ts
CHANGED
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.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -153,6 +153,17 @@ declare module "sap/sac/df/DesignerPanel" {
|
|
|
153
153
|
* @returns Value of property `metaPath`
|
|
154
154
|
*/
|
|
155
155
|
getMetaPath(): string;
|
|
156
|
+
/**
|
|
157
|
+
* Gets current value of property {@link #getShowVisualizationType showVisualizationType}.
|
|
158
|
+
*
|
|
159
|
+
* Show visualization type
|
|
160
|
+
*
|
|
161
|
+
* Default value is `false`.
|
|
162
|
+
*
|
|
163
|
+
*
|
|
164
|
+
* @returns Value of property `showVisualizationType`
|
|
165
|
+
*/
|
|
166
|
+
getShowVisualizationType(): boolean;
|
|
156
167
|
/**
|
|
157
168
|
* Sets a new value for property {@link #getHideAvailableObjects hideAvailableObjects}.
|
|
158
169
|
*
|
|
@@ -188,6 +199,24 @@ declare module "sap/sac/df/DesignerPanel" {
|
|
|
188
199
|
*/
|
|
189
200
|
sMetaPath: string
|
|
190
201
|
): this;
|
|
202
|
+
/**
|
|
203
|
+
* Sets a new value for property {@link #getShowVisualizationType showVisualizationType}.
|
|
204
|
+
*
|
|
205
|
+
* Show visualization type
|
|
206
|
+
*
|
|
207
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
208
|
+
*
|
|
209
|
+
* Default value is `false`.
|
|
210
|
+
*
|
|
211
|
+
*
|
|
212
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
213
|
+
*/
|
|
214
|
+
setShowVisualizationType(
|
|
215
|
+
/**
|
|
216
|
+
* New value for property `showVisualizationType`
|
|
217
|
+
*/
|
|
218
|
+
bShowVisualizationType?: boolean
|
|
219
|
+
): this;
|
|
191
220
|
}
|
|
192
221
|
/**
|
|
193
222
|
* Describes the settings that can be provided to the DesignerPanel constructor.
|
|
@@ -201,6 +230,11 @@ declare module "sap/sac/df/DesignerPanel" {
|
|
|
201
230
|
*/
|
|
202
231
|
metaPath?: string | PropertyBindingInfo;
|
|
203
232
|
|
|
233
|
+
/**
|
|
234
|
+
* Show visualization type
|
|
235
|
+
*/
|
|
236
|
+
showVisualizationType?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
237
|
+
|
|
204
238
|
/**
|
|
205
239
|
* Hide 'Available Objects' pane upon initial load
|
|
206
240
|
*/
|
|
@@ -2423,6 +2457,10 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2423
2457
|
|
|
2424
2458
|
import Metadata from "sap/ui/base/Metadata";
|
|
2425
2459
|
|
|
2460
|
+
import SortDirection from "sap/sac/df/types/SortDirection";
|
|
2461
|
+
|
|
2462
|
+
import SortType from "sap/sac/df/types/SortType";
|
|
2463
|
+
|
|
2426
2464
|
/**
|
|
2427
2465
|
* Dimension Object
|
|
2428
2466
|
*
|
|
@@ -2520,7 +2558,7 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2520
2558
|
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
2521
2559
|
): this;
|
|
2522
2560
|
/**
|
|
2523
|
-
* Add a member filter by its key
|
|
2561
|
+
* Add a member filter by its (internal) key
|
|
2524
2562
|
*
|
|
2525
2563
|
*
|
|
2526
2564
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -2606,7 +2644,7 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2606
2644
|
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
2607
2645
|
): this;
|
|
2608
2646
|
/**
|
|
2609
|
-
* Remove a member filter by its key
|
|
2647
|
+
* Remove a member filter by its (internal) key
|
|
2610
2648
|
*
|
|
2611
2649
|
*
|
|
2612
2650
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -2650,7 +2688,7 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2650
2688
|
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
|
|
2651
2689
|
): this;
|
|
2652
2690
|
/**
|
|
2653
|
-
* Set a member filter by its key
|
|
2691
|
+
* Set a member filter by its (internal) key
|
|
2654
2692
|
*
|
|
2655
2693
|
*
|
|
2656
2694
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -2665,22 +2703,22 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2665
2703
|
* Sort the members of a dimension
|
|
2666
2704
|
*
|
|
2667
2705
|
*
|
|
2668
|
-
* @returns
|
|
2706
|
+
* @returns Reference to this in order to allow method chaining
|
|
2669
2707
|
*/
|
|
2670
2708
|
sort(
|
|
2671
2709
|
/**
|
|
2672
2710
|
* of sorting
|
|
2673
2711
|
*/
|
|
2674
|
-
|
|
2712
|
+
direction: SortDirection,
|
|
2675
2713
|
/**
|
|
2676
2714
|
* of sorting
|
|
2677
2715
|
*/
|
|
2678
|
-
|
|
2716
|
+
type: SortType,
|
|
2679
2717
|
/**
|
|
2680
2718
|
* in case of a structure the measure according to which is sorted
|
|
2681
2719
|
*/
|
|
2682
|
-
sMember
|
|
2683
|
-
):
|
|
2720
|
+
sMember: string
|
|
2721
|
+
): this;
|
|
2684
2722
|
/**
|
|
2685
2723
|
* Move dimension to the columns axis
|
|
2686
2724
|
*
|
|
@@ -3550,7 +3588,7 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
3550
3588
|
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
3551
3589
|
): this;
|
|
3552
3590
|
/**
|
|
3553
|
-
* Add a member filter by its key
|
|
3591
|
+
* Add a member filter by its (internal) key
|
|
3554
3592
|
*
|
|
3555
3593
|
*
|
|
3556
3594
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -3596,7 +3634,7 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
3596
3634
|
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
3597
3635
|
): this;
|
|
3598
3636
|
/**
|
|
3599
|
-
* Remove a member filter by its key
|
|
3637
|
+
* Remove a member filter by its (internal) key
|
|
3600
3638
|
*
|
|
3601
3639
|
*
|
|
3602
3640
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -3620,7 +3658,7 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
3620
3658
|
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
|
|
3621
3659
|
): this;
|
|
3622
3660
|
/**
|
|
3623
|
-
* Set a member filter by its key
|
|
3661
|
+
* Set a member filter by its (internal) key
|
|
3624
3662
|
*
|
|
3625
3663
|
*
|
|
3626
3664
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -3715,7 +3753,7 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
3715
3753
|
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
3716
3754
|
): this;
|
|
3717
3755
|
/**
|
|
3718
|
-
* Add a member filter by its key
|
|
3756
|
+
* Add a member filter by its (internal) key
|
|
3719
3757
|
*
|
|
3720
3758
|
*
|
|
3721
3759
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -3762,7 +3800,7 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
3762
3800
|
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
3763
3801
|
): this;
|
|
3764
3802
|
/**
|
|
3765
|
-
* Remove a member filter by its key
|
|
3803
|
+
* Remove a member filter by its (internal) key
|
|
3766
3804
|
*
|
|
3767
3805
|
*
|
|
3768
3806
|
* @returns Reference to this in order to allow method chaining
|
|
@@ -3786,14 +3824,14 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
3786
3824
|
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
|
|
3787
3825
|
): undefined;
|
|
3788
3826
|
/**
|
|
3789
|
-
* Set a member filter by its key
|
|
3827
|
+
* Set a member filter by its (internal) key
|
|
3790
3828
|
*
|
|
3791
3829
|
*
|
|
3792
3830
|
* @returns Reference to this in order to allow method chaining
|
|
3793
3831
|
*/
|
|
3794
3832
|
setMemberFilterByKey(
|
|
3795
3833
|
/**
|
|
3796
|
-
* (internal)
|
|
3834
|
+
* (internal) ey of a dimension member
|
|
3797
3835
|
*/
|
|
3798
3836
|
sKey: string
|
|
3799
3837
|
): this;
|
|
@@ -3909,6 +3947,56 @@ declare module "sap/sac/df/types/DocumentsSupportType" {
|
|
|
3909
3947
|
export default DocumentsSupportType;
|
|
3910
3948
|
}
|
|
3911
3949
|
|
|
3950
|
+
declare module "sap/sac/df/types/SortDirection" {
|
|
3951
|
+
/**
|
|
3952
|
+
* Sort Direction
|
|
3953
|
+
*
|
|
3954
|
+
* @experimental (since 1.130)
|
|
3955
|
+
*/
|
|
3956
|
+
enum SortDirection {
|
|
3957
|
+
/**
|
|
3958
|
+
* Ascending
|
|
3959
|
+
*/
|
|
3960
|
+
Ascending = "ASCENDING",
|
|
3961
|
+
/**
|
|
3962
|
+
* Descending
|
|
3963
|
+
*/
|
|
3964
|
+
Descending = "DESCENDING",
|
|
3965
|
+
/**
|
|
3966
|
+
* No sorting
|
|
3967
|
+
*/
|
|
3968
|
+
None = "NONE",
|
|
3969
|
+
}
|
|
3970
|
+
export default SortDirection;
|
|
3971
|
+
}
|
|
3972
|
+
|
|
3973
|
+
declare module "sap/sac/df/types/SortType" {
|
|
3974
|
+
/**
|
|
3975
|
+
* Sort Type
|
|
3976
|
+
*
|
|
3977
|
+
* @experimental (since 1.130)
|
|
3978
|
+
*/
|
|
3979
|
+
enum SortType {
|
|
3980
|
+
/**
|
|
3981
|
+
* Sort according to Filter
|
|
3982
|
+
*/
|
|
3983
|
+
Filter = "FILTER",
|
|
3984
|
+
/**
|
|
3985
|
+
* Sort according to Key
|
|
3986
|
+
*/
|
|
3987
|
+
MemberKey = "MEMBER_KEY",
|
|
3988
|
+
/**
|
|
3989
|
+
* Sort according to Text
|
|
3990
|
+
*/
|
|
3991
|
+
MemberText = "MEMBER_TEXT",
|
|
3992
|
+
/**
|
|
3993
|
+
* No sorting
|
|
3994
|
+
*/
|
|
3995
|
+
unset = "unset",
|
|
3996
|
+
}
|
|
3997
|
+
export default SortType;
|
|
3998
|
+
}
|
|
3999
|
+
|
|
3912
4000
|
declare module "sap/sac/df/types/SystemType" {
|
|
3913
4001
|
/**
|
|
3914
4002
|
* System Type of an InA System
|
|
@@ -3980,6 +4068,10 @@ declare namespace sap {
|
|
|
3980
4068
|
|
|
3981
4069
|
"sap/sac/df/types/DocumentsSupportType": undefined;
|
|
3982
4070
|
|
|
4071
|
+
"sap/sac/df/types/SortDirection": undefined;
|
|
4072
|
+
|
|
4073
|
+
"sap/sac/df/types/SortType": undefined;
|
|
4074
|
+
|
|
3983
4075
|
"sap/sac/df/types/SystemType": undefined;
|
|
3984
4076
|
}
|
|
3985
4077
|
}
|