@openui5/sap.m 1.99.0 → 1.100.1
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/THIRDPARTY.txt +2 -2
- 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/ActionListItemRenderer.js +5 -7
- package/src/sap/m/ActionSelect.js +1 -1
- package/src/sap/m/ActionSheet.js +2 -2
- package/src/sap/m/App.js +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
- package/src/sap/m/Avatar.js +1 -1
- package/src/sap/m/BadgeEnabler.js +3 -2
- package/src/sap/m/Bar.js +1 -1
- package/src/sap/m/Breadcrumbs.js +81 -8
- package/src/sap/m/BreadcrumbsRenderer.js +8 -7
- package/src/sap/m/BusyDialog.js +1 -1
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/Button.js +2 -2
- package/src/sap/m/Carousel.js +1 -1
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CarouselRenderer.js +2 -1
- package/src/sap/m/CheckBox.js +2 -4
- 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 +9 -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 +2 -1
- package/src/sap/m/ComboBoxBase.js +1 -1
- package/src/sap/m/ComboBoxTextField.js +1 -1
- 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 +1 -1
- package/src/sap/m/CustomTreeItem.js +1 -1
- package/src/sap/m/CustomTreeItemRenderer.js +2 -2
- package/src/sap/m/DatePicker.js +4 -3
- package/src/sap/m/DateRangeSelection.js +2 -2
- package/src/sap/m/DateTimeField.js +4 -4
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +65 -22
- package/src/sap/m/DateTimePickerRenderer.js +19 -2
- package/src/sap/m/Dialog.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/DynamicDate.js +1 -1
- package/src/sap/m/DynamicDateFormat.js +8 -2
- package/src/sap/m/DynamicDateOption.js +1 -1
- package/src/sap/m/DynamicDateRange.js +23 -6
- package/src/sap/m/DynamicDateUtil.js +1 -2
- 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/FacetFilterList.js +6 -4
- package/src/sap/m/FeedContent.js +1 -1
- package/src/sap/m/FeedInput.js +1 -1
- package/src/sap/m/FeedListItem.js +2 -2
- package/src/sap/m/FeedListItemAction.js +1 -1
- package/src/sap/m/FeedListItemRenderer.js +10 -5
- 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 +1 -1
- package/src/sap/m/GenericTag.js +5 -3
- package/src/sap/m/GenericTagRenderer.js +3 -3
- package/src/sap/m/GenericTile.js +6 -2
- package/src/sap/m/GenericTileRenderer.js +3 -10
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingEnablement.js +39 -3
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +1 -1
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/HyphenationSupport.js +0 -4
- package/src/sap/m/IconTabBar.js +1 -1
- package/src/sap/m/IconTabBarDragAndDropUtil.js +3 -2
- 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 +7 -11
- package/src/sap/m/IconTabSeparator.js +1 -1
- package/src/sap/m/IllustratedMessage.js +1 -1
- package/src/sap/m/Illustration.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 +7 -10
- package/src/sap/m/InputBase.js +1 -1
- package/src/sap/m/InputBaseRenderer.js +1 -2
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/InputListItemRenderer.js +4 -6
- package/src/sap/m/Label.js +1 -1
- package/src/sap/m/LabelRenderer.js +1 -1
- package/src/sap/m/LightBox.js +1 -1
- package/src/sap/m/LightBoxItem.js +1 -1
- package/src/sap/m/Link.js +1 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +1 -1
- package/src/sap/m/ListBaseRenderer.js +4 -6
- package/src/sap/m/ListItemBase.js +1 -1
- 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 +1 -1
- package/src/sap/m/MenuItem.js +1 -1
- package/src/sap/m/MenuListItem.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/MessagePopover.js +1 -1
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +2 -2
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +1 -1
- package/src/sap/m/MultiComboBox.js +2 -1
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +5 -5
- package/src/sap/m/NavContainer.js +17 -17
- 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 +29 -21
- package/src/sap/m/NumericInput.js +1 -1
- package/src/sap/m/ObjectAttribute.js +4 -5
- package/src/sap/m/ObjectAttributeRenderer.js +2 -2
- package/src/sap/m/ObjectHeader.js +1 -1
- package/src/sap/m/ObjectIdentifier.js +3 -3
- package/src/sap/m/ObjectListItem.js +1 -1
- package/src/sap/m/ObjectMarker.js +1 -1
- package/src/sap/m/ObjectNumber.js +1 -1
- package/src/sap/m/ObjectStatus.js +1 -1
- package/src/sap/m/ObjectStatusRenderer.js +3 -4
- package/src/sap/m/OverflowToolbar.js +5 -1
- 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 +1 -1
- 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 +1 -1
- 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 +2 -2
- package/src/sap/m/PlanningCalendarHeader.js +1 -1
- 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 +1 -1
- 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 -2
- package/src/sap/m/RadioButton.js +1 -1
- package/src/sap/m/RadioButtonGroup.js +12 -1
- package/src/sap/m/RadioButtonRenderer.js +0 -1
- package/src/sap/m/RangeSlider.js +1 -1
- package/src/sap/m/RatingIndicator.js +2 -2
- package/src/sap/m/ResponsivePopover.js +3 -5
- package/src/sap/m/ResponsiveScale.js +1 -1
- package/src/sap/m/ScrollBar.js +2 -2
- package/src/sap/m/ScrollContainer.js +1 -1
- package/src/sap/m/SearchField.js +1 -1
- package/src/sap/m/SegmentedButton.js +13 -7
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/SegmentedButtonRenderer.js +1 -1
- package/src/sap/m/Select.js +31 -3
- package/src/sap/m/SelectDialog.js +3 -3
- package/src/sap/m/SelectDialogBase.js +1 -1
- package/src/sap/m/SelectList.js +1 -1
- 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/Shell.js +1 -1
- package/src/sap/m/SimpleFixFlex.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +1 -1
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +5 -3
- 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 +8 -1
- package/src/sap/m/Slider.js +1 -1
- 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 +1 -1
- package/src/sap/m/SplitContainer.js +4 -4
- package/src/sap/m/StandardDynamicDateOption.js +8 -8
- package/src/sap/m/StandardListItem.js +1 -1
- package/src/sap/m/StandardTile.js +1 -1
- package/src/sap/m/StandardTreeItem.js +1 -1
- package/src/sap/m/StepInput.js +2 -2
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +2 -2
- 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 +2 -2
- package/src/sap/m/TabStripItem.js +1 -1
- package/src/sap/m/TabStripRenderer.js +2 -2
- package/src/sap/m/Table.js +1 -1
- 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/TableSelectDialog.js +3 -3
- package/src/sap/m/Text.js +1 -1
- package/src/sap/m/TextArea.js +1 -1
- package/src/sap/m/Tile.js +3 -3
- package/src/sap/m/TileContainer.js +6 -4
- package/src/sap/m/TileContent.js +34 -2
- package/src/sap/m/TileContentRenderer.js +40 -3
- package/src/sap/m/TileRenderer.js +1 -1
- package/src/sap/m/TimePicker.js +2 -2
- package/src/sap/m/TimePickerClock.js +1 -1
- package/src/sap/m/TimePickerClocks.js +1 -1
- package/src/sap/m/TimePickerInputs.js +1 -1
- package/src/sap/m/TimePickerInternals.js +2 -2
- package/src/sap/m/TimePickerRenderer.js +2 -3
- package/src/sap/m/TimePickerSlider.js +1 -1
- package/src/sap/m/TimePickerSliders.js +1 -1
- package/src/sap/m/Title.js +1 -1
- 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 -1
- package/src/sap/m/Tokenizer.js +5 -5
- package/src/sap/m/TokenizerRenderer.js +1 -1
- package/src/sap/m/Toolbar.js +1 -1
- package/src/sap/m/ToolbarLayoutData.js +1 -1
- 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 +1 -1
- 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 +1 -0
- 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 +99 -41
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +1 -1
- package/src/sap/m/VisibleItem.js +1 -1
- package/src/sap/m/WheelSlider.js +1 -1
- package/src/sap/m/WheelSliderContainer.js +1 -1
- package/src/sap/m/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 +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/inputUtils/highlightDOMElements.js +1 -1
- package/src/sap/m/inputUtils/typeAhead.js +7 -7
- package/src/sap/m/library.js +30 -17
- package/src/sap/m/messagebundle.properties +8 -5
- package/src/sap/m/messagebundle_ar.properties +14 -6
- package/src/sap/m/messagebundle_bg.properties +14 -6
- package/src/sap/m/messagebundle_ca.properties +14 -6
- package/src/sap/m/messagebundle_cs.properties +16 -8
- package/src/sap/m/messagebundle_cy.properties +14 -6
- package/src/sap/m/messagebundle_da.properties +14 -6
- package/src/sap/m/messagebundle_de.properties +15 -7
- package/src/sap/m/messagebundle_el.properties +17 -9
- package/src/sap/m/messagebundle_en.properties +13 -5
- package/src/sap/m/messagebundle_en_GB.properties +13 -5
- package/src/sap/m/messagebundle_en_US_sappsd.properties +14 -6
- package/src/sap/m/messagebundle_en_US_saprigi.properties +14 -6
- package/src/sap/m/messagebundle_en_US_saptrc.properties +14 -6
- package/src/sap/m/messagebundle_es.properties +14 -6
- package/src/sap/m/messagebundle_es_MX.properties +14 -6
- package/src/sap/m/messagebundle_et.properties +14 -6
- package/src/sap/m/messagebundle_fi.properties +14 -6
- package/src/sap/m/messagebundle_fr.properties +16 -8
- package/src/sap/m/messagebundle_fr_CA.properties +13 -5
- package/src/sap/m/messagebundle_hi.properties +12 -4
- package/src/sap/m/messagebundle_hr.properties +14 -6
- package/src/sap/m/messagebundle_hu.properties +14 -6
- package/src/sap/m/messagebundle_id.properties +13 -5
- package/src/sap/m/messagebundle_it.properties +14 -6
- package/src/sap/m/messagebundle_iw.properties +14 -6
- package/src/sap/m/messagebundle_ja.properties +13 -5
- package/src/sap/m/messagebundle_kk.properties +14 -6
- package/src/sap/m/messagebundle_ko.properties +13 -5
- package/src/sap/m/messagebundle_lt.properties +14 -6
- package/src/sap/m/messagebundle_lv.properties +14 -6
- package/src/sap/m/messagebundle_ms.properties +13 -5
- package/src/sap/m/messagebundle_nl.properties +14 -6
- package/src/sap/m/messagebundle_no.properties +14 -6
- package/src/sap/m/messagebundle_pl.properties +14 -6
- package/src/sap/m/messagebundle_pt.properties +15 -7
- package/src/sap/m/messagebundle_pt_PT.properties +14 -6
- package/src/sap/m/messagebundle_ro.properties +14 -6
- package/src/sap/m/messagebundle_ru.properties +14 -6
- package/src/sap/m/messagebundle_sh.properties +14 -6
- package/src/sap/m/messagebundle_sk.properties +14 -6
- package/src/sap/m/messagebundle_sl.properties +14 -6
- package/src/sap/m/messagebundle_sv.properties +14 -6
- package/src/sap/m/messagebundle_th.properties +13 -5
- package/src/sap/m/messagebundle_tr.properties +14 -6
- package/src/sap/m/messagebundle_uk.properties +14 -6
- package/src/sap/m/messagebundle_vi.properties +13 -5
- package/src/sap/m/messagebundle_zh_CN.properties +14 -6
- package/src/sap/m/messagebundle_zh_TW.properties +13 -5
- package/src/sap/m/p13n/AbstractContainer.js +2 -2
- package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
- package/src/sap/m/p13n/BasePanel.js +26 -13
- package/src/sap/m/p13n/Container.js +1 -1
- package/src/sap/m/p13n/GroupPanel.js +1 -1
- package/src/sap/m/p13n/Popup.js +1 -1
- package/src/sap/m/p13n/QueryPanel.js +5 -3
- package/src/sap/m/p13n/SelectionPanel.js +15 -7
- package/src/sap/m/p13n/SortPanel.js +1 -1
- package/src/sap/m/plugins/ColumnResizer.js +8 -8
- 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/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 +1 -1
- package/src/sap/m/semantic/SemanticControl.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/semantic/SemanticPage.js +1 -1
- package/src/sap/m/semantic/SemanticSelect.js +1 -1
- package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/m/semantic/SendEmailAction.js +1 -1
- package/src/sap/m/semantic/SendMessageAction.js +1 -1
- package/src/sap/m/semantic/ShareInJamAction.js +1 -1
- package/src/sap/m/semantic/ShareMenu.js +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 +21 -18
- package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/Entry.js +1 -1
- package/src/sap/m/table/columnmenu/Item.js +1 -1
- package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
- package/src/sap/m/table/columnmenu/Menu.js +7 -2
- package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickGroup.js +1 -1
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSortItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickTotal.js +1 -1
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
- package/src/sap/m/themes/base/Button.less +2 -2
- package/src/sap/m/themes/base/DatePicker.less +7 -2
- package/src/sap/m/themes/base/GenericTile.less +27 -14
- package/src/sap/m/themes/base/Label.less +1 -1
- 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/NumericContent.less +1 -5
- package/src/sap/m/themes/base/Page.less +1 -1
- package/src/sap/m/themes/base/RadioButton.less +1 -0
- 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/TileContent.less +41 -1
- package/src/sap/m/upload/UploadSet.js +236 -14
- package/src/sap/m/upload/UploadSetItem.js +64 -5
package/THIRDPARTY.txt
CHANGED
|
@@ -197,7 +197,7 @@ License: BSD-3-Clause
|
|
|
197
197
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
198
198
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
199
199
|
|
|
200
|
-
Component: URI.js, version: 1.19.
|
|
200
|
+
Component: URI.js, version: 1.19.10
|
|
201
201
|
Copyright: Rodney Rehm
|
|
202
202
|
License: MIT
|
|
203
203
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -450,7 +450,7 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
452
452
|
|
|
453
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
453
|
+
Component: SAP Theming Base Content, version: 11.1.36-SNAPSHOT
|
|
454
454
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
455
455
|
License: Apache-2.0
|
|
456
456
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.m",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.100.1",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.m",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.
|
|
18
|
-
"@openui5/sap.ui.layout": "1.
|
|
19
|
-
"@openui5/sap.ui.unified": "1.
|
|
17
|
+
"@openui5/sap.ui.core": "1.100.1",
|
|
18
|
+
"@openui5/sap.ui.layout": "1.100.1",
|
|
19
|
+
"@openui5/sap.ui.unified": "1.100.1"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/src/sap/m/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.100.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>The main UI5 control library, with responsive controls that can be used in touch devices as well as desktop browsers.</documentation>
|
|
12
12
|
|
package/src/sap/m/AccButton.js
CHANGED
|
@@ -17,15 +17,13 @@ sap.ui.define(["./ListItemBaseRenderer", "sap/ui/core/Renderer"],
|
|
|
17
17
|
ActionListItemRenderer.apiVersion = 2;
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Renders the
|
|
20
|
+
* Renders the List item attributes for the given control, using the provided
|
|
21
21
|
* {@link sap.ui.core.RenderManager}.
|
|
22
22
|
*
|
|
23
|
-
* @param {sap.ui.core.RenderManager}
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* oControl an object representation of the control that should be
|
|
28
|
-
* rendered
|
|
23
|
+
* @param {sap.ui.core.RenderManager} rm
|
|
24
|
+
* RenderManager to be used for rendering
|
|
25
|
+
* @param {sap.m.ActionListItem} oLI
|
|
26
|
+
* The item for which the attributes should be rendered
|
|
29
27
|
*/
|
|
30
28
|
ActionListItemRenderer.renderLIAttributes = function(rm, oLI) {
|
|
31
29
|
rm.class("sapMALI");
|
package/src/sap/m/ActionSheet.js
CHANGED
|
@@ -70,7 +70,7 @@ sap.ui.define([
|
|
|
70
70
|
* @extends sap.ui.core.Control
|
|
71
71
|
*
|
|
72
72
|
* @author SAP SE
|
|
73
|
-
* @version 1.
|
|
73
|
+
* @version 1.100.1
|
|
74
74
|
*
|
|
75
75
|
* @constructor
|
|
76
76
|
* @public
|
|
@@ -437,7 +437,7 @@ sap.ui.define([
|
|
|
437
437
|
if (!this._oCancelButton) {
|
|
438
438
|
var sCancelButtonText = (this.getCancelButtonText()) ? this.getCancelButtonText() : sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("ACTIONSHEET_CANCELBUTTON_TEXT"),
|
|
439
439
|
that = this;
|
|
440
|
-
// var sButtonStyle = (
|
|
440
|
+
// var sButtonStyle = (Device.os.ios) ? ButtonType.Unstyled : ButtonType.Default;
|
|
441
441
|
this._oCancelButton = new Button(this.getId() + '-cancelBtn', {
|
|
442
442
|
text: sCancelButtonText,
|
|
443
443
|
type: ButtonType.Reject,
|
package/src/sap/m/App.js
CHANGED
package/src/sap/m/Avatar.js
CHANGED
|
@@ -8,9 +8,10 @@
|
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
'sap/m/BadgeCustomData',
|
|
10
10
|
'sap/base/Log',
|
|
11
|
-
'sap/m/library'
|
|
11
|
+
'sap/m/library',
|
|
12
|
+
'sap/ui/thirdparty/jquery'
|
|
12
13
|
],
|
|
13
|
-
function(BadgeCustomData, Log, library) {
|
|
14
|
+
function(BadgeCustomData, Log, library, jQuery) {
|
|
14
15
|
"use strict";
|
|
15
16
|
|
|
16
17
|
var IBADGE_CSS_CLASS = "sapMBadge";
|
package/src/sap/m/Bar.js
CHANGED
package/src/sap/m/Breadcrumbs.js
CHANGED
|
@@ -42,7 +42,10 @@ sap.ui.define([
|
|
|
42
42
|
var SelectType = library.SelectType,
|
|
43
43
|
|
|
44
44
|
// shortcut for sap.m.BreadCrumbsSeparatorStyle
|
|
45
|
-
SeparatorStyle = library.BreadcrumbsSeparatorStyle
|
|
45
|
+
SeparatorStyle = library.BreadcrumbsSeparatorStyle,
|
|
46
|
+
|
|
47
|
+
// shortcut for texts resource bundle
|
|
48
|
+
oResource = sap.ui.getCore().getLibraryResourceBundle("sap.m");
|
|
46
49
|
|
|
47
50
|
/**
|
|
48
51
|
* Constructor for a new <code>Breadcrumbs</code>.
|
|
@@ -60,7 +63,7 @@ sap.ui.define([
|
|
|
60
63
|
* @extends sap.ui.core.Control
|
|
61
64
|
*
|
|
62
65
|
* @author SAP SE
|
|
63
|
-
* @version 1.
|
|
66
|
+
* @version 1.100.1
|
|
64
67
|
*
|
|
65
68
|
* @constructor
|
|
66
69
|
* @public
|
|
@@ -135,10 +138,15 @@ sap.ui.define([
|
|
|
135
138
|
DoubleGreaterThan: ">>"
|
|
136
139
|
};
|
|
137
140
|
|
|
141
|
+
Breadcrumbs._getResourceBundleText = function (sText, vOptions) {
|
|
142
|
+
return oResource.getText(sText, vOptions);
|
|
143
|
+
};
|
|
144
|
+
|
|
138
145
|
/*************************************** Framework lifecycle events ******************************************/
|
|
139
146
|
|
|
140
147
|
Breadcrumbs.prototype.init = function () {
|
|
141
148
|
this._sSeparatorSymbol = Breadcrumbs.STYLE_MAPPER[this.getSeparatorStyle()];
|
|
149
|
+
this._aCachedInvisibleTexts = [];
|
|
142
150
|
this._getInvisibleText();
|
|
143
151
|
};
|
|
144
152
|
|
|
@@ -153,6 +161,9 @@ sap.ui.define([
|
|
|
153
161
|
if (this._bControlsInfoCached) {
|
|
154
162
|
this._updateSelect(true);
|
|
155
163
|
}
|
|
164
|
+
|
|
165
|
+
this._destroyInvisibleTexts();
|
|
166
|
+
this._aCachedInvisibleTexts = this._buildInvisibleTexts();
|
|
156
167
|
};
|
|
157
168
|
|
|
158
169
|
Breadcrumbs.prototype.onAfterRendering = function () {
|
|
@@ -177,6 +188,7 @@ sap.ui.define([
|
|
|
177
188
|
Breadcrumbs.prototype.exit = function () {
|
|
178
189
|
this._resetControl();
|
|
179
190
|
this._destroyItemNavigation();
|
|
191
|
+
this._destroyInvisibleTexts();
|
|
180
192
|
|
|
181
193
|
if (this._oInvisibleText) {
|
|
182
194
|
this._oInvisibleText.destroy();
|
|
@@ -196,7 +208,7 @@ sap.ui.define([
|
|
|
196
208
|
|
|
197
209
|
|
|
198
210
|
Breadcrumbs.prototype._getInvisibleText = function() {
|
|
199
|
-
var oAriaLabelText =
|
|
211
|
+
var oAriaLabelText = Breadcrumbs._getResourceBundleText("BREADCRUMB_LABEL");
|
|
200
212
|
|
|
201
213
|
if (!this._oInvisibleText) {
|
|
202
214
|
this._oInvisibleText = new InvisibleText({ id: this.getId() + "-InvisibleText"});
|
|
@@ -215,7 +227,7 @@ sap.ui.define([
|
|
|
215
227
|
autoAdjustWidth: true,
|
|
216
228
|
icon: IconPool.getIconURI("slim-arrow-down"),
|
|
217
229
|
type: SelectType.IconOnly,
|
|
218
|
-
tooltip:
|
|
230
|
+
tooltip: Breadcrumbs._getResourceBundleText("BREADCRUMB_SELECT_TOOLTIP")
|
|
219
231
|
})), true);
|
|
220
232
|
}
|
|
221
233
|
return this.getAggregation("_select");
|
|
@@ -231,10 +243,8 @@ sap.ui.define([
|
|
|
231
243
|
|
|
232
244
|
oCurrentLocation.addEventDelegate({
|
|
233
245
|
onAfterRendering: function () {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
oCurrentLocation.$().attr("role", "link");
|
|
237
|
-
}
|
|
246
|
+
this._setCurrentLocationAccInfo(oCurrentLocation);
|
|
247
|
+
}.bind(this)
|
|
238
248
|
});
|
|
239
249
|
|
|
240
250
|
this.setAggregation("_currentLocation", oCurrentLocation).addStyleClass("sapMBreadcrumbsCurrentLocation");
|
|
@@ -242,6 +252,16 @@ sap.ui.define([
|
|
|
242
252
|
return this.getAggregation("_currentLocation");
|
|
243
253
|
};
|
|
244
254
|
|
|
255
|
+
Breadcrumbs.prototype._setCurrentLocationAccInfo = function (oCurrentLocation) {
|
|
256
|
+
var aVisibleItems = this._getControlsForBreadcrumbTrail(),
|
|
257
|
+
positionText = Breadcrumbs._getResourceBundleText("BREADCRUMB_ITEM_POS", [aVisibleItems.length, aVisibleItems.length]);
|
|
258
|
+
|
|
259
|
+
oCurrentLocation.$().attr("aria-current", "page");
|
|
260
|
+
oCurrentLocation.$().attr("tabindex", 0);
|
|
261
|
+
oCurrentLocation.$().attr("role", "link");
|
|
262
|
+
oCurrentLocation.$().attr("aria-label", this.getCurrentLocationText() + " " + positionText);
|
|
263
|
+
};
|
|
264
|
+
|
|
245
265
|
function fnConvertArguments(sAggregationName, aArguments) {
|
|
246
266
|
var aConvertedArguments = Array.prototype.slice.apply(aArguments);
|
|
247
267
|
aConvertedArguments.unshift(sAggregationName);
|
|
@@ -285,6 +305,22 @@ sap.ui.define([
|
|
|
285
305
|
return vResult;
|
|
286
306
|
};
|
|
287
307
|
|
|
308
|
+
Breadcrumbs.prototype._destroyInvisibleTexts = function () {
|
|
309
|
+
var oControl;
|
|
310
|
+
this._aCachedInvisibleTexts.forEach(function (oData) {
|
|
311
|
+
oControl = sap.ui.getCore().byId(oData.controlId);
|
|
312
|
+
|
|
313
|
+
// remove reference to the invisible text on the sap.m.Link control
|
|
314
|
+
// check for control existence as it might have been destroyed already
|
|
315
|
+
if (oControl && oControl.removeAriaLabelledBy) {
|
|
316
|
+
oControl.removeAriaLabelledBy(oData.invisibleText.getId());
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
oData.invisibleText.destroy();
|
|
320
|
+
});
|
|
321
|
+
this._aCachedInvisibleTexts = [];
|
|
322
|
+
};
|
|
323
|
+
|
|
288
324
|
/*************************************** Select Handling ******************************************/
|
|
289
325
|
|
|
290
326
|
Breadcrumbs.prototype._decorateSelect = function (oSelect) {
|
|
@@ -448,6 +484,43 @@ sap.ui.define([
|
|
|
448
484
|
};
|
|
449
485
|
};
|
|
450
486
|
|
|
487
|
+
/**
|
|
488
|
+
* Creates InvisibleText instances for the Link controls in the Breadcrumbs.
|
|
489
|
+
* Used to add the position and the size of the controls to their ariaLabelledBy association.
|
|
490
|
+
* An array of objects is returned for the instances to be destroyed on next invalidation with the following properties:
|
|
491
|
+
* - controlId: the id of the Link to later remove the InvisibleText instance id from the ariaLabelledBy association
|
|
492
|
+
* - invisibleText: the InvisibleText control itself to be destroyed
|
|
493
|
+
*/
|
|
494
|
+
Breadcrumbs.prototype._buildInvisibleTexts = function() {
|
|
495
|
+
var aVisibleItems = this._getControlsForBreadcrumbTrail(), // all visible links outside the drop-down, including current location
|
|
496
|
+
iItemCount = aVisibleItems.length,
|
|
497
|
+
oInvisibleText,
|
|
498
|
+
oInvisibleTexts = [];
|
|
499
|
+
|
|
500
|
+
aVisibleItems.forEach(function(oItem, iIndex) {
|
|
501
|
+
if (!oItem.isA("sap.m.Link")) {
|
|
502
|
+
// only links are relevant for the ariaLabelledBy association
|
|
503
|
+
return;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
oInvisibleText = new InvisibleText({
|
|
507
|
+
text: Breadcrumbs._getResourceBundleText("BREADCRUMB_ITEM_POS", [iIndex + 1, iItemCount])
|
|
508
|
+
}).toStatic();
|
|
509
|
+
|
|
510
|
+
if (oItem.getAriaLabelledBy().indexOf(oItem.getId()) === -1) {
|
|
511
|
+
oItem.addAriaLabelledBy(oItem.getId());
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
oItem.addAriaLabelledBy(oInvisibleText.getId());
|
|
515
|
+
oInvisibleTexts.push({
|
|
516
|
+
controlId: oItem.getId(),
|
|
517
|
+
invisibleText: oInvisibleText
|
|
518
|
+
});
|
|
519
|
+
});
|
|
520
|
+
|
|
521
|
+
return oInvisibleTexts;
|
|
522
|
+
};
|
|
523
|
+
|
|
451
524
|
Breadcrumbs.prototype._getControlDistribution = function (iMaxContentSize) {
|
|
452
525
|
iMaxContentSize = iMaxContentSize || this._iContainerSize;
|
|
453
526
|
this._iContainerSize = iMaxContentSize;
|
|
@@ -16,7 +16,6 @@ sap.ui.define(["sap/m/Text"], function (Text) {
|
|
|
16
16
|
apiVersion: 2
|
|
17
17
|
};
|
|
18
18
|
|
|
19
|
-
var oResource = sap.ui.getCore().getLibraryResourceBundle("sap.m");
|
|
20
19
|
|
|
21
20
|
/**
|
|
22
21
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
@@ -51,18 +50,23 @@ sap.ui.define(["sap/m/Text"], function (Text) {
|
|
|
51
50
|
this._renderControlInListItem(oRm, oSelect, sSeparator, false, "sapMBreadcrumbsSelectItem");
|
|
52
51
|
}
|
|
53
52
|
|
|
54
|
-
aControls.forEach(function (oChildControl) {
|
|
55
|
-
this._renderControlInListItem(oRm, oChildControl, sSeparator, oChildControl instanceof Text);
|
|
53
|
+
aControls.forEach(function (oChildControl, iIndex) {
|
|
54
|
+
this._renderControlInListItem(oRm, oChildControl, sSeparator, oChildControl instanceof Text, undefined, iIndex, aControls.length);
|
|
56
55
|
}, this);
|
|
57
56
|
|
|
58
57
|
oRm.close("ol");
|
|
59
58
|
oRm.close("nav");
|
|
60
59
|
};
|
|
61
60
|
|
|
62
|
-
BreadcrumbsRenderer._renderControlInListItem = function (oRm, oControl, sSeparator, bSkipSeparator, sAdditionalItemClass) {
|
|
61
|
+
BreadcrumbsRenderer._renderControlInListItem = function (oRm, oControl, sSeparator, bSkipSeparator, sAdditionalItemClass, iIndex, iVisibleItemsCount) {
|
|
63
62
|
oRm.openStart("li");
|
|
64
63
|
oRm.class("sapMBreadcrumbsItem");
|
|
65
64
|
oRm.class(sAdditionalItemClass);
|
|
65
|
+
if (iVisibleItemsCount && iIndex >= 0) {
|
|
66
|
+
// override the default size of the list to include the links count only
|
|
67
|
+
oRm.attr("aria-posinset", iIndex + 1);
|
|
68
|
+
oRm.attr("aria-setsize", iVisibleItemsCount);
|
|
69
|
+
}
|
|
66
70
|
oRm.openEnd();
|
|
67
71
|
oRm.renderControl(oControl);
|
|
68
72
|
if (!bSkipSeparator) {
|
|
@@ -71,9 +75,6 @@ sap.ui.define(["sap/m/Text"], function (Text) {
|
|
|
71
75
|
oRm.close("li");
|
|
72
76
|
};
|
|
73
77
|
|
|
74
|
-
BreadcrumbsRenderer._getResourceBundleText = function (sText) {
|
|
75
|
-
return oResource.getText(sText);
|
|
76
|
-
};
|
|
77
78
|
|
|
78
79
|
return BreadcrumbsRenderer;
|
|
79
80
|
|
package/src/sap/m/BusyDialog.js
CHANGED
package/src/sap/m/Button.js
CHANGED
|
@@ -89,7 +89,7 @@ sap.ui.define([
|
|
|
89
89
|
* @mixes sap.ui.core.ContextMenuSupport
|
|
90
90
|
*
|
|
91
91
|
* @author SAP SE
|
|
92
|
-
* @version 1.
|
|
92
|
+
* @version 1.100.1
|
|
93
93
|
*
|
|
94
94
|
* @constructor
|
|
95
95
|
* @public
|
|
@@ -760,7 +760,7 @@ sap.ui.define([
|
|
|
760
760
|
activeSrc : sActiveSrc,
|
|
761
761
|
densityAware : bIconDensityAware,
|
|
762
762
|
|
|
763
|
-
// do not use default
|
|
763
|
+
// do not use default tooltip in icon as the button renders it's own tooltip
|
|
764
764
|
useIconTooltip: false
|
|
765
765
|
|
|
766
766
|
}, sap.m.Image).addStyleClass("sapMBtnCustomIcon").setParent(this, null, true);
|
package/src/sap/m/Carousel.js
CHANGED
|
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function (ManagedObject) {
|
|
|
15
15
|
* Applies a <code>sap.m.CarouselLayout</code> to a provided DOM element or Control.
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.
|
|
18
|
+
* @version 1.100.1
|
|
19
19
|
*
|
|
20
20
|
* @extends sap.ui.base.ManagedObject
|
|
21
21
|
*
|
|
@@ -308,7 +308,8 @@ sap.ui.define([
|
|
|
308
308
|
* effect with an offset for the page indicator.
|
|
309
309
|
*
|
|
310
310
|
* @param {sap.ui.core.RenderManager} oRM The RenderManager that can be used for writing to the render output buffer
|
|
311
|
-
* @param
|
|
311
|
+
* @param {sap.m.Carousel} oCarousel the carousel containg the page
|
|
312
|
+
* @param {sap.ui.core.Control} oPage the page to check
|
|
312
313
|
* @private
|
|
313
314
|
*/
|
|
314
315
|
CarouselRenderer._renderPageInScrollContainer = function (oRM, oCarousel, oPage) {
|
package/src/sap/m/CheckBox.js
CHANGED
|
@@ -13,8 +13,7 @@ sap.ui.define([
|
|
|
13
13
|
'sap/ui/core/EnabledPropagator',
|
|
14
14
|
'sap/ui/core/library',
|
|
15
15
|
'./CheckBoxRenderer',
|
|
16
|
-
|
|
17
|
-
"sap/ui/events/KeyCodes",
|
|
16
|
+
'sap/ui/events/KeyCodes',
|
|
18
17
|
'sap/ui/core/LabelEnablement',
|
|
19
18
|
'sap/ui/core/message/MessageMixin'
|
|
20
19
|
],
|
|
@@ -26,7 +25,6 @@ sap.ui.define([
|
|
|
26
25
|
EnabledPropagator,
|
|
27
26
|
coreLibrary,
|
|
28
27
|
CheckBoxRenderer,
|
|
29
|
-
jQuery,
|
|
30
28
|
KeyCodes,
|
|
31
29
|
LabelEnablement,
|
|
32
30
|
MessageMixin
|
|
@@ -88,7 +86,7 @@ sap.ui.define([
|
|
|
88
86
|
* @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent
|
|
89
87
|
*
|
|
90
88
|
* @author SAP SE
|
|
91
|
-
* @version 1.
|
|
89
|
+
* @version 1.100.1
|
|
92
90
|
*
|
|
93
91
|
* @constructor
|
|
94
92
|
* @public
|
|
@@ -104,7 +104,7 @@ sap.ui.define([
|
|
|
104
104
|
* To prevent this, apps using the <code>ColorPalette</code> should also load the <code>sap.ui.unified</code> library in advance.
|
|
105
105
|
*
|
|
106
106
|
* @extends sap.ui.core.Control
|
|
107
|
-
* @version 1.
|
|
107
|
+
* @version 1.100.1
|
|
108
108
|
*
|
|
109
109
|
* @constructor
|
|
110
110
|
* @public
|
package/src/sap/m/Column.js
CHANGED
|
@@ -29,6 +29,15 @@ sap.ui.define([
|
|
|
29
29
|
var ColumnListItemRenderer = Renderer.extend(ListItemBaseRenderer);
|
|
30
30
|
ColumnListItemRenderer.apiVersion = 2;
|
|
31
31
|
|
|
32
|
+
/**
|
|
33
|
+
* Renders the HTML for the given control, using the provided
|
|
34
|
+
* {@link sap.ui.core.RenderManager}.
|
|
35
|
+
*
|
|
36
|
+
* @param {sap.ui.core.RenderManager} rm
|
|
37
|
+
* RenderManager that can be used to render the control's DOM
|
|
38
|
+
* @param {sap.m.ColumnListItem} oLI
|
|
39
|
+
* The item to be rendered
|
|
40
|
+
*/
|
|
32
41
|
ColumnListItemRenderer.render = function(rm, oLI) {
|
|
33
42
|
var oTable = oLI.getTable();
|
|
34
43
|
if (!oTable) {
|
|
@@ -106,17 +115,6 @@ sap.ui.define([
|
|
|
106
115
|
return "";
|
|
107
116
|
};
|
|
108
117
|
|
|
109
|
-
/**
|
|
110
|
-
* Renders the HTML for the given control, using the provided
|
|
111
|
-
* {@link sap.ui.core.RenderManager}.
|
|
112
|
-
*
|
|
113
|
-
* @param {sap.ui.core.RenderManager}
|
|
114
|
-
* oRenderManager the RenderManager that can be used for writing to
|
|
115
|
-
* the Render-Output-Buffer
|
|
116
|
-
* @param {sap.m.ColumnListItem}
|
|
117
|
-
* oControl an object representation of the control that should be
|
|
118
|
-
* rendered
|
|
119
|
-
*/
|
|
120
118
|
ColumnListItemRenderer.renderLIAttributes = function(rm, oLI) {
|
|
121
119
|
rm.class("sapMListTblRow");
|
|
122
120
|
var vAlign = oLI.getVAlign();
|
package/src/sap/m/ComboBox.js
CHANGED
|
@@ -108,7 +108,7 @@ sap.ui.define([
|
|
|
108
108
|
* </ul>
|
|
109
109
|
*
|
|
110
110
|
* @author SAP SE
|
|
111
|
-
* @version 1.
|
|
111
|
+
* @version 1.100.1
|
|
112
112
|
*
|
|
113
113
|
* @constructor
|
|
114
114
|
* @extends sap.m.ComboBoxBase
|
|
@@ -1899,6 +1899,7 @@ sap.ui.define([
|
|
|
1899
1899
|
|
|
1900
1900
|
if (this.getValue() !== "") {
|
|
1901
1901
|
this.clearSelection();
|
|
1902
|
+
this.bOpenedByKeyboardOrButton ? this.clearFilter() : this.close();
|
|
1902
1903
|
this.setProperty("effectiveShowClearIcon", false);
|
|
1903
1904
|
}
|
|
1904
1905
|
};
|