@openui5/sap.m 1.109.0 → 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 +16 -5
- package/src/sap/m/CarouselLayout.js +3 -3
- package/src/sap/m/CarouselRenderer.js +3 -2
- package/src/sap/m/CheckBox.js +17 -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 +2 -2
- package/src/sap/m/ColumnListItem.js +3 -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 +24 -13
- 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 +15 -11
- package/src/sap/m/DateTimePickerRenderer.js +1 -1
- package/src/sap/m/Dialog.js +77 -20
- package/src/sap/m/DialogRenderer.js +44 -36
- 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 +41 -6
- 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 +21 -14
- 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 +28 -7
- package/src/sap/m/GenericTileLineModeRenderer.js +4 -4
- package/src/sap/m/GenericTileRenderer.js +2 -2
- package/src/sap/m/GroupHeaderListItem.js +2 -2
- package/src/sap/m/GroupHeaderListItemRenderer.js +1 -1
- package/src/sap/m/GrowingEnablement.js +28 -8
- 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 +2 -2
- 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 +16 -3
- 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 +1 -1
- 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 +80 -15
- package/src/sap/m/InputBase.js +4 -4
- package/src/sap/m/InputBaseRenderer.js +1 -1
- 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 +2 -2
- package/src/sap/m/LightBoxItem.js +2 -2
- package/src/sap/m/LightBoxRenderer.js +1 -1
- 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 +5 -4
- package/src/sap/m/ListBaseRenderer.js +1 -1
- package/src/sap/m/ListItemBase.js +5 -7
- package/src/sap/m/ListItemBaseRenderer.js +4 -4
- 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 +18 -3
- package/src/sap/m/MultiComboBoxRenderer.js +1 -1
- package/src/sap/m/MultiEditField.js +2 -2
- package/src/sap/m/MultiInput.js +6 -11
- 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 +1 -1
- 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 +1 -1
- package/src/sap/m/ObjectStatus.js +28 -15
- package/src/sap/m/ObjectStatusRenderer.js +3 -6
- package/src/sap/m/OverflowToolbar.js +21 -6
- package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
- package/src/sap/m/OverflowToolbarAssociativePopoverControls.js +3 -3
- 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 +2 -2
- 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 +1 -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 +5 -4
- 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 +2 -2
- package/src/sap/m/PanelRenderer.js +1 -1
- package/src/sap/m/PlanningCalendar.js +60 -22
- package/src/sap/m/PlanningCalendarHeader.js +15 -4
- 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 +4 -5
- package/src/sap/m/PopoverRenderer.js +1 -1
- package/src/sap/m/ProgressIndicator.js +5 -4
- 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 +2 -2
- 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 +45 -7
- package/src/sap/m/SelectDialogBase.js +2 -2
- package/src/sap/m/SelectList.js +4 -7
- 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 +55 -16
- package/src/sap/m/SinglePlanningCalendarDayView.js +2 -2
- package/src/sap/m/SinglePlanningCalendarGrid.js +52 -26
- 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 +7 -18
- package/src/sap/m/SlideTileRenderer.js +1 -1
- package/src/sap/m/Slider.js +2 -2
- package/src/sap/m/SliderRenderer.js +1 -1
- 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 +40 -7
- 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 +4 -4
- 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 +3 -2
- package/src/sap/m/TableSelectDialog.js +38 -4
- 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 +21 -20
- 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 +2 -2
- package/src/sap/m/TokenRenderer.js +1 -1
- package/src/sap/m/Tokenizer.js +31 -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 +1 -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 +17 -3
- package/src/sap/m/ViewSettingsCustomItem.js +8 -7
- package/src/sap/m/ViewSettingsCustomTab.js +2 -2
- package/src/sap/m/ViewSettingsDialog.js +55 -49
- 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 +2 -2
- 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 +1 -1
- 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 +1 -1
- 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/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 +69 -38
- package/src/sap/m/library.support.js +1 -1
- package/src/sap/m/messagebundle.properties +17 -23
- package/src/sap/m/messagebundle_ar.properties +35 -22
- package/src/sap/m/messagebundle_bg.properties +98 -85
- package/src/sap/m/messagebundle_ca.properties +29 -16
- package/src/sap/m/messagebundle_cs.properties +53 -40
- package/src/sap/m/messagebundle_cy.properties +29 -16
- package/src/sap/m/messagebundle_da.properties +29 -16
- package/src/sap/m/messagebundle_de.properties +34 -21
- package/src/sap/m/messagebundle_el.properties +42 -29
- package/src/sap/m/messagebundle_en.properties +25 -12
- package/src/sap/m/messagebundle_en_GB.properties +25 -12
- package/src/sap/m/messagebundle_en_US_sappsd.properties +21 -13
- package/src/sap/m/messagebundle_en_US_saprigi.properties +15 -19
- package/src/sap/m/messagebundle_en_US_saptrc.properties +25 -12
- package/src/sap/m/messagebundle_es.properties +43 -30
- package/src/sap/m/messagebundle_es_MX.properties +29 -16
- package/src/sap/m/messagebundle_et.properties +29 -16
- package/src/sap/m/messagebundle_fi.properties +32 -19
- package/src/sap/m/messagebundle_fr.properties +44 -31
- package/src/sap/m/messagebundle_fr_CA.properties +31 -18
- package/src/sap/m/messagebundle_hi.properties +29 -16
- package/src/sap/m/messagebundle_hr.properties +40 -27
- package/src/sap/m/messagebundle_hu.properties +49 -36
- package/src/sap/m/messagebundle_id.properties +29 -16
- package/src/sap/m/messagebundle_it.properties +34 -21
- package/src/sap/m/messagebundle_iw.properties +29 -16
- package/src/sap/m/messagebundle_ja.properties +45 -32
- package/src/sap/m/messagebundle_kk.properties +40 -27
- package/src/sap/m/messagebundle_ko.properties +31 -18
- package/src/sap/m/messagebundle_lt.properties +29 -16
- package/src/sap/m/messagebundle_lv.properties +29 -16
- package/src/sap/m/messagebundle_ms.properties +29 -16
- package/src/sap/m/messagebundle_nl.properties +32 -19
- package/src/sap/m/messagebundle_no.properties +29 -16
- package/src/sap/m/messagebundle_pl.properties +38 -25
- package/src/sap/m/messagebundle_pt.properties +29 -16
- package/src/sap/m/messagebundle_pt_PT.properties +29 -16
- package/src/sap/m/messagebundle_ro.properties +30 -17
- package/src/sap/m/messagebundle_ru.properties +29 -16
- package/src/sap/m/messagebundle_sh.properties +30 -17
- package/src/sap/m/messagebundle_sk.properties +30 -17
- package/src/sap/m/messagebundle_sl.properties +36 -23
- package/src/sap/m/messagebundle_sv.properties +39 -26
- package/src/sap/m/messagebundle_th.properties +56 -43
- package/src/sap/m/messagebundle_tr.properties +29 -16
- package/src/sap/m/messagebundle_uk.properties +29 -16
- package/src/sap/m/messagebundle_vi.properties +29 -16
- package/src/sap/m/messagebundle_zh_CN.properties +29 -16
- package/src/sap/m/messagebundle_zh_TW.properties +31 -18
- 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 +2 -2
- package/src/sap/m/p13n/Engine.js +44 -40
- 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 +19 -3
- package/src/sap/m/p13n/Popup.js +14 -4
- package/src/sap/m/p13n/QueryPanel.js +37 -17
- package/src/sap/m/p13n/SelectionController.js +2 -3
- 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 +1 -1
- package/src/sap/m/p13n/handler/xConfigHandler.js +1 -1
- package/src/sap/m/p13n/modification/FlexModificationHandler.js +1 -1
- package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +1 -1
- package/src/sap/m/p13n/modification/ModificationHandler.js +1 -1
- package/src/sap/m/p13n/modules/AdaptationProvider.js +4 -7
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +16 -14
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +5 -4
- package/src/sap/m/p13n/modules/UIManager.js +5 -5
- package/src/sap/m/p13n/modules/xConfigAPI.js +1 -1
- 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 +2 -2
- 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 +31 -11
- 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 +37 -31
- package/src/sap/m/table/columnmenu/MenuRenderer.js +1 -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/ColumnResizer.less +1 -1
- package/src/sap/m/themes/base/Dialog.less +22 -52
- 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/Link.less +3 -1
- package/src/sap/m/themes/base/MenuButton.less +1 -1
- package/src/sap/m/themes/base/MessageBox.less +5 -5
- package/src/sap/m/themes/base/MessageView.less +4 -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/PlanningCalendar.less +1 -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/SplitButton.less +3 -1
- package/src/sap/m/themes/base/Table.less +9 -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/WizardProgressNavigator.less +4 -3
- package/src/sap/m/themes/base/library.source.less +1 -1
- package/src/sap/m/themes/base/p13n.QueryPanel.less +5 -0
- package/src/sap/m/themes/sap_hcb/Dialog.less +2 -2
- package/src/sap/m/themes/sap_hcb/ObjectStatus.less +14 -0
- package/src/sap/m/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/m/upload/UploadSet.js +65 -5
- package/src/sap/m/upload/UploadSetItem.js +15 -11
- 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
package/src/sap/m/ComboBox.js
CHANGED
|
@@ -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
|
|
|
@@ -106,7 +106,7 @@ sap.ui.define([
|
|
|
106
106
|
* </ul>
|
|
107
107
|
*
|
|
108
108
|
* @author SAP SE
|
|
109
|
-
* @version 1.
|
|
109
|
+
* @version 1.110.0
|
|
110
110
|
*
|
|
111
111
|
* @constructor
|
|
112
112
|
* @extends sap.m.ComboBoxBase
|
|
@@ -117,6 +117,9 @@ sap.ui.define([
|
|
|
117
117
|
*/
|
|
118
118
|
var ComboBox = ComboBoxBase.extend("sap.m.ComboBox", /** @lends sap.m.ComboBox.prototype */ {
|
|
119
119
|
metadata: {
|
|
120
|
+
interfaces : [
|
|
121
|
+
"sap.m.IToolbarInteractiveControl"
|
|
122
|
+
],
|
|
120
123
|
library: "sap.m",
|
|
121
124
|
designtime: "sap/m/designtime/ComboBox.designtime",
|
|
122
125
|
properties: {
|
|
@@ -150,6 +153,16 @@ sap.ui.define([
|
|
|
150
153
|
type: "boolean",
|
|
151
154
|
group: "Misc",
|
|
152
155
|
defaultValue: false
|
|
156
|
+
},
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Indicates whether the picker is opened.
|
|
160
|
+
* @private
|
|
161
|
+
*/
|
|
162
|
+
_open: {
|
|
163
|
+
type: "boolean",
|
|
164
|
+
defaultValue: false,
|
|
165
|
+
visibility: "hidden"
|
|
153
166
|
}
|
|
154
167
|
},
|
|
155
168
|
associations: {
|
|
@@ -483,6 +496,12 @@ sap.ui.define([
|
|
|
483
496
|
this.clearSelection();
|
|
484
497
|
this.setValue(sValue);
|
|
485
498
|
}
|
|
499
|
+
|
|
500
|
+
if (this.getShowClearIcon()) {
|
|
501
|
+
this._getClearIcon().setVisible(this.shouldShowClearIcon());
|
|
502
|
+
} else if (this._oClearIcon) {
|
|
503
|
+
this._getClearIcon().setVisible(false);
|
|
504
|
+
}
|
|
486
505
|
};
|
|
487
506
|
|
|
488
507
|
/**
|
|
@@ -566,7 +585,7 @@ sap.ui.define([
|
|
|
566
585
|
var oSelectedItem = this.getSelectedItem(),
|
|
567
586
|
oSelectedListItem = ListHelpers.getListItem(oSelectedItem);
|
|
568
587
|
|
|
569
|
-
if (this.bProcessingLoadItemsEvent && (this.getItems().length === 0)) {
|
|
588
|
+
if (this.bProcessingLoadItemsEvent && !this.bItemsUpdated && (this.getItems().length === 0)) {
|
|
570
589
|
return;
|
|
571
590
|
}
|
|
572
591
|
|
|
@@ -661,7 +680,12 @@ sap.ui.define([
|
|
|
661
680
|
// if the loadItems event is being processed,
|
|
662
681
|
// we need to open the dropdown list to show the busy indicator
|
|
663
682
|
if (this.bProcessingLoadItemsEvent && (this.getPickerType() === "Dropdown")) {
|
|
664
|
-
|
|
683
|
+
|
|
684
|
+
if (this.isOpen() && !this.getValue()) {
|
|
685
|
+
this.close();
|
|
686
|
+
} else {
|
|
687
|
+
this.open();
|
|
688
|
+
}
|
|
665
689
|
}
|
|
666
690
|
|
|
667
691
|
if (this.getLastFocusedListItem()) {
|
|
@@ -852,10 +876,9 @@ sap.ui.define([
|
|
|
852
876
|
*/
|
|
853
877
|
ComboBox.prototype.onBeforeOpen = function() {
|
|
854
878
|
ComboBoxBase.prototype.onBeforeOpen.apply(this, arguments);
|
|
855
|
-
var fnPickerTypeBeforeOpen = this["onBeforeOpen" + this.getPickerType()]
|
|
856
|
-
oDomRef = this.getFocusDomRef();
|
|
879
|
+
var fnPickerTypeBeforeOpen = this["onBeforeOpen" + this.getPickerType()];
|
|
857
880
|
|
|
858
|
-
this.setProperty("
|
|
881
|
+
this.setProperty("_open", true);
|
|
859
882
|
|
|
860
883
|
// the dropdown list can be opened by calling the .open() method (without
|
|
861
884
|
// any end user interaction), in this case if items are not already loaded
|
|
@@ -864,13 +887,6 @@ sap.ui.define([
|
|
|
864
887
|
this.loadItems();
|
|
865
888
|
}
|
|
866
889
|
|
|
867
|
-
if (oDomRef) {
|
|
868
|
-
|
|
869
|
-
// expose a parent/child contextual relationship to assistive technologies,
|
|
870
|
-
// notice that the "aria-controls" attribute is set when the popover opened.
|
|
871
|
-
oDomRef.setAttribute("aria-controls", this.getPicker().getId());
|
|
872
|
-
}
|
|
873
|
-
|
|
874
890
|
// call the hook to add additional content to the list
|
|
875
891
|
this.addContent();
|
|
876
892
|
fnPickerTypeBeforeOpen && fnPickerTypeBeforeOpen.call(this);
|
|
@@ -926,12 +942,7 @@ sap.ui.define([
|
|
|
926
942
|
ComboBoxBase.prototype.onBeforeClose.apply(this, arguments);
|
|
927
943
|
var oDomRef = this.getFocusDomRef();
|
|
928
944
|
|
|
929
|
-
this.setProperty("
|
|
930
|
-
|
|
931
|
-
if (oDomRef) {
|
|
932
|
-
// notice that the "aria-controls" attribute is removed when the popover is closed.
|
|
933
|
-
oDomRef.removeAttribute("aria-controls");
|
|
934
|
-
}
|
|
945
|
+
this.setProperty("_open", false);
|
|
935
946
|
|
|
936
947
|
if (document.activeElement === oDomRef) {
|
|
937
948
|
this.updateFocusOnClose();
|
|
@@ -1926,6 +1937,19 @@ sap.ui.define([
|
|
|
1926
1937
|
}
|
|
1927
1938
|
};
|
|
1928
1939
|
|
|
1940
|
+
/**
|
|
1941
|
+
* Required by the {@link sap.m.IToolbarInteractiveControl} interface.
|
|
1942
|
+
* Determines if the Control is interactive.
|
|
1943
|
+
*
|
|
1944
|
+
* @returns {boolean} If it is an interactive Control
|
|
1945
|
+
*
|
|
1946
|
+
* @private
|
|
1947
|
+
* @ui5-restricted sap.m.OverflowToolBar, sap.m.Toolbar
|
|
1948
|
+
*/
|
|
1949
|
+
ComboBox.prototype._getToolbarInteractive = function () {
|
|
1950
|
+
return true;
|
|
1951
|
+
};
|
|
1952
|
+
|
|
1929
1953
|
return ComboBox;
|
|
1930
1954
|
|
|
1931
1955
|
});
|
|
@@ -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
|
|
|
@@ -66,7 +66,7 @@ sap.ui.define([
|
|
|
66
66
|
* @abstract
|
|
67
67
|
*
|
|
68
68
|
* @author SAP SE
|
|
69
|
-
* @version 1.
|
|
69
|
+
* @version 1.110.0
|
|
70
70
|
*
|
|
71
71
|
* @constructor
|
|
72
72
|
* @public
|
|
@@ -92,13 +92,12 @@ sap.ui.define([
|
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
* Indicates whether the picker is opened.
|
|
95
|
-
*
|
|
95
|
+
* @deprecated since version 1.110
|
|
96
96
|
* @private
|
|
97
97
|
*/
|
|
98
98
|
open: {
|
|
99
99
|
type: "boolean",
|
|
100
|
-
defaultValue: false
|
|
101
|
-
hidden: true
|
|
100
|
+
defaultValue: false
|
|
102
101
|
},
|
|
103
102
|
|
|
104
103
|
/**
|
|
@@ -199,6 +198,9 @@ sap.ui.define([
|
|
|
199
198
|
ComboBoxBase.prototype.updateItems = function(sReason) {
|
|
200
199
|
this.bItemsUpdated = false;
|
|
201
200
|
|
|
201
|
+
var iItemsCount = this.getItems().length;
|
|
202
|
+
var oList;
|
|
203
|
+
|
|
202
204
|
// for backward compatibility and to keep the old data binding behavior,
|
|
203
205
|
// the items should be destroyed before calling .updateAggregation("items")
|
|
204
206
|
this.destroyItems();
|
|
@@ -214,6 +216,19 @@ sap.ui.define([
|
|
|
214
216
|
|
|
215
217
|
this.onItemsLoaded();
|
|
216
218
|
}
|
|
219
|
+
|
|
220
|
+
oList = this._getList();
|
|
221
|
+
|
|
222
|
+
// when there are no items both before the update and after it, we have to remove the busy state
|
|
223
|
+
if (oList && iItemsCount === this.getItems().length) {
|
|
224
|
+
oList.setBusy(false);
|
|
225
|
+
oList.setShowNoData(!this.getItems().length);
|
|
226
|
+
this.bInitialBusyIndicatorState = false;
|
|
227
|
+
|
|
228
|
+
if (this.getValue()) {
|
|
229
|
+
this.open();
|
|
230
|
+
}
|
|
231
|
+
}
|
|
217
232
|
};
|
|
218
233
|
|
|
219
234
|
/**
|
|
@@ -659,12 +674,6 @@ sap.ui.define([
|
|
|
659
674
|
it's new, because the old is already switched to have the value state header as parent */
|
|
660
675
|
this._updateSuggestionsPopoverValueState();
|
|
661
676
|
}
|
|
662
|
-
|
|
663
|
-
if (this.getShowClearIcon()) {
|
|
664
|
-
this._getClearIcon().setVisible(this.shouldShowClearIcon());
|
|
665
|
-
} else if (this._oClearIcon) {
|
|
666
|
-
this._getClearIcon().setVisible(false);
|
|
667
|
-
}
|
|
668
677
|
};
|
|
669
678
|
|
|
670
679
|
ComboBoxBase.prototype._handlePopupOpenAndItemsLoad = function (bOpenOnInteraction, oObjectToFocus) {
|
|
@@ -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
|
sap.ui.define(['./ComboBoxTextFieldRenderer', 'sap/ui/core/Renderer'],
|
|
@@ -31,10 +31,10 @@ sap.ui.define(['./ComboBoxTextFieldRenderer', 'sap/ui/core/Renderer'],
|
|
|
31
31
|
*/
|
|
32
32
|
ComboBoxBaseRenderer.getAccessibilityState = function (oControl) {
|
|
33
33
|
var mAccessibilityState = ComboBoxTextFieldRenderer.getAccessibilityState.call(this, oControl),
|
|
34
|
-
|
|
34
|
+
oPicker = oControl.getPicker();
|
|
35
35
|
|
|
36
|
-
if (
|
|
37
|
-
mAccessibilityState.controls =
|
|
36
|
+
if (oPicker) {
|
|
37
|
+
mAccessibilityState.controls = oPicker.getId();
|
|
38
38
|
}
|
|
39
39
|
return mAccessibilityState;
|
|
40
40
|
};
|
|
@@ -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
|
sap.ui.define(['./ComboBoxBaseRenderer', 'sap/ui/core/Renderer', 'sap/m/inputUtils/ListHelpers'
|
|
@@ -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
|
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* @extends sap.m.InputBase
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.110.0
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @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
|
|
|
@@ -20,7 +20,7 @@ sap.ui.define(['sap/m/DynamicDateOption'],
|
|
|
20
20
|
* @extends sap.m.DynamicDateOption
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.110.0
|
|
24
24
|
*
|
|
25
25
|
* @public
|
|
26
26
|
* @since 1.92
|
|
@@ -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
|
|
|
@@ -24,7 +24,7 @@ sap.ui.define(['./ListItemBase', './library', './CustomListItemRenderer'],
|
|
|
24
24
|
* @extends sap.m.ListItemBase
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.110.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -42,7 +42,7 @@ sap.ui.define(['./ListItemBase', './library', './CustomListItemRenderer'],
|
|
|
42
42
|
* <b>Note:</b> If defined, then only the provided custom accessibility description is announced when there is a focus on the list item.
|
|
43
43
|
* @since 1.84
|
|
44
44
|
*/
|
|
45
|
-
accDescription: {
|
|
45
|
+
accDescription: {type: "string", group: "Behavior"}
|
|
46
46
|
},
|
|
47
47
|
aggregations : {
|
|
48
48
|
|
package/src/sap/m/CustomTile.js
CHANGED
|
@@ -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
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define(['./Tile', './library', './CustomTileRenderer'],
|
|
|
21
21
|
* Use the CustomTile control to display application specific content in the Tile control.
|
|
22
22
|
* The tile width is 8.5em and height is 10em.
|
|
23
23
|
* @extends sap.m.Tile
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.110.0
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @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
|
sap.ui.define(['./TileRenderer', 'sap/ui/core/Renderer'],
|
|
@@ -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([
|
|
|
23
23
|
* <code>Table, Form</code> etc, should not be aggregated as content.
|
|
24
24
|
* @extends sap.m.TreeItemBase
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.110.0
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
29
29
|
* @since 1.48.0
|
package/src/sap/m/DatePicker.js
CHANGED
|
@@ -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
|
|
|
@@ -154,7 +154,7 @@ sap.ui.define([
|
|
|
154
154
|
* the close event), or select Cancel.
|
|
155
155
|
*
|
|
156
156
|
* @extends sap.m.DateTimeField
|
|
157
|
-
* @version 1.
|
|
157
|
+
* @version 1.110.0
|
|
158
158
|
*
|
|
159
159
|
* @constructor
|
|
160
160
|
* @public
|
|
@@ -182,7 +182,7 @@ sap.ui.define([
|
|
|
182
182
|
* If not set, the dates are only displayed in the primary calendar type
|
|
183
183
|
* @since 1.34.1
|
|
184
184
|
*/
|
|
185
|
-
secondaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"
|
|
185
|
+
secondaryCalendarType : {type : "sap.ui.core.CalendarType", group : "Appearance"},
|
|
186
186
|
|
|
187
187
|
/**
|
|
188
188
|
* Minimum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
|
|
@@ -353,7 +353,7 @@ sap.ui.define([
|
|
|
353
353
|
*
|
|
354
354
|
* <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
|
|
355
355
|
*
|
|
356
|
-
* @returns {
|
|
356
|
+
* @returns {Date} the value of property <code>dateValue</code>
|
|
357
357
|
* @public
|
|
358
358
|
* @name sap.m.DatePicker#getDateValue
|
|
359
359
|
* @function
|
|
@@ -377,7 +377,8 @@ sap.ui.define([
|
|
|
377
377
|
src: this.getIconSrc(),
|
|
378
378
|
noTabStop: true,
|
|
379
379
|
decorative: false,
|
|
380
|
-
useIconTooltip: false
|
|
380
|
+
useIconTooltip: false,
|
|
381
|
+
alt: oResourceBundle.getText("OPEN_PICKER_TEXT")
|
|
381
382
|
});
|
|
382
383
|
|
|
383
384
|
// idicates whether the picker is still open
|
|
@@ -489,7 +490,7 @@ sap.ui.define([
|
|
|
489
490
|
* Sets the displayFormat of the DatePicker.
|
|
490
491
|
*
|
|
491
492
|
* @param {string} sDisplayFormat new value for <code>displayFormat</code>
|
|
492
|
-
* @returns {this} <code>this</code>
|
|
493
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
493
494
|
* @public
|
|
494
495
|
*/
|
|
495
496
|
DatePicker.prototype.setDisplayFormat = function(sDisplayFormat) {
|
|
@@ -511,7 +512,7 @@ sap.ui.define([
|
|
|
511
512
|
* Defines the width of the DatePicker. Default value is 100%
|
|
512
513
|
*
|
|
513
514
|
* @param {string} sWidth new value for <code>width</code>
|
|
514
|
-
* @returns {this} <code>this</code>
|
|
515
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
515
516
|
* @public
|
|
516
517
|
*/
|
|
517
518
|
DatePicker.prototype.setWidth = function(sWidth) {
|
|
@@ -660,7 +661,7 @@ sap.ui.define([
|
|
|
660
661
|
* This prevents unwanted automatic corrections of wrong input.
|
|
661
662
|
*
|
|
662
663
|
* @param {string} sValue The new value of the input.
|
|
663
|
-
* @
|
|
664
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
664
665
|
* @public
|
|
665
666
|
* @name sap.m.DatePicker#setValue
|
|
666
667
|
* @function
|
|
@@ -685,6 +686,11 @@ sap.ui.define([
|
|
|
685
686
|
return oDate;
|
|
686
687
|
};
|
|
687
688
|
|
|
689
|
+
/**
|
|
690
|
+
* Set minimum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
|
|
691
|
+
* @param {Date} oDate A JavaScript Date
|
|
692
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
693
|
+
*/
|
|
688
694
|
DatePicker.prototype.setMinDate = function(oDate) {
|
|
689
695
|
|
|
690
696
|
if (!this._isValidDate(oDate)) {
|
|
@@ -726,6 +732,11 @@ sap.ui.define([
|
|
|
726
732
|
|
|
727
733
|
};
|
|
728
734
|
|
|
735
|
+
/**
|
|
736
|
+
* Set maximum date that can be shown and selected in the <code>DatePicker</code>. This must be a JavaScript date object.
|
|
737
|
+
* @param {Date} oDate A JavaScript Date
|
|
738
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
739
|
+
*/
|
|
729
740
|
DatePicker.prototype.setMaxDate = function(oDate) {
|
|
730
741
|
|
|
731
742
|
if (!this._isValidDate(oDate)) {
|
|
@@ -890,7 +901,7 @@ sap.ui.define([
|
|
|
890
901
|
*
|
|
891
902
|
* @since 1.38.5
|
|
892
903
|
* @param {sap.ui.unified.DateTypeRange} oSpecialDate the specialDate to add; if empty, nothing is added
|
|
893
|
-
* @
|
|
904
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
894
905
|
* @public
|
|
895
906
|
*/
|
|
896
907
|
DatePicker.prototype.addSpecialDate = function(oSpecialDate){
|
|
@@ -913,7 +924,7 @@ sap.ui.define([
|
|
|
913
924
|
* @param {int} iIndex the 0-based index the <code>specialDate</code> should be inserted at;
|
|
914
925
|
* for a negative value of <code>iIndex</code>, the <code>specialDate</code> is inserted at position 0;
|
|
915
926
|
* for a value greater than the current size of the aggregation, the <code>specialDate</code> is inserted at the last position
|
|
916
|
-
* @
|
|
927
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
917
928
|
* @public
|
|
918
929
|
*/
|
|
919
930
|
DatePicker.prototype.insertSpecialDate = function(oSpecialDate, iIndex){
|
|
@@ -972,7 +983,7 @@ sap.ui.define([
|
|
|
972
983
|
* @since 1.38.5
|
|
973
984
|
* @param {sap.ui.core.ID | sap.ui.unified.CalendarLegend} oLegend ID of an element which becomes the new target of this <code>legend</code> association;
|
|
974
985
|
* alternatively, an element instance may be given
|
|
975
|
-
* @
|
|
986
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
976
987
|
* @public
|
|
977
988
|
*/
|
|
978
989
|
DatePicker.prototype.setLegend = function(oLegend){
|
|
@@ -1384,7 +1395,7 @@ sap.ui.define([
|
|
|
1384
1395
|
|
|
1385
1396
|
/**
|
|
1386
1397
|
* @see sap.ui.core.Control#getAccessibilityInfo
|
|
1387
|
-
* @returns {
|
|
1398
|
+
* @returns {sap.ui.core.AccessibilityInfo} Current accessibility state of the control.
|
|
1388
1399
|
* @protected
|
|
1389
1400
|
*/
|
|
1390
1401
|
DatePicker.prototype.getAccessibilityInfo = function() {
|
|
@@ -1702,7 +1713,7 @@ sap.ui.define([
|
|
|
1702
1713
|
* </ul>
|
|
1703
1714
|
*
|
|
1704
1715
|
* @param {object} [mArguments] the arguments to pass along with the event.
|
|
1705
|
-
* @
|
|
1716
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
1706
1717
|
* @protected
|
|
1707
1718
|
* @name sap.m.DatePicker#fireChange
|
|
1708
1719
|
* @function
|
|
@@ -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
|
sap.ui.define(['sap/ui/core/Renderer', './InputBaseRenderer', 'sap/ui/core/library'],
|
|
@@ -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
|
|
|
@@ -130,8 +130,8 @@ sap.ui.define([
|
|
|
130
130
|
* compact mode and provides a touch-friendly size in cozy mode.
|
|
131
131
|
*
|
|
132
132
|
* @extends sap.m.DatePicker
|
|
133
|
-
* @version 1.
|
|
134
|
-
* @version 1.
|
|
133
|
+
* @version 1.110.0
|
|
134
|
+
* @version 1.110.0
|
|
135
135
|
*
|
|
136
136
|
* @constructor
|
|
137
137
|
* @public
|
|
@@ -298,7 +298,7 @@ sap.ui.define([
|
|
|
298
298
|
* If this property is used, the <code>dateValue</code> property should not be changed from the caller.
|
|
299
299
|
*
|
|
300
300
|
* @param {string} sValue The new value of the input.
|
|
301
|
-
* @
|
|
301
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
302
302
|
* @public
|
|
303
303
|
*/
|
|
304
304
|
DateRangeSelection.prototype.setValue = function(sValue) {
|
|
@@ -360,8 +360,8 @@ sap.ui.define([
|
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
362
|
* Converts the parameter to a Javascript Date, if it is a timestamp integer.
|
|
363
|
-
* @param {
|
|
364
|
-
* @returns {
|
|
363
|
+
* @param {Date|int} vBindingDate A timestamp or a Javascript Date
|
|
364
|
+
* @returns {Date} A Javascript Date object
|
|
365
365
|
* @private
|
|
366
366
|
*/
|
|
367
367
|
function _normalizeDateValue(vBindingDate) {
|
|
@@ -370,8 +370,8 @@ sap.ui.define([
|
|
|
370
370
|
|
|
371
371
|
/**
|
|
372
372
|
* Converts the parameter to a timestamp integer, if it is a Javascript Date.
|
|
373
|
-
* @param {
|
|
374
|
-
* @returns {
|
|
373
|
+
* @param {Date|int} vBindingDate A timestamp or a Javascript Date
|
|
374
|
+
* @returns {int} A timestamp integer
|
|
375
375
|
* @private
|
|
376
376
|
*/
|
|
377
377
|
function _denormalizeDateValue(vBindingDate) {
|
|
@@ -383,7 +383,7 @@ sap.ui.define([
|
|
|
383
383
|
*
|
|
384
384
|
* <b>Note:</b> Property <code>valueFormat</code> is not supported in the <code>sap.m.DateRangeSelection</code> control.
|
|
385
385
|
*
|
|
386
|
-
* @
|
|
386
|
+
* @returns {string} the value of property valueFormat
|
|
387
387
|
* @public
|
|
388
388
|
* @name sap.m.DateRangeSelection#getValueFormat
|
|
389
389
|
* @function
|
|
@@ -395,7 +395,7 @@ sap.ui.define([
|
|
|
395
395
|
* <b>Note:</b> Property <code>valueFormat</code> is not supported in the <code>sap.m.DateRangeSelection</code> control.
|
|
396
396
|
*
|
|
397
397
|
* @param {string} sValueFormat New value for property valueFormat
|
|
398
|
-
* @
|
|
398
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
399
399
|
* @public
|
|
400
400
|
*/
|
|
401
401
|
DateRangeSelection.prototype.setValueFormat = function(sValueFormat) {
|
|
@@ -459,7 +459,7 @@ sap.ui.define([
|
|
|
459
459
|
*
|
|
460
460
|
* <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
|
|
461
461
|
*
|
|
462
|
-
* @returns {
|
|
462
|
+
* @returns {Date} the value of property <code>dateValue</code>
|
|
463
463
|
* @public
|
|
464
464
|
* @name sap.m.DateRangeSelection#getDateValue
|
|
465
465
|
* @function
|
|
@@ -472,8 +472,8 @@ sap.ui.define([
|
|
|
472
472
|
*
|
|
473
473
|
* <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
|
|
474
474
|
*
|
|
475
|
-
* @param {
|
|
476
|
-
* @
|
|
475
|
+
* @param {Date} oDateValue New value for property <code>dateValue</code>
|
|
476
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
477
477
|
* @public
|
|
478
478
|
*/
|
|
479
479
|
DateRangeSelection.prototype.setDateValue = function(oDateValue) {
|
|
@@ -493,6 +493,17 @@ sap.ui.define([
|
|
|
493
493
|
|
|
494
494
|
};
|
|
495
495
|
|
|
496
|
+
/**
|
|
497
|
+
* Setter for property <code>secondDateValue</code>.
|
|
498
|
+
*
|
|
499
|
+
* The start date of the range as JavaScript Date object. This is independent from any formatter.
|
|
500
|
+
*
|
|
501
|
+
* <b>Note:</b> If this property is used, the <code>value</code> property should not be changed from the caller.
|
|
502
|
+
*
|
|
503
|
+
* @param {Date} oSecondDateValue New value for property <code>dateValue</code>
|
|
504
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
505
|
+
* @public
|
|
506
|
+
*/
|
|
496
507
|
DateRangeSelection.prototype.setSecondDateValue = function(oSecondDateValue) {
|
|
497
508
|
|
|
498
509
|
if (!this._isValidDate(oSecondDateValue)) {
|
|
@@ -948,7 +959,7 @@ sap.ui.define([
|
|
|
948
959
|
|
|
949
960
|
/**
|
|
950
961
|
* @see sap.ui.core.Control#getAccessibilityInfo
|
|
951
|
-
* @returns {
|
|
962
|
+
* @returns {sap.ui.core.AccessibilityInfo} Current accessibility state of the control
|
|
952
963
|
* @protected
|
|
953
964
|
*/
|
|
954
965
|
DateRangeSelection.prototype.getAccessibilityInfo = function() {
|
|
@@ -1291,7 +1302,7 @@ sap.ui.define([
|
|
|
1291
1302
|
* </ul>
|
|
1292
1303
|
*
|
|
1293
1304
|
* @param {object} [mArguments] The arguments to pass along with the event.
|
|
1294
|
-
* @
|
|
1305
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
1295
1306
|
* @protected
|
|
1296
1307
|
* @name sap.m.DateRangeSelection#fireChange
|
|
1297
1308
|
* @function
|
|
@@ -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
|
sap.ui.define(['sap/ui/core/Renderer', './DatePickerRenderer'],
|