@openui5/sap.m 1.96.1 → 1.97.1

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 (758) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +2 -1
  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 +2 -2
  10. package/src/sap/m/ActionSelectRenderer.js +1 -1
  11. package/src/sap/m/ActionSheet.js +2 -2
  12. package/src/sap/m/ActionSheetRenderer.js +1 -1
  13. package/src/sap/m/App.js +2 -2
  14. package/src/sap/m/AppRenderer.js +1 -1
  15. package/src/sap/m/AssociativeOverflowToolbar.js +2 -2
  16. package/src/sap/m/Avatar.js +11 -3
  17. package/src/sap/m/AvatarColor.js +1 -1
  18. package/src/sap/m/AvatarImageFitType.js +1 -1
  19. package/src/sap/m/AvatarRenderer.js +4 -1
  20. package/src/sap/m/AvatarShape.js +1 -1
  21. package/src/sap/m/AvatarSize.js +1 -1
  22. package/src/sap/m/AvatarType.js +1 -1
  23. package/src/sap/m/BadgeCustomData.js +1 -1
  24. package/src/sap/m/BadgeEnabler.js +1 -1
  25. package/src/sap/m/Bar.js +2 -2
  26. package/src/sap/m/BarInPageEnabler.js +1 -1
  27. package/src/sap/m/BarRenderer.js +1 -1
  28. package/src/sap/m/Breadcrumbs.js +3 -3
  29. package/src/sap/m/BreadcrumbsRenderer.js +1 -1
  30. package/src/sap/m/BusyDialog.js +2 -2
  31. package/src/sap/m/BusyIndicator.js +2 -2
  32. package/src/sap/m/BusyIndicatorRenderer.js +1 -1
  33. package/src/sap/m/Button.js +2 -2
  34. package/src/sap/m/ButtonRenderer.js +1 -1
  35. package/src/sap/m/Carousel.js +2 -2
  36. package/src/sap/m/CarouselLayout.js +3 -3
  37. package/src/sap/m/CarouselRenderer.js +1 -1
  38. package/src/sap/m/CheckBox.js +2 -2
  39. package/src/sap/m/CheckBoxRenderer.js +1 -1
  40. package/src/sap/m/ColorPalette.js +2 -2
  41. package/src/sap/m/ColorPalettePopover.js +2 -2
  42. package/src/sap/m/ColorPaletteRenderer.js +1 -1
  43. package/src/sap/m/Column.js +2 -2
  44. package/src/sap/m/ColumnHeaderPopover.js +2 -2
  45. package/src/sap/m/ColumnListItem.js +2 -2
  46. package/src/sap/m/ColumnListItemRenderer.js +1 -1
  47. package/src/sap/m/ColumnPopoverActionItem.js +2 -2
  48. package/src/sap/m/ColumnPopoverCustomItem.js +2 -2
  49. package/src/sap/m/ColumnPopoverItem.js +2 -2
  50. package/src/sap/m/ColumnPopoverSelectListItem.js +2 -2
  51. package/src/sap/m/ColumnPopoverSortItem.js +2 -2
  52. package/src/sap/m/ComboBox.js +40 -7
  53. package/src/sap/m/ComboBoxBase.js +122 -16
  54. package/src/sap/m/ComboBoxBaseRenderer.js +1 -1
  55. package/src/sap/m/ComboBoxRenderer.js +1 -1
  56. package/src/sap/m/ComboBoxTextField.js +22 -8
  57. package/src/sap/m/ComboBoxTextFieldRenderer.js +1 -1
  58. package/src/sap/m/CustomDynamicDateOption.js +2 -2
  59. package/src/sap/m/CustomListItem.js +2 -2
  60. package/src/sap/m/CustomListItemRenderer.js +1 -1
  61. package/src/sap/m/CustomTile.js +2 -2
  62. package/src/sap/m/CustomTileRenderer.js +1 -1
  63. package/src/sap/m/CustomTreeItem.js +2 -2
  64. package/src/sap/m/CustomTreeItemRenderer.js +1 -1
  65. package/src/sap/m/DatePicker.js +49 -11
  66. package/src/sap/m/DatePickerRenderer.js +14 -1
  67. package/src/sap/m/DateRangeSelection.js +3 -3
  68. package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
  69. package/src/sap/m/DateTimeField.js +2 -2
  70. package/src/sap/m/DateTimeFieldRenderer.js +1 -1
  71. package/src/sap/m/DateTimeInput.js +2 -2
  72. package/src/sap/m/DateTimeInputRenderer.js +1 -1
  73. package/src/sap/m/DateTimePicker.js +49 -53
  74. package/src/sap/m/DateTimePickerRenderer.js +1 -1
  75. package/src/sap/m/Dialog.js +2 -2
  76. package/src/sap/m/DialogRenderer.js +1 -1
  77. package/src/sap/m/DisplayListItem.js +2 -2
  78. package/src/sap/m/DisplayListItemRenderer.js +1 -1
  79. package/src/sap/m/DraftIndicator.js +2 -2
  80. package/src/sap/m/DraftIndicatorRenderer.js +1 -1
  81. package/src/sap/m/DynamicDate.js +2 -2
  82. package/src/sap/m/DynamicDateFormat.js +6 -6
  83. package/src/sap/m/DynamicDateOption.js +2 -2
  84. package/src/sap/m/DynamicDateRange.js +3 -5
  85. package/src/sap/m/DynamicDateRangeRenderer.js +1 -1
  86. package/src/sap/m/DynamicDateUtil.js +9 -7
  87. package/src/sap/m/DynamicDateValueHelpUIType.js +2 -2
  88. package/src/sap/m/ExpandableText.js +2 -2
  89. package/src/sap/m/ExpandableTextRenderer.js +1 -1
  90. package/src/sap/m/FacetFilter.js +2 -2
  91. package/src/sap/m/FacetFilterItem.js +2 -2
  92. package/src/sap/m/FacetFilterItemRenderer.js +1 -1
  93. package/src/sap/m/FacetFilterList.js +2 -2
  94. package/src/sap/m/FacetFilterListRenderer.js +1 -1
  95. package/src/sap/m/FacetFilterRenderer.js +1 -1
  96. package/src/sap/m/FeedContent.js +2 -2
  97. package/src/sap/m/FeedContentRenderer.js +1 -1
  98. package/src/sap/m/FeedInput.js +2 -2
  99. package/src/sap/m/FeedInputRenderer.js +1 -1
  100. package/src/sap/m/FeedListItem.js +2 -2
  101. package/src/sap/m/FeedListItemAction.js +2 -2
  102. package/src/sap/m/FeedListItemRenderer.js +1 -1
  103. package/src/sap/m/Fiori20Adapter.js +3 -3
  104. package/src/sap/m/FlexBox.js +2 -2
  105. package/src/sap/m/FlexBoxRenderer.js +1 -1
  106. package/src/sap/m/FlexBoxStylingHelper.js +1 -1
  107. package/src/sap/m/FlexItemData.js +2 -2
  108. package/src/sap/m/FormattedText.js +2 -2
  109. package/src/sap/m/FormattedTextAnchorGenerator.js +1 -1
  110. package/src/sap/m/FormattedTextRenderer.js +1 -1
  111. package/src/sap/m/GenericTag.js +9 -2
  112. package/src/sap/m/GenericTagRenderer.js +2 -2
  113. package/src/sap/m/GenericTile.js +31 -8
  114. package/src/sap/m/GenericTileLineModeRenderer.js +1 -1
  115. package/src/sap/m/GenericTileRenderer.js +13 -3
  116. package/src/sap/m/GroupHeaderListItem.js +2 -2
  117. package/src/sap/m/GroupHeaderListItemRenderer.js +1 -1
  118. package/src/sap/m/GrowingEnablement.js +1 -1
  119. package/src/sap/m/GrowingList.js +2 -2
  120. package/src/sap/m/GrowingListRenderer.js +1 -1
  121. package/src/sap/m/HBox.js +2 -2
  122. package/src/sap/m/HBoxRenderer.js +1 -1
  123. package/src/sap/m/HeaderContainer.js +2 -2
  124. package/src/sap/m/HeaderContainerItemNavigator.js +2 -2
  125. package/src/sap/m/HeaderContainerRenderer.js +1 -1
  126. package/src/sap/m/HyphenationSupport.js +1 -1
  127. package/src/sap/m/IconTabBar.js +2 -2
  128. package/src/sap/m/IconTabBarDragAndDropUtil.js +1 -1
  129. package/src/sap/m/IconTabBarRenderer.js +1 -1
  130. package/src/sap/m/IconTabBarSelectList.js +2 -2
  131. package/src/sap/m/IconTabBarSelectListRenderer.js +1 -1
  132. package/src/sap/m/IconTabFilter.js +2 -2
  133. package/src/sap/m/IconTabFilterExpandButtonBadge.js +2 -2
  134. package/src/sap/m/IconTabHeader.js +14 -4
  135. package/src/sap/m/IconTabHeaderRenderer.js +1 -1
  136. package/src/sap/m/IconTabSeparator.js +2 -2
  137. package/src/sap/m/Image.js +2 -2
  138. package/src/sap/m/ImageContent.js +2 -2
  139. package/src/sap/m/ImageContentRenderer.js +1 -1
  140. package/src/sap/m/ImageRenderer.js +1 -1
  141. package/src/sap/m/Input.js +32 -5
  142. package/src/sap/m/InputBase.js +94 -14
  143. package/src/sap/m/InputBaseRenderer.js +9 -21
  144. package/src/sap/m/InputListItem.js +2 -2
  145. package/src/sap/m/InputListItemRenderer.js +1 -1
  146. package/src/sap/m/InputRenderer.js +1 -1
  147. package/src/sap/m/InstanceManager.js +1 -1
  148. package/src/sap/m/Label.js +2 -2
  149. package/src/sap/m/LabelRenderer.js +1 -1
  150. package/src/sap/m/LightBox.js +2 -2
  151. package/src/sap/m/LightBoxItem.js +2 -2
  152. package/src/sap/m/LightBoxRenderer.js +1 -1
  153. package/src/sap/m/Link.js +2 -2
  154. package/src/sap/m/LinkRenderer.js +1 -1
  155. package/src/sap/m/List.js +2 -2
  156. package/src/sap/m/ListBase.js +2 -2
  157. package/src/sap/m/ListBaseRenderer.js +1 -1
  158. package/src/sap/m/ListItemBase.js +2 -2
  159. package/src/sap/m/ListItemBaseRenderer.js +1 -1
  160. package/src/sap/m/ListRenderer.js +1 -1
  161. package/src/sap/m/MaskEnabler.js +2 -2
  162. package/src/sap/m/MaskInput.js +2 -2
  163. package/src/sap/m/MaskInputRenderer.js +1 -1
  164. package/src/sap/m/MaskInputRule.js +2 -2
  165. package/src/sap/m/Menu.js +2 -2
  166. package/src/sap/m/MenuButton.js +2 -2
  167. package/src/sap/m/MenuButtonRenderer.js +1 -1
  168. package/src/sap/m/MenuItem.js +2 -2
  169. package/src/sap/m/MenuListItem.js +2 -2
  170. package/src/sap/m/MenuListItemRenderer.js +1 -1
  171. package/src/sap/m/MessageBox.js +1 -1
  172. package/src/sap/m/MessageItem.js +2 -17
  173. package/src/sap/m/MessageListItem.js +2 -2
  174. package/src/sap/m/MessageListItemRenderer.js +1 -1
  175. package/src/sap/m/MessagePage.js +36 -7
  176. package/src/sap/m/MessagePageRenderer.js +1 -1
  177. package/src/sap/m/MessagePopover.js +2 -2
  178. package/src/sap/m/MessagePopoverItem.js +2 -2
  179. package/src/sap/m/MessagePopoverRenderer.js +1 -1
  180. package/src/sap/m/MessageStrip.js +2 -2
  181. package/src/sap/m/MessageStripRenderer.js +1 -1
  182. package/src/sap/m/MessageStripUtilities.js +1 -1
  183. package/src/sap/m/MessageToast.js +2 -2
  184. package/src/sap/m/MessageView.js +13 -24
  185. package/src/sap/m/MessageViewRenderer.js +1 -1
  186. package/src/sap/m/MultiComboBox.js +82 -39
  187. package/src/sap/m/MultiComboBoxRenderer.js +5 -1
  188. package/src/sap/m/MultiEditField.js +2 -2
  189. package/src/sap/m/MultiInput.js +29 -3
  190. package/src/sap/m/MultiInputRenderer.js +1 -1
  191. package/src/sap/m/NavContainer.js +2 -2
  192. package/src/sap/m/NavContainerRenderer.js +1 -1
  193. package/src/sap/m/NewsContent.js +2 -2
  194. package/src/sap/m/NewsContentRenderer.js +1 -1
  195. package/src/sap/m/NotificationList.js +2 -2
  196. package/src/sap/m/NotificationListBase.js +2 -2
  197. package/src/sap/m/NotificationListGroup.js +2 -2
  198. package/src/sap/m/NotificationListGroupRenderer.js +2 -1
  199. package/src/sap/m/NotificationListItem.js +2 -2
  200. package/src/sap/m/NotificationListItemRenderer.js +1 -1
  201. package/src/sap/m/NotificationListRenderer.js +1 -1
  202. package/src/sap/m/NumericContent.js +2 -2
  203. package/src/sap/m/NumericContentRenderer.js +1 -1
  204. package/src/sap/m/ObjectAttribute.js +2 -2
  205. package/src/sap/m/ObjectAttributeRenderer.js +1 -1
  206. package/src/sap/m/ObjectHeader.js +4 -4
  207. package/src/sap/m/ObjectHeaderRenderer.js +1 -1
  208. package/src/sap/m/ObjectIdentifier.js +2 -2
  209. package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
  210. package/src/sap/m/ObjectListItem.js +2 -2
  211. package/src/sap/m/ObjectListItemRenderer.js +1 -1
  212. package/src/sap/m/ObjectMarker.js +20 -3
  213. package/src/sap/m/ObjectMarkerRenderer.js +1 -1
  214. package/src/sap/m/ObjectNumber.js +2 -2
  215. package/src/sap/m/ObjectNumberRenderer.js +2 -2
  216. package/src/sap/m/ObjectStatus.js +2 -2
  217. package/src/sap/m/ObjectStatusRenderer.js +1 -1
  218. package/src/sap/m/OverflowToolbar.js +2 -2
  219. package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
  220. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +1 -1
  221. package/src/sap/m/OverflowToolbarAssociativePopoverRenderer.js +1 -1
  222. package/src/sap/m/OverflowToolbarButton.js +2 -2
  223. package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
  224. package/src/sap/m/OverflowToolbarRenderer.js +1 -1
  225. package/src/sap/m/OverflowToolbarToggleButton.js +2 -2
  226. package/src/sap/m/P13nAnyFilterItem.js +2 -2
  227. package/src/sap/m/P13nColumnsItem.js +2 -2
  228. package/src/sap/m/P13nColumnsPanel.js +2 -2
  229. package/src/sap/m/P13nConditionPanel.js +4 -4
  230. package/src/sap/m/P13nConditionPanelRenderer.js +1 -1
  231. package/src/sap/m/P13nDialog.js +2 -2
  232. package/src/sap/m/P13nDimMeasureItem.js +2 -2
  233. package/src/sap/m/P13nDimMeasurePanel.js +2 -2
  234. package/src/sap/m/P13nFilterItem.js +2 -2
  235. package/src/sap/m/P13nFilterPanel.js +2 -2
  236. package/src/sap/m/P13nFilterPanelRenderer.js +1 -1
  237. package/src/sap/m/P13nGroupItem.js +2 -2
  238. package/src/sap/m/P13nGroupPanel.js +2 -2
  239. package/src/sap/m/P13nItem.js +2 -2
  240. package/src/sap/m/P13nOperationsHelper.js +1 -1
  241. package/src/sap/m/P13nPanel.js +5 -2
  242. package/src/sap/m/P13nSelectionItem.js +2 -2
  243. package/src/sap/m/P13nSelectionPanel.js +2 -2
  244. package/src/sap/m/P13nSortItem.js +2 -2
  245. package/src/sap/m/P13nSortPanel.js +2 -2
  246. package/src/sap/m/PDFViewer.js +2 -2
  247. package/src/sap/m/PDFViewerRenderManager.js +1 -1
  248. package/src/sap/m/PDFViewerRenderer.js +1 -1
  249. package/src/sap/m/Page.js +2 -2
  250. package/src/sap/m/PageAccessibleLandmarkInfo.js +2 -2
  251. package/src/sap/m/PageRenderer.js +1 -1
  252. package/src/sap/m/PagingButton.js +2 -2
  253. package/src/sap/m/PagingButtonRenderer.js +1 -1
  254. package/src/sap/m/Panel.js +2 -2
  255. package/src/sap/m/PanelRenderer.js +1 -1
  256. package/src/sap/m/PlanningCalendar.js +20 -4
  257. package/src/sap/m/PlanningCalendarHeader.js +6 -4
  258. package/src/sap/m/PlanningCalendarHeaderRenderer.js +1 -1
  259. package/src/sap/m/PlanningCalendarLegend.js +26 -6
  260. package/src/sap/m/PlanningCalendarLegendRenderer.js +3 -3
  261. package/src/sap/m/PlanningCalendarRenderer.js +1 -1
  262. package/src/sap/m/PlanningCalendarRow.js +9 -4
  263. package/src/sap/m/PlanningCalendarView.js +2 -2
  264. package/src/sap/m/Popover.js +4 -4
  265. package/src/sap/m/PopoverRenderer.js +1 -1
  266. package/src/sap/m/ProgressIndicator.js +14 -2
  267. package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
  268. package/src/sap/m/PullToRefresh.js +2 -2
  269. package/src/sap/m/PullToRefreshRenderer.js +1 -1
  270. package/src/sap/m/QuickView.js +2 -2
  271. package/src/sap/m/QuickViewBase.js +2 -2
  272. package/src/sap/m/QuickViewCard.js +2 -2
  273. package/src/sap/m/QuickViewCardRenderer.js +1 -1
  274. package/src/sap/m/QuickViewGroup.js +2 -2
  275. package/src/sap/m/QuickViewGroupElement.js +2 -2
  276. package/src/sap/m/QuickViewPage.js +2 -2
  277. package/src/sap/m/QuickViewPageRenderer.js +1 -1
  278. package/src/sap/m/RadioButton.js +2 -2
  279. package/src/sap/m/RadioButtonGroup.js +2 -2
  280. package/src/sap/m/RadioButtonGroupRenderer.js +1 -1
  281. package/src/sap/m/RadioButtonRenderer.js +1 -1
  282. package/src/sap/m/RangeSlider.js +2 -2
  283. package/src/sap/m/RangeSliderRenderer.js +1 -1
  284. package/src/sap/m/RatingIndicator.js +2 -2
  285. package/src/sap/m/RatingIndicatorRenderer.js +1 -1
  286. package/src/sap/m/ResponsivePopover.js +2 -2
  287. package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
  288. package/src/sap/m/ResponsiveScale.js +2 -2
  289. package/src/sap/m/ScrollBar.js +2 -2
  290. package/src/sap/m/ScrollBarRenderer.js +1 -1
  291. package/src/sap/m/ScrollContainer.js +2 -2
  292. package/src/sap/m/ScrollContainerRenderer.js +1 -1
  293. package/src/sap/m/SearchField.js +2 -2
  294. package/src/sap/m/SearchFieldRenderer.js +1 -1
  295. package/src/sap/m/SegmentedButton.js +21 -4
  296. package/src/sap/m/SegmentedButtonItem.js +2 -2
  297. package/src/sap/m/SegmentedButtonRenderer.js +1 -1
  298. package/src/sap/m/Select.js +19 -8
  299. package/src/sap/m/SelectDialog.js +2 -2
  300. package/src/sap/m/SelectDialogBase.js +2 -2
  301. package/src/sap/m/SelectList.js +2 -2
  302. package/src/sap/m/SelectListRenderer.js +1 -1
  303. package/src/sap/m/SelectRenderer.js +1 -1
  304. package/src/sap/m/SelectionDetails.js +2 -2
  305. package/src/sap/m/SelectionDetailsFacade.js +3 -3
  306. package/src/sap/m/SelectionDetailsItem.js +2 -2
  307. package/src/sap/m/SelectionDetailsItemLine.js +2 -2
  308. package/src/sap/m/SelectionDetailsListItemRenderer.js +1 -1
  309. package/src/sap/m/SelectionDetailsRenderer.js +1 -1
  310. package/src/sap/m/Shell.js +2 -2
  311. package/src/sap/m/ShellRenderer.js +1 -1
  312. package/src/sap/m/SimpleFixFlex.js +2 -2
  313. package/src/sap/m/SimpleFixFlexRenderer.js +1 -1
  314. package/src/sap/m/SinglePlanningCalendar.js +2 -2
  315. package/src/sap/m/SinglePlanningCalendarDayView.js +2 -2
  316. package/src/sap/m/SinglePlanningCalendarGrid.js +29 -29
  317. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +18 -16
  318. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +2 -2
  319. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +4 -3
  320. package/src/sap/m/SinglePlanningCalendarMonthView.js +2 -2
  321. package/src/sap/m/SinglePlanningCalendarRenderer.js +1 -1
  322. package/src/sap/m/SinglePlanningCalendarUtilities.js +1 -1
  323. package/src/sap/m/SinglePlanningCalendarView.js +2 -2
  324. package/src/sap/m/SinglePlanningCalendarWeekView.js +2 -2
  325. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +2 -2
  326. package/src/sap/m/SlideTile.js +2 -2
  327. package/src/sap/m/SlideTileRenderer.js +1 -1
  328. package/src/sap/m/Slider.js +2 -2
  329. package/src/sap/m/SliderRenderer.js +1 -1
  330. package/src/sap/m/SliderTooltip.js +2 -2
  331. package/src/sap/m/SliderTooltipBase.js +2 -2
  332. package/src/sap/m/SliderTooltipBaseRenderer.js +1 -1
  333. package/src/sap/m/SliderTooltipContainer.js +2 -2
  334. package/src/sap/m/SliderTooltipContainerRenderer.js +1 -1
  335. package/src/sap/m/SliderTooltipRenderer.js +1 -1
  336. package/src/sap/m/SliderUtilities.js +1 -1
  337. package/src/sap/m/SplitApp.js +2 -2
  338. package/src/sap/m/SplitAppRenderer.js +1 -1
  339. package/src/sap/m/SplitButton.js +2 -2
  340. package/src/sap/m/SplitButtonRenderer.js +1 -1
  341. package/src/sap/m/SplitContainer.js +2 -2
  342. package/src/sap/m/SplitContainerRenderer.js +1 -1
  343. package/src/sap/m/StandardDynamicDateOption.js +94 -68
  344. package/src/sap/m/StandardListItem.js +2 -2
  345. package/src/sap/m/StandardListItemRenderer.js +1 -1
  346. package/src/sap/m/StandardTile.js +2 -2
  347. package/src/sap/m/StandardTileRenderer.js +1 -1
  348. package/src/sap/m/StandardTreeItem.js +2 -2
  349. package/src/sap/m/StandardTreeItemRenderer.js +1 -1
  350. package/src/sap/m/StepInput.js +2 -2
  351. package/src/sap/m/StepInputRenderer.js +1 -1
  352. package/src/sap/m/Suggest.js +1 -1
  353. package/src/sap/m/SuggestionItem.js +2 -2
  354. package/src/sap/m/SuggestionsList.js +1 -1
  355. package/src/sap/m/SuggestionsListRenderer.js +1 -1
  356. package/src/sap/m/SuggestionsPopover.js +2 -2
  357. package/src/sap/m/Support.js +1 -1
  358. package/src/sap/m/Switch.js +2 -2
  359. package/src/sap/m/SwitchRenderer.js +1 -1
  360. package/src/sap/m/TabContainer.js +2 -2
  361. package/src/sap/m/TabContainerItem.js +34 -4
  362. package/src/sap/m/TabContainerRenderer.js +1 -1
  363. package/src/sap/m/TabStrip.js +2 -2
  364. package/src/sap/m/TabStripItem.js +12 -16
  365. package/src/sap/m/TabStripRenderer.js +2 -2
  366. package/src/sap/m/Table.js +5 -4
  367. package/src/sap/m/TablePersoController.js +2 -2
  368. package/src/sap/m/TablePersoDialog.js +2 -2
  369. package/src/sap/m/TablePersoProvider.js +2 -2
  370. package/src/sap/m/TableRenderer.js +1 -1
  371. package/src/sap/m/TableSelectDialog.js +2 -2
  372. package/src/sap/m/Text.js +2 -2
  373. package/src/sap/m/TextArea.js +2 -2
  374. package/src/sap/m/TextAreaRenderer.js +1 -1
  375. package/src/sap/m/TextRenderer.js +1 -1
  376. package/src/sap/m/Tile.js +2 -2
  377. package/src/sap/m/TileContainer.js +2 -2
  378. package/src/sap/m/TileContainerRenderer.js +1 -1
  379. package/src/sap/m/TileContent.js +2 -2
  380. package/src/sap/m/TileContentRenderer.js +1 -1
  381. package/src/sap/m/TileRenderer.js +1 -1
  382. package/src/sap/m/TimePicker.js +44 -5
  383. package/src/sap/m/TimePickerClock.js +2 -2
  384. package/src/sap/m/TimePickerClockRenderer.js +1 -1
  385. package/src/sap/m/TimePickerClocks.js +2 -2
  386. package/src/sap/m/TimePickerClocksRenderer.js +1 -1
  387. package/src/sap/m/TimePickerInputs.js +2 -2
  388. package/src/sap/m/TimePickerInputsRenderer.js +1 -1
  389. package/src/sap/m/TimePickerInternals.js +2 -2
  390. package/src/sap/m/TimePickerInternalsRenderer.js +1 -1
  391. package/src/sap/m/TimePickerRenderer.js +5 -1
  392. package/src/sap/m/TimePickerSlider.js +2 -2
  393. package/src/sap/m/TimePickerSliderRenderer.js +1 -1
  394. package/src/sap/m/TimePickerSliders.js +2 -2
  395. package/src/sap/m/TimePickerSlidersRenderer.js +1 -1
  396. package/src/sap/m/Title.js +2 -2
  397. package/src/sap/m/TitlePropagationSupport.js +2 -2
  398. package/src/sap/m/TitleRenderer.js +1 -1
  399. package/src/sap/m/ToggleButton.js +2 -2
  400. package/src/sap/m/ToggleButtonRenderer.js +2 -2
  401. package/src/sap/m/Token.js +2 -2
  402. package/src/sap/m/TokenRenderer.js +1 -1
  403. package/src/sap/m/Tokenizer.js +2 -2
  404. package/src/sap/m/TokenizerRenderer.js +1 -1
  405. package/src/sap/m/Toolbar.js +2 -2
  406. package/src/sap/m/ToolbarLayoutData.js +2 -2
  407. package/src/sap/m/ToolbarRenderer.js +1 -1
  408. package/src/sap/m/ToolbarSeparator.js +2 -2
  409. package/src/sap/m/ToolbarSeparatorRenderer.js +1 -1
  410. package/src/sap/m/ToolbarSpacer.js +2 -2
  411. package/src/sap/m/ToolbarSpacerRenderer.js +1 -1
  412. package/src/sap/m/Tree.js +2 -2
  413. package/src/sap/m/TreeItemBase.js +2 -2
  414. package/src/sap/m/TreeItemBaseRenderer.js +1 -1
  415. package/src/sap/m/TreeRenderer.js +1 -1
  416. package/src/sap/m/UploadCollection.js +2 -2
  417. package/src/sap/m/UploadCollectionItem.js +2 -2
  418. package/src/sap/m/UploadCollectionParameter.js +2 -2
  419. package/src/sap/m/UploadCollectionRenderer.js +1 -1
  420. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +2 -2
  421. package/src/sap/m/VBox.js +2 -2
  422. package/src/sap/m/VBoxRenderer.js +1 -1
  423. package/src/sap/m/ValueStateHeader.js +2 -2
  424. package/src/sap/m/ViewSettingsCustomItem.js +2 -2
  425. package/src/sap/m/ViewSettingsCustomTab.js +2 -2
  426. package/src/sap/m/ViewSettingsDialog.js +19 -7
  427. package/src/sap/m/ViewSettingsDialogRenderer.js +1 -1
  428. package/src/sap/m/ViewSettingsFilterItem.js +2 -2
  429. package/src/sap/m/ViewSettingsItem.js +2 -2
  430. package/src/sap/m/VisibleItem.js +2 -2
  431. package/src/sap/m/WheelSlider.js +2 -2
  432. package/src/sap/m/WheelSliderContainer.js +2 -2
  433. package/src/sap/m/WheelSliderContainerRenderer.js +1 -1
  434. package/src/sap/m/WheelSliderRenderer.js +1 -1
  435. package/src/sap/m/Wizard.js +18 -9
  436. package/src/sap/m/WizardProgressNavigator.js +2 -2
  437. package/src/sap/m/WizardProgressNavigatorRenderer.js +1 -1
  438. package/src/sap/m/WizardRenderer.js +1 -1
  439. package/src/sap/m/WizardStep.js +2 -2
  440. package/src/sap/m/WizardStepRenderer.js +1 -1
  441. package/src/sap/m/changeHandler/AddTableColumn.js +2 -2
  442. package/src/sap/m/changeHandler/ChangeLinkTarget.js +2 -2
  443. package/src/sap/m/changeHandler/CombineButtons.js +2 -2
  444. package/src/sap/m/changeHandler/MoveTableColumns.js +2 -2
  445. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +17 -5
  446. package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
  447. package/src/sap/m/delegate/DateNavigation.js +1 -1
  448. package/src/sap/m/delegate/ValueStateMessage.js +5 -8
  449. package/src/sap/m/designtime/ActionSheet.designtime.js +1 -1
  450. package/src/sap/m/designtime/Avatar.designtime.js +1 -1
  451. package/src/sap/m/designtime/Bar.designtime.js +1 -1
  452. package/src/sap/m/designtime/Breadcrumbs.designtime.js +1 -1
  453. package/src/sap/m/designtime/BusyDialog.designtime.js +1 -1
  454. package/src/sap/m/designtime/Button.designtime.js +1 -1
  455. package/src/sap/m/designtime/Carousel.designtime.js +1 -1
  456. package/src/sap/m/designtime/CheckBox.designtime.js +1 -1
  457. package/src/sap/m/designtime/Column.designtime.js +1 -1
  458. package/src/sap/m/designtime/ComboBox.designtime.js +1 -1
  459. package/src/sap/m/designtime/CustomListItem.designtime.js +1 -1
  460. package/src/sap/m/designtime/CustomTile.designtime.js +1 -1
  461. package/src/sap/m/designtime/DatePicker.designtime.js +1 -1
  462. package/src/sap/m/designtime/DateRangeSelection.designtime.js +1 -1
  463. package/src/sap/m/designtime/DateTimeInput.designtime.js +1 -1
  464. package/src/sap/m/designtime/DateTimePicker.designtime.js +1 -1
  465. package/src/sap/m/designtime/Dialog.designtime.js +1 -1
  466. package/src/sap/m/designtime/DraftIndicator.designtime.js +1 -1
  467. package/src/sap/m/designtime/ExpandableText.designtime.js +1 -1
  468. package/src/sap/m/designtime/FeedInput.designtime.js +1 -1
  469. package/src/sap/m/designtime/FeedListItem.designtime.js +1 -1
  470. package/src/sap/m/designtime/FlexBox.designtime.js +1 -1
  471. package/src/sap/m/designtime/HBox.designtime.js +1 -1
  472. package/src/sap/m/designtime/IconTabBar.designtime.js +3 -2
  473. package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
  474. package/src/sap/m/designtime/IconTabSeparator.designtime.js +1 -1
  475. package/src/sap/m/designtime/Image.designtime.js +1 -1
  476. package/src/sap/m/designtime/Input.designtime.js +1 -1
  477. package/src/sap/m/designtime/InputBase.designtime.js +1 -1
  478. package/src/sap/m/designtime/InputListItem.designtime.js +1 -1
  479. package/src/sap/m/designtime/Label.designtime.js +1 -1
  480. package/src/sap/m/designtime/LightBox.designtime.js +1 -1
  481. package/src/sap/m/designtime/Link.designtime.js +1 -1
  482. package/src/sap/m/designtime/ListBase.designtime.js +1 -1
  483. package/src/sap/m/designtime/ListItemBase.designtime.js +1 -1
  484. package/src/sap/m/designtime/MenuButton.designtime.js +1 -1
  485. package/src/sap/m/designtime/MessagePage.designtime.js +1 -1
  486. package/src/sap/m/designtime/MessageStrip.designtime.js +1 -1
  487. package/src/sap/m/designtime/MultiComboBox.designtime.js +1 -1
  488. package/src/sap/m/designtime/MultiInput.designtime.js +1 -1
  489. package/src/sap/m/designtime/NewsContent.designtime.js +1 -1
  490. package/src/sap/m/designtime/ObjectAttribute.designtime.js +1 -1
  491. package/src/sap/m/designtime/ObjectHeader.designtime.js +1 -1
  492. package/src/sap/m/designtime/ObjectIdentifier.designtime.js +1 -1
  493. package/src/sap/m/designtime/ObjectListItem.designtime.js +1 -1
  494. package/src/sap/m/designtime/ObjectMarker.designtime.js +1 -1
  495. package/src/sap/m/designtime/ObjectNumber.designtime.js +1 -1
  496. package/src/sap/m/designtime/ObjectStatus.designtime.js +1 -1
  497. package/src/sap/m/designtime/OverflowToolbar.designtime.js +1 -1
  498. package/src/sap/m/designtime/OverflowToolbarButton.designtime.js +1 -1
  499. package/src/sap/m/designtime/Page.designtime.js +1 -1
  500. package/src/sap/m/designtime/Panel.designtime.js +1 -1
  501. package/src/sap/m/designtime/PlanningCalendar.designtime.js +1 -1
  502. package/src/sap/m/designtime/PlanningCalendarLegend.designtime.js +1 -1
  503. package/src/sap/m/designtime/Popover.designtime.js +1 -1
  504. package/src/sap/m/designtime/ProgressIndicator.designtime.js +1 -1
  505. package/src/sap/m/designtime/QuickView.designtime.js +1 -1
  506. package/src/sap/m/designtime/QuickViewCard.designtime.js +1 -1
  507. package/src/sap/m/designtime/RadioButton.designtime.js +1 -1
  508. package/src/sap/m/designtime/RadioButtonGroup.designtime.js +1 -1
  509. package/src/sap/m/designtime/RangeSlider.designtime.js +1 -1
  510. package/src/sap/m/designtime/RatingIndicator.designtime.js +1 -1
  511. package/src/sap/m/designtime/ScrollContainer.designtime.js +1 -1
  512. package/src/sap/m/designtime/SearchField.designtime.js +1 -1
  513. package/src/sap/m/designtime/SegmentedButton.designtime.js +1 -1
  514. package/src/sap/m/designtime/Select.designtime.js +1 -1
  515. package/src/sap/m/designtime/Slider.designtime.js +1 -1
  516. package/src/sap/m/designtime/SplitApp.designtime.js +1 -1
  517. package/src/sap/m/designtime/SplitContainer.designtime.js +1 -1
  518. package/src/sap/m/designtime/StandardListItem.designtime.js +1 -1
  519. package/src/sap/m/designtime/StepInput.designtime.js +1 -1
  520. package/src/sap/m/designtime/Switch.designtime.js +1 -1
  521. package/src/sap/m/designtime/TabContainer.designtime.js +1 -1
  522. package/src/sap/m/designtime/Table.designtime.js +1 -1
  523. package/src/sap/m/designtime/Text.designtime.js +1 -1
  524. package/src/sap/m/designtime/TextArea.designtime.js +1 -1
  525. package/src/sap/m/designtime/TimePicker.designtime.js +1 -1
  526. package/src/sap/m/designtime/Title.designtime.js +1 -1
  527. package/src/sap/m/designtime/ToggleButton.designtime.js +1 -1
  528. package/src/sap/m/designtime/Toolbar.designtime.js +1 -1
  529. package/src/sap/m/designtime/VBox.designtime.js +1 -1
  530. package/src/sap/m/designtime/Wizard.designtime.js +1 -1
  531. package/src/sap/m/designtime/library.designtime.js +1 -1
  532. package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +0 -6
  533. package/src/sap/m/designtime/semantic/DetailPage.designtime.js +1 -1
  534. package/src/sap/m/designtime/semantic/SemanticPage.designtime.js +1 -1
  535. package/src/sap/m/designtime/semantic/ShareMenuPage.designtime.js +1 -1
  536. package/src/sap/m/flexibility/Avatar.flexibility.js +1 -1
  537. package/src/sap/m/flexibility/Bar.flexibility.js +1 -1
  538. package/src/sap/m/flexibility/Button.flexibility.js +1 -1
  539. package/src/sap/m/flexibility/CheckBox.flexibility.js +1 -1
  540. package/src/sap/m/flexibility/Dialog.flexibility.js +1 -1
  541. package/src/sap/m/flexibility/ExpandableText.flexibility.js +1 -1
  542. package/src/sap/m/flexibility/IconTabBar.flexibility.js +1 -1
  543. package/src/sap/m/flexibility/IconTabFilter.flexibility.js +1 -1
  544. package/src/sap/m/flexibility/InputListItem.flexibility.js +1 -1
  545. package/src/sap/m/flexibility/Label.flexibility.js +1 -1
  546. package/src/sap/m/flexibility/Link.flexibility.js +1 -1
  547. package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -1
  548. package/src/sap/m/flexibility/OverflowToolbar.flexibility.js +1 -1
  549. package/src/sap/m/flexibility/OverflowToolbarButton.flexibility.js +1 -1
  550. package/src/sap/m/flexibility/Page.flexibility.js +1 -1
  551. package/src/sap/m/flexibility/Panel.flexibility.js +1 -1
  552. package/src/sap/m/flexibility/Popover.flexibility.js +1 -1
  553. package/src/sap/m/flexibility/RadioButton.flexibility.js +1 -1
  554. package/src/sap/m/flexibility/StandardListItem.flexibility.js +1 -1
  555. package/src/sap/m/flexibility/Table.flexibility.js +1 -1
  556. package/src/sap/m/flexibility/Text.flexibility.js +1 -1
  557. package/src/sap/m/flexibility/Title.flexibility.js +1 -1
  558. package/src/sap/m/flexibility/Toolbar.flexibility.js +1 -1
  559. package/src/sap/m/inputUtils/ListHelpers.js +1 -1
  560. package/src/sap/m/inputUtils/SuggestionsPopoverDialogMixin.js +1 -1
  561. package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +1 -1
  562. package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
  563. package/src/sap/m/inputUtils/completeTextSelected.js +1 -1
  564. package/src/sap/m/inputUtils/filterItems.js +1 -1
  565. package/src/sap/m/inputUtils/forwardItemProperties.js +1 -1
  566. package/src/sap/m/inputUtils/forwardItemPropertiesToToken.js +1 -1
  567. package/src/sap/m/inputUtils/getTokenByItem.js +1 -1
  568. package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
  569. package/src/sap/m/inputUtils/inputsDefaultFilter.js +1 -1
  570. package/src/sap/m/inputUtils/itemsVisibilityHandler.js +1 -1
  571. package/src/sap/m/inputUtils/scrollToItem.js +1 -1
  572. package/src/sap/m/inputUtils/selectionRange.js +1 -1
  573. package/src/sap/m/inputUtils/typeAhead.js +1 -1
  574. package/src/sap/m/inputUtils/wordStartsWithValue.js +1 -1
  575. package/src/sap/m/library.js +66 -5
  576. package/src/sap/m/library.support.js +1 -1
  577. package/src/sap/m/messagebundle.properties +35 -1
  578. package/src/sap/m/messagebundle_ar.properties +62 -4
  579. package/src/sap/m/messagebundle_bg.properties +62 -4
  580. package/src/sap/m/messagebundle_ca.properties +67 -9
  581. package/src/sap/m/messagebundle_cs.properties +63 -5
  582. package/src/sap/m/messagebundle_cy.properties +62 -4
  583. package/src/sap/m/messagebundle_da.properties +62 -4
  584. package/src/sap/m/messagebundle_de.properties +62 -4
  585. package/src/sap/m/messagebundle_el.properties +61 -3
  586. package/src/sap/m/messagebundle_en.properties +61 -3
  587. package/src/sap/m/messagebundle_en_GB.properties +61 -3
  588. package/src/sap/m/messagebundle_en_US_sappsd.properties +46 -2
  589. package/src/sap/m/messagebundle_en_US_saprigi.properties +3 -39
  590. package/src/sap/m/messagebundle_en_US_saptrc.properties +61 -3
  591. package/src/sap/m/messagebundle_es.properties +65 -7
  592. package/src/sap/m/messagebundle_es_MX.properties +63 -5
  593. package/src/sap/m/messagebundle_et.properties +62 -4
  594. package/src/sap/m/messagebundle_fi.properties +62 -4
  595. package/src/sap/m/messagebundle_fr.properties +70 -12
  596. package/src/sap/m/messagebundle_fr_CA.properties +62 -4
  597. package/src/sap/m/messagebundle_hi.properties +62 -4
  598. package/src/sap/m/messagebundle_hr.properties +62 -4
  599. package/src/sap/m/messagebundle_hu.properties +62 -4
  600. package/src/sap/m/messagebundle_id.properties +63 -5
  601. package/src/sap/m/messagebundle_it.properties +62 -4
  602. package/src/sap/m/messagebundle_iw.properties +62 -4
  603. package/src/sap/m/messagebundle_ja.properties +62 -4
  604. package/src/sap/m/messagebundle_kk.properties +62 -4
  605. package/src/sap/m/messagebundle_ko.properties +62 -4
  606. package/src/sap/m/messagebundle_lt.properties +62 -4
  607. package/src/sap/m/messagebundle_lv.properties +62 -4
  608. package/src/sap/m/messagebundle_ms.properties +62 -4
  609. package/src/sap/m/messagebundle_nl.properties +62 -4
  610. package/src/sap/m/messagebundle_no.properties +62 -4
  611. package/src/sap/m/messagebundle_pl.properties +62 -4
  612. package/src/sap/m/messagebundle_pt.properties +62 -4
  613. package/src/sap/m/messagebundle_pt_PT.properties +63 -5
  614. package/src/sap/m/messagebundle_ro.properties +63 -5
  615. package/src/sap/m/messagebundle_ru.properties +63 -5
  616. package/src/sap/m/messagebundle_sh.properties +63 -5
  617. package/src/sap/m/messagebundle_sk.properties +62 -4
  618. package/src/sap/m/messagebundle_sl.properties +62 -4
  619. package/src/sap/m/messagebundle_sv.properties +62 -4
  620. package/src/sap/m/messagebundle_th.properties +62 -4
  621. package/src/sap/m/messagebundle_tr.properties +62 -4
  622. package/src/sap/m/messagebundle_uk.properties +66 -8
  623. package/src/sap/m/messagebundle_vi.properties +62 -4
  624. package/src/sap/m/messagebundle_zh_CN.properties +62 -4
  625. package/src/sap/m/messagebundle_zh_TW.properties +62 -4
  626. package/src/sap/m/p13n/AbstractContainer.js +48 -5
  627. package/src/sap/m/p13n/AbstractContainerItem.js +83 -83
  628. package/src/sap/m/p13n/BasePanel.js +32 -31
  629. package/src/sap/m/p13n/Container.js +68 -6
  630. package/src/sap/m/p13n/GroupPanel.js +5 -3
  631. package/src/sap/m/p13n/Popup.js +358 -0
  632. package/src/sap/m/p13n/QueryPanel.js +7 -3
  633. package/src/sap/m/p13n/SelectionPanel.js +2 -2
  634. package/src/sap/m/p13n/SortPanel.js +5 -3
  635. package/src/sap/m/plugins/ColumnResizer.js +2 -2
  636. package/src/sap/m/plugins/DataStateIndicator.js +2 -2
  637. package/src/sap/m/plugins/PasteProvider.js +2 -2
  638. package/src/sap/m/plugins/PluginBase.js +2 -2
  639. package/src/sap/m/routing/RouteMatchedHandler.js +1 -1
  640. package/src/sap/m/routing/Router.js +1 -1
  641. package/src/sap/m/routing/Target.js +1 -1
  642. package/src/sap/m/routing/TargetHandler.js +1 -1
  643. package/src/sap/m/routing/Targets.js +1 -1
  644. package/src/sap/m/routing/async/Target.js +1 -1
  645. package/src/sap/m/routing/async/Targets.js +1 -1
  646. package/src/sap/m/routing/sync/Target.js +1 -1
  647. package/src/sap/m/routing/sync/Targets.js +1 -1
  648. package/src/sap/m/rules/Breadcrumbs.support.js +1 -1
  649. package/src/sap/m/rules/Button.support.js +1 -1
  650. package/src/sap/m/rules/CheckBox.support.js +1 -1
  651. package/src/sap/m/rules/DatePicker.support.js +1 -1
  652. package/src/sap/m/rules/DateRangeSelection.support.js +1 -1
  653. package/src/sap/m/rules/Dialog.support.js +1 -1
  654. package/src/sap/m/rules/FacetFilter.support.js +1 -1
  655. package/src/sap/m/rules/IconTabBar.support.js +1 -1
  656. package/src/sap/m/rules/Image.support.js +1 -1
  657. package/src/sap/m/rules/Input.support.js +1 -1
  658. package/src/sap/m/rules/Link.support.js +1 -1
  659. package/src/sap/m/rules/MaskInput.support.js +1 -1
  660. package/src/sap/m/rules/MessagePage.support.js +1 -1
  661. package/src/sap/m/rules/ObjectHeader.support.js +1 -1
  662. package/src/sap/m/rules/ObjectListItem.support.js +1 -1
  663. package/src/sap/m/rules/ObjectMarker.support.js +1 -1
  664. package/src/sap/m/rules/ObjectStatus.support.js +1 -1
  665. package/src/sap/m/rules/Panel.support.js +1 -1
  666. package/src/sap/m/rules/Select.support.js +1 -1
  667. package/src/sap/m/rules/SelectDialog.support.js +1 -1
  668. package/src/sap/m/rules/StepInput.support.js +1 -1
  669. package/src/sap/m/rules/Table.support.js +1 -1
  670. package/src/sap/m/rules/Title.support.js +1 -1
  671. package/src/sap/m/rules/Tokenizer.support.js +1 -1
  672. package/src/sap/m/rules/ViewSettingsDialog.support.js +1 -1
  673. package/src/sap/m/semantic/AddAction.js +2 -2
  674. package/src/sap/m/semantic/CancelAction.js +2 -2
  675. package/src/sap/m/semantic/DeleteAction.js +2 -2
  676. package/src/sap/m/semantic/DetailPage.js +2 -2
  677. package/src/sap/m/semantic/DiscussInJamAction.js +2 -2
  678. package/src/sap/m/semantic/EditAction.js +2 -2
  679. package/src/sap/m/semantic/FavoriteAction.js +2 -2
  680. package/src/sap/m/semantic/FilterAction.js +2 -2
  681. package/src/sap/m/semantic/FilterSelect.js +2 -2
  682. package/src/sap/m/semantic/FlagAction.js +2 -2
  683. package/src/sap/m/semantic/ForwardAction.js +2 -2
  684. package/src/sap/m/semantic/FullscreenPage.js +2 -2
  685. package/src/sap/m/semantic/GroupAction.js +2 -2
  686. package/src/sap/m/semantic/GroupSelect.js +2 -2
  687. package/src/sap/m/semantic/MainAction.js +2 -2
  688. package/src/sap/m/semantic/MasterPage.js +2 -2
  689. package/src/sap/m/semantic/MessagesIndicator.js +2 -2
  690. package/src/sap/m/semantic/MultiSelectAction.js +2 -2
  691. package/src/sap/m/semantic/NegativeAction.js +2 -2
  692. package/src/sap/m/semantic/OpenInAction.js +2 -2
  693. package/src/sap/m/semantic/PositiveAction.js +2 -2
  694. package/src/sap/m/semantic/PrintAction.js +2 -2
  695. package/src/sap/m/semantic/SaveAction.js +2 -2
  696. package/src/sap/m/semantic/Segment.js +2 -2
  697. package/src/sap/m/semantic/SegmentedContainer.js +2 -2
  698. package/src/sap/m/semantic/SemanticButton.js +2 -2
  699. package/src/sap/m/semantic/SemanticConfiguration.js +2 -2
  700. package/src/sap/m/semantic/SemanticControl.js +2 -2
  701. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +2 -2
  702. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
  703. package/src/sap/m/semantic/SemanticPage.js +2 -2
  704. package/src/sap/m/semantic/SemanticPageRenderer.js +1 -1
  705. package/src/sap/m/semantic/SemanticSelect.js +2 -2
  706. package/src/sap/m/semantic/SemanticToggleButton.js +2 -2
  707. package/src/sap/m/semantic/SendEmailAction.js +2 -2
  708. package/src/sap/m/semantic/SendMessageAction.js +2 -2
  709. package/src/sap/m/semantic/ShareInJamAction.js +2 -2
  710. package/src/sap/m/semantic/ShareMenu.js +2 -2
  711. package/src/sap/m/semantic/ShareMenuPage.js +2 -2
  712. package/src/sap/m/semantic/SortAction.js +2 -2
  713. package/src/sap/m/semantic/SortSelect.js +2 -2
  714. package/src/sap/m/table/ActionItem.js +69 -0
  715. package/src/sap/m/table/ColumnMenu.js +377 -0
  716. package/src/sap/m/table/ColumnMenuEntry.js +101 -0
  717. package/src/sap/m/table/ColumnMenuRenderer.js +82 -0
  718. package/src/sap/m/table/Item.js +130 -0
  719. package/src/sap/m/table/ItemBase.js +153 -0
  720. package/src/sap/m/table/QuickAction.js +53 -0
  721. package/src/sap/m/table/QuickActionBase.js +53 -0
  722. package/src/sap/m/table/Util.js +2 -2
  723. package/src/sap/m/themes/base/AbstractContainer.less +15 -0
  724. package/src/sap/m/themes/base/Breadcrumbs.less +2 -2
  725. package/src/sap/m/themes/base/ColumnMenu.less +41 -0
  726. package/src/sap/m/themes/base/ComboBox.less +2 -2
  727. package/src/sap/m/themes/base/ComboBoxBase.less +20 -0
  728. package/src/sap/m/themes/base/DatePicker.less +4 -0
  729. package/src/sap/m/themes/base/DateTimePicker.less +20 -1
  730. package/src/sap/m/themes/base/GenericTile.less +76 -9
  731. package/src/sap/m/themes/base/Input.less +2 -2
  732. package/src/sap/m/themes/base/MultiComboBox.less +3 -3
  733. package/src/sap/m/themes/base/NewsContent.less +31 -2
  734. package/src/sap/m/themes/base/ObjectAttribute.less +3 -4
  735. package/src/sap/m/themes/base/P13nDialog.less +1 -5
  736. package/src/sap/m/themes/base/ProgressIndicator.less +3 -2
  737. package/src/sap/m/themes/base/ScrollContainer.less +1 -3
  738. package/src/sap/m/themes/base/Select.less +2 -1
  739. package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +16 -16
  740. package/src/sap/m/themes/base/TextArea.less +1 -1
  741. package/src/sap/m/themes/base/TileContent.less +9 -0
  742. package/src/sap/m/themes/base/TimePicker.less +3 -0
  743. package/src/sap/m/themes/base/ValueStateHeader.less +1 -3
  744. package/src/sap/m/themes/base/ViewSettingsDialog.less +5 -1
  745. package/src/sap/m/themes/base/WizardProgressNavigator.less +1 -1
  746. package/src/sap/m/themes/base/library.source.less +2 -1
  747. package/src/sap/m/themes/base/p13n.Container.less +4 -0
  748. package/src/sap/m/themes/sap_hcb/ComboBox.less +9 -0
  749. package/src/sap/m/themes/sap_hcb/Input.less +4 -0
  750. package/src/sap/m/themes/sap_hcb/MultiComboBox.less +8 -0
  751. package/src/sap/m/themes/sap_hcb/ValueStateHeader.less +3 -0
  752. package/src/sap/m/themes/sap_hcb/WizardProgressNavigator.less +0 -4
  753. package/src/sap/m/themes/sap_hcb/library.source.less +3 -1
  754. package/src/sap/m/upload/UploadSet.js +2 -2
  755. package/src/sap/m/upload/UploadSetItem.js +2 -2
  756. package/src/sap/m/upload/UploadSetRenderer.js +1 -1
  757. package/src/sap/m/upload/Uploader.js +1 -1
  758. package/src/sap/m/upload/UploaderHttpRequestMethod.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -34,7 +34,6 @@ sap.ui.define([
34
34
  './NavContainer',
35
35
  './DynamicDateRangeRenderer',
36
36
  './StandardDynamicDateOption',
37
- './StandardDynamicDateRangeKeys',
38
37
  'sap/ui/dom/jquery/Focusable',
39
38
  './library'],
40
39
  function(
@@ -66,7 +65,6 @@ sap.ui.define([
66
65
  NavContainer,
67
66
  DynamicDateRangeRenderer,
68
67
  StandardDynamicDateOption,
69
- StandardDynamicDateRangeKeys,
70
68
  Focusable,
71
69
  library
72
70
  ) {
@@ -118,7 +116,7 @@ sap.ui.define([
118
116
  * is opened. The dialog is closed via a date time period value selection or by pressing the "Cancel" button.
119
117
  *
120
118
  * @author SAP SE
121
- * @version 1.96.1
119
+ * @version 1.97.1
122
120
  *
123
121
  * @constructor
124
122
  * @public
@@ -654,7 +652,7 @@ sap.ui.define([
654
652
  return iGroupDiff;
655
653
  }
656
654
 
657
- return StandardDynamicDateRangeKeys.indexOf(a.getKey()) - StandardDynamicDateRangeKeys.indexOf(b.getKey());
655
+ return library.StandardDynamicDateRangeKeys.indexOf(a.getKey()) - library.StandardDynamicDateRangeKeys.indexOf(b.getKey());
658
656
  });
659
657
 
660
658
  // for last x/next x options leave only the first of each, remove the rest
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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/m/InputBaseRenderer", 'sap/ui/core/Renderer'],
@@ -1,20 +1,21 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
7
  // Provides utility class sap.m.DynamicDateUtil
8
8
  sap.ui.define([
9
9
  "./StandardDynamicDateOption",
10
- "./StandardDynamicDateRangeKeys",
11
- "sap/base/Log"
10
+ "sap/base/Log",
11
+ "./library"
12
12
  ], function(
13
- StandardDynamicDateOption, StandardDynamicDateRangeKeys, Log) {
13
+ StandardDynamicDateOption, Log, library) {
14
14
  "use strict";
15
15
 
16
16
  /**
17
- * A utility class for working with the DynamicDateOption instances.
17
+ * @class
18
+ * The DynamicDateUtil is a utility class for working with the DynamicDateOption instances.
18
19
  *
19
20
  * @alias sap.m.DynamicDateUtil
20
21
  * @static
@@ -51,6 +52,7 @@ sap.ui.define([
51
52
  "FROM": new StandardDynamicDateOption({ key: "FROM", valueTypes: ["date"] }),
52
53
  "TO": new StandardDynamicDateOption({ key: "TO", valueTypes: ["date"] }),
53
54
  "YEARTODATE": new StandardDynamicDateOption({ key: "YEARTODATE", valueTypes: [] }),
55
+ "DATETOYEAR": new StandardDynamicDateOption({ key: "DATETOYEAR", valueTypes: [] }),
54
56
  "TODAYFROMTO": new StandardDynamicDateOption({ key: "TODAYFROMTO", valueTypes: ["int", "int"] }),
55
57
  "QUARTER1": new StandardDynamicDateOption({ key: "QUARTER1", valueTypes: [] }),
56
58
  "QUARTER2": new StandardDynamicDateOption({ key: "QUARTER2", valueTypes: [] }),
@@ -60,7 +62,7 @@ sap.ui.define([
60
62
  "DATERANGE": new StandardDynamicDateOption({ key: "DATERANGE", valueTypes: ["date", "date"] }),
61
63
  "DATE": new StandardDynamicDateOption({ key: "DATE", valueTypes: ["date"] })
62
64
  },
63
- _allKeys: StandardDynamicDateRangeKeys.slice(0)
65
+ _allKeys: library.StandardDynamicDateRangeKeys.slice(0)
64
66
  };
65
67
 
66
68
  /**
@@ -130,7 +132,7 @@ sap.ui.define([
130
132
  aOptionKeys = aOptionKeys || Object.keys(DynamicDateUtil._options);
131
133
 
132
134
  var aOptions = aOptionKeys.sort(function(sKey1, sKey2) {
133
- return StandardDynamicDateRangeKeys.indexOf(sKey1) - StandardDynamicDateRangeKeys.indexOf(sKey2);
135
+ return library.StandardDynamicDateRangeKeys.indexOf(sKey1) - library.StandardDynamicDateRangeKeys.indexOf(sKey2);
134
136
  }).map(function(sKey) {
135
137
  return DynamicDateUtil._options[sKey];
136
138
  });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element'],
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.96.1
23
+ * @version 1.97.1
24
24
  *
25
25
  * @public
26
26
  * @since 1.92
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -100,7 +100,7 @@ function(library,
100
100
  * @implements sap.ui.core.IFormContent, sap.m.IHyphenation
101
101
  *
102
102
  * @author SAP SE
103
- * @version 1.96.1
103
+ * @version 1.97.1
104
104
  *
105
105
  * @constructor
106
106
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -170,7 +170,7 @@ sap.ui.define([
170
170
  *
171
171
  * @extends sap.ui.core.Control
172
172
  * @implements sap.ui.core.IShrinkable
173
- * @version 1.96.1
173
+ * @version 1.97.1
174
174
  *
175
175
  * @constructor
176
176
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -20,7 +20,7 @@ sap.ui.define(['./ListItemBase', './library', './FacetFilterItemRenderer'],
20
20
  * @class
21
21
  * Represents a value for the {@link sap.m.FacetFilterList} control.
22
22
  * @extends sap.m.ListItemBase
23
- * @version 1.96.1
23
+ * @version 1.97.1
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * be closed.
53
53
  *
54
54
  * @extends sap.m.List
55
- * @version 1.96.1
55
+ * @version 1.97.1
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.1
31
+ * @version 1.97.1
32
32
  * @since 1.34
33
33
  *
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.96.1
43
+ * @version 1.97.1
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -54,7 +54,7 @@ function(
54
54
  * @extends sap.m.ListItemBase
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.96.1
57
+ * @version 1.97.1
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -19,7 +19,7 @@ sap.ui.define(["sap/ui/core/Element"],
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.96.1
22
+ * @version 1.97.1
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  *
29
29
  * @class text
30
- * @version 1.96.1
30
+ * @version 1.97.1
31
31
  * @private
32
32
  * @since 1.38
33
33
  * @alias HeaderAdapter
@@ -227,7 +227,7 @@ sap.ui.define([
227
227
  * Constructor for an sap.m.Fiori20Adapter.
228
228
  *
229
229
  * @class text
230
- * @version 1.96.1
230
+ * @version 1.97.1
231
231
  * @private
232
232
  * @since 1.38
233
233
  * @alias sap.m.Fiori20Adapter
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -62,7 +62,7 @@ function(
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.96.1
65
+ * @version 1.97.1
66
66
  *
67
67
  * @public
68
68
  * @alias sap.m.FlexBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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/base/strings/hyphenate"], function(hyphenate) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -24,7 +24,7 @@ sap.ui.define(["./FlexBoxStylingHelper", "./library", "sap/ui/core/LayoutData"],
24
24
  * @class
25
25
  * Holds layout data for a FlexBox / HBox / VBox.
26
26
  * @extends sap.ui.core.LayoutData
27
- * @version 1.96.1
27
+ * @version 1.97.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -42,7 +42,7 @@ function(
42
42
  * @class
43
43
  * The FormattedText control allows the usage of a limited set of tags for inline display of formatted text in HTML format.
44
44
  * @extends sap.ui.core.Control
45
- * @version 1.96.1
45
+ * @version 1.97.1
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @extends sap.ui.core.Control
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.96.1
56
+ * @version 1.97.1
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -91,6 +91,13 @@ sap.ui.define([
91
91
  valueState: {type : "sap.m.GenericTagValueState", defaultValue : GenericTagValueState.None }
92
92
  },
93
93
  defaultAggregation: "value",
94
+ associations : {
95
+ /**
96
+ * Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledBy).
97
+ * @since 1.97.0
98
+ */
99
+ ariaLabelledBy: {type : "sap.ui.core.Control", multiple : true, singularName : "ariaLabelledBy"}
100
+ },
94
101
  aggregations: {
95
102
  /**
96
103
  * Numeric value rendered by the control.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -107,7 +107,7 @@ sap.ui.define([
107
107
  };
108
108
 
109
109
  GenericTagRenderer._getAriaLabelledBy = function(oControl) {
110
- var aLabelledBy = [],
110
+ var aLabelledBy = oControl.getAriaLabelledBy().slice(),
111
111
  sId = oControl.getId(),
112
112
  sTagValueId = this._getTagValueId(oControl);
113
113
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @extends sap.ui.core.Control
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.96.1
67
+ * @version 1.97.1
68
68
  * @since 1.34.0
69
69
  *
70
70
  * @public
@@ -168,6 +168,11 @@ sap.ui.define([
168
168
  * @experimental since 1.96
169
169
  */
170
170
  enableNavigationButton: {type: "boolean", group: "Misc", defaultValue: false},
171
+ /**
172
+ * Disables press event for the tile control.
173
+ * @experimental since 1.96
174
+ */
175
+ pressEnabled: {type: "boolean", group: "Misc", defaultValue: true},
171
176
  /**
172
177
  * Text for navigate action button. Default Value is "Read More".
173
178
  * Works only in ArticleMode.
@@ -513,6 +518,7 @@ sap.ui.define([
513
518
  if (this._isNavigateActionEnabled()) {
514
519
  var sButtonText = this.getNavigationButtonText() ? this.getNavigationButtonText() : this._oRb.getText("ACTION_READ_MORE");
515
520
  this._oNavigateAction.setText(sButtonText);
521
+ this._oNavigateAction.detachPress(this._navigateEventHandler, this);
516
522
  }
517
523
  };
518
524
 
@@ -554,11 +560,7 @@ sap.ui.define([
554
560
 
555
561
  //Attach press event handler to Navigate Action Button
556
562
  if (this._isNavigateActionEnabled()) {
557
- this._oNavigateAction.attachPress(function (oEvent) {
558
- oEvent.preventDefault();
559
- var sURL = oEvent.getSource().getParent().getUrl();
560
- URLHelper.redirect(sURL, true);
561
- });
563
+ this._oNavigateAction.attachPress(this._navigateEventHandler, this);
562
564
  }
563
565
 
564
566
  this.onDragComplete();
@@ -1068,7 +1070,9 @@ sap.ui.define([
1068
1070
 
1069
1071
  this._oTitle.setProperty("maxLines", 2, true);
1070
1072
 
1071
- } else if (frameType === FrameType.OneByHalf || frameType === FrameType.TwoByHalf) {
1073
+ } else if (frameType === FrameType.TwoByOne && this.getMode() === GenericTileMode.ActionMode) {
1074
+ this._oTitle.setProperty("maxLines", 2, true);
1075
+ } else if (frameType === FrameType.OneByHalf || frameType === FrameType.TwoByHalf) {
1072
1076
  this._oTitle.setProperty("maxLines", 2, true);
1073
1077
  } else {
1074
1078
  if (bSubheader) {
@@ -1114,6 +1118,12 @@ sap.ui.define([
1114
1118
  } else {
1115
1119
  this._oTitle.setProperty("maxLines", 2, true);
1116
1120
  }
1121
+ } else if (frameType === FrameType.TwoByOne && this.getMode() === GenericTileMode.ActionMode) {
1122
+ if (bSubheader) {
1123
+ this._oTitle.setProperty("maxLines", 1, true);
1124
+ } else {
1125
+ this._oTitle.setProperty("maxLines", 2, true);
1126
+ }
1117
1127
  } else if (bSubheader) {
1118
1128
  this._oTitle.setProperty("maxLines", 2, true);
1119
1129
  } else {
@@ -1493,6 +1503,8 @@ sap.ui.define([
1493
1503
  */
1494
1504
  GenericTile.prototype.setPressEnabled = function (value) {
1495
1505
  this._bTilePress = value;
1506
+ this.setProperty("pressEnabled", value);
1507
+ return this;
1496
1508
  };
1497
1509
 
1498
1510
  /**
@@ -1571,6 +1583,17 @@ sap.ui.define([
1571
1583
  return this._oNavigateAction;
1572
1584
  };
1573
1585
 
1586
+ /**
1587
+ * Event Handler for Navigate Action Button in Article Mode
1588
+ * @param {sap.ui.base.Event} oEvent The event object
1589
+ * @private
1590
+ */
1591
+ GenericTile.prototype._navigateEventHandler = function (oEvent) {
1592
+ oEvent.preventDefault();
1593
+ var sURL = oEvent.getSource().getParent().getUrl();
1594
+ URLHelper.redirect(sURL, true);
1595
+ };
1596
+
1574
1597
  /**
1575
1598
  * Checks if any of the inner buttons in the Tile are focused or clicked
1576
1599
  * @param {object} event - jQuery event object
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -97,6 +97,9 @@ sap.ui.define(["sap/m/library", "sap/base/security/encodeCSS"],
97
97
  if (bIsArticleMode) {
98
98
  oRm.class("sapMGTArticleMode");
99
99
  }
100
+ if (oControl._isIconMode()) {
101
+ oRm.class("sapMGTIconMode");
102
+ }
100
103
  if (!bIsArticleMode && !bIsActionMode && frameType === frameTypes.OneByOne && oControl.getSystemInfo() || oControl.getAppShortcut()) {
101
104
  oRm.class("tileWithAppInfo");
102
105
  }
@@ -125,9 +128,12 @@ sap.ui.define(["sap/m/library", "sap/base/security/encodeCSS"],
125
128
  oRm.attr("aria-roledescription", oRb.getText("GENERIC_TILE_ROLE_DESCRIPTION"));
126
129
  }
127
130
  if (sState !== LoadState.Disabled) {
128
- if (!oControl.isInActionRemoveScope()) {
131
+ if (!oControl.isInActionRemoveScope() && oControl.getPressEnabled()) {
129
132
  oRm.class("sapMPointer");
130
133
  }
134
+ if (!oControl.getPressEnabled()) {
135
+ oRm.class("sapMAutoPointer");
136
+ }
131
137
  oRm.attr("tabindex", "0");
132
138
  }
133
139
  if (oControl.getWidth()) {
@@ -221,7 +227,7 @@ sap.ui.define(["sap/m/library", "sap/base/security/encodeCSS"],
221
227
  if (this._isValueColorValid(oControl.getValueColor())) {
222
228
  oRm.openStart("div");
223
229
  oRm.class("sapMGTCriticalBorder");
224
- oRm.class(oControl.getValueColor());
230
+ oRm.class(oControl.getValueColor());
225
231
  oRm.openEnd();
226
232
  oRm.close("div");
227
233
  }
@@ -434,6 +440,10 @@ sap.ui.define(["sap/m/library", "sap/base/security/encodeCSS"],
434
440
  GenericTileRenderer._renderHeader = function(oRm, oControl) {
435
441
  oRm.openStart("div", oControl.getId() + "-hdr-text");
436
442
  oRm.class("sapMGTHdrTxt");
443
+ if (oControl._isActionMode() && this._isValueColorValid(oControl.getValueColor())) {
444
+ oRm.class("sapMGTCriticalHdrTxt");
445
+ oRm.class(oControl.getValueColor());
446
+ }
437
447
  oRm.openEnd();
438
448
  oRm.renderControl(oControl._oTitle);
439
449
  oRm.close("div");
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -30,7 +30,7 @@ sap.ui.define(["sap/ui/core/library", "./library", "./ListItemBase", "./GroupHea
30
30
  * @extends sap.m.ListItemBase
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.96.1
33
+ * @version 1.97.1
34
34
  *
35
35
  * @constructor
36
36
  * @public