@ui5/webcomponents 2.12.0-rc.0 → 2.12.0-rc.2

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 (535) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/AvatarGroup.d.ts +17 -1
  4. package/dist/AvatarGroup.js +11 -0
  5. package/dist/AvatarGroup.js.map +1 -1
  6. package/dist/Calendar.d.ts +3 -0
  7. package/dist/Calendar.js +3 -0
  8. package/dist/Calendar.js.map +1 -1
  9. package/dist/CalendarHeaderTemplate.js +3 -3
  10. package/dist/CalendarHeaderTemplate.js.map +1 -1
  11. package/dist/CalendarTemplate.js +1 -1
  12. package/dist/CalendarTemplate.js.map +1 -1
  13. package/dist/Menu.d.ts +18 -3
  14. package/dist/Menu.js +60 -12
  15. package/dist/Menu.js.map +1 -1
  16. package/dist/MenuItem.d.ts +47 -12
  17. package/dist/MenuItem.js +119 -20
  18. package/dist/MenuItem.js.map +1 -1
  19. package/dist/MenuItemGroup.d.ts +75 -0
  20. package/dist/MenuItemGroup.js +127 -0
  21. package/dist/MenuItemGroup.js.map +1 -0
  22. package/dist/MenuItemGroupTemplate.d.ts +2 -0
  23. package/dist/MenuItemGroupTemplate.js +5 -0
  24. package/dist/MenuItemGroupTemplate.js.map +1 -0
  25. package/dist/MenuItemTemplate.js +5 -1
  26. package/dist/MenuItemTemplate.js.map +1 -1
  27. package/dist/MenuSeparator.d.ts +2 -0
  28. package/dist/MenuSeparator.js +4 -0
  29. package/dist/MenuSeparator.js.map +1 -1
  30. package/dist/MonthPickerTemplate.js +1 -1
  31. package/dist/MonthPickerTemplate.js.map +1 -1
  32. package/dist/Popover.d.ts +2 -2
  33. package/dist/Popover.js +29 -7
  34. package/dist/Popover.js.map +1 -1
  35. package/dist/StepInput.d.ts +1 -1
  36. package/dist/StepInput.js +5 -7
  37. package/dist/StepInput.js.map +1 -1
  38. package/dist/Switch.d.ts +8 -1
  39. package/dist/Switch.js +14 -1
  40. package/dist/Switch.js.map +1 -1
  41. package/dist/Table.d.ts +1 -0
  42. package/dist/Table.js +4 -1
  43. package/dist/Table.js.map +1 -1
  44. package/dist/TableHeaderRow.d.ts +4 -0
  45. package/dist/TableHeaderRow.js +13 -1
  46. package/dist/TableHeaderRow.js.map +1 -1
  47. package/dist/TableHeaderRowTemplate.js +13 -4
  48. package/dist/TableHeaderRowTemplate.js.map +1 -1
  49. package/dist/TableRow.js +2 -2
  50. package/dist/TableRow.js.map +1 -1
  51. package/dist/TableRowBase.d.ts +1 -1
  52. package/dist/TableRowBase.js +2 -2
  53. package/dist/TableRowBase.js.map +1 -1
  54. package/dist/TableRowTemplate.js +1 -1
  55. package/dist/TableRowTemplate.js.map +1 -1
  56. package/dist/TableSelectionMulti.d.ts +9 -0
  57. package/dist/TableSelectionMulti.js +23 -5
  58. package/dist/TableSelectionMulti.js.map +1 -1
  59. package/dist/Toast.js +1 -3
  60. package/dist/Toast.js.map +1 -1
  61. package/dist/YearPickerTemplate.js +1 -1
  62. package/dist/YearPickerTemplate.js.map +1 -1
  63. package/dist/bundle.esm.js +1 -0
  64. package/dist/bundle.esm.js.map +1 -1
  65. package/dist/css/themes/Avatar.css +1 -1
  66. package/dist/css/themes/AvatarGroup.css +1 -1
  67. package/dist/css/themes/Bar.css +1 -1
  68. package/dist/css/themes/Breadcrumbs.css +1 -1
  69. package/dist/css/themes/BusyIndicator.css +1 -1
  70. package/dist/css/themes/Button.css +1 -1
  71. package/dist/css/themes/ButtonBadge.css +1 -1
  72. package/dist/css/themes/Calendar.css +1 -1
  73. package/dist/css/themes/CalendarHeader.css +1 -1
  74. package/dist/css/themes/CalendarLegend.css +1 -1
  75. package/dist/css/themes/CalendarLegendItem.css +1 -1
  76. package/dist/css/themes/Card.css +1 -1
  77. package/dist/css/themes/CardHeader.css +1 -1
  78. package/dist/css/themes/Carousel.css +1 -1
  79. package/dist/css/themes/CheckBox.css +1 -1
  80. package/dist/css/themes/ColorPalette.css +1 -1
  81. package/dist/css/themes/ColorPaletteItem.css +1 -1
  82. package/dist/css/themes/ColorPalettePopover.css +1 -1
  83. package/dist/css/themes/ColorPicker.css +1 -1
  84. package/dist/css/themes/ComboBox.css +1 -1
  85. package/dist/css/themes/ComboBoxItem.css +1 -1
  86. package/dist/css/themes/DatePicker.css +1 -1
  87. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  88. package/dist/css/themes/DayPicker.css +1 -1
  89. package/dist/css/themes/Dialog.css +1 -1
  90. package/dist/css/themes/DynamicDateRange.css +1 -1
  91. package/dist/css/themes/DynamicDateRangePopover.css +1 -1
  92. package/dist/css/themes/FileUploader.css +1 -1
  93. package/dist/css/themes/Form.css +1 -1
  94. package/dist/css/themes/FormItem.css +1 -1
  95. package/dist/css/themes/FormItemSpan.css +1 -1
  96. package/dist/css/themes/GrowingButton.css +1 -1
  97. package/dist/css/themes/Icon.css +1 -1
  98. package/dist/css/themes/Input.css +1 -1
  99. package/dist/css/themes/InputIcon.css +1 -1
  100. package/dist/css/themes/InputSharedStyles.css +1 -1
  101. package/dist/css/themes/Link.css +1 -1
  102. package/dist/css/themes/List.css +1 -1
  103. package/dist/css/themes/ListItem.css +1 -1
  104. package/dist/css/themes/ListItemBase.css +1 -1
  105. package/dist/css/themes/ListItemCustom.css +1 -1
  106. package/dist/css/themes/ListItemGroup.css +1 -1
  107. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  108. package/dist/css/themes/ListItemIcon.css +1 -1
  109. package/dist/css/themes/Menu.css +1 -1
  110. package/dist/css/themes/MenuItem.css +1 -1
  111. package/dist/css/themes/MessageStrip.css +1 -1
  112. package/dist/css/themes/MonthPicker.css +1 -1
  113. package/dist/css/themes/MultiComboBox.css +1 -1
  114. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  115. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  116. package/dist/css/themes/MultiInput.css +1 -1
  117. package/dist/css/themes/OptionBase.css +1 -1
  118. package/dist/css/themes/Panel.css +1 -1
  119. package/dist/css/themes/Popover.css +1 -1
  120. package/dist/css/themes/PopupsCommon.css +1 -1
  121. package/dist/css/themes/ProgressIndicator.css +1 -1
  122. package/dist/css/themes/RadioButton.css +1 -1
  123. package/dist/css/themes/RangeSlider.css +1 -1
  124. package/dist/css/themes/RatingIndicator.css +1 -1
  125. package/dist/css/themes/ResponsivePopover.css +1 -1
  126. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  127. package/dist/css/themes/SegmentedButton.css +1 -1
  128. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  129. package/dist/css/themes/Select.css +1 -1
  130. package/dist/css/themes/SliderBase.css +1 -1
  131. package/dist/css/themes/SplitButton.css +1 -1
  132. package/dist/css/themes/StepInput.css +1 -1
  133. package/dist/css/themes/SuggestionItem.css +1 -1
  134. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  135. package/dist/css/themes/Switch.css +1 -1
  136. package/dist/css/themes/TabContainer.css +1 -1
  137. package/dist/css/themes/TabInOverflow.css +1 -1
  138. package/dist/css/themes/TabInStrip.css +1 -1
  139. package/dist/css/themes/TabSemanticIcon.css +1 -1
  140. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  141. package/dist/css/themes/TableCell.css +1 -1
  142. package/dist/css/themes/TableCellBase.css +1 -1
  143. package/dist/css/themes/TableHeaderRow.css +1 -1
  144. package/dist/css/themes/TableRow.css +1 -1
  145. package/dist/css/themes/TableRowActionBase.css +1 -1
  146. package/dist/css/themes/TableRowBase.css +1 -1
  147. package/dist/css/themes/Tag.css +1 -1
  148. package/dist/css/themes/Text.css +1 -1
  149. package/dist/css/themes/TextArea.css +1 -1
  150. package/dist/css/themes/TimePicker.css +1 -1
  151. package/dist/css/themes/Toast.css +1 -1
  152. package/dist/css/themes/ToggleButton.css +1 -1
  153. package/dist/css/themes/Token.css +1 -1
  154. package/dist/css/themes/Tokenizer.css +1 -1
  155. package/dist/css/themes/TokenizerPopover.css +1 -1
  156. package/dist/css/themes/Toolbar.css +1 -1
  157. package/dist/css/themes/ToolbarPopover.css +1 -1
  158. package/dist/css/themes/ToolbarSeparator.css +1 -1
  159. package/dist/css/themes/TreeItem.css +1 -1
  160. package/dist/css/themes/ValueStateMessage.css +1 -1
  161. package/dist/css/themes/YearPicker.css +1 -1
  162. package/dist/css/themes/YearRangePicker.css +1 -1
  163. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  164. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  165. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  166. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  167. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  168. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  169. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  170. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  171. package/dist/custom-elements-internal.json +331 -12
  172. package/dist/custom-elements.json +232 -9
  173. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  174. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  175. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  176. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  177. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  178. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  179. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  180. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  181. package/dist/generated/i18n/i18n-defaults.d.ts +3 -1
  182. package/dist/generated/i18n/i18n-defaults.js +3 -1
  183. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  184. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  185. package/dist/generated/themes/Avatar.css.js +1 -1
  186. package/dist/generated/themes/Avatar.css.js.map +1 -1
  187. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  188. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  189. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  190. package/dist/generated/themes/Bar.css.d.ts +1 -1
  191. package/dist/generated/themes/Bar.css.js +1 -1
  192. package/dist/generated/themes/Bar.css.js.map +1 -1
  193. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  194. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  195. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  196. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  197. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  198. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  199. package/dist/generated/themes/Button.css.d.ts +1 -1
  200. package/dist/generated/themes/Button.css.js +1 -1
  201. package/dist/generated/themes/Button.css.js.map +1 -1
  202. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  203. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  204. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  205. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  206. package/dist/generated/themes/Calendar.css.js +1 -1
  207. package/dist/generated/themes/Calendar.css.js.map +1 -1
  208. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  209. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  210. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  211. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  212. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  213. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  214. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  215. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  216. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  217. package/dist/generated/themes/Card.css.d.ts +1 -1
  218. package/dist/generated/themes/Card.css.js +1 -1
  219. package/dist/generated/themes/Card.css.js.map +1 -1
  220. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  221. package/dist/generated/themes/CardHeader.css.js +1 -1
  222. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  223. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  224. package/dist/generated/themes/Carousel.css.js +1 -1
  225. package/dist/generated/themes/Carousel.css.js.map +1 -1
  226. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  227. package/dist/generated/themes/CheckBox.css.js +1 -1
  228. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  229. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  230. package/dist/generated/themes/ColorPalette.css.js +1 -1
  231. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  232. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  233. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  234. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  235. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  236. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  237. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  238. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  239. package/dist/generated/themes/ColorPicker.css.js +1 -1
  240. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  241. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  242. package/dist/generated/themes/ComboBox.css.js +1 -1
  243. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  244. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  245. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  246. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  247. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  248. package/dist/generated/themes/DatePicker.css.js +1 -1
  249. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  250. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  251. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  252. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  253. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  254. package/dist/generated/themes/DayPicker.css.js +1 -1
  255. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  256. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  257. package/dist/generated/themes/Dialog.css.js +1 -1
  258. package/dist/generated/themes/Dialog.css.js.map +1 -1
  259. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  260. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  261. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  262. package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +1 -1
  263. package/dist/generated/themes/DynamicDateRangePopover.css.js +1 -1
  264. package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -1
  265. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  266. package/dist/generated/themes/FileUploader.css.js +1 -1
  267. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  268. package/dist/generated/themes/Form.css.d.ts +1 -1
  269. package/dist/generated/themes/Form.css.js +1 -1
  270. package/dist/generated/themes/Form.css.js.map +1 -1
  271. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  272. package/dist/generated/themes/FormItem.css.js +1 -1
  273. package/dist/generated/themes/FormItem.css.js.map +1 -1
  274. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  275. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  276. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  277. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  278. package/dist/generated/themes/GrowingButton.css.js +1 -1
  279. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  280. package/dist/generated/themes/Icon.css.d.ts +1 -1
  281. package/dist/generated/themes/Icon.css.js +1 -1
  282. package/dist/generated/themes/Icon.css.js.map +1 -1
  283. package/dist/generated/themes/Input.css.d.ts +1 -1
  284. package/dist/generated/themes/Input.css.js +1 -1
  285. package/dist/generated/themes/Input.css.js.map +1 -1
  286. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  287. package/dist/generated/themes/InputIcon.css.js +1 -1
  288. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  289. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  290. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  291. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  292. package/dist/generated/themes/Link.css.d.ts +1 -1
  293. package/dist/generated/themes/Link.css.js +1 -1
  294. package/dist/generated/themes/Link.css.js.map +1 -1
  295. package/dist/generated/themes/List.css.d.ts +1 -1
  296. package/dist/generated/themes/List.css.js +1 -1
  297. package/dist/generated/themes/List.css.js.map +1 -1
  298. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  299. package/dist/generated/themes/ListItem.css.js +1 -1
  300. package/dist/generated/themes/ListItem.css.js.map +1 -1
  301. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  302. package/dist/generated/themes/ListItemBase.css.js +1 -1
  303. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  304. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  305. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  306. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  307. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  308. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  309. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  310. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  311. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  312. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  313. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  314. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  315. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  316. package/dist/generated/themes/Menu.css.d.ts +1 -1
  317. package/dist/generated/themes/Menu.css.js +1 -1
  318. package/dist/generated/themes/Menu.css.js.map +1 -1
  319. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  320. package/dist/generated/themes/MenuItem.css.js +1 -1
  321. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  322. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  323. package/dist/generated/themes/MessageStrip.css.js +1 -1
  324. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  325. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  326. package/dist/generated/themes/MonthPicker.css.js +1 -1
  327. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  328. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  329. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  330. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  331. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  332. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  333. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  334. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  335. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  336. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  337. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  338. package/dist/generated/themes/MultiInput.css.js +1 -1
  339. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  340. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  341. package/dist/generated/themes/OptionBase.css.js +1 -1
  342. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  343. package/dist/generated/themes/Panel.css.d.ts +1 -1
  344. package/dist/generated/themes/Panel.css.js +1 -1
  345. package/dist/generated/themes/Panel.css.js.map +1 -1
  346. package/dist/generated/themes/Popover.css.d.ts +1 -1
  347. package/dist/generated/themes/Popover.css.js +1 -1
  348. package/dist/generated/themes/Popover.css.js.map +1 -1
  349. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  350. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  351. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  352. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  353. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  354. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  355. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  356. package/dist/generated/themes/RadioButton.css.js +1 -1
  357. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  358. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  359. package/dist/generated/themes/RangeSlider.css.js +1 -1
  360. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  361. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  362. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  363. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  364. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  365. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  366. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  367. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  368. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  369. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  370. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  371. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  372. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  373. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  374. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  375. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  376. package/dist/generated/themes/Select.css.d.ts +1 -1
  377. package/dist/generated/themes/Select.css.js +1 -1
  378. package/dist/generated/themes/Select.css.js.map +1 -1
  379. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  380. package/dist/generated/themes/SliderBase.css.js +1 -1
  381. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  382. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  383. package/dist/generated/themes/SplitButton.css.js +1 -1
  384. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  385. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  386. package/dist/generated/themes/StepInput.css.js +1 -1
  387. package/dist/generated/themes/StepInput.css.js.map +1 -1
  388. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  389. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  390. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  391. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  392. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  393. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  394. package/dist/generated/themes/Switch.css.d.ts +1 -1
  395. package/dist/generated/themes/Switch.css.js +1 -1
  396. package/dist/generated/themes/Switch.css.js.map +1 -1
  397. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  398. package/dist/generated/themes/TabContainer.css.js +1 -1
  399. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  400. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  401. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  402. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  403. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  404. package/dist/generated/themes/TabInStrip.css.js +1 -1
  405. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  406. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  407. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  408. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  409. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  410. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  411. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  412. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  413. package/dist/generated/themes/TableCell.css.js +1 -1
  414. package/dist/generated/themes/TableCell.css.js.map +1 -1
  415. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  416. package/dist/generated/themes/TableCellBase.css.js +1 -1
  417. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  418. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  419. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  420. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  421. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  422. package/dist/generated/themes/TableRow.css.js +1 -1
  423. package/dist/generated/themes/TableRow.css.js.map +1 -1
  424. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  425. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  426. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  427. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  428. package/dist/generated/themes/TableRowBase.css.js +1 -1
  429. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  430. package/dist/generated/themes/Tag.css.d.ts +1 -1
  431. package/dist/generated/themes/Tag.css.js +1 -1
  432. package/dist/generated/themes/Tag.css.js.map +1 -1
  433. package/dist/generated/themes/Text.css.d.ts +1 -1
  434. package/dist/generated/themes/Text.css.js +1 -1
  435. package/dist/generated/themes/Text.css.js.map +1 -1
  436. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  437. package/dist/generated/themes/TextArea.css.js +1 -1
  438. package/dist/generated/themes/TextArea.css.js.map +1 -1
  439. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  440. package/dist/generated/themes/TimePicker.css.js +1 -1
  441. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  442. package/dist/generated/themes/Toast.css.d.ts +1 -1
  443. package/dist/generated/themes/Toast.css.js +1 -1
  444. package/dist/generated/themes/Toast.css.js.map +1 -1
  445. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  446. package/dist/generated/themes/ToggleButton.css.js +1 -1
  447. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  448. package/dist/generated/themes/Token.css.d.ts +1 -1
  449. package/dist/generated/themes/Token.css.js +1 -1
  450. package/dist/generated/themes/Token.css.js.map +1 -1
  451. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  452. package/dist/generated/themes/Tokenizer.css.js +1 -1
  453. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  454. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  455. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  456. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  457. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  458. package/dist/generated/themes/Toolbar.css.js +1 -1
  459. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  460. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  461. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  462. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  463. package/dist/generated/themes/ToolbarSeparator.css.d.ts +1 -1
  464. package/dist/generated/themes/ToolbarSeparator.css.js +1 -1
  465. package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -1
  466. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  467. package/dist/generated/themes/TreeItem.css.js +1 -1
  468. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  469. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  470. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  471. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  472. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  473. package/dist/generated/themes/YearPicker.css.js +1 -1
  474. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  475. package/dist/generated/themes/YearRangePicker.css.d.ts +1 -1
  476. package/dist/generated/themes/YearRangePicker.css.js +1 -1
  477. package/dist/generated/themes/YearRangePicker.css.js.map +1 -1
  478. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  479. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  480. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  481. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  482. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  483. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  484. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  485. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  486. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  487. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  488. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  489. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  490. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  491. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  492. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  493. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  494. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  495. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  496. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  497. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  498. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  499. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  500. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  501. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  502. package/dist/types/MenuItemGroupCheckMode.d.ts +23 -0
  503. package/dist/types/MenuItemGroupCheckMode.js +25 -0
  504. package/dist/types/MenuItemGroupCheckMode.js.map +1 -0
  505. package/dist/types/TableOverflowMode.d.ts +1 -1
  506. package/dist/types/TableOverflowMode.js +1 -1
  507. package/dist/types/TableOverflowMode.js.map +1 -1
  508. package/dist/types/TableSelectionMultiHeaderSelector.d.ts +19 -0
  509. package/dist/types/TableSelectionMultiHeaderSelector.js +21 -0
  510. package/dist/types/TableSelectionMultiHeaderSelector.js.map +1 -0
  511. package/dist/vscode.html-custom-data.json +47 -6
  512. package/dist/web-types.json +117 -12
  513. package/package.json +10 -10
  514. package/src/CalendarHeaderTemplate.tsx +3 -0
  515. package/src/CalendarTemplate.tsx +2 -2
  516. package/src/MenuItemGroupTemplate.tsx +12 -0
  517. package/src/MenuItemTemplate.tsx +13 -0
  518. package/src/MonthPickerTemplate.tsx +1 -0
  519. package/src/TableHeaderRowTemplate.tsx +25 -8
  520. package/src/TableRowTemplate.tsx +1 -1
  521. package/src/YearPickerTemplate.tsx +1 -0
  522. package/src/i18n/messagebundle.properties +4 -0
  523. package/src/themes/ButtonBadge.css +2 -0
  524. package/src/themes/ComboBoxItem.css +3 -3
  525. package/src/themes/MenuItem.css +13 -1
  526. package/src/themes/MultiComboBoxItem.css +3 -3
  527. package/src/themes/SuggestionItem.css +3 -3
  528. package/src/themes/Table.css +29 -29
  529. package/src/themes/TableCell.css +9 -6
  530. package/src/themes/TableCellBase.css +16 -16
  531. package/src/themes/TableGrowing.css +19 -19
  532. package/src/themes/TableHeaderRow.css +17 -12
  533. package/src/themes/TableRow.css +1 -1
  534. package/src/themes/TableRowActionBase.css +6 -6
  535. package/src/themes/TableRowBase.css +4 -1
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Selectors of the table header row in multi-selection scenarios.
3
+ *
4
+ * @public
5
+ * @since 2.12
6
+ */
7
+ var TableSelectionMultiHeaderSelector;
8
+ (function (TableSelectionMultiHeaderSelector) {
9
+ /**
10
+ * Renders a checkbox in the table header row that toggles the selection of all rows.
11
+ * @public
12
+ */
13
+ TableSelectionMultiHeaderSelector["SelectAll"] = "SelectAll";
14
+ /**
15
+ * Renders an icon in the table header row that removes the selection of all rows.
16
+ * @public
17
+ */
18
+ TableSelectionMultiHeaderSelector["ClearAll"] = "ClearAll";
19
+ })(TableSelectionMultiHeaderSelector || (TableSelectionMultiHeaderSelector = {}));
20
+ export default TableSelectionMultiHeaderSelector;
21
+ //# sourceMappingURL=TableSelectionMultiHeaderSelector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableSelectionMultiHeaderSelector.js","sourceRoot":"","sources":["../../src/types/TableSelectionMultiHeaderSelector.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,IAAK,iCAYJ;AAZD,WAAK,iCAAiC;IACrC;;;OAGG;IACH,4DAAuB,CAAA;IAEvB;;;OAGG;IACH,0DAAqB,CAAA;AACtB,CAAC,EAZI,iCAAiC,KAAjC,iCAAiC,QAYrC;AAED,eAAe,iCAAiC,CAAC","sourcesContent":["/**\n * Selectors of the table header row in multi-selection scenarios.\n *\n * @public\n * @since 2.12\n */\nenum TableSelectionMultiHeaderSelector {\n\t/**\n\t * Renders a checkbox in the table header row that toggles the selection of all rows.\n\t * @public\n\t */\n\tSelectAll = \"SelectAll\",\n\n\t/**\n\t * Renders an icon in the table header row that removes the selection of all rows.\n\t * @public\n\t */\n\tClearAll = \"ClearAll\",\n}\n\nexport default TableSelectionMultiHeaderSelector;\n"]}
@@ -91,6 +91,16 @@
91
91
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
92
92
  "values": [{ "name": "AvatarGroupAccessibilityAttributes" }]
93
93
  },
94
+ {
95
+ "name": "accessible-name",
96
+ "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
97
+ "values": []
98
+ },
99
+ {
100
+ "name": "accessible-name-ref",
101
+ "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
102
+ "values": []
103
+ },
94
104
  {
95
105
  "name": "hidden-items",
96
106
  "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
@@ -305,7 +315,7 @@
305
315
  },
306
316
  {
307
317
  "name": "ui5-calendar",
308
- "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the year cells in between of selected years in range.\n- **year-range-cell** - Used to style the year range cells.\n- **year-range-cell-selected** - Used to style the year range cells when selected.\n- **year-range-cell-selected-between** - Used to style the year range cells in between of selected year ranges.",
318
+ "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **month-picker-root** - Used to style the month picker root container.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the year cells in between of selected years in range.\n- **year-picker-root** - Used to style the year picker root container.\n- **year-range-cell** - Used to style the year range cells.\n- **year-range-cell-selected** - Used to style the year range cells when selected.\n- **year-range-cell-selected-between** - Used to style the year range cells in between of selected year ranges.\n- **calendar-header-middle-button** - Used to style the calendar header middle buttons (month/year/year-range buttons).",
309
319
  "attributes": [
310
320
  {
311
321
  "name": "selection-mode",
@@ -2234,7 +2244,7 @@
2234
2244
  },
2235
2245
  {
2236
2246
  "name": "ui5-menu",
2237
- "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nwhen there is `endContent` :\n- `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself\n- `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
2247
+ "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nwhen there is `endContent` :\n- `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself\n- `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items\n\n**Note:** If the text direction is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
2238
2248
  "attributes": [
2239
2249
  {
2240
2250
  "name": "header-text",
@@ -2276,7 +2286,7 @@
2276
2286
  },
2277
2287
  {
2278
2288
  "name": "ui5-menu-item",
2279
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\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`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\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`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.",
2289
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **check** - Fired when an item is checked or unchecked.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\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`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\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`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.",
2280
2290
  "attributes": [
2281
2291
  {
2282
2292
  "name": "text",
@@ -2295,17 +2305,17 @@
2295
2305
  },
2296
2306
  {
2297
2307
  "name": "disabled",
2298
- "description": "Defines whether `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.",
2308
+ "description": "Defines whether menu item is in disabled state.\n\n**Note:** A disabled menu item is noninteractive.",
2299
2309
  "values": []
2300
2310
  },
2301
2311
  {
2302
2312
  "name": "loading",
2303
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n\n**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.",
2313
+ "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.",
2304
2314
  "values": []
2305
2315
  },
2306
2316
  {
2307
2317
  "name": "loading-delay",
2308
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.",
2318
+ "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.",
2309
2319
  "values": []
2310
2320
  },
2311
2321
  {
@@ -2318,6 +2328,11 @@
2318
2328
  "description": "Defines the text of the tooltip for the menu item.",
2319
2329
  "values": []
2320
2330
  },
2331
+ {
2332
+ "name": "checked",
2333
+ "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.",
2334
+ "values": []
2335
+ },
2321
2336
  {
2322
2337
  "name": "accessibility-attributes",
2323
2338
  "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\".",
@@ -2357,6 +2372,22 @@
2357
2372
  ],
2358
2373
  "references": []
2359
2374
  },
2375
+ {
2376
+ "name": "ui5-menu-item-group",
2377
+ "description": "### Overview\n\nThe `ui5-menu-item-group` component represents a group of items designed for use inside a `ui5-menu`.\nItems belonging to the same group should be wrapped by a `ui5-menu-item-group`.\nEach group can have an `checkMode` property, which defines the check mode for the items within the group.\nThe possible values for `checkMode` are:\n- 'None' (default) - no items can be checked\n- 'Single' - Only one item can be checked at a time\n- 'Multiple' - Multiple items can be checked simultaneously\n\n**Note:** If the `checkMode` property is set to 'Single', only one item can remain checked at any given time.\nIf multiple items are marked as checked, the last checked item will take precedence.\n\n### Usage\n\n`ui5-menu-item-group` represents a collection of `ui5-menu-item` components that can have the same check mode.\nThe items are addeed to the group's `items` slot.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of this component.\n**Note:** The slot can hold any combination of components of type `ui5-menu-item` or `ui5-menu-separator` or both.",
2378
+ "attributes": [
2379
+ {
2380
+ "name": "check-mode",
2381
+ "description": "Defines the component's check mode.",
2382
+ "values": [
2383
+ { "name": "None" },
2384
+ { "name": "Single" },
2385
+ { "name": "Multiple" }
2386
+ ]
2387
+ }
2388
+ ],
2389
+ "references": []
2390
+ },
2360
2391
  {
2361
2392
  "name": "ui5-menu-separator",
2362
2393
  "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n\n\n---\n\n\n",
@@ -3753,6 +3784,11 @@
3753
3784
  "name": "name",
3754
3785
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
3755
3786
  "values": []
3787
+ },
3788
+ {
3789
+ "name": "value",
3790
+ "description": "Defines the form value of the component.",
3791
+ "values": []
3756
3792
  }
3757
3793
  ],
3758
3794
  "references": []
@@ -4173,6 +4209,11 @@
4173
4209
  "description": "Defines the `row-key` values of selected rows, with each value separated by a space.",
4174
4210
  "values": []
4175
4211
  },
4212
+ {
4213
+ "name": "header-selector",
4214
+ "description": "Defines the selector of the header row.",
4215
+ "values": [{ "name": "SelectAll" }, { "name": "ClearAll" }]
4216
+ },
4176
4217
  {
4177
4218
  "name": "behavior",
4178
4219
  "description": "Defines the selection behavior.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.12.0-rc.0",
4
+ "version": "2.12.0-rc.2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -174,6 +174,16 @@
174
174
  "default": "{}"
175
175
  }
176
176
  },
177
+ {
178
+ "name": "accessible-name",
179
+ "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
180
+ "value": { "type": "string | undefined", "default": "undefined" }
181
+ },
182
+ {
183
+ "name": "accessible-name-ref",
184
+ "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
185
+ "value": { "type": "string | undefined", "default": "undefined" }
186
+ },
177
187
  {
178
188
  "name": "hidden-items",
179
189
  "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
@@ -217,6 +227,16 @@
217
227
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
218
228
  "value": { "type": "AvatarGroupAccessibilityAttributes" }
219
229
  },
230
+ {
231
+ "name": "accessible-name",
232
+ "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
233
+ "value": { "type": "string | undefined" }
234
+ },
235
+ {
236
+ "name": "accessible-name-ref",
237
+ "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
238
+ "value": { "type": "string | undefined" }
239
+ },
220
240
  {
221
241
  "name": "hidden-items",
222
242
  "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
@@ -677,7 +697,7 @@
677
697
  },
678
698
  {
679
699
  "name": "ui5-calendar",
680
- "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the year cells in between of selected years in range.\n- **year-range-cell** - Used to style the year range cells.\n- **year-range-cell-selected** - Used to style the year range cells when selected.\n- **year-range-cell-selected-between** - Used to style the year range cells in between of selected year ranges.",
700
+ "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **month-picker-root** - Used to style the month picker root container.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the year cells in between of selected years in range.\n- **year-picker-root** - Used to style the year picker root container.\n- **year-range-cell** - Used to style the year range cells.\n- **year-range-cell-selected** - Used to style the year range cells when selected.\n- **year-range-cell-selected-between** - Used to style the year range cells in between of selected year ranges.\n- **calendar-header-middle-button** - Used to style the calendar header middle buttons (month/year/year-range buttons).",
681
701
  "doc-url": "",
682
702
  "attributes": [
683
703
  {
@@ -4663,7 +4683,7 @@
4663
4683
  },
4664
4684
  {
4665
4685
  "name": "ui5-menu",
4666
- "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nwhen there is `endContent` :\n- `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself\n- `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n---\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
4686
+ "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nwhen there is `endContent` :\n- `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself\n- `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items\n\n**Note:** If the text direction is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n---\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
4667
4687
  "doc-url": "",
4668
4688
  "attributes": [
4669
4689
  {
@@ -4792,7 +4812,7 @@
4792
4812
  },
4793
4813
  {
4794
4814
  "name": "ui5-menu-item",
4795
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\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`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\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`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.",
4815
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **check** - Fired when an item is checked or unchecked.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\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`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\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`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.",
4796
4816
  "doc-url": "",
4797
4817
  "attributes": [
4798
4818
  {
@@ -4812,17 +4832,17 @@
4812
4832
  },
4813
4833
  {
4814
4834
  "name": "disabled",
4815
- "description": "Defines whether `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.",
4835
+ "description": "Defines whether menu item is in disabled state.\n\n**Note:** A disabled menu item is noninteractive.",
4816
4836
  "value": { "type": "boolean", "default": "false" }
4817
4837
  },
4818
4838
  {
4819
4839
  "name": "loading",
4820
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n\n**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.",
4840
+ "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.",
4821
4841
  "value": { "type": "boolean", "default": "false" }
4822
4842
  },
4823
4843
  {
4824
4844
  "name": "loading-delay",
4825
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.",
4845
+ "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.",
4826
4846
  "value": { "type": "number", "default": "1000" }
4827
4847
  },
4828
4848
  {
@@ -4835,6 +4855,11 @@
4835
4855
  "description": "Defines the text of the tooltip for the menu item.",
4836
4856
  "value": { "type": "string | undefined", "default": "undefined" }
4837
4857
  },
4858
+ {
4859
+ "name": "checked",
4860
+ "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.",
4861
+ "value": { "type": "boolean", "default": "false" }
4862
+ },
4838
4863
  {
4839
4864
  "name": "accessibility-attributes",
4840
4865
  "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\".",
@@ -4873,11 +4898,11 @@
4873
4898
  "slots": [
4874
4899
  {
4875
4900
  "name": "default",
4876
- "description": "Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\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`."
4901
+ "description": "Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\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`."
4877
4902
  },
4878
4903
  {
4879
4904
  "name": "endContent",
4880
- "description": "Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\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`."
4905
+ "description": "Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\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`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes."
4881
4906
  },
4882
4907
  {
4883
4908
  "name": "deleteButton",
@@ -4901,6 +4926,10 @@
4901
4926
  "name": "close",
4902
4927
  "description": "Fired after the menu is closed."
4903
4928
  },
4929
+ {
4930
+ "name": "check",
4931
+ "description": "Fired when an item is checked or unchecked."
4932
+ },
4904
4933
  {
4905
4934
  "name": "detail-click",
4906
4935
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -4925,17 +4954,17 @@
4925
4954
  },
4926
4955
  {
4927
4956
  "name": "disabled",
4928
- "description": "Defines whether `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.",
4957
+ "description": "Defines whether menu item is in disabled state.\n\n**Note:** A disabled menu item is noninteractive.",
4929
4958
  "value": { "type": "boolean" }
4930
4959
  },
4931
4960
  {
4932
4961
  "name": "loading",
4933
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n\n**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.",
4962
+ "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.",
4934
4963
  "value": { "type": "boolean" }
4935
4964
  },
4936
4965
  {
4937
4966
  "name": "loading-delay",
4938
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.",
4967
+ "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.",
4939
4968
  "value": { "type": "number" }
4940
4969
  },
4941
4970
  {
@@ -4948,6 +4977,11 @@
4948
4977
  "description": "Defines the text of the tooltip for the menu item.",
4949
4978
  "value": { "type": "string | undefined" }
4950
4979
  },
4980
+ {
4981
+ "name": "checked",
4982
+ "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.",
4983
+ "value": { "type": "boolean" }
4984
+ },
4951
4985
  {
4952
4986
  "name": "accessibility-attributes",
4953
4987
  "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\".",
@@ -4995,6 +5029,10 @@
4995
5029
  "name": "close",
4996
5030
  "description": "Fired after the menu is closed."
4997
5031
  },
5032
+ {
5033
+ "name": "check",
5034
+ "description": "Fired when an item is checked or unchecked."
5035
+ },
4998
5036
  {
4999
5037
  "name": "detail-click",
5000
5038
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5002,6 +5040,38 @@
5002
5040
  ]
5003
5041
  }
5004
5042
  },
5043
+ {
5044
+ "name": "ui5-menu-item-group",
5045
+ "description": "### Overview\n\nThe `ui5-menu-item-group` component represents a group of items designed for use inside a `ui5-menu`.\nItems belonging to the same group should be wrapped by a `ui5-menu-item-group`.\nEach group can have an `checkMode` property, which defines the check mode for the items within the group.\nThe possible values for `checkMode` are:\n- 'None' (default) - no items can be checked\n- 'Single' - Only one item can be checked at a time\n- 'Multiple' - Multiple items can be checked simultaneously\n\n**Note:** If the `checkMode` property is set to 'Single', only one item can remain checked at any given time.\nIf multiple items are marked as checked, the last checked item will take precedence.\n\n### Usage\n\n`ui5-menu-item-group` represents a collection of `ui5-menu-item` components that can have the same check mode.\nThe items are addeed to the group's `items` slot.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItemGroup.js\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the items of this component.\n**Note:** The slot can hold any combination of components of type `ui5-menu-item` or `ui5-menu-separator` or both.",
5046
+ "doc-url": "",
5047
+ "attributes": [
5048
+ {
5049
+ "name": "check-mode",
5050
+ "description": "Defines the component's check mode.",
5051
+ "value": {
5052
+ "type": "\"None\" | \"Single\" | \"Multiple\"",
5053
+ "default": "\"None\""
5054
+ }
5055
+ }
5056
+ ],
5057
+ "slots": [
5058
+ {
5059
+ "name": "default",
5060
+ "description": "Defines the items of this component.\n**Note:** The slot can hold any combination of components of type `ui5-menu-item` or `ui5-menu-separator` or both."
5061
+ }
5062
+ ],
5063
+ "events": [],
5064
+ "js": {
5065
+ "properties": [
5066
+ {
5067
+ "name": "check-mode",
5068
+ "description": "Defines the component's check mode.",
5069
+ "value": { "type": "\"None\" | \"Single\" | \"Multiple\"" }
5070
+ }
5071
+ ],
5072
+ "events": []
5073
+ }
5074
+ },
5005
5075
  {
5006
5076
  "name": "ui5-menu-separator",
5007
5077
  "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n---\n",
@@ -7866,6 +7936,11 @@
7866
7936
  "name": "name",
7867
7937
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
7868
7938
  "value": { "type": "string | undefined", "default": "undefined" }
7939
+ },
7940
+ {
7941
+ "name": "value",
7942
+ "description": "Defines the form value of the component.",
7943
+ "value": { "type": "string", "default": "\"\"" }
7869
7944
  }
7870
7945
  ],
7871
7946
  "events": [
@@ -7925,6 +8000,11 @@
7925
8000
  "name": "name",
7926
8001
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
7927
8002
  "value": { "type": "string | undefined" }
8003
+ },
8004
+ {
8005
+ "name": "value",
8006
+ "description": "Defines the form value of the component.",
8007
+ "value": { "type": "string" }
7928
8008
  }
7929
8009
  ],
7930
8010
  "events": [
@@ -8793,6 +8873,14 @@
8793
8873
  "description": "Defines the `row-key` values of selected rows, with each value separated by a space.",
8794
8874
  "value": { "type": "string | undefined", "default": "undefined" }
8795
8875
  },
8876
+ {
8877
+ "name": "header-selector",
8878
+ "description": "Defines the selector of the header row.",
8879
+ "value": {
8880
+ "type": "\"SelectAll\" | \"ClearAll\"",
8881
+ "default": "\"SelectAll\""
8882
+ }
8883
+ },
8796
8884
  {
8797
8885
  "name": "behavior",
8798
8886
  "description": "Defines the selection behavior.",
@@ -8815,6 +8903,11 @@
8815
8903
  "description": "Defines the `row-key` values of selected rows, with each value separated by a space.",
8816
8904
  "value": { "type": "string | undefined" }
8817
8905
  },
8906
+ {
8907
+ "name": "header-selector",
8908
+ "description": "Defines the selector of the header row.",
8909
+ "value": { "type": "\"SelectAll\" | \"ClearAll\"" }
8910
+ },
8818
8911
  {
8819
8912
  "name": "behavior",
8820
8913
  "description": "Defines the selection behavior.",
@@ -10973,6 +11066,10 @@
10973
11066
  "name": "part(month-cell-selected-between)",
10974
11067
  "description": "Used to style the day cells in between of selected months in range."
10975
11068
  },
11069
+ {
11070
+ "name": "part(month-picker-root)",
11071
+ "description": "Used to style the month picker root container."
11072
+ },
10976
11073
  {
10977
11074
  "name": "part(year-cell)",
10978
11075
  "description": "Used to style the year cells."
@@ -10985,6 +11082,10 @@
10985
11082
  "name": "part(year-cell-selected-between)",
10986
11083
  "description": "Used to style the year cells in between of selected years in range."
10987
11084
  },
11085
+ {
11086
+ "name": "part(year-picker-root)",
11087
+ "description": "Used to style the year picker root container."
11088
+ },
10988
11089
  {
10989
11090
  "name": "part(year-range-cell)",
10990
11091
  "description": "Used to style the year range cells."
@@ -10997,6 +11098,10 @@
10997
11098
  "name": "part(year-range-cell-selected-between)",
10998
11099
  "description": "Used to style the year range cells in between of selected year ranges."
10999
11100
  },
11101
+ {
11102
+ "name": "part(calendar-header-middle-button)",
11103
+ "description": "Used to style the calendar header middle buttons (month/year/year-range buttons)."
11104
+ },
11000
11105
  {
11001
11106
  "name": "part(root)",
11002
11107
  "description": "Used to style the root DOM element of the card component"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.12.0-rc.0",
3
+ "version": "2.12.0-rc.2",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -54,20 +54,20 @@
54
54
  "directory": "packages/main"
55
55
  },
56
56
  "dependencies": {
57
- "@ui5/webcomponents-base": "2.12.0-rc.0",
58
- "@ui5/webcomponents-icons": "2.12.0-rc.0",
59
- "@ui5/webcomponents-icons-business-suite": "2.12.0-rc.0",
60
- "@ui5/webcomponents-icons-tnt": "2.12.0-rc.0",
61
- "@ui5/webcomponents-localization": "2.12.0-rc.0",
62
- "@ui5/webcomponents-theming": "2.12.0-rc.0"
57
+ "@ui5/webcomponents-base": "2.12.0-rc.2",
58
+ "@ui5/webcomponents-icons": "2.12.0-rc.2",
59
+ "@ui5/webcomponents-icons-business-suite": "2.12.0-rc.2",
60
+ "@ui5/webcomponents-icons-tnt": "2.12.0-rc.2",
61
+ "@ui5/webcomponents-localization": "2.12.0-rc.2",
62
+ "@ui5/webcomponents-theming": "2.12.0-rc.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@ui5/cypress-internal": "0.0.0",
66
- "@ui5/webcomponents-tools": "2.12.0-rc.0",
67
- "chromedriver": "^136.0.0",
66
+ "@ui5/webcomponents-tools": "2.12.0-rc.2",
67
+ "chromedriver": "^137.0.4",
68
68
  "jsdom": "^26.0.0",
69
69
  "lit": "^2.0.0",
70
70
  "vitest": "^3.0.2"
71
71
  },
72
- "gitHead": "5c2fda3eb3253dcaf7587763aa436541f2c5160b"
72
+ "gitHead": "72aae89c43412b585e17f5d552810cad8564d656"
73
73
  }
@@ -24,6 +24,7 @@ export default function CalendarTemplate(this: Calendar) {
24
24
  <div
25
25
  data-ui5-cal-header-btn-month
26
26
  class="ui5-calheader-arrowbtn ui5-calheader-middlebtn"
27
+ part="calendar-header-middle-button"
27
28
  hidden={this._isHeaderMonthButtonHidden}
28
29
  tabindex={0}
29
30
  role="button"
@@ -41,6 +42,7 @@ export default function CalendarTemplate(this: Calendar) {
41
42
  <div
42
43
  data-ui5-cal-header-btn-year
43
44
  class="ui5-calheader-arrowbtn ui5-calheader-middlebtn"
45
+ part="calendar-header-middle-button"
44
46
  hidden={this._isHeaderYearButtonHidden}
45
47
  tabindex={0}
46
48
  role="button"
@@ -56,6 +58,7 @@ export default function CalendarTemplate(this: Calendar) {
56
58
  <div
57
59
  data-ui5-cal-header-btn-year-range
58
60
  class="ui5-calheader-arrowbtn ui5-calheader-middlebtn"
61
+ part="calendar-header-middle-button"
59
62
  hidden={this._isHeaderYearRangeButtonHidden}
60
63
  tabindex={0}
61
64
  role="button"
@@ -48,7 +48,7 @@ export default function CalendarTemplate(this: Calendar) {
48
48
  timestamp={this._timestamp}
49
49
  onChange={this.onSelectedMonthChange}
50
50
  onNavigate={this.onNavigate}
51
- exportparts="month-cell, month-cell-selected, month-cell-selected-between"
51
+ exportparts="month-cell, month-cell-selected, month-cell-selected-between, month-picker-root"
52
52
  />
53
53
 
54
54
  <YearPicker
@@ -66,7 +66,7 @@ export default function CalendarTemplate(this: Calendar) {
66
66
  _currentYearRange = {this._currentYearRange}
67
67
  onChange={this.onSelectedYearChange}
68
68
  onNavigate={this.onNavigate}
69
- exportparts="year-cell, year-cell-selected, year-cell-selected-between"
69
+ exportparts="year-cell, year-cell-selected, year-cell-selected-between, year-picker-root"
70
70
  />
71
71
 
72
72
  <YearRangePicker
@@ -0,0 +1,12 @@
1
+ import type MenuItemGroup from "./MenuItemGroup.js";
2
+
3
+ export default function MenuItemGroupTemplate(this: MenuItemGroup) {
4
+ return (
5
+ <div
6
+ role="group"
7
+ onui5-check={this._handleItemCheck}
8
+ >
9
+ <slot></slot>
10
+ </div>
11
+ );
12
+ }