@openui5/types 1.115.1 → 1.117.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.117.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,13 +1593,10 @@ 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
- export type BarcodeScannerDialog$ScanErrorEvent = Event<BarcodeScannerDialog$ScanErrorEventParameters>;
1596
+ export type BarcodeScannerDialog$ScanErrorEvent = Event<
1597
+ BarcodeScannerDialog$ScanErrorEventParameters,
1598
+ BarcodeScannerDialog
1599
+ >;
1554
1600
 
1555
1601
  export interface BarcodeScannerDialog$ScanSuccessEventParameters {
1556
1602
  /**
@@ -1564,13 +1610,10 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1564
1610
  rawBytes?: object;
1565
1611
  }
1566
1612
 
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>;
1613
+ export type BarcodeScannerDialog$ScanSuccessEvent = Event<
1614
+ BarcodeScannerDialog$ScanSuccessEventParameters,
1615
+ BarcodeScannerDialog
1616
+ >;
1574
1617
  }
1575
1618
 
1576
1619
  declare module "sap/ui/webc/fiori/DynamicSideContent" {
@@ -2265,9 +2308,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2265
2308
  /**
2266
2309
  * Fires when the current breakpoint has been changed.
2267
2310
  */
2268
- layoutChange?: (
2269
- oEvent: Event<DynamicSideContent$LayoutChangeEventParameters>
2270
- ) => void;
2311
+ layoutChange?: (oEvent: DynamicSideContent$LayoutChangeEvent) => void;
2271
2312
  }
2272
2313
 
2273
2314
  export interface DynamicSideContent$LayoutChangeEventParameters {
@@ -2292,13 +2333,10 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2292
2333
  sideContentVisible?: boolean;
2293
2334
  }
2294
2335
 
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>;
2336
+ export type DynamicSideContent$LayoutChangeEvent = Event<
2337
+ DynamicSideContent$LayoutChangeEventParameters,
2338
+ DynamicSideContent
2339
+ >;
2302
2340
  }
2303
2341
 
2304
2342
  declare module "sap/ui/webc/fiori/FilterItem" {
@@ -2403,6 +2441,16 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2403
2441
  * @returns Reference to `this` in order to allow method chaining
2404
2442
  */
2405
2443
  destroyValues(): this;
2444
+ /**
2445
+ * Gets current value of property {@link #getAdditionalText additionalText}.
2446
+ *
2447
+ * Defines the additional text of the component.
2448
+ *
2449
+ * Default value is `empty string`.
2450
+ *
2451
+ * @returns Value of property `additionalText`
2452
+ */
2453
+ getAdditionalText(): string;
2406
2454
  /**
2407
2455
  * Gets current value of property {@link #getText text}.
2408
2456
  *
@@ -2467,6 +2515,23 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2467
2515
  */
2468
2516
  vValue: int | string | IFilterItemOption
2469
2517
  ): IFilterItemOption | null;
2518
+ /**
2519
+ * Sets a new value for property {@link #getAdditionalText additionalText}.
2520
+ *
2521
+ * Defines the additional text of the component.
2522
+ *
2523
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2524
+ *
2525
+ * Default value is `empty string`.
2526
+ *
2527
+ * @returns Reference to `this` in order to allow method chaining
2528
+ */
2529
+ setAdditionalText(
2530
+ /**
2531
+ * New value for property `additionalText`
2532
+ */
2533
+ sAdditionalText?: string
2534
+ ): this;
2470
2535
  /**
2471
2536
  * Sets a new value for property {@link #getText text}.
2472
2537
  *
@@ -2487,6 +2552,11 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2487
2552
  }
2488
2553
 
2489
2554
  export interface $FilterItemSettings extends $WebComponentSettings {
2555
+ /**
2556
+ * Defines the additional text of the component.
2557
+ */
2558
+ additionalText?: string | PropertyBindingInfo;
2559
+
2490
2560
  /**
2491
2561
  * Defines the text of the component.
2492
2562
  */
@@ -2590,7 +2660,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2590
2660
  /**
2591
2661
  * Gets current value of property {@link #getSelected selected}.
2592
2662
  *
2593
- * Defines whether the option is selected
2663
+ * Defines if the component is selected.
2594
2664
  *
2595
2665
  * Default value is `false`.
2596
2666
  *
@@ -2610,7 +2680,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2610
2680
  /**
2611
2681
  * Sets a new value for property {@link #getSelected selected}.
2612
2682
  *
2613
- * Defines whether the option is selected
2683
+ * Defines if the component is selected.
2614
2684
  *
2615
2685
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2616
2686
  *
@@ -2645,7 +2715,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2645
2715
 
2646
2716
  export interface $FilterItemOptionSettings extends $WebComponentSettings {
2647
2717
  /**
2648
- * Defines whether the option is selected
2718
+ * Defines if the component is selected.
2649
2719
  */
2650
2720
  selected?: boolean | PropertyBindingInfo | `{${string}}`;
2651
2721
 
@@ -3243,16 +3313,14 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
3243
3313
  * Fired when the layout changes via user interaction by clicking the arrows or by changing the component
3244
3314
  * size due to resizing.
3245
3315
  */
3246
- layoutChange?: (
3247
- oEvent: Event<FlexibleColumnLayout$LayoutChangeEventParameters>
3248
- ) => void;
3316
+ layoutChange?: (oEvent: FlexibleColumnLayout$LayoutChangeEvent) => void;
3249
3317
  }
3250
3318
 
3251
3319
  export interface FlexibleColumnLayout$LayoutChangeEventParameters {
3252
3320
  /**
3253
3321
  * The current layout
3254
3322
  */
3255
- layout?: FCLLayout;
3323
+ layout?: FCLLayout | keyof typeof FCLLayout;
3256
3324
 
3257
3325
  /**
3258
3326
  * The effective column layout, f.e [67%, 33%, 0]
@@ -3285,13 +3353,10 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
3285
3353
  resize?: boolean;
3286
3354
  }
3287
3355
 
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>;
3356
+ export type FlexibleColumnLayout$LayoutChangeEvent = Event<
3357
+ FlexibleColumnLayout$LayoutChangeEventParameters,
3358
+ FlexibleColumnLayout
3359
+ >;
3295
3360
  }
3296
3361
 
3297
3362
  declare module "sap/ui/webc/fiori/IllustratedMessage" {
@@ -3302,6 +3367,10 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3302
3367
 
3303
3368
  import { IButton } from "sap/ui/webc/main/library";
3304
3369
 
3370
+ import { ID } from "sap/ui/core/library";
3371
+
3372
+ import Control from "sap/ui/core/Control";
3373
+
3305
3374
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
3306
3375
 
3307
3376
  import {
@@ -3309,8 +3378,6 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3309
3378
  IllustrationMessageSize,
3310
3379
  } from "sap/ui/webc/fiori/library";
3311
3380
 
3312
- import Control from "sap/ui/core/Control";
3313
-
3314
3381
  import {
3315
3382
  PropertyBindingInfo,
3316
3383
  AggregationBindingInfo,
@@ -3412,6 +3479,17 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3412
3479
  */
3413
3480
  oAction: IButton
3414
3481
  ): this;
3482
+ /**
3483
+ * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
3484
+ *
3485
+ * @returns Reference to `this` in order to allow method chaining
3486
+ */
3487
+ addAriaLabelledBy(
3488
+ /**
3489
+ * The ariaLabelledBy to add; if empty, nothing is inserted
3490
+ */
3491
+ vAriaLabelledBy: ID | Control
3492
+ ): this;
3415
3493
  /**
3416
3494
  * Destroys all the actions in the aggregation {@link #getActions actions}.
3417
3495
  *
@@ -3424,12 +3502,22 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3424
3502
  * @returns Reference to `this` in order to allow method chaining
3425
3503
  */
3426
3504
  destroySubtitle(): this;
3505
+ /**
3506
+ * Destroys the title in the aggregation {@link #getTitle title}.
3507
+ *
3508
+ * @returns Reference to `this` in order to allow method chaining
3509
+ */
3510
+ destroyTitle(): this;
3427
3511
  /**
3428
3512
  * Gets content of aggregation {@link #getActions actions}.
3429
3513
  *
3430
3514
  * Defines the component actions.
3431
3515
  */
3432
3516
  getActions(): IButton[];
3517
+ /**
3518
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
3519
+ */
3520
+ getAriaLabelledBy(): ID[];
3433
3521
  /**
3434
3522
  * Gets current value of property {@link #getName name}.
3435
3523
  *
@@ -3481,6 +3569,15 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3481
3569
  * @returns Value of property `subtitleText`
3482
3570
  */
3483
3571
  getSubtitleText(): string;
3572
+ /**
3573
+ * Gets content of aggregation {@link #getTitle title}.
3574
+ *
3575
+ * Defines the title of the component.
3576
+ *
3577
+ * **Note:** Using this slot, the default title text of illustration and the value of `title` property
3578
+ * will be overwritten.
3579
+ */
3580
+ getTitle(): Control;
3484
3581
  /**
3485
3582
  * Gets current value of property {@link #getTitleText titleText}.
3486
3583
  *
@@ -3541,6 +3638,23 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3541
3638
  * @returns An array of the removed elements (might be empty)
3542
3639
  */
3543
3640
  removeAllActions(): IButton[];
3641
+ /**
3642
+ * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
3643
+ *
3644
+ * @returns An array of the removed elements (might be empty)
3645
+ */
3646
+ removeAllAriaLabelledBy(): ID[];
3647
+ /**
3648
+ * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
3649
+ *
3650
+ * @returns The removed ariaLabelledBy or `null`
3651
+ */
3652
+ removeAriaLabelledBy(
3653
+ /**
3654
+ * The ariaLabelledBy to be removed or its index or ID
3655
+ */
3656
+ vAriaLabelledBy: int | ID | Control
3657
+ ): ID | null;
3544
3658
  /**
3545
3659
  * Sets a new value for property {@link #getName name}.
3546
3660
  *
@@ -3615,6 +3729,17 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3615
3729
  */
3616
3730
  sSubtitleText?: string
3617
3731
  ): this;
3732
+ /**
3733
+ * Sets the aggregated {@link #getTitle title}.
3734
+ *
3735
+ * @returns Reference to `this` in order to allow method chaining
3736
+ */
3737
+ setTitle(
3738
+ /**
3739
+ * The title to set
3740
+ */
3741
+ oTitle: Control
3742
+ ): this;
3618
3743
  /**
3619
3744
  * Sets a new value for property {@link #getTitleText titleText}.
3620
3745
  *
@@ -3688,6 +3813,19 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3688
3813
  * property will be overwritten.
3689
3814
  */
3690
3815
  subtitle?: Control;
3816
+
3817
+ /**
3818
+ * Defines the title of the component.
3819
+ *
3820
+ * **Note:** Using this slot, the default title text of illustration and the value of `title` property
3821
+ * will be overwritten.
3822
+ */
3823
+ title?: Control;
3824
+
3825
+ /**
3826
+ * Receives id(or many ids) of the controls that label this control.
3827
+ */
3828
+ ariaLabelledBy?: Array<Control | string>;
3691
3829
  }
3692
3830
  }
3693
3831
 
@@ -3736,7 +3874,8 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
3736
3874
  *
3737
3875
  * - [UP/DOWN] - Navigates up and down the items
3738
3876
  * - [HOME] - Navigates to first item
3739
- * - [END] - Navigates to the last item [SPACE/ENTER] - Select an item
3877
+ * - [END] - Navigates to the last item
3878
+ * - [SPACE/ENTER] - Select an item
3740
3879
  */
3741
3880
  export default class MediaGallery extends WebComponent {
3742
3881
  /**
@@ -4374,30 +4513,22 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4374
4513
  /**
4375
4514
  * Fired when selection is changed by user interaction.
4376
4515
  */
4377
- selectionChange?: (
4378
- oEvent: Event<MediaGallery$SelectionChangeEventParameters>
4379
- ) => void;
4516
+ selectionChange?: (oEvent: MediaGallery$SelectionChangeEvent) => void;
4380
4517
  }
4381
4518
 
4382
4519
  export interface MediaGallery$DisplayAreaClickEventParameters {}
4383
4520
 
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>;
4521
+ export type MediaGallery$DisplayAreaClickEvent = Event<
4522
+ MediaGallery$DisplayAreaClickEventParameters,
4523
+ MediaGallery
4524
+ >;
4391
4525
 
4392
4526
  export interface MediaGallery$OverflowClickEventParameters {}
4393
4527
 
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
- export type MediaGallery$OverflowClickEvent = Event<MediaGallery$OverflowClickEventParameters>;
4528
+ export type MediaGallery$OverflowClickEvent = Event<
4529
+ MediaGallery$OverflowClickEventParameters,
4530
+ MediaGallery
4531
+ >;
4401
4532
 
4402
4533
  export interface MediaGallery$SelectionChangeEventParameters {
4403
4534
  /**
@@ -4406,13 +4537,10 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4406
4537
  item?: HTMLElement;
4407
4538
  }
4408
4539
 
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>;
4540
+ export type MediaGallery$SelectionChangeEvent = Event<
4541
+ MediaGallery$SelectionChangeEventParameters,
4542
+ MediaGallery
4543
+ >;
4416
4544
  }
4417
4545
 
4418
4546
  declare module "sap/ui/webc/fiori/MediaGalleryItem" {
@@ -4704,6 +4832,8 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
4704
4832
 
4705
4833
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4706
4834
 
4835
+ import Event from "sap/ui/base/Event";
4836
+
4707
4837
  /**
4708
4838
  * @since 1.92.0
4709
4839
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
@@ -4775,6 +4905,83 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
4775
4905
  * @returns Metadata object describing this class
4776
4906
  */
4777
4907
  static getMetadata(): WebComponentMetadata;
4908
+ /**
4909
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
4910
+ *
4911
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4912
+ * otherwise it will be bound to this `sap.ui.webc.fiori.NotificationAction` itself.
4913
+ *
4914
+ * Fired, when the action is pressed.
4915
+ *
4916
+ * @returns Reference to `this` in order to allow method chaining
4917
+ */
4918
+ attachClick(
4919
+ /**
4920
+ * An application-specific payload object that will be passed to the event handler along with the event
4921
+ * object when firing the event
4922
+ */
4923
+ oData: object,
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
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
4936
+ *
4937
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4938
+ * otherwise it will be bound to this `sap.ui.webc.fiori.NotificationAction` itself.
4939
+ *
4940
+ * Fired, when the action is pressed.
4941
+ *
4942
+ * @returns Reference to `this` in order to allow method chaining
4943
+ */
4944
+ attachClick(
4945
+ /**
4946
+ * The function to be called when the event occurs
4947
+ */
4948
+ fnFunction: (p1: NotificationAction$ClickEvent) => void,
4949
+ /**
4950
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationAction`
4951
+ * itself
4952
+ */
4953
+ oListener?: object
4954
+ ): this;
4955
+ /**
4956
+ * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.NotificationAction`.
4957
+ *
4958
+ * The passed function and listener object must match the ones used for event registration.
4959
+ *
4960
+ * @returns Reference to `this` in order to allow method chaining
4961
+ */
4962
+ detachClick(
4963
+ /**
4964
+ * The function to be called, when the event occurs
4965
+ */
4966
+ fnFunction: (p1: NotificationAction$ClickEvent) => void,
4967
+ /**
4968
+ * Context object on which the given function had to be called
4969
+ */
4970
+ oListener?: object
4971
+ ): this;
4972
+ /**
4973
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4974
+ *
4975
+ * Fires event {@link #event:click click} to attached listeners.
4976
+ *
4977
+ * @returns Reference to `this` in order to allow method chaining
4978
+ */
4979
+ fireClick(
4980
+ /**
4981
+ * Parameters to pass along with the event
4982
+ */
4983
+ mParameters?: NotificationAction$ClickEventParameters
4984
+ ): this;
4778
4985
  /**
4779
4986
  * Gets current value of property {@link #getDesign design}.
4780
4987
  *
@@ -4947,7 +5154,24 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
4947
5154
  * Defines the text of the `sap.ui.webc.fiori.NotificationAction`.
4948
5155
  */
4949
5156
  text?: string | PropertyBindingInfo;
5157
+
5158
+ /**
5159
+ * Fired, when the action is pressed.
5160
+ */
5161
+ click?: (oEvent: NotificationAction$ClickEvent) => void;
4950
5162
  }
5163
+
5164
+ export interface NotificationAction$ClickEventParameters {
5165
+ /**
5166
+ * DOM ref of the clicked element
5167
+ */
5168
+ targetRef?: HTMLElement;
5169
+ }
5170
+
5171
+ export type NotificationAction$ClickEvent = Event<
5172
+ NotificationAction$ClickEventParameters,
5173
+ NotificationAction
5174
+ >;
4951
5175
  }
4952
5176
 
4953
5177
  declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
@@ -5101,7 +5325,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5101
5325
  /**
5102
5326
  * The function to be called when the event occurs
5103
5327
  */
5104
- fnFunction: (p1: Event) => void,
5328
+ fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
5105
5329
  /**
5106
5330
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListGroupItem`
5107
5331
  * itself
@@ -5122,7 +5346,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5122
5346
  /**
5123
5347
  * The function to be called when the event occurs
5124
5348
  */
5125
- fnFunction: (p1: Event) => void,
5349
+ fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
5126
5350
  /**
5127
5351
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListGroupItem`
5128
5352
  * itself
@@ -5199,7 +5423,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5199
5423
  /**
5200
5424
  * The function to be called, when the event occurs
5201
5425
  */
5202
- fnFunction: (p1: Event) => void,
5426
+ fnFunction: (p1: NotificationListGroupItem$CloseEvent) => void,
5203
5427
  /**
5204
5428
  * Context object on which the given function had to be called
5205
5429
  */
@@ -5233,7 +5457,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5233
5457
  /**
5234
5458
  * Parameters to pass along with the event
5235
5459
  */
5236
- mParameters?: object
5460
+ mParameters?: NotificationListGroupItem$CloseEventParameters
5237
5461
  ): this;
5238
5462
  /**
5239
5463
  * @ui5-protected Do not call from applications (only from related classes in the framework)
@@ -5664,7 +5888,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5664
5888
  /**
5665
5889
  * Fired when the `Close` button is pressed.
5666
5890
  */
5667
- close?: (oEvent: Event) => void;
5891
+ close?: (oEvent: NotificationListGroupItem$CloseEvent) => void;
5668
5892
 
5669
5893
  /**
5670
5894
  * Fired when the `sap.ui.webc.fiori.NotificationListGroupItem` is expanded/collapsed by user interaction.
@@ -5672,25 +5896,24 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5672
5896
  toggle?: (oEvent: Event) => void;
5673
5897
  }
5674
5898
 
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;
5899
+ export interface NotificationListGroupItem$CloseEventParameters {
5900
+ /**
5901
+ * the closed item.
5902
+ */
5903
+ item?: HTMLElement;
5904
+ }
5682
5905
 
5683
- export type NotificationListGroupItem$CloseEvent = Event<NotificationListGroupItem$CloseEventParameters>;
5906
+ export type NotificationListGroupItem$CloseEvent = Event<
5907
+ NotificationListGroupItem$CloseEventParameters,
5908
+ NotificationListGroupItem
5909
+ >;
5684
5910
 
5685
5911
  export interface NotificationListGroupItem$ToggleEventParameters {}
5686
5912
 
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
- export type NotificationListGroupItem$ToggleEvent = Event<NotificationListGroupItem$ToggleEventParameters>;
5913
+ export type NotificationListGroupItem$ToggleEvent = Event<
5914
+ NotificationListGroupItem$ToggleEventParameters,
5915
+ NotificationListGroupItem
5916
+ >;
5694
5917
  }
5695
5918
 
5696
5919
  declare module "sap/ui/webc/fiori/NotificationListItem" {
@@ -5713,8 +5936,6 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5713
5936
 
5714
5937
  import Control from "sap/ui/core/Control";
5715
5938
 
5716
- import Event from "sap/ui/base/Event";
5717
-
5718
5939
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
5719
5940
 
5720
5941
  import {
@@ -5722,6 +5943,8 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5722
5943
  AggregationBindingInfo,
5723
5944
  } from "sap/ui/base/ManagedObject";
5724
5945
 
5946
+ import Event from "sap/ui/base/Event";
5947
+
5725
5948
  /**
5726
5949
  * @since 1.92.0
5727
5950
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
@@ -5855,7 +6078,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5855
6078
  /**
5856
6079
  * The function to be called when the event occurs
5857
6080
  */
5858
- fnFunction: (p1: Event) => void,
6081
+ fnFunction: (p1: NotificationListItem$CloseEvent) => void,
5859
6082
  /**
5860
6083
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListItem`
5861
6084
  * itself
@@ -5876,7 +6099,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5876
6099
  /**
5877
6100
  * The function to be called when the event occurs
5878
6101
  */
5879
- fnFunction: (p1: Event) => void,
6102
+ fnFunction: (p1: NotificationListItem$CloseEvent) => void,
5880
6103
  /**
5881
6104
  * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.NotificationListItem`
5882
6105
  * itself
@@ -5912,7 +6135,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5912
6135
  /**
5913
6136
  * The function to be called, when the event occurs
5914
6137
  */
5915
- fnFunction: (p1: Event) => void,
6138
+ fnFunction: (p1: NotificationListItem$CloseEvent) => void,
5916
6139
  /**
5917
6140
  * Context object on which the given function had to be called
5918
6141
  */
@@ -5929,7 +6152,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
5929
6152
  /**
5930
6153
  * Parameters to pass along with the event
5931
6154
  */
5932
- mParameters?: object
6155
+ mParameters?: NotificationListItem$CloseEventParameters
5933
6156
  ): this;
5934
6157
  /**
5935
6158
  * Gets content of aggregation {@link #getActions actions}.
@@ -6041,7 +6264,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6041
6264
  *
6042
6265
  *
6043
6266
  *
6044
- * **Note:** by default the `titleText` and `decription`, and a `ShowMore/Less` button would be displayed.
6267
+ * **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
6045
6268
  *
6046
6269
  * Default value is `None`.
6047
6270
  *
@@ -6287,7 +6510,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6287
6510
  *
6288
6511
  *
6289
6512
  *
6290
- * **Note:** by default the `titleText` and `decription`, and a `ShowMore/Less` button would be displayed.
6513
+ * **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
6291
6514
  *
6292
6515
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6293
6516
  *
@@ -6353,7 +6576,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6353
6576
  *
6354
6577
  *
6355
6578
  *
6356
- * **Note:** by default the `titleText` and `decription`, and a `ShowMore/Less` button would be displayed.
6579
+ * **Note:** by default the `titleText` and `description`, and a `ShowMore/Less` button would be displayed.
6357
6580
  */
6358
6581
  wrappingType?:
6359
6582
  | (WrappingType | keyof typeof WrappingType)
@@ -6391,18 +6614,20 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6391
6614
  /**
6392
6615
  * Fired when the `Close` button is pressed.
6393
6616
  */
6394
- close?: (oEvent: Event) => void;
6617
+ close?: (oEvent: NotificationListItem$CloseEvent) => void;
6395
6618
  }
6396
6619
 
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;
6620
+ export interface NotificationListItem$CloseEventParameters {
6621
+ /**
6622
+ * the closed item.
6623
+ */
6624
+ item?: HTMLElement;
6625
+ }
6404
6626
 
6405
- export type NotificationListItem$CloseEvent = Event<NotificationListItem$CloseEventParameters>;
6627
+ export type NotificationListItem$CloseEvent = Event<
6628
+ NotificationListItem$CloseEventParameters,
6629
+ NotificationListItem
6630
+ >;
6406
6631
  }
6407
6632
 
6408
6633
  declare module "sap/ui/webc/fiori/Page" {
@@ -6440,7 +6665,8 @@ declare module "sap/ui/webc/fiori/Page" {
6440
6665
  *
6441
6666
  * **Note:** `sap.ui.webc.fiori.Page` occipues the whole available space of its parent. In order to achieve
6442
6667
  * the intended design you have to make sure that there is enough space for the `sap.ui.webc.fiori.Page`
6443
- * to be rendered.
6668
+ * to be rendered. **Note:** In order for the `sap.ui.webc.fiori.Page` to be displayed, the parent element
6669
+ * should have fixed height.
6444
6670
  */
6445
6671
  export default class Page extends WebComponent {
6446
6672
  /**
@@ -7258,8 +7484,6 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7258
7484
  * - `_parent`
7259
7485
  * - `_search`
7260
7486
  *
7261
- * Default value is `"_self"`.
7262
- *
7263
7487
  * @returns Value of property `target`
7264
7488
  */
7265
7489
  getTarget(): string;
@@ -7339,15 +7563,13 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7339
7563
  *
7340
7564
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7341
7565
  *
7342
- * Default value is `"_self"`.
7343
- *
7344
7566
  * @returns Reference to `this` in order to allow method chaining
7345
7567
  */
7346
7568
  setTarget(
7347
7569
  /**
7348
7570
  * New value for property `target`
7349
7571
  */
7350
- sTarget?: string
7572
+ sTarget: string
7351
7573
  ): this;
7352
7574
  /**
7353
7575
  * Sets a new value for property {@link #getTargetSrc targetSrc}.
@@ -7435,13 +7657,10 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7435
7657
 
7436
7658
  export interface ProductSwitchItem$ClickEventParameters {}
7437
7659
 
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>;
7660
+ export type ProductSwitchItem$ClickEvent = Event<
7661
+ ProductSwitchItem$ClickEventParameters,
7662
+ ProductSwitchItem
7663
+ >;
7445
7664
  }
7446
7665
 
7447
7666
  declare module "sap/ui/webc/fiori/ShellBar" {
@@ -8089,6 +8308,44 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8089
8308
  */
8090
8309
  mParameters?: ShellBar$ProfileClickEventParameters
8091
8310
  ): this;
8311
+ /**
8312
+ * Gets current value of property {@link #getAccessibilityAttributes accessibilityAttributes}.
8313
+ *
8314
+ * An object of strings that defines several additional accessibility attribute values for customization
8315
+ * depending on the use case.
8316
+ *
8317
+ * It supports the following fields:
8318
+ *
8319
+ *
8320
+ * - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
8321
+ * expanded or collapsed. Accepts the following string values:
8322
+ * `true`
8323
+ * - `false`
8324
+ * - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
8325
+ * that can be triggered by the anchor element. Accepts the following string values:
8326
+ * `Dialog`
8327
+ * - `Grid`
8328
+ * - `ListBox`
8329
+ * - `Menu`
8330
+ * - `Tree`
8331
+ *
8332
+ * Default value is `{}`.
8333
+ *
8334
+ * @returns Value of property `accessibilityAttributes`
8335
+ */
8336
+ getAccessibilityAttributes(): object;
8337
+ /**
8338
+ * Gets current value of property {@link #getAccessibilityRoles accessibilityRoles}.
8339
+ *
8340
+ * An object of strings that defines additional accessibility roles for further customization.
8341
+ *
8342
+ * It supports the following fields: - `logoRole`: the accessibility role for the `logo`
8343
+ *
8344
+ * Default value is `{}`.
8345
+ *
8346
+ * @returns Value of property `accessibilityRoles`
8347
+ */
8348
+ getAccessibilityRoles(): object;
8092
8349
  /**
8093
8350
  * Gets current value of property {@link #getAccessibilityTexts accessibilityTexts}.
8094
8351
  *
@@ -8232,10 +8489,21 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8232
8489
  */
8233
8490
  getShowProductSwitch(): boolean;
8234
8491
  /**
8235
- * Gets content of aggregation {@link #getStartButton startButton}.
8492
+ * Gets current value of property {@link #getShowSearchField showSearchField}.
8236
8493
  *
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.
8494
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
8495
+ * **Note:** By default the Search Field is not displayed.
8496
+ *
8497
+ * Default value is `false`.
8498
+ *
8499
+ * @returns Value of property `showSearchField`
8500
+ */
8501
+ getShowSearchField(): boolean;
8502
+ /**
8503
+ * Gets content of aggregation {@link #getStartButton startButton}.
8504
+ *
8505
+ * Defines a `sap.ui.webc.main.Button` in the bar that will be placed in the beginning. We encourage this
8506
+ * slot to be used for a back or home button. It gets overstyled to match ShellBar's styling.
8239
8507
  */
8240
8508
  getStartButton(): IButton;
8241
8509
  /**
@@ -8334,6 +8602,58 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8334
8602
  */
8335
8603
  vMenuItem: int | string | IListItem
8336
8604
  ): IListItem | null;
8605
+ /**
8606
+ * Sets a new value for property {@link #getAccessibilityAttributes accessibilityAttributes}.
8607
+ *
8608
+ * An object of strings that defines several additional accessibility attribute values for customization
8609
+ * depending on the use case.
8610
+ *
8611
+ * It supports the following fields:
8612
+ *
8613
+ *
8614
+ * - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
8615
+ * expanded or collapsed. Accepts the following string values:
8616
+ * `true`
8617
+ * - `false`
8618
+ * - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
8619
+ * that can be triggered by the anchor element. Accepts the following string values:
8620
+ * `Dialog`
8621
+ * - `Grid`
8622
+ * - `ListBox`
8623
+ * - `Menu`
8624
+ * - `Tree`
8625
+ *
8626
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8627
+ *
8628
+ * Default value is `{}`.
8629
+ *
8630
+ * @returns Reference to `this` in order to allow method chaining
8631
+ */
8632
+ setAccessibilityAttributes(
8633
+ /**
8634
+ * New value for property `accessibilityAttributes`
8635
+ */
8636
+ oAccessibilityAttributes?: object
8637
+ ): this;
8638
+ /**
8639
+ * Sets a new value for property {@link #getAccessibilityRoles accessibilityRoles}.
8640
+ *
8641
+ * An object of strings that defines additional accessibility roles for further customization.
8642
+ *
8643
+ * It supports the following fields: - `logoRole`: the accessibility role for the `logo`
8644
+ *
8645
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8646
+ *
8647
+ * Default value is `{}`.
8648
+ *
8649
+ * @returns Reference to `this` in order to allow method chaining
8650
+ */
8651
+ setAccessibilityRoles(
8652
+ /**
8653
+ * New value for property `accessibilityRoles`
8654
+ */
8655
+ oAccessibilityRoles?: object
8656
+ ): this;
8337
8657
  /**
8338
8658
  * Sets a new value for property {@link #getAccessibilityTexts accessibilityTexts}.
8339
8659
  *
@@ -8495,6 +8815,24 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8495
8815
  */
8496
8816
  bShowProductSwitch?: boolean
8497
8817
  ): this;
8818
+ /**
8819
+ * Sets a new value for property {@link #getShowSearchField showSearchField}.
8820
+ *
8821
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
8822
+ * **Note:** By default the Search Field is not displayed.
8823
+ *
8824
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8825
+ *
8826
+ * Default value is `false`.
8827
+ *
8828
+ * @returns Reference to `this` in order to allow method chaining
8829
+ */
8830
+ setShowSearchField(
8831
+ /**
8832
+ * New value for property `showSearchField`
8833
+ */
8834
+ bShowSearchField?: boolean
8835
+ ): this;
8498
8836
  /**
8499
8837
  * Sets the aggregated {@link #getStartButton startButton}.
8500
8838
  *
@@ -8509,6 +8847,34 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8509
8847
  }
8510
8848
 
8511
8849
  export interface $ShellBarSettings extends $WebComponentSettings {
8850
+ /**
8851
+ * An object of strings that defines several additional accessibility attribute values for customization
8852
+ * depending on the use case.
8853
+ *
8854
+ * It supports the following fields:
8855
+ *
8856
+ *
8857
+ * - `expanded`: Indicates whether the anchor element, or another grouping element it controls, is currently
8858
+ * expanded or collapsed. Accepts the following string values:
8859
+ * `true`
8860
+ * - `false`
8861
+ * - `hasPopup`: Indicates the availability and type of interactive popup element, such as menu or dialog,
8862
+ * that can be triggered by the anchor element. Accepts the following string values:
8863
+ * `Dialog`
8864
+ * - `Grid`
8865
+ * - `ListBox`
8866
+ * - `Menu`
8867
+ * - `Tree`
8868
+ */
8869
+ accessibilityAttributes?: object | PropertyBindingInfo | `{${string}}`;
8870
+
8871
+ /**
8872
+ * An object of strings that defines additional accessibility roles for further customization.
8873
+ *
8874
+ * It supports the following fields: - `logoRole`: the accessibility role for the `logo`
8875
+ */
8876
+ accessibilityRoles?: object | PropertyBindingInfo | `{${string}}`;
8877
+
8512
8878
  /**
8513
8879
  * An object of strings that defines several additional accessibility texts for even further customization.
8514
8880
  *
@@ -8553,6 +8919,12 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8553
8919
  */
8554
8920
  showProductSwitch?: boolean | PropertyBindingInfo | `{${string}}`;
8555
8921
 
8922
+ /**
8923
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
8924
+ * **Note:** By default the Search Field is not displayed.
8925
+ */
8926
+ showSearchField?: boolean | PropertyBindingInfo | `{${string}}`;
8927
+
8556
8928
  /**
8557
8929
  * Defines the `sap.ui.webc.fiori.ShellBar` aditional items.
8558
8930
  *
@@ -8604,44 +8976,34 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8604
8976
  /**
8605
8977
  * Fired, when the co pilot is activated.
8606
8978
  */
8607
- coPilotClick?: (
8608
- oEvent: Event<ShellBar$CoPilotClickEventParameters>
8609
- ) => void;
8979
+ coPilotClick?: (oEvent: ShellBar$CoPilotClickEvent) => void;
8610
8980
 
8611
8981
  /**
8612
8982
  * Fired, when the logo is activated.
8613
8983
  */
8614
- logoClick?: (oEvent: Event<ShellBar$LogoClickEventParameters>) => void;
8984
+ logoClick?: (oEvent: ShellBar$LogoClickEvent) => void;
8615
8985
 
8616
8986
  /**
8617
8987
  * Fired, when a menu item is activated **Note:** You can prevent closing of overflow popover by calling
8618
8988
  * `event.preventDefault()`.
8619
8989
  */
8620
- menuItemClick?: (
8621
- oEvent: Event<ShellBar$MenuItemClickEventParameters>
8622
- ) => void;
8990
+ menuItemClick?: (oEvent: ShellBar$MenuItemClickEvent) => void;
8623
8991
 
8624
8992
  /**
8625
8993
  * Fired, when the notification icon is activated.
8626
8994
  */
8627
- notificationsClick?: (
8628
- oEvent: Event<ShellBar$NotificationsClickEventParameters>
8629
- ) => void;
8995
+ notificationsClick?: (oEvent: ShellBar$NotificationsClickEvent) => void;
8630
8996
 
8631
8997
  /**
8632
8998
  * Fired, when the product switch icon is activated. **Note:** You can prevent closing of overflow popover
8633
8999
  * by calling `event.preventDefault()`.
8634
9000
  */
8635
- productSwitchClick?: (
8636
- oEvent: Event<ShellBar$ProductSwitchClickEventParameters>
8637
- ) => void;
9001
+ productSwitchClick?: (oEvent: ShellBar$ProductSwitchClickEvent) => void;
8638
9002
 
8639
9003
  /**
8640
9004
  * Fired, when the profile slot is present.
8641
9005
  */
8642
- profileClick?: (
8643
- oEvent: Event<ShellBar$ProfileClickEventParameters>
8644
- ) => void;
9006
+ profileClick?: (oEvent: ShellBar$ProfileClickEvent) => void;
8645
9007
  }
8646
9008
 
8647
9009
  export interface ShellBar$CoPilotClickEventParameters {
@@ -8651,13 +9013,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8651
9013
  targetRef?: HTMLElement;
8652
9014
  }
8653
9015
 
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>;
9016
+ export type ShellBar$CoPilotClickEvent = Event<
9017
+ ShellBar$CoPilotClickEventParameters,
9018
+ ShellBar
9019
+ >;
8661
9020
 
8662
9021
  export interface ShellBar$LogoClickEventParameters {
8663
9022
  /**
@@ -8666,13 +9025,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8666
9025
  targetRef?: HTMLElement;
8667
9026
  }
8668
9027
 
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>;
9028
+ export type ShellBar$LogoClickEvent = Event<
9029
+ ShellBar$LogoClickEventParameters,
9030
+ ShellBar
9031
+ >;
8676
9032
 
8677
9033
  export interface ShellBar$MenuItemClickEventParameters {
8678
9034
  /**
@@ -8681,13 +9037,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8681
9037
  item?: HTMLElement;
8682
9038
  }
8683
9039
 
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>;
9040
+ export type ShellBar$MenuItemClickEvent = Event<
9041
+ ShellBar$MenuItemClickEventParameters,
9042
+ ShellBar
9043
+ >;
8691
9044
 
8692
9045
  export interface ShellBar$NotificationsClickEventParameters {
8693
9046
  /**
@@ -8696,13 +9049,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8696
9049
  targetRef?: HTMLElement;
8697
9050
  }
8698
9051
 
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>;
9052
+ export type ShellBar$NotificationsClickEvent = Event<
9053
+ ShellBar$NotificationsClickEventParameters,
9054
+ ShellBar
9055
+ >;
8706
9056
 
8707
9057
  export interface ShellBar$ProductSwitchClickEventParameters {
8708
9058
  /**
@@ -8711,13 +9061,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8711
9061
  targetRef?: HTMLElement;
8712
9062
  }
8713
9063
 
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>;
9064
+ export type ShellBar$ProductSwitchClickEvent = Event<
9065
+ ShellBar$ProductSwitchClickEventParameters,
9066
+ ShellBar
9067
+ >;
8721
9068
 
8722
9069
  export interface ShellBar$ProfileClickEventParameters {
8723
9070
  /**
@@ -8726,13 +9073,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8726
9073
  targetRef?: HTMLElement;
8727
9074
  }
8728
9075
 
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>;
9076
+ export type ShellBar$ProfileClickEvent = Event<
9077
+ ShellBar$ProfileClickEventParameters,
9078
+ ShellBar
9079
+ >;
8736
9080
  }
8737
9081
 
8738
9082
  declare module "sap/ui/webc/fiori/ShellBarItem" {
@@ -8997,7 +9341,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
8997
9341
  /**
8998
9342
  * Fired, when the item is pressed.
8999
9343
  */
9000
- click?: (oEvent: Event<ShellBarItem$ClickEventParameters>) => void;
9344
+ click?: (oEvent: ShellBarItem$ClickEvent) => void;
9001
9345
  }
9002
9346
 
9003
9347
  export interface ShellBarItem$ClickEventParameters {
@@ -9007,13 +9351,10 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
9007
9351
  targetRef?: HTMLElement;
9008
9352
  }
9009
9353
 
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>;
9354
+ export type ShellBarItem$ClickEvent = Event<
9355
+ ShellBarItem$ClickEventParameters,
9356
+ ShellBarItem
9357
+ >;
9017
9358
  }
9018
9359
 
9019
9360
  declare module "sap/ui/webc/fiori/SideNavigation" {
@@ -9022,7 +9363,10 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
9022
9363
  $WebComponentSettings,
9023
9364
  } from "sap/ui/webc/common/WebComponent";
9024
9365
 
9025
- import { ISideNavigationItem } from "sap/ui/webc/fiori/library";
9366
+ import {
9367
+ ISideNavigationItem,
9368
+ ISideNavigationSubItem,
9369
+ } from "sap/ui/webc/fiori/library";
9026
9370
 
9027
9371
  import Control from "sap/ui/core/Control";
9028
9372
 
@@ -9496,25 +9840,20 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
9496
9840
  /**
9497
9841
  * Fired when the selection has changed via user interaction
9498
9842
  */
9499
- selectionChange?: (
9500
- oEvent: Event<SideNavigation$SelectionChangeEventParameters>
9501
- ) => void;
9843
+ selectionChange?: (oEvent: SideNavigation$SelectionChangeEvent) => void;
9502
9844
  }
9503
9845
 
9504
9846
  export interface SideNavigation$SelectionChangeEventParameters {
9505
9847
  /**
9506
9848
  * the clicked item.
9507
9849
  */
9508
- item?: HTMLElement;
9850
+ item?: ISideNavigationItem | ISideNavigationSubItem;
9509
9851
  }
9510
9852
 
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>;
9853
+ export type SideNavigation$SelectionChangeEvent = Event<
9854
+ SideNavigation$SelectionChangeEventParameters,
9855
+ SideNavigation
9856
+ >;
9518
9857
  }
9519
9858
 
9520
9859
  declare module "sap/ui/webc/fiori/SideNavigationItem" {
@@ -9528,6 +9867,8 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9528
9867
  ISideNavigationSubItem,
9529
9868
  } from "sap/ui/webc/fiori/library";
9530
9869
 
9870
+ import Event from "sap/ui/base/Event";
9871
+
9531
9872
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9532
9873
 
9533
9874
  import {
@@ -9619,12 +9960,89 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9619
9960
  */
9620
9961
  oItem: ISideNavigationSubItem
9621
9962
  ): this;
9963
+ /**
9964
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
9965
+ *
9966
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9967
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationItem` itself.
9968
+ *
9969
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
9970
+ *
9971
+ * @returns Reference to `this` in order to allow method chaining
9972
+ */
9973
+ attachClick(
9974
+ /**
9975
+ * An application-specific payload object that will be passed to the event handler along with the event
9976
+ * object when firing the event
9977
+ */
9978
+ oData: object,
9979
+ /**
9980
+ * The function to be called when the event occurs
9981
+ */
9982
+ fnFunction: (p1: Event) => void,
9983
+ /**
9984
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationItem`
9985
+ * itself
9986
+ */
9987
+ oListener?: object
9988
+ ): this;
9989
+ /**
9990
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
9991
+ *
9992
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9993
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationItem` itself.
9994
+ *
9995
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
9996
+ *
9997
+ * @returns Reference to `this` in order to allow method chaining
9998
+ */
9999
+ attachClick(
10000
+ /**
10001
+ * The function to be called when the event occurs
10002
+ */
10003
+ fnFunction: (p1: Event) => void,
10004
+ /**
10005
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationItem`
10006
+ * itself
10007
+ */
10008
+ oListener?: object
10009
+ ): this;
9622
10010
  /**
9623
10011
  * Destroys all the items in the aggregation {@link #getItems items}.
9624
10012
  *
9625
10013
  * @returns Reference to `this` in order to allow method chaining
9626
10014
  */
9627
10015
  destroyItems(): this;
10016
+ /**
10017
+ * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationItem`.
10018
+ *
10019
+ * The passed function and listener object must match the ones used for event registration.
10020
+ *
10021
+ * @returns Reference to `this` in order to allow method chaining
10022
+ */
10023
+ detachClick(
10024
+ /**
10025
+ * The function to be called, when the event occurs
10026
+ */
10027
+ fnFunction: (p1: Event) => void,
10028
+ /**
10029
+ * Context object on which the given function had to be called
10030
+ */
10031
+ oListener?: object
10032
+ ): this;
10033
+ /**
10034
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10035
+ *
10036
+ * Fires event {@link #event:click click} to attached listeners.
10037
+ *
10038
+ * @returns Reference to `this` in order to allow method chaining
10039
+ */
10040
+ fireClick(
10041
+ /**
10042
+ * Parameters to pass along with the event
10043
+ */
10044
+ mParameters?: object
10045
+ ): this;
9628
10046
  /**
9629
10047
  * Gets current value of property {@link #getExpanded expanded}.
9630
10048
  *
@@ -9653,7 +10071,7 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9653
10071
  /**
9654
10072
  * Gets content of aggregation {@link #getItems items}.
9655
10073
  *
9656
- * If you wish to nest menus, you can pass inner menu items to the default slot.
10074
+ * Defines nested items by passing `sap.ui.webc.fiori.SideNavigationSubItem` to the default slot.
9657
10075
  */
9658
10076
  getItems(): ISideNavigationSubItem[];
9659
10077
  /**
@@ -9867,14 +10285,26 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
9867
10285
  wholeItemToggleable?: boolean | PropertyBindingInfo | `{${string}}`;
9868
10286
 
9869
10287
  /**
9870
- * If you wish to nest menus, you can pass inner menu items to the default slot.
10288
+ * Defines nested items by passing `sap.ui.webc.fiori.SideNavigationSubItem` to the default slot.
9871
10289
  */
9872
10290
  items?:
9873
10291
  | ISideNavigationSubItem[]
9874
10292
  | ISideNavigationSubItem
9875
10293
  | AggregationBindingInfo
9876
10294
  | `{${string}}`;
10295
+
10296
+ /**
10297
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10298
+ */
10299
+ click?: (oEvent: Event) => void;
9877
10300
  }
10301
+
10302
+ export interface SideNavigationItem$ClickEventParameters {}
10303
+
10304
+ export type SideNavigationItem$ClickEvent = Event<
10305
+ SideNavigationItem$ClickEventParameters,
10306
+ SideNavigationItem
10307
+ >;
9878
10308
  }
9879
10309
 
9880
10310
  declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
@@ -9885,6 +10315,8 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
9885
10315
 
9886
10316
  import { ISideNavigationSubItem } from "sap/ui/webc/fiori/library";
9887
10317
 
10318
+ import Event from "sap/ui/base/Event";
10319
+
9888
10320
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9889
10321
 
9890
10322
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
@@ -9962,6 +10394,83 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
9962
10394
  * @returns Metadata object describing this class
9963
10395
  */
9964
10396
  static getMetadata(): WebComponentMetadata;
10397
+ /**
10398
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
10399
+ *
10400
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
10401
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationSubItem` itself.
10402
+ *
10403
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10404
+ *
10405
+ * @returns Reference to `this` in order to allow method chaining
10406
+ */
10407
+ attachClick(
10408
+ /**
10409
+ * An application-specific payload object that will be passed to the event handler along with the event
10410
+ * object when firing the event
10411
+ */
10412
+ oData: object,
10413
+ /**
10414
+ * The function to be called when the event occurs
10415
+ */
10416
+ fnFunction: (p1: Event) => void,
10417
+ /**
10418
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationSubItem`
10419
+ * itself
10420
+ */
10421
+ oListener?: object
10422
+ ): this;
10423
+ /**
10424
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
10425
+ *
10426
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
10427
+ * otherwise it will be bound to this `sap.ui.webc.fiori.SideNavigationSubItem` itself.
10428
+ *
10429
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10430
+ *
10431
+ * @returns Reference to `this` in order to allow method chaining
10432
+ */
10433
+ attachClick(
10434
+ /**
10435
+ * The function to be called when the event occurs
10436
+ */
10437
+ fnFunction: (p1: Event) => void,
10438
+ /**
10439
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.fiori.SideNavigationSubItem`
10440
+ * itself
10441
+ */
10442
+ oListener?: object
10443
+ ): this;
10444
+ /**
10445
+ * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.SideNavigationSubItem`.
10446
+ *
10447
+ * The passed function and listener object must match the ones used for event registration.
10448
+ *
10449
+ * @returns Reference to `this` in order to allow method chaining
10450
+ */
10451
+ detachClick(
10452
+ /**
10453
+ * The function to be called, when the event occurs
10454
+ */
10455
+ fnFunction: (p1: Event) => void,
10456
+ /**
10457
+ * Context object on which the given function had to be called
10458
+ */
10459
+ oListener?: object
10460
+ ): this;
10461
+ /**
10462
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10463
+ *
10464
+ * Fires event {@link #event:click click} to attached listeners.
10465
+ *
10466
+ * @returns Reference to `this` in order to allow method chaining
10467
+ */
10468
+ fireClick(
10469
+ /**
10470
+ * Parameters to pass along with the event
10471
+ */
10472
+ mParameters?: object
10473
+ ): this;
9965
10474
  /**
9966
10475
  * Gets current value of property {@link #getIcon icon}.
9967
10476
  *
@@ -10076,7 +10585,19 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
10076
10585
  * Defines the text of the item.
10077
10586
  */
10078
10587
  text?: string | PropertyBindingInfo;
10588
+
10589
+ /**
10590
+ * Fired when the component is activated either with a click/tap or by using the Enter or Space key.
10591
+ */
10592
+ click?: (oEvent: Event) => void;
10079
10593
  }
10594
+
10595
+ export interface SideNavigationSubItem$ClickEventParameters {}
10596
+
10597
+ export type SideNavigationSubItem$ClickEvent = Event<
10598
+ SideNavigationSubItem$ClickEventParameters,
10599
+ SideNavigationSubItem
10600
+ >;
10080
10601
  }
10081
10602
 
10082
10603
  declare module "sap/ui/webc/fiori/SortItem" {
@@ -10341,7 +10862,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
10341
10862
  /**
10342
10863
  * Gets current value of property {@link #getAccessibleName accessibleName}.
10343
10864
  *
10344
- * Defines the accessible aria name of the component.
10865
+ * Defines the accessible ARIA name of the component.
10345
10866
  *
10346
10867
  * @returns Value of property `accessibleName`
10347
10868
  */
@@ -10435,7 +10956,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
10435
10956
  /**
10436
10957
  * Sets a new value for property {@link #getAccessibleName accessibleName}.
10437
10958
  *
10438
- * Defines the accessible aria name of the component.
10959
+ * Defines the accessible ARIA name of the component.
10439
10960
  *
10440
10961
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10441
10962
  *
@@ -10504,7 +11025,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
10504
11025
 
10505
11026
  export interface $TimelineSettings extends $WebComponentSettings {
10506
11027
  /**
10507
- * Defines the accessible aria name of the component.
11028
+ * Defines the accessible ARIA name of the component.
10508
11029
  */
10509
11030
  accessibleName?: string | PropertyBindingInfo;
10510
11031
 
@@ -10977,13 +11498,10 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
10977
11498
 
10978
11499
  export interface TimelineItem$NameClickEventParameters {}
10979
11500
 
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>;
11501
+ export type TimelineItem$NameClickEvent = Event<
11502
+ TimelineItem$NameClickEventParameters,
11503
+ TimelineItem
11504
+ >;
10987
11505
  }
10988
11506
 
10989
11507
  declare module "sap/ui/webc/fiori/UploadCollection" {
@@ -11360,7 +11878,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11360
11878
  /**
11361
11879
  * Gets current value of property {@link #getAccessibleName accessibleName}.
11362
11880
  *
11363
- * Defines the accessible aria name of the component.
11881
+ * Defines the accessible ARIA name of the component.
11364
11882
  *
11365
11883
  * Default value is `empty string`.
11366
11884
  *
@@ -11550,7 +12068,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11550
12068
  /**
11551
12069
  * Sets a new value for property {@link #getAccessibleName accessibleName}.
11552
12070
  *
11553
- * Defines the accessible aria name of the component.
12071
+ * Defines the accessible ARIA name of the component.
11554
12072
  *
11555
12073
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11556
12074
  *
@@ -11678,7 +12196,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11678
12196
 
11679
12197
  export interface $UploadCollectionSettings extends $WebComponentSettings {
11680
12198
  /**
11681
- * Defines the accessible aria name of the component.
12199
+ * Defines the accessible ARIA name of the component.
11682
12200
  */
11683
12201
  accessibleName?: string | PropertyBindingInfo;
11684
12202
 
@@ -11751,7 +12269,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11751
12269
  * **Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay
11752
12270
  * and ignored for the other parts of the `sap.ui.webc.fiori.UploadCollection`.
11753
12271
  */
11754
- drop?: (oEvent: Event<UploadCollection$DropEventParameters>) => void;
12272
+ drop?: (oEvent: UploadCollection$DropEvent) => void;
11755
12273
 
11756
12274
  /**
11757
12275
  * Fired when the Delete button of any item is pressed.
@@ -11759,16 +12277,12 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11759
12277
  * **Note:** A Delete button is displayed on each item, when the `sap.ui.webc.fiori.UploadCollection` `mode`
11760
12278
  * property is set to `Delete`.
11761
12279
  */
11762
- itemDelete?: (
11763
- oEvent: Event<UploadCollection$ItemDeleteEventParameters>
11764
- ) => void;
12280
+ itemDelete?: (oEvent: UploadCollection$ItemDeleteEvent) => void;
11765
12281
 
11766
12282
  /**
11767
12283
  * Fired when selection is changed by user interaction in `SingleSelect` and `MultiSelect` modes.
11768
12284
  */
11769
- selectionChange?: (
11770
- oEvent: Event<UploadCollection$SelectionChangeEventParameters>
11771
- ) => void;
12285
+ selectionChange?: (oEvent: UploadCollection$SelectionChangeEvent) => void;
11772
12286
  }
11773
12287
 
11774
12288
  export interface UploadCollection$DropEventParameters {
@@ -11778,13 +12292,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11778
12292
  dataTransfer?: DataTransfer;
11779
12293
  }
11780
12294
 
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>;
12295
+ export type UploadCollection$DropEvent = Event<
12296
+ UploadCollection$DropEventParameters,
12297
+ UploadCollection
12298
+ >;
11788
12299
 
11789
12300
  export interface UploadCollection$ItemDeleteEventParameters {
11790
12301
  /**
@@ -11793,13 +12304,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11793
12304
  item?: HTMLElement;
11794
12305
  }
11795
12306
 
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>;
12307
+ export type UploadCollection$ItemDeleteEvent = Event<
12308
+ UploadCollection$ItemDeleteEventParameters,
12309
+ UploadCollection
12310
+ >;
11803
12311
 
11804
12312
  export interface UploadCollection$SelectionChangeEventParameters {
11805
12313
  /**
@@ -11808,13 +12316,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
11808
12316
  selectedItems?: any[];
11809
12317
  }
11810
12318
 
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>;
12319
+ export type UploadCollection$SelectionChangeEvent = Event<
12320
+ UploadCollection$SelectionChangeEventParameters,
12321
+ UploadCollection
12322
+ >;
11818
12323
  }
11819
12324
 
11820
12325
  declare module "sap/ui/webc/fiori/UploadCollectionItem" {
@@ -12646,43 +13151,31 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
12646
13151
 
12647
13152
  export interface UploadCollectionItem$FileNameClickEventParameters {}
12648
13153
 
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>;
13154
+ export type UploadCollectionItem$FileNameClickEvent = Event<
13155
+ UploadCollectionItem$FileNameClickEventParameters,
13156
+ UploadCollectionItem
13157
+ >;
12656
13158
 
12657
13159
  export interface UploadCollectionItem$RenameEventParameters {}
12658
13160
 
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>;
13161
+ export type UploadCollectionItem$RenameEvent = Event<
13162
+ UploadCollectionItem$RenameEventParameters,
13163
+ UploadCollectionItem
13164
+ >;
12666
13165
 
12667
13166
  export interface UploadCollectionItem$RetryEventParameters {}
12668
13167
 
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>;
13168
+ export type UploadCollectionItem$RetryEvent = Event<
13169
+ UploadCollectionItem$RetryEventParameters,
13170
+ UploadCollectionItem
13171
+ >;
12676
13172
 
12677
13173
  export interface UploadCollectionItem$TerminateEventParameters {}
12678
13174
 
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
- export type UploadCollectionItem$TerminateEvent = Event<UploadCollectionItem$TerminateEventParameters>;
13175
+ export type UploadCollectionItem$TerminateEvent = Event<
13176
+ UploadCollectionItem$TerminateEventParameters,
13177
+ UploadCollectionItem
13178
+ >;
12686
13179
  }
12687
13180
 
12688
13181
  declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
@@ -13164,14 +13657,14 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13164
13657
  * Sets a JavaScript object, as settings to the `sap.ui.webc.fiori.ViewSettingsDialog`. This method can
13165
13658
  * be used after the dialog is initially open, as the dialog need to set its initial settings. The `sap.ui.webc.fiori.ViewSettingsDialog`
13166
13659
  * 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"]}]} }`
13660
+ * format: ` {sortOrder: "Ascending", sortBy: "Name", filters: [{"Filter 1": ["Some filter 1", "Some filter
13661
+ * 2"]}, {"Filter 2": ["Some filter 4"]}]} `
13169
13662
  */
13170
13663
  setConfirmedSettings(
13171
13664
  /**
13172
- * A value to be set as predefined settings.
13665
+ * predefined settings.
13173
13666
  */
13174
- settings: string
13667
+ settings: object
13175
13668
  ): void;
13176
13669
  /**
13177
13670
  * Sets a new value for property {@link #getSortDescending sortDescending}.
@@ -13222,25 +13715,20 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13222
13715
  /**
13223
13716
  * Fired when cancel button is activated.
13224
13717
  */
13225
- cancel?: (oEvent: Event<ViewSettingsDialog$CancelEventParameters>) => void;
13718
+ cancel?: (oEvent: ViewSettingsDialog$CancelEvent) => void;
13226
13719
 
13227
13720
  /**
13228
13721
  * Fired when confirmation button is activated.
13229
13722
  */
13230
- confirm?: (
13231
- oEvent: Event<ViewSettingsDialog$ConfirmEventParameters>
13232
- ) => void;
13723
+ confirm?: (oEvent: ViewSettingsDialog$ConfirmEvent) => void;
13233
13724
  }
13234
13725
 
13235
13726
  export interface ViewSettingsDialog$BeforeOpenEventParameters {}
13236
13727
 
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>;
13728
+ export type ViewSettingsDialog$BeforeOpenEvent = Event<
13729
+ ViewSettingsDialog$BeforeOpenEventParameters,
13730
+ ViewSettingsDialog
13731
+ >;
13244
13732
 
13245
13733
  export interface ViewSettingsDialog$CancelEventParameters {
13246
13734
  /**
@@ -13266,16 +13754,13 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13266
13754
  /**
13267
13755
  * The selected filters items.
13268
13756
  */
13269
- filterItems?: any[];
13757
+ filters?: any[];
13270
13758
  }
13271
13759
 
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>;
13760
+ export type ViewSettingsDialog$CancelEvent = Event<
13761
+ ViewSettingsDialog$CancelEventParameters,
13762
+ ViewSettingsDialog
13763
+ >;
13279
13764
 
13280
13765
  export interface ViewSettingsDialog$ConfirmEventParameters {
13281
13766
  /**
@@ -13301,16 +13786,13 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
13301
13786
  /**
13302
13787
  * The selected filters items.
13303
13788
  */
13304
- filterItems?: any[];
13789
+ filters?: any[];
13305
13790
  }
13306
13791
 
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>;
13792
+ export type ViewSettingsDialog$ConfirmEvent = Event<
13793
+ ViewSettingsDialog$ConfirmEventParameters,
13794
+ ViewSettingsDialog
13795
+ >;
13314
13796
  }
13315
13797
 
13316
13798
  declare module "sap/ui/webc/fiori/Wizard" {
@@ -13319,7 +13801,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
13319
13801
  $WebComponentSettings,
13320
13802
  } from "sap/ui/webc/common/WebComponent";
13321
13803
 
13322
- import { IWizardStep } from "sap/ui/webc/fiori/library";
13804
+ import { IWizardStep, WizardContentLayout } from "sap/ui/webc/fiori/library";
13323
13805
 
13324
13806
  import { CSSSize } from "sap/ui/core/library";
13325
13807
 
@@ -13345,14 +13827,22 @@ declare module "sap/ui/webc/fiori/Wizard" {
13345
13827
  * Structure: Navigation area: The top most area of the `sap.ui.webc.fiori.Wizard` is occupied by the navigation
13346
13828
  * area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.
13347
13829
  *
13348
- * - Steps can have different visual representations - numbers or icons. Steps might have labels
13349
- * for better readability - titleText and subTitleText.
13830
+ * - Steps can have different visual representations - numbers or icons.
13831
+ * - Steps might have labels for better readability - titleText and subTitleText.
13350
13832
  * - Steps are defined by using the `sap.ui.webc.fiori.WizardStep` as slotted element within the `sap.ui.webc.fiori.Wizard`.
13351
13833
  *
13352
13834
  *
13353
13835
  * **Note:** If no selected step is defined, the first step will be auto selected.
13354
13836
  * **Note:** If multiple selected steps are defined, the last step will be selected.
13355
13837
  *
13838
+ * CSS Shadow Parts:
13839
+ *
13840
+ * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
13841
+ * style elements inside the Shadow DOM.
13842
+ * The `sap.ui.webc.fiori.Wizard` exposes the following CSS Shadow Parts:
13843
+ * - navigator - Used to style the progress navigator of the `sap.ui.webc.fiori.Wizard`.
13844
+ * - step-content - Used to style a `sap.ui.webc.fiori.WizardStep` container.
13845
+ *
13356
13846
  * Keyboard Handling: The user can navigate using the following keyboard shortcuts:
13357
13847
  *
13358
13848
  *
@@ -13557,6 +14047,16 @@ declare module "sap/ui/webc/fiori/Wizard" {
13557
14047
  */
13558
14048
  mParameters?: Wizard$StepChangeEventParameters
13559
14049
  ): this;
14050
+ /**
14051
+ * Gets current value of property {@link #getContentLayout contentLayout}.
14052
+ *
14053
+ * Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
14054
+ *
14055
+ * Default value is `MultipleSteps`.
14056
+ *
14057
+ * @returns Value of property `contentLayout`
14058
+ */
14059
+ getContentLayout(): WizardContentLayout | keyof typeof WizardContentLayout;
13560
14060
  /**
13561
14061
  * Gets current value of property {@link #getHeight height}.
13562
14062
  *
@@ -13621,6 +14121,23 @@ declare module "sap/ui/webc/fiori/Wizard" {
13621
14121
  */
13622
14122
  vStep: int | string | IWizardStep
13623
14123
  ): IWizardStep | null;
14124
+ /**
14125
+ * Sets a new value for property {@link #getContentLayout contentLayout}.
14126
+ *
14127
+ * Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
14128
+ *
14129
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14130
+ *
14131
+ * Default value is `MultipleSteps`.
14132
+ *
14133
+ * @returns Reference to `this` in order to allow method chaining
14134
+ */
14135
+ setContentLayout(
14136
+ /**
14137
+ * New value for property `contentLayout`
14138
+ */
14139
+ sContentLayout?: WizardContentLayout | keyof typeof WizardContentLayout
14140
+ ): this;
13624
14141
  /**
13625
14142
  * Sets a new value for property {@link #getHeight height}.
13626
14143
  *
@@ -13639,6 +14156,14 @@ declare module "sap/ui/webc/fiori/Wizard" {
13639
14156
  }
13640
14157
 
13641
14158
  export interface $WizardSettings extends $WebComponentSettings {
14159
+ /**
14160
+ * Defines how the content of the `sap.ui.webc.fiori.Wizard` would be visualized.
14161
+ */
14162
+ contentLayout?:
14163
+ | (WizardContentLayout | keyof typeof WizardContentLayout)
14164
+ | PropertyBindingInfo
14165
+ | `{${string}}`;
14166
+
13642
14167
  /**
13643
14168
  * Defines the height of the control
13644
14169
  */
@@ -13659,19 +14184,19 @@ declare module "sap/ui/webc/fiori/Wizard" {
13659
14184
  * Fired when the step is changed by user interaction - either with scrolling, or by clicking on the steps
13660
14185
  * within the component header.
13661
14186
  */
13662
- stepChange?: (oEvent: Event<Wizard$StepChangeEventParameters>) => void;
14187
+ stepChange?: (oEvent: Wizard$StepChangeEvent) => void;
13663
14188
  }
13664
14189
 
13665
14190
  export interface Wizard$StepChangeEventParameters {
13666
14191
  /**
13667
14192
  * The new step.
13668
14193
  */
13669
- step?: HTMLElement;
14194
+ step?: IWizardStep;
13670
14195
 
13671
14196
  /**
13672
14197
  * The previous step.
13673
14198
  */
13674
- previousStep?: HTMLElement;
14199
+ previousStep?: IWizardStep;
13675
14200
 
13676
14201
  /**
13677
14202
  * The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
@@ -13679,13 +14204,10 @@ declare module "sap/ui/webc/fiori/Wizard" {
13679
14204
  changeWithClick?: boolean;
13680
14205
  }
13681
14206
 
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>;
14207
+ export type Wizard$StepChangeEvent = Event<
14208
+ Wizard$StepChangeEventParameters,
14209
+ Wizard
14210
+ >;
13689
14211
  }
13690
14212
 
13691
14213
  declare module "sap/ui/webc/fiori/WizardStep" {