@openui5/sap.m 1.84.20 → 1.84.23

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 (629) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/m/.library +2 -2
  4. package/src/sap/m/AccButton.js +2 -2
  5. package/src/sap/m/AccButtonRenderer.js +1 -1
  6. package/src/sap/m/ActionListItem.js +2 -2
  7. package/src/sap/m/ActionListItemRenderer.js +1 -1
  8. package/src/sap/m/ActionSelect.js +2 -2
  9. package/src/sap/m/ActionSelectRenderer.js +1 -1
  10. package/src/sap/m/ActionSheet.js +2 -2
  11. package/src/sap/m/ActionSheetRenderer.js +1 -1
  12. package/src/sap/m/App.js +2 -2
  13. package/src/sap/m/AppRenderer.js +1 -1
  14. package/src/sap/m/AssociativeOverflowToolbar.js +2 -2
  15. package/src/sap/m/Avatar.js +2 -2
  16. package/src/sap/m/AvatarColor.js +1 -1
  17. package/src/sap/m/AvatarImageFitType.js +1 -1
  18. package/src/sap/m/AvatarRenderer.js +1 -1
  19. package/src/sap/m/AvatarShape.js +1 -1
  20. package/src/sap/m/AvatarSize.js +1 -1
  21. package/src/sap/m/AvatarType.js +1 -1
  22. package/src/sap/m/BadgeCustomData.js +1 -1
  23. package/src/sap/m/BadgeEnabler.js +1 -1
  24. package/src/sap/m/Bar.js +2 -2
  25. package/src/sap/m/BarInPageEnabler.js +1 -1
  26. package/src/sap/m/BarRenderer.js +1 -1
  27. package/src/sap/m/Breadcrumbs.js +2 -2
  28. package/src/sap/m/BreadcrumbsRenderer.js +1 -1
  29. package/src/sap/m/BusyDialog.js +2 -2
  30. package/src/sap/m/BusyIndicator.js +2 -2
  31. package/src/sap/m/BusyIndicatorRenderer.js +1 -1
  32. package/src/sap/m/Button.js +2 -2
  33. package/src/sap/m/ButtonRenderer.js +1 -1
  34. package/src/sap/m/Carousel.js +2 -2
  35. package/src/sap/m/CarouselLayout.js +3 -3
  36. package/src/sap/m/CarouselRenderer.js +1 -1
  37. package/src/sap/m/CheckBox.js +2 -2
  38. package/src/sap/m/CheckBoxRenderer.js +1 -1
  39. package/src/sap/m/ColorPalette.js +2 -2
  40. package/src/sap/m/ColorPalettePopover.js +2 -2
  41. package/src/sap/m/ColorPaletteRenderer.js +1 -1
  42. package/src/sap/m/Column.js +2 -2
  43. package/src/sap/m/ColumnHeaderPopover.js +2 -2
  44. package/src/sap/m/ColumnListItem.js +2 -2
  45. package/src/sap/m/ColumnListItemRenderer.js +1 -1
  46. package/src/sap/m/ColumnPopoverActionItem.js +2 -2
  47. package/src/sap/m/ColumnPopoverCustomItem.js +2 -2
  48. package/src/sap/m/ColumnPopoverItem.js +2 -2
  49. package/src/sap/m/ColumnPopoverSortItem.js +2 -2
  50. package/src/sap/m/ComboBox.js +2 -2
  51. package/src/sap/m/ComboBoxBase.js +2 -2
  52. package/src/sap/m/ComboBoxBaseRenderer.js +1 -1
  53. package/src/sap/m/ComboBoxRenderer.js +1 -1
  54. package/src/sap/m/ComboBoxTextField.js +2 -2
  55. package/src/sap/m/ComboBoxTextFieldRenderer.js +1 -1
  56. package/src/sap/m/CustomListItem.js +2 -2
  57. package/src/sap/m/CustomListItemRenderer.js +1 -1
  58. package/src/sap/m/CustomTile.js +2 -2
  59. package/src/sap/m/CustomTileRenderer.js +1 -1
  60. package/src/sap/m/CustomTreeItem.js +2 -2
  61. package/src/sap/m/CustomTreeItemRenderer.js +1 -1
  62. package/src/sap/m/DatePicker.js +3 -3
  63. package/src/sap/m/DatePickerRenderer.js +1 -5
  64. package/src/sap/m/DateRangeSelection.js +3 -3
  65. package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
  66. package/src/sap/m/DateTimeField.js +2 -2
  67. package/src/sap/m/DateTimeFieldRenderer.js +1 -1
  68. package/src/sap/m/DateTimeInput.js +2 -2
  69. package/src/sap/m/DateTimeInputRenderer.js +1 -1
  70. package/src/sap/m/DateTimePicker.js +5 -2
  71. package/src/sap/m/DateTimePickerRenderer.js +1 -1
  72. package/src/sap/m/Dialog.js +2 -2
  73. package/src/sap/m/DialogRenderer.js +1 -1
  74. package/src/sap/m/DisplayListItem.js +2 -2
  75. package/src/sap/m/DisplayListItemRenderer.js +1 -1
  76. package/src/sap/m/DraftIndicator.js +2 -2
  77. package/src/sap/m/DraftIndicatorRenderer.js +1 -1
  78. package/src/sap/m/FacetFilter.js +2 -2
  79. package/src/sap/m/FacetFilterItem.js +2 -2
  80. package/src/sap/m/FacetFilterItemRenderer.js +1 -1
  81. package/src/sap/m/FacetFilterList.js +2 -2
  82. package/src/sap/m/FacetFilterListRenderer.js +1 -1
  83. package/src/sap/m/FacetFilterRenderer.js +1 -1
  84. package/src/sap/m/FeedContent.js +2 -2
  85. package/src/sap/m/FeedContentRenderer.js +1 -1
  86. package/src/sap/m/FeedInput.js +2 -2
  87. package/src/sap/m/FeedInputRenderer.js +1 -1
  88. package/src/sap/m/FeedListItem.js +2 -2
  89. package/src/sap/m/FeedListItemAction.js +2 -2
  90. package/src/sap/m/FeedListItemRenderer.js +1 -1
  91. package/src/sap/m/Fiori20Adapter.js +3 -3
  92. package/src/sap/m/FlexBox.js +2 -2
  93. package/src/sap/m/FlexBoxCssPropertyMap.js +1 -1
  94. package/src/sap/m/FlexBoxRenderer.js +1 -1
  95. package/src/sap/m/FlexBoxStylingHelper.js +1 -1
  96. package/src/sap/m/FlexItemData.js +2 -2
  97. package/src/sap/m/FormattedText.js +5 -2
  98. package/src/sap/m/FormattedTextAnchorGenerator.js +1 -1
  99. package/src/sap/m/FormattedTextRenderer.js +1 -1
  100. package/src/sap/m/GenericTag.js +10 -2
  101. package/src/sap/m/GenericTagRenderer.js +2 -2
  102. package/src/sap/m/GenericTile.js +2 -2
  103. package/src/sap/m/GenericTileLineModeRenderer.js +1 -1
  104. package/src/sap/m/GenericTileRenderer.js +1 -1
  105. package/src/sap/m/GroupHeaderListItem.js +2 -2
  106. package/src/sap/m/GroupHeaderListItemRenderer.js +1 -1
  107. package/src/sap/m/GrowingEnablement.js +1 -1
  108. package/src/sap/m/GrowingList.js +2 -2
  109. package/src/sap/m/GrowingListRenderer.js +1 -1
  110. package/src/sap/m/HBox.js +2 -2
  111. package/src/sap/m/HBoxRenderer.js +1 -1
  112. package/src/sap/m/HeaderContainer.js +2 -2
  113. package/src/sap/m/HeaderContainerItemNavigator.js +2 -2
  114. package/src/sap/m/HeaderContainerRenderer.js +1 -1
  115. package/src/sap/m/HyphenationSupport.js +1 -1
  116. package/src/sap/m/IconTabBar.js +2 -2
  117. package/src/sap/m/IconTabBarDragAndDropUtil.js +1 -1
  118. package/src/sap/m/IconTabBarRenderer.js +1 -1
  119. package/src/sap/m/IconTabBarSelectList.js +2 -2
  120. package/src/sap/m/IconTabBarSelectListRenderer.js +1 -1
  121. package/src/sap/m/IconTabFilter.js +9 -3
  122. package/src/sap/m/IconTabFilterExpandButtonBadge.js +2 -2
  123. package/src/sap/m/IconTabHeader.js +2 -2
  124. package/src/sap/m/IconTabHeaderRenderer.js +1 -1
  125. package/src/sap/m/IconTabSeparator.js +2 -2
  126. package/src/sap/m/Image.js +2 -2
  127. package/src/sap/m/ImageContent.js +2 -2
  128. package/src/sap/m/ImageContentRenderer.js +1 -1
  129. package/src/sap/m/ImageRenderer.js +1 -1
  130. package/src/sap/m/Input.js +19 -5
  131. package/src/sap/m/InputBase.js +89 -7
  132. package/src/sap/m/InputBaseRenderer.js +9 -21
  133. package/src/sap/m/InputListItem.js +2 -2
  134. package/src/sap/m/InputListItemRenderer.js +1 -1
  135. package/src/sap/m/InputRenderer.js +1 -1
  136. package/src/sap/m/InstanceManager.js +1 -1
  137. package/src/sap/m/Label.js +2 -2
  138. package/src/sap/m/LabelRenderer.js +4 -5
  139. package/src/sap/m/LightBox.js +2 -2
  140. package/src/sap/m/LightBoxItem.js +2 -2
  141. package/src/sap/m/LightBoxRenderer.js +1 -1
  142. package/src/sap/m/Link.js +2 -2
  143. package/src/sap/m/LinkRenderer.js +1 -1
  144. package/src/sap/m/List.js +2 -2
  145. package/src/sap/m/ListBase.js +2 -2
  146. package/src/sap/m/ListBaseRenderer.js +1 -1
  147. package/src/sap/m/ListItemBase.js +2 -2
  148. package/src/sap/m/ListItemBaseRenderer.js +1 -1
  149. package/src/sap/m/ListRenderer.js +1 -1
  150. package/src/sap/m/MaskEnabler.js +2 -2
  151. package/src/sap/m/MaskInput.js +2 -2
  152. package/src/sap/m/MaskInputRenderer.js +1 -1
  153. package/src/sap/m/MaskInputRule.js +2 -2
  154. package/src/sap/m/Menu.js +2 -2
  155. package/src/sap/m/MenuButton.js +2 -2
  156. package/src/sap/m/MenuButtonRenderer.js +1 -1
  157. package/src/sap/m/MenuItem.js +2 -2
  158. package/src/sap/m/MenuListItem.js +2 -2
  159. package/src/sap/m/MenuListItemRenderer.js +1 -1
  160. package/src/sap/m/MessageBox.js +1 -1
  161. package/src/sap/m/MessageItem.js +2 -2
  162. package/src/sap/m/MessageListItem.js +2 -2
  163. package/src/sap/m/MessageListItemRenderer.js +1 -1
  164. package/src/sap/m/MessagePage.js +2 -2
  165. package/src/sap/m/MessagePageRenderer.js +1 -1
  166. package/src/sap/m/MessagePopover.js +2 -2
  167. package/src/sap/m/MessagePopoverItem.js +2 -2
  168. package/src/sap/m/MessagePopoverRenderer.js +1 -1
  169. package/src/sap/m/MessageStrip.js +2 -2
  170. package/src/sap/m/MessageStripRenderer.js +1 -1
  171. package/src/sap/m/MessageStripUtilities.js +1 -1
  172. package/src/sap/m/MessageToast.js +2 -2
  173. package/src/sap/m/MessageView.js +2 -2
  174. package/src/sap/m/MessageViewRenderer.js +1 -1
  175. package/src/sap/m/MultiComboBox.js +19 -5
  176. package/src/sap/m/MultiComboBoxRenderer.js +1 -1
  177. package/src/sap/m/MultiEditField.js +2 -2
  178. package/src/sap/m/MultiInput.js +59 -20
  179. package/src/sap/m/MultiInputRenderer.js +1 -1
  180. package/src/sap/m/NavContainer.js +2 -2
  181. package/src/sap/m/NavContainerRenderer.js +1 -1
  182. package/src/sap/m/NewsContent.js +2 -2
  183. package/src/sap/m/NewsContentRenderer.js +1 -1
  184. package/src/sap/m/NotificationListBase.js +2 -2
  185. package/src/sap/m/NotificationListGroup.js +2 -2
  186. package/src/sap/m/NotificationListGroupRenderer.js +1 -1
  187. package/src/sap/m/NotificationListItem.js +2 -2
  188. package/src/sap/m/NotificationListItemRenderer.js +1 -1
  189. package/src/sap/m/NumericContent.js +29 -21
  190. package/src/sap/m/NumericContentRenderer.js +1 -1
  191. package/src/sap/m/ObjectAttribute.js +2 -2
  192. package/src/sap/m/ObjectAttributeRenderer.js +1 -1
  193. package/src/sap/m/ObjectHeader.js +21 -8
  194. package/src/sap/m/ObjectHeaderRenderer.js +1 -1
  195. package/src/sap/m/ObjectIdentifier.js +2 -2
  196. package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
  197. package/src/sap/m/ObjectListItem.js +2 -2
  198. package/src/sap/m/ObjectListItemRenderer.js +1 -1
  199. package/src/sap/m/ObjectMarker.js +2 -2
  200. package/src/sap/m/ObjectMarkerRenderer.js +1 -1
  201. package/src/sap/m/ObjectNumber.js +2 -2
  202. package/src/sap/m/ObjectNumberRenderer.js +1 -1
  203. package/src/sap/m/ObjectStatus.js +2 -2
  204. package/src/sap/m/ObjectStatusRenderer.js +1 -1
  205. package/src/sap/m/OverflowToolbar.js +2 -2
  206. package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
  207. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +1 -1
  208. package/src/sap/m/OverflowToolbarButton.js +2 -2
  209. package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
  210. package/src/sap/m/OverflowToolbarRenderer.js +1 -1
  211. package/src/sap/m/OverflowToolbarToggleButton.js +2 -2
  212. package/src/sap/m/P13nAnyFilterItem.js +2 -2
  213. package/src/sap/m/P13nColumnsItem.js +2 -2
  214. package/src/sap/m/P13nColumnsPanel.js +2 -2
  215. package/src/sap/m/P13nConditionPanel.js +2 -2
  216. package/src/sap/m/P13nConditionPanelRenderer.js +1 -1
  217. package/src/sap/m/P13nDialog.js +2 -2
  218. package/src/sap/m/P13nDimMeasureItem.js +2 -2
  219. package/src/sap/m/P13nDimMeasurePanel.js +2 -2
  220. package/src/sap/m/P13nFilterItem.js +2 -2
  221. package/src/sap/m/P13nFilterPanel.js +2 -2
  222. package/src/sap/m/P13nFilterPanelRenderer.js +1 -1
  223. package/src/sap/m/P13nGroupItem.js +2 -2
  224. package/src/sap/m/P13nGroupPanel.js +2 -2
  225. package/src/sap/m/P13nItem.js +2 -2
  226. package/src/sap/m/P13nOperationsHelper.js +1 -1
  227. package/src/sap/m/P13nPanel.js +2 -2
  228. package/src/sap/m/P13nSelectionItem.js +2 -2
  229. package/src/sap/m/P13nSelectionPanel.js +2 -2
  230. package/src/sap/m/P13nSortItem.js +2 -2
  231. package/src/sap/m/P13nSortPanel.js +2 -2
  232. package/src/sap/m/PDFViewer.js +5 -4
  233. package/src/sap/m/PDFViewerRenderManager.js +1 -1
  234. package/src/sap/m/PDFViewerRenderer.js +1 -1
  235. package/src/sap/m/Page.js +2 -2
  236. package/src/sap/m/PageAccessibleLandmarkInfo.js +2 -2
  237. package/src/sap/m/PageRenderer.js +1 -1
  238. package/src/sap/m/PagingButton.js +2 -2
  239. package/src/sap/m/PagingButtonRenderer.js +1 -1
  240. package/src/sap/m/Panel.js +2 -2
  241. package/src/sap/m/PanelRenderer.js +1 -1
  242. package/src/sap/m/PlanningCalendar.js +2 -2
  243. package/src/sap/m/PlanningCalendarHeader.js +2 -2
  244. package/src/sap/m/PlanningCalendarHeaderRenderer.js +1 -1
  245. package/src/sap/m/PlanningCalendarLegend.js +2 -2
  246. package/src/sap/m/PlanningCalendarLegendRenderer.js +1 -1
  247. package/src/sap/m/PlanningCalendarRenderer.js +1 -1
  248. package/src/sap/m/PlanningCalendarRow.js +2 -2
  249. package/src/sap/m/PlanningCalendarView.js +2 -2
  250. package/src/sap/m/Popover.js +9 -9
  251. package/src/sap/m/PopoverRenderer.js +1 -1
  252. package/src/sap/m/ProgressIndicator.js +2 -2
  253. package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
  254. package/src/sap/m/PullToRefresh.js +2 -2
  255. package/src/sap/m/PullToRefreshRenderer.js +1 -1
  256. package/src/sap/m/QuickView.js +2 -2
  257. package/src/sap/m/QuickViewBase.js +2 -2
  258. package/src/sap/m/QuickViewCard.js +2 -2
  259. package/src/sap/m/QuickViewCardRenderer.js +1 -1
  260. package/src/sap/m/QuickViewGroup.js +2 -2
  261. package/src/sap/m/QuickViewGroupElement.js +2 -2
  262. package/src/sap/m/QuickViewPage.js +2 -2
  263. package/src/sap/m/QuickViewPageRenderer.js +1 -1
  264. package/src/sap/m/RadioButton.js +2 -2
  265. package/src/sap/m/RadioButtonGroup.js +2 -2
  266. package/src/sap/m/RadioButtonGroupRenderer.js +1 -1
  267. package/src/sap/m/RadioButtonRenderer.js +1 -1
  268. package/src/sap/m/RangeSlider.js +2 -2
  269. package/src/sap/m/RangeSliderRenderer.js +1 -1
  270. package/src/sap/m/RatingIndicator.js +2 -2
  271. package/src/sap/m/RatingIndicatorRenderer.js +1 -1
  272. package/src/sap/m/ResponsivePopover.js +2 -2
  273. package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
  274. package/src/sap/m/ResponsiveScale.js +2 -2
  275. package/src/sap/m/ScrollBar.js +2 -2
  276. package/src/sap/m/ScrollBarRenderer.js +1 -1
  277. package/src/sap/m/ScrollContainer.js +2 -2
  278. package/src/sap/m/ScrollContainerRenderer.js +1 -1
  279. package/src/sap/m/SearchField.js +2 -2
  280. package/src/sap/m/SearchFieldRenderer.js +1 -1
  281. package/src/sap/m/SegmentedButton.js +3 -3
  282. package/src/sap/m/SegmentedButtonItem.js +2 -2
  283. package/src/sap/m/SegmentedButtonRenderer.js +1 -1
  284. package/src/sap/m/Select.js +2 -2
  285. package/src/sap/m/SelectDialog.js +2 -2
  286. package/src/sap/m/SelectList.js +2 -2
  287. package/src/sap/m/SelectListRenderer.js +1 -1
  288. package/src/sap/m/SelectRenderer.js +1 -1
  289. package/src/sap/m/SelectionDetails.js +2 -2
  290. package/src/sap/m/SelectionDetailsFacade.js +3 -3
  291. package/src/sap/m/SelectionDetailsItem.js +2 -2
  292. package/src/sap/m/SelectionDetailsItemLine.js +2 -2
  293. package/src/sap/m/SelectionDetailsListItemRenderer.js +1 -1
  294. package/src/sap/m/SelectionDetailsRenderer.js +1 -1
  295. package/src/sap/m/Shell.js +2 -2
  296. package/src/sap/m/ShellRenderer.js +1 -1
  297. package/src/sap/m/SimpleFixFlex.js +2 -2
  298. package/src/sap/m/SimpleFixFlexRenderer.js +1 -1
  299. package/src/sap/m/SinglePlanningCalendar.js +2 -2
  300. package/src/sap/m/SinglePlanningCalendarDayView.js +2 -2
  301. package/src/sap/m/SinglePlanningCalendarGrid.js +5 -5
  302. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +1 -1
  303. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +2 -2
  304. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +1 -1
  305. package/src/sap/m/SinglePlanningCalendarMonthView.js +2 -2
  306. package/src/sap/m/SinglePlanningCalendarRenderer.js +1 -1
  307. package/src/sap/m/SinglePlanningCalendarUtilities.js +1 -1
  308. package/src/sap/m/SinglePlanningCalendarView.js +2 -2
  309. package/src/sap/m/SinglePlanningCalendarWeekView.js +2 -2
  310. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +2 -2
  311. package/src/sap/m/SlideTile.js +2 -2
  312. package/src/sap/m/SlideTileRenderer.js +1 -1
  313. package/src/sap/m/Slider.js +2 -2
  314. package/src/sap/m/SliderRenderer.js +1 -1
  315. package/src/sap/m/SliderTooltip.js +2 -2
  316. package/src/sap/m/SliderTooltipBase.js +2 -2
  317. package/src/sap/m/SliderTooltipBaseRenderer.js +1 -1
  318. package/src/sap/m/SliderTooltipContainer.js +2 -2
  319. package/src/sap/m/SliderTooltipContainerRenderer.js +1 -1
  320. package/src/sap/m/SliderTooltipRenderer.js +1 -1
  321. package/src/sap/m/SliderUtilities.js +1 -1
  322. package/src/sap/m/SplitApp.js +2 -2
  323. package/src/sap/m/SplitAppRenderer.js +1 -1
  324. package/src/sap/m/SplitButton.js +2 -2
  325. package/src/sap/m/SplitButtonRenderer.js +1 -1
  326. package/src/sap/m/SplitContainer.js +2 -2
  327. package/src/sap/m/SplitContainerRenderer.js +1 -1
  328. package/src/sap/m/StandardListItem.js +2 -2
  329. package/src/sap/m/StandardListItemRenderer.js +1 -1
  330. package/src/sap/m/StandardTile.js +2 -2
  331. package/src/sap/m/StandardTileRenderer.js +1 -1
  332. package/src/sap/m/StandardTreeItem.js +2 -2
  333. package/src/sap/m/StandardTreeItemRenderer.js +1 -1
  334. package/src/sap/m/StepInput.js +2 -2
  335. package/src/sap/m/StepInputRenderer.js +1 -1
  336. package/src/sap/m/Suggest.js +1 -1
  337. package/src/sap/m/SuggestionItem.js +2 -2
  338. package/src/sap/m/SuggestionsList.js +1 -1
  339. package/src/sap/m/SuggestionsListRenderer.js +1 -1
  340. package/src/sap/m/SuggestionsPopover.js +9 -26
  341. package/src/sap/m/Support.js +1 -1
  342. package/src/sap/m/Switch.js +2 -2
  343. package/src/sap/m/SwitchRenderer.js +1 -1
  344. package/src/sap/m/TabContainer.js +2 -2
  345. package/src/sap/m/TabContainerItem.js +2 -2
  346. package/src/sap/m/TabContainerRenderer.js +1 -1
  347. package/src/sap/m/TabStrip.js +2 -2
  348. package/src/sap/m/TabStripItem.js +2 -2
  349. package/src/sap/m/TabStripRenderer.js +1 -1
  350. package/src/sap/m/Table.js +2 -2
  351. package/src/sap/m/TablePersoController.js +2 -2
  352. package/src/sap/m/TablePersoDialog.js +2 -2
  353. package/src/sap/m/TablePersoProvider.js +2 -2
  354. package/src/sap/m/TableRenderer.js +1 -1
  355. package/src/sap/m/TableSelectDialog.js +2 -2
  356. package/src/sap/m/Text.js +2 -2
  357. package/src/sap/m/TextArea.js +2 -2
  358. package/src/sap/m/TextAreaRenderer.js +1 -1
  359. package/src/sap/m/TextRenderer.js +1 -1
  360. package/src/sap/m/Tile.js +2 -2
  361. package/src/sap/m/TileContainer.js +2 -2
  362. package/src/sap/m/TileContainerRenderer.js +1 -1
  363. package/src/sap/m/TileContent.js +2 -2
  364. package/src/sap/m/TileContentRenderer.js +1 -1
  365. package/src/sap/m/TileRenderer.js +1 -1
  366. package/src/sap/m/TimePicker.js +2 -2
  367. package/src/sap/m/TimePickerRenderer.js +1 -11
  368. package/src/sap/m/TimePickerSlider.js +2 -2
  369. package/src/sap/m/TimePickerSliderRenderer.js +1 -1
  370. package/src/sap/m/TimePickerSliders.js +2 -2
  371. package/src/sap/m/TimePickerSlidersRenderer.js +1 -1
  372. package/src/sap/m/Title.js +2 -2
  373. package/src/sap/m/TitlePropagationSupport.js +2 -2
  374. package/src/sap/m/TitleRenderer.js +1 -1
  375. package/src/sap/m/ToggleButton.js +2 -2
  376. package/src/sap/m/ToggleButtonRenderer.js +1 -1
  377. package/src/sap/m/Token.js +2 -2
  378. package/src/sap/m/TokenRenderer.js +1 -1
  379. package/src/sap/m/Tokenizer.js +2 -2
  380. package/src/sap/m/TokenizerRenderer.js +1 -1
  381. package/src/sap/m/Toolbar.js +2 -2
  382. package/src/sap/m/ToolbarLayoutData.js +2 -2
  383. package/src/sap/m/ToolbarRenderer.js +1 -1
  384. package/src/sap/m/ToolbarSeparator.js +2 -2
  385. package/src/sap/m/ToolbarSeparatorRenderer.js +1 -1
  386. package/src/sap/m/ToolbarSpacer.js +2 -2
  387. package/src/sap/m/ToolbarSpacerRenderer.js +1 -1
  388. package/src/sap/m/Tree.js +2 -2
  389. package/src/sap/m/TreeItemBase.js +2 -2
  390. package/src/sap/m/TreeItemBaseRenderer.js +1 -1
  391. package/src/sap/m/TreeRenderer.js +1 -1
  392. package/src/sap/m/UploadCollection.js +2 -2
  393. package/src/sap/m/UploadCollectionItem.js +2 -2
  394. package/src/sap/m/UploadCollectionParameter.js +2 -2
  395. package/src/sap/m/UploadCollectionRenderer.js +1 -1
  396. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +2 -2
  397. package/src/sap/m/VBox.js +2 -2
  398. package/src/sap/m/VBoxRenderer.js +1 -1
  399. package/src/sap/m/ValueStateHeader.js +2 -2
  400. package/src/sap/m/ViewSettingsCustomItem.js +2 -2
  401. package/src/sap/m/ViewSettingsCustomTab.js +2 -2
  402. package/src/sap/m/ViewSettingsDialog.js +2 -2
  403. package/src/sap/m/ViewSettingsDialogRenderer.js +1 -1
  404. package/src/sap/m/ViewSettingsFilterItem.js +2 -2
  405. package/src/sap/m/ViewSettingsItem.js +2 -2
  406. package/src/sap/m/VisibleItem.js +2 -2
  407. package/src/sap/m/WheelSlider.js +2 -2
  408. package/src/sap/m/WheelSliderContainer.js +2 -2
  409. package/src/sap/m/WheelSliderContainerRenderer.js +1 -1
  410. package/src/sap/m/WheelSliderRenderer.js +1 -1
  411. package/src/sap/m/Wizard.js +2 -2
  412. package/src/sap/m/WizardProgressNavigator.js +2 -2
  413. package/src/sap/m/WizardProgressNavigatorRenderer.js +1 -1
  414. package/src/sap/m/WizardRenderer.js +1 -1
  415. package/src/sap/m/WizardStep.js +2 -2
  416. package/src/sap/m/WizardStepRenderer.js +1 -1
  417. package/src/sap/m/changeHandler/AddTableColumn.js +2 -2
  418. package/src/sap/m/changeHandler/ChangeLinkTarget.js +2 -2
  419. package/src/sap/m/changeHandler/CombineButtons.js +2 -2
  420. package/src/sap/m/changeHandler/MoveTableColumns.js +2 -2
  421. package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
  422. package/src/sap/m/delegate/DateNavigation.js +1 -1
  423. package/src/sap/m/delegate/ValueStateMessage.js +5 -3
  424. package/src/sap/m/designtime/ActionSheet.designtime.js +1 -1
  425. package/src/sap/m/designtime/Avatar.designtime.js +1 -1
  426. package/src/sap/m/designtime/Bar.designtime.js +1 -1
  427. package/src/sap/m/designtime/Breadcrumbs.designtime.js +1 -1
  428. package/src/sap/m/designtime/BusyDialog.designtime.js +1 -1
  429. package/src/sap/m/designtime/Button.designtime.js +1 -1
  430. package/src/sap/m/designtime/Carousel.designtime.js +1 -1
  431. package/src/sap/m/designtime/CheckBox.designtime.js +1 -1
  432. package/src/sap/m/designtime/Column.designtime.js +1 -1
  433. package/src/sap/m/designtime/ComboBox.designtime.js +1 -1
  434. package/src/sap/m/designtime/CustomListItem.designtime.js +1 -1
  435. package/src/sap/m/designtime/CustomTile.designtime.js +1 -1
  436. package/src/sap/m/designtime/DatePicker.designtime.js +1 -1
  437. package/src/sap/m/designtime/DateRangeSelection.designtime.js +1 -1
  438. package/src/sap/m/designtime/DateTimeInput.designtime.js +1 -1
  439. package/src/sap/m/designtime/DateTimePicker.designtime.js +1 -1
  440. package/src/sap/m/designtime/Dialog.designtime.js +1 -1
  441. package/src/sap/m/designtime/DraftIndicator.designtime.js +1 -1
  442. package/src/sap/m/designtime/FeedInput.designtime.js +1 -1
  443. package/src/sap/m/designtime/FeedListItem.designtime.js +1 -1
  444. package/src/sap/m/designtime/FlexBox.designtime.js +1 -1
  445. package/src/sap/m/designtime/HBox.designtime.js +1 -1
  446. package/src/sap/m/designtime/IconTabBar.designtime.js +1 -1
  447. package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
  448. package/src/sap/m/designtime/IconTabSeparator.designtime.js +1 -1
  449. package/src/sap/m/designtime/Image.designtime.js +1 -1
  450. package/src/sap/m/designtime/Input.designtime.js +1 -1
  451. package/src/sap/m/designtime/InputBase.designtime.js +1 -1
  452. package/src/sap/m/designtime/InputListItem.designtime.js +1 -1
  453. package/src/sap/m/designtime/Label.designtime.js +1 -1
  454. package/src/sap/m/designtime/LightBox.designtime.js +1 -1
  455. package/src/sap/m/designtime/Link.designtime.js +1 -1
  456. package/src/sap/m/designtime/ListBase.designtime.js +27 -1
  457. package/src/sap/m/designtime/ListItemBase.designtime.js +1 -1
  458. package/src/sap/m/designtime/MenuButton.designtime.js +1 -1
  459. package/src/sap/m/designtime/MessagePage.designtime.js +1 -1
  460. package/src/sap/m/designtime/MessageStrip.designtime.js +1 -1
  461. package/src/sap/m/designtime/MultiComboBox.designtime.js +1 -1
  462. package/src/sap/m/designtime/MultiInput.designtime.js +1 -1
  463. package/src/sap/m/designtime/NewsContent.designtime.js +1 -1
  464. package/src/sap/m/designtime/ObjectAttribute.designtime.js +1 -1
  465. package/src/sap/m/designtime/ObjectHeader.designtime.js +1 -1
  466. package/src/sap/m/designtime/ObjectIdentifier.designtime.js +1 -1
  467. package/src/sap/m/designtime/ObjectListItem.designtime.js +1 -1
  468. package/src/sap/m/designtime/ObjectMarker.designtime.js +1 -1
  469. package/src/sap/m/designtime/ObjectNumber.designtime.js +1 -1
  470. package/src/sap/m/designtime/ObjectStatus.designtime.js +1 -1
  471. package/src/sap/m/designtime/OverflowToolbar.designtime.js +1 -1
  472. package/src/sap/m/designtime/OverflowToolbarButton.designtime.js +1 -1
  473. package/src/sap/m/designtime/Page.designtime.js +1 -1
  474. package/src/sap/m/designtime/Panel.designtime.js +1 -1
  475. package/src/sap/m/designtime/PlanningCalendar.designtime.js +1 -1
  476. package/src/sap/m/designtime/PlanningCalendarLegend.designtime.js +1 -1
  477. package/src/sap/m/designtime/Popover.designtime.js +1 -1
  478. package/src/sap/m/designtime/ProgressIndicator.designtime.js +1 -1
  479. package/src/sap/m/designtime/QuickView.designtime.js +1 -1
  480. package/src/sap/m/designtime/QuickViewCard.designtime.js +1 -1
  481. package/src/sap/m/designtime/RadioButton.designtime.js +1 -1
  482. package/src/sap/m/designtime/RadioButtonGroup.designtime.js +1 -1
  483. package/src/sap/m/designtime/RangeSlider.designtime.js +1 -1
  484. package/src/sap/m/designtime/RatingIndicator.designtime.js +1 -1
  485. package/src/sap/m/designtime/ScrollContainer.designtime.js +1 -1
  486. package/src/sap/m/designtime/SearchField.designtime.js +1 -1
  487. package/src/sap/m/designtime/SegmentedButton.designtime.js +1 -1
  488. package/src/sap/m/designtime/Select.designtime.js +1 -1
  489. package/src/sap/m/designtime/Slider.designtime.js +1 -1
  490. package/src/sap/m/designtime/SplitApp.designtime.js +1 -1
  491. package/src/sap/m/designtime/SplitContainer.designtime.js +1 -1
  492. package/src/sap/m/designtime/StandardListItem.designtime.js +1 -1
  493. package/src/sap/m/designtime/StepInput.designtime.js +1 -1
  494. package/src/sap/m/designtime/Switch.designtime.js +1 -1
  495. package/src/sap/m/designtime/TabContainer.designtime.js +1 -1
  496. package/src/sap/m/designtime/Table.designtime.js +1 -1
  497. package/src/sap/m/designtime/Text.designtime.js +1 -1
  498. package/src/sap/m/designtime/TextArea.designtime.js +1 -1
  499. package/src/sap/m/designtime/TimePicker.designtime.js +1 -1
  500. package/src/sap/m/designtime/Title.designtime.js +1 -1
  501. package/src/sap/m/designtime/ToggleButton.designtime.js +1 -1
  502. package/src/sap/m/designtime/Toolbar.designtime.js +1 -1
  503. package/src/sap/m/designtime/VBox.designtime.js +1 -1
  504. package/src/sap/m/designtime/Wizard.designtime.js +1 -1
  505. package/src/sap/m/designtime/library.designtime.js +1 -1
  506. package/src/sap/m/designtime/semantic/DetailPage.designtime.js +1 -1
  507. package/src/sap/m/designtime/semantic/SemanticPage.designtime.js +1 -1
  508. package/src/sap/m/designtime/semantic/ShareMenuPage.designtime.js +1 -1
  509. package/src/sap/m/flexibility/Avatar.flexibility.js +1 -1
  510. package/src/sap/m/flexibility/Bar.flexibility.js +1 -1
  511. package/src/sap/m/flexibility/Button.flexibility.js +1 -1
  512. package/src/sap/m/flexibility/CheckBox.flexibility.js +1 -1
  513. package/src/sap/m/flexibility/Dialog.flexibility.js +1 -1
  514. package/src/sap/m/flexibility/IconTabFilter.flexibility.js +1 -1
  515. package/src/sap/m/flexibility/InputListItem.flexibility.js +1 -1
  516. package/src/sap/m/flexibility/Label.flexibility.js +1 -1
  517. package/src/sap/m/flexibility/Link.flexibility.js +1 -1
  518. package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -1
  519. package/src/sap/m/flexibility/OverflowToolbar.flexibility.js +1 -1
  520. package/src/sap/m/flexibility/OverflowToolbarButton.flexibility.js +1 -1
  521. package/src/sap/m/flexibility/Page.flexibility.js +1 -1
  522. package/src/sap/m/flexibility/Panel.flexibility.js +1 -1
  523. package/src/sap/m/flexibility/Popover.flexibility.js +1 -1
  524. package/src/sap/m/flexibility/RadioButton.flexibility.js +1 -1
  525. package/src/sap/m/flexibility/StandardListItem.flexibility.js +1 -1
  526. package/src/sap/m/flexibility/Table.flexibility.js +1 -1
  527. package/src/sap/m/flexibility/Text.flexibility.js +1 -1
  528. package/src/sap/m/flexibility/Title.flexibility.js +1 -1
  529. package/src/sap/m/flexibility/Toolbar.flexibility.js +1 -1
  530. package/src/sap/m/inputUtils/completeTextSelected.js +1 -1
  531. package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
  532. package/src/sap/m/inputUtils/inputsDefaultFilter.js +2 -2
  533. package/src/sap/m/inputUtils/scrollToItem.js +1 -1
  534. package/src/sap/m/inputUtils/wordStartsWithValue.js +1 -1
  535. package/src/sap/m/ios7.js +1 -1
  536. package/src/sap/m/library.js +3 -3
  537. package/src/sap/m/library.support.js +1 -1
  538. package/src/sap/m/messagebundle.properties +5 -2
  539. package/src/sap/m/messagebundle_da.properties +1 -1
  540. package/src/sap/m/messagebundle_fr.properties +3 -3
  541. package/src/sap/m/messagebundle_ja.properties +4 -4
  542. package/src/sap/m/messagebundle_th.properties +2 -2
  543. package/src/sap/m/messagebundle_tr.properties +6 -6
  544. package/src/sap/m/messagebundle_zh_CN.properties +1 -1
  545. package/src/sap/m/plugins/DataStateIndicator.js +2 -2
  546. package/src/sap/m/plugins/PluginBase.js +2 -2
  547. package/src/sap/m/routing/RouteMatchedHandler.js +1 -1
  548. package/src/sap/m/routing/Router.js +1 -1
  549. package/src/sap/m/routing/Target.js +1 -1
  550. package/src/sap/m/routing/TargetHandler.js +1 -1
  551. package/src/sap/m/routing/Targets.js +1 -1
  552. package/src/sap/m/routing/async/Target.js +1 -1
  553. package/src/sap/m/routing/async/Targets.js +1 -1
  554. package/src/sap/m/routing/sync/Target.js +1 -1
  555. package/src/sap/m/routing/sync/Targets.js +1 -1
  556. package/src/sap/m/rules/Breadcrumbs.support.js +1 -1
  557. package/src/sap/m/rules/Button.support.js +1 -1
  558. package/src/sap/m/rules/CheckBox.support.js +1 -1
  559. package/src/sap/m/rules/DatePicker.support.js +1 -1
  560. package/src/sap/m/rules/DateRangeSelection.support.js +1 -1
  561. package/src/sap/m/rules/Dialog.support.js +1 -1
  562. package/src/sap/m/rules/FacetFilter.support.js +1 -1
  563. package/src/sap/m/rules/IconTabBar.support.js +1 -1
  564. package/src/sap/m/rules/Image.support.js +1 -1
  565. package/src/sap/m/rules/Input.support.js +1 -1
  566. package/src/sap/m/rules/Link.support.js +1 -1
  567. package/src/sap/m/rules/MaskInput.support.js +1 -1
  568. package/src/sap/m/rules/MessagePage.support.js +1 -1
  569. package/src/sap/m/rules/ObjectHeader.support.js +1 -1
  570. package/src/sap/m/rules/ObjectListItem.support.js +1 -1
  571. package/src/sap/m/rules/ObjectMarker.support.js +1 -1
  572. package/src/sap/m/rules/ObjectStatus.support.js +1 -1
  573. package/src/sap/m/rules/Panel.support.js +1 -1
  574. package/src/sap/m/rules/Select.support.js +1 -1
  575. package/src/sap/m/rules/SelectDialog.support.js +1 -1
  576. package/src/sap/m/rules/StepInput.support.js +1 -1
  577. package/src/sap/m/rules/Table.support.js +1 -1
  578. package/src/sap/m/rules/Title.support.js +1 -1
  579. package/src/sap/m/rules/Tokenizer.support.js +1 -1
  580. package/src/sap/m/rules/ViewSettingsDialog.support.js +1 -1
  581. package/src/sap/m/semantic/AddAction.js +2 -2
  582. package/src/sap/m/semantic/CancelAction.js +2 -2
  583. package/src/sap/m/semantic/DeleteAction.js +2 -2
  584. package/src/sap/m/semantic/DetailPage.js +2 -2
  585. package/src/sap/m/semantic/DiscussInJamAction.js +2 -2
  586. package/src/sap/m/semantic/EditAction.js +2 -2
  587. package/src/sap/m/semantic/FavoriteAction.js +2 -2
  588. package/src/sap/m/semantic/FilterAction.js +2 -2
  589. package/src/sap/m/semantic/FilterSelect.js +2 -2
  590. package/src/sap/m/semantic/FlagAction.js +2 -2
  591. package/src/sap/m/semantic/ForwardAction.js +2 -2
  592. package/src/sap/m/semantic/FullscreenPage.js +2 -2
  593. package/src/sap/m/semantic/GroupAction.js +2 -2
  594. package/src/sap/m/semantic/GroupSelect.js +2 -2
  595. package/src/sap/m/semantic/MainAction.js +2 -2
  596. package/src/sap/m/semantic/MasterPage.js +2 -2
  597. package/src/sap/m/semantic/MessagesIndicator.js +2 -2
  598. package/src/sap/m/semantic/MultiSelectAction.js +2 -2
  599. package/src/sap/m/semantic/NegativeAction.js +2 -2
  600. package/src/sap/m/semantic/OpenInAction.js +2 -2
  601. package/src/sap/m/semantic/PositiveAction.js +2 -2
  602. package/src/sap/m/semantic/PrintAction.js +2 -2
  603. package/src/sap/m/semantic/SaveAction.js +2 -2
  604. package/src/sap/m/semantic/Segment.js +2 -2
  605. package/src/sap/m/semantic/SegmentedContainer.js +2 -2
  606. package/src/sap/m/semantic/SemanticButton.js +2 -2
  607. package/src/sap/m/semantic/SemanticConfiguration.js +2 -2
  608. package/src/sap/m/semantic/SemanticControl.js +2 -2
  609. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +2 -2
  610. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
  611. package/src/sap/m/semantic/SemanticPage.js +2 -2
  612. package/src/sap/m/semantic/SemanticPageRenderer.js +1 -1
  613. package/src/sap/m/semantic/SemanticSelect.js +2 -2
  614. package/src/sap/m/semantic/SemanticToggleButton.js +2 -2
  615. package/src/sap/m/semantic/SendEmailAction.js +2 -2
  616. package/src/sap/m/semantic/SendMessageAction.js +2 -2
  617. package/src/sap/m/semantic/ShareInJamAction.js +2 -2
  618. package/src/sap/m/semantic/ShareMenu.js +2 -2
  619. package/src/sap/m/semantic/ShareMenuPage.js +2 -2
  620. package/src/sap/m/semantic/SortAction.js +2 -2
  621. package/src/sap/m/semantic/SortSelect.js +2 -2
  622. package/src/sap/m/themes/base/SuggestionsPopover.less +2 -1
  623. package/src/sap/m/themes/base/WizardProgressNavigator.less +16 -15
  624. package/src/sap/m/themes/base/library.source.less +1 -1
  625. package/src/sap/m/themes/sap_hcb/library.source.less +1 -1
  626. package/src/sap/m/upload/UploadSet.js +2 -2
  627. package/src/sap/m/upload/UploadSetItem.js +2 -2
  628. package/src/sap/m/upload/UploadSetRenderer.js +1 -1
  629. package/src/sap/m/upload/Uploader.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
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.m.StandardListItem
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.84.20
33
+ * @version 1.84.23
34
34
  *
35
35
  * @constructor
36
36
  * @private
@@ -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(["./StandardListItemRenderer", "sap/ui/core/Renderer"],
@@ -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
 
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * @see {@link fiori:https://experience.sap.com/fiori-design-web/message-page/ Message Page}
70
70
  *
71
71
  * @extends sap.ui.core.Control
72
- * @version 1.84.20
72
+ * @version 1.84.23
73
73
  *
74
74
  * @constructor
75
75
  * @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
 
@@ -91,7 +91,7 @@ function(
91
91
  * @extends sap.ui.core.Control
92
92
  *
93
93
  * @author SAP SE
94
- * @version 1.84.20
94
+ * @version 1.84.23
95
95
  *
96
96
  * @constructor
97
97
  * @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(["./library", "./MessageItem"],
19
19
  * @extends sap.m.MessageItem
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.84.20
22
+ * @version 1.84.23
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
 
@@ -78,7 +78,7 @@ sap.ui.define([
78
78
  * @extends sap.ui.core.Control
79
79
  *
80
80
  * @author SAP SE
81
- * @version 1.84.20
81
+ * @version 1.84.23
82
82
  *
83
83
  * @constructor
84
84
  * @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
 
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * The message toast has the same behavior on all devices. However, you can adjust the width of the control, for example, for use on a desktop device.
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.84.20
73
+ * @version 1.84.23
74
74
  *
75
75
  * @namespace
76
76
  * @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
 
@@ -112,7 +112,7 @@ sap.ui.define([
112
112
  * The responsiveness of the <code>MessageView</code> is determined by the container in which it is embedded. For that reason the control could not be visualized if the
113
113
  * container’s sizes are not defined.
114
114
  * @author SAP SE
115
- * @version 1.84.20
115
+ * @version 1.84.23
116
116
  *
117
117
  * @extends sap.ui.core.Control
118
118
  * @constructor
@@ -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
 
@@ -142,7 +142,7 @@ function(
142
142
  * </ul>
143
143
  *
144
144
  * @author SAP SE
145
- * @version 1.84.20
145
+ * @version 1.84.23
146
146
  *
147
147
  * @constructor
148
148
  * @extends sap.m.ComboBoxBase
@@ -1189,7 +1189,7 @@ function(
1189
1189
  ComboBoxBase.prototype.onBeforeRendering.apply(this, arguments);
1190
1190
  this._bInitialSelectedKeysSettersCompleted = true;
1191
1191
  this.getAggregation("tokenizer").setEnabled(this.getEnabled());
1192
- if (this._getList()) {
1192
+ if (this._getList() && !this.getPicker().isOpen()) {
1193
1193
  this.syncPickerContent(true);
1194
1194
  }
1195
1195
  this._deregisterResizeHandler();
@@ -3507,10 +3507,24 @@ function(
3507
3507
 
3508
3508
  var oInfo = ComboBoxBase.prototype.getAccessibilityInfo.apply(this, arguments);
3509
3509
  oInfo.type = core.getLibraryResourceBundle("sap.m").getText("ACC_CTR_TYPE_MULTICOMBO");
3510
- oInfo.description = ((oInfo.description || "") + " " + sText).trim();
3510
+ oInfo.description = (this.getValueDescriptionInfo() + " " + sText).trim();
3511
3511
  return oInfo;
3512
3512
  };
3513
3513
 
3514
+ /**
3515
+ * Gets the value of the accessibility description info field.
3516
+ *
3517
+ * @protected
3518
+ * @override
3519
+ * @returns {string} The value of the accessibility description info
3520
+ */
3521
+ MultiComboBox.prototype.getValueDescriptionInfo = function () {
3522
+ if (this.getValue()) {
3523
+ return this.getValue();
3524
+ }
3525
+ return this._hasTokens() ? "" : sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("INPUTBASE_VALUE_EMPTY");
3526
+ };
3527
+
3514
3528
  /**
3515
3529
  * Indicates if selection is triggered by a click
3516
3530
  *
@@ -3541,7 +3555,7 @@ function(
3541
3555
  MultiComboBox.prototype._calculateSpaceForTokenizer = function () {
3542
3556
  if (this.getDomRef()) {
3543
3557
  var iSpace,
3544
- iControlWidth = this.getDomRef().offsetWidth,
3558
+ iControlWidth = this.getDomRef().getBoundingClientRect().width,
3545
3559
  iSummedIconsWidth = this._calculateIconsSpace(),
3546
3560
  oInputRef = this.$().find(".sapMInputBaseInner"),
3547
3561
  aInputRelevantCss = ["min-width", "padding-right", "padding-left"],
@@ -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(['./ComboBoxBaseRenderer','./ComboBoxTextFieldRenderer', 'sap/ui/core/Renderer', 'sap/ui/core/Core'],
@@ -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/ui/core/XMLComposite", "./library", "sap/ui/core/Item"], function(XMLComposite, library, Item) {
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/core/XMLComposite", "./library", "sap/ui/core/Item"], fun
17
17
  * @implements sap.ui.core.IFormContent
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.20
20
+ * @version 1.84.23
21
21
  * @experimental since 1.52
22
22
  * @since 1.52.0
23
23
  * @alias sap.m.MultiEditField
@@ -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
 
@@ -120,7 +120,7 @@ function(
120
120
  * @extends sap.m.Input
121
121
  *
122
122
  * @author SAP SE
123
- * @version 1.84.20
123
+ * @version 1.84.23
124
124
  *
125
125
  * @constructor
126
126
  * @public
@@ -1381,27 +1381,46 @@ function(
1381
1381
 
1382
1382
  var oInfo = Input.prototype.getAccessibilityInfo.apply(this, arguments);
1383
1383
  oInfo.type = oRb.getText("ACC_CTR_TYPE_MULTIINPUT");
1384
- oInfo.description = ((oInfo.description || "") + " " + sText).trim();
1384
+ oInfo.description = (this.getValueDescriptionInfo() + " " + sText).trim();
1385
1385
  return oInfo;
1386
1386
  };
1387
1387
 
1388
- MultiInput.prototype._modifyPopupInput = function (oPopupInput) {
1389
- var that = this;
1388
+ /**
1389
+ * Gets the value of the accessibility description info field.
1390
+ *
1391
+ * @protected
1392
+ * @override
1393
+ * @returns {string} The value of the accessibility description info
1394
+ */
1395
+ MultiInput.prototype.getValueDescriptionInfo = function () {
1396
+ var iTokensLength = this.getTokens().length;
1397
+ var sDescriptionText = this.getDescription() || "";
1398
+ var sValue = this.getValue();
1390
1399
 
1391
- oPopupInput.addEventDelegate({
1392
- oninput: that._manageListsVisibility.bind(that, false),
1393
- onsapenter: function (oEvent) {
1394
- if (oPopupInput.getValue()) {
1395
- that._closeSuggestionPopup();
1396
- }
1400
+ if (sValue) {
1401
+ return sValue;
1402
+ }
1397
1403
 
1398
- that._validateCurrentText();
1399
- that._setValueVisible(false);
1404
+ // Empty string or the description text should be set as acc description in case there are no tokens and no value.
1405
+ // This way the tokens will be announced as the control's value.
1406
+ if (iTokensLength > 0) {
1407
+ return sDescriptionText;
1408
+ } else {
1409
+ // "Empty" or the description text should be set as acc description in case there are no tokens and no value.
1410
+ return sDescriptionText ? sDescriptionText : sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("INPUTBASE_VALUE_EMPTY");
1411
+ }
1412
+ };
1400
1413
 
1401
- // Fire through the MultiInput Popup's input value and save it
1402
- that.onChange(oEvent, null, oPopupInput.getValue());
1403
- }
1404
- });
1414
+ MultiInput.prototype._modifyPopupInput = function (oPopupInput) {
1415
+
1416
+ if (!this._oPopupInputDelegate) {
1417
+ this._oPopupInputDelegate = {
1418
+ oninput: this._manageListsVisibility.bind(this, false),
1419
+ onsapenter: this._handleConfirmation.bind(this, false)
1420
+ };
1421
+ }
1422
+
1423
+ oPopupInput.addEventDelegate(this._oPopupInputDelegate, this);
1405
1424
 
1406
1425
  return oPopupInput;
1407
1426
  };
@@ -1412,12 +1431,32 @@ function(
1412
1431
 
1413
1432
 
1414
1433
  MultiInput.prototype.forwardEventHandlersToSuggPopover = function (oSuggPopover) {
1415
-
1416
- Input.prototype.forwardEventHandlersToSuggPopover.apply(this, arguments);
1417
1434
  oSuggPopover.setShowSelectedPressHandler(this._handleShowSelectedPress.bind(this));
1435
+ oSuggPopover.setOkPressHandler(this._handleConfirmation.bind(this, true));
1436
+ oSuggPopover.setCancelPressHandler(this._handleCancelPress.bind(this));
1437
+ };
1438
+
1439
+ // Handles "Enter" key press and OK button press
1440
+ MultiInput.prototype._handleConfirmation = function (bOkButtonPressed, oEvent) {
1441
+ var oPopupInput = this._getSuggestionsPopoverInstance()._oPopupInput;
1442
+
1443
+ if (bOkButtonPressed || (!bOkButtonPressed && oPopupInput.getValue())) {
1444
+ this._closeSuggestionPopup();
1445
+ }
1446
+
1447
+ this._validateCurrentText();
1448
+ this._setValueVisible(false);
1449
+
1450
+ // Fire through the MultiInput Popup's input value and save it
1451
+ this.onChange(oEvent, null, oPopupInput.getValue());
1452
+ };
1453
+
1454
+ MultiInput.prototype._handleCancelPress = function (oEvent) {
1455
+ this._getSuggestionsPopoverInstance()._oPopupInput.setDOMValue(this.getLastValue());
1456
+ this._closeSuggestionPopup();
1418
1457
  };
1419
1458
 
1420
- MultiInput.prototype._handleShowSelectedPress = function (oEvent) {
1459
+ MultiInput.prototype._handleShowSelectedPress = function (oEvent) {
1421
1460
  this._bShowListWithTokens = oEvent.getSource().getPressed();
1422
1461
  this._manageListsVisibility(this._bShowListWithTokens);
1423
1462
  };
@@ -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(['./InputRenderer', 'sap/ui/core/Renderer', "sap/ui/core/Core"],
@@ -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
 
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.84.20
46
+ * @version 1.84.23
47
47
  *
48
48
  * @constructor
49
49
  * @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
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.84.20
28
+ * @version 1.84.23
29
29
  * @since 1.34
30
30
  *
31
31
  * @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
 
@@ -80,7 +80,7 @@ sap.ui.define([
80
80
  * @extends sap.m.ListItemBase
81
81
  *
82
82
  * @author SAP SE
83
- * @version 1.84.20
83
+ * @version 1.84.23
84
84
  *
85
85
  * @constructor
86
86
  * @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
 
@@ -66,7 +66,7 @@ function(
66
66
  * @extends sap.m.NotificationListBase
67
67
  *
68
68
  * @author SAP SE
69
- * @version 1.84.20
69
+ * @version 1.84.23
70
70
  *
71
71
  * @constructor
72
72
  * @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
 
@@ -72,7 +72,7 @@ function(
72
72
  * @extends sap.m.NotificationListBase
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.84.20
75
+ * @version 1.84.23
76
76
  *
77
77
  * @constructor
78
78
  * @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
 
@@ -105,7 +105,7 @@ sap.ui.define([
105
105
  * @extends sap.ui.core.Control
106
106
  *
107
107
  * @author SAP SE
108
- * @version 1.84.20
108
+ * @version 1.84.23
109
109
  * @since 1.34
110
110
  *
111
111
  * @public
@@ -121,37 +121,37 @@ sap.ui.define([
121
121
  /**
122
122
  * If set to true, the change of the value will be animated.
123
123
  */
124
- "animateTextChange": {type: "boolean", group: "Behavior", defaultValue: true},
124
+ "animateTextChange": { type: "boolean", group: "Behavior", defaultValue: true },
125
125
 
126
126
  /**
127
127
  * If set to true, the value parameter contains a numeric value and scale. If set to false (default), the value parameter contains a numeric value only.
128
128
  */
129
- "formatterValue": {type: "boolean", group: "Data", defaultValue: false},
129
+ "formatterValue": { type: "boolean", group: "Data", defaultValue: false },
130
130
 
131
131
  /**
132
132
  * The icon to be displayed as a graphical element within the control. This can be an image or an icon from the icon font.
133
133
  */
134
- "icon": {type: "sap.ui.core.URI", group: "Appearance", defaultValue: null},
134
+ "icon": { type: "sap.ui.core.URI", group: "Appearance", defaultValue: null },
135
135
 
136
136
  /**
137
137
  * Description of an icon that is used in the tooltip.
138
138
  */
139
- "iconDescription": {type: "string", group: "Accessibility", defaultValue: null},
139
+ "iconDescription": { type: "string", group: "Accessibility", defaultValue: null },
140
140
 
141
141
  /**
142
142
  * The indicator arrow that shows value deviation.
143
143
  */
144
- "indicator": {type: "sap.m.DeviationIndicator", group: "Appearance", defaultValue: "None"},
144
+ "indicator": { type: "sap.m.DeviationIndicator", group: "Appearance", defaultValue: "None" },
145
145
 
146
146
  /**
147
147
  * If set to true, the omitted value property is set to 0.
148
148
  */
149
- "nullifyValue": {type: "boolean", group: "Behavior", defaultValue: true},
149
+ "nullifyValue": { type: "boolean", group: "Behavior", defaultValue: true },
150
150
 
151
151
  /**
152
152
  * The scaling prefix. Financial characters can be used for currencies and counters. The SI prefixes can be used for units. If the scaling prefix contains more than three characters, only the first three characters are displayed.
153
153
  */
154
- "scale": {type: "string", group: "Appearance", defaultValue: null},
154
+ "scale": { type: "string", group: "Appearance", defaultValue: null },
155
155
 
156
156
  /**
157
157
  * Updates the size of the control. If not set, then the default size is applied based on the device tile.
@@ -165,32 +165,32 @@ sap.ui.define([
165
165
  * <b>Note</b> If <code>adaptiveFontSize</code> is set to <code>true</code> the default value of this property will vary between languages.
166
166
  * If <code>adaptiveFontSize</code> is set to <code>false</code> the default value of this property is <code>4</code>.
167
167
  */
168
- "truncateValueTo": {type: "int", group: "Appearance"},
168
+ "truncateValueTo": { type: "int", group: "Appearance" },
169
169
 
170
170
  /**
171
171
  * The actual value.
172
172
  */
173
- "value": {type: "string", group: "Data", defaultValue: null},
173
+ "value": { type: "string", group: "Data", defaultValue: null },
174
174
 
175
175
  /**
176
176
  * The semantic color of the value.
177
177
  */
178
- "valueColor": {type: "sap.m.ValueColor", group: "Appearance", defaultValue: "Neutral"},
178
+ "valueColor": { type: "sap.m.ValueColor", group: "Appearance", defaultValue: "Neutral" },
179
179
 
180
180
  /**
181
181
  * The width of the control. If it is not set, the size of the control is defined by the 'size' property.
182
182
  */
183
- "width": {type: "sap.ui.core.CSSSize", group: "Appearance", defaultValue: null},
183
+ "width": { type: "sap.ui.core.CSSSize", group: "Appearance", defaultValue: null },
184
184
 
185
185
  /**
186
186
  * If the value is set to false, the content is adjusted to the whole size of the control.
187
187
  */
188
- "withMargin": {type: "boolean", group: "Appearance", defaultValue: true},
188
+ "withMargin": { type: "boolean", group: "Appearance", defaultValue: true },
189
189
 
190
190
  /**
191
191
  * Indicates the load status.
192
192
  */
193
- "state": {type: "sap.m.LoadState", group: "Behavior", defaultValue: "Loaded"},
193
+ "state": { type: "sap.m.LoadState", group: "Behavior", defaultValue: "Loaded" },
194
194
 
195
195
  /**
196
196
  * If set to its default value true this property applies the appropriate font style class based on the language. When set to false the font size will always be large
@@ -198,7 +198,7 @@ sap.ui.define([
198
198
  * @experimental As of version 1.73 Disclaimer: this property is in a beta state - incompatible API changes may be done before its official public release. Use at your own discretion.
199
199
  * @since 1.73
200
200
  */
201
- "adaptiveFontSize": {type: "boolean", group: "Appearance", defaultValue: true}
201
+ "adaptiveFontSize": { type: "boolean", group: "Appearance", defaultValue: true }
202
202
 
203
203
 
204
204
  },
@@ -234,8 +234,8 @@ sap.ui.define([
234
234
 
235
235
  NumericContent.prototype._getMaxDigitsData = function () {
236
236
  var sFontClass = null,
237
- sLang = sap.ui.getCore().getConfiguration().getLanguage().toLowerCase(),
238
- iMaxLength = LANG_MAP[sLang] || 4;
237
+ sLang = sap.ui.getCore().getConfiguration().getLanguage().toLowerCase(),
238
+ iMaxLength = LANG_MAP[sLang] || 4;
239
239
 
240
240
  if (this.getAdaptiveFontSize()) {
241
241
  switch (iMaxLength) {
@@ -298,7 +298,7 @@ sap.ui.define([
298
298
  * Shows/hides icon depending if it fits or not.
299
299
  * @private
300
300
  */
301
- NumericContent.prototype._checkIfIconFits = function() {
301
+ NumericContent.prototype._checkIfIconFits = function () {
302
302
  //first check if parent tile is going to resize in the future so resize it now for our calculation
303
303
  var oParentTile = this._getParentTile();
304
304
  if (oParentTile && (oParentTile.isA("sap.m.GenericTile") || oParentTile.isA("sap.m.SlideTile"))) {
@@ -503,9 +503,17 @@ sap.ui.define([
503
503
  // remove the invisible unicode character LTR and RTL mark before processing the regular expression.
504
504
  var sTrimmedValue = sValue.replace(String.fromCharCode(8206), "").replace(String.fromCharCode(8207), "");
505
505
 
506
+ // extract value and scale information from string using regex.
507
+ var aValueMatches = sTrimmedValue.match(/([+-., \d]*)/g) || [];
508
+ var aScaleMatches = sTrimmedValue.match(/[^+-., \d]/g) || [];
509
+
506
510
  return {
507
- scale: sTrimmedValue.replace(/[+-., \d]*(.*)$/g, "$1").trim().replace(/\.$/, ""),
508
- value: sTrimmedValue.replace(/([+-., \d]*).*$/g, "$1").trim()
511
+ value: aValueMatches.reduce(function (acc, curVal){
512
+ return acc + curVal;
513
+ }, '').trim(),
514
+ scale: aScaleMatches.reduce(function (acc, curVal){
515
+ return acc + curVal;
516
+ }, '').trim()
509
517
  };
510
518
  };
511
519