@sapui5/types 1.136.2 → 1.136.4
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.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.cux.home.d.ts +1 -30
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +23 -1
- 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 +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.insights.d.ts +1 -1
- package/types/sap.m.d.ts +11 -3
- 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.sac.df.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 +1 -1
- package/types/sap.ui.core.d.ts +66 -12
- 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 +1 -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 +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 +1 -1
- 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 +70 -27
- 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 +14 -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.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.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.cux.home.d.ts
CHANGED
|
@@ -695,20 +695,7 @@ declare module "sap/cux/home/library" {
|
|
|
695
695
|
* @since 1.121
|
|
696
696
|
* @experimental As of version 1.121.
|
|
697
697
|
*/
|
|
698
|
-
export enum NewsType {
|
|
699
|
-
/**
|
|
700
|
-
* Url is of type ATOM
|
|
701
|
-
*/
|
|
702
|
-
ATOM = "undefined",
|
|
703
|
-
/**
|
|
704
|
-
* News is of type custom news feed
|
|
705
|
-
*/
|
|
706
|
-
Custom = "undefined",
|
|
707
|
-
/**
|
|
708
|
-
* Url is of type RSS
|
|
709
|
-
*/
|
|
710
|
-
RSS = "undefined",
|
|
711
|
-
}
|
|
698
|
+
export enum NewsType {}
|
|
712
699
|
}
|
|
713
700
|
|
|
714
701
|
declare module "sap/cux/home/MenuItem" {
|
|
@@ -876,8 +863,6 @@ declare module "sap/cux/home/NewsAndPagesContainer" {
|
|
|
876
863
|
}
|
|
877
864
|
|
|
878
865
|
declare module "sap/cux/home/NewsPanel" {
|
|
879
|
-
import { NewsType } from "sap/cux/home/library";
|
|
880
|
-
|
|
881
866
|
/**
|
|
882
867
|
* Panel class for managing and storing News.
|
|
883
868
|
*
|
|
@@ -901,13 +886,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
901
886
|
settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any
|
|
902
887
|
);
|
|
903
888
|
|
|
904
|
-
/**
|
|
905
|
-
* Gets current value of property type.
|
|
906
|
-
*
|
|
907
|
-
*
|
|
908
|
-
* @returns Value of property `type`
|
|
909
|
-
*/
|
|
910
|
-
getType(): NewsType;
|
|
911
889
|
/**
|
|
912
890
|
* Gets current value of property url.
|
|
913
891
|
*
|
|
@@ -915,13 +893,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
915
893
|
* @returns Value of property `url`
|
|
916
894
|
*/
|
|
917
895
|
getUrl(): string;
|
|
918
|
-
/**
|
|
919
|
-
* Gets current value of property type.
|
|
920
|
-
*
|
|
921
|
-
*
|
|
922
|
-
* @returns Value of property `type`
|
|
923
|
-
*/
|
|
924
|
-
setType(): NewsType;
|
|
925
896
|
/**
|
|
926
897
|
* Gets current value of property url.
|
|
927
898
|
*
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -3198,6 +3198,12 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3198
3198
|
*/
|
|
3199
3199
|
anchor?: string | PropertyBindingInfo;
|
|
3200
3200
|
|
|
3201
|
+
/**
|
|
3202
|
+
* The column availability
|
|
3203
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden`
|
|
3204
|
+
*/
|
|
3205
|
+
availability?: string | PropertyBindingInfo;
|
|
3206
|
+
|
|
3201
3207
|
/**
|
|
3202
3208
|
* The text that will be displayed for this column header
|
|
3203
3209
|
*/
|
|
@@ -3231,6 +3237,16 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3231
3237
|
*/
|
|
3232
3238
|
properties?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
3233
3239
|
|
|
3240
|
+
/**
|
|
3241
|
+
* Determines if the information in the column is required.
|
|
3242
|
+
*/
|
|
3243
|
+
required?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3244
|
+
|
|
3245
|
+
/**
|
|
3246
|
+
* Determines the text displayed for the column tooltip
|
|
3247
|
+
*/
|
|
3248
|
+
tooltip?: string | PropertyBindingInfo;
|
|
3249
|
+
|
|
3234
3250
|
/**
|
|
3235
3251
|
* Determines the column's width.
|
|
3236
3252
|
* Allowed values are 'auto', 'value', and 'inherit', according to {@link sap.ui.core.CSSSize }
|
|
@@ -3312,6 +3328,12 @@ declare module "sap/fe/macros/table/ColumnOverride" {
|
|
|
3312
3328
|
*/
|
|
3313
3329
|
export interface $ColumnOverrideSettings
|
|
3314
3330
|
extends $BuildingBlockObjectPropertySettings {
|
|
3331
|
+
/**
|
|
3332
|
+
* The column availability
|
|
3333
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden``
|
|
3334
|
+
*/
|
|
3335
|
+
availability?: string | PropertyBindingInfo;
|
|
3336
|
+
|
|
3315
3337
|
/**
|
|
3316
3338
|
* Aligns the header as well as the content horizontally
|
|
3317
3339
|
*/
|
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.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -75480,7 +75480,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
75480
75480
|
/**
|
|
75481
75481
|
* The handler function to call when the event occurs
|
|
75482
75482
|
*/
|
|
75483
|
-
fnStateEventHandler: (p1: Event) => void
|
|
75483
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
75484
|
+
/**
|
|
75485
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
75486
|
+
*/
|
|
75487
|
+
oListener?: object
|
|
75484
75488
|
): this;
|
|
75485
75489
|
/**
|
|
75486
75490
|
* Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
|
|
@@ -75503,7 +75507,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
75503
75507
|
/**
|
|
75504
75508
|
* The handler function to detach from the event
|
|
75505
75509
|
*/
|
|
75506
|
-
fnStateEventHandler: (p1: Event) => void
|
|
75510
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
75511
|
+
/**
|
|
75512
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
75513
|
+
*/
|
|
75514
|
+
oListener?: object
|
|
75507
75515
|
): this;
|
|
75508
75516
|
|
|
75509
75517
|
register(
|
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.sac.df.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
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.136.
|
|
282
|
+
// For Library Version: 1.136.3
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -11051,7 +11051,11 @@ declare module "sap/ui/base/DataType" {
|
|
|
11051
11051
|
/**
|
|
11052
11052
|
* Qualified name of the type to retrieve
|
|
11053
11053
|
*/
|
|
11054
|
-
sTypeName: string
|
|
11054
|
+
sTypeName: string,
|
|
11055
|
+
/**
|
|
11056
|
+
* Metadata of the property
|
|
11057
|
+
*/
|
|
11058
|
+
oProperty?: /* was: sap.ui.base.ManagedObject.MetaOptions.Property */ any
|
|
11055
11059
|
): DataType | undefined;
|
|
11056
11060
|
/**
|
|
11057
11061
|
* Registers an enum under the given name. With version 2.0, registering an enum becomes mandatory when
|
|
@@ -29717,7 +29721,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29717
29721
|
*/
|
|
29718
29722
|
groupingBaseSize?: int;
|
|
29719
29723
|
/**
|
|
29720
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
29724
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
29725
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
29721
29726
|
*/
|
|
29722
29727
|
groupingEnabled?: boolean;
|
|
29723
29728
|
/**
|
|
@@ -29726,7 +29731,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29726
29731
|
*/
|
|
29727
29732
|
groupingSeparator?: string;
|
|
29728
29733
|
/**
|
|
29729
|
-
* defines the grouping size in digits; the default is `3`.
|
|
29734
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
29735
|
+
* non-positive value, grouping will be disabled entirely.
|
|
29730
29736
|
*/
|
|
29731
29737
|
groupingSize?: int;
|
|
29732
29738
|
/**
|
|
@@ -29896,7 +29902,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29896
29902
|
*/
|
|
29897
29903
|
groupingBaseSize?: int;
|
|
29898
29904
|
/**
|
|
29899
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
29905
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
29906
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
29900
29907
|
*/
|
|
29901
29908
|
groupingEnabled?: boolean;
|
|
29902
29909
|
/**
|
|
@@ -29905,7 +29912,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29905
29912
|
*/
|
|
29906
29913
|
groupingSeparator?: string;
|
|
29907
29914
|
/**
|
|
29908
|
-
* defines the grouping size in digits; the default is `3`.
|
|
29915
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
29916
|
+
* non-positive value, grouping will be disabled entirely.
|
|
29909
29917
|
*/
|
|
29910
29918
|
groupingSize?: int;
|
|
29911
29919
|
/**
|
|
@@ -30059,7 +30067,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30059
30067
|
*/
|
|
30060
30068
|
groupingBaseSize?: int;
|
|
30061
30069
|
/**
|
|
30062
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
30070
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
30071
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
30063
30072
|
*/
|
|
30064
30073
|
groupingEnabled?: boolean;
|
|
30065
30074
|
/**
|
|
@@ -30068,7 +30077,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30068
30077
|
*/
|
|
30069
30078
|
groupingSeparator?: string;
|
|
30070
30079
|
/**
|
|
30071
|
-
* defines the grouping size in digits; the default is `3`.
|
|
30080
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
30081
|
+
* non-positive value, grouping will be disabled entirely.
|
|
30072
30082
|
*/
|
|
30073
30083
|
groupingSize?: int;
|
|
30074
30084
|
/**
|
|
@@ -30217,7 +30227,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30217
30227
|
*/
|
|
30218
30228
|
groupingBaseSize?: int;
|
|
30219
30229
|
/**
|
|
30220
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
30230
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
30231
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
30221
30232
|
*/
|
|
30222
30233
|
groupingEnabled?: boolean;
|
|
30223
30234
|
/**
|
|
@@ -30226,7 +30237,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30226
30237
|
*/
|
|
30227
30238
|
groupingSeparator?: string;
|
|
30228
30239
|
/**
|
|
30229
|
-
* defines the grouping size in digits; the default is `3`.
|
|
30240
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
30241
|
+
* non-positive value, grouping will be disabled entirely.
|
|
30230
30242
|
*/
|
|
30231
30243
|
groupingSize?: int;
|
|
30232
30244
|
/**
|
|
@@ -30387,7 +30399,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30387
30399
|
*/
|
|
30388
30400
|
groupingBaseSize?: int;
|
|
30389
30401
|
/**
|
|
30390
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
30402
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
30403
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
30391
30404
|
*/
|
|
30392
30405
|
groupingEnabled?: boolean;
|
|
30393
30406
|
/**
|
|
@@ -30396,7 +30409,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30396
30409
|
*/
|
|
30397
30410
|
groupingSeparator?: string;
|
|
30398
30411
|
/**
|
|
30399
|
-
* defines the grouping size in digits; the default is `3`.
|
|
30412
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
30413
|
+
* non-positive value, grouping will be disabled entirely.
|
|
30400
30414
|
*/
|
|
30401
30415
|
groupingSize?: int;
|
|
30402
30416
|
/**
|
|
@@ -59674,6 +59688,8 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
59674
59688
|
|
|
59675
59689
|
import Context from "sap/ui/model/Context";
|
|
59676
59690
|
|
|
59691
|
+
import Metadata from "sap/ui/base/Metadata";
|
|
59692
|
+
|
|
59677
59693
|
/**
|
|
59678
59694
|
* Property binding implementation for JSON format.
|
|
59679
59695
|
*
|
|
@@ -59707,6 +59723,40 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
59707
59723
|
*/
|
|
59708
59724
|
mParameters?: object
|
|
59709
59725
|
);
|
|
59726
|
+
|
|
59727
|
+
/**
|
|
59728
|
+
* Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
|
|
59729
|
+
* it with the information contained in `oClassInfo`.
|
|
59730
|
+
*
|
|
59731
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
|
|
59732
|
+
*
|
|
59733
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
59734
|
+
*
|
|
59735
|
+
* @returns Created class / constructor function
|
|
59736
|
+
*/
|
|
59737
|
+
static extend<T extends Record<string, unknown>>(
|
|
59738
|
+
/**
|
|
59739
|
+
* Name of the class being created
|
|
59740
|
+
*/
|
|
59741
|
+
sClassName: string,
|
|
59742
|
+
/**
|
|
59743
|
+
* Object literal with information about the class
|
|
59744
|
+
*/
|
|
59745
|
+
oClassInfo?: sap.ClassInfo<T, JSONPropertyBinding>,
|
|
59746
|
+
/**
|
|
59747
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
59748
|
+
* used by this class
|
|
59749
|
+
*/
|
|
59750
|
+
FNMetaImpl?: Function
|
|
59751
|
+
): Function;
|
|
59752
|
+
/**
|
|
59753
|
+
* Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
|
|
59754
|
+
*
|
|
59755
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
59756
|
+
*
|
|
59757
|
+
* @returns Metadata object describing this class
|
|
59758
|
+
*/
|
|
59759
|
+
static getMetadata(): Metadata;
|
|
59710
59760
|
}
|
|
59711
59761
|
}
|
|
59712
59762
|
|
|
@@ -69330,6 +69380,10 @@ declare module "sap/ui/model/odata/v2/ODataAnnotations" {
|
|
|
69330
69380
|
* A valid cache key
|
|
69331
69381
|
*/
|
|
69332
69382
|
cacheKey?: string;
|
|
69383
|
+
/**
|
|
69384
|
+
* If set to `true`, the user credentials are included in a cross-origin request
|
|
69385
|
+
*/
|
|
69386
|
+
withCredentials?: boolean;
|
|
69333
69387
|
}
|
|
69334
69388
|
);
|
|
69335
69389
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
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
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.136.
|
|
1
|
+
// For Library Version: 1.136.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vbm/library" {
|
|
4
4
|
/**
|
|
@@ -5389,21 +5389,39 @@ declare module "sap/ui/vbm/ContainerContent" {
|
|
|
5389
5389
|
}
|
|
5390
5390
|
|
|
5391
5391
|
declare module "sap/ui/vbm/ContainerLegendItem" {
|
|
5392
|
+
import {
|
|
5393
|
+
default as StandardListItem,
|
|
5394
|
+
$StandardListItemSettings,
|
|
5395
|
+
} from "sap/m/StandardListItem";
|
|
5396
|
+
|
|
5392
5397
|
import { CSSColor } from "sap/ui/core/library";
|
|
5393
5398
|
|
|
5394
|
-
import
|
|
5399
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
5395
5400
|
|
|
5396
5401
|
import { SemanticType } from "sap/ui/vbm/library";
|
|
5397
5402
|
|
|
5403
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5404
|
+
|
|
5398
5405
|
/**
|
|
5399
5406
|
* Legend item control
|
|
5400
5407
|
*
|
|
5401
5408
|
* @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
|
|
5402
5409
|
* versions.
|
|
5403
5410
|
*/
|
|
5404
|
-
export default class ContainerLegendItem
|
|
5405
|
-
|
|
5406
|
-
|
|
5411
|
+
export default class ContainerLegendItem extends StandardListItem {
|
|
5412
|
+
/**
|
|
5413
|
+
* Constructor for a new ContainerLegendItem.
|
|
5414
|
+
*
|
|
5415
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
5416
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
5417
|
+
* of the syntax of the settings object.
|
|
5418
|
+
*/
|
|
5419
|
+
constructor(
|
|
5420
|
+
/**
|
|
5421
|
+
* initial settings for the new control
|
|
5422
|
+
*/
|
|
5423
|
+
mSettings?: $ContainerLegendItemSettings
|
|
5424
|
+
);
|
|
5407
5425
|
/**
|
|
5408
5426
|
* Constructor for a new ContainerLegendItem.
|
|
5409
5427
|
*
|
|
@@ -5419,7 +5437,7 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
|
|
|
5419
5437
|
/**
|
|
5420
5438
|
* initial settings for the new control
|
|
5421
5439
|
*/
|
|
5422
|
-
mSettings?:
|
|
5440
|
+
mSettings?: $ContainerLegendItemSettings
|
|
5423
5441
|
);
|
|
5424
5442
|
|
|
5425
5443
|
/**
|
|
@@ -5452,7 +5470,7 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
|
|
|
5452
5470
|
*
|
|
5453
5471
|
* @returns Metadata object describing this class
|
|
5454
5472
|
*/
|
|
5455
|
-
static getMetadata():
|
|
5473
|
+
static getMetadata(): ElementMetadata;
|
|
5456
5474
|
/**
|
|
5457
5475
|
* Gets current value of property {@link #getColor color}.
|
|
5458
5476
|
*
|
|
@@ -5504,6 +5522,27 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
|
|
|
5504
5522
|
sSemanticSpotType?: SemanticType | keyof typeof SemanticType
|
|
5505
5523
|
): this;
|
|
5506
5524
|
}
|
|
5525
|
+
/**
|
|
5526
|
+
* Describes the settings that can be provided to the ContainerLegendItem constructor.
|
|
5527
|
+
*
|
|
5528
|
+
* @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
|
|
5529
|
+
* versions.
|
|
5530
|
+
*/
|
|
5531
|
+
export interface $ContainerLegendItemSettings
|
|
5532
|
+
extends $StandardListItemSettings {
|
|
5533
|
+
/**
|
|
5534
|
+
* show color square
|
|
5535
|
+
*/
|
|
5536
|
+
color?: CSSColor | PropertyBindingInfo | `{${string}}`;
|
|
5537
|
+
|
|
5538
|
+
/**
|
|
5539
|
+
* The semantic spot type for the legend marker.
|
|
5540
|
+
*/
|
|
5541
|
+
semanticSpotType?:
|
|
5542
|
+
| (SemanticType | keyof typeof SemanticType)
|
|
5543
|
+
| PropertyBindingInfo
|
|
5544
|
+
| `{${string}}`;
|
|
5545
|
+
}
|
|
5507
5546
|
}
|
|
5508
5547
|
|
|
5509
5548
|
declare module "sap/ui/vbm/Containers" {
|
|
@@ -11254,12 +11293,16 @@ declare module "sap/ui/vbm/LegendItem" {
|
|
|
11254
11293
|
declare module "sap/ui/vbm/ListPanel" {
|
|
11255
11294
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
11256
11295
|
|
|
11296
|
+
import ListItemBase from "sap/m/ListItemBase";
|
|
11297
|
+
|
|
11257
11298
|
import Event from "sap/ui/base/Event";
|
|
11258
11299
|
|
|
11259
11300
|
import { URI } from "sap/ui/core/library";
|
|
11260
11301
|
|
|
11261
11302
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
11262
11303
|
|
|
11304
|
+
import { ListMode } from "sap/m/library";
|
|
11305
|
+
|
|
11263
11306
|
import {
|
|
11264
11307
|
PropertyBindingInfo,
|
|
11265
11308
|
AggregationBindingInfo,
|
|
@@ -11344,7 +11387,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11344
11387
|
/**
|
|
11345
11388
|
* The item to add; if empty, nothing is inserted
|
|
11346
11389
|
*/
|
|
11347
|
-
oItem:
|
|
11390
|
+
oItem: ListItemBase
|
|
11348
11391
|
): this;
|
|
11349
11392
|
/**
|
|
11350
11393
|
* Attaches event handler `fnFunction` to the {@link #event:expand expand} event of this `sap.ui.vbm.ListPanel`.
|
|
@@ -11716,7 +11759,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11716
11759
|
*
|
|
11717
11760
|
* Item aggregation
|
|
11718
11761
|
*/
|
|
11719
|
-
getItems():
|
|
11762
|
+
getItems(): ListItemBase[];
|
|
11720
11763
|
/**
|
|
11721
11764
|
* Returns selected list item. When no item is selected, "null" is returned. When "multi-selection" is enabled
|
|
11722
11765
|
* and multiple items are selected, only the up-most selected item is returned.
|
|
@@ -11724,14 +11767,14 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11724
11767
|
*
|
|
11725
11768
|
* @returns Selected item.
|
|
11726
11769
|
*/
|
|
11727
|
-
getSelectedItem():
|
|
11770
|
+
getSelectedItem(): ListItemBase;
|
|
11728
11771
|
/**
|
|
11729
11772
|
* Returns an array containing the selected list items. If no items are selected, an empty array is returned.
|
|
11730
11773
|
*
|
|
11731
11774
|
*
|
|
11732
11775
|
* @returns Selected items
|
|
11733
11776
|
*/
|
|
11734
|
-
getSelectedItems():
|
|
11777
|
+
getSelectedItems(): ListItemBase[];
|
|
11735
11778
|
/**
|
|
11736
11779
|
* Gets current value of property {@link #getSelectionMode selectionMode}.
|
|
11737
11780
|
*
|
|
@@ -11742,7 +11785,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11742
11785
|
*
|
|
11743
11786
|
* @returns Value of property `selectionMode`
|
|
11744
11787
|
*/
|
|
11745
|
-
getSelectionMode():
|
|
11788
|
+
getSelectionMode(): ListMode;
|
|
11746
11789
|
/**
|
|
11747
11790
|
* Checks for the provided `sap.m.ListItemBase` in the aggregation {@link #getItems items}. and returns
|
|
11748
11791
|
* its index if found or -1 otherwise.
|
|
@@ -11754,7 +11797,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11754
11797
|
/**
|
|
11755
11798
|
* The item whose index is looked for
|
|
11756
11799
|
*/
|
|
11757
|
-
oItem:
|
|
11800
|
+
oItem: ListItemBase
|
|
11758
11801
|
): int;
|
|
11759
11802
|
/**
|
|
11760
11803
|
* Inserts a item into the aggregation {@link #getItems items}.
|
|
@@ -11766,7 +11809,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11766
11809
|
/**
|
|
11767
11810
|
* The item to insert; if empty, nothing is inserted
|
|
11768
11811
|
*/
|
|
11769
|
-
oItem:
|
|
11812
|
+
oItem: ListItemBase,
|
|
11770
11813
|
/**
|
|
11771
11814
|
* The `0`-based index the item should be inserted at; for a negative value of `iIndex`, the item is inserted
|
|
11772
11815
|
* at position 0; for a value greater than the current size of the aggregation, the item is inserted at
|
|
@@ -11782,7 +11825,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11782
11825
|
*
|
|
11783
11826
|
* @returns An array of the removed elements (might be empty)
|
|
11784
11827
|
*/
|
|
11785
|
-
removeAllItems():
|
|
11828
|
+
removeAllItems(): ListItemBase[];
|
|
11786
11829
|
/**
|
|
11787
11830
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
11788
11831
|
*
|
|
@@ -11793,8 +11836,8 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11793
11836
|
/**
|
|
11794
11837
|
* The item to remove or its index or id
|
|
11795
11838
|
*/
|
|
11796
|
-
vItem: int | string |
|
|
11797
|
-
):
|
|
11839
|
+
vItem: int | string | ListItemBase
|
|
11840
|
+
): ListItemBase | null;
|
|
11798
11841
|
/**
|
|
11799
11842
|
* Sets a new value for property {@link #getExpandAnimation expandAnimation}.
|
|
11800
11843
|
*
|
|
@@ -11870,7 +11913,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11870
11913
|
/**
|
|
11871
11914
|
* The list item whose selection to be changed. This parameter is mandatory.
|
|
11872
11915
|
*/
|
|
11873
|
-
oListItem:
|
|
11916
|
+
oListItem: ListItemBase,
|
|
11874
11917
|
/**
|
|
11875
11918
|
* Sets selected status of the list item. Default value is true.
|
|
11876
11919
|
*/
|
|
@@ -11896,7 +11939,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11896
11939
|
/**
|
|
11897
11940
|
* New value for property `selectionMode`
|
|
11898
11941
|
*/
|
|
11899
|
-
sSelectionMode?:
|
|
11942
|
+
sSelectionMode?: ListMode | keyof typeof ListMode
|
|
11900
11943
|
): this;
|
|
11901
11944
|
}
|
|
11902
11945
|
/**
|
|
@@ -11929,17 +11972,17 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11929
11972
|
/**
|
|
11930
11973
|
* Selection Mode
|
|
11931
11974
|
*/
|
|
11932
|
-
selectionMode?:
|
|
11933
|
-
|
|
|
11975
|
+
selectionMode?:
|
|
11976
|
+
| (ListMode | keyof typeof ListMode)
|
|
11934
11977
|
| PropertyBindingInfo
|
|
11935
11978
|
| `{${string}}`;
|
|
11936
11979
|
|
|
11937
11980
|
/**
|
|
11938
11981
|
* Item aggregation
|
|
11939
11982
|
*/
|
|
11940
|
-
items?:
|
|
11941
|
-
|
|
|
11942
|
-
|
|
|
11983
|
+
items?:
|
|
11984
|
+
| ListItemBase[]
|
|
11985
|
+
| ListItemBase
|
|
11943
11986
|
| AggregationBindingInfo
|
|
11944
11987
|
| `{${string}}`;
|
|
11945
11988
|
|
|
@@ -11997,7 +12040,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11997
12040
|
/**
|
|
11998
12041
|
* The item which fired the pressed event.
|
|
11999
12042
|
*/
|
|
12000
|
-
listItem?:
|
|
12043
|
+
listItem?: ListItemBase;
|
|
12001
12044
|
|
|
12002
12045
|
/**
|
|
12003
12046
|
* The control which caused the press event within the container.
|
|
@@ -12021,12 +12064,12 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
12021
12064
|
* The item whose selection has changed. In `MultiSelect` mode, only the up-most selected item is returned.
|
|
12022
12065
|
* This parameter can be used for single-selection modes.
|
|
12023
12066
|
*/
|
|
12024
|
-
listItem?:
|
|
12067
|
+
listItem?: ListItemBase;
|
|
12025
12068
|
|
|
12026
12069
|
/**
|
|
12027
12070
|
* Array of items whose selection has changed. This parameter can be used for `MultiSelect` mode.
|
|
12028
12071
|
*/
|
|
12029
|
-
listItems?:
|
|
12072
|
+
listItems?: ListItemBase[];
|
|
12030
12073
|
|
|
12031
12074
|
/**
|
|
12032
12075
|
* Indicates whether the `listItem` parameter is selected or not.
|
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -7577,6 +7577,19 @@ declare module "sap/ushell/services/NotificationsV2" {
|
|
|
7577
7577
|
*/
|
|
7578
7578
|
callback: Function
|
|
7579
7579
|
): void;
|
|
7580
|
+
/**
|
|
7581
|
+
* Set the number of unseen notifications
|
|
7582
|
+
* e.g. Notifications that the user hasn't seen yet.
|
|
7583
|
+
*
|
|
7584
|
+
*
|
|
7585
|
+
* @returns Promise resolves when the unseen notifications count is set
|
|
7586
|
+
*/
|
|
7587
|
+
setUnseenNotificationsCount(
|
|
7588
|
+
/**
|
|
7589
|
+
* The number of unseen notifications to set
|
|
7590
|
+
*/
|
|
7591
|
+
number: int
|
|
7592
|
+
): Promise<any>;
|
|
7580
7593
|
}
|
|
7581
7594
|
/**
|
|
7582
7595
|
* Type for Action
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED