@openui5/sap.m 1.98.0 → 1.101.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/.eslintrc.json +18 -0
- package/THIRDPARTY.txt +6 -6
- 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 +5 -7
- package/src/sap/m/ActionSelect.js +1 -1
- package/src/sap/m/ActionSelectRenderer.js +1 -1
- package/src/sap/m/ActionSheet.js +12 -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 +21 -4
- package/src/sap/m/AvatarRenderer.js +6 -1
- package/src/sap/m/BadgeCustomData.js +6 -4
- package/src/sap/m/BadgeEnabler.js +3 -2
- package/src/sap/m/Bar.js +6 -5
- package/src/sap/m/BarRenderer.js +6 -6
- package/src/sap/m/Breadcrumbs.js +81 -7
- package/src/sap/m/BreadcrumbsRenderer.js +3 -7
- 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 +2 -2
- package/src/sap/m/ButtonRenderer.js +3 -3
- package/src/sap/m/Carousel.js +22 -17
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CarouselRenderer.js +10 -4
- package/src/sap/m/CheckBox.js +2 -4
- 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 +1 -1
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- package/src/sap/m/ColumnListItem.js +1 -1
- package/src/sap/m/ColumnListItemRenderer.js +10 -11
- 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 +3 -2
- package/src/sap/m/ComboBoxBase.js +5 -3
- package/src/sap/m/ComboBoxBaseRenderer.js +2 -2
- package/src/sap/m/ComboBoxRenderer.js +4 -4
- package/src/sap/m/ComboBoxTextField.js +1 -1
- 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 +4 -6
- package/src/sap/m/CustomTile.js +1 -1
- package/src/sap/m/CustomTileRenderer.js +2 -2
- package/src/sap/m/CustomTreeItem.js +1 -1
- package/src/sap/m/CustomTreeItemRenderer.js +2 -2
- package/src/sap/m/DatePicker.js +36 -7
- package/src/sap/m/DatePickerRenderer.js +1 -6
- package/src/sap/m/DateRangeSelection.js +42 -4
- package/src/sap/m/DateRangeSelectionRenderer.js +1 -1
- package/src/sap/m/DateTimeField.js +15 -6
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +375 -89
- package/src/sap/m/DateTimePickerRenderer.js +57 -0
- package/src/sap/m/Dialog.js +20 -7
- package/src/sap/m/DialogRenderer.js +1 -1
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DisplayListItemRenderer.js +4 -6
- 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 +33 -1
- package/src/sap/m/DynamicDateOption.js +144 -9
- package/src/sap/m/DynamicDateRange.js +145 -49
- package/src/sap/m/DynamicDateRangeRenderer.js +1 -1
- package/src/sap/m/DynamicDateUtil.js +10 -3
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +1 -1
- package/src/sap/m/FacetFilter.js +1 -1
- package/src/sap/m/FacetFilterItem.js +1 -1
- package/src/sap/m/FacetFilterItemRenderer.js +1 -1
- package/src/sap/m/FacetFilterList.js +7 -5
- package/src/sap/m/FacetFilterRenderer.js +10 -10
- package/src/sap/m/FeedContent.js +2 -2
- package/src/sap/m/FeedInput.js +2 -2
- package/src/sap/m/FeedInputRenderer.js +1 -1
- package/src/sap/m/FeedListItem.js +7 -7
- package/src/sap/m/FeedListItemAction.js +1 -1
- package/src/sap/m/FeedListItemRenderer.js +12 -7
- 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 +5 -3
- package/src/sap/m/GenericTagRenderer.js +13 -5
- package/src/sap/m/GenericTile.js +62 -16
- package/src/sap/m/GenericTileLineModeRenderer.js +77 -3
- package/src/sap/m/GenericTileRenderer.js +89 -42
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GroupHeaderListItemRenderer.js +2 -2
- package/src/sap/m/GrowingEnablement.js +53 -3
- 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 +87 -16
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/HeaderContainerRenderer.js +1 -1
- package/src/sap/m/HyphenationSupport.js +1 -5
- package/src/sap/m/IconTabBar.js +2 -2
- package/src/sap/m/IconTabBarDragAndDropUtil.js +5 -4
- package/src/sap/m/IconTabBarSelectList.js +3 -5
- package/src/sap/m/IconTabFilter.js +1 -1
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
- package/src/sap/m/IconTabHeader.js +9 -13
- package/src/sap/m/IconTabHeaderRenderer.js +1 -1
- package/src/sap/m/IconTabSeparator.js +1 -1
- package/src/sap/m/IllustratedMessage.js +29 -8
- package/src/sap/m/IllustratedMessageRenderer.js +5 -5
- package/src/sap/m/IllustratedMessageType.js +26 -2
- package/src/sap/m/Illustration.js +1 -1
- package/src/sap/m/IllustrationRenderer.js +4 -2
- 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 +13 -23
- package/src/sap/m/InputBase.js +6 -8
- package/src/sap/m/InputBaseRenderer.js +53 -39
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/InputListItemRenderer.js +4 -6
- package/src/sap/m/InputRenderer.js +12 -9
- package/src/sap/m/Label.js +3 -3
- package/src/sap/m/LabelRenderer.js +2 -2
- 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 +50 -10
- package/src/sap/m/ListBaseRenderer.js +38 -24
- package/src/sap/m/ListItemBase.js +4 -3
- 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 +1 -1
- package/src/sap/m/MenuButton.js +5 -1
- 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/MessageBox.js +1 -1
- package/src/sap/m/MessageItem.js +1 -1
- package/src/sap/m/MessageListItem.js +1 -1
- package/src/sap/m/MessagePage.js +1 -1
- package/src/sap/m/MessagePageRenderer.js +1 -1
- package/src/sap/m/MessagePopover.js +19 -34
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessagePopoverRenderer.js +1 -1
- package/src/sap/m/MessageStrip.js +2 -2
- package/src/sap/m/MessageStripRenderer.js +1 -1
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +3 -3
- package/src/sap/m/MultiComboBox.js +6 -4
- package/src/sap/m/MultiComboBoxRenderer.js +4 -4
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +44 -27
- package/src/sap/m/NavContainer.js +53 -53
- 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 +1 -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 +30 -22
- package/src/sap/m/NumericContentRenderer.js +10 -10
- package/src/sap/m/NumericInput.js +3 -2
- package/src/sap/m/NumericInputRenderer.js +13 -1
- package/src/sap/m/ObjectAttribute.js +4 -5
- package/src/sap/m/ObjectAttributeRenderer.js +3 -3
- package/src/sap/m/ObjectHeader.js +20 -7
- package/src/sap/m/ObjectHeaderRenderer.js +3 -3
- package/src/sap/m/ObjectIdentifier.js +3 -3
- 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 +35 -11
- package/src/sap/m/ObjectMarkerRenderer.js +15 -3
- package/src/sap/m/ObjectNumber.js +1 -1
- package/src/sap/m/ObjectNumberRenderer.js +1 -2
- package/src/sap/m/ObjectStatus.js +1 -1
- package/src/sap/m/ObjectStatusRenderer.js +4 -5
- package/src/sap/m/OverflowToolbar.js +23 -3
- package/src/sap/m/OverflowToolbarAssociativePopover.js +2 -2
- 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 +1 -1
- package/src/sap/m/P13nConditionPanel.js +2 -2
- package/src/sap/m/P13nDialog.js +1 -1
- package/src/sap/m/P13nDimMeasureItem.js +1 -1
- package/src/sap/m/P13nDimMeasurePanel.js +1 -1
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +1 -1
- package/src/sap/m/P13nGroupItem.js +1 -1
- package/src/sap/m/P13nGroupPanel.js +3 -3
- package/src/sap/m/P13nItem.js +1 -1
- package/src/sap/m/P13nPanel.js +1 -1
- package/src/sap/m/P13nSelectionItem.js +1 -1
- package/src/sap/m/P13nSelectionPanel.js +1 -1
- package/src/sap/m/P13nSortItem.js +1 -1
- package/src/sap/m/P13nSortPanel.js +1 -1
- package/src/sap/m/PDFViewer.js +4 -3
- package/src/sap/m/PDFViewerRenderer.js +15 -7
- 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 +16 -15
- package/src/sap/m/PlanningCalendarHeader.js +1 -4
- package/src/sap/m/PlanningCalendarLegend.js +1 -1
- package/src/sap/m/PlanningCalendarRow.js +1 -1
- package/src/sap/m/PlanningCalendarView.js +1 -1
- package/src/sap/m/Popover.js +25 -9
- 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 +5 -2
- package/src/sap/m/QuickViewPageRenderer.js +1 -1
- package/src/sap/m/RadioButton.js +1 -1
- package/src/sap/m/RadioButtonGroup.js +14 -2
- package/src/sap/m/RadioButtonRenderer.js +1 -2
- package/src/sap/m/RangeSlider.js +17 -6
- package/src/sap/m/RangeSliderRenderer.js +5 -5
- package/src/sap/m/RatingIndicator.js +2 -2
- package/src/sap/m/RatingIndicatorRenderer.js +1 -1
- package/src/sap/m/ResponsivePopover.js +3 -5
- package/src/sap/m/ResponsivePopoverRenderer.js +1 -1
- package/src/sap/m/ResponsiveScale.js +1 -1
- package/src/sap/m/ScrollBar.js +3 -3
- 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 +17 -7
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/SegmentedButtonRenderer.js +2 -2
- package/src/sap/m/Select.js +36 -6
- package/src/sap/m/SelectDialog.js +4 -4
- 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 +3 -5
- package/src/sap/m/SelectionDetailsFacade.js +2 -2
- package/src/sap/m/SelectionDetailsItem.js +1 -1
- package/src/sap/m/SelectionDetailsItemLine.js +3 -3
- package/src/sap/m/SelectionDetailsRenderer.js +1 -1
- package/src/sap/m/Shell.js +1 -1
- 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 +21 -2
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +118 -67
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +16 -14
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +24 -10
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +1 -1
- package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
- package/src/sap/m/SlideTile.js +2 -2
- package/src/sap/m/SlideTileRenderer.js +9 -2
- 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 +6 -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 +24 -31
- package/src/sap/m/StandardDynamicDateOption.js +154 -12
- package/src/sap/m/StandardListItem.js +1 -1
- package/src/sap/m/StandardListItemRenderer.js +8 -8
- 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 +4 -4
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +7 -22
- package/src/sap/m/Switch.js +1 -1
- package/src/sap/m/SwitchRenderer.js +3 -3
- package/src/sap/m/TabContainer.js +1 -1
- package/src/sap/m/TabContainerItem.js +1 -3
- package/src/sap/m/TabContainerRenderer.js +2 -2
- package/src/sap/m/TabStrip.js +2 -2
- package/src/sap/m/TabStripItem.js +1 -1
- package/src/sap/m/TabStripRenderer.js +2 -2
- package/src/sap/m/Table.js +41 -9
- 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 +10 -5
- package/src/sap/m/TableSelectDialog.js +19 -19
- package/src/sap/m/Text.js +1 -1
- package/src/sap/m/TextArea.js +1 -1
- package/src/sap/m/TextAreaRenderer.js +1 -1
- package/src/sap/m/Tile.js +3 -3
- package/src/sap/m/TileContainer.js +6 -4
- package/src/sap/m/TileContainerRenderer.js +1 -1
- package/src/sap/m/TileContent.js +37 -5
- package/src/sap/m/TileContentRenderer.js +43 -6
- package/src/sap/m/TileRenderer.js +2 -2
- package/src/sap/m/TimePicker.js +4 -56
- package/src/sap/m/TimePickerClock.js +5 -6
- package/src/sap/m/TimePickerClockRenderer.js +1 -1
- package/src/sap/m/TimePickerClocks.js +6 -5
- package/src/sap/m/TimePickerClocksRenderer.js +3 -3
- package/src/sap/m/TimePickerInputs.js +1 -1
- package/src/sap/m/TimePickerInputsRenderer.js +1 -1
- package/src/sap/m/TimePickerInternals.js +8 -6
- package/src/sap/m/TimePickerRenderer.js +5 -17
- 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 +2 -2
- package/src/sap/m/ToggleButton.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 +8 -8
- package/src/sap/m/TokenizerRenderer.js +41 -7
- 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 +5 -3
- 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 +5 -3
- package/src/sap/m/UploadCollectionItem.js +1 -1
- package/src/sap/m/UploadCollectionParameter.js +1 -1
- package/src/sap/m/UploadCollectionRenderer.js +2 -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 +118 -61
- 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 +2 -2
- 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 +22 -4
- package/src/sap/m/WizardProgressNavigator.js +10 -3
- package/src/sap/m/WizardStep.js +1 -1
- package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/m/changeHandler/CombineButtons.js +1 -1
- package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
- package/src/sap/m/changeHandler/SplitMenuButton.js +5 -5
- package/src/sap/m/delegate/DateNavigation.js +2 -2
- package/src/sap/m/designtime/ListBase.designtime.js +29 -0
- package/src/sap/m/inputUtils/SuggestionsPopoverDialogMixin.js +22 -16
- package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +10 -2
- package/src/sap/m/inputUtils/highlightDOMElements.js +1 -1
- package/src/sap/m/inputUtils/typeAhead.js +7 -7
- package/src/sap/m/library.js +74 -38
- package/src/sap/m/messagebundle.properties +80 -20
- package/src/sap/m/messagebundle_ar.properties +48 -14
- package/src/sap/m/messagebundle_bg.properties +77 -43
- package/src/sap/m/messagebundle_ca.properties +48 -14
- package/src/sap/m/messagebundle_cs.properties +50 -16
- package/src/sap/m/messagebundle_cy.properties +48 -14
- package/src/sap/m/messagebundle_da.properties +49 -15
- package/src/sap/m/messagebundle_de.properties +49 -15
- package/src/sap/m/messagebundle_el.properties +53 -19
- package/src/sap/m/messagebundle_en.properties +46 -12
- package/src/sap/m/messagebundle_en_GB.properties +46 -12
- package/src/sap/m/messagebundle_en_US_sappsd.properties +48 -12
- package/src/sap/m/messagebundle_en_US_saprigi.properties +291 -66
- package/src/sap/m/messagebundle_en_US_saptrc.properties +46 -12
- package/src/sap/m/messagebundle_es.properties +48 -14
- package/src/sap/m/messagebundle_es_MX.properties +48 -14
- package/src/sap/m/messagebundle_et.properties +48 -14
- package/src/sap/m/messagebundle_fi.properties +49 -15
- package/src/sap/m/messagebundle_fr.properties +61 -27
- package/src/sap/m/messagebundle_fr_CA.properties +47 -13
- package/src/sap/m/messagebundle_hi.properties +46 -12
- package/src/sap/m/messagebundle_hr.properties +48 -14
- package/src/sap/m/messagebundle_hu.properties +49 -15
- package/src/sap/m/messagebundle_id.properties +48 -14
- package/src/sap/m/messagebundle_it.properties +55 -21
- package/src/sap/m/messagebundle_iw.properties +48 -14
- package/src/sap/m/messagebundle_ja.properties +51 -17
- package/src/sap/m/messagebundle_kk.properties +48 -14
- package/src/sap/m/messagebundle_ko.properties +48 -14
- package/src/sap/m/messagebundle_lt.properties +48 -14
- package/src/sap/m/messagebundle_lv.properties +48 -14
- package/src/sap/m/messagebundle_ms.properties +47 -13
- package/src/sap/m/messagebundle_nl.properties +48 -14
- package/src/sap/m/messagebundle_no.properties +48 -14
- package/src/sap/m/messagebundle_pl.properties +48 -14
- package/src/sap/m/messagebundle_pt.properties +71 -37
- package/src/sap/m/messagebundle_pt_PT.properties +49 -15
- package/src/sap/m/messagebundle_ro.properties +48 -14
- package/src/sap/m/messagebundle_ru.properties +48 -14
- package/src/sap/m/messagebundle_sh.properties +48 -14
- package/src/sap/m/messagebundle_sk.properties +48 -14
- package/src/sap/m/messagebundle_sl.properties +48 -14
- package/src/sap/m/messagebundle_sv.properties +49 -15
- package/src/sap/m/messagebundle_th.properties +55 -21
- package/src/sap/m/messagebundle_tr.properties +48 -14
- package/src/sap/m/messagebundle_uk.properties +48 -14
- package/src/sap/m/messagebundle_vi.properties +47 -13
- package/src/sap/m/messagebundle_zh_CN.properties +48 -14
- package/src/sap/m/messagebundle_zh_TW.properties +47 -13
- package/src/sap/m/p13n/AbstractContainer.js +15 -8
- package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
- package/src/sap/m/p13n/BasePanel.js +39 -20
- package/src/sap/m/p13n/Container.js +20 -14
- package/src/sap/m/p13n/GroupPanel.js +6 -5
- package/src/sap/m/p13n/Popup.js +9 -2
- package/src/sap/m/p13n/QueryPanel.js +93 -30
- package/src/sap/m/p13n/SelectionPanel.js +16 -8
- package/src/sap/m/p13n/SortPanel.js +9 -6
- package/src/sap/m/plugins/ColumnResizer.js +38 -9
- 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/rules/Breadcrumbs.support.js +1 -1
- package/src/sap/m/rules/MessagePage.support.js +1 -1
- package/src/sap/m/rules/Tokenizer.support.js +4 -2
- 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 +7 -14
- 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 +2 -2
- 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 +104 -23
- package/src/sap/m/table/{ActionItem.js → columnmenu/ActionItem.js} +9 -10
- package/src/sap/m/table/{ColumnMenuEntry.js → columnmenu/Entry.js} +16 -16
- package/src/sap/m/table/{Item.js → columnmenu/Item.js} +8 -8
- package/src/sap/m/table/{ItemBase.js → columnmenu/ItemBase.js} +11 -12
- package/src/sap/m/table/columnmenu/ItemContainer.js +29 -0
- package/src/sap/m/table/columnmenu/Menu.js +556 -0
- package/src/sap/m/table/columnmenu/MenuRenderer.js +57 -0
- package/src/sap/m/table/columnmenu/QuickAction.js +65 -0
- package/src/sap/m/table/columnmenu/QuickActionBase.js +54 -0
- package/src/sap/m/table/columnmenu/QuickActionContainer.js +29 -0
- package/src/sap/m/table/columnmenu/QuickActionItem.js +51 -0
- package/src/sap/m/table/columnmenu/QuickGroup.js +146 -0
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +59 -0
- package/src/sap/m/table/columnmenu/QuickSort.js +80 -0
- package/src/sap/m/table/columnmenu/QuickSortItem.js +118 -0
- package/src/sap/m/table/columnmenu/QuickTotal.js +157 -0
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +59 -0
- package/src/sap/m/themes/base/AbstractContainer.less +2 -3
- package/src/sap/m/themes/base/Avatar.less +11 -5
- package/src/sap/m/themes/base/Button.less +2 -2
- package/src/sap/m/themes/base/Carousel.less +5 -0
- package/src/sap/m/themes/base/CheckBox.less +0 -5
- package/src/sap/m/themes/base/ColumnMenu.less +17 -13
- package/src/sap/m/themes/base/DatePicker.less +7 -2
- package/src/sap/m/themes/base/DateTimePicker.less +147 -1
- package/src/sap/m/themes/base/Dialog.less +4 -6
- package/src/sap/m/themes/base/DynamicDateRange.less +3 -1
- package/src/sap/m/themes/base/FeedListItem.less +1 -1
- package/src/sap/m/themes/base/GenericTile.less +418 -55
- package/src/sap/m/themes/base/HeaderContainer.less +25 -0
- package/src/sap/m/themes/base/IconTabBar.less +45 -14
- package/src/sap/m/themes/base/IllustratedMessage.less +16 -16
- package/src/sap/m/themes/base/Input.less +1 -1
- package/src/sap/m/themes/base/InputBase.less +112 -10
- package/src/sap/m/themes/base/Label.less +4 -1
- package/src/sap/m/themes/base/Link.less +12 -4
- package/src/sap/m/themes/base/ListBase.less +4 -0
- package/src/sap/m/themes/base/MenuButton.less +4 -4
- package/src/sap/m/themes/base/MessageToast.less +2 -2
- package/src/sap/m/themes/base/MultiInput.less +1 -1
- package/src/sap/m/themes/base/NewsContent.less +7 -0
- package/src/sap/m/themes/base/NumericContent.less +1 -5
- package/src/sap/m/themes/base/ObjectAttribute.less +1 -1
- package/src/sap/m/themes/base/ObjectMarker.less +3 -1
- package/src/sap/m/themes/base/ObjectStatus.less +5 -0
- package/src/sap/m/themes/base/Page.less +1 -1
- package/src/sap/m/themes/base/Popover.less +10 -7
- package/src/sap/m/themes/base/RadioButton.less +22 -3
- package/src/sap/m/themes/base/SearchField.less +23 -59
- package/src/sap/m/themes/base/SplitButton.less +5 -0
- package/src/sap/m/themes/base/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/base/TextArea.less +27 -0
- package/src/sap/m/themes/base/TileContent.less +45 -1
- package/src/sap/m/themes/base/Token.less +14 -13
- package/src/sap/m/themes/base/Tokenizer.less +2 -2
- package/src/sap/m/themes/base/ValueStateMessage.less +3 -3
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyCalendar.svg +73 -72
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-EmptyList.svg +33 -18
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoEntries.svg +1 -3
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NoNotifications.svg +3 -5
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleBell.svg +12 -9
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SimpleCalendar.svg +41 -40
- package/src/sap/m/themes/base/illustrations/{sapIllus-Dialog-SimpleCheckmark.svg → sapIllus-Dialog-SimpleCheckMark.svg} +1 -1
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SleepingBell.svg +29 -22
- 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-Tent.svg +28 -23
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +38 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-Connection.svg +27 -27
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyCalendar.svg +86 -85
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-EmptyList.svg +42 -26
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoData.svg +0 -2
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NoEntries.svg +0 -2
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleBell.svg +15 -12
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SimpleCalendar.svg +43 -42
- package/src/sap/m/themes/base/illustrations/{sapIllus-Scene-SimpleCheckmark.svg → sapIllus-Scene-SimpleCheckMark.svg} +1 -1
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SleepingBell.svg +49 -42
- 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-Tent.svg +58 -53
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-UnableToLoadImage.svg +35 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyCalendar.svg +42 -41
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-EmptyList.svg +24 -16
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoEntries.svg +10 -20
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NoNotifications.svg +8 -13
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleBell.svg +11 -8
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SimpleCalendar.svg +37 -39
- package/src/sap/m/themes/base/illustrations/{sapIllus-Spot-SimpleCheckmark.svg → sapIllus-Spot-SimpleCheckMark.svg} +1 -1
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SleepingBell.svg +38 -22
- 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-Tent.svg +28 -23
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-UnableToLoadImage.svg +36 -0
- package/src/sap/m/themes/sap_hcb/ComboBoxBase.less +0 -12
- package/src/sap/m/themes/sap_hcb/InputBase.less +7 -42
- package/src/sap/m/themes/sap_hcb/Popover.less +3 -0
- package/src/sap/m/themes/sap_hcb/Token.less +4 -0
- package/src/sap/m/themes/sap_hcb/ValueStateHeader.less +4 -0
- package/src/sap/m/themes/sap_hcb/ValueStateMessage.less +12 -1
- package/src/sap/m/upload/UploadSet.js +421 -59
- package/src/sap/m/upload/UploadSetItem.js +77 -8
- package/src/sap/m/upload/UploadSetRenderer.js +1 -1
- package/src/sap/m/table/ColumnMenu.js +0 -378
- package/src/sap/m/table/ColumnMenuRenderer.js +0 -82
- package/src/sap/m/table/QuickAction.js +0 -53
- package/src/sap/m/table/QuickActionBase.js +0 -53
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NewMail.svg +0 -21
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NewMail.svg +0 -54
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NewMail.svg +0 -18
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>groupItems</code> aggregation in P13nGroupPanel control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.101.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.28.0
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @param {object} [mSettings] initial settings for the new control
|
|
28
28
|
* @class The P13nGroupPanel control is used to define group-specific settings for table personalization.
|
|
29
29
|
* @extends sap.m.P13nPanel
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.101.0
|
|
31
31
|
* @constructor
|
|
32
32
|
* @deprecated as of version 1.98. Use the {@link sap.m.p13n.GroupPanel} instead.
|
|
33
33
|
* @public
|
|
@@ -212,8 +212,8 @@ sap.ui.define([
|
|
|
212
212
|
* @public
|
|
213
213
|
* @param {array} aOperations array of operations <code>[sap.m.P13nConditionOperation.BT, sap.m.P13nConditionOperation.EQ]</code>
|
|
214
214
|
*/
|
|
215
|
-
P13nGroupPanel.prototype.setOperations = function(
|
|
216
|
-
this._aOperations =
|
|
215
|
+
P13nGroupPanel.prototype.setOperations = function(aOperations) {
|
|
216
|
+
this._aOperations = aOperations;
|
|
217
217
|
|
|
218
218
|
if (this._oGroupPanel) {
|
|
219
219
|
this._oGroupPanel.setOperations(this._aOperations);
|
package/src/sap/m/P13nItem.js
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Base type for <code>items</code> aggregation in <code>P13nPanel</code> control.
|
|
19
19
|
* @extends sap.ui.core.Element
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.101.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.26.0
|
package/src/sap/m/P13nPanel.js
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class An abstract base type for <code>panels</code> aggregation in <code>P13nDialog</code> control.
|
|
19
19
|
* @extends sap.ui.core.Control
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.101.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @abstract
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>selectionItems</code> aggregation in <code>P13nSelectionPanel</code> control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.101.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @author SAP SE
|
|
23
23
|
* @private
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @class The P13nSelectionPanel control is used to define selection settings like the visibility or the order of items.
|
|
31
31
|
* @extends sap.m.P13nPanel
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.101.0
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.46.0
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @param {object} [mSettings] initial settings for the new control
|
|
18
18
|
* @class Type for <code>sortItems</code> aggregation in P13nSortPanel control.
|
|
19
19
|
* @extends sap.ui.core.Item
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.101.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
23
23
|
* @since 1.26.0
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @param {object} [mSettings] initial settings for the new control
|
|
27
27
|
* @class The P13nSortPanel control is used to define settings for sorting in table personalization.
|
|
28
28
|
* @extends sap.m.P13nPanel
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.101.0
|
|
30
30
|
* @constructor
|
|
31
31
|
* @deprecated as of version 1.98. Use the {@link sap.m.p13n.SortPanel} instead.
|
|
32
32
|
* @public
|
package/src/sap/m/PDFViewer.js
CHANGED
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @extends sap.ui.core.Control
|
|
46
46
|
*
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.101.0
|
|
49
49
|
* @since 1.48
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
@@ -328,7 +328,7 @@ sap.ui.define([
|
|
|
328
328
|
// even though the sourceValidationFailed event is fired, the default behaviour is to continue.
|
|
329
329
|
// when preventDefault is on event object is called, the rendering ends up with error
|
|
330
330
|
if (!Device.browser.firefox && this.fireEvent("sourceValidationFailed", {}, true)) {
|
|
331
|
-
this.
|
|
331
|
+
this._fireLoadedEvent();
|
|
332
332
|
return;
|
|
333
333
|
}
|
|
334
334
|
}
|
|
@@ -362,7 +362,7 @@ sap.ui.define([
|
|
|
362
362
|
};
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
|
-
* @param string oClickedButtonId
|
|
365
|
+
* @param {string} oClickedButtonId
|
|
366
366
|
* @private
|
|
367
367
|
*/
|
|
368
368
|
PDFViewer.prototype._onSourceValidationErrorMessageBoxCloseListener = function (oClickedButtonId) {
|
|
@@ -483,6 +483,7 @@ sap.ui.define([
|
|
|
483
483
|
* @private
|
|
484
484
|
*/
|
|
485
485
|
PDFViewer.prototype._isEmbeddedModeAllowed = function () {
|
|
486
|
+
//Allow Embedding only if PDFViewer plugin is present
|
|
486
487
|
return this._isDisplayTypeAuto() ? Device.system.desktop : this._isDisplayTypeEmbedded();
|
|
487
488
|
};
|
|
488
489
|
|
|
@@ -46,11 +46,19 @@ sap.ui.define(['sap/ui/Device', "sap/base/Log", "sap/base/security/URLListValida
|
|
|
46
46
|
return bIsEnabled;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
49
|
+
if (typeof navigator.pdfViewerEnabled !== "undefined") {
|
|
50
|
+
if (navigator.pdfViewerEnabled || /HeadlessChrome/.test(window.navigator.userAgent)) {
|
|
51
|
+
return bIsEnabled;
|
|
52
|
+
} else {
|
|
53
|
+
bIsEnabled = false;
|
|
54
|
+
}
|
|
55
|
+
} else {
|
|
56
|
+
var aMimeTypes = navigator.mimeTypes;
|
|
57
|
+
bIsEnabled = aAllowedMimeTypes.some(function (sAllowedMimeType) {
|
|
58
|
+
var oMimeTypeItem = aMimeTypes.namedItem(sAllowedMimeType);
|
|
59
|
+
return oMimeTypeItem !== null;
|
|
60
|
+
});
|
|
61
|
+
}
|
|
54
62
|
|
|
55
63
|
return bIsEnabled;
|
|
56
64
|
};
|
|
@@ -76,7 +84,7 @@ sap.ui.define(['sap/ui/Device', "sap/base/Log", "sap/base/security/URLListValida
|
|
|
76
84
|
oRm.renderControl(oControl._objectsRegister.getOverflowToolbarControl());
|
|
77
85
|
}
|
|
78
86
|
|
|
79
|
-
if (oControl._isEmbeddedModeAllowed()) {
|
|
87
|
+
if (oControl._isEmbeddedModeAllowed() && this._isPdfPluginEnabled()) {
|
|
80
88
|
this.renderPdfContent(oRm, oControl);
|
|
81
89
|
}
|
|
82
90
|
|
|
@@ -90,7 +98,7 @@ sap.ui.define(['sap/ui/Device', "sap/base/Log", "sap/base/security/URLListValida
|
|
|
90
98
|
|
|
91
99
|
PDFViewerRenderer.renderPdfContent = function (oRm, oControl) {
|
|
92
100
|
|
|
93
|
-
if (oControl._shouldRenderPdfContent()) {
|
|
101
|
+
if (oControl._shouldRenderPdfContent() && !(/HeadlessChrome/.test(window.navigator.userAgent))) {
|
|
94
102
|
oRm.openStart("iframe", oControl.getId() + "-iframe");
|
|
95
103
|
|
|
96
104
|
var sParametrizedSource = oControl.getSource();
|
package/src/sap/m/Page.js
CHANGED
package/src/sap/m/Panel.js
CHANGED
|
@@ -23,7 +23,7 @@ sap.ui.define(["sap/m/library", "sap/ui/Device"],
|
|
|
23
23
|
*
|
|
24
24
|
* @param {sap.ui.core.RenderManager}
|
|
25
25
|
* oRm the RenderManager that can be used for writing to the render output buffer
|
|
26
|
-
* @param {sap.
|
|
26
|
+
* @param {sap.m.Panel}
|
|
27
27
|
* oControl an object representation of the control that should be rendered
|
|
28
28
|
*/
|
|
29
29
|
PanelRenderer.render = function(oRm, oControl) {
|
|
@@ -198,7 +198,7 @@ sap.ui.define([
|
|
|
198
198
|
* {@link sap.m.PlanningCalendarView PlanningCalendarView}'s properties.
|
|
199
199
|
*
|
|
200
200
|
* @extends sap.ui.core.Control
|
|
201
|
-
* @version 1.
|
|
201
|
+
* @version 1.101.0
|
|
202
202
|
*
|
|
203
203
|
* @constructor
|
|
204
204
|
* @public
|
|
@@ -1099,6 +1099,7 @@ sap.ui.define([
|
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Getter for the end point in time of the shown interval
|
|
1101
1101
|
* @returns {Date} JavaScript date object with the end date
|
|
1102
|
+
* @since 1.87
|
|
1102
1103
|
* @public
|
|
1103
1104
|
*/
|
|
1104
1105
|
PlanningCalendar.prototype.getEndDate = function () {
|
|
@@ -2465,7 +2466,7 @@ sap.ui.define([
|
|
|
2465
2466
|
}
|
|
2466
2467
|
this._bDateRangeChanged = undefined;
|
|
2467
2468
|
} else {
|
|
2468
|
-
if (oOrigin
|
|
2469
|
+
if (oOrigin instanceof PlanningCalendarView) {
|
|
2469
2470
|
this._bCheckView = true; // update view setting onbeforerendering
|
|
2470
2471
|
}
|
|
2471
2472
|
Control.prototype.invalidate.apply(this, arguments);
|
|
@@ -3977,15 +3978,15 @@ sap.ui.define([
|
|
|
3977
3978
|
if (oSourceTimeline.hasListeners("appointmentDragEnter")) {
|
|
3978
3979
|
|
|
3979
3980
|
if (sIntervalType === CalendarIntervalType.Hour) {
|
|
3980
|
-
newPos = this._calcNewHoursAppPos(oRowStartDate, oAppointment.
|
|
3981
|
+
newPos = this._calcNewHoursAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
3981
3982
|
} else if (sIntervalType === CalendarIntervalType.Day
|
|
3982
3983
|
|| sIntervalType === CalendarIntervalType.Week
|
|
3983
3984
|
|| ((sIntervalType === CalendarIntervalType.OneMonth || sIntervalType === "OneMonth") && !oTargetTimeline._isOneMonthsRowOnSmallSizes())) {
|
|
3984
3985
|
|
|
3985
|
-
newPos = this._calcNewDaysAppPos(oRowStartDate, oAppointment.
|
|
3986
|
+
newPos = this._calcNewDaysAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
3986
3987
|
} else if (sIntervalType === CalendarIntervalType.Month) {
|
|
3987
3988
|
|
|
3988
|
-
newPos = this._calcNewMonthsAppPos(oRowStartDate, oAppointment.
|
|
3989
|
+
newPos = this._calcNewMonthsAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
3989
3990
|
}
|
|
3990
3991
|
|
|
3991
3992
|
var bDropabbleArea = oSourceTimeline.fireAppointmentDragEnter({
|
|
@@ -4030,20 +4031,20 @@ sap.ui.define([
|
|
|
4030
4031
|
bCopy = (oBrowserEvent.metaKey || oBrowserEvent.ctrlKey);
|
|
4031
4032
|
|
|
4032
4033
|
if (sIntervalType === CalendarIntervalType.Hour) {
|
|
4033
|
-
newPos = this._calcNewHoursAppPos(oRowStartDate, oAppointment.
|
|
4034
|
+
newPos = this._calcNewHoursAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
4034
4035
|
} else if (sIntervalType === CalendarIntervalType.Day
|
|
4035
4036
|
|| sIntervalType === CalendarIntervalType.Week
|
|
4036
4037
|
|| ((sIntervalType === CalendarIntervalType.OneMonth || sIntervalType === "OneMonth") && !oTargetTimeline._isOneMonthsRowOnSmallSizes())) {
|
|
4037
4038
|
|
|
4038
|
-
newPos = this._calcNewDaysAppPos(oRowStartDate, oAppointment.
|
|
4039
|
+
newPos = this._calcNewDaysAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
4039
4040
|
} else if (sIntervalType === CalendarIntervalType.Month) {
|
|
4040
4041
|
|
|
4041
|
-
newPos = this._calcNewMonthsAppPos(oRowStartDate, oAppointment.
|
|
4042
|
+
newPos = this._calcNewMonthsAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
4042
4043
|
}
|
|
4043
4044
|
|
|
4044
4045
|
oTargetTimeline.$().find(".sapUiCalendarRowAppsOverlay").removeClass("sapUiCalendarRowAppsOverlayDragging");
|
|
4045
4046
|
|
|
4046
|
-
if (oAppointment.
|
|
4047
|
+
if (oAppointment._getStartDateWithTimezoneAdaptation().getTime() === newPos.startDate.getTime()
|
|
4047
4048
|
&& oAppointment.getParent() === getRow(oTargetTimeline.getParent())) {
|
|
4048
4049
|
|
|
4049
4050
|
return;
|
|
@@ -4193,15 +4194,15 @@ sap.ui.define([
|
|
|
4193
4194
|
newPos;
|
|
4194
4195
|
|
|
4195
4196
|
if (sIntervalType === CalendarIntervalType.Hour) {
|
|
4196
|
-
newPos = this._calcResizeNewHoursAppPos(oRowStartDate, oAppointment.
|
|
4197
|
+
newPos = this._calcResizeNewHoursAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
4197
4198
|
} else if (sIntervalType === CalendarIntervalType.Day
|
|
4198
4199
|
|| sIntervalType === CalendarIntervalType.Week
|
|
4199
4200
|
|| ((sIntervalType === CalendarIntervalType.OneMonth || sIntervalType === "OneMonth") && !oTimeline._isOneMonthsRowOnSmallSizes())) {
|
|
4200
4201
|
|
|
4201
|
-
newPos = this._calcResizeNewDaysAppPos(oRowStartDate, oAppointment.
|
|
4202
|
+
newPos = this._calcResizeNewDaysAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
4202
4203
|
} else if (sIntervalType === CalendarIntervalType.Month) {
|
|
4203
4204
|
|
|
4204
|
-
newPos = this._calcResizeNewMonthsAppPos(oRowStartDate, oAppointment.
|
|
4205
|
+
newPos = this._calcResizeNewMonthsAppPos(oRowStartDate, oAppointment._getStartDateWithTimezoneAdaptation(), oAppointment._getEndDateWithTimezoneAdaptation(), iIndex);
|
|
4205
4206
|
}
|
|
4206
4207
|
|
|
4207
4208
|
oTimeline.$().find(".sapUiCalendarRowAppsOverlay").removeClass("sapUiCalendarRowAppsOverlayDragging");
|
|
@@ -4214,7 +4215,7 @@ sap.ui.define([
|
|
|
4214
4215
|
opacity: 1
|
|
4215
4216
|
});
|
|
4216
4217
|
|
|
4217
|
-
if (oAppointment.
|
|
4218
|
+
if (oAppointment._getEndDateWithTimezoneAdaptation().getTime() === newPos.endDate.getTime() ) {
|
|
4218
4219
|
return;
|
|
4219
4220
|
}
|
|
4220
4221
|
|
|
@@ -4628,7 +4629,7 @@ sap.ui.define([
|
|
|
4628
4629
|
switch (sType) {
|
|
4629
4630
|
case "sapup":
|
|
4630
4631
|
oAppointment = oTimeline.getFocusedAppointment();
|
|
4631
|
-
oDate = oAppointment.
|
|
4632
|
+
oDate = oAppointment._getStartDateWithTimezoneAdaptation();
|
|
4632
4633
|
|
|
4633
4634
|
// get nearest appointment in row above
|
|
4634
4635
|
if (iIndex > 0) {
|
|
@@ -4642,7 +4643,7 @@ sap.ui.define([
|
|
|
4642
4643
|
|
|
4643
4644
|
case "sapdown":
|
|
4644
4645
|
oAppointment = oTimeline.getFocusedAppointment();
|
|
4645
|
-
oDate = oAppointment.
|
|
4646
|
+
oDate = oAppointment._getStartDateWithTimezoneAdaptation();
|
|
4646
4647
|
|
|
4647
4648
|
// get nearest appointment in row above
|
|
4648
4649
|
if (iIndex < aRows.length - 1) {
|
|
@@ -92,7 +92,7 @@ function(
|
|
|
92
92
|
* @extends sap.ui.core.Control
|
|
93
93
|
*
|
|
94
94
|
* @author SAP SE
|
|
95
|
-
* @version 1.
|
|
95
|
+
* @version 1.101.0
|
|
96
96
|
*
|
|
97
97
|
* @constructor
|
|
98
98
|
* @private
|
|
@@ -283,7 +283,6 @@ function(
|
|
|
283
283
|
});
|
|
284
284
|
oCalendarPicker.attachEvent("select", this._handlePickerDateSelect, this);
|
|
285
285
|
oCalendarPicker.attachEvent("cancel", this._handlePickerCancelEvent, this);
|
|
286
|
-
oCalendarPicker.setPopupMode(true);
|
|
287
286
|
this.setAggregation("_calendarPicker", oCalendarPicker);
|
|
288
287
|
this._oCalendarAfterRenderDelegate = {
|
|
289
288
|
onAfterRendering: function() {
|
|
@@ -302,7 +301,6 @@ function(
|
|
|
302
301
|
});
|
|
303
302
|
oMonthPicker.attachEvent("select", this._handlePickerDateSelect, this);
|
|
304
303
|
oMonthPicker.attachEvent("cancel", this._handlePickerCancelEvent, this);
|
|
305
|
-
oMonthPicker.setPopupMode(true);
|
|
306
304
|
this.setAggregation("_monthPicker", oMonthPicker);
|
|
307
305
|
this._oMonthPicker = oMonthPicker;
|
|
308
306
|
|
|
@@ -311,7 +309,6 @@ function(
|
|
|
311
309
|
});
|
|
312
310
|
oYearPicker.attachEvent("select", this._handlePickerDateSelect, this);
|
|
313
311
|
oYearPicker.attachEvent("cancel", this._handlePickerCancelEvent, this);
|
|
314
|
-
oYearPicker.setPopupMode(true);
|
|
315
312
|
this.setAggregation("_yearPicker", oYearPicker);
|
|
316
313
|
this._oYearPicker = oYearPicker;
|
|
317
314
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/library'],
|
|
|
25
25
|
* The <code>PlanningCalendarView</code> defines the type of the intervals (hours, days, months)
|
|
26
26
|
* and how many intervals are displayed.
|
|
27
27
|
* @extends sap.ui.core.Element
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.101.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
package/src/sap/m/Popover.js
CHANGED
|
@@ -67,6 +67,13 @@ sap.ui.define([
|
|
|
67
67
|
// shortcut for sap.m.TitleAlignment
|
|
68
68
|
var TitleAlignment = library.TitleAlignment;
|
|
69
69
|
|
|
70
|
+
var arrowOffset = Parameters.get({
|
|
71
|
+
name: "_sap_m_Popover_ArrowOffset",
|
|
72
|
+
callback: function(sValue) {
|
|
73
|
+
arrowOffset = parseFloat(sValue);
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
|
|
70
77
|
/**
|
|
71
78
|
* Constructor for a new Popover.
|
|
72
79
|
*
|
|
@@ -113,7 +120,7 @@ sap.ui.define([
|
|
|
113
120
|
* @extends sap.ui.core.Control
|
|
114
121
|
* @implements sap.ui.core.PopupInterface
|
|
115
122
|
* @author SAP SE
|
|
116
|
-
* @version 1.
|
|
123
|
+
* @version 1.101.0
|
|
117
124
|
*
|
|
118
125
|
* @public
|
|
119
126
|
* @alias sap.m.Popover
|
|
@@ -403,8 +410,6 @@ sap.ui.define([
|
|
|
403
410
|
* @private
|
|
404
411
|
*/
|
|
405
412
|
Popover.prototype.init = function () {
|
|
406
|
-
// The offset of the arrow must be more than _arrowOffsetThreshold from the border of the popover content
|
|
407
|
-
this._arrowOffsetThreshold = 4;
|
|
408
413
|
|
|
409
414
|
this._marginTopInit = false;
|
|
410
415
|
// The following 4 values are the margins which are used to avoid making the popover very near to the border of the screen
|
|
@@ -597,6 +602,17 @@ sap.ui.define([
|
|
|
597
602
|
}
|
|
598
603
|
|
|
599
604
|
that._deregisterContentResizeHandler();
|
|
605
|
+
|
|
606
|
+
if (this._sTimeoutId && arguments.length > 1) {
|
|
607
|
+
clearTimeout(this._sTimeoutId);
|
|
608
|
+
this._sTimeoutId = null;
|
|
609
|
+
var sAutoclose = arguments[1];
|
|
610
|
+
|
|
611
|
+
if (typeof sAutoclose == "string" && sAutoclose == "autocloseBlur" && this._isFocusInsidePopup()) {
|
|
612
|
+
return;
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
|
|
600
616
|
Popup.prototype.close.apply(this, bBooleanParam ? [] : arguments);
|
|
601
617
|
that.removeDelegate(that._oRestoreFocusDelegate);
|
|
602
618
|
};
|
|
@@ -1970,19 +1986,19 @@ sap.ui.define([
|
|
|
1970
1986
|
// Set arrow offset
|
|
1971
1987
|
if (sCalculatedPlacement === PlacementType.Left || sCalculatedPlacement === PlacementType.Right) {
|
|
1972
1988
|
iPosArrow = oPosParams._$parent.offset().top - oPosParams._$popover.offset().top - oPosParams._fPopoverBorderTop + oPosParams._fPopoverOffsetY + 0.5 * (Popover.outerHeight(oPosParams._$parent[0], false) - oPosParams._$arrow.outerHeight(false));
|
|
1973
|
-
iPosArrow = Math.max(iPosArrow,
|
|
1974
|
-
iPosArrow = Math.min(iPosArrow, oPosParams._fPopoverHeight -
|
|
1989
|
+
iPosArrow = Math.max(iPosArrow, arrowOffset);
|
|
1990
|
+
iPosArrow = Math.min(iPosArrow, oPosParams._fPopoverHeight - arrowOffset - oPosParams._$arrow.outerHeight());
|
|
1975
1991
|
return {"top": iPosArrow};
|
|
1976
1992
|
} else if (sCalculatedPlacement === PlacementType.Top || sCalculatedPlacement === PlacementType.Bottom) {
|
|
1977
1993
|
if (bRtl) {
|
|
1978
1994
|
iPosArrow = oPosParams._$popover.offset().left + Popover.outerWidth(oPosParams._$popover[0], false) - (oPosParams._$parent.offset().left + Popover.outerWidth(oPosParams._$parent[0], false)) + oPosParams._fPopoverBorderRight + oPosParams._fPopoverOffsetX + 0.5 * (Popover.outerWidth(oPosParams._$parent[0], false) - oPosParams._$arrow.outerWidth(false));
|
|
1979
|
-
iPosArrow = Math.max(iPosArrow,
|
|
1980
|
-
iPosArrow = Math.min(iPosArrow, oPosParams._fPopoverWidth -
|
|
1995
|
+
iPosArrow = Math.max(iPosArrow, arrowOffset);
|
|
1996
|
+
iPosArrow = Math.min(iPosArrow, oPosParams._fPopoverWidth - arrowOffset - oPosParams._$arrow.outerWidth(false));
|
|
1981
1997
|
return {"right": iPosArrow};
|
|
1982
1998
|
} else {
|
|
1983
1999
|
iPosArrow = oPosParams._$parent.offset().left - oPosParams._$popover.offset().left - oPosParams._fPopoverBorderLeft + oPosParams._fPopoverOffsetX + 0.5 * (Popover.outerWidth(oPosParams._$parent[0], false) - oPosParams._$arrow.outerWidth(false));
|
|
1984
|
-
iPosArrow = Math.max(iPosArrow,
|
|
1985
|
-
iPosArrow = Math.min(iPosArrow, oPosParams._fPopoverWidth -
|
|
2000
|
+
iPosArrow = Math.max(iPosArrow, arrowOffset);
|
|
2001
|
+
iPosArrow = Math.min(iPosArrow, oPosParams._fPopoverWidth - arrowOffset - oPosParams._$arrow.outerWidth(false));
|
|
1986
2002
|
return {"left": iPosArrow};
|
|
1987
2003
|
}
|
|
1988
2004
|
}
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
28
28
|
*
|
|
29
29
|
* @param {sap.ui.core.RenderManager} rm The RenderManager that can be used for writing to the Render-Output-Buffer
|
|
30
|
-
* @param {sap.
|
|
30
|
+
* @param {sap.m.Popover} oControl An object representation of the control that should be rendered
|
|
31
31
|
*/
|
|
32
32
|
PopoverRenderer.render = function(oRm, oControl) {
|
|
33
33
|
oRm.openStart("div", oControl);
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @extends sap.ui.core.Control
|
|
60
60
|
*
|
|
61
61
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.101.0
|
|
63
63
|
*
|
|
64
64
|
* @constructor
|
|
65
65
|
* @public
|
|
@@ -379,8 +379,8 @@ sap.ui.define([
|
|
|
379
379
|
/**
|
|
380
380
|
* Determines the CSS class, which should be applied to the <code>ProgressIndicator</code>
|
|
381
381
|
* for the given <code>percentValue</code>.
|
|
382
|
-
* @param {
|
|
383
|
-
* @return {
|
|
382
|
+
* @param {number} fPercentValue
|
|
383
|
+
* @return {string} the CSS class
|
|
384
384
|
* @since 1.44
|
|
385
385
|
* @private
|
|
386
386
|
*/
|
|
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
24
24
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
25
25
|
*
|
|
26
26
|
* @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
|
|
27
|
-
* @param {sap.
|
|
27
|
+
* @param {sap.m.ProgressIndicator} oControl an object representation of the control that should be rendered
|
|
28
28
|
*/
|
|
29
29
|
ProgressIndicatorRenderer.render = function(oRm, oControl) {
|
|
30
30
|
var fPercentValue = oControl.getPercentValue(),
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/IconPool'],
|
|
|
23
23
|
* Writes the accessibility state to the control's root element.
|
|
24
24
|
*
|
|
25
25
|
* @param {sap.ui.core.RenderManager} oRm The RenderManager that can be used for writing to the render output buffer.
|
|
26
|
-
* @param {sap.
|
|
26
|
+
* @param {sap.m.PullToRefresh} oControl An object representation of the control that should be rendered.
|
|
27
27
|
*/
|
|
28
28
|
PullToRefreshRenderer.writeAccessibilityState = function(oRm, oControl) {
|
|
29
29
|
|
|
@@ -41,7 +41,7 @@ sap.ui.define(['sap/ui/core/IconPool'],
|
|
|
41
41
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
42
42
|
*
|
|
43
43
|
* @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
|
|
44
|
-
* @param {sap.
|
|
44
|
+
* @param {sap.m.PullToRefresh} oControl an object representation of the control that should be rendered
|
|
45
45
|
*/
|
|
46
46
|
PullToRefreshRenderer.render = function(oRm, oControl){
|
|
47
47
|
var bShowIcon = oControl.getShowIcon();
|
package/src/sap/m/QuickView.js
CHANGED
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
22
22
|
*
|
|
23
23
|
* @param {sap.ui.core.RenderManager} oRM the RenderManager that can be used for writing to the render output buffer
|
|
24
|
-
* @param {sap.
|
|
24
|
+
* @param {sap.m.QuickViewCard} oQuickViewCard an object representation of the control that should be rendered
|
|
25
25
|
*/
|
|
26
26
|
QuickViewCardRenderer.render = function (oRM, oQuickViewCard) {
|
|
27
27
|
oRM.openStart("div", oQuickViewCard)
|
|
@@ -82,6 +82,9 @@ sap.ui.define([
|
|
|
82
82
|
// shortcut for sap.m.AvatarShape
|
|
83
83
|
var AvatarShape = library.AvatarShape;
|
|
84
84
|
|
|
85
|
+
// shortcut for sap.m.EmptyIndicator
|
|
86
|
+
var EmptyIndicatorMode = library.EmptyIndicatorMode;
|
|
87
|
+
|
|
85
88
|
var oRB = Core.getLibraryResourceBundle('sap.m');
|
|
86
89
|
|
|
87
90
|
/**
|
|
@@ -97,7 +100,7 @@ sap.ui.define([
|
|
|
97
100
|
* @extends sap.ui.core.Control
|
|
98
101
|
*
|
|
99
102
|
* @author SAP SE
|
|
100
|
-
* @version 1.
|
|
103
|
+
* @version 1.101.0
|
|
101
104
|
*
|
|
102
105
|
* @constructor
|
|
103
106
|
* @public
|
|
@@ -501,7 +504,7 @@ sap.ui.define([
|
|
|
501
504
|
|
|
502
505
|
if (!oCurrentGroupElementValue) {
|
|
503
506
|
// Add dummy text element so that the form renders the oLabel
|
|
504
|
-
oForm.addContent(new Text({text : ""}));
|
|
507
|
+
oForm.addContent(new Text({text : "", emptyIndicatorMode: EmptyIndicatorMode.On}));
|
|
505
508
|
continue;
|
|
506
509
|
}
|
|
507
510
|
|
|
@@ -19,7 +19,7 @@ sap.ui.define([], function () {
|
|
|
19
19
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
20
20
|
*
|
|
21
21
|
* @param {sap.ui.core.RenderManager} oRM the RenderManager that can be used for writing to the render output buffer
|
|
22
|
-
* @param {sap.
|
|
22
|
+
* @param {sap.m.QuickViewPage} oQuickViewPage an object representation of the control that should be rendered
|
|
23
23
|
*/
|
|
24
24
|
QuickViewPageRenderer.render = function (oRM, oQuickViewPage) {
|
|
25
25
|
var mPageContent = oQuickViewPage.getPageContent();
|