@openui5/types 1.139.0 → 1.139.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/types",
3
- "version": "1.139.0",
3
+ "version": "1.139.2",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.github.io/typescript",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.139.0
282
+ // For Library Version: 1.139.2
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -3115,7 +3115,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
3115
3115
  * Validates if the provided value is a boolean or binding string.
3116
3116
  *
3117
3117
  * @since 1.81
3118
- * @experimental 1.81
3118
+ * @experimental As of version 1.81.
3119
3119
  */
3120
3120
  interface IsBoolean {
3121
3121
  /**
@@ -3140,7 +3140,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
3140
3140
  * Validates if the provided value can be parsed to a valid date.
3141
3141
  *
3142
3142
  * @since 1.81
3143
- * @experimental 1.81
3143
+ * @experimental As of version 1.81.
3144
3144
  */
3145
3145
  interface IsDate {
3146
3146
  /**
@@ -3165,7 +3165,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
3165
3165
  * Validates if the provided value is an integer or binding string.
3166
3166
  *
3167
3167
  * @since 1.81
3168
- * @experimental 1.81
3168
+ * @experimental As of version 1.81.
3169
3169
  */
3170
3170
  interface IsInteger {
3171
3171
  /**
@@ -3190,7 +3190,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
3190
3190
  * Validates if the provided value is a number or binding string.
3191
3191
  *
3192
3192
  * @since 1.81
3193
- * @experimental 1.81
3193
+ * @experimental As of version 1.81.
3194
3194
  */
3195
3195
  interface IsNumber {
3196
3196
  /**
@@ -3215,7 +3215,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey
3215
3215
  * Validates if the provided value is one of the given keys.
3216
3216
  *
3217
3217
  * @since 1.81
3218
- * @experimental 1.81
3218
+ * @experimental As of version 1.81.
3219
3219
  */
3220
3220
  interface IsSelectedKey {
3221
3221
  /**
@@ -3249,7 +3249,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList"
3249
3249
  * Validates if none of the provided values is an invalid binding.
3250
3250
  *
3251
3251
  * @since 1.81
3252
- * @experimental 1.81
3252
+ * @experimental As of version 1.81.
3253
3253
  */
3254
3254
  interface IsStringList {
3255
3255
  /**
@@ -3274,7 +3274,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey"
3274
3274
  * Validates if the provided key is unique in a list of given keys.
3275
3275
  *
3276
3276
  * @since 1.81
3277
- * @experimental 1.81
3277
+ * @experimental As of version 1.81.
3278
3278
  */
3279
3279
  interface IsUniqueKey {
3280
3280
  /**
@@ -3312,7 +3312,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList"
3312
3312
  * Validates if the provided list contains no duplicates.
3313
3313
  *
3314
3314
  * @since 1.81
3315
- * @experimental 1.81
3315
+ * @experimental As of version 1.81.
3316
3316
  */
3317
3317
  interface IsUniqueList {
3318
3318
  /**
@@ -3337,7 +3337,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBindin
3337
3337
  * Validates if the provided value is a valid binding.
3338
3338
  *
3339
3339
  * @since 1.81
3340
- * @experimental 1.81
3340
+ * @experimental As of version 1.81.
3341
3341
  */
3342
3342
  interface IsValidBinding {
3343
3343
  /**
@@ -3371,7 +3371,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
3371
3371
  * Validates if the provided value doesn't exceed the maximum length.
3372
3372
  *
3373
3373
  * @since 1.81
3374
- * @experimental 1.81
3374
+ * @experimental As of version 1.81.
3375
3375
  */
3376
3376
  interface MaxLength {
3377
3377
  /**
@@ -3396,7 +3396,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding"
3396
3396
  * Validates if the provided value doesn't contain a binding.
3397
3397
  *
3398
3398
  * @since 1.81
3399
- * @experimental 1.81
3399
+ * @experimental As of version 1.81.
3400
3400
  */
3401
3401
  interface NotABinding {
3402
3402
  /**
@@ -4849,7 +4849,7 @@ declare namespace sap {
4849
4849
  * Validates if the provided value belongs to the icon pool.
4850
4850
  *
4851
4851
  * @since 1.81
4852
- * @experimental 1.81
4852
+ * @experimental As of version 1.81.
4853
4853
  */
4854
4854
  namespace IsInIconPool {
4855
4855
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.139.2
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**