@openui5/types 1.115.1 → 1.116.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
- // For Library Version: 1.115.1
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
5
5
  * @since 1.92.0
6
6
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
7
7
  *
8
- * Different types of Bar.
8
+ * Different types of Bar design
9
9
  */
10
10
  export enum BarDesign {
11
11
  /**
@@ -29,19 +29,19 @@ declare module "sap/ui/webc/fiori/library" {
29
29
  * @since 1.92.0
30
30
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
31
31
  *
32
- * undefined
32
+ * Different types of FCLLayout.
33
33
  */
34
34
  export enum FCLLayout {
35
35
  /**
36
- * Desktop: -/-/100 only the End column is displayed Tablet: -/-/100 only the End column is displayed Phone:
37
- * -/-/100 only the End column is displayed
36
+ * Desktop: -- -- 100 only the End column is displayed Tablet: -- -- 100 only the End column is displayed
37
+ * Phone: -- -- 100 only the End column is displayed
38
38
  *
39
39
  * Use to display a detail-detail page only, when the user should focus entirely on it.
40
40
  */
41
41
  EndColumnFullScreen = "EndColumnFullScreen",
42
42
  /**
43
- * Desktop: -/100/- only the Mid column is displayed Tablet: -/100/- only the Mid column is displayed Phone:
44
- * -/100/- only the Mid column is displayed
43
+ * Desktop: -- 100 -- only the Mid column is displayed Tablet: -- 100 -- only the Mid column is displayed
44
+ * Phone: -- 100 -- only the Mid column is displayed
45
45
  *
46
46
  * Use to display a detail page only, when the user should focus entirely on it.
47
47
  */
@@ -51,48 +51,49 @@ declare module "sap/ui/webc/fiori/library" {
51
51
  */
52
52
  OneColumn = "OneColumn",
53
53
  /**
54
- * Desktop: 25/25/50 Start, Mid and End (expanded) columns are displayed Tablet: 0/33/67 Mid and End (expanded)
55
- * columns are displayed, Start is accessible by layout arrows Phone: -/-/100 (only the End column is displayed)
54
+ * Desktop: 25 - 25 - 50 Start, Mid and End (expanded) columns are displayed Tablet: 0 - 33 - 67 Mid and
55
+ * End (expanded) columns are displayed, Start is accessible by layout arrows Phone: -- -- 100 (only the
56
+ * End column is displayed)
56
57
  *
57
58
  * Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
58
59
  */
59
60
  ThreeColumnsEndExpanded = "ThreeColumnsEndExpanded",
60
61
  /**
61
- * Desktop: 25/50/25 Start, Mid (expanded) and End columns are displayed Tablet: 0/67/33 Mid (expanded)
62
- * and End columns are displayed, Start is accessible by a layout arrow Phone: -/-/100 only the End column
62
+ * Desktop: 25 - 50 - 25 Start, Mid (expanded) and End columns are displayed Tablet: 0 - 67 - 33 Mid (expanded)
63
+ * and End columns are displayed, Start is accessible by a layout arrow Phone: -- -- 100 only the End column
63
64
  * is displayed
64
65
  *
65
66
  * Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
66
67
  */
67
68
  ThreeColumnsMidExpanded = "ThreeColumnsMidExpanded",
68
69
  /**
69
- * Desktop: 33/67/0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow
70
- * Tablet: 33/67/0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow Phone:
71
- * -/-/100 only the End column is displayed
70
+ * Desktop: 33 - 67 - 0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow
71
+ * Tablet: 33 - 67 - 0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow
72
+ * Phone: -- -- 100 only the End column is displayed
72
73
  *
73
74
  * Use to display the list and detail pages when the user should focus on the detail. The detail-detail
74
75
  * is still loaded and easily accessible with a layout arrow.
75
76
  */
76
77
  ThreeColumnsMidExpandedEndHidden = "ThreeColumnsMidExpandedEndHidden",
77
78
  /**
78
- * Desktop: 67/33/0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows Tablet:
79
- * 67/33/0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows Phone: -/-/100
80
- * only the End column is displayed
79
+ * Desktop: 67 - 33 - 0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows
80
+ * Tablet: 67 - 33 - 0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows
81
+ * Phone: -- -- 100 only the End column is displayed
81
82
  *
82
83
  * Use to display the list and detail pages when the user should focus on the list. The detail-detail is
83
84
  * still loaded and easily accessible with layout arrows.
84
85
  */
85
86
  ThreeColumnsStartExpandedEndHidden = "ThreeColumnsStartExpandedEndHidden",
86
87
  /**
87
- * Desktop: 33/67/- Start and Mid (expanded) columns are displayed Tablet: 33/67/- Start and Mid (expanded)
88
- * columns are displayed Phone: -/100/- only the Mid column is displayed
88
+ * Desktop: 33 - 67 - -- Start and Mid (expanded) columns are displayed Tablet: 33 - 67 - -- Start and Mid
89
+ * (expanded) columns are displayed Phone: -- 100 -- only the Mid column is displayed
89
90
  *
90
91
  * Use to display both a list and a detail page when the user should focus on the detail page.
91
92
  */
92
93
  TwoColumnsMidExpanded = "TwoColumnsMidExpanded",
93
94
  /**
94
- * Desktop: 67/33/- Start (expanded) and Mid columns are displayed Tablet: 67/33/- Start (expanded) and
95
- * Mid columns are displayed Phone: -/100/- only the Mid column is displayed
95
+ * Desktop: 67 - 33 - -- Start (expanded) and Mid columns are displayed Tablet: 67 - 33 - -- Start (expanded)
96
+ * and Mid columns are displayed Phone: -- 100 -- only the Mid column is displayed
96
97
  *
97
98
  * Use to display both a list and a detail page when the user should focus on the list page.
98
99
  */
@@ -174,6 +175,10 @@ declare module "sap/ui/webc/fiori/library" {
174
175
  * "Add Column" illustration type.
175
176
  */
176
177
  AddColumn = "AddColumn",
178
+ /**
179
+ * "Add Dimensions" illustration type.
180
+ */
181
+ AddDimensions = "AddDimensions",
177
182
  /**
178
183
  * "Add People" illustration type.
179
184
  */
@@ -218,10 +223,18 @@ declare module "sap/ui/webc/fiori/library" {
218
223
  * "No Activities" illustration type.
219
224
  */
220
225
  NoActivities = "NoActivities",
226
+ /**
227
+ * "No Columns Set" illustration type.
228
+ */
229
+ NoColumnsSet = "NoColumnsSet",
221
230
  /**
222
231
  * "No Data" illustration type.
223
232
  */
224
233
  NoData = "NoData",
234
+ /**
235
+ * "No Dimensions Set" illustration type.
236
+ */
237
+ NoDimensionsSet = "NoDimensionsSet",
225
238
  /**
226
239
  * "No Entries" illustration type.
227
240
  */
@@ -362,6 +375,10 @@ declare module "sap/ui/webc/fiori/library" {
362
375
  * "Success Screen" illustration type.
363
376
  */
364
377
  SuccessScreen = "SuccessScreen",
378
+ /**
379
+ * "Survey" illustration type.
380
+ */
381
+ Survey = "Survey",
365
382
  /**
366
383
  * "Tent" illustration type.
367
384
  */
@@ -522,6 +539,10 @@ declare module "sap/ui/webc/fiori/library" {
522
539
  * "Upload Collection" illustration type.
523
540
  */
524
541
  UploadCollection = "UploadCollection",
542
+ /**
543
+ * "Upload To Cloud" illustration type.
544
+ */
545
+ UploadToCloud = "UploadToCloud",
525
546
  }
526
547
  /**
527
548
  * @since 1.99.0
@@ -709,7 +730,7 @@ declare module "sap/ui/webc/fiori/library" {
709
730
  * @since 1.92.0
710
731
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
711
732
  *
712
- * undefined
733
+ * Available Page Background Design.
713
734
  */
714
735
  export enum PageBackgroundDesign {
715
736
  /**
@@ -799,7 +820,7 @@ declare module "sap/ui/webc/fiori/library" {
799
820
  * @since 1.92.0
800
821
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
801
822
  *
802
- * Different types of Timeline.
823
+ * Available Timeline layout orientation
803
824
  */
804
825
  export enum TimelineLayout {
805
826
  /**
@@ -815,7 +836,7 @@ declare module "sap/ui/webc/fiori/library" {
815
836
  * @since 1.92.0
816
837
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
817
838
  *
818
- * undefined
839
+ * Different types of UploadState.
819
840
  */
820
841
  export enum UploadState {
821
842
  /**
@@ -835,6 +856,38 @@ declare module "sap/ui/webc/fiori/library" {
835
856
  */
836
857
  Uploading = "Uploading",
837
858
  }
859
+ /**
860
+ * @since 1.115.0
861
+ * @experimental (since 1.115.0) - This API is experimental and might change significantly.
862
+ *
863
+ * Different types of Bar.
864
+ */
865
+ export enum ViewSettingsDialogMode {
866
+ /**
867
+ * Filter type
868
+ */
869
+ Filter = "Filter",
870
+ /**
871
+ * Default type
872
+ */
873
+ Sort = "Sort",
874
+ }
875
+ /**
876
+ * @since 1.92.0
877
+ * @experimental (since 1.92.0) - This API is experimental and might change significantly.
878
+ *
879
+ * Enumeration for different content layouts of the `ui5-wizard`.
880
+ */
881
+ export enum WizardContentLayout {
882
+ /**
883
+ * Display the content of the `ui5-wizard` as multiple steps in a scroll section.
884
+ */
885
+ MultipleSteps = "MultipleSteps",
886
+ /**
887
+ * Display the content of the `ui5-wizard` as single step.
888
+ */
889
+ SingleStep = "SingleStep",
890
+ }
838
891
  }
839
892
 
840
893
  declare module "sap/ui/webc/fiori/Bar" {
@@ -1525,16 +1578,12 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1525
1578
  /**
1526
1579
  * Fires when the scan fails with error.
1527
1580
  */
1528
- scanError?: (
1529
- oEvent: Event<BarcodeScannerDialog$ScanErrorEventParameters>
1530
- ) => void;
1581
+ scanError?: (oEvent: BarcodeScannerDialog$ScanErrorEvent) => void;
1531
1582
 
1532
1583
  /**
1533
1584
  * Fires when the scan is completed successfuuly.
1534
1585
  */
1535
- scanSuccess?: (
1536
- oEvent: Event<BarcodeScannerDialog$ScanSuccessEventParameters>
1537
- ) => void;
1586
+ scanSuccess?: (oEvent: BarcodeScannerDialog$ScanSuccessEvent) => void;
1538
1587
  }
1539
1588
 
1540
1589
  export interface BarcodeScannerDialog$ScanErrorEventParameters {
@@ -1544,12 +1593,6 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1544
1593
  message?: string;
1545
1594
  }
1546
1595
 
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
1596
  export type BarcodeScannerDialog$ScanErrorEvent = Event<BarcodeScannerDialog$ScanErrorEventParameters>;
1554
1597
 
1555
1598
  export interface BarcodeScannerDialog$ScanSuccessEventParameters {
@@ -1564,12 +1607,6 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1564
1607
  rawBytes?: object;
1565
1608
  }
1566
1609
 
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
1610
  export type BarcodeScannerDialog$ScanSuccessEvent = Event<BarcodeScannerDialog$ScanSuccessEventParameters>;
1574
1611
  }
1575
1612
 
@@ -2265,9 +2302,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2265
2302
  /**
2266
2303
  * Fires when the current breakpoint has been changed.
2267
2304
  */
2268
- layoutChange?: (
2269
- oEvent: Event<DynamicSideContent$LayoutChangeEventParameters>
2270
- ) => void;
2305
+ layoutChange?: (oEvent: DynamicSideContent$LayoutChangeEvent) => void;
2271
2306
  }
2272
2307
 
2273
2308
  export interface DynamicSideContent$LayoutChangeEventParameters {
@@ -2292,12 +2327,6 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2292
2327
  sideContentVisible?: boolean;
2293
2328
  }
2294
2329
 
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
2330
  export type DynamicSideContent$LayoutChangeEvent = Event<DynamicSideContent$LayoutChangeEventParameters>;
2302
2331
  }
2303
2332
 
@@ -2403,6 +2432,16 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2403
2432
  * @returns Reference to `this` in order to allow method chaining
2404
2433
  */
2405
2434
  destroyValues(): this;
2435
+ /**
2436
+ * Gets current value of property {@link #getAdditionalText additionalText}.
2437
+ *
2438
+ * Defines the additional text of the component.
2439
+ *
2440
+ * Default value is `empty string`.
2441
+ *
2442
+ * @returns Value of property `additionalText`
2443
+ */
2444
+ getAdditionalText(): string;
2406
2445
  /**
2407
2446
  * Gets current value of property {@link #getText text}.
2408
2447
  *
@@ -2467,6 +2506,23 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2467
2506
  */
2468
2507
  vValue: int | string | IFilterItemOption
2469
2508
  ): IFilterItemOption | null;
2509
+ /**
2510
+ * Sets a new value for property {@link #getAdditionalText additionalText}.
2511
+ *
2512
+ * Defines the additional text of the component.
2513
+ *
2514
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2515
+ *
2516
+ * Default value is `empty string`.
2517
+ *
2518
+ * @returns Reference to `this` in order to allow method chaining
2519
+ */
2520
+ setAdditionalText(
2521
+ /**
2522
+ * New value for property `additionalText`
2523
+ */
2524
+ sAdditionalText?: string
2525
+ ): this;
2470
2526
  /**
2471
2527
  * Sets a new value for property {@link #getText text}.
2472
2528
  *
@@ -2487,6 +2543,11 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2487
2543
  }
2488
2544
 
2489
2545
  export interface $FilterItemSettings extends $WebComponentSettings {
2546
+ /**
2547
+ * Defines the additional text of the component.
2548
+ */
2549
+ additionalText?: string | PropertyBindingInfo;
2550
+
2490
2551
  /**
2491
2552
  * Defines the text of the component.
2492
2553
  */
@@ -2590,7 +2651,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2590
2651
  /**
2591
2652
  * Gets current value of property {@link #getSelected selected}.
2592
2653
  *
2593
- * Defines whether the option is selected
2654
+ * Defines if the component is selected.
2594
2655
  *
2595
2656
  * Default value is `false`.
2596
2657
  *
@@ -2610,7 +2671,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2610
2671
  /**
2611
2672
  * Sets a new value for property {@link #getSelected selected}.
2612
2673
  *
2613
- * Defines whether the option is selected
2674
+ * Defines if the component is selected.
2614
2675
  *
2615
2676
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2616
2677
  *
@@ -2645,7 +2706,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2645
2706
 
2646
2707
  export interface $FilterItemOptionSettings extends $WebComponentSettings {
2647
2708
  /**
2648
- * Defines whether the option is selected
2709
+ * Defines if the component is selected.
2649
2710
  */
2650
2711
  selected?: boolean | PropertyBindingInfo | `{${string}}`;
2651
2712
 
@@ -3243,16 +3304,14 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
3243
3304
  * Fired when the layout changes via user interaction by clicking the arrows or by changing the component
3244
3305
  * size due to resizing.
3245
3306
  */
3246
- layoutChange?: (
3247
- oEvent: Event<FlexibleColumnLayout$LayoutChangeEventParameters>
3248
- ) => void;
3307
+ layoutChange?: (oEvent: FlexibleColumnLayout$LayoutChangeEvent) => void;
3249
3308
  }
3250
3309
 
3251
3310
  export interface FlexibleColumnLayout$LayoutChangeEventParameters {
3252
3311
  /**
3253
3312
  * The current layout
3254
3313
  */
3255
- layout?: FCLLayout;
3314
+ layout?: FCLLayout | keyof typeof FCLLayout;
3256
3315
 
3257
3316
  /**
3258
3317
  * The effective column layout, f.e [67%, 33%, 0]
@@ -3285,12 +3344,6 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
3285
3344
  resize?: boolean;
3286
3345
  }
3287
3346
 
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
3347
  export type FlexibleColumnLayout$LayoutChangeEvent = Event<FlexibleColumnLayout$LayoutChangeEventParameters>;
3295
3348
  }
3296
3349
 
@@ -3302,6 +3355,10 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3302
3355
 
3303
3356
  import { IButton } from "sap/ui/webc/main/library";
3304
3357
 
3358
+ import { ID } from "sap/ui/core/library";
3359
+
3360
+ import Control from "sap/ui/core/Control";
3361
+
3305
3362
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
3306
3363
 
3307
3364
  import {
@@ -3309,8 +3366,6 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3309
3366
  IllustrationMessageSize,
3310
3367
  } from "sap/ui/webc/fiori/library";
3311
3368
 
3312
- import Control from "sap/ui/core/Control";
3313
-
3314
3369
  import {
3315
3370
  PropertyBindingInfo,
3316
3371
  AggregationBindingInfo,
@@ -3412,6 +3467,17 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3412
3467
  */
3413
3468
  oAction: IButton
3414
3469
  ): this;
3470
+ /**
3471
+ * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
3472
+ *
3473
+ * @returns Reference to `this` in order to allow method chaining
3474
+ */
3475
+ addAriaLabelledBy(
3476
+ /**
3477
+ * The ariaLabelledBy to add; if empty, nothing is inserted
3478
+ */
3479
+ vAriaLabelledBy: ID | Control
3480
+ ): this;
3415
3481
  /**
3416
3482
  * Destroys all the actions in the aggregation {@link #getActions actions}.
3417
3483
  *
@@ -3424,12 +3490,22 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3424
3490
  * @returns Reference to `this` in order to allow method chaining
3425
3491
  */
3426
3492
  destroySubtitle(): this;
3493
+ /**
3494
+ * Destroys the title in the aggregation {@link #getTitle title}.
3495
+ *
3496
+ * @returns Reference to `this` in order to allow method chaining
3497
+ */
3498
+ destroyTitle(): this;
3427
3499
  /**
3428
3500
  * Gets content of aggregation {@link #getActions actions}.
3429
3501
  *
3430
3502
  * Defines the component actions.
3431
3503
  */
3432
3504
  getActions(): IButton[];
3505
+ /**
3506
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
3507
+ */
3508
+ getAriaLabelledBy(): ID[];
3433
3509
  /**
3434
3510
  * Gets current value of property {@link #getName name}.
3435
3511
  *
@@ -3481,6 +3557,15 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3481
3557
  * @returns Value of property `subtitleText`
3482
3558
  */
3483
3559
  getSubtitleText(): string;
3560
+ /**
3561
+ * Gets content of aggregation {@link #getTitle title}.
3562
+ *
3563
+ * Defines the title of the component.
3564
+ *
3565
+ * **Note:** Using this slot, the default title text of illustration and the value of `title` property
3566
+ * will be overwritten.
3567
+ */
3568
+ getTitle(): Control;
3484
3569
  /**
3485
3570
  * Gets current value of property {@link #getTitleText titleText}.
3486
3571
  *
@@ -3541,6 +3626,23 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3541
3626
  * @returns An array of the removed elements (might be empty)
3542
3627
  */
3543
3628
  removeAllActions(): IButton[];
3629
+ /**
3630
+ * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
3631
+ *
3632
+ * @returns An array of the removed elements (might be empty)
3633
+ */
3634
+ removeAllAriaLabelledBy(): ID[];
3635
+ /**
3636
+ * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
3637
+ *
3638
+ * @returns The removed ariaLabelledBy or `null`
3639
+ */
3640
+ removeAriaLabelledBy(
3641
+ /**
3642
+ * The ariaLabelledBy to be removed or its index or ID
3643
+ */
3644
+ vAriaLabelledBy: int | ID | Control
3645
+ ): ID | null;
3544
3646
  /**
3545
3647
  * Sets a new value for property {@link #getName name}.
3546
3648
  *
@@ -3615,6 +3717,17 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3615
3717
  */
3616
3718
  sSubtitleText?: string
3617
3719
  ): this;
3720
+ /**
3721
+ * Sets the aggregated {@link #getTitle title}.
3722
+ *
3723
+ * @returns Reference to `this` in order to allow method chaining
3724
+ */
3725
+ setTitle(
3726
+ /**
3727
+ * The title to set
3728
+ */
3729
+ oTitle: Control
3730
+ ): this;
3618
3731
  /**
3619
3732
  * Sets a new value for property {@link #getTitleText titleText}.
3620
3733
  *
@@ -3688,6 +3801,19 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3688
3801
  * property will be overwritten.
3689
3802
  */
3690
3803
  subtitle?: Control;
3804
+
3805
+ /**
3806
+ * Defines the title of the component.
3807
+ *
3808
+ * **Note:** Using this slot, the default title text of illustration and the value of `title` property
3809
+ * will be overwritten.
3810
+ */
3811
+ title?: Control;
3812
+
3813
+ /**
3814
+ * Receives id(or many ids) of the controls that label this control.
3815
+ */
3816
+ ariaLabelledBy?: Array<Control | string>;
3691
3817
  }
3692
3818
  }
3693
3819
 
@@ -3736,7 +3862,8 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
3736
3862
  *
3737
3863
  * - [UP/DOWN] - Navigates up and down the items
3738
3864
  * - [HOME] - Navigates to first item
3739
- * - [END] - Navigates to the last item [SPACE/ENTER] - Select an item
3865
+ * - [END] - Navigates to the last item
3866
+ * - [SPACE/ENTER] - Select an item
3740
3867
  */
3741
3868
  export default class MediaGallery extends WebComponent {
3742
3869
  /**
@@ -4374,29 +4501,15 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4374
4501
  /**
4375
4502
  * Fired when selection is changed by user interaction.
4376
4503
  */
4377
- selectionChange?: (
4378
- oEvent: Event<MediaGallery$SelectionChangeEventParameters>
4379
- ) => void;
4504
+ selectionChange?: (oEvent: MediaGallery$SelectionChangeEvent) => void;
4380
4505
  }
4381
4506
 
4382
4507
  export interface MediaGallery$DisplayAreaClickEventParameters {}
4383
4508
 
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
4509
  export type MediaGallery$DisplayAreaClickEvent = Event<MediaGallery$DisplayAreaClickEventParameters>;
4391
4510
 
4392
4511
  export interface MediaGallery$OverflowClickEventParameters {}
4393
4512
 
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;
4399
-
4400
4513
  export type MediaGallery$OverflowClickEvent = Event<MediaGallery$OverflowClickEventParameters>;
4401
4514
 
4402
4515
  export interface MediaGallery$SelectionChangeEventParameters {
@@ -4406,12 +4519,6 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4406
4519
  item?: HTMLElement;
4407
4520
  }
4408
4521
 
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
4522
  export type MediaGallery$SelectionChangeEvent = Event<MediaGallery$SelectionChangeEventParameters>;
4416
4523
  }
4417
4524
 
@@ -4704,6 +4811,8 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
4704
4811
 
4705
4812
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4706
4813
 
4814
+ import Event from "sap/ui/base/Event";
4815
+
4707
4816
  /**
4708
4817
  * @since 1.92.0
4709
4818
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
@@ -4775,6 +4884,83 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
4775
4884
  * @returns Metadata object describing this class
4776
4885
  */
4777
4886
  static getMetadata(): WebComponentMetadata;
4887
+ /**
4888
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
4889
+ *
4890
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4891
+ * otherwise it will be bound to this `sap.ui.webc.fiori.NotificationAction` itself.
4892
+ *
4893
+ * Fired, when the action is pressed.
4894
+ *
4895
+ * @returns Reference to `this` in order to allow method chaining
4896
+ */
4897
+ attachClick(
4898
+ /**
4899
+ * An application-specific payload object that will be passed to the event handler along with the event
4900
+ * object when firing the event
4901
+ */
4902
+ oData: object,
4903
+ /**
4904
+ * The function to be called when the event occurs
4905
+ */
4906
+ fnFunction: (p1: NotificationAction$ClickEvent) => void,
4907
+ /**
4908
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationAction`
4909
+ * itself
4910
+ */
4911
+ oListener?: object
4912
+ ): this;
4913
+ /**
4914
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
4915
+ *
4916
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4917
+ * otherwise it will be bound to this `sap.ui.webc.fiori.NotificationAction` itself.
4918
+ *
4919
+ * Fired, when the action is pressed.
4920
+ *
4921
+ * @returns Reference to `this` in order to allow method chaining
4922
+ */
4923
+ attachClick(
4924
+ /**
4925
+ * The function to be called when the event occurs
4926
+ */
4927
+ fnFunction: (p1: NotificationAction$ClickEvent) => void,
4928
+ /**
4929
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationAction`
4930
+ * itself
4931
+ */
4932
+ oListener?: object
4933
+ ): this;
4934
+ /**
4935
+ * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
4936
+ *
4937
+ * The passed function and listener object must match the ones used for event registration.
4938
+ *
4939
+ * @returns Reference to `this` in order to allow method chaining
4940
+ */
4941
+ detachClick(
4942
+ /**
4943
+ * The function to be called, when the event occurs
4944
+ */
4945
+ fnFunction: (p1: NotificationAction$ClickEvent) => void,
4946
+ /**
4947
+ * Context object on which the given function had to be called
4948
+ */
4949
+ oListener?: object
4950
+ ): this;
4951
+ /**
4952
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4953
+ *
4954
+ * Fires event {@link #event:click click} to attached listeners.
4955
+ *
4956
+ * @returns Reference to `this` in order to allow method chaining
4957
+ */
4958
+ fireClick(
4959
+ /**
4960
+ * Parameters to pass along with the event
4961
+ */
4962
+ mParameters?: NotificationAction$ClickEventParameters
4963
+ ): this;
4778
4964
  /**
4779
4965
  * Gets current value of property {@link #getDesign design}.
4780
4966
  *
@@ -4947,7 +5133,21 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
4947
5133
  * Defines the text of the `sap.ui.webc.fiori.NotificationAction`.
4948
5134
  */
4949
5135
  text?: string | PropertyBindingInfo;
5136
+
5137
+ /**
5138
+ * Fired, when the action is pressed.
5139
+ */
5140
+ click?: (oEvent: NotificationAction$ClickEvent) => void;
4950
5141
  }
5142
+
5143
+ export interface NotificationAction$ClickEventParameters {
5144
+ /**
5145
+ * DOM ref of the clicked element
5146
+ */
5147
+ targetRef?: HTMLElement;
5148
+ }
5149
+
5150
+ export type NotificationAction$ClickEvent = Event<NotificationAction$ClickEventParameters>;
4951
5151
  }
4952
5152
 
4953
5153
  declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
@@ -5101,7 +5301,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5101
5301
  /**
5102
5302
  * The function to be called when the event occurs
5103
5303
  */
5104
- fnFunction: (p1: Event) => void,
5304
+ fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
5105
5305
  /**
5106
5306
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListGroupItem`
5107
5307
  * itself
@@ -5122,7 +5322,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5122
5322
  /**
5123
5323
  * The function to be called when the event occurs
5124
5324
  */
5125
- fnFunction: (p1: Event) => void,
5325
+ fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
5126
5326
  /**
5127
5327
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListGroupItem`
5128
5328
  * itself
@@ -5199,7 +5399,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5199
5399
  /**
5200
5400
  * The function to be called, when the event occurs
5201
5401
  */
5202
- fnFunction: (p1: Event) => void,
5402
+ fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
5203
5403
  /**
5204
5404
  * Context object on which the given function had to be called
5205
5405
  */
@@ -5233,7 +5433,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5233
5433
  /**
5234
5434
  * Parameters to pass along with the event
5235
5435
  */
5236
- mParameters?: object
5436
+ mParameters?: NotificationListGroupItem$CloseEventParameters
5237
5437
  ): this;
5238
5438
  /**
5239
5439
  * @ui5-protected Do not call from applications (only from related classes in the framework)
@@ -5664,7 +5864,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5664
5864
  /**
5665
5865
  * Fired when the `Close` button is pressed.
5666
5866
  */
5667
- close?: (oEvent: Event) => void;
5867
+ close?: (oEvent: NotificationListGroupItem$CloseEvent) => void;
5668
5868
 
5669
5869
  /**
5670
5870
  * Fired when the `sap.ui.webc.fiori.NotificationListGroupItem` is expanded/collapsed by user interaction.
@@ -5672,24 +5872,17 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5672
5872
  toggle?: (oEvent: Event) => void;
5673
5873
  }
5674
5874
 
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;
5875
+ export interface NotificationListGroupItem$CloseEventParameters {
5876
+ /**
5877
+ * the closed item.
5878
+ */
5879
+ item?: HTMLElement;
5880
+ }
5682
5881
 
5683
5882
  export type NotificationListGroupItem$CloseEvent = Event<NotificationListGroupItem$CloseEventParameters>;
5684
5883
 
5685
5884
  export interface NotificationListGroupItem$ToggleEventParameters {}
5686
5885
 
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;
5692
-
5693
5886
  export type NotificationListGroupItem$ToggleEvent = Event<NotificationListGroupItem$ToggleEventParameters>;
5694
5887
  }
5695
5888
 
@@ -5713,8 +5906,6 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5713
5906
 
5714
5907
  import Control from "sap/ui/core/Control";
5715
5908
 
5716
- import Event from "sap/ui/base/Event";
5717
-
5718
5909
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
5719
5910
 
5720
5911
  import {
@@ -5722,6 +5913,8 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5722
5913
  AggregationBindingInfo,
5723
5914
  } from "sap/ui/base/ManagedObject";
5724
5915
 
5916
+ import Event from "sap/ui/base/Event";
5917
+
5725
5918
  /**
5726
5919
  * @since 1.92.0
5727
5920
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
@@ -5855,7 +6048,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5855
6048
  /**
5856
6049
  * The function to be called when the event occurs
5857
6050
  */
5858
- fnFunction: (p1: Event) => void,
6051
+ fnFunction: (p1: NotificationListItem$CloseEvent) => void,
5859
6052
  /**
5860
6053
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListItem`
5861
6054
  * itself
@@ -5876,7 +6069,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5876
6069
  /**
5877
6070
  * The function to be called when the event occurs
5878
6071
  */
5879
- fnFunction: (p1: Event) => void,
6072
+ fnFunction: (p1: NotificationListItem$CloseEvent) => void,
5880
6073
  /**
5881
6074
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListItem`
5882
6075
  * itself
@@ -5912,7 +6105,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5912
6105
  /**
5913
6106
  * The function to be called, when the event occurs
5914
6107
  */
5915
- fnFunction: (p1: Event) => void,
6108
+ fnFunction: (p1: NotificationListItem$CloseEvent) => void,
5916
6109
  /**
5917
6110
  * Context object on which the given function had to be called
5918
6111
  */
@@ -5929,7 +6122,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5929
6122
  /**
5930
6123
  * Parameters to pass along with the event
5931
6124
  */
5932
- mParameters?: object
6125
+ mParameters?: NotificationListItem$CloseEventParameters
5933
6126
  ): this;
5934
6127
  /**
5935
6128
  * Gets content of aggregation {@link #getActions actions}.
@@ -6041,7 +6234,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6041
6234
  *
6042
6235
  *
6043
6236
  *
6044
- * **Note:** by default the `titleText` and `decription`, and a `ShowMore/Less` button would be displayed.
6237
+ * **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
6045
6238
  *
6046
6239
  * Default value is `None`.
6047
6240
  *
@@ -6287,7 +6480,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6287
6480
  *
6288
6481
  *
6289
6482
  *
6290
- * **Note:** by default the `titleText` and `decription`, and a `ShowMore/Less` button would be displayed.
6483
+ * **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
6291
6484
  *
6292
6485
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6293
6486
  *
@@ -6353,7 +6546,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6353
6546
  *
6354
6547
  *
6355
6548
  *
6356
- * **Note:** by default the `titleText` and `decription`, and a `ShowMore/Less` button would be displayed.
6549
+ * **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
6357
6550
  */
6358
6551
  wrappingType?:
6359
6552
  | (WrappingType | keyof typeof WrappingType)
@@ -6391,16 +6584,15 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6391
6584
  /**
6392
6585
  * Fired when the `Close` button is pressed.
6393
6586
  */
6394
- close?: (oEvent: Event) => void;
6587
+ close?: (oEvent: NotificationListItem$CloseEvent) => void;
6395
6588
  }
6396
6589
 
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;
6590
+ export interface NotificationListItem$CloseEventParameters {
6591
+ /**
6592
+ * the closed item.
6593
+ */
6594
+ item?: HTMLElement;
6595
+ }
6404
6596
 
6405
6597
  export type NotificationListItem$CloseEvent = Event<NotificationListItem$CloseEventParameters>;
6406
6598
  }
@@ -6440,7 +6632,8 @@ declare module "sap/ui/webc/fiori/Page" {
6440
6632
  *
6441
6633
  * **Note:** `sap.ui.webc.fiori.Page` occipues the whole available space of its parent. In order to achieve
6442
6634
  * the intended design you have to make sure that there is enough space for the `sap.ui.webc.fiori.Page`
6443
- * to be rendered.
6635
+ * to be rendered. **Note:** In order for the `sap.ui.webc.fiori.Page` to be displayed, the parent element
6636
+ * should have fixed height.
6444
6637
  */
6445
6638
  export default class Page extends WebComponent {
6446
6639
  /**
@@ -7258,8 +7451,6 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7258
7451
  * - `_parent`
7259
7452
  * - `_search`
7260
7453
  *
7261
- * Default value is `"_self"`.
7262
- *
7263
7454
  * @returns Value of property `target`
7264
7455
  */
7265
7456
  getTarget(): string;
@@ -7339,15 +7530,13 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7339
7530
  *
7340
7531
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7341
7532
  *
7342
- * Default value is `"_self"`.
7343
- *
7344
7533
  * @returns Reference to `this` in order to allow method chaining
7345
7534
  */
7346
7535
  setTarget(
7347
7536
  /**
7348
7537
  * New value for property `target`
7349
7538
  */
7350
- sTarget?: string
7539
+ sTarget: string
7351
7540
  ): this;
7352
7541
  /**
7353
7542
  * Sets a new value for property {@link #getTargetSrc targetSrc}.
@@ -7435,12 +7624,6 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7435
7624
 
7436
7625
  export interface ProductSwitchItem$ClickEventParameters {}
7437
7626
 
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
7627
  export type ProductSwitchItem$ClickEvent = Event<ProductSwitchItem$ClickEventParameters>;
7445
7628
  }
7446
7629
 
@@ -8089,6 +8272,44 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8089
8272
  */
8090
8273
  mParameters?: ShellBar$ProfileClickEventParameters
8091
8274
  ): this;
8275
+ /**
8276
+ * Gets current value of property {@link #getAccessibilityAttributes accessibilityAttributes}.
8277
+ *
8278
+ * An object of strings that defines several additional accessibility attribute values for customization
8279
+ * depending on the use case.
8280
+ *
8281
+ * It supports the following fields:
8282
+ *
8283
+ *
8284
+ * - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
8285
+ * expanded or collapsed. Accepts the following string values:
8286
+ * `true`
8287
+ * - `false`
8288
+ * - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
8289
+ * that can be triggered by the anchor element. Accepts the following string values:
8290
+ * `Dialog`
8291
+ * - `Grid`
8292
+ * - `ListBox`
8293
+ * - `Menu`
8294
+ * - `Tree`
8295
+ *
8296
+ * Default value is `{}`.
8297
+ *
8298
+ * @returns Value of property `accessibilityAttributes`
8299
+ */
8300
+ getAccessibilityAttributes(): object;
8301
+ /**
8302
+ * Gets current value of property {@link #getAccessibilityRoles accessibilityRoles}.
8303
+ *
8304
+ * An object of strings that defines additional accessibility roles for further customization.
8305
+ *
8306
+ * It supports the following fields: - `logoRole`: the accessibility role for the `logo`
8307
+ *
8308
+ * Default value is `{}`.
8309
+ *
8310
+ * @returns Value of property `accessibilityRoles`
8311
+ */
8312
+ getAccessibilityRoles(): object;
8092
8313
  /**
8093
8314
  * Gets current value of property {@link #getAccessibilityTexts accessibilityTexts}.
8094
8315
  *
@@ -8232,10 +8453,21 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8232
8453
  */
8233
8454
  getShowProductSwitch(): boolean;
8234
8455
  /**
8235
- * Gets content of aggregation {@link #getStartButton startButton}.
8456
+ * Gets current value of property {@link #getShowSearchField showSearchField}.
8236
8457
  *
8237
- * Defines a `sap.ui.webc.main.Button` in the bar that will be placed in the beginning. We encourage this
8238
- * slot to be used for a back or home button. It gets overstyled to match ShellBar's styling.
8458
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
8459
+ * **Note:** By default the Search Field is not displayed.
8460
+ *
8461
+ * Default value is `false`.
8462
+ *
8463
+ * @returns Value of property `showSearchField`
8464
+ */
8465
+ getShowSearchField(): boolean;
8466
+ /**
8467
+ * Gets content of aggregation {@link #getStartButton startButton}.
8468
+ *
8469
+ * Defines a `sap.ui.webc.main.Button` in the bar that will be placed in the beginning. We encourage this
8470
+ * slot to be used for a back or home button. It gets overstyled to match ShellBar's styling.
8239
8471
  */
8240
8472
  getStartButton(): IButton;
8241
8473
  /**
@@ -8334,6 +8566,58 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8334
8566
  */
8335
8567
  vMenuItem: int | string | IListItem
8336
8568
  ): IListItem | null;
8569
+ /**
8570
+ * Sets a new value for property {@link #getAccessibilityAttributes accessibilityAttributes}.
8571
+ *
8572
+ * An object of strings that defines several additional accessibility attribute values for customization
8573
+ * depending on the use case.
8574
+ *
8575
+ * It supports the following fields:
8576
+ *
8577
+ *
8578
+ * - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
8579
+ * expanded or collapsed. Accepts the following string values:
8580
+ * `true`
8581
+ * - `false`
8582
+ * - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
8583
+ * that can be triggered by the anchor element. Accepts the following string values:
8584
+ * `Dialog`
8585
+ * - `Grid`
8586
+ * - `ListBox`
8587
+ * - `Menu`
8588
+ * - `Tree`
8589
+ *
8590
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8591
+ *
8592
+ * Default value is `{}`.
8593
+ *
8594
+ * @returns Reference to `this` in order to allow method chaining
8595
+ */
8596
+ setAccessibilityAttributes(
8597
+ /**
8598
+ * New value for property `accessibilityAttributes`
8599
+ */
8600
+ oAccessibilityAttributes?: object
8601
+ ): this;
8602
+ /**
8603
+ * Sets a new value for property {@link #getAccessibilityRoles accessibilityRoles}.
8604
+ *
8605
+ * An object of strings that defines additional accessibility roles for further customization.
8606
+ *
8607
+ * It supports the following fields: - `logoRole`: the accessibility role for the `logo`
8608
+ *
8609
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8610
+ *
8611
+ * Default value is `{}`.
8612
+ *
8613
+ * @returns Reference to `this` in order to allow method chaining
8614
+ */
8615
+ setAccessibilityRoles(
8616
+ /**
8617
+ * New value for property `accessibilityRoles`
8618
+ */
8619
+ oAccessibilityRoles?: object
8620
+ ): this;
8337
8621
  /**
8338
8622
  * Sets a new value for property {@link #getAccessibilityTexts accessibilityTexts}.
8339
8623
  *
@@ -8495,6 +8779,24 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8495
8779
  */
8496
8780
  bShowProductSwitch?: boolean
8497
8781
  ): this;
8782
+ /**
8783
+ * Sets a new value for property {@link #getShowSearchField showSearchField}.
8784
+ *
8785
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
8786
+ * **Note:** By default the Search Field is not displayed.
8787
+ *
8788
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8789
+ *
8790
+ * Default value is `false`.
8791
+ *
8792
+ * @returns Reference to `this` in order to allow method chaining
8793
+ */
8794
+ setShowSearchField(
8795
+ /**
8796
+ * New value for property `showSearchField`
8797
+ */
8798
+ bShowSearchField?: boolean
8799
+ ): this;
8498
8800
  /**
8499
8801
  * Sets the aggregated {@link #getStartButton startButton}.
8500
8802
  *
@@ -8509,6 +8811,34 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8509
8811
  }
8510
8812
 
8511
8813
  export interface $ShellBarSettings extends $WebComponentSettings {
8814
+ /**
8815
+ * An object of strings that defines several additional accessibility attribute values for customization
8816
+ * depending on the use case.
8817
+ *
8818
+ * It supports the following fields:
8819
+ *
8820
+ *
8821
+ * - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
8822
+ * expanded or collapsed. Accepts the following string values:
8823
+ * `true`
8824
+ * - `false`
8825
+ * - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
8826
+ * that can be triggered by the anchor element. Accepts the following string values:
8827
+ * `Dialog`
8828
+ * - `Grid`
8829
+ * - `ListBox`
8830
+ * - `Menu`
8831
+ * - `Tree`
8832
+ */
8833
+ accessibilityAttributes?: object | PropertyBindingInfo | `{${string}}`;
8834
+
8835
+ /**
8836
+ * An object of strings that defines additional accessibility roles for further customization.
8837
+ *
8838
+ * It supports the following fields: - `logoRole`: the accessibility role for the `logo`
8839
+ */
8840
+ accessibilityRoles?: object | PropertyBindingInfo | `{${string}}`;
8841
+
8512
8842
  /**
8513
8843
  * An object of strings that defines several additional accessibility texts for even further customization.
8514
8844
  *
@@ -8553,6 +8883,12 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8553
8883
  */
8554
8884
  showProductSwitch?: boolean | PropertyBindingInfo | `{${string}}`;
8555
8885
 
8886
+ /**
8887
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
8888
+ * **Note:** By default the Search Field is not displayed.
8889
+ */
8890
+ showSearchField?: boolean | PropertyBindingInfo | `{${string}}`;
8891
+
8556
8892
  /**
8557
8893
  * Defines the `sap.ui.webc.fiori.ShellBar` aditional items.
8558
8894
  *
@@ -8604,44 +8940,34 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8604
8940
  /**
8605
8941
  * Fired, when the co pilot is activated.
8606
8942
  */
8607
- coPilotClick?: (
8608
- oEvent: Event<ShellBar$CoPilotClickEventParameters>
8609
- ) => void;
8943
+ coPilotClick?: (oEvent: ShellBar$CoPilotClickEvent) => void;
8610
8944
 
8611
8945
  /**
8612
8946
  * Fired, when the logo is activated.
8613
8947
  */
8614
- logoClick?: (oEvent: Event<ShellBar$LogoClickEventParameters>) => void;
8948
+ logoClick?: (oEvent: ShellBar$LogoClickEvent) => void;
8615
8949
 
8616
8950
  /**
8617
8951
  * Fired, when a menu item is activated **Note:** You can prevent closing of overflow popover by calling
8618
8952
  * `event.preventDefault()`.
8619
8953
  */
8620
- menuItemClick?: (
8621
- oEvent: Event<ShellBar$MenuItemClickEventParameters>
8622
- ) => void;
8954
+ menuItemClick?: (oEvent: ShellBar$MenuItemClickEvent) => void;
8623
8955
 
8624
8956
  /**
8625
8957
  * Fired, when the notification icon is activated.
8626
8958
  */
8627
- notificationsClick?: (
8628
- oEvent: Event<ShellBar$NotificationsClickEventParameters>
8629
- ) => void;
8959
+ notificationsClick?: (oEvent: ShellBar$NotificationsClickEvent) => void;
8630
8960
 
8631
8961
  /**
8632
8962
  * Fired, when the product switch icon is activated. **Note:** You can prevent closing of overflow popover
8633
8963
  * by calling `event.preventDefault()`.
8634
8964
  */
8635
- productSwitchClick?: (
8636
- oEvent: Event<ShellBar$ProductSwitchClickEventParameters>
8637
- ) => void;
8965
+ productSwitchClick?: (oEvent: ShellBar$ProductSwitchClickEvent) => void;
8638
8966
 
8639
8967
  /**
8640
8968
  * Fired, when the profile slot is present.
8641
8969
  */
8642
- profileClick?: (
8643
- oEvent: Event<ShellBar$ProfileClickEventParameters>
8644
- ) => void;
8970
+ profileClick?: (oEvent: ShellBar$ProfileClickEvent) => void;
8645
8971
  }
8646
8972
 
8647
8973
  export interface ShellBar$CoPilotClickEventParameters {
@@ -8651,12 +8977,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8651
8977
  targetRef?: HTMLElement;
8652
8978
  }
8653
8979
 
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
8980
  export type ShellBar$CoPilotClickEvent = Event<ShellBar$CoPilotClickEventParameters>;
8661
8981
 
8662
8982
  export interface ShellBar$LogoClickEventParameters {
@@ -8666,12 +8986,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8666
8986
  targetRef?: HTMLElement;
8667
8987
  }
8668
8988
 
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
8989
  export type ShellBar$LogoClickEvent = Event<ShellBar$LogoClickEventParameters>;
8676
8990
 
8677
8991
  export interface ShellBar$MenuItemClickEventParameters {
@@ -8681,12 +8995,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8681
8995
  item?: HTMLElement;
8682
8996
  }
8683
8997
 
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
8998
  export type ShellBar$MenuItemClickEvent = Event<ShellBar$MenuItemClickEventParameters>;
8691
8999
 
8692
9000
  export interface ShellBar$NotificationsClickEventParameters {
@@ -8696,12 +9004,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8696
9004
  targetRef?: HTMLElement;
8697
9005
  }
8698
9006
 
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
9007
  export type ShellBar$NotificationsClickEvent = Event<ShellBar$NotificationsClickEventParameters>;
8706
9008
 
8707
9009
  export interface ShellBar$ProductSwitchClickEventParameters {
@@ -8711,12 +9013,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8711
9013
  targetRef?: HTMLElement;
8712
9014
  }
8713
9015
 
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
9016
  export type ShellBar$ProductSwitchClickEvent = Event<ShellBar$ProductSwitchClickEventParameters>;
8721
9017
 
8722
9018
  export interface ShellBar$ProfileClickEventParameters {
@@ -8726,12 +9022,6 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8726
9022
  targetRef?: HTMLElement;
8727
9023
  }
8728
9024
 
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
9025
  export type ShellBar$ProfileClickEvent = Event<ShellBar$ProfileClickEventParameters>;
8736
9026
  }
8737
9027
 
@@ -8997,7 +9287,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
8997
9287
  /**
8998
9288
  * Fired, when the item is pressed.
8999
9289
  */
9000
- click?: (oEvent: Event<ShellBarItem$ClickEventParameters>) => void;
9290
+ click?: (oEvent: ShellBarItem$ClickEvent) => void;
9001
9291
  }
9002
9292
 
9003
9293
  export interface ShellBarItem$ClickEventParameters {
@@ -9007,12 +9297,6 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
9007
9297
  targetRef?: HTMLElement;
9008
9298
  }
9009
9299
 
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
9300
  export type ShellBarItem$ClickEvent = Event<ShellBarItem$ClickEventParameters>;
9017
9301
  }
9018
9302
 
@@ -9022,7 +9306,10 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
9022
9306
  $WebComponentSettings,
9023
9307
  } from "sap/ui/webc/common/WebComponent";
9024
9308
 
9025
- import { ISideNavigationItem } from "sap/ui/webc/fiori/library";
9309
+ import {
9310
+ ISideNavigationItem,
9311
+ ISideNavigationSubItem,
9312
+ } from "sap/ui/webc/fiori/library";
9026
9313
 
9027
9314
  import Control from "sap/ui/core/Control";
9028
9315
 
@@ -9496,24 +9783,16 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
9496
9783
  /**
9497
9784
  * Fired when the selection has changed via user interaction
9498
9785
  */
9499
- selectionChange?: (
9500
- oEvent: Event<SideNavigation$SelectionChangeEventParameters>
9501
- ) => void;
9786
+ selectionChange?: (oEvent: SideNavigation$SelectionChangeEvent) => void;
9502
9787
  }
9503
9788
 
9504
9789
  export interface SideNavigation$SelectionChangeEventParameters {
9505
9790
  /**
9506
9791
  * the clicked item.
9507
9792
  */
9508
- item?: HTMLElement;
9793
+ item?: ISideNavigationItem | ISideNavigationSubItem;
9509
9794
  }
9510
9795
 
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
9796
  export type SideNavigation$SelectionChangeEvent = Event<SideNavigation$SelectionChangeEventParameters>;
9518
9797
  }
9519
9798
 
@@ -9528,6 +9807,8 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9528
9807
  ISideNavigationSubItem,
9529
9808
  } from "sap/ui/webc/fiori/library";
9530
9809
 
9810
+ import Event from "sap/ui/base/Event";
9811
+
9531
9812
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9532
9813
 
9533
9814
  import {
@@ -9619,12 +9900,89 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9619
9900
  */
9620
9901
  oItem: ISideNavigationSubItem
9621
9902
  ): this;
9903
+ /**
9904
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
9905
+ *
9906
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9907
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationItem` itself.
9908
+ *
9909
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
9910
+ *
9911
+ * @returns Reference to `this` in order to allow method chaining
9912
+ */
9913
+ attachClick(
9914
+ /**
9915
+ * An application-specific payload object that will be passed to the event handler along with the event
9916
+ * object when firing the event
9917
+ */
9918
+ oData: object,
9919
+ /**
9920
+ * The function to be called when the event occurs
9921
+ */
9922
+ fnFunction: (p1: Event) => void,
9923
+ /**
9924
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationItem`
9925
+ * itself
9926
+ */
9927
+ oListener?: object
9928
+ ): this;
9929
+ /**
9930
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
9931
+ *
9932
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9933
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationItem` itself.
9934
+ *
9935
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
9936
+ *
9937
+ * @returns Reference to `this` in order to allow method chaining
9938
+ */
9939
+ attachClick(
9940
+ /**
9941
+ * The function to be called when the event occurs
9942
+ */
9943
+ fnFunction: (p1: Event) => void,
9944
+ /**
9945
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationItem`
9946
+ * itself
9947
+ */
9948
+ oListener?: object
9949
+ ): this;
9622
9950
  /**
9623
9951
  * Destroys all the items in the aggregation {@link #getItems items}.
9624
9952
  *
9625
9953
  * @returns Reference to `this` in order to allow method chaining
9626
9954
  */
9627
9955
  destroyItems(): this;
9956
+ /**
9957
+ * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
9958
+ *
9959
+ * The passed function and listener object must match the ones used for event registration.
9960
+ *
9961
+ * @returns Reference to `this` in order to allow method chaining
9962
+ */
9963
+ detachClick(
9964
+ /**
9965
+ * The function to be called, when the event occurs
9966
+ */
9967
+ fnFunction: (p1: Event) => void,
9968
+ /**
9969
+ * Context object on which the given function had to be called
9970
+ */
9971
+ oListener?: object
9972
+ ): this;
9973
+ /**
9974
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9975
+ *
9976
+ * Fires event {@link #event:click click} to attached listeners.
9977
+ *
9978
+ * @returns Reference to `this` in order to allow method chaining
9979
+ */
9980
+ fireClick(
9981
+ /**
9982
+ * Parameters to pass along with the event
9983
+ */
9984
+ mParameters?: object
9985
+ ): this;
9628
9986
  /**
9629
9987
  * Gets current value of property {@link #getExpanded expanded}.
9630
9988
  *
@@ -9653,7 +10011,7 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9653
10011
  /**
9654
10012
  * Gets content of aggregation {@link #getItems items}.
9655
10013
  *
9656
- * If you wish to nest menus, you can pass inner menu items to the default slot.
10014
+ * Defines nested items by passing `sap.ui.webc.fiori.SideNavigationSubItem` to the default slot.
9657
10015
  */
9658
10016
  getItems(): ISideNavigationSubItem[];
9659
10017
  /**
@@ -9867,14 +10225,23 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9867
10225
  wholeItemToggleable?: boolean | PropertyBindingInfo | `{${string}}`;
9868
10226
 
9869
10227
  /**
9870
- * If you wish to nest menus, you can pass inner menu items to the default slot.
10228
+ * Defines nested items by passing `sap.ui.webc.fiori.SideNavigationSubItem` to the default slot.
9871
10229
  */
9872
10230
  items?:
9873
10231
  | ISideNavigationSubItem[]
9874
10232
  | ISideNavigationSubItem
9875
10233
  | AggregationBindingInfo
9876
10234
  | `{${string}}`;
10235
+
10236
+ /**
10237
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10238
+ */
10239
+ click?: (oEvent: Event) => void;
9877
10240
  }
10241
+
10242
+ export interface SideNavigationItem$ClickEventParameters {}
10243
+
10244
+ export type SideNavigationItem$ClickEvent = Event<SideNavigationItem$ClickEventParameters>;
9878
10245
  }
9879
10246
 
9880
10247
  declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
@@ -9885,6 +10252,8 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
9885
10252
 
9886
10253
  import { ISideNavigationSubItem } from "sap/ui/webc/fiori/library";
9887
10254
 
10255
+ import Event from "sap/ui/base/Event";
10256
+
9888
10257
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9889
10258
 
9890
10259
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
@@ -9962,6 +10331,83 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
9962
10331
  * @returns Metadata object describing this class
9963
10332
  */
9964
10333
  static getMetadata(): WebComponentMetadata;
10334
+ /**
10335
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
10336
+ *
10337
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
10338
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationSubItem` itself.
10339
+ *
10340
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10341
+ *
10342
+ * @returns Reference to `this` in order to allow method chaining
10343
+ */
10344
+ attachClick(
10345
+ /**
10346
+ * An application-specific payload object that will be passed to the event handler along with the event
10347
+ * object when firing the event
10348
+ */
10349
+ oData: object,
10350
+ /**
10351
+ * The function to be called when the event occurs
10352
+ */
10353
+ fnFunction: (p1: Event) => void,
10354
+ /**
10355
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationSubItem`
10356
+ * itself
10357
+ */
10358
+ oListener?: object
10359
+ ): this;
10360
+ /**
10361
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
10362
+ *
10363
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
10364
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationSubItem` itself.
10365
+ *
10366
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10367
+ *
10368
+ * @returns Reference to `this` in order to allow method chaining
10369
+ */
10370
+ attachClick(
10371
+ /**
10372
+ * The function to be called when the event occurs
10373
+ */
10374
+ fnFunction: (p1: Event) => void,
10375
+ /**
10376
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationSubItem`
10377
+ * itself
10378
+ */
10379
+ oListener?: object
10380
+ ): this;
10381
+ /**
10382
+ * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
10383
+ *
10384
+ * The passed function and listener object must match the ones used for event registration.
10385
+ *
10386
+ * @returns Reference to `this` in order to allow method chaining
10387
+ */
10388
+ detachClick(
10389
+ /**
10390
+ * The function to be called, when the event occurs
10391
+ */
10392
+ fnFunction: (p1: Event) => void,
10393
+ /**
10394
+ * Context object on which the given function had to be called
10395
+ */
10396
+ oListener?: object
10397
+ ): this;
10398
+ /**
10399
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10400
+ *
10401
+ * Fires event {@link #event:click click} to attached listeners.
10402
+ *
10403
+ * @returns Reference to `this` in order to allow method chaining
10404
+ */
10405
+ fireClick(
10406
+ /**
10407
+ * Parameters to pass along with the event
10408
+ */
10409
+ mParameters?: object
10410
+ ): this;
9965
10411
  /**
9966
10412
  * Gets current value of property {@link #getIcon icon}.
9967
10413
  *
@@ -10076,7 +10522,16 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
10076
10522
  * Defines the text of the item.
10077
10523
  */
10078
10524
  text?: string | PropertyBindingInfo;
10525
+
10526
+ /**
10527
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10528
+ */
10529
+ click?: (oEvent: Event) => void;
10079
10530
  }
10531
+
10532
+ export interface SideNavigationSubItem$ClickEventParameters {}
10533
+
10534
+ export type SideNavigationSubItem$ClickEvent = Event<SideNavigationSubItem$ClickEventParameters>;
10080
10535
  }
10081
10536
 
10082
10537
  declare module "sap/ui/webc/fiori/SortItem" {
@@ -10341,7 +10796,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
10341
10796
  /**
10342
10797
  * Gets current value of property {@link #getAccessibleName accessibleName}.
10343
10798
  *
10344
- * Defines the accessible aria name of the component.
10799
+ * Defines the accessible ARIA name of the component.
10345
10800
  *
10346
10801
  * @returns Value of property `accessibleName`
10347
10802
  */
@@ -10435,7 +10890,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
10435
10890
  /**
10436
10891
  * Sets a new value for property {@link #getAccessibleName accessibleName}.
10437
10892
  *
10438
- * Defines the accessible aria name of the component.
10893
+ * Defines the accessible ARIA name of the component.
10439
10894
  *
10440
10895
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10441
10896
  *
@@ -10504,7 +10959,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
10504
10959
 
10505
10960
  export interface $TimelineSettings extends $WebComponentSettings {
10506
10961
  /**
10507
- * Defines the accessible aria name of the component.
10962
+ * Defines the accessible ARIA name of the component.
10508
10963
  */
10509
10964
  accessibleName?: string | PropertyBindingInfo;
10510
10965
 
@@ -10977,12 +11432,6 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
10977
11432
 
10978
11433
  export interface TimelineItem$NameClickEventParameters {}
10979
11434
 
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
11435
  export type TimelineItem$NameClickEvent = Event<TimelineItem$NameClickEventParameters>;
10987
11436
  }
10988
11437
 
@@ -11360,7 +11809,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11360
11809
  /**
11361
11810
  * Gets current value of property {@link #getAccessibleName accessibleName}.
11362
11811
  *
11363
- * Defines the accessible aria name of the component.
11812
+ * Defines the accessible ARIA name of the component.
11364
11813
  *
11365
11814
  * Default value is `empty string`.
11366
11815
  *
@@ -11550,7 +11999,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11550
11999
  /**
11551
12000
  * Sets a new value for property {@link #getAccessibleName accessibleName}.
11552
12001
  *
11553
- * Defines the accessible aria name of the component.
12002
+ * Defines the accessible ARIA name of the component.
11554
12003
  *
11555
12004
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11556
12005
  *
@@ -11678,7 +12127,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11678
12127
 
11679
12128
  export interface $UploadCollectionSettings extends $WebComponentSettings {
11680
12129
  /**
11681
- * Defines the accessible aria name of the component.
12130
+ * Defines the accessible ARIA name of the component.
11682
12131
  */
11683
12132
  accessibleName?: string | PropertyBindingInfo;
11684
12133
 
@@ -11751,7 +12200,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11751
12200
  * **Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay
11752
12201
  * and ignored for the other parts of the `sap.ui.webc.fiori.UploadCollection`.
11753
12202
  */
11754
- drop?: (oEvent: Event<UploadCollection$DropEventParameters>) => void;
12203
+ drop?: (oEvent: UploadCollection$DropEvent) => void;
11755
12204
 
11756
12205
  /**
11757
12206
  * Fired when the Delete button of any item is pressed.
@@ -11759,16 +12208,12 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11759
12208
  * **Note:** A Delete button is displayed on each item, when the `sap.ui.webc.fiori.UploadCollection` `mode`
11760
12209
  * property is set to `Delete`.
11761
12210
  */
11762
- itemDelete?: (
11763
- oEvent: Event<UploadCollection$ItemDeleteEventParameters>
11764
- ) => void;
12211
+ itemDelete?: (oEvent: UploadCollection$ItemDeleteEvent) => void;
11765
12212
 
11766
12213
  /**
11767
12214
  * Fired when selection is changed by user interaction in `SingleSelect` and `MultiSelect` modes.
11768
12215
  */
11769
- selectionChange?: (
11770
- oEvent: Event<UploadCollection$SelectionChangeEventParameters>
11771
- ) => void;
12216
+ selectionChange?: (oEvent: UploadCollection$SelectionChangeEvent) => void;
11772
12217
  }
11773
12218
 
11774
12219
  export interface UploadCollection$DropEventParameters {
@@ -11778,12 +12223,6 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11778
12223
  dataTransfer?: DataTransfer;
11779
12224
  }
11780
12225
 
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
12226
  export type UploadCollection$DropEvent = Event<UploadCollection$DropEventParameters>;
11788
12227
 
11789
12228
  export interface UploadCollection$ItemDeleteEventParameters {
@@ -11793,12 +12232,6 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11793
12232
  item?: HTMLElement;
11794
12233
  }
11795
12234
 
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
12235
  export type UploadCollection$ItemDeleteEvent = Event<UploadCollection$ItemDeleteEventParameters>;
11803
12236
 
11804
12237
  export interface UploadCollection$SelectionChangeEventParameters {
@@ -11808,12 +12241,6 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11808
12241
  selectedItems?: any[];
11809
12242
  }
11810
12243
 
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
12244
  export type UploadCollection$SelectionChangeEvent = Event<UploadCollection$SelectionChangeEventParameters>;
11818
12245
  }
11819
12246
 
@@ -12646,42 +13073,18 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
12646
13073
 
12647
13074
  export interface UploadCollectionItem$FileNameClickEventParameters {}
12648
13075
 
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
13076
  export type UploadCollectionItem$FileNameClickEvent = Event<UploadCollectionItem$FileNameClickEventParameters>;
12656
13077
 
12657
13078
  export interface UploadCollectionItem$RenameEventParameters {}
12658
13079
 
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
13080
  export type UploadCollectionItem$RenameEvent = Event<UploadCollectionItem$RenameEventParameters>;
12666
13081
 
12667
13082
  export interface UploadCollectionItem$RetryEventParameters {}
12668
13083
 
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
13084
  export type UploadCollectionItem$RetryEvent = Event<UploadCollectionItem$RetryEventParameters>;
12676
13085
 
12677
13086
  export interface UploadCollectionItem$TerminateEventParameters {}
12678
13087
 
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;
12684
-
12685
13088
  export type UploadCollectionItem$TerminateEvent = Event<UploadCollectionItem$TerminateEventParameters>;
12686
13089
  }
12687
13090
 
@@ -13164,14 +13567,14 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13164
13567
  * Sets a JavaScript object, as settings to the `sap.ui.webc.fiori.ViewSettingsDialog`. This method can
13165
13568
  * be used after the dialog is initially open, as the dialog need to set its initial settings. The `sap.ui.webc.fiori.ViewSettingsDialog`
13166
13569
  * throws an event called "before-open", this can be used as trigger point. The object should have the following
13167
- * format: `{ { "sortOrder" : "Ascending", "sortBy" : "Name", "filters" : [{"Filter 1": ["Some filter 1",
13168
- * "Some filter 2"]}, {"Filter 2": ["Some filter 4"]}]} }`
13570
+ * format: ` {sortOrder: "Ascending", sortBy: "Name", filters: [{"Filter 1": ["Some filter 1", "Some filter
13571
+ * 2"]}, {"Filter 2": ["Some filter 4"]}]} `
13169
13572
  */
13170
13573
  setConfirmedSettings(
13171
13574
  /**
13172
- * A value to be set as predefined settings.
13575
+ * predefined settings.
13173
13576
  */
13174
- settings: string
13577
+ settings: object
13175
13578
  ): void;
13176
13579
  /**
13177
13580
  * Sets a new value for property {@link #getSortDescending sortDescending}.
@@ -13222,24 +13625,16 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13222
13625
  /**
13223
13626
  * Fired when cancel button is activated.
13224
13627
  */
13225
- cancel?: (oEvent: Event<ViewSettingsDialog$CancelEventParameters>) => void;
13628
+ cancel?: (oEvent: ViewSettingsDialog$CancelEvent) => void;
13226
13629
 
13227
13630
  /**
13228
13631
  * Fired when confirmation button is activated.
13229
13632
  */
13230
- confirm?: (
13231
- oEvent: Event<ViewSettingsDialog$ConfirmEventParameters>
13232
- ) => void;
13633
+ confirm?: (oEvent: ViewSettingsDialog$ConfirmEvent) => void;
13233
13634
  }
13234
13635
 
13235
13636
  export interface ViewSettingsDialog$BeforeOpenEventParameters {}
13236
13637
 
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
13638
  export type ViewSettingsDialog$BeforeOpenEvent = Event<ViewSettingsDialog$BeforeOpenEventParameters>;
13244
13639
 
13245
13640
  export interface ViewSettingsDialog$CancelEventParameters {
@@ -13266,15 +13661,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13266
13661
  /**
13267
13662
  * The selected filters items.
13268
13663
  */
13269
- filterItems?: any[];
13664
+ filters?: any[];
13270
13665
  }
13271
13666
 
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
13667
  export type ViewSettingsDialog$CancelEvent = Event<ViewSettingsDialog$CancelEventParameters>;
13279
13668
 
13280
13669
  export interface ViewSettingsDialog$ConfirmEventParameters {
@@ -13301,15 +13690,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13301
13690
  /**
13302
13691
  * The selected filters items.
13303
13692
  */
13304
- filterItems?: any[];
13693
+ filters?: any[];
13305
13694
  }
13306
13695
 
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
13696
  export type ViewSettingsDialog$ConfirmEvent = Event<ViewSettingsDialog$ConfirmEventParameters>;
13314
13697
  }
13315
13698
 
@@ -13319,7 +13702,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
13319
13702
  $WebComponentSettings,
13320
13703
  } from "sap/ui/webc/common/WebComponent";
13321
13704
 
13322
- import { IWizardStep } from "sap/ui/webc/fiori/library";
13705
+ import { IWizardStep, WizardContentLayout } from "sap/ui/webc/fiori/library";
13323
13706
 
13324
13707
  import { CSSSize } from "sap/ui/core/library";
13325
13708
 
@@ -13345,14 +13728,22 @@ declare module "sap/ui/webc/fiori/Wizard" {
13345
13728
  * Structure: Navigation area: The top most area of the `sap.ui.webc.fiori.Wizard` is occupied by the navigation
13346
13729
  * area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.
13347
13730
  *
13348
- * - Steps can have different visual representations - numbers or icons. Steps might have labels
13349
- * for better readability - titleText and subTitleText.
13731
+ * - Steps can have different visual representations - numbers or icons.
13732
+ * - Steps might have labels for better readability - titleText and subTitleText.
13350
13733
  * - Steps are defined by using the `sap.ui.webc.fiori.WizardStep` as slotted element within the `sap.ui.webc.fiori.Wizard`.
13351
13734
  *
13352
13735
  *
13353
13736
  * **Note:** If no selected step is defined, the first step will be auto selected.
13354
13737
  * **Note:** If multiple selected steps are defined, the last step will be selected.
13355
13738
  *
13739
+ * CSS Shadow Parts:
13740
+ *
13741
+ * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
13742
+ * style elements inside the Shadow DOM.
13743
+ * The `sap.ui.webc.fiori.Wizard` exposes the following CSS Shadow Parts:
13744
+ * - navigator - Used to style the progress navigator of the `sap.ui.webc.fiori.Wizard`.
13745
+ * - step-content - Used to style a `sap.ui.webc.fiori.WizardStep` container.
13746
+ *
13356
13747
  * Keyboard Handling: The user can navigate using the following keyboard shortcuts:
13357
13748
  *
13358
13749
  *
@@ -13557,6 +13948,16 @@ declare module "sap/ui/webc/fiori/Wizard" {
13557
13948
  */
13558
13949
  mParameters?: Wizard$StepChangeEventParameters
13559
13950
  ): this;
13951
+ /**
13952
+ * Gets current value of property {@link #getContentLayout contentLayout}.
13953
+ *
13954
+ * Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
13955
+ *
13956
+ * Default value is `MultipleSteps`.
13957
+ *
13958
+ * @returns Value of property `contentLayout`
13959
+ */
13960
+ getContentLayout(): WizardContentLayout | keyof typeof WizardContentLayout;
13560
13961
  /**
13561
13962
  * Gets current value of property {@link #getHeight height}.
13562
13963
  *
@@ -13621,6 +14022,23 @@ declare module "sap/ui/webc/fiori/Wizard" {
13621
14022
  */
13622
14023
  vStep: int | string | IWizardStep
13623
14024
  ): IWizardStep | null;
14025
+ /**
14026
+ * Sets a new value for property {@link #getContentLayout contentLayout}.
14027
+ *
14028
+ * Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
14029
+ *
14030
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14031
+ *
14032
+ * Default value is `MultipleSteps`.
14033
+ *
14034
+ * @returns Reference to `this` in order to allow method chaining
14035
+ */
14036
+ setContentLayout(
14037
+ /**
14038
+ * New value for property `contentLayout`
14039
+ */
14040
+ sContentLayout?: WizardContentLayout | keyof typeof WizardContentLayout
14041
+ ): this;
13624
14042
  /**
13625
14043
  * Sets a new value for property {@link #getHeight height}.
13626
14044
  *
@@ -13639,6 +14057,14 @@ declare module "sap/ui/webc/fiori/Wizard" {
13639
14057
  }
13640
14058
 
13641
14059
  export interface $WizardSettings extends $WebComponentSettings {
14060
+ /**
14061
+ * Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
14062
+ */
14063
+ contentLayout?:
14064
+ | (WizardContentLayout | keyof typeof WizardContentLayout)
14065
+ | PropertyBindingInfo
14066
+ | `{${string}}`;
14067
+
13642
14068
  /**
13643
14069
  * Defines the height of the control
13644
14070
  */
@@ -13659,19 +14085,19 @@ declare module "sap/ui/webc/fiori/Wizard" {
13659
14085
  * Fired when the step is changed by user interaction - either with scrolling, or by clicking on the steps
13660
14086
  * within the component header.
13661
14087
  */
13662
- stepChange?: (oEvent: Event<Wizard$StepChangeEventParameters>) => void;
14088
+ stepChange?: (oEvent: Wizard$StepChangeEvent) => void;
13663
14089
  }
13664
14090
 
13665
14091
  export interface Wizard$StepChangeEventParameters {
13666
14092
  /**
13667
14093
  * The new step.
13668
14094
  */
13669
- step?: HTMLElement;
14095
+ step?: IWizardStep;
13670
14096
 
13671
14097
  /**
13672
14098
  * The previous step.
13673
14099
  */
13674
- previousStep?: HTMLElement;
14100
+ previousStep?: IWizardStep;
13675
14101
 
13676
14102
  /**
13677
14103
  * The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
@@ -13679,12 +14105,6 @@ declare module "sap/ui/webc/fiori/Wizard" {
13679
14105
  changeWithClick?: boolean;
13680
14106
  }
13681
14107
 
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
14108
  export type Wizard$StepChangeEvent = Event<Wizard$StepChangeEventParameters>;
13689
14109
  }
13690
14110