@openui5/sap.m 1.127.0 → 1.128.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/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/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 +1 -1
- 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 +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 +1 -1
- package/src/sap/m/ComboBoxBase.js +1 -1
- package/src/sap/m/ComboBoxTextField.js +1 -1
- package/src/sap/m/ContentConfig.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 +2 -2
- 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 +2 -2
- package/src/sap/m/DialogRenderer.js +11 -3
- 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 +1 -1
- 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/FeedListItemRenderer.js +15 -14
- package/src/sap/m/Fiori20Adapter.js +3 -3
- 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 +11 -5
- package/src/sap/m/GenericTile.js +1 -1
- package/src/sap/m/GenericTileRenderer.js +5 -1
- 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 +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 +2 -17
- package/src/sap/m/InputBase.js +16 -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 +120 -5
- package/src/sap/m/LinkRenderer.js +18 -0
- package/src/sap/m/LinkTileContent.js +1 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +44 -2
- 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/MenuItemGroup.js +1 -1
- package/src/sap/m/MenuListItem.js +1 -1
- package/src/sap/m/MessageItem.js +10 -2
- package/src/sap/m/MessageListItem.js +2 -2
- package/src/sap/m/MessagePage.js +1 -1
- 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 +10 -7
- package/src/sap/m/MultiComboBox.js +1 -1
- 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/NotificationListItem.js +1 -1
- package/src/sap/m/NumericContent.js +1 -1
- 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 +12 -5
- package/src/sap/m/ObjectListItem.js +1 -1
- package/src/sap/m/ObjectMarker.js +1 -1
- package/src/sap/m/ObjectNumber.js +4 -4
- package/src/sap/m/ObjectStatus.js +13 -7
- package/src/sap/m/ObjectStatusRenderer.js +8 -0
- package/src/sap/m/OverflowToolbar.js +21 -2
- 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/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 -5
- 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 +1 -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 -4
- 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 +13 -6
- package/src/sap/m/PlanningCalendarHeader.js +1 -1
- package/src/sap/m/PlanningCalendarLegend.js +1 -1
- package/src/sap/m/PlanningCalendarLegendRenderer.js +4 -1
- package/src/sap/m/PlanningCalendarRow.js +11 -5
- package/src/sap/m/PlanningCalendarView.js +1 -1
- package/src/sap/m/Popover.js +6 -4
- package/src/sap/m/PopoverRenderer.js +13 -3
- 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 +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 +1 -1
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +1 -1
- package/src/sap/m/SelectDialog.js +12 -7
- package/src/sap/m/SelectDialogBase.js +21 -1
- package/src/sap/m/SelectList.js +1 -1
- package/src/sap/m/SelectionDetails.js +1 -29
- 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 +15 -2
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +45 -1
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +78 -13
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +65 -3
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +13 -6
- 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 +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 +1 -1
- package/src/sap/m/Switch.js +1 -1
- package/src/sap/m/TabContainer.js +1 -1
- package/src/sap/m/TabContainerItem.js +1 -1
- package/src/sap/m/TabStrip.js +1 -1
- package/src/sap/m/TabStripItem.js +1 -1
- package/src/sap/m/Table.js +1 -1
- 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 +12 -8
- 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/TileInfo.js +1 -1
- 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 +112 -2
- 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/VariantItem.js +1 -0
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +1 -1
- 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 +1 -1
- package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
- package/src/sap/m/library.js +2 -2
- package/src/sap/m/messagebundle.properties +12 -2
- package/src/sap/m/messagebundle_ar.properties +8 -2
- package/src/sap/m/messagebundle_bg.properties +8 -2
- package/src/sap/m/messagebundle_ca.properties +9 -3
- package/src/sap/m/messagebundle_cnr.properties +8 -2
- package/src/sap/m/messagebundle_cs.properties +8 -2
- package/src/sap/m/messagebundle_cy.properties +8 -2
- package/src/sap/m/messagebundle_da.properties +10 -4
- package/src/sap/m/messagebundle_de.properties +8 -2
- package/src/sap/m/messagebundle_el.properties +11 -5
- package/src/sap/m/messagebundle_en.properties +11 -5
- package/src/sap/m/messagebundle_en_GB.properties +11 -5
- package/src/sap/m/messagebundle_en_US_saprigi.properties +11 -5
- package/src/sap/m/messagebundle_es.properties +9 -3
- package/src/sap/m/messagebundle_es_MX.properties +9 -3
- package/src/sap/m/messagebundle_et.properties +8 -2
- package/src/sap/m/messagebundle_fi.properties +8 -2
- package/src/sap/m/messagebundle_fr.properties +8 -2
- package/src/sap/m/messagebundle_fr_CA.properties +8 -2
- package/src/sap/m/messagebundle_hi.properties +11 -5
- package/src/sap/m/messagebundle_hr.properties +8 -2
- package/src/sap/m/messagebundle_hu.properties +9 -3
- package/src/sap/m/messagebundle_id.properties +16 -10
- package/src/sap/m/messagebundle_it.properties +11 -5
- package/src/sap/m/messagebundle_iw.properties +8 -2
- package/src/sap/m/messagebundle_ja.properties +6 -0
- package/src/sap/m/messagebundle_kk.properties +12 -6
- package/src/sap/m/messagebundle_ko.properties +6 -0
- package/src/sap/m/messagebundle_lt.properties +8 -2
- package/src/sap/m/messagebundle_lv.properties +13 -7
- package/src/sap/m/messagebundle_mk.properties +10 -4
- package/src/sap/m/messagebundle_ms.properties +8 -2
- package/src/sap/m/messagebundle_nl.properties +8 -2
- package/src/sap/m/messagebundle_no.properties +8 -2
- package/src/sap/m/messagebundle_pl.properties +11 -5
- package/src/sap/m/messagebundle_pt.properties +8 -2
- package/src/sap/m/messagebundle_pt_PT.properties +8 -2
- package/src/sap/m/messagebundle_ro.properties +8 -2
- package/src/sap/m/messagebundle_ru.properties +10 -4
- package/src/sap/m/messagebundle_sh.properties +8 -2
- package/src/sap/m/messagebundle_sk.properties +8 -2
- package/src/sap/m/messagebundle_sl.properties +15 -9
- package/src/sap/m/messagebundle_sr.properties +8 -2
- package/src/sap/m/messagebundle_sv.properties +8 -2
- package/src/sap/m/messagebundle_th.properties +8 -2
- package/src/sap/m/messagebundle_tr.properties +8 -2
- package/src/sap/m/messagebundle_uk.properties +8 -2
- package/src/sap/m/messagebundle_vi.properties +9 -3
- package/src/sap/m/messagebundle_zh_CN.properties +10 -4
- package/src/sap/m/messagebundle_zh_TW.properties +11 -5
- 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 +2 -2
- package/src/sap/m/p13n/Container.js +1 -1
- package/src/sap/m/p13n/Engine.js +2 -2
- package/src/sap/m/p13n/FilterController.js +1 -1
- package/src/sap/m/p13n/FilterPanel.js +1 -1
- package/src/sap/m/p13n/GroupController.js +1 -1
- package/src/sap/m/p13n/GroupPanel.js +1 -1
- package/src/sap/m/p13n/MessageStrip.js +64 -0
- package/src/sap/m/p13n/Popup.js +1 -1
- package/src/sap/m/p13n/QueryPanel.js +1 -1
- package/src/sap/m/p13n/SelectionController.js +1 -1
- 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 +1 -1
- 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/plugins/CellSelector.js +22 -12
- package/src/sap/m/plugins/ColumnResizer.js +1 -1
- package/src/sap/m/plugins/ContextMenuSetting.js +1 -1
- package/src/sap/m/plugins/CopyProvider.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/plugins/UploadSetwithTable.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/ColumnWidthController.js +1 -1
- package/src/sap/m/table/Util.js +2 -40
- 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 +29 -18
- package/src/sap/m/table/columnmenu/MenuBase.js +1 -1
- 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 +1 -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 +1 -1
- package/src/sap/m/table/columnmenu/QuickTotal.js +1 -1
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
- package/src/sap/m/themes/base/ActionTile.less +377 -307
- package/src/sap/m/themes/base/ActionTileContent.less +4 -1
- package/src/sap/m/themes/base/Breadcrumbs.less +15 -12
- package/src/sap/m/themes/base/BusyIndicator.less +17 -6
- package/src/sap/m/themes/base/Button.less +242 -213
- package/src/sap/m/themes/base/Carousel.less +80 -57
- package/src/sap/m/themes/base/CellSelector.less +33 -33
- package/src/sap/m/themes/base/Dialog.less +37 -8
- package/src/sap/m/themes/base/FeedContent.less +1 -1
- package/src/sap/m/themes/base/FeedListItem.less +6 -8
- package/src/sap/m/themes/base/GenericTile.less +41 -5
- package/src/sap/m/themes/base/HeaderContainer.less +1 -1
- package/src/sap/m/themes/base/IconTabBar.less +10 -2
- package/src/sap/m/themes/base/ImageContent.less +2 -2
- package/src/sap/m/themes/base/Link.less +27 -4
- package/src/sap/m/themes/base/MessageView.less +4 -0
- package/src/sap/m/themes/base/MultiUnitPopover.less +0 -9
- package/src/sap/m/themes/base/NewsContent.less +5 -0
- package/src/sap/m/themes/base/NumericContent.less +1 -21
- package/src/sap/m/themes/base/Popover.less +23 -10
- package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +4 -0
- package/src/sap/m/themes/base/SlideTile.less +4 -0
- package/src/sap/m/themes/base/Token.less +1 -1
- package/src/sap/m/themes/base/UploadSet.less +0 -4
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-BalloonSky.svg +44 -32
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyCalendar.svg +76 -73
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-FilterTable.svg +64 -40
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoTasks_v1.svg +61 -52
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-PageNotFound.svg +23 -24
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-ReloadScreen.svg +47 -33
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SearchFolder.svg +36 -26
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SuccessHighFive.svg +21 -42
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SuccessScreen.svg +46 -31
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UploadCollection.svg +26 -28
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-BalloonSky.svg +52 -41
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyCalendar.svg +89 -86
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-FilterTable.svg +61 -55
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoTasks_v1.svg +85 -89
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-PageNotFound.svg +28 -32
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-ReloadScreen.svg +61 -79
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SearchFolder.svg +43 -35
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SuccessHighFive.svg +22 -24
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SuccessScreen.svg +60 -77
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UploadCollection.svg +28 -29
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-BalloonSky.svg +42 -28
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyCalendar.svg +45 -42
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-FilterTable.svg +55 -41
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-GroupTable.svg +84 -65
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoTasks_v1.svg +21 -14
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-PageNotFound.svg +19 -26
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-ReloadScreen.svg +34 -30
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-ResizeColumn.svg +44 -36
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SearchFolder.svg +36 -24
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SuccessHighFive.svg +20 -27
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SuccessScreen.svg +33 -30
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UploadCollection.svg +29 -27
- package/src/sap/m/themes/sap_hcb/base_FeedListItem.less +0 -7
- package/src/sap/m/themes/sap_hcb/base_HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_hcb/base_ImageContent.less +0 -7
- package/src/sap/m/themes/sap_hcb/base_MultiUnitPopover.less +0 -9
- package/src/sap/m/themes/sap_hcb/base_NumericContent.less +1 -21
- package/src/sap/m/themes/sap_hcb/library.source.less +0 -1
- package/src/sap/m/upload/ActionsPlaceholder.js +1 -1
- package/src/sap/m/upload/Column.js +1 -1
- package/src/sap/m/upload/FilePreviewDialog.js +1 -1
- package/src/sap/m/upload/UploadItem.js +1 -1
- package/src/sap/m/upload/UploadItemConfiguration.js +1 -1
- package/src/sap/m/upload/UploadSet.js +26 -14
- package/src/sap/m/upload/UploadSetItem.js +3 -3
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
- package/src/sap/m/upload/UploadSetwithTable.js +1 -1
- package/src/sap/m/upload/UploadSetwithTableItem.js +1 -1
- package/src/sap/m/upload/UploaderTableItem.js +1 -1
- package/src/sap/m/upload/p13n/PersManager.js +1 -1
- package/src/sap/m/upload/p13n/mediator/BaseMediator.js +1 -1
- package/src/sap/m/upload/p13n/mediator/ColumnsMediator.js +1 -1
- package/src/sap/m/upload/p13n/mediator/FilterMediator.js +1 -1
- package/src/sap/m/upload/p13n/mediator/GroupMediator.js +1 -1
- package/src/sap/m/upload/p13n/mediator/SortMediator.js +1 -1
- package/src/sap/m/upload/p13n/modules/PersPopupManager.js +1 -1
- package/src/sap/m/themes/sap_hcb/NewsContent.less +0 -8
|
@@ -112,7 +112,7 @@ sap.ui.define([
|
|
|
112
112
|
* When using the <code>sap.m.TableSelectDialog</code> in SAP Quartz and Horizon themes, the breakpoints and layout paddings could be determined by the dialog's width. To enable this concept and add responsive paddings to an element of the control, you have to add the following classes depending on your use case: <code>sapUiResponsivePadding--header</code>, <code>sapUiResponsivePadding--subHeader</code>, <code>sapUiResponsivePadding--content</code>, <code>sapUiResponsivePadding--footer</code>.
|
|
113
113
|
* @extends sap.m.SelectDialogBase
|
|
114
114
|
* @author SAP SE
|
|
115
|
-
* @version 1.
|
|
115
|
+
* @version 1.128.0
|
|
116
116
|
*
|
|
117
117
|
* @constructor
|
|
118
118
|
* @public
|
|
@@ -382,8 +382,8 @@ sap.ui.define([
|
|
|
382
382
|
that._oDialog.attachAfterClose(fnResetAfterClose);
|
|
383
383
|
that._oDialog.close();
|
|
384
384
|
} else {
|
|
385
|
-
// update the selection label
|
|
386
385
|
that._updateSelectionIndicator();
|
|
386
|
+
that._announceSelectionIndicator();
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
},
|
|
@@ -567,6 +567,8 @@ sap.ui.define([
|
|
|
567
567
|
this._sSearchFieldValue = sSearchValue || "";
|
|
568
568
|
|
|
569
569
|
this._oDialog.setInitialFocus(this._getInitialFocus());
|
|
570
|
+
this._updateSelectionIndicator();
|
|
571
|
+
this.updateDialogAriaDescribedBy();
|
|
570
572
|
this._oDialog.open();
|
|
571
573
|
|
|
572
574
|
// open dialog with busy state if a list update is still in progress
|
|
@@ -577,9 +579,6 @@ sap.ui.define([
|
|
|
577
579
|
// store the current selection for the cancel event
|
|
578
580
|
this._aInitiallySelectedItems = this._oTable.getSelectedItems();
|
|
579
581
|
|
|
580
|
-
// refresh the selection indicator to be in sync with the model
|
|
581
|
-
this._updateSelectionIndicator();
|
|
582
|
-
|
|
583
582
|
//now return the control for chaining
|
|
584
583
|
return this;
|
|
585
584
|
};
|
|
@@ -1210,12 +1209,17 @@ sap.ui.define([
|
|
|
1210
1209
|
if (this.getShowClearButton() && this._oClearButton) {
|
|
1211
1210
|
this._oClearButton.setEnabled(iSelectedContexts > 0);
|
|
1212
1211
|
}
|
|
1213
|
-
|
|
1212
|
+
|
|
1214
1213
|
oInfoBar.setVisible(!!iSelectedContexts);
|
|
1215
1214
|
oInfoBar.getContent()[0].setText(this._oRb.getText("TABLESELECTDIALOG_SELECTEDITEMS", [iSelectedContexts]));
|
|
1215
|
+
SelectDialogBase.getSelectionIndicatorInvisibleText().setText(iSelectedContexts > 0 ? this._oRb.getText("TABLESELECTDIALOG_SELECTEDITEMS_SR", [iSelectedContexts]) : "");
|
|
1216
|
+
};
|
|
1217
|
+
|
|
1218
|
+
TableSelectDialog.prototype._announceSelectionIndicator = function () {
|
|
1219
|
+
const selectedContexts = this._oTable.getSelectedContextPaths(true).length;
|
|
1216
1220
|
|
|
1217
|
-
if (
|
|
1218
|
-
InvisibleMessage.getInstance().announce(
|
|
1221
|
+
if (selectedContexts) {
|
|
1222
|
+
InvisibleMessage.getInstance().announce(this._oRb.getText("TABLESELECTDIALOG_SELECTEDITEMS_SR", [selectedContexts]), InvisibleMessageMode.Polite);
|
|
1219
1223
|
}
|
|
1220
1224
|
};
|
|
1221
1225
|
|
package/src/sap/m/Text.js
CHANGED
|
@@ -59,7 +59,7 @@ function(library, Localization, Control, coreLibrary, Device, HyphenationSupport
|
|
|
59
59
|
* @borrows sap.ui.core.ISemanticFormContent.getFormRenderAsControl as #getFormRenderAsControl
|
|
60
60
|
*
|
|
61
61
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.128.0
|
|
63
63
|
*
|
|
64
64
|
* @constructor
|
|
65
65
|
* @public
|
package/src/sap/m/TextArea.js
CHANGED
package/src/sap/m/Tile.js
CHANGED
package/src/sap/m/TileContent.js
CHANGED
package/src/sap/m/TileInfo.js
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @class This element is used within the GenericTile control that generates a combination of an icon and a text to create a TileInfo
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.124
|
package/src/sap/m/TimePicker.js
CHANGED
package/src/sap/m/Title.js
CHANGED
|
@@ -51,7 +51,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"],
|
|
|
51
51
|
* style class support on existing elements by calling this function.
|
|
52
52
|
*
|
|
53
53
|
* @author SAP SE
|
|
54
|
-
* @version 1.
|
|
54
|
+
* @version 1.128.0
|
|
55
55
|
*
|
|
56
56
|
* @param {string} sAggregationName the name of the aggregation which should be affected
|
|
57
57
|
* @param {object} fnGetTitleID function that would return the ID of the title
|
package/src/sap/m/Token.js
CHANGED
package/src/sap/m/Tokenizer.js
CHANGED
package/src/sap/m/Toolbar.js
CHANGED
|
@@ -78,7 +78,7 @@ function(
|
|
|
78
78
|
* @implements sap.ui.core.Toolbar,sap.m.IBar
|
|
79
79
|
*
|
|
80
80
|
* @author SAP SE
|
|
81
|
-
* @version 1.
|
|
81
|
+
* @version 1.128.0
|
|
82
82
|
*
|
|
83
83
|
* @constructor
|
|
84
84
|
* @public
|
|
@@ -337,10 +337,110 @@ function(
|
|
|
337
337
|
this._oContentDelegate = {
|
|
338
338
|
onAfterRendering: this._onAfterContentRendering
|
|
339
339
|
};
|
|
340
|
+
|
|
341
|
+
this._handleKeyNavigationBound = this._handleKeyNavigation.bind(this);
|
|
342
|
+
|
|
340
343
|
};
|
|
341
344
|
|
|
342
345
|
Toolbar.prototype.onAfterRendering = function() {
|
|
343
346
|
this._checkContents();
|
|
347
|
+
|
|
348
|
+
//Attach event listened needed for the arrow key navigation
|
|
349
|
+
if (this.getDomRef()) {
|
|
350
|
+
this.getDomRef().removeEventListener("keydown", this._handleKeyNavigationBound);
|
|
351
|
+
this.getDomRef().addEventListener("keydown", this._handleKeyNavigationBound);
|
|
352
|
+
}
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
Toolbar.prototype._handleKeyNavigation = function(oEvent) {
|
|
356
|
+
const focusedElement = document.activeElement;
|
|
357
|
+
const toolbarDom = this.getDomRef();
|
|
358
|
+
if (toolbarDom.contains(focusedElement)) {
|
|
359
|
+
if (oEvent.keyCode === KeyCodes.ARROW_RIGHT || oEvent.keyCode === KeyCodes.ARROW_DOWN) {
|
|
360
|
+
this._moveFocus("forward", oEvent);
|
|
361
|
+
} else if (oEvent.keyCode === KeyCodes.ARROW_LEFT || oEvent.keyCode === KeyCodes.ARROW_UP) {
|
|
362
|
+
this._moveFocus("backward", oEvent);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
};
|
|
366
|
+
|
|
367
|
+
Toolbar.prototype._moveFocus = function(sDirection, oEvent) {
|
|
368
|
+
var aFocusableElements = this._getToolbarInteractiveControls(),
|
|
369
|
+
oActiveElement = Element.getActiveElement(),
|
|
370
|
+
oActiveDomElement = document.activeElement;
|
|
371
|
+
|
|
372
|
+
while (oActiveElement && oActiveElement.getParent() !== this) {
|
|
373
|
+
oActiveElement = oActiveElement.getParent();
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
var iCurrentIndex = aFocusableElements.indexOf(oActiveElement),
|
|
377
|
+
iNextIndex = this._calculateNextIndex(sDirection, iCurrentIndex, aFocusableElements.length),
|
|
378
|
+
bIsFirst = this._isFirst(sDirection, iCurrentIndex),
|
|
379
|
+
bIsLast = this._isLast(sDirection, iCurrentIndex, aFocusableElements);
|
|
380
|
+
|
|
381
|
+
if (this._shouldAllowDefaultBehavior(oActiveElement, oEvent)) {
|
|
382
|
+
return;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// Handle specific behaviour for the input based controls
|
|
386
|
+
if (this._isInputBasedControl(oActiveDomElement, oActiveElement, oEvent)) {
|
|
387
|
+
var bIsAtStart = oActiveDomElement.selectionStart === 0,
|
|
388
|
+
bIsAtEnd = oActiveDomElement.selectionStart === oActiveDomElement.value.length,
|
|
389
|
+
bTextSelected = oActiveDomElement.selectionStart !== oActiveDomElement.selectionEnd;
|
|
390
|
+
|
|
391
|
+
if (bTextSelected || (sDirection === "forward" && !bIsAtEnd) || (sDirection === "backward" && !bIsAtStart)) {
|
|
392
|
+
return;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
if (aFocusableElements[iNextIndex] && !bIsFirst && !bIsLast) {
|
|
397
|
+
this._focusElement(aFocusableElements[iNextIndex], oEvent);
|
|
398
|
+
}
|
|
399
|
+
};
|
|
400
|
+
|
|
401
|
+
Toolbar.prototype._isInputBasedControl = function(oActiveDomElement) {
|
|
402
|
+
return oActiveDomElement.tagName === "INPUT" && !oActiveDomElement.readOnly;
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
Toolbar.prototype._isFirst = function(sDirection, iCurrentIndex) {
|
|
406
|
+
return (iCurrentIndex === 0) && (sDirection === "backward" || sDirection === "up");
|
|
407
|
+
};
|
|
408
|
+
|
|
409
|
+
Toolbar.prototype._isLast = function(sDirection, iCurrentIndex, aFocusableElements) {
|
|
410
|
+
return (iCurrentIndex === aFocusableElements.length - 1) && (sDirection === "forward" || sDirection === "down");
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
Toolbar.prototype._shouldAllowDefaultBehavior = function(oActiveElement, oEvent) {
|
|
414
|
+
var sActiveElementName = oActiveElement.getMetadata().getName(),
|
|
415
|
+
bIsSelectOrCombobox = ["sap.m.Select", "sap.m.ComboBox"].includes(sActiveElementName),
|
|
416
|
+
bIsUpOrDownArrowKey = [KeyCodes.ARROW_UP, KeyCodes.ARROW_DOWN].includes(oEvent.keyCode),
|
|
417
|
+
bIsBreadcrumbs = sActiveElementName === "sap.m.Breadcrumbs";
|
|
418
|
+
|
|
419
|
+
if (bIsUpOrDownArrowKey && bIsSelectOrCombobox || bIsBreadcrumbs) {
|
|
420
|
+
return true;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
// If the control does not have its own navigation or the conditions are not met, return false
|
|
424
|
+
return false;
|
|
425
|
+
};
|
|
426
|
+
|
|
427
|
+
Toolbar.prototype._calculateNextIndex = function(sDirection, iCurrentIndex, length) {
|
|
428
|
+
if (sDirection === "forward") {
|
|
429
|
+
return (iCurrentIndex + 1) % length;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
return (iCurrentIndex - 1 + length) % length;
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
Toolbar.prototype._focusElement = function(element, oEvent) {
|
|
436
|
+
element.focus();
|
|
437
|
+
|
|
438
|
+
if (document.activeElement.tagName === 'INPUT') {
|
|
439
|
+
document.activeElement.select(); // Optionally select text in input field
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
// Prevent the default behavior to avoid any further automatic focus movement
|
|
443
|
+
oEvent.preventDefault();
|
|
344
444
|
};
|
|
345
445
|
|
|
346
446
|
Toolbar.prototype.onLayoutDataChange = function() {
|
|
@@ -507,11 +607,21 @@ function(
|
|
|
507
607
|
* @private
|
|
508
608
|
*/
|
|
509
609
|
Toolbar.prototype._getToolbarInteractiveControlsCount = function () {
|
|
610
|
+
return this._getToolbarInteractiveControls().length;
|
|
611
|
+
};
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
*
|
|
615
|
+
* @returns {Array} Toolbar interactive Controls
|
|
616
|
+
* @private
|
|
617
|
+
*/
|
|
618
|
+
|
|
619
|
+
Toolbar.prototype._getToolbarInteractiveControls = function () {
|
|
510
620
|
return this.getContent().filter(function (oControl) {
|
|
511
621
|
return oControl.getVisible()
|
|
512
622
|
&& oControl.isA("sap.m.IToolbarInteractiveControl")
|
|
513
623
|
&& typeof (oControl._getToolbarInteractive) === "function" && oControl._getToolbarInteractive();
|
|
514
|
-
})
|
|
624
|
+
});
|
|
515
625
|
};
|
|
516
626
|
|
|
517
627
|
Toolbar.prototype._getActiveButton = function() {
|
|
@@ -25,7 +25,7 @@ sap.ui.define(['./library', 'sap/ui/core/LayoutData'],
|
|
|
25
25
|
* <code>layoutData</code> aggregation of {@link sap.m.ToolbarSpacer} and if set it's ignored.
|
|
26
26
|
*
|
|
27
27
|
* @extends sap.ui.core.LayoutData
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.128.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
package/src/sap/m/Tree.js
CHANGED
package/src/sap/m/VBox.js
CHANGED
package/src/sap/m/VariantItem.js
CHANGED
|
@@ -182,6 +182,7 @@ sap.ui.define([
|
|
|
182
182
|
|
|
183
183
|
VariantItem.prototype.setTitle = function(sValue) {
|
|
184
184
|
this.setProperty("title", sValue);
|
|
185
|
+
this.setProperty("text", sValue);
|
|
185
186
|
if (!this._bOriginalTitleSet) {
|
|
186
187
|
this._bOriginalTitleSet = true;
|
|
187
188
|
this._setOriginalTitle(sValue);
|
package/src/sap/m/VisibleItem.js
CHANGED
package/src/sap/m/WheelSlider.js
CHANGED
package/src/sap/m/Wizard.js
CHANGED
package/src/sap/m/WizardStep.js
CHANGED
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* <li>If the execution needs to branch after a given step, you should set all possible next steps in the <code>subsequentSteps</code> aggregation.
|
|
43
43
|
* @extends sap.ui.core.Control
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.128.0
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|