@sapui5/ts-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 +670 -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 +35 -95
- 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 +168 -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 +66 -54
- 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 +27560 -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 +500 -124
- 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 +61 -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 -10
- 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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -31734,7 +31734,8 @@ declare namespace sap {
|
|
|
31734
31734
|
) => void;
|
|
31735
31735
|
|
|
31736
31736
|
/**
|
|
31737
|
-
* This event is fired
|
|
31737
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
31738
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
31738
31739
|
*
|
|
31739
31740
|
* @since 1.50
|
|
31740
31741
|
*/
|
|
@@ -32248,7 +32249,8 @@ declare namespace sap {
|
|
|
32248
32249
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
32249
32250
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
32250
32251
|
*
|
|
32251
|
-
* This event is fired
|
|
32252
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
32253
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
32252
32254
|
*
|
|
32253
32255
|
* @since 1.50
|
|
32254
32256
|
*
|
|
@@ -32275,7 +32277,8 @@ declare namespace sap {
|
|
|
32275
32277
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
32276
32278
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
32277
32279
|
*
|
|
32278
|
-
* This event is fired
|
|
32280
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
32281
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
32279
32282
|
*
|
|
32280
32283
|
* @since 1.50
|
|
32281
32284
|
*
|
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
|
/**
|
|
@@ -33551,10 +33551,11 @@ declare namespace sap {
|
|
|
33551
33551
|
}
|
|
33552
33552
|
|
|
33553
33553
|
/**
|
|
33554
|
-
* Marker interface for controls that can be used as content of
|
|
33554
|
+
* Marker interface for controls that can be used as content of {@link sap.ui.layout.form.Form} or {@link sap.ui.layout.form.SimpleForm}.
|
|
33555
33555
|
*
|
|
33556
|
-
* If the control's width must not be adjusted by the
|
|
33557
|
-
* must implement the
|
|
33556
|
+
* If the control's width must not be adjusted by the {@link sap.ui.layout.form.Form Form} control to meet
|
|
33557
|
+
* the cell's width, the control must implement the {@link sap.ui.core.IFormContent.getFormDoNotAdjustWidth getFormDoNotAdjustWidth }
|
|
33558
|
+
* function and return `true`.
|
|
33558
33559
|
*
|
|
33559
33560
|
* @since 1.48.0
|
|
33560
33561
|
*/
|
|
@@ -33562,17 +33563,18 @@ declare namespace sap {
|
|
|
33562
33563
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
33563
33564
|
|
|
33564
33565
|
/**
|
|
33565
|
-
* Whether a control wants to keep its original width even when used in a
|
|
33566
|
+
* Whether a control wants to keep its original width even when used in a {@link sap.ui.layout.form.Form Form}.
|
|
33566
33567
|
*
|
|
33567
|
-
* In the
|
|
33568
|
-
* use the full width of the used grid cell. But for some controls (like
|
|
33569
|
-
* desired behavior. In this case the control must keep its original width.
|
|
33568
|
+
* In the {@link sap.ui.layout.form.Form Form} control, all content controls are positioned on a grid cell
|
|
33569
|
+
* base. By default, the controls use the full width of the used grid cell. But for some controls (like
|
|
33570
|
+
* image controls), this is not the desired behavior. In this case the control must keep its original width.
|
|
33570
33571
|
*
|
|
33571
33572
|
* This is an optional method. When not defined, the width of the control might be adjusted.
|
|
33572
33573
|
*
|
|
33573
33574
|
* @since 1.48.0
|
|
33574
33575
|
*
|
|
33575
|
-
* @returns true if the
|
|
33576
|
+
* @returns `true` if the {@link sap.ui.layout.form.Form Form} is not allowed to adjust the width of the
|
|
33577
|
+
* control to use the cell's width
|
|
33576
33578
|
*/
|
|
33577
33579
|
getFormDoNotAdjustWidth?(): boolean;
|
|
33578
33580
|
}
|
|
@@ -33614,7 +33616,7 @@ declare namespace sap {
|
|
|
33614
33616
|
/**
|
|
33615
33617
|
* Marker interface for controls that can be used as content of {@link sap.ui.layout.form.SemanticFormElement SemanticFormElement}.
|
|
33616
33618
|
*
|
|
33617
|
-
* If the value-holding property of the control is not `
|
|
33619
|
+
* If the value-holding property of the control is not `value` or `text`, the name of the value-holding
|
|
33618
33620
|
* property must be returned in the {@link sap.ui.core.ISemanticFormContent.getFormValueProperty getFormValueProperty }
|
|
33619
33621
|
* function.
|
|
33620
33622
|
*
|
|
@@ -55673,9 +55675,8 @@ declare namespace sap {
|
|
|
55673
55675
|
function ODataTreeBindingFlat(): void;
|
|
55674
55676
|
/**
|
|
55675
55677
|
* The types in this namespace are {@link sap.ui.model.SimpleType simple types} corresponding to OData primitive
|
|
55676
|
-
* types for both {@link
|
|
55677
|
-
* and {@link
|
|
55678
|
-
* Primitive Types").
|
|
55678
|
+
* types for both {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 OData V4.01 }
|
|
55679
|
+
* and {@link https://www.odata.org/documentation/odata-version-2-0/overview#AbstractTypeSystem OData V2}.
|
|
55679
55680
|
*
|
|
55680
55681
|
* They can be used in any place where simple types are allowed (and the model representation matches),
|
|
55681
55682
|
* but they are of course most valuable when used in bindings to a {@link sap.ui.model.odata.v2.ODataModel }
|
|
@@ -55735,8 +55736,9 @@ declare namespace sap {
|
|
|
55735
55736
|
*/
|
|
55736
55737
|
namespace type {
|
|
55737
55738
|
/**
|
|
55738
|
-
* This class represents the OData primitive type
|
|
55739
|
-
*
|
|
55739
|
+
* This class represents the OData primitive type `Edm.Boolean`, see
|
|
55740
|
+
* type definition for OData V4.01 or
|
|
55741
|
+
* type definition for OData V2.
|
|
55740
55742
|
*
|
|
55741
55743
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
55742
55744
|
* is represented as a `boolean`.
|
|
@@ -55850,8 +55852,9 @@ declare namespace sap {
|
|
|
55850
55852
|
): void;
|
|
55851
55853
|
}
|
|
55852
55854
|
/**
|
|
55853
|
-
* This class represents the OData primitive type
|
|
55854
|
-
*
|
|
55855
|
+
* This class represents the OData primitive type `Edm.Byte`, see
|
|
55856
|
+
* type definition for OData V4.01 or
|
|
55857
|
+
* type definition for OData V2.
|
|
55855
55858
|
*
|
|
55856
55859
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
55857
55860
|
* is represented as a `number`.
|
|
@@ -56123,7 +56126,7 @@ declare namespace sap {
|
|
|
56123
56126
|
/**
|
|
56124
56127
|
* Constructor for an OData primitive type `Edm.Date`.
|
|
56125
56128
|
* See:
|
|
56126
|
-
*
|
|
56129
|
+
* https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338
|
|
56127
56130
|
*/
|
|
56128
56131
|
constructor(
|
|
56129
56132
|
/**
|
|
@@ -56462,8 +56465,9 @@ declare namespace sap {
|
|
|
56462
56465
|
): void;
|
|
56463
56466
|
}
|
|
56464
56467
|
/**
|
|
56465
|
-
* This class represents the OData primitive type
|
|
56466
|
-
*
|
|
56468
|
+
* This class represents the OData primitive type `Edm.DateTimeOffset`, see
|
|
56469
|
+
* type definition for OData V4.01 or
|
|
56470
|
+
* type definition for OData V2.
|
|
56467
56471
|
*
|
|
56468
56472
|
* In {@link sap.ui.model.odata.v2.ODataModel} this type is represented as a `Date` instance in local time.
|
|
56469
56473
|
* In {@link sap.ui.model.odata.v4.ODataModel} this type is represented as a `string` like "1970-12-31T23:59:58Z".
|
|
@@ -56788,8 +56792,9 @@ declare namespace sap {
|
|
|
56788
56792
|
): void;
|
|
56789
56793
|
}
|
|
56790
56794
|
/**
|
|
56791
|
-
* This class represents the OData primitive type
|
|
56792
|
-
*
|
|
56795
|
+
* This class represents the OData primitive type `Edm.Decimal`, see
|
|
56796
|
+
* type definition for OData V4.01 or
|
|
56797
|
+
* type definition for OData V2.
|
|
56793
56798
|
*
|
|
56794
56799
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
56795
56800
|
* is represented as a `string`.
|
|
@@ -56961,8 +56966,9 @@ declare namespace sap {
|
|
|
56961
56966
|
): void;
|
|
56962
56967
|
}
|
|
56963
56968
|
/**
|
|
56964
|
-
* This class represents the OData primitive type
|
|
56965
|
-
*
|
|
56969
|
+
* This class represents the OData primitive type `Edm.Double`, see
|
|
56970
|
+
* type definition for OData V4.01 or
|
|
56971
|
+
* type definition for OData V2.
|
|
56966
56972
|
*
|
|
56967
56973
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
56968
56974
|
* is represented as a `number`.
|
|
@@ -57092,8 +57098,9 @@ declare namespace sap {
|
|
|
57092
57098
|
): void;
|
|
57093
57099
|
}
|
|
57094
57100
|
/**
|
|
57095
|
-
* This class represents the OData primitive type
|
|
57096
|
-
*
|
|
57101
|
+
* This class represents the OData primitive type `Edm.Guid`, see
|
|
57102
|
+
* type definition for OData V4.01 or
|
|
57103
|
+
* type definition for OData V2.
|
|
57097
57104
|
*
|
|
57098
57105
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
57099
57106
|
* is represented as a `string`.
|
|
@@ -57204,8 +57211,10 @@ declare namespace sap {
|
|
|
57204
57211
|
): void;
|
|
57205
57212
|
}
|
|
57206
57213
|
/**
|
|
57207
|
-
* This is an abstract base class for integer-based
|
|
57208
|
-
*
|
|
57214
|
+
* This is an abstract base class for integer-based OData primitive types like `Edm.Int16` or `Edm.Int32`,
|
|
57215
|
+
* see
|
|
57216
|
+
* type definitions for OData V4.01 or
|
|
57217
|
+
* type definitions for OData V2.
|
|
57209
57218
|
*
|
|
57210
57219
|
* @since 1.27.0
|
|
57211
57220
|
*/
|
|
@@ -57316,8 +57325,9 @@ declare namespace sap {
|
|
|
57316
57325
|
): void;
|
|
57317
57326
|
}
|
|
57318
57327
|
/**
|
|
57319
|
-
* This class represents the OData primitive type
|
|
57320
|
-
*
|
|
57328
|
+
* This class represents the OData primitive type `Edm.Int16`, see
|
|
57329
|
+
* type definition for OData V4.01 or
|
|
57330
|
+
* type definition for OData V2.
|
|
57321
57331
|
*
|
|
57322
57332
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
57323
57333
|
* is represented as a `number`.
|
|
@@ -57400,8 +57410,9 @@ declare namespace sap {
|
|
|
57400
57410
|
getRange(): object;
|
|
57401
57411
|
}
|
|
57402
57412
|
/**
|
|
57403
|
-
* This class represents the OData primitive type
|
|
57404
|
-
*
|
|
57413
|
+
* This class represents the OData primitive type `Edm.Int32`, see
|
|
57414
|
+
* type definition for OData V4.01 or
|
|
57415
|
+
* type definition for OData V2.
|
|
57405
57416
|
*
|
|
57406
57417
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
57407
57418
|
* is represented as a `number`.
|
|
@@ -57484,8 +57495,9 @@ declare namespace sap {
|
|
|
57484
57495
|
getRange(): object;
|
|
57485
57496
|
}
|
|
57486
57497
|
/**
|
|
57487
|
-
* This class represents the OData primitive type
|
|
57488
|
-
*
|
|
57498
|
+
* This class represents the OData primitive type `Edm.Int64`, see
|
|
57499
|
+
* type definition for OData V4.01 or
|
|
57500
|
+
* type definition for OData V2.
|
|
57489
57501
|
*
|
|
57490
57502
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
57491
57503
|
* is represented as a `string`.
|
|
@@ -57620,8 +57632,8 @@ declare namespace sap {
|
|
|
57620
57632
|
): void;
|
|
57621
57633
|
}
|
|
57622
57634
|
/**
|
|
57623
|
-
* This class is an abstract base class for all OData primitive types (see {@link
|
|
57624
|
-
* and {@link
|
|
57635
|
+
* 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 }
|
|
57636
|
+
* and {@link https://www.odata.org/documentation/odata-version-2-0/overview#AbstractTypeSystem OData V2 Edm Types}).
|
|
57625
57637
|
* All subtypes implement the interface of {@link sap.ui.model.SimpleType}. That means they implement next
|
|
57626
57638
|
* to the constructor:
|
|
57627
57639
|
* - {@link sap.ui.model.Type#getName getName}
|
|
@@ -57794,8 +57806,9 @@ declare namespace sap {
|
|
|
57794
57806
|
validateValue(): void;
|
|
57795
57807
|
}
|
|
57796
57808
|
/**
|
|
57797
|
-
* This class represents the OData primitive type
|
|
57798
|
-
*
|
|
57809
|
+
* This class represents the OData primitive type `Edm.SByte`, see
|
|
57810
|
+
* type definition for OData V4.01 or
|
|
57811
|
+
* type definition for OData V2.
|
|
57799
57812
|
*
|
|
57800
57813
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
57801
57814
|
* is represented as a `number`.
|
|
@@ -57877,8 +57890,9 @@ declare namespace sap {
|
|
|
57877
57890
|
getRange(): object;
|
|
57878
57891
|
}
|
|
57879
57892
|
/**
|
|
57880
|
-
* This class represents the OData primitive type
|
|
57881
|
-
*
|
|
57893
|
+
* This class represents the OData primitive type `Edm.Single`, see
|
|
57894
|
+
* type definition for OData V4.01 or
|
|
57895
|
+
* type definition for OData V2.
|
|
57882
57896
|
*
|
|
57883
57897
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
57884
57898
|
* is represented as a `number`.
|
|
@@ -58007,7 +58021,7 @@ declare namespace sap {
|
|
|
58007
58021
|
): void;
|
|
58008
58022
|
}
|
|
58009
58023
|
/**
|
|
58010
|
-
* This class represents the OData V4 primitive type {@link
|
|
58024
|
+
* 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`}.
|
|
58011
58025
|
* The values for stream properties do not appear in the entity payload. Instead, the values are read or
|
|
58012
58026
|
* written through URLs.
|
|
58013
58027
|
*
|
|
@@ -58114,8 +58128,9 @@ declare namespace sap {
|
|
|
58114
58128
|
validateValue(): void;
|
|
58115
58129
|
}
|
|
58116
58130
|
/**
|
|
58117
|
-
* This class represents the OData primitive type
|
|
58118
|
-
*
|
|
58131
|
+
* This class represents the OData primitive type `Edm.String`, see
|
|
58132
|
+
* type definition for OData V4.01 or
|
|
58133
|
+
* type definition for OData V2.
|
|
58119
58134
|
*
|
|
58120
58135
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
58121
58136
|
* is represented as a `string`.
|
|
@@ -58400,7 +58415,7 @@ declare namespace sap {
|
|
|
58400
58415
|
): void;
|
|
58401
58416
|
}
|
|
58402
58417
|
/**
|
|
58403
|
-
* This class represents the OData V4 primitive type {@link
|
|
58418
|
+
* 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`}.
|
|
58404
58419
|
* In {@link sap.ui.model.odata.v4.ODataModel} this type is represented as a `string`.
|
|
58405
58420
|
*
|
|
58406
58421
|
* @since 1.37.0
|
|
@@ -61178,8 +61193,6 @@ declare namespace sap {
|
|
|
61178
61193
|
*/
|
|
61179
61194
|
treeState?: any;
|
|
61180
61195
|
/**
|
|
61181
|
-
* This parameter is experimental as of version 1.141.0.
|
|
61182
|
-
*
|
|
61183
61196
|
* Whether the tree state is restored on hierarchy maintenance, such as adding, removing, or deleting a
|
|
61184
61197
|
* node. This is only supported if the following conditions are met:
|
|
61185
61198
|
* - The binding has to use {@link sap.ui.model.odata.OperationMode.Server OperationMode.Server}
|
|
@@ -63281,10 +63294,8 @@ declare namespace sap {
|
|
|
63281
63294
|
/**
|
|
63282
63295
|
* Model and related classes like bindings for OData V4.
|
|
63283
63296
|
*
|
|
63284
|
-
*
|
|
63285
|
-
*
|
|
63286
|
-
* with the SAPUI5 OData V4 model. The interface for applications has been changed for easier and more efficient
|
|
63287
|
-
* use of the model. For a summary of these changes, see {@link https://ui5.sap.com/#/topic/abd4d7c7548d4c29ab8364d3904a6d74 Changes Compared to OData V2 Model}.
|
|
63297
|
+
* The interface for applications has been changed for easier and more efficient use of the model. For a
|
|
63298
|
+
* summary of these changes, see {@link https://ui5.sap.com/#/topic/abd4d7c7548d4c29ab8364d3904a6d74 Changes Compared to OData V2 Model}.
|
|
63288
63299
|
*
|
|
63289
63300
|
* @since 1.37.0
|
|
63290
63301
|
*/
|
|
@@ -67728,7 +67739,8 @@ declare namespace sap {
|
|
|
67728
67739
|
*/
|
|
67729
67740
|
metadataUrlParams?: object;
|
|
67730
67741
|
/**
|
|
67731
|
-
* The version of the OData service. Supported values are "2.0", "4.0", and "4.01".
|
|
67742
|
+
* The version of the OData service. Supported values are "2.0", "4.0", and "4.01". **Note:** "2.0" is deprecated
|
|
67743
|
+
* since 1.143.0. We recommend migrating your service to OData V4.
|
|
67732
67744
|
*/
|
|
67733
67745
|
odataVersion?: string;
|
|
67734
67746
|
/**
|
|
@@ -68074,9 +68086,9 @@ declare namespace sap {
|
|
|
68074
68086
|
* An array of navigation property names which are omitted from the main list request (since 1.137.0). Instead,
|
|
68075
68087
|
* each of them is loaded in a separate request. This results in the main list becoming available faster,
|
|
68076
68088
|
* while the separate properties are merged as soon as the data is received. Note that the separate properties
|
|
68077
|
-
* must be single valued
|
|
68078
|
-
* model parameter (see {@link #constructor}) or manually
|
|
68079
|
-
* with `$$aggregation`.
|
|
68089
|
+
* must be single valued. If they are not part of the '$expand' system query option, either automatically
|
|
68090
|
+
* via the "autoExpandSelect" model parameter (see {@link #constructor}) or manually, they are ignored.
|
|
68091
|
+
* The `$$separate` parameter must not be combined with `$$aggregation`.
|
|
68080
68092
|
*/
|
|
68081
68093
|
$$separate?: string[];
|
|
68082
68094
|
/**
|
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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -749,7 +749,8 @@ declare namespace sap {
|
|
|
749
749
|
mParameters?: sap.ui.fl.variants.VariantManagement$SelectEventParameters
|
|
750
750
|
): this;
|
|
751
751
|
/**
|
|
752
|
-
* Gets the currently selected
|
|
752
|
+
* Gets the variant key that is currently selected in the VM control. Can be different to the actually selected
|
|
753
|
+
* variant in the state during a variant switch.
|
|
753
754
|
*
|
|
754
755
|
*
|
|
755
756
|
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
@@ -1322,8 +1323,6 @@ declare namespace sap {
|
|
|
1322
1323
|
|
|
1323
1324
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource": undefined;
|
|
1324
1325
|
|
|
1325
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined;
|
|
1326
|
-
|
|
1327
1326
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound": undefined;
|
|
1328
1327
|
|
|
1329
1328
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined;
|
|
@@ -1354,8 +1353,6 @@ declare namespace sap {
|
|
|
1354
1353
|
|
|
1355
1354
|
"sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard": undefined;
|
|
1356
1355
|
|
|
1357
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor": undefined;
|
|
1358
|
-
|
|
1359
1356
|
"sap/ui/fl/apply/_internal/changes/descriptor/Registration": undefined;
|
|
1360
1357
|
|
|
1361
1358
|
"sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild": undefined;
|