@openui5/sap.m 1.100.0 → 1.101.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/.eslintrc.json +18 -0
- package/THIRDPARTY.txt +5 -5
- 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 +10 -3
- 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 +6 -5
- package/src/sap/m/Breadcrumbs.js +1 -1
- package/src/sap/m/BreadcrumbsRenderer.js +0 -5
- 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 +4 -1
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CarouselRenderer.js +2 -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/ColumnListItemRenderer.js +1 -0
- 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 +4 -2
- package/src/sap/m/ComboBoxTextField.js +1 -1
- 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 +33 -5
- package/src/sap/m/DatePickerRenderer.js +0 -1
- package/src/sap/m/DateRangeSelection.js +42 -4
- package/src/sap/m/DateTimeField.js +1 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +35 -49
- package/src/sap/m/DateTimePickerRenderer.js +2 -2
- package/src/sap/m/Dialog.js +20 -7
- 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 +12 -2
- package/src/sap/m/DynamicDateRange.js +56 -15
- 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 +2 -2
- 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 +1 -1
- package/src/sap/m/GenericTagRenderer.js +10 -2
- package/src/sap/m/GenericTile.js +44 -4
- package/src/sap/m/GenericTileLineModeRenderer.js +77 -3
- package/src/sap/m/GenericTileRenderer.js +79 -28
- 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 +29 -13
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/IconTabBar.js +2 -2
- 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 +19 -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 +4 -10
- package/src/sap/m/InputBase.js +1 -1
- 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 +36 -5
- package/src/sap/m/ListBaseRenderer.js +19 -3
- package/src/sap/m/ListItemBase.js +3 -2
- 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 +5 -1
- package/src/sap/m/MenuItem.js +1 -1
- package/src/sap/m/MenuListItem.js +1 -1
- package/src/sap/m/MessageBox.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 +18 -36
- 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 +3 -2
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +1 -1
- package/src/sap/m/NavContainer.js +40 -40
- 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 +3 -2
- package/src/sap/m/NumericInputRenderer.js +13 -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 +34 -10
- package/src/sap/m/ObjectMarkerRenderer.js +14 -2
- package/src/sap/m/ObjectNumber.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 +2 -2
- 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 +1 -1
- 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 +3 -3
- package/src/sap/m/PDFViewerRenderer.js +15 -7
- 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 +14 -14
- package/src/sap/m/PlanningCalendarHeader.js +1 -4
- 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 +14 -9
- 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 +3 -2
- package/src/sap/m/RangeSlider.js +14 -2
- 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 +5 -2
- package/src/sap/m/SelectDialog.js +2 -2
- 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 +90 -48
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +10 -9
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +22 -10
- 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 +5 -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 +25 -4
- 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 +3 -3
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +5 -13
- 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 +34 -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/TableRenderer.js +9 -4
- package/src/sap/m/TableSelectDialog.js +2 -2
- 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 +2 -54
- 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 +0 -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 +2 -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 +7 -8
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +1 -1
- package/src/sap/m/VisibleItem.js +2 -2
- package/src/sap/m/WheelSlider.js +1 -1
- package/src/sap/m/WheelSliderContainer.js +1 -1
- package/src/sap/m/Wizard.js +22 -4
- package/src/sap/m/WizardProgressNavigator.js +10 -3
- 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/designtime/ListBase.designtime.js +3 -0
- package/src/sap/m/inputUtils/SuggestionsPopoverDialogMixin.js +22 -16
- package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +10 -2
- package/src/sap/m/library.js +12 -19
- package/src/sap/m/messagebundle.properties +25 -16
- package/src/sap/m/messagebundle_ar.properties +11 -13
- package/src/sap/m/messagebundle_bg.properties +11 -13
- package/src/sap/m/messagebundle_ca.properties +11 -13
- package/src/sap/m/messagebundle_cs.properties +11 -13
- package/src/sap/m/messagebundle_cy.properties +11 -13
- package/src/sap/m/messagebundle_da.properties +11 -13
- package/src/sap/m/messagebundle_de.properties +11 -13
- package/src/sap/m/messagebundle_el.properties +11 -13
- package/src/sap/m/messagebundle_en.properties +10 -12
- package/src/sap/m/messagebundle_en_GB.properties +10 -12
- package/src/sap/m/messagebundle_en_US_sappsd.properties +9 -11
- package/src/sap/m/messagebundle_en_US_saprigi.properties +9 -11
- package/src/sap/m/messagebundle_en_US_saptrc.properties +9 -11
- package/src/sap/m/messagebundle_es.properties +11 -13
- package/src/sap/m/messagebundle_es_MX.properties +11 -13
- package/src/sap/m/messagebundle_et.properties +11 -13
- package/src/sap/m/messagebundle_fi.properties +10 -12
- package/src/sap/m/messagebundle_fr.properties +11 -13
- package/src/sap/m/messagebundle_fr_CA.properties +11 -13
- package/src/sap/m/messagebundle_hi.properties +11 -13
- package/src/sap/m/messagebundle_hr.properties +11 -13
- package/src/sap/m/messagebundle_hu.properties +11 -13
- package/src/sap/m/messagebundle_id.properties +11 -13
- package/src/sap/m/messagebundle_it.properties +18 -20
- package/src/sap/m/messagebundle_iw.properties +11 -13
- package/src/sap/m/messagebundle_ja.properties +11 -13
- package/src/sap/m/messagebundle_kk.properties +11 -13
- package/src/sap/m/messagebundle_ko.properties +12 -14
- package/src/sap/m/messagebundle_lt.properties +11 -13
- package/src/sap/m/messagebundle_lv.properties +10 -12
- package/src/sap/m/messagebundle_ms.properties +11 -13
- package/src/sap/m/messagebundle_nl.properties +10 -12
- package/src/sap/m/messagebundle_no.properties +11 -13
- package/src/sap/m/messagebundle_pl.properties +11 -13
- package/src/sap/m/messagebundle_pt.properties +11 -13
- package/src/sap/m/messagebundle_pt_PT.properties +11 -13
- package/src/sap/m/messagebundle_ro.properties +11 -13
- package/src/sap/m/messagebundle_ru.properties +11 -13
- package/src/sap/m/messagebundle_sh.properties +11 -13
- package/src/sap/m/messagebundle_sk.properties +11 -13
- package/src/sap/m/messagebundle_sl.properties +11 -13
- package/src/sap/m/messagebundle_sv.properties +12 -14
- package/src/sap/m/messagebundle_th.properties +11 -13
- package/src/sap/m/messagebundle_tr.properties +11 -13
- package/src/sap/m/messagebundle_uk.properties +11 -13
- package/src/sap/m/messagebundle_vi.properties +11 -13
- package/src/sap/m/messagebundle_zh_CN.properties +11 -13
- package/src/sap/m/messagebundle_zh_TW.properties +11 -13
- 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 +9 -3
- package/src/sap/m/p13n/Container.js +11 -4
- package/src/sap/m/p13n/GroupPanel.js +2 -1
- package/src/sap/m/p13n/Popup.js +9 -2
- package/src/sap/m/p13n/QueryPanel.js +38 -8
- package/src/sap/m/p13n/SelectionPanel.js +1 -1
- package/src/sap/m/p13n/SortPanel.js +4 -1
- package/src/sap/m/plugins/ColumnResizer.js +31 -2
- 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 +7 -14
- 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/Util.js +84 -6
- 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/ItemContainer.js +29 -0
- package/src/sap/m/table/columnmenu/Menu.js +197 -23
- package/src/sap/m/table/columnmenu/MenuRenderer.js +1 -25
- package/src/sap/m/table/columnmenu/QuickAction.js +14 -3
- package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionContainer.js +29 -0
- package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickGroup.js +29 -16
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +13 -1
- package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSortItem.js +29 -28
- package/src/sap/m/table/columnmenu/QuickTotal.js +32 -17
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +13 -1
- package/src/sap/m/themes/base/Avatar.less +11 -5
- package/src/sap/m/themes/base/CheckBox.less +0 -1
- package/src/sap/m/themes/base/ColumnMenu.less +12 -4
- package/src/sap/m/themes/base/Dialog.less +4 -6
- package/src/sap/m/themes/base/GenericTile.less +370 -55
- package/src/sap/m/themes/base/IconTabBar.less +45 -14
- package/src/sap/m/themes/base/Input.less +1 -1
- package/src/sap/m/themes/base/InputBase.less +112 -10
- package/src/sap/m/themes/base/Label.less +3 -0
- package/src/sap/m/themes/base/Link.less +12 -4
- package/src/sap/m/themes/base/ListBase.less +4 -0
- package/src/sap/m/themes/base/MultiInput.less +1 -1
- package/src/sap/m/themes/base/ObjectAttribute.less +1 -1
- package/src/sap/m/themes/base/ObjectMarker.less +3 -1
- package/src/sap/m/themes/base/ObjectStatus.less +5 -0
- package/src/sap/m/themes/base/Popover.less +10 -7
- package/src/sap/m/themes/base/RadioButton.less +21 -3
- package/src/sap/m/themes/base/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/base/TextArea.less +27 -0
- package/src/sap/m/themes/base/Token.less +14 -13
- package/src/sap/m/themes/base/Tokenizer.less +2 -2
- package/src/sap/m/themes/base/ValueStateMessage.less +3 -3
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyCalendar.svg +73 -72
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyList.svg +33 -18
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoEntries.svg +1 -3
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoNotifications.svg +3 -5
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleBell.svg +12 -9
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleCalendar.svg +41 -40
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SleepingBell.svg +29 -22
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-Tent.svg +28 -23
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-Connection.svg +27 -27
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyCalendar.svg +86 -85
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyList.svg +42 -26
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoData.svg +0 -2
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoEntries.svg +0 -2
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleBell.svg +15 -12
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleCalendar.svg +43 -42
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SleepingBell.svg +49 -42
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-Tent.svg +58 -53
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyCalendar.svg +42 -41
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyList.svg +24 -16
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoEntries.svg +10 -20
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoNotifications.svg +8 -13
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleBell.svg +11 -8
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleCalendar.svg +37 -39
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SleepingBell.svg +38 -22
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-Tent.svg +28 -23
- package/src/sap/m/themes/sap_hcb/ComboBoxBase.less +0 -12
- package/src/sap/m/themes/sap_hcb/InputBase.less +7 -42
- package/src/sap/m/themes/sap_hcb/Popover.less +3 -0
- package/src/sap/m/themes/sap_hcb/Token.less +4 -0
- package/src/sap/m/themes/sap_hcb/ValueStateHeader.less +4 -0
- package/src/sap/m/themes/sap_hcb/ValueStateMessage.less +12 -1
- package/src/sap/m/upload/UploadSet.js +91 -21
- package/src/sap/m/upload/UploadSetItem.js +11 -1
|
@@ -82,7 +82,7 @@ sap.ui.define([
|
|
|
82
82
|
* @extends sap.ui.core.Control
|
|
83
83
|
*
|
|
84
84
|
* @author SAP SE
|
|
85
|
-
* @version 1.
|
|
85
|
+
* @version 1.101.0
|
|
86
86
|
*
|
|
87
87
|
* @constructor
|
|
88
88
|
* @public
|
|
@@ -616,6 +616,24 @@ sap.ui.define([
|
|
|
616
616
|
};
|
|
617
617
|
};
|
|
618
618
|
|
|
619
|
+
/**
|
|
620
|
+
* @see sap.ui.core.Control#getAccessibilityInfo
|
|
621
|
+
* @returns {object} Accessibility information for <code>sap.m.IllustratedMessage</code> control
|
|
622
|
+
* @since 1.101
|
|
623
|
+
* @protected
|
|
624
|
+
*/
|
|
625
|
+
IllustratedMessage.prototype.getAccessibilityInfo = function () {
|
|
626
|
+
var sTitle = this._getTitle().getText(),
|
|
627
|
+
sDescription = this._getDescription().getText(),
|
|
628
|
+
aAdditionalContent = this.getAdditionalContent();
|
|
629
|
+
return {
|
|
630
|
+
type: this._getResourceBundle().getText("ACC_CTR_ILLUSTRATED_MESSAGE"),
|
|
631
|
+
description: sTitle + ". " + sDescription,
|
|
632
|
+
focusable: !!aAdditionalContent.length,
|
|
633
|
+
children: aAdditionalContent
|
|
634
|
+
};
|
|
635
|
+
};
|
|
636
|
+
|
|
619
637
|
|
|
620
638
|
return IllustratedMessage;
|
|
621
639
|
|
package/src/sap/m/Image.js
CHANGED
package/src/sap/m/Input.js
CHANGED
|
@@ -7,13 +7,10 @@
|
|
|
7
7
|
// Provides control sap.m.Input.
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
'./InputBase',
|
|
10
|
-
'./Popover',
|
|
11
10
|
'sap/ui/core/Item',
|
|
12
11
|
'./ColumnListItem',
|
|
13
12
|
'./GroupHeaderListItem',
|
|
14
|
-
'./StandardListItem',
|
|
15
13
|
'sap/ui/core/SeparatorItem',
|
|
16
|
-
'./List',
|
|
17
14
|
'./Table',
|
|
18
15
|
'./library',
|
|
19
16
|
'sap/ui/core/IconPool',
|
|
@@ -42,13 +39,10 @@ sap.ui.define([
|
|
|
42
39
|
],
|
|
43
40
|
function(
|
|
44
41
|
InputBase,
|
|
45
|
-
Popover,
|
|
46
42
|
Item,
|
|
47
43
|
ColumnListItem,
|
|
48
44
|
GroupHeaderListItem,
|
|
49
|
-
StandardListItem,
|
|
50
45
|
SeparatorItem,
|
|
51
|
-
List,
|
|
52
46
|
Table,
|
|
53
47
|
library,
|
|
54
48
|
IconPool,
|
|
@@ -156,7 +150,7 @@ function(
|
|
|
156
150
|
*
|
|
157
151
|
* @extends sap.m.InputBase
|
|
158
152
|
* @author SAP SE
|
|
159
|
-
* @version 1.
|
|
153
|
+
* @version 1.101.0
|
|
160
154
|
*
|
|
161
155
|
* @constructor
|
|
162
156
|
* @public
|
|
@@ -2866,7 +2860,7 @@ function(
|
|
|
2866
2860
|
Input.prototype._createSuggestionsPopoverPopup = function () {
|
|
2867
2861
|
var oSuggPopover = this._getSuggestionsPopover();
|
|
2868
2862
|
var oPopover;
|
|
2869
|
-
oSuggPopover.createSuggestionPopup(this, { showSelectedButton: this._hasShowSelectedButton() });
|
|
2863
|
+
oSuggPopover.createSuggestionPopup(this, { showSelectedButton: this._hasShowSelectedButton() }, Input);
|
|
2870
2864
|
this._decoratePopupInput(oSuggPopover.getInput());
|
|
2871
2865
|
|
|
2872
2866
|
oPopover = oSuggPopover.getPopover();
|
|
@@ -2913,8 +2907,8 @@ function(
|
|
|
2913
2907
|
"showClearIcon",
|
|
2914
2908
|
"effectiveShowClearIcon"
|
|
2915
2909
|
].forEach(function(sPropName) {
|
|
2916
|
-
|
|
2917
|
-
|
|
2910
|
+
oSuggestionsInput.setProperty(sPropName, this.getProperty(sPropName));
|
|
2911
|
+
}, this);
|
|
2918
2912
|
}, this);
|
|
2919
2913
|
} else {
|
|
2920
2914
|
oPopover
|
package/src/sap/m/InputBase.js
CHANGED
package/src/sap/m/Label.js
CHANGED
package/src/sap/m/LightBox.js
CHANGED
package/src/sap/m/Link.js
CHANGED
package/src/sap/m/List.js
CHANGED
package/src/sap/m/ListBase.js
CHANGED
|
@@ -90,7 +90,7 @@ function(
|
|
|
90
90
|
* @extends sap.ui.core.Control
|
|
91
91
|
*
|
|
92
92
|
* @author SAP SE
|
|
93
|
-
* @version 1.
|
|
93
|
+
* @version 1.101.0
|
|
94
94
|
*
|
|
95
95
|
* @constructor
|
|
96
96
|
* @public
|
|
@@ -149,7 +149,9 @@ function(
|
|
|
149
149
|
showUnread : {type : "boolean", group : "Misc", defaultValue : false},
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* This text is displayed
|
|
152
|
+
* This text is displayed if the control contains no items.
|
|
153
|
+
* <b>Note:</b> If both a <code>noDataText</code> property and a <code>noData</code> aggregation are provided, the <code>noData</code> aggregation takes priority.
|
|
154
|
+
* If the <code>noData</code> aggregation is undefined or set to null, the <code>noDataText</code> property is used instead.
|
|
153
155
|
*/
|
|
154
156
|
noDataText : {type : "string", group : "Misc", defaultValue : null},
|
|
155
157
|
|
|
@@ -307,7 +309,15 @@ function(
|
|
|
307
309
|
* Defines the message strip to display binding-related messages.
|
|
308
310
|
* @since 1.73
|
|
309
311
|
*/
|
|
310
|
-
_messageStrip: {type : "sap.m.MessageStrip", multiple : false, visibility : "hidden"}
|
|
312
|
+
_messageStrip: {type : "sap.m.MessageStrip", multiple : false, visibility : "hidden"},
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* Defines the custom visualization if there is no data available.
|
|
316
|
+
* <b>Note:</b> If both a <code>noDataText</code> property and a <code>noData</code> aggregation are provided, the <code>noData</code> aggregation takes priority.
|
|
317
|
+
* If the <code>noData</code> aggregation is undefined or set to null, the <code>noDataText</code> property is used instead.
|
|
318
|
+
* @since 1.101
|
|
319
|
+
*/
|
|
320
|
+
noData: {type: "sap.ui.core.Control", multiple: false, altTypes: ["string"]}
|
|
311
321
|
},
|
|
312
322
|
associations: {
|
|
313
323
|
|
|
@@ -820,9 +830,25 @@ function(
|
|
|
820
830
|
return this;
|
|
821
831
|
};
|
|
822
832
|
|
|
833
|
+
ListBase.prototype.setNoData = function (vNoData) {
|
|
834
|
+
this.setAggregation("noData", vNoData, true);
|
|
835
|
+
|
|
836
|
+
if (typeof vNoData === "string") {
|
|
837
|
+
this.$("nodata-text").text(vNoData);
|
|
838
|
+
} else if (vNoData) {
|
|
839
|
+
this.invalidate();
|
|
840
|
+
} else if (!vNoData) {
|
|
841
|
+
this.$("nodata-text").text(this.getNoDataText());
|
|
842
|
+
}
|
|
843
|
+
return this;
|
|
844
|
+
};
|
|
845
|
+
|
|
823
846
|
ListBase.prototype.setNoDataText = function(sNoDataText) {
|
|
824
847
|
this.setProperty("noDataText", sNoDataText, true);
|
|
825
|
-
|
|
848
|
+
if (!this.getNoData()) {
|
|
849
|
+
// only set noDataText, if noData aggregation is not specified
|
|
850
|
+
this.$("nodata-text").text(this.getNoDataText());
|
|
851
|
+
}
|
|
826
852
|
return this;
|
|
827
853
|
};
|
|
828
854
|
|
|
@@ -2403,7 +2429,12 @@ function(
|
|
|
2403
2429
|
|
|
2404
2430
|
var oTarget = oEvent.target;
|
|
2405
2431
|
if (oTarget.id == this.getId("nodata")) {
|
|
2406
|
-
this.
|
|
2432
|
+
var vNoData = this.getNoData();
|
|
2433
|
+
var sDescription = vNoData || this.getNoDataText();
|
|
2434
|
+
if (vNoData && typeof vNoData !== "string") {
|
|
2435
|
+
sDescription = ListItemBase.getAccessibilityText(vNoData);
|
|
2436
|
+
}
|
|
2437
|
+
this.updateInvisibleText(sDescription, oTarget);
|
|
2407
2438
|
}
|
|
2408
2439
|
|
|
2409
2440
|
// handle only for backward navigation
|
|
@@ -336,13 +336,29 @@ sap.ui.define(["sap/m/library", "sap/ui/Device", "sap/ui/core/InvisibleText", ".
|
|
|
336
336
|
ListItemBaseRenderer.addFocusableClasses.call(ListItemBaseRenderer, rm);
|
|
337
337
|
rm.openEnd();
|
|
338
338
|
|
|
339
|
-
rm.openStart("div", oControl.getId("nodata-text")).class("sapMListNoDataText")
|
|
340
|
-
|
|
341
|
-
|
|
339
|
+
rm.openStart("div", oControl.getId("nodata-text")).class("sapMListNoDataText");
|
|
340
|
+
|
|
341
|
+
var vNoData = oControl.getNoData();
|
|
342
|
+
if (vNoData && typeof vNoData !== "string") {
|
|
343
|
+
rm.class("sapMListNoDataContent");
|
|
344
|
+
}
|
|
345
|
+
rm.openEnd();
|
|
346
|
+
|
|
347
|
+
this.renderNoDataArea(rm, oControl);
|
|
342
348
|
|
|
349
|
+
rm.close("div");
|
|
343
350
|
rm.close("li");
|
|
344
351
|
};
|
|
345
352
|
|
|
353
|
+
ListBaseRenderer.renderNoDataArea = function (rm, oControl) {
|
|
354
|
+
var vNoData = oControl.getNoData() || oControl.getNoDataText();
|
|
355
|
+
if (typeof vNoData === "string") {
|
|
356
|
+
rm.text(vNoData);
|
|
357
|
+
} else {
|
|
358
|
+
rm.renderControl(vNoData);
|
|
359
|
+
}
|
|
360
|
+
};
|
|
361
|
+
|
|
346
362
|
ListBaseRenderer.renderDummyArea = function(rm, oControl, sAreaId, iTabIndex) {
|
|
347
363
|
rm.openStart("div", oControl.getId(sAreaId)).attr("tabindex", iTabIndex);
|
|
348
364
|
|
|
@@ -76,7 +76,7 @@ function(
|
|
|
76
76
|
* @extends sap.ui.core.Control
|
|
77
77
|
*
|
|
78
78
|
* @author SAP SE
|
|
79
|
-
* @version 1.
|
|
79
|
+
* @version 1.101.0
|
|
80
80
|
*
|
|
81
81
|
* @constructor
|
|
82
82
|
* @public
|
|
@@ -183,7 +183,8 @@ function(
|
|
|
183
183
|
*/
|
|
184
184
|
detailPress : {}
|
|
185
185
|
},
|
|
186
|
-
designtime: "sap/m/designtime/ListItemBase.designtime"
|
|
186
|
+
designtime: "sap/m/designtime/ListItemBase.designtime",
|
|
187
|
+
dnd: true
|
|
187
188
|
}});
|
|
188
189
|
|
|
189
190
|
ListItemBase.getAccessibilityText = function(oControl, bDetectEmpty) {
|
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.101.0
|
|
62
62
|
*
|
|
63
63
|
* @constructor
|
|
64
64
|
* @public
|
|
@@ -100,6 +100,10 @@ sap.ui.define([
|
|
|
100
100
|
/**
|
|
101
101
|
* Defines the icon to be displayed as a graphical element within the button.
|
|
102
102
|
* It can be an image or an icon from the icon font.
|
|
103
|
+
*
|
|
104
|
+
* Note: If only an icon (without text) is provided when <code>buttonMode</code> is set to <code>Split</code>,
|
|
105
|
+
* please provide icons for all menu items. Otherwise the action button will be displayed with no icon or text
|
|
106
|
+
* after item selection since there is not enough space for a text.
|
|
103
107
|
*/
|
|
104
108
|
icon : {type : "sap.ui.core.URI", group : "Appearance", defaultValue : null},
|
|
105
109
|
|
package/src/sap/m/MenuItem.js
CHANGED
package/src/sap/m/MessageBox.js
CHANGED
|
@@ -82,7 +82,7 @@ sap.ui.define([
|
|
|
82
82
|
|
|
83
83
|
* </pre>
|
|
84
84
|
*
|
|
85
|
-
* When using the <code>sap.m.MessageBox</code> in SAP Quartz themes, the breakpoints and layout paddings could be determined by the MessageBox' width. To enable this concept and add responsive paddings to an element of the MessageBox control, you have to add the following classes depending on your use case: <code>sapUiResponsivePadding--header</code>, <code>sapUiResponsivePadding--content</code>, <code>sapUiResponsivePadding--footer</code>.
|
|
85
|
+
* When using the <code>sap.m.MessageBox</code> in SAP Quartz and Horizon themes, the breakpoints and layout paddings could be determined by the MessageBox' width. To enable this concept and add responsive paddings to an element of the MessageBox control, you have to add the following classes depending on your use case: <code>sapUiResponsivePadding--header</code>, <code>sapUiResponsivePadding--content</code>, <code>sapUiResponsivePadding--footer</code>.
|
|
86
86
|
*
|
|
87
87
|
* @namespace
|
|
88
88
|
* @alias sap.m.MessageBox
|
package/src/sap/m/MessageItem.js
CHANGED
package/src/sap/m/MessagePage.js
CHANGED
|
@@ -91,7 +91,7 @@ function(
|
|
|
91
91
|
* @extends sap.ui.core.Control
|
|
92
92
|
*
|
|
93
93
|
* @author SAP SE
|
|
94
|
-
* @version 1.
|
|
94
|
+
* @version 1.101.0
|
|
95
95
|
*
|
|
96
96
|
* @constructor
|
|
97
97
|
* @public
|
|
@@ -152,7 +152,16 @@ function(
|
|
|
152
152
|
/**
|
|
153
153
|
* A list with message items.
|
|
154
154
|
*/
|
|
155
|
-
items: {
|
|
155
|
+
items: {
|
|
156
|
+
type: "sap.m.MessageItem",
|
|
157
|
+
altTypes: ["sap.m.MessagePopoverItem"],
|
|
158
|
+
multiple: true,
|
|
159
|
+
singularName: "item",
|
|
160
|
+
forwarding: {
|
|
161
|
+
getter: "_getMessageView",
|
|
162
|
+
aggregation: "items"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
156
165
|
|
|
157
166
|
/**
|
|
158
167
|
* Sets a custom header button.
|
|
@@ -415,6 +424,7 @@ function(
|
|
|
415
424
|
var sMutation = oChange.mutation;
|
|
416
425
|
var oItem = oChange.child;
|
|
417
426
|
|
|
427
|
+
|
|
418
428
|
switch (sMutation) {
|
|
419
429
|
|
|
420
430
|
case "insert":
|
|
@@ -429,7 +439,7 @@ function(
|
|
|
429
439
|
}
|
|
430
440
|
}.bind(this));
|
|
431
441
|
|
|
432
|
-
oItemsObserver.observe(this, {
|
|
442
|
+
oItemsObserver.observe(this._oMessageView, {
|
|
433
443
|
aggregations: ["items"]
|
|
434
444
|
});
|
|
435
445
|
};
|
|
@@ -447,39 +457,6 @@ function(
|
|
|
447
457
|
* @private
|
|
448
458
|
*/
|
|
449
459
|
MessagePopover.prototype.onBeforeRenderingPopover = function () {
|
|
450
|
-
// If there is no item's binding given - it should happen automatically in the MessageView
|
|
451
|
-
// However for backwards compatibility we need to have the same binding on the MessagePopover
|
|
452
|
-
// TODO: Decide what to do in this case
|
|
453
|
-
/*if (!this.getBinding("items") && this._oMessageView.getBinding("items")) {
|
|
454
|
-
this.bindAggregation("items", this._oMessageView.getBindingInfo("items"));
|
|
455
|
-
}*/
|
|
456
|
-
|
|
457
|
-
// Update MV only if 'items' aggregation is changed
|
|
458
|
-
if (this._oMessageView && this._bItemsChanged) {
|
|
459
|
-
var items = this.getItems();
|
|
460
|
-
var sModelName = this.getBindingInfo("items") && this.getBindingInfo("items").model;
|
|
461
|
-
var that = this;
|
|
462
|
-
|
|
463
|
-
this._oMessageView.destroyItems();
|
|
464
|
-
|
|
465
|
-
items.forEach(function (item) {
|
|
466
|
-
// we need to know if the MessagePopover's item was changed so to
|
|
467
|
-
// update the MessageView's items as well
|
|
468
|
-
item._updateProperties(function () {
|
|
469
|
-
that._bItemsChanged = true;
|
|
470
|
-
});
|
|
471
|
-
|
|
472
|
-
// we need to clone the item along with its bindings and aggregations
|
|
473
|
-
this._oMessageView.addItem(item.clone("", "", {
|
|
474
|
-
cloneChildren: true,
|
|
475
|
-
cloneBindings: true
|
|
476
|
-
}));
|
|
477
|
-
}, this);
|
|
478
|
-
|
|
479
|
-
this._oMessageView.setModel(this.getModel(sModelName), sModelName);
|
|
480
|
-
this._bItemsChanged = false;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
460
|
this._setInitialFocus();
|
|
484
461
|
|
|
485
462
|
// If for some reason the control that opened the popover
|
|
@@ -758,6 +735,11 @@ function(
|
|
|
758
735
|
}
|
|
759
736
|
};
|
|
760
737
|
|
|
738
|
+
MessagePopover.prototype._getMessageView = function () {
|
|
739
|
+
return this._oMessageView;
|
|
740
|
+
};
|
|
741
|
+
|
|
742
|
+
|
|
761
743
|
/*
|
|
762
744
|
* =========================================
|
|
763
745
|
* MessagePopover async handlers
|
|
@@ -70,7 +70,7 @@ sap.ui.define([
|
|
|
70
70
|
* 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.
|
|
71
71
|
*
|
|
72
72
|
* @author SAP SE
|
|
73
|
-
* @version 1.
|
|
73
|
+
* @version 1.101.0
|
|
74
74
|
*
|
|
75
75
|
* @namespace
|
|
76
76
|
* @public
|
package/src/sap/m/MessageView.js
CHANGED
|
@@ -112,7 +112,7 @@ sap.ui.define([
|
|
|
112
112
|
* 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
|
|
113
113
|
* container’s sizes are not defined.
|
|
114
114
|
* @author SAP SE
|
|
115
|
-
* @version 1.
|
|
115
|
+
* @version 1.101.0
|
|
116
116
|
*
|
|
117
117
|
* @extends sap.ui.core.Control
|
|
118
118
|
* @constructor
|
|
@@ -159,7 +159,7 @@ function(
|
|
|
159
159
|
* </ul>
|
|
160
160
|
*
|
|
161
161
|
* @author SAP SE
|
|
162
|
-
* @version 1.
|
|
162
|
+
* @version 1.101.0
|
|
163
163
|
*
|
|
164
164
|
* @constructor
|
|
165
165
|
* @extends sap.m.ComboBoxBase
|
|
@@ -3141,7 +3141,8 @@ function(
|
|
|
3141
3141
|
oListItem.addDelegate(this._oListItemEnterEventDelegate, true, this, true);
|
|
3142
3142
|
|
|
3143
3143
|
// add the mapped item type of sap.m.StandardListItem to the list
|
|
3144
|
-
|
|
3144
|
+
// do not prevent invalidation as invalidations will stack
|
|
3145
|
+
this._getList().addItem(oListItem);
|
|
3145
3146
|
|
|
3146
3147
|
// add active state to the selected item
|
|
3147
3148
|
if (this.isItemSelected(aItems[i])) {
|
|
@@ -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.101.0
|
|
21
21
|
* @experimental since 1.52
|
|
22
22
|
* @since 1.52.0
|
|
23
23
|
* @alias sap.m.MultiEditField
|