@sapui5/types 1.141.3 → 1.142.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.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.base.d.ts +3 -0
  8. package/types/sap.esh.search.ui.d.ts +159 -4
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.ariba.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +471 -32
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +2616 -95
  16. package/types/sap.fe.navigation.d.ts +2 -2
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +79 -11
  20. package/types/sap.fe.test.d.ts +8 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +4 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/sap.m.d.ts +401 -55
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +106 -2
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +13 -3737
  32. package/types/sap.suite.ui.commons.d.ts +1 -1
  33. package/types/sap.suite.ui.generic.template.d.ts +28 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/sap.tnt.d.ts +1 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +77 -9
  39. package/types/sap.ui.core.d.ts +1160 -639
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +63 -1
  42. package/types/sap.ui.fl.d.ts +1 -1
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +1 -1
  46. package/types/sap.ui.layout.d.ts +100 -94
  47. package/types/sap.ui.mdc.d.ts +1505 -167
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +13 -41
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +34 -78
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +13 -1
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +335 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
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.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -4541,6 +4541,9 @@ declare module "sap/ui/table/RowAction" {
4541
4541
  * more action items are available as the available space allows to display an overflow mechanism is provided.
4542
4542
  * This control must only be used in the context of the `sap.ui.table.Table` control to define row actions.
4543
4543
  *
4544
+ * **Note**: The `RowActionItem` of type `Navigation` has a special role and is shown as the rightmost icon
4545
+ * independent of the order in the `items` aggregation.
4546
+ *
4544
4547
  * @since 1.45
4545
4548
  */
4546
4549
  export default class RowAction extends Control {
@@ -4938,40 +4941,6 @@ declare module "sap/ui/table/RowActionItem" {
4938
4941
  * @returns Value of property `visible`
4939
4942
  */
4940
4943
  getVisible(): boolean;
4941
- /**
4942
- * Sets a new value for property {@link #getIcon icon}.
4943
- *
4944
- * The icon of the item.
4945
- *
4946
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4947
- *
4948
- *
4949
- * @returns Reference to `this` in order to allow method chaining
4950
- */
4951
- setIcon(
4952
- /**
4953
- * New value for property `icon`
4954
- */
4955
- sIcon?: URI
4956
- ): this;
4957
- /**
4958
- * Sets a new value for property {@link #getText text}.
4959
- *
4960
- * The text of the item. It is used as tooltip and for accessibility purposes.
4961
- *
4962
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4963
- *
4964
- * Default value is `empty string`.
4965
- *
4966
- *
4967
- * @returns Reference to `this` in order to allow method chaining
4968
- */
4969
- setText(
4970
- /**
4971
- * New value for property `text`
4972
- */
4973
- sText?: string
4974
- ): this;
4975
4944
  /**
4976
4945
  * Sets a new value for property {@link #getType type}.
4977
4946
  *
@@ -8487,8 +8456,9 @@ declare module "sap/ui/table/Table" {
8487
8456
  /**
8488
8457
  * Gets current value of property {@link #getRowActionCount rowActionCount}.
8489
8458
  *
8490
- * Number of row actions made visible which determines the width of the row action column. The values `0`,
8491
- * `1` and `2` are possible.
8459
+ * Number of row actions made visible, hence this property also determines the width of the row action column.
8460
+ * The maximum number of visible row actions is 3. If the `rowActionTemplate` contains more `rowActionItems`,
8461
+ * they are shown in an overflow menu.
8492
8462
  *
8493
8463
  * Default value is `0`.
8494
8464
  *
@@ -9476,8 +9446,9 @@ declare module "sap/ui/table/Table" {
9476
9446
  /**
9477
9447
  * Sets a new value for property {@link #getRowActionCount rowActionCount}.
9478
9448
  *
9479
- * Number of row actions made visible which determines the width of the row action column. The values `0`,
9480
- * `1` and `2` are possible.
9449
+ * Number of row actions made visible, hence this property also determines the width of the row action column.
9450
+ * The maximum number of visible row actions is 3. If the `rowActionTemplate` contains more `rowActionItems`,
9451
+ * they are shown in an overflow menu.
9481
9452
  *
9482
9453
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9483
9454
  *
@@ -10169,8 +10140,9 @@ declare module "sap/ui/table/Table" {
10169
10140
  enableBusyIndicator?: boolean | PropertyBindingInfo | `{${string}}`;
10170
10141
 
10171
10142
  /**
10172
- * Number of row actions made visible which determines the width of the row action column. The values `0`,
10173
- * `1` and `2` are possible.
10143
+ * Number of row actions made visible, hence this property also determines the width of the row action column.
10144
+ * The maximum number of visible row actions is 3. If the `rowActionTemplate` contains more `rowActionItems`,
10145
+ * they are shown in an overflow menu.
10174
10146
  *
10175
10147
  * @since 1.45.0
10176
10148
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -15224,8 +15224,7 @@ declare module "sap/ui/unified/FileUploader" {
15224
15224
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
15225
15225
  * otherwise it will be bound to this `sap.ui.unified.FileUploader` itself.
15226
15226
  *
15227
- * Event is fired when the size of a file is above the `maximumFileSize` property. This event is not supported
15228
- * by Internet Explorer 9 (same restriction as for the property `maximumFileSize`).
15227
+ * Event is fired when the size of a file is above the `maximumFileSize` property.
15229
15228
  *
15230
15229
  *
15231
15230
  * @returns Reference to `this` in order to allow method chaining
@@ -15252,8 +15251,7 @@ declare module "sap/ui/unified/FileUploader" {
15252
15251
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
15253
15252
  * otherwise it will be bound to this `sap.ui.unified.FileUploader` itself.
15254
15253
  *
15255
- * Event is fired when the size of a file is above the `maximumFileSize` property. This event is not supported
15256
- * by Internet Explorer 9 (same restriction as for the property `maximumFileSize`).
15254
+ * Event is fired when the size of a file is above the `maximumFileSize` property.
15257
15255
  *
15258
15256
  *
15259
15257
  * @returns Reference to `this` in order to allow method chaining
@@ -15323,8 +15321,7 @@ declare module "sap/ui/unified/FileUploader" {
15323
15321
  *
15324
15322
  * Event is fired after the current upload has been aborted.
15325
15323
  *
15326
- * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
15327
- * Internet Explorer 9.
15324
+ * This event is only supported with property `sendXHR` set to true.
15328
15325
  *
15329
15326
  * @since 1.24.0
15330
15327
  *
@@ -15353,8 +15350,7 @@ declare module "sap/ui/unified/FileUploader" {
15353
15350
  *
15354
15351
  * Event is fired after the current upload has been aborted.
15355
15352
  *
15356
- * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
15357
- * Internet Explorer 9.
15353
+ * This event is only supported with property `sendXHR` set to true.
15358
15354
  *
15359
15355
  * @since 1.24.0
15360
15356
  *
@@ -15439,8 +15435,7 @@ declare module "sap/ui/unified/FileUploader" {
15439
15435
  * It contains progress information related to the running upload. Depending on file size, band width and
15440
15436
  * used browser the event is fired once or multiple times.
15441
15437
  *
15442
- * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
15443
- * Internet Explorer 9.
15438
+ * This event is only supported with property `sendXHR` set to true.
15444
15439
  *
15445
15440
  * @since 1.24.0
15446
15441
  *
@@ -15473,8 +15468,7 @@ declare module "sap/ui/unified/FileUploader" {
15473
15468
  * It contains progress information related to the running upload. Depending on file size, band width and
15474
15469
  * used browser the event is fired once or multiple times.
15475
15470
  *
15476
- * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
15477
- * Internet Explorer 9.
15471
+ * This event is only supported with property `sendXHR` set to true.
15478
15472
  *
15479
15473
  * @since 1.24.0
15480
15474
  *
@@ -16040,8 +16034,7 @@ declare module "sap/ui/unified/FileUploader" {
16040
16034
  *
16041
16035
  * The chosen files will be checked against an array of file types.
16042
16036
  *
16043
- * If at least one file does not fit the file type restriction, the upload is prevented. **Note:** This
16044
- * property is not supported by Microsoft Edge.
16037
+ * If at least one file does not fit the file type restriction, the upload is prevented.
16045
16038
  *
16046
16039
  * Example: `["jpg", "png", "bmp"]`.
16047
16040
  *
@@ -16052,8 +16045,7 @@ declare module "sap/ui/unified/FileUploader" {
16052
16045
  /**
16053
16046
  * Gets content of aggregation {@link #getHeaderParameters headerParameters}.
16054
16047
  *
16055
- * The header parameters for the `FileUploader` which are only submitted with XHR requests. Header parameters
16056
- * are not supported by Internet Explorer 9.
16048
+ * The header parameters for the `FileUploader` which are only submitted with XHR requests.
16057
16049
  */
16058
16050
  getHeaderParameters(): FileUploaderParameter[];
16059
16051
  /**
@@ -16153,8 +16145,6 @@ declare module "sap/ui/unified/FileUploader" {
16153
16145
  *
16154
16146
  * A file size limit in megabytes which prevents the upload if at least one file exceeds it.
16155
16147
  *
16156
- * This property is not supported by Internet Explorer 9.
16157
- *
16158
16148
  *
16159
16149
  * @returns Value of property `maximumFileSize`
16160
16150
  */
@@ -16166,11 +16156,10 @@ declare module "sap/ui/unified/FileUploader" {
16166
16156
  *
16167
16157
  * If at least one file does not fit the MIME type restriction, the upload is prevented.
16168
16158
  *
16169
- * **Note:** This property is not supported by Internet Explorer. It is only reliable for common file types
16170
- * like images, audio, video, plain text and HTML documents. File types that are not recognized by the browser
16171
- * result in `file.type` to be returned as an empty string. In this case the verification could not be performed.
16172
- * The file upload is not prevented and the validation based on file type is left to the receiving backend
16173
- * side.
16159
+ * **Note:** This property is only reliable for common file types like images, audio, video, plain text
16160
+ * and HTML documents. File types that are not recognized by the browser result in `file.type` to be returned
16161
+ * as an empty string. In this case the verification could not be performed. The file upload is not prevented
16162
+ * and the validation based on file type is left to the receiving backend side.
16174
16163
  *
16175
16164
  * Example: `["image/png", "image/jpeg"]`.
16176
16165
  *
@@ -16183,8 +16172,6 @@ declare module "sap/ui/unified/FileUploader" {
16183
16172
  *
16184
16173
  * Allows multiple files to be chosen and uploaded from the same folder.
16185
16174
  *
16186
- * This property is not supported by Internet Explorer 9.
16187
- *
16188
16175
  * **Note:** Keep in mind that the various operating systems for mobile devices can react differently to
16189
16176
  * the property so that fewer upload functions may be available in some cases.
16190
16177
  *
@@ -16261,8 +16248,6 @@ declare module "sap/ui/unified/FileUploader" {
16261
16248
  *
16262
16249
  * If set to "true", the request will be sent as XHR request instead of a form submit.
16263
16250
  *
16264
- * This property is not supported by Internet Explorer 9.
16265
- *
16266
16251
  * Default value is `false`.
16267
16252
  *
16268
16253
  *
@@ -16615,8 +16600,7 @@ declare module "sap/ui/unified/FileUploader" {
16615
16600
  *
16616
16601
  * The chosen files will be checked against an array of file types.
16617
16602
  *
16618
- * If at least one file does not fit the file type restriction, the upload is prevented. **Note:** This
16619
- * property is not supported by Microsoft Edge.
16603
+ * If at least one file does not fit the file type restriction, the upload is prevented.
16620
16604
  *
16621
16605
  * Example: `["jpg", "png", "bmp"]`.
16622
16606
  *
@@ -16777,8 +16761,6 @@ declare module "sap/ui/unified/FileUploader" {
16777
16761
  *
16778
16762
  * A file size limit in megabytes which prevents the upload if at least one file exceeds it.
16779
16763
  *
16780
- * This property is not supported by Internet Explorer 9.
16781
- *
16782
16764
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16783
16765
  *
16784
16766
  *
@@ -16797,11 +16779,10 @@ declare module "sap/ui/unified/FileUploader" {
16797
16779
  *
16798
16780
  * If at least one file does not fit the MIME type restriction, the upload is prevented.
16799
16781
  *
16800
- * **Note:** This property is not supported by Internet Explorer. It is only reliable for common file types
16801
- * like images, audio, video, plain text and HTML documents. File types that are not recognized by the browser
16802
- * result in `file.type` to be returned as an empty string. In this case the verification could not be performed.
16803
- * The file upload is not prevented and the validation based on file type is left to the receiving backend
16804
- * side.
16782
+ * **Note:** This property is only reliable for common file types like images, audio, video, plain text
16783
+ * and HTML documents. File types that are not recognized by the browser result in `file.type` to be returned
16784
+ * as an empty string. In this case the verification could not be performed. The file upload is not prevented
16785
+ * and the validation based on file type is left to the receiving backend side.
16805
16786
  *
16806
16787
  * Example: `["image/png", "image/jpeg"]`.
16807
16788
  *
@@ -16821,8 +16802,6 @@ declare module "sap/ui/unified/FileUploader" {
16821
16802
  *
16822
16803
  * Allows multiple files to be chosen and uploaded from the same folder.
16823
16804
  *
16824
- * This property is not supported by Internet Explorer 9.
16825
- *
16826
16805
  * **Note:** Keep in mind that the various operating systems for mobile devices can react differently to
16827
16806
  * the property so that fewer upload functions may be available in some cases.
16828
16807
  *
@@ -16898,8 +16877,6 @@ declare module "sap/ui/unified/FileUploader" {
16898
16877
  *
16899
16878
  * If set to "true", the request will be sent as XHR request instead of a form submit.
16900
16879
  *
16901
- * This property is not supported by Internet Explorer 9.
16902
- *
16903
16880
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16904
16881
  *
16905
16882
  * Default value is `false`.
@@ -17150,8 +17127,7 @@ declare module "sap/ui/unified/FileUploader" {
17150
17127
  /**
17151
17128
  * The chosen files will be checked against an array of file types.
17152
17129
  *
17153
- * If at least one file does not fit the file type restriction, the upload is prevented. **Note:** This
17154
- * property is not supported by Microsoft Edge.
17130
+ * If at least one file does not fit the file type restriction, the upload is prevented.
17155
17131
  *
17156
17132
  * Example: `["jpg", "png", "bmp"]`.
17157
17133
  */
@@ -17160,8 +17136,6 @@ declare module "sap/ui/unified/FileUploader" {
17160
17136
  /**
17161
17137
  * Allows multiple files to be chosen and uploaded from the same folder.
17162
17138
  *
17163
- * This property is not supported by Internet Explorer 9.
17164
- *
17165
17139
  * **Note:** Keep in mind that the various operating systems for mobile devices can react differently to
17166
17140
  * the property so that fewer upload functions may be available in some cases.
17167
17141
  */
@@ -17169,8 +17143,6 @@ declare module "sap/ui/unified/FileUploader" {
17169
17143
 
17170
17144
  /**
17171
17145
  * A file size limit in megabytes which prevents the upload if at least one file exceeds it.
17172
- *
17173
- * This property is not supported by Internet Explorer 9.
17174
17146
  */
17175
17147
  maximumFileSize?: float | PropertyBindingInfo | `{${string}}`;
17176
17148
 
@@ -17179,11 +17151,10 @@ declare module "sap/ui/unified/FileUploader" {
17179
17151
  *
17180
17152
  * If at least one file does not fit the MIME type restriction, the upload is prevented.
17181
17153
  *
17182
- * **Note:** This property is not supported by Internet Explorer. It is only reliable for common file types
17183
- * like images, audio, video, plain text and HTML documents. File types that are not recognized by the browser
17184
- * result in `file.type` to be returned as an empty string. In this case the verification could not be performed.
17185
- * The file upload is not prevented and the validation based on file type is left to the receiving backend
17186
- * side.
17154
+ * **Note:** This property is only reliable for common file types like images, audio, video, plain text
17155
+ * and HTML documents. File types that are not recognized by the browser result in `file.type` to be returned
17156
+ * as an empty string. In this case the verification could not be performed. The file upload is not prevented
17157
+ * and the validation based on file type is left to the receiving backend side.
17187
17158
  *
17188
17159
  * Example: `["image/png", "image/jpeg"]`.
17189
17160
  */
@@ -17191,8 +17162,6 @@ declare module "sap/ui/unified/FileUploader" {
17191
17162
 
17192
17163
  /**
17193
17164
  * If set to "true", the request will be sent as XHR request instead of a form submit.
17194
- *
17195
- * This property is not supported by Internet Explorer 9.
17196
17165
  */
17197
17166
  sendXHR?: boolean | PropertyBindingInfo | `{${string}}`;
17198
17167
 
@@ -17323,8 +17292,7 @@ declare module "sap/ui/unified/FileUploader" {
17323
17292
  | `{${string}}`;
17324
17293
 
17325
17294
  /**
17326
- * The header parameters for the `FileUploader` which are only submitted with XHR requests. Header parameters
17327
- * are not supported by Internet Explorer 9.
17295
+ * The header parameters for the `FileUploader` which are only submitted with XHR requests.
17328
17296
  */
17329
17297
  headerParameters?:
17330
17298
  | FileUploaderParameter[]
@@ -17373,8 +17341,7 @@ declare module "sap/ui/unified/FileUploader" {
17373
17341
  typeMissmatch?: (oEvent: FileUploader$TypeMissmatchEvent) => void;
17374
17342
 
17375
17343
  /**
17376
- * Event is fired when the size of a file is above the `maximumFileSize` property. This event is not supported
17377
- * by Internet Explorer 9 (same restriction as for the property `maximumFileSize`).
17344
+ * Event is fired when the size of a file is above the `maximumFileSize` property.
17378
17345
  */
17379
17346
  fileSizeExceed?: (oEvent: FileUploader$FileSizeExceedEvent) => void;
17380
17347
 
@@ -17394,8 +17361,7 @@ declare module "sap/ui/unified/FileUploader" {
17394
17361
  * It contains progress information related to the running upload. Depending on file size, band width and
17395
17362
  * used browser the event is fired once or multiple times.
17396
17363
  *
17397
- * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
17398
- * Internet Explorer 9.
17364
+ * This event is only supported with property `sendXHR` set to true.
17399
17365
  *
17400
17366
  * @since 1.24.0
17401
17367
  */
@@ -17404,8 +17370,7 @@ declare module "sap/ui/unified/FileUploader" {
17404
17370
  /**
17405
17371
  * Event is fired after the current upload has been aborted.
17406
17372
  *
17407
- * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
17408
- * Internet Explorer 9.
17373
+ * This event is only supported with property `sendXHR` set to true.
17409
17374
  *
17410
17375
  * @since 1.24.0
17411
17376
  */
@@ -17604,8 +17569,7 @@ declare module "sap/ui/unified/FileUploader" {
17604
17569
  /**
17605
17570
  * Http-Request-Headers.
17606
17571
  *
17607
- * Required for receiving `requestHeader` is to set the property `sendXHR` to true. This property is not
17608
- * supported by Internet Explorer 9.
17572
+ * Required for receiving `requestHeader` is to set the property `sendXHR` to true.
17609
17573
  */
17610
17574
  requestHeaders?: object[];
17611
17575
  }
@@ -17639,16 +17603,14 @@ declare module "sap/ui/unified/FileUploader" {
17639
17603
  /**
17640
17604
  * ReadyState of the XHR request.
17641
17605
  *
17642
- * Required for receiving a `readyStateXHR` is to set the property `sendXHR` to true. This property is not
17643
- * supported by Internet Explorer 9.
17606
+ * Required for receiving a `readyStateXHR` is to set the property `sendXHR` to true.
17644
17607
  */
17645
17608
  readyStateXHR?: string;
17646
17609
 
17647
17610
  /**
17648
17611
  * Status of the XHR request.
17649
17612
  *
17650
- * Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
17651
- * by Internet Explorer 9.
17613
+ * Required for receiving a `status` is to set the property `sendXHR` to true.
17652
17614
  */
17653
17615
  status?: int;
17654
17616
 
@@ -17656,8 +17618,6 @@ declare module "sap/ui/unified/FileUploader" {
17656
17618
  * Http-Response which comes from the server.
17657
17619
  *
17658
17620
  * Required for receiving `responseRaw` is to set the property `sendXHR` to true.
17659
- *
17660
- * This property is not supported by Internet Explorer 9.
17661
17621
  */
17662
17622
  responseRaw?: string;
17663
17623
 
@@ -17667,16 +17627,14 @@ declare module "sap/ui/unified/FileUploader" {
17667
17627
  * Provided as a JSON-map, i.e. each header-field is reflected by a property in the `headers` object, with
17668
17628
  * the property value reflecting the header-field's content.
17669
17629
  *
17670
- * Required for receiving `headers` is to set the property `sendXHR` to true. This property is not supported
17671
- * by Internet Explorer 9.
17630
+ * Required for receiving `headers` is to set the property `sendXHR` to true.
17672
17631
  */
17673
17632
  headers?: object;
17674
17633
 
17675
17634
  /**
17676
17635
  * Http-Request-Headers.
17677
17636
  *
17678
- * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
17679
- * supported by Internet Explorer 9.
17637
+ * Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
17680
17638
  */
17681
17639
  requestHeaders?: object[];
17682
17640
  }
@@ -17716,8 +17674,7 @@ declare module "sap/ui/unified/FileUploader" {
17716
17674
  /**
17717
17675
  * Http-Request-Headers.
17718
17676
  *
17719
- * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
17720
- * supported by Internet Explorer 9.
17677
+ * Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
17721
17678
  */
17722
17679
  requestHeaders?: object[];
17723
17680
  }
@@ -17742,8 +17699,7 @@ declare module "sap/ui/unified/FileUploader" {
17742
17699
  /**
17743
17700
  * Http-Request-Headers.
17744
17701
  *
17745
- * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
17746
- * supported by Internet Explorer 9.
17702
+ * Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
17747
17703
  */
17748
17704
  requestHeaders?: object[];
17749
17705
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.3
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -14164,6 +14164,18 @@ declare namespace sap {
14164
14164
 
14165
14165
  "sap/ushell/modules/NavigationMenu/NavigationMenuMode": undefined;
14166
14166
 
14167
+ "sap/ushell/modules/Notifications": undefined;
14168
+
14169
+ "sap/ushell/modules/Notifications/NotificationsAPI": undefined;
14170
+
14171
+ "sap/ushell/modules/Notifications/NotificationsProvider": undefined;
14172
+
14173
+ "sap/ushell/modules/Search": undefined;
14174
+
14175
+ "sap/ushell/modules/Search/SearchAPI": undefined;
14176
+
14177
+ "sap/ushell/modules/Search/SearchProvider": undefined;
14178
+
14167
14179
  "sap/ushell/renderer/ShellLayout": undefined;
14168
14180
 
14169
14181
  "sap/ushell/renderers/fiori2/Renderer": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.3
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {}