@openui5/sap.m 1.112.2 → 1.113.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 (445) 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 +11 -3
  12. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  13. package/src/sap/m/Avatar.js +32 -3
  14. package/src/sap/m/AvatarRenderer.js +1 -1
  15. package/src/sap/m/Bar.js +1 -1
  16. package/src/sap/m/Breadcrumbs.js +1 -1
  17. package/src/sap/m/BusyDialog.js +1 -1
  18. package/src/sap/m/BusyIndicator.js +1 -1
  19. package/src/sap/m/Button.js +1 -1
  20. package/src/sap/m/Carousel.js +1 -1
  21. package/src/sap/m/CarouselLayout.js +1 -1
  22. package/src/sap/m/CarouselRenderer.js +2 -6
  23. package/src/sap/m/CheckBox.js +1 -1
  24. package/src/sap/m/ColorPalette.js +1 -1
  25. package/src/sap/m/ColorPalettePopover.js +1 -1
  26. package/src/sap/m/Column.js +1 -1
  27. package/src/sap/m/ColumnHeaderPopover.js +1 -1
  28. package/src/sap/m/ColumnListItem.js +1 -1
  29. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  30. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  31. package/src/sap/m/ColumnPopoverItem.js +1 -1
  32. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  33. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  34. package/src/sap/m/ComboBox.js +12 -2
  35. package/src/sap/m/ComboBoxBase.js +2 -2
  36. package/src/sap/m/ComboBoxTextField.js +1 -1
  37. package/src/sap/m/CustomDynamicDateOption.js +1 -1
  38. package/src/sap/m/CustomListItem.js +1 -1
  39. package/src/sap/m/CustomTile.js +1 -1
  40. package/src/sap/m/CustomTreeItem.js +1 -1
  41. package/src/sap/m/DatePicker.js +5 -1
  42. package/src/sap/m/DatePickerRenderer.js +3 -1
  43. package/src/sap/m/DateRangeSelection.js +31 -2
  44. package/src/sap/m/DateRangeSelectionRenderer.js +3 -2
  45. package/src/sap/m/DateTimeField.js +20 -1
  46. package/src/sap/m/DateTimeInput.js +1 -1
  47. package/src/sap/m/DateTimePicker.js +49 -5
  48. package/src/sap/m/Dialog.js +1 -1
  49. package/src/sap/m/DisplayListItem.js +1 -1
  50. package/src/sap/m/DraftIndicator.js +1 -1
  51. package/src/sap/m/DynamicDate.js +1 -1
  52. package/src/sap/m/DynamicDateOption.js +1 -1
  53. package/src/sap/m/DynamicDateRange.js +45 -22
  54. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  55. package/src/sap/m/ExpandableText.js +1 -1
  56. package/src/sap/m/FacetFilter.js +1 -1
  57. package/src/sap/m/FacetFilterItem.js +1 -1
  58. package/src/sap/m/FacetFilterList.js +1 -1
  59. package/src/sap/m/FeedContent.js +1 -1
  60. package/src/sap/m/FeedInput.js +2 -2
  61. package/src/sap/m/FeedListItem.js +11 -11
  62. package/src/sap/m/FeedListItemAction.js +1 -1
  63. package/src/sap/m/Fiori20Adapter.js +2 -2
  64. package/src/sap/m/FlexBox.js +1 -1
  65. package/src/sap/m/FlexItemData.js +1 -1
  66. package/src/sap/m/FormattedText.js +60 -4
  67. package/src/sap/m/FormattedTextRenderer.js +10 -52
  68. package/src/sap/m/GenericTag.js +1 -1
  69. package/src/sap/m/GenericTile.js +24 -18
  70. package/src/sap/m/GenericTileRenderer.js +17 -5
  71. package/src/sap/m/GroupHeaderListItem.js +1 -1
  72. package/src/sap/m/GrowingEnablement.js +19 -13
  73. package/src/sap/m/GrowingList.js +1 -1
  74. package/src/sap/m/HBox.js +1 -1
  75. package/src/sap/m/HeaderContainer.js +1 -1
  76. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  77. package/src/sap/m/IconTabBar.js +1 -1
  78. package/src/sap/m/IconTabBarSelectList.js +1 -1
  79. package/src/sap/m/IconTabFilter.js +1 -1
  80. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  81. package/src/sap/m/IconTabHeader.js +1 -1
  82. package/src/sap/m/IconTabSeparator.js +1 -1
  83. package/src/sap/m/IllustratedMessage.js +1 -1
  84. package/src/sap/m/IllustratedMessageType.js +12 -0
  85. package/src/sap/m/Illustration.js +1 -1
  86. package/src/sap/m/IllustrationRenderer.js +2 -0
  87. package/src/sap/m/Image.js +9 -1
  88. package/src/sap/m/ImageContent.js +1 -1
  89. package/src/sap/m/Input.js +23 -5
  90. package/src/sap/m/InputBase.js +1 -1
  91. package/src/sap/m/InputListItem.js +1 -1
  92. package/src/sap/m/Label.js +1 -1
  93. package/src/sap/m/LightBox.js +2 -5
  94. package/src/sap/m/LightBoxItem.js +1 -1
  95. package/src/sap/m/LightBoxRenderer.js +3 -0
  96. package/src/sap/m/Link.js +10 -3
  97. package/src/sap/m/LinkRenderer.js +2 -4
  98. package/src/sap/m/List.js +2 -2
  99. package/src/sap/m/ListBase.js +8 -7
  100. package/src/sap/m/ListItemBase.js +6 -5
  101. package/src/sap/m/MaskEnabler.js +1 -1
  102. package/src/sap/m/MaskInput.js +1 -1
  103. package/src/sap/m/MaskInputRule.js +1 -1
  104. package/src/sap/m/Menu.js +42 -35
  105. package/src/sap/m/MenuButton.js +1 -1
  106. package/src/sap/m/MenuItem.js +8 -8
  107. package/src/sap/m/MenuListItem.js +1 -1
  108. package/src/sap/m/MessageBox.js +5 -0
  109. package/src/sap/m/MessageItem.js +1 -1
  110. package/src/sap/m/MessageListItem.js +1 -1
  111. package/src/sap/m/MessagePage.js +1 -1
  112. package/src/sap/m/MessagePopover.js +7 -2
  113. package/src/sap/m/MessagePopoverItem.js +1 -1
  114. package/src/sap/m/MessageStrip.js +1 -1
  115. package/src/sap/m/MessageToast.js +1 -1
  116. package/src/sap/m/MessageView.js +1 -1
  117. package/src/sap/m/MultiComboBox.js +23 -6
  118. package/src/sap/m/MultiEditField.js +1 -1
  119. package/src/sap/m/MultiInput.js +18 -18
  120. package/src/sap/m/NavContainer.js +1 -1
  121. package/src/sap/m/NewsContent.js +1 -1
  122. package/src/sap/m/NotificationList.js +1 -1
  123. package/src/sap/m/NotificationListBase.js +1 -1
  124. package/src/sap/m/NotificationListGroup.js +1 -1
  125. package/src/sap/m/NotificationListItem.js +1 -1
  126. package/src/sap/m/NumericContent.js +1 -1
  127. package/src/sap/m/NumericInput.js +1 -1
  128. package/src/sap/m/ObjectAttribute.js +1 -1
  129. package/src/sap/m/ObjectHeader.js +1 -1
  130. package/src/sap/m/ObjectIdentifier.js +1 -1
  131. package/src/sap/m/ObjectListItem.js +1 -1
  132. package/src/sap/m/ObjectMarker.js +1 -1
  133. package/src/sap/m/ObjectNumber.js +1 -1
  134. package/src/sap/m/ObjectStatus.js +1 -1
  135. package/src/sap/m/OverflowToolbar.js +1 -1
  136. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  137. package/src/sap/m/OverflowToolbarButton.js +1 -1
  138. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  139. package/src/sap/m/OverflowToolbarMenuButton.js +1 -1
  140. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  141. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  142. package/src/sap/m/P13nColumnsItem.js +1 -1
  143. package/src/sap/m/P13nColumnsPanel.js +1 -1
  144. package/src/sap/m/P13nConditionPanel.js +9 -5
  145. package/src/sap/m/P13nDialog.js +1 -1
  146. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  147. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  148. package/src/sap/m/P13nFilterItem.js +1 -1
  149. package/src/sap/m/P13nFilterPanel.js +1 -1
  150. package/src/sap/m/P13nGroupItem.js +1 -1
  151. package/src/sap/m/P13nGroupPanel.js +1 -1
  152. package/src/sap/m/P13nItem.js +1 -1
  153. package/src/sap/m/P13nPanel.js +1 -1
  154. package/src/sap/m/P13nSelectionItem.js +1 -1
  155. package/src/sap/m/P13nSelectionPanel.js +1 -1
  156. package/src/sap/m/P13nSortItem.js +1 -1
  157. package/src/sap/m/P13nSortPanel.js +1 -1
  158. package/src/sap/m/PDFViewer.js +1 -1
  159. package/src/sap/m/Page.js +1 -1
  160. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  161. package/src/sap/m/PagingButton.js +1 -1
  162. package/src/sap/m/Panel.js +1 -1
  163. package/src/sap/m/PlanningCalendar.js +45 -33
  164. package/src/sap/m/PlanningCalendarHeader.js +1 -1
  165. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  166. package/src/sap/m/PlanningCalendarRow.js +1 -1
  167. package/src/sap/m/PlanningCalendarView.js +1 -1
  168. package/src/sap/m/Popover.js +3 -3
  169. package/src/sap/m/PopoverRenderer.js +0 -4
  170. package/src/sap/m/ProgressIndicator.js +1 -1
  171. package/src/sap/m/PullToRefresh.js +1 -1
  172. package/src/sap/m/QuickView.js +1 -1
  173. package/src/sap/m/QuickViewBase.js +1 -1
  174. package/src/sap/m/QuickViewCard.js +1 -1
  175. package/src/sap/m/QuickViewGroup.js +1 -1
  176. package/src/sap/m/QuickViewGroupElement.js +1 -1
  177. package/src/sap/m/QuickViewPage.js +1 -1
  178. package/src/sap/m/RadioButton.js +1 -1
  179. package/src/sap/m/RadioButtonGroup.js +1 -1
  180. package/src/sap/m/RangeSlider.js +1 -1
  181. package/src/sap/m/RatingIndicator.js +1 -1
  182. package/src/sap/m/RatingIndicatorRenderer.js +3 -1
  183. package/src/sap/m/ResponsivePopover.js +1 -1
  184. package/src/sap/m/ResponsiveScale.js +1 -1
  185. package/src/sap/m/ScrollBar.js +1 -1
  186. package/src/sap/m/ScrollContainer.js +1 -1
  187. package/src/sap/m/SearchField.js +1 -1
  188. package/src/sap/m/SegmentedButton.js +9 -1
  189. package/src/sap/m/SegmentedButtonItem.js +1 -1
  190. package/src/sap/m/Select.js +1 -1
  191. package/src/sap/m/SelectDialog.js +1 -1
  192. package/src/sap/m/SelectDialogBase.js +1 -1
  193. package/src/sap/m/SelectList.js +1 -1
  194. package/src/sap/m/SelectionDetails.js +1 -1
  195. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  196. package/src/sap/m/SelectionDetailsItem.js +1 -1
  197. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  198. package/src/sap/m/Shell.js +1 -1
  199. package/src/sap/m/SimpleFixFlex.js +1 -1
  200. package/src/sap/m/SinglePlanningCalendar.js +41 -4
  201. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  202. package/src/sap/m/SinglePlanningCalendarGrid.js +185 -6
  203. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +32 -2
  204. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +185 -6
  205. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +25 -6
  206. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  207. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  208. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  209. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  210. package/src/sap/m/SlideTile.js +1 -1
  211. package/src/sap/m/Slider.js +1 -1
  212. package/src/sap/m/SliderTooltip.js +1 -1
  213. package/src/sap/m/SliderTooltipBase.js +1 -1
  214. package/src/sap/m/SliderTooltipContainer.js +1 -1
  215. package/src/sap/m/SplitApp.js +1 -1
  216. package/src/sap/m/SplitButton.js +1 -1
  217. package/src/sap/m/SplitContainer.js +1 -1
  218. package/src/sap/m/StandardDynamicDateOption.js +1 -1
  219. package/src/sap/m/StandardListItem.js +1 -1
  220. package/src/sap/m/StandardListItemRenderer.js +1 -1
  221. package/src/sap/m/StandardTile.js +1 -1
  222. package/src/sap/m/StandardTreeItem.js +1 -1
  223. package/src/sap/m/StepInput.js +1 -1
  224. package/src/sap/m/SuggestionItem.js +1 -1
  225. package/src/sap/m/SuggestionsPopover.js +1 -1
  226. package/src/sap/m/Switch.js +1 -1
  227. package/src/sap/m/TabContainer.js +1 -1
  228. package/src/sap/m/TabContainerItem.js +1 -1
  229. package/src/sap/m/TabStrip.js +1 -1
  230. package/src/sap/m/TabStripItem.js +1 -1
  231. package/src/sap/m/Table.js +5 -4
  232. package/src/sap/m/TablePersoController.js +1 -1
  233. package/src/sap/m/TablePersoDialog.js +1 -1
  234. package/src/sap/m/TablePersoProvider.js +1 -1
  235. package/src/sap/m/TableSelectDialog.js +1 -1
  236. package/src/sap/m/Text.js +1 -1
  237. package/src/sap/m/TextArea.js +1 -1
  238. package/src/sap/m/Tile.js +1 -1
  239. package/src/sap/m/TileContainer.js +1 -1
  240. package/src/sap/m/TileContent.js +1 -1
  241. package/src/sap/m/TimePicker.js +1 -1
  242. package/src/sap/m/TimePickerClock.js +1 -1
  243. package/src/sap/m/TimePickerClocks.js +1 -1
  244. package/src/sap/m/TimePickerInputs.js +1 -1
  245. package/src/sap/m/TimePickerInternals.js +1 -1
  246. package/src/sap/m/TimePickerRenderer.js +5 -1
  247. package/src/sap/m/TimePickerSlider.js +1 -1
  248. package/src/sap/m/TimePickerSliders.js +1 -1
  249. package/src/sap/m/Title.js +1 -1
  250. package/src/sap/m/TitlePropagationSupport.js +1 -1
  251. package/src/sap/m/TitleRenderer.js +1 -1
  252. package/src/sap/m/ToggleButton.js +1 -1
  253. package/src/sap/m/Token.js +1 -1
  254. package/src/sap/m/Tokenizer.js +19 -10
  255. package/src/sap/m/Toolbar.js +1 -1
  256. package/src/sap/m/ToolbarLayoutData.js +1 -1
  257. package/src/sap/m/ToolbarSeparator.js +1 -1
  258. package/src/sap/m/ToolbarSpacer.js +1 -1
  259. package/src/sap/m/Tree.js +1 -1
  260. package/src/sap/m/TreeItemBase.js +1 -1
  261. package/src/sap/m/UploadCollection.js +2 -1
  262. package/src/sap/m/UploadCollectionItem.js +1 -1
  263. package/src/sap/m/UploadCollectionParameter.js +1 -1
  264. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  265. package/src/sap/m/VBox.js +1 -1
  266. package/src/sap/m/ValueStateHeader.js +1 -1
  267. package/src/sap/m/VariantManagement.js +1 -5
  268. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  269. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  270. package/src/sap/m/ViewSettingsDialog.js +1 -1
  271. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  272. package/src/sap/m/ViewSettingsItem.js +1 -1
  273. package/src/sap/m/VisibleItem.js +1 -1
  274. package/src/sap/m/WheelSlider.js +1 -1
  275. package/src/sap/m/WheelSliderContainer.js +1 -1
  276. package/src/sap/m/Wizard.js +1 -1
  277. package/src/sap/m/WizardProgressNavigator.js +1 -1
  278. package/src/sap/m/WizardStep.js +1 -1
  279. package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
  280. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  281. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  282. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  283. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  284. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  285. package/src/sap/m/delegate/ValueStateMessage.js +15 -4
  286. package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +6 -0
  287. package/src/sap/m/designtime/messagebundle_uk.properties +2 -2
  288. package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +0 -2
  289. package/src/sap/m/library.js +23 -2
  290. package/src/sap/m/messagebundle.properties +36 -0
  291. package/src/sap/m/messagebundle_ar.properties +17 -3
  292. package/src/sap/m/messagebundle_bg.properties +39 -25
  293. package/src/sap/m/messagebundle_ca.properties +17 -3
  294. package/src/sap/m/messagebundle_cs.properties +17 -3
  295. package/src/sap/m/messagebundle_cy.properties +17 -3
  296. package/src/sap/m/messagebundle_da.properties +17 -3
  297. package/src/sap/m/messagebundle_de.properties +17 -3
  298. package/src/sap/m/messagebundle_el.properties +17 -3
  299. package/src/sap/m/messagebundle_en.properties +15 -1
  300. package/src/sap/m/messagebundle_en_GB.properties +15 -1
  301. package/src/sap/m/messagebundle_en_US_sappsd.properties +18 -0
  302. package/src/sap/m/messagebundle_en_US_saprigi.properties +14 -0
  303. package/src/sap/m/messagebundle_en_US_saptrc.properties +14 -0
  304. package/src/sap/m/messagebundle_es.properties +17 -3
  305. package/src/sap/m/messagebundle_es_MX.properties +17 -3
  306. package/src/sap/m/messagebundle_et.properties +17 -3
  307. package/src/sap/m/messagebundle_fi.properties +17 -3
  308. package/src/sap/m/messagebundle_fr.properties +17 -3
  309. package/src/sap/m/messagebundle_fr_CA.properties +17 -3
  310. package/src/sap/m/messagebundle_hi.properties +17 -3
  311. package/src/sap/m/messagebundle_hr.properties +17 -3
  312. package/src/sap/m/messagebundle_hu.properties +17 -3
  313. package/src/sap/m/messagebundle_id.properties +17 -3
  314. package/src/sap/m/messagebundle_it.properties +17 -3
  315. package/src/sap/m/messagebundle_iw.properties +18 -4
  316. package/src/sap/m/messagebundle_ja.properties +17 -3
  317. package/src/sap/m/messagebundle_kk.properties +22 -8
  318. package/src/sap/m/messagebundle_ko.properties +17 -3
  319. package/src/sap/m/messagebundle_lt.properties +17 -3
  320. package/src/sap/m/messagebundle_lv.properties +17 -3
  321. package/src/sap/m/messagebundle_ms.properties +17 -3
  322. package/src/sap/m/messagebundle_nl.properties +17 -3
  323. package/src/sap/m/messagebundle_no.properties +17 -3
  324. package/src/sap/m/messagebundle_pl.properties +17 -3
  325. package/src/sap/m/messagebundle_pt.properties +17 -3
  326. package/src/sap/m/messagebundle_pt_PT.properties +17 -3
  327. package/src/sap/m/messagebundle_ro.properties +17 -3
  328. package/src/sap/m/messagebundle_ru.properties +17 -3
  329. package/src/sap/m/messagebundle_sh.properties +18 -4
  330. package/src/sap/m/messagebundle_sk.properties +17 -3
  331. package/src/sap/m/messagebundle_sl.properties +18 -4
  332. package/src/sap/m/messagebundle_sv.properties +17 -3
  333. package/src/sap/m/messagebundle_th.properties +17 -3
  334. package/src/sap/m/messagebundle_tr.properties +17 -3
  335. package/src/sap/m/messagebundle_uk.properties +21 -7
  336. package/src/sap/m/messagebundle_vi.properties +17 -3
  337. package/src/sap/m/messagebundle_zh_CN.properties +18 -4
  338. package/src/sap/m/messagebundle_zh_TW.properties +17 -3
  339. package/src/sap/m/p13n/AbstractContainer.js +2 -2
  340. package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
  341. package/src/sap/m/p13n/BasePanel.js +113 -16
  342. package/src/sap/m/p13n/Container.js +38 -8
  343. package/src/sap/m/p13n/Engine.js +231 -186
  344. package/src/sap/m/p13n/GroupController.js +1 -1
  345. package/src/sap/m/p13n/GroupPanel.js +1 -1
  346. package/src/sap/m/p13n/Popup.js +2 -1
  347. package/src/sap/m/p13n/QueryPanel.js +7 -2
  348. package/src/sap/m/p13n/SelectionController.js +29 -10
  349. package/src/sap/m/p13n/SelectionPanel.js +1 -1
  350. package/src/sap/m/p13n/SortController.js +1 -1
  351. package/src/sap/m/p13n/SortPanel.js +1 -1
  352. package/src/sap/m/p13n/handler/xConfigHandler.js +38 -13
  353. package/src/sap/m/p13n/modification/FlexModificationHandler.js +46 -23
  354. package/src/sap/m/p13n/modification/ModificationHandler.js +2 -2
  355. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +1 -1
  356. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +4 -4
  357. package/src/sap/m/p13n/modules/UIManager.js +4 -5
  358. package/src/sap/m/p13n/modules/xConfigAPI.js +4 -1
  359. package/src/sap/m/plugins/CellSelector.js +1 -1
  360. package/src/sap/m/plugins/ColumnResizer.js +2 -2
  361. package/src/sap/m/plugins/CopyProvider.js +1 -1
  362. package/src/sap/m/plugins/DataStateIndicator.js +2 -2
  363. package/src/sap/m/plugins/PasteProvider.js +1 -1
  364. package/src/sap/m/plugins/PluginBase.js +1 -1
  365. package/src/sap/m/semantic/AddAction.js +1 -1
  366. package/src/sap/m/semantic/CancelAction.js +1 -1
  367. package/src/sap/m/semantic/DeleteAction.js +1 -1
  368. package/src/sap/m/semantic/DetailPage.js +1 -1
  369. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  370. package/src/sap/m/semantic/EditAction.js +1 -1
  371. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  372. package/src/sap/m/semantic/FilterAction.js +1 -1
  373. package/src/sap/m/semantic/FilterSelect.js +1 -1
  374. package/src/sap/m/semantic/FlagAction.js +1 -1
  375. package/src/sap/m/semantic/ForwardAction.js +1 -1
  376. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  377. package/src/sap/m/semantic/GroupAction.js +1 -1
  378. package/src/sap/m/semantic/GroupSelect.js +1 -1
  379. package/src/sap/m/semantic/MainAction.js +1 -1
  380. package/src/sap/m/semantic/MasterPage.js +1 -1
  381. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  382. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  383. package/src/sap/m/semantic/NegativeAction.js +1 -1
  384. package/src/sap/m/semantic/OpenInAction.js +1 -1
  385. package/src/sap/m/semantic/PositiveAction.js +1 -1
  386. package/src/sap/m/semantic/PrintAction.js +1 -1
  387. package/src/sap/m/semantic/SaveAction.js +1 -1
  388. package/src/sap/m/semantic/Segment.js +1 -1
  389. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  390. package/src/sap/m/semantic/SemanticButton.js +1 -1
  391. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  392. package/src/sap/m/semantic/SemanticControl.js +1 -1
  393. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  394. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  395. package/src/sap/m/semantic/SemanticPage.js +1 -1
  396. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  397. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  398. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  399. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  400. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  401. package/src/sap/m/semantic/ShareMenu.js +1 -1
  402. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  403. package/src/sap/m/semantic/SortAction.js +1 -1
  404. package/src/sap/m/semantic/SortSelect.js +1 -1
  405. package/src/sap/m/table/Util.js +1 -1
  406. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  407. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  408. package/src/sap/m/table/columnmenu/Item.js +1 -1
  409. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  410. package/src/sap/m/table/columnmenu/Menu.js +23 -10
  411. package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
  412. package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
  413. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  414. package/src/sap/m/table/columnmenu/QuickGroup.js +1 -1
  415. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  416. package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
  417. package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -1
  418. package/src/sap/m/table/columnmenu/QuickTotal.js +1 -1
  419. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  420. package/src/sap/m/themes/base/Button.less +16 -3
  421. package/src/sap/m/themes/base/Carousel.less +0 -2
  422. package/src/sap/m/themes/base/FacetFilter.less +0 -4
  423. package/src/sap/m/themes/base/FeedInput.less +130 -113
  424. package/src/sap/m/themes/base/GenericTile.less +17 -2
  425. package/src/sap/m/themes/base/Input.less +4 -0
  426. package/src/sap/m/themes/base/Panel.less +1 -0
  427. package/src/sap/m/themes/base/PlanningCalendar.less +9 -0
  428. package/src/sap/m/themes/base/PlanningCalendarHeader.less +26 -1
  429. package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +75 -4
  430. package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +38 -8
  431. package/src/sap/m/themes/base/StandardListItem.less +1 -0
  432. package/src/sap/m/themes/base/Toolbar.less +3 -2
  433. package/src/sap/m/themes/base/UploadCollection.less +1 -0
  434. package/src/sap/m/themes/base/Wizard.less +5 -1
  435. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoColumnsSet.svg +35 -0
  436. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-Survey.svg +22 -0
  437. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NoColumnsSet.svg +6 -0
  438. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-Survey.svg +7 -0
  439. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoColumnsSet.svg +36 -0
  440. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-Survey.svg +21 -0
  441. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoColumnsSet.svg +36 -0
  442. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-Survey.svg +32 -0
  443. package/src/sap/m/upload/UploadSet.js +36 -13
  444. package/src/sap/m/upload/UploadSetItem.js +14 -2
  445. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
@@ -195,7 +195,7 @@ sap.ui.define([
195
195
  * {@link sap.m.PlanningCalendarView PlanningCalendarView}'s properties.
196
196
  *
197
197
  * @extends sap.ui.core.Control
198
- * @version 1.112.2
198
+ * @version 1.113.0
199
199
  *
200
200
  * @constructor
201
201
  * @public
@@ -873,7 +873,7 @@ sap.ui.define([
873
873
  };
874
874
 
875
875
  PlanningCalendar.prototype._updateHeader = function () {
876
- this._getHeader().setProperty("_primaryCalendarType", this.getPrimaryCalendarType());
876
+ this._getHeader().setProperty("_primaryCalendarType", this._getPrimaryCalendarType());
877
877
  if (this._getSecondaryCalendarType()) {
878
878
  this.setShowDayNamesLine(true);
879
879
  this._getHeader().setProperty("_secondaryCalendarType", this.getSecondaryCalendarType());
@@ -962,9 +962,9 @@ sap.ui.define([
962
962
  */
963
963
  PlanningCalendar.prototype._applyArrowsLogic = function(bBackwards) {
964
964
  if (bBackwards) {
965
- this._dateNav.previous(this.getPrimaryCalendarType());
965
+ this._dateNav.previous(this._getPrimaryCalendarType());
966
966
  } else {
967
- this._dateNav.next(this.getPrimaryCalendarType());
967
+ this._dateNav.next(this._getPrimaryCalendarType());
968
968
  }
969
969
 
970
970
  if (this.getMinDate() && this._dateNav.getStart().getTime() <= this.getMinDate().getTime()) {
@@ -1015,7 +1015,7 @@ sap.ui.define([
1015
1015
 
1016
1016
  switch (sViewType) {
1017
1017
  case CalendarIntervalType.Hour:
1018
- oDateFormat = DateFormat.getDateInstance({format: "yMMMMd", calendarType: this.getPrimaryCalendarType()});
1018
+ oDateFormat = DateFormat.getDateInstance({format: "yMMMMd", calendarType: this._getPrimaryCalendarType()});
1019
1019
  sBeginningResult = oDateFormat.format(oStartDate);
1020
1020
  if (oStartDate.getDate() !== oEndDate.getDate()) {
1021
1021
  sEndResult = oDateFormat.format(oEndDate);
@@ -1041,7 +1041,7 @@ sap.ui.define([
1041
1041
  var iEndingParameter = this._getRelativeInfo().iIntervalSize === 1 ? iBeginning + iEnding : iBeginning + iEnding - 1;
1042
1042
  sEndResult = fnIntervalLabelFormatter ? fnIntervalLabelFormatter(iEndingParameter) : iBeginning + iEnding;
1043
1043
  } else {
1044
- oDateFormat = DateFormat.getDateInstance({ format: "yMMMMd", calendarType: this.getPrimaryCalendarType() });
1044
+ oDateFormat = DateFormat.getDateInstance({ format: "yMMMMd", calendarType: this._getPrimaryCalendarType() });
1045
1045
  sBeginningResult = oDateFormat.format(oStartDate);
1046
1046
  sEndResult = oDateFormat.format(oEndDate);
1047
1047
  if (this._getSecondaryCalendarType()) {
@@ -1055,7 +1055,7 @@ sap.ui.define([
1055
1055
 
1056
1056
  case CalendarIntervalType.OneMonth:
1057
1057
  case "OneMonth":
1058
- oDateFormat = DateFormat.getDateInstance({format: "yMMMM", calendarType: this.getPrimaryCalendarType()});
1058
+ oDateFormat = DateFormat.getDateInstance({format: "yMMMM", calendarType: this._getPrimaryCalendarType()});
1059
1059
  sBeginningResult = oDateFormat.format(oStartDate);
1060
1060
  if (this._getSecondaryCalendarType()) {
1061
1061
  oDateFormatInSecType = DateFormat.getDateInstance({format: "yMMMM", calendarType: this.getSecondaryCalendarType()});
@@ -1064,7 +1064,7 @@ sap.ui.define([
1064
1064
  break;
1065
1065
 
1066
1066
  case CalendarIntervalType.Month:
1067
- oDateFormat = DateFormat.getDateInstance({format: "y", calendarType: this.getPrimaryCalendarType()});
1067
+ oDateFormat = DateFormat.getDateInstance({format: "y", calendarType: this._getPrimaryCalendarType()});
1068
1068
  sBeginningResult = oDateFormat.format(oStartDate);
1069
1069
 
1070
1070
  if (this._getSecondaryCalendarType()) {
@@ -1114,6 +1114,10 @@ sap.ui.define([
1114
1114
  return { primaryType: sResult, secondaryType: sResultInSecType };
1115
1115
  };
1116
1116
 
1117
+ PlanningCalendar.prototype._getPrimaryCalendarType = function(){
1118
+ return this.getProperty("primaryCalendarType") || Configuration.getCalendarType();
1119
+ };
1120
+
1117
1121
  /**
1118
1122
  * Calculates the first and the last date of the range to be displayed. The size of the range depends on the
1119
1123
  * currently selected view.
@@ -1121,8 +1125,8 @@ sap.ui.define([
1121
1125
  * @private
1122
1126
  */
1123
1127
  PlanningCalendar.prototype._getFirstAndLastRangeDate = function () {
1124
- var oUniStartDate = CalendarUtils._createUniversalUTCDate(this.getStartDate(), this.getPrimaryCalendarType(), true),
1125
- oUniEndDate = CalendarUtils._createUniversalUTCDate(this._dateNav.getEnd(), this.getPrimaryCalendarType(), true);
1128
+ var oUniStartDate = CalendarUtils._createUniversalUTCDate(this.getStartDate(), this._getPrimaryCalendarType(), true),
1129
+ oUniEndDate = CalendarUtils._createUniversalUTCDate(this._dateNav.getEnd(), this._getPrimaryCalendarType(), true);
1126
1130
 
1127
1131
  return {
1128
1132
  oStartDate: oUniStartDate,
@@ -1187,7 +1191,7 @@ sap.ui.define([
1187
1191
  * @public
1188
1192
  */
1189
1193
  PlanningCalendar.prototype.getEndDate = function () {
1190
- return this._dateNav.getEnd(this.getPrimaryCalendarType());
1194
+ return this._dateNav.getEnd(this._getPrimaryCalendarType());
1191
1195
  };
1192
1196
 
1193
1197
  /**
@@ -1521,14 +1525,10 @@ sap.ui.define([
1521
1525
  };
1522
1526
 
1523
1527
  PlanningCalendar.prototype._getSecondaryCalendarType = function() {
1524
- var sSecondaryCalendarType;
1525
-
1526
- if (this._bSecondaryCalendarTypeSet) {
1527
- sSecondaryCalendarType = this.getSecondaryCalendarType();
1528
+ var sSecondaryCalendarType = this.getSecondaryCalendarType();
1528
1529
 
1529
- if (sSecondaryCalendarType === this.getPrimaryCalendarType()) {
1530
- sSecondaryCalendarType = undefined;
1531
- }
1530
+ if (sSecondaryCalendarType === this._getPrimaryCalendarType()) {
1531
+ return undefined;
1532
1532
  }
1533
1533
 
1534
1534
  return sSecondaryCalendarType;
@@ -1542,7 +1542,7 @@ sap.ui.define([
1542
1542
  */
1543
1543
  PlanningCalendar.prototype.setSecondaryCalendarType = function (sSecondaryCalendarType) {
1544
1544
  this.setProperty("secondaryCalendarType", sSecondaryCalendarType);
1545
- this._bSecondaryCalendarTypeSet = true;
1545
+
1546
1546
  if (this._getHeader()) {
1547
1547
  this._getHeader().setProperty("_secondaryCalendarType", sSecondaryCalendarType);
1548
1548
  }
@@ -1565,6 +1565,12 @@ sap.ui.define([
1565
1565
  return this;
1566
1566
  };
1567
1567
 
1568
+ /**
1569
+ * Set minimum date that can be shown and selected in the <code>PlanningCalendar</code>. This must be a JavaScript date object.
1570
+ * @param {Date} oDate A JavaScript Date
1571
+ * @returns {this} Reference to <code>this</code> for method chaining
1572
+ * @public
1573
+ */
1568
1574
  PlanningCalendar.prototype.setMinDate = function(oDate){
1569
1575
 
1570
1576
  if (deepEqual(oDate, this.getMinDate())) {
@@ -1624,6 +1630,12 @@ sap.ui.define([
1624
1630
 
1625
1631
  };
1626
1632
 
1633
+ /**
1634
+ * Set maximum date that can be shown and selected in the <code>PlanningCalendar</code>. This must be a JavaScript date object.
1635
+ * @param {Date} oDate A JavaScript Date
1636
+ * @returns {this} Reference to <code>this</code> for method chaining
1637
+ * @public
1638
+ */
1627
1639
  PlanningCalendar.prototype.setMaxDate = function(oDate){
1628
1640
 
1629
1641
  if (deepEqual(oDate, this.getMaxDate())) {
@@ -1865,7 +1877,7 @@ sap.ui.define([
1865
1877
  months: iIntervals,
1866
1878
  legend: this.getLegend()
1867
1879
  });
1868
- this._oMonthsRow.setProperty("primaryCalendarType", this.getPrimaryCalendarType());
1880
+ this._oMonthsRow.setProperty("primaryCalendarType", this._getPrimaryCalendarType());
1869
1881
  if (sSecondaryCalendarType) {
1870
1882
  this._oMonthsRow.setProperty("secondaryCalendarType", sSecondaryCalendarType);
1871
1883
  }
@@ -1897,9 +1909,9 @@ sap.ui.define([
1897
1909
  var oContent = this.getAggregation("table").getInfoToolbar().getContent()[1];
1898
1910
 
1899
1911
  if (oContent.getMetadata().hasProperty("_primaryCalendarType")) {
1900
- oContent.setProperty("_primaryCalendarType", this.getPrimaryCalendarType());
1912
+ oContent.setProperty("_primaryCalendarType", this._getPrimaryCalendarType());
1901
1913
  } else if (oContent.getMetadata().hasProperty("primaryCalendarType")) {
1902
- oContent.setPrimaryCalendarType(this.getPrimaryCalendarType());
1914
+ oContent.setPrimaryCalendarType(this._getPrimaryCalendarType());
1903
1915
  }
1904
1916
 
1905
1917
  if (sSecondaryCalendarType && oContent.getMetadata().hasProperty("_secondaryCalendarType") ) {
@@ -1909,7 +1921,7 @@ sap.ui.define([
1909
1921
  }
1910
1922
 
1911
1923
  if (this._oOneMonthsRow) {
1912
- this._oOneMonthsRow.setPrimaryCalendarType(this.getPrimaryCalendarType());
1924
+ this._oOneMonthsRow.setPrimaryCalendarType(this._getPrimaryCalendarType());
1913
1925
  }
1914
1926
 
1915
1927
  if (oContent.setFirstDayOfWeek) {
@@ -1947,7 +1959,7 @@ sap.ui.define([
1947
1959
  if (this._oOneMonthsRow && (sKey === PlanningCalendarBuiltInView.OneMonth || sKey === "OneMonth")) {
1948
1960
  this._oOneMonthsRow.setMode(this._iSize);
1949
1961
  this._oOldStartDate = UI5Date.getInstance(this.getStartDate().getTime());
1950
- this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oOldStartDate, this.getPrimaryCalendarType()));
1962
+ this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oOldStartDate, this._getPrimaryCalendarType()));
1951
1963
 
1952
1964
  if (this._iSize < 2) {
1953
1965
  this._setRowsStartDate(oOldStartDate);
@@ -2044,7 +2056,7 @@ sap.ui.define([
2044
2056
  oStart,
2045
2057
  oCurrent;
2046
2058
 
2047
- this._dateNav.toDate(oDate, this.getPrimaryCalendarType());
2059
+ this._dateNav.toDate(oDate, this._getPrimaryCalendarType());
2048
2060
 
2049
2061
  oStart = this._dateNav.getStart();
2050
2062
  oCurrent = this._dateNav.getCurrent();
@@ -2114,7 +2126,7 @@ sap.ui.define([
2114
2126
  * CalendarUtils.getFirstDateOfMonth works with UTC dates (this is because the dates are timezone irrelevant),
2115
2127
  * it should be called with the local datetime values presented as UTC ones.
2116
2128
  */
2117
- var oFirstDateOfMonth = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oStartDate, this.getPrimaryCalendarType()));
2129
+ var oFirstDateOfMonth = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oStartDate, this._getPrimaryCalendarType()));
2118
2130
  var oJSDate = oFirstDateOfMonth.toLocalJSDate();
2119
2131
  oJSDate.setHours(oStartDate.getHours(), oStartDate.getMinutes(), oStartDate.getSeconds());
2120
2132
  //CalendarUtils.getFirstDateOfMonth works with UTC based date values, restore the result back in local timezone.
@@ -2978,7 +2990,7 @@ sap.ui.define([
2978
2990
  sViewKey = this.getViewKey(),
2979
2991
  oFocusMonthDelegate = {
2980
2992
  onAfterRendering: function() {
2981
- this._focusDate(CalendarDate.fromLocalJSDate(UI5Date.getInstance(), this.getPrimaryCalendarType()));
2993
+ this._focusDate(CalendarDate.fromLocalJSDate(UI5Date.getInstance(), this._getPrimaryCalendarType()));
2982
2994
  this.removeDelegate(oFocusMonthDelegate);
2983
2995
  }
2984
2996
  };
@@ -2986,8 +2998,8 @@ sap.ui.define([
2986
2998
  // if the OneMonth view is selected and Today btn is pressed,
2987
2999
  // the calendar should start from the 1st date of the current month
2988
3000
  if (sViewKey === PlanningCalendarBuiltInView.OneMonth || sViewKey === "OneMonth") {
2989
- oStartDate = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oDate, this.getPrimaryCalendarType()));
2990
- this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oDate, this.getPrimaryCalendarType()));
3001
+ oStartDate = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oDate, this._getPrimaryCalendarType()));
3002
+ this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oDate, this._getPrimaryCalendarType()));
2991
3003
 
2992
3004
  oDate = oStartDate.toLocalJSDate();
2993
3005
  }
@@ -3089,9 +3101,9 @@ sap.ui.define([
3089
3101
  }
3090
3102
 
3091
3103
  var oEvtSelectedStartDate = UI5Date.getInstance(aSelectedDates[0].getStartDate());
3092
- var oEvtSelectedStartCalendarDate = CalendarDate.fromLocalJSDate(oEvtSelectedStartDate, this.getPrimaryCalendarType());
3104
+ var oEvtSelectedStartCalendarDate = CalendarDate.fromLocalJSDate(oEvtSelectedStartDate, this._getPrimaryCalendarType());
3093
3105
  // calculate end date
3094
- var oEndDate = CalendarUtils._createUniversalUTCDate(oEvtSelectedStartDate, this.getPrimaryCalendarType(), true);
3106
+ var oEndDate = CalendarUtils._createUniversalUTCDate(oEvtSelectedStartDate, this._getPrimaryCalendarType(), true);
3095
3107
  var sKey = this.getViewKey();
3096
3108
  var oView = this._getView(sKey);
3097
3109
  var sIntervalType = oView.getIntervalType();
@@ -3122,7 +3134,7 @@ sap.ui.define([
3122
3134
  this._getHeader().updatePickerText(this._formatPickerText());
3123
3135
  }
3124
3136
  this._setRowsStartDate(oFocusedDate);
3125
- this._oOneMonthsRow._focusDate(CalendarDate.fromLocalJSDate(oFocusedDate, this.getPrimaryCalendarType()), true);
3137
+ this._oOneMonthsRow._focusDate(CalendarDate.fromLocalJSDate(oFocusedDate, this._getPrimaryCalendarType()), true);
3126
3138
  } else if (CalendarUtils._isNextMonth(oEvtSelectedStartCalendarDate.toLocalJSDate(), this.getStartDate())) {
3127
3139
  this.shiftToDate(oEvtSelectedStartCalendarDate);
3128
3140
  this._addMonthFocusDelegate(this._getRowInstanceByViewKey(this.getViewKey()));
@@ -3282,7 +3294,7 @@ sap.ui.define([
3282
3294
  oSelectedDate = (this._getSelectedDates().length && this._getSelectedDates()[0].getStartDate()) ?
3283
3295
  this._getSelectedDates()[0].getStartDate() : this.getStartDate();
3284
3296
  this._oOneMonthsRow.setMode(this._iSize);
3285
- this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oSelectedDate, this.getPrimaryCalendarType()));
3297
+ this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oSelectedDate, this._getPrimaryCalendarType()));
3286
3298
  }
3287
3299
 
3288
3300
  // Call _updateStickyHeader only if the property stickyHeader is set to true
@@ -98,7 +98,7 @@ function(
98
98
  * @extends sap.ui.core.Control
99
99
  *
100
100
  * @author SAP SE
101
- * @version 1.112.2
101
+ * @version 1.113.0
102
102
  *
103
103
  * @constructor
104
104
  * @private
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/unified/CalendarLegend', 'sap/ui/unified/CalendarAppointm
23
23
  * @extends sap.ui.unified.CalendarLegend
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.112.2
26
+ * @version 1.113.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * The <code>sap.m.PlanningCalendarRow</code> allows you to modify appointments at row level.
36
36
  *
37
37
  * @extends sap.ui.core.Element
38
- * @version 1.112.2
38
+ * @version 1.113.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/library'],
25
25
  * The <code>PlanningCalendarView</code> defines the type of the intervals (hours, days, months)
26
26
  * and how many intervals are displayed.
27
27
  * @extends sap.ui.core.Element
28
- * @version 1.112.2
28
+ * @version 1.113.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @extends sap.ui.core.Control
121
121
  * @implements sap.ui.core.PopupInterface
122
122
  * @author SAP SE
123
- * @version 1.112.2
123
+ * @version 1.113.0
124
124
  *
125
125
  * @public
126
126
  * @alias sap.m.Popover
@@ -801,7 +801,7 @@ sap.ui.define([
801
801
  * Opens the Popover and sets the Popover position according to the {@link #getPlacement() placement} property around the <code>oControl</code> parameter.
802
802
  *
803
803
  * @param {sap.ui.core.Control|HTMLElement} oControl This is the control to which the Popover will be placed. It can be not only a UI5 control, but also an existing DOM reference. The side of the placement depends on the placement property set in the Popover.
804
- * @param {boolean} bSkipInstanceManager Indicates whether popover should be managed by InstanceManager or not
804
+ * @param {boolean} [bSkipInstanceManager=false] Indicates whether popover should be managed by InstanceManager or not.
805
805
  * @returns {this} Reference to the control instance for chaining
806
806
  * @public
807
807
  */
@@ -1711,7 +1711,7 @@ sap.ui.define([
1711
1711
  * Calculate outerHeight of the element; used as hook for SVG elements
1712
1712
  * @param {HTMLElement} oElement An Element for which outerHeight will be calculated.
1713
1713
  * @param {boolean} [bIncludeMargin=false] Determines if the margins should be included in the calculated outerHeight
1714
- * * @returns {number} The outer height of the element
1714
+ * @returns {number} The outer height of the element
1715
1715
  * @protected
1716
1716
  */
1717
1717
  Popover.outerHeight = function (oElement, bIncludeMargin) {
@@ -163,10 +163,6 @@ sap.ui.define([
163
163
  oRm.openStart("div", oControl.getId() + "-scroll")
164
164
  .class("sapMPopoverScroll");
165
165
 
166
- if (!oControl.getHorizontalScrolling()) {
167
- oRm.style(Configuration.getRTL() ? "margin-left" : "margin-right", getScrollbarSize().width + "px");
168
- }
169
-
170
166
  oRm.openEnd();
171
167
 
172
168
  for (i = 0; i < contents.length; i++) {
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @extends sap.ui.core.Control
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.112.2
62
+ * @version 1.113.0
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.112.2
45
+ * @version 1.113.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @extends sap.m.QuickViewBase
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.112.2
62
+ * @version 1.113.0
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Control
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.112.2
30
+ * @version 1.113.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.m.QuickViewBase
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.112.2
39
+ * @version 1.113.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.112.2
25
+ * @version 1.113.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.112.2
31
+ * @version 1.113.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -100,7 +100,7 @@ sap.ui.define([
100
100
  * @extends sap.ui.core.Control
101
101
  *
102
102
  * @author SAP SE
103
- * @version 1.112.2
103
+ * @version 1.113.0
104
104
  *
105
105
  * @constructor
106
106
  * @public
@@ -91,7 +91,7 @@ function(
91
91
  * @implements sap.ui.core.IFormContent
92
92
  *
93
93
  * @author SAP SE
94
- * @version 1.112.2
94
+ * @version 1.113.0
95
95
  *
96
96
  * @constructor
97
97
  * @public
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @implements sap.ui.core.IFormContent
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.112.2
64
+ * @version 1.113.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.m.Slider
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.112.2
54
+ * @version 1.113.0
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.core.Control
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.112.2
55
+ * @version 1.113.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -49,6 +49,8 @@ sap.ui.define(
49
49
 
50
50
  oRm.style("width", this._iWidth + "px");
51
51
  oRm.style("height", this._iHeight + "px");
52
+ oRm.style("font-size", this._iHeight + "px");
53
+
52
54
  if (bEnabled && !bDisplayOnly) {
53
55
  // Interactive
54
56
  oRm.attr("tabindex", "0");
@@ -255,7 +257,7 @@ sap.ui.define(
255
257
  case "SELECTED":
256
258
  return oControl.getIconSelected() || IconPool.getIconURI("favorite");
257
259
  case "UNSELECTED":
258
- if (oControl.getEditable() && !oControl.getDisplayOnly()) {
260
+ if (oControl.getEditable() && !oControl.getDisplayOnly() && oControl.getEnabled()) {
259
261
  return oControl.getIconUnselected() || IconPool.getIconURI("unfavorite");
260
262
  } else {
261
263
  return oControl.getIconUnselected() || IconPool.getIconURI("favorite");
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  * @extends sap.ui.core.Control
64
64
  *
65
65
  * @author SAP SE
66
- * @version 1.112.2
66
+ * @version 1.113.0
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Element
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.112.2
37
+ * @version 1.113.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -25,7 +25,7 @@ function(Control, ScrollBarRenderer) {
25
25
  * care of only rendering the currently visible rows and use this <code>ScrollBar</code> control to make
26
26
  * the users think they are actually scrolling through a long list.
27
27
  * @extends sap.ui.core.Control
28
- * @version 1.112.2
28
+ * @version 1.113.0
29
29
  *
30
30
  * @private
31
31
  * @alias sap.m.ScrollBar
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @extends sap.ui.core.Control
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.112.2
42
+ * @version 1.113.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * @extends sap.ui.core.Control
68
68
  * @implements sap.ui.core.IFormContent
69
69
  * @author SAP SE
70
- * @version 1.112.2
70
+ * @version 1.113.0
71
71
  *
72
72
  * @constructor
73
73
  * @public
@@ -55,7 +55,7 @@ function(
55
55
  * @implements sap.ui.core.IFormContent
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.112.2
58
+ * @version 1.113.0
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -638,6 +638,10 @@ function(
638
638
  return this;
639
639
  };
640
640
 
641
+ SegmentedButton.prototype.getButtons = function () {
642
+ return this.getAggregation("buttons") || [];
643
+ };
644
+
641
645
  SegmentedButton.prototype.removeButton = function (oButton) {
642
646
  var oRemovedButton = this.removeAggregation("buttons", oButton);
643
647
  if (oRemovedButton) {
@@ -795,6 +799,10 @@ function(
795
799
  }
796
800
  };
797
801
 
802
+ SegmentedButton.prototype.getSelectedButton = function () {
803
+ return this.getAssociation("selectedButton");
804
+ };
805
+
798
806
  /**
799
807
  * Setter for association <code>selectedButton</code>.
800
808
  *
@@ -23,7 +23,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item', 'sap/m/Button', 'sap/ui/core/Cus
23
23
  * @extends sap.ui.core.Item
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.112.2
26
+ * @version 1.113.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -106,7 +106,7 @@ function(
106
106
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent
107
107
  *
108
108
  * @author SAP SE
109
- * @version 1.112.2
109
+ * @version 1.113.0
110
110
  *
111
111
  * @constructor
112
112
  * @public
@@ -126,7 +126,7 @@ function(
126
126
  * @extends sap.m.SelectDialogBase
127
127
  *
128
128
  * @author SAP SE
129
- * @version 1.112.2
129
+ * @version 1.113.0
130
130
  *
131
131
  * @constructor
132
132
  * @public
@@ -31,7 +31,7 @@ function(
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.112.2
34
+ * @version 1.113.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.112.2
38
+ * @version 1.113.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -39,7 +39,7 @@ function(
39
39
  * <b><i>Note:</i></b>It is protected and should only be used within the framework itself.
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.112.2
42
+ * @version 1.113.0
43
43
  *
44
44
  * @extends sap.ui.core.Control
45
45
  * @constructor
@@ -10,7 +10,7 @@
10
10
  * @since 1.48.0
11
11
  * @public
12
12
  * @author SAP SE
13
- * @version 1.112.2
13
+ * @version 1.113.0
14
14
  * @borrows sap.ui.core.Element#addCustomData as #addCustomData
15
15
  * @borrows sap.ui.core.Element#getCustomData as #getCustomData
16
16
  * @borrows sap.ui.core.Element#indexOfCustomData as #indexOfCustomData
@@ -45,7 +45,7 @@
45
45
  * @since 1.48.0
46
46
  * @public
47
47
  * @author SAP SE
48
- * @version 1.112.2
48
+ * @version 1.113.0
49
49
  * @borrows sap.ui.core.Element#addCustomData as #addCustomData
50
50
  * @borrows sap.ui.core.Element#getCustomData as #getCustomData
51
51
  * @borrows sap.ui.core.Element#indexOfCustomData as #indexOfCustomData
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @extends sap.ui.core.Element
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.112.2
61
+ * @version 1.113.0
62
62
  *
63
63
  * @constructor
64
64
  * @protected
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/Element", "sap/base/Log", "sap/base/util/isPlainObje
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.112.2
26
+ * @version 1.113.0
27
27
  *
28
28
  * @constructor
29
29
  * @protected