@openui5/types 1.124.0 → 1.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +307 -92
- 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 +133 -81
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +4 -39
- package/types/sap.ui.integration.d.ts +6 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +42 -7
- 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 +27 -16
- 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.
|
|
1
|
+
// For Library Version: 1.125.0
|
|
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,6 +2746,9 @@ 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
|
|
@@ -2853,6 +2880,9 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2853
2880
|
/**
|
|
2854
2881
|
* Describes the settings that can be provided to the FilterItemOption constructor.
|
|
2855
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.
|
|
2856
2886
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2857
2887
|
*/
|
|
2858
2888
|
export interface $FilterItemOptionSettings extends $WebComponentSettings {
|
|
@@ -2910,6 +2940,9 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2910
2940
|
* Keyboard Handling:
|
|
2911
2941
|
*
|
|
2912
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.
|
|
2913
2946
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2914
2947
|
*/
|
|
2915
2948
|
export default class FlexibleColumnLayout extends WebComponent {
|
|
@@ -3393,6 +3426,9 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3393
3426
|
/**
|
|
3394
3427
|
* Describes the settings that can be provided to the FlexibleColumnLayout constructor.
|
|
3395
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.
|
|
3396
3432
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3397
3433
|
*/
|
|
3398
3434
|
export interface $FlexibleColumnLayoutSettings extends $WebComponentSettings {
|
|
@@ -3580,6 +3616,9 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3580
3616
|
* a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
|
|
3581
3617
|
*
|
|
3582
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.
|
|
3583
3622
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3584
3623
|
*/
|
|
3585
3624
|
export default class IllustratedMessage extends WebComponent {
|
|
@@ -3961,6 +4000,9 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3961
4000
|
/**
|
|
3962
4001
|
* Describes the settings that can be provided to the IllustratedMessage constructor.
|
|
3963
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.
|
|
3964
4006
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3965
4007
|
*/
|
|
3966
4008
|
export interface $IllustratedMessageSettings extends $WebComponentSettings {
|
|
@@ -4078,6 +4120,9 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4078
4120
|
*
|
|
4079
4121
|
*
|
|
4080
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.
|
|
4081
4126
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4082
4127
|
*/
|
|
4083
4128
|
export default class MediaGallery extends WebComponent {
|
|
@@ -4658,6 +4703,9 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4658
4703
|
/**
|
|
4659
4704
|
* Describes the settings that can be provided to the MediaGallery constructor.
|
|
4660
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.
|
|
4661
4709
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4662
4710
|
*/
|
|
4663
4711
|
export interface $MediaGallerySettings extends $WebComponentSettings {
|
|
@@ -4829,6 +4877,9 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4829
4877
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
4830
4878
|
*
|
|
4831
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.
|
|
4832
4883
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4833
4884
|
*/
|
|
4834
4885
|
export default class MediaGalleryItem
|
|
@@ -5049,6 +5100,9 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
5049
5100
|
/**
|
|
5050
5101
|
* Describes the settings that can be provided to the MediaGalleryItem constructor.
|
|
5051
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.
|
|
5052
5106
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5053
5107
|
*/
|
|
5054
5108
|
export interface $MediaGalleryItemSettings extends $WebComponentSettings {
|
|
@@ -5108,6 +5162,9 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
5108
5162
|
* and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
|
|
5109
5163
|
*
|
|
5110
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.
|
|
5111
5168
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5112
5169
|
*/
|
|
5113
5170
|
export default class NotificationAction
|
|
@@ -5385,6 +5442,9 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
5385
5442
|
/**
|
|
5386
5443
|
* Describes the settings that can be provided to the NotificationAction constructor.
|
|
5387
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.
|
|
5388
5448
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5389
5449
|
*/
|
|
5390
5450
|
export interface $NotificationActionSettings extends $WebComponentSettings {
|
|
@@ -5484,6 +5544,9 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5484
5544
|
* - title-text - Used to style the titleText of the notification list group item
|
|
5485
5545
|
*
|
|
5486
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.
|
|
5487
5550
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5488
5551
|
*/
|
|
5489
5552
|
export default class NotificationListGroupItem
|
|
@@ -6139,6 +6202,9 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
6139
6202
|
/**
|
|
6140
6203
|
* Describes the settings that can be provided to the NotificationListGroupItem constructor.
|
|
6141
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.
|
|
6142
6208
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6143
6209
|
*/
|
|
6144
6210
|
export interface $NotificationListGroupItemSettings
|
|
@@ -6311,6 +6377,9 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6311
6377
|
* - title-text - Used to style the titleText of the notification list item
|
|
6312
6378
|
*
|
|
6313
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.
|
|
6314
6383
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6315
6384
|
*/
|
|
6316
6385
|
export default class NotificationListItem
|
|
@@ -6926,6 +6995,9 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6926
6995
|
/**
|
|
6927
6996
|
* Describes the settings that can be provided to the NotificationListItem constructor.
|
|
6928
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.
|
|
6929
7001
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6930
7002
|
*/
|
|
6931
7003
|
export interface $NotificationListItemSettings extends $WebComponentSettings {
|
|
@@ -7082,6 +7154,9 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
7082
7154
|
* - content - Used to style the content section of the component
|
|
7083
7155
|
*
|
|
7084
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.
|
|
7085
7160
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7086
7161
|
*/
|
|
7087
7162
|
export default class Page extends WebComponent {
|
|
@@ -7464,6 +7539,9 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
7464
7539
|
/**
|
|
7465
7540
|
* Describes the settings that can be provided to the Page constructor.
|
|
7466
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.
|
|
7467
7545
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7468
7546
|
*/
|
|
7469
7547
|
export interface $PageSettings extends $WebComponentSettings {
|
|
@@ -7555,6 +7633,9 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
7555
7633
|
*
|
|
7556
7634
|
*
|
|
7557
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.
|
|
7558
7639
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7559
7640
|
*/
|
|
7560
7641
|
export default class ProductSwitch extends WebComponent {
|
|
@@ -7701,6 +7782,9 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
7701
7782
|
/**
|
|
7702
7783
|
* Describes the settings that can be provided to the ProductSwitch constructor.
|
|
7703
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.
|
|
7704
7788
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7705
7789
|
*/
|
|
7706
7790
|
export interface $ProductSwitchSettings extends $WebComponentSettings {
|
|
@@ -7746,6 +7830,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7746
7830
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
7747
7831
|
*
|
|
7748
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.
|
|
7749
7836
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7750
7837
|
*/
|
|
7751
7838
|
export default class ProductSwitchItem
|
|
@@ -8072,6 +8159,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
8072
8159
|
/**
|
|
8073
8160
|
* Describes the settings that can be provided to the ProductSwitchItem constructor.
|
|
8074
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.
|
|
8075
8165
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8076
8166
|
*/
|
|
8077
8167
|
export interface $ProductSwitchItemSettings extends $WebComponentSettings {
|
|
@@ -8188,6 +8278,9 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8188
8278
|
* Keyboard Handling:
|
|
8189
8279
|
*
|
|
8190
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.
|
|
8191
8284
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8192
8285
|
*/
|
|
8193
8286
|
export default class ShellBar extends WebComponent {
|
|
@@ -9381,6 +9474,9 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
9381
9474
|
/**
|
|
9382
9475
|
* Describes the settings that can be provided to the ShellBar constructor.
|
|
9383
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.
|
|
9384
9480
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9385
9481
|
*/
|
|
9386
9482
|
export interface $ShellBarSettings extends $WebComponentSettings {
|
|
@@ -9668,6 +9764,9 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
9668
9764
|
|
|
9669
9765
|
/**
|
|
9670
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.
|
|
9671
9770
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9672
9771
|
*/
|
|
9673
9772
|
export default class ShellBarItem
|
|
@@ -9913,6 +10012,9 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
9913
10012
|
/**
|
|
9914
10013
|
* Describes the settings that can be provided to the ShellBarItem constructor.
|
|
9915
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.
|
|
9916
10018
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9917
10019
|
*/
|
|
9918
10020
|
export interface $ShellBarItemSettings extends $WebComponentSettings {
|
|
@@ -10001,6 +10103,9 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
10001
10103
|
* Keyboard Handling:
|
|
10002
10104
|
*
|
|
10003
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.
|
|
10004
10109
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10005
10110
|
*/
|
|
10006
10111
|
export default class SideNavigation extends WebComponent {
|
|
@@ -10425,6 +10530,9 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
10425
10530
|
/**
|
|
10426
10531
|
* Describes the settings that can be provided to the SideNavigation constructor.
|
|
10427
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.
|
|
10428
10536
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10429
10537
|
*/
|
|
10430
10538
|
export interface $SideNavigationSettings extends $WebComponentSettings {
|
|
@@ -10519,6 +10627,9 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
10519
10627
|
* the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
|
|
10520
10628
|
*
|
|
10521
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.
|
|
10522
10633
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10523
10634
|
*/
|
|
10524
10635
|
export default class SideNavigationItem
|
|
@@ -10910,6 +11021,9 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
10910
11021
|
/**
|
|
10911
11022
|
* Describes the settings that can be provided to the SideNavigationItem constructor.
|
|
10912
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.
|
|
10913
11027
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10914
11028
|
*/
|
|
10915
11029
|
export interface $SideNavigationItemSettings extends $WebComponentSettings {
|
|
@@ -10996,6 +11110,9 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
10996
11110
|
* only.
|
|
10997
11111
|
*
|
|
10998
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.
|
|
10999
11116
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11000
11117
|
*/
|
|
11001
11118
|
export default class SideNavigationSubItem
|
|
@@ -11246,6 +11363,9 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
11246
11363
|
/**
|
|
11247
11364
|
* Describes the settings that can be provided to the SideNavigationSubItem constructor.
|
|
11248
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.
|
|
11249
11369
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11250
11370
|
*/
|
|
11251
11371
|
export interface $SideNavigationSubItemSettings
|
|
@@ -11308,6 +11428,9 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
11308
11428
|
* Usage:
|
|
11309
11429
|
*
|
|
11310
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.
|
|
11311
11434
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
11312
11435
|
*/
|
|
11313
11436
|
export default class SortItem extends WebComponent implements ISortItem {
|
|
@@ -11436,6 +11559,9 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
11436
11559
|
/**
|
|
11437
11560
|
* Describes the settings that can be provided to the SortItem constructor.
|
|
11438
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.
|
|
11439
11565
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
11440
11566
|
*/
|
|
11441
11567
|
export interface $SortItemSettings extends $WebComponentSettings {
|
|
@@ -11479,6 +11605,9 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
11479
11605
|
* integrated within SAP Jam.
|
|
11480
11606
|
*
|
|
11481
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.
|
|
11482
11611
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11483
11612
|
*/
|
|
11484
11613
|
export default class Timeline extends WebComponent {
|
|
@@ -11741,6 +11870,9 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
11741
11870
|
/**
|
|
11742
11871
|
* Describes the settings that can be provided to the Timeline constructor.
|
|
11743
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.
|
|
11744
11876
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11745
11877
|
*/
|
|
11746
11878
|
export interface $TimelineSettings extends $WebComponentSettings {
|
|
@@ -11809,6 +11941,9 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
11809
11941
|
* An entry posted on the timeline.
|
|
11810
11942
|
*
|
|
11811
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.
|
|
11812
11947
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11813
11948
|
*/
|
|
11814
11949
|
export default class TimelineItem
|
|
@@ -12196,6 +12331,9 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
12196
12331
|
/**
|
|
12197
12332
|
* Describes the settings that can be provided to the TimelineItem constructor.
|
|
12198
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.
|
|
12199
12337
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12200
12338
|
*/
|
|
12201
12339
|
export interface $TimelineItemSettings extends $WebComponentSettings {
|
|
@@ -12284,6 +12422,9 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
12284
12422
|
* of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
|
|
12285
12423
|
*
|
|
12286
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.
|
|
12287
12428
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12288
12429
|
*/
|
|
12289
12430
|
export default class UploadCollection extends WebComponent {
|
|
@@ -12971,6 +13112,9 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
12971
13112
|
/**
|
|
12972
13113
|
* Describes the settings that can be provided to the UploadCollection constructor.
|
|
12973
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.
|
|
12974
13118
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12975
13119
|
*/
|
|
12976
13120
|
export interface $UploadCollectionSettings extends $WebComponentSettings {
|
|
@@ -13140,6 +13284,9 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
13140
13284
|
* Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
|
|
13141
13285
|
*
|
|
13142
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.
|
|
13143
13290
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13144
13291
|
*/
|
|
13145
13292
|
export default class UploadCollectionItem
|
|
@@ -14176,6 +14323,9 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
14176
14323
|
/**
|
|
14177
14324
|
* Describes the settings that can be provided to the UploadCollectionItem constructor.
|
|
14178
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.
|
|
14179
14329
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14180
14330
|
*/
|
|
14181
14331
|
export interface $UploadCollectionItemSettings extends $WebComponentSettings {
|
|
@@ -14425,6 +14575,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
14425
14575
|
* Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
|
|
14426
14576
|
*
|
|
14427
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.
|
|
14428
14581
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
14429
14582
|
*/
|
|
14430
14583
|
export default class ViewSettingsDialog extends WebComponent {
|
|
@@ -14942,6 +15095,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
14942
15095
|
/**
|
|
14943
15096
|
* Describes the settings that can be provided to the ViewSettingsDialog constructor.
|
|
14944
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.
|
|
14945
15101
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
14946
15102
|
*/
|
|
14947
15103
|
export interface $ViewSettingsDialogSettings extends $WebComponentSettings {
|
|
@@ -15163,6 +15319,9 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
15163
15319
|
* a dialog.
|
|
15164
15320
|
*
|
|
15165
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.
|
|
15166
15325
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15167
15326
|
*/
|
|
15168
15327
|
export default class Wizard extends WebComponent {
|
|
@@ -15445,6 +15604,9 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
15445
15604
|
/**
|
|
15446
15605
|
* Describes the settings that can be provided to the Wizard constructor.
|
|
15447
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.
|
|
15448
15610
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15449
15611
|
*/
|
|
15450
15612
|
export interface $WizardSettings extends $WebComponentSettings {
|
|
@@ -15541,6 +15703,9 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
15541
15703
|
* component and should not be used standalone.
|
|
15542
15704
|
*
|
|
15543
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.
|
|
15544
15709
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15545
15710
|
*/
|
|
15546
15711
|
export default class WizardStep extends WebComponent implements IWizardStep {
|
|
@@ -15918,6 +16083,9 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
15918
16083
|
/**
|
|
15919
16084
|
* Describes the settings that can be provided to the WizardStep constructor.
|
|
15920
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.
|
|
15921
16089
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15922
16090
|
*/
|
|
15923
16091
|
export interface $WizardStepSettings extends $WebComponentSettings {
|