@openui5/sap.m 1.119.1 → 1.120.1
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.
- package/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/m/.library +8 -1
- package/src/sap/m/AccButton.js +1 -1
- package/src/sap/m/ActionListItem.js +1 -1
- package/src/sap/m/ActionSelect.js +1 -1
- package/src/sap/m/ActionSheet.js +1 -1
- package/src/sap/m/ActionTile.js +1 -1
- package/src/sap/m/ActionTileContent.js +1 -1
- package/src/sap/m/AdditionalTextButton.js +1 -1
- package/src/sap/m/App.js +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
- package/src/sap/m/Avatar.js +10 -6
- package/src/sap/m/AvatarRenderer.js +10 -3
- package/src/sap/m/Bar.js +1 -1
- package/src/sap/m/Breadcrumbs.js +1 -1
- package/src/sap/m/BusyDialog.js +1 -1
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/Button.js +1 -1
- package/src/sap/m/Carousel.js +1 -1
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CheckBox.js +1 -1
- package/src/sap/m/ColorPalette.js +1 -1
- package/src/sap/m/ColorPalettePopover.js +1 -1
- package/src/sap/m/Column.js +1 -1
- package/src/sap/m/ColumnHeaderPopover.js +7 -8
- package/src/sap/m/ColumnListItem.js +1 -1
- package/src/sap/m/ColumnPopoverActionItem.js +1 -1
- package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
- package/src/sap/m/ColumnPopoverItem.js +1 -1
- package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
- package/src/sap/m/ColumnPopoverSortItem.js +1 -1
- package/src/sap/m/ComboBox.js +1 -1
- package/src/sap/m/ComboBoxBase.js +20 -3
- package/src/sap/m/ComboBoxTextField.js +1 -1
- package/src/sap/m/CustomListItem.js +1 -1
- package/src/sap/m/CustomTile.js +1 -1
- package/src/sap/m/CustomTreeItem.js +1 -1
- package/src/sap/m/DatePicker.js +1 -1
- package/src/sap/m/DateRangeSelection.js +22 -12
- package/src/sap/m/DateTimeField.js +1 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +1 -1
- package/src/sap/m/Dialog.js +1 -1
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DraftIndicator.js +1 -1
- package/src/sap/m/DynamicDate.js +1 -1
- package/src/sap/m/DynamicDateOption.js +1 -1
- package/src/sap/m/DynamicDateRange.js +10 -2
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +1 -1
- package/src/sap/m/FacetFilter.js +2 -1
- package/src/sap/m/FacetFilterItem.js +1 -1
- package/src/sap/m/FacetFilterList.js +1 -1
- package/src/sap/m/FeedContent.js +1 -1
- package/src/sap/m/FeedInput.js +5 -4
- package/src/sap/m/FeedInputRenderer.js +3 -3
- package/src/sap/m/FeedListItem.js +6 -4
- package/src/sap/m/FeedListItemAction.js +1 -1
- package/src/sap/m/Fiori20Adapter.js +2 -2
- package/src/sap/m/FlexBox.js +1 -1
- package/src/sap/m/FlexItemData.js +1 -1
- package/src/sap/m/FormattedText.js +1 -1
- package/src/sap/m/GenericTag.js +1 -1
- package/src/sap/m/GenericTile.js +58 -23
- package/src/sap/m/GenericTileRenderer.js +11 -0
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingEnablement.js +2 -3
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +6 -4
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/IconTabBar.js +1 -1
- package/src/sap/m/IconTabBarSelectList.js +1 -1
- package/src/sap/m/IconTabFilter.js +1 -1
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
- package/src/sap/m/IconTabHeader.js +1 -1
- package/src/sap/m/IconTabSeparator.js +1 -1
- package/src/sap/m/IllustratedMessage.js +1 -1
- package/src/sap/m/Illustration.js +1 -1
- package/src/sap/m/Image.js +1 -1
- package/src/sap/m/ImageContent.js +1 -1
- package/src/sap/m/Input.js +79 -14
- package/src/sap/m/InputBase.js +3 -1
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/InputRenderer.js +7 -3
- package/src/sap/m/Label.js +1 -1
- package/src/sap/m/LightBox.js +1 -1
- package/src/sap/m/LightBoxItem.js +1 -1
- package/src/sap/m/Link.js +1 -1
- package/src/sap/m/LinkTileContent.js +143 -0
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +32 -14
- package/src/sap/m/ListItemBase.js +1 -1
- package/src/sap/m/MaskEnabler.js +1 -1
- package/src/sap/m/MaskInput.js +1 -1
- package/src/sap/m/MaskInputRule.js +1 -1
- package/src/sap/m/Menu.js +1 -1
- package/src/sap/m/MenuButton.js +3 -3
- package/src/sap/m/MenuItem.js +1 -1
- package/src/sap/m/MenuListItem.js +1 -1
- package/src/sap/m/MessageItem.js +1 -1
- package/src/sap/m/MessageListItem.js +1 -1
- package/src/sap/m/MessagePage.js +1 -1
- package/src/sap/m/MessagePopover.js +2 -3
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +1 -1
- package/src/sap/m/MessageToast.js +5 -19
- package/src/sap/m/MessageView.js +1 -1
- package/src/sap/m/MessageViewRenderer.js +2 -3
- package/src/sap/m/MultiComboBox.js +1 -1
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +4 -2
- package/src/sap/m/NavContainer.js +4 -3
- package/src/sap/m/NewsContent.js +1 -1
- package/src/sap/m/NotificationList.js +1 -1
- package/src/sap/m/NotificationListBase.js +1 -1
- package/src/sap/m/NotificationListGroup.js +1 -1
- package/src/sap/m/NotificationListItem.js +1 -1
- package/src/sap/m/NumericContent.js +9 -10
- package/src/sap/m/NumericContentRenderer.js +5 -4
- package/src/sap/m/NumericInput.js +1 -1
- package/src/sap/m/ObjectAttribute.js +1 -1
- package/src/sap/m/ObjectHeader.js +1 -1
- package/src/sap/m/ObjectIdentifier.js +1 -1
- package/src/sap/m/ObjectListItem.js +1 -1
- package/src/sap/m/ObjectMarker.js +1 -1
- package/src/sap/m/ObjectNumber.js +1 -1
- package/src/sap/m/ObjectStatus.js +4 -6
- package/src/sap/m/ObjectStatusRenderer.js +3 -1
- package/src/sap/m/OverflowToolbar.js +1 -1
- package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
- package/src/sap/m/OverflowToolbarButton.js +1 -1
- package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
- package/src/sap/m/OverflowToolbarMenuButton.js +1 -1
- package/src/sap/m/OverflowToolbarRenderer.js +8 -1
- package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/P13nAnyFilterItem.js +1 -1
- package/src/sap/m/P13nColumnsItem.js +2 -1
- package/src/sap/m/P13nColumnsPanel.js +1 -1
- package/src/sap/m/P13nConditionPanel.js +1 -1
- package/src/sap/m/P13nDialog.js +1 -1
- package/src/sap/m/P13nDimMeasureItem.js +2 -1
- package/src/sap/m/P13nDimMeasurePanel.js +2 -1
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +1 -1
- package/src/sap/m/P13nGroupItem.js +2 -1
- package/src/sap/m/P13nGroupPanel.js +1 -1
- package/src/sap/m/P13nItem.js +1 -1
- package/src/sap/m/P13nPanel.js +1 -1
- package/src/sap/m/P13nSelectionItem.js +1 -1
- package/src/sap/m/P13nSelectionPanel.js +1 -1
- package/src/sap/m/P13nSortItem.js +2 -1
- package/src/sap/m/P13nSortPanel.js +1 -1
- package/src/sap/m/PDFViewer.js +20 -8
- package/src/sap/m/PDFViewerRenderManager.js +18 -18
- package/src/sap/m/PDFViewerRenderer.js +1 -1
- package/src/sap/m/Page.js +1 -1
- package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/m/PagingButton.js +1 -1
- package/src/sap/m/Panel.js +1 -1
- package/src/sap/m/PlanningCalendar.js +37 -12
- package/src/sap/m/PlanningCalendarHeader.js +1 -1
- package/src/sap/m/PlanningCalendarLegend.js +1 -1
- package/src/sap/m/PlanningCalendarRow.js +1 -1
- package/src/sap/m/PlanningCalendarView.js +1 -1
- package/src/sap/m/Popover.js +5 -4
- package/src/sap/m/ProgressIndicator.js +1 -1
- package/src/sap/m/PullToRefresh.js +1 -1
- package/src/sap/m/QuickView.js +1 -1
- package/src/sap/m/QuickViewBase.js +1 -1
- package/src/sap/m/QuickViewCard.js +1 -1
- package/src/sap/m/QuickViewGroup.js +1 -1
- package/src/sap/m/QuickViewGroupElement.js +1 -1
- package/src/sap/m/QuickViewPage.js +1 -1
- package/src/sap/m/RadioButton.js +3 -3
- package/src/sap/m/RadioButtonGroup.js +1 -1
- package/src/sap/m/RangeSlider.js +1 -1
- package/src/sap/m/RangeSliderRenderer.js +15 -8
- package/src/sap/m/RatingIndicator.js +4 -3
- package/src/sap/m/ResponsivePopover.js +13 -7
- package/src/sap/m/ResponsiveScale.js +1 -1
- package/src/sap/m/ScrollBar.js +1 -1
- package/src/sap/m/ScrollContainer.js +1 -1
- package/src/sap/m/SearchField.js +1 -1
- package/src/sap/m/SegmentedButton.js +1 -1
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +1 -1
- package/src/sap/m/SelectDialog.js +5 -7
- package/src/sap/m/SelectDialogBase.js +1 -1
- package/src/sap/m/SelectList.js +1 -1
- package/src/sap/m/SelectionDetails.js +1 -1
- package/src/sap/m/SelectionDetailsFacade.js +2 -2
- package/src/sap/m/SelectionDetailsItem.js +1 -1
- package/src/sap/m/SelectionDetailsItemLine.js +1 -1
- package/src/sap/m/Shell.js +1 -1
- package/src/sap/m/SimpleFixFlex.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +1 -1
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +2 -2
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +3 -2
- package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
- package/src/sap/m/SlideTile.js +7 -9
- package/src/sap/m/Slider.js +1 -1
- package/src/sap/m/SliderTooltip.js +1 -1
- package/src/sap/m/SliderTooltipBase.js +1 -1
- package/src/sap/m/SliderTooltipContainer.js +1 -1
- package/src/sap/m/SplitApp.js +1 -1
- package/src/sap/m/SplitButton.js +1 -1
- package/src/sap/m/SplitContainer.js +4 -2
- package/src/sap/m/StandardDynamicDateOption.js +1 -1
- package/src/sap/m/StandardListItem.js +1 -1
- package/src/sap/m/StandardTile.js +1 -1
- package/src/sap/m/StandardTreeItem.js +1 -1
- package/src/sap/m/StepInput.js +1 -1
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +5 -5
- package/src/sap/m/Switch.js +1 -1
- package/src/sap/m/TabContainer.js +10 -4
- package/src/sap/m/TabContainerItem.js +1 -1
- package/src/sap/m/TabStrip.js +2 -2
- package/src/sap/m/TabStripItem.js +1 -1
- package/src/sap/m/Table.js +35 -4
- package/src/sap/m/TablePersoController.js +1 -1
- package/src/sap/m/TablePersoDialog.js +1 -1
- package/src/sap/m/TablePersoProvider.js +1 -1
- package/src/sap/m/TableSelectDialog.js +5 -7
- package/src/sap/m/Text.js +1 -1
- package/src/sap/m/TextArea.js +1 -1
- package/src/sap/m/Tile.js +1 -1
- package/src/sap/m/TileContainer.js +1 -1
- package/src/sap/m/TileContent.js +4 -4
- package/src/sap/m/TimePicker.js +1 -1
- package/src/sap/m/TimePickerClock.js +1 -1
- package/src/sap/m/TimePickerClocks.js +1 -1
- package/src/sap/m/TimePickerInputs.js +1 -1
- package/src/sap/m/TimePickerInternals.js +1 -1
- package/src/sap/m/TimePickerSlider.js +1 -1
- package/src/sap/m/TimePickerSliders.js +1 -1
- package/src/sap/m/Title.js +1 -1
- package/src/sap/m/TitlePropagationSupport.js +1 -1
- package/src/sap/m/ToggleButton.js +1 -1
- package/src/sap/m/Token.js +1 -1
- package/src/sap/m/Tokenizer.js +1 -1
- package/src/sap/m/Toolbar.js +1 -1
- package/src/sap/m/ToolbarLayoutData.js +1 -1
- package/src/sap/m/ToolbarRenderer.js +8 -0
- package/src/sap/m/ToolbarSeparator.js +1 -1
- package/src/sap/m/ToolbarSpacer.js +1 -1
- package/src/sap/m/Tree.js +17 -1
- package/src/sap/m/TreeItemBase.js +1 -1
- package/src/sap/m/UploadCollection.js +1 -1
- package/src/sap/m/UploadCollectionItem.js +1 -1
- package/src/sap/m/UploadCollectionParameter.js +1 -1
- package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
- package/src/sap/m/VBox.js +1 -1
- package/src/sap/m/ValueStateHeader.js +9 -4
- package/src/sap/m/VariantItem.js +99 -27
- package/src/sap/m/VariantManagement.js +196 -90
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +44 -44
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +1 -1
- package/src/sap/m/VisibleItem.js +1 -1
- package/src/sap/m/WheelSlider.js +1 -1
- package/src/sap/m/WheelSliderContainer.js +1 -1
- package/src/sap/m/Wizard.js +6 -6
- package/src/sap/m/WizardProgressNavigator.js +1 -1
- package/src/sap/m/WizardStep.js +1 -1
- package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/m/changeHandler/CombineButtons.js +1 -1
- package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
- package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
- package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
- package/src/sap/m/designtime/VariantManagement.designtime.js +0 -6
- package/src/sap/m/designtime/messagebundle_mk.properties +182 -0
- package/src/sap/m/designtime/messagebundle_sh.properties +3 -3
- package/src/sap/m/flexibility/EngineFlex.js +5 -0
- package/src/sap/m/inputUtils/highlightItemsWithContains.js +82 -0
- package/src/sap/m/library.js +76 -136
- package/src/sap/m/messagebundle.properties +37 -6
- package/src/sap/m/messagebundle_ar.properties +46 -2
- package/src/sap/m/messagebundle_bg.properties +49 -5
- package/src/sap/m/messagebundle_ca.properties +47 -3
- package/src/sap/m/messagebundle_cs.properties +46 -2
- package/src/sap/m/messagebundle_cy.properties +46 -2
- package/src/sap/m/messagebundle_da.properties +46 -2
- package/src/sap/m/messagebundle_de.properties +46 -2
- package/src/sap/m/messagebundle_el.properties +48 -4
- package/src/sap/m/messagebundle_en.properties +23 -6
- package/src/sap/m/messagebundle_en_GB.properties +46 -2
- package/src/sap/m/messagebundle_es.properties +46 -2
- package/src/sap/m/messagebundle_es_MX.properties +46 -2
- package/src/sap/m/messagebundle_et.properties +44 -0
- package/src/sap/m/messagebundle_fi.properties +46 -2
- package/src/sap/m/messagebundle_fr.properties +46 -2
- package/src/sap/m/messagebundle_fr_CA.properties +46 -2
- package/src/sap/m/messagebundle_hi.properties +48 -4
- package/src/sap/m/messagebundle_hr.properties +46 -2
- package/src/sap/m/messagebundle_hu.properties +51 -7
- package/src/sap/m/messagebundle_id.properties +48 -4
- package/src/sap/m/messagebundle_it.properties +44 -0
- package/src/sap/m/messagebundle_iw.properties +46 -2
- package/src/sap/m/messagebundle_ja.properties +44 -0
- package/src/sap/m/messagebundle_kk.properties +60 -16
- package/src/sap/m/messagebundle_ko.properties +44 -0
- package/src/sap/m/messagebundle_lt.properties +46 -2
- package/src/sap/m/messagebundle_lv.properties +57 -13
- package/src/sap/m/messagebundle_mk.properties +1869 -0
- package/src/sap/m/messagebundle_ms.properties +46 -2
- package/src/sap/m/messagebundle_nl.properties +44 -0
- package/src/sap/m/messagebundle_no.properties +47 -3
- package/src/sap/m/messagebundle_pl.properties +46 -2
- package/src/sap/m/messagebundle_pt.properties +44 -0
- package/src/sap/m/messagebundle_pt_PT.properties +44 -0
- package/src/sap/m/messagebundle_ro.properties +46 -2
- package/src/sap/m/messagebundle_ru.properties +48 -4
- package/src/sap/m/messagebundle_sh.properties +149 -105
- package/src/sap/m/messagebundle_sk.properties +46 -2
- package/src/sap/m/messagebundle_sl.properties +62 -18
- package/src/sap/m/messagebundle_sv.properties +50 -6
- package/src/sap/m/messagebundle_th.properties +44 -0
- package/src/sap/m/messagebundle_tr.properties +49 -5
- package/src/sap/m/messagebundle_uk.properties +59 -15
- package/src/sap/m/messagebundle_vi.properties +46 -2
- package/src/sap/m/messagebundle_zh_CN.properties +44 -0
- package/src/sap/m/messagebundle_zh_TW.properties +46 -2
- package/src/sap/m/p13n/AbstractContainer.js +2 -2
- package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
- package/src/sap/m/p13n/BasePanel.js +13 -3
- package/src/sap/m/p13n/Container.js +1 -1
- package/src/sap/m/p13n/Engine.js +1 -1
- package/src/sap/m/p13n/FlexUtil.js +0 -41
- package/src/sap/m/p13n/GroupController.js +1 -1
- package/src/sap/m/p13n/GroupPanel.js +1 -1
- package/src/sap/m/p13n/Popup.js +16 -1
- package/src/sap/m/p13n/QueryPanel.js +1 -1
- package/src/sap/m/p13n/SelectionController.js +457 -423
- package/src/sap/m/p13n/SelectionPanel.js +1 -1
- package/src/sap/m/p13n/SortController.js +1 -1
- package/src/sap/m/p13n/SortPanel.js +4 -3
- package/src/sap/m/p13n/handler/xConfigHandler.js +18 -5
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +1 -1
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +1 -1
- package/src/sap/m/p13n/modules/UIManager.js +1 -1
- package/src/sap/m/p13n/modules/xConfigAPI.js +1 -1
- package/src/sap/m/plugins/CellSelector.js +203 -160
- package/src/sap/m/plugins/ColumnResizer.js +9 -2
- package/src/sap/m/plugins/CopyProvider.js +21 -10
- package/src/sap/m/plugins/DataStateIndicator.js +1 -1
- package/src/sap/m/plugins/PasteProvider.js +1 -1
- package/src/sap/m/plugins/PluginBase.js +1 -1
- package/src/sap/m/routing/Target.js +3 -3
- package/src/sap/m/routing/Targets.js +3 -3
- package/src/sap/m/semantic/AddAction.js +1 -1
- package/src/sap/m/semantic/CancelAction.js +1 -1
- package/src/sap/m/semantic/DeleteAction.js +1 -1
- package/src/sap/m/semantic/DetailPage.js +1 -1
- package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/m/semantic/EditAction.js +1 -1
- package/src/sap/m/semantic/FavoriteAction.js +1 -1
- package/src/sap/m/semantic/FilterAction.js +1 -1
- package/src/sap/m/semantic/FilterSelect.js +1 -1
- package/src/sap/m/semantic/FlagAction.js +1 -1
- package/src/sap/m/semantic/ForwardAction.js +1 -1
- package/src/sap/m/semantic/FullscreenPage.js +1 -1
- package/src/sap/m/semantic/GroupAction.js +1 -1
- package/src/sap/m/semantic/GroupSelect.js +1 -1
- package/src/sap/m/semantic/MainAction.js +1 -1
- package/src/sap/m/semantic/MasterPage.js +1 -1
- package/src/sap/m/semantic/MessagesIndicator.js +1 -1
- package/src/sap/m/semantic/MultiSelectAction.js +1 -1
- package/src/sap/m/semantic/NegativeAction.js +1 -1
- package/src/sap/m/semantic/OpenInAction.js +1 -1
- package/src/sap/m/semantic/PositiveAction.js +1 -1
- package/src/sap/m/semantic/PrintAction.js +1 -1
- package/src/sap/m/semantic/SaveAction.js +1 -1
- package/src/sap/m/semantic/Segment.js +1 -1
- package/src/sap/m/semantic/SegmentedContainer.js +1 -1
- package/src/sap/m/semantic/SemanticButton.js +1 -1
- package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/m/semantic/SemanticControl.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/semantic/SemanticPage.js +1 -1
- package/src/sap/m/semantic/SemanticSelect.js +1 -1
- package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/m/semantic/SendEmailAction.js +1 -1
- package/src/sap/m/semantic/SendMessageAction.js +1 -1
- package/src/sap/m/semantic/ShareInJamAction.js +1 -1
- package/src/sap/m/semantic/ShareMenu.js +1 -1
- package/src/sap/m/semantic/ShareMenuPage.js +1 -1
- package/src/sap/m/semantic/SortAction.js +1 -1
- package/src/sap/m/semantic/SortSelect.js +1 -1
- package/src/sap/m/table/ColumnWidthController.js +177 -0
- package/src/sap/m/table/Util.js +1 -1
- package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/Entry.js +1 -1
- package/src/sap/m/table/columnmenu/Item.js +1 -1
- package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
- package/src/sap/m/table/columnmenu/Menu.js +17 -13
- package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickGroup.js +5 -1
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSortItem.js +2 -2
- package/src/sap/m/table/columnmenu/QuickTotal.js +5 -1
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
- package/src/sap/m/themes/base/Avatar.less +0 -1
- package/src/sap/m/themes/base/BarBase.less +1 -1
- package/src/sap/m/themes/base/BusyIndicator.less +0 -10
- package/src/sap/m/themes/base/ExpandableText.less +6 -0
- package/src/sap/m/themes/base/GenericTile.less +36 -0
- package/src/sap/m/themes/base/LinkTileContent.less +17 -0
- package/src/sap/m/themes/base/MenuButton.less +1 -1
- package/src/sap/m/themes/base/NotificationListBase.less +3 -3
- package/src/sap/m/themes/base/ObjectStatus.less +241 -1
- package/src/sap/m/themes/base/RadioButton.less +1 -1
- package/src/sap/m/themes/base/SearchField.less +2 -1
- package/src/sap/m/themes/base/SplitButton.less +0 -1
- package/src/sap/m/themes/base/Table.less +0 -7
- package/src/sap/m/themes/base/Text.less +4 -1
- package/src/sap/m/themes/base/Toolbar.less +7 -14
- package/src/sap/m/themes/base/ValueStateHeader.less +4 -0
- package/src/sap/m/themes/base/library.source.less +1 -0
- package/src/sap/m/upload/ActionsPlaceholder.js +49 -0
- package/src/sap/m/upload/Column.js +58 -0
- package/src/sap/m/upload/FilePreviewDialog.js +22 -3
- package/src/sap/m/upload/FilterPanel.js +280 -0
- package/src/sap/m/upload/UploadSet.js +11 -6
- package/src/sap/m/upload/UploadSetItem.js +6 -5
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
- package/src/sap/m/upload/UploadSetwithTable.js +487 -93
- package/src/sap/m/upload/UploadSetwithTableItem.js +26 -11
- package/src/sap/m/upload/Uploader.js +3 -0
- package/src/sap/m/upload/UploaderTableItem.js +4 -1
- package/src/sap/m/upload/p13n/PersManager.js +251 -0
- package/src/sap/m/upload/p13n/flexibility/UploadSetwithTable.flexibility.js +32 -0
- package/src/sap/m/upload/p13n/handlers/BaseConfigHandler.js +44 -0
- package/src/sap/m/upload/p13n/handlers/ChangeHandler.js +98 -0
- package/src/sap/m/upload/p13n/handlers/ColumnConfigHandler.js +57 -0
- package/src/sap/m/upload/p13n/handlers/ColumnsStateChangeHandler.js +43 -0
- package/src/sap/m/upload/p13n/handlers/FilterConfigHandler.js +71 -0
- package/src/sap/m/upload/p13n/handlers/FilterStateChangeHandler.js +65 -0
- package/src/sap/m/upload/p13n/handlers/GroupConfigHandler.js +57 -0
- package/src/sap/m/upload/p13n/handlers/GroupStateChangeHandler.js +46 -0
- package/src/sap/m/upload/p13n/handlers/SortConfigHandler.js +57 -0
- package/src/sap/m/upload/p13n/handlers/SortStateChangeHandler.js +48 -0
- package/src/sap/m/upload/p13n/mediator/BaseMediator.js +183 -0
- package/src/sap/m/upload/p13n/mediator/ColumnsMediator.js +210 -0
- package/src/sap/m/upload/p13n/mediator/FilterMediator.js +196 -0
- package/src/sap/m/upload/p13n/mediator/GroupMediator.js +192 -0
- package/src/sap/m/upload/p13n/mediator/SortMediator.js +200 -0
- package/src/sap/m/upload/p13n/modules/CustomDataConfig.js +100 -0
- package/src/sap/m/upload/p13n/modules/PersPopupManager.js +76 -0
package/src/sap/m/ListBase.js
CHANGED
|
@@ -105,7 +105,7 @@ function(
|
|
|
105
105
|
* @extends sap.ui.core.Control
|
|
106
106
|
*
|
|
107
107
|
* @author SAP SE
|
|
108
|
-
* @version 1.
|
|
108
|
+
* @version 1.120.1
|
|
109
109
|
*
|
|
110
110
|
* @constructor
|
|
111
111
|
* @public
|
|
@@ -253,6 +253,7 @@ function(
|
|
|
253
253
|
/**
|
|
254
254
|
* If set to true, this control remembers and retains the selection of the items after a binding update has been performed (e.g. sorting, filtering).
|
|
255
255
|
* <b>Note:</b> This feature works only if two-way data binding for the <code>selected</code> property of the item is not used. It also needs to be turned off if the binding context of the item does not always point to the same entry in the model, for example, if the order of the data in the <code>JSONModel</code> is changed.
|
|
256
|
+
* <b>Note:</b> This feature leverages the built-in selection mechanism of the corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected}, the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo} API documentation. Do not enable this feature when <code>$$SharedRequests</code> is active.
|
|
256
257
|
* @since 1.16.6
|
|
257
258
|
*/
|
|
258
259
|
rememberSelections : {type : "boolean", group : "Behavior", defaultValue : true},
|
|
@@ -964,9 +965,9 @@ function(
|
|
|
964
965
|
* @since 1.18.6
|
|
965
966
|
*/
|
|
966
967
|
ListBase.prototype.getSelectedContexts = function(bAll) {
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
968
|
+
const oBindingInfo = this.getBindingInfo("items");
|
|
969
|
+
const sModelName = oBindingInfo?.model;
|
|
970
|
+
const oModel = this.getModel(sModelName);
|
|
970
971
|
|
|
971
972
|
// only deal with binding case
|
|
972
973
|
if (!oBindingInfo || !oModel) {
|
|
@@ -975,15 +976,19 @@ function(
|
|
|
975
976
|
|
|
976
977
|
// return binding contexts from all selection paths
|
|
977
978
|
if (bAll && this.getRememberSelections()) {
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
979
|
+
|
|
980
|
+
// in ODataV4Model getAllCurrentContexts will also include previously selected contexts
|
|
981
|
+
if (oModel.isA("sap.ui.model.odata.v4.ODataModel")) {
|
|
982
|
+
const aContexts = this.getBinding("items").getAllCurrentContexts?.() || [];
|
|
983
|
+
return aContexts.filter((oContext) => this._aSelectedPaths.includes(oContext.getPath()));
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
// for all other models, ask model to provide context over binding path
|
|
987
|
+
return this._aSelectedPaths.map((sPath) => oModel.getContext(sPath));
|
|
981
988
|
}
|
|
982
989
|
|
|
983
990
|
// return binding context of current selected items
|
|
984
|
-
return this.getSelectedItems().map(
|
|
985
|
-
return oItem.getBindingContext(sModelName);
|
|
986
|
-
});
|
|
991
|
+
return this.getSelectedItems().map((oItem) => oItem.getBindingContext(sModelName));
|
|
987
992
|
};
|
|
988
993
|
|
|
989
994
|
|
|
@@ -998,7 +1003,14 @@ function(
|
|
|
998
1003
|
ListBase.prototype.removeSelections = function(bAll, bFireEvent, bDetectBinding) {
|
|
999
1004
|
var aChangedListItems = [];
|
|
1000
1005
|
this._oSelectedItem = null;
|
|
1001
|
-
|
|
1006
|
+
if (bAll) {
|
|
1007
|
+
this._aSelectedPaths = [];
|
|
1008
|
+
if (!bDetectBinding) {
|
|
1009
|
+
const oBinding = this.getBinding("items");
|
|
1010
|
+
const aContexts = oBinding?.getAllCurrentContexts?.() || [];
|
|
1011
|
+
aContexts[0]?.setSelected && aContexts.forEach((oContext) => oContext.setSelected(false));
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1002
1014
|
this.getItems(true).forEach(function(oItem) {
|
|
1003
1015
|
if (!oItem.getSelected()) {
|
|
1004
1016
|
return;
|
|
@@ -1670,18 +1682,24 @@ function(
|
|
|
1670
1682
|
return;
|
|
1671
1683
|
}
|
|
1672
1684
|
|
|
1673
|
-
|
|
1685
|
+
const sModelName = this.getBindingInfo("items").model;
|
|
1686
|
+
const oBindingContext = oItem.getBindingContext(sModelName);
|
|
1687
|
+
const sPath = oBindingContext?.getPath();
|
|
1674
1688
|
if (!sPath) {
|
|
1675
1689
|
return;
|
|
1676
1690
|
}
|
|
1677
1691
|
|
|
1692
|
+
const iIndex = this._aSelectedPaths.indexOf(sPath);
|
|
1678
1693
|
bSelect = (bSelect === undefined) ? oItem.getSelected() : bSelect;
|
|
1679
|
-
var iIndex = this._aSelectedPaths.indexOf(sPath);
|
|
1680
1694
|
if (bSelect) {
|
|
1681
1695
|
iIndex < 0 && this._aSelectedPaths.push(sPath);
|
|
1682
1696
|
} else {
|
|
1683
1697
|
iIndex > -1 && this._aSelectedPaths.splice(iIndex, 1);
|
|
1684
1698
|
}
|
|
1699
|
+
|
|
1700
|
+
if (oBindingContext.setSelected && !oBindingContext.isTransient()) {
|
|
1701
|
+
oBindingContext.setSelected(bSelect);
|
|
1702
|
+
}
|
|
1685
1703
|
};
|
|
1686
1704
|
|
|
1687
1705
|
ListBase.prototype._destroyGrowingDelegate = function() {
|
|
@@ -2931,4 +2949,4 @@ function(
|
|
|
2931
2949
|
|
|
2932
2950
|
return ListBase;
|
|
2933
2951
|
|
|
2934
|
-
});
|
|
2952
|
+
});
|
package/src/sap/m/MaskEnabler.js
CHANGED
package/src/sap/m/MaskInput.js
CHANGED
package/src/sap/m/Menu.js
CHANGED
package/src/sap/m/MenuButton.js
CHANGED
|
@@ -58,7 +58,7 @@ sap.ui.define([
|
|
|
58
58
|
* @extends sap.ui.core.Control
|
|
59
59
|
*
|
|
60
60
|
* @author SAP SE
|
|
61
|
-
* @version 1.
|
|
61
|
+
* @version 1.120.1
|
|
62
62
|
*
|
|
63
63
|
* @constructor
|
|
64
64
|
* @public
|
|
@@ -186,8 +186,8 @@ sap.ui.define([
|
|
|
186
186
|
defaultAction: {},
|
|
187
187
|
|
|
188
188
|
/**
|
|
189
|
-
*
|
|
190
|
-
* presses the arrow button.
|
|
189
|
+
* In <code>Regular</code> button mode – fires when the user presses the button.
|
|
190
|
+
* Alternatively, if the <code>buttonMode</code> is set to <code>Split</code> - fires when the user presses the arrow button.
|
|
191
191
|
*
|
|
192
192
|
* @since 1.94.0
|
|
193
193
|
*/
|
package/src/sap/m/MenuItem.js
CHANGED
package/src/sap/m/MessageItem.js
CHANGED
package/src/sap/m/MessagePage.js
CHANGED
|
@@ -95,7 +95,7 @@ function(
|
|
|
95
95
|
* @extends sap.ui.core.Control
|
|
96
96
|
*
|
|
97
97
|
* @author SAP SE
|
|
98
|
-
* @version 1.
|
|
98
|
+
* @version 1.120.1
|
|
99
99
|
*
|
|
100
100
|
* @constructor
|
|
101
101
|
* @public
|
|
@@ -708,8 +708,7 @@ function(
|
|
|
708
708
|
* @private
|
|
709
709
|
*/
|
|
710
710
|
MessagePopover.prototype._expandMsgPopover = function () {
|
|
711
|
-
var
|
|
712
|
-
sHeight = DEFAULT_CONTENT_HEIGHT,
|
|
711
|
+
var sHeight = DEFAULT_CONTENT_HEIGHT,
|
|
713
712
|
sDomHeight = this._oPopover.$("cont").css("height");
|
|
714
713
|
|
|
715
714
|
if (this.getInitiallyExpanded() && sDomHeight !== "0px") {
|
|
@@ -9,13 +9,13 @@ sap.ui.define([
|
|
|
9
9
|
'sap/ui/core/Popup',
|
|
10
10
|
'sap/ui/core/library',
|
|
11
11
|
'sap/ui/core/Control',
|
|
12
|
+
'sap/ui/core/Element',
|
|
12
13
|
'sap/ui/Device',
|
|
13
|
-
'sap/ui/core/Core',
|
|
14
14
|
"sap/base/Log",
|
|
15
15
|
"sap/ui/thirdparty/jquery",
|
|
16
16
|
"sap/ui/core/Configuration"
|
|
17
17
|
],
|
|
18
|
-
function(InstanceManager, Popup, coreLibrary, Control,
|
|
18
|
+
function(InstanceManager, Popup, coreLibrary, Control, Element, Device, Log, jQuery, Configuration) {
|
|
19
19
|
"use strict";
|
|
20
20
|
|
|
21
21
|
// shortcut for sap.ui.core.Dock
|
|
@@ -72,7 +72,7 @@ sap.ui.define([
|
|
|
72
72
|
* The message toast has the same behavior on all devices. However, you can adjust the width of the control, for example, for use on a desktop device.
|
|
73
73
|
*
|
|
74
74
|
* @author SAP SE
|
|
75
|
-
* @version 1.
|
|
75
|
+
* @version 1.120.1
|
|
76
76
|
*
|
|
77
77
|
* @namespace
|
|
78
78
|
* @public
|
|
@@ -405,9 +405,7 @@ sap.ui.define([
|
|
|
405
405
|
* @public
|
|
406
406
|
*/
|
|
407
407
|
MessageToast.show = function(sMessage, mOptions) {
|
|
408
|
-
var oOpener =
|
|
409
|
-
var oUI5Area = oOpener && oOpener.getUIArea && oOpener.getUIArea() || sap.ui.core.UIArea.registry.all()['body'] || sap.ui.core.UIArea.registry.all()['content'];
|
|
410
|
-
var oOpenerUI5Area = oOpener && oOpener.getUIArea && oOpener.getUIArea();
|
|
408
|
+
var oOpener = Element.closestTo(document.activeElement);
|
|
411
409
|
var oAccSpan;
|
|
412
410
|
var that = MessageToast,
|
|
413
411
|
mSettings = jQuery.extend({}, MessageToast._mSettings, { message: sMessage }),
|
|
@@ -419,12 +417,6 @@ sap.ui.define([
|
|
|
419
417
|
|
|
420
418
|
MessageToast._mSettings.opener = oOpener;
|
|
421
419
|
|
|
422
|
-
// Find the uppper-most parent to attach the keyboard shortcut as we need to be
|
|
423
|
-
// able to open the message no matter where the focus is currently
|
|
424
|
-
if (!this._oRootNode || (this._oRootNode && oOpenerUI5Area && oOpenerUI5Area.getRootNode() !== this._oRootNode)) {
|
|
425
|
-
this._oRootNode = oUI5Area ? oUI5Area.getRootNode() : null;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
420
|
mOptions = normalizeOptions(mOptions);
|
|
429
421
|
|
|
430
422
|
// merge mOptions into mSettings
|
|
@@ -477,13 +469,7 @@ sap.ui.define([
|
|
|
477
469
|
oAccSpan.setAttribute("class", "sapMMessageToastHiddenFocusable");
|
|
478
470
|
|
|
479
471
|
oPopup.getContent().prepend(oAccSpan);
|
|
480
|
-
|
|
481
|
-
if (this._oRootNode) {
|
|
482
|
-
this._oRootNode.removeEventListener("keydown", that._fnKeyDown.bind(that));
|
|
483
|
-
this._oRootNode.addEventListener("keydown", that._fnKeyDown.bind(that));
|
|
484
|
-
|
|
485
|
-
oAccSpan.addEventListener("keydown", handleKbdClose.bind(this));
|
|
486
|
-
}
|
|
472
|
+
oAccSpan.addEventListener("keydown", handleKbdClose.bind(this));
|
|
487
473
|
|
|
488
474
|
// opens the popup's content at the position specified via #setPosition
|
|
489
475
|
oPopup.open();
|
package/src/sap/m/MessageView.js
CHANGED
|
@@ -114,7 +114,7 @@ sap.ui.define([
|
|
|
114
114
|
* The responsiveness of the <code>MessageView</code> is determined by the container in which it is embedded. For that reason the control could not be visualized if the
|
|
115
115
|
* container’s sizes are not defined.
|
|
116
116
|
* @author SAP SE
|
|
117
|
-
* @version 1.
|
|
117
|
+
* @version 1.120.1
|
|
118
118
|
*
|
|
119
119
|
* @extends sap.ui.core.Control
|
|
120
120
|
* @constructor
|
|
@@ -16,15 +16,14 @@ sap.ui.define(["sap/ui/core/Core"], function (Core) {
|
|
|
16
16
|
MessageViewRenderer.render = function (oRm, oControl) {
|
|
17
17
|
var oResourceBundle = Core.getLibraryResourceBundle("sap.m");
|
|
18
18
|
|
|
19
|
-
oRm.openStart("
|
|
19
|
+
oRm.openStart("section", oControl);
|
|
20
20
|
oRm.class(CSS_CLASS);
|
|
21
21
|
oRm.accessibilityState(oControl, {
|
|
22
|
-
role: "region",
|
|
23
22
|
label: oResourceBundle.getText("MESSAGE_VIEW_ARIA_LABEL")
|
|
24
23
|
});
|
|
25
24
|
oRm.openEnd();
|
|
26
25
|
oRm.renderControl(oControl._navContainer);
|
|
27
|
-
oRm.close("
|
|
26
|
+
oRm.close("section");
|
|
28
27
|
};
|
|
29
28
|
|
|
30
29
|
return MessageViewRenderer;
|
|
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/core/XMLComposite", "./library", "sap/ui/core/Item"], fun
|
|
|
17
17
|
* @implements sap.ui.core.IFormContent
|
|
18
18
|
*
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.120.1
|
|
21
21
|
* @experimental since 1.52
|
|
22
22
|
* @since 1.52.0
|
|
23
23
|
* @alias sap.m.MultiEditField
|
package/src/sap/m/MultiInput.js
CHANGED
|
@@ -107,7 +107,7 @@ function(
|
|
|
107
107
|
* @implements sap.ui.core.ISemanticFormContent
|
|
108
108
|
*
|
|
109
109
|
* @author SAP SE
|
|
110
|
-
* @version 1.
|
|
110
|
+
* @version 1.120.1
|
|
111
111
|
*
|
|
112
112
|
* @constructor
|
|
113
113
|
* @public
|
|
@@ -1072,7 +1072,7 @@ function(
|
|
|
1072
1072
|
bNewFocusIsInSuggestionPopup = false,
|
|
1073
1073
|
bNewFocusIsInTokenizer = false,
|
|
1074
1074
|
bNewFocusIsInMultiInput = this.getDomRef() && containsOrEquals(this.getDomRef(), document.activeElement),
|
|
1075
|
-
bFocusedOut
|
|
1075
|
+
bFocusedOut,
|
|
1076
1076
|
oRelatedControlDomRef,
|
|
1077
1077
|
bFocusIsInSelectedItemPopup;
|
|
1078
1078
|
|
|
@@ -1097,6 +1097,8 @@ function(
|
|
|
1097
1097
|
return;
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
|
+
bFocusedOut = !bNewFocusIsInSuggestionPopup && oEvent.relatedControlId !== this.getId() && !bNewFocusIsInTokenizer;
|
|
1101
|
+
|
|
1100
1102
|
if (bFocusedOut && ((this.isMobileDevice() && !this.getShowSuggestion()) || !this.isMobileDevice())) {
|
|
1101
1103
|
this._validateCurrentText(true);
|
|
1102
1104
|
}
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @extends sap.ui.core.Control
|
|
46
46
|
*
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.120.1
|
|
49
49
|
*
|
|
50
50
|
* @constructor
|
|
51
51
|
* @public
|
|
@@ -1915,9 +1915,10 @@ sap.ui.define([
|
|
|
1915
1915
|
* @since 1.91
|
|
1916
1916
|
*/
|
|
1917
1917
|
NavContainer.prototype.showPlaceholder = function(mSettings) {
|
|
1918
|
-
var pLoaded
|
|
1918
|
+
var pLoaded,
|
|
1919
|
+
Placeholder = sap.ui.require("sap/ui/core/Placeholder");
|
|
1919
1920
|
|
|
1920
|
-
if (!
|
|
1921
|
+
if (!Placeholder || !Placeholder.isEnabled()) {
|
|
1921
1922
|
return;
|
|
1922
1923
|
}
|
|
1923
1924
|
|
package/src/sap/m/NewsContent.js
CHANGED
|
@@ -13,8 +13,11 @@ sap.ui.define([
|
|
|
13
13
|
"./NumericContentRenderer",
|
|
14
14
|
"sap/ui/events/KeyCodes",
|
|
15
15
|
"sap/base/util/deepEqual",
|
|
16
|
-
"sap/ui/core/Configuration"
|
|
17
|
-
|
|
16
|
+
"sap/ui/core/Configuration",
|
|
17
|
+
"sap/ui/core/Core",
|
|
18
|
+
"sap/ui/core/Lib",
|
|
19
|
+
"sap/ui/core/Theming"
|
|
20
|
+
], function (library, Control, IconPool, ResizeHandler, Image, NumericContentRenderer, KeyCodes, deepEqual, Configuration, Core, CoreLib, Theming) {
|
|
18
21
|
"use strict";
|
|
19
22
|
|
|
20
23
|
var LANG_MAP = { // keys are compared in lowercase
|
|
@@ -108,7 +111,7 @@ sap.ui.define([
|
|
|
108
111
|
* @extends sap.ui.core.Control
|
|
109
112
|
*
|
|
110
113
|
* @author SAP SE
|
|
111
|
-
* @version 1.
|
|
114
|
+
* @version 1.120.1
|
|
112
115
|
* @since 1.34
|
|
113
116
|
*
|
|
114
117
|
* @public
|
|
@@ -218,9 +221,9 @@ sap.ui.define([
|
|
|
218
221
|
/* --- Lifecycle methods --- */
|
|
219
222
|
|
|
220
223
|
NumericContent.prototype.init = function () {
|
|
221
|
-
this._rb =
|
|
224
|
+
this._rb = CoreLib.getResourceBundleFor("sap.m");
|
|
222
225
|
this.setTooltip("{AltText}");
|
|
223
|
-
|
|
226
|
+
Core.ready(this._registerResizeHandler.bind(this));
|
|
224
227
|
};
|
|
225
228
|
|
|
226
229
|
NumericContent.prototype._getParentTile = function () {
|
|
@@ -283,11 +286,7 @@ sap.ui.define([
|
|
|
283
286
|
this.$().on("mouseenter", this._addTooltip.bind(this));
|
|
284
287
|
this.$().on("mouseleave", this._removeTooltip.bind(this));
|
|
285
288
|
|
|
286
|
-
|
|
287
|
-
sap.ui.getCore().attachThemeChanged(this._checkIfIconFits, this);
|
|
288
|
-
} else {
|
|
289
|
-
this._checkIfIconFits();
|
|
290
|
-
}
|
|
289
|
+
Theming.attachApplied(this._checkIfIconFits.bind(this));
|
|
291
290
|
};
|
|
292
291
|
|
|
293
292
|
/**
|
|
@@ -5,11 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
|
-
"sap/m/library"
|
|
9
|
-
|
|
8
|
+
"sap/m/library",
|
|
9
|
+
"sap/ui/core/Lib"
|
|
10
|
+
], function (library, CoreLib) {
|
|
10
11
|
"use strict";
|
|
11
12
|
|
|
12
|
-
var oResourceBundle =
|
|
13
|
+
var oResourceBundle = CoreLib.getResourceBundleFor("sap.m");
|
|
13
14
|
|
|
14
15
|
var DeviationIndicator = library.DeviationIndicator,
|
|
15
16
|
LoadState = library.LoadState,
|
|
@@ -50,7 +51,7 @@ sap.ui.define([
|
|
|
50
51
|
oRm.class("sapMNCAnimation");
|
|
51
52
|
}
|
|
52
53
|
if (oControl.getWidth()) {
|
|
53
|
-
oRm.style("width", oControl.
|
|
54
|
+
oRm.style("width", oControl.getWidth());
|
|
54
55
|
|
|
55
56
|
}
|
|
56
57
|
oRm.class("sapMNC");
|
|
@@ -43,7 +43,7 @@ function(library, Control, coreLibrary, Text, Element, KeyCodes, ObjectAttribute
|
|
|
43
43
|
* <code>text</code> property is styled and acts as a link. In this case the <code>text</code>
|
|
44
44
|
* property must also be set, as otherwise there will be no link displayed for the user.
|
|
45
45
|
* @extends sap.ui.core.Control
|
|
46
|
-
* @version 1.
|
|
46
|
+
* @version 1.120.1
|
|
47
47
|
*
|
|
48
48
|
* @constructor
|
|
49
49
|
* @public
|
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
*
|
|
47
47
|
* @extends sap.ui.core.Control
|
|
48
48
|
* @implements sap.ui.core.IFormContent
|
|
49
|
-
* @version 1.
|
|
49
|
+
* @version 1.120.1
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @public
|
|
@@ -136,8 +136,10 @@ sap.ui.define([
|
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
138
|
* Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
|
|
139
|
+
*
|
|
140
|
+
* <b>Note:</b> The additional labelling text will take effect only if <code>active</code> property is set to <code>true</code>.
|
|
139
141
|
*/
|
|
140
|
-
|
|
142
|
+
ariaLabelledBy: {type: "sap.ui.core.Control", multiple: true, singularName: "ariaLabelledBy"}
|
|
141
143
|
},
|
|
142
144
|
events : {
|
|
143
145
|
|
|
@@ -351,10 +353,6 @@ sap.ui.define([
|
|
|
351
353
|
sResult += sId + "-statusIcon ";
|
|
352
354
|
}
|
|
353
355
|
|
|
354
|
-
if (this.getState() !== ValueState.None) {
|
|
355
|
-
sResult += sId + "-state ";
|
|
356
|
-
}
|
|
357
|
-
|
|
358
356
|
return sResult.trim();
|
|
359
357
|
};
|
|
360
358
|
|