@openui5/sap.m 1.103.1 → 1.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +2 -3
- package/.reuse/dep5 +17 -0
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +35 -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/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 +11 -10
- 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 +3 -2
- package/src/sap/m/Carousel.js +1 -1
- package/src/sap/m/CarouselLayout.js +1 -1
- package/src/sap/m/CheckBox.js +1 -1
- package/src/sap/m/ColorPalette.js +1 -1
- package/src/sap/m/ColorPalettePopover.js +1 -1
- package/src/sap/m/Column.js +1 -1
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- package/src/sap/m/ColumnListItem.js +1 -1
- package/src/sap/m/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 +14 -22
- package/src/sap/m/DateRangeSelection.js +45 -38
- package/src/sap/m/DateTimeField.js +87 -20
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +40 -21
- package/src/sap/m/Dialog.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 +1 -1
- package/src/sap/m/DynamicDateOption.js +6 -4
- package/src/sap/m/DynamicDateRange.js +3 -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 +1 -1
- package/src/sap/m/FeedContent.js +1 -1
- package/src/sap/m/FeedInput.js +1 -1
- 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 +1 -1
- 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 +12 -9
- package/src/sap/m/GenericTileLineModeRenderer.js +4 -4
- package/src/sap/m/GenericTileRenderer.js +16 -4
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingEnablement.js +11 -4
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +3 -3
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/IconTabBar.js +1 -1
- package/src/sap/m/IconTabBarSelectList.js +1 -1
- package/src/sap/m/IconTabFilter.js +1 -1
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +1 -1
- package/src/sap/m/IconTabHeader.js +7 -2
- package/src/sap/m/IconTabSeparator.js +1 -1
- package/src/sap/m/IllustratedMessage.js +63 -24
- package/src/sap/m/IllustratedMessageRenderer.js +10 -6
- package/src/sap/m/Illustration.js +1 -1
- package/src/sap/m/IllustrationPool.js +1 -0
- package/src/sap/m/Image.js +1 -1
- package/src/sap/m/ImageContent.js +1 -1
- package/src/sap/m/Input.js +1 -4
- package/src/sap/m/InputBase.js +1 -1
- 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 +41 -5
- package/src/sap/m/LinkRenderer.js +18 -10
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +4 -1
- package/src/sap/m/ListItemBase.js +10 -2
- package/src/sap/m/MaskEnabler.js +52 -2
- package/src/sap/m/MaskInput.js +23 -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 +4 -1
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +1 -1
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +1 -1
- package/src/sap/m/MultiComboBox.js +1 -1
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +1 -1
- package/src/sap/m/NavContainer.js +20 -16
- 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/NumericInput.js +1 -1
- package/src/sap/m/ObjectAttribute.js +1 -1
- package/src/sap/m/ObjectHeader.js +1 -1
- 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/ObjectNumberRenderer.js +10 -3
- package/src/sap/m/ObjectStatus.js +1 -1
- package/src/sap/m/OverflowToolbar.js +1 -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 +2 -2
- package/src/sap/m/PDFViewerRenderer.js +1 -0
- 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 +1 -1
- 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 +4 -4
- package/src/sap/m/ProgressIndicator.js +1 -1
- package/src/sap/m/ProgressIndicatorRenderer.js +6 -3
- 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 +1 -1
- 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 +8 -1
- package/src/sap/m/RatingIndicatorRenderer.js +13 -4
- 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 +1 -1
- package/src/sap/m/SegmentedButton.js +1 -1
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +5 -12
- package/src/sap/m/SelectDialog.js +1 -1
- package/src/sap/m/SelectDialogBase.js +1 -1
- package/src/sap/m/SelectList.js +1 -1
- package/src/sap/m/SelectionDetails.js +1 -1
- 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 +1 -1
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -1
- package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
- package/src/sap/m/SlideTile.js +1 -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 +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 +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 +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 +1 -1
- package/src/sap/m/Text.js +1 -1
- package/src/sap/m/TextArea.js +1 -1
- package/src/sap/m/Tile.js +1 -1
- package/src/sap/m/TileContainer.js +1 -1
- package/src/sap/m/TileContent.js +8 -9
- package/src/sap/m/TileContentRenderer.js +1 -1
- package/src/sap/m/TimePicker.js +43 -6
- package/src/sap/m/TimePickerClock.js +1 -1
- package/src/sap/m/TimePickerClocks.js +5 -3
- package/src/sap/m/TimePickerInputs.js +1 -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/Title.js +1 -1
- package/src/sap/m/TitlePropagationSupport.js +1 -1
- package/src/sap/m/ToggleButton.js +2 -2
- package/src/sap/m/Token.js +1 -1
- package/src/sap/m/Tokenizer.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 +1 -1
- 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 +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/VariantItem.js +160 -0
- package/src/sap/m/VariantManagement.js +610 -547
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +1 -1
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +1 -1
- package/src/sap/m/VisibleItem.js +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 +2 -2
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
- package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
- package/src/sap/m/designtime/VariantManagement.designtime.js +34 -24
- package/src/sap/m/flexibility/EngineFlex.js +48 -0
- package/src/sap/m/library.js +29 -6
- package/src/sap/m/messagebundle.properties +23 -1
- package/src/sap/m/messagebundle_ar.properties +16 -5
- package/src/sap/m/messagebundle_bg.properties +11 -0
- package/src/sap/m/messagebundle_ca.properties +11 -0
- package/src/sap/m/messagebundle_cs.properties +11 -0
- package/src/sap/m/messagebundle_cy.properties +11 -0
- package/src/sap/m/messagebundle_da.properties +11 -0
- package/src/sap/m/messagebundle_de.properties +11 -0
- package/src/sap/m/messagebundle_el.properties +12 -1
- package/src/sap/m/messagebundle_en.properties +11 -0
- package/src/sap/m/messagebundle_en_GB.properties +11 -0
- package/src/sap/m/messagebundle_en_US_sappsd.properties +11 -0
- package/src/sap/m/messagebundle_en_US_saprigi.properties +9 -0
- package/src/sap/m/messagebundle_en_US_saptrc.properties +11 -0
- package/src/sap/m/messagebundle_es.properties +11 -0
- package/src/sap/m/messagebundle_es_MX.properties +11 -0
- package/src/sap/m/messagebundle_et.properties +11 -0
- package/src/sap/m/messagebundle_fi.properties +14 -3
- package/src/sap/m/messagebundle_fr.properties +11 -0
- package/src/sap/m/messagebundle_fr_CA.properties +11 -0
- package/src/sap/m/messagebundle_hi.properties +11 -0
- package/src/sap/m/messagebundle_hr.properties +15 -4
- package/src/sap/m/messagebundle_hu.properties +13 -2
- package/src/sap/m/messagebundle_id.properties +11 -0
- package/src/sap/m/messagebundle_it.properties +12 -1
- package/src/sap/m/messagebundle_iw.properties +12 -1
- package/src/sap/m/messagebundle_ja.properties +11 -0
- package/src/sap/m/messagebundle_kk.properties +11 -0
- package/src/sap/m/messagebundle_ko.properties +17 -6
- package/src/sap/m/messagebundle_lt.properties +11 -0
- package/src/sap/m/messagebundle_lv.properties +11 -0
- package/src/sap/m/messagebundle_ms.properties +11 -0
- package/src/sap/m/messagebundle_nl.properties +25 -14
- package/src/sap/m/messagebundle_no.properties +12 -1
- package/src/sap/m/messagebundle_pl.properties +12 -1
- package/src/sap/m/messagebundle_pt.properties +15 -4
- package/src/sap/m/messagebundle_pt_PT.properties +11 -0
- package/src/sap/m/messagebundle_ro.properties +11 -0
- package/src/sap/m/messagebundle_ru.properties +11 -0
- package/src/sap/m/messagebundle_sh.properties +11 -0
- package/src/sap/m/messagebundle_sk.properties +11 -0
- package/src/sap/m/messagebundle_sl.properties +11 -0
- package/src/sap/m/messagebundle_sv.properties +11 -0
- package/src/sap/m/messagebundle_th.properties +34 -23
- package/src/sap/m/messagebundle_tr.properties +11 -0
- package/src/sap/m/messagebundle_uk.properties +11 -0
- package/src/sap/m/messagebundle_vi.properties +11 -0
- package/src/sap/m/messagebundle_zh_CN.properties +11 -0
- package/src/sap/m/messagebundle_zh_TW.properties +11 -0
- package/src/sap/m/p13n/AbstractContainer.js +5 -5
- package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
- package/src/sap/m/p13n/BasePanel.js +4 -3
- package/src/sap/m/p13n/Container.js +1 -1
- package/src/sap/m/p13n/Engine.js +1253 -0
- package/src/sap/m/p13n/FlexUtil.js +162 -0
- package/src/sap/m/p13n/GroupController.js +145 -0
- package/src/sap/m/p13n/GroupPanel.js +10 -3
- package/src/sap/m/p13n/MetadataHelper.js +35 -0
- package/src/sap/m/p13n/PersistenceProvider.js +135 -0
- package/src/sap/m/p13n/Popup.js +46 -9
- package/src/sap/m/p13n/QueryPanel.js +1 -1
- package/src/sap/m/p13n/SelectionController.js +563 -0
- package/src/sap/m/p13n/SelectionPanel.js +13 -1
- package/src/sap/m/p13n/SortController.js +153 -0
- package/src/sap/m/p13n/SortPanel.js +11 -1
- package/src/sap/m/p13n/enum/PersistenceMode.js +43 -0
- package/src/sap/m/p13n/handler/xConfigHandler.js +166 -0
- package/src/sap/m/p13n/modification/FlexModificationHandler.js +90 -0
- package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +75 -0
- package/src/sap/m/p13n/modification/ModificationHandler.js +133 -0
- package/src/sap/m/p13n/modules/AdaptationProvider.js +67 -0
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +124 -0
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +101 -0
- package/src/sap/m/p13n/modules/UIManager.js +230 -0
- package/src/sap/m/p13n/modules/xConfigAPI.js +286 -0
- package/src/sap/m/plugins/ColumnResizer.js +15 -1
- package/src/sap/m/plugins/DataStateIndicator.js +2 -2
- 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/table/Util.js +8 -3
- 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 +8 -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 +21 -1
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +13 -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 +21 -1
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +13 -1
- package/src/sap/m/themes/base/Breadcrumbs.less +6 -0
- package/src/sap/m/themes/base/CheckBox.less +1 -0
- package/src/sap/m/themes/base/Dialog.less +1 -0
- package/src/sap/m/themes/base/FeedContent.less +13 -5
- package/src/sap/m/themes/base/GenericTile.less +39 -9
- package/src/sap/m/themes/base/IllustratedMessage.less +7 -0
- package/src/sap/m/themes/base/NumericContent.less +1 -1
- package/src/sap/m/themes/base/ObjectStatus.less +2 -1
- package/src/sap/m/themes/base/OverflowToolbarAssociativePopover.less +5 -1
- package/src/sap/m/themes/base/SelectList.less +0 -5
- package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +7 -0
- package/src/sap/m/themes/base/SlideTile.less +20 -4
- package/src/sap/m/themes/base/Table.less +11 -1
- package/src/sap/m/themes/base/TileContent.less +17 -0
- package/src/sap/m/upload/UploadSet.js +98 -15
- package/src/sap/m/upload/UploadSetItem.js +13 -1
- package/src/sap/m/upload/UploadSetRenderer.js +8 -16
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
package/src/sap/m/TextArea.js
CHANGED
package/src/sap/m/Tile.js
CHANGED
package/src/sap/m/TileContent.js
CHANGED
|
@@ -24,7 +24,7 @@ sap.ui.define(['./library', 'sap/ui/core/library', 'sap/ui/core/Control', './Til
|
|
|
24
24
|
* @extends sap.ui.core.Control
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.104.0
|
|
28
28
|
* @since 1.34.0
|
|
29
29
|
*
|
|
30
30
|
* @public
|
|
@@ -223,8 +223,13 @@ sap.ui.define(['./library', 'sap/ui/core/library', 'sap/ui/core/Control', './Til
|
|
|
223
223
|
var bIsFirst = true;
|
|
224
224
|
var oContent = this.getContent();
|
|
225
225
|
var oParent = this.getParent();
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
var sPriority = sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("TEXT_CONTENT_PRIORITY");
|
|
227
|
+
var sPriorityText = this.getPriorityText();
|
|
228
|
+
if (sPriorityText && this.getPriority() !== Priority.None){
|
|
229
|
+
sAltText += sPriorityText + " " + sPriority;
|
|
230
|
+
bIsFirst = false;
|
|
231
|
+
}
|
|
232
|
+
if (oContent && oContent.getVisible()) {
|
|
228
233
|
var oContentDom = oContent.getDomRef();
|
|
229
234
|
if (oContent.getAltText) {
|
|
230
235
|
sAltText += oContent.getAltText();
|
|
@@ -233,12 +238,6 @@ sap.ui.define(['./library', 'sap/ui/core/library', 'sap/ui/core/Control', './Til
|
|
|
233
238
|
sAltText += oContent.getTooltip_AsString();
|
|
234
239
|
bIsFirst = false;
|
|
235
240
|
} else if (oParent && oParent.isA("sap.m.GenericTile") && oParent.getMode() === GenericTileMode.ActionMode) {
|
|
236
|
-
var sPriority = sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("TEXT_CONTENT_PRIORITY"),
|
|
237
|
-
sPriorityText = this.getPriorityText();
|
|
238
|
-
if (sPriorityText && this.getPriority()){
|
|
239
|
-
sAltText += sPriorityText + " " + sPriority;
|
|
240
|
-
bIsFirst = false;
|
|
241
|
-
}
|
|
242
241
|
if (oContent.isA("sap.m.Text")){
|
|
243
242
|
sAltText += (bIsFirst ? "" : "\n") + oContent.getText();
|
|
244
243
|
bIsFirst = false;
|
|
@@ -111,7 +111,7 @@ sap.ui.define(["./library", "sap/base/security/encodeCSS", "sap/m/GenericTile",
|
|
|
111
111
|
sPriorityText = oControl.getPriorityText(),
|
|
112
112
|
bRenderPriority = bIsActionMode && oPriority && oPriority !== Priority.None && sPriorityText,
|
|
113
113
|
sPriority = sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("TEXT_CONTENT_PRIORITY"),
|
|
114
|
-
iMaxLines = (oPriority && sPriorityText) ? 1 : 3; //if the Priority is present then the text should have 1 line else 3 lines in ActionMode
|
|
114
|
+
iMaxLines = (oPriority !== Priority.None && sPriorityText) ? 1 : 3; //if the Priority is present then the text should have 1 line else 3 lines in ActionMode
|
|
115
115
|
|
|
116
116
|
if (oContent) {
|
|
117
117
|
if (bRenderPriority) {
|
package/src/sap/m/TimePicker.js
CHANGED
|
@@ -142,7 +142,7 @@ function(
|
|
|
142
142
|
* @extends sap.m.DateTimeField
|
|
143
143
|
*
|
|
144
144
|
* @author SAP SE
|
|
145
|
-
* @version 1.
|
|
145
|
+
* @version 1.104.0
|
|
146
146
|
*
|
|
147
147
|
* @constructor
|
|
148
148
|
* @public
|
|
@@ -288,8 +288,27 @@ function(
|
|
|
288
288
|
* Fired when <code>value help</code> dialog closes.
|
|
289
289
|
* @since 1.102.0
|
|
290
290
|
*/
|
|
291
|
-
afterValueHelpClose: {}
|
|
291
|
+
afterValueHelpClose: {},
|
|
292
292
|
|
|
293
|
+
/**
|
|
294
|
+
* Fired when the value of the <code>TimePicker</code> is changed by user interaction - each keystroke, delete, paste, etc.
|
|
295
|
+
*
|
|
296
|
+
* <b>Note:</b> Browsing autocomplete suggestions doesn't fire the event.
|
|
297
|
+
* @since 1.104.0
|
|
298
|
+
*/
|
|
299
|
+
liveChange: {
|
|
300
|
+
parameters : {
|
|
301
|
+
/**
|
|
302
|
+
* The current value of the input, after a live change event.
|
|
303
|
+
*/
|
|
304
|
+
value: {type : "string"},
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* The previous value of the input, before the last user interaction.
|
|
308
|
+
*/
|
|
309
|
+
previousValue: {type : "string"}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
293
312
|
},
|
|
294
313
|
|
|
295
314
|
dnd: { draggable: false, droppable: true }
|
|
@@ -956,7 +975,8 @@ function(
|
|
|
956
975
|
oClocks = this._getClocks(),
|
|
957
976
|
oInputs = this._getInputs(),
|
|
958
977
|
iIndexOfHH,
|
|
959
|
-
iIndexOfH
|
|
978
|
+
iIndexOfH,
|
|
979
|
+
bEmpty = false;
|
|
960
980
|
|
|
961
981
|
sFormat = sFormat ? sFormat : "";
|
|
962
982
|
iIndexOfHH = sFormat.indexOf("HH");
|
|
@@ -971,8 +991,19 @@ function(
|
|
|
971
991
|
this._sLastChangeValue = sValue;
|
|
972
992
|
}
|
|
973
993
|
|
|
994
|
+
if (this.getDomRef() && !this._getInputValue()) {
|
|
995
|
+
bEmpty = true;
|
|
996
|
+
}
|
|
997
|
+
|
|
974
998
|
MaskEnabler.setValue.call(this, sValue);
|
|
975
999
|
|
|
1000
|
+
// Make sure that the input element is empty in case it was empty before calling the setter,
|
|
1001
|
+
// in order to enable the input field value selection, which is part of the prefered user interaction restricted API.
|
|
1002
|
+
// Later on the updateDomValue method will fill the input field element properly
|
|
1003
|
+
if (this.getDomRef() && this._bPreferUserInteraction && bEmpty) {
|
|
1004
|
+
this.getFocusDomRef().value = "";
|
|
1005
|
+
}
|
|
1006
|
+
|
|
976
1007
|
// We need to reset the mask temporary value when using a setter
|
|
977
1008
|
// as the given value might not formatted according to mask value format
|
|
978
1009
|
if (this.getMask()) {
|
|
@@ -1601,7 +1632,13 @@ function(
|
|
|
1601
1632
|
],
|
|
1602
1633
|
|
|
1603
1634
|
ariaLabelledBy: InvisibleText.getStaticId("sap.m", "TIMEPICKER_SET_TIME"),
|
|
1604
|
-
beforeOpen: this.onBeforeNumericOpen.bind(this)
|
|
1635
|
+
beforeOpen: this.onBeforeNumericOpen.bind(this),
|
|
1636
|
+
afterOpen: function() {
|
|
1637
|
+
this.fireAfterValueHelpOpen();
|
|
1638
|
+
}.bind(this),
|
|
1639
|
+
afterClose: function() {
|
|
1640
|
+
this.fireAfterValueHelpClose();
|
|
1641
|
+
}.bind(this)
|
|
1605
1642
|
});
|
|
1606
1643
|
|
|
1607
1644
|
oPicker.open = function() {
|
|
@@ -2256,8 +2293,7 @@ function(
|
|
|
2256
2293
|
type: sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("ACC_CTR_TYPE_TIMEINPUT"),
|
|
2257
2294
|
description: [sValue, oRenderer.getLabelledByAnnouncement(this), oRenderer.getDescribedByAnnouncement(this)].join(" ").trim(),
|
|
2258
2295
|
autocomplete: "none",
|
|
2259
|
-
haspopup: true
|
|
2260
|
-
owns: this.getId() + "-clocks"
|
|
2296
|
+
haspopup: true
|
|
2261
2297
|
});
|
|
2262
2298
|
|
|
2263
2299
|
return oInfo;
|
|
@@ -2301,6 +2337,7 @@ function(
|
|
|
2301
2337
|
}
|
|
2302
2338
|
|
|
2303
2339
|
this._resetTempValue(iBegin, iEnd);
|
|
2340
|
+
this._bCheckForLiveChange = true;
|
|
2304
2341
|
this.updateDomValue(this._oTempValue.toString());
|
|
2305
2342
|
this._setCursorPosition(Math.max(this._iUserInputStartPosition, iStart));
|
|
2306
2343
|
};
|
|
@@ -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.104.0
|
|
54
54
|
*
|
|
55
55
|
* @constructor
|
|
56
56
|
* @public
|
|
@@ -998,8 +998,10 @@ sap.ui.define([
|
|
|
998
998
|
|
|
999
999
|
aButtons = this.getAggregation("_buttons");
|
|
1000
1000
|
aClocks = this.getAggregation("_clocks");
|
|
1001
|
-
this._clockCount = aClocks.length;
|
|
1002
|
-
this.
|
|
1001
|
+
this._clockCount = aClocks ? aClocks.length : 0;
|
|
1002
|
+
if (this._clockCount) {
|
|
1003
|
+
this._switchClock(0);
|
|
1004
|
+
}
|
|
1003
1005
|
|
|
1004
1006
|
// attach events to the controls
|
|
1005
1007
|
for (iIndex = 0; iIndex < this._clockCount; iIndex++) {
|
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.104.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
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @extends sap.m.Button
|
|
33
33
|
*
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
35
|
+
* @version 1.104.0
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
|
@@ -101,7 +101,7 @@ sap.ui.define([
|
|
|
101
101
|
*/
|
|
102
102
|
ToggleButton.prototype.onkeydown = function(oEvent) {
|
|
103
103
|
|
|
104
|
-
if (oEvent.which === KeyCodes.ENTER) {
|
|
104
|
+
if (oEvent.which === KeyCodes.ENTER && !oEvent.ctrlKey && !oEvent.metaKey) {
|
|
105
105
|
this.ontap(oEvent);
|
|
106
106
|
}
|
|
107
107
|
};
|
package/src/sap/m/Token.js
CHANGED
package/src/sap/m/Tokenizer.js
CHANGED
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.104.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
package/src/sap/m/Tree.js
CHANGED
|
@@ -90,7 +90,7 @@ sap.ui.define([
|
|
|
90
90
|
* @extends sap.ui.core.Control
|
|
91
91
|
*
|
|
92
92
|
* @author SAP SE
|
|
93
|
-
* @version 1.
|
|
93
|
+
* @version 1.104.0
|
|
94
94
|
*
|
|
95
95
|
* @constructor
|
|
96
96
|
* @public
|
|
@@ -126,7 +126,7 @@ sap.ui.define([
|
|
|
126
126
|
if (bInstantUpload === false) {
|
|
127
127
|
this.bInstantUpload = bInstantUpload;
|
|
128
128
|
this._oFormatDecimal = FileSizeFormat.getInstance({
|
|
129
|
-
binaryFilesize:
|
|
129
|
+
binaryFilesize: false,
|
|
130
130
|
maxFractionDigits: 1,
|
|
131
131
|
maxIntegerDigits: 4
|
|
132
132
|
});
|
package/src/sap/m/VBox.js
CHANGED
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* ! OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
'sap/m/library', 'sap/ui/core/Item'
|
|
9
|
+
], function(library, Item) {
|
|
10
|
+
"use strict";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Constructor for a new sap.m.VariantItem.
|
|
14
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
|
15
|
+
* @param {object} [mSettings] Initial settings for the new control
|
|
16
|
+
* @class The VariantItem class describes a variant item.
|
|
17
|
+
* @extends sap.ui.core.Item
|
|
18
|
+
* @constructor
|
|
19
|
+
* @public
|
|
20
|
+
* @alias sap.m.VariantItem
|
|
21
|
+
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
22
|
+
*/
|
|
23
|
+
var VariantItem = Item.extend("sap.m.VariantItem", /** @lends sap.m.VariantItem.prototype */
|
|
24
|
+
{
|
|
25
|
+
metadata: {
|
|
26
|
+
|
|
27
|
+
library: "sap.m",
|
|
28
|
+
properties: {
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Contains the information is the item is public or private.
|
|
32
|
+
*/
|
|
33
|
+
sharing: {
|
|
34
|
+
type: "string",
|
|
35
|
+
group: "Misc",
|
|
36
|
+
defaultValue: "private"
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Indicates if the item is removable.
|
|
41
|
+
*/
|
|
42
|
+
remove: {
|
|
43
|
+
type: "boolean",
|
|
44
|
+
group: "Misc",
|
|
45
|
+
defaultValue: false
|
|
46
|
+
},
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Indicates if the item is marked as favorite.
|
|
50
|
+
*/
|
|
51
|
+
favorite: {
|
|
52
|
+
type: "boolean",
|
|
53
|
+
group: "Misc",
|
|
54
|
+
defaultValue: true
|
|
55
|
+
},
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Contains the initial value of the property <code>favorite</code>. Is used for cancel operations.
|
|
59
|
+
*/
|
|
60
|
+
originalFavorite: {
|
|
61
|
+
type: "boolean",
|
|
62
|
+
group: "Misc",
|
|
63
|
+
defaultValue: true
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Indicates if the item is marked as apply automatically.
|
|
68
|
+
*/
|
|
69
|
+
executeOnSelect: {
|
|
70
|
+
type: "boolean",
|
|
71
|
+
group: "Misc",
|
|
72
|
+
defaultValue: false
|
|
73
|
+
},
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Contains the initial value of the property <code>executeOnSelect</code>. Is used for cancel operations.
|
|
77
|
+
*/
|
|
78
|
+
originalExecuteOnSelect: {
|
|
79
|
+
type: "boolean",
|
|
80
|
+
group: "Misc",
|
|
81
|
+
defaultValue: false
|
|
82
|
+
},
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Indicates if the item is renamable.
|
|
86
|
+
*/
|
|
87
|
+
rename: {
|
|
88
|
+
type: "boolean",
|
|
89
|
+
group: "Misc",
|
|
90
|
+
defaultValue: true
|
|
91
|
+
},
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Contains the title if the item.
|
|
95
|
+
*/
|
|
96
|
+
title: {
|
|
97
|
+
type: "string",
|
|
98
|
+
group: "Misc",
|
|
99
|
+
defaultValue: null
|
|
100
|
+
},
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Contains the initial value of the property <code>title</code>. Is used for cancel operations.
|
|
104
|
+
*/
|
|
105
|
+
originalTitle: {
|
|
106
|
+
type: "string",
|
|
107
|
+
group: "Misc",
|
|
108
|
+
defaultValue: null
|
|
109
|
+
},
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Indicates if the item is visible.
|
|
113
|
+
*/
|
|
114
|
+
visible: {
|
|
115
|
+
type: "boolean",
|
|
116
|
+
group: "Misc",
|
|
117
|
+
defaultValue: true
|
|
118
|
+
},
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Indicates if the item is changeable.
|
|
122
|
+
*/
|
|
123
|
+
changeable: {
|
|
124
|
+
type: "boolean",
|
|
125
|
+
group: "Misc",
|
|
126
|
+
defaultValue: false
|
|
127
|
+
},
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Contains the author information of the item.
|
|
131
|
+
*/
|
|
132
|
+
author: {
|
|
133
|
+
type: "string",
|
|
134
|
+
group: "Misc",
|
|
135
|
+
defaultValue: null
|
|
136
|
+
},
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Contains the contexts information of the item.
|
|
140
|
+
*/
|
|
141
|
+
contexts: {
|
|
142
|
+
type: "object",
|
|
143
|
+
group: "Misc",
|
|
144
|
+
defaultValue: {}
|
|
145
|
+
},
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Contains the initial value of the property <code>contexts</code>. Is used for cancel operations.
|
|
149
|
+
*/
|
|
150
|
+
originalContexts:{
|
|
151
|
+
type: "object",
|
|
152
|
+
group: "Misc",
|
|
153
|
+
defaultValue: {}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
return VariantItem;
|
|
160
|
+
});
|