@openui5/ts-types 1.145.0 → 1.146.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.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -10957,7 +10957,7 @@ declare namespace sap {
10957
10957
  visible?: boolean;
10958
10958
  /**
10959
10959
  * Key of the group in which the property is located. Used to visually group properties in personalization
10960
- * dialogs.
10960
+ * dialogs. The group with the `basic` key is always shown as the first group.
10961
10961
  */
10962
10962
  group?: string;
10963
10963
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -7454,6 +7454,9 @@ declare namespace sap {
7454
7454
  /**
7455
7455
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
7456
7456
  *
7457
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
7458
+ * after version 50. **Note:** Multiple directory selection is not supported.
7459
+ *
7457
7460
  * @since 1.105.0
7458
7461
  */
7459
7462
  directory?:
@@ -7464,6 +7467,10 @@ declare namespace sap {
7464
7467
  /**
7465
7468
  * Indicates whether the file uploader is required.
7466
7469
  *
7470
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
7471
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
7472
+ * property pointing to this control.
7473
+ *
7467
7474
  * @since 1.144
7468
7475
  */
7469
7476
  required?:
@@ -16953,6 +16960,9 @@ declare namespace sap {
16953
16960
  *
16954
16961
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
16955
16962
  *
16963
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
16964
+ * after version 50. **Note:** Multiple directory selection is not supported.
16965
+ *
16956
16966
  * Default value is `false`.
16957
16967
  *
16958
16968
  * @since 1.105.0
@@ -16995,7 +17005,7 @@ declare namespace sap {
16995
17005
  *
16996
17006
  * Chosen HTTP request method for file upload.
16997
17007
  *
16998
- * Default value is `Post`.
17008
+ * Default value is `POST`.
16999
17009
  *
17000
17010
  * @since 1.81.0
17001
17011
  *
@@ -17184,6 +17194,10 @@ declare namespace sap {
17184
17194
  *
17185
17195
  * Indicates whether the file uploader is required.
17186
17196
  *
17197
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
17198
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
17199
+ * property pointing to this control.
17200
+ *
17187
17201
  * Default value is `false`.
17188
17202
  *
17189
17203
  * @since 1.144
@@ -17526,6 +17540,9 @@ declare namespace sap {
17526
17540
  *
17527
17541
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
17528
17542
  *
17543
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
17544
+ * after version 50. **Note:** Multiple directory selection is not supported.
17545
+ *
17529
17546
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17530
17547
  *
17531
17548
  * Default value is `false`.
@@ -17585,7 +17602,7 @@ declare namespace sap {
17585
17602
  *
17586
17603
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17587
17604
  *
17588
- * Default value is `Post`.
17605
+ * Default value is `POST`.
17589
17606
  *
17590
17607
  * @since 1.81.0
17591
17608
  *
@@ -17820,6 +17837,10 @@ declare namespace sap {
17820
17837
  *
17821
17838
  * Indicates whether the file uploader is required.
17822
17839
  *
17840
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
17841
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
17842
+ * property pointing to this control.
17843
+ *
17823
17844
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17824
17845
  *
17825
17846
  * Default value is `false`.
@@ -22953,10 +22974,22 @@ declare namespace sap {
22953
22974
  /**
22954
22975
  * HTTP request POST method.
22955
22976
  */
22977
+ POST = "POST",
22978
+ /**
22979
+ * HTTP request POST method.
22980
+ *
22981
+ * @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.POST} instead
22982
+ */
22956
22983
  Post = "POST",
22957
22984
  /**
22958
22985
  * HTTP request PUT method.
22959
22986
  */
22987
+ PUT = "PUT",
22988
+ /**
22989
+ * HTTP request PUT method.
22990
+ *
22991
+ * @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.PUT} instead
22992
+ */
22960
22993
  Put = "PUT",
22961
22994
  }
22962
22995
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**