@sapui5/types 1.114.3 → 1.114.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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.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 +16 -3
- 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.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.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.114.
|
|
283
|
+
// For Library Version: 1.114.5
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -51419,6 +51419,8 @@ declare module "sap/ui/model/odata/ODataListBinding" {
|
|
|
51419
51419
|
|
|
51420
51420
|
import FilterType from "sap/ui/model/FilterType";
|
|
51421
51421
|
|
|
51422
|
+
import Context1 from "sap/ui/model/odata/v2/Context";
|
|
51423
|
+
|
|
51422
51424
|
import Metadata from "sap/ui/base/Metadata";
|
|
51423
51425
|
|
|
51424
51426
|
import Sorter from "sap/ui/model/Sorter";
|
|
@@ -51526,6 +51528,17 @@ declare module "sap/ui/model/odata/ODataListBinding" {
|
|
|
51526
51528
|
*/
|
|
51527
51529
|
bReturnSuccess?: boolean
|
|
51528
51530
|
): this;
|
|
51531
|
+
/**
|
|
51532
|
+
* @SINCE 1.98.0
|
|
51533
|
+
*
|
|
51534
|
+
* Returns all current contexts of this list binding in no special order. Just like {@link #getCurrentContexts},
|
|
51535
|
+
* this method does not request any data from a back end and does not change the binding's state. In contrast
|
|
51536
|
+
* to {@link #getCurrentContexts}, it does not only return those contexts that were last requested by a
|
|
51537
|
+
* control, but all contexts that are currently available in the binding.
|
|
51538
|
+
*
|
|
51539
|
+
* @returns All current contexts of this list binding, in no special order
|
|
51540
|
+
*/
|
|
51541
|
+
getAllCurrentContexts(): Context1[];
|
|
51529
51542
|
/**
|
|
51530
51543
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
51531
51544
|
*
|
|
@@ -68611,8 +68624,8 @@ declare module "sap/ui/model/type/DateInterval" {
|
|
|
68611
68624
|
/**
|
|
68612
68625
|
* Parses the given value to an array of two values representing the start date and the end date of the
|
|
68613
68626
|
* interval, where the time part of the start date is 0 and the time part of end date is the end of day
|
|
68614
|
-
* (23:59:59
|
|
68615
|
-
*
|
|
68627
|
+
* (23:59:59). If the `singleIntervalValue` format option is used, the second entry is `null` if no end
|
|
68628
|
+
* date is given.
|
|
68616
68629
|
*
|
|
68617
68630
|
* @returns The start and the end date of the interval. The resulting values in the array are:
|
|
68618
68631
|
* - Two `Date` or `module:sap/ui/core/date/UI5Date` objects, or
|
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.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED