@openui5/sap.m 1.96.2 → 1.97.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.
- package/.reuse/dep5 +1 -1
- package/THIRDPARTY.txt +2 -1
- package/package.json +4 -4
- package/src/sap/m/.library +1 -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/App.js +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
- package/src/sap/m/Avatar.js +10 -2
- package/src/sap/m/AvatarRenderer.js +3 -0
- package/src/sap/m/Bar.js +1 -1
- package/src/sap/m/Breadcrumbs.js +2 -2
- 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 +6 -5
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- 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 +39 -6
- package/src/sap/m/ComboBoxBase.js +121 -15
- package/src/sap/m/ComboBoxTextField.js +21 -7
- package/src/sap/m/CustomDynamicDateOption.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 +42 -9
- package/src/sap/m/DatePickerRenderer.js +13 -0
- package/src/sap/m/DateRangeSelection.js +2 -2
- package/src/sap/m/DateTimeField.js +1 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +48 -52
- 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/DynamicDateFormat.js +5 -5
- package/src/sap/m/DynamicDateOption.js +1 -1
- package/src/sap/m/DynamicDateRange.js +2 -4
- package/src/sap/m/DynamicDateUtil.js +8 -6
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +1 -1
- package/src/sap/m/FacetFilter.js +1 -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 +1 -1
- package/src/sap/m/FeedListItem.js +1 -1
- 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 +8 -1
- package/src/sap/m/GenericTagRenderer.js +1 -1
- package/src/sap/m/GenericTile.js +6 -32
- package/src/sap/m/GenericTileRenderer.js +6 -5
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +1 -1
- 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 +13 -3
- package/src/sap/m/IconTabSeparator.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 +29 -3
- package/src/sap/m/InputBase.js +2 -2
- package/src/sap/m/InputListItem.js +1 -1
- 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/List.js +1 -1
- package/src/sap/m/ListBase.js +1 -1
- 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 +1 -1
- 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 +35 -6
- package/src/sap/m/MessagePopover.js +1 -1
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +1 -1
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +1 -1
- package/src/sap/m/MultiComboBox.js +66 -37
- package/src/sap/m/MultiComboBoxRenderer.js +4 -0
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +1 -1
- package/src/sap/m/NavContainer.js +1 -1
- 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/NotificationListGroupRenderer.js +1 -0
- package/src/sap/m/NotificationListItem.js +1 -1
- package/src/sap/m/NumericContent.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 +19 -2
- package/src/sap/m/ObjectNumber.js +1 -1
- package/src/sap/m/ObjectNumberRenderer.js +1 -1
- package/src/sap/m/ObjectStatus.js +1 -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/OverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/P13nAnyFilterItem.js +1 -1
- package/src/sap/m/P13nColumnsItem.js +1 -1
- package/src/sap/m/P13nColumnsPanel.js +1 -1
- package/src/sap/m/P13nConditionPanel.js +3 -3
- package/src/sap/m/P13nDialog.js +1 -1
- package/src/sap/m/P13nDimMeasureItem.js +1 -1
- package/src/sap/m/P13nDimMeasurePanel.js +1 -1
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +1 -1
- package/src/sap/m/P13nGroupItem.js +1 -1
- package/src/sap/m/P13nGroupPanel.js +1 -1
- package/src/sap/m/P13nItem.js +1 -1
- package/src/sap/m/P13nPanel.js +4 -1
- package/src/sap/m/P13nSelectionItem.js +1 -1
- package/src/sap/m/P13nSelectionPanel.js +1 -1
- package/src/sap/m/P13nSortItem.js +1 -1
- package/src/sap/m/P13nSortPanel.js +1 -1
- package/src/sap/m/PDFViewer.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 +19 -3
- package/src/sap/m/PlanningCalendarHeader.js +1 -1
- package/src/sap/m/PlanningCalendarLegend.js +25 -5
- package/src/sap/m/PlanningCalendarLegendRenderer.js +2 -2
- package/src/sap/m/PlanningCalendarRow.js +8 -3
- package/src/sap/m/PlanningCalendarView.js +1 -1
- package/src/sap/m/Popover.js +1 -1
- package/src/sap/m/ProgressIndicator.js +13 -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 +1 -1
- package/src/sap/m/RadioButtonGroup.js +1 -1
- package/src/sap/m/RangeSlider.js +1 -1
- package/src/sap/m/RatingIndicator.js +1 -1
- package/src/sap/m/ResponsivePopover.js +1 -1
- 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 +20 -3
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +18 -7
- package/src/sap/m/SelectDialog.js +1 -1
- 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 +28 -28
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +17 -15
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -1
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.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 +1 -1
- 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 +1 -1
- package/src/sap/m/StandardDynamicDateOption.js +93 -67
- 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 +1 -1
- package/src/sap/m/Switch.js +1 -1
- package/src/sap/m/TabContainer.js +1 -1
- package/src/sap/m/TabContainerItem.js +33 -3
- package/src/sap/m/TabStrip.js +1 -1
- package/src/sap/m/TabStripItem.js +11 -15
- package/src/sap/m/TabStripRenderer.js +1 -1
- package/src/sap/m/Table.js +4 -3
- 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 +1 -1
- 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 +1 -1
- package/src/sap/m/TimePicker.js +43 -4
- 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/TimePickerRenderer.js +4 -0
- 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/ToggleButtonRenderer.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/ToolbarSeparator.js +1 -1
- package/src/sap/m/ToolbarSpacer.js +1 -1
- package/src/sap/m/Tree.js +1 -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 +1 -1
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +18 -6
- 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 +1 -1
- 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 +16 -4
- package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
- package/src/sap/m/designtime/IconTabBar.designtime.js +2 -1
- package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +0 -6
- package/src/sap/m/library.js +65 -4
- package/src/sap/m/messagebundle.properties +32 -1
- package/src/sap/m/messagebundle_ar.properties +37 -0
- package/src/sap/m/messagebundle_bg.properties +37 -0
- package/src/sap/m/messagebundle_ca.properties +37 -0
- package/src/sap/m/messagebundle_cs.properties +38 -1
- package/src/sap/m/messagebundle_cy.properties +37 -0
- package/src/sap/m/messagebundle_da.properties +37 -0
- package/src/sap/m/messagebundle_de.properties +37 -0
- package/src/sap/m/messagebundle_el.properties +37 -0
- package/src/sap/m/messagebundle_en.properties +37 -0
- package/src/sap/m/messagebundle_en_GB.properties +37 -0
- package/src/sap/m/messagebundle_en_US_sappsd.properties +46 -2
- package/src/sap/m/messagebundle_en_US_saprigi.properties +3 -39
- package/src/sap/m/messagebundle_en_US_saptrc.properties +61 -3
- package/src/sap/m/messagebundle_es.properties +40 -3
- package/src/sap/m/messagebundle_es_MX.properties +38 -1
- package/src/sap/m/messagebundle_et.properties +37 -0
- package/src/sap/m/messagebundle_fi.properties +37 -0
- package/src/sap/m/messagebundle_fr.properties +45 -8
- package/src/sap/m/messagebundle_fr_CA.properties +37 -0
- package/src/sap/m/messagebundle_hi.properties +37 -0
- package/src/sap/m/messagebundle_hr.properties +37 -0
- package/src/sap/m/messagebundle_hu.properties +37 -0
- package/src/sap/m/messagebundle_id.properties +38 -1
- package/src/sap/m/messagebundle_it.properties +37 -0
- package/src/sap/m/messagebundle_iw.properties +37 -0
- package/src/sap/m/messagebundle_ja.properties +37 -0
- package/src/sap/m/messagebundle_kk.properties +37 -0
- package/src/sap/m/messagebundle_ko.properties +37 -0
- package/src/sap/m/messagebundle_lt.properties +37 -0
- package/src/sap/m/messagebundle_lv.properties +37 -0
- package/src/sap/m/messagebundle_ms.properties +37 -0
- package/src/sap/m/messagebundle_nl.properties +37 -0
- package/src/sap/m/messagebundle_no.properties +37 -0
- package/src/sap/m/messagebundle_pl.properties +37 -0
- package/src/sap/m/messagebundle_pt.properties +37 -0
- package/src/sap/m/messagebundle_pt_PT.properties +38 -1
- package/src/sap/m/messagebundle_ro.properties +38 -1
- package/src/sap/m/messagebundle_ru.properties +38 -1
- package/src/sap/m/messagebundle_sh.properties +38 -1
- package/src/sap/m/messagebundle_sk.properties +37 -0
- package/src/sap/m/messagebundle_sl.properties +37 -0
- package/src/sap/m/messagebundle_sv.properties +37 -0
- package/src/sap/m/messagebundle_th.properties +37 -0
- package/src/sap/m/messagebundle_tr.properties +37 -0
- package/src/sap/m/messagebundle_uk.properties +37 -0
- package/src/sap/m/messagebundle_vi.properties +37 -0
- package/src/sap/m/messagebundle_zh_CN.properties +37 -0
- package/src/sap/m/messagebundle_zh_TW.properties +37 -0
- package/src/sap/m/p13n/AbstractContainer.js +47 -4
- package/src/sap/m/p13n/AbstractContainerItem.js +82 -82
- package/src/sap/m/p13n/BasePanel.js +31 -30
- package/src/sap/m/p13n/Container.js +67 -5
- package/src/sap/m/p13n/GroupPanel.js +4 -2
- package/src/sap/m/p13n/Popup.js +358 -0
- package/src/sap/m/p13n/QueryPanel.js +6 -2
- package/src/sap/m/p13n/SelectionPanel.js +1 -1
- package/src/sap/m/p13n/SortPanel.js +4 -2
- package/src/sap/m/plugins/ColumnResizer.js +1 -1
- 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/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/ActionItem.js +69 -0
- package/src/sap/m/table/ColumnMenu.js +377 -0
- package/src/sap/m/table/ColumnMenuEntry.js +101 -0
- package/src/sap/m/table/ColumnMenuRenderer.js +82 -0
- package/src/sap/m/table/Item.js +130 -0
- package/src/sap/m/table/ItemBase.js +153 -0
- package/src/sap/m/table/QuickAction.js +53 -0
- package/src/sap/m/table/QuickActionBase.js +53 -0
- package/src/sap/m/table/Util.js +1 -1
- package/src/sap/m/themes/base/AbstractContainer.less +15 -0
- package/src/sap/m/themes/base/Breadcrumbs.less +2 -2
- package/src/sap/m/themes/base/ColumnMenu.less +41 -0
- package/src/sap/m/themes/base/ComboBox.less +2 -2
- package/src/sap/m/themes/base/ComboBoxBase.less +20 -0
- package/src/sap/m/themes/base/DatePicker.less +4 -0
- package/src/sap/m/themes/base/DateTimePicker.less +20 -1
- package/src/sap/m/themes/base/GenericTile.less +25 -14
- package/src/sap/m/themes/base/Input.less +2 -2
- package/src/sap/m/themes/base/MultiComboBox.less +3 -3
- package/src/sap/m/themes/base/ObjectAttribute.less +3 -4
- package/src/sap/m/themes/base/P13nDialog.less +1 -5
- package/src/sap/m/themes/base/ProgressIndicator.less +3 -2
- package/src/sap/m/themes/base/ScrollContainer.less +1 -3
- package/src/sap/m/themes/base/Select.less +2 -1
- package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +16 -16
- package/src/sap/m/themes/base/TextArea.less +1 -1
- package/src/sap/m/themes/base/TimePicker.less +3 -0
- package/src/sap/m/themes/base/ValueStateHeader.less +1 -3
- package/src/sap/m/themes/base/ViewSettingsDialog.less +5 -1
- package/src/sap/m/themes/base/WizardProgressNavigator.less +1 -1
- package/src/sap/m/themes/base/library.source.less +1 -0
- package/src/sap/m/themes/base/p13n.Container.less +4 -0
- package/src/sap/m/themes/sap_hcb/ComboBox.less +9 -0
- package/src/sap/m/themes/sap_hcb/Input.less +4 -0
- package/src/sap/m/themes/sap_hcb/MultiComboBox.less +8 -0
- package/src/sap/m/themes/sap_hcb/ValueStateHeader.less +3 -0
- package/src/sap/m/themes/sap_hcb/WizardProgressNavigator.less +0 -4
- package/src/sap/m/themes/sap_hcb/library.source.less +2 -0
- package/src/sap/m/upload/UploadSet.js +1 -1
- package/src/sap/m/upload/UploadSetItem.js +1 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* @since 1.48.0
|
|
11
11
|
* @public
|
|
12
12
|
* @author SAP SE
|
|
13
|
-
* @version 1.
|
|
13
|
+
* @version 1.97.0
|
|
14
14
|
* @borrows sap.ui.core.Element#addCustomData as #addCustomData
|
|
15
15
|
* @borrows sap.ui.core.Element#getCustomData as #getCustomData
|
|
16
16
|
* @borrows sap.ui.core.Element#indexOfCustomData as #indexOfCustomData
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
* @since 1.48.0
|
|
46
46
|
* @public
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.97.0
|
|
49
49
|
* @borrows sap.ui.core.Element#addCustomData as #addCustomData
|
|
50
50
|
* @borrows sap.ui.core.Element#getCustomData as #getCustomData
|
|
51
51
|
* @borrows sap.ui.core.Element#indexOfCustomData as #indexOfCustomData
|
package/src/sap/m/Shell.js
CHANGED
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* The Shell control can be used as root element of applications. It can contain an App or a <code>SplitApp</code> control.
|
|
36
36
|
* The Shell provides some overarching functionality for the overall application and takes care of visual adaptation, such as a frame around the App, on desktop browser platforms.
|
|
37
37
|
* @extends sap.ui.core.Control
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.97.0
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -53,15 +53,15 @@ sap.ui.define([
|
|
|
53
53
|
) {
|
|
54
54
|
"use strict";
|
|
55
55
|
|
|
56
|
-
var ROW_HEIGHT_COZY =
|
|
57
|
-
ROW_HEIGHT_COMPACT =
|
|
58
|
-
BLOCKER_ROW_HEIGHT_COZY =
|
|
59
|
-
BLOCKER_ROW_HEIGHT_COMPACT =
|
|
56
|
+
var ROW_HEIGHT_COZY = 4.3125, // Unit in rem, equals 69px with default font size
|
|
57
|
+
ROW_HEIGHT_COMPACT = 3, // Unit in rem, equals 48px with default font size
|
|
58
|
+
BLOCKER_ROW_HEIGHT_COZY = 2.125, // Unit in rem, equals 34px with default font size
|
|
59
|
+
BLOCKER_ROW_HEIGHT_COMPACT = 1.5625, // Unit in rem, equals 25px with default font size
|
|
60
60
|
HALF_HOUR_MS = 3600000 / 2,
|
|
61
61
|
ONE_MIN_MS = 60 * 1000,
|
|
62
62
|
// Day view only - indicates the special dates
|
|
63
63
|
// 3px height the marker itself + 2x2px on its top and bottom both on cozy & compact
|
|
64
|
-
|
|
64
|
+
DAY_MARKER_HEIGHT = 0.4375, // Unit in rem, equals 7px with default font size
|
|
65
65
|
FIRST_HOUR_OF_DAY = 0,
|
|
66
66
|
LAST_HOUR_OF_DAY = 24;
|
|
67
67
|
|
|
@@ -96,7 +96,7 @@ sap.ui.define([
|
|
|
96
96
|
* @extends sap.ui.core.Control
|
|
97
97
|
*
|
|
98
98
|
* @author SAP SE
|
|
99
|
-
* @version 1.
|
|
99
|
+
* @version 1.97.0
|
|
100
100
|
*
|
|
101
101
|
* @constructor
|
|
102
102
|
* @private
|
|
@@ -852,9 +852,9 @@ sap.ui.define([
|
|
|
852
852
|
};
|
|
853
853
|
};
|
|
854
854
|
|
|
855
|
-
SinglePlanningCalendarGrid.prototype._adjustAppointmentsHeightforCompact = function (sDate, oColumnStartDateAndHour, oColumnEndDateAndHour) {
|
|
855
|
+
SinglePlanningCalendarGrid.prototype._adjustAppointmentsHeightforCompact = function (sDate, oColumnStartDateAndHour, oColumnEndDateAndHour, iColumn) {
|
|
856
856
|
var oAppointment,
|
|
857
|
-
|
|
857
|
+
oAppDomRef,
|
|
858
858
|
oAppStartDate,
|
|
859
859
|
oAppEndDate,
|
|
860
860
|
iAppTop,
|
|
@@ -862,25 +862,25 @@ sap.ui.define([
|
|
|
862
862
|
bAppStartIsOutsideVisibleStartHour,
|
|
863
863
|
bAppEndIsOutsideVisibleEndHour,
|
|
864
864
|
iRowHeight = this._getRowHeight(),
|
|
865
|
-
|
|
865
|
+
iRow = 0;
|
|
866
866
|
|
|
867
867
|
if (this._oAppointmentsToRender[sDate]) {
|
|
868
868
|
this._oAppointmentsToRender[sDate].oAppointmentsList.getIterator().forEach(function(oAppNode) {
|
|
869
869
|
oAppointment = oAppNode.getData();
|
|
870
|
-
|
|
870
|
+
oAppDomRef = this.getDomRef().querySelector("#" + oAppointment.getId() + "-" + iColumn + "_" + iRow);
|
|
871
871
|
oAppStartDate = oAppointment.getStartDate();
|
|
872
872
|
oAppEndDate = oAppointment.getEndDate();
|
|
873
873
|
bAppStartIsOutsideVisibleStartHour = oColumnStartDateAndHour.getTime() > oAppStartDate.getTime();
|
|
874
874
|
bAppEndIsOutsideVisibleEndHour = oColumnEndDateAndHour.getTime() < oAppEndDate.getTime();
|
|
875
875
|
|
|
876
|
-
iAppTop = bAppStartIsOutsideVisibleStartHour ? 0 :
|
|
877
|
-
iAppBottom = bAppEndIsOutsideVisibleEndHour ? 0 :
|
|
876
|
+
iAppTop = bAppStartIsOutsideVisibleStartHour ? 0 : this._calculateTopPosition(oAppStartDate);
|
|
877
|
+
iAppBottom = bAppEndIsOutsideVisibleEndHour ? 0 : this._calculateBottomPosition(oAppEndDate);
|
|
878
878
|
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
});
|
|
879
|
+
oAppDomRef.style["top"] = iAppTop + "rem";
|
|
880
|
+
oAppDomRef.style["bottom"] = iAppBottom + "rem";
|
|
881
|
+
oAppDomRef.querySelector(".sapUiCalendarApp").style["minHeight"] = (iRowHeight / 2 - 0.1875) + "rem";
|
|
882
|
+
++iRow;
|
|
883
|
+
}.bind(this));
|
|
884
884
|
}
|
|
885
885
|
};
|
|
886
886
|
|
|
@@ -888,16 +888,16 @@ sap.ui.define([
|
|
|
888
888
|
var iMaxLevel = this._getBlockersToRender().iMaxlevel,
|
|
889
889
|
iContainerHeight = (iMaxLevel + 1) * this._getBlockerRowHeight(),
|
|
890
890
|
// Day view has bigger height because of the day marker for special days
|
|
891
|
-
iRecalculatedContHeight = this._getColumns() === 1 ? iContainerHeight +
|
|
891
|
+
iRecalculatedContHeight = this._getColumns() === 1 ? iContainerHeight + DAY_MARKER_HEIGHT : iContainerHeight,
|
|
892
892
|
iBlockerRowHeight = this._getBlockerRowHeight();
|
|
893
893
|
|
|
894
|
-
if (iMaxLevel > 0) { // hackie thing to calculate the container witdth. When we have more than 1 line of blockers - we must add
|
|
895
|
-
iRecalculatedContHeight = iRecalculatedContHeight +
|
|
894
|
+
if (iMaxLevel > 0) { // hackie thing to calculate the container witdth. When we have more than 1 line of blockers - we must add 0.1875rem in order to render the blockers visually in the container.
|
|
895
|
+
iRecalculatedContHeight = iRecalculatedContHeight + 0.1875;
|
|
896
896
|
}
|
|
897
|
-
this.$().find(".sapMSinglePCBlockersColumns").css("height", iRecalculatedContHeight);
|
|
897
|
+
this.$().find(".sapMSinglePCBlockersColumns").css("height", iRecalculatedContHeight + "rem");
|
|
898
898
|
|
|
899
|
-
this._oBlockersToRender.oBlockersList.getIterator().forEach(function(
|
|
900
|
-
|
|
899
|
+
this._oBlockersToRender.oBlockersList.getIterator().forEach(function(oBlockerNode) {
|
|
900
|
+
oBlockerNode.getData().$().css("top", (iBlockerRowHeight * oBlockerNode.level + 0.0625) + "rem");
|
|
901
901
|
});
|
|
902
902
|
};
|
|
903
903
|
|
|
@@ -910,7 +910,7 @@ sap.ui.define([
|
|
|
910
910
|
|
|
911
911
|
if (this._getColumns() === 1) {
|
|
912
912
|
iContainerHeight = (iMaxLevel + 1) * this._getBlockerRowHeight();
|
|
913
|
-
this.$().find(".sapMSinglePCBlockersColumns").css("height", iContainerHeight +
|
|
913
|
+
this.$().find(".sapMSinglePCBlockersColumns").css("height", (iContainerHeight + DAY_MARKER_HEIGHT) + "rem");
|
|
914
914
|
}
|
|
915
915
|
};
|
|
916
916
|
|
|
@@ -925,7 +925,7 @@ sap.ui.define([
|
|
|
925
925
|
sDate = this._getDateFormatter().format(oColumnCalDate.toLocalJSDate()),
|
|
926
926
|
oColumnStartDateAndHour = new UniversalDate(oColumnCalDate.getYear(), oColumnCalDate.getMonth(), oColumnCalDate.getDate(), this._getVisibleStartHour()),
|
|
927
927
|
oColumnEndDateAndHour = new UniversalDate(oColumnCalDate.getYear(), oColumnCalDate.getMonth(), oColumnCalDate.getDate(), this._getVisibleEndHour(), 59, 59);
|
|
928
|
-
this._adjustAppointmentsHeightforCompact(sDate, oColumnStartDateAndHour, oColumnEndDateAndHour);
|
|
928
|
+
this._adjustAppointmentsHeightforCompact(sDate, oColumnStartDateAndHour, oColumnEndDateAndHour, i);
|
|
929
929
|
}
|
|
930
930
|
this._adjustBlockersHeightforCompact();
|
|
931
931
|
} else {
|
|
@@ -1390,7 +1390,7 @@ sap.ui.define([
|
|
|
1390
1390
|
iMinutes = oDate.getMinutes(),
|
|
1391
1391
|
iRowHeight = this._getRowHeight();
|
|
1392
1392
|
|
|
1393
|
-
return
|
|
1393
|
+
return (iRowHeight * iHour) + (iRowHeight / 60) * iMinutes;
|
|
1394
1394
|
};
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
@@ -1405,7 +1405,7 @@ sap.ui.define([
|
|
|
1405
1405
|
iMinutes = oDate.getMinutes(),
|
|
1406
1406
|
iRowHeight = this._getRowHeight();
|
|
1407
1407
|
|
|
1408
|
-
return
|
|
1408
|
+
return (iRowHeight * iHour) - (iRowHeight / 60) * iMinutes;
|
|
1409
1409
|
};
|
|
1410
1410
|
|
|
1411
1411
|
/**
|
|
@@ -1435,7 +1435,7 @@ sap.ui.define([
|
|
|
1435
1435
|
bCurrentHourNotVisible = !this._isVisibleHour(oDate.getHours());
|
|
1436
1436
|
|
|
1437
1437
|
$nowMarker.toggleClass("sapMSinglePCNowMarkerHidden", bCurrentHourNotVisible);
|
|
1438
|
-
$nowMarker.css("top", this._calculateTopPosition(oDate) + "
|
|
1438
|
+
$nowMarker.css("top", this._calculateTopPosition(oDate) + "rem");
|
|
1439
1439
|
$nowMarkerText.text(this._formatTimeAsString(oDate));
|
|
1440
1440
|
$nowMarkerAMPM.text(this._addAMPM(oDate));
|
|
1441
1441
|
$nowMarkerText.append($nowMarkerAMPM);
|
|
@@ -23,9 +23,9 @@ sap.ui.define([
|
|
|
23
23
|
unifiedLibrary) {
|
|
24
24
|
"use strict";
|
|
25
25
|
|
|
26
|
-
var iVerticalPaddingBetweenAppointments =
|
|
27
|
-
var iAppointmentBottomPadding =
|
|
28
|
-
var iAppointmentTopPadding =
|
|
26
|
+
var iVerticalPaddingBetweenAppointments = 0.125;
|
|
27
|
+
var iAppointmentBottomPadding = 0.125;
|
|
28
|
+
var iAppointmentTopPadding = 0.0625;
|
|
29
29
|
|
|
30
30
|
// shortcut for sap.ui.unified.CalendarDayType
|
|
31
31
|
var CalendarDayType = unifiedLibrary.CalendarDayType;
|
|
@@ -65,8 +65,8 @@ sap.ui.define([
|
|
|
65
65
|
var iColumns = oControl._getColumns(),
|
|
66
66
|
iMaxLevel = oControl._getBlockersToRender().iMaxlevel,
|
|
67
67
|
oStartDate = oControl.getStartDate(),
|
|
68
|
-
// hackie thing to calculate the container width. When we have more than 1 line of blockers - we must add
|
|
69
|
-
iContainerHeight = (iMaxLevel + 1) * oControl._getBlockerRowHeight() +
|
|
68
|
+
// hackie thing to calculate the container width. When we have more than 1 line of blockers - we must add 0.1875rem in order to render the blockers visually in the container.
|
|
69
|
+
iContainerHeight = (iMaxLevel + 1) * oControl._getBlockerRowHeight() + 0.1875,
|
|
70
70
|
oFormat = oControl._getDateFormatter(),
|
|
71
71
|
aSpecialDates = oControl._getSpecialDates(),
|
|
72
72
|
oCalendarDate = CalendarDate.fromLocalJSDate(oStartDate),
|
|
@@ -95,7 +95,7 @@ sap.ui.define([
|
|
|
95
95
|
oRm.class("sapMSpecialDaysInDayView");
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
oRm.style("height", iContainerHeight + "
|
|
98
|
+
oRm.style("height", iContainerHeight + "rem");
|
|
99
99
|
oRm.openEnd();
|
|
100
100
|
|
|
101
101
|
this.renderDndPlaceholders(oRm, oControl, oControl.getAggregation("_blockersPlaceholders"));
|
|
@@ -234,7 +234,7 @@ sap.ui.define([
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
oRm.style("top", iRowHeight * iBlockerLevel +
|
|
237
|
+
oRm.style("top", iRowHeight * iBlockerLevel + 0.0625 + "rem"); // Adding 0.0625rem to render all of the blockers 0.0625rem below in order to have space on top of them.
|
|
238
238
|
oRm.style(bIsRTL ? "right" : "left", Math.max(iLeftPosition, 0) + "%");
|
|
239
239
|
oRm.style(bIsRTL ? "left" : "right", Math.max(iRightPosition, 0) + "%");
|
|
240
240
|
oRm.openEnd();
|
|
@@ -268,7 +268,7 @@ sap.ui.define([
|
|
|
268
268
|
|
|
269
269
|
if (iLeftPosition < 0) {
|
|
270
270
|
aClasses = ["sapUiCalendarAppArrowIconLeft", "sapUiCalendarAppArrowIcon"];
|
|
271
|
-
oRm.icon("sap-icon://arrow-left", aClasses, { title: null });
|
|
271
|
+
oRm.icon("sap-icon://arrow-left", aClasses, { title: null, role: "img" });
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
if (sIcon) {
|
|
@@ -277,6 +277,7 @@ sap.ui.define([
|
|
|
277
277
|
|
|
278
278
|
mAttributes["id"] = sId + "-Icon";
|
|
279
279
|
mAttributes["title"] = null;
|
|
280
|
+
mAttributes["role"] = "img";
|
|
280
281
|
oRm.icon(sIcon, aClasses, mAttributes);
|
|
281
282
|
}
|
|
282
283
|
|
|
@@ -290,7 +291,7 @@ sap.ui.define([
|
|
|
290
291
|
|
|
291
292
|
if (iRightPosition < 0) {
|
|
292
293
|
aClasses = ["sapUiCalendarAppArrowIconRight", "sapUiCalendarAppArrowIcon"];
|
|
293
|
-
oRm.icon("sap-icon://arrow-right", aClasses, { title: null });
|
|
294
|
+
oRm.icon("sap-icon://arrow-right", aClasses, { title: null, role: "img" });
|
|
294
295
|
}
|
|
295
296
|
|
|
296
297
|
oRm.openStart("span", sId + "-Descr");
|
|
@@ -546,8 +547,8 @@ sap.ui.define([
|
|
|
546
547
|
oRm.style("border-left-color", sColor);
|
|
547
548
|
}
|
|
548
549
|
}
|
|
549
|
-
oRm.style("top", iAppTop + "
|
|
550
|
-
oRm.style("bottom", iAppBottom + "
|
|
550
|
+
oRm.style("top", iAppTop + "rem");
|
|
551
|
+
oRm.style("bottom", iAppBottom + "rem");
|
|
551
552
|
oRm.style(sap.ui.getCore().getConfiguration().getRTL() ? "right" : "left", iAppChunkWidth * iAppointmentLevel + "%");
|
|
552
553
|
oRm.style("width", iAppChunkWidth * iAppointmentWidth + "%"); // TODO: take into account the levels
|
|
553
554
|
oRm.openEnd();
|
|
@@ -555,7 +556,7 @@ sap.ui.define([
|
|
|
555
556
|
oRm.openStart("div");
|
|
556
557
|
oRm.class("sapUiCalendarApp");
|
|
557
558
|
|
|
558
|
-
oRm.style("min-height", (iRowHeight - (iVerticalPaddingBetweenAppointments + iAppointmentBottomPadding + iAppointmentTopPadding)) / 2 + "
|
|
559
|
+
oRm.style("min-height", (iRowHeight - (iVerticalPaddingBetweenAppointments + iAppointmentBottomPadding + iAppointmentTopPadding)) / 2 + "rem");
|
|
559
560
|
|
|
560
561
|
if (oAppointment.getSelected()) {
|
|
561
562
|
oRm.class("sapUiCalendarAppSel");
|
|
@@ -605,7 +606,7 @@ sap.ui.define([
|
|
|
605
606
|
|
|
606
607
|
if (bArrowLeft && iStartDayDiff < 0) {
|
|
607
608
|
aClasses = ["sapUiCalendarAppArrowIconLeft", "sapUiCalendarAppArrowIcon"];
|
|
608
|
-
oRm.icon("sap-icon://arrow-left", aClasses, { title: null });
|
|
609
|
+
oRm.icon("sap-icon://arrow-left", aClasses, { title: null, role: "img" });
|
|
609
610
|
}
|
|
610
611
|
|
|
611
612
|
if (sIcon) {
|
|
@@ -614,6 +615,7 @@ sap.ui.define([
|
|
|
614
615
|
|
|
615
616
|
mAttributes["id"] = sId + "-Icon";
|
|
616
617
|
mAttributes["title"] = null;
|
|
618
|
+
mAttributes["role"] = "img";
|
|
617
619
|
oRm.icon(sIcon, aClasses, mAttributes);
|
|
618
620
|
}
|
|
619
621
|
|
|
@@ -642,7 +644,7 @@ sap.ui.define([
|
|
|
642
644
|
|
|
643
645
|
if (bArrowRight && iEndDayDiff < 0) {
|
|
644
646
|
aClasses = ["sapUiCalendarAppArrowIconRight", "sapUiCalendarAppArrowIcon"];
|
|
645
|
-
oRm.icon("sap-icon://arrow-right", aClasses, { title: null });
|
|
647
|
+
oRm.icon("sap-icon://arrow-right", aClasses, { title: null, role: "img" });
|
|
646
648
|
}
|
|
647
649
|
|
|
648
650
|
// ARIA information about start and end
|
|
@@ -677,7 +679,7 @@ sap.ui.define([
|
|
|
677
679
|
var oDate = new Date();
|
|
678
680
|
|
|
679
681
|
oRm.openStart("div", oControl.getId() + "-nowMarker");
|
|
680
|
-
oRm.style("top", oControl._calculateTopPosition(oDate) + "
|
|
682
|
+
oRm.style("top", oControl._calculateTopPosition(oDate) + "rem");
|
|
681
683
|
oRm.class("sapMSinglePCNowMarker");
|
|
682
684
|
|
|
683
685
|
if (!oControl._isVisibleHour(oDate.getHours())) {
|
|
@@ -341,7 +341,7 @@ sap.ui.define([
|
|
|
341
341
|
|
|
342
342
|
if (app.hasPrevious < 0) {
|
|
343
343
|
aClasses = ["sapUiCalendarAppArrowIconLeft", "sapUiCalendarAppArrowIcon"];
|
|
344
|
-
oRm.icon("sap-icon://arrow-left", aClasses, { title: null });
|
|
344
|
+
oRm.icon("sap-icon://arrow-left", aClasses, { title: null, role: "img" });
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
if (sIcon) {
|
|
@@ -350,6 +350,7 @@ sap.ui.define([
|
|
|
350
350
|
|
|
351
351
|
mAttributes["id"] = sId + "-Icon";
|
|
352
352
|
mAttributes["title"] = null;
|
|
353
|
+
mAttributes["role"] = "img";
|
|
353
354
|
oRm.icon(sIcon, aClasses, mAttributes);
|
|
354
355
|
}
|
|
355
356
|
|
|
@@ -363,7 +364,7 @@ sap.ui.define([
|
|
|
363
364
|
|
|
364
365
|
if (app.hasNext < 0) {
|
|
365
366
|
aClasses = ["sapUiCalendarAppArrowIconRight", "sapUiCalendarAppArrowIcon"];
|
|
366
|
-
oRm.icon("sap-icon://arrow-right", aClasses, { title: null });
|
|
367
|
+
oRm.icon("sap-icon://arrow-right", aClasses, { title: null, role: "img" });
|
|
367
368
|
}
|
|
368
369
|
|
|
369
370
|
oRm.openStart("span", sId + "-Descr");
|
package/src/sap/m/SlideTile.js
CHANGED
package/src/sap/m/Slider.js
CHANGED
package/src/sap/m/SplitApp.js
CHANGED
package/src/sap/m/SplitButton.js
CHANGED