@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
@@ -8948,7 +8948,7 @@
8948
8948
  },
8949
8949
  {
8950
8950
  "kind": "class",
8951
- "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\";`",
8951
+ "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\";`",
8952
8952
  "name": "DynamicDateRange",
8953
8953
  "members": [
8954
8954
  {
@@ -9942,6 +9942,17 @@
9942
9942
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
9943
9943
  "default": "undefined",
9944
9944
  "privacy": "public"
9945
+ },
9946
+ {
9947
+ "kind": "field",
9948
+ "name": "accessibleName",
9949
+ "type": {
9950
+ "text": "string | undefined"
9951
+ },
9952
+ "description": "Defines the accessible ARIA name of the component.",
9953
+ "default": "undefined",
9954
+ "privacy": "public",
9955
+ "_ui5since": "2.16.0"
9945
9956
  }
9946
9957
  ],
9947
9958
  "attributes": [
@@ -9971,6 +9982,15 @@
9971
9982
  "type": {
9972
9983
  "text": "number | undefined"
9973
9984
  }
9985
+ },
9986
+ {
9987
+ "description": "Defines the accessible ARIA name of the component.",
9988
+ "name": "accessible-name",
9989
+ "default": "undefined",
9990
+ "fieldName": "accessibleName",
9991
+ "type": {
9992
+ "text": "string | undefined"
9993
+ }
9974
9994
  }
9975
9995
  ],
9976
9996
  "superclass": {
@@ -23324,7 +23344,7 @@
23324
23344
  },
23325
23345
  {
23326
23346
  "kind": "class",
23327
- "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`)",
23347
+ "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`)",
23328
23348
  "name": "Table",
23329
23349
  "slots": [
23330
23350
  {
@@ -23460,6 +23480,17 @@
23460
23480
  "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.",
23461
23481
  "privacy": "public",
23462
23482
  "_ui5since": "2.7.0"
23483
+ },
23484
+ {
23485
+ "kind": "field",
23486
+ "name": "alternateRowColors",
23487
+ "type": {
23488
+ "text": "boolean"
23489
+ },
23490
+ "default": "false",
23491
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
23492
+ "privacy": "public",
23493
+ "_ui5since": "2.17"
23463
23494
  }
23464
23495
  ],
23465
23496
  "events": [
@@ -23701,6 +23732,15 @@
23701
23732
  "type": {
23702
23733
  "text": "number"
23703
23734
  }
23735
+ },
23736
+ {
23737
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
23738
+ "name": "alternate-row-colors",
23739
+ "default": "false",
23740
+ "fieldName": "alternateRowColors",
23741
+ "type": {
23742
+ "text": "boolean"
23743
+ }
23704
23744
  }
23705
23745
  ],
23706
23746
  "superclass": {
@@ -31711,6 +31751,52 @@
31711
31751
  }
31712
31752
  ]
31713
31753
  },
31754
+ {
31755
+ "kind": "javascript-module",
31756
+ "path": "dist/dynamic-date-range-options/DateTimeRange.js",
31757
+ "declarations": [
31758
+ {
31759
+ "kind": "class",
31760
+ "description": "",
31761
+ "name": "DateTimeRange",
31762
+ "_ui5since": "2.16.0",
31763
+ "_ui5privacy": "public"
31764
+ }
31765
+ ],
31766
+ "exports": [
31767
+ {
31768
+ "kind": "js",
31769
+ "name": "default",
31770
+ "declaration": {
31771
+ "name": "DateTimeRange",
31772
+ "module": "dist/dynamic-date-range-options/DateTimeRange.js"
31773
+ }
31774
+ }
31775
+ ]
31776
+ },
31777
+ {
31778
+ "kind": "javascript-module",
31779
+ "path": "dist/dynamic-date-range-options/FromDateTime.js",
31780
+ "declarations": [
31781
+ {
31782
+ "kind": "class",
31783
+ "description": "",
31784
+ "name": "FromDateTime",
31785
+ "_ui5since": "2.11.0",
31786
+ "_ui5privacy": "public"
31787
+ }
31788
+ ],
31789
+ "exports": [
31790
+ {
31791
+ "kind": "js",
31792
+ "name": "default",
31793
+ "declaration": {
31794
+ "name": "FromDateTime",
31795
+ "module": "dist/dynamic-date-range-options/FromDateTime.js"
31796
+ }
31797
+ }
31798
+ ]
31799
+ },
31714
31800
  {
31715
31801
  "kind": "javascript-module",
31716
31802
  "path": "dist/dynamic-date-range-options/LastNextUtils.js",
@@ -31786,6 +31872,29 @@
31786
31872
  }
31787
31873
  ]
31788
31874
  },
31875
+ {
31876
+ "kind": "javascript-module",
31877
+ "path": "dist/dynamic-date-range-options/ToDateTime.js",
31878
+ "declarations": [
31879
+ {
31880
+ "kind": "class",
31881
+ "description": "",
31882
+ "name": "ToDateTime",
31883
+ "_ui5since": "2.11.0",
31884
+ "_ui5privacy": "public"
31885
+ }
31886
+ ],
31887
+ "exports": [
31888
+ {
31889
+ "kind": "js",
31890
+ "name": "default",
31891
+ "declaration": {
31892
+ "name": "ToDateTime",
31893
+ "module": "dist/dynamic-date-range-options/ToDateTime.js"
31894
+ }
31895
+ }
31896
+ ]
31897
+ },
31789
31898
  {
31790
31899
  "kind": "javascript-module",
31791
31900
  "path": "dist/dynamic-date-range-options/Today.js",
@@ -7845,7 +7845,7 @@
7845
7845
  "declarations": [
7846
7846
  {
7847
7847
  "kind": "class",
7848
- "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\";`",
7848
+ "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\";`",
7849
7849
  "name": "DynamicDateRange",
7850
7850
  "members": [
7851
7851
  {
@@ -8732,6 +8732,16 @@
8732
8732
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
8733
8733
  "default": "undefined",
8734
8734
  "privacy": "public"
8735
+ },
8736
+ {
8737
+ "kind": "field",
8738
+ "name": "accessibleName",
8739
+ "type": {
8740
+ "text": "string | undefined"
8741
+ },
8742
+ "description": "Defines the accessible ARIA name of the component.",
8743
+ "default": "undefined",
8744
+ "privacy": "public"
8735
8745
  }
8736
8746
  ],
8737
8747
  "attributes": [
@@ -8761,6 +8771,15 @@
8761
8771
  "type": {
8762
8772
  "text": "number | undefined"
8763
8773
  }
8774
+ },
8775
+ {
8776
+ "description": "Defines the accessible ARIA name of the component.",
8777
+ "name": "accessible-name",
8778
+ "default": "undefined",
8779
+ "fieldName": "accessibleName",
8780
+ "type": {
8781
+ "text": "string | undefined"
8782
+ }
8764
8783
  }
8765
8784
  ],
8766
8785
  "superclass": {
@@ -20325,7 +20344,7 @@
20325
20344
  "declarations": [
20326
20345
  {
20327
20346
  "kind": "class",
20328
- "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`)",
20347
+ "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`)",
20329
20348
  "name": "Table",
20330
20349
  "slots": [
20331
20350
  {
@@ -20422,6 +20441,16 @@
20422
20441
  "default": "0",
20423
20442
  "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.",
20424
20443
  "privacy": "public"
20444
+ },
20445
+ {
20446
+ "kind": "field",
20447
+ "name": "alternateRowColors",
20448
+ "type": {
20449
+ "text": "boolean"
20450
+ },
20451
+ "default": "false",
20452
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
20453
+ "privacy": "public"
20425
20454
  }
20426
20455
  ],
20427
20456
  "events": [
@@ -20545,6 +20574,15 @@
20545
20574
  "type": {
20546
20575
  "text": "number"
20547
20576
  }
20577
+ },
20578
+ {
20579
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
20580
+ "name": "alternate-row-colors",
20581
+ "default": "false",
20582
+ "fieldName": "alternateRowColors",
20583
+ "type": {
20584
+ "text": "boolean"
20585
+ }
20548
20586
  }
20549
20587
  ],
20550
20588
  "superclass": {
@@ -27648,6 +27686,48 @@
27648
27686
  }
27649
27687
  ]
27650
27688
  },
27689
+ {
27690
+ "kind": "javascript-module",
27691
+ "path": "dist/dynamic-date-range-options/DateTimeRange.js",
27692
+ "declarations": [
27693
+ {
27694
+ "kind": "class",
27695
+ "description": "",
27696
+ "name": "DateTimeRange"
27697
+ }
27698
+ ],
27699
+ "exports": [
27700
+ {
27701
+ "kind": "js",
27702
+ "name": "default",
27703
+ "declaration": {
27704
+ "name": "DateTimeRange",
27705
+ "module": "dist/dynamic-date-range-options/DateTimeRange.js"
27706
+ }
27707
+ }
27708
+ ]
27709
+ },
27710
+ {
27711
+ "kind": "javascript-module",
27712
+ "path": "dist/dynamic-date-range-options/FromDateTime.js",
27713
+ "declarations": [
27714
+ {
27715
+ "kind": "class",
27716
+ "description": "",
27717
+ "name": "FromDateTime"
27718
+ }
27719
+ ],
27720
+ "exports": [
27721
+ {
27722
+ "kind": "js",
27723
+ "name": "default",
27724
+ "declaration": {
27725
+ "name": "FromDateTime",
27726
+ "module": "dist/dynamic-date-range-options/FromDateTime.js"
27727
+ }
27728
+ }
27729
+ ]
27730
+ },
27651
27731
  {
27652
27732
  "kind": "javascript-module",
27653
27733
  "path": "dist/dynamic-date-range-options/LastNextUtils.js",
@@ -27717,6 +27797,27 @@
27717
27797
  }
27718
27798
  ]
27719
27799
  },
27800
+ {
27801
+ "kind": "javascript-module",
27802
+ "path": "dist/dynamic-date-range-options/ToDateTime.js",
27803
+ "declarations": [
27804
+ {
27805
+ "kind": "class",
27806
+ "description": "",
27807
+ "name": "ToDateTime"
27808
+ }
27809
+ ],
27810
+ "exports": [
27811
+ {
27812
+ "kind": "js",
27813
+ "name": "default",
27814
+ "declaration": {
27815
+ "name": "ToDateTime",
27816
+ "module": "dist/dynamic-date-range-options/ToDateTime.js"
27817
+ }
27818
+ }
27819
+ ]
27820
+ },
27720
27821
  {
27721
27822
  "kind": "javascript-module",
27722
27823
  "path": "dist/dynamic-date-range-options/Today.js",
@@ -0,0 +1,25 @@
1
+ import type { DynamicDateRangeValue, IDynamicDateRangeOption } from "../DynamicDateRange.js";
2
+ import DateFormat from "@ui5/webcomponents-localization/dist/DateFormat.js";
3
+ import type { JsxTemplate } from "@ui5/webcomponents-base/dist/index.js";
4
+ /**
5
+ * @class
6
+ * @constructor
7
+ * @public
8
+ * @since 2.16.0
9
+ */
10
+ declare class DateTimeRange implements IDynamicDateRangeOption {
11
+ template: JsxTemplate;
12
+ constructor();
13
+ parse(value: string): DynamicDateRangeValue;
14
+ _parseDate(value: string): Date | undefined;
15
+ format(value: DynamicDateRangeValue): string;
16
+ _formatDate(date: Date): string;
17
+ toDates(value: DynamicDateRangeValue): Array<Date>;
18
+ get text(): string;
19
+ get operator(): string;
20
+ get icon(): string;
21
+ isValidString(value: string): boolean;
22
+ getFormatPattern(): string;
23
+ getFormat(): DateFormat;
24
+ }
25
+ export default DateTimeRange;
@@ -0,0 +1,82 @@
1
+ import DateTimeRangeTemplate from "./DateTimeRangeTemplate.js";
2
+ import DateFormat from "@ui5/webcomponents-localization/dist/DateFormat.js";
3
+ import { DYNAMIC_DATE_TIME_RANGE_TEXT, } from "../generated/i18n/i18n-defaults.js";
4
+ import { dateTimeRangeOptionToDates } from "./toDates.js";
5
+ import DynamicDateRange from "../DynamicDateRange.js";
6
+ import getCachedLocaleDataInstance from "@ui5/webcomponents-localization/dist/getCachedLocaleDataInstance.js";
7
+ import getLocale from "@ui5/webcomponents-base/dist/locale/getLocale.js";
8
+ const DEFAULT_DELIMITER = "-";
9
+ /**
10
+ * @class
11
+ * @constructor
12
+ * @public
13
+ * @since 2.16.0
14
+ */
15
+ class DateTimeRange {
16
+ constructor() {
17
+ this.template = DateTimeRangeTemplate;
18
+ }
19
+ parse(value) {
20
+ const returnValue = { operator: this.operator, values: [] };
21
+ if (!value) {
22
+ return returnValue;
23
+ }
24
+ const splitValue = value.split(DEFAULT_DELIMITER);
25
+ const startDate = this._parseDate(splitValue[0].trim());
26
+ const endDate = this._parseDate(splitValue[1].trim());
27
+ returnValue.values = [startDate, endDate];
28
+ if (returnValue.values[0].getTime() > returnValue.values[1].getTime()) {
29
+ returnValue.values.reverse();
30
+ }
31
+ return returnValue;
32
+ }
33
+ _parseDate(value) {
34
+ return this.getFormat().parse(value);
35
+ }
36
+ format(value) {
37
+ const valuesArray = value?.values;
38
+ if (!valuesArray || valuesArray.length !== 2 || !valuesArray[0] || !valuesArray[1]) {
39
+ return "";
40
+ }
41
+ const startDate = this._formatDate(valuesArray[0]);
42
+ const endDate = this._formatDate(valuesArray[1]);
43
+ return `${startDate} ${DEFAULT_DELIMITER} ${endDate}`;
44
+ }
45
+ _formatDate(date) {
46
+ return this.getFormat().format(date);
47
+ }
48
+ toDates(value) {
49
+ return dateTimeRangeOptionToDates(value);
50
+ }
51
+ get text() {
52
+ return DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT);
53
+ }
54
+ get operator() {
55
+ return "DATETIMERANGE";
56
+ }
57
+ get icon() {
58
+ return "appointment-2";
59
+ }
60
+ isValidString(value) {
61
+ const splitValue = value.split(DEFAULT_DELIMITER);
62
+ const startDate = this._parseDate(splitValue[0].trim());
63
+ const endDate = this._parseDate(splitValue[1].trim());
64
+ if (!startDate || !endDate || Number.isNaN(startDate.getTime()) || Number.isNaN(endDate.getTime())) {
65
+ return false;
66
+ }
67
+ return true;
68
+ }
69
+ getFormatPattern() {
70
+ const localeData = getCachedLocaleDataInstance(getLocale());
71
+ return localeData.getCombinedDateTimePattern("medium", "medium");
72
+ }
73
+ getFormat() {
74
+ return DateFormat.getDateInstance({
75
+ strictParsing: true,
76
+ pattern: this.getFormatPattern(),
77
+ });
78
+ }
79
+ }
80
+ DynamicDateRange.register("DATETIMERANGE", DateTimeRange);
81
+ export default DateTimeRange;
82
+ //# sourceMappingURL=DateTimeRange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateTimeRange.js","sourceRoot":"","sources":["../../src/dynamic-date-range-options/DateTimeRange.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,4BAA4B,CAAC;AAE/D,OAAO,UAAU,MAAM,oDAAoD,CAAC;AAE5E,OAAO,EACN,4BAA4B,GAC5B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,gBAAgB,MAAM,wBAAwB,CAAC;AACtD,OAAO,2BAA2B,MAAM,qEAAqE,CAAC;AAC9G,OAAO,SAAS,MAAM,kDAAkD,CAAC;AAEzE,MAAM,iBAAiB,GAAG,GAAG,CAAC;AAE9B;;;;;GAKG;AAEH,MAAM,aAAa;IAGlB;QACC,IAAI,CAAC,QAAQ,GAAG,qBAAqB,CAAC;IACvC,CAAC;IAED,KAAK,CAAC,KAAa;QAClB,MAAM,WAAW,GAAG,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,EAA2B,CAAC;QAErF,IAAI,CAAC,KAAK,EAAE,CAAC;YACZ,OAAO,WAAW,CAAC;QACpB,CAAC;QACD,MAAM,UAAU,GAAG,KAAK,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;QAClD,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAS,CAAC;QAChE,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAS,CAAC;QAE9D,WAAW,CAAC,MAAM,GAAG,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QAE1C,IAAI,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC;YACvE,WAAW,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;QAC9B,CAAC;QAED,OAAO,WAAW,CAAC;IACpB,CAAC;IAED,UAAU,CAAC,KAAa;QACvB,OAAO,IAAI,CAAC,SAAS,EAAE,CAAC,KAAK,CAAC,KAAK,CAAS,CAAC;IAC9C,CAAC;IAED,MAAM,CAAC,KAA4B;QAClC,MAAM,WAAW,GAAG,KAAK,EAAE,MAAqB,CAAC;QAEjD,IAAI,CAAC,WAAW,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC;YACpF,OAAO,EAAE,CAAC;QACX,CAAC;QAED,MAAM,SAAS,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;QACnD,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;QAEjD,OAAO,GAAG,SAAS,IAAI,iBAAiB,IAAI,OAAO,EAAE,CAAC;IACvD,CAAC;IAED,WAAW,CAAC,IAAU;QACrB,OAAO,IAAI,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IAED,OAAO,CAAC,KAA4B;QACnC,OAAO,0BAA0B,CAAC,KAAK,CAAC,CAAC;IAC1C,CAAC;IAED,IAAI,IAAI;QACP,OAAO,gBAAgB,CAAC,UAAU,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAC1E,CAAC;IAED,IAAI,QAAQ;QACX,OAAO,eAAe,CAAC;IACxB,CAAC;IAED,IAAI,IAAI;QACP,OAAO,eAAe,CAAC;IACxB,CAAC;IAED,aAAa,CAAC,KAAa;QAC1B,MAAM,UAAU,GAAG,KAAK,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;QAClD,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAS,CAAC;QAChE,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAS,CAAC;QAE9D,IAAI,CAAC,SAAS,IAAI,CAAC,OAAO,IAAI,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,IAAI,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC;YACpG,OAAO,KAAK,CAAC;QACd,CAAC;QAED,OAAO,IAAI,CAAC;IACb,CAAC;IAED,gBAAgB;QACf,MAAM,UAAU,GAAG,2BAA2B,CAAC,SAAS,EAAE,CAAC,CAAC;QAC5D,OAAO,UAAU,CAAC,0BAA0B,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IAClE,CAAC;IAED,SAAS;QACR,OAAO,UAAU,CAAC,eAAe,CAAC;YACjC,aAAa,EAAE,IAAI;YACnB,OAAO,EAAE,IAAI,CAAC,gBAAgB,EAAE;SAChC,CAAC,CAAC;IACJ,CAAC;CACD;AAED,gBAAgB,CAAC,QAAQ,CAAC,eAAe,EAAE,aAAa,CAAC,CAAC;AAE1D,eAAe,aAAa,CAAC","sourcesContent":["import DateTimeRangeTemplate from \"./DateTimeRangeTemplate.js\";\nimport type { DynamicDateRangeValue, IDynamicDateRangeOption } from \"../DynamicDateRange.js\";\nimport DateFormat from \"@ui5/webcomponents-localization/dist/DateFormat.js\";\nimport type { JsxTemplate } from \"@ui5/webcomponents-base/dist/index.js\";\nimport {\n\tDYNAMIC_DATE_TIME_RANGE_TEXT,\n} from \"../generated/i18n/i18n-defaults.js\";\nimport { dateTimeRangeOptionToDates } from \"./toDates.js\";\nimport DynamicDateRange from \"../DynamicDateRange.js\";\nimport getCachedLocaleDataInstance from \"@ui5/webcomponents-localization/dist/getCachedLocaleDataInstance.js\";\nimport getLocale from \"@ui5/webcomponents-base/dist/locale/getLocale.js\";\n\nconst DEFAULT_DELIMITER = \"-\";\n\n/**\n * @class\n * @constructor\n * @public\n * @since 2.16.0\n */\n\nclass DateTimeRange implements IDynamicDateRangeOption {\n\ttemplate: JsxTemplate;\n\n\tconstructor() {\n\t\tthis.template = DateTimeRangeTemplate;\n\t}\n\n\tparse(value: string): DynamicDateRangeValue {\n\t\tconst returnValue = { operator: this.operator, values: [] } as DynamicDateRangeValue;\n\n\t\tif (!value) {\n\t\t\treturn returnValue;\n\t\t}\n\t\tconst splitValue = value.split(DEFAULT_DELIMITER);\n\t\tconst startDate = this._parseDate(splitValue[0].trim()) as Date;\n\t\tconst endDate = this._parseDate(splitValue[1].trim()) as Date;\n\n\t\treturnValue.values = [startDate, endDate];\n\n\t\tif (returnValue.values[0].getTime() > returnValue.values[1].getTime()) {\n\t\t\treturnValue.values.reverse();\n\t\t}\n\n\t\treturn returnValue;\n\t}\n\n\t_parseDate(value: string): Date | undefined {\n\t\treturn this.getFormat().parse(value) as Date;\n\t}\n\n\tformat(value: DynamicDateRangeValue) {\n\t\tconst valuesArray = value?.values as Array<Date>;\n\n\t\tif (!valuesArray || valuesArray.length !== 2 || !valuesArray[0] || !valuesArray[1]) {\n\t\t\treturn \"\";\n\t\t}\n\n\t\tconst startDate = this._formatDate(valuesArray[0]);\n\t\tconst endDate = this._formatDate(valuesArray[1]);\n\n\t\treturn `${startDate} ${DEFAULT_DELIMITER} ${endDate}`;\n\t}\n\n\t_formatDate(date: Date) {\n\t\treturn this.getFormat().format(date);\n\t}\n\n\ttoDates(value: DynamicDateRangeValue): Array<Date> {\n\t\treturn dateTimeRangeOptionToDates(value);\n\t}\n\n\tget text(): string {\n\t\treturn DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT);\n\t}\n\n\tget operator() {\n\t\treturn \"DATETIMERANGE\";\n\t}\n\n\tget icon() {\n\t\treturn \"appointment-2\";\n\t}\n\n\tisValidString(value: string): boolean {\n\t\tconst splitValue = value.split(DEFAULT_DELIMITER);\n\t\tconst startDate = this._parseDate(splitValue[0].trim()) as Date;\n\t\tconst endDate = this._parseDate(splitValue[1].trim()) as Date;\n\n\t\tif (!startDate || !endDate || Number.isNaN(startDate.getTime()) || Number.isNaN(endDate.getTime())) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}\n\n\tgetFormatPattern() {\n\t\tconst localeData = getCachedLocaleDataInstance(getLocale());\n\t\treturn localeData.getCombinedDateTimePattern(\"medium\", \"medium\");\n\t}\n\n\tgetFormat(): DateFormat {\n\t\treturn DateFormat.getDateInstance({\n\t\t\tstrictParsing: true,\n\t\t\tpattern: this.getFormatPattern(),\n\t\t});\n\t}\n}\n\nDynamicDateRange.register(\"DATETIMERANGE\", DateTimeRange);\n\nexport default DateTimeRange;\n"]}
@@ -0,0 +1,2 @@
1
+ import DynamicDateRange from "../DynamicDateRange.js";
2
+ export default function DateTimeRangeTemplate(this: DynamicDateRange): import("@ui5/webcomponents-base/jsx-runtime").JSX.Element;
@@ -0,0 +1,38 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "@ui5/webcomponents-base/jsx-runtime";
2
+ import DynamicDateRange from "../DynamicDateRange.js";
3
+ import DateTimePicker from "../DateTimePicker.js";
4
+ import Label from "../Label.js";
5
+ import { DYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL, DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL, } from "../generated/i18n/i18n-defaults.js";
6
+ export default function DateTimeRangeTemplate() {
7
+ const currentOperator = this.currentValue?.operator || "DATETIMERANGE";
8
+ const getDateFromValue = (index = 0) => {
9
+ if (this.value?.operator === currentOperator && this.value.values && this.value.values.length === 2) {
10
+ return this.getOption(this.value.operator)?.format(this.value)?.split("-")[index].trim();
11
+ }
12
+ return undefined;
13
+ };
14
+ const handleSelectionChange = () => {
15
+ const fromPicker = this.shadowRoot?.querySelector("[ui5-datetime-picker]#from-picker");
16
+ const toPicker = this.shadowRoot?.querySelector("[ui5-datetime-picker]#to-picker");
17
+ const fromDateValue = fromPicker.dateValue;
18
+ const toDateValue = toPicker.dateValue;
19
+ // If there are no dates selected, clear the value
20
+ if (!(fromDateValue && toDateValue)) {
21
+ this.currentValue = {
22
+ operator: currentOperator,
23
+ values: []
24
+ };
25
+ return;
26
+ }
27
+ const newValue = [fromDateValue, toDateValue];
28
+ if (newValue[0] && newValue[1] && newValue[0].getTime() > newValue[1].getTime()) {
29
+ newValue.reverse();
30
+ }
31
+ this.currentValue = {
32
+ operator: currentOperator,
33
+ values: newValue,
34
+ };
35
+ };
36
+ return (_jsxs("div", { class: "ui5-last-next-container ui5-last-next-container-padded", children: [_jsx(Label, { class: "ui5-ddr-label", children: DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL) }), _jsx(DateTimePicker, { id: "from-picker", onChange: handleSelectionChange, value: getDateFromValue() }), _jsx(Label, { class: "ui5-ddr-label", children: DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL) }), _jsx(DateTimePicker, { id: "to-picker", onChange: handleSelectionChange, value: getDateFromValue(1) })] }));
37
+ }
38
+ //# sourceMappingURL=DateTimeRangeTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateTimeRangeTemplate.js","sourceRoot":"","sources":["../../src/dynamic-date-range-options/DateTimeRangeTemplate.tsx"],"names":[],"mappings":";AAAA,OAAO,gBAAgB,MAAM,wBAAwB,CAAC;AACtD,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,MAAM,aAAa,CAAC;AAChC,OAAO,EACN,qCAAqC,EACrC,uCAAuC,GACvC,MAAM,oCAAoC,CAAC;AAE5C,MAAM,CAAC,OAAO,UAAU,qBAAqB;IAC5C,MAAM,eAAe,GAAG,IAAI,CAAC,YAAY,EAAE,QAAQ,IAAI,eAAe,CAAC;IAEvE,MAAM,gBAAgB,GAAG,CAAC,KAAK,GAAG,CAAC,EAAE,EAAE;QACtC,IAAI,IAAI,CAAC,KAAK,EAAE,QAAQ,KAAK,eAAe,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACrG,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,CAAC;QAC1F,CAAC;QACD,OAAO,SAAS,CAAC;IAClB,CAAC,CAAC;IAEF,MAAM,qBAAqB,GAAG,GAAG,EAAE;QAClC,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,mCAAmC,CAAmB,CAAC;QACzG,MAAM,QAAQ,GAAG,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,iCAAiC,CAAmB,CAAC;QAErG,MAAM,aAAa,GAAG,UAAU,CAAC,SAAS,CAAC;QAC3C,MAAM,WAAW,GAAG,QAAQ,CAAC,SAAS,CAAC;QAEvC,kDAAkD;QAClD,IAAI,CAAC,CAAC,aAAa,IAAI,WAAW,CAAC,EAAE,CAAC;YACrC,IAAI,CAAC,YAAY,GAAG;gBACnB,QAAQ,EAAE,eAAe;gBACzB,MAAM,EAAE,EAAE;aACV,CAAC;YACF,OAAO;QACR,CAAC;QAED,MAAM,QAAQ,GAAG,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;QAE9C,IAAI,QAAQ,CAAC,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC;YACjF,QAAQ,CAAC,OAAO,EAAE,CAAC;QACpB,CAAC;QAED,IAAI,CAAC,YAAY,GAAG;YACnB,QAAQ,EAAE,eAAe;YACzB,MAAM,EAAE,QAAQ;SAChB,CAAC;IACH,CAAC,CAAC;IACF,OAAO,CACN,eAAK,KAAK,EAAC,wDAAwD,aAClE,KAAC,KAAK,IAAC,KAAK,EAAC,eAAe,YAAE,gBAAgB,CAAC,UAAU,CAAC,OAAO,CAAC,uCAAuC,CAAC,GAAS,EACnH,KAAC,cAAc,IACd,EAAE,EAAC,aAAa,EAChB,QAAQ,EAAE,qBAAqB,EAC/B,KAAK,EAAE,gBAAgB,EAAE,GACT,EACjB,KAAC,KAAK,IAAC,KAAK,EAAC,eAAe,YAAE,gBAAgB,CAAC,UAAU,CAAC,OAAO,CAAC,qCAAqC,CAAC,GAAS,EACjH,KAAC,cAAc,IACd,EAAE,EAAC,WAAW,EACd,QAAQ,EAAE,qBAAqB,EAC/B,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GACV,IACZ,CACN,CAAC;AACH,CAAC","sourcesContent":["import DynamicDateRange from \"../DynamicDateRange.js\";\nimport DateTimePicker from \"../DateTimePicker.js\";\nimport Label from \"../Label.js\";\nimport {\n\tDYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL,\n\tDYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL,\n} from \"../generated/i18n/i18n-defaults.js\";\n\nexport default function DateTimeRangeTemplate(this: DynamicDateRange) {\n\tconst currentOperator = this.currentValue?.operator || \"DATETIMERANGE\";\n\n\tconst getDateFromValue = (index = 0) => {\n\t\tif (this.value?.operator === currentOperator && this.value.values && this.value.values.length === 2) {\n\t\t\treturn this.getOption(this.value.operator)?.format(this.value)?.split(\"-\")[index].trim();\n\t\t}\n\t\treturn undefined;\n\t};\n\n\tconst handleSelectionChange = () => {\n\t\tconst fromPicker = this.shadowRoot?.querySelector(\"[ui5-datetime-picker]#from-picker\") as DateTimePicker;\n\t\tconst toPicker = this.shadowRoot?.querySelector(\"[ui5-datetime-picker]#to-picker\") as DateTimePicker;\n\n\t\tconst fromDateValue = fromPicker.dateValue;\n\t\tconst toDateValue = toPicker.dateValue;\n\n\t\t// If there are no dates selected, clear the value\n\t\tif (!(fromDateValue && toDateValue)) {\n\t\t\tthis.currentValue = {\n\t\t\t\toperator: currentOperator,\n\t\t\t\tvalues: []\n\t\t\t};\n\t\t\treturn;\n\t\t}\n\n\t\tconst newValue = [fromDateValue, toDateValue];\n\n\t\tif (newValue[0] && newValue[1] && newValue[0].getTime() > newValue[1].getTime()) {\n\t\t\tnewValue.reverse();\n\t\t}\n\n\t\tthis.currentValue = {\n\t\t\toperator: currentOperator,\n\t\t\tvalues: newValue,\n\t\t};\n\t};\n\treturn (\n\t\t<div class=\"ui5-last-next-container ui5-last-next-container-padded\">\n\t\t\t<Label class=\"ui5-ddr-label\">{DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL)}</Label>\n\t\t\t<DateTimePicker\n\t\t\t\tid=\"from-picker\"\n\t\t\t\tonChange={handleSelectionChange}\n\t\t\t\tvalue={getDateFromValue()}>\n\t\t\t</DateTimePicker>\n\t\t\t<Label class=\"ui5-ddr-label\">{DynamicDateRange.i18nBundle.getText(DYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL)}</Label>\n\t\t\t<DateTimePicker\n\t\t\t\tid=\"to-picker\"\n\t\t\t\tonChange={handleSelectionChange}\n\t\t\t\tvalue={getDateFromValue(1)}>\n\t\t\t</DateTimePicker>\n\t\t</div>\n\t);\n}\n"]}
@@ -0,0 +1,36 @@
1
+ import type { DynamicDateRangeValue, IDynamicDateRangeOption } from "../DynamicDateRange.js";
2
+ import DateFormat from "@ui5/webcomponents-localization/dist/DateFormat.js";
3
+ import type { JsxTemplate } from "@ui5/webcomponents-base/dist/index.js";
4
+ /**
5
+ * @class
6
+ * @constructor
7
+ * @public
8
+ * @since 2.11.0
9
+ */
10
+ declare class FromDateTime implements IDynamicDateRangeOption {
11
+ template: JsxTemplate;
12
+ private _showTimeView;
13
+ private _currentDateValue;
14
+ constructor();
15
+ parse(value: string): DynamicDateRangeValue;
16
+ format(value: DynamicDateRangeValue): string;
17
+ toDates(value: DynamicDateRangeValue): Array<Date>;
18
+ resetState?: (() => void) | undefined;
19
+ get text(): string;
20
+ get operator(): string;
21
+ get icon(): string;
22
+ get showDateView(): boolean;
23
+ get showTimeView(): boolean;
24
+ get btnDateLabel(): string;
25
+ get btnTimeLabel(): string;
26
+ get fromText(): string;
27
+ getDateValue(date: Date | undefined): string;
28
+ getTimeValue(date: Date | undefined): string;
29
+ _dateTimeSwitchChange(): void;
30
+ isValidString(value: string): boolean;
31
+ getFormat(): DateFormat;
32
+ getDateFormat(): DateFormat;
33
+ getTimeFormat(): DateFormat;
34
+ handleSelectionChange(e: CustomEvent, value: DynamicDateRangeValue | undefined): DynamicDateRangeValue | undefined;
35
+ }
36
+ export default FromDateTime;