@sapui5/ts-types 1.113.0 → 1.115.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 +0 -1
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +135 -67
- package/types/sap.chart.d.ts +154 -125
- package/types/sap.collaboration.d.ts +80 -78
- package/types/sap.esh.search.ui.d.ts +137 -1
- package/types/sap.f.d.ts +1357 -926
- package/types/sap.fe.core.d.ts +45 -155
- package/types/sap.fe.macros.d.ts +80 -9
- package/types/sap.fe.navigation.d.ts +34 -27
- package/types/sap.fe.templates.d.ts +8 -275
- package/types/sap.fe.test.d.ts +4 -10
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1716 -1087
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +35 -9
- package/types/sap.m.d.ts +7689 -5451
- package/types/sap.makit.d.ts +17 -5
- package/types/sap.me.d.ts +122 -63
- package/types/sap.ndc.d.ts +99 -39
- package/types/sap.ovp.d.ts +1 -2
- package/types/sap.rules.ui.d.ts +43 -19
- package/types/sap.sac.df.d.ts +31 -579
- package/types/sap.suite.ui.commons.d.ts +2060 -1282
- package/types/sap.suite.ui.generic.template.d.ts +29 -40
- package/types/sap.suite.ui.microchart.d.ts +188 -136
- package/types/sap.tnt.d.ts +134 -54
- package/types/sap.ui.codeeditor.d.ts +51 -29
- package/types/sap.ui.commons.d.ts +1017 -599
- package/types/sap.ui.comp.d.ts +2755 -1772
- package/types/sap.ui.core.d.ts +5398 -3172
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +32 -29
- package/types/sap.ui.fl.d.ts +123 -82
- package/types/sap.ui.generic.app.d.ts +41 -40
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +344 -163
- package/types/sap.ui.layout.d.ts +312 -355
- package/types/sap.ui.mdc.d.ts +21839 -8
- package/types/sap.ui.richtexteditor.d.ts +61 -49
- package/types/sap.ui.rta.d.ts +1 -2
- package/types/sap.ui.suite.d.ts +9 -9
- package/types/sap.ui.support.d.ts +5 -7
- package/types/sap.ui.table.d.ts +713 -452
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1077 -727
- package/types/sap.ui.ux3.d.ts +1038 -549
- package/types/sap.ui.vbm.d.ts +1262 -710
- package/types/sap.ui.vk.d.ts +3020 -1751
- package/types/sap.ui.vtm.d.ts +704 -457
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +532 -301
- package/types/sap.ui.webc.main.d.ts +1222 -720
- package/types/sap.uiext.inbox.d.ts +47 -24
- package/types/sap.ushell.d.ts +360 -174
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +287 -199
- package/types/sap.viz.d.ts +678 -391
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +5 -5
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +147 -81
- package/types/sap.sac.grid.d.ts +0 -760
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
12
12
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
13
13
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
14
|
-
/// <reference path="./sap.sac.grid.d.ts"/>
|
|
15
14
|
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
16
15
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
17
16
|
/// <reference path="./sap.ui.core.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -747,7 +747,7 @@ declare namespace sap {
|
|
|
747
747
|
* as experimental.
|
|
748
748
|
* Furthermore there is no need to instantiate required entities directly by applying the JavaScript 'new'-operator
|
|
749
749
|
* on their respective constructors. Instead they should be created by consumers using a create method available
|
|
750
|
-
* on API-level, such as e.g. {@link sap.apf.Api#createMessageObject} for {@link sap.apf.core.MessageObject}
|
|
750
|
+
* on API-level, such as e.g. {@link sap.apf.Api#createMessageObject} for {@link sap.apf.core.MessageObject }
|
|
751
751
|
* or {@link sap.apf.Api#createFilter} for {@link sap.apf.utils.Filter}.
|
|
752
752
|
*/
|
|
753
753
|
class Api {
|
package/types/sap.ca.ui.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ca {
|
|
@@ -1004,6 +1004,20 @@ declare namespace sap {
|
|
|
1004
1004
|
verticalArea?: sap.m.VBox;
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
|
+
interface $ChartPopoverAfterOpenEventParameters {}
|
|
1008
|
+
|
|
1009
|
+
interface $ChartPopoverBeforeOpenEventParameters {}
|
|
1010
|
+
|
|
1011
|
+
interface $ChartSelectDataPointEventParameters {}
|
|
1012
|
+
|
|
1013
|
+
interface $ChartToolBarFirstDimensionKeySelectedEventParameters {}
|
|
1014
|
+
|
|
1015
|
+
interface $ChartToolBarPersonalizationPressedEventParameters {}
|
|
1016
|
+
|
|
1017
|
+
interface $ChartToolBarSecondDimensionKeySelectedEventParameters {}
|
|
1018
|
+
|
|
1019
|
+
interface $LineChartOnDetailsSelectedEventParameters {}
|
|
1020
|
+
|
|
1007
1021
|
/**
|
|
1008
1022
|
* Types of chart supported in the sap.ca library.
|
|
1009
1023
|
*/
|
|
@@ -1073,7 +1087,6 @@ declare namespace sap {
|
|
|
1073
1087
|
*/
|
|
1074
1088
|
StackedColumn100: undefined;
|
|
1075
1089
|
}
|
|
1076
|
-
const ChartType: ChartType;
|
|
1077
1090
|
|
|
1078
1091
|
/**
|
|
1079
1092
|
* @deprecated (since 1.24) - Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The UI5
|
|
@@ -3266,7 +3279,7 @@ declare namespace sap {
|
|
|
3266
3279
|
oChart: sap.ui.core.Control
|
|
3267
3280
|
): this;
|
|
3268
3281
|
/**
|
|
3269
|
-
* Attaches event handler `fnFunction` to the {@link #event:firstDimensionKeySelected firstDimensionKeySelected}
|
|
3282
|
+
* Attaches event handler `fnFunction` to the {@link #event:firstDimensionKeySelected firstDimensionKeySelected }
|
|
3270
3283
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3271
3284
|
*
|
|
3272
3285
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3293,7 +3306,7 @@ declare namespace sap {
|
|
|
3293
3306
|
oListener?: object
|
|
3294
3307
|
): this;
|
|
3295
3308
|
/**
|
|
3296
|
-
* Attaches event handler `fnFunction` to the {@link #event:firstDimensionKeySelected firstDimensionKeySelected}
|
|
3309
|
+
* Attaches event handler `fnFunction` to the {@link #event:firstDimensionKeySelected firstDimensionKeySelected }
|
|
3297
3310
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3298
3311
|
*
|
|
3299
3312
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3315,7 +3328,7 @@ declare namespace sap {
|
|
|
3315
3328
|
oListener?: object
|
|
3316
3329
|
): this;
|
|
3317
3330
|
/**
|
|
3318
|
-
* Attaches event handler `fnFunction` to the {@link #event:personalizationPressed personalizationPressed}
|
|
3331
|
+
* Attaches event handler `fnFunction` to the {@link #event:personalizationPressed personalizationPressed }
|
|
3319
3332
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3320
3333
|
*
|
|
3321
3334
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3341,7 +3354,7 @@ declare namespace sap {
|
|
|
3341
3354
|
oListener?: object
|
|
3342
3355
|
): this;
|
|
3343
3356
|
/**
|
|
3344
|
-
* Attaches event handler `fnFunction` to the {@link #event:personalizationPressed personalizationPressed}
|
|
3357
|
+
* Attaches event handler `fnFunction` to the {@link #event:personalizationPressed personalizationPressed }
|
|
3345
3358
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3346
3359
|
*
|
|
3347
3360
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3362,7 +3375,7 @@ declare namespace sap {
|
|
|
3362
3375
|
oListener?: object
|
|
3363
3376
|
): this;
|
|
3364
3377
|
/**
|
|
3365
|
-
* Attaches event handler `fnFunction` to the {@link #event:secondDimensionKeySelected secondDimensionKeySelected}
|
|
3378
|
+
* Attaches event handler `fnFunction` to the {@link #event:secondDimensionKeySelected secondDimensionKeySelected }
|
|
3366
3379
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3367
3380
|
*
|
|
3368
3381
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3389,7 +3402,7 @@ declare namespace sap {
|
|
|
3389
3402
|
oListener?: object
|
|
3390
3403
|
): this;
|
|
3391
3404
|
/**
|
|
3392
|
-
* Attaches event handler `fnFunction` to the {@link #event:secondDimensionKeySelected secondDimensionKeySelected}
|
|
3405
|
+
* Attaches event handler `fnFunction` to the {@link #event:secondDimensionKeySelected secondDimensionKeySelected }
|
|
3393
3406
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3394
3407
|
*
|
|
3395
3408
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3423,7 +3436,7 @@ declare namespace sap {
|
|
|
3423
3436
|
*/
|
|
3424
3437
|
destroyToolBar(): this;
|
|
3425
3438
|
/**
|
|
3426
|
-
* Detaches event handler `fnFunction` from the {@link #event:firstDimensionKeySelected firstDimensionKeySelected}
|
|
3439
|
+
* Detaches event handler `fnFunction` from the {@link #event:firstDimensionKeySelected firstDimensionKeySelected }
|
|
3427
3440
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3428
3441
|
*
|
|
3429
3442
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -3441,7 +3454,7 @@ declare namespace sap {
|
|
|
3441
3454
|
oListener?: object
|
|
3442
3455
|
): this;
|
|
3443
3456
|
/**
|
|
3444
|
-
* Detaches event handler `fnFunction` from the {@link #event:personalizationPressed personalizationPressed}
|
|
3457
|
+
* Detaches event handler `fnFunction` from the {@link #event:personalizationPressed personalizationPressed }
|
|
3445
3458
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3446
3459
|
*
|
|
3447
3460
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -3459,7 +3472,7 @@ declare namespace sap {
|
|
|
3459
3472
|
oListener?: object
|
|
3460
3473
|
): this;
|
|
3461
3474
|
/**
|
|
3462
|
-
* Detaches event handler `fnFunction` from the {@link #event:secondDimensionKeySelected secondDimensionKeySelected}
|
|
3475
|
+
* Detaches event handler `fnFunction` from the {@link #event:secondDimensionKeySelected secondDimensionKeySelected }
|
|
3463
3476
|
* event of this `sap.ca.ui.charts.ChartToolBar`.
|
|
3464
3477
|
*
|
|
3465
3478
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -6054,7 +6067,7 @@ declare namespace sap {
|
|
|
6054
6067
|
*/
|
|
6055
6068
|
function open(
|
|
6056
6069
|
/**
|
|
6057
|
-
* settings for the confirmation dialog The supported settings are: additionalInformation : {array}
|
|
6070
|
+
* settings for the confirmation dialog The supported settings are: additionalInformation : {array }
|
|
6058
6071
|
* optional, up-to 4 lines can be shown, every line has the structure: {label: "Leave Type", text: "Vacation"}
|
|
6059
6072
|
* confirmButtonLabel {string} text for the confirm button noteMandatory :{boolean} optional,
|
|
6060
6073
|
* default false question : {string} the question/action which the user needs to confirm showNote
|
|
@@ -6071,8 +6084,8 @@ declare namespace sap {
|
|
|
6071
6084
|
}
|
|
6072
6085
|
}
|
|
6073
6086
|
/**
|
|
6074
|
-
* @deprecated (since 1.28) - this control is deprecated as per central UX requirements. Please use {@link
|
|
6075
|
-
*
|
|
6087
|
+
* @deprecated (since 1.28) - this control is deprecated as per central UX requirements. Please use {@link sap.m.MessageBox }
|
|
6088
|
+
* instead.
|
|
6076
6089
|
*
|
|
6077
6090
|
* Provides methods to show messages with type of **Success**, **Error**, **Warning** and **Information**
|
|
6078
6091
|
* in a Fiori style.
|
|
@@ -6146,7 +6159,7 @@ declare namespace sap {
|
|
|
6146
6159
|
export const FormattingLibrary: undefined;
|
|
6147
6160
|
|
|
6148
6161
|
/**
|
|
6149
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.NumberFormat.getCurrencyInstance}
|
|
6162
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.NumberFormat.getCurrencyInstance }
|
|
6150
6163
|
* instead! This control will not be supported anymore.
|
|
6151
6164
|
*
|
|
6152
6165
|
* The AmountFormat is a static class for formatting and parsing file size values according to a set of
|
|
@@ -6291,7 +6304,7 @@ declare namespace sap {
|
|
|
6291
6304
|
): number;
|
|
6292
6305
|
}
|
|
6293
6306
|
/**
|
|
6294
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.DateFormat}
|
|
6307
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.DateFormat }
|
|
6295
6308
|
* instead! This control will not be supported anymore.
|
|
6296
6309
|
*
|
|
6297
6310
|
* The DateFormat is a static class for formatting and parsing date and time values according to a set of
|
|
@@ -6303,7 +6316,7 @@ declare namespace sap {
|
|
|
6303
6316
|
* - For yesterday: "1 day ago" will be displayed (localized)
|
|
6304
6317
|
* - Between 2 days and 6 days in the past: "x days ago" will be displayed (localized)
|
|
6305
6318
|
* - In the future or more than 6 days in the past: the date will be formatted with a medium style
|
|
6306
|
-
*
|
|
6319
|
+
* The daysAgo style can be formatted in UTC.
|
|
6307
6320
|
*
|
|
6308
6321
|
* Supported format options are pattern based on Unicode LDML Date Format notation. If no pattern is specified
|
|
6309
6322
|
* a default pattern according to the locale settings is used.
|
|
@@ -6424,7 +6437,7 @@ declare namespace sap {
|
|
|
6424
6437
|
): Date;
|
|
6425
6438
|
}
|
|
6426
6439
|
/**
|
|
6427
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.FileSizeFormat}
|
|
6440
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.FileSizeFormat }
|
|
6428
6441
|
* instead! This control will not be supported anymore.
|
|
6429
6442
|
*
|
|
6430
6443
|
* The FileSizeFormat is a static class for formatting and parsing file size values according to a set of
|
|
@@ -6579,7 +6592,7 @@ declare namespace sap {
|
|
|
6579
6592
|
*/
|
|
6580
6593
|
namespace type {
|
|
6581
6594
|
/**
|
|
6582
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Date}
|
|
6595
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Date }
|
|
6583
6596
|
* instead! This control will not be supported anymore.
|
|
6584
6597
|
*
|
|
6585
6598
|
* This class represents date simple types.
|
|
@@ -6590,9 +6603,8 @@ declare namespace sap {
|
|
|
6590
6603
|
*/
|
|
6591
6604
|
constructor(
|
|
6592
6605
|
/**
|
|
6593
|
-
* options used to create a DateFormat for formatting / parsing. Supports the same options as {@link sap.ca.ui.model.format.DateFormat.getDateInstance
|
|
6594
|
-
*
|
|
6595
|
-
* UTC: true}).
|
|
6606
|
+
* options used to create a DateFormat for formatting / parsing. Supports the same options as {@link sap.ca.ui.model.format.DateFormat.getDateInstance DateFormat.getDateInstance}.
|
|
6607
|
+
* You can use an extra boolean option UTC to format in UTC ({style: "short", UTC: true}).
|
|
6596
6608
|
*/
|
|
6597
6609
|
oFormatOptions?: {
|
|
6598
6610
|
/**
|
|
@@ -6600,8 +6612,7 @@ declare namespace sap {
|
|
|
6600
6612
|
* in the data source (e.g. model) and Date. This second format object is used to convert from a model string
|
|
6601
6613
|
* to Date before converting the Date to string with the primary format object. Vice versa, this 'source'
|
|
6602
6614
|
* format is also used to format an already parsed external value (e.g. user input) into the string format
|
|
6603
|
-
* expected by the data source. Supports the same set of options as {@link sap.ca.ui.model.format.DateFormat.getDateInstance
|
|
6604
|
-
* DateFormat.getDateInstance}.
|
|
6615
|
+
* expected by the data source. Supports the same set of options as {@link sap.ca.ui.model.format.DateFormat.getDateInstance DateFormat.getDateInstance}.
|
|
6605
6616
|
*/
|
|
6606
6617
|
source?: object;
|
|
6607
6618
|
},
|
|
@@ -6656,7 +6667,7 @@ declare namespace sap {
|
|
|
6656
6667
|
getOutputPattern(): void;
|
|
6657
6668
|
}
|
|
6658
6669
|
/**
|
|
6659
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.DateTime}
|
|
6670
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.DateTime }
|
|
6660
6671
|
* instead! This control will not be supported anymore.
|
|
6661
6672
|
*
|
|
6662
6673
|
* This class represents datetime simple types.
|
|
@@ -6669,9 +6680,9 @@ declare namespace sap {
|
|
|
6669
6680
|
/**
|
|
6670
6681
|
* options used to create a DateFormat for formatting / parsing to/from external values and optionally for
|
|
6671
6682
|
* a second DateFormat to convert between the data source format (Model) and the internally used JavaScript
|
|
6672
|
-
* Date.format. For both DateFormat objects, the same options are supported as for {@link sap.ca.ui.model.format.DateFormat.getDateTimeInstance
|
|
6673
|
-
*
|
|
6674
|
-
*
|
|
6683
|
+
* Date.format. For both DateFormat objects, the same options are supported as for {@link sap.ca.ui.model.format.DateFormat.getDateTimeInstance DateFormat.getDateTimeInstance}.
|
|
6684
|
+
* You can use an extra boolean option UTC to format in UTC ({style: "short", UTC: true}). Note that this
|
|
6685
|
+
* differs from the base type.
|
|
6675
6686
|
*/
|
|
6676
6687
|
oFormatOptions?: object,
|
|
6677
6688
|
/**
|
|
@@ -6711,7 +6722,7 @@ declare namespace sap {
|
|
|
6711
6722
|
static getMetadata(): sap.ui.base.Metadata;
|
|
6712
6723
|
}
|
|
6713
6724
|
/**
|
|
6714
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.FileSize}
|
|
6725
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.FileSize }
|
|
6715
6726
|
* instead! This control will not be supported anymore.
|
|
6716
6727
|
*
|
|
6717
6728
|
* This class represents file size types.
|
|
@@ -6722,8 +6733,7 @@ declare namespace sap {
|
|
|
6722
6733
|
*/
|
|
6723
6734
|
constructor(
|
|
6724
6735
|
/**
|
|
6725
|
-
* formatting options. Supports the same options as {@link sap.ui.core.format.NumberFormat.getFloatInstance
|
|
6726
|
-
* NumberFormat.getFloatInstance}
|
|
6736
|
+
* formatting options. Supports the same options as {@link sap.ui.core.format.NumberFormat.getFloatInstance NumberFormat.getFloatInstance}
|
|
6727
6737
|
*/
|
|
6728
6738
|
oFormatOptions?: object,
|
|
6729
6739
|
/**
|
|
@@ -6762,7 +6772,7 @@ declare namespace sap {
|
|
|
6762
6772
|
static getMetadata(): sap.ui.base.Metadata;
|
|
6763
6773
|
}
|
|
6764
6774
|
/**
|
|
6765
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Float}
|
|
6775
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Float }
|
|
6766
6776
|
* or sap.ui.model.type.Integer with sap.ui.core.format.NumberFormat instead! This control will not be supported
|
|
6767
6777
|
* anymore.
|
|
6768
6778
|
*
|
|
@@ -6774,8 +6784,7 @@ declare namespace sap {
|
|
|
6774
6784
|
*/
|
|
6775
6785
|
constructor(
|
|
6776
6786
|
/**
|
|
6777
|
-
* formatting options. Supports the same options as {@link sap.ui.core.format.NumberFormat.getNumberInstance
|
|
6778
|
-
* NumberFormat.getNumberInstance}
|
|
6787
|
+
* formatting options. Supports the same options as {@link sap.ui.core.format.NumberFormat.getNumberInstance NumberFormat.getNumberInstance}
|
|
6779
6788
|
*/
|
|
6780
6789
|
oFormatOptions?: object,
|
|
6781
6790
|
/**
|
|
@@ -6814,7 +6823,7 @@ declare namespace sap {
|
|
|
6814
6823
|
static getMetadata(): sap.ui.base.Metadata;
|
|
6815
6824
|
}
|
|
6816
6825
|
/**
|
|
6817
|
-
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Time}
|
|
6826
|
+
* @deprecated (since 1.28) - This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Time }
|
|
6818
6827
|
* instead! This control will not be supported anymore.
|
|
6819
6828
|
*
|
|
6820
6829
|
* This class represents time simple types.
|
|
@@ -6827,9 +6836,9 @@ declare namespace sap {
|
|
|
6827
6836
|
/**
|
|
6828
6837
|
* options used to create a DateFormat for formatting / parsing to/from external values and optionally for
|
|
6829
6838
|
* a second DateFormat to convert between the data source format (Model) and the internally used JavaScript
|
|
6830
|
-
* Date.format. For both DateFormat objects, the same options are supported as for {@link sap.ca.ui.model.format.DateFormat.getTimeInstance
|
|
6831
|
-
*
|
|
6832
|
-
*
|
|
6839
|
+
* Date.format. For both DateFormat objects, the same options are supported as for {@link sap.ca.ui.model.format.DateFormat.getTimeInstance DateFormat.getTimeInstance}.
|
|
6840
|
+
* You can use an extra boolean option UTC to format in UTC ({style: "short", UTC: true}). Note that this
|
|
6841
|
+
* differs from the base type.
|
|
6833
6842
|
*/
|
|
6834
6843
|
oFormatOptions?: object,
|
|
6835
6844
|
/**
|
|
@@ -6876,8 +6885,8 @@ declare namespace sap {
|
|
|
6876
6885
|
*/
|
|
6877
6886
|
namespace utils {
|
|
6878
6887
|
/**
|
|
6879
|
-
* @deprecated (since 1.26) - this control is deprecated as per central UX requirements. Please use {@link
|
|
6880
|
-
*
|
|
6888
|
+
* @deprecated (since 1.26) - this control is deprecated as per central UX requirements. Please use {@link sap.m.BusyDialog }
|
|
6889
|
+
* instead.
|
|
6881
6890
|
*
|
|
6882
6891
|
* Provides methods to show/remove the waiting/blocking screen in the Fiori style.
|
|
6883
6892
|
*
|
|
@@ -6900,7 +6909,7 @@ declare namespace sap {
|
|
|
6900
6909
|
* **Note**
|
|
6901
6910
|
* - this BusyDialog will be shown with 1.5 seconds delay at the moment;
|
|
6902
6911
|
* - in a possible embedded function calls, you can require this BusyDialog more than once, but you need
|
|
6903
|
-
*
|
|
6912
|
+
* to take care to release the BusyDialog correspondingly in pair. (The text will be overwritten.)
|
|
6904
6913
|
*/
|
|
6905
6914
|
interface busydialog {
|
|
6906
6915
|
/**
|
|
@@ -6922,7 +6931,6 @@ declare namespace sap {
|
|
|
6922
6931
|
oSettings?: object
|
|
6923
6932
|
): void;
|
|
6924
6933
|
}
|
|
6925
|
-
const busydialog: busydialog;
|
|
6926
6934
|
}
|
|
6927
6935
|
|
|
6928
6936
|
interface $AddPictureSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -7021,7 +7029,9 @@ declare namespace sap {
|
|
|
7021
7029
|
/**
|
|
7022
7030
|
* Image upload failed, only supports image format files
|
|
7023
7031
|
*/
|
|
7024
|
-
fileNotSupported?: (
|
|
7032
|
+
fileNotSupported?: (
|
|
7033
|
+
oEvent: sap.ui.base.Event<sap.ca.ui.$AddPictureFileNotSupportedEventParameters>
|
|
7034
|
+
) => void;
|
|
7025
7035
|
}
|
|
7026
7036
|
|
|
7027
7037
|
interface $CustomerContextSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -7554,7 +7564,9 @@ declare namespace sap {
|
|
|
7554
7564
|
* Event is fired when the text in the field has changed AND the focus leaves the InPlaceEdit or the Enter
|
|
7555
7565
|
* key is pressed.
|
|
7556
7566
|
*/
|
|
7557
|
-
change?: (
|
|
7567
|
+
change?: (
|
|
7568
|
+
oEvent: sap.ui.base.Event<sap.ca.ui.$InPlaceEditChangeEventParameters>
|
|
7569
|
+
) => void;
|
|
7558
7570
|
}
|
|
7559
7571
|
|
|
7560
7572
|
interface $NotesSettings extends sap.m.$ListSettings {
|
|
@@ -7848,6 +7860,60 @@ declare namespace sap {
|
|
|
7848
7860
|
| `{${string}}`;
|
|
7849
7861
|
}
|
|
7850
7862
|
|
|
7863
|
+
interface $AddPictureFileNotSupportedEventParameters {
|
|
7864
|
+
/**
|
|
7865
|
+
* An array containing the file names that are not supported
|
|
7866
|
+
*/
|
|
7867
|
+
fileNames?: any;
|
|
7868
|
+
}
|
|
7869
|
+
|
|
7870
|
+
interface $AddPictureImageUploadFailedEventParameters {}
|
|
7871
|
+
|
|
7872
|
+
interface $AddPictureMaxPictureLimitReachedEventParameters {}
|
|
7873
|
+
|
|
7874
|
+
interface $AddPicturePictureAddedEventParameters {}
|
|
7875
|
+
|
|
7876
|
+
interface $AddPictureShowEventParameters {}
|
|
7877
|
+
|
|
7878
|
+
interface $CustomerContextCustomerSelectedEventParameters {}
|
|
7879
|
+
|
|
7880
|
+
interface $FileUploadBeforeUploadFileEventParameters {}
|
|
7881
|
+
|
|
7882
|
+
interface $FileUploadCancelClickedEventParameters {}
|
|
7883
|
+
|
|
7884
|
+
interface $FileUploadDeleteFileEventParameters {}
|
|
7885
|
+
|
|
7886
|
+
interface $FileUploadFileUploadFailedEventParameters {}
|
|
7887
|
+
|
|
7888
|
+
interface $FileUploadRenameFileEventParameters {}
|
|
7889
|
+
|
|
7890
|
+
interface $FileUploadSaveClickedEventParameters {}
|
|
7891
|
+
|
|
7892
|
+
interface $FileUploadUploadFileEventParameters {}
|
|
7893
|
+
|
|
7894
|
+
interface $HierarchicalSelectDialogCancelEventParameters {}
|
|
7895
|
+
|
|
7896
|
+
interface $HierarchicalSelectDialogSelectEventParameters {}
|
|
7897
|
+
|
|
7898
|
+
interface $HierarchyItemLinkPressEventParameters {}
|
|
7899
|
+
|
|
7900
|
+
interface $InPlaceEditChangeEventParameters {
|
|
7901
|
+
/**
|
|
7902
|
+
* The new / changed value of the InPlaceEdit.
|
|
7903
|
+
*/
|
|
7904
|
+
newValue?: string;
|
|
7905
|
+
}
|
|
7906
|
+
|
|
7907
|
+
interface $NotesAddNoteEventParameters {}
|
|
7908
|
+
|
|
7909
|
+
interface $OverviewTileContactPressEventParameters {}
|
|
7910
|
+
|
|
7911
|
+
interface $PictureItemLoadedEventParameters {}
|
|
7912
|
+
|
|
7913
|
+
interface $PictureTilePictureDeleteEventParameters {}
|
|
7914
|
+
|
|
7915
|
+
interface $PictureViewerPictureDeletedEventParameters {}
|
|
7916
|
+
|
|
7851
7917
|
/**
|
|
7852
7918
|
* @deprecated (since 1.26) - As per central UX requirements, this control is replaced by sap.m.UploadCollection.
|
|
7853
7919
|
* Please use the new control if you start developing an application instead of using this AddPicture control.
|
|
@@ -7947,7 +8013,9 @@ declare namespace sap {
|
|
|
7947
8013
|
/**
|
|
7948
8014
|
* The function to be called when the event occurs
|
|
7949
8015
|
*/
|
|
7950
|
-
fnFunction: (
|
|
8016
|
+
fnFunction: (
|
|
8017
|
+
p1: sap.ui.base.Event<sap.ca.ui.$AddPictureFileNotSupportedEventParameters>
|
|
8018
|
+
) => void,
|
|
7951
8019
|
/**
|
|
7952
8020
|
* Context object to call the event handler with. Defaults to this `sap.ca.ui.AddPicture` itself
|
|
7953
8021
|
*/
|
|
@@ -7968,7 +8036,9 @@ declare namespace sap {
|
|
|
7968
8036
|
/**
|
|
7969
8037
|
* The function to be called when the event occurs
|
|
7970
8038
|
*/
|
|
7971
|
-
fnFunction: (
|
|
8039
|
+
fnFunction: (
|
|
8040
|
+
p1: sap.ui.base.Event<sap.ca.ui.$AddPictureFileNotSupportedEventParameters>
|
|
8041
|
+
) => void,
|
|
7972
8042
|
/**
|
|
7973
8043
|
* Context object to call the event handler with. Defaults to this `sap.ca.ui.AddPicture` itself
|
|
7974
8044
|
*/
|
|
@@ -8024,7 +8094,7 @@ declare namespace sap {
|
|
|
8024
8094
|
oListener?: object
|
|
8025
8095
|
): this;
|
|
8026
8096
|
/**
|
|
8027
|
-
* Attaches event handler `fnFunction` to the {@link #event:maxPictureLimitReached maxPictureLimitReached}
|
|
8097
|
+
* Attaches event handler `fnFunction` to the {@link #event:maxPictureLimitReached maxPictureLimitReached }
|
|
8028
8098
|
* event of this `sap.ca.ui.AddPicture`.
|
|
8029
8099
|
*
|
|
8030
8100
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -8050,7 +8120,7 @@ declare namespace sap {
|
|
|
8050
8120
|
oListener?: object
|
|
8051
8121
|
): this;
|
|
8052
8122
|
/**
|
|
8053
|
-
* Attaches event handler `fnFunction` to the {@link #event:maxPictureLimitReached maxPictureLimitReached}
|
|
8123
|
+
* Attaches event handler `fnFunction` to the {@link #event:maxPictureLimitReached maxPictureLimitReached }
|
|
8054
8124
|
* event of this `sap.ca.ui.AddPicture`.
|
|
8055
8125
|
*
|
|
8056
8126
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -8194,7 +8264,9 @@ declare namespace sap {
|
|
|
8194
8264
|
/**
|
|
8195
8265
|
* The function to be called, when the event occurs
|
|
8196
8266
|
*/
|
|
8197
|
-
fnFunction: (
|
|
8267
|
+
fnFunction: (
|
|
8268
|
+
p1: sap.ui.base.Event<sap.ca.ui.$AddPictureFileNotSupportedEventParameters>
|
|
8269
|
+
) => void,
|
|
8198
8270
|
/**
|
|
8199
8271
|
* Context object on which the given function had to be called
|
|
8200
8272
|
*/
|
|
@@ -8219,7 +8291,7 @@ declare namespace sap {
|
|
|
8219
8291
|
oListener?: object
|
|
8220
8292
|
): this;
|
|
8221
8293
|
/**
|
|
8222
|
-
* Detaches event handler `fnFunction` from the {@link #event:maxPictureLimitReached maxPictureLimitReached}
|
|
8294
|
+
* Detaches event handler `fnFunction` from the {@link #event:maxPictureLimitReached maxPictureLimitReached }
|
|
8223
8295
|
* event of this `sap.ca.ui.AddPicture`.
|
|
8224
8296
|
*
|
|
8225
8297
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -8281,12 +8353,7 @@ declare namespace sap {
|
|
|
8281
8353
|
/**
|
|
8282
8354
|
* Parameters to pass along with the event
|
|
8283
8355
|
*/
|
|
8284
|
-
mParameters?:
|
|
8285
|
-
/**
|
|
8286
|
-
* An array containing the file names that are not supported
|
|
8287
|
-
*/
|
|
8288
|
-
fileNames?: any;
|
|
8289
|
-
}
|
|
8356
|
+
mParameters?: sap.ca.ui.$AddPictureFileNotSupportedEventParameters
|
|
8290
8357
|
): this;
|
|
8291
8358
|
/**
|
|
8292
8359
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -10950,8 +11017,8 @@ declare namespace sap {
|
|
|
10950
11017
|
*/
|
|
10951
11018
|
getItems(): sap.ca.ui.HierarchicalSelectDialogItem[];
|
|
10952
11019
|
/**
|
|
10953
|
-
* Checks for the provided `sap.ca.ui.HierarchicalSelectDialogItem` in the aggregation {@link #getItems
|
|
10954
|
-
*
|
|
11020
|
+
* Checks for the provided `sap.ca.ui.HierarchicalSelectDialogItem` in the aggregation {@link #getItems items}.
|
|
11021
|
+
* and returns its index if found or -1 otherwise.
|
|
10955
11022
|
*
|
|
10956
11023
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
10957
11024
|
*/
|
|
@@ -11709,7 +11776,9 @@ declare namespace sap {
|
|
|
11709
11776
|
/**
|
|
11710
11777
|
* The function to be called when the event occurs
|
|
11711
11778
|
*/
|
|
11712
|
-
fnFunction: (
|
|
11779
|
+
fnFunction: (
|
|
11780
|
+
p1: sap.ui.base.Event<sap.ca.ui.$InPlaceEditChangeEventParameters>
|
|
11781
|
+
) => void,
|
|
11713
11782
|
/**
|
|
11714
11783
|
* Context object to call the event handler with. Defaults to this `sap.ca.ui.InPlaceEdit` itself
|
|
11715
11784
|
*/
|
|
@@ -11730,7 +11799,9 @@ declare namespace sap {
|
|
|
11730
11799
|
/**
|
|
11731
11800
|
* The function to be called when the event occurs
|
|
11732
11801
|
*/
|
|
11733
|
-
fnFunction: (
|
|
11802
|
+
fnFunction: (
|
|
11803
|
+
p1: sap.ui.base.Event<sap.ca.ui.$InPlaceEditChangeEventParameters>
|
|
11804
|
+
) => void,
|
|
11734
11805
|
/**
|
|
11735
11806
|
* Context object to call the event handler with. Defaults to this `sap.ca.ui.InPlaceEdit` itself
|
|
11736
11807
|
*/
|
|
@@ -11758,7 +11829,9 @@ declare namespace sap {
|
|
|
11758
11829
|
/**
|
|
11759
11830
|
* The function to be called, when the event occurs
|
|
11760
11831
|
*/
|
|
11761
|
-
fnFunction: (
|
|
11832
|
+
fnFunction: (
|
|
11833
|
+
p1: sap.ui.base.Event<sap.ca.ui.$InPlaceEditChangeEventParameters>
|
|
11834
|
+
) => void,
|
|
11762
11835
|
/**
|
|
11763
11836
|
* Context object on which the given function had to be called
|
|
11764
11837
|
*/
|
|
@@ -11775,12 +11848,7 @@ declare namespace sap {
|
|
|
11775
11848
|
/**
|
|
11776
11849
|
* Parameters to pass along with the event
|
|
11777
11850
|
*/
|
|
11778
|
-
mParameters?:
|
|
11779
|
-
/**
|
|
11780
|
-
* The new / changed value of the InPlaceEdit.
|
|
11781
|
-
*/
|
|
11782
|
-
newValue?: string;
|
|
11783
|
-
}
|
|
11851
|
+
mParameters?: sap.ca.ui.$InPlaceEditChangeEventParameters
|
|
11784
11852
|
): this;
|
|
11785
11853
|
/**
|
|
11786
11854
|
* Gets content of aggregation {@link #getContent content}.
|