@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
|
@@ -33,12 +33,18 @@ SELECT_CONFIRM_BUTTON=\u9078\u64C7
|
|
|
33
33
|
|
|
34
34
|
SELECT_CANCEL_BUTTON=\u53D6\u6D88
|
|
35
35
|
|
|
36
|
+
SHOW_SELECTED_BUTTON=\u50C5\u986F\u793A\u6240\u9078\u9805\u76EE
|
|
37
|
+
|
|
36
38
|
LIST_NO_DATA=\u7121\u8CC7\u6599
|
|
37
39
|
|
|
38
40
|
LIST_ITEM_SELECTION=\u9805\u76EE\u9078\u64C7
|
|
39
41
|
|
|
40
42
|
TABLE_NO_COLUMNS=\u73FE\u5728\u8868\u683C\u4E2D\u6C92\u6709\u53EF\u898B\u6B04\u4F4D\uFF0C\u8ACB\u5728\u8868\u683C\u8A2D\u5B9A\u4E2D\u9078\u64C7\u60A8\u9700\u8981\u7684\u6B04\u4F4D\u3002
|
|
41
43
|
|
|
44
|
+
TABLE_NO_COLUMNS_TITLE=\u65B0\u589E\u6B04\u4F4D\u4EE5\u67E5\u770B\u5167\u5BB9
|
|
45
|
+
|
|
46
|
+
TABLE_NO_COLUMNS_DESCRIPTION=\u5728\u8868\u683C\u8A2D\u5B9A\u4E2D\u9078\u64C7\u60A8\u9700\u8981\u7684\u6B04\u4F4D\u3002
|
|
47
|
+
|
|
42
48
|
TABLE_POPIN_LABEL_COLON=\uFF1A
|
|
43
49
|
|
|
44
50
|
LABEL_COLON=\uFF1A
|
|
@@ -236,10 +242,6 @@ VIEWSETTINGS_DESCENDING_ITEM=\u964D\u51AA
|
|
|
236
242
|
|
|
237
243
|
VIEWSETTINGS_CLEAR_FILTER_TOOLTIP=\u6E05\u9664\u6240\u6709\u7BE9\u9078
|
|
238
244
|
|
|
239
|
-
VIEWSETTINGS_SORT_DIRECTION=\u6392\u5E8F\u65B9\u5411
|
|
240
|
-
|
|
241
|
-
VIEWSETTINGS_GROUP_DIRECTION=\u7FA4\u7D44\u65B9\u5411
|
|
242
|
-
|
|
243
245
|
VIEWSETTINGS_SORT_BY=\u6392\u5E8F
|
|
244
246
|
|
|
245
247
|
VIEWSETTINGS_SORT_OBJECT=\u6392\u5E8F\u4F9D\u64DA
|
|
@@ -703,8 +705,6 @@ CAROUSEL_POSITION=\u5DF2\u986F\u793A\u9805\u76EE {0}/{1}
|
|
|
703
705
|
|
|
704
706
|
CAROUSEL_PAGE_INDICATOR_TEXT={0}/{1}
|
|
705
707
|
|
|
706
|
-
CAROUSEL_ERROR_MESSAGE=\u7121\u6CD5\u8F09\u5165\u5167\u5BB9\u3002
|
|
707
|
-
|
|
708
708
|
COLON=\uFF1A
|
|
709
709
|
|
|
710
710
|
SEMANTIC_CONTROL_EDIT=\u7DE8\u8F2F
|
|
@@ -734,8 +734,8 @@ SEMANTIC_CONTROL_ACTION_SHARE=\u5206\u4EAB
|
|
|
734
734
|
SEMANTIC_DETAIL_PAGE_TITLE=\u660E\u7D30
|
|
735
735
|
SEMANTIC_MASTER_PAGE_TITLE=\u4E3B\u8981
|
|
736
736
|
|
|
737
|
-
DRAFT_INDICATOR_SAVING_DRAFT=\u6B63\u5728\
|
|
738
|
-
DRAFT_INDICATOR_DRAFT_SAVED=\u5DF2\
|
|
737
|
+
DRAFT_INDICATOR_SAVING_DRAFT=\u6B63\u5728\u66F4\u65B0\u8349\u7A3F...
|
|
738
|
+
DRAFT_INDICATOR_DRAFT_SAVED=\u5DF2\u66F4\u65B0\u8349\u7A3F
|
|
739
739
|
|
|
740
740
|
WIZARD_CANCEL=\u53D6\u6D88
|
|
741
741
|
WIZARD_NEXT=\u4E0B\u4E00\u6B65
|
|
@@ -817,6 +817,8 @@ TIMEPICKER_TOOLTIP_DOWN=\u5411\u4E0B\u9375
|
|
|
817
817
|
|
|
818
818
|
BREADCRUMB_LABEL=\u8DEF\u5F91\u6307\u5F15\u8FFD\u8E64
|
|
819
819
|
|
|
820
|
+
BREADCRUMB_ITEM_POS={0}/{1}
|
|
821
|
+
|
|
820
822
|
BREADCRUMB_SELECT_TOOLTIP=\u66F4\u591A
|
|
821
823
|
|
|
822
824
|
NOTIFICATION_LIST_ITEM_UNREAD=\u672A\u8B80\u53D6\u901A\u77E5
|
|
@@ -857,7 +859,7 @@ NUMERICCONTENT_DEVIATION_UP=\u5347\u51AA
|
|
|
857
859
|
|
|
858
860
|
NUMERICCONTENT_DEVIATION_DOWN=\u964D\u51AA
|
|
859
861
|
|
|
860
|
-
MASKINPUT_ROLE_DESCRIPTION
|
|
862
|
+
MASKINPUT_ROLE_DESCRIPTION=\u906E\u7F69\u7DE8\u8F2F
|
|
861
863
|
|
|
862
864
|
MASKINPUT_SCREENREADER_DESCRIPTION=\u805A\u7126\u4E4B\u5F8C\uFF0C\u7CFB\u7D71\u6703\u5C07\u906E\u7F69\u7684\u8F38\u5165\u6B04\u4F4D\u683C\u5F0F\u5316\u4E26\u9810\u5148\u586B\u5165\u3002 \u7CFB\u7D71\u6703\u4FDD\u7559 {0} \u7B26\u865F\u4F5C\u70BA\u4F4D\u7F6E\u4FDD\u7559\u7B26\u865F\u3002 \u5FC5\u9808\u8F38\u5165\u81F3\u6B64\u6B04\u4F4D\u7684\u503C\u6703\u4F7F\u7528\u4EE5\u4E0B\u683C\u5F0F {1}\uFF0C\u5176\u4E2D\u6BCF\u500B\u7B26\u865F\u7686\u8207\u898F\u5247\u5C0D\u61C9\u3002 \u898F\u5247\u662F\u7CFB\u7D71\u5141\u8A31\u5176\u7279\u6B8A\u4F4D\u7F6E\u7684\u4E00\u7D44\u5B57\u5143\u3002 \u6C92\u6709\u898F\u5247\u7684\u7B26\u865F\u70BA\u56FA\u5B9A\u5B57\u5143\u4EE5\u53CA\u503C\u683C\u5F0F\u7684\u4E00\u90E8\u5206\u3002
|
|
863
865
|
|
|
@@ -965,13 +967,13 @@ ACC_CTR_TYPE_INPUT=\u8F38\u5165
|
|
|
965
967
|
|
|
966
968
|
ACC_CTR_TYPE_MULTIINPUT=\u591A\u91CD\u8F38\u5165
|
|
967
969
|
|
|
968
|
-
ACC_CTR_TYPE_DATEINPUT=\u65E5\u671F\
|
|
970
|
+
ACC_CTR_TYPE_DATEINPUT=\u65E5\u671F\u8F38\u5165
|
|
969
971
|
|
|
970
972
|
ACC_CTR_TYPE_DATERANGEINPUT=\u65E5\u671F\u7BC4\u570D\u8F38\u5165
|
|
971
973
|
|
|
972
974
|
ACC_CTR_TYPE_TIMEINPUT=\u6642\u9593\u8F38\u5165
|
|
973
975
|
|
|
974
|
-
ACC_CTR_TYPE_DYNAMIC_DATE_RANGE=\u52D5\u614B\u65E5\u671F\
|
|
976
|
+
ACC_CTR_TYPE_DYNAMIC_DATE_RANGE=\u52D5\u614B\u65E5\u671F\u8F38\u5165
|
|
975
977
|
|
|
976
978
|
ACC_CTR_TYPE_TIMEINPUT_MOBILE_DESCRIBEDBY=\u9EDE\u9078\u4EE5\u555F\u7528\u7DE8\u8F2F\u6A21\u5F0F
|
|
977
979
|
|
|
@@ -1029,6 +1031,8 @@ ACC_CTR_STATE_RATING={0}/{1}
|
|
|
1029
1031
|
|
|
1030
1032
|
ACC_CTR_STATE_PROGRESS={0} %
|
|
1031
1033
|
|
|
1034
|
+
ACC_CTR_ILLUSTRATED_MESSAGE=\u8AAA\u660E\u8A0A\u606F
|
|
1035
|
+
|
|
1032
1036
|
|
|
1033
1037
|
SPLIT_BUTTON_DESCRIPTION=\u5206\u5272\u6309\u9215
|
|
1034
1038
|
|
|
@@ -1122,7 +1126,7 @@ TABLE_ICON_DESELECT_ALL=\u53D6\u6D88\u9078\u64C7\u6240\u6709\u5217
|
|
|
1122
1126
|
|
|
1123
1127
|
TABLE_ARIA_LABEL=\u8868\u683C\u6E05\u55AE
|
|
1124
1128
|
|
|
1125
|
-
TABLE_CLEARBUTTON_TOOLTIP
|
|
1129
|
+
TABLE_CLEARBUTTON_TOOLTIP=\u53D6\u6D88\u5168\u9078
|
|
1126
1130
|
|
|
1127
1131
|
TABLE_CONTAINER_ROLE_DESCRIPTION=\u8868\u683C\u6E05\u55AE\u5132\u5B58\u5340
|
|
1128
1132
|
|
|
@@ -1301,9 +1305,12 @@ DYNAMIC_DATE_RANGE_CONFIRM=\u5957\u7528
|
|
|
1301
1305
|
DYNAMIC_DATE_RANGE_CANCEL=\u53D6\u6D88
|
|
1302
1306
|
|
|
1303
1307
|
DYNAMIC_DATE_DATE_FORMAT={0}
|
|
1308
|
+
DYNAMIC_DATE_DATETIME_FORMAT={0}
|
|
1304
1309
|
DYNAMIC_DATE_SPECIFICMONTH_FORMAT={0}
|
|
1310
|
+
DYNAMIC_DATE_SPECIFICMONTHINYEAR_FORMAT={0} {1}
|
|
1305
1311
|
DYNAMIC_DATE_DATERANGE_FORMAT={0} - {1}
|
|
1306
1312
|
DYNAMIC_DATE_TODAY_FORMAT=\u4ECA\u5929
|
|
1313
|
+
DYNAMIC_DATE_DATETIMERANGE_FORMAT={0} - {1}
|
|
1307
1314
|
DYNAMIC_DATE_YESTERDAY_FORMAT=\u6628\u5929
|
|
1308
1315
|
DYNAMIC_DATE_TOMORROW_FORMAT=\u660E\u5929
|
|
1309
1316
|
DYNAMIC_DATE_THISWEEK_FORMAT=\u672C\u9031
|
|
@@ -1338,6 +1345,8 @@ DYNAMIC_DATE_NEXTQUARTERS_FORMAT=\u672A\u4F86 {0} \u5B63
|
|
|
1338
1345
|
DYNAMIC_DATE_NEXTYEARS_FORMAT=\u672A\u4F86 {0} \u5E74
|
|
1339
1346
|
DYNAMIC_DATE_FROM_FORMAT=\u958B\u59CB {0}
|
|
1340
1347
|
DYNAMIC_DATE_TO_FORMAT=\u7D50\u675F {0}
|
|
1348
|
+
DYNAMIC_DATE_FROMDATETIME_FORMAT=\u958B\u59CB {0}
|
|
1349
|
+
DYNAMIC_DATE_TODATETIME_FORMAT=\u7D50\u675F {0}
|
|
1341
1350
|
DYNAMIC_DATE_YEARTODATE_FORMAT=\u5E74\u81F3\u65E5
|
|
1342
1351
|
DYNAMIC_DATE_DATETOYEAR_FORMAT=\u65E5\u81F3\u5E74
|
|
1343
1352
|
DYNAMIC_DATE_TODAYFROMTO_FORMAT=\u4ECA\u65E5 -{0} / +{1} \u5929
|
|
@@ -1347,8 +1356,11 @@ DYNAMIC_DATE_QUARTER3_FORMAT=\u7B2C\u4E09\u5B63
|
|
|
1347
1356
|
DYNAMIC_DATE_QUARTER4_FORMAT=\u7B2C\u56DB\u5B63
|
|
1348
1357
|
|
|
1349
1358
|
DYNAMIC_DATE_DATE_TITLE=\u65E5\u671F
|
|
1359
|
+
DYNAMIC_DATE_DATETIME_TITLE=\u65E5\u671F\u548C\u6642\u9593
|
|
1350
1360
|
DYNAMIC_DATE_SPECIFICMONTH_TITLE=\u6708\u4EFD
|
|
1361
|
+
DYNAMIC_DATE_SPECIFICMONTHINYEAR_TITLE=\u6708\u4EFD (\u5E74)
|
|
1351
1362
|
DYNAMIC_DATE_DATERANGE_TITLE=\u81EA/\u81F3
|
|
1363
|
+
DYNAMIC_DATE_DATETIMERANGE_TITLE=\u81EA/\u81F3
|
|
1352
1364
|
DYNAMIC_DATE_TODAY_TITLE=\u4ECA\u5929
|
|
1353
1365
|
DYNAMIC_DATE_YESTERDAY_TITLE=\u6628\u5929
|
|
1354
1366
|
DYNAMIC_DATE_TOMORROW_TITLE=\u660E\u5929
|
|
@@ -1391,6 +1403,10 @@ DYNAMIC_DATE_QUARTERS=\u5B63
|
|
|
1391
1403
|
DYNAMIC_DATE_YEARS=\u5E74
|
|
1392
1404
|
DYNAMIC_DATE_FROM_TITLE=\u958B\u59CB
|
|
1393
1405
|
DYNAMIC_DATE_TO_TITLE=\u7D50\u675F
|
|
1406
|
+
DYNAMIC_DATE_FROMDATETIME_TITLE=\u958B\u59CB
|
|
1407
|
+
DYNAMIC_DATE_TODATETIME_TITLE=\u7D50\u675F
|
|
1408
|
+
DDR_DATETIMERANGE_FROM_LABEL=\u81EA\uFF1A
|
|
1409
|
+
DDR_DATETIMERANGE_TO_LABEL=\u81F3\uFF1A
|
|
1394
1410
|
DYNAMIC_DATE_YEARTODATE_TITLE=\u5E74\u81F3\u65E5
|
|
1395
1411
|
DYNAMIC_DATE_DATETOYEAR_TITLE=\u65E5\u81F3\u5E74
|
|
1396
1412
|
DYNAMIC_DATE_TODAYFROMTO_TITLE=\u4ECA\u5929 - X / +Y \u5929
|
|
@@ -1407,7 +1423,7 @@ DDR_OPTIONS_GROUP_4=\u500B\u6708
|
|
|
1407
1423
|
DDR_OPTIONS_GROUP_5=\u5B63
|
|
1408
1424
|
DDR_OPTIONS_GROUP_6=\u5E74
|
|
1409
1425
|
|
|
1410
|
-
DDR_INFO_DATES_EMPTY_HINT=\u9078\u64C7\u65E5\u671F
|
|
1426
|
+
DDR_INFO_DATES_EMPTY_HINT=\u9078\u64C7\u65E5\u671F
|
|
1411
1427
|
DDR_INFO_DATES=\u5DF2\u9078\u64C7\uFF1A{0}
|
|
1412
1428
|
|
|
1413
1429
|
DDR_WRONG_VALUE=\u932F\u8AA4\u503C
|
|
@@ -1436,6 +1452,20 @@ table.COLUMNMENU_CONFIRM=\u78BA\u5B9A
|
|
|
1436
1452
|
|
|
1437
1453
|
table.COLUMNMENU_RESET=\u91CD\u8A2D
|
|
1438
1454
|
|
|
1455
|
+
table.COLUMNMENU_QUICK_SORT=\u5FEB\u901F\u6392\u5E8F
|
|
1456
|
+
|
|
1457
|
+
table.COLUMNMENU_SORT_BY=\u6309 {0} \u6392\u5E8F
|
|
1458
|
+
|
|
1459
|
+
table.COLUMNMENU_SORT_ASCENDING=\u905E\u589E
|
|
1460
|
+
|
|
1461
|
+
table.COLUMNMENU_SORT_DESCENDING=\u905E\u6E1B
|
|
1462
|
+
|
|
1463
|
+
table.COLUMNMENU_QUICK_GROUP=\u5FEB\u901F\u5206\u7D44
|
|
1464
|
+
|
|
1465
|
+
table.COLUMNMENU_QUICK_TOTAL=\u5FEB\u901F\u7E3D\u8A08
|
|
1466
|
+
|
|
1467
|
+
table.COLUMN_MENU_RESIZE=\u8ABF\u6574\u6B04\u5927\u5C0F
|
|
1468
|
+
|
|
1439
1469
|
IllustratedMessage_TITLE_BeforeSearch=\u53D6\u5F97\u90E8\u4EFD\u7D50\u679C
|
|
1440
1470
|
|
|
1441
1471
|
IllustratedMessage_DESCRIPTION_BeforeSearch=\u900F\u904E\u63D0\u4F9B\u60A8\u7684\u641C\u5C0B\u6E96\u5247\u958B\u59CB\u3002
|
|
@@ -1476,6 +1506,10 @@ IllustratedMessage_TITLE_UnableToLoad=\u7121\u6CD5\u8F09\u5165\u8CC7\u6599
|
|
|
1476
1506
|
|
|
1477
1507
|
IllustratedMessage_DESCRIPTION_UnableToLoad=\u6AA2\u67E5\u60A8\u7684\u7DB2\u969B\u7DB2\u8DEF\u9023\u7DDA\uFF1B\u82E5\u6B64\u6642\u6C92\u6709\u7DB2\u969B\u7DB2\u8DEF\u9023\u7DDA\uFF0C\u8ACB\u5617\u8A66\u91CD\u65B0\u8F09\u5165\u3002\u82E5\u6C92\u6709\u7372\u5F97\u5354\u52A9\uFF0C\u8ACB\u806F\u7E6B\u7BA1\u7406\u54E1\u3002
|
|
1478
1508
|
|
|
1509
|
+
IllustratedMessage_TITLE_UnableToLoadImage=\u7121\u6CD5\u8F09\u5165\u5716\u50CF
|
|
1510
|
+
|
|
1511
|
+
IllustratedMessage_DESCRIPTION_UnableToLoadImage=\u5728\u6307\u5B9A\u4F4D\u7F6E\u627E\u4E0D\u5230\u5716\u50CF\uFF0C\u6216\u4F3A\u670D\u5668\u6C92\u6709\u56DE\u61C9\u3002
|
|
1512
|
+
|
|
1479
1513
|
IllustratedMessage_TITLE_UnableToUpload=\u7121\u6CD5\u4E0A\u50B3\u8CC7\u6599
|
|
1480
1514
|
|
|
1481
1515
|
IllustratedMessage_DESCRIPTION_UnableToUpload=\u6AA2\u67E5\u60A8\u7684\u7DB2\u969B\u7DB2\u8DEF\u9023\u7DDA\uFF1B\u82E5\u6C92\u6709\u7372\u5F97\u5354\u52A9\uFF0C\u8ACB\u6AA2\u67E5\u6A94\u6848\u683C\u5F0F\u548C\u6A94\u6848\u5927\u5C0F\uFF0C\u6216\u662F\u806F\u7D61\u7BA1\u7406\u54E1\u3002
|
|
@@ -22,12 +22,12 @@ sap.ui.define([
|
|
|
22
22
|
* @extends sap.ui.core.Control
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.101.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @alias sap.m.p13n.AbstractContainer
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.101.0
|
|
31
31
|
* @experimental Since 1.96.
|
|
32
32
|
* @since 1.96
|
|
33
33
|
*
|
|
@@ -167,9 +167,9 @@ sap.ui.define([
|
|
|
167
167
|
* This method can be used to remove a view from the <code>AbstractContainer</code> instance.
|
|
168
168
|
*
|
|
169
169
|
* @param {string|sap.m.p13n.AbstractContainerItem} vContainerItem View that is removed
|
|
170
|
-
* @param {boolean} bSuppress
|
|
170
|
+
* @param {boolean} bSuppress Suppress invalidate
|
|
171
171
|
*
|
|
172
|
-
* @returns {
|
|
172
|
+
* @returns {this} The <code>AbstractContainer<code> instance
|
|
173
173
|
*/
|
|
174
174
|
AbstractContainer.prototype.removeView = function(vContainerItem, bSuppress){
|
|
175
175
|
var oContainerItem = typeof vContainerItem == "string" ? this.getView(vContainerItem) : vContainerItem;
|
|
@@ -185,9 +185,8 @@ sap.ui.define([
|
|
|
185
185
|
* This method can be used to add a view to the <code>AbstractContainer</code> instance.
|
|
186
186
|
*
|
|
187
187
|
* @param {sap.m.p13n.AbstractContainerItem} vContainerItem <code>AbstractContainerItem</code> that is added
|
|
188
|
-
* @param {boolean} bSuppress Supress invalidate
|
|
189
188
|
*
|
|
190
|
-
* @returns {
|
|
189
|
+
* @returns {this} The <code>AbstractContainer<code> instance
|
|
191
190
|
*/
|
|
192
191
|
AbstractContainer.prototype.addView = function(vContainerItem) {
|
|
193
192
|
if (vContainerItem && vContainerItem.getContent() && !vContainerItem.getContent().hasStyleClass("sapUiMAbstractContainerContent")){
|
|
@@ -243,7 +242,15 @@ sap.ui.define([
|
|
|
243
242
|
this.oLayout.removeAllContent();
|
|
244
243
|
this.oLayout.addContent(oNewView.getContent());
|
|
245
244
|
|
|
246
|
-
|
|
245
|
+
if (sCurrentViewKey !== sKey) {
|
|
246
|
+
this.oAfterRenderingDelegate = {
|
|
247
|
+
onAfterRendering: function () {
|
|
248
|
+
this.removeEventDelegate(this.oAfterRenderingDelegate);
|
|
249
|
+
this.fireAfterViewSwitch({source: sCurrentViewKey, target: sKey});
|
|
250
|
+
}.bind(this)
|
|
251
|
+
};
|
|
252
|
+
this.addEventDelegate(this.oAfterRenderingDelegate, this);
|
|
253
|
+
}
|
|
247
254
|
};
|
|
248
255
|
|
|
249
256
|
/**
|
|
@@ -264,7 +271,7 @@ sap.ui.define([
|
|
|
264
271
|
/**
|
|
265
272
|
* Gets a plain representation of the current views.
|
|
266
273
|
*
|
|
267
|
-
* @returns {object} The current view
|
|
274
|
+
* @returns {object} The current view aggregation as map
|
|
268
275
|
*/
|
|
269
276
|
AbstractContainer.prototype.getViewMap = function() {
|
|
270
277
|
return this.getViews().map(function(o){
|
|
@@ -20,12 +20,12 @@ sap.ui.define(['sap/ui/core/Element', "sap/ui/core/Control"],
|
|
|
20
20
|
* @extends sap.ui.core.Element
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.101.0
|
|
24
24
|
*
|
|
25
25
|
* @constructor
|
|
26
26
|
* @alias sap.m.p13n.AbstractContainerItem
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.101.0
|
|
29
29
|
* @experimental Since 1.96.
|
|
30
30
|
* @since 1.96
|
|
31
31
|
* @ui5-restricted
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @extends sap.ui.core.Control
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.101.0
|
|
26
26
|
*
|
|
27
27
|
* @private
|
|
28
28
|
* @ui5-restricted
|
|
@@ -94,7 +94,7 @@ sap.ui.define([
|
|
|
94
94
|
* An object containing information about the specific item that has been changed.
|
|
95
95
|
*/
|
|
96
96
|
item: {
|
|
97
|
-
type: "
|
|
97
|
+
type: "sap.m.p13n.Item|sap.m.p13n.Item[]"
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
}
|
|
@@ -120,6 +120,7 @@ sap.ui.define([
|
|
|
120
120
|
BasePanel.prototype.CHANGE_REASON_MOVE = "Move";
|
|
121
121
|
BasePanel.prototype.CHANGE_REASON_SELECTALL = "SelectAll";
|
|
122
122
|
BasePanel.prototype.CHANGE_REASON_DESELECTALL = "DeselectAll";
|
|
123
|
+
BasePanel.prototype.CHANGE_REASON_RANGESELECT = "RangeSelect";
|
|
123
124
|
|
|
124
125
|
//defines the name of the attribute describing the presence/active state
|
|
125
126
|
BasePanel.prototype.PRESENCE_ATTRIBUTE = "visible";
|
|
@@ -160,7 +161,7 @@ sap.ui.define([
|
|
|
160
161
|
* @type {sap.m.p13n.Item}
|
|
161
162
|
* @static
|
|
162
163
|
* @constant
|
|
163
|
-
* @typedef {
|
|
164
|
+
* @typedef {object} sap.m.p13n.Item
|
|
164
165
|
* @property {string} name The unique key of the item
|
|
165
166
|
* @property {string} label The label describing the personalization item
|
|
166
167
|
* @property {boolean} visible Defines the selection state of the personalization item
|
|
@@ -171,22 +172,22 @@ sap.ui.define([
|
|
|
171
172
|
* Sets the personalization state of the panel instance.
|
|
172
173
|
*
|
|
173
174
|
* @public
|
|
174
|
-
* @param {sap.m.p13n.Item} aP13nData An array containing the personalization state that is represented by the <code>BasePanel</code>.
|
|
175
|
-
* @returns {
|
|
175
|
+
* @param {sap.m.p13n.Item[]} aP13nData An array containing the personalization state that is represented by the <code>BasePanel</code>.
|
|
176
|
+
* @returns {this} The BasePanel instance
|
|
176
177
|
*/
|
|
177
178
|
BasePanel.prototype.setP13nData = function(aP13nData) {
|
|
178
|
-
this._getP13nModel().setProperty("/items",
|
|
179
|
+
this._getP13nModel().setProperty("/items", aP13nData);
|
|
179
180
|
return this;
|
|
180
181
|
};
|
|
181
182
|
|
|
182
183
|
/**
|
|
183
|
-
*
|
|
184
|
+
* Returns the personalization state that is currently displayed by the <code>BasePanel</code>.
|
|
184
185
|
* @public
|
|
185
186
|
* @param {boolean} bOnlyActive Determines whether only the present items is included
|
|
186
|
-
* @returns {
|
|
187
|
+
* @returns {sap.m.p13n.Item[]} An array containing the personalization state that is currently displayed by the <code>BasePanel</code>
|
|
187
188
|
*/
|
|
188
189
|
BasePanel.prototype.getP13nData = function (bOnlyActive) {
|
|
189
|
-
var aItems =
|
|
190
|
+
var aItems = this._getP13nModel().getProperty("/items");
|
|
190
191
|
if (bOnlyActive) {
|
|
191
192
|
aItems = aItems.filter(function(oItem){
|
|
192
193
|
return oItem[this.PRESENCE_ATTRIBUTE];
|
|
@@ -483,23 +484,27 @@ sap.ui.define([
|
|
|
483
484
|
BasePanel.prototype._onSelectionChange = function(oEvent) {
|
|
484
485
|
|
|
485
486
|
var aListItems = oEvent.getParameter("listItems");
|
|
486
|
-
var
|
|
487
|
-
var bDeSelectAll = !bSelectAll && aListItems.length > 1;
|
|
487
|
+
var sSpecialChangeReason = this._checkSpecialChangeReason(oEvent.getParameter("selectAll"), oEvent.getParameter("listItems"));
|
|
488
488
|
|
|
489
489
|
aListItems.forEach(function(oTableItem) {
|
|
490
|
-
this._selectTableItem(oTableItem,
|
|
490
|
+
this._selectTableItem(oTableItem, !!sSpecialChangeReason);
|
|
491
491
|
}, this);
|
|
492
492
|
|
|
493
|
-
if (
|
|
493
|
+
if (sSpecialChangeReason) {
|
|
494
|
+
|
|
495
|
+
var aModelItems = [];
|
|
496
|
+
aListItems.forEach(function(oTableItem) {
|
|
497
|
+
aModelItems.push(this._getModelEntry(oTableItem));
|
|
498
|
+
}, this);
|
|
499
|
+
|
|
494
500
|
this.fireChange({
|
|
495
|
-
reason:
|
|
496
|
-
item:
|
|
501
|
+
reason: sSpecialChangeReason,
|
|
502
|
+
item: aModelItems
|
|
497
503
|
});
|
|
498
504
|
}
|
|
499
505
|
|
|
500
|
-
|
|
501
506
|
// in case of 'deselect all', the move buttons for positioning are going to be disabled
|
|
502
|
-
if (
|
|
507
|
+
if (sSpecialChangeReason === this.CHANGE_REASON_DESELECTALL) {
|
|
503
508
|
this._getMoveTopButton().setEnabled(false);
|
|
504
509
|
this._getMoveUpButton().setEnabled(false);
|
|
505
510
|
this._getMoveDownButton().setEnabled(false);
|
|
@@ -507,6 +512,20 @@ sap.ui.define([
|
|
|
507
512
|
}
|
|
508
513
|
};
|
|
509
514
|
|
|
515
|
+
BasePanel.prototype._checkSpecialChangeReason = function(bSelectAll, aListItems) {
|
|
516
|
+
var sSpecialChangeReason;
|
|
517
|
+
|
|
518
|
+
if (bSelectAll) {
|
|
519
|
+
sSpecialChangeReason = this.CHANGE_REASON_SELECTALL;
|
|
520
|
+
} else if (!bSelectAll && aListItems.length > 1 && !aListItems[0].getSelected()) {
|
|
521
|
+
sSpecialChangeReason = this.CHANGE_REASON_DESELECTALL;
|
|
522
|
+
} else if (aListItems.length > 1 && aListItems.length < this._oListControl.getItems().length) {
|
|
523
|
+
sSpecialChangeReason = this.CHANGE_REASON_RANGESELECT;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
return sSpecialChangeReason;
|
|
527
|
+
};
|
|
528
|
+
|
|
510
529
|
BasePanel.prototype._onItemPressed = function(oEvent) {
|
|
511
530
|
var oTableItem = oEvent.getParameter('listItem');
|
|
512
531
|
this._oSelectedItem = oTableItem;
|
|
@@ -550,10 +569,10 @@ sap.ui.define([
|
|
|
550
569
|
oList.getBinding("items").filter(bShowSelected ? new Filter(this.PRESENCE_ATTRIBUTE, "EQ", true) : []);
|
|
551
570
|
};
|
|
552
571
|
|
|
553
|
-
BasePanel.prototype._selectTableItem = function(oTableItem,
|
|
554
|
-
this._updateEnableOfMoveButtons(oTableItem,
|
|
572
|
+
BasePanel.prototype._selectTableItem = function(oTableItem, bSpecialChangeReason) {
|
|
573
|
+
this._updateEnableOfMoveButtons(oTableItem, bSpecialChangeReason ? false : true);
|
|
555
574
|
this._oSelectedItem = oTableItem;
|
|
556
|
-
if (!
|
|
575
|
+
if (!bSpecialChangeReason) {
|
|
557
576
|
var oItem = this._getP13nModel().getProperty(this._oSelectedItem.getBindingContext(this.P13N_MODEL).sPath);
|
|
558
577
|
|
|
559
578
|
this.fireChange({
|
|
@@ -13,10 +13,8 @@ sap.ui.define([
|
|
|
13
13
|
"sap/m/p13n/AbstractContainerItem",
|
|
14
14
|
"sap/ui/Device",
|
|
15
15
|
"sap/m/library",
|
|
16
|
-
"sap/m/StandardListItem"
|
|
17
|
-
|
|
18
|
-
"sap/ui/core/Control"
|
|
19
|
-
], function (AbstractContainer, Bar, Button, List, IconTabBar, IconTabFilter, ContainerItem, Device, mLibrary, StandardListItem, CustomListItem, Control) {
|
|
16
|
+
"sap/m/StandardListItem"
|
|
17
|
+
], function (AbstractContainer, Bar, Button, List, IconTabBar, IconTabFilter, ContainerItem, Device, mLibrary, StandardListItem) {
|
|
20
18
|
"use strict";
|
|
21
19
|
|
|
22
20
|
// shortcut for sap.m.ButtonType
|
|
@@ -39,7 +37,7 @@ sap.ui.define([
|
|
|
39
37
|
* @extends sap.m.p13n.AbstractContainer
|
|
40
38
|
*
|
|
41
39
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
40
|
+
* @version 1.101.0
|
|
43
41
|
*
|
|
44
42
|
* @private
|
|
45
43
|
* @ui5-restricted
|
|
@@ -129,7 +127,6 @@ sap.ui.define([
|
|
|
129
127
|
}
|
|
130
128
|
var oParent = this.getParent();
|
|
131
129
|
if (oParent && oParent.isA("sap.ui.core.Control")){
|
|
132
|
-
oParent.focus();
|
|
133
130
|
oParent.invalidate();
|
|
134
131
|
|
|
135
132
|
// invalidate dependents as well
|
|
@@ -142,7 +139,8 @@ sap.ui.define([
|
|
|
142
139
|
});
|
|
143
140
|
}
|
|
144
141
|
}
|
|
145
|
-
this.oLayout.setShowHeader(sKey !== this.DEFAULT_KEY); //Don't show header in default view
|
|
142
|
+
this.oLayout.setShowHeader(sKey !== this.DEFAULT_KEY); //Don't show header in default view
|
|
143
|
+
this.oLayout.setShowFooter(sKey !== this.DEFAULT_KEY); //Don't show footer in default view
|
|
146
144
|
this._getTabBar().setSelectedKey(sKey);
|
|
147
145
|
this._getNavBackBtn().setVisible(sKey !== this.DEFAULT_KEY);
|
|
148
146
|
this._getNavBackBtn().setText((this.getView(sKey) && this.getView(sKey).getText()) || sKey);
|
|
@@ -151,18 +149,19 @@ sap.ui.define([
|
|
|
151
149
|
/**
|
|
152
150
|
* @override
|
|
153
151
|
*/
|
|
154
|
-
Container.prototype.addView = function (
|
|
152
|
+
Container.prototype.addView = function (vContainerItem) {
|
|
153
|
+
this._addToNavigator(typeof vContainerItem == "string" ? this.getView(vContainerItem) : vContainerItem);
|
|
155
154
|
AbstractContainer.prototype.addView.apply(this, arguments);
|
|
156
|
-
this._addToNavigator(oContainerItem);
|
|
157
155
|
return this;
|
|
158
156
|
};
|
|
159
157
|
|
|
160
158
|
/**
|
|
161
159
|
* @override
|
|
162
160
|
*/
|
|
163
|
-
Container.prototype.removeView = function (
|
|
161
|
+
Container.prototype.removeView = function (vContainerItem) {
|
|
162
|
+
this._removeFromNavigator(typeof vContainerItem == "string" ? this.getView(vContainerItem) : vContainerItem);
|
|
164
163
|
AbstractContainer.prototype.removeView.apply(this, arguments);
|
|
165
|
-
this
|
|
164
|
+
return this;
|
|
166
165
|
};
|
|
167
166
|
|
|
168
167
|
/*
|
|
@@ -233,7 +232,14 @@ sap.ui.define([
|
|
|
233
232
|
|
|
234
233
|
Container.prototype._addToNavigator = function (oContainerItem) {
|
|
235
234
|
|
|
236
|
-
var sKey = oContainerItem.getKey(),
|
|
235
|
+
var sKey = oContainerItem.getKey(), oContainerItemTextBindingInfo = oContainerItem.getBindingInfo("text"), vText = oContainerItem.getText(), sIcon = oContainerItem.getIcon();
|
|
236
|
+
|
|
237
|
+
//In case the text of the Abstract container item is bound, the binding should be forwarded instead of the value
|
|
238
|
+
if (oContainerItemTextBindingInfo && oContainerItemTextBindingInfo.parts) {
|
|
239
|
+
vText = {
|
|
240
|
+
parts: oContainerItemTextBindingInfo.parts
|
|
241
|
+
};
|
|
242
|
+
}
|
|
237
243
|
|
|
238
244
|
if (sKey == this.DEFAULT_KEY) {
|
|
239
245
|
return;
|
|
@@ -244,14 +250,14 @@ sap.ui.define([
|
|
|
244
250
|
var oItem = new StandardListItem({
|
|
245
251
|
type: ListItemType.Navigation,
|
|
246
252
|
icon: sIcon,
|
|
247
|
-
title:
|
|
253
|
+
title: vText
|
|
248
254
|
});
|
|
249
255
|
oItem._key = sKey;
|
|
250
256
|
this._getNavigationList().addItem(oItem);
|
|
251
257
|
} else {
|
|
252
258
|
this._getTabBar().addItem(new IconTabFilter({
|
|
253
259
|
key: sKey,
|
|
254
|
-
text:
|
|
260
|
+
text: vText || sKey
|
|
255
261
|
}));
|
|
256
262
|
}
|
|
257
263
|
};
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @extends sap.m.p13n.QueryPanel
|
|
22
22
|
*
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.101.0
|
|
25
25
|
*
|
|
26
26
|
* @public
|
|
27
27
|
* @experimental Since 1.96.
|
|
@@ -30,6 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
*/
|
|
31
31
|
var GroupPanel = QueryPanel.extend("sap.m.p13n.GroupPanel", {
|
|
32
32
|
metadata: {
|
|
33
|
+
library: "sap.m",
|
|
33
34
|
properties: {
|
|
34
35
|
/**
|
|
35
36
|
* Toggles an additional checkbox in the group panel to define whether items are made visible.
|
|
@@ -54,10 +55,10 @@ sap.ui.define([
|
|
|
54
55
|
* @type {sap.m.p13n.GroupItem}
|
|
55
56
|
* @static
|
|
56
57
|
* @constant
|
|
57
|
-
* @typedef {
|
|
58
|
-
* @property {
|
|
59
|
-
* @property {
|
|
60
|
-
* @property {
|
|
58
|
+
* @typedef {object} sap.m.p13n.GroupItem
|
|
59
|
+
* @property {string} name The unique key of the item
|
|
60
|
+
* @property {string} label The label describing the personalization item
|
|
61
|
+
* @property {boolean} grouped Defines the grouping state of the personalization item
|
|
61
62
|
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
package/src/sap/m/p13n/Popup.js
CHANGED
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* @extends sap.ui.core.Control
|
|
35
35
|
*
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.
|
|
37
|
+
* @version 1.101.0
|
|
38
38
|
*
|
|
39
39
|
* @public
|
|
40
40
|
* @experimental Since 1.97.
|
|
@@ -43,6 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
*/
|
|
44
44
|
var Popup = Control.extend("sap.m.p13n.Popup", {
|
|
45
45
|
metadata: {
|
|
46
|
+
library: "sap.m",
|
|
46
47
|
properties: {
|
|
47
48
|
/**
|
|
48
49
|
* Text describing the personalization popup.
|
|
@@ -186,9 +187,15 @@ sap.ui.define([
|
|
|
186
187
|
* @returns {sap.m.p13n.Popup} The popup instance
|
|
187
188
|
*/
|
|
188
189
|
Popup.prototype.addPanel = function(oPanel) {
|
|
190
|
+
var oPanelTitleBindingInfo = oPanel.getBindingInfo("title"), oBindingInfo;
|
|
191
|
+
if (oPanelTitleBindingInfo && oPanelTitleBindingInfo.parts) {
|
|
192
|
+
oBindingInfo = {
|
|
193
|
+
parts: oPanelTitleBindingInfo.parts
|
|
194
|
+
};
|
|
195
|
+
}
|
|
189
196
|
this._getContainer().addView(new AbstractContainerItem({
|
|
190
197
|
key: oPanel.getId(),
|
|
191
|
-
text: oPanel.getTitle(),
|
|
198
|
+
text: oBindingInfo || oPanel.getTitle(), //oBindinfInfo is undefined in case no binding is provided
|
|
192
199
|
content: oPanel
|
|
193
200
|
}));
|
|
194
201
|
this._aPanels.push(oPanel);
|