@openui5/ts-types 1.139.0 → 1.141.0

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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
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.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1414,8 +1414,6 @@ declare namespace sap {
1414
1414
 
1415
1415
  "sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
1416
1416
 
1417
- "sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
1418
-
1419
1417
  "sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
1420
1418
 
1421
1419
  "sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState": undefined;
@@ -1428,14 +1426,10 @@ declare namespace sap {
1428
1426
 
1429
1427
  "sap/ui/fl/apply/_internal/flexState/InitialPrepareFunctions": undefined;
1430
1428
 
1431
- "sap/ui/fl/apply/_internal/flexState/Loader": undefined;
1432
-
1433
1429
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1434
1430
 
1435
1431
  "sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1436
1432
 
1437
- "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1438
-
1439
1433
  "sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
1440
1434
 
1441
1435
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
@@ -1480,6 +1474,8 @@ declare namespace sap {
1480
1474
 
1481
1475
  "sap/ui/fl/initial/_internal/connectors/Utils": undefined;
1482
1476
 
1477
+ "sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
1478
+
1483
1479
  "sap/ui/fl/initial/_internal/Settings": undefined;
1484
1480
 
1485
1481
  "sap/ui/fl/initial/_internal/Storage": undefined;
@@ -1556,8 +1552,6 @@ declare namespace sap {
1556
1552
 
1557
1553
  "sap/ui/fl/write/_internal/flexState/changes/UIChangeManager": undefined;
1558
1554
 
1559
- "sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState": undefined;
1560
-
1561
1555
  "sap/ui/fl/write/_internal/flexState/FlexObjectManager": undefined;
1562
1556
 
1563
1557
  "sap/ui/fl/write/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
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
  /**