@openui5/types 1.115.0 → 1.116.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/README.md +6 -5
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.f.d.ts +718 -786
- package/types/sap.m.d.ts +6504 -6706
- package/types/sap.tnt.d.ts +119 -86
- package/types/sap.ui.codeeditor.d.ts +28 -25
- package/types/sap.ui.commons.d.ts +691 -684
- package/types/sap.ui.core.d.ts +2434 -2444
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +55 -82
- package/types/sap.ui.integration.d.ts +401 -292
- package/types/sap.ui.layout.d.ts +369 -420
- package/types/sap.ui.mdc.d.ts +1557 -1344
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +13 -11
- package/types/sap.ui.support.d.ts +12 -13
- package/types/sap.ui.table.d.ts +366 -368
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +961 -1007
- package/types/sap.ui.ux3.d.ts +663 -653
- package/types/sap.ui.webc.common.d.ts +7 -9
- package/types/sap.ui.webc.fiori.d.ts +1099 -509
- package/types/sap.ui.webc.main.d.ts +4937 -1323
- package/types/sap.uxap.d.ts +244 -277
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/fiori/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
6
|
-
* @
|
|
5
|
+
* @since 1.92.0
|
|
6
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
7
7
|
*
|
|
8
|
-
* Different types of Bar
|
|
8
|
+
* Different types of Bar design
|
|
9
9
|
*/
|
|
10
10
|
export enum BarDesign {
|
|
11
11
|
/**
|
|
@@ -26,22 +26,22 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
26
26
|
Subheader = "Subheader",
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
* @
|
|
30
|
-
* @
|
|
29
|
+
* @since 1.92.0
|
|
30
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
31
31
|
*
|
|
32
|
-
*
|
|
32
|
+
* Different types of FCLLayout.
|
|
33
33
|
*/
|
|
34
34
|
export enum FCLLayout {
|
|
35
35
|
/**
|
|
36
|
-
* Desktop:
|
|
37
|
-
*
|
|
36
|
+
* Desktop: -- -- 100 only the End column is displayed Tablet: -- -- 100 only the End column is displayed
|
|
37
|
+
* Phone: -- -- 100 only the End column is displayed
|
|
38
38
|
*
|
|
39
39
|
* Use to display a detail-detail page only, when the user should focus entirely on it.
|
|
40
40
|
*/
|
|
41
41
|
EndColumnFullScreen = "EndColumnFullScreen",
|
|
42
42
|
/**
|
|
43
|
-
* Desktop:
|
|
44
|
-
*
|
|
43
|
+
* Desktop: -- 100 -- only the Mid column is displayed Tablet: -- 100 -- only the Mid column is displayed
|
|
44
|
+
* Phone: -- 100 -- only the Mid column is displayed
|
|
45
45
|
*
|
|
46
46
|
* Use to display a detail page only, when the user should focus entirely on it.
|
|
47
47
|
*/
|
|
@@ -51,56 +51,57 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
51
51
|
*/
|
|
52
52
|
OneColumn = "OneColumn",
|
|
53
53
|
/**
|
|
54
|
-
* Desktop: 25
|
|
55
|
-
* columns are displayed, Start is accessible by layout arrows Phone:
|
|
54
|
+
* Desktop: 25 - 25 - 50 Start, Mid and End (expanded) columns are displayed Tablet: 0 - 33 - 67 Mid and
|
|
55
|
+
* End (expanded) columns are displayed, Start is accessible by layout arrows Phone: -- -- 100 (only the
|
|
56
|
+
* End column is displayed)
|
|
56
57
|
*
|
|
57
58
|
* Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
|
|
58
59
|
*/
|
|
59
60
|
ThreeColumnsEndExpanded = "ThreeColumnsEndExpanded",
|
|
60
61
|
/**
|
|
61
|
-
* Desktop: 25
|
|
62
|
-
* and End columns are displayed, Start is accessible by a layout arrow Phone:
|
|
62
|
+
* Desktop: 25 - 50 - 25 Start, Mid (expanded) and End columns are displayed Tablet: 0 - 67 - 33 Mid (expanded)
|
|
63
|
+
* and End columns are displayed, Start is accessible by a layout arrow Phone: -- -- 100 only the End column
|
|
63
64
|
* is displayed
|
|
64
65
|
*
|
|
65
66
|
* Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
|
|
66
67
|
*/
|
|
67
68
|
ThreeColumnsMidExpanded = "ThreeColumnsMidExpanded",
|
|
68
69
|
/**
|
|
69
|
-
* Desktop: 33
|
|
70
|
-
* Tablet: 33
|
|
71
|
-
*
|
|
70
|
+
* Desktop: 33 - 67 - 0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow
|
|
71
|
+
* Tablet: 33 - 67 - 0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow
|
|
72
|
+
* Phone: -- -- 100 only the End column is displayed
|
|
72
73
|
*
|
|
73
74
|
* Use to display the list and detail pages when the user should focus on the detail. The detail-detail
|
|
74
75
|
* is still loaded and easily accessible with a layout arrow.
|
|
75
76
|
*/
|
|
76
77
|
ThreeColumnsMidExpandedEndHidden = "ThreeColumnsMidExpandedEndHidden",
|
|
77
78
|
/**
|
|
78
|
-
* Desktop: 67
|
|
79
|
-
* 67
|
|
80
|
-
* only the End column is displayed
|
|
79
|
+
* Desktop: 67 - 33 - 0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows
|
|
80
|
+
* Tablet: 67 - 33 - 0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows
|
|
81
|
+
* Phone: -- -- 100 only the End column is displayed
|
|
81
82
|
*
|
|
82
83
|
* Use to display the list and detail pages when the user should focus on the list. The detail-detail is
|
|
83
84
|
* still loaded and easily accessible with layout arrows.
|
|
84
85
|
*/
|
|
85
86
|
ThreeColumnsStartExpandedEndHidden = "ThreeColumnsStartExpandedEndHidden",
|
|
86
87
|
/**
|
|
87
|
-
* Desktop: 33
|
|
88
|
-
* columns are displayed Phone:
|
|
88
|
+
* Desktop: 33 - 67 - -- Start and Mid (expanded) columns are displayed Tablet: 33 - 67 - -- Start and Mid
|
|
89
|
+
* (expanded) columns are displayed Phone: -- 100 -- only the Mid column is displayed
|
|
89
90
|
*
|
|
90
91
|
* Use to display both a list and a detail page when the user should focus on the detail page.
|
|
91
92
|
*/
|
|
92
93
|
TwoColumnsMidExpanded = "TwoColumnsMidExpanded",
|
|
93
94
|
/**
|
|
94
|
-
* Desktop: 67
|
|
95
|
-
* Mid columns are displayed Phone:
|
|
95
|
+
* Desktop: 67 - 33 - -- Start (expanded) and Mid columns are displayed Tablet: 67 - 33 - -- Start (expanded)
|
|
96
|
+
* and Mid columns are displayed Phone: -- 100 -- only the Mid column is displayed
|
|
96
97
|
*
|
|
97
98
|
* Use to display both a list and a detail page when the user should focus on the list page.
|
|
98
99
|
*/
|
|
99
100
|
TwoColumnsStartExpanded = "TwoColumnsStartExpanded",
|
|
100
101
|
}
|
|
101
102
|
/**
|
|
102
|
-
* @
|
|
103
|
-
* @
|
|
103
|
+
* @since 1.99.0
|
|
104
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
104
105
|
*
|
|
105
106
|
* Interface for components that may be slotted inside `ui5-page` as header and footer.
|
|
106
107
|
*/
|
|
@@ -109,8 +110,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
/**
|
|
112
|
-
* @
|
|
113
|
-
* @
|
|
113
|
+
* @since 1.97.0
|
|
114
|
+
* @experimental (since 1.97.0) - This API is experimental and might change significantly.
|
|
114
115
|
*
|
|
115
116
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
|
|
116
117
|
*/
|
|
@@ -119,8 +120,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
/**
|
|
122
|
-
* @
|
|
123
|
-
* @
|
|
123
|
+
* @since 1.97.0
|
|
124
|
+
* @experimental (since 1.97.0) - This API is experimental and might change significantly.
|
|
124
125
|
*
|
|
125
126
|
* Interface for components that may be slotted inside `ui5-filter-item` as values
|
|
126
127
|
*/
|
|
@@ -129,8 +130,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
/**
|
|
132
|
-
* @
|
|
133
|
-
* @
|
|
133
|
+
* @since 1.106.0
|
|
134
|
+
* @experimental (since 1.106.0) - This API is experimental and might change significantly.
|
|
134
135
|
*
|
|
135
136
|
* Different types of IllustrationMessageSize.
|
|
136
137
|
*/
|
|
@@ -164,8 +165,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
164
165
|
Spot = "Spot",
|
|
165
166
|
}
|
|
166
167
|
/**
|
|
167
|
-
* @
|
|
168
|
-
* @
|
|
168
|
+
* @since 1.95.0
|
|
169
|
+
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
169
170
|
*
|
|
170
171
|
* Different illustration types of Illustrated Message.
|
|
171
172
|
*/
|
|
@@ -174,6 +175,10 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
174
175
|
* "Add Column" illustration type.
|
|
175
176
|
*/
|
|
176
177
|
AddColumn = "AddColumn",
|
|
178
|
+
/**
|
|
179
|
+
* "Add Dimensions" illustration type.
|
|
180
|
+
*/
|
|
181
|
+
AddDimensions = "AddDimensions",
|
|
177
182
|
/**
|
|
178
183
|
* "Add People" illustration type.
|
|
179
184
|
*/
|
|
@@ -218,10 +223,18 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
218
223
|
* "No Activities" illustration type.
|
|
219
224
|
*/
|
|
220
225
|
NoActivities = "NoActivities",
|
|
226
|
+
/**
|
|
227
|
+
* "No Columns Set" illustration type.
|
|
228
|
+
*/
|
|
229
|
+
NoColumnsSet = "NoColumnsSet",
|
|
221
230
|
/**
|
|
222
231
|
* "No Data" illustration type.
|
|
223
232
|
*/
|
|
224
233
|
NoData = "NoData",
|
|
234
|
+
/**
|
|
235
|
+
* "No Dimensions Set" illustration type.
|
|
236
|
+
*/
|
|
237
|
+
NoDimensionsSet = "NoDimensionsSet",
|
|
225
238
|
/**
|
|
226
239
|
* "No Entries" illustration type.
|
|
227
240
|
*/
|
|
@@ -362,6 +375,10 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
362
375
|
* "Success Screen" illustration type.
|
|
363
376
|
*/
|
|
364
377
|
SuccessScreen = "SuccessScreen",
|
|
378
|
+
/**
|
|
379
|
+
* "Survey" illustration type.
|
|
380
|
+
*/
|
|
381
|
+
Survey = "Survey",
|
|
365
382
|
/**
|
|
366
383
|
* "Tent" illustration type.
|
|
367
384
|
*/
|
|
@@ -522,10 +539,14 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
522
539
|
* "Upload Collection" illustration type.
|
|
523
540
|
*/
|
|
524
541
|
UploadCollection = "UploadCollection",
|
|
542
|
+
/**
|
|
543
|
+
* "Upload To Cloud" illustration type.
|
|
544
|
+
*/
|
|
545
|
+
UploadToCloud = "UploadToCloud",
|
|
525
546
|
}
|
|
526
547
|
/**
|
|
527
|
-
* @
|
|
528
|
-
* @
|
|
548
|
+
* @since 1.99.0
|
|
549
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
529
550
|
*
|
|
530
551
|
* Interface for components that can be slotted inside `ui5-media-gallery` as items.
|
|
531
552
|
*/
|
|
@@ -534,8 +555,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
534
555
|
}
|
|
535
556
|
|
|
536
557
|
/**
|
|
537
|
-
* @
|
|
538
|
-
* @
|
|
558
|
+
* @since 1.92.0
|
|
559
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
539
560
|
*
|
|
540
561
|
* Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
|
|
541
562
|
*/
|
|
@@ -544,8 +565,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
544
565
|
}
|
|
545
566
|
|
|
546
567
|
/**
|
|
547
|
-
* @
|
|
548
|
-
* @
|
|
568
|
+
* @since 1.92.0
|
|
569
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
549
570
|
*
|
|
550
571
|
* Interface for components that may be slotted inside a notification list
|
|
551
572
|
*/
|
|
@@ -554,8 +575,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
554
575
|
}
|
|
555
576
|
|
|
556
577
|
/**
|
|
557
|
-
* @
|
|
558
|
-
* @
|
|
578
|
+
* @since 1.92.0
|
|
579
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
559
580
|
*
|
|
560
581
|
* Interface for components that may be slotted inside `ui5-product-switch` as items
|
|
561
582
|
*/
|
|
@@ -564,8 +585,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
564
585
|
}
|
|
565
586
|
|
|
566
587
|
/**
|
|
567
|
-
* @
|
|
568
|
-
* @
|
|
588
|
+
* @since 1.92.0
|
|
589
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
569
590
|
*
|
|
570
591
|
* Interface for components that may be slotted inside `ui5-shellbar` as items
|
|
571
592
|
*/
|
|
@@ -574,8 +595,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
574
595
|
}
|
|
575
596
|
|
|
576
597
|
/**
|
|
577
|
-
* @
|
|
578
|
-
* @
|
|
598
|
+
* @since 1.92.0
|
|
599
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
579
600
|
*
|
|
580
601
|
* Interface for components that may be slotted inside `ui5-side-navigation` as items
|
|
581
602
|
*/
|
|
@@ -584,8 +605,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
584
605
|
}
|
|
585
606
|
|
|
586
607
|
/**
|
|
587
|
-
* @
|
|
588
|
-
* @
|
|
608
|
+
* @since 1.92.0
|
|
609
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
589
610
|
*
|
|
590
611
|
* Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
|
|
591
612
|
*/
|
|
@@ -594,8 +615,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
594
615
|
}
|
|
595
616
|
|
|
596
617
|
/**
|
|
597
|
-
* @
|
|
598
|
-
* @
|
|
618
|
+
* @since 1.97.0
|
|
619
|
+
* @experimental (since 1.97.0) - This API is experimental and might change significantly.
|
|
599
620
|
*
|
|
600
621
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
|
|
601
622
|
*/
|
|
@@ -604,8 +625,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
604
625
|
}
|
|
605
626
|
|
|
606
627
|
/**
|
|
607
|
-
* @
|
|
608
|
-
* @
|
|
628
|
+
* @since 1.92.0
|
|
629
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
609
630
|
*
|
|
610
631
|
* Interface for components that may be slotted inside `ui5-timeline` as items
|
|
611
632
|
*/
|
|
@@ -614,8 +635,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
614
635
|
}
|
|
615
636
|
|
|
616
637
|
/**
|
|
617
|
-
* @
|
|
618
|
-
* @
|
|
638
|
+
* @since 1.92.0
|
|
639
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
619
640
|
*
|
|
620
641
|
* Interface for components that may be slotted inside `ui5-upload-collection` as items
|
|
621
642
|
*/
|
|
@@ -624,8 +645,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
624
645
|
}
|
|
625
646
|
|
|
626
647
|
/**
|
|
627
|
-
* @
|
|
628
|
-
* @
|
|
648
|
+
* @since 1.92.0
|
|
649
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
629
650
|
*
|
|
630
651
|
* Interface for components that may be slotted inside `ui5-wizard` as wizard steps
|
|
631
652
|
*/
|
|
@@ -634,8 +655,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
634
655
|
}
|
|
635
656
|
|
|
636
657
|
/**
|
|
637
|
-
* @
|
|
638
|
-
* @
|
|
658
|
+
* @since 1.99.0
|
|
659
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
639
660
|
*
|
|
640
661
|
* Defines the layout of the content displayed in the `ui5-media-gallery-item`.
|
|
641
662
|
*/
|
|
@@ -654,8 +675,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
654
675
|
Wide = "Wide",
|
|
655
676
|
}
|
|
656
677
|
/**
|
|
657
|
-
* @
|
|
658
|
-
* @
|
|
678
|
+
* @since 1.99.0
|
|
679
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
659
680
|
*
|
|
660
681
|
* Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
|
|
661
682
|
*/
|
|
@@ -674,8 +695,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
674
695
|
Vertical = "Vertical",
|
|
675
696
|
}
|
|
676
697
|
/**
|
|
677
|
-
* @
|
|
678
|
-
* @
|
|
698
|
+
* @since 1.99.0
|
|
699
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
679
700
|
*
|
|
680
701
|
* Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
|
|
681
702
|
*/
|
|
@@ -690,8 +711,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
690
711
|
Right = "Right",
|
|
691
712
|
}
|
|
692
713
|
/**
|
|
693
|
-
* @
|
|
694
|
-
* @
|
|
714
|
+
* @since 1.99.0
|
|
715
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
695
716
|
*
|
|
696
717
|
* Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
|
|
697
718
|
*/
|
|
@@ -706,10 +727,10 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
706
727
|
Top = "Top",
|
|
707
728
|
}
|
|
708
729
|
/**
|
|
709
|
-
* @
|
|
710
|
-
* @
|
|
730
|
+
* @since 1.92.0
|
|
731
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
711
732
|
*
|
|
712
|
-
*
|
|
733
|
+
* Available Page Background Design.
|
|
713
734
|
*/
|
|
714
735
|
export enum PageBackgroundDesign {
|
|
715
736
|
/**
|
|
@@ -726,8 +747,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
726
747
|
Transparent = "Transparent",
|
|
727
748
|
}
|
|
728
749
|
/**
|
|
729
|
-
* @
|
|
730
|
-
* @
|
|
750
|
+
* @since 1.99.0
|
|
751
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
731
752
|
*
|
|
732
753
|
* SideContent FallDown options.
|
|
733
754
|
*/
|
|
@@ -750,8 +771,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
750
771
|
OnMinimumWidth = "OnMinimumWidth",
|
|
751
772
|
}
|
|
752
773
|
/**
|
|
753
|
-
* @
|
|
754
|
-
* @
|
|
774
|
+
* @since 1.99.0
|
|
775
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
755
776
|
*
|
|
756
777
|
* Side Content position options.
|
|
757
778
|
*/
|
|
@@ -768,8 +789,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
768
789
|
Start = "Start",
|
|
769
790
|
}
|
|
770
791
|
/**
|
|
771
|
-
* @
|
|
772
|
-
* @
|
|
792
|
+
* @since 1.99.0
|
|
793
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
773
794
|
*
|
|
774
795
|
* Side Content visibility options.
|
|
775
796
|
*/
|
|
@@ -796,10 +817,10 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
796
817
|
ShowAboveS = "ShowAboveS",
|
|
797
818
|
}
|
|
798
819
|
/**
|
|
799
|
-
* @
|
|
800
|
-
* @
|
|
820
|
+
* @since 1.92.0
|
|
821
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
801
822
|
*
|
|
802
|
-
*
|
|
823
|
+
* Available Timeline layout orientation
|
|
803
824
|
*/
|
|
804
825
|
export enum TimelineLayout {
|
|
805
826
|
/**
|
|
@@ -812,10 +833,10 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
812
833
|
Vertical = "Vertical",
|
|
813
834
|
}
|
|
814
835
|
/**
|
|
815
|
-
* @
|
|
816
|
-
* @
|
|
836
|
+
* @since 1.92.0
|
|
837
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
817
838
|
*
|
|
818
|
-
*
|
|
839
|
+
* Different types of UploadState.
|
|
819
840
|
*/
|
|
820
841
|
export enum UploadState {
|
|
821
842
|
/**
|
|
@@ -835,6 +856,38 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
835
856
|
*/
|
|
836
857
|
Uploading = "Uploading",
|
|
837
858
|
}
|
|
859
|
+
/**
|
|
860
|
+
* @since 1.115.0
|
|
861
|
+
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
862
|
+
*
|
|
863
|
+
* Different types of Bar.
|
|
864
|
+
*/
|
|
865
|
+
export enum ViewSettingsDialogMode {
|
|
866
|
+
/**
|
|
867
|
+
* Filter type
|
|
868
|
+
*/
|
|
869
|
+
Filter = "Filter",
|
|
870
|
+
/**
|
|
871
|
+
* Default type
|
|
872
|
+
*/
|
|
873
|
+
Sort = "Sort",
|
|
874
|
+
}
|
|
875
|
+
/**
|
|
876
|
+
* @since 1.92.0
|
|
877
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
878
|
+
*
|
|
879
|
+
* Enumeration for different content layouts of the `ui5-wizard`.
|
|
880
|
+
*/
|
|
881
|
+
export enum WizardContentLayout {
|
|
882
|
+
/**
|
|
883
|
+
* Display the content of the `ui5-wizard` as multiple steps in a scroll section.
|
|
884
|
+
*/
|
|
885
|
+
MultipleSteps = "MultipleSteps",
|
|
886
|
+
/**
|
|
887
|
+
* Display the content of the `ui5-wizard` as single step.
|
|
888
|
+
*/
|
|
889
|
+
SingleStep = "SingleStep",
|
|
890
|
+
}
|
|
838
891
|
}
|
|
839
892
|
|
|
840
893
|
declare module "sap/ui/webc/fiori/Bar" {
|
|
@@ -857,8 +910,8 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
857
910
|
} from "sap/ui/base/ManagedObject";
|
|
858
911
|
|
|
859
912
|
/**
|
|
860
|
-
* @
|
|
861
|
-
* @
|
|
913
|
+
* @since 1.92.0
|
|
914
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
862
915
|
*
|
|
863
916
|
* Overview: The Bar is a container which is primarily used to hold titles, buttons and input elements and
|
|
864
917
|
* its design and functionality is the basis for page headers and footers. The component consists of three
|
|
@@ -882,7 +935,7 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
882
935
|
*
|
|
883
936
|
* Keyboard Handling:
|
|
884
937
|
*/
|
|
885
|
-
class Bar extends WebComponent implements IBar {
|
|
938
|
+
export default class Bar extends WebComponent implements IBar {
|
|
886
939
|
__implements__sap_ui_webc_fiori_IBar: boolean;
|
|
887
940
|
/**
|
|
888
941
|
* Constructor for a new `Bar`.
|
|
@@ -1224,7 +1277,6 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
1224
1277
|
sWidth: CSSSize
|
|
1225
1278
|
): this;
|
|
1226
1279
|
}
|
|
1227
|
-
export default Bar;
|
|
1228
1280
|
|
|
1229
1281
|
export interface $BarSettings extends $WebComponentSettings {
|
|
1230
1282
|
/**
|
|
@@ -1275,13 +1327,13 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1275
1327
|
$WebComponentSettings,
|
|
1276
1328
|
} from "sap/ui/webc/common/WebComponent";
|
|
1277
1329
|
|
|
1278
|
-
import Event from "sap/ui/base/Event";
|
|
1279
|
-
|
|
1280
1330
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
1281
1331
|
|
|
1332
|
+
import Event from "sap/ui/base/Event";
|
|
1333
|
+
|
|
1282
1334
|
/**
|
|
1283
|
-
* @
|
|
1284
|
-
* @
|
|
1335
|
+
* @since 1.95.0
|
|
1336
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
1285
1337
|
*
|
|
1286
1338
|
* Overview:
|
|
1287
1339
|
*
|
|
@@ -1297,7 +1349,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1297
1349
|
* For a list of supported barcode formats, see the {@link https://github.com/zxing-js/library zxing-js/library }
|
|
1298
1350
|
* documentation.
|
|
1299
1351
|
*/
|
|
1300
|
-
class BarcodeScannerDialog extends WebComponent {
|
|
1352
|
+
export default class BarcodeScannerDialog extends WebComponent {
|
|
1301
1353
|
/**
|
|
1302
1354
|
* Constructor for a new `BarcodeScannerDialog`.
|
|
1303
1355
|
*
|
|
@@ -1377,9 +1429,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1377
1429
|
/**
|
|
1378
1430
|
* The function to be called when the event occurs
|
|
1379
1431
|
*/
|
|
1380
|
-
fnFunction: (
|
|
1381
|
-
p1: Event<$BarcodeScannerDialogScanErrorEventParameters>
|
|
1382
|
-
) => void,
|
|
1432
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanErrorEvent) => void,
|
|
1383
1433
|
/**
|
|
1384
1434
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1385
1435
|
* itself
|
|
@@ -1400,9 +1450,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1400
1450
|
/**
|
|
1401
1451
|
* The function to be called when the event occurs
|
|
1402
1452
|
*/
|
|
1403
|
-
fnFunction: (
|
|
1404
|
-
p1: Event<$BarcodeScannerDialogScanErrorEventParameters>
|
|
1405
|
-
) => void,
|
|
1453
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanErrorEvent) => void,
|
|
1406
1454
|
/**
|
|
1407
1455
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1408
1456
|
* itself
|
|
@@ -1428,9 +1476,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1428
1476
|
/**
|
|
1429
1477
|
* The function to be called when the event occurs
|
|
1430
1478
|
*/
|
|
1431
|
-
fnFunction: (
|
|
1432
|
-
p1: Event<$BarcodeScannerDialogScanSuccessEventParameters>
|
|
1433
|
-
) => void,
|
|
1479
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanSuccessEvent) => void,
|
|
1434
1480
|
/**
|
|
1435
1481
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1436
1482
|
* itself
|
|
@@ -1451,9 +1497,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1451
1497
|
/**
|
|
1452
1498
|
* The function to be called when the event occurs
|
|
1453
1499
|
*/
|
|
1454
|
-
fnFunction: (
|
|
1455
|
-
p1: Event<$BarcodeScannerDialogScanSuccessEventParameters>
|
|
1456
|
-
) => void,
|
|
1500
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanSuccessEvent) => void,
|
|
1457
1501
|
/**
|
|
1458
1502
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1459
1503
|
* itself
|
|
@@ -1475,9 +1519,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1475
1519
|
/**
|
|
1476
1520
|
* The function to be called, when the event occurs
|
|
1477
1521
|
*/
|
|
1478
|
-
fnFunction: (
|
|
1479
|
-
p1: Event<$BarcodeScannerDialogScanErrorEventParameters>
|
|
1480
|
-
) => void,
|
|
1522
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanErrorEvent) => void,
|
|
1481
1523
|
/**
|
|
1482
1524
|
* Context object on which the given function had to be called
|
|
1483
1525
|
*/
|
|
@@ -1494,16 +1536,14 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1494
1536
|
/**
|
|
1495
1537
|
* The function to be called, when the event occurs
|
|
1496
1538
|
*/
|
|
1497
|
-
fnFunction: (
|
|
1498
|
-
p1: Event<$BarcodeScannerDialogScanSuccessEventParameters>
|
|
1499
|
-
) => void,
|
|
1539
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanSuccessEvent) => void,
|
|
1500
1540
|
/**
|
|
1501
1541
|
* Context object on which the given function had to be called
|
|
1502
1542
|
*/
|
|
1503
1543
|
oListener?: object
|
|
1504
1544
|
): this;
|
|
1505
1545
|
/**
|
|
1506
|
-
* @
|
|
1546
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1507
1547
|
*
|
|
1508
1548
|
* Fires event {@link #event:scanError scanError} to attached listeners.
|
|
1509
1549
|
*
|
|
@@ -1513,10 +1553,10 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1513
1553
|
/**
|
|
1514
1554
|
* Parameters to pass along with the event
|
|
1515
1555
|
*/
|
|
1516
|
-
mParameters?: $
|
|
1556
|
+
mParameters?: BarcodeScannerDialog$ScanErrorEventParameters
|
|
1517
1557
|
): this;
|
|
1518
1558
|
/**
|
|
1519
|
-
* @
|
|
1559
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1520
1560
|
*
|
|
1521
1561
|
* Fires event {@link #event:scanSuccess scanSuccess} to attached listeners.
|
|
1522
1562
|
*
|
|
@@ -1526,39 +1566,36 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1526
1566
|
/**
|
|
1527
1567
|
* Parameters to pass along with the event
|
|
1528
1568
|
*/
|
|
1529
|
-
mParameters?: $
|
|
1569
|
+
mParameters?: BarcodeScannerDialog$ScanSuccessEventParameters
|
|
1530
1570
|
): this;
|
|
1531
1571
|
/**
|
|
1532
1572
|
* Shows a dialog with the camera videostream. Starts a scan session.
|
|
1533
1573
|
*/
|
|
1534
1574
|
show(): void;
|
|
1535
1575
|
}
|
|
1536
|
-
export default BarcodeScannerDialog;
|
|
1537
1576
|
|
|
1538
1577
|
export interface $BarcodeScannerDialogSettings extends $WebComponentSettings {
|
|
1539
1578
|
/**
|
|
1540
1579
|
* Fires when the scan fails with error.
|
|
1541
1580
|
*/
|
|
1542
|
-
scanError?: (
|
|
1543
|
-
oEvent: Event<$BarcodeScannerDialogScanErrorEventParameters>
|
|
1544
|
-
) => void;
|
|
1581
|
+
scanError?: (oEvent: BarcodeScannerDialog$ScanErrorEvent) => void;
|
|
1545
1582
|
|
|
1546
1583
|
/**
|
|
1547
1584
|
* Fires when the scan is completed successfuuly.
|
|
1548
1585
|
*/
|
|
1549
|
-
scanSuccess?: (
|
|
1550
|
-
oEvent: Event<$BarcodeScannerDialogScanSuccessEventParameters>
|
|
1551
|
-
) => void;
|
|
1586
|
+
scanSuccess?: (oEvent: BarcodeScannerDialog$ScanSuccessEvent) => void;
|
|
1552
1587
|
}
|
|
1553
1588
|
|
|
1554
|
-
export interface $
|
|
1589
|
+
export interface BarcodeScannerDialog$ScanErrorEventParameters {
|
|
1555
1590
|
/**
|
|
1556
1591
|
* the error message
|
|
1557
1592
|
*/
|
|
1558
1593
|
message?: string;
|
|
1559
1594
|
}
|
|
1560
1595
|
|
|
1561
|
-
export
|
|
1596
|
+
export type BarcodeScannerDialog$ScanErrorEvent = Event<BarcodeScannerDialog$ScanErrorEventParameters>;
|
|
1597
|
+
|
|
1598
|
+
export interface BarcodeScannerDialog$ScanSuccessEventParameters {
|
|
1562
1599
|
/**
|
|
1563
1600
|
* the scan result as string
|
|
1564
1601
|
*/
|
|
@@ -1569,6 +1606,8 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1569
1606
|
*/
|
|
1570
1607
|
rawBytes?: object;
|
|
1571
1608
|
}
|
|
1609
|
+
|
|
1610
|
+
export type BarcodeScannerDialog$ScanSuccessEvent = Event<BarcodeScannerDialog$ScanSuccessEventParameters>;
|
|
1572
1611
|
}
|
|
1573
1612
|
|
|
1574
1613
|
declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
@@ -1579,8 +1618,6 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1579
1618
|
|
|
1580
1619
|
import Control from "sap/ui/core/Control";
|
|
1581
1620
|
|
|
1582
|
-
import Event from "sap/ui/base/Event";
|
|
1583
|
-
|
|
1584
1621
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
1585
1622
|
|
|
1586
1623
|
import {
|
|
@@ -1594,9 +1631,11 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1594
1631
|
AggregationBindingInfo,
|
|
1595
1632
|
} from "sap/ui/base/ManagedObject";
|
|
1596
1633
|
|
|
1634
|
+
import Event from "sap/ui/base/Event";
|
|
1635
|
+
|
|
1597
1636
|
/**
|
|
1598
|
-
* @
|
|
1599
|
-
* @
|
|
1637
|
+
* @since 1.99.0
|
|
1638
|
+
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
1600
1639
|
*
|
|
1601
1640
|
* Overview:
|
|
1602
1641
|
*
|
|
@@ -1654,7 +1693,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1654
1693
|
* split is the same as in the standard view - the side content disappears on screen widths of less than
|
|
1655
1694
|
* 720 px and can only be viewed by triggering it.
|
|
1656
1695
|
*/
|
|
1657
|
-
class DynamicSideContent extends WebComponent {
|
|
1696
|
+
export default class DynamicSideContent extends WebComponent {
|
|
1658
1697
|
/**
|
|
1659
1698
|
* Constructor for a new `DynamicSideContent`.
|
|
1660
1699
|
*
|
|
@@ -1756,9 +1795,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1756
1795
|
/**
|
|
1757
1796
|
* The function to be called when the event occurs
|
|
1758
1797
|
*/
|
|
1759
|
-
fnFunction: (
|
|
1760
|
-
p1: Event<$DynamicSideContentLayoutChangeEventParameters>
|
|
1761
|
-
) => void,
|
|
1798
|
+
fnFunction: (p1: DynamicSideContent$LayoutChangeEvent) => void,
|
|
1762
1799
|
/**
|
|
1763
1800
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.DynamicSideContent`
|
|
1764
1801
|
* itself
|
|
@@ -1779,9 +1816,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1779
1816
|
/**
|
|
1780
1817
|
* The function to be called when the event occurs
|
|
1781
1818
|
*/
|
|
1782
|
-
fnFunction: (
|
|
1783
|
-
p1: Event<$DynamicSideContentLayoutChangeEventParameters>
|
|
1784
|
-
) => void,
|
|
1819
|
+
fnFunction: (p1: DynamicSideContent$LayoutChangeEvent) => void,
|
|
1785
1820
|
/**
|
|
1786
1821
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.DynamicSideContent`
|
|
1787
1822
|
* itself
|
|
@@ -1811,16 +1846,14 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1811
1846
|
/**
|
|
1812
1847
|
* The function to be called, when the event occurs
|
|
1813
1848
|
*/
|
|
1814
|
-
fnFunction: (
|
|
1815
|
-
p1: Event<$DynamicSideContentLayoutChangeEventParameters>
|
|
1816
|
-
) => void,
|
|
1849
|
+
fnFunction: (p1: DynamicSideContent$LayoutChangeEvent) => void,
|
|
1817
1850
|
/**
|
|
1818
1851
|
* Context object on which the given function had to be called
|
|
1819
1852
|
*/
|
|
1820
1853
|
oListener?: object
|
|
1821
1854
|
): this;
|
|
1822
1855
|
/**
|
|
1823
|
-
* @
|
|
1856
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1824
1857
|
*
|
|
1825
1858
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
1826
1859
|
*
|
|
@@ -1830,7 +1863,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1830
1863
|
/**
|
|
1831
1864
|
* Parameters to pass along with the event
|
|
1832
1865
|
*/
|
|
1833
|
-
mParameters?: $
|
|
1866
|
+
mParameters?: DynamicSideContent$LayoutChangeEventParameters
|
|
1834
1867
|
): this;
|
|
1835
1868
|
/**
|
|
1836
1869
|
* Gets content of aggregation {@link #getContent content}.
|
|
@@ -2183,7 +2216,6 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
2183
2216
|
*/
|
|
2184
2217
|
toggleContents(): void;
|
|
2185
2218
|
}
|
|
2186
|
-
export default DynamicSideContent;
|
|
2187
2219
|
|
|
2188
2220
|
export interface $DynamicSideContentSettings extends $WebComponentSettings {
|
|
2189
2221
|
/**
|
|
@@ -2270,12 +2302,10 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
2270
2302
|
/**
|
|
2271
2303
|
* Fires when the current breakpoint has been changed.
|
|
2272
2304
|
*/
|
|
2273
|
-
layoutChange?: (
|
|
2274
|
-
oEvent: Event<$DynamicSideContentLayoutChangeEventParameters>
|
|
2275
|
-
) => void;
|
|
2305
|
+
layoutChange?: (oEvent: DynamicSideContent$LayoutChangeEvent) => void;
|
|
2276
2306
|
}
|
|
2277
2307
|
|
|
2278
|
-
export interface $
|
|
2308
|
+
export interface DynamicSideContent$LayoutChangeEventParameters {
|
|
2279
2309
|
/**
|
|
2280
2310
|
* the current breakpoint.
|
|
2281
2311
|
*/
|
|
@@ -2296,6 +2326,8 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
2296
2326
|
*/
|
|
2297
2327
|
sideContentVisible?: boolean;
|
|
2298
2328
|
}
|
|
2329
|
+
|
|
2330
|
+
export type DynamicSideContent$LayoutChangeEvent = Event<DynamicSideContent$LayoutChangeEventParameters>;
|
|
2299
2331
|
}
|
|
2300
2332
|
|
|
2301
2333
|
declare module "sap/ui/webc/fiori/FilterItem" {
|
|
@@ -2314,14 +2346,14 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2314
2346
|
} from "sap/ui/base/ManagedObject";
|
|
2315
2347
|
|
|
2316
2348
|
/**
|
|
2317
|
-
* @
|
|
2318
|
-
* @
|
|
2349
|
+
* @since 1.97.0
|
|
2350
|
+
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2319
2351
|
*
|
|
2320
2352
|
* Overview:
|
|
2321
2353
|
*
|
|
2322
2354
|
* Usage:
|
|
2323
2355
|
*/
|
|
2324
|
-
class FilterItem extends WebComponent implements IFilterItem {
|
|
2356
|
+
export default class FilterItem extends WebComponent implements IFilterItem {
|
|
2325
2357
|
__implements__sap_ui_webc_fiori_IFilterItem: boolean;
|
|
2326
2358
|
/**
|
|
2327
2359
|
* Constructor for a new `FilterItem`.
|
|
@@ -2400,6 +2432,16 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2400
2432
|
* @returns Reference to `this` in order to allow method chaining
|
|
2401
2433
|
*/
|
|
2402
2434
|
destroyValues(): this;
|
|
2435
|
+
/**
|
|
2436
|
+
* Gets current value of property {@link #getAdditionalText additionalText}.
|
|
2437
|
+
*
|
|
2438
|
+
* Defines the additional text of the component.
|
|
2439
|
+
*
|
|
2440
|
+
* Default value is `empty string`.
|
|
2441
|
+
*
|
|
2442
|
+
* @returns Value of property `additionalText`
|
|
2443
|
+
*/
|
|
2444
|
+
getAdditionalText(): string;
|
|
2403
2445
|
/**
|
|
2404
2446
|
* Gets current value of property {@link #getText text}.
|
|
2405
2447
|
*
|
|
@@ -2464,6 +2506,23 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2464
2506
|
*/
|
|
2465
2507
|
vValue: int | string | IFilterItemOption
|
|
2466
2508
|
): IFilterItemOption | null;
|
|
2509
|
+
/**
|
|
2510
|
+
* Sets a new value for property {@link #getAdditionalText additionalText}.
|
|
2511
|
+
*
|
|
2512
|
+
* Defines the additional text of the component.
|
|
2513
|
+
*
|
|
2514
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2515
|
+
*
|
|
2516
|
+
* Default value is `empty string`.
|
|
2517
|
+
*
|
|
2518
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2519
|
+
*/
|
|
2520
|
+
setAdditionalText(
|
|
2521
|
+
/**
|
|
2522
|
+
* New value for property `additionalText`
|
|
2523
|
+
*/
|
|
2524
|
+
sAdditionalText?: string
|
|
2525
|
+
): this;
|
|
2467
2526
|
/**
|
|
2468
2527
|
* Sets a new value for property {@link #getText text}.
|
|
2469
2528
|
*
|
|
@@ -2482,9 +2541,13 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2482
2541
|
sText?: string
|
|
2483
2542
|
): this;
|
|
2484
2543
|
}
|
|
2485
|
-
export default FilterItem;
|
|
2486
2544
|
|
|
2487
2545
|
export interface $FilterItemSettings extends $WebComponentSettings {
|
|
2546
|
+
/**
|
|
2547
|
+
* Defines the additional text of the component.
|
|
2548
|
+
*/
|
|
2549
|
+
additionalText?: string | PropertyBindingInfo;
|
|
2550
|
+
|
|
2488
2551
|
/**
|
|
2489
2552
|
* Defines the text of the component.
|
|
2490
2553
|
*/
|
|
@@ -2514,14 +2577,16 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2514
2577
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2515
2578
|
|
|
2516
2579
|
/**
|
|
2517
|
-
* @
|
|
2518
|
-
* @
|
|
2580
|
+
* @since 1.97.0
|
|
2581
|
+
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2519
2582
|
*
|
|
2520
2583
|
* Overview:
|
|
2521
2584
|
*
|
|
2522
2585
|
* Usage:
|
|
2523
2586
|
*/
|
|
2524
|
-
class FilterItemOption
|
|
2587
|
+
export default class FilterItemOption
|
|
2588
|
+
extends WebComponent
|
|
2589
|
+
implements IFilterItemOption {
|
|
2525
2590
|
__implements__sap_ui_webc_fiori_IFilterItemOption: boolean;
|
|
2526
2591
|
/**
|
|
2527
2592
|
* Constructor for a new `FilterItemOption`.
|
|
@@ -2586,7 +2651,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2586
2651
|
/**
|
|
2587
2652
|
* Gets current value of property {@link #getSelected selected}.
|
|
2588
2653
|
*
|
|
2589
|
-
* Defines
|
|
2654
|
+
* Defines if the component is selected.
|
|
2590
2655
|
*
|
|
2591
2656
|
* Default value is `false`.
|
|
2592
2657
|
*
|
|
@@ -2606,7 +2671,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2606
2671
|
/**
|
|
2607
2672
|
* Sets a new value for property {@link #getSelected selected}.
|
|
2608
2673
|
*
|
|
2609
|
-
* Defines
|
|
2674
|
+
* Defines if the component is selected.
|
|
2610
2675
|
*
|
|
2611
2676
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2612
2677
|
*
|
|
@@ -2638,11 +2703,10 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2638
2703
|
sText?: string
|
|
2639
2704
|
): this;
|
|
2640
2705
|
}
|
|
2641
|
-
export default FilterItemOption;
|
|
2642
2706
|
|
|
2643
2707
|
export interface $FilterItemOptionSettings extends $WebComponentSettings {
|
|
2644
2708
|
/**
|
|
2645
|
-
* Defines
|
|
2709
|
+
* Defines if the component is selected.
|
|
2646
2710
|
*/
|
|
2647
2711
|
selected?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2648
2712
|
|
|
@@ -2659,8 +2723,6 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2659
2723
|
$WebComponentSettings,
|
|
2660
2724
|
} from "sap/ui/webc/common/WebComponent";
|
|
2661
2725
|
|
|
2662
|
-
import Event from "sap/ui/base/Event";
|
|
2663
|
-
|
|
2664
2726
|
import Control from "sap/ui/core/Control";
|
|
2665
2727
|
|
|
2666
2728
|
import { CSSSize } from "sap/ui/core/library";
|
|
@@ -2671,9 +2733,11 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2671
2733
|
|
|
2672
2734
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2673
2735
|
|
|
2736
|
+
import Event from "sap/ui/base/Event";
|
|
2737
|
+
|
|
2674
2738
|
/**
|
|
2675
|
-
* @
|
|
2676
|
-
* @
|
|
2739
|
+
* @since 1.92.0
|
|
2740
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2677
2741
|
*
|
|
2678
2742
|
* Overview:
|
|
2679
2743
|
*
|
|
@@ -2697,7 +2761,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2697
2761
|
*
|
|
2698
2762
|
* Keyboard Handling:
|
|
2699
2763
|
*/
|
|
2700
|
-
class FlexibleColumnLayout extends WebComponent {
|
|
2764
|
+
export default class FlexibleColumnLayout extends WebComponent {
|
|
2701
2765
|
/**
|
|
2702
2766
|
* Constructor for a new `FlexibleColumnLayout`.
|
|
2703
2767
|
*
|
|
@@ -2778,9 +2842,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2778
2842
|
/**
|
|
2779
2843
|
* The function to be called when the event occurs
|
|
2780
2844
|
*/
|
|
2781
|
-
fnFunction: (
|
|
2782
|
-
p1: Event<$FlexibleColumnLayoutLayoutChangeEventParameters>
|
|
2783
|
-
) => void,
|
|
2845
|
+
fnFunction: (p1: FlexibleColumnLayout$LayoutChangeEvent) => void,
|
|
2784
2846
|
/**
|
|
2785
2847
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.FlexibleColumnLayout`
|
|
2786
2848
|
* itself
|
|
@@ -2802,9 +2864,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2802
2864
|
/**
|
|
2803
2865
|
* The function to be called when the event occurs
|
|
2804
2866
|
*/
|
|
2805
|
-
fnFunction: (
|
|
2806
|
-
p1: Event<$FlexibleColumnLayoutLayoutChangeEventParameters>
|
|
2807
|
-
) => void,
|
|
2867
|
+
fnFunction: (p1: FlexibleColumnLayout$LayoutChangeEvent) => void,
|
|
2808
2868
|
/**
|
|
2809
2869
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.FlexibleColumnLayout`
|
|
2810
2870
|
* itself
|
|
@@ -2840,16 +2900,14 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2840
2900
|
/**
|
|
2841
2901
|
* The function to be called, when the event occurs
|
|
2842
2902
|
*/
|
|
2843
|
-
fnFunction: (
|
|
2844
|
-
p1: Event<$FlexibleColumnLayoutLayoutChangeEventParameters>
|
|
2845
|
-
) => void,
|
|
2903
|
+
fnFunction: (p1: FlexibleColumnLayout$LayoutChangeEvent) => void,
|
|
2846
2904
|
/**
|
|
2847
2905
|
* Context object on which the given function had to be called
|
|
2848
2906
|
*/
|
|
2849
2907
|
oListener?: object
|
|
2850
2908
|
): this;
|
|
2851
2909
|
/**
|
|
2852
|
-
* @
|
|
2910
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2853
2911
|
*
|
|
2854
2912
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
2855
2913
|
*
|
|
@@ -2859,7 +2917,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2859
2917
|
/**
|
|
2860
2918
|
* Parameters to pass along with the event
|
|
2861
2919
|
*/
|
|
2862
|
-
mParameters?: $
|
|
2920
|
+
mParameters?: FlexibleColumnLayout$LayoutChangeEventParameters
|
|
2863
2921
|
): this;
|
|
2864
2922
|
/**
|
|
2865
2923
|
* Gets current value of property {@link #getAccessibilityRoles accessibilityRoles}.
|
|
@@ -3158,7 +3216,6 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3158
3216
|
sWidth: CSSSize
|
|
3159
3217
|
): this;
|
|
3160
3218
|
}
|
|
3161
|
-
export default FlexibleColumnLayout;
|
|
3162
3219
|
|
|
3163
3220
|
export interface $FlexibleColumnLayoutSettings extends $WebComponentSettings {
|
|
3164
3221
|
/**
|
|
@@ -3247,16 +3304,14 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3247
3304
|
* Fired when the layout changes via user interaction by clicking the arrows or by changing the component
|
|
3248
3305
|
* size due to resizing.
|
|
3249
3306
|
*/
|
|
3250
|
-
layoutChange?: (
|
|
3251
|
-
oEvent: Event<$FlexibleColumnLayoutLayoutChangeEventParameters>
|
|
3252
|
-
) => void;
|
|
3307
|
+
layoutChange?: (oEvent: FlexibleColumnLayout$LayoutChangeEvent) => void;
|
|
3253
3308
|
}
|
|
3254
3309
|
|
|
3255
|
-
export interface $
|
|
3310
|
+
export interface FlexibleColumnLayout$LayoutChangeEventParameters {
|
|
3256
3311
|
/**
|
|
3257
3312
|
* The current layout
|
|
3258
3313
|
*/
|
|
3259
|
-
layout?: FCLLayout;
|
|
3314
|
+
layout?: FCLLayout | keyof typeof FCLLayout;
|
|
3260
3315
|
|
|
3261
3316
|
/**
|
|
3262
3317
|
* The effective column layout, f.e [67%, 33%, 0]
|
|
@@ -3288,6 +3343,8 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3288
3343
|
*/
|
|
3289
3344
|
resize?: boolean;
|
|
3290
3345
|
}
|
|
3346
|
+
|
|
3347
|
+
export type FlexibleColumnLayout$LayoutChangeEvent = Event<FlexibleColumnLayout$LayoutChangeEventParameters>;
|
|
3291
3348
|
}
|
|
3292
3349
|
|
|
3293
3350
|
declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
@@ -3298,6 +3355,10 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3298
3355
|
|
|
3299
3356
|
import { IButton } from "sap/ui/webc/main/library";
|
|
3300
3357
|
|
|
3358
|
+
import { ID } from "sap/ui/core/library";
|
|
3359
|
+
|
|
3360
|
+
import Control from "sap/ui/core/Control";
|
|
3361
|
+
|
|
3301
3362
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
3302
3363
|
|
|
3303
3364
|
import {
|
|
@@ -3305,16 +3366,14 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3305
3366
|
IllustrationMessageSize,
|
|
3306
3367
|
} from "sap/ui/webc/fiori/library";
|
|
3307
3368
|
|
|
3308
|
-
import Control from "sap/ui/core/Control";
|
|
3309
|
-
|
|
3310
3369
|
import {
|
|
3311
3370
|
PropertyBindingInfo,
|
|
3312
3371
|
AggregationBindingInfo,
|
|
3313
3372
|
} from "sap/ui/base/ManagedObject";
|
|
3314
3373
|
|
|
3315
3374
|
/**
|
|
3316
|
-
* @
|
|
3317
|
-
* @
|
|
3375
|
+
* @since 1.95.0
|
|
3376
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3318
3377
|
*
|
|
3319
3378
|
* Overview: An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging
|
|
3320
3379
|
* illustration, and conversational tone to better communicate an empty or a success state than just show
|
|
@@ -3336,7 +3395,7 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3336
3395
|
* Usage: `sap.ui.webc.fiori.IllustratedMessage` is meant to be used inside container component, for example
|
|
3337
3396
|
* a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
|
|
3338
3397
|
*/
|
|
3339
|
-
class IllustratedMessage extends WebComponent {
|
|
3398
|
+
export default class IllustratedMessage extends WebComponent {
|
|
3340
3399
|
/**
|
|
3341
3400
|
* Constructor for a new `IllustratedMessage`.
|
|
3342
3401
|
*
|
|
@@ -3408,6 +3467,17 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3408
3467
|
*/
|
|
3409
3468
|
oAction: IButton
|
|
3410
3469
|
): this;
|
|
3470
|
+
/**
|
|
3471
|
+
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
3472
|
+
*
|
|
3473
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3474
|
+
*/
|
|
3475
|
+
addAriaLabelledBy(
|
|
3476
|
+
/**
|
|
3477
|
+
* The ariaLabelledBy to add; if empty, nothing is inserted
|
|
3478
|
+
*/
|
|
3479
|
+
vAriaLabelledBy: ID | Control
|
|
3480
|
+
): this;
|
|
3411
3481
|
/**
|
|
3412
3482
|
* Destroys all the actions in the aggregation {@link #getActions actions}.
|
|
3413
3483
|
*
|
|
@@ -3420,12 +3490,22 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3420
3490
|
* @returns Reference to `this` in order to allow method chaining
|
|
3421
3491
|
*/
|
|
3422
3492
|
destroySubtitle(): this;
|
|
3493
|
+
/**
|
|
3494
|
+
* Destroys the title in the aggregation {@link #getTitle title}.
|
|
3495
|
+
*
|
|
3496
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3497
|
+
*/
|
|
3498
|
+
destroyTitle(): this;
|
|
3423
3499
|
/**
|
|
3424
3500
|
* Gets content of aggregation {@link #getActions actions}.
|
|
3425
3501
|
*
|
|
3426
3502
|
* Defines the component actions.
|
|
3427
3503
|
*/
|
|
3428
3504
|
getActions(): IButton[];
|
|
3505
|
+
/**
|
|
3506
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
3507
|
+
*/
|
|
3508
|
+
getAriaLabelledBy(): ID[];
|
|
3429
3509
|
/**
|
|
3430
3510
|
* Gets current value of property {@link #getName name}.
|
|
3431
3511
|
*
|
|
@@ -3477,6 +3557,15 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3477
3557
|
* @returns Value of property `subtitleText`
|
|
3478
3558
|
*/
|
|
3479
3559
|
getSubtitleText(): string;
|
|
3560
|
+
/**
|
|
3561
|
+
* Gets content of aggregation {@link #getTitle title}.
|
|
3562
|
+
*
|
|
3563
|
+
* Defines the title of the component.
|
|
3564
|
+
*
|
|
3565
|
+
* **Note:** Using this slot, the default title text of illustration and the value of `title` property
|
|
3566
|
+
* will be overwritten.
|
|
3567
|
+
*/
|
|
3568
|
+
getTitle(): Control;
|
|
3480
3569
|
/**
|
|
3481
3570
|
* Gets current value of property {@link #getTitleText titleText}.
|
|
3482
3571
|
*
|
|
@@ -3537,6 +3626,23 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3537
3626
|
* @returns An array of the removed elements (might be empty)
|
|
3538
3627
|
*/
|
|
3539
3628
|
removeAllActions(): IButton[];
|
|
3629
|
+
/**
|
|
3630
|
+
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
3631
|
+
*
|
|
3632
|
+
* @returns An array of the removed elements (might be empty)
|
|
3633
|
+
*/
|
|
3634
|
+
removeAllAriaLabelledBy(): ID[];
|
|
3635
|
+
/**
|
|
3636
|
+
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
3637
|
+
*
|
|
3638
|
+
* @returns The removed ariaLabelledBy or `null`
|
|
3639
|
+
*/
|
|
3640
|
+
removeAriaLabelledBy(
|
|
3641
|
+
/**
|
|
3642
|
+
* The ariaLabelledBy to be removed or its index or ID
|
|
3643
|
+
*/
|
|
3644
|
+
vAriaLabelledBy: int | ID | Control
|
|
3645
|
+
): ID | null;
|
|
3540
3646
|
/**
|
|
3541
3647
|
* Sets a new value for property {@link #getName name}.
|
|
3542
3648
|
*
|
|
@@ -3611,6 +3717,17 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3611
3717
|
*/
|
|
3612
3718
|
sSubtitleText?: string
|
|
3613
3719
|
): this;
|
|
3720
|
+
/**
|
|
3721
|
+
* Sets the aggregated {@link #getTitle title}.
|
|
3722
|
+
*
|
|
3723
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3724
|
+
*/
|
|
3725
|
+
setTitle(
|
|
3726
|
+
/**
|
|
3727
|
+
* The title to set
|
|
3728
|
+
*/
|
|
3729
|
+
oTitle: Control
|
|
3730
|
+
): this;
|
|
3614
3731
|
/**
|
|
3615
3732
|
* Sets a new value for property {@link #getTitleText titleText}.
|
|
3616
3733
|
*
|
|
@@ -3631,7 +3748,6 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3631
3748
|
sTitleText?: string
|
|
3632
3749
|
): this;
|
|
3633
3750
|
}
|
|
3634
|
-
export default IllustratedMessage;
|
|
3635
3751
|
|
|
3636
3752
|
export interface $IllustratedMessageSettings extends $WebComponentSettings {
|
|
3637
3753
|
name?:
|
|
@@ -3685,6 +3801,19 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3685
3801
|
* property will be overwritten.
|
|
3686
3802
|
*/
|
|
3687
3803
|
subtitle?: Control;
|
|
3804
|
+
|
|
3805
|
+
/**
|
|
3806
|
+
* Defines the title of the component.
|
|
3807
|
+
*
|
|
3808
|
+
* **Note:** Using this slot, the default title text of illustration and the value of `title` property
|
|
3809
|
+
* will be overwritten.
|
|
3810
|
+
*/
|
|
3811
|
+
title?: Control;
|
|
3812
|
+
|
|
3813
|
+
/**
|
|
3814
|
+
* Receives id(or many ids) of the controls that label this control.
|
|
3815
|
+
*/
|
|
3816
|
+
ariaLabelledBy?: Array<Control | string>;
|
|
3688
3817
|
}
|
|
3689
3818
|
}
|
|
3690
3819
|
|
|
@@ -3711,8 +3840,8 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3711
3840
|
} from "sap/ui/base/ManagedObject";
|
|
3712
3841
|
|
|
3713
3842
|
/**
|
|
3714
|
-
* @
|
|
3715
|
-
* @
|
|
3843
|
+
* @since 1.99.0
|
|
3844
|
+
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
3716
3845
|
*
|
|
3717
3846
|
* Overview:
|
|
3718
3847
|
*
|
|
@@ -3733,9 +3862,10 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3733
3862
|
*
|
|
3734
3863
|
* - [UP/DOWN] - Navigates up and down the items
|
|
3735
3864
|
* - [HOME] - Navigates to first item
|
|
3736
|
-
* - [END] - Navigates to the last item
|
|
3865
|
+
* - [END] - Navigates to the last item
|
|
3866
|
+
* - [SPACE/ENTER] - Select an item
|
|
3737
3867
|
*/
|
|
3738
|
-
class MediaGallery extends WebComponent {
|
|
3868
|
+
export default class MediaGallery extends WebComponent {
|
|
3739
3869
|
/**
|
|
3740
3870
|
* Constructor for a new `MediaGallery`.
|
|
3741
3871
|
*
|
|
@@ -3921,9 +4051,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3921
4051
|
/**
|
|
3922
4052
|
* The function to be called when the event occurs
|
|
3923
4053
|
*/
|
|
3924
|
-
fnFunction: (
|
|
3925
|
-
p1: Event<$MediaGallerySelectionChangeEventParameters>
|
|
3926
|
-
) => void,
|
|
4054
|
+
fnFunction: (p1: MediaGallery$SelectionChangeEvent) => void,
|
|
3927
4055
|
/**
|
|
3928
4056
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.MediaGallery` itself
|
|
3929
4057
|
*/
|
|
@@ -3944,9 +4072,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3944
4072
|
/**
|
|
3945
4073
|
* The function to be called when the event occurs
|
|
3946
4074
|
*/
|
|
3947
|
-
fnFunction: (
|
|
3948
|
-
p1: Event<$MediaGallerySelectionChangeEventParameters>
|
|
3949
|
-
) => void,
|
|
4075
|
+
fnFunction: (p1: MediaGallery$SelectionChangeEvent) => void,
|
|
3950
4076
|
/**
|
|
3951
4077
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.MediaGallery` itself
|
|
3952
4078
|
*/
|
|
@@ -4006,16 +4132,14 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4006
4132
|
/**
|
|
4007
4133
|
* The function to be called, when the event occurs
|
|
4008
4134
|
*/
|
|
4009
|
-
fnFunction: (
|
|
4010
|
-
p1: Event<$MediaGallerySelectionChangeEventParameters>
|
|
4011
|
-
) => void,
|
|
4135
|
+
fnFunction: (p1: MediaGallery$SelectionChangeEvent) => void,
|
|
4012
4136
|
/**
|
|
4013
4137
|
* Context object on which the given function had to be called
|
|
4014
4138
|
*/
|
|
4015
4139
|
oListener?: object
|
|
4016
4140
|
): this;
|
|
4017
4141
|
/**
|
|
4018
|
-
* @
|
|
4142
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4019
4143
|
*
|
|
4020
4144
|
* Fires event {@link #event:displayAreaClick displayAreaClick} to attached listeners.
|
|
4021
4145
|
*
|
|
@@ -4028,7 +4152,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4028
4152
|
mParameters?: object
|
|
4029
4153
|
): this;
|
|
4030
4154
|
/**
|
|
4031
|
-
* @
|
|
4155
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4032
4156
|
*
|
|
4033
4157
|
* Fires event {@link #event:overflowClick overflowClick} to attached listeners.
|
|
4034
4158
|
*
|
|
@@ -4041,7 +4165,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4041
4165
|
mParameters?: object
|
|
4042
4166
|
): this;
|
|
4043
4167
|
/**
|
|
4044
|
-
* @
|
|
4168
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4045
4169
|
*
|
|
4046
4170
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
4047
4171
|
*
|
|
@@ -4051,7 +4175,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4051
4175
|
/**
|
|
4052
4176
|
* Parameters to pass along with the event
|
|
4053
4177
|
*/
|
|
4054
|
-
mParameters?: $
|
|
4178
|
+
mParameters?: MediaGallery$SelectionChangeEventParameters
|
|
4055
4179
|
): this;
|
|
4056
4180
|
/**
|
|
4057
4181
|
* Gets current value of property {@link #getInteractiveDisplayArea interactiveDisplayArea}.
|
|
@@ -4289,7 +4413,6 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4289
4413
|
bShowAllThumbnails?: boolean
|
|
4290
4414
|
): this;
|
|
4291
4415
|
}
|
|
4292
|
-
export default MediaGallery;
|
|
4293
4416
|
|
|
4294
4417
|
export interface $MediaGallerySettings extends $WebComponentSettings {
|
|
4295
4418
|
/**
|
|
@@ -4378,21 +4501,25 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4378
4501
|
/**
|
|
4379
4502
|
* Fired when selection is changed by user interaction.
|
|
4380
4503
|
*/
|
|
4381
|
-
selectionChange?: (
|
|
4382
|
-
oEvent: Event<$MediaGallerySelectionChangeEventParameters>
|
|
4383
|
-
) => void;
|
|
4504
|
+
selectionChange?: (oEvent: MediaGallery$SelectionChangeEvent) => void;
|
|
4384
4505
|
}
|
|
4385
4506
|
|
|
4386
|
-
export interface $
|
|
4507
|
+
export interface MediaGallery$DisplayAreaClickEventParameters {}
|
|
4508
|
+
|
|
4509
|
+
export type MediaGallery$DisplayAreaClickEvent = Event<MediaGallery$DisplayAreaClickEventParameters>;
|
|
4387
4510
|
|
|
4388
|
-
export interface $
|
|
4511
|
+
export interface MediaGallery$OverflowClickEventParameters {}
|
|
4389
4512
|
|
|
4390
|
-
export
|
|
4513
|
+
export type MediaGallery$OverflowClickEvent = Event<MediaGallery$OverflowClickEventParameters>;
|
|
4514
|
+
|
|
4515
|
+
export interface MediaGallery$SelectionChangeEventParameters {
|
|
4391
4516
|
/**
|
|
4392
4517
|
* the selected item.
|
|
4393
4518
|
*/
|
|
4394
4519
|
item?: HTMLElement;
|
|
4395
4520
|
}
|
|
4521
|
+
|
|
4522
|
+
export type MediaGallery$SelectionChangeEvent = Event<MediaGallery$SelectionChangeEventParameters>;
|
|
4396
4523
|
}
|
|
4397
4524
|
|
|
4398
4525
|
declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
@@ -4413,8 +4540,8 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4413
4540
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4414
4541
|
|
|
4415
4542
|
/**
|
|
4416
|
-
* @
|
|
4417
|
-
* @
|
|
4543
|
+
* @since 1.99.0
|
|
4544
|
+
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4418
4545
|
*
|
|
4419
4546
|
* Overview: The `sap.ui.webc.fiori.MediaGalleryItem` web component represents the items displayed in the
|
|
4420
4547
|
* `sap.ui.webc.fiori.MediaGallery` web component.
|
|
@@ -4431,7 +4558,9 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4431
4558
|
*
|
|
4432
4559
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
4433
4560
|
*/
|
|
4434
|
-
class MediaGalleryItem
|
|
4561
|
+
export default class MediaGalleryItem
|
|
4562
|
+
extends WebComponent
|
|
4563
|
+
implements IMediaGalleryItem {
|
|
4435
4564
|
__implements__sap_ui_webc_fiori_IMediaGalleryItem: boolean;
|
|
4436
4565
|
/**
|
|
4437
4566
|
* Constructor for a new `MediaGalleryItem`.
|
|
@@ -4631,7 +4760,6 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4631
4760
|
oThumbnail: Control
|
|
4632
4761
|
): this;
|
|
4633
4762
|
}
|
|
4634
|
-
export default MediaGalleryItem;
|
|
4635
4763
|
|
|
4636
4764
|
export interface $MediaGalleryItemSettings extends $WebComponentSettings {
|
|
4637
4765
|
/**
|
|
@@ -4683,14 +4811,18 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4683
4811
|
|
|
4684
4812
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4685
4813
|
|
|
4814
|
+
import Event from "sap/ui/base/Event";
|
|
4815
|
+
|
|
4686
4816
|
/**
|
|
4687
|
-
* @
|
|
4688
|
-
* @
|
|
4817
|
+
* @since 1.92.0
|
|
4818
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4689
4819
|
*
|
|
4690
4820
|
* The `sap.ui.webc.fiori.NotificationAction` represents an abstract action, used in the `sap.ui.webc.fiori.NotificationListItem`
|
|
4691
4821
|
* and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
|
|
4692
4822
|
*/
|
|
4693
|
-
class NotificationAction
|
|
4823
|
+
export default class NotificationAction
|
|
4824
|
+
extends WebComponent
|
|
4825
|
+
implements INotificationAction {
|
|
4694
4826
|
__implements__sap_ui_webc_fiori_INotificationAction: boolean;
|
|
4695
4827
|
/**
|
|
4696
4828
|
* Constructor for a new `NotificationAction`.
|
|
@@ -4752,6 +4884,83 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4752
4884
|
* @returns Metadata object describing this class
|
|
4753
4885
|
*/
|
|
4754
4886
|
static getMetadata(): WebComponentMetadata;
|
|
4887
|
+
/**
|
|
4888
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
|
|
4889
|
+
*
|
|
4890
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
4891
|
+
* otherwise it will be bound to this `sap.ui.webc.fiori.NotificationAction` itself.
|
|
4892
|
+
*
|
|
4893
|
+
* Fired, when the action is pressed.
|
|
4894
|
+
*
|
|
4895
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4896
|
+
*/
|
|
4897
|
+
attachClick(
|
|
4898
|
+
/**
|
|
4899
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
4900
|
+
* object when firing the event
|
|
4901
|
+
*/
|
|
4902
|
+
oData: object,
|
|
4903
|
+
/**
|
|
4904
|
+
* The function to be called when the event occurs
|
|
4905
|
+
*/
|
|
4906
|
+
fnFunction: (p1: NotificationAction$ClickEvent) => void,
|
|
4907
|
+
/**
|
|
4908
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationAction`
|
|
4909
|
+
* itself
|
|
4910
|
+
*/
|
|
4911
|
+
oListener?: object
|
|
4912
|
+
): this;
|
|
4913
|
+
/**
|
|
4914
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
|
|
4915
|
+
*
|
|
4916
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
4917
|
+
* otherwise it will be bound to this `sap.ui.webc.fiori.NotificationAction` itself.
|
|
4918
|
+
*
|
|
4919
|
+
* Fired, when the action is pressed.
|
|
4920
|
+
*
|
|
4921
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4922
|
+
*/
|
|
4923
|
+
attachClick(
|
|
4924
|
+
/**
|
|
4925
|
+
* The function to be called when the event occurs
|
|
4926
|
+
*/
|
|
4927
|
+
fnFunction: (p1: NotificationAction$ClickEvent) => void,
|
|
4928
|
+
/**
|
|
4929
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationAction`
|
|
4930
|
+
* itself
|
|
4931
|
+
*/
|
|
4932
|
+
oListener?: object
|
|
4933
|
+
): this;
|
|
4934
|
+
/**
|
|
4935
|
+
* Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
|
|
4936
|
+
*
|
|
4937
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
4938
|
+
*
|
|
4939
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4940
|
+
*/
|
|
4941
|
+
detachClick(
|
|
4942
|
+
/**
|
|
4943
|
+
* The function to be called, when the event occurs
|
|
4944
|
+
*/
|
|
4945
|
+
fnFunction: (p1: NotificationAction$ClickEvent) => void,
|
|
4946
|
+
/**
|
|
4947
|
+
* Context object on which the given function had to be called
|
|
4948
|
+
*/
|
|
4949
|
+
oListener?: object
|
|
4950
|
+
): this;
|
|
4951
|
+
/**
|
|
4952
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4953
|
+
*
|
|
4954
|
+
* Fires event {@link #event:click click} to attached listeners.
|
|
4955
|
+
*
|
|
4956
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4957
|
+
*/
|
|
4958
|
+
fireClick(
|
|
4959
|
+
/**
|
|
4960
|
+
* Parameters to pass along with the event
|
|
4961
|
+
*/
|
|
4962
|
+
mParameters?: NotificationAction$ClickEventParameters
|
|
4963
|
+
): this;
|
|
4755
4964
|
/**
|
|
4756
4965
|
* Gets current value of property {@link #getDesign design}.
|
|
4757
4966
|
*
|
|
@@ -4887,7 +5096,6 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4887
5096
|
sText?: string
|
|
4888
5097
|
): this;
|
|
4889
5098
|
}
|
|
4890
|
-
export default NotificationAction;
|
|
4891
5099
|
|
|
4892
5100
|
export interface $NotificationActionSettings extends $WebComponentSettings {
|
|
4893
5101
|
/**
|
|
@@ -4925,7 +5133,21 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4925
5133
|
* Defines the text of the `sap.ui.webc.fiori.NotificationAction`.
|
|
4926
5134
|
*/
|
|
4927
5135
|
text?: string | PropertyBindingInfo;
|
|
5136
|
+
|
|
5137
|
+
/**
|
|
5138
|
+
* Fired, when the action is pressed.
|
|
5139
|
+
*/
|
|
5140
|
+
click?: (oEvent: NotificationAction$ClickEvent) => void;
|
|
5141
|
+
}
|
|
5142
|
+
|
|
5143
|
+
export interface NotificationAction$ClickEventParameters {
|
|
5144
|
+
/**
|
|
5145
|
+
* DOM ref of the clicked element
|
|
5146
|
+
*/
|
|
5147
|
+
targetRef?: HTMLElement;
|
|
4928
5148
|
}
|
|
5149
|
+
|
|
5150
|
+
export type NotificationAction$ClickEvent = Event<NotificationAction$ClickEventParameters>;
|
|
4929
5151
|
}
|
|
4930
5152
|
|
|
4931
5153
|
declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
@@ -4951,8 +5173,8 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
4951
5173
|
} from "sap/ui/base/ManagedObject";
|
|
4952
5174
|
|
|
4953
5175
|
/**
|
|
4954
|
-
* @
|
|
4955
|
-
* @
|
|
5176
|
+
* @since 1.92.0
|
|
5177
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4956
5178
|
*
|
|
4957
5179
|
* Overview: The `sap.ui.webc.fiori.NotificationListGroupItem` is a special type of list item, that unlike
|
|
4958
5180
|
* others can group items within self, usually `sap.ui.webc.fiori.NotificationListItem` items.
|
|
@@ -4974,7 +5196,9 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
4974
5196
|
* The `sap.ui.webc.fiori.NotificationListGroupItem` exposes the following CSS Shadow Parts:
|
|
4975
5197
|
* - title-text - Used to style the titleText of the notification list group item
|
|
4976
5198
|
*/
|
|
4977
|
-
class NotificationListGroupItem
|
|
5199
|
+
export default class NotificationListGroupItem
|
|
5200
|
+
extends WebComponent
|
|
5201
|
+
implements IListItem {
|
|
4978
5202
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
4979
5203
|
/**
|
|
4980
5204
|
* Constructor for a new `NotificationListGroupItem`.
|
|
@@ -5077,7 +5301,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5077
5301
|
/**
|
|
5078
5302
|
* The function to be called when the event occurs
|
|
5079
5303
|
*/
|
|
5080
|
-
fnFunction: (p1:
|
|
5304
|
+
fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
|
|
5081
5305
|
/**
|
|
5082
5306
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListGroupItem`
|
|
5083
5307
|
* itself
|
|
@@ -5098,7 +5322,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5098
5322
|
/**
|
|
5099
5323
|
* The function to be called when the event occurs
|
|
5100
5324
|
*/
|
|
5101
|
-
fnFunction: (p1:
|
|
5325
|
+
fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
|
|
5102
5326
|
/**
|
|
5103
5327
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListGroupItem`
|
|
5104
5328
|
* itself
|
|
@@ -5175,7 +5399,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5175
5399
|
/**
|
|
5176
5400
|
* The function to be called, when the event occurs
|
|
5177
5401
|
*/
|
|
5178
|
-
fnFunction: (p1:
|
|
5402
|
+
fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
|
|
5179
5403
|
/**
|
|
5180
5404
|
* Context object on which the given function had to be called
|
|
5181
5405
|
*/
|
|
@@ -5199,7 +5423,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5199
5423
|
oListener?: object
|
|
5200
5424
|
): this;
|
|
5201
5425
|
/**
|
|
5202
|
-
* @
|
|
5426
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5203
5427
|
*
|
|
5204
5428
|
* Fires event {@link #event:close close} to attached listeners.
|
|
5205
5429
|
*
|
|
@@ -5209,10 +5433,10 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5209
5433
|
/**
|
|
5210
5434
|
* Parameters to pass along with the event
|
|
5211
5435
|
*/
|
|
5212
|
-
mParameters?:
|
|
5436
|
+
mParameters?: NotificationListGroupItem$CloseEventParameters
|
|
5213
5437
|
): this;
|
|
5214
5438
|
/**
|
|
5215
|
-
* @
|
|
5439
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5216
5440
|
*
|
|
5217
5441
|
* Fires event {@link #event:toggle toggle} to attached listeners.
|
|
5218
5442
|
*
|
|
@@ -5564,7 +5788,6 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5564
5788
|
sTitleText?: string
|
|
5565
5789
|
): this;
|
|
5566
5790
|
}
|
|
5567
|
-
export default NotificationListGroupItem;
|
|
5568
5791
|
|
|
5569
5792
|
export interface $NotificationListGroupItemSettings
|
|
5570
5793
|
extends $WebComponentSettings {
|
|
@@ -5641,7 +5864,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5641
5864
|
/**
|
|
5642
5865
|
* Fired when the `Close` button is pressed.
|
|
5643
5866
|
*/
|
|
5644
|
-
close?: (oEvent:
|
|
5867
|
+
close?: (oEvent: NotificationListGroupItem$CloseEvent) => void;
|
|
5645
5868
|
|
|
5646
5869
|
/**
|
|
5647
5870
|
* Fired when the `sap.ui.webc.fiori.NotificationListGroupItem` is expanded/collapsed by user interaction.
|
|
@@ -5649,9 +5872,18 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5649
5872
|
toggle?: (oEvent: Event) => void;
|
|
5650
5873
|
}
|
|
5651
5874
|
|
|
5652
|
-
export interface $
|
|
5875
|
+
export interface NotificationListGroupItem$CloseEventParameters {
|
|
5876
|
+
/**
|
|
5877
|
+
* the closed item.
|
|
5878
|
+
*/
|
|
5879
|
+
item?: HTMLElement;
|
|
5880
|
+
}
|
|
5881
|
+
|
|
5882
|
+
export type NotificationListGroupItem$CloseEvent = Event<NotificationListGroupItem$CloseEventParameters>;
|
|
5883
|
+
|
|
5884
|
+
export interface NotificationListGroupItem$ToggleEventParameters {}
|
|
5653
5885
|
|
|
5654
|
-
export
|
|
5886
|
+
export type NotificationListGroupItem$ToggleEvent = Event<NotificationListGroupItem$ToggleEventParameters>;
|
|
5655
5887
|
}
|
|
5656
5888
|
|
|
5657
5889
|
declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
@@ -5674,8 +5906,6 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5674
5906
|
|
|
5675
5907
|
import Control from "sap/ui/core/Control";
|
|
5676
5908
|
|
|
5677
|
-
import Event from "sap/ui/base/Event";
|
|
5678
|
-
|
|
5679
5909
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
5680
5910
|
|
|
5681
5911
|
import {
|
|
@@ -5683,9 +5913,11 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5683
5913
|
AggregationBindingInfo,
|
|
5684
5914
|
} from "sap/ui/base/ManagedObject";
|
|
5685
5915
|
|
|
5916
|
+
import Event from "sap/ui/base/Event";
|
|
5917
|
+
|
|
5686
5918
|
/**
|
|
5687
|
-
* @
|
|
5688
|
-
* @
|
|
5919
|
+
* @since 1.92.0
|
|
5920
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5689
5921
|
*
|
|
5690
5922
|
* Overview: The `sap.ui.webc.fiori.NotificationListItem` is a type of list item, meant to display notifications.
|
|
5691
5923
|
*
|
|
@@ -5710,7 +5942,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5710
5942
|
* The `sap.ui.webc.fiori.NotificationListItem` exposes the following CSS Shadow Parts:
|
|
5711
5943
|
* - title-text - Used to style the titleText of the notification list item
|
|
5712
5944
|
*/
|
|
5713
|
-
class NotificationListItem
|
|
5945
|
+
export default class NotificationListItem
|
|
5714
5946
|
extends WebComponent
|
|
5715
5947
|
implements INotificationListItem, IListItem {
|
|
5716
5948
|
__implements__sap_ui_webc_fiori_INotificationListItem: boolean;
|
|
@@ -5816,7 +6048,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5816
6048
|
/**
|
|
5817
6049
|
* The function to be called when the event occurs
|
|
5818
6050
|
*/
|
|
5819
|
-
fnFunction: (p1:
|
|
6051
|
+
fnFunction: (p1: NotificationListItem$CloseEvent) => void,
|
|
5820
6052
|
/**
|
|
5821
6053
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListItem`
|
|
5822
6054
|
* itself
|
|
@@ -5837,7 +6069,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5837
6069
|
/**
|
|
5838
6070
|
* The function to be called when the event occurs
|
|
5839
6071
|
*/
|
|
5840
|
-
fnFunction: (p1:
|
|
6072
|
+
fnFunction: (p1: NotificationListItem$CloseEvent) => void,
|
|
5841
6073
|
/**
|
|
5842
6074
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListItem`
|
|
5843
6075
|
* itself
|
|
@@ -5873,14 +6105,14 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5873
6105
|
/**
|
|
5874
6106
|
* The function to be called, when the event occurs
|
|
5875
6107
|
*/
|
|
5876
|
-
fnFunction: (p1:
|
|
6108
|
+
fnFunction: (p1: NotificationListItem$CloseEvent) => void,
|
|
5877
6109
|
/**
|
|
5878
6110
|
* Context object on which the given function had to be called
|
|
5879
6111
|
*/
|
|
5880
6112
|
oListener?: object
|
|
5881
6113
|
): this;
|
|
5882
6114
|
/**
|
|
5883
|
-
* @
|
|
6115
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5884
6116
|
*
|
|
5885
6117
|
* Fires event {@link #event:close close} to attached listeners.
|
|
5886
6118
|
*
|
|
@@ -5890,7 +6122,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5890
6122
|
/**
|
|
5891
6123
|
* Parameters to pass along with the event
|
|
5892
6124
|
*/
|
|
5893
|
-
mParameters?:
|
|
6125
|
+
mParameters?: NotificationListItem$CloseEventParameters
|
|
5894
6126
|
): this;
|
|
5895
6127
|
/**
|
|
5896
6128
|
* Gets content of aggregation {@link #getActions actions}.
|
|
@@ -6002,7 +6234,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6002
6234
|
*
|
|
6003
6235
|
*
|
|
6004
6236
|
*
|
|
6005
|
-
* **Note:** by default the `titleText` and `
|
|
6237
|
+
* **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
|
|
6006
6238
|
*
|
|
6007
6239
|
* Default value is `None`.
|
|
6008
6240
|
*
|
|
@@ -6248,7 +6480,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6248
6480
|
*
|
|
6249
6481
|
*
|
|
6250
6482
|
*
|
|
6251
|
-
* **Note:** by default the `titleText` and `
|
|
6483
|
+
* **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
|
|
6252
6484
|
*
|
|
6253
6485
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6254
6486
|
*
|
|
@@ -6263,7 +6495,6 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6263
6495
|
sWrappingType?: WrappingType | keyof typeof WrappingType
|
|
6264
6496
|
): this;
|
|
6265
6497
|
}
|
|
6266
|
-
export default NotificationListItem;
|
|
6267
6498
|
|
|
6268
6499
|
export interface $NotificationListItemSettings extends $WebComponentSettings {
|
|
6269
6500
|
/**
|
|
@@ -6315,7 +6546,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6315
6546
|
*
|
|
6316
6547
|
*
|
|
6317
6548
|
*
|
|
6318
|
-
* **Note:** by default the `titleText` and `
|
|
6549
|
+
* **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
|
|
6319
6550
|
*/
|
|
6320
6551
|
wrappingType?:
|
|
6321
6552
|
| (WrappingType | keyof typeof WrappingType)
|
|
@@ -6353,10 +6584,17 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6353
6584
|
/**
|
|
6354
6585
|
* Fired when the `Close` button is pressed.
|
|
6355
6586
|
*/
|
|
6356
|
-
close?: (oEvent:
|
|
6587
|
+
close?: (oEvent: NotificationListItem$CloseEvent) => void;
|
|
6357
6588
|
}
|
|
6358
6589
|
|
|
6359
|
-
export interface $
|
|
6590
|
+
export interface NotificationListItem$CloseEventParameters {
|
|
6591
|
+
/**
|
|
6592
|
+
* the closed item.
|
|
6593
|
+
*/
|
|
6594
|
+
item?: HTMLElement;
|
|
6595
|
+
}
|
|
6596
|
+
|
|
6597
|
+
export type NotificationListItem$CloseEvent = Event<NotificationListItem$CloseEventParameters>;
|
|
6360
6598
|
}
|
|
6361
6599
|
|
|
6362
6600
|
declare module "sap/ui/webc/fiori/Page" {
|
|
@@ -6379,8 +6617,8 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6379
6617
|
} from "sap/ui/base/ManagedObject";
|
|
6380
6618
|
|
|
6381
6619
|
/**
|
|
6382
|
-
* @
|
|
6383
|
-
* @
|
|
6620
|
+
* @since 1.92.0
|
|
6621
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6384
6622
|
*
|
|
6385
6623
|
* Overview:
|
|
6386
6624
|
*
|
|
@@ -6394,9 +6632,10 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6394
6632
|
*
|
|
6395
6633
|
* **Note:** `sap.ui.webc.fiori.Page` occipues the whole available space of its parent. In order to achieve
|
|
6396
6634
|
* the intended design you have to make sure that there is enough space for the `sap.ui.webc.fiori.Page`
|
|
6397
|
-
* to be rendered.
|
|
6635
|
+
* to be rendered. **Note:** In order for the `sap.ui.webc.fiori.Page` to be displayed, the parent element
|
|
6636
|
+
* should have fixed height.
|
|
6398
6637
|
*/
|
|
6399
|
-
class Page extends WebComponent {
|
|
6638
|
+
export default class Page extends WebComponent {
|
|
6400
6639
|
/**
|
|
6401
6640
|
* Constructor for a new `Page`.
|
|
6402
6641
|
*
|
|
@@ -6755,7 +6994,6 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6755
6994
|
sWidth: CSSSize
|
|
6756
6995
|
): this;
|
|
6757
6996
|
}
|
|
6758
|
-
export default Page;
|
|
6759
6997
|
|
|
6760
6998
|
export interface $PageSettings extends $WebComponentSettings {
|
|
6761
6999
|
/**
|
|
@@ -6832,8 +7070,8 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
6832
7070
|
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6833
7071
|
|
|
6834
7072
|
/**
|
|
6835
|
-
* @
|
|
6836
|
-
* @
|
|
7073
|
+
* @since 1.92.0
|
|
7074
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6837
7075
|
*
|
|
6838
7076
|
* Overview:
|
|
6839
7077
|
*
|
|
@@ -6851,7 +7089,7 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
6851
7089
|
* - [UP/DOWN] - Navigates up and down the items
|
|
6852
7090
|
* - [LEFT/RIGHT] - Navigates left and right the items
|
|
6853
7091
|
*/
|
|
6854
|
-
class ProductSwitch extends WebComponent {
|
|
7092
|
+
export default class ProductSwitch extends WebComponent {
|
|
6855
7093
|
/**
|
|
6856
7094
|
* Constructor for a new `ProductSwitch`.
|
|
6857
7095
|
*
|
|
@@ -6984,7 +7222,6 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
6984
7222
|
vItem: int | string | IProductSwitchItem
|
|
6985
7223
|
): IProductSwitchItem | null;
|
|
6986
7224
|
}
|
|
6987
|
-
export default ProductSwitch;
|
|
6988
7225
|
|
|
6989
7226
|
export interface $ProductSwitchSettings extends $WebComponentSettings {
|
|
6990
7227
|
/**
|
|
@@ -7013,8 +7250,8 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7013
7250
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7014
7251
|
|
|
7015
7252
|
/**
|
|
7016
|
-
* @
|
|
7017
|
-
* @
|
|
7253
|
+
* @since 1.92.0
|
|
7254
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7018
7255
|
*
|
|
7019
7256
|
* Overview: The `sap.ui.webc.fiori.ProductSwitchItem` web component represents the items displayed in the
|
|
7020
7257
|
* `sap.ui.webc.fiori.ProductSwitch` web component.
|
|
@@ -7031,7 +7268,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7031
7268
|
*
|
|
7032
7269
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
7033
7270
|
*/
|
|
7034
|
-
class ProductSwitchItem
|
|
7271
|
+
export default class ProductSwitchItem
|
|
7272
|
+
extends WebComponent
|
|
7273
|
+
implements IProductSwitchItem {
|
|
7035
7274
|
__implements__sap_ui_webc_fiori_IProductSwitchItem: boolean;
|
|
7036
7275
|
/**
|
|
7037
7276
|
* Constructor for a new `ProductSwitchItem`.
|
|
@@ -7160,7 +7399,7 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7160
7399
|
oListener?: object
|
|
7161
7400
|
): this;
|
|
7162
7401
|
/**
|
|
7163
|
-
* @
|
|
7402
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7164
7403
|
*
|
|
7165
7404
|
* Fires event {@link #event:click click} to attached listeners.
|
|
7166
7405
|
*
|
|
@@ -7212,8 +7451,6 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7212
7451
|
* - `_parent`
|
|
7213
7452
|
* - `_search`
|
|
7214
7453
|
*
|
|
7215
|
-
* Default value is `"_self"`.
|
|
7216
|
-
*
|
|
7217
7454
|
* @returns Value of property `target`
|
|
7218
7455
|
*/
|
|
7219
7456
|
getTarget(): string;
|
|
@@ -7293,15 +7530,13 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7293
7530
|
*
|
|
7294
7531
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7295
7532
|
*
|
|
7296
|
-
* Default value is `"_self"`.
|
|
7297
|
-
*
|
|
7298
7533
|
* @returns Reference to `this` in order to allow method chaining
|
|
7299
7534
|
*/
|
|
7300
7535
|
setTarget(
|
|
7301
7536
|
/**
|
|
7302
7537
|
* New value for property `target`
|
|
7303
7538
|
*/
|
|
7304
|
-
sTarget
|
|
7539
|
+
sTarget: string
|
|
7305
7540
|
): this;
|
|
7306
7541
|
/**
|
|
7307
7542
|
* Sets a new value for property {@link #getTargetSrc targetSrc}.
|
|
@@ -7338,7 +7573,6 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7338
7573
|
sTitleText?: string
|
|
7339
7574
|
): this;
|
|
7340
7575
|
}
|
|
7341
|
-
export default ProductSwitchItem;
|
|
7342
7576
|
|
|
7343
7577
|
export interface $ProductSwitchItemSettings extends $WebComponentSettings {
|
|
7344
7578
|
/**
|
|
@@ -7388,7 +7622,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7388
7622
|
click?: (oEvent: Event) => void;
|
|
7389
7623
|
}
|
|
7390
7624
|
|
|
7391
|
-
export interface $
|
|
7625
|
+
export interface ProductSwitchItem$ClickEventParameters {}
|
|
7626
|
+
|
|
7627
|
+
export type ProductSwitchItem$ClickEvent = Event<ProductSwitchItem$ClickEventParameters>;
|
|
7392
7628
|
}
|
|
7393
7629
|
|
|
7394
7630
|
declare module "sap/ui/webc/fiori/ShellBar" {
|
|
@@ -7406,8 +7642,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7406
7642
|
IButton,
|
|
7407
7643
|
} from "sap/ui/webc/main/library";
|
|
7408
7644
|
|
|
7409
|
-
import Event from "sap/ui/base/Event";
|
|
7410
|
-
|
|
7411
7645
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
7412
7646
|
|
|
7413
7647
|
import {
|
|
@@ -7415,9 +7649,11 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7415
7649
|
AggregationBindingInfo,
|
|
7416
7650
|
} from "sap/ui/base/ManagedObject";
|
|
7417
7651
|
|
|
7652
|
+
import Event from "sap/ui/base/Event";
|
|
7653
|
+
|
|
7418
7654
|
/**
|
|
7419
|
-
* @
|
|
7420
|
-
* @
|
|
7655
|
+
* @since 1.92.0
|
|
7656
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7421
7657
|
*
|
|
7422
7658
|
* Overview:
|
|
7423
7659
|
*
|
|
@@ -7445,7 +7681,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7445
7681
|
*
|
|
7446
7682
|
* Keyboard Handling:
|
|
7447
7683
|
*/
|
|
7448
|
-
class ShellBar extends WebComponent {
|
|
7684
|
+
export default class ShellBar extends WebComponent {
|
|
7449
7685
|
/**
|
|
7450
7686
|
* Constructor for a new `ShellBar`.
|
|
7451
7687
|
*
|
|
@@ -7547,7 +7783,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7547
7783
|
/**
|
|
7548
7784
|
* The function to be called when the event occurs
|
|
7549
7785
|
*/
|
|
7550
|
-
fnFunction: (p1:
|
|
7786
|
+
fnFunction: (p1: ShellBar$CoPilotClickEvent) => void,
|
|
7551
7787
|
/**
|
|
7552
7788
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7553
7789
|
*/
|
|
@@ -7567,7 +7803,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7567
7803
|
/**
|
|
7568
7804
|
* The function to be called when the event occurs
|
|
7569
7805
|
*/
|
|
7570
|
-
fnFunction: (p1:
|
|
7806
|
+
fnFunction: (p1: ShellBar$CoPilotClickEvent) => void,
|
|
7571
7807
|
/**
|
|
7572
7808
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7573
7809
|
*/
|
|
@@ -7592,7 +7828,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7592
7828
|
/**
|
|
7593
7829
|
* The function to be called when the event occurs
|
|
7594
7830
|
*/
|
|
7595
|
-
fnFunction: (p1:
|
|
7831
|
+
fnFunction: (p1: ShellBar$LogoClickEvent) => void,
|
|
7596
7832
|
/**
|
|
7597
7833
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7598
7834
|
*/
|
|
@@ -7612,7 +7848,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7612
7848
|
/**
|
|
7613
7849
|
* The function to be called when the event occurs
|
|
7614
7850
|
*/
|
|
7615
|
-
fnFunction: (p1:
|
|
7851
|
+
fnFunction: (p1: ShellBar$LogoClickEvent) => void,
|
|
7616
7852
|
/**
|
|
7617
7853
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7618
7854
|
*/
|
|
@@ -7638,7 +7874,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7638
7874
|
/**
|
|
7639
7875
|
* The function to be called when the event occurs
|
|
7640
7876
|
*/
|
|
7641
|
-
fnFunction: (p1:
|
|
7877
|
+
fnFunction: (p1: ShellBar$MenuItemClickEvent) => void,
|
|
7642
7878
|
/**
|
|
7643
7879
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7644
7880
|
*/
|
|
@@ -7659,7 +7895,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7659
7895
|
/**
|
|
7660
7896
|
* The function to be called when the event occurs
|
|
7661
7897
|
*/
|
|
7662
|
-
fnFunction: (p1:
|
|
7898
|
+
fnFunction: (p1: ShellBar$MenuItemClickEvent) => void,
|
|
7663
7899
|
/**
|
|
7664
7900
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7665
7901
|
*/
|
|
@@ -7685,9 +7921,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7685
7921
|
/**
|
|
7686
7922
|
* The function to be called when the event occurs
|
|
7687
7923
|
*/
|
|
7688
|
-
fnFunction: (
|
|
7689
|
-
p1: Event<$ShellBarNotificationsClickEventParameters>
|
|
7690
|
-
) => void,
|
|
7924
|
+
fnFunction: (p1: ShellBar$NotificationsClickEvent) => void,
|
|
7691
7925
|
/**
|
|
7692
7926
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7693
7927
|
*/
|
|
@@ -7708,9 +7942,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7708
7942
|
/**
|
|
7709
7943
|
* The function to be called when the event occurs
|
|
7710
7944
|
*/
|
|
7711
|
-
fnFunction: (
|
|
7712
|
-
p1: Event<$ShellBarNotificationsClickEventParameters>
|
|
7713
|
-
) => void,
|
|
7945
|
+
fnFunction: (p1: ShellBar$NotificationsClickEvent) => void,
|
|
7714
7946
|
/**
|
|
7715
7947
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7716
7948
|
*/
|
|
@@ -7737,9 +7969,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7737
7969
|
/**
|
|
7738
7970
|
* The function to be called when the event occurs
|
|
7739
7971
|
*/
|
|
7740
|
-
fnFunction: (
|
|
7741
|
-
p1: Event<$ShellBarProductSwitchClickEventParameters>
|
|
7742
|
-
) => void,
|
|
7972
|
+
fnFunction: (p1: ShellBar$ProductSwitchClickEvent) => void,
|
|
7743
7973
|
/**
|
|
7744
7974
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7745
7975
|
*/
|
|
@@ -7761,9 +7991,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7761
7991
|
/**
|
|
7762
7992
|
* The function to be called when the event occurs
|
|
7763
7993
|
*/
|
|
7764
|
-
fnFunction: (
|
|
7765
|
-
p1: Event<$ShellBarProductSwitchClickEventParameters>
|
|
7766
|
-
) => void,
|
|
7994
|
+
fnFunction: (p1: ShellBar$ProductSwitchClickEvent) => void,
|
|
7767
7995
|
/**
|
|
7768
7996
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7769
7997
|
*/
|
|
@@ -7788,7 +8016,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7788
8016
|
/**
|
|
7789
8017
|
* The function to be called when the event occurs
|
|
7790
8018
|
*/
|
|
7791
|
-
fnFunction: (p1:
|
|
8019
|
+
fnFunction: (p1: ShellBar$ProfileClickEvent) => void,
|
|
7792
8020
|
/**
|
|
7793
8021
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7794
8022
|
*/
|
|
@@ -7808,7 +8036,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7808
8036
|
/**
|
|
7809
8037
|
* The function to be called when the event occurs
|
|
7810
8038
|
*/
|
|
7811
|
-
fnFunction: (p1:
|
|
8039
|
+
fnFunction: (p1: ShellBar$ProfileClickEvent) => void,
|
|
7812
8040
|
/**
|
|
7813
8041
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7814
8042
|
*/
|
|
@@ -7866,7 +8094,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7866
8094
|
/**
|
|
7867
8095
|
* The function to be called, when the event occurs
|
|
7868
8096
|
*/
|
|
7869
|
-
fnFunction: (p1:
|
|
8097
|
+
fnFunction: (p1: ShellBar$CoPilotClickEvent) => void,
|
|
7870
8098
|
/**
|
|
7871
8099
|
* Context object on which the given function had to be called
|
|
7872
8100
|
*/
|
|
@@ -7883,7 +8111,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7883
8111
|
/**
|
|
7884
8112
|
* The function to be called, when the event occurs
|
|
7885
8113
|
*/
|
|
7886
|
-
fnFunction: (p1:
|
|
8114
|
+
fnFunction: (p1: ShellBar$LogoClickEvent) => void,
|
|
7887
8115
|
/**
|
|
7888
8116
|
* Context object on which the given function had to be called
|
|
7889
8117
|
*/
|
|
@@ -7901,7 +8129,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7901
8129
|
/**
|
|
7902
8130
|
* The function to be called, when the event occurs
|
|
7903
8131
|
*/
|
|
7904
|
-
fnFunction: (p1:
|
|
8132
|
+
fnFunction: (p1: ShellBar$MenuItemClickEvent) => void,
|
|
7905
8133
|
/**
|
|
7906
8134
|
* Context object on which the given function had to be called
|
|
7907
8135
|
*/
|
|
@@ -7919,9 +8147,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7919
8147
|
/**
|
|
7920
8148
|
* The function to be called, when the event occurs
|
|
7921
8149
|
*/
|
|
7922
|
-
fnFunction: (
|
|
7923
|
-
p1: Event<$ShellBarNotificationsClickEventParameters>
|
|
7924
|
-
) => void,
|
|
8150
|
+
fnFunction: (p1: ShellBar$NotificationsClickEvent) => void,
|
|
7925
8151
|
/**
|
|
7926
8152
|
* Context object on which the given function had to be called
|
|
7927
8153
|
*/
|
|
@@ -7939,9 +8165,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7939
8165
|
/**
|
|
7940
8166
|
* The function to be called, when the event occurs
|
|
7941
8167
|
*/
|
|
7942
|
-
fnFunction: (
|
|
7943
|
-
p1: Event<$ShellBarProductSwitchClickEventParameters>
|
|
7944
|
-
) => void,
|
|
8168
|
+
fnFunction: (p1: ShellBar$ProductSwitchClickEvent) => void,
|
|
7945
8169
|
/**
|
|
7946
8170
|
* Context object on which the given function had to be called
|
|
7947
8171
|
*/
|
|
@@ -7958,14 +8182,14 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7958
8182
|
/**
|
|
7959
8183
|
* The function to be called, when the event occurs
|
|
7960
8184
|
*/
|
|
7961
|
-
fnFunction: (p1:
|
|
8185
|
+
fnFunction: (p1: ShellBar$ProfileClickEvent) => void,
|
|
7962
8186
|
/**
|
|
7963
8187
|
* Context object on which the given function had to be called
|
|
7964
8188
|
*/
|
|
7965
8189
|
oListener?: object
|
|
7966
8190
|
): this;
|
|
7967
8191
|
/**
|
|
7968
|
-
* @
|
|
8192
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7969
8193
|
*
|
|
7970
8194
|
* Fires event {@link #event:coPilotClick coPilotClick} to attached listeners.
|
|
7971
8195
|
*
|
|
@@ -7975,10 +8199,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7975
8199
|
/**
|
|
7976
8200
|
* Parameters to pass along with the event
|
|
7977
8201
|
*/
|
|
7978
|
-
mParameters?: $
|
|
8202
|
+
mParameters?: ShellBar$CoPilotClickEventParameters
|
|
7979
8203
|
): this;
|
|
7980
8204
|
/**
|
|
7981
|
-
* @
|
|
8205
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7982
8206
|
*
|
|
7983
8207
|
* Fires event {@link #event:logoClick logoClick} to attached listeners.
|
|
7984
8208
|
*
|
|
@@ -7988,10 +8212,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7988
8212
|
/**
|
|
7989
8213
|
* Parameters to pass along with the event
|
|
7990
8214
|
*/
|
|
7991
|
-
mParameters?: $
|
|
8215
|
+
mParameters?: ShellBar$LogoClickEventParameters
|
|
7992
8216
|
): this;
|
|
7993
8217
|
/**
|
|
7994
|
-
* @
|
|
8218
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7995
8219
|
*
|
|
7996
8220
|
* Fires event {@link #event:menuItemClick menuItemClick} to attached listeners.
|
|
7997
8221
|
*
|
|
@@ -8001,10 +8225,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8001
8225
|
/**
|
|
8002
8226
|
* Parameters to pass along with the event
|
|
8003
8227
|
*/
|
|
8004
|
-
mParameters?: $
|
|
8228
|
+
mParameters?: ShellBar$MenuItemClickEventParameters
|
|
8005
8229
|
): this;
|
|
8006
8230
|
/**
|
|
8007
|
-
* @
|
|
8231
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8008
8232
|
*
|
|
8009
8233
|
* Fires event {@link #event:notificationsClick notificationsClick} to attached listeners.
|
|
8010
8234
|
*
|
|
@@ -8017,10 +8241,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8017
8241
|
/**
|
|
8018
8242
|
* Parameters to pass along with the event
|
|
8019
8243
|
*/
|
|
8020
|
-
mParameters?: $
|
|
8244
|
+
mParameters?: ShellBar$NotificationsClickEventParameters
|
|
8021
8245
|
): boolean;
|
|
8022
8246
|
/**
|
|
8023
|
-
* @
|
|
8247
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8024
8248
|
*
|
|
8025
8249
|
* Fires event {@link #event:productSwitchClick productSwitchClick} to attached listeners.
|
|
8026
8250
|
*
|
|
@@ -8033,10 +8257,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8033
8257
|
/**
|
|
8034
8258
|
* Parameters to pass along with the event
|
|
8035
8259
|
*/
|
|
8036
|
-
mParameters?: $
|
|
8260
|
+
mParameters?: ShellBar$ProductSwitchClickEventParameters
|
|
8037
8261
|
): boolean;
|
|
8038
8262
|
/**
|
|
8039
|
-
* @
|
|
8263
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8040
8264
|
*
|
|
8041
8265
|
* Fires event {@link #event:profileClick profileClick} to attached listeners.
|
|
8042
8266
|
*
|
|
@@ -8046,8 +8270,46 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8046
8270
|
/**
|
|
8047
8271
|
* Parameters to pass along with the event
|
|
8048
8272
|
*/
|
|
8049
|
-
mParameters?: $
|
|
8273
|
+
mParameters?: ShellBar$ProfileClickEventParameters
|
|
8050
8274
|
): this;
|
|
8275
|
+
/**
|
|
8276
|
+
* Gets current value of property {@link #getAccessibilityAttributes accessibilityAttributes}.
|
|
8277
|
+
*
|
|
8278
|
+
* An object of strings that defines several additional accessibility attribute values for customization
|
|
8279
|
+
* depending on the use case.
|
|
8280
|
+
*
|
|
8281
|
+
* It supports the following fields:
|
|
8282
|
+
*
|
|
8283
|
+
*
|
|
8284
|
+
* - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
|
|
8285
|
+
* expanded or collapsed. Accepts the following string values:
|
|
8286
|
+
* `true`
|
|
8287
|
+
* - `false`
|
|
8288
|
+
* - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
|
|
8289
|
+
* that can be triggered by the anchor element. Accepts the following string values:
|
|
8290
|
+
* `Dialog`
|
|
8291
|
+
* - `Grid`
|
|
8292
|
+
* - `ListBox`
|
|
8293
|
+
* - `Menu`
|
|
8294
|
+
* - `Tree`
|
|
8295
|
+
*
|
|
8296
|
+
* Default value is `{}`.
|
|
8297
|
+
*
|
|
8298
|
+
* @returns Value of property `accessibilityAttributes`
|
|
8299
|
+
*/
|
|
8300
|
+
getAccessibilityAttributes(): object;
|
|
8301
|
+
/**
|
|
8302
|
+
* Gets current value of property {@link #getAccessibilityRoles accessibilityRoles}.
|
|
8303
|
+
*
|
|
8304
|
+
* An object of strings that defines additional accessibility roles for further customization.
|
|
8305
|
+
*
|
|
8306
|
+
* It supports the following fields: - `logoRole`: the accessibility role for the `logo`
|
|
8307
|
+
*
|
|
8308
|
+
* Default value is `{}`.
|
|
8309
|
+
*
|
|
8310
|
+
* @returns Value of property `accessibilityRoles`
|
|
8311
|
+
*/
|
|
8312
|
+
getAccessibilityRoles(): object;
|
|
8051
8313
|
/**
|
|
8052
8314
|
* Gets current value of property {@link #getAccessibilityTexts accessibilityTexts}.
|
|
8053
8315
|
*
|
|
@@ -8190,6 +8452,17 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8190
8452
|
* @returns Value of property `showProductSwitch`
|
|
8191
8453
|
*/
|
|
8192
8454
|
getShowProductSwitch(): boolean;
|
|
8455
|
+
/**
|
|
8456
|
+
* Gets current value of property {@link #getShowSearchField showSearchField}.
|
|
8457
|
+
*
|
|
8458
|
+
* Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
|
|
8459
|
+
* **Note:** By default the Search Field is not displayed.
|
|
8460
|
+
*
|
|
8461
|
+
* Default value is `false`.
|
|
8462
|
+
*
|
|
8463
|
+
* @returns Value of property `showSearchField`
|
|
8464
|
+
*/
|
|
8465
|
+
getShowSearchField(): boolean;
|
|
8193
8466
|
/**
|
|
8194
8467
|
* Gets content of aggregation {@link #getStartButton startButton}.
|
|
8195
8468
|
*
|
|
@@ -8294,7 +8567,59 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8294
8567
|
vMenuItem: int | string | IListItem
|
|
8295
8568
|
): IListItem | null;
|
|
8296
8569
|
/**
|
|
8297
|
-
* Sets a new value for property {@link #
|
|
8570
|
+
* Sets a new value for property {@link #getAccessibilityAttributes accessibilityAttributes}.
|
|
8571
|
+
*
|
|
8572
|
+
* An object of strings that defines several additional accessibility attribute values for customization
|
|
8573
|
+
* depending on the use case.
|
|
8574
|
+
*
|
|
8575
|
+
* It supports the following fields:
|
|
8576
|
+
*
|
|
8577
|
+
*
|
|
8578
|
+
* - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
|
|
8579
|
+
* expanded or collapsed. Accepts the following string values:
|
|
8580
|
+
* `true`
|
|
8581
|
+
* - `false`
|
|
8582
|
+
* - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
|
|
8583
|
+
* that can be triggered by the anchor element. Accepts the following string values:
|
|
8584
|
+
* `Dialog`
|
|
8585
|
+
* - `Grid`
|
|
8586
|
+
* - `ListBox`
|
|
8587
|
+
* - `Menu`
|
|
8588
|
+
* - `Tree`
|
|
8589
|
+
*
|
|
8590
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8591
|
+
*
|
|
8592
|
+
* Default value is `{}`.
|
|
8593
|
+
*
|
|
8594
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8595
|
+
*/
|
|
8596
|
+
setAccessibilityAttributes(
|
|
8597
|
+
/**
|
|
8598
|
+
* New value for property `accessibilityAttributes`
|
|
8599
|
+
*/
|
|
8600
|
+
oAccessibilityAttributes?: object
|
|
8601
|
+
): this;
|
|
8602
|
+
/**
|
|
8603
|
+
* Sets a new value for property {@link #getAccessibilityRoles accessibilityRoles}.
|
|
8604
|
+
*
|
|
8605
|
+
* An object of strings that defines additional accessibility roles for further customization.
|
|
8606
|
+
*
|
|
8607
|
+
* It supports the following fields: - `logoRole`: the accessibility role for the `logo`
|
|
8608
|
+
*
|
|
8609
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8610
|
+
*
|
|
8611
|
+
* Default value is `{}`.
|
|
8612
|
+
*
|
|
8613
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8614
|
+
*/
|
|
8615
|
+
setAccessibilityRoles(
|
|
8616
|
+
/**
|
|
8617
|
+
* New value for property `accessibilityRoles`
|
|
8618
|
+
*/
|
|
8619
|
+
oAccessibilityRoles?: object
|
|
8620
|
+
): this;
|
|
8621
|
+
/**
|
|
8622
|
+
* Sets a new value for property {@link #getAccessibilityTexts accessibilityTexts}.
|
|
8298
8623
|
*
|
|
8299
8624
|
* An object of strings that defines several additional accessibility texts for even further customization.
|
|
8300
8625
|
*
|
|
@@ -8454,6 +8779,24 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8454
8779
|
*/
|
|
8455
8780
|
bShowProductSwitch?: boolean
|
|
8456
8781
|
): this;
|
|
8782
|
+
/**
|
|
8783
|
+
* Sets a new value for property {@link #getShowSearchField showSearchField}.
|
|
8784
|
+
*
|
|
8785
|
+
* Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
|
|
8786
|
+
* **Note:** By default the Search Field is not displayed.
|
|
8787
|
+
*
|
|
8788
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8789
|
+
*
|
|
8790
|
+
* Default value is `false`.
|
|
8791
|
+
*
|
|
8792
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8793
|
+
*/
|
|
8794
|
+
setShowSearchField(
|
|
8795
|
+
/**
|
|
8796
|
+
* New value for property `showSearchField`
|
|
8797
|
+
*/
|
|
8798
|
+
bShowSearchField?: boolean
|
|
8799
|
+
): this;
|
|
8457
8800
|
/**
|
|
8458
8801
|
* Sets the aggregated {@link #getStartButton startButton}.
|
|
8459
8802
|
*
|
|
@@ -8466,9 +8809,36 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8466
8809
|
oStartButton: IButton
|
|
8467
8810
|
): this;
|
|
8468
8811
|
}
|
|
8469
|
-
export default ShellBar;
|
|
8470
8812
|
|
|
8471
8813
|
export interface $ShellBarSettings extends $WebComponentSettings {
|
|
8814
|
+
/**
|
|
8815
|
+
* An object of strings that defines several additional accessibility attribute values for customization
|
|
8816
|
+
* depending on the use case.
|
|
8817
|
+
*
|
|
8818
|
+
* It supports the following fields:
|
|
8819
|
+
*
|
|
8820
|
+
*
|
|
8821
|
+
* - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
|
|
8822
|
+
* expanded or collapsed. Accepts the following string values:
|
|
8823
|
+
* `true`
|
|
8824
|
+
* - `false`
|
|
8825
|
+
* - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
|
|
8826
|
+
* that can be triggered by the anchor element. Accepts the following string values:
|
|
8827
|
+
* `Dialog`
|
|
8828
|
+
* - `Grid`
|
|
8829
|
+
* - `ListBox`
|
|
8830
|
+
* - `Menu`
|
|
8831
|
+
* - `Tree`
|
|
8832
|
+
*/
|
|
8833
|
+
accessibilityAttributes?: object | PropertyBindingInfo | `{${string}}`;
|
|
8834
|
+
|
|
8835
|
+
/**
|
|
8836
|
+
* An object of strings that defines additional accessibility roles for further customization.
|
|
8837
|
+
*
|
|
8838
|
+
* It supports the following fields: - `logoRole`: the accessibility role for the `logo`
|
|
8839
|
+
*/
|
|
8840
|
+
accessibilityRoles?: object | PropertyBindingInfo | `{${string}}`;
|
|
8841
|
+
|
|
8472
8842
|
/**
|
|
8473
8843
|
* An object of strings that defines several additional accessibility texts for even further customization.
|
|
8474
8844
|
*
|
|
@@ -8513,6 +8883,12 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8513
8883
|
*/
|
|
8514
8884
|
showProductSwitch?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
8515
8885
|
|
|
8886
|
+
/**
|
|
8887
|
+
* Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
|
|
8888
|
+
* **Note:** By default the Search Field is not displayed.
|
|
8889
|
+
*/
|
|
8890
|
+
showSearchField?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
8891
|
+
|
|
8516
8892
|
/**
|
|
8517
8893
|
* Defines the `sap.ui.webc.fiori.ShellBar` aditional items.
|
|
8518
8894
|
*
|
|
@@ -8564,87 +8940,89 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8564
8940
|
/**
|
|
8565
8941
|
* Fired, when the co pilot is activated.
|
|
8566
8942
|
*/
|
|
8567
|
-
coPilotClick?: (
|
|
8568
|
-
oEvent: Event<$ShellBarCoPilotClickEventParameters>
|
|
8569
|
-
) => void;
|
|
8943
|
+
coPilotClick?: (oEvent: ShellBar$CoPilotClickEvent) => void;
|
|
8570
8944
|
|
|
8571
8945
|
/**
|
|
8572
8946
|
* Fired, when the logo is activated.
|
|
8573
8947
|
*/
|
|
8574
|
-
logoClick?: (oEvent:
|
|
8948
|
+
logoClick?: (oEvent: ShellBar$LogoClickEvent) => void;
|
|
8575
8949
|
|
|
8576
8950
|
/**
|
|
8577
8951
|
* Fired, when a menu item is activated **Note:** You can prevent closing of overflow popover by calling
|
|
8578
8952
|
* `event.preventDefault()`.
|
|
8579
8953
|
*/
|
|
8580
|
-
menuItemClick?: (
|
|
8581
|
-
oEvent: Event<$ShellBarMenuItemClickEventParameters>
|
|
8582
|
-
) => void;
|
|
8954
|
+
menuItemClick?: (oEvent: ShellBar$MenuItemClickEvent) => void;
|
|
8583
8955
|
|
|
8584
8956
|
/**
|
|
8585
8957
|
* Fired, when the notification icon is activated.
|
|
8586
8958
|
*/
|
|
8587
|
-
notificationsClick?: (
|
|
8588
|
-
oEvent: Event<$ShellBarNotificationsClickEventParameters>
|
|
8589
|
-
) => void;
|
|
8959
|
+
notificationsClick?: (oEvent: ShellBar$NotificationsClickEvent) => void;
|
|
8590
8960
|
|
|
8591
8961
|
/**
|
|
8592
8962
|
* Fired, when the product switch icon is activated. **Note:** You can prevent closing of overflow popover
|
|
8593
8963
|
* by calling `event.preventDefault()`.
|
|
8594
8964
|
*/
|
|
8595
|
-
productSwitchClick?: (
|
|
8596
|
-
oEvent: Event<$ShellBarProductSwitchClickEventParameters>
|
|
8597
|
-
) => void;
|
|
8965
|
+
productSwitchClick?: (oEvent: ShellBar$ProductSwitchClickEvent) => void;
|
|
8598
8966
|
|
|
8599
8967
|
/**
|
|
8600
8968
|
* Fired, when the profile slot is present.
|
|
8601
8969
|
*/
|
|
8602
|
-
profileClick?: (
|
|
8603
|
-
oEvent: Event<$ShellBarProfileClickEventParameters>
|
|
8604
|
-
) => void;
|
|
8970
|
+
profileClick?: (oEvent: ShellBar$ProfileClickEvent) => void;
|
|
8605
8971
|
}
|
|
8606
8972
|
|
|
8607
|
-
export interface $
|
|
8973
|
+
export interface ShellBar$CoPilotClickEventParameters {
|
|
8608
8974
|
/**
|
|
8609
8975
|
* dom ref of the activated element
|
|
8610
8976
|
*/
|
|
8611
8977
|
targetRef?: HTMLElement;
|
|
8612
8978
|
}
|
|
8613
8979
|
|
|
8614
|
-
export
|
|
8980
|
+
export type ShellBar$CoPilotClickEvent = Event<ShellBar$CoPilotClickEventParameters>;
|
|
8981
|
+
|
|
8982
|
+
export interface ShellBar$LogoClickEventParameters {
|
|
8615
8983
|
/**
|
|
8616
8984
|
* dom ref of the activated element
|
|
8617
8985
|
*/
|
|
8618
8986
|
targetRef?: HTMLElement;
|
|
8619
8987
|
}
|
|
8620
8988
|
|
|
8621
|
-
export
|
|
8989
|
+
export type ShellBar$LogoClickEvent = Event<ShellBar$LogoClickEventParameters>;
|
|
8990
|
+
|
|
8991
|
+
export interface ShellBar$MenuItemClickEventParameters {
|
|
8622
8992
|
/**
|
|
8623
8993
|
* DOM ref of the activated list item
|
|
8624
8994
|
*/
|
|
8625
8995
|
item?: HTMLElement;
|
|
8626
8996
|
}
|
|
8627
8997
|
|
|
8628
|
-
export
|
|
8998
|
+
export type ShellBar$MenuItemClickEvent = Event<ShellBar$MenuItemClickEventParameters>;
|
|
8999
|
+
|
|
9000
|
+
export interface ShellBar$NotificationsClickEventParameters {
|
|
8629
9001
|
/**
|
|
8630
9002
|
* dom ref of the activated element
|
|
8631
9003
|
*/
|
|
8632
9004
|
targetRef?: HTMLElement;
|
|
8633
9005
|
}
|
|
8634
9006
|
|
|
8635
|
-
export
|
|
9007
|
+
export type ShellBar$NotificationsClickEvent = Event<ShellBar$NotificationsClickEventParameters>;
|
|
9008
|
+
|
|
9009
|
+
export interface ShellBar$ProductSwitchClickEventParameters {
|
|
8636
9010
|
/**
|
|
8637
9011
|
* dom ref of the activated element
|
|
8638
9012
|
*/
|
|
8639
9013
|
targetRef?: HTMLElement;
|
|
8640
9014
|
}
|
|
8641
9015
|
|
|
8642
|
-
export
|
|
9016
|
+
export type ShellBar$ProductSwitchClickEvent = Event<ShellBar$ProductSwitchClickEventParameters>;
|
|
9017
|
+
|
|
9018
|
+
export interface ShellBar$ProfileClickEventParameters {
|
|
8643
9019
|
/**
|
|
8644
9020
|
* dom ref of the activated element
|
|
8645
9021
|
*/
|
|
8646
9022
|
targetRef?: HTMLElement;
|
|
8647
9023
|
}
|
|
9024
|
+
|
|
9025
|
+
export type ShellBar$ProfileClickEvent = Event<ShellBar$ProfileClickEventParameters>;
|
|
8648
9026
|
}
|
|
8649
9027
|
|
|
8650
9028
|
declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
@@ -8655,17 +9033,19 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8655
9033
|
|
|
8656
9034
|
import { IShellBarItem } from "sap/ui/webc/fiori/library";
|
|
8657
9035
|
|
|
8658
|
-
import Event from "sap/ui/base/Event";
|
|
8659
|
-
|
|
8660
9036
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
8661
9037
|
|
|
8662
9038
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8663
9039
|
|
|
9040
|
+
import Event from "sap/ui/base/Event";
|
|
9041
|
+
|
|
8664
9042
|
/**
|
|
8665
|
-
* @
|
|
8666
|
-
* @
|
|
9043
|
+
* @since 1.92.0
|
|
9044
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8667
9045
|
*/
|
|
8668
|
-
class ShellBarItem
|
|
9046
|
+
export default class ShellBarItem
|
|
9047
|
+
extends WebComponent
|
|
9048
|
+
implements IShellBarItem {
|
|
8669
9049
|
__implements__sap_ui_webc_fiori_IShellBarItem: boolean;
|
|
8670
9050
|
/**
|
|
8671
9051
|
* Constructor for a new `ShellBarItem`.
|
|
@@ -8746,7 +9126,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8746
9126
|
/**
|
|
8747
9127
|
* The function to be called when the event occurs
|
|
8748
9128
|
*/
|
|
8749
|
-
fnFunction: (p1:
|
|
9129
|
+
fnFunction: (p1: ShellBarItem$ClickEvent) => void,
|
|
8750
9130
|
/**
|
|
8751
9131
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBarItem` itself
|
|
8752
9132
|
*/
|
|
@@ -8766,7 +9146,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8766
9146
|
/**
|
|
8767
9147
|
* The function to be called when the event occurs
|
|
8768
9148
|
*/
|
|
8769
|
-
fnFunction: (p1:
|
|
9149
|
+
fnFunction: (p1: ShellBarItem$ClickEvent) => void,
|
|
8770
9150
|
/**
|
|
8771
9151
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBarItem` itself
|
|
8772
9152
|
*/
|
|
@@ -8783,14 +9163,14 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8783
9163
|
/**
|
|
8784
9164
|
* The function to be called, when the event occurs
|
|
8785
9165
|
*/
|
|
8786
|
-
fnFunction: (p1:
|
|
9166
|
+
fnFunction: (p1: ShellBarItem$ClickEvent) => void,
|
|
8787
9167
|
/**
|
|
8788
9168
|
* Context object on which the given function had to be called
|
|
8789
9169
|
*/
|
|
8790
9170
|
oListener?: object
|
|
8791
9171
|
): this;
|
|
8792
9172
|
/**
|
|
8793
|
-
* @
|
|
9173
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8794
9174
|
*
|
|
8795
9175
|
* Fires event {@link #event:click click} to attached listeners.
|
|
8796
9176
|
*
|
|
@@ -8803,7 +9183,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8803
9183
|
/**
|
|
8804
9184
|
* Parameters to pass along with the event
|
|
8805
9185
|
*/
|
|
8806
|
-
mParameters?: $
|
|
9186
|
+
mParameters?: ShellBarItem$ClickEventParameters
|
|
8807
9187
|
): boolean;
|
|
8808
9188
|
/**
|
|
8809
9189
|
* Gets current value of property {@link #getCount count}.
|
|
@@ -8887,7 +9267,6 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8887
9267
|
sText?: string
|
|
8888
9268
|
): this;
|
|
8889
9269
|
}
|
|
8890
|
-
export default ShellBarItem;
|
|
8891
9270
|
|
|
8892
9271
|
export interface $ShellBarItemSettings extends $WebComponentSettings {
|
|
8893
9272
|
/**
|
|
@@ -8908,15 +9287,17 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8908
9287
|
/**
|
|
8909
9288
|
* Fired, when the item is pressed.
|
|
8910
9289
|
*/
|
|
8911
|
-
click?: (oEvent:
|
|
9290
|
+
click?: (oEvent: ShellBarItem$ClickEvent) => void;
|
|
8912
9291
|
}
|
|
8913
9292
|
|
|
8914
|
-
export interface $
|
|
9293
|
+
export interface ShellBarItem$ClickEventParameters {
|
|
8915
9294
|
/**
|
|
8916
9295
|
* DOM ref of the clicked element
|
|
8917
9296
|
*/
|
|
8918
9297
|
targetRef?: HTMLElement;
|
|
8919
9298
|
}
|
|
9299
|
+
|
|
9300
|
+
export type ShellBarItem$ClickEvent = Event<ShellBarItem$ClickEventParameters>;
|
|
8920
9301
|
}
|
|
8921
9302
|
|
|
8922
9303
|
declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
@@ -8925,12 +9306,13 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
8925
9306
|
$WebComponentSettings,
|
|
8926
9307
|
} from "sap/ui/webc/common/WebComponent";
|
|
8927
9308
|
|
|
8928
|
-
import {
|
|
9309
|
+
import {
|
|
9310
|
+
ISideNavigationItem,
|
|
9311
|
+
ISideNavigationSubItem,
|
|
9312
|
+
} from "sap/ui/webc/fiori/library";
|
|
8929
9313
|
|
|
8930
9314
|
import Control from "sap/ui/core/Control";
|
|
8931
9315
|
|
|
8932
|
-
import Event from "sap/ui/base/Event";
|
|
8933
|
-
|
|
8934
9316
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
8935
9317
|
|
|
8936
9318
|
import {
|
|
@@ -8938,9 +9320,11 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
8938
9320
|
AggregationBindingInfo,
|
|
8939
9321
|
} from "sap/ui/base/ManagedObject";
|
|
8940
9322
|
|
|
9323
|
+
import Event from "sap/ui/base/Event";
|
|
9324
|
+
|
|
8941
9325
|
/**
|
|
8942
|
-
* @
|
|
8943
|
-
* @
|
|
9326
|
+
* @since 1.92.0
|
|
9327
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8944
9328
|
*
|
|
8945
9329
|
* Overview:
|
|
8946
9330
|
*
|
|
@@ -8961,7 +9345,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
8961
9345
|
*
|
|
8962
9346
|
* Keyboard Handling:
|
|
8963
9347
|
*/
|
|
8964
|
-
class SideNavigation extends WebComponent {
|
|
9348
|
+
export default class SideNavigation extends WebComponent {
|
|
8965
9349
|
/**
|
|
8966
9350
|
* Constructor for a new `SideNavigation`.
|
|
8967
9351
|
*
|
|
@@ -9075,9 +9459,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9075
9459
|
/**
|
|
9076
9460
|
* The function to be called when the event occurs
|
|
9077
9461
|
*/
|
|
9078
|
-
fnFunction: (
|
|
9079
|
-
p1: Event<$SideNavigationSelectionChangeEventParameters>
|
|
9080
|
-
) => void,
|
|
9462
|
+
fnFunction: (p1: SideNavigation$SelectionChangeEvent) => void,
|
|
9081
9463
|
/**
|
|
9082
9464
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigation` itself
|
|
9083
9465
|
*/
|
|
@@ -9098,9 +9480,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9098
9480
|
/**
|
|
9099
9481
|
* The function to be called when the event occurs
|
|
9100
9482
|
*/
|
|
9101
|
-
fnFunction: (
|
|
9102
|
-
p1: Event<$SideNavigationSelectionChangeEventParameters>
|
|
9103
|
-
) => void,
|
|
9483
|
+
fnFunction: (p1: SideNavigation$SelectionChangeEvent) => void,
|
|
9104
9484
|
/**
|
|
9105
9485
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigation` itself
|
|
9106
9486
|
*/
|
|
@@ -9136,16 +9516,14 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9136
9516
|
/**
|
|
9137
9517
|
* The function to be called, when the event occurs
|
|
9138
9518
|
*/
|
|
9139
|
-
fnFunction: (
|
|
9140
|
-
p1: Event<$SideNavigationSelectionChangeEventParameters>
|
|
9141
|
-
) => void,
|
|
9519
|
+
fnFunction: (p1: SideNavigation$SelectionChangeEvent) => void,
|
|
9142
9520
|
/**
|
|
9143
9521
|
* Context object on which the given function had to be called
|
|
9144
9522
|
*/
|
|
9145
9523
|
oListener?: object
|
|
9146
9524
|
): this;
|
|
9147
9525
|
/**
|
|
9148
|
-
* @
|
|
9526
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9149
9527
|
*
|
|
9150
9528
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
9151
9529
|
*
|
|
@@ -9158,7 +9536,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9158
9536
|
/**
|
|
9159
9537
|
* Parameters to pass along with the event
|
|
9160
9538
|
*/
|
|
9161
|
-
mParameters?: $
|
|
9539
|
+
mParameters?: SideNavigation$SelectionChangeEventParameters
|
|
9162
9540
|
): boolean;
|
|
9163
9541
|
/**
|
|
9164
9542
|
* Gets current value of property {@link #getCollapsed collapsed}.
|
|
@@ -9361,7 +9739,6 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9361
9739
|
bCollapsed?: boolean
|
|
9362
9740
|
): this;
|
|
9363
9741
|
}
|
|
9364
|
-
export default SideNavigation;
|
|
9365
9742
|
|
|
9366
9743
|
export interface $SideNavigationSettings extends $WebComponentSettings {
|
|
9367
9744
|
/**
|
|
@@ -9406,17 +9783,17 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9406
9783
|
/**
|
|
9407
9784
|
* Fired when the selection has changed via user interaction
|
|
9408
9785
|
*/
|
|
9409
|
-
selectionChange?: (
|
|
9410
|
-
oEvent: Event<$SideNavigationSelectionChangeEventParameters>
|
|
9411
|
-
) => void;
|
|
9786
|
+
selectionChange?: (oEvent: SideNavigation$SelectionChangeEvent) => void;
|
|
9412
9787
|
}
|
|
9413
9788
|
|
|
9414
|
-
export interface $
|
|
9789
|
+
export interface SideNavigation$SelectionChangeEventParameters {
|
|
9415
9790
|
/**
|
|
9416
9791
|
* the clicked item.
|
|
9417
9792
|
*/
|
|
9418
|
-
item?:
|
|
9793
|
+
item?: ISideNavigationItem | ISideNavigationSubItem;
|
|
9419
9794
|
}
|
|
9795
|
+
|
|
9796
|
+
export type SideNavigation$SelectionChangeEvent = Event<SideNavigation$SelectionChangeEventParameters>;
|
|
9420
9797
|
}
|
|
9421
9798
|
|
|
9422
9799
|
declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
@@ -9430,6 +9807,8 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9430
9807
|
ISideNavigationSubItem,
|
|
9431
9808
|
} from "sap/ui/webc/fiori/library";
|
|
9432
9809
|
|
|
9810
|
+
import Event from "sap/ui/base/Event";
|
|
9811
|
+
|
|
9433
9812
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
9434
9813
|
|
|
9435
9814
|
import {
|
|
@@ -9438,15 +9817,17 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9438
9817
|
} from "sap/ui/base/ManagedObject";
|
|
9439
9818
|
|
|
9440
9819
|
/**
|
|
9441
|
-
* @
|
|
9442
|
-
* @
|
|
9820
|
+
* @since 1.92.0
|
|
9821
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9443
9822
|
*
|
|
9444
9823
|
* Overview:
|
|
9445
9824
|
*
|
|
9446
9825
|
* The `sap.ui.webc.fiori.SideNavigationItem` is used within `sap.ui.webc.fiori.SideNavigation` only. Via
|
|
9447
9826
|
* the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
|
|
9448
9827
|
*/
|
|
9449
|
-
class SideNavigationItem
|
|
9828
|
+
export default class SideNavigationItem
|
|
9829
|
+
extends WebComponent
|
|
9830
|
+
implements ISideNavigationItem {
|
|
9450
9831
|
__implements__sap_ui_webc_fiori_ISideNavigationItem: boolean;
|
|
9451
9832
|
/**
|
|
9452
9833
|
* Constructor for a new `SideNavigationItem`.
|
|
@@ -9519,12 +9900,89 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9519
9900
|
*/
|
|
9520
9901
|
oItem: ISideNavigationSubItem
|
|
9521
9902
|
): this;
|
|
9903
|
+
/**
|
|
9904
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
|
|
9905
|
+
*
|
|
9906
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
9907
|
+
* otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationItem` itself.
|
|
9908
|
+
*
|
|
9909
|
+
* Fired when the component is activated either with a click/tap or by using the Enter or Space key.
|
|
9910
|
+
*
|
|
9911
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
9912
|
+
*/
|
|
9913
|
+
attachClick(
|
|
9914
|
+
/**
|
|
9915
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
9916
|
+
* object when firing the event
|
|
9917
|
+
*/
|
|
9918
|
+
oData: object,
|
|
9919
|
+
/**
|
|
9920
|
+
* The function to be called when the event occurs
|
|
9921
|
+
*/
|
|
9922
|
+
fnFunction: (p1: Event) => void,
|
|
9923
|
+
/**
|
|
9924
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationItem`
|
|
9925
|
+
* itself
|
|
9926
|
+
*/
|
|
9927
|
+
oListener?: object
|
|
9928
|
+
): this;
|
|
9929
|
+
/**
|
|
9930
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
|
|
9931
|
+
*
|
|
9932
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
9933
|
+
* otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationItem` itself.
|
|
9934
|
+
*
|
|
9935
|
+
* Fired when the component is activated either with a click/tap or by using the Enter or Space key.
|
|
9936
|
+
*
|
|
9937
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
9938
|
+
*/
|
|
9939
|
+
attachClick(
|
|
9940
|
+
/**
|
|
9941
|
+
* The function to be called when the event occurs
|
|
9942
|
+
*/
|
|
9943
|
+
fnFunction: (p1: Event) => void,
|
|
9944
|
+
/**
|
|
9945
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationItem`
|
|
9946
|
+
* itself
|
|
9947
|
+
*/
|
|
9948
|
+
oListener?: object
|
|
9949
|
+
): this;
|
|
9522
9950
|
/**
|
|
9523
9951
|
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
9524
9952
|
*
|
|
9525
9953
|
* @returns Reference to `this` in order to allow method chaining
|
|
9526
9954
|
*/
|
|
9527
9955
|
destroyItems(): this;
|
|
9956
|
+
/**
|
|
9957
|
+
* Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
|
|
9958
|
+
*
|
|
9959
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
9960
|
+
*
|
|
9961
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
9962
|
+
*/
|
|
9963
|
+
detachClick(
|
|
9964
|
+
/**
|
|
9965
|
+
* The function to be called, when the event occurs
|
|
9966
|
+
*/
|
|
9967
|
+
fnFunction: (p1: Event) => void,
|
|
9968
|
+
/**
|
|
9969
|
+
* Context object on which the given function had to be called
|
|
9970
|
+
*/
|
|
9971
|
+
oListener?: object
|
|
9972
|
+
): this;
|
|
9973
|
+
/**
|
|
9974
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9975
|
+
*
|
|
9976
|
+
* Fires event {@link #event:click click} to attached listeners.
|
|
9977
|
+
*
|
|
9978
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
9979
|
+
*/
|
|
9980
|
+
fireClick(
|
|
9981
|
+
/**
|
|
9982
|
+
* Parameters to pass along with the event
|
|
9983
|
+
*/
|
|
9984
|
+
mParameters?: object
|
|
9985
|
+
): this;
|
|
9528
9986
|
/**
|
|
9529
9987
|
* Gets current value of property {@link #getExpanded expanded}.
|
|
9530
9988
|
*
|
|
@@ -9553,7 +10011,7 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9553
10011
|
/**
|
|
9554
10012
|
* Gets content of aggregation {@link #getItems items}.
|
|
9555
10013
|
*
|
|
9556
|
-
*
|
|
10014
|
+
* Defines nested items by passing `sap.ui.webc.fiori.SideNavigationSubItem` to the default slot.
|
|
9557
10015
|
*/
|
|
9558
10016
|
getItems(): ISideNavigationSubItem[];
|
|
9559
10017
|
/**
|
|
@@ -9731,7 +10189,6 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9731
10189
|
bWholeItemToggleable?: boolean
|
|
9732
10190
|
): this;
|
|
9733
10191
|
}
|
|
9734
|
-
export default SideNavigationItem;
|
|
9735
10192
|
|
|
9736
10193
|
export interface $SideNavigationItemSettings extends $WebComponentSettings {
|
|
9737
10194
|
/**
|
|
@@ -9768,14 +10225,23 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9768
10225
|
wholeItemToggleable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
9769
10226
|
|
|
9770
10227
|
/**
|
|
9771
|
-
*
|
|
10228
|
+
* Defines nested items by passing `sap.ui.webc.fiori.SideNavigationSubItem` to the default slot.
|
|
9772
10229
|
*/
|
|
9773
10230
|
items?:
|
|
9774
10231
|
| ISideNavigationSubItem[]
|
|
9775
10232
|
| ISideNavigationSubItem
|
|
9776
10233
|
| AggregationBindingInfo
|
|
9777
10234
|
| `{${string}}`;
|
|
10235
|
+
|
|
10236
|
+
/**
|
|
10237
|
+
* Fired when the component is activated either with a click/tap or by using the Enter or Space key.
|
|
10238
|
+
*/
|
|
10239
|
+
click?: (oEvent: Event) => void;
|
|
9778
10240
|
}
|
|
10241
|
+
|
|
10242
|
+
export interface SideNavigationItem$ClickEventParameters {}
|
|
10243
|
+
|
|
10244
|
+
export type SideNavigationItem$ClickEvent = Event<SideNavigationItem$ClickEventParameters>;
|
|
9779
10245
|
}
|
|
9780
10246
|
|
|
9781
10247
|
declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
@@ -9786,20 +10252,22 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
9786
10252
|
|
|
9787
10253
|
import { ISideNavigationSubItem } from "sap/ui/webc/fiori/library";
|
|
9788
10254
|
|
|
10255
|
+
import Event from "sap/ui/base/Event";
|
|
10256
|
+
|
|
9789
10257
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
9790
10258
|
|
|
9791
10259
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
9792
10260
|
|
|
9793
10261
|
/**
|
|
9794
|
-
* @
|
|
9795
|
-
* @
|
|
10262
|
+
* @since 1.92.0
|
|
10263
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9796
10264
|
*
|
|
9797
10265
|
* Overview:
|
|
9798
10266
|
*
|
|
9799
10267
|
* The `sap.ui.webc.fiori.SideNavigationSubItem` is intended to be used inside a `sap.ui.webc.fiori.SideNavigationItem`
|
|
9800
10268
|
* only.
|
|
9801
10269
|
*/
|
|
9802
|
-
class SideNavigationSubItem
|
|
10270
|
+
export default class SideNavigationSubItem
|
|
9803
10271
|
extends WebComponent
|
|
9804
10272
|
implements ISideNavigationSubItem {
|
|
9805
10273
|
__implements__sap_ui_webc_fiori_ISideNavigationSubItem: boolean;
|
|
@@ -9863,6 +10331,83 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
9863
10331
|
* @returns Metadata object describing this class
|
|
9864
10332
|
*/
|
|
9865
10333
|
static getMetadata(): WebComponentMetadata;
|
|
10334
|
+
/**
|
|
10335
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
|
|
10336
|
+
*
|
|
10337
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
10338
|
+
* otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationSubItem` itself.
|
|
10339
|
+
*
|
|
10340
|
+
* Fired when the component is activated either with a click/tap or by using the Enter or Space key.
|
|
10341
|
+
*
|
|
10342
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
10343
|
+
*/
|
|
10344
|
+
attachClick(
|
|
10345
|
+
/**
|
|
10346
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
10347
|
+
* object when firing the event
|
|
10348
|
+
*/
|
|
10349
|
+
oData: object,
|
|
10350
|
+
/**
|
|
10351
|
+
* The function to be called when the event occurs
|
|
10352
|
+
*/
|
|
10353
|
+
fnFunction: (p1: Event) => void,
|
|
10354
|
+
/**
|
|
10355
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationSubItem`
|
|
10356
|
+
* itself
|
|
10357
|
+
*/
|
|
10358
|
+
oListener?: object
|
|
10359
|
+
): this;
|
|
10360
|
+
/**
|
|
10361
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
|
|
10362
|
+
*
|
|
10363
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
10364
|
+
* otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationSubItem` itself.
|
|
10365
|
+
*
|
|
10366
|
+
* Fired when the component is activated either with a click/tap or by using the Enter or Space key.
|
|
10367
|
+
*
|
|
10368
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
10369
|
+
*/
|
|
10370
|
+
attachClick(
|
|
10371
|
+
/**
|
|
10372
|
+
* The function to be called when the event occurs
|
|
10373
|
+
*/
|
|
10374
|
+
fnFunction: (p1: Event) => void,
|
|
10375
|
+
/**
|
|
10376
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationSubItem`
|
|
10377
|
+
* itself
|
|
10378
|
+
*/
|
|
10379
|
+
oListener?: object
|
|
10380
|
+
): this;
|
|
10381
|
+
/**
|
|
10382
|
+
* Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
|
|
10383
|
+
*
|
|
10384
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
10385
|
+
*
|
|
10386
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
10387
|
+
*/
|
|
10388
|
+
detachClick(
|
|
10389
|
+
/**
|
|
10390
|
+
* The function to be called, when the event occurs
|
|
10391
|
+
*/
|
|
10392
|
+
fnFunction: (p1: Event) => void,
|
|
10393
|
+
/**
|
|
10394
|
+
* Context object on which the given function had to be called
|
|
10395
|
+
*/
|
|
10396
|
+
oListener?: object
|
|
10397
|
+
): this;
|
|
10398
|
+
/**
|
|
10399
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10400
|
+
*
|
|
10401
|
+
* Fires event {@link #event:click click} to attached listeners.
|
|
10402
|
+
*
|
|
10403
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
10404
|
+
*/
|
|
10405
|
+
fireClick(
|
|
10406
|
+
/**
|
|
10407
|
+
* Parameters to pass along with the event
|
|
10408
|
+
*/
|
|
10409
|
+
mParameters?: object
|
|
10410
|
+
): this;
|
|
9866
10411
|
/**
|
|
9867
10412
|
* Gets current value of property {@link #getIcon icon}.
|
|
9868
10413
|
*
|
|
@@ -9955,7 +10500,6 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
9955
10500
|
sText?: string
|
|
9956
10501
|
): this;
|
|
9957
10502
|
}
|
|
9958
|
-
export default SideNavigationSubItem;
|
|
9959
10503
|
|
|
9960
10504
|
export interface $SideNavigationSubItemSettings
|
|
9961
10505
|
extends $WebComponentSettings {
|
|
@@ -9978,7 +10522,16 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
9978
10522
|
* Defines the text of the item.
|
|
9979
10523
|
*/
|
|
9980
10524
|
text?: string | PropertyBindingInfo;
|
|
10525
|
+
|
|
10526
|
+
/**
|
|
10527
|
+
* Fired when the component is activated either with a click/tap or by using the Enter or Space key.
|
|
10528
|
+
*/
|
|
10529
|
+
click?: (oEvent: Event) => void;
|
|
9981
10530
|
}
|
|
10531
|
+
|
|
10532
|
+
export interface SideNavigationSubItem$ClickEventParameters {}
|
|
10533
|
+
|
|
10534
|
+
export type SideNavigationSubItem$ClickEvent = Event<SideNavigationSubItem$ClickEventParameters>;
|
|
9982
10535
|
}
|
|
9983
10536
|
|
|
9984
10537
|
declare module "sap/ui/webc/fiori/SortItem" {
|
|
@@ -9994,14 +10547,14 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
9994
10547
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
9995
10548
|
|
|
9996
10549
|
/**
|
|
9997
|
-
* @
|
|
9998
|
-
* @
|
|
10550
|
+
* @since 1.97.0
|
|
10551
|
+
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
9999
10552
|
*
|
|
10000
10553
|
* Overview:
|
|
10001
10554
|
*
|
|
10002
10555
|
* Usage:
|
|
10003
10556
|
*/
|
|
10004
|
-
class SortItem extends WebComponent implements ISortItem {
|
|
10557
|
+
export default class SortItem extends WebComponent implements ISortItem {
|
|
10005
10558
|
__implements__sap_ui_webc_fiori_ISortItem: boolean;
|
|
10006
10559
|
/**
|
|
10007
10560
|
* Constructor for a new `SortItem`.
|
|
@@ -10118,7 +10671,6 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
10118
10671
|
sText?: string
|
|
10119
10672
|
): this;
|
|
10120
10673
|
}
|
|
10121
|
-
export default SortItem;
|
|
10122
10674
|
|
|
10123
10675
|
export interface $SortItemSettings extends $WebComponentSettings {
|
|
10124
10676
|
/**
|
|
@@ -10151,8 +10703,8 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10151
10703
|
} from "sap/ui/base/ManagedObject";
|
|
10152
10704
|
|
|
10153
10705
|
/**
|
|
10154
|
-
* @
|
|
10155
|
-
* @
|
|
10706
|
+
* @since 1.92.0
|
|
10707
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10156
10708
|
*
|
|
10157
10709
|
* Overview:
|
|
10158
10710
|
*
|
|
@@ -10163,7 +10715,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10163
10715
|
* is read-only, while the social timeline offers a high level of interaction and collaboration, and is
|
|
10164
10716
|
* integrated within SAP Jam.
|
|
10165
10717
|
*/
|
|
10166
|
-
class Timeline extends WebComponent {
|
|
10718
|
+
export default class Timeline extends WebComponent {
|
|
10167
10719
|
/**
|
|
10168
10720
|
* Constructor for a new `Timeline`.
|
|
10169
10721
|
*
|
|
@@ -10244,7 +10796,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10244
10796
|
/**
|
|
10245
10797
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
10246
10798
|
*
|
|
10247
|
-
* Defines the accessible
|
|
10799
|
+
* Defines the accessible ARIA name of the component.
|
|
10248
10800
|
*
|
|
10249
10801
|
* @returns Value of property `accessibleName`
|
|
10250
10802
|
*/
|
|
@@ -10338,7 +10890,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10338
10890
|
/**
|
|
10339
10891
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
10340
10892
|
*
|
|
10341
|
-
* Defines the accessible
|
|
10893
|
+
* Defines the accessible ARIA name of the component.
|
|
10342
10894
|
*
|
|
10343
10895
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
10344
10896
|
*
|
|
@@ -10404,11 +10956,10 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10404
10956
|
sWidth: CSSSize
|
|
10405
10957
|
): this;
|
|
10406
10958
|
}
|
|
10407
|
-
export default Timeline;
|
|
10408
10959
|
|
|
10409
10960
|
export interface $TimelineSettings extends $WebComponentSettings {
|
|
10410
10961
|
/**
|
|
10411
|
-
* Defines the accessible
|
|
10962
|
+
* Defines the accessible ARIA name of the component.
|
|
10412
10963
|
*/
|
|
10413
10964
|
accessibleName?: string | PropertyBindingInfo;
|
|
10414
10965
|
|
|
@@ -10467,14 +11018,16 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10467
11018
|
} from "sap/ui/base/ManagedObject";
|
|
10468
11019
|
|
|
10469
11020
|
/**
|
|
10470
|
-
* @
|
|
10471
|
-
* @
|
|
11021
|
+
* @since 1.92.0
|
|
11022
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10472
11023
|
*
|
|
10473
11024
|
* Overview:
|
|
10474
11025
|
*
|
|
10475
11026
|
* An entry posted on the timeline.
|
|
10476
11027
|
*/
|
|
10477
|
-
class TimelineItem
|
|
11028
|
+
export default class TimelineItem
|
|
11029
|
+
extends WebComponent
|
|
11030
|
+
implements ITimelineItem {
|
|
10478
11031
|
__implements__sap_ui_webc_fiori_ITimelineItem: boolean;
|
|
10479
11032
|
/**
|
|
10480
11033
|
* Constructor for a new `TimelineItem`.
|
|
@@ -10620,7 +11173,7 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10620
11173
|
oListener?: object
|
|
10621
11174
|
): this;
|
|
10622
11175
|
/**
|
|
10623
|
-
* @
|
|
11176
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10624
11177
|
*
|
|
10625
11178
|
* Fires event {@link #event:nameClick nameClick} to attached listeners.
|
|
10626
11179
|
*
|
|
@@ -10832,7 +11385,6 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10832
11385
|
sTitleText?: string
|
|
10833
11386
|
): this;
|
|
10834
11387
|
}
|
|
10835
|
-
export default TimelineItem;
|
|
10836
11388
|
|
|
10837
11389
|
export interface $TimelineItemSettings extends $WebComponentSettings {
|
|
10838
11390
|
/**
|
|
@@ -10878,7 +11430,9 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10878
11430
|
nameClick?: (oEvent: Event) => void;
|
|
10879
11431
|
}
|
|
10880
11432
|
|
|
10881
|
-
export interface $
|
|
11433
|
+
export interface TimelineItem$NameClickEventParameters {}
|
|
11434
|
+
|
|
11435
|
+
export type TimelineItem$NameClickEvent = Event<TimelineItem$NameClickEventParameters>;
|
|
10882
11436
|
}
|
|
10883
11437
|
|
|
10884
11438
|
declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
@@ -10891,8 +11445,6 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
10891
11445
|
|
|
10892
11446
|
import { IUploadCollectionItem } from "sap/ui/webc/fiori/library";
|
|
10893
11447
|
|
|
10894
|
-
import Event from "sap/ui/base/Event";
|
|
10895
|
-
|
|
10896
11448
|
import { CSSSize } from "sap/ui/core/library";
|
|
10897
11449
|
|
|
10898
11450
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
@@ -10904,14 +11456,16 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
10904
11456
|
AggregationBindingInfo,
|
|
10905
11457
|
} from "sap/ui/base/ManagedObject";
|
|
10906
11458
|
|
|
11459
|
+
import Event from "sap/ui/base/Event";
|
|
11460
|
+
|
|
10907
11461
|
/**
|
|
10908
|
-
* @
|
|
10909
|
-
* @
|
|
11462
|
+
* @since 1.92.0
|
|
11463
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10910
11464
|
*
|
|
10911
11465
|
* Overview: This component allows you to represent files before uploading them to a server, with the help
|
|
10912
11466
|
* of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
|
|
10913
11467
|
*/
|
|
10914
|
-
class UploadCollection extends WebComponent {
|
|
11468
|
+
export default class UploadCollection extends WebComponent {
|
|
10915
11469
|
/**
|
|
10916
11470
|
* Constructor for a new `UploadCollection`.
|
|
10917
11471
|
*
|
|
@@ -11016,7 +11570,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11016
11570
|
/**
|
|
11017
11571
|
* The function to be called when the event occurs
|
|
11018
11572
|
*/
|
|
11019
|
-
fnFunction: (p1:
|
|
11573
|
+
fnFunction: (p1: UploadCollection$DropEvent) => void,
|
|
11020
11574
|
/**
|
|
11021
11575
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11022
11576
|
* itself
|
|
@@ -11040,7 +11594,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11040
11594
|
/**
|
|
11041
11595
|
* The function to be called when the event occurs
|
|
11042
11596
|
*/
|
|
11043
|
-
fnFunction: (p1:
|
|
11597
|
+
fnFunction: (p1: UploadCollection$DropEvent) => void,
|
|
11044
11598
|
/**
|
|
11045
11599
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11046
11600
|
* itself
|
|
@@ -11069,9 +11623,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11069
11623
|
/**
|
|
11070
11624
|
* The function to be called when the event occurs
|
|
11071
11625
|
*/
|
|
11072
|
-
fnFunction: (
|
|
11073
|
-
p1: Event<$UploadCollectionItemDeleteEventParameters>
|
|
11074
|
-
) => void,
|
|
11626
|
+
fnFunction: (p1: UploadCollection$ItemDeleteEvent) => void,
|
|
11075
11627
|
/**
|
|
11076
11628
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11077
11629
|
* itself
|
|
@@ -11095,9 +11647,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11095
11647
|
/**
|
|
11096
11648
|
* The function to be called when the event occurs
|
|
11097
11649
|
*/
|
|
11098
|
-
fnFunction: (
|
|
11099
|
-
p1: Event<$UploadCollectionItemDeleteEventParameters>
|
|
11100
|
-
) => void,
|
|
11650
|
+
fnFunction: (p1: UploadCollection$ItemDeleteEvent) => void,
|
|
11101
11651
|
/**
|
|
11102
11652
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11103
11653
|
* itself
|
|
@@ -11124,9 +11674,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11124
11674
|
/**
|
|
11125
11675
|
* The function to be called when the event occurs
|
|
11126
11676
|
*/
|
|
11127
|
-
fnFunction: (
|
|
11128
|
-
p1: Event<$UploadCollectionSelectionChangeEventParameters>
|
|
11129
|
-
) => void,
|
|
11677
|
+
fnFunction: (p1: UploadCollection$SelectionChangeEvent) => void,
|
|
11130
11678
|
/**
|
|
11131
11679
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11132
11680
|
* itself
|
|
@@ -11148,9 +11696,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11148
11696
|
/**
|
|
11149
11697
|
* The function to be called when the event occurs
|
|
11150
11698
|
*/
|
|
11151
|
-
fnFunction: (
|
|
11152
|
-
p1: Event<$UploadCollectionSelectionChangeEventParameters>
|
|
11153
|
-
) => void,
|
|
11699
|
+
fnFunction: (p1: UploadCollection$SelectionChangeEvent) => void,
|
|
11154
11700
|
/**
|
|
11155
11701
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11156
11702
|
* itself
|
|
@@ -11180,7 +11726,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11180
11726
|
/**
|
|
11181
11727
|
* The function to be called, when the event occurs
|
|
11182
11728
|
*/
|
|
11183
|
-
fnFunction: (p1:
|
|
11729
|
+
fnFunction: (p1: UploadCollection$DropEvent) => void,
|
|
11184
11730
|
/**
|
|
11185
11731
|
* Context object on which the given function had to be called
|
|
11186
11732
|
*/
|
|
@@ -11197,9 +11743,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11197
11743
|
/**
|
|
11198
11744
|
* The function to be called, when the event occurs
|
|
11199
11745
|
*/
|
|
11200
|
-
fnFunction: (
|
|
11201
|
-
p1: Event<$UploadCollectionItemDeleteEventParameters>
|
|
11202
|
-
) => void,
|
|
11746
|
+
fnFunction: (p1: UploadCollection$ItemDeleteEvent) => void,
|
|
11203
11747
|
/**
|
|
11204
11748
|
* Context object on which the given function had to be called
|
|
11205
11749
|
*/
|
|
@@ -11217,16 +11761,14 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11217
11761
|
/**
|
|
11218
11762
|
* The function to be called, when the event occurs
|
|
11219
11763
|
*/
|
|
11220
|
-
fnFunction: (
|
|
11221
|
-
p1: Event<$UploadCollectionSelectionChangeEventParameters>
|
|
11222
|
-
) => void,
|
|
11764
|
+
fnFunction: (p1: UploadCollection$SelectionChangeEvent) => void,
|
|
11223
11765
|
/**
|
|
11224
11766
|
* Context object on which the given function had to be called
|
|
11225
11767
|
*/
|
|
11226
11768
|
oListener?: object
|
|
11227
11769
|
): this;
|
|
11228
11770
|
/**
|
|
11229
|
-
* @
|
|
11771
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11230
11772
|
*
|
|
11231
11773
|
* Fires event {@link #event:drop drop} to attached listeners.
|
|
11232
11774
|
*
|
|
@@ -11236,10 +11778,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11236
11778
|
/**
|
|
11237
11779
|
* Parameters to pass along with the event
|
|
11238
11780
|
*/
|
|
11239
|
-
mParameters?: $
|
|
11781
|
+
mParameters?: UploadCollection$DropEventParameters
|
|
11240
11782
|
): this;
|
|
11241
11783
|
/**
|
|
11242
|
-
* @
|
|
11784
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11243
11785
|
*
|
|
11244
11786
|
* Fires event {@link #event:itemDelete itemDelete} to attached listeners.
|
|
11245
11787
|
*
|
|
@@ -11249,10 +11791,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11249
11791
|
/**
|
|
11250
11792
|
* Parameters to pass along with the event
|
|
11251
11793
|
*/
|
|
11252
|
-
mParameters?: $
|
|
11794
|
+
mParameters?: UploadCollection$ItemDeleteEventParameters
|
|
11253
11795
|
): this;
|
|
11254
11796
|
/**
|
|
11255
|
-
* @
|
|
11797
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11256
11798
|
*
|
|
11257
11799
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
11258
11800
|
*
|
|
@@ -11262,12 +11804,12 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11262
11804
|
/**
|
|
11263
11805
|
* Parameters to pass along with the event
|
|
11264
11806
|
*/
|
|
11265
|
-
mParameters?: $
|
|
11807
|
+
mParameters?: UploadCollection$SelectionChangeEventParameters
|
|
11266
11808
|
): this;
|
|
11267
11809
|
/**
|
|
11268
11810
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
11269
11811
|
*
|
|
11270
|
-
* Defines the accessible
|
|
11812
|
+
* Defines the accessible ARIA name of the component.
|
|
11271
11813
|
*
|
|
11272
11814
|
* Default value is `empty string`.
|
|
11273
11815
|
*
|
|
@@ -11457,7 +11999,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11457
11999
|
/**
|
|
11458
12000
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
11459
12001
|
*
|
|
11460
|
-
* Defines the accessible
|
|
12002
|
+
* Defines the accessible ARIA name of the component.
|
|
11461
12003
|
*
|
|
11462
12004
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11463
12005
|
*
|
|
@@ -11582,11 +12124,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11582
12124
|
sWidth: CSSSize
|
|
11583
12125
|
): this;
|
|
11584
12126
|
}
|
|
11585
|
-
export default UploadCollection;
|
|
11586
12127
|
|
|
11587
12128
|
export interface $UploadCollectionSettings extends $WebComponentSettings {
|
|
11588
12129
|
/**
|
|
11589
|
-
* Defines the accessible
|
|
12130
|
+
* Defines the accessible ARIA name of the component.
|
|
11590
12131
|
*/
|
|
11591
12132
|
accessibleName?: string | PropertyBindingInfo;
|
|
11592
12133
|
|
|
@@ -11659,7 +12200,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11659
12200
|
* **Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay
|
|
11660
12201
|
* and ignored for the other parts of the `sap.ui.webc.fiori.UploadCollection`.
|
|
11661
12202
|
*/
|
|
11662
|
-
drop?: (oEvent:
|
|
12203
|
+
drop?: (oEvent: UploadCollection$DropEvent) => void;
|
|
11663
12204
|
|
|
11664
12205
|
/**
|
|
11665
12206
|
* Fired when the Delete button of any item is pressed.
|
|
@@ -11667,38 +12208,40 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11667
12208
|
* **Note:** A Delete button is displayed on each item, when the `sap.ui.webc.fiori.UploadCollection` `mode`
|
|
11668
12209
|
* property is set to `Delete`.
|
|
11669
12210
|
*/
|
|
11670
|
-
itemDelete?: (
|
|
11671
|
-
oEvent: Event<$UploadCollectionItemDeleteEventParameters>
|
|
11672
|
-
) => void;
|
|
12211
|
+
itemDelete?: (oEvent: UploadCollection$ItemDeleteEvent) => void;
|
|
11673
12212
|
|
|
11674
12213
|
/**
|
|
11675
12214
|
* Fired when selection is changed by user interaction in `SingleSelect` and `MultiSelect` modes.
|
|
11676
12215
|
*/
|
|
11677
|
-
selectionChange?: (
|
|
11678
|
-
oEvent: Event<$UploadCollectionSelectionChangeEventParameters>
|
|
11679
|
-
) => void;
|
|
12216
|
+
selectionChange?: (oEvent: UploadCollection$SelectionChangeEvent) => void;
|
|
11680
12217
|
}
|
|
11681
12218
|
|
|
11682
|
-
export interface $
|
|
12219
|
+
export interface UploadCollection$DropEventParameters {
|
|
11683
12220
|
/**
|
|
11684
12221
|
* The `drop` event operation data.
|
|
11685
12222
|
*/
|
|
11686
12223
|
dataTransfer?: DataTransfer;
|
|
11687
12224
|
}
|
|
11688
12225
|
|
|
11689
|
-
export
|
|
12226
|
+
export type UploadCollection$DropEvent = Event<UploadCollection$DropEventParameters>;
|
|
12227
|
+
|
|
12228
|
+
export interface UploadCollection$ItemDeleteEventParameters {
|
|
11690
12229
|
/**
|
|
11691
12230
|
* The `sap.ui.webc.fiori.UploadCollectionItem` which was renamed.
|
|
11692
12231
|
*/
|
|
11693
12232
|
item?: HTMLElement;
|
|
11694
12233
|
}
|
|
11695
12234
|
|
|
11696
|
-
export
|
|
12235
|
+
export type UploadCollection$ItemDeleteEvent = Event<UploadCollection$ItemDeleteEventParameters>;
|
|
12236
|
+
|
|
12237
|
+
export interface UploadCollection$SelectionChangeEventParameters {
|
|
11697
12238
|
/**
|
|
11698
12239
|
* An array of the selected items.
|
|
11699
12240
|
*/
|
|
11700
12241
|
selectedItems?: any[];
|
|
11701
12242
|
}
|
|
12243
|
+
|
|
12244
|
+
export type UploadCollection$SelectionChangeEvent = Event<UploadCollection$SelectionChangeEventParameters>;
|
|
11702
12245
|
}
|
|
11703
12246
|
|
|
11704
12247
|
declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
@@ -11724,12 +12267,12 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
11724
12267
|
} from "sap/ui/base/ManagedObject";
|
|
11725
12268
|
|
|
11726
12269
|
/**
|
|
11727
|
-
* @
|
|
11728
|
-
* @
|
|
12270
|
+
* @since 1.92.0
|
|
12271
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11729
12272
|
*
|
|
11730
12273
|
* Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
|
|
11731
12274
|
*/
|
|
11732
|
-
class UploadCollectionItem
|
|
12275
|
+
export default class UploadCollectionItem
|
|
11733
12276
|
extends WebComponent
|
|
11734
12277
|
implements IUploadCollectionItem {
|
|
11735
12278
|
__implements__sap_ui_webc_fiori_IUploadCollectionItem: boolean;
|
|
@@ -12092,7 +12635,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12092
12635
|
oListener?: object
|
|
12093
12636
|
): this;
|
|
12094
12637
|
/**
|
|
12095
|
-
* @
|
|
12638
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12096
12639
|
*
|
|
12097
12640
|
* Fires event {@link #event:fileNameClick fileNameClick} to attached listeners.
|
|
12098
12641
|
*
|
|
@@ -12105,7 +12648,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12105
12648
|
mParameters?: object
|
|
12106
12649
|
): this;
|
|
12107
12650
|
/**
|
|
12108
|
-
* @
|
|
12651
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12109
12652
|
*
|
|
12110
12653
|
* Fires event {@link #event:rename rename} to attached listeners.
|
|
12111
12654
|
*
|
|
@@ -12118,7 +12661,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12118
12661
|
mParameters?: object
|
|
12119
12662
|
): this;
|
|
12120
12663
|
/**
|
|
12121
|
-
* @
|
|
12664
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12122
12665
|
*
|
|
12123
12666
|
* Fires event {@link #event:retry retry} to attached listeners.
|
|
12124
12667
|
*
|
|
@@ -12131,7 +12674,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12131
12674
|
mParameters?: object
|
|
12132
12675
|
): this;
|
|
12133
12676
|
/**
|
|
12134
|
-
* @
|
|
12677
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12135
12678
|
*
|
|
12136
12679
|
* Fires event {@link #event:terminate terminate} to attached listeners.
|
|
12137
12680
|
*
|
|
@@ -12437,7 +12980,6 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12437
12980
|
sUploadState?: UploadState | keyof typeof UploadState
|
|
12438
12981
|
): this;
|
|
12439
12982
|
}
|
|
12440
|
-
export default UploadCollectionItem;
|
|
12441
12983
|
|
|
12442
12984
|
export interface $UploadCollectionItemSettings extends $WebComponentSettings {
|
|
12443
12985
|
/**
|
|
@@ -12529,13 +13071,21 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12529
13071
|
terminate?: (oEvent: Event) => void;
|
|
12530
13072
|
}
|
|
12531
13073
|
|
|
12532
|
-
export interface $
|
|
13074
|
+
export interface UploadCollectionItem$FileNameClickEventParameters {}
|
|
13075
|
+
|
|
13076
|
+
export type UploadCollectionItem$FileNameClickEvent = Event<UploadCollectionItem$FileNameClickEventParameters>;
|
|
13077
|
+
|
|
13078
|
+
export interface UploadCollectionItem$RenameEventParameters {}
|
|
13079
|
+
|
|
13080
|
+
export type UploadCollectionItem$RenameEvent = Event<UploadCollectionItem$RenameEventParameters>;
|
|
13081
|
+
|
|
13082
|
+
export interface UploadCollectionItem$RetryEventParameters {}
|
|
12533
13083
|
|
|
12534
|
-
export
|
|
13084
|
+
export type UploadCollectionItem$RetryEvent = Event<UploadCollectionItem$RetryEventParameters>;
|
|
12535
13085
|
|
|
12536
|
-
export interface $
|
|
13086
|
+
export interface UploadCollectionItem$TerminateEventParameters {}
|
|
12537
13087
|
|
|
12538
|
-
export
|
|
13088
|
+
export type UploadCollectionItem$TerminateEvent = Event<UploadCollectionItem$TerminateEventParameters>;
|
|
12539
13089
|
}
|
|
12540
13090
|
|
|
12541
13091
|
declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
@@ -12556,8 +13106,8 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12556
13106
|
} from "sap/ui/base/ManagedObject";
|
|
12557
13107
|
|
|
12558
13108
|
/**
|
|
12559
|
-
* @
|
|
12560
|
-
* @
|
|
13109
|
+
* @since 1.95.0
|
|
13110
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
12561
13111
|
*
|
|
12562
13112
|
* Overview: The `sap.ui.webc.fiori.ViewSettingsDialog` component helps the user to sort data within a list
|
|
12563
13113
|
* or a table. It consists of several lists like `Sort order` which is built-in and `Sort By` and `Filter
|
|
@@ -12573,7 +13123,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12573
13123
|
*
|
|
12574
13124
|
* Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
|
|
12575
13125
|
*/
|
|
12576
|
-
class ViewSettingsDialog extends WebComponent {
|
|
13126
|
+
export default class ViewSettingsDialog extends WebComponent {
|
|
12577
13127
|
/**
|
|
12578
13128
|
* Constructor for a new `ViewSettingsDialog`.
|
|
12579
13129
|
*
|
|
@@ -12722,7 +13272,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12722
13272
|
/**
|
|
12723
13273
|
* The function to be called when the event occurs
|
|
12724
13274
|
*/
|
|
12725
|
-
fnFunction: (p1:
|
|
13275
|
+
fnFunction: (p1: ViewSettingsDialog$CancelEvent) => void,
|
|
12726
13276
|
/**
|
|
12727
13277
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12728
13278
|
* itself
|
|
@@ -12743,7 +13293,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12743
13293
|
/**
|
|
12744
13294
|
* The function to be called when the event occurs
|
|
12745
13295
|
*/
|
|
12746
|
-
fnFunction: (p1:
|
|
13296
|
+
fnFunction: (p1: ViewSettingsDialog$CancelEvent) => void,
|
|
12747
13297
|
/**
|
|
12748
13298
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12749
13299
|
* itself
|
|
@@ -12769,9 +13319,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12769
13319
|
/**
|
|
12770
13320
|
* The function to be called when the event occurs
|
|
12771
13321
|
*/
|
|
12772
|
-
fnFunction: (
|
|
12773
|
-
p1: Event<$ViewSettingsDialogConfirmEventParameters>
|
|
12774
|
-
) => void,
|
|
13322
|
+
fnFunction: (p1: ViewSettingsDialog$ConfirmEvent) => void,
|
|
12775
13323
|
/**
|
|
12776
13324
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12777
13325
|
* itself
|
|
@@ -12792,9 +13340,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12792
13340
|
/**
|
|
12793
13341
|
* The function to be called when the event occurs
|
|
12794
13342
|
*/
|
|
12795
|
-
fnFunction: (
|
|
12796
|
-
p1: Event<$ViewSettingsDialogConfirmEventParameters>
|
|
12797
|
-
) => void,
|
|
13343
|
+
fnFunction: (p1: ViewSettingsDialog$ConfirmEvent) => void,
|
|
12798
13344
|
/**
|
|
12799
13345
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12800
13346
|
* itself
|
|
@@ -12841,7 +13387,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12841
13387
|
/**
|
|
12842
13388
|
* The function to be called, when the event occurs
|
|
12843
13389
|
*/
|
|
12844
|
-
fnFunction: (p1:
|
|
13390
|
+
fnFunction: (p1: ViewSettingsDialog$CancelEvent) => void,
|
|
12845
13391
|
/**
|
|
12846
13392
|
* Context object on which the given function had to be called
|
|
12847
13393
|
*/
|
|
@@ -12858,16 +13404,14 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12858
13404
|
/**
|
|
12859
13405
|
* The function to be called, when the event occurs
|
|
12860
13406
|
*/
|
|
12861
|
-
fnFunction: (
|
|
12862
|
-
p1: Event<$ViewSettingsDialogConfirmEventParameters>
|
|
12863
|
-
) => void,
|
|
13407
|
+
fnFunction: (p1: ViewSettingsDialog$ConfirmEvent) => void,
|
|
12864
13408
|
/**
|
|
12865
13409
|
* Context object on which the given function had to be called
|
|
12866
13410
|
*/
|
|
12867
13411
|
oListener?: object
|
|
12868
13412
|
): this;
|
|
12869
13413
|
/**
|
|
12870
|
-
* @
|
|
13414
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12871
13415
|
*
|
|
12872
13416
|
* Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
|
|
12873
13417
|
*
|
|
@@ -12880,7 +13424,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12880
13424
|
mParameters?: object
|
|
12881
13425
|
): this;
|
|
12882
13426
|
/**
|
|
12883
|
-
* @
|
|
13427
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12884
13428
|
*
|
|
12885
13429
|
* Fires event {@link #event:cancel cancel} to attached listeners.
|
|
12886
13430
|
*
|
|
@@ -12890,10 +13434,10 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12890
13434
|
/**
|
|
12891
13435
|
* Parameters to pass along with the event
|
|
12892
13436
|
*/
|
|
12893
|
-
mParameters?: $
|
|
13437
|
+
mParameters?: ViewSettingsDialog$CancelEventParameters
|
|
12894
13438
|
): this;
|
|
12895
13439
|
/**
|
|
12896
|
-
* @
|
|
13440
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12897
13441
|
*
|
|
12898
13442
|
* Fires event {@link #event:confirm confirm} to attached listeners.
|
|
12899
13443
|
*
|
|
@@ -12903,7 +13447,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12903
13447
|
/**
|
|
12904
13448
|
* Parameters to pass along with the event
|
|
12905
13449
|
*/
|
|
12906
|
-
mParameters?: $
|
|
13450
|
+
mParameters?: ViewSettingsDialog$ConfirmEventParameters
|
|
12907
13451
|
): this;
|
|
12908
13452
|
/**
|
|
12909
13453
|
* Gets content of aggregation {@link #getFilterItems filterItems}.
|
|
@@ -13023,14 +13567,14 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13023
13567
|
* Sets a JavaScript object, as settings to the `sap.ui.webc.fiori.ViewSettingsDialog`. This method can
|
|
13024
13568
|
* be used after the dialog is initially open, as the dialog need to set its initial settings. The `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
13025
13569
|
* throws an event called "before-open", this can be used as trigger point. The object should have the following
|
|
13026
|
-
* format: `
|
|
13027
|
-
*
|
|
13570
|
+
* format: ` {sortOrder: "Ascending", sortBy: "Name", filters: [{"Filter 1": ["Some filter 1", "Some filter
|
|
13571
|
+
* 2"]}, {"Filter 2": ["Some filter 4"]}]} `
|
|
13028
13572
|
*/
|
|
13029
13573
|
setConfirmedSettings(
|
|
13030
13574
|
/**
|
|
13031
|
-
*
|
|
13575
|
+
* predefined settings.
|
|
13032
13576
|
*/
|
|
13033
|
-
settings:
|
|
13577
|
+
settings: object
|
|
13034
13578
|
): void;
|
|
13035
13579
|
/**
|
|
13036
13580
|
* Sets a new value for property {@link #getSortDescending sortDescending}.
|
|
@@ -13054,7 +13598,6 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13054
13598
|
*/
|
|
13055
13599
|
show(): void;
|
|
13056
13600
|
}
|
|
13057
|
-
export default ViewSettingsDialog;
|
|
13058
13601
|
|
|
13059
13602
|
export interface $ViewSettingsDialogSettings extends $WebComponentSettings {
|
|
13060
13603
|
/**
|
|
@@ -13082,19 +13625,19 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13082
13625
|
/**
|
|
13083
13626
|
* Fired when cancel button is activated.
|
|
13084
13627
|
*/
|
|
13085
|
-
cancel?: (oEvent:
|
|
13628
|
+
cancel?: (oEvent: ViewSettingsDialog$CancelEvent) => void;
|
|
13086
13629
|
|
|
13087
13630
|
/**
|
|
13088
13631
|
* Fired when confirmation button is activated.
|
|
13089
13632
|
*/
|
|
13090
|
-
confirm?: (
|
|
13091
|
-
oEvent: Event<$ViewSettingsDialogConfirmEventParameters>
|
|
13092
|
-
) => void;
|
|
13633
|
+
confirm?: (oEvent: ViewSettingsDialog$ConfirmEvent) => void;
|
|
13093
13634
|
}
|
|
13094
13635
|
|
|
13095
|
-
export interface $
|
|
13636
|
+
export interface ViewSettingsDialog$BeforeOpenEventParameters {}
|
|
13096
13637
|
|
|
13097
|
-
export
|
|
13638
|
+
export type ViewSettingsDialog$BeforeOpenEvent = Event<ViewSettingsDialog$BeforeOpenEventParameters>;
|
|
13639
|
+
|
|
13640
|
+
export interface ViewSettingsDialog$CancelEventParameters {
|
|
13098
13641
|
/**
|
|
13099
13642
|
* The current sort order selected.
|
|
13100
13643
|
*/
|
|
@@ -13118,10 +13661,12 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13118
13661
|
/**
|
|
13119
13662
|
* The selected filters items.
|
|
13120
13663
|
*/
|
|
13121
|
-
|
|
13664
|
+
filters?: any[];
|
|
13122
13665
|
}
|
|
13123
13666
|
|
|
13124
|
-
export
|
|
13667
|
+
export type ViewSettingsDialog$CancelEvent = Event<ViewSettingsDialog$CancelEventParameters>;
|
|
13668
|
+
|
|
13669
|
+
export interface ViewSettingsDialog$ConfirmEventParameters {
|
|
13125
13670
|
/**
|
|
13126
13671
|
* The current sort order selected.
|
|
13127
13672
|
*/
|
|
@@ -13145,8 +13690,10 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13145
13690
|
/**
|
|
13146
13691
|
* The selected filters items.
|
|
13147
13692
|
*/
|
|
13148
|
-
|
|
13693
|
+
filters?: any[];
|
|
13149
13694
|
}
|
|
13695
|
+
|
|
13696
|
+
export type ViewSettingsDialog$ConfirmEvent = Event<ViewSettingsDialog$ConfirmEventParameters>;
|
|
13150
13697
|
}
|
|
13151
13698
|
|
|
13152
13699
|
declare module "sap/ui/webc/fiori/Wizard" {
|
|
@@ -13155,9 +13702,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13155
13702
|
$WebComponentSettings,
|
|
13156
13703
|
} from "sap/ui/webc/common/WebComponent";
|
|
13157
13704
|
|
|
13158
|
-
import { IWizardStep } from "sap/ui/webc/fiori/library";
|
|
13159
|
-
|
|
13160
|
-
import Event from "sap/ui/base/Event";
|
|
13705
|
+
import { IWizardStep, WizardContentLayout } from "sap/ui/webc/fiori/library";
|
|
13161
13706
|
|
|
13162
13707
|
import { CSSSize } from "sap/ui/core/library";
|
|
13163
13708
|
|
|
@@ -13168,9 +13713,11 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13168
13713
|
AggregationBindingInfo,
|
|
13169
13714
|
} from "sap/ui/base/ManagedObject";
|
|
13170
13715
|
|
|
13716
|
+
import Event from "sap/ui/base/Event";
|
|
13717
|
+
|
|
13171
13718
|
/**
|
|
13172
|
-
* @
|
|
13173
|
-
* @
|
|
13719
|
+
* @since 1.92.0
|
|
13720
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13174
13721
|
*
|
|
13175
13722
|
* Overview:
|
|
13176
13723
|
*
|
|
@@ -13181,14 +13728,22 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13181
13728
|
* Structure: Navigation area: The top most area of the `sap.ui.webc.fiori.Wizard` is occupied by the navigation
|
|
13182
13729
|
* area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.
|
|
13183
13730
|
*
|
|
13184
|
-
* - Steps can have different visual representations - numbers or icons.
|
|
13185
|
-
*
|
|
13731
|
+
* - Steps can have different visual representations - numbers or icons.
|
|
13732
|
+
* - Steps might have labels for better readability - titleText and subTitleText.
|
|
13186
13733
|
* - Steps are defined by using the `sap.ui.webc.fiori.WizardStep` as slotted element within the `sap.ui.webc.fiori.Wizard`.
|
|
13187
13734
|
*
|
|
13188
13735
|
*
|
|
13189
13736
|
* **Note:** If no selected step is defined, the first step will be auto selected.
|
|
13190
13737
|
* **Note:** If multiple selected steps are defined, the last step will be selected.
|
|
13191
13738
|
*
|
|
13739
|
+
* CSS Shadow Parts:
|
|
13740
|
+
*
|
|
13741
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
13742
|
+
* style elements inside the Shadow DOM.
|
|
13743
|
+
* The `sap.ui.webc.fiori.Wizard` exposes the following CSS Shadow Parts:
|
|
13744
|
+
* - navigator - Used to style the progress navigator of the `sap.ui.webc.fiori.Wizard`.
|
|
13745
|
+
* - step-content - Used to style a `sap.ui.webc.fiori.WizardStep` container.
|
|
13746
|
+
*
|
|
13192
13747
|
* Keyboard Handling: The user can navigate using the following keyboard shortcuts:
|
|
13193
13748
|
*
|
|
13194
13749
|
*
|
|
@@ -13238,7 +13793,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13238
13793
|
* show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within
|
|
13239
13794
|
* a dialog.
|
|
13240
13795
|
*/
|
|
13241
|
-
class Wizard extends WebComponent {
|
|
13796
|
+
export default class Wizard extends WebComponent {
|
|
13242
13797
|
/**
|
|
13243
13798
|
* Constructor for a new `Wizard`.
|
|
13244
13799
|
*
|
|
@@ -13330,7 +13885,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13330
13885
|
/**
|
|
13331
13886
|
* The function to be called when the event occurs
|
|
13332
13887
|
*/
|
|
13333
|
-
fnFunction: (p1:
|
|
13888
|
+
fnFunction: (p1: Wizard$StepChangeEvent) => void,
|
|
13334
13889
|
/**
|
|
13335
13890
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.Wizard` itself
|
|
13336
13891
|
*/
|
|
@@ -13351,7 +13906,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13351
13906
|
/**
|
|
13352
13907
|
* The function to be called when the event occurs
|
|
13353
13908
|
*/
|
|
13354
|
-
fnFunction: (p1:
|
|
13909
|
+
fnFunction: (p1: Wizard$StepChangeEvent) => void,
|
|
13355
13910
|
/**
|
|
13356
13911
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.Wizard` itself
|
|
13357
13912
|
*/
|
|
@@ -13374,14 +13929,14 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13374
13929
|
/**
|
|
13375
13930
|
* The function to be called, when the event occurs
|
|
13376
13931
|
*/
|
|
13377
|
-
fnFunction: (p1:
|
|
13932
|
+
fnFunction: (p1: Wizard$StepChangeEvent) => void,
|
|
13378
13933
|
/**
|
|
13379
13934
|
* Context object on which the given function had to be called
|
|
13380
13935
|
*/
|
|
13381
13936
|
oListener?: object
|
|
13382
13937
|
): this;
|
|
13383
13938
|
/**
|
|
13384
|
-
* @
|
|
13939
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13385
13940
|
*
|
|
13386
13941
|
* Fires event {@link #event:stepChange stepChange} to attached listeners.
|
|
13387
13942
|
*
|
|
@@ -13391,8 +13946,18 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13391
13946
|
/**
|
|
13392
13947
|
* Parameters to pass along with the event
|
|
13393
13948
|
*/
|
|
13394
|
-
mParameters?: $
|
|
13949
|
+
mParameters?: Wizard$StepChangeEventParameters
|
|
13395
13950
|
): this;
|
|
13951
|
+
/**
|
|
13952
|
+
* Gets current value of property {@link #getContentLayout contentLayout}.
|
|
13953
|
+
*
|
|
13954
|
+
* Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
|
|
13955
|
+
*
|
|
13956
|
+
* Default value is `MultipleSteps`.
|
|
13957
|
+
*
|
|
13958
|
+
* @returns Value of property `contentLayout`
|
|
13959
|
+
*/
|
|
13960
|
+
getContentLayout(): WizardContentLayout | keyof typeof WizardContentLayout;
|
|
13396
13961
|
/**
|
|
13397
13962
|
* Gets current value of property {@link #getHeight height}.
|
|
13398
13963
|
*
|
|
@@ -13457,6 +14022,23 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13457
14022
|
*/
|
|
13458
14023
|
vStep: int | string | IWizardStep
|
|
13459
14024
|
): IWizardStep | null;
|
|
14025
|
+
/**
|
|
14026
|
+
* Sets a new value for property {@link #getContentLayout contentLayout}.
|
|
14027
|
+
*
|
|
14028
|
+
* Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
|
|
14029
|
+
*
|
|
14030
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14031
|
+
*
|
|
14032
|
+
* Default value is `MultipleSteps`.
|
|
14033
|
+
*
|
|
14034
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
14035
|
+
*/
|
|
14036
|
+
setContentLayout(
|
|
14037
|
+
/**
|
|
14038
|
+
* New value for property `contentLayout`
|
|
14039
|
+
*/
|
|
14040
|
+
sContentLayout?: WizardContentLayout | keyof typeof WizardContentLayout
|
|
14041
|
+
): this;
|
|
13460
14042
|
/**
|
|
13461
14043
|
* Sets a new value for property {@link #getHeight height}.
|
|
13462
14044
|
*
|
|
@@ -13473,9 +14055,16 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13473
14055
|
sHeight: CSSSize
|
|
13474
14056
|
): this;
|
|
13475
14057
|
}
|
|
13476
|
-
export default Wizard;
|
|
13477
14058
|
|
|
13478
14059
|
export interface $WizardSettings extends $WebComponentSettings {
|
|
14060
|
+
/**
|
|
14061
|
+
* Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
|
|
14062
|
+
*/
|
|
14063
|
+
contentLayout?:
|
|
14064
|
+
| (WizardContentLayout | keyof typeof WizardContentLayout)
|
|
14065
|
+
| PropertyBindingInfo
|
|
14066
|
+
| `{${string}}`;
|
|
14067
|
+
|
|
13479
14068
|
/**
|
|
13480
14069
|
* Defines the height of the control
|
|
13481
14070
|
*/
|
|
@@ -13496,25 +14085,27 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13496
14085
|
* Fired when the step is changed by user interaction - either with scrolling, or by clicking on the steps
|
|
13497
14086
|
* within the component header.
|
|
13498
14087
|
*/
|
|
13499
|
-
stepChange?: (oEvent:
|
|
14088
|
+
stepChange?: (oEvent: Wizard$StepChangeEvent) => void;
|
|
13500
14089
|
}
|
|
13501
14090
|
|
|
13502
|
-
export interface $
|
|
14091
|
+
export interface Wizard$StepChangeEventParameters {
|
|
13503
14092
|
/**
|
|
13504
14093
|
* The new step.
|
|
13505
14094
|
*/
|
|
13506
|
-
step?:
|
|
14095
|
+
step?: IWizardStep;
|
|
13507
14096
|
|
|
13508
14097
|
/**
|
|
13509
14098
|
* The previous step.
|
|
13510
14099
|
*/
|
|
13511
|
-
previousStep?:
|
|
14100
|
+
previousStep?: IWizardStep;
|
|
13512
14101
|
|
|
13513
14102
|
/**
|
|
13514
14103
|
* The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
|
|
13515
14104
|
*/
|
|
13516
14105
|
changeWithClick?: boolean;
|
|
13517
14106
|
}
|
|
14107
|
+
|
|
14108
|
+
export type Wizard$StepChangeEvent = Event<Wizard$StepChangeEventParameters>;
|
|
13518
14109
|
}
|
|
13519
14110
|
|
|
13520
14111
|
declare module "sap/ui/webc/fiori/WizardStep" {
|
|
@@ -13535,8 +14126,8 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
13535
14126
|
} from "sap/ui/base/ManagedObject";
|
|
13536
14127
|
|
|
13537
14128
|
/**
|
|
13538
|
-
* @
|
|
13539
|
-
* @
|
|
14129
|
+
* @since 1.92.0
|
|
14130
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13540
14131
|
*
|
|
13541
14132
|
* Overview:
|
|
13542
14133
|
*
|
|
@@ -13552,7 +14143,7 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
13552
14143
|
* Usage: The `sap.ui.webc.fiori.WizardStep` component should be used only as slot of the `sap.ui.webc.fiori.Wizard`
|
|
13553
14144
|
* component and should not be used standalone.
|
|
13554
14145
|
*/
|
|
13555
|
-
class WizardStep extends WebComponent implements IWizardStep {
|
|
14146
|
+
export default class WizardStep extends WebComponent implements IWizardStep {
|
|
13556
14147
|
__implements__sap_ui_webc_fiori_IWizardStep: boolean;
|
|
13557
14148
|
/**
|
|
13558
14149
|
* Constructor for a new `WizardStep`.
|
|
@@ -13904,7 +14495,6 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
13904
14495
|
sTitleText?: string
|
|
13905
14496
|
): this;
|
|
13906
14497
|
}
|
|
13907
|
-
export default WizardStep;
|
|
13908
14498
|
|
|
13909
14499
|
export interface $WizardStepSettings extends $WebComponentSettings {
|
|
13910
14500
|
/**
|