@openui5/sap.m 1.92.0 → 1.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +1 -6
- package/THIRDPARTY.txt +4 -10
- 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 +1 -1
- package/src/sap/m/ActionSelect.js +1 -1
- package/src/sap/m/ActionSheet.js +1 -1
- package/src/sap/m/App.js +5 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
- package/src/sap/m/Avatar.js +1 -4
- package/src/sap/m/Bar.js +26 -7
- package/src/sap/m/Breadcrumbs.js +2 -2
- package/src/sap/m/BusyDialog.js +1 -1
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/Button.js +42 -6
- package/src/sap/m/Carousel.js +11 -3
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CheckBox.js +9 -4
- package/src/sap/m/CheckBoxRenderer.js +12 -3
- package/src/sap/m/ColorPalette.js +1 -1
- package/src/sap/m/ColorPalettePopover.js +1 -1
- package/src/sap/m/Column.js +9 -1
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- package/src/sap/m/ColumnListItem.js +8 -2
- 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 +1 -1
- package/src/sap/m/ComboBoxBase.js +5 -2
- package/src/sap/m/ComboBoxRenderer.js +25 -9
- package/src/sap/m/ComboBoxTextField.js +1 -1
- package/src/sap/m/CustomDynamicDateOption.js +6 -2
- package/src/sap/m/CustomListItem.js +1 -1
- package/src/sap/m/CustomTile.js +1 -1
- package/src/sap/m/CustomTreeItem.js +1 -1
- package/src/sap/m/DatePicker.js +30 -3
- package/src/sap/m/DatePickerRenderer.js +1 -1
- package/src/sap/m/DateRangeSelection.js +2 -2
- package/src/sap/m/DateTimeField.js +69 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +15 -8
- package/src/sap/m/Dialog.js +31 -93
- package/src/sap/m/DialogRenderer.js +1 -1
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DraftIndicator.js +1 -1
- package/src/sap/m/DynamicDate.js +67 -13
- package/src/sap/m/DynamicDateFormat.js +12 -1
- package/src/sap/m/DynamicDateOption.js +56 -16
- package/src/sap/m/DynamicDateRange.js +136 -23
- package/src/sap/m/DynamicDateUtil.js +20 -2
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +4 -2
- package/src/sap/m/FacetFilter.js +47 -16
- package/src/sap/m/FacetFilterItem.js +1 -1
- package/src/sap/m/FacetFilterList.js +2 -2
- package/src/sap/m/FeedContent.js +1 -1
- package/src/sap/m/FeedInput.js +5 -2
- package/src/sap/m/FeedListItem.js +1 -1
- package/src/sap/m/FeedListItemAction.js +1 -1
- package/src/sap/m/Fiori20Adapter.js +2 -2
- package/src/sap/m/FlexBox.js +32 -67
- package/src/sap/m/FlexItemData.js +1 -1
- package/src/sap/m/FormattedText.js +1 -1
- package/src/sap/m/GenericTag.js +1 -1
- package/src/sap/m/GenericTile.js +9 -3
- package/src/sap/m/GenericTileRenderer.js +46 -8
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingEnablement.js +31 -34
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +53 -1
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/IconTabBar.js +2 -2
- package/src/sap/m/IconTabBarSelectList.js +1 -1
- package/src/sap/m/IconTabFilter.js +75 -37
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
- package/src/sap/m/IconTabHeader.js +21 -7
- package/src/sap/m/IconTabHeaderRenderer.js +1 -0
- package/src/sap/m/IconTabSeparator.js +1 -1
- package/src/sap/m/Image.js +1 -1
- package/src/sap/m/ImageContent.js +1 -1
- package/src/sap/m/Input.js +131 -37
- package/src/sap/m/InputBase.js +13 -6
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/Label.js +1 -1
- package/src/sap/m/LightBox.js +2 -2
- package/src/sap/m/LightBoxItem.js +1 -1
- package/src/sap/m/Link.js +2 -2
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +61 -24
- package/src/sap/m/ListItemBase.js +22 -21
- package/src/sap/m/MaskEnabler.js +1 -1
- package/src/sap/m/MaskInput.js +1 -1
- package/src/sap/m/MaskInputRule.js +1 -1
- package/src/sap/m/Menu.js +1 -1
- package/src/sap/m/MenuButton.js +21 -4
- package/src/sap/m/MenuButtonRenderer.js +1 -0
- package/src/sap/m/MenuItem.js +1 -1
- package/src/sap/m/MenuListItem.js +1 -1
- package/src/sap/m/MessageBox.js +31 -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/MessagePopover.js +1 -4
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +1 -1
- package/src/sap/m/MessageStripUtilities.js +15 -2
- package/src/sap/m/MessageToast.js +2 -2
- package/src/sap/m/MessageView.js +10 -10
- package/src/sap/m/MultiComboBox.js +164 -163
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +54 -6
- package/src/sap/m/NavContainer.js +20 -9
- package/src/sap/m/NewsContent.js +1 -1
- 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/NotificationListItem.js +1 -1
- package/src/sap/m/NumericContent.js +1 -1
- package/src/sap/m/ObjectAttribute.js +1 -1
- package/src/sap/m/ObjectHeader.js +1 -1
- package/src/sap/m/ObjectHeaderRenderer.js +9 -7
- package/src/sap/m/ObjectIdentifier.js +1 -1
- package/src/sap/m/ObjectListItem.js +1 -1
- package/src/sap/m/ObjectMarker.js +1 -1
- package/src/sap/m/ObjectNumber.js +13 -1
- package/src/sap/m/ObjectStatus.js +1 -1
- package/src/sap/m/OverflowToolbar.js +8 -2
- package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
- package/src/sap/m/OverflowToolbarButton.js +1 -1
- package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
- package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/P13nAnyFilterItem.js +1 -1
- package/src/sap/m/P13nColumnsItem.js +1 -1
- package/src/sap/m/P13nColumnsPanel.js +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 +1 -1
- 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 +14 -5
- 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/PlanningCalendar.js +260 -54
- package/src/sap/m/PlanningCalendarHeader.js +36 -5
- package/src/sap/m/PlanningCalendarLegend.js +1 -1
- package/src/sap/m/PlanningCalendarLegendRenderer.js +2 -0
- package/src/sap/m/PlanningCalendarRow.js +1 -1
- package/src/sap/m/PlanningCalendarView.js +26 -2
- package/src/sap/m/Popover.js +15 -6
- package/src/sap/m/ProgressIndicator.js +1 -1
- package/src/sap/m/PullToRefresh.js +1 -1
- 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/QuickViewGroup.js +1 -1
- package/src/sap/m/QuickViewGroupElement.js +1 -1
- package/src/sap/m/QuickViewPage.js +5 -5
- package/src/sap/m/RadioButton.js +1 -1
- package/src/sap/m/RadioButtonGroup.js +1 -1
- package/src/sap/m/RangeSlider.js +1 -1
- package/src/sap/m/RatingIndicator.js +78 -36
- package/src/sap/m/ResponsivePopover.js +1 -1
- package/src/sap/m/ResponsiveScale.js +1 -1
- package/src/sap/m/ScrollBar.js +1 -1
- package/src/sap/m/ScrollContainer.js +1 -1
- package/src/sap/m/SearchField.js +38 -20
- package/src/sap/m/SearchFieldRenderer.js +29 -15
- package/src/sap/m/SegmentedButton.js +12 -17
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +36 -17
- package/src/sap/m/SelectDialog.js +21 -49
- package/src/sap/m/SelectDialogBase.js +148 -0
- package/src/sap/m/SelectList.js +13 -3
- package/src/sap/m/SelectRenderer.js +15 -3
- package/src/sap/m/SelectionDetails.js +5 -2
- package/src/sap/m/SelectionDetailsFacade.js +2 -2
- package/src/sap/m/SelectionDetailsItem.js +1 -1
- package/src/sap/m/SelectionDetailsItemLine.js +1 -1
- package/src/sap/m/Shell.js +9 -17
- package/src/sap/m/SimpleFixFlex.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +4 -1
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +57 -7
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +27 -19
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +11 -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 +3 -3
- package/src/sap/m/Slider.js +1 -1
- package/src/sap/m/SliderRenderer.js +2 -2
- package/src/sap/m/SliderTooltip.js +1 -1
- package/src/sap/m/SliderTooltipBase.js +1 -1
- package/src/sap/m/SliderTooltipContainer.js +1 -1
- package/src/sap/m/SplitApp.js +1 -1
- package/src/sap/m/SplitButton.js +3 -7
- package/src/sap/m/SplitContainer.js +4 -5
- package/src/sap/m/StandardDynamicDateOption.js +45 -10
- package/src/sap/m/StandardListItem.js +63 -13
- package/src/sap/m/StandardListItemRenderer.js +21 -9
- package/src/sap/m/StandardTile.js +1 -1
- package/src/sap/m/StandardTreeItem.js +1 -1
- package/src/sap/m/StepInput.js +22 -5
- package/src/sap/m/Suggest.js +25 -25
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +1 -1
- package/src/sap/m/Switch.js +1 -1
- package/src/sap/m/TabContainer.js +1 -1
- package/src/sap/m/TabContainerItem.js +1 -1
- package/src/sap/m/TabStrip.js +1 -1
- package/src/sap/m/TabStripItem.js +1 -1
- package/src/sap/m/Table.js +49 -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 +6 -5
- package/src/sap/m/TableSelectDialog.js +21 -46
- package/src/sap/m/Text.js +2 -2
- package/src/sap/m/TextArea.js +2 -2
- package/src/sap/m/Tile.js +1 -1
- package/src/sap/m/TileContainer.js +2 -2
- package/src/sap/m/TileContent.js +1 -1
- package/src/sap/m/TimePicker.js +11 -5
- package/src/sap/m/TimePickerClock.js +2 -2
- package/src/sap/m/TimePickerClocks.js +4 -1
- package/src/sap/m/TimePickerInputs.js +5 -3
- package/src/sap/m/TimePickerInternals.js +1 -1
- package/src/sap/m/TimePickerSlider.js +2 -2
- package/src/sap/m/TimePickerSliders.js +1 -1
- package/src/sap/m/TimePickerSlidersRenderer.js +0 -1
- package/src/sap/m/Title.js +1 -1
- package/src/sap/m/TitlePropagationSupport.js +1 -1
- package/src/sap/m/ToggleButton.js +1 -1
- package/src/sap/m/Token.js +1 -1
- package/src/sap/m/Tokenizer.js +45 -3
- package/src/sap/m/TokenizerRenderer.js +6 -0
- package/src/sap/m/Toolbar.js +1 -1
- package/src/sap/m/ToolbarLayoutData.js +1 -1
- package/src/sap/m/ToolbarSeparator.js +1 -1
- package/src/sap/m/ToolbarSpacer.js +1 -1
- package/src/sap/m/Tree.js +1 -1
- package/src/sap/m/TreeItemBase.js +4 -4
- package/src/sap/m/UploadCollection.js +2 -2
- package/src/sap/m/UploadCollectionItem.js +1 -1
- package/src/sap/m/UploadCollectionParameter.js +1 -1
- package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
- package/src/sap/m/VBox.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 +7 -7
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +1 -1
- package/src/sap/m/VisibleItem.js +1 -1
- package/src/sap/m/WheelSlider.js +2 -2
- package/src/sap/m/WheelSliderContainer.js +1 -1
- package/src/sap/m/Wizard.js +1 -1
- package/src/sap/m/WizardProgressNavigator.js +1 -1
- package/src/sap/m/WizardStep.js +1 -1
- package/src/sap/m/changeHandler/AddTableColumn.js +76 -44
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +18 -23
- package/src/sap/m/changeHandler/CombineButtons.js +281 -175
- package/src/sap/m/changeHandler/MoveTableColumns.js +143 -111
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +77 -0
- package/src/sap/m/changeHandler/SplitMenuButton.js +147 -93
- package/src/sap/m/designtime/IconTabBar.designtime.js +82 -2
- package/src/sap/m/designtime/IconTabBarSelectTab.fragment.xml +17 -0
- package/src/sap/m/designtime/ObjectIdentifier.designtime.js +16 -12
- package/src/sap/m/designtime/messagebundle.properties +9 -0
- package/src/sap/m/designtime/messagebundle_ar.properties +6 -0
- package/src/sap/m/designtime/messagebundle_bg.properties +6 -0
- package/src/sap/m/designtime/messagebundle_ca.properties +6 -0
- package/src/sap/m/designtime/messagebundle_cs.properties +6 -0
- package/src/sap/m/designtime/messagebundle_cy.properties +6 -0
- package/src/sap/m/designtime/messagebundle_da.properties +6 -0
- package/src/sap/m/designtime/messagebundle_de.properties +6 -0
- package/src/sap/m/designtime/messagebundle_el.properties +6 -0
- package/src/sap/m/designtime/messagebundle_en.properties +6 -0
- package/src/sap/m/designtime/messagebundle_en_GB.properties +6 -0
- package/src/sap/m/designtime/messagebundle_en_US_sappsd.properties +6 -0
- package/src/sap/m/designtime/messagebundle_en_US_saptrc.properties +6 -0
- package/src/sap/m/designtime/messagebundle_es.properties +6 -0
- package/src/sap/m/designtime/messagebundle_es_MX.properties +6 -0
- package/src/sap/m/designtime/messagebundle_et.properties +6 -0
- package/src/sap/m/designtime/messagebundle_fi.properties +6 -0
- package/src/sap/m/designtime/messagebundle_fr.properties +6 -0
- package/src/sap/m/designtime/messagebundle_fr_CA.properties +6 -0
- package/src/sap/m/designtime/messagebundle_hi.properties +6 -0
- package/src/sap/m/designtime/messagebundle_hr.properties +6 -0
- package/src/sap/m/designtime/messagebundle_hu.properties +6 -0
- package/src/sap/m/designtime/messagebundle_id.properties +6 -0
- package/src/sap/m/designtime/messagebundle_it.properties +6 -0
- package/src/sap/m/designtime/messagebundle_iw.properties +6 -0
- package/src/sap/m/designtime/messagebundle_ja.properties +6 -0
- package/src/sap/m/designtime/messagebundle_kk.properties +6 -0
- package/src/sap/m/designtime/messagebundle_ko.properties +6 -0
- package/src/sap/m/designtime/messagebundle_lt.properties +6 -0
- package/src/sap/m/designtime/messagebundle_lv.properties +6 -0
- package/src/sap/m/designtime/messagebundle_ms.properties +6 -0
- package/src/sap/m/designtime/messagebundle_nl.properties +6 -0
- package/src/sap/m/designtime/messagebundle_no.properties +6 -0
- package/src/sap/m/designtime/messagebundle_pl.properties +6 -0
- package/src/sap/m/designtime/messagebundle_pt.properties +6 -0
- package/src/sap/m/designtime/messagebundle_pt_PT.properties +6 -0
- package/src/sap/m/designtime/messagebundle_ro.properties +6 -0
- package/src/sap/m/designtime/messagebundle_ru.properties +6 -0
- package/src/sap/m/designtime/messagebundle_sh.properties +6 -0
- package/src/sap/m/designtime/messagebundle_sk.properties +6 -0
- package/src/sap/m/designtime/messagebundle_sl.properties +6 -0
- package/src/sap/m/designtime/messagebundle_sv.properties +6 -0
- package/src/sap/m/designtime/messagebundle_th.properties +6 -0
- package/src/sap/m/designtime/messagebundle_tr.properties +6 -0
- package/src/sap/m/designtime/messagebundle_uk.properties +6 -0
- package/src/sap/m/designtime/messagebundle_vi.properties +6 -0
- package/src/sap/m/designtime/messagebundle_zh_CN.properties +6 -0
- package/src/sap/m/designtime/messagebundle_zh_TW.properties +6 -0
- package/src/sap/m/flexibility/IconTabBar.flexibility.js +21 -0
- package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
- package/src/sap/m/inputUtils/wordStartsWithValue.js +5 -1
- package/src/sap/m/library.js +28 -5
- package/src/sap/m/messagebundle.properties +22 -5
- package/src/sap/m/messagebundle_ar.properties +13 -0
- package/src/sap/m/messagebundle_bg.properties +13 -0
- package/src/sap/m/messagebundle_ca.properties +13 -0
- package/src/sap/m/messagebundle_cs.properties +24 -11
- package/src/sap/m/messagebundle_cy.properties +13 -0
- package/src/sap/m/messagebundle_da.properties +14 -1
- package/src/sap/m/messagebundle_de.properties +18 -5
- package/src/sap/m/messagebundle_el.properties +14 -1
- package/src/sap/m/messagebundle_en.properties +15 -2
- package/src/sap/m/messagebundle_en_GB.properties +13 -0
- package/src/sap/m/messagebundle_en_US_sappsd.properties +15 -2
- package/src/sap/m/messagebundle_en_US_saptrc.properties +18 -5
- package/src/sap/m/messagebundle_es.properties +13 -0
- package/src/sap/m/messagebundle_es_MX.properties +16 -3
- package/src/sap/m/messagebundle_et.properties +13 -0
- package/src/sap/m/messagebundle_fi.properties +13 -0
- package/src/sap/m/messagebundle_fr.properties +19 -6
- package/src/sap/m/messagebundle_fr_CA.properties +13 -0
- package/src/sap/m/messagebundle_hi.properties +13 -0
- package/src/sap/m/messagebundle_hr.properties +13 -0
- package/src/sap/m/messagebundle_hu.properties +13 -0
- package/src/sap/m/messagebundle_id.properties +15 -2
- package/src/sap/m/messagebundle_it.properties +19 -6
- package/src/sap/m/messagebundle_iw.properties +13 -0
- package/src/sap/m/messagebundle_ja.properties +13 -0
- package/src/sap/m/messagebundle_kk.properties +13 -0
- package/src/sap/m/messagebundle_ko.properties +14 -1
- package/src/sap/m/messagebundle_lt.properties +13 -0
- package/src/sap/m/messagebundle_lv.properties +13 -0
- package/src/sap/m/messagebundle_ms.properties +14 -1
- package/src/sap/m/messagebundle_nl.properties +15 -2
- package/src/sap/m/messagebundle_no.properties +25 -12
- package/src/sap/m/messagebundle_pl.properties +17 -4
- package/src/sap/m/messagebundle_pt.properties +16 -3
- package/src/sap/m/messagebundle_pt_PT.properties +13 -0
- package/src/sap/m/messagebundle_ro.properties +18 -5
- package/src/sap/m/messagebundle_ru.properties +14 -1
- package/src/sap/m/messagebundle_sh.properties +14 -1
- package/src/sap/m/messagebundle_sk.properties +13 -0
- package/src/sap/m/messagebundle_sl.properties +13 -0
- package/src/sap/m/messagebundle_sv.properties +13 -0
- package/src/sap/m/messagebundle_th.properties +13 -0
- package/src/sap/m/messagebundle_tr.properties +13 -0
- package/src/sap/m/messagebundle_uk.properties +16 -3
- package/src/sap/m/messagebundle_vi.properties +14 -1
- package/src/sap/m/messagebundle_zh_CN.properties +13 -0
- package/src/sap/m/messagebundle_zh_TW.properties +13 -0
- package/src/sap/m/plugins/ColumnResizer.js +23 -2
- package/src/sap/m/plugins/DataStateIndicator.js +5 -3
- package/src/sap/m/plugins/PasteProvider.js +9 -1
- package/src/sap/m/plugins/PluginBase.js +1 -1
- package/src/sap/m/routing/TargetHandler.js +15 -18
- package/src/sap/m/routing/async/Target.js +3 -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 +1 -1
- package/src/sap/m/semantic/SemanticControl.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +2 -2
- package/src/sap/m/semantic/SemanticPage.js +1 -1
- package/src/sap/m/semantic/SemanticSelect.js +1 -1
- package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/m/semantic/SendEmailAction.js +1 -1
- package/src/sap/m/semantic/SendMessageAction.js +1 -1
- package/src/sap/m/semantic/ShareInJamAction.js +1 -1
- package/src/sap/m/semantic/ShareMenu.js +1 -1
- package/src/sap/m/semantic/ShareMenuPage.js +1 -1
- package/src/sap/m/semantic/SortAction.js +1 -1
- package/src/sap/m/semantic/SortSelect.js +1 -1
- package/src/sap/m/themes/base/CheckBox.less +1 -1
- package/src/sap/m/themes/base/ColumnListItem.less +2 -2
- package/src/sap/m/themes/base/Dialog.less +11 -28
- package/src/sap/m/themes/base/FeedInput.less +5 -6
- package/src/sap/m/themes/base/GenericTile.less +129 -6
- package/src/sap/m/themes/base/IconTabBar.less +169 -61
- package/src/sap/m/themes/base/IconTabBarSelectList.less +8 -0
- package/src/sap/m/themes/base/Input.less +12 -0
- package/src/sap/m/themes/base/ListBase.less +7 -5
- package/src/sap/m/themes/base/MessagePage.less +1 -7
- package/src/sap/m/themes/base/MessageView.less +4 -0
- package/src/sap/m/themes/base/ObjectHeader.less +2 -1
- package/src/sap/m/themes/base/ObjectMarker.less +3 -0
- package/src/sap/m/themes/base/ObjectNumber.less +1 -1
- package/src/sap/m/themes/base/ObjectStatus.less +19 -2
- package/src/sap/m/themes/base/OverflowToolbarAssociativePopover.less +0 -6
- package/src/sap/m/themes/base/PlanningCalendar.less +23 -7
- package/src/sap/m/themes/base/Popover.less +1 -1
- package/src/sap/m/themes/base/ProgressIndicator.less +7 -6
- package/src/sap/m/themes/base/RadioButton.less +3 -0
- package/src/sap/m/themes/base/SearchField.less +1 -1
- package/src/sap/m/themes/base/StandardListItem.less +9 -0
- package/src/sap/m/themes/base/Table.less +14 -23
- package/src/sap/m/themes/base/TextArea.less +1 -1
- package/src/sap/m/themes/base/TimePicker.less +5 -1
- package/src/sap/m/themes/base/TimePickerSliders.less +1 -5
- package/src/sap/m/themes/base/Tokenizer.less +6 -0
- package/src/sap/m/themes/base/Toolbar.less +6 -0
- package/src/sap/m/themes/base/UploadSet.less +5 -0
- package/src/sap/m/themes/base/ViewSettingsDialog.less +29 -2
- package/src/sap/m/themes/sap_hcb/IconTabBar.less +3 -3
- package/src/sap/m/upload/UploadSet.js +35 -6
- package/src/sap/m/upload/UploadSetItem.js +18 -3
package/src/sap/m/TimePicker.js
CHANGED
|
@@ -140,7 +140,7 @@ function(
|
|
|
140
140
|
* @extends sap.m.DateTimeField
|
|
141
141
|
*
|
|
142
142
|
* @author SAP SE
|
|
143
|
-
* @version 1.
|
|
143
|
+
* @version 1.95.0
|
|
144
144
|
*
|
|
145
145
|
* @constructor
|
|
146
146
|
* @public
|
|
@@ -1354,7 +1354,7 @@ function(
|
|
|
1354
1354
|
this._sMinutes = oPicker.getContent()[0]._sMinutes;
|
|
1355
1355
|
this._sSeconds = oPicker.getContent()[0]._sSeconds;
|
|
1356
1356
|
oPicker.close();
|
|
1357
|
-
|
|
1357
|
+
this.getDomRef("inner").select();
|
|
1358
1358
|
} else {
|
|
1359
1359
|
Log.warning("There is no picker to close.");
|
|
1360
1360
|
}
|
|
@@ -1401,6 +1401,7 @@ function(
|
|
|
1401
1401
|
});
|
|
1402
1402
|
oClocks._setAcceptCallback(this._handleOkPress.bind(this));
|
|
1403
1403
|
|
|
1404
|
+
var oHeader = this._getValueStateHeader();
|
|
1404
1405
|
oPicker = new ResponsivePopover(that.getId() + "-RP", {
|
|
1405
1406
|
showCloseButton: false,
|
|
1406
1407
|
showHeader: false,
|
|
@@ -1408,6 +1409,7 @@ function(
|
|
|
1408
1409
|
verticalScrolling: true,
|
|
1409
1410
|
title: sTitle,
|
|
1410
1411
|
placement: PlacementType.VerticalPreferredBottom,
|
|
1412
|
+
contentWidth: "20rem",
|
|
1411
1413
|
beginButton: new Button(this.getId() + "-OK", {
|
|
1412
1414
|
text: sOKButtonText,
|
|
1413
1415
|
type: ButtonType.Emphasized,
|
|
@@ -1417,13 +1419,17 @@ function(
|
|
|
1417
1419
|
text: sCancelButtonText,
|
|
1418
1420
|
press: this._handleCancelPress.bind(this)
|
|
1419
1421
|
}),
|
|
1420
|
-
content: [
|
|
1422
|
+
content: [
|
|
1423
|
+
oHeader,
|
|
1424
|
+
oClocks
|
|
1425
|
+
],
|
|
1421
1426
|
ariaLabelledBy: InvisibleText.getStaticId("sap.m", "TIMEPICKER_SET_TIME"),
|
|
1422
1427
|
beforeOpen: this.onBeforeOpen.bind(this),
|
|
1423
1428
|
beforeClose: this.onBeforeClose.bind(this),
|
|
1424
1429
|
afterOpen: this.onAfterOpen.bind(this),
|
|
1425
1430
|
afterClose: this.onAfterClose.bind(this)
|
|
1426
1431
|
});
|
|
1432
|
+
oHeader.setPopup(oPicker._oControl);
|
|
1427
1433
|
|
|
1428
1434
|
oPopover = oPicker.getAggregation("_popup");
|
|
1429
1435
|
// hide arrow in case of popover as dialog does not have an arrow
|
|
@@ -1552,7 +1558,7 @@ function(
|
|
|
1552
1558
|
if (!oPicker) {
|
|
1553
1559
|
return null;
|
|
1554
1560
|
}
|
|
1555
|
-
return oPicker.getContent()[
|
|
1561
|
+
return oPicker.getContent()[1];
|
|
1556
1562
|
};
|
|
1557
1563
|
|
|
1558
1564
|
/**
|
|
@@ -1616,7 +1622,7 @@ function(
|
|
|
1616
1622
|
this.updateDomValue(sValue);
|
|
1617
1623
|
this._handleInputChange();
|
|
1618
1624
|
|
|
1619
|
-
|
|
1625
|
+
this.getDomRef("inner").select();
|
|
1620
1626
|
this._closeNumericPicker();
|
|
1621
1627
|
};
|
|
1622
1628
|
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @extends sap.ui.core.Control
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.95.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
@@ -365,7 +365,7 @@ sap.ui.define([
|
|
|
365
365
|
* @private
|
|
366
366
|
*/
|
|
367
367
|
TimePickerClock.prototype._getClockCoverContainerDomRef = function() {
|
|
368
|
-
return
|
|
368
|
+
return this.getDomRef("cover");
|
|
369
369
|
};
|
|
370
370
|
|
|
371
371
|
/**
|
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
* @extends sap.ui.core.Control
|
|
51
51
|
*
|
|
52
52
|
* @author SAP SE
|
|
53
|
-
* @version 1.
|
|
53
|
+
* @version 1.95.0
|
|
54
54
|
*
|
|
55
55
|
* @constructor
|
|
56
56
|
* @public
|
|
@@ -318,6 +318,7 @@ sap.ui.define([
|
|
|
318
318
|
} else if ((iKey === KeyCodes.ARROW_UP || iKey === KeyCodes.ARROW_DOWN) && !oEvent.altKey && !oEvent.metaKey) {
|
|
319
319
|
// Arrows up/down increase/decrease currently active clock
|
|
320
320
|
oClock && oClock.getEnabled() && oClock.modifyValue(iKey === KeyCodes.ARROW_UP);
|
|
321
|
+
oEvent.preventDefault();
|
|
321
322
|
} else if ((iKey === KeyCodes.PAGE_UP || iKey === KeyCodes.PAGE_DOWN) && !oEvent.altKey && !oEvent.metaKey) {
|
|
322
323
|
oEvent.preventDefault();
|
|
323
324
|
if (!oEvent.shiftKey && !oEvent.ctrlKey) {
|
|
@@ -623,6 +624,8 @@ sap.ui.define([
|
|
|
623
624
|
if (iActiveClock >= iClocksCount) {
|
|
624
625
|
iActiveClock = bWrapAround ? 0 : iClocksCount - 1;
|
|
625
626
|
}
|
|
627
|
+
// false-positive finding of no-unmodified-loop-condition rule
|
|
628
|
+
// eslint-disable-next-line no-unmodified-loop-condition
|
|
626
629
|
} while (!oActiveClock.getEnabled() && iActiveClock !== iStartActiveClock && (bWrapAround || iActiveClock < iClocksCount - 1));
|
|
627
630
|
|
|
628
631
|
this._ctrlKeyDown = 0; // 0 = Ctrl is released, 1 = Ctrl is pressed, 2 = Ctrl key down flag must be reset due to value change
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @extends sap.ui.core.Control
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.
|
|
52
|
+
* @version 1.95.0
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @public
|
|
@@ -258,7 +258,7 @@ sap.ui.define([
|
|
|
258
258
|
|
|
259
259
|
this._kbdBuffer = "";
|
|
260
260
|
this._typeCooldownId = null;
|
|
261
|
-
aInputs && aInputs[this._activeInput] &&
|
|
261
|
+
aInputs && aInputs[this._activeInput] && aInputs[this._activeInput].getDomRef("inner").select();
|
|
262
262
|
}.bind(this), TYPE_COOLDOWN_DELAY);
|
|
263
263
|
};
|
|
264
264
|
|
|
@@ -318,6 +318,8 @@ sap.ui.define([
|
|
|
318
318
|
if (iActiveInput >= aInputs.length) {
|
|
319
319
|
iActiveInput = bWrapAround ? 0 : iInputsCount - 1;
|
|
320
320
|
}
|
|
321
|
+
// false-positive finding of no-unmodified-loop-condition rule
|
|
322
|
+
// eslint-disable-next-line no-unmodified-loop-condition
|
|
321
323
|
} while (!aInputs[iActiveInput].getEnabled() && iActiveInput !== iStartActiveInput && (bWrapAround || iActiveInput < iInputsCount - 1));
|
|
322
324
|
|
|
323
325
|
if (iActiveInput !== iStartActiveInput && aInputs[iActiveInput].getEnabled()) {
|
|
@@ -663,7 +665,7 @@ sap.ui.define([
|
|
|
663
665
|
aInputs = this.getAggregation("_inputs");
|
|
664
666
|
this._activeInput = this._inputIndexes[sSuffix];
|
|
665
667
|
aInputs[this._activeInput].addStyleClass("sapMFocus");
|
|
666
|
-
|
|
668
|
+
aInputs[this._activeInput].getDomRef("inner").select();
|
|
667
669
|
}.bind(this);
|
|
668
670
|
|
|
669
671
|
oInput.onfocusout = function(oEvent) {
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @extends sap.ui.core.Control
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.95.0
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @private
|
|
@@ -978,7 +978,7 @@ sap.ui.define([
|
|
|
978
978
|
|
|
979
979
|
$aItems.eq(this._iSelectedItemIndex).addClass("sapMTimePickerItemSelected");
|
|
980
980
|
//WAI-ARIA region
|
|
981
|
-
oDescriptionElement =
|
|
981
|
+
oDescriptionElement = this.getDomRef("valDescription");
|
|
982
982
|
if (oDescriptionElement.innerHTML !== sAriaLabel) {
|
|
983
983
|
oDescriptionElement.innerHTML = sAriaLabel;
|
|
984
984
|
}
|
package/src/sap/m/Title.js
CHANGED
|
@@ -51,7 +51,7 @@ sap.ui.define([],
|
|
|
51
51
|
* style class support on existing elements by calling this function.
|
|
52
52
|
*
|
|
53
53
|
* @author SAP SE
|
|
54
|
-
* @version 1.
|
|
54
|
+
* @version 1.95.0
|
|
55
55
|
*
|
|
56
56
|
* @param {string} sAggregationName the name of the aggregation which should be affected
|
|
57
57
|
* @param {object} fnGetTitleID function that would return the ID of the title
|
package/src/sap/m/Token.js
CHANGED
package/src/sap/m/Tokenizer.js
CHANGED
|
@@ -22,6 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
"sap/ui/events/KeyCodes",
|
|
23
23
|
"sap/base/Log",
|
|
24
24
|
"sap/ui/core/EnabledPropagator",
|
|
25
|
+
"sap/ui/core/theming/Parameters",
|
|
25
26
|
"sap/ui/thirdparty/jquery",
|
|
26
27
|
// jQuery Plugin "control"
|
|
27
28
|
"sap/ui/dom/jquery/control",
|
|
@@ -45,6 +46,7 @@ sap.ui.define([
|
|
|
45
46
|
KeyCodes,
|
|
46
47
|
Log,
|
|
47
48
|
EnabledPropagator,
|
|
49
|
+
Parameters,
|
|
48
50
|
jQuery,
|
|
49
51
|
scrollLeftRTL
|
|
50
52
|
) {
|
|
@@ -76,7 +78,7 @@ sap.ui.define([
|
|
|
76
78
|
*
|
|
77
79
|
* @extends sap.ui.core.Control
|
|
78
80
|
* @author SAP SE
|
|
79
|
-
* @version 1.
|
|
81
|
+
* @version 1.95.0
|
|
80
82
|
*
|
|
81
83
|
* @constructor
|
|
82
84
|
* @public
|
|
@@ -258,6 +260,10 @@ sap.ui.define([
|
|
|
258
260
|
nonTouchScrolling : true
|
|
259
261
|
});
|
|
260
262
|
|
|
263
|
+
// The ratio between the font size of the token and the font size of the items used in the
|
|
264
|
+
// n-more popover.
|
|
265
|
+
this._fFontSizeRatio = 1.0;
|
|
266
|
+
|
|
261
267
|
if (Core.getConfiguration().getAccessibility()) {
|
|
262
268
|
var sAriaTokenizerContainToken = new InvisibleText({
|
|
263
269
|
text: oRb.getText("TOKENIZER_ARIA_NO_TOKENS")
|
|
@@ -426,7 +432,35 @@ sap.ui.define([
|
|
|
426
432
|
})
|
|
427
433
|
.attachBeforeOpen(function () {
|
|
428
434
|
var iWidestElement = this.getEditable() ? 120 : 32, // Paddings & Delete icons in editable mode && paddings in non-editable mode
|
|
429
|
-
oPopup = this._oPopup
|
|
435
|
+
oPopup = this._oPopup,
|
|
436
|
+
fnGetDensityMode = function () {
|
|
437
|
+
var oParent = this.getDomRef() && this.getDomRef().parentElement;
|
|
438
|
+
var sDensityMode = "Cozy";
|
|
439
|
+
|
|
440
|
+
if (!oParent) {
|
|
441
|
+
return sDensityMode;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
if (oParent.closest(".sapUiSizeCompact") !== null || document.body.classList.contains("sapUiSizeCompact")) {
|
|
445
|
+
sDensityMode = "Compact";
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
return sDensityMode;
|
|
449
|
+
}.bind(this),
|
|
450
|
+
fnGetRatioPromise = new Promise(function (resolve) {
|
|
451
|
+
Parameters.get({
|
|
452
|
+
name: ["_sap_m_Tokenizer_FontSizeRatio" + fnGetDensityMode()],
|
|
453
|
+
callback: function (sFontSizeRatio) {
|
|
454
|
+
var fRatio = parseFloat(sFontSizeRatio);
|
|
455
|
+
if (isNaN(fRatio)) {
|
|
456
|
+
resolve(this._fFontSizeRatio);
|
|
457
|
+
return;
|
|
458
|
+
}
|
|
459
|
+
resolve(fRatio);
|
|
460
|
+
}.bind(this)
|
|
461
|
+
});
|
|
462
|
+
}.bind(this));
|
|
463
|
+
|
|
430
464
|
if (oPopup.getContent && !oPopup.getContent().length) {
|
|
431
465
|
oPopup.addContent(this._getTokensList());
|
|
432
466
|
}
|
|
@@ -437,7 +471,15 @@ sap.ui.define([
|
|
|
437
471
|
.sort(function (a, b) { return a - b; }) // Just sort() returns odd results
|
|
438
472
|
.pop() || 0; // Get the longest element in PX
|
|
439
473
|
|
|
440
|
-
|
|
474
|
+
// The row below takes into consideration the ratio of the token's width to item's font size
|
|
475
|
+
// which in turn is used to adjust the longest element's width so that there is no truncation
|
|
476
|
+
// in the n-more popover.
|
|
477
|
+
// width = width + (width * <<ratio converted in difference>>);
|
|
478
|
+
|
|
479
|
+
fnGetRatioPromise.then(function (fRatio) {
|
|
480
|
+
iWidestElement += Math.ceil(iWidestElement * ( 1 - fRatio ));
|
|
481
|
+
oPopup.setContentWidth(iWidestElement + "px");
|
|
482
|
+
});
|
|
441
483
|
}, this);
|
|
442
484
|
|
|
443
485
|
this.addDependent(this._oPopup);
|
|
@@ -44,6 +44,7 @@ sap.ui.define(['sap/ui/Device', 'sap/ui/core/InvisibleText'],
|
|
|
44
44
|
var aTokens = oControl.getTokens();
|
|
45
45
|
if (!aTokens.length) {
|
|
46
46
|
oRm.class("sapMTokenizerEmpty");
|
|
47
|
+
oRm.attr("aria-hidden", "true");
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
oRm.style("max-width", oControl.getMaxWidth());
|
|
@@ -86,6 +87,11 @@ sap.ui.define(['sap/ui/Device', 'sap/ui/core/InvisibleText'],
|
|
|
86
87
|
|
|
87
88
|
oRm.openStart("div", oControl.getId() + "-scrollContainer");
|
|
88
89
|
oRm.class("sapMTokenizerScrollContainer");
|
|
90
|
+
|
|
91
|
+
if (oControl.getHiddenTokensCount() === oControl.getTokens().length) {
|
|
92
|
+
oRm.class("sapMTokenizerScrollContainerNoVisibleTokens");
|
|
93
|
+
}
|
|
94
|
+
|
|
89
95
|
oRm.openEnd();
|
|
90
96
|
|
|
91
97
|
TokenizerRenderer._renderTokens(oRm, oControl);
|
package/src/sap/m/Toolbar.js
CHANGED
|
@@ -25,7 +25,7 @@ sap.ui.define(['./library', 'sap/ui/core/LayoutData'],
|
|
|
25
25
|
* <code>layoutData</code> aggregation of {@link sap.m.ToolbarSpacer} and if set it's ignored.
|
|
26
26
|
*
|
|
27
27
|
* @extends sap.ui.core.LayoutData
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.95.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
package/src/sap/m/Tree.js
CHANGED
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @extends sap.m.ListItemBase
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.95.0
|
|
34
34
|
*
|
|
35
35
|
* @constructor
|
|
36
36
|
* @public
|
|
@@ -157,7 +157,7 @@ sap.ui.define([
|
|
|
157
157
|
/**
|
|
158
158
|
* Gets the expanding information of the node.
|
|
159
159
|
*
|
|
160
|
-
* @returns {
|
|
160
|
+
* @returns {boolean}
|
|
161
161
|
* @public
|
|
162
162
|
* @since 1.42.0
|
|
163
163
|
*/
|
|
@@ -200,7 +200,7 @@ sap.ui.define([
|
|
|
200
200
|
/**
|
|
201
201
|
* Gets the expander control for rendering purposes.
|
|
202
202
|
*
|
|
203
|
-
* @returns {
|
|
203
|
+
* @returns {sap.ui.core.Control}
|
|
204
204
|
* @private
|
|
205
205
|
* @since 1.42.0
|
|
206
206
|
*/
|
|
@@ -251,7 +251,7 @@ sap.ui.define([
|
|
|
251
251
|
/**
|
|
252
252
|
* Gets the indentation of the node for rendering purposes.
|
|
253
253
|
*
|
|
254
|
-
* @returns {
|
|
254
|
+
* @returns {float}
|
|
255
255
|
* @private
|
|
256
256
|
* @since 1.42.0
|
|
257
257
|
*/
|
|
@@ -93,7 +93,7 @@ sap.ui.define([
|
|
|
93
93
|
* @extends sap.ui.core.Control
|
|
94
94
|
*
|
|
95
95
|
* @author SAP SE
|
|
96
|
-
* @version 1.
|
|
96
|
+
* @version 1.95.0
|
|
97
97
|
*
|
|
98
98
|
* @constructor
|
|
99
99
|
* @public
|
|
@@ -2863,7 +2863,7 @@ sap.ui.define([
|
|
|
2863
2863
|
oItem._percentUploaded = iPercentUploaded;
|
|
2864
2864
|
// add ARIA attribute for screen reader support
|
|
2865
2865
|
|
|
2866
|
-
$busyIndicator =
|
|
2866
|
+
$busyIndicator = oItem.$("ia_indicator");
|
|
2867
2867
|
if (iPercentUploaded === 100) {
|
|
2868
2868
|
$busyIndicator.attr("aria-label", sPercentUploaded);
|
|
2869
2869
|
} else {
|
package/src/sap/m/VBox.js
CHANGED
|
@@ -142,7 +142,7 @@ function(
|
|
|
142
142
|
* @extends sap.ui.core.Control
|
|
143
143
|
*
|
|
144
144
|
* @author SAP SE
|
|
145
|
-
* @version 1.
|
|
145
|
+
* @version 1.95.0
|
|
146
146
|
*
|
|
147
147
|
* @constructor
|
|
148
148
|
* @public
|
|
@@ -1185,16 +1185,16 @@ function(
|
|
|
1185
1185
|
"Could not set selected sort item. Item is not found: '" + vItemOrKey + "'"
|
|
1186
1186
|
);
|
|
1187
1187
|
|
|
1188
|
-
//change selected item only if it is found among the sort items
|
|
1189
|
-
if (validateViewSettingsItem(oItem)) {
|
|
1188
|
+
//change selected item only if it is found among the sort items or if there is no selected item
|
|
1189
|
+
if (!oItem || validateViewSettingsItem(oItem)) {
|
|
1190
1190
|
// set selected = true for this item & selected = false for all others items
|
|
1191
1191
|
for (i = 0; i < aItems.length; i++) {
|
|
1192
|
-
if (aItems[i].getId() !== oItem.getId()) {
|
|
1192
|
+
if (!oItem || aItems[i].getId() !== oItem.getId()) {
|
|
1193
1193
|
aItems[i].setProperty('selected', false, true);
|
|
1194
1194
|
}
|
|
1195
1195
|
}
|
|
1196
1196
|
|
|
1197
|
-
if (oItem.getProperty('selected') !== true) {
|
|
1197
|
+
if (oItem && oItem.getProperty('selected') !== true) {
|
|
1198
1198
|
oItem.setProperty('selected', true, true);
|
|
1199
1199
|
}
|
|
1200
1200
|
|
|
@@ -1746,7 +1746,7 @@ function(
|
|
|
1746
1746
|
}
|
|
1747
1747
|
|
|
1748
1748
|
// check if the sortItem or sortDescending are different than initial
|
|
1749
|
-
if (
|
|
1749
|
+
if (this._oInitialState.sortItem !== this.getSelectedSortItem() || this._oInitialState.sortDescending !== this.getSortDescending()) {
|
|
1750
1750
|
bChanges = true;
|
|
1751
1751
|
}
|
|
1752
1752
|
|
|
@@ -1781,7 +1781,7 @@ function(
|
|
|
1781
1781
|
this.clearFilters();
|
|
1782
1782
|
|
|
1783
1783
|
// clear sortItem/sortDescending
|
|
1784
|
-
this.
|
|
1784
|
+
this.setSelectedSortItem(sap.ui.getCore().byId(this._oInitialState.sortItem));
|
|
1785
1785
|
this.setSortDescending(this._oInitialState.sortDescending);
|
|
1786
1786
|
this._updateListSelection(this._sortOrderList, this._oInitialState.sortDescending);
|
|
1787
1787
|
|
package/src/sap/m/VisibleItem.js
CHANGED
package/src/sap/m/WheelSlider.js
CHANGED
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @extends sap.ui.core.Control
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.95.0
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
@@ -913,7 +913,7 @@ sap.ui.define([
|
|
|
913
913
|
|
|
914
914
|
$aItems.eq(this._iSelectedItemIndex).addClass("sapMWSItemSelected");
|
|
915
915
|
//WAI-ARIA region
|
|
916
|
-
oDescriptionElement =
|
|
916
|
+
oDescriptionElement = this.getDomRef("valDescription");
|
|
917
917
|
if (oDescriptionElement.innerText !== sAriaLabel) {
|
|
918
918
|
oDescriptionElement.innerText = sAriaLabel;
|
|
919
919
|
}
|
package/src/sap/m/Wizard.js
CHANGED
package/src/sap/m/WizardStep.js
CHANGED
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* <li>If the execution needs to branch after a given step, you should set all possible next steps in the <code>subsequentSteps</code> aggregation.
|
|
37
37
|
* @extends sap.ui.core.Control
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.95.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @public
|