@openui5/sap.m 1.112.2 → 1.113.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 +11 -3
- package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
- package/src/sap/m/Avatar.js +32 -3
- package/src/sap/m/AvatarRenderer.js +1 -1
- package/src/sap/m/Bar.js +1 -1
- package/src/sap/m/Breadcrumbs.js +1 -1
- package/src/sap/m/BusyDialog.js +1 -1
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/Button.js +1 -1
- package/src/sap/m/Carousel.js +1 -1
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CarouselRenderer.js +2 -6
- package/src/sap/m/CheckBox.js +1 -1
- package/src/sap/m/ColorPalette.js +1 -1
- package/src/sap/m/ColorPalettePopover.js +1 -1
- package/src/sap/m/Column.js +1 -1
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- package/src/sap/m/ColumnListItem.js +1 -1
- package/src/sap/m/ColumnPopoverActionItem.js +1 -1
- package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
- package/src/sap/m/ColumnPopoverItem.js +1 -1
- package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
- package/src/sap/m/ColumnPopoverSortItem.js +1 -1
- package/src/sap/m/ComboBox.js +12 -2
- package/src/sap/m/ComboBoxBase.js +2 -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 +5 -1
- package/src/sap/m/DatePickerRenderer.js +3 -1
- package/src/sap/m/DateRangeSelection.js +31 -2
- package/src/sap/m/DateRangeSelectionRenderer.js +3 -2
- package/src/sap/m/DateTimeField.js +20 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +49 -5
- package/src/sap/m/Dialog.js +1 -1
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DraftIndicator.js +1 -1
- package/src/sap/m/DynamicDate.js +1 -1
- package/src/sap/m/DynamicDateOption.js +1 -1
- package/src/sap/m/DynamicDateRange.js +45 -22
- 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 +11 -11
- 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 +60 -4
- package/src/sap/m/FormattedTextRenderer.js +10 -52
- package/src/sap/m/GenericTag.js +1 -1
- package/src/sap/m/GenericTile.js +24 -18
- package/src/sap/m/GenericTileRenderer.js +17 -5
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingEnablement.js +19 -13
- 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/IllustratedMessageType.js +12 -0
- package/src/sap/m/Illustration.js +1 -1
- package/src/sap/m/IllustrationRenderer.js +2 -0
- package/src/sap/m/Image.js +9 -1
- package/src/sap/m/ImageContent.js +1 -1
- package/src/sap/m/Input.js +23 -5
- 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 +2 -5
- package/src/sap/m/LightBoxItem.js +1 -1
- package/src/sap/m/LightBoxRenderer.js +3 -0
- package/src/sap/m/Link.js +10 -3
- package/src/sap/m/LinkRenderer.js +2 -4
- package/src/sap/m/List.js +2 -2
- package/src/sap/m/ListBase.js +8 -7
- package/src/sap/m/ListItemBase.js +6 -5
- 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 +42 -35
- package/src/sap/m/MenuButton.js +1 -1
- package/src/sap/m/MenuItem.js +8 -8
- package/src/sap/m/MenuListItem.js +1 -1
- package/src/sap/m/MessageBox.js +5 -0
- 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 +7 -2
- 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 +23 -6
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +18 -18
- package/src/sap/m/NavContainer.js +1 -1
- package/src/sap/m/NewsContent.js +1 -1
- package/src/sap/m/NotificationList.js +1 -1
- package/src/sap/m/NotificationListBase.js +1 -1
- package/src/sap/m/NotificationListGroup.js +1 -1
- package/src/sap/m/NotificationListItem.js +1 -1
- package/src/sap/m/NumericContent.js +1 -1
- package/src/sap/m/NumericInput.js +1 -1
- package/src/sap/m/ObjectAttribute.js +1 -1
- package/src/sap/m/ObjectHeader.js +1 -1
- package/src/sap/m/ObjectIdentifier.js +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/ObjectStatus.js +1 -1
- package/src/sap/m/OverflowToolbar.js +1 -1
- package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
- package/src/sap/m/OverflowToolbarButton.js +1 -1
- package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
- package/src/sap/m/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 +9 -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 -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 +45 -33
- 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 +3 -3
- package/src/sap/m/PopoverRenderer.js +0 -4
- 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 +3 -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 +9 -1
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +1 -1
- package/src/sap/m/SelectDialog.js +1 -1
- package/src/sap/m/SelectDialogBase.js +1 -1
- package/src/sap/m/SelectList.js +1 -1
- package/src/sap/m/SelectionDetails.js +1 -1
- package/src/sap/m/SelectionDetailsFacade.js +2 -2
- package/src/sap/m/SelectionDetailsItem.js +1 -1
- package/src/sap/m/SelectionDetailsItemLine.js +1 -1
- package/src/sap/m/Shell.js +1 -1
- package/src/sap/m/SimpleFixFlex.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +41 -4
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +185 -6
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +32 -2
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +185 -6
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +25 -6
- package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
- package/src/sap/m/SlideTile.js +1 -1
- package/src/sap/m/Slider.js +1 -1
- package/src/sap/m/SliderTooltip.js +1 -1
- package/src/sap/m/SliderTooltipBase.js +1 -1
- package/src/sap/m/SliderTooltipContainer.js +1 -1
- package/src/sap/m/SplitApp.js +1 -1
- package/src/sap/m/SplitButton.js +1 -1
- package/src/sap/m/SplitContainer.js +1 -1
- package/src/sap/m/StandardDynamicDateOption.js +1 -1
- package/src/sap/m/StandardListItem.js +1 -1
- package/src/sap/m/StandardListItemRenderer.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 +5 -4
- package/src/sap/m/TablePersoController.js +1 -1
- package/src/sap/m/TablePersoDialog.js +1 -1
- package/src/sap/m/TablePersoProvider.js +1 -1
- package/src/sap/m/TableSelectDialog.js +1 -1
- package/src/sap/m/Text.js +1 -1
- package/src/sap/m/TextArea.js +1 -1
- package/src/sap/m/Tile.js +1 -1
- package/src/sap/m/TileContainer.js +1 -1
- package/src/sap/m/TileContent.js +1 -1
- package/src/sap/m/TimePicker.js +1 -1
- package/src/sap/m/TimePickerClock.js +1 -1
- package/src/sap/m/TimePickerClocks.js +1 -1
- package/src/sap/m/TimePickerInputs.js +1 -1
- package/src/sap/m/TimePickerInternals.js +1 -1
- package/src/sap/m/TimePickerRenderer.js +5 -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/TitleRenderer.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 +19 -10
- 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 +2 -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/VariantManagement.js +1 -5
- 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/delegate/ValueStateMessage.js +15 -4
- package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +6 -0
- package/src/sap/m/designtime/messagebundle_uk.properties +2 -2
- package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +0 -2
- package/src/sap/m/library.js +23 -2
- package/src/sap/m/messagebundle.properties +36 -0
- package/src/sap/m/messagebundle_ar.properties +17 -3
- package/src/sap/m/messagebundle_bg.properties +39 -25
- package/src/sap/m/messagebundle_ca.properties +17 -3
- package/src/sap/m/messagebundle_cs.properties +17 -3
- package/src/sap/m/messagebundle_cy.properties +17 -3
- package/src/sap/m/messagebundle_da.properties +17 -3
- package/src/sap/m/messagebundle_de.properties +17 -3
- package/src/sap/m/messagebundle_el.properties +17 -3
- package/src/sap/m/messagebundle_en.properties +15 -1
- package/src/sap/m/messagebundle_en_GB.properties +15 -1
- package/src/sap/m/messagebundle_en_US_sappsd.properties +18 -0
- package/src/sap/m/messagebundle_en_US_saprigi.properties +14 -0
- package/src/sap/m/messagebundle_en_US_saptrc.properties +14 -0
- package/src/sap/m/messagebundle_es.properties +17 -3
- package/src/sap/m/messagebundle_es_MX.properties +17 -3
- package/src/sap/m/messagebundle_et.properties +17 -3
- package/src/sap/m/messagebundle_fi.properties +17 -3
- package/src/sap/m/messagebundle_fr.properties +17 -3
- package/src/sap/m/messagebundle_fr_CA.properties +17 -3
- package/src/sap/m/messagebundle_hi.properties +17 -3
- package/src/sap/m/messagebundle_hr.properties +17 -3
- package/src/sap/m/messagebundle_hu.properties +17 -3
- package/src/sap/m/messagebundle_id.properties +17 -3
- package/src/sap/m/messagebundle_it.properties +17 -3
- package/src/sap/m/messagebundle_iw.properties +18 -4
- package/src/sap/m/messagebundle_ja.properties +17 -3
- package/src/sap/m/messagebundle_kk.properties +22 -8
- package/src/sap/m/messagebundle_ko.properties +17 -3
- package/src/sap/m/messagebundle_lt.properties +17 -3
- package/src/sap/m/messagebundle_lv.properties +17 -3
- package/src/sap/m/messagebundle_ms.properties +17 -3
- package/src/sap/m/messagebundle_nl.properties +17 -3
- package/src/sap/m/messagebundle_no.properties +17 -3
- package/src/sap/m/messagebundle_pl.properties +17 -3
- package/src/sap/m/messagebundle_pt.properties +17 -3
- package/src/sap/m/messagebundle_pt_PT.properties +17 -3
- package/src/sap/m/messagebundle_ro.properties +17 -3
- package/src/sap/m/messagebundle_ru.properties +17 -3
- package/src/sap/m/messagebundle_sh.properties +18 -4
- package/src/sap/m/messagebundle_sk.properties +17 -3
- package/src/sap/m/messagebundle_sl.properties +18 -4
- package/src/sap/m/messagebundle_sv.properties +17 -3
- package/src/sap/m/messagebundle_th.properties +17 -3
- package/src/sap/m/messagebundle_tr.properties +17 -3
- package/src/sap/m/messagebundle_uk.properties +21 -7
- package/src/sap/m/messagebundle_vi.properties +17 -3
- package/src/sap/m/messagebundle_zh_CN.properties +18 -4
- package/src/sap/m/messagebundle_zh_TW.properties +17 -3
- 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 +113 -16
- package/src/sap/m/p13n/Container.js +38 -8
- package/src/sap/m/p13n/Engine.js +231 -186
- 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 +2 -1
- package/src/sap/m/p13n/QueryPanel.js +7 -2
- package/src/sap/m/p13n/SelectionController.js +29 -10
- 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 +38 -13
- package/src/sap/m/p13n/modification/FlexModificationHandler.js +46 -23
- package/src/sap/m/p13n/modification/ModificationHandler.js +2 -2
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +1 -1
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +4 -4
- package/src/sap/m/p13n/modules/UIManager.js +4 -5
- package/src/sap/m/p13n/modules/xConfigAPI.js +4 -1
- package/src/sap/m/plugins/CellSelector.js +1 -1
- package/src/sap/m/plugins/ColumnResizer.js +2 -2
- package/src/sap/m/plugins/CopyProvider.js +1 -1
- package/src/sap/m/plugins/DataStateIndicator.js +2 -2
- package/src/sap/m/plugins/PasteProvider.js +1 -1
- package/src/sap/m/plugins/PluginBase.js +1 -1
- package/src/sap/m/semantic/AddAction.js +1 -1
- package/src/sap/m/semantic/CancelAction.js +1 -1
- package/src/sap/m/semantic/DeleteAction.js +1 -1
- package/src/sap/m/semantic/DetailPage.js +1 -1
- package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/m/semantic/EditAction.js +1 -1
- package/src/sap/m/semantic/FavoriteAction.js +1 -1
- package/src/sap/m/semantic/FilterAction.js +1 -1
- package/src/sap/m/semantic/FilterSelect.js +1 -1
- package/src/sap/m/semantic/FlagAction.js +1 -1
- package/src/sap/m/semantic/ForwardAction.js +1 -1
- package/src/sap/m/semantic/FullscreenPage.js +1 -1
- package/src/sap/m/semantic/GroupAction.js +1 -1
- package/src/sap/m/semantic/GroupSelect.js +1 -1
- package/src/sap/m/semantic/MainAction.js +1 -1
- package/src/sap/m/semantic/MasterPage.js +1 -1
- package/src/sap/m/semantic/MessagesIndicator.js +1 -1
- package/src/sap/m/semantic/MultiSelectAction.js +1 -1
- package/src/sap/m/semantic/NegativeAction.js +1 -1
- package/src/sap/m/semantic/OpenInAction.js +1 -1
- package/src/sap/m/semantic/PositiveAction.js +1 -1
- package/src/sap/m/semantic/PrintAction.js +1 -1
- package/src/sap/m/semantic/SaveAction.js +1 -1
- package/src/sap/m/semantic/Segment.js +1 -1
- package/src/sap/m/semantic/SegmentedContainer.js +1 -1
- package/src/sap/m/semantic/SemanticButton.js +1 -1
- package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/m/semantic/SemanticControl.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/semantic/SemanticPage.js +1 -1
- package/src/sap/m/semantic/SemanticSelect.js +1 -1
- package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/m/semantic/SendEmailAction.js +1 -1
- package/src/sap/m/semantic/SendMessageAction.js +1 -1
- package/src/sap/m/semantic/ShareInJamAction.js +1 -1
- package/src/sap/m/semantic/ShareMenu.js +1 -1
- package/src/sap/m/semantic/ShareMenuPage.js +1 -1
- package/src/sap/m/semantic/SortAction.js +1 -1
- package/src/sap/m/semantic/SortSelect.js +1 -1
- package/src/sap/m/table/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 +23 -10
- 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/Button.less +16 -3
- package/src/sap/m/themes/base/Carousel.less +0 -2
- package/src/sap/m/themes/base/FacetFilter.less +0 -4
- package/src/sap/m/themes/base/FeedInput.less +130 -113
- package/src/sap/m/themes/base/GenericTile.less +17 -2
- package/src/sap/m/themes/base/Input.less +4 -0
- package/src/sap/m/themes/base/Panel.less +1 -0
- package/src/sap/m/themes/base/PlanningCalendar.less +9 -0
- package/src/sap/m/themes/base/PlanningCalendarHeader.less +26 -1
- package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +75 -4
- package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +38 -8
- package/src/sap/m/themes/base/StandardListItem.less +1 -0
- package/src/sap/m/themes/base/Toolbar.less +3 -2
- package/src/sap/m/themes/base/UploadCollection.less +1 -0
- package/src/sap/m/themes/base/Wizard.less +5 -1
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoColumnsSet.svg +35 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NoColumnsSet.svg +6 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoColumnsSet.svg +36 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoColumnsSet.svg +36 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/sap/m/upload/UploadSet.js +36 -13
- package/src/sap/m/upload/UploadSetItem.js +14 -2
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
|
@@ -195,7 +195,7 @@ sap.ui.define([
|
|
|
195
195
|
* {@link sap.m.PlanningCalendarView PlanningCalendarView}'s properties.
|
|
196
196
|
*
|
|
197
197
|
* @extends sap.ui.core.Control
|
|
198
|
-
* @version 1.
|
|
198
|
+
* @version 1.113.0
|
|
199
199
|
*
|
|
200
200
|
* @constructor
|
|
201
201
|
* @public
|
|
@@ -873,7 +873,7 @@ sap.ui.define([
|
|
|
873
873
|
};
|
|
874
874
|
|
|
875
875
|
PlanningCalendar.prototype._updateHeader = function () {
|
|
876
|
-
this._getHeader().setProperty("_primaryCalendarType", this.
|
|
876
|
+
this._getHeader().setProperty("_primaryCalendarType", this._getPrimaryCalendarType());
|
|
877
877
|
if (this._getSecondaryCalendarType()) {
|
|
878
878
|
this.setShowDayNamesLine(true);
|
|
879
879
|
this._getHeader().setProperty("_secondaryCalendarType", this.getSecondaryCalendarType());
|
|
@@ -962,9 +962,9 @@ sap.ui.define([
|
|
|
962
962
|
*/
|
|
963
963
|
PlanningCalendar.prototype._applyArrowsLogic = function(bBackwards) {
|
|
964
964
|
if (bBackwards) {
|
|
965
|
-
this._dateNav.previous(this.
|
|
965
|
+
this._dateNav.previous(this._getPrimaryCalendarType());
|
|
966
966
|
} else {
|
|
967
|
-
this._dateNav.next(this.
|
|
967
|
+
this._dateNav.next(this._getPrimaryCalendarType());
|
|
968
968
|
}
|
|
969
969
|
|
|
970
970
|
if (this.getMinDate() && this._dateNav.getStart().getTime() <= this.getMinDate().getTime()) {
|
|
@@ -1015,7 +1015,7 @@ sap.ui.define([
|
|
|
1015
1015
|
|
|
1016
1016
|
switch (sViewType) {
|
|
1017
1017
|
case CalendarIntervalType.Hour:
|
|
1018
|
-
oDateFormat = DateFormat.getDateInstance({format: "yMMMMd", calendarType: this.
|
|
1018
|
+
oDateFormat = DateFormat.getDateInstance({format: "yMMMMd", calendarType: this._getPrimaryCalendarType()});
|
|
1019
1019
|
sBeginningResult = oDateFormat.format(oStartDate);
|
|
1020
1020
|
if (oStartDate.getDate() !== oEndDate.getDate()) {
|
|
1021
1021
|
sEndResult = oDateFormat.format(oEndDate);
|
|
@@ -1041,7 +1041,7 @@ sap.ui.define([
|
|
|
1041
1041
|
var iEndingParameter = this._getRelativeInfo().iIntervalSize === 1 ? iBeginning + iEnding : iBeginning + iEnding - 1;
|
|
1042
1042
|
sEndResult = fnIntervalLabelFormatter ? fnIntervalLabelFormatter(iEndingParameter) : iBeginning + iEnding;
|
|
1043
1043
|
} else {
|
|
1044
|
-
oDateFormat = DateFormat.getDateInstance({ format: "yMMMMd", calendarType: this.
|
|
1044
|
+
oDateFormat = DateFormat.getDateInstance({ format: "yMMMMd", calendarType: this._getPrimaryCalendarType() });
|
|
1045
1045
|
sBeginningResult = oDateFormat.format(oStartDate);
|
|
1046
1046
|
sEndResult = oDateFormat.format(oEndDate);
|
|
1047
1047
|
if (this._getSecondaryCalendarType()) {
|
|
@@ -1055,7 +1055,7 @@ sap.ui.define([
|
|
|
1055
1055
|
|
|
1056
1056
|
case CalendarIntervalType.OneMonth:
|
|
1057
1057
|
case "OneMonth":
|
|
1058
|
-
oDateFormat = DateFormat.getDateInstance({format: "yMMMM", calendarType: this.
|
|
1058
|
+
oDateFormat = DateFormat.getDateInstance({format: "yMMMM", calendarType: this._getPrimaryCalendarType()});
|
|
1059
1059
|
sBeginningResult = oDateFormat.format(oStartDate);
|
|
1060
1060
|
if (this._getSecondaryCalendarType()) {
|
|
1061
1061
|
oDateFormatInSecType = DateFormat.getDateInstance({format: "yMMMM", calendarType: this.getSecondaryCalendarType()});
|
|
@@ -1064,7 +1064,7 @@ sap.ui.define([
|
|
|
1064
1064
|
break;
|
|
1065
1065
|
|
|
1066
1066
|
case CalendarIntervalType.Month:
|
|
1067
|
-
oDateFormat = DateFormat.getDateInstance({format: "y", calendarType: this.
|
|
1067
|
+
oDateFormat = DateFormat.getDateInstance({format: "y", calendarType: this._getPrimaryCalendarType()});
|
|
1068
1068
|
sBeginningResult = oDateFormat.format(oStartDate);
|
|
1069
1069
|
|
|
1070
1070
|
if (this._getSecondaryCalendarType()) {
|
|
@@ -1114,6 +1114,10 @@ sap.ui.define([
|
|
|
1114
1114
|
return { primaryType: sResult, secondaryType: sResultInSecType };
|
|
1115
1115
|
};
|
|
1116
1116
|
|
|
1117
|
+
PlanningCalendar.prototype._getPrimaryCalendarType = function(){
|
|
1118
|
+
return this.getProperty("primaryCalendarType") || Configuration.getCalendarType();
|
|
1119
|
+
};
|
|
1120
|
+
|
|
1117
1121
|
/**
|
|
1118
1122
|
* Calculates the first and the last date of the range to be displayed. The size of the range depends on the
|
|
1119
1123
|
* currently selected view.
|
|
@@ -1121,8 +1125,8 @@ sap.ui.define([
|
|
|
1121
1125
|
* @private
|
|
1122
1126
|
*/
|
|
1123
1127
|
PlanningCalendar.prototype._getFirstAndLastRangeDate = function () {
|
|
1124
|
-
var oUniStartDate = CalendarUtils._createUniversalUTCDate(this.getStartDate(), this.
|
|
1125
|
-
oUniEndDate = CalendarUtils._createUniversalUTCDate(this._dateNav.getEnd(), this.
|
|
1128
|
+
var oUniStartDate = CalendarUtils._createUniversalUTCDate(this.getStartDate(), this._getPrimaryCalendarType(), true),
|
|
1129
|
+
oUniEndDate = CalendarUtils._createUniversalUTCDate(this._dateNav.getEnd(), this._getPrimaryCalendarType(), true);
|
|
1126
1130
|
|
|
1127
1131
|
return {
|
|
1128
1132
|
oStartDate: oUniStartDate,
|
|
@@ -1187,7 +1191,7 @@ sap.ui.define([
|
|
|
1187
1191
|
* @public
|
|
1188
1192
|
*/
|
|
1189
1193
|
PlanningCalendar.prototype.getEndDate = function () {
|
|
1190
|
-
return this._dateNav.getEnd(this.
|
|
1194
|
+
return this._dateNav.getEnd(this._getPrimaryCalendarType());
|
|
1191
1195
|
};
|
|
1192
1196
|
|
|
1193
1197
|
/**
|
|
@@ -1521,14 +1525,10 @@ sap.ui.define([
|
|
|
1521
1525
|
};
|
|
1522
1526
|
|
|
1523
1527
|
PlanningCalendar.prototype._getSecondaryCalendarType = function() {
|
|
1524
|
-
var sSecondaryCalendarType;
|
|
1525
|
-
|
|
1526
|
-
if (this._bSecondaryCalendarTypeSet) {
|
|
1527
|
-
sSecondaryCalendarType = this.getSecondaryCalendarType();
|
|
1528
|
+
var sSecondaryCalendarType = this.getSecondaryCalendarType();
|
|
1528
1529
|
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
}
|
|
1530
|
+
if (sSecondaryCalendarType === this._getPrimaryCalendarType()) {
|
|
1531
|
+
return undefined;
|
|
1532
1532
|
}
|
|
1533
1533
|
|
|
1534
1534
|
return sSecondaryCalendarType;
|
|
@@ -1542,7 +1542,7 @@ sap.ui.define([
|
|
|
1542
1542
|
*/
|
|
1543
1543
|
PlanningCalendar.prototype.setSecondaryCalendarType = function (sSecondaryCalendarType) {
|
|
1544
1544
|
this.setProperty("secondaryCalendarType", sSecondaryCalendarType);
|
|
1545
|
-
|
|
1545
|
+
|
|
1546
1546
|
if (this._getHeader()) {
|
|
1547
1547
|
this._getHeader().setProperty("_secondaryCalendarType", sSecondaryCalendarType);
|
|
1548
1548
|
}
|
|
@@ -1565,6 +1565,12 @@ sap.ui.define([
|
|
|
1565
1565
|
return this;
|
|
1566
1566
|
};
|
|
1567
1567
|
|
|
1568
|
+
/**
|
|
1569
|
+
* Set minimum date that can be shown and selected in the <code>PlanningCalendar</code>. This must be a JavaScript date object.
|
|
1570
|
+
* @param {Date} oDate A JavaScript Date
|
|
1571
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
1572
|
+
* @public
|
|
1573
|
+
*/
|
|
1568
1574
|
PlanningCalendar.prototype.setMinDate = function(oDate){
|
|
1569
1575
|
|
|
1570
1576
|
if (deepEqual(oDate, this.getMinDate())) {
|
|
@@ -1624,6 +1630,12 @@ sap.ui.define([
|
|
|
1624
1630
|
|
|
1625
1631
|
};
|
|
1626
1632
|
|
|
1633
|
+
/**
|
|
1634
|
+
* Set maximum date that can be shown and selected in the <code>PlanningCalendar</code>. This must be a JavaScript date object.
|
|
1635
|
+
* @param {Date} oDate A JavaScript Date
|
|
1636
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
1637
|
+
* @public
|
|
1638
|
+
*/
|
|
1627
1639
|
PlanningCalendar.prototype.setMaxDate = function(oDate){
|
|
1628
1640
|
|
|
1629
1641
|
if (deepEqual(oDate, this.getMaxDate())) {
|
|
@@ -1865,7 +1877,7 @@ sap.ui.define([
|
|
|
1865
1877
|
months: iIntervals,
|
|
1866
1878
|
legend: this.getLegend()
|
|
1867
1879
|
});
|
|
1868
|
-
this._oMonthsRow.setProperty("primaryCalendarType", this.
|
|
1880
|
+
this._oMonthsRow.setProperty("primaryCalendarType", this._getPrimaryCalendarType());
|
|
1869
1881
|
if (sSecondaryCalendarType) {
|
|
1870
1882
|
this._oMonthsRow.setProperty("secondaryCalendarType", sSecondaryCalendarType);
|
|
1871
1883
|
}
|
|
@@ -1897,9 +1909,9 @@ sap.ui.define([
|
|
|
1897
1909
|
var oContent = this.getAggregation("table").getInfoToolbar().getContent()[1];
|
|
1898
1910
|
|
|
1899
1911
|
if (oContent.getMetadata().hasProperty("_primaryCalendarType")) {
|
|
1900
|
-
oContent.setProperty("_primaryCalendarType", this.
|
|
1912
|
+
oContent.setProperty("_primaryCalendarType", this._getPrimaryCalendarType());
|
|
1901
1913
|
} else if (oContent.getMetadata().hasProperty("primaryCalendarType")) {
|
|
1902
|
-
oContent.setPrimaryCalendarType(this.
|
|
1914
|
+
oContent.setPrimaryCalendarType(this._getPrimaryCalendarType());
|
|
1903
1915
|
}
|
|
1904
1916
|
|
|
1905
1917
|
if (sSecondaryCalendarType && oContent.getMetadata().hasProperty("_secondaryCalendarType") ) {
|
|
@@ -1909,7 +1921,7 @@ sap.ui.define([
|
|
|
1909
1921
|
}
|
|
1910
1922
|
|
|
1911
1923
|
if (this._oOneMonthsRow) {
|
|
1912
|
-
this._oOneMonthsRow.setPrimaryCalendarType(this.
|
|
1924
|
+
this._oOneMonthsRow.setPrimaryCalendarType(this._getPrimaryCalendarType());
|
|
1913
1925
|
}
|
|
1914
1926
|
|
|
1915
1927
|
if (oContent.setFirstDayOfWeek) {
|
|
@@ -1947,7 +1959,7 @@ sap.ui.define([
|
|
|
1947
1959
|
if (this._oOneMonthsRow && (sKey === PlanningCalendarBuiltInView.OneMonth || sKey === "OneMonth")) {
|
|
1948
1960
|
this._oOneMonthsRow.setMode(this._iSize);
|
|
1949
1961
|
this._oOldStartDate = UI5Date.getInstance(this.getStartDate().getTime());
|
|
1950
|
-
this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oOldStartDate, this.
|
|
1962
|
+
this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oOldStartDate, this._getPrimaryCalendarType()));
|
|
1951
1963
|
|
|
1952
1964
|
if (this._iSize < 2) {
|
|
1953
1965
|
this._setRowsStartDate(oOldStartDate);
|
|
@@ -2044,7 +2056,7 @@ sap.ui.define([
|
|
|
2044
2056
|
oStart,
|
|
2045
2057
|
oCurrent;
|
|
2046
2058
|
|
|
2047
|
-
this._dateNav.toDate(oDate, this.
|
|
2059
|
+
this._dateNav.toDate(oDate, this._getPrimaryCalendarType());
|
|
2048
2060
|
|
|
2049
2061
|
oStart = this._dateNav.getStart();
|
|
2050
2062
|
oCurrent = this._dateNav.getCurrent();
|
|
@@ -2114,7 +2126,7 @@ sap.ui.define([
|
|
|
2114
2126
|
* CalendarUtils.getFirstDateOfMonth works with UTC dates (this is because the dates are timezone irrelevant),
|
|
2115
2127
|
* it should be called with the local datetime values presented as UTC ones.
|
|
2116
2128
|
*/
|
|
2117
|
-
var oFirstDateOfMonth = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oStartDate, this.
|
|
2129
|
+
var oFirstDateOfMonth = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oStartDate, this._getPrimaryCalendarType()));
|
|
2118
2130
|
var oJSDate = oFirstDateOfMonth.toLocalJSDate();
|
|
2119
2131
|
oJSDate.setHours(oStartDate.getHours(), oStartDate.getMinutes(), oStartDate.getSeconds());
|
|
2120
2132
|
//CalendarUtils.getFirstDateOfMonth works with UTC based date values, restore the result back in local timezone.
|
|
@@ -2978,7 +2990,7 @@ sap.ui.define([
|
|
|
2978
2990
|
sViewKey = this.getViewKey(),
|
|
2979
2991
|
oFocusMonthDelegate = {
|
|
2980
2992
|
onAfterRendering: function() {
|
|
2981
|
-
this._focusDate(CalendarDate.fromLocalJSDate(UI5Date.getInstance(), this.
|
|
2993
|
+
this._focusDate(CalendarDate.fromLocalJSDate(UI5Date.getInstance(), this._getPrimaryCalendarType()));
|
|
2982
2994
|
this.removeDelegate(oFocusMonthDelegate);
|
|
2983
2995
|
}
|
|
2984
2996
|
};
|
|
@@ -2986,8 +2998,8 @@ sap.ui.define([
|
|
|
2986
2998
|
// if the OneMonth view is selected and Today btn is pressed,
|
|
2987
2999
|
// the calendar should start from the 1st date of the current month
|
|
2988
3000
|
if (sViewKey === PlanningCalendarBuiltInView.OneMonth || sViewKey === "OneMonth") {
|
|
2989
|
-
oStartDate = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oDate, this.
|
|
2990
|
-
this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oDate, this.
|
|
3001
|
+
oStartDate = CalendarUtils._getFirstDateOfMonth(CalendarDate.fromLocalJSDate(oDate, this._getPrimaryCalendarType()));
|
|
3002
|
+
this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oDate, this._getPrimaryCalendarType()));
|
|
2991
3003
|
|
|
2992
3004
|
oDate = oStartDate.toLocalJSDate();
|
|
2993
3005
|
}
|
|
@@ -3089,9 +3101,9 @@ sap.ui.define([
|
|
|
3089
3101
|
}
|
|
3090
3102
|
|
|
3091
3103
|
var oEvtSelectedStartDate = UI5Date.getInstance(aSelectedDates[0].getStartDate());
|
|
3092
|
-
var oEvtSelectedStartCalendarDate = CalendarDate.fromLocalJSDate(oEvtSelectedStartDate, this.
|
|
3104
|
+
var oEvtSelectedStartCalendarDate = CalendarDate.fromLocalJSDate(oEvtSelectedStartDate, this._getPrimaryCalendarType());
|
|
3093
3105
|
// calculate end date
|
|
3094
|
-
var oEndDate = CalendarUtils._createUniversalUTCDate(oEvtSelectedStartDate, this.
|
|
3106
|
+
var oEndDate = CalendarUtils._createUniversalUTCDate(oEvtSelectedStartDate, this._getPrimaryCalendarType(), true);
|
|
3095
3107
|
var sKey = this.getViewKey();
|
|
3096
3108
|
var oView = this._getView(sKey);
|
|
3097
3109
|
var sIntervalType = oView.getIntervalType();
|
|
@@ -3122,7 +3134,7 @@ sap.ui.define([
|
|
|
3122
3134
|
this._getHeader().updatePickerText(this._formatPickerText());
|
|
3123
3135
|
}
|
|
3124
3136
|
this._setRowsStartDate(oFocusedDate);
|
|
3125
|
-
this._oOneMonthsRow._focusDate(CalendarDate.fromLocalJSDate(oFocusedDate, this.
|
|
3137
|
+
this._oOneMonthsRow._focusDate(CalendarDate.fromLocalJSDate(oFocusedDate, this._getPrimaryCalendarType()), true);
|
|
3126
3138
|
} else if (CalendarUtils._isNextMonth(oEvtSelectedStartCalendarDate.toLocalJSDate(), this.getStartDate())) {
|
|
3127
3139
|
this.shiftToDate(oEvtSelectedStartCalendarDate);
|
|
3128
3140
|
this._addMonthFocusDelegate(this._getRowInstanceByViewKey(this.getViewKey()));
|
|
@@ -3282,7 +3294,7 @@ sap.ui.define([
|
|
|
3282
3294
|
oSelectedDate = (this._getSelectedDates().length && this._getSelectedDates()[0].getStartDate()) ?
|
|
3283
3295
|
this._getSelectedDates()[0].getStartDate() : this.getStartDate();
|
|
3284
3296
|
this._oOneMonthsRow.setMode(this._iSize);
|
|
3285
|
-
this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oSelectedDate, this.
|
|
3297
|
+
this._adjustSelectedDate(CalendarDate.fromLocalJSDate(oSelectedDate, this._getPrimaryCalendarType()));
|
|
3286
3298
|
}
|
|
3287
3299
|
|
|
3288
3300
|
// Call _updateStickyHeader only if the property stickyHeader is set to true
|
|
@@ -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.113.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
package/src/sap/m/Popover.js
CHANGED
|
@@ -120,7 +120,7 @@ sap.ui.define([
|
|
|
120
120
|
* @extends sap.ui.core.Control
|
|
121
121
|
* @implements sap.ui.core.PopupInterface
|
|
122
122
|
* @author SAP SE
|
|
123
|
-
* @version 1.
|
|
123
|
+
* @version 1.113.0
|
|
124
124
|
*
|
|
125
125
|
* @public
|
|
126
126
|
* @alias sap.m.Popover
|
|
@@ -801,7 +801,7 @@ sap.ui.define([
|
|
|
801
801
|
* Opens the Popover and sets the Popover position according to the {@link #getPlacement() placement} property around the <code>oControl</code> parameter.
|
|
802
802
|
*
|
|
803
803
|
* @param {sap.ui.core.Control|HTMLElement} oControl This is the control to which the Popover will be placed. It can be not only a UI5 control, but also an existing DOM reference. The side of the placement depends on the placement property set in the Popover.
|
|
804
|
-
* @param {boolean} bSkipInstanceManager Indicates whether popover should be managed by InstanceManager or not
|
|
804
|
+
* @param {boolean} [bSkipInstanceManager=false] Indicates whether popover should be managed by InstanceManager or not.
|
|
805
805
|
* @returns {this} Reference to the control instance for chaining
|
|
806
806
|
* @public
|
|
807
807
|
*/
|
|
@@ -1711,7 +1711,7 @@ sap.ui.define([
|
|
|
1711
1711
|
* Calculate outerHeight of the element; used as hook for SVG elements
|
|
1712
1712
|
* @param {HTMLElement} oElement An Element for which outerHeight will be calculated.
|
|
1713
1713
|
* @param {boolean} [bIncludeMargin=false] Determines if the margins should be included in the calculated outerHeight
|
|
1714
|
-
*
|
|
1714
|
+
* @returns {number} The outer height of the element
|
|
1715
1715
|
* @protected
|
|
1716
1716
|
*/
|
|
1717
1717
|
Popover.outerHeight = function (oElement, bIncludeMargin) {
|
|
@@ -163,10 +163,6 @@ sap.ui.define([
|
|
|
163
163
|
oRm.openStart("div", oControl.getId() + "-scroll")
|
|
164
164
|
.class("sapMPopoverScroll");
|
|
165
165
|
|
|
166
|
-
if (!oControl.getHorizontalScrolling()) {
|
|
167
|
-
oRm.style(Configuration.getRTL() ? "margin-left" : "margin-right", getScrollbarSize().width + "px");
|
|
168
|
-
}
|
|
169
|
-
|
|
170
166
|
oRm.openEnd();
|
|
171
167
|
|
|
172
168
|
for (i = 0; i < contents.length; i++) {
|
package/src/sap/m/QuickView.js
CHANGED
package/src/sap/m/RadioButton.js
CHANGED
package/src/sap/m/RangeSlider.js
CHANGED
|
@@ -49,6 +49,8 @@ sap.ui.define(
|
|
|
49
49
|
|
|
50
50
|
oRm.style("width", this._iWidth + "px");
|
|
51
51
|
oRm.style("height", this._iHeight + "px");
|
|
52
|
+
oRm.style("font-size", this._iHeight + "px");
|
|
53
|
+
|
|
52
54
|
if (bEnabled && !bDisplayOnly) {
|
|
53
55
|
// Interactive
|
|
54
56
|
oRm.attr("tabindex", "0");
|
|
@@ -255,7 +257,7 @@ sap.ui.define(
|
|
|
255
257
|
case "SELECTED":
|
|
256
258
|
return oControl.getIconSelected() || IconPool.getIconURI("favorite");
|
|
257
259
|
case "UNSELECTED":
|
|
258
|
-
if (oControl.getEditable() && !oControl.getDisplayOnly()) {
|
|
260
|
+
if (oControl.getEditable() && !oControl.getDisplayOnly() && oControl.getEnabled()) {
|
|
259
261
|
return oControl.getIconUnselected() || IconPool.getIconURI("unfavorite");
|
|
260
262
|
} else {
|
|
261
263
|
return oControl.getIconUnselected() || IconPool.getIconURI("favorite");
|
package/src/sap/m/ScrollBar.js
CHANGED
|
@@ -25,7 +25,7 @@ function(Control, ScrollBarRenderer) {
|
|
|
25
25
|
* care of only rendering the currently visible rows and use this <code>ScrollBar</code> control to make
|
|
26
26
|
* the users think they are actually scrolling through a long list.
|
|
27
27
|
* @extends sap.ui.core.Control
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.113.0
|
|
29
29
|
*
|
|
30
30
|
* @private
|
|
31
31
|
* @alias sap.m.ScrollBar
|
package/src/sap/m/SearchField.js
CHANGED
|
@@ -55,7 +55,7 @@ function(
|
|
|
55
55
|
* @implements sap.ui.core.IFormContent
|
|
56
56
|
*
|
|
57
57
|
* @author SAP SE
|
|
58
|
-
* @version 1.
|
|
58
|
+
* @version 1.113.0
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @public
|
|
@@ -638,6 +638,10 @@ function(
|
|
|
638
638
|
return this;
|
|
639
639
|
};
|
|
640
640
|
|
|
641
|
+
SegmentedButton.prototype.getButtons = function () {
|
|
642
|
+
return this.getAggregation("buttons") || [];
|
|
643
|
+
};
|
|
644
|
+
|
|
641
645
|
SegmentedButton.prototype.removeButton = function (oButton) {
|
|
642
646
|
var oRemovedButton = this.removeAggregation("buttons", oButton);
|
|
643
647
|
if (oRemovedButton) {
|
|
@@ -795,6 +799,10 @@ function(
|
|
|
795
799
|
}
|
|
796
800
|
};
|
|
797
801
|
|
|
802
|
+
SegmentedButton.prototype.getSelectedButton = function () {
|
|
803
|
+
return this.getAssociation("selectedButton");
|
|
804
|
+
};
|
|
805
|
+
|
|
798
806
|
/**
|
|
799
807
|
* Setter for association <code>selectedButton</code>.
|
|
800
808
|
*
|
package/src/sap/m/Select.js
CHANGED
package/src/sap/m/SelectList.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* @since 1.48.0
|
|
11
11
|
* @public
|
|
12
12
|
* @author SAP SE
|
|
13
|
-
* @version 1.
|
|
13
|
+
* @version 1.113.0
|
|
14
14
|
* @borrows sap.ui.core.Element#addCustomData as #addCustomData
|
|
15
15
|
* @borrows sap.ui.core.Element#getCustomData as #getCustomData
|
|
16
16
|
* @borrows sap.ui.core.Element#indexOfCustomData as #indexOfCustomData
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
* @since 1.48.0
|
|
46
46
|
* @public
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.113.0
|
|
49
49
|
* @borrows sap.ui.core.Element#addCustomData as #addCustomData
|
|
50
50
|
* @borrows sap.ui.core.Element#getCustomData as #getCustomData
|
|
51
51
|
* @borrows sap.ui.core.Element#indexOfCustomData as #indexOfCustomData
|