@sapui5/ts-types 1.133.2 → 1.133.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/index.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +13 -8
- 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 +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- /package/types/{sap.fe.controls.d.ts → sap.fe.controls-1.133.2-d.ts} +0 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
/// <reference path="./sap.cux.home.d.ts"/>
|
|
46
46
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
47
47
|
/// <reference path="./sap.fe.base.d.ts"/>
|
|
48
|
-
/// <reference path="./sap.fe.controls.d.ts"/>
|
|
48
|
+
/// <reference path="./sap.fe.controls-1.133.2-d.ts"/>
|
|
49
49
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
50
50
|
/// <reference path="./sap.fe.ina.d.ts"/>
|
|
51
51
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.133.
|
|
1
|
+
// For Library Version: 1.133.4
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -2930,7 +2930,8 @@ declare namespace sap {
|
|
|
2930
2930
|
* The Number to be displayed.
|
|
2931
2931
|
*/
|
|
2932
2932
|
number?:
|
|
2933
|
-
|
|
|
2933
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2934
|
+
| string
|
|
2934
2935
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2935
2936
|
| `{${string}}`;
|
|
2936
2937
|
|
|
@@ -2946,7 +2947,8 @@ declare namespace sap {
|
|
|
2946
2947
|
* The Status to be displayed.
|
|
2947
2948
|
*/
|
|
2948
2949
|
status?:
|
|
2949
|
-
|
|
|
2950
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2951
|
+
| string
|
|
2950
2952
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2951
2953
|
| `{${string}}`;
|
|
2952
2954
|
|
|
@@ -2954,7 +2956,8 @@ declare namespace sap {
|
|
|
2954
2956
|
* The Text to be displayed.
|
|
2955
2957
|
*/
|
|
2956
2958
|
text?:
|
|
2957
|
-
|
|
|
2959
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2960
|
+
| string
|
|
2958
2961
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2959
2962
|
| `{${string}}`;
|
|
2960
2963
|
|
|
@@ -2962,7 +2965,8 @@ declare namespace sap {
|
|
|
2962
2965
|
* The Tooltip to be displayed.
|
|
2963
2966
|
*/
|
|
2964
2967
|
tooltip?:
|
|
2965
|
-
|
|
|
2968
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2969
|
+
| string
|
|
2966
2970
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2967
2971
|
| `{${string}}`;
|
|
2968
2972
|
|
|
@@ -2970,7 +2974,8 @@ declare namespace sap {
|
|
|
2970
2974
|
* The Unit of Measure of the number to be displayed.
|
|
2971
2975
|
*/
|
|
2972
2976
|
unit?:
|
|
2973
|
-
|
|
|
2977
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2978
|
+
| string
|
|
2974
2979
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2975
2980
|
| `{${string}}`;
|
|
2976
2981
|
}
|
|
@@ -3008,7 +3013,7 @@ declare namespace sap {
|
|
|
3008
3013
|
* Property added to be able to add data / items to the multi value field via a different model
|
|
3009
3014
|
*/
|
|
3010
3015
|
items?:
|
|
3011
|
-
|
|
|
3016
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3012
3017
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3013
3018
|
| `{${string}}`;
|
|
3014
3019
|
|
|
@@ -3074,7 +3079,7 @@ declare namespace sap {
|
|
|
3074
3079
|
* The value contained in the editor. You can use this attribute to set a default value.
|
|
3075
3080
|
*/
|
|
3076
3081
|
value?:
|
|
3077
|
-
|
|
|
3082
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3078
3083
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3079
3084
|
| `{${string}}`;
|
|
3080
3085
|
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
|
File without changes
|