@openui5/sap.m 1.104.0 → 1.105.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 (451) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +4 -4
  4. package/src/sap/m/.library +1 -1
  5. package/src/sap/m/AccButton.js +1 -1
  6. package/src/sap/m/ActionListItem.js +1 -1
  7. package/src/sap/m/ActionSelect.js +1 -1
  8. package/src/sap/m/ActionSheet.js +1 -1
  9. package/src/sap/m/App.js +2 -3
  10. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  11. package/src/sap/m/Avatar.js +2 -2
  12. package/src/sap/m/BadgeEnabler.js +1 -2
  13. package/src/sap/m/Bar.js +1 -1
  14. package/src/sap/m/Breadcrumbs.js +1 -1
  15. package/src/sap/m/BusyDialog.js +1 -1
  16. package/src/sap/m/BusyIndicator.js +1 -1
  17. package/src/sap/m/Button.js +47 -9
  18. package/src/sap/m/ButtonRenderer.js +10 -2
  19. package/src/sap/m/Carousel.js +3 -4
  20. package/src/sap/m/CarouselLayout.js +1 -1
  21. package/src/sap/m/CheckBox.js +46 -6
  22. package/src/sap/m/CheckBoxRenderer.js +1 -0
  23. package/src/sap/m/ColorPalette.js +1 -1
  24. package/src/sap/m/ColorPalettePopover.js +1 -1
  25. package/src/sap/m/Column.js +1 -1
  26. package/src/sap/m/ColumnHeaderPopover.js +5 -7
  27. package/src/sap/m/ColumnListItem.js +1 -4
  28. package/src/sap/m/ColumnListItemRenderer.js +1 -2
  29. package/src/sap/m/ColumnPopoverActionItem.js +3 -3
  30. package/src/sap/m/ColumnPopoverCustomItem.js +3 -3
  31. package/src/sap/m/ColumnPopoverItem.js +3 -3
  32. package/src/sap/m/ColumnPopoverSelectListItem.js +3 -5
  33. package/src/sap/m/ColumnPopoverSortItem.js +3 -3
  34. package/src/sap/m/ComboBox.js +6 -5
  35. package/src/sap/m/ComboBoxBase.js +1 -5
  36. package/src/sap/m/ComboBoxBaseRenderer.js +2 -2
  37. package/src/sap/m/ComboBoxTextField.js +1 -7
  38. package/src/sap/m/ComboBoxTextFieldRenderer.js +19 -4
  39. package/src/sap/m/CustomDynamicDateOption.js +1 -1
  40. package/src/sap/m/CustomListItem.js +1 -1
  41. package/src/sap/m/CustomTile.js +1 -1
  42. package/src/sap/m/CustomTreeItem.js +3 -3
  43. package/src/sap/m/CustomTreeItemRenderer.js +2 -2
  44. package/src/sap/m/DatePicker.js +1 -3
  45. package/src/sap/m/DateRangeSelection.js +2 -2
  46. package/src/sap/m/DateTimeField.js +1 -1
  47. package/src/sap/m/DateTimeInput.js +1 -1
  48. package/src/sap/m/DateTimePicker.js +13 -8
  49. package/src/sap/m/Dialog.js +38 -1
  50. package/src/sap/m/DisplayListItem.js +1 -1
  51. package/src/sap/m/DraftIndicator.js +1 -1
  52. package/src/sap/m/DynamicDate.js +1 -1
  53. package/src/sap/m/DynamicDateFormat.js +2 -5
  54. package/src/sap/m/DynamicDateOption.js +38 -13
  55. package/src/sap/m/DynamicDateRange.js +47 -6
  56. package/src/sap/m/DynamicDateRangeRenderer.js +5 -2
  57. package/src/sap/m/DynamicDateUtil.js +23 -2
  58. package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
  59. package/src/sap/m/ExpandableText.js +1 -1
  60. package/src/sap/m/FacetFilter.js +2 -2
  61. package/src/sap/m/FacetFilterItem.js +1 -1
  62. package/src/sap/m/FacetFilterList.js +4 -4
  63. package/src/sap/m/FeedContent.js +1 -1
  64. package/src/sap/m/FeedInput.js +1 -1
  65. package/src/sap/m/FeedListItem.js +1 -1
  66. package/src/sap/m/FeedListItemAction.js +1 -1
  67. package/src/sap/m/Fiori20Adapter.js +2 -2
  68. package/src/sap/m/FlexBox.js +1 -1
  69. package/src/sap/m/FlexItemData.js +1 -1
  70. package/src/sap/m/FormattedText.js +1 -1
  71. package/src/sap/m/GenericTag.js +1 -1
  72. package/src/sap/m/GenericTile.js +56 -8
  73. package/src/sap/m/GroupHeaderListItem.js +1 -1
  74. package/src/sap/m/GrowingEnablement.js +26 -7
  75. package/src/sap/m/GrowingList.js +1 -1
  76. package/src/sap/m/HBox.js +1 -1
  77. package/src/sap/m/HeaderContainer.js +1 -1
  78. package/src/sap/m/HeaderContainerItemNavigator.js +3 -6
  79. package/src/sap/m/IconTabBar.js +54 -22
  80. package/src/sap/m/IconTabBarSelectList.js +1 -1
  81. package/src/sap/m/IconTabFilter.js +1 -1
  82. package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
  83. package/src/sap/m/IconTabHeader.js +6 -7
  84. package/src/sap/m/IconTabSeparator.js +1 -1
  85. package/src/sap/m/IllustratedMessage.js +2 -2
  86. package/src/sap/m/Illustration.js +1 -1
  87. package/src/sap/m/IllustrationRenderer.js +1 -1
  88. package/src/sap/m/Image.js +2 -2
  89. package/src/sap/m/ImageContent.js +1 -1
  90. package/src/sap/m/Input.js +51 -4
  91. package/src/sap/m/InputBase.js +1 -1
  92. package/src/sap/m/InputBaseRenderer.js +2 -2
  93. package/src/sap/m/InputListItem.js +1 -1
  94. package/src/sap/m/InputRenderer.js +4 -0
  95. package/src/sap/m/Label.js +34 -4
  96. package/src/sap/m/LabelRenderer.js +7 -2
  97. package/src/sap/m/LightBox.js +1 -1
  98. package/src/sap/m/LightBoxItem.js +1 -1
  99. package/src/sap/m/Link.js +55 -6
  100. package/src/sap/m/LinkRenderer.js +8 -2
  101. package/src/sap/m/List.js +38 -1
  102. package/src/sap/m/ListBase.js +101 -40
  103. package/src/sap/m/ListBaseRenderer.js +7 -15
  104. package/src/sap/m/ListItemBase.js +31 -10
  105. package/src/sap/m/ListItemBaseRenderer.js +17 -6
  106. package/src/sap/m/ListRenderer.js +2 -2
  107. package/src/sap/m/MaskEnabler.js +1 -1
  108. package/src/sap/m/MaskInput.js +1 -1
  109. package/src/sap/m/MaskInputRule.js +1 -1
  110. package/src/sap/m/Menu.js +1 -1
  111. package/src/sap/m/MenuButton.js +1 -1
  112. package/src/sap/m/MenuItem.js +1 -1
  113. package/src/sap/m/MenuListItem.js +1 -1
  114. package/src/sap/m/MessageBox.js +1 -1
  115. package/src/sap/m/MessageItem.js +3 -4
  116. package/src/sap/m/MessageListItem.js +8 -4
  117. package/src/sap/m/MessagePage.js +1 -1
  118. package/src/sap/m/MessagePopover.js +1 -1
  119. package/src/sap/m/MessagePopoverItem.js +1 -1
  120. package/src/sap/m/MessageStrip.js +1 -1
  121. package/src/sap/m/MessageToast.js +1 -1
  122. package/src/sap/m/MessageView.js +1 -1
  123. package/src/sap/m/MultiComboBox.js +5 -16
  124. package/src/sap/m/MultiEditField.js +1 -1
  125. package/src/sap/m/MultiInput.js +1 -15
  126. package/src/sap/m/NavContainer.js +2 -4
  127. package/src/sap/m/NewsContent.js +2 -3
  128. package/src/sap/m/NotificationList.js +1 -1
  129. package/src/sap/m/NotificationListBase.js +1 -1
  130. package/src/sap/m/NotificationListGroup.js +3 -7
  131. package/src/sap/m/NotificationListGroupRenderer.js +1 -1
  132. package/src/sap/m/NotificationListItem.js +1 -1
  133. package/src/sap/m/NumericContent.js +1 -1
  134. package/src/sap/m/NumericInput.js +1 -1
  135. package/src/sap/m/ObjectAttribute.js +1 -1
  136. package/src/sap/m/ObjectHeader.js +3 -3
  137. package/src/sap/m/ObjectIdentifier.js +3 -3
  138. package/src/sap/m/ObjectListItem.js +7 -1
  139. package/src/sap/m/ObjectMarker.js +1 -1
  140. package/src/sap/m/ObjectNumber.js +2 -3
  141. package/src/sap/m/ObjectStatus.js +2 -3
  142. package/src/sap/m/ObjectStatusRenderer.js +2 -2
  143. package/src/sap/m/OverflowToolbar.js +3 -8
  144. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  145. package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +3 -3
  146. package/src/sap/m/OverflowToolbarAssociativePopoverRenderer.js +2 -2
  147. package/src/sap/m/OverflowToolbarButton.js +1 -1
  148. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  149. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  150. package/src/sap/m/P13nAnyFilterItem.js +3 -3
  151. package/src/sap/m/P13nColumnsItem.js +3 -3
  152. package/src/sap/m/P13nColumnsPanel.js +3 -3
  153. package/src/sap/m/P13nConditionPanel.js +10 -3
  154. package/src/sap/m/P13nDialog.js +3 -3
  155. package/src/sap/m/P13nDimMeasureItem.js +3 -3
  156. package/src/sap/m/P13nDimMeasurePanel.js +3 -3
  157. package/src/sap/m/P13nFilterItem.js +3 -3
  158. package/src/sap/m/P13nFilterPanel.js +3 -3
  159. package/src/sap/m/P13nGroupItem.js +3 -3
  160. package/src/sap/m/P13nGroupPanel.js +3 -3
  161. package/src/sap/m/P13nItem.js +3 -3
  162. package/src/sap/m/P13nOperationsHelper.js +2 -2
  163. package/src/sap/m/P13nPanel.js +3 -3
  164. package/src/sap/m/P13nSelectionItem.js +3 -3
  165. package/src/sap/m/P13nSelectionPanel.js +3 -3
  166. package/src/sap/m/P13nSortItem.js +3 -3
  167. package/src/sap/m/P13nSortPanel.js +3 -3
  168. package/src/sap/m/PDFViewer.js +1 -1
  169. package/src/sap/m/Page.js +1 -3
  170. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  171. package/src/sap/m/PagingButton.js +1 -1
  172. package/src/sap/m/Panel.js +1 -1
  173. package/src/sap/m/PlanningCalendar.js +4 -16
  174. package/src/sap/m/PlanningCalendarHeader.js +1 -5
  175. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  176. package/src/sap/m/PlanningCalendarRow.js +1 -1
  177. package/src/sap/m/PlanningCalendarView.js +1 -1
  178. package/src/sap/m/Popover.js +8 -1
  179. package/src/sap/m/ProgressIndicator.js +1 -1
  180. package/src/sap/m/PullToRefresh.js +1 -1
  181. package/src/sap/m/QuickView.js +3 -3
  182. package/src/sap/m/QuickViewBase.js +3 -3
  183. package/src/sap/m/QuickViewCard.js +3 -3
  184. package/src/sap/m/QuickViewGroup.js +1 -1
  185. package/src/sap/m/QuickViewGroupElement.js +3 -3
  186. package/src/sap/m/QuickViewPage.js +3 -3
  187. package/src/sap/m/RadioButton.js +47 -20
  188. package/src/sap/m/RadioButtonGroup.js +29 -19
  189. package/src/sap/m/RangeSlider.js +1 -3
  190. package/src/sap/m/RatingIndicator.js +1 -1
  191. package/src/sap/m/ResponsivePopover.js +3 -3
  192. package/src/sap/m/ResponsiveScale.js +1 -1
  193. package/src/sap/m/ScrollBar.js +1 -1
  194. package/src/sap/m/ScrollContainer.js +1 -1
  195. package/src/sap/m/SearchField.js +1 -1
  196. package/src/sap/m/SegmentedButton.js +1 -1
  197. package/src/sap/m/SegmentedButtonItem.js +1 -1
  198. package/src/sap/m/Select.js +3 -2
  199. package/src/sap/m/SelectDialog.js +2 -1
  200. package/src/sap/m/SelectDialogBase.js +1 -1
  201. package/src/sap/m/SelectList.js +1 -1
  202. package/src/sap/m/SelectListRenderer.js +2 -2
  203. package/src/sap/m/SelectionDetails.js +2 -2
  204. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  205. package/src/sap/m/SelectionDetailsItem.js +1 -1
  206. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  207. package/src/sap/m/Shell.js +1 -1
  208. package/src/sap/m/SimpleFixFlex.js +1 -1
  209. package/src/sap/m/SinglePlanningCalendar.js +5 -7
  210. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  211. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -7
  212. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -1
  213. package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +0 -2
  214. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  215. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  216. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  217. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  218. package/src/sap/m/SlideTile.js +30 -5
  219. package/src/sap/m/Slider.js +1 -1
  220. package/src/sap/m/SliderTooltip.js +1 -3
  221. package/src/sap/m/SliderTooltipBase.js +1 -1
  222. package/src/sap/m/SliderTooltipBaseRenderer.js +2 -2
  223. package/src/sap/m/SliderTooltipContainer.js +1 -1
  224. package/src/sap/m/SliderTooltipContainerRenderer.js +2 -2
  225. package/src/sap/m/SliderTooltipRenderer.js +2 -2
  226. package/src/sap/m/SplitApp.js +1 -1
  227. package/src/sap/m/SplitButton.js +1 -3
  228. package/src/sap/m/SplitContainer.js +1 -5
  229. package/src/sap/m/StandardDynamicDateOption.js +9 -15
  230. package/src/sap/m/StandardListItem.js +1 -1
  231. package/src/sap/m/StandardListItemRenderer.js +2 -2
  232. package/src/sap/m/StandardTile.js +1 -1
  233. package/src/sap/m/StandardTreeItem.js +1 -1
  234. package/src/sap/m/StepInput.js +1 -1
  235. package/src/sap/m/SuggestionItem.js +1 -1
  236. package/src/sap/m/SuggestionsPopover.js +4 -2
  237. package/src/sap/m/Switch.js +1 -1
  238. package/src/sap/m/TabContainer.js +1 -1
  239. package/src/sap/m/TabContainerItem.js +1 -1
  240. package/src/sap/m/TabStrip.js +1 -1
  241. package/src/sap/m/TabStripItem.js +1 -1
  242. package/src/sap/m/Table.js +11 -9
  243. package/src/sap/m/TablePersoController.js +1 -1
  244. package/src/sap/m/TablePersoDialog.js +6 -15
  245. package/src/sap/m/TablePersoProvider.js +1 -1
  246. package/src/sap/m/TableRenderer.js +2 -9
  247. package/src/sap/m/TableSelectDialog.js +1 -1
  248. package/src/sap/m/Text.js +1 -1
  249. package/src/sap/m/TextArea.js +1 -1
  250. package/src/sap/m/TextAreaRenderer.js +1 -2
  251. package/src/sap/m/Tile.js +1 -1
  252. package/src/sap/m/TileContainer.js +1 -1
  253. package/src/sap/m/TileContent.js +1 -1
  254. package/src/sap/m/TileContentRenderer.js +2 -2
  255. package/src/sap/m/TimePicker.js +1 -1
  256. package/src/sap/m/TimePickerClock.js +2 -3
  257. package/src/sap/m/TimePickerClocks.js +1 -1
  258. package/src/sap/m/TimePickerClocksRenderer.js +1 -1
  259. package/src/sap/m/TimePickerInputs.js +1 -1
  260. package/src/sap/m/TimePickerInputsRenderer.js +1 -1
  261. package/src/sap/m/TimePickerInternals.js +1 -1
  262. package/src/sap/m/TimePickerSlider.js +1 -1
  263. package/src/sap/m/TimePickerSliders.js +3 -5
  264. package/src/sap/m/Title.js +1 -1
  265. package/src/sap/m/TitlePropagationSupport.js +1 -1
  266. package/src/sap/m/ToggleButton.js +1 -1
  267. package/src/sap/m/Token.js +1 -3
  268. package/src/sap/m/Tokenizer.js +1 -1
  269. package/src/sap/m/Toolbar.js +1 -1
  270. package/src/sap/m/ToolbarLayoutData.js +1 -1
  271. package/src/sap/m/ToolbarSeparator.js +1 -1
  272. package/src/sap/m/ToolbarSpacer.js +1 -1
  273. package/src/sap/m/Tree.js +8 -1
  274. package/src/sap/m/TreeItemBase.js +1 -1
  275. package/src/sap/m/TreeRenderer.js +0 -10
  276. package/src/sap/m/UploadCollection.js +1 -1
  277. package/src/sap/m/UploadCollectionItem.js +1 -1
  278. package/src/sap/m/UploadCollectionParameter.js +1 -1
  279. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  280. package/src/sap/m/VBox.js +1 -1
  281. package/src/sap/m/ValueStateHeader.js +1 -1
  282. package/src/sap/m/VariantItem.js +2 -2
  283. package/src/sap/m/VariantManagement.js +83 -51
  284. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  285. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  286. package/src/sap/m/ViewSettingsDialog.js +1 -1
  287. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  288. package/src/sap/m/ViewSettingsItem.js +1 -1
  289. package/src/sap/m/VisibleItem.js +1 -1
  290. package/src/sap/m/WheelSlider.js +1 -1
  291. package/src/sap/m/WheelSliderContainer.js +1 -1
  292. package/src/sap/m/Wizard.js +1 -3
  293. package/src/sap/m/WizardProgressNavigator.js +1 -1
  294. package/src/sap/m/WizardStep.js +1 -1
  295. package/src/sap/m/changeHandler/AddTableColumn.js +12 -13
  296. package/src/sap/m/changeHandler/ChangeLinkTarget.js +2 -3
  297. package/src/sap/m/changeHandler/CombineButtons.js +19 -22
  298. package/src/sap/m/changeHandler/MoveTableColumns.js +5 -5
  299. package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +5 -5
  300. package/src/sap/m/changeHandler/SplitMenuButton.js +7 -6
  301. package/src/sap/m/delegate/DateNavigation.js +0 -4
  302. package/src/sap/m/designtime/Link.designtime.js +19 -11
  303. package/src/sap/m/designtime/VariantManagement.designtime.js +2 -2
  304. package/src/sap/m/inputUtils/selectionRange.js +1 -2
  305. package/src/sap/m/library.js +3 -2
  306. package/src/sap/m/messagebundle.properties +7 -2
  307. package/src/sap/m/messagebundle_ar.properties +10 -3
  308. package/src/sap/m/messagebundle_bg.properties +9 -2
  309. package/src/sap/m/messagebundle_ca.properties +8 -1
  310. package/src/sap/m/messagebundle_cs.properties +9 -2
  311. package/src/sap/m/messagebundle_cy.properties +10 -3
  312. package/src/sap/m/messagebundle_da.properties +8 -1
  313. package/src/sap/m/messagebundle_de.properties +8 -1
  314. package/src/sap/m/messagebundle_el.properties +10 -3
  315. package/src/sap/m/messagebundle_en.properties +10 -3
  316. package/src/sap/m/messagebundle_en_GB.properties +10 -3
  317. package/src/sap/m/messagebundle_en_US_sappsd.properties +9 -2
  318. package/src/sap/m/messagebundle_en_US_saprigi.properties +9 -2
  319. package/src/sap/m/messagebundle_en_US_saptrc.properties +9 -2
  320. package/src/sap/m/messagebundle_es.properties +9 -2
  321. package/src/sap/m/messagebundle_es_MX.properties +8 -1
  322. package/src/sap/m/messagebundle_et.properties +8 -1
  323. package/src/sap/m/messagebundle_fi.properties +9 -2
  324. package/src/sap/m/messagebundle_fr.properties +9 -2
  325. package/src/sap/m/messagebundle_fr_CA.properties +10 -3
  326. package/src/sap/m/messagebundle_hi.properties +10 -3
  327. package/src/sap/m/messagebundle_hr.properties +8 -1
  328. package/src/sap/m/messagebundle_hu.properties +8 -1
  329. package/src/sap/m/messagebundle_id.properties +10 -3
  330. package/src/sap/m/messagebundle_it.properties +8 -1
  331. package/src/sap/m/messagebundle_iw.properties +9 -2
  332. package/src/sap/m/messagebundle_ja.properties +9 -2
  333. package/src/sap/m/messagebundle_kk.properties +8 -1
  334. package/src/sap/m/messagebundle_ko.properties +10 -3
  335. package/src/sap/m/messagebundle_lt.properties +8 -1
  336. package/src/sap/m/messagebundle_lv.properties +8 -1
  337. package/src/sap/m/messagebundle_ms.properties +9 -2
  338. package/src/sap/m/messagebundle_nl.properties +8 -1
  339. package/src/sap/m/messagebundle_no.properties +9 -2
  340. package/src/sap/m/messagebundle_pl.properties +8 -1
  341. package/src/sap/m/messagebundle_pt.properties +9 -2
  342. package/src/sap/m/messagebundle_pt_PT.properties +8 -1
  343. package/src/sap/m/messagebundle_ro.properties +9 -2
  344. package/src/sap/m/messagebundle_ru.properties +9 -2
  345. package/src/sap/m/messagebundle_sh.properties +9 -2
  346. package/src/sap/m/messagebundle_sk.properties +8 -1
  347. package/src/sap/m/messagebundle_sl.properties +9 -2
  348. package/src/sap/m/messagebundle_sv.properties +8 -1
  349. package/src/sap/m/messagebundle_th.properties +22 -15
  350. package/src/sap/m/messagebundle_tr.properties +12 -5
  351. package/src/sap/m/messagebundle_uk.properties +9 -2
  352. package/src/sap/m/messagebundle_vi.properties +9 -2
  353. package/src/sap/m/messagebundle_zh_CN.properties +9 -2
  354. package/src/sap/m/messagebundle_zh_TW.properties +8 -1
  355. package/src/sap/m/p13n/AbstractContainer.js +4 -4
  356. package/src/sap/m/p13n/AbstractContainerItem.js +4 -4
  357. package/src/sap/m/p13n/BasePanel.js +5 -5
  358. package/src/sap/m/p13n/Container.js +3 -3
  359. package/src/sap/m/p13n/Engine.js +48 -47
  360. package/src/sap/m/p13n/FlexUtil.js +4 -5
  361. package/src/sap/m/p13n/GroupController.js +3 -3
  362. package/src/sap/m/p13n/GroupPanel.js +3 -3
  363. package/src/sap/m/p13n/MetadataHelper.js +2 -2
  364. package/src/sap/m/p13n/PersistenceProvider.js +28 -3
  365. package/src/sap/m/p13n/Popup.js +4 -4
  366. package/src/sap/m/p13n/QueryPanel.js +3 -3
  367. package/src/sap/m/p13n/SelectionController.js +21 -36
  368. package/src/sap/m/p13n/SelectionPanel.js +3 -3
  369. package/src/sap/m/p13n/SortController.js +3 -3
  370. package/src/sap/m/p13n/SortPanel.js +3 -3
  371. package/src/sap/m/p13n/handler/xConfigHandler.js +2 -2
  372. package/src/sap/m/p13n/modification/FlexModificationHandler.js +3 -3
  373. package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +3 -3
  374. package/src/sap/m/p13n/modification/ModificationHandler.js +20 -10
  375. package/src/sap/m/p13n/modules/AdaptationProvider.js +3 -3
  376. package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +45 -22
  377. package/src/sap/m/p13n/modules/StateHandlerRegistry.js +4 -4
  378. package/src/sap/m/p13n/modules/UIManager.js +3 -3
  379. package/src/sap/m/p13n/modules/xConfigAPI.js +5 -3
  380. package/src/sap/m/plugins/CellSelector.js +741 -0
  381. package/src/sap/m/plugins/ColumnResizer.js +1 -1
  382. package/src/sap/m/plugins/DataStateIndicator.js +1 -1
  383. package/src/sap/m/plugins/PasteProvider.js +1 -1
  384. package/src/sap/m/plugins/PluginBase.js +4 -3
  385. package/src/sap/m/semantic/AddAction.js +1 -1
  386. package/src/sap/m/semantic/CancelAction.js +1 -1
  387. package/src/sap/m/semantic/DeleteAction.js +1 -1
  388. package/src/sap/m/semantic/DetailPage.js +1 -1
  389. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  390. package/src/sap/m/semantic/EditAction.js +1 -1
  391. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  392. package/src/sap/m/semantic/FilterAction.js +1 -1
  393. package/src/sap/m/semantic/FilterSelect.js +1 -1
  394. package/src/sap/m/semantic/FlagAction.js +1 -1
  395. package/src/sap/m/semantic/ForwardAction.js +1 -1
  396. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  397. package/src/sap/m/semantic/GroupAction.js +1 -1
  398. package/src/sap/m/semantic/GroupSelect.js +1 -1
  399. package/src/sap/m/semantic/MainAction.js +1 -1
  400. package/src/sap/m/semantic/MasterPage.js +1 -1
  401. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  402. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  403. package/src/sap/m/semantic/NegativeAction.js +1 -1
  404. package/src/sap/m/semantic/OpenInAction.js +1 -1
  405. package/src/sap/m/semantic/PositiveAction.js +1 -1
  406. package/src/sap/m/semantic/PrintAction.js +1 -1
  407. package/src/sap/m/semantic/SaveAction.js +1 -1
  408. package/src/sap/m/semantic/Segment.js +1 -1
  409. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  410. package/src/sap/m/semantic/SemanticButton.js +1 -1
  411. package/src/sap/m/semantic/SemanticConfiguration.js +3 -4
  412. package/src/sap/m/semantic/SemanticControl.js +1 -1
  413. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  414. package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
  415. package/src/sap/m/semantic/SemanticPage.js +1 -1
  416. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  417. package/src/sap/m/semantic/SemanticToggleButton.js +1 -3
  418. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  419. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  420. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  421. package/src/sap/m/semantic/ShareMenu.js +1 -1
  422. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  423. package/src/sap/m/semantic/SortAction.js +1 -1
  424. package/src/sap/m/semantic/SortSelect.js +1 -1
  425. package/src/sap/m/table/Util.js +7 -5
  426. package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
  427. package/src/sap/m/table/columnmenu/Entry.js +1 -1
  428. package/src/sap/m/table/columnmenu/Item.js +1 -1
  429. package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
  430. package/src/sap/m/table/columnmenu/Menu.js +1 -1
  431. package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
  432. package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
  433. package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
  434. package/src/sap/m/table/columnmenu/QuickGroup.js +1 -3
  435. package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
  436. package/src/sap/m/table/columnmenu/QuickSort.js +1 -3
  437. package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -3
  438. package/src/sap/m/table/columnmenu/QuickTotal.js +1 -3
  439. package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
  440. package/src/sap/m/themes/base/Button.less +0 -1
  441. package/src/sap/m/themes/base/CellSelector.less +9 -0
  442. package/src/sap/m/themes/base/DynamicDateRange.less +4 -0
  443. package/src/sap/m/themes/base/GenericTile.less +10 -0
  444. package/src/sap/m/themes/base/NewsContent.less +6 -0
  445. package/src/sap/m/themes/base/SlideTile.less +15 -0
  446. package/src/sap/m/themes/base/Table.less +0 -1
  447. package/src/sap/m/themes/base/library.source.less +1 -0
  448. package/src/sap/m/upload/UploadSet.js +13 -7
  449. package/src/sap/m/upload/UploadSetItem.js +7 -8
  450. package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
  451. package/src/sap/m/upload/Uploader.js +1 -2
@@ -39,7 +39,7 @@ LIST_NO_DATA=Kh\u00F4ng co\u0301 d\u01B0\u0303 li\u00EA\u0323u
39
39
 
40
40
  LIST_ITEM_SELECTION=L\u01B0\u0323a cho\u0323n mu\u0323c
41
41
 
42
- TABLE_NO_COLUMNS=Hi\u00EA\u0323n gi\u01A1\u0300 kh\u00F4ng co\u0301 c\u00F4\u0323t na\u0300o hi\u00EA\u0309n thi\u0323 trong ba\u0309ng. Vui lo\u0300ng cho\u0323n c\u00F4\u0323t ba\u0323n c\u00E2\u0300n trong thi\u00EA\u0301t l\u00E2\u0323p ba\u0309ng.
42
+ TABLE_NO_COLUMNS=Kh\u00F4ng co\u0301 c\u00F4\u0323t na\u0300o hi\u00EA\u0309n thi\u0323 trong ba\u0309ng ngay b\u00E2y gi\u01A1\u0300. Vui lo\u0300ng cho\u0323n c\u00F4\u0323t ba\u0323n c\u00E2\u0300n trong thi\u00EA\u0301t l\u00E2\u0323p ba\u0309ng.
43
43
 
44
44
  TABLE_NO_COLUMNS_TITLE=Th\u00EAm c\u00F4\u0323t \u0111\u00EA\u0309 xem n\u00F4\u0323i dung
45
45
 
@@ -102,7 +102,9 @@ LIST_ITEM_DELETE=Xo\u0301a
102
102
 
103
103
  LIST_ITEM_EDIT=Hi\u00EA\u0323u chi\u0309nh
104
104
 
105
- MESSAGE_LIST_ITEM_FOCUS_TEXT=Nh\u00E2\u0301n Alt+Enter \u0111\u00EA\u0309 \u0111i \u0111\u00EA\u0301n vi\u0323 tri\u0301 {0}, nh\u00E2\u0301n Enter \u0111\u00EA\u0309 \u0111i \u0111\u00EA\u0301n trang chi ti\u00EA\u0301t
105
+ MESSAGE_LIST_ITEM_FOCUS_TEXT_LOCATION=Nh\u00E2\u0301n Alt+Enter \u0111\u00EA\u0309 \u0111i \u0111\u00EA\u0301n vi\u0323 tri\u0301 {0}
106
+
107
+ MESSAGE_LIST_ITEM_FOCUS_TEXT_DESCRIPTION=Nh\u00E2\u0301n Enter \u0111\u00EA\u0309 \u0111i \u0111\u00EA\u0301n trang Chi ti\u00EA\u0301t
106
108
 
107
109
  MESSAGE_VIEW_LINK_FOCUS_TEXT=Ki\u0301ch hoa\u0323t li\u00EAn k\u00EA\u0301t \u0111\u00EA\u0309 \u0111i \u0111\u00EA\u0301n vi\u0323 tri\u0301 {0}
108
110
 
@@ -474,6 +476,8 @@ UPLOAD_SET_NO_DATA_TEXT=Kh\u00F4ng ti\u0300m th\u00E2\u0301y t\u00E2\u0323p tin.
474
476
 
475
477
  UPLOAD_SET_NO_DATA_DESCRIPTION=Tha\u0309 t\u00E2\u0323p tin \u0111\u00EA\u0309 ta\u0309i l\u00EAn, ho\u0103\u0323c s\u01B0\u0309 du\u0323ng nu\u0301t "+".
476
478
 
479
+ UPLOAD_SET_DEFAULT_CFP_BUTTON_TEXT=Ta\u0309i l\u00EAn t\u01B0\u0300 \u0111a\u0301m m\u00E2y
480
+
477
481
  P13NDIALOG_VIEW_SETTINGS=Thi\u1EBFt l\u1EADp m\u00E0n h\u00ECnh
478
482
  P13NDIALOG_TITLE_FILTER=X\u00E1c \u0111\u1ECBnh b\u00F4\u0323 lo\u0323c
479
483
  P13NDIALOG_TITLE_SORT=X\u00E1c \u0111\u1ECBnh s\u1EAFp x\u1EBFp
@@ -652,6 +656,7 @@ ICONTABBAR_ICONCOLOR_NEUTRAL=Trung ti\u0301nh
652
656
  ICONTABHEADER_OVERFLOW_MORE=Th\u00EAm
653
657
 
654
658
  OVERFLOW_TOOLBAR_ROLE_DESCRIPTION=Ph\u00E2\u0300n tra\u0300n cu\u0309a thanh c\u00F4ng cu\u0323
659
+ OVERFLOW_TOOLBAR_TOGGLE_BUTTON_TOOLTIP=Tu\u0300y cho\u0323n b\u00F4\u0309 sung
655
660
 
656
661
  ICONTABFILTER_SPLIT_TAB=Chia the\u0309
657
662
 
@@ -1483,6 +1488,8 @@ table.COLUMNMENU_SORT_ASCENDING=T\u0103ng d\u00E2\u0300n
1483
1488
 
1484
1489
  table.COLUMNMENU_SORT_DESCENDING=Gia\u0309m d\u00E2\u0300n
1485
1490
 
1491
+ table.COLUMNMENU_QUICK_FILTER=Quick Filter
1492
+
1486
1493
  table.COLUMNMENU_QUICK_GROUP=Ta\u0323o nho\u0301m nhanh
1487
1494
 
1488
1495
  table.COLUMNMENU_QUICK_TOTAL=T\u00F4\u0309ng s\u00F4\u0301 nhanh
@@ -39,7 +39,7 @@ LIST_NO_DATA=\u65E0\u6570\u636E
39
39
 
40
40
  LIST_ITEM_SELECTION=\u9879\u76EE\u9009\u62E9
41
41
 
42
- TABLE_NO_COLUMNS=\u6B64\u523B\uFF0C\u8868\u4E2D\u6CA1\u6709\u53EF\u89C1\u7684\u5217\u3002\u8BF7\u5728\u8868\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6240\u9700\u7684\u5217\u3002
42
+ TABLE_NO_COLUMNS=\u8868\u4E2D\u6B64\u523B\u6CA1\u6709\u53EF\u89C1\u7684\u5217\u3002\u8BF7\u5728\u8868\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6240\u9700\u7684\u5217\u3002
43
43
 
44
44
  TABLE_NO_COLUMNS_TITLE=\u6DFB\u52A0\u5217\u4EE5\u67E5\u770B\u5185\u5BB9\u3002
45
45
 
@@ -102,7 +102,9 @@ LIST_ITEM_DELETE=\u5220\u9664
102
102
 
103
103
  LIST_ITEM_EDIT=\u7F16\u8F91
104
104
 
105
- MESSAGE_LIST_ITEM_FOCUS_TEXT=\u6309 Alt+Enter \u8F6C\u5230 {0} \u4F4D\u7F6E\uFF0C\u6309 Enter \u8F6C\u5230\u8BE6\u7EC6\u9875\u9762
105
+ MESSAGE_LIST_ITEM_FOCUS_TEXT_LOCATION=\u6309 Alt+Enter \u8F6C\u5230 {0} \u4F4D\u7F6E
106
+
107
+ MESSAGE_LIST_ITEM_FOCUS_TEXT_DESCRIPTION=\u6309 Enter \u8F6C\u5230\u8BE6\u7EC6\u4FE1\u606F\u9875\u9762
106
108
 
107
109
  MESSAGE_VIEW_LINK_FOCUS_TEXT=\u6FC0\u6D3B\u94FE\u63A5\u4EE5\u8F6C\u5230 {0} \u4F4D\u7F6E
108
110
 
@@ -474,6 +476,8 @@ UPLOAD_SET_NO_DATA_TEXT=\u672A\u627E\u5230\u6587\u4EF6\u3002
474
476
 
475
477
  UPLOAD_SET_NO_DATA_DESCRIPTION=\u653E\u7F6E\u6587\u4EF6\u4EE5\u8FDB\u884C\u4E0A\u8F7D\uFF0C\u6216\u4F7F\u7528 "+" \u6309\u94AE\u3002
476
478
 
479
+ UPLOAD_SET_DEFAULT_CFP_BUTTON_TEXT=\u4ECE\u4E91\u7AEF\u4E0A\u8F7D
480
+
477
481
  P13NDIALOG_VIEW_SETTINGS=\u89C6\u56FE\u8BBE\u7F6E
478
482
  P13NDIALOG_TITLE_FILTER=\u5B9A\u4E49\u8FC7\u6EE4\u5668
479
483
  P13NDIALOG_TITLE_SORT=\u5B9A\u4E49\u6392\u5E8F
@@ -652,6 +656,7 @@ ICONTABBAR_ICONCOLOR_NEUTRAL=\u4E2D\u6027
652
656
  ICONTABHEADER_OVERFLOW_MORE=\u66F4\u591A
653
657
 
654
658
  OVERFLOW_TOOLBAR_ROLE_DESCRIPTION=\u6EA2\u51FA\u5DE5\u5177\u680F
659
+ OVERFLOW_TOOLBAR_TOGGLE_BUTTON_TOOLTIP=\u9644\u52A0\u9009\u9879
655
660
 
656
661
  ICONTABFILTER_SPLIT_TAB=\u62C6\u5206\u6807\u7B7E
657
662
 
@@ -1483,6 +1488,8 @@ table.COLUMNMENU_SORT_ASCENDING=\u5347\u5E8F
1483
1488
 
1484
1489
  table.COLUMNMENU_SORT_DESCENDING=\u964D\u5E8F
1485
1490
 
1491
+ table.COLUMNMENU_QUICK_FILTER=Quick Filter
1492
+
1486
1493
  table.COLUMNMENU_QUICK_GROUP=\u5FEB\u901F\u5206\u7EC4
1487
1494
 
1488
1495
  table.COLUMNMENU_QUICK_TOTAL=\u5FEB\u901F\u603B\u8BA1
@@ -102,7 +102,9 @@ LIST_ITEM_DELETE=\u522A\u9664
102
102
 
103
103
  LIST_ITEM_EDIT=\u7DE8\u8F2F
104
104
 
105
- MESSAGE_LIST_ITEM_FOCUS_TEXT=\u6309 Alt+Enter \u53EF\u524D\u5F80 {0} \u4F4D\u7F6E\uFF0C\u6309 Enter \u53EF\u524D\u5F80\u660E\u7D30\u9801
105
+ MESSAGE_LIST_ITEM_FOCUS_TEXT_LOCATION=\u6309\u4E0B Alt+Enter \u4EE5\u524D\u5F80 {0} \u4F4D\u7F6E
106
+
107
+ MESSAGE_LIST_ITEM_FOCUS_TEXT_DESCRIPTION=\u6309\u4E0B Enter \u4EE5\u524D\u5F80\u300C\u660E\u7D30\u300D\u9801\u9762
106
108
 
107
109
  MESSAGE_VIEW_LINK_FOCUS_TEXT=\u555F\u7528\u9023\u7D50\u53EF\u524D\u5F80 {0} \u4F4D\u7F6E
108
110
 
@@ -474,6 +476,8 @@ UPLOAD_SET_NO_DATA_TEXT=\u627E\u4E0D\u5230\u6A94\u6848\u3002
474
476
 
475
477
  UPLOAD_SET_NO_DATA_DESCRIPTION=\u62D6\u653E\u6A94\u6848\u4EE5\u4E0A\u50B3\uFF0C\u6216\u4F7F\u7528 "+" \u6309\u9215
476
478
 
479
+ UPLOAD_SET_DEFAULT_CFP_BUTTON_TEXT=\u81EA\u96F2\u7AEF\u4E0A\u50B3
480
+
477
481
  P13NDIALOG_VIEW_SETTINGS=\u6AA2\u8996\u8A2D\u5B9A
478
482
  P13NDIALOG_TITLE_FILTER=\u5B9A\u7FA9\u7BE9\u9078
479
483
  P13NDIALOG_TITLE_SORT=\u5B9A\u7FA9\u6392\u5E8F
@@ -652,6 +656,7 @@ ICONTABBAR_ICONCOLOR_NEUTRAL=\u4E00\u822C
652
656
  ICONTABHEADER_OVERFLOW_MORE=\u66F4\u591A
653
657
 
654
658
  OVERFLOW_TOOLBAR_ROLE_DESCRIPTION=\u6EA2\u4F4D\u5DE5\u5177\u5217
659
+ OVERFLOW_TOOLBAR_TOGGLE_BUTTON_TOOLTIP=\u9644\u52A0\u9078\u9805
655
660
 
656
661
  ICONTABFILTER_SPLIT_TAB=\u5206\u5272\u6A19\u7C64
657
662
 
@@ -1483,6 +1488,8 @@ table.COLUMNMENU_SORT_ASCENDING=\u905E\u589E
1483
1488
 
1484
1489
  table.COLUMNMENU_SORT_DESCENDING=\u905E\u6E1B
1485
1490
 
1491
+ table.COLUMNMENU_QUICK_FILTER=Quick Filter
1492
+
1486
1493
  table.COLUMNMENU_QUICK_GROUP=\u5FEB\u901F\u5206\u7D44
1487
1494
 
1488
1495
  table.COLUMNMENU_QUICK_TOTAL=\u5FEB\u901F\u7E3D\u8A08
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
@@ -22,12 +22,12 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.104.0
25
+ * @version 1.105.0
26
26
  *
27
27
  * @constructor
28
28
  * @alias sap.m.p13n.AbstractContainer
29
29
  * @author SAP SE
30
- * @version 1.104.0
30
+ * @version 1.105.0
31
31
  * @experimental Since 1.96.
32
32
  * @since 1.96
33
33
  *
@@ -4,8 +4,8 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(['sap/ui/core/Element', "sap/ui/core/Control"],
8
- function (Element, Control) {
7
+ sap.ui.define(['sap/ui/core/Element'],
8
+ function (Element) {
9
9
  "use strict";
10
10
 
11
11
  /**
@@ -20,12 +20,12 @@ sap.ui.define(['sap/ui/core/Element', "sap/ui/core/Control"],
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.104.0
23
+ * @version 1.105.0
24
24
  *
25
25
  * @constructor
26
26
  * @alias sap.m.p13n.AbstractContainerItem
27
27
  * @author SAP SE
28
- * @version 1.104.0
28
+ * @version 1.105.0
29
29
  * @experimental Since 1.96.
30
30
  * @since 1.96
31
31
  * @ui5-restricted
@@ -1,12 +1,12 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
7
  sap.ui.define([
8
- 'sap/ui/model/json/JSONModel', 'sap/m/VBox', 'sap/ui/core/Control', 'sap/m/Column', 'sap/m/Text', 'sap/ui/model/Filter', "sap/m/Table", "sap/m/OverflowToolbar", "sap/m/SearchField", "sap/m/ToolbarSpacer", "sap/m/OverflowToolbarButton", "sap/m/OverflowToolbarLayoutData", "sap/base/util/merge", "sap/ui/core/dnd/DragDropInfo"
9
- ], function(JSONModel, VBox, Control, Column, Text, Filter, Table, OverflowToolbar, SearchField, ToolbarSpacer, OverflowToolbarButton, OverflowToolbarLayoutData, merge, DragDropInfo) {
8
+ 'sap/ui/model/json/JSONModel', 'sap/m/VBox', 'sap/ui/core/Control', 'sap/m/Column', 'sap/m/Text', 'sap/ui/model/Filter', "sap/m/Table", "sap/m/OverflowToolbar", "sap/m/SearchField", "sap/m/ToolbarSpacer", "sap/m/OverflowToolbarButton", "sap/m/OverflowToolbarLayoutData", "sap/ui/core/dnd/DragDropInfo"
9
+ ], function(JSONModel, VBox, Control, Column, Text, Filter, Table, OverflowToolbar, SearchField, ToolbarSpacer, OverflowToolbarButton, OverflowToolbarLayoutData, DragDropInfo) {
10
10
  "use strict";
11
11
 
12
12
  /**
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.104.0
25
+ * @version 1.105.0
26
26
  *
27
27
  * @public
28
28
  * @abstract
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.m.p13n.AbstractContainer
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.104.0
40
+ * @version 1.105.0
41
41
  *
42
42
  * @private
43
43
  * @ui5-restricted
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
@@ -32,11 +32,11 @@ sap.ui.define([
32
32
 
33
33
  /**
34
34
  *
35
- * The <code>Engine</code> offers personalization capabilites by registering a control instance for modification such as:
35
+ * The <code>Engine</code> offers personalization capabilities by registering a control instance for modification such as:
36
36
  *
37
37
  * <ul>
38
38
  * <li><code>sap.m.p13n.Popup</code> initialization</li>
39
- * <li>Storing personalization states by chosing the desired persistence layer</li>
39
+ * <li>Storing personalization states by choosing the desired persistence layer</li>
40
40
  * <li>State appliance considering the persistence layer</li>
41
41
  * </ul>
42
42
  *
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * The following persistence layers can be chosen for personalization services:
53
53
  *
54
54
  * <ul>
55
- * <li>{@link sap.m.p13n.modification.FlexModificationHandler FlexModificationHandler}: Can be used in combination with <code>sap.ui.fl.variants.VariantManagement</code> to persist state in variant using <code>sap.ui.fl</code> capabilites.</li>
55
+ * <li>{@link sap.m.p13n.modification.FlexModificationHandler FlexModificationHandler}: Can be used in combination with <code>sap.ui.fl.variants.VariantManagement</code> to persist state in variant using <code>sap.ui.fl</code> capabilities.</li>
56
56
  * <li>{@link sap.m.p13n.modification.LocalStorageModificationHandler LocalStorageModificationHandler}: can be used to store personalization state in the local storage</li>
57
57
  * <li>{@link sap.m.p13n.modification.ModificationHandler ModificationHandler}: will be used by default - this handler will not persist state.</li>
58
58
  * </ul>
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @alias sap.m.p13n.Engine
62
62
  * @extends sap.m.p13n.AdaptationProvider
63
63
  * @author SAP SE
64
- * @version 1.104.0
64
+ * @version 1.105.0
65
65
  * @public
66
66
  * @experimental Since 1.104. Please note that the API of this control is not yet finalized!
67
67
  * @since 1.104
@@ -78,7 +78,7 @@ sap.ui.define([
78
78
  this._aStateHandlers = [];
79
79
 
80
80
  //Default Provider Registry to be used for internal PersistenceProvider functionality access
81
- this.defaultProviderRegistry = DefaultProviderRegistry.getInstance();
81
+ this.defaultProviderRegistry = DefaultProviderRegistry.getInstance(this);
82
82
 
83
83
  //UIManager to be used for p13n UI creation
84
84
  this.uimanager = UIManager.getInstance(this);
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @public
98
98
  * @experimental Since 1.104. Please note that the API of this control is not yet finalized!
99
99
  *
100
- * @param {sap.m.Control} oControl The control insance to be registered for adaptation
100
+ * @param {sap.ui.core.Control} oControl The control instance to be registered for adaptation
101
101
  * @param {Object} oConfig The config object providing key value pairs of keys and
102
102
  * <code>sap.m.p13n.*Controller</code> classes.
103
103
  *
@@ -125,11 +125,11 @@ sap.ui.define([
125
125
  Engine.prototype.register = function(oControl, oConfig) {
126
126
 
127
127
  if (!oConfig.hasOwnProperty("controller") || Object.keys(oConfig.controller).length < 1) {
128
- throw new Error("Please provide atleast a configuration 'controller' containing a map of key-value pairs (key + Controller class) in order to register adaptation.");
128
+ throw new Error("Please provide at least a configuration 'controller' containing a map of key-value pairs (key + Controller class) in order to register adaptation.");
129
129
  }
130
130
 
131
131
  if (!oConfig.hasOwnProperty("helper") || !(oConfig.helper.getProperties instanceof Function)) {
132
- throw new Error("Please provide atleast a configuration 'helper' containing a metadata helper instance implementing a #getProperties function.");
132
+ throw new Error("Please provide at least a configuration 'helper' containing a metadata helper instance implementing a #getProperties function.");
133
133
  }
134
134
 
135
135
  var oRegistryEntry = this._getRegistryEntry(oControl);
@@ -169,7 +169,7 @@ sap.ui.define([
169
169
  * @public
170
170
  * @experimental Since 1.104. Please note that the API of this control is not yet finalized!
171
171
  *
172
- * @param {sap.m.Control} oControl The registered control instance
172
+ * @param {sap.ui.core.Control} oControl The registered control instance
173
173
  */
174
174
  Engine.prototype.deregister = function(oControl) {
175
175
  var oRegistryEntry = this._getRegistryEntry(oControl);
@@ -201,7 +201,7 @@ sap.ui.define([
201
201
  * @param {string|string[]} vPanelKeys The affected panels that should be added to the <code>sap.m.p13n.Popup</code>
202
202
  * @param {object} mSettings The settings object for the personalization
203
203
  * @param {string} [mSettings.title] The title for the <code>sap.m.p13n.Popup</code> control
204
- * @param {object} [mSettings.source] The source control to be used by the <code>sap.m.p13n.Popup</code> control (only necessary in case the mode is set to <code>ResponsivePopover</code>)
204
+ * @param {sap.ui.core.Control} [mSettings.source] The source control to be used by the <code>sap.m.p13n.Popup</code> control (only necessary in case the mode is set to <code>ResponsivePopover</code>)
205
205
  * @param {object} [mSettings.mode] The mode to be used by the <code>sap.m.p13n.Popup</code> control
206
206
  * @param {object} [mSettings.contentHeight] Height configuration for the related popup container
207
207
  * @param {object} [mSettings.contentWidth] Width configuration for the related popup container
@@ -228,7 +228,7 @@ sap.ui.define([
228
228
 
229
229
  /**
230
230
  * Removes a previously attached state change event handler from the <code>StateHandlerRegistry</code> class.
231
- * The passed parameters must match those used for registration with {@link Engine#attachStateChange} beforehand.
231
+ * The passed parameters must match those used for registration with {@link sap.m.p13n.Engine#attachStateChange} beforehand.
232
232
  *
233
233
  * @public
234
234
  * @experimental Since 1.104. Please note that the API of this control is not yet finalized!
@@ -246,7 +246,7 @@ sap.ui.define([
246
246
  * @public
247
247
  * @experimental Since 1.104. Please note that the API of this control is not yet finalized!
248
248
  *
249
- * @param {sap.m.Control} oControl The according control instance.
249
+ * @param {sap.ui.core.Control} oControl The according control instance.
250
250
  * @param {string} aKeys The key for the affected config.
251
251
  *
252
252
  * @returns {Promise} A Promise resolving once the reset is completed.
@@ -290,7 +290,7 @@ sap.ui.define([
290
290
  * ControllerKey: [{<someState>}, {...}]
291
291
  * }
292
292
  *
293
- * @param {sap.m.Control} oControl The registered control instance
293
+ * @param {sap.ui.core.Control} oControl The registered control instance
294
294
  * @param {object} oState The state object
295
295
  * @param {boolean} bApplyAbsolute Defines whether the state should be an additional delta on the current control state
296
296
  *
@@ -358,6 +358,7 @@ sap.ui.define([
358
358
  * state object of the control.
359
359
  *
360
360
  * @public
361
+ * @experimental Since 1.104. Please note that the API of this control is not yet finalized!
361
362
  * @param {object} oControl The control instance implementing IxState to retrieve the externalized state
362
363
  *
363
364
  * @returns {Promise} a Promise resolving in the current control state.
@@ -387,7 +388,7 @@ sap.ui.define([
387
388
  * This method can be used to set the modification handling for a control instance.
388
389
  * @private
389
390
  *
390
- * @param {sap.m.Control} vControl The registered control instance
391
+ * @param {sap.ui.core.Control} vControl The registered control instance
391
392
  * @param {sap.m.p13n.modification.ModificationHandler} oModificationHandler The modification handler object
392
393
  */
393
394
  Engine.prototype._setModificationHandler = function(vControl, oModificationHandler) {
@@ -419,7 +420,7 @@ sap.ui.define([
419
420
  * @ui5-restricted
420
421
  *
421
422
  * @param {object} mDiffParameters A map defining the configuration to create the changes.
422
- * @param {sap.m.Control} mDiffParameters.control The control instance tht should be adapted.
423
+ * @param {sap.ui.core.Control} mDiffParameters.control The control instance tht should be adapted.
423
424
  * @param {string} mDiffParameters.key The key used to retrieve the corresponding Controller.
424
425
  * @param {object} mDiffParameters.state The state which should be applied on the provided control instance
425
426
  * @param {boolean} [mDiffParameters.applyAbsolute] Decides whether unmentioned entries should be affected,
@@ -493,7 +494,7 @@ sap.ui.define([
493
494
  *
494
495
  * @ui5-restricted
495
496
  *
496
- * @param {sap.m.Control} oControl The according control instance.
497
+ * @param {sap.ui.core.Control} oControl The according control instance.
497
498
  * @returns {Promise} A Promise resolving after all pending modifications have been applied.
498
499
  */
499
500
  Engine.prototype.waitForChanges = function(oControl) {
@@ -507,7 +508,7 @@ sap.ui.define([
507
508
  * Determines whether the environment is suitable for the desired modification of the provided control instance.
508
509
  *
509
510
  * @ui5-restricted
510
- * @param {sap.m.Control} oControl The according control instance.
511
+ * @param {sap.ui.core.Control} oControl The according control instance.
511
512
  *
512
513
  * @returns {Promise} A Promise resolving in a boolean whether the requirements for the persistence layer are met.
513
514
  */
@@ -528,7 +529,7 @@ sap.ui.define([
528
529
  * This method can be used to process an array of changes.
529
530
  * @ui5-restricted
530
531
  *
531
- * @param {sap.m.Control} vControl The registered control instance
532
+ * @param {sap.ui.core.Control} vControl The registered control instance
532
533
  * @param {object} mChanges A map of keys and arrays, every controller will provide an array of changes
533
534
  * @returns {Promise} The change appliance promise.
534
535
  */
@@ -557,7 +558,7 @@ sap.ui.define([
557
558
  *
558
559
  * @ui5-restricted
559
560
  *
560
- * @param {sap.m.Control} oControl The registered control instance.
561
+ * @param {sap.ui.core.Control} oControl The registered control instance.
561
562
  * @param {object} mPropertyBag The propertybag provided in the settings action.
562
563
  * @param {string} aKeys The keys to be used to display in the corresponding Controller
563
564
  *
@@ -614,7 +615,7 @@ sap.ui.define([
614
615
  *
615
616
  * @ui5-restricted
616
617
  *
617
- * @param {sap.m.Control} vControl The registered control instance.
618
+ * @param {sap.ui.core.Control} vControl The registered control instance.
618
619
  * @param {object} mEnhanceConfig An object providing the information about the xConfig enhancement
619
620
  * @param {object} mEnhanceConfig.key The affected property name
620
621
  * @param {object} mEnhanceConfig.controlMeta Object describing which config is affected
@@ -661,7 +662,7 @@ sap.ui.define([
661
662
  * <b>Note:</b> This will only replace the keys to the external StateUtil representation, but not transform the state content itself.
662
663
  *
663
664
  * @private
664
- * @param {string|sap.m.Control} vControl The registered control instance
665
+ * @param {string|sap.ui.core.Control} vControl The registered control instance
665
666
  * @param {object} oInternalState The internal state
666
667
  * @returns {object} The externalized state
667
668
  */
@@ -682,7 +683,7 @@ sap.ui.define([
682
683
  * <b>Note:</b> This will only replace the keys to the internal Engine registry, but not transform the state content itself.
683
684
  *
684
685
  * @private
685
- * @param {string|sap.m.Control} vControl The registered control instance
686
+ * @param {string|sap.ui.core.Control} vControl The registered control instance
686
687
  * @param {object} oExternalState The external state
687
688
  * @returns {object} The internalized state
688
689
  */
@@ -745,7 +746,7 @@ sap.ui.define([
745
746
  *
746
747
  * @private
747
748
  *
748
- * @param {sap.m.Control} vControl The registered control instance
749
+ * @param {sap.ui.core.Control} vControl The registered control instance
749
750
  * @param {string|string[]} aKeys The key for the according Controller
750
751
  * @param {Object[]} aCustomInfo A custom set of propertyinfos as base to create the UI
751
752
  *
@@ -789,7 +790,7 @@ sap.ui.define([
789
790
  * This method can be used to get a controller instance.
790
791
  * @private
791
792
  *
792
- * @param {sap.m.Control} vControl The registered Control instance.
793
+ * @param {sap.ui.core.Control} vControl The registered Control instance.
793
794
  * @param {string} sKey The key for which the controller has been registered.
794
795
  *
795
796
  * @returns {sap.m.p13n.SelectionController} The controller instance
@@ -805,7 +806,7 @@ sap.ui.define([
805
806
  /**
806
807
  * Verifies the existence of a set of subcontrollers registered for a provided control instance.
807
808
  *
808
- * @param {sap.m.Control} vControl The registered Control instance.
809
+ * @param {sap.ui.core.Control} vControl The registered Control instance.
809
810
  * @param {string|array} vKey A key as string or an array of keys
810
811
  */
811
812
  Engine.prototype.verifyController = function(vControl, vKey) {
@@ -824,8 +825,8 @@ sap.ui.define([
824
825
  * Retrieves the subcontroller UI settings for a provided control instance
825
826
  * and the set of provided registered keys.
826
827
  *
827
- * @param {sap.m.Control} vControl The registered Control instance.
828
- * @param {string|array} vKeys A key as string or an array of keys
828
+ * @param {sap.ui.core.Control} vControl The registered Control instance.
829
+ * @param {string|string[]} vKeys A key as string or an array of keys
829
830
  *
830
831
  * @returns {object} The requested UI settings of the control instance and provided keys
831
832
  */
@@ -862,7 +863,7 @@ sap.ui.define([
862
863
  *
863
864
  * @private
864
865
  *
865
- * @param {sap.m.Control} vControl The registered Control instance
866
+ * @param {sap.ui.core.Control} vControl The registered Control instance
866
867
  * @returns {boolean} true if modification settings were already determined
867
868
  */
868
869
  Engine.prototype.isRegisteredForModification = function(vControl) {
@@ -871,9 +872,9 @@ sap.ui.define([
871
872
  };
872
873
 
873
874
  /**
874
- * Retruns an array of all registered controllers
875
+ * Returns an array of all registered controllers
875
876
  *
876
- * @param {string|sap.m.Control} vControl The control id or instance
877
+ * @param {string|sap.ui.core.Control} vControl The control ID or instance
877
878
  * @returns {array} An array of all registered controller instances
878
879
  */
879
880
  Engine.prototype.getRegisteredControllers = function(vControl){
@@ -885,7 +886,7 @@ sap.ui.define([
885
886
  * This method can be used to get the registry entry for a control instance
886
887
  *
887
888
  * @private
888
- * @param {string|sap.m.Control} vControl The control id or instance
889
+ * @param {string|sap.ui.core.Control} vControl The control id or instance
889
890
  *
890
891
  * @returns {object} The according registry entry
891
892
  */
@@ -902,7 +903,7 @@ sap.ui.define([
902
903
  * @private
903
904
  * @ui5-restricted sap.m
904
905
  *
905
- * @param {string|sap.m.Control} vControl The control id or instance
906
+ * @param {string|sap.ui.core.Control} vControl The control id or instance
906
907
  * @returns {object} The according ModificationHandler.
907
908
  */
908
909
  Engine.prototype.getModificationHandler = function(vControl) {
@@ -917,7 +918,7 @@ sap.ui.define([
917
918
  * This method can be used to create the registry entry for a control instance
918
919
  *
919
920
  * @private
920
- * @param {string|sap.m.Control} vControl The control id or instance
921
+ * @param {string|sap.ui.core.Control} vControl The control id or instance
921
922
  * @param {object} oPreConfig A predefined configuration
922
923
  * @returns {object} The according registry entry
923
924
  */
@@ -948,10 +949,10 @@ sap.ui.define([
948
949
  };
949
950
 
950
951
  /**
951
- * Determines and registeres the ModificationHandler per control instance
952
+ * Determines and registers the ModificationHandler per control instance
952
953
  *
953
954
  * @private
954
- * @param {string|sap.m.Control} vControl The control id or instance
955
+ * @param {string|sap.ui.core.Control} vControl The control id or instance
955
956
  * @returns {object} The according modification registry entry
956
957
  */
957
958
  Engine.prototype._determineModification = function (vControl) {
@@ -1053,11 +1054,11 @@ sap.ui.define([
1053
1054
 
1054
1055
  /**
1055
1056
  * This method can be used to get a control instance by passing either the control
1056
- * or the Control's Id.
1057
+ * or the Control's ID.
1057
1058
  *
1058
1059
  * @private
1059
1060
  *
1060
- * @param {string|sap.m.Control} vControl The control id or instance
1061
+ * @param {string|sap.ui.core.Control} vControl The control ID or instance
1061
1062
  * @returns {sap.ui.core.Control} The control instance
1062
1063
  */
1063
1064
  Engine.getControlInstance = function(vControl) {
@@ -1070,7 +1071,7 @@ sap.ui.define([
1070
1071
  * used to display a p13n UI.
1071
1072
  *
1072
1073
  * @private
1073
- * @param {string|sap.m.Control} vControl The control id or instance
1074
+ * @param {string|sap.ui.core.Control} vControl The control ID or instance
1074
1075
  *
1075
1076
  * @returns {boolean} The according flag is the Control has an open P13n container
1076
1077
  */
@@ -1085,8 +1086,8 @@ sap.ui.define([
1085
1086
  *
1086
1087
  * @private
1087
1088
  *
1088
- * @param {sap.m.Control} vControl The registered control instance.
1089
- * @param {string} sKey The registerd key to get the corresponding Controller.
1089
+ * @param {sap.ui.core.Control} vControl The registered control instance.
1090
+ * @param {string} sKey The registered key to get the corresponding Controller.
1090
1091
  */
1091
1092
  Engine.prototype.setActiveP13n = function(vControl, sKey) {
1092
1093
  this._getRegistryEntry(vControl).activeP13n = sKey;
@@ -1099,8 +1100,8 @@ sap.ui.define([
1099
1100
  *
1100
1101
  * @private
1101
1102
  *
1102
- * @param {sap.m.Control} vControl The registered control instance.
1103
- * @param {string} sKey The registerd key to get the corresponding Controller.
1103
+ * @param {sap.ui.core.Control} vControl The registered control instance.
1104
+ * @param {string} sKey The registered key to get the corresponding Controller.
1104
1105
  * @param {sap.ui.core.Control} oP13nUI The adaptation UI displayed in the container (e.g. BasePanel derivation).
1105
1106
  */
1106
1107
  Engine.prototype.validateP13n = function(vControl, sKey, oP13nUI) {
@@ -1115,7 +1116,7 @@ sap.ui.define([
1115
1116
  oTheoreticalState[sControllerKey] = mControllers[sControllerKey].getCurrentState();
1116
1117
  });
1117
1118
 
1118
- //Only execeute validation for controllers that support 'model2State'
1119
+ //Only execute validation for controllers that support 'model2State'
1119
1120
  if (oController && oController.model2State instanceof Function) {
1120
1121
  oTheoreticalState[sKey] = oController.model2State();
1121
1122
 
@@ -1148,8 +1149,8 @@ sap.ui.define([
1148
1149
  /**
1149
1150
  * Reads the current state of the subcontrollers and triggers a state appliance
1150
1151
  *
1151
- * @param {sap.m.Control} oControl The registered Control instance.
1152
- * @param {array} aKeys An array of keys
1152
+ * @param {sap.ui.core.Control} oControl The registered Control instance.
1153
+ * @param {string[]} aKeys An array of keys
1153
1154
  * @returns {Promise} A Promise resolving after all p13n changes have been calculated and processed
1154
1155
  */
1155
1156
  Engine.prototype.handleP13n = function(oControl, aKeys) {
@@ -1,11 +1,10 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
- */
5
+ */
6
6
  sap.ui.define([
7
- 'sap/base/util/merge', 'sap/base/util/deepEqual','sap/ui/mdc/condition/FilterOperatorUtil', 'sap/base/Log'
8
- ], function (merge, deepEqual, FilterOperatorUtil, Log) {
7
+ ], function () {
9
8
  "use strict";
10
9
 
11
10
  var FlexUtil = {
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.Object
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.104.0
24
+ * @version 1.105.0
25
25
  *
26
26
  * @public
27
27
  * @experimental
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.m.p13n.QueryPanel
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.104.0
24
+ * @version 1.105.0
25
25
  *
26
26
  * @public
27
27
  * @experimental Since 1.104. Please note that the API of this control is not yet finalized!
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
3
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */