@openui5/sap.m 1.91.0 → 1.93.2

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 (439) hide show
  1. package/.reuse/dep5 +46 -0
  2. package/THIRDPARTY.txt +59 -1
  3. package/package.json +4 -4
  4. package/src/sap/m/.library +1 -1
  5. package/src/sap/m/AccButton.js +1 -1
  6. package/src/sap/m/ActionListItem.js +1 -1
  7. package/src/sap/m/ActionSelect.js +3 -1
  8. package/src/sap/m/ActionSheet.js +1 -1
  9. package/src/sap/m/App.js +2 -2
  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 +4 -0
  13. package/src/sap/m/Bar.js +14 -1
  14. package/src/sap/m/Breadcrumbs.js +34 -4
  15. package/src/sap/m/BreadcrumbsRenderer.js +13 -2
  16. package/src/sap/m/BusyDialog.js +2 -1
  17. package/src/sap/m/BusyIndicator.js +1 -1
  18. package/src/sap/m/Button.js +26 -12
  19. package/src/sap/m/Carousel.js +7 -7
  20. package/src/sap/m/CarouselLayout.js +1 -1
  21. package/src/sap/m/CheckBox.js +21 -6
  22. package/src/sap/m/CheckBoxRenderer.js +1 -1
  23. package/src/sap/m/ColorPalette.js +10 -24
  24. package/src/sap/m/ColorPalettePopover.js +1 -1
  25. package/src/sap/m/Column.js +12 -4
  26. package/src/sap/m/ColumnHeaderPopover.js +1 -1
  27. package/src/sap/m/ColumnListItem.js +8 -2
  28. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  29. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  30. package/src/sap/m/ColumnPopoverItem.js +1 -1
  31. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  32. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  33. package/src/sap/m/ComboBox.js +14 -24
  34. package/src/sap/m/ComboBoxBase.js +12 -1
  35. package/src/sap/m/ComboBoxRenderer.js +3 -1
  36. package/src/sap/m/ComboBoxTextField.js +1 -1
  37. package/src/sap/m/CustomDynamicDateOption.js +99 -0
  38. package/src/sap/m/CustomListItem.js +1 -1
  39. package/src/sap/m/CustomTile.js +1 -1
  40. package/src/sap/m/CustomTreeItem.js +1 -1
  41. package/src/sap/m/DatePicker.js +13 -6
  42. package/src/sap/m/DateRangeSelection.js +5 -5
  43. package/src/sap/m/DateTimeField.js +69 -1
  44. package/src/sap/m/DateTimeInput.js +2 -2
  45. package/src/sap/m/DateTimePicker.js +17 -10
  46. package/src/sap/m/Dialog.js +17 -13
  47. package/src/sap/m/DisplayListItem.js +1 -1
  48. package/src/sap/m/DraftIndicator.js +1 -1
  49. package/src/sap/m/DynamicDate.js +197 -0
  50. package/src/sap/m/DynamicDateFormat.js +264 -0
  51. package/src/sap/m/DynamicDateOption.js +345 -0
  52. package/src/sap/m/DynamicDateRange.js +1187 -0
  53. package/src/sap/m/DynamicDateRangeRenderer.js +36 -0
  54. package/src/sap/m/DynamicDateUtil.js +162 -0
  55. package/src/sap/m/DynamicDateValueHelpUIType.js +55 -0
  56. package/src/sap/m/ExpandableText.js +4 -2
  57. package/src/sap/m/FacetFilter.js +17 -7
  58. package/src/sap/m/FacetFilterItem.js +1 -1
  59. package/src/sap/m/FacetFilterList.js +3 -3
  60. package/src/sap/m/FeedContent.js +1 -1
  61. package/src/sap/m/FeedInput.js +21 -10
  62. package/src/sap/m/FeedInputRenderer.js +1 -1
  63. package/src/sap/m/FeedListItem.js +29 -23
  64. package/src/sap/m/FeedListItemAction.js +1 -1
  65. package/src/sap/m/Fiori20Adapter.js +2 -2
  66. package/src/sap/m/FlexBox.js +32 -67
  67. package/src/sap/m/FlexItemData.js +1 -1
  68. package/src/sap/m/FormattedText.js +1 -1
  69. package/src/sap/m/GenericTag.js +1 -1
  70. package/src/sap/m/GenericTile.js +39 -1
  71. package/src/sap/m/GenericTileRenderer.js +77 -8
  72. package/src/sap/m/GroupHeaderListItem.js +1 -1
  73. package/src/sap/m/GrowingEnablement.js +31 -34
  74. package/src/sap/m/GrowingList.js +1 -1
  75. package/src/sap/m/HBox.js +1 -1
  76. package/src/sap/m/HeaderContainer.js +8 -5
  77. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  78. package/src/sap/m/HeaderContainerRenderer.js +1 -1
  79. package/src/sap/m/IconTabBar.js +1 -2
  80. package/src/sap/m/IconTabBarSelectList.js +29 -11
  81. package/src/sap/m/IconTabBarSelectListRenderer.js +7 -9
  82. package/src/sap/m/IconTabFilter.js +68 -32
  83. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  84. package/src/sap/m/IconTabHeader.js +18 -7
  85. package/src/sap/m/IconTabHeaderRenderer.js +1 -0
  86. package/src/sap/m/IconTabSeparator.js +1 -1
  87. package/src/sap/m/Image.js +2 -2
  88. package/src/sap/m/ImageContent.js +1 -1
  89. package/src/sap/m/Input.js +55 -28
  90. package/src/sap/m/InputBase.js +8 -6
  91. package/src/sap/m/InputBaseRenderer.js +32 -0
  92. package/src/sap/m/InputListItem.js +1 -1
  93. package/src/sap/m/InputRenderer.js +30 -4
  94. package/src/sap/m/Label.js +1 -1
  95. package/src/sap/m/LightBox.js +1 -1
  96. package/src/sap/m/LightBoxItem.js +1 -1
  97. package/src/sap/m/Link.js +8 -3
  98. package/src/sap/m/List.js +1 -1
  99. package/src/sap/m/ListBase.js +79 -21
  100. package/src/sap/m/ListItemBase.js +8 -7
  101. package/src/sap/m/MaskEnabler.js +1 -1
  102. package/src/sap/m/MaskInput.js +1 -1
  103. package/src/sap/m/MaskInputRule.js +1 -1
  104. package/src/sap/m/Menu.js +5 -4
  105. package/src/sap/m/MenuButton.js +2 -2
  106. package/src/sap/m/MenuItem.js +4 -4
  107. package/src/sap/m/MenuListItem.js +17 -1
  108. package/src/sap/m/MenuListItemRenderer.js +5 -0
  109. package/src/sap/m/MessageBox.js +37 -12
  110. package/src/sap/m/MessageItem.js +1 -1
  111. package/src/sap/m/MessageListItem.js +1 -1
  112. package/src/sap/m/MessagePage.js +1 -1
  113. package/src/sap/m/MessagePopover.js +29 -1
  114. package/src/sap/m/MessagePopoverItem.js +1 -1
  115. package/src/sap/m/MessageStrip.js +17 -23
  116. package/src/sap/m/MessageStripRenderer.js +2 -2
  117. package/src/sap/m/MessageStripUtilities.js +16 -3
  118. package/src/sap/m/MessageToast.js +2 -2
  119. package/src/sap/m/MessageView.js +7 -7
  120. package/src/sap/m/MultiComboBox.js +178 -166
  121. package/src/sap/m/MultiEditField.js +1 -1
  122. package/src/sap/m/MultiInput.js +2 -3
  123. package/src/sap/m/NavContainer.js +95 -15
  124. package/src/sap/m/NewsContent.js +1 -1
  125. package/src/sap/m/NotificationList.js +1 -1
  126. package/src/sap/m/NotificationListBase.js +1 -1
  127. package/src/sap/m/NotificationListGroup.js +1 -1
  128. package/src/sap/m/NotificationListItem.js +1 -1
  129. package/src/sap/m/NumericContent.js +1 -1
  130. package/src/sap/m/ObjectAttribute.js +1 -1
  131. package/src/sap/m/ObjectHeader.js +1 -1
  132. package/src/sap/m/ObjectHeaderRenderer.js +10 -7
  133. package/src/sap/m/ObjectIdentifier.js +10 -6
  134. package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
  135. package/src/sap/m/ObjectListItem.js +3 -3
  136. package/src/sap/m/ObjectListItemRenderer.js +2 -2
  137. package/src/sap/m/ObjectMarker.js +16 -18
  138. package/src/sap/m/ObjectNumber.js +2 -2
  139. package/src/sap/m/ObjectStatus.js +17 -28
  140. package/src/sap/m/ObjectStatusRenderer.js +32 -11
  141. package/src/sap/m/OverflowToolbar.js +10 -6
  142. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  143. package/src/sap/m/OverflowToolbarButton.js +2 -2
  144. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  145. package/src/sap/m/OverflowToolbarToggleButton.js +2 -2
  146. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  147. package/src/sap/m/P13nColumnsItem.js +1 -1
  148. package/src/sap/m/P13nColumnsPanel.js +3 -3
  149. package/src/sap/m/P13nConditionPanel.js +3 -3
  150. package/src/sap/m/P13nDialog.js +11 -5
  151. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  152. package/src/sap/m/P13nDimMeasurePanel.js +4 -4
  153. package/src/sap/m/P13nFilterItem.js +1 -1
  154. package/src/sap/m/P13nFilterPanel.js +1 -1
  155. package/src/sap/m/P13nGroupItem.js +1 -1
  156. package/src/sap/m/P13nGroupPanel.js +7 -13
  157. package/src/sap/m/P13nItem.js +1 -1
  158. package/src/sap/m/P13nPanel.js +1 -1
  159. package/src/sap/m/P13nSelectionItem.js +1 -1
  160. package/src/sap/m/P13nSelectionPanel.js +1 -1
  161. package/src/sap/m/P13nSortItem.js +1 -1
  162. package/src/sap/m/P13nSortPanel.js +6 -12
  163. package/src/sap/m/PDFViewer.js +1 -1
  164. package/src/sap/m/PDFViewerRenderManager.js +2 -2
  165. package/src/sap/m/Page.js +1 -1
  166. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  167. package/src/sap/m/PagingButton.js +1 -1
  168. package/src/sap/m/Panel.js +1 -1
  169. package/src/sap/m/PlanningCalendar.js +173 -50
  170. package/src/sap/m/PlanningCalendarHeader.js +36 -5
  171. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  172. package/src/sap/m/PlanningCalendarRow.js +1 -1
  173. package/src/sap/m/PlanningCalendarView.js +26 -2
  174. package/src/sap/m/Popover.js +54 -25
  175. package/src/sap/m/ProgressIndicator.js +1 -1
  176. package/src/sap/m/PullToRefresh.js +1 -1
  177. package/src/sap/m/QuickView.js +2 -2
  178. package/src/sap/m/QuickViewBase.js +1 -3
  179. package/src/sap/m/QuickViewCard.js +1 -1
  180. package/src/sap/m/QuickViewGroup.js +1 -1
  181. package/src/sap/m/QuickViewGroupElement.js +1 -1
  182. package/src/sap/m/QuickViewPage.js +129 -137
  183. package/src/sap/m/RadioButton.js +3 -3
  184. package/src/sap/m/RadioButtonGroup.js +1 -1
  185. package/src/sap/m/RangeSlider.js +8 -3
  186. package/src/sap/m/RangeSliderRenderer.js +3 -0
  187. package/src/sap/m/RatingIndicator.js +69 -29
  188. package/src/sap/m/RatingIndicatorRenderer.js +0 -1
  189. package/src/sap/m/ResponsivePopover.js +1 -1
  190. package/src/sap/m/ResponsiveScale.js +1 -1
  191. package/src/sap/m/ScrollBar.js +1 -1
  192. package/src/sap/m/ScrollContainer.js +1 -1
  193. package/src/sap/m/SearchField.js +34 -19
  194. package/src/sap/m/SearchFieldRenderer.js +15 -5
  195. package/src/sap/m/SegmentedButton.js +1 -1
  196. package/src/sap/m/SegmentedButtonItem.js +1 -1
  197. package/src/sap/m/SegmentedButtonRenderer.js +6 -0
  198. package/src/sap/m/Select.js +39 -22
  199. package/src/sap/m/SelectDialog.js +22 -58
  200. package/src/sap/m/SelectDialogBase.js +148 -0
  201. package/src/sap/m/SelectList.js +13 -3
  202. package/src/sap/m/SelectRenderer.js +38 -25
  203. package/src/sap/m/SelectionDetails.js +5 -2
  204. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  205. package/src/sap/m/SelectionDetailsItem.js +1 -1
  206. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  207. package/src/sap/m/Shell.js +2 -2
  208. package/src/sap/m/SimpleFixFlex.js +1 -1
  209. package/src/sap/m/SinglePlanningCalendar.js +19 -9
  210. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  211. package/src/sap/m/SinglePlanningCalendarGrid.js +49 -6
  212. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +27 -19
  213. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +39 -2
  214. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +22 -2
  215. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  216. package/src/sap/m/SinglePlanningCalendarView.js +2 -2
  217. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  218. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  219. package/src/sap/m/SlideTile.js +3 -3
  220. package/src/sap/m/Slider.js +2 -2
  221. package/src/sap/m/SliderRenderer.js +2 -2
  222. package/src/sap/m/SliderTooltip.js +1 -1
  223. package/src/sap/m/SliderTooltipBase.js +1 -1
  224. package/src/sap/m/SliderTooltipContainer.js +1 -1
  225. package/src/sap/m/SplitApp.js +3 -3
  226. package/src/sap/m/SplitButton.js +1 -1
  227. package/src/sap/m/SplitButtonRenderer.js +5 -1
  228. package/src/sap/m/SplitContainer.js +67 -6
  229. package/src/sap/m/StandardDynamicDateOption.js +585 -0
  230. package/src/sap/m/StandardListItem.js +1 -1
  231. package/src/sap/m/StandardTile.js +2 -2
  232. package/src/sap/m/StandardTreeItem.js +1 -1
  233. package/src/sap/m/StepInput.js +1 -1
  234. package/src/sap/m/StepInputRenderer.js +0 -3
  235. package/src/sap/m/SuggestionItem.js +1 -1
  236. package/src/sap/m/SuggestionsPopover.js +44 -1
  237. package/src/sap/m/Support.js +54 -46
  238. package/src/sap/m/Switch.js +9 -1
  239. package/src/sap/m/TabContainer.js +1 -1
  240. package/src/sap/m/TabContainerItem.js +1 -1
  241. package/src/sap/m/TabStrip.js +1 -1
  242. package/src/sap/m/TabStripItem.js +1 -1
  243. package/src/sap/m/Table.js +50 -8
  244. package/src/sap/m/TablePersoController.js +2 -2
  245. package/src/sap/m/TablePersoDialog.js +1 -1
  246. package/src/sap/m/TablePersoProvider.js +1 -1
  247. package/src/sap/m/TableRenderer.js +6 -4
  248. package/src/sap/m/TableSelectDialog.js +23 -54
  249. package/src/sap/m/Text.js +3 -3
  250. package/src/sap/m/TextArea.js +1 -1
  251. package/src/sap/m/Tile.js +1 -1
  252. package/src/sap/m/TileContainer.js +9 -9
  253. package/src/sap/m/TileContent.js +1 -1
  254. package/src/sap/m/TimePicker.js +11 -6
  255. package/src/sap/m/TimePickerClock.js +2 -2
  256. package/src/sap/m/TimePickerClocks.js +4 -2
  257. package/src/sap/m/TimePickerInputs.js +27 -5
  258. package/src/sap/m/TimePickerInternals.js +1 -1
  259. package/src/sap/m/TimePickerSlider.js +15 -4
  260. package/src/sap/m/TimePickerSliders.js +5 -5
  261. package/src/sap/m/TimePickerSlidersRenderer.js +0 -1
  262. package/src/sap/m/Title.js +2 -2
  263. package/src/sap/m/TitlePropagationSupport.js +1 -1
  264. package/src/sap/m/ToggleButton.js +2 -2
  265. package/src/sap/m/Token.js +1 -3
  266. package/src/sap/m/Tokenizer.js +3 -2
  267. package/src/sap/m/TokenizerRenderer.js +1 -0
  268. package/src/sap/m/Toolbar.js +2 -2
  269. package/src/sap/m/ToolbarLayoutData.js +1 -1
  270. package/src/sap/m/ToolbarSeparator.js +1 -1
  271. package/src/sap/m/ToolbarSpacer.js +1 -1
  272. package/src/sap/m/Tree.js +1 -1
  273. package/src/sap/m/TreeItemBase.js +4 -4
  274. package/src/sap/m/UploadCollection.js +2 -2
  275. package/src/sap/m/UploadCollectionItem.js +2 -2
  276. package/src/sap/m/UploadCollectionParameter.js +1 -1
  277. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  278. package/src/sap/m/VBox.js +1 -1
  279. package/src/sap/m/ValueStateHeader.js +1 -1
  280. package/src/sap/m/ViewSettingsCustomItem.js +2 -2
  281. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  282. package/src/sap/m/ViewSettingsDialog.js +9 -9
  283. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  284. package/src/sap/m/ViewSettingsItem.js +1 -1
  285. package/src/sap/m/VisibleItem.js +1 -1
  286. package/src/sap/m/WheelSlider.js +3 -3
  287. package/src/sap/m/WheelSliderContainer.js +4 -4
  288. package/src/sap/m/Wizard.js +2 -2
  289. package/src/sap/m/WizardProgressNavigator.js +1 -1
  290. package/src/sap/m/WizardProgressNavigatorRenderer.js +1 -1
  291. package/src/sap/m/WizardStep.js +2 -2
  292. package/src/sap/m/changeHandler/AddTableColumn.js +76 -44
  293. package/src/sap/m/changeHandler/ChangeLinkTarget.js +18 -23
  294. package/src/sap/m/changeHandler/CombineButtons.js +280 -173
  295. package/src/sap/m/changeHandler/MoveTableColumns.js +143 -111
  296. package/src/sap/m/changeHandler/SplitMenuButton.js +141 -93
  297. package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
  298. package/src/sap/m/inputUtils/wordStartsWithValue.js +5 -1
  299. package/src/sap/m/library.js +93 -9
  300. package/src/sap/m/messagebundle.properties +212 -27
  301. package/src/sap/m/messagebundle_ar.properties +104 -3
  302. package/src/sap/m/messagebundle_bg.properties +103 -2
  303. package/src/sap/m/messagebundle_ca.properties +103 -2
  304. package/src/sap/m/messagebundle_cs.properties +113 -12
  305. package/src/sap/m/messagebundle_cy.properties +103 -2
  306. package/src/sap/m/messagebundle_da.properties +103 -2
  307. package/src/sap/m/messagebundle_de.properties +112 -11
  308. package/src/sap/m/messagebundle_el.properties +103 -2
  309. package/src/sap/m/messagebundle_en.properties +103 -2
  310. package/src/sap/m/messagebundle_en_GB.properties +103 -2
  311. package/src/sap/m/messagebundle_en_US_sappsd.properties +102 -2
  312. package/src/sap/m/messagebundle_en_US_saprigi.properties +96 -2
  313. package/src/sap/m/messagebundle_en_US_saptrc.properties +103 -2
  314. package/src/sap/m/messagebundle_es.properties +106 -5
  315. package/src/sap/m/messagebundle_es_MX.properties +103 -2
  316. package/src/sap/m/messagebundle_et.properties +103 -2
  317. package/src/sap/m/messagebundle_fi.properties +103 -2
  318. package/src/sap/m/messagebundle_fr.properties +103 -2
  319. package/src/sap/m/messagebundle_fr_CA.properties +107 -6
  320. package/src/sap/m/messagebundle_hi.properties +103 -2
  321. package/src/sap/m/messagebundle_hr.properties +103 -2
  322. package/src/sap/m/messagebundle_hu.properties +103 -2
  323. package/src/sap/m/messagebundle_id.properties +103 -2
  324. package/src/sap/m/messagebundle_it.properties +103 -2
  325. package/src/sap/m/messagebundle_iw.properties +103 -2
  326. package/src/sap/m/messagebundle_ja.properties +122 -21
  327. package/src/sap/m/messagebundle_kk.properties +103 -2
  328. package/src/sap/m/messagebundle_ko.properties +103 -2
  329. package/src/sap/m/messagebundle_lt.properties +103 -2
  330. package/src/sap/m/messagebundle_lv.properties +103 -2
  331. package/src/sap/m/messagebundle_ms.properties +103 -2
  332. package/src/sap/m/messagebundle_nl.properties +110 -9
  333. package/src/sap/m/messagebundle_no.properties +106 -5
  334. package/src/sap/m/messagebundle_pl.properties +106 -5
  335. package/src/sap/m/messagebundle_pt.properties +112 -11
  336. package/src/sap/m/messagebundle_pt_PT.properties +103 -2
  337. package/src/sap/m/messagebundle_ro.properties +113 -12
  338. package/src/sap/m/messagebundle_ru.properties +103 -2
  339. package/src/sap/m/messagebundle_sh.properties +103 -2
  340. package/src/sap/m/messagebundle_sk.properties +103 -2
  341. package/src/sap/m/messagebundle_sl.properties +103 -2
  342. package/src/sap/m/messagebundle_sv.properties +109 -8
  343. package/src/sap/m/messagebundle_th.properties +113 -12
  344. package/src/sap/m/messagebundle_tr.properties +109 -8
  345. package/src/sap/m/messagebundle_uk.properties +103 -2
  346. package/src/sap/m/messagebundle_vi.properties +103 -2
  347. package/src/sap/m/messagebundle_zh_CN.properties +104 -3
  348. package/src/sap/m/messagebundle_zh_TW.properties +103 -2
  349. package/src/sap/m/plugins/ColumnResizer.js +1 -1
  350. package/src/sap/m/plugins/DataStateIndicator.js +5 -3
  351. package/src/sap/m/plugins/PasteProvider.js +1 -1
  352. package/src/sap/m/plugins/PluginBase.js +1 -1
  353. package/src/sap/m/routing/RouteMatchedHandler.js +2 -0
  354. package/src/sap/m/routing/Router.js +1 -0
  355. package/src/sap/m/routing/TargetHandler.js +123 -51
  356. package/src/sap/m/routing/async/Target.js +13 -1
  357. package/src/sap/m/routing/sync/Target.js +1 -0
  358. package/src/sap/m/semantic/AddAction.js +1 -1
  359. package/src/sap/m/semantic/CancelAction.js +1 -1
  360. package/src/sap/m/semantic/DeleteAction.js +1 -1
  361. package/src/sap/m/semantic/DetailPage.js +1 -1
  362. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  363. package/src/sap/m/semantic/EditAction.js +1 -1
  364. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  365. package/src/sap/m/semantic/FilterAction.js +1 -1
  366. package/src/sap/m/semantic/FilterSelect.js +1 -1
  367. package/src/sap/m/semantic/FlagAction.js +1 -1
  368. package/src/sap/m/semantic/ForwardAction.js +1 -1
  369. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  370. package/src/sap/m/semantic/GroupAction.js +1 -1
  371. package/src/sap/m/semantic/GroupSelect.js +1 -1
  372. package/src/sap/m/semantic/MainAction.js +1 -1
  373. package/src/sap/m/semantic/MasterPage.js +1 -1
  374. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  375. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  376. package/src/sap/m/semantic/NegativeAction.js +1 -1
  377. package/src/sap/m/semantic/OpenInAction.js +1 -1
  378. package/src/sap/m/semantic/PositiveAction.js +1 -1
  379. package/src/sap/m/semantic/PrintAction.js +1 -1
  380. package/src/sap/m/semantic/SaveAction.js +1 -1
  381. package/src/sap/m/semantic/Segment.js +1 -1
  382. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  383. package/src/sap/m/semantic/SemanticButton.js +1 -1
  384. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  385. package/src/sap/m/semantic/SemanticControl.js +1 -1
  386. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +2 -2
  387. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
  388. package/src/sap/m/semantic/SemanticPage.js +1 -1
  389. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  390. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  391. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  392. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  393. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  394. package/src/sap/m/semantic/ShareMenu.js +1 -1
  395. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  396. package/src/sap/m/semantic/SortAction.js +1 -1
  397. package/src/sap/m/semantic/SortSelect.js +1 -1
  398. package/src/sap/m/themes/base/Button.less +8 -10
  399. package/src/sap/m/themes/base/Carousel.less +38 -4
  400. package/src/sap/m/themes/base/CheckBox.less +1 -1
  401. package/src/sap/m/themes/base/Dialog.less +11 -5
  402. package/src/sap/m/themes/base/DynamicDateRange.less +56 -0
  403. package/src/sap/m/themes/base/FeedInput.less +5 -6
  404. package/src/sap/m/themes/base/GenericTile.less +205 -2
  405. package/src/sap/m/themes/base/IconTabBar.less +185 -64
  406. package/src/sap/m/themes/base/IconTabBarSelectList.less +12 -2
  407. package/src/sap/m/themes/base/InputBase.less +0 -17
  408. package/src/sap/m/themes/base/Label.less +6 -4
  409. package/src/sap/m/themes/base/Link.less +0 -3
  410. package/src/sap/m/themes/base/ListItemBase.less +7 -3
  411. package/src/sap/m/themes/base/MenuListItem.less +10 -0
  412. package/src/sap/m/themes/base/MessageBox.less +0 -3
  413. package/src/sap/m/themes/base/NotificationListBase.less +1 -1
  414. package/src/sap/m/themes/base/ObjectHeader.less +2 -1
  415. package/src/sap/m/themes/base/ObjectNumber.less +6 -2
  416. package/src/sap/m/themes/base/ObjectStatus.less +25 -4
  417. package/src/sap/m/themes/base/P13nDialog.less +8 -0
  418. package/src/sap/m/themes/base/PlanningCalendar.less +25 -0
  419. package/src/sap/m/themes/base/Popover.less +1 -1
  420. package/src/sap/m/themes/base/ProgressIndicator.less +7 -6
  421. package/src/sap/m/themes/base/QuickView.less +17 -60
  422. package/src/sap/m/themes/base/RadioButton.less +3 -0
  423. package/src/sap/m/themes/base/SearchField.less +22 -15
  424. package/src/sap/m/themes/base/SegmentedButton.less +1 -1
  425. package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +29 -5
  426. package/src/sap/m/themes/base/SplitContainer.less +0 -16
  427. package/src/sap/m/themes/base/StandardListItem.less +5 -1
  428. package/src/sap/m/themes/base/Table.less +15 -19
  429. package/src/sap/m/themes/base/Text.less +4 -2
  430. package/src/sap/m/themes/base/TimePicker.less +5 -1
  431. package/src/sap/m/themes/base/TimePickerSliders.less +1 -5
  432. package/src/sap/m/themes/base/Toolbar.less +6 -0
  433. package/src/sap/m/themes/base/ViewSettingsDialog.less +1 -1
  434. package/src/sap/m/themes/base/library.source.less +1 -0
  435. package/src/sap/m/themes/base/shared.less +2 -0
  436. package/src/sap/m/themes/sap_hcb/InputBase.less +25 -0
  437. package/src/sap/m/upload/UploadSet.js +11 -10
  438. package/src/sap/m/upload/UploadSetItem.js +16 -1
  439. package/src/sap/m/upload/Uploader.js +20 -5
package/.reuse/dep5 CHANGED
@@ -352,6 +352,11 @@ Copyright: 2006 Google Inc.
352
352
  License: Apache-2.0
353
353
  Comment: these files belong to: google-code-prettify
354
354
 
355
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
356
+ Copyright: 2006-2020, Ivan Sagalaev
357
+ License: BSD-3-Clause
358
+ Comment: these files belong to: highlight.js
359
+
355
360
  Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
356
361
  Copyright: 2017 Wei Song and Oliver Nightingale
357
362
  License: MIT
@@ -411,6 +416,35 @@ License: Apache-2.0 and MIT
411
416
  Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
412
417
 
413
418
 
419
+ # Library: sap.ui.webc.common:
420
+
421
+ Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
422
+ Copyright: SAP
423
+ License: Apache-2.0
424
+ Comment: these files belong to: UI5 Web Components
425
+
426
+ Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/*.*
427
+ Copyright: Google LLC
428
+ License: BSD-3-Clause
429
+ Comment: these files belong to: lit-html
430
+
431
+
432
+ # Library: sap.ui.webc.fiori:
433
+
434
+ Files: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
435
+ Copyright: SAP
436
+ License: Apache-2.0
437
+ Comment: these files belong to: UI5 Web Components
438
+
439
+
440
+ # Library: sap.ui.webc.main:
441
+
442
+ Files: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/*.*
443
+ Copyright: SAP
444
+ License: Apache-2.0
445
+ Comment: these files belong to: UI5 Web Components
446
+
447
+
414
448
  # Outside of Libraries:
415
449
 
416
450
  Files: src/testsuite-utils/src/main/resources/META-INF/less/less.js
@@ -423,3 +457,15 @@ Copyright: 2015-2017 Evgeny Poberezkin
423
457
  License: MIT
424
458
  Comment: these files belong to: ajv
425
459
 
460
+ Files: lib/jsdoc/ui5/plugin.js
461
+ Copyright:
462
+ 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
463
+ 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
464
+ License: Apache-2.0
465
+ Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
466
+
467
+ Files: src/sap.ui.core/src/sap/ui/core/themes/base/base.less src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
468
+ Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
469
+ License: Apache-2.0
470
+ Comment: these files belong to: SAP Theming Base Content
471
+
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.6
200
+ Component: URI.js, version: 1.19.7
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -330,6 +330,12 @@ License: Apache-2.0
330
330
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
331
331
  Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
332
332
 
333
+ Component: highlight.js, version: 10.4.1
334
+ Copyright: 2006-2020, Ivan Sagalaev
335
+ License: BSD-3-Clause
336
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
337
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
338
+
333
339
  Component: Elasticlunr, version: 0.9.5
334
340
  Copyright: 2017 Wei Song and Oliver Nightingale
335
341
  License: MIT
@@ -399,6 +405,43 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
399
405
  Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
400
406
 
401
407
 
408
+ Library: sap.ui.webc.common:
409
+
410
+ Component: UI5 Web Components, version: 1.0.0-rc.12
411
+ Copyright: SAP
412
+ License: Apache-2.0
413
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
414
+ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
415
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.*
416
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
417
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
418
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
419
+
420
+ Component: lit-html, version: 1.4.1
421
+ Copyright: Google LLC
422
+ License: BSD-3-Clause
423
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
424
+ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/*.*
425
+
426
+
427
+ Library: sap.ui.webc.fiori:
428
+
429
+ Component: UI5 Web Components, version: 1.0.0-rc.12
430
+ Copyright: SAP
431
+ License: Apache-2.0
432
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
433
+ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
434
+
435
+
436
+ Library: sap.ui.webc.main:
437
+
438
+ Component: UI5 Web Components, version: 1.0.0-rc.12
439
+ Copyright: SAP
440
+ License: Apache-2.0
441
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
442
+ Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/*.*
443
+
444
+
402
445
  Outside of Libraries:
403
446
 
404
447
  Component: LESS, version: 1.6.3
@@ -413,6 +456,21 @@ License: MIT
413
456
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
414
457
  Contained in: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
415
458
 
459
+ Component: JSDoc 3, version: 3.6.7
460
+ Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
461
+ License: Apache-2.0
462
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
+ Contained in: lib/jsdoc/ui5/plugin.js
464
+
465
+ Component: SAP Theming Base Content, version: 11.1.34
466
+ Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
+ License: Apache-2.0
468
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
+ Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
470
+ src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
471
+ src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
472
+ src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
473
+
416
474
 
417
475
  ALL LICENSE TEXTS:
418
476
  ==================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.m",
3
- "version": "1.91.0",
3
+ "version": "1.93.2",
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.91.0",
18
- "@openui5/sap.ui.layout": "1.91.0",
19
- "@openui5/sap.ui.unified": "1.91.0"
17
+ "@openui5/sap.ui.core": "1.93.2",
18
+ "@openui5/sap.ui.layout": "1.93.2",
19
+ "@openui5/sap.ui.unified": "1.93.2"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.91.0</version>
9
+ <version>1.93.2</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.91.0
24
+ * @version 1.93.2
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.91.0
34
+ * @version 1.93.2
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -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.91.0
23
+ * @version 1.93.2
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -165,6 +165,8 @@ sap.ui.define(['./Select', 'sap/ui/core/InvisibleText', 'sap/ui/Device', 'sap/ui
165
165
  oPicker = this.getPicker(),
166
166
  i;
167
167
 
168
+ this._bProcessChange = false;
169
+
168
170
  // check whether event is marked or not
169
171
  if ( oEvent.isMarked() || !this.getEnabled()) {
170
172
  return;
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * @extends sap.ui.core.Control
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.91.0
73
+ * @version 1.93.2
74
74
  *
75
75
  * @constructor
76
76
  * @public
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.91.0
53
+ * @version 1.93.2
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  *
70
70
  * This icon must be in PNG format. The property can either hold the URL of one single icon which is used for all devices (and possibly scaled, which looks not perfect), or an object holding icon URLs for the different required sizes.
71
71
  *
72
- * A desktop icon (used for bookmarks and overriding the favicon) can also be configured. This requires an object to be given and the "icon" property of this object then defines the desktop bookmark icon. For this icon, PNG is not supported by Internet Explorer. The ICO format is supported by all browsers. ICO is also preferred for this desktop icon setting because the file can contain different images for different resolutions.
72
+ * A desktop icon (used for bookmarks and overriding the favicon) can also be configured. This requires an object to be given and the "icon" property of this object then defines the desktop bookmark icon. The ICO format is supported by all browsers. ICO is also preferred for this desktop icon setting because the file can contain different images for different resolutions.
73
73
  *
74
74
  * One example is:
75
75
  *
@@ -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.91.0
23
+ * @version 1.93.2
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * @extends sap.ui.core.Control
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.91.0
79
+ * @version 1.93.2
80
80
  *
81
81
  * @constructor
82
82
  * @public
@@ -103,6 +103,10 @@ sap.ui.define([
103
103
  oBadgeElement.removeClass("sapMBadgeAnimationAdd");
104
104
  oBadgeElement.width();
105
105
  oBadgeElement.addClass("sapMBadgeAnimationRemove");
106
+ oBadgeElement.on("animationend", function () {
107
+ oBadgeElement.css("display","none");
108
+ oBadgeElement.off();
109
+ });
106
110
  oBadgeElement.removeAttr("aria-label");
107
111
 
108
112
  this._isBadgeAttached = false;
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.91.0
59
+ * @version 1.93.2
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -483,6 +483,7 @@ sap.ui.define([
483
483
  *
484
484
  * @returns {Object} with all available contexts
485
485
  * @protected
486
+ * @function
486
487
  */
487
488
  Bar.prototype.getContext = BarInAnyContentEnabler.prototype.getContext;
488
489
 
@@ -492,6 +493,7 @@ sap.ui.define([
492
493
  * Implementation of the IBar interface.
493
494
  * @returns {boolean} isContextSensitive
494
495
  * @protected
496
+ * @function
495
497
  */
496
498
  Bar.prototype.isContextSensitive = BarInAnyContentEnabler.prototype.isContextSensitive;
497
499
 
@@ -500,12 +502,15 @@ sap.ui.define([
500
502
  * @param {sap.m.IBarHTMLTag} sTag The HTML tag of the root element
501
503
  * @returns {sap.m.IBar} this for chaining
502
504
  * @protected
505
+ * @function
503
506
  */
504
507
  Bar.prototype.setHTMLTag = BarInAnyContentEnabler.prototype.setHTMLTag;
508
+
505
509
  /**
506
510
  * Gets the HTML tag of the root element.
507
511
  * @returns {sap.m.IBarHTMLTag} The HTML-tag
508
512
  * @protected
513
+ * @function
509
514
  */
510
515
  Bar.prototype.getHTMLTag = BarInAnyContentEnabler.prototype.getHTMLTag;
511
516
 
@@ -513,6 +518,7 @@ sap.ui.define([
513
518
  * Sets classes and HTML tag according to the context of the page. Possible contexts are header, footer and subheader.
514
519
  * @returns {sap.m.IBar} <code>this</code> for chaining
515
520
  * @protected
521
+ * @function
516
522
  */
517
523
  Bar.prototype.applyTagAndContextClassFor = BarInAnyContentEnabler.prototype.applyTagAndContextClassFor;
518
524
 
@@ -520,6 +526,7 @@ sap.ui.define([
520
526
  * Sets classes according to the context of the page. Possible contexts are header, footer and subheader.
521
527
  * @returns {sap.m.IBar} <code>this</code> for chaining
522
528
  * @protected
529
+ * @function
523
530
  */
524
531
  Bar.prototype._applyContextClassFor = BarInAnyContentEnabler.prototype._applyContextClassFor;
525
532
 
@@ -527,6 +534,7 @@ sap.ui.define([
527
534
  * Sets HTML tag according to the context of the page. Possible contexts are header, footer and subheader.
528
535
  * @returns {sap.m.IBar} <code>this</code> for chaining
529
536
  * @protected
537
+ * @function
530
538
  */
531
539
  Bar.prototype._applyTag = BarInAnyContentEnabler.prototype._applyTag;
532
540
 
@@ -537,6 +545,7 @@ sap.ui.define([
537
545
  * @param {string} sContext allowed values are header, footer, subheader.
538
546
  * @returns {object|null}
539
547
  * @private
548
+ * @function
540
549
  */
541
550
  Bar.prototype._getContextOptions = BarInAnyContentEnabler.prototype._getContextOptions;
542
551
 
@@ -546,6 +555,7 @@ sap.ui.define([
546
555
  * @param {string} sRole AccessibilityRole of the root Element
547
556
  * @returns {sap.m.IBar} <code>this</code> to allow method chaining
548
557
  * @private
558
+ * @function
549
559
  */
550
560
  Bar.prototype._setRootAccessibilityRole = BarInAnyContentEnabler.prototype._setRootAccessibilityRole;
551
561
 
@@ -554,6 +564,7 @@ sap.ui.define([
554
564
  *
555
565
  * @returns {string} Accessibility role
556
566
  * @private
567
+ * @function
557
568
  */
558
569
  Bar.prototype._getRootAccessibilityRole = BarInAnyContentEnabler.prototype._getRootAccessibilityRole;
559
570
 
@@ -564,6 +575,7 @@ sap.ui.define([
564
575
  * @param {string} sLevel aria-level attribute of the root Element
565
576
  * @returns {sap.m.IBar} <code>this</code> to allow method chaining
566
577
  * @private
578
+ * @function
567
579
  */
568
580
  Bar.prototype._setRootAriaLevel = BarInAnyContentEnabler.prototype._setRootAriaLevel;
569
581
 
@@ -573,6 +585,7 @@ sap.ui.define([
573
585
  * This is only needed if <code>sap.m.Bar</code> has role="heading"
574
586
  * @returns {string} aria-level
575
587
  * @private
588
+ * @function
576
589
  */
577
590
  Bar.prototype._getRootAriaLevel = BarInAnyContentEnabler.prototype._getRootAriaLevel;
578
591
 
@@ -18,7 +18,8 @@ sap.ui.define([
18
18
  "sap/ui/Device",
19
19
  "sap/m/library",
20
20
  "./BreadcrumbsRenderer",
21
- 'sap/ui/base/ManagedObject'
21
+ 'sap/ui/base/ManagedObject',
22
+ 'sap/ui/core/InvisibleText'
22
23
  ], function(
23
24
  Control,
24
25
  openWindow,
@@ -32,7 +33,8 @@ sap.ui.define([
32
33
  Device,
33
34
  library,
34
35
  BreadcrumbsRenderer,
35
- ManagedObject
36
+ ManagedObject,
37
+ InvisibleText
36
38
  ) {
37
39
  "use strict";
38
40
 
@@ -58,7 +60,7 @@ sap.ui.define([
58
60
  * @extends sap.ui.core.Control
59
61
  *
60
62
  * @author SAP SE
61
- * @version 1.91.0
63
+ * @version 1.93.2
62
64
  *
63
65
  * @constructor
64
66
  * @public
@@ -106,7 +108,17 @@ sap.ui.define([
106
108
  _currentLocation: {type: "sap.m.Text", multiple: false, visibility: "hidden"},
107
109
  _select: {type: "sap.m.Select", multiple: false, visibility: "hidden"}
108
110
  },
109
- defaultAggregation: "links"
111
+ defaultAggregation: "links",
112
+ associations: {
113
+
114
+ /**
115
+ * Association to controls / IDs which label this control (see WAI-ARIA attribute <code>aria-labelledby</code>).
116
+ * @since 1.92
117
+ */
118
+ ariaLabelledBy: {
119
+ type: "sap.ui.core.Control", multiple: true, singularName: "ariaLabelledBy"
120
+ }
121
+ }
110
122
  }
111
123
  });
112
124
 
@@ -127,6 +139,7 @@ sap.ui.define([
127
139
 
128
140
  Breadcrumbs.prototype.init = function () {
129
141
  this._sSeparatorSymbol = Breadcrumbs.STYLE_MAPPER[this.getSeparatorStyle()];
142
+ this._getInvisibleText();
130
143
  };
131
144
 
132
145
  Breadcrumbs.prototype.onBeforeRendering = function () {
@@ -164,6 +177,11 @@ sap.ui.define([
164
177
  Breadcrumbs.prototype.exit = function () {
165
178
  this._resetControl();
166
179
  this._destroyItemNavigation();
180
+
181
+ if (this._oInvisibleText) {
182
+ this._oInvisibleText.destroy();
183
+ this._oInvisibleText = null;
184
+ }
167
185
  };
168
186
 
169
187
  /*************************************** Static members ******************************************/
@@ -176,6 +194,18 @@ sap.ui.define([
176
194
  return this.getId() + "-" + sSuffix;
177
195
  };
178
196
 
197
+
198
+ Breadcrumbs.prototype._getInvisibleText = function() {
199
+ var oAriaLabelText = BreadcrumbsRenderer._getResourceBundleText("BREADCRUMB_LABEL");
200
+
201
+ if (!this._oInvisibleText) {
202
+ this._oInvisibleText = new InvisibleText({ id: this.getId() + "-InvisibleText"});
203
+ this._oInvisibleText.setText(oAriaLabelText).toStatic();
204
+ }
205
+
206
+ return this._oInvisibleText;
207
+ };
208
+
179
209
  Breadcrumbs.prototype._getSelect = function () {
180
210
  if (!this.getAggregation("_select")) {
181
211
  this.setAggregation("_select", this._decorateSelect(new Select({
@@ -27,11 +27,22 @@ sap.ui.define(["sap/m/Text"], function (Text) {
27
27
  BreadcrumbsRenderer.render = function (oRm, oControl) {
28
28
  var aControls = oControl._getControlsForBreadcrumbTrail(),
29
29
  oSelect = oControl._getSelect(),
30
- sSeparator = oControl._sSeparatorSymbol;
30
+ sSeparator = oControl._sSeparatorSymbol,
31
+ sDefaultAriaLabelledBy = oControl._getInvisibleText().getId(),
32
+ aAriaLabelledBy = oControl.getAriaLabelledBy().slice();
31
33
 
32
34
  oRm.openStart("nav", oControl);
33
35
  oRm.class("sapMBreadcrumbs");
34
- oRm.attr("aria-label", BreadcrumbsRenderer._getResourceBundleText("BREADCRUMB_LABEL"));
36
+
37
+ aAriaLabelledBy.push(sDefaultAriaLabelledBy);
38
+
39
+ oRm.accessibilityState(null, {
40
+ labelledby: {
41
+ value: aAriaLabelledBy.join(" "),
42
+ append: true
43
+ }
44
+ });
45
+
35
46
  oRm.openEnd();
36
47
  oRm.openStart("ol");
37
48
  oRm.openEnd();
@@ -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.91.0
65
+ * @version 1.93.2
66
66
  *
67
67
  * @public
68
68
  * @alias sap.m.BusyDialog
@@ -548,6 +548,7 @@ sap.ui.define(['./library',
548
548
  var cancelButtonText = this.getCancelButtonText();
549
549
  cancelButtonText = cancelButtonText ? cancelButtonText : Core.getLibraryResourceBundle("sap.m").getText("BUSYDIALOG_CANCELBUTTON_TEXT");
550
550
 
551
+ // eslint-disable-next-line no-return-assign
551
552
  return this._cancelButton ? this._cancelButton : this._cancelButton = new Button(this.getId() + 'busyCancelBtn', {
552
553
  text: cancelButtonText,
553
554
  press: function () {
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.91.0
49
+ * @version 1.93.2
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -18,7 +18,8 @@ sap.ui.define([
18
18
  "sap/ui/events/KeyCodes",
19
19
  "sap/ui/core/LabelEnablement",
20
20
  "sap/m/BadgeEnabler",
21
- "sap/ui/core/InvisibleText"
21
+ "sap/ui/core/InvisibleText",
22
+ "sap/base/Log"
22
23
  ], function(
23
24
  library,
24
25
  Control,
@@ -32,7 +33,8 @@ sap.ui.define([
32
33
  KeyCodes,
33
34
  LabelEnablement,
34
35
  BadgeEnabler,
35
- InvisibleText
36
+ InvisibleText,
37
+ Log
36
38
  ) {
37
39
  "use strict";
38
40
 
@@ -87,7 +89,7 @@ sap.ui.define([
87
89
  * @mixes sap.ui.core.ContextMenuSupport
88
90
  *
89
91
  * @author SAP SE
90
- * @version 1.91.0
92
+ * @version 1.93.2
91
93
  *
92
94
  * @constructor
93
95
  * @public
@@ -157,6 +159,11 @@ sap.ui.define([
157
159
  * Specifies the value of the <code>aria-haspopup</code> attribute
158
160
  *
159
161
  * If the value is <code>None</code>, the attribute will not be rendered. Otherwise it will be rendered with the selected value.
162
+ *
163
+ * NOTE: Use this property only when a button is related to a popover/popup. The value needs to be equal to the main/root role of the popup - e.g. dialog,
164
+ * menu or list (examples: if you have dialog -> dialog, if you have menu -> menu; if you have list -> list; if you have dialog containing a list -> dialog).
165
+ * Do not use it, if you open a standard sap.m.Dialog, MessageBox or other type of dialogs displayed as on overlay over the application.
166
+ *
160
167
  * @since 1.84.0
161
168
  */
162
169
  ariaHasPopup : {type : "sap.ui.core.aria.HasPopup", group : "Accessibility", defaultValue : AriaHasPopup.None}
@@ -261,16 +268,18 @@ sap.ui.define([
261
268
  Button.prototype.setBadgeMinValue = function(iMin) {
262
269
  var iValue = this.getBadgeCustomData().getValue();
263
270
 
264
- if (iMin && !isNaN(iMin) && iMin >= BADGE_MIN_VALUE && iMin != this._badgeMinValue) {
271
+ if (iMin && !isNaN(iMin) && iMin >= BADGE_MIN_VALUE && iMin != this._badgeMinValue && iMin <= this._badgeMaxValue) {
265
272
  this._badgeMinValue = iMin;
266
273
  this.badgeValueFormatter(iValue);
267
274
  this.invalidate();
275
+ } else {
276
+ Log.warning("minValue is not valid (it is is less than minimum allowed badge value [" + BADGE_MIN_VALUE + "] or greater than maximum badge value [" + this._badgeMaxValue + "])", this);
268
277
  }
269
278
  return this;
270
279
  };
271
280
 
272
281
  /**
273
- * Badge minimum value setter - called when someone wants to change the value
282
+ * Badge maximum value setter - called when someone wants to change the value
274
283
  * above which the badge value is displayed with + after the value (ex. 999+)
275
284
  *
276
285
  * @param {number} iMax maximum visible value of the badge (not greater than maximum Badge value - 9999)
@@ -278,9 +287,11 @@ sap.ui.define([
278
287
  * @public
279
288
  */
280
289
  Button.prototype.setBadgeMaxValue = function(iMax) {
281
- if (iMax && !isNaN(iMax) && iMax <= BADGE_MAX_VALUE && iMax != this._badgeMaxValue) {
290
+ if (iMax && !isNaN(iMax) && iMax <= BADGE_MAX_VALUE && iMax != this._badgeMaxValue && iMax >= this._badgeMinValue) {
282
291
  this._badgeMaxValue = iMax;
283
292
  this.invalidate();
293
+ } else {
294
+ Log.warning("maxValue is not valid (it is is greater than than maximum allowed badge value [" + BADGE_MAX_VALUE + "] or less than minimum badge value [" + this._badgeMinValue + "])", this);
284
295
  }
285
296
  return this;
286
297
  };
@@ -341,7 +352,10 @@ sap.ui.define([
341
352
  * @private
342
353
  */
343
354
  Button.prototype._getBadgeInvisibleText = function() {
344
- return this._oBadgeInvisibleText || (this._oBadgeInvisibleText = new InvisibleText(this.getId() + "-badge").toStatic());
355
+ if (!this._oBadgeInvisibleText) {
356
+ this._oBadgeInvisibleText = new InvisibleText(this.getId() + "-badge").toStatic();
357
+ }
358
+ return this._oBadgeInvisibleText;
345
359
  };
346
360
 
347
361
  /**
@@ -373,16 +387,16 @@ sap.ui.define([
373
387
 
374
388
  switch (sButtonType) {
375
389
  case ButtonType.Critical:
376
- this._sTypeIconURI = "sap-icon://message-warning";
390
+ this._sTypeIconURI = "sap-icon://alert";
377
391
  break;
378
392
  case ButtonType.Negative:
379
- this._sTypeIconURI = "sap-icon://message-error";
393
+ this._sTypeIconURI = "sap-icon://error";
380
394
  break;
381
395
  case ButtonType.Success:
382
- this._sTypeIconURI = "sap-icon://message-success";
396
+ this._sTypeIconURI = "sap-icon://sys-enter-2";
383
397
  break;
384
398
  case ButtonType.Neutral:
385
- this._sTypeIconURI = "sap-icon://message-information";
399
+ this._sTypeIconURI = "sap-icon://information";
386
400
  break;
387
401
  case ButtonType.Back:
388
402
  case ButtonType.Up:
@@ -830,7 +844,7 @@ sap.ui.define([
830
844
 
831
845
  /**
832
846
  * @see sap.ui.core.Control#getAccessibilityInfo
833
- * @returns {Object} Current accessibility state of the control
847
+ * @returns {object} Current accessibility state of the control
834
848
  * @protected
835
849
  */
836
850
  Button.prototype.getAccessibilityInfo = function() {