@ui5/webcomponents-fiori 2.22.0-rc.4 → 2.22.0-rc.6

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.
Files changed (214) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/DynamicPage.d.ts +1 -1
  4. package/dist/DynamicPage.js +8 -3
  5. package/dist/DynamicPage.js.map +1 -1
  6. package/dist/DynamicSideContent.d.ts +8 -3
  7. package/dist/DynamicSideContent.js +15 -4
  8. package/dist/DynamicSideContent.js.map +1 -1
  9. package/dist/DynamicSideContentTemplate.js +2 -2
  10. package/dist/DynamicSideContentTemplate.js.map +1 -1
  11. package/dist/NavigationMenuItemTemplate.d.ts +2 -2
  12. package/dist/NavigationMenuItemTemplate.js.map +1 -1
  13. package/dist/NotificationListItem.d.ts +8 -3
  14. package/dist/NotificationListItem.js +17 -3
  15. package/dist/NotificationListItem.js.map +1 -1
  16. package/dist/NotificationListItemBase.js +8 -3
  17. package/dist/NotificationListItemBase.js.map +1 -1
  18. package/dist/Search.d.ts +4 -0
  19. package/dist/Search.js.map +1 -1
  20. package/dist/SearchItemShowMore.d.ts +2 -1
  21. package/dist/SearchItemShowMore.js +1 -1
  22. package/dist/SearchItemShowMore.js.map +1 -1
  23. package/dist/ShellBarSearch.d.ts +1 -0
  24. package/dist/ShellBarSearch.js +11 -0
  25. package/dist/ShellBarSearch.js.map +1 -1
  26. package/dist/Timeline.d.ts +3 -35
  27. package/dist/Timeline.js +4 -62
  28. package/dist/Timeline.js.map +1 -1
  29. package/dist/TimelineItem.d.ts +0 -2
  30. package/dist/TimelineItem.js +0 -2
  31. package/dist/TimelineItem.js.map +1 -1
  32. package/dist/TimelineTemplate.js +1 -1
  33. package/dist/TimelineTemplate.js.map +1 -1
  34. package/dist/UploadCollectionItem.d.ts +2 -0
  35. package/dist/UploadCollectionItem.js +24 -0
  36. package/dist/UploadCollectionItem.js.map +1 -1
  37. package/dist/UserMenuItem.d.ts +24 -0
  38. package/dist/UserMenuItem.js +52 -3
  39. package/dist/UserMenuItem.js.map +1 -1
  40. package/dist/UserMenuItemTemplate.js +10 -1
  41. package/dist/UserMenuItemTemplate.js.map +1 -1
  42. package/dist/ViewSettingsDialog.d.ts +12 -11
  43. package/dist/ViewSettingsDialog.js +26 -23
  44. package/dist/ViewSettingsDialog.js.map +1 -1
  45. package/dist/ViewSettingsDialogCustomTab.d.ts +5 -5
  46. package/dist/ViewSettingsDialogCustomTab.js +7 -7
  47. package/dist/ViewSettingsDialogCustomTab.js.map +1 -1
  48. package/dist/ViewSettingsDialogTemplate.js +2 -2
  49. package/dist/ViewSettingsDialogTemplate.js.map +1 -1
  50. package/dist/Wizard.d.ts +6 -0
  51. package/dist/Wizard.js +17 -0
  52. package/dist/Wizard.js.map +1 -1
  53. package/dist/bundle.esm.js +0 -2
  54. package/dist/bundle.esm.js.map +1 -1
  55. package/dist/css/themes/SearchField.css +1 -1
  56. package/dist/css/themes/ShellBar.css +1 -1
  57. package/dist/css/themes/ShellBarItem.css +1 -1
  58. package/dist/css/themes/Timeline.css +1 -1
  59. package/dist/css/themes/UserMenuItem.css +1 -1
  60. package/dist/custom-elements-internal.json +772 -716
  61. package/dist/custom-elements.json +444 -474
  62. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  63. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  64. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  65. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  66. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  67. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  68. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  69. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  70. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  71. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  73. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  74. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  75. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  76. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  77. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  78. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  79. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  80. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  81. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  82. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  83. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  84. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  85. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  86. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  87. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  88. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  89. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  90. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  91. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  92. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  93. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  94. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  95. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  96. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  97. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  98. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  99. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  100. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  101. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  102. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  103. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  104. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  113. package/dist/generated/i18n/i18n-defaults.d.ts +1 -11
  114. package/dist/generated/i18n/i18n-defaults.js +5 -15
  115. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  116. package/dist/generated/themes/SearchField.css.d.ts +1 -1
  117. package/dist/generated/themes/SearchField.css.js +1 -1
  118. package/dist/generated/themes/SearchField.css.js.map +1 -1
  119. package/dist/generated/themes/ShellBar.css.d.ts +1 -1
  120. package/dist/generated/themes/ShellBar.css.js +1 -1
  121. package/dist/generated/themes/ShellBar.css.js.map +1 -1
  122. package/dist/generated/themes/ShellBarItem.css.d.ts +1 -1
  123. package/dist/generated/themes/ShellBarItem.css.js +1 -1
  124. package/dist/generated/themes/ShellBarItem.css.js.map +1 -1
  125. package/dist/generated/themes/Timeline.css.d.ts +1 -1
  126. package/dist/generated/themes/Timeline.css.js +1 -1
  127. package/dist/generated/themes/Timeline.css.js.map +1 -1
  128. package/dist/generated/themes/UserMenuItem.css.d.ts +1 -1
  129. package/dist/generated/themes/UserMenuItem.css.js +1 -1
  130. package/dist/generated/themes/UserMenuItem.css.js.map +1 -1
  131. package/dist/vscode.html-custom-data.json +86 -67
  132. package/dist/web-types.json +132 -198
  133. package/package-scripts.cjs +1 -0
  134. package/package.json +7 -7
  135. package/src/DynamicSideContentTemplate.tsx +2 -2
  136. package/src/NavigationMenuItemTemplate.tsx +3 -3
  137. package/src/TimelineTemplate.tsx +0 -7
  138. package/src/UserMenuItemTemplate.tsx +19 -1
  139. package/src/ViewSettingsDialogTemplate.tsx +3 -3
  140. package/src/i18n/messagebundle.properties +1 -31
  141. package/src/i18n/messagebundle_ar.properties +4 -4
  142. package/src/i18n/messagebundle_bg.properties +5 -5
  143. package/src/i18n/messagebundle_ca.properties +5 -5
  144. package/src/i18n/messagebundle_cnr.properties +4 -4
  145. package/src/i18n/messagebundle_cs.properties +4 -4
  146. package/src/i18n/messagebundle_cy.properties +4 -4
  147. package/src/i18n/messagebundle_da.properties +5 -5
  148. package/src/i18n/messagebundle_de.properties +4 -4
  149. package/src/i18n/messagebundle_el.properties +4 -4
  150. package/src/i18n/messagebundle_en.properties +4 -4
  151. package/src/i18n/messagebundle_en_GB.properties +4 -4
  152. package/src/i18n/messagebundle_en_US_sappsd.properties +4 -4
  153. package/src/i18n/messagebundle_en_US_saprigi.properties +4 -4
  154. package/src/i18n/messagebundle_en_US_saptrc.properties +4 -4
  155. package/src/i18n/messagebundle_es.properties +6 -6
  156. package/src/i18n/messagebundle_es_MX.properties +5 -5
  157. package/src/i18n/messagebundle_et.properties +4 -4
  158. package/src/i18n/messagebundle_fi.properties +4 -4
  159. package/src/i18n/messagebundle_fr.properties +4 -4
  160. package/src/i18n/messagebundle_fr_CA.properties +4 -4
  161. package/src/i18n/messagebundle_hi.properties +4 -4
  162. package/src/i18n/messagebundle_hr.properties +4 -4
  163. package/src/i18n/messagebundle_hu.properties +4 -4
  164. package/src/i18n/messagebundle_id.properties +6 -6
  165. package/src/i18n/messagebundle_it.properties +4 -4
  166. package/src/i18n/messagebundle_iw.properties +4 -4
  167. package/src/i18n/messagebundle_ja.properties +4 -4
  168. package/src/i18n/messagebundle_kk.properties +5 -5
  169. package/src/i18n/messagebundle_ko.properties +3 -3
  170. package/src/i18n/messagebundle_lt.properties +4 -4
  171. package/src/i18n/messagebundle_lv.properties +4 -4
  172. package/src/i18n/messagebundle_mk.properties +6 -6
  173. package/src/i18n/messagebundle_ms.properties +11 -11
  174. package/src/i18n/messagebundle_nl.properties +4 -4
  175. package/src/i18n/messagebundle_no.properties +4 -4
  176. package/src/i18n/messagebundle_pl.properties +6 -6
  177. package/src/i18n/messagebundle_pt.properties +5 -5
  178. package/src/i18n/messagebundle_pt_PT.properties +4 -4
  179. package/src/i18n/messagebundle_ro.properties +4 -4
  180. package/src/i18n/messagebundle_ru.properties +4 -4
  181. package/src/i18n/messagebundle_sh.properties +4 -4
  182. package/src/i18n/messagebundle_sk.properties +4 -4
  183. package/src/i18n/messagebundle_sl.properties +5 -5
  184. package/src/i18n/messagebundle_sr.properties +4 -4
  185. package/src/i18n/messagebundle_sv.properties +4 -4
  186. package/src/i18n/messagebundle_th.properties +3 -3
  187. package/src/i18n/messagebundle_tr.properties +4 -4
  188. package/src/i18n/messagebundle_uk.properties +7 -7
  189. package/src/i18n/messagebundle_vi.properties +3 -3
  190. package/src/i18n/messagebundle_zh_CN.properties +3 -3
  191. package/src/i18n/messagebundle_zh_TW.properties +3 -3
  192. package/src/themes/SearchField.css +1 -1
  193. package/src/themes/ShellBar.css +4 -1
  194. package/src/themes/ShellBarItem.css +3 -1
  195. package/src/themes/Timeline.css +7 -21
  196. package/src/themes/UserMenuItem.css +37 -3
  197. package/dist/TimelineFilterOption.d.ts +0 -37
  198. package/dist/TimelineFilterOption.js +0 -59
  199. package/dist/TimelineFilterOption.js.map +0 -1
  200. package/dist/TimelineHeaderBar.d.ts +0 -114
  201. package/dist/TimelineHeaderBar.js +0 -264
  202. package/dist/TimelineHeaderBar.js.map +0 -1
  203. package/dist/TimelineHeaderBarTemplate.d.ts +0 -2
  204. package/dist/TimelineHeaderBarTemplate.js +0 -18
  205. package/dist/TimelineHeaderBarTemplate.js.map +0 -1
  206. package/dist/css/themes/TimelineHeaderBar.css +0 -1
  207. package/dist/generated/themes/TimelineHeaderBar.css.d.ts +0 -2
  208. package/dist/generated/themes/TimelineHeaderBar.css.js +0 -8
  209. package/dist/generated/themes/TimelineHeaderBar.css.js.map +0 -1
  210. package/dist/types/TimelineSortOrder.d.ts +0 -18
  211. package/dist/types/TimelineSortOrder.js +0 -20
  212. package/dist/types/TimelineSortOrder.js.map +0 -1
  213. package/src/TimelineHeaderBarTemplate.tsx +0 -104
  214. package/src/themes/TimelineHeaderBar.css +0 -17
@@ -640,7 +640,7 @@
640
640
  ]
641
641
  },
642
642
  "default": "{}",
643
- "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields:\n\n - **mainContent**: `mainContent.ariaLabel` defines the aria-label of the main content area. Accepts any string.\n - **sideContent**: `sideContent.ariaLabel` defines the aria-label of the side content area. Accepts any string.",
643
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields:\n\n- **mainContent**:\n - **ariaLabel**: defines the aria-label of the main content area. Accepts any string.\n - **role**: defines the role of the main content area. When not set, defaults to `\"main\"`. Set to `undefined` to remove the role attribute.\n\n- **sideContent**:\n - **ariaLabel**: defines the aria-label of the side content area. Accepts any string.\n - **role**: defines the role of the side content area. When not set, defaults to `\"complementary\"`. Set to `undefined` to remove the role attribute.",
644
644
  "privacy": "public",
645
645
  "_ui5since": "2.6.0"
646
646
  },
@@ -793,7 +793,7 @@
793
793
  ],
794
794
  "attributes": [
795
795
  {
796
- "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields:\n\n - **mainContent**: `mainContent.ariaLabel` defines the aria-label of the main content area. Accepts any string.\n - **sideContent**: `sideContent.ariaLabel` defines the aria-label of the side content area. Accepts any string.",
796
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields:\n\n- **mainContent**:\n - **ariaLabel**: defines the aria-label of the main content area. Accepts any string.\n - **role**: defines the role of the main content area. When not set, defaults to `\"main\"`. Set to `undefined` to remove the role attribute.\n\n- **sideContent**:\n - **ariaLabel**: defines the aria-label of the side content area. Accepts any string.\n - **role**: defines the role of the side content area. When not set, defaults to `\"complementary\"`. Set to `undefined` to remove the role attribute.",
797
797
  "name": "accessibility-attributes",
798
798
  "default": "{}",
799
799
  "fieldName": "accessibilityAttributes",
@@ -2644,6 +2644,17 @@
2644
2644
  "privacy": "public",
2645
2645
  "_ui5since": "1.7.0"
2646
2646
  },
2647
+ {
2648
+ "kind": "field",
2649
+ "name": "accessibleRole",
2650
+ "type": {
2651
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
2652
+ },
2653
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
2654
+ "default": "undefined",
2655
+ "privacy": "public",
2656
+ "_ui5since": "1.3.0"
2657
+ },
2647
2658
  {
2648
2659
  "kind": "field",
2649
2660
  "name": "additionalText",
@@ -2823,6 +2834,15 @@
2823
2834
  "text": "string | undefined"
2824
2835
  }
2825
2836
  },
2837
+ {
2838
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
2839
+ "name": "accessible-role",
2840
+ "default": "undefined",
2841
+ "fieldName": "accessibleRole",
2842
+ "type": {
2843
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
2844
+ }
2845
+ },
2826
2846
  {
2827
2847
  "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
2828
2848
  "name": "additional-text",
@@ -3055,6 +3075,50 @@
3055
3075
  "_ui5Bubbles": true,
3056
3076
  "_ui5since": "2.12.0"
3057
3077
  },
3078
+ {
3079
+ "name": "click",
3080
+ "_ui5privacy": "public",
3081
+ "type": {
3082
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
3083
+ "references": [
3084
+ {
3085
+ "name": "ListItemBaseClickEventDetail",
3086
+ "package": "@ui5/webcomponents",
3087
+ "module": "dist/ListItemBase.js"
3088
+ }
3089
+ ]
3090
+ },
3091
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
3092
+ "_ui5Cancelable": false,
3093
+ "_ui5allowPreventDefault": false,
3094
+ "_ui5Bubbles": true,
3095
+ "_ui5since": "2.22.0",
3096
+ "_ui5parameters": [
3097
+ {
3098
+ "type": {
3099
+ "text": "ListItemBase",
3100
+ "references": [
3101
+ {
3102
+ "name": "ListItemBase",
3103
+ "package": "@ui5/webcomponents",
3104
+ "module": "dist/ListItemBase.js"
3105
+ }
3106
+ ]
3107
+ },
3108
+ "name": "item",
3109
+ "_ui5privacy": "public",
3110
+ "description": "The activated item."
3111
+ },
3112
+ {
3113
+ "type": {
3114
+ "text": "Event"
3115
+ },
3116
+ "name": "originalEvent",
3117
+ "_ui5privacy": "public",
3118
+ "description": "The original event from the user interaction."
3119
+ }
3120
+ ]
3121
+ },
3058
3122
  {
3059
3123
  "name": "close",
3060
3124
  "_ui5privacy": "public",
@@ -3396,6 +3460,50 @@
3396
3460
  "_ui5Cancelable": false,
3397
3461
  "_ui5allowPreventDefault": false,
3398
3462
  "_ui5Bubbles": true
3463
+ },
3464
+ {
3465
+ "name": "click",
3466
+ "_ui5privacy": "public",
3467
+ "type": {
3468
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
3469
+ "references": [
3470
+ {
3471
+ "name": "ListItemBaseClickEventDetail",
3472
+ "package": "@ui5/webcomponents",
3473
+ "module": "dist/ListItemBase.js"
3474
+ }
3475
+ ]
3476
+ },
3477
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
3478
+ "_ui5Cancelable": false,
3479
+ "_ui5allowPreventDefault": false,
3480
+ "_ui5Bubbles": true,
3481
+ "_ui5since": "2.22.0",
3482
+ "_ui5parameters": [
3483
+ {
3484
+ "type": {
3485
+ "text": "ListItemBase",
3486
+ "references": [
3487
+ {
3488
+ "name": "ListItemBase",
3489
+ "package": "@ui5/webcomponents",
3490
+ "module": "dist/ListItemBase.js"
3491
+ }
3492
+ ]
3493
+ },
3494
+ "name": "item",
3495
+ "_ui5privacy": "public",
3496
+ "description": "The activated item."
3497
+ },
3498
+ {
3499
+ "type": {
3500
+ "text": "Event"
3501
+ },
3502
+ "name": "originalEvent",
3503
+ "_ui5privacy": "public",
3504
+ "description": "The original event from the user interaction."
3505
+ }
3506
+ ]
3399
3507
  }
3400
3508
  ],
3401
3509
  "attributes": [
@@ -3416,6 +3524,42 @@
3416
3524
  "type": {
3417
3525
  "text": "\"Button\" | \"None\""
3418
3526
  }
3527
+ },
3528
+ {
3529
+ "description": "Defines if a busy indicator would be displayed over the item.",
3530
+ "name": "loading",
3531
+ "default": "false",
3532
+ "fieldName": "loading",
3533
+ "type": {
3534
+ "text": "boolean"
3535
+ }
3536
+ },
3537
+ {
3538
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
3539
+ "name": "loading-delay",
3540
+ "default": "1000",
3541
+ "fieldName": "loadingDelay",
3542
+ "type": {
3543
+ "text": "number"
3544
+ }
3545
+ },
3546
+ {
3547
+ "description": "Defines if the `notification` is new or has been already read.\n\n**Note:** if set to `false` the `titleText` has bold font,\nif set to true - it has a normal font.",
3548
+ "name": "read",
3549
+ "default": "false",
3550
+ "fieldName": "read",
3551
+ "type": {
3552
+ "text": "boolean"
3553
+ }
3554
+ },
3555
+ {
3556
+ "description": "Defines the `titleText` of the item.",
3557
+ "name": "title-text",
3558
+ "default": "undefined",
3559
+ "fieldName": "titleText",
3560
+ "type": {
3561
+ "text": "string | undefined"
3562
+ }
3419
3563
  }
3420
3564
  ],
3421
3565
  "superclass": {
@@ -5037,6 +5181,50 @@
5037
5181
  }
5038
5182
  ],
5039
5183
  "events": [
5184
+ {
5185
+ "name": "click",
5186
+ "_ui5privacy": "public",
5187
+ "type": {
5188
+ "text": "CustomEvent<NotificationListItemClickEventDetail>",
5189
+ "references": [
5190
+ {
5191
+ "name": "NotificationListItemClickEventDetail",
5192
+ "package": "@ui5/webcomponents-fiori",
5193
+ "module": "dist/NotificationListItem.js"
5194
+ }
5195
+ ]
5196
+ },
5197
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.",
5198
+ "_ui5Cancelable": false,
5199
+ "_ui5allowPreventDefault": false,
5200
+ "_ui5Bubbles": true,
5201
+ "_ui5since": "2.22.0",
5202
+ "_ui5parameters": [
5203
+ {
5204
+ "type": {
5205
+ "text": "NotificationListItem",
5206
+ "references": [
5207
+ {
5208
+ "name": "NotificationListItem",
5209
+ "package": "@ui5/webcomponents-fiori",
5210
+ "module": "dist/NotificationListItem.js"
5211
+ }
5212
+ ]
5213
+ },
5214
+ "name": "item",
5215
+ "_ui5privacy": "public",
5216
+ "description": "The activated item."
5217
+ },
5218
+ {
5219
+ "type": {
5220
+ "text": "Event"
5221
+ },
5222
+ "name": "originalEvent",
5223
+ "_ui5privacy": "public",
5224
+ "description": "The original event from the user interaction."
5225
+ }
5226
+ ]
5227
+ },
5040
5228
  {
5041
5229
  "name": "close",
5042
5230
  "_ui5privacy": "public",
@@ -5076,6 +5264,33 @@
5076
5264
  "text": "\"Standard\" | \"Important\""
5077
5265
  }
5078
5266
  },
5267
+ {
5268
+ "description": "Defines if a busy indicator would be displayed over the item.",
5269
+ "name": "loading",
5270
+ "default": "false",
5271
+ "fieldName": "loading",
5272
+ "type": {
5273
+ "text": "boolean"
5274
+ }
5275
+ },
5276
+ {
5277
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
5278
+ "name": "loading-delay",
5279
+ "default": "1000",
5280
+ "fieldName": "loadingDelay",
5281
+ "type": {
5282
+ "text": "number"
5283
+ }
5284
+ },
5285
+ {
5286
+ "description": "Defines if the `notification` is new or has been already read.\n\n**Note:** if set to `false` the `titleText` has bold font,\nif set to true - it has a normal font.",
5287
+ "name": "read",
5288
+ "default": "false",
5289
+ "fieldName": "read",
5290
+ "type": {
5291
+ "text": "boolean"
5292
+ }
5293
+ },
5079
5294
  {
5080
5295
  "description": "Defines if the `Close` button would be displayed.",
5081
5296
  "name": "show-close",
@@ -5094,6 +5309,15 @@
5094
5309
  "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
5095
5310
  }
5096
5311
  },
5312
+ {
5313
+ "description": "Defines the `titleText` of the item.",
5314
+ "name": "title-text",
5315
+ "default": "undefined",
5316
+ "fieldName": "titleText",
5317
+ "type": {
5318
+ "text": "string | undefined"
5319
+ }
5320
+ },
5097
5321
  {
5098
5322
  "description": "Defines if the `titleText` and `description` should wrap,\nthey truncate by default.\n\n**Note:** by default the `titleText` and `description`,\nand a `ShowMore/Less` button would be displayed.",
5099
5323
  "name": "wrapping-type",
@@ -5185,38 +5409,123 @@
5185
5409
  "privacy": "public"
5186
5410
  }
5187
5411
  ],
5412
+ "attributes": [
5413
+ {
5414
+ "description": "Defines if a busy indicator would be displayed over the item.",
5415
+ "name": "loading",
5416
+ "default": "false",
5417
+ "fieldName": "loading",
5418
+ "type": {
5419
+ "text": "boolean"
5420
+ }
5421
+ },
5422
+ {
5423
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
5424
+ "name": "loading-delay",
5425
+ "default": "1000",
5426
+ "fieldName": "loadingDelay",
5427
+ "type": {
5428
+ "text": "number"
5429
+ }
5430
+ },
5431
+ {
5432
+ "description": "Defines if the `notification` is new or has been already read.\n\n**Note:** if set to `false` the `titleText` has bold font,\nif set to true - it has a normal font.",
5433
+ "name": "read",
5434
+ "default": "false",
5435
+ "fieldName": "read",
5436
+ "type": {
5437
+ "text": "boolean"
5438
+ }
5439
+ },
5440
+ {
5441
+ "description": "Defines the `titleText` of the item.",
5442
+ "name": "title-text",
5443
+ "default": "undefined",
5444
+ "fieldName": "titleText",
5445
+ "type": {
5446
+ "text": "string | undefined"
5447
+ }
5448
+ }
5449
+ ],
5188
5450
  "superclass": {
5189
5451
  "name": "ListItemBase",
5190
5452
  "package": "@ui5/webcomponents",
5191
5453
  "module": "dist/ListItemBase.js"
5192
5454
  },
5455
+ "customElement": true,
5193
5456
  "_ui5since": "1.0.0-rc.8",
5194
- "_ui5privacy": "public"
5195
- }
5196
- ],
5197
- "exports": [
5198
- {
5199
- "kind": "js",
5200
- "name": "default",
5201
- "declaration": {
5202
- "name": "NotificationListItemBase",
5203
- "module": "dist/NotificationListItemBase.js"
5204
- }
5205
- }
5206
- ]
5207
- },
5208
- {
5209
- "kind": "javascript-module",
5210
- "path": "dist/Page.js",
5211
- "declarations": [
5212
- {
5213
- "kind": "class",
5214
- "description": "### Overview\n\nThe `ui5-page` is a container component that holds one whole screen of an application.\nThe page has three distinct areas that can hold content - a header, content area and a footer.\n### Structure\n#### Header\nThe top most area of the page is occupied by the header. The standard header includes a navigation button and a title.\n#### Content\nThe content occupies the main part of the page. Only the content area is scrollable by default.\nThis can be prevented by setting `noScrolling` to `true`.\n#### Footer\nThe footer is optional and occupies the part above the bottom part of the content. Alternatively, the footer can be fixed at the bottom of the page by enabling the `fixedFooter` property.\n\n**Note:** `ui5-page` occipues the whole available space of its parent. In order to achieve the intended design you have to make sure\nthat there is enough space for the `ui5-page` to be rendered.\n**Note:** In order for the `ui5-page` to be displayed, the parent element should have fixed height.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/Page.js\";`",
5215
- "name": "Page",
5216
- "cssParts": [
5457
+ "_ui5privacy": "public",
5458
+ "events": [
5217
5459
  {
5218
- "description": "Used to style the content section of the component",
5219
- "name": "content"
5460
+ "name": "click",
5461
+ "_ui5privacy": "public",
5462
+ "type": {
5463
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
5464
+ "references": [
5465
+ {
5466
+ "name": "ListItemBaseClickEventDetail",
5467
+ "package": "@ui5/webcomponents",
5468
+ "module": "dist/ListItemBase.js"
5469
+ }
5470
+ ]
5471
+ },
5472
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
5473
+ "_ui5Cancelable": false,
5474
+ "_ui5allowPreventDefault": false,
5475
+ "_ui5Bubbles": true,
5476
+ "_ui5since": "2.22.0",
5477
+ "_ui5parameters": [
5478
+ {
5479
+ "type": {
5480
+ "text": "ListItemBase",
5481
+ "references": [
5482
+ {
5483
+ "name": "ListItemBase",
5484
+ "package": "@ui5/webcomponents",
5485
+ "module": "dist/ListItemBase.js"
5486
+ }
5487
+ ]
5488
+ },
5489
+ "name": "item",
5490
+ "_ui5privacy": "public",
5491
+ "description": "The activated item."
5492
+ },
5493
+ {
5494
+ "type": {
5495
+ "text": "Event"
5496
+ },
5497
+ "name": "originalEvent",
5498
+ "_ui5privacy": "public",
5499
+ "description": "The original event from the user interaction."
5500
+ }
5501
+ ]
5502
+ }
5503
+ ]
5504
+ }
5505
+ ],
5506
+ "exports": [
5507
+ {
5508
+ "kind": "js",
5509
+ "name": "default",
5510
+ "declaration": {
5511
+ "name": "NotificationListItemBase",
5512
+ "module": "dist/NotificationListItemBase.js"
5513
+ }
5514
+ }
5515
+ ]
5516
+ },
5517
+ {
5518
+ "kind": "javascript-module",
5519
+ "path": "dist/Page.js",
5520
+ "declarations": [
5521
+ {
5522
+ "kind": "class",
5523
+ "description": "### Overview\n\nThe `ui5-page` is a container component that holds one whole screen of an application.\nThe page has three distinct areas that can hold content - a header, content area and a footer.\n### Structure\n#### Header\nThe top most area of the page is occupied by the header. The standard header includes a navigation button and a title.\n#### Content\nThe content occupies the main part of the page. Only the content area is scrollable by default.\nThis can be prevented by setting `noScrolling` to `true`.\n#### Footer\nThe footer is optional and occupies the part above the bottom part of the content. Alternatively, the footer can be fixed at the bottom of the page by enabling the `fixedFooter` property.\n\n**Note:** `ui5-page` occipues the whole available space of its parent. In order to achieve the intended design you have to make sure\nthat there is enough space for the `ui5-page` to be rendered.\n**Note:** In order for the `ui5-page` to be displayed, the parent element should have fixed height.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/Page.js\";`",
5524
+ "name": "Page",
5525
+ "cssParts": [
5526
+ {
5527
+ "description": "Used to style the content section of the component",
5528
+ "name": "content"
5220
5529
  }
5221
5530
  ],
5222
5531
  "slots": [
@@ -6360,6 +6669,50 @@
6360
6669
  "_ui5Cancelable": false,
6361
6670
  "_ui5allowPreventDefault": false,
6362
6671
  "_ui5Bubbles": false
6672
+ },
6673
+ {
6674
+ "name": "click",
6675
+ "_ui5privacy": "public",
6676
+ "type": {
6677
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
6678
+ "references": [
6679
+ {
6680
+ "name": "ListItemBaseClickEventDetail",
6681
+ "package": "@ui5/webcomponents",
6682
+ "module": "dist/ListItemBase.js"
6683
+ }
6684
+ ]
6685
+ },
6686
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
6687
+ "_ui5Cancelable": false,
6688
+ "_ui5allowPreventDefault": false,
6689
+ "_ui5Bubbles": true,
6690
+ "_ui5since": "2.22.0",
6691
+ "_ui5parameters": [
6692
+ {
6693
+ "type": {
6694
+ "text": "ListItemBase",
6695
+ "references": [
6696
+ {
6697
+ "name": "ListItemBase",
6698
+ "package": "@ui5/webcomponents",
6699
+ "module": "dist/ListItemBase.js"
6700
+ }
6701
+ ]
6702
+ },
6703
+ "name": "item",
6704
+ "_ui5privacy": "public",
6705
+ "description": "The activated item."
6706
+ },
6707
+ {
6708
+ "type": {
6709
+ "text": "Event"
6710
+ },
6711
+ "name": "originalEvent",
6712
+ "_ui5privacy": "public",
6713
+ "description": "The original event from the user interaction."
6714
+ }
6715
+ ]
6363
6716
  }
6364
6717
  ],
6365
6718
  "attributes": [
@@ -10016,7 +10369,7 @@
10016
10369
  },
10017
10370
  {
10018
10371
  "kind": "class",
10019
- "description": "### Overview\n\nThe `ui5-timeline` component shows entries (such as objects, events, or posts) in chronological order.\nA common use case is to provide information about changes to an object, or events related to an object.\nThese entries can be generated by the system (for example, value XY changed from A to B), or added manually.\nThere are two distinct variants of the timeline: basic and social. The basic timeline is read-only,\nwhile the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.\n\n### Header Bar\n\nThe Timeline supports a `header-bar` slot for search, filter, and sort functionality.\nUse the `ui5-timeline-header-bar` component in this slot.\nThe Timeline fires `search`, `filter`, and `sort` events that the application should handle\nby adding, removing, or reordering items in the DOM. The Timeline itself does not perform\nfiltering or sorting — it renders whatever items are provided in the default slot.",
10372
+ "description": "### Overview\n\nThe `ui5-timeline` component shows entries (such as objects, events, or posts) in chronological order.\nA common use case is to provide information about changes to an object, or events related to an object.\nThese entries can be generated by the system (for example, value XY changed from A to B), or added manually.\nThere are two distinct variants of the timeline: basic and social. The basic timeline is read-only,\nwhile the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.",
10020
10373
  "name": "Timeline",
10021
10374
  "slots": [
10022
10375
  {
@@ -10034,22 +10387,6 @@
10034
10387
  ]
10035
10388
  },
10036
10389
  "_ui5privacy": "public"
10037
- },
10038
- {
10039
- "name": "headerBar",
10040
- "description": "Defines the header bar of the timeline.\nUse `ui5-timeline-header-bar` for filtering, sorting, and search functionality.\n\n**Note:** The Timeline fires `search`, `filter`, and `sort` events when the user interacts\nwith the header bar. The application should handle these events to filter/sort the items.",
10041
- "_ui5since": "2.22.0",
10042
- "_ui5type": {
10043
- "text": "Array<TimelineHeaderBar>",
10044
- "references": [
10045
- {
10046
- "name": "TimelineHeaderBar",
10047
- "package": "@ui5/webcomponents-fiori",
10048
- "module": "dist/TimelineHeaderBar.js"
10049
- }
10050
- ]
10051
- },
10052
- "_ui5privacy": "public"
10053
10390
  }
10054
10391
  ],
10055
10392
  "members": [
@@ -10123,43 +10460,6 @@
10123
10460
  }
10124
10461
  ],
10125
10462
  "events": [
10126
- {
10127
- "name": "filter",
10128
- "_ui5privacy": "public",
10129
- "type": {
10130
- "text": "CustomEvent<TimelineFilterEventDetail>",
10131
- "references": [
10132
- {
10133
- "name": "TimelineFilterEventDetail",
10134
- "package": "@ui5/webcomponents-fiori",
10135
- "module": "dist/Timeline.js"
10136
- }
10137
- ]
10138
- },
10139
- "description": "Fired when the user changes filter selection in the header bar.\n\n**Note:** The Timeline does not perform filtering. The application should handle\nthis event and add/remove items from the DOM to reflect the filter selection.",
10140
- "_ui5Cancelable": false,
10141
- "_ui5allowPreventDefault": false,
10142
- "_ui5Bubbles": true,
10143
- "_ui5since": "2.22.0",
10144
- "_ui5parameters": [
10145
- {
10146
- "type": {
10147
- "text": "string"
10148
- },
10149
- "name": "filterBy",
10150
- "_ui5privacy": "public",
10151
- "description": "The filter category."
10152
- },
10153
- {
10154
- "type": {
10155
- "text": "Array<string>"
10156
- },
10157
- "name": "selectedOptions",
10158
- "_ui5privacy": "public",
10159
- "description": "The selected filter option texts."
10160
- }
10161
- ]
10162
- },
10163
10463
  {
10164
10464
  "name": "load-more",
10165
10465
  "_ui5privacy": "public",
@@ -10171,64 +10471,6 @@
10171
10471
  "_ui5allowPreventDefault": false,
10172
10472
  "_ui5Bubbles": true,
10173
10473
  "_ui5since": "2.7.0"
10174
- },
10175
- {
10176
- "name": "search",
10177
- "_ui5privacy": "public",
10178
- "type": {
10179
- "text": "CustomEvent<TimelineSearchEventDetail>",
10180
- "references": [
10181
- {
10182
- "name": "TimelineSearchEventDetail",
10183
- "package": "@ui5/webcomponents-fiori",
10184
- "module": "dist/Timeline.js"
10185
- }
10186
- ]
10187
- },
10188
- "description": "Fired when the user performs a search in the header bar.\n\n**Note:** The Timeline does not perform filtering. The application should handle\nthis event and add/remove items from the DOM to reflect the search results.",
10189
- "_ui5Cancelable": false,
10190
- "_ui5allowPreventDefault": false,
10191
- "_ui5Bubbles": true,
10192
- "_ui5since": "2.22.0",
10193
- "_ui5parameters": [
10194
- {
10195
- "type": {
10196
- "text": "string"
10197
- },
10198
- "name": "value",
10199
- "_ui5privacy": "public",
10200
- "description": "The search value entered by the user."
10201
- }
10202
- ]
10203
- },
10204
- {
10205
- "name": "sort",
10206
- "_ui5privacy": "public",
10207
- "type": {
10208
- "text": "CustomEvent<TimelineSortEventDetail>",
10209
- "references": [
10210
- {
10211
- "name": "TimelineSortEventDetail",
10212
- "package": "@ui5/webcomponents-fiori",
10213
- "module": "dist/Timeline.js"
10214
- }
10215
- ]
10216
- },
10217
- "description": "Fired when the user changes sort order in the header bar.\n\n**Note:** The Timeline does not perform sorting. The application should handle\nthis event and reorder the items in the DOM accordingly.",
10218
- "_ui5Cancelable": false,
10219
- "_ui5allowPreventDefault": false,
10220
- "_ui5Bubbles": true,
10221
- "_ui5since": "2.22.0",
10222
- "_ui5parameters": [
10223
- {
10224
- "type": {
10225
- "text": "string"
10226
- },
10227
- "name": "sortOrder",
10228
- "_ui5privacy": "public",
10229
- "description": "The sort order (\"Ascending\" or \"Descending\")."
10230
- }
10231
- ]
10232
10474
  }
10233
10475
  ],
10234
10476
  "attributes": [
@@ -10308,86 +10550,6 @@
10308
10550
  }
10309
10551
  ]
10310
10552
  },
10311
- {
10312
- "kind": "javascript-module",
10313
- "path": "dist/TimelineFilterOption.js",
10314
- "declarations": [
10315
- {
10316
- "kind": "class",
10317
- "description": "### Overview\n\nThe `ui5-timeline-filter-option` component defines individual filter values within a `ui5-timeline-header-bar`.\nIt represents a single selectable option that users can choose to filter timeline items.\n\n### Usage\n\nThe `ui5-timeline-filter-option` is used as a child component within `ui5-timeline-header-bar`.\nEach option represents a specific value that can be used for filtering.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/TimelineFilterOption.js\";`",
10318
- "name": "TimelineFilterOption",
10319
- "members": [
10320
- {
10321
- "kind": "field",
10322
- "name": "selected",
10323
- "type": {
10324
- "text": "boolean"
10325
- },
10326
- "default": "false",
10327
- "description": "Defines if the filter option is selected.",
10328
- "privacy": "public"
10329
- },
10330
- {
10331
- "kind": "field",
10332
- "name": "text",
10333
- "type": {
10334
- "text": "string"
10335
- },
10336
- "default": "\"\"",
10337
- "description": "Defines the text of the filter option.",
10338
- "privacy": "public"
10339
- }
10340
- ],
10341
- "attributes": [
10342
- {
10343
- "description": "Defines if the filter option is selected.",
10344
- "name": "selected",
10345
- "default": "false",
10346
- "fieldName": "selected",
10347
- "type": {
10348
- "text": "boolean"
10349
- }
10350
- },
10351
- {
10352
- "description": "Defines the text of the filter option.",
10353
- "name": "text",
10354
- "default": "\"\"",
10355
- "fieldName": "text",
10356
- "type": {
10357
- "text": "string"
10358
- }
10359
- }
10360
- ],
10361
- "superclass": {
10362
- "name": "UI5Element",
10363
- "package": "@ui5/webcomponents-base",
10364
- "module": "dist/UI5Element.js"
10365
- },
10366
- "tagName": "ui5-timeline-filter-option",
10367
- "customElement": true,
10368
- "_ui5since": "2.22.0",
10369
- "_ui5privacy": "public"
10370
- }
10371
- ],
10372
- "exports": [
10373
- {
10374
- "kind": "js",
10375
- "name": "default",
10376
- "declaration": {
10377
- "name": "TimelineFilterOption",
10378
- "module": "dist/TimelineFilterOption.js"
10379
- }
10380
- },
10381
- {
10382
- "kind": "custom-element-definition",
10383
- "name": "ui5-timeline-filter-option",
10384
- "declaration": {
10385
- "name": "TimelineFilterOption",
10386
- "module": "dist/TimelineFilterOption.js"
10387
- }
10388
- }
10389
- ]
10390
- },
10391
10553
  {
10392
10554
  "kind": "javascript-module",
10393
10555
  "path": "dist/TimelineGroupItem.js",
@@ -10508,282 +10670,7 @@
10508
10670
  },
10509
10671
  {
10510
10672
  "kind": "javascript-module",
10511
- "path": "dist/TimelineHeaderBar.js",
10512
- "declarations": [
10513
- {
10514
- "kind": "class",
10515
- "description": "### Overview\n\nThe `ui5-timeline-header-bar` component provides search, filter, and sort functionality\nfor the `ui5-timeline` component. It is designed to be slotted into the `header-bar` slot\nof the Timeline.\n\n### Usage\n\nThe component fires events (`search`, `filter`, `sort`) that the application should handle\nto filter/sort the timeline items. The Timeline component itself does not perform any\nfiltering or sorting - this is the responsibility of the application.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/TimelineHeaderBar.js\";`",
10516
- "name": "TimelineHeaderBar",
10517
- "slots": [
10518
- {
10519
- "name": "default",
10520
- "description": "Filter options to display in the filter dialog.",
10521
- "_ui5propertyName": "filterOptions",
10522
- "_ui5type": {
10523
- "text": "Array<TimelineFilterOption>",
10524
- "references": [
10525
- {
10526
- "name": "TimelineFilterOption",
10527
- "package": "@ui5/webcomponents-fiori",
10528
- "module": "dist/TimelineFilterOption.js"
10529
- }
10530
- ]
10531
- },
10532
- "_ui5privacy": "public"
10533
- }
10534
- ],
10535
- "members": [
10536
- {
10537
- "kind": "field",
10538
- "name": "filterBy",
10539
- "type": {
10540
- "text": "string"
10541
- },
10542
- "default": "\"\"",
10543
- "description": "The current filter category label.",
10544
- "privacy": "public"
10545
- },
10546
- {
10547
- "kind": "field",
10548
- "name": "searchValue",
10549
- "type": {
10550
- "text": "string"
10551
- },
10552
- "default": "\"\"",
10553
- "description": "The current search value.",
10554
- "privacy": "public"
10555
- },
10556
- {
10557
- "kind": "field",
10558
- "name": "showFilter",
10559
- "type": {
10560
- "text": "boolean"
10561
- },
10562
- "default": "false",
10563
- "description": "Shows the filter button.",
10564
- "privacy": "public"
10565
- },
10566
- {
10567
- "kind": "field",
10568
- "name": "showSearch",
10569
- "type": {
10570
- "text": "boolean"
10571
- },
10572
- "default": "false",
10573
- "description": "Shows the search input field.",
10574
- "privacy": "public"
10575
- },
10576
- {
10577
- "kind": "field",
10578
- "name": "showSort",
10579
- "type": {
10580
- "text": "boolean"
10581
- },
10582
- "default": "false",
10583
- "description": "Shows the sort button.",
10584
- "privacy": "public"
10585
- },
10586
- {
10587
- "kind": "field",
10588
- "name": "sortOrder",
10589
- "type": {
10590
- "text": "TimelineSortOrder",
10591
- "references": [
10592
- {
10593
- "name": "TimelineSortOrder",
10594
- "package": "@ui5/webcomponents-fiori",
10595
- "module": "dist/types/TimelineSortOrder.js"
10596
- }
10597
- ]
10598
- },
10599
- "default": "\"Ascending\"",
10600
- "description": "The current sort order.",
10601
- "privacy": "public"
10602
- }
10603
- ],
10604
- "events": [
10605
- {
10606
- "name": "filter",
10607
- "_ui5privacy": "public",
10608
- "type": {
10609
- "text": "CustomEvent<TimelineHeaderBarFilterEventDetail>",
10610
- "references": [
10611
- {
10612
- "name": "TimelineHeaderBarFilterEventDetail",
10613
- "package": "@ui5/webcomponents-fiori",
10614
- "module": "dist/TimelineHeaderBar.js"
10615
- }
10616
- ]
10617
- },
10618
- "description": "Fired when the user changes filter selection.",
10619
- "_ui5Cancelable": false,
10620
- "_ui5allowPreventDefault": false,
10621
- "_ui5Bubbles": true,
10622
- "_ui5parameters": [
10623
- {
10624
- "type": {
10625
- "text": "string"
10626
- },
10627
- "name": "filterBy",
10628
- "_ui5privacy": "public",
10629
- "description": "The filter category."
10630
- },
10631
- {
10632
- "type": {
10633
- "text": "Array<string>"
10634
- },
10635
- "name": "selectedOptions",
10636
- "_ui5privacy": "public",
10637
- "description": "The selected filter option texts."
10638
- }
10639
- ]
10640
- },
10641
- {
10642
- "name": "search",
10643
- "_ui5privacy": "public",
10644
- "type": {
10645
- "text": "CustomEvent<TimelineHeaderBarSearchEventDetail>",
10646
- "references": [
10647
- {
10648
- "name": "TimelineHeaderBarSearchEventDetail",
10649
- "package": "@ui5/webcomponents-fiori",
10650
- "module": "dist/TimelineHeaderBar.js"
10651
- }
10652
- ]
10653
- },
10654
- "description": "Fired when the user performs a search.",
10655
- "_ui5Cancelable": false,
10656
- "_ui5allowPreventDefault": false,
10657
- "_ui5Bubbles": true,
10658
- "_ui5parameters": [
10659
- {
10660
- "type": {
10661
- "text": "string"
10662
- },
10663
- "name": "value",
10664
- "_ui5privacy": "public",
10665
- "description": "The search value entered by the user."
10666
- }
10667
- ]
10668
- },
10669
- {
10670
- "name": "sort",
10671
- "_ui5privacy": "public",
10672
- "type": {
10673
- "text": "CustomEvent<TimelineHeaderBarSortEventDetail>",
10674
- "references": [
10675
- {
10676
- "name": "TimelineHeaderBarSortEventDetail",
10677
- "package": "@ui5/webcomponents-fiori",
10678
- "module": "dist/TimelineHeaderBar.js"
10679
- }
10680
- ]
10681
- },
10682
- "description": "Fired when the user changes sort order.",
10683
- "_ui5Cancelable": false,
10684
- "_ui5allowPreventDefault": false,
10685
- "_ui5Bubbles": true,
10686
- "_ui5parameters": [
10687
- {
10688
- "type": {
10689
- "text": "string"
10690
- },
10691
- "name": "sortOrder",
10692
- "_ui5privacy": "public",
10693
- "description": "The sort order (\"Ascending\" or \"Descending\")."
10694
- }
10695
- ]
10696
- }
10697
- ],
10698
- "attributes": [
10699
- {
10700
- "description": "The current filter category label.",
10701
- "name": "filter-by",
10702
- "default": "\"\"",
10703
- "fieldName": "filterBy",
10704
- "type": {
10705
- "text": "string"
10706
- }
10707
- },
10708
- {
10709
- "description": "The current search value.",
10710
- "name": "search-value",
10711
- "default": "\"\"",
10712
- "fieldName": "searchValue",
10713
- "type": {
10714
- "text": "string"
10715
- }
10716
- },
10717
- {
10718
- "description": "Shows the filter button.",
10719
- "name": "show-filter",
10720
- "default": "false",
10721
- "fieldName": "showFilter",
10722
- "type": {
10723
- "text": "boolean"
10724
- }
10725
- },
10726
- {
10727
- "description": "Shows the search input field.",
10728
- "name": "show-search",
10729
- "default": "false",
10730
- "fieldName": "showSearch",
10731
- "type": {
10732
- "text": "boolean"
10733
- }
10734
- },
10735
- {
10736
- "description": "Shows the sort button.",
10737
- "name": "show-sort",
10738
- "default": "false",
10739
- "fieldName": "showSort",
10740
- "type": {
10741
- "text": "boolean"
10742
- }
10743
- },
10744
- {
10745
- "description": "The current sort order.",
10746
- "name": "sort-order",
10747
- "default": "\"Ascending\"",
10748
- "fieldName": "sortOrder",
10749
- "type": {
10750
- "text": "\"Ascending\" | \"Descending\""
10751
- }
10752
- }
10753
- ],
10754
- "superclass": {
10755
- "name": "UI5Element",
10756
- "package": "@ui5/webcomponents-base",
10757
- "module": "dist/UI5Element.js"
10758
- },
10759
- "tagName": "ui5-timeline-header-bar",
10760
- "customElement": true,
10761
- "_ui5since": "2.22.0",
10762
- "_ui5privacy": "public"
10763
- }
10764
- ],
10765
- "exports": [
10766
- {
10767
- "kind": "js",
10768
- "name": "default",
10769
- "declaration": {
10770
- "name": "TimelineHeaderBar",
10771
- "module": "dist/TimelineHeaderBar.js"
10772
- }
10773
- },
10774
- {
10775
- "kind": "custom-element-definition",
10776
- "name": "ui5-timeline-header-bar",
10777
- "declaration": {
10778
- "name": "TimelineHeaderBar",
10779
- "module": "dist/TimelineHeaderBar.js"
10780
- }
10781
- }
10782
- ]
10783
- },
10784
- {
10785
- "kind": "javascript-module",
10786
- "path": "dist/TimelineItem.js",
10673
+ "path": "dist/TimelineItem.js",
10787
10674
  "declarations": [
10788
10675
  {
10789
10676
  "kind": "class",
@@ -11410,6 +11297,17 @@
11410
11297
  "privacy": "public",
11411
11298
  "_ui5since": "1.15.0"
11412
11299
  },
11300
+ {
11301
+ "kind": "field",
11302
+ "name": "accessibleRole",
11303
+ "type": {
11304
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
11305
+ },
11306
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
11307
+ "default": "undefined",
11308
+ "privacy": "public",
11309
+ "_ui5since": "1.3.0"
11310
+ },
11413
11311
  {
11414
11312
  "kind": "field",
11415
11313
  "name": "highlight",
@@ -11523,6 +11421,50 @@
11523
11421
  "_ui5allowPreventDefault": false,
11524
11422
  "_ui5Bubbles": true
11525
11423
  },
11424
+ {
11425
+ "name": "click",
11426
+ "_ui5privacy": "public",
11427
+ "type": {
11428
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
11429
+ "references": [
11430
+ {
11431
+ "name": "ListItemBaseClickEventDetail",
11432
+ "package": "@ui5/webcomponents",
11433
+ "module": "dist/ListItemBase.js"
11434
+ }
11435
+ ]
11436
+ },
11437
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
11438
+ "_ui5Cancelable": false,
11439
+ "_ui5allowPreventDefault": false,
11440
+ "_ui5Bubbles": true,
11441
+ "_ui5since": "2.22.0",
11442
+ "_ui5parameters": [
11443
+ {
11444
+ "type": {
11445
+ "text": "ListItemBase",
11446
+ "references": [
11447
+ {
11448
+ "name": "ListItemBase",
11449
+ "package": "@ui5/webcomponents",
11450
+ "module": "dist/ListItemBase.js"
11451
+ }
11452
+ ]
11453
+ },
11454
+ "name": "item",
11455
+ "_ui5privacy": "public",
11456
+ "description": "The activated item."
11457
+ },
11458
+ {
11459
+ "type": {
11460
+ "text": "Event"
11461
+ },
11462
+ "name": "originalEvent",
11463
+ "_ui5privacy": "public",
11464
+ "description": "The original event from the user interaction."
11465
+ }
11466
+ ]
11467
+ },
11526
11468
  {
11527
11469
  "name": "detail-click",
11528
11470
  "_ui5privacy": "public",
@@ -11626,6 +11568,15 @@
11626
11568
  "text": "ListItemAccessibilityAttributes"
11627
11569
  }
11628
11570
  },
11571
+ {
11572
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
11573
+ "name": "accessible-role",
11574
+ "default": "undefined",
11575
+ "fieldName": "accessibleRole",
11576
+ "type": {
11577
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
11578
+ }
11579
+ },
11629
11580
  {
11630
11581
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
11631
11582
  "name": "highlight",
@@ -12329,16 +12280,18 @@
12329
12280
  "_ui5privacy": "public"
12330
12281
  }
12331
12282
  ],
12332
- "superclass": {
12333
- "name": "MenuItem",
12334
- "package": "@ui5/webcomponents",
12335
- "module": "dist/MenuItem.js"
12336
- },
12337
- "tagName": "ui5-user-menu-item",
12338
- "customElement": true,
12339
- "_ui5since": "2.5.0",
12340
- "_ui5privacy": "public",
12341
12283
  "members": [
12284
+ {
12285
+ "kind": "field",
12286
+ "name": "showSelection",
12287
+ "type": {
12288
+ "text": "boolean"
12289
+ },
12290
+ "default": "false",
12291
+ "description": "When set, a second line appears below the menu item text showing the text\nof the currently selected sub-item. Intended for use with a single-select\nui5-menu-item-group (check-mode=\"Single\").\nWhen enabled, the checked sub-item cannot be unchecked,\nensuring the selection text is always displayed.",
12292
+ "privacy": "public",
12293
+ "_ui5since": "2.22.0"
12294
+ },
12342
12295
  {
12343
12296
  "kind": "field",
12344
12297
  "name": "accessibilityAttributes",
@@ -12368,6 +12321,17 @@
12368
12321
  "privacy": "public",
12369
12322
  "_ui5since": "1.7.0"
12370
12323
  },
12324
+ {
12325
+ "kind": "field",
12326
+ "name": "accessibleRole",
12327
+ "type": {
12328
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
12329
+ },
12330
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
12331
+ "default": "undefined",
12332
+ "privacy": "public",
12333
+ "_ui5since": "1.3.0"
12334
+ },
12371
12335
  {
12372
12336
  "kind": "field",
12373
12337
  "name": "additionalText",
@@ -12510,6 +12474,161 @@
12510
12474
  "privacy": "public"
12511
12475
  }
12512
12476
  ],
12477
+ "attributes": [
12478
+ {
12479
+ "description": "When set, a second line appears below the menu item text showing the text\nof the currently selected sub-item. Intended for use with a single-select\nui5-menu-item-group (check-mode=\"Single\").\nWhen enabled, the checked sub-item cannot be unchecked,\nensuring the selection text is always displayed.",
12480
+ "name": "show-selection",
12481
+ "default": "false",
12482
+ "fieldName": "showSelection",
12483
+ "type": {
12484
+ "text": "boolean"
12485
+ }
12486
+ },
12487
+ {
12488
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
12489
+ "name": "accessibility-attributes",
12490
+ "default": "{}",
12491
+ "fieldName": "accessibilityAttributes",
12492
+ "type": {
12493
+ "text": "MenuItemAccessibilityAttributes"
12494
+ }
12495
+ },
12496
+ {
12497
+ "description": "Defines the accessible ARIA name of the component.",
12498
+ "name": "accessible-name",
12499
+ "default": "undefined",
12500
+ "fieldName": "accessibleName",
12501
+ "type": {
12502
+ "text": "string | undefined"
12503
+ }
12504
+ },
12505
+ {
12506
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
12507
+ "name": "accessible-role",
12508
+ "default": "undefined",
12509
+ "fieldName": "accessibleRole",
12510
+ "type": {
12511
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
12512
+ }
12513
+ },
12514
+ {
12515
+ "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
12516
+ "name": "additional-text",
12517
+ "default": "undefined",
12518
+ "fieldName": "additionalText",
12519
+ "type": {
12520
+ "text": "string | undefined"
12521
+ }
12522
+ },
12523
+ {
12524
+ "description": "Defines whether menu item is in checked state.\n\n**Note:** checked state is only taken into account when menu item is added to menu item group\nwith `checkMode` other than `None`.\n\n**Note:** A checked menu item has a checkmark displayed at its end.",
12525
+ "name": "checked",
12526
+ "default": "false",
12527
+ "fieldName": "checked",
12528
+ "type": {
12529
+ "text": "boolean"
12530
+ }
12531
+ },
12532
+ {
12533
+ "description": "Defines whether menu item is in disabled state.\n\n**Note:** A disabled menu item is noninteractive.",
12534
+ "name": "disabled",
12535
+ "default": "false",
12536
+ "fieldName": "disabled",
12537
+ "type": {
12538
+ "text": "boolean"
12539
+ }
12540
+ },
12541
+ {
12542
+ "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
12543
+ "name": "highlight",
12544
+ "default": "\"None\"",
12545
+ "fieldName": "highlight",
12546
+ "type": {
12547
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
12548
+ }
12549
+ },
12550
+ {
12551
+ "description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
12552
+ "name": "icon",
12553
+ "default": "undefined",
12554
+ "fieldName": "icon",
12555
+ "type": {
12556
+ "text": "string | undefined"
12557
+ }
12558
+ },
12559
+ {
12560
+ "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.\n\n**Note:** If set to `true` a busy indicator component will be displayed into the related one to the current menu item sub-menu popover.",
12561
+ "name": "loading",
12562
+ "default": "false",
12563
+ "fieldName": "loading",
12564
+ "type": {
12565
+ "text": "boolean"
12566
+ }
12567
+ },
12568
+ {
12569
+ "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.",
12570
+ "name": "loading-delay",
12571
+ "default": "1000",
12572
+ "fieldName": "loadingDelay",
12573
+ "type": {
12574
+ "text": "number"
12575
+ }
12576
+ },
12577
+ {
12578
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
12579
+ "name": "navigated",
12580
+ "default": "false",
12581
+ "fieldName": "navigated",
12582
+ "type": {
12583
+ "text": "boolean"
12584
+ }
12585
+ },
12586
+ {
12587
+ "description": "Defines the selected state of the component.",
12588
+ "name": "selected",
12589
+ "default": "false",
12590
+ "fieldName": "selected",
12591
+ "type": {
12592
+ "text": "boolean"
12593
+ }
12594
+ },
12595
+ {
12596
+ "description": "Defines the text of the tree item.",
12597
+ "name": "text",
12598
+ "default": "undefined",
12599
+ "fieldName": "text",
12600
+ "type": {
12601
+ "text": "string | undefined"
12602
+ }
12603
+ },
12604
+ {
12605
+ "description": "Defines the text of the tooltip for the menu item.",
12606
+ "name": "tooltip",
12607
+ "default": "undefined",
12608
+ "fieldName": "tooltip",
12609
+ "type": {
12610
+ "text": "string | undefined"
12611
+ }
12612
+ },
12613
+ {
12614
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
12615
+ "name": "type",
12616
+ "default": "\"Active\"",
12617
+ "fieldName": "type",
12618
+ "type": {
12619
+ "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
12620
+ }
12621
+ }
12622
+ ],
12623
+ "superclass": {
12624
+ "name": "MenuItem",
12625
+ "package": "@ui5/webcomponents",
12626
+ "module": "dist/MenuItem.js"
12627
+ },
12628
+ "tagName": "ui5-user-menu-item",
12629
+ "customElement": true,
12630
+ "_ui5since": "2.5.0",
12631
+ "_ui5privacy": "public",
12513
12632
  "events": [
12514
12633
  {
12515
12634
  "name": "before-close",
@@ -12569,18 +12688,62 @@
12569
12688
  }
12570
12689
  ]
12571
12690
  },
12572
- {
12573
- "name": "check",
12574
- "_ui5privacy": "public",
12575
- "type": {
12576
- "text": "CustomEvent"
12577
- },
12578
- "description": "Fired when an item is checked or unchecked.",
12579
- "_ui5Cancelable": false,
12580
- "_ui5allowPreventDefault": false,
12581
- "_ui5Bubbles": true,
12582
- "_ui5since": "2.12.0"
12583
- },
12691
+ {
12692
+ "name": "check",
12693
+ "_ui5privacy": "public",
12694
+ "type": {
12695
+ "text": "CustomEvent"
12696
+ },
12697
+ "description": "Fired when an item is checked or unchecked.",
12698
+ "_ui5Cancelable": false,
12699
+ "_ui5allowPreventDefault": false,
12700
+ "_ui5Bubbles": true,
12701
+ "_ui5since": "2.12.0"
12702
+ },
12703
+ {
12704
+ "name": "click",
12705
+ "_ui5privacy": "public",
12706
+ "type": {
12707
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
12708
+ "references": [
12709
+ {
12710
+ "name": "ListItemBaseClickEventDetail",
12711
+ "package": "@ui5/webcomponents",
12712
+ "module": "dist/ListItemBase.js"
12713
+ }
12714
+ ]
12715
+ },
12716
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
12717
+ "_ui5Cancelable": false,
12718
+ "_ui5allowPreventDefault": false,
12719
+ "_ui5Bubbles": true,
12720
+ "_ui5since": "2.22.0",
12721
+ "_ui5parameters": [
12722
+ {
12723
+ "type": {
12724
+ "text": "ListItemBase",
12725
+ "references": [
12726
+ {
12727
+ "name": "ListItemBase",
12728
+ "package": "@ui5/webcomponents",
12729
+ "module": "dist/ListItemBase.js"
12730
+ }
12731
+ ]
12732
+ },
12733
+ "name": "item",
12734
+ "_ui5privacy": "public",
12735
+ "description": "The activated item."
12736
+ },
12737
+ {
12738
+ "type": {
12739
+ "text": "Event"
12740
+ },
12741
+ "name": "originalEvent",
12742
+ "_ui5privacy": "public",
12743
+ "description": "The original event from the user interaction."
12744
+ }
12745
+ ]
12746
+ },
12584
12747
  {
12585
12748
  "name": "close",
12586
12749
  "_ui5privacy": "public",
@@ -12615,134 +12778,6 @@
12615
12778
  "_ui5allowPreventDefault": false,
12616
12779
  "_ui5Bubbles": false
12617
12780
  }
12618
- ],
12619
- "attributes": [
12620
- {
12621
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
12622
- "name": "accessibility-attributes",
12623
- "default": "{}",
12624
- "fieldName": "accessibilityAttributes",
12625
- "type": {
12626
- "text": "MenuItemAccessibilityAttributes"
12627
- }
12628
- },
12629
- {
12630
- "description": "Defines the accessible ARIA name of the component.",
12631
- "name": "accessible-name",
12632
- "default": "undefined",
12633
- "fieldName": "accessibleName",
12634
- "type": {
12635
- "text": "string | undefined"
12636
- }
12637
- },
12638
- {
12639
- "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
12640
- "name": "additional-text",
12641
- "default": "undefined",
12642
- "fieldName": "additionalText",
12643
- "type": {
12644
- "text": "string | undefined"
12645
- }
12646
- },
12647
- {
12648
- "description": "Defines whether menu item is in checked state.\n\n**Note:** checked state is only taken into account when menu item is added to menu item group\nwith `checkMode` other than `None`.\n\n**Note:** A checked menu item has a checkmark displayed at its end.",
12649
- "name": "checked",
12650
- "default": "false",
12651
- "fieldName": "checked",
12652
- "type": {
12653
- "text": "boolean"
12654
- }
12655
- },
12656
- {
12657
- "description": "Defines whether menu item is in disabled state.\n\n**Note:** A disabled menu item is noninteractive.",
12658
- "name": "disabled",
12659
- "default": "false",
12660
- "fieldName": "disabled",
12661
- "type": {
12662
- "text": "boolean"
12663
- }
12664
- },
12665
- {
12666
- "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
12667
- "name": "highlight",
12668
- "default": "\"None\"",
12669
- "fieldName": "highlight",
12670
- "type": {
12671
- "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
12672
- }
12673
- },
12674
- {
12675
- "description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
12676
- "name": "icon",
12677
- "default": "undefined",
12678
- "fieldName": "icon",
12679
- "type": {
12680
- "text": "string | undefined"
12681
- }
12682
- },
12683
- {
12684
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.\n\n**Note:** If set to `true` a busy indicator component will be displayed into the related one to the current menu item sub-menu popover.",
12685
- "name": "loading",
12686
- "default": "false",
12687
- "fieldName": "loading",
12688
- "type": {
12689
- "text": "boolean"
12690
- }
12691
- },
12692
- {
12693
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.",
12694
- "name": "loading-delay",
12695
- "default": "1000",
12696
- "fieldName": "loadingDelay",
12697
- "type": {
12698
- "text": "number"
12699
- }
12700
- },
12701
- {
12702
- "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
12703
- "name": "navigated",
12704
- "default": "false",
12705
- "fieldName": "navigated",
12706
- "type": {
12707
- "text": "boolean"
12708
- }
12709
- },
12710
- {
12711
- "description": "Defines the selected state of the component.",
12712
- "name": "selected",
12713
- "default": "false",
12714
- "fieldName": "selected",
12715
- "type": {
12716
- "text": "boolean"
12717
- }
12718
- },
12719
- {
12720
- "description": "Defines the text of the tree item.",
12721
- "name": "text",
12722
- "default": "undefined",
12723
- "fieldName": "text",
12724
- "type": {
12725
- "text": "string | undefined"
12726
- }
12727
- },
12728
- {
12729
- "description": "Defines the text of the tooltip for the menu item.",
12730
- "name": "tooltip",
12731
- "default": "undefined",
12732
- "fieldName": "tooltip",
12733
- "type": {
12734
- "text": "string | undefined"
12735
- }
12736
- },
12737
- {
12738
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
12739
- "name": "type",
12740
- "default": "\"Active\"",
12741
- "fieldName": "type",
12742
- "type": {
12743
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
12744
- }
12745
- }
12746
12781
  ]
12747
12782
  }
12748
12783
  ],
@@ -13478,6 +13513,17 @@
13478
13513
  "privacy": "public",
13479
13514
  "_ui5since": "1.0.0-rc.15"
13480
13515
  },
13516
+ {
13517
+ "kind": "field",
13518
+ "name": "accessibleRole",
13519
+ "type": {
13520
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
13521
+ },
13522
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13523
+ "default": "undefined",
13524
+ "privacy": "public",
13525
+ "_ui5since": "1.3.0"
13526
+ },
13481
13527
  {
13482
13528
  "kind": "field",
13483
13529
  "name": "highlight",
@@ -13612,6 +13658,15 @@
13612
13658
  "text": "string | undefined"
13613
13659
  }
13614
13660
  },
13661
+ {
13662
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13663
+ "name": "accessible-role",
13664
+ "default": "undefined",
13665
+ "fieldName": "accessibleRole",
13666
+ "type": {
13667
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13668
+ }
13669
+ },
13615
13670
  {
13616
13671
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
13617
13672
  "name": "highlight",
@@ -13729,6 +13784,50 @@
13729
13784
  }
13730
13785
  ],
13731
13786
  "events": [
13787
+ {
13788
+ "name": "click",
13789
+ "_ui5privacy": "public",
13790
+ "type": {
13791
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
13792
+ "references": [
13793
+ {
13794
+ "name": "ListItemBaseClickEventDetail",
13795
+ "package": "@ui5/webcomponents",
13796
+ "module": "dist/ListItemBase.js"
13797
+ }
13798
+ ]
13799
+ },
13800
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
13801
+ "_ui5Cancelable": false,
13802
+ "_ui5allowPreventDefault": false,
13803
+ "_ui5Bubbles": true,
13804
+ "_ui5since": "2.22.0",
13805
+ "_ui5parameters": [
13806
+ {
13807
+ "type": {
13808
+ "text": "ListItemBase",
13809
+ "references": [
13810
+ {
13811
+ "name": "ListItemBase",
13812
+ "package": "@ui5/webcomponents",
13813
+ "module": "dist/ListItemBase.js"
13814
+ }
13815
+ ]
13816
+ },
13817
+ "name": "item",
13818
+ "_ui5privacy": "public",
13819
+ "description": "The activated item."
13820
+ },
13821
+ {
13822
+ "type": {
13823
+ "text": "Event"
13824
+ },
13825
+ "name": "originalEvent",
13826
+ "_ui5privacy": "public",
13827
+ "description": "The original event from the user interaction."
13828
+ }
13829
+ ]
13830
+ },
13732
13831
  {
13733
13832
  "name": "detail-click",
13734
13833
  "_ui5privacy": "public",
@@ -14437,36 +14536,36 @@
14437
14536
  "members": [
14438
14537
  {
14439
14538
  "kind": "field",
14440
- "name": "enableReset",
14539
+ "name": "groupDescending",
14441
14540
  "type": {
14442
14541
  "text": "boolean"
14443
14542
  },
14444
14543
  "default": "false",
14445
- "description": "Defines whether the Reset button is always enabled.\n\n**Note:** By default, the Reset button is only enabled when the dialog settings\ndiffer from their initial state. Set this property to `true` to keep the Reset\nbutton always enabled, which is useful when working with custom tabs\nwhose internal state changes cannot be detected by the component.",
14544
+ "description": "Defines the initial group order.",
14446
14545
  "privacy": "public",
14447
- "_ui5since": "2.22.0"
14546
+ "_ui5since": "2.13.0"
14448
14547
  },
14449
14548
  {
14450
14549
  "kind": "field",
14451
- "name": "groupDescending",
14550
+ "name": "open",
14452
14551
  "type": {
14453
14552
  "text": "boolean"
14454
14553
  },
14455
14554
  "default": "false",
14456
- "description": "Defines the initial group order.",
14555
+ "description": "Indicates if the dialog is open.",
14457
14556
  "privacy": "public",
14458
- "_ui5since": "2.13.0"
14557
+ "_ui5since": "2.0.0"
14459
14558
  },
14460
14559
  {
14461
14560
  "kind": "field",
14462
- "name": "open",
14561
+ "name": "resetEnabled",
14463
14562
  "type": {
14464
14563
  "text": "boolean"
14465
14564
  },
14466
14565
  "default": "false",
14467
- "description": "Indicates if the dialog is open.",
14566
+ "description": "Controls whether the Reset button is always enabled.\n\nBy default, the Reset button is enabled only when the built-in settings (Sort, Filter, Group)\ndiffer from their initial state — the component can detect these changes automatically.\nHowever, when the dialog contains custom tabs, the component has no way to detect\nwhether the custom tab content has been modified by the user.\n\nSet this property to `true` when the user has made changes inside a custom tab, so that\nthe Reset button becomes enabled and the user can trigger a reset.\nSet it back to `false` once the custom tab content is back to its initial state\n(e.g. after the user confirms or after a reset is applied).",
14468
14567
  "privacy": "public",
14469
- "_ui5since": "2.0.0"
14568
+ "_ui5since": "2.22.0"
14470
14569
  },
14471
14570
  {
14472
14571
  "kind": "method",
@@ -14728,12 +14827,12 @@
14728
14827
  "_ui5since": "2.0.0"
14729
14828
  },
14730
14829
  {
14731
- "name": "reset-click",
14830
+ "name": "reset",
14732
14831
  "_ui5privacy": "public",
14733
14832
  "type": {
14734
14833
  "text": "CustomEvent"
14735
14834
  },
14736
- "description": "Fired when the Reset button is clicked.\n\n**Note:** Use this event to reset the state of custom tab content,\nas the component cannot detect changes within custom tabs.",
14835
+ "description": "Fired when the Reset button is clicked.\n\n**Note:** This event is particularly relevant when the dialog contains custom tabs.\nBy default, the Reset button resets all built-in settings (sort, filter, group) to their\ninitial values. However, the component has no knowledge of the content or state inside\ncustom tabs — it cannot detect what has changed or what the \"default\" values are.\nTherefore, when this event is fired, it is the application developer's responsibility\nto listen for it and manually reset the custom tab content to its initial state.",
14737
14836
  "_ui5Cancelable": false,
14738
14837
  "_ui5allowPreventDefault": false,
14739
14838
  "_ui5Bubbles": true,
@@ -14741,15 +14840,6 @@
14741
14840
  }
14742
14841
  ],
14743
14842
  "attributes": [
14744
- {
14745
- "description": "Defines whether the Reset button is always enabled.\n\n**Note:** By default, the Reset button is only enabled when the dialog settings\ndiffer from their initial state. Set this property to `true` to keep the Reset\nbutton always enabled, which is useful when working with custom tabs\nwhose internal state changes cannot be detected by the component.",
14746
- "name": "enable-reset",
14747
- "default": "false",
14748
- "fieldName": "enableReset",
14749
- "type": {
14750
- "text": "boolean"
14751
- }
14752
- },
14753
14843
  {
14754
14844
  "description": "Defines the initial group order.",
14755
14845
  "name": "group-descending",
@@ -14768,6 +14858,15 @@
14768
14858
  "text": "boolean"
14769
14859
  }
14770
14860
  },
14861
+ {
14862
+ "description": "Controls whether the Reset button is always enabled.\n\nBy default, the Reset button is enabled only when the built-in settings (Sort, Filter, Group)\ndiffer from their initial state — the component can detect these changes automatically.\nHowever, when the dialog contains custom tabs, the component has no way to detect\nwhether the custom tab content has been modified by the user.\n\nSet this property to `true` when the user has made changes inside a custom tab, so that\nthe Reset button becomes enabled and the user can trigger a reset.\nSet it back to `false` once the custom tab content is back to its initial state\n(e.g. after the user confirms or after a reset is applied).",
14863
+ "name": "reset-enabled",
14864
+ "default": "false",
14865
+ "fieldName": "resetEnabled",
14866
+ "type": {
14867
+ "text": "boolean"
14868
+ }
14869
+ },
14771
14870
  {
14772
14871
  "description": "Defines the initial sort order.",
14773
14872
  "name": "sort-descending",
@@ -14833,18 +14932,18 @@
14833
14932
  "type": {
14834
14933
  "text": "string"
14835
14934
  },
14836
- "default": "\"\"",
14837
- "description": "Defines the icon of the custom tab.\n\n**Note:** If not provided, the tab should not be rendered.",
14935
+ "default": "\"action-settings\"",
14936
+ "description": "Defines the icon of the custom tab button in the segmented button.",
14838
14937
  "privacy": "public"
14839
14938
  },
14840
14939
  {
14841
14940
  "kind": "field",
14842
- "name": "title",
14941
+ "name": "titleText",
14843
14942
  "type": {
14844
14943
  "text": "string"
14845
14944
  },
14846
14945
  "default": "\"\"",
14847
- "description": "Defines the title of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14946
+ "description": "Defines the title text of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14848
14947
  "privacy": "public"
14849
14948
  },
14850
14949
  {
@@ -14860,19 +14959,19 @@
14860
14959
  ],
14861
14960
  "attributes": [
14862
14961
  {
14863
- "description": "Defines the icon of the custom tab.\n\n**Note:** If not provided, the tab should not be rendered.",
14962
+ "description": "Defines the icon of the custom tab button in the segmented button.",
14864
14963
  "name": "icon",
14865
- "default": "\"\"",
14964
+ "default": "\"action-settings\"",
14866
14965
  "fieldName": "icon",
14867
14966
  "type": {
14868
14967
  "text": "string"
14869
14968
  }
14870
14969
  },
14871
14970
  {
14872
- "description": "Defines the title of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14873
- "name": "title",
14971
+ "description": "Defines the title text of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14972
+ "name": "title-text",
14874
14973
  "default": "\"\"",
14875
- "fieldName": "title",
14974
+ "fieldName": "titleText",
14876
14975
  "type": {
14877
14976
  "text": "string"
14878
14977
  }
@@ -17455,49 +17554,6 @@
17455
17554
  }
17456
17555
  ]
17457
17556
  },
17458
- {
17459
- "kind": "javascript-module",
17460
- "path": "dist/types/TimelineSortOrder.js",
17461
- "declarations": [
17462
- {
17463
- "kind": "enum",
17464
- "name": "TimelineSortOrder",
17465
- "description": "Sort order for Timeline items.",
17466
- "_ui5privacy": "public",
17467
- "_ui5since": "2.22.0",
17468
- "members": [
17469
- {
17470
- "kind": "field",
17471
- "static": true,
17472
- "privacy": "public",
17473
- "description": "Ascending order (oldest first).",
17474
- "default": "Ascending",
17475
- "name": "Ascending",
17476
- "readonly": true
17477
- },
17478
- {
17479
- "kind": "field",
17480
- "static": true,
17481
- "privacy": "public",
17482
- "description": "Descending order (newest first).",
17483
- "default": "Descending",
17484
- "name": "Descending",
17485
- "readonly": true
17486
- }
17487
- ]
17488
- }
17489
- ],
17490
- "exports": [
17491
- {
17492
- "kind": "js",
17493
- "name": "default",
17494
- "declaration": {
17495
- "name": "TimelineSortOrder",
17496
- "module": "dist/types/TimelineSortOrder.js"
17497
- }
17498
- }
17499
- ]
17500
- },
17501
17557
  {
17502
17558
  "kind": "javascript-module",
17503
17559
  "path": "dist/types/UploadCollectionDnDMode.js",