@sapui5/ts-types-esm 1.143.1 → 1.144.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +7 -7
- package/types/sap.apf.d.ts +3 -1
- package/types/sap.ca.ui.d.ts +8 -1
- package/types/sap.chart.d.ts +4 -4
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +846 -285
- package/types/sap.f.d.ts +4 -4
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +33 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3591 -3495
- package/types/sap.fe.navigation.d.ts +7 -7
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +18 -12
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +282 -10
- package/types/sap.insights.d.ts +1 -47
- package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +49 -21
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +732 -6
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
- package/types/sap.ui.comp.d.ts +3 -3
- package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
- package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +4 -4
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
- package/types/sap.ui.richtexteditor.d.ts +3 -3
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -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 +126 -4
- package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +139 -4
- package/types/sap.ui.vtm.d.ts +100 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +15 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/common/library" {}
|
|
4
4
|
|
|
@@ -114,6 +114,8 @@ declare module "sap/ui/webc/common/WebComponent" {
|
|
|
114
114
|
/**
|
|
115
115
|
* The structure of the "metadata" object which is passed when inheriting from sap.ui.core.Element using
|
|
116
116
|
* its static "extend" method. See {@link sap.ui.core.Element.extend} for details on its usage.
|
|
117
|
+
*
|
|
118
|
+
* @deprecated As of version 1.118.0. because it is part of the deprecated package sap.ui.webc.common.WebComponent
|
|
117
119
|
*/
|
|
118
120
|
export type MetadataOptions = MetadataOptions1;
|
|
119
121
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/fiori/library" {
|
|
4
4
|
/**
|
|
@@ -8,6 +8,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
8
8
|
* 'BarDesign'.
|
|
9
9
|
*
|
|
10
10
|
* @since 1.92.0
|
|
11
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
11
12
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
12
13
|
*/
|
|
13
14
|
export enum BarDesign {
|
|
@@ -35,6 +36,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
35
36
|
* 'FCLLayout'.
|
|
36
37
|
*
|
|
37
38
|
* @since 1.92.0
|
|
39
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
38
40
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
39
41
|
*/
|
|
40
42
|
export enum FCLLayout {
|
|
@@ -109,6 +111,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
109
111
|
* Interface for components that may be slotted inside `ui5-page` as header and footer.
|
|
110
112
|
*
|
|
111
113
|
* @since 1.99.0
|
|
114
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
112
115
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
113
116
|
*/
|
|
114
117
|
export interface IBar {
|
|
@@ -119,6 +122,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
119
122
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
|
|
120
123
|
*
|
|
121
124
|
* @since 1.97.0
|
|
125
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
122
126
|
* @experimental As of version 1.97.0. This API is experimental and might change significantly.
|
|
123
127
|
*/
|
|
124
128
|
export interface IFilterItem {
|
|
@@ -129,6 +133,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
129
133
|
* Interface for components that may be slotted inside `ui5-filter-item` as values
|
|
130
134
|
*
|
|
131
135
|
* @since 1.97.0
|
|
136
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
132
137
|
* @experimental As of version 1.97.0. This API is experimental and might change significantly.
|
|
133
138
|
*/
|
|
134
139
|
export interface IFilterItemOption {
|
|
@@ -142,6 +147,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
142
147
|
* 'IllustrationMessageSize'.
|
|
143
148
|
*
|
|
144
149
|
* @since 1.106.0
|
|
150
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
145
151
|
* @experimental As of version 1.106.0. This API is experimental and might change significantly.
|
|
146
152
|
*/
|
|
147
153
|
export enum IllustrationMessageSize {
|
|
@@ -180,6 +186,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
180
186
|
* 'IllustrationMessageType'.
|
|
181
187
|
*
|
|
182
188
|
* @since 1.95.0
|
|
189
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
183
190
|
* @experimental As of version 1.95.0. This API is experimental and might change significantly.
|
|
184
191
|
*/
|
|
185
192
|
export enum IllustrationMessageType {
|
|
@@ -560,6 +567,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
560
567
|
* Interface for components that can be slotted inside `ui5-media-gallery` as items.
|
|
561
568
|
*
|
|
562
569
|
* @since 1.99.0
|
|
570
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
563
571
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
564
572
|
*/
|
|
565
573
|
export interface IMediaGalleryItem {
|
|
@@ -570,6 +578,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
570
578
|
* Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
|
|
571
579
|
*
|
|
572
580
|
* @since 1.92.0
|
|
581
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
573
582
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
574
583
|
*/
|
|
575
584
|
export interface INotificationAction {
|
|
@@ -580,6 +589,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
580
589
|
* Interface for components that may be slotted inside a notification list
|
|
581
590
|
*
|
|
582
591
|
* @since 1.92.0
|
|
592
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
583
593
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
584
594
|
*/
|
|
585
595
|
export interface INotificationListItem {
|
|
@@ -590,6 +600,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
590
600
|
* Interface for components that may be slotted inside `ui5-product-switch` as items
|
|
591
601
|
*
|
|
592
602
|
* @since 1.92.0
|
|
603
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
593
604
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
594
605
|
*/
|
|
595
606
|
export interface IProductSwitchItem {
|
|
@@ -600,6 +611,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
600
611
|
* Interface for components that may be slotted inside `ui5-shellbar` as items
|
|
601
612
|
*
|
|
602
613
|
* @since 1.92.0
|
|
614
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
603
615
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
604
616
|
*/
|
|
605
617
|
export interface IShellBarItem {
|
|
@@ -610,6 +622,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
610
622
|
* Interface for components that may be slotted inside `ui5-side-navigation` as items
|
|
611
623
|
*
|
|
612
624
|
* @since 1.92.0
|
|
625
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
613
626
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
614
627
|
*/
|
|
615
628
|
export interface ISideNavigationItem {
|
|
@@ -620,6 +633,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
620
633
|
* Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
|
|
621
634
|
*
|
|
622
635
|
* @since 1.92.0
|
|
636
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
623
637
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
624
638
|
*/
|
|
625
639
|
export interface ISideNavigationSubItem {
|
|
@@ -630,6 +644,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
630
644
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
|
|
631
645
|
*
|
|
632
646
|
* @since 1.97.0
|
|
647
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
633
648
|
* @experimental As of version 1.97.0. This API is experimental and might change significantly.
|
|
634
649
|
*/
|
|
635
650
|
export interface ISortItem {
|
|
@@ -640,6 +655,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
640
655
|
* Interface for components that may be slotted inside `ui5-timeline` as items
|
|
641
656
|
*
|
|
642
657
|
* @since 1.92.0
|
|
658
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
643
659
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
644
660
|
*/
|
|
645
661
|
export interface ITimelineItem {
|
|
@@ -650,6 +666,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
650
666
|
* Interface for components that may be slotted inside `ui5-upload-collection` as items
|
|
651
667
|
*
|
|
652
668
|
* @since 1.92.0
|
|
669
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
653
670
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
654
671
|
*/
|
|
655
672
|
export interface IUploadCollectionItem {
|
|
@@ -660,6 +677,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
660
677
|
* Interface for components that may be slotted inside `ui5-wizard` as wizard steps
|
|
661
678
|
*
|
|
662
679
|
* @since 1.92.0
|
|
680
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
663
681
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
664
682
|
*/
|
|
665
683
|
export interface IWizardStep {
|
|
@@ -673,6 +691,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
673
691
|
* 'MediaGalleryItemLayout'.
|
|
674
692
|
*
|
|
675
693
|
* @since 1.99.0
|
|
694
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
676
695
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
677
696
|
*/
|
|
678
697
|
export enum MediaGalleryItemLayout {
|
|
@@ -696,6 +715,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
696
715
|
* 'MediaGalleryLayout'.
|
|
697
716
|
*
|
|
698
717
|
* @since 1.99.0
|
|
718
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
699
719
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
700
720
|
*/
|
|
701
721
|
export enum MediaGalleryLayout {
|
|
@@ -719,6 +739,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
719
739
|
* 'MediaGalleryMenuHorizontalAlign'.
|
|
720
740
|
*
|
|
721
741
|
* @since 1.99.0
|
|
742
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
722
743
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
723
744
|
*/
|
|
724
745
|
export enum MediaGalleryMenuHorizontalAlign {
|
|
@@ -738,6 +759,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
738
759
|
* 'MediaGalleryMenuVerticalAlign'.
|
|
739
760
|
*
|
|
740
761
|
* @since 1.99.0
|
|
762
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
741
763
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
742
764
|
*/
|
|
743
765
|
export enum MediaGalleryMenuVerticalAlign {
|
|
@@ -757,6 +779,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
757
779
|
* 'PageBackgroundDesign'.
|
|
758
780
|
*
|
|
759
781
|
* @since 1.92.0
|
|
782
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
760
783
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
761
784
|
*/
|
|
762
785
|
export enum PageBackgroundDesign {
|
|
@@ -780,6 +803,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
780
803
|
* 'SideContentFallDown'.
|
|
781
804
|
*
|
|
782
805
|
* @since 1.99.0
|
|
806
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
783
807
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
784
808
|
*/
|
|
785
809
|
export enum SideContentFallDown {
|
|
@@ -807,6 +831,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
807
831
|
* 'SideContentPosition'.
|
|
808
832
|
*
|
|
809
833
|
* @since 1.99.0
|
|
834
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
810
835
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
811
836
|
*/
|
|
812
837
|
export enum SideContentPosition {
|
|
@@ -828,6 +853,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
828
853
|
* 'SideContentVisibility'.
|
|
829
854
|
*
|
|
830
855
|
* @since 1.99.0
|
|
856
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
831
857
|
* @experimental As of version 1.99.0. This API is experimental and might change significantly.
|
|
832
858
|
*/
|
|
833
859
|
export enum SideContentVisibility {
|
|
@@ -859,6 +885,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
859
885
|
* 'TimelineLayout'.
|
|
860
886
|
*
|
|
861
887
|
* @since 1.92.0
|
|
888
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
862
889
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
863
890
|
*/
|
|
864
891
|
export enum TimelineLayout {
|
|
@@ -878,6 +905,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
878
905
|
* 'UploadState'.
|
|
879
906
|
*
|
|
880
907
|
* @since 1.92.0
|
|
908
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
881
909
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
882
910
|
*/
|
|
883
911
|
export enum UploadState {
|
|
@@ -905,6 +933,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
905
933
|
* 'ViewSettingsDialogMode'.
|
|
906
934
|
*
|
|
907
935
|
* @since 1.115.0
|
|
936
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
908
937
|
* @experimental As of version 1.115.0. This API is experimental and might change significantly.
|
|
909
938
|
*/
|
|
910
939
|
export enum ViewSettingsDialogMode {
|
|
@@ -924,6 +953,7 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
924
953
|
* 'WizardContentLayout'.
|
|
925
954
|
*
|
|
926
955
|
* @since 1.92.0
|
|
956
|
+
* @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
|
|
927
957
|
* @experimental As of version 1.92.0. This API is experimental and might change significantly.
|
|
928
958
|
*/
|
|
929
959
|
export enum WizardContentLayout {
|