@sapui5/ts-types 1.141.2 → 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.
- package/package.json +1 -1
- package/types/index.d.ts +8 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.base.d.ts +3 -0
- package/types/sap.esh.search.ui.d.ts +152 -3
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +50 -32
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +2646 -125
- package/types/sap.fe.navigation.d.ts +2 -2
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +23 -11
- package/types/sap.fe.test.d.ts +8 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +4 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.141.0-d.ts → sap.m.d.ts} +401 -54
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +106 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +13 -3587
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +30 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.141.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.141.0-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +78 -9
- package/types/{core-1.141.0-d.ts → sap.ui.core.d.ts} +712 -187
- package/types/{dt-1.141.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +56 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +100 -94
- package/types/{mdc-1.141.0-d.ts → sap.ui.mdc.d.ts} +1600 -260
- package/types/sap.ui.richtexteditor.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 +13 -41
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +34 -78
- package/types/{ux3-1.141.0-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +13 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +326 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.142.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -3243,8 +3243,9 @@ declare namespace sap {
|
|
|
3243
3243
|
| `{${string}}`;
|
|
3244
3244
|
|
|
3245
3245
|
/**
|
|
3246
|
-
* Number of row actions made visible
|
|
3247
|
-
*
|
|
3246
|
+
* Number of row actions made visible, hence this property also determines the width of the row action column.
|
|
3247
|
+
* The maximum number of visible row actions is 3. If the `rowActionTemplate` contains more `rowActionItems`,
|
|
3248
|
+
* they are shown in an overflow menu.
|
|
3248
3249
|
*
|
|
3249
3250
|
* @since 1.45.0
|
|
3250
3251
|
*/
|
|
@@ -6501,6 +6502,9 @@ declare namespace sap {
|
|
|
6501
6502
|
* more action items are available as the available space allows to display an overflow mechanism is provided.
|
|
6502
6503
|
* This control must only be used in the context of the `sap.ui.table.Table` control to define row actions.
|
|
6503
6504
|
*
|
|
6505
|
+
* **Note**: The `RowActionItem` of type `Navigation` has a special role and is shown as the rightmost icon
|
|
6506
|
+
* independent of the order in the `items` aggregation.
|
|
6507
|
+
*
|
|
6504
6508
|
* @since 1.45
|
|
6505
6509
|
*/
|
|
6506
6510
|
class RowAction extends sap.ui.core.Control {
|
|
@@ -6863,40 +6867,6 @@ declare namespace sap {
|
|
|
6863
6867
|
* @returns Value of property `visible`
|
|
6864
6868
|
*/
|
|
6865
6869
|
getVisible(): boolean;
|
|
6866
|
-
/**
|
|
6867
|
-
* Sets a new value for property {@link #getIcon icon}.
|
|
6868
|
-
*
|
|
6869
|
-
* The icon of the item.
|
|
6870
|
-
*
|
|
6871
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6872
|
-
*
|
|
6873
|
-
*
|
|
6874
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
6875
|
-
*/
|
|
6876
|
-
setIcon(
|
|
6877
|
-
/**
|
|
6878
|
-
* New value for property `icon`
|
|
6879
|
-
*/
|
|
6880
|
-
sIcon?: sap.ui.core.URI
|
|
6881
|
-
): this;
|
|
6882
|
-
/**
|
|
6883
|
-
* Sets a new value for property {@link #getText text}.
|
|
6884
|
-
*
|
|
6885
|
-
* The text of the item. It is used as tooltip and for accessibility purposes.
|
|
6886
|
-
*
|
|
6887
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6888
|
-
*
|
|
6889
|
-
* Default value is `empty string`.
|
|
6890
|
-
*
|
|
6891
|
-
*
|
|
6892
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
6893
|
-
*/
|
|
6894
|
-
setText(
|
|
6895
|
-
/**
|
|
6896
|
-
* New value for property `text`
|
|
6897
|
-
*/
|
|
6898
|
-
sText?: string
|
|
6899
|
-
): this;
|
|
6900
6870
|
/**
|
|
6901
6871
|
* Sets a new value for property {@link #getType type}.
|
|
6902
6872
|
*
|
|
@@ -9341,8 +9311,9 @@ declare namespace sap {
|
|
|
9341
9311
|
/**
|
|
9342
9312
|
* Gets current value of property {@link #getRowActionCount rowActionCount}.
|
|
9343
9313
|
*
|
|
9344
|
-
* Number of row actions made visible
|
|
9345
|
-
*
|
|
9314
|
+
* Number of row actions made visible, hence this property also determines the width of the row action column.
|
|
9315
|
+
* The maximum number of visible row actions is 3. If the `rowActionTemplate` contains more `rowActionItems`,
|
|
9316
|
+
* they are shown in an overflow menu.
|
|
9346
9317
|
*
|
|
9347
9318
|
* Default value is `0`.
|
|
9348
9319
|
*
|
|
@@ -10332,8 +10303,9 @@ declare namespace sap {
|
|
|
10332
10303
|
/**
|
|
10333
10304
|
* Sets a new value for property {@link #getRowActionCount rowActionCount}.
|
|
10334
10305
|
*
|
|
10335
|
-
* Number of row actions made visible
|
|
10336
|
-
*
|
|
10306
|
+
* Number of row actions made visible, hence this property also determines the width of the row action column.
|
|
10307
|
+
* The maximum number of visible row actions is 3. If the `rowActionTemplate` contains more `rowActionItems`,
|
|
10308
|
+
* they are shown in an overflow menu.
|
|
10337
10309
|
*
|
|
10338
10310
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
10339
10311
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.142.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7223,8 +7223,7 @@ declare namespace sap {
|
|
|
7223
7223
|
/**
|
|
7224
7224
|
* The chosen files will be checked against an array of file types.
|
|
7225
7225
|
*
|
|
7226
|
-
* If at least one file does not fit the file type restriction, the upload is prevented.
|
|
7227
|
-
* property is not supported by Microsoft Edge.
|
|
7226
|
+
* If at least one file does not fit the file type restriction, the upload is prevented.
|
|
7228
7227
|
*
|
|
7229
7228
|
* Example: `["jpg", "png", "bmp"]`.
|
|
7230
7229
|
*/
|
|
@@ -7236,8 +7235,6 @@ declare namespace sap {
|
|
|
7236
7235
|
/**
|
|
7237
7236
|
* Allows multiple files to be chosen and uploaded from the same folder.
|
|
7238
7237
|
*
|
|
7239
|
-
* This property is not supported by Internet Explorer 9.
|
|
7240
|
-
*
|
|
7241
7238
|
* **Note:** Keep in mind that the various operating systems for mobile devices can react differently to
|
|
7242
7239
|
* the property so that fewer upload functions may be available in some cases.
|
|
7243
7240
|
*/
|
|
@@ -7248,8 +7245,6 @@ declare namespace sap {
|
|
|
7248
7245
|
|
|
7249
7246
|
/**
|
|
7250
7247
|
* A file size limit in megabytes which prevents the upload if at least one file exceeds it.
|
|
7251
|
-
*
|
|
7252
|
-
* This property is not supported by Internet Explorer 9.
|
|
7253
7248
|
*/
|
|
7254
7249
|
maximumFileSize?:
|
|
7255
7250
|
| float
|
|
@@ -7261,11 +7256,10 @@ declare namespace sap {
|
|
|
7261
7256
|
*
|
|
7262
7257
|
* If at least one file does not fit the MIME type restriction, the upload is prevented.
|
|
7263
7258
|
*
|
|
7264
|
-
* **Note:** This property is
|
|
7265
|
-
*
|
|
7266
|
-
*
|
|
7267
|
-
*
|
|
7268
|
-
* side.
|
|
7259
|
+
* **Note:** This property is only reliable for common file types like images, audio, video, plain text
|
|
7260
|
+
* and HTML documents. File types that are not recognized by the browser result in `file.type` to be returned
|
|
7261
|
+
* as an empty string. In this case the verification could not be performed. The file upload is not prevented
|
|
7262
|
+
* and the validation based on file type is left to the receiving backend side.
|
|
7269
7263
|
*
|
|
7270
7264
|
* Example: `["image/png", "image/jpeg"]`.
|
|
7271
7265
|
*/
|
|
@@ -7276,8 +7270,6 @@ declare namespace sap {
|
|
|
7276
7270
|
|
|
7277
7271
|
/**
|
|
7278
7272
|
* If set to "true", the request will be sent as XHR request instead of a form submit.
|
|
7279
|
-
*
|
|
7280
|
-
* This property is not supported by Internet Explorer 9.
|
|
7281
7273
|
*/
|
|
7282
7274
|
sendXHR?:
|
|
7283
7275
|
| boolean
|
|
@@ -7438,8 +7430,7 @@ declare namespace sap {
|
|
|
7438
7430
|
| `{${string}}`;
|
|
7439
7431
|
|
|
7440
7432
|
/**
|
|
7441
|
-
* The header parameters for the `FileUploader` which are only submitted with XHR requests.
|
|
7442
|
-
* are not supported by Internet Explorer 9.
|
|
7433
|
+
* The header parameters for the `FileUploader` which are only submitted with XHR requests.
|
|
7443
7434
|
*/
|
|
7444
7435
|
headerParameters?:
|
|
7445
7436
|
| sap.ui.unified.FileUploaderParameter[]
|
|
@@ -7488,8 +7479,7 @@ declare namespace sap {
|
|
|
7488
7479
|
typeMissmatch?: (oEvent: FileUploader$TypeMissmatchEvent) => void;
|
|
7489
7480
|
|
|
7490
7481
|
/**
|
|
7491
|
-
* Event is fired when the size of a file is above the `maximumFileSize` property.
|
|
7492
|
-
* by Internet Explorer 9 (same restriction as for the property `maximumFileSize`).
|
|
7482
|
+
* Event is fired when the size of a file is above the `maximumFileSize` property.
|
|
7493
7483
|
*/
|
|
7494
7484
|
fileSizeExceed?: (oEvent: FileUploader$FileSizeExceedEvent) => void;
|
|
7495
7485
|
|
|
@@ -7509,8 +7499,7 @@ declare namespace sap {
|
|
|
7509
7499
|
* It contains progress information related to the running upload. Depending on file size, band width and
|
|
7510
7500
|
* used browser the event is fired once or multiple times.
|
|
7511
7501
|
*
|
|
7512
|
-
* This event is only supported with property `sendXHR` set to true
|
|
7513
|
-
* Internet Explorer 9.
|
|
7502
|
+
* This event is only supported with property `sendXHR` set to true.
|
|
7514
7503
|
*
|
|
7515
7504
|
* @since 1.24.0
|
|
7516
7505
|
*/
|
|
@@ -7519,8 +7508,7 @@ declare namespace sap {
|
|
|
7519
7508
|
/**
|
|
7520
7509
|
* Event is fired after the current upload has been aborted.
|
|
7521
7510
|
*
|
|
7522
|
-
* This event is only supported with property `sendXHR` set to true
|
|
7523
|
-
* Internet Explorer 9.
|
|
7511
|
+
* This event is only supported with property `sendXHR` set to true.
|
|
7524
7512
|
*
|
|
7525
7513
|
* @since 1.24.0
|
|
7526
7514
|
*/
|
|
@@ -8719,8 +8707,7 @@ declare namespace sap {
|
|
|
8719
8707
|
/**
|
|
8720
8708
|
* Http-Request-Headers.
|
|
8721
8709
|
*
|
|
8722
|
-
* Required for receiving `requestHeader` is to set the property `sendXHR` to true.
|
|
8723
|
-
* supported by Internet Explorer 9.
|
|
8710
|
+
* Required for receiving `requestHeader` is to set the property `sendXHR` to true.
|
|
8724
8711
|
*/
|
|
8725
8712
|
requestHeaders?: object[];
|
|
8726
8713
|
}
|
|
@@ -8746,16 +8733,14 @@ declare namespace sap {
|
|
|
8746
8733
|
/**
|
|
8747
8734
|
* ReadyState of the XHR request.
|
|
8748
8735
|
*
|
|
8749
|
-
* Required for receiving a `readyStateXHR` is to set the property `sendXHR` to true.
|
|
8750
|
-
* supported by Internet Explorer 9.
|
|
8736
|
+
* Required for receiving a `readyStateXHR` is to set the property `sendXHR` to true.
|
|
8751
8737
|
*/
|
|
8752
8738
|
readyStateXHR?: string;
|
|
8753
8739
|
|
|
8754
8740
|
/**
|
|
8755
8741
|
* Status of the XHR request.
|
|
8756
8742
|
*
|
|
8757
|
-
* Required for receiving a `status` is to set the property `sendXHR` to true.
|
|
8758
|
-
* by Internet Explorer 9.
|
|
8743
|
+
* Required for receiving a `status` is to set the property `sendXHR` to true.
|
|
8759
8744
|
*/
|
|
8760
8745
|
status?: int;
|
|
8761
8746
|
|
|
@@ -8763,8 +8748,6 @@ declare namespace sap {
|
|
|
8763
8748
|
* Http-Response which comes from the server.
|
|
8764
8749
|
*
|
|
8765
8750
|
* Required for receiving `responseRaw` is to set the property `sendXHR` to true.
|
|
8766
|
-
*
|
|
8767
|
-
* This property is not supported by Internet Explorer 9.
|
|
8768
8751
|
*/
|
|
8769
8752
|
responseRaw?: string;
|
|
8770
8753
|
|
|
@@ -8774,16 +8757,14 @@ declare namespace sap {
|
|
|
8774
8757
|
* Provided as a JSON-map, i.e. each header-field is reflected by a property in the `headers` object, with
|
|
8775
8758
|
* the property value reflecting the header-field's content.
|
|
8776
8759
|
*
|
|
8777
|
-
* Required for receiving `headers` is to set the property `sendXHR` to true.
|
|
8778
|
-
* by Internet Explorer 9.
|
|
8760
|
+
* Required for receiving `headers` is to set the property `sendXHR` to true.
|
|
8779
8761
|
*/
|
|
8780
8762
|
headers?: object;
|
|
8781
8763
|
|
|
8782
8764
|
/**
|
|
8783
8765
|
* Http-Request-Headers.
|
|
8784
8766
|
*
|
|
8785
|
-
* Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
|
|
8786
|
-
* supported by Internet Explorer 9.
|
|
8767
|
+
* Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
|
|
8787
8768
|
*/
|
|
8788
8769
|
requestHeaders?: object[];
|
|
8789
8770
|
}
|
|
@@ -8815,8 +8796,7 @@ declare namespace sap {
|
|
|
8815
8796
|
/**
|
|
8816
8797
|
* Http-Request-Headers.
|
|
8817
8798
|
*
|
|
8818
|
-
* Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
|
|
8819
|
-
* supported by Internet Explorer 9.
|
|
8799
|
+
* Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
|
|
8820
8800
|
*/
|
|
8821
8801
|
requestHeaders?: object[];
|
|
8822
8802
|
}
|
|
@@ -8833,8 +8813,7 @@ declare namespace sap {
|
|
|
8833
8813
|
/**
|
|
8834
8814
|
* Http-Request-Headers.
|
|
8835
8815
|
*
|
|
8836
|
-
* Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
|
|
8837
|
-
* supported by Internet Explorer 9.
|
|
8816
|
+
* Required for receiving `requestHeaders` is to set the property `sendXHR` to true.
|
|
8838
8817
|
*/
|
|
8839
8818
|
requestHeaders?: object[];
|
|
8840
8819
|
}
|
|
@@ -16073,8 +16052,7 @@ declare namespace sap {
|
|
|
16073
16052
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
16074
16053
|
* otherwise it will be bound to this `sap.ui.unified.FileUploader` itself.
|
|
16075
16054
|
*
|
|
16076
|
-
* Event is fired when the size of a file is above the `maximumFileSize` property.
|
|
16077
|
-
* by Internet Explorer 9 (same restriction as for the property `maximumFileSize`).
|
|
16055
|
+
* Event is fired when the size of a file is above the `maximumFileSize` property.
|
|
16078
16056
|
*
|
|
16079
16057
|
*
|
|
16080
16058
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16101,8 +16079,7 @@ declare namespace sap {
|
|
|
16101
16079
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
16102
16080
|
* otherwise it will be bound to this `sap.ui.unified.FileUploader` itself.
|
|
16103
16081
|
*
|
|
16104
|
-
* Event is fired when the size of a file is above the `maximumFileSize` property.
|
|
16105
|
-
* by Internet Explorer 9 (same restriction as for the property `maximumFileSize`).
|
|
16082
|
+
* Event is fired when the size of a file is above the `maximumFileSize` property.
|
|
16106
16083
|
*
|
|
16107
16084
|
*
|
|
16108
16085
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16172,8 +16149,7 @@ declare namespace sap {
|
|
|
16172
16149
|
*
|
|
16173
16150
|
* Event is fired after the current upload has been aborted.
|
|
16174
16151
|
*
|
|
16175
|
-
* This event is only supported with property `sendXHR` set to true
|
|
16176
|
-
* Internet Explorer 9.
|
|
16152
|
+
* This event is only supported with property `sendXHR` set to true.
|
|
16177
16153
|
*
|
|
16178
16154
|
* @since 1.24.0
|
|
16179
16155
|
*
|
|
@@ -16202,8 +16178,7 @@ declare namespace sap {
|
|
|
16202
16178
|
*
|
|
16203
16179
|
* Event is fired after the current upload has been aborted.
|
|
16204
16180
|
*
|
|
16205
|
-
* This event is only supported with property `sendXHR` set to true
|
|
16206
|
-
* Internet Explorer 9.
|
|
16181
|
+
* This event is only supported with property `sendXHR` set to true.
|
|
16207
16182
|
*
|
|
16208
16183
|
* @since 1.24.0
|
|
16209
16184
|
*
|
|
@@ -16288,8 +16263,7 @@ declare namespace sap {
|
|
|
16288
16263
|
* It contains progress information related to the running upload. Depending on file size, band width and
|
|
16289
16264
|
* used browser the event is fired once or multiple times.
|
|
16290
16265
|
*
|
|
16291
|
-
* This event is only supported with property `sendXHR` set to true
|
|
16292
|
-
* Internet Explorer 9.
|
|
16266
|
+
* This event is only supported with property `sendXHR` set to true.
|
|
16293
16267
|
*
|
|
16294
16268
|
* @since 1.24.0
|
|
16295
16269
|
*
|
|
@@ -16322,8 +16296,7 @@ declare namespace sap {
|
|
|
16322
16296
|
* It contains progress information related to the running upload. Depending on file size, band width and
|
|
16323
16297
|
* used browser the event is fired once or multiple times.
|
|
16324
16298
|
*
|
|
16325
|
-
* This event is only supported with property `sendXHR` set to true
|
|
16326
|
-
* Internet Explorer 9.
|
|
16299
|
+
* This event is only supported with property `sendXHR` set to true.
|
|
16327
16300
|
*
|
|
16328
16301
|
* @since 1.24.0
|
|
16329
16302
|
*
|
|
@@ -16889,8 +16862,7 @@ declare namespace sap {
|
|
|
16889
16862
|
*
|
|
16890
16863
|
* The chosen files will be checked against an array of file types.
|
|
16891
16864
|
*
|
|
16892
|
-
* If at least one file does not fit the file type restriction, the upload is prevented.
|
|
16893
|
-
* property is not supported by Microsoft Edge.
|
|
16865
|
+
* If at least one file does not fit the file type restriction, the upload is prevented.
|
|
16894
16866
|
*
|
|
16895
16867
|
* Example: `["jpg", "png", "bmp"]`.
|
|
16896
16868
|
*
|
|
@@ -16901,8 +16873,7 @@ declare namespace sap {
|
|
|
16901
16873
|
/**
|
|
16902
16874
|
* Gets content of aggregation {@link #getHeaderParameters headerParameters}.
|
|
16903
16875
|
*
|
|
16904
|
-
* The header parameters for the `FileUploader` which are only submitted with XHR requests.
|
|
16905
|
-
* are not supported by Internet Explorer 9.
|
|
16876
|
+
* The header parameters for the `FileUploader` which are only submitted with XHR requests.
|
|
16906
16877
|
*/
|
|
16907
16878
|
getHeaderParameters(): sap.ui.unified.FileUploaderParameter[];
|
|
16908
16879
|
/**
|
|
@@ -17002,8 +16973,6 @@ declare namespace sap {
|
|
|
17002
16973
|
*
|
|
17003
16974
|
* A file size limit in megabytes which prevents the upload if at least one file exceeds it.
|
|
17004
16975
|
*
|
|
17005
|
-
* This property is not supported by Internet Explorer 9.
|
|
17006
|
-
*
|
|
17007
16976
|
*
|
|
17008
16977
|
* @returns Value of property `maximumFileSize`
|
|
17009
16978
|
*/
|
|
@@ -17015,11 +16984,10 @@ declare namespace sap {
|
|
|
17015
16984
|
*
|
|
17016
16985
|
* If at least one file does not fit the MIME type restriction, the upload is prevented.
|
|
17017
16986
|
*
|
|
17018
|
-
* **Note:** This property is
|
|
17019
|
-
*
|
|
17020
|
-
*
|
|
17021
|
-
*
|
|
17022
|
-
* side.
|
|
16987
|
+
* **Note:** This property is only reliable for common file types like images, audio, video, plain text
|
|
16988
|
+
* and HTML documents. File types that are not recognized by the browser result in `file.type` to be returned
|
|
16989
|
+
* as an empty string. In this case the verification could not be performed. The file upload is not prevented
|
|
16990
|
+
* and the validation based on file type is left to the receiving backend side.
|
|
17023
16991
|
*
|
|
17024
16992
|
* Example: `["image/png", "image/jpeg"]`.
|
|
17025
16993
|
*
|
|
@@ -17032,8 +17000,6 @@ declare namespace sap {
|
|
|
17032
17000
|
*
|
|
17033
17001
|
* Allows multiple files to be chosen and uploaded from the same folder.
|
|
17034
17002
|
*
|
|
17035
|
-
* This property is not supported by Internet Explorer 9.
|
|
17036
|
-
*
|
|
17037
17003
|
* **Note:** Keep in mind that the various operating systems for mobile devices can react differently to
|
|
17038
17004
|
* the property so that fewer upload functions may be available in some cases.
|
|
17039
17005
|
*
|
|
@@ -17110,8 +17076,6 @@ declare namespace sap {
|
|
|
17110
17076
|
*
|
|
17111
17077
|
* If set to "true", the request will be sent as XHR request instead of a form submit.
|
|
17112
17078
|
*
|
|
17113
|
-
* This property is not supported by Internet Explorer 9.
|
|
17114
|
-
*
|
|
17115
17079
|
* Default value is `false`.
|
|
17116
17080
|
*
|
|
17117
17081
|
*
|
|
@@ -17464,8 +17428,7 @@ declare namespace sap {
|
|
|
17464
17428
|
*
|
|
17465
17429
|
* The chosen files will be checked against an array of file types.
|
|
17466
17430
|
*
|
|
17467
|
-
* If at least one file does not fit the file type restriction, the upload is prevented.
|
|
17468
|
-
* property is not supported by Microsoft Edge.
|
|
17431
|
+
* If at least one file does not fit the file type restriction, the upload is prevented.
|
|
17469
17432
|
*
|
|
17470
17433
|
* Example: `["jpg", "png", "bmp"]`.
|
|
17471
17434
|
*
|
|
@@ -17626,8 +17589,6 @@ declare namespace sap {
|
|
|
17626
17589
|
*
|
|
17627
17590
|
* A file size limit in megabytes which prevents the upload if at least one file exceeds it.
|
|
17628
17591
|
*
|
|
17629
|
-
* This property is not supported by Internet Explorer 9.
|
|
17630
|
-
*
|
|
17631
17592
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17632
17593
|
*
|
|
17633
17594
|
*
|
|
@@ -17646,11 +17607,10 @@ declare namespace sap {
|
|
|
17646
17607
|
*
|
|
17647
17608
|
* If at least one file does not fit the MIME type restriction, the upload is prevented.
|
|
17648
17609
|
*
|
|
17649
|
-
* **Note:** This property is
|
|
17650
|
-
*
|
|
17651
|
-
*
|
|
17652
|
-
*
|
|
17653
|
-
* side.
|
|
17610
|
+
* **Note:** This property is only reliable for common file types like images, audio, video, plain text
|
|
17611
|
+
* and HTML documents. File types that are not recognized by the browser result in `file.type` to be returned
|
|
17612
|
+
* as an empty string. In this case the verification could not be performed. The file upload is not prevented
|
|
17613
|
+
* and the validation based on file type is left to the receiving backend side.
|
|
17654
17614
|
*
|
|
17655
17615
|
* Example: `["image/png", "image/jpeg"]`.
|
|
17656
17616
|
*
|
|
@@ -17670,8 +17630,6 @@ declare namespace sap {
|
|
|
17670
17630
|
*
|
|
17671
17631
|
* Allows multiple files to be chosen and uploaded from the same folder.
|
|
17672
17632
|
*
|
|
17673
|
-
* This property is not supported by Internet Explorer 9.
|
|
17674
|
-
*
|
|
17675
17633
|
* **Note:** Keep in mind that the various operating systems for mobile devices can react differently to
|
|
17676
17634
|
* the property so that fewer upload functions may be available in some cases.
|
|
17677
17635
|
*
|
|
@@ -17747,8 +17705,6 @@ declare namespace sap {
|
|
|
17747
17705
|
*
|
|
17748
17706
|
* If set to "true", the request will be sent as XHR request instead of a form submit.
|
|
17749
17707
|
*
|
|
17750
|
-
* This property is not supported by Internet Explorer 9.
|
|
17751
|
-
*
|
|
17752
17708
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17753
17709
|
*
|
|
17754
17710
|
* Default value is `false`.
|
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.142.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -13942,6 +13942,18 @@ declare namespace sap {
|
|
|
13942
13942
|
|
|
13943
13943
|
"sap/ushell/modules/NavigationMenu/NavigationMenuMode": undefined;
|
|
13944
13944
|
|
|
13945
|
+
"sap/ushell/modules/Notifications": undefined;
|
|
13946
|
+
|
|
13947
|
+
"sap/ushell/modules/Notifications/NotificationsAPI": undefined;
|
|
13948
|
+
|
|
13949
|
+
"sap/ushell/modules/Notifications/NotificationsProvider": undefined;
|
|
13950
|
+
|
|
13951
|
+
"sap/ushell/modules/Search": undefined;
|
|
13952
|
+
|
|
13953
|
+
"sap/ushell/modules/Search/SearchAPI": undefined;
|
|
13954
|
+
|
|
13955
|
+
"sap/ushell/modules/Search/SearchProvider": undefined;
|
|
13956
|
+
|
|
13945
13957
|
"sap/ushell/renderer/ShellLayout": undefined;
|
|
13946
13958
|
|
|
13947
13959
|
"sap/ushell/renderers/fiori2/Renderer": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED