@openui5/sap.m 1.108.2 → 1.110.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/.reuse/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +4 -4
- package/src/sap/m/.library +2 -2
- package/src/sap/m/AccButton.js +2 -2
- package/src/sap/m/AccButtonRenderer.js +1 -1
- package/src/sap/m/ActionListItem.js +2 -2
- package/src/sap/m/ActionListItemRenderer.js +1 -1
- package/src/sap/m/ActionSelect.js +2 -2
- package/src/sap/m/ActionSelectRenderer.js +1 -1
- package/src/sap/m/ActionSheet.js +2 -2
- package/src/sap/m/ActionSheetRenderer.js +1 -1
- package/src/sap/m/ActionTile.js +88 -88
- package/src/sap/m/ActionTileContent.js +2 -2
- package/src/sap/m/ActionTileContentRenderer.js +1 -1
- package/src/sap/m/AdditionalTextButton.js +2 -2
- package/src/sap/m/AdditionalTextButtonRenderer.js +1 -1
- package/src/sap/m/App.js +2 -2
- package/src/sap/m/AppRenderer.js +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +2 -2
- package/src/sap/m/Avatar.js +2 -2
- package/src/sap/m/AvatarColor.js +1 -1
- package/src/sap/m/AvatarImageFitType.js +1 -1
- package/src/sap/m/AvatarRenderer.js +1 -1
- package/src/sap/m/AvatarShape.js +1 -1
- package/src/sap/m/AvatarSize.js +1 -1
- package/src/sap/m/AvatarType.js +1 -1
- package/src/sap/m/BadgeCustomData.js +1 -1
- package/src/sap/m/BadgeEnabler.js +1 -1
- package/src/sap/m/Bar.js +4 -4
- package/src/sap/m/BarInPageEnabler.js +21 -3
- package/src/sap/m/BarRenderer.js +1 -1
- package/src/sap/m/Breadcrumbs.js +16 -2
- package/src/sap/m/BreadcrumbsRenderer.js +1 -1
- package/src/sap/m/BusyDialog.js +2 -2
- package/src/sap/m/BusyIndicator.js +2 -2
- package/src/sap/m/BusyIndicatorRenderer.js +1 -1
- package/src/sap/m/Button.js +19 -4
- package/src/sap/m/ButtonRenderer.js +1 -1
- package/src/sap/m/Carousel.js +20 -7
- package/src/sap/m/CarouselLayout.js +3 -3
- package/src/sap/m/CarouselRenderer.js +3 -2
- package/src/sap/m/CheckBox.js +18 -3
- package/src/sap/m/CheckBoxRenderer.js +1 -1
- package/src/sap/m/ColorPalette.js +3 -3
- package/src/sap/m/ColorPalettePopover.js +2 -2
- package/src/sap/m/ColorPaletteRenderer.js +1 -1
- package/src/sap/m/Column.js +4 -5
- package/src/sap/m/ColumnHeaderPopover.js +9 -5
- package/src/sap/m/ColumnListItem.js +21 -3
- package/src/sap/m/ColumnListItemRenderer.js +1 -1
- package/src/sap/m/ColumnPopoverActionItem.js +2 -2
- package/src/sap/m/ColumnPopoverCustomItem.js +2 -2
- package/src/sap/m/ColumnPopoverItem.js +2 -2
- package/src/sap/m/ColumnPopoverSelectListItem.js +2 -2
- package/src/sap/m/ColumnPopoverSortItem.js +2 -2
- package/src/sap/m/ComboBox.js +44 -20
- package/src/sap/m/ComboBoxBase.js +20 -11
- package/src/sap/m/ComboBoxBaseRenderer.js +4 -4
- package/src/sap/m/ComboBoxRenderer.js +1 -1
- package/src/sap/m/ComboBoxTextField.js +2 -2
- package/src/sap/m/ComboBoxTextFieldRenderer.js +1 -1
- package/src/sap/m/CustomAttribute.js +1 -1
- package/src/sap/m/CustomDynamicDateOption.js +2 -2
- package/src/sap/m/CustomListItem.js +3 -3
- package/src/sap/m/CustomListItemRenderer.js +1 -1
- package/src/sap/m/CustomTile.js +2 -2
- package/src/sap/m/CustomTileRenderer.js +1 -1
- package/src/sap/m/CustomTreeItem.js +2 -2
- package/src/sap/m/CustomTreeItemRenderer.js +1 -1
- package/src/sap/m/DatePicker.js +22 -12
- package/src/sap/m/DatePickerRenderer.js +1 -1
- package/src/sap/m/DateRangeSelection.js +26 -15
- package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
- package/src/sap/m/DateTimeField.js +11 -2
- package/src/sap/m/DateTimeFieldRenderer.js +1 -1
- package/src/sap/m/DateTimeInput.js +28 -5
- package/src/sap/m/DateTimeInputRenderer.js +1 -1
- package/src/sap/m/DateTimePicker.js +5 -5
- package/src/sap/m/DateTimePickerRenderer.js +1 -1
- package/src/sap/m/Dialog.js +55 -9
- package/src/sap/m/DialogRenderer.js +15 -8
- package/src/sap/m/DisplayListItem.js +2 -2
- package/src/sap/m/DisplayListItemRenderer.js +1 -1
- package/src/sap/m/DraftIndicator.js +2 -2
- package/src/sap/m/DraftIndicatorRenderer.js +1 -1
- package/src/sap/m/DynamicDate.js +2 -2
- package/src/sap/m/DynamicDateFormat.js +1 -1
- package/src/sap/m/DynamicDateOption.js +3 -3
- package/src/sap/m/DynamicDateRange.js +35 -2
- package/src/sap/m/DynamicDateRangeRenderer.js +1 -1
- package/src/sap/m/DynamicDateUtil.js +1 -1
- package/src/sap/m/DynamicDateValueHelpUIType.js +3 -3
- package/src/sap/m/ExpandableText.js +23 -11
- package/src/sap/m/ExpandableTextRenderer.js +1 -1
- package/src/sap/m/FacetFilter.js +6 -4
- package/src/sap/m/FacetFilterItem.js +2 -2
- package/src/sap/m/FacetFilterItemRenderer.js +1 -1
- package/src/sap/m/FacetFilterList.js +2 -2
- package/src/sap/m/FacetFilterListRenderer.js +1 -1
- package/src/sap/m/FacetFilterRenderer.js +1 -1
- package/src/sap/m/FeedContent.js +2 -2
- package/src/sap/m/FeedContentRenderer.js +1 -1
- package/src/sap/m/FeedInput.js +2 -2
- package/src/sap/m/FeedInputRenderer.js +1 -1
- package/src/sap/m/FeedListItem.js +2 -2
- package/src/sap/m/FeedListItemAction.js +2 -2
- package/src/sap/m/FeedListItemRenderer.js +1 -1
- package/src/sap/m/Fiori20Adapter.js +3 -3
- package/src/sap/m/FlexBox.js +3 -3
- package/src/sap/m/FlexBoxRenderer.js +1 -1
- package/src/sap/m/FlexBoxStylingHelper.js +1 -1
- package/src/sap/m/FlexItemData.js +2 -2
- package/src/sap/m/FormattedText.js +2 -2
- package/src/sap/m/FormattedTextAnchorGenerator.js +1 -1
- package/src/sap/m/FormattedTextRenderer.js +1 -1
- package/src/sap/m/GenericTag.js +19 -3
- package/src/sap/m/GenericTagRenderer.js +1 -1
- package/src/sap/m/GenericTile.js +51 -18
- package/src/sap/m/GenericTileLineModeRenderer.js +4 -4
- package/src/sap/m/GenericTileRenderer.js +5 -2
- package/src/sap/m/GroupHeaderListItem.js +3 -3
- package/src/sap/m/GroupHeaderListItemRenderer.js +1 -1
- package/src/sap/m/GrowingEnablement.js +41 -11
- package/src/sap/m/GrowingList.js +2 -2
- package/src/sap/m/GrowingListRenderer.js +1 -1
- package/src/sap/m/HBox.js +2 -2
- package/src/sap/m/HBoxRenderer.js +1 -1
- package/src/sap/m/HeaderContainer.js +5 -4
- package/src/sap/m/HeaderContainerItemNavigator.js +2 -2
- package/src/sap/m/HeaderContainerRenderer.js +1 -1
- package/src/sap/m/HyphenationSupport.js +1 -1
- package/src/sap/m/IconTabBar.js +17 -4
- package/src/sap/m/IconTabBarDragAndDropUtil.js +1 -1
- package/src/sap/m/IconTabBarRenderer.js +1 -1
- package/src/sap/m/IconTabBarSelectList.js +2 -2
- package/src/sap/m/IconTabBarSelectListRenderer.js +1 -1
- package/src/sap/m/IconTabFilter.js +2 -2
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +2 -2
- package/src/sap/m/IconTabHeader.js +31 -2
- package/src/sap/m/IconTabHeaderRenderer.js +1 -1
- package/src/sap/m/IconTabSeparator.js +2 -2
- package/src/sap/m/IllustratedMessage.js +6 -3
- package/src/sap/m/IllustratedMessageRenderer.js +1 -1
- package/src/sap/m/IllustratedMessageSize.js +1 -1
- package/src/sap/m/IllustratedMessageType.js +21 -3
- package/src/sap/m/Illustration.js +2 -2
- package/src/sap/m/IllustrationPool.js +1 -1
- package/src/sap/m/IllustrationRenderer.js +1 -1
- package/src/sap/m/Image.js +4 -3
- package/src/sap/m/ImageContent.js +2 -2
- package/src/sap/m/ImageContentRenderer.js +1 -1
- package/src/sap/m/ImageRenderer.js +1 -1
- package/src/sap/m/Input.js +160 -34
- package/src/sap/m/InputBase.js +4 -4
- package/src/sap/m/InputBaseRenderer.js +3 -3
- package/src/sap/m/InputListItem.js +2 -2
- package/src/sap/m/InputListItemRenderer.js +1 -1
- package/src/sap/m/InputRenderer.js +1 -1
- package/src/sap/m/InstanceManager.js +1 -1
- package/src/sap/m/Label.js +18 -4
- package/src/sap/m/LabelRenderer.js +1 -1
- package/src/sap/m/LightBox.js +52 -66
- package/src/sap/m/LightBoxItem.js +2 -2
- package/src/sap/m/LightBoxRenderer.js +7 -5
- package/src/sap/m/Link.js +19 -4
- package/src/sap/m/LinkRenderer.js +1 -1
- package/src/sap/m/List.js +2 -2
- package/src/sap/m/ListBase.js +23 -12
- package/src/sap/m/ListBaseRenderer.js +1 -1
- package/src/sap/m/ListItemBase.js +6 -8
- package/src/sap/m/ListItemBaseRenderer.js +6 -6
- package/src/sap/m/ListRenderer.js +1 -1
- package/src/sap/m/MaskEnabler.js +2 -2
- package/src/sap/m/MaskInput.js +2 -2
- package/src/sap/m/MaskInputRenderer.js +1 -1
- package/src/sap/m/MaskInputRule.js +2 -2
- package/src/sap/m/Menu.js +2 -2
- package/src/sap/m/MenuButton.js +18 -33
- package/src/sap/m/MenuButtonRenderer.js +1 -1
- package/src/sap/m/MenuItem.js +2 -2
- package/src/sap/m/MenuListItem.js +2 -2
- package/src/sap/m/MenuListItemRenderer.js +1 -1
- package/src/sap/m/MessageBox.js +1 -1
- package/src/sap/m/MessageItem.js +2 -2
- package/src/sap/m/MessageListItem.js +2 -2
- package/src/sap/m/MessageListItemRenderer.js +1 -1
- package/src/sap/m/MessagePage.js +21 -23
- package/src/sap/m/MessagePageRenderer.js +1 -1
- package/src/sap/m/MessagePopover.js +2 -2
- package/src/sap/m/MessagePopoverItem.js +2 -2
- package/src/sap/m/MessagePopoverRenderer.js +1 -1
- package/src/sap/m/MessageStrip.js +8 -3
- package/src/sap/m/MessageStripRenderer.js +1 -1
- package/src/sap/m/MessageStripUtilities.js +2 -3
- package/src/sap/m/MessageToast.js +6 -4
- package/src/sap/m/MessageView.js +8 -8
- package/src/sap/m/MessageViewRenderer.js +1 -1
- package/src/sap/m/MultiComboBox.js +64 -38
- package/src/sap/m/MultiComboBoxRenderer.js +1 -1
- package/src/sap/m/MultiEditField.js +2 -2
- package/src/sap/m/MultiInput.js +10 -15
- package/src/sap/m/MultiInputRenderer.js +1 -1
- package/src/sap/m/NavContainer.js +3 -3
- package/src/sap/m/NavContainerRenderer.js +1 -1
- package/src/sap/m/NewsContent.js +2 -2
- package/src/sap/m/NewsContentRenderer.js +1 -1
- package/src/sap/m/NotificationList.js +27 -2
- package/src/sap/m/NotificationListBase.js +193 -3
- package/src/sap/m/NotificationListGroup.js +29 -3
- package/src/sap/m/NotificationListGroupRenderer.js +3 -5
- package/src/sap/m/NotificationListItem.js +6 -39
- package/src/sap/m/NotificationListItemRenderer.js +2 -5
- package/src/sap/m/NotificationListRenderer.js +3 -3
- package/src/sap/m/NumericContent.js +2 -2
- package/src/sap/m/NumericContentRenderer.js +1 -1
- package/src/sap/m/NumericInput.js +2 -2
- package/src/sap/m/NumericInputRenderer.js +1 -1
- package/src/sap/m/ObjectAttribute.js +2 -2
- package/src/sap/m/ObjectAttributeRenderer.js +1 -1
- package/src/sap/m/ObjectHeader.js +2 -2
- package/src/sap/m/ObjectHeaderRenderer.js +1 -1
- package/src/sap/m/ObjectIdentifier.js +3 -3
- package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
- package/src/sap/m/ObjectListItem.js +2 -2
- package/src/sap/m/ObjectListItemRenderer.js +1 -1
- package/src/sap/m/ObjectMarker.js +10 -9
- package/src/sap/m/ObjectMarkerRenderer.js +1 -1
- package/src/sap/m/ObjectNumber.js +5 -3
- package/src/sap/m/ObjectNumberRenderer.js +22 -9
- package/src/sap/m/ObjectStatus.js +28 -15
- package/src/sap/m/ObjectStatusRenderer.js +3 -6
- package/src/sap/m/OverflowToolbar.js +23 -8
- package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
- package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +40 -6
- package/src/sap/m/OverflowToolbarAssociativePopoverRenderer.js +1 -1
- package/src/sap/m/OverflowToolbarButton.js +32 -18
- package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
- package/src/sap/m/OverflowToolbarMenuButton.js +72 -0
- package/src/sap/m/OverflowToolbarRenderer.js +1 -1
- package/src/sap/m/OverflowToolbarToggleButton.js +2 -2
- package/src/sap/m/P13nAnyFilterItem.js +2 -2
- package/src/sap/m/P13nColumnsItem.js +2 -2
- package/src/sap/m/P13nColumnsPanel.js +2 -2
- package/src/sap/m/P13nConditionPanel.js +2 -2
- package/src/sap/m/P13nConditionPanelRenderer.js +1 -1
- package/src/sap/m/P13nDialog.js +2 -2
- package/src/sap/m/P13nDimMeasureItem.js +2 -2
- package/src/sap/m/P13nDimMeasurePanel.js +2 -2
- package/src/sap/m/P13nFilterItem.js +2 -2
- package/src/sap/m/P13nFilterPanel.js +2 -2
- package/src/sap/m/P13nFilterPanelRenderer.js +1 -1
- package/src/sap/m/P13nGroupItem.js +2 -2
- package/src/sap/m/P13nGroupPanel.js +2 -2
- package/src/sap/m/P13nItem.js +8 -6
- package/src/sap/m/P13nOperationsHelper.js +2 -1
- package/src/sap/m/P13nPanel.js +2 -2
- package/src/sap/m/P13nSelectionItem.js +2 -2
- package/src/sap/m/P13nSelectionPanel.js +2 -2
- package/src/sap/m/P13nSortItem.js +2 -2
- package/src/sap/m/P13nSortPanel.js +2 -2
- package/src/sap/m/PDFViewer.js +3 -3
- package/src/sap/m/PDFViewerRenderManager.js +1 -1
- package/src/sap/m/PDFViewerRenderer.js +1 -1
- package/src/sap/m/Page.js +6 -5
- package/src/sap/m/PageAccessibleLandmarkInfo.js +2 -2
- package/src/sap/m/PageRenderer.js +1 -1
- package/src/sap/m/PagingButton.js +2 -2
- package/src/sap/m/PagingButtonRenderer.js +1 -1
- package/src/sap/m/Panel.js +12 -2
- package/src/sap/m/PanelRenderer.js +1 -1
- package/src/sap/m/PlanningCalendar.js +187 -27
- package/src/sap/m/PlanningCalendarHeader.js +60 -5
- package/src/sap/m/PlanningCalendarHeaderRenderer.js +1 -1
- package/src/sap/m/PlanningCalendarLegend.js +2 -2
- package/src/sap/m/PlanningCalendarLegendRenderer.js +1 -1
- package/src/sap/m/PlanningCalendarRenderer.js +1 -1
- package/src/sap/m/PlanningCalendarRow.js +2 -2
- package/src/sap/m/PlanningCalendarView.js +2 -2
- package/src/sap/m/Popover.js +22 -32
- package/src/sap/m/PopoverRenderer.js +1 -1
- package/src/sap/m/ProgressIndicator.js +10 -8
- package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
- package/src/sap/m/PullToRefresh.js +4 -6
- package/src/sap/m/PullToRefreshRenderer.js +1 -1
- package/src/sap/m/QuickView.js +3 -3
- package/src/sap/m/QuickViewBase.js +2 -2
- package/src/sap/m/QuickViewCard.js +2 -2
- package/src/sap/m/QuickViewCardRenderer.js +1 -1
- package/src/sap/m/QuickViewGroup.js +2 -2
- package/src/sap/m/QuickViewGroupElement.js +2 -2
- package/src/sap/m/QuickViewPage.js +28 -3
- package/src/sap/m/QuickViewPageRenderer.js +1 -1
- package/src/sap/m/RadioButton.js +21 -6
- package/src/sap/m/RadioButtonGroup.js +2 -2
- package/src/sap/m/RadioButtonGroupRenderer.js +1 -1
- package/src/sap/m/RadioButtonRenderer.js +1 -1
- package/src/sap/m/RangeSlider.js +3 -3
- package/src/sap/m/RangeSliderRenderer.js +1 -1
- package/src/sap/m/RatingIndicator.js +2 -2
- package/src/sap/m/RatingIndicatorRenderer.js +1 -1
- package/src/sap/m/ResponsivePopover.js +5 -3
- package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
- package/src/sap/m/ResponsiveScale.js +2 -2
- package/src/sap/m/ScrollBar.js +2 -2
- package/src/sap/m/ScrollBarRenderer.js +1 -1
- package/src/sap/m/ScrollContainer.js +2 -2
- package/src/sap/m/ScrollContainerRenderer.js +1 -1
- package/src/sap/m/SearchField.js +28 -62
- package/src/sap/m/SearchFieldRenderer.js +3 -21
- package/src/sap/m/SegmentedButton.js +15 -4
- package/src/sap/m/SegmentedButtonItem.js +2 -2
- package/src/sap/m/SegmentedButtonRenderer.js +1 -1
- package/src/sap/m/Select.js +24 -5
- package/src/sap/m/SelectDialog.js +52 -12
- package/src/sap/m/SelectDialogBase.js +2 -2
- package/src/sap/m/SelectList.js +6 -8
- package/src/sap/m/SelectListRenderer.js +1 -1
- package/src/sap/m/SelectRenderer.js +1 -1
- package/src/sap/m/SelectionDetails.js +2 -2
- package/src/sap/m/SelectionDetailsFacade.js +3 -3
- package/src/sap/m/SelectionDetailsItem.js +2 -2
- package/src/sap/m/SelectionDetailsItemLine.js +2 -2
- package/src/sap/m/SelectionDetailsListItemRenderer.js +1 -1
- package/src/sap/m/SelectionDetailsRenderer.js +1 -1
- package/src/sap/m/Shell.js +12 -3
- package/src/sap/m/ShellRenderer.js +1 -1
- package/src/sap/m/SimpleFixFlex.js +2 -2
- package/src/sap/m/SimpleFixFlexRenderer.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +56 -17
- package/src/sap/m/SinglePlanningCalendarDayView.js +2 -2
- package/src/sap/m/SinglePlanningCalendarGrid.js +19 -4
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +1 -1
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +41 -15
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +24 -4
- package/src/sap/m/SinglePlanningCalendarMonthView.js +2 -2
- package/src/sap/m/SinglePlanningCalendarRenderer.js +1 -1
- package/src/sap/m/SinglePlanningCalendarUtilities.js +1 -1
- package/src/sap/m/SinglePlanningCalendarView.js +12 -4
- package/src/sap/m/SinglePlanningCalendarWeekView.js +20 -8
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +2 -2
- package/src/sap/m/SlideTile.js +9 -20
- package/src/sap/m/SlideTileRenderer.js +1 -1
- package/src/sap/m/Slider.js +2 -2
- package/src/sap/m/SliderRenderer.js +5 -4
- package/src/sap/m/SliderTooltip.js +2 -2
- package/src/sap/m/SliderTooltipBase.js +2 -2
- package/src/sap/m/SliderTooltipBaseRenderer.js +1 -1
- package/src/sap/m/SliderTooltipContainer.js +2 -2
- package/src/sap/m/SliderTooltipContainerRenderer.js +1 -1
- package/src/sap/m/SliderTooltipRenderer.js +1 -1
- package/src/sap/m/SliderUtilities.js +1 -1
- package/src/sap/m/SplitApp.js +2 -2
- package/src/sap/m/SplitAppRenderer.js +1 -1
- package/src/sap/m/SplitButton.js +16 -4
- package/src/sap/m/SplitButtonRenderer.js +1 -1
- package/src/sap/m/SplitContainer.js +47 -47
- package/src/sap/m/SplitContainerRenderer.js +1 -1
- package/src/sap/m/StandardDynamicDateOption.js +2 -2
- package/src/sap/m/StandardListItem.js +2 -2
- package/src/sap/m/StandardListItemRenderer.js +1 -1
- package/src/sap/m/StandardTile.js +2 -2
- package/src/sap/m/StandardTileRenderer.js +1 -1
- package/src/sap/m/StandardTreeItem.js +2 -2
- package/src/sap/m/StandardTreeItemRenderer.js +1 -1
- package/src/sap/m/StepInput.js +31 -5
- package/src/sap/m/StepInputRenderer.js +1 -1
- package/src/sap/m/Suggest.js +1 -1
- package/src/sap/m/SuggestionItem.js +2 -2
- package/src/sap/m/SuggestionsList.js +1 -1
- package/src/sap/m/SuggestionsListRenderer.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +2 -2
- package/src/sap/m/Support.js +1 -1
- package/src/sap/m/Switch.js +19 -5
- package/src/sap/m/SwitchRenderer.js +3 -3
- package/src/sap/m/TabContainer.js +2 -2
- package/src/sap/m/TabContainerItem.js +2 -2
- package/src/sap/m/TabContainerRenderer.js +1 -1
- package/src/sap/m/TabStrip.js +13 -8
- package/src/sap/m/TabStripItem.js +2 -2
- package/src/sap/m/TabStripRenderer.js +1 -1
- package/src/sap/m/Table.js +40 -23
- package/src/sap/m/TablePersoController.js +2 -2
- package/src/sap/m/TablePersoDialog.js +31 -8
- package/src/sap/m/TablePersoProvider.js +2 -2
- package/src/sap/m/TableRenderer.js +2 -2
- package/src/sap/m/TableSelectDialog.js +44 -8
- package/src/sap/m/Text.js +18 -4
- package/src/sap/m/TextArea.js +2 -2
- package/src/sap/m/TextAreaRenderer.js +1 -1
- package/src/sap/m/TextRenderer.js +1 -1
- package/src/sap/m/Tile.js +2 -2
- package/src/sap/m/TileContainer.js +5 -5
- package/src/sap/m/TileContainerRenderer.js +1 -1
- package/src/sap/m/TileContent.js +2 -2
- package/src/sap/m/TileContentRenderer.js +3 -4
- package/src/sap/m/TileRenderer.js +1 -1
- package/src/sap/m/TimePicker.js +19 -18
- package/src/sap/m/TimePickerClock.js +2 -2
- package/src/sap/m/TimePickerClockRenderer.js +1 -1
- package/src/sap/m/TimePickerClocks.js +2 -2
- package/src/sap/m/TimePickerClocksRenderer.js +1 -1
- package/src/sap/m/TimePickerInputs.js +2 -2
- package/src/sap/m/TimePickerInputsRenderer.js +1 -1
- package/src/sap/m/TimePickerInternals.js +3 -3
- package/src/sap/m/TimePickerInternalsRenderer.js +1 -1
- package/src/sap/m/TimePickerRenderer.js +1 -1
- package/src/sap/m/TimePickerSlider.js +5 -3
- package/src/sap/m/TimePickerSliderRenderer.js +1 -1
- package/src/sap/m/TimePickerSliders.js +4 -4
- package/src/sap/m/TimePickerSlidersRenderer.js +1 -1
- package/src/sap/m/Title.js +19 -4
- package/src/sap/m/TitlePropagationSupport.js +2 -2
- package/src/sap/m/TitleRenderer.js +1 -1
- package/src/sap/m/ToDoCardRenderer.js +1 -1
- package/src/sap/m/ToggleButton.js +18 -4
- package/src/sap/m/ToggleButtonRenderer.js +1 -1
- package/src/sap/m/Token.js +5 -11
- package/src/sap/m/TokenRenderer.js +1 -1
- package/src/sap/m/Tokenizer.js +32 -12
- package/src/sap/m/TokenizerRenderer.js +8 -22
- package/src/sap/m/Toolbar.js +30 -4
- package/src/sap/m/ToolbarLayoutData.js +2 -2
- package/src/sap/m/ToolbarRenderer.js +7 -6
- package/src/sap/m/ToolbarSeparator.js +4 -3
- package/src/sap/m/ToolbarSeparatorRenderer.js +1 -1
- package/src/sap/m/ToolbarSpacer.js +2 -2
- package/src/sap/m/ToolbarSpacerRenderer.js +1 -1
- package/src/sap/m/Tree.js +2 -2
- package/src/sap/m/TreeItemBase.js +2 -2
- package/src/sap/m/TreeItemBaseRenderer.js +1 -1
- package/src/sap/m/TreeRenderer.js +5 -1
- package/src/sap/m/UploadCollection.js +11 -26
- package/src/sap/m/UploadCollectionItem.js +2 -2
- package/src/sap/m/UploadCollectionParameter.js +2 -2
- package/src/sap/m/UploadCollectionRenderer.js +1 -1
- package/src/sap/m/UploadCollectionToolbarPlaceholder.js +2 -2
- package/src/sap/m/VBox.js +2 -2
- package/src/sap/m/VBoxRenderer.js +1 -1
- package/src/sap/m/ValueStateHeader.js +2 -2
- package/src/sap/m/VariantItem.js +1 -1
- package/src/sap/m/VariantManagement.js +50 -10
- package/src/sap/m/ViewSettingsCustomItem.js +8 -7
- package/src/sap/m/ViewSettingsCustomTab.js +2 -2
- package/src/sap/m/ViewSettingsDialog.js +79 -69
- package/src/sap/m/ViewSettingsDialogRenderer.js +1 -1
- package/src/sap/m/ViewSettingsFilterItem.js +2 -2
- package/src/sap/m/ViewSettingsItem.js +2 -2
- package/src/sap/m/VisibleItem.js +2 -2
- package/src/sap/m/WheelSlider.js +5 -3
- package/src/sap/m/WheelSliderContainer.js +2 -2
- package/src/sap/m/WheelSliderContainerRenderer.js +1 -1
- package/src/sap/m/WheelSliderRenderer.js +1 -1
- package/src/sap/m/Wizard.js +19 -11
- package/src/sap/m/WizardProgressNavigator.js +2 -2
- package/src/sap/m/WizardProgressNavigatorRenderer.js +1 -1
- package/src/sap/m/WizardRenderer.js +1 -1
- package/src/sap/m/WizardStep.js +21 -6
- package/src/sap/m/WizardStepRenderer.js +1 -1
- package/src/sap/m/changeHandler/AddTableColumn.js +3 -3
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +2 -2
- package/src/sap/m/changeHandler/CombineButtons.js +2 -2
- package/src/sap/m/changeHandler/MoveTableColumns.js +2 -2
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +2 -2
- package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
- package/src/sap/m/delegate/DateNavigation.js +11 -2
- package/src/sap/m/delegate/ValueStateMessage.js +1 -1
- package/src/sap/m/designtime/ActionSheet.designtime.js +1 -1
- package/src/sap/m/designtime/Avatar.designtime.js +1 -1
- package/src/sap/m/designtime/Bar.designtime.js +1 -1
- package/src/sap/m/designtime/Breadcrumbs.designtime.js +1 -1
- package/src/sap/m/designtime/BusyDialog.designtime.js +1 -1
- package/src/sap/m/designtime/Button.designtime.js +1 -1
- package/src/sap/m/designtime/Carousel.designtime.js +1 -1
- package/src/sap/m/designtime/CheckBox.designtime.js +1 -1
- package/src/sap/m/designtime/Column.designtime.js +1 -1
- package/src/sap/m/designtime/ComboBox.designtime.js +1 -1
- package/src/sap/m/designtime/CustomListItem.designtime.js +1 -1
- package/src/sap/m/designtime/CustomTile.designtime.js +1 -1
- package/src/sap/m/designtime/DatePicker.designtime.js +1 -1
- package/src/sap/m/designtime/DateRangeSelection.designtime.js +1 -1
- package/src/sap/m/designtime/DateTimeInput.designtime.js +1 -1
- package/src/sap/m/designtime/DateTimePicker.designtime.js +1 -1
- package/src/sap/m/designtime/Dialog.designtime.js +1 -1
- package/src/sap/m/designtime/DraftIndicator.designtime.js +1 -1
- package/src/sap/m/designtime/ExpandableText.designtime.js +1 -1
- package/src/sap/m/designtime/FeedInput.designtime.js +1 -1
- package/src/sap/m/designtime/FeedListItem.designtime.js +1 -1
- package/src/sap/m/designtime/FlexBox.designtime.js +1 -1
- package/src/sap/m/designtime/HBox.designtime.js +1 -1
- package/src/sap/m/designtime/IconTabBar.designtime.js +1 -1
- package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
- package/src/sap/m/designtime/IconTabSeparator.designtime.js +1 -1
- package/src/sap/m/designtime/Image.designtime.js +1 -1
- package/src/sap/m/designtime/Input.designtime.js +1 -1
- package/src/sap/m/designtime/InputBase.designtime.js +1 -1
- package/src/sap/m/designtime/InputListItem.designtime.js +1 -1
- package/src/sap/m/designtime/Label.designtime.js +1 -1
- package/src/sap/m/designtime/LightBox.designtime.js +1 -1
- package/src/sap/m/designtime/Link.designtime.js +1 -1
- package/src/sap/m/designtime/ListBase.designtime.js +1 -1
- package/src/sap/m/designtime/ListItemBase.designtime.js +1 -1
- package/src/sap/m/designtime/MenuButton.designtime.js +1 -1
- package/src/sap/m/designtime/MessagePage.designtime.js +1 -1
- package/src/sap/m/designtime/MessageStrip.designtime.js +1 -1
- package/src/sap/m/designtime/MultiComboBox.designtime.js +1 -1
- package/src/sap/m/designtime/MultiInput.designtime.js +1 -1
- package/src/sap/m/designtime/NewsContent.designtime.js +1 -1
- package/src/sap/m/designtime/ObjectAttribute.designtime.js +1 -1
- package/src/sap/m/designtime/ObjectHeader.designtime.js +1 -1
- package/src/sap/m/designtime/ObjectIdentifier.designtime.js +1 -1
- package/src/sap/m/designtime/ObjectListItem.designtime.js +1 -1
- package/src/sap/m/designtime/ObjectMarker.designtime.js +1 -1
- package/src/sap/m/designtime/ObjectNumber.designtime.js +1 -1
- package/src/sap/m/designtime/ObjectStatus.designtime.js +1 -1
- package/src/sap/m/designtime/OverflowToolbar.designtime.js +1 -1
- package/src/sap/m/designtime/OverflowToolbarButton.designtime.js +1 -1
- package/src/sap/m/designtime/Page.designtime.js +1 -1
- package/src/sap/m/designtime/Panel.designtime.js +1 -1
- package/src/sap/m/designtime/PlanningCalendar.designtime.js +1 -1
- package/src/sap/m/designtime/PlanningCalendarLegend.designtime.js +1 -1
- package/src/sap/m/designtime/Popover.designtime.js +1 -1
- package/src/sap/m/designtime/ProgressIndicator.designtime.js +1 -1
- package/src/sap/m/designtime/QuickView.designtime.js +1 -1
- package/src/sap/m/designtime/QuickViewCard.designtime.js +1 -1
- package/src/sap/m/designtime/RadioButton.designtime.js +1 -1
- package/src/sap/m/designtime/RadioButtonGroup.designtime.js +1 -1
- package/src/sap/m/designtime/RangeSlider.designtime.js +1 -1
- package/src/sap/m/designtime/RatingIndicator.designtime.js +1 -1
- package/src/sap/m/designtime/ScrollContainer.designtime.js +1 -1
- package/src/sap/m/designtime/SearchField.designtime.js +1 -1
- package/src/sap/m/designtime/SegmentedButton.designtime.js +1 -1
- package/src/sap/m/designtime/Select.designtime.js +1 -1
- package/src/sap/m/designtime/Slider.designtime.js +2 -2
- package/src/sap/m/designtime/SplitApp.designtime.js +1 -1
- package/src/sap/m/designtime/SplitContainer.designtime.js +1 -1
- package/src/sap/m/designtime/StandardListItem.designtime.js +1 -1
- package/src/sap/m/designtime/StepInput.designtime.js +1 -1
- package/src/sap/m/designtime/Switch.designtime.js +1 -1
- package/src/sap/m/designtime/TabContainer.designtime.js +1 -1
- package/src/sap/m/designtime/Table.designtime.js +1 -1
- package/src/sap/m/designtime/Text.designtime.js +1 -1
- package/src/sap/m/designtime/TextArea.designtime.js +1 -1
- package/src/sap/m/designtime/TimePicker.designtime.js +1 -1
- package/src/sap/m/designtime/Title.designtime.js +1 -1
- package/src/sap/m/designtime/ToggleButton.designtime.js +1 -1
- package/src/sap/m/designtime/Toolbar.designtime.js +1 -1
- package/src/sap/m/designtime/VBox.designtime.js +1 -1
- package/src/sap/m/designtime/VariantManagement.designtime.js +8 -2
- package/src/sap/m/designtime/Wizard.designtime.js +1 -1
- package/src/sap/m/designtime/library.designtime.js +1 -1
- package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +0 -6
- package/src/sap/m/designtime/semantic/DetailPage.designtime.js +1 -1
- package/src/sap/m/designtime/semantic/SemanticPage.designtime.js +1 -1
- package/src/sap/m/designtime/semantic/ShareMenuPage.designtime.js +1 -1
- package/src/sap/m/flexibility/Avatar.flexibility.js +1 -1
- package/src/sap/m/flexibility/Bar.flexibility.js +1 -1
- package/src/sap/m/flexibility/Button.flexibility.js +1 -1
- package/src/sap/m/flexibility/CheckBox.flexibility.js +1 -1
- package/src/sap/m/flexibility/Dialog.flexibility.js +1 -1
- package/src/sap/m/flexibility/EngineFlex.js +1 -1
- package/src/sap/m/flexibility/ExpandableText.flexibility.js +1 -1
- package/src/sap/m/flexibility/IconTabBar.flexibility.js +1 -1
- package/src/sap/m/flexibility/IconTabFilter.flexibility.js +1 -1
- package/src/sap/m/flexibility/InputListItem.flexibility.js +1 -1
- package/src/sap/m/flexibility/Label.flexibility.js +1 -1
- package/src/sap/m/flexibility/Link.flexibility.js +1 -1
- package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -1
- package/src/sap/m/flexibility/OverflowToolbar.flexibility.js +1 -1
- package/src/sap/m/flexibility/OverflowToolbarButton.flexibility.js +1 -1
- package/src/sap/m/flexibility/Page.flexibility.js +1 -1
- package/src/sap/m/flexibility/Panel.flexibility.js +1 -1
- package/src/sap/m/flexibility/Popover.flexibility.js +1 -1
- package/src/sap/m/flexibility/RadioButton.flexibility.js +1 -1
- package/src/sap/m/flexibility/StandardListItem.flexibility.js +1 -1
- package/src/sap/m/flexibility/Table.flexibility.js +1 -1
- package/src/sap/m/flexibility/Text.flexibility.js +1 -1
- package/src/sap/m/flexibility/Title.flexibility.js +1 -1
- package/src/sap/m/flexibility/Toolbar.flexibility.js +1 -1
- package/src/sap/m/inputUtils/ListHelpers.js +1 -1
- package/src/sap/m/inputUtils/SuggestionsPopoverDialogMixin.js +9 -3
- package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +1 -1
- package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
- package/src/sap/m/inputUtils/completeTextSelected.js +1 -1
- package/src/sap/m/inputUtils/filterItems.js +1 -1
- package/src/sap/m/inputUtils/forwardItemProperties.js +1 -1
- package/src/sap/m/inputUtils/forwardItemPropertiesToToken.js +1 -1
- package/src/sap/m/inputUtils/getTokenByItem.js +1 -1
- package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
- package/src/sap/m/inputUtils/inputsDefaultFilter.js +1 -1
- package/src/sap/m/inputUtils/itemsVisibilityHandler.js +1 -1
- package/src/sap/m/inputUtils/scrollToItem.js +1 -1
- package/src/sap/m/inputUtils/selectionRange.js +1 -1
- package/src/sap/m/inputUtils/typeAhead.js +1 -1
- package/src/sap/m/inputUtils/wordStartsWithValue.js +1 -1
- package/src/sap/m/library.js +80 -47
- package/src/sap/m/library.support.js +1 -1
- package/src/sap/m/messagebundle.properties +54 -29
- package/src/sap/m/messagebundle_ar.properties +45 -23
- package/src/sap/m/messagebundle_bg.properties +56 -34
- package/src/sap/m/messagebundle_ca.properties +40 -18
- package/src/sap/m/messagebundle_cs.properties +57 -35
- package/src/sap/m/messagebundle_cy.properties +40 -18
- package/src/sap/m/messagebundle_da.properties +40 -18
- package/src/sap/m/messagebundle_de.properties +40 -18
- package/src/sap/m/messagebundle_el.properties +40 -18
- package/src/sap/m/messagebundle_en.properties +41 -19
- package/src/sap/m/messagebundle_en_GB.properties +40 -18
- package/src/sap/m/messagebundle_en_US_sappsd.properties +41 -19
- package/src/sap/m/messagebundle_en_US_saprigi.properties +41 -19
- package/src/sap/m/messagebundle_en_US_saptrc.properties +41 -19
- package/src/sap/m/messagebundle_es.properties +52 -30
- package/src/sap/m/messagebundle_es_MX.properties +40 -18
- package/src/sap/m/messagebundle_et.properties +40 -18
- package/src/sap/m/messagebundle_fi.properties +41 -19
- package/src/sap/m/messagebundle_fr.properties +52 -30
- package/src/sap/m/messagebundle_fr_CA.properties +40 -18
- package/src/sap/m/messagebundle_hi.properties +40 -18
- package/src/sap/m/messagebundle_hr.properties +43 -21
- package/src/sap/m/messagebundle_hu.properties +40 -18
- package/src/sap/m/messagebundle_id.properties +40 -18
- package/src/sap/m/messagebundle_it.properties +40 -18
- package/src/sap/m/messagebundle_iw.properties +40 -18
- package/src/sap/m/messagebundle_ja.properties +56 -34
- package/src/sap/m/messagebundle_kk.properties +51 -29
- package/src/sap/m/messagebundle_ko.properties +42 -20
- package/src/sap/m/messagebundle_lt.properties +40 -18
- package/src/sap/m/messagebundle_lv.properties +40 -18
- package/src/sap/m/messagebundle_ms.properties +40 -18
- package/src/sap/m/messagebundle_nl.properties +42 -20
- package/src/sap/m/messagebundle_no.properties +40 -18
- package/src/sap/m/messagebundle_pl.properties +40 -18
- package/src/sap/m/messagebundle_pt.properties +40 -18
- package/src/sap/m/messagebundle_pt_PT.properties +40 -18
- package/src/sap/m/messagebundle_ro.properties +40 -18
- package/src/sap/m/messagebundle_ru.properties +40 -18
- package/src/sap/m/messagebundle_sh.properties +41 -19
- package/src/sap/m/messagebundle_sk.properties +40 -18
- package/src/sap/m/messagebundle_sl.properties +47 -25
- package/src/sap/m/messagebundle_sv.properties +50 -28
- package/src/sap/m/messagebundle_th.properties +49 -27
- package/src/sap/m/messagebundle_tr.properties +40 -18
- package/src/sap/m/messagebundle_uk.properties +40 -18
- package/src/sap/m/messagebundle_vi.properties +40 -18
- package/src/sap/m/messagebundle_zh_CN.properties +40 -18
- package/src/sap/m/messagebundle_zh_TW.properties +41 -19
- package/src/sap/m/p13n/AbstractContainer.js +3 -4
- package/src/sap/m/p13n/AbstractContainerItem.js +3 -4
- package/src/sap/m/p13n/BasePanel.js +32 -4
- package/src/sap/m/p13n/Container.js +4 -4
- package/src/sap/m/p13n/Engine.js +135 -96
- package/src/sap/m/p13n/FlexUtil.js +1 -1
- package/src/sap/m/p13n/GroupController.js +2 -3
- package/src/sap/m/p13n/GroupPanel.js +2 -4
- package/src/sap/m/p13n/MetadataHelper.js +2 -2
- package/src/sap/m/p13n/PersistenceProvider.js +23 -7
- package/src/sap/m/p13n/Popup.js +16 -6
- package/src/sap/m/p13n/QueryPanel.js +37 -17
- package/src/sap/m/p13n/SelectionController.js +25 -12
- package/src/sap/m/p13n/SelectionPanel.js +14 -5
- package/src/sap/m/p13n/SortController.js +3 -4
- package/src/sap/m/p13n/SortPanel.js +2 -4
- package/src/sap/m/p13n/enum/PersistenceMode.js +1 -1
- package/src/sap/m/p13n/enum/ProcessingStrategy.js +39 -0
- package/src/sap/m/p13n/handler/xConfigHandler.js +1 -1
- package/src/sap/m/p13n/modification/FlexModificationHandler.js +2 -2
- package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +2 -2
- package/src/sap/m/p13n/modification/ModificationHandler.js +2 -2
- package/src/sap/m/p13n/modules/AdaptationProvider.js +4 -7
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +18 -16
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +5 -4
- package/src/sap/m/p13n/modules/UIManager.js +29 -14
- package/src/sap/m/p13n/modules/xConfigAPI.js +18 -16
- package/src/sap/m/plugins/CellSelector.js +114 -56
- package/src/sap/m/plugins/ColumnResizer.js +9 -9
- package/src/sap/m/plugins/CopyProvider.js +302 -0
- package/src/sap/m/plugins/DataStateIndicator.js +2 -2
- package/src/sap/m/plugins/PasteProvider.js +2 -2
- package/src/sap/m/plugins/PluginBase.js +8 -5
- package/src/sap/m/routing/RouteMatchedHandler.js +1 -1
- package/src/sap/m/routing/Router.js +1 -1
- package/src/sap/m/routing/Target.js +1 -1
- package/src/sap/m/routing/TargetHandler.js +1 -1
- package/src/sap/m/routing/Targets.js +1 -1
- package/src/sap/m/routing/async/Target.js +1 -1
- package/src/sap/m/routing/async/Targets.js +1 -1
- package/src/sap/m/routing/sync/Target.js +1 -1
- package/src/sap/m/routing/sync/Targets.js +1 -1
- package/src/sap/m/rules/Breadcrumbs.support.js +1 -1
- package/src/sap/m/rules/Button.support.js +1 -1
- package/src/sap/m/rules/CheckBox.support.js +1 -1
- package/src/sap/m/rules/DatePicker.support.js +1 -1
- package/src/sap/m/rules/DateRangeSelection.support.js +1 -1
- package/src/sap/m/rules/Dialog.support.js +1 -1
- package/src/sap/m/rules/FacetFilter.support.js +1 -1
- package/src/sap/m/rules/IconTabBar.support.js +1 -1
- package/src/sap/m/rules/Image.support.js +1 -1
- package/src/sap/m/rules/Input.support.js +1 -1
- package/src/sap/m/rules/Link.support.js +1 -1
- package/src/sap/m/rules/MaskInput.support.js +1 -1
- package/src/sap/m/rules/MessagePage.support.js +1 -1
- package/src/sap/m/rules/ObjectHeader.support.js +1 -1
- package/src/sap/m/rules/ObjectListItem.support.js +1 -1
- package/src/sap/m/rules/ObjectMarker.support.js +1 -1
- package/src/sap/m/rules/ObjectStatus.support.js +1 -1
- package/src/sap/m/rules/Panel.support.js +1 -1
- package/src/sap/m/rules/Select.support.js +1 -1
- package/src/sap/m/rules/SelectDialog.support.js +1 -1
- package/src/sap/m/rules/StepInput.support.js +1 -1
- package/src/sap/m/rules/Table.support.js +1 -1
- package/src/sap/m/rules/Title.support.js +1 -1
- package/src/sap/m/rules/Tokenizer.support.js +1 -1
- package/src/sap/m/rules/ViewSettingsDialog.support.js +1 -1
- package/src/sap/m/semantic/AddAction.js +2 -2
- package/src/sap/m/semantic/CancelAction.js +2 -2
- package/src/sap/m/semantic/DeleteAction.js +2 -2
- package/src/sap/m/semantic/DetailPage.js +2 -2
- package/src/sap/m/semantic/DiscussInJamAction.js +2 -2
- package/src/sap/m/semantic/EditAction.js +2 -2
- package/src/sap/m/semantic/FavoriteAction.js +2 -2
- package/src/sap/m/semantic/FilterAction.js +2 -2
- package/src/sap/m/semantic/FilterSelect.js +2 -2
- package/src/sap/m/semantic/FlagAction.js +2 -2
- package/src/sap/m/semantic/ForwardAction.js +2 -2
- package/src/sap/m/semantic/FullscreenPage.js +2 -2
- package/src/sap/m/semantic/GroupAction.js +2 -2
- package/src/sap/m/semantic/GroupSelect.js +2 -2
- package/src/sap/m/semantic/MainAction.js +2 -2
- package/src/sap/m/semantic/MasterPage.js +2 -2
- package/src/sap/m/semantic/MessagesIndicator.js +2 -2
- package/src/sap/m/semantic/MultiSelectAction.js +2 -2
- package/src/sap/m/semantic/NegativeAction.js +2 -2
- package/src/sap/m/semantic/OpenInAction.js +2 -2
- package/src/sap/m/semantic/PositiveAction.js +2 -2
- package/src/sap/m/semantic/PrintAction.js +2 -2
- package/src/sap/m/semantic/SaveAction.js +2 -2
- package/src/sap/m/semantic/Segment.js +2 -2
- package/src/sap/m/semantic/SegmentedContainer.js +2 -2
- package/src/sap/m/semantic/SemanticButton.js +2 -2
- package/src/sap/m/semantic/SemanticConfiguration.js +7 -4
- package/src/sap/m/semantic/SemanticControl.js +2 -2
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +2 -2
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
- package/src/sap/m/semantic/SemanticPage.js +2 -2
- package/src/sap/m/semantic/SemanticPageRenderer.js +1 -1
- package/src/sap/m/semantic/SemanticSelect.js +2 -2
- package/src/sap/m/semantic/SemanticToggleButton.js +2 -2
- package/src/sap/m/semantic/SendEmailAction.js +2 -2
- package/src/sap/m/semantic/SendMessageAction.js +2 -2
- package/src/sap/m/semantic/ShareInJamAction.js +2 -2
- package/src/sap/m/semantic/ShareMenu.js +2 -2
- package/src/sap/m/semantic/ShareMenuPage.js +2 -2
- package/src/sap/m/semantic/SortAction.js +2 -2
- package/src/sap/m/semantic/SortSelect.js +2 -2
- package/src/sap/m/table/Util.js +132 -13
- package/src/sap/m/table/columnmenu/ActionItem.js +13 -12
- package/src/sap/m/table/columnmenu/Entry.js +18 -14
- package/src/sap/m/table/columnmenu/Item.js +20 -19
- package/src/sap/m/table/columnmenu/ItemBase.js +26 -23
- package/src/sap/m/table/columnmenu/ItemContainer.js +1 -1
- package/src/sap/m/table/columnmenu/Menu.js +75 -53
- package/src/sap/m/table/columnmenu/MenuRenderer.js +28 -1
- package/src/sap/m/table/columnmenu/QuickAction.js +11 -10
- package/src/sap/m/table/columnmenu/QuickActionBase.js +11 -10
- package/src/sap/m/table/columnmenu/QuickActionContainer.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionItem.js +10 -9
- package/src/sap/m/table/columnmenu/QuickGroup.js +10 -8
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +10 -9
- package/src/sap/m/table/columnmenu/QuickSort.js +11 -9
- package/src/sap/m/table/columnmenu/QuickSortItem.js +16 -9
- package/src/sap/m/table/columnmenu/QuickTotal.js +10 -8
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +10 -9
- package/src/sap/m/themes/base/Carousel.less +17 -4
- package/src/sap/m/themes/base/ColumnMenu.less +13 -17
- package/src/sap/m/themes/base/ColumnResizer.less +1 -1
- package/src/sap/m/themes/base/Dialog.less +0 -30
- package/src/sap/m/themes/base/FeedInput.less +4 -0
- package/src/sap/m/themes/base/GenericTile.less +3 -11
- package/src/sap/m/themes/base/IconTabBar.less +7 -4
- package/src/sap/m/themes/base/IllustratedMessage.less +1 -0
- package/src/sap/m/themes/base/InputBase.less +4 -1
- package/src/sap/m/themes/base/Label.less +21 -0
- package/src/sap/m/themes/base/LightBox.less +0 -53
- package/src/sap/m/themes/base/Link.less +3 -1
- package/src/sap/m/themes/base/ListBase.less +1 -0
- package/src/sap/m/themes/base/MenuButton.less +1 -1
- package/src/sap/m/themes/base/MenuListItem.less +27 -22
- package/src/sap/m/themes/base/MessageView.less +4 -0
- package/src/sap/m/themes/base/NewsContent.less +6 -0
- package/src/sap/m/themes/base/NotificationListBase.less +3 -18
- package/src/sap/m/themes/base/NotificationListGroup.less +14 -0
- package/src/sap/m/themes/base/NotificationListItem.less +12 -0
- package/src/sap/m/themes/base/ObjectNumber.less +9 -0
- package/src/sap/m/themes/base/ObjectStatus.less +18 -0
- package/src/sap/m/themes/base/Panel.less +1 -1
- package/src/sap/m/themes/base/PlanningCalendar.less +14 -0
- package/src/sap/m/themes/base/RadioButton.less +1 -1
- package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +1 -0
- package/src/sap/m/themes/base/Slider.less +9 -9
- package/src/sap/m/themes/base/SplitButton.less +3 -1
- package/src/sap/m/themes/base/Table.less +16 -6
- package/src/sap/m/themes/base/TextArea.less +57 -16
- package/src/sap/m/themes/base/Toolbar.less +1 -1
- package/src/sap/m/themes/base/UploadCollection.less +1 -1
- package/src/sap/m/themes/base/VariantManagement.less +29 -27
- package/src/sap/m/themes/base/WizardProgressNavigator.less +4 -3
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-AddDimensions.svg +38 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UploadToCloud.svg +30 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-AddDimensions.svg +15 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-UploadToCloud.svg +5 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-AddDimensions.svg +34 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UploadToCloud.svg +24 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-AddDimensions.svg +38 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UploadToCloud.svg +30 -0
- package/src/sap/m/themes/base/library.source.less +1 -1
- package/src/sap/m/themes/base/p13n.Container.less +2 -2
- package/src/sap/m/themes/base/p13n.QueryPanel.less +5 -0
- package/src/sap/m/themes/sap_hcb/ObjectStatus.less +14 -0
- package/src/sap/m/themes/sap_hcb/Slider.less +4 -4
- package/src/sap/m/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/m/upload/UploadSet.js +87 -21
- package/src/sap/m/upload/UploadSetItem.js +30 -12
- package/src/sap/m/upload/UploadSetRenderer.js +1 -1
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +2 -2
- package/src/sap/m/upload/Uploader.js +1 -1
- package/src/sap/m/upload/UploaderHttpRequestMethod.js +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -31,6 +31,10 @@ sap.ui.define([
|
|
|
31
31
|
'sap/ui/core/dnd/DropInfo',
|
|
32
32
|
'sap/ui/core/dnd/DragDropInfo',
|
|
33
33
|
'sap/ui/core/format/DateFormat',
|
|
34
|
+
'sap/ui/core/Configuration',
|
|
35
|
+
'sap/ui/core/date/CalendarWeekNumbering',
|
|
36
|
+
'sap/ui/core/date/CalendarUtils',
|
|
37
|
+
'sap/ui/core/Locale',
|
|
34
38
|
'sap/m/Toolbar',
|
|
35
39
|
'sap/m/Table',
|
|
36
40
|
'sap/m/Column',
|
|
@@ -73,6 +77,10 @@ sap.ui.define([
|
|
|
73
77
|
DropInfo,
|
|
74
78
|
DragDropInfo,
|
|
75
79
|
DateFormat,
|
|
80
|
+
Configuration,
|
|
81
|
+
CalendarWeekNumbering,
|
|
82
|
+
CalendarDateUtils,
|
|
83
|
+
Locale,
|
|
76
84
|
Toolbar,
|
|
77
85
|
Table,
|
|
78
86
|
Column,
|
|
@@ -185,7 +193,7 @@ sap.ui.define([
|
|
|
185
193
|
* {@link sap.m.PlanningCalendarView PlanningCalendarView}'s properties.
|
|
186
194
|
*
|
|
187
195
|
* @extends sap.ui.core.Control
|
|
188
|
-
* @version 1.
|
|
196
|
+
* @version 1.110.0
|
|
189
197
|
*
|
|
190
198
|
* @constructor
|
|
191
199
|
* @public
|
|
@@ -377,12 +385,27 @@ sap.ui.define([
|
|
|
377
385
|
*/
|
|
378
386
|
firstDayOfWeek : {type : "int", group : "Appearance", defaultValue : -1},
|
|
379
387
|
|
|
388
|
+
/**
|
|
389
|
+
* If set, the calendar week numbering is used for display.
|
|
390
|
+
* If not set, the calendar week numbering of the global configuration is used.
|
|
391
|
+
* @since 1.110.0
|
|
392
|
+
*/
|
|
393
|
+
calendarWeekNumbering : { type : "sap.ui.core.date.CalendarWeekNumbering", group : "Appearance", defaultValue: null},
|
|
394
|
+
|
|
380
395
|
/**
|
|
381
396
|
* If set, the calendar type is used for display.
|
|
382
397
|
* If not set, the calendar type of the global configuration is used.
|
|
383
398
|
* @since 1.108.0
|
|
384
399
|
*/
|
|
385
|
-
primaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"
|
|
400
|
+
primaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"},
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* If set, the days are also represented in this calendar type.
|
|
404
|
+
* If not set, the dates are only represented in the primary calendar type.
|
|
405
|
+
* Note: The second calendar type won't be represented in the DOM when this property is not set explicitly.
|
|
406
|
+
* @since 1.109.0
|
|
407
|
+
*/
|
|
408
|
+
secondaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"},
|
|
386
409
|
|
|
387
410
|
/**
|
|
388
411
|
* Determines whether the selection of multiple appointments is enabled.
|
|
@@ -759,7 +782,7 @@ sap.ui.define([
|
|
|
759
782
|
},
|
|
760
783
|
onAfterRendering: function () {
|
|
761
784
|
this._rowHeaderClickEvent = oTable.$().find(".sapMPlanCalRowHead > div.sapMLIB").on("click", function (oEvent) {
|
|
762
|
-
var oRowHeader =
|
|
785
|
+
var oRowHeader = Element.closestTo(oEvent.currentTarget),
|
|
763
786
|
oRow = getRow(oRowHeader.getParent()),
|
|
764
787
|
sRowHeaderId = oRowHeader.getId();
|
|
765
788
|
|
|
@@ -825,8 +848,7 @@ sap.ui.define([
|
|
|
825
848
|
PlanningCalendar.prototype.onBeforeRendering = function(){
|
|
826
849
|
|
|
827
850
|
this._bBeforeRendering = true;
|
|
828
|
-
|
|
829
|
-
this._getHeader().setProperty("_primaryCalendarType", this.getPrimaryCalendarType());
|
|
851
|
+
this._updateHeader();
|
|
830
852
|
|
|
831
853
|
// init interval if default one is used
|
|
832
854
|
this._adjustViewKey();
|
|
@@ -849,6 +871,16 @@ sap.ui.define([
|
|
|
849
871
|
|
|
850
872
|
};
|
|
851
873
|
|
|
874
|
+
PlanningCalendar.prototype._updateHeader = function () {
|
|
875
|
+
this._getHeader().setProperty("_primaryCalendarType", this.getPrimaryCalendarType());
|
|
876
|
+
if (this._getSecondaryCalendarType()) {
|
|
877
|
+
this.setShowDayNamesLine(true);
|
|
878
|
+
this._getHeader().setProperty("_secondaryCalendarType", this.getSecondaryCalendarType());
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
return this;
|
|
882
|
+
};
|
|
883
|
+
|
|
852
884
|
PlanningCalendar.prototype.attachEvent = function (eventId, data, functionToCall, listener) {
|
|
853
885
|
Control.prototype.attachEvent.call(this, eventId, data, functionToCall, listener);
|
|
854
886
|
if (this.hasListeners("intervalSelect")) {
|
|
@@ -858,6 +890,7 @@ sap.ui.define([
|
|
|
858
890
|
}
|
|
859
891
|
}, this);
|
|
860
892
|
}
|
|
893
|
+
|
|
861
894
|
return this;
|
|
862
895
|
};
|
|
863
896
|
|
|
@@ -880,7 +913,9 @@ sap.ui.define([
|
|
|
880
913
|
* @private
|
|
881
914
|
*/
|
|
882
915
|
PlanningCalendar.prototype._createHeader = function () {
|
|
883
|
-
var oHeader = new PlanningCalendarHeader(this.getId() + "-Header"
|
|
916
|
+
var oHeader = new PlanningCalendarHeader(this.getId() + "-Header", {
|
|
917
|
+
calendarWeekNumbering: this.getCalendarWeekNumbering()
|
|
918
|
+
});
|
|
884
919
|
|
|
885
920
|
oHeader._getRelativeInfo = this._getRelativeInfo.bind(this);
|
|
886
921
|
|
|
@@ -950,13 +985,14 @@ sap.ui.define([
|
|
|
950
985
|
};
|
|
951
986
|
|
|
952
987
|
/**
|
|
953
|
-
* Creates and formats
|
|
988
|
+
* Creates and formats the strings to be displayed in the picker button from the _header aggregation.
|
|
954
989
|
* If the date part of the start and end range of the showed view are different, the string contains
|
|
955
990
|
* info about the current date. Otherwise, the result string shows info about a date range.
|
|
956
|
-
* @returns {
|
|
991
|
+
* @returns {Object} The concatenated strings to be displayed
|
|
957
992
|
* @private
|
|
958
993
|
*/
|
|
959
994
|
PlanningCalendar.prototype._formatPickerText = function () {
|
|
995
|
+
|
|
960
996
|
var oRangeDates = this._getFirstAndLastRangeDate(),
|
|
961
997
|
oStartDate = CalendarUtils._createLocalDate(oRangeDates.oStartDate, true),
|
|
962
998
|
oEndDate = CalendarUtils._createLocalDate(oRangeDates.oEndDate, true),
|
|
@@ -966,7 +1002,15 @@ sap.ui.define([
|
|
|
966
1002
|
oDateFormat,
|
|
967
1003
|
sResult,
|
|
968
1004
|
sBeginningResult,
|
|
969
|
-
sEndResult
|
|
1005
|
+
sEndResult,
|
|
1006
|
+
oDateFormatInSecType,
|
|
1007
|
+
sBeginnigDateResultInSecType,
|
|
1008
|
+
sEndResultInSecType,
|
|
1009
|
+
sResultInSecType;
|
|
1010
|
+
|
|
1011
|
+
if (this._getSecondaryCalendarType()) {
|
|
1012
|
+
oDateFormatInSecType = DateFormat.getDateInstance({ format: "yMMMMd", calendarType: this.getSecondaryCalendarType() });
|
|
1013
|
+
}
|
|
970
1014
|
|
|
971
1015
|
switch (sViewType) {
|
|
972
1016
|
case CalendarIntervalType.Hour:
|
|
@@ -975,21 +1019,35 @@ sap.ui.define([
|
|
|
975
1019
|
if (oStartDate.getDate() !== oEndDate.getDate()) {
|
|
976
1020
|
sEndResult = oDateFormat.format(oEndDate);
|
|
977
1021
|
}
|
|
1022
|
+
|
|
1023
|
+
if (this._getSecondaryCalendarType()){
|
|
1024
|
+
sBeginnigDateResultInSecType = oDateFormatInSecType.format(oStartDate);
|
|
1025
|
+
if (oStartDate.getDate() !== oEndDate.getDate()) {
|
|
1026
|
+
sEndResultInSecType = oDateFormatInSecType.format(oEndDate);
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
|
|
978
1030
|
break;
|
|
979
1031
|
|
|
980
1032
|
case CalendarIntervalType.Day:
|
|
981
1033
|
case CalendarIntervalType.Week:
|
|
982
|
-
var fnIntervalLabelFormatter = this.
|
|
1034
|
+
var fnIntervalLabelFormatter = this._getRelativeInfo().intervalLabelFormatter;
|
|
983
1035
|
|
|
984
1036
|
if (this.isRelative()) {
|
|
985
1037
|
var iBeginning = this.calcIntervalOffset(this.getStartDate());
|
|
986
1038
|
var iEnding = this.calcIntervalOffset(this.getEndDate()) - this.calcIntervalOffset(this.getStartDate());
|
|
987
1039
|
sBeginningResult = fnIntervalLabelFormatter ? fnIntervalLabelFormatter(iBeginning) : iBeginning;
|
|
988
|
-
|
|
1040
|
+
var iEndingParameter = this._getRelativeInfo().iIntervalSize === 1 ? iBeginning + iEnding : iBeginning + iEnding - 1;
|
|
1041
|
+
sEndResult = fnIntervalLabelFormatter ? fnIntervalLabelFormatter(iEndingParameter) : iBeginning + iEnding;
|
|
989
1042
|
} else {
|
|
990
1043
|
oDateFormat = DateFormat.getDateInstance({ format: "yMMMMd", calendarType: this.getPrimaryCalendarType() });
|
|
991
1044
|
sBeginningResult = oDateFormat.format(oStartDate);
|
|
992
1045
|
sEndResult = oDateFormat.format(oEndDate);
|
|
1046
|
+
if (this._getSecondaryCalendarType()) {
|
|
1047
|
+
sBeginnigDateResultInSecType = oDateFormatInSecType.format(oStartDate);
|
|
1048
|
+
sEndResultInSecType = oDateFormatInSecType.format(oEndDate);
|
|
1049
|
+
}
|
|
1050
|
+
|
|
993
1051
|
}
|
|
994
1052
|
|
|
995
1053
|
break;
|
|
@@ -998,13 +1056,26 @@ sap.ui.define([
|
|
|
998
1056
|
case "OneMonth":
|
|
999
1057
|
oDateFormat = DateFormat.getDateInstance({format: "yMMMM", calendarType: this.getPrimaryCalendarType()});
|
|
1000
1058
|
sBeginningResult = oDateFormat.format(oStartDate);
|
|
1059
|
+
if (this._getSecondaryCalendarType()) {
|
|
1060
|
+
oDateFormatInSecType = DateFormat.getDateInstance({format: "yMMMM", calendarType: this.getSecondaryCalendarType()});
|
|
1061
|
+
sBeginnigDateResultInSecType = oDateFormatInSecType.format(oStartDate);
|
|
1062
|
+
}
|
|
1001
1063
|
break;
|
|
1002
1064
|
|
|
1003
1065
|
case CalendarIntervalType.Month:
|
|
1004
1066
|
oDateFormat = DateFormat.getDateInstance({format: "y", calendarType: this.getPrimaryCalendarType()});
|
|
1005
1067
|
sBeginningResult = oDateFormat.format(oStartDate);
|
|
1068
|
+
|
|
1069
|
+
if (this._getSecondaryCalendarType()) {
|
|
1070
|
+
oDateFormatInSecType = DateFormat.getDateInstance({format: "y", calendarType: this.getSecondaryCalendarType()});
|
|
1071
|
+
sBeginnigDateResultInSecType = oDateFormatInSecType.format(oStartDate);
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1006
1074
|
if (oStartDate.getFullYear() !== oEndDate.getFullYear()) {
|
|
1007
1075
|
sEndResult = oDateFormat.format(oEndDate);
|
|
1076
|
+
if (this._getSecondaryCalendarType()) {
|
|
1077
|
+
sEndResultInSecType = oDateFormatInSecType.format(oEndDate);
|
|
1078
|
+
}
|
|
1008
1079
|
}
|
|
1009
1080
|
|
|
1010
1081
|
if (sBeginningResult === sEndResult) {
|
|
@@ -1018,18 +1089,28 @@ sap.ui.define([
|
|
|
1018
1089
|
|
|
1019
1090
|
if (!bRTL) {
|
|
1020
1091
|
sResult = sBeginningResult;
|
|
1092
|
+
sResultInSecType = sBeginnigDateResultInSecType;
|
|
1021
1093
|
if (sEndResult) {
|
|
1022
1094
|
sResult += " - " + sEndResult;
|
|
1023
1095
|
}
|
|
1096
|
+
|
|
1097
|
+
if (this._getSecondaryCalendarType() && sEndResultInSecType) {
|
|
1098
|
+
sResultInSecType += " - " + sEndResultInSecType;
|
|
1099
|
+
}
|
|
1024
1100
|
} else {
|
|
1025
1101
|
if (sEndResult) {
|
|
1026
1102
|
sResult = sEndResult + " - " + sBeginningResult;
|
|
1027
1103
|
} else {
|
|
1028
1104
|
sResult = sBeginningResult;
|
|
1029
1105
|
}
|
|
1106
|
+
if (this._getSecondaryCalendarType() && sEndResultInSecType) {
|
|
1107
|
+
sResultInSecType = sBeginnigDateResultInSecType + " - " + sEndResultInSecType;
|
|
1108
|
+
} else if (this._getSecondaryCalendarType()) {
|
|
1109
|
+
sResultInSecType = sBeginnigDateResultInSecType;
|
|
1110
|
+
}
|
|
1030
1111
|
}
|
|
1031
1112
|
|
|
1032
|
-
return sResult;
|
|
1113
|
+
return { primaryType: sResult, secondaryType: sResultInSecType };
|
|
1033
1114
|
};
|
|
1034
1115
|
|
|
1035
1116
|
/**
|
|
@@ -1438,6 +1519,51 @@ sap.ui.define([
|
|
|
1438
1519
|
return this;
|
|
1439
1520
|
};
|
|
1440
1521
|
|
|
1522
|
+
PlanningCalendar.prototype._getSecondaryCalendarType = function() {
|
|
1523
|
+
var sSecondaryCalendarType;
|
|
1524
|
+
|
|
1525
|
+
if (this._bSecondaryCalendarTypeSet) {
|
|
1526
|
+
sSecondaryCalendarType = this.getSecondaryCalendarType();
|
|
1527
|
+
|
|
1528
|
+
if (sSecondaryCalendarType === this.getPrimaryCalendarType()) {
|
|
1529
|
+
sSecondaryCalendarType = undefined;
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
return sSecondaryCalendarType;
|
|
1534
|
+
};
|
|
1535
|
+
|
|
1536
|
+
/**
|
|
1537
|
+
* Sets the secondaryCalendarType.
|
|
1538
|
+
* @param {sap.ui.core.CalendarType} sSecondaryCalendarType the <code>sap.ui.core.CalendarType</code> to set as <code>sap.m.PlanningCalendar</code> <code>secondaryCalendarType</code>.
|
|
1539
|
+
* @returns {this} <code>this</code> to allow method chaining
|
|
1540
|
+
* @public
|
|
1541
|
+
*/
|
|
1542
|
+
PlanningCalendar.prototype.setSecondaryCalendarType = function (sSecondaryCalendarType) {
|
|
1543
|
+
this.setProperty("secondaryCalendarType", sSecondaryCalendarType);
|
|
1544
|
+
this._bSecondaryCalendarTypeSet = true;
|
|
1545
|
+
if (this._getHeader()) {
|
|
1546
|
+
this._getHeader().setProperty("_secondaryCalendarType", sSecondaryCalendarType);
|
|
1547
|
+
}
|
|
1548
|
+
if (this._oTimesRow) {
|
|
1549
|
+
this._oTimesRow.setProperty("secondaryCalendarType", sSecondaryCalendarType);
|
|
1550
|
+
}
|
|
1551
|
+
if (this._oDatesRow) {
|
|
1552
|
+
this._oDatesRow.setSecondaryCalendarType(sSecondaryCalendarType);
|
|
1553
|
+
}
|
|
1554
|
+
if (this._oMonthsRow) {
|
|
1555
|
+
this._oMonthsRow.setSecondaryCalendarType(sSecondaryCalendarType);
|
|
1556
|
+
}
|
|
1557
|
+
if (this._oWeeksRow) {
|
|
1558
|
+
this._oWeeksRow.setSecondaryCalendarType(sSecondaryCalendarType);
|
|
1559
|
+
}
|
|
1560
|
+
if (this._oOneMonthsRow) {
|
|
1561
|
+
this._oOneMonthsRow.setSecondaryCalendarType(sSecondaryCalendarType);
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
return this;
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1441
1567
|
PlanningCalendar.prototype.setMinDate = function(oDate){
|
|
1442
1568
|
|
|
1443
1569
|
if (deepEqual(oDate, this.getMinDate())) {
|
|
@@ -1477,7 +1603,7 @@ sap.ui.define([
|
|
|
1477
1603
|
Log.warning("StartDate < minDate -> StartDate set to minDate", this);
|
|
1478
1604
|
oStartDate = new Date(oDate.getTime());
|
|
1479
1605
|
this.setStartDate(oStartDate);
|
|
1480
|
-
oHeader.
|
|
1606
|
+
oHeader.updatePickerText(this._formatPickerText());
|
|
1481
1607
|
}
|
|
1482
1608
|
} else {
|
|
1483
1609
|
this.setProperty("minDate", undefined, true);
|
|
@@ -1541,7 +1667,7 @@ sap.ui.define([
|
|
|
1541
1667
|
oStartDate.setFullYear(1);
|
|
1542
1668
|
}
|
|
1543
1669
|
this.setStartDate(oStartDate);
|
|
1544
|
-
oHeader.
|
|
1670
|
+
oHeader.updatePickerText(this._formatPickerText());
|
|
1545
1671
|
}
|
|
1546
1672
|
} else {
|
|
1547
1673
|
this.setProperty("maxDate", undefined, true);
|
|
@@ -1562,6 +1688,26 @@ sap.ui.define([
|
|
|
1562
1688
|
|
|
1563
1689
|
};
|
|
1564
1690
|
|
|
1691
|
+
PlanningCalendar.prototype.setCalendarWeekNumbering = function(sCalendarWeekNumbering) {
|
|
1692
|
+
var oHeader = this._getHeader(),
|
|
1693
|
+
oCalendarPicker = oHeader._oPopup && oHeader._oPopup.getContent()[0],
|
|
1694
|
+
sLocale = Configuration.getFormatSettings().getFormatLocale().toString(),
|
|
1695
|
+
oWeekConfiguration = CalendarDateUtils.getWeekConfigurationValues(sCalendarWeekNumbering, new Locale(sLocale)),
|
|
1696
|
+
key;
|
|
1697
|
+
|
|
1698
|
+
this.setProperty("calendarWeekNumbering", sCalendarWeekNumbering);
|
|
1699
|
+
|
|
1700
|
+
this._dateNav.setWeekConfiguration(oWeekConfiguration);
|
|
1701
|
+
oHeader.setCalendarWeekNumbering(sCalendarWeekNumbering);
|
|
1702
|
+
oCalendarPicker && oCalendarPicker.setCalendarWeekNumbering(sCalendarWeekNumbering);
|
|
1703
|
+
for (key in INTERVAL_METADATA) {
|
|
1704
|
+
this[INTERVAL_METADATA[key].sInstanceName] && this[INTERVAL_METADATA[key].sInstanceName].setCalendarWeekNumbering(sCalendarWeekNumbering);
|
|
1705
|
+
}
|
|
1706
|
+
this.setStartDate(this.getStartDate());
|
|
1707
|
+
|
|
1708
|
+
return this;
|
|
1709
|
+
};
|
|
1710
|
+
|
|
1565
1711
|
PlanningCalendar.prototype.removeIntervalInstanceFromInfoToolbar = function () {
|
|
1566
1712
|
var aInfoToolbarContent = this._oInfoToolbar.getContent();
|
|
1567
1713
|
aInfoToolbarContent.forEach(function (oControl) {
|
|
@@ -1597,6 +1743,7 @@ sap.ui.define([
|
|
|
1597
1743
|
var oMaxDate = this.getMaxDate();
|
|
1598
1744
|
var oView = this._getView(sKey, !this._bBeforeRendering);
|
|
1599
1745
|
var oAssociation;
|
|
1746
|
+
var sSecondaryCalendarType = this._getSecondaryCalendarType();
|
|
1600
1747
|
|
|
1601
1748
|
if (!oView) {
|
|
1602
1749
|
this._bCheckView = true;
|
|
@@ -1654,7 +1801,8 @@ sap.ui.define([
|
|
|
1654
1801
|
days: iIntervals,
|
|
1655
1802
|
showDayNamesLine: this.getShowDayNamesLine(),
|
|
1656
1803
|
legend: this.getLegend(),
|
|
1657
|
-
showWeekNumbers: this.getShowWeekNumbers()
|
|
1804
|
+
showWeekNumbers: this.getShowWeekNumbers(),
|
|
1805
|
+
calendarWeekNumbering: this.getCalendarWeekNumbering()
|
|
1658
1806
|
});
|
|
1659
1807
|
|
|
1660
1808
|
oInterval.isRelative = this.isRelative.bind(this);
|
|
@@ -1680,6 +1828,7 @@ sap.ui.define([
|
|
|
1680
1828
|
}
|
|
1681
1829
|
this._insertInterval(oInterval);
|
|
1682
1830
|
this[oIntervalMetadata.sInstanceName] = oInterval;
|
|
1831
|
+
|
|
1683
1832
|
if ((sIntervalType === CalendarIntervalType.OneMonth || sIntervalType === "OneMonth")) {
|
|
1684
1833
|
oAssociation = oHeader.getAggregation("_monthPicker") ? oHeader.getAggregation("_monthPicker") : oHeader._oPopup.getContent()[0];
|
|
1685
1834
|
oHeader.setAssociation("currentPicker", oAssociation);
|
|
@@ -1716,6 +1865,9 @@ sap.ui.define([
|
|
|
1716
1865
|
legend: this.getLegend()
|
|
1717
1866
|
});
|
|
1718
1867
|
this._oMonthsRow.setProperty("primaryCalendarType", this.getPrimaryCalendarType());
|
|
1868
|
+
if (sSecondaryCalendarType) {
|
|
1869
|
+
this._oMonthsRow.setProperty("secondaryCalendarType", sSecondaryCalendarType);
|
|
1870
|
+
}
|
|
1719
1871
|
this._setAriaRole(this._oMonthsRow);
|
|
1720
1872
|
this._oMonthsRow._setLegendControlOrigin(this);
|
|
1721
1873
|
this._oMonthsRow.attachEvent("focus", this._handleFocus, this);
|
|
@@ -1749,6 +1901,12 @@ sap.ui.define([
|
|
|
1749
1901
|
oContent.setPrimaryCalendarType(this.getPrimaryCalendarType());
|
|
1750
1902
|
}
|
|
1751
1903
|
|
|
1904
|
+
if (sSecondaryCalendarType && oContent.getMetadata().hasProperty("_secondaryCalendarType") ) {
|
|
1905
|
+
oContent.setProperty("_secondaryCalendarType", sSecondaryCalendarType);
|
|
1906
|
+
} else if (sSecondaryCalendarType && oContent.getMetadata().hasProperty("secondaryCalendarType") ) {
|
|
1907
|
+
oContent.setSecondaryCalendarType(sSecondaryCalendarType);
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1752
1910
|
if (this._oOneMonthsRow) {
|
|
1753
1911
|
this._oOneMonthsRow.setPrimaryCalendarType(this.getPrimaryCalendarType());
|
|
1754
1912
|
}
|
|
@@ -1930,12 +2088,14 @@ sap.ui.define([
|
|
|
1930
2088
|
*/
|
|
1931
2089
|
PlanningCalendar.prototype._shiftStartDate = function(oStartDate){
|
|
1932
2090
|
if (this.getViewKey() === PlanningCalendarBuiltInView.Week) {
|
|
1933
|
-
/* Calculates the first week's
|
|
2091
|
+
/* Calculates the first week's date for the given oStartDate. Have in mind that the oStartDate is the date that
|
|
1934
2092
|
* the user sees in the UI, thus - local one. As CalendarUtils.getFirstDateOfWeek works with UTC dates (this
|
|
1935
2093
|
* is because the dates are timezone irrelevant), it should be called with the local datetime values presented
|
|
1936
2094
|
* as UTC ones(e.g. if oStartDate is 21 Dec 1981, 13:00 GMT+02:00, it will be converted to 21 Dec 1981, 13:00 GMT+00:00)
|
|
1937
2095
|
*/
|
|
1938
|
-
var
|
|
2096
|
+
var sLocale = Configuration.getFormatSettings().getFormatLocale().toString(),
|
|
2097
|
+
oWeekConfigurationValues = CalendarDateUtils.getWeekConfigurationValues(this.getCalendarWeekNumbering(), new Locale(sLocale)),
|
|
2098
|
+
oFirstDateOfWeek = CalendarUtils.getFirstDateOfWeek(CalendarUtils._createUniversalUTCDate(oStartDate, undefined, true), oWeekConfigurationValues),
|
|
1939
2099
|
//CalendarUtils.getFirstDateOfWeek works with UTC based date values, restore the result back in local timezone.
|
|
1940
2100
|
oLocalDate = CalendarUtils._createLocalDate(oFirstDateOfWeek, true);
|
|
1941
2101
|
if (this.getFirstDayOfWeek() > -1) {
|
|
@@ -1985,7 +2145,7 @@ sap.ui.define([
|
|
|
1985
2145
|
oPicker.addSelectedDate(oSelectedRange);
|
|
1986
2146
|
}
|
|
1987
2147
|
|
|
1988
|
-
this._getHeader().
|
|
2148
|
+
this._getHeader().updatePickerText(this._formatPickerText());
|
|
1989
2149
|
this._updateTodayButtonState();
|
|
1990
2150
|
};
|
|
1991
2151
|
|
|
@@ -2958,7 +3118,7 @@ sap.ui.define([
|
|
|
2958
3118
|
var oFocusedDate = new Date(oEvtSelectedStartCalendarDate.toLocalJSDate().getTime());
|
|
2959
3119
|
if (CalendarUtils.monthsDiffer(this.getStartDate(), oEvtSelectedStartCalendarDate.toLocalJSDate())) {
|
|
2960
3120
|
this.setStartDate(oEvtSelectedStartCalendarDate.toLocalJSDate());
|
|
2961
|
-
this._getHeader().
|
|
3121
|
+
this._getHeader().updatePickerText(this._formatPickerText());
|
|
2962
3122
|
}
|
|
2963
3123
|
this._setRowsStartDate(oFocusedDate);
|
|
2964
3124
|
this._oOneMonthsRow._focusDate(CalendarDate.fromLocalJSDate(oFocusedDate, this.getPrimaryCalendarType()), true);
|
|
@@ -3442,10 +3602,10 @@ sap.ui.define([
|
|
|
3442
3602
|
oRowTimeline.setLegend(this.getLegend());
|
|
3443
3603
|
oRowTimeline.setAppointmentsVisualization(this.getAppointmentsVisualization());
|
|
3444
3604
|
oRowTimeline.setAppointmentHeight(this.getAppointmentHeight());
|
|
3445
|
-
oRowTimeline.attachEvent("select", handleAppointmentSelect, this);
|
|
3446
|
-
oRowTimeline.attachEvent("startDateChange", this._handleStartDateChange, this);
|
|
3447
|
-
oRowTimeline.attachEvent("leaveRow", handleLeaveRow, this);
|
|
3448
|
-
oRowTimeline.attachEvent("intervalSelect", handleIntervalSelect, this);
|
|
3605
|
+
oRowTimeline.detachEvent("select", handleAppointmentSelect, this).attachEvent("select", handleAppointmentSelect, this);
|
|
3606
|
+
oRowTimeline.detachEvent("startDateChange", this._handleStartDateChange, this).attachEvent("startDateChange", this._handleStartDateChange, this);
|
|
3607
|
+
oRowTimeline.detachEvent("leaveRow", handleLeaveRow, this).attachEvent("leaveRow", handleLeaveRow, this);
|
|
3608
|
+
oRowTimeline.detachEvent("intervalSelect", handleIntervalSelect, this).attachEvent("intervalSelect", handleIntervalSelect, this);
|
|
3449
3609
|
|
|
3450
3610
|
updateSelectAllCheckBox.call(this);
|
|
3451
3611
|
|
|
@@ -3628,8 +3788,8 @@ sap.ui.define([
|
|
|
3628
3788
|
};
|
|
3629
3789
|
|
|
3630
3790
|
/**
|
|
3631
|
-
* Detaches the attached functions from the PlanningCalendarRowTimeline instance that
|
|
3632
|
-
*
|
|
3791
|
+
* Detaches the attached functions from the PlanningCalendarRowTimeline instance that corresponds to the row and
|
|
3792
|
+
* destroys the corresponding PlanningCalendarRowListItem.
|
|
3633
3793
|
*
|
|
3634
3794
|
* @param oRow
|
|
3635
3795
|
* @private
|
|
@@ -3792,7 +3952,7 @@ sap.ui.define([
|
|
|
3792
3952
|
};
|
|
3793
3953
|
|
|
3794
3954
|
/**
|
|
3795
|
-
* Represents timeline that holds the appointments and intervals
|
|
3955
|
+
* Represents timeline that holds the appointments and intervals inside the PlanningCalendarRowListItem
|
|
3796
3956
|
*/
|
|
3797
3957
|
var PlanningCalendarRowTimeline = CalendarRow.extend("sap.m._PlanningCalendarRowTimeline", {
|
|
3798
3958
|
metadata: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -12,6 +12,7 @@ sap.ui.define([
|
|
|
12
12
|
'./Toolbar',
|
|
13
13
|
'./AssociativeOverflowToolbar',
|
|
14
14
|
'./Button',
|
|
15
|
+
'./AdditionalTextButton',
|
|
15
16
|
'./Popover',
|
|
16
17
|
'./Title',
|
|
17
18
|
'./ToolbarSpacer',
|
|
@@ -21,6 +22,7 @@ sap.ui.define([
|
|
|
21
22
|
'sap/ui/unified/calendar/CustomYearPicker',
|
|
22
23
|
'sap/ui/unified/calendar/IndexPicker',
|
|
23
24
|
'sap/ui/core/Configuration',
|
|
25
|
+
'sap/ui/core/date/CalendarWeekNumbering',
|
|
24
26
|
'sap/ui/unified/calendar/CalendarDate',
|
|
25
27
|
'sap/ui/core/IconPool',
|
|
26
28
|
'sap/ui/core/InvisibleText',
|
|
@@ -34,6 +36,7 @@ function(
|
|
|
34
36
|
Toolbar,
|
|
35
37
|
AssociativeOverflowToolbar,
|
|
36
38
|
Button,
|
|
39
|
+
AdditionalTextButton,
|
|
37
40
|
Popover,
|
|
38
41
|
Title,
|
|
39
42
|
ToolbarSpacer,
|
|
@@ -43,6 +46,7 @@ function(
|
|
|
43
46
|
CustomYearPicker,
|
|
44
47
|
IndexPicker,
|
|
45
48
|
Configuration,
|
|
49
|
+
CalendarWeekNumbering,
|
|
46
50
|
CalendarDate,
|
|
47
51
|
IconPool,
|
|
48
52
|
InvisibleText,
|
|
@@ -92,7 +96,7 @@ function(
|
|
|
92
96
|
* @extends sap.ui.core.Control
|
|
93
97
|
*
|
|
94
98
|
* @author SAP SE
|
|
95
|
-
* @version 1.
|
|
99
|
+
* @version 1.110.0
|
|
96
100
|
*
|
|
97
101
|
* @constructor
|
|
98
102
|
* @private
|
|
@@ -123,13 +127,33 @@ function(
|
|
|
123
127
|
*/
|
|
124
128
|
pickerText : { type : "string", group : "Data" },
|
|
125
129
|
|
|
130
|
+
/**
|
|
131
|
+
* Determines the additional text of the button which opens the calendar picker.
|
|
132
|
+
*/
|
|
133
|
+
pickerTextInSecondaryType : { type : "string", group : "Data" },
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Defines the calendar week numbering used for display.
|
|
137
|
+
* @private
|
|
138
|
+
* @since 1.110.0
|
|
139
|
+
*/
|
|
140
|
+
calendarWeekNumbering : { type : "sap.ui.core.date.CalendarWeekNumbering", group : "Appearance", defaultValue: null},
|
|
141
|
+
|
|
126
142
|
/**
|
|
127
143
|
* If set, the calendar type is used for display.
|
|
128
144
|
* If not set, the calendar type of the global configuration is used.
|
|
129
145
|
* @private
|
|
130
146
|
* @since 1.108.0
|
|
131
147
|
*/
|
|
132
|
-
_primaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance",
|
|
148
|
+
_primaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"},
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* If set, the days are also displayed in this calendar type
|
|
152
|
+
* If not set, the dates are only displayed in the primary calendar type
|
|
153
|
+
* @privates
|
|
154
|
+
* @since 1.109.0
|
|
155
|
+
*/
|
|
156
|
+
_secondaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"}
|
|
133
157
|
|
|
134
158
|
},
|
|
135
159
|
|
|
@@ -293,6 +317,7 @@ function(
|
|
|
293
317
|
});
|
|
294
318
|
oCalendarPicker = new Calendar(sOPHId + "-Cal", {
|
|
295
319
|
ariaLabelledBy: InvisibleText.getStaticId("sap.m", "PCH_RANGE_PICKER"),
|
|
320
|
+
calendarWeekNumbering: this.getCalendarWeekNumbering(),
|
|
296
321
|
primaryCalendarType: sCalendarType
|
|
297
322
|
});
|
|
298
323
|
oCalendarPicker.attachEvent("select", this._handlePickerDateSelect, this);
|
|
@@ -333,8 +358,9 @@ function(
|
|
|
333
358
|
this.setAggregation("_indexPicker", oIndexPicker);
|
|
334
359
|
this._oIndexPicker = oIndexPicker;
|
|
335
360
|
|
|
336
|
-
this._oPickerBtn = new
|
|
361
|
+
this._oPickerBtn = new AdditionalTextButton(sNavToolbarId + "-PickerBtn", {
|
|
337
362
|
text: this.getPickerText(),
|
|
363
|
+
additionalText: this.getPickerTextInSecondaryType(),
|
|
338
364
|
ariaHasPopup: coreLibrary.aria.HasPopup.Dialog,
|
|
339
365
|
ariaLabelledBy: InvisibleText.getStaticId("sap.m", "PCH_SELECT_RANGE"),
|
|
340
366
|
press: function () {
|
|
@@ -345,6 +371,7 @@ function(
|
|
|
345
371
|
if (oPicker.displayDate) {
|
|
346
372
|
oPicker.displayDate(oDate);
|
|
347
373
|
}
|
|
374
|
+
oPicker.setCalendarWeekNumbering && oPicker.setCalendarWeekNumbering(this.getCalendarWeekNumbering());
|
|
348
375
|
this._openCalendarPickerPopup(oPicker);
|
|
349
376
|
}
|
|
350
377
|
}.bind(this)
|
|
@@ -395,10 +422,13 @@ function(
|
|
|
395
422
|
|
|
396
423
|
PlanningCalendarHeader.prototype.onBeforeRendering = function () {
|
|
397
424
|
var bVisible = !!this.getActions().length || !!this.getTitle() || this._getOrCreateViewSwitch().getItems().length > 1;
|
|
398
|
-
|
|
425
|
+
var sSecondaryCalendarType = this.getProperty("_secondaryCalendarType");
|
|
399
426
|
this._getActionsToolbar().setProperty("visible", bVisible, true);
|
|
400
427
|
|
|
401
428
|
this.setPrimaryCalendarTypeToPickers(this.getProperty("_primaryCalendarType"));
|
|
429
|
+
if (sSecondaryCalendarType){
|
|
430
|
+
this.setSecondaryCalendarTypeToPickers(sSecondaryCalendarType);
|
|
431
|
+
}
|
|
402
432
|
};
|
|
403
433
|
|
|
404
434
|
PlanningCalendarHeader.prototype.setTitle = function (sTitle) {
|
|
@@ -458,7 +488,26 @@ function(
|
|
|
458
488
|
return this;
|
|
459
489
|
};
|
|
460
490
|
|
|
491
|
+
PlanningCalendarHeader.prototype.updatePickerText = function (oPickerTextInfo) {
|
|
492
|
+
if (!oPickerTextInfo) {
|
|
493
|
+
return this;
|
|
494
|
+
}
|
|
495
|
+
this.setPickerText(oPickerTextInfo.primaryType);
|
|
496
|
+
this.setPickerTextInSecondaryType(oPickerTextInfo.secondaryType);
|
|
497
|
+
|
|
498
|
+
return true;
|
|
499
|
+
};
|
|
500
|
+
|
|
501
|
+
PlanningCalendarHeader.prototype.setPickerTextInSecondaryType = function (sAdditionalText){
|
|
502
|
+
this.setProperty("pickerTextInSecondaryType", sAdditionalText);
|
|
503
|
+
this._oPickerBtn.setAdditionalText(sAdditionalText);
|
|
504
|
+
return this;
|
|
505
|
+
};
|
|
506
|
+
|
|
461
507
|
PlanningCalendarHeader.prototype.setPickerText = function (sText) {
|
|
508
|
+
if (!sText) {
|
|
509
|
+
return this;
|
|
510
|
+
}
|
|
462
511
|
this.setProperty("pickerText", sText);
|
|
463
512
|
this._oPickerBtn.setText(sText);
|
|
464
513
|
|
|
@@ -471,6 +520,12 @@ function(
|
|
|
471
520
|
this._oYearPicker.setPrimaryCalendarType(sCalendarType);
|
|
472
521
|
};
|
|
473
522
|
|
|
523
|
+
PlanningCalendarHeader.prototype.setSecondaryCalendarTypeToPickers = function (sCalendarType) {
|
|
524
|
+
this._oCalendar.setSecondaryCalendarType(sCalendarType);
|
|
525
|
+
this._oMonthPicker.setSecondaryCalendarType(sCalendarType);
|
|
526
|
+
this._oYearPicker.setSecondaryCalendarType(sCalendarType);
|
|
527
|
+
};
|
|
528
|
+
|
|
474
529
|
/**
|
|
475
530
|
* If not existing yet, creates the inner Title control.
|
|
476
531
|
* Otherwise just returns it.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/unified/CalendarLegend', 'sap/ui/unified/CalendarAppointm
|
|
|
23
23
|
* @extends sap.ui.unified.CalendarLegend
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.110.0
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* The <code>sap.m.PlanningCalendarRow</code> allows you to modify appointments at row level.
|
|
36
36
|
*
|
|
37
37
|
* @extends sap.ui.core.Element
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.110.0
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|