@openui5/sap.m 1.92.0 → 1.93.3
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 +5 -0
- package/THIRDPARTY.txt +10 -1
- 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 +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
- package/src/sap/m/Avatar.js +1 -1
- package/src/sap/m/Bar.js +14 -1
- package/src/sap/m/Breadcrumbs.js +1 -1
- package/src/sap/m/BusyDialog.js +1 -1
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/Button.js +9 -6
- package/src/sap/m/Carousel.js +1 -1
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CheckBox.js +9 -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 +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 +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/CustomTile.js +1 -1
- package/src/sap/m/CustomTreeItem.js +1 -1
- package/src/sap/m/DatePicker.js +9 -2
- 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 +3 -3
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DraftIndicator.js +1 -1
- package/src/sap/m/DynamicDate.js +53 -8
- package/src/sap/m/DynamicDateFormat.js +12 -1
- package/src/sap/m/DynamicDateOption.js +1 -1
- package/src/sap/m/DynamicDateRange.js +96 -17
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/IconTabBar.js +1 -2
- package/src/sap/m/IconTabBarSelectList.js +1 -1
- package/src/sap/m/IconTabFilter.js +68 -32
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
- package/src/sap/m/IconTabHeader.js +18 -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 +23 -15
- package/src/sap/m/InputBase.js +4 -2
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/Label.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 +2 -2
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +50 -20
- package/src/sap/m/ListItemBase.js +8 -7
- 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 +2 -2
- package/src/sap/m/MenuItem.js +1 -1
- package/src/sap/m/MenuListItem.js +1 -1
- package/src/sap/m/MessageBox.js +30 -0
- package/src/sap/m/MessageItem.js +1 -16
- 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 +17 -28
- package/src/sap/m/MultiComboBox.js +169 -164
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +2 -3
- package/src/sap/m/NavContainer.js +9 -7
- 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 +10 -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 +1 -1
- package/src/sap/m/ObjectStatus.js +1 -1
- package/src/sap/m/OverflowToolbar.js +10 -6
- 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 +167 -44
- package/src/sap/m/PlanningCalendarHeader.js +36 -5
- package/src/sap/m/PlanningCalendarLegend.js +1 -1
- package/src/sap/m/PlanningCalendarRow.js +1 -1
- package/src/sap/m/PlanningCalendarView.js +26 -2
- package/src/sap/m/Popover.js +11 -2
- 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 +69 -29
- 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 +34 -19
- package/src/sap/m/SearchFieldRenderer.js +13 -3
- package/src/sap/m/SegmentedButton.js +1 -1
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/SegmentedButtonRenderer.js +6 -0
- package/src/sap/m/Select.js +21 -13
- 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 +19 -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 +1 -1
- 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 +48 -5
- 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 +1 -1
- package/src/sap/m/SplitButtonRenderer.js +5 -1
- package/src/sap/m/SplitContainer.js +1 -1
- package/src/sap/m/StandardDynamicDateOption.js +1 -1
- 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 +1 -1
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsPopover.js +44 -1
- package/src/sap/m/Switch.js +9 -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 +48 -6
- 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 +3 -2
- package/src/sap/m/TableSelectDialog.js +21 -46
- package/src/sap/m/Text.js +2 -2
- package/src/sap/m/TextArea.js +1 -1
- 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 +8 -3
- package/src/sap/m/TimePickerClock.js +1 -1
- package/src/sap/m/TimePickerClocks.js +3 -1
- package/src/sap/m/TimePickerInputs.js +3 -1
- package/src/sap/m/TimePickerInternals.js +1 -1
- package/src/sap/m/TimePickerSlider.js +1 -1
- 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 +2 -1
- package/src/sap/m/TokenizerRenderer.js +1 -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 +1 -1
- 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 +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 +76 -44
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +18 -23
- package/src/sap/m/changeHandler/CombineButtons.js +280 -173
- package/src/sap/m/changeHandler/MoveTableColumns.js +143 -111
- package/src/sap/m/changeHandler/SplitMenuButton.js +141 -93
- package/src/sap/m/inputUtils/calculateSelectionStart.js +1 -1
- package/src/sap/m/inputUtils/wordStartsWithValue.js +5 -1
- package/src/sap/m/library.js +26 -2
- package/src/sap/m/messagebundle.properties +10 -1
- package/src/sap/m/messagebundle_ar.properties +7 -0
- package/src/sap/m/messagebundle_bg.properties +7 -0
- package/src/sap/m/messagebundle_ca.properties +7 -0
- package/src/sap/m/messagebundle_cs.properties +7 -0
- package/src/sap/m/messagebundle_cy.properties +7 -0
- package/src/sap/m/messagebundle_da.properties +7 -0
- package/src/sap/m/messagebundle_de.properties +11 -4
- package/src/sap/m/messagebundle_el.properties +7 -0
- package/src/sap/m/messagebundle_en.properties +7 -0
- package/src/sap/m/messagebundle_en_GB.properties +7 -0
- package/src/sap/m/messagebundle_en_US_sappsd.properties +6 -0
- package/src/sap/m/messagebundle_en_US_saptrc.properties +7 -0
- package/src/sap/m/messagebundle_es.properties +7 -0
- package/src/sap/m/messagebundle_es_MX.properties +7 -0
- package/src/sap/m/messagebundle_et.properties +7 -0
- package/src/sap/m/messagebundle_fi.properties +7 -0
- package/src/sap/m/messagebundle_fr.properties +7 -0
- package/src/sap/m/messagebundle_fr_CA.properties +7 -0
- package/src/sap/m/messagebundle_hi.properties +7 -0
- package/src/sap/m/messagebundle_hr.properties +7 -0
- package/src/sap/m/messagebundle_hu.properties +7 -0
- package/src/sap/m/messagebundle_id.properties +7 -0
- package/src/sap/m/messagebundle_it.properties +7 -0
- package/src/sap/m/messagebundle_iw.properties +7 -0
- package/src/sap/m/messagebundle_ja.properties +7 -0
- package/src/sap/m/messagebundle_kk.properties +7 -0
- package/src/sap/m/messagebundle_ko.properties +7 -0
- package/src/sap/m/messagebundle_lt.properties +7 -0
- package/src/sap/m/messagebundle_lv.properties +7 -0
- package/src/sap/m/messagebundle_ms.properties +7 -0
- package/src/sap/m/messagebundle_nl.properties +7 -0
- package/src/sap/m/messagebundle_no.properties +7 -0
- package/src/sap/m/messagebundle_pl.properties +7 -0
- package/src/sap/m/messagebundle_pt.properties +7 -0
- package/src/sap/m/messagebundle_pt_PT.properties +7 -0
- package/src/sap/m/messagebundle_ro.properties +7 -0
- package/src/sap/m/messagebundle_ru.properties +7 -0
- package/src/sap/m/messagebundle_sh.properties +7 -0
- package/src/sap/m/messagebundle_sk.properties +7 -0
- package/src/sap/m/messagebundle_sl.properties +7 -0
- package/src/sap/m/messagebundle_sv.properties +7 -0
- package/src/sap/m/messagebundle_th.properties +7 -0
- package/src/sap/m/messagebundle_tr.properties +7 -0
- package/src/sap/m/messagebundle_uk.properties +7 -0
- package/src/sap/m/messagebundle_vi.properties +7 -0
- package/src/sap/m/messagebundle_zh_CN.properties +7 -0
- package/src/sap/m/messagebundle_zh_TW.properties +7 -0
- package/src/sap/m/plugins/ColumnResizer.js +1 -1
- package/src/sap/m/plugins/DataStateIndicator.js +5 -3
- package/src/sap/m/plugins/PasteProvider.js +1 -1
- package/src/sap/m/plugins/PluginBase.js +1 -1
- package/src/sap/m/semantic/AddAction.js +1 -1
- package/src/sap/m/semantic/CancelAction.js +1 -1
- package/src/sap/m/semantic/DeleteAction.js +1 -1
- package/src/sap/m/semantic/DetailPage.js +1 -1
- package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/m/semantic/EditAction.js +1 -1
- package/src/sap/m/semantic/FavoriteAction.js +1 -1
- package/src/sap/m/semantic/FilterAction.js +1 -1
- package/src/sap/m/semantic/FilterSelect.js +1 -1
- package/src/sap/m/semantic/FlagAction.js +1 -1
- package/src/sap/m/semantic/ForwardAction.js +1 -1
- package/src/sap/m/semantic/FullscreenPage.js +1 -1
- package/src/sap/m/semantic/GroupAction.js +1 -1
- package/src/sap/m/semantic/GroupSelect.js +1 -1
- package/src/sap/m/semantic/MainAction.js +1 -1
- package/src/sap/m/semantic/MasterPage.js +1 -1
- package/src/sap/m/semantic/MessagesIndicator.js +1 -1
- package/src/sap/m/semantic/MultiSelectAction.js +1 -1
- package/src/sap/m/semantic/NegativeAction.js +1 -1
- package/src/sap/m/semantic/OpenInAction.js +1 -1
- package/src/sap/m/semantic/PositiveAction.js +1 -1
- package/src/sap/m/semantic/PrintAction.js +1 -1
- package/src/sap/m/semantic/SaveAction.js +1 -1
- package/src/sap/m/semantic/Segment.js +1 -1
- package/src/sap/m/semantic/SegmentedContainer.js +1 -1
- package/src/sap/m/semantic/SemanticButton.js +1 -1
- package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/m/semantic/SemanticControl.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/semantic/SemanticPage.js +1 -1
- package/src/sap/m/semantic/SemanticSelect.js +1 -1
- package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/m/semantic/SendEmailAction.js +1 -1
- package/src/sap/m/semantic/SendMessageAction.js +1 -1
- package/src/sap/m/semantic/ShareInJamAction.js +1 -1
- package/src/sap/m/semantic/ShareMenu.js +1 -1
- package/src/sap/m/semantic/ShareMenuPage.js +1 -1
- package/src/sap/m/semantic/SortAction.js +1 -1
- package/src/sap/m/semantic/SortSelect.js +1 -1
- package/src/sap/m/themes/base/Carousel.less +37 -2
- package/src/sap/m/themes/base/CheckBox.less +1 -1
- package/src/sap/m/themes/base/Dialog.less +11 -5
- package/src/sap/m/themes/base/FeedInput.less +5 -6
- package/src/sap/m/themes/base/GenericTile.less +130 -7
- package/src/sap/m/themes/base/IconTabBar.less +179 -64
- package/src/sap/m/themes/base/IconTabBarSelectList.less +12 -2
- package/src/sap/m/themes/base/InputBase.less +0 -24
- package/src/sap/m/themes/base/Label.less +6 -0
- package/src/sap/m/themes/base/ListItemBase.less +4 -2
- package/src/sap/m/themes/base/NotificationListBase.less +1 -1
- package/src/sap/m/themes/base/ObjectHeader.less +2 -1
- package/src/sap/m/themes/base/ObjectStatus.less +9 -2
- 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 +22 -15
- package/src/sap/m/themes/base/SegmentedButton.less +1 -1
- package/src/sap/m/themes/base/StandardListItem.less +5 -1
- package/src/sap/m/themes/base/Table.less +14 -12
- package/src/sap/m/themes/base/Text.less +6 -0
- 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/Toolbar.less +6 -0
- package/src/sap/m/themes/base/ViewSettingsDialog.less +1 -1
- package/src/sap/m/themes/sap_hcb/InputBase.less +25 -0
- package/src/sap/m/upload/UploadSet.js +1 -1
- package/src/sap/m/upload/UploadSetItem.js +16 -1
package/.reuse/dep5
CHANGED
|
@@ -464,3 +464,8 @@ Copyright:
|
|
|
464
464
|
License: Apache-2.0
|
|
465
465
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
|
466
466
|
|
|
467
|
+
Files: src/sap.ui.core/src/sap/ui/core/themes/base/base.less src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
468
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
469
|
+
License: Apache-2.0
|
|
470
|
+
Comment: these files belong to: SAP Theming Base Content
|
|
471
|
+
|
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.7
|
|
201
201
|
Copyright: Rodney Rehm
|
|
202
202
|
License: MIT
|
|
203
203
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -462,6 +462,15 @@ License: Apache-2.0
|
|
|
462
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
464
|
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.1.34
|
|
466
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
|
+
License: Apache-2.0
|
|
468
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
|
+
Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
|
|
470
|
+
src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
|
|
471
|
+
src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
|
|
472
|
+
src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
473
|
+
|
|
465
474
|
|
|
466
475
|
ALL LICENSE TEXTS:
|
|
467
476
|
==================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.m",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.93.3",
|
|
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.93.3",
|
|
18
|
+
"@openui5/sap.ui.layout": "1.93.3",
|
|
19
|
+
"@openui5/sap.ui.unified": "1.93.3"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/src/sap/m/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2021 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.93.3</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
package/src/sap/m/ActionSheet.js
CHANGED
package/src/sap/m/App.js
CHANGED
package/src/sap/m/Avatar.js
CHANGED
package/src/sap/m/Bar.js
CHANGED
|
@@ -56,7 +56,7 @@ sap.ui.define([
|
|
|
56
56
|
* @implements sap.m.IBar
|
|
57
57
|
*
|
|
58
58
|
* @author SAP SE
|
|
59
|
-
* @version 1.
|
|
59
|
+
* @version 1.93.3
|
|
60
60
|
*
|
|
61
61
|
* @constructor
|
|
62
62
|
* @public
|
|
@@ -483,6 +483,7 @@ sap.ui.define([
|
|
|
483
483
|
*
|
|
484
484
|
* @returns {Object} with all available contexts
|
|
485
485
|
* @protected
|
|
486
|
+
* @function
|
|
486
487
|
*/
|
|
487
488
|
Bar.prototype.getContext = BarInAnyContentEnabler.prototype.getContext;
|
|
488
489
|
|
|
@@ -492,6 +493,7 @@ sap.ui.define([
|
|
|
492
493
|
* Implementation of the IBar interface.
|
|
493
494
|
* @returns {boolean} isContextSensitive
|
|
494
495
|
* @protected
|
|
496
|
+
* @function
|
|
495
497
|
*/
|
|
496
498
|
Bar.prototype.isContextSensitive = BarInAnyContentEnabler.prototype.isContextSensitive;
|
|
497
499
|
|
|
@@ -500,12 +502,15 @@ sap.ui.define([
|
|
|
500
502
|
* @param {sap.m.IBarHTMLTag} sTag The HTML tag of the root element
|
|
501
503
|
* @returns {sap.m.IBar} this for chaining
|
|
502
504
|
* @protected
|
|
505
|
+
* @function
|
|
503
506
|
*/
|
|
504
507
|
Bar.prototype.setHTMLTag = BarInAnyContentEnabler.prototype.setHTMLTag;
|
|
508
|
+
|
|
505
509
|
/**
|
|
506
510
|
* Gets the HTML tag of the root element.
|
|
507
511
|
* @returns {sap.m.IBarHTMLTag} The HTML-tag
|
|
508
512
|
* @protected
|
|
513
|
+
* @function
|
|
509
514
|
*/
|
|
510
515
|
Bar.prototype.getHTMLTag = BarInAnyContentEnabler.prototype.getHTMLTag;
|
|
511
516
|
|
|
@@ -513,6 +518,7 @@ sap.ui.define([
|
|
|
513
518
|
* Sets classes and HTML tag according to the context of the page. Possible contexts are header, footer and subheader.
|
|
514
519
|
* @returns {sap.m.IBar} <code>this</code> for chaining
|
|
515
520
|
* @protected
|
|
521
|
+
* @function
|
|
516
522
|
*/
|
|
517
523
|
Bar.prototype.applyTagAndContextClassFor = BarInAnyContentEnabler.prototype.applyTagAndContextClassFor;
|
|
518
524
|
|
|
@@ -520,6 +526,7 @@ sap.ui.define([
|
|
|
520
526
|
* Sets classes according to the context of the page. Possible contexts are header, footer and subheader.
|
|
521
527
|
* @returns {sap.m.IBar} <code>this</code> for chaining
|
|
522
528
|
* @protected
|
|
529
|
+
* @function
|
|
523
530
|
*/
|
|
524
531
|
Bar.prototype._applyContextClassFor = BarInAnyContentEnabler.prototype._applyContextClassFor;
|
|
525
532
|
|
|
@@ -527,6 +534,7 @@ sap.ui.define([
|
|
|
527
534
|
* Sets HTML tag according to the context of the page. Possible contexts are header, footer and subheader.
|
|
528
535
|
* @returns {sap.m.IBar} <code>this</code> for chaining
|
|
529
536
|
* @protected
|
|
537
|
+
* @function
|
|
530
538
|
*/
|
|
531
539
|
Bar.prototype._applyTag = BarInAnyContentEnabler.prototype._applyTag;
|
|
532
540
|
|
|
@@ -537,6 +545,7 @@ sap.ui.define([
|
|
|
537
545
|
* @param {string} sContext allowed values are header, footer, subheader.
|
|
538
546
|
* @returns {object|null}
|
|
539
547
|
* @private
|
|
548
|
+
* @function
|
|
540
549
|
*/
|
|
541
550
|
Bar.prototype._getContextOptions = BarInAnyContentEnabler.prototype._getContextOptions;
|
|
542
551
|
|
|
@@ -546,6 +555,7 @@ sap.ui.define([
|
|
|
546
555
|
* @param {string} sRole AccessibilityRole of the root Element
|
|
547
556
|
* @returns {sap.m.IBar} <code>this</code> to allow method chaining
|
|
548
557
|
* @private
|
|
558
|
+
* @function
|
|
549
559
|
*/
|
|
550
560
|
Bar.prototype._setRootAccessibilityRole = BarInAnyContentEnabler.prototype._setRootAccessibilityRole;
|
|
551
561
|
|
|
@@ -554,6 +564,7 @@ sap.ui.define([
|
|
|
554
564
|
*
|
|
555
565
|
* @returns {string} Accessibility role
|
|
556
566
|
* @private
|
|
567
|
+
* @function
|
|
557
568
|
*/
|
|
558
569
|
Bar.prototype._getRootAccessibilityRole = BarInAnyContentEnabler.prototype._getRootAccessibilityRole;
|
|
559
570
|
|
|
@@ -564,6 +575,7 @@ sap.ui.define([
|
|
|
564
575
|
* @param {string} sLevel aria-level attribute of the root Element
|
|
565
576
|
* @returns {sap.m.IBar} <code>this</code> to allow method chaining
|
|
566
577
|
* @private
|
|
578
|
+
* @function
|
|
567
579
|
*/
|
|
568
580
|
Bar.prototype._setRootAriaLevel = BarInAnyContentEnabler.prototype._setRootAriaLevel;
|
|
569
581
|
|
|
@@ -573,6 +585,7 @@ sap.ui.define([
|
|
|
573
585
|
* This is only needed if <code>sap.m.Bar</code> has role="heading"
|
|
574
586
|
* @returns {string} aria-level
|
|
575
587
|
* @private
|
|
588
|
+
* @function
|
|
576
589
|
*/
|
|
577
590
|
Bar.prototype._getRootAriaLevel = BarInAnyContentEnabler.prototype._getRootAriaLevel;
|
|
578
591
|
|
package/src/sap/m/Breadcrumbs.js
CHANGED
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.93.3
|
|
93
93
|
*
|
|
94
94
|
* @constructor
|
|
95
95
|
* @public
|
|
@@ -352,7 +352,10 @@ sap.ui.define([
|
|
|
352
352
|
* @private
|
|
353
353
|
*/
|
|
354
354
|
Button.prototype._getBadgeInvisibleText = function() {
|
|
355
|
-
|
|
355
|
+
if (!this._oBadgeInvisibleText) {
|
|
356
|
+
this._oBadgeInvisibleText = new InvisibleText(this.getId() + "-badge").toStatic();
|
|
357
|
+
}
|
|
358
|
+
return this._oBadgeInvisibleText;
|
|
356
359
|
};
|
|
357
360
|
|
|
358
361
|
/**
|
|
@@ -384,16 +387,16 @@ sap.ui.define([
|
|
|
384
387
|
|
|
385
388
|
switch (sButtonType) {
|
|
386
389
|
case ButtonType.Critical:
|
|
387
|
-
this._sTypeIconURI = "sap-icon://
|
|
390
|
+
this._sTypeIconURI = "sap-icon://alert";
|
|
388
391
|
break;
|
|
389
392
|
case ButtonType.Negative:
|
|
390
|
-
this._sTypeIconURI = "sap-icon://
|
|
393
|
+
this._sTypeIconURI = "sap-icon://error";
|
|
391
394
|
break;
|
|
392
395
|
case ButtonType.Success:
|
|
393
|
-
this._sTypeIconURI = "sap-icon://
|
|
396
|
+
this._sTypeIconURI = "sap-icon://sys-enter-2";
|
|
394
397
|
break;
|
|
395
398
|
case ButtonType.Neutral:
|
|
396
|
-
this._sTypeIconURI = "sap-icon://
|
|
399
|
+
this._sTypeIconURI = "sap-icon://information";
|
|
397
400
|
break;
|
|
398
401
|
case ButtonType.Back:
|
|
399
402
|
case ButtonType.Up:
|
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.93.3
|
|
19
19
|
*
|
|
20
20
|
* @extends sap.ui.base.ManagedObject
|
|
21
21
|
*
|
package/src/sap/m/CheckBox.js
CHANGED
|
@@ -88,7 +88,7 @@ sap.ui.define([
|
|
|
88
88
|
* @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent
|
|
89
89
|
*
|
|
90
90
|
* @author SAP SE
|
|
91
|
-
* @version 1.
|
|
91
|
+
* @version 1.93.3
|
|
92
92
|
*
|
|
93
93
|
* @constructor
|
|
94
94
|
* @public
|
|
@@ -343,12 +343,16 @@ sap.ui.define([
|
|
|
343
343
|
}
|
|
344
344
|
};
|
|
345
345
|
|
|
346
|
-
CheckBox.prototype.
|
|
346
|
+
CheckBox.prototype.getFormattedState = function() {
|
|
347
347
|
var oBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m");
|
|
348
348
|
|
|
349
349
|
return this.getSelected() ? oBundle.getText("ACC_CTR_STATE_CHECKED") : oBundle.getText("ACC_CTR_STATE_NOT_CHECKED");
|
|
350
350
|
};
|
|
351
351
|
|
|
352
|
+
CheckBox.prototype.getFormFormattedValue = function() {
|
|
353
|
+
return this.getFormattedState();
|
|
354
|
+
};
|
|
355
|
+
|
|
352
356
|
CheckBox.prototype.getFormValueProperty = function () {
|
|
353
357
|
return "selected";
|
|
354
358
|
};
|
|
@@ -541,11 +545,12 @@ sap.ui.define([
|
|
|
541
545
|
* @returns {object} The <code>sap.m.CheckBox</code> accessibility information
|
|
542
546
|
*/
|
|
543
547
|
CheckBox.prototype.getAccessibilityInfo = function() {
|
|
544
|
-
var oBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m")
|
|
548
|
+
var oBundle = sap.ui.getCore().getLibraryResourceBundle("sap.m"),
|
|
549
|
+
sText = this.getText();
|
|
545
550
|
return {
|
|
546
551
|
role: "checkbox",
|
|
547
552
|
type: oBundle.getText("ACC_CTR_TYPE_CHECKBOX"),
|
|
548
|
-
description: (
|
|
553
|
+
description: (sText ? sText + " " : "") + this.getFormattedState(),
|
|
549
554
|
focusable: this.getEnabled() && !this.getDisplayOnly(),
|
|
550
555
|
enabled: this.getEnabled(),
|
|
551
556
|
editable: this.getEditable()
|
|
@@ -87,7 +87,7 @@ sap.ui.define(['sap/ui/core/library', 'sap/ui/core/ValueStateSupport', 'sap/ui/D
|
|
|
87
87
|
|
|
88
88
|
var sTooltip = this.getTooltipText(oCheckBox);
|
|
89
89
|
|
|
90
|
-
if (sTooltip &&
|
|
90
|
+
if (sTooltip && bEditableAndEnabled) {
|
|
91
91
|
oRm.attr("title", sTooltip);
|
|
92
92
|
}
|
|
93
93
|
|
package/src/sap/m/Column.js
CHANGED
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
* @extends sap.ui.core.Element
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.
|
|
49
|
+
* @version 1.93.3
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @public
|
|
@@ -393,6 +393,14 @@ sap.ui.define([
|
|
|
393
393
|
this._index = +nIndex;
|
|
394
394
|
};
|
|
395
395
|
|
|
396
|
+
/**
|
|
397
|
+
* Gets the rendering index of the column
|
|
398
|
+
*
|
|
399
|
+
* @protected
|
|
400
|
+
*/
|
|
401
|
+
Column.prototype.getIndex = function() {
|
|
402
|
+
return this._index;
|
|
403
|
+
};
|
|
396
404
|
|
|
397
405
|
/**
|
|
398
406
|
* Sets the order of the column
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @extends sap.m.ListItemBase
|
|
43
43
|
*
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.93.3
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|
|
@@ -243,7 +243,13 @@ sap.ui.define([
|
|
|
243
243
|
aCells = this.getCells(),
|
|
244
244
|
aColumns = oTable.getColumns(true);
|
|
245
245
|
|
|
246
|
-
aColumns.
|
|
246
|
+
aColumns.sort(function(oCol1, oCol2) {
|
|
247
|
+
var iCol1Index = oCol1.getIndex(), iCol2Index = oCol2.getIndex(), iIndexDiff = iCol1Index - iCol2Index;
|
|
248
|
+
if (iIndexDiff == 0) { return 0; }
|
|
249
|
+
if (iCol1Index < 0) { return 1; }
|
|
250
|
+
if (iCol2Index < 0) { return -1; }
|
|
251
|
+
return iIndexDiff;
|
|
252
|
+
}).forEach(function(oColumn) {
|
|
247
253
|
var oCell = aCells[oColumn.getInitialOrder()];
|
|
248
254
|
if (!oCell || !oColumn.getVisible() || (oColumn.isHidden() && !oColumn.isPopin())) {
|
|
249
255
|
return;
|
package/src/sap/m/ComboBox.js
CHANGED
package/src/sap/m/CustomTile.js
CHANGED
|
@@ -21,7 +21,7 @@ sap.ui.define(['./Tile', './library', './CustomTileRenderer'],
|
|
|
21
21
|
* Use the CustomTile control to display application specific content in the Tile control.
|
|
22
22
|
* The tile width is 8.5em and height is 10em.
|
|
23
23
|
* @extends sap.m.Tile
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.93.3
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
package/src/sap/m/DatePicker.js
CHANGED
|
@@ -18,6 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
'./DateTimeField',
|
|
19
19
|
'./Button',
|
|
20
20
|
'./ResponsivePopover',
|
|
21
|
+
"./ValueStateHeader",
|
|
21
22
|
'sap/ui/core/date/UniversalDate',
|
|
22
23
|
'./library',
|
|
23
24
|
'sap/ui/core/Control',
|
|
@@ -46,6 +47,7 @@ sap.ui.define([
|
|
|
46
47
|
DateTimeField,
|
|
47
48
|
Button,
|
|
48
49
|
ResponsivePopover,
|
|
50
|
+
ValueStateHeader,
|
|
49
51
|
UniversalDate,
|
|
50
52
|
library,
|
|
51
53
|
Control,
|
|
@@ -149,7 +151,7 @@ sap.ui.define([
|
|
|
149
151
|
* the close event), or select Cancel.
|
|
150
152
|
*
|
|
151
153
|
* @extends sap.m.DateTimeField
|
|
152
|
-
* @version 1.
|
|
154
|
+
* @version 1.93.3
|
|
153
155
|
*
|
|
154
156
|
* @constructor
|
|
155
157
|
* @public
|
|
@@ -485,7 +487,7 @@ sap.ui.define([
|
|
|
485
487
|
DatePicker.prototype.onfocusin = function(oEvent) {
|
|
486
488
|
|
|
487
489
|
if (!jQuery(oEvent.target).hasClass("sapUiIcon")) {
|
|
488
|
-
|
|
490
|
+
DateTimeField.prototype.onfocusin.apply(this, arguments);
|
|
489
491
|
}
|
|
490
492
|
|
|
491
493
|
this._bFocusNoPopup = undefined;
|
|
@@ -1208,6 +1210,11 @@ sap.ui.define([
|
|
|
1208
1210
|
|
|
1209
1211
|
this._oPopup._getButtonFooter().setVisible(this.getShowFooter());
|
|
1210
1212
|
this._getCalendar()._bSkipCancelButtonRendering = true;
|
|
1213
|
+
if (!this._oPopup.getContent().length) {
|
|
1214
|
+
var oHeader = this._getValueStateHeader();
|
|
1215
|
+
this._oPopup.addContent(this._getValueStateHeader());
|
|
1216
|
+
oHeader.setPopup(this._oPopup._oControl);
|
|
1217
|
+
}
|
|
1211
1218
|
this._oPopup.addContent(this._getCalendar());
|
|
1212
1219
|
|
|
1213
1220
|
if (!this.getDateValue()) {
|
|
@@ -129,8 +129,8 @@ sap.ui.define([
|
|
|
129
129
|
* compact mode and provides a touch-friendly size in cozy mode.
|
|
130
130
|
*
|
|
131
131
|
* @extends sap.m.DatePicker
|
|
132
|
-
* @version 1.
|
|
133
|
-
* @version 1.
|
|
132
|
+
* @version 1.93.3
|
|
133
|
+
* @version 1.93.3
|
|
134
134
|
*
|
|
135
135
|
* @constructor
|
|
136
136
|
* @public
|