@openui5/sap.m 1.109.0 → 1.111.0

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 (816) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +4 -4
  4. package/src/sap/m/.library +2 -2
  5. package/src/sap/m/AccButton.js +2 -2
  6. package/src/sap/m/AccButtonRenderer.js +1 -1
  7. package/src/sap/m/ActionListItem.js +2 -2
  8. package/src/sap/m/ActionListItemRenderer.js +1 -1
  9. package/src/sap/m/ActionSelect.js +3 -2
  10. package/src/sap/m/ActionSelectRenderer.js +1 -1
  11. package/src/sap/m/ActionSheet.js +3 -3
  12. package/src/sap/m/ActionSheetRenderer.js +1 -1
  13. package/src/sap/m/ActionTile.js +88 -88
  14. package/src/sap/m/ActionTileContent.js +2 -2
  15. package/src/sap/m/ActionTileContentRenderer.js +1 -1
  16. package/src/sap/m/AdditionalTextButton.js +2 -2
  17. package/src/sap/m/AdditionalTextButtonRenderer.js +1 -1
  18. package/src/sap/m/App.js +2 -2
  19. package/src/sap/m/AppRenderer.js +1 -1
  20. package/src/sap/m/AssociativeOverflowToolbar.js +2 -2
  21. package/src/sap/m/Avatar.js +2 -2
  22. package/src/sap/m/AvatarColor.js +1 -1
  23. package/src/sap/m/AvatarImageFitType.js +1 -1
  24. package/src/sap/m/AvatarRenderer.js +1 -1
  25. package/src/sap/m/AvatarShape.js +1 -1
  26. package/src/sap/m/AvatarSize.js +1 -1
  27. package/src/sap/m/AvatarType.js +1 -1
  28. package/src/sap/m/BadgeCustomData.js +1 -1
  29. package/src/sap/m/BadgeEnabler.js +1 -1
  30. package/src/sap/m/Bar.js +23 -22
  31. package/src/sap/m/BarInPageEnabler.js +21 -3
  32. package/src/sap/m/BarRenderer.js +1 -1
  33. package/src/sap/m/Breadcrumbs.js +16 -2
  34. package/src/sap/m/BreadcrumbsRenderer.js +1 -1
  35. package/src/sap/m/BusyDialog.js +2 -2
  36. package/src/sap/m/BusyIndicator.js +2 -2
  37. package/src/sap/m/BusyIndicatorRenderer.js +1 -1
  38. package/src/sap/m/Button.js +19 -4
  39. package/src/sap/m/ButtonRenderer.js +1 -1
  40. package/src/sap/m/Carousel.js +17 -10
  41. package/src/sap/m/CarouselLayout.js +3 -3
  42. package/src/sap/m/CarouselRenderer.js +3 -2
  43. package/src/sap/m/CheckBox.js +20 -4
  44. package/src/sap/m/CheckBoxRenderer.js +3 -2
  45. package/src/sap/m/ColorPalette.js +3 -3
  46. package/src/sap/m/ColorPalettePopover.js +2 -2
  47. package/src/sap/m/ColorPaletteRenderer.js +1 -1
  48. package/src/sap/m/Column.js +15 -7
  49. package/src/sap/m/ColumnHeaderPopover.js +2 -2
  50. package/src/sap/m/ColumnListItem.js +3 -3
  51. package/src/sap/m/ColumnListItemRenderer.js +1 -1
  52. package/src/sap/m/ColumnPopoverActionItem.js +2 -2
  53. package/src/sap/m/ColumnPopoverCustomItem.js +2 -2
  54. package/src/sap/m/ColumnPopoverItem.js +2 -2
  55. package/src/sap/m/ColumnPopoverSelectListItem.js +3 -3
  56. package/src/sap/m/ColumnPopoverSortItem.js +2 -2
  57. package/src/sap/m/ComboBox.js +46 -22
  58. package/src/sap/m/ComboBoxBase.js +19 -14
  59. package/src/sap/m/ComboBoxBaseRenderer.js +4 -4
  60. package/src/sap/m/ComboBoxRenderer.js +1 -1
  61. package/src/sap/m/ComboBoxTextField.js +2 -2
  62. package/src/sap/m/ComboBoxTextFieldRenderer.js +1 -1
  63. package/src/sap/m/CustomAttribute.js +1 -1
  64. package/src/sap/m/CustomDynamicDateOption.js +2 -2
  65. package/src/sap/m/CustomListItem.js +3 -3
  66. package/src/sap/m/CustomListItemRenderer.js +1 -1
  67. package/src/sap/m/CustomTile.js +2 -2
  68. package/src/sap/m/CustomTileRenderer.js +1 -1
  69. package/src/sap/m/CustomTreeItem.js +2 -2
  70. package/src/sap/m/CustomTreeItemRenderer.js +1 -1
  71. package/src/sap/m/DatePicker.js +46 -63
  72. package/src/sap/m/DatePickerRenderer.js +1 -1
  73. package/src/sap/m/DateRangeSelection.js +70 -58
  74. package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
  75. package/src/sap/m/DateTimeField.js +24 -22
  76. package/src/sap/m/DateTimeFieldRenderer.js +1 -1
  77. package/src/sap/m/DateTimeInput.js +28 -5
  78. package/src/sap/m/DateTimeInputRenderer.js +1 -1
  79. package/src/sap/m/DateTimePicker.js +117 -103
  80. package/src/sap/m/DateTimePickerRenderer.js +16 -6
  81. package/src/sap/m/Dialog.js +82 -21
  82. package/src/sap/m/DialogRenderer.js +44 -36
  83. package/src/sap/m/DisplayListItem.js +2 -2
  84. package/src/sap/m/DisplayListItemRenderer.js +1 -1
  85. package/src/sap/m/DraftIndicator.js +2 -2
  86. package/src/sap/m/DraftIndicatorRenderer.js +1 -1
  87. package/src/sap/m/DynamicDate.js +6 -6
  88. package/src/sap/m/DynamicDateFormat.js +22 -5
  89. package/src/sap/m/DynamicDateOption.js +24 -18
  90. package/src/sap/m/DynamicDateRange.js +235 -45
  91. package/src/sap/m/DynamicDateRangeRenderer.js +1 -1
  92. package/src/sap/m/DynamicDateUtil.js +15 -6
  93. package/src/sap/m/DynamicDateValueHelpUIType.js +3 -3
  94. package/src/sap/m/ExpandableText.js +23 -11
  95. package/src/sap/m/ExpandableTextRenderer.js +1 -1
  96. package/src/sap/m/FacetFilter.js +7 -4
  97. package/src/sap/m/FacetFilterItem.js +2 -2
  98. package/src/sap/m/FacetFilterItemRenderer.js +1 -1
  99. package/src/sap/m/FacetFilterList.js +2 -2
  100. package/src/sap/m/FacetFilterListRenderer.js +1 -1
  101. package/src/sap/m/FacetFilterRenderer.js +1 -1
  102. package/src/sap/m/FeedContent.js +2 -2
  103. package/src/sap/m/FeedContentRenderer.js +1 -1
  104. package/src/sap/m/FeedInput.js +2 -2
  105. package/src/sap/m/FeedInputRenderer.js +1 -1
  106. package/src/sap/m/FeedListItem.js +2 -2
  107. package/src/sap/m/FeedListItemAction.js +2 -2
  108. package/src/sap/m/FeedListItemRenderer.js +1 -1
  109. package/src/sap/m/Fiori20Adapter.js +21 -14
  110. package/src/sap/m/FlexBox.js +3 -3
  111. package/src/sap/m/FlexBoxRenderer.js +1 -1
  112. package/src/sap/m/FlexBoxStylingHelper.js +1 -1
  113. package/src/sap/m/FlexItemData.js +2 -2
  114. package/src/sap/m/FormattedText.js +2 -2
  115. package/src/sap/m/FormattedTextAnchorGenerator.js +1 -1
  116. package/src/sap/m/FormattedTextRenderer.js +1 -1
  117. package/src/sap/m/GenericTag.js +19 -3
  118. package/src/sap/m/GenericTagRenderer.js +1 -1
  119. package/src/sap/m/GenericTile.js +43 -27
  120. package/src/sap/m/GenericTileLineModeRenderer.js +4 -4
  121. package/src/sap/m/GenericTileRenderer.js +2 -2
  122. package/src/sap/m/GroupHeaderListItem.js +2 -2
  123. package/src/sap/m/GroupHeaderListItemRenderer.js +1 -1
  124. package/src/sap/m/GrowingEnablement.js +29 -9
  125. package/src/sap/m/GrowingList.js +2 -2
  126. package/src/sap/m/GrowingListRenderer.js +1 -1
  127. package/src/sap/m/HBox.js +2 -2
  128. package/src/sap/m/HBoxRenderer.js +1 -1
  129. package/src/sap/m/HeaderContainer.js +2 -2
  130. package/src/sap/m/HeaderContainerItemNavigator.js +2 -2
  131. package/src/sap/m/HeaderContainerRenderer.js +1 -1
  132. package/src/sap/m/HyphenationSupport.js +1 -1
  133. package/src/sap/m/IconTabBar.js +16 -3
  134. package/src/sap/m/IconTabBarDragAndDropUtil.js +1 -1
  135. package/src/sap/m/IconTabBarRenderer.js +1 -1
  136. package/src/sap/m/IconTabBarSelectList.js +2 -2
  137. package/src/sap/m/IconTabBarSelectListRenderer.js +1 -1
  138. package/src/sap/m/IconTabFilter.js +9 -9
  139. package/src/sap/m/IconTabFilterExpandButtonBadge.js +2 -2
  140. package/src/sap/m/IconTabHeader.js +44 -2
  141. package/src/sap/m/IconTabHeaderRenderer.js +26 -4
  142. package/src/sap/m/IconTabSeparator.js +2 -2
  143. package/src/sap/m/IllustratedMessage.js +66 -27
  144. package/src/sap/m/IllustratedMessageRenderer.js +14 -6
  145. package/src/sap/m/IllustratedMessageSize.js +1 -1
  146. package/src/sap/m/IllustratedMessageType.js +1 -1
  147. package/src/sap/m/Illustration.js +2 -2
  148. package/src/sap/m/IllustrationPool.js +1 -1
  149. package/src/sap/m/IllustrationRenderer.js +1 -1
  150. package/src/sap/m/Image.js +4 -3
  151. package/src/sap/m/ImageContent.js +2 -2
  152. package/src/sap/m/ImageContentRenderer.js +1 -1
  153. package/src/sap/m/ImageRenderer.js +1 -1
  154. package/src/sap/m/Input.js +84 -19
  155. package/src/sap/m/InputBase.js +8 -8
  156. package/src/sap/m/InputBaseRenderer.js +2 -2
  157. package/src/sap/m/InputListItem.js +2 -2
  158. package/src/sap/m/InputListItemRenderer.js +1 -1
  159. package/src/sap/m/InputRenderer.js +1 -1
  160. package/src/sap/m/InstanceManager.js +1 -1
  161. package/src/sap/m/Label.js +18 -4
  162. package/src/sap/m/LabelRenderer.js +1 -1
  163. package/src/sap/m/LightBox.js +2 -2
  164. package/src/sap/m/LightBoxItem.js +2 -2
  165. package/src/sap/m/LightBoxRenderer.js +1 -1
  166. package/src/sap/m/Link.js +19 -4
  167. package/src/sap/m/LinkRenderer.js +1 -1
  168. package/src/sap/m/List.js +2 -2
  169. package/src/sap/m/ListBase.js +10 -8
  170. package/src/sap/m/ListBaseRenderer.js +1 -1
  171. package/src/sap/m/ListItemBase.js +6 -13
  172. package/src/sap/m/ListItemBaseRenderer.js +4 -4
  173. package/src/sap/m/ListRenderer.js +1 -1
  174. package/src/sap/m/MaskEnabler.js +2 -2
  175. package/src/sap/m/MaskInput.js +2 -2
  176. package/src/sap/m/MaskInputRenderer.js +1 -1
  177. package/src/sap/m/MaskInputRule.js +2 -2
  178. package/src/sap/m/Menu.js +5 -5
  179. package/src/sap/m/MenuButton.js +37 -34
  180. package/src/sap/m/MenuButtonRenderer.js +1 -1
  181. package/src/sap/m/MenuItem.js +2 -2
  182. package/src/sap/m/MenuListItem.js +2 -2
  183. package/src/sap/m/MenuListItemRenderer.js +1 -1
  184. package/src/sap/m/MessageBox.js +54 -36
  185. package/src/sap/m/MessageItem.js +2 -2
  186. package/src/sap/m/MessageListItem.js +23 -2
  187. package/src/sap/m/MessageListItemRenderer.js +1 -1
  188. package/src/sap/m/MessagePage.js +21 -23
  189. package/src/sap/m/MessagePageRenderer.js +1 -1
  190. package/src/sap/m/MessagePopover.js +4 -5
  191. package/src/sap/m/MessagePopoverItem.js +2 -2
  192. package/src/sap/m/MessagePopoverRenderer.js +1 -1
  193. package/src/sap/m/MessageStrip.js +8 -3
  194. package/src/sap/m/MessageStripRenderer.js +1 -1
  195. package/src/sap/m/MessageStripUtilities.js +2 -3
  196. package/src/sap/m/MessageToast.js +6 -4
  197. package/src/sap/m/MessageView.js +13 -25
  198. package/src/sap/m/MessageViewRenderer.js +1 -1
  199. package/src/sap/m/MultiComboBox.js +63 -35
  200. package/src/sap/m/MultiComboBoxRenderer.js +1 -1
  201. package/src/sap/m/MultiEditField.js +2 -2
  202. package/src/sap/m/MultiInput.js +33 -13
  203. package/src/sap/m/MultiInputRenderer.js +1 -1
  204. package/src/sap/m/NavContainer.js +68 -4
  205. package/src/sap/m/NavContainerRenderer.js +1 -1
  206. package/src/sap/m/NewsContent.js +2 -2
  207. package/src/sap/m/NewsContentRenderer.js +1 -1
  208. package/src/sap/m/NotificationList.js +27 -2
  209. package/src/sap/m/NotificationListBase.js +193 -3
  210. package/src/sap/m/NotificationListGroup.js +29 -3
  211. package/src/sap/m/NotificationListGroupRenderer.js +3 -5
  212. package/src/sap/m/NotificationListItem.js +6 -39
  213. package/src/sap/m/NotificationListItemRenderer.js +2 -5
  214. package/src/sap/m/NotificationListRenderer.js +1 -1
  215. package/src/sap/m/NumericContent.js +2 -2
  216. package/src/sap/m/NumericContentRenderer.js +1 -1
  217. package/src/sap/m/NumericInput.js +2 -2
  218. package/src/sap/m/NumericInputRenderer.js +1 -1
  219. package/src/sap/m/ObjectAttribute.js +2 -2
  220. package/src/sap/m/ObjectAttributeRenderer.js +1 -1
  221. package/src/sap/m/ObjectHeader.js +2 -2
  222. package/src/sap/m/ObjectHeaderRenderer.js +1 -1
  223. package/src/sap/m/ObjectIdentifier.js +3 -3
  224. package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
  225. package/src/sap/m/ObjectListItem.js +2 -2
  226. package/src/sap/m/ObjectListItemRenderer.js +1 -1
  227. package/src/sap/m/ObjectMarker.js +10 -9
  228. package/src/sap/m/ObjectMarkerRenderer.js +1 -1
  229. package/src/sap/m/ObjectNumber.js +5 -3
  230. package/src/sap/m/ObjectNumberRenderer.js +1 -1
  231. package/src/sap/m/ObjectStatus.js +28 -15
  232. package/src/sap/m/ObjectStatusRenderer.js +3 -6
  233. package/src/sap/m/OverflowToolbar.js +56 -6
  234. package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
  235. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +3 -3
  236. package/src/sap/m/OverflowToolbarAssociativePopoverRenderer.js +1 -1
  237. package/src/sap/m/OverflowToolbarButton.js +32 -18
  238. package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
  239. package/src/sap/m/OverflowToolbarMenuButton.js +2 -2
  240. package/src/sap/m/OverflowToolbarRenderer.js +1 -1
  241. package/src/sap/m/OverflowToolbarToggleButton.js +2 -2
  242. package/src/sap/m/P13nAnyFilterItem.js +2 -2
  243. package/src/sap/m/P13nColumnsItem.js +2 -2
  244. package/src/sap/m/P13nColumnsPanel.js +2 -2
  245. package/src/sap/m/P13nConditionPanel.js +2 -2
  246. package/src/sap/m/P13nConditionPanelRenderer.js +1 -1
  247. package/src/sap/m/P13nDialog.js +2 -2
  248. package/src/sap/m/P13nDimMeasureItem.js +2 -2
  249. package/src/sap/m/P13nDimMeasurePanel.js +2 -2
  250. package/src/sap/m/P13nFilterItem.js +2 -2
  251. package/src/sap/m/P13nFilterPanel.js +2 -2
  252. package/src/sap/m/P13nFilterPanelRenderer.js +1 -1
  253. package/src/sap/m/P13nGroupItem.js +2 -2
  254. package/src/sap/m/P13nGroupPanel.js +2 -2
  255. package/src/sap/m/P13nItem.js +8 -6
  256. package/src/sap/m/P13nOperationsHelper.js +1 -1
  257. package/src/sap/m/P13nPanel.js +2 -2
  258. package/src/sap/m/P13nSelectionItem.js +2 -2
  259. package/src/sap/m/P13nSelectionPanel.js +2 -2
  260. package/src/sap/m/P13nSortItem.js +2 -2
  261. package/src/sap/m/P13nSortPanel.js +2 -2
  262. package/src/sap/m/PDFViewer.js +3 -3
  263. package/src/sap/m/PDFViewerRenderManager.js +1 -1
  264. package/src/sap/m/PDFViewerRenderer.js +14 -6
  265. package/src/sap/m/Page.js +5 -4
  266. package/src/sap/m/PageAccessibleLandmarkInfo.js +2 -2
  267. package/src/sap/m/PageRenderer.js +1 -1
  268. package/src/sap/m/PagingButton.js +2 -2
  269. package/src/sap/m/PagingButtonRenderer.js +1 -1
  270. package/src/sap/m/Panel.js +2 -2
  271. package/src/sap/m/PanelRenderer.js +1 -1
  272. package/src/sap/m/PlanningCalendar.js +61 -24
  273. package/src/sap/m/PlanningCalendarHeader.js +15 -4
  274. package/src/sap/m/PlanningCalendarHeaderRenderer.js +1 -1
  275. package/src/sap/m/PlanningCalendarLegend.js +2 -2
  276. package/src/sap/m/PlanningCalendarLegendRenderer.js +1 -1
  277. package/src/sap/m/PlanningCalendarRenderer.js +1 -1
  278. package/src/sap/m/PlanningCalendarRow.js +3 -4
  279. package/src/sap/m/PlanningCalendarView.js +2 -2
  280. package/src/sap/m/Popover.js +6 -8
  281. package/src/sap/m/PopoverRenderer.js +1 -1
  282. package/src/sap/m/ProgressIndicator.js +5 -4
  283. package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
  284. package/src/sap/m/PullToRefresh.js +4 -6
  285. package/src/sap/m/PullToRefreshRenderer.js +1 -1
  286. package/src/sap/m/QuickView.js +3 -3
  287. package/src/sap/m/QuickViewBase.js +2 -2
  288. package/src/sap/m/QuickViewCard.js +2 -2
  289. package/src/sap/m/QuickViewCardRenderer.js +1 -1
  290. package/src/sap/m/QuickViewGroup.js +2 -2
  291. package/src/sap/m/QuickViewGroupElement.js +2 -2
  292. package/src/sap/m/QuickViewPage.js +43 -8
  293. package/src/sap/m/QuickViewPageRenderer.js +1 -1
  294. package/src/sap/m/RadioButton.js +21 -6
  295. package/src/sap/m/RadioButtonGroup.js +2 -2
  296. package/src/sap/m/RadioButtonGroupRenderer.js +1 -1
  297. package/src/sap/m/RadioButtonRenderer.js +1 -1
  298. package/src/sap/m/RangeSlider.js +3 -3
  299. package/src/sap/m/RangeSliderRenderer.js +1 -1
  300. package/src/sap/m/RatingIndicator.js +3 -3
  301. package/src/sap/m/RatingIndicatorRenderer.js +1 -1
  302. package/src/sap/m/ResponsivePopover.js +2 -2
  303. package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
  304. package/src/sap/m/ResponsiveScale.js +2 -2
  305. package/src/sap/m/ScrollBar.js +2 -2
  306. package/src/sap/m/ScrollBarRenderer.js +1 -1
  307. package/src/sap/m/ScrollContainer.js +2 -2
  308. package/src/sap/m/ScrollContainerRenderer.js +1 -1
  309. package/src/sap/m/SearchField.js +28 -62
  310. package/src/sap/m/SearchFieldRenderer.js +3 -21
  311. package/src/sap/m/SegmentedButton.js +16 -5
  312. package/src/sap/m/SegmentedButtonItem.js +2 -2
  313. package/src/sap/m/SegmentedButtonRenderer.js +1 -1
  314. package/src/sap/m/Select.js +67 -6
  315. package/src/sap/m/SelectDialog.js +47 -7
  316. package/src/sap/m/SelectDialogBase.js +19 -9
  317. package/src/sap/m/SelectList.js +4 -7
  318. package/src/sap/m/SelectListRenderer.js +1 -1
  319. package/src/sap/m/SelectRenderer.js +1 -1
  320. package/src/sap/m/SelectionDetails.js +4 -4
  321. package/src/sap/m/SelectionDetailsFacade.js +3 -3
  322. package/src/sap/m/SelectionDetailsItem.js +2 -2
  323. package/src/sap/m/SelectionDetailsItemLine.js +2 -2
  324. package/src/sap/m/SelectionDetailsListItemRenderer.js +1 -1
  325. package/src/sap/m/SelectionDetailsRenderer.js +1 -1
  326. package/src/sap/m/Shell.js +12 -3
  327. package/src/sap/m/ShellRenderer.js +1 -1
  328. package/src/sap/m/SimpleFixFlex.js +2 -2
  329. package/src/sap/m/SimpleFixFlexRenderer.js +1 -1
  330. package/src/sap/m/SinglePlanningCalendar.js +56 -17
  331. package/src/sap/m/SinglePlanningCalendarDayView.js +2 -2
  332. package/src/sap/m/SinglePlanningCalendarGrid.js +52 -26
  333. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +1 -1
  334. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +68 -43
  335. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +24 -4
  336. package/src/sap/m/SinglePlanningCalendarMonthView.js +2 -2
  337. package/src/sap/m/SinglePlanningCalendarRenderer.js +1 -1
  338. package/src/sap/m/SinglePlanningCalendarUtilities.js +1 -1
  339. package/src/sap/m/SinglePlanningCalendarView.js +12 -4
  340. package/src/sap/m/SinglePlanningCalendarWeekView.js +20 -8
  341. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +2 -2
  342. package/src/sap/m/SlideTile.js +28 -25
  343. package/src/sap/m/SlideTileRenderer.js +1 -1
  344. package/src/sap/m/Slider.js +3 -3
  345. package/src/sap/m/SliderRenderer.js +1 -1
  346. package/src/sap/m/SliderTooltip.js +2 -2
  347. package/src/sap/m/SliderTooltipBase.js +2 -2
  348. package/src/sap/m/SliderTooltipBaseRenderer.js +1 -1
  349. package/src/sap/m/SliderTooltipContainer.js +2 -2
  350. package/src/sap/m/SliderTooltipContainerRenderer.js +1 -1
  351. package/src/sap/m/SliderTooltipRenderer.js +1 -1
  352. package/src/sap/m/SliderUtilities.js +1 -1
  353. package/src/sap/m/SplitApp.js +2 -2
  354. package/src/sap/m/SplitAppRenderer.js +1 -1
  355. package/src/sap/m/SplitButton.js +16 -4
  356. package/src/sap/m/SplitButtonRenderer.js +1 -1
  357. package/src/sap/m/SplitContainer.js +47 -47
  358. package/src/sap/m/SplitContainerRenderer.js +1 -1
  359. package/src/sap/m/StandardDynamicDateOption.js +52 -19
  360. package/src/sap/m/StandardListItem.js +2 -2
  361. package/src/sap/m/StandardListItemRenderer.js +1 -1
  362. package/src/sap/m/StandardTile.js +2 -2
  363. package/src/sap/m/StandardTileRenderer.js +1 -1
  364. package/src/sap/m/StandardTreeItem.js +2 -2
  365. package/src/sap/m/StandardTreeItemRenderer.js +1 -1
  366. package/src/sap/m/StepInput.js +40 -7
  367. package/src/sap/m/StepInputRenderer.js +1 -1
  368. package/src/sap/m/Suggest.js +1 -1
  369. package/src/sap/m/SuggestionItem.js +2 -2
  370. package/src/sap/m/SuggestionsList.js +1 -1
  371. package/src/sap/m/SuggestionsListRenderer.js +1 -1
  372. package/src/sap/m/SuggestionsPopover.js +2 -2
  373. package/src/sap/m/Support.js +1 -1
  374. package/src/sap/m/Switch.js +19 -5
  375. package/src/sap/m/SwitchRenderer.js +3 -3
  376. package/src/sap/m/TabContainer.js +2 -2
  377. package/src/sap/m/TabContainerItem.js +2 -2
  378. package/src/sap/m/TabContainerRenderer.js +1 -1
  379. package/src/sap/m/TabStrip.js +13 -8
  380. package/src/sap/m/TabStripItem.js +2 -2
  381. package/src/sap/m/TabStripRenderer.js +1 -1
  382. package/src/sap/m/Table.js +5 -5
  383. package/src/sap/m/TablePersoController.js +2 -2
  384. package/src/sap/m/TablePersoDialog.js +31 -8
  385. package/src/sap/m/TablePersoProvider.js +2 -2
  386. package/src/sap/m/TableRenderer.js +3 -2
  387. package/src/sap/m/TableSelectDialog.js +39 -4
  388. package/src/sap/m/Text.js +18 -4
  389. package/src/sap/m/TextArea.js +2 -2
  390. package/src/sap/m/TextAreaRenderer.js +1 -1
  391. package/src/sap/m/TextRenderer.js +1 -1
  392. package/src/sap/m/Tile.js +2 -2
  393. package/src/sap/m/TileContainer.js +5 -5
  394. package/src/sap/m/TileContainerRenderer.js +1 -1
  395. package/src/sap/m/TileContent.js +2 -2
  396. package/src/sap/m/TileContentRenderer.js +3 -4
  397. package/src/sap/m/TileRenderer.js +1 -1
  398. package/src/sap/m/TimePicker.js +30 -52
  399. package/src/sap/m/TimePickerClock.js +2 -2
  400. package/src/sap/m/TimePickerClockRenderer.js +1 -1
  401. package/src/sap/m/TimePickerClocks.js +8 -6
  402. package/src/sap/m/TimePickerClocksRenderer.js +1 -1
  403. package/src/sap/m/TimePickerInputs.js +2 -2
  404. package/src/sap/m/TimePickerInputsRenderer.js +1 -1
  405. package/src/sap/m/TimePickerInternals.js +7 -5
  406. package/src/sap/m/TimePickerInternalsRenderer.js +1 -1
  407. package/src/sap/m/TimePickerRenderer.js +1 -1
  408. package/src/sap/m/TimePickerSlider.js +5 -3
  409. package/src/sap/m/TimePickerSliderRenderer.js +1 -1
  410. package/src/sap/m/TimePickerSliders.js +4 -4
  411. package/src/sap/m/TimePickerSlidersRenderer.js +1 -1
  412. package/src/sap/m/Title.js +19 -4
  413. package/src/sap/m/TitlePropagationSupport.js +2 -2
  414. package/src/sap/m/TitleRenderer.js +1 -1
  415. package/src/sap/m/ToDoCardRenderer.js +1 -1
  416. package/src/sap/m/ToggleButton.js +18 -4
  417. package/src/sap/m/ToggleButtonRenderer.js +1 -1
  418. package/src/sap/m/Token.js +2 -2
  419. package/src/sap/m/TokenRenderer.js +1 -1
  420. package/src/sap/m/Tokenizer.js +34 -13
  421. package/src/sap/m/TokenizerRenderer.js +8 -22
  422. package/src/sap/m/Toolbar.js +30 -4
  423. package/src/sap/m/ToolbarLayoutData.js +2 -2
  424. package/src/sap/m/ToolbarRenderer.js +7 -6
  425. package/src/sap/m/ToolbarSeparator.js +4 -3
  426. package/src/sap/m/ToolbarSeparatorRenderer.js +1 -1
  427. package/src/sap/m/ToolbarSpacer.js +2 -2
  428. package/src/sap/m/ToolbarSpacerRenderer.js +1 -1
  429. package/src/sap/m/Tree.js +2 -2
  430. package/src/sap/m/TreeItemBase.js +2 -2
  431. package/src/sap/m/TreeItemBaseRenderer.js +1 -1
  432. package/src/sap/m/TreeRenderer.js +1 -1
  433. package/src/sap/m/UploadCollection.js +11 -26
  434. package/src/sap/m/UploadCollectionItem.js +2 -2
  435. package/src/sap/m/UploadCollectionParameter.js +2 -2
  436. package/src/sap/m/UploadCollectionRenderer.js +1 -1
  437. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +2 -2
  438. package/src/sap/m/VBox.js +2 -2
  439. package/src/sap/m/VBoxRenderer.js +1 -1
  440. package/src/sap/m/ValueStateHeader.js +2 -2
  441. package/src/sap/m/VariantItem.js +1 -1
  442. package/src/sap/m/VariantManagement.js +21 -3
  443. package/src/sap/m/ViewSettingsCustomItem.js +8 -7
  444. package/src/sap/m/ViewSettingsCustomTab.js +2 -2
  445. package/src/sap/m/ViewSettingsDialog.js +55 -49
  446. package/src/sap/m/ViewSettingsDialogRenderer.js +1 -1
  447. package/src/sap/m/ViewSettingsFilterItem.js +2 -2
  448. package/src/sap/m/ViewSettingsItem.js +2 -2
  449. package/src/sap/m/VisibleItem.js +2 -2
  450. package/src/sap/m/WheelSlider.js +5 -3
  451. package/src/sap/m/WheelSliderContainer.js +2 -2
  452. package/src/sap/m/WheelSliderContainerRenderer.js +1 -1
  453. package/src/sap/m/WheelSliderRenderer.js +1 -1
  454. package/src/sap/m/Wizard.js +19 -11
  455. package/src/sap/m/WizardProgressNavigator.js +2 -2
  456. package/src/sap/m/WizardProgressNavigatorRenderer.js +1 -1
  457. package/src/sap/m/WizardRenderer.js +1 -1
  458. package/src/sap/m/WizardStep.js +21 -6
  459. package/src/sap/m/WizardStepRenderer.js +1 -1
  460. package/src/sap/m/changeHandler/AddTableColumn.js +2 -2
  461. package/src/sap/m/changeHandler/ChangeLinkTarget.js +2 -2
  462. package/src/sap/m/changeHandler/CombineButtons.js +2 -2
  463. package/src/sap/m/changeHandler/MoveTableColumns.js +2 -2
  464. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +2 -2
  465. package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
  466. package/src/sap/m/delegate/DateNavigation.js +11 -2
  467. package/src/sap/m/delegate/ValueStateMessage.js +1 -1
  468. package/src/sap/m/designtime/ActionSheet.designtime.js +1 -1
  469. package/src/sap/m/designtime/Avatar.designtime.js +1 -1
  470. package/src/sap/m/designtime/Bar.designtime.js +1 -1
  471. package/src/sap/m/designtime/Breadcrumbs.designtime.js +1 -1
  472. package/src/sap/m/designtime/BusyDialog.designtime.js +1 -1
  473. package/src/sap/m/designtime/Button.designtime.js +1 -1
  474. package/src/sap/m/designtime/Carousel.designtime.js +1 -1
  475. package/src/sap/m/designtime/CheckBox.designtime.js +1 -1
  476. package/src/sap/m/designtime/Column.designtime.js +1 -1
  477. package/src/sap/m/designtime/ComboBox.designtime.js +1 -1
  478. package/src/sap/m/designtime/CustomListItem.designtime.js +1 -1
  479. package/src/sap/m/designtime/CustomTile.designtime.js +1 -1
  480. package/src/sap/m/designtime/DatePicker.designtime.js +1 -1
  481. package/src/sap/m/designtime/DateRangeSelection.designtime.js +1 -1
  482. package/src/sap/m/designtime/DateTimeInput.designtime.js +1 -1
  483. package/src/sap/m/designtime/DateTimePicker.designtime.js +1 -1
  484. package/src/sap/m/designtime/Dialog.designtime.js +1 -1
  485. package/src/sap/m/designtime/DraftIndicator.designtime.js +1 -1
  486. package/src/sap/m/designtime/ExpandableText.designtime.js +1 -1
  487. package/src/sap/m/designtime/FeedInput.designtime.js +1 -1
  488. package/src/sap/m/designtime/FeedListItem.designtime.js +1 -1
  489. package/src/sap/m/designtime/FlexBox.designtime.js +1 -1
  490. package/src/sap/m/designtime/HBox.designtime.js +1 -1
  491. package/src/sap/m/designtime/IconTabBar.designtime.js +1 -1
  492. package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
  493. package/src/sap/m/designtime/IconTabSeparator.designtime.js +1 -1
  494. package/src/sap/m/designtime/Image.designtime.js +1 -1
  495. package/src/sap/m/designtime/Input.designtime.js +1 -1
  496. package/src/sap/m/designtime/InputBase.designtime.js +1 -1
  497. package/src/sap/m/designtime/InputListItem.designtime.js +1 -1
  498. package/src/sap/m/designtime/Label.designtime.js +1 -1
  499. package/src/sap/m/designtime/LightBox.designtime.js +1 -1
  500. package/src/sap/m/designtime/Link.designtime.js +1 -1
  501. package/src/sap/m/designtime/ListBase.designtime.js +1 -1
  502. package/src/sap/m/designtime/ListItemBase.designtime.js +1 -1
  503. package/src/sap/m/designtime/MenuButton.designtime.js +1 -1
  504. package/src/sap/m/designtime/MessagePage.designtime.js +1 -1
  505. package/src/sap/m/designtime/MessageStrip.designtime.js +1 -1
  506. package/src/sap/m/designtime/MultiComboBox.designtime.js +1 -1
  507. package/src/sap/m/designtime/MultiInput.designtime.js +1 -1
  508. package/src/sap/m/designtime/NewsContent.designtime.js +1 -1
  509. package/src/sap/m/designtime/ObjectAttribute.designtime.js +1 -1
  510. package/src/sap/m/designtime/ObjectHeader.designtime.js +1 -1
  511. package/src/sap/m/designtime/ObjectIdentifier.designtime.js +1 -1
  512. package/src/sap/m/designtime/ObjectListItem.designtime.js +1 -1
  513. package/src/sap/m/designtime/ObjectMarker.designtime.js +1 -1
  514. package/src/sap/m/designtime/ObjectNumber.designtime.js +1 -1
  515. package/src/sap/m/designtime/ObjectStatus.designtime.js +1 -1
  516. package/src/sap/m/designtime/OverflowToolbar.designtime.js +1 -1
  517. package/src/sap/m/designtime/OverflowToolbarButton.designtime.js +1 -1
  518. package/src/sap/m/designtime/Page.designtime.js +1 -1
  519. package/src/sap/m/designtime/Panel.designtime.js +1 -1
  520. package/src/sap/m/designtime/PlanningCalendar.designtime.js +1 -1
  521. package/src/sap/m/designtime/PlanningCalendarLegend.designtime.js +1 -1
  522. package/src/sap/m/designtime/Popover.designtime.js +1 -1
  523. package/src/sap/m/designtime/ProgressIndicator.designtime.js +1 -1
  524. package/src/sap/m/designtime/QuickView.designtime.js +1 -1
  525. package/src/sap/m/designtime/QuickViewCard.designtime.js +1 -1
  526. package/src/sap/m/designtime/RadioButton.designtime.js +1 -1
  527. package/src/sap/m/designtime/RadioButtonGroup.designtime.js +1 -1
  528. package/src/sap/m/designtime/RangeSlider.designtime.js +1 -1
  529. package/src/sap/m/designtime/RatingIndicator.designtime.js +1 -1
  530. package/src/sap/m/designtime/ScrollContainer.designtime.js +1 -1
  531. package/src/sap/m/designtime/SearchField.designtime.js +1 -1
  532. package/src/sap/m/designtime/SegmentedButton.designtime.js +1 -1
  533. package/src/sap/m/designtime/Select.designtime.js +1 -1
  534. package/src/sap/m/designtime/Slider.designtime.js +1 -1
  535. package/src/sap/m/designtime/SplitApp.designtime.js +1 -1
  536. package/src/sap/m/designtime/SplitContainer.designtime.js +1 -1
  537. package/src/sap/m/designtime/StandardListItem.designtime.js +1 -1
  538. package/src/sap/m/designtime/StepInput.designtime.js +1 -1
  539. package/src/sap/m/designtime/Switch.designtime.js +1 -1
  540. package/src/sap/m/designtime/TabContainer.designtime.js +1 -1
  541. package/src/sap/m/designtime/Table.designtime.js +1 -1
  542. package/src/sap/m/designtime/Text.designtime.js +1 -1
  543. package/src/sap/m/designtime/TextArea.designtime.js +1 -1
  544. package/src/sap/m/designtime/TimePicker.designtime.js +6 -1
  545. package/src/sap/m/designtime/Title.designtime.js +1 -1
  546. package/src/sap/m/designtime/ToggleButton.designtime.js +1 -1
  547. package/src/sap/m/designtime/Toolbar.designtime.js +1 -1
  548. package/src/sap/m/designtime/VBox.designtime.js +1 -1
  549. package/src/sap/m/designtime/VariantManagement.designtime.js +1 -1
  550. package/src/sap/m/designtime/Wizard.designtime.js +1 -1
  551. package/src/sap/m/designtime/library.designtime.js +1 -1
  552. package/src/sap/m/designtime/semantic/DetailPage.designtime.js +1 -1
  553. package/src/sap/m/designtime/semantic/SemanticPage.designtime.js +1 -1
  554. package/src/sap/m/designtime/semantic/ShareMenuPage.designtime.js +1 -1
  555. package/src/sap/m/flexibility/Avatar.flexibility.js +1 -1
  556. package/src/sap/m/flexibility/Bar.flexibility.js +1 -1
  557. package/src/sap/m/flexibility/Button.flexibility.js +1 -1
  558. package/src/sap/m/flexibility/CheckBox.flexibility.js +1 -1
  559. package/src/sap/m/flexibility/Dialog.flexibility.js +1 -1
  560. package/src/sap/m/flexibility/EngineFlex.js +1 -1
  561. package/src/sap/m/flexibility/ExpandableText.flexibility.js +1 -1
  562. package/src/sap/m/flexibility/IconTabBar.flexibility.js +1 -1
  563. package/src/sap/m/flexibility/IconTabFilter.flexibility.js +1 -1
  564. package/src/sap/m/flexibility/InputListItem.flexibility.js +1 -1
  565. package/src/sap/m/flexibility/Label.flexibility.js +1 -1
  566. package/src/sap/m/flexibility/Link.flexibility.js +1 -1
  567. package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -1
  568. package/src/sap/m/flexibility/OverflowToolbar.flexibility.js +1 -1
  569. package/src/sap/m/flexibility/OverflowToolbarButton.flexibility.js +1 -1
  570. package/src/sap/m/flexibility/Page.flexibility.js +1 -1
  571. package/src/sap/m/flexibility/Panel.flexibility.js +1 -1
  572. package/src/sap/m/flexibility/Popover.flexibility.js +1 -1
  573. package/src/sap/m/flexibility/RadioButton.flexibility.js +1 -1
  574. package/src/sap/m/flexibility/StandardListItem.flexibility.js +1 -1
  575. package/src/sap/m/flexibility/Table.flexibility.js +1 -1
  576. package/src/sap/m/flexibility/Text.flexibility.js +1 -1
  577. package/src/sap/m/flexibility/Title.flexibility.js +1 -1
  578. package/src/sap/m/flexibility/Toolbar.flexibility.js +1 -1
  579. package/src/sap/m/inputUtils/ListHelpers.js +4 -2
  580. package/src/sap/m/inputUtils/SuggestionsPopoverDialogMixin.js +9 -3
  581. package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +1 -1
  582. package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
  583. package/src/sap/m/inputUtils/completeTextSelected.js +1 -1
  584. package/src/sap/m/inputUtils/filterItems.js +1 -1
  585. package/src/sap/m/inputUtils/forwardItemProperties.js +1 -1
  586. package/src/sap/m/inputUtils/forwardItemPropertiesToToken.js +1 -1
  587. package/src/sap/m/inputUtils/getTokenByItem.js +1 -1
  588. package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
  589. package/src/sap/m/inputUtils/inputsDefaultFilter.js +1 -1
  590. package/src/sap/m/inputUtils/itemsVisibilityHandler.js +1 -1
  591. package/src/sap/m/inputUtils/scrollToItem.js +1 -1
  592. package/src/sap/m/inputUtils/selectionRange.js +1 -1
  593. package/src/sap/m/inputUtils/typeAhead.js +11 -1
  594. package/src/sap/m/inputUtils/wordStartsWithValue.js +1 -1
  595. package/src/sap/m/library.js +133 -39
  596. package/src/sap/m/library.support.js +1 -1
  597. package/src/sap/m/messagebundle.properties +50 -30
  598. package/src/sap/m/messagebundle_ar.properties +55 -24
  599. package/src/sap/m/messagebundle_bg.properties +121 -90
  600. package/src/sap/m/messagebundle_ca.properties +49 -18
  601. package/src/sap/m/messagebundle_cs.properties +71 -40
  602. package/src/sap/m/messagebundle_cy.properties +47 -16
  603. package/src/sap/m/messagebundle_da.properties +47 -16
  604. package/src/sap/m/messagebundle_de.properties +57 -26
  605. package/src/sap/m/messagebundle_el.properties +64 -33
  606. package/src/sap/m/messagebundle_en.properties +45 -14
  607. package/src/sap/m/messagebundle_en_GB.properties +43 -12
  608. package/src/sap/m/messagebundle_en_US_sappsd.properties +40 -14
  609. package/src/sap/m/messagebundle_en_US_saprigi.properties +34 -20
  610. package/src/sap/m/messagebundle_en_US_saptrc.properties +44 -13
  611. package/src/sap/m/messagebundle_es.properties +63 -32
  612. package/src/sap/m/messagebundle_es_MX.properties +49 -18
  613. package/src/sap/m/messagebundle_et.properties +47 -16
  614. package/src/sap/m/messagebundle_fi.properties +50 -19
  615. package/src/sap/m/messagebundle_fr.properties +90 -59
  616. package/src/sap/m/messagebundle_fr_CA.properties +49 -18
  617. package/src/sap/m/messagebundle_hi.properties +56 -25
  618. package/src/sap/m/messagebundle_hr.properties +58 -27
  619. package/src/sap/m/messagebundle_hu.properties +67 -36
  620. package/src/sap/m/messagebundle_id.properties +49 -18
  621. package/src/sap/m/messagebundle_it.properties +58 -27
  622. package/src/sap/m/messagebundle_iw.properties +47 -16
  623. package/src/sap/m/messagebundle_ja.properties +63 -32
  624. package/src/sap/m/messagebundle_kk.properties +58 -27
  625. package/src/sap/m/messagebundle_ko.properties +50 -19
  626. package/src/sap/m/messagebundle_lt.properties +47 -16
  627. package/src/sap/m/messagebundle_lv.properties +49 -18
  628. package/src/sap/m/messagebundle_ms.properties +47 -16
  629. package/src/sap/m/messagebundle_nl.properties +50 -19
  630. package/src/sap/m/messagebundle_no.properties +50 -19
  631. package/src/sap/m/messagebundle_pl.properties +56 -25
  632. package/src/sap/m/messagebundle_pt.properties +49 -18
  633. package/src/sap/m/messagebundle_pt_PT.properties +47 -16
  634. package/src/sap/m/messagebundle_ro.properties +48 -17
  635. package/src/sap/m/messagebundle_ru.properties +47 -16
  636. package/src/sap/m/messagebundle_sh.properties +48 -17
  637. package/src/sap/m/messagebundle_sk.properties +48 -17
  638. package/src/sap/m/messagebundle_sl.properties +54 -23
  639. package/src/sap/m/messagebundle_sv.properties +57 -26
  640. package/src/sap/m/messagebundle_th.properties +78 -47
  641. package/src/sap/m/messagebundle_tr.properties +47 -16
  642. package/src/sap/m/messagebundle_uk.properties +47 -16
  643. package/src/sap/m/messagebundle_vi.properties +47 -16
  644. package/src/sap/m/messagebundle_zh_CN.properties +47 -16
  645. package/src/sap/m/messagebundle_zh_TW.properties +49 -18
  646. package/src/sap/m/p13n/AbstractContainer.js +3 -4
  647. package/src/sap/m/p13n/AbstractContainerItem.js +4 -4
  648. package/src/sap/m/p13n/BasePanel.js +58 -28
  649. package/src/sap/m/p13n/Container.js +2 -2
  650. package/src/sap/m/p13n/Engine.js +62 -52
  651. package/src/sap/m/p13n/FlexUtil.js +1 -1
  652. package/src/sap/m/p13n/GroupController.js +2 -3
  653. package/src/sap/m/p13n/GroupPanel.js +2 -4
  654. package/src/sap/m/p13n/MetadataHelper.js +2 -2
  655. package/src/sap/m/p13n/PersistenceProvider.js +28 -9
  656. package/src/sap/m/p13n/Popup.js +21 -9
  657. package/src/sap/m/p13n/QueryPanel.js +37 -17
  658. package/src/sap/m/p13n/SelectionController.js +23 -9
  659. package/src/sap/m/p13n/SelectionPanel.js +14 -5
  660. package/src/sap/m/p13n/SortController.js +3 -4
  661. package/src/sap/m/p13n/SortPanel.js +2 -4
  662. package/src/sap/m/p13n/enum/PersistenceMode.js +4 -1
  663. package/src/sap/m/p13n/enum/ProcessingStrategy.js +3 -2
  664. package/src/sap/m/p13n/handler/xConfigHandler.js +2 -2
  665. package/src/sap/m/p13n/modification/FlexModificationHandler.js +1 -1
  666. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +1 -1
  667. package/src/sap/m/p13n/modification/ModificationHandler.js +1 -1
  668. package/src/sap/m/p13n/modules/AdaptationProvider.js +4 -7
  669. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +16 -14
  670. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +5 -4
  671. package/src/sap/m/p13n/modules/UIManager.js +5 -5
  672. package/src/sap/m/p13n/modules/xConfigAPI.js +5 -2
  673. package/src/sap/m/plugins/CellSelector.js +114 -56
  674. package/src/sap/m/plugins/ColumnResizer.js +9 -9
  675. package/src/sap/m/plugins/CopyProvider.js +302 -0
  676. package/src/sap/m/plugins/DataStateIndicator.js +2 -2
  677. package/src/sap/m/plugins/PasteProvider.js +2 -2
  678. package/src/sap/m/plugins/PluginBase.js +8 -5
  679. package/src/sap/m/routing/RouteMatchedHandler.js +1 -1
  680. package/src/sap/m/routing/Router.js +1 -1
  681. package/src/sap/m/routing/Target.js +1 -1
  682. package/src/sap/m/routing/TargetHandler.js +1 -1
  683. package/src/sap/m/routing/Targets.js +1 -1
  684. package/src/sap/m/routing/async/Target.js +1 -1
  685. package/src/sap/m/routing/async/Targets.js +1 -1
  686. package/src/sap/m/routing/sync/Target.js +1 -1
  687. package/src/sap/m/routing/sync/Targets.js +1 -1
  688. package/src/sap/m/rules/Breadcrumbs.support.js +1 -1
  689. package/src/sap/m/rules/Button.support.js +1 -1
  690. package/src/sap/m/rules/CheckBox.support.js +1 -1
  691. package/src/sap/m/rules/DatePicker.support.js +1 -1
  692. package/src/sap/m/rules/DateRangeSelection.support.js +1 -1
  693. package/src/sap/m/rules/Dialog.support.js +1 -1
  694. package/src/sap/m/rules/FacetFilter.support.js +1 -1
  695. package/src/sap/m/rules/IconTabBar.support.js +1 -1
  696. package/src/sap/m/rules/Image.support.js +1 -1
  697. package/src/sap/m/rules/Input.support.js +1 -1
  698. package/src/sap/m/rules/Link.support.js +1 -1
  699. package/src/sap/m/rules/MaskInput.support.js +1 -1
  700. package/src/sap/m/rules/MessagePage.support.js +1 -1
  701. package/src/sap/m/rules/ObjectHeader.support.js +1 -1
  702. package/src/sap/m/rules/ObjectListItem.support.js +1 -1
  703. package/src/sap/m/rules/ObjectMarker.support.js +1 -1
  704. package/src/sap/m/rules/ObjectStatus.support.js +1 -1
  705. package/src/sap/m/rules/Panel.support.js +1 -1
  706. package/src/sap/m/rules/Select.support.js +1 -1
  707. package/src/sap/m/rules/SelectDialog.support.js +1 -1
  708. package/src/sap/m/rules/StepInput.support.js +1 -1
  709. package/src/sap/m/rules/Table.support.js +1 -1
  710. package/src/sap/m/rules/Title.support.js +1 -1
  711. package/src/sap/m/rules/Tokenizer.support.js +1 -1
  712. package/src/sap/m/rules/ViewSettingsDialog.support.js +1 -1
  713. package/src/sap/m/semantic/AddAction.js +2 -2
  714. package/src/sap/m/semantic/CancelAction.js +2 -2
  715. package/src/sap/m/semantic/DeleteAction.js +2 -2
  716. package/src/sap/m/semantic/DetailPage.js +2 -2
  717. package/src/sap/m/semantic/DiscussInJamAction.js +2 -2
  718. package/src/sap/m/semantic/EditAction.js +2 -2
  719. package/src/sap/m/semantic/FavoriteAction.js +2 -2
  720. package/src/sap/m/semantic/FilterAction.js +2 -2
  721. package/src/sap/m/semantic/FilterSelect.js +2 -2
  722. package/src/sap/m/semantic/FlagAction.js +2 -2
  723. package/src/sap/m/semantic/ForwardAction.js +2 -2
  724. package/src/sap/m/semantic/FullscreenPage.js +2 -2
  725. package/src/sap/m/semantic/GroupAction.js +2 -2
  726. package/src/sap/m/semantic/GroupSelect.js +2 -2
  727. package/src/sap/m/semantic/MainAction.js +2 -2
  728. package/src/sap/m/semantic/MasterPage.js +2 -2
  729. package/src/sap/m/semantic/MessagesIndicator.js +2 -2
  730. package/src/sap/m/semantic/MultiSelectAction.js +2 -2
  731. package/src/sap/m/semantic/NegativeAction.js +2 -2
  732. package/src/sap/m/semantic/OpenInAction.js +2 -2
  733. package/src/sap/m/semantic/PositiveAction.js +2 -2
  734. package/src/sap/m/semantic/PrintAction.js +2 -2
  735. package/src/sap/m/semantic/SaveAction.js +2 -2
  736. package/src/sap/m/semantic/Segment.js +2 -2
  737. package/src/sap/m/semantic/SegmentedContainer.js +2 -2
  738. package/src/sap/m/semantic/SemanticButton.js +2 -2
  739. package/src/sap/m/semantic/SemanticConfiguration.js +2 -2
  740. package/src/sap/m/semantic/SemanticControl.js +2 -2
  741. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +2 -2
  742. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
  743. package/src/sap/m/semantic/SemanticPage.js +2 -2
  744. package/src/sap/m/semantic/SemanticPageRenderer.js +1 -1
  745. package/src/sap/m/semantic/SemanticSelect.js +2 -2
  746. package/src/sap/m/semantic/SemanticToggleButton.js +2 -2
  747. package/src/sap/m/semantic/SendEmailAction.js +2 -2
  748. package/src/sap/m/semantic/SendMessageAction.js +2 -2
  749. package/src/sap/m/semantic/ShareInJamAction.js +2 -2
  750. package/src/sap/m/semantic/ShareMenu.js +2 -2
  751. package/src/sap/m/semantic/ShareMenuPage.js +2 -2
  752. package/src/sap/m/semantic/SortAction.js +2 -2
  753. package/src/sap/m/semantic/SortSelect.js +2 -2
  754. package/src/sap/m/table/Util.js +31 -11
  755. package/src/sap/m/table/columnmenu/ActionItem.js +20 -14
  756. package/src/sap/m/table/columnmenu/Entry.js +18 -14
  757. package/src/sap/m/table/columnmenu/Item.js +21 -19
  758. package/src/sap/m/table/columnmenu/ItemBase.js +26 -23
  759. package/src/sap/m/table/columnmenu/ItemContainer.js +1 -1
  760. package/src/sap/m/table/columnmenu/Menu.js +107 -106
  761. package/src/sap/m/table/columnmenu/MenuRenderer.js +2 -4
  762. package/src/sap/m/table/columnmenu/QuickAction.js +12 -11
  763. package/src/sap/m/table/columnmenu/QuickActionBase.js +12 -11
  764. package/src/sap/m/table/columnmenu/QuickActionContainer.js +1 -1
  765. package/src/sap/m/table/columnmenu/QuickActionItem.js +10 -9
  766. package/src/sap/m/table/columnmenu/QuickGroup.js +10 -8
  767. package/src/sap/m/table/columnmenu/QuickGroupItem.js +10 -9
  768. package/src/sap/m/table/columnmenu/QuickSort.js +11 -9
  769. package/src/sap/m/table/columnmenu/QuickSortItem.js +16 -9
  770. package/src/sap/m/table/columnmenu/QuickTotal.js +10 -8
  771. package/src/sap/m/table/columnmenu/QuickTotalItem.js +10 -9
  772. package/src/sap/m/themes/base/Carousel.less +17 -4
  773. package/src/sap/m/themes/base/ColumnResizer.less +1 -1
  774. package/src/sap/m/themes/base/Dialog.less +22 -52
  775. package/src/sap/m/themes/base/FeedInput.less +4 -0
  776. package/src/sap/m/themes/base/FeedListItem.less +1 -1
  777. package/src/sap/m/themes/base/GenericTile.less +97 -16
  778. package/src/sap/m/themes/base/IconTabBar.less +7 -4
  779. package/src/sap/m/themes/base/IllustratedMessage.less +1 -0
  780. package/src/sap/m/themes/base/InputBase.less +11 -2
  781. package/src/sap/m/themes/base/Label.less +22 -0
  782. package/src/sap/m/themes/base/Link.less +3 -1
  783. package/src/sap/m/themes/base/MenuButton.less +1 -1
  784. package/src/sap/m/themes/base/MessageBox.less +5 -5
  785. package/src/sap/m/themes/base/MessageView.less +4 -0
  786. package/src/sap/m/themes/base/MultiComboBox.less +6 -4
  787. package/src/sap/m/themes/base/NotificationListBase.less +3 -18
  788. package/src/sap/m/themes/base/NotificationListGroup.less +14 -0
  789. package/src/sap/m/themes/base/NotificationListItem.less +12 -0
  790. package/src/sap/m/themes/base/ObjectNumber.less +9 -0
  791. package/src/sap/m/themes/base/ObjectStatus.less +44 -0
  792. package/src/sap/m/themes/base/PlanningCalendar.less +1 -0
  793. package/src/sap/m/themes/base/RadioButton.less +1 -1
  794. package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +1 -0
  795. package/src/sap/m/themes/base/SlideTile.less +4 -4
  796. package/src/sap/m/themes/base/SplitButton.less +3 -1
  797. package/src/sap/m/themes/base/SuggestionsPopover.less +14 -6
  798. package/src/sap/m/themes/base/Table.less +9 -16
  799. package/src/sap/m/themes/base/Text.less +1 -0
  800. package/src/sap/m/themes/base/TextArea.less +57 -16
  801. package/src/sap/m/themes/base/Tokenizer.less +23 -0
  802. package/src/sap/m/themes/base/Toolbar.less +1 -1
  803. package/src/sap/m/themes/base/WizardProgressNavigator.less +4 -3
  804. package/src/sap/m/themes/base/library.source.less +1 -1
  805. package/src/sap/m/themes/base/p13n.QueryPanel.less +5 -0
  806. package/src/sap/m/themes/sap_hcb/Dialog.less +2 -2
  807. package/src/sap/m/themes/sap_hcb/ObjectStatus.less +40 -0
  808. package/src/sap/m/themes/sap_hcb/library.source.less +1 -1
  809. package/src/sap/m/themes/sap_horizon/Label.less +10 -0
  810. package/src/sap/m/themes/sap_horizon/Text.less +10 -0
  811. package/src/sap/m/upload/UploadSet.js +65 -5
  812. package/src/sap/m/upload/UploadSetItem.js +15 -11
  813. package/src/sap/m/upload/UploadSetRenderer.js +1 -1
  814. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +2 -2
  815. package/src/sap/m/upload/Uploader.js +1 -1
  816. package/src/sap/m/upload/UploaderHttpRequestMethod.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -9,8 +9,6 @@ sap.ui.define([
9
9
  'sap/ui/thirdparty/jquery',
10
10
  'sap/ui/Device',
11
11
  "sap/ui/core/Element",
12
- "sap/ui/core/format/TimezoneUtil",
13
- "sap/ui/core/format/DateFormat",
14
12
  './InputBase',
15
13
  './DateTimeField',
16
14
  './Button',
@@ -34,6 +32,8 @@ sap.ui.define([
34
32
  "sap/ui/core/LabelEnablement",
35
33
  "sap/ui/unified/library",
36
34
  "sap/ui/core/Configuration",
35
+ "sap/ui/unified/calendar/CalendarUtils",
36
+ 'sap/ui/core/date/UI5Date',
37
37
  "sap/ui/core/date/CalendarWeekNumbering",
38
38
  "sap/ui/dom/jquery/cursorPos"
39
39
  ],
@@ -41,8 +41,6 @@ sap.ui.define([
41
41
  jQuery,
42
42
  Device,
43
43
  Element,
44
- TimezoneUtil,
45
- DateFormat,
46
44
  InputBase,
47
45
  DateTimeField,
48
46
  Button,
@@ -65,6 +63,8 @@ sap.ui.define([
65
63
  LabelEnablement,
66
64
  unifiedLibrary,
67
65
  Configuration,
66
+ CalendarUtils,
67
+ UI5Date,
68
68
  CalendarWeekNumbering
69
69
  ) {
70
70
  "use strict";
@@ -154,7 +154,7 @@ sap.ui.define([
154
154
  * the close event), or select Cancel.
155
155
  *
156
156
  * @extends sap.m.DateTimeField
157
- * @version 1.109.0
157
+ * @version 1.111.0
158
158
  *
159
159
  * @constructor
160
160
  * @public
@@ -182,7 +182,7 @@ sap.ui.define([
182
182
  * If not set, the dates are only displayed in the primary calendar type
183
183
  * @since 1.34.1
184
184
  */
185
- secondaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance", defaultValue : null},
185
+ secondaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"},
186
186
 
187
187
  /**
188
188
  * Minimum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
@@ -353,7 +353,7 @@ sap.ui.define([
353
353
  *
354
354
  * <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
355
355
  *
356
- * @returns {object} the value of property <code>dateValue</code>
356
+ * @returns {Date} the value of property <code>dateValue</code>
357
357
  * @public
358
358
  * @name sap.m.DatePicker#getDateValue
359
359
  * @function
@@ -368,16 +368,17 @@ sap.ui.define([
368
368
 
369
369
  this._bValid = true;
370
370
 
371
- this._oMinDate = new Date(1, 0, 1); // set the date to minimum possible for that day
371
+ this._oMinDate = UI5Date.getInstance(1, 0, 1); // set the date to minimum possible for that day
372
372
  this._oMinDate.setFullYear(1); // otherwise year 1 will be converted to year 1901
373
- this._oMaxDate = new Date(9999, 11, 31, 23, 59, 59, 999); // set the date for the maximum possible for that day
373
+ this._oMaxDate = UI5Date.getInstance(9999, 11, 31, 23, 59, 59, 999); // set the date for the maximum possible for that day
374
374
 
375
375
  var oIcon = this.addEndIcon({
376
376
  id: this.getId() + "-icon",
377
377
  src: this.getIconSrc(),
378
378
  noTabStop: true,
379
379
  decorative: false,
380
- useIconTooltip: false
380
+ useIconTooltip: false,
381
+ alt: oResourceBundle.getText("OPEN_PICKER_TEXT")
381
382
  });
382
383
 
383
384
  // idicates whether the picker is still open
@@ -489,7 +490,7 @@ sap.ui.define([
489
490
  * Sets the displayFormat of the DatePicker.
490
491
  *
491
492
  * @param {string} sDisplayFormat new value for <code>displayFormat</code>
492
- * @returns {this} <code>this</code> to allow method chaining
493
+ * @returns {this} Reference to <code>this</code> for method chaining
493
494
  * @public
494
495
  */
495
496
  DatePicker.prototype.setDisplayFormat = function(sDisplayFormat) {
@@ -511,7 +512,7 @@ sap.ui.define([
511
512
  * Defines the width of the DatePicker. Default value is 100%
512
513
  *
513
514
  * @param {string} sWidth new value for <code>width</code>
514
- * @returns {this} <code>this</code> to allow method chaining
515
+ * @returns {this} Reference to <code>this</code> for method chaining
515
516
  * @public
516
517
  */
517
518
  DatePicker.prototype.setWidth = function(sWidth) {
@@ -660,7 +661,7 @@ sap.ui.define([
660
661
  * This prevents unwanted automatic corrections of wrong input.
661
662
  *
662
663
  * @param {string} sValue The new value of the input.
663
- * @return {this} <code>this</code> to allow method chaining
664
+ * @returns {this} Reference to <code>this</code> for method chaining
664
665
  * @public
665
666
  * @name sap.m.DatePicker#setValue
666
667
  * @function
@@ -685,6 +686,11 @@ sap.ui.define([
685
686
  return oDate;
686
687
  };
687
688
 
689
+ /**
690
+ * Set minimum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
691
+ * @param {Date} oDate A JavaScript Date
692
+ * @returns {this} Reference to <code>this</code> for method chaining
693
+ */
688
694
  DatePicker.prototype.setMinDate = function(oDate) {
689
695
 
690
696
  if (!this._isValidDate(oDate)) {
@@ -701,7 +707,7 @@ sap.ui.define([
701
707
  throw new Error("Date must be between 0001-01-01 and 9999-12-31; " + this);
702
708
  }
703
709
 
704
- this._oMinDate = new Date(oDate.getTime());
710
+ this._oMinDate = UI5Date.getInstance(oDate.getTime());
705
711
  var oDateValue = this.getDateValue();
706
712
  if (oDateValue && oDateValue.getTime() < oDate.getTime()) {
707
713
  this._bValid = false;
@@ -709,7 +715,7 @@ sap.ui.define([
709
715
  Log.warning("DateValue not in valid date range", this);
710
716
  }
711
717
  } else {
712
- this._oMinDate = new Date(1, 0, 1);
718
+ this._oMinDate = UI5Date.getInstance(1, 0, 1);
713
719
  this._oMinDate.setFullYear(1); // otherwise year 1 will be converted to year 1901
714
720
  }
715
721
 
@@ -726,6 +732,11 @@ sap.ui.define([
726
732
 
727
733
  };
728
734
 
735
+ /**
736
+ * Set maximum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
737
+ * @param {Date} oDate A JavaScript Date
738
+ * @returns {this} Reference to <code>this</code> for method chaining
739
+ */
729
740
  DatePicker.prototype.setMaxDate = function(oDate) {
730
741
 
731
742
  if (!this._isValidDate(oDate)) {
@@ -742,7 +753,7 @@ sap.ui.define([
742
753
  throw new Error("Date must be between 0001-01-01 and 9999-12-31; " + this);
743
754
  }
744
755
 
745
- this._oMaxDate = new Date(oDate.getTime());
756
+ this._oMaxDate = UI5Date.getInstance(oDate.getTime());
746
757
  var oDateValue = this.getDateValue();
747
758
  if (oDateValue && oDateValue.getTime() > oDate.getTime()) {
748
759
  this._bValid = false;
@@ -750,7 +761,7 @@ sap.ui.define([
750
761
  Log.warning("DateValue not in valid date", this);
751
762
  }
752
763
  } else {
753
- this._oMaxDate = new Date(9999, 11, 31, 23, 59, 59, 999);
764
+ this._oMaxDate = UI5Date.getInstance(9999, 11, 31, 23, 59, 59, 999);
754
765
  }
755
766
 
756
767
  // re-render because order of parameter changes not clear -> check onBeforeRendering
@@ -776,10 +787,10 @@ sap.ui.define([
776
787
 
777
788
  if (this._oMinDate.getTime() > this._oMaxDate.getTime()) {
778
789
  Log.warning("minDate > MaxDate -> dates switched", this);
779
- var oMaxDate = new Date(this._oMinDate.getTime());
780
- var oMinDate = new Date(this._oMaxDate.getTime());
781
- this._oMinDate = new Date(oMinDate.getTime());
782
- this._oMaxDate = new Date(oMaxDate.getTime());
790
+ var oMaxDate = UI5Date.getInstance(this._oMinDate.getTime());
791
+ var oMinDate = UI5Date.getInstance(this._oMaxDate.getTime());
792
+ this._oMinDate = UI5Date.getInstance(oMinDate.getTime());
793
+ this._oMaxDate = UI5Date.getInstance(oMaxDate.getTime());
783
794
  this.setProperty("minDate", oMinDate, true);
784
795
  this.setProperty("maxDate", oMaxDate, true);
785
796
  if (this._getCalendar()) {
@@ -890,7 +901,7 @@ sap.ui.define([
890
901
  *
891
902
  * @since 1.38.5
892
903
  * @param {sap.ui.unified.DateTypeRange} oSpecialDate the specialDate to add; if empty, nothing is added
893
- * @return {this} Reference to <code>this</code> in order to allow method chaining
904
+ * @returns {this} Reference to <code>this</code> for method chaining
894
905
  * @public
895
906
  */
896
907
  DatePicker.prototype.addSpecialDate = function(oSpecialDate){
@@ -913,7 +924,7 @@ sap.ui.define([
913
924
  * @param {int} iIndex the 0-based index the <code>specialDate</code> should be inserted at;
914
925
  * for a negative value of <code>iIndex</code>, the <code>specialDate</code> is inserted at position 0;
915
926
  * for a value greater than the current size of the aggregation, the <code>specialDate</code> is inserted at the last position
916
- * @return {this} Reference to <code>this</code> in order to allow method chaining
927
+ * @returns {this} Reference to <code>this</code> for method chaining
917
928
  * @public
918
929
  */
919
930
  DatePicker.prototype.insertSpecialDate = function(oSpecialDate, iIndex){
@@ -972,7 +983,7 @@ sap.ui.define([
972
983
  * @since 1.38.5
973
984
  * @param {sap.ui.core.ID | sap.ui.unified.CalendarLegend} oLegend ID of an element which becomes the new target of this <code>legend</code> association;
974
985
  * alternatively, an element instance may be given
975
- * @return {this} Reference to <code>this</code> in order to allow method chaining
986
+ * @returns {this} Reference to <code>this</code> for method chaining
976
987
  * @public
977
988
  */
978
989
  DatePicker.prototype.setLegend = function(oLegend){
@@ -1062,7 +1073,7 @@ sap.ui.define([
1062
1073
  this._getCalendar().focusDate(oDate);
1063
1074
  var oStartDate = this._oDateRange.getStartDate();
1064
1075
  if ((!oStartDate && oDate) || (oStartDate && oDate && oStartDate.getTime() != oDate.getTime())) {
1065
- this._oDateRange.setStartDate(new Date(oDate.getTime()));
1076
+ this._oDateRange.setStartDate(UI5Date.getInstance(oDate.getTime()));
1066
1077
  } else if (oStartDate && !oDate) {
1067
1078
  this._oDateRange.setStartDate(undefined);
1068
1079
  }
@@ -1341,32 +1352,19 @@ sap.ui.define([
1341
1352
  };
1342
1353
 
1343
1354
  DatePicker.prototype._fillDateRange = function(){
1344
- var sFormattedDate;
1345
1355
  var oDate = this.getDateValue();
1346
1356
 
1347
1357
  if (oDate &&
1348
1358
  oDate.getTime() >= this._oMinDate.getTime() &&
1349
1359
  oDate.getTime() <= this._oMaxDate.getTime()) {
1350
1360
 
1351
- sFormattedDate = this._getPickerParser().format(
1352
- oDate,
1353
- this._getTimezone(true)
1354
- );
1355
- oDate = this._getPickerParser().parse(sFormattedDate, TimezoneUtil.getLocalTimezone())[0];
1356
-
1357
- this._getCalendar().focusDate(new Date(oDate.getTime()));
1361
+ this._getCalendar().focusDate(UI5Date.getInstance(oDate.getTime()));
1358
1362
  if (!this._oDateRange.getStartDate() || this._oDateRange.getStartDate().getTime() != oDate.getTime()) {
1359
- this._oDateRange.setStartDate(new Date(oDate.getTime()));
1363
+ this._oDateRange.setStartDate(UI5Date.getInstance(oDate.getTime()));
1360
1364
  }
1361
1365
  } else {
1362
1366
  var oInitialFocusedDateValue = this.getInitialFocusedDateValue();
1363
- var oFocusDate = oInitialFocusedDateValue ? oInitialFocusedDateValue : new Date();
1364
-
1365
- sFormattedDate = this._getPickerParser().format(
1366
- oFocusDate,
1367
- this._getTimezone(true)
1368
- );
1369
- oFocusDate = this._getPickerParser().parse(sFormattedDate, TimezoneUtil.getLocalTimezone())[0];
1367
+ var oFocusDate = oInitialFocusedDateValue ? oInitialFocusedDateValue : UI5Date.getInstance();
1370
1368
 
1371
1369
  if (oFocusDate.getTime() < this._oMinDate.getTime()) {
1372
1370
  oFocusDate = this._oMinDate;
@@ -1384,7 +1382,7 @@ sap.ui.define([
1384
1382
 
1385
1383
  /**
1386
1384
  * @see sap.ui.core.Control#getAccessibilityInfo
1387
- * @returns {object} Current accessibility state of the control.
1385
+ * @returns {sap.ui.core.AccessibilityInfo} Current accessibility state of the control.
1388
1386
  * @protected
1389
1387
  */
1390
1388
  DatePicker.prototype.getAccessibilityInfo = function() {
@@ -1407,16 +1405,9 @@ sap.ui.define([
1407
1405
  oDate = this._getSelectedDate(),
1408
1406
  sValue = "";
1409
1407
 
1410
- var sFormattedDate = this._getPickerParser().format(oDate, TimezoneUtil.getLocalTimezone());
1411
- var oParts = this._getPickerParser().parse(
1412
- sFormattedDate,
1413
- this._getTimezone(true)
1414
- );
1415
- oDate = oParts && oParts[0];
1416
-
1417
1408
  // do not use this.onChange() because output pattern will change date (e.g. only last 2 number of year -> 1966 -> 2066 )
1418
1409
  if (!deepEqual(oDate, oDateOld)) {
1419
- this.setDateValue(new Date(oDate.getTime()));
1410
+ this.setDateValue(UI5Date.getInstance(oDate.getTime()));
1420
1411
  // compare Dates because value can be the same if only 2 digits for year
1421
1412
  sValue = this.getValue();
1422
1413
  this.fireChangeEvent(sValue, {valid: true});
@@ -1541,8 +1532,8 @@ sap.ui.define([
1541
1532
  sCalendarType = this.getDisplayFormatType();
1542
1533
  }
1543
1534
 
1544
- var oDate = UniversalDate.getInstance(new Date(oOldDate.getTime()), sCalendarType);
1545
- oOldDate = UniversalDate.getInstance(new Date(oOldDate.getTime()), sCalendarType);
1535
+ var oDate = UniversalDate.getInstance(UI5Date.getInstance(oOldDate.getTime()), sCalendarType);
1536
+ oOldDate = UniversalDate.getInstance(UI5Date.getInstance(oOldDate.getTime()), sCalendarType);
1546
1537
 
1547
1538
  switch (sUnit) {
1548
1539
  case "day":
@@ -1578,7 +1569,7 @@ sap.ui.define([
1578
1569
  }
1579
1570
 
1580
1571
  if (!deepEqual(this.getDateValue(), oDate.getJSDate())) {
1581
- this.setDateValue(new Date(oDate.getTime()));
1572
+ this.setDateValue(UI5Date.getInstance(oDate.getTime()));
1582
1573
 
1583
1574
  this._curpos = iCurpos;
1584
1575
  this._$input.cursorPos(this._curpos);
@@ -1666,14 +1657,6 @@ sap.ui.define([
1666
1657
 
1667
1658
  }
1668
1659
 
1669
- DatePicker.prototype._getPickerParser = function() {
1670
- if (!this._calendarParser) {
1671
- this._calendarParser = DateFormat.getDateTimeWithTimezoneInstance({ showTimezone: false });
1672
- }
1673
-
1674
- return this._calendarParser;
1675
- };
1676
-
1677
1660
  /**
1678
1661
  * Fired when the input operation has finished and the value has changed.
1679
1662
  *
@@ -1702,7 +1685,7 @@ sap.ui.define([
1702
1685
  * </ul>
1703
1686
  *
1704
1687
  * @param {object} [mArguments] the arguments to pass along with the event.
1705
- * @return {this} <code>this</code> to allow method chaining
1688
+ * @returns {this} Reference to <code>this</code> for method chaining
1706
1689
  * @protected
1707
1690
  * @name sap.m.DatePicker#fireChange
1708
1691
  * @function
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['sap/ui/core/Renderer', './InputBaseRenderer', 'sap/ui/core/library'],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -11,7 +11,6 @@ sap.ui.define([
11
11
  './library',
12
12
  'sap/ui/core/LocaleData',
13
13
  'sap/ui/core/format/DateFormat',
14
- 'sap/ui/core/format/TimezoneUtil',
15
14
  'sap/ui/core/date/UniversalDate',
16
15
  './DateRangeSelectionRenderer',
17
16
  "sap/ui/unified/calendar/CustomMonthPicker",
@@ -20,7 +19,9 @@ sap.ui.define([
20
19
  "sap/base/Log",
21
20
  "sap/base/assert",
22
21
  "sap/ui/core/Configuration",
23
- "sap/ui/dom/jquery/cursorPos" // jQuery Plugin "cursorPos"
22
+ "sap/ui/core/date/UI5Date",
23
+ // jQuery Plugin "cursorPos"
24
+ "sap/ui/dom/jquery/cursorPos"
24
25
  ],
25
26
  function(
26
27
  Device,
@@ -28,7 +29,6 @@ sap.ui.define([
28
29
  library,
29
30
  LocaleData,
30
31
  DateFormat,
31
- TimezoneUtil,
32
32
  UniversalDate,
33
33
  DateRangeSelectionRenderer,
34
34
  CustomMonthPicker,
@@ -36,7 +36,8 @@ sap.ui.define([
36
36
  deepEqual,
37
37
  Log,
38
38
  assert,
39
- Configuration
39
+ Configuration,
40
+ UI5Date
40
41
  ) {
41
42
  "use strict";
42
43
 
@@ -130,8 +131,8 @@ sap.ui.define([
130
131
  * compact mode and provides a touch-friendly size in cozy mode.
131
132
  *
132
133
  * @extends sap.m.DatePicker
133
- * @version 1.109.0
134
- * @version 1.109.0
134
+ * @version 1.111.0
135
+ * @version 1.111.0
135
136
  *
136
137
  * @constructor
137
138
  * @public
@@ -298,7 +299,7 @@ sap.ui.define([
298
299
  * If this property is used, the <code>dateValue</code> property should not be changed from the caller.
299
300
  *
300
301
  * @param {string} sValue The new value of the input.
301
- * @return {this} <code>this</code> to allow method chaining.
302
+ * @returns {this} Reference to <code>this</code> for method chaining
302
303
  * @public
303
304
  */
304
305
  DateRangeSelection.prototype.setValue = function(sValue) {
@@ -360,18 +361,18 @@ sap.ui.define([
360
361
 
361
362
  /**
362
363
  * Converts the parameter to a Javascript Date, if it is a timestamp integer.
363
- * @param {object|int} vBindingDate A timestamp or a Javascript Date
364
- * @returns {object} A Javascript Date object
364
+ * @param {Date|int} vBindingDate A timestamp or a Javascript Date
365
+ * @returns {Date} A Javascript Date object
365
366
  * @private
366
367
  */
367
368
  function _normalizeDateValue(vBindingDate) {
368
- return (typeof vBindingDate === 'number') ? new Date(vBindingDate) : vBindingDate;
369
+ return (typeof vBindingDate === 'number') ? UI5Date.getInstance(vBindingDate) : vBindingDate;
369
370
  }
370
371
 
371
372
  /**
372
373
  * Converts the parameter to a timestamp integer, if it is a Javascript Date.
373
- * @param {object|int} vBindingDate A timestamp or a Javascript Date
374
- * @returns {object} A timestamp integer
374
+ * @param {Date|int} vBindingDate A timestamp or a Javascript Date
375
+ * @returns {int} A timestamp integer
375
376
  * @private
376
377
  */
377
378
  function _denormalizeDateValue(vBindingDate) {
@@ -383,7 +384,7 @@ sap.ui.define([
383
384
  *
384
385
  * <b>Note:</b> Property <code>valueFormat</code> is not supported in the <code>sap.m.DateRangeSelection</code> control.
385
386
  *
386
- * @return {string} the value of property valueFormat
387
+ * @returns {string} the value of property valueFormat
387
388
  * @public
388
389
  * @name sap.m.DateRangeSelection#getValueFormat
389
390
  * @function
@@ -395,7 +396,7 @@ sap.ui.define([
395
396
  * <b>Note:</b> Property <code>valueFormat</code> is not supported in the <code>sap.m.DateRangeSelection</code> control.
396
397
  *
397
398
  * @param {string} sValueFormat New value for property valueFormat
398
- * @return {this} <code>this</code> to allow method chaining
399
+ * @returns {this} Reference to <code>this</code> for method chaining
399
400
  * @public
400
401
  */
401
402
  DateRangeSelection.prototype.setValueFormat = function(sValueFormat) {
@@ -410,6 +411,13 @@ sap.ui.define([
410
411
 
411
412
  };
412
413
 
414
+ /**
415
+ * Sets the displayFormat of the DatePicker.
416
+ *
417
+ * @param {string} sDisplayFormat new value for <code>displayFormat</code>
418
+ * @returns {this} Reference to <code>this</code> for method chaining
419
+ * @public
420
+ */
413
421
  DateRangeSelection.prototype.setDisplayFormat = function(sDisplayFormat) {
414
422
 
415
423
  // if displayFormat changes the value must be formatted again
@@ -459,7 +467,7 @@ sap.ui.define([
459
467
  *
460
468
  * <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
461
469
  *
462
- * @returns {object} the value of property <code>dateValue</code>
470
+ * @returns {Date} the value of property <code>dateValue</code>
463
471
  * @public
464
472
  * @name sap.m.DateRangeSelection#getDateValue
465
473
  * @function
@@ -472,8 +480,8 @@ sap.ui.define([
472
480
  *
473
481
  * <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
474
482
  *
475
- * @param {object} oDateValue New value for property <code>dateValue</code>
476
- * @return {this} <code>this</code> to allow method chaining.
483
+ * @param {Date} oDateValue New value for property <code>dateValue</code>
484
+ * @returns {this} Reference to <code>this</code> for method chaining
477
485
  * @public
478
486
  */
479
487
  DateRangeSelection.prototype.setDateValue = function(oDateValue) {
@@ -493,6 +501,30 @@ sap.ui.define([
493
501
 
494
502
  };
495
503
 
504
+ /**
505
+ * Getter for property <code>secondDateValue</code>.
506
+ *
507
+ * The end date of the range as JavaScript Date object. This is independent from any formatter.
508
+ *
509
+ * <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
510
+ *
511
+ * @returns {Date} the value of property <code>secondDateValue</code>
512
+ * @public
513
+ * @name sap.m.DateRangeSelection#getSecondDateValue
514
+ * @function
515
+ */
516
+
517
+ /**
518
+ * Setter for property <code>secondDateValue</code>.
519
+ *
520
+ * The start date of the range as JavaScript Date object. This is independent from any formatter.
521
+ *
522
+ * <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
523
+ *
524
+ * @param {Date} oSecondDateValue New value for property <code>dateValue</code>
525
+ * @returns {this} Reference to <code>this</code> for method chaining
526
+ * @public
527
+ */
496
528
  DateRangeSelection.prototype.setSecondDateValue = function(oSecondDateValue) {
497
529
 
498
530
  if (!this._isValidDate(oSecondDateValue)) {
@@ -516,6 +548,11 @@ sap.ui.define([
516
548
  return this;
517
549
  };
518
550
 
551
+ /**
552
+ * Set minimum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
553
+ * @param {Date} oDate A JavaScript Date
554
+ * @returns {this} Reference to <code>this</code> for method chaining
555
+ */
519
556
  DateRangeSelection.prototype.setMinDate = function(oDate) {
520
557
 
521
558
  DatePicker.prototype.setMinDate.apply(this, arguments);
@@ -531,6 +568,11 @@ sap.ui.define([
531
568
 
532
569
  };
533
570
 
571
+ /**
572
+ * Set maximum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
573
+ * @param {Date} oDate A JavaScript Date
574
+ * @returns {this} Reference to <code>this</code> for method chaining
575
+ */
534
576
  DateRangeSelection.prototype.setMaxDate = function(oDate) {
535
577
 
536
578
  DatePicker.prototype.setMaxDate.apply(this, arguments);
@@ -760,7 +802,7 @@ sap.ui.define([
760
802
  var oStartDate = this.getDateValue();
761
803
  if (oStartDate) {
762
804
  if (!this._oDateRange.getStartDate() || this._oDateRange.getStartDate().getTime() !== oStartDate.getTime()) {
763
- this._oDateRange.setStartDate(new Date(oStartDate.getTime()));
805
+ this._oDateRange.setStartDate(UI5Date.getInstance(oStartDate.getTime()));
764
806
  this._getCalendar().focusDate(oStartDate);
765
807
  }
766
808
  } else {
@@ -772,7 +814,7 @@ sap.ui.define([
772
814
  var oEndDate = this.getSecondDateValue();
773
815
  if (oEndDate) {
774
816
  if (!this._oDateRange.getEndDate() || this._oDateRange.getEndDate().getTime() !== oEndDate.getTime()) {
775
- this._oDateRange.setEndDate(new Date(oEndDate.getTime()));
817
+ this._oDateRange.setEndDate(UI5Date.getInstance(oEndDate.getTime()));
776
818
  this._getCalendar().focusDate(oEndDate);
777
819
  }
778
820
  } else {
@@ -822,19 +864,13 @@ sap.ui.define([
822
864
  DatePicker.prototype._fillDateRange.apply(this, arguments);
823
865
 
824
866
  var oEndDate = this.getSecondDateValue();
825
- var sFormattedEndDate;
826
867
 
827
868
  if (oEndDate &&
828
869
  oEndDate.getTime() >= this._oMinDate.getTime() &&
829
870
  oEndDate.getTime() <= this._oMaxDate.getTime()) {
830
871
  if (!this._oDateRange.getEndDate() || this._oDateRange.getEndDate().getTime() !== oEndDate.getTime()) {
831
- sFormattedEndDate = this._getPickerParser().format(
832
- oEndDate,
833
- Configuration.getTimezone()
834
- );
835
- oEndDate = this._getPickerParser().parse(sFormattedEndDate, TimezoneUtil.getLocalTimezone())[0];
836
872
 
837
- this._oDateRange.setEndDate(new Date(oEndDate.getTime()));
873
+ this._oDateRange.setEndDate(UI5Date.getInstance(oEndDate.getTime()));
838
874
  }
839
875
  } else {
840
876
  if (this._oDateRange.getEndDate()) {
@@ -846,8 +882,6 @@ sap.ui.define([
846
882
 
847
883
  DateRangeSelection.prototype._selectDate = function () {
848
884
  var aSelectedDates = this._getCalendar().getSelectedDates();
849
- var sFormattedDate, oParts;
850
- var sTimezone = Configuration.getTimezone();
851
885
 
852
886
  if (aSelectedDates.length > 0) {
853
887
  var oDate1 = aSelectedDates[0].getStartDate();
@@ -860,17 +894,6 @@ sap.ui.define([
860
894
  // the selected range includes all of the hours from the second date
861
895
  oDate2.setHours(23, 59, 59, 999);
862
896
 
863
- sFormattedDate = this._getPickerParser().format(oDate1, TimezoneUtil.getLocalTimezone());
864
- oParts = this._getPickerParser().parse(sFormattedDate, sTimezone);
865
- oDate1 = oParts && oParts[0];
866
-
867
- sFormattedDate = this._getPickerParser().format(oDate2, TimezoneUtil.getLocalTimezone());
868
- oParts = this._getPickerParser().parse(sFormattedDate, sTimezone);
869
- oDate2 = oParts && oParts[0];
870
-
871
- //the parser does not include milliseconds, so restore them
872
- oDate2.setMilliseconds(999);
873
-
874
897
  var sValue;
875
898
  if (!deepEqual(oDate1, oDate1Old) || !deepEqual(oDate2, oDate2Old)) {
876
899
  // compare Dates because value can be the same if only 2 digits for year
@@ -923,16 +946,13 @@ sap.ui.define([
923
946
 
924
947
  DateRangeSelection.prototype._handleWeekSelect = function(oEvent){
925
948
  var oSelectedDates = oEvent.getParameter("weekDays"),
926
- oSelectedStartDate,
927
- oSelectedEndDate;
949
+ oSelectedStartDate = oSelectedDates.getStartDate(),
950
+ oSelectedEndDate = oSelectedDates.getEndDate();
928
951
 
929
952
  if (!oSelectedDates) {
930
953
  return;
931
954
  }
932
955
 
933
- oSelectedStartDate = oSelectedDates.getStartDate();
934
- oSelectedEndDate = oSelectedDates.getEndDate();
935
-
936
956
  if (this.getShowFooter()) {
937
957
  this._oPopup.getBeginButton().setEnabled(!!(oSelectedStartDate && oSelectedEndDate));
938
958
  return;
@@ -948,7 +968,7 @@ sap.ui.define([
948
968
 
949
969
  /**
950
970
  * @see sap.ui.core.Control#getAccessibilityInfo
951
- * @returns {object} Current accessibility state of the control
971
+ * @returns {sap.ui.core.AccessibilityInfo} Current accessibility state of the control
952
972
  * @protected
953
973
  */
954
974
  DateRangeSelection.prototype.getAccessibilityInfo = function() {
@@ -1081,7 +1101,7 @@ sap.ui.define([
1081
1101
  oDate = _getIncrementedDate.call(this, oFirstOldDate, iNumber, sUnit);
1082
1102
 
1083
1103
  if (!deepEqual(this.getDateValue(), oDate.getJSDate())) {
1084
- this.setDateValue(new Date(oDate.getTime()));
1104
+ this.setDateValue(UI5Date.getInstance(oDate.getTime()));
1085
1105
  this._curpos = iCurPos;
1086
1106
  this._$input.cursorPos(this._curpos);
1087
1107
 
@@ -1091,7 +1111,7 @@ sap.ui.define([
1091
1111
  oDate = _getIncrementedDate.call(this, oSecondOldDate, iNumber, sUnit);
1092
1112
 
1093
1113
  if (!deepEqual(this.getSecondDateValue(), oDate.getJSDate())) {
1094
- this.setSecondDateValue(new Date(oDate.getTime()));
1114
+ this.setSecondDateValue(UI5Date.getInstance(oDate.getTime()));
1095
1115
  this._curpos = iCurPos;
1096
1116
  this._$input.cursorPos(this._curpos);
1097
1117
 
@@ -1100,14 +1120,6 @@ sap.ui.define([
1100
1120
  }
1101
1121
  };
1102
1122
 
1103
- DateRangeSelection.prototype._getPickerParser = function() {
1104
- if (!this._calendarParser) {
1105
- this._calendarParser = DateFormat.getDateTimeWithTimezoneInstance({ showTimezone: false });
1106
- }
1107
-
1108
- return this._calendarParser;
1109
- };
1110
-
1111
1123
  function _getIncrementedDate(oOldDate, iNumber, sUnit) {
1112
1124
  // use UniversalDate to calculate new date based on used calendar
1113
1125
  var oBinding = this.getBinding("value"),
@@ -1126,7 +1138,7 @@ sap.ui.define([
1126
1138
  sCalendarType = this.getDisplayFormatType();
1127
1139
  }
1128
1140
 
1129
- oUTCDate = UniversalDate.getInstance(new Date(oOldDate.getTime()), sCalendarType);
1141
+ oUTCDate = UniversalDate.getInstance(UI5Date.getInstance(oOldDate.getTime()), sCalendarType);
1130
1142
  iOldDateMonth = oUTCDate.getMonth();
1131
1143
 
1132
1144
  switch (sUnit) {
@@ -1291,7 +1303,7 @@ sap.ui.define([
1291
1303
  * </ul>
1292
1304
  *
1293
1305
  * @param {object} [mArguments] The arguments to pass along with the event.
1294
- * @return {this} <code>this</code> to allow method chaining
1306
+ * @returns {this} Reference to <code>this</code> for method chaining
1295
1307
  * @protected
1296
1308
  * @name sap.m.DateRangeSelection#fireChange
1297
1309
  * @function
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['sap/ui/core/Renderer', './DatePickerRenderer'],