@sapui5/ts-types 1.131.0 → 1.132.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.cux.home.d.ts +8 -0
- package/types/sap.esh.search.ui.d.ts +38 -1
- package/types/sap.f.d.ts +95 -187
- 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 +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +108 -101
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +1 -1
- package/types/sap.fe.test.d.ts +1 -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 +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +390 -47
- 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 +7 -2
- package/types/sap.rules.ui.d.ts +84 -1
- package/types/sap.sac.df.d.ts +978 -623
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +7 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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 +59 -5
- package/types/sap.ui.core.d.ts +363 -282
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +5 -11
- 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 +1 -1
- package/types/sap.ui.mdc.d.ts +330 -229
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- 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 +100 -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 +5 -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 +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -25475,7 +25475,10 @@ declare namespace sap {
|
|
|
25475
25475
|
* The predefined icons are recommended for:
|
|
25476
25476
|
* - Suggesting a zooming action: `sap-icon://zoom-in`
|
|
25477
25477
|
* - Suggesting an image change: `sap-icon://camera`
|
|
25478
|
-
* - Suggesting an editing action: `sap-icon://edit`
|
|
25478
|
+
* - Suggesting an editing action: `sap-icon://edit` **Notes:**
|
|
25479
|
+
* - Use `sap-icon://avatar-icon-none` to show the badge without an icon.
|
|
25480
|
+
* - When using avatar-icon-none, the badge remains visible and can display background color or tooltip.
|
|
25481
|
+
*
|
|
25479
25482
|
*
|
|
25480
25483
|
* @since 1.77
|
|
25481
25484
|
*/
|
|
@@ -25536,6 +25539,17 @@ declare namespace sap {
|
|
|
25536
25539
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
25537
25540
|
| `{${string}}`;
|
|
25538
25541
|
|
|
25542
|
+
/**
|
|
25543
|
+
* Defines the color of the badge icon. This color is used to style the badge, indicating different statuses
|
|
25544
|
+
* or categories. Acceptable values include predefined `sap.m.AvatarBadgeColor` options.
|
|
25545
|
+
*
|
|
25546
|
+
* @since 1.132.0
|
|
25547
|
+
*/
|
|
25548
|
+
badgeIconColor?:
|
|
25549
|
+
| sap.m.AvatarBadgeColor
|
|
25550
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
25551
|
+
| `{${string}}`;
|
|
25552
|
+
|
|
25539
25553
|
/**
|
|
25540
25554
|
* Determines whether the `Avatar` is enabled (default is set to `true`). A disabled `Button` has different
|
|
25541
25555
|
* colors depending on the {@link sap.m.AvatarColor AvatarColor}.
|
|
@@ -25687,6 +25701,9 @@ declare namespace sap {
|
|
|
25687
25701
|
|
|
25688
25702
|
/**
|
|
25689
25703
|
* Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
|
|
25704
|
+
*
|
|
25705
|
+
* **Note:**The aria-labelledby attribute will not be rendered when there are less than two interactive
|
|
25706
|
+
* elements inside the Bar (for example, one Button).
|
|
25690
25707
|
*/
|
|
25691
25708
|
ariaLabelledBy?: Array<sap.ui.core.Control | string>;
|
|
25692
25709
|
}
|
|
@@ -26048,6 +26065,19 @@ declare namespace sap {
|
|
|
26048
26065
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26049
26066
|
| `{${string}}`;
|
|
26050
26067
|
|
|
26068
|
+
/**
|
|
26069
|
+
* Determines the style in which the badge notification will be represented:
|
|
26070
|
+
* - `BadgeStyle.Default` Use for badges that contain numbers
|
|
26071
|
+
* - `BadgeStyle.Attention` This badge is rendered as a single dot designed to capture user attention
|
|
26072
|
+
*
|
|
26073
|
+
*
|
|
26074
|
+
* @since 1.132.0
|
|
26075
|
+
*/
|
|
26076
|
+
badgeStyle?:
|
|
26077
|
+
| sap.m.BadgeStyle
|
|
26078
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26079
|
+
| `{${string}}`;
|
|
26080
|
+
|
|
26051
26081
|
/**
|
|
26052
26082
|
* Association to controls / ids which describe this control (see WAI-ARIA attribute aria-describedby).
|
|
26053
26083
|
*/
|
|
@@ -28577,6 +28607,7 @@ declare namespace sap {
|
|
|
28577
28607
|
*/
|
|
28578
28608
|
buttonTooltip?:
|
|
28579
28609
|
| sap.ui.core.TooltipBase
|
|
28610
|
+
| string
|
|
28580
28611
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28581
28612
|
| `{${string}}`;
|
|
28582
28613
|
|
|
@@ -28878,7 +28909,7 @@ declare namespace sap {
|
|
|
28878
28909
|
/**
|
|
28879
28910
|
* Determines whether the layout is rendered as a series of divs or as an unordered list (ul).
|
|
28880
28911
|
*
|
|
28881
|
-
* We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
28912
|
+
* **Note:** We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
28882
28913
|
*/
|
|
28883
28914
|
renderType?:
|
|
28884
28915
|
| sap.m.FlexRendertype
|
|
@@ -30329,11 +30360,29 @@ declare namespace sap {
|
|
|
30329
30360
|
* is as follows:
|
|
30330
30361
|
* - First is the the illustration set - sapIllus
|
|
30331
30362
|
* - Second is the illustration type - UnableToLoad
|
|
30363
|
+
* - The `src` property takes precedence over this property.
|
|
30332
30364
|
*
|
|
30333
30365
|
* @since 1.98
|
|
30334
30366
|
*/
|
|
30335
30367
|
illustrationType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
30336
30368
|
|
|
30369
|
+
/**
|
|
30370
|
+
* Defines the illustration to be displayed as graphical element within the `IllustratedMessage`. It can
|
|
30371
|
+
* be an illustration from the illustration set described in the URI.
|
|
30372
|
+
*
|
|
30373
|
+
* **Notes:**
|
|
30374
|
+
* - The `sap-illustration://name` syntax supports only the default illustration set. If you want to include
|
|
30375
|
+
* another illustration set in the URI `sap-illustration://tnt/name`, you have to register it in the {@link sap.m.IllustrationPool}.
|
|
30376
|
+
*
|
|
30377
|
+
* - This property takes precedence over the `illustrationType` property.
|
|
30378
|
+
*
|
|
30379
|
+
* @since 1.132
|
|
30380
|
+
*/
|
|
30381
|
+
src?:
|
|
30382
|
+
| sap.ui.core.URI
|
|
30383
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30384
|
+
| `{${string}}`;
|
|
30385
|
+
|
|
30337
30386
|
/**
|
|
30338
30387
|
* Defines the title that is displayed below the illustration.
|
|
30339
30388
|
*
|
|
@@ -31835,7 +31884,8 @@ declare namespace sap {
|
|
|
31835
31884
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
31836
31885
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
31837
31886
|
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
31838
|
-
* active.
|
|
31887
|
+
* active. **Note:** If this property is set to `false`, a possible binding context update of items (for
|
|
31888
|
+
* example, filtering or sorting the list binding) would clear the selection of the items.
|
|
31839
31889
|
*
|
|
31840
31890
|
* @since 1.16.6
|
|
31841
31891
|
*/
|
|
@@ -32474,7 +32524,6 @@ declare namespace sap {
|
|
|
32474
32524
|
* of custom elements, such as icons and buttons.
|
|
32475
32525
|
*
|
|
32476
32526
|
* @since 1.131
|
|
32477
|
-
* @experimental
|
|
32478
32527
|
*/
|
|
32479
32528
|
endContent?:
|
|
32480
32529
|
| sap.ui.core.Control[]
|
|
@@ -39940,9 +39989,6 @@ declare namespace sap {
|
|
|
39940
39989
|
* The appointments to be displayed in the grid. Appointments outside the visible time frame are not rendered.
|
|
39941
39990
|
* Appointments, longer than a day, will be displayed in all of the affected days. To display an all-day
|
|
39942
39991
|
* appointment, the appointment must start at 00:00 and end on any day in the future in 00:00h.
|
|
39943
|
-
*
|
|
39944
|
-
* Note: The `customContent` functionality of the `CalendarAppointment` is not available in the `SinglePlanningCalendar`.
|
|
39945
|
-
* If set, it will not make any effect.
|
|
39946
39992
|
*/
|
|
39947
39993
|
appointments?:
|
|
39948
39994
|
| sap.ui.unified.CalendarAppointment[]
|
|
@@ -43926,6 +43972,14 @@ declare namespace sap {
|
|
|
43926
43972
|
filterDetailPageOpened?: (
|
|
43927
43973
|
oEvent: ViewSettingsDialog$FilterDetailPageOpenedEvent
|
|
43928
43974
|
) => void;
|
|
43975
|
+
|
|
43976
|
+
/**
|
|
43977
|
+
* Fired before the dialog is closed. This event can be prevented which effectively prevents the dialog
|
|
43978
|
+
* from closing.
|
|
43979
|
+
*
|
|
43980
|
+
* @since 1.132
|
|
43981
|
+
*/
|
|
43982
|
+
beforeClose?: (oEvent: sap.ui.base.Event) => void;
|
|
43929
43983
|
}
|
|
43930
43984
|
|
|
43931
43985
|
/**
|
|
@@ -47596,7 +47650,7 @@ declare namespace sap {
|
|
|
47596
47650
|
* visible upon opening the dialog, these contexts are not loaded. Therefore, these items will not be included
|
|
47597
47651
|
* in the selectedContexts array unless they are displayed at least once.
|
|
47598
47652
|
*/
|
|
47599
|
-
selectedContexts?:
|
|
47653
|
+
selectedContexts?: object[];
|
|
47600
47654
|
}
|
|
47601
47655
|
|
|
47602
47656
|
/**
|
|
@@ -48184,6 +48238,11 @@ declare namespace sap {
|
|
|
48184
48238
|
key?: string;
|
|
48185
48239
|
}
|
|
48186
48240
|
|
|
48241
|
+
/**
|
|
48242
|
+
* Parameters of the ViewSettingsDialog#beforeClose event.
|
|
48243
|
+
*/
|
|
48244
|
+
interface ViewSettingsDialog$BeforeCloseEventParameters {}
|
|
48245
|
+
|
|
48187
48246
|
/**
|
|
48188
48247
|
* Parameters of the ViewSettingsDialog#cancel event.
|
|
48189
48248
|
*/
|
|
@@ -53007,7 +53066,10 @@ declare namespace sap {
|
|
|
53007
53066
|
* The predefined icons are recommended for:
|
|
53008
53067
|
* - Suggesting a zooming action: `sap-icon://zoom-in`
|
|
53009
53068
|
* - Suggesting an image change: `sap-icon://camera`
|
|
53010
|
-
* - Suggesting an editing action: `sap-icon://edit`
|
|
53069
|
+
* - Suggesting an editing action: `sap-icon://edit` **Notes:**
|
|
53070
|
+
* - Use `sap-icon://avatar-icon-none` to show the badge without an icon.
|
|
53071
|
+
* - When using avatar-icon-none, the badge remains visible and can display background color or tooltip.
|
|
53072
|
+
*
|
|
53011
53073
|
*
|
|
53012
53074
|
* Default value is `empty string`.
|
|
53013
53075
|
*
|
|
@@ -53016,6 +53078,19 @@ declare namespace sap {
|
|
|
53016
53078
|
* @returns Value of property `badgeIcon`
|
|
53017
53079
|
*/
|
|
53018
53080
|
getBadgeIcon(): sap.ui.core.URI;
|
|
53081
|
+
/**
|
|
53082
|
+
* Gets current value of property {@link #getBadgeIconColor badgeIconColor}.
|
|
53083
|
+
*
|
|
53084
|
+
* Defines the color of the badge icon. This color is used to style the badge, indicating different statuses
|
|
53085
|
+
* or categories. Acceptable values include predefined `sap.m.AvatarBadgeColor` options.
|
|
53086
|
+
*
|
|
53087
|
+
* Default value is `Accent6`.
|
|
53088
|
+
*
|
|
53089
|
+
* @since 1.132.0
|
|
53090
|
+
*
|
|
53091
|
+
* @returns Value of property `badgeIconColor`
|
|
53092
|
+
*/
|
|
53093
|
+
getBadgeIconColor(): sap.m.AvatarBadgeColor;
|
|
53019
53094
|
/**
|
|
53020
53095
|
* Gets current value of property {@link #getBadgeTooltip badgeTooltip}.
|
|
53021
53096
|
*
|
|
@@ -53292,7 +53367,10 @@ declare namespace sap {
|
|
|
53292
53367
|
* The predefined icons are recommended for:
|
|
53293
53368
|
* - Suggesting a zooming action: `sap-icon://zoom-in`
|
|
53294
53369
|
* - Suggesting an image change: `sap-icon://camera`
|
|
53295
|
-
* - Suggesting an editing action: `sap-icon://edit`
|
|
53370
|
+
* - Suggesting an editing action: `sap-icon://edit` **Notes:**
|
|
53371
|
+
* - Use `sap-icon://avatar-icon-none` to show the badge without an icon.
|
|
53372
|
+
* - When using avatar-icon-none, the badge remains visible and can display background color or tooltip.
|
|
53373
|
+
*
|
|
53296
53374
|
*
|
|
53297
53375
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53298
53376
|
*
|
|
@@ -53308,6 +53386,26 @@ declare namespace sap {
|
|
|
53308
53386
|
*/
|
|
53309
53387
|
sBadgeIcon?: sap.ui.core.URI
|
|
53310
53388
|
): this;
|
|
53389
|
+
/**
|
|
53390
|
+
* Sets a new value for property {@link #getBadgeIconColor badgeIconColor}.
|
|
53391
|
+
*
|
|
53392
|
+
* Defines the color of the badge icon. This color is used to style the badge, indicating different statuses
|
|
53393
|
+
* or categories. Acceptable values include predefined `sap.m.AvatarBadgeColor` options.
|
|
53394
|
+
*
|
|
53395
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
53396
|
+
*
|
|
53397
|
+
* Default value is `Accent6`.
|
|
53398
|
+
*
|
|
53399
|
+
* @since 1.132.0
|
|
53400
|
+
*
|
|
53401
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53402
|
+
*/
|
|
53403
|
+
setBadgeIconColor(
|
|
53404
|
+
/**
|
|
53405
|
+
* New value for property `badgeIconColor`
|
|
53406
|
+
*/
|
|
53407
|
+
sBadgeIconColor?: sap.m.AvatarBadgeColor
|
|
53408
|
+
): this;
|
|
53311
53409
|
/**
|
|
53312
53410
|
* Sets a new value for property {@link #getBadgeTooltip badgeTooltip}.
|
|
53313
53411
|
*
|
|
@@ -55954,6 +56052,21 @@ declare namespace sap {
|
|
|
55954
56052
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
55955
56053
|
*/
|
|
55956
56054
|
getAriaLabelledBy(): sap.ui.core.ID[];
|
|
56055
|
+
/**
|
|
56056
|
+
* Gets current value of property {@link #getBadgeStyle badgeStyle}.
|
|
56057
|
+
*
|
|
56058
|
+
* Determines the style in which the badge notification will be represented:
|
|
56059
|
+
* - `BadgeStyle.Default` Use for badges that contain numbers
|
|
56060
|
+
* - `BadgeStyle.Attention` This badge is rendered as a single dot designed to capture user attention
|
|
56061
|
+
*
|
|
56062
|
+
*
|
|
56063
|
+
* Default value is `Default`.
|
|
56064
|
+
*
|
|
56065
|
+
* @since 1.132.0
|
|
56066
|
+
*
|
|
56067
|
+
* @returns Value of property `badgeStyle`
|
|
56068
|
+
*/
|
|
56069
|
+
getBadgeStyle(): sap.m.BadgeStyle;
|
|
55957
56070
|
/**
|
|
55958
56071
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
55959
56072
|
*
|
|
@@ -56190,6 +56303,28 @@ declare namespace sap {
|
|
|
56190
56303
|
*/
|
|
56191
56304
|
iMin: number
|
|
56192
56305
|
): this;
|
|
56306
|
+
/**
|
|
56307
|
+
* Sets a new value for property {@link #getBadgeStyle badgeStyle}.
|
|
56308
|
+
*
|
|
56309
|
+
* Determines the style in which the badge notification will be represented:
|
|
56310
|
+
* - `BadgeStyle.Default` Use for badges that contain numbers
|
|
56311
|
+
* - `BadgeStyle.Attention` This badge is rendered as a single dot designed to capture user attention
|
|
56312
|
+
*
|
|
56313
|
+
*
|
|
56314
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
56315
|
+
*
|
|
56316
|
+
* Default value is `Default`.
|
|
56317
|
+
*
|
|
56318
|
+
* @since 1.132.0
|
|
56319
|
+
*
|
|
56320
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
56321
|
+
*/
|
|
56322
|
+
setBadgeStyle(
|
|
56323
|
+
/**
|
|
56324
|
+
* New value for property `badgeStyle`
|
|
56325
|
+
*/
|
|
56326
|
+
sBadgeStyle?: sap.m.BadgeStyle
|
|
56327
|
+
): this;
|
|
56193
56328
|
/**
|
|
56194
56329
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
56195
56330
|
*
|
|
@@ -68190,9 +68325,10 @@ declare namespace sap {
|
|
|
68190
68325
|
*/
|
|
68191
68326
|
class ExpandableText
|
|
68192
68327
|
extends sap.ui.core.Control
|
|
68193
|
-
implements sap.ui.core.IFormContent
|
|
68328
|
+
implements sap.ui.core.IFormContent, sap.ui.core.ILabelable
|
|
68194
68329
|
{
|
|
68195
68330
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
68331
|
+
__implements__sap_ui_core_ILabelable: boolean;
|
|
68196
68332
|
/**
|
|
68197
68333
|
* Constructor for a new ExpandableText.
|
|
68198
68334
|
*
|
|
@@ -68381,6 +68517,13 @@ declare namespace sap {
|
|
|
68381
68517
|
* @returns Value of property `wrappingType`
|
|
68382
68518
|
*/
|
|
68383
68519
|
getWrappingType(): sap.m.WrappingType;
|
|
68520
|
+
/**
|
|
68521
|
+
* Returns if the control can be bound to a label
|
|
68522
|
+
*
|
|
68523
|
+
*
|
|
68524
|
+
* @returns `true` if the control can be bound to a label
|
|
68525
|
+
*/
|
|
68526
|
+
hasLabelableHTMLElement(): boolean;
|
|
68384
68527
|
/**
|
|
68385
68528
|
* Sets a new value for property {@link #getEmptyIndicatorMode emptyIndicatorMode}.
|
|
68386
68529
|
*
|
|
@@ -70427,7 +70570,7 @@ declare namespace sap {
|
|
|
70427
70570
|
*
|
|
70428
70571
|
* @returns Value of property `buttonTooltip`
|
|
70429
70572
|
*/
|
|
70430
|
-
getButtonTooltip(): sap.ui.core.TooltipBase;
|
|
70573
|
+
getButtonTooltip(): sap.ui.core.TooltipBase | string;
|
|
70431
70574
|
/**
|
|
70432
70575
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
70433
70576
|
*
|
|
@@ -70638,7 +70781,7 @@ declare namespace sap {
|
|
|
70638
70781
|
/**
|
|
70639
70782
|
* New value for property `buttonTooltip`
|
|
70640
70783
|
*/
|
|
70641
|
-
sButtonTooltip?: sap.ui.core.TooltipBase
|
|
70784
|
+
sButtonTooltip?: sap.ui.core.TooltipBase | string
|
|
70642
70785
|
): this;
|
|
70643
70786
|
/**
|
|
70644
70787
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
@@ -72273,7 +72416,7 @@ declare namespace sap {
|
|
|
72273
72416
|
*
|
|
72274
72417
|
* Determines whether the layout is rendered as a series of divs or as an unordered list (ul).
|
|
72275
72418
|
*
|
|
72276
|
-
* We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
72419
|
+
* **Note:** We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
72277
72420
|
*
|
|
72278
72421
|
* Default value is `Div`.
|
|
72279
72422
|
*
|
|
@@ -72994,6 +73137,16 @@ declare namespace sap {
|
|
|
72994
73137
|
* @returns Reference to `this` in order to allow method chaining
|
|
72995
73138
|
*/
|
|
72996
73139
|
destroyControls(): this;
|
|
73140
|
+
/**
|
|
73141
|
+
* Returns the `sap.m.FormattedText` accessibility information.
|
|
73142
|
+
* See:
|
|
73143
|
+
* sap.ui.core.Control#getAccessibilityInfo
|
|
73144
|
+
*
|
|
73145
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
73146
|
+
*
|
|
73147
|
+
* @returns The `sap.m.FormattedText` accessibility information
|
|
73148
|
+
*/
|
|
73149
|
+
getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
|
|
72997
73150
|
/**
|
|
72998
73151
|
* Gets content of aggregation {@link #getControls controls}.
|
|
72999
73152
|
*
|
|
@@ -78699,6 +78852,7 @@ declare namespace sap {
|
|
|
78699
78852
|
* is as follows:
|
|
78700
78853
|
* - First is the the illustration set - sapIllus
|
|
78701
78854
|
* - Second is the illustration type - UnableToLoad
|
|
78855
|
+
* - The `src` property takes precedence over this property.
|
|
78702
78856
|
*
|
|
78703
78857
|
* Default value is `IllustratedMessageType.NoSearchResults`.
|
|
78704
78858
|
*
|
|
@@ -78707,6 +78861,25 @@ declare namespace sap {
|
|
|
78707
78861
|
* @returns Value of property `illustrationType`
|
|
78708
78862
|
*/
|
|
78709
78863
|
getIllustrationType(): string;
|
|
78864
|
+
/**
|
|
78865
|
+
* Gets current value of property {@link #getSrc src}.
|
|
78866
|
+
*
|
|
78867
|
+
* Defines the illustration to be displayed as graphical element within the `IllustratedMessage`. It can
|
|
78868
|
+
* be an illustration from the illustration set described in the URI.
|
|
78869
|
+
*
|
|
78870
|
+
* **Notes:**
|
|
78871
|
+
* - The `sap-illustration://name` syntax supports only the default illustration set. If you want to include
|
|
78872
|
+
* another illustration set in the URI `sap-illustration://tnt/name`, you have to register it in the {@link sap.m.IllustrationPool}.
|
|
78873
|
+
*
|
|
78874
|
+
* - This property takes precedence over the `illustrationType` property.
|
|
78875
|
+
*
|
|
78876
|
+
* Default value is `empty string`.
|
|
78877
|
+
*
|
|
78878
|
+
* @since 1.132
|
|
78879
|
+
*
|
|
78880
|
+
* @returns Value of property `src`
|
|
78881
|
+
*/
|
|
78882
|
+
getSrc(): sap.ui.core.URI;
|
|
78710
78883
|
/**
|
|
78711
78884
|
* Gets current value of property {@link #getTitle title}.
|
|
78712
78885
|
*
|
|
@@ -78940,6 +79113,7 @@ declare namespace sap {
|
|
|
78940
79113
|
* is as follows:
|
|
78941
79114
|
* - First is the the illustration set - sapIllus
|
|
78942
79115
|
* - Second is the illustration type - UnableToLoad
|
|
79116
|
+
* - The `src` property takes precedence over this property.
|
|
78943
79117
|
*
|
|
78944
79118
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
78945
79119
|
*
|
|
@@ -78955,6 +79129,32 @@ declare namespace sap {
|
|
|
78955
79129
|
*/
|
|
78956
79130
|
sIllustrationType?: string
|
|
78957
79131
|
): this;
|
|
79132
|
+
/**
|
|
79133
|
+
* Sets a new value for property {@link #getSrc src}.
|
|
79134
|
+
*
|
|
79135
|
+
* Defines the illustration to be displayed as graphical element within the `IllustratedMessage`. It can
|
|
79136
|
+
* be an illustration from the illustration set described in the URI.
|
|
79137
|
+
*
|
|
79138
|
+
* **Notes:**
|
|
79139
|
+
* - The `sap-illustration://name` syntax supports only the default illustration set. If you want to include
|
|
79140
|
+
* another illustration set in the URI `sap-illustration://tnt/name`, you have to register it in the {@link sap.m.IllustrationPool}.
|
|
79141
|
+
*
|
|
79142
|
+
* - This property takes precedence over the `illustrationType` property.
|
|
79143
|
+
*
|
|
79144
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
79145
|
+
*
|
|
79146
|
+
* Default value is `empty string`.
|
|
79147
|
+
*
|
|
79148
|
+
* @since 1.132
|
|
79149
|
+
*
|
|
79150
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
79151
|
+
*/
|
|
79152
|
+
setSrc(
|
|
79153
|
+
/**
|
|
79154
|
+
* New value for property `src`
|
|
79155
|
+
*/
|
|
79156
|
+
sSrc?: sap.ui.core.URI
|
|
79157
|
+
): this;
|
|
78958
79158
|
/**
|
|
78959
79159
|
* Sets a new value for property {@link #getTitle title}.
|
|
78960
79160
|
*
|
|
@@ -87156,7 +87356,8 @@ declare namespace sap {
|
|
|
87156
87356
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
87157
87357
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
87158
87358
|
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
87159
|
-
* active.
|
|
87359
|
+
* active. **Note:** If this property is set to `false`, a possible binding context update of items (for
|
|
87360
|
+
* example, filtering or sorting the list binding) would clear the selection of the items.
|
|
87160
87361
|
*
|
|
87161
87362
|
* Default value is `true`.
|
|
87162
87363
|
*
|
|
@@ -87830,7 +88031,8 @@ declare namespace sap {
|
|
|
87830
88031
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
87831
88032
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
87832
88033
|
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
87833
|
-
* active.
|
|
88034
|
+
* active. **Note:** If this property is set to `false`, a possible binding context update of items (for
|
|
88035
|
+
* example, filtering or sorting the list binding) would clear the selection of the items.
|
|
87834
88036
|
*
|
|
87835
88037
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
87836
88038
|
*
|
|
@@ -90613,7 +90815,6 @@ declare namespace sap {
|
|
|
90613
90815
|
* Adds some endContent to the aggregation {@link #getEndContent endContent}.
|
|
90614
90816
|
*
|
|
90615
90817
|
* @since 1.131
|
|
90616
|
-
* @experimental
|
|
90617
90818
|
*
|
|
90618
90819
|
* @returns Reference to `this` in order to allow method chaining
|
|
90619
90820
|
*/
|
|
@@ -90799,7 +91000,6 @@ declare namespace sap {
|
|
|
90799
91000
|
* Destroys all the endContent in the aggregation {@link #getEndContent endContent}.
|
|
90800
91001
|
*
|
|
90801
91002
|
* @since 1.131
|
|
90802
|
-
* @experimental
|
|
90803
91003
|
*
|
|
90804
91004
|
* @returns Reference to `this` in order to allow method chaining
|
|
90805
91005
|
*/
|
|
@@ -90913,7 +91113,6 @@ declare namespace sap {
|
|
|
90913
91113
|
* of custom elements, such as icons and buttons.
|
|
90914
91114
|
*
|
|
90915
91115
|
* @since 1.131
|
|
90916
|
-
* @experimental
|
|
90917
91116
|
*/
|
|
90918
91117
|
getEndContent(): sap.ui.core.Control[];
|
|
90919
91118
|
/**
|
|
@@ -90986,7 +91185,6 @@ declare namespace sap {
|
|
|
90986
91185
|
* returns its index if found or -1 otherwise.
|
|
90987
91186
|
*
|
|
90988
91187
|
* @since 1.131
|
|
90989
|
-
* @experimental
|
|
90990
91188
|
*
|
|
90991
91189
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
90992
91190
|
*/
|
|
@@ -91013,7 +91211,6 @@ declare namespace sap {
|
|
|
91013
91211
|
* Inserts a endContent into the aggregation {@link #getEndContent endContent}.
|
|
91014
91212
|
*
|
|
91015
91213
|
* @since 1.131
|
|
91016
|
-
* @experimental
|
|
91017
91214
|
*
|
|
91018
91215
|
* @returns Reference to `this` in order to allow method chaining
|
|
91019
91216
|
*/
|
|
@@ -91053,7 +91250,6 @@ declare namespace sap {
|
|
|
91053
91250
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
91054
91251
|
*
|
|
91055
91252
|
* @since 1.131
|
|
91056
|
-
* @experimental
|
|
91057
91253
|
*
|
|
91058
91254
|
* @returns An array of the removed elements (might be empty)
|
|
91059
91255
|
*/
|
|
@@ -91071,7 +91267,6 @@ declare namespace sap {
|
|
|
91071
91267
|
* Removes a endContent from the aggregation {@link #getEndContent endContent}.
|
|
91072
91268
|
*
|
|
91073
91269
|
* @since 1.131
|
|
91074
|
-
* @experimental
|
|
91075
91270
|
*
|
|
91076
91271
|
* @returns The removed endContent or `null`
|
|
91077
91272
|
*/
|
|
@@ -114538,13 +114733,13 @@ declare namespace sap {
|
|
|
114538
114733
|
*/
|
|
114539
114734
|
getSecondaryCalendarType(): sap.ui.core.CalendarType;
|
|
114540
114735
|
/**
|
|
114541
|
-
*
|
|
114736
|
+
* Returns the IDs of the selected appointments. If no appointments are selected, an empty array is returned.
|
|
114542
114737
|
*
|
|
114543
114738
|
* @since 1.54
|
|
114544
114739
|
*
|
|
114545
|
-
* @returns Array
|
|
114740
|
+
* @returns Array with the IDs of the selected appointments
|
|
114546
114741
|
*/
|
|
114547
|
-
getSelectedAppointments():
|
|
114742
|
+
getSelectedAppointments(): string[];
|
|
114548
114743
|
/**
|
|
114549
114744
|
* Returns an array containing the selected rows. If no row is selected, an empty array is returned.
|
|
114550
114745
|
*
|
|
@@ -133949,9 +134144,6 @@ declare namespace sap {
|
|
|
133949
134144
|
* The appointments to be displayed in the grid. Appointments outside the visible time frame are not rendered.
|
|
133950
134145
|
* Appointments, longer than a day, will be displayed in all of the affected days. To display an all-day
|
|
133951
134146
|
* appointment, the appointment must start at 00:00 and end on any day in the future in 00:00h.
|
|
133952
|
-
*
|
|
133953
|
-
* Note: The `customContent` functionality of the `CalendarAppointment` is not available in the `SinglePlanningCalendar`.
|
|
133954
|
-
* If set, it will not make any effect.
|
|
133955
134147
|
*/
|
|
133956
134148
|
getAppointments(): sap.ui.unified.CalendarAppointment[];
|
|
133957
134149
|
/**
|
|
@@ -135450,10 +135642,14 @@ declare namespace sap {
|
|
|
135450
135642
|
*/
|
|
135451
135643
|
class Slider
|
|
135452
135644
|
extends sap.ui.core.Control
|
|
135453
|
-
implements
|
|
135645
|
+
implements
|
|
135646
|
+
sap.ui.core.IFormContent,
|
|
135647
|
+
sap.ui.core.ISemanticFormContent,
|
|
135648
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object
|
|
135454
135649
|
{
|
|
135455
135650
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
135456
135651
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
135652
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
135457
135653
|
/**
|
|
135458
135654
|
* Constructor for a new `Slider`.
|
|
135459
135655
|
*
|
|
@@ -142497,22 +142693,6 @@ declare namespace sap {
|
|
|
142497
142693
|
*/
|
|
142498
142694
|
oListener?: object
|
|
142499
142695
|
): this;
|
|
142500
|
-
/**
|
|
142501
|
-
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
142502
|
-
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
142503
|
-
*
|
|
142504
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
142505
|
-
*/
|
|
142506
|
-
enhanceAccessibilityState(
|
|
142507
|
-
/**
|
|
142508
|
-
* The Control that gets rendered by the RenderManager
|
|
142509
|
-
*/
|
|
142510
|
-
oElement: sap.ui.core.Control,
|
|
142511
|
-
/**
|
|
142512
|
-
* The mapping of "aria-" prefixed attributes
|
|
142513
|
-
*/
|
|
142514
|
-
mAriaProps: object
|
|
142515
|
-
): void;
|
|
142516
142696
|
/**
|
|
142517
142697
|
* Fires event {@link #event:beforeOpenContextMenu beforeOpenContextMenu} to attached listeners.
|
|
142518
142698
|
*
|
|
@@ -157767,6 +157947,57 @@ declare namespace sap {
|
|
|
157767
157947
|
*/
|
|
157768
157948
|
sStyleClass: string
|
|
157769
157949
|
): this;
|
|
157950
|
+
/**
|
|
157951
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.m.ViewSettingsDialog`.
|
|
157952
|
+
*
|
|
157953
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
157954
|
+
* otherwise it will be bound to this `sap.m.ViewSettingsDialog` itself.
|
|
157955
|
+
*
|
|
157956
|
+
* Fired before the dialog is closed. This event can be prevented which effectively prevents the dialog
|
|
157957
|
+
* from closing.
|
|
157958
|
+
*
|
|
157959
|
+
* @since 1.132
|
|
157960
|
+
*
|
|
157961
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
157962
|
+
*/
|
|
157963
|
+
attachBeforeClose(
|
|
157964
|
+
/**
|
|
157965
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
157966
|
+
* object when firing the event
|
|
157967
|
+
*/
|
|
157968
|
+
oData: object,
|
|
157969
|
+
/**
|
|
157970
|
+
* The function to be called when the event occurs
|
|
157971
|
+
*/
|
|
157972
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
157973
|
+
/**
|
|
157974
|
+
* Context object to call the event handler with. Defaults to this `sap.m.ViewSettingsDialog` itself
|
|
157975
|
+
*/
|
|
157976
|
+
oListener?: object
|
|
157977
|
+
): this;
|
|
157978
|
+
/**
|
|
157979
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.m.ViewSettingsDialog`.
|
|
157980
|
+
*
|
|
157981
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
157982
|
+
* otherwise it will be bound to this `sap.m.ViewSettingsDialog` itself.
|
|
157983
|
+
*
|
|
157984
|
+
* Fired before the dialog is closed. This event can be prevented which effectively prevents the dialog
|
|
157985
|
+
* from closing.
|
|
157986
|
+
*
|
|
157987
|
+
* @since 1.132
|
|
157988
|
+
*
|
|
157989
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
157990
|
+
*/
|
|
157991
|
+
attachBeforeClose(
|
|
157992
|
+
/**
|
|
157993
|
+
* The function to be called when the event occurs
|
|
157994
|
+
*/
|
|
157995
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
157996
|
+
/**
|
|
157997
|
+
* Context object to call the event handler with. Defaults to this `sap.m.ViewSettingsDialog` itself
|
|
157998
|
+
*/
|
|
157999
|
+
oListener?: object
|
|
158000
|
+
): this;
|
|
157770
158001
|
/**
|
|
157771
158002
|
* Attaches event handler `fnFunction` to the {@link #event:cancel cancel} event of this `sap.m.ViewSettingsDialog`.
|
|
157772
158003
|
*
|
|
@@ -158143,6 +158374,25 @@ declare namespace sap {
|
|
|
158143
158374
|
* @returns Reference to `this` in order to allow method chaining
|
|
158144
158375
|
*/
|
|
158145
158376
|
destroySortItems(): this;
|
|
158377
|
+
/**
|
|
158378
|
+
* Detaches event handler `fnFunction` from the {@link #event:beforeClose beforeClose} event of this `sap.m.ViewSettingsDialog`.
|
|
158379
|
+
*
|
|
158380
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
158381
|
+
*
|
|
158382
|
+
* @since 1.132
|
|
158383
|
+
*
|
|
158384
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
158385
|
+
*/
|
|
158386
|
+
detachBeforeClose(
|
|
158387
|
+
/**
|
|
158388
|
+
* The function to be called, when the event occurs
|
|
158389
|
+
*/
|
|
158390
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
158391
|
+
/**
|
|
158392
|
+
* Context object on which the given function had to be called
|
|
158393
|
+
*/
|
|
158394
|
+
oListener?: object
|
|
158395
|
+
): this;
|
|
158146
158396
|
/**
|
|
158147
158397
|
* Detaches event handler `fnFunction` from the {@link #event:cancel cancel} event of this `sap.m.ViewSettingsDialog`.
|
|
158148
158398
|
*
|
|
@@ -158236,6 +158486,23 @@ declare namespace sap {
|
|
|
158236
158486
|
*/
|
|
158237
158487
|
oListener?: object
|
|
158238
158488
|
): this;
|
|
158489
|
+
/**
|
|
158490
|
+
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
158491
|
+
*
|
|
158492
|
+
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
158493
|
+
* event object. The return value of this method indicates whether the default action should be executed.
|
|
158494
|
+
*
|
|
158495
|
+
* @since 1.132
|
|
158496
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
158497
|
+
*
|
|
158498
|
+
* @returns Whether or not to prevent the default action
|
|
158499
|
+
*/
|
|
158500
|
+
fireBeforeClose(
|
|
158501
|
+
/**
|
|
158502
|
+
* Parameters to pass along with the event
|
|
158503
|
+
*/
|
|
158504
|
+
mParameters?: object
|
|
158505
|
+
): boolean;
|
|
158239
158506
|
/**
|
|
158240
158507
|
* Fires event {@link #event:cancel cancel} to attached listeners.
|
|
158241
158508
|
*
|
|
@@ -161291,6 +161558,57 @@ declare namespace sap {
|
|
|
161291
161558
|
bValidated?: boolean
|
|
161292
161559
|
): this;
|
|
161293
161560
|
}
|
|
161561
|
+
/**
|
|
161562
|
+
* Possible badge color options for the {@link sap.m.Avatar} control.
|
|
161563
|
+
*
|
|
161564
|
+
* **Notes:**
|
|
161565
|
+
* - Keep in mind that the colors are theme-dependent and can differ based on the currently used theme.
|
|
161566
|
+
*
|
|
161567
|
+
*
|
|
161568
|
+
* @since 1.132.0
|
|
161569
|
+
*/
|
|
161570
|
+
enum AvatarBadgeColor {
|
|
161571
|
+
/**
|
|
161572
|
+
* Accent 1
|
|
161573
|
+
*/
|
|
161574
|
+
Accent1 = "Accent1",
|
|
161575
|
+
/**
|
|
161576
|
+
* Accent 10
|
|
161577
|
+
*/
|
|
161578
|
+
Accent10 = "Accent10",
|
|
161579
|
+
/**
|
|
161580
|
+
* Accent 2
|
|
161581
|
+
*/
|
|
161582
|
+
Accent2 = "Accent2",
|
|
161583
|
+
/**
|
|
161584
|
+
* Accent 3
|
|
161585
|
+
*/
|
|
161586
|
+
Accent3 = "Accent3",
|
|
161587
|
+
/**
|
|
161588
|
+
* Accent 4
|
|
161589
|
+
*/
|
|
161590
|
+
Accent4 = "Accent4",
|
|
161591
|
+
/**
|
|
161592
|
+
* Accent 5
|
|
161593
|
+
*/
|
|
161594
|
+
Accent5 = "Accent5",
|
|
161595
|
+
/**
|
|
161596
|
+
* Accent 6
|
|
161597
|
+
*/
|
|
161598
|
+
Accent6 = "Accent6",
|
|
161599
|
+
/**
|
|
161600
|
+
* Accent 7
|
|
161601
|
+
*/
|
|
161602
|
+
Accent7 = "Accent7",
|
|
161603
|
+
/**
|
|
161604
|
+
* Accent 8
|
|
161605
|
+
*/
|
|
161606
|
+
Accent8 = "Accent8",
|
|
161607
|
+
/**
|
|
161608
|
+
* Accent 9
|
|
161609
|
+
*/
|
|
161610
|
+
Accent9 = "Accent9",
|
|
161611
|
+
}
|
|
161294
161612
|
/**
|
|
161295
161613
|
* Possible background color options for the {@link sap.m.Avatar} control.
|
|
161296
161614
|
*
|
|
@@ -161502,6 +161820,21 @@ declare namespace sap {
|
|
|
161502
161820
|
*/
|
|
161503
161821
|
Updated = "Updated",
|
|
161504
161822
|
}
|
|
161823
|
+
/**
|
|
161824
|
+
* Types of badge rendering style.
|
|
161825
|
+
*
|
|
161826
|
+
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'BadgeStyle'.
|
|
161827
|
+
*/
|
|
161828
|
+
enum BadgeStyle {
|
|
161829
|
+
/**
|
|
161830
|
+
* Attention style. This badge is rendered as a single dot meant to grab attention.
|
|
161831
|
+
*/
|
|
161832
|
+
Attention = "Attention",
|
|
161833
|
+
/**
|
|
161834
|
+
* Default style. Use for badges which contain text or numbers.
|
|
161835
|
+
*/
|
|
161836
|
+
Default = "Default",
|
|
161837
|
+
}
|
|
161505
161838
|
/**
|
|
161506
161839
|
* Types of the Bar design.
|
|
161507
161840
|
*
|
|
@@ -167449,6 +167782,14 @@ declare namespace sap {
|
|
|
167449
167782
|
VariantManagement
|
|
167450
167783
|
>;
|
|
167451
167784
|
|
|
167785
|
+
/**
|
|
167786
|
+
* Event object of the ViewSettingsDialog#beforeClose event.
|
|
167787
|
+
*/
|
|
167788
|
+
type ViewSettingsDialog$BeforeCloseEvent = sap.ui.base.Event<
|
|
167789
|
+
ViewSettingsDialog$BeforeCloseEventParameters,
|
|
167790
|
+
ViewSettingsDialog
|
|
167791
|
+
>;
|
|
167792
|
+
|
|
167452
167793
|
/**
|
|
167453
167794
|
* Event object of the ViewSettingsDialog#cancel event.
|
|
167454
167795
|
*/
|
|
@@ -167598,6 +167939,8 @@ declare namespace sap {
|
|
|
167598
167939
|
|
|
167599
167940
|
"sap/m/Avatar": undefined;
|
|
167600
167941
|
|
|
167942
|
+
"sap/m/AvatarBadgeColor": undefined;
|
|
167943
|
+
|
|
167601
167944
|
"sap/m/AvatarColor": undefined;
|
|
167602
167945
|
|
|
167603
167946
|
"sap/m/AvatarImageFitType": undefined;
|