@openui5/ts-types 1.92.0 → 1.93.3

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,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -229,7 +229,7 @@ declare namespace sap {
229
229
  * Fired when the layout changes via user interaction by clicking the arrows or by changing the component
230
230
  * size due to resizing.
231
231
  */
232
- layoutChange?: Function;
232
+ layoutChange?: (oEvent: sap.ui.base.Event) => void;
233
233
  }
234
234
 
235
235
  interface $NotificationActionSettings
@@ -338,12 +338,12 @@ declare namespace sap {
338
338
  /**
339
339
  * Fired when the `Close` button is pressed.
340
340
  */
341
- close?: Function;
341
+ close?: (oEvent: sap.ui.base.Event) => void;
342
342
 
343
343
  /**
344
344
  * Fired when the `sap.ui.webc.fiori.NotificationListGroupItem` is expanded/collapsed by user interaction.
345
345
  */
346
- toggle?: Function;
346
+ toggle?: (oEvent: sap.ui.base.Event) => void;
347
347
  }
348
348
 
349
349
  interface $NotificationListItemSettings
@@ -428,7 +428,7 @@ declare namespace sap {
428
428
  /**
429
429
  * Fired when the `Close` button is pressed.
430
430
  */
431
- close?: Function;
431
+ close?: (oEvent: sap.ui.base.Event) => void;
432
432
  }
433
433
 
434
434
  interface $PageSettings
@@ -566,7 +566,7 @@ declare namespace sap {
566
566
  * Fired when the `sap.ui.webc.fiori.ProductSwitchItem` is activated either with a click/tap or by using
567
567
  * the Enter or Space key.
568
568
  */
569
- click?: Function;
569
+ click?: (oEvent: sap.ui.base.Event) => void;
570
570
  }
571
571
 
572
572
  interface $ShellBarSettings
@@ -618,7 +618,7 @@ declare namespace sap {
618
618
  /**
619
619
  * Defines the `sap.ui.webc.fiori.ShellBar` aditional items.
620
620
  *
621
- * **Note:** You can use the  <ui5-shellbar-item></ui5-shellbar-item>.
621
+ * **Note:** You can use the <ui5-shellbar-item></ui5-shellbar-item>.
622
622
  */
623
623
  items?:
624
624
  | sap.ui.webc.fiori.IShellBarItem[]
@@ -634,7 +634,7 @@ declare namespace sap {
634
634
  /**
635
635
  * Defines the items displayed in menu after a click on the primary title.
636
636
  *
637
- * **Note:** You can use the  <ui5-li></ui5-li> and its ancestors.
637
+ * **Note:** You can use the <ui5-li></ui5-li> and its ancestors.
638
638
  */
639
639
  menuItems?:
640
640
  | sap.ui.webc.main.IListItem[]
@@ -664,34 +664,34 @@ declare namespace sap {
664
664
  /**
665
665
  * Fired, when the co pilot is activated.
666
666
  */
667
- coPilotClick?: Function;
667
+ coPilotClick?: (oEvent: sap.ui.base.Event) => void;
668
668
 
669
669
  /**
670
670
  * Fired, when the logo is activated.
671
671
  */
672
- logoClick?: Function;
672
+ logoClick?: (oEvent: sap.ui.base.Event) => void;
673
673
 
674
674
  /**
675
675
  * Fired, when a menu item is activated **Note:** You can prevent closing of oveflow popover by calling
676
676
  * `event.preventDefault()`.
677
677
  */
678
- menuItemClick?: Function;
678
+ menuItemClick?: (oEvent: sap.ui.base.Event) => void;
679
679
 
680
680
  /**
681
681
  * Fired, when the notification icon is activated.
682
682
  */
683
- notificationsClick?: Function;
683
+ notificationsClick?: (oEvent: sap.ui.base.Event) => void;
684
684
 
685
685
  /**
686
686
  * Fired, when the product switch icon is activated. **Note:** You can prevent closing of oveflow popover
687
687
  * by calling `event.preventDefault()`.
688
688
  */
689
- productSwitchClick?: Function;
689
+ productSwitchClick?: (oEvent: sap.ui.base.Event) => void;
690
690
 
691
691
  /**
692
692
  * Fired, when the profile slot is present.
693
693
  */
694
- profileClick?: Function;
694
+ profileClick?: (oEvent: sap.ui.base.Event) => void;
695
695
  }
696
696
 
697
697
  interface $ShellBarItemSettings
@@ -714,7 +714,7 @@ declare namespace sap {
714
714
  /**
715
715
  * Fired, when the item is pressed.
716
716
  */
717
- itemClick?: Function;
717
+ itemClick?: (oEvent: sap.ui.base.Event) => void;
718
718
  }
719
719
 
720
720
  interface $SideNavigationSettings
@@ -762,7 +762,7 @@ declare namespace sap {
762
762
  /**
763
763
  * Fired when the selection has changed via user interaction
764
764
  */
765
- selectionChange?: Function;
765
+ selectionChange?: (oEvent: sap.ui.base.Event) => void;
766
766
  }
767
767
 
768
768
  interface $SideNavigationItemSettings
@@ -906,7 +906,7 @@ declare namespace sap {
906
906
  *
907
907
  * **Note:** The event will not be fired if the `item-name-clickable` attribute is not set.
908
908
  */
909
- itemNameClick?: Function;
909
+ itemNameClick?: (oEvent: sap.ui.base.Event) => void;
910
910
  }
911
911
 
912
912
  interface $UploadCollectionSettings
@@ -986,7 +986,7 @@ declare namespace sap {
986
986
  * **Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay
987
987
  * and ignored for the other parts of the `sap.ui.webc.fiori.UploadCollection`.
988
988
  */
989
- drop?: Function;
989
+ drop?: (oEvent: sap.ui.base.Event) => void;
990
990
 
991
991
  /**
992
992
  * Fired when the Delete button of any item is pressed.
@@ -994,12 +994,12 @@ declare namespace sap {
994
994
  * **Note:** A Delete button is displayed on each item, when the `sap.ui.webc.fiori.UploadCollection` `mode`
995
995
  * property is set to `Delete`.
996
996
  */
997
- fileDeleted?: Function;
997
+ fileDeleted?: (oEvent: sap.ui.base.Event) => void;
998
998
 
999
999
  /**
1000
1000
  * Fired when selection is changed by user interaction in `SingleSelect` and `MultiSelect` modes.
1001
1001
  */
1002
- selectionChange?: Function;
1002
+ selectionChange?: (oEvent: sap.ui.base.Event) => void;
1003
1003
  }
1004
1004
 
1005
1005
  interface $UploadCollectionItemSettings
@@ -1072,7 +1072,7 @@ declare namespace sap {
1072
1072
  *
1073
1073
  * **Note:** This event is only available when `fileNameClickable` property is `true`.
1074
1074
  */
1075
- fileNameClick?: Function;
1075
+ fileNameClick?: (oEvent: sap.ui.base.Event) => void;
1076
1076
 
1077
1077
  /**
1078
1078
  * Fired when the `fileName` property gets changed.
@@ -1080,21 +1080,21 @@ declare namespace sap {
1080
1080
  * **Note:** An edit button is displayed on each item, when the `sap.ui.webc.fiori.UploadCollectionItem`
1081
1081
  * `type` property is set to `Detail`.
1082
1082
  */
1083
- rename?: Function;
1083
+ rename?: (oEvent: sap.ui.base.Event) => void;
1084
1084
 
1085
1085
  /**
1086
1086
  * Fired when the retry button is pressed.
1087
1087
  *
1088
1088
  * **Note:** Retry button is displayed when `uploadState` property is set to `Error`.
1089
1089
  */
1090
- retry?: Function;
1090
+ retry?: (oEvent: sap.ui.base.Event) => void;
1091
1091
 
1092
1092
  /**
1093
1093
  * Fired when the terminate button is pressed.
1094
1094
  *
1095
1095
  * **Note:** Terminate button is displayed when `uploadState` property is set to `Uploading`.
1096
1096
  */
1097
- terminate?: Function;
1097
+ terminate?: (oEvent: sap.ui.base.Event) => void;
1098
1098
  }
1099
1099
 
1100
1100
  interface $WizardSettings
@@ -1120,7 +1120,7 @@ declare namespace sap {
1120
1120
  * Fired when the step is changed by user interaction - either with scrolling, or by clicking on the steps
1121
1121
  * within the component header.
1122
1122
  */
1123
- stepChange?: Function;
1123
+ stepChange?: (oEvent: sap.ui.base.Event) => void;
1124
1124
  }
1125
1125
 
1126
1126
  interface $WizardStepSettings
@@ -1248,6 +1248,31 @@ declare namespace sap {
1248
1248
  mSettings?: sap.ui.webc.fiori.$BarSettings
1249
1249
  );
1250
1250
 
1251
+ /**
1252
+ * Creates a new subclass of class sap.ui.webc.fiori.Bar with name `sClassName` and enriches it with the
1253
+ * information contained in `oClassInfo`.
1254
+ *
1255
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
1256
+ */
1257
+ static extend<T extends Record<string, unknown>>(
1258
+ /**
1259
+ * Name of the class being created
1260
+ */
1261
+ sClassName: string,
1262
+ /**
1263
+ * Object literal with information about the class
1264
+ */
1265
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.Bar>,
1266
+ /**
1267
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1268
+ * used by this class
1269
+ */
1270
+ FNMetaImpl?: Function
1271
+ ): Function;
1272
+ /**
1273
+ * Returns a metadata object for class sap.ui.webc.fiori.Bar.
1274
+ */
1275
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
1251
1276
  /**
1252
1277
  * Adds some endContent to the aggregation {@link #getEndContent endContent}.
1253
1278
  */
@@ -1287,27 +1312,6 @@ declare namespace sap {
1287
1312
  * Destroys all the startContent in the aggregation {@link #getStartContent startContent}.
1288
1313
  */
1289
1314
  destroyStartContent(): this;
1290
- /**
1291
- * Creates a new subclass of class sap.ui.webc.fiori.Bar with name `sClassName` and enriches it with the
1292
- * information contained in `oClassInfo`.
1293
- *
1294
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
1295
- */
1296
- static extend<T extends Record<string, unknown>>(
1297
- /**
1298
- * Name of the class being created
1299
- */
1300
- sClassName: string,
1301
- /**
1302
- * Object literal with information about the class
1303
- */
1304
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.Bar>,
1305
- /**
1306
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1307
- * used by this class
1308
- */
1309
- FNMetaImpl?: Function
1310
- ): Function;
1311
1315
  /**
1312
1316
  * Gets current value of property {@link #getDesign design}.
1313
1317
  *
@@ -1330,10 +1334,6 @@ declare namespace sap {
1330
1334
  * Defines the content at the end of the bar
1331
1335
  */
1332
1336
  getEndContent(): sap.ui.core.Control[];
1333
- /**
1334
- * Returns a metadata object for class sap.ui.webc.fiori.Bar.
1335
- */
1336
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
1337
1337
  /**
1338
1338
  * Gets content of aggregation {@link #getMiddleContent middleContent}.
1339
1339
  *
@@ -1571,6 +1571,34 @@ declare namespace sap {
1571
1571
  mSettings?: sap.ui.webc.fiori.$FlexibleColumnLayoutSettings
1572
1572
  );
1573
1573
 
1574
+ /**
1575
+ * Creates a new subclass of class sap.ui.webc.fiori.FlexibleColumnLayout with name `sClassName` and enriches
1576
+ * it with the information contained in `oClassInfo`.
1577
+ *
1578
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
1579
+ */
1580
+ static extend<T extends Record<string, unknown>>(
1581
+ /**
1582
+ * Name of the class being created
1583
+ */
1584
+ sClassName: string,
1585
+ /**
1586
+ * Object literal with information about the class
1587
+ */
1588
+ oClassInfo?: sap.ClassInfo<
1589
+ T,
1590
+ sap.ui.webc.fiori.FlexibleColumnLayout
1591
+ >,
1592
+ /**
1593
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1594
+ * used by this class
1595
+ */
1596
+ FNMetaImpl?: Function
1597
+ ): Function;
1598
+ /**
1599
+ * Returns a metadata object for class sap.ui.webc.fiori.FlexibleColumnLayout.
1600
+ */
1601
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
1574
1602
  /**
1575
1603
  * Attaches event handler `fnFunction` to the {@link #event:layoutChange layoutChange} event of this `sap.ui.webc.fiori.FlexibleColumnLayout`.
1576
1604
  *
@@ -1643,30 +1671,6 @@ declare namespace sap {
1643
1671
  */
1644
1672
  oListener?: object
1645
1673
  ): this;
1646
- /**
1647
- * Creates a new subclass of class sap.ui.webc.fiori.FlexibleColumnLayout with name `sClassName` and enriches
1648
- * it with the information contained in `oClassInfo`.
1649
- *
1650
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
1651
- */
1652
- static extend<T extends Record<string, unknown>>(
1653
- /**
1654
- * Name of the class being created
1655
- */
1656
- sClassName: string,
1657
- /**
1658
- * Object literal with information about the class
1659
- */
1660
- oClassInfo?: sap.ClassInfo<
1661
- T,
1662
- sap.ui.webc.fiori.FlexibleColumnLayout
1663
- >,
1664
- /**
1665
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1666
- * used by this class
1667
- */
1668
- FNMetaImpl?: Function
1669
- ): Function;
1670
1674
  /**
1671
1675
  * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
1672
1676
  */
@@ -1718,6 +1722,8 @@ declare namespace sap {
1718
1722
  * right - `endArrowLeftText`: the text that the second arrow (between the `mid` and `end` columns) will
1719
1723
  * have when pointing to the left - `endArrowRightText`: the text that the second arrow (between the `mid`
1720
1724
  * and `end` columns) will have when pointing to the right
1725
+ *
1726
+ * Default value is `{}`.
1721
1727
  */
1722
1728
  getAccessibilityTexts(): object;
1723
1729
  /**
@@ -1776,10 +1782,6 @@ declare namespace sap {
1776
1782
  * Default value is `OneColumn`.
1777
1783
  */
1778
1784
  getLayout(): sap.ui.webc.fiori.FCLLayout;
1779
- /**
1780
- * Returns a metadata object for class sap.ui.webc.fiori.FlexibleColumnLayout.
1781
- */
1782
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
1783
1785
  /**
1784
1786
  * Gets content of aggregation {@link #getMidColumn midColumn}.
1785
1787
  *
@@ -1825,12 +1827,14 @@ declare namespace sap {
1825
1827
  * and `end` columns) will have when pointing to the right
1826
1828
  *
1827
1829
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1830
+ *
1831
+ * Default value is `{}`.
1828
1832
  */
1829
1833
  setAccessibilityTexts(
1830
1834
  /**
1831
1835
  * New value for property `accessibilityTexts`
1832
1836
  */
1833
- oAccessibilityTexts: object
1837
+ oAccessibilityTexts?: object
1834
1838
  ): this;
1835
1839
  /**
1836
1840
  * Sets the aggregated {@link #getEndColumn endColumn}.
@@ -1996,6 +2000,10 @@ declare namespace sap {
1996
2000
  */
1997
2001
  FNMetaImpl?: Function
1998
2002
  ): Function;
2003
+ /**
2004
+ * Returns a metadata object for class sap.ui.webc.fiori.NotificationAction.
2005
+ */
2006
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
1999
2007
  /**
2000
2008
  * Gets current value of property {@link #getDesign design}.
2001
2009
  *
@@ -2034,10 +2042,6 @@ declare namespace sap {
2034
2042
  * Default value is `empty string`.
2035
2043
  */
2036
2044
  getIcon(): string;
2037
- /**
2038
- * Returns a metadata object for class sap.ui.webc.fiori.NotificationAction.
2039
- */
2040
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
2041
2045
  /**
2042
2046
  * Gets current value of property {@link #getText text}.
2043
2047
  *
@@ -2180,6 +2184,34 @@ declare namespace sap {
2180
2184
  mSettings?: sap.ui.webc.fiori.$NotificationListGroupItemSettings
2181
2185
  );
2182
2186
 
2187
+ /**
2188
+ * Creates a new subclass of class sap.ui.webc.fiori.NotificationListGroupItem with name `sClassName` and
2189
+ * enriches it with the information contained in `oClassInfo`.
2190
+ *
2191
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
2192
+ */
2193
+ static extend<T extends Record<string, unknown>>(
2194
+ /**
2195
+ * Name of the class being created
2196
+ */
2197
+ sClassName: string,
2198
+ /**
2199
+ * Object literal with information about the class
2200
+ */
2201
+ oClassInfo?: sap.ClassInfo<
2202
+ T,
2203
+ sap.ui.webc.fiori.NotificationListGroupItem
2204
+ >,
2205
+ /**
2206
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2207
+ * used by this class
2208
+ */
2209
+ FNMetaImpl?: Function
2210
+ ): Function;
2211
+ /**
2212
+ * Returns a metadata object for class sap.ui.webc.fiori.NotificationListGroupItem.
2213
+ */
2214
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
2183
2215
  /**
2184
2216
  * Adds some action to the aggregation {@link #getActions actions}.
2185
2217
  */
@@ -2322,30 +2354,6 @@ declare namespace sap {
2322
2354
  */
2323
2355
  oListener?: object
2324
2356
  ): this;
2325
- /**
2326
- * Creates a new subclass of class sap.ui.webc.fiori.NotificationListGroupItem with name `sClassName` and
2327
- * enriches it with the information contained in `oClassInfo`.
2328
- *
2329
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
2330
- */
2331
- static extend<T extends Record<string, unknown>>(
2332
- /**
2333
- * Name of the class being created
2334
- */
2335
- sClassName: string,
2336
- /**
2337
- * Object literal with information about the class
2338
- */
2339
- oClassInfo?: sap.ClassInfo<
2340
- T,
2341
- sap.ui.webc.fiori.NotificationListGroupItem
2342
- >,
2343
- /**
2344
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2345
- * used by this class
2346
- */
2347
- FNMetaImpl?: Function
2348
- ): Function;
2349
2357
  /**
2350
2358
  * Fires event {@link #event:close close} to attached listeners.
2351
2359
  */
@@ -2403,10 +2411,6 @@ declare namespace sap {
2403
2411
  * items.
2404
2412
  */
2405
2413
  getItems(): sap.ui.webc.fiori.INotificationListItem[];
2406
- /**
2407
- * Returns a metadata object for class sap.ui.webc.fiori.NotificationListGroupItem.
2408
- */
2409
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
2410
2414
  /**
2411
2415
  * Gets current value of property {@link #getPriority priority}.
2412
2416
  *
@@ -2702,6 +2706,34 @@ declare namespace sap {
2702
2706
  mSettings?: sap.ui.webc.fiori.$NotificationListItemSettings
2703
2707
  );
2704
2708
 
2709
+ /**
2710
+ * Creates a new subclass of class sap.ui.webc.fiori.NotificationListItem with name `sClassName` and enriches
2711
+ * it with the information contained in `oClassInfo`.
2712
+ *
2713
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
2714
+ */
2715
+ static extend<T extends Record<string, unknown>>(
2716
+ /**
2717
+ * Name of the class being created
2718
+ */
2719
+ sClassName: string,
2720
+ /**
2721
+ * Object literal with information about the class
2722
+ */
2723
+ oClassInfo?: sap.ClassInfo<
2724
+ T,
2725
+ sap.ui.webc.fiori.NotificationListItem
2726
+ >,
2727
+ /**
2728
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2729
+ * used by this class
2730
+ */
2731
+ FNMetaImpl?: Function
2732
+ ): Function;
2733
+ /**
2734
+ * Returns a metadata object for class sap.ui.webc.fiori.NotificationListItem.
2735
+ */
2736
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
2705
2737
  /**
2706
2738
  * Adds some action to the aggregation {@link #getActions actions}.
2707
2739
  */
@@ -2790,30 +2822,6 @@ declare namespace sap {
2790
2822
  */
2791
2823
  oListener?: object
2792
2824
  ): this;
2793
- /**
2794
- * Creates a new subclass of class sap.ui.webc.fiori.NotificationListItem with name `sClassName` and enriches
2795
- * it with the information contained in `oClassInfo`.
2796
- *
2797
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
2798
- */
2799
- static extend<T extends Record<string, unknown>>(
2800
- /**
2801
- * Name of the class being created
2802
- */
2803
- sClassName: string,
2804
- /**
2805
- * Object literal with information about the class
2806
- */
2807
- oClassInfo?: sap.ClassInfo<
2808
- T,
2809
- sap.ui.webc.fiori.NotificationListItem
2810
- >,
2811
- /**
2812
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2813
- * used by this class
2814
- */
2815
- FNMetaImpl?: Function
2816
- ): Function;
2817
2825
  /**
2818
2826
  * Fires event {@link #event:close close} to attached listeners.
2819
2827
  */
@@ -2874,10 +2882,6 @@ declare namespace sap {
2874
2882
  * Default value is `empty string`.
2875
2883
  */
2876
2884
  getHeading(): string;
2877
- /**
2878
- * Returns a metadata object for class sap.ui.webc.fiori.NotificationListItem.
2879
- */
2880
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
2881
2885
  /**
2882
2886
  * Gets current value of property {@link #getPriority priority}.
2883
2887
  *
@@ -3175,6 +3179,31 @@ declare namespace sap {
3175
3179
  mSettings?: sap.ui.webc.fiori.$PageSettings
3176
3180
  );
3177
3181
 
3182
+ /**
3183
+ * Creates a new subclass of class sap.ui.webc.fiori.Page with name `sClassName` and enriches it with the
3184
+ * information contained in `oClassInfo`.
3185
+ *
3186
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
3187
+ */
3188
+ static extend<T extends Record<string, unknown>>(
3189
+ /**
3190
+ * Name of the class being created
3191
+ */
3192
+ sClassName: string,
3193
+ /**
3194
+ * Object literal with information about the class
3195
+ */
3196
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.Page>,
3197
+ /**
3198
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3199
+ * used by this class
3200
+ */
3201
+ FNMetaImpl?: Function
3202
+ ): Function;
3203
+ /**
3204
+ * Returns a metadata object for class sap.ui.webc.fiori.Page.
3205
+ */
3206
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
3178
3207
  /**
3179
3208
  * Adds some content to the aggregation {@link #getContent content}.
3180
3209
  */
@@ -3214,27 +3243,6 @@ declare namespace sap {
3214
3243
  * Destroys all the header in the aggregation {@link #getHeader header}.
3215
3244
  */
3216
3245
  destroyHeader(): this;
3217
- /**
3218
- * Creates a new subclass of class sap.ui.webc.fiori.Page with name `sClassName` and enriches it with the
3219
- * information contained in `oClassInfo`.
3220
- *
3221
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
3222
- */
3223
- static extend<T extends Record<string, unknown>>(
3224
- /**
3225
- * Name of the class being created
3226
- */
3227
- sClassName: string,
3228
- /**
3229
- * Object literal with information about the class
3230
- */
3231
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.Page>,
3232
- /**
3233
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3234
- * used by this class
3235
- */
3236
- FNMetaImpl?: Function
3237
- ): Function;
3238
3246
  /**
3239
3247
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
3240
3248
  *
@@ -3302,10 +3310,6 @@ declare namespace sap {
3302
3310
  * Default value is `false`.
3303
3311
  */
3304
3312
  getHideFooter(): boolean;
3305
- /**
3306
- * Returns a metadata object for class sap.ui.webc.fiori.Page.
3307
- */
3308
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
3309
3313
  /**
3310
3314
  * Gets current value of property {@link #getWidth width}.
3311
3315
  *
@@ -3582,19 +3586,6 @@ declare namespace sap {
3582
3586
  mSettings?: sap.ui.webc.fiori.$ProductSwitchSettings
3583
3587
  );
3584
3588
 
3585
- /**
3586
- * Adds some item to the aggregation {@link #getItems items}.
3587
- */
3588
- addItem(
3589
- /**
3590
- * The item to add; if empty, nothing is inserted
3591
- */
3592
- oItem: sap.ui.webc.fiori.IProductSwitchItem
3593
- ): this;
3594
- /**
3595
- * Destroys all the items in the aggregation {@link #getItems items}.
3596
- */
3597
- destroyItems(): this;
3598
3589
  /**
3599
3590
  * Creates a new subclass of class sap.ui.webc.fiori.ProductSwitch with name `sClassName` and enriches it
3600
3591
  * with the information contained in `oClassInfo`.
@@ -3616,16 +3607,29 @@ declare namespace sap {
3616
3607
  */
3617
3608
  FNMetaImpl?: Function
3618
3609
  ): Function;
3610
+ /**
3611
+ * Returns a metadata object for class sap.ui.webc.fiori.ProductSwitch.
3612
+ */
3613
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
3614
+ /**
3615
+ * Adds some item to the aggregation {@link #getItems items}.
3616
+ */
3617
+ addItem(
3618
+ /**
3619
+ * The item to add; if empty, nothing is inserted
3620
+ */
3621
+ oItem: sap.ui.webc.fiori.IProductSwitchItem
3622
+ ): this;
3623
+ /**
3624
+ * Destroys all the items in the aggregation {@link #getItems items}.
3625
+ */
3626
+ destroyItems(): this;
3619
3627
  /**
3620
3628
  * Gets content of aggregation {@link #getItems items}.
3621
3629
  *
3622
3630
  * Defines the items of the `sap.ui.webc.fiori.ProductSwitch`.
3623
3631
  */
3624
3632
  getItems(): sap.ui.webc.fiori.IProductSwitchItem[];
3625
- /**
3626
- * Returns a metadata object for class sap.ui.webc.fiori.ProductSwitch.
3627
- */
3628
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
3629
3633
  /**
3630
3634
  * Checks for the provided `sap.ui.webc.fiori.IProductSwitchItem` in the aggregation {@link #getItems items}.
3631
3635
  * and returns its index if found or -1 otherwise.
@@ -3716,11 +3720,36 @@ declare namespace sap {
3716
3720
  */
3717
3721
  sId?: string,
3718
3722
  /**
3719
- * Initial settings for the new control
3723
+ * Initial settings for the new control
3724
+ */
3725
+ mSettings?: sap.ui.webc.fiori.$ProductSwitchItemSettings
3726
+ );
3727
+
3728
+ /**
3729
+ * Creates a new subclass of class sap.ui.webc.fiori.ProductSwitchItem with name `sClassName` and enriches
3730
+ * it with the information contained in `oClassInfo`.
3731
+ *
3732
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
3733
+ */
3734
+ static extend<T extends Record<string, unknown>>(
3735
+ /**
3736
+ * Name of the class being created
3737
+ */
3738
+ sClassName: string,
3739
+ /**
3740
+ * Object literal with information about the class
3741
+ */
3742
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.ProductSwitchItem>,
3743
+ /**
3744
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3745
+ * used by this class
3720
3746
  */
3721
- mSettings?: sap.ui.webc.fiori.$ProductSwitchItemSettings
3722
- );
3723
-
3747
+ FNMetaImpl?: Function
3748
+ ): Function;
3749
+ /**
3750
+ * Returns a metadata object for class sap.ui.webc.fiori.ProductSwitchItem.
3751
+ */
3752
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
3724
3753
  /**
3725
3754
  * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.ProductSwitchItem`.
3726
3755
  *
@@ -3781,27 +3810,6 @@ declare namespace sap {
3781
3810
  */
3782
3811
  oListener?: object
3783
3812
  ): this;
3784
- /**
3785
- * Creates a new subclass of class sap.ui.webc.fiori.ProductSwitchItem with name `sClassName` and enriches
3786
- * it with the information contained in `oClassInfo`.
3787
- *
3788
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
3789
- */
3790
- static extend<T extends Record<string, unknown>>(
3791
- /**
3792
- * Name of the class being created
3793
- */
3794
- sClassName: string,
3795
- /**
3796
- * Object literal with information about the class
3797
- */
3798
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.ProductSwitchItem>,
3799
- /**
3800
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3801
- * used by this class
3802
- */
3803
- FNMetaImpl?: Function
3804
- ): Function;
3805
3813
  /**
3806
3814
  * Fires event {@link #event:click click} to attached listeners.
3807
3815
  */
@@ -3827,10 +3835,6 @@ declare namespace sap {
3827
3835
  * Default value is `empty string`.
3828
3836
  */
3829
3837
  getIcon(): string;
3830
- /**
3831
- * Returns a metadata object for class sap.ui.webc.fiori.ProductSwitchItem.
3832
- */
3833
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
3834
3838
  /**
3835
3839
  * Gets current value of property {@link #getSubtitleText subtitleText}.
3836
3840
  *
@@ -4025,6 +4029,31 @@ declare namespace sap {
4025
4029
  mSettings?: sap.ui.webc.fiori.$ShellBarSettings
4026
4030
  );
4027
4031
 
4032
+ /**
4033
+ * Creates a new subclass of class sap.ui.webc.fiori.ShellBar with name `sClassName` and enriches it with
4034
+ * the information contained in `oClassInfo`.
4035
+ *
4036
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
4037
+ */
4038
+ static extend<T extends Record<string, unknown>>(
4039
+ /**
4040
+ * Name of the class being created
4041
+ */
4042
+ sClassName: string,
4043
+ /**
4044
+ * Object literal with information about the class
4045
+ */
4046
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.ShellBar>,
4047
+ /**
4048
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
4049
+ * used by this class
4050
+ */
4051
+ FNMetaImpl?: Function
4052
+ ): Function;
4053
+ /**
4054
+ * Returns a metadata object for class sap.ui.webc.fiori.ShellBar.
4055
+ */
4056
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
4028
4057
  /**
4029
4058
  * Adds some item to the aggregation {@link #getItems items}.
4030
4059
  */
@@ -4419,27 +4448,6 @@ declare namespace sap {
4419
4448
  */
4420
4449
  oListener?: object
4421
4450
  ): this;
4422
- /**
4423
- * Creates a new subclass of class sap.ui.webc.fiori.ShellBar with name `sClassName` and enriches it with
4424
- * the information contained in `oClassInfo`.
4425
- *
4426
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
4427
- */
4428
- static extend<T extends Record<string, unknown>>(
4429
- /**
4430
- * Name of the class being created
4431
- */
4432
- sClassName: string,
4433
- /**
4434
- * Object literal with information about the class
4435
- */
4436
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.ShellBar>,
4437
- /**
4438
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
4439
- * used by this class
4440
- */
4441
- FNMetaImpl?: Function
4442
- ): Function;
4443
4451
  /**
4444
4452
  * Fires event {@link #event:coPilotClick coPilotClick} to attached listeners.
4445
4453
  */
@@ -4535,7 +4543,7 @@ declare namespace sap {
4535
4543
  *
4536
4544
  * Defines the `sap.ui.webc.fiori.ShellBar` aditional items.
4537
4545
  *
4538
- * **Note:** You can use the  <ui5-shellbar-item></ui5-shellbar-item>.
4546
+ * **Note:** You can use the <ui5-shellbar-item></ui5-shellbar-item>.
4539
4547
  */
4540
4548
  getItems(): sap.ui.webc.fiori.IShellBarItem[];
4541
4549
  /**
@@ -4550,13 +4558,9 @@ declare namespace sap {
4550
4558
  *
4551
4559
  * Defines the items displayed in menu after a click on the primary title.
4552
4560
  *
4553
- * **Note:** You can use the  <ui5-li></ui5-li> and its ancestors.
4561
+ * **Note:** You can use the <ui5-li></ui5-li> and its ancestors.
4554
4562
  */
4555
4563
  getMenuItems(): sap.ui.webc.main.IListItem[];
4556
- /**
4557
- * Returns a metadata object for class sap.ui.webc.fiori.ShellBar.
4558
- */
4559
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
4560
4564
  /**
4561
4565
  * Gets current value of property {@link #getNotificationsCount notificationsCount}.
4562
4566
  *
@@ -4886,6 +4890,31 @@ declare namespace sap {
4886
4890
  mSettings?: sap.ui.webc.fiori.$ShellBarItemSettings
4887
4891
  );
4888
4892
 
4893
+ /**
4894
+ * Creates a new subclass of class sap.ui.webc.fiori.ShellBarItem with name `sClassName` and enriches it
4895
+ * with the information contained in `oClassInfo`.
4896
+ *
4897
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
4898
+ */
4899
+ static extend<T extends Record<string, unknown>>(
4900
+ /**
4901
+ * Name of the class being created
4902
+ */
4903
+ sClassName: string,
4904
+ /**
4905
+ * Object literal with information about the class
4906
+ */
4907
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.ShellBarItem>,
4908
+ /**
4909
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
4910
+ * used by this class
4911
+ */
4912
+ FNMetaImpl?: Function
4913
+ ): Function;
4914
+ /**
4915
+ * Returns a metadata object for class sap.ui.webc.fiori.ShellBarItem.
4916
+ */
4917
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
4889
4918
  /**
4890
4919
  * Attaches event handler `fnFunction` to the {@link #event:itemClick itemClick} event of this `sap.ui.webc.fiori.ShellBarItem`.
4891
4920
  *
@@ -4942,27 +4971,6 @@ declare namespace sap {
4942
4971
  */
4943
4972
  oListener?: object
4944
4973
  ): this;
4945
- /**
4946
- * Creates a new subclass of class sap.ui.webc.fiori.ShellBarItem with name `sClassName` and enriches it
4947
- * with the information contained in `oClassInfo`.
4948
- *
4949
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
4950
- */
4951
- static extend<T extends Record<string, unknown>>(
4952
- /**
4953
- * Name of the class being created
4954
- */
4955
- sClassName: string,
4956
- /**
4957
- * Object literal with information about the class
4958
- */
4959
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.ShellBarItem>,
4960
- /**
4961
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
4962
- * used by this class
4963
- */
4964
- FNMetaImpl?: Function
4965
- ): Function;
4966
4974
  /**
4967
4975
  * Fires event {@link #event:itemClick itemClick} to attached listeners.
4968
4976
  *
@@ -4996,10 +5004,6 @@ declare namespace sap {
4996
5004
  * Default value is `empty string`.
4997
5005
  */
4998
5006
  getIcon(): string;
4999
- /**
5000
- * Returns a metadata object for class sap.ui.webc.fiori.ShellBarItem.
5001
- */
5002
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5003
5007
  /**
5004
5008
  * Gets current value of property {@link #getText text}.
5005
5009
  *
@@ -5107,6 +5111,31 @@ declare namespace sap {
5107
5111
  mSettings?: sap.ui.webc.fiori.$SideNavigationSettings
5108
5112
  );
5109
5113
 
5114
+ /**
5115
+ * Creates a new subclass of class sap.ui.webc.fiori.SideNavigation with name `sClassName` and enriches
5116
+ * it with the information contained in `oClassInfo`.
5117
+ *
5118
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
5119
+ */
5120
+ static extend<T extends Record<string, unknown>>(
5121
+ /**
5122
+ * Name of the class being created
5123
+ */
5124
+ sClassName: string,
5125
+ /**
5126
+ * Object literal with information about the class
5127
+ */
5128
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.SideNavigation>,
5129
+ /**
5130
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
5131
+ * used by this class
5132
+ */
5133
+ FNMetaImpl?: Function
5134
+ ): Function;
5135
+ /**
5136
+ * Returns a metadata object for class sap.ui.webc.fiori.SideNavigation.
5137
+ */
5138
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5110
5139
  /**
5111
5140
  * Adds some fixedItem to the aggregation {@link #getFixedItems fixedItems}.
5112
5141
  */
@@ -5205,27 +5234,6 @@ declare namespace sap {
5205
5234
  */
5206
5235
  oListener?: object
5207
5236
  ): this;
5208
- /**
5209
- * Creates a new subclass of class sap.ui.webc.fiori.SideNavigation with name `sClassName` and enriches
5210
- * it with the information contained in `oClassInfo`.
5211
- *
5212
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
5213
- */
5214
- static extend<T extends Record<string, unknown>>(
5215
- /**
5216
- * Name of the class being created
5217
- */
5218
- sClassName: string,
5219
- /**
5220
- * Object literal with information about the class
5221
- */
5222
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.SideNavigation>,
5223
- /**
5224
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
5225
- * used by this class
5226
- */
5227
- FNMetaImpl?: Function
5228
- ): Function;
5229
5237
  /**
5230
5238
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
5231
5239
  */
@@ -5277,10 +5285,6 @@ declare namespace sap {
5277
5285
  * items, nested inside the items.
5278
5286
  */
5279
5287
  getItems(): sap.ui.webc.fiori.ISideNavigationItem[];
5280
- /**
5281
- * Returns a metadata object for class sap.ui.webc.fiori.SideNavigation.
5282
- */
5283
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5284
5288
  /**
5285
5289
  * Checks for the provided `sap.ui.webc.fiori.ISideNavigationItem` in the aggregation {@link #getFixedItems
5286
5290
  * fixedItems}. and returns its index if found or -1 otherwise.
@@ -5461,19 +5465,6 @@ declare namespace sap {
5461
5465
  mSettings?: sap.ui.webc.fiori.$SideNavigationItemSettings
5462
5466
  );
5463
5467
 
5464
- /**
5465
- * Adds some item to the aggregation {@link #getItems items}.
5466
- */
5467
- addItem(
5468
- /**
5469
- * The item to add; if empty, nothing is inserted
5470
- */
5471
- oItem: sap.ui.webc.fiori.ISideNavigationSubItem
5472
- ): this;
5473
- /**
5474
- * Destroys all the items in the aggregation {@link #getItems items}.
5475
- */
5476
- destroyItems(): this;
5477
5468
  /**
5478
5469
  * Creates a new subclass of class sap.ui.webc.fiori.SideNavigationItem with name `sClassName` and enriches
5479
5470
  * it with the information contained in `oClassInfo`.
@@ -5495,6 +5486,23 @@ declare namespace sap {
5495
5486
  */
5496
5487
  FNMetaImpl?: Function
5497
5488
  ): Function;
5489
+ /**
5490
+ * Returns a metadata object for class sap.ui.webc.fiori.SideNavigationItem.
5491
+ */
5492
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5493
+ /**
5494
+ * Adds some item to the aggregation {@link #getItems items}.
5495
+ */
5496
+ addItem(
5497
+ /**
5498
+ * The item to add; if empty, nothing is inserted
5499
+ */
5500
+ oItem: sap.ui.webc.fiori.ISideNavigationSubItem
5501
+ ): this;
5502
+ /**
5503
+ * Destroys all the items in the aggregation {@link #getItems items}.
5504
+ */
5505
+ destroyItems(): this;
5498
5506
  /**
5499
5507
  * Gets current value of property {@link #getExpanded expanded}.
5500
5508
  *
@@ -5522,10 +5530,6 @@ declare namespace sap {
5522
5530
  * If you wish to nest menus, you can pass inner menu items to the default slot.
5523
5531
  */
5524
5532
  getItems(): sap.ui.webc.fiori.ISideNavigationSubItem[];
5525
- /**
5526
- * Returns a metadata object for class sap.ui.webc.fiori.SideNavigationItem.
5527
- */
5528
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5529
5533
  /**
5530
5534
  * Gets current value of property {@link #getSelected selected}.
5531
5535
  *
@@ -5745,6 +5749,10 @@ declare namespace sap {
5745
5749
  */
5746
5750
  FNMetaImpl?: Function
5747
5751
  ): Function;
5752
+ /**
5753
+ * Returns a metadata object for class sap.ui.webc.fiori.SideNavigationSubItem.
5754
+ */
5755
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5748
5756
  /**
5749
5757
  * Gets current value of property {@link #getIcon icon}.
5750
5758
  *
@@ -5758,10 +5766,6 @@ declare namespace sap {
5758
5766
  * Default value is `empty string`.
5759
5767
  */
5760
5768
  getIcon(): string;
5761
- /**
5762
- * Returns a metadata object for class sap.ui.webc.fiori.SideNavigationSubItem.
5763
- */
5764
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5765
5769
  /**
5766
5770
  * Gets current value of property {@link #getSelected selected}.
5767
5771
  *
@@ -5874,19 +5878,6 @@ declare namespace sap {
5874
5878
  mSettings?: sap.ui.webc.fiori.$TimelineSettings
5875
5879
  );
5876
5880
 
5877
- /**
5878
- * Adds some item to the aggregation {@link #getItems items}.
5879
- */
5880
- addItem(
5881
- /**
5882
- * The item to add; if empty, nothing is inserted
5883
- */
5884
- oItem: sap.ui.webc.fiori.ITimelineItem
5885
- ): this;
5886
- /**
5887
- * Destroys all the items in the aggregation {@link #getItems items}.
5888
- */
5889
- destroyItems(): this;
5890
5881
  /**
5891
5882
  * Creates a new subclass of class sap.ui.webc.fiori.Timeline with name `sClassName` and enriches it with
5892
5883
  * the information contained in `oClassInfo`.
@@ -5903,11 +5894,28 @@ declare namespace sap {
5903
5894
  */
5904
5895
  oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.Timeline>,
5905
5896
  /**
5906
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
5907
- * used by this class
5897
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
5898
+ * used by this class
5899
+ */
5900
+ FNMetaImpl?: Function
5901
+ ): Function;
5902
+ /**
5903
+ * Returns a metadata object for class sap.ui.webc.fiori.Timeline.
5904
+ */
5905
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5906
+ /**
5907
+ * Adds some item to the aggregation {@link #getItems items}.
5908
+ */
5909
+ addItem(
5910
+ /**
5911
+ * The item to add; if empty, nothing is inserted
5908
5912
  */
5909
- FNMetaImpl?: Function
5910
- ): Function;
5913
+ oItem: sap.ui.webc.fiori.ITimelineItem
5914
+ ): this;
5915
+ /**
5916
+ * Destroys all the items in the aggregation {@link #getItems items}.
5917
+ */
5918
+ destroyItems(): this;
5911
5919
  /**
5912
5920
  * Gets current value of property {@link #getHeight height}.
5913
5921
  *
@@ -5920,10 +5928,6 @@ declare namespace sap {
5920
5928
  * Determines the content of the `sap.ui.webc.fiori.Timeline`.
5921
5929
  */
5922
5930
  getItems(): sap.ui.webc.fiori.ITimelineItem[];
5923
- /**
5924
- * Returns a metadata object for class sap.ui.webc.fiori.Timeline.
5925
- */
5926
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
5927
5931
  /**
5928
5932
  * Gets current value of property {@link #getWidth width}.
5929
5933
  *
@@ -6040,6 +6044,31 @@ declare namespace sap {
6040
6044
  mSettings?: sap.ui.webc.fiori.$TimelineItemSettings
6041
6045
  );
6042
6046
 
6047
+ /**
6048
+ * Creates a new subclass of class sap.ui.webc.fiori.TimelineItem with name `sClassName` and enriches it
6049
+ * with the information contained in `oClassInfo`.
6050
+ *
6051
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6052
+ */
6053
+ static extend<T extends Record<string, unknown>>(
6054
+ /**
6055
+ * Name of the class being created
6056
+ */
6057
+ sClassName: string,
6058
+ /**
6059
+ * Object literal with information about the class
6060
+ */
6061
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.TimelineItem>,
6062
+ /**
6063
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
6064
+ * used by this class
6065
+ */
6066
+ FNMetaImpl?: Function
6067
+ ): Function;
6068
+ /**
6069
+ * Returns a metadata object for class sap.ui.webc.fiori.TimelineItem.
6070
+ */
6071
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
6043
6072
  /**
6044
6073
  * Adds some content to the aggregation {@link #getContent content}.
6045
6074
  */
@@ -6114,27 +6143,6 @@ declare namespace sap {
6114
6143
  */
6115
6144
  oListener?: object
6116
6145
  ): this;
6117
- /**
6118
- * Creates a new subclass of class sap.ui.webc.fiori.TimelineItem with name `sClassName` and enriches it
6119
- * with the information contained in `oClassInfo`.
6120
- *
6121
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6122
- */
6123
- static extend<T extends Record<string, unknown>>(
6124
- /**
6125
- * Name of the class being created
6126
- */
6127
- sClassName: string,
6128
- /**
6129
- * Object literal with information about the class
6130
- */
6131
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.TimelineItem>,
6132
- /**
6133
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
6134
- * used by this class
6135
- */
6136
- FNMetaImpl?: Function
6137
- ): Function;
6138
6146
  /**
6139
6147
  * Fires event {@link #event:itemNameClick itemNameClick} to attached listeners.
6140
6148
  */
@@ -6179,10 +6187,6 @@ declare namespace sap {
6179
6187
  * Default value is `false`.
6180
6188
  */
6181
6189
  getItemNameClickable(): boolean;
6182
- /**
6183
- * Returns a metadata object for class sap.ui.webc.fiori.TimelineItem.
6184
- */
6185
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
6186
6190
  /**
6187
6191
  * Gets current value of property {@link #getSubtitleText subtitleText}.
6188
6192
  *
@@ -6359,6 +6363,31 @@ declare namespace sap {
6359
6363
  mSettings?: sap.ui.webc.fiori.$UploadCollectionSettings
6360
6364
  );
6361
6365
 
6366
+ /**
6367
+ * Creates a new subclass of class sap.ui.webc.fiori.UploadCollection with name `sClassName` and enriches
6368
+ * it with the information contained in `oClassInfo`.
6369
+ *
6370
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6371
+ */
6372
+ static extend<T extends Record<string, unknown>>(
6373
+ /**
6374
+ * Name of the class being created
6375
+ */
6376
+ sClassName: string,
6377
+ /**
6378
+ * Object literal with information about the class
6379
+ */
6380
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.UploadCollection>,
6381
+ /**
6382
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
6383
+ * used by this class
6384
+ */
6385
+ FNMetaImpl?: Function
6386
+ ): Function;
6387
+ /**
6388
+ * Returns a metadata object for class sap.ui.webc.fiori.UploadCollection.
6389
+ */
6390
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
6362
6391
  /**
6363
6392
  * Adds some header to the aggregation {@link #getHeader header}.
6364
6393
  */
@@ -6574,27 +6603,6 @@ declare namespace sap {
6574
6603
  */
6575
6604
  oListener?: object
6576
6605
  ): this;
6577
- /**
6578
- * Creates a new subclass of class sap.ui.webc.fiori.UploadCollection with name `sClassName` and enriches
6579
- * it with the information contained in `oClassInfo`.
6580
- *
6581
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6582
- */
6583
- static extend<T extends Record<string, unknown>>(
6584
- /**
6585
- * Name of the class being created
6586
- */
6587
- sClassName: string,
6588
- /**
6589
- * Object literal with information about the class
6590
- */
6591
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.UploadCollection>,
6592
- /**
6593
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
6594
- * used by this class
6595
- */
6596
- FNMetaImpl?: Function
6597
- ): Function;
6598
6606
  /**
6599
6607
  * Fires event {@link #event:drop drop} to attached listeners.
6600
6608
  */
@@ -6668,10 +6676,6 @@ declare namespace sap {
6668
6676
  * **Note:** Use `sap.ui.webc.fiori.UploadCollectionItem` for the intended design.
6669
6677
  */
6670
6678
  getItems(): sap.ui.webc.fiori.IUploadCollectionItem[];
6671
- /**
6672
- * Returns a metadata object for class sap.ui.webc.fiori.UploadCollection.
6673
- */
6674
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
6675
6679
  /**
6676
6680
  * Gets current value of property {@link #getMode mode}.
6677
6681
  *
@@ -6930,6 +6934,34 @@ declare namespace sap {
6930
6934
  mSettings?: sap.ui.webc.fiori.$UploadCollectionItemSettings
6931
6935
  );
6932
6936
 
6937
+ /**
6938
+ * Creates a new subclass of class sap.ui.webc.fiori.UploadCollectionItem with name `sClassName` and enriches
6939
+ * it with the information contained in `oClassInfo`.
6940
+ *
6941
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6942
+ */
6943
+ static extend<T extends Record<string, unknown>>(
6944
+ /**
6945
+ * Name of the class being created
6946
+ */
6947
+ sClassName: string,
6948
+ /**
6949
+ * Object literal with information about the class
6950
+ */
6951
+ oClassInfo?: sap.ClassInfo<
6952
+ T,
6953
+ sap.ui.webc.fiori.UploadCollectionItem
6954
+ >,
6955
+ /**
6956
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
6957
+ * used by this class
6958
+ */
6959
+ FNMetaImpl?: Function
6960
+ ): Function;
6961
+ /**
6962
+ * Returns a metadata object for class sap.ui.webc.fiori.UploadCollectionItem.
6963
+ */
6964
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
6933
6965
  /**
6934
6966
  * Adds some content to the aggregation {@link #getContent content}.
6935
6967
  */
@@ -7198,30 +7230,6 @@ declare namespace sap {
7198
7230
  */
7199
7231
  oListener?: object
7200
7232
  ): this;
7201
- /**
7202
- * Creates a new subclass of class sap.ui.webc.fiori.UploadCollectionItem with name `sClassName` and enriches
7203
- * it with the information contained in `oClassInfo`.
7204
- *
7205
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
7206
- */
7207
- static extend<T extends Record<string, unknown>>(
7208
- /**
7209
- * Name of the class being created
7210
- */
7211
- sClassName: string,
7212
- /**
7213
- * Object literal with information about the class
7214
- */
7215
- oClassInfo?: sap.ClassInfo<
7216
- T,
7217
- sap.ui.webc.fiori.UploadCollectionItem
7218
- >,
7219
- /**
7220
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
7221
- * used by this class
7222
- */
7223
- FNMetaImpl?: Function
7224
- ): Function;
7225
7233
  /**
7226
7234
  * Fires event {@link #event:fileNameClick fileNameClick} to attached listeners.
7227
7235
  */
@@ -7286,10 +7294,6 @@ declare namespace sap {
7286
7294
  * Default value is `false`.
7287
7295
  */
7288
7296
  getFileNameClickable(): boolean;
7289
- /**
7290
- * Returns a metadata object for class sap.ui.webc.fiori.UploadCollectionItem.
7291
- */
7292
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
7293
7297
  /**
7294
7298
  * Gets current value of property {@link #getNoDelete noDelete}.
7295
7299
  *
@@ -7605,6 +7609,31 @@ declare namespace sap {
7605
7609
  mSettings?: sap.ui.webc.fiori.$WizardSettings
7606
7610
  );
7607
7611
 
7612
+ /**
7613
+ * Creates a new subclass of class sap.ui.webc.fiori.Wizard with name `sClassName` and enriches it with
7614
+ * the information contained in `oClassInfo`.
7615
+ *
7616
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
7617
+ */
7618
+ static extend<T extends Record<string, unknown>>(
7619
+ /**
7620
+ * Name of the class being created
7621
+ */
7622
+ sClassName: string,
7623
+ /**
7624
+ * Object literal with information about the class
7625
+ */
7626
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.Wizard>,
7627
+ /**
7628
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
7629
+ * used by this class
7630
+ */
7631
+ FNMetaImpl?: Function
7632
+ ): Function;
7633
+ /**
7634
+ * Returns a metadata object for class sap.ui.webc.fiori.Wizard.
7635
+ */
7636
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
7608
7637
  /**
7609
7638
  * Adds some step to the aggregation {@link #getSteps steps}.
7610
7639
  */
@@ -7676,27 +7705,6 @@ declare namespace sap {
7676
7705
  */
7677
7706
  oListener?: object
7678
7707
  ): this;
7679
- /**
7680
- * Creates a new subclass of class sap.ui.webc.fiori.Wizard with name `sClassName` and enriches it with
7681
- * the information contained in `oClassInfo`.
7682
- *
7683
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
7684
- */
7685
- static extend<T extends Record<string, unknown>>(
7686
- /**
7687
- * Name of the class being created
7688
- */
7689
- sClassName: string,
7690
- /**
7691
- * Object literal with information about the class
7692
- */
7693
- oClassInfo?: sap.ClassInfo<T, sap.ui.webc.fiori.Wizard>,
7694
- /**
7695
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
7696
- * used by this class
7697
- */
7698
- FNMetaImpl?: Function
7699
- ): Function;
7700
7708
  /**
7701
7709
  * Fires event {@link #event:stepChange stepChange} to attached listeners.
7702
7710
  */
@@ -7716,7 +7724,7 @@ declare namespace sap {
7716
7724
  /**
7717
7725
  * the step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation
7718
7726
  */
7719
- changeWithClick?: Boolean;
7727
+ changeWithClick?: boolean;
7720
7728
  }
7721
7729
  ): this;
7722
7730
  /**
@@ -7725,10 +7733,6 @@ declare namespace sap {
7725
7733
  * Defines the height of the control
7726
7734
  */
7727
7735
  getHeight(): sap.ui.core.CSSSize;
7728
- /**
7729
- * Returns a metadata object for class sap.ui.webc.fiori.Wizard.
7730
- */
7731
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
7732
7736
  /**
7733
7737
  * Gets content of aggregation {@link #getSteps steps}.
7734
7738
  *
@@ -7844,19 +7848,6 @@ declare namespace sap {
7844
7848
  mSettings?: sap.ui.webc.fiori.$WizardStepSettings
7845
7849
  );
7846
7850
 
7847
- /**
7848
- * Adds some content to the aggregation {@link #getContent content}.
7849
- */
7850
- addContent(
7851
- /**
7852
- * The content to add; if empty, nothing is inserted
7853
- */
7854
- oContent: sap.ui.core.Control
7855
- ): this;
7856
- /**
7857
- * Destroys all the content in the aggregation {@link #getContent content}.
7858
- */
7859
- destroyContent(): this;
7860
7851
  /**
7861
7852
  * Creates a new subclass of class sap.ui.webc.fiori.WizardStep with name `sClassName` and enriches it with
7862
7853
  * the information contained in `oClassInfo`.
@@ -7878,6 +7869,23 @@ declare namespace sap {
7878
7869
  */
7879
7870
  FNMetaImpl?: Function
7880
7871
  ): Function;
7872
+ /**
7873
+ * Returns a metadata object for class sap.ui.webc.fiori.WizardStep.
7874
+ */
7875
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
7876
+ /**
7877
+ * Adds some content to the aggregation {@link #getContent content}.
7878
+ */
7879
+ addContent(
7880
+ /**
7881
+ * The content to add; if empty, nothing is inserted
7882
+ */
7883
+ oContent: sap.ui.core.Control
7884
+ ): this;
7885
+ /**
7886
+ * Destroys all the content in the aggregation {@link #getContent content}.
7887
+ */
7888
+ destroyContent(): this;
7881
7889
  /**
7882
7890
  * Gets current value of property {@link #getBranching branching}.
7883
7891
  *
@@ -7928,10 +7936,6 @@ declare namespace sap {
7928
7936
  * Default value is `empty string`.
7929
7937
  */
7930
7938
  getIcon(): string;
7931
- /**
7932
- * Returns a metadata object for class sap.ui.webc.fiori.WizardStep.
7933
- */
7934
- static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
7935
7939
  /**
7936
7940
  * Gets current value of property {@link #getSelected selected}.
7937
7941
  *