@sapui5/types 1.117.0 → 1.117.1
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.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.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 +6 -6
- 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.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.117.
|
|
283
|
+
// For Library Version: 1.117.1
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -78798,7 +78798,7 @@ declare namespace sap {
|
|
|
78798
78798
|
/**
|
|
78799
78799
|
* The module export value or a function that calculates that value
|
|
78800
78800
|
*/
|
|
78801
|
-
vFactory:
|
|
78801
|
+
vFactory: Function | any,
|
|
78802
78802
|
/**
|
|
78803
78803
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
78804
78804
|
*/
|
|
@@ -79041,7 +79041,7 @@ declare namespace sap {
|
|
|
79041
79041
|
/**
|
|
79042
79042
|
* The module export value or a function that calculates that value
|
|
79043
79043
|
*/
|
|
79044
|
-
vFactory:
|
|
79044
|
+
vFactory: Function | any,
|
|
79045
79045
|
/**
|
|
79046
79046
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
79047
79047
|
*/
|
|
@@ -79285,7 +79285,7 @@ declare namespace sap {
|
|
|
79285
79285
|
/**
|
|
79286
79286
|
* The module export value or a function that calculates that value
|
|
79287
79287
|
*/
|
|
79288
|
-
vFactory:
|
|
79288
|
+
vFactory: Function | any,
|
|
79289
79289
|
/**
|
|
79290
79290
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
79291
79291
|
*/
|
|
@@ -79523,7 +79523,7 @@ declare namespace sap {
|
|
|
79523
79523
|
/**
|
|
79524
79524
|
* The module export value or a function that calculates that value
|
|
79525
79525
|
*/
|
|
79526
|
-
vFactory:
|
|
79526
|
+
vFactory: Function | any,
|
|
79527
79527
|
/**
|
|
79528
79528
|
* Whether an export to global names is required - should be used by SAP-owned code only
|
|
79529
79529
|
*/
|
|
@@ -80279,7 +80279,7 @@ declare namespace sap {
|
|
|
80279
80279
|
/**
|
|
80280
80280
|
* Callback function to execute after resolving an array of dependencies
|
|
80281
80281
|
*/
|
|
80282
|
-
fnCallback?:
|
|
80282
|
+
fnCallback?: Function,
|
|
80283
80283
|
/**
|
|
80284
80284
|
* Callback function to execute if an error was detected while loading the dependencies or executing the
|
|
80285
80285
|
* factory function. Note that due to browser restrictions not all errors will be reported via this callback.
|
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