@sapui5/ts-types-esm 1.138.0 → 1.139.0
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/README.md +1 -1
- package/package.json +1 -1
- 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 +1 -35
- package/types/sap.esh.search.ui.d.ts +10 -4
- package/types/sap.f.d.ts +5 -5
- package/types/sap.fe.ariba.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 +16 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +82 -3
- 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 +13 -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 +15 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +488 -20
- 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 +1 -127
- 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 +110 -2
- package/types/sap.ui.core.d.ts +112 -31
- 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 +45 -8
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +16 -2
- 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 +1 -1
- package/types/sap.ui.vk.d.ts +86 -53
- 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 +60 -18
- 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.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -1048,7 +1048,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
|
|
|
1048
1048
|
|
|
1049
1049
|
/**
|
|
1050
1050
|
* The `FilterBar` displays filters in a user-friendly manner to populate values for a query. The `FilterBar`
|
|
1051
|
-
* consists of a row containing the {@link sap.ui.comp.smartvariants.
|
|
1051
|
+
* consists of a row containing the {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement` }
|
|
1052
1052
|
* control, the related buttons, and an area underneath displaying the filters.
|
|
1053
1053
|
*
|
|
1054
1054
|
* The filters are arranged in a logical row that is divided depending on the space available and the width
|
|
@@ -31442,6 +31442,59 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31442
31442
|
*/
|
|
31443
31443
|
oListener?: object
|
|
31444
31444
|
): this;
|
|
31445
|
+
/**
|
|
31446
|
+
* Attaches event handler `fnFunction` to the {@link #event:changeModelValue changeModelValue} event of
|
|
31447
|
+
* this `sap.ui.comp.smarttable.SmartTable`.
|
|
31448
|
+
*
|
|
31449
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31450
|
+
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31451
|
+
*
|
|
31452
|
+
* Forwards the {@link sap.ui.comp.smartfield.SmartField#event:changeModelValue changeModelValue} event
|
|
31453
|
+
* from the {@link sap.ui.comp.smartfield.SmartField SmartField}.
|
|
31454
|
+
*
|
|
31455
|
+
* @since 1.139
|
|
31456
|
+
*
|
|
31457
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
31458
|
+
*/
|
|
31459
|
+
attachChangeModelValue(
|
|
31460
|
+
/**
|
|
31461
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
31462
|
+
* object when firing the event
|
|
31463
|
+
*/
|
|
31464
|
+
oData: object,
|
|
31465
|
+
/**
|
|
31466
|
+
* The function to be called when the event occurs
|
|
31467
|
+
*/
|
|
31468
|
+
fnFunction: (p1: Event) => void,
|
|
31469
|
+
/**
|
|
31470
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smarttable.SmartTable` itself
|
|
31471
|
+
*/
|
|
31472
|
+
oListener?: object
|
|
31473
|
+
): this;
|
|
31474
|
+
/**
|
|
31475
|
+
* Attaches event handler `fnFunction` to the {@link #event:changeModelValue changeModelValue} event of
|
|
31476
|
+
* this `sap.ui.comp.smarttable.SmartTable`.
|
|
31477
|
+
*
|
|
31478
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31479
|
+
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31480
|
+
*
|
|
31481
|
+
* Forwards the {@link sap.ui.comp.smartfield.SmartField#event:changeModelValue changeModelValue} event
|
|
31482
|
+
* from the {@link sap.ui.comp.smartfield.SmartField SmartField}.
|
|
31483
|
+
*
|
|
31484
|
+
* @since 1.139
|
|
31485
|
+
*
|
|
31486
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
31487
|
+
*/
|
|
31488
|
+
attachChangeModelValue(
|
|
31489
|
+
/**
|
|
31490
|
+
* The function to be called when the event occurs
|
|
31491
|
+
*/
|
|
31492
|
+
fnFunction: (p1: Event) => void,
|
|
31493
|
+
/**
|
|
31494
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smarttable.SmartTable` itself
|
|
31495
|
+
*/
|
|
31496
|
+
oListener?: object
|
|
31497
|
+
): this;
|
|
31445
31498
|
/**
|
|
31446
31499
|
* Attaches event handler `fnFunction` to the {@link #event:dataReceived dataReceived} event of this `sap.ui.comp.smarttable.SmartTable`.
|
|
31447
31500
|
*
|
|
@@ -32089,6 +32142,26 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32089
32142
|
*/
|
|
32090
32143
|
oListener?: object
|
|
32091
32144
|
): this;
|
|
32145
|
+
/**
|
|
32146
|
+
* Detaches event handler `fnFunction` from the {@link #event:changeModelValue changeModelValue} event of
|
|
32147
|
+
* this `sap.ui.comp.smarttable.SmartTable`.
|
|
32148
|
+
*
|
|
32149
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
32150
|
+
*
|
|
32151
|
+
* @since 1.139
|
|
32152
|
+
*
|
|
32153
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
32154
|
+
*/
|
|
32155
|
+
detachChangeModelValue(
|
|
32156
|
+
/**
|
|
32157
|
+
* The function to be called, when the event occurs
|
|
32158
|
+
*/
|
|
32159
|
+
fnFunction: (p1: Event) => void,
|
|
32160
|
+
/**
|
|
32161
|
+
* Context object on which the given function had to be called
|
|
32162
|
+
*/
|
|
32163
|
+
oListener?: object
|
|
32164
|
+
): this;
|
|
32092
32165
|
/**
|
|
32093
32166
|
* Detaches event handler `fnFunction` from the {@link #event:dataReceived dataReceived} event of this `sap.ui.comp.smarttable.SmartTable`.
|
|
32094
32167
|
*
|
|
@@ -32370,6 +32443,20 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32370
32443
|
*/
|
|
32371
32444
|
mParameters?: SmartTable$BeforeRebindTableEventParameters
|
|
32372
32445
|
): this;
|
|
32446
|
+
/**
|
|
32447
|
+
* Fires event {@link #event:changeModelValue changeModelValue} to attached listeners.
|
|
32448
|
+
*
|
|
32449
|
+
* @since 1.139
|
|
32450
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
32451
|
+
*
|
|
32452
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
32453
|
+
*/
|
|
32454
|
+
fireChangeModelValue(
|
|
32455
|
+
/**
|
|
32456
|
+
* Parameters to pass along with the event
|
|
32457
|
+
*/
|
|
32458
|
+
mParameters?: object
|
|
32459
|
+
): this;
|
|
32373
32460
|
/**
|
|
32374
32461
|
* Fires event {@link #event:dataReceived dataReceived} to attached listeners.
|
|
32375
32462
|
*
|
|
@@ -35282,6 +35369,14 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
35282
35369
|
* @since 1.96.15
|
|
35283
35370
|
*/
|
|
35284
35371
|
uiStateChange?: (oEvent: Event) => void;
|
|
35372
|
+
|
|
35373
|
+
/**
|
|
35374
|
+
* Forwards the {@link sap.ui.comp.smartfield.SmartField#event:changeModelValue changeModelValue} event
|
|
35375
|
+
* from the {@link sap.ui.comp.smartfield.SmartField SmartField}.
|
|
35376
|
+
*
|
|
35377
|
+
* @since 1.139
|
|
35378
|
+
*/
|
|
35379
|
+
changeModelValue?: (oEvent: Event) => void;
|
|
35285
35380
|
}
|
|
35286
35381
|
|
|
35287
35382
|
/**
|
|
@@ -35413,6 +35508,19 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
35413
35508
|
SmartTable
|
|
35414
35509
|
>;
|
|
35415
35510
|
|
|
35511
|
+
/**
|
|
35512
|
+
* Parameters of the SmartTable#changeModelValue event.
|
|
35513
|
+
*/
|
|
35514
|
+
export interface SmartTable$ChangeModelValueEventParameters {}
|
|
35515
|
+
|
|
35516
|
+
/**
|
|
35517
|
+
* Event object of the SmartTable#changeModelValue event.
|
|
35518
|
+
*/
|
|
35519
|
+
export type SmartTable$ChangeModelValueEvent = Event<
|
|
35520
|
+
SmartTable$ChangeModelValueEventParameters,
|
|
35521
|
+
SmartTable
|
|
35522
|
+
>;
|
|
35523
|
+
|
|
35416
35524
|
/**
|
|
35417
35525
|
* Parameters of the SmartTable#dataReceived event.
|
|
35418
35526
|
*
|
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.
|
|
282
|
+
// For Library Version: 1.139.0
|
|
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
|
/**
|
|
@@ -59003,9 +59017,11 @@ declare module "sap/ui/model/Filter" {
|
|
|
59003
59017
|
* sensitive or not. Client models filter case insensitive compared to the OData models which filter case
|
|
59004
59018
|
* sensitive by default. See particular model documentation for details.
|
|
59005
59019
|
*
|
|
59006
|
-
* The filter operators {@link sap.ui.model.FilterOperator.Any "Any"}
|
|
59020
|
+
* The filter operators {@link sap.ui.model.FilterOperator.Any "Any"}, {@link sap.ui.model.FilterOperator.All "All"},
|
|
59021
|
+
* {@link sap.ui.model.FilterOperator.NotAny "NotAny"}, and {@link sap.ui.model.FilterOperator.NotAll "NotAll" }
|
|
59007
59022
|
* are only supported in V4 OData models. When creating a filter instance with these filter operators, the
|
|
59008
|
-
*
|
|
59023
|
+
* `variable` argument only accepts a string identifier, and the `condition` argument must be another filter
|
|
59024
|
+
* instance.
|
|
59009
59025
|
*/
|
|
59010
59026
|
constructor(
|
|
59011
59027
|
/**
|
|
@@ -59046,12 +59062,14 @@ declare module "sap/ui/model/Filter" {
|
|
|
59046
59062
|
*/
|
|
59047
59063
|
value2?: any;
|
|
59048
59064
|
/**
|
|
59049
|
-
* The variable name used in lambda operators ({@link sap.ui.model.FilterOperator.Any "Any"}
|
|
59065
|
+
* The variable name used in the lambda operators ({@link sap.ui.model.FilterOperator.Any "Any"}, {@link sap.ui.model.FilterOperator.All "All"},
|
|
59066
|
+
* {@link sap.ui.model.FilterOperator.NotAny "NotAny"}, and {@link sap.ui.model.FilterOperator.NotAll "NotAll"})
|
|
59050
59067
|
*/
|
|
59051
59068
|
variable?: string;
|
|
59052
59069
|
/**
|
|
59053
|
-
* A filter instance which will be used as the condition for lambda operators ({@link sap.ui.model.FilterOperator.Any "Any"
|
|
59054
|
-
*
|
|
59070
|
+
* A filter instance which will be used as the condition for lambda operators ({@link sap.ui.model.FilterOperator.Any "Any"},
|
|
59071
|
+
* {@link sap.ui.model.FilterOperator.All "All"}, {@link sap.ui.model.FilterOperator.NotAny "NotAny"}, and
|
|
59072
|
+
* {@link sap.ui.model.FilterOperator.NotAll "NotAll"})
|
|
59055
59073
|
*/
|
|
59056
59074
|
condition?: Filter;
|
|
59057
59075
|
/**
|
|
@@ -59261,10 +59279,8 @@ declare module "sap/ui/model/FilterOperator" {
|
|
|
59261
59279
|
enum FilterOperator {
|
|
59262
59280
|
/**
|
|
59263
59281
|
* Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
|
|
59264
|
-
* `All` returns a list of
|
|
59265
|
-
* the nested filter.
|
|
59266
|
-
* to the list of orders the customer placed in the past. The filter returns a list of those customers that
|
|
59267
|
-
* **always** ordered a specific product.
|
|
59282
|
+
* `All` returns a list of all items for which it is **true** that all dependent subitems match the filter
|
|
59283
|
+
* criteria of the nested filter. This means that **every** dependent subitem matches the filter criteria.
|
|
59268
59284
|
*
|
|
59269
59285
|
* This filter operator is only supported in OData V4 models.
|
|
59270
59286
|
*
|
|
@@ -59273,10 +59289,8 @@ declare module "sap/ui/model/FilterOperator" {
|
|
|
59273
59289
|
All = "All",
|
|
59274
59290
|
/**
|
|
59275
59291
|
* Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
|
|
59276
|
-
* `Any` returns a list of
|
|
59277
|
-
* of the nested filter.
|
|
59278
|
-
* to the list of orders the customer placed in the past. The filter returns a list of those customers that
|
|
59279
|
-
* **at least once** ordered a specific product.
|
|
59292
|
+
* `Any` returns a list of all items for which **at least one** dependent subitem matches the filter criteria
|
|
59293
|
+
* of the nested filter.
|
|
59280
59294
|
*
|
|
59281
59295
|
* This filter operator is only supported in OData V4 models.
|
|
59282
59296
|
*
|
|
@@ -59344,6 +59358,28 @@ declare module "sap/ui/model/FilterOperator" {
|
|
|
59344
59358
|
* FilterOperator not equals
|
|
59345
59359
|
*/
|
|
59346
59360
|
NE = "NE",
|
|
59361
|
+
/**
|
|
59362
|
+
* Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
|
|
59363
|
+
* `NotAll` returns a list of all items for which it is **false** that all dependent subitems match the
|
|
59364
|
+
* filter criteria of the nested filter. This means that **at least one** dependent subitem does not match
|
|
59365
|
+
* the filter criteria.
|
|
59366
|
+
*
|
|
59367
|
+
* This filter operator is only supported in OData V4 models.
|
|
59368
|
+
*
|
|
59369
|
+
* @since 1.139.0
|
|
59370
|
+
*/
|
|
59371
|
+
NotAll = "NotAll",
|
|
59372
|
+
/**
|
|
59373
|
+
* Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
|
|
59374
|
+
* `NotAny` returns a list of all items for which **none** of the dependent subitems match the filter criteria
|
|
59375
|
+
* of the nested filter. If no filter condition is given, `NotAny` returns all items that do not have any
|
|
59376
|
+
* dependent subitems (i.e., for which the collection is empty).
|
|
59377
|
+
*
|
|
59378
|
+
* This filter operator is only supported in OData V4 models.
|
|
59379
|
+
*
|
|
59380
|
+
* @since 1.139.0
|
|
59381
|
+
*/
|
|
59382
|
+
NotAny = "NotAny",
|
|
59347
59383
|
/**
|
|
59348
59384
|
* FilterOperator not contains
|
|
59349
59385
|
*
|
|
@@ -59689,6 +59725,8 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
59689
59725
|
|
|
59690
59726
|
import Context from "sap/ui/model/Context";
|
|
59691
59727
|
|
|
59728
|
+
import Metadata from "sap/ui/base/Metadata";
|
|
59729
|
+
|
|
59692
59730
|
/**
|
|
59693
59731
|
* Property binding implementation for JSON format.
|
|
59694
59732
|
*
|
|
@@ -59722,6 +59760,40 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
59722
59760
|
*/
|
|
59723
59761
|
mParameters?: object
|
|
59724
59762
|
);
|
|
59763
|
+
|
|
59764
|
+
/**
|
|
59765
|
+
* Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
|
|
59766
|
+
* it with the information contained in `oClassInfo`.
|
|
59767
|
+
*
|
|
59768
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
|
|
59769
|
+
*
|
|
59770
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
59771
|
+
*
|
|
59772
|
+
* @returns Created class / constructor function
|
|
59773
|
+
*/
|
|
59774
|
+
static extend<T extends Record<string, unknown>>(
|
|
59775
|
+
/**
|
|
59776
|
+
* Name of the class being created
|
|
59777
|
+
*/
|
|
59778
|
+
sClassName: string,
|
|
59779
|
+
/**
|
|
59780
|
+
* Object literal with information about the class
|
|
59781
|
+
*/
|
|
59782
|
+
oClassInfo?: sap.ClassInfo<T, JSONPropertyBinding>,
|
|
59783
|
+
/**
|
|
59784
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
59785
|
+
* used by this class
|
|
59786
|
+
*/
|
|
59787
|
+
FNMetaImpl?: Function
|
|
59788
|
+
): Function;
|
|
59789
|
+
/**
|
|
59790
|
+
* Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
|
|
59791
|
+
*
|
|
59792
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
59793
|
+
*
|
|
59794
|
+
* @returns Metadata object describing this class
|
|
59795
|
+
*/
|
|
59796
|
+
static getMetadata(): Metadata;
|
|
59725
59797
|
}
|
|
59726
59798
|
}
|
|
59727
59799
|
|
|
@@ -69345,6 +69417,10 @@ declare module "sap/ui/model/odata/v2/ODataAnnotations" {
|
|
|
69345
69417
|
* A valid cache key
|
|
69346
69418
|
*/
|
|
69347
69419
|
cacheKey?: string;
|
|
69420
|
+
/**
|
|
69421
|
+
* If set to `true`, the user credentials are included in a cross-origin request
|
|
69422
|
+
*/
|
|
69423
|
+
withCredentials?: boolean;
|
|
69348
69424
|
}
|
|
69349
69425
|
);
|
|
69350
69426
|
/**
|
|
@@ -71630,8 +71706,8 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
71630
71706
|
/**
|
|
71631
71707
|
* Returns the value for the given path relative to this context. The function allows access to the complete
|
|
71632
71708
|
* data the context points to (if `sPath` is "") or any part thereof. The data is a JSON structure as described
|
|
71633
|
-
* in "
|
|
71634
|
-
*
|
|
71709
|
+
* in "OData JSON Format Version 4.0".
|
|
71710
|
+
* Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.ODataPropertyBinding#setValue}.
|
|
71635
71711
|
*
|
|
71636
71712
|
* Returns `undefined` if the data is not (yet) available; no request is initiated. Use {@link #requestObject }
|
|
71637
71713
|
* for asynchronous access.
|
|
@@ -71919,7 +71995,8 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
71919
71995
|
/**
|
|
71920
71996
|
* Returns a promise on the value for the given path relative to this context. The function allows access
|
|
71921
71997
|
* to the complete data the context points to (if `sPath` is "") or any part thereof. The data is a JSON
|
|
71922
|
-
* structure as described in
|
|
71998
|
+
* structure as described in "OData
|
|
71999
|
+
* JSON Format Version 4.0". Note that the function clones the result. Modify values via {@link #setProperty}.
|
|
71923
72000
|
*
|
|
71924
72001
|
* The header context of a list binding only delivers `$count` and `@$ui5.context.isSelected` (wrapped in
|
|
71925
72002
|
* an object if `sPath` is "").
|
|
@@ -72694,7 +72771,8 @@ declare module "sap/ui/model/odata/v4/ODataContextBinding" {
|
|
|
72694
72771
|
/**
|
|
72695
72772
|
* Returns a promise on the value for the given path relative to this binding. The function allows access
|
|
72696
72773
|
* to the complete data the binding points to (if `sPath` is "") or any part thereof. The data is a JSON
|
|
72697
|
-
* structure as described in
|
|
72774
|
+
* structure as described in "OData
|
|
72775
|
+
* JSON Format Version 4.0". Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.Context#setProperty}.
|
|
72698
72776
|
*
|
|
72699
72777
|
* If you want {@link #requestObject} to read fresh data, call `oBinding.refresh()` first.
|
|
72700
72778
|
* See:
|
|
@@ -73864,7 +73942,8 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
73864
73942
|
*/
|
|
73865
73943
|
resume(): void;
|
|
73866
73944
|
/**
|
|
73867
|
-
* Sets a new data aggregation object and derives the system query option `$apply` implicitly from it.
|
|
73945
|
+
* Sets a new data aggregation object and derives the system query option `$apply` implicitly from it. If
|
|
73946
|
+
* the aggregation is unchanged, nothing happens.
|
|
73868
73947
|
* See:
|
|
73869
73948
|
* #getAggregation
|
|
73870
73949
|
*
|
|
@@ -73908,7 +73987,9 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
73908
73987
|
* The number (as a positive integer) of different levels initially available without calling {@link sap.ui.model.odata.v4.Context#expand }
|
|
73909
73988
|
* (since 1.117.0), supported only if a `hierarchyQualifier` is given. Root nodes are on the first level.
|
|
73910
73989
|
* By default, only root nodes are available; they are not yet expanded. Since 1.120.0, `expandTo >= Number.MAX_SAFE_INTEGER`
|
|
73911
|
-
* can be used to expand all levels (`1E16` is recommended inside XML views for simplicity).
|
|
73990
|
+
* can be used to expand all levels (`1E16` is recommended inside XML views for simplicity). Since 1.139.0,
|
|
73991
|
+
* {@link #getAggregation} returns `expandTo : Number.MAX_SAFE_INTEGER` instead of values greater than this.
|
|
73992
|
+
* These differences do not count as changes.
|
|
73912
73993
|
*/
|
|
73913
73994
|
expandTo?: number;
|
|
73914
73995
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -956,7 +956,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
956
956
|
} from "sap/ui/base/ManagedObject";
|
|
957
957
|
|
|
958
958
|
/**
|
|
959
|
-
* Settings for blocking message that
|
|
959
|
+
* Settings for blocking message that occurred in a {@link sap.ui.integration.widgets.Card}
|
|
960
960
|
*
|
|
961
961
|
* @experimental As of version 1.114.
|
|
962
962
|
*/
|
|
@@ -998,6 +998,29 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
998
998
|
additionalContent?: any[];
|
|
999
999
|
};
|
|
1000
1000
|
|
|
1001
|
+
/**
|
|
1002
|
+
* Settings for card request error.
|
|
1003
|
+
*
|
|
1004
|
+
* **Note:** For backward compatibility, the object can also be accessed as an array with the properties
|
|
1005
|
+
* in the order - message, response, and responseText.
|
|
1006
|
+
*
|
|
1007
|
+
* @experimental As of version 1.139.
|
|
1008
|
+
*/
|
|
1009
|
+
export type CardRequestError = {
|
|
1010
|
+
/**
|
|
1011
|
+
* The error message
|
|
1012
|
+
*/
|
|
1013
|
+
message: string;
|
|
1014
|
+
/**
|
|
1015
|
+
* The response object
|
|
1016
|
+
*/
|
|
1017
|
+
response: object;
|
|
1018
|
+
/**
|
|
1019
|
+
* The response text
|
|
1020
|
+
*/
|
|
1021
|
+
responseText: string;
|
|
1022
|
+
};
|
|
1023
|
+
|
|
1001
1024
|
/**
|
|
1002
1025
|
* A control that represents a container with a header and content.
|
|
1003
1026
|
*
|
|
@@ -1874,9 +1897,15 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1874
1897
|
*/
|
|
1875
1898
|
removeAllActionDefinitions(): ActionDefinition[];
|
|
1876
1899
|
/**
|
|
1877
|
-
* Performs an
|
|
1900
|
+
* Performs an asynchronous network request using the specified request settings, enabling dynamic bindings
|
|
1901
|
+
* to card configurations, such as CSRF tokens, destinations, and parameters. If the request is successful,
|
|
1902
|
+
* it returns a Promise that resolves with the response data.
|
|
1878
1903
|
*
|
|
1879
|
-
*
|
|
1904
|
+
* If an error occurs during the request, the Promise will reject with a {@link sap.ui.integration.CardRequestError}.
|
|
1905
|
+
*
|
|
1906
|
+
* For more details on card data handling and request settings see [Card Explorer Data Section]{@link https://ui5.sap.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/learn/features/data}.
|
|
1907
|
+
*
|
|
1908
|
+
* @since 1.79
|
|
1880
1909
|
*
|
|
1881
1910
|
* @returns Resolves when the request is successful, rejects otherwise.
|
|
1882
1911
|
*/
|
|
@@ -1925,7 +1954,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1925
1954
|
*/
|
|
1926
1955
|
headers?: object;
|
|
1927
1956
|
/**
|
|
1928
|
-
* Indicates whether cross-site requests should be made using credentials.
|
|
1957
|
+
* Indicates whether cross-site requests should be made using credentials. Same-origin requests are always
|
|
1958
|
+
* made using credentials.
|
|
1929
1959
|
*/
|
|
1930
1960
|
withCredentials?: boolean;
|
|
1931
1961
|
}
|
|
@@ -2479,9 +2509,15 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2479
2509
|
vActionDefinition: int | string | ActionDefinition
|
|
2480
2510
|
): ActionDefinition | null;
|
|
2481
2511
|
/**
|
|
2482
|
-
* Performs an
|
|
2512
|
+
* Performs an asynchronous network request using the specified request settings, enabling dynamic bindings
|
|
2513
|
+
* to card configurations, such as CSRF tokens, destinations, and parameters. If the request is successful,
|
|
2514
|
+
* it returns a Promise that resolves with the response data.
|
|
2483
2515
|
*
|
|
2484
|
-
*
|
|
2516
|
+
* If an error occurs during the request, the Promise will reject with a {@link sap.ui.integration.CardRequestError}.
|
|
2517
|
+
*
|
|
2518
|
+
* For more details on card data handling and request settings see [Card Explorer Data Section]{@link https://ui5.sap.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/learn/features/data}.
|
|
2519
|
+
*
|
|
2520
|
+
* @since 1.79
|
|
2485
2521
|
*
|
|
2486
2522
|
* @returns Resolves when the request is successful, rejects otherwise.
|
|
2487
2523
|
*/
|
|
@@ -2530,7 +2566,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2530
2566
|
*/
|
|
2531
2567
|
headers?: object;
|
|
2532
2568
|
/**
|
|
2533
|
-
* Indicates whether cross-site requests should be made using credentials.
|
|
2569
|
+
* Indicates whether cross-site requests should be made using credentials. Same-origin requests are always
|
|
2570
|
+
* made using credentials.
|
|
2534
2571
|
*/
|
|
2535
2572
|
withCredentials?: boolean;
|
|
2536
2573
|
}
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -6694,9 +6694,17 @@ declare module "sap/ui/mdc/condition/Operator" {
|
|
|
6694
6694
|
* This text is only needed if there any language dependent text should be shown on the token, like "Next
|
|
6695
6695
|
* 5 days". (In this case `#tokenText#` is used in `tokenFormat`, `tokenTest`, or `tokenParse`.) For operators
|
|
6696
6696
|
* just showing the value and a operator symbol, no token text is needed.
|
|
6697
|
-
* If the token text is not given, the `longText` is used.
|
|
6697
|
+
* If the token text is not given, the `longText` is used. If `tokenTextForTypes` is provided for a special
|
|
6698
|
+
* type, this one will be used for the corresponding type.
|
|
6698
6699
|
*/
|
|
6699
6700
|
tokenText?: string;
|
|
6701
|
+
/**
|
|
6702
|
+
* Object holding String representation of the operator as a token text for single basic types.
|
|
6703
|
+
* This text is shown in a single-value field as text or a multi-value field as token.
|
|
6704
|
+
* This is needed if the text depends on the used data type. For example the "equal" operator should be
|
|
6705
|
+
* named "Not Specified (empty)" if a date or time type is used.
|
|
6706
|
+
*/
|
|
6707
|
+
tokenTextForTypes?: object;
|
|
6700
6708
|
/**
|
|
6701
6709
|
* Object holding String representation of the operator as a long text for single basic types.
|
|
6702
6710
|
* This text is shown in the operator dropdown of the value help.
|
|
@@ -6781,6 +6789,7 @@ declare module "sap/ui/mdc/condition/Operator" {
|
|
|
6781
6789
|
* to 3, 4....
|
|
6782
6790
|
* group: {id : 10, text: "new group at the end"} - adds a new group with id 10 and text "new group as
|
|
6783
6791
|
* the end" to the end of all groups
|
|
6792
|
+
* **Note:** The ids 900-999 are reserved for internal mdc usage, please use ids outside this range
|
|
6784
6793
|
*/
|
|
6785
6794
|
id: string;
|
|
6786
6795
|
/**
|
|
@@ -6788,6 +6797,11 @@ declare module "sap/ui/mdc/condition/Operator" {
|
|
|
6788
6797
|
*/
|
|
6789
6798
|
text?: string;
|
|
6790
6799
|
};
|
|
6800
|
+
/**
|
|
6801
|
+
* Additional group settings for the operator depending on the type. For every type a group object can be
|
|
6802
|
+
* defined.
|
|
6803
|
+
*/
|
|
6804
|
+
groupsForTypes?: object;
|
|
6791
6805
|
/**
|
|
6792
6806
|
* Function to determine the text copied into clipboard
|
|
6793
6807
|
*/
|