@openui5/sap.m 1.130.0 → 1.131.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 (429) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/m/.library +1 -1
  4. package/src/sap/m/AccButton.js +1 -1
  5. package/src/sap/m/ActionListItem.js +1 -1
  6. package/src/sap/m/ActionSelect.js +1 -1
  7. package/src/sap/m/ActionSheet.js +1 -1
  8. package/src/sap/m/ActionTile.js +1 -1
  9. package/src/sap/m/ActionTileContent.js +1 -1
  10. package/src/sap/m/AdditionalTextButton.js +1 -1
  11. package/src/sap/m/App.js +1 -1
  12. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  13. package/src/sap/m/Avatar.js +1 -1
  14. package/src/sap/m/Bar.js +1 -1
  15. package/src/sap/m/Breadcrumbs.js +7 -4
  16. package/src/sap/m/BusyDialog.js +1 -1
  17. package/src/sap/m/BusyIndicator.js +1 -1
  18. package/src/sap/m/Button.js +10 -8
  19. package/src/sap/m/Carousel.js +1 -1
  20. package/src/sap/m/CarouselLayout.js +1 -1
  21. package/src/sap/m/CheckBox.js +1 -1
  22. package/src/sap/m/ColorPalette.js +1 -1
  23. package/src/sap/m/ColorPalettePopover.js +1 -1
  24. package/src/sap/m/Column.js +11 -7
  25. package/src/sap/m/ColumnHeaderPopover.js +1 -1
  26. package/src/sap/m/ColumnListItem.js +1 -1
  27. package/src/sap/m/ColumnPopoverActionItem.js +1 -1
  28. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  29. package/src/sap/m/ColumnPopoverItem.js +1 -1
  30. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  31. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  32. package/src/sap/m/ComboBox.js +2 -2
  33. package/src/sap/m/ComboBoxBase.js +1 -1
  34. package/src/sap/m/ComboBoxTextField.js +1 -1
  35. package/src/sap/m/ContentConfig.js +1 -1
  36. package/src/sap/m/CustomListItem.js +1 -1
  37. package/src/sap/m/CustomTile.js +1 -1
  38. package/src/sap/m/CustomTreeItem.js +1 -1
  39. package/src/sap/m/DatePicker.js +1 -1
  40. package/src/sap/m/DateRangeSelection.js +2 -2
  41. package/src/sap/m/DateTimeField.js +1 -1
  42. package/src/sap/m/DateTimeInput.js +1 -1
  43. package/src/sap/m/DateTimePicker.js +1 -1
  44. package/src/sap/m/Dialog.js +44 -17
  45. package/src/sap/m/DisplayListItem.js +1 -1
  46. package/src/sap/m/DraftIndicator.js +1 -1
  47. package/src/sap/m/DynamicDate.js +1 -1
  48. package/src/sap/m/DynamicDateFormat.js +1 -1
  49. package/src/sap/m/DynamicDateOption.js +1 -1
  50. package/src/sap/m/DynamicDateRange.js +26 -17
  51. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  52. package/src/sap/m/ExpandableText.js +1 -1
  53. package/src/sap/m/FacetFilter.js +37 -3
  54. package/src/sap/m/FacetFilterItem.js +9 -1
  55. package/src/sap/m/FacetFilterList.js +1 -1
  56. package/src/sap/m/FeedContent.js +1 -1
  57. package/src/sap/m/FeedInput.js +1 -1
  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 +1 -1
  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/GroupHeaderListItem.js +1 -1
  67. package/src/sap/m/GrowingList.js +1 -1
  68. package/src/sap/m/HBox.js +1 -1
  69. package/src/sap/m/HeaderContainer.js +2 -2
  70. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  71. package/src/sap/m/IconTabBar.js +1 -1
  72. package/src/sap/m/IconTabBarSelectList.js +1 -1
  73. package/src/sap/m/IconTabFilter.js +3 -2
  74. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  75. package/src/sap/m/IconTabHeader.js +1 -1
  76. package/src/sap/m/IconTabSeparator.js +1 -1
  77. package/src/sap/m/IllustratedMessage.js +11 -20
  78. package/src/sap/m/Illustration.js +1 -1
  79. package/src/sap/m/Image.js +18 -2
  80. package/src/sap/m/ImageContent.js +1 -1
  81. package/src/sap/m/ImageRenderer.js +9 -5
  82. package/src/sap/m/Input.js +4 -2
  83. package/src/sap/m/InputBase.js +1 -1
  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 +7 -9
  89. package/src/sap/m/LinkTileContent.js +1 -1
  90. package/src/sap/m/List.js +1 -1
  91. package/src/sap/m/ListBase.js +1 -1
  92. package/src/sap/m/ListItemBase.js +3 -2
  93. package/src/sap/m/MaskEnabler.js +1 -1
  94. package/src/sap/m/MaskInput.js +67 -1
  95. package/src/sap/m/MaskInputRule.js +1 -1
  96. package/src/sap/m/Menu.js +38 -5
  97. package/src/sap/m/MenuButton.js +1 -1
  98. package/src/sap/m/MenuItem.js +91 -3
  99. package/src/sap/m/MenuItemGroup.js +1 -1
  100. package/src/sap/m/MenuListItem.js +13 -1
  101. package/src/sap/m/MenuListItemRenderer.js +15 -5
  102. package/src/sap/m/MessageItem.js +1 -1
  103. package/src/sap/m/MessageListItem.js +1 -1
  104. package/src/sap/m/MessagePage.js +1 -1
  105. package/src/sap/m/MessagePopover.js +1 -1
  106. package/src/sap/m/MessagePopoverItem.js +1 -1
  107. package/src/sap/m/MessageStrip.js +1 -1
  108. package/src/sap/m/MessageToast.js +1 -1
  109. package/src/sap/m/MessageView.js +1 -1
  110. package/src/sap/m/MultiComboBox.js +6 -1
  111. package/src/sap/m/MultiEditField.js +1 -1
  112. package/src/sap/m/MultiInput.js +16 -4
  113. package/src/sap/m/NavContainer.js +1 -1
  114. package/src/sap/m/NewsContent.js +1 -1
  115. package/src/sap/m/NotificationList.js +1 -1
  116. package/src/sap/m/NotificationListBase.js +1 -1
  117. package/src/sap/m/NotificationListGroup.js +1 -1
  118. package/src/sap/m/NotificationListItem.js +1 -1
  119. package/src/sap/m/NumericContent.js +1 -1
  120. package/src/sap/m/NumericInput.js +1 -1
  121. package/src/sap/m/ObjectAttribute.js +1 -1
  122. package/src/sap/m/ObjectHeader.js +1 -1
  123. package/src/sap/m/ObjectIdentifier.js +1 -1
  124. package/src/sap/m/ObjectListItem.js +1 -1
  125. package/src/sap/m/ObjectMarker.js +1 -1
  126. package/src/sap/m/ObjectNumber.js +1 -1
  127. package/src/sap/m/ObjectStatus.js +2 -2
  128. package/src/sap/m/OverflowToolbar.js +2 -3
  129. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  130. package/src/sap/m/OverflowToolbarButton.js +1 -1
  131. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  132. package/src/sap/m/OverflowToolbarMenuButton.js +1 -1
  133. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  134. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  135. package/src/sap/m/P13nColumnsItem.js +1 -1
  136. package/src/sap/m/P13nColumnsPanel.js +1 -1
  137. package/src/sap/m/P13nConditionPanel.js +1 -2
  138. package/src/sap/m/P13nDialog.js +1 -1
  139. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  140. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  141. package/src/sap/m/P13nFilterItem.js +1 -1
  142. package/src/sap/m/P13nFilterPanel.js +1 -2
  143. package/src/sap/m/P13nGroupItem.js +1 -1
  144. package/src/sap/m/P13nGroupPanel.js +1 -1
  145. package/src/sap/m/P13nItem.js +1 -1
  146. package/src/sap/m/P13nPanel.js +1 -1
  147. package/src/sap/m/P13nSelectionItem.js +1 -1
  148. package/src/sap/m/P13nSelectionPanel.js +1 -1
  149. package/src/sap/m/P13nSortItem.js +1 -1
  150. package/src/sap/m/P13nSortPanel.js +1 -1
  151. package/src/sap/m/PDFViewer.js +1 -1
  152. package/src/sap/m/Page.js +1 -1
  153. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  154. package/src/sap/m/PagingButton.js +1 -1
  155. package/src/sap/m/Panel.js +1 -1
  156. package/src/sap/m/PlanningCalendar.js +26 -7
  157. package/src/sap/m/PlanningCalendarHeader.js +1 -1
  158. package/src/sap/m/PlanningCalendarLegend.js +12 -1
  159. package/src/sap/m/PlanningCalendarLegendRenderer.js +10 -4
  160. package/src/sap/m/PlanningCalendarRow.js +1 -1
  161. package/src/sap/m/PlanningCalendarView.js +1 -1
  162. package/src/sap/m/Popover.js +227 -36
  163. package/src/sap/m/PopoverRenderer.js +12 -1
  164. package/src/sap/m/ProgressIndicator.js +2 -1
  165. package/src/sap/m/PullToRefresh.js +1 -1
  166. package/src/sap/m/QuickView.js +1 -1
  167. package/src/sap/m/QuickViewBase.js +1 -1
  168. package/src/sap/m/QuickViewCard.js +1 -1
  169. package/src/sap/m/QuickViewGroup.js +1 -1
  170. package/src/sap/m/QuickViewGroupElement.js +1 -1
  171. package/src/sap/m/QuickViewPage.js +1 -1
  172. package/src/sap/m/RadioButton.js +1 -1
  173. package/src/sap/m/RadioButtonGroup.js +1 -1
  174. package/src/sap/m/RangeSlider.js +1 -1
  175. package/src/sap/m/RatingIndicator.js +1 -1
  176. package/src/sap/m/ResponsivePopover.js +1 -1
  177. package/src/sap/m/ResponsiveScale.js +1 -1
  178. package/src/sap/m/ScrollBar.js +1 -1
  179. package/src/sap/m/ScrollContainer.js +1 -1
  180. package/src/sap/m/SearchField.js +1 -1
  181. package/src/sap/m/SegmentedButton.js +1 -1
  182. package/src/sap/m/SegmentedButtonItem.js +1 -1
  183. package/src/sap/m/Select.js +1 -1
  184. package/src/sap/m/SelectDialog.js +1 -1
  185. package/src/sap/m/SelectDialogBase.js +1 -1
  186. package/src/sap/m/SelectList.js +1 -1
  187. package/src/sap/m/SelectionDetails.js +1 -1
  188. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  189. package/src/sap/m/SelectionDetailsItem.js +1 -1
  190. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  191. package/src/sap/m/Shell.js +1 -1
  192. package/src/sap/m/SimpleFixFlex.js +1 -1
  193. package/src/sap/m/SinglePlanningCalendar.js +1 -1
  194. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  195. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -3
  196. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +0 -4
  197. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +11 -10
  198. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  199. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  200. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  201. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  202. package/src/sap/m/SlideTile.js +1 -1
  203. package/src/sap/m/Slider.js +1 -1
  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/SplitContainer.js +1 -1
  210. package/src/sap/m/StandardDynamicDateOption.js +22 -8
  211. package/src/sap/m/StandardListItem.js +1 -1
  212. package/src/sap/m/StandardTile.js +1 -1
  213. package/src/sap/m/StandardTreeItem.js +1 -1
  214. package/src/sap/m/StepInput.js +1 -1
  215. package/src/sap/m/SuggestionItem.js +1 -1
  216. package/src/sap/m/SuggestionsPopover.js +45 -11
  217. package/src/sap/m/Switch.js +1 -1
  218. package/src/sap/m/TabContainer.js +1 -1
  219. package/src/sap/m/TabContainerItem.js +1 -1
  220. package/src/sap/m/TabStrip.js +1 -1
  221. package/src/sap/m/TabStripItem.js +1 -1
  222. package/src/sap/m/Table.js +1 -3
  223. package/src/sap/m/TablePersoController.js +1 -1
  224. package/src/sap/m/TablePersoDialog.js +1 -1
  225. package/src/sap/m/TablePersoProvider.js +1 -1
  226. package/src/sap/m/TableSelectDialog.js +1 -1
  227. package/src/sap/m/Text.js +1 -1
  228. package/src/sap/m/TextArea.js +1 -1
  229. package/src/sap/m/Tile.js +1 -1
  230. package/src/sap/m/TileContainer.js +1 -1
  231. package/src/sap/m/TileContent.js +1 -1
  232. package/src/sap/m/TileInfo.js +1 -1
  233. package/src/sap/m/TimePicker.js +2 -2
  234. package/src/sap/m/TimePickerClock.js +1 -1
  235. package/src/sap/m/TimePickerClocks.js +22 -11
  236. package/src/sap/m/TimePickerInputs.js +1 -1
  237. package/src/sap/m/TimePickerInternals.js +1 -1
  238. package/src/sap/m/TimePickerSlider.js +1 -1
  239. package/src/sap/m/TimePickerSliderRenderer.js +1 -0
  240. package/src/sap/m/TimePickerSliders.js +1 -1
  241. package/src/sap/m/Title.js +1 -1
  242. package/src/sap/m/TitlePropagationSupport.js +1 -1
  243. package/src/sap/m/ToggleButton.js +1 -1
  244. package/src/sap/m/Token.js +1 -1
  245. package/src/sap/m/Tokenizer.js +1 -1
  246. package/src/sap/m/Toolbar.js +1 -1
  247. package/src/sap/m/ToolbarLayoutData.js +1 -1
  248. package/src/sap/m/ToolbarSeparator.js +1 -1
  249. package/src/sap/m/ToolbarSpacer.js +1 -1
  250. package/src/sap/m/Tree.js +1 -1
  251. package/src/sap/m/TreeItemBase.js +1 -1
  252. package/src/sap/m/UploadCollection.js +1 -1
  253. package/src/sap/m/UploadCollectionItem.js +1 -1
  254. package/src/sap/m/UploadCollectionParameter.js +1 -1
  255. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  256. package/src/sap/m/VBox.js +1 -1
  257. package/src/sap/m/ValueStateHeader.js +1 -1
  258. package/src/sap/m/VariantManagement.js +2 -2
  259. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  260. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  261. package/src/sap/m/ViewSettingsDialog.js +6 -3
  262. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  263. package/src/sap/m/ViewSettingsItem.js +1 -1
  264. package/src/sap/m/VisibleItem.js +1 -1
  265. package/src/sap/m/WheelSlider.js +1 -1
  266. package/src/sap/m/WheelSliderContainer.js +1 -1
  267. package/src/sap/m/Wizard.js +1 -1
  268. package/src/sap/m/WizardProgressNavigator.js +1 -1
  269. package/src/sap/m/WizardStep.js +1 -1
  270. package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
  271. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  272. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  273. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  274. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  275. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  276. package/src/sap/m/designtime/Popover.designtime.js +6 -6
  277. package/src/sap/m/library.js +3 -3
  278. package/src/sap/m/messagebundle_en_US_saprigi.properties +14 -0
  279. package/src/sap/m/messagebundle_es.properties +11 -11
  280. package/src/sap/m/messagebundle_fr.properties +4 -4
  281. package/src/sap/m/messagebundle_ms.properties +2 -2
  282. package/src/sap/m/messagebundle_no.properties +1 -1
  283. package/src/sap/m/messagebundle_pl.properties +5 -5
  284. package/src/sap/m/p13n/AbstractContainer.js +3 -2
  285. package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
  286. package/src/sap/m/p13n/BasePanel.js +20 -4
  287. package/src/sap/m/p13n/Container.js +1 -2
  288. package/src/sap/m/p13n/Engine.js +3 -5
  289. package/src/sap/m/p13n/FilterController.js +1 -1
  290. package/src/sap/m/p13n/FilterPanel.js +1 -1
  291. package/src/sap/m/p13n/GroupController.js +1 -1
  292. package/src/sap/m/p13n/GroupPanel.js +1 -1
  293. package/src/sap/m/p13n/MessageStrip.js +2 -1
  294. package/src/sap/m/p13n/Popup.js +19 -1
  295. package/src/sap/m/p13n/QueryPanel.js +1 -1
  296. package/src/sap/m/p13n/SelectionController.js +1 -1
  297. package/src/sap/m/p13n/SelectionPanel.js +14 -2
  298. package/src/sap/m/p13n/SortController.js +1 -1
  299. package/src/sap/m/p13n/SortPanel.js +1 -1
  300. package/src/sap/m/p13n/handler/xConfigHandler.js +6 -6
  301. package/src/sap/m/p13n/modification/FlexModificationHandler.js +0 -1
  302. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +0 -1
  303. package/src/sap/m/p13n/modification/ModificationHandler.js +0 -1
  304. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +1 -1
  305. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +1 -1
  306. package/src/sap/m/p13n/modules/UIManager.js +1 -1
  307. package/src/sap/m/p13n/modules/xConfigAPI.js +21 -16
  308. package/src/sap/m/plugins/CellSelector.js +24 -15
  309. package/src/sap/m/plugins/ColumnResizer.js +1 -1
  310. package/src/sap/m/plugins/ContextMenuSetting.js +1 -1
  311. package/src/sap/m/plugins/CopyProvider.js +1 -1
  312. package/src/sap/m/plugins/DataStateIndicator.js +1 -1
  313. package/src/sap/m/plugins/PasteProvider.js +1 -1
  314. package/src/sap/m/plugins/PluginBase.js +1 -1
  315. package/src/sap/m/plugins/UploadSetwithTable.js +35 -35
  316. package/src/sap/m/semantic/AddAction.js +1 -1
  317. package/src/sap/m/semantic/CancelAction.js +1 -1
  318. package/src/sap/m/semantic/DeleteAction.js +1 -1
  319. package/src/sap/m/semantic/DetailPage.js +1 -1
  320. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  321. package/src/sap/m/semantic/EditAction.js +1 -1
  322. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  323. package/src/sap/m/semantic/FilterAction.js +1 -1
  324. package/src/sap/m/semantic/FilterSelect.js +1 -1
  325. package/src/sap/m/semantic/FlagAction.js +1 -1
  326. package/src/sap/m/semantic/ForwardAction.js +1 -1
  327. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  328. package/src/sap/m/semantic/GroupAction.js +1 -1
  329. package/src/sap/m/semantic/GroupSelect.js +1 -1
  330. package/src/sap/m/semantic/MainAction.js +1 -1
  331. package/src/sap/m/semantic/MasterPage.js +1 -1
  332. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  333. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  334. package/src/sap/m/semantic/NegativeAction.js +1 -1
  335. package/src/sap/m/semantic/OpenInAction.js +1 -1
  336. package/src/sap/m/semantic/PositiveAction.js +1 -1
  337. package/src/sap/m/semantic/PrintAction.js +1 -1
  338. package/src/sap/m/semantic/SaveAction.js +1 -1
  339. package/src/sap/m/semantic/Segment.js +1 -1
  340. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  341. package/src/sap/m/semantic/SemanticButton.js +1 -1
  342. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  343. package/src/sap/m/semantic/SemanticControl.js +1 -1
  344. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  345. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  346. package/src/sap/m/semantic/SemanticPage.js +1 -1
  347. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  348. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  349. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  350. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  351. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  352. package/src/sap/m/semantic/ShareMenu.js +1 -1
  353. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  354. package/src/sap/m/semantic/SortAction.js +1 -1
  355. package/src/sap/m/semantic/SortSelect.js +1 -1
  356. package/src/sap/m/table/ColumnWidthController.js +1 -1
  357. package/src/sap/m/table/Util.js +2 -2
  358. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  359. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  360. package/src/sap/m/table/columnmenu/Item.js +1 -1
  361. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  362. package/src/sap/m/table/columnmenu/Menu.js +1 -1
  363. package/src/sap/m/table/columnmenu/MenuBase.js +1 -1
  364. package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
  365. package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
  366. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  367. package/src/sap/m/table/columnmenu/QuickGroup.js +1 -1
  368. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  369. package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
  370. package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -1
  371. package/src/sap/m/table/columnmenu/QuickTotal.js +1 -1
  372. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  373. package/src/sap/m/themes/base/BarBase.less +12 -12
  374. package/src/sap/m/themes/base/Button.less +1 -3
  375. package/src/sap/m/themes/base/Carousel.less +3 -4
  376. package/src/sap/m/themes/base/CheckBox.less +40 -32
  377. package/src/sap/m/themes/base/ContextMenuSetting.less +1 -1
  378. package/src/sap/m/themes/base/CustomTile.less +2 -3
  379. package/src/sap/m/themes/base/Dialog.less +2 -17
  380. package/src/sap/m/themes/base/FeedContent.less +14 -12
  381. package/src/sap/m/themes/base/FeedInput.less +132 -133
  382. package/src/sap/m/themes/base/FeedListItem.less +62 -65
  383. package/src/sap/m/themes/base/GenericTag.less +56 -42
  384. package/src/sap/m/themes/base/GenericTile.less +1034 -516
  385. package/src/sap/m/themes/base/HeaderContainer.less +48 -33
  386. package/src/sap/m/themes/base/IconTabBar.less +9 -4
  387. package/src/sap/m/themes/base/IllustratedMessage.less +16 -14
  388. package/src/sap/m/themes/base/ImageContent.less +5 -5
  389. package/src/sap/m/themes/base/Input.less +21 -6
  390. package/src/sap/m/themes/base/InputBase.less +95 -62
  391. package/src/sap/m/themes/base/InputListItem.less +4 -3
  392. package/src/sap/m/themes/base/Label.less +46 -33
  393. package/src/sap/m/themes/base/LightBox.less +40 -36
  394. package/src/sap/m/themes/base/ListBase.less +44 -59
  395. package/src/sap/m/themes/base/ListItemBase.less +55 -76
  396. package/src/sap/m/themes/base/MenuButton.less +43 -41
  397. package/src/sap/m/themes/base/MenuListItem.less +11 -21
  398. package/src/sap/m/themes/base/MessageBox.less +16 -11
  399. package/src/sap/m/themes/base/MessageView.less +1 -0
  400. package/src/sap/m/themes/base/NotificationListBase.less +7 -5
  401. package/src/sap/m/themes/base/NotificationListGroup.less +16 -13
  402. package/src/sap/m/themes/base/NotificationListItem.less +14 -15
  403. package/src/sap/m/themes/base/ObjectAttribute.less +17 -15
  404. package/src/sap/m/themes/base/ObjectIdentifier.less +4 -3
  405. package/src/sap/m/themes/base/ObjectListItem.less +25 -27
  406. package/src/sap/m/themes/base/ObjectMarker.less +15 -7
  407. package/src/sap/m/themes/base/ObjectNumber.less +81 -41
  408. package/src/sap/m/themes/base/ObjectStatus.less +230 -205
  409. package/src/sap/m/themes/base/OverflowToolbarAssociativePopover.less +79 -76
  410. package/src/sap/m/themes/base/P13nColumnsPanel.less +9 -10
  411. package/src/sap/m/themes/base/P13nConditionPanel.less +7 -7
  412. package/src/sap/m/themes/base/P13nDialog.less +6 -6
  413. package/src/sap/m/themes/base/P13nFilterPanel.less +11 -11
  414. package/src/sap/m/themes/base/Popover.less +68 -7
  415. package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +0 -4
  416. package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +16 -0
  417. package/src/sap/m/themes/base/Table.less +1 -1
  418. package/src/sap/m/themes/base/p13n.Container.less +11 -10
  419. package/src/sap/m/themes/base/p13n.QueryPanel.less +7 -6
  420. package/src/sap/m/themes/base/p13n.SelectionPanel.less +21 -15
  421. package/src/sap/m/upload/ActionsPlaceholder.js +1 -1
  422. package/src/sap/m/upload/Column.js +1 -1
  423. package/src/sap/m/upload/FilePreviewDialog.js +42 -42
  424. package/src/sap/m/upload/UploadItem.js +1 -1
  425. package/src/sap/m/upload/UploadItemConfiguration.js +1 -1
  426. package/src/sap/m/upload/UploadSet.js +53 -25
  427. package/src/sap/m/upload/UploadSetItem.js +1 -1
  428. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
  429. package/src/sap/m/upload/UploaderTableItem.js +1 -1
@@ -46,7 +46,6 @@ sap.ui.define([
46
46
  *
47
47
  * @author SAP SE
48
48
  * @private
49
- * @experimental Since 1.104.
50
49
  * @alias sap.m.p13n.modification.FlexModificationHandler
51
50
  */
52
51
  const FlexModificationHandler = ModificationHandler.extend("sap.m.p13n.modification.FlexModificationHandler");
@@ -18,7 +18,6 @@ sap.ui.define([
18
18
  *
19
19
  * @author SAP SE
20
20
  * @private
21
- * @experimental Since 1.104.
22
21
  * @alias sap.m.p13n.modification.LocalStorageModificationHandler
23
22
  */
24
23
  const LocalStorageModificationHandler = Modificationhandler.extend("sap.m.p13n.modification.LocalStorageModificationHandler");
@@ -16,7 +16,6 @@ sap.ui.define([
16
16
  *
17
17
  * @author SAP SE
18
18
  * @private
19
- * @experimental Since 1.104.
20
19
  * @alias sap.m.p13n.modification.ModificationHandler
21
20
  */
22
21
  const ModificationHandler = BaseObject.extend("sap.m.p13n.modification.ModificationHandler");
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.base.Object
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.130.0
30
+ * @version 1.131.0
31
31
  *
32
32
  * @private
33
33
  * @since 1.104
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.EventProvider
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.130.0
24
+ * @version 1.131.0
25
25
  *
26
26
  * @private
27
27
  * @since 1.104
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.base.Object
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.130.0
31
+ * @version 1.131.0
32
32
  *
33
33
  * @private
34
34
  *
@@ -103,22 +103,22 @@ sap.ui.define([
103
103
  return arr[index];
104
104
  }
105
105
 
106
- xConfigAPI.getCurrentItemState = async function(oControl, oModificationPayload, oConfig, sAggregationName) {
106
+ xConfigAPI.getCurrentItemState = async function (oControl, oModificationPayload, oConfig, sAggregationName) {
107
107
  const changeType = oModificationPayload?.changeType;
108
108
  if (!oModificationPayload.propertyBag || !changeType || changeType.indexOf("Item") === -1) {
109
109
  return;
110
110
  }
111
- const {modifier, appComponent} = oModificationPayload.propertyBag;
111
+ const { modifier, appComponent } = oModificationPayload.propertyBag;
112
112
  const aTargetAggregationItems = await modifier.getAggregation(oControl, sAggregationName);
113
113
  const aAggregationItems = aTargetAggregationItems || [];
114
114
  const aCurrentState = [];
115
115
  if (oConfig && Object.keys(oConfig.aggregations[sAggregationName]).length > 0) {
116
116
  Object.entries(oConfig.aggregations[sAggregationName]).forEach(([sKey, oItem]) => {
117
117
  if (oItem.visible !== false) {
118
- aCurrentState.push({key: sKey, position: oItem.position});
118
+ aCurrentState.push({ key: sKey, position: oItem.position });
119
119
  }
120
120
  });
121
- aCurrentState.sort((a,b) => a.position - b.position);
121
+ aCurrentState.sort((a, b) => a.position - b.position);
122
122
  aCurrentState.map((o) => delete o.position);
123
123
  } else {
124
124
 
@@ -135,13 +135,13 @@ sap.ui.define([
135
135
  const sKey = await modifier.getProperty(oAffectedItem, "value");
136
136
  const vRelevant = await modifier.getProperty(oItem, "visible");
137
137
  if (vRelevant && sKey) {
138
- aCurrentState.push({key: sKey});
138
+ aCurrentState.push({ key: sKey });
139
139
  }
140
140
  } else {
141
141
  const sId = appComponent ? appComponent.getRootControl()?.getLocalId(modifier.getId(oItem)) : modifier.getId(oItem);
142
142
  const vRelevant = await modifier.getProperty(oItem, "visible");
143
143
  if (vRelevant && sId) {
144
- aCurrentState.push({key: sId});
144
+ aCurrentState.push({ key: sId });
145
145
  }
146
146
  }
147
147
 
@@ -225,22 +225,27 @@ sap.ui.define([
225
225
  return oConfig;
226
226
  };
227
227
 
228
- const updateIndex = function(oControl, oConfig, oModificationPayload) {
228
+ const updateIndex = function (oControl, oConfig, oModificationPayload) {
229
229
  const key = oModificationPayload.key || oModificationPayload.name;
230
+ const { persistenceIdentifier } = oModificationPayload.value;
230
231
  const mControlMeta = oModificationPayload.controlMeta;
231
232
  const vValue = oModificationPayload.value;
232
233
  const oControlMetadata = oModificationPayload.controlMetadata || oControl.getMetadata();
233
234
  const sAffectedAggregation = mControlMeta.aggregation;
234
235
  const sAggregationName = sAffectedAggregation ? sAffectedAggregation : oControlMetadata.getDefaultAggregation().name;
235
- const {currentState} = oModificationPayload;
236
+ const { currentState } = oModificationPayload;
236
237
  const newIndex = vValue.index;
237
238
 
238
- const {operation} = oModificationPayload;
239
+ const { operation } = oModificationPayload;
239
240
  const updatedState = merge([], currentState);
240
241
 
241
242
  const operationActions = {
242
- add: (affectedKey, index) => {
243
- updatedState.splice(index, 0, {key: affectedKey});
243
+ add: (affectedKey, index, affectedPersistenceIdentifier) => {
244
+ const obj = { key: affectedKey };
245
+ if (affectedPersistenceIdentifier) {
246
+ obj.persistenceIdentifier = affectedPersistenceIdentifier;
247
+ }
248
+ updatedState.splice(index, 0, obj);
244
249
  },
245
250
  remove: (affectedKey, index) => {
246
251
  const currentItemState = updatedState?.find((item) => item.key == affectedKey);
@@ -260,19 +265,19 @@ sap.ui.define([
260
265
  };
261
266
 
262
267
  if (currentState instanceof Array && operation && operationActions[operation] instanceof Function) {
263
- operationActions[operation](key, newIndex);
268
+ operationActions[operation](key, newIndex, persistenceIdentifier);
264
269
  }
265
270
 
266
271
  updatedState.forEach((item, index) => {
267
272
  //find the xConfig item with the same key as item.key
268
273
  const xConfigItem = oConfig.aggregations[sAggregationName]?.[item.key];
269
- if (xConfigItem && xConfigItem.hasOwnProperty("position")) {
274
+ if (xConfigItem) {
270
275
  xConfigItem.position = index;
271
- } else if (!xConfigItem) {
276
+ } else {
272
277
  //find the index of the current item key in currentState
273
278
  const currentItemIndex = currentState?.findIndex((currentItem) => currentItem.key === item.key);
274
279
 
275
- if (index !== undefined && currentItemIndex !== index && index !== -1) {
280
+ if (currentItemIndex !== index) {
276
281
  oConfig.aggregations[sAggregationName][item.key] = {
277
282
  position: index
278
283
  };
@@ -297,7 +302,7 @@ sap.ui.define([
297
302
  oConfig.aggregations[sAggregationName] = {};
298
303
  const currentState = await xConfigAPI.getCurrentItemState(oControl, oModificationPayload, oConfig, sAggregationName);
299
304
  currentState?.forEach((oItem) => {
300
- oConfig.aggregations[sAggregationName][oItem.key] = {position: oItem.position};
305
+ oConfig.aggregations[sAggregationName][oItem.key] = { position: oItem.position };
301
306
  });
302
307
  } else {
303
308
  throw new Error("The aggregation " + sAggregationName + " does not exist for" + oControl);
@@ -9,8 +9,9 @@ sap.ui.define([
9
9
  "sap/base/util/deepEqual",
10
10
  "sap/ui/events/KeyCodes",
11
11
  "sap/ui/core/Element",
12
- "sap/m/library"
13
- ], function (PluginBase, Localization, deepEqual, KeyCodes, Element, library) {
12
+ "sap/m/library",
13
+ "sap/ui/core/InvisibleRenderer"
14
+ ], function (PluginBase, Localization, deepEqual, KeyCodes, Element, library, InvisibleRenderer) {
14
15
  "use strict";
15
16
 
16
17
  const ListMode = library.ListMode;
@@ -62,7 +63,7 @@ sap.ui.define([
62
63
  * </ul>
63
64
  *
64
65
  * @extends sap.ui.core.Element
65
- * @version 1.130.0
66
+ * @version 1.131.0
66
67
  * @author SAP SE
67
68
  *
68
69
  * @public
@@ -263,6 +264,8 @@ sap.ui.define([
263
264
 
264
265
  if (this._oOriginCell) {
265
266
  this._selectCells(this._oOriginCell, oInfo);
267
+ oEvent.preventDefault();
268
+ oEvent.setMarked?.();
266
269
  }
267
270
  }
268
271
  }
@@ -1135,8 +1138,14 @@ sap.ui.define([
1135
1138
  return aRows.find((oRow) => fnGetIndex(oRow) == iRow);
1136
1139
  }
1137
1140
 
1138
- function getCellDOM(aCells, iCol, sClasses) {
1139
- return aCells[iCol]?.$().closest(sClasses)[0];
1141
+ function getCellDOM(oCell, sClasses) {
1142
+ let oCellRef = oCell?.$().closest(sClasses)[0];
1143
+
1144
+ if (!oCellRef && !oCell.getVisible()) {
1145
+ const oInvisibleCell = document.getElementById(InvisibleRenderer.createInvisiblePlaceholderId(oCell));
1146
+ oCellRef = oInvisibleCell?.closest(sClasses);
1147
+ }
1148
+ return oCellRef;
1140
1149
  }
1141
1150
 
1142
1151
  /**
@@ -1221,18 +1230,18 @@ sap.ui.define([
1221
1230
  * Retrieve the cell reference for a given position
1222
1231
  * @param {sap.ui.table.Table} oTable table instance
1223
1232
  * @param {sap.m.plugins.CellSelector.CellPosition} mPosition position of cell
1224
- * @param {boolean} bRange
1233
+ * @param {boolean} bRange whether the cell is part of a range
1225
1234
  * @returns {HTMLElement|undefined} cell's DOM element or undefined if the row or column index are invalid
1226
1235
  */
1227
1236
  getCellRef: function (oTable, mPosition, bRange) {
1228
1237
  const oRow = getRow(oTable.getRows(), mPosition.rowIndex, bRange, (oRow) => oRow?.getIndex());
1238
+ const oColumn = this.getVisibleColumns(oTable)[mPosition.colIndex];
1229
1239
 
1230
- if (!oRow) {
1231
- return;
1240
+ if (!oRow || !oColumn) {
1241
+ return null;
1232
1242
  }
1233
1243
 
1234
- const oColumn = this.getVisibleColumns(oTable)[mPosition.colIndex];
1235
- return oColumn && getCellDOM(oRow.getCells(), mPosition.colIndex, this.selectableCells);
1244
+ return getCellDOM(oRow.getCells()[mPosition.colIndex], this.selectableCells);
1236
1245
  },
1237
1246
  /**
1238
1247
  * Retrieve cell information for a given DOM element.
@@ -1492,15 +1501,16 @@ sap.ui.define([
1492
1501
  * Retrieves the cell reference for a given position.
1493
1502
  * @param {sap.m.Table} oTable Table instance
1494
1503
  * @param {sap.m.plugins.CellSelector.CellPosition} mPosition Position of cell
1495
- * @param {boolean} bRange
1504
+ * @param {boolean} bRange Whether the cell is part of a range
1496
1505
  * @returns {HTMLElement|undefined} DOM reference of the cell, or undefined if the row or column index is invalid
1497
1506
  */
1498
1507
  getCellRef: function (oTable, mPosition, bRange) {
1499
1508
  const aRows = this._getVisibleItems(oTable);
1500
1509
  const oRow = getRow(oTable.getItems(), mPosition.rowIndex, bRange, (oRow) => aRows.indexOf(oRow));
1510
+ const oColumn = this.getVisibleColumns(oTable)[mPosition.colIndex];
1501
1511
 
1502
- if (!oRow) {
1503
- return;
1512
+ if (!oRow || !oColumn) {
1513
+ return null;
1504
1514
  }
1505
1515
 
1506
1516
  if (oRow.isGroupHeader()) {
@@ -1511,8 +1521,7 @@ sap.ui.define([
1511
1521
  return oRow.$Popin()[0].querySelector(".sapMListTblSubRowCell");
1512
1522
  }
1513
1523
 
1514
- const oColumn = this.getVisibleColumns(oTable)[mPosition.colIndex];
1515
- return oColumn && getCellDOM(oRow.getCells(), oColumn.getInitialOrder(), this.selectableCells);
1524
+ return getCellDOM(oRow.getCells()[oColumn.getInitialOrder()], this.selectableCells);
1516
1525
  },
1517
1526
  /**
1518
1527
  * Retrieves cell information for a given DOM element.
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  *
34
34
  * @extends sap.ui.core.Element
35
35
  * @author SAP SE
36
- * @version 1.130.0
36
+ * @version 1.131.0
37
37
  *
38
38
  * @public
39
39
  * @since 1.91
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class Provides configuration options and an extended behavior for the context menu that is applied to the related control.
25
25
  * @extends sap.ui.core.Element
26
26
  * @author SAP SE
27
- * @version 1.130.0
27
+ * @version 1.131.0
28
28
  * @public
29
29
  * @since 1.121
30
30
  * @alias sap.m.plugins.ContextMenuSetting
@@ -37,7 +37,7 @@ sap.ui.define(["./PluginBase", "sap/base/Log", "sap/base/strings/formatMessage",
37
37
  *
38
38
  * @extends sap.ui.core.Element
39
39
  * @author SAP SE
40
- * @version 1.130.0
40
+ * @version 1.131.0
41
41
  *
42
42
  * @public
43
43
  * @since 1.110
@@ -19,7 +19,7 @@ sap.ui.define(["./PluginBase", "sap/ui/base/ManagedObjectObserver", "sap/ui/core
19
19
  *
20
20
  * @extends sap.ui.core.Element
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @public
25
25
  * @since 1.73
@@ -28,7 +28,7 @@ sap.ui.define(["./PluginBase", "sap/ui/core/Element", "sap/ui/core/Lib", "sap/ui
28
28
  *
29
29
  * @extends sap.ui.core.Element
30
30
  * @author SAP SE
31
- * @version 1.130.0
31
+ * @version 1.131.0
32
32
  *
33
33
  * @public
34
34
  * @since 1.91
@@ -20,7 +20,7 @@ sap.ui.define(["sap/ui/core/Element"], function(Element) {
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.130.0
23
+ * @version 1.131.0
24
24
  *
25
25
  * @private
26
26
  * @experimental Since 1.73. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -74,7 +74,7 @@ sap.ui.define([
74
74
  * </pre>
75
75
  *
76
76
  * @extends sap.ui.core.Element
77
- * @version 1.130.0
77
+ * @version 1.131.0
78
78
  * @author SAP SE
79
79
  * @public
80
80
  * @since 1.124
@@ -179,13 +179,13 @@ sap.ui.define([
179
179
  /**
180
180
  * Row configuration information for each uploadItem in the model.
181
181
  */
182
- rowConfiguration: {type: "sap.m.upload.UploadItemConfiguration", multiple: false},
182
+ rowConfiguration: {type: "sap.m.upload.UploadItemConfiguration", multiple: false},
183
183
  /**
184
184
  * An illustrated message is displayed when no data is loaded.
185
185
  */
186
186
  noDataIllustration: { type: "sap.m.IllustratedMessage", multiple: false }
187
187
  },
188
- defaultAggregation: "rowConfiguration",
188
+ defaultAggregation: "rowConfiguration",
189
189
  associations: {
190
190
  /**
191
191
  * Dialog with a carousel to preview files uploaded.
@@ -373,7 +373,7 @@ sap.ui.define([
373
373
  /**
374
374
  * This event is fired when plugin is activated.
375
375
  */
376
- onActivated: {
376
+ onActivated: {
377
377
  parameters: {
378
378
  /**
379
379
  * The activated plugin instance.
@@ -396,7 +396,7 @@ sap.ui.define([
396
396
  }
397
397
  });
398
398
 
399
- var UploadState = Library.UploadState;
399
+ var UploadState = Library.UploadState;
400
400
  var UploadSetwithTableActionPlaceHolder = Library.UploadSetwithTableActionPlaceHolder;
401
401
 
402
402
  UploadSetwithTable.findOn = PluginBase.findOn;
@@ -422,7 +422,7 @@ sap.ui.define([
422
422
  this.getConfig("setPluginInstance", this);
423
423
  this.getConfig("setControlInstance", this.getControl());
424
424
  this.getConfig("setPluginDefaultSettings");
425
- this._setActions();
425
+ this._setActions();
426
426
 
427
427
  this.fireOnActivated({oPlugin: this});
428
428
  };
@@ -443,7 +443,7 @@ sap.ui.define([
443
443
 
444
444
  // Overriden Setter methods
445
445
 
446
- UploadSetwithTable.prototype.setFileTypes = function (aNewTypes) {
446
+ UploadSetwithTable.prototype.setFileTypes = function (aNewTypes) {
447
447
  var aTypes = aNewTypes || null;
448
448
  if (typeof aTypes === "string") {
449
449
  aTypes = aTypes.split(",");
@@ -545,13 +545,13 @@ sap.ui.define([
545
545
 
546
546
  // Public API's
547
547
 
548
- /**
548
+ /**
549
549
  * Returns an instance of the default <code>sap.ui.unified.FileUploader</code> icon/button, used for adding files
550
550
  * from the open file dialog of the operating system. It can be customized, for example made invisible or assigned a different icon.
551
551
  * @return {sap.ui.unified.FileUploader} Instance of the default <code>sap.ui.unified.FileUploader</code>.
552
552
  * @public
553
553
  */
554
- UploadSetwithTable.prototype.getDefaultFileUploader = function () {
554
+ UploadSetwithTable.prototype.getDefaultFileUploader = function () {
555
555
  var sTooltip = "Upload";
556
556
  if (!this._oFileUploader) {
557
557
  this._oFileUploader = new FileUploader(this.getId() + "-uploader", {
@@ -569,11 +569,11 @@ sap.ui.define([
569
569
  mimeType: this.getMediaTypes(),
570
570
  maximumFilenameLength: this.getMaxFileNameLength(),
571
571
  maximumFileSize: this.getMaxFileSize(),
572
- multiple: this.getDirectory() ? false : this.getMultiple(),
572
+ multiple: this.getDirectory() ? false : this.getMultiple(),
573
573
  useMultipart: false,
574
574
  sendXHR: true,
575
575
  change: [this._onFileUploaderChange, this],
576
- typeMissmatch: [this._fireFileTypeMismatch, this],
576
+ typeMissmatch: [this._fireFileTypeMismatch, this],
577
577
  fileSizeExceed: [this._fireFileSizeExceed, this],
578
578
  filenameLengthExceed: [this._fireFilenameLengthExceed, this],
579
579
  visible: !this.getUploadButtonInvisible(),
@@ -584,7 +584,7 @@ sap.ui.define([
584
584
  return this._oFileUploader;
585
585
  };
586
586
 
587
- /**
587
+ /**
588
588
  * Returns sap icon based on the passed mediaType and filename
589
589
  * @param {string} mediaType The media type of the selected file
590
590
  * @param {string} fileName The name of the selected file
@@ -592,8 +592,8 @@ sap.ui.define([
592
592
  * @returns {string} sap icon.
593
593
  */
594
594
  UploadSetwithTable.getIconForFileType = function (mediaType, fileName) {
595
- return UploadItem._getIconByMimeType(mediaType, fileName);
596
- };
595
+ return UploadItem._getIconByMimeType(mediaType, fileName);
596
+ };
597
597
 
598
598
  /**
599
599
  * Attaches all necessary handlers to the given uploader instance, so that the progress and status of the upload can be
@@ -627,8 +627,8 @@ sap.ui.define([
627
627
  */
628
628
  UploadSetwithTable.getFileSizeWithUnits = function(iFileSize) {
629
629
  var iKilobyte = 1024;
630
- var iMegabyte = iKilobyte * 1024;
631
- var iGigabyte = iMegabyte * 1024;
630
+ var iMegabyte = iKilobyte * 1024;
631
+ var iGigabyte = iMegabyte * 1024;
632
632
  if (typeof iFileSize === "number") {
633
633
  if (iFileSize < iMegabyte) {
634
634
  return (iFileSize / iKilobyte).toFixed(2) + " KB";
@@ -751,7 +751,7 @@ sap.ui.define([
751
751
  const iFileExtensionLength = oSplit.extension ? oSplit.extension.length + 1 : 0;
752
752
  iMaxLength = iMaxLength ? iMaxLength : 0;
753
753
  let iNameMaxLength = iMaxLength - iFileExtensionLength;
754
- iNameMaxLength = iNameMaxLength < 0 ? 0 : iNameMaxLength;
754
+ iNameMaxLength = iNameMaxLength < 0 ? 0 : iNameMaxLength;
755
755
 
756
756
  // Input field
757
757
  const oInput = new Input({
@@ -905,8 +905,8 @@ sap.ui.define([
905
905
  }
906
906
  };
907
907
 
908
- UploadSetwithTable.prototype._onFileUploaderChange = function (oEvent) {
909
- var oFiles = oEvent.getParameter("files");
908
+ UploadSetwithTable.prototype._onFileUploaderChange = function (oEvent) {
909
+ var oFiles = oEvent.getParameter("files");
910
910
 
911
911
  if (oFiles && oFiles.length) {
912
912
  // var aSelectedItems = this.getConfig("getSelectedItems", oControl);
@@ -921,7 +921,7 @@ sap.ui.define([
921
921
  }
922
922
  };
923
923
 
924
- UploadSetwithTable.prototype._processSelectedFileObjects = function (oFiles) {
924
+ UploadSetwithTable.prototype._processSelectedFileObjects = function (oFiles) {
925
925
  var aFiles = [];
926
926
 
927
927
  // Need to explicitly copy the file list, FileUploader deliberately resets its form completely
@@ -974,8 +974,8 @@ sap.ui.define([
974
974
  });
975
975
  };
976
976
 
977
- UploadSetwithTable.prototype._fireFileTypeMismatch = function (oItem) {
978
- var aMediaTypes = this.getMediaTypes();
977
+ UploadSetwithTable.prototype._fireFileTypeMismatch = function (oItem) {
978
+ var aMediaTypes = this.getMediaTypes();
979
979
  var aFileTypes = this.getFileTypes();
980
980
 
981
981
  var sFileType = oItem.getParameter("fileType");
@@ -1001,19 +1001,19 @@ sap.ui.define([
1001
1001
  } else if (bFileRestricted){
1002
1002
  this.fireFileTypeMismatch({item: oMismatchItem});
1003
1003
  }
1004
- };
1004
+ };
1005
1005
 
1006
- UploadSetwithTable.prototype._fireFilenameLengthExceed = function (oItem) {
1006
+ UploadSetwithTable.prototype._fireFilenameLengthExceed = function (oItem) {
1007
1007
  var oTargetItem = new UploadItem();
1008
1008
  oTargetItem.setFileName(oItem.getParameter('fileName'));
1009
- this.fireFileNameLengthExceeded({item: oTargetItem});
1010
- };
1009
+ this.fireFileNameLengthExceeded({item: oTargetItem});
1010
+ };
1011
1011
 
1012
- UploadSetwithTable.prototype._fireFileSizeExceed = function (oItem) {
1012
+ UploadSetwithTable.prototype._fireFileSizeExceed = function (oItem) {
1013
1013
  var oTargetItem = new UploadItem();
1014
1014
  oTargetItem.setFileName(oItem.getParameter('fileName'));
1015
- this.fireFileSizeExceeded({item: oTargetItem});
1016
- };
1015
+ this.fireFileSizeExceeded({item: oTargetItem});
1016
+ };
1017
1017
 
1018
1018
  UploadSetwithTable.prototype._onUploadStarted = function (oEvent) {
1019
1019
  var oItem = oEvent.getParameter("item");
@@ -1074,7 +1074,7 @@ sap.ui.define([
1074
1074
  return this._oUploader;
1075
1075
  };
1076
1076
 
1077
- UploadSetwithTable.prototype._initateItemUpload = function(oItem) {
1077
+ UploadSetwithTable.prototype._initateItemUpload = function(oItem) {
1078
1078
  this.fireBeforeInitiatingItemUpload({item: oItem});
1079
1079
  if (this._oItemToUpdate) {
1080
1080
  // Registering item to be update with selected file contents post successful upload.
@@ -1590,7 +1590,7 @@ sap.ui.define([
1590
1590
  };
1591
1591
 
1592
1592
 
1593
- PluginBase.setConfigs({
1593
+ PluginBase.setConfigs({
1594
1594
  "sap.ui.mdc.Table": {
1595
1595
  _oPluginInstance: null,
1596
1596
  _oControlInstance: null,
@@ -1676,7 +1676,7 @@ sap.ui.define([
1676
1676
  oPlugin._illustratedMessage = oNoDataIllustration;
1677
1677
  }
1678
1678
  oControl.setNoData(oPlugin._illustratedMessage);
1679
- }
1679
+ }
1680
1680
  },
1681
1681
  cleanupPluginInstanceSettings: function() {
1682
1682
  const oPlugin = this.getPluginInstance();
@@ -1816,7 +1816,7 @@ sap.ui.define([
1816
1816
  oPlugin._illustratedMessage = oNoDataIllustration;
1817
1817
  }
1818
1818
  oControl.setNoData(oPlugin._illustratedMessage);
1819
- }
1819
+ }
1820
1820
  },
1821
1821
  cleanupPluginInstanceSettings: function() {
1822
1822
  const oPlugin = this.getPluginInstance();
@@ -1951,7 +1951,7 @@ sap.ui.define([
1951
1951
  oPlugin._illustratedMessage = oNoDataIllustration;
1952
1952
  }
1953
1953
  oControl.setNoData(oPlugin._illustratedMessage);
1954
- }
1954
+ }
1955
1955
  },
1956
1956
  cleanupPluginInstanceSettings: function() {
1957
1957
  const oPlugin = this.getPluginInstance();
@@ -2004,7 +2004,7 @@ sap.ui.define([
2004
2004
  return oTable?.getBinding("rows")?.getCurrentContexts() || null;
2005
2005
  }
2006
2006
  }
2007
- }, UploadSetwithTable);
2007
+ }, UploadSetwithTable);
2008
2008
 
2009
2009
  return UploadSetwithTable;
2010
2010
  });
@@ -21,7 +21,7 @@ sap.ui.define(['sap/m/semantic/SemanticButton'], function(SemanticButton) {
21
21
  * @extends sap.m.semantic.SemanticButton
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.130.0
24
+ * @version 1.131.0
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/m/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.m.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/m/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.m.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -46,7 +46,7 @@ sap.ui.define(["sap/m/semantic/ShareMenuPage", "sap/m/semantic/SemanticConfigura
46
46
  * @extends sap.m.semantic.ShareMenuPage
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.130.0
49
+ * @version 1.131.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/m/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.m.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/m/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.m.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/m/semantic/SemanticToggleButton'], function(SemanticToggleBu
19
19
  * @extends sap.m.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['sap/m/semantic/SemanticButton'], function(SemanticButton) {
25
25
  * @implements sap.m.semantic.IFilter
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.130.0
28
+ * @version 1.131.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -24,7 +24,7 @@ sap.ui.define(['sap/m/semantic/SemanticSelect'], function(SemanticSelect) {
24
24
  * @implements sap.m.semantic.IFilter
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.130.0
27
+ * @version 1.131.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/m/semantic/SemanticToggleButton'], function(SemanticToggleBu
19
19
  * @extends sap.m.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @public