@openui5/ts-types 1.117.0 → 1.117.2
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.f.d.ts +1 -1
- package/types/sap.m.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.core.d.ts +8 -8
- package/types/sap.ui.dt.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.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.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.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.117.
|
|
283
|
+
// For Library Version: 1.117.2
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -5360,7 +5360,7 @@ declare namespace sap {
|
|
|
5360
5360
|
/**
|
|
5361
5361
|
* The module export value or a function that calculates that value
|
|
5362
5362
|
*/
|
|
5363
|
-
vFactory:
|
|
5363
|
+
vFactory: Function | any,
|
|
5364
5364
|
/**
|
|
5365
5365
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
5366
5366
|
*/
|
|
@@ -5603,7 +5603,7 @@ declare namespace sap {
|
|
|
5603
5603
|
/**
|
|
5604
5604
|
* The module export value or a function that calculates that value
|
|
5605
5605
|
*/
|
|
5606
|
-
vFactory:
|
|
5606
|
+
vFactory: Function | any,
|
|
5607
5607
|
/**
|
|
5608
5608
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
5609
5609
|
*/
|
|
@@ -5847,7 +5847,7 @@ declare namespace sap {
|
|
|
5847
5847
|
/**
|
|
5848
5848
|
* The module export value or a function that calculates that value
|
|
5849
5849
|
*/
|
|
5850
|
-
vFactory:
|
|
5850
|
+
vFactory: Function | any,
|
|
5851
5851
|
/**
|
|
5852
5852
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
5853
5853
|
*/
|
|
@@ -6085,7 +6085,7 @@ declare namespace sap {
|
|
|
6085
6085
|
/**
|
|
6086
6086
|
* The module export value or a function that calculates that value
|
|
6087
6087
|
*/
|
|
6088
|
-
vFactory:
|
|
6088
|
+
vFactory: Function | any,
|
|
6089
6089
|
/**
|
|
6090
6090
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
6091
6091
|
*/
|
|
@@ -6829,7 +6829,7 @@ declare namespace sap {
|
|
|
6829
6829
|
/**
|
|
6830
6830
|
* Callback function to execute after resolving an array of dependencies
|
|
6831
6831
|
*/
|
|
6832
|
-
fnCallback?:
|
|
6832
|
+
fnCallback?: Function,
|
|
6833
6833
|
/**
|
|
6834
6834
|
* Callback function to execute if an error was detected while loading the dependencies or executing the
|
|
6835
6835
|
* factory function. Note that due to browser restrictions not all errors will be reported via this callback.
|
|
@@ -66436,8 +66436,8 @@ declare namespace sap {
|
|
|
66436
66436
|
/**
|
|
66437
66437
|
* Parses the given value to an array of two values representing the start date and the end date of the
|
|
66438
66438
|
* interval, where the time part of the start date is 0 and the time part of end date is the end of day
|
|
66439
|
-
* (23:59:59
|
|
66440
|
-
*
|
|
66439
|
+
* (23:59:59). If the `singleIntervalValue` format option is used, the second entry is `null` if no end
|
|
66440
|
+
* date is given.
|
|
66441
66441
|
*
|
|
66442
66442
|
* @returns The start and the end date of the interval. The resulting values in the array are:
|
|
66443
66443
|
* - Two `Date` or `module:sap/ui/core/date/UI5Date` objects, or
|
package/types/sap.ui.dt.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.uxap.d.ts
CHANGED