@openui5/sap.m 1.126.0 → 1.127.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/THIRDPARTY.txt +1 -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/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 +7 -13
- 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 +3 -2
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CheckBox.js +2 -2
- package/src/sap/m/ColorPalette.js +1 -1
- package/src/sap/m/ColorPalettePopover.js +1 -1
- package/src/sap/m/Column.js +4 -3
- 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 +2 -2
- 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 +15 -3
- package/src/sap/m/DateRangeSelection.js +11 -2
- package/src/sap/m/DateTimeField.js +1 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +14 -2
- package/src/sap/m/Dialog.js +14 -14
- 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 +2 -2
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +2 -2
- 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 +39 -18
- package/src/sap/m/FlexBox.js +1 -1
- package/src/sap/m/FlexItemData.js +1 -1
- package/src/sap/m/FormattedText.js +1 -1
- package/src/sap/m/GenericTag.js +1 -1
- package/src/sap/m/GenericTile.js +1 -2
- 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 +14 -7
- 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/LinkTileContent.js +1 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +53 -12
- package/src/sap/m/ListItemBase.js +2 -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 +168 -57
- package/src/sap/m/MenuButton.js +1 -1
- package/src/sap/m/MenuItem.js +86 -12
- package/src/sap/m/MenuItemGroup.js +448 -0
- package/src/sap/m/MenuListItem.js +45 -2
- package/src/sap/m/MenuListItemRenderer.js +59 -23
- package/src/sap/m/MessageItem.js +5 -5
- package/src/sap/m/MessageListItem.js +1 -1
- 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 +2 -2
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +1 -1
- 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 +24 -1
- package/src/sap/m/NewsContentRenderer.js +16 -11
- package/src/sap/m/NotificationList.js +1 -1
- package/src/sap/m/NotificationListBase.js +2 -2
- package/src/sap/m/NotificationListGroup.js +1 -1
- package/src/sap/m/NotificationListItem.js +3 -3
- 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 +1 -1
- package/src/sap/m/ObjectListItem.js +1 -1
- package/src/sap/m/ObjectMarker.js +1 -1
- package/src/sap/m/ObjectNumber.js +1 -1
- package/src/sap/m/ObjectNumberRenderer.js +0 -9
- package/src/sap/m/ObjectStatus.js +1 -1
- package/src/sap/m/OverflowToolbar.js +44 -6
- 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 +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 +1 -1
- package/src/sap/m/Page.js +4 -3
- 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 +10 -1
- package/src/sap/m/PlanningCalendarHeader.js +1 -1
- package/src/sap/m/PlanningCalendarLegend.js +1 -1
- package/src/sap/m/PlanningCalendarRow.js +1 -1
- package/src/sap/m/PlanningCalendarView.js +1 -1
- package/src/sap/m/Popover.js +11 -2
- 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/RatingIndicatorRenderer.js +1 -2
- 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 +36 -4
- package/src/sap/m/SelectDialog.js +3 -4
- package/src/sap/m/SelectDialogBase.js +4 -16
- package/src/sap/m/SelectList.js +2 -2
- 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 +37 -25
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +10 -4
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +4 -5
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +5 -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/SlideTileRenderer.js +3 -0
- 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 +3 -3
- 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 +2 -2
- 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 +4 -3
- package/src/sap/m/TableSelectDialog.js +3 -5
- package/src/sap/m/Text.js +2 -2
- 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/TileContentRenderer.js +3 -0
- package/src/sap/m/TileInfo.js +1 -1
- package/src/sap/m/TimePicker.js +18 -2
- 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 +3 -3
- package/src/sap/m/Tokenizer.js +1 -1
- package/src/sap/m/Toolbar.js +6 -2
- package/src/sap/m/ToolbarLayoutData.js +1 -1
- package/src/sap/m/ToolbarRenderer.js +12 -8
- 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 +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/designtime/messagebundle_en_US_sappsd.properties +4 -4
- package/src/sap/m/designtime/messagebundle_en_US_saptrc.properties +91 -91
- package/src/sap/m/library.js +19 -4
- package/src/sap/m/messagebundle.properties +13 -6
- package/src/sap/m/messagebundle_ar.properties +4 -0
- package/src/sap/m/messagebundle_bg.properties +4 -0
- package/src/sap/m/messagebundle_ca.properties +4 -0
- package/src/sap/m/messagebundle_cnr.properties +4 -0
- package/src/sap/m/messagebundle_cs.properties +4 -0
- package/src/sap/m/messagebundle_cy.properties +4 -0
- package/src/sap/m/messagebundle_da.properties +4 -0
- package/src/sap/m/messagebundle_de.properties +4 -0
- package/src/sap/m/messagebundle_el.properties +4 -0
- package/src/sap/m/messagebundle_en.properties +4 -0
- package/src/sap/m/messagebundle_en_GB.properties +4 -0
- package/src/sap/m/messagebundle_en_US_sappsd.properties +193 -105
- package/src/sap/m/messagebundle_en_US_saprigi.properties +4 -0
- package/src/sap/m/messagebundle_en_US_saptrc.properties +1226 -1138
- package/src/sap/m/messagebundle_es.properties +4 -0
- package/src/sap/m/messagebundle_es_MX.properties +4 -0
- package/src/sap/m/messagebundle_et.properties +4 -0
- package/src/sap/m/messagebundle_fi.properties +4 -0
- package/src/sap/m/messagebundle_fr.properties +4 -0
- package/src/sap/m/messagebundle_fr_CA.properties +4 -0
- package/src/sap/m/messagebundle_hi.properties +4 -0
- package/src/sap/m/messagebundle_hr.properties +4 -0
- package/src/sap/m/messagebundle_hu.properties +4 -0
- package/src/sap/m/messagebundle_id.properties +9 -5
- package/src/sap/m/messagebundle_it.properties +4 -0
- package/src/sap/m/messagebundle_iw.properties +4 -0
- package/src/sap/m/messagebundle_ja.properties +4 -0
- package/src/sap/m/messagebundle_kk.properties +4 -0
- package/src/sap/m/messagebundle_ko.properties +4 -0
- package/src/sap/m/messagebundle_lt.properties +4 -0
- package/src/sap/m/messagebundle_lv.properties +4 -0
- package/src/sap/m/messagebundle_mk.properties +4 -0
- package/src/sap/m/messagebundle_ms.properties +4 -0
- package/src/sap/m/messagebundle_nl.properties +4 -0
- package/src/sap/m/messagebundle_no.properties +4 -0
- package/src/sap/m/messagebundle_pl.properties +4 -0
- package/src/sap/m/messagebundle_pt.properties +4 -0
- package/src/sap/m/messagebundle_pt_PT.properties +4 -0
- package/src/sap/m/messagebundle_ro.properties +4 -0
- package/src/sap/m/messagebundle_ru.properties +4 -0
- package/src/sap/m/messagebundle_sh.properties +4 -0
- package/src/sap/m/messagebundle_sk.properties +4 -0
- package/src/sap/m/messagebundle_sl.properties +4 -0
- package/src/sap/m/messagebundle_sr.properties +4 -0
- package/src/sap/m/messagebundle_sv.properties +4 -0
- package/src/sap/m/messagebundle_th.properties +4 -0
- package/src/sap/m/messagebundle_tr.properties +4 -0
- package/src/sap/m/messagebundle_uk.properties +4 -0
- package/src/sap/m/messagebundle_vi.properties +4 -0
- package/src/sap/m/messagebundle_zh_CN.properties +4 -0
- package/src/sap/m/messagebundle_zh_TW.properties +4 -0
- 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 +1 -1
- package/src/sap/m/p13n/Container.js +1 -1
- package/src/sap/m/p13n/Engine.js +11 -12
- 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/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/handler/xConfigHandler.js +5 -7
- 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 +2 -2
- 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 +1 -1
- package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/Entry.js +1 -1
- package/src/sap/m/table/columnmenu/Item.js +1 -1
- package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
- package/src/sap/m/table/columnmenu/Menu.js +1 -1
- 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/Carousel.less +13 -0
- package/src/sap/m/themes/base/Dialog.less +1 -3
- package/src/sap/m/themes/base/MenuListItem.less +22 -0
- package/src/sap/m/themes/base/NewsContent.less +22 -15
- package/src/sap/m/themes/base/ObjectStatus.less +5 -2
- package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +1 -4
- package/src/sap/m/themes/base/TileContent.less +42 -0
- 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 +3 -3
- package/src/sap/m/upload/UploadSetItem.js +1 -1
- 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
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
* @extends sap.m.DynamicDateOption
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.
|
|
49
|
+
* @version 1.127.0
|
|
50
50
|
*
|
|
51
51
|
* @private
|
|
52
52
|
* @alias sap.m.StandardDynamicDateOption
|
|
@@ -915,11 +915,11 @@ sap.ui.define([
|
|
|
915
915
|
}).join(" / ");
|
|
916
916
|
|
|
917
917
|
if (sKey.indexOf("LAST") === 0) {
|
|
918
|
-
return _resourceBundle.getText("DYNAMIC_DATE_LASTX_TITLE", sCombinedOptions);
|
|
918
|
+
return _resourceBundle.getText("DYNAMIC_DATE_LASTX_TITLE", [sCombinedOptions]);
|
|
919
919
|
}
|
|
920
920
|
|
|
921
921
|
if (sKey.indexOf("NEXT") === 0) {
|
|
922
|
-
return _resourceBundle.getText("DYNAMIC_DATE_NEXTX_TITLE", sCombinedOptions);
|
|
922
|
+
return _resourceBundle.getText("DYNAMIC_DATE_NEXTX_TITLE", [sCombinedOptions]);
|
|
923
923
|
}
|
|
924
924
|
};
|
|
925
925
|
|
package/src/sap/m/StepInput.js
CHANGED
package/src/sap/m/Switch.js
CHANGED
package/src/sap/m/TabStrip.js
CHANGED
package/src/sap/m/Table.js
CHANGED
|
@@ -65,7 +65,7 @@ sap.ui.define([
|
|
|
65
65
|
* @extends sap.m.ListBase
|
|
66
66
|
*
|
|
67
67
|
* @author SAP SE
|
|
68
|
-
* @version 1.
|
|
68
|
+
* @version 1.127.0
|
|
69
69
|
*
|
|
70
70
|
* @constructor
|
|
71
71
|
* @public
|
|
@@ -1008,7 +1008,7 @@ sap.ui.define([
|
|
|
1008
1008
|
var oBundle = Library.getResourceBundleFor("sap.m"),
|
|
1009
1009
|
sAnnouncement = oBundle.getText("ACC_CTR_TYPE_HEADER_ROW") + " ";
|
|
1010
1010
|
|
|
1011
|
-
if (this.isAllSelectableSelected()) {
|
|
1011
|
+
if (this.getMultiSelectMode() !== "ClearAll" && this.isAllSelectableSelected()) {
|
|
1012
1012
|
sAnnouncement += oBundle.getText("LIST_ALL_SELECTED");
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @class Table Personalization Controller
|
|
43
43
|
* @extends sap.ui.base.ManagedObject
|
|
44
44
|
* @author SAP
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.127.0
|
|
46
46
|
* @alias sap.m.TablePersoController
|
|
47
47
|
*/
|
|
48
48
|
var TablePersoController = ManagedObject.extend("sap.m.TablePersoController", /** @lends sap.m.TablePersoController.prototype */
|
|
@@ -96,7 +96,7 @@ sap.ui.define([
|
|
|
96
96
|
* @class Table Personalization Dialog
|
|
97
97
|
* @extends sap.ui.base.ManagedObject
|
|
98
98
|
* @author SAP
|
|
99
|
-
* @version 1.
|
|
99
|
+
* @version 1.127.0
|
|
100
100
|
* @alias sap.m.TablePersoDialog
|
|
101
101
|
*/
|
|
102
102
|
var TablePersoDialog = ManagedObject.extend("sap.m.TablePersoDialog", /** @lends sap.m.TablePersoDialog.prototype */
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/base/ManagedObject', "sap/base/Log"],
|
|
|
23
23
|
* @extends sap.ui.base.ManagedObject
|
|
24
24
|
* @abstract
|
|
25
25
|
* @author SAP
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.127.0
|
|
27
27
|
* @alias sap.m.TablePersoProvider
|
|
28
28
|
*/
|
|
29
29
|
var TablePersoProvider = ManagedObject.extend("sap.m.TablePersoProvider", /** @lends sap.m.TablePersoProvider.prototype */
|
|
@@ -47,6 +47,7 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/ui/core/Renderer", "sap/ui/cor
|
|
|
47
47
|
bColumnHeadersActive = false,
|
|
48
48
|
bHasFooter = (sType == "Foot"),
|
|
49
49
|
sMode = oTable.getMode(),
|
|
50
|
+
sMultiSelectMode = oTable.getMultiSelectMode(),
|
|
50
51
|
iModeOrder = ListBaseRenderer.ModeOrder[sMode],
|
|
51
52
|
sClassPrefix = "sapMListTbl",
|
|
52
53
|
sIdPrefix = oTable.getId("tbl"),
|
|
@@ -134,7 +135,7 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/ui/core/Renderer", "sap/ui/cor
|
|
|
134
135
|
}
|
|
135
136
|
if (sType == "Head") {
|
|
136
137
|
rm.attr("aria-rowindex", "1");
|
|
137
|
-
if (
|
|
138
|
+
if (sMode === "MultiSelect" && sMultiSelectMode !== MultiSelectMode.ClearAll) {
|
|
138
139
|
rm.attr("aria-selected", "false");
|
|
139
140
|
bRenderAriaSelected = true;
|
|
140
141
|
}
|
|
@@ -148,7 +149,7 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/ui/core/Renderer", "sap/ui/cor
|
|
|
148
149
|
|
|
149
150
|
if (iModeOrder == -1) {
|
|
150
151
|
openStartCell("ModeCol", "SelCol", "TABLE_SELECTION_COLUMNHEADER").openEnd();
|
|
151
|
-
if (
|
|
152
|
+
if (sMode == "MultiSelect") {
|
|
152
153
|
rm.renderControl(oTable.getMultiSelectMode() == MultiSelectMode.ClearAll ? oTable._getClearAllButton() : oTable._getSelectAllCheckbox());
|
|
153
154
|
}
|
|
154
155
|
rm.close(sCellTag);
|
|
@@ -186,7 +187,7 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/ui/core/Renderer", "sap/ui/cor
|
|
|
186
187
|
rm.attr("aria-haspopup", oMenu ? oMenu.getAriaHasPopupType().toLowerCase() : "dialog");
|
|
187
188
|
bColumnHeadersActive = true;
|
|
188
189
|
}
|
|
189
|
-
if (oControl.
|
|
190
|
+
if (oControl.getRequired?.()) {
|
|
190
191
|
rm.attr("aria-describedby", InvisibleText.getStaticId("sap.m", "CONTROL_IN_COLUMN_REQUIRED"));
|
|
191
192
|
}
|
|
192
193
|
}
|
|
@@ -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.127.0
|
|
116
116
|
*
|
|
117
117
|
* @constructor
|
|
118
118
|
* @public
|
|
@@ -566,8 +566,7 @@ sap.ui.define([
|
|
|
566
566
|
this._oSearchField.setValue(sSearchValue);
|
|
567
567
|
this._sSearchFieldValue = sSearchValue || "";
|
|
568
568
|
|
|
569
|
-
|
|
570
|
-
this._setInitialFocus();
|
|
569
|
+
this._oDialog.setInitialFocus(this._getInitialFocus());
|
|
571
570
|
this._oDialog.open();
|
|
572
571
|
|
|
573
572
|
// open dialog with busy state if a list update is still in progress
|
|
@@ -1162,8 +1161,7 @@ sap.ui.define([
|
|
|
1162
1161
|
press: function() {
|
|
1163
1162
|
this._removeSelection();
|
|
1164
1163
|
this._updateSelectionIndicator();
|
|
1165
|
-
|
|
1166
|
-
this._oDialog.focus();
|
|
1164
|
+
this._getInitialFocus().focus();
|
|
1167
1165
|
}.bind(this)
|
|
1168
1166
|
});
|
|
1169
1167
|
}
|
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.127.0
|
|
63
63
|
*
|
|
64
64
|
* @constructor
|
|
65
65
|
* @public
|
|
@@ -83,7 +83,7 @@ function(library, Localization, Control, coreLibrary, Device, HyphenationSupport
|
|
|
83
83
|
/**
|
|
84
84
|
* Determines the text to be displayed.
|
|
85
85
|
*/
|
|
86
|
-
text: { type: "string", defaultValue: '', bindable: "bindable" },
|
|
86
|
+
text: { type: "string", group: "Data", defaultValue: '', bindable: "bindable" },
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* Available options for the text direction are LTR and RTL. By default the control inherits the text direction from its parent control.
|
package/src/sap/m/TextArea.js
CHANGED
package/src/sap/m/Tile.js
CHANGED
package/src/sap/m/TileContent.js
CHANGED
|
@@ -48,6 +48,9 @@ sap.ui.define(["./library", "sap/base/security/encodeCSS", "sap/m/GenericTile"],
|
|
|
48
48
|
if (sTooltip.trim()) { // trim check needed since IE11 renders white spaces
|
|
49
49
|
oRm.attr("title", sTooltip);
|
|
50
50
|
}
|
|
51
|
+
if (oControl.getFooter()) {
|
|
52
|
+
oRm.class("sapMTileFooterPresent");
|
|
53
|
+
}
|
|
51
54
|
oRm.openEnd();
|
|
52
55
|
if (oControl.getState() == "Loading") {
|
|
53
56
|
oRm.openStart("div").class("sapMTileCntContentShimmerPlaceholderItem");
|
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.127.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.124
|
package/src/sap/m/TimePicker.js
CHANGED
|
@@ -181,7 +181,7 @@ function(
|
|
|
181
181
|
* @extends sap.m.DateTimeField
|
|
182
182
|
*
|
|
183
183
|
* @author SAP SE
|
|
184
|
-
* @version 1.
|
|
184
|
+
* @version 1.127.0
|
|
185
185
|
*
|
|
186
186
|
* @constructor
|
|
187
187
|
* @public
|
|
@@ -629,6 +629,18 @@ function(
|
|
|
629
629
|
this._openByClick = true;
|
|
630
630
|
};
|
|
631
631
|
|
|
632
|
+
/**
|
|
633
|
+
* Onmouseup handler assures moving of the cursor at the beginning of the input field
|
|
634
|
+
* if there is mask set and there is no entry in the input field.
|
|
635
|
+
*
|
|
636
|
+
* @private
|
|
637
|
+
*/
|
|
638
|
+
TimePicker.prototype.onmouseup = function() {
|
|
639
|
+
if (this._isMaskEnabled() && this._isValueEmpty()) {
|
|
640
|
+
this._setCursorPosition(0);
|
|
641
|
+
}
|
|
642
|
+
};
|
|
643
|
+
|
|
632
644
|
/**
|
|
633
645
|
* Returns whether the icon for opening the clock picker is clicked or not.
|
|
634
646
|
*
|
|
@@ -1622,7 +1634,8 @@ function(
|
|
|
1622
1634
|
oResourceBundle,
|
|
1623
1635
|
sOKButtonText,
|
|
1624
1636
|
sCancelButtonText,
|
|
1625
|
-
sLocaleId
|
|
1637
|
+
sLocaleId = this._getLocale().getLanguage(),
|
|
1638
|
+
oHeader = this._getValueStateHeader();
|
|
1626
1639
|
|
|
1627
1640
|
oResourceBundle = Library.getResourceBundleFor("sap.m");
|
|
1628
1641
|
sOKButtonText = oResourceBundle.getText("TIMEPICKER_SET");
|
|
@@ -1634,6 +1647,9 @@ function(
|
|
|
1634
1647
|
horizontalScrolling: false,
|
|
1635
1648
|
verticalScrolling: false,
|
|
1636
1649
|
placement: PlacementType.VerticalPreferredBottom,
|
|
1650
|
+
customHeader: [
|
|
1651
|
+
oHeader
|
|
1652
|
+
],
|
|
1637
1653
|
content: [
|
|
1638
1654
|
new TimePickerInputs(this.getId() + "-inputs", {
|
|
1639
1655
|
support2400: this.getSupport2400(),
|
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.127.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
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
*
|
|
51
51
|
* @extends sap.ui.core.Control
|
|
52
52
|
* @author SAP SE
|
|
53
|
-
* @version 1.
|
|
53
|
+
* @version 1.127.0
|
|
54
54
|
*
|
|
55
55
|
* @constructor
|
|
56
56
|
* @public
|
|
@@ -71,12 +71,12 @@ sap.ui.define([
|
|
|
71
71
|
/**
|
|
72
72
|
* Key of the token.
|
|
73
73
|
*/
|
|
74
|
-
key : {type : "string", group : "
|
|
74
|
+
key : {type : "string", group : "Data", defaultValue : ""},
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
77
|
* Displayed text of the token.
|
|
78
78
|
*/
|
|
79
|
-
text : {type : "string", group : "
|
|
79
|
+
text : {type : "string", group : "Data", defaultValue : ""},
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
82
|
* Indicates the editable status of the token. If it is set to <code>true</code>, token displays a delete icon.
|
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.127.0
|
|
82
82
|
*
|
|
83
83
|
* @constructor
|
|
84
84
|
* @public
|
|
@@ -249,6 +249,10 @@ function(
|
|
|
249
249
|
* @returns {true|false|undefined|Object}
|
|
250
250
|
*/
|
|
251
251
|
Toolbar.checkShrinkable = function(oControl, sShrinkClass) {
|
|
252
|
+
if (oControl.isA("sap.ui.core.HTML")) {
|
|
253
|
+
return;
|
|
254
|
+
}
|
|
255
|
+
|
|
252
256
|
if (oControl instanceof ToolbarSpacer) {
|
|
253
257
|
return this.isRelativeWidth(oControl.getWidth());
|
|
254
258
|
}
|
|
@@ -374,7 +378,7 @@ function(
|
|
|
374
378
|
this.firePress({
|
|
375
379
|
srcControl : oEvent.srcControl
|
|
376
380
|
});
|
|
377
|
-
this.focus();
|
|
381
|
+
this.focus({preventScroll: true});
|
|
378
382
|
}
|
|
379
383
|
};
|
|
380
384
|
|
|
@@ -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.127.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -77,21 +77,25 @@ sap.ui.define(['./BarInPageEnabler'],
|
|
|
77
77
|
oRm.style("height", oToolbar.getHeight());
|
|
78
78
|
};
|
|
79
79
|
|
|
80
|
-
ToolbarRenderer.renderBarContent = function(rm, oToolbar) {
|
|
80
|
+
ToolbarRenderer.renderBarContent = function (rm, oToolbar) {
|
|
81
81
|
var oFirstVisibleControl = null;
|
|
82
82
|
|
|
83
83
|
if (oToolbar.getActive()) {
|
|
84
84
|
rm.renderControl(oToolbar._getActiveButton());
|
|
85
85
|
}
|
|
86
|
-
oToolbar.getContent().forEach(function(oControl) {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
oControl.addStyleClass("sapMBarChildFirstChild");
|
|
90
|
-
oFirstVisibleControl = oControl;
|
|
86
|
+
oToolbar.getContent().forEach(function (oControl) {
|
|
87
|
+
if (oControl.isA("sap.ui.core.HTML")) {
|
|
88
|
+
rm.renderControl(oControl);
|
|
91
89
|
} else {
|
|
92
|
-
|
|
90
|
+
BarInPageEnabler.addChildClassTo(oControl, oToolbar);
|
|
91
|
+
if (!oFirstVisibleControl && oControl.getVisible()) {
|
|
92
|
+
oControl.addStyleClass("sapMBarChildFirstChild");
|
|
93
|
+
oFirstVisibleControl = oControl;
|
|
94
|
+
} else {
|
|
95
|
+
oControl.removeStyleClass("sapMBarChildFirstChild");
|
|
96
|
+
}
|
|
97
|
+
rm.renderControl(oControl);
|
|
93
98
|
}
|
|
94
|
-
rm.renderControl(oControl);
|
|
95
99
|
});
|
|
96
100
|
};
|
|
97
101
|
|
package/src/sap/m/Tree.js
CHANGED