@openui5/sap.m 1.110.0 → 1.111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/package.json +4 -4
  2. package/src/sap/m/.library +1 -1
  3. package/src/sap/m/AccButton.js +1 -1
  4. package/src/sap/m/ActionListItem.js +1 -1
  5. package/src/sap/m/ActionSelect.js +2 -1
  6. package/src/sap/m/ActionSheet.js +2 -2
  7. package/src/sap/m/ActionTile.js +1 -1
  8. package/src/sap/m/ActionTileContent.js +1 -1
  9. package/src/sap/m/AdditionalTextButton.js +1 -1
  10. package/src/sap/m/App.js +1 -1
  11. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  12. package/src/sap/m/Avatar.js +1 -1
  13. package/src/sap/m/Bar.js +20 -19
  14. package/src/sap/m/Breadcrumbs.js +1 -1
  15. package/src/sap/m/BusyDialog.js +1 -1
  16. package/src/sap/m/BusyIndicator.js +1 -1
  17. package/src/sap/m/Button.js +1 -1
  18. package/src/sap/m/Carousel.js +7 -11
  19. package/src/sap/m/CarouselLayout.js +1 -1
  20. package/src/sap/m/CheckBox.js +4 -2
  21. package/src/sap/m/CheckBoxRenderer.js +2 -1
  22. package/src/sap/m/ColorPalette.js +1 -1
  23. package/src/sap/m/ColorPalettePopover.js +1 -1
  24. package/src/sap/m/Column.js +12 -3
  25. package/src/sap/m/ColumnHeaderPopover.js +1 -1
  26. package/src/sap/m/ColumnListItem.js +1 -1
  27. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  28. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  29. package/src/sap/m/ColumnPopoverItem.js +1 -1
  30. package/src/sap/m/ColumnPopoverSelectListItem.js +2 -2
  31. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  32. package/src/sap/m/ComboBox.js +3 -3
  33. package/src/sap/m/ComboBoxBase.js +4 -8
  34. package/src/sap/m/ComboBoxTextField.js +1 -1
  35. package/src/sap/m/CustomDynamicDateOption.js +1 -1
  36. package/src/sap/m/CustomListItem.js +1 -1
  37. package/src/sap/m/CustomTile.js +1 -1
  38. package/src/sap/m/CustomTreeItem.js +1 -1
  39. package/src/sap/m/DatePicker.js +23 -51
  40. package/src/sap/m/DateRangeSelection.js +46 -45
  41. package/src/sap/m/DateTimeField.js +14 -21
  42. package/src/sap/m/DateTimeInput.js +1 -1
  43. package/src/sap/m/DateTimePicker.js +108 -98
  44. package/src/sap/m/DateTimePickerRenderer.js +15 -5
  45. package/src/sap/m/Dialog.js +6 -2
  46. package/src/sap/m/DisplayListItem.js +1 -1
  47. package/src/sap/m/DraftIndicator.js +1 -1
  48. package/src/sap/m/DynamicDate.js +5 -5
  49. package/src/sap/m/DynamicDateFormat.js +21 -4
  50. package/src/sap/m/DynamicDateOption.js +22 -16
  51. package/src/sap/m/DynamicDateRange.js +198 -43
  52. package/src/sap/m/DynamicDateUtil.js +14 -5
  53. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  54. package/src/sap/m/ExpandableText.js +1 -1
  55. package/src/sap/m/FacetFilter.js +2 -1
  56. package/src/sap/m/FacetFilterItem.js +1 -1
  57. package/src/sap/m/FacetFilterList.js +1 -1
  58. package/src/sap/m/FeedContent.js +1 -1
  59. package/src/sap/m/FeedInput.js +1 -1
  60. package/src/sap/m/FeedListItem.js +1 -1
  61. package/src/sap/m/FeedListItemAction.js +1 -1
  62. package/src/sap/m/Fiori20Adapter.js +2 -2
  63. package/src/sap/m/FlexBox.js +1 -1
  64. package/src/sap/m/FlexItemData.js +1 -1
  65. package/src/sap/m/FormattedText.js +1 -1
  66. package/src/sap/m/GenericTag.js +1 -1
  67. package/src/sap/m/GenericTile.js +16 -21
  68. package/src/sap/m/GroupHeaderListItem.js +1 -1
  69. package/src/sap/m/GrowingEnablement.js +1 -1
  70. package/src/sap/m/GrowingList.js +1 -1
  71. package/src/sap/m/HBox.js +1 -1
  72. package/src/sap/m/HeaderContainer.js +1 -1
  73. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  74. package/src/sap/m/IconTabBar.js +1 -1
  75. package/src/sap/m/IconTabBarSelectList.js +1 -1
  76. package/src/sap/m/IconTabFilter.js +8 -8
  77. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  78. package/src/sap/m/IconTabHeader.js +14 -1
  79. package/src/sap/m/IconTabHeaderRenderer.js +25 -3
  80. package/src/sap/m/IconTabSeparator.js +1 -1
  81. package/src/sap/m/IllustratedMessage.js +61 -25
  82. package/src/sap/m/IllustratedMessageRenderer.js +13 -5
  83. package/src/sap/m/Illustration.js +1 -1
  84. package/src/sap/m/Image.js +1 -1
  85. package/src/sap/m/ImageContent.js +1 -1
  86. package/src/sap/m/Input.js +7 -7
  87. package/src/sap/m/InputBase.js +5 -5
  88. package/src/sap/m/InputBaseRenderer.js +1 -1
  89. package/src/sap/m/InputListItem.js +1 -1
  90. package/src/sap/m/Label.js +1 -1
  91. package/src/sap/m/LightBox.js +1 -1
  92. package/src/sap/m/LightBoxItem.js +1 -1
  93. package/src/sap/m/Link.js +1 -1
  94. package/src/sap/m/List.js +1 -1
  95. package/src/sap/m/ListBase.js +6 -5
  96. package/src/sap/m/ListItemBase.js +2 -7
  97. package/src/sap/m/MaskEnabler.js +1 -1
  98. package/src/sap/m/MaskInput.js +1 -1
  99. package/src/sap/m/MaskInputRule.js +1 -1
  100. package/src/sap/m/Menu.js +4 -4
  101. package/src/sap/m/MenuButton.js +20 -2
  102. package/src/sap/m/MenuItem.js +1 -1
  103. package/src/sap/m/MenuListItem.js +1 -1
  104. package/src/sap/m/MessageBox.js +53 -35
  105. package/src/sap/m/MessageItem.js +1 -1
  106. package/src/sap/m/MessageListItem.js +22 -1
  107. package/src/sap/m/MessagePage.js +1 -1
  108. package/src/sap/m/MessagePopover.js +3 -4
  109. package/src/sap/m/MessagePopoverItem.js +1 -1
  110. package/src/sap/m/MessageStrip.js +1 -1
  111. package/src/sap/m/MessageToast.js +1 -1
  112. package/src/sap/m/MessageView.js +6 -18
  113. package/src/sap/m/MultiComboBox.js +46 -33
  114. package/src/sap/m/MultiEditField.js +1 -1
  115. package/src/sap/m/MultiInput.js +28 -3
  116. package/src/sap/m/NavContainer.js +66 -2
  117. package/src/sap/m/NewsContent.js +1 -1
  118. package/src/sap/m/NotificationList.js +1 -1
  119. package/src/sap/m/NotificationListBase.js +1 -1
  120. package/src/sap/m/NotificationListGroup.js +1 -1
  121. package/src/sap/m/NotificationListItem.js +1 -1
  122. package/src/sap/m/NumericContent.js +1 -1
  123. package/src/sap/m/NumericInput.js +1 -1
  124. package/src/sap/m/ObjectAttribute.js +1 -1
  125. package/src/sap/m/ObjectHeader.js +1 -1
  126. package/src/sap/m/ObjectIdentifier.js +1 -1
  127. package/src/sap/m/ObjectListItem.js +1 -1
  128. package/src/sap/m/ObjectMarker.js +1 -1
  129. package/src/sap/m/ObjectNumber.js +1 -1
  130. package/src/sap/m/ObjectStatus.js +1 -1
  131. package/src/sap/m/OverflowToolbar.js +36 -1
  132. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  133. package/src/sap/m/OverflowToolbarButton.js +1 -1
  134. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  135. package/src/sap/m/OverflowToolbarMenuButton.js +1 -1
  136. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  137. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  138. package/src/sap/m/P13nColumnsItem.js +1 -1
  139. package/src/sap/m/P13nColumnsPanel.js +1 -1
  140. package/src/sap/m/P13nConditionPanel.js +1 -1
  141. package/src/sap/m/P13nDialog.js +1 -1
  142. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  143. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  144. package/src/sap/m/P13nFilterItem.js +1 -1
  145. package/src/sap/m/P13nFilterPanel.js +1 -1
  146. package/src/sap/m/P13nGroupItem.js +1 -1
  147. package/src/sap/m/P13nGroupPanel.js +1 -1
  148. package/src/sap/m/P13nItem.js +1 -1
  149. package/src/sap/m/P13nPanel.js +1 -1
  150. package/src/sap/m/P13nSelectionItem.js +1 -1
  151. package/src/sap/m/P13nSelectionPanel.js +1 -1
  152. package/src/sap/m/P13nSortItem.js +1 -1
  153. package/src/sap/m/P13nSortPanel.js +1 -1
  154. package/src/sap/m/PDFViewer.js +1 -1
  155. package/src/sap/m/PDFViewerRenderer.js +13 -5
  156. package/src/sap/m/Page.js +1 -1
  157. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  158. package/src/sap/m/PagingButton.js +1 -1
  159. package/src/sap/m/Panel.js +1 -1
  160. package/src/sap/m/PlanningCalendar.js +2 -3
  161. package/src/sap/m/PlanningCalendarHeader.js +1 -1
  162. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  163. package/src/sap/m/PlanningCalendarRow.js +2 -3
  164. package/src/sap/m/PlanningCalendarView.js +1 -1
  165. package/src/sap/m/Popover.js +3 -4
  166. package/src/sap/m/ProgressIndicator.js +1 -1
  167. package/src/sap/m/PullToRefresh.js +1 -1
  168. package/src/sap/m/QuickView.js +1 -1
  169. package/src/sap/m/QuickViewBase.js +1 -1
  170. package/src/sap/m/QuickViewCard.js +1 -1
  171. package/src/sap/m/QuickViewGroup.js +1 -1
  172. package/src/sap/m/QuickViewGroupElement.js +1 -1
  173. package/src/sap/m/QuickViewPage.js +19 -9
  174. package/src/sap/m/RadioButton.js +1 -1
  175. package/src/sap/m/RadioButtonGroup.js +1 -1
  176. package/src/sap/m/RangeSlider.js +1 -1
  177. package/src/sap/m/RatingIndicator.js +2 -2
  178. package/src/sap/m/ResponsivePopover.js +1 -1
  179. package/src/sap/m/ResponsiveScale.js +1 -1
  180. package/src/sap/m/ScrollBar.js +1 -1
  181. package/src/sap/m/ScrollContainer.js +1 -1
  182. package/src/sap/m/SearchField.js +1 -1
  183. package/src/sap/m/SegmentedButton.js +2 -2
  184. package/src/sap/m/SegmentedButtonItem.js +1 -1
  185. package/src/sap/m/Select.js +44 -2
  186. package/src/sap/m/SelectDialog.js +3 -1
  187. package/src/sap/m/SelectDialogBase.js +18 -8
  188. package/src/sap/m/SelectList.js +1 -1
  189. package/src/sap/m/SelectionDetails.js +3 -3
  190. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  191. package/src/sap/m/SelectionDetailsItem.js +1 -1
  192. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  193. package/src/sap/m/Shell.js +1 -1
  194. package/src/sap/m/SimpleFixFlex.js +1 -1
  195. package/src/sap/m/SinglePlanningCalendar.js +2 -2
  196. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  197. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
  198. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +28 -29
  199. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  200. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  201. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  202. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  203. package/src/sap/m/SlideTile.js +22 -8
  204. package/src/sap/m/Slider.js +2 -2
  205. package/src/sap/m/SliderTooltip.js +1 -1
  206. package/src/sap/m/SliderTooltipBase.js +1 -1
  207. package/src/sap/m/SliderTooltipContainer.js +1 -1
  208. package/src/sap/m/SplitApp.js +1 -1
  209. package/src/sap/m/SplitButton.js +1 -1
  210. package/src/sap/m/SplitContainer.js +1 -1
  211. package/src/sap/m/StandardDynamicDateOption.js +51 -18
  212. package/src/sap/m/StandardListItem.js +1 -1
  213. package/src/sap/m/StandardTile.js +1 -1
  214. package/src/sap/m/StandardTreeItem.js +1 -1
  215. package/src/sap/m/StepInput.js +1 -1
  216. package/src/sap/m/SuggestionItem.js +1 -1
  217. package/src/sap/m/SuggestionsPopover.js +1 -1
  218. package/src/sap/m/Switch.js +1 -1
  219. package/src/sap/m/TabContainer.js +1 -1
  220. package/src/sap/m/TabContainerItem.js +1 -1
  221. package/src/sap/m/TabStrip.js +1 -1
  222. package/src/sap/m/TabStripItem.js +1 -1
  223. package/src/sap/m/Table.js +2 -2
  224. package/src/sap/m/TablePersoController.js +1 -1
  225. package/src/sap/m/TablePersoDialog.js +1 -1
  226. package/src/sap/m/TablePersoProvider.js +1 -1
  227. package/src/sap/m/TableSelectDialog.js +2 -1
  228. package/src/sap/m/Text.js +1 -1
  229. package/src/sap/m/TextArea.js +1 -1
  230. package/src/sap/m/Tile.js +1 -1
  231. package/src/sap/m/TileContainer.js +1 -1
  232. package/src/sap/m/TileContent.js +1 -1
  233. package/src/sap/m/TimePicker.js +10 -33
  234. package/src/sap/m/TimePickerClock.js +1 -1
  235. package/src/sap/m/TimePickerClocks.js +7 -5
  236. package/src/sap/m/TimePickerInputs.js +1 -1
  237. package/src/sap/m/TimePickerInternals.js +5 -3
  238. package/src/sap/m/TimePickerSlider.js +1 -1
  239. package/src/sap/m/TimePickerSliders.js +1 -1
  240. package/src/sap/m/Title.js +1 -1
  241. package/src/sap/m/TitlePropagationSupport.js +1 -1
  242. package/src/sap/m/ToggleButton.js +1 -1
  243. package/src/sap/m/Token.js +1 -1
  244. package/src/sap/m/Tokenizer.js +4 -2
  245. package/src/sap/m/Toolbar.js +1 -1
  246. package/src/sap/m/ToolbarLayoutData.js +1 -1
  247. package/src/sap/m/ToolbarSeparator.js +1 -1
  248. package/src/sap/m/ToolbarSpacer.js +1 -1
  249. package/src/sap/m/Tree.js +1 -1
  250. package/src/sap/m/TreeItemBase.js +1 -1
  251. package/src/sap/m/UploadCollection.js +1 -1
  252. package/src/sap/m/UploadCollectionItem.js +1 -1
  253. package/src/sap/m/UploadCollectionParameter.js +1 -1
  254. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  255. package/src/sap/m/VBox.js +1 -1
  256. package/src/sap/m/ValueStateHeader.js +1 -1
  257. package/src/sap/m/VariantManagement.js +4 -0
  258. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  259. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  260. package/src/sap/m/ViewSettingsDialog.js +1 -1
  261. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  262. package/src/sap/m/ViewSettingsItem.js +1 -1
  263. package/src/sap/m/VisibleItem.js +1 -1
  264. package/src/sap/m/WheelSlider.js +1 -1
  265. package/src/sap/m/WheelSliderContainer.js +1 -1
  266. package/src/sap/m/Wizard.js +1 -1
  267. package/src/sap/m/WizardProgressNavigator.js +1 -1
  268. package/src/sap/m/WizardStep.js +1 -1
  269. package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
  270. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  271. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  272. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  273. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  274. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  275. package/src/sap/m/designtime/TimePicker.designtime.js +5 -0
  276. package/src/sap/m/inputUtils/ListHelpers.js +3 -1
  277. package/src/sap/m/inputUtils/typeAhead.js +10 -0
  278. package/src/sap/m/library.js +66 -3
  279. package/src/sap/m/messagebundle.properties +33 -7
  280. package/src/sap/m/messagebundle_ar.properties +20 -2
  281. package/src/sap/m/messagebundle_bg.properties +23 -5
  282. package/src/sap/m/messagebundle_ca.properties +20 -2
  283. package/src/sap/m/messagebundle_cs.properties +18 -0
  284. package/src/sap/m/messagebundle_cy.properties +18 -0
  285. package/src/sap/m/messagebundle_da.properties +18 -0
  286. package/src/sap/m/messagebundle_de.properties +23 -5
  287. package/src/sap/m/messagebundle_el.properties +22 -4
  288. package/src/sap/m/messagebundle_en.properties +20 -2
  289. package/src/sap/m/messagebundle_en_GB.properties +18 -0
  290. package/src/sap/m/messagebundle_en_US_sappsd.properties +19 -1
  291. package/src/sap/m/messagebundle_en_US_saprigi.properties +19 -1
  292. package/src/sap/m/messagebundle_en_US_saptrc.properties +19 -1
  293. package/src/sap/m/messagebundle_es.properties +20 -2
  294. package/src/sap/m/messagebundle_es_MX.properties +20 -2
  295. package/src/sap/m/messagebundle_et.properties +18 -0
  296. package/src/sap/m/messagebundle_fi.properties +18 -0
  297. package/src/sap/m/messagebundle_fr.properties +46 -28
  298. package/src/sap/m/messagebundle_fr_CA.properties +18 -0
  299. package/src/sap/m/messagebundle_hi.properties +27 -9
  300. package/src/sap/m/messagebundle_hr.properties +18 -0
  301. package/src/sap/m/messagebundle_hu.properties +18 -0
  302. package/src/sap/m/messagebundle_id.properties +20 -2
  303. package/src/sap/m/messagebundle_it.properties +24 -6
  304. package/src/sap/m/messagebundle_iw.properties +18 -0
  305. package/src/sap/m/messagebundle_ja.properties +18 -0
  306. package/src/sap/m/messagebundle_kk.properties +18 -0
  307. package/src/sap/m/messagebundle_ko.properties +19 -1
  308. package/src/sap/m/messagebundle_lt.properties +18 -0
  309. package/src/sap/m/messagebundle_lv.properties +20 -2
  310. package/src/sap/m/messagebundle_ms.properties +18 -0
  311. package/src/sap/m/messagebundle_nl.properties +18 -0
  312. package/src/sap/m/messagebundle_no.properties +21 -3
  313. package/src/sap/m/messagebundle_pl.properties +18 -0
  314. package/src/sap/m/messagebundle_pt.properties +20 -2
  315. package/src/sap/m/messagebundle_pt_PT.properties +18 -0
  316. package/src/sap/m/messagebundle_ro.properties +18 -0
  317. package/src/sap/m/messagebundle_ru.properties +18 -0
  318. package/src/sap/m/messagebundle_sh.properties +18 -0
  319. package/src/sap/m/messagebundle_sk.properties +18 -0
  320. package/src/sap/m/messagebundle_sl.properties +18 -0
  321. package/src/sap/m/messagebundle_sv.properties +18 -0
  322. package/src/sap/m/messagebundle_th.properties +22 -4
  323. package/src/sap/m/messagebundle_tr.properties +18 -0
  324. package/src/sap/m/messagebundle_uk.properties +18 -0
  325. package/src/sap/m/messagebundle_vi.properties +18 -0
  326. package/src/sap/m/messagebundle_zh_CN.properties +18 -0
  327. package/src/sap/m/messagebundle_zh_TW.properties +18 -0
  328. package/src/sap/m/p13n/AbstractContainer.js +2 -2
  329. package/src/sap/m/p13n/AbstractContainerItem.js +3 -2
  330. package/src/sap/m/p13n/BasePanel.js +28 -26
  331. package/src/sap/m/p13n/Container.js +1 -1
  332. package/src/sap/m/p13n/Engine.js +19 -13
  333. package/src/sap/m/p13n/GroupController.js +1 -1
  334. package/src/sap/m/p13n/GroupPanel.js +1 -1
  335. package/src/sap/m/p13n/PersistenceProvider.js +11 -8
  336. package/src/sap/m/p13n/Popup.js +8 -6
  337. package/src/sap/m/p13n/QueryPanel.js +1 -1
  338. package/src/sap/m/p13n/SelectionController.js +22 -7
  339. package/src/sap/m/p13n/SelectionPanel.js +1 -1
  340. package/src/sap/m/p13n/SortController.js +1 -1
  341. package/src/sap/m/p13n/SortPanel.js +1 -1
  342. package/src/sap/m/p13n/enum/PersistenceMode.js +3 -0
  343. package/src/sap/m/p13n/enum/ProcessingStrategy.js +2 -1
  344. package/src/sap/m/p13n/handler/xConfigHandler.js +1 -1
  345. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +1 -1
  346. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +1 -1
  347. package/src/sap/m/p13n/modules/UIManager.js +1 -1
  348. package/src/sap/m/p13n/modules/xConfigAPI.js +4 -1
  349. package/src/sap/m/plugins/CellSelector.js +1 -1
  350. package/src/sap/m/plugins/ColumnResizer.js +1 -1
  351. package/src/sap/m/plugins/CopyProvider.js +6 -6
  352. package/src/sap/m/plugins/DataStateIndicator.js +1 -1
  353. package/src/sap/m/plugins/PasteProvider.js +1 -1
  354. package/src/sap/m/plugins/PluginBase.js +1 -1
  355. package/src/sap/m/semantic/AddAction.js +1 -1
  356. package/src/sap/m/semantic/CancelAction.js +1 -1
  357. package/src/sap/m/semantic/DeleteAction.js +1 -1
  358. package/src/sap/m/semantic/DetailPage.js +1 -1
  359. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  360. package/src/sap/m/semantic/EditAction.js +1 -1
  361. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  362. package/src/sap/m/semantic/FilterAction.js +1 -1
  363. package/src/sap/m/semantic/FilterSelect.js +1 -1
  364. package/src/sap/m/semantic/FlagAction.js +1 -1
  365. package/src/sap/m/semantic/ForwardAction.js +1 -1
  366. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  367. package/src/sap/m/semantic/GroupAction.js +1 -1
  368. package/src/sap/m/semantic/GroupSelect.js +1 -1
  369. package/src/sap/m/semantic/MainAction.js +1 -1
  370. package/src/sap/m/semantic/MasterPage.js +1 -1
  371. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  372. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  373. package/src/sap/m/semantic/NegativeAction.js +1 -1
  374. package/src/sap/m/semantic/OpenInAction.js +1 -1
  375. package/src/sap/m/semantic/PositiveAction.js +1 -1
  376. package/src/sap/m/semantic/PrintAction.js +1 -1
  377. package/src/sap/m/semantic/SaveAction.js +1 -1
  378. package/src/sap/m/semantic/Segment.js +1 -1
  379. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  380. package/src/sap/m/semantic/SemanticButton.js +1 -1
  381. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  382. package/src/sap/m/semantic/SemanticControl.js +1 -1
  383. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  384. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  385. package/src/sap/m/semantic/SemanticPage.js +1 -1
  386. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  387. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  388. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  389. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  390. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  391. package/src/sap/m/semantic/ShareMenu.js +1 -1
  392. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  393. package/src/sap/m/semantic/SortAction.js +1 -1
  394. package/src/sap/m/semantic/SortSelect.js +1 -1
  395. package/src/sap/m/table/Util.js +1 -1
  396. package/src/sap/m/table/columnmenu/ActionItem.js +8 -3
  397. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  398. package/src/sap/m/table/columnmenu/Item.js +2 -1
  399. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  400. package/src/sap/m/table/columnmenu/Menu.js +72 -77
  401. package/src/sap/m/table/columnmenu/MenuRenderer.js +1 -3
  402. package/src/sap/m/table/columnmenu/QuickAction.js +2 -2
  403. package/src/sap/m/table/columnmenu/QuickActionBase.js +2 -2
  404. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  405. package/src/sap/m/table/columnmenu/QuickGroup.js +1 -1
  406. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  407. package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
  408. package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -1
  409. package/src/sap/m/table/columnmenu/QuickTotal.js +3 -3
  410. package/src/sap/m/table/columnmenu/QuickTotalItem.js +2 -2
  411. package/src/sap/m/themes/base/FeedListItem.less +1 -1
  412. package/src/sap/m/themes/base/GenericTile.less +94 -5
  413. package/src/sap/m/themes/base/InputBase.less +7 -1
  414. package/src/sap/m/themes/base/Label.less +1 -0
  415. package/src/sap/m/themes/base/MultiComboBox.less +6 -4
  416. package/src/sap/m/themes/base/ObjectStatus.less +26 -0
  417. package/src/sap/m/themes/base/SlideTile.less +4 -4
  418. package/src/sap/m/themes/base/SuggestionsPopover.less +14 -6
  419. package/src/sap/m/themes/base/Table.less +0 -10
  420. package/src/sap/m/themes/base/Text.less +1 -0
  421. package/src/sap/m/themes/base/Tokenizer.less +23 -0
  422. package/src/sap/m/themes/sap_hcb/ObjectStatus.less +26 -0
  423. package/src/sap/m/themes/sap_horizon/Label.less +10 -0
  424. package/src/sap/m/themes/sap_horizon/Text.less +10 -0
  425. package/src/sap/m/upload/UploadSet.js +1 -1
  426. package/src/sap/m/upload/UploadSetItem.js +1 -1
  427. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
@@ -81,7 +81,7 @@ sap.ui.define([
81
81
  * @extends sap.ui.core.Control
82
82
  *
83
83
  * @author SAP SE
84
- * @version 1.110.0
84
+ * @version 1.111.0
85
85
  * @since 1.34.0
86
86
  *
87
87
  * @public
@@ -621,14 +621,10 @@ sap.ui.define([
621
621
  this._sGenericTileResizeListenerId = null;
622
622
  }
623
623
 
624
- //sets the extra width of 0.5rem when the grid container has 1rem gap for the TwoByxxxx tiles
624
+ //Applies new dimensions for the GenericTile if it is inscribed inside a GridContainer
625
625
  var oGetParent = this.getParent();
626
626
  if (oGetParent && oGetParent.isA("sap.f.GridContainer")){
627
- this._applyExtraWidth();
628
- }
629
-
630
- if (oGetParent && oGetParent.getParent() && oGetParent.getParent().isA("sap.f.GridContainer") && oGetParent.isA("sap.m.SlideTile")){
631
- this._applyExtraWidth(oGetParent.getParent(), true);
627
+ this._applyNewDim();
632
628
  }
633
629
 
634
630
  Device.media.detachHandler(this._handleMediaChange, this, DEVICE_SET);
@@ -855,6 +851,10 @@ sap.ui.define([
855
851
  */
856
852
  GenericTile.prototype._setupResizeClassHandler = function () {
857
853
  var fnCheckMedia = function () {
854
+ var oParent = this.getParent();
855
+ if (oParent && oParent.isA("sap.f.GridContainer")) {
856
+ this._applyNewDim();
857
+ }
858
858
  if (this.getSizeBehavior() === TileSizeBehavior.Small || window.matchMedia("(max-width: 374px)").matches || this._isSmallStretchTile()) {
859
859
  this.$().addClass("sapMTileSmallPhone");
860
860
  if (this._isSmallStretchTile()) {
@@ -1927,22 +1927,17 @@ GenericTile.prototype._isNavigateActionEnabled = function() {
1927
1927
  };
1928
1928
 
1929
1929
  /**
1930
- * An extra width of 0.5rem would be applied when the gap is 1rem(16px) in the grid container for the TwoByOne and TwoByHalf tiles
1930
+ * Applies new dimensions for the GenericTile if it is inscribed inside a GridContainer
1931
+ * @param {sap.f.GridContainer} oSlideTileParentContainer The GridContainer where SlideTile is inscribed
1931
1932
  * @private
1932
1933
  */
1933
- GenericTile.prototype._applyExtraWidth = function(oGetParent, bTrue) {
1934
- var sGap;
1935
- if (bTrue == true){
1936
- sGap = oGetParent.getActiveLayoutSettings().getGap();
1937
- } else {
1938
- sGap = this.getParent().getActiveLayoutSettings().getGap();
1939
- }
1940
- var bisLargeTile = this.getFrameType() === FrameType.TwoByHalf || this.getFrameType() === FrameType.TwoByOne,
1941
- bisGap16px = sGap === "16px" || sGap === "1rem";
1942
- if (bisGap16px && bisLargeTile){
1943
- this.addStyleClass("sapMGTWidthForGridContainer");
1944
- } else if (!bisGap16px && this.hasStyleClass("sapMGTWidthForGridContainer")){
1945
- this.removeStyleClass("sapMGTWidthForGridContainer");
1934
+ GenericTile.prototype._applyNewDim = function(oSlideTileParentContainer) {
1935
+ var sGap = (oSlideTileParentContainer) ? oSlideTileParentContainer.getActiveLayoutSettings().getGap() : this.getParent().getActiveLayoutSettings().getGap();
1936
+ var bisGap16px = sGap === "16px" || sGap === "1rem";
1937
+ if (bisGap16px){
1938
+ this.addStyleClass("sapMGTGridContainerOneRemGap");
1939
+ } else if (!bisGap16px && this.hasStyleClass("sapMGTGridContainerOneRemGap")){
1940
+ this.removeStyleClass("sapMGTGridContainerOneRemGap");
1946
1941
  }
1947
1942
  };
1948
1943
  /**
@@ -30,7 +30,7 @@ sap.ui.define(["sap/ui/core/library", "./library", "./ListItemBase", "./GroupHea
30
30
  * @extends sap.m.ListItemBase
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.110.0
33
+ * @version 1.111.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -380,7 +380,7 @@ sap.ui.define([
380
380
  }
381
381
 
382
382
  // after growing-button gets hidden scroll container should still be scrollable
383
- return this._oScrollDelegate.getMaxScrollTop() > this._oControl.getDomRef("triggerList").clientHeight;
383
+ return this._oScrollDelegate.getMaxScrollTop() > this._oControl.getDomRef("triggerList").offsetHeight;
384
384
  },
385
385
 
386
386
  // destroy all items in the list and cleanup
@@ -22,7 +22,7 @@ sap.ui.define(['./List', './library', './GrowingListRenderer', 'sap/ui/core/Conf
22
22
  * @extends sap.m.List
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.110.0
25
+ * @version 1.111.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
package/src/sap/m/HBox.js CHANGED
@@ -25,7 +25,7 @@ sap.ui.define(['./FlexBox', './library', './HBoxRenderer'],
25
25
  * @extends sap.m.FlexBox
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.110.0
28
+ * @version 1.111.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @since 1.44.0
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.110.0
127
+ * @version 1.111.0
128
128
  *
129
129
  * @public
130
130
  * @alias sap.m.HeaderContainer
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @since 1.67.0
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.110.0
19
+ * @version 1.111.0
20
20
  *
21
21
  * @constructor
22
22
  * @alias sap.m.HeaderContainerItemNavigator
@@ -94,7 +94,7 @@ sap.ui.define([
94
94
  * @implements sap.m.ObjectHeaderContainer, sap.f.IDynamicPageStickyContent
95
95
  *
96
96
  * @author SAP SE
97
- * @version 1.110.0
97
+ * @version 1.111.0
98
98
  *
99
99
  * @public
100
100
  * @alias sap.m.IconTabBar
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.110.0
41
+ * @version 1.111.0
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -94,7 +94,7 @@ sap.ui.define([
94
94
  * @implements sap.m.IconTab
95
95
  *
96
96
  * @author SAP SE
97
- * @version 1.110.0
97
+ * @version 1.111.0
98
98
  *
99
99
  * @constructor
100
100
  * @public
@@ -240,7 +240,6 @@ sap.ui.define([
240
240
  * @private
241
241
  */
242
242
  IconTabFilter.prototype.init = function () {
243
-
244
243
  this._oDragEventDelegate = {
245
244
  onlongdragover: this._handleOnLongDragOver,
246
245
  ondragover: this._handleOnDragOver,
@@ -437,9 +436,10 @@ sap.ui.define([
437
436
  bTextOnly = oIconTabHeader._bTextOnly,
438
437
  bInLine = oIconTabHeader._bInLine || oIconTabHeader.isInlineMode(),
439
438
  bShowAll = this.getShowAll(),
440
- sTextDir = this.getTextDirection();
439
+ sTextDir = this.getTextDirection(),
440
+ bIsUnselectable = oIconTabHeader._isUnselectable(this);
441
441
 
442
- if (this._isOverflow()){
442
+ if (this._isOverflow()) {
443
443
  mAriaParams.role = "button";
444
444
  }
445
445
 
@@ -504,7 +504,7 @@ sap.ui.define([
504
504
  oRM.class("sapMITBFilter" + sIconColor);
505
505
  }
506
506
 
507
- if (oIconTabHeader._isUnselectable(this)) {
507
+ if (bIsUnselectable) {
508
508
  oRM.class("sapMITHUnselectable");
509
509
  }
510
510
 
@@ -526,7 +526,7 @@ sap.ui.define([
526
526
  oRM.attr("title", sTooltip);
527
527
  }
528
528
 
529
- if (this._isOverflow() || this.getItems().length) {
529
+ if (this._isOverflow() || bIsUnselectable) {
530
530
  oRM.attr("aria-haspopup", "menu");
531
531
  }
532
532
 
@@ -616,7 +616,7 @@ sap.ui.define([
616
616
  .text(oIconTabHeader._getDisplayText(this))
617
617
  .close("span");
618
618
 
619
- if (this._isOverflow() || this.getItems().length && oIconTabHeader._isUnselectable(this)) {
619
+ if (this._isOverflow() || this.getItems().length && bIsUnselectable) {
620
620
  oRM.openStart("span", this.getId() + "-expandButton").class("sapMITHShowSubItemsIcon").openEnd();
621
621
  oRM.icon(IconPool.getIconURI("slim-arrow-down"), null, {
622
622
  "title": null,
@@ -635,7 +635,7 @@ sap.ui.define([
635
635
  oRM.openStart("div").class("sapMITBContentArrow").openEnd().close("div");
636
636
  oRM.close("div");
637
637
 
638
- if (this.getItems().length && !oIconTabHeader._isUnselectable(this)) {
638
+ if (this.getItems().length && !bIsUnselectable) {
639
639
  oRM.openStart("span")
640
640
  .accessibilityState({ role: "separator" })
641
641
  .openEnd()
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.110.0
34
+ * @version 1.111.0
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -77,7 +77,7 @@ sap.ui.define([
77
77
  * @extends sap.ui.core.Control
78
78
  *
79
79
  * @author SAP SE
80
- * @version 1.110.0
80
+ * @version 1.111.0
81
81
  *
82
82
  * @constructor
83
83
  * @public
@@ -1288,6 +1288,19 @@ sap.ui.define([
1288
1288
  return iWidth + iMargins;
1289
1289
  };
1290
1290
 
1291
+ IconTabHeader.prototype._hasSubItems = function () {
1292
+ var aTabFilters = this.getTabFilters(),
1293
+ i;
1294
+
1295
+ for (i = 0; i < aTabFilters.length; i++) {
1296
+ if (aTabFilters[i].getItems().length > 0) {
1297
+ return true;
1298
+ }
1299
+ }
1300
+
1301
+ return false;
1302
+ };
1303
+
1291
1304
  /**
1292
1305
  * Handles the activation of the tabs and arrows.
1293
1306
  * @private
@@ -4,8 +4,14 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(['./library'],
8
- function (library) {
7
+ sap.ui.define([
8
+ './library',
9
+ 'sap/ui/core/Core',
10
+ 'sap/ui/core/InvisibleText'],
11
+ function (
12
+ library,
13
+ Core,
14
+ InvisibleText) {
9
15
  "use strict";
10
16
 
11
17
  /**
@@ -19,6 +25,16 @@ sap.ui.define(['./library'],
19
25
  // shortcut for sap.m.TabsOverflowMode
20
26
  var TabsOverflowMode = library.TabsOverflowMode;
21
27
 
28
+ IconTabHeaderRenderer.getInvisibleSplitTabDescriptionText = function() {
29
+ if (!this.oInvisibleSplitTabDescriptionText) {
30
+ this.oInvisibleSplitTabDescriptionText = new InvisibleText({
31
+ text: Core.getLibraryResourceBundle("sap.m").getText("ICONTABHEADER_SPLIT_TAB_DESCRIPTION")
32
+ }).toStatic();
33
+ }
34
+
35
+ return this.oInvisibleSplitTabDescriptionText;
36
+ };
37
+
22
38
  /**
23
39
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
24
40
  *
@@ -102,7 +118,13 @@ sap.ui.define(['./library'],
102
118
 
103
119
  if (mAriaTexts.headerDescription) {
104
120
  oRM.accessibilityState({
105
- describedby: oControl._getInvisibleHeadText().getId()
121
+ describedby: {value: oControl._getInvisibleHeadText().getId(), append: true}
122
+ });
123
+ }
124
+
125
+ if (oControl._hasSubItems()) {
126
+ oRM.accessibilityState({
127
+ describedby: {value: IconTabHeaderRenderer.getInvisibleSplitTabDescriptionText().getId(), append: true}
106
128
  });
107
129
  }
108
130
 
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @implements sap.m.IconTab
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.110.0
39
+ * @version 1.111.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -58,8 +58,8 @@ sap.ui.define([
58
58
  * An <code>IllustratedMessage</code> is a recommended combination of a solution-oriented message,
59
59
  * an engaging illustration, and conversational tone to better communicate an empty or a success state
60
60
  * than just show a message alone.
61
- * Empty states are moments in the user experience where theres no data to display.
62
- * Success states are occasions to celebrate and reward a users special accomplishment or the completion of an important task.
61
+ * Empty states are moments in the user experience where there's no data to display.
62
+ * Success states are occasions to celebrate and reward a user's special accomplishment or the completion of an important task.
63
63
  *
64
64
  * The <code>IllustratedMessage</code> control is meant to be used inside container controls,
65
65
  * for example a <code>Card</code>, a <code>Dialog</code>, or a <code>Page</code>.
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * @extends sap.ui.core.Control
85
85
  *
86
86
  * @author SAP SE
87
- * @version 1.110.0
87
+ * @version 1.111.0
88
88
  *
89
89
  * @constructor
90
90
  * @public
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  /**
100
100
  * Defines the description displayed below the title.
101
101
  *
102
- * If there is no initial input from the app developer and the default illustration set is being used,
102
+ * If there is no initial input from the app developer, <code>enableDefaultTitleAndDescription</code> is <code>true</code> and the default illustration set is being used,
103
103
  * a default description for the current illustration type is going to be displayed. The default
104
104
  * description is stored in the <code>sap.m</code> resource bundle.
105
105
  *
@@ -107,6 +107,14 @@ sap.ui.define([
107
107
  */
108
108
  description : {type : "string", group : "Misc", defaultValue : ""},
109
109
 
110
+ /**
111
+ * Defines whether the default title and description should be used when the input for their respective part is empty
112
+ * and the default illustration set is being used. Title and description are stored in the <code>sap.m</code> resource bundle.
113
+ *
114
+ * @since 1.111
115
+ */
116
+ enableDefaultTitleAndDescription: { type: "boolean", group: "Appearance", defaultValue: true },
117
+
110
118
  /**
111
119
  * Defines whether the value set in the <code>description</code> property is displayed
112
120
  * as formatted text in HTML format.
@@ -154,8 +162,9 @@ sap.ui.define([
154
162
  /**
155
163
  * Defines the title that is displayed below the illustration.
156
164
  *
157
- * If there is no initial input from the app developer and the default illustration set is being used,
158
- * a default title is displayed corresponding to the current <code>illustrationType</code>.
165
+ * If there is no initial input from the app developer, <code>enableDefaultTitleAndDescription</code> is <code>true</code> and the default illustration set is being used,
166
+ * a default title is displayed corresponding to the current <code>illustrationType</code>. The default
167
+ * title is stored in the <code>sap.m</code> resource bundle.
159
168
  *
160
169
  * @since 1.98
161
170
  */
@@ -374,6 +383,32 @@ sap.ui.define([
374
383
  oBundle.getText(sPrepend + IllustratedMessage.FALLBACK_TEXTS[this._sIllustrationType], null, true);
375
384
  };
376
385
 
386
+ /**
387
+ * Helper method which decides if the title should be rendered.
388
+ * When it's empty it shouldn't take space in the DOM.
389
+ * @private
390
+ * @returns {boolean} whether or not the title should be rendered
391
+ */
392
+ IllustratedMessage.prototype._shouldRenderTitle = function () {
393
+ return this._getTitle().getText().length !== 0;
394
+ };
395
+
396
+ /**
397
+ * Helper method which decides if the description should be rendered.
398
+ * When it's empty it shouldn't take space in the DOM.
399
+ * @private
400
+ * @returns {boolean} whether or not the description should be rendered
401
+ */
402
+ IllustratedMessage.prototype._shouldRenderDescription = function () {
403
+ var oDescription = this._getDescription();
404
+
405
+ if (this.getEnableFormattedText()) {
406
+ return oDescription.getHtmlText().length !== 0;
407
+ } else {
408
+ return oDescription.getText().length !== 0;
409
+ }
410
+ };
411
+
377
412
  /**
378
413
  * Gets the correct aggregation for the description.
379
414
  * If the enableFormattedText property is true, the function returns
@@ -386,9 +421,9 @@ sap.ui.define([
386
421
  };
387
422
 
388
423
  /**
389
- * Gets content of the _formattedText aggregation.
424
+ * Gets content of the formattedText aggregation.
390
425
  * @private
391
- * @returns {sap.m.FormattedText}
426
+ * @returns {sap.m.FormattedText} The sap.m.FormattedText control instance
392
427
  */
393
428
  IllustratedMessage.prototype._getFormattedText = function () {
394
429
  var sDescription = this.getDescription(),
@@ -399,20 +434,20 @@ sap.ui.define([
399
434
  this.setAggregation("_formattedText", oFormattedText);
400
435
  }
401
436
 
402
- if (sDescription) {
403
- oFormattedText.setHtmlText(sDescription);
404
- } else {
437
+ if (!sDescription && this.getEnableDefaultTitleAndDescription()) {
405
438
  // Use default text for the description if applicable
406
439
  oFormattedText.setHtmlText(this._getDefaultDescription());
440
+ } else {
441
+ oFormattedText.setHtmlText(sDescription);
407
442
  }
408
443
 
409
444
  return oFormattedText;
410
445
  };
411
446
 
412
447
  /**
413
- * Gets content of the _illustration aggregation.
448
+ * Gets content of the illustration aggregation.
414
449
  * @private
415
- * @returns {sap.m.Illustration}
450
+ * @returns {sap.m.Illustration} The sap.m.Illustration control instance
416
451
  */
417
452
  IllustratedMessage.prototype._getIllustration = function () {
418
453
  var oIllustration = this.getAggregation("_illustration");
@@ -433,7 +468,7 @@ sap.ui.define([
433
468
  /**
434
469
  * Gets content of the _text aggregation.
435
470
  * @private
436
- * @returns {sap.m.Text}
471
+ * @returns {sap.m.Text} The sap.m.Text control instance
437
472
  */
438
473
  IllustratedMessage.prototype._getText = function () {
439
474
  var sDescription = this.getDescription(),
@@ -444,11 +479,11 @@ sap.ui.define([
444
479
  this.setAggregation("_text", oText);
445
480
  }
446
481
 
447
- if (sDescription) {
448
- oText.setText(sDescription);
449
- } else {
482
+ if (!sDescription && this.getEnableDefaultTitleAndDescription()) {
450
483
  // Use default text for the description if applicable
451
484
  oText.setText(this._getDefaultDescription());
485
+ } else {
486
+ oText.setText(sDescription);
452
487
  }
453
488
 
454
489
  return oText;
@@ -457,7 +492,7 @@ sap.ui.define([
457
492
  /**
458
493
  * Gets content of the _title aggregation.
459
494
  * @private
460
- * @returns {sap.m.Title}
495
+ * @returns {sap.m.Title} The sap.m.Title control instance
461
496
  */
462
497
  IllustratedMessage.prototype._getTitle = function () {
463
498
  var sTitle = this.getTitle(),
@@ -468,11 +503,11 @@ sap.ui.define([
468
503
  this.setAggregation("_title", oTitle);
469
504
  }
470
505
 
471
- if (sTitle) {
472
- oTitle.setText(sTitle);
473
- } else {
506
+ if (!sTitle && this.getEnableDefaultTitleAndDescription()) {
474
507
  // Use default text for the title if applicable
475
508
  oTitle.setText(this._getDefaultTitle());
509
+ } else {
510
+ oTitle.setText(sTitle);
476
511
  }
477
512
 
478
513
  return oTitle;
@@ -527,6 +562,7 @@ sap.ui.define([
527
562
 
528
563
  /**
529
564
  * Caches the <code>IllustratedMessage</code> illustration set and illustration type in private instance variables.
565
+ * @param {string} sValue The Set-Type pair which should be stored
530
566
  * @private
531
567
  */
532
568
  IllustratedMessage.prototype._updateInternalIllustrationSetAndType = function (sValue) {
@@ -538,7 +574,7 @@ sap.ui.define([
538
574
 
539
575
  /**
540
576
  * Handles the resize event of the <code>IllustratedMessage</code>.
541
- * @param {jQuery.Event} oEvent
577
+ * @param {jQuery.Event} oEvent The event object
542
578
  * @private
543
579
  */
544
580
  IllustratedMessage.prototype._onResize = function (oEvent) {
@@ -580,7 +616,7 @@ sap.ui.define([
580
616
 
581
617
  /**
582
618
  * It puts the appropriate classes on the control based on the current media size.
583
- * @param {string} sCurrentMedia
619
+ * @param {string} sCurrentMedia The media currently being used
584
620
  * @private
585
621
  */
586
622
  IllustratedMessage.prototype._updateMediaStyle = function (sCurrentMedia) {
@@ -686,8 +722,8 @@ sap.ui.define([
686
722
  /**
687
723
  * Registers resize handler.
688
724
  * @param {string} sHandler the handler ID
689
- * @param {Object} oObject
690
- * @param {Function} fnHandler
725
+ * @param {Object} oObject object on which the resize handler is being registered
726
+ * @param {Function} fnHandler the callback function for each resize
691
727
  * @private
692
728
  */
693
729
  IllustratedMessage.prototype._registerResizeHandler = function (sHandler, oObject, fnHandler) {
@@ -26,7 +26,9 @@ sap.ui.define([], function () {
26
26
  sIllustratedMessageTitle = oIllustratedMessage._getTitle(),
27
27
  sIllustratedMessageDescription = oIllustratedMessage._getDescription(),
28
28
  aIllustratedMessageAdditionalContent = oIllustratedMessage.getAdditionalContent(),
29
- bIllustratedMessageEnableVerticalResponsiveness = oIllustratedMessage.getEnableVerticalResponsiveness();
29
+ bIllustratedMessageEnableVerticalResponsiveness = oIllustratedMessage.getEnableVerticalResponsiveness(),
30
+ bRenderTitle = oIllustratedMessage._shouldRenderTitle(),
31
+ bRenderDescription = oIllustratedMessage._shouldRenderDescription();
30
32
 
31
33
  // IllustratedMessage's Root DOM Element.
32
34
  oRm.openStart("figure", oIllustratedMessage);
@@ -42,10 +44,16 @@ sap.ui.define([], function () {
42
44
 
43
45
  oRm.renderControl(oIllustratedMessageIllustration);
44
46
 
45
- oRm.openStart("figcaption").openEnd();
46
- oRm.renderControl(sIllustratedMessageTitle);
47
- oRm.renderControl(sIllustratedMessageDescription.addStyleClass("sapMIllustratedMessageDescription"));
48
- oRm.close("figcaption");
47
+ if (bRenderTitle || bRenderDescription) {
48
+ oRm.openStart("figcaption").openEnd();
49
+ if (bRenderTitle) {
50
+ oRm.renderControl(sIllustratedMessageTitle);
51
+ }
52
+ if (bRenderDescription) {
53
+ oRm.renderControl(sIllustratedMessageDescription.addStyleClass("sapMIllustratedMessageDescription"));
54
+ }
55
+ oRm.close("figcaption");
56
+ }
49
57
 
50
58
  oRm.close("div"); // main content container end
51
59
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.110.0
35
+ * @version 1.111.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @implements sap.ui.core.IFormContent
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.110.0
61
+ * @version 1.111.0
62
62
  *
63
63
  * @public
64
64
  * @alias sap.m.Image
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.110.0
36
+ * @version 1.111.0
37
37
  * @since 1.38
38
38
  *
39
39
  * @public
@@ -157,7 +157,7 @@ function(
157
157
  * @extends sap.m.InputBase
158
158
  * @implements sap.ui.core.IAccessKeySupport
159
159
  * @author SAP SE
160
- * @version 1.110.0
160
+ * @version 1.111.0
161
161
  *
162
162
  * @constructor
163
163
  * @public
@@ -1274,7 +1274,7 @@ function(
1274
1274
  * Sets a custom filter function for suggestions. The default is to check whether the first item text begins with the typed value. For one and two-value suggestions this callback function will operate on sap.ui.core.Item types, for tabular suggestions the function will operate on sap.m.ColumnListItem types.
1275
1275
  *
1276
1276
  * @public
1277
- * @param {function} fnFilter The filter function is called when displaying suggestion items and has two input parameters: the first one is the string that is currently typed in the input field and the second one is the item that is being filtered. Returning true will add this item to the popup, returning false will not display it.
1277
+ * @param {function(string=, sap.ui.core.Item=, boolean=):boolean|undefined|function} fnFilter The filter function is called when displaying suggestion items and has two input parameters: the first one is the string that is currently typed in the input field and the second one is the item that is being filtered. Returning true will add this item to the popup, returning false will not display it.
1278
1278
  * @returns {this} this pointer for chaining
1279
1279
  * @since 1.16.1
1280
1280
  */
@@ -1312,7 +1312,7 @@ function(
1312
1312
  * Sets a custom result filter function for tabular suggestions to select the text that is passed to the input field. Default is to check whether the first cell with a "text" property begins with the typed value. For one value and two-value suggestions this callback function is not called.
1313
1313
  *
1314
1314
  * @public
1315
- * @param {function} fnFilter The result function is called with one parameter: the sap.m.ColumnListItem that is selected. The function must return a result string that will be displayed as the input field's value.
1315
+ * @param {function(string=, sap.ui.core.Item=, boolean=):boolean|undefined|function} fnFilter The result function is called with one parameter: the sap.m.ColumnListItem that is selected. The function must return a result string that will be displayed as the input field's value.
1316
1316
  * @returns {this} this pointer for chaining
1317
1317
  * @since 1.21.1
1318
1318
  */
@@ -1506,7 +1506,7 @@ function(
1506
1506
  }
1507
1507
 
1508
1508
  // Inform InputBase to fire the change event on Input only when focus doesn't go into the suggestion popup
1509
- if (!bFocusInPopup && !this.isMobileDevice()) {
1509
+ if (!bFocusInPopup) {
1510
1510
  InputBase.prototype.onsapfocusleave.apply(this, arguments);
1511
1511
  }
1512
1512
 
@@ -2568,7 +2568,7 @@ function(
2568
2568
  *
2569
2569
  * @see sap.ui.core.Control#getAccessibilityInfo
2570
2570
  * @protected
2571
- * @returns {object} Accessibility information.
2571
+ * @returns {sap.ui.core.AccessibilityInfo} Accessibility information.
2572
2572
  */
2573
2573
  Input.prototype.getAccessibilityInfo = function() {
2574
2574
  var oInfo = InputBase.prototype.getAccessibilityInfo.apply(this, arguments);
@@ -2773,7 +2773,7 @@ function(
2773
2773
  return;
2774
2774
  }
2775
2775
 
2776
- aListItemsDomRef = oList.$().find('.sapMSLIInfo, .sapMSLITitleOnly');
2776
+ aListItemsDomRef = oList.$().find('.sapMSLIInfo [id$=-infoText], .sapMSLITitleOnly [id$=-titleText]');
2777
2777
  sInputValue = this._bDoTypeAhead ? this._getTypedInValue() : this.getValue();
2778
2778
  sInputValue = (sInputValue || "").toLowerCase();
2779
2779
 
@@ -3118,7 +3118,7 @@ function(
3118
3118
  * Opens the <code>SuggestionsPopover</code> with the available items.
3119
3119
  * <b>Note:</b> When <code>valueHelpOnly</code> property is set to true, the <code>SuggestionsPopover</code> will not open.
3120
3120
  *
3121
- * @param {function} fnFilter Function to filter the items shown in the SuggestionsPopover
3121
+ * @param {function|undefined} fnFilter Function to filter the items shown in the SuggestionsPopover
3122
3122
  * @returns {void}
3123
3123
  *
3124
3124
  * @since 1.64