@openui5/ts-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/ts-types",
3
- "version": "1.139.0",
3
+ "version": "1.139.2",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
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 namespace sap {
4
4
  /**
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 namespace sap {
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 namespace sap {
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 namespace sap {
4
4
  namespace ui {
@@ -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
  namespace ui {
@@ -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 namespace sap {
4
4
  namespace ui {
@@ -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
  namespace ui {
@@ -16,7 +16,7 @@ declare namespace sap {
16
16
  * Validates if the provided value belongs to the icon pool.
17
17
  *
18
18
  * @since 1.81
19
- * @experimental 1.81
19
+ * @experimental As of version 1.81.
20
20
  */
21
21
  namespace IsInIconPool {
22
22
  /**
@@ -40,7 +40,7 @@ declare namespace sap {
40
40
  * Validates if the provided value is a boolean or binding string.
41
41
  *
42
42
  * @since 1.81
43
- * @experimental 1.81
43
+ * @experimental As of version 1.81.
44
44
  */
45
45
  interface IsBoolean {
46
46
  /**
@@ -61,7 +61,7 @@ declare namespace sap {
61
61
  * Validates if the provided value can be parsed to a valid date.
62
62
  *
63
63
  * @since 1.81
64
- * @experimental 1.81
64
+ * @experimental As of version 1.81.
65
65
  */
66
66
  interface IsDate {
67
67
  /**
@@ -82,7 +82,7 @@ declare namespace sap {
82
82
  * Validates if the provided value is an integer or binding string.
83
83
  *
84
84
  * @since 1.81
85
- * @experimental 1.81
85
+ * @experimental As of version 1.81.
86
86
  */
87
87
  interface IsInteger {
88
88
  /**
@@ -103,7 +103,7 @@ declare namespace sap {
103
103
  * Validates if the provided value is a number or binding string.
104
104
  *
105
105
  * @since 1.81
106
- * @experimental 1.81
106
+ * @experimental As of version 1.81.
107
107
  */
108
108
  interface IsNumber {
109
109
  /**
@@ -124,7 +124,7 @@ declare namespace sap {
124
124
  * Validates if the provided value is one of the given keys.
125
125
  *
126
126
  * @since 1.81
127
- * @experimental 1.81
127
+ * @experimental As of version 1.81.
128
128
  */
129
129
  interface IsSelectedKey {
130
130
  /**
@@ -154,7 +154,7 @@ declare namespace sap {
154
154
  * Validates if none of the provided values is an invalid binding.
155
155
  *
156
156
  * @since 1.81
157
- * @experimental 1.81
157
+ * @experimental As of version 1.81.
158
158
  */
159
159
  interface IsStringList {
160
160
  /**
@@ -175,7 +175,7 @@ declare namespace sap {
175
175
  * Validates if the provided key is unique in a list of given keys.
176
176
  *
177
177
  * @since 1.81
178
- * @experimental 1.81
178
+ * @experimental As of version 1.81.
179
179
  */
180
180
  interface IsUniqueKey {
181
181
  /**
@@ -209,7 +209,7 @@ declare namespace sap {
209
209
  * Validates if the provided list contains no duplicates.
210
210
  *
211
211
  * @since 1.81
212
- * @experimental 1.81
212
+ * @experimental As of version 1.81.
213
213
  */
214
214
  interface IsUniqueList {
215
215
  /**
@@ -230,7 +230,7 @@ declare namespace sap {
230
230
  * Validates if the provided value is a valid binding.
231
231
  *
232
232
  * @since 1.81
233
- * @experimental 1.81
233
+ * @experimental As of version 1.81.
234
234
  */
235
235
  interface IsValidBinding {
236
236
  /**
@@ -260,7 +260,7 @@ declare namespace sap {
260
260
  * Validates if the provided value doesn't exceed the maximum length.
261
261
  *
262
262
  * @since 1.81
263
- * @experimental 1.81
263
+ * @experimental As of version 1.81.
264
264
  */
265
265
  interface MaxLength {
266
266
  /**
@@ -281,7 +281,7 @@ declare namespace sap {
281
281
  * Validates if the provided value doesn't contain a binding.
282
282
  *
283
283
  * @since 1.81
284
- * @experimental 1.81
284
+ * @experimental As of version 1.81.
285
285
  */
286
286
  interface NotABinding {
287
287
  /**
@@ -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
  namespace ui {
@@ -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
  /**
@@ -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
  namespace ui {
@@ -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
  namespace ui {
@@ -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
  namespace ui {
@@ -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 namespace sap {
4
4
  namespace ui {
@@ -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
  namespace ui {
@@ -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
  namespace ui {
@@ -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
  namespace ui {
@@ -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
  namespace ui {
@@ -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
  /**