@sapui5/types 1.120.6 → 1.120.8
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.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +175 -43
- package/types/sap.f.d.ts +1484 -843
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.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.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +12919 -8169
- package/types/sap.makit.d.ts +367 -185
- package/types/sap.me.d.ts +229 -35
- package/types/sap.ndc.d.ts +40 -9
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +201 -126
- package/types/sap.suite.ui.microchart.d.ts +966 -392
- package/types/sap.tnt.d.ts +190 -95
- package/types/sap.ui.codeeditor.d.ts +46 -17
- package/types/sap.ui.commons.d.ts +1992 -668
- package/types/sap.ui.comp.d.ts +3653 -2889
- package/types/sap.ui.core.d.ts +5281 -3347
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +73 -65
- package/types/sap.ui.fl.d.ts +95 -46
- package/types/sap.ui.integration.d.ts +446 -387
- package/types/sap.ui.layout.d.ts +1116 -634
- package/types/sap.ui.mdc.d.ts +1907 -1277
- package/types/sap.ui.richtexteditor.d.ts +112 -55
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +42 -10
- package/types/sap.ui.support.d.ts +31 -23
- package/types/sap.ui.table.d.ts +898 -616
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1834 -1207
- package/types/sap.ui.ux3.d.ts +1279 -477
- package/types/sap.ui.webc.common.d.ts +7 -5
- package/types/sap.ui.webc.fiori.d.ts +836 -213
- package/types/sap.ui.webc.main.d.ts +2670 -591
- package/types/sap.uiext.inbox.d.ts +207 -36
- package/types/sap.ushell.d.ts +1024 -782
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +571 -316
- package/types/sap.viz.d.ts +4030 -2318
- 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 +1 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.8
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/export/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @since 1.50.0
|
|
6
|
-
*
|
|
7
5
|
* EDM data types for document export.
|
|
6
|
+
*
|
|
7
|
+
* @since 1.50.0
|
|
8
8
|
*/
|
|
9
9
|
export enum EdmType {
|
|
10
10
|
/**
|
|
11
|
-
* @since 1.60
|
|
12
|
-
*
|
|
13
11
|
* Property of type BigNumber.
|
|
12
|
+
*
|
|
13
|
+
* @since 1.60
|
|
14
14
|
*/
|
|
15
15
|
BigNumber = "BigNumber",
|
|
16
16
|
/**
|
|
@@ -30,9 +30,9 @@ declare module "sap/ui/export/library" {
|
|
|
30
30
|
*/
|
|
31
31
|
DateTime = "DateTime",
|
|
32
32
|
/**
|
|
33
|
-
* @since 1.58
|
|
34
|
-
*
|
|
35
33
|
* Property of type Enumeration.
|
|
34
|
+
*
|
|
35
|
+
* @since 1.58
|
|
36
36
|
*/
|
|
37
37
|
Enumeration = "Enumeration",
|
|
38
38
|
/**
|
|
@@ -40,9 +40,9 @@ declare module "sap/ui/export/library" {
|
|
|
40
40
|
*/
|
|
41
41
|
Number = "Number",
|
|
42
42
|
/**
|
|
43
|
-
* @since 1.87
|
|
44
|
-
*
|
|
45
43
|
* Property of type Percentage.
|
|
44
|
+
*
|
|
45
|
+
* @since 1.87
|
|
46
46
|
*/
|
|
47
47
|
Percentage = "Percentage",
|
|
48
48
|
/**
|
|
@@ -54,22 +54,22 @@ declare module "sap/ui/export/library" {
|
|
|
54
54
|
*/
|
|
55
55
|
Time = "Time",
|
|
56
56
|
/**
|
|
57
|
-
* @since 1.118
|
|
58
|
-
*
|
|
59
57
|
* Property of type Timezone
|
|
58
|
+
*
|
|
59
|
+
* @since 1.118
|
|
60
60
|
*/
|
|
61
61
|
Timezone = "Timezone",
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
|
-
* @since 1.78
|
|
65
|
-
*
|
|
66
64
|
* File types for document export.
|
|
65
|
+
*
|
|
66
|
+
* @since 1.78
|
|
67
67
|
*/
|
|
68
68
|
export enum FileType {
|
|
69
69
|
/**
|
|
70
|
-
* @since 1.117
|
|
71
|
-
*
|
|
72
70
|
* Portable Document Format (PDF) file type.
|
|
71
|
+
*
|
|
72
|
+
* @since 1.117
|
|
73
73
|
*/
|
|
74
74
|
PDF = "PDF",
|
|
75
75
|
/**
|
|
@@ -93,10 +93,10 @@ declare module "sap/ui/export/ExportBase" {
|
|
|
93
93
|
import Event from "sap/ui/base/Event";
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
|
-
* @since 1.96
|
|
97
|
-
*
|
|
98
96
|
* The `sap.ui.export.ExportBase` class allows you to export table data from a UI5 application to certain
|
|
99
97
|
* formats. This class is an abstract class that requires specific implementations for each file format.
|
|
98
|
+
*
|
|
99
|
+
* @since 1.96
|
|
100
100
|
*/
|
|
101
101
|
export default class ExportBase extends EventProvider {
|
|
102
102
|
/**
|
|
@@ -138,6 +138,7 @@ declare module "sap/ui/export/ExportBase" {
|
|
|
138
138
|
*
|
|
139
139
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.EventProvider.extend}.
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @returns Created class / constructor function
|
|
142
143
|
*/
|
|
143
144
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -158,18 +159,19 @@ declare module "sap/ui/export/ExportBase" {
|
|
|
158
159
|
/**
|
|
159
160
|
* Returns a metadata object for class sap.ui.export.ExportBase.
|
|
160
161
|
*
|
|
162
|
+
*
|
|
161
163
|
* @returns Metadata object describing this class
|
|
162
164
|
*/
|
|
163
165
|
static getMetadata(): Metadata;
|
|
164
166
|
/**
|
|
165
|
-
* @since 1.96
|
|
166
|
-
*
|
|
167
167
|
* Attaches event handler `fnFunction` to the {@link sap.ui.export.ExportBase#event:beforeExport} event
|
|
168
168
|
* of this `sap.ui.export.ExportBase`.
|
|
169
169
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
170
170
|
* otherwise it will be bound to this `sap.ui.export.ExportBase` itself.
|
|
171
171
|
* This event is fired just before the export process is started.
|
|
172
172
|
*
|
|
173
|
+
* @since 1.96
|
|
174
|
+
*
|
|
173
175
|
* @returns Reference to `this` in order to allow method chaining
|
|
174
176
|
*/
|
|
175
177
|
attachBeforeExport(
|
|
@@ -188,14 +190,14 @@ declare module "sap/ui/export/ExportBase" {
|
|
|
188
190
|
oListener?: object
|
|
189
191
|
): this;
|
|
190
192
|
/**
|
|
191
|
-
* @since 1.96
|
|
192
|
-
*
|
|
193
193
|
* Attaches event handler `fnFunction` to the {@link sap.ui.export.ExportBase#event:beforeExport} event
|
|
194
194
|
* of this `sap.ui.export.ExportBase`.
|
|
195
195
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
196
196
|
* otherwise it will be bound to this `sap.ui.export.ExportBase` itself.
|
|
197
197
|
* This event is fired just before the export process is started.
|
|
198
198
|
*
|
|
199
|
+
* @since 1.96
|
|
200
|
+
*
|
|
199
201
|
* @returns Reference to `this` in order to allow method chaining
|
|
200
202
|
*/
|
|
201
203
|
attachBeforeExport(
|
|
@@ -211,6 +213,7 @@ declare module "sap/ui/export/ExportBase" {
|
|
|
211
213
|
/**
|
|
212
214
|
* Triggers the export process of the specific format.
|
|
213
215
|
*
|
|
216
|
+
*
|
|
214
217
|
* @returns Promise that gets resolved once the data has been exported
|
|
215
218
|
*/
|
|
216
219
|
build(): Promise<any>;
|
|
@@ -227,12 +230,12 @@ declare module "sap/ui/export/ExportBase" {
|
|
|
227
230
|
*/
|
|
228
231
|
destroy(): void;
|
|
229
232
|
/**
|
|
230
|
-
* @since 1.96
|
|
231
|
-
*
|
|
232
233
|
* Detaches event handler `fnFunction` from the {@link sap.ui.export.ExportBase#event:beforeExport} event
|
|
233
234
|
* of this `sap.ui.export.ExportBase`.
|
|
234
235
|
* The passed function and listener object must match the ones used for event registration.
|
|
235
236
|
*
|
|
237
|
+
* @since 1.96
|
|
238
|
+
*
|
|
236
239
|
* @returns Reference to `this` in order to allow method chaining
|
|
237
240
|
*/
|
|
238
241
|
detachBeforeExport(
|
|
@@ -246,15 +249,16 @@ declare module "sap/ui/export/ExportBase" {
|
|
|
246
249
|
oListener?: object
|
|
247
250
|
): this;
|
|
248
251
|
/**
|
|
249
|
-
* @since 1.112
|
|
250
|
-
*
|
|
251
252
|
* Returns the specific MIME type
|
|
253
|
+
*
|
|
254
|
+
* @since 1.112
|
|
252
255
|
*/
|
|
253
256
|
getMimeType(): void;
|
|
254
257
|
/**
|
|
255
258
|
* Sets the data source configuration that will be used for exporting the data. If the passed parameter
|
|
256
259
|
* is null, the call will be ignored.
|
|
257
260
|
*
|
|
261
|
+
*
|
|
258
262
|
* @returns - Valid dataSource object or null in case the dataSource configuration is not supported
|
|
259
263
|
*/
|
|
260
264
|
processDataSource(
|
|
@@ -283,9 +287,9 @@ declare module "sap/ui/export/ExportHandler" {
|
|
|
283
287
|
import Event from "sap/ui/base/Event";
|
|
284
288
|
|
|
285
289
|
/**
|
|
286
|
-
* @since 1.102
|
|
287
|
-
*
|
|
288
290
|
* The `sap.ui.export.ExportHandler` class allows you to export table data from an SAPUI5 application.
|
|
291
|
+
*
|
|
292
|
+
* @since 1.102
|
|
289
293
|
*/
|
|
290
294
|
export default class ExportHandler extends EventProvider {
|
|
291
295
|
/**
|
|
@@ -305,6 +309,7 @@ declare module "sap/ui/export/ExportHandler" {
|
|
|
305
309
|
*
|
|
306
310
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.EventProvider.extend}.
|
|
307
311
|
*
|
|
312
|
+
*
|
|
308
313
|
* @returns Created class / constructor function
|
|
309
314
|
*/
|
|
310
315
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -325,18 +330,19 @@ declare module "sap/ui/export/ExportHandler" {
|
|
|
325
330
|
/**
|
|
326
331
|
* Returns a metadata object for class sap.ui.export.ExportHandler.
|
|
327
332
|
*
|
|
333
|
+
*
|
|
328
334
|
* @returns Metadata object describing this class
|
|
329
335
|
*/
|
|
330
336
|
static getMetadata(): Metadata;
|
|
331
337
|
/**
|
|
332
|
-
* @since 1.102
|
|
333
|
-
*
|
|
334
338
|
* Attaches event handler `fnFunction` to the {@link sap.ui.export.ExportHandler#event:beforeExport} event
|
|
335
339
|
* of this `sap.ui.export.ExportHandler`.
|
|
336
340
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
337
341
|
* otherwise it will be bound to this `sap.ui.export.ExportHandler` itself.
|
|
338
342
|
* This event is fired just before the export process is started.
|
|
339
343
|
*
|
|
344
|
+
* @since 1.102
|
|
345
|
+
*
|
|
340
346
|
* @returns Reference to `this` in order to allow method chaining
|
|
341
347
|
*/
|
|
342
348
|
attachBeforeExport(
|
|
@@ -356,14 +362,14 @@ declare module "sap/ui/export/ExportHandler" {
|
|
|
356
362
|
oListener?: object
|
|
357
363
|
): this;
|
|
358
364
|
/**
|
|
359
|
-
* @since 1.102
|
|
360
|
-
*
|
|
361
365
|
* Attaches event handler `fnFunction` to the {@link sap.ui.export.ExportHandler#event:beforeExport} event
|
|
362
366
|
* of this `sap.ui.export.ExportHandler`.
|
|
363
367
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
364
368
|
* otherwise it will be bound to this `sap.ui.export.ExportHandler` itself.
|
|
365
369
|
* This event is fired just before the export process is started.
|
|
366
370
|
*
|
|
371
|
+
* @since 1.102
|
|
372
|
+
*
|
|
367
373
|
* @returns Reference to `this` in order to allow method chaining
|
|
368
374
|
*/
|
|
369
375
|
attachBeforeExport(
|
|
@@ -386,12 +392,12 @@ declare module "sap/ui/export/ExportHandler" {
|
|
|
386
392
|
*/
|
|
387
393
|
destroy(): void;
|
|
388
394
|
/**
|
|
389
|
-
* @since 1.102
|
|
390
|
-
*
|
|
391
395
|
* Detaches event handler `fnFunction` from the {@link sap.ui.export.ExportHandler#event:beforeExport} event
|
|
392
396
|
* of this `sap.ui.export.ExportHandler`.
|
|
393
397
|
* The passed function and listener object must match the ones used for event registration.
|
|
394
398
|
*
|
|
399
|
+
* @since 1.102
|
|
400
|
+
*
|
|
395
401
|
* @returns Reference to `this` in order to allow method chaining
|
|
396
402
|
*/
|
|
397
403
|
detachBeforeExport(
|
|
@@ -405,12 +411,12 @@ declare module "sap/ui/export/ExportHandler" {
|
|
|
405
411
|
oListener?: object
|
|
406
412
|
): this;
|
|
407
413
|
/**
|
|
408
|
-
* @since 1.102
|
|
409
|
-
*
|
|
410
414
|
* Exports the data as defined via parameter. The function returns a `Promise` that will be resolved after
|
|
411
415
|
* the export process has been finished. In case of an error, its message will be shown in a `Dialog`, and
|
|
412
416
|
* the `Promise` will be rejected.
|
|
413
417
|
*
|
|
418
|
+
* @since 1.102
|
|
419
|
+
*
|
|
414
420
|
* @returns A `Promise` that gets resolved after the export process has been finished
|
|
415
421
|
*/
|
|
416
422
|
export(
|
|
@@ -420,11 +426,11 @@ declare module "sap/ui/export/ExportHandler" {
|
|
|
420
426
|
mExportSettings: object
|
|
421
427
|
): Promise<any>;
|
|
422
428
|
/**
|
|
423
|
-
* @since 1.102
|
|
424
|
-
*
|
|
425
429
|
* Exports the data as defined by the user. This function will show an export settings dialog where the
|
|
426
430
|
* user can define certain settings that influence the output of the export functionality.
|
|
427
431
|
*
|
|
432
|
+
* @since 1.102
|
|
433
|
+
*
|
|
428
434
|
* @returns A `Promise` that resolves once the data has been exported
|
|
429
435
|
*/
|
|
430
436
|
exportAs(
|
|
@@ -472,10 +478,10 @@ declare module "sap/ui/export/Spreadsheet" {
|
|
|
472
478
|
import Event from "sap/ui/base/Event";
|
|
473
479
|
|
|
474
480
|
/**
|
|
475
|
-
* @since 1.50
|
|
476
|
-
*
|
|
477
481
|
* The `sap.ui.export.Spreadsheet` class allows you to export table data from a UI5 application to a spreadsheet
|
|
478
482
|
* file.
|
|
483
|
+
*
|
|
484
|
+
* @since 1.50
|
|
479
485
|
*/
|
|
480
486
|
export default class Spreadsheet extends ExportBase {
|
|
481
487
|
/**
|
|
@@ -778,14 +784,14 @@ declare module "sap/ui/export/Spreadsheet" {
|
|
|
778
784
|
);
|
|
779
785
|
|
|
780
786
|
/**
|
|
781
|
-
* @since 1.61
|
|
782
|
-
*
|
|
783
787
|
* Attaches event handler `fnFunction` to the {@link sap.ui.export.Spreadsheet#event:beforeSave} event of
|
|
784
788
|
* this `sap.ui.export.Spreadsheet`.
|
|
785
789
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
786
790
|
* otherwise it will be bound to this `sap.ui.export.Spreadsheet` itself.
|
|
787
791
|
* This event is fired just before the generated file is saved to the file system.
|
|
788
792
|
*
|
|
793
|
+
* @since 1.61
|
|
794
|
+
*
|
|
789
795
|
* @returns Reference to `this` in order to allow method chaining
|
|
790
796
|
*/
|
|
791
797
|
attachBeforeSave(
|
|
@@ -804,14 +810,14 @@ declare module "sap/ui/export/Spreadsheet" {
|
|
|
804
810
|
oListener?: object
|
|
805
811
|
): this;
|
|
806
812
|
/**
|
|
807
|
-
* @since 1.61
|
|
808
|
-
*
|
|
809
813
|
* Attaches event handler `fnFunction` to the {@link sap.ui.export.Spreadsheet#event:beforeSave} event of
|
|
810
814
|
* this `sap.ui.export.Spreadsheet`.
|
|
811
815
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
812
816
|
* otherwise it will be bound to this `sap.ui.export.Spreadsheet` itself.
|
|
813
817
|
* This event is fired just before the generated file is saved to the file system.
|
|
814
818
|
*
|
|
819
|
+
* @since 1.61
|
|
820
|
+
*
|
|
815
821
|
* @returns Reference to `this` in order to allow method chaining
|
|
816
822
|
*/
|
|
817
823
|
attachBeforeSave(
|
|
@@ -825,20 +831,20 @@ declare module "sap/ui/export/Spreadsheet" {
|
|
|
825
831
|
oListener?: object
|
|
826
832
|
): this;
|
|
827
833
|
/**
|
|
828
|
-
* @since 1.52
|
|
829
|
-
*
|
|
830
834
|
* Cancels a running export process. This method does nothing if no export is running.
|
|
831
835
|
*
|
|
836
|
+
* @since 1.52
|
|
837
|
+
*
|
|
832
838
|
* @returns - Reference to `this` in order to allow method chaining
|
|
833
839
|
*/
|
|
834
840
|
cancel(): this;
|
|
835
841
|
/**
|
|
836
|
-
* @since 1.61
|
|
837
|
-
*
|
|
838
842
|
* Detaches event handler `fnFunction` from the {@link sap.ui.export.Spreadsheet beforeSave} event of this
|
|
839
843
|
* `sap.ui.export.Spreadsheet`.
|
|
840
844
|
* The passed function and listener object must match the ones used for event registration.
|
|
841
845
|
*
|
|
846
|
+
* @since 1.61
|
|
847
|
+
*
|
|
842
848
|
* @returns Reference to `this` in order to allow method chaining
|
|
843
849
|
*/
|
|
844
850
|
detachBeforeSave(
|
|
@@ -852,19 +858,19 @@ declare module "sap/ui/export/Spreadsheet" {
|
|
|
852
858
|
oListener?: object
|
|
853
859
|
): this;
|
|
854
860
|
/**
|
|
855
|
-
* @since 1.112
|
|
856
|
-
*
|
|
857
861
|
* Returns the specific MIME type
|
|
858
862
|
*
|
|
863
|
+
* @since 1.112
|
|
864
|
+
*
|
|
859
865
|
* @returns MIME type for Office Open XML Spreadsheet
|
|
860
866
|
*/
|
|
861
867
|
getMimeType(): string;
|
|
862
868
|
/**
|
|
863
|
-
* @since 1.73
|
|
864
|
-
*
|
|
865
869
|
* Sets the data source configuration that will be used for exporting the data. If the passed parameter
|
|
866
870
|
* is null, the call will be ignored.
|
|
867
871
|
*
|
|
872
|
+
* @since 1.73
|
|
873
|
+
*
|
|
868
874
|
* @returns - Valid dataSource object or null in case the dataSource configuration is not supported
|
|
869
875
|
*/
|
|
870
876
|
processDataSource(
|
|
@@ -892,11 +898,11 @@ declare module "sap/ui/export/util/Filter" {
|
|
|
892
898
|
import SimpleType from "sap/ui/model/SimpleType";
|
|
893
899
|
|
|
894
900
|
/**
|
|
895
|
-
* @since 1.110
|
|
896
|
-
*
|
|
897
901
|
* The `sap.ui.export.util.Filter` class represents filter settings that are used for the export. It provides
|
|
898
902
|
* the capability to have a visual representation of the filters in the exported document and offers convenience
|
|
899
903
|
* functions like `sap.ui.export.util.Filter#setType` to improve the result.
|
|
904
|
+
*
|
|
905
|
+
* @since 1.110
|
|
900
906
|
*/
|
|
901
907
|
export default class Filter extends BaseObject {
|
|
902
908
|
/**
|
|
@@ -951,6 +957,7 @@ declare module "sap/ui/export/util/Filter" {
|
|
|
951
957
|
*
|
|
952
958
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
953
959
|
*
|
|
960
|
+
*
|
|
954
961
|
* @returns Created class / constructor function
|
|
955
962
|
*/
|
|
956
963
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -971,38 +978,37 @@ declare module "sap/ui/export/util/Filter" {
|
|
|
971
978
|
/**
|
|
972
979
|
* Returns a metadata object for class sap.ui.export.util.Filter.
|
|
973
980
|
*
|
|
981
|
+
*
|
|
974
982
|
* @returns Metadata object describing this class
|
|
975
983
|
*/
|
|
976
984
|
static getMetadata(): Metadata;
|
|
977
985
|
/**
|
|
978
|
-
* @since 1.110
|
|
979
|
-
*
|
|
980
986
|
* Returns the filter label if available. Otherwise the name of the filter property will be returned.
|
|
981
987
|
*
|
|
988
|
+
* @since 1.110
|
|
989
|
+
*
|
|
982
990
|
* @returns Filter label
|
|
983
991
|
*/
|
|
984
992
|
getLabel(): string;
|
|
985
993
|
/**
|
|
986
|
-
* @since 1.110
|
|
987
|
-
*
|
|
988
994
|
* Returns the technical name of the property on which the filter is applied.
|
|
989
995
|
*
|
|
996
|
+
* @since 1.110
|
|
997
|
+
*
|
|
990
998
|
* @returns Name of the property
|
|
991
999
|
*/
|
|
992
1000
|
getProperty(): string;
|
|
993
1001
|
/**
|
|
994
|
-
* @since 1.110
|
|
995
|
-
*
|
|
996
1002
|
* Returns the formatted filter value(s) as string. If there are multiple filters for the same property,
|
|
997
1003
|
* which are combined via `OR`, it will return a semicolon-separated list of the filter values including
|
|
998
1004
|
* their operators.
|
|
999
1005
|
*
|
|
1006
|
+
* @since 1.110
|
|
1007
|
+
*
|
|
1000
1008
|
* @returns Formatted and semicolon-separated filter settings
|
|
1001
1009
|
*/
|
|
1002
1010
|
getValue(): string;
|
|
1003
1011
|
/**
|
|
1004
|
-
* @since 1.110
|
|
1005
|
-
*
|
|
1006
1012
|
* Uses the given format function to format all filter values. The function has to accept a single parameter
|
|
1007
1013
|
* of type `string` and needs to return a string value. The function will be called for every single raw
|
|
1008
1014
|
* value without the corresponding filter operator.
|
|
@@ -1012,6 +1018,8 @@ declare module "sap/ui/export/util/Filter" {
|
|
|
1012
1018
|
*
|
|
1013
1019
|
* The format function has priority over the type-dependent format. To reset the format function and return
|
|
1014
1020
|
* to type-dependent formatting, the format function needs to be set to `null`.
|
|
1021
|
+
*
|
|
1022
|
+
* @since 1.110
|
|
1015
1023
|
*/
|
|
1016
1024
|
setFormat(
|
|
1017
1025
|
/**
|
|
@@ -1020,9 +1028,9 @@ declare module "sap/ui/export/util/Filter" {
|
|
|
1020
1028
|
fnFormat: Function
|
|
1021
1029
|
): void;
|
|
1022
1030
|
/**
|
|
1023
|
-
* @since 1.110
|
|
1024
|
-
*
|
|
1025
1031
|
* Takes the given string as label of the filter.
|
|
1032
|
+
*
|
|
1033
|
+
* @since 1.110
|
|
1026
1034
|
*/
|
|
1027
1035
|
setLabel(
|
|
1028
1036
|
/**
|
|
@@ -1031,9 +1039,9 @@ declare module "sap/ui/export/util/Filter" {
|
|
|
1031
1039
|
sLabel: string
|
|
1032
1040
|
): void;
|
|
1033
1041
|
/**
|
|
1034
|
-
* @since 1.110
|
|
1035
|
-
*
|
|
1036
1042
|
* Uses the given `sap.ui.model.SimpleType` instance to format the filter values accordingly.
|
|
1043
|
+
*
|
|
1044
|
+
* @since 1.110
|
|
1037
1045
|
*/
|
|
1038
1046
|
setType(
|
|
1039
1047
|
/**
|