@sapui5/ts-types-esm 1.131.1 → 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/index.d.ts +7 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +5 -0
- package/types/sap.esh.search.ui.d.ts +35 -1
- package/types/sap.f.d.ts +103 -197
- 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 +123 -94
- 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/{mobile-1.131.0-esm-d.ts → sap.m.d.ts} +408 -56
- 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 +86 -1
- package/types/sap.sac.df.d.ts +1245 -890
- 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/{tnt-1.131.0-esm-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.131.0-esm-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +66 -5
- package/types/{core-1.131.0-esm-d.ts → sap.ui.core.d.ts} +363 -282
- package/types/{dt-1.131.0-esm-d.ts → 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/{mdc-1.131.0-esm-d.ts → sap.ui.mdc.d.ts} +439 -342
- 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/{ux3-1.131.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +96 -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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -230,6 +230,21 @@ declare module "sap/m/library" {
|
|
|
230
230
|
*/
|
|
231
231
|
Updated = "Updated",
|
|
232
232
|
}
|
|
233
|
+
/**
|
|
234
|
+
* Types of badge rendering style.
|
|
235
|
+
*
|
|
236
|
+
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'BadgeStyle'.
|
|
237
|
+
*/
|
|
238
|
+
export enum BadgeStyle {
|
|
239
|
+
/**
|
|
240
|
+
* Attention style. This badge is rendered as a single dot meant to grab attention.
|
|
241
|
+
*/
|
|
242
|
+
Attention = "Attention",
|
|
243
|
+
/**
|
|
244
|
+
* Default style. Use for badges which contain text or numbers.
|
|
245
|
+
*/
|
|
246
|
+
Default = "Default",
|
|
247
|
+
}
|
|
233
248
|
/**
|
|
234
249
|
* Types of the Bar design.
|
|
235
250
|
*
|
|
@@ -6718,6 +6733,8 @@ declare module "sap/m/Avatar" {
|
|
|
6718
6733
|
|
|
6719
6734
|
import AvatarColor from "sap/m/AvatarColor";
|
|
6720
6735
|
|
|
6736
|
+
import AvatarBadgeColor from "sap/m/AvatarBadgeColor";
|
|
6737
|
+
|
|
6721
6738
|
import LightBox from "sap/m/LightBox";
|
|
6722
6739
|
|
|
6723
6740
|
import AvatarShape from "sap/m/AvatarShape";
|
|
@@ -7005,7 +7022,10 @@ declare module "sap/m/Avatar" {
|
|
|
7005
7022
|
* The predefined icons are recommended for:
|
|
7006
7023
|
* - Suggesting a zooming action: `sap-icon://zoom-in`
|
|
7007
7024
|
* - Suggesting an image change: `sap-icon://camera`
|
|
7008
|
-
* - Suggesting an editing action: `sap-icon://edit`
|
|
7025
|
+
* - Suggesting an editing action: `sap-icon://edit` **Notes:**
|
|
7026
|
+
* - Use `sap-icon://avatar-icon-none` to show the badge without an icon.
|
|
7027
|
+
* - When using avatar-icon-none, the badge remains visible and can display background color or tooltip.
|
|
7028
|
+
*
|
|
7009
7029
|
*
|
|
7010
7030
|
* Default value is `empty string`.
|
|
7011
7031
|
*
|
|
@@ -7014,6 +7034,19 @@ declare module "sap/m/Avatar" {
|
|
|
7014
7034
|
* @returns Value of property `badgeIcon`
|
|
7015
7035
|
*/
|
|
7016
7036
|
getBadgeIcon(): URI;
|
|
7037
|
+
/**
|
|
7038
|
+
* Gets current value of property {@link #getBadgeIconColor badgeIconColor}.
|
|
7039
|
+
*
|
|
7040
|
+
* Defines the color of the badge icon. This color is used to style the badge, indicating different statuses
|
|
7041
|
+
* or categories. Acceptable values include predefined `sap.m.AvatarBadgeColor` options.
|
|
7042
|
+
*
|
|
7043
|
+
* Default value is `Accent6`.
|
|
7044
|
+
*
|
|
7045
|
+
* @since 1.132.0
|
|
7046
|
+
*
|
|
7047
|
+
* @returns Value of property `badgeIconColor`
|
|
7048
|
+
*/
|
|
7049
|
+
getBadgeIconColor(): AvatarBadgeColor | keyof typeof AvatarBadgeColor;
|
|
7017
7050
|
/**
|
|
7018
7051
|
* Gets current value of property {@link #getBadgeTooltip badgeTooltip}.
|
|
7019
7052
|
*
|
|
@@ -7290,7 +7323,10 @@ declare module "sap/m/Avatar" {
|
|
|
7290
7323
|
* The predefined icons are recommended for:
|
|
7291
7324
|
* - Suggesting a zooming action: `sap-icon://zoom-in`
|
|
7292
7325
|
* - Suggesting an image change: `sap-icon://camera`
|
|
7293
|
-
* - Suggesting an editing action: `sap-icon://edit`
|
|
7326
|
+
* - Suggesting an editing action: `sap-icon://edit` **Notes:**
|
|
7327
|
+
* - Use `sap-icon://avatar-icon-none` to show the badge without an icon.
|
|
7328
|
+
* - When using avatar-icon-none, the badge remains visible and can display background color or tooltip.
|
|
7329
|
+
*
|
|
7294
7330
|
*
|
|
7295
7331
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7296
7332
|
*
|
|
@@ -7306,6 +7342,26 @@ declare module "sap/m/Avatar" {
|
|
|
7306
7342
|
*/
|
|
7307
7343
|
sBadgeIcon?: URI
|
|
7308
7344
|
): this;
|
|
7345
|
+
/**
|
|
7346
|
+
* Sets a new value for property {@link #getBadgeIconColor badgeIconColor}.
|
|
7347
|
+
*
|
|
7348
|
+
* Defines the color of the badge icon. This color is used to style the badge, indicating different statuses
|
|
7349
|
+
* or categories. Acceptable values include predefined `sap.m.AvatarBadgeColor` options.
|
|
7350
|
+
*
|
|
7351
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7352
|
+
*
|
|
7353
|
+
* Default value is `Accent6`.
|
|
7354
|
+
*
|
|
7355
|
+
* @since 1.132.0
|
|
7356
|
+
*
|
|
7357
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
7358
|
+
*/
|
|
7359
|
+
setBadgeIconColor(
|
|
7360
|
+
/**
|
|
7361
|
+
* New value for property `badgeIconColor`
|
|
7362
|
+
*/
|
|
7363
|
+
sBadgeIconColor?: AvatarBadgeColor | keyof typeof AvatarBadgeColor
|
|
7364
|
+
): this;
|
|
7309
7365
|
/**
|
|
7310
7366
|
* Sets a new value for property {@link #getBadgeTooltip badgeTooltip}.
|
|
7311
7367
|
*
|
|
@@ -7651,7 +7707,10 @@ declare module "sap/m/Avatar" {
|
|
|
7651
7707
|
* The predefined icons are recommended for:
|
|
7652
7708
|
* - Suggesting a zooming action: `sap-icon://zoom-in`
|
|
7653
7709
|
* - Suggesting an image change: `sap-icon://camera`
|
|
7654
|
-
* - Suggesting an editing action: `sap-icon://edit`
|
|
7710
|
+
* - Suggesting an editing action: `sap-icon://edit` **Notes:**
|
|
7711
|
+
* - Use `sap-icon://avatar-icon-none` to show the badge without an icon.
|
|
7712
|
+
* - When using avatar-icon-none, the badge remains visible and can display background color or tooltip.
|
|
7713
|
+
*
|
|
7655
7714
|
*
|
|
7656
7715
|
* @since 1.77
|
|
7657
7716
|
*/
|
|
@@ -7706,6 +7765,17 @@ declare module "sap/m/Avatar" {
|
|
|
7706
7765
|
| PropertyBindingInfo
|
|
7707
7766
|
| `{${string}}`;
|
|
7708
7767
|
|
|
7768
|
+
/**
|
|
7769
|
+
* Defines the color of the badge icon. This color is used to style the badge, indicating different statuses
|
|
7770
|
+
* or categories. Acceptable values include predefined `sap.m.AvatarBadgeColor` options.
|
|
7771
|
+
*
|
|
7772
|
+
* @since 1.132.0
|
|
7773
|
+
*/
|
|
7774
|
+
badgeIconColor?:
|
|
7775
|
+
| (AvatarBadgeColor | keyof typeof AvatarBadgeColor)
|
|
7776
|
+
| PropertyBindingInfo
|
|
7777
|
+
| `{${string}}`;
|
|
7778
|
+
|
|
7709
7779
|
/**
|
|
7710
7780
|
* Determines whether the `Avatar` is enabled (default is set to `true`). A disabled `Button` has different
|
|
7711
7781
|
* colors depending on the {@link sap.m.AvatarColor AvatarColor}.
|
|
@@ -7758,6 +7828,61 @@ declare module "sap/m/Avatar" {
|
|
|
7758
7828
|
export type Avatar$PressEvent = Event<Avatar$PressEventParameters, Avatar>;
|
|
7759
7829
|
}
|
|
7760
7830
|
|
|
7831
|
+
declare module "sap/m/AvatarBadgeColor" {
|
|
7832
|
+
/**
|
|
7833
|
+
* Possible badge color options for the {@link sap.m.Avatar} control.
|
|
7834
|
+
*
|
|
7835
|
+
* **Notes:**
|
|
7836
|
+
* - Keep in mind that the colors are theme-dependent and can differ based on the currently used theme.
|
|
7837
|
+
*
|
|
7838
|
+
*
|
|
7839
|
+
* @since 1.132.0
|
|
7840
|
+
*/
|
|
7841
|
+
enum AvatarBadgeColor {
|
|
7842
|
+
/**
|
|
7843
|
+
* Accent 1
|
|
7844
|
+
*/
|
|
7845
|
+
Accent1 = "Accent1",
|
|
7846
|
+
/**
|
|
7847
|
+
* Accent 10
|
|
7848
|
+
*/
|
|
7849
|
+
Accent10 = "Accent10",
|
|
7850
|
+
/**
|
|
7851
|
+
* Accent 2
|
|
7852
|
+
*/
|
|
7853
|
+
Accent2 = "Accent2",
|
|
7854
|
+
/**
|
|
7855
|
+
* Accent 3
|
|
7856
|
+
*/
|
|
7857
|
+
Accent3 = "Accent3",
|
|
7858
|
+
/**
|
|
7859
|
+
* Accent 4
|
|
7860
|
+
*/
|
|
7861
|
+
Accent4 = "Accent4",
|
|
7862
|
+
/**
|
|
7863
|
+
* Accent 5
|
|
7864
|
+
*/
|
|
7865
|
+
Accent5 = "Accent5",
|
|
7866
|
+
/**
|
|
7867
|
+
* Accent 6
|
|
7868
|
+
*/
|
|
7869
|
+
Accent6 = "Accent6",
|
|
7870
|
+
/**
|
|
7871
|
+
* Accent 7
|
|
7872
|
+
*/
|
|
7873
|
+
Accent7 = "Accent7",
|
|
7874
|
+
/**
|
|
7875
|
+
* Accent 8
|
|
7876
|
+
*/
|
|
7877
|
+
Accent8 = "Accent8",
|
|
7878
|
+
/**
|
|
7879
|
+
* Accent 9
|
|
7880
|
+
*/
|
|
7881
|
+
Accent9 = "Accent9",
|
|
7882
|
+
}
|
|
7883
|
+
export default AvatarBadgeColor;
|
|
7884
|
+
}
|
|
7885
|
+
|
|
7761
7886
|
declare module "sap/m/AvatarColor" {
|
|
7762
7887
|
/**
|
|
7763
7888
|
* Possible background color options for the {@link sap.m.Avatar} control.
|
|
@@ -8755,6 +8880,9 @@ declare module "sap/m/Bar" {
|
|
|
8755
8880
|
|
|
8756
8881
|
/**
|
|
8757
8882
|
* Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
|
|
8883
|
+
*
|
|
8884
|
+
* **Note:**The aria-labelledby attribute will not be rendered when there are less than two interactive
|
|
8885
|
+
* elements inside the Bar (for example, one Button).
|
|
8758
8886
|
*/
|
|
8759
8887
|
ariaLabelledBy?: Array<Control | string>;
|
|
8760
8888
|
}
|
|
@@ -10407,7 +10535,7 @@ declare module "sap/m/Button" {
|
|
|
10407
10535
|
|
|
10408
10536
|
import Event from "sap/ui/base/Event";
|
|
10409
10537
|
|
|
10410
|
-
import { ButtonAccessibleRole, ButtonType } from "sap/m/library";
|
|
10538
|
+
import { ButtonAccessibleRole, BadgeStyle, ButtonType } from "sap/m/library";
|
|
10411
10539
|
|
|
10412
10540
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
10413
10541
|
|
|
@@ -10762,6 +10890,21 @@ declare module "sap/m/Button" {
|
|
|
10762
10890
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10763
10891
|
*/
|
|
10764
10892
|
getAriaLabelledBy(): ID[];
|
|
10893
|
+
/**
|
|
10894
|
+
* Gets current value of property {@link #getBadgeStyle badgeStyle}.
|
|
10895
|
+
*
|
|
10896
|
+
* Determines the style in which the badge notification will be represented:
|
|
10897
|
+
* - `BadgeStyle.Default` Use for badges that contain numbers
|
|
10898
|
+
* - `BadgeStyle.Attention` This badge is rendered as a single dot designed to capture user attention
|
|
10899
|
+
*
|
|
10900
|
+
*
|
|
10901
|
+
* Default value is `Default`.
|
|
10902
|
+
*
|
|
10903
|
+
* @since 1.132.0
|
|
10904
|
+
*
|
|
10905
|
+
* @returns Value of property `badgeStyle`
|
|
10906
|
+
*/
|
|
10907
|
+
getBadgeStyle(): BadgeStyle | keyof typeof BadgeStyle;
|
|
10765
10908
|
/**
|
|
10766
10909
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
10767
10910
|
*
|
|
@@ -10998,6 +11141,28 @@ declare module "sap/m/Button" {
|
|
|
10998
11141
|
*/
|
|
10999
11142
|
iMin: number
|
|
11000
11143
|
): this;
|
|
11144
|
+
/**
|
|
11145
|
+
* Sets a new value for property {@link #getBadgeStyle badgeStyle}.
|
|
11146
|
+
*
|
|
11147
|
+
* Determines the style in which the badge notification will be represented:
|
|
11148
|
+
* - `BadgeStyle.Default` Use for badges that contain numbers
|
|
11149
|
+
* - `BadgeStyle.Attention` This badge is rendered as a single dot designed to capture user attention
|
|
11150
|
+
*
|
|
11151
|
+
*
|
|
11152
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11153
|
+
*
|
|
11154
|
+
* Default value is `Default`.
|
|
11155
|
+
*
|
|
11156
|
+
* @since 1.132.0
|
|
11157
|
+
*
|
|
11158
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11159
|
+
*/
|
|
11160
|
+
setBadgeStyle(
|
|
11161
|
+
/**
|
|
11162
|
+
* New value for property `badgeStyle`
|
|
11163
|
+
*/
|
|
11164
|
+
sBadgeStyle?: BadgeStyle | keyof typeof BadgeStyle
|
|
11165
|
+
): this;
|
|
11001
11166
|
/**
|
|
11002
11167
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
11003
11168
|
*
|
|
@@ -11250,6 +11415,19 @@ declare module "sap/m/Button" {
|
|
|
11250
11415
|
| PropertyBindingInfo
|
|
11251
11416
|
| `{${string}}`;
|
|
11252
11417
|
|
|
11418
|
+
/**
|
|
11419
|
+
* Determines the style in which the badge notification will be represented:
|
|
11420
|
+
* - `BadgeStyle.Default` Use for badges that contain numbers
|
|
11421
|
+
* - `BadgeStyle.Attention` This badge is rendered as a single dot designed to capture user attention
|
|
11422
|
+
*
|
|
11423
|
+
*
|
|
11424
|
+
* @since 1.132.0
|
|
11425
|
+
*/
|
|
11426
|
+
badgeStyle?:
|
|
11427
|
+
| (BadgeStyle | keyof typeof BadgeStyle)
|
|
11428
|
+
| PropertyBindingInfo
|
|
11429
|
+
| `{${string}}`;
|
|
11430
|
+
|
|
11253
11431
|
/**
|
|
11254
11432
|
* Association to controls / ids which describe this control (see WAI-ARIA attribute aria-describedby).
|
|
11255
11433
|
*/
|
|
@@ -25992,6 +26170,7 @@ declare module "sap/m/ExpandableText" {
|
|
|
25992
26170
|
|
|
25993
26171
|
import {
|
|
25994
26172
|
IFormContent,
|
|
26173
|
+
ILabelable,
|
|
25995
26174
|
AccessibilityInfo,
|
|
25996
26175
|
TextAlign,
|
|
25997
26176
|
TextDirection,
|
|
@@ -26026,8 +26205,12 @@ declare module "sap/m/ExpandableText" {
|
|
|
26026
26205
|
*
|
|
26027
26206
|
* @since 1.87
|
|
26028
26207
|
*/
|
|
26029
|
-
export default class ExpandableText
|
|
26208
|
+
export default class ExpandableText
|
|
26209
|
+
extends Control
|
|
26210
|
+
implements IFormContent, ILabelable
|
|
26211
|
+
{
|
|
26030
26212
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
26213
|
+
__implements__sap_ui_core_ILabelable: boolean;
|
|
26031
26214
|
/**
|
|
26032
26215
|
* Constructor for a new ExpandableText.
|
|
26033
26216
|
*
|
|
@@ -26220,6 +26403,13 @@ declare module "sap/m/ExpandableText" {
|
|
|
26220
26403
|
* @returns Value of property `wrappingType`
|
|
26221
26404
|
*/
|
|
26222
26405
|
getWrappingType(): WrappingType | keyof typeof WrappingType;
|
|
26406
|
+
/**
|
|
26407
|
+
* Returns if the control can be bound to a label
|
|
26408
|
+
*
|
|
26409
|
+
*
|
|
26410
|
+
* @returns `true` if the control can be bound to a label
|
|
26411
|
+
*/
|
|
26412
|
+
hasLabelableHTMLElement(): boolean;
|
|
26223
26413
|
/**
|
|
26224
26414
|
* Sets a new value for property {@link #getEmptyIndicatorMode emptyIndicatorMode}.
|
|
26225
26415
|
*
|
|
@@ -28750,7 +28940,7 @@ declare module "sap/m/FeedInput" {
|
|
|
28750
28940
|
*
|
|
28751
28941
|
* @returns Value of property `buttonTooltip`
|
|
28752
28942
|
*/
|
|
28753
|
-
getButtonTooltip(): TooltipBase;
|
|
28943
|
+
getButtonTooltip(): TooltipBase | string;
|
|
28754
28944
|
/**
|
|
28755
28945
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
28756
28946
|
*
|
|
@@ -28961,7 +29151,7 @@ declare module "sap/m/FeedInput" {
|
|
|
28961
29151
|
/**
|
|
28962
29152
|
* New value for property `buttonTooltip`
|
|
28963
29153
|
*/
|
|
28964
|
-
sButtonTooltip?: TooltipBase
|
|
29154
|
+
sButtonTooltip?: TooltipBase | string
|
|
28965
29155
|
): this;
|
|
28966
29156
|
/**
|
|
28967
29157
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
@@ -29349,7 +29539,7 @@ declare module "sap/m/FeedInput" {
|
|
|
29349
29539
|
*
|
|
29350
29540
|
* @since 1.28
|
|
29351
29541
|
*/
|
|
29352
|
-
buttonTooltip?: TooltipBase | PropertyBindingInfo | `{${string}}`;
|
|
29542
|
+
buttonTooltip?: TooltipBase | string | PropertyBindingInfo | `{${string}}`;
|
|
29353
29543
|
|
|
29354
29544
|
/**
|
|
29355
29545
|
* Text for Picture which will be read by screenreader. If a new ariaLabelForPicture is set, any previously
|
|
@@ -31061,7 +31251,7 @@ declare module "sap/m/FlexBox" {
|
|
|
31061
31251
|
*
|
|
31062
31252
|
* Determines whether the layout is rendered as a series of divs or as an unordered list (ul).
|
|
31063
31253
|
*
|
|
31064
|
-
* We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
31254
|
+
* **Note:** We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
31065
31255
|
*
|
|
31066
31256
|
* Default value is `Div`.
|
|
31067
31257
|
*
|
|
@@ -31393,7 +31583,7 @@ declare module "sap/m/FlexBox" {
|
|
|
31393
31583
|
/**
|
|
31394
31584
|
* Determines whether the layout is rendered as a series of divs or as an unordered list (ul).
|
|
31395
31585
|
*
|
|
31396
|
-
* We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
31586
|
+
* **Note:** We recommend to use `Bare` in most cases to avoid layout issues due to browser inconsistencies.
|
|
31397
31587
|
*/
|
|
31398
31588
|
renderType?:
|
|
31399
31589
|
| (FlexRendertype | keyof typeof FlexRendertype)
|
|
@@ -31900,9 +32090,14 @@ declare module "sap/m/FormattedText" {
|
|
|
31900
32090
|
|
|
31901
32091
|
import Link from "sap/m/Link";
|
|
31902
32092
|
|
|
31903
|
-
import {
|
|
32093
|
+
import {
|
|
32094
|
+
AccessibilityInfo,
|
|
32095
|
+
CSSSize,
|
|
32096
|
+
TextAlign,
|
|
32097
|
+
TextDirection,
|
|
32098
|
+
} from "sap/ui/core/library";
|
|
31904
32099
|
|
|
31905
|
-
import {
|
|
32100
|
+
import { LinkConversion } from "sap/m/library";
|
|
31906
32101
|
|
|
31907
32102
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
31908
32103
|
|
|
@@ -31999,6 +32194,16 @@ declare module "sap/m/FormattedText" {
|
|
|
31999
32194
|
* @returns Reference to `this` in order to allow method chaining
|
|
32000
32195
|
*/
|
|
32001
32196
|
destroyControls(): this;
|
|
32197
|
+
/**
|
|
32198
|
+
* Returns the `sap.m.FormattedText` accessibility information.
|
|
32199
|
+
* See:
|
|
32200
|
+
* sap.ui.core.Control#getAccessibilityInfo
|
|
32201
|
+
*
|
|
32202
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
32203
|
+
*
|
|
32204
|
+
* @returns The `sap.m.FormattedText` accessibility information
|
|
32205
|
+
*/
|
|
32206
|
+
getAccessibilityInfo(): AccessibilityInfo;
|
|
32002
32207
|
/**
|
|
32003
32208
|
* Gets content of aggregation {@link #getControls controls}.
|
|
32004
32209
|
*
|
|
@@ -38821,7 +39026,7 @@ declare module "sap/m/IconTabSeparator" {
|
|
|
38821
39026
|
declare module "sap/m/IllustratedMessage" {
|
|
38822
39027
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
38823
39028
|
|
|
38824
|
-
import { ID, TitleLevel } from "sap/ui/core/library";
|
|
39029
|
+
import { ID, TitleLevel, URI } from "sap/ui/core/library";
|
|
38825
39030
|
|
|
38826
39031
|
import IllustratedMessageSize from "sap/m/IllustratedMessageSize";
|
|
38827
39032
|
|
|
@@ -39097,6 +39302,7 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
39097
39302
|
* is as follows:
|
|
39098
39303
|
* - First is the the illustration set - sapIllus
|
|
39099
39304
|
* - Second is the illustration type - UnableToLoad
|
|
39305
|
+
* - The `src` property takes precedence over this property.
|
|
39100
39306
|
*
|
|
39101
39307
|
* Default value is `IllustratedMessageType.NoSearchResults`.
|
|
39102
39308
|
*
|
|
@@ -39105,6 +39311,25 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
39105
39311
|
* @returns Value of property `illustrationType`
|
|
39106
39312
|
*/
|
|
39107
39313
|
getIllustrationType(): string;
|
|
39314
|
+
/**
|
|
39315
|
+
* Gets current value of property {@link #getSrc src}.
|
|
39316
|
+
*
|
|
39317
|
+
* Defines the illustration to be displayed as graphical element within the `IllustratedMessage`. It can
|
|
39318
|
+
* be an illustration from the illustration set described in the URI.
|
|
39319
|
+
*
|
|
39320
|
+
* **Notes:**
|
|
39321
|
+
* - The `sap-illustration://name` syntax supports only the default illustration set. If you want to include
|
|
39322
|
+
* another illustration set in the URI `sap-illustration://tnt/name`, you have to register it in the {@link sap.m.IllustrationPool}.
|
|
39323
|
+
*
|
|
39324
|
+
* - This property takes precedence over the `illustrationType` property.
|
|
39325
|
+
*
|
|
39326
|
+
* Default value is `empty string`.
|
|
39327
|
+
*
|
|
39328
|
+
* @since 1.132
|
|
39329
|
+
*
|
|
39330
|
+
* @returns Value of property `src`
|
|
39331
|
+
*/
|
|
39332
|
+
getSrc(): URI;
|
|
39108
39333
|
/**
|
|
39109
39334
|
* Gets current value of property {@link #getTitle title}.
|
|
39110
39335
|
*
|
|
@@ -39340,6 +39565,7 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
39340
39565
|
* is as follows:
|
|
39341
39566
|
* - First is the the illustration set - sapIllus
|
|
39342
39567
|
* - Second is the illustration type - UnableToLoad
|
|
39568
|
+
* - The `src` property takes precedence over this property.
|
|
39343
39569
|
*
|
|
39344
39570
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39345
39571
|
*
|
|
@@ -39355,6 +39581,32 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
39355
39581
|
*/
|
|
39356
39582
|
sIllustrationType?: string
|
|
39357
39583
|
): this;
|
|
39584
|
+
/**
|
|
39585
|
+
* Sets a new value for property {@link #getSrc src}.
|
|
39586
|
+
*
|
|
39587
|
+
* Defines the illustration to be displayed as graphical element within the `IllustratedMessage`. It can
|
|
39588
|
+
* be an illustration from the illustration set described in the URI.
|
|
39589
|
+
*
|
|
39590
|
+
* **Notes:**
|
|
39591
|
+
* - The `sap-illustration://name` syntax supports only the default illustration set. If you want to include
|
|
39592
|
+
* another illustration set in the URI `sap-illustration://tnt/name`, you have to register it in the {@link sap.m.IllustrationPool}.
|
|
39593
|
+
*
|
|
39594
|
+
* - This property takes precedence over the `illustrationType` property.
|
|
39595
|
+
*
|
|
39596
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39597
|
+
*
|
|
39598
|
+
* Default value is `empty string`.
|
|
39599
|
+
*
|
|
39600
|
+
* @since 1.132
|
|
39601
|
+
*
|
|
39602
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39603
|
+
*/
|
|
39604
|
+
setSrc(
|
|
39605
|
+
/**
|
|
39606
|
+
* New value for property `src`
|
|
39607
|
+
*/
|
|
39608
|
+
sSrc?: URI
|
|
39609
|
+
): this;
|
|
39358
39610
|
/**
|
|
39359
39611
|
* Sets a new value for property {@link #getTitle title}.
|
|
39360
39612
|
*
|
|
@@ -39449,11 +39701,26 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
39449
39701
|
* is as follows:
|
|
39450
39702
|
* - First is the the illustration set - sapIllus
|
|
39451
39703
|
* - Second is the illustration type - UnableToLoad
|
|
39704
|
+
* - The `src` property takes precedence over this property.
|
|
39452
39705
|
*
|
|
39453
39706
|
* @since 1.98
|
|
39454
39707
|
*/
|
|
39455
39708
|
illustrationType?: string | PropertyBindingInfo;
|
|
39456
39709
|
|
|
39710
|
+
/**
|
|
39711
|
+
* Defines the illustration to be displayed as graphical element within the `IllustratedMessage`. It can
|
|
39712
|
+
* be an illustration from the illustration set described in the URI.
|
|
39713
|
+
*
|
|
39714
|
+
* **Notes:**
|
|
39715
|
+
* - The `sap-illustration://name` syntax supports only the default illustration set. If you want to include
|
|
39716
|
+
* another illustration set in the URI `sap-illustration://tnt/name`, you have to register it in the {@link sap.m.IllustrationPool}.
|
|
39717
|
+
*
|
|
39718
|
+
* - This property takes precedence over the `illustrationType` property.
|
|
39719
|
+
*
|
|
39720
|
+
* @since 1.132
|
|
39721
|
+
*/
|
|
39722
|
+
src?: URI | PropertyBindingInfo | `{${string}}`;
|
|
39723
|
+
|
|
39457
39724
|
/**
|
|
39458
39725
|
* Defines the title that is displayed below the illustration.
|
|
39459
39726
|
*
|
|
@@ -50570,7 +50837,8 @@ declare module "sap/m/ListBase" {
|
|
|
50570
50837
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
50571
50838
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
50572
50839
|
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
50573
|
-
* active.
|
|
50840
|
+
* active. **Note:** If this property is set to `false`, a possible binding context update of items (for
|
|
50841
|
+
* example, filtering or sorting the list binding) would clear the selection of the items.
|
|
50574
50842
|
*
|
|
50575
50843
|
* Default value is `true`.
|
|
50576
50844
|
*
|
|
@@ -51246,7 +51514,8 @@ declare module "sap/m/ListBase" {
|
|
|
51246
51514
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
51247
51515
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
51248
51516
|
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
51249
|
-
* active.
|
|
51517
|
+
* active. **Note:** If this property is set to `false`, a possible binding context update of items (for
|
|
51518
|
+
* example, filtering or sorting the list binding) would clear the selection of the items.
|
|
51250
51519
|
*
|
|
51251
51520
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
51252
51521
|
*
|
|
@@ -51622,7 +51891,8 @@ declare module "sap/m/ListBase" {
|
|
|
51622
51891
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
51623
51892
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
51624
51893
|
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
51625
|
-
* active.
|
|
51894
|
+
* active. **Note:** If this property is set to `false`, a possible binding context update of items (for
|
|
51895
|
+
* example, filtering or sorting the list binding) would clear the selection of the items.
|
|
51626
51896
|
*
|
|
51627
51897
|
* @since 1.16.6
|
|
51628
51898
|
*/
|
|
@@ -55255,7 +55525,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55255
55525
|
* Adds some endContent to the aggregation {@link #getEndContent endContent}.
|
|
55256
55526
|
*
|
|
55257
55527
|
* @since 1.131
|
|
55258
|
-
* @experimental
|
|
55259
55528
|
*
|
|
55260
55529
|
* @returns Reference to `this` in order to allow method chaining
|
|
55261
55530
|
*/
|
|
@@ -55441,7 +55710,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55441
55710
|
* Destroys all the endContent in the aggregation {@link #getEndContent endContent}.
|
|
55442
55711
|
*
|
|
55443
55712
|
* @since 1.131
|
|
55444
|
-
* @experimental
|
|
55445
55713
|
*
|
|
55446
55714
|
* @returns Reference to `this` in order to allow method chaining
|
|
55447
55715
|
*/
|
|
@@ -55555,7 +55823,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55555
55823
|
* of custom elements, such as icons and buttons.
|
|
55556
55824
|
*
|
|
55557
55825
|
* @since 1.131
|
|
55558
|
-
* @experimental
|
|
55559
55826
|
*/
|
|
55560
55827
|
getEndContent(): Control[];
|
|
55561
55828
|
/**
|
|
@@ -55628,7 +55895,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55628
55895
|
* returns its index if found or -1 otherwise.
|
|
55629
55896
|
*
|
|
55630
55897
|
* @since 1.131
|
|
55631
|
-
* @experimental
|
|
55632
55898
|
*
|
|
55633
55899
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
55634
55900
|
*/
|
|
@@ -55655,7 +55921,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55655
55921
|
* Inserts a endContent into the aggregation {@link #getEndContent endContent}.
|
|
55656
55922
|
*
|
|
55657
55923
|
* @since 1.131
|
|
55658
|
-
* @experimental
|
|
55659
55924
|
*
|
|
55660
55925
|
* @returns Reference to `this` in order to allow method chaining
|
|
55661
55926
|
*/
|
|
@@ -55695,7 +55960,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55695
55960
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
55696
55961
|
*
|
|
55697
55962
|
* @since 1.131
|
|
55698
|
-
* @experimental
|
|
55699
55963
|
*
|
|
55700
55964
|
* @returns An array of the removed elements (might be empty)
|
|
55701
55965
|
*/
|
|
@@ -55713,7 +55977,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55713
55977
|
* Removes a endContent from the aggregation {@link #getEndContent endContent}.
|
|
55714
55978
|
*
|
|
55715
55979
|
* @since 1.131
|
|
55716
|
-
* @experimental
|
|
55717
55980
|
*
|
|
55718
55981
|
* @returns The removed endContent or `null`
|
|
55719
55982
|
*/
|
|
@@ -55862,7 +56125,6 @@ declare module "sap/m/MenuItem" {
|
|
|
55862
56125
|
* of custom elements, such as icons and buttons.
|
|
55863
56126
|
*
|
|
55864
56127
|
* @since 1.131
|
|
55865
|
-
* @experimental
|
|
55866
56128
|
*/
|
|
55867
56129
|
endContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
55868
56130
|
|
|
@@ -87129,10 +87391,10 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
87129
87391
|
|
|
87130
87392
|
import CalendarType from "sap/ui/core/CalendarType";
|
|
87131
87393
|
|
|
87132
|
-
import CalendarAppointment from "sap/ui/unified/CalendarAppointment";
|
|
87133
|
-
|
|
87134
87394
|
import CalendarLegend from "sap/ui/unified/CalendarLegend";
|
|
87135
87395
|
|
|
87396
|
+
import CalendarAppointment from "sap/ui/unified/CalendarAppointment";
|
|
87397
|
+
|
|
87136
87398
|
import {
|
|
87137
87399
|
PropertyBindingInfo,
|
|
87138
87400
|
AggregationBindingInfo,
|
|
@@ -88183,13 +88445,13 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
88183
88445
|
*/
|
|
88184
88446
|
getSecondaryCalendarType(): CalendarType;
|
|
88185
88447
|
/**
|
|
88186
|
-
*
|
|
88448
|
+
* Returns the IDs of the selected appointments. If no appointments are selected, an empty array is returned.
|
|
88187
88449
|
*
|
|
88188
88450
|
* @since 1.54
|
|
88189
88451
|
*
|
|
88190
|
-
* @returns Array
|
|
88452
|
+
* @returns Array with the IDs of the selected appointments
|
|
88191
88453
|
*/
|
|
88192
|
-
getSelectedAppointments():
|
|
88454
|
+
getSelectedAppointments(): string[];
|
|
88193
88455
|
/**
|
|
88194
88456
|
* Returns an array containing the selected rows. If no row is selected, an empty array is returned.
|
|
88195
88457
|
*
|
|
@@ -113368,6 +113630,57 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
113368
113630
|
*/
|
|
113369
113631
|
sStyleClass: string
|
|
113370
113632
|
): this;
|
|
113633
|
+
/**
|
|
113634
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.m.ViewSettingsDialog`.
|
|
113635
|
+
*
|
|
113636
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
113637
|
+
* otherwise it will be bound to this `sap.m.ViewSettingsDialog` itself.
|
|
113638
|
+
*
|
|
113639
|
+
* Fired before the dialog is closed. This event can be prevented which effectively prevents the dialog
|
|
113640
|
+
* from closing.
|
|
113641
|
+
*
|
|
113642
|
+
* @since 1.132
|
|
113643
|
+
*
|
|
113644
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
113645
|
+
*/
|
|
113646
|
+
attachBeforeClose(
|
|
113647
|
+
/**
|
|
113648
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
113649
|
+
* object when firing the event
|
|
113650
|
+
*/
|
|
113651
|
+
oData: object,
|
|
113652
|
+
/**
|
|
113653
|
+
* The function to be called when the event occurs
|
|
113654
|
+
*/
|
|
113655
|
+
fnFunction: (p1: Event) => void,
|
|
113656
|
+
/**
|
|
113657
|
+
* Context object to call the event handler with. Defaults to this `sap.m.ViewSettingsDialog` itself
|
|
113658
|
+
*/
|
|
113659
|
+
oListener?: object
|
|
113660
|
+
): this;
|
|
113661
|
+
/**
|
|
113662
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.m.ViewSettingsDialog`.
|
|
113663
|
+
*
|
|
113664
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
113665
|
+
* otherwise it will be bound to this `sap.m.ViewSettingsDialog` itself.
|
|
113666
|
+
*
|
|
113667
|
+
* Fired before the dialog is closed. This event can be prevented which effectively prevents the dialog
|
|
113668
|
+
* from closing.
|
|
113669
|
+
*
|
|
113670
|
+
* @since 1.132
|
|
113671
|
+
*
|
|
113672
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
113673
|
+
*/
|
|
113674
|
+
attachBeforeClose(
|
|
113675
|
+
/**
|
|
113676
|
+
* The function to be called when the event occurs
|
|
113677
|
+
*/
|
|
113678
|
+
fnFunction: (p1: Event) => void,
|
|
113679
|
+
/**
|
|
113680
|
+
* Context object to call the event handler with. Defaults to this `sap.m.ViewSettingsDialog` itself
|
|
113681
|
+
*/
|
|
113682
|
+
oListener?: object
|
|
113683
|
+
): this;
|
|
113371
113684
|
/**
|
|
113372
113685
|
* Attaches event handler `fnFunction` to the {@link #event:cancel cancel} event of this `sap.m.ViewSettingsDialog`.
|
|
113373
113686
|
*
|
|
@@ -113740,6 +114053,25 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
113740
114053
|
* @returns Reference to `this` in order to allow method chaining
|
|
113741
114054
|
*/
|
|
113742
114055
|
destroySortItems(): this;
|
|
114056
|
+
/**
|
|
114057
|
+
* Detaches event handler `fnFunction` from the {@link #event:beforeClose beforeClose} event of this `sap.m.ViewSettingsDialog`.
|
|
114058
|
+
*
|
|
114059
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
114060
|
+
*
|
|
114061
|
+
* @since 1.132
|
|
114062
|
+
*
|
|
114063
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
114064
|
+
*/
|
|
114065
|
+
detachBeforeClose(
|
|
114066
|
+
/**
|
|
114067
|
+
* The function to be called, when the event occurs
|
|
114068
|
+
*/
|
|
114069
|
+
fnFunction: (p1: Event) => void,
|
|
114070
|
+
/**
|
|
114071
|
+
* Context object on which the given function had to be called
|
|
114072
|
+
*/
|
|
114073
|
+
oListener?: object
|
|
114074
|
+
): this;
|
|
113743
114075
|
/**
|
|
113744
114076
|
* Detaches event handler `fnFunction` from the {@link #event:cancel cancel} event of this `sap.m.ViewSettingsDialog`.
|
|
113745
114077
|
*
|
|
@@ -113831,6 +114163,23 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
113831
114163
|
*/
|
|
113832
114164
|
oListener?: object
|
|
113833
114165
|
): this;
|
|
114166
|
+
/**
|
|
114167
|
+
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
114168
|
+
*
|
|
114169
|
+
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
114170
|
+
* event object. The return value of this method indicates whether the default action should be executed.
|
|
114171
|
+
*
|
|
114172
|
+
* @since 1.132
|
|
114173
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
114174
|
+
*
|
|
114175
|
+
* @returns Whether or not to prevent the default action
|
|
114176
|
+
*/
|
|
114177
|
+
fireBeforeClose(
|
|
114178
|
+
/**
|
|
114179
|
+
* Parameters to pass along with the event
|
|
114180
|
+
*/
|
|
114181
|
+
mParameters?: object
|
|
114182
|
+
): boolean;
|
|
113834
114183
|
/**
|
|
113835
114184
|
* Fires event {@link #event:cancel cancel} to attached listeners.
|
|
113836
114185
|
*
|
|
@@ -114770,8 +115119,29 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
114770
115119
|
filterDetailPageOpened?: (
|
|
114771
115120
|
oEvent: ViewSettingsDialog$FilterDetailPageOpenedEvent
|
|
114772
115121
|
) => void;
|
|
115122
|
+
|
|
115123
|
+
/**
|
|
115124
|
+
* Fired before the dialog is closed. This event can be prevented which effectively prevents the dialog
|
|
115125
|
+
* from closing.
|
|
115126
|
+
*
|
|
115127
|
+
* @since 1.132
|
|
115128
|
+
*/
|
|
115129
|
+
beforeClose?: (oEvent: Event) => void;
|
|
114773
115130
|
}
|
|
114774
115131
|
|
|
115132
|
+
/**
|
|
115133
|
+
* Parameters of the ViewSettingsDialog#beforeClose event.
|
|
115134
|
+
*/
|
|
115135
|
+
export interface ViewSettingsDialog$BeforeCloseEventParameters {}
|
|
115136
|
+
|
|
115137
|
+
/**
|
|
115138
|
+
* Event object of the ViewSettingsDialog#beforeClose event.
|
|
115139
|
+
*/
|
|
115140
|
+
export type ViewSettingsDialog$BeforeCloseEvent = Event<
|
|
115141
|
+
ViewSettingsDialog$BeforeCloseEventParameters,
|
|
115142
|
+
ViewSettingsDialog
|
|
115143
|
+
>;
|
|
115144
|
+
|
|
114775
115145
|
/**
|
|
114776
115146
|
* Parameters of the ViewSettingsDialog#cancel event.
|
|
114777
115147
|
*/
|
|
@@ -125931,9 +126301,6 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
125931
126301
|
* The appointments to be displayed in the grid. Appointments outside the visible time frame are not rendered.
|
|
125932
126302
|
* Appointments, longer than a day, will be displayed in all of the affected days. To display an all-day
|
|
125933
126303
|
* appointment, the appointment must start at 00:00 and end on any day in the future in 00:00h.
|
|
125934
|
-
*
|
|
125935
|
-
* Note: The `customContent` functionality of the `CalendarAppointment` is not available in the `SinglePlanningCalendar`.
|
|
125936
|
-
* If set, it will not make any effect.
|
|
125937
126304
|
*/
|
|
125938
126305
|
getAppointments(): CalendarAppointment[];
|
|
125939
126306
|
/**
|
|
@@ -127033,9 +127400,6 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
127033
127400
|
* The appointments to be displayed in the grid. Appointments outside the visible time frame are not rendered.
|
|
127034
127401
|
* Appointments, longer than a day, will be displayed in all of the affected days. To display an all-day
|
|
127035
127402
|
* appointment, the appointment must start at 00:00 and end on any day in the future in 00:00h.
|
|
127036
|
-
*
|
|
127037
|
-
* Note: The `customContent` functionality of the `CalendarAppointment` is not available in the `SinglePlanningCalendar`.
|
|
127038
|
-
* If set, it will not make any effect.
|
|
127039
127403
|
*/
|
|
127040
127404
|
appointments?:
|
|
127041
127405
|
| CalendarAppointment[]
|
|
@@ -128169,10 +128533,14 @@ declare module "sap/m/Slider" {
|
|
|
128169
128533
|
*/
|
|
128170
128534
|
export default class Slider
|
|
128171
128535
|
extends Control
|
|
128172
|
-
implements
|
|
128536
|
+
implements
|
|
128537
|
+
IFormContent,
|
|
128538
|
+
ISemanticFormContent,
|
|
128539
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object
|
|
128173
128540
|
{
|
|
128174
128541
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
128175
128542
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
128543
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
128176
128544
|
/**
|
|
128177
128545
|
* Constructor for a new `Slider`.
|
|
128178
128546
|
*
|
|
@@ -136565,8 +136933,6 @@ declare module "sap/m/Table" {
|
|
|
136565
136933
|
|
|
136566
136934
|
import Column from "sap/m/Column";
|
|
136567
136935
|
|
|
136568
|
-
import Control from "sap/ui/core/Control";
|
|
136569
|
-
|
|
136570
136936
|
import { BackgroundDesign, PopinLayout } from "sap/m/library";
|
|
136571
136937
|
|
|
136572
136938
|
import { Priority } from "sap/ui/core/library";
|
|
@@ -136900,22 +137266,6 @@ declare module "sap/m/Table" {
|
|
|
136900
137266
|
*/
|
|
136901
137267
|
oListener?: object
|
|
136902
137268
|
): this;
|
|
136903
|
-
/**
|
|
136904
|
-
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
136905
|
-
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
136906
|
-
*
|
|
136907
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
136908
|
-
*/
|
|
136909
|
-
enhanceAccessibilityState(
|
|
136910
|
-
/**
|
|
136911
|
-
* The Control that gets rendered by the RenderManager
|
|
136912
|
-
*/
|
|
136913
|
-
oElement: Control,
|
|
136914
|
-
/**
|
|
136915
|
-
* The mapping of "aria-" prefixed attributes
|
|
136916
|
-
*/
|
|
136917
|
-
mAriaProps: object
|
|
136918
|
-
): void;
|
|
136919
137269
|
/**
|
|
136920
137270
|
* Fires event {@link #event:beforeOpenContextMenu beforeOpenContextMenu} to attached listeners.
|
|
136921
137271
|
*
|
|
@@ -143832,7 +144182,7 @@ declare module "sap/m/TableSelectDialog" {
|
|
|
143832
144182
|
* visible upon opening the dialog, these contexts are not loaded. Therefore, these items will not be included
|
|
143833
144183
|
* in the selectedContexts array unless they are displayed at least once.
|
|
143834
144184
|
*/
|
|
143835
|
-
selectedContexts?:
|
|
144185
|
+
selectedContexts?: object[];
|
|
143836
144186
|
}
|
|
143837
144187
|
|
|
143838
144188
|
/**
|
|
@@ -169589,6 +169939,8 @@ declare namespace sap {
|
|
|
169589
169939
|
|
|
169590
169940
|
"sap/m/Avatar": undefined;
|
|
169591
169941
|
|
|
169942
|
+
"sap/m/AvatarBadgeColor": undefined;
|
|
169943
|
+
|
|
169592
169944
|
"sap/m/AvatarColor": undefined;
|
|
169593
169945
|
|
|
169594
169946
|
"sap/m/AvatarImageFitType": undefined;
|