@openui5/ts-types 1.127.0 → 1.127.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.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 +7 -5
- 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 +3 -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
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.127.
|
|
282
|
+
// For Library Version: 1.127.1
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -9250,8 +9250,9 @@ declare namespace sap {
|
|
|
9250
9250
|
*
|
|
9251
9251
|
* **Note:** Any other call signature will lead to a runtime error.
|
|
9252
9252
|
*
|
|
9253
|
-
* @deprecated (since 1.56) -
|
|
9254
|
-
*
|
|
9253
|
+
* @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
|
|
9254
|
+
* defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
|
|
9255
|
+
* with {@link sap.ui.core.mvc.View.create View.create}.
|
|
9255
9256
|
*
|
|
9256
9257
|
* @returns the created JSView instance in the creation case, otherwise undefined
|
|
9257
9258
|
*/
|
|
@@ -9302,8 +9303,9 @@ declare namespace sap {
|
|
|
9302
9303
|
*
|
|
9303
9304
|
* **Note:** Any other call signature will lead to a runtime error.
|
|
9304
9305
|
*
|
|
9305
|
-
* @deprecated (since 1.56) -
|
|
9306
|
-
*
|
|
9306
|
+
* @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
|
|
9307
|
+
* defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
|
|
9308
|
+
* with {@link sap.ui.core.mvc.View.create View.create}.
|
|
9307
9309
|
*
|
|
9308
9310
|
* @returns the created JSView instance in the creation case, otherwise undefined
|
|
9309
9311
|
*/
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.127.
|
|
1
|
+
// For Library Version: 1.127.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -23894,6 +23894,8 @@ declare namespace sap {
|
|
|
23894
23894
|
|
|
23895
23895
|
"sap/ui/mdc/util/DateUtil": undefined;
|
|
23896
23896
|
|
|
23897
|
+
"sap/ui/mdc/util/DensityHelper": undefined;
|
|
23898
|
+
|
|
23897
23899
|
"sap/ui/mdc/util/FilterUtil": undefined;
|
|
23898
23900
|
|
|
23899
23901
|
"sap/ui/mdc/util/InfoBar": undefined;
|
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