@openui5/sap.m 1.96.5 → 1.99.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 +26 -31
- package/THIRDPARTY.txt +15 -21
- package/package.json +4 -4
- package/src/sap/m/.library +1 -1
- package/src/sap/m/AccButton.js +1 -1
- package/src/sap/m/ActionListItem.js +2 -2
- package/src/sap/m/ActionListItemRenderer.js +1 -1
- package/src/sap/m/ActionSelect.js +1 -1
- package/src/sap/m/ActionSelectRenderer.js +1 -1
- package/src/sap/m/ActionSheet.js +5 -5
- package/src/sap/m/ActionSheetRenderer.js +1 -1
- package/src/sap/m/App.js +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
- package/src/sap/m/Avatar.js +29 -4
- package/src/sap/m/AvatarRenderer.js +9 -1
- package/src/sap/m/BadgeCustomData.js +6 -4
- package/src/sap/m/Bar.js +1 -1
- package/src/sap/m/BarRenderer.js +6 -6
- package/src/sap/m/Breadcrumbs.js +3 -2
- package/src/sap/m/BusyDialog.js +1 -1
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/BusyIndicatorRenderer.js +1 -1
- package/src/sap/m/Button.js +1 -1
- package/src/sap/m/ButtonRenderer.js +3 -3
- package/src/sap/m/Carousel.js +19 -17
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CarouselRenderer.js +6 -2
- package/src/sap/m/CheckBox.js +1 -19
- package/src/sap/m/CheckBoxRenderer.js +1 -1
- package/src/sap/m/ColorPalette.js +1 -1
- package/src/sap/m/ColorPalettePopover.js +1 -1
- package/src/sap/m/Column.js +22 -2
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- package/src/sap/m/ColumnListItem.js +1 -1
- package/src/sap/m/ColumnListItemRenderer.js +1 -1
- package/src/sap/m/ColumnPopoverActionItem.js +1 -1
- package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
- package/src/sap/m/ColumnPopoverItem.js +1 -1
- package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
- package/src/sap/m/ColumnPopoverSortItem.js +1 -1
- package/src/sap/m/ComboBox.js +37 -4
- package/src/sap/m/ComboBoxBase.js +119 -13
- package/src/sap/m/ComboBoxBaseRenderer.js +2 -2
- package/src/sap/m/ComboBoxRenderer.js +4 -4
- package/src/sap/m/ComboBoxTextField.js +21 -7
- package/src/sap/m/ComboBoxTextFieldRenderer.js +2 -2
- package/src/sap/m/CustomDynamicDateOption.js +1 -1
- package/src/sap/m/CustomListItem.js +1 -1
- package/src/sap/m/CustomListItemRenderer.js +1 -1
- package/src/sap/m/CustomTile.js +1 -1
- package/src/sap/m/CustomTileRenderer.js +1 -1
- package/src/sap/m/CustomTreeItem.js +1 -1
- package/src/sap/m/CustomTreeItemRenderer.js +1 -1
- package/src/sap/m/DatePicker.js +57 -20
- package/src/sap/m/DatePickerRenderer.js +13 -4
- package/src/sap/m/DateRangeSelection.js +2 -2
- package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
- package/src/sap/m/DateTimeField.js +12 -3
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +396 -107
- package/src/sap/m/DateTimePickerRenderer.js +40 -0
- package/src/sap/m/Dialog.js +14 -7
- package/src/sap/m/DialogRenderer.js +1 -1
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DisplayListItemRenderer.js +1 -1
- package/src/sap/m/DraftIndicator.js +1 -1
- package/src/sap/m/DraftIndicatorRenderer.js +1 -1
- package/src/sap/m/DynamicDate.js +3 -3
- package/src/sap/m/DynamicDateFormat.js +32 -5
- package/src/sap/m/DynamicDateOption.js +134 -9
- package/src/sap/m/DynamicDateRange.js +197 -74
- package/src/sap/m/DynamicDateRangeRenderer.js +1 -1
- package/src/sap/m/DynamicDateUtil.js +91 -8
- package/src/sap/m/DynamicDateValueHelpUIType.js +7 -2
- package/src/sap/m/ExpandableText.js +1 -1
- package/src/sap/m/FacetFilter.js +21 -18
- package/src/sap/m/FacetFilterItem.js +1 -1
- package/src/sap/m/FacetFilterItemRenderer.js +1 -1
- package/src/sap/m/FacetFilterList.js +2 -2
- package/src/sap/m/FacetFilterRenderer.js +10 -10
- package/src/sap/m/FeedContent.js +2 -2
- package/src/sap/m/FeedInput.js +1 -1
- package/src/sap/m/FeedInputRenderer.js +1 -1
- package/src/sap/m/FeedListItem.js +6 -6
- package/src/sap/m/FeedListItemAction.js +1 -1
- package/src/sap/m/FeedListItemRenderer.js +2 -2
- package/src/sap/m/Fiori20Adapter.js +2 -2
- package/src/sap/m/FlexBox.js +1 -1
- package/src/sap/m/FlexItemData.js +1 -1
- package/src/sap/m/FormattedText.js +4 -1
- package/src/sap/m/GenericTag.js +2 -3
- package/src/sap/m/GenericTile.js +15 -13
- package/src/sap/m/GenericTileLineModeRenderer.js +4 -12
- package/src/sap/m/GenericTileRenderer.js +12 -5
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GroupHeaderListItemRenderer.js +2 -2
- package/src/sap/m/GrowingEnablement.js +14 -0
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HBoxRenderer.js +1 -1
- package/src/sap/m/HeaderContainer.js +71 -16
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/HeaderContainerRenderer.js +1 -1
- package/src/sap/m/HyphenationSupport.js +1 -1
- package/src/sap/m/IconTabBar.js +1 -1
- package/src/sap/m/IconTabBarDragAndDropUtil.js +2 -2
- package/src/sap/m/IconTabBarSelectList.js +12 -1
- package/src/sap/m/IconTabBarSelectListRenderer.js +1 -1
- package/src/sap/m/IconTabFilter.js +7 -8
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
- package/src/sap/m/IconTabHeader.js +69 -35
- package/src/sap/m/IconTabHeaderRenderer.js +1 -1
- package/src/sap/m/IconTabSeparator.js +1 -1
- package/src/sap/m/IllustratedMessage.js +622 -0
- package/src/sap/m/IllustratedMessageRenderer.js +55 -0
- package/src/sap/m/IllustratedMessageSize.js +64 -0
- package/src/sap/m/IllustratedMessageType.js +343 -0
- package/src/sap/m/Illustration.js +117 -0
- package/src/sap/m/IllustrationPool.js +392 -0
- package/src/sap/m/IllustrationRenderer.js +43 -0
- package/src/sap/m/Image.js +1 -1
- package/src/sap/m/ImageContent.js +2 -2
- package/src/sap/m/ImageRenderer.js +1 -1
- package/src/sap/m/Input.js +56 -16
- package/src/sap/m/InputBase.js +7 -9
- package/src/sap/m/InputBaseRenderer.js +53 -38
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/InputListItemRenderer.js +1 -1
- package/src/sap/m/InputRenderer.js +12 -9
- package/src/sap/m/Label.js +24 -5
- package/src/sap/m/LabelRenderer.js +5 -1
- package/src/sap/m/LightBox.js +5 -5
- package/src/sap/m/LightBoxItem.js +2 -3
- package/src/sap/m/LightBoxRenderer.js +1 -1
- package/src/sap/m/Link.js +2 -2
- package/src/sap/m/LinkRenderer.js +1 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +15 -6
- package/src/sap/m/ListBaseRenderer.js +16 -16
- package/src/sap/m/ListItemBase.js +2 -2
- package/src/sap/m/ListItemBaseRenderer.js +23 -23
- package/src/sap/m/MaskEnabler.js +11 -11
- package/src/sap/m/MaskInput.js +9 -1
- package/src/sap/m/MaskInputRenderer.js +9 -43
- package/src/sap/m/MaskInputRule.js +5 -5
- package/src/sap/m/Menu.js +3 -3
- package/src/sap/m/MenuButton.js +6 -2
- package/src/sap/m/MenuButtonRenderer.js +1 -1
- package/src/sap/m/MenuItem.js +1 -1
- package/src/sap/m/MenuListItem.js +1 -1
- package/src/sap/m/MenuListItemRenderer.js +2 -2
- package/src/sap/m/MessageItem.js +1 -1
- package/src/sap/m/MessageListItem.js +1 -1
- package/src/sap/m/MessagePage.js +35 -6
- package/src/sap/m/MessagePageRenderer.js +1 -1
- package/src/sap/m/MessagePopover.js +5 -2
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessagePopoverRenderer.js +1 -1
- package/src/sap/m/MessageStrip.js +1 -1
- package/src/sap/m/MessageStripRenderer.js +1 -1
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +10 -5
- package/src/sap/m/MultiComboBox.js +73 -44
- package/src/sap/m/MultiComboBoxRenderer.js +8 -4
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +53 -40
- package/src/sap/m/NavContainer.js +1 -1
- package/src/sap/m/NavContainerRenderer.js +1 -1
- package/src/sap/m/NewsContent.js +2 -2
- package/src/sap/m/NotificationList.js +1 -1
- package/src/sap/m/NotificationListBase.js +1 -1
- package/src/sap/m/NotificationListGroup.js +1 -1
- package/src/sap/m/NotificationListGroupRenderer.js +2 -1
- package/src/sap/m/NotificationListItem.js +1 -1
- package/src/sap/m/NotificationListItemRenderer.js +1 -1
- package/src/sap/m/NotificationListRenderer.js +2 -2
- package/src/sap/m/NumericContent.js +2 -2
- package/src/sap/m/NumericContentRenderer.js +10 -10
- package/src/sap/m/NumericInput.js +1 -1
- package/src/sap/m/NumericInputRenderer.js +5 -1
- package/src/sap/m/ObjectAttribute.js +20 -15
- package/src/sap/m/ObjectAttributeRenderer.js +15 -8
- package/src/sap/m/ObjectHeader.js +1 -1
- package/src/sap/m/ObjectHeaderRenderer.js +3 -3
- package/src/sap/m/ObjectIdentifier.js +1 -1
- package/src/sap/m/ObjectIdentifierRenderer.js +1 -1
- package/src/sap/m/ObjectListItem.js +1 -1
- package/src/sap/m/ObjectListItemRenderer.js +2 -2
- package/src/sap/m/ObjectMarker.js +20 -3
- package/src/sap/m/ObjectMarkerRenderer.js +1 -1
- package/src/sap/m/ObjectNumber.js +1 -1
- package/src/sap/m/ObjectNumberRenderer.js +2 -3
- package/src/sap/m/ObjectStatus.js +1 -1
- package/src/sap/m/ObjectStatusRenderer.js +1 -1
- package/src/sap/m/OverflowToolbar.js +19 -3
- package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
- package/src/sap/m/OverflowToolbarButton.js +1 -1
- package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
- package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/P13nAnyFilterItem.js +1 -1
- package/src/sap/m/P13nColumnsItem.js +1 -1
- package/src/sap/m/P13nColumnsPanel.js +3 -1
- package/src/sap/m/P13nConditionPanel.js +4 -4
- package/src/sap/m/P13nDialog.js +3 -2
- package/src/sap/m/P13nDimMeasureItem.js +1 -1
- package/src/sap/m/P13nDimMeasurePanel.js +1 -1
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +12 -7
- package/src/sap/m/P13nGroupItem.js +1 -1
- package/src/sap/m/P13nGroupPanel.js +5 -4
- package/src/sap/m/P13nItem.js +1 -1
- package/src/sap/m/P13nPanel.js +4 -1
- package/src/sap/m/P13nSelectionItem.js +1 -1
- package/src/sap/m/P13nSelectionPanel.js +1 -1
- package/src/sap/m/P13nSortItem.js +1 -1
- package/src/sap/m/P13nSortPanel.js +3 -2
- package/src/sap/m/PDFViewer.js +4 -3
- package/src/sap/m/Page.js +1 -1
- package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/m/PagingButton.js +1 -1
- package/src/sap/m/Panel.js +1 -1
- package/src/sap/m/PanelRenderer.js +1 -1
- package/src/sap/m/PlanningCalendar.js +20 -3
- package/src/sap/m/PlanningCalendarHeader.js +1 -1
- package/src/sap/m/PlanningCalendarLegend.js +25 -5
- package/src/sap/m/PlanningCalendarLegendRenderer.js +2 -2
- package/src/sap/m/PlanningCalendarRow.js +8 -3
- package/src/sap/m/PlanningCalendarView.js +1 -1
- package/src/sap/m/Popover.js +12 -1
- package/src/sap/m/PopoverRenderer.js +1 -1
- package/src/sap/m/ProgressIndicator.js +3 -3
- package/src/sap/m/ProgressIndicatorRenderer.js +1 -1
- package/src/sap/m/PullToRefresh.js +1 -1
- package/src/sap/m/PullToRefreshRenderer.js +2 -2
- package/src/sap/m/QuickView.js +1 -1
- package/src/sap/m/QuickViewBase.js +1 -1
- package/src/sap/m/QuickViewCard.js +1 -1
- package/src/sap/m/QuickViewCardRenderer.js +1 -1
- package/src/sap/m/QuickViewGroup.js +1 -1
- package/src/sap/m/QuickViewGroupElement.js +1 -1
- package/src/sap/m/QuickViewPage.js +1 -1
- package/src/sap/m/QuickViewPageRenderer.js +1 -1
- package/src/sap/m/RadioButton.js +1 -1
- package/src/sap/m/RadioButtonGroup.js +1 -1
- package/src/sap/m/RadioButtonRenderer.js +1 -1
- package/src/sap/m/RangeSlider.js +4 -5
- package/src/sap/m/RangeSliderRenderer.js +5 -5
- package/src/sap/m/RatingIndicator.js +1 -1
- package/src/sap/m/RatingIndicatorRenderer.js +1 -1
- package/src/sap/m/ResponsivePopover.js +1 -1
- package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
- package/src/sap/m/ResponsiveScale.js +1 -1
- package/src/sap/m/ScrollBar.js +2 -2
- package/src/sap/m/ScrollBarRenderer.js +1 -1
- package/src/sap/m/ScrollContainer.js +1 -1
- package/src/sap/m/ScrollContainerRenderer.js +1 -1
- package/src/sap/m/SearchField.js +2 -2
- package/src/sap/m/SegmentedButton.js +24 -3
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/SegmentedButtonRenderer.js +1 -1
- package/src/sap/m/Select.js +28 -10
- package/src/sap/m/SelectDialog.js +2 -2
- package/src/sap/m/SelectDialogBase.js +1 -1
- package/src/sap/m/SelectList.js +4 -3
- package/src/sap/m/SelectListRenderer.js +5 -5
- package/src/sap/m/SelectRenderer.js +5 -5
- package/src/sap/m/SelectionDetails.js +1 -1
- package/src/sap/m/SelectionDetailsFacade.js +2 -2
- package/src/sap/m/SelectionDetailsItem.js +1 -1
- package/src/sap/m/SelectionDetailsItemLine.js +1 -1
- package/src/sap/m/SelectionDetailsRenderer.js +1 -1
- package/src/sap/m/Shell.js +4 -4
- package/src/sap/m/ShellRenderer.js +1 -1
- package/src/sap/m/SimpleFixFlex.js +1 -1
- package/src/sap/m/SimpleFixFlexRenderer.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +59 -3
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +56 -47
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +22 -19
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +13 -3
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +10 -5
- package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarView.js +13 -2
- package/src/sap/m/SinglePlanningCalendarWeekView.js +15 -4
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
- package/src/sap/m/SlideTile.js +1 -1
- package/src/sap/m/SlideTileRenderer.js +1 -1
- package/src/sap/m/Slider.js +1 -1
- package/src/sap/m/SliderRenderer.js +9 -9
- package/src/sap/m/SliderTooltip.js +3 -3
- package/src/sap/m/SliderTooltipBase.js +1 -1
- package/src/sap/m/SliderTooltipBaseRenderer.js +2 -2
- 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/SplitApp.js +1 -1
- package/src/sap/m/SplitButton.js +3 -1
- package/src/sap/m/SplitButtonRenderer.js +1 -1
- package/src/sap/m/SplitContainer.js +21 -28
- package/src/sap/m/StandardDynamicDateOption.js +342 -78
- package/src/sap/m/StandardListItem.js +34 -1
- package/src/sap/m/StandardListItemRenderer.js +12 -10
- package/src/sap/m/StandardTile.js +1 -1
- package/src/sap/m/StandardTileRenderer.js +1 -1
- package/src/sap/m/StandardTreeItem.js +1 -1
- package/src/sap/m/StepInput.js +1 -1
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +2 -9
- package/src/sap/m/Switch.js +16 -3
- package/src/sap/m/SwitchRenderer.js +3 -3
- package/src/sap/m/TabContainer.js +1 -1
- package/src/sap/m/TabContainerItem.js +33 -5
- package/src/sap/m/TabContainerRenderer.js +2 -2
- package/src/sap/m/TabStrip.js +1 -1
- package/src/sap/m/TabStripItem.js +11 -15
- package/src/sap/m/TabStripRenderer.js +2 -2
- package/src/sap/m/Table.js +54 -11
- package/src/sap/m/TablePersoController.js +1 -1
- package/src/sap/m/TablePersoDialog.js +1 -1
- package/src/sap/m/TablePersoProvider.js +1 -1
- package/src/sap/m/TableRenderer.js +4 -3
- package/src/sap/m/TableSelectDialog.js +17 -17
- package/src/sap/m/Text.js +1 -1
- package/src/sap/m/TextArea.js +3 -38
- package/src/sap/m/TextAreaRenderer.js +1 -1
- package/src/sap/m/Tile.js +1 -1
- package/src/sap/m/TileContainer.js +1 -1
- package/src/sap/m/TileContainerRenderer.js +1 -1
- package/src/sap/m/TileContent.js +4 -4
- package/src/sap/m/TileContentRenderer.js +3 -3
- package/src/sap/m/TileRenderer.js +1 -1
- package/src/sap/m/TimePicker.js +67 -8
- package/src/sap/m/TimePickerClock.js +5 -6
- package/src/sap/m/TimePickerClockRenderer.js +1 -1
- package/src/sap/m/TimePickerClocks.js +11 -5
- package/src/sap/m/TimePickerClocksRenderer.js +5 -3
- package/src/sap/m/TimePickerInputs.js +6 -1
- package/src/sap/m/TimePickerInputsRenderer.js +3 -1
- package/src/sap/m/TimePickerInternals.js +57 -7
- package/src/sap/m/TimePickerRenderer.js +7 -13
- package/src/sap/m/TimePickerSlider.js +2 -2
- package/src/sap/m/TimePickerSliderRenderer.js +2 -2
- package/src/sap/m/TimePickerSliders.js +7 -5
- package/src/sap/m/TimePickerSlidersRenderer.js +1 -1
- package/src/sap/m/Title.js +1 -5
- package/src/sap/m/TitlePropagationSupport.js +1 -1
- package/src/sap/m/TitleRenderer.js +1 -1
- package/src/sap/m/ToggleButton.js +1 -1
- package/src/sap/m/ToggleButtonRenderer.js +1 -1
- package/src/sap/m/Token.js +1 -2
- package/src/sap/m/TokenRenderer.js +21 -3
- package/src/sap/m/Tokenizer.js +3 -4
- package/src/sap/m/TokenizerRenderer.js +40 -6
- package/src/sap/m/Toolbar.js +5 -5
- package/src/sap/m/ToolbarLayoutData.js +1 -1
- package/src/sap/m/ToolbarRenderer.js +3 -3
- package/src/sap/m/ToolbarSeparator.js +1 -1
- package/src/sap/m/ToolbarSpacer.js +1 -1
- package/src/sap/m/Tree.js +1 -1
- package/src/sap/m/TreeItemBase.js +6 -6
- package/src/sap/m/TreeItemBaseRenderer.js +2 -2
- package/src/sap/m/TreeRenderer.js +2 -2
- package/src/sap/m/UploadCollection.js +1 -1
- package/src/sap/m/UploadCollectionItem.js +1 -1
- package/src/sap/m/UploadCollectionParameter.js +1 -1
- package/src/sap/m/UploadCollectionRenderer.js +1 -1
- package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
- package/src/sap/m/VBox.js +1 -1
- package/src/sap/m/VBoxRenderer.js +1 -1
- package/src/sap/m/ValueStateHeader.js +1 -1
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +31 -19
- package/src/sap/m/ViewSettingsDialogRenderer.js +1 -1
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +1 -1
- package/src/sap/m/VisibleItem.js +1 -1
- package/src/sap/m/WheelSlider.js +1 -1
- package/src/sap/m/WheelSliderContainer.js +1 -1
- package/src/sap/m/WheelSliderContainerRenderer.js +1 -1
- package/src/sap/m/WheelSliderRenderer.js +2 -2
- package/src/sap/m/Wizard.js +5 -3
- package/src/sap/m/WizardProgressNavigator.js +1 -1
- package/src/sap/m/WizardStep.js +1 -1
- package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/m/changeHandler/CombineButtons.js +1 -1
- package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +16 -4
- package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
- package/src/sap/m/delegate/ValueStateMessage.js +1 -1
- package/src/sap/m/designtime/Button.designtime.js +1 -1
- package/src/sap/m/designtime/IconTabBar.designtime.js +2 -1
- package/src/sap/m/designtime/StandardListItem.designtime.js +5 -1
- package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +0 -6
- package/src/sap/m/library.js +380 -50
- package/src/sap/m/messagebundle.properties +357 -64
- package/src/sap/m/messagebundle_ar.properties +206 -23
- package/src/sap/m/messagebundle_bg.properties +222 -39
- package/src/sap/m/messagebundle_ca.properties +216 -33
- package/src/sap/m/messagebundle_cs.properties +216 -33
- package/src/sap/m/messagebundle_cy.properties +204 -21
- package/src/sap/m/messagebundle_da.properties +208 -25
- package/src/sap/m/messagebundle_de.properties +196 -13
- package/src/sap/m/messagebundle_el.properties +238 -55
- package/src/sap/m/messagebundle_en.properties +238 -55
- package/src/sap/m/messagebundle_en_GB.properties +238 -55
- package/src/sap/m/messagebundle_en_US_sappsd.properties +247 -57
- package/src/sap/m/messagebundle_en_US_saprigi.properties +239 -56
- package/src/sap/m/messagebundle_en_US_saptrc.properties +262 -58
- package/src/sap/m/messagebundle_es.properties +222 -39
- package/src/sap/m/messagebundle_es_MX.properties +220 -37
- package/src/sap/m/messagebundle_et.properties +196 -13
- package/src/sap/m/messagebundle_fi.properties +200 -17
- package/src/sap/m/messagebundle_fr.properties +223 -40
- package/src/sap/m/messagebundle_fr_CA.properties +202 -19
- package/src/sap/m/messagebundle_hi.properties +202 -19
- package/src/sap/m/messagebundle_hr.properties +209 -26
- package/src/sap/m/messagebundle_hu.properties +220 -37
- package/src/sap/m/messagebundle_id.properties +251 -68
- package/src/sap/m/messagebundle_it.properties +211 -28
- package/src/sap/m/messagebundle_iw.properties +206 -23
- package/src/sap/m/messagebundle_ja.properties +199 -16
- package/src/sap/m/messagebundle_kk.properties +194 -11
- package/src/sap/m/messagebundle_ko.properties +213 -30
- package/src/sap/m/messagebundle_lt.properties +201 -18
- package/src/sap/m/messagebundle_lv.properties +203 -20
- package/src/sap/m/messagebundle_ms.properties +238 -55
- package/src/sap/m/messagebundle_nl.properties +204 -21
- package/src/sap/m/messagebundle_no.properties +200 -17
- package/src/sap/m/messagebundle_pl.properties +206 -23
- package/src/sap/m/messagebundle_pt.properties +235 -52
- package/src/sap/m/messagebundle_pt_PT.properties +204 -21
- package/src/sap/m/messagebundle_ro.properties +209 -26
- package/src/sap/m/messagebundle_ru.properties +204 -21
- package/src/sap/m/messagebundle_sh.properties +196 -13
- package/src/sap/m/messagebundle_sk.properties +204 -21
- package/src/sap/m/messagebundle_sl.properties +201 -18
- package/src/sap/m/messagebundle_sv.properties +196 -13
- package/src/sap/m/messagebundle_th.properties +204 -21
- package/src/sap/m/messagebundle_tr.properties +201 -18
- package/src/sap/m/messagebundle_uk.properties +194 -11
- package/src/sap/m/messagebundle_vi.properties +209 -26
- package/src/sap/m/messagebundle_zh_CN.properties +196 -13
- package/src/sap/m/messagebundle_zh_TW.properties +201 -18
- package/src/sap/m/p13n/AbstractContainer.js +73 -23
- package/src/sap/m/p13n/AbstractContainerItem.js +81 -82
- package/src/sap/m/p13n/BasePanel.js +65 -46
- package/src/sap/m/p13n/Container.js +75 -20
- package/src/sap/m/p13n/GroupPanel.js +34 -7
- package/src/sap/m/p13n/Popup.js +361 -0
- package/src/sap/m/p13n/QueryPanel.js +64 -30
- package/src/sap/m/p13n/SelectionPanel.js +14 -11
- package/src/sap/m/p13n/SortPanel.js +33 -7
- package/src/sap/m/plugins/ColumnResizer.js +1 -1
- package/src/sap/m/plugins/DataStateIndicator.js +1 -1
- package/src/sap/m/plugins/PasteProvider.js +1 -1
- package/src/sap/m/plugins/PluginBase.js +1 -1
- package/src/sap/m/routing/RouteMatchedHandler.js +1 -1
- package/src/sap/m/routing/Router.js +9 -7
- package/src/sap/m/routing/TargetHandler.js +4 -4
- package/src/sap/m/routing/Targets.js +52 -42
- package/src/sap/m/routing/async/Targets.js +3 -3
- package/src/sap/m/routing/sync/Targets.js +3 -3
- package/src/sap/m/rules/MessagePage.support.js +1 -1
- package/src/sap/m/semantic/AddAction.js +1 -1
- package/src/sap/m/semantic/CancelAction.js +1 -1
- package/src/sap/m/semantic/DeleteAction.js +1 -1
- package/src/sap/m/semantic/DetailPage.js +1 -1
- package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/m/semantic/EditAction.js +1 -1
- package/src/sap/m/semantic/FavoriteAction.js +1 -1
- package/src/sap/m/semantic/FilterAction.js +1 -1
- package/src/sap/m/semantic/FilterSelect.js +1 -1
- package/src/sap/m/semantic/FlagAction.js +1 -1
- package/src/sap/m/semantic/ForwardAction.js +1 -1
- package/src/sap/m/semantic/FullscreenPage.js +1 -1
- package/src/sap/m/semantic/GroupAction.js +1 -1
- package/src/sap/m/semantic/GroupSelect.js +1 -1
- package/src/sap/m/semantic/MainAction.js +1 -1
- package/src/sap/m/semantic/MasterPage.js +1 -1
- package/src/sap/m/semantic/MessagesIndicator.js +1 -1
- package/src/sap/m/semantic/MultiSelectAction.js +1 -1
- package/src/sap/m/semantic/NegativeAction.js +1 -1
- package/src/sap/m/semantic/OpenInAction.js +1 -1
- package/src/sap/m/semantic/PositiveAction.js +1 -1
- package/src/sap/m/semantic/PrintAction.js +1 -1
- package/src/sap/m/semantic/SaveAction.js +1 -1
- package/src/sap/m/semantic/Segment.js +1 -1
- package/src/sap/m/semantic/SegmentedContainer.js +1 -1
- package/src/sap/m/semantic/SemanticButton.js +1 -1
- package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/m/semantic/SemanticControl.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/semantic/SemanticPage.js +1 -1
- package/src/sap/m/semantic/SemanticSelect.js +1 -1
- package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/m/semantic/SendEmailAction.js +1 -1
- package/src/sap/m/semantic/SendMessageAction.js +1 -1
- package/src/sap/m/semantic/ShareInJamAction.js +1 -1
- package/src/sap/m/semantic/ShareMenu.js +1 -1
- package/src/sap/m/semantic/ShareMenuPage.js +1 -1
- package/src/sap/m/semantic/SortAction.js +1 -1
- package/src/sap/m/semantic/SortSelect.js +1 -1
- package/src/sap/m/table/Util.js +2 -2
- package/src/sap/m/table/columnmenu/ActionItem.js +68 -0
- package/src/sap/m/table/columnmenu/Entry.js +101 -0
- package/src/sap/m/table/columnmenu/Item.js +130 -0
- package/src/sap/m/table/columnmenu/ItemBase.js +152 -0
- package/src/sap/m/table/columnmenu/Menu.js +377 -0
- package/src/sap/m/table/columnmenu/MenuRenderer.js +81 -0
- package/src/sap/m/table/columnmenu/QuickAction.js +54 -0
- package/src/sap/m/table/columnmenu/QuickActionBase.js +54 -0
- package/src/sap/m/table/columnmenu/QuickActionItem.js +51 -0
- package/src/sap/m/table/columnmenu/QuickGroup.js +133 -0
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +47 -0
- package/src/sap/m/table/columnmenu/QuickSort.js +80 -0
- package/src/sap/m/table/columnmenu/QuickSortItem.js +117 -0
- package/src/sap/m/table/columnmenu/QuickTotal.js +142 -0
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +47 -0
- package/src/sap/m/themes/base/AbstractContainer.less +14 -0
- package/src/sap/m/themes/base/Breadcrumbs.less +2 -2
- package/src/sap/m/themes/base/Carousel.less +5 -0
- package/src/sap/m/themes/base/ColumnMenu.less +37 -0
- package/src/sap/m/themes/base/ComboBox.less +2 -2
- package/src/sap/m/themes/base/ComboBoxBase.less +31 -0
- package/src/sap/m/themes/base/DatePicker.less +4 -0
- package/src/sap/m/themes/base/DateTimePicker.less +175 -5
- package/src/sap/m/themes/base/DynamicDateRange.less +11 -1
- package/src/sap/m/themes/base/FeedListItem.less +1 -1
- package/src/sap/m/themes/base/GenericTile.less +50 -3
- package/src/sap/m/themes/base/HeaderContainer.less +25 -0
- package/src/sap/m/themes/base/IconTabBar.less +4 -3
- package/src/sap/m/themes/base/IllustratedMessage.less +110 -0
- package/src/sap/m/themes/base/Illustration.less +58 -0
- package/src/sap/m/themes/base/Input.less +2 -2
- package/src/sap/m/themes/base/Label.less +10 -3
- package/src/sap/m/themes/base/MultiComboBox.less +3 -3
- package/src/sap/m/themes/base/NavContainer.less +0 -9
- package/src/sap/m/themes/base/NewsContent.less +7 -0
- package/src/sap/m/themes/base/ObjectAttribute.less +7 -16
- package/src/sap/m/themes/base/ObjectStatus.less +4 -4
- package/src/sap/m/themes/base/P13nDialog.less +1 -5
- package/src/sap/m/themes/base/Page.less +0 -1
- package/src/sap/m/themes/base/ProgressIndicator.less +3 -2
- package/src/sap/m/themes/base/RadioButton.less +7 -2
- package/src/sap/m/themes/base/ScrollContainer.less +1 -3
- package/src/sap/m/themes/base/SegmentedButton.less +0 -16
- package/src/sap/m/themes/base/Select.less +2 -1
- package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +16 -16
- package/src/sap/m/themes/base/StandardListItem.less +4 -0
- package/src/sap/m/themes/base/TextArea.less +1 -1
- package/src/sap/m/themes/base/TileContent.less +4 -0
- package/src/sap/m/themes/base/TimePicker.less +3 -0
- package/src/sap/m/themes/base/TimePickerClock.less +4 -0
- package/src/sap/m/themes/base/TimePickerClocks.less +3 -3
- package/src/sap/m/themes/base/TimePickerInputs.less +4 -0
- package/src/sap/m/themes/base/ValueStateHeader.less +1 -3
- package/src/sap/m/themes/base/ViewSettingsDialog.less +5 -1
- package/src/sap/m/themes/base/WizardProgressNavigator.less +1 -1
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-BalloonSky.svg +33 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-BeforeSearch.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyCalendar.svg +73 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyList.svg +21 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +78 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-FilterTable.svg +41 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoActivities.svg +18 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoData.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoEntries.svg +18 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoFilterResults.svg +24 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoMail.svg +11 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoNotifications.svg +14 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoSavedItems.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoSearchResults.svg +15 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoTasks.svg +18 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoTasks_v1.svg +53 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-PageNotFound.svg +29 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-ReloadScreen.svg +34 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SearchFolder.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleBell.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleCalendar.svg +47 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SleepingBell.svg +23 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SuccessHighFive.svg +45 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SuccessScreen.svg +32 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-Tent.svg +26 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UnableToLoad.svg +11 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +38 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UnableToUpload.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UploadCollection.svg +32 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-BalloonSky.svg +42 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-BeforeSearch.svg +31 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyCalendar.svg +86 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyList.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +91 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-FilterTable.svg +56 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoActivities.svg +28 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoData.svg +23 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoEntries.svg +32 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoFilterResults.svg +39 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoMail.svg +23 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoNotifications.svg +36 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoSavedItems.svg +36 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoSearchResults.svg +15 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoTasks.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoTasks_v1.svg +90 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-PageNotFound.svg +33 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-ReloadScreen.svg +80 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SearchFolder.svg +36 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleBell.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleCalendar.svg +43 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SleepingBell.svg +43 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SuccessHighFive.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SuccessScreen.svg +78 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-Tent.svg +54 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UnableToLoad.svg +23 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UnableToLoadImage.svg +35 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UnableToUpload.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UploadCollection.svg +30 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-BalloonSky.svg +29 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-BeforeSearch.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyCalendar.svg +42 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyList.svg +21 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +78 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-FilterTable.svg +46 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-GroupTable.svg +67 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoActivities.svg +23 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoData.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoEntries.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoFilterResults.svg +25 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoMail.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoNotifications.svg +15 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoSavedItems.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoSearchResults.svg +13 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoTasks.svg +20 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoTasks_v1.svg +15 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-PageNotFound.svg +31 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-ReloadScreen.svg +32 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-ResizeColumn.svg +41 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SearchFolder.svg +25 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleBell.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleCalendar.svg +46 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SleepingBell.svg +22 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SuccessHighFive.svg +31 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SuccessScreen.svg +32 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-Tent.svg +24 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UnableToLoad.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UnableToLoadImage.svg +36 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UnableToUpload.svg +10 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UploadCollection.svg +31 -0
- package/src/sap/m/themes/base/library.source.less +3 -0
- package/src/sap/m/themes/base/p13n.Container.less +4 -0
- package/src/sap/m/themes/sap_hcb/ComboBox.less +9 -0
- package/src/sap/m/themes/sap_hcb/ComboBoxBase.less +12 -0
- package/src/sap/m/themes/sap_hcb/Input.less +4 -0
- package/src/sap/m/themes/sap_hcb/MultiComboBox.less +8 -0
- package/src/sap/m/themes/sap_hcb/ObjectHeader.less +0 -21
- package/src/sap/m/themes/sap_hcb/SegmentedButton.less +0 -19
- package/src/sap/m/themes/sap_hcb/ValueStateHeader.less +3 -0
- package/src/sap/m/themes/sap_hcb/WizardProgressNavigator.less +0 -4
- package/src/sap/m/themes/sap_hcb/library.source.less +2 -0
- package/src/sap/m/upload/UploadSet.js +165 -37
- package/src/sap/m/upload/UploadSetItem.js +17 -5
- package/src/sap/m/upload/UploadSetRenderer.js +1 -1
- package/src/sap/m/upload/Uploader.js +25 -3
|
@@ -5,10 +5,41 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
// Provides control sap.m.StandardDynamicDateOption.
|
|
8
|
-
sap.ui.define([
|
|
9
|
-
|
|
8
|
+
sap.ui.define([
|
|
9
|
+
'sap/ui/core/library',
|
|
10
|
+
'sap/ui/core/Element',
|
|
11
|
+
'./DynamicDateOption',
|
|
12
|
+
'./Label',
|
|
13
|
+
'./StepInput',
|
|
14
|
+
'./RadioButton',
|
|
15
|
+
'./RadioButtonGroup',
|
|
16
|
+
'sap/ui/unified/Calendar',
|
|
17
|
+
'sap/ui/unified/calendar/MonthPicker',
|
|
18
|
+
'sap/ui/core/format/DateFormat',
|
|
19
|
+
'sap/ui/core/date/UniversalDateUtils',
|
|
20
|
+
'sap/ui/core/date/UniversalDate',
|
|
21
|
+
'sap/m/DynamicDateValueHelpUIType',
|
|
22
|
+
'./library'],
|
|
23
|
+
function(
|
|
24
|
+
coreLibrary,
|
|
25
|
+
Element,
|
|
26
|
+
DynamicDateOption,
|
|
27
|
+
Label,
|
|
28
|
+
StepInput,
|
|
29
|
+
RadioButton,
|
|
30
|
+
RadioButtonGroup,
|
|
31
|
+
Calendar,
|
|
32
|
+
MonthPicker,
|
|
33
|
+
DateFormat,
|
|
34
|
+
UniversalDateUtils,
|
|
35
|
+
UniversalDate,
|
|
36
|
+
DynamicDateValueHelpUIType,
|
|
37
|
+
library) {
|
|
10
38
|
"use strict";
|
|
11
39
|
|
|
40
|
+
// shortcut for sap.ui.core.VerticalAlign
|
|
41
|
+
var VerticalAlign = coreLibrary.VerticalAlign;
|
|
42
|
+
|
|
12
43
|
/**
|
|
13
44
|
* Constructor for a new StandardDynamicDateOption.
|
|
14
45
|
*
|
|
@@ -21,7 +52,7 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
21
52
|
* @extends sap.m.DynamicDateOption
|
|
22
53
|
*
|
|
23
54
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
55
|
+
* @version 1.99.0
|
|
25
56
|
*
|
|
26
57
|
* @public
|
|
27
58
|
* @alias sap.m.StandardDynamicDateOption
|
|
@@ -39,11 +70,22 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
39
70
|
|
|
40
71
|
var Keys = {
|
|
41
72
|
"DATE": "DATE",
|
|
73
|
+
"DATETIME": "DATETIME",
|
|
42
74
|
"DATERANGE": "DATERANGE",
|
|
75
|
+
"DATETIMERANGE": "DATETIMERANGE",
|
|
43
76
|
"TODAY": "TODAY",
|
|
44
77
|
"YESTERDAY": "YESTERDAY",
|
|
45
78
|
"TOMORROW": "TOMORROW",
|
|
46
79
|
"SPECIFICMONTH": "SPECIFICMONTH",
|
|
80
|
+
"SPECIFICMONTHINYEAR": "SPECIFICMONTHINYEAR",
|
|
81
|
+
"FIRSTDAYWEEK": "FIRSTDAYWEEK",
|
|
82
|
+
"LASTDAYWEEK": "LASTDAYWEEK",
|
|
83
|
+
"FIRSTDAYMONTH":"FIRSTDAYMONTH",
|
|
84
|
+
"LASTDAYMONTH":"LASTDAYMONTH",
|
|
85
|
+
"FIRSTDAYQUARTER":"FIRSTDAYQUARTER",
|
|
86
|
+
"LASTDAYQUARTER":"LASTDAYQUARTER",
|
|
87
|
+
"FIRSTDAYYEAR":"FIRSTDAYYEAR",
|
|
88
|
+
"LASTDAYYEAR":"LASTDAYYEAR",
|
|
47
89
|
"THISWEEK": "THISWEEK",
|
|
48
90
|
"THISMONTH": "THISMONTH",
|
|
49
91
|
"THISQUARTER": "THISQUARTER",
|
|
@@ -68,7 +110,10 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
68
110
|
"NEXTYEARS": "NEXTYEARS",
|
|
69
111
|
"FROM": "FROM",
|
|
70
112
|
"TO": "TO",
|
|
113
|
+
"FROMDATETIME": "FROMDATETIME",
|
|
114
|
+
"TODATETIME": "TODATETIME",
|
|
71
115
|
"YEARTODATE": "YEARTODATE",
|
|
116
|
+
"DATETOYEAR":"DATETOYEAR",
|
|
72
117
|
"TODAYFROMTO": "TODAYFROMTO",
|
|
73
118
|
"QUARTER1": "QUARTER1",
|
|
74
119
|
"QUARTER2": "QUARTER2",
|
|
@@ -87,11 +132,22 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
87
132
|
|
|
88
133
|
var _OptionsGroup = {
|
|
89
134
|
"DATE": _Groups.SingleDates,
|
|
135
|
+
"DATETIME": _Groups.SingleDates,
|
|
90
136
|
"DATERANGE": _Groups.DateRanges,
|
|
137
|
+
"DATETIMERANGE": _Groups.DateRanges,
|
|
91
138
|
"TODAY": _Groups.SingleDates,
|
|
92
139
|
"YESTERDAY": _Groups.SingleDates,
|
|
93
140
|
"TOMORROW": _Groups.SingleDates,
|
|
94
141
|
"SPECIFICMONTH": _Groups.Months,
|
|
142
|
+
"SPECIFICMONTHINYEAR": _Groups.Months,
|
|
143
|
+
"FIRSTDAYWEEK": _Groups.SingleDates,
|
|
144
|
+
"LASTDAYWEEK": _Groups.SingleDates,
|
|
145
|
+
"FIRSTDAYMONTH":_Groups.SingleDates,
|
|
146
|
+
"LASTDAYMONTH":_Groups.SingleDates,
|
|
147
|
+
"FIRSTDAYQUARTER":_Groups.SingleDates,
|
|
148
|
+
"LASTDAYQUARTER":_Groups.SingleDates,
|
|
149
|
+
"FIRSTDAYYEAR":_Groups.SingleDates,
|
|
150
|
+
"LASTDAYYEAR":_Groups.SingleDates,
|
|
95
151
|
"THISWEEK": _Groups.Weeks,
|
|
96
152
|
"THISMONTH": _Groups.Months,
|
|
97
153
|
"THISQUARTER": _Groups.Quarters,
|
|
@@ -116,7 +172,10 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
116
172
|
"NEXTYEARS": _Groups.DateRanges,
|
|
117
173
|
"FROM": _Groups.DateRanges,
|
|
118
174
|
"TO": _Groups.DateRanges,
|
|
175
|
+
"FROMDATETIME": _Groups.DateRanges,
|
|
176
|
+
"TODATETIME": _Groups.DateRanges,
|
|
119
177
|
"YEARTODATE": _Groups.DateRanges,
|
|
178
|
+
"DATETOYEAR": _Groups.DateRanges,
|
|
120
179
|
"TODAYFROMTO": _Groups.DateRanges,
|
|
121
180
|
"QUARTER1": _Groups.Quarters,
|
|
122
181
|
"QUARTER2": _Groups.Quarters,
|
|
@@ -134,6 +193,16 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
134
193
|
|
|
135
194
|
StandardDynamicDateOption.Keys = Keys;
|
|
136
195
|
|
|
196
|
+
StandardDynamicDateOption.prototype.exit = function() {
|
|
197
|
+
if (this.aValueHelpUITypes) {
|
|
198
|
+
while (this.aValueHelpUITypes.length) {
|
|
199
|
+
this.aValueHelpUITypes.pop().destroy();
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
delete this.aValueHelpUITypes;
|
|
203
|
+
}
|
|
204
|
+
};
|
|
205
|
+
|
|
137
206
|
StandardDynamicDateOption.prototype.getText = function(oControl) {
|
|
138
207
|
var sKey = this.getKey();
|
|
139
208
|
var oOptions = oControl._getOptions();
|
|
@@ -156,13 +225,18 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
156
225
|
case Keys.LASTMONTHS:
|
|
157
226
|
case Keys.LASTQUARTERS:
|
|
158
227
|
case Keys.LASTYEARS:
|
|
159
|
-
return _resourceBundle.getText("DYNAMIC_DATE_LASTX_TITLE", aParams[1].getOptions().join(" / "));
|
|
160
228
|
case Keys.NEXTDAYS:
|
|
161
229
|
case Keys.NEXTWEEKS:
|
|
162
230
|
case Keys.NEXTMONTHS:
|
|
163
231
|
case Keys.NEXTQUARTERS:
|
|
164
232
|
case Keys.NEXTYEARS:
|
|
165
|
-
return
|
|
233
|
+
return this._getXPeriodTitle(aParams[1].getOptions());
|
|
234
|
+
case Keys.FROMDATETIME:
|
|
235
|
+
case Keys.TODATETIME:
|
|
236
|
+
case Keys.DATETIMERANGE:
|
|
237
|
+
return oControl._findOption(sKey)._bAdditionalTimeText ?
|
|
238
|
+
_resourceBundle.getText("DYNAMIC_DATE_" + sKey + "_TITLE") + " (" + _resourceBundle.getText("DYNAMIC_DATE_DATETIME_TITLE") + ")" :
|
|
239
|
+
_resourceBundle.getText("DYNAMIC_DATE_" + sKey + "_TITLE");
|
|
166
240
|
default:
|
|
167
241
|
return _resourceBundle.getText("DYNAMIC_DATE_" + sKey + "_TITLE");
|
|
168
242
|
}
|
|
@@ -171,71 +245,117 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
171
245
|
StandardDynamicDateOption.prototype.getValueHelpUITypes = function(oControl) {
|
|
172
246
|
var sKey = this.getKey();
|
|
173
247
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
248
|
+
if (!this.aValueHelpUITypes) { //the empty array is still an initialized value and can be reused
|
|
249
|
+
switch (sKey) {
|
|
250
|
+
case Keys.TODAY:
|
|
251
|
+
case Keys.YESTERDAY:
|
|
252
|
+
case Keys.TOMORROW:
|
|
253
|
+
case Keys.FIRSTDAYWEEK:
|
|
254
|
+
case Keys.LASTDAYWEEK:
|
|
255
|
+
case Keys.FIRSTDAYMONTH:
|
|
256
|
+
case Keys.LASTDAYMONTH:
|
|
257
|
+
case Keys.FIRSTDAYQUARTER:
|
|
258
|
+
case Keys.LASTDAYQUARTER:
|
|
259
|
+
case Keys.FIRSTDAYYEAR:
|
|
260
|
+
case Keys.LASTDAYYEAR:
|
|
261
|
+
case Keys.THISWEEK:
|
|
262
|
+
case Keys.THISMONTH:
|
|
263
|
+
case Keys.THISQUARTER:
|
|
264
|
+
case Keys.THISYEAR:
|
|
265
|
+
case Keys.LASTWEEK:
|
|
266
|
+
case Keys.LASTMONTH:
|
|
267
|
+
case Keys.LASTQUARTER:
|
|
268
|
+
case Keys.LASTYEAR:
|
|
269
|
+
case Keys.NEXTWEEK:
|
|
270
|
+
case Keys.NEXTMONTH:
|
|
271
|
+
case Keys.NEXTQUARTER:
|
|
272
|
+
case Keys.NEXTYEAR:
|
|
273
|
+
case Keys.YEARTODATE:
|
|
274
|
+
case Keys.DATETOYEAR:
|
|
275
|
+
case Keys.QUARTER1:
|
|
276
|
+
case Keys.QUARTER2:
|
|
277
|
+
case Keys.QUARTER3:
|
|
278
|
+
case Keys.QUARTER4:
|
|
279
|
+
this.aValueHelpUITypes = [];
|
|
280
|
+
break;
|
|
281
|
+
case Keys.DATETIME:
|
|
282
|
+
case Keys.FROMDATETIME:
|
|
283
|
+
case Keys.TODATETIME:
|
|
284
|
+
this.aValueHelpUITypes = [
|
|
285
|
+
new DynamicDateValueHelpUIType({
|
|
286
|
+
type: "datetime"
|
|
287
|
+
})];
|
|
288
|
+
break;
|
|
289
|
+
case Keys.DATE:
|
|
290
|
+
case Keys.FROM:
|
|
291
|
+
case Keys.TO:
|
|
292
|
+
this.aValueHelpUITypes = [
|
|
293
|
+
new DynamicDateValueHelpUIType({
|
|
294
|
+
type: "date"
|
|
295
|
+
})];
|
|
296
|
+
break;
|
|
297
|
+
case Keys.DATERANGE:
|
|
298
|
+
this.aValueHelpUITypes = [
|
|
299
|
+
new DynamicDateValueHelpUIType({
|
|
300
|
+
type: "daterange"
|
|
301
|
+
})];
|
|
302
|
+
break;
|
|
303
|
+
case Keys.SPECIFICMONTH:
|
|
304
|
+
this.aValueHelpUITypes = [
|
|
305
|
+
new DynamicDateValueHelpUIType({
|
|
306
|
+
type: "month"
|
|
307
|
+
})];
|
|
308
|
+
break;
|
|
309
|
+
case Keys.SPECIFICMONTHINYEAR:
|
|
310
|
+
this.aValueHelpUITypes = [
|
|
311
|
+
new DynamicDateValueHelpUIType({
|
|
312
|
+
type: "custommonth"
|
|
313
|
+
})];
|
|
314
|
+
break;
|
|
315
|
+
case Keys.LASTDAYS:
|
|
316
|
+
case Keys.LASTWEEKS:
|
|
317
|
+
case Keys.LASTMONTHS:
|
|
318
|
+
case Keys.LASTQUARTERS:
|
|
319
|
+
case Keys.LASTYEARS:
|
|
320
|
+
case Keys.NEXTDAYS:
|
|
321
|
+
case Keys.NEXTWEEKS:
|
|
322
|
+
case Keys.NEXTMONTHS:
|
|
323
|
+
case Keys.NEXTQUARTERS:
|
|
324
|
+
case Keys.NEXTYEARS:
|
|
325
|
+
this.aValueHelpUITypes = [
|
|
326
|
+
new DynamicDateValueHelpUIType({
|
|
327
|
+
text: _resourceBundle.getText("DDR_LASTNEXTX_LABEL"),
|
|
328
|
+
type: "int"
|
|
329
|
+
})];
|
|
330
|
+
break;
|
|
331
|
+
case Keys.TODAYFROMTO:
|
|
332
|
+
this.aValueHelpUITypes = [
|
|
333
|
+
new DynamicDateValueHelpUIType({
|
|
334
|
+
text: _resourceBundle.getText("DDR_TODAYFROMTO_FROM_LABEL"),
|
|
335
|
+
type: "int",
|
|
336
|
+
additionalText: _resourceBundle.getText("DDR_TODAYFROMTO_TO_ADDITIONAL_LABEL")
|
|
337
|
+
}),
|
|
338
|
+
new DynamicDateValueHelpUIType({
|
|
339
|
+
text: _resourceBundle.getText("DDR_TODAYFROMTO_TO_LABEL"),
|
|
340
|
+
type: "int",
|
|
341
|
+
additionalText: _resourceBundle.getText("DDR_TODAYFROMTO_TO_ADDITIONAL_LABEL")
|
|
342
|
+
})];
|
|
343
|
+
break;
|
|
344
|
+
case Keys.DATETIMERANGE:
|
|
345
|
+
this.aValueHelpUITypes = [
|
|
346
|
+
new DynamicDateValueHelpUIType({
|
|
347
|
+
text: _resourceBundle.getText("DDR_DATETIMERANGE_FROM_LABEL"),
|
|
348
|
+
type: "datetime"
|
|
349
|
+
}),
|
|
350
|
+
new DynamicDateValueHelpUIType({
|
|
351
|
+
text: _resourceBundle.getText("DDR_DATETIMERANGE_TO_LABEL"),
|
|
352
|
+
type: "datetime"
|
|
353
|
+
})];
|
|
354
|
+
break;
|
|
355
|
+
}
|
|
238
356
|
}
|
|
357
|
+
|
|
358
|
+
return this.aValueHelpUITypes.slice(0);
|
|
239
359
|
};
|
|
240
360
|
|
|
241
361
|
/**
|
|
@@ -243,19 +363,21 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
243
363
|
* @param {*} oOptions some parameters that can adapt the UI from outside
|
|
244
364
|
* @param {function} fnControlsUpdated A callback invoked when any of the created controls updates its value
|
|
245
365
|
*
|
|
246
|
-
* Returns an array of controls which is mapped to the parameters of this DynamicDateOption.
|
|
366
|
+
* @return {Object[]} Returns an array of controls which is mapped to the parameters of this DynamicDateOption.
|
|
247
367
|
*/
|
|
248
368
|
StandardDynamicDateOption.prototype.createValueHelpUI = function(oControl, fnControlsUpdated) {
|
|
249
|
-
var oOptions = oControl._getOptions()
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
369
|
+
var oOptions = oControl._getOptions(),
|
|
370
|
+
oValue = oControl.getValue(),
|
|
371
|
+
aParams = this.getValueHelpUITypes(oControl),
|
|
372
|
+
aControls = [];
|
|
373
|
+
|
|
253
374
|
if (!oControl.aControlsByParameters) {
|
|
254
375
|
oControl.aControlsByParameters = {};
|
|
255
376
|
}
|
|
256
377
|
oControl.aControlsByParameters[this.getKey()] = [];
|
|
257
|
-
|
|
258
|
-
var
|
|
378
|
+
|
|
379
|
+
var oLastOptionParam = this._getOptionParams(aLastOptions, oOptions),
|
|
380
|
+
oNextOptionParam = this._getOptionParams(aNextOptions, oOptions);
|
|
259
381
|
|
|
260
382
|
if (oLastOptionParam) {
|
|
261
383
|
aParams.push(oLastOptionParam);
|
|
@@ -291,18 +413,40 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
291
413
|
case "date":
|
|
292
414
|
oInputControl = this._createDateControl(oValue, iIndex, fnControlsUpdated);
|
|
293
415
|
break;
|
|
416
|
+
case "datetime":
|
|
417
|
+
if (aParams.length === 1) {
|
|
418
|
+
// creates "single" DateTime option (embedded in the DynamicDateRange popup)
|
|
419
|
+
oInputControl = this._createDateTimeInnerControl(oValue, iIndex, fnControlsUpdated);
|
|
420
|
+
} else if (aParams.length === 2) {
|
|
421
|
+
oInputControl = this._createDateTimeControl(oValue, iIndex, fnControlsUpdated);
|
|
422
|
+
}
|
|
423
|
+
break;
|
|
294
424
|
case "daterange":
|
|
295
425
|
oInputControl = this._createDateRangeControl(oValue, iIndex, fnControlsUpdated);
|
|
296
426
|
break;
|
|
297
427
|
case "month":
|
|
298
428
|
oInputControl = this._createMonthControl(oValue, iIndex, fnControlsUpdated);
|
|
299
429
|
break;
|
|
430
|
+
case "custommonth":
|
|
431
|
+
oInputControl = this._createCustomMonthControl(oValue, iIndex, fnControlsUpdated);
|
|
432
|
+
break;
|
|
300
433
|
case "options":
|
|
301
434
|
oInputControl = this._createOptionsControl(oValue, iIndex, fnControlsUpdated, aParams);
|
|
302
435
|
break;
|
|
436
|
+
default:
|
|
437
|
+
break;
|
|
303
438
|
}
|
|
304
439
|
|
|
305
440
|
aControls.push(oInputControl);
|
|
441
|
+
|
|
442
|
+
if (aParams[iIndex].getAdditionalText()) {
|
|
443
|
+
aControls.push(
|
|
444
|
+
new Label({
|
|
445
|
+
vAlign: VerticalAlign.Bottom,
|
|
446
|
+
text: aParams[iIndex].getAdditionalText()
|
|
447
|
+
}).addStyleClass("sapMDDRAdditionalLabel")
|
|
448
|
+
);
|
|
449
|
+
}
|
|
306
450
|
oControl.aControlsByParameters[this.getKey()].push(oInputControl);
|
|
307
451
|
}
|
|
308
452
|
|
|
@@ -350,7 +494,7 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
350
494
|
StandardDynamicDateOption.prototype._getOptionParams = function(aGroupOptions, oOptions){
|
|
351
495
|
if (aGroupOptions.indexOf(this.getKey()) !== -1) {
|
|
352
496
|
return new DynamicDateValueHelpUIType({
|
|
353
|
-
text: "
|
|
497
|
+
text: _resourceBundle.getText("DDR_LASTNEXTX_TIME_PERIODS_LABEL"),
|
|
354
498
|
type: "options",
|
|
355
499
|
options: oOptions ? oOptions.filter(function(option) {
|
|
356
500
|
return aGroupOptions.indexOf(option.getKey()) !== -1;
|
|
@@ -386,17 +530,30 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
386
530
|
}
|
|
387
531
|
break;
|
|
388
532
|
case "month":
|
|
533
|
+
case "custommonth":
|
|
389
534
|
case "date":
|
|
390
535
|
case "daterange":
|
|
391
536
|
if (!oInputControl.getSelectedDates() || oInputControl.getSelectedDates().length == 0) {
|
|
392
537
|
return false;
|
|
393
538
|
}
|
|
394
539
|
break;
|
|
540
|
+
case "datetime":
|
|
541
|
+
if (aParams.length === 1) {
|
|
542
|
+
// validates "single" DateTime option (embedded in the DynamicDateRange popup)
|
|
543
|
+
if (!oInputControl.getCalendar().getSelectedDates() || oInputControl.getCalendar().getSelectedDates().length == 0) {
|
|
544
|
+
return false;
|
|
545
|
+
}
|
|
546
|
+
} else if (!oInputControl.getDateValue() && aParams.length === 2) {
|
|
547
|
+
return false;
|
|
548
|
+
}
|
|
549
|
+
break;
|
|
395
550
|
case "options":
|
|
396
551
|
if (oInputControl.getSelectedIndex() < 0) {
|
|
397
552
|
return false;
|
|
398
553
|
}
|
|
399
554
|
break;
|
|
555
|
+
default:
|
|
556
|
+
break;
|
|
400
557
|
}
|
|
401
558
|
}
|
|
402
559
|
|
|
@@ -439,6 +596,13 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
439
596
|
|
|
440
597
|
vOutput = oInputControl.getSelectedDates()[0].getStartDate().getMonth();
|
|
441
598
|
break;
|
|
599
|
+
case "custommonth":
|
|
600
|
+
if (!oInputControl.getSelectedDates() || !oInputControl.getSelectedDates().length) {
|
|
601
|
+
return null;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
vOutput = [oInputControl.getSelectedDates()[0].getStartDate().getMonth(), oInputControl.getSelectedDates()[0].getStartDate().getFullYear()];
|
|
605
|
+
break;
|
|
442
606
|
case "date":
|
|
443
607
|
if (!oInputControl.getSelectedDates().length) {
|
|
444
608
|
return null;
|
|
@@ -446,6 +610,31 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
446
610
|
|
|
447
611
|
vOutput = oInputControl.getSelectedDates()[0].getStartDate();
|
|
448
612
|
break;
|
|
613
|
+
case "datetime":
|
|
614
|
+
if (aParams.length === 1) {
|
|
615
|
+
// "single" DateTime picker (embedded in the DynamicDateRange popup)
|
|
616
|
+
var oDate,
|
|
617
|
+
oTimeDate,
|
|
618
|
+
oCalendar,
|
|
619
|
+
oClocks;
|
|
620
|
+
|
|
621
|
+
oCalendar = oInputControl.getCalendar();
|
|
622
|
+
oClocks = oInputControl.getClocks();
|
|
623
|
+
if (!oCalendar.getSelectedDates().length) {
|
|
624
|
+
return null;
|
|
625
|
+
}
|
|
626
|
+
oDate = oCalendar.getSelectedDates()[0].getStartDate();
|
|
627
|
+
oTimeDate = oClocks.getTimeValues();
|
|
628
|
+
oDate.setHours(oTimeDate.getHours(), oTimeDate.getMinutes(), oTimeDate.getSeconds());
|
|
629
|
+
vOutput = oDate;
|
|
630
|
+
} else if (aParams.length === 2) {
|
|
631
|
+
if (!oInputControl.getDateValue()) {
|
|
632
|
+
return null;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
vOutput = oInputControl.getDateValue();
|
|
636
|
+
}
|
|
637
|
+
break;
|
|
449
638
|
case "daterange":
|
|
450
639
|
if (!oInputControl.getSelectedDates().length) {
|
|
451
640
|
return null;
|
|
@@ -454,6 +643,8 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
454
643
|
var oEndDate = oInputControl.getSelectedDates()[0].getEndDate() || oInputControl.getSelectedDates()[0].getStartDate();
|
|
455
644
|
vOutput = [oInputControl.getSelectedDates()[0].getStartDate(), oEndDate];
|
|
456
645
|
break;
|
|
646
|
+
default:
|
|
647
|
+
break;
|
|
457
648
|
}
|
|
458
649
|
|
|
459
650
|
if (Array.isArray(vOutput)) {
|
|
@@ -496,19 +687,49 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
496
687
|
oDate.setMonth(oValue.values[0]);
|
|
497
688
|
oDate = UniversalDateUtils.getMonthStartDate(oDate);
|
|
498
689
|
return UniversalDateUtils.getRange(0, "MONTH", oDate);
|
|
690
|
+
case "SPECIFICMONTHINYEAR":
|
|
691
|
+
var oDate = new UniversalDate();
|
|
692
|
+
oDate.setMonth(oValue.values[0]);
|
|
693
|
+
oDate.setYear(oValue.values[1]);
|
|
694
|
+
oDate = UniversalDateUtils.getMonthStartDate(oDate);
|
|
695
|
+
return UniversalDateUtils.getRange(0, "MONTH", oDate);
|
|
499
696
|
case "DATE":
|
|
500
697
|
return UniversalDateUtils.getRange(0, "DAY", UniversalDate.getInstance(oValue.values[0]));
|
|
698
|
+
case "DATETIME":
|
|
699
|
+
var oDateTime = new UniversalDate.getInstance(oValue.values[0]);
|
|
700
|
+
return [oDateTime, oDateTime];
|
|
501
701
|
case "DATERANGE":
|
|
502
702
|
var oStart = UniversalDate.getInstance(oValue.values[0]);
|
|
503
703
|
var oEnd = UniversalDate.getInstance(oValue.values[1]);
|
|
504
704
|
|
|
505
705
|
return [UniversalDateUtils.resetStartTime(oStart), UniversalDateUtils.resetEndTime(oEnd)];
|
|
706
|
+
case "DATETIMERANGE":
|
|
707
|
+
var oStart = UniversalDate.getInstance(oValue.values[0]);
|
|
708
|
+
var oEnd = UniversalDate.getInstance(oValue.values[1]);
|
|
709
|
+
|
|
710
|
+
return [oStart, oEnd];
|
|
506
711
|
case "TODAY":
|
|
507
712
|
return UniversalDateUtils.ranges.today();
|
|
508
713
|
case "YESTERDAY":
|
|
509
714
|
return UniversalDateUtils.ranges.yesterday();
|
|
510
715
|
case "TOMORROW":
|
|
511
716
|
return UniversalDateUtils.ranges.tomorrow();
|
|
717
|
+
case "FIRSTDAYWEEK":
|
|
718
|
+
return UniversalDateUtils.ranges.firstDayOfWeek();
|
|
719
|
+
case "LASTDAYWEEK":
|
|
720
|
+
return UniversalDateUtils.ranges.lastDayOfWeek();
|
|
721
|
+
case "FIRSTDAYMONTH":
|
|
722
|
+
return UniversalDateUtils.ranges.firstDayOfMonth();
|
|
723
|
+
case "LASTDAYMONTH":
|
|
724
|
+
return UniversalDateUtils.ranges.lastDayOfMonth();
|
|
725
|
+
case "FIRSTDAYQUARTER":
|
|
726
|
+
return UniversalDateUtils.ranges.firstDayOfQuarter();
|
|
727
|
+
case "LASTDAYQUARTER":
|
|
728
|
+
return UniversalDateUtils.ranges.lastDayOfQuarter();
|
|
729
|
+
case "FIRSTDAYYEAR":
|
|
730
|
+
return UniversalDateUtils.ranges.firstDayOfYear();
|
|
731
|
+
case "LASTDAYYEAR":
|
|
732
|
+
return UniversalDateUtils.ranges.lastDayOfYear();
|
|
512
733
|
case "THISWEEK":
|
|
513
734
|
return UniversalDateUtils.ranges.currentWeek();
|
|
514
735
|
case "THISMONTH":
|
|
@@ -557,8 +778,14 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
557
778
|
return [oValue.values[0], oValue.values[0]];
|
|
558
779
|
case "TO":
|
|
559
780
|
return [oValue.values[0], oValue.values[0]];
|
|
781
|
+
case "FROMDATETIME":
|
|
782
|
+
return [oValue.values[0], oValue.values[0]];
|
|
783
|
+
case "TODATETIME":
|
|
784
|
+
return [oValue.values[0], oValue.values[0]];
|
|
560
785
|
case "YEARTODATE":
|
|
561
786
|
return UniversalDateUtils.ranges.yearToDate();
|
|
787
|
+
case "DATETOYEAR":
|
|
788
|
+
return UniversalDateUtils.ranges.dateToYear();
|
|
562
789
|
case "TODAYFROMTO":
|
|
563
790
|
if (oValue.values.length !== 2) {
|
|
564
791
|
return [];
|
|
@@ -592,6 +819,14 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
592
819
|
case "TODAY":
|
|
593
820
|
case "YESTERDAY":
|
|
594
821
|
case "TOMORROW":
|
|
822
|
+
case "FIRSTDAYWEEK":
|
|
823
|
+
case "LASTDAYWEEK":
|
|
824
|
+
case "FIRSTDAYMONTH":
|
|
825
|
+
case "LASTDAYMONTH":
|
|
826
|
+
case "FIRSTDAYQUARTER":
|
|
827
|
+
case "LASTDAYQUARTER":
|
|
828
|
+
case "FIRSTDAYYEAR":
|
|
829
|
+
case "LASTDAYYEAR":
|
|
595
830
|
case "THISWEEK":
|
|
596
831
|
case "THISMONTH":
|
|
597
832
|
case "THISQUARTER":
|
|
@@ -605,6 +840,7 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
605
840
|
case "NEXTQUARTER":
|
|
606
841
|
case "NEXTYEAR":
|
|
607
842
|
case "YEARTODATE":
|
|
843
|
+
case "DATETOYEAR":
|
|
608
844
|
case "QUARTER1":
|
|
609
845
|
case "QUARTER2":
|
|
610
846
|
case "QUARTER3":
|
|
@@ -615,8 +851,36 @@ sap.ui.define(['sap/ui/core/Element', './DynamicDateOption', './Label', './StepI
|
|
|
615
851
|
}
|
|
616
852
|
};
|
|
617
853
|
|
|
854
|
+
/**
|
|
855
|
+
* Gets a combined option title for the last x or the next x option.
|
|
856
|
+
*
|
|
857
|
+
* @param {*} aOptions A combination of the following string values: days, weeks, months, quarters, years
|
|
858
|
+
* @returns {string} A combined option title
|
|
859
|
+
* @private
|
|
860
|
+
*/
|
|
861
|
+
StandardDynamicDateOption.prototype._getXPeriodTitle = function(aOptions) {
|
|
862
|
+
var sCombinedOptions,
|
|
863
|
+
sKey = this.getKey();
|
|
864
|
+
|
|
865
|
+
if (aOptions.length === 1) {
|
|
866
|
+
return _resourceBundle.getText("DYNAMIC_DATE_" + sKey + "_TITLE");
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
sCombinedOptions = aOptions.map(function(sOption) {
|
|
870
|
+
return _resourceBundle.getText("DYNAMIC_DATE_" + sOption.toUpperCase());
|
|
871
|
+
}).join(" / ");
|
|
872
|
+
|
|
873
|
+
if (sKey.indexOf("LAST") === 0) {
|
|
874
|
+
return _resourceBundle.getText("DYNAMIC_DATE_LASTX_TITLE", sCombinedOptions);
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
if (sKey.indexOf("NEXT") === 0) {
|
|
878
|
+
return _resourceBundle.getText("DYNAMIC_DATE_NEXTX_TITLE", sCombinedOptions);
|
|
879
|
+
}
|
|
880
|
+
};
|
|
881
|
+
|
|
618
882
|
function makeRadioButton(sOptionName) {
|
|
619
|
-
return new RadioButton({ text: sOptionName });
|
|
883
|
+
return new RadioButton({ text: _resourceBundle.getText("DYNAMIC_DATE_" + sOptionName.toUpperCase()) });
|
|
620
884
|
}
|
|
621
885
|
|
|
622
886
|
return StandardDynamicDateOption;
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @extends sap.m.ListItemBase
|
|
39
39
|
*
|
|
40
40
|
* @author SAP SE
|
|
41
|
-
* @version 1.
|
|
41
|
+
* @version 1.99.0
|
|
42
42
|
*
|
|
43
43
|
* @constructor
|
|
44
44
|
* @public
|
|
@@ -145,6 +145,17 @@ sap.ui.define([
|
|
|
145
145
|
*/
|
|
146
146
|
wrapCharLimit : {type : "int", group : "Behavior", defaultValue : 0}
|
|
147
147
|
},
|
|
148
|
+
aggregations : {
|
|
149
|
+
/**
|
|
150
|
+
* A <code>sap.m.Avatar</code> control instance that, if set, is used instead of an icon or image.
|
|
151
|
+
*
|
|
152
|
+
* The size of the <code>Avatar</code> control depends on the <code>insetIcon</code> property of <code>StandardListItem</code>.
|
|
153
|
+
* The <code>displaySize</code> property of the <code>Avatar</code> control is not supported. If the <code>insetIcon</code> property of <code>StandardListItem</code> is set to <code>true</code>, the size of the <code>Avatar</code> control is set to XS; if the <code>insetIcon</code> property of <code>StandardListItem</code> is set to <code>false</code>, the size of the <code>Avatar</code> control is set to "S".
|
|
154
|
+
*
|
|
155
|
+
* @since 1.98
|
|
156
|
+
*/
|
|
157
|
+
avatar: {type: 'sap.m.Avatar', multiple: false}
|
|
158
|
+
},
|
|
148
159
|
designtime: "sap/m/designtime/StandardListItem.designtime"
|
|
149
160
|
}});
|
|
150
161
|
|
|
@@ -169,6 +180,20 @@ sap.ui.define([
|
|
|
169
180
|
return this;
|
|
170
181
|
};
|
|
171
182
|
|
|
183
|
+
// overwrite setter of Avatar to control it's display size
|
|
184
|
+
StandardListItem.prototype.setAvatar = function(oAvatar) {
|
|
185
|
+
if (this.getAvatar() === oAvatar) {
|
|
186
|
+
return this;
|
|
187
|
+
}
|
|
188
|
+
if (oAvatar) {
|
|
189
|
+
oAvatar.addStyleClass("sapMSLIAvatar");
|
|
190
|
+
oAvatar.setDisplaySize = function(){return this;};
|
|
191
|
+
}
|
|
192
|
+
this.setAggregation("avatar", oAvatar);
|
|
193
|
+
|
|
194
|
+
return this;
|
|
195
|
+
};
|
|
196
|
+
|
|
172
197
|
StandardListItem.prototype.setWrapCharLimit = function(iLimit) {
|
|
173
198
|
var iOldCharLimit = this.getWrapCharLimit();
|
|
174
199
|
|
|
@@ -211,6 +236,14 @@ sap.ui.define([
|
|
|
211
236
|
return this._oImage;
|
|
212
237
|
};
|
|
213
238
|
|
|
239
|
+
// overwrite base method to hook into the inactive handling
|
|
240
|
+
StandardListItem.prototype._getAvatar = function() {
|
|
241
|
+
var oAvatar = this.getAvatar();
|
|
242
|
+
var sSize = this.getIconInset() ? library.AvatarSize.XS : library.AvatarSize.S;
|
|
243
|
+
oAvatar.setProperty("displaySize", sSize, true);
|
|
244
|
+
return oAvatar;
|
|
245
|
+
};
|
|
246
|
+
|
|
214
247
|
// overwrite base method to hook into the active handling
|
|
215
248
|
StandardListItem.prototype._activeHandlingInheritor = function() {
|
|
216
249
|
if (this._oImage) {
|