@openui5/sap.m 1.108.2 → 1.110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (832) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +4 -4
  4. package/src/sap/m/.library +2 -2
  5. package/src/sap/m/AccButton.js +2 -2
  6. package/src/sap/m/AccButtonRenderer.js +1 -1
  7. package/src/sap/m/ActionListItem.js +2 -2
  8. package/src/sap/m/ActionListItemRenderer.js +1 -1
  9. package/src/sap/m/ActionSelect.js +2 -2
  10. package/src/sap/m/ActionSelectRenderer.js +1 -1
  11. package/src/sap/m/ActionSheet.js +2 -2
  12. package/src/sap/m/ActionSheetRenderer.js +1 -1
  13. package/src/sap/m/ActionTile.js +88 -88
  14. package/src/sap/m/ActionTileContent.js +2 -2
  15. package/src/sap/m/ActionTileContentRenderer.js +1 -1
  16. package/src/sap/m/AdditionalTextButton.js +2 -2
  17. package/src/sap/m/AdditionalTextButtonRenderer.js +1 -1
  18. package/src/sap/m/App.js +2 -2
  19. package/src/sap/m/AppRenderer.js +1 -1
  20. package/src/sap/m/AssociativeOverflowToolbar.js +2 -2
  21. package/src/sap/m/Avatar.js +2 -2
  22. package/src/sap/m/AvatarColor.js +1 -1
  23. package/src/sap/m/AvatarImageFitType.js +1 -1
  24. package/src/sap/m/AvatarRenderer.js +1 -1
  25. package/src/sap/m/AvatarShape.js +1 -1
  26. package/src/sap/m/AvatarSize.js +1 -1
  27. package/src/sap/m/AvatarType.js +1 -1
  28. package/src/sap/m/BadgeCustomData.js +1 -1
  29. package/src/sap/m/BadgeEnabler.js +1 -1
  30. package/src/sap/m/Bar.js +4 -4
  31. package/src/sap/m/BarInPageEnabler.js +21 -3
  32. package/src/sap/m/BarRenderer.js +1 -1
  33. package/src/sap/m/Breadcrumbs.js +16 -2
  34. package/src/sap/m/BreadcrumbsRenderer.js +1 -1
  35. package/src/sap/m/BusyDialog.js +2 -2
  36. package/src/sap/m/BusyIndicator.js +2 -2
  37. package/src/sap/m/BusyIndicatorRenderer.js +1 -1
  38. package/src/sap/m/Button.js +19 -4
  39. package/src/sap/m/ButtonRenderer.js +1 -1
  40. package/src/sap/m/Carousel.js +20 -7
  41. package/src/sap/m/CarouselLayout.js +3 -3
  42. package/src/sap/m/CarouselRenderer.js +3 -2
  43. package/src/sap/m/CheckBox.js +18 -3
  44. package/src/sap/m/CheckBoxRenderer.js +1 -1
  45. package/src/sap/m/ColorPalette.js +3 -3
  46. package/src/sap/m/ColorPalettePopover.js +2 -2
  47. package/src/sap/m/ColorPaletteRenderer.js +1 -1
  48. package/src/sap/m/Column.js +4 -5
  49. package/src/sap/m/ColumnHeaderPopover.js +9 -5
  50. package/src/sap/m/ColumnListItem.js +21 -3
  51. package/src/sap/m/ColumnListItemRenderer.js +1 -1
  52. package/src/sap/m/ColumnPopoverActionItem.js +2 -2
  53. package/src/sap/m/ColumnPopoverCustomItem.js +2 -2
  54. package/src/sap/m/ColumnPopoverItem.js +2 -2
  55. package/src/sap/m/ColumnPopoverSelectListItem.js +2 -2
  56. package/src/sap/m/ColumnPopoverSortItem.js +2 -2
  57. package/src/sap/m/ComboBox.js +44 -20
  58. package/src/sap/m/ComboBoxBase.js +20 -11
  59. package/src/sap/m/ComboBoxBaseRenderer.js +4 -4
  60. package/src/sap/m/ComboBoxRenderer.js +1 -1
  61. package/src/sap/m/ComboBoxTextField.js +2 -2
  62. package/src/sap/m/ComboBoxTextFieldRenderer.js +1 -1
  63. package/src/sap/m/CustomAttribute.js +1 -1
  64. package/src/sap/m/CustomDynamicDateOption.js +2 -2
  65. package/src/sap/m/CustomListItem.js +3 -3
  66. package/src/sap/m/CustomListItemRenderer.js +1 -1
  67. package/src/sap/m/CustomTile.js +2 -2
  68. package/src/sap/m/CustomTileRenderer.js +1 -1
  69. package/src/sap/m/CustomTreeItem.js +2 -2
  70. package/src/sap/m/CustomTreeItemRenderer.js +1 -1
  71. package/src/sap/m/DatePicker.js +22 -12
  72. package/src/sap/m/DatePickerRenderer.js +1 -1
  73. package/src/sap/m/DateRangeSelection.js +26 -15
  74. package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
  75. package/src/sap/m/DateTimeField.js +11 -2
  76. package/src/sap/m/DateTimeFieldRenderer.js +1 -1
  77. package/src/sap/m/DateTimeInput.js +28 -5
  78. package/src/sap/m/DateTimeInputRenderer.js +1 -1
  79. package/src/sap/m/DateTimePicker.js +5 -5
  80. package/src/sap/m/DateTimePickerRenderer.js +1 -1
  81. package/src/sap/m/Dialog.js +55 -9
  82. package/src/sap/m/DialogRenderer.js +15 -8
  83. package/src/sap/m/DisplayListItem.js +2 -2
  84. package/src/sap/m/DisplayListItemRenderer.js +1 -1
  85. package/src/sap/m/DraftIndicator.js +2 -2
  86. package/src/sap/m/DraftIndicatorRenderer.js +1 -1
  87. package/src/sap/m/DynamicDate.js +2 -2
  88. package/src/sap/m/DynamicDateFormat.js +1 -1
  89. package/src/sap/m/DynamicDateOption.js +3 -3
  90. package/src/sap/m/DynamicDateRange.js +35 -2
  91. package/src/sap/m/DynamicDateRangeRenderer.js +1 -1
  92. package/src/sap/m/DynamicDateUtil.js +1 -1
  93. package/src/sap/m/DynamicDateValueHelpUIType.js +3 -3
  94. package/src/sap/m/ExpandableText.js +23 -11
  95. package/src/sap/m/ExpandableTextRenderer.js +1 -1
  96. package/src/sap/m/FacetFilter.js +6 -4
  97. package/src/sap/m/FacetFilterItem.js +2 -2
  98. package/src/sap/m/FacetFilterItemRenderer.js +1 -1
  99. package/src/sap/m/FacetFilterList.js +2 -2
  100. package/src/sap/m/FacetFilterListRenderer.js +1 -1
  101. package/src/sap/m/FacetFilterRenderer.js +1 -1
  102. package/src/sap/m/FeedContent.js +2 -2
  103. package/src/sap/m/FeedContentRenderer.js +1 -1
  104. package/src/sap/m/FeedInput.js +2 -2
  105. package/src/sap/m/FeedInputRenderer.js +1 -1
  106. package/src/sap/m/FeedListItem.js +2 -2
  107. package/src/sap/m/FeedListItemAction.js +2 -2
  108. package/src/sap/m/FeedListItemRenderer.js +1 -1
  109. package/src/sap/m/Fiori20Adapter.js +3 -3
  110. package/src/sap/m/FlexBox.js +3 -3
  111. package/src/sap/m/FlexBoxRenderer.js +1 -1
  112. package/src/sap/m/FlexBoxStylingHelper.js +1 -1
  113. package/src/sap/m/FlexItemData.js +2 -2
  114. package/src/sap/m/FormattedText.js +2 -2
  115. package/src/sap/m/FormattedTextAnchorGenerator.js +1 -1
  116. package/src/sap/m/FormattedTextRenderer.js +1 -1
  117. package/src/sap/m/GenericTag.js +19 -3
  118. package/src/sap/m/GenericTagRenderer.js +1 -1
  119. package/src/sap/m/GenericTile.js +51 -18
  120. package/src/sap/m/GenericTileLineModeRenderer.js +4 -4
  121. package/src/sap/m/GenericTileRenderer.js +5 -2
  122. package/src/sap/m/GroupHeaderListItem.js +3 -3
  123. package/src/sap/m/GroupHeaderListItemRenderer.js +1 -1
  124. package/src/sap/m/GrowingEnablement.js +41 -11
  125. package/src/sap/m/GrowingList.js +2 -2
  126. package/src/sap/m/GrowingListRenderer.js +1 -1
  127. package/src/sap/m/HBox.js +2 -2
  128. package/src/sap/m/HBoxRenderer.js +1 -1
  129. package/src/sap/m/HeaderContainer.js +5 -4
  130. package/src/sap/m/HeaderContainerItemNavigator.js +2 -2
  131. package/src/sap/m/HeaderContainerRenderer.js +1 -1
  132. package/src/sap/m/HyphenationSupport.js +1 -1
  133. package/src/sap/m/IconTabBar.js +17 -4
  134. package/src/sap/m/IconTabBarDragAndDropUtil.js +1 -1
  135. package/src/sap/m/IconTabBarRenderer.js +1 -1
  136. package/src/sap/m/IconTabBarSelectList.js +2 -2
  137. package/src/sap/m/IconTabBarSelectListRenderer.js +1 -1
  138. package/src/sap/m/IconTabFilter.js +2 -2
  139. package/src/sap/m/IconTabFilterExpandButtonBadge.js +2 -2
  140. package/src/sap/m/IconTabHeader.js +31 -2
  141. package/src/sap/m/IconTabHeaderRenderer.js +1 -1
  142. package/src/sap/m/IconTabSeparator.js +2 -2
  143. package/src/sap/m/IllustratedMessage.js +6 -3
  144. package/src/sap/m/IllustratedMessageRenderer.js +1 -1
  145. package/src/sap/m/IllustratedMessageSize.js +1 -1
  146. package/src/sap/m/IllustratedMessageType.js +21 -3
  147. package/src/sap/m/Illustration.js +2 -2
  148. package/src/sap/m/IllustrationPool.js +1 -1
  149. package/src/sap/m/IllustrationRenderer.js +1 -1
  150. package/src/sap/m/Image.js +4 -3
  151. package/src/sap/m/ImageContent.js +2 -2
  152. package/src/sap/m/ImageContentRenderer.js +1 -1
  153. package/src/sap/m/ImageRenderer.js +1 -1
  154. package/src/sap/m/Input.js +160 -34
  155. package/src/sap/m/InputBase.js +4 -4
  156. package/src/sap/m/InputBaseRenderer.js +3 -3
  157. package/src/sap/m/InputListItem.js +2 -2
  158. package/src/sap/m/InputListItemRenderer.js +1 -1
  159. package/src/sap/m/InputRenderer.js +1 -1
  160. package/src/sap/m/InstanceManager.js +1 -1
  161. package/src/sap/m/Label.js +18 -4
  162. package/src/sap/m/LabelRenderer.js +1 -1
  163. package/src/sap/m/LightBox.js +52 -66
  164. package/src/sap/m/LightBoxItem.js +2 -2
  165. package/src/sap/m/LightBoxRenderer.js +7 -5
  166. package/src/sap/m/Link.js +19 -4
  167. package/src/sap/m/LinkRenderer.js +1 -1
  168. package/src/sap/m/List.js +2 -2
  169. package/src/sap/m/ListBase.js +23 -12
  170. package/src/sap/m/ListBaseRenderer.js +1 -1
  171. package/src/sap/m/ListItemBase.js +6 -8
  172. package/src/sap/m/ListItemBaseRenderer.js +6 -6
  173. package/src/sap/m/ListRenderer.js +1 -1
  174. package/src/sap/m/MaskEnabler.js +2 -2
  175. package/src/sap/m/MaskInput.js +2 -2
  176. package/src/sap/m/MaskInputRenderer.js +1 -1
  177. package/src/sap/m/MaskInputRule.js +2 -2
  178. package/src/sap/m/Menu.js +2 -2
  179. package/src/sap/m/MenuButton.js +18 -33
  180. package/src/sap/m/MenuButtonRenderer.js +1 -1
  181. package/src/sap/m/MenuItem.js +2 -2
  182. package/src/sap/m/MenuListItem.js +2 -2
  183. package/src/sap/m/MenuListItemRenderer.js +1 -1
  184. package/src/sap/m/MessageBox.js +1 -1
  185. package/src/sap/m/MessageItem.js +2 -2
  186. package/src/sap/m/MessageListItem.js +2 -2
  187. package/src/sap/m/MessageListItemRenderer.js +1 -1
  188. package/src/sap/m/MessagePage.js +21 -23
  189. package/src/sap/m/MessagePageRenderer.js +1 -1
  190. package/src/sap/m/MessagePopover.js +2 -2
  191. package/src/sap/m/MessagePopoverItem.js +2 -2
  192. package/src/sap/m/MessagePopoverRenderer.js +1 -1
  193. package/src/sap/m/MessageStrip.js +8 -3
  194. package/src/sap/m/MessageStripRenderer.js +1 -1
  195. package/src/sap/m/MessageStripUtilities.js +2 -3
  196. package/src/sap/m/MessageToast.js +6 -4
  197. package/src/sap/m/MessageView.js +8 -8
  198. package/src/sap/m/MessageViewRenderer.js +1 -1
  199. package/src/sap/m/MultiComboBox.js +64 -38
  200. package/src/sap/m/MultiComboBoxRenderer.js +1 -1
  201. package/src/sap/m/MultiEditField.js +2 -2
  202. package/src/sap/m/MultiInput.js +10 -15
  203. package/src/sap/m/MultiInputRenderer.js +1 -1
  204. package/src/sap/m/NavContainer.js +3 -3
  205. package/src/sap/m/NavContainerRenderer.js +1 -1
  206. package/src/sap/m/NewsContent.js +2 -2
  207. package/src/sap/m/NewsContentRenderer.js +1 -1
  208. package/src/sap/m/NotificationList.js +27 -2
  209. package/src/sap/m/NotificationListBase.js +193 -3
  210. package/src/sap/m/NotificationListGroup.js +29 -3
  211. package/src/sap/m/NotificationListGroupRenderer.js +3 -5
  212. package/src/sap/m/NotificationListItem.js +6 -39
  213. package/src/sap/m/NotificationListItemRenderer.js +2 -5
  214. package/src/sap/m/NotificationListRenderer.js +3 -3
  215. package/src/sap/m/NumericContent.js +2 -2
  216. package/src/sap/m/NumericContentRenderer.js +1 -1
  217. package/src/sap/m/NumericInput.js +2 -2
  218. package/src/sap/m/NumericInputRenderer.js +1 -1
  219. package/src/sap/m/ObjectAttribute.js +2 -2
  220. package/src/sap/m/ObjectAttributeRenderer.js +1 -1
  221. package/src/sap/m/ObjectHeader.js +2 -2
  222. package/src/sap/m/ObjectHeaderRenderer.js +1 -1
  223. package/src/sap/m/ObjectIdentifier.js +3 -3
  224. package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
  225. package/src/sap/m/ObjectListItem.js +2 -2
  226. package/src/sap/m/ObjectListItemRenderer.js +1 -1
  227. package/src/sap/m/ObjectMarker.js +10 -9
  228. package/src/sap/m/ObjectMarkerRenderer.js +1 -1
  229. package/src/sap/m/ObjectNumber.js +5 -3
  230. package/src/sap/m/ObjectNumberRenderer.js +22 -9
  231. package/src/sap/m/ObjectStatus.js +28 -15
  232. package/src/sap/m/ObjectStatusRenderer.js +3 -6
  233. package/src/sap/m/OverflowToolbar.js +23 -8
  234. package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
  235. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +40 -6
  236. package/src/sap/m/OverflowToolbarAssociativePopoverRenderer.js +1 -1
  237. package/src/sap/m/OverflowToolbarButton.js +32 -18
  238. package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
  239. package/src/sap/m/OverflowToolbarMenuButton.js +72 -0
  240. package/src/sap/m/OverflowToolbarRenderer.js +1 -1
  241. package/src/sap/m/OverflowToolbarToggleButton.js +2 -2
  242. package/src/sap/m/P13nAnyFilterItem.js +2 -2
  243. package/src/sap/m/P13nColumnsItem.js +2 -2
  244. package/src/sap/m/P13nColumnsPanel.js +2 -2
  245. package/src/sap/m/P13nConditionPanel.js +2 -2
  246. package/src/sap/m/P13nConditionPanelRenderer.js +1 -1
  247. package/src/sap/m/P13nDialog.js +2 -2
  248. package/src/sap/m/P13nDimMeasureItem.js +2 -2
  249. package/src/sap/m/P13nDimMeasurePanel.js +2 -2
  250. package/src/sap/m/P13nFilterItem.js +2 -2
  251. package/src/sap/m/P13nFilterPanel.js +2 -2
  252. package/src/sap/m/P13nFilterPanelRenderer.js +1 -1
  253. package/src/sap/m/P13nGroupItem.js +2 -2
  254. package/src/sap/m/P13nGroupPanel.js +2 -2
  255. package/src/sap/m/P13nItem.js +8 -6
  256. package/src/sap/m/P13nOperationsHelper.js +2 -1
  257. package/src/sap/m/P13nPanel.js +2 -2
  258. package/src/sap/m/P13nSelectionItem.js +2 -2
  259. package/src/sap/m/P13nSelectionPanel.js +2 -2
  260. package/src/sap/m/P13nSortItem.js +2 -2
  261. package/src/sap/m/P13nSortPanel.js +2 -2
  262. package/src/sap/m/PDFViewer.js +3 -3
  263. package/src/sap/m/PDFViewerRenderManager.js +1 -1
  264. package/src/sap/m/PDFViewerRenderer.js +1 -1
  265. package/src/sap/m/Page.js +6 -5
  266. package/src/sap/m/PageAccessibleLandmarkInfo.js +2 -2
  267. package/src/sap/m/PageRenderer.js +1 -1
  268. package/src/sap/m/PagingButton.js +2 -2
  269. package/src/sap/m/PagingButtonRenderer.js +1 -1
  270. package/src/sap/m/Panel.js +12 -2
  271. package/src/sap/m/PanelRenderer.js +1 -1
  272. package/src/sap/m/PlanningCalendar.js +187 -27
  273. package/src/sap/m/PlanningCalendarHeader.js +60 -5
  274. package/src/sap/m/PlanningCalendarHeaderRenderer.js +1 -1
  275. package/src/sap/m/PlanningCalendarLegend.js +2 -2
  276. package/src/sap/m/PlanningCalendarLegendRenderer.js +1 -1
  277. package/src/sap/m/PlanningCalendarRenderer.js +1 -1
  278. package/src/sap/m/PlanningCalendarRow.js +2 -2
  279. package/src/sap/m/PlanningCalendarView.js +2 -2
  280. package/src/sap/m/Popover.js +22 -32
  281. package/src/sap/m/PopoverRenderer.js +1 -1
  282. package/src/sap/m/ProgressIndicator.js +10 -8
  283. package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
  284. package/src/sap/m/PullToRefresh.js +4 -6
  285. package/src/sap/m/PullToRefreshRenderer.js +1 -1
  286. package/src/sap/m/QuickView.js +3 -3
  287. package/src/sap/m/QuickViewBase.js +2 -2
  288. package/src/sap/m/QuickViewCard.js +2 -2
  289. package/src/sap/m/QuickViewCardRenderer.js +1 -1
  290. package/src/sap/m/QuickViewGroup.js +2 -2
  291. package/src/sap/m/QuickViewGroupElement.js +2 -2
  292. package/src/sap/m/QuickViewPage.js +28 -3
  293. package/src/sap/m/QuickViewPageRenderer.js +1 -1
  294. package/src/sap/m/RadioButton.js +21 -6
  295. package/src/sap/m/RadioButtonGroup.js +2 -2
  296. package/src/sap/m/RadioButtonGroupRenderer.js +1 -1
  297. package/src/sap/m/RadioButtonRenderer.js +1 -1
  298. package/src/sap/m/RangeSlider.js +3 -3
  299. package/src/sap/m/RangeSliderRenderer.js +1 -1
  300. package/src/sap/m/RatingIndicator.js +2 -2
  301. package/src/sap/m/RatingIndicatorRenderer.js +1 -1
  302. package/src/sap/m/ResponsivePopover.js +5 -3
  303. package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
  304. package/src/sap/m/ResponsiveScale.js +2 -2
  305. package/src/sap/m/ScrollBar.js +2 -2
  306. package/src/sap/m/ScrollBarRenderer.js +1 -1
  307. package/src/sap/m/ScrollContainer.js +2 -2
  308. package/src/sap/m/ScrollContainerRenderer.js +1 -1
  309. package/src/sap/m/SearchField.js +28 -62
  310. package/src/sap/m/SearchFieldRenderer.js +3 -21
  311. package/src/sap/m/SegmentedButton.js +15 -4
  312. package/src/sap/m/SegmentedButtonItem.js +2 -2
  313. package/src/sap/m/SegmentedButtonRenderer.js +1 -1
  314. package/src/sap/m/Select.js +24 -5
  315. package/src/sap/m/SelectDialog.js +52 -12
  316. package/src/sap/m/SelectDialogBase.js +2 -2
  317. package/src/sap/m/SelectList.js +6 -8
  318. package/src/sap/m/SelectListRenderer.js +1 -1
  319. package/src/sap/m/SelectRenderer.js +1 -1
  320. package/src/sap/m/SelectionDetails.js +2 -2
  321. package/src/sap/m/SelectionDetailsFacade.js +3 -3
  322. package/src/sap/m/SelectionDetailsItem.js +2 -2
  323. package/src/sap/m/SelectionDetailsItemLine.js +2 -2
  324. package/src/sap/m/SelectionDetailsListItemRenderer.js +1 -1
  325. package/src/sap/m/SelectionDetailsRenderer.js +1 -1
  326. package/src/sap/m/Shell.js +12 -3
  327. package/src/sap/m/ShellRenderer.js +1 -1
  328. package/src/sap/m/SimpleFixFlex.js +2 -2
  329. package/src/sap/m/SimpleFixFlexRenderer.js +1 -1
  330. package/src/sap/m/SinglePlanningCalendar.js +56 -17
  331. package/src/sap/m/SinglePlanningCalendarDayView.js +2 -2
  332. package/src/sap/m/SinglePlanningCalendarGrid.js +19 -4
  333. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +1 -1
  334. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +41 -15
  335. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +24 -4
  336. package/src/sap/m/SinglePlanningCalendarMonthView.js +2 -2
  337. package/src/sap/m/SinglePlanningCalendarRenderer.js +1 -1
  338. package/src/sap/m/SinglePlanningCalendarUtilities.js +1 -1
  339. package/src/sap/m/SinglePlanningCalendarView.js +12 -4
  340. package/src/sap/m/SinglePlanningCalendarWeekView.js +20 -8
  341. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +2 -2
  342. package/src/sap/m/SlideTile.js +9 -20
  343. package/src/sap/m/SlideTileRenderer.js +1 -1
  344. package/src/sap/m/Slider.js +2 -2
  345. package/src/sap/m/SliderRenderer.js +5 -4
  346. package/src/sap/m/SliderTooltip.js +2 -2
  347. package/src/sap/m/SliderTooltipBase.js +2 -2
  348. package/src/sap/m/SliderTooltipBaseRenderer.js +1 -1
  349. package/src/sap/m/SliderTooltipContainer.js +2 -2
  350. package/src/sap/m/SliderTooltipContainerRenderer.js +1 -1
  351. package/src/sap/m/SliderTooltipRenderer.js +1 -1
  352. package/src/sap/m/SliderUtilities.js +1 -1
  353. package/src/sap/m/SplitApp.js +2 -2
  354. package/src/sap/m/SplitAppRenderer.js +1 -1
  355. package/src/sap/m/SplitButton.js +16 -4
  356. package/src/sap/m/SplitButtonRenderer.js +1 -1
  357. package/src/sap/m/SplitContainer.js +47 -47
  358. package/src/sap/m/SplitContainerRenderer.js +1 -1
  359. package/src/sap/m/StandardDynamicDateOption.js +2 -2
  360. package/src/sap/m/StandardListItem.js +2 -2
  361. package/src/sap/m/StandardListItemRenderer.js +1 -1
  362. package/src/sap/m/StandardTile.js +2 -2
  363. package/src/sap/m/StandardTileRenderer.js +1 -1
  364. package/src/sap/m/StandardTreeItem.js +2 -2
  365. package/src/sap/m/StandardTreeItemRenderer.js +1 -1
  366. package/src/sap/m/StepInput.js +31 -5
  367. package/src/sap/m/StepInputRenderer.js +1 -1
  368. package/src/sap/m/Suggest.js +1 -1
  369. package/src/sap/m/SuggestionItem.js +2 -2
  370. package/src/sap/m/SuggestionsList.js +1 -1
  371. package/src/sap/m/SuggestionsListRenderer.js +1 -1
  372. package/src/sap/m/SuggestionsPopover.js +2 -2
  373. package/src/sap/m/Support.js +1 -1
  374. package/src/sap/m/Switch.js +19 -5
  375. package/src/sap/m/SwitchRenderer.js +3 -3
  376. package/src/sap/m/TabContainer.js +2 -2
  377. package/src/sap/m/TabContainerItem.js +2 -2
  378. package/src/sap/m/TabContainerRenderer.js +1 -1
  379. package/src/sap/m/TabStrip.js +13 -8
  380. package/src/sap/m/TabStripItem.js +2 -2
  381. package/src/sap/m/TabStripRenderer.js +1 -1
  382. package/src/sap/m/Table.js +40 -23
  383. package/src/sap/m/TablePersoController.js +2 -2
  384. package/src/sap/m/TablePersoDialog.js +31 -8
  385. package/src/sap/m/TablePersoProvider.js +2 -2
  386. package/src/sap/m/TableRenderer.js +2 -2
  387. package/src/sap/m/TableSelectDialog.js +44 -8
  388. package/src/sap/m/Text.js +18 -4
  389. package/src/sap/m/TextArea.js +2 -2
  390. package/src/sap/m/TextAreaRenderer.js +1 -1
  391. package/src/sap/m/TextRenderer.js +1 -1
  392. package/src/sap/m/Tile.js +2 -2
  393. package/src/sap/m/TileContainer.js +5 -5
  394. package/src/sap/m/TileContainerRenderer.js +1 -1
  395. package/src/sap/m/TileContent.js +2 -2
  396. package/src/sap/m/TileContentRenderer.js +3 -4
  397. package/src/sap/m/TileRenderer.js +1 -1
  398. package/src/sap/m/TimePicker.js +19 -18
  399. package/src/sap/m/TimePickerClock.js +2 -2
  400. package/src/sap/m/TimePickerClockRenderer.js +1 -1
  401. package/src/sap/m/TimePickerClocks.js +2 -2
  402. package/src/sap/m/TimePickerClocksRenderer.js +1 -1
  403. package/src/sap/m/TimePickerInputs.js +2 -2
  404. package/src/sap/m/TimePickerInputsRenderer.js +1 -1
  405. package/src/sap/m/TimePickerInternals.js +3 -3
  406. package/src/sap/m/TimePickerInternalsRenderer.js +1 -1
  407. package/src/sap/m/TimePickerRenderer.js +1 -1
  408. package/src/sap/m/TimePickerSlider.js +5 -3
  409. package/src/sap/m/TimePickerSliderRenderer.js +1 -1
  410. package/src/sap/m/TimePickerSliders.js +4 -4
  411. package/src/sap/m/TimePickerSlidersRenderer.js +1 -1
  412. package/src/sap/m/Title.js +19 -4
  413. package/src/sap/m/TitlePropagationSupport.js +2 -2
  414. package/src/sap/m/TitleRenderer.js +1 -1
  415. package/src/sap/m/ToDoCardRenderer.js +1 -1
  416. package/src/sap/m/ToggleButton.js +18 -4
  417. package/src/sap/m/ToggleButtonRenderer.js +1 -1
  418. package/src/sap/m/Token.js +5 -11
  419. package/src/sap/m/TokenRenderer.js +1 -1
  420. package/src/sap/m/Tokenizer.js +32 -12
  421. package/src/sap/m/TokenizerRenderer.js +8 -22
  422. package/src/sap/m/Toolbar.js +30 -4
  423. package/src/sap/m/ToolbarLayoutData.js +2 -2
  424. package/src/sap/m/ToolbarRenderer.js +7 -6
  425. package/src/sap/m/ToolbarSeparator.js +4 -3
  426. package/src/sap/m/ToolbarSeparatorRenderer.js +1 -1
  427. package/src/sap/m/ToolbarSpacer.js +2 -2
  428. package/src/sap/m/ToolbarSpacerRenderer.js +1 -1
  429. package/src/sap/m/Tree.js +2 -2
  430. package/src/sap/m/TreeItemBase.js +2 -2
  431. package/src/sap/m/TreeItemBaseRenderer.js +1 -1
  432. package/src/sap/m/TreeRenderer.js +5 -1
  433. package/src/sap/m/UploadCollection.js +11 -26
  434. package/src/sap/m/UploadCollectionItem.js +2 -2
  435. package/src/sap/m/UploadCollectionParameter.js +2 -2
  436. package/src/sap/m/UploadCollectionRenderer.js +1 -1
  437. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +2 -2
  438. package/src/sap/m/VBox.js +2 -2
  439. package/src/sap/m/VBoxRenderer.js +1 -1
  440. package/src/sap/m/ValueStateHeader.js +2 -2
  441. package/src/sap/m/VariantItem.js +1 -1
  442. package/src/sap/m/VariantManagement.js +50 -10
  443. package/src/sap/m/ViewSettingsCustomItem.js +8 -7
  444. package/src/sap/m/ViewSettingsCustomTab.js +2 -2
  445. package/src/sap/m/ViewSettingsDialog.js +79 -69
  446. package/src/sap/m/ViewSettingsDialogRenderer.js +1 -1
  447. package/src/sap/m/ViewSettingsFilterItem.js +2 -2
  448. package/src/sap/m/ViewSettingsItem.js +2 -2
  449. package/src/sap/m/VisibleItem.js +2 -2
  450. package/src/sap/m/WheelSlider.js +5 -3
  451. package/src/sap/m/WheelSliderContainer.js +2 -2
  452. package/src/sap/m/WheelSliderContainerRenderer.js +1 -1
  453. package/src/sap/m/WheelSliderRenderer.js +1 -1
  454. package/src/sap/m/Wizard.js +19 -11
  455. package/src/sap/m/WizardProgressNavigator.js +2 -2
  456. package/src/sap/m/WizardProgressNavigatorRenderer.js +1 -1
  457. package/src/sap/m/WizardRenderer.js +1 -1
  458. package/src/sap/m/WizardStep.js +21 -6
  459. package/src/sap/m/WizardStepRenderer.js +1 -1
  460. package/src/sap/m/changeHandler/AddTableColumn.js +3 -3
  461. package/src/sap/m/changeHandler/ChangeLinkTarget.js +2 -2
  462. package/src/sap/m/changeHandler/CombineButtons.js +2 -2
  463. package/src/sap/m/changeHandler/MoveTableColumns.js +2 -2
  464. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +2 -2
  465. package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
  466. package/src/sap/m/delegate/DateNavigation.js +11 -2
  467. package/src/sap/m/delegate/ValueStateMessage.js +1 -1
  468. package/src/sap/m/designtime/ActionSheet.designtime.js +1 -1
  469. package/src/sap/m/designtime/Avatar.designtime.js +1 -1
  470. package/src/sap/m/designtime/Bar.designtime.js +1 -1
  471. package/src/sap/m/designtime/Breadcrumbs.designtime.js +1 -1
  472. package/src/sap/m/designtime/BusyDialog.designtime.js +1 -1
  473. package/src/sap/m/designtime/Button.designtime.js +1 -1
  474. package/src/sap/m/designtime/Carousel.designtime.js +1 -1
  475. package/src/sap/m/designtime/CheckBox.designtime.js +1 -1
  476. package/src/sap/m/designtime/Column.designtime.js +1 -1
  477. package/src/sap/m/designtime/ComboBox.designtime.js +1 -1
  478. package/src/sap/m/designtime/CustomListItem.designtime.js +1 -1
  479. package/src/sap/m/designtime/CustomTile.designtime.js +1 -1
  480. package/src/sap/m/designtime/DatePicker.designtime.js +1 -1
  481. package/src/sap/m/designtime/DateRangeSelection.designtime.js +1 -1
  482. package/src/sap/m/designtime/DateTimeInput.designtime.js +1 -1
  483. package/src/sap/m/designtime/DateTimePicker.designtime.js +1 -1
  484. package/src/sap/m/designtime/Dialog.designtime.js +1 -1
  485. package/src/sap/m/designtime/DraftIndicator.designtime.js +1 -1
  486. package/src/sap/m/designtime/ExpandableText.designtime.js +1 -1
  487. package/src/sap/m/designtime/FeedInput.designtime.js +1 -1
  488. package/src/sap/m/designtime/FeedListItem.designtime.js +1 -1
  489. package/src/sap/m/designtime/FlexBox.designtime.js +1 -1
  490. package/src/sap/m/designtime/HBox.designtime.js +1 -1
  491. package/src/sap/m/designtime/IconTabBar.designtime.js +1 -1
  492. package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
  493. package/src/sap/m/designtime/IconTabSeparator.designtime.js +1 -1
  494. package/src/sap/m/designtime/Image.designtime.js +1 -1
  495. package/src/sap/m/designtime/Input.designtime.js +1 -1
  496. package/src/sap/m/designtime/InputBase.designtime.js +1 -1
  497. package/src/sap/m/designtime/InputListItem.designtime.js +1 -1
  498. package/src/sap/m/designtime/Label.designtime.js +1 -1
  499. package/src/sap/m/designtime/LightBox.designtime.js +1 -1
  500. package/src/sap/m/designtime/Link.designtime.js +1 -1
  501. package/src/sap/m/designtime/ListBase.designtime.js +1 -1
  502. package/src/sap/m/designtime/ListItemBase.designtime.js +1 -1
  503. package/src/sap/m/designtime/MenuButton.designtime.js +1 -1
  504. package/src/sap/m/designtime/MessagePage.designtime.js +1 -1
  505. package/src/sap/m/designtime/MessageStrip.designtime.js +1 -1
  506. package/src/sap/m/designtime/MultiComboBox.designtime.js +1 -1
  507. package/src/sap/m/designtime/MultiInput.designtime.js +1 -1
  508. package/src/sap/m/designtime/NewsContent.designtime.js +1 -1
  509. package/src/sap/m/designtime/ObjectAttribute.designtime.js +1 -1
  510. package/src/sap/m/designtime/ObjectHeader.designtime.js +1 -1
  511. package/src/sap/m/designtime/ObjectIdentifier.designtime.js +1 -1
  512. package/src/sap/m/designtime/ObjectListItem.designtime.js +1 -1
  513. package/src/sap/m/designtime/ObjectMarker.designtime.js +1 -1
  514. package/src/sap/m/designtime/ObjectNumber.designtime.js +1 -1
  515. package/src/sap/m/designtime/ObjectStatus.designtime.js +1 -1
  516. package/src/sap/m/designtime/OverflowToolbar.designtime.js +1 -1
  517. package/src/sap/m/designtime/OverflowToolbarButton.designtime.js +1 -1
  518. package/src/sap/m/designtime/Page.designtime.js +1 -1
  519. package/src/sap/m/designtime/Panel.designtime.js +1 -1
  520. package/src/sap/m/designtime/PlanningCalendar.designtime.js +1 -1
  521. package/src/sap/m/designtime/PlanningCalendarLegend.designtime.js +1 -1
  522. package/src/sap/m/designtime/Popover.designtime.js +1 -1
  523. package/src/sap/m/designtime/ProgressIndicator.designtime.js +1 -1
  524. package/src/sap/m/designtime/QuickView.designtime.js +1 -1
  525. package/src/sap/m/designtime/QuickViewCard.designtime.js +1 -1
  526. package/src/sap/m/designtime/RadioButton.designtime.js +1 -1
  527. package/src/sap/m/designtime/RadioButtonGroup.designtime.js +1 -1
  528. package/src/sap/m/designtime/RangeSlider.designtime.js +1 -1
  529. package/src/sap/m/designtime/RatingIndicator.designtime.js +1 -1
  530. package/src/sap/m/designtime/ScrollContainer.designtime.js +1 -1
  531. package/src/sap/m/designtime/SearchField.designtime.js +1 -1
  532. package/src/sap/m/designtime/SegmentedButton.designtime.js +1 -1
  533. package/src/sap/m/designtime/Select.designtime.js +1 -1
  534. package/src/sap/m/designtime/Slider.designtime.js +2 -2
  535. package/src/sap/m/designtime/SplitApp.designtime.js +1 -1
  536. package/src/sap/m/designtime/SplitContainer.designtime.js +1 -1
  537. package/src/sap/m/designtime/StandardListItem.designtime.js +1 -1
  538. package/src/sap/m/designtime/StepInput.designtime.js +1 -1
  539. package/src/sap/m/designtime/Switch.designtime.js +1 -1
  540. package/src/sap/m/designtime/TabContainer.designtime.js +1 -1
  541. package/src/sap/m/designtime/Table.designtime.js +1 -1
  542. package/src/sap/m/designtime/Text.designtime.js +1 -1
  543. package/src/sap/m/designtime/TextArea.designtime.js +1 -1
  544. package/src/sap/m/designtime/TimePicker.designtime.js +1 -1
  545. package/src/sap/m/designtime/Title.designtime.js +1 -1
  546. package/src/sap/m/designtime/ToggleButton.designtime.js +1 -1
  547. package/src/sap/m/designtime/Toolbar.designtime.js +1 -1
  548. package/src/sap/m/designtime/VBox.designtime.js +1 -1
  549. package/src/sap/m/designtime/VariantManagement.designtime.js +8 -2
  550. package/src/sap/m/designtime/Wizard.designtime.js +1 -1
  551. package/src/sap/m/designtime/library.designtime.js +1 -1
  552. package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +0 -6
  553. package/src/sap/m/designtime/semantic/DetailPage.designtime.js +1 -1
  554. package/src/sap/m/designtime/semantic/SemanticPage.designtime.js +1 -1
  555. package/src/sap/m/designtime/semantic/ShareMenuPage.designtime.js +1 -1
  556. package/src/sap/m/flexibility/Avatar.flexibility.js +1 -1
  557. package/src/sap/m/flexibility/Bar.flexibility.js +1 -1
  558. package/src/sap/m/flexibility/Button.flexibility.js +1 -1
  559. package/src/sap/m/flexibility/CheckBox.flexibility.js +1 -1
  560. package/src/sap/m/flexibility/Dialog.flexibility.js +1 -1
  561. package/src/sap/m/flexibility/EngineFlex.js +1 -1
  562. package/src/sap/m/flexibility/ExpandableText.flexibility.js +1 -1
  563. package/src/sap/m/flexibility/IconTabBar.flexibility.js +1 -1
  564. package/src/sap/m/flexibility/IconTabFilter.flexibility.js +1 -1
  565. package/src/sap/m/flexibility/InputListItem.flexibility.js +1 -1
  566. package/src/sap/m/flexibility/Label.flexibility.js +1 -1
  567. package/src/sap/m/flexibility/Link.flexibility.js +1 -1
  568. package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -1
  569. package/src/sap/m/flexibility/OverflowToolbar.flexibility.js +1 -1
  570. package/src/sap/m/flexibility/OverflowToolbarButton.flexibility.js +1 -1
  571. package/src/sap/m/flexibility/Page.flexibility.js +1 -1
  572. package/src/sap/m/flexibility/Panel.flexibility.js +1 -1
  573. package/src/sap/m/flexibility/Popover.flexibility.js +1 -1
  574. package/src/sap/m/flexibility/RadioButton.flexibility.js +1 -1
  575. package/src/sap/m/flexibility/StandardListItem.flexibility.js +1 -1
  576. package/src/sap/m/flexibility/Table.flexibility.js +1 -1
  577. package/src/sap/m/flexibility/Text.flexibility.js +1 -1
  578. package/src/sap/m/flexibility/Title.flexibility.js +1 -1
  579. package/src/sap/m/flexibility/Toolbar.flexibility.js +1 -1
  580. package/src/sap/m/inputUtils/ListHelpers.js +1 -1
  581. package/src/sap/m/inputUtils/SuggestionsPopoverDialogMixin.js +9 -3
  582. package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +1 -1
  583. package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
  584. package/src/sap/m/inputUtils/completeTextSelected.js +1 -1
  585. package/src/sap/m/inputUtils/filterItems.js +1 -1
  586. package/src/sap/m/inputUtils/forwardItemProperties.js +1 -1
  587. package/src/sap/m/inputUtils/forwardItemPropertiesToToken.js +1 -1
  588. package/src/sap/m/inputUtils/getTokenByItem.js +1 -1
  589. package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
  590. package/src/sap/m/inputUtils/inputsDefaultFilter.js +1 -1
  591. package/src/sap/m/inputUtils/itemsVisibilityHandler.js +1 -1
  592. package/src/sap/m/inputUtils/scrollToItem.js +1 -1
  593. package/src/sap/m/inputUtils/selectionRange.js +1 -1
  594. package/src/sap/m/inputUtils/typeAhead.js +1 -1
  595. package/src/sap/m/inputUtils/wordStartsWithValue.js +1 -1
  596. package/src/sap/m/library.js +80 -47
  597. package/src/sap/m/library.support.js +1 -1
  598. package/src/sap/m/messagebundle.properties +54 -29
  599. package/src/sap/m/messagebundle_ar.properties +45 -23
  600. package/src/sap/m/messagebundle_bg.properties +56 -34
  601. package/src/sap/m/messagebundle_ca.properties +40 -18
  602. package/src/sap/m/messagebundle_cs.properties +57 -35
  603. package/src/sap/m/messagebundle_cy.properties +40 -18
  604. package/src/sap/m/messagebundle_da.properties +40 -18
  605. package/src/sap/m/messagebundle_de.properties +40 -18
  606. package/src/sap/m/messagebundle_el.properties +40 -18
  607. package/src/sap/m/messagebundle_en.properties +41 -19
  608. package/src/sap/m/messagebundle_en_GB.properties +40 -18
  609. package/src/sap/m/messagebundle_en_US_sappsd.properties +41 -19
  610. package/src/sap/m/messagebundle_en_US_saprigi.properties +41 -19
  611. package/src/sap/m/messagebundle_en_US_saptrc.properties +41 -19
  612. package/src/sap/m/messagebundle_es.properties +52 -30
  613. package/src/sap/m/messagebundle_es_MX.properties +40 -18
  614. package/src/sap/m/messagebundle_et.properties +40 -18
  615. package/src/sap/m/messagebundle_fi.properties +41 -19
  616. package/src/sap/m/messagebundle_fr.properties +52 -30
  617. package/src/sap/m/messagebundle_fr_CA.properties +40 -18
  618. package/src/sap/m/messagebundle_hi.properties +40 -18
  619. package/src/sap/m/messagebundle_hr.properties +43 -21
  620. package/src/sap/m/messagebundle_hu.properties +40 -18
  621. package/src/sap/m/messagebundle_id.properties +40 -18
  622. package/src/sap/m/messagebundle_it.properties +40 -18
  623. package/src/sap/m/messagebundle_iw.properties +40 -18
  624. package/src/sap/m/messagebundle_ja.properties +56 -34
  625. package/src/sap/m/messagebundle_kk.properties +51 -29
  626. package/src/sap/m/messagebundle_ko.properties +42 -20
  627. package/src/sap/m/messagebundle_lt.properties +40 -18
  628. package/src/sap/m/messagebundle_lv.properties +40 -18
  629. package/src/sap/m/messagebundle_ms.properties +40 -18
  630. package/src/sap/m/messagebundle_nl.properties +42 -20
  631. package/src/sap/m/messagebundle_no.properties +40 -18
  632. package/src/sap/m/messagebundle_pl.properties +40 -18
  633. package/src/sap/m/messagebundle_pt.properties +40 -18
  634. package/src/sap/m/messagebundle_pt_PT.properties +40 -18
  635. package/src/sap/m/messagebundle_ro.properties +40 -18
  636. package/src/sap/m/messagebundle_ru.properties +40 -18
  637. package/src/sap/m/messagebundle_sh.properties +41 -19
  638. package/src/sap/m/messagebundle_sk.properties +40 -18
  639. package/src/sap/m/messagebundle_sl.properties +47 -25
  640. package/src/sap/m/messagebundle_sv.properties +50 -28
  641. package/src/sap/m/messagebundle_th.properties +49 -27
  642. package/src/sap/m/messagebundle_tr.properties +40 -18
  643. package/src/sap/m/messagebundle_uk.properties +40 -18
  644. package/src/sap/m/messagebundle_vi.properties +40 -18
  645. package/src/sap/m/messagebundle_zh_CN.properties +40 -18
  646. package/src/sap/m/messagebundle_zh_TW.properties +41 -19
  647. package/src/sap/m/p13n/AbstractContainer.js +3 -4
  648. package/src/sap/m/p13n/AbstractContainerItem.js +3 -4
  649. package/src/sap/m/p13n/BasePanel.js +32 -4
  650. package/src/sap/m/p13n/Container.js +4 -4
  651. package/src/sap/m/p13n/Engine.js +135 -96
  652. package/src/sap/m/p13n/FlexUtil.js +1 -1
  653. package/src/sap/m/p13n/GroupController.js +2 -3
  654. package/src/sap/m/p13n/GroupPanel.js +2 -4
  655. package/src/sap/m/p13n/MetadataHelper.js +2 -2
  656. package/src/sap/m/p13n/PersistenceProvider.js +23 -7
  657. package/src/sap/m/p13n/Popup.js +16 -6
  658. package/src/sap/m/p13n/QueryPanel.js +37 -17
  659. package/src/sap/m/p13n/SelectionController.js +25 -12
  660. package/src/sap/m/p13n/SelectionPanel.js +14 -5
  661. package/src/sap/m/p13n/SortController.js +3 -4
  662. package/src/sap/m/p13n/SortPanel.js +2 -4
  663. package/src/sap/m/p13n/enum/PersistenceMode.js +1 -1
  664. package/src/sap/m/p13n/enum/ProcessingStrategy.js +39 -0
  665. package/src/sap/m/p13n/handler/xConfigHandler.js +1 -1
  666. package/src/sap/m/p13n/modification/FlexModificationHandler.js +2 -2
  667. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +2 -2
  668. package/src/sap/m/p13n/modification/ModificationHandler.js +2 -2
  669. package/src/sap/m/p13n/modules/AdaptationProvider.js +4 -7
  670. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +18 -16
  671. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +5 -4
  672. package/src/sap/m/p13n/modules/UIManager.js +29 -14
  673. package/src/sap/m/p13n/modules/xConfigAPI.js +18 -16
  674. package/src/sap/m/plugins/CellSelector.js +114 -56
  675. package/src/sap/m/plugins/ColumnResizer.js +9 -9
  676. package/src/sap/m/plugins/CopyProvider.js +302 -0
  677. package/src/sap/m/plugins/DataStateIndicator.js +2 -2
  678. package/src/sap/m/plugins/PasteProvider.js +2 -2
  679. package/src/sap/m/plugins/PluginBase.js +8 -5
  680. package/src/sap/m/routing/RouteMatchedHandler.js +1 -1
  681. package/src/sap/m/routing/Router.js +1 -1
  682. package/src/sap/m/routing/Target.js +1 -1
  683. package/src/sap/m/routing/TargetHandler.js +1 -1
  684. package/src/sap/m/routing/Targets.js +1 -1
  685. package/src/sap/m/routing/async/Target.js +1 -1
  686. package/src/sap/m/routing/async/Targets.js +1 -1
  687. package/src/sap/m/routing/sync/Target.js +1 -1
  688. package/src/sap/m/routing/sync/Targets.js +1 -1
  689. package/src/sap/m/rules/Breadcrumbs.support.js +1 -1
  690. package/src/sap/m/rules/Button.support.js +1 -1
  691. package/src/sap/m/rules/CheckBox.support.js +1 -1
  692. package/src/sap/m/rules/DatePicker.support.js +1 -1
  693. package/src/sap/m/rules/DateRangeSelection.support.js +1 -1
  694. package/src/sap/m/rules/Dialog.support.js +1 -1
  695. package/src/sap/m/rules/FacetFilter.support.js +1 -1
  696. package/src/sap/m/rules/IconTabBar.support.js +1 -1
  697. package/src/sap/m/rules/Image.support.js +1 -1
  698. package/src/sap/m/rules/Input.support.js +1 -1
  699. package/src/sap/m/rules/Link.support.js +1 -1
  700. package/src/sap/m/rules/MaskInput.support.js +1 -1
  701. package/src/sap/m/rules/MessagePage.support.js +1 -1
  702. package/src/sap/m/rules/ObjectHeader.support.js +1 -1
  703. package/src/sap/m/rules/ObjectListItem.support.js +1 -1
  704. package/src/sap/m/rules/ObjectMarker.support.js +1 -1
  705. package/src/sap/m/rules/ObjectStatus.support.js +1 -1
  706. package/src/sap/m/rules/Panel.support.js +1 -1
  707. package/src/sap/m/rules/Select.support.js +1 -1
  708. package/src/sap/m/rules/SelectDialog.support.js +1 -1
  709. package/src/sap/m/rules/StepInput.support.js +1 -1
  710. package/src/sap/m/rules/Table.support.js +1 -1
  711. package/src/sap/m/rules/Title.support.js +1 -1
  712. package/src/sap/m/rules/Tokenizer.support.js +1 -1
  713. package/src/sap/m/rules/ViewSettingsDialog.support.js +1 -1
  714. package/src/sap/m/semantic/AddAction.js +2 -2
  715. package/src/sap/m/semantic/CancelAction.js +2 -2
  716. package/src/sap/m/semantic/DeleteAction.js +2 -2
  717. package/src/sap/m/semantic/DetailPage.js +2 -2
  718. package/src/sap/m/semantic/DiscussInJamAction.js +2 -2
  719. package/src/sap/m/semantic/EditAction.js +2 -2
  720. package/src/sap/m/semantic/FavoriteAction.js +2 -2
  721. package/src/sap/m/semantic/FilterAction.js +2 -2
  722. package/src/sap/m/semantic/FilterSelect.js +2 -2
  723. package/src/sap/m/semantic/FlagAction.js +2 -2
  724. package/src/sap/m/semantic/ForwardAction.js +2 -2
  725. package/src/sap/m/semantic/FullscreenPage.js +2 -2
  726. package/src/sap/m/semantic/GroupAction.js +2 -2
  727. package/src/sap/m/semantic/GroupSelect.js +2 -2
  728. package/src/sap/m/semantic/MainAction.js +2 -2
  729. package/src/sap/m/semantic/MasterPage.js +2 -2
  730. package/src/sap/m/semantic/MessagesIndicator.js +2 -2
  731. package/src/sap/m/semantic/MultiSelectAction.js +2 -2
  732. package/src/sap/m/semantic/NegativeAction.js +2 -2
  733. package/src/sap/m/semantic/OpenInAction.js +2 -2
  734. package/src/sap/m/semantic/PositiveAction.js +2 -2
  735. package/src/sap/m/semantic/PrintAction.js +2 -2
  736. package/src/sap/m/semantic/SaveAction.js +2 -2
  737. package/src/sap/m/semantic/Segment.js +2 -2
  738. package/src/sap/m/semantic/SegmentedContainer.js +2 -2
  739. package/src/sap/m/semantic/SemanticButton.js +2 -2
  740. package/src/sap/m/semantic/SemanticConfiguration.js +7 -4
  741. package/src/sap/m/semantic/SemanticControl.js +2 -2
  742. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +2 -2
  743. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
  744. package/src/sap/m/semantic/SemanticPage.js +2 -2
  745. package/src/sap/m/semantic/SemanticPageRenderer.js +1 -1
  746. package/src/sap/m/semantic/SemanticSelect.js +2 -2
  747. package/src/sap/m/semantic/SemanticToggleButton.js +2 -2
  748. package/src/sap/m/semantic/SendEmailAction.js +2 -2
  749. package/src/sap/m/semantic/SendMessageAction.js +2 -2
  750. package/src/sap/m/semantic/ShareInJamAction.js +2 -2
  751. package/src/sap/m/semantic/ShareMenu.js +2 -2
  752. package/src/sap/m/semantic/ShareMenuPage.js +2 -2
  753. package/src/sap/m/semantic/SortAction.js +2 -2
  754. package/src/sap/m/semantic/SortSelect.js +2 -2
  755. package/src/sap/m/table/Util.js +132 -13
  756. package/src/sap/m/table/columnmenu/ActionItem.js +13 -12
  757. package/src/sap/m/table/columnmenu/Entry.js +18 -14
  758. package/src/sap/m/table/columnmenu/Item.js +20 -19
  759. package/src/sap/m/table/columnmenu/ItemBase.js +26 -23
  760. package/src/sap/m/table/columnmenu/ItemContainer.js +1 -1
  761. package/src/sap/m/table/columnmenu/Menu.js +75 -53
  762. package/src/sap/m/table/columnmenu/MenuRenderer.js +28 -1
  763. package/src/sap/m/table/columnmenu/QuickAction.js +11 -10
  764. package/src/sap/m/table/columnmenu/QuickActionBase.js +11 -10
  765. package/src/sap/m/table/columnmenu/QuickActionContainer.js +1 -1
  766. package/src/sap/m/table/columnmenu/QuickActionItem.js +10 -9
  767. package/src/sap/m/table/columnmenu/QuickGroup.js +10 -8
  768. package/src/sap/m/table/columnmenu/QuickGroupItem.js +10 -9
  769. package/src/sap/m/table/columnmenu/QuickSort.js +11 -9
  770. package/src/sap/m/table/columnmenu/QuickSortItem.js +16 -9
  771. package/src/sap/m/table/columnmenu/QuickTotal.js +10 -8
  772. package/src/sap/m/table/columnmenu/QuickTotalItem.js +10 -9
  773. package/src/sap/m/themes/base/Carousel.less +17 -4
  774. package/src/sap/m/themes/base/ColumnMenu.less +13 -17
  775. package/src/sap/m/themes/base/ColumnResizer.less +1 -1
  776. package/src/sap/m/themes/base/Dialog.less +0 -30
  777. package/src/sap/m/themes/base/FeedInput.less +4 -0
  778. package/src/sap/m/themes/base/GenericTile.less +3 -11
  779. package/src/sap/m/themes/base/IconTabBar.less +7 -4
  780. package/src/sap/m/themes/base/IllustratedMessage.less +1 -0
  781. package/src/sap/m/themes/base/InputBase.less +4 -1
  782. package/src/sap/m/themes/base/Label.less +21 -0
  783. package/src/sap/m/themes/base/LightBox.less +0 -53
  784. package/src/sap/m/themes/base/Link.less +3 -1
  785. package/src/sap/m/themes/base/ListBase.less +1 -0
  786. package/src/sap/m/themes/base/MenuButton.less +1 -1
  787. package/src/sap/m/themes/base/MenuListItem.less +27 -22
  788. package/src/sap/m/themes/base/MessageView.less +4 -0
  789. package/src/sap/m/themes/base/NewsContent.less +6 -0
  790. package/src/sap/m/themes/base/NotificationListBase.less +3 -18
  791. package/src/sap/m/themes/base/NotificationListGroup.less +14 -0
  792. package/src/sap/m/themes/base/NotificationListItem.less +12 -0
  793. package/src/sap/m/themes/base/ObjectNumber.less +9 -0
  794. package/src/sap/m/themes/base/ObjectStatus.less +18 -0
  795. package/src/sap/m/themes/base/Panel.less +1 -1
  796. package/src/sap/m/themes/base/PlanningCalendar.less +14 -0
  797. package/src/sap/m/themes/base/RadioButton.less +1 -1
  798. package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +1 -0
  799. package/src/sap/m/themes/base/Slider.less +9 -9
  800. package/src/sap/m/themes/base/SplitButton.less +3 -1
  801. package/src/sap/m/themes/base/Table.less +16 -6
  802. package/src/sap/m/themes/base/TextArea.less +57 -16
  803. package/src/sap/m/themes/base/Toolbar.less +1 -1
  804. package/src/sap/m/themes/base/UploadCollection.less +1 -1
  805. package/src/sap/m/themes/base/VariantManagement.less +29 -27
  806. package/src/sap/m/themes/base/WizardProgressNavigator.less +4 -3
  807. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-AddDimensions.svg +38 -0
  808. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  809. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UploadToCloud.svg +30 -0
  810. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-AddDimensions.svg +15 -0
  811. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  812. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  813. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  814. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadToCloud.svg +5 -0
  815. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-AddDimensions.svg +34 -0
  816. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  817. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UploadToCloud.svg +24 -0
  818. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-AddDimensions.svg +38 -0
  819. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  820. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UploadToCloud.svg +30 -0
  821. package/src/sap/m/themes/base/library.source.less +1 -1
  822. package/src/sap/m/themes/base/p13n.Container.less +2 -2
  823. package/src/sap/m/themes/base/p13n.QueryPanel.less +5 -0
  824. package/src/sap/m/themes/sap_hcb/ObjectStatus.less +14 -0
  825. package/src/sap/m/themes/sap_hcb/Slider.less +4 -4
  826. package/src/sap/m/themes/sap_hcb/library.source.less +1 -1
  827. package/src/sap/m/upload/UploadSet.js +87 -21
  828. package/src/sap/m/upload/UploadSetItem.js +30 -12
  829. package/src/sap/m/upload/UploadSetRenderer.js +1 -1
  830. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +2 -2
  831. package/src/sap/m/upload/Uploader.js +1 -1
  832. package/src/sap/m/upload/UploaderHttpRequestMethod.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -136,7 +136,9 @@ sap.ui.define([
136
136
  var VariantManagement = Control.extend("sap.m.VariantManagement", /** @lends sap.m.VariantManagement.prototype */ {
137
137
  metadata: {
138
138
  interfaces: [
139
- "sap.m.IOverflowToolbarContent"
139
+ "sap.ui.core.IShrinkable",
140
+ "sap.m.IOverflowToolbarContent",
141
+ "sap.m.IToolbarInteractiveControl"
140
142
  ],
141
143
  library: "sap.m",
142
144
  designtime: "sap/m/designtime/VariantManagement.designtime",
@@ -288,9 +290,32 @@ sap.ui.define([
288
290
  defaultValue: TitleLevel.Auto
289
291
  },
290
292
 
293
+ /**
294
+ * Defines the style of the title.
295
+ * For more information, see {@link sap.m.Title#setTitleStyle}.
296
+ *
297
+ * @since 1.109
298
+ */
299
+ titleStyle: {
300
+ type: "sap.ui.core.TitleLevel",
301
+ group: "Appearance",
302
+ defaultValue: TitleLevel.Auto
303
+ },
304
+
305
+ /**
306
+ * Sets the maximum width of the control.
307
+ *
308
+ * @since 1.109
309
+ */
310
+ maxWidth: {
311
+ type: "sap.ui.core.CSSSize",
312
+ group: "Dimension",
313
+ defaultValue: "100%"
314
+ },
315
+
291
316
  /**
292
317
  * Defines the behavior, when the same list item is selected
293
- * If set to <code>false</code> the <code>select</code> event will be ommited.
318
+ * If set to <code>false</code> the <code>select</code> event will be omitted.
294
319
  */
295
320
  _selectStategyForSameItem: {
296
321
  type: "boolean",
@@ -448,6 +473,7 @@ sap.ui.define([
448
473
  apiVersion: 2,
449
474
  render: function(oRm, oControl) {
450
475
  oRm.openStart("div", oControl)
476
+ .style("max-width", oControl.getMaxWidth())
451
477
  .class("sapMVarMngmt")
452
478
  .openEnd();
453
479
 
@@ -569,17 +595,15 @@ sap.ui.define([
569
595
  level: {
570
596
  path: '/level',
571
597
  model: "$mVariants"
598
+ },
599
+ titleStyle: {
600
+ path: '/titleStyle',
601
+ model: "$mVariants"
572
602
  }
573
603
  });
574
604
 
575
605
  this.oVariantText.addStyleClass("sapMVarMngmtClickable");
576
606
  this.oVariantText.addStyleClass("sapMVarMngmtTitle");
577
- this.oVariantText.addStyleClass("sapMTitleStyleH4");
578
- if (Device.system.phone) {
579
- this.oVariantText.addStyleClass("sapMVarMngmtTextPhoneMaxWidth");
580
- } else {
581
- this.oVariantText.addStyleClass("sapMVarMngmtTextMaxWidth");
582
- }
583
607
 
584
608
  var oVariantModifiedText = new Text(this.getId() + "-modified", {
585
609
  text: "*",
@@ -616,6 +640,7 @@ sap.ui.define([
616
640
  ]
617
641
  });
618
642
  this.oVariantLayout.addStyleClass("sapMVarMngmtLayout");
643
+ this.oVariantLayout.addStyleClass("sapMVarMngmtLayoutModifiedHidden");
619
644
 
620
645
  oVariantModifiedText.setVisible(false);
621
646
 
@@ -632,7 +657,7 @@ sap.ui.define([
632
657
  * Registers invalidations event which is fired when width of the control is changed.
633
658
  *
634
659
  * @protected
635
- * @returns {object} Configuration information for the <code>sap.m.IOverflowToolbarContent</code> interface.
660
+ * @returns {{canOverflow: boolean, invalidationEvents: string[]}} Configuration information for the <code>sap.m.IOverflowToolbarContent</code> interface
636
661
  */
637
662
  VariantManagement.prototype.getOverflowToolbarConfig = function() {
638
663
  return {
@@ -661,8 +686,10 @@ sap.ui.define([
661
686
  if (sText) {
662
687
  if (bFlag) {
663
688
  sInvisibleTextKey = "VARIANT_MANAGEMENT_SEL_VARIANT_MOD";
689
+ this.oVariantLayout.removeStyleClass("sapMVarMngmtLayoutModifiedHidden");
664
690
  } else {
665
691
  sInvisibleTextKey = "VARIANT_MANAGEMENT_SEL_VARIANT";
692
+ this.oVariantLayout.addStyleClass("sapMVarMngmtLayoutModifiedHidden");
666
693
  }
667
694
 
668
695
  this.oVariantInvisibleText.setText(this._oRb.getText(sInvisibleTextKey, [sText]));
@@ -2589,6 +2616,19 @@ sap.ui.define([
2589
2616
  return bInError;
2590
2617
  };
2591
2618
 
2619
+ /**
2620
+ * Required by the {@link sap.m.IToolbarInteractiveControl} interface.
2621
+ * Determines if the Control is interactive.
2622
+ *
2623
+ * @returns {boolean} If it is an interactive Control
2624
+ *
2625
+ * @private
2626
+ * @ui5-restricted sap.m.OverflowToolBar, sap.m.Toolbar
2627
+ */
2628
+ VariantManagement.prototype._getToolbarInteractive = function () {
2629
+ return true;
2630
+ };
2631
+
2592
2632
  // exit destroy all controls created in init
2593
2633
  VariantManagement.prototype.exit = function() {
2594
2634
  var oModel;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -22,7 +22,7 @@ sap.ui.define(['./ViewSettingsItem', './library'],
22
22
  * @extends sap.m.ViewSettingsItem
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.2
25
+ * @version 1.110.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -72,7 +72,7 @@ sap.ui.define(['./ViewSettingsItem', './library'],
72
72
  * @override
73
73
  * @public
74
74
  * @param {sap.ui.core.Control} oControl A control used for filtering purposes
75
- * @return {this} this pointer for chaining
75
+ * @returns {this} Reference to <code>this</code> for method chaining
76
76
  */
77
77
  ViewSettingsCustomItem.prototype.setCustomControl = function (oControl) {
78
78
  this._control = oControl;
@@ -84,7 +84,7 @@ sap.ui.define(['./ViewSettingsItem', './library'],
84
84
  * because this control is sometimes aggregated in other controls like a popover or a dialog.
85
85
  * @override
86
86
  * @public
87
- * @return {sap.ui.core.Control} oControl a control used for filtering purposes
87
+ * @returns {sap.ui.core.Control} oControl a control used for filtering purposes
88
88
  */
89
89
  ViewSettingsCustomItem.prototype.getCustomControl = function () {
90
90
  return this._control;
@@ -95,7 +95,7 @@ sap.ui.define(['./ViewSettingsItem', './library'],
95
95
  * @override
96
96
  * @param {int} iValue The new value for property filterCount
97
97
  * @public
98
- * @returns {this} this pointer for chaining
98
+ * @returns {this} Reference to <code>this</code> for method chaining
99
99
  */
100
100
  ViewSettingsCustomItem.prototype.setFilterCount = function (iValue) {
101
101
  this.setProperty("filterCount", iValue, true);
@@ -107,7 +107,7 @@ sap.ui.define(['./ViewSettingsItem', './library'],
107
107
  * @override
108
108
  * @param {boolean} bValue The new value for property selected
109
109
  * @public
110
- * @returns {this} this pointer for chaining
110
+ * @returns {this} Reference to <code>this</code> for method chaining
111
111
  */
112
112
  ViewSettingsCustomItem.prototype.setSelected = function (bValue) {
113
113
  this.setProperty("selected", bValue, true);
@@ -119,7 +119,8 @@ sap.ui.define(['./ViewSettingsItem', './library'],
119
119
  *
120
120
  * @param {string} [sIdSuffix] a suffix to be appended to the cloned object id
121
121
  * @param {string[]} [aLocalIds] an array of local IDs within the cloned hierarchy (internally used)
122
- * @param {object} [oOptions] configuration object
122
+ * @param {{cloneChildren: boolean, cloneBindings: boolean}} [oOptions] configuration object
123
+ * {@link https://openui5.hana.ondemand.com/api/sap.ui.base.ManagedObject#methods/clone}
123
124
  * @returns {this} reference to the newly created clone
124
125
  * @public
125
126
  * @override
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -20,7 +20,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item', 'sap/ui/core/IconPool'],
20
20
  * @extends sap.ui.core.Item
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.108.2
23
+ * @version 1.110.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -144,7 +144,7 @@ function(
144
144
  * @extends sap.ui.core.Control
145
145
  *
146
146
  * @author SAP SE
147
- * @version 1.108.2
147
+ * @version 1.110.0
148
148
  *
149
149
  * @constructor
150
150
  * @public
@@ -638,8 +638,8 @@ function(
638
638
  *
639
639
  * @override
640
640
  * @public
641
- * @param {object} oCustomTab The custom tab to be added
642
- * @returns {this} this pointer for chaining
641
+ * @param {sap.m.ViewSettingsCustomTab} oCustomTab The custom tab to be added
642
+ * @returns {this} Reference to <code>this</code> for method chaining
643
643
  */
644
644
  ViewSettingsDialog.prototype.addCustomTab = function (oCustomTab) {
645
645
  var sId = oCustomTab.getId();
@@ -668,7 +668,7 @@ function(
668
668
  * @public
669
669
  * @override
670
670
  * @param {string} sStyleClass CSS class name to add
671
- * @returns {this} this pointer for chaining
671
+ * @returns {this} Reference to <code>this</code> for method chaining
672
672
  */
673
673
  ViewSettingsDialog.prototype.addStyleClass = function () {
674
674
  var oDialog = this._getDialog();
@@ -682,7 +682,7 @@ function(
682
682
  * @public
683
683
  * @override
684
684
  * @param {string} sStyleClass CSS class name to remove
685
- * @returns {this} this pointer for chaining
685
+ * @returns {this} Reference to <code>this</code> for method chaining
686
686
  */
687
687
  ViewSettingsDialog.prototype.removeStyleClass = function () {
688
688
  var oDialog = this._getDialog();
@@ -697,7 +697,7 @@ function(
697
697
  * @override
698
698
  * @param {string} sStyleClass CSS class name to add or remove
699
699
  * @param {boolean} [bAdd] Whether style class should be added (or removed); when this parameter is not given, the given style class will be toggled (removed, if present, and added if not present)
700
- * @returns {this} this pointer for chaining
700
+ * @returns {this} Reference to <code>this</code> for method chaining
701
701
  */
702
702
  ViewSettingsDialog.prototype.toggleStyleClass = function () {
703
703
  var oDialog = this._getDialog();
@@ -722,7 +722,7 @@ function(
722
722
  * Forward method to the inner dialog method: getDomRef.
723
723
  * @public
724
724
  * @override
725
- * @return {Element|null} The Element's DOM Element, sub DOM Element or <code>null</code>
725
+ * @returns {Element|null} The Element's DOM Element, sub DOM Element or <code>null</code>
726
726
  */
727
727
  ViewSettingsDialog.prototype.getDomRef = function () {
728
728
  // this is also called on destroy to remove the DOM element, therefore we directly check the reference instead of the internal getter
@@ -739,7 +739,7 @@ function(
739
739
  * @override
740
740
  * @public
741
741
  * @param {string} sTitle The title text for the dialog
742
- * @return {this} this pointer for chaining
742
+ * @returns {this} Reference to <code>this</code> for method chaining
743
743
  */
744
744
  ViewSettingsDialog.prototype.setTitle = function(sTitle) {
745
745
  this._getTitleLabel().setText(sTitle);
@@ -934,7 +934,7 @@ function(
934
934
  /**
935
935
  * Returns the ManagedObjectObserver for the filterItems
936
936
  *
937
- * @return {sap.ui.base.ManagedObjectObserver} the filterItems observer object
937
+ * @returns {sap.ui.base.ManagedObjectObserver} the filterItems observer object
938
938
  * @private
939
939
  */
940
940
  ViewSettingsDialog.prototype._getFilterItemsObserver = function () {
@@ -1073,7 +1073,7 @@ function(
1073
1073
  * Adds a reference to a specific title in the dialog's <code>aria-labelledby</code> attribute.
1074
1074
  *
1075
1075
  * @param {string} sNewTitleId Title's ID
1076
- * @returns {this} this For method chaining
1076
+ * @returns {this} Reference to <code>this</code> for method chaining
1077
1077
  * @private
1078
1078
  */
1079
1079
  ViewSettingsDialog.prototype._toggleDialogTitle = function (sNewTitleId) {
@@ -1133,7 +1133,7 @@ function(
1133
1133
  * @override
1134
1134
  * @public
1135
1135
  * @param {sap.m.ViewSettingsItem} oItem The item to be added to the aggregation
1136
- * @return {this} this pointer for chaining
1136
+ * @returns {this} Reference to <code>this</code> for method chaining
1137
1137
  */
1138
1138
  ViewSettingsDialog.prototype.addSortItem = function(oItem) {
1139
1139
  this.addAggregation("sortItems", oItem);
@@ -1155,7 +1155,7 @@ function(
1155
1155
  * @override
1156
1156
  * @public
1157
1157
  * @param {sap.m.ViewSettingsItem} oItem The item to be added to the group items
1158
- * @return {this} this pointer for chaining
1158
+ * @returns {this} Reference to <code>this</code> for method chaining
1159
1159
  */
1160
1160
  ViewSettingsDialog.prototype.addGroupItem = function(oItem) {
1161
1161
  this.addAggregation("groupItems", oItem);
@@ -1177,7 +1177,7 @@ function(
1177
1177
  * @override
1178
1178
  * @public
1179
1179
  * @param {sap.m.ViewSettingsItem} oItem The selected item or a string with the key
1180
- * @return {this} this pointer for chaining
1180
+ * @returns {this} Reference to <code>this</code> for method chaining
1181
1181
  */
1182
1182
  ViewSettingsDialog.prototype.addPresetFilterItem = function(oItem) {
1183
1183
  this.addAggregation("presetFilterItems", oItem);
@@ -1195,7 +1195,7 @@ function(
1195
1195
  * @public
1196
1196
  * @param {sap.m.ViewSettingsItem|string} vItemOrKey The selected item, the item's string key
1197
1197
  * or the item id
1198
- * @return {this} this pointer for chaining
1198
+ * @returns {this} Reference to <code>this</code> for method chaining
1199
1199
  */
1200
1200
  ViewSettingsDialog.prototype.setSelectedSortItem = function(vItemOrKey) {
1201
1201
  var aItems = this.getSortItems(),
@@ -1240,7 +1240,7 @@ function(
1240
1240
  * @public
1241
1241
  * @param {sap.m.ViewSettingsItem|string} vItemOrKey The selected item, the item's string key
1242
1242
  * or the item id
1243
- * @return {this} this pointer for chaining
1243
+ * @returns {this} Reference to <code>this</code> for method chaining
1244
1244
  */
1245
1245
  ViewSettingsDialog.prototype.setSelectedGroupItem = function(vItemOrKey) {
1246
1246
  var aItems = this.getGroupItems(),
@@ -1288,7 +1288,7 @@ function(
1288
1288
  * @override
1289
1289
  * @public
1290
1290
  * @param {sap.m.ViewSettingsItem|string|null} vItemOrKey The selected item or the item's key string
1291
- * @return {this} this pointer for chaining
1291
+ * @returns {this} Reference to <code>this</code> for method chaining
1292
1292
  */
1293
1293
  ViewSettingsDialog.prototype.setSelectedPresetFilterItem = function(vItemOrKey) {
1294
1294
  var aItems = this.getPresetFilterItems(),
@@ -1325,7 +1325,7 @@ function(
1325
1325
  * @param {string} [sPageId] The ID of the initial page to be opened in the dialog.
1326
1326
  * The available values are "sort", "group", "filter" or IDs of custom tabs.
1327
1327
  *
1328
- * @return {this} this pointer for chaining
1328
+ * @returns {this} Reference to <code>this</code> for method chaining
1329
1329
  */
1330
1330
  ViewSettingsDialog.prototype.open = function(sPageId) {
1331
1331
  // add to static UI area manually because we don't have a renderer
@@ -1375,22 +1375,7 @@ function(
1375
1375
 
1376
1376
  //focus the first focusable item in current page's content
1377
1377
  if (Device.system.desktop) {
1378
- this._getDialog().attachEventOnce("afterOpen", function () {
1379
- var oCurrentPage = this._getNavContainer().getCurrentPage(),
1380
- $firstFocusable;
1381
- if (oCurrentPage) {
1382
- $firstFocusable = oCurrentPage.$("cont").firstFocusableDomRef();
1383
- if ($firstFocusable) {
1384
- if (jQuery($firstFocusable).hasClass('sapMListUl')) {
1385
- var $aListItems = jQuery($firstFocusable).find('.sapMLIB');
1386
- $aListItems.length && $aListItems[0].focus();
1387
- return;
1388
- }
1389
-
1390
- $firstFocusable.focus();
1391
- }
1392
- }
1393
- }, this);
1378
+ this._getDialog().attachEventOnce("afterOpen", this._focusFirstListItem, this);
1394
1379
  }
1395
1380
 
1396
1381
  this._checkResetStatus();
@@ -1401,13 +1386,30 @@ function(
1401
1386
  return this;
1402
1387
  };
1403
1388
 
1389
+ ViewSettingsDialog.prototype._focusFirstListItem = function() {
1390
+ var oCurrentPage = this._getNavContainer().getCurrentPage(),
1391
+ $firstFocusable;
1392
+ if (oCurrentPage) {
1393
+ $firstFocusable = oCurrentPage.$("cont").firstFocusableDomRef();
1394
+ if ($firstFocusable) {
1395
+ if (jQuery($firstFocusable).hasClass('sapMListUl')) {
1396
+ var $aListItems = jQuery($firstFocusable).find('.sapMLIB');
1397
+ $aListItems.length && $aListItems[0].focus();
1398
+ return;
1399
+ }
1400
+
1401
+ $firstFocusable.focus();
1402
+ }
1403
+ }
1404
+ };
1405
+
1404
1406
  /**
1405
1407
  * Returns the selected filters as an array of ViewSettingsItems.
1406
1408
  *
1407
1409
  * It can be used to create matching sorters and filters to apply the selected settings to the data.
1408
1410
  * @override
1409
1411
  * @public
1410
- * @return {sap.m.ViewSettingsItem[]} An array of selected filter items
1412
+ * @returns {sap.m.ViewSettingsItem[]} An array of selected filter items
1411
1413
  */
1412
1414
  ViewSettingsDialog.prototype.getSelectedFilterItems = function() {
1413
1415
  var aSelectedFilterItems = [], aFilterItems = this.getFilterItems(), aSubFilterItems, bMultiSelect = true, i = 0, j;
@@ -1441,7 +1443,7 @@ function(
1441
1443
  * For custom and preset filters it will only add the filter name to the resulting string.
1442
1444
  *
1443
1445
  * @public
1444
- * @return {string} The selected filter string
1446
+ * @returns {string} The selected filter string
1445
1447
  */
1446
1448
  ViewSettingsDialog.prototype.getSelectedFilterString = function() {
1447
1449
  var sFilterString = "",
@@ -1506,18 +1508,24 @@ function(
1506
1508
  return sFilterString;
1507
1509
  };
1508
1510
 
1511
+ /**
1512
+ * @typedef {Object<string, boolean>} sap.m.SelectedFilterKeys
1513
+ * @description An object with item and sub-item keys
1514
+ * @public
1515
+ */
1516
+
1509
1517
  /**
1510
1518
  * Gets the selected filter object in format {key: boolean}.
1511
1519
  *
1512
1520
  * It can be used to create matching sorters and filters to apply the selected settings to the data.
1513
1521
  *
1514
1522
  * @public
1515
- * @return {object} An object with item and sub-item keys
1523
+ * @returns {sap.m.SelectedFilterKeys} An object with item and sub-item keys
1516
1524
  * @deprecated as of version 1.42, replaced by <code>getSelectedFilterCompoundKeys</code> method
1517
1525
  */
1518
1526
  ViewSettingsDialog.prototype.getSelectedFilterKeys = function() {
1519
- var oSelectedFilterKeys = {}, aSelectedFilterItems = this
1520
- .getSelectedFilterItems(), i = 0;
1527
+ var oSelectedFilterKeys = {},
1528
+ aSelectedFilterItems = this.getSelectedFilterItems(), i = 0;
1521
1529
 
1522
1530
  for (; i < aSelectedFilterItems.length; i++) {
1523
1531
  oSelectedFilterKeys[aSelectedFilterItems[i].getKey()] = aSelectedFilterItems[i]
@@ -1531,7 +1539,7 @@ function(
1531
1539
  * Gets the selected filter object in format { parent_key: { key: boolean, key2: boolean, ...}, ... }.
1532
1540
  *
1533
1541
  * @public
1534
- * @return {object} An object with item and sub-item keys
1542
+ * @returns {Object<string, sap.m.SelectedFilterKeys>} An object with item and sub-item keys
1535
1543
  * @since 1.42
1536
1544
  */
1537
1545
  ViewSettingsDialog.prototype.getSelectedFilterCompoundKeys = function() {
@@ -1574,11 +1582,11 @@ function(
1574
1582
  * <b>Note:</b> Do not use duplicated item keys with this method.
1575
1583
  *
1576
1584
  * @public
1577
- * @param {object} oSelectedFilterKeys
1585
+ * @param {sap.m.SelectedFilterKeys} oSelectedFilterKeys
1578
1586
  * A configuration object with filter item and sub item keys in the format: { key: boolean }.
1579
1587
  * Setting boolean to true will set the filter to true, false or omitting an entry will set the filter to false.
1580
1588
  * It can be used to set the dialog state based on presets.
1581
- * @return {this} this pointer for chaining
1589
+ * @returns {this} Reference to <code>this</code> for method chaining
1582
1590
  * @deprecated as of version 1.42, replaced by <code>setSelectedFilterCompoundKeys</code> method
1583
1591
  */
1584
1592
  ViewSettingsDialog.prototype.setSelectedFilterKeys = function(oSelectedFilterKeys) {
@@ -1648,11 +1656,11 @@ function(
1648
1656
  * Sets the selected filter object in format { parent_key: { key: boolean, key2: boolean, ...}, ... }.
1649
1657
  *
1650
1658
  * @public
1651
- * @param {object} oSelectedFilterKeys
1659
+ * @param {Object<string, sap.m.SelectedFilterKeys>} oSelectedFilterKeys
1652
1660
  * A configuration object with filter item and sub item keys in the format: { parent_key: { key: boolean, key2: boolean, ...}, ... }.
1653
1661
  * Setting boolean to true will set the filter to true, false or omitting an entry will set the filter to false.
1654
1662
  * It can be used to set the dialog state based on presets.
1655
- * @return {this} this pointer for chaining
1663
+ * @returns {this} Reference to <code>this</code> for method chaining
1656
1664
  * @since 1.42
1657
1665
  */
1658
1666
  ViewSettingsDialog.prototype.setSelectedFilterCompoundKeys = function(oSelectedFilterKeys) {
@@ -1820,11 +1828,13 @@ function(
1820
1828
  this.setGroupDescending(this._oInitialState.groupDescending);
1821
1829
  this._updateListSelection(this._groupOrderList, this._oInitialState.groupDescending);
1822
1830
 
1823
- this._getNavContainer().attachEventOnce("afterNavigate", function(){
1824
- if (this._prevSelectedFilterItem) {
1825
- this._prevSelectedFilterItem.focus();
1831
+ if (Device.system.desktop) {
1832
+ if (this._filterList && this._filterList.getDomRef()) {
1833
+ this._getNavContainer().attachEventOnce("afterNavigate", this._focusFirstListItem, this);
1834
+ } else if ((this._sortList && this._sortList.getDomRef()) || (this._groupList && this._groupList.getDomRef())) {
1835
+ this._focusFirstListItem();
1826
1836
  }
1827
- }, this);
1837
+ }
1828
1838
 
1829
1839
  // set reset buttons state the global reset
1830
1840
  this._checkResetStatus();
@@ -2144,7 +2154,7 @@ function(
2144
2154
 
2145
2155
  /**
2146
2156
  * Create list item instance for each filter detail item.
2147
- * @param {object} oItem Filter item instance for which the details should be displayed
2157
+ * @param {sap.m.ViewSettingsFilterItem} oItem Filter item instance for which the details should be displayed
2148
2158
  * @private
2149
2159
  */
2150
2160
  ViewSettingsDialog.prototype._initFilterDetailItems = function(oItem) {
@@ -2733,7 +2743,7 @@ function(
2733
2743
 
2734
2744
  /**
2735
2745
  * Fetches a list of valid pages IDs - each page must have valid content.
2736
- * @returns {Array} aValidPageIds List of valid page IDs
2746
+ * @returns {string[]} aValidPageIds List of valid page IDs
2737
2747
  * @private
2738
2748
  */
2739
2749
  ViewSettingsDialog.prototype._fetchValidPagesIds = function () {
@@ -2828,7 +2838,7 @@ function(
2828
2838
  *
2829
2839
  * @param {sap.ui.model.Model} oModel The model whose setter will be overwritten
2830
2840
  * @param {string} sName The name of the model
2831
- * @returns {this} this pointer for chaining
2841
+ * @returns {this} Reference to <code>this</code> for method chaining
2832
2842
  */
2833
2843
  ViewSettingsDialog.prototype.setModel = function (oModel, sName) {
2834
2844
  // BCP 1570030370
@@ -2883,8 +2893,8 @@ function(
2883
2893
  /**
2884
2894
  * Sets a callback that will check the ViewSettingsItem's text against the search query.
2885
2895
  * If a callback is set, <code>filterSearchOperator</code> property will be ignored, as it serves the same purpose.
2886
- * @param {function} fnTest A function that accepts two parameters fnTest({string} query, {string} value) and returns boolean if the value satisfies the query.
2887
- * @returns {this} this instance for chaining
2896
+ * @param {function(string, string): boolean} fnTest A function that accepts two parameters fnTest({string} query, {string} value) and returns boolean if the value satisfies the query.
2897
+ * @returns {this} Reference to <code>this</code> for method chaining
2888
2898
  * @public
2889
2899
  * @since 1.42
2890
2900
  */
@@ -3023,8 +3033,8 @@ function(
3023
3033
  /**
3024
3034
  * Creates the Select All checkbox.
3025
3035
  *
3026
- * @param {Array} aFilterSubItems The detail filter items
3027
- * @param oFilterDetailList The actual list created for the detail filter page
3036
+ * @param {sap.m.ViewSettingsItem[]} aFilterSubItems The detail filter items
3037
+ * @param {sap.m.List} oFilterDetailList The actual list created for the detail filter page
3028
3038
  * @returns {sap.m.CheckBox} A checkbox instance
3029
3039
  * @private
3030
3040
  */
@@ -3120,7 +3130,7 @@ function(
3120
3130
  /**
3121
3131
  * Creates the filter items search field.
3122
3132
  *
3123
- * @param {object} oFilterDetailList The actual list created for the detail filter page
3133
+ * @param {sap.m.List} oFilterDetailList The actual list created for the detail filter page
3124
3134
  * @returns {sap.m.SearchField} A search field instance
3125
3135
  * @private
3126
3136
  */
@@ -3137,7 +3147,7 @@ function(
3137
3147
  /**
3138
3148
  * Sets visibility of filter detail items depending on both Search field and Show only selected button state
3139
3149
  *
3140
- * @param {object} oFilterDetailList The actual list created for the detail filter page
3150
+ * @param {sap.m.List} oFilterDetailList The actual list created for the detail filter page
3141
3151
  * @param {boolean} bSkipSearch if <code>true</code>, skip the search field part (in initial phase)
3142
3152
  * @private
3143
3153
  */
@@ -3179,7 +3189,7 @@ function(
3179
3189
 
3180
3190
  /**
3181
3191
  * Gets the function that will filter the ViewSettingsItem's text based on the search query.
3182
- * @returns {Function} A string filter function
3192
+ * @returns {function(sap.m.StandardListItem): sap.m.StandardListItem} A string filter function
3183
3193
  * @private
3184
3194
  */
3185
3195
  ViewSettingsDialog.prototype._getStringFilter = function() {
@@ -3308,7 +3318,7 @@ function(
3308
3318
  /**
3309
3319
  * Determines the number of pages (tabs).
3310
3320
  * @private
3311
- * @return {int} iActivePages The number of pages in the dialog
3321
+ * @returns {int} iActivePages The number of pages in the dialog
3312
3322
  */
3313
3323
  ViewSettingsDialog.prototype._calculateNumberOfPages = function () {
3314
3324
  var iActivePages = 0,
@@ -3339,7 +3349,7 @@ function(
3339
3349
  /**
3340
3350
  * Determines if a sub header should be displayed or not.
3341
3351
  * @private
3342
- * @return {boolean} Whether a sub header should be displayed
3352
+ * @returns {boolean} Whether a sub header should be displayed
3343
3353
  */
3344
3354
  ViewSettingsDialog.prototype._hasSubHeader = function () {
3345
3355
  return !(this._calculateNumberOfPages() < 2);
@@ -3359,9 +3369,9 @@ function(
3359
3369
  /**
3360
3370
  * Gets an sap.m.ViewSettingsItem from a list of items by a given key.
3361
3371
  *
3362
- * @param {array} aViewSettingsItems The list of sap.m.ViewSettingsItem objects to be searched
3372
+ * @param {sap.m.ViewSettingsItem[]} aViewSettingsItems The list of sap.m.ViewSettingsItem objects to be searched
3363
3373
  * @param {string} sKey The key of the searched item
3364
- * @returns {*} The sap.m.ViewSettingsItem found in the list of items
3374
+ * @returns {sap.m.ViewSettingsItem} The sap.m.ViewSettingsItem found in the list of items
3365
3375
  * @private
3366
3376
  */
3367
3377
  function getViewSettingsItemByKey(aViewSettingsItems, sKey) {
@@ -3384,10 +3394,10 @@ function(
3384
3394
  * If it does not succeed logs an error.
3385
3395
  *
3386
3396
  * @param {sap.m.ViewSettingsItem|string} vItemOrKey The searched item or its key
3387
- * @param {array} aViewSettingsItems The list of sap.m.ViewSettingsItem objects to be searched
3397
+ * @param {sap.m.ViewSettingsItem[]} aViewSettingsItems The list of sap.m.ViewSettingsItem objects to be searched
3388
3398
  * @param {string} sErrorMessage If an error message is provided, it will be logged when the
3389
3399
  * item is not found
3390
- * @returns {*} The sap.m.ViewSettingsItem found in the list of items
3400
+ * @returns {sap.m.ViewSettingsItem} The sap.m.ViewSettingsItem found in the list of items
3391
3401
  * @private
3392
3402
  */
3393
3403
  function findViewSettingsItemByKey(vItemOrKey, aViewSettingsItems, sErrorMessage) {
@@ -3412,7 +3422,7 @@ function(
3412
3422
  * Checks if the item is an sap.m.ViewSettingsItem.
3413
3423
  *
3414
3424
  * @param {*} oItem The item to be validated
3415
- * @returns {*|boolean} Returns true if the item is an sap.m.ViewSettingsItem
3425
+ * @returns {boolean} Returns true if the item is an sap.m.ViewSettingsItem
3416
3426
  * @private
3417
3427
  */
3418
3428
  function validateViewSettingsItem(oItem) {
@@ -3518,7 +3528,7 @@ function(
3518
3528
  * Clears the selected filters and navigates to the filter overview page
3519
3529
  *
3520
3530
  * @public
3521
- * @return {this} this pointer for chaining
3531
+ * @returns {this} Reference to <code>this</code> for method chaining
3522
3532
  */
3523
3533
  ViewSettingsDialog.prototype.clearFilters = function() {
3524
3534
  // clear data and update selections
@@ -3581,7 +3591,7 @@ function(
3581
3591
  /**
3582
3592
  * If there is selected sort item, returns its id,
3583
3593
  * unlike the original getter - that can return id or key.
3584
- * @return {string} The selected ViewSettingsItem's id or any unknown string in the association
3594
+ * @returns {string} The selected ViewSettingsItem's id or any unknown string in the association
3585
3595
  * @private
3586
3596
  */
3587
3597
  ViewSettingsDialog.prototype._getSelectedSortItem = function() {
@@ -3597,7 +3607,7 @@ function(
3597
3607
  /**
3598
3608
  * If there is selected group item, returns its id,
3599
3609
  * unlike the original getter - that can return id or key.
3600
- * @return {string} The selected ViewSettingsItem's id or any unknown string in the association
3610
+ * @returns {string} The selected ViewSettingsItem's id or any unknown string in the association
3601
3611
  * @private
3602
3612
  */
3603
3613
  ViewSettingsDialog.prototype._getSelectedGroupItem = function() {
@@ -3674,7 +3684,7 @@ function(
3674
3684
  * Needed because of the not-bullet proof implementation of setBusy in sap.ui.core.Control
3675
3685
  * @public
3676
3686
  * @param {boolean} bBusy The busy state flag
3677
- * @return {this} this Instance for chaining
3687
+ * @returns {this} Reference to <code>this</code> for method chaining
3678
3688
  */
3679
3689
  ViewSettingsDialog.prototype.setBusy = function (bBusy) {
3680
3690
  this._getDialog().setBusy(bBusy);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([],