@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.133.2",
3
+ "version": "1.133.4",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
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"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.2
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
- | any
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
- | any
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
- | any
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
- | any
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
- | any
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
- | any
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
- | any
3082
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
3078
3083
  | sap.ui.base.ManagedObject.PropertyBindingInfo
3079
3084
  | `{${string}}`;
3080
3085
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.2
1
+ // For Library Version: 1.133.4
2
2
 
3
3
  declare namespace sap {}