@openui5/sap.m 1.71.35 → 1.71.39
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/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/Bar.js +1 -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 +16 -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 +2 -21
- package/src/sap/m/ColumnListItem.js +1 -1
- package/src/sap/m/ColumnListItemRenderer.js +1 -1
- package/src/sap/m/ColumnPopoverActionItem.js +23 -2
- package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
- package/src/sap/m/ColumnPopoverItem.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/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 +1 -1
- package/src/sap/m/DateRangeSelection.js +2 -2
- package/src/sap/m/DateTimeField.js +1 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +1 -1
- 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/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 +1 -1
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingEnablement.js +4 -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/IconTabBar.js +1 -1
- package/src/sap/m/IconTabBarSelectList.js +1 -1
- package/src/sap/m/IconTabFilter.js +1 -1
- package/src/sap/m/IconTabHeader.js +1 -1
- 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 +9 -1
- package/src/sap/m/InputBase.js +2 -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 +1 -1
- package/src/sap/m/LinkRenderer.js +2 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +10 -2
- package/src/sap/m/ListBaseRenderer.js +4 -1
- 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 +1 -1
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +1 -1
- package/src/sap/m/MultiComboBox.js +147 -172
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +1 -1
- package/src/sap/m/NavContainer.js +1 -1
- package/src/sap/m/NewsContent.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/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 +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 +14 -5
- package/src/sap/m/PDFViewerRenderer.js +15 -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 +13 -2
- package/src/sap/m/PlanningCalendarHeader.js +4 -4
- package/src/sap/m/PlanningCalendarLegend.js +1 -1
- package/src/sap/m/PlanningCalendarRow.js +1 -1
- package/src/sap/m/PlanningCalendarView.js +1 -1
- package/src/sap/m/Popover.js +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 +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 +1 -1
- 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/SearchFieldRenderer.js +2 -0
- package/src/sap/m/SegmentedButton.js +1 -1
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +2 -3
- package/src/sap/m/SelectDialog.js +1 -1
- package/src/sap/m/SelectList.js +1 -1
- package/src/sap/m/SelectRenderer.js +2 -3
- 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/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 -3
- 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/TableRenderer.js +1 -0
- 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 +1 -1
- package/src/sap/m/TimePicker.js +21 -6
- package/src/sap/m/TimePickerSlider.js +1 -1
- package/src/sap/m/TimePickerSliders.js +10 -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 +1 -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 +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/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/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/SplitMenuButton.js +1 -1
- package/src/sap/m/library.js +2 -2
- package/src/sap/m/messagebundle.properties +3 -0
- package/src/sap/m/messagebundle_cs.properties +10 -10
- package/src/sap/m/messagebundle_de.properties +1 -1
- package/src/sap/m/messagebundle_el.properties +1 -1
- package/src/sap/m/messagebundle_fr.properties +11 -11
- package/src/sap/m/messagebundle_it.properties +2 -2
- package/src/sap/m/messagebundle_ko.properties +1 -1
- package/src/sap/m/messagebundle_ms.properties +1 -1
- package/src/sap/m/messagebundle_no.properties +10 -10
- package/src/sap/m/messagebundle_pl.properties +4 -4
- package/src/sap/m/messagebundle_pt.properties +3 -3
- package/src/sap/m/messagebundle_ro.properties +2 -2
- package/src/sap/m/messagebundle_ru.properties +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/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/upload/UploadSet.js +2 -1
- package/src/sap/m/upload/UploadSetItem.js +1 -1
package/src/sap/m/SelectList.js
CHANGED
|
@@ -101,7 +101,6 @@ sap.ui.define(['sap/ui/core/Renderer', 'sap/ui/core/IconPool', 'sap/m/library',
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
oRm.openEnd();
|
|
104
|
-
// Used to benefit from the div[role="combobox"]. Direct textNode is the value of the div and no other elements should be placed inside.
|
|
105
104
|
this.renderFocusElement(oRm, oSelect);
|
|
106
105
|
// Used in case control is in a form submitted by input[type="submit"].
|
|
107
106
|
this.renderHiddenInput(oRm, oSelect);
|
|
@@ -130,8 +129,8 @@ sap.ui.define(['sap/ui/core/Renderer', 'sap/ui/core/IconPool', 'sap/m/library',
|
|
|
130
129
|
};
|
|
131
130
|
|
|
132
131
|
/**
|
|
133
|
-
* Renders the element, which receives the focus.
|
|
134
|
-
*
|
|
132
|
+
* Renders the element, which receives the focus.
|
|
133
|
+
* This element is holding the selectedItem text property in its textContent and it's announced by InvisibleMessage when changed.
|
|
135
134
|
*
|
|
136
135
|
* @param {sap.ui.core.RenderManager} oRm The RenderManager that can be used for writing to the render output buffer.
|
|
137
136
|
* @param {sap.m.Select} oSelect An object representation of the control that should be rendered.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* @since 1.48.0
|
|
11
11
|
* @public
|
|
12
12
|
* @author SAP SE
|
|
13
|
-
* @version 1.71.
|
|
13
|
+
* @version 1.71.39
|
|
14
14
|
* @borrows sap.ui.core.Element#addCustomData as addCustomData
|
|
15
15
|
* @borrows sap.ui.core.Element#getCustomData as getCustomData
|
|
16
16
|
* @borrows sap.ui.core.Element#indexOfCustomData as indexOfCustomData
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
* @since 1.48.0
|
|
46
46
|
* @public
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.71.
|
|
48
|
+
* @version 1.71.39
|
|
49
49
|
* @borrows sap.ui.core.Element#addCustomData as addCustomData
|
|
50
50
|
* @borrows sap.ui.core.Element#getCustomData as getCustomData
|
|
51
51
|
* @borrows sap.ui.core.Element#indexOfCustomData as indexOfCustomData
|
package/src/sap/m/Shell.js
CHANGED
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* The Shell control can be used as root element of applications. It can contain an App or a <code>SplitApp</code> control.
|
|
35
35
|
* The Shell provides some overarching functionality for the overall application and takes care of visual adaptation, such as a frame around the App, on desktop browser platforms.
|
|
36
36
|
* @extends sap.ui.core.Control
|
|
37
|
-
* @version 1.71.
|
|
37
|
+
* @version 1.71.39
|
|
38
38
|
*
|
|
39
39
|
* @constructor
|
|
40
40
|
* @public
|
package/src/sap/m/SlideTile.js
CHANGED
package/src/sap/m/Slider.js
CHANGED
package/src/sap/m/SplitApp.js
CHANGED
package/src/sap/m/SplitButton.js
CHANGED
package/src/sap/m/StepInput.js
CHANGED
|
@@ -89,7 +89,7 @@ sap.ui.define([
|
|
|
89
89
|
* @alias sap.m.SuggestionsPopover
|
|
90
90
|
*
|
|
91
91
|
* @author SAP SE
|
|
92
|
-
* @version 1.71.
|
|
92
|
+
* @version 1.71.39
|
|
93
93
|
*/
|
|
94
94
|
var SuggestionsPopover = EventProvider.extend("sap.m.SuggestionsPopover", /** @lends sap.m.SuggestionsPopover.prototype */ {
|
|
95
95
|
|
|
@@ -1173,8 +1173,6 @@ sap.ui.define([
|
|
|
1173
1173
|
var iLength = this._oInput.getValue().length;
|
|
1174
1174
|
this._oInput.selectText(iLength, iLength);
|
|
1175
1175
|
}
|
|
1176
|
-
|
|
1177
|
-
this._resetTypeAhead();
|
|
1178
1176
|
};
|
|
1179
1177
|
|
|
1180
1178
|
/**
|
package/src/sap/m/Switch.js
CHANGED
package/src/sap/m/TabStrip.js
CHANGED
package/src/sap/m/Table.js
CHANGED
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @class Table Personalization Controller
|
|
36
36
|
* @extends sap.ui.base.ManagedObject
|
|
37
37
|
* @author SAP
|
|
38
|
-
* @version 1.71.
|
|
38
|
+
* @version 1.71.39
|
|
39
39
|
* @alias sap.m.TablePersoController
|
|
40
40
|
*/
|
|
41
41
|
var TablePersoController = ManagedObject.extend("sap.m.TablePersoController", /** @lends sap.m.TablePersoController */
|
|
@@ -79,7 +79,7 @@ sap.ui.define([
|
|
|
79
79
|
* @class Table Personalization Dialog
|
|
80
80
|
* @extends sap.ui.base.ManagedObject
|
|
81
81
|
* @author SAP
|
|
82
|
-
* @version 1.71.
|
|
82
|
+
* @version 1.71.39
|
|
83
83
|
* @alias sap.m.TablePersoDialog
|
|
84
84
|
*/
|
|
85
85
|
var TablePersoDialog = ManagedObject.extend("sap.m.TablePersoDialog", /** @lends sap.m.TablePersoDialog */
|
|
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/base/ManagedObject', "sap/base/Log"],
|
|
|
21
21
|
* @extends sap.ui.base.ManagedObject
|
|
22
22
|
* @abstract
|
|
23
23
|
* @author SAP
|
|
24
|
-
* @version 1.71.
|
|
24
|
+
* @version 1.71.39
|
|
25
25
|
* @alias sap.m.TablePersoProvider
|
|
26
26
|
*/
|
|
27
27
|
var TablePersoProvider = ManagedObject.extend("sap.m.TablePersoProvider", /** @lends sap.m.TablePersoProvider */
|
|
@@ -224,6 +224,7 @@ sap.ui.define(["sap/ui/core/Renderer", "sap/ui/core/Core", "./library", "./ListB
|
|
|
224
224
|
TableRenderer.renderListStartAttributes = function(rm, oControl) {
|
|
225
225
|
rm.openStart("table", oControl.getId("listUl"));
|
|
226
226
|
rm.class("sapMListTbl");
|
|
227
|
+
rm.attr("aria-labelledby", oControl.getAriaLabelledBy().concat(this.getAriaLabelledBy(oControl)).join(" "));
|
|
227
228
|
if (oControl.getFixedLayout() === false) {
|
|
228
229
|
rm.style("table-layout", "auto");
|
|
229
230
|
}
|
package/src/sap/m/Text.js
CHANGED
package/src/sap/m/TextArea.js
CHANGED
package/src/sap/m/Tile.js
CHANGED
package/src/sap/m/TileContent.js
CHANGED
package/src/sap/m/TimePicker.js
CHANGED
|
@@ -129,7 +129,7 @@ function(
|
|
|
129
129
|
* @extends sap.m.DateTimeField
|
|
130
130
|
*
|
|
131
131
|
* @author SAP SE
|
|
132
|
-
* @version 1.71.
|
|
132
|
+
* @version 1.71.39
|
|
133
133
|
*
|
|
134
134
|
* @constructor
|
|
135
135
|
* @public
|
|
@@ -482,6 +482,7 @@ function(
|
|
|
482
482
|
var oDate,
|
|
483
483
|
sThatValue,
|
|
484
484
|
bThatValue2400,
|
|
485
|
+
bEnabled2400,
|
|
485
486
|
sFormat = this.getValueFormat(),
|
|
486
487
|
iIndexOfHH = sFormat.indexOf("HH"),
|
|
487
488
|
iIndexOfH = sFormat.indexOf("H");
|
|
@@ -489,10 +490,15 @@ function(
|
|
|
489
490
|
sValue = sValue || this._$input.val();
|
|
490
491
|
sThatValue = sValue;
|
|
491
492
|
bThatValue2400 = TimePickerSliders._isHoursValue24(sThatValue, iIndexOfHH, iIndexOfH);
|
|
493
|
+
bEnabled2400 = this.getSupport2400() && bThatValue2400;
|
|
492
494
|
this._bValid = true;
|
|
493
495
|
if (sValue !== "") {
|
|
494
496
|
//keep the oDate not changed by the 24 hrs
|
|
495
497
|
oDate = this._parseValue(bThatValue2400 ? TimePickerSliders._replace24HoursWithZero(sValue, iIndexOfHH, iIndexOfH) : sValue, true);
|
|
498
|
+
if (bEnabled2400) {
|
|
499
|
+
// ih the hour is 24, the control "zeroes" the minutes and seconds, but not in this date object
|
|
500
|
+
oDate.setMinutes(0, 0);
|
|
501
|
+
}
|
|
496
502
|
if (!oDate) {
|
|
497
503
|
this._bValid = false;
|
|
498
504
|
} else {
|
|
@@ -500,18 +506,22 @@ function(
|
|
|
500
506
|
sValue = this._formatValue(oDate);
|
|
501
507
|
// reset the mask as the value might be changed without firing focus out event,
|
|
502
508
|
// which is unexpected behavior in regards to the MaskEnabler temporary value storage
|
|
503
|
-
if (this.getMask()) {
|
|
509
|
+
if (this.getMaskMode() && this.getMask()) {
|
|
504
510
|
this._setupMaskVariables();
|
|
505
511
|
}
|
|
506
512
|
}
|
|
507
513
|
}
|
|
508
|
-
sThatValue =
|
|
514
|
+
sThatValue = bEnabled2400 ? "24:" + sValue.replace(/[0-9]/g, "0").slice(0, -3) : sValue;
|
|
509
515
|
//instead on key stroke zeroes could be added after entering '24'
|
|
510
516
|
this.updateDomValue(sThatValue);
|
|
511
517
|
|
|
512
518
|
if (oDate) {
|
|
513
519
|
// get the value in valueFormat
|
|
514
520
|
sThatValue = sValue = this._formatValue(oDate, true);
|
|
521
|
+
if (bEnabled2400 && oDate && oDate.getHours() === 0) {
|
|
522
|
+
// put back 24 as hour if needed
|
|
523
|
+
sThatValue = sValue = TimePickerSliders._replaceZeroHoursWith24(sValue, iIndexOfHH, iIndexOfH);
|
|
524
|
+
}
|
|
515
525
|
}
|
|
516
526
|
|
|
517
527
|
this.setProperty("value", sThatValue, true); // no rerendering
|
|
@@ -1218,7 +1228,7 @@ function(
|
|
|
1218
1228
|
|
|
1219
1229
|
//2400 scenario - be sure that the correct value will be set in all cases - when binding,
|
|
1220
1230
|
//setting the value by sliders or only via setValue
|
|
1221
|
-
if (this.getSupport2400() && this._getSliders() && this._getSliders()._getHoursSlider().getSelectedValue() === "24") {
|
|
1231
|
+
if (oDate && oDate.getHours() === 0 && this.getSupport2400() && this._getSliders() && this._getSliders()._getHoursSlider().getSelectedValue() === "24") {
|
|
1222
1232
|
sValue = TimePickerSliders._replaceZeroHoursWith24(sValue, iIndexOfHH, iIndexOfH);
|
|
1223
1233
|
}
|
|
1224
1234
|
|
|
@@ -1361,7 +1371,8 @@ function(
|
|
|
1361
1371
|
}
|
|
1362
1372
|
|
|
1363
1373
|
this.b24H = sDisplayFormat.indexOf("H") !== -1;
|
|
1364
|
-
this.bLeadingZero = sDisplayFormat.indexOf("HH") !== -1 || sDisplayFormat.indexOf("hh") !== -1
|
|
1374
|
+
this.bLeadingZero = sDisplayFormat.indexOf("HH") !== -1 || sDisplayFormat.indexOf("hh") !== -1
|
|
1375
|
+
|| sDisplayFormat.indexOf("KK") !== -1;
|
|
1365
1376
|
this.sLeadingChar = this.bLeadingZero ? "0" : " ";
|
|
1366
1377
|
this.sAlternativeLeadingChar = this.bLeadingZero ? " " : "0";
|
|
1367
1378
|
this.sLeadingRegexChar = this.bLeadingZero ? "0" : "\\s";
|
|
@@ -1369,7 +1380,7 @@ function(
|
|
|
1369
1380
|
oTimePicker.setPlaceholderSymbol(PLACEHOLDER_SYMBOL);
|
|
1370
1381
|
|
|
1371
1382
|
//set hours allowed chars in the mask
|
|
1372
|
-
sMask = sMask.replace(/hh/ig, "h").replace(/h/ig, "h9");
|
|
1383
|
+
sMask = sMask.replace(/hh/ig, "h").replace(/KK/ig, "K").replace(/K/ig, "h").replace(/h/ig, "h9");
|
|
1373
1384
|
if (this.b24H) {
|
|
1374
1385
|
sAllowedHourChars = "[" + this.sLeadingRegexChar + "012]";
|
|
1375
1386
|
} else {
|
|
@@ -1470,6 +1481,10 @@ function(
|
|
|
1470
1481
|
b2400 = this._oTimePicker.getSupport2400() ? 24 : 23,//if getSupport2400, the user could type 24 in the input
|
|
1471
1482
|
iEnd = b24H ? b2400 : 12;
|
|
1472
1483
|
|
|
1484
|
+
if (this._oTimePicker.getDisplayFormat().indexOf("K") > -1) {
|
|
1485
|
+
iEnd = 11;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1473
1488
|
return genValues(iStart, iEnd, sLeadingChar);
|
|
1474
1489
|
}
|
|
1475
1490
|
|
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
* @extends sap.ui.core.Control
|
|
51
51
|
*
|
|
52
52
|
* @author SAP SE
|
|
53
|
-
* @version 1.71.
|
|
53
|
+
* @version 1.71.39
|
|
54
54
|
*
|
|
55
55
|
* @constructor
|
|
56
56
|
* @public
|
|
@@ -745,6 +745,15 @@ sap.ui.define([
|
|
|
745
745
|
bHours = true;
|
|
746
746
|
iFrom = 1;
|
|
747
747
|
iTo = 12;
|
|
748
|
+
} else if (sFormat.indexOf("KK") !== -1) {
|
|
749
|
+
bHours = true;
|
|
750
|
+
iFrom = 0;
|
|
751
|
+
iTo = 11;
|
|
752
|
+
bHoursTrailingZero = true;
|
|
753
|
+
} else if (sFormat.indexOf("K") !== -1) {
|
|
754
|
+
bHours = true;
|
|
755
|
+
iFrom = 0;
|
|
756
|
+
iTo = 11;
|
|
748
757
|
}
|
|
749
758
|
|
|
750
759
|
if (bHours) {
|
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.71.
|
|
54
|
+
* @version 1.71.39
|
|
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
|