@ui5/webcomponents 2.16.0-rc.1 → 2.16.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 (683) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Button.js +5 -3
  4. package/dist/Button.js.map +1 -1
  5. package/dist/Calendar.d.ts +9 -9
  6. package/dist/Calendar.js +46 -38
  7. package/dist/Calendar.js.map +1 -1
  8. package/dist/CalendarHeaderTemplate.js +3 -3
  9. package/dist/CalendarHeaderTemplate.js.map +1 -1
  10. package/dist/ComboBox.js +1 -1
  11. package/dist/ComboBox.js.map +1 -1
  12. package/dist/DatePicker.d.ts +2 -0
  13. package/dist/DatePicker.js +45 -5
  14. package/dist/DatePicker.js.map +1 -1
  15. package/dist/DateRangePicker.d.ts +4 -0
  16. package/dist/DateRangePicker.js +40 -10
  17. package/dist/DateRangePicker.js.map +1 -1
  18. package/dist/DateTimePicker.d.ts +2 -0
  19. package/dist/DateTimePicker.js +27 -1
  20. package/dist/DateTimePicker.js.map +1 -1
  21. package/dist/DayPickerTemplate.js +1 -1
  22. package/dist/DayPickerTemplate.js.map +1 -1
  23. package/dist/DynamicDateRange.d.ts +5 -1
  24. package/dist/DynamicDateRange.js +11 -2
  25. package/dist/DynamicDateRange.js.map +1 -1
  26. package/dist/FileUploader.d.ts +2 -0
  27. package/dist/FileUploader.js +13 -1
  28. package/dist/FileUploader.js.map +1 -1
  29. package/dist/Form.d.ts +1 -0
  30. package/dist/Form.js +3 -2
  31. package/dist/Form.js.map +1 -1
  32. package/dist/FormGroup.d.ts +11 -0
  33. package/dist/FormGroup.js +23 -2
  34. package/dist/FormGroup.js.map +1 -1
  35. package/dist/FormTemplate.js +1 -1
  36. package/dist/FormTemplate.js.map +1 -1
  37. package/dist/MonthPicker.d.ts +6 -1
  38. package/dist/MonthPicker.js +13 -5
  39. package/dist/MonthPicker.js.map +1 -1
  40. package/dist/MonthPickerTemplate.js +1 -1
  41. package/dist/MonthPickerTemplate.js.map +1 -1
  42. package/dist/MultiInput.js +1 -1
  43. package/dist/MultiInput.js.map +1 -1
  44. package/dist/StepInput.d.ts +2 -0
  45. package/dist/StepInput.js +24 -4
  46. package/dist/StepInput.js.map +1 -1
  47. package/dist/Table.d.ts +22 -4
  48. package/dist/Table.js +27 -5
  49. package/dist/Table.js.map +1 -1
  50. package/dist/TableCellBase.d.ts +1 -2
  51. package/dist/TableCellBase.js +1 -4
  52. package/dist/TableCellBase.js.map +1 -1
  53. package/dist/TableCustomAnnouncement.js +4 -1
  54. package/dist/TableCustomAnnouncement.js.map +1 -1
  55. package/dist/TableHeaderCell.d.ts +1 -1
  56. package/dist/TableHeaderCell.js.map +1 -1
  57. package/dist/TableHeaderRowTemplate.js +4 -2
  58. package/dist/TableHeaderRowTemplate.js.map +1 -1
  59. package/dist/TableRow.js +3 -3
  60. package/dist/TableRow.js.map +1 -1
  61. package/dist/TableRowBase.d.ts +1 -0
  62. package/dist/TableRowBase.js +5 -1
  63. package/dist/TableRowBase.js.map +1 -1
  64. package/dist/TableRowTemplate.js +4 -2
  65. package/dist/TableRowTemplate.js.map +1 -1
  66. package/dist/TableSelection.js +1 -1
  67. package/dist/TableSelection.js.map +1 -1
  68. package/dist/TableSelectionMulti.js +1 -1
  69. package/dist/TableSelectionMulti.js.map +1 -1
  70. package/dist/TableTemplate.js +3 -6
  71. package/dist/TableTemplate.js.map +1 -1
  72. package/dist/TimePicker.d.ts +6 -0
  73. package/dist/TimePicker.js +23 -3
  74. package/dist/TimePicker.js.map +1 -1
  75. package/dist/TimePickerTemplate.js +1 -1
  76. package/dist/TimePickerTemplate.js.map +1 -1
  77. package/dist/Token.d.ts +0 -1
  78. package/dist/Token.js +0 -4
  79. package/dist/Token.js.map +1 -1
  80. package/dist/Tokenizer.js +5 -0
  81. package/dist/Tokenizer.js.map +1 -1
  82. package/dist/YearPicker.d.ts +0 -1
  83. package/dist/YearPicker.js +0 -5
  84. package/dist/YearPicker.js.map +1 -1
  85. package/dist/YearRangePicker.d.ts +0 -1
  86. package/dist/YearRangePicker.js +0 -5
  87. package/dist/YearRangePicker.js.map +1 -1
  88. package/dist/bundle.esm.js +3 -0
  89. package/dist/bundle.esm.js.map +1 -1
  90. package/dist/css/themes/Avatar.css +1 -1
  91. package/dist/css/themes/AvatarGroup.css +1 -1
  92. package/dist/css/themes/Bar.css +1 -1
  93. package/dist/css/themes/Breadcrumbs.css +1 -1
  94. package/dist/css/themes/BusyIndicator.css +1 -1
  95. package/dist/css/themes/Button.css +1 -1
  96. package/dist/css/themes/ButtonBadge.css +1 -1
  97. package/dist/css/themes/Calendar.css +1 -1
  98. package/dist/css/themes/CalendarHeader.css +1 -1
  99. package/dist/css/themes/CalendarLegend.css +1 -1
  100. package/dist/css/themes/CalendarLegendItem.css +1 -1
  101. package/dist/css/themes/Card.css +1 -1
  102. package/dist/css/themes/CardHeader.css +1 -1
  103. package/dist/css/themes/Carousel.css +1 -1
  104. package/dist/css/themes/CheckBox.css +1 -1
  105. package/dist/css/themes/ColorPalette.css +1 -1
  106. package/dist/css/themes/ColorPaletteItem.css +1 -1
  107. package/dist/css/themes/ColorPalettePopover.css +1 -1
  108. package/dist/css/themes/ColorPicker.css +1 -1
  109. package/dist/css/themes/ComboBox.css +1 -1
  110. package/dist/css/themes/ComboBoxItem.css +1 -1
  111. package/dist/css/themes/DatePicker.css +1 -1
  112. package/dist/css/themes/DatePickerPopover.css +1 -1
  113. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  114. package/dist/css/themes/DayPicker.css +1 -1
  115. package/dist/css/themes/Dialog.css +1 -1
  116. package/dist/css/themes/DynamicDateRange.css +1 -1
  117. package/dist/css/themes/DynamicDateRangePopover.css +1 -1
  118. package/dist/css/themes/FileUploader.css +1 -1
  119. package/dist/css/themes/Form.css +1 -1
  120. package/dist/css/themes/FormItem.css +1 -1
  121. package/dist/css/themes/FormItemSpan.css +1 -1
  122. package/dist/css/themes/GrowingButton.css +1 -1
  123. package/dist/css/themes/Icon.css +1 -1
  124. package/dist/css/themes/Input.css +1 -1
  125. package/dist/css/themes/InputIcon.css +1 -1
  126. package/dist/css/themes/InputSharedStyles.css +1 -1
  127. package/dist/css/themes/Link.css +1 -1
  128. package/dist/css/themes/List.css +1 -1
  129. package/dist/css/themes/ListItem.css +1 -1
  130. package/dist/css/themes/ListItemBase.css +1 -1
  131. package/dist/css/themes/ListItemCustom.css +1 -1
  132. package/dist/css/themes/ListItemGroup.css +1 -1
  133. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  134. package/dist/css/themes/ListItemIcon.css +1 -1
  135. package/dist/css/themes/Menu.css +1 -1
  136. package/dist/css/themes/MenuItem.css +1 -1
  137. package/dist/css/themes/MessageStrip.css +1 -1
  138. package/dist/css/themes/MonthPicker.css +1 -1
  139. package/dist/css/themes/MultiComboBox.css +1 -1
  140. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  141. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  142. package/dist/css/themes/MultiInput.css +1 -1
  143. package/dist/css/themes/OptionBase.css +1 -1
  144. package/dist/css/themes/Panel.css +1 -1
  145. package/dist/css/themes/Popover.css +1 -1
  146. package/dist/css/themes/PopupsCommon.css +1 -1
  147. package/dist/css/themes/ProgressIndicator.css +1 -1
  148. package/dist/css/themes/RadioButton.css +1 -1
  149. package/dist/css/themes/RangeSlider.css +1 -1
  150. package/dist/css/themes/RatingIndicator.css +1 -1
  151. package/dist/css/themes/ResponsivePopover.css +1 -1
  152. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  153. package/dist/css/themes/SegmentedButton.css +1 -1
  154. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  155. package/dist/css/themes/Select.css +1 -1
  156. package/dist/css/themes/SliderBase.css +1 -1
  157. package/dist/css/themes/SplitButton.css +1 -1
  158. package/dist/css/themes/StepInput.css +1 -1
  159. package/dist/css/themes/SuggestionItem.css +1 -1
  160. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  161. package/dist/css/themes/Switch.css +1 -1
  162. package/dist/css/themes/TabContainer.css +1 -1
  163. package/dist/css/themes/TabInOverflow.css +1 -1
  164. package/dist/css/themes/TabInStrip.css +1 -1
  165. package/dist/css/themes/TabSemanticIcon.css +1 -1
  166. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  167. package/dist/css/themes/Table.css +1 -1
  168. package/dist/css/themes/TableCellBase.css +1 -1
  169. package/dist/css/themes/TableGrowing.css +1 -1
  170. package/dist/css/themes/TableHeaderRow.css +1 -1
  171. package/dist/css/themes/TableRow.css +1 -1
  172. package/dist/css/themes/TableRowActionBase.css +1 -1
  173. package/dist/css/themes/TableRowBase.css +1 -1
  174. package/dist/css/themes/Tag.css +1 -1
  175. package/dist/css/themes/Text.css +1 -1
  176. package/dist/css/themes/TextArea.css +1 -1
  177. package/dist/css/themes/TimePicker.css +1 -1
  178. package/dist/css/themes/Toast.css +1 -1
  179. package/dist/css/themes/ToggleButton.css +1 -1
  180. package/dist/css/themes/Token.css +1 -1
  181. package/dist/css/themes/Tokenizer.css +1 -1
  182. package/dist/css/themes/TokenizerPopover.css +1 -1
  183. package/dist/css/themes/Toolbar.css +1 -1
  184. package/dist/css/themes/ToolbarButton.css +1 -1
  185. package/dist/css/themes/ToolbarPopover.css +1 -1
  186. package/dist/css/themes/ToolbarSeparator.css +1 -1
  187. package/dist/css/themes/TreeItem.css +1 -1
  188. package/dist/css/themes/ValueStateMessage.css +1 -1
  189. package/dist/css/themes/ValueStateVariables.css +1 -1
  190. package/dist/css/themes/YearPicker.css +1 -1
  191. package/dist/css/themes/YearRangePicker.css +1 -1
  192. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  193. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  194. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  195. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  196. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  197. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  198. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  199. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  200. package/dist/custom-elements-internal.json +111 -2
  201. package/dist/custom-elements.json +103 -2
  202. package/dist/dynamic-date-range-options/DateTimeRange.d.ts +25 -0
  203. package/dist/dynamic-date-range-options/DateTimeRange.js +82 -0
  204. package/dist/dynamic-date-range-options/DateTimeRange.js.map +1 -0
  205. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.d.ts +2 -0
  206. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +38 -0
  207. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -0
  208. package/dist/dynamic-date-range-options/FromDateTime.d.ts +36 -0
  209. package/dist/dynamic-date-range-options/FromDateTime.js +136 -0
  210. package/dist/dynamic-date-range-options/FromDateTime.js.map +1 -0
  211. package/dist/dynamic-date-range-options/FromDateTimeTemplate.d.ts +2 -0
  212. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +24 -0
  213. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js.map +1 -0
  214. package/dist/dynamic-date-range-options/ToDateTime.d.ts +36 -0
  215. package/dist/dynamic-date-range-options/ToDateTime.js +136 -0
  216. package/dist/dynamic-date-range-options/ToDateTime.js.map +1 -0
  217. package/dist/dynamic-date-range-options/toDates.d.ts +3 -1
  218. package/dist/dynamic-date-range-options/toDates.js +25 -1
  219. package/dist/dynamic-date-range-options/toDates.js.map +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  222. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  223. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  224. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  225. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  226. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  227. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  228. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  229. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  230. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  231. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  232. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  233. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  234. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  235. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  236. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  237. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  238. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  239. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  240. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  241. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  242. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  243. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  244. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  245. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  246. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  247. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  248. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  249. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  250. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  251. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  252. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  253. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  254. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  255. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  256. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  257. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  258. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  259. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  260. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  261. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  262. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  263. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  264. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  265. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  266. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  267. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  268. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  269. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  270. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  271. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  272. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  273. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  274. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  275. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  276. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  277. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  278. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  279. package/dist/generated/i18n/i18n-defaults.d.ts +28 -1
  280. package/dist/generated/i18n/i18n-defaults.js +30 -3
  281. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  282. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  283. package/dist/generated/themes/Avatar.css.js +1 -1
  284. package/dist/generated/themes/Avatar.css.js.map +1 -1
  285. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  286. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  287. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  288. package/dist/generated/themes/Bar.css.d.ts +1 -1
  289. package/dist/generated/themes/Bar.css.js +1 -1
  290. package/dist/generated/themes/Bar.css.js.map +1 -1
  291. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  292. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  293. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  294. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  295. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  296. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  297. package/dist/generated/themes/Button.css.d.ts +1 -1
  298. package/dist/generated/themes/Button.css.js +1 -1
  299. package/dist/generated/themes/Button.css.js.map +1 -1
  300. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  301. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  302. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  303. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  304. package/dist/generated/themes/Calendar.css.js +1 -1
  305. package/dist/generated/themes/Calendar.css.js.map +1 -1
  306. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  307. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  308. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  309. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  310. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  311. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  312. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  313. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  314. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  315. package/dist/generated/themes/Card.css.d.ts +1 -1
  316. package/dist/generated/themes/Card.css.js +1 -1
  317. package/dist/generated/themes/Card.css.js.map +1 -1
  318. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  319. package/dist/generated/themes/CardHeader.css.js +1 -1
  320. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  321. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  322. package/dist/generated/themes/Carousel.css.js +1 -1
  323. package/dist/generated/themes/Carousel.css.js.map +1 -1
  324. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  325. package/dist/generated/themes/CheckBox.css.js +1 -1
  326. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  327. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  328. package/dist/generated/themes/ColorPalette.css.js +1 -1
  329. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  330. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  331. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  332. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  333. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  334. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  335. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  336. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  337. package/dist/generated/themes/ColorPicker.css.js +1 -1
  338. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  339. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  340. package/dist/generated/themes/ComboBox.css.js +1 -1
  341. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  342. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  343. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  344. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  345. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  346. package/dist/generated/themes/DatePicker.css.js +1 -1
  347. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  348. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  349. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  350. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  351. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  352. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  353. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  354. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  355. package/dist/generated/themes/DayPicker.css.js +1 -1
  356. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  357. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  358. package/dist/generated/themes/Dialog.css.js +1 -1
  359. package/dist/generated/themes/Dialog.css.js.map +1 -1
  360. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  361. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  362. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  363. package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +1 -1
  364. package/dist/generated/themes/DynamicDateRangePopover.css.js +1 -1
  365. package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -1
  366. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  367. package/dist/generated/themes/FileUploader.css.js +1 -1
  368. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  369. package/dist/generated/themes/Form.css.d.ts +1 -1
  370. package/dist/generated/themes/Form.css.js +1 -1
  371. package/dist/generated/themes/Form.css.js.map +1 -1
  372. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  373. package/dist/generated/themes/FormItem.css.js +1 -1
  374. package/dist/generated/themes/FormItem.css.js.map +1 -1
  375. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  376. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  377. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  378. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  379. package/dist/generated/themes/GrowingButton.css.js +1 -1
  380. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  381. package/dist/generated/themes/Icon.css.d.ts +1 -1
  382. package/dist/generated/themes/Icon.css.js +1 -1
  383. package/dist/generated/themes/Icon.css.js.map +1 -1
  384. package/dist/generated/themes/Input.css.d.ts +1 -1
  385. package/dist/generated/themes/Input.css.js +1 -1
  386. package/dist/generated/themes/Input.css.js.map +1 -1
  387. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  388. package/dist/generated/themes/InputIcon.css.js +1 -1
  389. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  390. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  391. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  392. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  393. package/dist/generated/themes/Link.css.d.ts +1 -1
  394. package/dist/generated/themes/Link.css.js +1 -1
  395. package/dist/generated/themes/Link.css.js.map +1 -1
  396. package/dist/generated/themes/List.css.d.ts +1 -1
  397. package/dist/generated/themes/List.css.js +1 -1
  398. package/dist/generated/themes/List.css.js.map +1 -1
  399. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  400. package/dist/generated/themes/ListItem.css.js +1 -1
  401. package/dist/generated/themes/ListItem.css.js.map +1 -1
  402. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  403. package/dist/generated/themes/ListItemBase.css.js +1 -1
  404. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  405. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  406. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  407. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  408. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  409. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  410. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  411. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  412. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  413. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  414. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  415. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  416. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  417. package/dist/generated/themes/Menu.css.d.ts +1 -1
  418. package/dist/generated/themes/Menu.css.js +1 -1
  419. package/dist/generated/themes/Menu.css.js.map +1 -1
  420. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  421. package/dist/generated/themes/MenuItem.css.js +1 -1
  422. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  423. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  424. package/dist/generated/themes/MessageStrip.css.js +1 -1
  425. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  426. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  427. package/dist/generated/themes/MonthPicker.css.js +1 -1
  428. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  429. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  430. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  431. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  432. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  433. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  434. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  435. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  436. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  437. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  438. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  439. package/dist/generated/themes/MultiInput.css.js +1 -1
  440. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  441. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  442. package/dist/generated/themes/OptionBase.css.js +1 -1
  443. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  444. package/dist/generated/themes/Panel.css.d.ts +1 -1
  445. package/dist/generated/themes/Panel.css.js +1 -1
  446. package/dist/generated/themes/Panel.css.js.map +1 -1
  447. package/dist/generated/themes/Popover.css.d.ts +1 -1
  448. package/dist/generated/themes/Popover.css.js +1 -1
  449. package/dist/generated/themes/Popover.css.js.map +1 -1
  450. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  451. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  452. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  453. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  454. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  455. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  456. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  457. package/dist/generated/themes/RadioButton.css.js +1 -1
  458. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  459. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  460. package/dist/generated/themes/RangeSlider.css.js +1 -1
  461. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  462. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  463. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  464. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  465. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  466. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  467. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  468. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  469. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  470. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  471. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  472. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  473. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  474. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  475. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  476. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  477. package/dist/generated/themes/Select.css.d.ts +1 -1
  478. package/dist/generated/themes/Select.css.js +1 -1
  479. package/dist/generated/themes/Select.css.js.map +1 -1
  480. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  481. package/dist/generated/themes/SliderBase.css.js +1 -1
  482. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  483. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  484. package/dist/generated/themes/SplitButton.css.js +1 -1
  485. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  486. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  487. package/dist/generated/themes/StepInput.css.js +1 -1
  488. package/dist/generated/themes/StepInput.css.js.map +1 -1
  489. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  490. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  491. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  492. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  493. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  494. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  495. package/dist/generated/themes/Switch.css.d.ts +1 -1
  496. package/dist/generated/themes/Switch.css.js +1 -1
  497. package/dist/generated/themes/Switch.css.js.map +1 -1
  498. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  499. package/dist/generated/themes/TabContainer.css.js +1 -1
  500. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  501. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  502. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  503. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  504. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  505. package/dist/generated/themes/TabInStrip.css.js +1 -1
  506. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  507. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  508. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  509. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  510. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  511. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  512. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  513. package/dist/generated/themes/Table.css.d.ts +1 -1
  514. package/dist/generated/themes/Table.css.js +1 -1
  515. package/dist/generated/themes/Table.css.js.map +1 -1
  516. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  517. package/dist/generated/themes/TableCellBase.css.js +1 -1
  518. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  519. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  520. package/dist/generated/themes/TableGrowing.css.js +1 -1
  521. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  522. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  523. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  524. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  525. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  526. package/dist/generated/themes/TableRow.css.js +1 -1
  527. package/dist/generated/themes/TableRow.css.js.map +1 -1
  528. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  529. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  530. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  531. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  532. package/dist/generated/themes/TableRowBase.css.js +1 -1
  533. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  534. package/dist/generated/themes/Tag.css.d.ts +1 -1
  535. package/dist/generated/themes/Tag.css.js +1 -1
  536. package/dist/generated/themes/Tag.css.js.map +1 -1
  537. package/dist/generated/themes/Text.css.d.ts +1 -1
  538. package/dist/generated/themes/Text.css.js +1 -1
  539. package/dist/generated/themes/Text.css.js.map +1 -1
  540. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  541. package/dist/generated/themes/TextArea.css.js +1 -1
  542. package/dist/generated/themes/TextArea.css.js.map +1 -1
  543. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  544. package/dist/generated/themes/TimePicker.css.js +1 -1
  545. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  546. package/dist/generated/themes/Toast.css.d.ts +1 -1
  547. package/dist/generated/themes/Toast.css.js +1 -1
  548. package/dist/generated/themes/Toast.css.js.map +1 -1
  549. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  550. package/dist/generated/themes/ToggleButton.css.js +1 -1
  551. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  552. package/dist/generated/themes/Token.css.d.ts +1 -1
  553. package/dist/generated/themes/Token.css.js +1 -1
  554. package/dist/generated/themes/Token.css.js.map +1 -1
  555. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  556. package/dist/generated/themes/Tokenizer.css.js +1 -1
  557. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  558. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  559. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  560. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  561. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  562. package/dist/generated/themes/Toolbar.css.js +1 -1
  563. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  564. package/dist/generated/themes/ToolbarButton.css.d.ts +1 -1
  565. package/dist/generated/themes/ToolbarButton.css.js +1 -1
  566. package/dist/generated/themes/ToolbarButton.css.js.map +1 -1
  567. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  568. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  569. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  570. package/dist/generated/themes/ToolbarSeparator.css.d.ts +1 -1
  571. package/dist/generated/themes/ToolbarSeparator.css.js +1 -1
  572. package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -1
  573. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  574. package/dist/generated/themes/TreeItem.css.js +1 -1
  575. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  576. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  577. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  578. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  579. package/dist/generated/themes/ValueStateVariables.css.d.ts +1 -1
  580. package/dist/generated/themes/ValueStateVariables.css.js +1 -1
  581. package/dist/generated/themes/ValueStateVariables.css.js.map +1 -1
  582. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  583. package/dist/generated/themes/YearPicker.css.js +1 -1
  584. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  585. package/dist/generated/themes/YearRangePicker.css.d.ts +1 -1
  586. package/dist/generated/themes/YearRangePicker.css.js +1 -1
  587. package/dist/generated/themes/YearRangePicker.css.js.map +1 -1
  588. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  589. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  590. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  591. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  592. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  593. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  594. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  595. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  596. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  597. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  598. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  599. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  600. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  601. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  602. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  603. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  604. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  605. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  606. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  607. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  608. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  609. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  610. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  611. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  612. package/dist/vscode.html-custom-data.json +12 -2
  613. package/dist/web-types.json +23 -3
  614. package/package.json +10 -10
  615. package/src/CalendarHeaderTemplate.tsx +3 -3
  616. package/src/DayPickerTemplate.tsx +0 -2
  617. package/src/FormTemplate.tsx +1 -1
  618. package/src/MonthPickerTemplate.tsx +1 -0
  619. package/src/TableHeaderRowTemplate.tsx +8 -9
  620. package/src/TableRowTemplate.tsx +5 -1
  621. package/src/TableTemplate.tsx +4 -20
  622. package/src/TimePickerTemplate.tsx +1 -0
  623. package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +62 -0
  624. package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +53 -0
  625. package/src/i18n/messagebundle.properties +61 -2
  626. package/src/i18n/messagebundle_ar.properties +18 -6
  627. package/src/i18n/messagebundle_bg.properties +18 -6
  628. package/src/i18n/messagebundle_ca.properties +19 -7
  629. package/src/i18n/messagebundle_cnr.properties +18 -6
  630. package/src/i18n/messagebundle_cs.properties +18 -6
  631. package/src/i18n/messagebundle_cy.properties +18 -6
  632. package/src/i18n/messagebundle_da.properties +18 -6
  633. package/src/i18n/messagebundle_de.properties +19 -7
  634. package/src/i18n/messagebundle_el.properties +18 -6
  635. package/src/i18n/messagebundle_en.properties +2 -299
  636. package/src/i18n/messagebundle_en_GB.properties +20 -8
  637. package/src/i18n/messagebundle_en_US_sappsd.properties +2 -2
  638. package/src/i18n/messagebundle_en_US_saprigi.properties +2 -2
  639. package/src/i18n/messagebundle_en_US_saptrc.properties +2 -2
  640. package/src/i18n/messagebundle_es.properties +19 -7
  641. package/src/i18n/messagebundle_es_MX.properties +19 -7
  642. package/src/i18n/messagebundle_et.properties +18 -6
  643. package/src/i18n/messagebundle_fi.properties +18 -6
  644. package/src/i18n/messagebundle_fr.properties +18 -6
  645. package/src/i18n/messagebundle_fr_CA.properties +18 -6
  646. package/src/i18n/messagebundle_hi.properties +18 -6
  647. package/src/i18n/messagebundle_hr.properties +19 -7
  648. package/src/i18n/messagebundle_hu.properties +18 -6
  649. package/src/i18n/messagebundle_id.properties +19 -7
  650. package/src/i18n/messagebundle_it.properties +18 -6
  651. package/src/i18n/messagebundle_iw.properties +18 -6
  652. package/src/i18n/messagebundle_ja.properties +18 -6
  653. package/src/i18n/messagebundle_kk.properties +18 -6
  654. package/src/i18n/messagebundle_ko.properties +18 -6
  655. package/src/i18n/messagebundle_lt.properties +18 -6
  656. package/src/i18n/messagebundle_lv.properties +18 -6
  657. package/src/i18n/messagebundle_mk.properties +18 -6
  658. package/src/i18n/messagebundle_ms.properties +18 -6
  659. package/src/i18n/messagebundle_nl.properties +18 -6
  660. package/src/i18n/messagebundle_no.properties +18 -6
  661. package/src/i18n/messagebundle_pl.properties +18 -6
  662. package/src/i18n/messagebundle_pt.properties +18 -6
  663. package/src/i18n/messagebundle_pt_PT.properties +18 -6
  664. package/src/i18n/messagebundle_ro.properties +18 -6
  665. package/src/i18n/messagebundle_ru.properties +18 -6
  666. package/src/i18n/messagebundle_sh.properties +18 -6
  667. package/src/i18n/messagebundle_sk.properties +18 -6
  668. package/src/i18n/messagebundle_sl.properties +18 -6
  669. package/src/i18n/messagebundle_sr.properties +18 -6
  670. package/src/i18n/messagebundle_sv.properties +22 -10
  671. package/src/i18n/messagebundle_th.properties +20 -8
  672. package/src/i18n/messagebundle_tr.properties +18 -6
  673. package/src/i18n/messagebundle_uk.properties +19 -7
  674. package/src/i18n/messagebundle_vi.properties +18 -6
  675. package/src/i18n/messagebundle_zh_CN.properties +18 -6
  676. package/src/i18n/messagebundle_zh_TW.properties +19 -7
  677. package/src/themes/DynamicDateRangePopover.css +15 -5
  678. package/src/themes/StepInput.css +11 -4
  679. package/src/themes/Table.css +0 -14
  680. package/src/themes/TableGrowing.css +7 -14
  681. package/src/themes/TableHeaderRow.css +1 -0
  682. package/src/themes/TableRow.css +12 -8
  683. package/src/themes/base/Table-parameters.css +4 -0
@@ -1567,7 +1567,7 @@
1567
1567
  },
1568
1568
  {
1569
1569
  "name": "ui5-dynamic-date-range",
1570
- "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.\n\n### **Methods:**\n - **toDates(value: _DynamicDateRangeValue_): _Array<Date>_** - Converts a `value` into concrete `startDate` and `endDate` JavaScript `Date` objects.",
1570
+ "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.\n\n### **Methods:**\n - **toDates(value: _DynamicDateRangeValue_): _Array<Date>_** - Converts a `value` into concrete `startDate` and `endDate` JavaScript `Date` objects.",
1571
1571
  "attributes": [
1572
1572
  {
1573
1573
  "name": "value",
@@ -1771,6 +1771,11 @@
1771
1771
  "name": "column-span",
1772
1772
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
1773
1773
  "values": []
1774
+ },
1775
+ {
1776
+ "name": "accessible-name",
1777
+ "description": "Defines the accessible ARIA name of the component.",
1778
+ "values": []
1774
1779
  }
1775
1780
  ],
1776
1781
  "references": []
@@ -4109,7 +4114,7 @@
4109
4114
  },
4110
4115
  {
4111
4116
  "name": "ui5-table",
4112
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n**Note:** This event is not fired if the `behavior` property of the selection component is set to `RowOnly`.\nIn that case, use the `change` event of the selection component instead.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **noData** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
4117
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelectionMulti](../TableSelectionMulti) - adds multi-selection capabilities to the table\n* [TableSelectionSingle](../TableSelectionSingle) - adds single-selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n* [TableVirtualizer](../TableVirtualizer) - adds virtualization capabilities to the table\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### Accessibility\n\nThe `ui5-table` follows the [ARIA grid design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/).\nThis pattern enables cell-based keyboard navigation and, as explained above, we also support row-based keyboard navigation.\nSince the grid design pattern does not inherently provide row-based keyboard behavior, if the focus is on a row, not only the row information but also the corresponding column headers for each cell must be announced.\nThis can only be achieved through a custom accessibility announcement.\nTo support this, UI5 Web Components expose its own accessibility metadata via the `accessibilityInfo` property.\nThe `ui5-table` uses this information to create the required custom announcements dynamically.\nIf you include custom web components inside table cells that are not part of the standard UI5 Web Components set, their accessibility information can be provided using the `data-ui5-table-acc-text` attribute.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";` (`ui5-table`)\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n**Note:** This event is not fired if the `behavior` property of the selection component is set to `RowOnly`.\nIn that case, use the `change` event of the selection component instead.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **noData** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
4113
4118
  "attributes": [
4114
4119
  {
4115
4120
  "name": "accessible-name",
@@ -4145,6 +4150,11 @@
4145
4150
  "name": "row-action-count",
4146
4151
  "description": "Defines the maximum number of row actions that is displayed, which determines the width of the row action column.\n\n**Note:** It is recommended to use a maximum of 3 row actions, as exceeding this limit may take up too much space on smaller screens.",
4147
4152
  "values": []
4153
+ },
4154
+ {
4155
+ "name": "alternate-row-colors",
4156
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
4157
+ "values": []
4148
4158
  }
4149
4159
  ],
4150
4160
  "references": []
@@ -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.16.0-rc.1",
4
+ "version": "2.16.0-rc.2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -3184,7 +3184,7 @@
3184
3184
  },
3185
3185
  {
3186
3186
  "name": "ui5-dynamic-date-range",
3187
- "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.\n\n### **Methods:**\n - **toDates(value: _DynamicDateRangeValue_): _Array<Date>_** - Converts a `value` into concrete `startDate` and `endDate` JavaScript `Date` objects.",
3187
+ "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.\n\n### **Methods:**\n - **toDates(value: _DynamicDateRangeValue_): _Array<Date>_** - Converts a `value` into concrete `startDate` and `endDate` JavaScript `Date` objects.",
3188
3188
  "doc-url": "",
3189
3189
  "attributes": [
3190
3190
  {
@@ -3603,6 +3603,11 @@
3603
3603
  "name": "column-span",
3604
3604
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
3605
3605
  "value": { "type": "number | undefined", "default": "undefined" }
3606
+ },
3607
+ {
3608
+ "name": "accessible-name",
3609
+ "description": "Defines the accessible ARIA name of the component.",
3610
+ "value": { "type": "string | undefined", "default": "undefined" }
3606
3611
  }
3607
3612
  ],
3608
3613
  "slots": [
@@ -3630,6 +3635,11 @@
3630
3635
  "name": "column-span",
3631
3636
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
3632
3637
  "value": { "type": "number | undefined" }
3638
+ },
3639
+ {
3640
+ "name": "accessible-name",
3641
+ "description": "Defines the accessible ARIA name of the component.",
3642
+ "value": { "type": "string | undefined" }
3633
3643
  }
3634
3644
  ],
3635
3645
  "events": []
@@ -8665,7 +8675,7 @@
8665
8675
  },
8666
8676
  {
8667
8677
  "name": "ui5-table",
8668
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n**Note:** This event is not fired if the `behavior` property of the selection component is set to `RowOnly`.\nIn that case, use the `change` event of the selection component instead.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **noData** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
8678
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelectionMulti](../TableSelectionMulti) - adds multi-selection capabilities to the table\n* [TableSelectionSingle](../TableSelectionSingle) - adds single-selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n* [TableVirtualizer](../TableVirtualizer) - adds virtualization capabilities to the table\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### Accessibility\n\nThe `ui5-table` follows the [ARIA grid design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/).\nThis pattern enables cell-based keyboard navigation and, as explained above, we also support row-based keyboard navigation.\nSince the grid design pattern does not inherently provide row-based keyboard behavior, if the focus is on a row, not only the row information but also the corresponding column headers for each cell must be announced.\nThis can only be achieved through a custom accessibility announcement.\nTo support this, UI5 Web Components expose its own accessibility metadata via the `accessibilityInfo` property.\nThe `ui5-table` uses this information to create the required custom announcements dynamically.\nIf you include custom web components inside table cells that are not part of the standard UI5 Web Components set, their accessibility information can be provided using the `data-ui5-table-acc-text` attribute.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";` (`ui5-table`)\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n**Note:** This event is not fired if the `behavior` property of the selection component is set to `RowOnly`.\nIn that case, use the `change` event of the selection component instead.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **noData** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
8669
8679
  "doc-url": "",
8670
8680
  "attributes": [
8671
8681
  {
@@ -8705,6 +8715,11 @@
8705
8715
  "name": "row-action-count",
8706
8716
  "description": "Defines the maximum number of row actions that is displayed, which determines the width of the row action column.\n\n**Note:** It is recommended to use a maximum of 3 row actions, as exceeding this limit may take up too much space on smaller screens.",
8707
8717
  "value": { "type": "number", "default": "0" }
8718
+ },
8719
+ {
8720
+ "name": "alternate-row-colors",
8721
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
8722
+ "value": { "type": "boolean", "default": "false" }
8708
8723
  }
8709
8724
  ],
8710
8725
  "slots": [
@@ -8779,6 +8794,11 @@
8779
8794
  "name": "row-action-count",
8780
8795
  "description": "Defines the maximum number of row actions that is displayed, which determines the width of the row action column.\n\n**Note:** It is recommended to use a maximum of 3 row actions, as exceeding this limit may take up too much space on smaller screens.",
8781
8796
  "value": { "type": "number" }
8797
+ },
8798
+ {
8799
+ "name": "alternate-row-colors",
8800
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
8801
+ "value": { "type": "boolean" }
8782
8802
  }
8783
8803
  ],
8784
8804
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.16.0-rc.1",
3
+ "version": "2.16.0-rc.2",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -52,24 +52,24 @@
52
52
  "directory": "packages/main"
53
53
  },
54
54
  "dependencies": {
55
- "@ui5/webcomponents-base": "2.16.0-rc.1",
56
- "@ui5/webcomponents-icons": "2.16.0-rc.1",
57
- "@ui5/webcomponents-icons-business-suite": "2.16.0-rc.1",
58
- "@ui5/webcomponents-icons-tnt": "2.16.0-rc.1",
59
- "@ui5/webcomponents-localization": "2.16.0-rc.1",
60
- "@ui5/webcomponents-theming": "2.16.0-rc.1"
55
+ "@ui5/webcomponents-base": "2.16.0-rc.2",
56
+ "@ui5/webcomponents-icons": "2.16.0-rc.2",
57
+ "@ui5/webcomponents-icons-business-suite": "2.16.0-rc.2",
58
+ "@ui5/webcomponents-icons-tnt": "2.16.0-rc.2",
59
+ "@ui5/webcomponents-localization": "2.16.0-rc.2",
60
+ "@ui5/webcomponents-theming": "2.16.0-rc.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@custom-elements-manifest/analyzer": "^0.10.10",
64
64
  "@ui5/cypress-internal": "0.1.0",
65
- "@ui5/webcomponents-tools": "2.16.0-rc.1",
65
+ "@ui5/webcomponents-tools": "2.16.0-rc.2",
66
66
  "chokidar-cli": "^3.0.0",
67
67
  "cypress": "^15.3.0",
68
68
  "eslint": "^7.22.0",
69
69
  "jsdom": "^26.0.0",
70
70
  "lit": "^2.0.0",
71
- "vite": "5.4.8",
71
+ "vite": "5.4.21",
72
72
  "vitest": "^3.0.2"
73
73
  },
74
- "gitHead": "265099a61a699bab43272f38673a637a9caf7ca5"
74
+ "gitHead": "f61ddd10e76c10e8bccaf7cb49266834878893ea"
75
75
  }
@@ -32,7 +32,7 @@ export default function CalendarTemplate(this: Calendar) {
32
32
  aria-description={this.accInfo.ariaLabelMonthButton}
33
33
  title={this.accInfo.tooltipMonthButton}
34
34
  aria-keyshortcuts={this.accInfo.keyShortcutMonthButton}
35
- onClick={this.onHeaderShowMonthPress}
35
+ onClick={this.onHeaderMonthButtonPress}
36
36
  onKeyDown={this.onMonthButtonKeyDown}
37
37
  onKeyUp={this.onMonthButtonKeyUp}
38
38
  >
@@ -51,7 +51,7 @@ export default function CalendarTemplate(this: Calendar) {
51
51
  role="button"
52
52
  aria-label={this.accInfo.ariaLabelYearButton}
53
53
  aria-description={this.accInfo.ariaLabelYearButton}
54
- onClick={this.onHeaderShowYearPress}
54
+ onClick={this.onHeaderYearButtonPress}
55
55
  onKeyDown={this.onYearButtonKeyDown}
56
56
  onKeyUp={this.onYearButtonKeyUp}
57
57
  title={this.accInfo.tooltipYearButton}
@@ -73,7 +73,7 @@ export default function CalendarTemplate(this: Calendar) {
73
73
  aria-description={this.accInfo.ariaLabelYearRangeButton}
74
74
  title={this.accInfo.tooltipYearRangeButton}
75
75
  aria-keyshortcuts={this.accInfo.keyShortcutYearRangeButton}
76
- onClick={this.onHeaderShowYearRangePress}
76
+ onClick={this.onHeaderYearRangeButtonPress}
77
77
  onKeyDown={this.onYearRangeButtonKeyDown}
78
78
  onKeyUp={this.onYearRangeButtonKeyUp}
79
79
  >
@@ -15,8 +15,6 @@ export default function DayPickerTemplate(this: DayPicker) {
15
15
  onKeyUp={this._onkeyup}
16
16
  onClick={this._onclick}
17
17
  onMouseOver={this._onmouseover}
18
- onFocusIn={this._onfocusin}
19
- onFocusOut={this._onfocusout}
20
18
  >
21
19
  <div id={`${this._id}-content`} class="ui5-dp-content" role="grid" aria-roledescription={this.ariaRoledescription}>
22
20
  <div role="row" class="ui5-dp-days-names-container">
@@ -36,7 +36,7 @@ export default function FormTemplate(this: Form) {
36
36
  }}
37
37
  part="column"
38
38
  >
39
- <div class="ui5-form-group" role="form" aria-labelledby={groupItemInfo.accessibleNameRef}>
39
+ <div class="ui5-form-group" role="form" aria-labelledby={groupItemInfo.accessibleNameRef} aria-label={groupItemInfo.accessibleName}>
40
40
  {groupItem.headerText &&
41
41
  <div class="ui5-form-group-heading">
42
42
  <Title id={`${groupItem._id}-group-header-text`} level={groupItem.headerLevel} size="H6">{groupItem.headerText}</Title>
@@ -13,6 +13,7 @@ export default function MonthPickerTemplate(this: MonthPicker) {
13
13
  onKeyDown={this._onkeydown}
14
14
  onKeyUp={this._onkeyup}
15
15
  onClick={this._selectMonth}
16
+ onMouseDown={this._onmousedown}
16
17
  >
17
18
  {this._monthsInterval.map(months =>
18
19
  <div role="row" class="ui5-mp-quarter">
@@ -45,27 +45,26 @@ export default function TableHeaderRowTemplate(this: TableHeaderRow, ariaColInde
45
45
 
46
46
  { this.cells.flatMap(cell => {
47
47
  if (cell._popin) {
48
+ cell.role = null;
48
49
  cell.ariaColIndex = null;
49
50
  return [];
50
51
  }
51
- cell.ariaColIndex = `${ariaColIndex++}`;
52
+
53
+ cell.role ??= cell.ariaRole;
54
+ cell.ariaColIndex = (cell.role === cell.ariaRole) ? `${ariaColIndex++}` : null;
52
55
  return [<slot name={cell._individualSlot}></slot>];
53
56
  })}
54
57
 
55
58
  { this._rowActionCount > 0 &&
56
- <TableHeaderCell id="actions-cell"
57
- aria-colindex={ariaColIndex++}
58
- >
59
+ <TableHeaderCell id="actions-cell" aria-colindex={ariaColIndex++}>
59
60
  <div id="actions-cell-content">{this._i18nRowActions}</div>
60
61
  </TableHeaderCell>
61
62
  }
62
63
 
63
64
  { this._popinCells.length > 0 &&
64
- <TableHeaderCell id="popin-cell"
65
- aria-colindex={ariaColIndex++}
66
- aria-label={this._i18nRowPopin}
67
- data-excluded-from-navigation
68
- ></TableHeaderCell>
65
+ <TableHeaderCell id="popin-cell" aria-colindex={ariaColIndex++} data-excluded-from-navigation>
66
+ <div id="popin-cell-content">{this._i18nRowPopin}</div>
67
+ </TableHeaderCell>
69
68
  }
70
69
  </>
71
70
  );
@@ -38,10 +38,13 @@ export default function TableRowTemplate(this: TableRow, ariaColIndex: number =
38
38
 
39
39
  { this.cells.flatMap(cell => {
40
40
  if (cell._popin) {
41
+ cell.role = null;
41
42
  cell.ariaColIndex = null;
42
43
  return [];
43
44
  }
44
- cell.ariaColIndex = `${ariaColIndex++}`;
45
+
46
+ cell.role ??= cell.ariaRole;
47
+ cell.ariaColIndex = (cell.role === cell.ariaRole) ? `${ariaColIndex++}` : null;
45
48
  return [<slot name={cell._individualSlot}></slot>];
46
49
  })}
47
50
 
@@ -72,6 +75,7 @@ export default function TableRowTemplate(this: TableRow, ariaColIndex: number =
72
75
  <TableCell id="navigated-cell"
73
76
  data-excluded-from-navigation
74
77
  aria-hidden={true}
78
+ role="none"
75
79
  >
76
80
  <div id="navigated"></div>
77
81
  </TableCell>
@@ -37,22 +37,12 @@ export default function TableTemplate(this: Table) {
37
37
  </TableRow>
38
38
  }
39
39
 
40
- { this.rows.length > 0 && this._getGrowing()?.hasGrowingComponent() &&
41
- <div id="footer" role="rowgroup">
42
- { growingRow.call(this) }
43
- </div>
44
- }
45
-
46
40
  <DropIndicator
47
41
  orientation="Horizontal"
48
42
  ownerReference={this}
49
43
  ></DropIndicator>
50
44
 
51
- <div aria-hidden="true" id="table-end-row">
52
- <div id="table-end-cell">
53
- <div id="table-end" aria-hidden="true" tabindex={-1}></div>
54
- </div>
55
- </div>
45
+ <div aria-hidden="true" id="table-end-row"></div>
56
46
 
57
47
  { this.loading &&
58
48
  <BusyIndicator id="loading"
@@ -64,16 +54,10 @@ export default function TableTemplate(this: Table) {
64
54
  </div>
65
55
 
66
56
  <div id="after" role="none" tabindex={0} ui5-table-dummy-focus-area></div>
67
- </>
68
- );
69
- }
70
57
 
71
- function growingRow(this: Table) {
72
- return (
73
- <TableRow id="growing-row" ui5-growing-row aria-hidden={true}>
74
- <TableCell id="growing-cell">
58
+ { this.rows.length > 0 && this._getGrowing()?.hasGrowingComponent() &&
75
59
  <slot name={this._getGrowing()?._individualSlot}></slot>
76
- </TableCell>
77
- </TableRow>
60
+ }
61
+ </>
78
62
  );
79
63
  }
@@ -39,6 +39,7 @@ export default function TimePickerTemplate(this: TimePicker) {
39
39
  name={timeEntryRequest}
40
40
  tabindex={-1}
41
41
  showTooltip={true}
42
+ mode={this._iconMode}
42
43
  onClick={this._togglePicker}
43
44
  class={{
44
45
  "ui5-time-picker-input-icon-button": true,
@@ -0,0 +1,62 @@
1
+ import DynamicDateRange from "../DynamicDateRange.js";
2
+ import DateTimePicker from "../DateTimePicker.js";
3
+ import Label from "../Label.js";
4
+ import {
5
+ DYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL,
6
+ DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL,
7
+ } from "../generated/i18n/i18n-defaults.js";
8
+
9
+ export default function DateTimeRangeTemplate(this: DynamicDateRange) {
10
+ const currentOperator = this.currentValue?.operator || "DATETIMERANGE";
11
+
12
+ const getDateFromValue = (index = 0) => {
13
+ if (this.value?.operator === currentOperator && this.value.values && this.value.values.length === 2) {
14
+ return this.getOption(this.value.operator)?.format(this.value)?.split("-")[index].trim();
15
+ }
16
+ return undefined;
17
+ };
18
+
19
+ const handleSelectionChange = () => {
20
+ const fromPicker = this.shadowRoot?.querySelector("[ui5-datetime-picker]#from-picker") as DateTimePicker;
21
+ const toPicker = this.shadowRoot?.querySelector("[ui5-datetime-picker]#to-picker") as DateTimePicker;
22
+
23
+ const fromDateValue = fromPicker.dateValue;
24
+ const toDateValue = toPicker.dateValue;
25
+
26
+ // If there are no dates selected, clear the value
27
+ if (!(fromDateValue && toDateValue)) {
28
+ this.currentValue = {
29
+ operator: currentOperator,
30
+ values: []
31
+ };
32
+ return;
33
+ }
34
+
35
+ const newValue = [fromDateValue, toDateValue];
36
+
37
+ if (newValue[0] && newValue[1] && newValue[0].getTime() > newValue[1].getTime()) {
38
+ newValue.reverse();
39
+ }
40
+
41
+ this.currentValue = {
42
+ operator: currentOperator,
43
+ values: newValue,
44
+ };
45
+ };
46
+ return (
47
+ <div class="ui5-last-next-container ui5-last-next-container-padded">
48
+ <Label class="ui5-ddr-label">{DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL)}</Label>
49
+ <DateTimePicker
50
+ id="from-picker"
51
+ onChange={handleSelectionChange}
52
+ value={getDateFromValue()}>
53
+ </DateTimePicker>
54
+ <Label class="ui5-ddr-label">{DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL)}</Label>
55
+ <DateTimePicker
56
+ id="to-picker"
57
+ onChange={handleSelectionChange}
58
+ value={getDateFromValue(1)}>
59
+ </DateTimePicker>
60
+ </div>
61
+ );
62
+ }
@@ -0,0 +1,53 @@
1
+ import type DynamicDateRange from "../DynamicDateRange.js";
2
+ import Calendar from "../Calendar.js";
3
+ import CalendarDate from "../CalendarDate.js";
4
+ import SegmentedButton from "../SegmentedButton.js";
5
+ import SegmentedButtonItem from "../SegmentedButtonItem.js";
6
+ import TimeSelectionClocks from "../TimeSelectionClocks.js";
7
+ import type FromDateTimeOption from "./FromDateTime.js";
8
+
9
+ export default function FromDateTime(this: DynamicDateRange) {
10
+ const currentOption = this._currentOption as FromDateTimeOption;
11
+ const currentValue = this.value?.values ? this.value.values[0] as Date : undefined;
12
+ return (
13
+ <div class="ui5-dynamic-date-range-option-datetime-container">
14
+ <div class="ui5-dt-picker-header">
15
+ <SegmentedButton class="ui5-dt-picker-toggle-button" onSelectionChange={this.handleSelectionChange}>
16
+ <SegmentedButtonItem data-ui5-key="Date" selected={currentOption.showDateView}>{currentOption.btnDateLabel}</SegmentedButtonItem>
17
+ <SegmentedButtonItem data-ui5-key="Time" selected={currentOption.showTimeView}>{currentOption.btnTimeLabel}</SegmentedButtonItem>
18
+ </SegmentedButton>
19
+ </div>
20
+
21
+ <div class={{
22
+ "ui5-dt-picker-content": true,
23
+ }}>
24
+ {!!currentOption.showDateView &&
25
+ <Calendar
26
+ class={{
27
+ "ui5-dt-cal": true,
28
+ "ui5-dt-cal--hidden": currentOption.showTimeView,
29
+ "ui5-dt-time--hidden": currentOption.showDateView,
30
+ }}
31
+ onSelectionChange={this.handleSelectionChange}
32
+ >
33
+ <CalendarDate
34
+ value={currentOption.getDateValue(currentValue)}
35
+ ></CalendarDate>
36
+ </Calendar>
37
+ }
38
+
39
+ {!!currentOption.showTimeView &&
40
+ <TimeSelectionClocks
41
+ class={{
42
+ "ui5-dt-time": true,
43
+ "ui5-dt-cal--hidden": currentOption.showTimeView,
44
+ "ui5-dt-time--hidden": currentOption.showDateView,
45
+ }}
46
+ value={currentOption.getTimeValue(currentValue)}
47
+ onChange={this.handleSelectionChange}
48
+ />
49
+ }
50
+ </div>
51
+ </div>
52
+ );
53
+ }