@sapui5/types 1.142.1 → 1.143.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/package.json +1 -1
- package/types/index.d.ts +1 -0
- 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 +7 -3
- package/types/sap.esh.search.ui.d.ts +651 -13
- package/types/sap.f.d.ts +8 -1
- 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 +1 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +40 -78
- 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 +7 -2
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.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 +167 -11
- 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 -1
- package/types/sap.suite.ui.commons.d.ts +216 -11
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +24 -2
- 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 +7 -4
- package/types/sap.ui.core.d.ts +62 -47
- 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 +3 -6
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +27255 -0
- package/types/sap.ui.integration.d.ts +45 -9
- package/types/sap.ui.layout.d.ts +64 -46
- package/types/sap.ui.mdc.d.ts +529 -125
- package/types/sap.ui.richtexteditor.d.ts +52 -15
- 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 +35 -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 +55 -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 +53 -8
- 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.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -31357,7 +31357,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31357
31357
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31358
31358
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31359
31359
|
*
|
|
31360
|
-
* This event is fired
|
|
31360
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
31361
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
31361
31362
|
*
|
|
31362
31363
|
* @since 1.50
|
|
31363
31364
|
*
|
|
@@ -31384,7 +31385,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31384
31385
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31385
31386
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31386
31387
|
*
|
|
31387
|
-
* This event is fired
|
|
31388
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
31389
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
31388
31390
|
*
|
|
31389
31391
|
* @since 1.50
|
|
31390
31392
|
*
|
|
@@ -35405,7 +35407,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
35405
35407
|
fullScreenToggled?: (oEvent: SmartTable$FullScreenToggledEvent) => void;
|
|
35406
35408
|
|
|
35407
35409
|
/**
|
|
35408
|
-
* This event is fired
|
|
35410
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
35411
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
35409
35412
|
*
|
|
35410
35413
|
* @since 1.50
|
|
35411
35414
|
*/
|
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.143.0
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -6693,8 +6693,6 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
|
|
|
6693
6693
|
*/
|
|
6694
6694
|
treeState?: any;
|
|
6695
6695
|
/**
|
|
6696
|
-
* This parameter is experimental as of version 1.141.0.
|
|
6697
|
-
*
|
|
6698
6696
|
* Whether the tree state is restored on hierarchy maintenance, such as adding, removing, or deleting a
|
|
6699
6697
|
* node. This is only supported if the following conditions are met:
|
|
6700
6698
|
* - The binding has to use {@link sap.ui.model.odata.OperationMode.Server OperationMode.Server}
|
|
@@ -17347,10 +17345,11 @@ declare module "sap/ui/core/library" {
|
|
|
17347
17345
|
export type ID = string;
|
|
17348
17346
|
|
|
17349
17347
|
/**
|
|
17350
|
-
* Marker interface for controls that can be used as content of
|
|
17348
|
+
* Marker interface for controls that can be used as content of {@link sap.ui.layout.form.Form} or {@link sap.ui.layout.form.SimpleForm}.
|
|
17351
17349
|
*
|
|
17352
|
-
* If the control's width must not be adjusted by the
|
|
17353
|
-
* must implement the
|
|
17350
|
+
* If the control's width must not be adjusted by the {@link sap.ui.layout.form.Form Form} control to meet
|
|
17351
|
+
* the cell's width, the control must implement the {@link sap.ui.core.IFormContent.getFormDoNotAdjustWidth getFormDoNotAdjustWidth }
|
|
17352
|
+
* function and return `true`.
|
|
17354
17353
|
*
|
|
17355
17354
|
* @since 1.48.0
|
|
17356
17355
|
*/
|
|
@@ -17358,17 +17357,18 @@ declare module "sap/ui/core/library" {
|
|
|
17358
17357
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
17359
17358
|
|
|
17360
17359
|
/**
|
|
17361
|
-
* Whether a control wants to keep its original width even when used in a
|
|
17360
|
+
* Whether a control wants to keep its original width even when used in a {@link sap.ui.layout.form.Form Form}.
|
|
17362
17361
|
*
|
|
17363
|
-
* In the
|
|
17364
|
-
* use the full width of the used grid cell. But for some controls (like
|
|
17365
|
-
* desired behavior. In this case the control must keep its original width.
|
|
17362
|
+
* In the {@link sap.ui.layout.form.Form Form} control, all content controls are positioned on a grid cell
|
|
17363
|
+
* base. By default, the controls use the full width of the used grid cell. But for some controls (like
|
|
17364
|
+
* image controls), this is not the desired behavior. In this case the control must keep its original width.
|
|
17366
17365
|
*
|
|
17367
17366
|
* This is an optional method. When not defined, the width of the control might be adjusted.
|
|
17368
17367
|
*
|
|
17369
17368
|
* @since 1.48.0
|
|
17370
17369
|
*
|
|
17371
|
-
* @returns true if the
|
|
17370
|
+
* @returns `true` if the {@link sap.ui.layout.form.Form Form} is not allowed to adjust the width of the
|
|
17371
|
+
* control to use the cell's width
|
|
17372
17372
|
*/
|
|
17373
17373
|
getFormDoNotAdjustWidth?(): boolean;
|
|
17374
17374
|
}
|
|
@@ -17576,7 +17576,7 @@ declare module "sap/ui/core/library" {
|
|
|
17576
17576
|
/**
|
|
17577
17577
|
* Marker interface for controls that can be used as content of {@link sap.ui.layout.form.SemanticFormElement SemanticFormElement}.
|
|
17578
17578
|
*
|
|
17579
|
-
* If the value-holding property of the control is not `
|
|
17579
|
+
* If the value-holding property of the control is not `value` or `text`, the name of the value-holding
|
|
17580
17580
|
* property must be returned in the {@link sap.ui.core.ISemanticFormContent.getFormValueProperty getFormValueProperty }
|
|
17581
17581
|
* function.
|
|
17582
17582
|
*
|
|
@@ -66762,8 +66762,9 @@ declare module "sap/ui/model/odata/type/Boolean" {
|
|
|
66762
66762
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
66763
66763
|
|
|
66764
66764
|
/**
|
|
66765
|
-
* This class represents the OData primitive type
|
|
66766
|
-
*
|
|
66765
|
+
* This class represents the OData primitive type `Edm.Boolean`, see
|
|
66766
|
+
* type definition for OData V4.01 or
|
|
66767
|
+
* type definition for OData V2.
|
|
66767
66768
|
*
|
|
66768
66769
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
66769
66770
|
* is represented as a `boolean`.
|
|
@@ -66884,8 +66885,9 @@ declare module "sap/ui/model/odata/type/Byte" {
|
|
|
66884
66885
|
import Metadata from "sap/ui/base/Metadata";
|
|
66885
66886
|
|
|
66886
66887
|
/**
|
|
66887
|
-
* This class represents the OData primitive type
|
|
66888
|
-
*
|
|
66888
|
+
* This class represents the OData primitive type `Edm.Byte`, see
|
|
66889
|
+
* type definition for OData V4.01 or
|
|
66890
|
+
* type definition for OData V2.
|
|
66889
66891
|
*
|
|
66890
66892
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
66891
66893
|
* is represented as a `number`.
|
|
@@ -67185,7 +67187,7 @@ declare module "sap/ui/model/odata/type/Date" {
|
|
|
67185
67187
|
/**
|
|
67186
67188
|
* Constructor for an OData primitive type `Edm.Date`.
|
|
67187
67189
|
* See:
|
|
67188
|
-
*
|
|
67190
|
+
* https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338
|
|
67189
67191
|
*/
|
|
67190
67192
|
constructor(
|
|
67191
67193
|
/**
|
|
@@ -67561,8 +67563,9 @@ declare module "sap/ui/model/odata/type/DateTimeOffset" {
|
|
|
67561
67563
|
import ParseException from "sap/ui/model/ParseException";
|
|
67562
67564
|
|
|
67563
67565
|
/**
|
|
67564
|
-
* This class represents the OData primitive type
|
|
67565
|
-
*
|
|
67566
|
+
* This class represents the OData primitive type `Edm.DateTimeOffset`, see
|
|
67567
|
+
* type definition for OData V4.01 or
|
|
67568
|
+
* type definition for OData V2.
|
|
67566
67569
|
*
|
|
67567
67570
|
* In {@link sap.ui.model.odata.v2.ODataModel} this type is represented as a `Date` instance in local time.
|
|
67568
67571
|
* In {@link sap.ui.model.odata.v4.ODataModel} this type is represented as a `string` like "1970-12-31T23:59:58Z".
|
|
@@ -67901,8 +67904,9 @@ declare module "sap/ui/model/odata/type/Decimal" {
|
|
|
67901
67904
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
67902
67905
|
|
|
67903
67906
|
/**
|
|
67904
|
-
* This class represents the OData primitive type
|
|
67905
|
-
*
|
|
67907
|
+
* This class represents the OData primitive type `Edm.Decimal`, see
|
|
67908
|
+
* type definition for OData V4.01 or
|
|
67909
|
+
* type definition for OData V2.
|
|
67906
67910
|
*
|
|
67907
67911
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
67908
67912
|
* is represented as a `string`.
|
|
@@ -68087,8 +68091,9 @@ declare module "sap/ui/model/odata/type/Double" {
|
|
|
68087
68091
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
68088
68092
|
|
|
68089
68093
|
/**
|
|
68090
|
-
* This class represents the OData primitive type
|
|
68091
|
-
*
|
|
68094
|
+
* This class represents the OData primitive type `Edm.Double`, see
|
|
68095
|
+
* type definition for OData V4.01 or
|
|
68096
|
+
* type definition for OData V2.
|
|
68092
68097
|
*
|
|
68093
68098
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
68094
68099
|
* is represented as a `number`.
|
|
@@ -68231,8 +68236,9 @@ declare module "sap/ui/model/odata/type/Guid" {
|
|
|
68231
68236
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
68232
68237
|
|
|
68233
68238
|
/**
|
|
68234
|
-
* This class represents the OData primitive type
|
|
68235
|
-
*
|
|
68239
|
+
* This class represents the OData primitive type `Edm.Guid`, see
|
|
68240
|
+
* type definition for OData V4.01 or
|
|
68241
|
+
* type definition for OData V2.
|
|
68236
68242
|
*
|
|
68237
68243
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
68238
68244
|
* is represented as a `string`.
|
|
@@ -68356,8 +68362,10 @@ declare module "sap/ui/model/odata/type/Int" {
|
|
|
68356
68362
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
68357
68363
|
|
|
68358
68364
|
/**
|
|
68359
|
-
* This is an abstract base class for integer-based
|
|
68360
|
-
*
|
|
68365
|
+
* This is an abstract base class for integer-based OData primitive types like `Edm.Int16` or `Edm.Int32`,
|
|
68366
|
+
* see
|
|
68367
|
+
* type definitions for OData V4.01 or
|
|
68368
|
+
* type definitions for OData V2.
|
|
68361
68369
|
*
|
|
68362
68370
|
* @since 1.27.0
|
|
68363
68371
|
*/
|
|
@@ -68475,8 +68483,9 @@ declare module "sap/ui/model/odata/type/Int16" {
|
|
|
68475
68483
|
import Metadata from "sap/ui/base/Metadata";
|
|
68476
68484
|
|
|
68477
68485
|
/**
|
|
68478
|
-
* This class represents the OData primitive type
|
|
68479
|
-
*
|
|
68486
|
+
* This class represents the OData primitive type `Edm.Int16`, see
|
|
68487
|
+
* type definition for OData V4.01 or
|
|
68488
|
+
* type definition for OData V2.
|
|
68480
68489
|
*
|
|
68481
68490
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
68482
68491
|
* is represented as a `number`.
|
|
@@ -68566,8 +68575,9 @@ declare module "sap/ui/model/odata/type/Int32" {
|
|
|
68566
68575
|
import Metadata from "sap/ui/base/Metadata";
|
|
68567
68576
|
|
|
68568
68577
|
/**
|
|
68569
|
-
* This class represents the OData primitive type
|
|
68570
|
-
*
|
|
68578
|
+
* This class represents the OData primitive type `Edm.Int32`, see
|
|
68579
|
+
* type definition for OData V4.01 or
|
|
68580
|
+
* type definition for OData V2.
|
|
68571
68581
|
*
|
|
68572
68582
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
68573
68583
|
* is represented as a `number`.
|
|
@@ -68663,8 +68673,9 @@ declare module "sap/ui/model/odata/type/Int64" {
|
|
|
68663
68673
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
68664
68674
|
|
|
68665
68675
|
/**
|
|
68666
|
-
* This class represents the OData primitive type
|
|
68667
|
-
*
|
|
68676
|
+
* This class represents the OData primitive type `Edm.Int64`, see
|
|
68677
|
+
* type definition for OData V4.01 or
|
|
68678
|
+
* type definition for OData V2.
|
|
68668
68679
|
*
|
|
68669
68680
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
68670
68681
|
* is represented as a `string`.
|
|
@@ -68806,8 +68817,8 @@ declare module "sap/ui/model/odata/type/ODataType" {
|
|
|
68806
68817
|
import Metadata from "sap/ui/base/Metadata";
|
|
68807
68818
|
|
|
68808
68819
|
/**
|
|
68809
|
-
* This class is an abstract base class for all OData primitive types (see {@link
|
|
68810
|
-
* and {@link
|
|
68820
|
+
* This class is an abstract base class for all OData primitive types (see {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 OData V4.01 Edm Types }
|
|
68821
|
+
* and {@link https://www.odata.org/documentation/odata-version-2-0/overview#AbstractTypeSystem OData V2 Edm Types}).
|
|
68811
68822
|
* All subtypes implement the interface of {@link sap.ui.model.SimpleType}. That means they implement next
|
|
68812
68823
|
* to the constructor:
|
|
68813
68824
|
* - {@link sap.ui.model.Type#getName getName}
|
|
@@ -69000,8 +69011,9 @@ declare module "sap/ui/model/odata/type/SByte" {
|
|
|
69000
69011
|
import Metadata from "sap/ui/base/Metadata";
|
|
69001
69012
|
|
|
69002
69013
|
/**
|
|
69003
|
-
* This class represents the OData primitive type
|
|
69004
|
-
*
|
|
69014
|
+
* This class represents the OData primitive type `Edm.SByte`, see
|
|
69015
|
+
* type definition for OData V4.01 or
|
|
69016
|
+
* type definition for OData V2.
|
|
69005
69017
|
*
|
|
69006
69018
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
69007
69019
|
* is represented as a `number`.
|
|
@@ -69096,8 +69108,9 @@ declare module "sap/ui/model/odata/type/Single" {
|
|
|
69096
69108
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
69097
69109
|
|
|
69098
69110
|
/**
|
|
69099
|
-
* This class represents the OData primitive type
|
|
69100
|
-
*
|
|
69111
|
+
* This class represents the OData primitive type `Edm.Single`, see
|
|
69112
|
+
* type definition for OData V4.01 or
|
|
69113
|
+
* type definition for OData V2.
|
|
69101
69114
|
*
|
|
69102
69115
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
69103
69116
|
* is represented as a `number`.
|
|
@@ -69239,7 +69252,7 @@ declare module "sap/ui/model/odata/type/Stream" {
|
|
|
69239
69252
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
69240
69253
|
|
|
69241
69254
|
/**
|
|
69242
|
-
* This class represents the OData V4 primitive type {@link
|
|
69255
|
+
* This class represents the OData V4 primitive type {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 `Edm.Stream`}.
|
|
69243
69256
|
* The values for stream properties do not appear in the entity payload. Instead, the values are read or
|
|
69244
69257
|
* written through URLs.
|
|
69245
69258
|
*
|
|
@@ -69359,8 +69372,9 @@ declare module "sap/ui/model/odata/type/String" {
|
|
|
69359
69372
|
import ValidateException from "sap/ui/model/ValidateException";
|
|
69360
69373
|
|
|
69361
69374
|
/**
|
|
69362
|
-
* This class represents the OData primitive type
|
|
69363
|
-
*
|
|
69375
|
+
* This class represents the OData primitive type `Edm.String`, see
|
|
69376
|
+
* type definition for OData V4.01 or
|
|
69377
|
+
* type definition for OData V2.
|
|
69364
69378
|
*
|
|
69365
69379
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
69366
69380
|
* is represented as a `string`.
|
|
@@ -69675,7 +69689,7 @@ declare module "sap/ui/model/odata/type/TimeOfDay" {
|
|
|
69675
69689
|
import ParseException from "sap/ui/model/ParseException";
|
|
69676
69690
|
|
|
69677
69691
|
/**
|
|
69678
|
-
* This class represents the OData V4 primitive type {@link
|
|
69692
|
+
* This class represents the OData V4 primitive type {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 `Edm.TimeOfDay`}.
|
|
69679
69693
|
* In {@link sap.ui.model.odata.v4.ODataModel} this type is represented as a `string`.
|
|
69680
69694
|
*
|
|
69681
69695
|
* @since 1.37.0
|
|
@@ -76178,7 +76192,8 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
|
|
|
76178
76192
|
*/
|
|
76179
76193
|
metadataUrlParams?: object;
|
|
76180
76194
|
/**
|
|
76181
|
-
* The version of the OData service. Supported values are "2.0", "4.0", and "4.01".
|
|
76195
|
+
* The version of the OData service. Supported values are "2.0", "4.0", and "4.01". **Note:** "2.0" is deprecated
|
|
76196
|
+
* since 1.143.0. We recommend migrating your service to OData V4.
|
|
76182
76197
|
*/
|
|
76183
76198
|
odataVersion?: string;
|
|
76184
76199
|
/**
|
|
@@ -76524,9 +76539,9 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
|
|
|
76524
76539
|
* An array of navigation property names which are omitted from the main list request (since 1.137.0). Instead,
|
|
76525
76540
|
* each of them is loaded in a separate request. This results in the main list becoming available faster,
|
|
76526
76541
|
* while the separate properties are merged as soon as the data is received. Note that the separate properties
|
|
76527
|
-
* must be single valued
|
|
76528
|
-
* model parameter (see {@link #constructor}) or manually
|
|
76529
|
-
* with `$$aggregation`.
|
|
76542
|
+
* must be single valued. If they are not part of the '$expand' system query option, either automatically
|
|
76543
|
+
* via the "autoExpandSelect" model parameter (see {@link #constructor}) or manually, they are ignored.
|
|
76544
|
+
* The `$$separate` parameter must not be combined with `$$aggregation`.
|
|
76530
76545
|
*/
|
|
76531
76546
|
$$separate?: string[];
|
|
76532
76547
|
/**
|
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.143.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -712,7 +712,8 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
712
712
|
mParameters?: VariantManagement$SelectEventParameters
|
|
713
713
|
): this;
|
|
714
714
|
/**
|
|
715
|
-
* Gets the currently selected
|
|
715
|
+
* Gets the variant key that is currently selected in the VM control. Can be different to the actually selected
|
|
716
|
+
* variant in the state during a variant switch.
|
|
716
717
|
*
|
|
717
718
|
*
|
|
718
719
|
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
@@ -1514,8 +1515,6 @@ declare namespace sap {
|
|
|
1514
1515
|
|
|
1515
1516
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource": undefined;
|
|
1516
1517
|
|
|
1517
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined;
|
|
1518
|
-
|
|
1519
1518
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound": undefined;
|
|
1520
1519
|
|
|
1521
1520
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined;
|
|
@@ -1546,8 +1545,6 @@ declare namespace sap {
|
|
|
1546
1545
|
|
|
1547
1546
|
"sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard": undefined;
|
|
1548
1547
|
|
|
1549
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor": undefined;
|
|
1550
|
-
|
|
1551
1548
|
"sap/ui/fl/apply/_internal/changes/descriptor/Registration": undefined;
|
|
1552
1549
|
|
|
1553
1550
|
"sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild": undefined;
|