@sapui5/types 1.120.40 → 1.120.41

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.
Files changed (52) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.f.d.ts +1 -1
  4. package/types/sap.fe.core.d.ts +1 -1
  5. package/types/sap.fe.macros.d.ts +1 -1
  6. package/types/sap.fe.navigation.d.ts +1 -1
  7. package/types/sap.fe.placeholder.d.ts +1 -1
  8. package/types/sap.fe.templates.d.ts +1 -1
  9. package/types/sap.fe.test.d.ts +1 -1
  10. package/types/sap.fe.tools.d.ts +1 -1
  11. package/types/sap.gantt.d.ts +1 -1
  12. package/types/sap.insights.d.ts +1 -1
  13. package/types/sap.m.d.ts +21 -1
  14. package/types/sap.makit.d.ts +1 -1
  15. package/types/sap.me.d.ts +1 -1
  16. package/types/sap.ndc.d.ts +1 -1
  17. package/types/sap.ovp.d.ts +1 -1
  18. package/types/sap.sac.df.d.ts +1 -1
  19. package/types/sap.suite.ui.commons.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +3 -1
  25. package/types/sap.ui.comp.d.ts +1 -1
  26. package/types/sap.ui.core.d.ts +1 -1
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.integration.d.ts +1 -1
  31. package/types/sap.ui.layout.d.ts +1 -1
  32. package/types/sap.ui.mdc.d.ts +1 -1
  33. package/types/sap.ui.richtexteditor.d.ts +7 -6
  34. package/types/sap.ui.rta.d.ts +1 -1
  35. package/types/sap.ui.suite.d.ts +3 -1
  36. package/types/sap.ui.support.d.ts +1 -1
  37. package/types/sap.ui.table.d.ts +1 -1
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1 -1
  40. package/types/sap.ui.ux3.d.ts +1 -1
  41. package/types/sap.ui.vk.d.ts +153 -1
  42. package/types/sap.ui.webc.common.d.ts +3 -1
  43. package/types/sap.ui.webc.fiori.d.ts +31 -1
  44. package/types/sap.ui.webc.main.d.ts +70 -1
  45. package/types/sap.uiext.inbox.d.ts +1 -1
  46. package/types/sap.ushell.d.ts +3 -1
  47. package/types/sap.ushell_abap.d.ts +1 -1
  48. package/types/sap.uxap.d.ts +1 -1
  49. package/types/sap.viz.d.ts +1 -1
  50. package/types/sap.zen.commons.d.ts +1 -1
  51. package/types/sap.zen.crosstab.d.ts +1 -1
  52. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,10 +1,11 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.40
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
5
5
  * Different types of Bar design
6
6
  *
7
7
  * @since 1.92.0
8
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
8
9
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
9
10
  */
10
11
  export enum BarDesign {
@@ -29,6 +30,7 @@ declare module "sap/ui/webc/fiori/library" {
29
30
  * Different types of FCLLayout.
30
31
  *
31
32
  * @since 1.92.0
33
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
32
34
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
33
35
  */
34
36
  export enum FCLLayout {
@@ -103,6 +105,7 @@ declare module "sap/ui/webc/fiori/library" {
103
105
  * Interface for components that may be slotted inside `ui5-page` as header and footer.
104
106
  *
105
107
  * @since 1.99.0
108
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
106
109
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
107
110
  */
108
111
  export interface IBar {
@@ -113,6 +116,7 @@ declare module "sap/ui/webc/fiori/library" {
113
116
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
114
117
  *
115
118
  * @since 1.97.0
119
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
116
120
  * @experimental (since 1.97.0) - This API is experimental and might change significantly.
117
121
  */
118
122
  export interface IFilterItem {
@@ -123,6 +127,7 @@ declare module "sap/ui/webc/fiori/library" {
123
127
  * Interface for components that may be slotted inside `ui5-filter-item` as values
124
128
  *
125
129
  * @since 1.97.0
130
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
126
131
  * @experimental (since 1.97.0) - This API is experimental and might change significantly.
127
132
  */
128
133
  export interface IFilterItemOption {
@@ -133,6 +138,7 @@ declare module "sap/ui/webc/fiori/library" {
133
138
  * Different types of IllustrationMessageSize.
134
139
  *
135
140
  * @since 1.106.0
141
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
136
142
  * @experimental (since 1.106.0) - This API is experimental and might change significantly.
137
143
  */
138
144
  export enum IllustrationMessageSize {
@@ -168,6 +174,7 @@ declare module "sap/ui/webc/fiori/library" {
168
174
  * Different illustration types of Illustrated Message.
169
175
  *
170
176
  * @since 1.95.0
177
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
171
178
  * @experimental (since 1.95.0) - This API is experimental and might change significantly.
172
179
  */
173
180
  export enum IllustrationMessageType {
@@ -548,6 +555,7 @@ declare module "sap/ui/webc/fiori/library" {
548
555
  * Interface for components that can be slotted inside `ui5-media-gallery` as items.
549
556
  *
550
557
  * @since 1.99.0
558
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
551
559
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
552
560
  */
553
561
  export interface IMediaGalleryItem {
@@ -558,6 +566,7 @@ declare module "sap/ui/webc/fiori/library" {
558
566
  * Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
559
567
  *
560
568
  * @since 1.92.0
569
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
561
570
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
562
571
  */
563
572
  export interface INotificationAction {
@@ -568,6 +577,7 @@ declare module "sap/ui/webc/fiori/library" {
568
577
  * Interface for components that may be slotted inside a notification list
569
578
  *
570
579
  * @since 1.92.0
580
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
571
581
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
572
582
  */
573
583
  export interface INotificationListItem {
@@ -578,6 +588,7 @@ declare module "sap/ui/webc/fiori/library" {
578
588
  * Interface for components that may be slotted inside `ui5-product-switch` as items
579
589
  *
580
590
  * @since 1.92.0
591
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
581
592
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
582
593
  */
583
594
  export interface IProductSwitchItem {
@@ -588,6 +599,7 @@ declare module "sap/ui/webc/fiori/library" {
588
599
  * Interface for components that may be slotted inside `ui5-shellbar` as items
589
600
  *
590
601
  * @since 1.92.0
602
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
591
603
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
592
604
  */
593
605
  export interface IShellBarItem {
@@ -598,6 +610,7 @@ declare module "sap/ui/webc/fiori/library" {
598
610
  * Interface for components that may be slotted inside `ui5-side-navigation` as items
599
611
  *
600
612
  * @since 1.92.0
613
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
601
614
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
602
615
  */
603
616
  export interface ISideNavigationItem {
@@ -608,6 +621,7 @@ declare module "sap/ui/webc/fiori/library" {
608
621
  * Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
609
622
  *
610
623
  * @since 1.92.0
624
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
611
625
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
612
626
  */
613
627
  export interface ISideNavigationSubItem {
@@ -618,6 +632,7 @@ declare module "sap/ui/webc/fiori/library" {
618
632
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
619
633
  *
620
634
  * @since 1.97.0
635
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
621
636
  * @experimental (since 1.97.0) - This API is experimental and might change significantly.
622
637
  */
623
638
  export interface ISortItem {
@@ -628,6 +643,7 @@ declare module "sap/ui/webc/fiori/library" {
628
643
  * Interface for components that may be slotted inside `ui5-timeline` as items
629
644
  *
630
645
  * @since 1.92.0
646
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
631
647
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
632
648
  */
633
649
  export interface ITimelineItem {
@@ -638,6 +654,7 @@ declare module "sap/ui/webc/fiori/library" {
638
654
  * Interface for components that may be slotted inside `ui5-upload-collection` as items
639
655
  *
640
656
  * @since 1.92.0
657
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
641
658
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
642
659
  */
643
660
  export interface IUploadCollectionItem {
@@ -648,6 +665,7 @@ declare module "sap/ui/webc/fiori/library" {
648
665
  * Interface for components that may be slotted inside `ui5-wizard` as wizard steps
649
666
  *
650
667
  * @since 1.92.0
668
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
651
669
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
652
670
  */
653
671
  export interface IWizardStep {
@@ -658,6 +676,7 @@ declare module "sap/ui/webc/fiori/library" {
658
676
  * Defines the layout of the content displayed in the `ui5-media-gallery-item`.
659
677
  *
660
678
  * @since 1.99.0
679
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
661
680
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
662
681
  */
663
682
  export enum MediaGalleryItemLayout {
@@ -678,6 +697,7 @@ declare module "sap/ui/webc/fiori/library" {
678
697
  * Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
679
698
  *
680
699
  * @since 1.99.0
700
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
681
701
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
682
702
  */
683
703
  export enum MediaGalleryLayout {
@@ -698,6 +718,7 @@ declare module "sap/ui/webc/fiori/library" {
698
718
  * Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
699
719
  *
700
720
  * @since 1.99.0
721
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
701
722
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
702
723
  */
703
724
  export enum MediaGalleryMenuHorizontalAlign {
@@ -714,6 +735,7 @@ declare module "sap/ui/webc/fiori/library" {
714
735
  * Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
715
736
  *
716
737
  * @since 1.99.0
738
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
717
739
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
718
740
  */
719
741
  export enum MediaGalleryMenuVerticalAlign {
@@ -730,6 +752,7 @@ declare module "sap/ui/webc/fiori/library" {
730
752
  * Available Page Background Design.
731
753
  *
732
754
  * @since 1.92.0
755
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
733
756
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
734
757
  */
735
758
  export enum PageBackgroundDesign {
@@ -750,6 +773,7 @@ declare module "sap/ui/webc/fiori/library" {
750
773
  * SideContent FallDown options.
751
774
  *
752
775
  * @since 1.99.0
776
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
753
777
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
754
778
  */
755
779
  export enum SideContentFallDown {
@@ -774,6 +798,7 @@ declare module "sap/ui/webc/fiori/library" {
774
798
  * Side Content position options.
775
799
  *
776
800
  * @since 1.99.0
801
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
777
802
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
778
803
  */
779
804
  export enum SideContentPosition {
@@ -792,6 +817,7 @@ declare module "sap/ui/webc/fiori/library" {
792
817
  * Side Content visibility options.
793
818
  *
794
819
  * @since 1.99.0
820
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
795
821
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
796
822
  */
797
823
  export enum SideContentVisibility {
@@ -820,6 +846,7 @@ declare module "sap/ui/webc/fiori/library" {
820
846
  * Available Timeline layout orientation
821
847
  *
822
848
  * @since 1.92.0
849
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
823
850
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
824
851
  */
825
852
  export enum TimelineLayout {
@@ -836,6 +863,7 @@ declare module "sap/ui/webc/fiori/library" {
836
863
  * Different types of UploadState.
837
864
  *
838
865
  * @since 1.92.0
866
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
839
867
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
840
868
  */
841
869
  export enum UploadState {
@@ -860,6 +888,7 @@ declare module "sap/ui/webc/fiori/library" {
860
888
  * Different types of Bar.
861
889
  *
862
890
  * @since 1.115.0
891
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
863
892
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
864
893
  */
865
894
  export enum ViewSettingsDialogMode {
@@ -876,6 +905,7 @@ declare module "sap/ui/webc/fiori/library" {
876
905
  * Enumeration for different content layouts of the `ui5-wizard`.
877
906
  *
878
907
  * @since 1.92.0
908
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
879
909
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
880
910
  */
881
911
  export enum WizardContentLayout {