@openui5/sap.m 1.92.0 → 1.93.3

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 (399) hide show
  1. package/.reuse/dep5 +5 -0
  2. package/THIRDPARTY.txt +10 -1
  3. package/package.json +4 -4
  4. package/src/sap/m/.library +1 -1
  5. package/src/sap/m/AccButton.js +1 -1
  6. package/src/sap/m/ActionListItem.js +1 -1
  7. package/src/sap/m/ActionSelect.js +1 -1
  8. package/src/sap/m/ActionSheet.js +1 -1
  9. package/src/sap/m/App.js +1 -1
  10. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  11. package/src/sap/m/Avatar.js +1 -1
  12. package/src/sap/m/Bar.js +14 -1
  13. package/src/sap/m/Breadcrumbs.js +1 -1
  14. package/src/sap/m/BusyDialog.js +1 -1
  15. package/src/sap/m/BusyIndicator.js +1 -1
  16. package/src/sap/m/Button.js +9 -6
  17. package/src/sap/m/Carousel.js +1 -1
  18. package/src/sap/m/CarouselLayout.js +1 -1
  19. package/src/sap/m/CheckBox.js +9 -4
  20. package/src/sap/m/CheckBoxRenderer.js +1 -1
  21. package/src/sap/m/ColorPalette.js +1 -1
  22. package/src/sap/m/ColorPalettePopover.js +1 -1
  23. package/src/sap/m/Column.js +9 -1
  24. package/src/sap/m/ColumnHeaderPopover.js +1 -1
  25. package/src/sap/m/ColumnListItem.js +8 -2
  26. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  27. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  28. package/src/sap/m/ColumnPopoverItem.js +1 -1
  29. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  30. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  31. package/src/sap/m/ComboBox.js +1 -1
  32. package/src/sap/m/ComboBoxBase.js +1 -1
  33. package/src/sap/m/ComboBoxTextField.js +1 -1
  34. package/src/sap/m/CustomDynamicDateOption.js +1 -1
  35. package/src/sap/m/CustomListItem.js +1 -1
  36. package/src/sap/m/CustomTile.js +1 -1
  37. package/src/sap/m/CustomTreeItem.js +1 -1
  38. package/src/sap/m/DatePicker.js +9 -2
  39. package/src/sap/m/DateRangeSelection.js +2 -2
  40. package/src/sap/m/DateTimeField.js +69 -1
  41. package/src/sap/m/DateTimeInput.js +1 -1
  42. package/src/sap/m/DateTimePicker.js +15 -8
  43. package/src/sap/m/Dialog.js +3 -3
  44. package/src/sap/m/DisplayListItem.js +1 -1
  45. package/src/sap/m/DraftIndicator.js +1 -1
  46. package/src/sap/m/DynamicDate.js +53 -8
  47. package/src/sap/m/DynamicDateFormat.js +12 -1
  48. package/src/sap/m/DynamicDateOption.js +1 -1
  49. package/src/sap/m/DynamicDateRange.js +96 -17
  50. package/src/sap/m/DynamicDateUtil.js +20 -2
  51. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  52. package/src/sap/m/ExpandableText.js +4 -2
  53. package/src/sap/m/FacetFilter.js +1 -1
  54. package/src/sap/m/FacetFilterItem.js +1 -1
  55. package/src/sap/m/FacetFilterList.js +2 -2
  56. package/src/sap/m/FeedContent.js +1 -1
  57. package/src/sap/m/FeedInput.js +5 -2
  58. package/src/sap/m/FeedListItem.js +1 -1
  59. package/src/sap/m/FeedListItemAction.js +1 -1
  60. package/src/sap/m/Fiori20Adapter.js +2 -2
  61. package/src/sap/m/FlexBox.js +32 -67
  62. package/src/sap/m/FlexItemData.js +1 -1
  63. package/src/sap/m/FormattedText.js +1 -1
  64. package/src/sap/m/GenericTag.js +1 -1
  65. package/src/sap/m/GenericTile.js +1 -1
  66. package/src/sap/m/GenericTileRenderer.js +46 -8
  67. package/src/sap/m/GroupHeaderListItem.js +1 -1
  68. package/src/sap/m/GrowingEnablement.js +31 -34
  69. package/src/sap/m/GrowingList.js +1 -1
  70. package/src/sap/m/HBox.js +1 -1
  71. package/src/sap/m/HeaderContainer.js +1 -1
  72. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  73. package/src/sap/m/IconTabBar.js +1 -2
  74. package/src/sap/m/IconTabBarSelectList.js +1 -1
  75. package/src/sap/m/IconTabFilter.js +68 -32
  76. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  77. package/src/sap/m/IconTabHeader.js +18 -7
  78. package/src/sap/m/IconTabHeaderRenderer.js +1 -0
  79. package/src/sap/m/IconTabSeparator.js +1 -1
  80. package/src/sap/m/Image.js +1 -1
  81. package/src/sap/m/ImageContent.js +1 -1
  82. package/src/sap/m/Input.js +23 -15
  83. package/src/sap/m/InputBase.js +4 -2
  84. package/src/sap/m/InputListItem.js +1 -1
  85. package/src/sap/m/Label.js +1 -1
  86. package/src/sap/m/LightBox.js +1 -1
  87. package/src/sap/m/LightBoxItem.js +1 -1
  88. package/src/sap/m/Link.js +2 -2
  89. package/src/sap/m/List.js +1 -1
  90. package/src/sap/m/ListBase.js +50 -20
  91. package/src/sap/m/ListItemBase.js +8 -7
  92. package/src/sap/m/MaskEnabler.js +1 -1
  93. package/src/sap/m/MaskInput.js +1 -1
  94. package/src/sap/m/MaskInputRule.js +1 -1
  95. package/src/sap/m/Menu.js +1 -1
  96. package/src/sap/m/MenuButton.js +2 -2
  97. package/src/sap/m/MenuItem.js +1 -1
  98. package/src/sap/m/MenuListItem.js +1 -1
  99. package/src/sap/m/MessageBox.js +30 -0
  100. package/src/sap/m/MessageItem.js +1 -16
  101. package/src/sap/m/MessageListItem.js +1 -1
  102. package/src/sap/m/MessagePage.js +1 -1
  103. package/src/sap/m/MessagePopover.js +1 -4
  104. package/src/sap/m/MessagePopoverItem.js +1 -1
  105. package/src/sap/m/MessageStrip.js +1 -1
  106. package/src/sap/m/MessageStripUtilities.js +15 -2
  107. package/src/sap/m/MessageToast.js +2 -2
  108. package/src/sap/m/MessageView.js +17 -28
  109. package/src/sap/m/MultiComboBox.js +169 -164
  110. package/src/sap/m/MultiEditField.js +1 -1
  111. package/src/sap/m/MultiInput.js +2 -3
  112. package/src/sap/m/NavContainer.js +9 -7
  113. package/src/sap/m/NewsContent.js +1 -1
  114. package/src/sap/m/NotificationList.js +1 -1
  115. package/src/sap/m/NotificationListBase.js +1 -1
  116. package/src/sap/m/NotificationListGroup.js +1 -1
  117. package/src/sap/m/NotificationListItem.js +1 -1
  118. package/src/sap/m/NumericContent.js +1 -1
  119. package/src/sap/m/ObjectAttribute.js +1 -1
  120. package/src/sap/m/ObjectHeader.js +1 -1
  121. package/src/sap/m/ObjectHeaderRenderer.js +10 -7
  122. package/src/sap/m/ObjectIdentifier.js +1 -1
  123. package/src/sap/m/ObjectListItem.js +1 -1
  124. package/src/sap/m/ObjectMarker.js +1 -1
  125. package/src/sap/m/ObjectNumber.js +1 -1
  126. package/src/sap/m/ObjectStatus.js +1 -1
  127. package/src/sap/m/OverflowToolbar.js +10 -6
  128. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  129. package/src/sap/m/OverflowToolbarButton.js +1 -1
  130. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  131. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  132. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  133. package/src/sap/m/P13nColumnsItem.js +1 -1
  134. package/src/sap/m/P13nColumnsPanel.js +1 -1
  135. package/src/sap/m/P13nConditionPanel.js +1 -1
  136. package/src/sap/m/P13nDialog.js +1 -1
  137. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  138. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  139. package/src/sap/m/P13nFilterItem.js +1 -1
  140. package/src/sap/m/P13nFilterPanel.js +1 -1
  141. package/src/sap/m/P13nGroupItem.js +1 -1
  142. package/src/sap/m/P13nGroupPanel.js +1 -1
  143. package/src/sap/m/P13nItem.js +1 -1
  144. package/src/sap/m/P13nPanel.js +1 -1
  145. package/src/sap/m/P13nSelectionItem.js +1 -1
  146. package/src/sap/m/P13nSelectionPanel.js +1 -1
  147. package/src/sap/m/P13nSortItem.js +1 -1
  148. package/src/sap/m/P13nSortPanel.js +1 -1
  149. package/src/sap/m/PDFViewer.js +1 -1
  150. package/src/sap/m/Page.js +1 -1
  151. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  152. package/src/sap/m/PagingButton.js +1 -1
  153. package/src/sap/m/Panel.js +1 -1
  154. package/src/sap/m/PlanningCalendar.js +167 -44
  155. package/src/sap/m/PlanningCalendarHeader.js +36 -5
  156. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  157. package/src/sap/m/PlanningCalendarRow.js +1 -1
  158. package/src/sap/m/PlanningCalendarView.js +26 -2
  159. package/src/sap/m/Popover.js +11 -2
  160. package/src/sap/m/ProgressIndicator.js +1 -1
  161. package/src/sap/m/PullToRefresh.js +1 -1
  162. package/src/sap/m/QuickView.js +1 -1
  163. package/src/sap/m/QuickViewBase.js +1 -1
  164. package/src/sap/m/QuickViewCard.js +1 -1
  165. package/src/sap/m/QuickViewGroup.js +1 -1
  166. package/src/sap/m/QuickViewGroupElement.js +1 -1
  167. package/src/sap/m/QuickViewPage.js +5 -5
  168. package/src/sap/m/RadioButton.js +1 -1
  169. package/src/sap/m/RadioButtonGroup.js +1 -1
  170. package/src/sap/m/RangeSlider.js +1 -1
  171. package/src/sap/m/RatingIndicator.js +69 -29
  172. package/src/sap/m/ResponsivePopover.js +1 -1
  173. package/src/sap/m/ResponsiveScale.js +1 -1
  174. package/src/sap/m/ScrollBar.js +1 -1
  175. package/src/sap/m/ScrollContainer.js +1 -1
  176. package/src/sap/m/SearchField.js +34 -19
  177. package/src/sap/m/SearchFieldRenderer.js +13 -3
  178. package/src/sap/m/SegmentedButton.js +1 -1
  179. package/src/sap/m/SegmentedButtonItem.js +1 -1
  180. package/src/sap/m/SegmentedButtonRenderer.js +6 -0
  181. package/src/sap/m/Select.js +21 -13
  182. package/src/sap/m/SelectDialog.js +21 -49
  183. package/src/sap/m/SelectDialogBase.js +148 -0
  184. package/src/sap/m/SelectList.js +13 -3
  185. package/src/sap/m/SelectRenderer.js +19 -3
  186. package/src/sap/m/SelectionDetails.js +5 -2
  187. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  188. package/src/sap/m/SelectionDetailsItem.js +1 -1
  189. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  190. package/src/sap/m/Shell.js +1 -1
  191. package/src/sap/m/SimpleFixFlex.js +1 -1
  192. package/src/sap/m/SinglePlanningCalendar.js +4 -1
  193. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  194. package/src/sap/m/SinglePlanningCalendarGrid.js +48 -5
  195. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +27 -19
  196. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +11 -1
  197. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  198. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  199. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  200. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  201. package/src/sap/m/SlideTile.js +3 -3
  202. package/src/sap/m/Slider.js +1 -1
  203. package/src/sap/m/SliderRenderer.js +2 -2
  204. package/src/sap/m/SliderTooltip.js +1 -1
  205. package/src/sap/m/SliderTooltipBase.js +1 -1
  206. package/src/sap/m/SliderTooltipContainer.js +1 -1
  207. package/src/sap/m/SplitApp.js +1 -1
  208. package/src/sap/m/SplitButton.js +1 -1
  209. package/src/sap/m/SplitButtonRenderer.js +5 -1
  210. package/src/sap/m/SplitContainer.js +1 -1
  211. package/src/sap/m/StandardDynamicDateOption.js +1 -1
  212. package/src/sap/m/StandardListItem.js +1 -1
  213. package/src/sap/m/StandardTile.js +1 -1
  214. package/src/sap/m/StandardTreeItem.js +1 -1
  215. package/src/sap/m/StepInput.js +1 -1
  216. package/src/sap/m/SuggestionItem.js +1 -1
  217. package/src/sap/m/SuggestionsPopover.js +44 -1
  218. package/src/sap/m/Switch.js +9 -1
  219. package/src/sap/m/TabContainer.js +1 -1
  220. package/src/sap/m/TabContainerItem.js +1 -1
  221. package/src/sap/m/TabStrip.js +1 -1
  222. package/src/sap/m/TabStripItem.js +1 -1
  223. package/src/sap/m/Table.js +48 -6
  224. package/src/sap/m/TablePersoController.js +1 -1
  225. package/src/sap/m/TablePersoDialog.js +1 -1
  226. package/src/sap/m/TablePersoProvider.js +1 -1
  227. package/src/sap/m/TableRenderer.js +3 -2
  228. package/src/sap/m/TableSelectDialog.js +21 -46
  229. package/src/sap/m/Text.js +2 -2
  230. package/src/sap/m/TextArea.js +1 -1
  231. package/src/sap/m/Tile.js +1 -1
  232. package/src/sap/m/TileContainer.js +2 -2
  233. package/src/sap/m/TileContent.js +1 -1
  234. package/src/sap/m/TimePicker.js +8 -3
  235. package/src/sap/m/TimePickerClock.js +1 -1
  236. package/src/sap/m/TimePickerClocks.js +3 -1
  237. package/src/sap/m/TimePickerInputs.js +3 -1
  238. package/src/sap/m/TimePickerInternals.js +1 -1
  239. package/src/sap/m/TimePickerSlider.js +1 -1
  240. package/src/sap/m/TimePickerSliders.js +1 -1
  241. package/src/sap/m/TimePickerSlidersRenderer.js +0 -1
  242. package/src/sap/m/Title.js +1 -1
  243. package/src/sap/m/TitlePropagationSupport.js +1 -1
  244. package/src/sap/m/ToggleButton.js +1 -1
  245. package/src/sap/m/Token.js +1 -1
  246. package/src/sap/m/Tokenizer.js +2 -1
  247. package/src/sap/m/TokenizerRenderer.js +1 -0
  248. package/src/sap/m/Toolbar.js +1 -1
  249. package/src/sap/m/ToolbarLayoutData.js +1 -1
  250. package/src/sap/m/ToolbarSeparator.js +1 -1
  251. package/src/sap/m/ToolbarSpacer.js +1 -1
  252. package/src/sap/m/Tree.js +1 -1
  253. package/src/sap/m/TreeItemBase.js +4 -4
  254. package/src/sap/m/UploadCollection.js +1 -1
  255. package/src/sap/m/UploadCollectionItem.js +1 -1
  256. package/src/sap/m/UploadCollectionParameter.js +1 -1
  257. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  258. package/src/sap/m/VBox.js +1 -1
  259. package/src/sap/m/ValueStateHeader.js +1 -1
  260. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  261. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  262. package/src/sap/m/ViewSettingsDialog.js +7 -7
  263. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  264. package/src/sap/m/ViewSettingsItem.js +1 -1
  265. package/src/sap/m/VisibleItem.js +1 -1
  266. package/src/sap/m/WheelSlider.js +1 -1
  267. package/src/sap/m/WheelSliderContainer.js +1 -1
  268. package/src/sap/m/Wizard.js +1 -1
  269. package/src/sap/m/WizardProgressNavigator.js +1 -1
  270. package/src/sap/m/WizardStep.js +1 -1
  271. package/src/sap/m/changeHandler/AddTableColumn.js +76 -44
  272. package/src/sap/m/changeHandler/ChangeLinkTarget.js +18 -23
  273. package/src/sap/m/changeHandler/CombineButtons.js +280 -173
  274. package/src/sap/m/changeHandler/MoveTableColumns.js +143 -111
  275. package/src/sap/m/changeHandler/SplitMenuButton.js +141 -93
  276. package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
  277. package/src/sap/m/inputUtils/wordStartsWithValue.js +5 -1
  278. package/src/sap/m/library.js +26 -2
  279. package/src/sap/m/messagebundle.properties +10 -1
  280. package/src/sap/m/messagebundle_ar.properties +7 -0
  281. package/src/sap/m/messagebundle_bg.properties +7 -0
  282. package/src/sap/m/messagebundle_ca.properties +7 -0
  283. package/src/sap/m/messagebundle_cs.properties +7 -0
  284. package/src/sap/m/messagebundle_cy.properties +7 -0
  285. package/src/sap/m/messagebundle_da.properties +7 -0
  286. package/src/sap/m/messagebundle_de.properties +11 -4
  287. package/src/sap/m/messagebundle_el.properties +7 -0
  288. package/src/sap/m/messagebundle_en.properties +7 -0
  289. package/src/sap/m/messagebundle_en_GB.properties +7 -0
  290. package/src/sap/m/messagebundle_en_US_sappsd.properties +6 -0
  291. package/src/sap/m/messagebundle_en_US_saptrc.properties +7 -0
  292. package/src/sap/m/messagebundle_es.properties +7 -0
  293. package/src/sap/m/messagebundle_es_MX.properties +7 -0
  294. package/src/sap/m/messagebundle_et.properties +7 -0
  295. package/src/sap/m/messagebundle_fi.properties +7 -0
  296. package/src/sap/m/messagebundle_fr.properties +7 -0
  297. package/src/sap/m/messagebundle_fr_CA.properties +7 -0
  298. package/src/sap/m/messagebundle_hi.properties +7 -0
  299. package/src/sap/m/messagebundle_hr.properties +7 -0
  300. package/src/sap/m/messagebundle_hu.properties +7 -0
  301. package/src/sap/m/messagebundle_id.properties +7 -0
  302. package/src/sap/m/messagebundle_it.properties +7 -0
  303. package/src/sap/m/messagebundle_iw.properties +7 -0
  304. package/src/sap/m/messagebundle_ja.properties +7 -0
  305. package/src/sap/m/messagebundle_kk.properties +7 -0
  306. package/src/sap/m/messagebundle_ko.properties +7 -0
  307. package/src/sap/m/messagebundle_lt.properties +7 -0
  308. package/src/sap/m/messagebundle_lv.properties +7 -0
  309. package/src/sap/m/messagebundle_ms.properties +7 -0
  310. package/src/sap/m/messagebundle_nl.properties +7 -0
  311. package/src/sap/m/messagebundle_no.properties +7 -0
  312. package/src/sap/m/messagebundle_pl.properties +7 -0
  313. package/src/sap/m/messagebundle_pt.properties +7 -0
  314. package/src/sap/m/messagebundle_pt_PT.properties +7 -0
  315. package/src/sap/m/messagebundle_ro.properties +7 -0
  316. package/src/sap/m/messagebundle_ru.properties +7 -0
  317. package/src/sap/m/messagebundle_sh.properties +7 -0
  318. package/src/sap/m/messagebundle_sk.properties +7 -0
  319. package/src/sap/m/messagebundle_sl.properties +7 -0
  320. package/src/sap/m/messagebundle_sv.properties +7 -0
  321. package/src/sap/m/messagebundle_th.properties +7 -0
  322. package/src/sap/m/messagebundle_tr.properties +7 -0
  323. package/src/sap/m/messagebundle_uk.properties +7 -0
  324. package/src/sap/m/messagebundle_vi.properties +7 -0
  325. package/src/sap/m/messagebundle_zh_CN.properties +7 -0
  326. package/src/sap/m/messagebundle_zh_TW.properties +7 -0
  327. package/src/sap/m/plugins/ColumnResizer.js +1 -1
  328. package/src/sap/m/plugins/DataStateIndicator.js +5 -3
  329. package/src/sap/m/plugins/PasteProvider.js +1 -1
  330. package/src/sap/m/plugins/PluginBase.js +1 -1
  331. package/src/sap/m/semantic/AddAction.js +1 -1
  332. package/src/sap/m/semantic/CancelAction.js +1 -1
  333. package/src/sap/m/semantic/DeleteAction.js +1 -1
  334. package/src/sap/m/semantic/DetailPage.js +1 -1
  335. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  336. package/src/sap/m/semantic/EditAction.js +1 -1
  337. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  338. package/src/sap/m/semantic/FilterAction.js +1 -1
  339. package/src/sap/m/semantic/FilterSelect.js +1 -1
  340. package/src/sap/m/semantic/FlagAction.js +1 -1
  341. package/src/sap/m/semantic/ForwardAction.js +1 -1
  342. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  343. package/src/sap/m/semantic/GroupAction.js +1 -1
  344. package/src/sap/m/semantic/GroupSelect.js +1 -1
  345. package/src/sap/m/semantic/MainAction.js +1 -1
  346. package/src/sap/m/semantic/MasterPage.js +1 -1
  347. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  348. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  349. package/src/sap/m/semantic/NegativeAction.js +1 -1
  350. package/src/sap/m/semantic/OpenInAction.js +1 -1
  351. package/src/sap/m/semantic/PositiveAction.js +1 -1
  352. package/src/sap/m/semantic/PrintAction.js +1 -1
  353. package/src/sap/m/semantic/SaveAction.js +1 -1
  354. package/src/sap/m/semantic/Segment.js +1 -1
  355. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  356. package/src/sap/m/semantic/SemanticButton.js +1 -1
  357. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  358. package/src/sap/m/semantic/SemanticControl.js +1 -1
  359. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  360. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  361. package/src/sap/m/semantic/SemanticPage.js +1 -1
  362. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  363. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  364. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  365. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  366. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  367. package/src/sap/m/semantic/ShareMenu.js +1 -1
  368. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  369. package/src/sap/m/semantic/SortAction.js +1 -1
  370. package/src/sap/m/semantic/SortSelect.js +1 -1
  371. package/src/sap/m/themes/base/Carousel.less +37 -2
  372. package/src/sap/m/themes/base/CheckBox.less +1 -1
  373. package/src/sap/m/themes/base/Dialog.less +11 -5
  374. package/src/sap/m/themes/base/FeedInput.less +5 -6
  375. package/src/sap/m/themes/base/GenericTile.less +130 -7
  376. package/src/sap/m/themes/base/IconTabBar.less +179 -64
  377. package/src/sap/m/themes/base/IconTabBarSelectList.less +12 -2
  378. package/src/sap/m/themes/base/InputBase.less +0 -24
  379. package/src/sap/m/themes/base/Label.less +6 -0
  380. package/src/sap/m/themes/base/ListItemBase.less +4 -2
  381. package/src/sap/m/themes/base/NotificationListBase.less +1 -1
  382. package/src/sap/m/themes/base/ObjectHeader.less +2 -1
  383. package/src/sap/m/themes/base/ObjectStatus.less +9 -2
  384. package/src/sap/m/themes/base/PlanningCalendar.less +23 -7
  385. package/src/sap/m/themes/base/Popover.less +1 -1
  386. package/src/sap/m/themes/base/ProgressIndicator.less +7 -6
  387. package/src/sap/m/themes/base/RadioButton.less +3 -0
  388. package/src/sap/m/themes/base/SearchField.less +22 -15
  389. package/src/sap/m/themes/base/SegmentedButton.less +1 -1
  390. package/src/sap/m/themes/base/StandardListItem.less +5 -1
  391. package/src/sap/m/themes/base/Table.less +14 -12
  392. package/src/sap/m/themes/base/Text.less +6 -0
  393. package/src/sap/m/themes/base/TimePicker.less +5 -1
  394. package/src/sap/m/themes/base/TimePickerSliders.less +1 -5
  395. package/src/sap/m/themes/base/Toolbar.less +6 -0
  396. package/src/sap/m/themes/base/ViewSettingsDialog.less +1 -1
  397. package/src/sap/m/themes/sap_hcb/InputBase.less +25 -0
  398. package/src/sap/m/upload/UploadSet.js +1 -1
  399. package/src/sap/m/upload/UploadSetItem.js +16 -1
package/.reuse/dep5 CHANGED
@@ -464,3 +464,8 @@ Copyright:
464
464
  License: Apache-2.0
465
465
  Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
466
466
 
467
+ Files: src/sap.ui.core/src/sap/ui/core/themes/base/base.less src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
468
+ Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
469
+ License: Apache-2.0
470
+ Comment: these files belong to: SAP Theming Base Content
471
+
package/THIRDPARTY.txt CHANGED
@@ -197,7 +197,7 @@ License: BSD-3-Clause
197
197
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
198
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
199
 
200
- Component: URI.js, version: 1.19.6
200
+ Component: URI.js, version: 1.19.7
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -462,6 +462,15 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
+ Component: SAP Theming Base Content, version: 11.1.34
466
+ Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
+ License: Apache-2.0
468
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
+ Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
470
+ src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
471
+ src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
472
+ src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
473
+
465
474
 
466
475
  ALL LICENSE TEXTS:
467
476
  ==================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.m",
3
- "version": "1.92.0",
3
+ "version": "1.93.3",
4
4
  "description": "OpenUI5 UI Library sap.m",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.92.0",
18
- "@openui5/sap.ui.layout": "1.92.0",
19
- "@openui5/sap.ui.unified": "1.92.0"
17
+ "@openui5/sap.ui.core": "1.93.3",
18
+ "@openui5/sap.ui.layout": "1.93.3",
19
+ "@openui5/sap.ui.unified": "1.93.3"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.92.0</version>
9
+ <version>1.93.3</version>
10
10
 
11
11
  <documentation>The main UI5 control library, with responsive controls that can be used in touch devices as well as desktop browsers.</documentation>
12
12
 
@@ -21,7 +21,7 @@ sap.ui.define(['./Button','./AccButtonRenderer'],
21
21
  * @extends sap.m.Button
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.92.0
24
+ * @version 1.93.3
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -31,7 +31,7 @@ sap.ui.define(['./ListItemBase', './library', './ActionListItemRenderer'],
31
31
  * @extends sap.m.ListItemBase
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.92.0
34
+ * @version 1.93.3
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['./Select', 'sap/ui/core/InvisibleText', 'sap/ui/Device', 'sap/ui
20
20
  * @extends sap.m.Select
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.92.0
23
+ * @version 1.93.3
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * @extends sap.ui.core.Control
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.92.0
73
+ * @version 1.93.3
74
74
  *
75
75
  * @constructor
76
76
  * @public
package/src/sap/m/App.js CHANGED
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.m.NavContainer
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.92.0
53
+ * @version 1.93.3
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/base/Log', './OverflowToolbar', './OverflowToolbarRenderer',
20
20
  * @extends sap.m.OverflowToolbar
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.92.0
23
+ * @version 1.93.3
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * @extends sap.ui.core.Control
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.92.0
79
+ * @version 1.93.3
80
80
  *
81
81
  * @constructor
82
82
  * @public
package/src/sap/m/Bar.js CHANGED
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @implements sap.m.IBar
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.92.0
59
+ * @version 1.93.3
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -483,6 +483,7 @@ sap.ui.define([
483
483
  *
484
484
  * @returns {Object} with all available contexts
485
485
  * @protected
486
+ * @function
486
487
  */
487
488
  Bar.prototype.getContext = BarInAnyContentEnabler.prototype.getContext;
488
489
 
@@ -492,6 +493,7 @@ sap.ui.define([
492
493
  * Implementation of the IBar interface.
493
494
  * @returns {boolean} isContextSensitive
494
495
  * @protected
496
+ * @function
495
497
  */
496
498
  Bar.prototype.isContextSensitive = BarInAnyContentEnabler.prototype.isContextSensitive;
497
499
 
@@ -500,12 +502,15 @@ sap.ui.define([
500
502
  * @param {sap.m.IBarHTMLTag} sTag The HTML tag of the root element
501
503
  * @returns {sap.m.IBar} this for chaining
502
504
  * @protected
505
+ * @function
503
506
  */
504
507
  Bar.prototype.setHTMLTag = BarInAnyContentEnabler.prototype.setHTMLTag;
508
+
505
509
  /**
506
510
  * Gets the HTML tag of the root element.
507
511
  * @returns {sap.m.IBarHTMLTag} The HTML-tag
508
512
  * @protected
513
+ * @function
509
514
  */
510
515
  Bar.prototype.getHTMLTag = BarInAnyContentEnabler.prototype.getHTMLTag;
511
516
 
@@ -513,6 +518,7 @@ sap.ui.define([
513
518
  * Sets classes and HTML tag according to the context of the page. Possible contexts are header, footer and subheader.
514
519
  * @returns {sap.m.IBar} <code>this</code> for chaining
515
520
  * @protected
521
+ * @function
516
522
  */
517
523
  Bar.prototype.applyTagAndContextClassFor = BarInAnyContentEnabler.prototype.applyTagAndContextClassFor;
518
524
 
@@ -520,6 +526,7 @@ sap.ui.define([
520
526
  * Sets classes according to the context of the page. Possible contexts are header, footer and subheader.
521
527
  * @returns {sap.m.IBar} <code>this</code> for chaining
522
528
  * @protected
529
+ * @function
523
530
  */
524
531
  Bar.prototype._applyContextClassFor = BarInAnyContentEnabler.prototype._applyContextClassFor;
525
532
 
@@ -527,6 +534,7 @@ sap.ui.define([
527
534
  * Sets HTML tag according to the context of the page. Possible contexts are header, footer and subheader.
528
535
  * @returns {sap.m.IBar} <code>this</code> for chaining
529
536
  * @protected
537
+ * @function
530
538
  */
531
539
  Bar.prototype._applyTag = BarInAnyContentEnabler.prototype._applyTag;
532
540
 
@@ -537,6 +545,7 @@ sap.ui.define([
537
545
  * @param {string} sContext allowed values are header, footer, subheader.
538
546
  * @returns {object|null}
539
547
  * @private
548
+ * @function
540
549
  */
541
550
  Bar.prototype._getContextOptions = BarInAnyContentEnabler.prototype._getContextOptions;
542
551
 
@@ -546,6 +555,7 @@ sap.ui.define([
546
555
  * @param {string} sRole AccessibilityRole of the root Element
547
556
  * @returns {sap.m.IBar} <code>this</code> to allow method chaining
548
557
  * @private
558
+ * @function
549
559
  */
550
560
  Bar.prototype._setRootAccessibilityRole = BarInAnyContentEnabler.prototype._setRootAccessibilityRole;
551
561
 
@@ -554,6 +564,7 @@ sap.ui.define([
554
564
  *
555
565
  * @returns {string} Accessibility role
556
566
  * @private
567
+ * @function
557
568
  */
558
569
  Bar.prototype._getRootAccessibilityRole = BarInAnyContentEnabler.prototype._getRootAccessibilityRole;
559
570
 
@@ -564,6 +575,7 @@ sap.ui.define([
564
575
  * @param {string} sLevel aria-level attribute of the root Element
565
576
  * @returns {sap.m.IBar} <code>this</code> to allow method chaining
566
577
  * @private
578
+ * @function
567
579
  */
568
580
  Bar.prototype._setRootAriaLevel = BarInAnyContentEnabler.prototype._setRootAriaLevel;
569
581
 
@@ -573,6 +585,7 @@ sap.ui.define([
573
585
  * This is only needed if <code>sap.m.Bar</code> has role="heading"
574
586
  * @returns {string} aria-level
575
587
  * @private
588
+ * @function
576
589
  */
577
590
  Bar.prototype._getRootAriaLevel = BarInAnyContentEnabler.prototype._getRootAriaLevel;
578
591
 
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * @extends sap.ui.core.Control
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.92.0
63
+ * @version 1.93.3
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -62,7 +62,7 @@ sap.ui.define(['./library',
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.92.0
65
+ * @version 1.93.3
66
66
  *
67
67
  * @public
68
68
  * @alias sap.m.BusyDialog
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.92.0
49
+ * @version 1.93.3
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -89,7 +89,7 @@ sap.ui.define([
89
89
  * @mixes sap.ui.core.ContextMenuSupport
90
90
  *
91
91
  * @author SAP SE
92
- * @version 1.92.0
92
+ * @version 1.93.3
93
93
  *
94
94
  * @constructor
95
95
  * @public
@@ -352,7 +352,10 @@ sap.ui.define([
352
352
  * @private
353
353
  */
354
354
  Button.prototype._getBadgeInvisibleText = function() {
355
- return this._oBadgeInvisibleText || (this._oBadgeInvisibleText = new InvisibleText(this.getId() + "-badge").toStatic());
355
+ if (!this._oBadgeInvisibleText) {
356
+ this._oBadgeInvisibleText = new InvisibleText(this.getId() + "-badge").toStatic();
357
+ }
358
+ return this._oBadgeInvisibleText;
356
359
  };
357
360
 
358
361
  /**
@@ -384,16 +387,16 @@ sap.ui.define([
384
387
 
385
388
  switch (sButtonType) {
386
389
  case ButtonType.Critical:
387
- this._sTypeIconURI = "sap-icon://message-warning";
390
+ this._sTypeIconURI = "sap-icon://alert";
388
391
  break;
389
392
  case ButtonType.Negative:
390
- this._sTypeIconURI = "sap-icon://message-error";
393
+ this._sTypeIconURI = "sap-icon://error";
391
394
  break;
392
395
  case ButtonType.Success:
393
- this._sTypeIconURI = "sap-icon://message-success";
396
+ this._sTypeIconURI = "sap-icon://sys-enter-2";
394
397
  break;
395
398
  case ButtonType.Neutral:
396
- this._sTypeIconURI = "sap-icon://message-information";
399
+ this._sTypeIconURI = "sap-icon://information";
397
400
  break;
398
401
  case ButtonType.Back:
399
402
  case ButtonType.Up:
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  * @extends sap.ui.core.Control
100
100
  *
101
101
  * @author SAP SE
102
- * @version 1.92.0
102
+ * @version 1.93.3
103
103
  *
104
104
  * @constructor
105
105
  * @public
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function (ManagedObject) {
15
15
  * Applies a <code>sap.m.CarouselLayout</code> to a provided DOM element or Control.
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.92.0
18
+ * @version 1.93.3
19
19
  *
20
20
  * @extends sap.ui.base.ManagedObject
21
21
  *
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent
89
89
  *
90
90
  * @author SAP SE
91
- * @version 1.92.0
91
+ * @version 1.93.3
92
92
  *
93
93
  * @constructor
94
94
  * @public
@@ -343,12 +343,16 @@ sap.ui.define([
343
343
  }
344
344
  };
345
345
 
346
- CheckBox.prototype.getFormFormattedValue = function() {
346
+ CheckBox.prototype.getFormattedState = function() {
347
347
  var oBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m");
348
348
 
349
349
  return this.getSelected() ? oBundle.getText("ACC_CTR_STATE_CHECKED") : oBundle.getText("ACC_CTR_STATE_NOT_CHECKED");
350
350
  };
351
351
 
352
+ CheckBox.prototype.getFormFormattedValue = function() {
353
+ return this.getFormattedState();
354
+ };
355
+
352
356
  CheckBox.prototype.getFormValueProperty = function () {
353
357
  return "selected";
354
358
  };
@@ -541,11 +545,12 @@ sap.ui.define([
541
545
  * @returns {object} The <code>sap.m.CheckBox</code> accessibility information
542
546
  */
543
547
  CheckBox.prototype.getAccessibilityInfo = function() {
544
- var oBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m");
548
+ var oBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m"),
549
+ sText = this.getText();
545
550
  return {
546
551
  role: "checkbox",
547
552
  type: oBundle.getText("ACC_CTR_TYPE_CHECKBOX"),
548
- description: (this.getText() || "") + (this.getSelected() ? (" " + oBundle.getText("ACC_CTR_STATE_CHECKED")) : ""),
553
+ description: (sText ? sText + " " : "") + this.getFormattedState(),
549
554
  focusable: this.getEnabled() && !this.getDisplayOnly(),
550
555
  enabled: this.getEnabled(),
551
556
  editable: this.getEditable()
@@ -87,7 +87,7 @@ sap.ui.define(['sap/ui/core/library', 'sap/ui/core/ValueStateSupport', 'sap/ui/D
87
87
 
88
88
  var sTooltip = this.getTooltipText(oCheckBox);
89
89
 
90
- if (sTooltip && (bEditable || bEnabled)) {
90
+ if (sTooltip && bEditableAndEnabled) {
91
91
  oRm.attr("title", sTooltip);
92
92
  }
93
93
 
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  * <code>ColorPalette</code> should also load the <code>sap.ui.unified</code> library.
109
109
  *
110
110
  * @extends sap.ui.core.Control
111
- * @version 1.92.0
111
+ * @version 1.93.3
112
112
  *
113
113
  * @constructor
114
114
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * A thin wrapper over {@link sap.m.ColorPalette} allowing the latter to be used in a popover.
44
44
  *
45
45
  * @extends sap.ui.core.Control
46
- * @version 1.92.0
46
+ * @version 1.93.3
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Element
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.92.0
49
+ * @version 1.93.3
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -393,6 +393,14 @@ sap.ui.define([
393
393
  this._index = +nIndex;
394
394
  };
395
395
 
396
+ /**
397
+ * Gets the rendering index of the column
398
+ *
399
+ * @protected
400
+ */
401
+ Column.prototype.getIndex = function() {
402
+ return this._index;
403
+ };
396
404
 
397
405
  /**
398
406
  * Sets the order of the column
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.92.0
33
+ * @version 1.93.3
34
34
  *
35
35
  * @constructor
36
36
  * @since 1.63
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.m.ListItemBase
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.92.0
45
+ * @version 1.93.3
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -243,7 +243,13 @@ sap.ui.define([
243
243
  aCells = this.getCells(),
244
244
  aColumns = oTable.getColumns(true);
245
245
 
246
- aColumns.forEach(function(oColumn) {
246
+ aColumns.sort(function(oCol1, oCol2) {
247
+ var iCol1Index = oCol1.getIndex(), iCol2Index = oCol2.getIndex(), iIndexDiff = iCol1Index - iCol2Index;
248
+ if (iIndexDiff == 0) { return 0; }
249
+ if (iCol1Index < 0) { return 1; }
250
+ if (iCol2Index < 0) { return -1; }
251
+ return iIndexDiff;
252
+ }).forEach(function(oColumn) {
247
253
  var oCell = aCells[oColumn.getInitialOrder()];
248
254
  if (!oCell || !oColumn.getVisible() || (oColumn.isHidden() && !oColumn.isPopin())) {
249
255
  return;
@@ -16,7 +16,7 @@ sap.ui.define(['./ColumnPopoverItem', 'sap/m/Button'], function(ColumnPopoverIte
16
16
  * @extends sap.m.ColumnPopoverItem
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.92.0
19
+ * @version 1.93.3
20
20
  *
21
21
  * @constructor
22
22
  * @since 1.63
@@ -17,7 +17,7 @@ sap.ui.define(['./ColumnPopoverItem', 'sap/m/ToggleButton'], function(ColumnPopo
17
17
  * @extends sap.m.ColumnPopoverItem
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.92.0
20
+ * @version 1.93.3
21
21
  *
22
22
  * @constructor
23
23
  * @since 1.63
@@ -16,7 +16,7 @@ sap.ui.define(['sap/ui/core/Element'], function(Element) {
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.92.0
19
+ * @version 1.93.3
20
20
  *
21
21
  * @constructor
22
22
  * @since 1.63
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.m.ColumnPopoverItem
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.92.0
32
+ * @version 1.93.3
33
33
  *
34
34
  * @constructor
35
35
  * @since 1.86
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.m.ColumnPopoverItem
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.92.0
32
+ * @version 1.93.3
33
33
  *
34
34
  * @constructor
35
35
  * @since 1.66
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  * </ul>
109
109
  *
110
110
  * @author SAP SE
111
- * @version 1.92.0
111
+ * @version 1.93.3
112
112
  *
113
113
  * @constructor
114
114
  * @extends sap.m.ComboBoxBase
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @abstract
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.92.0
65
+ * @version 1.93.3
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.m.InputBase
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.92.0
38
+ * @version 1.93.3
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/m/DynamicDateOption'],
20
20
  * @extends sap.m.DynamicDateOption
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.92.0
23
+ * @version 1.93.3
24
24
  *
25
25
  * @public
26
26
  * @since 1.92
@@ -24,7 +24,7 @@ sap.ui.define(['./ListItemBase', './library', './CustomListItemRenderer'],
24
24
  * @extends sap.m.ListItemBase
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.92.0
27
+ * @version 1.93.3
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['./Tile', './library', './CustomTileRenderer'],
21
21
  * Use the CustomTile control to display application specific content in the Tile control.
22
22
  * The tile width is 8.5em and height is 10em.
23
23
  * @extends sap.m.Tile
24
- * @version 1.92.0
24
+ * @version 1.93.3
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * <code>Table, Form</code> etc, should not be aggregated as content.
24
24
  * @extends sap.m.TreeItemBase
25
25
  * @author SAP SE
26
- * @version 1.92.0
26
+ * @version 1.93.3
27
27
  * @constructor
28
28
  * @public
29
29
  * @since 1.48.0
@@ -18,6 +18,7 @@ sap.ui.define([
18
18
  './DateTimeField',
19
19
  './Button',
20
20
  './ResponsivePopover',
21
+ "./ValueStateHeader",
21
22
  'sap/ui/core/date/UniversalDate',
22
23
  './library',
23
24
  'sap/ui/core/Control',
@@ -46,6 +47,7 @@ sap.ui.define([
46
47
  DateTimeField,
47
48
  Button,
48
49
  ResponsivePopover,
50
+ ValueStateHeader,
49
51
  UniversalDate,
50
52
  library,
51
53
  Control,
@@ -149,7 +151,7 @@ sap.ui.define([
149
151
  * the close event), or select Cancel.
150
152
  *
151
153
  * @extends sap.m.DateTimeField
152
- * @version 1.92.0
154
+ * @version 1.93.3
153
155
  *
154
156
  * @constructor
155
157
  * @public
@@ -485,7 +487,7 @@ sap.ui.define([
485
487
  DatePicker.prototype.onfocusin = function(oEvent) {
486
488
 
487
489
  if (!jQuery(oEvent.target).hasClass("sapUiIcon")) {
488
- InputBase.prototype.onfocusin.apply(this, arguments);
490
+ DateTimeField.prototype.onfocusin.apply(this, arguments);
489
491
  }
490
492
 
491
493
  this._bFocusNoPopup = undefined;
@@ -1208,6 +1210,11 @@ sap.ui.define([
1208
1210
 
1209
1211
  this._oPopup._getButtonFooter().setVisible(this.getShowFooter());
1210
1212
  this._getCalendar()._bSkipCancelButtonRendering = true;
1213
+ if (!this._oPopup.getContent().length) {
1214
+ var oHeader = this._getValueStateHeader();
1215
+ this._oPopup.addContent(this._getValueStateHeader());
1216
+ oHeader.setPopup(this._oPopup._oControl);
1217
+ }
1211
1218
  this._oPopup.addContent(this._getCalendar());
1212
1219
 
1213
1220
  if (!this.getDateValue()) {
@@ -129,8 +129,8 @@ sap.ui.define([
129
129
  * compact mode and provides a touch-friendly size in cozy mode.
130
130
  *
131
131
  * @extends sap.m.DatePicker
132
- * @version 1.92.0
133
- * @version 1.92.0
132
+ * @version 1.93.3
133
+ * @version 1.93.3
134
134
  *
135
135
  * @constructor
136
136
  * @public