@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 +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 +1 -1
- 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 +13 -13
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.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.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
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.139.
|
|
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
|
/**
|
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.uxap.d.ts
CHANGED