@openui5/sap.m 1.71.35 → 1.71.39

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 (300) hide show
  1. package/package.json +4 -4
  2. package/src/sap/m/.library +1 -1
  3. package/src/sap/m/AccButton.js +1 -1
  4. package/src/sap/m/ActionListItem.js +1 -1
  5. package/src/sap/m/ActionSelect.js +1 -1
  6. package/src/sap/m/ActionSheet.js +1 -1
  7. package/src/sap/m/App.js +1 -1
  8. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  9. package/src/sap/m/Bar.js +1 -1
  10. package/src/sap/m/Breadcrumbs.js +1 -1
  11. package/src/sap/m/BusyDialog.js +1 -1
  12. package/src/sap/m/BusyIndicator.js +1 -1
  13. package/src/sap/m/Button.js +16 -2
  14. package/src/sap/m/Carousel.js +1 -1
  15. package/src/sap/m/CarouselLayout.js +1 -1
  16. package/src/sap/m/CheckBox.js +1 -1
  17. package/src/sap/m/ColorPalette.js +1 -1
  18. package/src/sap/m/ColorPalettePopover.js +1 -1
  19. package/src/sap/m/Column.js +1 -1
  20. package/src/sap/m/ColumnHeaderPopover.js +2 -21
  21. package/src/sap/m/ColumnListItem.js +1 -1
  22. package/src/sap/m/ColumnListItemRenderer.js +1 -1
  23. package/src/sap/m/ColumnPopoverActionItem.js +23 -2
  24. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  25. package/src/sap/m/ColumnPopoverItem.js +1 -1
  26. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  27. package/src/sap/m/ComboBox.js +1 -1
  28. package/src/sap/m/ComboBoxBase.js +1 -1
  29. package/src/sap/m/ComboBoxTextField.js +1 -1
  30. package/src/sap/m/CustomListItem.js +1 -1
  31. package/src/sap/m/CustomTile.js +1 -1
  32. package/src/sap/m/CustomTreeItem.js +1 -1
  33. package/src/sap/m/DatePicker.js +1 -1
  34. package/src/sap/m/DateRangeSelection.js +2 -2
  35. package/src/sap/m/DateTimeField.js +1 -1
  36. package/src/sap/m/DateTimeInput.js +1 -1
  37. package/src/sap/m/DateTimePicker.js +1 -1
  38. package/src/sap/m/Dialog.js +1 -1
  39. package/src/sap/m/DisplayListItem.js +1 -1
  40. package/src/sap/m/DraftIndicator.js +1 -1
  41. package/src/sap/m/FacetFilter.js +1 -1
  42. package/src/sap/m/FacetFilterItem.js +1 -1
  43. package/src/sap/m/FacetFilterList.js +1 -1
  44. package/src/sap/m/FeedContent.js +1 -1
  45. package/src/sap/m/FeedInput.js +1 -1
  46. package/src/sap/m/FeedListItem.js +1 -1
  47. package/src/sap/m/FeedListItemAction.js +1 -1
  48. package/src/sap/m/Fiori20Adapter.js +2 -2
  49. package/src/sap/m/FlexBox.js +1 -1
  50. package/src/sap/m/FlexItemData.js +1 -1
  51. package/src/sap/m/FormattedText.js +1 -1
  52. package/src/sap/m/GenericTag.js +1 -1
  53. package/src/sap/m/GenericTile.js +1 -1
  54. package/src/sap/m/GroupHeaderListItem.js +1 -1
  55. package/src/sap/m/GrowingEnablement.js +4 -3
  56. package/src/sap/m/GrowingList.js +1 -1
  57. package/src/sap/m/HBox.js +1 -1
  58. package/src/sap/m/HeaderContainer.js +1 -1
  59. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  60. package/src/sap/m/IconTabBar.js +1 -1
  61. package/src/sap/m/IconTabBarSelectList.js +1 -1
  62. package/src/sap/m/IconTabFilter.js +1 -1
  63. package/src/sap/m/IconTabHeader.js +1 -1
  64. package/src/sap/m/IconTabSeparator.js +1 -1
  65. package/src/sap/m/Image.js +1 -1
  66. package/src/sap/m/ImageContent.js +1 -1
  67. package/src/sap/m/Input.js +9 -1
  68. package/src/sap/m/InputBase.js +2 -2
  69. package/src/sap/m/InputListItem.js +1 -1
  70. package/src/sap/m/Label.js +1 -1
  71. package/src/sap/m/LightBox.js +1 -1
  72. package/src/sap/m/LightBoxItem.js +1 -1
  73. package/src/sap/m/Link.js +1 -1
  74. package/src/sap/m/LinkRenderer.js +2 -1
  75. package/src/sap/m/List.js +1 -1
  76. package/src/sap/m/ListBase.js +10 -2
  77. package/src/sap/m/ListBaseRenderer.js +4 -1
  78. package/src/sap/m/ListItemBase.js +1 -1
  79. package/src/sap/m/MaskEnabler.js +1 -1
  80. package/src/sap/m/MaskInput.js +1 -1
  81. package/src/sap/m/MaskInputRule.js +1 -1
  82. package/src/sap/m/Menu.js +1 -1
  83. package/src/sap/m/MenuButton.js +1 -1
  84. package/src/sap/m/MenuItem.js +1 -1
  85. package/src/sap/m/MenuListItem.js +1 -1
  86. package/src/sap/m/MessageItem.js +1 -1
  87. package/src/sap/m/MessageListItem.js +1 -1
  88. package/src/sap/m/MessagePage.js +1 -1
  89. package/src/sap/m/MessagePopover.js +1 -1
  90. package/src/sap/m/MessagePopoverItem.js +1 -1
  91. package/src/sap/m/MessageStrip.js +1 -1
  92. package/src/sap/m/MessageToast.js +1 -1
  93. package/src/sap/m/MessageView.js +1 -1
  94. package/src/sap/m/MultiComboBox.js +147 -172
  95. package/src/sap/m/MultiEditField.js +1 -1
  96. package/src/sap/m/MultiInput.js +1 -1
  97. package/src/sap/m/NavContainer.js +1 -1
  98. package/src/sap/m/NewsContent.js +1 -1
  99. package/src/sap/m/NotificationListBase.js +1 -1
  100. package/src/sap/m/NotificationListGroup.js +1 -1
  101. package/src/sap/m/NotificationListItem.js +1 -1
  102. package/src/sap/m/NumericContent.js +1 -1
  103. package/src/sap/m/ObjectAttribute.js +1 -1
  104. package/src/sap/m/ObjectHeader.js +1 -1
  105. package/src/sap/m/ObjectIdentifier.js +1 -1
  106. package/src/sap/m/ObjectListItem.js +1 -1
  107. package/src/sap/m/ObjectMarker.js +1 -1
  108. package/src/sap/m/ObjectNumber.js +1 -1
  109. package/src/sap/m/ObjectStatus.js +1 -1
  110. package/src/sap/m/OverflowToolbar.js +1 -1
  111. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  112. package/src/sap/m/OverflowToolbarButton.js +1 -1
  113. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  114. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  115. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  116. package/src/sap/m/P13nColumnsItem.js +1 -1
  117. package/src/sap/m/P13nColumnsPanel.js +1 -1
  118. package/src/sap/m/P13nConditionPanel.js +1 -1
  119. package/src/sap/m/P13nDialog.js +1 -1
  120. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  121. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  122. package/src/sap/m/P13nFilterItem.js +1 -1
  123. package/src/sap/m/P13nFilterPanel.js +1 -1
  124. package/src/sap/m/P13nGroupItem.js +1 -1
  125. package/src/sap/m/P13nGroupPanel.js +1 -1
  126. package/src/sap/m/P13nItem.js +1 -1
  127. package/src/sap/m/P13nPanel.js +1 -1
  128. package/src/sap/m/P13nSelectionItem.js +1 -1
  129. package/src/sap/m/P13nSelectionPanel.js +1 -1
  130. package/src/sap/m/P13nSortItem.js +1 -1
  131. package/src/sap/m/P13nSortPanel.js +1 -1
  132. package/src/sap/m/PDFViewer.js +14 -5
  133. package/src/sap/m/PDFViewerRenderer.js +15 -0
  134. package/src/sap/m/Page.js +1 -1
  135. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  136. package/src/sap/m/PagingButton.js +1 -1
  137. package/src/sap/m/Panel.js +1 -1
  138. package/src/sap/m/PlanningCalendar.js +13 -2
  139. package/src/sap/m/PlanningCalendarHeader.js +4 -4
  140. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  141. package/src/sap/m/PlanningCalendarRow.js +1 -1
  142. package/src/sap/m/PlanningCalendarView.js +1 -1
  143. package/src/sap/m/Popover.js +1 -1
  144. package/src/sap/m/ProgressIndicator.js +1 -1
  145. package/src/sap/m/PullToRefresh.js +1 -1
  146. package/src/sap/m/QuickView.js +1 -1
  147. package/src/sap/m/QuickViewBase.js +1 -1
  148. package/src/sap/m/QuickViewCard.js +1 -1
  149. package/src/sap/m/QuickViewGroup.js +1 -1
  150. package/src/sap/m/QuickViewGroupElement.js +1 -1
  151. package/src/sap/m/QuickViewPage.js +1 -1
  152. package/src/sap/m/RadioButton.js +1 -1
  153. package/src/sap/m/RadioButtonGroup.js +1 -1
  154. package/src/sap/m/RangeSlider.js +1 -1
  155. package/src/sap/m/RatingIndicator.js +1 -1
  156. package/src/sap/m/ResponsivePopover.js +1 -1
  157. package/src/sap/m/ResponsiveScale.js +1 -1
  158. package/src/sap/m/ScrollBar.js +1 -1
  159. package/src/sap/m/ScrollContainer.js +1 -1
  160. package/src/sap/m/SearchField.js +1 -1
  161. package/src/sap/m/SearchFieldRenderer.js +2 -0
  162. package/src/sap/m/SegmentedButton.js +1 -1
  163. package/src/sap/m/SegmentedButtonItem.js +1 -1
  164. package/src/sap/m/Select.js +2 -3
  165. package/src/sap/m/SelectDialog.js +1 -1
  166. package/src/sap/m/SelectList.js +1 -1
  167. package/src/sap/m/SelectRenderer.js +2 -3
  168. package/src/sap/m/SelectionDetails.js +1 -1
  169. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  170. package/src/sap/m/SelectionDetailsItem.js +1 -1
  171. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  172. package/src/sap/m/Shell.js +1 -1
  173. package/src/sap/m/SimpleFixFlex.js +1 -1
  174. package/src/sap/m/SinglePlanningCalendar.js +1 -1
  175. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  176. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
  177. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -1
  178. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  179. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  180. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  181. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  182. package/src/sap/m/SlideTile.js +1 -1
  183. package/src/sap/m/Slider.js +1 -1
  184. package/src/sap/m/SliderTooltip.js +1 -1
  185. package/src/sap/m/SliderTooltipBase.js +1 -1
  186. package/src/sap/m/SliderTooltipContainer.js +1 -1
  187. package/src/sap/m/SplitApp.js +1 -1
  188. package/src/sap/m/SplitButton.js +1 -1
  189. package/src/sap/m/SplitContainer.js +1 -1
  190. package/src/sap/m/StandardListItem.js +1 -1
  191. package/src/sap/m/StandardTile.js +1 -1
  192. package/src/sap/m/StandardTreeItem.js +1 -1
  193. package/src/sap/m/StepInput.js +1 -1
  194. package/src/sap/m/SuggestionItem.js +1 -1
  195. package/src/sap/m/SuggestionsPopover.js +1 -3
  196. package/src/sap/m/Switch.js +1 -1
  197. package/src/sap/m/TabContainer.js +1 -1
  198. package/src/sap/m/TabContainerItem.js +1 -1
  199. package/src/sap/m/TabStrip.js +1 -1
  200. package/src/sap/m/TabStripItem.js +1 -1
  201. package/src/sap/m/Table.js +1 -1
  202. package/src/sap/m/TablePersoController.js +1 -1
  203. package/src/sap/m/TablePersoDialog.js +1 -1
  204. package/src/sap/m/TablePersoProvider.js +1 -1
  205. package/src/sap/m/TableRenderer.js +1 -0
  206. package/src/sap/m/TableSelectDialog.js +1 -1
  207. package/src/sap/m/Text.js +1 -1
  208. package/src/sap/m/TextArea.js +1 -1
  209. package/src/sap/m/Tile.js +1 -1
  210. package/src/sap/m/TileContainer.js +1 -1
  211. package/src/sap/m/TileContent.js +1 -1
  212. package/src/sap/m/TimePicker.js +21 -6
  213. package/src/sap/m/TimePickerSlider.js +1 -1
  214. package/src/sap/m/TimePickerSliders.js +10 -1
  215. package/src/sap/m/Title.js +1 -1
  216. package/src/sap/m/TitlePropagationSupport.js +1 -1
  217. package/src/sap/m/ToggleButton.js +1 -1
  218. package/src/sap/m/Token.js +1 -1
  219. package/src/sap/m/Tokenizer.js +1 -1
  220. package/src/sap/m/TokenizerRenderer.js +1 -0
  221. package/src/sap/m/Toolbar.js +1 -1
  222. package/src/sap/m/ToolbarLayoutData.js +1 -1
  223. package/src/sap/m/ToolbarSeparator.js +1 -1
  224. package/src/sap/m/ToolbarSpacer.js +1 -1
  225. package/src/sap/m/Tree.js +1 -1
  226. package/src/sap/m/TreeItemBase.js +1 -1
  227. package/src/sap/m/UploadCollection.js +2 -2
  228. package/src/sap/m/UploadCollectionItem.js +1 -1
  229. package/src/sap/m/UploadCollectionParameter.js +1 -1
  230. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  231. package/src/sap/m/VBox.js +1 -1
  232. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  233. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  234. package/src/sap/m/ViewSettingsDialog.js +1 -1
  235. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  236. package/src/sap/m/ViewSettingsItem.js +1 -1
  237. package/src/sap/m/VisibleItem.js +1 -1
  238. package/src/sap/m/Wizard.js +1 -1
  239. package/src/sap/m/WizardProgressNavigator.js +1 -1
  240. package/src/sap/m/WizardStep.js +1 -1
  241. package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
  242. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  243. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  244. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  245. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  246. package/src/sap/m/library.js +2 -2
  247. package/src/sap/m/messagebundle.properties +3 -0
  248. package/src/sap/m/messagebundle_cs.properties +10 -10
  249. package/src/sap/m/messagebundle_de.properties +1 -1
  250. package/src/sap/m/messagebundle_el.properties +1 -1
  251. package/src/sap/m/messagebundle_fr.properties +11 -11
  252. package/src/sap/m/messagebundle_it.properties +2 -2
  253. package/src/sap/m/messagebundle_ko.properties +1 -1
  254. package/src/sap/m/messagebundle_ms.properties +1 -1
  255. package/src/sap/m/messagebundle_no.properties +10 -10
  256. package/src/sap/m/messagebundle_pl.properties +4 -4
  257. package/src/sap/m/messagebundle_pt.properties +3 -3
  258. package/src/sap/m/messagebundle_ro.properties +2 -2
  259. package/src/sap/m/messagebundle_ru.properties +1 -1
  260. package/src/sap/m/semantic/AddAction.js +1 -1
  261. package/src/sap/m/semantic/CancelAction.js +1 -1
  262. package/src/sap/m/semantic/DeleteAction.js +1 -1
  263. package/src/sap/m/semantic/DetailPage.js +1 -1
  264. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  265. package/src/sap/m/semantic/EditAction.js +1 -1
  266. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  267. package/src/sap/m/semantic/FilterAction.js +1 -1
  268. package/src/sap/m/semantic/FilterSelect.js +1 -1
  269. package/src/sap/m/semantic/FlagAction.js +1 -1
  270. package/src/sap/m/semantic/ForwardAction.js +1 -1
  271. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  272. package/src/sap/m/semantic/GroupAction.js +1 -1
  273. package/src/sap/m/semantic/GroupSelect.js +1 -1
  274. package/src/sap/m/semantic/MainAction.js +1 -1
  275. package/src/sap/m/semantic/MasterPage.js +1 -1
  276. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  277. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  278. package/src/sap/m/semantic/NegativeAction.js +1 -1
  279. package/src/sap/m/semantic/OpenInAction.js +1 -1
  280. package/src/sap/m/semantic/PositiveAction.js +1 -1
  281. package/src/sap/m/semantic/PrintAction.js +1 -1
  282. package/src/sap/m/semantic/SaveAction.js +1 -1
  283. package/src/sap/m/semantic/Segment.js +1 -1
  284. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  285. package/src/sap/m/semantic/SemanticButton.js +1 -1
  286. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  287. package/src/sap/m/semantic/SemanticControl.js +1 -1
  288. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  289. package/src/sap/m/semantic/SemanticPage.js +1 -1
  290. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  291. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  292. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  293. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  294. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  295. package/src/sap/m/semantic/ShareMenu.js +1 -1
  296. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  297. package/src/sap/m/semantic/SortAction.js +1 -1
  298. package/src/sap/m/semantic/SortSelect.js +1 -1
  299. package/src/sap/m/upload/UploadSet.js +2 -1
  300. package/src/sap/m/upload/UploadSetItem.js +1 -1
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class Type for <code>filterItems</code> aggregation in P13nFilterPanel control.
19
19
  * @extends sap.m.P13nFilterItem
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.56.0
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class Type for <code>columnsItems</code> aggregation in <code>P13nColumnsPanel</code> control.
19
19
  * @extends sap.ui.core.Item
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @author SAP SE
23
23
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @class The <code>P13nColumnsPanel</code> control is used to define column-specific settings for table personalization.
37
37
  * @extends sap.m.P13nPanel
38
38
  * @author SAP SE
39
- * @version 1.71.35
39
+ * @version 1.71.39
40
40
  * @constructor
41
41
  * @public
42
42
  * @since 1.26.0
@@ -106,7 +106,7 @@ sap.ui.define([
106
106
  * @param {object} [mSettings] initial settings for the new control
107
107
  * @class The ConditionPanel Control will be used to implement the Sorting, Filtering and Grouping panel of the new Personalization dialog.
108
108
  * @extends sap.ui.core.Control
109
- * @version 1.71.35
109
+ * @version 1.71.39
110
110
  * @constructor
111
111
  * @public
112
112
  * @since 1.26.0
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * tables.
42
42
  * @extends sap.m.Dialog
43
43
  * @author SAP SE
44
- * @version 1.71.35
44
+ * @version 1.71.39
45
45
  * @constructor
46
46
  * @public
47
47
  * @since 1.26.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for <code>columnsItems</code> aggregation in <code>P13nDimMeasurePanel</code> control.
18
18
  * @extends sap.ui.core.Item
19
- * @version 1.71.35
19
+ * @version 1.71.39
20
20
  * @constructor
21
21
  * @author SAP SE
22
22
  * @public
@@ -87,7 +87,7 @@ sap.ui.define([
87
87
  * dimensions and measures for table personalization.
88
88
  * @extends sap.m.P13nPanel
89
89
  * @author SAP SE
90
- * @version 1.71.35
90
+ * @version 1.71.39
91
91
  * @constructor
92
92
  * @public
93
93
  * @since 1.34.0
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class Type for <code>filterItems</code> aggregation in P13nFilterPanel control.
19
19
  * @extends sap.ui.core.Item
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @public
23
23
  * @since 1.26.0
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @param {object} [mSettings] initial settings for the new control
24
24
  * @class The P13nFilterPanel control is used to define filter-specific settings for table personalization.
25
25
  * @extends sap.m.P13nPanel
26
- * @version 1.71.35
26
+ * @version 1.71.39
27
27
  * @constructor
28
28
  * @public
29
29
  * @since 1.26.0
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class Type for <code>groupItems</code> aggregation in P13nGroupPanel control.
19
19
  * @extends sap.ui.core.Item
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @public
23
23
  * @since 1.28.0
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] initial settings for the new control
28
28
  * @class The P13nGroupPanel control is used to define group-specific settings for table personalization.
29
29
  * @extends sap.m.P13nPanel
30
- * @version 1.71.35
30
+ * @version 1.71.39
31
31
  * @constructor
32
32
  * @public
33
33
  * @since 1.26.0
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class Base type for <code>items</code> aggregation in <code>P13nPanel</code> control.
19
19
  * @extends sap.ui.core.Element
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @public
23
23
  * @since 1.26.0
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class An abstract base type for <code>panels</code> aggregation in <code>P13nDialog</code> control.
19
19
  * @extends sap.ui.core.Control
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @public
23
23
  * @abstract
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class Type for <code>selectionItems</code> aggregation in <code>P13nSelectionPanel</code> control.
19
19
  * @extends sap.ui.core.Item
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @author SAP SE
23
23
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class The P13nSelectionPanel control is used to define selection settings like the visibility or the order of items.
31
31
  * @extends sap.m.P13nPanel
32
32
  * @author SAP SE
33
- * @version 1.71.35
33
+ * @version 1.71.39
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.46.0
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @param {object} [mSettings] initial settings for the new control
18
18
  * @class Type for <code>sortItems</code> aggregation in P13nSortPanel control.
19
19
  * @extends sap.ui.core.Item
20
- * @version 1.71.35
20
+ * @version 1.71.39
21
21
  * @constructor
22
22
  * @public
23
23
  * @since 1.26.0
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @param {object} [mSettings] initial settings for the new control
27
27
  * @class The P13nSortPanel control is used to define settings for sorting in table personalization.
28
28
  * @extends sap.m.P13nPanel
29
- * @version 1.71.35
29
+ * @version 1.71.39
30
30
  * @constructor
31
31
  * @public
32
32
  * @since 1.26.0
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.71.35
50
+ * @version 1.71.39
51
51
  * @since 1.48
52
52
  *
53
53
  * @constructor
@@ -152,7 +152,14 @@ sap.ui.define([
152
152
  /**
153
153
  * This event is fired when there is an error loading the PDF file.
154
154
  */
155
- error: {},
155
+ error: {
156
+ parameters : {
157
+ /**
158
+ * The iframe element.
159
+ */
160
+ target : {type: "any", defaultValue: null}
161
+ }
162
+ },
156
163
  /**
157
164
  * This event is fired when the PDF viewer control cannot check the loaded content. For
158
165
  * example, the default configuration of the Mozilla Firefox browser may not allow checking
@@ -292,9 +299,11 @@ sap.ui.define([
292
299
  /**
293
300
  * @private
294
301
  */
295
- PDFViewer.prototype._fireErrorEvent = function () {
302
+ PDFViewer.prototype._fireErrorEvent = function (oEventTarget) {
296
303
  this._renderErrorState();
297
- this.fireEvent("error", {}, true);
304
+ this.fireError({
305
+ target: oEventTarget || null
306
+ });
298
307
  };
299
308
 
300
309
  /**
@@ -362,7 +371,7 @@ sap.ui.define([
362
371
  if (bContinue && PDFViewerRenderer._isSupportedMimeType(sCurrentContentType) && PDFViewerRenderer._isPdfPluginEnabled()) {
363
372
  this._fireLoadedEvent();
364
373
  } else {
365
- this._fireErrorEvent();
374
+ this._fireErrorEvent(oEvent.target);
366
375
  }
367
376
  } catch (error) {
368
377
  Log.fatal(false, "Fatal error during the handling of load event happened.");
@@ -4,6 +4,8 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
+ /* global ActiveXObject:false */
8
+
7
9
  sap.ui.define(['sap/ui/Device', "sap/base/Log"],
8
10
  function (Device, Log) {
9
11
  "use strict";
@@ -44,6 +46,19 @@ sap.ui.define(['sap/ui/Device', "sap/base/Log"],
44
46
  return bIsEnabled;
45
47
  }
46
48
 
49
+ if (Device.browser.internet_explorer) {
50
+ // hacky code how to recognize that pdf plugin is installed and enabled
51
+ try {
52
+ /* eslint-disable no-new */
53
+ new ActiveXObject("AcroPDF.PDF");
54
+ /* eslint-enable no-new */
55
+ } catch (e) {
56
+ bIsEnabled = false;
57
+ }
58
+
59
+ return bIsEnabled;
60
+ }
61
+
47
62
  var aMimeTypes = navigator.mimeTypes;
48
63
  bIsEnabled = aAllowedMimeTypes.some(function (sAllowedMimeType) {
49
64
  var oMimeTypeItem = aMimeTypes.namedItem(sAllowedMimeType);
package/src/sap/m/Page.js CHANGED
@@ -83,7 +83,7 @@ function(
83
83
  * @extends sap.ui.core.Control
84
84
  * @mixes sap.ui.core.ContextMenuSupport
85
85
  * @author SAP SE
86
- * @version 1.71.35
86
+ * @version 1.71.39
87
87
  *
88
88
  * @public
89
89
  * @alias sap.m.Page
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.35
25
+ * @version 1.71.39
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.35
29
+ * @version 1.71.39
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.71.35
65
+ * @version 1.71.39
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -191,7 +191,7 @@ sap.ui.define([
191
191
  * {@link sap.m.PlanningCalendarView PlanningCalendarView}'s properties.
192
192
  *
193
193
  * @extends sap.ui.core.Control
194
- * @version 1.71.35
194
+ * @version 1.71.39
195
195
  *
196
196
  * @constructor
197
197
  * @public
@@ -2451,7 +2451,13 @@ sap.ui.define([
2451
2451
  PlanningCalendar.prototype._handleTodayPress = function (oEvent) {
2452
2452
  var oDate = new Date(),
2453
2453
  oStartDate,
2454
- sViewKey = this.getViewKey();
2454
+ sViewKey = this.getViewKey(),
2455
+ oFocusMonthDelegate = {
2456
+ onAfterRendering: function() {
2457
+ this._focusDate(CalendarDate.fromLocalJSDate(new Date()));
2458
+ this.removeDelegate(oFocusMonthDelegate);
2459
+ }
2460
+ };
2455
2461
 
2456
2462
  // if the OneMonth view is selected and Today btn is pressed,
2457
2463
  // the calendar should start from the 1st date of the current month
@@ -2472,6 +2478,11 @@ sap.ui.define([
2472
2478
 
2473
2479
  this.setStartDate(oDate);
2474
2480
  this._dateNav.setCurrent(oDate);
2481
+ if (sViewKey === PlanningCalendarBuiltInView.Week) {
2482
+ this._oWeeksRow.addDelegate(oFocusMonthDelegate, this._oWeeksRow);
2483
+ } else if (sViewKey === PlanningCalendarBuiltInView.OneMonth) {
2484
+ this._oOneMonthsRow.addDelegate(oFocusMonthDelegate, this._oOneMonthsRow);
2485
+ }
2475
2486
  this._updatePickerSelection();
2476
2487
  this.fireStartDateChange();
2477
2488
 
@@ -88,7 +88,7 @@ function(
88
88
  * @extends sap.ui.core.Control
89
89
  *
90
90
  * @author SAP SE
91
- * @version 1.71.35
91
+ * @version 1.71.39
92
92
  *
93
93
  * @constructor
94
94
  * @private
@@ -267,7 +267,7 @@ function(
267
267
  }.bind(this)
268
268
  });
269
269
  oCalendarPicker = new Calendar(sOPHId + "-Cal", {
270
- ariaLabelledBy: InvisibleText.getStaticId("sap.ui.unified", "CALENDAR_DIALOG")
270
+ ariaLabelledBy: InvisibleText.getStaticId("sap.m", "PCH_RANGE_PICKER")
271
271
  });
272
272
  oCalendarPicker.setPopupMode(true);
273
273
  oCalendarPicker.attachEvent("select", this._handlePickerDateSelect, this);
@@ -277,14 +277,14 @@ function(
277
277
  this.setAssociation("currentPicker", oCalendarPicker);
278
278
 
279
279
  oMonthPicker = new CustomMonthPicker(sOPHId + "-MonthCal", {
280
- ariaLabelledBy: InvisibleText.getStaticId("sap.ui.unified", "CALENDAR_DIALOG")
280
+ ariaLabelledBy: InvisibleText.getStaticId("sap.m", "PCH_RANGE_PICKER")
281
281
  });
282
282
  oMonthPicker.attachEvent("select", this._handlePickerDateSelect, this);
283
283
  oMonthPicker.attachEvent("cancel", this._handlePickerCancelEvent, this);
284
284
  this.setAggregation("_monthPicker", oMonthPicker);
285
285
 
286
286
  oYearPicker = new CustomYearPicker(sOPHId + "-YearCal", {
287
- ariaLabelledBy: InvisibleText.getStaticId("sap.ui.unified", "CALENDAR_DIALOG")
287
+ ariaLabelledBy: InvisibleText.getStaticId("sap.m", "PCH_RANGE_PICKER")
288
288
  });
289
289
  oYearPicker.attachEvent("select", this._handlePickerDateSelect, this);
290
290
  oYearPicker.attachEvent("cancel", this._handlePickerCancelEvent, this);
@@ -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.71.35
26
+ * @version 1.71.39
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/m/CustomListItem'], function (Element
23
23
  * The <code>sap.m.PlanningCalendarRow</code> allows you to modify appointments at row level.
24
24
  *
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.71.35
26
+ * @version 1.71.39
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/library'],
27
27
  * The <code>PlanningCalendarView</code> defines the type of the intervals (hours, days, months)
28
28
  * and how many intervals are displayed.
29
29
  * @extends sap.ui.core.Element
30
- * @version 1.71.35
30
+ * @version 1.71.39
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -111,7 +111,7 @@ sap.ui.define([
111
111
  * @extends sap.ui.core.Control
112
112
  * @implements sap.ui.core.PopupInterface
113
113
  * @author SAP SE
114
- * @version 1.71.35
114
+ * @version 1.71.39
115
115
  *
116
116
  * @public
117
117
  * @alias sap.m.Popover
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.71.35
51
+ * @version 1.71.39
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.71.35
43
+ * @version 1.71.39
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.m.QuickViewBase
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.71.35
65
+ * @version 1.71.39
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.35
31
+ * @version 1.71.39
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.m.QuickViewBase
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.71.35
40
+ * @version 1.71.39
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.35
24
+ * @version 1.71.39
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.35
29
+ * @version 1.71.39
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -89,7 +89,7 @@ sap.ui.define([
89
89
  * @extends sap.ui.core.Control
90
90
  *
91
91
  * @author SAP SE
92
- * @version 1.71.35
92
+ * @version 1.71.39
93
93
  *
94
94
  * @constructor
95
95
  * @public
@@ -84,7 +84,7 @@ function(
84
84
  * @implements sap.ui.core.IFormContent
85
85
  *
86
86
  * @author SAP SE
87
- * @version 1.71.35
87
+ * @version 1.71.39
88
88
  *
89
89
  * @constructor
90
90
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @implements sap.ui.core.IFormContent
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.71.35
60
+ * @version 1.71.39
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.m.Slider
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.71.35
52
+ * @version 1.71.39
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.ui.core.Control
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.71.35
54
+ * @version 1.71.39
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @extends sap.ui.core.Control
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.71.35
67
+ * @version 1.71.39
68
68
  *
69
69
  * @constructor
70
70
  * @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.71.35
37
+ * @version 1.71.39
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.71.35
28
+ * @version 1.71.39
29
29
  *
30
30
  * @private
31
31
  * @alias sap.m.ScrollBar
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.71.35
40
+ * @version 1.71.39
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * @extends sap.ui.core.Control
73
73
  * @implements sap.ui.core.IFormContent
74
74
  * @author SAP SE
75
- * @version 1.71.35
75
+ * @version 1.71.39
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -133,6 +133,7 @@ sap.ui.define(["sap/ui/Device", "sap/ui/core/InvisibleText"],
133
133
  if (oSF.getEnabled()) {
134
134
  // 2. Reset button
135
135
  rm.write("<div");
136
+ rm.writeAttribute("aria-hidden", true);
136
137
  rm.writeAttribute("id", oSF.getId() + "-reset");
137
138
  sResetToolTipValue = sValue === "" ? this.oSearchFieldToolTips.SEARCH_BUTTON_TOOLTIP : this.oSearchFieldToolTips.RESET_BUTTON_TOOLTIP;
138
139
  rm.writeAttributeEscaped("title", sResetToolTipValue); // initial rendering reset is search when no value is set
@@ -150,6 +151,7 @@ sap.ui.define(["sap/ui/Device", "sap/ui/core/InvisibleText"],
150
151
  // 3. Search/Refresh button
151
152
  if (bShowSearchBtn) {
152
153
  rm.write("<div");
154
+ rm.writeAttribute("aria-hidden", true);
153
155
  rm.writeAttribute("id", oSF.getId() + "-search");
154
156
  rm.addClass("sapMSFS"); // search
155
157
  rm.addClass("sapMSFB"); // button
@@ -50,7 +50,7 @@ function(
50
50
  * @implements sap.ui.core.IFormContent
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.71.35
53
+ * @version 1.71.39
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -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.71.35
26
+ * @version 1.71.39
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -95,7 +95,7 @@ function(
95
95
  * @implements sap.ui.core.IFormContent
96
96
  *
97
97
  * @author SAP SE
98
- * @version 1.71.35
98
+ * @version 1.71.39
99
99
  *
100
100
  * @constructor
101
101
  * @public
@@ -750,7 +750,7 @@ function(
750
750
  Select.prototype.setValue = function(sValue) {
751
751
  var oDomRef = this.getDomRef(),
752
752
  oTextPlaceholder = oDomRef && oDomRef.querySelector(".sapMSelectListItemText"),
753
- bForceAnnounce = !this.isOpen() && this._isFocused() && this._oInvisibleMessage && Device.os.macintosh;
753
+ bForceAnnounce = !this.isOpen() && this._isFocused() && this._oInvisibleMessage;
754
754
 
755
755
  if (oTextPlaceholder) {
756
756
  oTextPlaceholder.textContent = sValue;
@@ -760,7 +760,6 @@ function(
760
760
  this._getValueIcon();
761
761
 
762
762
  if (bForceAnnounce) {
763
- // auto-announce of new value (when direct text node of div@role="combobox" is changed) is not working on MacOS.
764
763
  // InvisibleMessage is used in case the popover is closed.
765
764
  // (aria-activedescendant is announcing the new selection when popover is opened).
766
765
  this._oInvisibleMessage.announce(sValue);
@@ -113,7 +113,7 @@ function(
113
113
  * @extends sap.ui.core.Control
114
114
  *
115
115
  * @author SAP SE
116
- * @version 1.71.35
116
+ * @version 1.71.39
117
117
  *
118
118
  * @constructor
119
119
  * @public