@openui5/types 1.120.14 → 1.120.16
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.f.d.ts +1 -1
- package/types/sap.m.d.ts +15 -12
- 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.core.d.ts +1 -2
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.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 +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +169 -1
- package/types/sap.ui.webc.main.d.ts +493 -1
- package/types/sap.uxap.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.16
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/main/library" {
|
|
4
4
|
/**
|
|
@@ -1303,6 +1303,9 @@ declare module "sap/ui/webc/main/Avatar" {
|
|
|
1303
1303
|
*
|
|
1304
1304
|
*
|
|
1305
1305
|
* @since 1.92.0
|
|
1306
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1307
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1308
|
+
* functionality.
|
|
1306
1309
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1307
1310
|
*/
|
|
1308
1311
|
export default class Avatar extends WebComponent implements IAvatar {
|
|
@@ -1886,6 +1889,9 @@ declare module "sap/ui/webc/main/Avatar" {
|
|
|
1886
1889
|
/**
|
|
1887
1890
|
* Describes the settings that can be provided to the Avatar constructor.
|
|
1888
1891
|
*
|
|
1892
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1893
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1894
|
+
* functionality.
|
|
1889
1895
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1890
1896
|
*/
|
|
1891
1897
|
export interface $AvatarSettings extends $WebComponentSettings {
|
|
@@ -2112,6 +2118,9 @@ declare module "sap/ui/webc/main/AvatarGroup" {
|
|
|
2112
2118
|
*
|
|
2113
2119
|
*
|
|
2114
2120
|
* @since 1.92.0
|
|
2121
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2122
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2123
|
+
* functionality.
|
|
2115
2124
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2116
2125
|
*/
|
|
2117
2126
|
export default class AvatarGroup extends WebComponent {
|
|
@@ -2492,6 +2501,9 @@ declare module "sap/ui/webc/main/AvatarGroup" {
|
|
|
2492
2501
|
/**
|
|
2493
2502
|
* Describes the settings that can be provided to the AvatarGroup constructor.
|
|
2494
2503
|
*
|
|
2504
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2505
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2506
|
+
* functionality.
|
|
2495
2507
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2496
2508
|
*/
|
|
2497
2509
|
export interface $AvatarGroupSettings extends $WebComponentSettings {
|
|
@@ -2602,6 +2614,9 @@ declare module "sap/ui/webc/main/Badge" {
|
|
|
2602
2614
|
* theme.
|
|
2603
2615
|
*
|
|
2604
2616
|
* @since 1.92.0
|
|
2617
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2618
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2619
|
+
* functionality.
|
|
2605
2620
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2606
2621
|
*/
|
|
2607
2622
|
export default class Badge extends WebComponent {
|
|
@@ -2812,6 +2827,9 @@ declare module "sap/ui/webc/main/Badge" {
|
|
|
2812
2827
|
/**
|
|
2813
2828
|
* Describes the settings that can be provided to the Badge constructor.
|
|
2814
2829
|
*
|
|
2830
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2831
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2832
|
+
* functionality.
|
|
2815
2833
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2816
2834
|
*/
|
|
2817
2835
|
export interface $BadgeSettings extends $WebComponentSettings {
|
|
@@ -2883,6 +2901,9 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
|
|
|
2883
2901
|
*
|
|
2884
2902
|
*
|
|
2885
2903
|
* @since 1.95.0
|
|
2904
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2905
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2906
|
+
* functionality.
|
|
2886
2907
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
2887
2908
|
*/
|
|
2888
2909
|
export default class Breadcrumbs extends WebComponent {
|
|
@@ -3206,6 +3227,9 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
|
|
|
3206
3227
|
/**
|
|
3207
3228
|
* Describes the settings that can be provided to the Breadcrumbs constructor.
|
|
3208
3229
|
*
|
|
3230
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3231
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3232
|
+
* functionality.
|
|
3209
3233
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3210
3234
|
*/
|
|
3211
3235
|
export interface $BreadcrumbsSettings extends $WebComponentSettings {
|
|
@@ -3316,6 +3340,9 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
|
|
|
3316
3340
|
* The `sap.ui.webc.main.BreadcrumbsItem` component defines the content of an item in `sap.ui.webc.main.Breadcrumbs`.
|
|
3317
3341
|
*
|
|
3318
3342
|
* @since 1.95.0
|
|
3343
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3344
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3345
|
+
* functionality.
|
|
3319
3346
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3320
3347
|
*/
|
|
3321
3348
|
export default class BreadcrumbsItem
|
|
@@ -3526,6 +3553,9 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
|
|
|
3526
3553
|
/**
|
|
3527
3554
|
* Describes the settings that can be provided to the BreadcrumbsItem constructor.
|
|
3528
3555
|
*
|
|
3556
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3557
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3558
|
+
* functionality.
|
|
3529
3559
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3530
3560
|
*/
|
|
3531
3561
|
export interface $BreadcrumbsItemSettings extends $WebComponentSettings {
|
|
@@ -3607,6 +3637,9 @@ declare module "sap/ui/webc/main/BusyIndicator" {
|
|
|
3607
3637
|
* - Do not show multiple busy indicators at once.
|
|
3608
3638
|
*
|
|
3609
3639
|
* @since 1.92.0
|
|
3640
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3641
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3642
|
+
* functionality.
|
|
3610
3643
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3611
3644
|
*/
|
|
3612
3645
|
export default class BusyIndicator extends WebComponent {
|
|
@@ -3923,6 +3956,9 @@ declare module "sap/ui/webc/main/BusyIndicator" {
|
|
|
3923
3956
|
/**
|
|
3924
3957
|
* Describes the settings that can be provided to the BusyIndicator constructor.
|
|
3925
3958
|
*
|
|
3959
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3960
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3961
|
+
* functionality.
|
|
3926
3962
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3927
3963
|
*/
|
|
3928
3964
|
export interface $BusyIndicatorSettings extends $WebComponentSettings {
|
|
@@ -4017,6 +4053,9 @@ declare module "sap/ui/webc/main/Button" {
|
|
|
4017
4053
|
* - button - Used to style the native button element
|
|
4018
4054
|
*
|
|
4019
4055
|
* @since 1.92.0
|
|
4056
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4057
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4058
|
+
* functionality.
|
|
4020
4059
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4021
4060
|
*/
|
|
4022
4061
|
export default class Button
|
|
@@ -4543,6 +4582,9 @@ declare module "sap/ui/webc/main/Button" {
|
|
|
4543
4582
|
/**
|
|
4544
4583
|
* Describes the settings that can be provided to the Button constructor.
|
|
4545
4584
|
*
|
|
4585
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4586
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4587
|
+
* functionality.
|
|
4546
4588
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4547
4589
|
*/
|
|
4548
4590
|
export interface $ButtonSettings extends $WebComponentSettings {
|
|
@@ -4756,6 +4798,9 @@ declare module "sap/ui/webc/main/Calendar" {
|
|
|
4756
4798
|
* `
|
|
4757
4799
|
*
|
|
4758
4800
|
* @since 1.92.0
|
|
4801
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4802
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4803
|
+
* functionality.
|
|
4759
4804
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4760
4805
|
*/
|
|
4761
4806
|
export default class Calendar extends WebComponent {
|
|
@@ -5228,6 +5273,9 @@ declare module "sap/ui/webc/main/Calendar" {
|
|
|
5228
5273
|
/**
|
|
5229
5274
|
* Describes the settings that can be provided to the Calendar constructor.
|
|
5230
5275
|
*
|
|
5276
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5277
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5278
|
+
* functionality.
|
|
5231
5279
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5232
5280
|
*/
|
|
5233
5281
|
export interface $CalendarSettings extends $WebComponentSettings {
|
|
@@ -5346,6 +5394,9 @@ declare module "sap/ui/webc/main/CalendarDate" {
|
|
|
5346
5394
|
* The `sap.ui.webc.main.CalendarDate` component defines a calendar date to be used inside `sap.ui.webc.main.Calendar`
|
|
5347
5395
|
*
|
|
5348
5396
|
* @since 1.92.0
|
|
5397
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5398
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5399
|
+
* functionality.
|
|
5349
5400
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5350
5401
|
*/
|
|
5351
5402
|
export default class CalendarDate
|
|
@@ -5445,6 +5496,9 @@ declare module "sap/ui/webc/main/CalendarDate" {
|
|
|
5445
5496
|
/**
|
|
5446
5497
|
* Describes the settings that can be provided to the CalendarDate constructor.
|
|
5447
5498
|
*
|
|
5499
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5500
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5501
|
+
* functionality.
|
|
5448
5502
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5449
5503
|
*/
|
|
5450
5504
|
export interface $CalendarDateSettings extends $WebComponentSettings {
|
|
@@ -5487,6 +5541,9 @@ declare module "sap/ui/webc/main/Card" {
|
|
|
5487
5541
|
* taken for keyboard handling, styling and accessibility.
|
|
5488
5542
|
*
|
|
5489
5543
|
* @since 1.92.0
|
|
5544
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5545
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5546
|
+
* functionality.
|
|
5490
5547
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5491
5548
|
*/
|
|
5492
5549
|
export default class Card extends WebComponent {
|
|
@@ -5828,6 +5885,9 @@ declare module "sap/ui/webc/main/Card" {
|
|
|
5828
5885
|
/**
|
|
5829
5886
|
* Describes the settings that can be provided to the Card constructor.
|
|
5830
5887
|
*
|
|
5888
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5889
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5890
|
+
* functionality.
|
|
5831
5891
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5832
5892
|
*/
|
|
5833
5893
|
export interface $CardSettings extends $WebComponentSettings {
|
|
@@ -5910,6 +5970,9 @@ declare module "sap/ui/webc/main/CardHeader" {
|
|
|
5910
5970
|
* - status - Used to style the status of the CardHeader
|
|
5911
5971
|
*
|
|
5912
5972
|
* @since 1.95.0
|
|
5973
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5974
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5975
|
+
* functionality.
|
|
5913
5976
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
5914
5977
|
*/
|
|
5915
5978
|
export default class CardHeader extends WebComponent implements ICardHeader {
|
|
@@ -6334,6 +6397,9 @@ declare module "sap/ui/webc/main/CardHeader" {
|
|
|
6334
6397
|
/**
|
|
6335
6398
|
* Describes the settings that can be provided to the CardHeader constructor.
|
|
6336
6399
|
*
|
|
6400
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6401
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6402
|
+
* functionality.
|
|
6337
6403
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
6338
6404
|
*/
|
|
6339
6405
|
export interface $CardHeaderSettings extends $WebComponentSettings {
|
|
@@ -6453,6 +6519,9 @@ declare module "sap/ui/webc/main/Carousel" {
|
|
|
6453
6519
|
* - content - Used to style the content of the component
|
|
6454
6520
|
*
|
|
6455
6521
|
* @since 1.92.0
|
|
6522
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6523
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6524
|
+
* functionality.
|
|
6456
6525
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6457
6526
|
*/
|
|
6458
6527
|
export default class Carousel extends WebComponent {
|
|
@@ -7049,6 +7118,9 @@ declare module "sap/ui/webc/main/Carousel" {
|
|
|
7049
7118
|
/**
|
|
7050
7119
|
* Describes the settings that can be provided to the Carousel constructor.
|
|
7051
7120
|
*
|
|
7121
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7122
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7123
|
+
* functionality.
|
|
7052
7124
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7053
7125
|
*/
|
|
7054
7126
|
export interface $CarouselSettings extends $WebComponentSettings {
|
|
@@ -7227,6 +7299,9 @@ declare module "sap/ui/webc/main/CheckBox" {
|
|
|
7227
7299
|
*
|
|
7228
7300
|
*
|
|
7229
7301
|
* @since 1.92.0
|
|
7302
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7303
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7304
|
+
* functionality.
|
|
7230
7305
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7231
7306
|
*/
|
|
7232
7307
|
export default class CheckBox extends WebComponent implements IFormContent {
|
|
@@ -7785,6 +7860,9 @@ declare module "sap/ui/webc/main/CheckBox" {
|
|
|
7785
7860
|
/**
|
|
7786
7861
|
* Describes the settings that can be provided to the CheckBox constructor.
|
|
7787
7862
|
*
|
|
7863
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7864
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7865
|
+
* functionality.
|
|
7788
7866
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7789
7867
|
*/
|
|
7790
7868
|
export interface $CheckBoxSettings extends $WebComponentSettings {
|
|
@@ -7929,6 +8007,9 @@ declare module "sap/ui/webc/main/ColorPalette" {
|
|
|
7929
8007
|
* of the `sap.ui.webc.main.ColorPalette`.
|
|
7930
8008
|
*
|
|
7931
8009
|
* @since 1.92.0
|
|
8010
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8011
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8012
|
+
* functionality.
|
|
7932
8013
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7933
8014
|
*/
|
|
7934
8015
|
export default class ColorPalette extends WebComponent {
|
|
@@ -8153,6 +8234,9 @@ declare module "sap/ui/webc/main/ColorPalette" {
|
|
|
8153
8234
|
/**
|
|
8154
8235
|
* Describes the settings that can be provided to the ColorPalette constructor.
|
|
8155
8236
|
*
|
|
8237
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8238
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8239
|
+
* functionality.
|
|
8156
8240
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8157
8241
|
*/
|
|
8158
8242
|
export interface $ColorPaletteSettings extends $WebComponentSettings {
|
|
@@ -8210,6 +8294,9 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
|
|
|
8210
8294
|
* The `sap.ui.webc.main.ColorPaletteItem` component represents a color in the the `sap.ui.webc.main.ColorPalette`.
|
|
8211
8295
|
*
|
|
8212
8296
|
* @since 1.92.0
|
|
8297
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8298
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8299
|
+
* functionality.
|
|
8213
8300
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8214
8301
|
*/
|
|
8215
8302
|
export default class ColorPaletteItem
|
|
@@ -8311,6 +8398,9 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
|
|
|
8311
8398
|
/**
|
|
8312
8399
|
* Describes the settings that can be provided to the ColorPaletteItem constructor.
|
|
8313
8400
|
*
|
|
8401
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8402
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8403
|
+
* functionality.
|
|
8314
8404
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8315
8405
|
*/
|
|
8316
8406
|
export interface $ColorPaletteItemSettings extends $WebComponentSettings {
|
|
@@ -8358,6 +8448,9 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
|
|
|
8358
8448
|
* and spend large amount of time to configure the right color through the color picker.
|
|
8359
8449
|
*
|
|
8360
8450
|
* @since 1.97.0
|
|
8451
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8452
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8453
|
+
* functionality.
|
|
8361
8454
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
8362
8455
|
*/
|
|
8363
8456
|
export default class ColorPalettePopover extends WebComponent {
|
|
@@ -8709,6 +8802,9 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
|
|
|
8709
8802
|
/**
|
|
8710
8803
|
* Describes the settings that can be provided to the ColorPalettePopover constructor.
|
|
8711
8804
|
*
|
|
8805
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8806
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8807
|
+
* functionality.
|
|
8712
8808
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
8713
8809
|
*/
|
|
8714
8810
|
export interface $ColorPalettePopoverSettings extends $WebComponentSettings {
|
|
@@ -8796,6 +8892,9 @@ declare module "sap/ui/webc/main/ColorPicker" {
|
|
|
8796
8892
|
*
|
|
8797
8893
|
*
|
|
8798
8894
|
* @since 1.92.0
|
|
8895
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8896
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8897
|
+
* functionality.
|
|
8799
8898
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8800
8899
|
*/
|
|
8801
8900
|
export default class ColorPicker extends WebComponent {
|
|
@@ -8972,6 +9071,9 @@ declare module "sap/ui/webc/main/ColorPicker" {
|
|
|
8972
9071
|
/**
|
|
8973
9072
|
* Describes the settings that can be provided to the ColorPicker constructor.
|
|
8974
9073
|
*
|
|
9074
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9075
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9076
|
+
* functionality.
|
|
8975
9077
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8976
9078
|
*/
|
|
8977
9079
|
export interface $ColorPickerSettings extends $WebComponentSettings {
|
|
@@ -9062,6 +9164,9 @@ declare module "sap/ui/webc/main/ComboBox" {
|
|
|
9062
9164
|
* selects the last item.
|
|
9063
9165
|
*
|
|
9064
9166
|
* @since 1.92.0
|
|
9167
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9168
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9169
|
+
* functionality.
|
|
9065
9170
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9066
9171
|
*/
|
|
9067
9172
|
export default class ComboBox extends WebComponent implements IFormContent {
|
|
@@ -9891,6 +9996,9 @@ declare module "sap/ui/webc/main/ComboBox" {
|
|
|
9891
9996
|
/**
|
|
9892
9997
|
* Describes the settings that can be provided to the ComboBox constructor.
|
|
9893
9998
|
*
|
|
9999
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10000
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10001
|
+
* functionality.
|
|
9894
10002
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9895
10003
|
*/
|
|
9896
10004
|
export interface $ComboBoxSettings extends $WebComponentSettings {
|
|
@@ -10061,6 +10169,9 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
|
|
|
10061
10169
|
* suggestions into groups.
|
|
10062
10170
|
*
|
|
10063
10171
|
* @since 1.95.0
|
|
10172
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10173
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10174
|
+
* functionality.
|
|
10064
10175
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
10065
10176
|
*/
|
|
10066
10177
|
export default class ComboBoxGroupItem
|
|
@@ -10162,6 +10273,9 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
|
|
|
10162
10273
|
/**
|
|
10163
10274
|
* Describes the settings that can be provided to the ComboBoxGroupItem constructor.
|
|
10164
10275
|
*
|
|
10276
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10277
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10278
|
+
* functionality.
|
|
10165
10279
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
10166
10280
|
*/
|
|
10167
10281
|
export interface $ComboBoxGroupItemSettings extends $WebComponentSettings {
|
|
@@ -10188,6 +10302,9 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
|
|
|
10188
10302
|
* The `sap.ui.webc.main.ComboBoxItem` represents the item for a `sap.ui.webc.main.ComboBox`.
|
|
10189
10303
|
*
|
|
10190
10304
|
* @since 1.92.0
|
|
10305
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10306
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10307
|
+
* functionality.
|
|
10191
10308
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10192
10309
|
*/
|
|
10193
10310
|
export default class ComboBoxItem
|
|
@@ -10318,6 +10435,9 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
|
|
|
10318
10435
|
/**
|
|
10319
10436
|
* Describes the settings that can be provided to the ComboBoxItem constructor.
|
|
10320
10437
|
*
|
|
10438
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10439
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10440
|
+
* functionality.
|
|
10321
10441
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10322
10442
|
*/
|
|
10323
10443
|
export interface $ComboBoxItemSettings extends $WebComponentSettings {
|
|
@@ -10371,6 +10491,9 @@ declare module "sap/ui/webc/main/CustomListItem" {
|
|
|
10371
10491
|
* - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
|
|
10372
10492
|
*
|
|
10373
10493
|
* @since 1.92.0
|
|
10494
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10495
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10496
|
+
* functionality.
|
|
10374
10497
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10375
10498
|
*/
|
|
10376
10499
|
export default class CustomListItem
|
|
@@ -10802,6 +10925,9 @@ declare module "sap/ui/webc/main/CustomListItem" {
|
|
|
10802
10925
|
/**
|
|
10803
10926
|
* Describes the settings that can be provided to the CustomListItem constructor.
|
|
10804
10927
|
*
|
|
10928
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10929
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10930
|
+
* functionality.
|
|
10805
10931
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10806
10932
|
*/
|
|
10807
10933
|
export interface $CustomListItemSettings extends $WebComponentSettings {
|
|
@@ -10966,6 +11092,9 @@ declare module "sap/ui/webc/main/DatePicker" {
|
|
|
10966
11092
|
*
|
|
10967
11093
|
*
|
|
10968
11094
|
* @since 1.92.0
|
|
11095
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11096
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11097
|
+
* functionality.
|
|
10969
11098
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10970
11099
|
*/
|
|
10971
11100
|
export default class DatePicker extends WebComponent implements IFormContent {
|
|
@@ -11787,6 +11916,9 @@ declare module "sap/ui/webc/main/DatePicker" {
|
|
|
11787
11916
|
/**
|
|
11788
11917
|
* Describes the settings that can be provided to the DatePicker constructor.
|
|
11789
11918
|
*
|
|
11919
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11920
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11921
|
+
* functionality.
|
|
11790
11922
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11791
11923
|
*/
|
|
11792
11924
|
export interface $DatePickerSettings extends $WebComponentSettings {
|
|
@@ -12002,6 +12134,9 @@ declare module "sap/ui/webc/main/DateRangePicker" {
|
|
|
12002
12134
|
* - [SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one
|
|
12003
12135
|
*
|
|
12004
12136
|
* @since 1.92.0
|
|
12137
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
12138
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12139
|
+
* functionality.
|
|
12005
12140
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12006
12141
|
*/
|
|
12007
12142
|
export default class DateRangePicker
|
|
@@ -12870,6 +13005,9 @@ declare module "sap/ui/webc/main/DateRangePicker" {
|
|
|
12870
13005
|
/**
|
|
12871
13006
|
* Describes the settings that can be provided to the DateRangePicker constructor.
|
|
12872
13007
|
*
|
|
13008
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13009
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13010
|
+
* functionality.
|
|
12873
13011
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12874
13012
|
*/
|
|
12875
13013
|
export interface $DateRangePickerSettings extends $WebComponentSettings {
|
|
@@ -13126,6 +13264,9 @@ declare module "sap/ui/webc/main/DateTimePicker" {
|
|
|
13126
13264
|
* or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
|
|
13127
13265
|
*
|
|
13128
13266
|
* @since 1.92.0
|
|
13267
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13268
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13269
|
+
* functionality.
|
|
13129
13270
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13130
13271
|
*/
|
|
13131
13272
|
export default class DateTimePicker
|
|
@@ -13949,6 +14090,9 @@ declare module "sap/ui/webc/main/DateTimePicker" {
|
|
|
13949
14090
|
/**
|
|
13950
14091
|
* Describes the settings that can be provided to the DateTimePicker constructor.
|
|
13951
14092
|
*
|
|
14093
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14094
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14095
|
+
* functionality.
|
|
13952
14096
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13953
14097
|
*/
|
|
13954
14098
|
export interface $DateTimePickerSettings extends $WebComponentSettings {
|
|
@@ -14185,6 +14329,9 @@ declare module "sap/ui/webc/main/Dialog" {
|
|
|
14185
14329
|
* inside other components containing z-index. This might break z-index management.
|
|
14186
14330
|
*
|
|
14187
14331
|
* @since 1.92.0
|
|
14332
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14333
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14334
|
+
* functionality.
|
|
14188
14335
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14189
14336
|
*/
|
|
14190
14337
|
export default class Dialog extends WebComponent {
|
|
@@ -15235,6 +15382,9 @@ declare module "sap/ui/webc/main/Dialog" {
|
|
|
15235
15382
|
/**
|
|
15236
15383
|
* Describes the settings that can be provided to the Dialog constructor.
|
|
15237
15384
|
*
|
|
15385
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15386
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15387
|
+
* functionality.
|
|
15238
15388
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15239
15389
|
*/
|
|
15240
15390
|
export interface $DialogSettings extends $WebComponentSettings {
|
|
@@ -15462,6 +15612,9 @@ declare module "sap/ui/webc/main/FileUploader" {
|
|
|
15462
15612
|
* and "disabled" properties.
|
|
15463
15613
|
*
|
|
15464
15614
|
* @since 1.92.0
|
|
15615
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15616
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15617
|
+
* functionality.
|
|
15465
15618
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15466
15619
|
*/
|
|
15467
15620
|
export default class FileUploader
|
|
@@ -16016,6 +16169,9 @@ declare module "sap/ui/webc/main/FileUploader" {
|
|
|
16016
16169
|
/**
|
|
16017
16170
|
* Describes the settings that can be provided to the FileUploader constructor.
|
|
16018
16171
|
*
|
|
16172
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
16173
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
16174
|
+
* functionality.
|
|
16019
16175
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
16020
16176
|
*/
|
|
16021
16177
|
export interface $FileUploaderSettings extends $WebComponentSettings {
|
|
@@ -16140,6 +16296,9 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
|
|
|
16140
16296
|
* into logical groups.
|
|
16141
16297
|
*
|
|
16142
16298
|
* @since 1.92.0
|
|
16299
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
16300
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
16301
|
+
* functionality.
|
|
16143
16302
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
16144
16303
|
*/
|
|
16145
16304
|
export default class GroupHeaderListItem
|
|
@@ -16301,6 +16460,9 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
|
|
|
16301
16460
|
/**
|
|
16302
16461
|
* Describes the settings that can be provided to the GroupHeaderListItem constructor.
|
|
16303
16462
|
*
|
|
16463
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
16464
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
16465
|
+
* functionality.
|
|
16304
16466
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
16305
16467
|
*/
|
|
16306
16468
|
export interface $GroupHeaderListItemSettings extends $WebComponentSettings {
|
|
@@ -16405,6 +16567,9 @@ declare module "sap/ui/webc/main/Icon" {
|
|
|
16405
16567
|
* triggering the click event.
|
|
16406
16568
|
*
|
|
16407
16569
|
* @since 1.92.0
|
|
16570
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
16571
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
16572
|
+
* functionality.
|
|
16408
16573
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
16409
16574
|
*/
|
|
16410
16575
|
export default class Icon extends WebComponent implements IIcon {
|
|
@@ -16919,6 +17084,9 @@ declare module "sap/ui/webc/main/Icon" {
|
|
|
16919
17084
|
/**
|
|
16920
17085
|
* Describes the settings that can be provided to the Icon constructor.
|
|
16921
17086
|
*
|
|
17087
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
17088
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
17089
|
+
* functionality.
|
|
16922
17090
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
16923
17091
|
*/
|
|
16924
17092
|
export interface $IconSettings extends $WebComponentSettings {
|
|
@@ -17101,6 +17269,9 @@ declare module "sap/ui/webc/main/Input" {
|
|
|
17101
17269
|
* focus is in the input, does nothing.
|
|
17102
17270
|
*
|
|
17103
17271
|
* @since 1.92.0
|
|
17272
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
17273
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
17274
|
+
* functionality.
|
|
17104
17275
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
17105
17276
|
*/
|
|
17106
17277
|
export default class Input
|
|
@@ -18167,6 +18338,9 @@ declare module "sap/ui/webc/main/Input" {
|
|
|
18167
18338
|
/**
|
|
18168
18339
|
* Describes the settings that can be provided to the Input constructor.
|
|
18169
18340
|
*
|
|
18341
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
18342
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
18343
|
+
* functionality.
|
|
18170
18344
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
18171
18345
|
*/
|
|
18172
18346
|
export interface $InputSettings extends $WebComponentSettings {
|
|
@@ -18410,6 +18584,9 @@ declare module "sap/ui/webc/main/Label" {
|
|
|
18410
18584
|
* choice of designs, you can use custom styles.
|
|
18411
18585
|
*
|
|
18412
18586
|
* @since 1.92.0
|
|
18587
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
18588
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
18589
|
+
* functionality.
|
|
18413
18590
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
18414
18591
|
*/
|
|
18415
18592
|
export default class Label extends WebComponent implements Label1 {
|
|
@@ -18650,6 +18827,9 @@ declare module "sap/ui/webc/main/Label" {
|
|
|
18650
18827
|
/**
|
|
18651
18828
|
* Describes the settings that can be provided to the Label constructor.
|
|
18652
18829
|
*
|
|
18830
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
18831
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
18832
|
+
* functionality.
|
|
18653
18833
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
18654
18834
|
*/
|
|
18655
18835
|
export interface $LabelSettings extends $WebComponentSettings {
|
|
@@ -18739,6 +18919,9 @@ declare module "sap/ui/webc/main/Link" {
|
|
|
18739
18919
|
* property is set to `"Normal"`, the text is displayed on several lines instead of being truncated.
|
|
18740
18920
|
*
|
|
18741
18921
|
* @since 1.92.0
|
|
18922
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
18923
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
18924
|
+
* functionality.
|
|
18742
18925
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
18743
18926
|
*/
|
|
18744
18927
|
export default class Link extends WebComponent {
|
|
@@ -19257,6 +19440,9 @@ declare module "sap/ui/webc/main/Link" {
|
|
|
19257
19440
|
/**
|
|
19258
19441
|
* Describes the settings that can be provided to the Link constructor.
|
|
19259
19442
|
*
|
|
19443
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
19444
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
19445
|
+
* functionality.
|
|
19260
19446
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
19261
19447
|
*/
|
|
19262
19448
|
export interface $LinkSettings extends $WebComponentSettings {
|
|
@@ -19451,6 +19637,9 @@ declare module "sap/ui/webc/main/List" {
|
|
|
19451
19637
|
* - [DELETE] - Delete an item if `mode` property is `Delete`
|
|
19452
19638
|
*
|
|
19453
19639
|
* @since 1.92.0
|
|
19640
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
19641
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
19642
|
+
* functionality.
|
|
19454
19643
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
19455
19644
|
*/
|
|
19456
19645
|
export default class List extends WebComponent {
|
|
@@ -20638,6 +20827,9 @@ declare module "sap/ui/webc/main/List" {
|
|
|
20638
20827
|
/**
|
|
20639
20828
|
* Describes the settings that can be provided to the List constructor.
|
|
20640
20829
|
*
|
|
20830
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
20831
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
20832
|
+
* functionality.
|
|
20641
20833
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
20642
20834
|
*/
|
|
20643
20835
|
export interface $ListSettings extends $WebComponentSettings {
|
|
@@ -20946,6 +21138,9 @@ declare module "sap/ui/webc/main/Menu" {
|
|
|
20946
21138
|
*
|
|
20947
21139
|
*
|
|
20948
21140
|
* @since 1.102.0
|
|
21141
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
21142
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
21143
|
+
* functionality.
|
|
20949
21144
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
20950
21145
|
*/
|
|
20951
21146
|
export default class Menu extends WebComponent {
|
|
@@ -21647,6 +21842,9 @@ declare module "sap/ui/webc/main/Menu" {
|
|
|
21647
21842
|
/**
|
|
21648
21843
|
* Describes the settings that can be provided to the Menu constructor.
|
|
21649
21844
|
*
|
|
21845
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
21846
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
21847
|
+
* functionality.
|
|
21650
21848
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
21651
21849
|
*/
|
|
21652
21850
|
export interface $MenuSettings extends $WebComponentSettings {
|
|
@@ -21823,6 +22021,9 @@ declare module "sap/ui/webc/main/MenuItem" {
|
|
|
21823
22021
|
* not intended for public use.
|
|
21824
22022
|
*
|
|
21825
22023
|
* @since 1.102.0
|
|
22024
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
22025
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22026
|
+
* functionality.
|
|
21826
22027
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
21827
22028
|
*/
|
|
21828
22029
|
export default class MenuItem extends WebComponent implements IMenuItem {
|
|
@@ -22218,6 +22419,9 @@ declare module "sap/ui/webc/main/MenuItem" {
|
|
|
22218
22419
|
/**
|
|
22219
22420
|
* Describes the settings that can be provided to the MenuItem constructor.
|
|
22220
22421
|
*
|
|
22422
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
22423
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22424
|
+
* functionality.
|
|
22221
22425
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
22222
22426
|
*/
|
|
22223
22427
|
export interface $MenuItemSettings extends $WebComponentSettings {
|
|
@@ -22309,6 +22513,9 @@ declare module "sap/ui/webc/main/MessageStrip" {
|
|
|
22309
22513
|
* Keyboard Handling:
|
|
22310
22514
|
*
|
|
22311
22515
|
* @since 1.92.0
|
|
22516
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
22517
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22518
|
+
* functionality.
|
|
22312
22519
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
22313
22520
|
*/
|
|
22314
22521
|
export default class MessageStrip extends WebComponent {
|
|
@@ -22656,6 +22863,9 @@ declare module "sap/ui/webc/main/MessageStrip" {
|
|
|
22656
22863
|
/**
|
|
22657
22864
|
* Describes the settings that can be provided to the MessageStrip constructor.
|
|
22658
22865
|
*
|
|
22866
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
22867
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22868
|
+
* functionality.
|
|
22659
22869
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
22660
22870
|
*/
|
|
22661
22871
|
export interface $MessageStripSettings extends $WebComponentSettings {
|
|
@@ -22788,6 +22998,9 @@ declare module "sap/ui/webc/main/MultiComboBox" {
|
|
|
22788
22998
|
* - token-{index} - Used to style each token(where `token-0` corresponds to the first item)
|
|
22789
22999
|
*
|
|
22790
23000
|
* @since 1.92.0
|
|
23001
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
23002
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
23003
|
+
* functionality.
|
|
22791
23004
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
22792
23005
|
*/
|
|
22793
23006
|
export default class MultiComboBox
|
|
@@ -23736,6 +23949,9 @@ declare module "sap/ui/webc/main/MultiComboBox" {
|
|
|
23736
23949
|
/**
|
|
23737
23950
|
* Describes the settings that can be provided to the MultiComboBox constructor.
|
|
23738
23951
|
*
|
|
23952
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
23953
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
23954
|
+
* functionality.
|
|
23739
23955
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
23740
23956
|
*/
|
|
23741
23957
|
export interface $MultiComboBoxSettings extends $WebComponentSettings {
|
|
@@ -23932,6 +24148,9 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
|
|
|
23932
24148
|
* `sap.ui.webc.main.MultiComboBox` suggestions into groups.
|
|
23933
24149
|
*
|
|
23934
24150
|
* @since 1.92.0
|
|
24151
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
24152
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
24153
|
+
* functionality.
|
|
23935
24154
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
23936
24155
|
*/
|
|
23937
24156
|
export default class MultiComboBoxGroupItem
|
|
@@ -24033,6 +24252,9 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
|
|
|
24033
24252
|
/**
|
|
24034
24253
|
* Describes the settings that can be provided to the MultiComboBoxGroupItem constructor.
|
|
24035
24254
|
*
|
|
24255
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
24256
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
24257
|
+
* functionality.
|
|
24036
24258
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
24037
24259
|
*/
|
|
24038
24260
|
export interface $MultiComboBoxGroupItemSettings
|
|
@@ -24060,6 +24282,9 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
|
|
|
24060
24282
|
* The `sap.ui.webc.main.MultiComboBoxItem` represents the item for a `sap.ui.webc.main.MultiComboBox`.
|
|
24061
24283
|
*
|
|
24062
24284
|
* @since 1.92.0
|
|
24285
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
24286
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
24287
|
+
* functionality.
|
|
24063
24288
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
24064
24289
|
*/
|
|
24065
24290
|
export default class MultiComboBoxItem
|
|
@@ -24219,6 +24444,9 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
|
|
|
24219
24444
|
/**
|
|
24220
24445
|
* Describes the settings that can be provided to the MultiComboBoxItem constructor.
|
|
24221
24446
|
*
|
|
24447
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
24448
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
24449
|
+
* functionality.
|
|
24222
24450
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
24223
24451
|
*/
|
|
24224
24452
|
export interface $MultiComboBoxItemSettings extends $WebComponentSettings {
|
|
@@ -24282,6 +24510,9 @@ declare module "sap/ui/webc/main/MultiInput" {
|
|
|
24282
24510
|
* - Select a value from the suggestion list (`suggestion-item-select` event is fired)
|
|
24283
24511
|
*
|
|
24284
24512
|
* @since 1.92.0
|
|
24513
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
24514
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
24515
|
+
* functionality.
|
|
24285
24516
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
24286
24517
|
*/
|
|
24287
24518
|
export default class MultiInput
|
|
@@ -25617,6 +25848,9 @@ declare module "sap/ui/webc/main/MultiInput" {
|
|
|
25617
25848
|
/**
|
|
25618
25849
|
* Describes the settings that can be provided to the MultiInput constructor.
|
|
25619
25850
|
*
|
|
25851
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
25852
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
25853
|
+
* functionality.
|
|
25620
25854
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
25621
25855
|
*/
|
|
25622
25856
|
export interface $MultiInputSettings extends $WebComponentSettings {
|
|
@@ -25909,6 +26143,9 @@ declare module "sap/ui/webc/main/Option" {
|
|
|
25909
26143
|
* The `sap.ui.webc.main.Option` component defines the content of an option in the `sap.ui.webc.main.Select`.
|
|
25910
26144
|
*
|
|
25911
26145
|
* @since 1.92.0
|
|
26146
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
26147
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
26148
|
+
* functionality.
|
|
25912
26149
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
25913
26150
|
*/
|
|
25914
26151
|
export default class Option extends WebComponent implements ISelectOption {
|
|
@@ -26151,6 +26388,9 @@ declare module "sap/ui/webc/main/Option" {
|
|
|
26151
26388
|
/**
|
|
26152
26389
|
* Describes the settings that can be provided to the Option constructor.
|
|
26153
26390
|
*
|
|
26391
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
26392
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
26393
|
+
* functionality.
|
|
26154
26394
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
26155
26395
|
*/
|
|
26156
26396
|
export interface $OptionSettings extends $WebComponentSettings {
|
|
@@ -26253,6 +26493,9 @@ declare module "sap/ui/webc/main/Panel" {
|
|
|
26253
26493
|
* Keyboard Handling:
|
|
26254
26494
|
*
|
|
26255
26495
|
* @since 1.92.0
|
|
26496
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
26497
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
26498
|
+
* functionality.
|
|
26256
26499
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
26257
26500
|
*/
|
|
26258
26501
|
export default class Panel extends WebComponent {
|
|
@@ -26856,6 +27099,9 @@ declare module "sap/ui/webc/main/Panel" {
|
|
|
26856
27099
|
/**
|
|
26857
27100
|
* Describes the settings that can be provided to the Panel constructor.
|
|
26858
27101
|
*
|
|
27102
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
27103
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27104
|
+
* functionality.
|
|
26859
27105
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
26860
27106
|
*/
|
|
26861
27107
|
export interface $PanelSettings extends $WebComponentSettings {
|
|
@@ -27006,6 +27252,9 @@ declare module "sap/ui/webc/main/Popover" {
|
|
|
27006
27252
|
* - footer - Used to style the footer of the component
|
|
27007
27253
|
*
|
|
27008
27254
|
* @since 1.92.0
|
|
27255
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
27256
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27257
|
+
* functionality.
|
|
27009
27258
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
27010
27259
|
*/
|
|
27011
27260
|
export default class Popover extends WebComponent {
|
|
@@ -28135,6 +28384,9 @@ declare module "sap/ui/webc/main/Popover" {
|
|
|
28135
28384
|
/**
|
|
28136
28385
|
* Describes the settings that can be provided to the Popover constructor.
|
|
28137
28386
|
*
|
|
28387
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
28388
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
28389
|
+
* functionality.
|
|
28138
28390
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
28139
28391
|
*/
|
|
28140
28392
|
export interface $PopoverSettings extends $WebComponentSettings {
|
|
@@ -28354,6 +28606,9 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
|
|
|
28354
28606
|
* CSS properties.
|
|
28355
28607
|
*
|
|
28356
28608
|
* @since 1.92.0
|
|
28609
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
28610
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
28611
|
+
* functionality.
|
|
28357
28612
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
28358
28613
|
*/
|
|
28359
28614
|
export default class ProgressIndicator
|
|
@@ -28653,6 +28908,9 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
|
|
|
28653
28908
|
/**
|
|
28654
28909
|
* Describes the settings that can be provided to the ProgressIndicator constructor.
|
|
28655
28910
|
*
|
|
28911
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
28912
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
28913
|
+
* functionality.
|
|
28656
28914
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
28657
28915
|
*/
|
|
28658
28916
|
export interface $ProgressIndicatorSettings extends $WebComponentSettings {
|
|
@@ -28749,6 +29007,9 @@ declare module "sap/ui/webc/main/RadioButton" {
|
|
|
28749
29007
|
* **Note:** On entering radio button group, the focus goes to the currently selected radio button.
|
|
28750
29008
|
*
|
|
28751
29009
|
* @since 1.92.0
|
|
29010
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
29011
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
29012
|
+
* functionality.
|
|
28752
29013
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
28753
29014
|
*/
|
|
28754
29015
|
export default class RadioButton
|
|
@@ -29287,6 +29548,9 @@ declare module "sap/ui/webc/main/RadioButton" {
|
|
|
29287
29548
|
/**
|
|
29288
29549
|
* Describes the settings that can be provided to the RadioButton constructor.
|
|
29289
29550
|
*
|
|
29551
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
29552
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
29553
|
+
* functionality.
|
|
29290
29554
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
29291
29555
|
*/
|
|
29292
29556
|
export interface $RadioButtonSettings extends $WebComponentSettings {
|
|
@@ -29458,6 +29722,9 @@ declare module "sap/ui/webc/main/RangeSlider" {
|
|
|
29458
29722
|
*
|
|
29459
29723
|
*
|
|
29460
29724
|
* @since 1.92.0
|
|
29725
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
29726
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
29727
|
+
* functionality.
|
|
29461
29728
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
29462
29729
|
*/
|
|
29463
29730
|
export default class RangeSlider extends WebComponent {
|
|
@@ -30024,6 +30291,9 @@ declare module "sap/ui/webc/main/RangeSlider" {
|
|
|
30024
30291
|
/**
|
|
30025
30292
|
* Describes the settings that can be provided to the RangeSlider constructor.
|
|
30026
30293
|
*
|
|
30294
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
30295
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
30296
|
+
* functionality.
|
|
30027
30297
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
30028
30298
|
*/
|
|
30029
30299
|
export interface $RangeSliderSettings extends $WebComponentSettings {
|
|
@@ -30174,6 +30444,9 @@ declare module "sap/ui/webc/main/RatingIndicator" {
|
|
|
30174
30444
|
* of values, sets the highest value.
|
|
30175
30445
|
*
|
|
30176
30446
|
* @since 1.92.0
|
|
30447
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
30448
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
30449
|
+
* functionality.
|
|
30177
30450
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
30178
30451
|
*/
|
|
30179
30452
|
export default class RatingIndicator
|
|
@@ -30570,6 +30843,9 @@ declare module "sap/ui/webc/main/RatingIndicator" {
|
|
|
30570
30843
|
/**
|
|
30571
30844
|
* Describes the settings that can be provided to the RatingIndicator constructor.
|
|
30572
30845
|
*
|
|
30846
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
30847
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
30848
|
+
* functionality.
|
|
30573
30849
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
30574
30850
|
*/
|
|
30575
30851
|
export interface $RatingIndicatorSettings extends $WebComponentSettings {
|
|
@@ -30683,6 +30959,9 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
|
|
|
30683
30959
|
* - footer - Used to style the footer of the component
|
|
30684
30960
|
*
|
|
30685
30961
|
* @since 1.92.0
|
|
30962
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
30963
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
30964
|
+
* functionality.
|
|
30686
30965
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
30687
30966
|
*/
|
|
30688
30967
|
export default class ResponsivePopover extends WebComponent {
|
|
@@ -31770,6 +32049,9 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
|
|
|
31770
32049
|
/**
|
|
31771
32050
|
* Describes the settings that can be provided to the ResponsivePopover constructor.
|
|
31772
32051
|
*
|
|
32052
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
32053
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32054
|
+
* functionality.
|
|
31773
32055
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
31774
32056
|
*/
|
|
31775
32057
|
export interface $ResponsivePopoverSettings extends $WebComponentSettings {
|
|
@@ -31991,6 +32273,9 @@ declare module "sap/ui/webc/main/SegmentedButton" {
|
|
|
31991
32273
|
* **Note:** There can be just one selected `item` at a time.
|
|
31992
32274
|
*
|
|
31993
32275
|
* @since 1.92.0
|
|
32276
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
32277
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32278
|
+
* functionality.
|
|
31994
32279
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
31995
32280
|
*/
|
|
31996
32281
|
export default class SegmentedButton
|
|
@@ -32337,6 +32622,9 @@ declare module "sap/ui/webc/main/SegmentedButton" {
|
|
|
32337
32622
|
/**
|
|
32338
32623
|
* Describes the settings that can be provided to the SegmentedButton constructor.
|
|
32339
32624
|
*
|
|
32625
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
32626
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32627
|
+
* functionality.
|
|
32340
32628
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
32341
32629
|
*/
|
|
32342
32630
|
export interface $SegmentedButtonSettings extends $WebComponentSettings {
|
|
@@ -32443,6 +32731,9 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
|
|
|
32443
32731
|
* CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.SegmentedButtonItem`.
|
|
32444
32732
|
*
|
|
32445
32733
|
* @since 1.95.0
|
|
32734
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
32735
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32736
|
+
* functionality.
|
|
32446
32737
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
32447
32738
|
*/
|
|
32448
32739
|
export default class SegmentedButtonItem
|
|
@@ -32972,6 +33263,9 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
|
|
|
32972
33263
|
/**
|
|
32973
33264
|
* Describes the settings that can be provided to the SegmentedButtonItem constructor.
|
|
32974
33265
|
*
|
|
33266
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
33267
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
33268
|
+
* functionality.
|
|
32975
33269
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
32976
33270
|
*/
|
|
32977
33271
|
export interface $SegmentedButtonItemSettings extends $WebComponentSettings {
|
|
@@ -33142,6 +33436,9 @@ declare module "sap/ui/webc/main/Select" {
|
|
|
33142
33436
|
*
|
|
33143
33437
|
*
|
|
33144
33438
|
* @since 1.92.0
|
|
33439
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
33440
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
33441
|
+
* functionality.
|
|
33145
33442
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
33146
33443
|
*/
|
|
33147
33444
|
export default class Select extends WebComponent implements IFormContent {
|
|
@@ -33995,6 +34292,9 @@ declare module "sap/ui/webc/main/Select" {
|
|
|
33995
34292
|
/**
|
|
33996
34293
|
* Describes the settings that can be provided to the Select constructor.
|
|
33997
34294
|
*
|
|
34295
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34296
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34297
|
+
* functionality.
|
|
33998
34298
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
33999
34299
|
*/
|
|
34000
34300
|
export interface $SelectSettings extends $WebComponentSettings {
|
|
@@ -34207,6 +34507,9 @@ declare module "sap/ui/webc/main/SelectMenu" {
|
|
|
34207
34507
|
*
|
|
34208
34508
|
*
|
|
34209
34509
|
* @since 1.120.0
|
|
34510
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34511
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34512
|
+
* functionality.
|
|
34210
34513
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
34211
34514
|
*/
|
|
34212
34515
|
export default class SelectMenu extends WebComponent {
|
|
@@ -34353,6 +34656,9 @@ declare module "sap/ui/webc/main/SelectMenu" {
|
|
|
34353
34656
|
/**
|
|
34354
34657
|
* Describes the settings that can be provided to the SelectMenu constructor.
|
|
34355
34658
|
*
|
|
34659
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34660
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34661
|
+
* functionality.
|
|
34356
34662
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
34357
34663
|
*/
|
|
34358
34664
|
export interface $SelectMenuSettings extends $WebComponentSettings {
|
|
@@ -34390,6 +34696,9 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
|
|
|
34390
34696
|
* Usage:
|
|
34391
34697
|
*
|
|
34392
34698
|
* @since 1.120.0
|
|
34699
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34700
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34701
|
+
* functionality.
|
|
34393
34702
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
34394
34703
|
*/
|
|
34395
34704
|
export default class SelectMenuOption
|
|
@@ -34591,6 +34900,9 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
|
|
|
34591
34900
|
/**
|
|
34592
34901
|
* Describes the settings that can be provided to the SelectMenuOption constructor.
|
|
34593
34902
|
*
|
|
34903
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34904
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34905
|
+
* functionality.
|
|
34594
34906
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
34595
34907
|
*/
|
|
34596
34908
|
export interface $SelectMenuOptionSettings extends $WebComponentSettings {
|
|
@@ -34680,6 +34992,9 @@ declare module "sap/ui/webc/main/Slider" {
|
|
|
34680
34992
|
*
|
|
34681
34993
|
*
|
|
34682
34994
|
* @since 1.92.0
|
|
34995
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34996
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34997
|
+
* functionality.
|
|
34683
34998
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
34684
34999
|
*/
|
|
34685
35000
|
export default class Slider extends WebComponent implements IFormContent {
|
|
@@ -35210,6 +35525,9 @@ declare module "sap/ui/webc/main/Slider" {
|
|
|
35210
35525
|
/**
|
|
35211
35526
|
* Describes the settings that can be provided to the Slider constructor.
|
|
35212
35527
|
*
|
|
35528
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
35529
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
35530
|
+
* functionality.
|
|
35213
35531
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
35214
35532
|
*/
|
|
35215
35533
|
export interface $SliderSettings extends $WebComponentSettings {
|
|
@@ -35352,6 +35670,9 @@ declare module "sap/ui/webc/main/SplitButton" {
|
|
|
35352
35670
|
* - `arrow-click` for the second button (arrow action)
|
|
35353
35671
|
*
|
|
35354
35672
|
* @since 1.99.0
|
|
35673
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
35674
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
35675
|
+
* functionality.
|
|
35355
35676
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
35356
35677
|
*/
|
|
35357
35678
|
export default class SplitButton extends WebComponent {
|
|
@@ -35759,6 +36080,9 @@ declare module "sap/ui/webc/main/SplitButton" {
|
|
|
35759
36080
|
/**
|
|
35760
36081
|
* Describes the settings that can be provided to the SplitButton constructor.
|
|
35761
36082
|
*
|
|
36083
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
36084
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36085
|
+
* functionality.
|
|
35762
36086
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
35763
36087
|
*/
|
|
35764
36088
|
export interface $SplitButtonSettings extends $WebComponentSettings {
|
|
@@ -35882,6 +36206,9 @@ declare module "sap/ui/webc/main/StandardListItem" {
|
|
|
35882
36206
|
* - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
|
|
35883
36207
|
*
|
|
35884
36208
|
* @since 1.92.0
|
|
36209
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
36210
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36211
|
+
* functionality.
|
|
35885
36212
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
35886
36213
|
*/
|
|
35887
36214
|
export default class StandardListItem
|
|
@@ -36519,6 +36846,9 @@ declare module "sap/ui/webc/main/StandardListItem" {
|
|
|
36519
36846
|
/**
|
|
36520
36847
|
* Describes the settings that can be provided to the StandardListItem constructor.
|
|
36521
36848
|
*
|
|
36849
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
36850
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36851
|
+
* functionality.
|
|
36522
36852
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
36523
36853
|
*/
|
|
36524
36854
|
export interface $StandardListItemSettings extends $WebComponentSettings {
|
|
@@ -36695,6 +37025,9 @@ declare module "sap/ui/webc/main/StepInput" {
|
|
|
36695
37025
|
* - To enter dates and times. In this case, use date/time related components instead.
|
|
36696
37026
|
*
|
|
36697
37027
|
* @since 1.92.0
|
|
37028
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
37029
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
37030
|
+
* functionality.
|
|
36698
37031
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
36699
37032
|
*/
|
|
36700
37033
|
export default class StepInput extends WebComponent implements IFormContent {
|
|
@@ -37300,6 +37633,9 @@ declare module "sap/ui/webc/main/StepInput" {
|
|
|
37300
37633
|
/**
|
|
37301
37634
|
* Describes the settings that can be provided to the StepInput constructor.
|
|
37302
37635
|
*
|
|
37636
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
37637
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
37638
|
+
* functionality.
|
|
37303
37639
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
37304
37640
|
*/
|
|
37305
37641
|
export interface $StepInputSettings extends $WebComponentSettings {
|
|
@@ -37434,6 +37770,9 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
|
|
|
37434
37770
|
* `sap.ui.webc.main.Input` suggestions into groups.
|
|
37435
37771
|
*
|
|
37436
37772
|
* @since 1.95.0
|
|
37773
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
37774
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
37775
|
+
* functionality.
|
|
37437
37776
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
37438
37777
|
*/
|
|
37439
37778
|
export default class SuggestionGroupItem
|
|
@@ -37535,6 +37874,9 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
|
|
|
37535
37874
|
/**
|
|
37536
37875
|
* Describes the settings that can be provided to the SuggestionGroupItem constructor.
|
|
37537
37876
|
*
|
|
37877
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
37878
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
37879
|
+
* functionality.
|
|
37538
37880
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
37539
37881
|
*/
|
|
37540
37882
|
export interface $SuggestionGroupItemSettings extends $WebComponentSettings {
|
|
@@ -37563,6 +37905,9 @@ declare module "sap/ui/webc/main/SuggestionItem" {
|
|
|
37563
37905
|
* The `sap.ui.webc.main.SuggestionItem` represents the suggestion item of the `sap.ui.webc.main.Input`.
|
|
37564
37906
|
*
|
|
37565
37907
|
* @since 1.92.0
|
|
37908
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
37909
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
37910
|
+
* functionality.
|
|
37566
37911
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
37567
37912
|
*/
|
|
37568
37913
|
export default class SuggestionItem
|
|
@@ -37877,6 +38222,9 @@ declare module "sap/ui/webc/main/SuggestionItem" {
|
|
|
37877
38222
|
/**
|
|
37878
38223
|
* Describes the settings that can be provided to the SuggestionItem constructor.
|
|
37879
38224
|
*
|
|
38225
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
38226
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38227
|
+
* functionality.
|
|
37880
38228
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
37881
38229
|
*/
|
|
37882
38230
|
export interface $SuggestionItemSettings extends $WebComponentSettings {
|
|
@@ -37980,6 +38328,9 @@ declare module "sap/ui/webc/main/Switch" {
|
|
|
37980
38328
|
* - handle - Used to style the handle of the switch
|
|
37981
38329
|
*
|
|
37982
38330
|
* @since 1.92.0
|
|
38331
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
38332
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38333
|
+
* functionality.
|
|
37983
38334
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
37984
38335
|
*/
|
|
37985
38336
|
export default class Switch extends WebComponent implements IFormContent {
|
|
@@ -38458,6 +38809,9 @@ declare module "sap/ui/webc/main/Switch" {
|
|
|
38458
38809
|
/**
|
|
38459
38810
|
* Describes the settings that can be provided to the Switch constructor.
|
|
38460
38811
|
*
|
|
38812
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
38813
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38814
|
+
* functionality.
|
|
38461
38815
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
38462
38816
|
*/
|
|
38463
38817
|
export interface $SwitchSettings extends $WebComponentSettings {
|
|
@@ -38575,6 +38929,9 @@ declare module "sap/ui/webc/main/Tab" {
|
|
|
38575
38929
|
* that is presented to the user once the tab is selected.
|
|
38576
38930
|
*
|
|
38577
38931
|
* @since 1.92.0
|
|
38932
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
38933
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38934
|
+
* functionality.
|
|
38578
38935
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
38579
38936
|
*/
|
|
38580
38937
|
export default class Tab extends WebComponent implements ITab {
|
|
@@ -39015,6 +39372,9 @@ declare module "sap/ui/webc/main/Tab" {
|
|
|
39015
39372
|
/**
|
|
39016
39373
|
* Describes the settings that can be provided to the Tab constructor.
|
|
39017
39374
|
*
|
|
39375
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
39376
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
39377
|
+
* functionality.
|
|
39018
39378
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
39019
39379
|
*/
|
|
39020
39380
|
export interface $TabSettings extends $WebComponentSettings {
|
|
@@ -39135,6 +39495,9 @@ declare module "sap/ui/webc/main/TabContainer" {
|
|
|
39135
39495
|
* Keyboard Handling:
|
|
39136
39496
|
*
|
|
39137
39497
|
* @since 1.92.0
|
|
39498
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
39499
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
39500
|
+
* functionality.
|
|
39138
39501
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
39139
39502
|
*/
|
|
39140
39503
|
export default class TabContainer extends WebComponent {
|
|
@@ -39687,6 +40050,9 @@ declare module "sap/ui/webc/main/TabContainer" {
|
|
|
39687
40050
|
/**
|
|
39688
40051
|
* Describes the settings that can be provided to the TabContainer constructor.
|
|
39689
40052
|
*
|
|
40053
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
40054
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
40055
|
+
* functionality.
|
|
39690
40056
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
39691
40057
|
*/
|
|
39692
40058
|
export interface $TabContainerSettings extends $WebComponentSettings {
|
|
@@ -39877,6 +40243,9 @@ declare module "sap/ui/webc/main/Table" {
|
|
|
39877
40243
|
* - [CTRL]+[HOME]/[END] - Same behavior as HOME & END.
|
|
39878
40244
|
*
|
|
39879
40245
|
* @since 1.92.0
|
|
40246
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
40247
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
40248
|
+
* functionality.
|
|
39880
40249
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
39881
40250
|
*/
|
|
39882
40251
|
export default class Table extends WebComponent {
|
|
@@ -40876,6 +41245,9 @@ declare module "sap/ui/webc/main/Table" {
|
|
|
40876
41245
|
/**
|
|
40877
41246
|
* Describes the settings that can be provided to the Table constructor.
|
|
40878
41247
|
*
|
|
41248
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41249
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41250
|
+
* functionality.
|
|
40879
41251
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
40880
41252
|
*/
|
|
40881
41253
|
export interface $TableSettings extends $WebComponentSettings {
|
|
@@ -41127,6 +41499,9 @@ declare module "sap/ui/webc/main/TableCell" {
|
|
|
41127
41499
|
* - cell - Used to style the native `td` element
|
|
41128
41500
|
*
|
|
41129
41501
|
* @since 1.92.0
|
|
41502
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41503
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41504
|
+
* functionality.
|
|
41130
41505
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41131
41506
|
*/
|
|
41132
41507
|
export default class TableCell extends WebComponent implements ITableCell {
|
|
@@ -41274,6 +41649,9 @@ declare module "sap/ui/webc/main/TableCell" {
|
|
|
41274
41649
|
/**
|
|
41275
41650
|
* Describes the settings that can be provided to the TableCell constructor.
|
|
41276
41651
|
*
|
|
41652
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41653
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41654
|
+
* functionality.
|
|
41277
41655
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41278
41656
|
*/
|
|
41279
41657
|
export interface $TableCellSettings extends $WebComponentSettings {
|
|
@@ -41318,6 +41696,9 @@ declare module "sap/ui/webc/main/TableColumn" {
|
|
|
41318
41696
|
* - column - Used to style the native `th` element
|
|
41319
41697
|
*
|
|
41320
41698
|
* @since 1.92.0
|
|
41699
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41700
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41701
|
+
* functionality.
|
|
41321
41702
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41322
41703
|
*/
|
|
41323
41704
|
export default class TableColumn
|
|
@@ -41617,6 +41998,9 @@ declare module "sap/ui/webc/main/TableColumn" {
|
|
|
41617
41998
|
/**
|
|
41618
41999
|
* Describes the settings that can be provided to the TableColumn constructor.
|
|
41619
42000
|
*
|
|
42001
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42002
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42003
|
+
* functionality.
|
|
41620
42004
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41621
42005
|
*/
|
|
41622
42006
|
export interface $TableColumnSettings extends $WebComponentSettings {
|
|
@@ -41690,6 +42074,9 @@ declare module "sap/ui/webc/main/TableGroupRow" {
|
|
|
41690
42074
|
* - group-row - Used to style the native `tr` element.
|
|
41691
42075
|
*
|
|
41692
42076
|
* @since 1.95.0
|
|
42077
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42078
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42079
|
+
* functionality.
|
|
41693
42080
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
41694
42081
|
*/
|
|
41695
42082
|
export default class TableGroupRow extends WebComponent implements ITableRow {
|
|
@@ -41789,6 +42176,9 @@ declare module "sap/ui/webc/main/TableGroupRow" {
|
|
|
41789
42176
|
/**
|
|
41790
42177
|
* Describes the settings that can be provided to the TableGroupRow constructor.
|
|
41791
42178
|
*
|
|
42179
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42180
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42181
|
+
* functionality.
|
|
41792
42182
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
41793
42183
|
*/
|
|
41794
42184
|
export interface $TableGroupRowSettings extends $WebComponentSettings {
|
|
@@ -41832,6 +42222,9 @@ declare module "sap/ui/webc/main/TableRow" {
|
|
|
41832
42222
|
* - popin-row - Used to style the `tr` element when a row pops in
|
|
41833
42223
|
*
|
|
41834
42224
|
* @since 1.92.0
|
|
42225
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42226
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42227
|
+
* functionality.
|
|
41835
42228
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41836
42229
|
*/
|
|
41837
42230
|
export default class TableRow extends WebComponent implements ITableRow {
|
|
@@ -42082,6 +42475,9 @@ declare module "sap/ui/webc/main/TableRow" {
|
|
|
42082
42475
|
/**
|
|
42083
42476
|
* Describes the settings that can be provided to the TableRow constructor.
|
|
42084
42477
|
*
|
|
42478
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42479
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42480
|
+
* functionality.
|
|
42085
42481
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
42086
42482
|
*/
|
|
42087
42483
|
export interface $TableRowSettings extends $WebComponentSettings {
|
|
@@ -42133,6 +42529,9 @@ declare module "sap/ui/webc/main/TabSeparator" {
|
|
|
42133
42529
|
* The `sap.ui.webc.main.TabSeparator` represents a vertical line to separate tabs inside a `sap.ui.webc.main.TabContainer`.
|
|
42134
42530
|
*
|
|
42135
42531
|
* @since 1.92.0
|
|
42532
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42533
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42534
|
+
* functionality.
|
|
42136
42535
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
42137
42536
|
*/
|
|
42138
42537
|
export default class TabSeparator extends WebComponent implements ITab {
|
|
@@ -42215,6 +42614,9 @@ declare module "sap/ui/webc/main/TabSeparator" {
|
|
|
42215
42614
|
/**
|
|
42216
42615
|
* Describes the settings that can be provided to the TabSeparator constructor.
|
|
42217
42616
|
*
|
|
42617
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42618
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42619
|
+
* functionality.
|
|
42218
42620
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
42219
42621
|
*/
|
|
42220
42622
|
export interface $TabSeparatorSettings extends $WebComponentSettings {}
|
|
@@ -42252,6 +42654,9 @@ declare module "sap/ui/webc/main/TextArea" {
|
|
|
42252
42654
|
* - textarea - Used to style the native textarea
|
|
42253
42655
|
*
|
|
42254
42656
|
* @since 1.92.0
|
|
42657
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42658
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42659
|
+
* functionality.
|
|
42255
42660
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
42256
42661
|
*/
|
|
42257
42662
|
export default class TextArea extends WebComponent implements IFormContent {
|
|
@@ -43019,6 +43424,9 @@ declare module "sap/ui/webc/main/TextArea" {
|
|
|
43019
43424
|
/**
|
|
43020
43425
|
* Describes the settings that can be provided to the TextArea constructor.
|
|
43021
43426
|
*
|
|
43427
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
43428
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43429
|
+
* functionality.
|
|
43022
43430
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
43023
43431
|
*/
|
|
43024
43432
|
export interface $TextAreaSettings extends $WebComponentSettings {
|
|
@@ -43236,6 +43644,9 @@ declare module "sap/ui/webc/main/TimePicker" {
|
|
|
43236
43644
|
* is pressed, the first clock is beind displayed.
|
|
43237
43645
|
*
|
|
43238
43646
|
* @since 1.92.0
|
|
43647
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
43648
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43649
|
+
* functionality.
|
|
43239
43650
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
43240
43651
|
*/
|
|
43241
43652
|
export default class TimePicker extends WebComponent implements IFormContent {
|
|
@@ -43771,6 +44182,9 @@ declare module "sap/ui/webc/main/TimePicker" {
|
|
|
43771
44182
|
/**
|
|
43772
44183
|
* Describes the settings that can be provided to the TimePicker constructor.
|
|
43773
44184
|
*
|
|
44185
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44186
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44187
|
+
* functionality.
|
|
43774
44188
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
43775
44189
|
*/
|
|
43776
44190
|
export interface $TimePickerSettings extends $WebComponentSettings {
|
|
@@ -43917,6 +44331,9 @@ declare module "sap/ui/webc/main/Title" {
|
|
|
43917
44331
|
* text with explicit header/title semantics.
|
|
43918
44332
|
*
|
|
43919
44333
|
* @since 1.92.0
|
|
44334
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44335
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44336
|
+
* functionality.
|
|
43920
44337
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
43921
44338
|
*/
|
|
43922
44339
|
export default class Title extends WebComponent {
|
|
@@ -44100,6 +44517,9 @@ declare module "sap/ui/webc/main/Title" {
|
|
|
44100
44517
|
/**
|
|
44101
44518
|
* Describes the settings that can be provided to the Title constructor.
|
|
44102
44519
|
*
|
|
44520
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44521
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44522
|
+
* functionality.
|
|
44103
44523
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
44104
44524
|
*/
|
|
44105
44525
|
export interface $TitleSettings extends $WebComponentSettings {
|
|
@@ -44164,6 +44584,9 @@ declare module "sap/ui/webc/main/Toast" {
|
|
|
44164
44584
|
* - You want users to be able to copy some part of the message text.
|
|
44165
44585
|
*
|
|
44166
44586
|
* @since 1.92.0
|
|
44587
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44588
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44589
|
+
* functionality.
|
|
44167
44590
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
44168
44591
|
*/
|
|
44169
44592
|
export default class Toast extends WebComponent {
|
|
@@ -44386,6 +44809,9 @@ declare module "sap/ui/webc/main/Toast" {
|
|
|
44386
44809
|
/**
|
|
44387
44810
|
* Describes the settings that can be provided to the Toast constructor.
|
|
44388
44811
|
*
|
|
44812
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44813
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44814
|
+
* functionality.
|
|
44389
44815
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
44390
44816
|
*/
|
|
44391
44817
|
export interface $ToastSettings extends $WebComponentSettings {
|
|
@@ -44453,6 +44879,9 @@ declare module "sap/ui/webc/main/ToggleButton" {
|
|
|
44453
44879
|
* CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.ToggleButton`.
|
|
44454
44880
|
*
|
|
44455
44881
|
* @since 1.92.0
|
|
44882
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44883
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44884
|
+
* functionality.
|
|
44456
44885
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
44457
44886
|
*/
|
|
44458
44887
|
export default class ToggleButton extends WebComponent {
|
|
@@ -44973,6 +45402,9 @@ declare module "sap/ui/webc/main/ToggleButton" {
|
|
|
44973
45402
|
/**
|
|
44974
45403
|
* Describes the settings that can be provided to the ToggleButton constructor.
|
|
44975
45404
|
*
|
|
45405
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
45406
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45407
|
+
* functionality.
|
|
44976
45408
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
44977
45409
|
*/
|
|
44978
45410
|
export interface $ToggleButtonSettings extends $WebComponentSettings {
|
|
@@ -45107,6 +45539,9 @@ declare module "sap/ui/webc/main/Token" {
|
|
|
45107
45539
|
* items.
|
|
45108
45540
|
*
|
|
45109
45541
|
* @since 1.92.0
|
|
45542
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
45543
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45544
|
+
* functionality.
|
|
45110
45545
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
45111
45546
|
*/
|
|
45112
45547
|
export default class Token extends WebComponent implements IToken {
|
|
@@ -45426,6 +45861,9 @@ declare module "sap/ui/webc/main/Token" {
|
|
|
45426
45861
|
/**
|
|
45427
45862
|
* Describes the settings that can be provided to the Token constructor.
|
|
45428
45863
|
*
|
|
45864
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
45865
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45866
|
+
* functionality.
|
|
45429
45867
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
45430
45868
|
*/
|
|
45431
45869
|
export interface $TokenSettings extends $WebComponentSettings {
|
|
@@ -45504,6 +45942,9 @@ declare module "sap/ui/webc/main/Toolbar" {
|
|
|
45504
45942
|
*
|
|
45505
45943
|
*
|
|
45506
45944
|
* @since 1.120.0
|
|
45945
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
45946
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45947
|
+
* functionality.
|
|
45507
45948
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
45508
45949
|
*/
|
|
45509
45950
|
export default class Toolbar extends WebComponent {
|
|
@@ -45742,6 +46183,9 @@ declare module "sap/ui/webc/main/Toolbar" {
|
|
|
45742
46183
|
/**
|
|
45743
46184
|
* Describes the settings that can be provided to the Toolbar constructor.
|
|
45744
46185
|
*
|
|
46186
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46187
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46188
|
+
* functionality.
|
|
45745
46189
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
45746
46190
|
*/
|
|
45747
46191
|
export interface $ToolbarSettings extends $WebComponentSettings {
|
|
@@ -45801,6 +46245,9 @@ declare module "sap/ui/webc/main/ToolbarButton" {
|
|
|
45801
46245
|
* Overview: The `sap.ui.webc.main.ToolbarButton` represents an abstract action, used in the `sap.ui.webc.main.Toolbar`.
|
|
45802
46246
|
*
|
|
45803
46247
|
* @since 1.120.0
|
|
46248
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46249
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46250
|
+
* functionality.
|
|
45804
46251
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
45805
46252
|
*/
|
|
45806
46253
|
export default class ToolbarButton
|
|
@@ -46288,6 +46735,9 @@ declare module "sap/ui/webc/main/ToolbarButton" {
|
|
|
46288
46735
|
/**
|
|
46289
46736
|
* Describes the settings that can be provided to the ToolbarButton constructor.
|
|
46290
46737
|
*
|
|
46738
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46739
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46740
|
+
* functionality.
|
|
46291
46741
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
46292
46742
|
*/
|
|
46293
46743
|
export interface $ToolbarButtonSettings extends $WebComponentSettings {
|
|
@@ -46421,6 +46871,9 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
|
|
|
46421
46871
|
* component.
|
|
46422
46872
|
*
|
|
46423
46873
|
* @since 1.120.0
|
|
46874
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46875
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46876
|
+
* functionality.
|
|
46424
46877
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
46425
46878
|
*/
|
|
46426
46879
|
export default class ToolbarSelect
|
|
@@ -46981,6 +47434,9 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
|
|
|
46981
47434
|
/**
|
|
46982
47435
|
* Describes the settings that can be provided to the ToolbarSelect constructor.
|
|
46983
47436
|
*
|
|
47437
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47438
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47439
|
+
* functionality.
|
|
46984
47440
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
46985
47441
|
*/
|
|
46986
47442
|
export interface $ToolbarSelectSettings extends $WebComponentSettings {
|
|
@@ -47114,6 +47570,9 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
|
|
|
47114
47570
|
* The `sap.ui.webc.main.ToolbarSelectOption` component defines the content of an option in the `sap.ui.webc.main.ToolbarSelect`.
|
|
47115
47571
|
*
|
|
47116
47572
|
* @since 1.120.0
|
|
47573
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47574
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47575
|
+
* functionality.
|
|
47117
47576
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
47118
47577
|
*/
|
|
47119
47578
|
export default class ToolbarSelectOption
|
|
@@ -47244,6 +47703,9 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
|
|
|
47244
47703
|
/**
|
|
47245
47704
|
* Describes the settings that can be provided to the ToolbarSelectOption constructor.
|
|
47246
47705
|
*
|
|
47706
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47707
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47708
|
+
* functionality.
|
|
47247
47709
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
47248
47710
|
*/
|
|
47249
47711
|
export interface $ToolbarSelectOptionSettings extends $WebComponentSettings {
|
|
@@ -47274,6 +47736,9 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
|
|
|
47274
47736
|
* elements. It takes no space in calculating toolbar items width.
|
|
47275
47737
|
*
|
|
47276
47738
|
* @since 1.120.0
|
|
47739
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47740
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47741
|
+
* functionality.
|
|
47277
47742
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
47278
47743
|
*/
|
|
47279
47744
|
export default class ToolbarSeparator
|
|
@@ -47352,6 +47817,9 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
|
|
|
47352
47817
|
/**
|
|
47353
47818
|
* Describes the settings that can be provided to the ToolbarSeparator constructor.
|
|
47354
47819
|
*
|
|
47820
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47821
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47822
|
+
* functionality.
|
|
47355
47823
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
47356
47824
|
*/
|
|
47357
47825
|
export interface $ToolbarSeparatorSettings extends $WebComponentSettings {}
|
|
@@ -47376,6 +47844,9 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
|
|
|
47376
47844
|
* items to take 100% width. It takes no space in calculating toolbar items width.
|
|
47377
47845
|
*
|
|
47378
47846
|
* @since 1.120.0
|
|
47847
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47848
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47849
|
+
* functionality.
|
|
47379
47850
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
47380
47851
|
*/
|
|
47381
47852
|
export default class ToolbarSpacer
|
|
@@ -47485,6 +47956,9 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
|
|
|
47485
47956
|
/**
|
|
47486
47957
|
* Describes the settings that can be provided to the ToolbarSpacer constructor.
|
|
47487
47958
|
*
|
|
47959
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47960
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47961
|
+
* functionality.
|
|
47488
47962
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
47489
47963
|
*/
|
|
47490
47964
|
export interface $ToolbarSpacerSettings extends $WebComponentSettings {
|
|
@@ -47550,6 +48024,9 @@ declare module "sap/ui/webc/main/Tree" {
|
|
|
47550
48024
|
* - [ENTER] - Selects the currently focused item upon keydown.
|
|
47551
48025
|
*
|
|
47552
48026
|
* @since 1.92.0
|
|
48027
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
48028
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
48029
|
+
* functionality.
|
|
47553
48030
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
47554
48031
|
*/
|
|
47555
48032
|
export default class Tree extends WebComponent {
|
|
@@ -48532,6 +49009,9 @@ declare module "sap/ui/webc/main/Tree" {
|
|
|
48532
49009
|
/**
|
|
48533
49010
|
* Describes the settings that can be provided to the Tree constructor.
|
|
48534
49011
|
*
|
|
49012
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
49013
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
49014
|
+
* functionality.
|
|
48535
49015
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
48536
49016
|
*/
|
|
48537
49017
|
export interface $TreeSettings extends $WebComponentSettings {
|
|
@@ -48795,6 +49275,9 @@ declare module "sap/ui/webc/main/TreeItem" {
|
|
|
48795
49275
|
* - icon - Used to style the icon of the tree list item
|
|
48796
49276
|
*
|
|
48797
49277
|
* @since 1.92.0
|
|
49278
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
49279
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
49280
|
+
* functionality.
|
|
48798
49281
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
48799
49282
|
*/
|
|
48800
49283
|
export default class TreeItem extends WebComponent implements ITreeItem {
|
|
@@ -49455,6 +49938,9 @@ declare module "sap/ui/webc/main/TreeItem" {
|
|
|
49455
49938
|
/**
|
|
49456
49939
|
* Describes the settings that can be provided to the TreeItem constructor.
|
|
49457
49940
|
*
|
|
49941
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
49942
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
49943
|
+
* functionality.
|
|
49458
49944
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
49459
49945
|
*/
|
|
49460
49946
|
export interface $TreeItemSettings extends $WebComponentSettings {
|
|
@@ -49627,6 +50113,9 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
|
|
|
49627
50113
|
* - icon - Used to style the icon of the tree list item
|
|
49628
50114
|
*
|
|
49629
50115
|
* @since 1.115.0
|
|
50116
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
50117
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
50118
|
+
* functionality.
|
|
49630
50119
|
* @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
|
|
49631
50120
|
*/
|
|
49632
50121
|
export default class TreeItemCustom
|
|
@@ -50337,6 +50826,9 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
|
|
|
50337
50826
|
/**
|
|
50338
50827
|
* Describes the settings that can be provided to the TreeItemCustom constructor.
|
|
50339
50828
|
*
|
|
50829
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
50830
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
50831
|
+
* functionality.
|
|
50340
50832
|
* @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
|
|
50341
50833
|
*/
|
|
50342
50834
|
export interface $TreeItemCustomSettings extends $WebComponentSettings {
|