@openui5/sap.m 1.131.1 → 1.132.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 (841) hide show
  1. package/THIRDPARTY.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/ActionTile.js +2 -2
  13. package/src/sap/m/ActionTileContent.js +2 -2
  14. package/src/sap/m/ActionTileContentRenderer.js +1 -1
  15. package/src/sap/m/AdditionalTextButton.js +2 -2
  16. package/src/sap/m/AdditionalTextButtonRenderer.js +1 -1
  17. package/src/sap/m/App.js +2 -2
  18. package/src/sap/m/AppRenderer.js +1 -1
  19. package/src/sap/m/AssociativeOverflowToolbar.js +2 -2
  20. package/src/sap/m/Avatar.js +66 -3
  21. package/src/sap/m/AvatarBadgeColor.js +90 -0
  22. package/src/sap/m/AvatarColor.js +1 -1
  23. package/src/sap/m/AvatarImageFitType.js +1 -1
  24. package/src/sap/m/AvatarRenderer.js +1 -1
  25. package/src/sap/m/AvatarShape.js +1 -1
  26. package/src/sap/m/AvatarSize.js +1 -1
  27. package/src/sap/m/AvatarType.js +1 -1
  28. package/src/sap/m/BadgeCustomData.js +1 -1
  29. package/src/sap/m/BadgeEnabler.js +1 -1
  30. package/src/sap/m/Bar.js +4 -2
  31. package/src/sap/m/BarInPageEnabler.js +1 -1
  32. package/src/sap/m/BarRenderer.js +3 -2
  33. package/src/sap/m/Breadcrumbs.js +4 -3
  34. package/src/sap/m/BreadcrumbsRenderer.js +1 -1
  35. package/src/sap/m/BusyDialog.js +2 -2
  36. package/src/sap/m/BusyIndicator.js +2 -2
  37. package/src/sap/m/BusyIndicatorRenderer.js +1 -1
  38. package/src/sap/m/Button.js +26 -4
  39. package/src/sap/m/ButtonRenderer.js +1 -1
  40. package/src/sap/m/Carousel.js +2 -2
  41. package/src/sap/m/CarouselLayout.js +3 -3
  42. package/src/sap/m/CarouselRenderer.js +1 -1
  43. package/src/sap/m/CheckBox.js +2 -2
  44. package/src/sap/m/CheckBoxRenderer.js +1 -1
  45. package/src/sap/m/ColorPalette.js +2 -2
  46. package/src/sap/m/ColorPalettePopover.js +2 -2
  47. package/src/sap/m/ColorPaletteRenderer.js +1 -1
  48. package/src/sap/m/Column.js +2 -2
  49. package/src/sap/m/ColumnHeaderPopover.js +2 -2
  50. package/src/sap/m/ColumnListItem.js +6 -2
  51. package/src/sap/m/ColumnListItemRenderer.js +1 -1
  52. package/src/sap/m/ColumnPopoverActionItem.js +2 -2
  53. package/src/sap/m/ColumnPopoverCustomItem.js +2 -2
  54. package/src/sap/m/ColumnPopoverItem.js +2 -2
  55. package/src/sap/m/ColumnPopoverSelectListItem.js +2 -2
  56. package/src/sap/m/ColumnPopoverSortItem.js +2 -2
  57. package/src/sap/m/ComboBox.js +2 -2
  58. package/src/sap/m/ComboBoxBase.js +2 -2
  59. package/src/sap/m/ComboBoxBaseRenderer.js +1 -1
  60. package/src/sap/m/ComboBoxRenderer.js +1 -1
  61. package/src/sap/m/ComboBoxTextField.js +2 -2
  62. package/src/sap/m/ComboBoxTextFieldRenderer.js +1 -1
  63. package/src/sap/m/ContentConfig.js +2 -2
  64. package/src/sap/m/CustomListItem.js +2 -2
  65. package/src/sap/m/CustomListItemRenderer.js +1 -1
  66. package/src/sap/m/CustomTile.js +2 -2
  67. package/src/sap/m/CustomTileRenderer.js +1 -1
  68. package/src/sap/m/CustomTreeItem.js +2 -2
  69. package/src/sap/m/CustomTreeItemRenderer.js +1 -1
  70. package/src/sap/m/DatePicker.js +12 -3
  71. package/src/sap/m/DatePickerRenderer.js +1 -1
  72. package/src/sap/m/DateRangeSelection.js +13 -4
  73. package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
  74. package/src/sap/m/DateTimeField.js +2 -2
  75. package/src/sap/m/DateTimeFieldRenderer.js +1 -1
  76. package/src/sap/m/DateTimeInput.js +2 -2
  77. package/src/sap/m/DateTimeInputRenderer.js +1 -1
  78. package/src/sap/m/DateTimePicker.js +2 -2
  79. package/src/sap/m/DateTimePickerRenderer.js +1 -1
  80. package/src/sap/m/Dialog.js +2 -2
  81. package/src/sap/m/DialogRenderer.js +1 -1
  82. package/src/sap/m/DisplayListItem.js +2 -2
  83. package/src/sap/m/DisplayListItemRenderer.js +1 -1
  84. package/src/sap/m/DraftIndicator.js +2 -2
  85. package/src/sap/m/DraftIndicatorRenderer.js +1 -1
  86. package/src/sap/m/DynamicDate.js +2 -2
  87. package/src/sap/m/DynamicDateFormat.js +1 -1
  88. package/src/sap/m/DynamicDateOption.js +2 -2
  89. package/src/sap/m/DynamicDateRange.js +2 -2
  90. package/src/sap/m/DynamicDateRangeRenderer.js +1 -1
  91. package/src/sap/m/DynamicDateUtil.js +1 -1
  92. package/src/sap/m/DynamicDateValueHelpUIType.js +2 -2
  93. package/src/sap/m/ExpandableText.js +16 -5
  94. package/src/sap/m/ExpandableTextRenderer.js +1 -1
  95. package/src/sap/m/FacetFilter.js +2 -2
  96. package/src/sap/m/FacetFilterItem.js +2 -2
  97. package/src/sap/m/FacetFilterItemRenderer.js +2 -2
  98. package/src/sap/m/FacetFilterList.js +2 -2
  99. package/src/sap/m/FacetFilterListRenderer.js +1 -1
  100. package/src/sap/m/FacetFilterRenderer.js +1 -1
  101. package/src/sap/m/FeedContent.js +2 -2
  102. package/src/sap/m/FeedContentRenderer.js +1 -1
  103. package/src/sap/m/FeedInput.js +7 -6
  104. package/src/sap/m/FeedInputRenderer.js +1 -1
  105. package/src/sap/m/FeedListItem.js +2 -2
  106. package/src/sap/m/FeedListItemAction.js +2 -2
  107. package/src/sap/m/FeedListItemRenderer.js +1 -1
  108. package/src/sap/m/Fiori20Adapter.js +3 -3
  109. package/src/sap/m/FlexBox.js +3 -3
  110. package/src/sap/m/FlexBoxRenderer.js +1 -1
  111. package/src/sap/m/FlexBoxStylingHelper.js +1 -1
  112. package/src/sap/m/FlexItemData.js +2 -2
  113. package/src/sap/m/FormattedText.js +23 -2
  114. package/src/sap/m/FormattedTextAnchorGenerator.js +1 -1
  115. package/src/sap/m/FormattedTextRenderer.js +1 -1
  116. package/src/sap/m/GenericTag.js +2 -2
  117. package/src/sap/m/GenericTagRenderer.js +1 -1
  118. package/src/sap/m/GenericTile.js +2 -2
  119. package/src/sap/m/GenericTileLineModeRenderer.js +1 -1
  120. package/src/sap/m/GenericTileRenderer.js +1 -1
  121. package/src/sap/m/GroupHeaderListItem.js +2 -5
  122. package/src/sap/m/GroupHeaderListItemRenderer.js +2 -2
  123. package/src/sap/m/GrowingEnablement.js +1 -1
  124. package/src/sap/m/GrowingList.js +2 -2
  125. package/src/sap/m/GrowingListRenderer.js +1 -1
  126. package/src/sap/m/HBox.js +2 -2
  127. package/src/sap/m/HBoxRenderer.js +1 -1
  128. package/src/sap/m/HeaderContainer.js +2 -2
  129. package/src/sap/m/HeaderContainerItemNavigator.js +2 -2
  130. package/src/sap/m/HeaderContainerRenderer.js +1 -1
  131. package/src/sap/m/HyphenationSupport.js +1 -1
  132. package/src/sap/m/IconTabBar.js +2 -2
  133. package/src/sap/m/IconTabBarDragAndDropUtil.js +1 -1
  134. package/src/sap/m/IconTabBarRenderer.js +1 -1
  135. package/src/sap/m/IconTabBarSelectList.js +2 -2
  136. package/src/sap/m/IconTabBarSelectListRenderer.js +1 -1
  137. package/src/sap/m/IconTabFilter.js +26 -5
  138. package/src/sap/m/IconTabFilterExpandButtonBadge.js +2 -2
  139. package/src/sap/m/IconTabHeader.js +2 -2
  140. package/src/sap/m/IconTabHeaderRenderer.js +1 -1
  141. package/src/sap/m/IconTabSeparator.js +2 -2
  142. package/src/sap/m/IllustratedMessage.js +59 -14
  143. package/src/sap/m/IllustratedMessageRenderer.js +1 -1
  144. package/src/sap/m/IllustratedMessageSize.js +1 -1
  145. package/src/sap/m/IllustratedMessageType.js +1 -1
  146. package/src/sap/m/Illustration.js +2 -2
  147. package/src/sap/m/IllustrationPool.js +1 -1
  148. package/src/sap/m/IllustrationRenderer.js +1 -1
  149. package/src/sap/m/Image.js +2 -2
  150. package/src/sap/m/ImageContent.js +2 -2
  151. package/src/sap/m/ImageContentRenderer.js +1 -1
  152. package/src/sap/m/ImageCustomData.js +1 -1
  153. package/src/sap/m/ImageHelper.js +1 -1
  154. package/src/sap/m/ImageRenderer.js +1 -1
  155. package/src/sap/m/Input.js +6 -6
  156. package/src/sap/m/InputBase.js +2 -2
  157. package/src/sap/m/InputBaseRenderer.js +1 -1
  158. package/src/sap/m/InputListItem.js +2 -2
  159. package/src/sap/m/InputListItemRenderer.js +1 -1
  160. package/src/sap/m/InputRenderer.js +1 -1
  161. package/src/sap/m/InstanceManager.js +1 -1
  162. package/src/sap/m/Label.js +2 -2
  163. package/src/sap/m/LabelRenderer.js +1 -1
  164. package/src/sap/m/LightBox.js +2 -2
  165. package/src/sap/m/LightBoxItem.js +2 -2
  166. package/src/sap/m/LightBoxRenderer.js +1 -1
  167. package/src/sap/m/Link.js +2 -2
  168. package/src/sap/m/LinkRenderer.js +1 -1
  169. package/src/sap/m/LinkTileContent.js +2 -2
  170. package/src/sap/m/List.js +44 -4
  171. package/src/sap/m/ListBase.js +74 -24
  172. package/src/sap/m/ListBaseRenderer.js +1 -1
  173. package/src/sap/m/ListItemBase.js +7 -5
  174. package/src/sap/m/ListItemBaseRenderer.js +39 -5
  175. package/src/sap/m/ListRenderer.js +1 -1
  176. package/src/sap/m/MaskEnabler.js +2 -2
  177. package/src/sap/m/MaskInput.js +2 -2
  178. package/src/sap/m/MaskInputRenderer.js +1 -1
  179. package/src/sap/m/MaskInputRule.js +2 -2
  180. package/src/sap/m/Menu.js +3 -3
  181. package/src/sap/m/MenuButton.js +2 -2
  182. package/src/sap/m/MenuButtonRenderer.js +1 -1
  183. package/src/sap/m/MenuItem.js +2 -3
  184. package/src/sap/m/MenuItemGroup.js +2 -2
  185. package/src/sap/m/MenuListItem.js +2 -2
  186. package/src/sap/m/MenuListItemRenderer.js +1 -1
  187. package/src/sap/m/MessageBox.js +1 -1
  188. package/src/sap/m/MessageItem.js +2 -2
  189. package/src/sap/m/MessageListItem.js +2 -2
  190. package/src/sap/m/MessageListItemRenderer.js +1 -1
  191. package/src/sap/m/MessagePage.js +3 -3
  192. package/src/sap/m/MessagePageRenderer.js +1 -1
  193. package/src/sap/m/MessagePopover.js +2 -2
  194. package/src/sap/m/MessagePopoverItem.js +2 -2
  195. package/src/sap/m/MessagePopoverRenderer.js +1 -1
  196. package/src/sap/m/MessageStrip.js +2 -2
  197. package/src/sap/m/MessageStripRenderer.js +1 -1
  198. package/src/sap/m/MessageStripUtilities.js +1 -1
  199. package/src/sap/m/MessageToast.js +2 -2
  200. package/src/sap/m/MessageView.js +2 -2
  201. package/src/sap/m/MessageViewRenderer.js +1 -1
  202. package/src/sap/m/MultiComboBox.js +2 -2
  203. package/src/sap/m/MultiComboBoxRenderer.js +1 -1
  204. package/src/sap/m/MultiEditField.js +2 -2
  205. package/src/sap/m/MultiInput.js +5 -5
  206. package/src/sap/m/MultiInputRenderer.js +1 -1
  207. package/src/sap/m/NavContainer.js +2 -2
  208. package/src/sap/m/NavContainerRenderer.js +1 -1
  209. package/src/sap/m/NewsContent.js +2 -2
  210. package/src/sap/m/NewsContentRenderer.js +1 -1
  211. package/src/sap/m/NotificationList.js +2 -2
  212. package/src/sap/m/NotificationListBase.js +2 -2
  213. package/src/sap/m/NotificationListGroup.js +3 -3
  214. package/src/sap/m/NotificationListGroupRenderer.js +1 -1
  215. package/src/sap/m/NotificationListItem.js +2 -2
  216. package/src/sap/m/NotificationListItemRenderer.js +1 -1
  217. package/src/sap/m/NotificationListRenderer.js +1 -1
  218. package/src/sap/m/NumericContent.js +2 -2
  219. package/src/sap/m/NumericContentRenderer.js +1 -1
  220. package/src/sap/m/NumericInput.js +2 -2
  221. package/src/sap/m/NumericInputRenderer.js +1 -1
  222. package/src/sap/m/ObjectAttribute.js +2 -2
  223. package/src/sap/m/ObjectAttributeRenderer.js +1 -1
  224. package/src/sap/m/ObjectHeader.js +2 -2
  225. package/src/sap/m/ObjectHeaderRenderer.js +1 -1
  226. package/src/sap/m/ObjectIdentifier.js +2 -2
  227. package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
  228. package/src/sap/m/ObjectListItem.js +2 -2
  229. package/src/sap/m/ObjectListItemRenderer.js +1 -1
  230. package/src/sap/m/ObjectMarker.js +2 -2
  231. package/src/sap/m/ObjectMarkerRenderer.js +1 -1
  232. package/src/sap/m/ObjectNumber.js +2 -2
  233. package/src/sap/m/ObjectNumberRenderer.js +1 -1
  234. package/src/sap/m/ObjectStatus.js +4 -4
  235. package/src/sap/m/ObjectStatusRenderer.js +1 -1
  236. package/src/sap/m/OverflowToolbar.js +2 -2
  237. package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
  238. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +1 -1
  239. package/src/sap/m/OverflowToolbarAssociativePopoverRenderer.js +1 -1
  240. package/src/sap/m/OverflowToolbarButton.js +2 -2
  241. package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
  242. package/src/sap/m/OverflowToolbarMenuButton.js +2 -2
  243. package/src/sap/m/OverflowToolbarRenderer.js +1 -1
  244. package/src/sap/m/OverflowToolbarToggleButton.js +2 -2
  245. package/src/sap/m/P13nAnyFilterItem.js +2 -2
  246. package/src/sap/m/P13nColumnsItem.js +2 -2
  247. package/src/sap/m/P13nColumnsPanel.js +2 -2
  248. package/src/sap/m/P13nConditionPanel.js +2 -2
  249. package/src/sap/m/P13nConditionPanelRenderer.js +1 -1
  250. package/src/sap/m/P13nDialog.js +2 -2
  251. package/src/sap/m/P13nDimMeasureItem.js +2 -2
  252. package/src/sap/m/P13nDimMeasurePanel.js +2 -2
  253. package/src/sap/m/P13nFilterItem.js +2 -2
  254. package/src/sap/m/P13nFilterPanel.js +2 -2
  255. package/src/sap/m/P13nFilterPanelRenderer.js +1 -1
  256. package/src/sap/m/P13nGroupItem.js +2 -2
  257. package/src/sap/m/P13nGroupPanel.js +2 -2
  258. package/src/sap/m/P13nItem.js +2 -2
  259. package/src/sap/m/P13nOperationsHelper.js +1 -1
  260. package/src/sap/m/P13nPanel.js +2 -2
  261. package/src/sap/m/P13nSelectionItem.js +2 -2
  262. package/src/sap/m/P13nSelectionPanel.js +2 -2
  263. package/src/sap/m/P13nSortItem.js +2 -2
  264. package/src/sap/m/P13nSortPanel.js +2 -2
  265. package/src/sap/m/PDFViewer.js +101 -57
  266. package/src/sap/m/PDFViewerRenderManager.js +1 -1
  267. package/src/sap/m/PDFViewerRenderer.js +2 -2
  268. package/src/sap/m/Page.js +2 -2
  269. package/src/sap/m/PageAccessibleLandmarkInfo.js +2 -2
  270. package/src/sap/m/PageRenderer.js +1 -1
  271. package/src/sap/m/PagingButton.js +2 -2
  272. package/src/sap/m/PagingButtonRenderer.js +1 -1
  273. package/src/sap/m/Panel.js +2 -2
  274. package/src/sap/m/PanelRenderer.js +1 -1
  275. package/src/sap/m/PlanningCalendar.js +6 -4
  276. package/src/sap/m/PlanningCalendarHeader.js +25 -6
  277. package/src/sap/m/PlanningCalendarHeaderRenderer.js +1 -1
  278. package/src/sap/m/PlanningCalendarLegend.js +2 -2
  279. package/src/sap/m/PlanningCalendarLegendRenderer.js +1 -1
  280. package/src/sap/m/PlanningCalendarRenderer.js +2 -6
  281. package/src/sap/m/PlanningCalendarRow.js +2 -2
  282. package/src/sap/m/PlanningCalendarView.js +2 -2
  283. package/src/sap/m/Popover.js +115 -51
  284. package/src/sap/m/PopoverRenderer.js +14 -5
  285. package/src/sap/m/ProgressIndicator.js +2 -2
  286. package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
  287. package/src/sap/m/PullToRefresh.js +2 -2
  288. package/src/sap/m/PullToRefreshRenderer.js +1 -1
  289. package/src/sap/m/QuickView.js +2 -2
  290. package/src/sap/m/QuickViewBase.js +2 -2
  291. package/src/sap/m/QuickViewCard.js +2 -2
  292. package/src/sap/m/QuickViewCardRenderer.js +1 -1
  293. package/src/sap/m/QuickViewGroup.js +2 -2
  294. package/src/sap/m/QuickViewGroupElement.js +2 -2
  295. package/src/sap/m/QuickViewPage.js +2 -2
  296. package/src/sap/m/QuickViewPageRenderer.js +1 -1
  297. package/src/sap/m/RadioButton.js +2 -2
  298. package/src/sap/m/RadioButtonGroup.js +2 -2
  299. package/src/sap/m/RadioButtonGroupRenderer.js +1 -1
  300. package/src/sap/m/RadioButtonRenderer.js +1 -1
  301. package/src/sap/m/RangeSlider.js +2 -2
  302. package/src/sap/m/RangeSliderRenderer.js +1 -1
  303. package/src/sap/m/RatingIndicator.js +2 -2
  304. package/src/sap/m/RatingIndicatorRenderer.js +1 -1
  305. package/src/sap/m/ResponsivePopover.js +2 -2
  306. package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
  307. package/src/sap/m/ResponsiveScale.js +2 -2
  308. package/src/sap/m/ScrollBar.js +2 -2
  309. package/src/sap/m/ScrollBarRenderer.js +1 -1
  310. package/src/sap/m/ScrollContainer.js +2 -2
  311. package/src/sap/m/ScrollContainerRenderer.js +1 -1
  312. package/src/sap/m/SearchField.js +2 -2
  313. package/src/sap/m/SearchFieldRenderer.js +1 -2
  314. package/src/sap/m/SegmentedButton.js +2 -2
  315. package/src/sap/m/SegmentedButtonItem.js +2 -2
  316. package/src/sap/m/SegmentedButtonRenderer.js +1 -1
  317. package/src/sap/m/Select.js +2 -2
  318. package/src/sap/m/SelectDialog.js +2 -2
  319. package/src/sap/m/SelectDialogBase.js +2 -2
  320. package/src/sap/m/SelectList.js +2 -2
  321. package/src/sap/m/SelectListRenderer.js +1 -1
  322. package/src/sap/m/SelectRenderer.js +1 -1
  323. package/src/sap/m/SelectionDetails.js +2 -2
  324. package/src/sap/m/SelectionDetailsFacade.js +3 -3
  325. package/src/sap/m/SelectionDetailsItem.js +2 -2
  326. package/src/sap/m/SelectionDetailsItemLine.js +2 -2
  327. package/src/sap/m/SelectionDetailsListItemRenderer.js +1 -1
  328. package/src/sap/m/SelectionDetailsRenderer.js +1 -1
  329. package/src/sap/m/Shell.js +2 -2
  330. package/src/sap/m/ShellRenderer.js +1 -1
  331. package/src/sap/m/SimpleFixFlex.js +2 -2
  332. package/src/sap/m/SimpleFixFlexRenderer.js +1 -1
  333. package/src/sap/m/SinglePlanningCalendar.js +6 -7
  334. package/src/sap/m/SinglePlanningCalendarDayView.js +2 -2
  335. package/src/sap/m/SinglePlanningCalendarGrid.js +9 -6
  336. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +2 -2
  337. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +27 -8
  338. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +10 -2
  339. package/src/sap/m/SinglePlanningCalendarMonthView.js +2 -2
  340. package/src/sap/m/SinglePlanningCalendarRenderer.js +6 -3
  341. package/src/sap/m/SinglePlanningCalendarUtilities.js +1 -1
  342. package/src/sap/m/SinglePlanningCalendarView.js +2 -2
  343. package/src/sap/m/SinglePlanningCalendarWeekView.js +2 -2
  344. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +2 -2
  345. package/src/sap/m/SlideTile.js +2 -2
  346. package/src/sap/m/SlideTileRenderer.js +1 -1
  347. package/src/sap/m/Slider.js +17 -3
  348. package/src/sap/m/SliderRenderer.js +1 -1
  349. package/src/sap/m/SliderTooltip.js +2 -2
  350. package/src/sap/m/SliderTooltipBase.js +2 -2
  351. package/src/sap/m/SliderTooltipBaseRenderer.js +1 -1
  352. package/src/sap/m/SliderTooltipContainer.js +2 -2
  353. package/src/sap/m/SliderTooltipContainerRenderer.js +1 -1
  354. package/src/sap/m/SliderTooltipRenderer.js +1 -1
  355. package/src/sap/m/SliderUtilities.js +1 -1
  356. package/src/sap/m/SplitApp.js +2 -2
  357. package/src/sap/m/SplitAppRenderer.js +1 -1
  358. package/src/sap/m/SplitButton.js +2 -2
  359. package/src/sap/m/SplitButtonRenderer.js +1 -1
  360. package/src/sap/m/SplitContainer.js +3 -3
  361. package/src/sap/m/SplitContainerRenderer.js +1 -1
  362. package/src/sap/m/StandardDynamicDateOption.js +2 -2
  363. package/src/sap/m/StandardListItem.js +2 -2
  364. package/src/sap/m/StandardListItemRenderer.js +1 -1
  365. package/src/sap/m/StandardTile.js +2 -2
  366. package/src/sap/m/StandardTileRenderer.js +1 -1
  367. package/src/sap/m/StandardTreeItem.js +2 -2
  368. package/src/sap/m/StandardTreeItemRenderer.js +1 -1
  369. package/src/sap/m/StepInput.js +2 -2
  370. package/src/sap/m/StepInputRenderer.js +1 -1
  371. package/src/sap/m/Suggest.js +1 -1
  372. package/src/sap/m/SuggestionItem.js +2 -2
  373. package/src/sap/m/SuggestionsList.js +1 -1
  374. package/src/sap/m/SuggestionsListRenderer.js +1 -1
  375. package/src/sap/m/SuggestionsPopover.js +2 -2
  376. package/src/sap/m/Support.js +1 -1
  377. package/src/sap/m/Switch.js +4 -17
  378. package/src/sap/m/SwitchRenderer.js +1 -1
  379. package/src/sap/m/TabContainer.js +2 -2
  380. package/src/sap/m/TabContainerItem.js +2 -2
  381. package/src/sap/m/TabContainerRenderer.js +1 -1
  382. package/src/sap/m/TabStrip.js +3 -3
  383. package/src/sap/m/TabStripItem.js +2 -2
  384. package/src/sap/m/TabStripRenderer.js +1 -1
  385. package/src/sap/m/Table.js +2 -18
  386. package/src/sap/m/TablePersoController.js +2 -2
  387. package/src/sap/m/TablePersoDialog.js +2 -2
  388. package/src/sap/m/TablePersoProvider.js +2 -2
  389. package/src/sap/m/TableRenderer.js +5 -1
  390. package/src/sap/m/TableSelectDialog.js +3 -3
  391. package/src/sap/m/Text.js +2 -2
  392. package/src/sap/m/TextArea.js +2 -2
  393. package/src/sap/m/TextAreaRenderer.js +1 -1
  394. package/src/sap/m/TextRenderer.js +1 -1
  395. package/src/sap/m/Tile.js +2 -2
  396. package/src/sap/m/TileAttribute.js +1 -1
  397. package/src/sap/m/TileAttributeRenderer.js +1 -1
  398. package/src/sap/m/TileContainer.js +2 -2
  399. package/src/sap/m/TileContainerRenderer.js +1 -1
  400. package/src/sap/m/TileContent.js +2 -2
  401. package/src/sap/m/TileContentRenderer.js +1 -1
  402. package/src/sap/m/TileInfo.js +2 -2
  403. package/src/sap/m/TileRenderer.js +1 -1
  404. package/src/sap/m/TimePicker.js +3 -3
  405. package/src/sap/m/TimePickerClock.js +2 -2
  406. package/src/sap/m/TimePickerClockRenderer.js +1 -1
  407. package/src/sap/m/TimePickerClocks.js +2 -2
  408. package/src/sap/m/TimePickerClocksRenderer.js +1 -1
  409. package/src/sap/m/TimePickerInputs.js +2 -2
  410. package/src/sap/m/TimePickerInputsRenderer.js +1 -1
  411. package/src/sap/m/TimePickerInternals.js +15 -2
  412. package/src/sap/m/TimePickerInternalsRenderer.js +1 -1
  413. package/src/sap/m/TimePickerRenderer.js +1 -1
  414. package/src/sap/m/TimePickerSlider.js +2 -2
  415. package/src/sap/m/TimePickerSliderRenderer.js +1 -1
  416. package/src/sap/m/TimePickerSliders.js +2 -2
  417. package/src/sap/m/TimePickerSlidersRenderer.js +1 -1
  418. package/src/sap/m/Title.js +2 -2
  419. package/src/sap/m/TitlePropagationSupport.js +2 -2
  420. package/src/sap/m/TitleRenderer.js +1 -1
  421. package/src/sap/m/ToDoCardRenderer.js +1 -1
  422. package/src/sap/m/ToggleButton.js +2 -2
  423. package/src/sap/m/ToggleButtonRenderer.js +1 -1
  424. package/src/sap/m/Token.js +2 -2
  425. package/src/sap/m/TokenRenderer.js +1 -1
  426. package/src/sap/m/Tokenizer.js +10 -3
  427. package/src/sap/m/TokenizerRenderer.js +1 -1
  428. package/src/sap/m/Toolbar.js +8 -4
  429. package/src/sap/m/ToolbarLayoutData.js +2 -2
  430. package/src/sap/m/ToolbarRenderer.js +1 -1
  431. package/src/sap/m/ToolbarSeparator.js +2 -2
  432. package/src/sap/m/ToolbarSeparatorRenderer.js +1 -1
  433. package/src/sap/m/ToolbarSpacer.js +2 -2
  434. package/src/sap/m/ToolbarSpacerRenderer.js +1 -1
  435. package/src/sap/m/Tree.js +2 -2
  436. package/src/sap/m/TreeItemBase.js +2 -2
  437. package/src/sap/m/TreeItemBaseRenderer.js +1 -1
  438. package/src/sap/m/TreeRenderer.js +1 -1
  439. package/src/sap/m/UploadCollection.js +3 -3
  440. package/src/sap/m/UploadCollectionItem.js +2 -2
  441. package/src/sap/m/UploadCollectionParameter.js +2 -2
  442. package/src/sap/m/UploadCollectionRenderer.js +1 -1
  443. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +2 -2
  444. package/src/sap/m/VBox.js +2 -2
  445. package/src/sap/m/VBoxRenderer.js +1 -1
  446. package/src/sap/m/ValueStateHeader.js +2 -2
  447. package/src/sap/m/VariantItem.js +1 -1
  448. package/src/sap/m/VariantManagement.js +1 -1
  449. package/src/sap/m/ViewSettingsCustomItem.js +2 -2
  450. package/src/sap/m/ViewSettingsCustomTab.js +2 -2
  451. package/src/sap/m/ViewSettingsDialog.js +24 -51
  452. package/src/sap/m/ViewSettingsDialogRenderer.js +1 -1
  453. package/src/sap/m/ViewSettingsFilterItem.js +2 -2
  454. package/src/sap/m/ViewSettingsItem.js +2 -2
  455. package/src/sap/m/VisibleItem.js +2 -2
  456. package/src/sap/m/WheelSlider.js +2 -2
  457. package/src/sap/m/WheelSliderContainer.js +2 -2
  458. package/src/sap/m/WheelSliderContainerRenderer.js +1 -1
  459. package/src/sap/m/WheelSliderRenderer.js +1 -1
  460. package/src/sap/m/Wizard.js +2 -2
  461. package/src/sap/m/WizardProgressNavigator.js +2 -2
  462. package/src/sap/m/WizardProgressNavigatorRenderer.js +1 -1
  463. package/src/sap/m/WizardRenderer.js +1 -1
  464. package/src/sap/m/WizardStep.js +2 -2
  465. package/src/sap/m/WizardStepRenderer.js +1 -1
  466. package/src/sap/m/changeHandler/AddTableColumn.js +2 -2
  467. package/src/sap/m/changeHandler/ChangeLinkTarget.js +2 -2
  468. package/src/sap/m/changeHandler/CombineButtons.js +2 -2
  469. package/src/sap/m/changeHandler/MoveTableColumns.js +2 -2
  470. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +2 -2
  471. package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
  472. package/src/sap/m/delegate/DateNavigation.js +1 -1
  473. package/src/sap/m/delegate/ValueStateMessage.js +1 -1
  474. package/src/sap/m/designtime/ActionSheet.designtime.js +1 -1
  475. package/src/sap/m/designtime/Avatar.designtime.js +1 -1
  476. package/src/sap/m/designtime/Bar.designtime.js +1 -1
  477. package/src/sap/m/designtime/Breadcrumbs.designtime.js +1 -1
  478. package/src/sap/m/designtime/BusyDialog.designtime.js +1 -1
  479. package/src/sap/m/designtime/Button.designtime.js +1 -1
  480. package/src/sap/m/designtime/Carousel.designtime.js +1 -1
  481. package/src/sap/m/designtime/CheckBox.designtime.js +1 -1
  482. package/src/sap/m/designtime/Column.designtime.js +1 -1
  483. package/src/sap/m/designtime/ComboBox.designtime.js +1 -1
  484. package/src/sap/m/designtime/CustomListItem.designtime.js +1 -1
  485. package/src/sap/m/designtime/CustomTile.designtime.js +1 -1
  486. package/src/sap/m/designtime/DatePicker.designtime.js +1 -1
  487. package/src/sap/m/designtime/DateRangeSelection.designtime.js +1 -1
  488. package/src/sap/m/designtime/DateTimeInput.designtime.js +1 -1
  489. package/src/sap/m/designtime/DateTimePicker.designtime.js +1 -1
  490. package/src/sap/m/designtime/Dialog.designtime.js +1 -1
  491. package/src/sap/m/designtime/DraftIndicator.designtime.js +1 -1
  492. package/src/sap/m/designtime/ExpandableText.designtime.js +1 -1
  493. package/src/sap/m/designtime/FeedInput.designtime.js +1 -1
  494. package/src/sap/m/designtime/FeedListItem.designtime.js +1 -1
  495. package/src/sap/m/designtime/FlexBox.designtime.js +1 -1
  496. package/src/sap/m/designtime/HBox.designtime.js +1 -1
  497. package/src/sap/m/designtime/IconTabBar.designtime.js +3 -4
  498. package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
  499. package/src/sap/m/designtime/IconTabSeparator.designtime.js +1 -1
  500. package/src/sap/m/designtime/Image.designtime.js +1 -1
  501. package/src/sap/m/designtime/Input.designtime.js +1 -1
  502. package/src/sap/m/designtime/InputBase.designtime.js +1 -1
  503. package/src/sap/m/designtime/InputListItem.designtime.js +1 -1
  504. package/src/sap/m/designtime/Label.designtime.js +1 -1
  505. package/src/sap/m/designtime/LightBox.designtime.js +1 -1
  506. package/src/sap/m/designtime/Link.designtime.js +1 -1
  507. package/src/sap/m/designtime/ListBase.designtime.js +1 -1
  508. package/src/sap/m/designtime/ListItemBase.designtime.js +1 -1
  509. package/src/sap/m/designtime/MenuButton.designtime.js +1 -1
  510. package/src/sap/m/designtime/MessagePage.designtime.js +1 -1
  511. package/src/sap/m/designtime/MessageStrip.designtime.js +1 -1
  512. package/src/sap/m/designtime/MultiComboBox.designtime.js +1 -1
  513. package/src/sap/m/designtime/MultiInput.designtime.js +1 -1
  514. package/src/sap/m/designtime/NewsContent.designtime.js +1 -1
  515. package/src/sap/m/designtime/ObjectAttribute.designtime.js +1 -1
  516. package/src/sap/m/designtime/ObjectHeader.designtime.js +1 -1
  517. package/src/sap/m/designtime/ObjectIdentifier.designtime.js +1 -1
  518. package/src/sap/m/designtime/ObjectListItem.designtime.js +1 -1
  519. package/src/sap/m/designtime/ObjectMarker.designtime.js +1 -1
  520. package/src/sap/m/designtime/ObjectNumber.designtime.js +1 -1
  521. package/src/sap/m/designtime/ObjectStatus.designtime.js +1 -1
  522. package/src/sap/m/designtime/OverflowToolbar.designtime.js +1 -1
  523. package/src/sap/m/designtime/OverflowToolbarButton.designtime.js +1 -1
  524. package/src/sap/m/designtime/Page.designtime.js +1 -1
  525. package/src/sap/m/designtime/Panel.designtime.js +1 -1
  526. package/src/sap/m/designtime/PersistenceProvider.designtime.js +1 -1
  527. package/src/sap/m/designtime/PlanningCalendar.designtime.js +1 -1
  528. package/src/sap/m/designtime/PlanningCalendarLegend.designtime.js +1 -1
  529. package/src/sap/m/designtime/Popover.designtime.js +1 -1
  530. package/src/sap/m/designtime/ProgressIndicator.designtime.js +1 -1
  531. package/src/sap/m/designtime/QuickView.designtime.js +1 -1
  532. package/src/sap/m/designtime/QuickViewCard.designtime.js +1 -1
  533. package/src/sap/m/designtime/RadioButton.designtime.js +1 -1
  534. package/src/sap/m/designtime/RadioButtonGroup.designtime.js +1 -1
  535. package/src/sap/m/designtime/RangeSlider.designtime.js +1 -1
  536. package/src/sap/m/designtime/RatingIndicator.designtime.js +1 -1
  537. package/src/sap/m/designtime/ScrollContainer.designtime.js +1 -1
  538. package/src/sap/m/designtime/SearchField.designtime.js +1 -1
  539. package/src/sap/m/designtime/SegmentedButton.designtime.js +1 -1
  540. package/src/sap/m/designtime/Select.designtime.js +1 -1
  541. package/src/sap/m/designtime/Slider.designtime.js +1 -1
  542. package/src/sap/m/designtime/SplitApp.designtime.js +1 -1
  543. package/src/sap/m/designtime/SplitContainer.designtime.js +1 -1
  544. package/src/sap/m/designtime/StandardListItem.designtime.js +1 -1
  545. package/src/sap/m/designtime/StepInput.designtime.js +1 -1
  546. package/src/sap/m/designtime/Switch.designtime.js +1 -1
  547. package/src/sap/m/designtime/TabContainer.designtime.js +1 -1
  548. package/src/sap/m/designtime/Table.designtime.js +1 -1
  549. package/src/sap/m/designtime/Text.designtime.js +1 -1
  550. package/src/sap/m/designtime/TextArea.designtime.js +1 -1
  551. package/src/sap/m/designtime/TimePicker.designtime.js +1 -1
  552. package/src/sap/m/designtime/Title.designtime.js +1 -1
  553. package/src/sap/m/designtime/ToggleButton.designtime.js +1 -1
  554. package/src/sap/m/designtime/Toolbar.designtime.js +1 -1
  555. package/src/sap/m/designtime/VBox.designtime.js +1 -1
  556. package/src/sap/m/designtime/VariantManagement.designtime.js +1 -1
  557. package/src/sap/m/designtime/Wizard.designtime.js +1 -1
  558. package/src/sap/m/designtime/library.designtime.js +1 -1
  559. package/src/sap/m/designtime/messagebundle_en_US_saptrc.properties +91 -91
  560. package/src/sap/m/designtime/semantic/DetailPage.designtime.js +1 -1
  561. package/src/sap/m/designtime/semantic/SemanticPage.designtime.js +1 -1
  562. package/src/sap/m/designtime/semantic/ShareMenuPage.designtime.js +1 -1
  563. package/src/sap/m/flexibility/Avatar.flexibility.js +1 -1
  564. package/src/sap/m/flexibility/Bar.flexibility.js +1 -1
  565. package/src/sap/m/flexibility/Button.flexibility.js +1 -1
  566. package/src/sap/m/flexibility/CheckBox.flexibility.js +1 -1
  567. package/src/sap/m/flexibility/Dialog.flexibility.js +1 -1
  568. package/src/sap/m/flexibility/EngineFlex.js +1 -1
  569. package/src/sap/m/flexibility/ExpandableText.flexibility.js +1 -1
  570. package/src/sap/m/flexibility/IconTabBar.flexibility.js +1 -1
  571. package/src/sap/m/flexibility/IconTabFilter.flexibility.js +1 -1
  572. package/src/sap/m/flexibility/InputListItem.flexibility.js +1 -1
  573. package/src/sap/m/flexibility/Label.flexibility.js +1 -1
  574. package/src/sap/m/flexibility/Link.flexibility.js +1 -1
  575. package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -1
  576. package/src/sap/m/flexibility/OverflowToolbar.flexibility.js +1 -1
  577. package/src/sap/m/flexibility/OverflowToolbarButton.flexibility.js +1 -1
  578. package/src/sap/m/flexibility/Page.flexibility.js +1 -1
  579. package/src/sap/m/flexibility/Panel.flexibility.js +1 -1
  580. package/src/sap/m/flexibility/Popover.flexibility.js +1 -1
  581. package/src/sap/m/flexibility/RadioButton.flexibility.js +1 -1
  582. package/src/sap/m/flexibility/StandardListItem.flexibility.js +1 -1
  583. package/src/sap/m/flexibility/Table.flexibility.js +1 -1
  584. package/src/sap/m/flexibility/Text.flexibility.js +1 -1
  585. package/src/sap/m/flexibility/Title.flexibility.js +1 -1
  586. package/src/sap/m/flexibility/Toolbar.flexibility.js +1 -1
  587. package/src/sap/m/imageUtils/getCacheBustedUrl.js +1 -1
  588. package/src/sap/m/inputUtils/ListHelpers.js +1 -1
  589. package/src/sap/m/inputUtils/SuggestionsPopoverDialogMixin.js +1 -1
  590. package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +1 -1
  591. package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
  592. package/src/sap/m/inputUtils/completeTextSelected.js +1 -1
  593. package/src/sap/m/inputUtils/filterItems.js +1 -1
  594. package/src/sap/m/inputUtils/forwardItemProperties.js +1 -1
  595. package/src/sap/m/inputUtils/forwardItemPropertiesToToken.js +1 -1
  596. package/src/sap/m/inputUtils/getTokenByItem.js +1 -1
  597. package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
  598. package/src/sap/m/inputUtils/highlightItemsWithContains.js +1 -1
  599. package/src/sap/m/inputUtils/inputsDefaultFilter.js +1 -1
  600. package/src/sap/m/inputUtils/itemsVisibilityHandler.js +1 -1
  601. package/src/sap/m/inputUtils/scrollToItem.js +1 -1
  602. package/src/sap/m/inputUtils/selectionRange.js +1 -1
  603. package/src/sap/m/inputUtils/typeAhead.js +1 -1
  604. package/src/sap/m/inputUtils/wordStartsWithValue.js +1 -1
  605. package/src/sap/m/library.js +12 -6
  606. package/src/sap/m/library.support.js +1 -1
  607. package/src/sap/m/messagebundle.properties +63 -18
  608. package/src/sap/m/messagebundle_ar.properties +40 -16
  609. package/src/sap/m/messagebundle_bg.properties +40 -16
  610. package/src/sap/m/messagebundle_ca.properties +40 -16
  611. package/src/sap/m/messagebundle_cnr.properties +40 -16
  612. package/src/sap/m/messagebundle_cs.properties +40 -16
  613. package/src/sap/m/messagebundle_cy.properties +40 -16
  614. package/src/sap/m/messagebundle_da.properties +40 -16
  615. package/src/sap/m/messagebundle_de.properties +41 -17
  616. package/src/sap/m/messagebundle_el.properties +40 -16
  617. package/src/sap/m/messagebundle_en.properties +40 -16
  618. package/src/sap/m/messagebundle_en_GB.properties +40 -16
  619. package/src/sap/m/messagebundle_en_US_saprigi.properties +56 -34
  620. package/src/sap/m/messagebundle_en_US_saptrc.properties +1231 -1195
  621. package/src/sap/m/messagebundle_es.properties +40 -16
  622. package/src/sap/m/messagebundle_es_MX.properties +40 -16
  623. package/src/sap/m/messagebundle_et.properties +40 -16
  624. package/src/sap/m/messagebundle_fi.properties +40 -16
  625. package/src/sap/m/messagebundle_fr.properties +40 -16
  626. package/src/sap/m/messagebundle_fr_CA.properties +40 -16
  627. package/src/sap/m/messagebundle_hi.properties +40 -16
  628. package/src/sap/m/messagebundle_hr.properties +40 -16
  629. package/src/sap/m/messagebundle_hu.properties +42 -18
  630. package/src/sap/m/messagebundle_id.properties +41 -17
  631. package/src/sap/m/messagebundle_it.properties +40 -16
  632. package/src/sap/m/messagebundle_iw.properties +40 -16
  633. package/src/sap/m/messagebundle_ja.properties +40 -16
  634. package/src/sap/m/messagebundle_kk.properties +43 -19
  635. package/src/sap/m/messagebundle_ko.properties +42 -18
  636. package/src/sap/m/messagebundle_lt.properties +40 -16
  637. package/src/sap/m/messagebundle_lv.properties +40 -16
  638. package/src/sap/m/messagebundle_mk.properties +40 -16
  639. package/src/sap/m/messagebundle_ms.properties +40 -16
  640. package/src/sap/m/messagebundle_nl.properties +42 -18
  641. package/src/sap/m/messagebundle_no.properties +40 -16
  642. package/src/sap/m/messagebundle_pl.properties +40 -16
  643. package/src/sap/m/messagebundle_pt.properties +40 -16
  644. package/src/sap/m/messagebundle_pt_PT.properties +40 -16
  645. package/src/sap/m/messagebundle_ro.properties +41 -17
  646. package/src/sap/m/messagebundle_ru.properties +40 -16
  647. package/src/sap/m/messagebundle_sh.properties +40 -16
  648. package/src/sap/m/messagebundle_sk.properties +42 -18
  649. package/src/sap/m/messagebundle_sl.properties +40 -16
  650. package/src/sap/m/messagebundle_sr.properties +40 -16
  651. package/src/sap/m/messagebundle_sv.properties +40 -16
  652. package/src/sap/m/messagebundle_th.properties +40 -16
  653. package/src/sap/m/messagebundle_tr.properties +40 -16
  654. package/src/sap/m/messagebundle_uk.properties +40 -16
  655. package/src/sap/m/messagebundle_vi.properties +40 -16
  656. package/src/sap/m/messagebundle_zh_CN.properties +40 -16
  657. package/src/sap/m/messagebundle_zh_TW.properties +40 -16
  658. package/src/sap/m/p13n/AbstractContainer.js +3 -3
  659. package/src/sap/m/p13n/AbstractContainerItem.js +3 -3
  660. package/src/sap/m/p13n/BasePanel.js +2 -2
  661. package/src/sap/m/p13n/Container.js +2 -2
  662. package/src/sap/m/p13n/Engine.js +2 -2
  663. package/src/sap/m/p13n/FilterController.js +2 -2
  664. package/src/sap/m/p13n/FilterPanel.js +2 -2
  665. package/src/sap/m/p13n/FlexUtil.js +1 -1
  666. package/src/sap/m/p13n/GroupController.js +2 -2
  667. package/src/sap/m/p13n/GroupPanel.js +2 -2
  668. package/src/sap/m/p13n/MessageStrip.js +2 -2
  669. package/src/sap/m/p13n/MetadataHelper.js +1 -1
  670. package/src/sap/m/p13n/PersistenceProvider.js +1 -1
  671. package/src/sap/m/p13n/Popup.js +2 -2
  672. package/src/sap/m/p13n/QueryPanel.js +2 -2
  673. package/src/sap/m/p13n/SelectionController.js +2 -2
  674. package/src/sap/m/p13n/SelectionPanel.js +2 -2
  675. package/src/sap/m/p13n/SortController.js +2 -2
  676. package/src/sap/m/p13n/SortPanel.js +2 -2
  677. package/src/sap/m/p13n/enums/PersistenceMode.js +1 -1
  678. package/src/sap/m/p13n/enums/ProcessingStrategy.js +1 -1
  679. package/src/sap/m/p13n/handler/xConfigHandler.js +3 -3
  680. package/src/sap/m/p13n/modification/FlexModificationHandler.js +1 -1
  681. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +1 -1
  682. package/src/sap/m/p13n/modification/ModificationHandler.js +1 -1
  683. package/src/sap/m/p13n/modules/AdaptationProvider.js +1 -1
  684. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +2 -2
  685. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +2 -2
  686. package/src/sap/m/p13n/modules/UIManager.js +2 -2
  687. package/src/sap/m/p13n/modules/xConfigAPI.js +2 -2
  688. package/src/sap/m/plugins/CellSelector.js +2 -2
  689. package/src/sap/m/plugins/ColumnResizer.js +2 -2
  690. package/src/sap/m/plugins/ContextMenuSetting.js +2 -2
  691. package/src/sap/m/plugins/CopyProvider.js +2 -2
  692. package/src/sap/m/plugins/DataStateIndicator.js +2 -2
  693. package/src/sap/m/plugins/PasteProvider.js +2 -2
  694. package/src/sap/m/plugins/PluginBase.js +2 -2
  695. package/src/sap/m/plugins/UploadSetwithTable.js +3 -3
  696. package/src/sap/m/routing/RouteMatchedHandler.js +1 -1
  697. package/src/sap/m/routing/Router.js +1 -1
  698. package/src/sap/m/routing/Target.js +1 -1
  699. package/src/sap/m/routing/TargetHandler.js +1 -1
  700. package/src/sap/m/routing/Targets.js +1 -1
  701. package/src/sap/m/routing/async/Target.js +1 -1
  702. package/src/sap/m/routing/async/Targets.js +1 -1
  703. package/src/sap/m/routing/sync/Target.js +1 -1
  704. package/src/sap/m/routing/sync/Targets.js +1 -1
  705. package/src/sap/m/rules/Breadcrumbs.support.js +1 -1
  706. package/src/sap/m/rules/Button.support.js +1 -1
  707. package/src/sap/m/rules/CheckBox.support.js +1 -1
  708. package/src/sap/m/rules/DatePicker.support.js +1 -1
  709. package/src/sap/m/rules/DateRangeSelection.support.js +1 -1
  710. package/src/sap/m/rules/Dialog.support.js +1 -1
  711. package/src/sap/m/rules/FacetFilter.support.js +1 -1
  712. package/src/sap/m/rules/IconTabBar.support.js +1 -1
  713. package/src/sap/m/rules/Image.support.js +1 -1
  714. package/src/sap/m/rules/Input.support.js +1 -1
  715. package/src/sap/m/rules/Link.support.js +1 -1
  716. package/src/sap/m/rules/MaskInput.support.js +1 -1
  717. package/src/sap/m/rules/MessagePage.support.js +1 -1
  718. package/src/sap/m/rules/ObjectHeader.support.js +1 -1
  719. package/src/sap/m/rules/ObjectListItem.support.js +1 -1
  720. package/src/sap/m/rules/ObjectMarker.support.js +1 -1
  721. package/src/sap/m/rules/ObjectStatus.support.js +1 -1
  722. package/src/sap/m/rules/Panel.support.js +1 -1
  723. package/src/sap/m/rules/Select.support.js +1 -1
  724. package/src/sap/m/rules/SelectDialog.support.js +1 -1
  725. package/src/sap/m/rules/StepInput.support.js +1 -1
  726. package/src/sap/m/rules/Table.support.js +1 -1
  727. package/src/sap/m/rules/Title.support.js +1 -1
  728. package/src/sap/m/rules/Tokenizer.support.js +1 -1
  729. package/src/sap/m/rules/ViewSettingsDialog.support.js +1 -1
  730. package/src/sap/m/semantic/AddAction.js +2 -2
  731. package/src/sap/m/semantic/CancelAction.js +2 -2
  732. package/src/sap/m/semantic/DeleteAction.js +2 -2
  733. package/src/sap/m/semantic/DetailPage.js +2 -2
  734. package/src/sap/m/semantic/DiscussInJamAction.js +2 -2
  735. package/src/sap/m/semantic/EditAction.js +2 -2
  736. package/src/sap/m/semantic/FavoriteAction.js +2 -2
  737. package/src/sap/m/semantic/FilterAction.js +2 -2
  738. package/src/sap/m/semantic/FilterSelect.js +2 -2
  739. package/src/sap/m/semantic/FlagAction.js +2 -2
  740. package/src/sap/m/semantic/ForwardAction.js +2 -2
  741. package/src/sap/m/semantic/FullscreenPage.js +2 -2
  742. package/src/sap/m/semantic/GroupAction.js +2 -2
  743. package/src/sap/m/semantic/GroupSelect.js +2 -2
  744. package/src/sap/m/semantic/MainAction.js +2 -2
  745. package/src/sap/m/semantic/MasterPage.js +2 -2
  746. package/src/sap/m/semantic/MessagesIndicator.js +2 -2
  747. package/src/sap/m/semantic/MultiSelectAction.js +2 -2
  748. package/src/sap/m/semantic/NegativeAction.js +2 -2
  749. package/src/sap/m/semantic/OpenInAction.js +2 -2
  750. package/src/sap/m/semantic/PositiveAction.js +2 -2
  751. package/src/sap/m/semantic/PrintAction.js +2 -2
  752. package/src/sap/m/semantic/SaveAction.js +2 -2
  753. package/src/sap/m/semantic/Segment.js +2 -2
  754. package/src/sap/m/semantic/SegmentedContainer.js +2 -2
  755. package/src/sap/m/semantic/SemanticButton.js +2 -2
  756. package/src/sap/m/semantic/SemanticConfiguration.js +2 -2
  757. package/src/sap/m/semantic/SemanticControl.js +2 -2
  758. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +2 -2
  759. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
  760. package/src/sap/m/semantic/SemanticPage.js +2 -2
  761. package/src/sap/m/semantic/SemanticPageRenderer.js +1 -1
  762. package/src/sap/m/semantic/SemanticSelect.js +2 -2
  763. package/src/sap/m/semantic/SemanticToggleButton.js +2 -2
  764. package/src/sap/m/semantic/SendEmailAction.js +2 -2
  765. package/src/sap/m/semantic/SendMessageAction.js +2 -2
  766. package/src/sap/m/semantic/ShareInJamAction.js +2 -2
  767. package/src/sap/m/semantic/ShareMenu.js +2 -2
  768. package/src/sap/m/semantic/ShareMenuPage.js +2 -2
  769. package/src/sap/m/semantic/SortAction.js +2 -2
  770. package/src/sap/m/semantic/SortSelect.js +2 -2
  771. package/src/sap/m/table/ColumnWidthController.js +2 -2
  772. package/src/sap/m/table/Util.js +2 -2
  773. package/src/sap/m/table/columnmenu/ActionItem.js +2 -2
  774. package/src/sap/m/table/columnmenu/Entry.js +2 -2
  775. package/src/sap/m/table/columnmenu/Item.js +2 -2
  776. package/src/sap/m/table/columnmenu/ItemBase.js +2 -2
  777. package/src/sap/m/table/columnmenu/ItemContainer.js +1 -1
  778. package/src/sap/m/table/columnmenu/Menu.js +2 -2
  779. package/src/sap/m/table/columnmenu/MenuBase.js +2 -2
  780. package/src/sap/m/table/columnmenu/MenuRenderer.js +1 -1
  781. package/src/sap/m/table/columnmenu/QuickAction.js +2 -2
  782. package/src/sap/m/table/columnmenu/QuickActionBase.js +2 -2
  783. package/src/sap/m/table/columnmenu/QuickActionContainer.js +1 -1
  784. package/src/sap/m/table/columnmenu/QuickActionItem.js +2 -2
  785. package/src/sap/m/table/columnmenu/QuickGroup.js +2 -2
  786. package/src/sap/m/table/columnmenu/QuickGroupItem.js +2 -2
  787. package/src/sap/m/table/columnmenu/QuickSort.js +2 -2
  788. package/src/sap/m/table/columnmenu/QuickSortItem.js +2 -2
  789. package/src/sap/m/table/columnmenu/QuickTotal.js +2 -2
  790. package/src/sap/m/table/columnmenu/QuickTotalItem.js +2 -2
  791. package/src/sap/m/themes/base/Avatar.less +17 -0
  792. package/src/sap/m/themes/base/Breadcrumbs.less +2 -1
  793. package/src/sap/m/themes/base/Button.less +12 -1
  794. package/src/sap/m/themes/base/MessagePage.less +10 -8
  795. package/src/sap/m/themes/base/MessagePopover.less +17 -10
  796. package/src/sap/m/themes/base/MessageStrip.less +19 -22
  797. package/src/sap/m/themes/base/MessageToast.less +10 -10
  798. package/src/sap/m/themes/base/MessageView.less +32 -25
  799. package/src/sap/m/themes/base/MultiComboBox.less +14 -4
  800. package/src/sap/m/themes/base/NewsContent.less +30 -19
  801. package/src/sap/m/themes/base/NumericContent.less +36 -30
  802. package/src/sap/m/themes/base/ObjectHeader.less +87 -71
  803. package/src/sap/m/themes/base/Page.less +141 -155
  804. package/src/sap/m/themes/base/Panel.less +21 -24
  805. package/src/sap/m/themes/base/PasteProvider.less +10 -5
  806. package/src/sap/m/themes/base/PlanningCalendar.less +50 -40
  807. package/src/sap/m/themes/base/PlanningCalendarHeader.less +11 -3
  808. package/src/sap/m/themes/base/PlanningCalendarLegend.less +5 -4
  809. package/src/sap/m/themes/base/Popover.less +59 -45
  810. package/src/sap/m/themes/base/ProgressIndicator.less +42 -50
  811. package/src/sap/m/themes/base/PullToRefresh.less +18 -21
  812. package/src/sap/m/themes/base/QuickView.less +21 -19
  813. package/src/sap/m/themes/base/RadioButton.less +52 -36
  814. package/src/sap/m/themes/base/RangeSlider.less +36 -38
  815. package/src/sap/m/themes/base/RatingIndicator.less +33 -16
  816. package/src/sap/m/themes/base/SearchField.less +32 -37
  817. package/src/sap/m/themes/base/SegmentedButton.less +26 -10
  818. package/src/sap/m/themes/base/SelectList.less +13 -28
  819. package/src/sap/m/themes/base/Shell.less +20 -18
  820. package/src/sap/m/themes/base/SinglePlanningCalendar.less +12 -8
  821. package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +58 -28
  822. package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +44 -36
  823. package/src/sap/m/themes/base/Table.less +40 -6
  824. package/src/sap/m/themes/base/library.source.less +1 -1
  825. package/src/sap/m/themes/base/shared.less +64 -52
  826. package/src/sap/m/themes/sap_hcb/base_SearchField.less +0 -5
  827. package/src/sap/m/themes/sap_hcb/base_Table.less +5 -6
  828. package/src/sap/m/themes/sap_hcb/library.source.less +1 -1
  829. package/src/sap/m/upload/ActionsPlaceholder.js +2 -2
  830. package/src/sap/m/upload/Column.js +2 -2
  831. package/src/sap/m/upload/FilePreviewDialog.js +140 -62
  832. package/src/sap/m/upload/FilterPanel.js +1 -1
  833. package/src/sap/m/upload/UploadItem.js +2 -2
  834. package/src/sap/m/upload/UploadItemConfiguration.js +2 -2
  835. package/src/sap/m/upload/UploadSet.js +5 -5
  836. package/src/sap/m/upload/UploadSetItem.js +34 -5
  837. package/src/sap/m/upload/UploadSetRenderer.js +1 -1
  838. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +2 -2
  839. package/src/sap/m/upload/Uploader.js +1 -1
  840. package/src/sap/m/upload/UploaderHttpRequestMethod.js +1 -1
  841. package/src/sap/m/upload/UploaderTableItem.js +36 -6
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  * @borrows sap.ui.core.IFormContent.getFormDoNotAdjustWidth as #getFormDoNotAdjustWidth
64
64
  *
65
65
  * @author SAP SE
66
- * @version 1.131.1
66
+ * @version 1.132.1
67
67
  *
68
68
  * @public
69
69
  * @alias sap.m.Image
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.131.1
36
+ * @version 1.132.1
37
37
  * @since 1.38
38
38
  *
39
39
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -162,7 +162,7 @@ function(
162
162
  * @extends sap.m.InputBase
163
163
  * @implements sap.ui.core.IAccessKeySupport
164
164
  * @author SAP SE
165
- * @version 1.131.1
165
+ * @version 1.132.1
166
166
  *
167
167
  * @constructor
168
168
  * @public
@@ -1733,7 +1733,7 @@ function(
1733
1733
  sValue = "";
1734
1734
  }
1735
1735
 
1736
- if (sValue.length >= this.getStartSuggestion()) {
1736
+ if (sValue.length >= this.getStartSuggestion() && this.getEditable()) {
1737
1737
  this._iSuggestDelay = setTimeout(function(){
1738
1738
 
1739
1739
  // when using non ASCII characters the value might be the same as previous
@@ -2169,9 +2169,9 @@ function(
2169
2169
  oPopupInput = oSuggestionsPopover && oSuggestionsPopover.getInput(),
2170
2170
  oPopupInputDomRef = oPopupInput && oPopupInput.getFocusDomRef();
2171
2171
 
2172
- // Trigger the ListItems refresh only when the focus is on the input field or the device is phone.
2172
+ // Trigger the ListItems refresh only when the focus is on the input field (incl. busy indicator in case of being busy) or the device is phone.
2173
2173
  // In all other cases this instantiates list population and it might not be needed at all.
2174
- if (document.activeElement === this.getFocusDomRef() || document.activeElement === oPopupInputDomRef) {
2174
+ if (document.activeElement === this.getFocusDomRef() || document.activeElement === oPopupInputDomRef || this.getDomRef()?.contains(document.activeElement)) {
2175
2175
  this._bShouldRefreshListItems = true;
2176
2176
  this._refreshItemsDelayed();
2177
2177
  }
@@ -3636,4 +3636,4 @@ function(
3636
3636
 
3637
3637
  return Input;
3638
3638
 
3639
- });
3639
+ });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -74,7 +74,7 @@ function(
74
74
  * @borrows sap.ui.core.ILabelable.hasLabelableHTMLElement as #hasLabelableHTMLElement
75
75
  *
76
76
  * @author SAP SE
77
- * @version 1.131.1
77
+ * @version 1.132.1
78
78
  *
79
79
  * @constructor
80
80
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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.ListItemBase
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.131.1
33
+ * @version 1.132.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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 @@ function(
78
78
  * @implements sap.ui.core.Label, sap.ui.core.IShrinkable, sap.ui.core.IAccessKeySupport, sap.ui.core.ILabelable
79
79
  *
80
80
  * @author SAP SE
81
- * @version 1.131.1
81
+ * @version 1.132.1
82
82
  *
83
83
  * @constructor
84
84
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -96,7 +96,7 @@ sap.ui.define([
96
96
  * @extends sap.ui.core.Control
97
97
  *
98
98
  * @author SAP SE
99
- * @version 1.131.1
99
+ * @version 1.132.1
100
100
  *
101
101
  * @constructor
102
102
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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.Element
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.131.1
46
+ * @version 1.132.1
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
package/src/sap/m/Link.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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(
100
100
  * @borrows sap.ui.core.ILabelable.hasLabelableHTMLElement as #hasLabelableHTMLElement
101
101
  *
102
102
  * @author SAP SE
103
- * @version 1.131.1
103
+ * @version 1.132.1
104
104
  *
105
105
  * @constructor
106
106
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @class This element is used within the GenericTile control that generates a combination of an icon and a linkl
19
19
  * @extends sap.ui.core.Element
20
20
  * @author SAP SE
21
- * @version 1.131.1
21
+ * @version 1.132.1
22
22
  * @constructor
23
23
  * @public
24
24
  * @since 1.120
package/src/sap/m/List.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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 control sap.m.List.
8
- sap.ui.define(["./library", "./ListBase", "./ListRenderer"],
9
- function(library, ListBase, ListRenderer) {
8
+ sap.ui.define(["./library", "./ListBase", "./ListRenderer", "sap/ui/core/Lib", "sap/ui/core/InvisibleText"],
9
+ function(library, ListBase, ListRenderer, Library, InvisibleText) {
10
10
  "use strict";
11
11
 
12
12
 
@@ -30,7 +30,7 @@ sap.ui.define(["./library", "./ListBase", "./ListRenderer"],
30
30
  * @extends sap.m.ListBase
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.131.1
33
+ * @version 1.132.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -54,6 +54,21 @@ sap.ui.define(["./library", "./ListBase", "./ListRenderer"],
54
54
  renderer: ListRenderer
55
55
  });
56
56
 
57
+ List.prototype.exit = function() {
58
+ ListBase.prototype.exit.call(this);
59
+ if (this._oInvisibleGroupText) {
60
+ this._oInvisibleGroupText.destroy();
61
+ this._oInvisibleGroupText = null;
62
+ }
63
+ };
64
+
65
+ List.prototype._getInvisibleGroupText = function() {
66
+ if (!this._oInvisibleGroupText) {
67
+ this._oInvisibleGroupText = new InvisibleText().toStatic();
68
+ }
69
+ return this._oInvisibleGroupText;
70
+ };
71
+
57
72
  List.prototype.getAriaRole = function() {
58
73
  return this._sAriaRole || "list";
59
74
  };
@@ -76,6 +91,31 @@ sap.ui.define(["./library", "./ListBase", "./ListRenderer"],
76
91
  this._sAriaRole = sRole;
77
92
  };
78
93
 
94
+ List.prototype._skipGroupHeaderFocus = function() {
95
+ // Currently hidden behind a URL flag, as ComboBox and MultiComboBox are not compatible with the new behavior
96
+ // As they set the focus themselves (focus the first visible item), it leads to a lot of issues.
97
+ const oParams = new URLSearchParams(window.location.search);
98
+ return oParams.get("sap-ui-xx-list-skip-group-header-focus") && this.getAriaRole() === "listbox";
99
+ };
100
+
101
+ List.prototype._hasNestedGrouping = function() {
102
+ return this.getAriaRole() === "list";
103
+ };
104
+
105
+ List.prototype._updateInvisibleGroupText = function() {
106
+ const bUpdateGroupDescription = this._hasNestedGrouping() || this._skipGroupHeaderFocus();
107
+
108
+ if (this.isGrouped() && bUpdateGroupDescription) {
109
+ const oInvisibleText = this._getInvisibleGroupText();
110
+ const sBundleKey = this._hasNestedGrouping() ? "LIST_ROLE_LIST_GROUP_DESCRIPTION" : "LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",
111
+ iGroupCount = this.getItems().filter((oItem) => oItem.isGroupHeader()).length,
112
+ aValues = this._hasNestedGrouping() ? [iGroupCount, this.getSize()] : [iGroupCount];
113
+
114
+ oInvisibleText.setText(Library.getResourceBundleFor("sap.m").getText(sBundleKey, aValues));
115
+ this.getNavigationRoot()?.setAttribute("aria-describedby", oInvisibleText.getId());
116
+ }
117
+ };
118
+
79
119
  return List;
80
120
 
81
121
  });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -10,6 +10,7 @@ sap.ui.define([
10
10
  "sap/ui/core/ControlBehavior",
11
11
  "sap/ui/core/RenderManager",
12
12
  "sap/ui/Device",
13
+ "sap/ui/model/ChangeReason",
13
14
  "sap/ui/core/Control",
14
15
  "sap/ui/core/Element",
15
16
  "sap/ui/core/InvisibleText",
@@ -36,6 +37,7 @@ function(
36
37
  ControlBehavior,
37
38
  RenderManager,
38
39
  Device,
40
+ ChangeReason,
39
41
  Control,
40
42
  Element,
41
43
  InvisibleText,
@@ -103,7 +105,7 @@ function(
103
105
  * @extends sap.ui.core.Control
104
106
  *
105
107
  * @author SAP SE
106
- * @version 1.131.1
108
+ * @version 1.132.1
107
109
  *
108
110
  * @constructor
109
111
  * @public
@@ -252,6 +254,7 @@ function(
252
254
  * If set to true, this control remembers and retains the selection of the items after a binding update has been performed (e.g. sorting, filtering).
253
255
  * <b>Note:</b> This feature works only if two-way data binding for the <code>selected</code> property of the item is not used. It also needs to be turned off if the binding context of the item does not always point to the same entry in the model, for example, if the order of the data in the <code>JSONModel</code> is changed.
254
256
  * <b>Note:</b> This feature leverages the built-in selection mechanism of the corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected}, the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo} API documentation. Do not enable this feature when <code>$$SharedRequests</code> or <code>$$clearSelectionOnFilter</code> is active.
257
+ * <b>Note:</b> If this property is set to <code>false</code>, a possible binding context update of items (for example, filtering or sorting the list binding) would clear the selection of the items.
255
258
  * @since 1.16.6
256
259
  */
257
260
  rememberSelections : {type : "boolean", group : "Behavior", defaultValue : true},
@@ -634,6 +637,7 @@ function(
634
637
  // this gets called only with oData Model when first load or filter/sort
635
638
  ListBase.prototype.refreshItems = function(sReason) {
636
639
  this._bRefreshItems = true;
640
+ this._clearUnboundSelections(sReason);
637
641
  if (this._oGrowingDelegate) {
638
642
  // inform growing delegate to handle
639
643
  this._oGrowingDelegate.refreshItems(sReason);
@@ -672,6 +676,8 @@ function(
672
676
  this.invalidate();
673
677
  }
674
678
 
679
+ this._clearUnboundSelections(sReason);
680
+
675
681
  if (this._oGrowingDelegate) {
676
682
  // inform growing delegate to handle
677
683
  this._oGrowingDelegate.updateItems(sReason);
@@ -697,6 +703,7 @@ function(
697
703
  this._updateFinished();
698
704
  }
699
705
 
706
+ this._updateInvisibleGroupText();
700
707
  this._bSkippedInvalidationOnRebind = false;
701
708
  };
702
709
 
@@ -1404,6 +1411,16 @@ function(
1404
1411
  }
1405
1412
  };
1406
1413
 
1414
+ // clear the selection during filtering and sorting if the rememeberSelections is not active and selected property is not two-way bound
1415
+ ListBase.prototype._clearUnboundSelections = function(sReason) {
1416
+ if ((sReason === ChangeReason.Filter || sReason === ChangeReason.Sort || sReason === ChangeReason.Context) && !this.getRememberSelections()) {
1417
+ const oFirstItem = this.getItems(true)[0];
1418
+ if (oFirstItem && !oFirstItem.isSelectedBoundTwoWay()) {
1419
+ this.removeSelections();
1420
+ }
1421
+ }
1422
+ };
1423
+
1407
1424
  // called before update started via sorting/filtering/growing etc.
1408
1425
  ListBase.prototype._updateStarted = function(sReason) {
1409
1426
  // if data receiving/update is not started or ongoing
@@ -2120,37 +2137,57 @@ function(
2120
2137
  };
2121
2138
 
2122
2139
  ListBase.prototype.getAccessbilityPosition = function(oItem) {
2123
- var iSetSize, iPosInSet,
2124
- aItems = this.getVisibleItems(),
2125
- sAriaRole = this.getAriaRole(),
2126
- bExcludeGroupHeaderFromCount = (sAriaRole === "list" || sAriaRole === "listbox");
2127
-
2128
- if (bExcludeGroupHeaderFromCount) {
2129
- aItems = aItems.filter(function(oItem) {
2130
- return !oItem.isGroupHeader();
2131
- });
2140
+ let iSetSize, iPosInSet,
2141
+ aItems = this.getVisibleItems();
2142
+
2143
+ iSetSize = this.getSize();
2144
+ if (this._hasNestedGrouping()) {
2145
+ const aGroupItems = aItems
2146
+ .filter((oItem) => oItem.isGroupHeader())
2147
+ .find((oGroupHeader) => {
2148
+ const aGroupedItems = oGroupHeader.getGroupedItems() ?? [];
2149
+ return aGroupedItems.some((sItemId) => sItemId === oItem.getId());
2150
+ });
2151
+
2152
+ if (aGroupItems) {
2153
+ const aGroupItemIds = aGroupItems.getGroupedItems();
2154
+ aItems = aItems.filter((oItem) => aGroupItemIds.includes(oItem.getId()));
2155
+ iSetSize = aItems.length;
2156
+ }
2157
+ } else if (this._skipGroupHeaderFocus()) {
2158
+ aItems = aItems.filter((oItem) => !oItem.isGroupHeader());
2132
2159
  }
2133
2160
 
2134
2161
  if (oItem) {
2135
2162
  iPosInSet = aItems.indexOf(oItem) + 1;
2136
2163
  }
2137
2164
 
2138
- var oBinding = this.getBinding("items");
2165
+ return {
2166
+ setsize: iSetSize,
2167
+ posinset: iPosInSet
2168
+ };
2169
+ };
2170
+
2171
+ ListBase.prototype.getSize = function() {
2172
+ let aItems = this.getVisibleItems();
2173
+ const bExcludeGroupHeaderFromCount = (this._hasNestedGrouping() || this._skipGroupHeaderFocus());
2174
+
2175
+ if (bExcludeGroupHeaderFromCount) {
2176
+ aItems = aItems.filter((oItem) => !oItem.isGroupHeader());
2177
+ }
2178
+ let iSize = aItems.length;
2179
+
2180
+ const oBinding = this.getBinding("items");
2139
2181
  if (oBinding && this.getGrowing() && this.getGrowingScrollToLoad()) {
2140
- iSetSize = oBinding.getLength();
2182
+ iSize = oBinding.getLength();
2141
2183
  if (!bExcludeGroupHeaderFromCount && oBinding.isGrouped()) {
2142
- iSetSize += aItems.filter(function(oItem) {
2184
+ iSize += aItems.filter(function(oItem) {
2143
2185
  return oItem.isGroupHeader();
2144
2186
  }).length;
2145
2187
  }
2146
- } else {
2147
- iSetSize = aItems.length;
2148
2188
  }
2149
2189
 
2150
- return {
2151
- setsize: iSetSize,
2152
- posinset: iPosInSet
2153
- };
2190
+ return iSize;
2154
2191
  };
2155
2192
 
2156
2193
  // this gets called when the focus is on the item or its content
@@ -2245,6 +2282,8 @@ function(
2245
2282
  $FocusedItem.addAriaLabelledBy(oInvisibleText.getId(), bPrepend);
2246
2283
  };
2247
2284
 
2285
+ ListBase.prototype._updateInvisibleGroupText = function() {};
2286
+
2248
2287
  /* Keyboard Handling */
2249
2288
  ListBase.prototype.getNavigationRoot = function() {
2250
2289
  return this.getDomRef("listUl");
@@ -2331,7 +2370,12 @@ function(
2331
2370
  * @since 1.26
2332
2371
  */
2333
2372
  ListBase.prototype.setNavigationItems = function(oItemNavigation, oNavigationRoot) {
2334
- var aNavigationItems = jQuery(oNavigationRoot).children(".sapMLIB").get();
2373
+ let sSelector = ".sapMLIB";
2374
+ if (this._skipGroupHeaderFocus()) {
2375
+ // TODO: maybe use aria-roledescription instead, as CustomListItem and StandardListItem do not have MGHLI class
2376
+ sSelector = ".sapMLIB:not(.sapMGHLI)";
2377
+ }
2378
+ var aNavigationItems = jQuery(oNavigationRoot).children(sSelector).get();
2335
2379
  oItemNavigation.setItemDomRefs(aNavigationItems);
2336
2380
  if (oItemNavigation.getFocusedIndex() == -1) {
2337
2381
  if (this.getGrowing() && this.getGrowingDirection() == ListGrowingDirection.Upwards) {
@@ -2782,9 +2826,7 @@ function(
2782
2826
  });
2783
2827
  }
2784
2828
 
2785
- bGroupHeaders = this.getItems(true).some((oItem) => {
2786
- return oItem.isGroupHeader();
2787
- });
2829
+ bGroupHeaders = this.isGrouped();
2788
2830
 
2789
2831
  aSticky.forEach(function(sSticky) {
2790
2832
  if (sSticky === Sticky.HeaderToolbar && bHeaderToolbarVisible) {
@@ -3078,6 +3120,14 @@ function(
3078
3120
  return "list";
3079
3121
  };
3080
3122
 
3123
+ ListBase.prototype._skipGroupHeaderFocus = function() {
3124
+ return false;
3125
+ };
3126
+
3127
+ ListBase.prototype._hasNestedGrouping = function() {
3128
+ return false;
3129
+ };
3130
+
3081
3131
  return ListBase;
3082
3132
 
3083
3133
  });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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/library", "sap/ui/core/library", "sap/ui/Device", "sap/ui/core/InvisibleText", "./ListItemBaseRenderer"],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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.ui.core.Control
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.131.1
75
+ * @version 1.132.1
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -390,7 +390,8 @@ function(
390
390
  };
391
391
 
392
392
  ListItemBase.prototype.getGroupAnnouncement = function() {
393
- return this.$().prevAll(".sapMGHLI:first").text();
393
+ const oList = this.getList();
394
+ return oList?.getAriaRole() === "listbox" ? this.$().prevAll(".sapMGHLI:first").text() : "";
394
395
  };
395
396
 
396
397
  ListItemBase.prototype.getAccessibilityDescription = function(oBundle) {
@@ -424,9 +425,10 @@ function(
424
425
  if (sType == ListItemType.Navigation) {
425
426
  aOutput.push(oBundle.getText("LIST_ITEM_NAVIGATION"));
426
427
  } else if (sType == ListItemType.Active || sType == ListItemType.DetailAndActive) {
427
- aOutput.push(oBundle.getText("LIST_ITEM_ACTIVE"));
428
- }
428
+ aOutput.push(oBundle.getText("LIST_ITEM_ACTIVE"));
429
+ }
429
430
 
431
+ // Do not announce group header if List
430
432
  var sGroupAnnouncement = this.getGroupAnnouncement() || "";
431
433
  if (sGroupAnnouncement) {
432
434
  aOutput.push(sGroupAnnouncement);