@openui5/sap.m 1.105.1 → 1.107.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 (471) hide show
  1. package/.reuse/dep5 +20 -17
  2. package/THIRDPARTY.txt +31 -21
  3. package/package.json +4 -4
  4. package/src/sap/m/.library +20 -1
  5. package/src/sap/m/AccButton.js +4 -3
  6. package/src/sap/m/ActionListItem.js +14 -11
  7. package/src/sap/m/ActionSelect.js +14 -11
  8. package/src/sap/m/ActionSheet.js +103 -101
  9. package/src/sap/m/ActionSheetRenderer.js +3 -3
  10. package/src/sap/m/ActionTile.js +90 -0
  11. package/src/sap/m/ActionTileContent.js +71 -0
  12. package/src/sap/m/ActionTileContentRenderer.js +108 -0
  13. package/src/sap/m/App.js +107 -104
  14. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  15. package/src/sap/m/Avatar.js +4 -3
  16. package/src/sap/m/AvatarColor.js +0 -1
  17. package/src/sap/m/AvatarImageFitType.js +0 -1
  18. package/src/sap/m/AvatarShape.js +0 -1
  19. package/src/sap/m/AvatarSize.js +0 -1
  20. package/src/sap/m/AvatarType.js +0 -1
  21. package/src/sap/m/Bar.js +103 -89
  22. package/src/sap/m/BarRenderer.js +3 -3
  23. package/src/sap/m/Breadcrumbs.js +4 -3
  24. package/src/sap/m/BusyDialog.js +1 -2
  25. package/src/sap/m/BusyIndicator.js +76 -73
  26. package/src/sap/m/Button.js +123 -120
  27. package/src/sap/m/Carousel.js +148 -147
  28. package/src/sap/m/CarouselLayout.js +1 -2
  29. package/src/sap/m/CarouselRenderer.js +3 -3
  30. package/src/sap/m/CheckBox.js +178 -175
  31. package/src/sap/m/CheckBoxRenderer.js +3 -3
  32. package/src/sap/m/ColorPalette.js +4 -3
  33. package/src/sap/m/ColorPalettePopover.js +24 -21
  34. package/src/sap/m/Column.js +5 -6
  35. package/src/sap/m/ColumnHeaderPopover.js +1 -2
  36. package/src/sap/m/ColumnListItem.js +39 -50
  37. package/src/sap/m/ColumnListItemRenderer.js +0 -3
  38. package/src/sap/m/ColumnPopoverActionItem.js +1 -2
  39. package/src/sap/m/ColumnPopoverCustomItem.js +1 -2
  40. package/src/sap/m/ColumnPopoverItem.js +1 -2
  41. package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
  42. package/src/sap/m/ColumnPopoverSortItem.js +1 -2
  43. package/src/sap/m/ComboBox.js +4 -3
  44. package/src/sap/m/ComboBoxBase.js +3 -4
  45. package/src/sap/m/ComboBoxTextField.js +4 -3
  46. package/src/sap/m/CustomAttribute.js +53 -0
  47. package/src/sap/m/CustomDynamicDateOption.js +1 -2
  48. package/src/sap/m/CustomListItem.js +24 -21
  49. package/src/sap/m/CustomTile.js +19 -16
  50. package/src/sap/m/CustomTreeItem.js +4 -3
  51. package/src/sap/m/DatePicker.js +148 -143
  52. package/src/sap/m/DateRangeSelection.js +45 -40
  53. package/src/sap/m/DateTimeField.js +11 -8
  54. package/src/sap/m/DateTimeInput.js +147 -142
  55. package/src/sap/m/DateTimePicker.js +83 -75
  56. package/src/sap/m/DateTimePickerRenderer.js +1 -1
  57. package/src/sap/m/Dialog.js +10 -7
  58. package/src/sap/m/DisplayListItem.js +23 -20
  59. package/src/sap/m/DraftIndicator.js +4 -3
  60. package/src/sap/m/DynamicDate.js +1 -1
  61. package/src/sap/m/DynamicDateFormat.js +4 -3
  62. package/src/sap/m/DynamicDateOption.js +1 -2
  63. package/src/sap/m/DynamicDateRange.js +11 -10
  64. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -2
  65. package/src/sap/m/ExpandableText.js +4 -3
  66. package/src/sap/m/FacetFilter.js +112 -110
  67. package/src/sap/m/FacetFilterItem.js +27 -24
  68. package/src/sap/m/FacetFilterList.js +131 -132
  69. package/src/sap/m/FeedContent.js +4 -3
  70. package/src/sap/m/FeedInput.js +136 -133
  71. package/src/sap/m/FeedListItem.js +9 -6
  72. package/src/sap/m/FeedListItemAction.js +1 -2
  73. package/src/sap/m/FeedListItemRenderer.js +3 -3
  74. package/src/sap/m/Fiori20Adapter.js +2 -2
  75. package/src/sap/m/FlexBox.js +96 -93
  76. package/src/sap/m/FlexItemData.js +1 -2
  77. package/src/sap/m/FormattedText.js +4 -3
  78. package/src/sap/m/GenericTag.js +5 -4
  79. package/src/sap/m/GenericTile.js +65 -22
  80. package/src/sap/m/GenericTileLineModeRenderer.js +3 -3
  81. package/src/sap/m/GenericTileRenderer.js +36 -10
  82. package/src/sap/m/GroupHeaderListItem.js +35 -32
  83. package/src/sap/m/GrowingEnablement.js +23 -25
  84. package/src/sap/m/GrowingList.js +35 -32
  85. package/src/sap/m/HBox.js +9 -6
  86. package/src/sap/m/HeaderContainer.js +44 -43
  87. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  88. package/src/sap/m/IconTabBar.js +232 -229
  89. package/src/sap/m/IconTabBarDragAndDropUtil.js +5 -4
  90. package/src/sap/m/IconTabBarSelectList.js +28 -25
  91. package/src/sap/m/IconTabFilter.js +1 -2
  92. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -2
  93. package/src/sap/m/IconTabHeader.js +152 -166
  94. package/src/sap/m/IconTabSeparator.js +1 -2
  95. package/src/sap/m/IllustratedMessage.js +38 -3
  96. package/src/sap/m/IllustratedMessageSize.js +0 -1
  97. package/src/sap/m/IllustratedMessageType.js +0 -1
  98. package/src/sap/m/Illustration.js +11 -3
  99. package/src/sap/m/IllustrationPool.js +1 -1
  100. package/src/sap/m/IllustrationRenderer.js +1 -0
  101. package/src/sap/m/Image.js +270 -197
  102. package/src/sap/m/ImageContent.js +4 -3
  103. package/src/sap/m/ImageRenderer.js +66 -2
  104. package/src/sap/m/Input.js +375 -367
  105. package/src/sap/m/InputBase.js +143 -140
  106. package/src/sap/m/InputBaseRenderer.js +3 -3
  107. package/src/sap/m/InputListItem.js +26 -23
  108. package/src/sap/m/InputRenderer.js +4 -4
  109. package/src/sap/m/InstanceManager.js +6 -6
  110. package/src/sap/m/Label.js +110 -106
  111. package/src/sap/m/LightBox.js +5 -6
  112. package/src/sap/m/LightBoxItem.js +1 -2
  113. package/src/sap/m/Link.js +182 -179
  114. package/src/sap/m/LinkRenderer.js +5 -1
  115. package/src/sap/m/List.js +15 -12
  116. package/src/sap/m/ListBase.js +452 -458
  117. package/src/sap/m/ListItemBase.js +116 -107
  118. package/src/sap/m/ListItemBaseRenderer.js +1 -1
  119. package/src/sap/m/MaskEnabler.js +5 -5
  120. package/src/sap/m/MaskInput.js +4 -3
  121. package/src/sap/m/MaskInputRule.js +1 -2
  122. package/src/sap/m/Menu.js +1 -2
  123. package/src/sap/m/MenuButton.js +142 -135
  124. package/src/sap/m/MenuItem.js +1 -2
  125. package/src/sap/m/MenuListItem.js +49 -46
  126. package/src/sap/m/MessageItem.js +1 -2
  127. package/src/sap/m/MessageListItem.js +4 -3
  128. package/src/sap/m/MessagePage.js +124 -121
  129. package/src/sap/m/MessagePopover.js +6 -6
  130. package/src/sap/m/MessagePopoverItem.js +1 -2
  131. package/src/sap/m/MessageStrip.js +4 -3
  132. package/src/sap/m/MessageToast.js +6 -5
  133. package/src/sap/m/MessageView.js +6 -5
  134. package/src/sap/m/MultiComboBox.js +84 -87
  135. package/src/sap/m/MultiEditField.js +1 -1
  136. package/src/sap/m/MultiInput.js +4 -3
  137. package/src/sap/m/NavContainer.js +6 -15
  138. package/src/sap/m/NewsContent.js +4 -3
  139. package/src/sap/m/NotificationList.js +4 -3
  140. package/src/sap/m/NotificationListBase.js +5 -7
  141. package/src/sap/m/NotificationListGroup.js +4 -3
  142. package/src/sap/m/NotificationListItem.js +4 -12
  143. package/src/sap/m/NumericContent.js +8 -6
  144. package/src/sap/m/NumericInput.js +1 -1
  145. package/src/sap/m/NumericInputRenderer.js +3 -3
  146. package/src/sap/m/ObjectAttribute.js +77 -74
  147. package/src/sap/m/ObjectAttributeRenderer.js +3 -3
  148. package/src/sap/m/ObjectHeader.js +385 -380
  149. package/src/sap/m/ObjectHeaderRenderer.js +4 -3
  150. package/src/sap/m/ObjectIdentifier.js +111 -103
  151. package/src/sap/m/ObjectListItem.js +150 -145
  152. package/src/sap/m/ObjectMarker.js +4 -3
  153. package/src/sap/m/ObjectNumber.js +90 -87
  154. package/src/sap/m/ObjectStatus.js +84 -81
  155. package/src/sap/m/OverflowToolbar.js +4 -3
  156. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  157. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +0 -5
  158. package/src/sap/m/OverflowToolbarButton.js +2 -3
  159. package/src/sap/m/OverflowToolbarLayoutData.js +1 -2
  160. package/src/sap/m/OverflowToolbarToggleButton.js +1 -2
  161. package/src/sap/m/P13nAnyFilterItem.js +1 -2
  162. package/src/sap/m/P13nColumnsItem.js +1 -2
  163. package/src/sap/m/P13nColumnsPanel.js +4 -5
  164. package/src/sap/m/P13nConditionPanel.js +1 -2
  165. package/src/sap/m/P13nDialog.js +1 -2
  166. package/src/sap/m/P13nDimMeasureItem.js +1 -2
  167. package/src/sap/m/P13nDimMeasurePanel.js +6 -5
  168. package/src/sap/m/P13nFilterItem.js +1 -2
  169. package/src/sap/m/P13nFilterPanel.js +1 -2
  170. package/src/sap/m/P13nGroupItem.js +1 -2
  171. package/src/sap/m/P13nGroupPanel.js +1 -2
  172. package/src/sap/m/P13nItem.js +1 -2
  173. package/src/sap/m/P13nPanel.js +1 -2
  174. package/src/sap/m/P13nSelectionItem.js +1 -2
  175. package/src/sap/m/P13nSelectionPanel.js +1 -2
  176. package/src/sap/m/P13nSortItem.js +1 -2
  177. package/src/sap/m/P13nSortPanel.js +1 -2
  178. package/src/sap/m/PDFViewer.js +8 -5
  179. package/src/sap/m/Page.js +9 -7
  180. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -2
  181. package/src/sap/m/PagingButton.js +4 -4
  182. package/src/sap/m/Panel.js +117 -113
  183. package/src/sap/m/PlanningCalendar.js +6 -7
  184. package/src/sap/m/PlanningCalendarHeader.js +135 -129
  185. package/src/sap/m/PlanningCalendarLegend.js +26 -23
  186. package/src/sap/m/PlanningCalendarRow.js +1 -2
  187. package/src/sap/m/PlanningCalendarView.js +1 -2
  188. package/src/sap/m/Popover.js +15 -16
  189. package/src/sap/m/PopoverRenderer.js +5 -4
  190. package/src/sap/m/ProgressIndicator.js +85 -82
  191. package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
  192. package/src/sap/m/PullToRefresh.js +37 -35
  193. package/src/sap/m/QuickView.js +1 -2
  194. package/src/sap/m/QuickViewBase.js +1 -2
  195. package/src/sap/m/QuickViewCard.js +4 -3
  196. package/src/sap/m/QuickViewGroup.js +1 -2
  197. package/src/sap/m/QuickViewGroupElement.js +1 -2
  198. package/src/sap/m/QuickViewPage.js +1 -2
  199. package/src/sap/m/RadioButton.js +117 -114
  200. package/src/sap/m/RadioButtonGroup.js +90 -95
  201. package/src/sap/m/RangeSlider.js +9 -6
  202. package/src/sap/m/RangeSliderRenderer.js +2 -2
  203. package/src/sap/m/RatingIndicator.js +104 -100
  204. package/src/sap/m/RatingIndicatorRenderer.js +3 -5
  205. package/src/sap/m/ResponsivePopover.js +209 -209
  206. package/src/sap/m/ResponsiveScale.js +1 -2
  207. package/src/sap/m/ScrollBar.js +31 -28
  208. package/src/sap/m/ScrollContainer.js +9 -7
  209. package/src/sap/m/SearchField.js +185 -182
  210. package/src/sap/m/SearchFieldRenderer.js +1 -0
  211. package/src/sap/m/SegmentedButton.js +120 -118
  212. package/src/sap/m/SegmentedButtonItem.js +1 -2
  213. package/src/sap/m/Select.js +23 -10
  214. package/src/sap/m/SelectDialog.js +22 -17
  215. package/src/sap/m/SelectDialogBase.js +1 -2
  216. package/src/sap/m/SelectList.js +4 -3
  217. package/src/sap/m/SelectionDetails.js +97 -92
  218. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  219. package/src/sap/m/SelectionDetailsItem.js +1 -2
  220. package/src/sap/m/SelectionDetailsItemLine.js +1 -2
  221. package/src/sap/m/Shell.js +111 -107
  222. package/src/sap/m/SimpleFixFlex.js +5 -5
  223. package/src/sap/m/SinglePlanningCalendar.js +344 -340
  224. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  225. package/src/sap/m/SinglePlanningCalendarGrid.js +25 -10
  226. package/src/sap/m/SinglePlanningCalendarGridRenderer.js +8 -7
  227. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +16 -7
  228. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  229. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  230. package/src/sap/m/SinglePlanningCalendarWeekView.js +15 -15
  231. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +5 -4
  232. package/src/sap/m/SlideTile.js +10 -7
  233. package/src/sap/m/Slider.js +180 -175
  234. package/src/sap/m/SliderRenderer.js +4 -4
  235. package/src/sap/m/SliderTooltip.js +5 -5
  236. package/src/sap/m/SliderTooltipBase.js +4 -3
  237. package/src/sap/m/SliderTooltipContainer.js +10 -6
  238. package/src/sap/m/SplitApp.js +52 -49
  239. package/src/sap/m/SplitButton.js +103 -96
  240. package/src/sap/m/SplitContainer.js +407 -422
  241. package/src/sap/m/StandardDynamicDateOption.js +1 -2
  242. package/src/sap/m/StandardListItem.js +116 -113
  243. package/src/sap/m/StandardTile.js +64 -61
  244. package/src/sap/m/StandardTreeItem.js +20 -17
  245. package/src/sap/m/StepInput.js +4 -3
  246. package/src/sap/m/SuggestionItem.js +1 -2
  247. package/src/sap/m/SuggestionsPopover.js +1 -1
  248. package/src/sap/m/Switch.js +79 -74
  249. package/src/sap/m/SwitchRenderer.js +3 -3
  250. package/src/sap/m/TabContainer.js +4 -3
  251. package/src/sap/m/TabContainerItem.js +1 -2
  252. package/src/sap/m/TabStrip.js +13 -11
  253. package/src/sap/m/TabStripItem.js +1 -1
  254. package/src/sap/m/Table.js +177 -174
  255. package/src/sap/m/TablePersoController.js +6 -5
  256. package/src/sap/m/TablePersoDialog.js +6 -4
  257. package/src/sap/m/TablePersoProvider.js +1 -1
  258. package/src/sap/m/TableRenderer.js +1 -1
  259. package/src/sap/m/TableSelectDialog.js +1 -3
  260. package/src/sap/m/Text.js +4 -3
  261. package/src/sap/m/TextArea.js +87 -84
  262. package/src/sap/m/Tile.js +20 -17
  263. package/src/sap/m/TileContainer.js +73 -73
  264. package/src/sap/m/TileContent.js +57 -6
  265. package/src/sap/m/TimePicker.js +17 -12
  266. package/src/sap/m/TimePickerClock.js +2 -2
  267. package/src/sap/m/TimePickerClocks.js +4 -2
  268. package/src/sap/m/TimePickerClocksRenderer.js +3 -1
  269. package/src/sap/m/TimePickerInputs.js +4 -2
  270. package/src/sap/m/TimePickerInternals.js +11 -7
  271. package/src/sap/m/TimePickerSlider.js +5 -4
  272. package/src/sap/m/TimePickerSliders.js +11 -7
  273. package/src/sap/m/TimePickerSlidersRenderer.js +2 -2
  274. package/src/sap/m/Title.js +109 -106
  275. package/src/sap/m/TitlePropagationSupport.js +4 -4
  276. package/src/sap/m/ToDoCardRenderer.js +161 -0
  277. package/src/sap/m/ToggleButton.js +29 -26
  278. package/src/sap/m/Token.js +97 -94
  279. package/src/sap/m/Tokenizer.js +153 -150
  280. package/src/sap/m/Toolbar.js +104 -101
  281. package/src/sap/m/ToolbarLayoutData.js +1 -2
  282. package/src/sap/m/ToolbarSeparator.js +11 -8
  283. package/src/sap/m/ToolbarSpacer.js +16 -13
  284. package/src/sap/m/Tree.js +32 -29
  285. package/src/sap/m/TreeItemBase.js +8 -5
  286. package/src/sap/m/TreeItemBaseRenderer.js +3 -3
  287. package/src/sap/m/UploadCollection.js +8 -5
  288. package/src/sap/m/UploadCollectionItem.js +1 -2
  289. package/src/sap/m/UploadCollectionParameter.js +1 -2
  290. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -2
  291. package/src/sap/m/VBox.js +9 -6
  292. package/src/sap/m/ValueStateHeader.js +1 -2
  293. package/src/sap/m/VariantItem.js +6 -1
  294. package/src/sap/m/VariantManagement.js +79 -8
  295. package/src/sap/m/ViewSettingsCustomItem.js +1 -2
  296. package/src/sap/m/ViewSettingsCustomTab.js +1 -2
  297. package/src/sap/m/ViewSettingsDialog.js +189 -188
  298. package/src/sap/m/ViewSettingsFilterItem.js +1 -2
  299. package/src/sap/m/ViewSettingsItem.js +1 -2
  300. package/src/sap/m/VisibleItem.js +1 -1
  301. package/src/sap/m/WheelSlider.js +5 -4
  302. package/src/sap/m/WheelSliderContainer.js +4 -2
  303. package/src/sap/m/WheelSliderContainerRenderer.js +2 -2
  304. package/src/sap/m/Wizard.js +13 -3
  305. package/src/sap/m/WizardProgressNavigator.js +52 -49
  306. package/src/sap/m/WizardStep.js +6 -3
  307. package/src/sap/m/_thirdparty/purify.js +1622 -0
  308. package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
  309. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  310. package/src/sap/m/changeHandler/CombineButtons.js +4 -3
  311. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  312. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  313. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  314. package/src/sap/m/library.js +40 -116
  315. package/src/sap/m/messagebundle.properties +22 -10
  316. package/src/sap/m/messagebundle_ar.properties +20 -6
  317. package/src/sap/m/messagebundle_bg.properties +19 -5
  318. package/src/sap/m/messagebundle_ca.properties +19 -5
  319. package/src/sap/m/messagebundle_cs.properties +30 -16
  320. package/src/sap/m/messagebundle_cy.properties +19 -5
  321. package/src/sap/m/messagebundle_da.properties +19 -5
  322. package/src/sap/m/messagebundle_de.properties +20 -6
  323. package/src/sap/m/messagebundle_el.properties +19 -5
  324. package/src/sap/m/messagebundle_en.properties +18 -4
  325. package/src/sap/m/messagebundle_en_GB.properties +18 -4
  326. package/src/sap/m/messagebundle_en_US_sappsd.properties +19 -3
  327. package/src/sap/m/messagebundle_en_US_saprigi.properties +23 -9
  328. package/src/sap/m/messagebundle_en_US_saptrc.properties +16 -2
  329. package/src/sap/m/messagebundle_es.properties +19 -5
  330. package/src/sap/m/messagebundle_es_MX.properties +19 -5
  331. package/src/sap/m/messagebundle_et.properties +19 -5
  332. package/src/sap/m/messagebundle_fi.properties +19 -5
  333. package/src/sap/m/messagebundle_fr.properties +20 -6
  334. package/src/sap/m/messagebundle_fr_CA.properties +20 -6
  335. package/src/sap/m/messagebundle_hi.properties +19 -5
  336. package/src/sap/m/messagebundle_hr.properties +20 -6
  337. package/src/sap/m/messagebundle_hu.properties +19 -5
  338. package/src/sap/m/messagebundle_id.properties +19 -5
  339. package/src/sap/m/messagebundle_it.properties +20 -6
  340. package/src/sap/m/messagebundle_iw.properties +19 -5
  341. package/src/sap/m/messagebundle_ja.properties +19 -5
  342. package/src/sap/m/messagebundle_kk.properties +19 -5
  343. package/src/sap/m/messagebundle_ko.properties +20 -6
  344. package/src/sap/m/messagebundle_lt.properties +20 -6
  345. package/src/sap/m/messagebundle_lv.properties +19 -5
  346. package/src/sap/m/messagebundle_ms.properties +19 -5
  347. package/src/sap/m/messagebundle_nl.properties +19 -5
  348. package/src/sap/m/messagebundle_no.properties +19 -5
  349. package/src/sap/m/messagebundle_pl.properties +19 -5
  350. package/src/sap/m/messagebundle_pt.properties +19 -5
  351. package/src/sap/m/messagebundle_pt_PT.properties +19 -5
  352. package/src/sap/m/messagebundle_ro.properties +19 -5
  353. package/src/sap/m/messagebundle_ru.properties +19 -5
  354. package/src/sap/m/messagebundle_sh.properties +20 -6
  355. package/src/sap/m/messagebundle_sk.properties +19 -5
  356. package/src/sap/m/messagebundle_sl.properties +20 -6
  357. package/src/sap/m/messagebundle_sv.properties +19 -5
  358. package/src/sap/m/messagebundle_th.properties +19 -5
  359. package/src/sap/m/messagebundle_tr.properties +19 -5
  360. package/src/sap/m/messagebundle_uk.properties +19 -5
  361. package/src/sap/m/messagebundle_vi.properties +19 -5
  362. package/src/sap/m/messagebundle_zh_CN.properties +19 -5
  363. package/src/sap/m/messagebundle_zh_TW.properties +19 -5
  364. package/src/sap/m/p13n/AbstractContainer.js +2 -2
  365. package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
  366. package/src/sap/m/p13n/BasePanel.js +21 -7
  367. package/src/sap/m/p13n/Container.js +1 -1
  368. package/src/sap/m/p13n/Engine.js +84 -79
  369. package/src/sap/m/p13n/GroupController.js +3 -4
  370. package/src/sap/m/p13n/GroupPanel.js +1 -1
  371. package/src/sap/m/p13n/MetadataHelper.js +8 -0
  372. package/src/sap/m/p13n/Popup.js +1 -1
  373. package/src/sap/m/p13n/QueryPanel.js +1 -1
  374. package/src/sap/m/p13n/SelectionController.js +8 -7
  375. package/src/sap/m/p13n/SelectionPanel.js +37 -15
  376. package/src/sap/m/p13n/SortController.js +3 -4
  377. package/src/sap/m/p13n/SortPanel.js +3 -3
  378. package/src/sap/m/p13n/modification/FlexModificationHandler.js +1 -1
  379. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +1 -1
  380. package/src/sap/m/p13n/modification/ModificationHandler.js +11 -0
  381. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +1 -1
  382. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +1 -1
  383. package/src/sap/m/p13n/modules/UIManager.js +1 -1
  384. package/src/sap/m/plugins/CellSelector.js +459 -76
  385. package/src/sap/m/plugins/ColumnResizer.js +1 -2
  386. package/src/sap/m/plugins/DataStateIndicator.js +1 -2
  387. package/src/sap/m/plugins/PasteProvider.js +1 -2
  388. package/src/sap/m/plugins/PluginBase.js +1 -2
  389. package/src/sap/m/rules/CheckBox.support.js +1 -1
  390. package/src/sap/m/rules/Image.support.js +1 -1
  391. package/src/sap/m/rules/Link.support.js +1 -1
  392. package/src/sap/m/rules/MessagePage.support.js +1 -1
  393. package/src/sap/m/rules/ObjectHeader.support.js +6 -6
  394. package/src/sap/m/rules/ObjectListItem.support.js +1 -1
  395. package/src/sap/m/rules/ObjectMarker.support.js +1 -1
  396. package/src/sap/m/rules/ObjectStatus.support.js +1 -1
  397. package/src/sap/m/rules/Panel.support.js +1 -1
  398. package/src/sap/m/rules/Select.support.js +1 -1
  399. package/src/sap/m/rules/Table.support.js +3 -3
  400. package/src/sap/m/semantic/AddAction.js +1 -2
  401. package/src/sap/m/semantic/CancelAction.js +1 -2
  402. package/src/sap/m/semantic/DeleteAction.js +1 -2
  403. package/src/sap/m/semantic/DetailPage.js +1 -2
  404. package/src/sap/m/semantic/DiscussInJamAction.js +1 -2
  405. package/src/sap/m/semantic/EditAction.js +1 -2
  406. package/src/sap/m/semantic/FavoriteAction.js +1 -2
  407. package/src/sap/m/semantic/FilterAction.js +1 -2
  408. package/src/sap/m/semantic/FilterSelect.js +1 -2
  409. package/src/sap/m/semantic/FlagAction.js +1 -2
  410. package/src/sap/m/semantic/ForwardAction.js +1 -2
  411. package/src/sap/m/semantic/FullscreenPage.js +1 -2
  412. package/src/sap/m/semantic/GroupAction.js +1 -2
  413. package/src/sap/m/semantic/GroupSelect.js +1 -2
  414. package/src/sap/m/semantic/MainAction.js +1 -2
  415. package/src/sap/m/semantic/MasterPage.js +1 -2
  416. package/src/sap/m/semantic/MessagesIndicator.js +1 -2
  417. package/src/sap/m/semantic/MultiSelectAction.js +1 -2
  418. package/src/sap/m/semantic/NegativeAction.js +1 -2
  419. package/src/sap/m/semantic/OpenInAction.js +1 -2
  420. package/src/sap/m/semantic/PositiveAction.js +1 -2
  421. package/src/sap/m/semantic/PrintAction.js +1 -2
  422. package/src/sap/m/semantic/SaveAction.js +1 -2
  423. package/src/sap/m/semantic/Segment.js +1 -2
  424. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  425. package/src/sap/m/semantic/SemanticButton.js +1 -2
  426. package/src/sap/m/semantic/SemanticConfiguration.js +1 -2
  427. package/src/sap/m/semantic/SemanticControl.js +1 -2
  428. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -2
  429. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -2
  430. package/src/sap/m/semantic/SemanticPage.js +4 -3
  431. package/src/sap/m/semantic/SemanticSelect.js +1 -2
  432. package/src/sap/m/semantic/SemanticToggleButton.js +1 -2
  433. package/src/sap/m/semantic/SendEmailAction.js +1 -2
  434. package/src/sap/m/semantic/SendMessageAction.js +1 -2
  435. package/src/sap/m/semantic/ShareInJamAction.js +1 -2
  436. package/src/sap/m/semantic/ShareMenu.js +1 -2
  437. package/src/sap/m/semantic/ShareMenuPage.js +1 -2
  438. package/src/sap/m/semantic/SortAction.js +1 -2
  439. package/src/sap/m/semantic/SortSelect.js +1 -2
  440. package/src/sap/m/table/Util.js +17 -5
  441. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  442. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  443. package/src/sap/m/table/columnmenu/Item.js +1 -1
  444. package/src/sap/m/table/columnmenu/ItemBase.js +2 -2
  445. package/src/sap/m/table/columnmenu/ItemContainer.js +1 -1
  446. package/src/sap/m/table/columnmenu/Menu.js +64 -22
  447. package/src/sap/m/table/columnmenu/QuickAction.js +16 -8
  448. package/src/sap/m/table/columnmenu/QuickActionBase.js +19 -4
  449. package/src/sap/m/table/columnmenu/QuickActionContainer.js +1 -1
  450. package/src/sap/m/table/columnmenu/QuickActionItem.js +5 -6
  451. package/src/sap/m/table/columnmenu/QuickGroup.js +9 -3
  452. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  453. package/src/sap/m/table/columnmenu/QuickSort.js +6 -4
  454. package/src/sap/m/table/columnmenu/QuickSortItem.js +11 -12
  455. package/src/sap/m/table/columnmenu/QuickTotal.js +9 -3
  456. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  457. package/src/sap/m/themes/base/ActionTile.less +239 -0
  458. package/src/sap/m/themes/base/Bar.less +6 -0
  459. package/src/sap/m/themes/base/Carousel.less +8 -8
  460. package/src/sap/m/themes/base/CellSelector.less +109 -2
  461. package/src/sap/m/themes/base/DisplayListItem.less +3 -3
  462. package/src/sap/m/themes/base/GenericTile.less +7 -0
  463. package/src/sap/m/themes/base/IconTabBar.less +2 -0
  464. package/src/sap/m/themes/base/Link.less +4 -0
  465. package/src/sap/m/themes/base/Page.less +2 -1
  466. package/src/sap/m/themes/base/library.source.less +1 -0
  467. package/src/sap/m/upload/UploadSet.js +295 -13
  468. package/src/sap/m/upload/UploadSetItem.js +1 -2
  469. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
  470. package/src/sap/m/upload/Uploader.js +0 -1
  471. package/src/sap/m/upload/UploaderHttpRequestMethod.js +0 -1
@@ -92,465 +92,468 @@ function(
92
92
  * @extends sap.ui.core.Control
93
93
  *
94
94
  * @author SAP SE
95
- * @version 1.105.1
95
+ * @version 1.107.0
96
96
  *
97
97
  * @constructor
98
98
  * @public
99
99
  * @since 1.16
100
100
  * @alias sap.m.ListBase
101
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
102
101
  */
103
- var ListBase = Control.extend("sap.m.ListBase", /** @lends sap.m.ListBase.prototype */ { metadata : {
104
-
105
- library : "sap.m",
106
- dnd : true,
107
- properties : {
108
-
109
- /**
110
- * Defines the indentation of the container. Setting it to <code>true</code> indents the list.
111
- */
112
- inset : {type : "boolean", group : "Appearance", defaultValue : false},
113
-
114
- /**
115
- * Defines the header text that appears in the control.
116
- * <b>Note:</b> If <code>headerToolbar</code> aggregation is set, then this property is ignored.
117
- */
118
- headerText : {type : "string", group : "Misc", defaultValue : null},
119
-
120
- /**
121
- * Defines the header style of the control. Possible values are <code>Standard</code> and <code>Plain</code>.
122
- * @since 1.14
123
- * @deprecated Since version 1.16. No longer has any functionality.
124
- */
125
- headerDesign : {type : "sap.m.ListHeaderDesign", group : "Appearance", defaultValue : ListHeaderDesign.Standard, deprecated: true},
126
-
127
- /**
128
- * Defines the footer text that appears in the control.
129
- */
130
- footerText : {type : "string", group : "Misc", defaultValue : null},
131
-
132
- /**
133
- * Defines the mode of the control (e.g. <code>None</code>, <code>SingleSelect</code>, <code>MultiSelect</code>, <code>Delete</code>).
134
- */
135
- mode : {type : "sap.m.ListMode", group : "Behavior", defaultValue : ListMode.None},
136
-
137
- /**
138
- * Sets the width of the control.
139
- */
140
- width : {type : "sap.ui.core.CSSSize", group : "Dimension", defaultValue : "100%"},
141
-
142
- /**
143
- * Defines whether the items are selectable by clicking on the item itself (<code>true</code>) rather than having to set the selection control first.
144
- * <b>Note:</b> The <code>SingleSelectMaster</code> mode also provides this functionality by default.
145
- */
146
- includeItemInSelection : {type : "boolean", group : "Behavior", defaultValue : false},
147
-
148
- /**
149
- * Activates the unread indicator for all items, if set to <code>true</code>.
150
- */
151
- showUnread : {type : "boolean", group : "Misc", defaultValue : false},
152
-
153
- /**
154
- * This text is displayed if the control contains no items.
155
- * <b>Note:</b> If both a <code>noDataText</code> property and a <code>noData</code> aggregation are provided, the <code>noData</code> aggregation takes priority.
156
- * If the <code>noData</code> aggregation is undefined or set to null, the <code>noDataText</code> property is used instead.
157
- */
158
- noDataText : {type : "string", group : "Misc", defaultValue : null},
159
-
160
- /**
161
- * Defines whether or not the text specified in the <code>noDataText</code> property is displayed.
162
- */
163
- showNoData : {type : "boolean", group : "Misc", defaultValue : true},
164
-
165
- /**
166
- * When this property is set to <code>true</code>, the control will automatically display a busy indicator when it detects that data is being loaded. This busy indicator blocks the interaction with the items until data loading is finished.
167
- * By default, the busy indicator will be shown after one second. This behavior can be customized by setting the <code>busyIndicatorDelay</code> property.
168
- * @since 1.20.2
169
- */
170
- enableBusyIndicator : {type : "boolean", group : "Behavior", defaultValue : true},
171
-
172
- /**
173
- * Defines if animations will be shown while switching between modes.
174
- */
175
- modeAnimationOn : {type : "boolean", group : "Misc", defaultValue : true},
176
-
177
- /**
178
- * Defines which item separator style will be used.
179
- */
180
- showSeparators : {type : "sap.m.ListSeparators", group : "Appearance", defaultValue : ListSeparators.All},
181
-
182
- /**
183
- * Defines the direction of the swipe movement (e.g LeftToRight, RightToLeft, Both) to display the control defined in the <code>swipeContent</code> aggregation.
184
- */
185
- swipeDirection : {type : "sap.m.SwipeDirection", group : "Misc", defaultValue : SwipeDirection.Both},
186
-
187
- /**
188
- * If set to <code>true</code>, enables the growing feature of the control to load more items by requesting from the model.
189
- * <b>Note:</b>: This feature only works when an <code>items</code> aggregation is bound. Growing must not be used together with two-way binding.
190
- * @since 1.16.0
191
- */
192
- growing : {type : "boolean", group : "Behavior", defaultValue : false},
193
-
194
- /**
195
- * Defines the number of items to be requested from the model for each grow.
196
- * This property can only be used if the <code>growing</code> property is set to <code>true</code>.
197
- * @since 1.16.0
198
- */
199
- growingThreshold : {type : "int", group : "Misc", defaultValue : 20},
200
-
201
- /**
202
- * Defines the text displayed on the growing button. The default is a translated text ("More") coming from the message bundle.
203
- * This property can only be used if the <code>growing</code> property is set to <code>true</code>.
204
- * @since 1.16.0
205
- */
206
- growingTriggerText : {type : "string", group : "Appearance", defaultValue : null},
207
-
208
- /**
209
- * If set to true, the user can scroll down/up to load more items. Otherwise a growing button is displayed at the bottom/top of the control.
210
- * <b>Note:</b> This property can only be used if the <code>growing</code> property is set to <code>true</code> and only if there is one instance of <code>sap.m.List</code> or <code>sap.m.Table</code> inside the scrollable scroll container (e.g <code>sap.m.Page</code>).
211
- * @since 1.16.0
212
- */
213
- growingScrollToLoad : {type : "boolean", group : "Behavior", defaultValue : false},
214
-
215
- /**
216
- * Defines the direction of the growing feature.
217
- * If set to <code>Downwards</code> the user has to scroll down to load more items or the growing button is displayed at the bottom.
218
- * If set to <code>Upwards</code> the user has to scroll up to load more items or the growing button is displayed at the top.
219
- * @since 1.40.0
220
- */
221
- growingDirection : {type : "sap.m.ListGrowingDirection", group : "Behavior", defaultValue : ListGrowingDirection.Downwards},
222
-
223
- /**
224
- * If set to true, this control remembers and retains the selection of the items after a binding update has been performed (e.g. sorting, filtering).
225
- * <b>Note:</b> This feature works only if two-way data binding for the <code>selected</code> property of the item is not used. It also needs to be turned off if the binding context of the item does not always point to the same entry in the model, for example, if the order of the data in the <code>JSONModel</code> is changed.
226
- * @since 1.16.6
227
- */
228
- rememberSelections : {type : "boolean", group : "Behavior", defaultValue : true},
229
-
230
- /**
231
- * Defines keyboard handling behavior of the control.
232
- * @since 1.38.0
233
- */
234
- keyboardMode : {type : "sap.m.ListKeyboardMode", group : "Behavior", defaultValue : ListKeyboardMode.Navigation},
235
-
236
- /**
237
- * Defines the section of the control that remains fixed at the top of the page during vertical scrolling as long as the control is in the viewport.
238
- *
239
- * <b>Note:</b> Enabling sticky column headers in List controls will not have any effect.
240
- *
241
- * There are some known restrictions. A few are given below:
242
- * <ul>
243
- * <li>If the control is placed in layout containers that have the <code>overflow: hidden</code> or <code>overflow: auto</code> style definition, this can
244
- * prevent the sticky elements of the control from becoming fixed at the top of the viewport.</li>
245
- * <li>If sticky column headers are enabled in the <code>sap.m.Table</code> control, setting focus on the column headers will let the table scroll to the top.</li>
246
- * <li>A transparent toolbar design is not supported for sticky bars. The toolbar will automatically get an intransparent background color.</li>
247
- * <li>This feature supports only the default height of the toolbar control.</li>
248
- * </ul>
249
- *
250
- * @since 1.58
251
- */
252
- sticky : {type : "sap.m.Sticky[]", group : "Appearance"},
253
-
254
- /**
255
- * Defines the multi-selection mode for the control.
256
- * If this property is set to the <code>Default</code> value, the <code>sap.m.Table</code> control renders
257
- * the Select All checkbox in the column header, otherwise the Deselect All icon is rendered.
258
- * The Select All checkbox allows the user to select all the items in the control, and
259
- * the Deselect All icon deselects the items.
260
- * If the property is set to <code>ClearAll</code>, then selecting items via the <code>selectAll</code> method is not possible. See {@link #selectAll selectAll} for more details.
261
- *
262
- * <b>Note:</b> This property must be used with the <code>MultiSelect</code> mode.
263
- * If this property is set to <code>ClearAll</code>, then a selection of multiple items is still possible
264
- * via the range selection feature except <i>CTRL + A</i>.
265
- * Additionally, the <i>CTRL + SHIFT + A</i> key combination can be used for deselecting all the items.
266
- * For details on the range selection, please see {@link topic:8a0d4efa29d44ef39219c18d832012da Keyboard Handling for Item Selection}.
267
- * @since 1.93
268
- */
269
- multiSelectMode : {type: "sap.m.MultiSelectMode", group: "Behavior", defaultValue: MultiSelectMode.Default}
270
- },
271
- defaultAggregation : "items",
272
- aggregations : {
273
-
274
- /**
275
- * Defines the items contained within this control.
276
- */
277
- items : {type : "sap.m.ListItemBase", multiple : true, singularName : "item", bindable : "bindable", selector: "#{id} .sapMListItems", dnd : true},
278
-
279
- /**
280
- * User can swipe to bring in this control on the right hand side of an item.
281
- * <b>Note:</b>
282
- * <ul>
283
- * <li>For non-touch screen devices, this functionality is ignored.</li>
284
- * <li>There is no accessible alternative provided by the control for swiping.
285
- * Applications that use this functionality must provide an accessible alternative UI to perform the same action.</li>
286
- * <ul>
287
- */
288
- swipeContent : {type : "sap.ui.core.Control", multiple : false},
289
-
290
- /**
291
- * The header area can be used as a toolbar to add extra controls for user interactions.
292
- * <b>Note:</b> When set, this overwrites the <code>headerText</code> property.
293
- * @since 1.16
294
- */
295
- headerToolbar : {type : "sap.m.Toolbar", multiple : false},
296
-
297
- /**
298
- * A toolbar that is placed below the header to show extra information to the user.
299
- * @since 1.16
300
- */
301
- infoToolbar : {type : "sap.m.Toolbar", multiple : false},
302
-
303
- /**
304
- * Defines the context menu of the items.
305
- *
306
- * @since 1.54
307
- */
308
- contextMenu : {type : "sap.ui.core.IContextMenu", multiple : false},
309
-
310
- /**
311
- * Defines the message strip to display binding-related messages.
312
- * @since 1.73
313
- */
314
- _messageStrip: {type : "sap.m.MessageStrip", multiple : false, visibility : "hidden"},
315
-
316
- /**
317
- * Defines the custom visualization if there is no data available.
318
- * <b>Note:</b> If both a <code>noDataText</code> property and a <code>noData</code> aggregation are provided, the <code>noData</code> aggregation takes priority.
319
- * If the <code>noData</code> aggregation is undefined or set to null, the <code>noDataText</code> property is used instead.
320
- * @since 1.101
321
- */
322
- noData: {type: "sap.ui.core.Control", multiple: false, altTypes: ["string"]}
323
- },
324
- associations: {
325
-
326
- /**
327
- * Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
328
- * @since 1.28.0
329
- */
330
- ariaLabelledBy: { type: "sap.ui.core.Control", multiple: true, singularName: "ariaLabelledBy" }
331
- },
332
- events : {
333
-
334
- /**
335
- * Fires when selection is changed via user interaction. In <code>MultiSelect</code> mode, this event is also fired on deselection.
336
- * @deprecated Since version 1.16.
337
- * Use the <code>selectionChange</code> event instead.
338
- */
339
- select : {deprecated: true,
340
- parameters : {
341
-
342
- /**
343
- * The item which fired the select event.
344
- */
345
- listItem : {type : "sap.m.ListItemBase"}
346
- }
347
- },
348
-
349
- /**
350
- * Fires when selection is changed via user interaction inside the control.
351
- * @since 1.16
352
- */
353
- selectionChange : {
354
- parameters : {
355
-
356
- /**
357
- * The item whose selection has changed. In <code>MultiSelect</code> mode, only the up-most selected item is returned. This parameter can be used for single-selection modes.
358
- */
359
- listItem : {type : "sap.m.ListItemBase"},
360
-
361
- /**
362
- * Array of items whose selection has changed. This parameter can be used for <code>MultiSelect</code> mode.
363
- */
364
- listItems : {type : "sap.m.ListItemBase[]"},
365
-
366
- /**
367
- * Indicates whether the <code>listItem</code> parameter is selected or not.
368
- */
369
- selected : {type : "boolean"},
370
-
371
- /**
372
- * Indicates whether the select all action is triggered or not.
373
- */
374
- selectAll : {type : "boolean"}
375
- }
102
+ var ListBase = Control.extend("sap.m.ListBase", /** @lends sap.m.ListBase.prototype */ {
103
+ metadata : {
104
+
105
+ library : "sap.m",
106
+ dnd : true,
107
+ properties : {
108
+
109
+ /**
110
+ * Defines the indentation of the container. Setting it to <code>true</code> indents the list.
111
+ */
112
+ inset : {type : "boolean", group : "Appearance", defaultValue : false},
113
+
114
+ /**
115
+ * Defines the header text that appears in the control.
116
+ * <b>Note:</b> If <code>headerToolbar</code> aggregation is set, then this property is ignored.
117
+ */
118
+ headerText : {type : "string", group : "Misc", defaultValue : null},
119
+
120
+ /**
121
+ * Defines the header style of the control. Possible values are <code>Standard</code> and <code>Plain</code>.
122
+ * @since 1.14
123
+ * @deprecated Since version 1.16. No longer has any functionality.
124
+ */
125
+ headerDesign : {type : "sap.m.ListHeaderDesign", group : "Appearance", defaultValue : ListHeaderDesign.Standard, deprecated: true},
126
+
127
+ /**
128
+ * Defines the footer text that appears in the control.
129
+ */
130
+ footerText : {type : "string", group : "Misc", defaultValue : null},
131
+
132
+ /**
133
+ * Defines the mode of the control (e.g. <code>None</code>, <code>SingleSelect</code>, <code>MultiSelect</code>, <code>Delete</code>).
134
+ */
135
+ mode : {type : "sap.m.ListMode", group : "Behavior", defaultValue : ListMode.None},
136
+
137
+ /**
138
+ * Sets the width of the control.
139
+ */
140
+ width : {type : "sap.ui.core.CSSSize", group : "Dimension", defaultValue : "100%"},
141
+
142
+ /**
143
+ * Defines whether the items are selectable by clicking on the item itself (<code>true</code>) rather than having to set the selection control first.
144
+ * <b>Note:</b> The <code>SingleSelectMaster</code> mode also provides this functionality by default.
145
+ */
146
+ includeItemInSelection : {type : "boolean", group : "Behavior", defaultValue : false},
147
+
148
+ /**
149
+ * Activates the unread indicator for all items, if set to <code>true</code>.
150
+ */
151
+ showUnread : {type : "boolean", group : "Misc", defaultValue : false},
152
+
153
+ /**
154
+ * This text is displayed if the control contains no items.
155
+ * <b>Note:</b> If both a <code>noDataText</code> property and a <code>noData</code> aggregation are provided, the <code>noData</code> aggregation takes priority.
156
+ * If the <code>noData</code> aggregation is undefined or set to null, the <code>noDataText</code> property is used instead.
157
+ */
158
+ noDataText : {type : "string", group : "Misc", defaultValue : null},
159
+
160
+ /**
161
+ * Defines whether or not the text specified in the <code>noDataText</code> property is displayed.
162
+ */
163
+ showNoData : {type : "boolean", group : "Misc", defaultValue : true},
164
+
165
+ /**
166
+ * When this property is set to <code>true</code>, the control will automatically display a busy indicator when it detects that data is being loaded. This busy indicator blocks the interaction with the items until data loading is finished.
167
+ * By default, the busy indicator will be shown after one second. This behavior can be customized by setting the <code>busyIndicatorDelay</code> property.
168
+ * @since 1.20.2
169
+ */
170
+ enableBusyIndicator : {type : "boolean", group : "Behavior", defaultValue : true},
171
+
172
+ /**
173
+ * Defines if animations will be shown while switching between modes.
174
+ */
175
+ modeAnimationOn : {type : "boolean", group : "Misc", defaultValue : true},
176
+
177
+ /**
178
+ * Defines which item separator style will be used.
179
+ */
180
+ showSeparators : {type : "sap.m.ListSeparators", group : "Appearance", defaultValue : ListSeparators.All},
181
+
182
+ /**
183
+ * Defines the direction of the swipe movement (e.g LeftToRight, RightToLeft, Both) to display the control defined in the <code>swipeContent</code> aggregation.
184
+ */
185
+ swipeDirection : {type : "sap.m.SwipeDirection", group : "Misc", defaultValue : SwipeDirection.Both},
186
+
187
+ /**
188
+ * If set to <code>true</code>, enables the growing feature of the control to load more items by requesting from the model.
189
+ * <b>Note:</b>: This feature only works when an <code>items</code> aggregation is bound. Growing must not be used together with two-way binding.
190
+ * @since 1.16.0
191
+ */
192
+ growing : {type : "boolean", group : "Behavior", defaultValue : false},
193
+
194
+ /**
195
+ * Defines the number of items to be requested from the model for each grow.
196
+ * This property can only be used if the <code>growing</code> property is set to <code>true</code>.
197
+ * @since 1.16.0
198
+ */
199
+ growingThreshold : {type : "int", group : "Misc", defaultValue : 20},
200
+
201
+ /**
202
+ * Defines the text displayed on the growing button. The default is a translated text ("More") coming from the message bundle.
203
+ * This property can only be used if the <code>growing</code> property is set to <code>true</code>.
204
+ * @since 1.16.0
205
+ */
206
+ growingTriggerText : {type : "string", group : "Appearance", defaultValue : null},
207
+
208
+ /**
209
+ * If set to true, the user can scroll down/up to load more items. Otherwise a growing button is displayed at the bottom/top of the control.
210
+ * <b>Note:</b> This property can only be used if the <code>growing</code> property is set to <code>true</code> and only if there is one instance of <code>sap.m.List</code> or <code>sap.m.Table</code> inside the scrollable scroll container (e.g <code>sap.m.Page</code>).
211
+ * @since 1.16.0
212
+ */
213
+ growingScrollToLoad : {type : "boolean", group : "Behavior", defaultValue : false},
214
+
215
+ /**
216
+ * Defines the direction of the growing feature.
217
+ * If set to <code>Downwards</code> the user has to scroll down to load more items or the growing button is displayed at the bottom.
218
+ * If set to <code>Upwards</code> the user has to scroll up to load more items or the growing button is displayed at the top.
219
+ * @since 1.40.0
220
+ */
221
+ growingDirection : {type : "sap.m.ListGrowingDirection", group : "Behavior", defaultValue : ListGrowingDirection.Downwards},
222
+
223
+ /**
224
+ * If set to true, this control remembers and retains the selection of the items after a binding update has been performed (e.g. sorting, filtering).
225
+ * <b>Note:</b> This feature works only if two-way data binding for the <code>selected</code> property of the item is not used. It also needs to be turned off if the binding context of the item does not always point to the same entry in the model, for example, if the order of the data in the <code>JSONModel</code> is changed.
226
+ * @since 1.16.6
227
+ */
228
+ rememberSelections : {type : "boolean", group : "Behavior", defaultValue : true},
229
+
230
+ /**
231
+ * Defines keyboard handling behavior of the control.
232
+ * @since 1.38.0
233
+ */
234
+ keyboardMode : {type : "sap.m.ListKeyboardMode", group : "Behavior", defaultValue : ListKeyboardMode.Navigation},
235
+
236
+ /**
237
+ * Defines the section of the control that remains fixed at the top of the page during vertical scrolling as long as the control is in the viewport.
238
+ *
239
+ * <b>Note:</b> Enabling sticky column headers in List controls will not have any effect.
240
+ *
241
+ * There are some known restrictions. A few are given below:
242
+ * <ul>
243
+ * <li>If the control is placed in layout containers that have the <code>overflow: hidden</code> or <code>overflow: auto</code> style definition, this can
244
+ * prevent the sticky elements of the control from becoming fixed at the top of the viewport.</li>
245
+ * <li>If sticky column headers are enabled in the <code>sap.m.Table</code> control, setting focus on the column headers will let the table scroll to the top.</li>
246
+ * <li>A transparent toolbar design is not supported for sticky bars. The toolbar will automatically get an intransparent background color.</li>
247
+ * <li>This feature supports only the default height of the toolbar control.</li>
248
+ * </ul>
249
+ *
250
+ * @since 1.58
251
+ */
252
+ sticky : {type : "sap.m.Sticky[]", group : "Appearance"},
253
+
254
+ /**
255
+ * Defines the multi-selection mode for the control.
256
+ * If this property is set to the <code>Default</code> value, the <code>sap.m.Table</code> control renders
257
+ * the Select All checkbox in the column header, otherwise the Deselect All icon is rendered.
258
+ * The Select All checkbox allows the user to select all the items in the control, and
259
+ * the Deselect All icon deselects the items.
260
+ * If the property is set to <code>ClearAll</code>, then selecting items via the <code>selectAll</code> method is not possible. See {@link #selectAll selectAll} for more details.
261
+ *
262
+ * <b>Note:</b> This property must be used with the <code>MultiSelect</code> mode.
263
+ * If this property is set to <code>ClearAll</code>, then a selection of multiple items is still possible
264
+ * via the range selection feature except <i>CTRL + A</i>.
265
+ * Additionally, the <i>CTRL + SHIFT + A</i> key combination can be used for deselecting all the items.
266
+ * For details on the range selection, please see {@link topic:8a0d4efa29d44ef39219c18d832012da Keyboard Handling for Item Selection}.
267
+ * @since 1.93
268
+ */
269
+ multiSelectMode : {type: "sap.m.MultiSelectMode", group: "Behavior", defaultValue: MultiSelectMode.Default}
376
270
  },
377
-
378
- /**
379
- * Fires when delete icon is pressed by user.
380
- */
381
- "delete" : {
382
- parameters : {
383
-
384
- /**
385
- * The item which fired the delete event.
386
- */
387
- listItem : {type : "sap.m.ListItemBase"}
388
- }
389
- },
390
-
391
- /**
392
- * Fires after user's swipe action and before the <code>swipeContent</code> is shown. On the <code>swipe</code> event handler, <code>swipeContent</code> can be changed according to the swiped item.
393
- * Calling the <code>preventDefault</code> method of the event cancels the swipe action.
394
- *
395
- * <b>Note:</b> There is no accessible alternative provided by the control for swiping.
396
- * Applications that use this functionality must provide an accessible alternative UI to perform the same action.
397
- */
398
- swipe : {allowPreventDefault : true,
399
- parameters : {
400
-
401
- /**
402
- * The item which fired the swipe.
403
- */
404
- listItem : {type : "sap.m.ListItemBase"},
405
-
406
- /**
407
- * Aggregated <code>swipeContent</code> control that is shown on the right hand side of the item.
408
- */
409
- swipeContent : {type : "sap.ui.core.Control"},
410
-
411
- /**
412
- * Holds which control caused the swipe event within the item.
413
- */
414
- srcControl : {type : "sap.ui.core.Control"},
415
-
416
- /**
417
- * Shows in which direction the user swipes and can have the value <code>BeginToEnd</code> (left to right in LTR languages
418
- * and right to left in RTL languages) or <code>EndToBegin</code> (right to left in LTR languages
419
- * and left to right in RTL languages)
420
- */
421
- swipeDirection : {type : "sap.m.SwipeDirection"}
422
- }
271
+ defaultAggregation : "items",
272
+ aggregations : {
273
+
274
+ /**
275
+ * Defines the items contained within this control.
276
+ */
277
+ items : {type : "sap.m.ListItemBase", multiple : true, singularName : "item", bindable : "bindable", selector: "#{id} .sapMListItems", dnd : true},
278
+
279
+ /**
280
+ * User can swipe to bring in this control on the right hand side of an item.
281
+ * <b>Note:</b>
282
+ * <ul>
283
+ * <li>For non-touch screen devices, this functionality is ignored.</li>
284
+ * <li>There is no accessible alternative provided by the control for swiping.
285
+ * Applications that use this functionality must provide an accessible alternative UI to perform the same action.</li>
286
+ * <ul>
287
+ */
288
+ swipeContent : {type : "sap.ui.core.Control", multiple : false},
289
+
290
+ /**
291
+ * The header area can be used as a toolbar to add extra controls for user interactions.
292
+ * <b>Note:</b> When set, this overwrites the <code>headerText</code> property.
293
+ * @since 1.16
294
+ */
295
+ headerToolbar : {type : "sap.m.Toolbar", multiple : false},
296
+
297
+ /**
298
+ * A toolbar that is placed below the header to show extra information to the user.
299
+ * @since 1.16
300
+ */
301
+ infoToolbar : {type : "sap.m.Toolbar", multiple : false},
302
+
303
+ /**
304
+ * Defines the context menu of the items.
305
+ *
306
+ * @since 1.54
307
+ */
308
+ contextMenu : {type : "sap.ui.core.IContextMenu", multiple : false},
309
+
310
+ /**
311
+ * Defines the message strip to display binding-related messages.
312
+ * @since 1.73
313
+ */
314
+ _messageStrip: {type : "sap.m.MessageStrip", multiple : false, visibility : "hidden"},
315
+
316
+ /**
317
+ * Defines the custom visualization if there is no data available.
318
+ * <b>Note:</b> If both a <code>noDataText</code> property and a <code>noData</code> aggregation are provided, the <code>noData</code> aggregation takes priority.
319
+ * If the <code>noData</code> aggregation is undefined or set to null, the <code>noDataText</code> property is used instead.
320
+ * @since 1.101
321
+ */
322
+ noData: {type: "sap.ui.core.Control", multiple: false, altTypes: ["string"]}
423
323
  },
324
+ associations: {
424
325
 
425
- /**
426
- * Fires before the new growing chunk is requested from the model.
427
- * @since 1.16
428
- * @deprecated Since version 1.16.3.
429
- * Instead, use <code>updateStarted</code> event with listening <code>changeReason</code>.
430
- */
431
- growingStarted : {deprecated: true,
432
- parameters : {
433
-
434
- /**
435
- * Actual number of items.
436
- */
437
- actual : {type : "int"},
438
-
439
- /**
440
- * Total number of items.
441
- */
442
- total : {type : "int"}
443
- }
326
+ /**
327
+ * Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
328
+ * @since 1.28.0
329
+ */
330
+ ariaLabelledBy: { type: "sap.ui.core.Control", multiple: true, singularName: "ariaLabelledBy" }
444
331
  },
445
-
446
- /**
447
- * Fires after the new growing chunk has been fetched from the model and processed by the control.
448
- * @since 1.16
449
- * @deprecated Since version 1.16.3.
450
- * Instead, use "updateFinished" event.
451
- */
452
- growingFinished : {deprecated: true,
453
- parameters : {
454
-
455
- /**
456
- * Actual number of items.
457
- */
458
- actual : {type : "int"},
459
-
460
- /**
461
- * Total number of items.
462
- */
463
- total : {type : "int"}
332
+ events : {
333
+
334
+ /**
335
+ * Fires when selection is changed via user interaction. In <code>MultiSelect</code> mode, this event is also fired on deselection.
336
+ * @deprecated Since version 1.16.
337
+ * Use the <code>selectionChange</code> event instead.
338
+ */
339
+ select : {deprecated: true,
340
+ parameters : {
341
+
342
+ /**
343
+ * The item which fired the select event.
344
+ */
345
+ listItem : {type : "sap.m.ListItemBase"}
346
+ }
347
+ },
348
+
349
+ /**
350
+ * Fires when selection is changed via user interaction inside the control.
351
+ * @since 1.16
352
+ */
353
+ selectionChange : {
354
+ parameters : {
355
+
356
+ /**
357
+ * The item whose selection has changed. In <code>MultiSelect</code> mode, only the up-most selected item is returned. This parameter can be used for single-selection modes.
358
+ */
359
+ listItem : {type : "sap.m.ListItemBase"},
360
+
361
+ /**
362
+ * Array of items whose selection has changed. This parameter can be used for <code>MultiSelect</code> mode.
363
+ */
364
+ listItems : {type : "sap.m.ListItemBase[]"},
365
+
366
+ /**
367
+ * Indicates whether the <code>listItem</code> parameter is selected or not.
368
+ */
369
+ selected : {type : "boolean"},
370
+
371
+ /**
372
+ * Indicates whether the select all action is triggered or not.
373
+ */
374
+ selectAll : {type : "boolean"}
375
+ }
376
+ },
377
+
378
+ /**
379
+ * Fires when delete icon is pressed by user.
380
+ */
381
+ "delete" : {
382
+ parameters : {
383
+
384
+ /**
385
+ * The item which fired the delete event.
386
+ */
387
+ listItem : {type : "sap.m.ListItemBase"}
388
+ }
389
+ },
390
+
391
+ /**
392
+ * Fires after user's swipe action and before the <code>swipeContent</code> is shown. On the <code>swipe</code> event handler, <code>swipeContent</code> can be changed according to the swiped item.
393
+ * Calling the <code>preventDefault</code> method of the event cancels the swipe action.
394
+ *
395
+ * <b>Note:</b> There is no accessible alternative provided by the control for swiping.
396
+ * Applications that use this functionality must provide an accessible alternative UI to perform the same action.
397
+ */
398
+ swipe : {allowPreventDefault : true,
399
+ parameters : {
400
+
401
+ /**
402
+ * The item which fired the swipe.
403
+ */
404
+ listItem : {type : "sap.m.ListItemBase"},
405
+
406
+ /**
407
+ * Aggregated <code>swipeContent</code> control that is shown on the right hand side of the item.
408
+ */
409
+ swipeContent : {type : "sap.ui.core.Control"},
410
+
411
+ /**
412
+ * Holds which control caused the swipe event within the item.
413
+ */
414
+ srcControl : {type : "sap.ui.core.Control"},
415
+
416
+ /**
417
+ * Shows in which direction the user swipes and can have the value <code>BeginToEnd</code> (left to right in LTR languages
418
+ * and right to left in RTL languages) or <code>EndToBegin</code> (right to left in LTR languages
419
+ * and left to right in RTL languages)
420
+ */
421
+ swipeDirection : {type : "sap.m.SwipeDirection"}
422
+ }
423
+ },
424
+
425
+ /**
426
+ * Fires before the new growing chunk is requested from the model.
427
+ * @since 1.16
428
+ * @deprecated Since version 1.16.3.
429
+ * Instead, use <code>updateStarted</code> event with listening <code>changeReason</code>.
430
+ */
431
+ growingStarted : {deprecated: true,
432
+ parameters : {
433
+
434
+ /**
435
+ * Actual number of items.
436
+ */
437
+ actual : {type : "int"},
438
+
439
+ /**
440
+ * Total number of items.
441
+ */
442
+ total : {type : "int"}
443
+ }
444
+ },
445
+
446
+ /**
447
+ * Fires after the new growing chunk has been fetched from the model and processed by the control.
448
+ * @since 1.16
449
+ * @deprecated Since version 1.16.3.
450
+ * Instead, use "updateFinished" event.
451
+ */
452
+ growingFinished : {deprecated: true,
453
+ parameters : {
454
+
455
+ /**
456
+ * Actual number of items.
457
+ */
458
+ actual : {type : "int"},
459
+
460
+ /**
461
+ * Total number of items.
462
+ */
463
+ total : {type : "int"}
464
+ }
465
+ },
466
+
467
+ /**
468
+ * Fires before <code>items</code> binding is updated (e.g. sorting, filtering)
469
+ *
470
+ * <b>Note:</b> Event handler should not invalidate the control.
471
+ * @since 1.16.3
472
+ */
473
+ updateStarted : {
474
+ parameters : {
475
+
476
+ /**
477
+ * The reason of the update, e.g. Binding, Filter, Sort, Growing, Change, Refresh, Context.
478
+ */
479
+ reason : {type : "string"},
480
+
481
+ /**
482
+ * Actual number of items.
483
+ */
484
+ actual : {type : "int"},
485
+
486
+ /**
487
+ * The total count of bound items. This can be used if the <code>growing</code> property is set to <code>true</code>.
488
+ */
489
+ total : {type : "int"}
490
+ }
491
+ },
492
+
493
+ /**
494
+ * Fires after <code>items</code> binding is updated and processed by the control.
495
+ * @since 1.16.3
496
+ */
497
+ updateFinished : {
498
+ parameters : {
499
+
500
+ /**
501
+ * The reason of the update, e.g. Binding, Filter, Sort, Growing, Change, Refresh, Context.
502
+ */
503
+ reason : {type : "string"},
504
+
505
+ /**
506
+ * Actual number of items.
507
+ */
508
+ actual : {type : "int"},
509
+
510
+ /**
511
+ * The total count of bound items. This can be used if the <code>growing</code> property is set to <code>true</code>.
512
+ */
513
+ total : {type : "int"}
514
+ }
515
+ },
516
+
517
+ /**
518
+ * Fires when an item is pressed unless the item's <code>type</code> property is <code>Inactive</code>.
519
+ * @since 1.20
520
+ */
521
+ itemPress : {
522
+ parameters : {
523
+
524
+ /**
525
+ * The item which fired the pressed event.
526
+ */
527
+ listItem : {type : "sap.m.ListItemBase"},
528
+
529
+ /**
530
+ * The control which caused the press event within the container.
531
+ */
532
+ srcControl : {type : "sap.ui.core.Control"}
533
+ }
534
+ },
535
+
536
+ /**
537
+ * Fired when the context menu is opened.
538
+ * When the context menu is opened, the binding context of the item is set to the given <code>contextMenu</code>.
539
+ * @since 1.54
540
+ */
541
+ beforeOpenContextMenu : {
542
+ allowPreventDefault : true,
543
+ parameters : {
544
+ /**
545
+ * Item in which the context menu was opened.
546
+ */
547
+ listItem : {type : "sap.m.ListItemBase"}
548
+ }
464
549
  }
465
550
  },
551
+ designtime: "sap/m/designtime/ListBase.designtime"
466
552
 
467
- /**
468
- * Fires before <code>items</code> binding is updated (e.g. sorting, filtering)
469
- *
470
- * <b>Note:</b> Event handler should not invalidate the control.
471
- * @since 1.16.3
472
- */
473
- updateStarted : {
474
- parameters : {
475
-
476
- /**
477
- * The reason of the update, e.g. Binding, Filter, Sort, Growing, Change, Refresh, Context.
478
- */
479
- reason : {type : "string"},
480
-
481
- /**
482
- * Actual number of items.
483
- */
484
- actual : {type : "int"},
485
-
486
- /**
487
- * The total count of bound items. This can be used if the <code>growing</code> property is set to <code>true</code>.
488
- */
489
- total : {type : "int"}
490
- }
491
- },
492
-
493
- /**
494
- * Fires after <code>items</code> binding is updated and processed by the control.
495
- * @since 1.16.3
496
- */
497
- updateFinished : {
498
- parameters : {
499
-
500
- /**
501
- * The reason of the update, e.g. Binding, Filter, Sort, Growing, Change, Refresh, Context.
502
- */
503
- reason : {type : "string"},
504
-
505
- /**
506
- * Actual number of items.
507
- */
508
- actual : {type : "int"},
509
-
510
- /**
511
- * The total count of bound items. This can be used if the <code>growing</code> property is set to <code>true</code>.
512
- */
513
- total : {type : "int"}
514
- }
515
- },
516
-
517
- /**
518
- * Fires when an item is pressed unless the item's <code>type</code> property is <code>Inactive</code>.
519
- * @since 1.20
520
- */
521
- itemPress : {
522
- parameters : {
523
-
524
- /**
525
- * The item which fired the pressed event.
526
- */
527
- listItem : {type : "sap.m.ListItemBase"},
528
-
529
- /**
530
- * The control which caused the press event within the container.
531
- */
532
- srcControl : {type : "sap.ui.core.Control"}
533
- }
534
- },
535
-
536
- /**
537
- * Fired when the context menu is opened.
538
- * When the context menu is opened, the binding context of the item is set to the given <code>contextMenu</code>.
539
- * @since 1.54
540
- */
541
- beforeOpenContextMenu : {
542
- allowPreventDefault : true,
543
- parameters : {
544
- /**
545
- * Item in which the context menu was opened.
546
- */
547
- listItem : {type : "sap.m.ListItemBase"}
548
- }
549
- }
550
553
  },
551
- designtime: "sap/m/designtime/ListBase.designtime"
552
554
 
553
- }});
555
+ renderer: ListBaseRenderer
556
+ });
554
557
 
555
558
  // announce accessibility details at the initial focus
556
559
  ListBase.prototype.bAnnounceDetails = true;
@@ -811,9 +814,7 @@ function(
811
814
 
812
815
  ListBase.prototype.setEnableBusyIndicator = function(bEnable) {
813
816
  this.setProperty("enableBusyIndicator", bEnable, true);
814
- if (!this.getEnableBusyIndicator()) {
815
- this._hideBusyIndicator();
816
- }
817
+ this._hideBusyIndicator();
817
818
  return this;
818
819
  };
819
820
 
@@ -857,7 +858,6 @@ function(
857
858
  *
858
859
  * @type sap.m.ListItemBase
859
860
  * @public
860
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
861
861
  */
862
862
  ListBase.prototype.getSelectedItem = function() {
863
863
  var aItems = this.getItems(true);
@@ -879,7 +879,6 @@ function(
879
879
  * Sets selected status of the list item
880
880
  * @type this
881
881
  * @public
882
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
883
882
  */
884
883
  ListBase.prototype.setSelectedItem = function(oListItem, bSelect, bFireEvent) {
885
884
  if (this.indexOfItem(oListItem) < 0) {
@@ -898,7 +897,6 @@ function(
898
897
  *
899
898
  * @type sap.m.ListItemBase[]
900
899
  * @public
901
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
902
900
  */
903
901
  ListBase.prototype.getSelectedItems = function() {
904
902
  return this.getItems(true).filter(function(oItem) {
@@ -916,7 +914,6 @@ function(
916
914
  * Sets selected status of the list item
917
915
  * @type this
918
916
  * @public
919
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
920
917
  */
921
918
  ListBase.prototype.setSelectedItemById = function(sId, bSelect) {
922
919
  var oListItem = Core.byId(sId);
@@ -934,7 +931,6 @@ function(
934
931
  * @type sap.ui.model.Context[]
935
932
  * @public
936
933
  * @since 1.18.6
937
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
938
934
  */
939
935
  ListBase.prototype.getSelectedContexts = function(bAll) {
940
936
  var oBindingInfo = this.getBindingInfo("items"),
@@ -967,7 +963,6 @@ function(
967
963
  * Since version 1.16.3. This control keeps old selections after filter or sorting. Set this parameter "true" to remove all selections.
968
964
  * @type this
969
965
  * @public
970
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
971
966
  */
972
967
  ListBase.prototype.removeSelections = function(bAll, bFireEvent, bDetectBinding) {
973
968
  var aChangedListItems = [];
@@ -1004,7 +999,6 @@ function(
1004
999
  * @type this
1005
1000
  * @public
1006
1001
  * @since 1.16
1007
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
1008
1002
  */
1009
1003
  ListBase.prototype.selectAll = function (bFireEvent) {
1010
1004
  if (this.getMode() != "MultiSelect" || this.getMultiSelectMode() == MultiSelectMode.ClearAll) {
@@ -1075,7 +1069,6 @@ function(
1075
1069
  * @returns {{actual: int, total: int} | null}
1076
1070
  * @public
1077
1071
  * @since 1.16
1078
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
1079
1072
  */
1080
1073
  ListBase.prototype.getGrowingInfo = function() {
1081
1074
  return this._oGrowingDelegate ? this._oGrowingDelegate.getInfo() : null;
@@ -1370,7 +1363,10 @@ function(
1370
1363
  if (this._bBusy) {
1371
1364
  // revert busy state
1372
1365
  this._bBusy = false;
1373
- this.setBusy(false, "listUl");
1366
+ if (this.getEnableBusyIndicator()) {
1367
+ // only call the setBusy method if enableBusyIndicator=true
1368
+ this.setBusy(false, "listUl");
1369
+ }
1374
1370
  }
1375
1371
  };
1376
1372
 
@@ -1784,7 +1780,6 @@ function(
1784
1780
  * This callback function is called with two parameters(swipedListItem and swipedContent) after swipe-out animation is finished.
1785
1781
  * @type this
1786
1782
  * @public
1787
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
1788
1783
  */
1789
1784
  ListBase.prototype.swipeOut = function(callback) {
1790
1785
  if (!this._isSwipeActive) {
@@ -1908,7 +1903,6 @@ function(
1908
1903
  *
1909
1904
  * @type sap.m.ListItemBase
1910
1905
  * @public
1911
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
1912
1906
  */
1913
1907
  ListBase.prototype.getSwipedItem = function() {
1914
1908
  return (this._isSwipeActive ? this._swipedItem : null);