@openui5/types 1.120.39 → 1.120.40
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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +21 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +3 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +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 +1 -1
- package/types/sap.ui.ux3.d.ts +1 -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.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* Copyright 2009-
|
|
3
|
+
* Copyright 2009-2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -83052,6 +83052,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83052
83052
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83053
83053
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83054
83054
|
*
|
|
83055
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83056
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83057
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83058
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83059
|
+
*
|
|
83055
83060
|
*
|
|
83056
83061
|
* @returns Value of property `source`
|
|
83057
83062
|
*/
|
|
@@ -83302,6 +83307,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83302
83307
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83303
83308
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83304
83309
|
*
|
|
83310
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83311
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83312
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83313
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83314
|
+
*
|
|
83305
83315
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
83306
83316
|
*
|
|
83307
83317
|
*
|
|
@@ -83370,6 +83380,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83370
83380
|
* Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
|
|
83371
83381
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83372
83382
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83383
|
+
*
|
|
83384
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83385
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83386
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83387
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83373
83388
|
*/
|
|
83374
83389
|
source?: URI | PropertyBindingInfo | `{${string}}`;
|
|
83375
83390
|
|
|
@@ -120303,6 +120318,11 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
120303
120318
|
* All appointments with changed selected state.
|
|
120304
120319
|
*/
|
|
120305
120320
|
appointments?: CalendarAppointment[];
|
|
120321
|
+
|
|
120322
|
+
/**
|
|
120323
|
+
* The original browser event.
|
|
120324
|
+
*/
|
|
120325
|
+
originalEvent?: object;
|
|
120306
120326
|
}
|
|
120307
120327
|
|
|
120308
120328
|
/**
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/commons/library" {
|
|
4
4
|
import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
|
|
@@ -2448,6 +2448,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
2448
2448
|
* The object contains the available parameters for BorderLayout's Area.
|
|
2449
2449
|
*
|
|
2450
2450
|
* @since 1.110
|
|
2451
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
2451
2452
|
*/
|
|
2452
2453
|
export type BorderLayoutAreaData = {
|
|
2453
2454
|
/**
|
|
@@ -8167,6 +8168,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8167
8168
|
/**
|
|
8168
8169
|
* The object representing the serialized focus information.
|
|
8169
8170
|
*
|
|
8171
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
8170
8172
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8171
8173
|
*/
|
|
8172
8174
|
export type FocusInfo = {
|
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/suite/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Defined color values for the Task Circle Control
|
|
6
|
+
*
|
|
7
|
+
* @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
|
|
6
8
|
*/
|
|
7
9
|
export enum TaskCircleColor {
|
|
8
10
|
/**
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
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 (since 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,10 +1,11 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
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 {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/main/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Different types of AvatarColorScheme.
|
|
6
6
|
*
|
|
7
7
|
* @since 1.92.0
|
|
8
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
8
9
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
9
10
|
*/
|
|
10
11
|
export enum AvatarColorScheme {
|
|
@@ -34,6 +35,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
34
35
|
* Different types of AvatarGroupType.
|
|
35
36
|
*
|
|
36
37
|
* @since 1.92.0
|
|
38
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
37
39
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
38
40
|
*/
|
|
39
41
|
export enum AvatarGroupType {
|
|
@@ -51,6 +53,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
51
53
|
* Different types of AvatarShape.
|
|
52
54
|
*
|
|
53
55
|
* @since 1.92.0
|
|
56
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
54
57
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
55
58
|
*/
|
|
56
59
|
export enum AvatarShape {
|
|
@@ -67,6 +70,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
67
70
|
* Different types of AvatarSize.
|
|
68
71
|
*
|
|
69
72
|
* @since 1.92.0
|
|
73
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
70
74
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
71
75
|
*/
|
|
72
76
|
export enum AvatarSize {
|
|
@@ -95,6 +99,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
95
99
|
* Defines background designs.
|
|
96
100
|
*
|
|
97
101
|
* @since 1.115.0
|
|
102
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
98
103
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
99
104
|
*/
|
|
100
105
|
export enum BackgroundDesign {
|
|
@@ -115,6 +120,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
115
120
|
* Defines border designs.
|
|
116
121
|
*
|
|
117
122
|
* @since 1.115.0
|
|
123
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
118
124
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
119
125
|
*/
|
|
120
126
|
export enum BorderDesign {
|
|
@@ -131,6 +137,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
131
137
|
* Different Breadcrumbs designs.
|
|
132
138
|
*
|
|
133
139
|
* @since 1.95.0
|
|
140
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
134
141
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
135
142
|
*/
|
|
136
143
|
export enum BreadcrumbsDesign {
|
|
@@ -148,6 +155,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
148
155
|
* Different Breadcrumbs separator styles.
|
|
149
156
|
*
|
|
150
157
|
* @since 1.95.0
|
|
158
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
151
159
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
152
160
|
*/
|
|
153
161
|
export enum BreadcrumbsSeparatorStyle {
|
|
@@ -180,6 +188,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
180
188
|
* Different BusyIndicator sizes.
|
|
181
189
|
*
|
|
182
190
|
* @since 1.92.0
|
|
191
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
183
192
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
184
193
|
*/
|
|
185
194
|
export enum BusyIndicatorSize {
|
|
@@ -200,6 +209,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
200
209
|
* Different Button designs.
|
|
201
210
|
*
|
|
202
211
|
* @since 1.92.0
|
|
212
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
203
213
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
204
214
|
*/
|
|
205
215
|
export enum ButtonDesign {
|
|
@@ -232,6 +242,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
232
242
|
* Determines if the button has special form-related functionality.
|
|
233
243
|
*
|
|
234
244
|
* @since 1.120.0
|
|
245
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
235
246
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
236
247
|
*/
|
|
237
248
|
export enum ButtonType {
|
|
@@ -252,6 +263,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
252
263
|
* Different Calendar selection mode.
|
|
253
264
|
*
|
|
254
265
|
* @since 1.92.0
|
|
266
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
255
267
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
256
268
|
*/
|
|
257
269
|
export enum CalendarSelectionMode {
|
|
@@ -272,6 +284,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
272
284
|
* Different Carousel arrows placement.
|
|
273
285
|
*
|
|
274
286
|
* @since 1.92.0
|
|
287
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
275
288
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
276
289
|
*/
|
|
277
290
|
export enum CarouselArrowsPlacement {
|
|
@@ -288,6 +301,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
288
301
|
* Different Carousel page indicator styles.
|
|
289
302
|
*
|
|
290
303
|
* @since 1.115.0
|
|
304
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
291
305
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
292
306
|
*/
|
|
293
307
|
export enum CarouselPageIndicatorStyle {
|
|
@@ -306,6 +320,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
306
320
|
* Different filtering types of the ComboBox.
|
|
307
321
|
*
|
|
308
322
|
* @since 1.115.0
|
|
323
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
309
324
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
310
325
|
*/
|
|
311
326
|
export enum ComboBoxFilter {
|
|
@@ -330,6 +345,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
330
345
|
* Different types of HasPopup.
|
|
331
346
|
*
|
|
332
347
|
* @since 1.99.0
|
|
348
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
333
349
|
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
334
350
|
*/
|
|
335
351
|
export enum HasPopup {
|
|
@@ -359,6 +375,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
359
375
|
* such as `ui5-avatar-group`
|
|
360
376
|
*
|
|
361
377
|
* @since 1.92.0
|
|
378
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
362
379
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
363
380
|
*/
|
|
364
381
|
export interface IAvatar {
|
|
@@ -369,6 +386,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
369
386
|
* Interface for components that may be slotted inside `ui5-breadcrumbs` as options
|
|
370
387
|
*
|
|
371
388
|
* @since 1.95.0
|
|
389
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
372
390
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
373
391
|
*/
|
|
374
392
|
export interface IBreadcrumbsItem {
|
|
@@ -379,6 +397,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
379
397
|
* Interface for components that may be used as a button inside numerous higher-order components
|
|
380
398
|
*
|
|
381
399
|
* @since 1.92.0
|
|
400
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
382
401
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
383
402
|
*/
|
|
384
403
|
export interface IButton {
|
|
@@ -389,6 +408,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
389
408
|
* Interface for components that may be used as dates inside `ui5-calendar`
|
|
390
409
|
*
|
|
391
410
|
* @since 1.92.0
|
|
411
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
392
412
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
393
413
|
*/
|
|
394
414
|
export interface ICalendarDate {
|
|
@@ -399,6 +419,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
399
419
|
* Interface for components that may be slotted inside `ui5-card` as header
|
|
400
420
|
*
|
|
401
421
|
* @since 1.115.0
|
|
422
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
402
423
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
403
424
|
*/
|
|
404
425
|
export interface ICardHeader {
|
|
@@ -409,6 +430,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
409
430
|
* Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
|
|
410
431
|
*
|
|
411
432
|
* @since 1.92.0
|
|
433
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
412
434
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
413
435
|
*/
|
|
414
436
|
export interface IColorPaletteItem {
|
|
@@ -419,6 +441,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
419
441
|
* Interface for components that may be slotted inside a `ui5-combobox`
|
|
420
442
|
*
|
|
421
443
|
* @since 1.92.0
|
|
444
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
422
445
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
423
446
|
*/
|
|
424
447
|
export interface IComboBoxItem {
|
|
@@ -429,6 +452,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
429
452
|
* Different Icon semantic designs.
|
|
430
453
|
*
|
|
431
454
|
* @since 1.115.0
|
|
455
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
432
456
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
433
457
|
*/
|
|
434
458
|
export enum IconDesign {
|
|
@@ -469,6 +493,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
469
493
|
* Interface for components that represent an icon, usable in numerous higher-order components
|
|
470
494
|
*
|
|
471
495
|
* @since 1.92.0
|
|
496
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
472
497
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
473
498
|
*/
|
|
474
499
|
export interface IIcon {
|
|
@@ -479,6 +504,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
479
504
|
* Interface for components that represent an input, usable in numerous higher-order components
|
|
480
505
|
*
|
|
481
506
|
* @since 1.92.0
|
|
507
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
482
508
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
483
509
|
*/
|
|
484
510
|
export interface IInput {
|
|
@@ -489,6 +515,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
489
515
|
* Interface for components that represent a suggestion item, usable in `ui5-input`
|
|
490
516
|
*
|
|
491
517
|
* @since 1.92.0
|
|
518
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
492
519
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
493
520
|
*/
|
|
494
521
|
export interface IInputSuggestionItem {
|
|
@@ -499,6 +526,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
499
526
|
* Interface for components that may be slotted inside a `ui5-list` as items
|
|
500
527
|
*
|
|
501
528
|
* @since 1.92.0
|
|
529
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
502
530
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
503
531
|
*/
|
|
504
532
|
export interface IListItem {
|
|
@@ -509,6 +537,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
509
537
|
* Interface for components that may be slotted inside `ui5-menu` as items
|
|
510
538
|
*
|
|
511
539
|
* @since 1.102.0
|
|
540
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
512
541
|
* @experimental (since 1.102.0) - This API is experimental and might change significantly.
|
|
513
542
|
*/
|
|
514
543
|
export interface IMenuItem {
|
|
@@ -519,6 +548,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
519
548
|
* Interface for components that may be slotted inside a `ui5-multi-combobox` as items
|
|
520
549
|
*
|
|
521
550
|
* @since 1.92.0
|
|
551
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
522
552
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
523
553
|
*/
|
|
524
554
|
export interface IMultiComboBoxItem {
|
|
@@ -529,6 +559,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
529
559
|
* Different input types.
|
|
530
560
|
*
|
|
531
561
|
* @since 1.92.0
|
|
562
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
532
563
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
533
564
|
*/
|
|
534
565
|
export enum InputType {
|
|
@@ -561,6 +592,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
561
592
|
* Interface for components that may be slotted inside `ui5-segmented-button` as items
|
|
562
593
|
*
|
|
563
594
|
* @since 1.95.0
|
|
595
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
564
596
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
565
597
|
*/
|
|
566
598
|
export interface ISegmentedButtonItem {
|
|
@@ -571,6 +603,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
571
603
|
* Interface for components that may be slotted inside `ui5-select-menu` as options
|
|
572
604
|
*
|
|
573
605
|
* @since 1.120.0
|
|
606
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
574
607
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
575
608
|
*/
|
|
576
609
|
export interface ISelectMenuOption {
|
|
@@ -581,6 +614,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
581
614
|
* Interface for components that may be slotted inside `ui5-select` as options
|
|
582
615
|
*
|
|
583
616
|
* @since 1.92.0
|
|
617
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
584
618
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
585
619
|
*/
|
|
586
620
|
export interface ISelectOption {
|
|
@@ -591,6 +625,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
591
625
|
* Interface for components that may be slotted inside `ui5-tabcontainer`
|
|
592
626
|
*
|
|
593
627
|
* @since 1.92.0
|
|
628
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
594
629
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
595
630
|
*/
|
|
596
631
|
export interface ITab {
|
|
@@ -601,6 +636,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
601
636
|
* Interface for components that may be slotted inside a `ui5-table-row` as cells
|
|
602
637
|
*
|
|
603
638
|
* @since 1.92.0
|
|
639
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
604
640
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
605
641
|
*/
|
|
606
642
|
export interface ITableCell {
|
|
@@ -611,6 +647,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
611
647
|
* Interface for components that may be slotted inside a `ui5-table` as columns
|
|
612
648
|
*
|
|
613
649
|
* @since 1.92.0
|
|
650
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
614
651
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
615
652
|
*/
|
|
616
653
|
export interface ITableColumn {
|
|
@@ -621,6 +658,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
621
658
|
* Interface for components that may be slotted inside a `ui5-table` as rows
|
|
622
659
|
*
|
|
623
660
|
* @since 1.92.0
|
|
661
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
624
662
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
625
663
|
*/
|
|
626
664
|
export interface ITableRow {
|
|
@@ -631,6 +669,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
631
669
|
* Interface for components that represent a token and are usable in components such as `ui5-multi-input`
|
|
632
670
|
*
|
|
633
671
|
* @since 1.92.0
|
|
672
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
634
673
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
635
674
|
*/
|
|
636
675
|
export interface IToken {
|
|
@@ -641,6 +680,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
641
680
|
* Interface for toolbar items for the purpose of `ui5-toolbar`
|
|
642
681
|
*
|
|
643
682
|
* @since 1.120.0
|
|
683
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
644
684
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
645
685
|
*/
|
|
646
686
|
export interface IToolbarItem {
|
|
@@ -651,6 +691,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
651
691
|
* Interface for toolbar select items for the purpose of `ui5-toolbar-select`
|
|
652
692
|
*
|
|
653
693
|
* @since 1.120.0
|
|
694
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
654
695
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
655
696
|
*/
|
|
656
697
|
export interface IToolbarSelectOption {
|
|
@@ -661,6 +702,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
661
702
|
* Interface for tree items for the purpose of `ui5-tree`
|
|
662
703
|
*
|
|
663
704
|
* @since 1.92.0
|
|
705
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
664
706
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
665
707
|
*/
|
|
666
708
|
export interface ITreeItem {
|
|
@@ -671,6 +713,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
671
713
|
* Different link designs.
|
|
672
714
|
*
|
|
673
715
|
* @since 1.92.0
|
|
716
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
674
717
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
675
718
|
*/
|
|
676
719
|
export enum LinkDesign {
|
|
@@ -691,6 +734,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
691
734
|
* Different list growing modes.
|
|
692
735
|
*
|
|
693
736
|
* @since 1.92.0
|
|
737
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
694
738
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
695
739
|
*/
|
|
696
740
|
export enum ListGrowingMode {
|
|
@@ -711,6 +755,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
711
755
|
* Different list item types.
|
|
712
756
|
*
|
|
713
757
|
* @since 1.92.0
|
|
758
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
714
759
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
715
760
|
*/
|
|
716
761
|
export enum ListItemType {
|
|
@@ -736,6 +781,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
736
781
|
* Different list modes.
|
|
737
782
|
*
|
|
738
783
|
* @since 1.92.0
|
|
784
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
739
785
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
740
786
|
*/
|
|
741
787
|
export enum ListMode {
|
|
@@ -773,6 +819,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
773
819
|
* Different types of list items separators.
|
|
774
820
|
*
|
|
775
821
|
* @since 1.92.0
|
|
822
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
776
823
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
777
824
|
*/
|
|
778
825
|
export enum ListSeparators {
|
|
@@ -793,6 +840,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
793
840
|
* MessageStrip designs.
|
|
794
841
|
*
|
|
795
842
|
* @since 1.92.0
|
|
843
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
796
844
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
797
845
|
*/
|
|
798
846
|
export enum MessageStripDesign {
|
|
@@ -817,6 +865,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
817
865
|
* Panel accessible roles.
|
|
818
866
|
*
|
|
819
867
|
* @since 1.92.0
|
|
868
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
820
869
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
821
870
|
*/
|
|
822
871
|
export enum PanelAccessibleRole {
|
|
@@ -840,6 +889,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
840
889
|
* Popover horizontal align types.
|
|
841
890
|
*
|
|
842
891
|
* @since 1.92.0
|
|
892
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
843
893
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
844
894
|
*/
|
|
845
895
|
export enum PopoverHorizontalAlign {
|
|
@@ -864,6 +914,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
864
914
|
* Popover placement types.
|
|
865
915
|
*
|
|
866
916
|
* @since 1.92.0
|
|
917
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
867
918
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
868
919
|
*/
|
|
869
920
|
export enum PopoverPlacementType {
|
|
@@ -888,6 +939,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
888
939
|
* Popover vertical align types.
|
|
889
940
|
*
|
|
890
941
|
* @since 1.92.0
|
|
942
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
891
943
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
892
944
|
*/
|
|
893
945
|
export enum PopoverVerticalAlign {
|
|
@@ -910,6 +962,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
910
962
|
* Popup accessible roles.
|
|
911
963
|
*
|
|
912
964
|
* @since 1.115.0
|
|
965
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
913
966
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
914
967
|
*/
|
|
915
968
|
export enum PopupAccessibleRole {
|
|
@@ -930,6 +983,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
930
983
|
* Different types of Priority.
|
|
931
984
|
*
|
|
932
985
|
* @since 1.92.0
|
|
986
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
933
987
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
934
988
|
*/
|
|
935
989
|
export enum Priority {
|
|
@@ -954,6 +1008,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
954
1008
|
* Different SegmentedButton modes.
|
|
955
1009
|
*
|
|
956
1010
|
* @since 1.115.0
|
|
1011
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
957
1012
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
958
1013
|
*/
|
|
959
1014
|
export enum SegmentedButtonMode {
|
|
@@ -970,6 +1025,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
970
1025
|
* Different types of SemanticColor.
|
|
971
1026
|
*
|
|
972
1027
|
* @since 1.92.0
|
|
1028
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
973
1029
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
974
1030
|
*/
|
|
975
1031
|
export enum SemanticColor {
|
|
@@ -998,6 +1054,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
998
1054
|
* Different types of Switch designs.
|
|
999
1055
|
*
|
|
1000
1056
|
* @since 1.92.0
|
|
1057
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1001
1058
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1002
1059
|
*/
|
|
1003
1060
|
export enum SwitchDesign {
|
|
@@ -1014,6 +1071,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1014
1071
|
* Background design for the header and content of TabContainer.
|
|
1015
1072
|
*
|
|
1016
1073
|
* @since 1.115.0
|
|
1074
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1017
1075
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
1018
1076
|
*/
|
|
1019
1077
|
export enum TabContainerBackgroundDesign {
|
|
@@ -1034,6 +1092,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1034
1092
|
* Tab layout of TabContainer.
|
|
1035
1093
|
*
|
|
1036
1094
|
* @since 1.92.0
|
|
1095
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1037
1096
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1038
1097
|
*/
|
|
1039
1098
|
export enum TabLayout {
|
|
@@ -1050,6 +1109,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1050
1109
|
* Table cell popin display.
|
|
1051
1110
|
*
|
|
1052
1111
|
* @since 1.115.0
|
|
1112
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1053
1113
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
1054
1114
|
*/
|
|
1055
1115
|
export enum TableColumnPopinDisplay {
|
|
@@ -1066,6 +1126,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1066
1126
|
* Different table growing modes.
|
|
1067
1127
|
*
|
|
1068
1128
|
* @since 1.92.0
|
|
1129
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1069
1130
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1070
1131
|
*/
|
|
1071
1132
|
export enum TableGrowingMode {
|
|
@@ -1086,6 +1147,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1086
1147
|
* Different table modes.
|
|
1087
1148
|
*
|
|
1088
1149
|
* @since 1.92.0
|
|
1150
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1089
1151
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1090
1152
|
*/
|
|
1091
1153
|
export enum TableMode {
|
|
@@ -1106,6 +1168,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1106
1168
|
* Different table row types.
|
|
1107
1169
|
*
|
|
1108
1170
|
* @since 1.92.0
|
|
1171
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1109
1172
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1110
1173
|
*/
|
|
1111
1174
|
export enum TableRowType {
|
|
@@ -1122,6 +1185,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1122
1185
|
* Tabs overflow mode in TabContainer.
|
|
1123
1186
|
*
|
|
1124
1187
|
* @since 1.99.0
|
|
1188
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1125
1189
|
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
1126
1190
|
*/
|
|
1127
1191
|
export enum TabsOverflowMode {
|
|
@@ -1138,6 +1202,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1138
1202
|
* Different types of Title level.
|
|
1139
1203
|
*
|
|
1140
1204
|
* @since 1.92.0
|
|
1205
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1141
1206
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1142
1207
|
*/
|
|
1143
1208
|
export enum TitleLevel {
|
|
@@ -1170,6 +1235,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1170
1235
|
* Toast placement.
|
|
1171
1236
|
*
|
|
1172
1237
|
* @since 1.92.0
|
|
1238
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1173
1239
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1174
1240
|
*/
|
|
1175
1241
|
export enum ToastPlacement {
|
|
@@ -1214,6 +1280,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1214
1280
|
* Defines which direction the items of ui5-toolbar will be aligned.
|
|
1215
1281
|
*
|
|
1216
1282
|
* @since 1.120.0
|
|
1283
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1217
1284
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
1218
1285
|
*/
|
|
1219
1286
|
export enum ToolbarAlign {
|
|
@@ -1230,6 +1297,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1230
1297
|
* Defines the priority of the toolbar item to go inside overflow popover.
|
|
1231
1298
|
*
|
|
1232
1299
|
* @since 1.120.0
|
|
1300
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1233
1301
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
1234
1302
|
*/
|
|
1235
1303
|
export enum ToolbarItemOverflowBehavior {
|
|
@@ -1247,6 +1315,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1247
1315
|
* Different types of wrapping.
|
|
1248
1316
|
*
|
|
1249
1317
|
* @since 1.92.0
|
|
1318
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1250
1319
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1251
1320
|
*/
|
|
1252
1321
|
export enum WrappingType {
|
package/types/sap.uxap.d.ts
CHANGED