@openui5/sap.m 1.108.1 → 1.109.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 (443) hide show
  1. package/THIRDPARTY.txt +1 -1
  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/ActionSelect.js +1 -1
  7. package/src/sap/m/ActionSheet.js +1 -1
  8. package/src/sap/m/ActionTile.js +1 -1
  9. package/src/sap/m/ActionTileContent.js +1 -1
  10. package/src/sap/m/AdditionalTextButton.js +1 -1
  11. package/src/sap/m/App.js +1 -1
  12. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  13. package/src/sap/m/Avatar.js +1 -1
  14. package/src/sap/m/Bar.js +1 -1
  15. package/src/sap/m/Breadcrumbs.js +1 -1
  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 +1 -1
  19. package/src/sap/m/Carousel.js +5 -3
  20. package/src/sap/m/CarouselLayout.js +1 -1
  21. package/src/sap/m/CheckBox.js +3 -2
  22. package/src/sap/m/ColorPalette.js +1 -1
  23. package/src/sap/m/ColorPalettePopover.js +1 -1
  24. package/src/sap/m/Column.js +1 -1
  25. package/src/sap/m/ColumnHeaderPopover.js +8 -4
  26. package/src/sap/m/ColumnListItem.js +19 -1
  27. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  28. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  29. package/src/sap/m/ColumnPopoverItem.js +1 -1
  30. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  31. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  32. package/src/sap/m/ComboBox.js +1 -1
  33. package/src/sap/m/ComboBoxBase.js +1 -1
  34. package/src/sap/m/ComboBoxTextField.js +1 -1
  35. package/src/sap/m/CustomDynamicDateOption.js +1 -1
  36. package/src/sap/m/CustomListItem.js +1 -1
  37. package/src/sap/m/CustomTile.js +1 -1
  38. package/src/sap/m/CustomTreeItem.js +1 -1
  39. package/src/sap/m/DatePicker.js +1 -1
  40. package/src/sap/m/DateRangeSelection.js +2 -2
  41. package/src/sap/m/DateTimeField.js +1 -1
  42. package/src/sap/m/DateTimeInput.js +1 -1
  43. package/src/sap/m/DateTimePicker.js +7 -11
  44. package/src/sap/m/Dialog.js +5 -5
  45. package/src/sap/m/DisplayListItem.js +1 -1
  46. package/src/sap/m/DraftIndicator.js +1 -1
  47. package/src/sap/m/DynamicDate.js +1 -1
  48. package/src/sap/m/DynamicDateOption.js +1 -1
  49. package/src/sap/m/DynamicDateRange.js +1 -1
  50. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  51. package/src/sap/m/ExpandableText.js +1 -1
  52. package/src/sap/m/FacetFilter.js +1 -1
  53. package/src/sap/m/FacetFilterItem.js +1 -1
  54. package/src/sap/m/FacetFilterList.js +1 -1
  55. package/src/sap/m/FeedContent.js +1 -1
  56. package/src/sap/m/FeedInput.js +1 -1
  57. package/src/sap/m/FeedListItem.js +1 -1
  58. package/src/sap/m/FeedListItemAction.js +1 -1
  59. package/src/sap/m/Fiori20Adapter.js +2 -2
  60. package/src/sap/m/FlexBox.js +1 -1
  61. package/src/sap/m/FlexItemData.js +1 -1
  62. package/src/sap/m/FormattedText.js +1 -1
  63. package/src/sap/m/GenericTag.js +1 -1
  64. package/src/sap/m/GenericTile.js +24 -12
  65. package/src/sap/m/GenericTileRenderer.js +3 -0
  66. package/src/sap/m/GroupHeaderListItem.js +2 -2
  67. package/src/sap/m/GrowingEnablement.js +13 -3
  68. package/src/sap/m/GrowingList.js +1 -1
  69. package/src/sap/m/HBox.js +1 -1
  70. package/src/sap/m/HeaderContainer.js +4 -3
  71. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  72. package/src/sap/m/IconTabBar.js +2 -2
  73. package/src/sap/m/IconTabBarSelectList.js +1 -1
  74. package/src/sap/m/IconTabFilter.js +1 -1
  75. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  76. package/src/sap/m/IconTabHeader.js +1 -1
  77. package/src/sap/m/IconTabSeparator.js +1 -1
  78. package/src/sap/m/IllustratedMessage.js +1 -1
  79. package/src/sap/m/IllustratedMessageType.js +20 -2
  80. package/src/sap/m/Illustration.js +1 -1
  81. package/src/sap/m/Image.js +1 -1
  82. package/src/sap/m/ImageContent.js +1 -1
  83. package/src/sap/m/Input.js +83 -22
  84. package/src/sap/m/InputBase.js +1 -1
  85. package/src/sap/m/InputBaseRenderer.js +2 -2
  86. package/src/sap/m/InputListItem.js +1 -1
  87. package/src/sap/m/Label.js +1 -1
  88. package/src/sap/m/LightBox.js +51 -65
  89. package/src/sap/m/LightBoxItem.js +1 -1
  90. package/src/sap/m/LightBoxRenderer.js +6 -4
  91. package/src/sap/m/Link.js +1 -1
  92. package/src/sap/m/List.js +1 -1
  93. package/src/sap/m/ListBase.js +19 -9
  94. package/src/sap/m/ListItemBase.js +2 -2
  95. package/src/sap/m/ListItemBaseRenderer.js +2 -2
  96. package/src/sap/m/MaskEnabler.js +1 -1
  97. package/src/sap/m/MaskInput.js +1 -1
  98. package/src/sap/m/MaskInputRule.js +1 -1
  99. package/src/sap/m/Menu.js +1 -1
  100. package/src/sap/m/MenuButton.js +1 -1
  101. package/src/sap/m/MenuItem.js +1 -1
  102. package/src/sap/m/MenuListItem.js +1 -1
  103. package/src/sap/m/MessageItem.js +1 -1
  104. package/src/sap/m/MessageListItem.js +1 -1
  105. package/src/sap/m/MessagePage.js +1 -1
  106. package/src/sap/m/MessagePopover.js +1 -1
  107. package/src/sap/m/MessagePopoverItem.js +1 -1
  108. package/src/sap/m/MessageStrip.js +1 -1
  109. package/src/sap/m/MessageToast.js +1 -1
  110. package/src/sap/m/MessageView.js +1 -1
  111. package/src/sap/m/MultiComboBox.js +47 -36
  112. package/src/sap/m/MultiEditField.js +1 -1
  113. package/src/sap/m/MultiInput.js +5 -5
  114. package/src/sap/m/NavContainer.js +1 -1
  115. package/src/sap/m/NewsContent.js +1 -1
  116. package/src/sap/m/NotificationList.js +1 -1
  117. package/src/sap/m/NotificationListBase.js +1 -1
  118. package/src/sap/m/NotificationListGroup.js +1 -1
  119. package/src/sap/m/NotificationListItem.js +1 -1
  120. package/src/sap/m/NotificationListRenderer.js +2 -2
  121. package/src/sap/m/NumericContent.js +1 -1
  122. package/src/sap/m/NumericInput.js +1 -1
  123. package/src/sap/m/ObjectAttribute.js +1 -1
  124. package/src/sap/m/ObjectHeader.js +1 -1
  125. package/src/sap/m/ObjectIdentifier.js +1 -1
  126. package/src/sap/m/ObjectListItem.js +1 -1
  127. package/src/sap/m/ObjectMarker.js +1 -1
  128. package/src/sap/m/ObjectNumber.js +1 -1
  129. package/src/sap/m/ObjectNumberRenderer.js +21 -8
  130. package/src/sap/m/ObjectStatus.js +1 -1
  131. package/src/sap/m/OverflowToolbar.js +3 -3
  132. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  133. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +37 -3
  134. package/src/sap/m/OverflowToolbarButton.js +1 -1
  135. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  136. package/src/sap/m/OverflowToolbarMenuButton.js +72 -0
  137. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  138. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  139. package/src/sap/m/P13nColumnsItem.js +1 -1
  140. package/src/sap/m/P13nColumnsPanel.js +1 -1
  141. package/src/sap/m/P13nConditionPanel.js +1 -1
  142. package/src/sap/m/P13nDialog.js +1 -1
  143. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  144. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  145. package/src/sap/m/P13nFilterItem.js +1 -1
  146. package/src/sap/m/P13nFilterPanel.js +1 -1
  147. package/src/sap/m/P13nGroupItem.js +1 -1
  148. package/src/sap/m/P13nGroupPanel.js +1 -1
  149. package/src/sap/m/P13nItem.js +1 -1
  150. package/src/sap/m/P13nOperationsHelper.js +1 -0
  151. package/src/sap/m/P13nPanel.js +1 -1
  152. package/src/sap/m/P13nSelectionItem.js +1 -1
  153. package/src/sap/m/P13nSelectionPanel.js +1 -1
  154. package/src/sap/m/P13nSortItem.js +1 -1
  155. package/src/sap/m/P13nSortPanel.js +1 -1
  156. package/src/sap/m/PDFViewer.js +1 -1
  157. package/src/sap/m/Page.js +2 -2
  158. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  159. package/src/sap/m/PagingButton.js +1 -1
  160. package/src/sap/m/Panel.js +11 -1
  161. package/src/sap/m/PlanningCalendar.js +137 -15
  162. package/src/sap/m/PlanningCalendarHeader.js +48 -4
  163. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  164. package/src/sap/m/PlanningCalendarRow.js +1 -1
  165. package/src/sap/m/PlanningCalendarView.js +1 -1
  166. package/src/sap/m/Popover.js +19 -28
  167. package/src/sap/m/ProgressIndicator.js +6 -5
  168. package/src/sap/m/PullToRefresh.js +1 -1
  169. package/src/sap/m/QuickView.js +1 -1
  170. package/src/sap/m/QuickViewBase.js +1 -1
  171. package/src/sap/m/QuickViewCard.js +1 -1
  172. package/src/sap/m/QuickViewGroup.js +1 -1
  173. package/src/sap/m/QuickViewGroupElement.js +1 -1
  174. package/src/sap/m/QuickViewPage.js +1 -1
  175. package/src/sap/m/RadioButton.js +1 -1
  176. package/src/sap/m/RadioButtonGroup.js +1 -1
  177. package/src/sap/m/RangeSlider.js +1 -1
  178. package/src/sap/m/RatingIndicator.js +1 -1
  179. package/src/sap/m/ResponsivePopover.js +4 -2
  180. package/src/sap/m/ResponsiveScale.js +1 -1
  181. package/src/sap/m/ScrollBar.js +1 -1
  182. package/src/sap/m/ScrollContainer.js +1 -1
  183. package/src/sap/m/SearchField.js +1 -1
  184. package/src/sap/m/SegmentedButton.js +1 -1
  185. package/src/sap/m/SegmentedButtonItem.js +1 -1
  186. package/src/sap/m/Select.js +1 -1
  187. package/src/sap/m/SelectDialog.js +8 -6
  188. package/src/sap/m/SelectDialogBase.js +1 -1
  189. package/src/sap/m/SelectList.js +4 -3
  190. package/src/sap/m/SelectionDetails.js +1 -1
  191. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  192. package/src/sap/m/SelectionDetailsItem.js +1 -1
  193. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  194. package/src/sap/m/Shell.js +1 -1
  195. package/src/sap/m/SimpleFixFlex.js +1 -1
  196. package/src/sap/m/SinglePlanningCalendar.js +2 -2
  197. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  198. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
  199. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -1
  200. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  201. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  202. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  203. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  204. package/src/sap/m/SlideTile.js +3 -3
  205. package/src/sap/m/Slider.js +1 -1
  206. package/src/sap/m/SliderRenderer.js +4 -3
  207. package/src/sap/m/SliderTooltip.js +1 -1
  208. package/src/sap/m/SliderTooltipBase.js +1 -1
  209. package/src/sap/m/SliderTooltipContainer.js +1 -1
  210. package/src/sap/m/SplitApp.js +1 -1
  211. package/src/sap/m/SplitButton.js +1 -1
  212. package/src/sap/m/SplitContainer.js +1 -1
  213. package/src/sap/m/StandardDynamicDateOption.js +1 -1
  214. package/src/sap/m/StandardListItem.js +1 -1
  215. package/src/sap/m/StandardTile.js +1 -1
  216. package/src/sap/m/StandardTreeItem.js +1 -1
  217. package/src/sap/m/StepInput.js +1 -1
  218. package/src/sap/m/SuggestionItem.js +1 -1
  219. package/src/sap/m/SuggestionsPopover.js +1 -1
  220. package/src/sap/m/Switch.js +1 -1
  221. package/src/sap/m/TabContainer.js +1 -1
  222. package/src/sap/m/TabContainerItem.js +1 -1
  223. package/src/sap/m/TabStrip.js +1 -1
  224. package/src/sap/m/TabStripItem.js +1 -1
  225. package/src/sap/m/Table.js +37 -20
  226. package/src/sap/m/TablePersoController.js +1 -1
  227. package/src/sap/m/TablePersoDialog.js +1 -1
  228. package/src/sap/m/TablePersoProvider.js +1 -1
  229. package/src/sap/m/TableRenderer.js +1 -1
  230. package/src/sap/m/TableSelectDialog.js +7 -5
  231. package/src/sap/m/Text.js +1 -1
  232. package/src/sap/m/TextArea.js +1 -1
  233. package/src/sap/m/Tile.js +1 -1
  234. package/src/sap/m/TileContainer.js +1 -1
  235. package/src/sap/m/TileContent.js +1 -1
  236. package/src/sap/m/TimePicker.js +1 -1
  237. package/src/sap/m/TimePickerClock.js +1 -1
  238. package/src/sap/m/TimePickerClocks.js +1 -1
  239. package/src/sap/m/TimePickerInputs.js +1 -1
  240. package/src/sap/m/TimePickerInternals.js +1 -1
  241. package/src/sap/m/TimePickerSlider.js +1 -1
  242. package/src/sap/m/TimePickerSliders.js +1 -1
  243. package/src/sap/m/Title.js +1 -1
  244. package/src/sap/m/TitlePropagationSupport.js +1 -1
  245. package/src/sap/m/ToggleButton.js +1 -1
  246. package/src/sap/m/Token.js +4 -10
  247. package/src/sap/m/Tokenizer.js +2 -1
  248. package/src/sap/m/Toolbar.js +1 -1
  249. package/src/sap/m/ToolbarLayoutData.js +1 -1
  250. package/src/sap/m/ToolbarSeparator.js +1 -1
  251. package/src/sap/m/ToolbarSpacer.js +1 -1
  252. package/src/sap/m/Tree.js +1 -1
  253. package/src/sap/m/TreeItemBase.js +1 -1
  254. package/src/sap/m/TreeRenderer.js +4 -0
  255. package/src/sap/m/UploadCollection.js +1 -1
  256. package/src/sap/m/UploadCollectionItem.js +1 -1
  257. package/src/sap/m/UploadCollectionParameter.js +1 -1
  258. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  259. package/src/sap/m/VBox.js +1 -1
  260. package/src/sap/m/ValueStateHeader.js +1 -1
  261. package/src/sap/m/VariantManagement.js +33 -7
  262. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  263. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  264. package/src/sap/m/ViewSettingsDialog.js +25 -21
  265. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  266. package/src/sap/m/ViewSettingsItem.js +1 -1
  267. package/src/sap/m/VisibleItem.js +1 -1
  268. package/src/sap/m/WheelSlider.js +1 -1
  269. package/src/sap/m/WheelSliderContainer.js +1 -1
  270. package/src/sap/m/Wizard.js +1 -1
  271. package/src/sap/m/WizardProgressNavigator.js +1 -1
  272. package/src/sap/m/WizardStep.js +1 -1
  273. package/src/sap/m/changeHandler/AddTableColumn.js +2 -2
  274. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  275. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  276. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  277. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  278. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  279. package/src/sap/m/designtime/Slider.designtime.js +1 -1
  280. package/src/sap/m/designtime/VariantManagement.designtime.js +7 -1
  281. package/src/sap/m/library.js +13 -11
  282. package/src/sap/m/messagebundle.properties +52 -12
  283. package/src/sap/m/messagebundle_ar.properties +15 -6
  284. package/src/sap/m/messagebundle_bg.properties +15 -6
  285. package/src/sap/m/messagebundle_ca.properties +16 -7
  286. package/src/sap/m/messagebundle_cs.properties +16 -7
  287. package/src/sap/m/messagebundle_cy.properties +16 -7
  288. package/src/sap/m/messagebundle_da.properties +16 -7
  289. package/src/sap/m/messagebundle_de.properties +15 -6
  290. package/src/sap/m/messagebundle_el.properties +16 -7
  291. package/src/sap/m/messagebundle_en.properties +16 -7
  292. package/src/sap/m/messagebundle_en_GB.properties +16 -7
  293. package/src/sap/m/messagebundle_en_US_sappsd.properties +21 -7
  294. package/src/sap/m/messagebundle_en_US_saprigi.properties +28 -1
  295. package/src/sap/m/messagebundle_en_US_saptrc.properties +16 -7
  296. package/src/sap/m/messagebundle_es.properties +16 -7
  297. package/src/sap/m/messagebundle_es_MX.properties +16 -7
  298. package/src/sap/m/messagebundle_et.properties +15 -6
  299. package/src/sap/m/messagebundle_fi.properties +16 -7
  300. package/src/sap/m/messagebundle_fr.properties +17 -8
  301. package/src/sap/m/messagebundle_fr_CA.properties +15 -6
  302. package/src/sap/m/messagebundle_hi.properties +15 -6
  303. package/src/sap/m/messagebundle_hr.properties +15 -6
  304. package/src/sap/m/messagebundle_hu.properties +20 -11
  305. package/src/sap/m/messagebundle_id.properties +16 -7
  306. package/src/sap/m/messagebundle_it.properties +15 -6
  307. package/src/sap/m/messagebundle_iw.properties +16 -7
  308. package/src/sap/m/messagebundle_ja.properties +16 -7
  309. package/src/sap/m/messagebundle_kk.properties +15 -6
  310. package/src/sap/m/messagebundle_ko.properties +16 -7
  311. package/src/sap/m/messagebundle_lt.properties +16 -7
  312. package/src/sap/m/messagebundle_lv.properties +15 -6
  313. package/src/sap/m/messagebundle_ms.properties +15 -6
  314. package/src/sap/m/messagebundle_nl.properties +16 -7
  315. package/src/sap/m/messagebundle_no.properties +15 -6
  316. package/src/sap/m/messagebundle_pl.properties +16 -7
  317. package/src/sap/m/messagebundle_pt.properties +18 -9
  318. package/src/sap/m/messagebundle_pt_PT.properties +16 -7
  319. package/src/sap/m/messagebundle_ro.properties +16 -7
  320. package/src/sap/m/messagebundle_ru.properties +16 -7
  321. package/src/sap/m/messagebundle_sh.properties +16 -7
  322. package/src/sap/m/messagebundle_sk.properties +16 -7
  323. package/src/sap/m/messagebundle_sl.properties +15 -6
  324. package/src/sap/m/messagebundle_sv.properties +16 -7
  325. package/src/sap/m/messagebundle_th.properties +16 -7
  326. package/src/sap/m/messagebundle_tr.properties +15 -6
  327. package/src/sap/m/messagebundle_uk.properties +16 -7
  328. package/src/sap/m/messagebundle_vi.properties +16 -7
  329. package/src/sap/m/messagebundle_zh_CN.properties +16 -7
  330. package/src/sap/m/messagebundle_zh_TW.properties +16 -7
  331. package/src/sap/m/p13n/AbstractContainer.js +2 -2
  332. package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
  333. package/src/sap/m/p13n/BasePanel.js +1 -1
  334. package/src/sap/m/p13n/Container.js +3 -3
  335. package/src/sap/m/p13n/Engine.js +92 -57
  336. package/src/sap/m/p13n/GroupController.js +1 -1
  337. package/src/sap/m/p13n/GroupPanel.js +1 -1
  338. package/src/sap/m/p13n/PersistenceProvider.js +4 -4
  339. package/src/sap/m/p13n/Popup.js +12 -10
  340. package/src/sap/m/p13n/QueryPanel.js +1 -1
  341. package/src/sap/m/p13n/SelectionController.js +24 -10
  342. package/src/sap/m/p13n/SelectionPanel.js +1 -1
  343. package/src/sap/m/p13n/SortController.js +1 -1
  344. package/src/sap/m/p13n/SortPanel.js +1 -1
  345. package/src/sap/m/p13n/enum/ProcessingStrategy.js +39 -0
  346. package/src/sap/m/p13n/modification/FlexModificationHandler.js +1 -1
  347. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +1 -1
  348. package/src/sap/m/p13n/modification/ModificationHandler.js +1 -1
  349. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +5 -5
  350. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +1 -1
  351. package/src/sap/m/p13n/modules/UIManager.js +25 -10
  352. package/src/sap/m/p13n/modules/xConfigAPI.js +17 -15
  353. package/src/sap/m/plugins/CellSelector.js +1 -1
  354. package/src/sap/m/plugins/ColumnResizer.js +1 -1
  355. package/src/sap/m/plugins/DataStateIndicator.js +1 -1
  356. package/src/sap/m/plugins/PasteProvider.js +1 -1
  357. package/src/sap/m/plugins/PluginBase.js +1 -1
  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 +6 -3
  385. package/src/sap/m/semantic/SemanticControl.js +1 -1
  386. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  387. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  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/table/Util.js +103 -4
  399. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  400. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  401. package/src/sap/m/table/columnmenu/Item.js +1 -1
  402. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  403. package/src/sap/m/table/columnmenu/Menu.js +40 -24
  404. package/src/sap/m/table/columnmenu/MenuRenderer.js +27 -0
  405. package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
  406. package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
  407. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  408. package/src/sap/m/table/columnmenu/QuickGroup.js +1 -1
  409. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  410. package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
  411. package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -1
  412. package/src/sap/m/table/columnmenu/QuickTotal.js +1 -1
  413. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  414. package/src/sap/m/themes/base/ColumnMenu.less +13 -17
  415. package/src/sap/m/themes/base/LightBox.less +0 -53
  416. package/src/sap/m/themes/base/ListBase.less +1 -0
  417. package/src/sap/m/themes/base/MenuListItem.less +27 -22
  418. package/src/sap/m/themes/base/NewsContent.less +6 -0
  419. package/src/sap/m/themes/base/Panel.less +1 -1
  420. package/src/sap/m/themes/base/PlanningCalendar.less +13 -0
  421. package/src/sap/m/themes/base/Slider.less +9 -9
  422. package/src/sap/m/themes/base/Table.less +12 -2
  423. package/src/sap/m/themes/base/UploadCollection.less +1 -1
  424. package/src/sap/m/themes/base/VariantManagement.less +29 -27
  425. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-AddDimensions.svg +38 -0
  426. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  427. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UploadToCloud.svg +30 -0
  428. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-AddDimensions.svg +15 -0
  429. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  430. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  431. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  432. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadToCloud.svg +5 -0
  433. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-AddDimensions.svg +34 -0
  434. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  435. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UploadToCloud.svg +24 -0
  436. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-AddDimensions.svg +38 -0
  437. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  438. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UploadToCloud.svg +30 -0
  439. package/src/sap/m/themes/base/p13n.Container.less +2 -2
  440. package/src/sap/m/themes/sap_hcb/Slider.less +4 -4
  441. package/src/sap/m/upload/UploadSet.js +40 -34
  442. package/src/sap/m/upload/UploadSetItem.js +16 -2
  443. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * ShareMenu is a special menu that is represented by (1) an actionSheet with the menu items and (2) a button that opens the actionSheet.
49
49
  * If the menu has only one item, then that item appears in place of the button that opens the actionSheet.
50
50
  *
51
- * @version 1.108.1
51
+ * @version 1.109.0
52
52
  * @private
53
53
  * @since 1.30.0
54
54
  * @alias sap.m.semantic.ShareMenu
@@ -22,7 +22,7 @@ sap.ui.define(["sap/m/semantic/SemanticPage", "sap/m/semantic/SemanticConfigurat
22
22
  * @extends sap.m.semantic.SemanticPage
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.1
25
+ * @version 1.109.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['sap/m/semantic/SemanticButton'], function(SemanticButton) {
25
25
  * @implements sap.m.semantic.ISort
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.108.1
28
+ * @version 1.109.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -24,7 +24,7 @@ sap.ui.define(['sap/m/semantic/SemanticSelect'], function(SemanticSelect) {
24
24
  * @implements sap.m.semantic.ISort
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.1
27
+ * @version 1.109.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @namespace
21
21
  * @alias module:sap/m/table/Util
22
22
  * @author SAP SE
23
- * @version 1.108.1
23
+ * @version 1.109.0
24
24
  * @since 1.96.0
25
25
  * @private
26
26
  * @ui5-restricted sap.fe, sap.ui.mdc, sap.ui.comp
@@ -30,7 +30,8 @@ sap.ui.define([
30
30
  // local privates
31
31
  var sDefaultFont = "";
32
32
  var fBaseFontSize = parseFloat(MLibrary.BaseFontSize);
33
-
33
+ var oSelectAllNotificationPopover = null;
34
+ var pGetSelectAllPopover = null;
34
35
  /**
35
36
  * Measures the given text width in a canvas and returns the value in rem.
36
37
  *
@@ -211,6 +212,7 @@ sap.ui.define([
211
212
  * @param {boolean} [mSettings.headerGap=false] Whether icons in the header should be taken into account
212
213
  * @param {boolean} [mSettings.truncateLabel=true] Whether the header of the column can be truncated or not
213
214
  * @param {boolean} [mSettings.verticalArrangement=false] Whether the fields are arranged vertically
215
+ * @param {boolean} [mSettings.required=false] Indicates the state of the column header as defined by the <code>required</code> property
214
216
  * @param {int} [mSettings.defaultWidth=8] The default column content width when type check fails
215
217
  * @returns {string} The calculated width of the column
216
218
  * @private
@@ -227,7 +229,7 @@ sap.ui.define([
227
229
  maxWidth: 19,
228
230
  defaultWidth: 8,
229
231
  truncateLabel: true,
230
- padding: 1,
232
+ padding: 1.0625,
231
233
  gap: 0
232
234
  }, mSettings);
233
235
 
@@ -255,6 +257,7 @@ sap.ui.define([
255
257
  if (sHeader) {
256
258
  fHeaderWidth = Util.calcHeaderWidth(sHeader, (mSettings.truncateLabel ? fContentWidth : 0), iMaxWidth, iMinWidth);
257
259
  fHeaderWidth += mSettings.headerGap ? (8 /* padding */ + 14 /* icon width */) / fBaseFontSize : 0;
260
+ fHeaderWidth += mSettings.required ? parseFloat(ThemeParameters.get({ name: "sapMFontLargeSize" })) + 0.125 /* margin-left */: 0; // required marker
258
261
  }
259
262
 
260
263
  fContentWidth = Math.max(iMinWidth, fContentWidth, fHeaderWidth);
@@ -291,6 +294,102 @@ sap.ui.define([
291
294
  return oIllustratedMessage;
292
295
  };
293
296
 
297
+ /**
298
+ * Creates or returns the existing popover
299
+ *
300
+ * @returns {Promise} A promise that resolves when the popover is created
301
+ * @private
302
+ * @since 1.109
303
+ */
304
+ Util.getSelectAllPopover = function() {
305
+ if (pGetSelectAllPopover) {
306
+ return pGetSelectAllPopover;
307
+ }
308
+
309
+ pGetSelectAllPopover = Promise.all(
310
+ [new Promise(function(fnResolve) {
311
+ sap.ui.require([
312
+ "sap/m/Popover",
313
+ "sap/m/Bar",
314
+ "sap/m/HBox",
315
+ "sap/m/Title",
316
+ "sap/ui/core/library",
317
+ "sap/m/Text"
318
+ ], function(Popover, Bar, HBox, Title, coreLib, Text) {
319
+ fnResolve({
320
+ Popover: Popover,
321
+ Bar: Bar,
322
+ HBox: HBox,
323
+ Title: Title,
324
+ coreLib: coreLib,
325
+ Text: Text
326
+ });
327
+ });
328
+ }),
329
+ Core.getLibraryResourceBundle('sap.m', true)
330
+ ]).then(function(aResult) {
331
+ var oModules = aResult[0];
332
+ var oResourceBundle = aResult[1];
333
+ var sIconColor = oModules.coreLib.IconColor.Critical,
334
+ sTitleLevel = oModules.coreLib.TitleLevel.H2;
335
+
336
+ oSelectAllNotificationPopover = new oModules.Popover({
337
+ customHeader: new oModules.Bar({
338
+ contentMiddle: [
339
+ new oModules.HBox({
340
+ items: [
341
+ new oModules.coreLib.Icon({src: "sap-icon://message-warning", color: sIconColor})
342
+ .addStyleClass("sapUiTinyMarginEnd"),
343
+ new oModules.Title({text: oResourceBundle.getText("TABLE_SELECT_LIMIT_TITLE"), level: sTitleLevel})
344
+ ],
345
+ renderType: "Bare",
346
+ justifyContent: "Center",
347
+ alignItems: "Center"
348
+ })
349
+ ]
350
+ }),
351
+ content: [new oModules.Text()]
352
+ }).addStyleClass("sapUiContentPadding");
353
+ return {
354
+ oSelectAllNotificationPopover: oSelectAllNotificationPopover,
355
+ oResourceBundle: oResourceBundle
356
+ };
357
+ });
358
+ return pGetSelectAllPopover;
359
+ };
360
+
361
+ /**
362
+ * Opens the Popover and sets the appropriate message.
363
+ *
364
+ * @param {int} iLimit The selectable items length
365
+ * @param {object} oSelectAllDomRef Control object where the popOver is opened
366
+ * @private
367
+ * @since 1.109
368
+ */
369
+ Util.showSelectionLimitPopover = function(iLimit, oSelectAllDomRef) {
370
+ Util.getSelectAllPopover().then(function(oResult) {
371
+ var oPopover = oResult.oSelectAllNotificationPopover;
372
+ var oResourceBundle = oResult.oResourceBundle;
373
+ var sMessage = oResourceBundle.getText("TABLE_SELECT_LIMIT", [iLimit]);
374
+ oPopover.getContent()[0].setText(sMessage); //Content contains a single text element
375
+ if (oSelectAllDomRef) {
376
+ oPopover.openBy(oSelectAllDomRef);
377
+ }
378
+ });
379
+ };
380
+
381
+ /**
382
+ * Closes the popover if opened
383
+ *
384
+ * @private
385
+ * @since 1.109
386
+ */
387
+ Util.hideSelectionLimitPopover = function() {
388
+ if (oSelectAllNotificationPopover && oSelectAllNotificationPopover.isOpen()) {
389
+ oSelectAllNotificationPopover.close();
390
+ }
391
+ };
392
+
294
393
  return Util;
295
394
 
296
- });
395
+ });
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.m.table.columnmenu.ItemBase
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.1
26
+ * @version 1.109.0
27
27
  *
28
28
  * @private
29
29
  * @experimental
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.1
26
+ * @version 1.109.0
27
27
  *
28
28
  * @private
29
29
  * @experimental
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.m.table.columnmenu.ItemBase
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.1
26
+ * @version 1.109.0
27
27
  *
28
28
  * @private
29
29
  * @experimental
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.m.table.columnmenu.Entry
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.1
26
+ * @version 1.109.0
27
27
  *
28
28
  * @private
29
29
  * @experimental
@@ -14,6 +14,7 @@ sap.ui.define([
14
14
  "sap/ui/core/Control",
15
15
  "sap/ui/core/Core",
16
16
  "sap/ui/core/library",
17
+ "sap/ui/core/UIArea",
17
18
  "sap/ui/thirdparty/jquery",
18
19
  "sap/ui/dom/containsOrEquals",
19
20
  "sap/ui/events/ControlEvents",
@@ -38,6 +39,7 @@ sap.ui.define([
38
39
  Control,
39
40
  Core,
40
41
  coreLibrary,
42
+ UIArea,
41
43
  jQuery,
42
44
  containsOrEquals,
43
45
  ControlEvents,
@@ -78,7 +80,7 @@ sap.ui.define([
78
80
  * @extends sap.ui.core.Control
79
81
  *
80
82
  * @author SAP SE
81
- * @version 1.108.1
83
+ * @version 1.109.0
82
84
  *
83
85
  * @private
84
86
  * @experimental
@@ -132,7 +134,6 @@ sap.ui.define([
132
134
 
133
135
  var DEFAULT_KEY = "$default";
134
136
  var ARIA_POPUP_TYPE = HasPopup.Dialog;
135
- var MENU_WIDTH = "500px";
136
137
 
137
138
  Menu.prototype.init = function() {
138
139
  this.fAnyEventHandlerProxy = jQuery.proxy(function(oEvent){
@@ -164,7 +165,7 @@ sap.ui.define([
164
165
  }
165
166
 
166
167
  if (!this.getParent()) {
167
- Core.getUIArea(Core.getStaticAreaRef()).addContent(this, true);
168
+ UIArea.registry.get(Core.getStaticAreaRef().id).addContent(this, true);
168
169
  }
169
170
 
170
171
  var oControl = oAnchor;
@@ -248,22 +249,24 @@ sap.ui.define([
248
249
  }
249
250
 
250
251
  this._oPopover = new ResponsivePopover({
252
+ title: this._getResourceText("table.COLUMNMENU_TITLE"),
253
+ ariaLabelledBy: this.getId() + "-menuDescription",
251
254
  showArrow: false,
252
255
  showHeader: Device.system.phone,
253
256
  placement: library.PlacementType.Bottom,
254
257
  content: new AssociativeControl({control: this, height: true}),
255
- contentWidth: MENU_WIDTH,
256
258
  horizontalScrolling: false,
257
259
  verticalScrolling: false,
258
260
  afterClose: [this.close, this]
259
261
  });
260
262
  this.addDependent(this._oPopover);
263
+ this._oPopover.addStyleClass("sapMTCMenuPopup");
261
264
 
262
265
  this._oPopover.addEventDelegate({
263
266
  "onAfterRendering": this._focusItem
264
267
  }, this);
265
268
 
266
- if (this.getItems().length === 0 && !this.getAggregation("_items")) {
269
+ if (this._getAllEffectiveItems().length === 0) {
267
270
  this._oPopover.attachAfterOpen(this._focusInitialQuickAction.bind(this));
268
271
  } else {
269
272
  // focus the first visible menu item
@@ -545,16 +548,13 @@ sap.ui.define([
545
548
  };
546
549
 
547
550
  Menu.prototype._focusInitialQuickAction = function () {
548
- // Does not work with content, which contains multiple items
549
- if (this.getItems().length === 0 && !this.getAggregation("_items")) {
550
- var aQuickActions = [];
551
- if (this.getAggregation("_quickActions")) {
552
- aQuickActions = this.getAggregation("_quickActions")[0].getEffectiveQuickActions();
553
- } else if (this.getQuickActions().length > 0) {
554
- aQuickActions = this.getQuickActions()[0].getEffectiveQuickActions();
555
- }
556
- aQuickActions.length > 0 && aQuickActions[0].getContent()[0].focus();
551
+ var aQuickActions = [];
552
+ if (this.getAggregation("_quickActions")) {
553
+ aQuickActions = this.getAggregation("_quickActions")[0].getEffectiveQuickActions();
554
+ } else if (this.getQuickActions().length > 0) {
555
+ aQuickActions = this.getQuickActions()[0].getEffectiveQuickActions();
557
556
  }
557
+ aQuickActions.length > 0 && aQuickActions[0].getContent()[0].focus();
558
558
  };
559
559
 
560
560
  Menu.prototype._setItemVisibility = function (oItem, bVisible) {
@@ -575,15 +575,19 @@ sap.ui.define([
575
575
  oFormContainer = new FormContainer();
576
576
  this._oForm = new Form({
577
577
  layout: new ResponsiveGridLayout({
578
- labelSpanXL: 3,
579
- labelSpanL: 3,
580
- labelSpanM: 3,
578
+ breakpointM: 600,
579
+ labelSpanXL: 4,
580
+ labelSpanL: 4,
581
+ labelSpanM: 4,
581
582
  labelSpanS: 12,
583
+ columnsL: 1,
584
+ columnsM: 1,
582
585
  adjustLabelSpan: false
583
586
  }),
584
587
  editable: true,
585
588
  formContainers: oFormContainer
586
589
  });
590
+ this._oForm.addStyleClass("sapMTCMenuQAForm");
587
591
  this._oForm.addEventDelegate({
588
592
  onAfterRendering: function() {
589
593
  this.getDomRef().classList.remove("sapUiFormLblColon");
@@ -606,8 +610,8 @@ sap.ui.define([
606
610
  wrapping: true,
607
611
  width: "100%",
608
612
  showColon: sQuickActionLabel !== ""
609
- && !(oQuickAction.getParent() && oQuickAction.getParent().isA("sap.m.table.columnmenu.QuickSortItem"))
610
- && oQuickAction._bHideLabelColon !== true
613
+ && !(oQuickAction.getParent() && oQuickAction.getParent().isA("sap.m.table.columnmenu.QuickSortItem"))
614
+ && oQuickAction._bHideLabelColon !== true
611
615
  });
612
616
  oLabel.addStyleClass("sapMTCMenuQALabel");
613
617
 
@@ -615,15 +619,27 @@ sap.ui.define([
615
619
  var aControls = [];
616
620
  var aContent = oQuickAction.getContent();
617
621
 
618
- aContent.forEach(function(oItem) {
622
+ aContent.forEach(function(oItem, iIndex) {
623
+ var oGridData, sSpan, sIndent, oControl;
624
+
619
625
  if (oItem.getLayoutData()) {
620
626
  oGridData = oItem.getLayoutData().clone();
621
627
  } else {
622
- var iSpan = Math.floor(8 / aContent.length);
623
- var iSpanS = aContent.length > 2 ? 12 : Math.floor(12 / aContent.length);
624
- oGridData = new GridData({spanS: iSpanS, spanM: iSpan, spanL: iSpan, spanXL: iSpan});
628
+ sSpan = "L8 M8 S12";
629
+ sIndent = "";
630
+
631
+ if (iIndex > 0 || (iIndex == 0 && aContent.length > 1)) {
632
+ sSpan = "L4 M4 S6";
633
+
634
+ if (iIndex != 0 && (iIndex + 1) % 2 > 0) {
635
+ sIndent = "L4 M4 S0";
636
+ }
637
+ }
638
+ oGridData = new GridData({span: sSpan, indent: sIndent});
625
639
  }
626
- var oControl = new AssociativeControl({control: oItem.setWidth("100%")});
640
+ oItem.removeAllAssociation("ariaLabelledBy");
641
+ oItem.addAssociation("ariaLabelledBy", oLabel.getId());
642
+ oControl = new AssociativeControl({control: oItem.setWidth("100%")});
627
643
  oControl.setLayoutData(oGridData);
628
644
  aControls.push(oControl);
629
645
  }, this);
@@ -14,11 +14,35 @@ sap.ui.define([], function () {
14
14
  oRm.openStart("div", oMenu);
15
15
  oRm.class("sapMTCMenu");
16
16
  oRm.openEnd();
17
+ this.renderHiddenTexts(oRm, oMenu);
17
18
  this.renderQuickActions(oRm, oMenu);
18
19
  this.renderItems(oRm, oMenu);
19
20
  oRm.close("div");
20
21
  };
21
22
 
23
+ var renderInvisibleText = function(oRm, sId, sText) {
24
+ oRm.openStart("span", sId);
25
+ oRm.class("sapUiInvisibleText");
26
+ oRm.attr("aria-hidden", "true");
27
+ oRm.openEnd();
28
+ oRm.text(sText);
29
+ oRm.close("span");
30
+ };
31
+
32
+ MenuRenderer.renderHiddenTexts = function(oRm, oMenu) {
33
+ oRm.openStart("div");
34
+ oRm.class("sapMTCMenuHiddenTexts");
35
+ oRm.style("display", "none");
36
+ oRm.attr("aria-hidden", "true");
37
+ oRm.openEnd();
38
+
39
+ renderInvisibleText(oRm, oMenu.getId() + "-menuDescription", oMenu._getResourceText("table.COLUMNMENU_TITLE"));
40
+ renderInvisibleText(oRm, oMenu.getId() + "-actionContainerDescription", oMenu._getResourceText("table.COLUMNMENU_ACTION_CONTAINER_DESC"));
41
+ renderInvisibleText(oRm, oMenu.getId() + "-itemContainerDescription", oMenu._getResourceText("table.COLUMNMENU_ITEM_CONTAINER_DESC"));
42
+
43
+ oRm.close("div");
44
+ };
45
+
22
46
  MenuRenderer.renderQuickActions = function (oRm, oMenu) {
23
47
  // If no active QuickActions are found, do not render the quick action container.
24
48
  if (oMenu._getAllEffectiveQuickActions().length === 0) {
@@ -35,6 +59,8 @@ sap.ui.define([], function () {
35
59
  } else {
36
60
  oRm.class("sapMTCMenuQAList");
37
61
  }
62
+ oRm.attr("role", "region");
63
+ oRm.attr("aria-labelledby", oMenu.getId() + "-actionContainerDescription");
38
64
  oRm.openEnd();
39
65
 
40
66
  oRm.renderControl(oMenu._oForm);
@@ -49,6 +75,7 @@ sap.ui.define([], function () {
49
75
 
50
76
  oRm.openStart("div");
51
77
  oRm.class("sapMTCMenuContainerWrapper");
78
+ oRm.attr("aria-labelledby", oMenu.getId() + "-itemContainerDescription");
52
79
  oRm.openEnd();
53
80
  oRm.renderControl(oMenu._oItemsContainer);
54
81
  oRm.close("div");
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.m.table.columnmenu.QuickActionBase
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.108.1
29
+ * @version 1.109.0
30
30
  *
31
31
  * @private
32
32
  * @since 1.99
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.m.table.columnmenu.Entry
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.108.1
28
+ * @version 1.109.0
29
29
  *
30
30
  * @private
31
31
  * @experimental
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.m.table.columnmenu.Entry
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.1
27
+ * @version 1.109.0
28
28
  *
29
29
  * @private
30
30
  * @experimental
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.m.table.columnmenu.QuickActionBase
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.108.1
30
+ * @version 1.109.0
31
31
  *
32
32
  * @private
33
33
  * @experimental
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.m.table.columnmenu.QuickActionItem
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.1
27
+ * @version 1.109.0
28
28
  *
29
29
  * @private
30
30
  * @experimental
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.m.table.columnmenu.QuickActionBase
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.1
26
+ * @version 1.109.0
27
27
  *
28
28
  * @private
29
29
  * @experimental
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.m.table.columnmenu.QuickActionItem
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.108.1
37
+ * @version 1.109.0
38
38
  *
39
39
  * @private
40
40
  * @experimental
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.m.table.columnmenu.QuickActionBase
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.108.1
30
+ * @version 1.109.0
31
31
  *
32
32
  * @private
33
33
  * @experimental
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.m.table.columnmenu.QuickActionItem
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.1
27
+ * @version 1.109.0
28
28
  *
29
29
  * @private
30
30
  * @experimental
@@ -18,28 +18,24 @@
18
18
  }
19
19
  }
20
20
 
21
- .sapMTCMenu .sapMTCMenuQAList{
22
- display: grid;
21
+ .sapMTCMenu .sapMTCMenuQAListHidden {
22
+ display: none;
23
+ }
23
24
 
24
- .sapUiRespGrid:not(.sapUiRespGridMedia-Std-Phone) .sapMTCMenuQALabel {
25
- text-align: right !important;
25
+ .sapMTCMenuPopup.sapMPopover { /*Desktop, Tablet*/
26
+ .sapMTCMenuQAForm {
27
+ max-width: 25rem;
26
28
  }
27
29
 
28
- .sapUiRespGrid {
29
- width: auto;
30
+ .sapMTCMenuContainerWrapper {
31
+ max-width: 31rem;
32
+ min-width: 10rem;
30
33
  }
31
34
  }
32
35
 
33
- .sapMTCMenu .sapMTCMenuQAListHidden {
34
- display: none;
35
- }
36
-
37
- .sapMTCMenu .sapMTCMenuQAList .sapMTCMenuQAction {
38
- display: contents;
39
-
40
- .sapMTCMenuQALabel {
41
- justify-self: end;
42
- align-self: center;
43
- text-align: end;
36
+ .sapMTCMenuPopup.sapMDialog { /*Phone*/
37
+ .sapMTCMenuQAForm,
38
+ .sapMTCMenuContainerWrapper {
39
+ width: 100%;
44
40
  }
45
41
  }
@@ -14,7 +14,6 @@
14
14
  @_sap_m_LightBox_SubtitleMarginTop: 0.5rem;
15
15
  @_sap_m_LightBox_OverlayBackground: @sapUiBlockLayerBackground;
16
16
  @_sap_m_LightBox_ContainerBackground: @sapUiGlobalBackgroundColor;
17
- @_sap_m_LightBox_ErrorIconColor: @sapUiContentNonInteractiveIconColor;
18
17
  @_sap_m_LightBox_OverlayOpacity: 0.9;
19
18
  @_sap_m_LightBox_FontFamily: @sapUiFontFamily;
20
19
 
@@ -190,58 +189,10 @@ html[data-sap-ui-browser^='sf'] .sapMLightBox {
190
189
  Error State
191
190
  ========================================================================== */
192
191
 
193
- .sapMLightBox .sapMLightBoxErrorContainer {
194
- padding: 1rem;
195
- }
196
-
197
- .sapMLightBox .sapMLightBoxErrorContainerTwoLines {
198
- padding: 2rem;
199
- height: calc(~"100% - " @_sap_m_LightBox_FooterTwoLinesHeightCozy);
200
- }
201
-
202
- .sapMLightBox .sapMLightBoxVerticalLayout {
203
- text-align: center;
204
- max-width: 30rem;
205
- }
206
-
207
- .sapMLightBox .sapMLightBoxIconErrorContainer {
208
- margin: 0 auto;
209
- width: 5rem;
210
- }
211
-
212
- .sapMLightBox .sapMLightBoxErrorIcon {
213
- font-family: SAP-icons;
214
- font-size: 4rem;
215
- font-weight: normal;
216
- width: 5rem;
217
- height: 5rem;
218
- }
219
-
220
- .sapMLightBox .sapMLightBoxErrorTitle {
221
- margin-top: 1rem;
222
- font-size: 1.5rem;
223
- line-height: 2rem;
224
- color: @sapUiGroupTitleTextColor;
225
- font-size: @sapMFontHeader2Size;
226
- }
227
-
228
- .sapMLightBox .sapMLightBoxErrorSubtitle {
229
- line-height: normal;
230
- margin: 1rem auto;
231
- font-size: 1rem;
232
- color: @sapUiContentLabelColor;
233
- font-size: @sapMFontHeader5Size;
234
- }
235
-
236
192
  .sapMLightBox.sapMLightBoxError .sapMLightBoxFooter {
237
193
  position: initial;
238
194
  }
239
195
 
240
- .sapMLightBox .sapMLightBoxErrorContainer .sapUiIcon::before,
241
- .sapMLightBox .sapMLightBoxErrorContainerTwoLines .sapUiIcon::before {
242
- color: @_sap_m_LightBox_ErrorIconColor;
243
- }
244
-
245
196
  /* ==========================================================================
246
197
  Compact
247
198
  ========================================================================== */
@@ -277,8 +228,4 @@ html[data-sap-ui-browser^='sf'] .sapMLightBox {
277
228
  padding-right: 0.5rem;
278
229
  margin-bottom: 0.25rem;
279
230
  }
280
-
281
- .sapMLightBox .sapMLightBoxErrorContainerTwoLines {
282
- height: calc(~"100% - " @_sap_m_LightBox_FooterTwoLinesHeightCompact);
283
- }
284
231
  }
@@ -287,6 +287,7 @@ html.sap-phone .sapMListInsetBG > .sapMListSwp {
287
287
  }
288
288
 
289
289
  .sapMSticky > .sapMListHdr,
290
+ .sapMSticky > .sapUiBlockLayerOnly,
290
291
  .sapMSticky > .sapUiLocalBusyIndicator {
291
292
  z-index: 3;
292
293
  }