@openui5/sap.m 1.126.1 → 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/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 +15 -15
- 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 +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/FeedListItemRenderer.js +15 -14
- package/src/sap/m/Fiori20Adapter.js +40 -19
- 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 -2
- 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 +15 -23
- 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 +96 -13
- 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 +14 -6
- 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 +2 -2
- 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 +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 +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/ObjectNumberRenderer.js +0 -9
- package/src/sap/m/ObjectStatus.js +13 -7
- package/src/sap/m/ObjectStatusRenderer.js +8 -0
- package/src/sap/m/OverflowToolbar.js +64 -7
- 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 +22 -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 +16 -5
- 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/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 +14 -10
- package/src/sap/m/SelectDialogBase.js +21 -13
- package/src/sap/m/SelectList.js +2 -2
- 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 +81 -25
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +88 -17
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +68 -7
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +18 -8
- 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 +14 -12
- 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 +117 -3
- 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/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/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 +25 -8
- package/src/sap/m/messagebundle_ar.properties +12 -2
- package/src/sap/m/messagebundle_bg.properties +12 -2
- package/src/sap/m/messagebundle_ca.properties +13 -3
- package/src/sap/m/messagebundle_cnr.properties +12 -2
- package/src/sap/m/messagebundle_cs.properties +12 -2
- package/src/sap/m/messagebundle_cy.properties +12 -2
- package/src/sap/m/messagebundle_da.properties +14 -4
- package/src/sap/m/messagebundle_de.properties +12 -2
- package/src/sap/m/messagebundle_el.properties +15 -5
- package/src/sap/m/messagebundle_en.properties +15 -5
- package/src/sap/m/messagebundle_en_GB.properties +15 -5
- package/src/sap/m/messagebundle_en_US_sappsd.properties +193 -105
- package/src/sap/m/messagebundle_en_US_saprigi.properties +15 -5
- package/src/sap/m/messagebundle_en_US_saptrc.properties +1226 -1138
- package/src/sap/m/messagebundle_es.properties +13 -3
- package/src/sap/m/messagebundle_es_MX.properties +13 -3
- package/src/sap/m/messagebundle_et.properties +12 -2
- package/src/sap/m/messagebundle_fi.properties +12 -2
- package/src/sap/m/messagebundle_fr.properties +12 -2
- package/src/sap/m/messagebundle_fr_CA.properties +12 -2
- package/src/sap/m/messagebundle_hi.properties +15 -5
- package/src/sap/m/messagebundle_hr.properties +12 -2
- package/src/sap/m/messagebundle_hu.properties +13 -3
- package/src/sap/m/messagebundle_id.properties +25 -15
- package/src/sap/m/messagebundle_it.properties +15 -5
- package/src/sap/m/messagebundle_iw.properties +12 -2
- package/src/sap/m/messagebundle_ja.properties +10 -0
- package/src/sap/m/messagebundle_kk.properties +16 -6
- package/src/sap/m/messagebundle_ko.properties +10 -0
- package/src/sap/m/messagebundle_lt.properties +12 -2
- package/src/sap/m/messagebundle_lv.properties +17 -7
- package/src/sap/m/messagebundle_mk.properties +14 -4
- package/src/sap/m/messagebundle_ms.properties +12 -2
- package/src/sap/m/messagebundle_nl.properties +12 -2
- package/src/sap/m/messagebundle_no.properties +12 -2
- package/src/sap/m/messagebundle_pl.properties +15 -5
- package/src/sap/m/messagebundle_pt.properties +12 -2
- package/src/sap/m/messagebundle_pt_PT.properties +12 -2
- package/src/sap/m/messagebundle_ro.properties +12 -2
- package/src/sap/m/messagebundle_ru.properties +14 -4
- package/src/sap/m/messagebundle_sh.properties +12 -2
- package/src/sap/m/messagebundle_sk.properties +12 -2
- package/src/sap/m/messagebundle_sl.properties +19 -9
- package/src/sap/m/messagebundle_sr.properties +12 -2
- package/src/sap/m/messagebundle_sv.properties +12 -2
- package/src/sap/m/messagebundle_th.properties +12 -2
- package/src/sap/m/messagebundle_tr.properties +12 -2
- package/src/sap/m/messagebundle_uk.properties +12 -2
- package/src/sap/m/messagebundle_vi.properties +13 -3
- package/src/sap/m/messagebundle_zh_CN.properties +14 -4
- package/src/sap/m/messagebundle_zh_TW.properties +15 -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 +12 -13
- 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/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 +23 -13
- 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 +93 -57
- package/src/sap/m/themes/base/CellSelector.less +33 -33
- package/src/sap/m/themes/base/Dialog.less +38 -11
- 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/MenuListItem.less +22 -0
- 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 +27 -15
- package/src/sap/m/themes/base/NumericContent.less +1 -21
- package/src/sap/m/themes/base/ObjectStatus.less +5 -2
- package/src/sap/m/themes/base/Popover.less +23 -10
- package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +1 -4
- 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/TileContent.less +42 -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 +28 -16
- 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
|
@@ -23,6 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
"./OverflowToolbarRenderer",
|
|
24
24
|
"sap/base/Log",
|
|
25
25
|
"sap/ui/core/Lib",
|
|
26
|
+
"sap/ui/thirdparty/jquery",
|
|
26
27
|
"sap/ui/dom/jquery/Focusable" // jQuery Plugin "lastFocusableDomRef"
|
|
27
28
|
], function(
|
|
28
29
|
Theming,
|
|
@@ -41,7 +42,8 @@ sap.ui.define([
|
|
|
41
42
|
Device,
|
|
42
43
|
OverflowToolbarRenderer,
|
|
43
44
|
Log,
|
|
44
|
-
Library
|
|
45
|
+
Library,
|
|
46
|
+
jQuery
|
|
45
47
|
) {
|
|
46
48
|
"use strict";
|
|
47
49
|
|
|
@@ -131,7 +133,7 @@ sap.ui.define([
|
|
|
131
133
|
* @implements sap.ui.core.Toolbar,sap.m.IBar
|
|
132
134
|
*
|
|
133
135
|
* @author SAP SE
|
|
134
|
-
* @version 1.
|
|
136
|
+
* @version 1.128.0
|
|
135
137
|
*
|
|
136
138
|
* @constructor
|
|
137
139
|
* @public
|
|
@@ -231,6 +233,7 @@ sap.ui.define([
|
|
|
231
233
|
|
|
232
234
|
this._fnMediaChangeRef = this._fnMediaChange.bind(this);
|
|
233
235
|
Device.media.attachHandler(this._fnMediaChangeRef);
|
|
236
|
+
this._handleKeyNavigationBound = this._handleKeyNavigation.bind(this);
|
|
234
237
|
};
|
|
235
238
|
|
|
236
239
|
OverflowToolbar.prototype.exit = function () {
|
|
@@ -315,7 +318,6 @@ sap.ui.define([
|
|
|
315
318
|
*/
|
|
316
319
|
OverflowToolbar.prototype.onAfterRendering = function () {
|
|
317
320
|
this._bInvalidatedAndNotRendered = false;
|
|
318
|
-
|
|
319
321
|
if (this._bContentVisibilityChanged) {
|
|
320
322
|
this._bControlsInfoCached = false;
|
|
321
323
|
this._bContentVisibilityChanged = false;
|
|
@@ -329,12 +331,51 @@ sap.ui.define([
|
|
|
329
331
|
this._doLayout();
|
|
330
332
|
this._applyFocus();
|
|
331
333
|
}
|
|
334
|
+
|
|
335
|
+
//Attach event listened needed for the arrow key navigation
|
|
336
|
+
if (this.getDomRef()) {
|
|
337
|
+
this.getDomRef().removeEventListener("keydown", this._handleKeyNavigationBound);
|
|
338
|
+
this.getDomRef().addEventListener("keydown", this._handleKeyNavigationBound);
|
|
339
|
+
}
|
|
340
|
+
|
|
332
341
|
};
|
|
333
342
|
|
|
334
343
|
OverflowToolbar.prototype.onsapfocusleave = function() {
|
|
335
344
|
this._resetChildControlFocusInfo();
|
|
336
345
|
};
|
|
337
346
|
|
|
347
|
+
OverflowToolbar.prototype.onfocusfail = function(oEvent) {
|
|
348
|
+
const oFocusLostCtrl = oEvent.srcControl;
|
|
349
|
+
const oOverflowButton = this._getOverflowButton();
|
|
350
|
+
const oDomRef = this.getDomRef();
|
|
351
|
+
|
|
352
|
+
if (!oDomRef.contains(oFocusLostCtrl.getDomRef())) {
|
|
353
|
+
oOverflowButton?.focus();
|
|
354
|
+
this._bControlWasFocused = false;
|
|
355
|
+
this._bOverflowButtonWasFocused = !!oOverflowButton;
|
|
356
|
+
this.sFocusedChildControlId = "";
|
|
357
|
+
} else {
|
|
358
|
+
const oChildren = this.getContent();
|
|
359
|
+
const iPos = oChildren.indexOf(oFocusLostCtrl);
|
|
360
|
+
|
|
361
|
+
if (iPos !== -1) {
|
|
362
|
+
let oFocusTarget;
|
|
363
|
+
for (let i = iPos + 1; i < oChildren.length; i++) {
|
|
364
|
+
const oFocusDomRef = oChildren[i].getFocusDomRef?.();
|
|
365
|
+
if (oDomRef.contains(oFocusDomRef) && jQuery.expr.pseudos.sapTabbable(oFocusDomRef)) {
|
|
366
|
+
oFocusTarget = oChildren[i];
|
|
367
|
+
break;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
oFocusTarget ??= oOverflowButton;
|
|
371
|
+
oFocusTarget?.focus();
|
|
372
|
+
this._bControlWasFocused = !oOverflowButton;
|
|
373
|
+
this._bOverflowButtonWasFocused = !!oOverflowButton;
|
|
374
|
+
this.sFocusedChildControlId = oFocusTarget === oOverflowButton ? "" : oFocusTarget.getId();
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
};
|
|
378
|
+
|
|
338
379
|
OverflowToolbar.prototype.setWidth = function(sWidth) {
|
|
339
380
|
this.setProperty("width", sWidth);
|
|
340
381
|
this._bResized = true;
|
|
@@ -430,10 +471,14 @@ sap.ui.define([
|
|
|
430
471
|
this._bControlWasFocused = false;
|
|
431
472
|
this._bOverflowButtonWasFocused = true;
|
|
432
473
|
|
|
433
|
-
} else if (this._bOverflowButtonWasFocused
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
474
|
+
} else if (this._bOverflowButtonWasFocused) {
|
|
475
|
+
if (this._getOverflowButtonNeeded()) {
|
|
476
|
+
this._getOverflowButton().focus();
|
|
477
|
+
} else {
|
|
478
|
+
// If before invalidation the overflow button was focused, and it's not visible any more, focus the last focusable control
|
|
479
|
+
$LastFocusableChildControl && $LastFocusableChildControl.focus();
|
|
480
|
+
this._bOverflowButtonWasFocused = false;
|
|
481
|
+
}
|
|
437
482
|
}
|
|
438
483
|
};
|
|
439
484
|
|
|
@@ -1168,6 +1213,18 @@ sap.ui.define([
|
|
|
1168
1213
|
return this;
|
|
1169
1214
|
};
|
|
1170
1215
|
|
|
1216
|
+
OverflowToolbar.prototype._getToolbarInteractiveControls = function () {
|
|
1217
|
+
var aVisibleControls = this._getVisibleContent(),
|
|
1218
|
+
aInteractiveControls = aVisibleControls.filter(function(oControl) {
|
|
1219
|
+
return this._getControlPriority(oControl) !== OverflowToolbarPriority.AlwaysOverflow
|
|
1220
|
+
&& oControl.isA("sap.m.IToolbarInteractiveControl")
|
|
1221
|
+
&& typeof (oControl._getToolbarInteractive) === "function" && oControl._getToolbarInteractive();
|
|
1222
|
+
}, this);
|
|
1223
|
+
aInteractiveControls.push(this._getOverflowButton());
|
|
1224
|
+
|
|
1225
|
+
return aInteractiveControls;
|
|
1226
|
+
};
|
|
1227
|
+
|
|
1171
1228
|
/**
|
|
1172
1229
|
*
|
|
1173
1230
|
* @returns {number} Toolbar interactive Controls count
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['sap/m/ToolbarLayoutData', 'sap/m/library', "sap/base/Log"],
|
|
|
22
22
|
* Holds layout data for the {@link sap.m.OverflowToolbar} items.
|
|
23
23
|
* @extends sap.m.ToolbarLayoutData
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.128.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>filterItems</code> aggregation in P13nFilterPanel control.
|
|
19
19
|
* @extends sap.m.P13nFilterItem
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @private
|
|
23
23
|
* @since 1.56.0
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>columnsItems</code> aggregation in <code>P13nColumnsPanel</code> control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @author SAP SE
|
|
23
23
|
* @public
|
|
@@ -60,7 +60,7 @@ sap.ui.define([
|
|
|
60
60
|
* @class The <code>P13nColumnsPanel</code> control is used to define column-specific settings for table personalization.
|
|
61
61
|
* @extends sap.m.P13nPanel
|
|
62
62
|
* @author SAP SE
|
|
63
|
-
* @version 1.
|
|
63
|
+
* @version 1.128.0
|
|
64
64
|
* @constructor
|
|
65
65
|
* @deprecated As of version 1.98. Use the {@link sap.m.p13n.SelectionPanel} instead.
|
|
66
66
|
* @public
|
|
@@ -114,7 +114,7 @@ sap.ui.define([
|
|
|
114
114
|
* @param {object} [mSettings] initial settings for the new control
|
|
115
115
|
* @class The ConditionPanel Control will be used to implement the Sorting, Filtering and Grouping panel of the new Personalization dialog.
|
|
116
116
|
* @extends sap.ui.core.Control
|
|
117
|
-
* @version 1.
|
|
117
|
+
* @version 1.128.0
|
|
118
118
|
* @constructor
|
|
119
119
|
* @public
|
|
120
120
|
* @since 1.26.0
|
|
@@ -797,8 +797,7 @@ sap.ui.define([
|
|
|
797
797
|
|
|
798
798
|
this._oPrevButton = new Button({
|
|
799
799
|
icon: IconPool.getIconURI("navigation-left-arrow"),
|
|
800
|
-
|
|
801
|
-
tooltip: this._oRb.getText("WIZARD_FINISH"), //TODO create new resoucre
|
|
800
|
+
tooltip: this._oRb.getText("p13n.PREVIOUS"),
|
|
802
801
|
visible: true,
|
|
803
802
|
press: function(oEvent) {
|
|
804
803
|
that._iFirstConditionIndex = Math.max(0, that._iFirstConditionIndex - that._iConditionPageSize);
|
|
@@ -812,8 +811,7 @@ sap.ui.define([
|
|
|
812
811
|
|
|
813
812
|
this._oNextButton = new Button({
|
|
814
813
|
icon: IconPool.getIconURI("navigation-right-arrow"),
|
|
815
|
-
|
|
816
|
-
tooltip: this._oRb.getText("WIZARD_NEXT"), //TODO create new resoucre
|
|
814
|
+
tooltip: this._oRb.getText("p13n.NEXT"),
|
|
817
815
|
visible: true,
|
|
818
816
|
press: function(oEvent) {
|
|
819
817
|
that._iFirstConditionIndex += that._iConditionPageSize;
|
package/src/sap/m/P13nDialog.js
CHANGED
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @param {object} [mSettings] initial settings for the new control
|
|
17
17
|
* @class Type for <code>columnsItems</code> aggregation in <code>P13nDimMeasurePanel</code> control.
|
|
18
18
|
* @extends sap.ui.core.Item
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.128.0
|
|
20
20
|
* @constructor
|
|
21
21
|
* @author SAP SE
|
|
22
22
|
* @public
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>filterItems</code> aggregation in P13nFilterPanel control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.26.0
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @param {object} [mSettings] initial settings for the new control
|
|
46
46
|
* @class The P13nFilterPanel control is used to define filter-specific settings for table personalization.
|
|
47
47
|
* @extends sap.m.P13nPanel
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.128.0
|
|
49
49
|
* @constructor
|
|
50
50
|
* @public
|
|
51
51
|
* @since 1.26.0
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>groupItems</code> aggregation in P13nGroupPanel control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.28.0
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @param {object} [mSettings] initial settings for the new control
|
|
29
29
|
* @class The P13nGroupPanel control is used to define group-specific settings for table personalization.
|
|
30
30
|
* @extends sap.m.P13nPanel
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.128.0
|
|
32
32
|
* @constructor
|
|
33
33
|
* @deprecated As of version 1.98. Use the {@link sap.m.p13n.GroupPanel} instead.
|
|
34
34
|
* @public
|
package/src/sap/m/P13nItem.js
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Base type for <code>items</code> aggregation in <code>P13nPanel</code> control.
|
|
19
19
|
* @extends sap.ui.core.Element
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.26.0
|
package/src/sap/m/P13nPanel.js
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class An abstract base type for <code>panels</code> aggregation in <code>P13nDialog</code> control.
|
|
19
19
|
* @extends sap.ui.core.Control
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @abstract
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>selectionItems</code> aggregation in <code>P13nSelectionPanel</code> control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @author SAP SE
|
|
23
23
|
* @private
|
|
@@ -54,7 +54,7 @@ sap.ui.define([
|
|
|
54
54
|
* @class The P13nSelectionPanel control is used to define selection settings like the visibility or the order of items.
|
|
55
55
|
* @extends sap.m.P13nPanel
|
|
56
56
|
* @author SAP SE
|
|
57
|
-
* @version 1.
|
|
57
|
+
* @version 1.128.0
|
|
58
58
|
* @constructor
|
|
59
59
|
* @private
|
|
60
60
|
* @since 1.46.0
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>sortItems</code> aggregation in P13nSortPanel control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.128.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.26.0
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @param {object} [mSettings] initial settings for the new control
|
|
28
28
|
* @class The P13nSortPanel control is used to define settings for sorting in table personalization.
|
|
29
29
|
* @extends sap.m.P13nPanel
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.128.0
|
|
31
31
|
* @constructor
|
|
32
32
|
* @deprecated As of version 1.98. Use the {@link sap.m.p13n.SortPanel} instead.
|
|
33
33
|
* @public
|
package/src/sap/m/PDFViewer.js
CHANGED
package/src/sap/m/Page.js
CHANGED
|
@@ -97,7 +97,7 @@ function(
|
|
|
97
97
|
* @extends sap.ui.core.Control
|
|
98
98
|
* @mixes sap.ui.core.ContextMenuSupport
|
|
99
99
|
* @author SAP SE
|
|
100
|
-
* @version 1.
|
|
100
|
+
* @version 1.128.0
|
|
101
101
|
*
|
|
102
102
|
* @public
|
|
103
103
|
* @alias sap.m.Page
|
|
@@ -426,9 +426,6 @@ function(
|
|
|
426
426
|
});
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
/**
|
|
430
|
-
* @deprecated As of version 1.20
|
|
431
|
-
*/
|
|
432
429
|
this._navBtn.setType(this.getNavButtonType());
|
|
433
430
|
this._navBtn.setTooltip(sBackText);
|
|
434
431
|
};
|
package/src/sap/m/Panel.js
CHANGED
|
@@ -206,7 +206,7 @@ sap.ui.define([
|
|
|
206
206
|
* {@link sap.m.PlanningCalendarView PlanningCalendarView}'s properties.
|
|
207
207
|
*
|
|
208
208
|
* @extends sap.ui.core.Control
|
|
209
|
-
* @version 1.
|
|
209
|
+
* @version 1.128.0
|
|
210
210
|
*
|
|
211
211
|
* @constructor
|
|
212
212
|
* @public
|
|
@@ -979,6 +979,7 @@ sap.ui.define([
|
|
|
979
979
|
|
|
980
980
|
this._toggleStickyClasses();
|
|
981
981
|
|
|
982
|
+
updateSelectedRows.call(this);
|
|
982
983
|
};
|
|
983
984
|
|
|
984
985
|
PlanningCalendar.prototype._updateHeader = function () {
|
|
@@ -3999,6 +4000,9 @@ sap.ui.define([
|
|
|
3999
4000
|
},
|
|
4000
4001
|
appointments: function (oChanges) {
|
|
4001
4002
|
oRowTimeline.invalidate();
|
|
4003
|
+
},
|
|
4004
|
+
nonWorkingPeriods: function (oChanges) {
|
|
4005
|
+
oRowTimeline.invalidate();
|
|
4002
4006
|
}
|
|
4003
4007
|
}
|
|
4004
4008
|
};
|
|
@@ -4011,7 +4015,7 @@ sap.ui.define([
|
|
|
4011
4015
|
}
|
|
4012
4016
|
}).observe(oRow, {
|
|
4013
4017
|
properties: ["icon", "text", "title", "nonWorkingDays", "nonWorkingHours", "selected", "enableAppointmentsDragAndDrop", "enableAppointmentsResize", "enableAppointmentsCreate"],
|
|
4014
|
-
aggregations: ["tooltip", "appointments", "intervalHeaders", "headerContent"],
|
|
4018
|
+
aggregations: ["tooltip", "appointments", "nonWorkingPeriods", "intervalHeaders", "headerContent"],
|
|
4015
4019
|
destroy: true
|
|
4016
4020
|
});
|
|
4017
4021
|
|
|
@@ -4082,6 +4086,10 @@ sap.ui.define([
|
|
|
4082
4086
|
return oRow.getAppointments();
|
|
4083
4087
|
};
|
|
4084
4088
|
|
|
4089
|
+
oRowTimeline.getNonWorkingPeriods = function () {
|
|
4090
|
+
return oRow.getNonWorkingPeriods();
|
|
4091
|
+
};
|
|
4092
|
+
|
|
4085
4093
|
oRowTimeline.getIntervalHeaders = function() {
|
|
4086
4094
|
return oRow.getIntervalHeaders();
|
|
4087
4095
|
};
|
|
@@ -4238,7 +4246,7 @@ sap.ui.define([
|
|
|
4238
4246
|
var iPlaceholders = this.getProperty("intervals");
|
|
4239
4247
|
|
|
4240
4248
|
if (this.getIntervalType() === CalendarIntervalType.Hour) {
|
|
4241
|
-
iPlaceholders *=
|
|
4249
|
+
iPlaceholders *= 4; // 15 min intervals
|
|
4242
4250
|
}
|
|
4243
4251
|
|
|
4244
4252
|
this.removeAllAggregation("_intervalPlaceholders");
|
|
@@ -4586,7 +4594,7 @@ sap.ui.define([
|
|
|
4586
4594
|
var oRowStartUTC = CalendarUtils._createUniversalUTCDate(oRowStartDate, null, true),
|
|
4587
4595
|
oAppStartUTC = CalendarUtils._createUniversalUTCDate(oAppStartDate, null, true),
|
|
4588
4596
|
oAppEndUTC = CalendarUtils._createUniversalUTCDate(oAppEndDate, null, true),
|
|
4589
|
-
oStartDateUTC = UI5Date.getInstance(oRowStartUTC.setUTCMinutes(0, 0, 0) + (iIndex *
|
|
4597
|
+
oStartDateUTC = UI5Date.getInstance(oRowStartUTC.setUTCMinutes(0, 0, 0) + (iIndex * 15 * 60 * 1000)); // 15 min
|
|
4590
4598
|
|
|
4591
4599
|
return {
|
|
4592
4600
|
startDate: CalendarUtils._createLocalDate(oStartDateUTC, true),
|
|
@@ -4756,7 +4764,7 @@ sap.ui.define([
|
|
|
4756
4764
|
|
|
4757
4765
|
PlanningCalendar.prototype._calcResizeNewHoursAppPos = function(oRowStartDate, oAppStartDate, oAppEndDate, iIndex) {
|
|
4758
4766
|
var oRowStartUTC = CalendarUtils._createUniversalUTCDate(UI5Date.getInstance(oRowStartDate.getTime()), null, true),
|
|
4759
|
-
iMinutesStep =
|
|
4767
|
+
iMinutesStep = 15 * 60 * 1000, // 15 min
|
|
4760
4768
|
oAppStartUTC = CalendarUtils._createUniversalUTCDate(oAppStartDate, null, true),
|
|
4761
4769
|
oAppEndUTC = UI5Date.getInstance(oRowStartUTC.setUTCMinutes(0, 0, 0) + ((iIndex + 1) * iMinutesStep));
|
|
4762
4770
|
|
|
@@ -4811,7 +4819,7 @@ sap.ui.define([
|
|
|
4811
4819
|
PlanningCalendar.prototype._calcCreateNewAppHours = function(oRowStartDate, iFirstIndex, iSecondIndex) {
|
|
4812
4820
|
var [iStartIndex, iEndIndex] = [iFirstIndex, iSecondIndex].sort((iIndexA, iIndexB) => iIndexA - iIndexB),
|
|
4813
4821
|
oRowStartUTC = CalendarUtils._createUniversalUTCDate(oRowStartDate, null, true),
|
|
4814
|
-
iMinutesStep =
|
|
4822
|
+
iMinutesStep = 15 * 60 * 1000, // 15 min
|
|
4815
4823
|
iStartAddon = iStartIndex,
|
|
4816
4824
|
iEndAddon = iEndIndex + 1,
|
|
4817
4825
|
oRowStartDateTimeUTC = UI5Date.getInstance(oRowStartUTC.setUTCMinutes(0, 0, 0)),
|
|
@@ -5027,6 +5035,14 @@ sap.ui.define([
|
|
|
5027
5035
|
return oListItem ? oListItem.getTimeline() : null;
|
|
5028
5036
|
}
|
|
5029
5037
|
|
|
5038
|
+
function updateSelectedRows() {
|
|
5039
|
+
const aSelectedRows = this.getSelectedRows();
|
|
5040
|
+
|
|
5041
|
+
for (let i = 0; i < aSelectedRows.length; i++) {
|
|
5042
|
+
getListItem(aSelectedRows[i]).setSelected(true);
|
|
5043
|
+
}
|
|
5044
|
+
}
|
|
5045
|
+
|
|
5030
5046
|
function handleTableSelectionChange(oEvent) {
|
|
5031
5047
|
|
|
5032
5048
|
var aChangedRows = [];
|
|
@@ -43,6 +43,7 @@ sap.ui.define(['sap/ui/unified/CalendarLegendRenderer', 'sap/ui/core/Renderer'],
|
|
|
43
43
|
//the upper list has items, and the lower list too, but the second header is an empty string
|
|
44
44
|
//and we still need a delimiter
|
|
45
45
|
oRm.voidStart("hr");
|
|
46
|
+
oRm.attr("role", "listitem");
|
|
46
47
|
oRm.voidEnd();
|
|
47
48
|
}
|
|
48
49
|
};
|
|
@@ -56,12 +57,14 @@ sap.ui.define(['sap/ui/unified/CalendarLegendRenderer', 'sap/ui/core/Renderer'],
|
|
|
56
57
|
PlanningCalendarLegendRenderer._renderItemsHeader = function(oRm, sHeaderText) {
|
|
57
58
|
oRm.openStart("div");
|
|
58
59
|
oRm.class("sapMPlanCalLegendHeader");
|
|
59
|
-
oRm.attr("role", "
|
|
60
|
+
oRm.attr("role", "listitem");
|
|
60
61
|
oRm.attr("aria-level", "3");
|
|
61
62
|
oRm.openEnd();
|
|
62
63
|
oRm.text(sHeaderText);
|
|
63
64
|
oRm.close("div");
|
|
65
|
+
|
|
64
66
|
oRm.voidStart("hr");
|
|
67
|
+
oRm.attr("role", "listitem");
|
|
65
68
|
oRm.voidEnd();
|
|
66
69
|
};
|
|
67
70
|
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* The <code>sap.m.PlanningCalendarRow</code> allows you to modify appointments at row level.
|
|
38
38
|
*
|
|
39
39
|
* @extends sap.ui.core.Element
|
|
40
|
-
* @version 1.
|
|
40
|
+
* @version 1.128.0
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @public
|
|
@@ -111,12 +111,12 @@ sap.ui.define([
|
|
|
111
111
|
*
|
|
112
112
|
* Hours:<br>
|
|
113
113
|
* For views where the displayed intervals are hours, the placeholder snaps on every interval
|
|
114
|
-
* of
|
|
114
|
+
* of 15 minutes. After the appointment is dropped, the {@link #event:appointmentDrop appointmentDrop} event is fired, containing
|
|
115
115
|
* the new start and end UI5Date or JavaScript Date objects.<br>
|
|
116
116
|
* For example, an appointment with start date "Nov 13 2017 12:17:00" and end date "Nov 13 2017 12:45:30"
|
|
117
117
|
* lasts for 27 minutes and 30 seconds. After dragging and dropping to a new time, the possible new
|
|
118
|
-
* start date has time that is either "hh:00:00" or "hh:
|
|
119
|
-
* snap on every
|
|
118
|
+
* start date has time that is either "hh:00:00" or "hh:15:00" because of the placeholder that can
|
|
119
|
+
* snap on every 15 minutes. The new end date is calculated to be 27 minutes and 30 seconds later
|
|
120
120
|
* and would be either "hh:27:30" or "hh:57:30".
|
|
121
121
|
*
|
|
122
122
|
* Days:<br>
|
|
@@ -171,7 +171,7 @@ sap.ui.define([
|
|
|
171
171
|
*
|
|
172
172
|
* Hours:
|
|
173
173
|
* For views where the displayed intervals are hours, the appointment snaps on every interval
|
|
174
|
-
* of
|
|
174
|
+
* of 15 minutes. After the resize is finished, the {@link #event:appointmentResize appointmentResize} event is fired, containing
|
|
175
175
|
* the new start and end UI5Date or JavaScript Date objects.
|
|
176
176
|
*
|
|
177
177
|
* Days:
|
|
@@ -227,6 +227,12 @@ sap.ui.define([
|
|
|
227
227
|
*/
|
|
228
228
|
appointments : {type : "sap.ui.unified.CalendarAppointment", multiple : true, singularName : "appointment", dnd : {draggable: true}},
|
|
229
229
|
|
|
230
|
+
/**
|
|
231
|
+
* Sets the provided period to be displayed as a non-working.
|
|
232
|
+
* @since 1.128
|
|
233
|
+
*/
|
|
234
|
+
nonWorkingPeriods: {type: "sap.ui.unified.NonWorkingPeriod", multiple: true},
|
|
235
|
+
|
|
230
236
|
/**
|
|
231
237
|
* The appointments to be displayed at the top of the intervals (for example, for public holidays).
|
|
232
238
|
* Appointments outside the visible time frame are not rendered.
|
|
@@ -25,7 +25,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/library'],
|
|
|
25
25
|
* The <code>PlanningCalendarView</code> defines the type of the intervals (hours, days, months)
|
|
26
26
|
* and how many intervals are displayed.
|
|
27
27
|
* @extends sap.ui.core.Element
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.128.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|