@openui5/sap.m 1.108.0 → 1.109.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 (444) 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 +1 -1
  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 +1 -1
  19. package/src/sap/m/Carousel.js +5 -3
  20. package/src/sap/m/CarouselLayout.js +1 -1
  21. package/src/sap/m/CheckBox.js +3 -2
  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 +1 -1
  25. package/src/sap/m/ColumnHeaderPopover.js +8 -4
  26. package/src/sap/m/ColumnListItem.js +19 -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 +1 -1
  33. package/src/sap/m/ComboBoxBase.js +1 -1
  34. package/src/sap/m/ComboBoxTextField.js +1 -1
  35. package/src/sap/m/CustomDynamicDateOption.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 +5 -5
  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/DynamicDateOption.js +1 -1
  49. package/src/sap/m/DynamicDateRange.js +1 -1
  50. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  51. package/src/sap/m/ExpandableText.js +1 -1
  52. package/src/sap/m/FacetFilter.js +1 -1
  53. package/src/sap/m/FacetFilterItem.js +1 -1
  54. package/src/sap/m/FacetFilterList.js +1 -1
  55. package/src/sap/m/FeedContent.js +1 -1
  56. package/src/sap/m/FeedInput.js +1 -1
  57. package/src/sap/m/FeedListItem.js +1 -1
  58. package/src/sap/m/FeedListItemAction.js +1 -1
  59. package/src/sap/m/Fiori20Adapter.js +2 -2
  60. package/src/sap/m/FlexBox.js +1 -1
  61. package/src/sap/m/FlexItemData.js +1 -1
  62. package/src/sap/m/FormattedText.js +1 -1
  63. package/src/sap/m/GenericTag.js +1 -1
  64. package/src/sap/m/GenericTile.js +77 -14
  65. package/src/sap/m/GenericTileRenderer.js +6 -5
  66. package/src/sap/m/GroupHeaderListItem.js +2 -2
  67. package/src/sap/m/GrowingEnablement.js +13 -3
  68. package/src/sap/m/GrowingList.js +1 -1
  69. package/src/sap/m/HBox.js +1 -1
  70. package/src/sap/m/HeaderContainer.js +4 -3
  71. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  72. package/src/sap/m/IconTabBar.js +2 -2
  73. package/src/sap/m/IconTabBarSelectList.js +1 -1
  74. package/src/sap/m/IconTabFilter.js +1 -1
  75. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  76. package/src/sap/m/IconTabHeader.js +1 -1
  77. package/src/sap/m/IconTabSeparator.js +1 -1
  78. package/src/sap/m/IllustratedMessage.js +1 -1
  79. package/src/sap/m/IllustratedMessageType.js +20 -2
  80. package/src/sap/m/Illustration.js +1 -1
  81. package/src/sap/m/Image.js +1 -1
  82. package/src/sap/m/ImageContent.js +1 -1
  83. package/src/sap/m/Input.js +83 -22
  84. package/src/sap/m/InputBase.js +1 -1
  85. package/src/sap/m/InputBaseRenderer.js +2 -2
  86. package/src/sap/m/InputListItem.js +1 -1
  87. package/src/sap/m/Label.js +1 -1
  88. package/src/sap/m/LightBox.js +51 -65
  89. package/src/sap/m/LightBoxItem.js +1 -1
  90. package/src/sap/m/LightBoxRenderer.js +6 -4
  91. package/src/sap/m/Link.js +1 -1
  92. package/src/sap/m/List.js +1 -1
  93. package/src/sap/m/ListBase.js +19 -9
  94. package/src/sap/m/ListItemBase.js +2 -2
  95. package/src/sap/m/ListItemBaseRenderer.js +2 -2
  96. package/src/sap/m/MaskEnabler.js +1 -1
  97. package/src/sap/m/MaskInput.js +1 -1
  98. package/src/sap/m/MaskInputRule.js +1 -1
  99. package/src/sap/m/Menu.js +1 -1
  100. package/src/sap/m/MenuButton.js +1 -1
  101. package/src/sap/m/MenuItem.js +1 -1
  102. package/src/sap/m/MenuListItem.js +1 -1
  103. package/src/sap/m/MessageItem.js +1 -1
  104. package/src/sap/m/MessageListItem.js +1 -1
  105. package/src/sap/m/MessagePage.js +1 -1
  106. package/src/sap/m/MessagePopover.js +1 -1
  107. package/src/sap/m/MessagePopoverItem.js +1 -1
  108. package/src/sap/m/MessageStrip.js +1 -1
  109. package/src/sap/m/MessageToast.js +1 -1
  110. package/src/sap/m/MessageView.js +1 -1
  111. package/src/sap/m/MultiComboBox.js +47 -36
  112. package/src/sap/m/MultiEditField.js +1 -1
  113. package/src/sap/m/MultiInput.js +18 -6
  114. package/src/sap/m/NavContainer.js +1 -1
  115. package/src/sap/m/NewsContent.js +1 -1
  116. package/src/sap/m/NotificationList.js +1 -1
  117. package/src/sap/m/NotificationListBase.js +1 -1
  118. package/src/sap/m/NotificationListGroup.js +1 -1
  119. package/src/sap/m/NotificationListItem.js +1 -1
  120. package/src/sap/m/NotificationListRenderer.js +2 -2
  121. package/src/sap/m/NumericContent.js +1 -1
  122. package/src/sap/m/NumericInput.js +1 -1
  123. package/src/sap/m/ObjectAttribute.js +1 -1
  124. package/src/sap/m/ObjectHeader.js +1 -1
  125. package/src/sap/m/ObjectIdentifier.js +1 -1
  126. package/src/sap/m/ObjectListItem.js +1 -1
  127. package/src/sap/m/ObjectMarker.js +1 -1
  128. package/src/sap/m/ObjectNumber.js +1 -1
  129. package/src/sap/m/ObjectNumberRenderer.js +21 -8
  130. package/src/sap/m/ObjectStatus.js +1 -1
  131. package/src/sap/m/OverflowToolbar.js +3 -3
  132. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  133. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +37 -3
  134. package/src/sap/m/OverflowToolbarButton.js +1 -1
  135. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  136. package/src/sap/m/OverflowToolbarMenuButton.js +72 -0
  137. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  138. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  139. package/src/sap/m/P13nColumnsItem.js +1 -1
  140. package/src/sap/m/P13nColumnsPanel.js +1 -1
  141. package/src/sap/m/P13nConditionPanel.js +1 -1
  142. package/src/sap/m/P13nDialog.js +1 -1
  143. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  144. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  145. package/src/sap/m/P13nFilterItem.js +1 -1
  146. package/src/sap/m/P13nFilterPanel.js +1 -1
  147. package/src/sap/m/P13nGroupItem.js +1 -1
  148. package/src/sap/m/P13nGroupPanel.js +1 -1
  149. package/src/sap/m/P13nItem.js +1 -1
  150. package/src/sap/m/P13nOperationsHelper.js +1 -0
  151. package/src/sap/m/P13nPanel.js +1 -1
  152. package/src/sap/m/P13nSelectionItem.js +1 -1
  153. package/src/sap/m/P13nSelectionPanel.js +1 -1
  154. package/src/sap/m/P13nSortItem.js +1 -1
  155. package/src/sap/m/P13nSortPanel.js +1 -1
  156. package/src/sap/m/PDFViewer.js +1 -1
  157. package/src/sap/m/Page.js +2 -2
  158. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  159. package/src/sap/m/PagingButton.js +1 -1
  160. package/src/sap/m/Panel.js +11 -1
  161. package/src/sap/m/PlanningCalendar.js +137 -15
  162. package/src/sap/m/PlanningCalendarHeader.js +48 -4
  163. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  164. package/src/sap/m/PlanningCalendarRow.js +1 -1
  165. package/src/sap/m/PlanningCalendarView.js +1 -1
  166. package/src/sap/m/Popover.js +19 -28
  167. package/src/sap/m/ProgressIndicator.js +6 -5
  168. package/src/sap/m/PullToRefresh.js +1 -1
  169. package/src/sap/m/QuickView.js +1 -1
  170. package/src/sap/m/QuickViewBase.js +1 -1
  171. package/src/sap/m/QuickViewCard.js +1 -1
  172. package/src/sap/m/QuickViewGroup.js +1 -1
  173. package/src/sap/m/QuickViewGroupElement.js +1 -1
  174. package/src/sap/m/QuickViewPage.js +1 -1
  175. package/src/sap/m/RadioButton.js +1 -1
  176. package/src/sap/m/RadioButtonGroup.js +80 -17
  177. package/src/sap/m/RangeSlider.js +1 -1
  178. package/src/sap/m/RatingIndicator.js +1 -1
  179. package/src/sap/m/ResponsivePopover.js +4 -2
  180. package/src/sap/m/ResponsiveScale.js +1 -1
  181. package/src/sap/m/ScrollBar.js +1 -1
  182. package/src/sap/m/ScrollContainer.js +1 -1
  183. package/src/sap/m/SearchField.js +1 -1
  184. package/src/sap/m/SegmentedButton.js +1 -1
  185. package/src/sap/m/SegmentedButtonItem.js +1 -1
  186. package/src/sap/m/Select.js +1 -1
  187. package/src/sap/m/SelectDialog.js +8 -6
  188. package/src/sap/m/SelectDialogBase.js +1 -1
  189. package/src/sap/m/SelectList.js +4 -3
  190. package/src/sap/m/SelectionDetails.js +1 -1
  191. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  192. package/src/sap/m/SelectionDetailsItem.js +1 -1
  193. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  194. package/src/sap/m/Shell.js +1 -1
  195. package/src/sap/m/SimpleFixFlex.js +1 -1
  196. package/src/sap/m/SinglePlanningCalendar.js +2 -2
  197. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  198. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
  199. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -1
  200. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  201. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  202. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  203. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  204. package/src/sap/m/SlideTile.js +3 -3
  205. package/src/sap/m/Slider.js +1 -1
  206. package/src/sap/m/SliderRenderer.js +4 -3
  207. package/src/sap/m/SliderTooltip.js +1 -1
  208. package/src/sap/m/SliderTooltipBase.js +1 -1
  209. package/src/sap/m/SliderTooltipContainer.js +1 -1
  210. package/src/sap/m/SplitApp.js +1 -1
  211. package/src/sap/m/SplitButton.js +1 -1
  212. package/src/sap/m/SplitContainer.js +1 -1
  213. package/src/sap/m/StandardDynamicDateOption.js +1 -1
  214. package/src/sap/m/StandardListItem.js +1 -1
  215. package/src/sap/m/StandardTile.js +1 -1
  216. package/src/sap/m/StandardTreeItem.js +1 -1
  217. package/src/sap/m/StepInput.js +1 -1
  218. package/src/sap/m/SuggestionItem.js +1 -1
  219. package/src/sap/m/SuggestionsPopover.js +1 -1
  220. package/src/sap/m/Switch.js +1 -1
  221. package/src/sap/m/TabContainer.js +1 -1
  222. package/src/sap/m/TabContainerItem.js +1 -1
  223. package/src/sap/m/TabStrip.js +1 -1
  224. package/src/sap/m/TabStripItem.js +1 -1
  225. package/src/sap/m/Table.js +37 -20
  226. package/src/sap/m/TablePersoController.js +1 -1
  227. package/src/sap/m/TablePersoDialog.js +1 -1
  228. package/src/sap/m/TablePersoProvider.js +1 -1
  229. package/src/sap/m/TableRenderer.js +1 -1
  230. package/src/sap/m/TableSelectDialog.js +7 -5
  231. package/src/sap/m/Text.js +1 -1
  232. package/src/sap/m/TextArea.js +1 -1
  233. package/src/sap/m/Tile.js +1 -1
  234. package/src/sap/m/TileContainer.js +1 -1
  235. package/src/sap/m/TileContent.js +1 -1
  236. package/src/sap/m/TimePicker.js +1 -1
  237. package/src/sap/m/TimePickerClock.js +1 -1
  238. package/src/sap/m/TimePickerClocks.js +1 -1
  239. package/src/sap/m/TimePickerInputs.js +1 -1
  240. package/src/sap/m/TimePickerInternals.js +1 -1
  241. package/src/sap/m/TimePickerSlider.js +1 -1
  242. package/src/sap/m/TimePickerSliders.js +1 -1
  243. package/src/sap/m/Title.js +1 -1
  244. package/src/sap/m/TitlePropagationSupport.js +1 -1
  245. package/src/sap/m/ToggleButton.js +1 -1
  246. package/src/sap/m/Token.js +4 -10
  247. package/src/sap/m/Tokenizer.js +2 -1
  248. package/src/sap/m/Toolbar.js +1 -1
  249. package/src/sap/m/ToolbarLayoutData.js +1 -1
  250. package/src/sap/m/ToolbarSeparator.js +1 -1
  251. package/src/sap/m/ToolbarSpacer.js +1 -1
  252. package/src/sap/m/Tree.js +1 -1
  253. package/src/sap/m/TreeItemBase.js +1 -1
  254. package/src/sap/m/TreeRenderer.js +4 -0
  255. package/src/sap/m/UploadCollection.js +1 -1
  256. package/src/sap/m/UploadCollectionItem.js +1 -1
  257. package/src/sap/m/UploadCollectionParameter.js +1 -1
  258. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  259. package/src/sap/m/VBox.js +1 -1
  260. package/src/sap/m/ValueStateHeader.js +1 -1
  261. package/src/sap/m/VariantManagement.js +33 -7
  262. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  263. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  264. package/src/sap/m/ViewSettingsDialog.js +25 -21
  265. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  266. package/src/sap/m/ViewSettingsItem.js +1 -1
  267. package/src/sap/m/VisibleItem.js +1 -1
  268. package/src/sap/m/WheelSlider.js +1 -1
  269. package/src/sap/m/WheelSliderContainer.js +1 -1
  270. package/src/sap/m/Wizard.js +1 -1
  271. package/src/sap/m/WizardProgressNavigator.js +1 -1
  272. package/src/sap/m/WizardStep.js +1 -1
  273. package/src/sap/m/changeHandler/AddTableColumn.js +2 -2
  274. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  275. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  276. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  277. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
  278. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  279. package/src/sap/m/designtime/Slider.designtime.js +1 -1
  280. package/src/sap/m/designtime/VariantManagement.designtime.js +7 -1
  281. package/src/sap/m/library.js +13 -11
  282. package/src/sap/m/messagebundle.properties +52 -12
  283. package/src/sap/m/messagebundle_ar.properties +15 -6
  284. package/src/sap/m/messagebundle_bg.properties +15 -6
  285. package/src/sap/m/messagebundle_ca.properties +16 -7
  286. package/src/sap/m/messagebundle_cs.properties +16 -7
  287. package/src/sap/m/messagebundle_cy.properties +16 -7
  288. package/src/sap/m/messagebundle_da.properties +16 -7
  289. package/src/sap/m/messagebundle_de.properties +15 -6
  290. package/src/sap/m/messagebundle_el.properties +16 -7
  291. package/src/sap/m/messagebundle_en.properties +16 -7
  292. package/src/sap/m/messagebundle_en_GB.properties +16 -7
  293. package/src/sap/m/messagebundle_en_US_sappsd.properties +21 -7
  294. package/src/sap/m/messagebundle_en_US_saprigi.properties +28 -1
  295. package/src/sap/m/messagebundle_en_US_saptrc.properties +16 -7
  296. package/src/sap/m/messagebundle_es.properties +16 -7
  297. package/src/sap/m/messagebundle_es_MX.properties +16 -7
  298. package/src/sap/m/messagebundle_et.properties +15 -6
  299. package/src/sap/m/messagebundle_fi.properties +16 -7
  300. package/src/sap/m/messagebundle_fr.properties +17 -8
  301. package/src/sap/m/messagebundle_fr_CA.properties +15 -6
  302. package/src/sap/m/messagebundle_hi.properties +15 -6
  303. package/src/sap/m/messagebundle_hr.properties +15 -6
  304. package/src/sap/m/messagebundle_hu.properties +20 -11
  305. package/src/sap/m/messagebundle_id.properties +16 -7
  306. package/src/sap/m/messagebundle_it.properties +15 -6
  307. package/src/sap/m/messagebundle_iw.properties +16 -7
  308. package/src/sap/m/messagebundle_ja.properties +16 -7
  309. package/src/sap/m/messagebundle_kk.properties +15 -6
  310. package/src/sap/m/messagebundle_ko.properties +16 -7
  311. package/src/sap/m/messagebundle_lt.properties +16 -7
  312. package/src/sap/m/messagebundle_lv.properties +15 -6
  313. package/src/sap/m/messagebundle_ms.properties +15 -6
  314. package/src/sap/m/messagebundle_nl.properties +16 -7
  315. package/src/sap/m/messagebundle_no.properties +15 -6
  316. package/src/sap/m/messagebundle_pl.properties +16 -7
  317. package/src/sap/m/messagebundle_pt.properties +18 -9
  318. package/src/sap/m/messagebundle_pt_PT.properties +16 -7
  319. package/src/sap/m/messagebundle_ro.properties +16 -7
  320. package/src/sap/m/messagebundle_ru.properties +16 -7
  321. package/src/sap/m/messagebundle_sh.properties +16 -7
  322. package/src/sap/m/messagebundle_sk.properties +16 -7
  323. package/src/sap/m/messagebundle_sl.properties +15 -6
  324. package/src/sap/m/messagebundle_sv.properties +16 -7
  325. package/src/sap/m/messagebundle_th.properties +16 -7
  326. package/src/sap/m/messagebundle_tr.properties +15 -6
  327. package/src/sap/m/messagebundle_uk.properties +16 -7
  328. package/src/sap/m/messagebundle_vi.properties +16 -7
  329. package/src/sap/m/messagebundle_zh_CN.properties +16 -7
  330. package/src/sap/m/messagebundle_zh_TW.properties +16 -7
  331. package/src/sap/m/p13n/AbstractContainer.js +2 -2
  332. package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
  333. package/src/sap/m/p13n/BasePanel.js +1 -1
  334. package/src/sap/m/p13n/Container.js +3 -3
  335. package/src/sap/m/p13n/Engine.js +92 -57
  336. package/src/sap/m/p13n/GroupController.js +1 -1
  337. package/src/sap/m/p13n/GroupPanel.js +1 -1
  338. package/src/sap/m/p13n/PersistenceProvider.js +4 -4
  339. package/src/sap/m/p13n/Popup.js +12 -10
  340. package/src/sap/m/p13n/QueryPanel.js +1 -1
  341. package/src/sap/m/p13n/SelectionController.js +24 -10
  342. package/src/sap/m/p13n/SelectionPanel.js +1 -1
  343. package/src/sap/m/p13n/SortController.js +1 -1
  344. package/src/sap/m/p13n/SortPanel.js +1 -1
  345. package/src/sap/m/p13n/enum/ProcessingStrategy.js +39 -0
  346. package/src/sap/m/p13n/modification/FlexModificationHandler.js +1 -1
  347. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +1 -1
  348. package/src/sap/m/p13n/modification/ModificationHandler.js +1 -1
  349. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +5 -5
  350. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +1 -1
  351. package/src/sap/m/p13n/modules/UIManager.js +25 -10
  352. package/src/sap/m/p13n/modules/xConfigAPI.js +17 -15
  353. package/src/sap/m/plugins/CellSelector.js +1 -1
  354. package/src/sap/m/plugins/ColumnResizer.js +1 -1
  355. package/src/sap/m/plugins/DataStateIndicator.js +1 -1
  356. package/src/sap/m/plugins/PasteProvider.js +1 -1
  357. package/src/sap/m/plugins/PluginBase.js +1 -1
  358. package/src/sap/m/semantic/AddAction.js +1 -1
  359. package/src/sap/m/semantic/CancelAction.js +1 -1
  360. package/src/sap/m/semantic/DeleteAction.js +1 -1
  361. package/src/sap/m/semantic/DetailPage.js +1 -1
  362. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  363. package/src/sap/m/semantic/EditAction.js +1 -1
  364. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  365. package/src/sap/m/semantic/FilterAction.js +1 -1
  366. package/src/sap/m/semantic/FilterSelect.js +1 -1
  367. package/src/sap/m/semantic/FlagAction.js +1 -1
  368. package/src/sap/m/semantic/ForwardAction.js +1 -1
  369. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  370. package/src/sap/m/semantic/GroupAction.js +1 -1
  371. package/src/sap/m/semantic/GroupSelect.js +1 -1
  372. package/src/sap/m/semantic/MainAction.js +1 -1
  373. package/src/sap/m/semantic/MasterPage.js +1 -1
  374. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  375. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  376. package/src/sap/m/semantic/NegativeAction.js +1 -1
  377. package/src/sap/m/semantic/OpenInAction.js +1 -1
  378. package/src/sap/m/semantic/PositiveAction.js +1 -1
  379. package/src/sap/m/semantic/PrintAction.js +1 -1
  380. package/src/sap/m/semantic/SaveAction.js +1 -1
  381. package/src/sap/m/semantic/Segment.js +1 -1
  382. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  383. package/src/sap/m/semantic/SemanticButton.js +1 -1
  384. package/src/sap/m/semantic/SemanticConfiguration.js +6 -3
  385. package/src/sap/m/semantic/SemanticControl.js +1 -1
  386. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  387. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  388. package/src/sap/m/semantic/SemanticPage.js +1 -1
  389. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  390. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  391. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  392. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  393. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  394. package/src/sap/m/semantic/ShareMenu.js +1 -1
  395. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  396. package/src/sap/m/semantic/SortAction.js +1 -1
  397. package/src/sap/m/semantic/SortSelect.js +1 -1
  398. package/src/sap/m/table/Util.js +103 -4
  399. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  400. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  401. package/src/sap/m/table/columnmenu/Item.js +1 -1
  402. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  403. package/src/sap/m/table/columnmenu/Menu.js +40 -24
  404. package/src/sap/m/table/columnmenu/MenuRenderer.js +27 -0
  405. package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
  406. package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
  407. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  408. package/src/sap/m/table/columnmenu/QuickGroup.js +1 -1
  409. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  410. package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
  411. package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -1
  412. package/src/sap/m/table/columnmenu/QuickTotal.js +1 -1
  413. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  414. package/src/sap/m/themes/base/ColumnMenu.less +13 -17
  415. package/src/sap/m/themes/base/GenericTile.less +60 -34
  416. package/src/sap/m/themes/base/LightBox.less +0 -53
  417. package/src/sap/m/themes/base/ListBase.less +1 -0
  418. package/src/sap/m/themes/base/MenuListItem.less +27 -22
  419. package/src/sap/m/themes/base/NewsContent.less +6 -0
  420. package/src/sap/m/themes/base/Panel.less +1 -1
  421. package/src/sap/m/themes/base/PlanningCalendar.less +13 -0
  422. package/src/sap/m/themes/base/Slider.less +9 -9
  423. package/src/sap/m/themes/base/Table.less +12 -2
  424. package/src/sap/m/themes/base/UploadCollection.less +1 -1
  425. package/src/sap/m/themes/base/VariantManagement.less +29 -27
  426. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-AddDimensions.svg +38 -0
  427. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  428. package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UploadToCloud.svg +30 -0
  429. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-AddDimensions.svg +15 -0
  430. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  431. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  432. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  433. package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadToCloud.svg +5 -0
  434. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-AddDimensions.svg +34 -0
  435. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  436. package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UploadToCloud.svg +24 -0
  437. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-AddDimensions.svg +38 -0
  438. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  439. package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UploadToCloud.svg +30 -0
  440. package/src/sap/m/themes/base/p13n.Container.less +2 -2
  441. package/src/sap/m/themes/sap_hcb/Slider.less +4 -4
  442. package/src/sap/m/upload/UploadSet.js +41 -35
  443. package/src/sap/m/upload/UploadSetItem.js +16 -2
  444. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.108.0
31
+ * @version 1.109.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.108.0
23
+ * @version 1.109.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.0
25
+ * @version 1.109.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
package/src/sap/m/VBox.js CHANGED
@@ -26,7 +26,7 @@ sap.ui.define(['./FlexBox', './library', "./VBoxRenderer"],
26
26
  * @extends sap.m.FlexBox
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.108.0
29
+ * @version 1.109.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(
23
23
  *
24
24
  * @extends sap.ui.core.Control
25
25
  * @author SAP SE
26
- * @version 1.108.0
26
+ * @version 1.109.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -136,6 +136,7 @@ sap.ui.define([
136
136
  var VariantManagement = Control.extend("sap.m.VariantManagement", /** @lends sap.m.VariantManagement.prototype */ {
137
137
  metadata: {
138
138
  interfaces: [
139
+ "sap.ui.core.IShrinkable",
139
140
  "sap.m.IOverflowToolbarContent"
140
141
  ],
141
142
  library: "sap.m",
@@ -288,9 +289,32 @@ sap.ui.define([
288
289
  defaultValue: TitleLevel.Auto
289
290
  },
290
291
 
292
+ /**
293
+ * Defines the style of the title.
294
+ * For more information, see {@link sap.m.Title#setTitleStyle}.
295
+ *
296
+ * @since 1.109
297
+ */
298
+ titleStyle: {
299
+ type: "sap.ui.core.TitleLevel",
300
+ group: "Appearance",
301
+ defaultValue: TitleLevel.Auto
302
+ },
303
+
304
+ /**
305
+ * Sets the maximum width of the control.
306
+ *
307
+ * @since 1.109
308
+ */
309
+ maxWidth: {
310
+ type: "sap.ui.core.CSSSize",
311
+ group: "Dimension",
312
+ defaultValue: "100%"
313
+ },
314
+
291
315
  /**
292
316
  * Defines the behavior, when the same list item is selected
293
- * If set to <code>false</code> the <code>select</code> event will be ommited.
317
+ * If set to <code>false</code> the <code>select</code> event will be omitted.
294
318
  */
295
319
  _selectStategyForSameItem: {
296
320
  type: "boolean",
@@ -448,6 +472,7 @@ sap.ui.define([
448
472
  apiVersion: 2,
449
473
  render: function(oRm, oControl) {
450
474
  oRm.openStart("div", oControl)
475
+ .style("max-width", oControl.getMaxWidth())
451
476
  .class("sapMVarMngmt")
452
477
  .openEnd();
453
478
 
@@ -569,17 +594,15 @@ sap.ui.define([
569
594
  level: {
570
595
  path: '/level',
571
596
  model: "$mVariants"
597
+ },
598
+ titleStyle: {
599
+ path: '/titleStyle',
600
+ model: "$mVariants"
572
601
  }
573
602
  });
574
603
 
575
604
  this.oVariantText.addStyleClass("sapMVarMngmtClickable");
576
605
  this.oVariantText.addStyleClass("sapMVarMngmtTitle");
577
- this.oVariantText.addStyleClass("sapMTitleStyleH4");
578
- if (Device.system.phone) {
579
- this.oVariantText.addStyleClass("sapMVarMngmtTextPhoneMaxWidth");
580
- } else {
581
- this.oVariantText.addStyleClass("sapMVarMngmtTextMaxWidth");
582
- }
583
606
 
584
607
  var oVariantModifiedText = new Text(this.getId() + "-modified", {
585
608
  text: "*",
@@ -616,6 +639,7 @@ sap.ui.define([
616
639
  ]
617
640
  });
618
641
  this.oVariantLayout.addStyleClass("sapMVarMngmtLayout");
642
+ this.oVariantLayout.addStyleClass("sapMVarMngmtLayoutModifiedHidden");
619
643
 
620
644
  oVariantModifiedText.setVisible(false);
621
645
 
@@ -661,8 +685,10 @@ sap.ui.define([
661
685
  if (sText) {
662
686
  if (bFlag) {
663
687
  sInvisibleTextKey = "VARIANT_MANAGEMENT_SEL_VARIANT_MOD";
688
+ this.oVariantLayout.removeStyleClass("sapMVarMngmtLayoutModifiedHidden");
664
689
  } else {
665
690
  sInvisibleTextKey = "VARIANT_MANAGEMENT_SEL_VARIANT";
691
+ this.oVariantLayout.addStyleClass("sapMVarMngmtLayoutModifiedHidden");
666
692
  }
667
693
 
668
694
  this.oVariantInvisibleText.setText(this._oRb.getText(sInvisibleTextKey, [sText]));
@@ -22,7 +22,7 @@ sap.ui.define(['./ViewSettingsItem', './library'],
22
22
  * @extends sap.m.ViewSettingsItem
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.0
25
+ * @version 1.109.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item', 'sap/ui/core/IconPool'],
20
20
  * @extends sap.ui.core.Item
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.108.0
23
+ * @version 1.109.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -144,7 +144,7 @@ function(
144
144
  * @extends sap.ui.core.Control
145
145
  *
146
146
  * @author SAP SE
147
- * @version 1.108.0
147
+ * @version 1.109.0
148
148
  *
149
149
  * @constructor
150
150
  * @public
@@ -1375,22 +1375,7 @@ function(
1375
1375
 
1376
1376
  //focus the first focusable item in current page's content
1377
1377
  if (Device.system.desktop) {
1378
- this._getDialog().attachEventOnce("afterOpen", function () {
1379
- var oCurrentPage = this._getNavContainer().getCurrentPage(),
1380
- $firstFocusable;
1381
- if (oCurrentPage) {
1382
- $firstFocusable = oCurrentPage.$("cont").firstFocusableDomRef();
1383
- if ($firstFocusable) {
1384
- if (jQuery($firstFocusable).hasClass('sapMListUl')) {
1385
- var $aListItems = jQuery($firstFocusable).find('.sapMLIB');
1386
- $aListItems.length && $aListItems[0].focus();
1387
- return;
1388
- }
1389
-
1390
- $firstFocusable.focus();
1391
- }
1392
- }
1393
- }, this);
1378
+ this._getDialog().attachEventOnce("afterOpen", this._focusFirstListItem, this);
1394
1379
  }
1395
1380
 
1396
1381
  this._checkResetStatus();
@@ -1401,6 +1386,23 @@ function(
1401
1386
  return this;
1402
1387
  };
1403
1388
 
1389
+ ViewSettingsDialog.prototype._focusFirstListItem = function() {
1390
+ var oCurrentPage = this._getNavContainer().getCurrentPage(),
1391
+ $firstFocusable;
1392
+ if (oCurrentPage) {
1393
+ $firstFocusable = oCurrentPage.$("cont").firstFocusableDomRef();
1394
+ if ($firstFocusable) {
1395
+ if (jQuery($firstFocusable).hasClass('sapMListUl')) {
1396
+ var $aListItems = jQuery($firstFocusable).find('.sapMLIB');
1397
+ $aListItems.length && $aListItems[0].focus();
1398
+ return;
1399
+ }
1400
+
1401
+ $firstFocusable.focus();
1402
+ }
1403
+ }
1404
+ };
1405
+
1404
1406
  /**
1405
1407
  * Returns the selected filters as an array of ViewSettingsItems.
1406
1408
  *
@@ -1820,11 +1822,13 @@ function(
1820
1822
  this.setGroupDescending(this._oInitialState.groupDescending);
1821
1823
  this._updateListSelection(this._groupOrderList, this._oInitialState.groupDescending);
1822
1824
 
1823
- this._getNavContainer().attachEventOnce("afterNavigate", function(){
1824
- if (this._prevSelectedFilterItem) {
1825
- this._prevSelectedFilterItem.focus();
1825
+ if (Device.system.desktop) {
1826
+ if (this._filterList && this._filterList.getDomRef()) {
1827
+ this._getNavContainer().attachEventOnce("afterNavigate", this._focusFirstListItem, this);
1828
+ } else if ((this._sortList && this._sortList.getDomRef()) || (this._groupList && this._groupList.getDomRef())) {
1829
+ this._focusFirstListItem();
1826
1830
  }
1827
- }, this);
1831
+ }
1828
1832
 
1829
1833
  // set reset buttons state the global reset
1830
1834
  this._checkResetStatus();
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewSettingsItem', './library'],
24
24
  * @extends sap.m.ViewSettingsItem
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.0
27
+ * @version 1.109.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item'],
25
25
  * @extends sap.ui.core.Item
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.108.0
28
+ * @version 1.109.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item', "sap/ui/thirdparty/jquery"],
21
21
  * @extends sap.ui.core.Item
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.108.0
24
+ * @version 1.109.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.108.0
32
+ * @version 1.109.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.108.0
34
+ * @version 1.109.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  *
94
94
  * @extends sap.ui.core.Control
95
95
  * @author SAP SE
96
- * @version 1.108.0
96
+ * @version 1.109.0
97
97
  *
98
98
  * @constructor
99
99
  * @public
@@ -43,7 +43,7 @@ function(
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.108.0
46
+ * @version 1.109.0
47
47
  *
48
48
  * @constructor
49
49
  * @private
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * <li>If the execution needs to branch after a given step, you should set all possible next steps in the <code>subsequentSteps</code> aggregation.
37
37
  * @extends sap.ui.core.Control
38
38
  * @author SAP SE
39
- * @version 1.108.0
39
+ * @version 1.109.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  *
44
44
  * @author SAP SE
45
45
  *
46
- * @version 1.108.0
46
+ * @version 1.109.0
47
47
  *
48
48
  * @experimental Since 1.51.0 This class is experimental and provides only limited functionality.
49
49
  * Also the API might be changed in future.
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  var oChange = mPropertyBag.change;
83
83
  var oRevertData = oChange.getRevertData();
84
84
  var oChangeContent = oChange.getContent();
85
- var oChangeODataInformation = oChange.getODataInformation();
85
+ var oChangeODataInformation = oChange.getSupportInformation().oDataInformation;
86
86
  var iIndex = oChangeContent.newFieldIndex;
87
87
  var mFieldSelector = oChangeContent.newFieldSelector;
88
88
 
@@ -12,7 +12,7 @@ sap.ui.define(function () {
12
12
  *
13
13
  * @alias sap.m.changeHandler.ChangeLinkTarget
14
14
  * @author SAP SE
15
- * @version 1.108.0
15
+ * @version 1.109.0
16
16
  * @experimental Since 1.71
17
17
  */
18
18
  var ChangeLinkTarget = {};
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  *
19
19
  * @alias sap.m.changeHandler.CombineButtons
20
20
  * @author SAP SE
21
- * @version 1.108.0
21
+ * @version 1.109.0
22
22
  * @experimental Since 1.48
23
23
  */
24
24
  var CombineButtons = {};
@@ -13,7 +13,7 @@ sap.ui.define(["sap/base/Log"], function(Log) {
13
13
  *
14
14
  * @alias sap.m.changeHandler.MoveTableColumns
15
15
  * @author SAP SE
16
- * @version 1.108.0
16
+ * @version 1.109.0
17
17
  * @experimental Since 1.48
18
18
  */
19
19
  var MoveTableColumns = {};
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  *
15
15
  * @alias sap.m.changeHandler.SelectIconTabBarFilter
16
16
  * @author SAP SE
17
- * @version 1.108.0
17
+ * @version 1.109.0
18
18
  * @experimental Since 1.96
19
19
  */
20
20
  var SelectIconTabBarFilter = {};
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @alias sap.m.changeHandler.SplitMenuButton
22
22
  * @author SAP SE
23
- * @version 1.108.0
23
+ * @version 1.109.0
24
24
  * @experimental Since 1.48
25
25
  */
26
26
  var SplitMenuButton = {};
@@ -29,7 +29,7 @@ sap.ui.define([],
29
29
  },
30
30
  aggregations: {
31
31
  scale: {
32
- domRef: ":sap-domref > .sapMSliderTickmarks"
32
+ domRef: ":sap-domref .sapMSliderTickmarks"
33
33
  },
34
34
  customTooltips: {
35
35
  ignore: true
@@ -4,7 +4,7 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- // Provides the Design Time Metadata for the sap.ui.fl.variants.VariantManagement control.
7
+ // Provides the Design Time Metadata for the sap.ui.m.VariantManagement control.
8
8
  sap.ui.define([
9
9
  ], function(
10
10
  ) {
@@ -60,6 +60,12 @@ sap.ui.define([
60
60
  },
61
61
  level: {
62
62
  ignore: false
63
+ },
64
+ titleStyle: {
65
+ ignore: false
66
+ },
67
+ maxWidth: {
68
+ ignore: false
63
69
  }
64
70
  }
65
71
  };
@@ -70,13 +70,13 @@ sap.ui.define([
70
70
  * @namespace
71
71
  * @alias sap.m
72
72
  * @author SAP SE
73
- * @version 1.108.0
73
+ * @version 1.109.0
74
74
  * @since 1.4
75
75
  * @public
76
76
  */
77
77
  var thisLib = sap.ui.getCore().initLibrary({
78
78
  name : "sap.m",
79
- version: "1.108.0",
79
+ version: "1.109.0",
80
80
  dependencies : ["sap.ui.core"],
81
81
  designtime: "sap/m/designtime/library.designtime",
82
82
  types: [
@@ -294,6 +294,7 @@ sap.ui.define([
294
294
  "sap.m.OverflowToolbar",
295
295
  "sap.m.OverflowToolbarButton",
296
296
  "sap.m.OverflowToolbarToggleButton",
297
+ "sap.m.OverflowToolbarMenuButton",
297
298
  "sap.m.P13nColumnsPanel",
298
299
  "sap.m.P13nGroupPanel",
299
300
  "sap.m.P13nSelectionPanel",
@@ -2039,9 +2040,6 @@ sap.ui.define([
2039
2040
  /**
2040
2041
  * Returns the number of tickmarks, which should be placed between labels.
2041
2042
  *
2042
- * <b>Note:</b> There would always be a tickmark in the beginning and in the end of the slider,
2043
- * regardless of the value that this method returns.
2044
- *
2045
2043
  * @param {object} mOptions The option array
2046
2044
  * @returns {int} The number of tickmarks
2047
2045
  *
@@ -2051,11 +2049,7 @@ sap.ui.define([
2051
2049
  */
2052
2050
 
2053
2051
  /**
2054
- * Returns how many tickmarks would be drawn on the screen.
2055
- *
2056
- * <b>Note:</b> There would always be a tickmark in the beginning and in the end of the slider,
2057
- * regardless of the value this method returns. The start and the end tickmark are taken into account
2058
- * for the later calculations.
2052
+ * Returns how many tickmarks would be drawn on the screen. The start and the end tickmark should be specified in this method.
2059
2053
  *
2060
2054
  * @param {float} fSize - Size of the scale. This is the distance between the start and end point i.e. 0..100
2061
2055
  * @param {float} fStep - The step walking from start to end.
@@ -4753,7 +4747,15 @@ sap.ui.define([
4753
4747
  * Renders the <code>clearAll</code> icon.
4754
4748
  * @public
4755
4749
  */
4756
- ClearAll: "ClearAll"
4750
+ ClearAll: "ClearAll",
4751
+
4752
+ /**
4753
+ * Renders the <code>selectAll</code> checkbox with warning popover.
4754
+ * Available only for sap.m.Table control
4755
+ * @public
4756
+ * @since 1.109
4757
+ */
4758
+ SelectAll: "SelectAll"
4757
4759
  };
4758
4760
 
4759
4761
  /**
@@ -222,9 +222,12 @@ BUSYDIALOG_TITLE=Busy
222
222
  #XBUT: Text for growing list - pull button to load more data
223
223
  LOAD_MORE_DATA=More
224
224
 
225
- #XACT: ARIA announcement to load more data - with item counts
225
+ #XACT: ARIA announcement to load more items in a list - with item counts
226
226
  LOAD_MORE_DATA_ACC_WITH_COUNT=Load more items. Currently {0} of {1} items are available.
227
227
 
228
+ #XACT: ARIA announcement to load more rows in a table - with item counts
229
+ LOAD_MORE_ROWS_ACC_WITH_COUNT=Load more rows. Currently {0} of {1} rows are available.
230
+
228
231
  #XACT: ARIA announcement to load more data
229
232
  LOAD_MORE_DATA_ACC=Load more items.
230
233
 
@@ -982,6 +985,8 @@ p13n.DEFAULT_TITLE_SELECTION=Fields
982
985
  p13n.DEFAULT_TITLE_SORT=Sort
983
986
  # XTIT: Title of the Group personalization list
984
987
  p13n.DEFAULT_TITLE_GROUP=Group
988
+ #XTIT: default group label for undefined groups
989
+ p13n.BASIC_DEFAULT_GROUP=Basic
985
990
 
986
991
  #XTIT: ConditionPanel Option Label
987
992
  CONDITIONPANEL_LABELFROM=from
@@ -1176,6 +1181,8 @@ TOKENIZER_ARIA_LABEL=Tokenizer
1176
1181
 
1177
1182
  #XACT: ARIA announcement for token label
1178
1183
  TOKEN_ARIA_LABEL=Token
1184
+ #XTOL: Token remove icon tooltip
1185
+ TOKEN_ICON_TOOLTIP=Remove
1179
1186
  #XACT: ARIA announcement for token deletable
1180
1187
  TOKEN_ARIA_DELETABLE=Deletable
1181
1188
 
@@ -1694,7 +1701,7 @@ ACC_CTR_TYPE_MULTICOMBO=Multi Combo Box
1694
1701
  ACC_CTR_TYPE_LIST=List Box
1695
1702
 
1696
1703
  #XACT: type of a UI control is a list item
1697
- ACC_CTR_TYPE_OPTION=List Item
1704
+ ACC_CTR_TYPE_LISTITEM=List Item
1698
1705
 
1699
1706
  #XACT: type of a UI control is a tree
1700
1707
  ACC_CTR_TYPE_TREE=Tree
@@ -1776,8 +1783,11 @@ SHOW_SELECTED_ONLY=Show Selected Only
1776
1783
  #XBUT: No sorting item in ViewSettingsPopover
1777
1784
  NO_SORTING=No Sorting
1778
1785
 
1779
- #YACT: ARIA information on which the instance of the tile has been focused on the SlideTile
1780
- SLIDETILE_INSTANCE_FOCUS= {0} of {1}
1786
+ #YACT: ARIA information on which the instance of the tile has been focused when it is paused
1787
+ SLIDETILE_INSTANCE_FOCUS_PAUSE= {0} of {1} in paused state.
1788
+
1789
+ #YACT: ARIA information on which the instance of the tile has been focused when it is scrolling
1790
+ SLIDETILE_INSTANCE_FOCUS_SCROLL= {0} of {1} is scrolling.
1781
1791
 
1782
1792
  #YACT: ARIA information about multiple content within the SlideTile
1783
1793
  SLIDETILE_MULTIPLE_CONTENT=Element with multiple content.
@@ -1794,14 +1804,8 @@ SLIDETILE_SCROLL_BACK=To scroll back, press B
1794
1804
  #YACT: ARIA information how to to scroll forward in the SlideTile
1795
1805
  SLIDETILE_SCROLL_FORWARD=To scroll forward, press F
1796
1806
 
1797
- #YACT: ARIA information for the pause state of the SlideTile
1798
- SLIDETILE_PAUSE=in paused state.
1799
-
1800
- #YACT: ARIA information for the normal state of the SlideTile
1801
- SLIDETILE_NORMAL=is scrolling.
1802
-
1803
1807
  #YACT: NAME OF THE CONTROL
1804
- SLIDETILE=SlideTile
1808
+ SLIDETILE=Slide Tile
1805
1809
 
1806
1810
  #XACT: ARIA ARIA-LabelledBy for the entire range handler in RangeSlider
1807
1811
  SLIDER_HANDLE=Slider Handle
@@ -1896,6 +1900,9 @@ TABLE_CONTAINER_ROLE_DESCRIPTION=Tabular List Container
1896
1900
  #XACT: Aria role description for the row extension (popin, addon) in the table.
1897
1901
  TABLE_POPIN_ROLE_DESCRIPTION=Tabular List Row Extension
1898
1902
 
1903
+ #XMSG: Message to indicate that the data in the table is invalid
1904
+ TABLE_INVALID=Invalid Table
1905
+
1899
1906
  #XBUT: Pdf viewer's popup close button
1900
1907
  PDF_VIEWER_POPUP_CLOSE_BUTTON=Close
1901
1908
 
@@ -2491,6 +2498,15 @@ table.COLUMNMENU_QUICK_TOTAL=Totals for
2491
2498
  #XFLD: Label for column resize
2492
2499
  table.COLUMN_MENU_RESIZE=Resize Column
2493
2500
 
2501
+ #XTIT: ColumnMenu description
2502
+ table.COLUMNMENU_TITLE=Column settings
2503
+
2504
+ #XTXT: ColumnMenu QuickActionContainer description
2505
+ table.COLUMNMENU_ACTION_CONTAINER_DESC=Actions for this column
2506
+
2507
+ #XTIT: ColumnMenu ItemContainer description
2508
+ table.COLUMNMENU_ITEM_CONTAINER_DESC=Settings for this table
2509
+
2494
2510
  #XTIT: IllustratedMessage's title for the BeforeSearch illustration
2495
2511
  IllustratedMessage_TITLE_BeforeSearch=Let's get some results
2496
2512
 
@@ -2635,6 +2651,24 @@ IllustratedMessage_TITLE_UploadCollection=Drop files here
2635
2651
  #XTXT: IllustratedMessage's description for the UploadCollection illustration
2636
2652
  IllustratedMessage_DESCRIPTION_UploadCollection=You can also upload several files at once.
2637
2653
 
2654
+ #XTIT: IllustratedMessage's title for the Add Dimensions illustration
2655
+ IllustratedMessage_TITLE_AddDimensions=
2656
+
2657
+ #XTXT: IllustratedMessage's description for the Add Dimensions illustration
2658
+ IllustratedMessage_DESCRIPTION_AddDimensions=
2659
+
2660
+ #XTIT: IllustratedMessage's title for the No Dimensions Set illustration
2661
+ IllustratedMessage_TITLE_NoDimensionsSet=
2662
+
2663
+ #XTXT: IllustratedMessage's description for the No Dimensions Set illustration
2664
+ IllustratedMessage_DESCRIPTION_NoDimensionsSet=
2665
+
2666
+ #XTIT: IllustratedMessage's title for the Upload To Cloud Set illustration
2667
+ IllustratedMessage_TITLE_UploadToCloud=
2668
+
2669
+ #XTXT: IllustratedMessage's description for the Upload To Cloud Set illustration
2670
+ IllustratedMessage_DESCRIPTION_UploadToCloud=
2671
+
2638
2672
  #XBUT: VariantManagement predefined text for Save action on Main dialog
2639
2673
  VARIANT_MANAGEMENT_SAVE=Save
2640
2674
 
@@ -2759,4 +2793,10 @@ VARIANT_MANAGEMENT_VISIBILITY_ICON_TT=To change visibility, press space.
2759
2793
  VARIANT_MANAGEMENT_SELECTROLES_DIALOG=Select Roles
2760
2794
 
2761
2795
  #XTIT: VariantManagement predefined text for Create Tile
2762
- VARIANT_MANAGEMENT_CREATETILE=Create Tile
2796
+ VARIANT_MANAGEMENT_CREATETILE=Create Tile
2797
+
2798
+ #XTIT: Title of the message popover on the last selected item, when the selection was limited
2799
+ TABLE_SELECT_LIMIT_TITLE=Selection Limit
2800
+
2801
+ #XMSG: Message popover on the last selected item, when the selection was limited
2802
+ TABLE_SELECT_LIMIT=Only the first {0} of the items you selected were added to the selection.