@openui5/types 1.123.1 → 1.124.1
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 +49 -12
- package/types/sap.m.d.ts +4149 -474
- package/types/sap.tnt.d.ts +3 -2
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +17 -9
- package/types/sap.ui.core.d.ts +130 -231
- package/types/sap.ui.dt.d.ts +6 -2
- package/types/sap.ui.fl.d.ts +3 -2
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +485 -758
- 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 +4 -3
- package/types/sap.ui.ux3.d.ts +3 -2
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +191 -12
- package/types/sap.ui.webc.main.d.ts +557 -33
- package/types/sap.uxap.d.ts +11 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/fiori/library" {
|
|
4
4
|
/**
|
|
@@ -981,6 +981,9 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
981
981
|
* Keyboard Handling:
|
|
982
982
|
*
|
|
983
983
|
* @since 1.92.0
|
|
984
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
985
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
986
|
+
* functionality.
|
|
984
987
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
985
988
|
*/
|
|
986
989
|
export default class Bar extends WebComponent implements IBar {
|
|
@@ -1336,6 +1339,9 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
1336
1339
|
/**
|
|
1337
1340
|
* Describes the settings that can be provided to the Bar constructor.
|
|
1338
1341
|
*
|
|
1342
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1343
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1344
|
+
* functionality.
|
|
1339
1345
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1340
1346
|
*/
|
|
1341
1347
|
export interface $BarSettings extends $WebComponentSettings {
|
|
@@ -1399,6 +1405,9 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1399
1405
|
* documentation.
|
|
1400
1406
|
*
|
|
1401
1407
|
* @since 1.95.0
|
|
1408
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1409
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1410
|
+
* functionality.
|
|
1402
1411
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
1403
1412
|
*/
|
|
1404
1413
|
export default class BarcodeScannerDialog extends WebComponent {
|
|
@@ -1636,6 +1645,9 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1636
1645
|
/**
|
|
1637
1646
|
* Describes the settings that can be provided to the BarcodeScannerDialog constructor.
|
|
1638
1647
|
*
|
|
1648
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1649
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1650
|
+
* functionality.
|
|
1639
1651
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
1640
1652
|
*/
|
|
1641
1653
|
export interface $BarcodeScannerDialogSettings extends $WebComponentSettings {
|
|
@@ -1773,6 +1785,9 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1773
1785
|
* 720 px and can only be viewed by triggering it.
|
|
1774
1786
|
*
|
|
1775
1787
|
* @since 1.99.0
|
|
1788
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1789
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1790
|
+
* functionality.
|
|
1776
1791
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
1777
1792
|
*/
|
|
1778
1793
|
export default class DynamicSideContent extends WebComponent {
|
|
@@ -2330,6 +2345,9 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
2330
2345
|
/**
|
|
2331
2346
|
* Describes the settings that can be provided to the DynamicSideContent constructor.
|
|
2332
2347
|
*
|
|
2348
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2349
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2350
|
+
* functionality.
|
|
2333
2351
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
2334
2352
|
*/
|
|
2335
2353
|
export interface $DynamicSideContentSettings extends $WebComponentSettings {
|
|
@@ -2475,6 +2493,9 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2475
2493
|
* Usage:
|
|
2476
2494
|
*
|
|
2477
2495
|
* @since 1.97.0
|
|
2496
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2497
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2498
|
+
* functionality.
|
|
2478
2499
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2479
2500
|
*/
|
|
2480
2501
|
export default class FilterItem extends WebComponent implements IFilterItem {
|
|
@@ -2680,6 +2701,9 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2680
2701
|
/**
|
|
2681
2702
|
* Describes the settings that can be provided to the FilterItem constructor.
|
|
2682
2703
|
*
|
|
2704
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2705
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2706
|
+
* functionality.
|
|
2683
2707
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2684
2708
|
*/
|
|
2685
2709
|
export interface $FilterItemSettings extends $WebComponentSettings {
|
|
@@ -2722,11 +2746,15 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2722
2746
|
* Usage:
|
|
2723
2747
|
*
|
|
2724
2748
|
* @since 1.97.0
|
|
2749
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2750
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2751
|
+
* functionality.
|
|
2725
2752
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2726
2753
|
*/
|
|
2727
2754
|
export default class FilterItemOption
|
|
2728
2755
|
extends WebComponent
|
|
2729
|
-
implements IFilterItemOption
|
|
2756
|
+
implements IFilterItemOption
|
|
2757
|
+
{
|
|
2730
2758
|
__implements__sap_ui_webc_fiori_IFilterItemOption: boolean;
|
|
2731
2759
|
/**
|
|
2732
2760
|
* Constructor for a new `FilterItemOption`.
|
|
@@ -2852,6 +2880,9 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2852
2880
|
/**
|
|
2853
2881
|
* Describes the settings that can be provided to the FilterItemOption constructor.
|
|
2854
2882
|
*
|
|
2883
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2884
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2885
|
+
* functionality.
|
|
2855
2886
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2856
2887
|
*/
|
|
2857
2888
|
export interface $FilterItemOptionSettings extends $WebComponentSettings {
|
|
@@ -2909,6 +2940,9 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2909
2940
|
* Keyboard Handling:
|
|
2910
2941
|
*
|
|
2911
2942
|
* @since 1.92.0
|
|
2943
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2944
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2945
|
+
* functionality.
|
|
2912
2946
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2913
2947
|
*/
|
|
2914
2948
|
export default class FlexibleColumnLayout extends WebComponent {
|
|
@@ -3392,6 +3426,9 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3392
3426
|
/**
|
|
3393
3427
|
* Describes the settings that can be provided to the FlexibleColumnLayout constructor.
|
|
3394
3428
|
*
|
|
3429
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3430
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3431
|
+
* functionality.
|
|
3395
3432
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3396
3433
|
*/
|
|
3397
3434
|
export interface $FlexibleColumnLayoutSettings extends $WebComponentSettings {
|
|
@@ -3579,6 +3616,9 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3579
3616
|
* a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
|
|
3580
3617
|
*
|
|
3581
3618
|
* @since 1.95.0
|
|
3619
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3620
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3621
|
+
* functionality.
|
|
3582
3622
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3583
3623
|
*/
|
|
3584
3624
|
export default class IllustratedMessage extends WebComponent {
|
|
@@ -3960,6 +4000,9 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3960
4000
|
/**
|
|
3961
4001
|
* Describes the settings that can be provided to the IllustratedMessage constructor.
|
|
3962
4002
|
*
|
|
4003
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4004
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4005
|
+
* functionality.
|
|
3963
4006
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3964
4007
|
*/
|
|
3965
4008
|
export interface $IllustratedMessageSettings extends $WebComponentSettings {
|
|
@@ -4077,6 +4120,9 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4077
4120
|
*
|
|
4078
4121
|
*
|
|
4079
4122
|
* @since 1.99.0
|
|
4123
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4124
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4125
|
+
* functionality.
|
|
4080
4126
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4081
4127
|
*/
|
|
4082
4128
|
export default class MediaGallery extends WebComponent {
|
|
@@ -4657,6 +4703,9 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4657
4703
|
/**
|
|
4658
4704
|
* Describes the settings that can be provided to the MediaGallery constructor.
|
|
4659
4705
|
*
|
|
4706
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4707
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4708
|
+
* functionality.
|
|
4660
4709
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4661
4710
|
*/
|
|
4662
4711
|
export interface $MediaGallerySettings extends $WebComponentSettings {
|
|
@@ -4828,11 +4877,15 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4828
4877
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
4829
4878
|
*
|
|
4830
4879
|
* @since 1.99.0
|
|
4880
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4881
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4882
|
+
* functionality.
|
|
4831
4883
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4832
4884
|
*/
|
|
4833
4885
|
export default class MediaGalleryItem
|
|
4834
4886
|
extends WebComponent
|
|
4835
|
-
implements IMediaGalleryItem
|
|
4887
|
+
implements IMediaGalleryItem
|
|
4888
|
+
{
|
|
4836
4889
|
__implements__sap_ui_webc_fiori_IMediaGalleryItem: boolean;
|
|
4837
4890
|
/**
|
|
4838
4891
|
* Constructor for a new `MediaGalleryItem`.
|
|
@@ -5047,6 +5100,9 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
5047
5100
|
/**
|
|
5048
5101
|
* Describes the settings that can be provided to the MediaGalleryItem constructor.
|
|
5049
5102
|
*
|
|
5103
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5104
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5105
|
+
* functionality.
|
|
5050
5106
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5051
5107
|
*/
|
|
5052
5108
|
export interface $MediaGalleryItemSettings extends $WebComponentSettings {
|
|
@@ -5106,11 +5162,15 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
5106
5162
|
* and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
|
|
5107
5163
|
*
|
|
5108
5164
|
* @since 1.92.0
|
|
5165
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5166
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5167
|
+
* functionality.
|
|
5109
5168
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5110
5169
|
*/
|
|
5111
5170
|
export default class NotificationAction
|
|
5112
5171
|
extends WebComponent
|
|
5113
|
-
implements INotificationAction
|
|
5172
|
+
implements INotificationAction
|
|
5173
|
+
{
|
|
5114
5174
|
__implements__sap_ui_webc_fiori_INotificationAction: boolean;
|
|
5115
5175
|
/**
|
|
5116
5176
|
* Constructor for a new `NotificationAction`.
|
|
@@ -5382,6 +5442,9 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
5382
5442
|
/**
|
|
5383
5443
|
* Describes the settings that can be provided to the NotificationAction constructor.
|
|
5384
5444
|
*
|
|
5445
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5446
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5447
|
+
* functionality.
|
|
5385
5448
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5386
5449
|
*/
|
|
5387
5450
|
export interface $NotificationActionSettings extends $WebComponentSettings {
|
|
@@ -5481,11 +5544,15 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5481
5544
|
* - title-text - Used to style the titleText of the notification list group item
|
|
5482
5545
|
*
|
|
5483
5546
|
* @since 1.92.0
|
|
5547
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5548
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5549
|
+
* functionality.
|
|
5484
5550
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5485
5551
|
*/
|
|
5486
5552
|
export default class NotificationListGroupItem
|
|
5487
5553
|
extends WebComponent
|
|
5488
|
-
implements IListItem
|
|
5554
|
+
implements IListItem
|
|
5555
|
+
{
|
|
5489
5556
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
5490
5557
|
/**
|
|
5491
5558
|
* Constructor for a new `NotificationListGroupItem`.
|
|
@@ -6135,6 +6202,9 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
6135
6202
|
/**
|
|
6136
6203
|
* Describes the settings that can be provided to the NotificationListGroupItem constructor.
|
|
6137
6204
|
*
|
|
6205
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6206
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6207
|
+
* functionality.
|
|
6138
6208
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6139
6209
|
*/
|
|
6140
6210
|
export interface $NotificationListGroupItemSettings
|
|
@@ -6307,11 +6377,15 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6307
6377
|
* - title-text - Used to style the titleText of the notification list item
|
|
6308
6378
|
*
|
|
6309
6379
|
* @since 1.92.0
|
|
6380
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6381
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6382
|
+
* functionality.
|
|
6310
6383
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6311
6384
|
*/
|
|
6312
6385
|
export default class NotificationListItem
|
|
6313
6386
|
extends WebComponent
|
|
6314
|
-
implements INotificationListItem, IListItem
|
|
6387
|
+
implements INotificationListItem, IListItem
|
|
6388
|
+
{
|
|
6315
6389
|
__implements__sap_ui_webc_fiori_INotificationListItem: boolean;
|
|
6316
6390
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
6317
6391
|
/**
|
|
@@ -6921,6 +6995,9 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6921
6995
|
/**
|
|
6922
6996
|
* Describes the settings that can be provided to the NotificationListItem constructor.
|
|
6923
6997
|
*
|
|
6998
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6999
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7000
|
+
* functionality.
|
|
6924
7001
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6925
7002
|
*/
|
|
6926
7003
|
export interface $NotificationListItemSettings extends $WebComponentSettings {
|
|
@@ -7077,6 +7154,9 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
7077
7154
|
* - content - Used to style the content section of the component
|
|
7078
7155
|
*
|
|
7079
7156
|
* @since 1.92.0
|
|
7157
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7158
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7159
|
+
* functionality.
|
|
7080
7160
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7081
7161
|
*/
|
|
7082
7162
|
export default class Page extends WebComponent {
|
|
@@ -7459,6 +7539,9 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
7459
7539
|
/**
|
|
7460
7540
|
* Describes the settings that can be provided to the Page constructor.
|
|
7461
7541
|
*
|
|
7542
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7543
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7544
|
+
* functionality.
|
|
7462
7545
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7463
7546
|
*/
|
|
7464
7547
|
export interface $PageSettings extends $WebComponentSettings {
|
|
@@ -7550,6 +7633,9 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
7550
7633
|
*
|
|
7551
7634
|
*
|
|
7552
7635
|
* @since 1.92.0
|
|
7636
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7637
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7638
|
+
* functionality.
|
|
7553
7639
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7554
7640
|
*/
|
|
7555
7641
|
export default class ProductSwitch extends WebComponent {
|
|
@@ -7696,6 +7782,9 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
7696
7782
|
/**
|
|
7697
7783
|
* Describes the settings that can be provided to the ProductSwitch constructor.
|
|
7698
7784
|
*
|
|
7785
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7786
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7787
|
+
* functionality.
|
|
7699
7788
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7700
7789
|
*/
|
|
7701
7790
|
export interface $ProductSwitchSettings extends $WebComponentSettings {
|
|
@@ -7741,11 +7830,15 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7741
7830
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
7742
7831
|
*
|
|
7743
7832
|
* @since 1.92.0
|
|
7833
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7834
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7835
|
+
* functionality.
|
|
7744
7836
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7745
7837
|
*/
|
|
7746
7838
|
export default class ProductSwitchItem
|
|
7747
7839
|
extends WebComponent
|
|
7748
|
-
implements IProductSwitchItem
|
|
7840
|
+
implements IProductSwitchItem
|
|
7841
|
+
{
|
|
7749
7842
|
__implements__sap_ui_webc_fiori_IProductSwitchItem: boolean;
|
|
7750
7843
|
/**
|
|
7751
7844
|
* Constructor for a new `ProductSwitchItem`.
|
|
@@ -8066,6 +8159,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
8066
8159
|
/**
|
|
8067
8160
|
* Describes the settings that can be provided to the ProductSwitchItem constructor.
|
|
8068
8161
|
*
|
|
8162
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8163
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8164
|
+
* functionality.
|
|
8069
8165
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8070
8166
|
*/
|
|
8071
8167
|
export interface $ProductSwitchItemSettings extends $WebComponentSettings {
|
|
@@ -8182,6 +8278,9 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8182
8278
|
* Keyboard Handling:
|
|
8183
8279
|
*
|
|
8184
8280
|
* @since 1.92.0
|
|
8281
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8282
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8283
|
+
* functionality.
|
|
8185
8284
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8186
8285
|
*/
|
|
8187
8286
|
export default class ShellBar extends WebComponent {
|
|
@@ -9375,6 +9474,9 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
9375
9474
|
/**
|
|
9376
9475
|
* Describes the settings that can be provided to the ShellBar constructor.
|
|
9377
9476
|
*
|
|
9477
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9478
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9479
|
+
* functionality.
|
|
9378
9480
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9379
9481
|
*/
|
|
9380
9482
|
export interface $ShellBarSettings extends $WebComponentSettings {
|
|
@@ -9662,11 +9764,15 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
9662
9764
|
|
|
9663
9765
|
/**
|
|
9664
9766
|
* @since 1.92.0
|
|
9767
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9768
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9769
|
+
* functionality.
|
|
9665
9770
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9666
9771
|
*/
|
|
9667
9772
|
export default class ShellBarItem
|
|
9668
9773
|
extends WebComponent
|
|
9669
|
-
implements IShellBarItem
|
|
9774
|
+
implements IShellBarItem
|
|
9775
|
+
{
|
|
9670
9776
|
__implements__sap_ui_webc_fiori_IShellBarItem: boolean;
|
|
9671
9777
|
/**
|
|
9672
9778
|
* Constructor for a new `ShellBarItem`.
|
|
@@ -9906,6 +10012,9 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
9906
10012
|
/**
|
|
9907
10013
|
* Describes the settings that can be provided to the ShellBarItem constructor.
|
|
9908
10014
|
*
|
|
10015
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10016
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10017
|
+
* functionality.
|
|
9909
10018
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9910
10019
|
*/
|
|
9911
10020
|
export interface $ShellBarItemSettings extends $WebComponentSettings {
|
|
@@ -9994,6 +10103,9 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9994
10103
|
* Keyboard Handling:
|
|
9995
10104
|
*
|
|
9996
10105
|
* @since 1.92.0
|
|
10106
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10107
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10108
|
+
* functionality.
|
|
9997
10109
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9998
10110
|
*/
|
|
9999
10111
|
export default class SideNavigation extends WebComponent {
|
|
@@ -10418,6 +10530,9 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
10418
10530
|
/**
|
|
10419
10531
|
* Describes the settings that can be provided to the SideNavigation constructor.
|
|
10420
10532
|
*
|
|
10533
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10534
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10535
|
+
* functionality.
|
|
10421
10536
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10422
10537
|
*/
|
|
10423
10538
|
export interface $SideNavigationSettings extends $WebComponentSettings {
|
|
@@ -10512,11 +10627,15 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
10512
10627
|
* the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
|
|
10513
10628
|
*
|
|
10514
10629
|
* @since 1.92.0
|
|
10630
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10631
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10632
|
+
* functionality.
|
|
10515
10633
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10516
10634
|
*/
|
|
10517
10635
|
export default class SideNavigationItem
|
|
10518
10636
|
extends WebComponent
|
|
10519
|
-
implements ISideNavigationItem
|
|
10637
|
+
implements ISideNavigationItem
|
|
10638
|
+
{
|
|
10520
10639
|
__implements__sap_ui_webc_fiori_ISideNavigationItem: boolean;
|
|
10521
10640
|
/**
|
|
10522
10641
|
* Constructor for a new `SideNavigationItem`.
|
|
@@ -10902,6 +11021,9 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
10902
11021
|
/**
|
|
10903
11022
|
* Describes the settings that can be provided to the SideNavigationItem constructor.
|
|
10904
11023
|
*
|
|
11024
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11025
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11026
|
+
* functionality.
|
|
10905
11027
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10906
11028
|
*/
|
|
10907
11029
|
export interface $SideNavigationItemSettings extends $WebComponentSettings {
|
|
@@ -10988,11 +11110,15 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
10988
11110
|
* only.
|
|
10989
11111
|
*
|
|
10990
11112
|
* @since 1.92.0
|
|
11113
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11114
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11115
|
+
* functionality.
|
|
10991
11116
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10992
11117
|
*/
|
|
10993
11118
|
export default class SideNavigationSubItem
|
|
10994
11119
|
extends WebComponent
|
|
10995
|
-
implements ISideNavigationSubItem
|
|
11120
|
+
implements ISideNavigationSubItem
|
|
11121
|
+
{
|
|
10996
11122
|
__implements__sap_ui_webc_fiori_ISideNavigationSubItem: boolean;
|
|
10997
11123
|
/**
|
|
10998
11124
|
* Constructor for a new `SideNavigationSubItem`.
|
|
@@ -11237,6 +11363,9 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
11237
11363
|
/**
|
|
11238
11364
|
* Describes the settings that can be provided to the SideNavigationSubItem constructor.
|
|
11239
11365
|
*
|
|
11366
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11367
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11368
|
+
* functionality.
|
|
11240
11369
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11241
11370
|
*/
|
|
11242
11371
|
export interface $SideNavigationSubItemSettings
|
|
@@ -11299,6 +11428,9 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
11299
11428
|
* Usage:
|
|
11300
11429
|
*
|
|
11301
11430
|
* @since 1.97.0
|
|
11431
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11432
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11433
|
+
* functionality.
|
|
11302
11434
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
11303
11435
|
*/
|
|
11304
11436
|
export default class SortItem extends WebComponent implements ISortItem {
|
|
@@ -11427,6 +11559,9 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
11427
11559
|
/**
|
|
11428
11560
|
* Describes the settings that can be provided to the SortItem constructor.
|
|
11429
11561
|
*
|
|
11562
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11563
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11564
|
+
* functionality.
|
|
11430
11565
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
11431
11566
|
*/
|
|
11432
11567
|
export interface $SortItemSettings extends $WebComponentSettings {
|
|
@@ -11470,6 +11605,9 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
11470
11605
|
* integrated within SAP Jam.
|
|
11471
11606
|
*
|
|
11472
11607
|
* @since 1.92.0
|
|
11608
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11609
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11610
|
+
* functionality.
|
|
11473
11611
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11474
11612
|
*/
|
|
11475
11613
|
export default class Timeline extends WebComponent {
|
|
@@ -11732,6 +11870,9 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
11732
11870
|
/**
|
|
11733
11871
|
* Describes the settings that can be provided to the Timeline constructor.
|
|
11734
11872
|
*
|
|
11873
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11874
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11875
|
+
* functionality.
|
|
11735
11876
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11736
11877
|
*/
|
|
11737
11878
|
export interface $TimelineSettings extends $WebComponentSettings {
|
|
@@ -11800,11 +11941,15 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
11800
11941
|
* An entry posted on the timeline.
|
|
11801
11942
|
*
|
|
11802
11943
|
* @since 1.92.0
|
|
11944
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11945
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11946
|
+
* functionality.
|
|
11803
11947
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11804
11948
|
*/
|
|
11805
11949
|
export default class TimelineItem
|
|
11806
11950
|
extends WebComponent
|
|
11807
|
-
implements ITimelineItem
|
|
11951
|
+
implements ITimelineItem
|
|
11952
|
+
{
|
|
11808
11953
|
__implements__sap_ui_webc_fiori_ITimelineItem: boolean;
|
|
11809
11954
|
/**
|
|
11810
11955
|
* Constructor for a new `TimelineItem`.
|
|
@@ -12186,6 +12331,9 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
12186
12331
|
/**
|
|
12187
12332
|
* Describes the settings that can be provided to the TimelineItem constructor.
|
|
12188
12333
|
*
|
|
12334
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
12335
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12336
|
+
* functionality.
|
|
12189
12337
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12190
12338
|
*/
|
|
12191
12339
|
export interface $TimelineItemSettings extends $WebComponentSettings {
|
|
@@ -12274,6 +12422,9 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
12274
12422
|
* of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
|
|
12275
12423
|
*
|
|
12276
12424
|
* @since 1.92.0
|
|
12425
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
12426
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12427
|
+
* functionality.
|
|
12277
12428
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12278
12429
|
*/
|
|
12279
12430
|
export default class UploadCollection extends WebComponent {
|
|
@@ -12961,6 +13112,9 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
12961
13112
|
/**
|
|
12962
13113
|
* Describes the settings that can be provided to the UploadCollection constructor.
|
|
12963
13114
|
*
|
|
13115
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13116
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13117
|
+
* functionality.
|
|
12964
13118
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12965
13119
|
*/
|
|
12966
13120
|
export interface $UploadCollectionSettings extends $WebComponentSettings {
|
|
@@ -13130,11 +13284,15 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
13130
13284
|
* Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
|
|
13131
13285
|
*
|
|
13132
13286
|
* @since 1.92.0
|
|
13287
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13288
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13289
|
+
* functionality.
|
|
13133
13290
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13134
13291
|
*/
|
|
13135
13292
|
export default class UploadCollectionItem
|
|
13136
13293
|
extends WebComponent
|
|
13137
|
-
implements IUploadCollectionItem
|
|
13294
|
+
implements IUploadCollectionItem
|
|
13295
|
+
{
|
|
13138
13296
|
__implements__sap_ui_webc_fiori_IUploadCollectionItem: boolean;
|
|
13139
13297
|
/**
|
|
13140
13298
|
* Constructor for a new `UploadCollectionItem`.
|
|
@@ -14165,6 +14323,9 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
14165
14323
|
/**
|
|
14166
14324
|
* Describes the settings that can be provided to the UploadCollectionItem constructor.
|
|
14167
14325
|
*
|
|
14326
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14327
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14328
|
+
* functionality.
|
|
14168
14329
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14169
14330
|
*/
|
|
14170
14331
|
export interface $UploadCollectionItemSettings extends $WebComponentSettings {
|
|
@@ -14414,6 +14575,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
14414
14575
|
* Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
|
|
14415
14576
|
*
|
|
14416
14577
|
* @since 1.95.0
|
|
14578
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14579
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14580
|
+
* functionality.
|
|
14417
14581
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
14418
14582
|
*/
|
|
14419
14583
|
export default class ViewSettingsDialog extends WebComponent {
|
|
@@ -14931,6 +15095,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
14931
15095
|
/**
|
|
14932
15096
|
* Describes the settings that can be provided to the ViewSettingsDialog constructor.
|
|
14933
15097
|
*
|
|
15098
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15099
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15100
|
+
* functionality.
|
|
14934
15101
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
14935
15102
|
*/
|
|
14936
15103
|
export interface $ViewSettingsDialogSettings extends $WebComponentSettings {
|
|
@@ -15152,6 +15319,9 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
15152
15319
|
* a dialog.
|
|
15153
15320
|
*
|
|
15154
15321
|
* @since 1.92.0
|
|
15322
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15323
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15324
|
+
* functionality.
|
|
15155
15325
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15156
15326
|
*/
|
|
15157
15327
|
export default class Wizard extends WebComponent {
|
|
@@ -15434,6 +15604,9 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
15434
15604
|
/**
|
|
15435
15605
|
* Describes the settings that can be provided to the Wizard constructor.
|
|
15436
15606
|
*
|
|
15607
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15608
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15609
|
+
* functionality.
|
|
15437
15610
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15438
15611
|
*/
|
|
15439
15612
|
export interface $WizardSettings extends $WebComponentSettings {
|
|
@@ -15530,6 +15703,9 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
15530
15703
|
* component and should not be used standalone.
|
|
15531
15704
|
*
|
|
15532
15705
|
* @since 1.92.0
|
|
15706
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15707
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15708
|
+
* functionality.
|
|
15533
15709
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15534
15710
|
*/
|
|
15535
15711
|
export default class WizardStep extends WebComponent implements IWizardStep {
|
|
@@ -15907,6 +16083,9 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
15907
16083
|
/**
|
|
15908
16084
|
* Describes the settings that can be provided to the WizardStep constructor.
|
|
15909
16085
|
*
|
|
16086
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
16087
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
16088
|
+
* functionality.
|
|
15910
16089
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15911
16090
|
*/
|
|
15912
16091
|
export interface $WizardStepSettings extends $WebComponentSettings {
|