@openui5/types 1.115.0 → 1.115.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +860 -754
- package/types/sap.m.d.ts +8300 -6415
- package/types/sap.tnt.d.ts +81 -74
- package/types/sap.ui.codeeditor.d.ts +40 -25
- package/types/sap.ui.commons.d.ts +991 -672
- package/types/sap.ui.core.d.ts +2853 -2263
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +85 -47
- package/types/sap.ui.integration.d.ts +355 -280
- package/types/sap.ui.layout.d.ts +399 -416
- package/types/sap.ui.mdc.d.ts +1016 -792
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +25 -11
- package/types/sap.ui.support.d.ts +12 -13
- package/types/sap.ui.table.d.ts +498 -354
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1228 -894
- package/types/sap.ui.ux3.d.ts +1023 -613
- package/types/sap.ui.webc.common.d.ts +7 -9
- package/types/sap.ui.webc.fiori.d.ts +578 -408
- package/types/sap.ui.webc.main.d.ts +1521 -878
- package/types/sap.uxap.d.ts +304 -267
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.115.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
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
8
|
* Different types of Bar.
|
|
9
9
|
*/
|
|
@@ -26,8 +26,8 @@ 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
|
* undefined
|
|
33
33
|
*/
|
|
@@ -99,8 +99,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
99
99
|
TwoColumnsStartExpanded = "TwoColumnsStartExpanded",
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
|
-
* @
|
|
103
|
-
* @
|
|
102
|
+
* @since 1.99.0
|
|
103
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
104
104
|
*
|
|
105
105
|
* Interface for components that may be slotted inside `ui5-page` as header and footer.
|
|
106
106
|
*/
|
|
@@ -109,8 +109,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
* @
|
|
113
|
-
* @
|
|
112
|
+
* @since 1.97.0
|
|
113
|
+
* @experimental (since 1.97.0) - This API is experimental and might change significantly.
|
|
114
114
|
*
|
|
115
115
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
|
|
116
116
|
*/
|
|
@@ -119,8 +119,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* @
|
|
123
|
-
* @
|
|
122
|
+
* @since 1.97.0
|
|
123
|
+
* @experimental (since 1.97.0) - This API is experimental and might change significantly.
|
|
124
124
|
*
|
|
125
125
|
* Interface for components that may be slotted inside `ui5-filter-item` as values
|
|
126
126
|
*/
|
|
@@ -129,8 +129,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* @
|
|
133
|
-
* @
|
|
132
|
+
* @since 1.106.0
|
|
133
|
+
* @experimental (since 1.106.0) - This API is experimental and might change significantly.
|
|
134
134
|
*
|
|
135
135
|
* Different types of IllustrationMessageSize.
|
|
136
136
|
*/
|
|
@@ -164,8 +164,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
164
164
|
Spot = "Spot",
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
|
-
* @
|
|
168
|
-
* @
|
|
167
|
+
* @since 1.95.0
|
|
168
|
+
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
169
169
|
*
|
|
170
170
|
* Different illustration types of Illustrated Message.
|
|
171
171
|
*/
|
|
@@ -524,8 +524,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
524
524
|
UploadCollection = "UploadCollection",
|
|
525
525
|
}
|
|
526
526
|
/**
|
|
527
|
-
* @
|
|
528
|
-
* @
|
|
527
|
+
* @since 1.99.0
|
|
528
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
529
529
|
*
|
|
530
530
|
* Interface for components that can be slotted inside `ui5-media-gallery` as items.
|
|
531
531
|
*/
|
|
@@ -534,8 +534,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
|
-
* @
|
|
538
|
-
* @
|
|
537
|
+
* @since 1.92.0
|
|
538
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
539
539
|
*
|
|
540
540
|
* Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
|
|
541
541
|
*/
|
|
@@ -544,8 +544,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
/**
|
|
547
|
-
* @
|
|
548
|
-
* @
|
|
547
|
+
* @since 1.92.0
|
|
548
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
549
549
|
*
|
|
550
550
|
* Interface for components that may be slotted inside a notification list
|
|
551
551
|
*/
|
|
@@ -554,8 +554,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
/**
|
|
557
|
-
* @
|
|
558
|
-
* @
|
|
557
|
+
* @since 1.92.0
|
|
558
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
559
559
|
*
|
|
560
560
|
* Interface for components that may be slotted inside `ui5-product-switch` as items
|
|
561
561
|
*/
|
|
@@ -564,8 +564,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
/**
|
|
567
|
-
* @
|
|
568
|
-
* @
|
|
567
|
+
* @since 1.92.0
|
|
568
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
569
569
|
*
|
|
570
570
|
* Interface for components that may be slotted inside `ui5-shellbar` as items
|
|
571
571
|
*/
|
|
@@ -574,8 +574,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
/**
|
|
577
|
-
* @
|
|
578
|
-
* @
|
|
577
|
+
* @since 1.92.0
|
|
578
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
579
579
|
*
|
|
580
580
|
* Interface for components that may be slotted inside `ui5-side-navigation` as items
|
|
581
581
|
*/
|
|
@@ -584,8 +584,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
/**
|
|
587
|
-
* @
|
|
588
|
-
* @
|
|
587
|
+
* @since 1.92.0
|
|
588
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
589
589
|
*
|
|
590
590
|
* Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
|
|
591
591
|
*/
|
|
@@ -594,8 +594,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
/**
|
|
597
|
-
* @
|
|
598
|
-
* @
|
|
597
|
+
* @since 1.97.0
|
|
598
|
+
* @experimental (since 1.97.0) - This API is experimental and might change significantly.
|
|
599
599
|
*
|
|
600
600
|
* Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
|
|
601
601
|
*/
|
|
@@ -604,8 +604,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
/**
|
|
607
|
-
* @
|
|
608
|
-
* @
|
|
607
|
+
* @since 1.92.0
|
|
608
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
609
609
|
*
|
|
610
610
|
* Interface for components that may be slotted inside `ui5-timeline` as items
|
|
611
611
|
*/
|
|
@@ -614,8 +614,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
/**
|
|
617
|
-
* @
|
|
618
|
-
* @
|
|
617
|
+
* @since 1.92.0
|
|
618
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
619
619
|
*
|
|
620
620
|
* Interface for components that may be slotted inside `ui5-upload-collection` as items
|
|
621
621
|
*/
|
|
@@ -624,8 +624,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
/**
|
|
627
|
-
* @
|
|
628
|
-
* @
|
|
627
|
+
* @since 1.92.0
|
|
628
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
629
629
|
*
|
|
630
630
|
* Interface for components that may be slotted inside `ui5-wizard` as wizard steps
|
|
631
631
|
*/
|
|
@@ -634,8 +634,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
634
634
|
}
|
|
635
635
|
|
|
636
636
|
/**
|
|
637
|
-
* @
|
|
638
|
-
* @
|
|
637
|
+
* @since 1.99.0
|
|
638
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
639
639
|
*
|
|
640
640
|
* Defines the layout of the content displayed in the `ui5-media-gallery-item`.
|
|
641
641
|
*/
|
|
@@ -654,8 +654,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
654
654
|
Wide = "Wide",
|
|
655
655
|
}
|
|
656
656
|
/**
|
|
657
|
-
* @
|
|
658
|
-
* @
|
|
657
|
+
* @since 1.99.0
|
|
658
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
659
659
|
*
|
|
660
660
|
* Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
|
|
661
661
|
*/
|
|
@@ -674,8 +674,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
674
674
|
Vertical = "Vertical",
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
|
-
* @
|
|
678
|
-
* @
|
|
677
|
+
* @since 1.99.0
|
|
678
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
679
679
|
*
|
|
680
680
|
* Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
|
|
681
681
|
*/
|
|
@@ -690,8 +690,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
690
690
|
Right = "Right",
|
|
691
691
|
}
|
|
692
692
|
/**
|
|
693
|
-
* @
|
|
694
|
-
* @
|
|
693
|
+
* @since 1.99.0
|
|
694
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
695
695
|
*
|
|
696
696
|
* Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
|
|
697
697
|
*/
|
|
@@ -706,8 +706,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
706
706
|
Top = "Top",
|
|
707
707
|
}
|
|
708
708
|
/**
|
|
709
|
-
* @
|
|
710
|
-
* @
|
|
709
|
+
* @since 1.92.0
|
|
710
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
711
711
|
*
|
|
712
712
|
* undefined
|
|
713
713
|
*/
|
|
@@ -726,8 +726,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
726
726
|
Transparent = "Transparent",
|
|
727
727
|
}
|
|
728
728
|
/**
|
|
729
|
-
* @
|
|
730
|
-
* @
|
|
729
|
+
* @since 1.99.0
|
|
730
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
731
731
|
*
|
|
732
732
|
* SideContent FallDown options.
|
|
733
733
|
*/
|
|
@@ -750,8 +750,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
750
750
|
OnMinimumWidth = "OnMinimumWidth",
|
|
751
751
|
}
|
|
752
752
|
/**
|
|
753
|
-
* @
|
|
754
|
-
* @
|
|
753
|
+
* @since 1.99.0
|
|
754
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
755
755
|
*
|
|
756
756
|
* Side Content position options.
|
|
757
757
|
*/
|
|
@@ -768,8 +768,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
768
768
|
Start = "Start",
|
|
769
769
|
}
|
|
770
770
|
/**
|
|
771
|
-
* @
|
|
772
|
-
* @
|
|
771
|
+
* @since 1.99.0
|
|
772
|
+
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
773
773
|
*
|
|
774
774
|
* Side Content visibility options.
|
|
775
775
|
*/
|
|
@@ -796,8 +796,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
796
796
|
ShowAboveS = "ShowAboveS",
|
|
797
797
|
}
|
|
798
798
|
/**
|
|
799
|
-
* @
|
|
800
|
-
* @
|
|
799
|
+
* @since 1.92.0
|
|
800
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
801
801
|
*
|
|
802
802
|
* Different types of Timeline.
|
|
803
803
|
*/
|
|
@@ -812,8 +812,8 @@ declare module "sap/ui/webc/fiori/library" {
|
|
|
812
812
|
Vertical = "Vertical",
|
|
813
813
|
}
|
|
814
814
|
/**
|
|
815
|
-
* @
|
|
816
|
-
* @
|
|
815
|
+
* @since 1.92.0
|
|
816
|
+
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
817
817
|
*
|
|
818
818
|
* undefined
|
|
819
819
|
*/
|
|
@@ -857,8 +857,8 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
857
857
|
} from "sap/ui/base/ManagedObject";
|
|
858
858
|
|
|
859
859
|
/**
|
|
860
|
-
* @
|
|
861
|
-
* @
|
|
860
|
+
* @since 1.92.0
|
|
861
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
862
862
|
*
|
|
863
863
|
* Overview: The Bar is a container which is primarily used to hold titles, buttons and input elements and
|
|
864
864
|
* its design and functionality is the basis for page headers and footers. The component consists of three
|
|
@@ -882,7 +882,7 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
882
882
|
*
|
|
883
883
|
* Keyboard Handling:
|
|
884
884
|
*/
|
|
885
|
-
class Bar extends WebComponent implements IBar {
|
|
885
|
+
export default class Bar extends WebComponent implements IBar {
|
|
886
886
|
__implements__sap_ui_webc_fiori_IBar: boolean;
|
|
887
887
|
/**
|
|
888
888
|
* Constructor for a new `Bar`.
|
|
@@ -1224,7 +1224,6 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
1224
1224
|
sWidth: CSSSize
|
|
1225
1225
|
): this;
|
|
1226
1226
|
}
|
|
1227
|
-
export default Bar;
|
|
1228
1227
|
|
|
1229
1228
|
export interface $BarSettings extends $WebComponentSettings {
|
|
1230
1229
|
/**
|
|
@@ -1275,13 +1274,13 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1275
1274
|
$WebComponentSettings,
|
|
1276
1275
|
} from "sap/ui/webc/common/WebComponent";
|
|
1277
1276
|
|
|
1278
|
-
import Event from "sap/ui/base/Event";
|
|
1279
|
-
|
|
1280
1277
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
1281
1278
|
|
|
1279
|
+
import Event from "sap/ui/base/Event";
|
|
1280
|
+
|
|
1282
1281
|
/**
|
|
1283
|
-
* @
|
|
1284
|
-
* @
|
|
1282
|
+
* @since 1.95.0
|
|
1283
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
1285
1284
|
*
|
|
1286
1285
|
* Overview:
|
|
1287
1286
|
*
|
|
@@ -1297,7 +1296,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1297
1296
|
* For a list of supported barcode formats, see the {@link https://github.com/zxing-js/library zxing-js/library }
|
|
1298
1297
|
* documentation.
|
|
1299
1298
|
*/
|
|
1300
|
-
class BarcodeScannerDialog extends WebComponent {
|
|
1299
|
+
export default class BarcodeScannerDialog extends WebComponent {
|
|
1301
1300
|
/**
|
|
1302
1301
|
* Constructor for a new `BarcodeScannerDialog`.
|
|
1303
1302
|
*
|
|
@@ -1377,9 +1376,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1377
1376
|
/**
|
|
1378
1377
|
* The function to be called when the event occurs
|
|
1379
1378
|
*/
|
|
1380
|
-
fnFunction: (
|
|
1381
|
-
p1: Event<$BarcodeScannerDialogScanErrorEventParameters>
|
|
1382
|
-
) => void,
|
|
1379
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanErrorEvent) => void,
|
|
1383
1380
|
/**
|
|
1384
1381
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1385
1382
|
* itself
|
|
@@ -1400,9 +1397,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1400
1397
|
/**
|
|
1401
1398
|
* The function to be called when the event occurs
|
|
1402
1399
|
*/
|
|
1403
|
-
fnFunction: (
|
|
1404
|
-
p1: Event<$BarcodeScannerDialogScanErrorEventParameters>
|
|
1405
|
-
) => void,
|
|
1400
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanErrorEvent) => void,
|
|
1406
1401
|
/**
|
|
1407
1402
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1408
1403
|
* itself
|
|
@@ -1428,9 +1423,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1428
1423
|
/**
|
|
1429
1424
|
* The function to be called when the event occurs
|
|
1430
1425
|
*/
|
|
1431
|
-
fnFunction: (
|
|
1432
|
-
p1: Event<$BarcodeScannerDialogScanSuccessEventParameters>
|
|
1433
|
-
) => void,
|
|
1426
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanSuccessEvent) => void,
|
|
1434
1427
|
/**
|
|
1435
1428
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1436
1429
|
* itself
|
|
@@ -1451,9 +1444,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1451
1444
|
/**
|
|
1452
1445
|
* The function to be called when the event occurs
|
|
1453
1446
|
*/
|
|
1454
|
-
fnFunction: (
|
|
1455
|
-
p1: Event<$BarcodeScannerDialogScanSuccessEventParameters>
|
|
1456
|
-
) => void,
|
|
1447
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanSuccessEvent) => void,
|
|
1457
1448
|
/**
|
|
1458
1449
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.BarcodeScannerDialog`
|
|
1459
1450
|
* itself
|
|
@@ -1475,9 +1466,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1475
1466
|
/**
|
|
1476
1467
|
* The function to be called, when the event occurs
|
|
1477
1468
|
*/
|
|
1478
|
-
fnFunction: (
|
|
1479
|
-
p1: Event<$BarcodeScannerDialogScanErrorEventParameters>
|
|
1480
|
-
) => void,
|
|
1469
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanErrorEvent) => void,
|
|
1481
1470
|
/**
|
|
1482
1471
|
* Context object on which the given function had to be called
|
|
1483
1472
|
*/
|
|
@@ -1494,16 +1483,14 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1494
1483
|
/**
|
|
1495
1484
|
* The function to be called, when the event occurs
|
|
1496
1485
|
*/
|
|
1497
|
-
fnFunction: (
|
|
1498
|
-
p1: Event<$BarcodeScannerDialogScanSuccessEventParameters>
|
|
1499
|
-
) => void,
|
|
1486
|
+
fnFunction: (p1: BarcodeScannerDialog$ScanSuccessEvent) => void,
|
|
1500
1487
|
/**
|
|
1501
1488
|
* Context object on which the given function had to be called
|
|
1502
1489
|
*/
|
|
1503
1490
|
oListener?: object
|
|
1504
1491
|
): this;
|
|
1505
1492
|
/**
|
|
1506
|
-
* @
|
|
1493
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1507
1494
|
*
|
|
1508
1495
|
* Fires event {@link #event:scanError scanError} to attached listeners.
|
|
1509
1496
|
*
|
|
@@ -1513,10 +1500,10 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1513
1500
|
/**
|
|
1514
1501
|
* Parameters to pass along with the event
|
|
1515
1502
|
*/
|
|
1516
|
-
mParameters?: $
|
|
1503
|
+
mParameters?: BarcodeScannerDialog$ScanErrorEventParameters
|
|
1517
1504
|
): this;
|
|
1518
1505
|
/**
|
|
1519
|
-
* @
|
|
1506
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1520
1507
|
*
|
|
1521
1508
|
* Fires event {@link #event:scanSuccess scanSuccess} to attached listeners.
|
|
1522
1509
|
*
|
|
@@ -1526,39 +1513,46 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1526
1513
|
/**
|
|
1527
1514
|
* Parameters to pass along with the event
|
|
1528
1515
|
*/
|
|
1529
|
-
mParameters?: $
|
|
1516
|
+
mParameters?: BarcodeScannerDialog$ScanSuccessEventParameters
|
|
1530
1517
|
): this;
|
|
1531
1518
|
/**
|
|
1532
1519
|
* Shows a dialog with the camera videostream. Starts a scan session.
|
|
1533
1520
|
*/
|
|
1534
1521
|
show(): void;
|
|
1535
1522
|
}
|
|
1536
|
-
export default BarcodeScannerDialog;
|
|
1537
1523
|
|
|
1538
1524
|
export interface $BarcodeScannerDialogSettings extends $WebComponentSettings {
|
|
1539
1525
|
/**
|
|
1540
1526
|
* Fires when the scan fails with error.
|
|
1541
1527
|
*/
|
|
1542
1528
|
scanError?: (
|
|
1543
|
-
oEvent: Event
|
|
1529
|
+
oEvent: Event<BarcodeScannerDialog$ScanErrorEventParameters>
|
|
1544
1530
|
) => void;
|
|
1545
1531
|
|
|
1546
1532
|
/**
|
|
1547
1533
|
* Fires when the scan is completed successfuuly.
|
|
1548
1534
|
*/
|
|
1549
1535
|
scanSuccess?: (
|
|
1550
|
-
oEvent: Event
|
|
1536
|
+
oEvent: Event<BarcodeScannerDialog$ScanSuccessEventParameters>
|
|
1551
1537
|
) => void;
|
|
1552
1538
|
}
|
|
1553
1539
|
|
|
1554
|
-
export interface $
|
|
1540
|
+
export interface BarcodeScannerDialog$ScanErrorEventParameters {
|
|
1555
1541
|
/**
|
|
1556
1542
|
* the error message
|
|
1557
1543
|
*/
|
|
1558
1544
|
message?: string;
|
|
1559
1545
|
}
|
|
1560
1546
|
|
|
1561
|
-
|
|
1547
|
+
/**
|
|
1548
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BarcodeScannerDialog$ScanErrorEventParameters'
|
|
1549
|
+
* in 1.115.1 and any later releases.
|
|
1550
|
+
*/
|
|
1551
|
+
export type $BarcodeScannerDialogScanErrorEventParameters = BarcodeScannerDialog$ScanErrorEventParameters;
|
|
1552
|
+
|
|
1553
|
+
export type BarcodeScannerDialog$ScanErrorEvent = Event<BarcodeScannerDialog$ScanErrorEventParameters>;
|
|
1554
|
+
|
|
1555
|
+
export interface BarcodeScannerDialog$ScanSuccessEventParameters {
|
|
1562
1556
|
/**
|
|
1563
1557
|
* the scan result as string
|
|
1564
1558
|
*/
|
|
@@ -1569,6 +1563,14 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1569
1563
|
*/
|
|
1570
1564
|
rawBytes?: object;
|
|
1571
1565
|
}
|
|
1566
|
+
|
|
1567
|
+
/**
|
|
1568
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BarcodeScannerDialog$ScanSuccessEventParameters'
|
|
1569
|
+
* in 1.115.1 and any later releases.
|
|
1570
|
+
*/
|
|
1571
|
+
export type $BarcodeScannerDialogScanSuccessEventParameters = BarcodeScannerDialog$ScanSuccessEventParameters;
|
|
1572
|
+
|
|
1573
|
+
export type BarcodeScannerDialog$ScanSuccessEvent = Event<BarcodeScannerDialog$ScanSuccessEventParameters>;
|
|
1572
1574
|
}
|
|
1573
1575
|
|
|
1574
1576
|
declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
@@ -1579,8 +1581,6 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1579
1581
|
|
|
1580
1582
|
import Control from "sap/ui/core/Control";
|
|
1581
1583
|
|
|
1582
|
-
import Event from "sap/ui/base/Event";
|
|
1583
|
-
|
|
1584
1584
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
1585
1585
|
|
|
1586
1586
|
import {
|
|
@@ -1594,9 +1594,11 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1594
1594
|
AggregationBindingInfo,
|
|
1595
1595
|
} from "sap/ui/base/ManagedObject";
|
|
1596
1596
|
|
|
1597
|
+
import Event from "sap/ui/base/Event";
|
|
1598
|
+
|
|
1597
1599
|
/**
|
|
1598
|
-
* @
|
|
1599
|
-
* @
|
|
1600
|
+
* @since 1.99.0
|
|
1601
|
+
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
1600
1602
|
*
|
|
1601
1603
|
* Overview:
|
|
1602
1604
|
*
|
|
@@ -1654,7 +1656,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1654
1656
|
* split is the same as in the standard view - the side content disappears on screen widths of less than
|
|
1655
1657
|
* 720 px and can only be viewed by triggering it.
|
|
1656
1658
|
*/
|
|
1657
|
-
class DynamicSideContent extends WebComponent {
|
|
1659
|
+
export default class DynamicSideContent extends WebComponent {
|
|
1658
1660
|
/**
|
|
1659
1661
|
* Constructor for a new `DynamicSideContent`.
|
|
1660
1662
|
*
|
|
@@ -1756,9 +1758,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1756
1758
|
/**
|
|
1757
1759
|
* The function to be called when the event occurs
|
|
1758
1760
|
*/
|
|
1759
|
-
fnFunction: (
|
|
1760
|
-
p1: Event<$DynamicSideContentLayoutChangeEventParameters>
|
|
1761
|
-
) => void,
|
|
1761
|
+
fnFunction: (p1: DynamicSideContent$LayoutChangeEvent) => void,
|
|
1762
1762
|
/**
|
|
1763
1763
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.DynamicSideContent`
|
|
1764
1764
|
* itself
|
|
@@ -1779,9 +1779,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1779
1779
|
/**
|
|
1780
1780
|
* The function to be called when the event occurs
|
|
1781
1781
|
*/
|
|
1782
|
-
fnFunction: (
|
|
1783
|
-
p1: Event<$DynamicSideContentLayoutChangeEventParameters>
|
|
1784
|
-
) => void,
|
|
1782
|
+
fnFunction: (p1: DynamicSideContent$LayoutChangeEvent) => void,
|
|
1785
1783
|
/**
|
|
1786
1784
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.DynamicSideContent`
|
|
1787
1785
|
* itself
|
|
@@ -1811,16 +1809,14 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1811
1809
|
/**
|
|
1812
1810
|
* The function to be called, when the event occurs
|
|
1813
1811
|
*/
|
|
1814
|
-
fnFunction: (
|
|
1815
|
-
p1: Event<$DynamicSideContentLayoutChangeEventParameters>
|
|
1816
|
-
) => void,
|
|
1812
|
+
fnFunction: (p1: DynamicSideContent$LayoutChangeEvent) => void,
|
|
1817
1813
|
/**
|
|
1818
1814
|
* Context object on which the given function had to be called
|
|
1819
1815
|
*/
|
|
1820
1816
|
oListener?: object
|
|
1821
1817
|
): this;
|
|
1822
1818
|
/**
|
|
1823
|
-
* @
|
|
1819
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1824
1820
|
*
|
|
1825
1821
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
1826
1822
|
*
|
|
@@ -1830,7 +1826,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1830
1826
|
/**
|
|
1831
1827
|
* Parameters to pass along with the event
|
|
1832
1828
|
*/
|
|
1833
|
-
mParameters?: $
|
|
1829
|
+
mParameters?: DynamicSideContent$LayoutChangeEventParameters
|
|
1834
1830
|
): this;
|
|
1835
1831
|
/**
|
|
1836
1832
|
* Gets content of aggregation {@link #getContent content}.
|
|
@@ -2183,7 +2179,6 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
2183
2179
|
*/
|
|
2184
2180
|
toggleContents(): void;
|
|
2185
2181
|
}
|
|
2186
|
-
export default DynamicSideContent;
|
|
2187
2182
|
|
|
2188
2183
|
export interface $DynamicSideContentSettings extends $WebComponentSettings {
|
|
2189
2184
|
/**
|
|
@@ -2271,11 +2266,11 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
2271
2266
|
* Fires when the current breakpoint has been changed.
|
|
2272
2267
|
*/
|
|
2273
2268
|
layoutChange?: (
|
|
2274
|
-
oEvent: Event
|
|
2269
|
+
oEvent: Event<DynamicSideContent$LayoutChangeEventParameters>
|
|
2275
2270
|
) => void;
|
|
2276
2271
|
}
|
|
2277
2272
|
|
|
2278
|
-
export interface $
|
|
2273
|
+
export interface DynamicSideContent$LayoutChangeEventParameters {
|
|
2279
2274
|
/**
|
|
2280
2275
|
* the current breakpoint.
|
|
2281
2276
|
*/
|
|
@@ -2296,6 +2291,14 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
2296
2291
|
*/
|
|
2297
2292
|
sideContentVisible?: boolean;
|
|
2298
2293
|
}
|
|
2294
|
+
|
|
2295
|
+
/**
|
|
2296
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DynamicSideContent$LayoutChangeEventParameters'
|
|
2297
|
+
* in 1.115.1 and any later releases.
|
|
2298
|
+
*/
|
|
2299
|
+
export type $DynamicSideContentLayoutChangeEventParameters = DynamicSideContent$LayoutChangeEventParameters;
|
|
2300
|
+
|
|
2301
|
+
export type DynamicSideContent$LayoutChangeEvent = Event<DynamicSideContent$LayoutChangeEventParameters>;
|
|
2299
2302
|
}
|
|
2300
2303
|
|
|
2301
2304
|
declare module "sap/ui/webc/fiori/FilterItem" {
|
|
@@ -2314,14 +2317,14 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2314
2317
|
} from "sap/ui/base/ManagedObject";
|
|
2315
2318
|
|
|
2316
2319
|
/**
|
|
2317
|
-
* @
|
|
2318
|
-
* @
|
|
2320
|
+
* @since 1.97.0
|
|
2321
|
+
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2319
2322
|
*
|
|
2320
2323
|
* Overview:
|
|
2321
2324
|
*
|
|
2322
2325
|
* Usage:
|
|
2323
2326
|
*/
|
|
2324
|
-
class FilterItem extends WebComponent implements IFilterItem {
|
|
2327
|
+
export default class FilterItem extends WebComponent implements IFilterItem {
|
|
2325
2328
|
__implements__sap_ui_webc_fiori_IFilterItem: boolean;
|
|
2326
2329
|
/**
|
|
2327
2330
|
* Constructor for a new `FilterItem`.
|
|
@@ -2482,7 +2485,6 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2482
2485
|
sText?: string
|
|
2483
2486
|
): this;
|
|
2484
2487
|
}
|
|
2485
|
-
export default FilterItem;
|
|
2486
2488
|
|
|
2487
2489
|
export interface $FilterItemSettings extends $WebComponentSettings {
|
|
2488
2490
|
/**
|
|
@@ -2514,14 +2516,16 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2514
2516
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2515
2517
|
|
|
2516
2518
|
/**
|
|
2517
|
-
* @
|
|
2518
|
-
* @
|
|
2519
|
+
* @since 1.97.0
|
|
2520
|
+
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
2519
2521
|
*
|
|
2520
2522
|
* Overview:
|
|
2521
2523
|
*
|
|
2522
2524
|
* Usage:
|
|
2523
2525
|
*/
|
|
2524
|
-
class FilterItemOption
|
|
2526
|
+
export default class FilterItemOption
|
|
2527
|
+
extends WebComponent
|
|
2528
|
+
implements IFilterItemOption {
|
|
2525
2529
|
__implements__sap_ui_webc_fiori_IFilterItemOption: boolean;
|
|
2526
2530
|
/**
|
|
2527
2531
|
* Constructor for a new `FilterItemOption`.
|
|
@@ -2638,7 +2642,6 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2638
2642
|
sText?: string
|
|
2639
2643
|
): this;
|
|
2640
2644
|
}
|
|
2641
|
-
export default FilterItemOption;
|
|
2642
2645
|
|
|
2643
2646
|
export interface $FilterItemOptionSettings extends $WebComponentSettings {
|
|
2644
2647
|
/**
|
|
@@ -2659,8 +2662,6 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2659
2662
|
$WebComponentSettings,
|
|
2660
2663
|
} from "sap/ui/webc/common/WebComponent";
|
|
2661
2664
|
|
|
2662
|
-
import Event from "sap/ui/base/Event";
|
|
2663
|
-
|
|
2664
2665
|
import Control from "sap/ui/core/Control";
|
|
2665
2666
|
|
|
2666
2667
|
import { CSSSize } from "sap/ui/core/library";
|
|
@@ -2671,9 +2672,11 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2671
2672
|
|
|
2672
2673
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2673
2674
|
|
|
2675
|
+
import Event from "sap/ui/base/Event";
|
|
2676
|
+
|
|
2674
2677
|
/**
|
|
2675
|
-
* @
|
|
2676
|
-
* @
|
|
2678
|
+
* @since 1.92.0
|
|
2679
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2677
2680
|
*
|
|
2678
2681
|
* Overview:
|
|
2679
2682
|
*
|
|
@@ -2697,7 +2700,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2697
2700
|
*
|
|
2698
2701
|
* Keyboard Handling:
|
|
2699
2702
|
*/
|
|
2700
|
-
class FlexibleColumnLayout extends WebComponent {
|
|
2703
|
+
export default class FlexibleColumnLayout extends WebComponent {
|
|
2701
2704
|
/**
|
|
2702
2705
|
* Constructor for a new `FlexibleColumnLayout`.
|
|
2703
2706
|
*
|
|
@@ -2778,9 +2781,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2778
2781
|
/**
|
|
2779
2782
|
* The function to be called when the event occurs
|
|
2780
2783
|
*/
|
|
2781
|
-
fnFunction: (
|
|
2782
|
-
p1: Event<$FlexibleColumnLayoutLayoutChangeEventParameters>
|
|
2783
|
-
) => void,
|
|
2784
|
+
fnFunction: (p1: FlexibleColumnLayout$LayoutChangeEvent) => void,
|
|
2784
2785
|
/**
|
|
2785
2786
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.FlexibleColumnLayout`
|
|
2786
2787
|
* itself
|
|
@@ -2802,9 +2803,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2802
2803
|
/**
|
|
2803
2804
|
* The function to be called when the event occurs
|
|
2804
2805
|
*/
|
|
2805
|
-
fnFunction: (
|
|
2806
|
-
p1: Event<$FlexibleColumnLayoutLayoutChangeEventParameters>
|
|
2807
|
-
) => void,
|
|
2806
|
+
fnFunction: (p1: FlexibleColumnLayout$LayoutChangeEvent) => void,
|
|
2808
2807
|
/**
|
|
2809
2808
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.FlexibleColumnLayout`
|
|
2810
2809
|
* itself
|
|
@@ -2840,16 +2839,14 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2840
2839
|
/**
|
|
2841
2840
|
* The function to be called, when the event occurs
|
|
2842
2841
|
*/
|
|
2843
|
-
fnFunction: (
|
|
2844
|
-
p1: Event<$FlexibleColumnLayoutLayoutChangeEventParameters>
|
|
2845
|
-
) => void,
|
|
2842
|
+
fnFunction: (p1: FlexibleColumnLayout$LayoutChangeEvent) => void,
|
|
2846
2843
|
/**
|
|
2847
2844
|
* Context object on which the given function had to be called
|
|
2848
2845
|
*/
|
|
2849
2846
|
oListener?: object
|
|
2850
2847
|
): this;
|
|
2851
2848
|
/**
|
|
2852
|
-
* @
|
|
2849
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2853
2850
|
*
|
|
2854
2851
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
2855
2852
|
*
|
|
@@ -2859,7 +2856,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2859
2856
|
/**
|
|
2860
2857
|
* Parameters to pass along with the event
|
|
2861
2858
|
*/
|
|
2862
|
-
mParameters?: $
|
|
2859
|
+
mParameters?: FlexibleColumnLayout$LayoutChangeEventParameters
|
|
2863
2860
|
): this;
|
|
2864
2861
|
/**
|
|
2865
2862
|
* Gets current value of property {@link #getAccessibilityRoles accessibilityRoles}.
|
|
@@ -3158,7 +3155,6 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3158
3155
|
sWidth: CSSSize
|
|
3159
3156
|
): this;
|
|
3160
3157
|
}
|
|
3161
|
-
export default FlexibleColumnLayout;
|
|
3162
3158
|
|
|
3163
3159
|
export interface $FlexibleColumnLayoutSettings extends $WebComponentSettings {
|
|
3164
3160
|
/**
|
|
@@ -3248,11 +3244,11 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3248
3244
|
* size due to resizing.
|
|
3249
3245
|
*/
|
|
3250
3246
|
layoutChange?: (
|
|
3251
|
-
oEvent: Event
|
|
3247
|
+
oEvent: Event<FlexibleColumnLayout$LayoutChangeEventParameters>
|
|
3252
3248
|
) => void;
|
|
3253
3249
|
}
|
|
3254
3250
|
|
|
3255
|
-
export interface $
|
|
3251
|
+
export interface FlexibleColumnLayout$LayoutChangeEventParameters {
|
|
3256
3252
|
/**
|
|
3257
3253
|
* The current layout
|
|
3258
3254
|
*/
|
|
@@ -3288,6 +3284,14 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
3288
3284
|
*/
|
|
3289
3285
|
resize?: boolean;
|
|
3290
3286
|
}
|
|
3287
|
+
|
|
3288
|
+
/**
|
|
3289
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$LayoutChangeEventParameters'
|
|
3290
|
+
* in 1.115.1 and any later releases.
|
|
3291
|
+
*/
|
|
3292
|
+
export type $FlexibleColumnLayoutLayoutChangeEventParameters = FlexibleColumnLayout$LayoutChangeEventParameters;
|
|
3293
|
+
|
|
3294
|
+
export type FlexibleColumnLayout$LayoutChangeEvent = Event<FlexibleColumnLayout$LayoutChangeEventParameters>;
|
|
3291
3295
|
}
|
|
3292
3296
|
|
|
3293
3297
|
declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
@@ -3313,8 +3317,8 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3313
3317
|
} from "sap/ui/base/ManagedObject";
|
|
3314
3318
|
|
|
3315
3319
|
/**
|
|
3316
|
-
* @
|
|
3317
|
-
* @
|
|
3320
|
+
* @since 1.95.0
|
|
3321
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
3318
3322
|
*
|
|
3319
3323
|
* Overview: An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging
|
|
3320
3324
|
* illustration, and conversational tone to better communicate an empty or a success state than just show
|
|
@@ -3336,7 +3340,7 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3336
3340
|
* Usage: `sap.ui.webc.fiori.IllustratedMessage` is meant to be used inside container component, for example
|
|
3337
3341
|
* a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
|
|
3338
3342
|
*/
|
|
3339
|
-
class IllustratedMessage extends WebComponent {
|
|
3343
|
+
export default class IllustratedMessage extends WebComponent {
|
|
3340
3344
|
/**
|
|
3341
3345
|
* Constructor for a new `IllustratedMessage`.
|
|
3342
3346
|
*
|
|
@@ -3631,7 +3635,6 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3631
3635
|
sTitleText?: string
|
|
3632
3636
|
): this;
|
|
3633
3637
|
}
|
|
3634
|
-
export default IllustratedMessage;
|
|
3635
3638
|
|
|
3636
3639
|
export interface $IllustratedMessageSettings extends $WebComponentSettings {
|
|
3637
3640
|
name?:
|
|
@@ -3711,8 +3714,8 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3711
3714
|
} from "sap/ui/base/ManagedObject";
|
|
3712
3715
|
|
|
3713
3716
|
/**
|
|
3714
|
-
* @
|
|
3715
|
-
* @
|
|
3717
|
+
* @since 1.99.0
|
|
3718
|
+
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
3716
3719
|
*
|
|
3717
3720
|
* Overview:
|
|
3718
3721
|
*
|
|
@@ -3735,7 +3738,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3735
3738
|
* - [HOME] - Navigates to first item
|
|
3736
3739
|
* - [END] - Navigates to the last item [SPACE/ENTER] - Select an item
|
|
3737
3740
|
*/
|
|
3738
|
-
class MediaGallery extends WebComponent {
|
|
3741
|
+
export default class MediaGallery extends WebComponent {
|
|
3739
3742
|
/**
|
|
3740
3743
|
* Constructor for a new `MediaGallery`.
|
|
3741
3744
|
*
|
|
@@ -3921,9 +3924,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3921
3924
|
/**
|
|
3922
3925
|
* The function to be called when the event occurs
|
|
3923
3926
|
*/
|
|
3924
|
-
fnFunction: (
|
|
3925
|
-
p1: Event<$MediaGallerySelectionChangeEventParameters>
|
|
3926
|
-
) => void,
|
|
3927
|
+
fnFunction: (p1: MediaGallery$SelectionChangeEvent) => void,
|
|
3927
3928
|
/**
|
|
3928
3929
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.MediaGallery` itself
|
|
3929
3930
|
*/
|
|
@@ -3944,9 +3945,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3944
3945
|
/**
|
|
3945
3946
|
* The function to be called when the event occurs
|
|
3946
3947
|
*/
|
|
3947
|
-
fnFunction: (
|
|
3948
|
-
p1: Event<$MediaGallerySelectionChangeEventParameters>
|
|
3949
|
-
) => void,
|
|
3948
|
+
fnFunction: (p1: MediaGallery$SelectionChangeEvent) => void,
|
|
3950
3949
|
/**
|
|
3951
3950
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.MediaGallery` itself
|
|
3952
3951
|
*/
|
|
@@ -4006,16 +4005,14 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4006
4005
|
/**
|
|
4007
4006
|
* The function to be called, when the event occurs
|
|
4008
4007
|
*/
|
|
4009
|
-
fnFunction: (
|
|
4010
|
-
p1: Event<$MediaGallerySelectionChangeEventParameters>
|
|
4011
|
-
) => void,
|
|
4008
|
+
fnFunction: (p1: MediaGallery$SelectionChangeEvent) => void,
|
|
4012
4009
|
/**
|
|
4013
4010
|
* Context object on which the given function had to be called
|
|
4014
4011
|
*/
|
|
4015
4012
|
oListener?: object
|
|
4016
4013
|
): this;
|
|
4017
4014
|
/**
|
|
4018
|
-
* @
|
|
4015
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4019
4016
|
*
|
|
4020
4017
|
* Fires event {@link #event:displayAreaClick displayAreaClick} to attached listeners.
|
|
4021
4018
|
*
|
|
@@ -4028,7 +4025,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4028
4025
|
mParameters?: object
|
|
4029
4026
|
): this;
|
|
4030
4027
|
/**
|
|
4031
|
-
* @
|
|
4028
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4032
4029
|
*
|
|
4033
4030
|
* Fires event {@link #event:overflowClick overflowClick} to attached listeners.
|
|
4034
4031
|
*
|
|
@@ -4041,7 +4038,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4041
4038
|
mParameters?: object
|
|
4042
4039
|
): this;
|
|
4043
4040
|
/**
|
|
4044
|
-
* @
|
|
4041
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4045
4042
|
*
|
|
4046
4043
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
4047
4044
|
*
|
|
@@ -4051,7 +4048,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4051
4048
|
/**
|
|
4052
4049
|
* Parameters to pass along with the event
|
|
4053
4050
|
*/
|
|
4054
|
-
mParameters?: $
|
|
4051
|
+
mParameters?: MediaGallery$SelectionChangeEventParameters
|
|
4055
4052
|
): this;
|
|
4056
4053
|
/**
|
|
4057
4054
|
* Gets current value of property {@link #getInteractiveDisplayArea interactiveDisplayArea}.
|
|
@@ -4289,7 +4286,6 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4289
4286
|
bShowAllThumbnails?: boolean
|
|
4290
4287
|
): this;
|
|
4291
4288
|
}
|
|
4292
|
-
export default MediaGallery;
|
|
4293
4289
|
|
|
4294
4290
|
export interface $MediaGallerySettings extends $WebComponentSettings {
|
|
4295
4291
|
/**
|
|
@@ -4379,20 +4375,44 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
4379
4375
|
* Fired when selection is changed by user interaction.
|
|
4380
4376
|
*/
|
|
4381
4377
|
selectionChange?: (
|
|
4382
|
-
oEvent: Event
|
|
4378
|
+
oEvent: Event<MediaGallery$SelectionChangeEventParameters>
|
|
4383
4379
|
) => void;
|
|
4384
4380
|
}
|
|
4385
4381
|
|
|
4386
|
-
export interface $
|
|
4382
|
+
export interface MediaGallery$DisplayAreaClickEventParameters {}
|
|
4383
|
+
|
|
4384
|
+
/**
|
|
4385
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'MediaGallery$DisplayAreaClickEventParameters'
|
|
4386
|
+
* in 1.115.1 and any later releases.
|
|
4387
|
+
*/
|
|
4388
|
+
export type $MediaGalleryDisplayAreaClickEventParameters = MediaGallery$DisplayAreaClickEventParameters;
|
|
4389
|
+
|
|
4390
|
+
export type MediaGallery$DisplayAreaClickEvent = Event<MediaGallery$DisplayAreaClickEventParameters>;
|
|
4391
|
+
|
|
4392
|
+
export interface MediaGallery$OverflowClickEventParameters {}
|
|
4393
|
+
|
|
4394
|
+
/**
|
|
4395
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'MediaGallery$OverflowClickEventParameters'
|
|
4396
|
+
* in 1.115.1 and any later releases.
|
|
4397
|
+
*/
|
|
4398
|
+
export type $MediaGalleryOverflowClickEventParameters = MediaGallery$OverflowClickEventParameters;
|
|
4387
4399
|
|
|
4388
|
-
export
|
|
4400
|
+
export type MediaGallery$OverflowClickEvent = Event<MediaGallery$OverflowClickEventParameters>;
|
|
4389
4401
|
|
|
4390
|
-
export interface $
|
|
4402
|
+
export interface MediaGallery$SelectionChangeEventParameters {
|
|
4391
4403
|
/**
|
|
4392
4404
|
* the selected item.
|
|
4393
4405
|
*/
|
|
4394
4406
|
item?: HTMLElement;
|
|
4395
4407
|
}
|
|
4408
|
+
|
|
4409
|
+
/**
|
|
4410
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'MediaGallery$SelectionChangeEventParameters'
|
|
4411
|
+
* in 1.115.1 and any later releases.
|
|
4412
|
+
*/
|
|
4413
|
+
export type $MediaGallerySelectionChangeEventParameters = MediaGallery$SelectionChangeEventParameters;
|
|
4414
|
+
|
|
4415
|
+
export type MediaGallery$SelectionChangeEvent = Event<MediaGallery$SelectionChangeEventParameters>;
|
|
4396
4416
|
}
|
|
4397
4417
|
|
|
4398
4418
|
declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
@@ -4413,8 +4433,8 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4413
4433
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4414
4434
|
|
|
4415
4435
|
/**
|
|
4416
|
-
* @
|
|
4417
|
-
* @
|
|
4436
|
+
* @since 1.99.0
|
|
4437
|
+
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
4418
4438
|
*
|
|
4419
4439
|
* Overview: The `sap.ui.webc.fiori.MediaGalleryItem` web component represents the items displayed in the
|
|
4420
4440
|
* `sap.ui.webc.fiori.MediaGallery` web component.
|
|
@@ -4431,7 +4451,9 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4431
4451
|
*
|
|
4432
4452
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
4433
4453
|
*/
|
|
4434
|
-
class MediaGalleryItem
|
|
4454
|
+
export default class MediaGalleryItem
|
|
4455
|
+
extends WebComponent
|
|
4456
|
+
implements IMediaGalleryItem {
|
|
4435
4457
|
__implements__sap_ui_webc_fiori_IMediaGalleryItem: boolean;
|
|
4436
4458
|
/**
|
|
4437
4459
|
* Constructor for a new `MediaGalleryItem`.
|
|
@@ -4631,7 +4653,6 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4631
4653
|
oThumbnail: Control
|
|
4632
4654
|
): this;
|
|
4633
4655
|
}
|
|
4634
|
-
export default MediaGalleryItem;
|
|
4635
4656
|
|
|
4636
4657
|
export interface $MediaGalleryItemSettings extends $WebComponentSettings {
|
|
4637
4658
|
/**
|
|
@@ -4684,13 +4705,15 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4684
4705
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4685
4706
|
|
|
4686
4707
|
/**
|
|
4687
|
-
* @
|
|
4688
|
-
* @
|
|
4708
|
+
* @since 1.92.0
|
|
4709
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4689
4710
|
*
|
|
4690
4711
|
* The `sap.ui.webc.fiori.NotificationAction` represents an abstract action, used in the `sap.ui.webc.fiori.NotificationListItem`
|
|
4691
4712
|
* and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
|
|
4692
4713
|
*/
|
|
4693
|
-
class NotificationAction
|
|
4714
|
+
export default class NotificationAction
|
|
4715
|
+
extends WebComponent
|
|
4716
|
+
implements INotificationAction {
|
|
4694
4717
|
__implements__sap_ui_webc_fiori_INotificationAction: boolean;
|
|
4695
4718
|
/**
|
|
4696
4719
|
* Constructor for a new `NotificationAction`.
|
|
@@ -4887,7 +4910,6 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4887
4910
|
sText?: string
|
|
4888
4911
|
): this;
|
|
4889
4912
|
}
|
|
4890
|
-
export default NotificationAction;
|
|
4891
4913
|
|
|
4892
4914
|
export interface $NotificationActionSettings extends $WebComponentSettings {
|
|
4893
4915
|
/**
|
|
@@ -4951,8 +4973,8 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
4951
4973
|
} from "sap/ui/base/ManagedObject";
|
|
4952
4974
|
|
|
4953
4975
|
/**
|
|
4954
|
-
* @
|
|
4955
|
-
* @
|
|
4976
|
+
* @since 1.92.0
|
|
4977
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4956
4978
|
*
|
|
4957
4979
|
* Overview: The `sap.ui.webc.fiori.NotificationListGroupItem` is a special type of list item, that unlike
|
|
4958
4980
|
* others can group items within self, usually `sap.ui.webc.fiori.NotificationListItem` items.
|
|
@@ -4974,7 +4996,9 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
4974
4996
|
* The `sap.ui.webc.fiori.NotificationListGroupItem` exposes the following CSS Shadow Parts:
|
|
4975
4997
|
* - title-text - Used to style the titleText of the notification list group item
|
|
4976
4998
|
*/
|
|
4977
|
-
class NotificationListGroupItem
|
|
4999
|
+
export default class NotificationListGroupItem
|
|
5000
|
+
extends WebComponent
|
|
5001
|
+
implements IListItem {
|
|
4978
5002
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
4979
5003
|
/**
|
|
4980
5004
|
* Constructor for a new `NotificationListGroupItem`.
|
|
@@ -5199,7 +5223,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5199
5223
|
oListener?: object
|
|
5200
5224
|
): this;
|
|
5201
5225
|
/**
|
|
5202
|
-
* @
|
|
5226
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5203
5227
|
*
|
|
5204
5228
|
* Fires event {@link #event:close close} to attached listeners.
|
|
5205
5229
|
*
|
|
@@ -5212,7 +5236,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5212
5236
|
mParameters?: object
|
|
5213
5237
|
): this;
|
|
5214
5238
|
/**
|
|
5215
|
-
* @
|
|
5239
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5216
5240
|
*
|
|
5217
5241
|
* Fires event {@link #event:toggle toggle} to attached listeners.
|
|
5218
5242
|
*
|
|
@@ -5564,7 +5588,6 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5564
5588
|
sTitleText?: string
|
|
5565
5589
|
): this;
|
|
5566
5590
|
}
|
|
5567
|
-
export default NotificationListGroupItem;
|
|
5568
5591
|
|
|
5569
5592
|
export interface $NotificationListGroupItemSettings
|
|
5570
5593
|
extends $WebComponentSettings {
|
|
@@ -5649,9 +5672,25 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5649
5672
|
toggle?: (oEvent: Event) => void;
|
|
5650
5673
|
}
|
|
5651
5674
|
|
|
5652
|
-
export interface $
|
|
5675
|
+
export interface NotificationListGroupItem$CloseEventParameters {}
|
|
5676
|
+
|
|
5677
|
+
/**
|
|
5678
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NotificationListGroupItem$CloseEventParameters'
|
|
5679
|
+
* in 1.115.1 and any later releases.
|
|
5680
|
+
*/
|
|
5681
|
+
export type $NotificationListGroupItemCloseEventParameters = NotificationListGroupItem$CloseEventParameters;
|
|
5682
|
+
|
|
5683
|
+
export type NotificationListGroupItem$CloseEvent = Event<NotificationListGroupItem$CloseEventParameters>;
|
|
5684
|
+
|
|
5685
|
+
export interface NotificationListGroupItem$ToggleEventParameters {}
|
|
5686
|
+
|
|
5687
|
+
/**
|
|
5688
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NotificationListGroupItem$ToggleEventParameters'
|
|
5689
|
+
* in 1.115.1 and any later releases.
|
|
5690
|
+
*/
|
|
5691
|
+
export type $NotificationListGroupItemToggleEventParameters = NotificationListGroupItem$ToggleEventParameters;
|
|
5653
5692
|
|
|
5654
|
-
export
|
|
5693
|
+
export type NotificationListGroupItem$ToggleEvent = Event<NotificationListGroupItem$ToggleEventParameters>;
|
|
5655
5694
|
}
|
|
5656
5695
|
|
|
5657
5696
|
declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
@@ -5684,8 +5723,8 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5684
5723
|
} from "sap/ui/base/ManagedObject";
|
|
5685
5724
|
|
|
5686
5725
|
/**
|
|
5687
|
-
* @
|
|
5688
|
-
* @
|
|
5726
|
+
* @since 1.92.0
|
|
5727
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5689
5728
|
*
|
|
5690
5729
|
* Overview: The `sap.ui.webc.fiori.NotificationListItem` is a type of list item, meant to display notifications.
|
|
5691
5730
|
*
|
|
@@ -5710,7 +5749,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5710
5749
|
* The `sap.ui.webc.fiori.NotificationListItem` exposes the following CSS Shadow Parts:
|
|
5711
5750
|
* - title-text - Used to style the titleText of the notification list item
|
|
5712
5751
|
*/
|
|
5713
|
-
class NotificationListItem
|
|
5752
|
+
export default class NotificationListItem
|
|
5714
5753
|
extends WebComponent
|
|
5715
5754
|
implements INotificationListItem, IListItem {
|
|
5716
5755
|
__implements__sap_ui_webc_fiori_INotificationListItem: boolean;
|
|
@@ -5880,7 +5919,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5880
5919
|
oListener?: object
|
|
5881
5920
|
): this;
|
|
5882
5921
|
/**
|
|
5883
|
-
* @
|
|
5922
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5884
5923
|
*
|
|
5885
5924
|
* Fires event {@link #event:close close} to attached listeners.
|
|
5886
5925
|
*
|
|
@@ -6263,7 +6302,6 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6263
6302
|
sWrappingType?: WrappingType | keyof typeof WrappingType
|
|
6264
6303
|
): this;
|
|
6265
6304
|
}
|
|
6266
|
-
export default NotificationListItem;
|
|
6267
6305
|
|
|
6268
6306
|
export interface $NotificationListItemSettings extends $WebComponentSettings {
|
|
6269
6307
|
/**
|
|
@@ -6356,7 +6394,15 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6356
6394
|
close?: (oEvent: Event) => void;
|
|
6357
6395
|
}
|
|
6358
6396
|
|
|
6359
|
-
export interface $
|
|
6397
|
+
export interface NotificationListItem$CloseEventParameters {}
|
|
6398
|
+
|
|
6399
|
+
/**
|
|
6400
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NotificationListItem$CloseEventParameters'
|
|
6401
|
+
* in 1.115.1 and any later releases.
|
|
6402
|
+
*/
|
|
6403
|
+
export type $NotificationListItemCloseEventParameters = NotificationListItem$CloseEventParameters;
|
|
6404
|
+
|
|
6405
|
+
export type NotificationListItem$CloseEvent = Event<NotificationListItem$CloseEventParameters>;
|
|
6360
6406
|
}
|
|
6361
6407
|
|
|
6362
6408
|
declare module "sap/ui/webc/fiori/Page" {
|
|
@@ -6379,8 +6425,8 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6379
6425
|
} from "sap/ui/base/ManagedObject";
|
|
6380
6426
|
|
|
6381
6427
|
/**
|
|
6382
|
-
* @
|
|
6383
|
-
* @
|
|
6428
|
+
* @since 1.92.0
|
|
6429
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6384
6430
|
*
|
|
6385
6431
|
* Overview:
|
|
6386
6432
|
*
|
|
@@ -6396,7 +6442,7 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6396
6442
|
* the intended design you have to make sure that there is enough space for the `sap.ui.webc.fiori.Page`
|
|
6397
6443
|
* to be rendered.
|
|
6398
6444
|
*/
|
|
6399
|
-
class Page extends WebComponent {
|
|
6445
|
+
export default class Page extends WebComponent {
|
|
6400
6446
|
/**
|
|
6401
6447
|
* Constructor for a new `Page`.
|
|
6402
6448
|
*
|
|
@@ -6755,7 +6801,6 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6755
6801
|
sWidth: CSSSize
|
|
6756
6802
|
): this;
|
|
6757
6803
|
}
|
|
6758
|
-
export default Page;
|
|
6759
6804
|
|
|
6760
6805
|
export interface $PageSettings extends $WebComponentSettings {
|
|
6761
6806
|
/**
|
|
@@ -6832,8 +6877,8 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
6832
6877
|
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6833
6878
|
|
|
6834
6879
|
/**
|
|
6835
|
-
* @
|
|
6836
|
-
* @
|
|
6880
|
+
* @since 1.92.0
|
|
6881
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6837
6882
|
*
|
|
6838
6883
|
* Overview:
|
|
6839
6884
|
*
|
|
@@ -6851,7 +6896,7 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
6851
6896
|
* - [UP/DOWN] - Navigates up and down the items
|
|
6852
6897
|
* - [LEFT/RIGHT] - Navigates left and right the items
|
|
6853
6898
|
*/
|
|
6854
|
-
class ProductSwitch extends WebComponent {
|
|
6899
|
+
export default class ProductSwitch extends WebComponent {
|
|
6855
6900
|
/**
|
|
6856
6901
|
* Constructor for a new `ProductSwitch`.
|
|
6857
6902
|
*
|
|
@@ -6984,7 +7029,6 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
6984
7029
|
vItem: int | string | IProductSwitchItem
|
|
6985
7030
|
): IProductSwitchItem | null;
|
|
6986
7031
|
}
|
|
6987
|
-
export default ProductSwitch;
|
|
6988
7032
|
|
|
6989
7033
|
export interface $ProductSwitchSettings extends $WebComponentSettings {
|
|
6990
7034
|
/**
|
|
@@ -7013,8 +7057,8 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7013
7057
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7014
7058
|
|
|
7015
7059
|
/**
|
|
7016
|
-
* @
|
|
7017
|
-
* @
|
|
7060
|
+
* @since 1.92.0
|
|
7061
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7018
7062
|
*
|
|
7019
7063
|
* Overview: The `sap.ui.webc.fiori.ProductSwitchItem` web component represents the items displayed in the
|
|
7020
7064
|
* `sap.ui.webc.fiori.ProductSwitch` web component.
|
|
@@ -7031,7 +7075,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7031
7075
|
*
|
|
7032
7076
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
7033
7077
|
*/
|
|
7034
|
-
class ProductSwitchItem
|
|
7078
|
+
export default class ProductSwitchItem
|
|
7079
|
+
extends WebComponent
|
|
7080
|
+
implements IProductSwitchItem {
|
|
7035
7081
|
__implements__sap_ui_webc_fiori_IProductSwitchItem: boolean;
|
|
7036
7082
|
/**
|
|
7037
7083
|
* Constructor for a new `ProductSwitchItem`.
|
|
@@ -7160,7 +7206,7 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7160
7206
|
oListener?: object
|
|
7161
7207
|
): this;
|
|
7162
7208
|
/**
|
|
7163
|
-
* @
|
|
7209
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7164
7210
|
*
|
|
7165
7211
|
* Fires event {@link #event:click click} to attached listeners.
|
|
7166
7212
|
*
|
|
@@ -7338,7 +7384,6 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7338
7384
|
sTitleText?: string
|
|
7339
7385
|
): this;
|
|
7340
7386
|
}
|
|
7341
|
-
export default ProductSwitchItem;
|
|
7342
7387
|
|
|
7343
7388
|
export interface $ProductSwitchItemSettings extends $WebComponentSettings {
|
|
7344
7389
|
/**
|
|
@@ -7388,7 +7433,15 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7388
7433
|
click?: (oEvent: Event) => void;
|
|
7389
7434
|
}
|
|
7390
7435
|
|
|
7391
|
-
export interface $
|
|
7436
|
+
export interface ProductSwitchItem$ClickEventParameters {}
|
|
7437
|
+
|
|
7438
|
+
/**
|
|
7439
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ProductSwitchItem$ClickEventParameters'
|
|
7440
|
+
* in 1.115.1 and any later releases.
|
|
7441
|
+
*/
|
|
7442
|
+
export type $ProductSwitchItemClickEventParameters = ProductSwitchItem$ClickEventParameters;
|
|
7443
|
+
|
|
7444
|
+
export type ProductSwitchItem$ClickEvent = Event<ProductSwitchItem$ClickEventParameters>;
|
|
7392
7445
|
}
|
|
7393
7446
|
|
|
7394
7447
|
declare module "sap/ui/webc/fiori/ShellBar" {
|
|
@@ -7406,8 +7459,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7406
7459
|
IButton,
|
|
7407
7460
|
} from "sap/ui/webc/main/library";
|
|
7408
7461
|
|
|
7409
|
-
import Event from "sap/ui/base/Event";
|
|
7410
|
-
|
|
7411
7462
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
7412
7463
|
|
|
7413
7464
|
import {
|
|
@@ -7415,9 +7466,11 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7415
7466
|
AggregationBindingInfo,
|
|
7416
7467
|
} from "sap/ui/base/ManagedObject";
|
|
7417
7468
|
|
|
7469
|
+
import Event from "sap/ui/base/Event";
|
|
7470
|
+
|
|
7418
7471
|
/**
|
|
7419
|
-
* @
|
|
7420
|
-
* @
|
|
7472
|
+
* @since 1.92.0
|
|
7473
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7421
7474
|
*
|
|
7422
7475
|
* Overview:
|
|
7423
7476
|
*
|
|
@@ -7445,7 +7498,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7445
7498
|
*
|
|
7446
7499
|
* Keyboard Handling:
|
|
7447
7500
|
*/
|
|
7448
|
-
class ShellBar extends WebComponent {
|
|
7501
|
+
export default class ShellBar extends WebComponent {
|
|
7449
7502
|
/**
|
|
7450
7503
|
* Constructor for a new `ShellBar`.
|
|
7451
7504
|
*
|
|
@@ -7547,7 +7600,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7547
7600
|
/**
|
|
7548
7601
|
* The function to be called when the event occurs
|
|
7549
7602
|
*/
|
|
7550
|
-
fnFunction: (p1:
|
|
7603
|
+
fnFunction: (p1: ShellBar$CoPilotClickEvent) => void,
|
|
7551
7604
|
/**
|
|
7552
7605
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7553
7606
|
*/
|
|
@@ -7567,7 +7620,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7567
7620
|
/**
|
|
7568
7621
|
* The function to be called when the event occurs
|
|
7569
7622
|
*/
|
|
7570
|
-
fnFunction: (p1:
|
|
7623
|
+
fnFunction: (p1: ShellBar$CoPilotClickEvent) => void,
|
|
7571
7624
|
/**
|
|
7572
7625
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7573
7626
|
*/
|
|
@@ -7592,7 +7645,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7592
7645
|
/**
|
|
7593
7646
|
* The function to be called when the event occurs
|
|
7594
7647
|
*/
|
|
7595
|
-
fnFunction: (p1:
|
|
7648
|
+
fnFunction: (p1: ShellBar$LogoClickEvent) => void,
|
|
7596
7649
|
/**
|
|
7597
7650
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7598
7651
|
*/
|
|
@@ -7612,7 +7665,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7612
7665
|
/**
|
|
7613
7666
|
* The function to be called when the event occurs
|
|
7614
7667
|
*/
|
|
7615
|
-
fnFunction: (p1:
|
|
7668
|
+
fnFunction: (p1: ShellBar$LogoClickEvent) => void,
|
|
7616
7669
|
/**
|
|
7617
7670
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7618
7671
|
*/
|
|
@@ -7638,7 +7691,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7638
7691
|
/**
|
|
7639
7692
|
* The function to be called when the event occurs
|
|
7640
7693
|
*/
|
|
7641
|
-
fnFunction: (p1:
|
|
7694
|
+
fnFunction: (p1: ShellBar$MenuItemClickEvent) => void,
|
|
7642
7695
|
/**
|
|
7643
7696
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7644
7697
|
*/
|
|
@@ -7659,7 +7712,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7659
7712
|
/**
|
|
7660
7713
|
* The function to be called when the event occurs
|
|
7661
7714
|
*/
|
|
7662
|
-
fnFunction: (p1:
|
|
7715
|
+
fnFunction: (p1: ShellBar$MenuItemClickEvent) => void,
|
|
7663
7716
|
/**
|
|
7664
7717
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7665
7718
|
*/
|
|
@@ -7685,9 +7738,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7685
7738
|
/**
|
|
7686
7739
|
* The function to be called when the event occurs
|
|
7687
7740
|
*/
|
|
7688
|
-
fnFunction: (
|
|
7689
|
-
p1: Event<$ShellBarNotificationsClickEventParameters>
|
|
7690
|
-
) => void,
|
|
7741
|
+
fnFunction: (p1: ShellBar$NotificationsClickEvent) => void,
|
|
7691
7742
|
/**
|
|
7692
7743
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7693
7744
|
*/
|
|
@@ -7708,9 +7759,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7708
7759
|
/**
|
|
7709
7760
|
* The function to be called when the event occurs
|
|
7710
7761
|
*/
|
|
7711
|
-
fnFunction: (
|
|
7712
|
-
p1: Event<$ShellBarNotificationsClickEventParameters>
|
|
7713
|
-
) => void,
|
|
7762
|
+
fnFunction: (p1: ShellBar$NotificationsClickEvent) => void,
|
|
7714
7763
|
/**
|
|
7715
7764
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7716
7765
|
*/
|
|
@@ -7737,9 +7786,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7737
7786
|
/**
|
|
7738
7787
|
* The function to be called when the event occurs
|
|
7739
7788
|
*/
|
|
7740
|
-
fnFunction: (
|
|
7741
|
-
p1: Event<$ShellBarProductSwitchClickEventParameters>
|
|
7742
|
-
) => void,
|
|
7789
|
+
fnFunction: (p1: ShellBar$ProductSwitchClickEvent) => void,
|
|
7743
7790
|
/**
|
|
7744
7791
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7745
7792
|
*/
|
|
@@ -7761,9 +7808,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7761
7808
|
/**
|
|
7762
7809
|
* The function to be called when the event occurs
|
|
7763
7810
|
*/
|
|
7764
|
-
fnFunction: (
|
|
7765
|
-
p1: Event<$ShellBarProductSwitchClickEventParameters>
|
|
7766
|
-
) => void,
|
|
7811
|
+
fnFunction: (p1: ShellBar$ProductSwitchClickEvent) => void,
|
|
7767
7812
|
/**
|
|
7768
7813
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7769
7814
|
*/
|
|
@@ -7788,7 +7833,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7788
7833
|
/**
|
|
7789
7834
|
* The function to be called when the event occurs
|
|
7790
7835
|
*/
|
|
7791
|
-
fnFunction: (p1:
|
|
7836
|
+
fnFunction: (p1: ShellBar$ProfileClickEvent) => void,
|
|
7792
7837
|
/**
|
|
7793
7838
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7794
7839
|
*/
|
|
@@ -7808,7 +7853,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7808
7853
|
/**
|
|
7809
7854
|
* The function to be called when the event occurs
|
|
7810
7855
|
*/
|
|
7811
|
-
fnFunction: (p1:
|
|
7856
|
+
fnFunction: (p1: ShellBar$ProfileClickEvent) => void,
|
|
7812
7857
|
/**
|
|
7813
7858
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBar` itself
|
|
7814
7859
|
*/
|
|
@@ -7866,7 +7911,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7866
7911
|
/**
|
|
7867
7912
|
* The function to be called, when the event occurs
|
|
7868
7913
|
*/
|
|
7869
|
-
fnFunction: (p1:
|
|
7914
|
+
fnFunction: (p1: ShellBar$CoPilotClickEvent) => void,
|
|
7870
7915
|
/**
|
|
7871
7916
|
* Context object on which the given function had to be called
|
|
7872
7917
|
*/
|
|
@@ -7883,7 +7928,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7883
7928
|
/**
|
|
7884
7929
|
* The function to be called, when the event occurs
|
|
7885
7930
|
*/
|
|
7886
|
-
fnFunction: (p1:
|
|
7931
|
+
fnFunction: (p1: ShellBar$LogoClickEvent) => void,
|
|
7887
7932
|
/**
|
|
7888
7933
|
* Context object on which the given function had to be called
|
|
7889
7934
|
*/
|
|
@@ -7901,7 +7946,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7901
7946
|
/**
|
|
7902
7947
|
* The function to be called, when the event occurs
|
|
7903
7948
|
*/
|
|
7904
|
-
fnFunction: (p1:
|
|
7949
|
+
fnFunction: (p1: ShellBar$MenuItemClickEvent) => void,
|
|
7905
7950
|
/**
|
|
7906
7951
|
* Context object on which the given function had to be called
|
|
7907
7952
|
*/
|
|
@@ -7919,9 +7964,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7919
7964
|
/**
|
|
7920
7965
|
* The function to be called, when the event occurs
|
|
7921
7966
|
*/
|
|
7922
|
-
fnFunction: (
|
|
7923
|
-
p1: Event<$ShellBarNotificationsClickEventParameters>
|
|
7924
|
-
) => void,
|
|
7967
|
+
fnFunction: (p1: ShellBar$NotificationsClickEvent) => void,
|
|
7925
7968
|
/**
|
|
7926
7969
|
* Context object on which the given function had to be called
|
|
7927
7970
|
*/
|
|
@@ -7939,9 +7982,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7939
7982
|
/**
|
|
7940
7983
|
* The function to be called, when the event occurs
|
|
7941
7984
|
*/
|
|
7942
|
-
fnFunction: (
|
|
7943
|
-
p1: Event<$ShellBarProductSwitchClickEventParameters>
|
|
7944
|
-
) => void,
|
|
7985
|
+
fnFunction: (p1: ShellBar$ProductSwitchClickEvent) => void,
|
|
7945
7986
|
/**
|
|
7946
7987
|
* Context object on which the given function had to be called
|
|
7947
7988
|
*/
|
|
@@ -7958,14 +7999,14 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7958
7999
|
/**
|
|
7959
8000
|
* The function to be called, when the event occurs
|
|
7960
8001
|
*/
|
|
7961
|
-
fnFunction: (p1:
|
|
8002
|
+
fnFunction: (p1: ShellBar$ProfileClickEvent) => void,
|
|
7962
8003
|
/**
|
|
7963
8004
|
* Context object on which the given function had to be called
|
|
7964
8005
|
*/
|
|
7965
8006
|
oListener?: object
|
|
7966
8007
|
): this;
|
|
7967
8008
|
/**
|
|
7968
|
-
* @
|
|
8009
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7969
8010
|
*
|
|
7970
8011
|
* Fires event {@link #event:coPilotClick coPilotClick} to attached listeners.
|
|
7971
8012
|
*
|
|
@@ -7975,10 +8016,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7975
8016
|
/**
|
|
7976
8017
|
* Parameters to pass along with the event
|
|
7977
8018
|
*/
|
|
7978
|
-
mParameters?: $
|
|
8019
|
+
mParameters?: ShellBar$CoPilotClickEventParameters
|
|
7979
8020
|
): this;
|
|
7980
8021
|
/**
|
|
7981
|
-
* @
|
|
8022
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7982
8023
|
*
|
|
7983
8024
|
* Fires event {@link #event:logoClick logoClick} to attached listeners.
|
|
7984
8025
|
*
|
|
@@ -7988,10 +8029,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7988
8029
|
/**
|
|
7989
8030
|
* Parameters to pass along with the event
|
|
7990
8031
|
*/
|
|
7991
|
-
mParameters?: $
|
|
8032
|
+
mParameters?: ShellBar$LogoClickEventParameters
|
|
7992
8033
|
): this;
|
|
7993
8034
|
/**
|
|
7994
|
-
* @
|
|
8035
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7995
8036
|
*
|
|
7996
8037
|
* Fires event {@link #event:menuItemClick menuItemClick} to attached listeners.
|
|
7997
8038
|
*
|
|
@@ -8001,10 +8042,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8001
8042
|
/**
|
|
8002
8043
|
* Parameters to pass along with the event
|
|
8003
8044
|
*/
|
|
8004
|
-
mParameters?: $
|
|
8045
|
+
mParameters?: ShellBar$MenuItemClickEventParameters
|
|
8005
8046
|
): this;
|
|
8006
8047
|
/**
|
|
8007
|
-
* @
|
|
8048
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8008
8049
|
*
|
|
8009
8050
|
* Fires event {@link #event:notificationsClick notificationsClick} to attached listeners.
|
|
8010
8051
|
*
|
|
@@ -8017,10 +8058,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8017
8058
|
/**
|
|
8018
8059
|
* Parameters to pass along with the event
|
|
8019
8060
|
*/
|
|
8020
|
-
mParameters?: $
|
|
8061
|
+
mParameters?: ShellBar$NotificationsClickEventParameters
|
|
8021
8062
|
): boolean;
|
|
8022
8063
|
/**
|
|
8023
|
-
* @
|
|
8064
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8024
8065
|
*
|
|
8025
8066
|
* Fires event {@link #event:productSwitchClick productSwitchClick} to attached listeners.
|
|
8026
8067
|
*
|
|
@@ -8033,10 +8074,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8033
8074
|
/**
|
|
8034
8075
|
* Parameters to pass along with the event
|
|
8035
8076
|
*/
|
|
8036
|
-
mParameters?: $
|
|
8077
|
+
mParameters?: ShellBar$ProductSwitchClickEventParameters
|
|
8037
8078
|
): boolean;
|
|
8038
8079
|
/**
|
|
8039
|
-
* @
|
|
8080
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8040
8081
|
*
|
|
8041
8082
|
* Fires event {@link #event:profileClick profileClick} to attached listeners.
|
|
8042
8083
|
*
|
|
@@ -8046,7 +8087,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8046
8087
|
/**
|
|
8047
8088
|
* Parameters to pass along with the event
|
|
8048
8089
|
*/
|
|
8049
|
-
mParameters?: $
|
|
8090
|
+
mParameters?: ShellBar$ProfileClickEventParameters
|
|
8050
8091
|
): this;
|
|
8051
8092
|
/**
|
|
8052
8093
|
* Gets current value of property {@link #getAccessibilityTexts accessibilityTexts}.
|
|
@@ -8466,7 +8507,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8466
8507
|
oStartButton: IButton
|
|
8467
8508
|
): this;
|
|
8468
8509
|
}
|
|
8469
|
-
export default ShellBar;
|
|
8470
8510
|
|
|
8471
8511
|
export interface $ShellBarSettings extends $WebComponentSettings {
|
|
8472
8512
|
/**
|
|
@@ -8565,27 +8605,27 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8565
8605
|
* Fired, when the co pilot is activated.
|
|
8566
8606
|
*/
|
|
8567
8607
|
coPilotClick?: (
|
|
8568
|
-
oEvent: Event
|
|
8608
|
+
oEvent: Event<ShellBar$CoPilotClickEventParameters>
|
|
8569
8609
|
) => void;
|
|
8570
8610
|
|
|
8571
8611
|
/**
|
|
8572
8612
|
* Fired, when the logo is activated.
|
|
8573
8613
|
*/
|
|
8574
|
-
logoClick?: (oEvent: Event
|
|
8614
|
+
logoClick?: (oEvent: Event<ShellBar$LogoClickEventParameters>) => void;
|
|
8575
8615
|
|
|
8576
8616
|
/**
|
|
8577
8617
|
* Fired, when a menu item is activated **Note:** You can prevent closing of overflow popover by calling
|
|
8578
8618
|
* `event.preventDefault()`.
|
|
8579
8619
|
*/
|
|
8580
8620
|
menuItemClick?: (
|
|
8581
|
-
oEvent: Event
|
|
8621
|
+
oEvent: Event<ShellBar$MenuItemClickEventParameters>
|
|
8582
8622
|
) => void;
|
|
8583
8623
|
|
|
8584
8624
|
/**
|
|
8585
8625
|
* Fired, when the notification icon is activated.
|
|
8586
8626
|
*/
|
|
8587
8627
|
notificationsClick?: (
|
|
8588
|
-
oEvent: Event
|
|
8628
|
+
oEvent: Event<ShellBar$NotificationsClickEventParameters>
|
|
8589
8629
|
) => void;
|
|
8590
8630
|
|
|
8591
8631
|
/**
|
|
@@ -8593,58 +8633,106 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
8593
8633
|
* by calling `event.preventDefault()`.
|
|
8594
8634
|
*/
|
|
8595
8635
|
productSwitchClick?: (
|
|
8596
|
-
oEvent: Event
|
|
8636
|
+
oEvent: Event<ShellBar$ProductSwitchClickEventParameters>
|
|
8597
8637
|
) => void;
|
|
8598
8638
|
|
|
8599
8639
|
/**
|
|
8600
8640
|
* Fired, when the profile slot is present.
|
|
8601
8641
|
*/
|
|
8602
8642
|
profileClick?: (
|
|
8603
|
-
oEvent: Event
|
|
8643
|
+
oEvent: Event<ShellBar$ProfileClickEventParameters>
|
|
8604
8644
|
) => void;
|
|
8605
8645
|
}
|
|
8606
8646
|
|
|
8607
|
-
export interface $
|
|
8647
|
+
export interface ShellBar$CoPilotClickEventParameters {
|
|
8608
8648
|
/**
|
|
8609
8649
|
* dom ref of the activated element
|
|
8610
8650
|
*/
|
|
8611
8651
|
targetRef?: HTMLElement;
|
|
8612
8652
|
}
|
|
8613
8653
|
|
|
8614
|
-
|
|
8654
|
+
/**
|
|
8655
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$CoPilotClickEventParameters'
|
|
8656
|
+
* in 1.115.1 and any later releases.
|
|
8657
|
+
*/
|
|
8658
|
+
export type $ShellBarCoPilotClickEventParameters = ShellBar$CoPilotClickEventParameters;
|
|
8659
|
+
|
|
8660
|
+
export type ShellBar$CoPilotClickEvent = Event<ShellBar$CoPilotClickEventParameters>;
|
|
8661
|
+
|
|
8662
|
+
export interface ShellBar$LogoClickEventParameters {
|
|
8615
8663
|
/**
|
|
8616
8664
|
* dom ref of the activated element
|
|
8617
8665
|
*/
|
|
8618
8666
|
targetRef?: HTMLElement;
|
|
8619
8667
|
}
|
|
8620
8668
|
|
|
8621
|
-
|
|
8669
|
+
/**
|
|
8670
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$LogoClickEventParameters'
|
|
8671
|
+
* in 1.115.1 and any later releases.
|
|
8672
|
+
*/
|
|
8673
|
+
export type $ShellBarLogoClickEventParameters = ShellBar$LogoClickEventParameters;
|
|
8674
|
+
|
|
8675
|
+
export type ShellBar$LogoClickEvent = Event<ShellBar$LogoClickEventParameters>;
|
|
8676
|
+
|
|
8677
|
+
export interface ShellBar$MenuItemClickEventParameters {
|
|
8622
8678
|
/**
|
|
8623
8679
|
* DOM ref of the activated list item
|
|
8624
8680
|
*/
|
|
8625
8681
|
item?: HTMLElement;
|
|
8626
8682
|
}
|
|
8627
8683
|
|
|
8628
|
-
|
|
8684
|
+
/**
|
|
8685
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$MenuItemClickEventParameters'
|
|
8686
|
+
* in 1.115.1 and any later releases.
|
|
8687
|
+
*/
|
|
8688
|
+
export type $ShellBarMenuItemClickEventParameters = ShellBar$MenuItemClickEventParameters;
|
|
8689
|
+
|
|
8690
|
+
export type ShellBar$MenuItemClickEvent = Event<ShellBar$MenuItemClickEventParameters>;
|
|
8691
|
+
|
|
8692
|
+
export interface ShellBar$NotificationsClickEventParameters {
|
|
8629
8693
|
/**
|
|
8630
8694
|
* dom ref of the activated element
|
|
8631
8695
|
*/
|
|
8632
8696
|
targetRef?: HTMLElement;
|
|
8633
8697
|
}
|
|
8634
8698
|
|
|
8635
|
-
|
|
8699
|
+
/**
|
|
8700
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$NotificationsClickEventParameters'
|
|
8701
|
+
* in 1.115.1 and any later releases.
|
|
8702
|
+
*/
|
|
8703
|
+
export type $ShellBarNotificationsClickEventParameters = ShellBar$NotificationsClickEventParameters;
|
|
8704
|
+
|
|
8705
|
+
export type ShellBar$NotificationsClickEvent = Event<ShellBar$NotificationsClickEventParameters>;
|
|
8706
|
+
|
|
8707
|
+
export interface ShellBar$ProductSwitchClickEventParameters {
|
|
8636
8708
|
/**
|
|
8637
8709
|
* dom ref of the activated element
|
|
8638
8710
|
*/
|
|
8639
8711
|
targetRef?: HTMLElement;
|
|
8640
8712
|
}
|
|
8641
8713
|
|
|
8642
|
-
|
|
8714
|
+
/**
|
|
8715
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$ProductSwitchClickEventParameters'
|
|
8716
|
+
* in 1.115.1 and any later releases.
|
|
8717
|
+
*/
|
|
8718
|
+
export type $ShellBarProductSwitchClickEventParameters = ShellBar$ProductSwitchClickEventParameters;
|
|
8719
|
+
|
|
8720
|
+
export type ShellBar$ProductSwitchClickEvent = Event<ShellBar$ProductSwitchClickEventParameters>;
|
|
8721
|
+
|
|
8722
|
+
export interface ShellBar$ProfileClickEventParameters {
|
|
8643
8723
|
/**
|
|
8644
8724
|
* dom ref of the activated element
|
|
8645
8725
|
*/
|
|
8646
8726
|
targetRef?: HTMLElement;
|
|
8647
8727
|
}
|
|
8728
|
+
|
|
8729
|
+
/**
|
|
8730
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$ProfileClickEventParameters'
|
|
8731
|
+
* in 1.115.1 and any later releases.
|
|
8732
|
+
*/
|
|
8733
|
+
export type $ShellBarProfileClickEventParameters = ShellBar$ProfileClickEventParameters;
|
|
8734
|
+
|
|
8735
|
+
export type ShellBar$ProfileClickEvent = Event<ShellBar$ProfileClickEventParameters>;
|
|
8648
8736
|
}
|
|
8649
8737
|
|
|
8650
8738
|
declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
@@ -8655,17 +8743,19 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8655
8743
|
|
|
8656
8744
|
import { IShellBarItem } from "sap/ui/webc/fiori/library";
|
|
8657
8745
|
|
|
8658
|
-
import Event from "sap/ui/base/Event";
|
|
8659
|
-
|
|
8660
8746
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
8661
8747
|
|
|
8662
8748
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8663
8749
|
|
|
8750
|
+
import Event from "sap/ui/base/Event";
|
|
8751
|
+
|
|
8664
8752
|
/**
|
|
8665
|
-
* @
|
|
8666
|
-
* @
|
|
8753
|
+
* @since 1.92.0
|
|
8754
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8667
8755
|
*/
|
|
8668
|
-
class ShellBarItem
|
|
8756
|
+
export default class ShellBarItem
|
|
8757
|
+
extends WebComponent
|
|
8758
|
+
implements IShellBarItem {
|
|
8669
8759
|
__implements__sap_ui_webc_fiori_IShellBarItem: boolean;
|
|
8670
8760
|
/**
|
|
8671
8761
|
* Constructor for a new `ShellBarItem`.
|
|
@@ -8746,7 +8836,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8746
8836
|
/**
|
|
8747
8837
|
* The function to be called when the event occurs
|
|
8748
8838
|
*/
|
|
8749
|
-
fnFunction: (p1:
|
|
8839
|
+
fnFunction: (p1: ShellBarItem$ClickEvent) => void,
|
|
8750
8840
|
/**
|
|
8751
8841
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBarItem` itself
|
|
8752
8842
|
*/
|
|
@@ -8766,7 +8856,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8766
8856
|
/**
|
|
8767
8857
|
* The function to be called when the event occurs
|
|
8768
8858
|
*/
|
|
8769
|
-
fnFunction: (p1:
|
|
8859
|
+
fnFunction: (p1: ShellBarItem$ClickEvent) => void,
|
|
8770
8860
|
/**
|
|
8771
8861
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ShellBarItem` itself
|
|
8772
8862
|
*/
|
|
@@ -8783,14 +8873,14 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8783
8873
|
/**
|
|
8784
8874
|
* The function to be called, when the event occurs
|
|
8785
8875
|
*/
|
|
8786
|
-
fnFunction: (p1:
|
|
8876
|
+
fnFunction: (p1: ShellBarItem$ClickEvent) => void,
|
|
8787
8877
|
/**
|
|
8788
8878
|
* Context object on which the given function had to be called
|
|
8789
8879
|
*/
|
|
8790
8880
|
oListener?: object
|
|
8791
8881
|
): this;
|
|
8792
8882
|
/**
|
|
8793
|
-
* @
|
|
8883
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8794
8884
|
*
|
|
8795
8885
|
* Fires event {@link #event:click click} to attached listeners.
|
|
8796
8886
|
*
|
|
@@ -8803,7 +8893,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8803
8893
|
/**
|
|
8804
8894
|
* Parameters to pass along with the event
|
|
8805
8895
|
*/
|
|
8806
|
-
mParameters?: $
|
|
8896
|
+
mParameters?: ShellBarItem$ClickEventParameters
|
|
8807
8897
|
): boolean;
|
|
8808
8898
|
/**
|
|
8809
8899
|
* Gets current value of property {@link #getCount count}.
|
|
@@ -8887,7 +8977,6 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8887
8977
|
sText?: string
|
|
8888
8978
|
): this;
|
|
8889
8979
|
}
|
|
8890
|
-
export default ShellBarItem;
|
|
8891
8980
|
|
|
8892
8981
|
export interface $ShellBarItemSettings extends $WebComponentSettings {
|
|
8893
8982
|
/**
|
|
@@ -8908,15 +8997,23 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
8908
8997
|
/**
|
|
8909
8998
|
* Fired, when the item is pressed.
|
|
8910
8999
|
*/
|
|
8911
|
-
click?: (oEvent: Event
|
|
9000
|
+
click?: (oEvent: Event<ShellBarItem$ClickEventParameters>) => void;
|
|
8912
9001
|
}
|
|
8913
9002
|
|
|
8914
|
-
export interface $
|
|
9003
|
+
export interface ShellBarItem$ClickEventParameters {
|
|
8915
9004
|
/**
|
|
8916
9005
|
* DOM ref of the clicked element
|
|
8917
9006
|
*/
|
|
8918
9007
|
targetRef?: HTMLElement;
|
|
8919
9008
|
}
|
|
9009
|
+
|
|
9010
|
+
/**
|
|
9011
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBarItem$ClickEventParameters'
|
|
9012
|
+
* in 1.115.1 and any later releases.
|
|
9013
|
+
*/
|
|
9014
|
+
export type $ShellBarItemClickEventParameters = ShellBarItem$ClickEventParameters;
|
|
9015
|
+
|
|
9016
|
+
export type ShellBarItem$ClickEvent = Event<ShellBarItem$ClickEventParameters>;
|
|
8920
9017
|
}
|
|
8921
9018
|
|
|
8922
9019
|
declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
@@ -8929,8 +9026,6 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
8929
9026
|
|
|
8930
9027
|
import Control from "sap/ui/core/Control";
|
|
8931
9028
|
|
|
8932
|
-
import Event from "sap/ui/base/Event";
|
|
8933
|
-
|
|
8934
9029
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
8935
9030
|
|
|
8936
9031
|
import {
|
|
@@ -8938,9 +9033,11 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
8938
9033
|
AggregationBindingInfo,
|
|
8939
9034
|
} from "sap/ui/base/ManagedObject";
|
|
8940
9035
|
|
|
9036
|
+
import Event from "sap/ui/base/Event";
|
|
9037
|
+
|
|
8941
9038
|
/**
|
|
8942
|
-
* @
|
|
8943
|
-
* @
|
|
9039
|
+
* @since 1.92.0
|
|
9040
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8944
9041
|
*
|
|
8945
9042
|
* Overview:
|
|
8946
9043
|
*
|
|
@@ -8961,7 +9058,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
8961
9058
|
*
|
|
8962
9059
|
* Keyboard Handling:
|
|
8963
9060
|
*/
|
|
8964
|
-
class SideNavigation extends WebComponent {
|
|
9061
|
+
export default class SideNavigation extends WebComponent {
|
|
8965
9062
|
/**
|
|
8966
9063
|
* Constructor for a new `SideNavigation`.
|
|
8967
9064
|
*
|
|
@@ -9075,9 +9172,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9075
9172
|
/**
|
|
9076
9173
|
* The function to be called when the event occurs
|
|
9077
9174
|
*/
|
|
9078
|
-
fnFunction: (
|
|
9079
|
-
p1: Event<$SideNavigationSelectionChangeEventParameters>
|
|
9080
|
-
) => void,
|
|
9175
|
+
fnFunction: (p1: SideNavigation$SelectionChangeEvent) => void,
|
|
9081
9176
|
/**
|
|
9082
9177
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigation` itself
|
|
9083
9178
|
*/
|
|
@@ -9098,9 +9193,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9098
9193
|
/**
|
|
9099
9194
|
* The function to be called when the event occurs
|
|
9100
9195
|
*/
|
|
9101
|
-
fnFunction: (
|
|
9102
|
-
p1: Event<$SideNavigationSelectionChangeEventParameters>
|
|
9103
|
-
) => void,
|
|
9196
|
+
fnFunction: (p1: SideNavigation$SelectionChangeEvent) => void,
|
|
9104
9197
|
/**
|
|
9105
9198
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigation` itself
|
|
9106
9199
|
*/
|
|
@@ -9136,16 +9229,14 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9136
9229
|
/**
|
|
9137
9230
|
* The function to be called, when the event occurs
|
|
9138
9231
|
*/
|
|
9139
|
-
fnFunction: (
|
|
9140
|
-
p1: Event<$SideNavigationSelectionChangeEventParameters>
|
|
9141
|
-
) => void,
|
|
9232
|
+
fnFunction: (p1: SideNavigation$SelectionChangeEvent) => void,
|
|
9142
9233
|
/**
|
|
9143
9234
|
* Context object on which the given function had to be called
|
|
9144
9235
|
*/
|
|
9145
9236
|
oListener?: object
|
|
9146
9237
|
): this;
|
|
9147
9238
|
/**
|
|
9148
|
-
* @
|
|
9239
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9149
9240
|
*
|
|
9150
9241
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
9151
9242
|
*
|
|
@@ -9158,7 +9249,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9158
9249
|
/**
|
|
9159
9250
|
* Parameters to pass along with the event
|
|
9160
9251
|
*/
|
|
9161
|
-
mParameters?: $
|
|
9252
|
+
mParameters?: SideNavigation$SelectionChangeEventParameters
|
|
9162
9253
|
): boolean;
|
|
9163
9254
|
/**
|
|
9164
9255
|
* Gets current value of property {@link #getCollapsed collapsed}.
|
|
@@ -9361,7 +9452,6 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9361
9452
|
bCollapsed?: boolean
|
|
9362
9453
|
): this;
|
|
9363
9454
|
}
|
|
9364
|
-
export default SideNavigation;
|
|
9365
9455
|
|
|
9366
9456
|
export interface $SideNavigationSettings extends $WebComponentSettings {
|
|
9367
9457
|
/**
|
|
@@ -9407,16 +9497,24 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9407
9497
|
* Fired when the selection has changed via user interaction
|
|
9408
9498
|
*/
|
|
9409
9499
|
selectionChange?: (
|
|
9410
|
-
oEvent: Event
|
|
9500
|
+
oEvent: Event<SideNavigation$SelectionChangeEventParameters>
|
|
9411
9501
|
) => void;
|
|
9412
9502
|
}
|
|
9413
9503
|
|
|
9414
|
-
export interface $
|
|
9504
|
+
export interface SideNavigation$SelectionChangeEventParameters {
|
|
9415
9505
|
/**
|
|
9416
9506
|
* the clicked item.
|
|
9417
9507
|
*/
|
|
9418
9508
|
item?: HTMLElement;
|
|
9419
9509
|
}
|
|
9510
|
+
|
|
9511
|
+
/**
|
|
9512
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SideNavigation$SelectionChangeEventParameters'
|
|
9513
|
+
* in 1.115.1 and any later releases.
|
|
9514
|
+
*/
|
|
9515
|
+
export type $SideNavigationSelectionChangeEventParameters = SideNavigation$SelectionChangeEventParameters;
|
|
9516
|
+
|
|
9517
|
+
export type SideNavigation$SelectionChangeEvent = Event<SideNavigation$SelectionChangeEventParameters>;
|
|
9420
9518
|
}
|
|
9421
9519
|
|
|
9422
9520
|
declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
@@ -9438,15 +9536,17 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9438
9536
|
} from "sap/ui/base/ManagedObject";
|
|
9439
9537
|
|
|
9440
9538
|
/**
|
|
9441
|
-
* @
|
|
9442
|
-
* @
|
|
9539
|
+
* @since 1.92.0
|
|
9540
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9443
9541
|
*
|
|
9444
9542
|
* Overview:
|
|
9445
9543
|
*
|
|
9446
9544
|
* The `sap.ui.webc.fiori.SideNavigationItem` is used within `sap.ui.webc.fiori.SideNavigation` only. Via
|
|
9447
9545
|
* the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
|
|
9448
9546
|
*/
|
|
9449
|
-
class SideNavigationItem
|
|
9547
|
+
export default class SideNavigationItem
|
|
9548
|
+
extends WebComponent
|
|
9549
|
+
implements ISideNavigationItem {
|
|
9450
9550
|
__implements__sap_ui_webc_fiori_ISideNavigationItem: boolean;
|
|
9451
9551
|
/**
|
|
9452
9552
|
* Constructor for a new `SideNavigationItem`.
|
|
@@ -9731,7 +9831,6 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9731
9831
|
bWholeItemToggleable?: boolean
|
|
9732
9832
|
): this;
|
|
9733
9833
|
}
|
|
9734
|
-
export default SideNavigationItem;
|
|
9735
9834
|
|
|
9736
9835
|
export interface $SideNavigationItemSettings extends $WebComponentSettings {
|
|
9737
9836
|
/**
|
|
@@ -9791,15 +9890,15 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
9791
9890
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
9792
9891
|
|
|
9793
9892
|
/**
|
|
9794
|
-
* @
|
|
9795
|
-
* @
|
|
9893
|
+
* @since 1.92.0
|
|
9894
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9796
9895
|
*
|
|
9797
9896
|
* Overview:
|
|
9798
9897
|
*
|
|
9799
9898
|
* The `sap.ui.webc.fiori.SideNavigationSubItem` is intended to be used inside a `sap.ui.webc.fiori.SideNavigationItem`
|
|
9800
9899
|
* only.
|
|
9801
9900
|
*/
|
|
9802
|
-
class SideNavigationSubItem
|
|
9901
|
+
export default class SideNavigationSubItem
|
|
9803
9902
|
extends WebComponent
|
|
9804
9903
|
implements ISideNavigationSubItem {
|
|
9805
9904
|
__implements__sap_ui_webc_fiori_ISideNavigationSubItem: boolean;
|
|
@@ -9955,7 +10054,6 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
9955
10054
|
sText?: string
|
|
9956
10055
|
): this;
|
|
9957
10056
|
}
|
|
9958
|
-
export default SideNavigationSubItem;
|
|
9959
10057
|
|
|
9960
10058
|
export interface $SideNavigationSubItemSettings
|
|
9961
10059
|
extends $WebComponentSettings {
|
|
@@ -9994,14 +10092,14 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
9994
10092
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
9995
10093
|
|
|
9996
10094
|
/**
|
|
9997
|
-
* @
|
|
9998
|
-
* @
|
|
10095
|
+
* @since 1.97.0
|
|
10096
|
+
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
9999
10097
|
*
|
|
10000
10098
|
* Overview:
|
|
10001
10099
|
*
|
|
10002
10100
|
* Usage:
|
|
10003
10101
|
*/
|
|
10004
|
-
class SortItem extends WebComponent implements ISortItem {
|
|
10102
|
+
export default class SortItem extends WebComponent implements ISortItem {
|
|
10005
10103
|
__implements__sap_ui_webc_fiori_ISortItem: boolean;
|
|
10006
10104
|
/**
|
|
10007
10105
|
* Constructor for a new `SortItem`.
|
|
@@ -10118,7 +10216,6 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
10118
10216
|
sText?: string
|
|
10119
10217
|
): this;
|
|
10120
10218
|
}
|
|
10121
|
-
export default SortItem;
|
|
10122
10219
|
|
|
10123
10220
|
export interface $SortItemSettings extends $WebComponentSettings {
|
|
10124
10221
|
/**
|
|
@@ -10151,8 +10248,8 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10151
10248
|
} from "sap/ui/base/ManagedObject";
|
|
10152
10249
|
|
|
10153
10250
|
/**
|
|
10154
|
-
* @
|
|
10155
|
-
* @
|
|
10251
|
+
* @since 1.92.0
|
|
10252
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10156
10253
|
*
|
|
10157
10254
|
* Overview:
|
|
10158
10255
|
*
|
|
@@ -10163,7 +10260,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10163
10260
|
* is read-only, while the social timeline offers a high level of interaction and collaboration, and is
|
|
10164
10261
|
* integrated within SAP Jam.
|
|
10165
10262
|
*/
|
|
10166
|
-
class Timeline extends WebComponent {
|
|
10263
|
+
export default class Timeline extends WebComponent {
|
|
10167
10264
|
/**
|
|
10168
10265
|
* Constructor for a new `Timeline`.
|
|
10169
10266
|
*
|
|
@@ -10404,7 +10501,6 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10404
10501
|
sWidth: CSSSize
|
|
10405
10502
|
): this;
|
|
10406
10503
|
}
|
|
10407
|
-
export default Timeline;
|
|
10408
10504
|
|
|
10409
10505
|
export interface $TimelineSettings extends $WebComponentSettings {
|
|
10410
10506
|
/**
|
|
@@ -10467,14 +10563,16 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10467
10563
|
} from "sap/ui/base/ManagedObject";
|
|
10468
10564
|
|
|
10469
10565
|
/**
|
|
10470
|
-
* @
|
|
10471
|
-
* @
|
|
10566
|
+
* @since 1.92.0
|
|
10567
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10472
10568
|
*
|
|
10473
10569
|
* Overview:
|
|
10474
10570
|
*
|
|
10475
10571
|
* An entry posted on the timeline.
|
|
10476
10572
|
*/
|
|
10477
|
-
class TimelineItem
|
|
10573
|
+
export default class TimelineItem
|
|
10574
|
+
extends WebComponent
|
|
10575
|
+
implements ITimelineItem {
|
|
10478
10576
|
__implements__sap_ui_webc_fiori_ITimelineItem: boolean;
|
|
10479
10577
|
/**
|
|
10480
10578
|
* Constructor for a new `TimelineItem`.
|
|
@@ -10620,7 +10718,7 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10620
10718
|
oListener?: object
|
|
10621
10719
|
): this;
|
|
10622
10720
|
/**
|
|
10623
|
-
* @
|
|
10721
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10624
10722
|
*
|
|
10625
10723
|
* Fires event {@link #event:nameClick nameClick} to attached listeners.
|
|
10626
10724
|
*
|
|
@@ -10832,7 +10930,6 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10832
10930
|
sTitleText?: string
|
|
10833
10931
|
): this;
|
|
10834
10932
|
}
|
|
10835
|
-
export default TimelineItem;
|
|
10836
10933
|
|
|
10837
10934
|
export interface $TimelineItemSettings extends $WebComponentSettings {
|
|
10838
10935
|
/**
|
|
@@ -10878,7 +10975,15 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
10878
10975
|
nameClick?: (oEvent: Event) => void;
|
|
10879
10976
|
}
|
|
10880
10977
|
|
|
10881
|
-
export interface $
|
|
10978
|
+
export interface TimelineItem$NameClickEventParameters {}
|
|
10979
|
+
|
|
10980
|
+
/**
|
|
10981
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TimelineItem$NameClickEventParameters'
|
|
10982
|
+
* in 1.115.1 and any later releases.
|
|
10983
|
+
*/
|
|
10984
|
+
export type $TimelineItemNameClickEventParameters = TimelineItem$NameClickEventParameters;
|
|
10985
|
+
|
|
10986
|
+
export type TimelineItem$NameClickEvent = Event<TimelineItem$NameClickEventParameters>;
|
|
10882
10987
|
}
|
|
10883
10988
|
|
|
10884
10989
|
declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
@@ -10891,8 +10996,6 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
10891
10996
|
|
|
10892
10997
|
import { IUploadCollectionItem } from "sap/ui/webc/fiori/library";
|
|
10893
10998
|
|
|
10894
|
-
import Event from "sap/ui/base/Event";
|
|
10895
|
-
|
|
10896
10999
|
import { CSSSize } from "sap/ui/core/library";
|
|
10897
11000
|
|
|
10898
11001
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
@@ -10904,14 +11007,16 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
10904
11007
|
AggregationBindingInfo,
|
|
10905
11008
|
} from "sap/ui/base/ManagedObject";
|
|
10906
11009
|
|
|
11010
|
+
import Event from "sap/ui/base/Event";
|
|
11011
|
+
|
|
10907
11012
|
/**
|
|
10908
|
-
* @
|
|
10909
|
-
* @
|
|
11013
|
+
* @since 1.92.0
|
|
11014
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10910
11015
|
*
|
|
10911
11016
|
* Overview: This component allows you to represent files before uploading them to a server, with the help
|
|
10912
11017
|
* of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
|
|
10913
11018
|
*/
|
|
10914
|
-
class UploadCollection extends WebComponent {
|
|
11019
|
+
export default class UploadCollection extends WebComponent {
|
|
10915
11020
|
/**
|
|
10916
11021
|
* Constructor for a new `UploadCollection`.
|
|
10917
11022
|
*
|
|
@@ -11016,7 +11121,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11016
11121
|
/**
|
|
11017
11122
|
* The function to be called when the event occurs
|
|
11018
11123
|
*/
|
|
11019
|
-
fnFunction: (p1:
|
|
11124
|
+
fnFunction: (p1: UploadCollection$DropEvent) => void,
|
|
11020
11125
|
/**
|
|
11021
11126
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11022
11127
|
* itself
|
|
@@ -11040,7 +11145,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11040
11145
|
/**
|
|
11041
11146
|
* The function to be called when the event occurs
|
|
11042
11147
|
*/
|
|
11043
|
-
fnFunction: (p1:
|
|
11148
|
+
fnFunction: (p1: UploadCollection$DropEvent) => void,
|
|
11044
11149
|
/**
|
|
11045
11150
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11046
11151
|
* itself
|
|
@@ -11069,9 +11174,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11069
11174
|
/**
|
|
11070
11175
|
* The function to be called when the event occurs
|
|
11071
11176
|
*/
|
|
11072
|
-
fnFunction: (
|
|
11073
|
-
p1: Event<$UploadCollectionItemDeleteEventParameters>
|
|
11074
|
-
) => void,
|
|
11177
|
+
fnFunction: (p1: UploadCollection$ItemDeleteEvent) => void,
|
|
11075
11178
|
/**
|
|
11076
11179
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11077
11180
|
* itself
|
|
@@ -11095,9 +11198,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11095
11198
|
/**
|
|
11096
11199
|
* The function to be called when the event occurs
|
|
11097
11200
|
*/
|
|
11098
|
-
fnFunction: (
|
|
11099
|
-
p1: Event<$UploadCollectionItemDeleteEventParameters>
|
|
11100
|
-
) => void,
|
|
11201
|
+
fnFunction: (p1: UploadCollection$ItemDeleteEvent) => void,
|
|
11101
11202
|
/**
|
|
11102
11203
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11103
11204
|
* itself
|
|
@@ -11124,9 +11225,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11124
11225
|
/**
|
|
11125
11226
|
* The function to be called when the event occurs
|
|
11126
11227
|
*/
|
|
11127
|
-
fnFunction: (
|
|
11128
|
-
p1: Event<$UploadCollectionSelectionChangeEventParameters>
|
|
11129
|
-
) => void,
|
|
11228
|
+
fnFunction: (p1: UploadCollection$SelectionChangeEvent) => void,
|
|
11130
11229
|
/**
|
|
11131
11230
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11132
11231
|
* itself
|
|
@@ -11148,9 +11247,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11148
11247
|
/**
|
|
11149
11248
|
* The function to be called when the event occurs
|
|
11150
11249
|
*/
|
|
11151
|
-
fnFunction: (
|
|
11152
|
-
p1: Event<$UploadCollectionSelectionChangeEventParameters>
|
|
11153
|
-
) => void,
|
|
11250
|
+
fnFunction: (p1: UploadCollection$SelectionChangeEvent) => void,
|
|
11154
11251
|
/**
|
|
11155
11252
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.UploadCollection`
|
|
11156
11253
|
* itself
|
|
@@ -11180,7 +11277,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11180
11277
|
/**
|
|
11181
11278
|
* The function to be called, when the event occurs
|
|
11182
11279
|
*/
|
|
11183
|
-
fnFunction: (p1:
|
|
11280
|
+
fnFunction: (p1: UploadCollection$DropEvent) => void,
|
|
11184
11281
|
/**
|
|
11185
11282
|
* Context object on which the given function had to be called
|
|
11186
11283
|
*/
|
|
@@ -11197,9 +11294,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11197
11294
|
/**
|
|
11198
11295
|
* The function to be called, when the event occurs
|
|
11199
11296
|
*/
|
|
11200
|
-
fnFunction: (
|
|
11201
|
-
p1: Event<$UploadCollectionItemDeleteEventParameters>
|
|
11202
|
-
) => void,
|
|
11297
|
+
fnFunction: (p1: UploadCollection$ItemDeleteEvent) => void,
|
|
11203
11298
|
/**
|
|
11204
11299
|
* Context object on which the given function had to be called
|
|
11205
11300
|
*/
|
|
@@ -11217,16 +11312,14 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11217
11312
|
/**
|
|
11218
11313
|
* The function to be called, when the event occurs
|
|
11219
11314
|
*/
|
|
11220
|
-
fnFunction: (
|
|
11221
|
-
p1: Event<$UploadCollectionSelectionChangeEventParameters>
|
|
11222
|
-
) => void,
|
|
11315
|
+
fnFunction: (p1: UploadCollection$SelectionChangeEvent) => void,
|
|
11223
11316
|
/**
|
|
11224
11317
|
* Context object on which the given function had to be called
|
|
11225
11318
|
*/
|
|
11226
11319
|
oListener?: object
|
|
11227
11320
|
): this;
|
|
11228
11321
|
/**
|
|
11229
|
-
* @
|
|
11322
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11230
11323
|
*
|
|
11231
11324
|
* Fires event {@link #event:drop drop} to attached listeners.
|
|
11232
11325
|
*
|
|
@@ -11236,10 +11329,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11236
11329
|
/**
|
|
11237
11330
|
* Parameters to pass along with the event
|
|
11238
11331
|
*/
|
|
11239
|
-
mParameters?: $
|
|
11332
|
+
mParameters?: UploadCollection$DropEventParameters
|
|
11240
11333
|
): this;
|
|
11241
11334
|
/**
|
|
11242
|
-
* @
|
|
11335
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11243
11336
|
*
|
|
11244
11337
|
* Fires event {@link #event:itemDelete itemDelete} to attached listeners.
|
|
11245
11338
|
*
|
|
@@ -11249,10 +11342,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11249
11342
|
/**
|
|
11250
11343
|
* Parameters to pass along with the event
|
|
11251
11344
|
*/
|
|
11252
|
-
mParameters?: $
|
|
11345
|
+
mParameters?: UploadCollection$ItemDeleteEventParameters
|
|
11253
11346
|
): this;
|
|
11254
11347
|
/**
|
|
11255
|
-
* @
|
|
11348
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11256
11349
|
*
|
|
11257
11350
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
11258
11351
|
*
|
|
@@ -11262,7 +11355,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11262
11355
|
/**
|
|
11263
11356
|
* Parameters to pass along with the event
|
|
11264
11357
|
*/
|
|
11265
|
-
mParameters?: $
|
|
11358
|
+
mParameters?: UploadCollection$SelectionChangeEventParameters
|
|
11266
11359
|
): this;
|
|
11267
11360
|
/**
|
|
11268
11361
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
@@ -11582,7 +11675,6 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11582
11675
|
sWidth: CSSSize
|
|
11583
11676
|
): this;
|
|
11584
11677
|
}
|
|
11585
|
-
export default UploadCollection;
|
|
11586
11678
|
|
|
11587
11679
|
export interface $UploadCollectionSettings extends $WebComponentSettings {
|
|
11588
11680
|
/**
|
|
@@ -11659,7 +11751,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11659
11751
|
* **Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay
|
|
11660
11752
|
* and ignored for the other parts of the `sap.ui.webc.fiori.UploadCollection`.
|
|
11661
11753
|
*/
|
|
11662
|
-
drop?: (oEvent: Event
|
|
11754
|
+
drop?: (oEvent: Event<UploadCollection$DropEventParameters>) => void;
|
|
11663
11755
|
|
|
11664
11756
|
/**
|
|
11665
11757
|
* Fired when the Delete button of any item is pressed.
|
|
@@ -11668,37 +11760,61 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11668
11760
|
* property is set to `Delete`.
|
|
11669
11761
|
*/
|
|
11670
11762
|
itemDelete?: (
|
|
11671
|
-
oEvent: Event
|
|
11763
|
+
oEvent: Event<UploadCollection$ItemDeleteEventParameters>
|
|
11672
11764
|
) => void;
|
|
11673
11765
|
|
|
11674
11766
|
/**
|
|
11675
11767
|
* Fired when selection is changed by user interaction in `SingleSelect` and `MultiSelect` modes.
|
|
11676
11768
|
*/
|
|
11677
11769
|
selectionChange?: (
|
|
11678
|
-
oEvent: Event
|
|
11770
|
+
oEvent: Event<UploadCollection$SelectionChangeEventParameters>
|
|
11679
11771
|
) => void;
|
|
11680
11772
|
}
|
|
11681
11773
|
|
|
11682
|
-
export interface $
|
|
11774
|
+
export interface UploadCollection$DropEventParameters {
|
|
11683
11775
|
/**
|
|
11684
11776
|
* The `drop` event operation data.
|
|
11685
11777
|
*/
|
|
11686
11778
|
dataTransfer?: DataTransfer;
|
|
11687
11779
|
}
|
|
11688
11780
|
|
|
11689
|
-
|
|
11781
|
+
/**
|
|
11782
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'UploadCollection$DropEventParameters'
|
|
11783
|
+
* in 1.115.1 and any later releases.
|
|
11784
|
+
*/
|
|
11785
|
+
export type $UploadCollectionDropEventParameters = UploadCollection$DropEventParameters;
|
|
11786
|
+
|
|
11787
|
+
export type UploadCollection$DropEvent = Event<UploadCollection$DropEventParameters>;
|
|
11788
|
+
|
|
11789
|
+
export interface UploadCollection$ItemDeleteEventParameters {
|
|
11690
11790
|
/**
|
|
11691
11791
|
* The `sap.ui.webc.fiori.UploadCollectionItem` which was renamed.
|
|
11692
11792
|
*/
|
|
11693
11793
|
item?: HTMLElement;
|
|
11694
11794
|
}
|
|
11695
11795
|
|
|
11696
|
-
|
|
11796
|
+
/**
|
|
11797
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'UploadCollection$ItemDeleteEventParameters'
|
|
11798
|
+
* in 1.115.1 and any later releases.
|
|
11799
|
+
*/
|
|
11800
|
+
export type $UploadCollectionItemDeleteEventParameters = UploadCollection$ItemDeleteEventParameters;
|
|
11801
|
+
|
|
11802
|
+
export type UploadCollection$ItemDeleteEvent = Event<UploadCollection$ItemDeleteEventParameters>;
|
|
11803
|
+
|
|
11804
|
+
export interface UploadCollection$SelectionChangeEventParameters {
|
|
11697
11805
|
/**
|
|
11698
11806
|
* An array of the selected items.
|
|
11699
11807
|
*/
|
|
11700
11808
|
selectedItems?: any[];
|
|
11701
11809
|
}
|
|
11810
|
+
|
|
11811
|
+
/**
|
|
11812
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'UploadCollection$SelectionChangeEventParameters'
|
|
11813
|
+
* in 1.115.1 and any later releases.
|
|
11814
|
+
*/
|
|
11815
|
+
export type $UploadCollectionSelectionChangeEventParameters = UploadCollection$SelectionChangeEventParameters;
|
|
11816
|
+
|
|
11817
|
+
export type UploadCollection$SelectionChangeEvent = Event<UploadCollection$SelectionChangeEventParameters>;
|
|
11702
11818
|
}
|
|
11703
11819
|
|
|
11704
11820
|
declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
@@ -11724,12 +11840,12 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
11724
11840
|
} from "sap/ui/base/ManagedObject";
|
|
11725
11841
|
|
|
11726
11842
|
/**
|
|
11727
|
-
* @
|
|
11728
|
-
* @
|
|
11843
|
+
* @since 1.92.0
|
|
11844
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11729
11845
|
*
|
|
11730
11846
|
* Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
|
|
11731
11847
|
*/
|
|
11732
|
-
class UploadCollectionItem
|
|
11848
|
+
export default class UploadCollectionItem
|
|
11733
11849
|
extends WebComponent
|
|
11734
11850
|
implements IUploadCollectionItem {
|
|
11735
11851
|
__implements__sap_ui_webc_fiori_IUploadCollectionItem: boolean;
|
|
@@ -12092,7 +12208,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12092
12208
|
oListener?: object
|
|
12093
12209
|
): this;
|
|
12094
12210
|
/**
|
|
12095
|
-
* @
|
|
12211
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12096
12212
|
*
|
|
12097
12213
|
* Fires event {@link #event:fileNameClick fileNameClick} to attached listeners.
|
|
12098
12214
|
*
|
|
@@ -12105,7 +12221,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12105
12221
|
mParameters?: object
|
|
12106
12222
|
): this;
|
|
12107
12223
|
/**
|
|
12108
|
-
* @
|
|
12224
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12109
12225
|
*
|
|
12110
12226
|
* Fires event {@link #event:rename rename} to attached listeners.
|
|
12111
12227
|
*
|
|
@@ -12118,7 +12234,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12118
12234
|
mParameters?: object
|
|
12119
12235
|
): this;
|
|
12120
12236
|
/**
|
|
12121
|
-
* @
|
|
12237
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12122
12238
|
*
|
|
12123
12239
|
* Fires event {@link #event:retry retry} to attached listeners.
|
|
12124
12240
|
*
|
|
@@ -12131,7 +12247,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12131
12247
|
mParameters?: object
|
|
12132
12248
|
): this;
|
|
12133
12249
|
/**
|
|
12134
|
-
* @
|
|
12250
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12135
12251
|
*
|
|
12136
12252
|
* Fires event {@link #event:terminate terminate} to attached listeners.
|
|
12137
12253
|
*
|
|
@@ -12437,7 +12553,6 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12437
12553
|
sUploadState?: UploadState | keyof typeof UploadState
|
|
12438
12554
|
): this;
|
|
12439
12555
|
}
|
|
12440
|
-
export default UploadCollectionItem;
|
|
12441
12556
|
|
|
12442
12557
|
export interface $UploadCollectionItemSettings extends $WebComponentSettings {
|
|
12443
12558
|
/**
|
|
@@ -12529,13 +12644,45 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12529
12644
|
terminate?: (oEvent: Event) => void;
|
|
12530
12645
|
}
|
|
12531
12646
|
|
|
12532
|
-
export interface $
|
|
12647
|
+
export interface UploadCollectionItem$FileNameClickEventParameters {}
|
|
12533
12648
|
|
|
12534
|
-
|
|
12649
|
+
/**
|
|
12650
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'UploadCollectionItem$FileNameClickEventParameters'
|
|
12651
|
+
* in 1.115.1 and any later releases.
|
|
12652
|
+
*/
|
|
12653
|
+
export type $UploadCollectionItemFileNameClickEventParameters = UploadCollectionItem$FileNameClickEventParameters;
|
|
12654
|
+
|
|
12655
|
+
export type UploadCollectionItem$FileNameClickEvent = Event<UploadCollectionItem$FileNameClickEventParameters>;
|
|
12656
|
+
|
|
12657
|
+
export interface UploadCollectionItem$RenameEventParameters {}
|
|
12535
12658
|
|
|
12536
|
-
|
|
12659
|
+
/**
|
|
12660
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'UploadCollectionItem$RenameEventParameters'
|
|
12661
|
+
* in 1.115.1 and any later releases.
|
|
12662
|
+
*/
|
|
12663
|
+
export type $UploadCollectionItemRenameEventParameters = UploadCollectionItem$RenameEventParameters;
|
|
12664
|
+
|
|
12665
|
+
export type UploadCollectionItem$RenameEvent = Event<UploadCollectionItem$RenameEventParameters>;
|
|
12666
|
+
|
|
12667
|
+
export interface UploadCollectionItem$RetryEventParameters {}
|
|
12668
|
+
|
|
12669
|
+
/**
|
|
12670
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'UploadCollectionItem$RetryEventParameters'
|
|
12671
|
+
* in 1.115.1 and any later releases.
|
|
12672
|
+
*/
|
|
12673
|
+
export type $UploadCollectionItemRetryEventParameters = UploadCollectionItem$RetryEventParameters;
|
|
12674
|
+
|
|
12675
|
+
export type UploadCollectionItem$RetryEvent = Event<UploadCollectionItem$RetryEventParameters>;
|
|
12676
|
+
|
|
12677
|
+
export interface UploadCollectionItem$TerminateEventParameters {}
|
|
12678
|
+
|
|
12679
|
+
/**
|
|
12680
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'UploadCollectionItem$TerminateEventParameters'
|
|
12681
|
+
* in 1.115.1 and any later releases.
|
|
12682
|
+
*/
|
|
12683
|
+
export type $UploadCollectionItemTerminateEventParameters = UploadCollectionItem$TerminateEventParameters;
|
|
12537
12684
|
|
|
12538
|
-
export
|
|
12685
|
+
export type UploadCollectionItem$TerminateEvent = Event<UploadCollectionItem$TerminateEventParameters>;
|
|
12539
12686
|
}
|
|
12540
12687
|
|
|
12541
12688
|
declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
@@ -12556,8 +12703,8 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12556
12703
|
} from "sap/ui/base/ManagedObject";
|
|
12557
12704
|
|
|
12558
12705
|
/**
|
|
12559
|
-
* @
|
|
12560
|
-
* @
|
|
12706
|
+
* @since 1.95.0
|
|
12707
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
12561
12708
|
*
|
|
12562
12709
|
* Overview: The `sap.ui.webc.fiori.ViewSettingsDialog` component helps the user to sort data within a list
|
|
12563
12710
|
* or a table. It consists of several lists like `Sort order` which is built-in and `Sort By` and `Filter
|
|
@@ -12573,7 +12720,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12573
12720
|
*
|
|
12574
12721
|
* Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
|
|
12575
12722
|
*/
|
|
12576
|
-
class ViewSettingsDialog extends WebComponent {
|
|
12723
|
+
export default class ViewSettingsDialog extends WebComponent {
|
|
12577
12724
|
/**
|
|
12578
12725
|
* Constructor for a new `ViewSettingsDialog`.
|
|
12579
12726
|
*
|
|
@@ -12722,7 +12869,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12722
12869
|
/**
|
|
12723
12870
|
* The function to be called when the event occurs
|
|
12724
12871
|
*/
|
|
12725
|
-
fnFunction: (p1:
|
|
12872
|
+
fnFunction: (p1: ViewSettingsDialog$CancelEvent) => void,
|
|
12726
12873
|
/**
|
|
12727
12874
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12728
12875
|
* itself
|
|
@@ -12743,7 +12890,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12743
12890
|
/**
|
|
12744
12891
|
* The function to be called when the event occurs
|
|
12745
12892
|
*/
|
|
12746
|
-
fnFunction: (p1:
|
|
12893
|
+
fnFunction: (p1: ViewSettingsDialog$CancelEvent) => void,
|
|
12747
12894
|
/**
|
|
12748
12895
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12749
12896
|
* itself
|
|
@@ -12769,9 +12916,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12769
12916
|
/**
|
|
12770
12917
|
* The function to be called when the event occurs
|
|
12771
12918
|
*/
|
|
12772
|
-
fnFunction: (
|
|
12773
|
-
p1: Event<$ViewSettingsDialogConfirmEventParameters>
|
|
12774
|
-
) => void,
|
|
12919
|
+
fnFunction: (p1: ViewSettingsDialog$ConfirmEvent) => void,
|
|
12775
12920
|
/**
|
|
12776
12921
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12777
12922
|
* itself
|
|
@@ -12792,9 +12937,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12792
12937
|
/**
|
|
12793
12938
|
* The function to be called when the event occurs
|
|
12794
12939
|
*/
|
|
12795
|
-
fnFunction: (
|
|
12796
|
-
p1: Event<$ViewSettingsDialogConfirmEventParameters>
|
|
12797
|
-
) => void,
|
|
12940
|
+
fnFunction: (p1: ViewSettingsDialog$ConfirmEvent) => void,
|
|
12798
12941
|
/**
|
|
12799
12942
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.ViewSettingsDialog`
|
|
12800
12943
|
* itself
|
|
@@ -12841,7 +12984,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12841
12984
|
/**
|
|
12842
12985
|
* The function to be called, when the event occurs
|
|
12843
12986
|
*/
|
|
12844
|
-
fnFunction: (p1:
|
|
12987
|
+
fnFunction: (p1: ViewSettingsDialog$CancelEvent) => void,
|
|
12845
12988
|
/**
|
|
12846
12989
|
* Context object on which the given function had to be called
|
|
12847
12990
|
*/
|
|
@@ -12858,16 +13001,14 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12858
13001
|
/**
|
|
12859
13002
|
* The function to be called, when the event occurs
|
|
12860
13003
|
*/
|
|
12861
|
-
fnFunction: (
|
|
12862
|
-
p1: Event<$ViewSettingsDialogConfirmEventParameters>
|
|
12863
|
-
) => void,
|
|
13004
|
+
fnFunction: (p1: ViewSettingsDialog$ConfirmEvent) => void,
|
|
12864
13005
|
/**
|
|
12865
13006
|
* Context object on which the given function had to be called
|
|
12866
13007
|
*/
|
|
12867
13008
|
oListener?: object
|
|
12868
13009
|
): this;
|
|
12869
13010
|
/**
|
|
12870
|
-
* @
|
|
13011
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12871
13012
|
*
|
|
12872
13013
|
* Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
|
|
12873
13014
|
*
|
|
@@ -12880,7 +13021,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12880
13021
|
mParameters?: object
|
|
12881
13022
|
): this;
|
|
12882
13023
|
/**
|
|
12883
|
-
* @
|
|
13024
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12884
13025
|
*
|
|
12885
13026
|
* Fires event {@link #event:cancel cancel} to attached listeners.
|
|
12886
13027
|
*
|
|
@@ -12890,10 +13031,10 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12890
13031
|
/**
|
|
12891
13032
|
* Parameters to pass along with the event
|
|
12892
13033
|
*/
|
|
12893
|
-
mParameters?: $
|
|
13034
|
+
mParameters?: ViewSettingsDialog$CancelEventParameters
|
|
12894
13035
|
): this;
|
|
12895
13036
|
/**
|
|
12896
|
-
* @
|
|
13037
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12897
13038
|
*
|
|
12898
13039
|
* Fires event {@link #event:confirm confirm} to attached listeners.
|
|
12899
13040
|
*
|
|
@@ -12903,7 +13044,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
12903
13044
|
/**
|
|
12904
13045
|
* Parameters to pass along with the event
|
|
12905
13046
|
*/
|
|
12906
|
-
mParameters?: $
|
|
13047
|
+
mParameters?: ViewSettingsDialog$ConfirmEventParameters
|
|
12907
13048
|
): this;
|
|
12908
13049
|
/**
|
|
12909
13050
|
* Gets content of aggregation {@link #getFilterItems filterItems}.
|
|
@@ -13054,7 +13195,6 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13054
13195
|
*/
|
|
13055
13196
|
show(): void;
|
|
13056
13197
|
}
|
|
13057
|
-
export default ViewSettingsDialog;
|
|
13058
13198
|
|
|
13059
13199
|
export interface $ViewSettingsDialogSettings extends $WebComponentSettings {
|
|
13060
13200
|
/**
|
|
@@ -13082,19 +13222,27 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13082
13222
|
/**
|
|
13083
13223
|
* Fired when cancel button is activated.
|
|
13084
13224
|
*/
|
|
13085
|
-
cancel?: (oEvent: Event
|
|
13225
|
+
cancel?: (oEvent: Event<ViewSettingsDialog$CancelEventParameters>) => void;
|
|
13086
13226
|
|
|
13087
13227
|
/**
|
|
13088
13228
|
* Fired when confirmation button is activated.
|
|
13089
13229
|
*/
|
|
13090
13230
|
confirm?: (
|
|
13091
|
-
oEvent: Event
|
|
13231
|
+
oEvent: Event<ViewSettingsDialog$ConfirmEventParameters>
|
|
13092
13232
|
) => void;
|
|
13093
13233
|
}
|
|
13094
13234
|
|
|
13095
|
-
export interface $
|
|
13235
|
+
export interface ViewSettingsDialog$BeforeOpenEventParameters {}
|
|
13096
13236
|
|
|
13097
|
-
|
|
13237
|
+
/**
|
|
13238
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ViewSettingsDialog$BeforeOpenEventParameters'
|
|
13239
|
+
* in 1.115.1 and any later releases.
|
|
13240
|
+
*/
|
|
13241
|
+
export type $ViewSettingsDialogBeforeOpenEventParameters = ViewSettingsDialog$BeforeOpenEventParameters;
|
|
13242
|
+
|
|
13243
|
+
export type ViewSettingsDialog$BeforeOpenEvent = Event<ViewSettingsDialog$BeforeOpenEventParameters>;
|
|
13244
|
+
|
|
13245
|
+
export interface ViewSettingsDialog$CancelEventParameters {
|
|
13098
13246
|
/**
|
|
13099
13247
|
* The current sort order selected.
|
|
13100
13248
|
*/
|
|
@@ -13121,7 +13269,15 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13121
13269
|
filterItems?: any[];
|
|
13122
13270
|
}
|
|
13123
13271
|
|
|
13124
|
-
|
|
13272
|
+
/**
|
|
13273
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ViewSettingsDialog$CancelEventParameters'
|
|
13274
|
+
* in 1.115.1 and any later releases.
|
|
13275
|
+
*/
|
|
13276
|
+
export type $ViewSettingsDialogCancelEventParameters = ViewSettingsDialog$CancelEventParameters;
|
|
13277
|
+
|
|
13278
|
+
export type ViewSettingsDialog$CancelEvent = Event<ViewSettingsDialog$CancelEventParameters>;
|
|
13279
|
+
|
|
13280
|
+
export interface ViewSettingsDialog$ConfirmEventParameters {
|
|
13125
13281
|
/**
|
|
13126
13282
|
* The current sort order selected.
|
|
13127
13283
|
*/
|
|
@@ -13147,6 +13303,14 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13147
13303
|
*/
|
|
13148
13304
|
filterItems?: any[];
|
|
13149
13305
|
}
|
|
13306
|
+
|
|
13307
|
+
/**
|
|
13308
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ViewSettingsDialog$ConfirmEventParameters'
|
|
13309
|
+
* in 1.115.1 and any later releases.
|
|
13310
|
+
*/
|
|
13311
|
+
export type $ViewSettingsDialogConfirmEventParameters = ViewSettingsDialog$ConfirmEventParameters;
|
|
13312
|
+
|
|
13313
|
+
export type ViewSettingsDialog$ConfirmEvent = Event<ViewSettingsDialog$ConfirmEventParameters>;
|
|
13150
13314
|
}
|
|
13151
13315
|
|
|
13152
13316
|
declare module "sap/ui/webc/fiori/Wizard" {
|
|
@@ -13157,8 +13321,6 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13157
13321
|
|
|
13158
13322
|
import { IWizardStep } from "sap/ui/webc/fiori/library";
|
|
13159
13323
|
|
|
13160
|
-
import Event from "sap/ui/base/Event";
|
|
13161
|
-
|
|
13162
13324
|
import { CSSSize } from "sap/ui/core/library";
|
|
13163
13325
|
|
|
13164
13326
|
import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
|
|
@@ -13168,9 +13330,11 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13168
13330
|
AggregationBindingInfo,
|
|
13169
13331
|
} from "sap/ui/base/ManagedObject";
|
|
13170
13332
|
|
|
13333
|
+
import Event from "sap/ui/base/Event";
|
|
13334
|
+
|
|
13171
13335
|
/**
|
|
13172
|
-
* @
|
|
13173
|
-
* @
|
|
13336
|
+
* @since 1.92.0
|
|
13337
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13174
13338
|
*
|
|
13175
13339
|
* Overview:
|
|
13176
13340
|
*
|
|
@@ -13238,7 +13402,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13238
13402
|
* show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within
|
|
13239
13403
|
* a dialog.
|
|
13240
13404
|
*/
|
|
13241
|
-
class Wizard extends WebComponent {
|
|
13405
|
+
export default class Wizard extends WebComponent {
|
|
13242
13406
|
/**
|
|
13243
13407
|
* Constructor for a new `Wizard`.
|
|
13244
13408
|
*
|
|
@@ -13330,7 +13494,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13330
13494
|
/**
|
|
13331
13495
|
* The function to be called when the event occurs
|
|
13332
13496
|
*/
|
|
13333
|
-
fnFunction: (p1:
|
|
13497
|
+
fnFunction: (p1: Wizard$StepChangeEvent) => void,
|
|
13334
13498
|
/**
|
|
13335
13499
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.Wizard` itself
|
|
13336
13500
|
*/
|
|
@@ -13351,7 +13515,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13351
13515
|
/**
|
|
13352
13516
|
* The function to be called when the event occurs
|
|
13353
13517
|
*/
|
|
13354
|
-
fnFunction: (p1:
|
|
13518
|
+
fnFunction: (p1: Wizard$StepChangeEvent) => void,
|
|
13355
13519
|
/**
|
|
13356
13520
|
* Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.Wizard` itself
|
|
13357
13521
|
*/
|
|
@@ -13374,14 +13538,14 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13374
13538
|
/**
|
|
13375
13539
|
* The function to be called, when the event occurs
|
|
13376
13540
|
*/
|
|
13377
|
-
fnFunction: (p1:
|
|
13541
|
+
fnFunction: (p1: Wizard$StepChangeEvent) => void,
|
|
13378
13542
|
/**
|
|
13379
13543
|
* Context object on which the given function had to be called
|
|
13380
13544
|
*/
|
|
13381
13545
|
oListener?: object
|
|
13382
13546
|
): this;
|
|
13383
13547
|
/**
|
|
13384
|
-
* @
|
|
13548
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13385
13549
|
*
|
|
13386
13550
|
* Fires event {@link #event:stepChange stepChange} to attached listeners.
|
|
13387
13551
|
*
|
|
@@ -13391,7 +13555,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13391
13555
|
/**
|
|
13392
13556
|
* Parameters to pass along with the event
|
|
13393
13557
|
*/
|
|
13394
|
-
mParameters?: $
|
|
13558
|
+
mParameters?: Wizard$StepChangeEventParameters
|
|
13395
13559
|
): this;
|
|
13396
13560
|
/**
|
|
13397
13561
|
* Gets current value of property {@link #getHeight height}.
|
|
@@ -13473,7 +13637,6 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13473
13637
|
sHeight: CSSSize
|
|
13474
13638
|
): this;
|
|
13475
13639
|
}
|
|
13476
|
-
export default Wizard;
|
|
13477
13640
|
|
|
13478
13641
|
export interface $WizardSettings extends $WebComponentSettings {
|
|
13479
13642
|
/**
|
|
@@ -13496,10 +13659,10 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13496
13659
|
* Fired when the step is changed by user interaction - either with scrolling, or by clicking on the steps
|
|
13497
13660
|
* within the component header.
|
|
13498
13661
|
*/
|
|
13499
|
-
stepChange?: (oEvent: Event
|
|
13662
|
+
stepChange?: (oEvent: Event<Wizard$StepChangeEventParameters>) => void;
|
|
13500
13663
|
}
|
|
13501
13664
|
|
|
13502
|
-
export interface $
|
|
13665
|
+
export interface Wizard$StepChangeEventParameters {
|
|
13503
13666
|
/**
|
|
13504
13667
|
* The new step.
|
|
13505
13668
|
*/
|
|
@@ -13515,6 +13678,14 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13515
13678
|
*/
|
|
13516
13679
|
changeWithClick?: boolean;
|
|
13517
13680
|
}
|
|
13681
|
+
|
|
13682
|
+
/**
|
|
13683
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Wizard$StepChangeEventParameters'
|
|
13684
|
+
* in 1.115.1 and any later releases.
|
|
13685
|
+
*/
|
|
13686
|
+
export type $WizardStepChangeEventParameters = Wizard$StepChangeEventParameters;
|
|
13687
|
+
|
|
13688
|
+
export type Wizard$StepChangeEvent = Event<Wizard$StepChangeEventParameters>;
|
|
13518
13689
|
}
|
|
13519
13690
|
|
|
13520
13691
|
declare module "sap/ui/webc/fiori/WizardStep" {
|
|
@@ -13535,8 +13706,8 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
13535
13706
|
} from "sap/ui/base/ManagedObject";
|
|
13536
13707
|
|
|
13537
13708
|
/**
|
|
13538
|
-
* @
|
|
13539
|
-
* @
|
|
13709
|
+
* @since 1.92.0
|
|
13710
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13540
13711
|
*
|
|
13541
13712
|
* Overview:
|
|
13542
13713
|
*
|
|
@@ -13552,7 +13723,7 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
13552
13723
|
* Usage: The `sap.ui.webc.fiori.WizardStep` component should be used only as slot of the `sap.ui.webc.fiori.Wizard`
|
|
13553
13724
|
* component and should not be used standalone.
|
|
13554
13725
|
*/
|
|
13555
|
-
class WizardStep extends WebComponent implements IWizardStep {
|
|
13726
|
+
export default class WizardStep extends WebComponent implements IWizardStep {
|
|
13556
13727
|
__implements__sap_ui_webc_fiori_IWizardStep: boolean;
|
|
13557
13728
|
/**
|
|
13558
13729
|
* Constructor for a new `WizardStep`.
|
|
@@ -13904,7 +14075,6 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
13904
14075
|
sTitleText?: string
|
|
13905
14076
|
): this;
|
|
13906
14077
|
}
|
|
13907
|
-
export default WizardStep;
|
|
13908
14078
|
|
|
13909
14079
|
export interface $WizardStepSettings extends $WebComponentSettings {
|
|
13910
14080
|
/**
|