@openui5/sap.m 1.120.6 → 1.121.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 (549) hide show
  1. package/.reuse/dep5 +23 -21
  2. package/THIRDPARTY.txt +6 -43
  3. package/package.json +4 -4
  4. package/src/sap/m/.library +18 -2
  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 +11 -11
  8. package/src/sap/m/ActionSheet.js +12 -8
  9. package/src/sap/m/ActionSheetRenderer.js +4 -4
  10. package/src/sap/m/ActionTile.js +7 -1
  11. package/src/sap/m/ActionTileContent.js +86 -7
  12. package/src/sap/m/ActionTileContentRenderer.js +4 -41
  13. package/src/sap/m/AdditionalTextButton.js +1 -1
  14. package/src/sap/m/App.js +1 -1
  15. package/src/sap/m/AssociativeOverflowToolbar.js +6 -6
  16. package/src/sap/m/Avatar.js +32 -14
  17. package/src/sap/m/Bar.js +5 -5
  18. package/src/sap/m/BarRenderer.js +3 -3
  19. package/src/sap/m/Breadcrumbs.js +12 -4
  20. package/src/sap/m/BreadcrumbsRenderer.js +1 -1
  21. package/src/sap/m/BusyDialog.js +19 -33
  22. package/src/sap/m/BusyIndicator.js +1 -1
  23. package/src/sap/m/Button.js +8 -8
  24. package/src/sap/m/ButtonRenderer.js +0 -4
  25. package/src/sap/m/Carousel.js +53 -25
  26. package/src/sap/m/CarouselLayout.js +14 -3
  27. package/src/sap/m/CarouselRenderer.js +4 -4
  28. package/src/sap/m/CheckBox.js +46 -5
  29. package/src/sap/m/CheckBoxRenderer.js +10 -3
  30. package/src/sap/m/ColorPalette.js +4 -2
  31. package/src/sap/m/ColorPalettePopover.js +5 -3
  32. package/src/sap/m/ColorPaletteRenderer.js +3 -3
  33. package/src/sap/m/Column.js +3 -4
  34. package/src/sap/m/ColumnHeaderPopover.js +1 -1
  35. package/src/sap/m/ColumnListItem.js +59 -20
  36. package/src/sap/m/ColumnListItemRenderer.js +8 -9
  37. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  38. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  39. package/src/sap/m/ColumnPopoverItem.js +1 -1
  40. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  41. package/src/sap/m/ColumnPopoverSortItem.js +6 -6
  42. package/src/sap/m/ComboBox.js +16 -9
  43. package/src/sap/m/ComboBoxBase.js +10 -9
  44. package/src/sap/m/ComboBoxTextField.js +6 -4
  45. package/src/sap/m/ContentConfig.js +142 -0
  46. package/src/sap/m/CustomListItem.js +1 -1
  47. package/src/sap/m/CustomTile.js +1 -1
  48. package/src/sap/m/CustomTreeItem.js +1 -1
  49. package/src/sap/m/DatePicker.js +19 -18
  50. package/src/sap/m/DatePickerRenderer.js +3 -3
  51. package/src/sap/m/DateRangeSelection.js +16 -13
  52. package/src/sap/m/DateRangeSelectionRenderer.js +3 -3
  53. package/src/sap/m/DateTimeField.js +17 -9
  54. package/src/sap/m/DateTimeInput.js +6 -4
  55. package/src/sap/m/DateTimePicker.js +39 -30
  56. package/src/sap/m/DateTimePickerRenderer.js +4 -2
  57. package/src/sap/m/Dialog.js +21 -9
  58. package/src/sap/m/DialogRenderer.js +10 -3
  59. package/src/sap/m/DisplayListItem.js +1 -1
  60. package/src/sap/m/DraftIndicator.js +5 -5
  61. package/src/sap/m/DynamicDate.js +5 -3
  62. package/src/sap/m/DynamicDateFormat.js +7 -6
  63. package/src/sap/m/DynamicDateOption.js +10 -5
  64. package/src/sap/m/DynamicDateRange.js +56 -43
  65. package/src/sap/m/DynamicDateUtil.js +3 -3
  66. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  67. package/src/sap/m/ExpandableText.js +5 -9
  68. package/src/sap/m/ExpandableTextRenderer.js +3 -3
  69. package/src/sap/m/FacetFilter.js +17 -8
  70. package/src/sap/m/FacetFilterItem.js +1 -1
  71. package/src/sap/m/FacetFilterList.js +7 -7
  72. package/src/sap/m/FacetFilterRenderer.js +4 -4
  73. package/src/sap/m/FeedContent.js +1 -1
  74. package/src/sap/m/FeedInput.js +1 -1
  75. package/src/sap/m/FeedListItem.js +4 -4
  76. package/src/sap/m/FeedListItemAction.js +1 -1
  77. package/src/sap/m/FeedListItemRenderer.js +3 -3
  78. package/src/sap/m/Fiori20Adapter.js +9 -9
  79. package/src/sap/m/FlexBox.js +2 -2
  80. package/src/sap/m/FlexItemData.js +17 -17
  81. package/src/sap/m/FormattedText.js +7 -6
  82. package/src/sap/m/GenericTag.js +1 -1
  83. package/src/sap/m/GenericTagRenderer.js +5 -5
  84. package/src/sap/m/GenericTile.js +102 -14
  85. package/src/sap/m/GenericTileLineModeRenderer.js +3 -3
  86. package/src/sap/m/GenericTileRenderer.js +3 -3
  87. package/src/sap/m/GroupHeaderListItem.js +1 -1
  88. package/src/sap/m/GroupHeaderListItemRenderer.js +3 -3
  89. package/src/sap/m/GrowingEnablement.js +7 -6
  90. package/src/sap/m/GrowingList.js +1 -1
  91. package/src/sap/m/HBox.js +1 -1
  92. package/src/sap/m/HeaderContainer.js +5 -5
  93. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  94. package/src/sap/m/IconTabBar.js +4 -4
  95. package/src/sap/m/IconTabBarDragAndDropUtil.js +5 -5
  96. package/src/sap/m/IconTabBarSelectList.js +2 -2
  97. package/src/sap/m/IconTabFilter.js +27 -15
  98. package/src/sap/m/IconTabFilterExpandButtonBadge.js +4 -4
  99. package/src/sap/m/IconTabHeader.js +61 -28
  100. package/src/sap/m/IconTabHeaderRenderer.js +5 -5
  101. package/src/sap/m/IconTabSeparator.js +7 -7
  102. package/src/sap/m/IllustratedMessage.js +8 -6
  103. package/src/sap/m/IllustratedMessageType.js +12 -0
  104. package/src/sap/m/Illustration.js +4 -4
  105. package/src/sap/m/IllustrationPool.js +3 -3
  106. package/src/sap/m/Image.js +6 -3
  107. package/src/sap/m/ImageContent.js +1 -1
  108. package/src/sap/m/Input.js +65 -36
  109. package/src/sap/m/InputBase.js +33 -8
  110. package/src/sap/m/InputBaseRenderer.js +3 -3
  111. package/src/sap/m/InputListItem.js +1 -1
  112. package/src/sap/m/InputRenderer.js +5 -6
  113. package/src/sap/m/Label.js +6 -6
  114. package/src/sap/m/LightBox.js +4 -4
  115. package/src/sap/m/LightBoxItem.js +1 -1
  116. package/src/sap/m/Link.js +30 -6
  117. package/src/sap/m/LinkRenderer.js +4 -4
  118. package/src/sap/m/LinkTileContent.js +1 -1
  119. package/src/sap/m/List.js +1 -1
  120. package/src/sap/m/ListBase.js +43 -24
  121. package/src/sap/m/ListItemBase.js +7 -6
  122. package/src/sap/m/ListItemBaseRenderer.js +3 -0
  123. package/src/sap/m/MaskEnabler.js +8 -6
  124. package/src/sap/m/MaskInput.js +1 -1
  125. package/src/sap/m/MaskInputRenderer.js +2 -2
  126. package/src/sap/m/MaskInputRule.js +1 -1
  127. package/src/sap/m/Menu.js +19 -17
  128. package/src/sap/m/MenuButton.js +8 -6
  129. package/src/sap/m/MenuItem.js +9 -9
  130. package/src/sap/m/MenuListItem.js +5 -4
  131. package/src/sap/m/MessageBox.js +5 -3
  132. package/src/sap/m/MessageItem.js +1 -1
  133. package/src/sap/m/MessageListItem.js +4 -3
  134. package/src/sap/m/MessagePage.js +4 -2
  135. package/src/sap/m/MessagePopover.js +9 -6
  136. package/src/sap/m/MessagePopoverItem.js +1 -1
  137. package/src/sap/m/MessageStrip.js +9 -7
  138. package/src/sap/m/MessageStripRenderer.js +5 -2
  139. package/src/sap/m/MessageStripUtilities.js +6 -4
  140. package/src/sap/m/MessageToast.js +8 -7
  141. package/src/sap/m/MessageView.js +29 -6
  142. package/src/sap/m/MessageViewRenderer.js +2 -2
  143. package/src/sap/m/MultiComboBox.js +36 -17
  144. package/src/sap/m/MultiComboBoxRenderer.js +4 -4
  145. package/src/sap/m/MultiEditField.js +4 -4
  146. package/src/sap/m/MultiInput.js +66 -19
  147. package/src/sap/m/MultiInputRenderer.js +3 -3
  148. package/src/sap/m/NavContainer.js +14 -9
  149. package/src/sap/m/NewsContent.js +1 -1
  150. package/src/sap/m/NotificationList.js +1 -1
  151. package/src/sap/m/NotificationListBase.js +4 -4
  152. package/src/sap/m/NotificationListGroup.js +4 -4
  153. package/src/sap/m/NotificationListItem.js +4 -4
  154. package/src/sap/m/NumericContent.js +6 -6
  155. package/src/sap/m/NumericInput.js +1 -1
  156. package/src/sap/m/NumericInputRenderer.js +6 -6
  157. package/src/sap/m/ObjectAttribute.js +7 -6
  158. package/src/sap/m/ObjectAttributeRenderer.js +3 -3
  159. package/src/sap/m/ObjectHeader.js +15 -11
  160. package/src/sap/m/ObjectHeaderRenderer.js +4 -4
  161. package/src/sap/m/ObjectIdentifier.js +37 -8
  162. package/src/sap/m/ObjectIdentifierRenderer.js +3 -3
  163. package/src/sap/m/ObjectListItem.js +4 -4
  164. package/src/sap/m/ObjectMarker.js +6 -4
  165. package/src/sap/m/ObjectNumber.js +4 -3
  166. package/src/sap/m/ObjectNumberRenderer.js +6 -6
  167. package/src/sap/m/ObjectStatus.js +28 -22
  168. package/src/sap/m/ObjectStatusRenderer.js +26 -20
  169. package/src/sap/m/OverflowToolbar.js +2 -2
  170. package/src/sap/m/OverflowToolbarAssociativePopover.js +3 -3
  171. package/src/sap/m/OverflowToolbarButton.js +1 -1
  172. package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
  173. package/src/sap/m/OverflowToolbarMenuButton.js +1 -1
  174. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  175. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  176. package/src/sap/m/P13nColumnsItem.js +1 -1
  177. package/src/sap/m/P13nColumnsPanel.js +33 -11
  178. package/src/sap/m/P13nConditionPanel.js +6 -4
  179. package/src/sap/m/P13nDialog.js +27 -13
  180. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  181. package/src/sap/m/P13nDimMeasurePanel.js +18 -12
  182. package/src/sap/m/P13nFilterItem.js +1 -1
  183. package/src/sap/m/P13nFilterPanel.js +71 -49
  184. package/src/sap/m/P13nGroupItem.js +1 -1
  185. package/src/sap/m/P13nGroupPanel.js +5 -4
  186. package/src/sap/m/P13nItem.js +1 -1
  187. package/src/sap/m/P13nPanel.js +1 -1
  188. package/src/sap/m/P13nSelectionItem.js +1 -1
  189. package/src/sap/m/P13nSelectionPanel.js +28 -7
  190. package/src/sap/m/P13nSortItem.js +1 -1
  191. package/src/sap/m/P13nSortPanel.js +6 -5
  192. package/src/sap/m/PDFViewer.js +3 -6
  193. package/src/sap/m/Page.js +4 -8
  194. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  195. package/src/sap/m/PagingButton.js +5 -4
  196. package/src/sap/m/Panel.js +10 -5
  197. package/src/sap/m/PlanningCalendar.js +160 -109
  198. package/src/sap/m/PlanningCalendarHeader.js +9 -7
  199. package/src/sap/m/PlanningCalendarLegend.js +5 -5
  200. package/src/sap/m/PlanningCalendarRow.js +26 -15
  201. package/src/sap/m/PlanningCalendarView.js +1 -4
  202. package/src/sap/m/Popover.js +19 -21
  203. package/src/sap/m/PopoverRenderer.js +4 -4
  204. package/src/sap/m/ProgressIndicator.js +15 -13
  205. package/src/sap/m/ProgressIndicatorRenderer.js +3 -4
  206. package/src/sap/m/PullToRefresh.js +4 -3
  207. package/src/sap/m/QuickView.js +1 -1
  208. package/src/sap/m/QuickViewBase.js +1 -1
  209. package/src/sap/m/QuickViewCard.js +1 -1
  210. package/src/sap/m/QuickViewCardRenderer.js +3 -3
  211. package/src/sap/m/QuickViewGroup.js +1 -1
  212. package/src/sap/m/QuickViewGroupElement.js +1 -1
  213. package/src/sap/m/QuickViewPage.js +29 -17
  214. package/src/sap/m/RadioButton.js +4 -4
  215. package/src/sap/m/RadioButtonGroup.js +38 -5
  216. package/src/sap/m/RadioButtonGroupRenderer.js +4 -4
  217. package/src/sap/m/RadioButtonRenderer.js +3 -3
  218. package/src/sap/m/RangeSlider.js +9 -7
  219. package/src/sap/m/RangeSliderRenderer.js +2 -2
  220. package/src/sap/m/RatingIndicator.js +7 -6
  221. package/src/sap/m/RatingIndicatorRenderer.js +4 -4
  222. package/src/sap/m/ResponsivePopover.js +1 -3
  223. package/src/sap/m/ResponsiveScale.js +1 -1
  224. package/src/sap/m/ScrollBar.js +3 -3
  225. package/src/sap/m/ScrollContainer.js +6 -6
  226. package/src/sap/m/SearchField.js +1 -1
  227. package/src/sap/m/SegmentedButton.js +7 -5
  228. package/src/sap/m/SegmentedButtonItem.js +1 -1
  229. package/src/sap/m/Select.js +30 -16
  230. package/src/sap/m/SelectDialog.js +5 -3
  231. package/src/sap/m/SelectDialogBase.js +6 -6
  232. package/src/sap/m/SelectList.js +6 -6
  233. package/src/sap/m/SelectionDetails.js +7 -3
  234. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  235. package/src/sap/m/SelectionDetailsItem.js +1 -1
  236. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  237. package/src/sap/m/Shell.js +4 -4
  238. package/src/sap/m/ShellRenderer.js +3 -2
  239. package/src/sap/m/SimpleFixFlex.js +1 -1
  240. package/src/sap/m/SinglePlanningCalendar.js +41 -9
  241. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  242. package/src/sap/m/SinglePlanningCalendarGrid.js +122 -54
  243. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +22 -20
  244. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +315 -61
  245. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +88 -35
  246. package/src/sap/m/SinglePlanningCalendarMonthView.js +3 -4
  247. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  248. package/src/sap/m/SinglePlanningCalendarWeekView.js +5 -5
  249. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +6 -5
  250. package/src/sap/m/SlideTile.js +6 -6
  251. package/src/sap/m/SlideTileRenderer.js +1 -3
  252. package/src/sap/m/Slider.js +38 -11
  253. package/src/sap/m/SliderRenderer.js +4 -4
  254. package/src/sap/m/SliderTooltip.js +4 -4
  255. package/src/sap/m/SliderTooltipBase.js +1 -1
  256. package/src/sap/m/SliderTooltipContainer.js +10 -8
  257. package/src/sap/m/SliderTooltipRenderer.js +3 -3
  258. package/src/sap/m/SplitApp.js +2 -1
  259. package/src/sap/m/SplitButton.js +5 -3
  260. package/src/sap/m/SplitContainer.js +20 -11
  261. package/src/sap/m/StandardDynamicDateOption.js +16 -12
  262. package/src/sap/m/StandardListItem.js +4 -3
  263. package/src/sap/m/StandardListItemRenderer.js +3 -3
  264. package/src/sap/m/StandardTile.js +1 -1
  265. package/src/sap/m/StandardTreeItem.js +1 -1
  266. package/src/sap/m/StepInput.js +6 -4
  267. package/src/sap/m/Suggest.js +5 -5
  268. package/src/sap/m/SuggestionItem.js +1 -1
  269. package/src/sap/m/SuggestionsList.js +9 -7
  270. package/src/sap/m/SuggestionsListRenderer.js +2 -2
  271. package/src/sap/m/SuggestionsPopover.js +1 -1
  272. package/src/sap/m/Switch.js +13 -11
  273. package/src/sap/m/SwitchRenderer.js +3 -3
  274. package/src/sap/m/TabContainer.js +9 -6
  275. package/src/sap/m/TabContainerItem.js +5 -8
  276. package/src/sap/m/TabStrip.js +23 -12
  277. package/src/sap/m/TabStripItem.js +7 -10
  278. package/src/sap/m/TabStripRenderer.js +2 -2
  279. package/src/sap/m/Table.js +4 -5
  280. package/src/sap/m/TablePersoController.js +10 -8
  281. package/src/sap/m/TablePersoDialog.js +19 -16
  282. package/src/sap/m/TablePersoProvider.js +1 -1
  283. package/src/sap/m/TableRenderer.js +4 -4
  284. package/src/sap/m/TableSelectDialog.js +5 -3
  285. package/src/sap/m/Text.js +36 -39
  286. package/src/sap/m/TextArea.js +5 -3
  287. package/src/sap/m/TextRenderer.js +2 -7
  288. package/src/sap/m/Tile.js +1 -1
  289. package/src/sap/m/TileAttribute.js +64 -0
  290. package/src/sap/m/TileAttributeRenderer.js +70 -0
  291. package/src/sap/m/TileContainer.js +10 -8
  292. package/src/sap/m/TileContent.js +8 -4
  293. package/src/sap/m/TileRenderer.js +3 -3
  294. package/src/sap/m/TimePicker.js +24 -19
  295. package/src/sap/m/TimePickerClock.js +4 -3
  296. package/src/sap/m/TimePickerClocks.js +1 -1
  297. package/src/sap/m/TimePickerInputs.js +1 -1
  298. package/src/sap/m/TimePickerInternals.js +12 -10
  299. package/src/sap/m/TimePickerSlider.js +9 -7
  300. package/src/sap/m/TimePickerSliders.js +17 -13
  301. package/src/sap/m/TimePickerSlidersRenderer.js +3 -3
  302. package/src/sap/m/Title.js +5 -4
  303. package/src/sap/m/TitlePropagationSupport.js +4 -4
  304. package/src/sap/m/ToggleButton.js +4 -3
  305. package/src/sap/m/Token.js +6 -6
  306. package/src/sap/m/Tokenizer.js +16 -10
  307. package/src/sap/m/Toolbar.js +4 -4
  308. package/src/sap/m/ToolbarLayoutData.js +1 -1
  309. package/src/sap/m/ToolbarSeparator.js +1 -1
  310. package/src/sap/m/ToolbarSpacer.js +1 -1
  311. package/src/sap/m/Tree.js +4 -2
  312. package/src/sap/m/TreeItemBase.js +4 -3
  313. package/src/sap/m/TreeItemBaseRenderer.js +3 -3
  314. package/src/sap/m/UploadCollection.js +28 -24
  315. package/src/sap/m/UploadCollectionItem.js +1 -1
  316. package/src/sap/m/UploadCollectionParameter.js +1 -1
  317. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  318. package/src/sap/m/VBox.js +1 -1
  319. package/src/sap/m/ValueStateHeader.js +5 -5
  320. package/src/sap/m/VariantItem.js +8 -3
  321. package/src/sap/m/VariantManagement.js +112 -33
  322. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  323. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  324. package/src/sap/m/ViewSettingsDialog.js +34 -21
  325. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  326. package/src/sap/m/ViewSettingsItem.js +9 -2
  327. package/src/sap/m/VisibleItem.js +1 -1
  328. package/src/sap/m/WheelSlider.js +4 -3
  329. package/src/sap/m/WheelSliderContainer.js +1 -1
  330. package/src/sap/m/WheelSliderContainerRenderer.js +3 -3
  331. package/src/sap/m/Wizard.js +17 -15
  332. package/src/sap/m/WizardProgressNavigator.js +18 -2
  333. package/src/sap/m/WizardProgressNavigatorRenderer.js +9 -5
  334. package/src/sap/m/WizardRenderer.js +6 -4
  335. package/src/sap/m/WizardStep.js +9 -11
  336. package/src/sap/m/changeHandler/AddTableColumn.js +3 -7
  337. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  338. package/src/sap/m/changeHandler/CombineButtons.js +4 -4
  339. package/src/sap/m/changeHandler/MoveTableColumns.js +3 -2
  340. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  341. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  342. package/src/sap/m/delegate/ValueStateMessage.js +3 -3
  343. package/src/sap/m/designtime/IconTabBar.designtime.js +3 -2
  344. package/src/sap/m/designtime/Link.designtime.js +4 -4
  345. package/src/sap/m/designtime/MenuButton.designtime.js +3 -0
  346. package/src/sap/m/designtime/ObjectIdentifier.designtime.js +0 -4
  347. package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +91 -91
  348. package/src/sap/m/flexibility/EngineFlex.js +14 -8
  349. package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -0
  350. package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +4 -4
  351. package/src/sap/m/library.js +181 -59
  352. package/src/sap/m/messagebundle.properties +113 -90
  353. package/src/sap/m/messagebundle_ar.properties +16 -10
  354. package/src/sap/m/messagebundle_bg.properties +19 -13
  355. package/src/sap/m/messagebundle_ca.properties +16 -10
  356. package/src/sap/m/messagebundle_cnr.properties +21 -15
  357. package/src/sap/m/messagebundle_cs.properties +16 -10
  358. package/src/sap/m/messagebundle_cy.properties +19 -13
  359. package/src/sap/m/messagebundle_da.properties +14 -8
  360. package/src/sap/m/messagebundle_de.properties +12 -6
  361. package/src/sap/m/messagebundle_el.properties +27 -21
  362. package/src/sap/m/messagebundle_en.properties +1164 -22
  363. package/src/sap/m/messagebundle_en_GB.properties +23 -17
  364. package/src/sap/m/messagebundle_en_US_saprigi.properties +34 -22
  365. package/src/sap/m/messagebundle_es.properties +19 -13
  366. package/src/sap/m/messagebundle_es_MX.properties +18 -12
  367. package/src/sap/m/messagebundle_et.properties +14 -8
  368. package/src/sap/m/messagebundle_fi.properties +21 -15
  369. package/src/sap/m/messagebundle_fr.properties +15 -9
  370. package/src/sap/m/messagebundle_fr_CA.properties +11 -5
  371. package/src/sap/m/messagebundle_hi.properties +24 -18
  372. package/src/sap/m/messagebundle_hr.properties +15 -9
  373. package/src/sap/m/messagebundle_hu.properties +20 -14
  374. package/src/sap/m/messagebundle_id.properties +15 -9
  375. package/src/sap/m/messagebundle_it.properties +17 -11
  376. package/src/sap/m/messagebundle_iw.properties +13 -7
  377. package/src/sap/m/messagebundle_ja.properties +23 -17
  378. package/src/sap/m/messagebundle_kk.properties +14 -8
  379. package/src/sap/m/messagebundle_ko.properties +18 -12
  380. package/src/sap/m/messagebundle_lt.properties +17 -11
  381. package/src/sap/m/messagebundle_lv.properties +26 -20
  382. package/src/sap/m/messagebundle_mk.properties +20 -14
  383. package/src/sap/m/messagebundle_ms.properties +13 -7
  384. package/src/sap/m/messagebundle_nl.properties +16 -10
  385. package/src/sap/m/messagebundle_no.properties +15 -9
  386. package/src/sap/m/messagebundle_pl.properties +16 -10
  387. package/src/sap/m/messagebundle_pt.properties +16 -10
  388. package/src/sap/m/messagebundle_pt_PT.properties +13 -7
  389. package/src/sap/m/messagebundle_ro.properties +13 -7
  390. package/src/sap/m/messagebundle_ru.properties +15 -9
  391. package/src/sap/m/messagebundle_sh.properties +21 -15
  392. package/src/sap/m/messagebundle_sk.properties +13 -7
  393. package/src/sap/m/messagebundle_sl.properties +14 -8
  394. package/src/sap/m/messagebundle_sr.properties +21 -15
  395. package/src/sap/m/messagebundle_sv.properties +15 -9
  396. package/src/sap/m/messagebundle_th.properties +12 -6
  397. package/src/sap/m/messagebundle_tr.properties +15 -9
  398. package/src/sap/m/messagebundle_uk.properties +15 -9
  399. package/src/sap/m/messagebundle_vi.properties +16 -10
  400. package/src/sap/m/messagebundle_zh_CN.properties +12 -6
  401. package/src/sap/m/messagebundle_zh_TW.properties +12 -6
  402. package/src/sap/m/p13n/.eslintrc.json +19 -0
  403. package/src/sap/m/p13n/AbstractContainer.js +43 -29
  404. package/src/sap/m/p13n/AbstractContainerItem.js +8 -8
  405. package/src/sap/m/p13n/BasePanel.js +123 -76
  406. package/src/sap/m/p13n/Container.js +80 -50
  407. package/src/sap/m/p13n/Engine.js +331 -294
  408. package/src/sap/m/p13n/FilterController.js +335 -0
  409. package/src/sap/m/p13n/FilterPanel.js +291 -0
  410. package/src/sap/m/p13n/FlexUtil.js +23 -21
  411. package/src/sap/m/p13n/GroupController.js +97 -85
  412. package/src/sap/m/p13n/GroupPanel.js +30 -25
  413. package/src/sap/m/p13n/MetadataHelper.js +65 -21
  414. package/src/sap/m/p13n/PersistenceProvider.js +11 -9
  415. package/src/sap/m/p13n/Popup.js +63 -45
  416. package/src/sap/m/p13n/QueryPanel.js +117 -93
  417. package/src/sap/m/p13n/SelectionController.js +302 -237
  418. package/src/sap/m/p13n/SelectionPanel.js +117 -83
  419. package/src/sap/m/p13n/SortController.js +100 -89
  420. package/src/sap/m/p13n/SortPanel.js +46 -31
  421. package/src/sap/m/p13n/enums/PersistenceMode.js +57 -0
  422. package/src/sap/m/p13n/{enum → enums}/ProcessingStrategy.js +10 -8
  423. package/src/sap/m/p13n/handler/xConfigHandler.js +175 -161
  424. package/src/sap/m/p13n/modification/FlexModificationHandler.js +151 -133
  425. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +28 -28
  426. package/src/sap/m/p13n/modification/ModificationHandler.js +15 -15
  427. package/src/sap/m/p13n/modules/AdaptationProvider.js +7 -7
  428. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +20 -18
  429. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +7 -7
  430. package/src/sap/m/p13n/modules/UIManager.js +119 -117
  431. package/src/sap/m/p13n/modules/xConfigAPI.js +74 -68
  432. package/src/sap/m/plugins/CellSelector.js +142 -26
  433. package/src/sap/m/plugins/ColumnResizer.js +12 -17
  434. package/src/sap/m/plugins/ContextMenuSetting.js +155 -0
  435. package/src/sap/m/plugins/CopyProvider.js +170 -110
  436. package/src/sap/m/plugins/DataStateIndicator.js +9 -6
  437. package/src/sap/m/plugins/PasteProvider.js +18 -10
  438. package/src/sap/m/plugins/PluginBase.js +39 -15
  439. package/src/sap/m/semantic/AddAction.js +1 -1
  440. package/src/sap/m/semantic/CancelAction.js +1 -1
  441. package/src/sap/m/semantic/DeleteAction.js +1 -1
  442. package/src/sap/m/semantic/DetailPage.js +3 -3
  443. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  444. package/src/sap/m/semantic/EditAction.js +1 -1
  445. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  446. package/src/sap/m/semantic/FilterAction.js +1 -1
  447. package/src/sap/m/semantic/FilterSelect.js +1 -1
  448. package/src/sap/m/semantic/FlagAction.js +1 -1
  449. package/src/sap/m/semantic/ForwardAction.js +1 -1
  450. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  451. package/src/sap/m/semantic/GroupAction.js +1 -1
  452. package/src/sap/m/semantic/GroupSelect.js +1 -1
  453. package/src/sap/m/semantic/MainAction.js +1 -1
  454. package/src/sap/m/semantic/MasterPage.js +3 -3
  455. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  456. package/src/sap/m/semantic/MultiSelectAction.js +3 -3
  457. package/src/sap/m/semantic/NegativeAction.js +1 -1
  458. package/src/sap/m/semantic/OpenInAction.js +1 -1
  459. package/src/sap/m/semantic/PositiveAction.js +1 -1
  460. package/src/sap/m/semantic/PrintAction.js +1 -1
  461. package/src/sap/m/semantic/SaveAction.js +1 -1
  462. package/src/sap/m/semantic/Segment.js +1 -1
  463. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  464. package/src/sap/m/semantic/SemanticButton.js +1 -1
  465. package/src/sap/m/semantic/SemanticConfiguration.js +7 -5
  466. package/src/sap/m/semantic/SemanticControl.js +1 -1
  467. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  468. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  469. package/src/sap/m/semantic/SemanticPage.js +4 -2
  470. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  471. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  472. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  473. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  474. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  475. package/src/sap/m/semantic/ShareMenu.js +6 -12
  476. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  477. package/src/sap/m/semantic/SortAction.js +1 -1
  478. package/src/sap/m/semantic/SortSelect.js +1 -1
  479. package/src/sap/m/table/ColumnWidthController.js +2 -3
  480. package/src/sap/m/table/Util.js +67 -40
  481. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  482. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  483. package/src/sap/m/table/columnmenu/Item.js +5 -5
  484. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  485. package/src/sap/m/table/columnmenu/Menu.js +14 -21
  486. package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
  487. package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
  488. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  489. package/src/sap/m/table/columnmenu/QuickGroup.js +7 -5
  490. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  491. package/src/sap/m/table/columnmenu/QuickSort.js +6 -4
  492. package/src/sap/m/table/columnmenu/QuickSortItem.js +6 -4
  493. package/src/sap/m/table/columnmenu/QuickTotal.js +7 -5
  494. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  495. package/src/sap/m/themes/base/ActionSheet.less +10 -3
  496. package/src/sap/m/themes/base/ActionTile.less +7 -4
  497. package/src/sap/m/themes/base/Carousel.less +1 -1
  498. package/src/sap/m/themes/base/ContextMenuSetting.less +3 -0
  499. package/src/sap/m/themes/base/IconTabBar.less +2 -2
  500. package/src/sap/m/themes/base/Label.less +2 -1
  501. package/src/sap/m/themes/base/Link.less +1 -1
  502. package/src/sap/m/themes/base/ListItemBase.less +1 -1
  503. package/src/sap/m/themes/base/MenuButton.less +2 -2
  504. package/src/sap/m/themes/base/MessageView.less +6 -0
  505. package/src/sap/m/themes/base/MultiComboBox.less +7 -4
  506. package/src/sap/m/themes/base/NumericContent.less +2 -2
  507. package/src/sap/m/themes/base/ObjectListItem.less +1 -1
  508. package/src/sap/m/themes/base/ObjectNumber.less +4 -4
  509. package/src/sap/m/themes/base/ObjectStatus.less +263 -160
  510. package/src/sap/m/themes/base/Panel.less +18 -4
  511. package/src/sap/m/themes/base/Popover.less +5 -0
  512. package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +21 -0
  513. package/src/sap/m/themes/base/StandardListItem.less +1 -1
  514. package/src/sap/m/themes/base/SuggestionItem.less +6 -0
  515. package/src/sap/m/themes/base/Table.less +0 -5
  516. package/src/sap/m/themes/base/TablePersoDialog.less +4 -2
  517. package/src/sap/m/themes/base/Text.less +2 -1
  518. package/src/sap/m/themes/base/UploadCollection.less +2 -2
  519. package/src/sap/m/themes/base/UploadSet.less +55 -0
  520. package/src/sap/m/themes/base/VariantManagement.less +2 -1
  521. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NewMail.svg +27 -0
  522. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SignOut.svg +24 -0
  523. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NewMail.svg +9 -0
  524. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-SignOut.svg +12 -0
  525. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NewMail.svg +59 -0
  526. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SignOut.svg +113 -0
  527. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NewMail.svg +27 -0
  528. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SignOut.svg +23 -0
  529. package/src/sap/m/themes/base/library.source.less +2 -1
  530. package/src/sap/m/upload/ActionsPlaceholder.js +1 -1
  531. package/src/sap/m/upload/Column.js +1 -1
  532. package/src/sap/m/upload/FilePreviewDialog.js +5 -5
  533. package/src/sap/m/upload/FilterPanel.js +5 -3
  534. package/src/sap/m/upload/UploadSet.js +122 -61
  535. package/src/sap/m/upload/UploadSetItem.js +31 -7
  536. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
  537. package/src/sap/m/upload/UploadSetwithTable.js +7 -6
  538. package/src/sap/m/upload/UploadSetwithTableItem.js +5 -5
  539. package/src/sap/m/upload/UploaderTableItem.js +1 -1
  540. package/src/sap/m/upload/p13n/PersManager.js +4 -2
  541. package/src/sap/m/upload/p13n/mediator/BaseMediator.js +1 -1
  542. package/src/sap/m/upload/p13n/mediator/ColumnsMediator.js +5 -4
  543. package/src/sap/m/upload/p13n/mediator/FilterMediator.js +5 -2
  544. package/src/sap/m/upload/p13n/mediator/GroupMediator.js +5 -4
  545. package/src/sap/m/upload/p13n/mediator/SortMediator.js +5 -4
  546. package/src/sap/m/upload/p13n/modules/PersPopupManager.js +3 -3
  547. package/LICENSES/BSD-2-Clause.txt +0 -22
  548. package/src/sap/m/CustomAttribute.js +0 -53
  549. package/src/sap/m/p13n/enum/PersistenceMode.js +0 -55
@@ -7,11 +7,12 @@
7
7
  // Provides control sap.m.Carousel.
8
8
  sap.ui.define([
9
9
  "./library",
10
- "sap/ui/core/Core",
10
+ "sap/base/i18n/Localization",
11
11
  "sap/ui/core/Control",
12
12
  "sap/ui/core/Element",
13
- "sap/ui/core/Configuration",
13
+ "sap/ui/core/Theming",
14
14
  "sap/ui/Device",
15
+ "sap/ui/core/Lib",
15
16
  "sap/ui/core/ResizeHandler",
16
17
  "sap/ui/core/library",
17
18
  "sap/m/IllustratedMessage",
@@ -24,14 +25,16 @@ sap.ui.define([
24
25
  "sap/ui/thirdparty/jquery",
25
26
  "sap/ui/core/IconPool",
26
27
  "./CarouselLayout",
27
- "sap/ui/dom/jquery/Selectors" // provides jQuery custom selector ":sapTabbable"
28
- ], function (
28
+ // provides jQuery custom selector ":sapTabbable"
29
+ "sap/ui/dom/jquery/Selectors"
30
+ ], function(
29
31
  library,
30
- Core,
32
+ Localization,
31
33
  Control,
32
34
  Element,
33
- Configuration,
35
+ Theming,
34
36
  Device,
37
+ Library,
35
38
  ResizeHandler,
36
39
  coreLibrary,
37
40
  IllustratedMessage,
@@ -61,9 +64,12 @@ sap.ui.define([
61
64
  //shortcut for sap.m.BorderDesign
62
65
  var BorderDesign = library.BorderDesign;
63
66
 
67
+ //shortcut for sap.m.CarouselScrollMode
68
+ var CarouselScrollMode = library.CarouselScrollMode;
69
+
64
70
  var iDragRadius = 10;
65
71
  var iMoveRadius = 20;
66
- var bRtl = Core.getConfiguration().getRTL();
72
+ var bRtl = Localization.getRTL();
67
73
 
68
74
  function getCursorPosition(e) {
69
75
  e = e.originalEvent || e;
@@ -126,7 +132,7 @@ sap.ui.define([
126
132
  * @extends sap.ui.core.Control
127
133
  *
128
134
  * @author SAP SE
129
- * @version 1.120.6
135
+ * @version 1.121.0
130
136
  *
131
137
  * @constructor
132
138
  * @public
@@ -328,10 +334,11 @@ sap.ui.define([
328
334
  this._aAllActivePages = [];
329
335
  this._aAllActivePagesIndexes = [];
330
336
  this._bShouldFireEvent = true;
337
+ this._handleThemeAppliedBound = this._handleThemeApplied.bind(this);
331
338
 
332
339
  this.data("sap-ui-fastnavgroup", "true", true); // Define group for F6 handling
333
340
 
334
- this._oRb = Core.getLibraryResourceBundle("sap.m");
341
+ this._oRb = Library.getResourceBundleFor("sap.m");
335
342
  };
336
343
 
337
344
  /**
@@ -358,9 +365,9 @@ sap.ui.define([
358
365
  this._aAllActivePages = null;
359
366
  this._aAllActivePagesIndexes = null;
360
367
 
361
- if (this._bThemeChangedAttached) {
362
- Core.detachThemeChanged(this._handleThemeChanged, this);
363
- this._bThemeChangedAttached = false;
368
+ if (this._bThemeAppliedAttached) {
369
+ Theming.detachApplied(this._handleThemeAppliedBound);
370
+ this._bThemeAppliedAttached = false;
364
371
  }
365
372
  };
366
373
 
@@ -452,11 +459,9 @@ sap.ui.define([
452
459
  this.setAssociation("activePage", this.getPages()[iActivePageIndex].getId(), true);
453
460
  }
454
461
 
455
- if (Core.isThemeApplied()) {
456
- this._initialize();
457
- } else if (!this._bThemeChangedAttached) {
458
- this._bThemeChangedAttached = true;
459
- Core.attachThemeChanged(this._handleThemeChanged, this);
462
+ if (!this._bThemeAppliedAttached) {
463
+ this._bThemeAppliedAttached = true;
464
+ Theming.attachApplied(this._handleThemeAppliedBound);
460
465
  }
461
466
 
462
467
  this._sResizeListenerId = ResizeHandler.register($innerDiv, this._resize.bind(this));
@@ -471,10 +476,10 @@ sap.ui.define([
471
476
  *
472
477
  * @private
473
478
  */
474
- Carousel.prototype._handleThemeChanged = function () {
479
+ Carousel.prototype._handleThemeApplied = function () {
475
480
  this._initialize();
476
- Core.detachThemeChanged(this._handleThemeChanged, this);
477
- this._bThemeChangedAttached = false;
481
+ Theming.detachApplied(this._handleThemeAppliedBound);
482
+ this._bThemeAppliedAttached = false;
478
483
  };
479
484
 
480
485
  /**
@@ -517,9 +522,9 @@ sap.ui.define([
517
522
  iNewActivePageIndex = iOldActivePageIndex;
518
523
  } else {
519
524
  if (bForward) {
520
- iNewActivePageIndex = iOldActivePageIndex + 1;
525
+ iNewActivePageIndex = this._iCurrSlideIndex;
521
526
  } else {
522
- iNewActivePageIndex = iOldActivePageIndex - 1;
527
+ iNewActivePageIndex = this._iCurrSlideIndex + this._getNumberOfItemsToShow() - 1;
523
528
  }
524
529
 
525
530
  // loop happened
@@ -814,6 +819,27 @@ sap.ui.define([
814
819
  return this.getAggregation("_emptyPage");
815
820
  };
816
821
 
822
+ /**
823
+ * Returns the index of the slide that should be shown
824
+ * @private
825
+ * @param {int} iCurrentSlideIndex Current slide index
826
+ * @param {int} iDefaultIndexStep Index that shows if previous or next arrow is pressed
827
+ * @returns {int} Index of the slide
828
+ */
829
+ Carousel.prototype._calculateSlideIndex = function (iCurrentSlideIndex, iDefaultIndexStep) {
830
+ const oCarouselLayout = this.getCustomLayout();
831
+ let iSlideIndex;
832
+
833
+ if (oCarouselLayout && oCarouselLayout.getScrollMode() === CarouselScrollMode.VisiblePages) {
834
+ const iNumberOfItemsOnPage = this._getNumberOfItemsToShow();
835
+ iSlideIndex = iDefaultIndexStep > 0 ? iCurrentSlideIndex + iNumberOfItemsOnPage : Math.max(0, iCurrentSlideIndex - iNumberOfItemsOnPage);
836
+ } else {
837
+ iSlideIndex = iDefaultIndexStep > 0 ? iCurrentSlideIndex + 1 : iCurrentSlideIndex - 1;
838
+ }
839
+
840
+ return iSlideIndex;
841
+ };
842
+
817
843
  /**
818
844
  * Call this method to display the previous page (corresponds to a swipe left).
819
845
  *
@@ -821,7 +847,8 @@ sap.ui.define([
821
847
  * @public
822
848
  */
823
849
  Carousel.prototype.previous = function () {
824
- this._moveToPage(this._iCurrSlideIndex - 1);
850
+ const iSlideIndex = this._calculateSlideIndex(this._iCurrSlideIndex, -1);
851
+ this._moveToPage(iSlideIndex);
825
852
  return this;
826
853
  };
827
854
 
@@ -832,7 +859,8 @@ sap.ui.define([
832
859
  * @public
833
860
  */
834
861
  Carousel.prototype.next = function () {
835
- this._moveToPage(this._iCurrSlideIndex + 1);
862
+ const iSlideIndex = this._calculateSlideIndex(this._iCurrSlideIndex, 1);
863
+ this._moveToPage(iSlideIndex);
836
864
  return this;
837
865
  };
838
866
 
@@ -1451,7 +1479,7 @@ sap.ui.define([
1451
1479
  * @returns {sap.ui.core.Control} The page
1452
1480
  */
1453
1481
  Carousel.prototype._getClosestPage = function (oElement) {
1454
- return Element.closestTo(jQuery(oElement).closest(".sapMCrsPage")[0]);
1482
+ return Element.closestTo(oElement.closest(".sapMCrsPage"));
1455
1483
  };
1456
1484
 
1457
1485
  //================================================================================
@@ -4,9 +4,11 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(["sap/ui/base/ManagedObject"], function (ManagedObject) {
7
+ sap.ui.define(["sap/ui/base/ManagedObject", "./library"], function (ManagedObject, library) {
8
8
  "use strict";
9
9
 
10
+ //shortcut for sap.m.CarouselScrollMode
11
+ var CarouselScrollMode = library.CarouselScrollMode;
10
12
  /**
11
13
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
12
14
  * @param {object} [mSettings] Initial settings for the new control
@@ -15,7 +17,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function (ManagedObject) {
15
17
  * Applies a <code>sap.m.CarouselLayout</code> to a provided DOM element or Control.
16
18
  *
17
19
  * @author SAP SE
18
- * @version 1.120.6
20
+ * @version 1.121.0
19
21
  *
20
22
  * @extends sap.ui.base.ManagedObject
21
23
  *
@@ -35,7 +37,16 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function (ManagedObject) {
35
37
  * <b>Note:</b> When this property is set to something different than the default value,
36
38
  * the <code>loop</code> property of <code>Carousel</code> is ignored.
37
39
  */
38
- visiblePagesCount: {type: "int", group: "Misc", defaultValue: 1}
40
+ visiblePagesCount: {type: "int", group: "Misc", defaultValue: 1},
41
+
42
+ /**
43
+ * Defines how the items will be scrolled through in <code>Carousel</code> control.
44
+ * One at a time or depending on the <code>visiblePagesCount</code>
45
+ *
46
+ * NOTE: <code>visiblePagesCount</code> must be set a value larger than 1, to be able to use <code>scrollMode</code> with value "VisiblePages"
47
+ * @since 1.121
48
+ */
49
+ scrollMode: {type : "sap.m.CarouselScrollMode", group : "Appearance", defaultValue : CarouselScrollMode.SinglePage}
39
50
  }
40
51
  }
41
52
  });
@@ -7,9 +7,9 @@
7
7
  sap.ui.define([
8
8
  "sap/m/library",
9
9
  "sap/base/strings/capitalize",
10
- "sap/ui/core/Core",
11
- "sap/ui/Device"
12
- ], function (library, capitalize, Core, Device) {
10
+ "sap/ui/Device",
11
+ "sap/ui/core/Lib"
12
+ ], function (library, capitalize, Device, Library) {
13
13
  "use strict";
14
14
 
15
15
  // shortcut for sap.m.CarouselArrowsPlacement
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  // shortcut for sap.m.PlacementType
19
19
  var PlacementType = library.PlacementType;
20
20
 
21
- var oResourceBundle = Core.getLibraryResourceBundle("sap.m");
21
+ var oResourceBundle = Library.getResourceBundleFor("sap.m");
22
22
 
23
23
  /**
24
24
  * Carousel renderer.
@@ -89,8 +89,13 @@ sap.ui.define([
89
89
  * @extends sap.ui.core.Control
90
90
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.ui.core.IAccessKeySupport
91
91
  *
92
+ * @borrows sap.ui.core.ISemanticFormContent.getFormFormattedValue as #getFormFormattedValue
93
+ * @borrows sap.ui.core.ISemanticFormContent.getFormValueProperty as #getFormValueProperty
94
+ * @borrows sap.ui.core.ISemanticFormContent.getFormObservingProperties as #getFormObservingProperties
95
+ * @borrows sap.ui.core.ISemanticFormContent.getFormRenderAsControl as #getFormRenderAsControl
96
+ *
92
97
  * @author SAP SE
93
- * @version 1.120.6
98
+ * @version 1.121.0
94
99
  *
95
100
  * @constructor
96
101
  * @public
@@ -143,6 +148,20 @@ sap.ui.define([
143
148
  */
144
149
  enabled : {type : "boolean", group : "Behavior", defaultValue : true},
145
150
 
151
+ /**
152
+ * Sets the <code>required</code> state of the <code>CheckBox</code>.
153
+ *
154
+ * <b>Note:</b> Use this property only when a single relationship between this field and a Label cannot be established.
155
+ * For example, with the assistance of the <code>labelFor</code> property of <code>sap.m.Label</code>.
156
+ *
157
+ * <b>Note:</b> This property won't work as expected without setting a value to the <code>text</code> property of the <code>CheckBox</code>.
158
+ * The <code>text</code> property acts as a label for the <code>CheckBox</code> and is crucial for assistive technologies,
159
+ * like screen readers, to provide a meaningful context.
160
+ *
161
+ * @since 1.121
162
+ */
163
+ required: {type: "boolean", group: "Misc", defaultValue: false},
164
+
146
165
  /**
147
166
  * The 'name' property to be used in the HTML code, for example for HTML forms that send data to the server via submit.
148
167
  */
@@ -383,6 +402,14 @@ sap.ui.define([
383
402
  return "selected";
384
403
  };
385
404
 
405
+ CheckBox.prototype.getFormObservingProperties = function() {
406
+ return ["selected", "displayOnly"]; // as displayOnly changes the rendering mode
407
+ };
408
+
409
+ CheckBox.prototype.getFormRenderAsControl = function () {
410
+ return this.getDisplayOnly(); // for displayOnly CheckBox, show the control
411
+ };
412
+
386
413
  /**
387
414
  * Event handler called when the CheckBox is touched.
388
415
  *
@@ -478,7 +505,7 @@ sap.ui.define([
478
505
  /**
479
506
  * Lazy loads the CheckBox`s label
480
507
  *
481
- * @return {sap.m.Label}
508
+ * @return {sap.m.Label} The label control
482
509
  * @private
483
510
  */
484
511
  CheckBox.prototype._getLabel = function() {
@@ -558,7 +585,7 @@ sap.ui.define([
558
585
 
559
586
  if (aLabelIds.length > 0) {
560
587
  aLabelIds.forEach(function (sLabelId) {
561
- Element.registry.get(sLabelId).addEventDelegate({
588
+ Element.getElementById(sLabelId).addEventDelegate({
562
589
  ontap: function () {
563
590
  that._fnLabelTapHandler();
564
591
  }
@@ -582,7 +609,8 @@ sap.ui.define([
582
609
  description: (sText ? sText + " " : "") + this.getFormattedState(),
583
610
  focusable: this.getEnabled() && !this.getDisplayOnly(),
584
611
  enabled: this.getEnabled(),
585
- editable: this.getEditable()
612
+ editable: this.getEditable(),
613
+ required: this._isRequired()
586
614
  };
587
615
  };
588
616
 
@@ -599,13 +627,26 @@ sap.ui.define([
599
627
  return true;
600
628
  };
601
629
 
602
- /*
630
+ /**
603
631
  * Checkbox without label must not be stretched in Form.
632
+ * @returns {boolean} If the width of the control should not be adjusted
604
633
  */
605
634
  CheckBox.prototype.getFormDoNotAdjustWidth = function() {
606
635
  return this.getText() ? false : true;
607
636
  };
608
637
 
638
+ /**
639
+ * Determines if the CheckBox is required.
640
+ * A CheckBox is considered required if it has been explicitly set as required,
641
+ * or if it is required by LabelEnablement.
642
+ *
643
+ * @returns {boolean} True if the CheckBox is required, false otherwise.
644
+ * @private
645
+ */
646
+ CheckBox.prototype._isRequired = function () {
647
+ return this.getRequired() || LabelEnablement.isRequired(this);
648
+ };
649
+
609
650
  return CheckBox;
610
651
 
611
652
  });
@@ -4,8 +4,8 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(['sap/ui/core/library', 'sap/ui/core/ValueStateSupport', 'sap/ui/Device', "sap/ui/core/Configuration"],
8
- function(coreLibrary, ValueStateSupport, Device, Configuration) {
7
+ sap.ui.define(["sap/ui/core/ControlBehavior", 'sap/ui/core/library', 'sap/ui/core/ValueStateSupport', 'sap/ui/Device'],
8
+ function(ControlBehavior, coreLibrary, ValueStateSupport, Device) {
9
9
  "use strict";
10
10
 
11
11
 
@@ -34,6 +34,7 @@ sap.ui.define(['sap/ui/core/library', 'sap/ui/core/ValueStateSupport', 'sap/ui/D
34
34
  bEnabled = oCheckBox.getEnabled(),
35
35
  bDisplayOnly = oCheckBox.getDisplayOnly(),
36
36
  bEditable = oCheckBox.getEditable(),
37
+ bRequired = oCheckBox.getRequired(),
37
38
  bInteractive = bEnabled && !bDisplayOnly,
38
39
  bDisplayOnlyApplied = bEnabled && bDisplayOnly,
39
40
  oCbLabel = oCheckBox.getAggregation("_label"),
@@ -100,6 +101,7 @@ sap.ui.define(['sap/ui/core/library', 'sap/ui/core/ValueStateSupport', 'sap/ui/D
100
101
  oRm.accessibilityState(oCheckBox, {
101
102
  role: "checkbox",
102
103
  selected: null,
104
+ required: oCheckBox._isRequired() || undefined,
103
105
  checked: oCheckBox._getAriaChecked(),
104
106
  describedby: sTooltip && bEditableAndEnabled ? sId + "-Descr" : undefined,
105
107
  labelledby: { value: oCbLabel ? oCbLabel.getId() : undefined, append: true }
@@ -158,9 +160,14 @@ sap.ui.define(['sap/ui/core/library', 'sap/ui/core/ValueStateSupport', 'sap/ui/D
158
160
 
159
161
  oRm.voidEnd();
160
162
  oRm.close("div");
163
+
164
+ if (oCbLabel) {
165
+ oCbLabel.setRequired(bRequired);
166
+ }
167
+
161
168
  oRm.renderControl(oCbLabel);
162
169
 
163
- if (sTooltip && Configuration.getAccessibility() && bEditableAndEnabled) {
170
+ if (sTooltip && ControlBehavior.isAccessibilityEnabled() && bEditableAndEnabled) {
164
171
  // for ARIA, the tooltip must be in a separate SPAN and assigned via aria-describedby.
165
172
  // otherwise, JAWS does not read it.
166
173
  oRm.openStart("span", sId + "-Descr");
@@ -9,6 +9,7 @@ sap.ui.define([
9
9
  'sap/ui/core/Control',
10
10
  'sap/ui/Device',
11
11
  'sap/ui/base/DataType',
12
+ "sap/ui/core/Lib",
12
13
  'sap/ui/core/library',
13
14
  'sap/ui/core/delegate/ItemNavigation',
14
15
  './Button',
@@ -25,6 +26,7 @@ sap.ui.define([
25
26
  Control,
26
27
  Device,
27
28
  DataType,
29
+ Library,
28
30
  coreLibrary,
29
31
  ItemNavigation,
30
32
  Button,
@@ -65,7 +67,7 @@ sap.ui.define([
65
67
  var MAX_COLORS = 15;
66
68
 
67
69
  // get resource translation bundle;
68
- var oLibraryResourceBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m");
70
+ var oLibraryResourceBundle = Library.getResourceBundleFor("sap.m");
69
71
 
70
72
  /**
71
73
  * Constructor for a new <code>ColorPalette</code>.
@@ -104,7 +106,7 @@ sap.ui.define([
104
106
  * To prevent this, apps using the <code>ColorPalette</code> should also load the <code>sap.ui.unified</code> library in advance.
105
107
  *
106
108
  * @extends sap.ui.core.Control
107
- * @version 1.120.6
109
+ * @version 1.121.0
108
110
  *
109
111
  * @constructor
110
112
  * @public
@@ -8,14 +8,16 @@
8
8
  sap.ui.define([
9
9
  'sap/ui/core/Control',
10
10
  'sap/ui/Device',
11
+ "sap/ui/core/Lib",
11
12
  'sap/ui/unified/ColorPickerDisplayMode',
12
13
  './Button',
13
14
  './ResponsivePopover',
14
15
  './ColorPalette',
15
16
  './library'
16
- ], function (
17
+ ], function(
17
18
  Control,
18
19
  Device,
20
+ Library,
19
21
  ColorPickerDisplayMode,
20
22
  Button,
21
23
  ResponsivePopover,
@@ -37,7 +39,7 @@ sap.ui.define([
37
39
  * A thin wrapper over {@link sap.m.ColorPalette} allowing the latter to be used in a popover.
38
40
  *
39
41
  * @extends sap.ui.core.Control
40
- * @version 1.120.6
42
+ * @version 1.121.0
41
43
  *
42
44
  * @public
43
45
  * @since 1.54
@@ -181,7 +183,7 @@ sap.ui.define([
181
183
  });
182
184
 
183
185
  // get resource translation bundle;
184
- var oLibraryResourceBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m");
186
+ var oLibraryResourceBundle = Library.getResourceBundleFor("sap.m");
185
187
 
186
188
  /**
187
189
  * Keeps reference to all API properties and/or methods that are about to be forwarded to either a
@@ -4,8 +4,8 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(['sap/ui/Device'],
8
- function (Device) {
7
+ sap.ui.define(['sap/ui/Device', "sap/ui/core/Lib"],
8
+ function(Device, Library) {
9
9
  "use strict";
10
10
 
11
11
  /**
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/Device'],
18
18
 
19
19
 
20
20
  // reference to the message bundle
21
- var oLibraryResourceBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m");
21
+ var oLibraryResourceBundle = Library.getResourceBundleFor("sap.m");
22
22
 
23
23
  /**
24
24
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
@@ -7,14 +7,13 @@
7
7
  // Provides control sap.m.Column.
8
8
  sap.ui.define([
9
9
  "./library",
10
- "sap/ui/core/Core",
11
10
  "sap/ui/core/Element",
12
11
  "sap/ui/core/Renderer",
13
12
  "sap/ui/core/library",
14
13
  "sap/ui/Device",
15
14
  "sap/ui/core/InvisibleText"
16
15
  ],
17
- function(library, Core, Element, Renderer, coreLibrary, Device, InvisibleText) {
16
+ function(library, Element, Renderer, coreLibrary, Device, InvisibleText) {
18
17
  "use strict";
19
18
 
20
19
 
@@ -46,7 +45,7 @@ sap.ui.define([
46
45
  * @extends sap.ui.core.Element
47
46
  *
48
47
  * @author SAP SE
49
- * @version 1.120.6
48
+ * @version 1.121.0
50
49
  *
51
50
  * @constructor
52
51
  * @public
@@ -584,7 +583,7 @@ sap.ui.define([
584
583
  * @private
585
584
  */
586
585
  Column.prototype.getHeaderMenuInstance = function () {
587
- return Core.byId(this.getHeaderMenu());
586
+ return Element.getElementById(this.getHeaderMenu());
588
587
  };
589
588
 
590
589
  Column.prototype.setHeader = function (oControl) {
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.120.6
35
+ * @version 1.121.0
36
36
  *
37
37
  * @constructor
38
38
  * @since 1.63
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @implements sap.m.ITableItem
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.120.6
46
+ * @version 1.121.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -172,7 +172,9 @@ sap.ui.define([
172
172
  onsapup: this.onsapup,
173
173
  onsapdown: this.onsapdown,
174
174
  oncontextmenu: this.oncontextmenu,
175
- onkeydown: this.onkeydown
175
+ onkeydown: this.onkeydown,
176
+ onfocusin: this.onfocusin,
177
+ onfocusout: this.onfocusout
176
178
  }, this).setParent(this, null, true);
177
179
  }
178
180
 
@@ -241,28 +243,41 @@ sap.ui.define([
241
243
  return oBundle.getText("ACC_CTR_TYPE_ROW");
242
244
  };
243
245
 
244
- ColumnListItem.prototype.getContentAnnouncement = function(oBundle) {
245
- var oTable = this.getTable();
246
- if (!oTable) {
247
- return;
248
- }
249
-
250
- var aOutput = [],
251
- aCells = this.getCells(),
252
- aColumns = oTable.getRenderedColumns();
246
+ ColumnListItem.prototype.getContentAnnouncementOfCell = function(oColumn) {
247
+ return getAnnouncementForColumn(oColumn, this.getCells(), false);
248
+ };
253
249
 
254
- aColumns.forEach(function(oColumn) {
255
- var oCell = aCells[oColumn.getInitialOrder()];
256
- if (!oCell) {
257
- return;
258
- }
250
+ function getAnnouncementForColumn(oColumn, aCells, bIncludeHeader) {
251
+ const oCell = aCells[oColumn.getInitialOrder()];
252
+ let sOutput = ListItemBase.getAccessibilityText(oCell, true);
259
253
 
260
- var oHeader = oColumn.getHeader();
254
+ if (bIncludeHeader) {
255
+ const oHeader = oColumn.getHeader();
261
256
  if (oHeader && oHeader.getVisible()) {
262
- aOutput.push(ListItemBase.getAccessibilityText(oHeader) + " " + ListItemBase.getAccessibilityText(oCell, true));
263
- } else {
264
- aOutput.push(ListItemBase.getAccessibilityText(oCell, true));
257
+ sOutput = ListItemBase.getAccessibilityText(oHeader) + " " + sOutput;
265
258
  }
259
+ }
260
+ return sOutput;
261
+ }
262
+
263
+ ColumnListItem.prototype.getContentAnnouncementOfPopin = function() {
264
+ const aCells = this.getCells();
265
+ const aOutput = this.getTable()._getVisiblePopin().map(function(oColumn) {
266
+ return getAnnouncementForColumn(oColumn, aCells, true);
267
+ });
268
+
269
+ return aOutput.filter(Boolean).join(" . ").trim();
270
+ };
271
+
272
+ ColumnListItem.prototype.getContentAnnouncement = function() {
273
+ const oTable = this.getTable();
274
+ if (!oTable) {
275
+ return;
276
+ }
277
+
278
+ const aCells = this.getCells();
279
+ const aOutput = oTable.getRenderedColumns().map(function(oColumn) {
280
+ return getAnnouncementForColumn(oColumn, aCells, true);
266
281
  });
267
282
 
268
283
  return aOutput.filter(Boolean).join(" . ").trim();
@@ -287,9 +302,33 @@ sap.ui.define([
287
302
  this.$().children(".sapMListTblCellDup").find(":sapTabbable").attr("tabindex", -1);
288
303
  }
289
304
 
305
+ const oTable = this.getTable();
306
+ const oTarget = oEvent.target;
307
+ if (oTarget.classList.contains("sapMListTblCell")) {
308
+ const oColumn = Element.getElementById(oTarget.getAttribute("data-sap-ui-column"));
309
+ oTable.updateInvisibleText(this.getContentAnnouncementOfCell(oColumn));
310
+ oEvent.setMarked("contentAnnouncementGenerated");
311
+ } else if (oTarget.classList.contains("sapMListTblSubCnt")) {
312
+ oTable.updateInvisibleText(this.getContentAnnouncementOfPopin());
313
+ oEvent.setMarked("contentAnnouncementGenerated");
314
+ }
315
+
290
316
  ListItemBase.prototype.onfocusin.apply(this, arguments);
291
317
  };
292
318
 
319
+ ColumnListItem.prototype.onfocusout = function(oEvent) {
320
+ if (oEvent.isMarked()) {
321
+ return;
322
+ }
323
+
324
+ const oTarget = oEvent.target;
325
+ if (oTarget.matches(".sapMListTblCell") || oTarget.matches(".sapMListTblSubCnt")) {
326
+ this.getTable().removeInvisibleTextAssociation(oTarget);
327
+ }
328
+
329
+ ListItemBase.prototype.onfocusout.apply(this, arguments);
330
+ };
331
+
293
332
  ColumnListItem.prototype.onsapenter = ColumnListItem.prototype.onsapspace = function(oEvent) {
294
333
  if (oEvent.isMarked()) {
295
334
  return;