@openui5/sap.m 1.99.0 → 1.100.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 (431) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +4 -4
  3. package/src/sap/m/.library +1 -1
  4. package/src/sap/m/AccButton.js +1 -1
  5. package/src/sap/m/ActionListItem.js +1 -1
  6. package/src/sap/m/ActionListItemRenderer.js +5 -7
  7. package/src/sap/m/ActionSelect.js +1 -1
  8. package/src/sap/m/ActionSheet.js +2 -2
  9. package/src/sap/m/App.js +1 -1
  10. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  11. package/src/sap/m/Avatar.js +1 -1
  12. package/src/sap/m/BadgeEnabler.js +3 -2
  13. package/src/sap/m/Bar.js +1 -1
  14. package/src/sap/m/Breadcrumbs.js +81 -8
  15. package/src/sap/m/BreadcrumbsRenderer.js +8 -7
  16. package/src/sap/m/BusyDialog.js +1 -1
  17. package/src/sap/m/BusyIndicator.js +1 -1
  18. package/src/sap/m/Button.js +2 -2
  19. package/src/sap/m/Carousel.js +1 -1
  20. package/src/sap/m/CarouselLayout.js +1 -1
  21. package/src/sap/m/CarouselRenderer.js +2 -1
  22. package/src/sap/m/CheckBox.js +2 -4
  23. package/src/sap/m/ColorPalette.js +1 -1
  24. package/src/sap/m/ColorPalettePopover.js +1 -1
  25. package/src/sap/m/Column.js +1 -1
  26. package/src/sap/m/ColumnHeaderPopover.js +1 -1
  27. package/src/sap/m/ColumnListItem.js +1 -1
  28. package/src/sap/m/ColumnListItemRenderer.js +9 -11
  29. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  30. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  31. package/src/sap/m/ColumnPopoverItem.js +1 -1
  32. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  33. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  34. package/src/sap/m/ComboBox.js +2 -1
  35. package/src/sap/m/ComboBoxBase.js +1 -1
  36. package/src/sap/m/ComboBoxTextField.js +1 -1
  37. package/src/sap/m/CustomDynamicDateOption.js +1 -1
  38. package/src/sap/m/CustomListItem.js +1 -1
  39. package/src/sap/m/CustomListItemRenderer.js +4 -6
  40. package/src/sap/m/CustomTile.js +1 -1
  41. package/src/sap/m/CustomTileRenderer.js +1 -1
  42. package/src/sap/m/CustomTreeItem.js +1 -1
  43. package/src/sap/m/CustomTreeItemRenderer.js +2 -2
  44. package/src/sap/m/DatePicker.js +4 -3
  45. package/src/sap/m/DateRangeSelection.js +2 -2
  46. package/src/sap/m/DateTimeField.js +4 -4
  47. package/src/sap/m/DateTimeInput.js +1 -1
  48. package/src/sap/m/DateTimePicker.js +65 -22
  49. package/src/sap/m/DateTimePickerRenderer.js +19 -2
  50. package/src/sap/m/Dialog.js +1 -1
  51. package/src/sap/m/DisplayListItem.js +1 -1
  52. package/src/sap/m/DisplayListItemRenderer.js +4 -6
  53. package/src/sap/m/DraftIndicator.js +1 -1
  54. package/src/sap/m/DynamicDate.js +1 -1
  55. package/src/sap/m/DynamicDateFormat.js +8 -2
  56. package/src/sap/m/DynamicDateOption.js +1 -1
  57. package/src/sap/m/DynamicDateRange.js +23 -6
  58. package/src/sap/m/DynamicDateUtil.js +1 -2
  59. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  60. package/src/sap/m/ExpandableText.js +1 -1
  61. package/src/sap/m/FacetFilter.js +1 -1
  62. package/src/sap/m/FacetFilterItem.js +1 -1
  63. package/src/sap/m/FacetFilterList.js +6 -4
  64. package/src/sap/m/FeedContent.js +1 -1
  65. package/src/sap/m/FeedInput.js +1 -1
  66. package/src/sap/m/FeedListItem.js +2 -2
  67. package/src/sap/m/FeedListItemAction.js +1 -1
  68. package/src/sap/m/FeedListItemRenderer.js +10 -5
  69. package/src/sap/m/Fiori20Adapter.js +2 -2
  70. package/src/sap/m/FlexBox.js +1 -1
  71. package/src/sap/m/FlexItemData.js +1 -1
  72. package/src/sap/m/FormattedText.js +1 -1
  73. package/src/sap/m/GenericTag.js +5 -3
  74. package/src/sap/m/GenericTagRenderer.js +3 -3
  75. package/src/sap/m/GenericTile.js +6 -2
  76. package/src/sap/m/GenericTileRenderer.js +3 -10
  77. package/src/sap/m/GroupHeaderListItem.js +1 -1
  78. package/src/sap/m/GrowingEnablement.js +39 -3
  79. package/src/sap/m/GrowingList.js +1 -1
  80. package/src/sap/m/HBox.js +1 -1
  81. package/src/sap/m/HeaderContainer.js +1 -1
  82. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  83. package/src/sap/m/HyphenationSupport.js +0 -4
  84. package/src/sap/m/IconTabBar.js +1 -1
  85. package/src/sap/m/IconTabBarDragAndDropUtil.js +3 -2
  86. package/src/sap/m/IconTabBarSelectList.js +3 -5
  87. package/src/sap/m/IconTabFilter.js +1 -1
  88. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  89. package/src/sap/m/IconTabHeader.js +7 -11
  90. package/src/sap/m/IconTabSeparator.js +1 -1
  91. package/src/sap/m/IllustratedMessage.js +1 -1
  92. package/src/sap/m/Illustration.js +1 -1
  93. package/src/sap/m/Image.js +1 -1
  94. package/src/sap/m/ImageContent.js +1 -1
  95. package/src/sap/m/Input.js +7 -10
  96. package/src/sap/m/InputBase.js +1 -1
  97. package/src/sap/m/InputBaseRenderer.js +1 -2
  98. package/src/sap/m/InputListItem.js +1 -1
  99. package/src/sap/m/InputListItemRenderer.js +4 -6
  100. package/src/sap/m/Label.js +1 -1
  101. package/src/sap/m/LabelRenderer.js +1 -1
  102. package/src/sap/m/LightBox.js +1 -1
  103. package/src/sap/m/LightBoxItem.js +1 -1
  104. package/src/sap/m/Link.js +1 -1
  105. package/src/sap/m/List.js +1 -1
  106. package/src/sap/m/ListBase.js +1 -1
  107. package/src/sap/m/ListBaseRenderer.js +4 -6
  108. package/src/sap/m/ListItemBase.js +1 -1
  109. package/src/sap/m/MaskEnabler.js +1 -1
  110. package/src/sap/m/MaskInput.js +1 -1
  111. package/src/sap/m/MaskInputRule.js +1 -1
  112. package/src/sap/m/Menu.js +1 -1
  113. package/src/sap/m/MenuButton.js +1 -1
  114. package/src/sap/m/MenuItem.js +1 -1
  115. package/src/sap/m/MenuListItem.js +1 -1
  116. package/src/sap/m/MessageItem.js +1 -1
  117. package/src/sap/m/MessageListItem.js +1 -1
  118. package/src/sap/m/MessagePage.js +1 -1
  119. package/src/sap/m/MessagePopover.js +1 -1
  120. package/src/sap/m/MessagePopoverItem.js +1 -1
  121. package/src/sap/m/MessageStrip.js +2 -2
  122. package/src/sap/m/MessageToast.js +1 -1
  123. package/src/sap/m/MessageView.js +1 -1
  124. package/src/sap/m/MultiComboBox.js +2 -1
  125. package/src/sap/m/MultiEditField.js +1 -1
  126. package/src/sap/m/MultiInput.js +5 -5
  127. package/src/sap/m/NavContainer.js +17 -17
  128. package/src/sap/m/NewsContent.js +1 -1
  129. package/src/sap/m/NotificationList.js +1 -1
  130. package/src/sap/m/NotificationListBase.js +1 -1
  131. package/src/sap/m/NotificationListGroup.js +1 -1
  132. package/src/sap/m/NotificationListItem.js +1 -1
  133. package/src/sap/m/NumericContent.js +29 -21
  134. package/src/sap/m/NumericInput.js +1 -1
  135. package/src/sap/m/ObjectAttribute.js +4 -5
  136. package/src/sap/m/ObjectAttributeRenderer.js +2 -2
  137. package/src/sap/m/ObjectHeader.js +1 -1
  138. package/src/sap/m/ObjectIdentifier.js +3 -3
  139. package/src/sap/m/ObjectListItem.js +1 -1
  140. package/src/sap/m/ObjectMarker.js +1 -1
  141. package/src/sap/m/ObjectNumber.js +1 -1
  142. package/src/sap/m/ObjectStatus.js +1 -1
  143. package/src/sap/m/ObjectStatusRenderer.js +3 -4
  144. package/src/sap/m/OverflowToolbar.js +5 -1
  145. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  146. package/src/sap/m/OverflowToolbarButton.js +1 -1
  147. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  148. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  149. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  150. package/src/sap/m/P13nColumnsItem.js +1 -1
  151. package/src/sap/m/P13nColumnsPanel.js +1 -1
  152. package/src/sap/m/P13nConditionPanel.js +1 -1
  153. package/src/sap/m/P13nDialog.js +1 -1
  154. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  155. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  156. package/src/sap/m/P13nFilterItem.js +1 -1
  157. package/src/sap/m/P13nFilterPanel.js +1 -1
  158. package/src/sap/m/P13nGroupItem.js +1 -1
  159. package/src/sap/m/P13nGroupPanel.js +1 -1
  160. package/src/sap/m/P13nItem.js +1 -1
  161. package/src/sap/m/P13nPanel.js +1 -1
  162. package/src/sap/m/P13nSelectionItem.js +1 -1
  163. package/src/sap/m/P13nSelectionPanel.js +1 -1
  164. package/src/sap/m/P13nSortItem.js +1 -1
  165. package/src/sap/m/P13nSortPanel.js +1 -1
  166. package/src/sap/m/PDFViewer.js +1 -1
  167. package/src/sap/m/Page.js +1 -1
  168. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  169. package/src/sap/m/PagingButton.js +1 -1
  170. package/src/sap/m/Panel.js +1 -1
  171. package/src/sap/m/PlanningCalendar.js +2 -2
  172. package/src/sap/m/PlanningCalendarHeader.js +1 -1
  173. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  174. package/src/sap/m/PlanningCalendarRow.js +1 -1
  175. package/src/sap/m/PlanningCalendarView.js +1 -1
  176. package/src/sap/m/Popover.js +1 -1
  177. package/src/sap/m/ProgressIndicator.js +1 -1
  178. package/src/sap/m/PullToRefresh.js +1 -1
  179. package/src/sap/m/QuickView.js +1 -1
  180. package/src/sap/m/QuickViewBase.js +1 -1
  181. package/src/sap/m/QuickViewCard.js +1 -1
  182. package/src/sap/m/QuickViewGroup.js +1 -1
  183. package/src/sap/m/QuickViewGroupElement.js +1 -1
  184. package/src/sap/m/QuickViewPage.js +5 -2
  185. package/src/sap/m/RadioButton.js +1 -1
  186. package/src/sap/m/RadioButtonGroup.js +12 -1
  187. package/src/sap/m/RadioButtonRenderer.js +0 -1
  188. package/src/sap/m/RangeSlider.js +1 -1
  189. package/src/sap/m/RatingIndicator.js +2 -2
  190. package/src/sap/m/ResponsivePopover.js +3 -5
  191. package/src/sap/m/ResponsiveScale.js +1 -1
  192. package/src/sap/m/ScrollBar.js +2 -2
  193. package/src/sap/m/ScrollContainer.js +1 -1
  194. package/src/sap/m/SearchField.js +1 -1
  195. package/src/sap/m/SegmentedButton.js +13 -7
  196. package/src/sap/m/SegmentedButtonItem.js +1 -1
  197. package/src/sap/m/SegmentedButtonRenderer.js +1 -1
  198. package/src/sap/m/Select.js +31 -3
  199. package/src/sap/m/SelectDialog.js +3 -3
  200. package/src/sap/m/SelectDialogBase.js +1 -1
  201. package/src/sap/m/SelectList.js +1 -1
  202. package/src/sap/m/SelectionDetails.js +3 -5
  203. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  204. package/src/sap/m/SelectionDetailsItem.js +1 -1
  205. package/src/sap/m/SelectionDetailsItemLine.js +3 -3
  206. package/src/sap/m/Shell.js +1 -1
  207. package/src/sap/m/SimpleFixFlex.js +1 -1
  208. package/src/sap/m/SinglePlanningCalendar.js +1 -1
  209. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  210. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
  211. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +5 -3
  212. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  213. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  214. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  215. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  216. package/src/sap/m/SlideTile.js +2 -2
  217. package/src/sap/m/SlideTileRenderer.js +8 -1
  218. package/src/sap/m/Slider.js +1 -1
  219. package/src/sap/m/SliderTooltip.js +1 -1
  220. package/src/sap/m/SliderTooltipBase.js +1 -1
  221. package/src/sap/m/SliderTooltipContainer.js +1 -1
  222. package/src/sap/m/SplitApp.js +1 -1
  223. package/src/sap/m/SplitButton.js +1 -1
  224. package/src/sap/m/SplitContainer.js +4 -4
  225. package/src/sap/m/StandardDynamicDateOption.js +8 -8
  226. package/src/sap/m/StandardListItem.js +1 -1
  227. package/src/sap/m/StandardTile.js +1 -1
  228. package/src/sap/m/StandardTreeItem.js +1 -1
  229. package/src/sap/m/StepInput.js +2 -2
  230. package/src/sap/m/SuggestionItem.js +1 -1
  231. package/src/sap/m/SuggestionsPopover.js +2 -2
  232. package/src/sap/m/Switch.js +1 -1
  233. package/src/sap/m/TabContainer.js +1 -1
  234. package/src/sap/m/TabContainerItem.js +1 -1
  235. package/src/sap/m/TabStrip.js +2 -2
  236. package/src/sap/m/TabStripItem.js +1 -1
  237. package/src/sap/m/TabStripRenderer.js +2 -2
  238. package/src/sap/m/Table.js +1 -1
  239. package/src/sap/m/TablePersoController.js +1 -1
  240. package/src/sap/m/TablePersoDialog.js +1 -1
  241. package/src/sap/m/TablePersoProvider.js +1 -1
  242. package/src/sap/m/TableSelectDialog.js +3 -3
  243. package/src/sap/m/Text.js +1 -1
  244. package/src/sap/m/TextArea.js +1 -1
  245. package/src/sap/m/Tile.js +3 -3
  246. package/src/sap/m/TileContainer.js +6 -4
  247. package/src/sap/m/TileContent.js +34 -2
  248. package/src/sap/m/TileContentRenderer.js +40 -3
  249. package/src/sap/m/TileRenderer.js +1 -1
  250. package/src/sap/m/TimePicker.js +2 -2
  251. package/src/sap/m/TimePickerClock.js +1 -1
  252. package/src/sap/m/TimePickerClocks.js +1 -1
  253. package/src/sap/m/TimePickerInputs.js +1 -1
  254. package/src/sap/m/TimePickerInternals.js +2 -2
  255. package/src/sap/m/TimePickerRenderer.js +2 -3
  256. package/src/sap/m/TimePickerSlider.js +1 -1
  257. package/src/sap/m/TimePickerSliders.js +1 -1
  258. package/src/sap/m/Title.js +1 -1
  259. package/src/sap/m/TitlePropagationSupport.js +1 -1
  260. package/src/sap/m/TitleRenderer.js +2 -2
  261. package/src/sap/m/ToggleButton.js +1 -1
  262. package/src/sap/m/Token.js +1 -1
  263. package/src/sap/m/Tokenizer.js +5 -5
  264. package/src/sap/m/TokenizerRenderer.js +1 -1
  265. package/src/sap/m/Toolbar.js +1 -1
  266. package/src/sap/m/ToolbarLayoutData.js +1 -1
  267. package/src/sap/m/ToolbarSeparator.js +5 -3
  268. package/src/sap/m/ToolbarSpacer.js +1 -1
  269. package/src/sap/m/Tree.js +1 -1
  270. package/src/sap/m/TreeItemBase.js +1 -1
  271. package/src/sap/m/UploadCollection.js +5 -3
  272. package/src/sap/m/UploadCollectionItem.js +1 -1
  273. package/src/sap/m/UploadCollectionParameter.js +1 -1
  274. package/src/sap/m/UploadCollectionRenderer.js +1 -0
  275. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  276. package/src/sap/m/VBox.js +1 -1
  277. package/src/sap/m/ValueStateHeader.js +1 -1
  278. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  279. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  280. package/src/sap/m/ViewSettingsDialog.js +99 -41
  281. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  282. package/src/sap/m/ViewSettingsItem.js +1 -1
  283. package/src/sap/m/VisibleItem.js +1 -1
  284. package/src/sap/m/WheelSlider.js +1 -1
  285. package/src/sap/m/WheelSliderContainer.js +1 -1
  286. package/src/sap/m/Wizard.js +1 -1
  287. package/src/sap/m/WizardProgressNavigator.js +1 -1
  288. package/src/sap/m/WizardStep.js +1 -1
  289. package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
  290. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  291. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  292. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  293. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  294. package/src/sap/m/changeHandler/SplitMenuButton.js +5 -5
  295. package/src/sap/m/delegate/DateNavigation.js +2 -2
  296. package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
  297. package/src/sap/m/inputUtils/typeAhead.js +7 -7
  298. package/src/sap/m/library.js +30 -17
  299. package/src/sap/m/messagebundle.properties +8 -5
  300. package/src/sap/m/messagebundle_ar.properties +14 -6
  301. package/src/sap/m/messagebundle_bg.properties +14 -6
  302. package/src/sap/m/messagebundle_ca.properties +14 -6
  303. package/src/sap/m/messagebundle_cs.properties +16 -8
  304. package/src/sap/m/messagebundle_cy.properties +14 -6
  305. package/src/sap/m/messagebundle_da.properties +14 -6
  306. package/src/sap/m/messagebundle_de.properties +15 -7
  307. package/src/sap/m/messagebundle_el.properties +17 -9
  308. package/src/sap/m/messagebundle_en.properties +13 -5
  309. package/src/sap/m/messagebundle_en_GB.properties +13 -5
  310. package/src/sap/m/messagebundle_en_US_sappsd.properties +14 -6
  311. package/src/sap/m/messagebundle_en_US_saprigi.properties +14 -6
  312. package/src/sap/m/messagebundle_en_US_saptrc.properties +14 -6
  313. package/src/sap/m/messagebundle_es.properties +14 -6
  314. package/src/sap/m/messagebundle_es_MX.properties +14 -6
  315. package/src/sap/m/messagebundle_et.properties +14 -6
  316. package/src/sap/m/messagebundle_fi.properties +14 -6
  317. package/src/sap/m/messagebundle_fr.properties +16 -8
  318. package/src/sap/m/messagebundle_fr_CA.properties +13 -5
  319. package/src/sap/m/messagebundle_hi.properties +12 -4
  320. package/src/sap/m/messagebundle_hr.properties +14 -6
  321. package/src/sap/m/messagebundle_hu.properties +14 -6
  322. package/src/sap/m/messagebundle_id.properties +13 -5
  323. package/src/sap/m/messagebundle_it.properties +14 -6
  324. package/src/sap/m/messagebundle_iw.properties +14 -6
  325. package/src/sap/m/messagebundle_ja.properties +13 -5
  326. package/src/sap/m/messagebundle_kk.properties +14 -6
  327. package/src/sap/m/messagebundle_ko.properties +13 -5
  328. package/src/sap/m/messagebundle_lt.properties +14 -6
  329. package/src/sap/m/messagebundle_lv.properties +14 -6
  330. package/src/sap/m/messagebundle_ms.properties +13 -5
  331. package/src/sap/m/messagebundle_nl.properties +14 -6
  332. package/src/sap/m/messagebundle_no.properties +14 -6
  333. package/src/sap/m/messagebundle_pl.properties +14 -6
  334. package/src/sap/m/messagebundle_pt.properties +15 -7
  335. package/src/sap/m/messagebundle_pt_PT.properties +14 -6
  336. package/src/sap/m/messagebundle_ro.properties +14 -6
  337. package/src/sap/m/messagebundle_ru.properties +14 -6
  338. package/src/sap/m/messagebundle_sh.properties +14 -6
  339. package/src/sap/m/messagebundle_sk.properties +14 -6
  340. package/src/sap/m/messagebundle_sl.properties +14 -6
  341. package/src/sap/m/messagebundle_sv.properties +14 -6
  342. package/src/sap/m/messagebundle_th.properties +13 -5
  343. package/src/sap/m/messagebundle_tr.properties +14 -6
  344. package/src/sap/m/messagebundle_uk.properties +14 -6
  345. package/src/sap/m/messagebundle_vi.properties +13 -5
  346. package/src/sap/m/messagebundle_zh_CN.properties +14 -6
  347. package/src/sap/m/messagebundle_zh_TW.properties +13 -5
  348. package/src/sap/m/p13n/AbstractContainer.js +2 -2
  349. package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
  350. package/src/sap/m/p13n/BasePanel.js +26 -13
  351. package/src/sap/m/p13n/Container.js +1 -1
  352. package/src/sap/m/p13n/GroupPanel.js +1 -1
  353. package/src/sap/m/p13n/Popup.js +1 -1
  354. package/src/sap/m/p13n/QueryPanel.js +5 -3
  355. package/src/sap/m/p13n/SelectionPanel.js +15 -7
  356. package/src/sap/m/p13n/SortPanel.js +1 -1
  357. package/src/sap/m/plugins/ColumnResizer.js +8 -8
  358. package/src/sap/m/plugins/DataStateIndicator.js +1 -1
  359. package/src/sap/m/plugins/PasteProvider.js +1 -1
  360. package/src/sap/m/plugins/PluginBase.js +1 -1
  361. package/src/sap/m/rules/Breadcrumbs.support.js +1 -1
  362. package/src/sap/m/rules/Tokenizer.support.js +4 -2
  363. package/src/sap/m/semantic/AddAction.js +1 -1
  364. package/src/sap/m/semantic/CancelAction.js +1 -1
  365. package/src/sap/m/semantic/DeleteAction.js +1 -1
  366. package/src/sap/m/semantic/DetailPage.js +1 -1
  367. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  368. package/src/sap/m/semantic/EditAction.js +1 -1
  369. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  370. package/src/sap/m/semantic/FilterAction.js +1 -1
  371. package/src/sap/m/semantic/FilterSelect.js +1 -1
  372. package/src/sap/m/semantic/FlagAction.js +1 -1
  373. package/src/sap/m/semantic/ForwardAction.js +1 -1
  374. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  375. package/src/sap/m/semantic/GroupAction.js +1 -1
  376. package/src/sap/m/semantic/GroupSelect.js +1 -1
  377. package/src/sap/m/semantic/MainAction.js +1 -1
  378. package/src/sap/m/semantic/MasterPage.js +1 -1
  379. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  380. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  381. package/src/sap/m/semantic/NegativeAction.js +1 -1
  382. package/src/sap/m/semantic/OpenInAction.js +1 -1
  383. package/src/sap/m/semantic/PositiveAction.js +1 -1
  384. package/src/sap/m/semantic/PrintAction.js +1 -1
  385. package/src/sap/m/semantic/SaveAction.js +1 -1
  386. package/src/sap/m/semantic/Segment.js +1 -1
  387. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  388. package/src/sap/m/semantic/SemanticButton.js +1 -1
  389. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  390. package/src/sap/m/semantic/SemanticControl.js +1 -1
  391. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  392. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  393. package/src/sap/m/semantic/SemanticPage.js +1 -1
  394. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  395. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  396. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  397. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  398. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  399. package/src/sap/m/semantic/ShareMenu.js +2 -2
  400. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  401. package/src/sap/m/semantic/SortAction.js +1 -1
  402. package/src/sap/m/semantic/SortSelect.js +1 -1
  403. package/src/sap/m/table/Util.js +21 -18
  404. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  405. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  406. package/src/sap/m/table/columnmenu/Item.js +1 -1
  407. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  408. package/src/sap/m/table/columnmenu/Menu.js +7 -2
  409. package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
  410. package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
  411. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  412. package/src/sap/m/table/columnmenu/QuickGroup.js +1 -1
  413. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  414. package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
  415. package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -1
  416. package/src/sap/m/table/columnmenu/QuickTotal.js +1 -1
  417. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  418. package/src/sap/m/themes/base/Button.less +2 -2
  419. package/src/sap/m/themes/base/DatePicker.less +7 -2
  420. package/src/sap/m/themes/base/GenericTile.less +27 -14
  421. package/src/sap/m/themes/base/Label.less +1 -1
  422. package/src/sap/m/themes/base/MenuButton.less +4 -4
  423. package/src/sap/m/themes/base/MessageToast.less +2 -2
  424. package/src/sap/m/themes/base/NumericContent.less +1 -5
  425. package/src/sap/m/themes/base/Page.less +1 -1
  426. package/src/sap/m/themes/base/RadioButton.less +1 -0
  427. package/src/sap/m/themes/base/SearchField.less +23 -59
  428. package/src/sap/m/themes/base/SplitButton.less +5 -0
  429. package/src/sap/m/themes/base/TileContent.less +41 -1
  430. package/src/sap/m/upload/UploadSet.js +236 -14
  431. package/src/sap/m/upload/UploadSetItem.js +64 -5
package/THIRDPARTY.txt CHANGED
@@ -197,7 +197,7 @@ License: BSD-3-Clause
197
197
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
198
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
199
 
200
- Component: URI.js, version: 1.19.7
200
+ Component: URI.js, version: 1.19.10
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -450,7 +450,7 @@ License: Apache-2.0
450
450
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
451
  Contained in: lib/jsdoc/ui5/plugin.js
452
452
 
453
- Component: SAP Theming Base Content, version: 11.1.34
453
+ Component: SAP Theming Base Content, version: 11.1.36-SNAPSHOT
454
454
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
455
455
  License: Apache-2.0
456
456
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.m",
3
- "version": "1.99.0",
3
+ "version": "1.100.0",
4
4
  "description": "OpenUI5 UI Library sap.m",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.99.0",
18
- "@openui5/sap.ui.layout": "1.99.0",
19
- "@openui5/sap.ui.unified": "1.99.0"
17
+ "@openui5/sap.ui.core": "1.100.0",
18
+ "@openui5/sap.ui.layout": "1.100.0",
19
+ "@openui5/sap.ui.unified": "1.100.0"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.99.0</version>
9
+ <version>1.100.0</version>
10
10
 
11
11
  <documentation>The main UI5 control library, with responsive controls that can be used in touch devices as well as desktop browsers.</documentation>
12
12
 
@@ -21,7 +21,7 @@ sap.ui.define(['./Button','./AccButtonRenderer'],
21
21
  * @extends sap.m.Button
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.99.0
24
+ * @version 1.100.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -31,7 +31,7 @@ sap.ui.define(['./ListItemBase', './library', './ActionListItemRenderer'],
31
31
  * @extends sap.m.ListItemBase
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.99.0
34
+ * @version 1.100.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -17,15 +17,13 @@ sap.ui.define(["./ListItemBaseRenderer", "sap/ui/core/Renderer"],
17
17
  ActionListItemRenderer.apiVersion = 2;
18
18
 
19
19
  /**
20
- * Renders the HTML for the given control, using the provided
20
+ * Renders the List item attributes for the given control, using the provided
21
21
  * {@link sap.ui.core.RenderManager}.
22
22
  *
23
- * @param {sap.ui.core.RenderManager}
24
- * oRenderManager the RenderManager that can be used for writing to the
25
- * Render-Output-Buffer
26
- * @param {sap.m.ActionListItem}
27
- * oControl an object representation of the control that should be
28
- * rendered
23
+ * @param {sap.ui.core.RenderManager} rm
24
+ * RenderManager to be used for rendering
25
+ * @param {sap.m.ActionListItem} oLI
26
+ * The item for which the attributes should be rendered
29
27
  */
30
28
  ActionListItemRenderer.renderLIAttributes = function(rm, oLI) {
31
29
  rm.class("sapMALI");
@@ -20,7 +20,7 @@ sap.ui.define(['./Select', 'sap/ui/core/InvisibleText', 'sap/ui/Device', 'sap/ui
20
20
  * @extends sap.m.Select
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.99.0
23
+ * @version 1.100.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * @extends sap.ui.core.Control
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.99.0
73
+ * @version 1.100.0
74
74
  *
75
75
  * @constructor
76
76
  * @public
@@ -437,7 +437,7 @@ sap.ui.define([
437
437
  if (!this._oCancelButton) {
438
438
  var sCancelButtonText = (this.getCancelButtonText()) ? this.getCancelButtonText() : sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("ACTIONSHEET_CANCELBUTTON_TEXT"),
439
439
  that = this;
440
- // var sButtonStyle = (sap.ui.Device.os.ios) ? sap.m.ButtonType.Unstyled : sap.m.ButtonType.Default;
440
+ // var sButtonStyle = (Device.os.ios) ? ButtonType.Unstyled : ButtonType.Default;
441
441
  this._oCancelButton = new Button(this.getId() + '-cancelBtn', {
442
442
  text: sCancelButtonText,
443
443
  type: ButtonType.Reject,
package/src/sap/m/App.js CHANGED
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.m.NavContainer
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.99.0
53
+ * @version 1.100.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/base/Log', './OverflowToolbar', './OverflowToolbarRenderer',
20
20
  * @extends sap.m.OverflowToolbar
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.99.0
23
+ * @version 1.100.0
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -80,7 +80,7 @@ sap.ui.define([
80
80
  * @extends sap.ui.core.Control
81
81
  *
82
82
  * @author SAP SE
83
- * @version 1.99.0
83
+ * @version 1.100.0
84
84
  *
85
85
  * @constructor
86
86
  * @public
@@ -8,9 +8,10 @@
8
8
  sap.ui.define([
9
9
  'sap/m/BadgeCustomData',
10
10
  'sap/base/Log',
11
- 'sap/m/library'
11
+ 'sap/m/library',
12
+ 'sap/ui/thirdparty/jquery'
12
13
  ],
13
- function(BadgeCustomData, Log, library) {
14
+ function(BadgeCustomData, Log, library, jQuery) {
14
15
  "use strict";
15
16
 
16
17
  var IBADGE_CSS_CLASS = "sapMBadge";
package/src/sap/m/Bar.js CHANGED
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @implements sap.m.IBar
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.99.0
59
+ * @version 1.100.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -42,7 +42,10 @@ sap.ui.define([
42
42
  var SelectType = library.SelectType,
43
43
 
44
44
  // shortcut for sap.m.BreadCrumbsSeparatorStyle
45
- SeparatorStyle = library.BreadcrumbsSeparatorStyle;
45
+ SeparatorStyle = library.BreadcrumbsSeparatorStyle,
46
+
47
+ // shortcut for texts resource bundle
48
+ oResource = sap.ui.getCore().getLibraryResourceBundle("sap.m");
46
49
 
47
50
  /**
48
51
  * Constructor for a new <code>Breadcrumbs</code>.
@@ -60,7 +63,7 @@ sap.ui.define([
60
63
  * @extends sap.ui.core.Control
61
64
  *
62
65
  * @author SAP SE
63
- * @version 1.99.0
66
+ * @version 1.100.0
64
67
  *
65
68
  * @constructor
66
69
  * @public
@@ -135,10 +138,15 @@ sap.ui.define([
135
138
  DoubleGreaterThan: ">>"
136
139
  };
137
140
 
141
+ Breadcrumbs._getResourceBundleText = function (sText, vOptions) {
142
+ return oResource.getText(sText, vOptions);
143
+ };
144
+
138
145
  /*************************************** Framework lifecycle events ******************************************/
139
146
 
140
147
  Breadcrumbs.prototype.init = function () {
141
148
  this._sSeparatorSymbol = Breadcrumbs.STYLE_MAPPER[this.getSeparatorStyle()];
149
+ this._aCachedInvisibleTexts = [];
142
150
  this._getInvisibleText();
143
151
  };
144
152
 
@@ -153,6 +161,9 @@ sap.ui.define([
153
161
  if (this._bControlsInfoCached) {
154
162
  this._updateSelect(true);
155
163
  }
164
+
165
+ this._destroyInvisibleTexts();
166
+ this._aCachedInvisibleTexts = this._buildInvisibleTexts();
156
167
  };
157
168
 
158
169
  Breadcrumbs.prototype.onAfterRendering = function () {
@@ -177,6 +188,7 @@ sap.ui.define([
177
188
  Breadcrumbs.prototype.exit = function () {
178
189
  this._resetControl();
179
190
  this._destroyItemNavigation();
191
+ this._destroyInvisibleTexts();
180
192
 
181
193
  if (this._oInvisibleText) {
182
194
  this._oInvisibleText.destroy();
@@ -196,7 +208,7 @@ sap.ui.define([
196
208
 
197
209
 
198
210
  Breadcrumbs.prototype._getInvisibleText = function() {
199
- var oAriaLabelText = BreadcrumbsRenderer._getResourceBundleText("BREADCRUMB_LABEL");
211
+ var oAriaLabelText = Breadcrumbs._getResourceBundleText("BREADCRUMB_LABEL");
200
212
 
201
213
  if (!this._oInvisibleText) {
202
214
  this._oInvisibleText = new InvisibleText({ id: this.getId() + "-InvisibleText"});
@@ -215,7 +227,7 @@ sap.ui.define([
215
227
  autoAdjustWidth: true,
216
228
  icon: IconPool.getIconURI("slim-arrow-down"),
217
229
  type: SelectType.IconOnly,
218
- tooltip: BreadcrumbsRenderer._getResourceBundleText("BREADCRUMB_SELECT_TOOLTIP")
230
+ tooltip: Breadcrumbs._getResourceBundleText("BREADCRUMB_SELECT_TOOLTIP")
219
231
  })), true);
220
232
  }
221
233
  return this.getAggregation("_select");
@@ -231,10 +243,8 @@ sap.ui.define([
231
243
 
232
244
  oCurrentLocation.addEventDelegate({
233
245
  onAfterRendering: function () {
234
- oCurrentLocation.$().attr("aria-current", "page");
235
- oCurrentLocation.$().attr("tabindex", 0);
236
- oCurrentLocation.$().attr("role", "link");
237
- }
246
+ this._setCurrentLocationAccInfo(oCurrentLocation);
247
+ }.bind(this)
238
248
  });
239
249
 
240
250
  this.setAggregation("_currentLocation", oCurrentLocation).addStyleClass("sapMBreadcrumbsCurrentLocation");
@@ -242,6 +252,16 @@ sap.ui.define([
242
252
  return this.getAggregation("_currentLocation");
243
253
  };
244
254
 
255
+ Breadcrumbs.prototype._setCurrentLocationAccInfo = function (oCurrentLocation) {
256
+ var aVisibleItems = this._getControlsForBreadcrumbTrail(),
257
+ positionText = Breadcrumbs._getResourceBundleText("BREADCRUMB_ITEM_POS", [aVisibleItems.length, aVisibleItems.length]);
258
+
259
+ oCurrentLocation.$().attr("aria-current", "page");
260
+ oCurrentLocation.$().attr("tabindex", 0);
261
+ oCurrentLocation.$().attr("role", "link");
262
+ oCurrentLocation.$().attr("aria-label", this.getCurrentLocationText() + " " + positionText);
263
+ };
264
+
245
265
  function fnConvertArguments(sAggregationName, aArguments) {
246
266
  var aConvertedArguments = Array.prototype.slice.apply(aArguments);
247
267
  aConvertedArguments.unshift(sAggregationName);
@@ -285,6 +305,22 @@ sap.ui.define([
285
305
  return vResult;
286
306
  };
287
307
 
308
+ Breadcrumbs.prototype._destroyInvisibleTexts = function () {
309
+ var oControl;
310
+ this._aCachedInvisibleTexts.forEach(function (oData) {
311
+ oControl = sap.ui.getCore().byId(oData.controlId);
312
+
313
+ // remove reference to the invisible text on the sap.m.Link control
314
+ // check for control existence as it might have been destroyed already
315
+ if (oControl && oControl.removeAriaLabelledBy) {
316
+ oControl.removeAriaLabelledBy(oData.invisibleText.getId());
317
+ }
318
+
319
+ oData.invisibleText.destroy();
320
+ });
321
+ this._aCachedInvisibleTexts = [];
322
+ };
323
+
288
324
  /*************************************** Select Handling ******************************************/
289
325
 
290
326
  Breadcrumbs.prototype._decorateSelect = function (oSelect) {
@@ -448,6 +484,43 @@ sap.ui.define([
448
484
  };
449
485
  };
450
486
 
487
+ /**
488
+ * Creates InvisibleText instances for the Link controls in the Breadcrumbs.
489
+ * Used to add the position and the size of the controls to their ariaLabelledBy association.
490
+ * An array of objects is returned for the instances to be destroyed on next invalidation with the following properties:
491
+ * - controlId: the id of the Link to later remove the InvisibleText instance id from the ariaLabelledBy association
492
+ * - invisibleText: the InvisibleText control itself to be destroyed
493
+ */
494
+ Breadcrumbs.prototype._buildInvisibleTexts = function() {
495
+ var aVisibleItems = this._getControlsForBreadcrumbTrail(), // all visible links outside the drop-down, including current location
496
+ iItemCount = aVisibleItems.length,
497
+ oInvisibleText,
498
+ oInvisibleTexts = [];
499
+
500
+ aVisibleItems.forEach(function(oItem, iIndex) {
501
+ if (!oItem.isA("sap.m.Link")) {
502
+ // only links are relevant for the ariaLabelledBy association
503
+ return;
504
+ }
505
+
506
+ oInvisibleText = new InvisibleText({
507
+ text: Breadcrumbs._getResourceBundleText("BREADCRUMB_ITEM_POS", [iIndex + 1, iItemCount])
508
+ }).toStatic();
509
+
510
+ if (oItem.getAriaLabelledBy().indexOf(oItem.getId()) === -1) {
511
+ oItem.addAriaLabelledBy(oItem.getId());
512
+ }
513
+
514
+ oItem.addAriaLabelledBy(oInvisibleText.getId());
515
+ oInvisibleTexts.push({
516
+ controlId: oItem.getId(),
517
+ invisibleText: oInvisibleText
518
+ });
519
+ });
520
+
521
+ return oInvisibleTexts;
522
+ };
523
+
451
524
  Breadcrumbs.prototype._getControlDistribution = function (iMaxContentSize) {
452
525
  iMaxContentSize = iMaxContentSize || this._iContainerSize;
453
526
  this._iContainerSize = iMaxContentSize;
@@ -16,7 +16,6 @@ sap.ui.define(["sap/m/Text"], function (Text) {
16
16
  apiVersion: 2
17
17
  };
18
18
 
19
- var oResource = sap.ui.getCore().getLibraryResourceBundle("sap.m");
20
19
 
21
20
  /**
22
21
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
@@ -51,18 +50,23 @@ sap.ui.define(["sap/m/Text"], function (Text) {
51
50
  this._renderControlInListItem(oRm, oSelect, sSeparator, false, "sapMBreadcrumbsSelectItem");
52
51
  }
53
52
 
54
- aControls.forEach(function (oChildControl) {
55
- this._renderControlInListItem(oRm, oChildControl, sSeparator, oChildControl instanceof Text);
53
+ aControls.forEach(function (oChildControl, iIndex) {
54
+ this._renderControlInListItem(oRm, oChildControl, sSeparator, oChildControl instanceof Text, undefined, iIndex, aControls.length);
56
55
  }, this);
57
56
 
58
57
  oRm.close("ol");
59
58
  oRm.close("nav");
60
59
  };
61
60
 
62
- BreadcrumbsRenderer._renderControlInListItem = function (oRm, oControl, sSeparator, bSkipSeparator, sAdditionalItemClass) {
61
+ BreadcrumbsRenderer._renderControlInListItem = function (oRm, oControl, sSeparator, bSkipSeparator, sAdditionalItemClass, iIndex, iVisibleItemsCount) {
63
62
  oRm.openStart("li");
64
63
  oRm.class("sapMBreadcrumbsItem");
65
64
  oRm.class(sAdditionalItemClass);
65
+ if (iVisibleItemsCount && iIndex >= 0) {
66
+ // override the default size of the list to include the links count only
67
+ oRm.attr("aria-posinset", iIndex + 1);
68
+ oRm.attr("aria-setsize", iVisibleItemsCount);
69
+ }
66
70
  oRm.openEnd();
67
71
  oRm.renderControl(oControl);
68
72
  if (!bSkipSeparator) {
@@ -71,9 +75,6 @@ sap.ui.define(["sap/m/Text"], function (Text) {
71
75
  oRm.close("li");
72
76
  };
73
77
 
74
- BreadcrumbsRenderer._getResourceBundleText = function (sText) {
75
- return oResource.getText(sText);
76
- };
77
78
 
78
79
  return BreadcrumbsRenderer;
79
80
 
@@ -62,7 +62,7 @@ sap.ui.define(['./library',
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.99.0
65
+ * @version 1.100.0
66
66
  *
67
67
  * @public
68
68
  * @alias sap.m.BusyDialog
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.99.0
49
+ * @version 1.100.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -89,7 +89,7 @@ sap.ui.define([
89
89
  * @mixes sap.ui.core.ContextMenuSupport
90
90
  *
91
91
  * @author SAP SE
92
- * @version 1.99.0
92
+ * @version 1.100.0
93
93
  *
94
94
  * @constructor
95
95
  * @public
@@ -760,7 +760,7 @@ sap.ui.define([
760
760
  activeSrc : sActiveSrc,
761
761
  densityAware : bIconDensityAware,
762
762
 
763
- // do not use default tootip in icon as the button renders it's own tooltip
763
+ // do not use default tooltip in icon as the button renders it's own tooltip
764
764
  useIconTooltip: false
765
765
 
766
766
  }, sap.m.Image).addStyleClass("sapMBtnCustomIcon").setParent(this, null, true);
@@ -101,7 +101,7 @@ sap.ui.define([
101
101
  * @extends sap.ui.core.Control
102
102
  *
103
103
  * @author SAP SE
104
- * @version 1.99.0
104
+ * @version 1.100.0
105
105
  *
106
106
  * @constructor
107
107
  * @public
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function (ManagedObject) {
15
15
  * Applies a <code>sap.m.CarouselLayout</code> to a provided DOM element or Control.
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.99.0
18
+ * @version 1.100.0
19
19
  *
20
20
  * @extends sap.ui.base.ManagedObject
21
21
  *
@@ -308,7 +308,8 @@ sap.ui.define([
308
308
  * effect with an offset for the page indicator.
309
309
  *
310
310
  * @param {sap.ui.core.RenderManager} oRM The RenderManager that can be used for writing to the render output buffer
311
- * @param oPage the page to check
311
+ * @param {sap.m.Carousel} oCarousel the carousel containg the page
312
+ * @param {sap.ui.core.Control} oPage the page to check
312
313
  * @private
313
314
  */
314
315
  CarouselRenderer._renderPageInScrollContainer = function (oRM, oCarousel, oPage) {
@@ -13,8 +13,7 @@ sap.ui.define([
13
13
  'sap/ui/core/EnabledPropagator',
14
14
  'sap/ui/core/library',
15
15
  './CheckBoxRenderer',
16
- "sap/ui/thirdparty/jquery",
17
- "sap/ui/events/KeyCodes",
16
+ 'sap/ui/events/KeyCodes',
18
17
  'sap/ui/core/LabelEnablement',
19
18
  'sap/ui/core/message/MessageMixin'
20
19
  ],
@@ -26,7 +25,6 @@ sap.ui.define([
26
25
  EnabledPropagator,
27
26
  coreLibrary,
28
27
  CheckBoxRenderer,
29
- jQuery,
30
28
  KeyCodes,
31
29
  LabelEnablement,
32
30
  MessageMixin
@@ -88,7 +86,7 @@ sap.ui.define([
88
86
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent
89
87
  *
90
88
  * @author SAP SE
91
- * @version 1.99.0
89
+ * @version 1.100.0
92
90
  *
93
91
  * @constructor
94
92
  * @public
@@ -104,7 +104,7 @@ sap.ui.define([
104
104
  * To prevent this, apps using the <code>ColorPalette</code> should also load the <code>sap.ui.unified</code> library in advance.
105
105
  *
106
106
  * @extends sap.ui.core.Control
107
- * @version 1.99.0
107
+ * @version 1.100.0
108
108
  *
109
109
  * @constructor
110
110
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * A thin wrapper over {@link sap.m.ColorPalette} allowing the latter to be used in a popover.
39
39
  *
40
40
  * @extends sap.ui.core.Control
41
- * @version 1.99.0
41
+ * @version 1.100.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Element
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.99.0
49
+ * @version 1.100.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.99.0
33
+ * @version 1.100.0
34
34
  *
35
35
  * @constructor
36
36
  * @since 1.63
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.m.ListItemBase
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.99.0
45
+ * @version 1.100.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -29,6 +29,15 @@ sap.ui.define([
29
29
  var ColumnListItemRenderer = Renderer.extend(ListItemBaseRenderer);
30
30
  ColumnListItemRenderer.apiVersion = 2;
31
31
 
32
+ /**
33
+ * Renders the HTML for the given control, using the provided
34
+ * {@link sap.ui.core.RenderManager}.
35
+ *
36
+ * @param {sap.ui.core.RenderManager} rm
37
+ * RenderManager that can be used to render the control's DOM
38
+ * @param {sap.m.ColumnListItem} oLI
39
+ * The item to be rendered
40
+ */
32
41
  ColumnListItemRenderer.render = function(rm, oLI) {
33
42
  var oTable = oLI.getTable();
34
43
  if (!oTable) {
@@ -106,17 +115,6 @@ sap.ui.define([
106
115
  return "";
107
116
  };
108
117
 
109
- /**
110
- * Renders the HTML for the given control, using the provided
111
- * {@link sap.ui.core.RenderManager}.
112
- *
113
- * @param {sap.ui.core.RenderManager}
114
- * oRenderManager the RenderManager that can be used for writing to
115
- * the Render-Output-Buffer
116
- * @param {sap.m.ColumnListItem}
117
- * oControl an object representation of the control that should be
118
- * rendered
119
- */
120
118
  ColumnListItemRenderer.renderLIAttributes = function(rm, oLI) {
121
119
  rm.class("sapMListTblRow");
122
120
  var vAlign = oLI.getVAlign();
@@ -16,7 +16,7 @@ sap.ui.define(['./ColumnPopoverItem', 'sap/m/Button'], function(ColumnPopoverIte
16
16
  * @extends sap.m.ColumnPopoverItem
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.99.0
19
+ * @version 1.100.0
20
20
  *
21
21
  * @constructor
22
22
  * @since 1.63
@@ -17,7 +17,7 @@ sap.ui.define(['./ColumnPopoverItem', 'sap/m/ToggleButton'], function(ColumnPopo
17
17
  * @extends sap.m.ColumnPopoverItem
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.99.0
20
+ * @version 1.100.0
21
21
  *
22
22
  * @constructor
23
23
  * @since 1.63
@@ -16,7 +16,7 @@ sap.ui.define(['sap/ui/core/Element'], function(Element) {
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.99.0
19
+ * @version 1.100.0
20
20
  *
21
21
  * @constructor
22
22
  * @since 1.63
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.m.ColumnPopoverItem
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.99.0
32
+ * @version 1.100.0
33
33
  *
34
34
  * @constructor
35
35
  * @since 1.86
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.m.ColumnPopoverItem
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.99.0
32
+ * @version 1.100.0
33
33
  *
34
34
  * @constructor
35
35
  * @since 1.66
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  * </ul>
109
109
  *
110
110
  * @author SAP SE
111
- * @version 1.99.0
111
+ * @version 1.100.0
112
112
  *
113
113
  * @constructor
114
114
  * @extends sap.m.ComboBoxBase
@@ -1899,6 +1899,7 @@ sap.ui.define([
1899
1899
 
1900
1900
  if (this.getValue() !== "") {
1901
1901
  this.clearSelection();
1902
+ this.bOpenedByKeyboardOrButton ? this.clearFilter() : this.close();
1902
1903
  this.setProperty("effectiveShowClearIcon", false);
1903
1904
  }
1904
1905
  };
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @abstract
69
69
  *
70
70
  * @author SAP SE
71
- * @version 1.99.0
71
+ * @version 1.100.0
72
72
  *
73
73
  * @constructor
74
74
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.m.InputBase
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.99.0
38
+ * @version 1.100.0
39
39
  *
40
40
  * @constructor
41
41
  * @public