@sapui5/ts-types 1.99.0 → 1.100.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/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.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +2 -6
- package/types/sap.fe.core.d.ts +282 -333
- package/types/sap.fe.macros.d.ts +566 -47
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +709 -12
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +462 -86
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +5 -5
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +47 -33
- package/types/sap.ui.core.d.ts +771 -470
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.generic.app.d.ts +4 -3
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +21 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +9 -1
- 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 +6 -12
- package/types/sap.ui.table.d.ts +2 -9
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +61 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +2 -2
- package/types/sap.ushell.d.ts +4419 -4850
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +105 -231
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +2 -2
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.grid.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.100.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -3313,7 +3313,7 @@ declare namespace sap {
|
|
|
3313
3313
|
* The size of the microchart. If not set, the default size is applied based on the size of the device tile.
|
|
3314
3314
|
* Responsive size takes width and height of the parent container where the bullet micro chart is included.
|
|
3315
3315
|
*
|
|
3316
|
-
* Default value is `
|
|
3316
|
+
* Default value is `Auto`.
|
|
3317
3317
|
*/
|
|
3318
3318
|
getSize(): sap.m.Size;
|
|
3319
3319
|
/**
|
|
@@ -3689,7 +3689,7 @@ declare namespace sap {
|
|
|
3689
3689
|
*
|
|
3690
3690
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3691
3691
|
*
|
|
3692
|
-
* Default value is `
|
|
3692
|
+
* Default value is `Auto`.
|
|
3693
3693
|
*/
|
|
3694
3694
|
setSize(
|
|
3695
3695
|
/**
|
|
@@ -4163,7 +4163,7 @@ declare namespace sap {
|
|
|
4163
4163
|
* The size of the microchart. If not set, the default size is applied based on the size of the device tile.
|
|
4164
4164
|
* Responsive size takes width and height of the parent container where the column micro chart is included.
|
|
4165
4165
|
*
|
|
4166
|
-
* Default value is `
|
|
4166
|
+
* Default value is `Auto`.
|
|
4167
4167
|
*/
|
|
4168
4168
|
getSize(): sap.m.Size;
|
|
4169
4169
|
/**
|
|
@@ -4366,7 +4366,7 @@ declare namespace sap {
|
|
|
4366
4366
|
*
|
|
4367
4367
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4368
4368
|
*
|
|
4369
|
-
* Default value is `
|
|
4369
|
+
* Default value is `Auto`.
|
|
4370
4370
|
*/
|
|
4371
4371
|
setSize(
|
|
4372
4372
|
/**
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.100.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -10264,7 +10264,8 @@ declare namespace sap {
|
|
|
10264
10264
|
/**
|
|
10265
10265
|
* @SINCE 1.38.3
|
|
10266
10266
|
*
|
|
10267
|
-
* Determines if the mandatory check
|
|
10267
|
+
* Determines if the mandatory check of whether the field has a value happens on the client side - `true`
|
|
10268
|
+
* or on the server side - `false`.
|
|
10268
10269
|
*
|
|
10269
10270
|
* **Note:** If the {@link sap.ui.comp.smartfield.SmartField#value} property of the `SmartField` control
|
|
10270
10271
|
* is bound to an Entity Data Model (EDM) property annotated as `Nullable="false"`, the mandatory validation
|
|
@@ -11638,10 +11639,6 @@ declare namespace sap {
|
|
|
11638
11639
|
* Checks the validity of the values for the given control.
|
|
11639
11640
|
*/
|
|
11640
11641
|
checkUnitValidity(
|
|
11641
|
-
/**
|
|
11642
|
-
* The control to be checked
|
|
11643
|
-
*/
|
|
11644
|
-
oControl: sap.ui.core.Control,
|
|
11645
11642
|
/**
|
|
11646
11643
|
* Additional settings
|
|
11647
11644
|
*/
|
|
@@ -12053,7 +12050,8 @@ declare namespace sap {
|
|
|
12053
12050
|
*
|
|
12054
12051
|
* Gets current value of property {@link #getClientSideMandatoryCheck clientSideMandatoryCheck}.
|
|
12055
12052
|
*
|
|
12056
|
-
* Determines if the mandatory check
|
|
12053
|
+
* Determines if the mandatory check of whether the field has a value happens on the client side - `true`
|
|
12054
|
+
* or on the server side - `false`.
|
|
12057
12055
|
*
|
|
12058
12056
|
* **Note:** If the {@link sap.ui.comp.smartfield.SmartField#value} property of the `SmartField` control
|
|
12059
12057
|
* is bound to an Entity Data Model (EDM) property annotated as `Nullable="false"`, the mandatory validation
|
|
@@ -12697,7 +12695,8 @@ declare namespace sap {
|
|
|
12697
12695
|
*
|
|
12698
12696
|
* Sets a new value for property {@link #getClientSideMandatoryCheck clientSideMandatoryCheck}.
|
|
12699
12697
|
*
|
|
12700
|
-
* Determines if the mandatory check
|
|
12698
|
+
* Determines if the mandatory check of whether the field has a value happens on the client side - `true`
|
|
12699
|
+
* or on the server side - `false`.
|
|
12701
12700
|
*
|
|
12702
12701
|
* **Note:** If the {@link sap.ui.comp.smartfield.SmartField#value} property of the `SmartField` control
|
|
12703
12702
|
* is bound to an Entity Data Model (EDM) property annotated as `Nullable="false"`, the mandatory validation
|
|
@@ -23433,6 +23432,7 @@ declare namespace sap {
|
|
|
23433
23432
|
|
|
23434
23433
|
/**
|
|
23435
23434
|
* @SINCE 1.26.0
|
|
23435
|
+
* @deprecated (since 1.100) - replaced by `enableExport` property.
|
|
23436
23436
|
*
|
|
23437
23437
|
* Can be set to true or false depending on whether you want to export data to a spreadsheet application,
|
|
23438
23438
|
* for example Microsoft Excel.
|
|
@@ -23447,6 +23447,17 @@ declare namespace sap {
|
|
|
23447
23447
|
| boolean
|
|
23448
23448
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
23449
23449
|
|
|
23450
|
+
/**
|
|
23451
|
+
* @SINCE 1.100.0
|
|
23452
|
+
*
|
|
23453
|
+
* Enables the export of data from the `SmartTable` control to another file, for example, a spreadsheet.
|
|
23454
|
+
* If `exportType` is `sap.ui.comp.smarttable.ExportType.GW`, any `$expand` parameters are removed when
|
|
23455
|
+
* sending the request to generate the file.
|
|
23456
|
+
*/
|
|
23457
|
+
enableExport?:
|
|
23458
|
+
| boolean
|
|
23459
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
23460
|
+
|
|
23450
23461
|
/**
|
|
23451
23462
|
* @SINCE 1.50.0
|
|
23452
23463
|
*
|
|
@@ -25497,6 +25508,18 @@ declare namespace sap {
|
|
|
25497
25508
|
* Default value is `true`.
|
|
25498
25509
|
*/
|
|
25499
25510
|
getEnableCustomFilter(): boolean;
|
|
25511
|
+
/**
|
|
25512
|
+
* @SINCE 1.100.0
|
|
25513
|
+
*
|
|
25514
|
+
* Gets current value of property {@link #getEnableExport enableExport}.
|
|
25515
|
+
*
|
|
25516
|
+
* Enables the export of data from the `SmartTable` control to another file, for example, a spreadsheet.
|
|
25517
|
+
* If `exportType` is `sap.ui.comp.smarttable.ExportType.GW`, any `$expand` parameters are removed when
|
|
25518
|
+
* sending the request to generate the file.
|
|
25519
|
+
*
|
|
25520
|
+
* Default value is `true`.
|
|
25521
|
+
*/
|
|
25522
|
+
getEnableExport(): boolean;
|
|
25500
25523
|
/**
|
|
25501
25524
|
* @SINCE 1.96
|
|
25502
25525
|
*
|
|
@@ -25852,6 +25875,7 @@ declare namespace sap {
|
|
|
25852
25875
|
getUiState(): sap.ui.comp.state.UIState;
|
|
25853
25876
|
/**
|
|
25854
25877
|
* @SINCE 1.26.0
|
|
25878
|
+
* @deprecated (since 1.100) - replaced by `enableExport` property.
|
|
25855
25879
|
*
|
|
25856
25880
|
* Gets current value of property {@link #getUseExportToExcel useExportToExcel}.
|
|
25857
25881
|
*
|
|
@@ -26207,6 +26231,13 @@ declare namespace sap {
|
|
|
26207
26231
|
*/
|
|
26208
26232
|
bEnableCustomFilter?: boolean
|
|
26209
26233
|
): this;
|
|
26234
|
+
/**
|
|
26235
|
+
* @SINCE 1.100.0
|
|
26236
|
+
*
|
|
26237
|
+
* Sets the `exportEnable` property that enables the export of data. The export type can be defined using
|
|
26238
|
+
* the `exportType` property.
|
|
26239
|
+
*/
|
|
26240
|
+
setEnableExport(): void;
|
|
26210
26241
|
/**
|
|
26211
26242
|
* Sets a new value for the `enablePaste` property.
|
|
26212
26243
|
*/
|
|
@@ -26677,29 +26708,12 @@ declare namespace sap {
|
|
|
26677
26708
|
oUIState: sap.ui.comp.state.UIState
|
|
26678
26709
|
): void;
|
|
26679
26710
|
/**
|
|
26680
|
-
* @
|
|
26681
|
-
*
|
|
26682
|
-
* Sets a new value for property {@link #getUseExportToExcel useExportToExcel}.
|
|
26711
|
+
* @deprecated (since 1.100) - replaced by {@link #setEnableExport}.
|
|
26683
26712
|
*
|
|
26684
|
-
*
|
|
26685
|
-
*
|
|
26686
|
-
* Note:
|
|
26687
|
-
* If `exportType` is `sap.ui.comp.smarttable.ExportType.GW`, any $expand parameters are removed when sending
|
|
26688
|
-
* the request to generate the spreadsheet.
|
|
26689
|
-
* As of UI5 version 1.56: If `exportType` is `sap.ui.comp.smarttable.ExportType.UI5Client` and `TreeTable`
|
|
26690
|
-
* is used, the `worksheet.hierarchyLevel` property (see {@link sap.ui.export.Spreadsheet}) is filled from
|
|
26691
|
-
* the binding, if the relevant information is available there for exporting hierarchical data in the spreadsheet.
|
|
26692
|
-
*
|
|
26693
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
26694
|
-
*
|
|
26695
|
-
* Default value is `true`.
|
|
26713
|
+
* Sets the `useExportToExcel` property which enables export of data. The export type can be defined using
|
|
26714
|
+
* `exportType` property.
|
|
26696
26715
|
*/
|
|
26697
|
-
setUseExportToExcel(
|
|
26698
|
-
/**
|
|
26699
|
-
* New value for property `useExportToExcel`
|
|
26700
|
-
*/
|
|
26701
|
-
bUseExportToExcel?: boolean
|
|
26702
|
-
): this;
|
|
26716
|
+
setUseExportToExcel(): void;
|
|
26703
26717
|
/**
|
|
26704
26718
|
* @SINCE 1.70
|
|
26705
26719
|
*
|
|
@@ -28286,10 +28300,10 @@ declare namespace sap {
|
|
|
28286
28300
|
/**
|
|
28287
28301
|
* Filter names to ignore
|
|
28288
28302
|
*/
|
|
28289
|
-
|
|
28303
|
+
aIgnoreSelOptionNames: any[]
|
|
28290
28304
|
): object;
|
|
28291
28305
|
/**
|
|
28292
|
-
* Enriches the internal filter bar value format with the
|
|
28306
|
+
* Enriches the internal filter bar value format with the semantic date information.
|
|
28293
28307
|
*/
|
|
28294
28308
|
static enrichWithSemanticDates(
|
|
28295
28309
|
/**
|
|
@@ -28297,9 +28311,9 @@ declare namespace sap {
|
|
|
28297
28311
|
*/
|
|
28298
28312
|
sPayload: string,
|
|
28299
28313
|
/**
|
|
28300
|
-
*
|
|
28314
|
+
* Semantic date information
|
|
28301
28315
|
*/
|
|
28302
|
-
|
|
28316
|
+
oSemanticDates: object
|
|
28303
28317
|
): string;
|
|
28304
28318
|
/**
|
|
28305
28319
|
* Enriches the internal filter bar value format with the information from the value state.
|