@openui5/sap.m 1.95.0 → 1.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +10 -5
- package/THIRDPARTY.txt +17 -8
- 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 +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 +1 -1
- 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 +7 -11
- package/src/sap/m/ColorPalettePopover.js +1 -6
- package/src/sap/m/Column.js +6 -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 +9 -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 +6 -9
- package/src/sap/m/DateRangeSelection.js +6 -9
- package/src/sap/m/DateTimeField.js +1 -1
- package/src/sap/m/DateTimeInput.js +1 -1
- package/src/sap/m/DateTimePicker.js +6 -9
- package/src/sap/m/Dialog.js +16 -37
- 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 +3 -2
- package/src/sap/m/DynamicDateRange.js +7 -4
- package/src/sap/m/DynamicDateUtil.js +6 -3
- 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 +215 -56
- package/src/sap/m/GenericTileRenderer.js +218 -83
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- 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 +7 -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 +13 -4
- 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 +17 -7
- 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 +1 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +1 -1
- package/src/sap/m/ListItemBase.js +2 -2
- package/src/sap/m/MaskEnabler.js +106 -4
- package/src/sap/m/MaskInput.js +19 -4
- package/src/sap/m/MaskInputRule.js +1 -1
- package/src/sap/m/Menu.js +8 -6
- 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 +7 -3
- package/src/sap/m/MessageStripRenderer.js +2 -2
- package/src/sap/m/MessageToast.js +1 -1
- package/src/sap/m/MessageView.js +1 -1
- package/src/sap/m/MultiComboBox.js +333 -114
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +3 -3
- package/src/sap/m/NavContainer.js +13 -5
- package/src/sap/m/NewsContent.js +19 -10
- package/src/sap/m/NewsContentRenderer.js +1 -2
- 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/NumericContentRenderer.js +34 -17
- package/src/sap/m/ObjectAttribute.js +46 -5
- 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/ObjectStatusRenderer.js +4 -1
- package/src/sap/m/OverflowToolbar.js +3 -5
- package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
- package/src/sap/m/OverflowToolbarButton.js +4 -2
- 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 +3 -3
- package/src/sap/m/P13nConditionPanel.js +22 -52
- package/src/sap/m/P13nDialog.js +1 -1
- package/src/sap/m/P13nDimMeasureItem.js +1 -1
- package/src/sap/m/P13nDimMeasurePanel.js +3 -3
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +1 -3
- package/src/sap/m/P13nGroupItem.js +1 -1
- package/src/sap/m/P13nGroupPanel.js +1 -3
- 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 -3
- 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 +46 -31
- package/src/sap/m/PlanningCalendarHeader.js +1 -6
- package/src/sap/m/PlanningCalendarLegend.js +1 -6
- package/src/sap/m/PlanningCalendarLegendRenderer.js +0 -5
- package/src/sap/m/PlanningCalendarRow.js +1 -1
- package/src/sap/m/PlanningCalendarView.js +1 -6
- package/src/sap/m/Popover.js +1 -1
- package/src/sap/m/PopoverRenderer.js +3 -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 +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 +2 -33
- 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 +3 -4
- 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/SelectRenderer.js +10 -1
- package/src/sap/m/SelectionDetails.js +7 -9
- package/src/sap/m/SelectionDetailsFacade.js +2 -2
- package/src/sap/m/SelectionDetailsItem.js +8 -4
- 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 +7 -10
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +1 -6
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +17 -7
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -6
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +4 -6
- package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -6
- package/src/sap/m/SinglePlanningCalendarView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -6
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -6
- package/src/sap/m/SlideTile.js +31 -3
- package/src/sap/m/SlideTileRenderer.js +9 -0
- 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/SplitButtonRenderer.js +5 -1
- package/src/sap/m/SplitContainer.js +10 -4
- package/src/sap/m/StandardDynamicDateOption.js +6 -3
- package/src/sap/m/StandardListItem.js +11 -18
- package/src/sap/m/StandardTile.js +1 -1
- package/src/sap/m/StandardTreeItem.js +1 -1
- package/src/sap/m/StepInput.js +7 -9
- package/src/sap/m/SuggestionItem.js +1 -7
- 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 +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 +22 -4
- package/src/sap/m/TileContentRenderer.js +73 -5
- package/src/sap/m/TimePicker.js +1 -1
- package/src/sap/m/TimePickerClock.js +1 -1
- package/src/sap/m/TimePickerClocks.js +1 -1
- package/src/sap/m/TimePickerInputs.js +1 -1
- package/src/sap/m/TimePickerInternals.js +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 +1 -1
- package/src/sap/m/Token.js +1 -1
- package/src/sap/m/Tokenizer.js +2 -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 +1 -6
- 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 +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 +2 -1
- package/src/sap/m/WizardProgressNavigator.js +1 -1
- package/src/sap/m/WizardProgressNavigatorRenderer.js +3 -2
- package/src/sap/m/WizardStep.js +1 -1
- package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/m/changeHandler/CombineButtons.js +1 -1
- package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +24 -15
- package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
- package/src/sap/m/delegate/DateNavigation.js +4 -5
- package/src/sap/m/designtime/IconTabBar.designtime.js +4 -1
- package/src/sap/m/designtime/MenuButton.designtime.js +3 -0
- package/src/sap/m/designtime/messagebundle_ar.properties +3 -3
- package/src/sap/m/designtime/messagebundle_bg.properties +3 -3
- package/src/sap/m/designtime/messagebundle_ca.properties +3 -3
- package/src/sap/m/designtime/messagebundle_cs.properties +3 -3
- package/src/sap/m/designtime/messagebundle_cy.properties +3 -3
- package/src/sap/m/designtime/messagebundle_da.properties +3 -3
- package/src/sap/m/designtime/messagebundle_de.properties +5 -5
- package/src/sap/m/designtime/messagebundle_el.properties +3 -3
- package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +6 -0
- package/src/sap/m/designtime/messagebundle_es.properties +3 -3
- package/src/sap/m/designtime/messagebundle_es_MX.properties +3 -3
- package/src/sap/m/designtime/messagebundle_et.properties +3 -3
- package/src/sap/m/designtime/messagebundle_fi.properties +3 -3
- package/src/sap/m/designtime/messagebundle_fr.properties +3 -3
- package/src/sap/m/designtime/messagebundle_fr_CA.properties +3 -3
- package/src/sap/m/designtime/messagebundle_hi.properties +3 -3
- package/src/sap/m/designtime/messagebundle_hr.properties +3 -3
- package/src/sap/m/designtime/messagebundle_hu.properties +3 -3
- package/src/sap/m/designtime/messagebundle_id.properties +3 -3
- package/src/sap/m/designtime/messagebundle_it.properties +3 -3
- package/src/sap/m/designtime/messagebundle_iw.properties +3 -3
- package/src/sap/m/designtime/messagebundle_ja.properties +3 -3
- package/src/sap/m/designtime/messagebundle_kk.properties +3 -3
- package/src/sap/m/designtime/messagebundle_ko.properties +3 -3
- package/src/sap/m/designtime/messagebundle_lt.properties +3 -3
- package/src/sap/m/designtime/messagebundle_lv.properties +3 -3
- package/src/sap/m/designtime/messagebundle_ms.properties +3 -3
- package/src/sap/m/designtime/messagebundle_nl.properties +3 -3
- package/src/sap/m/designtime/messagebundle_no.properties +3 -3
- package/src/sap/m/designtime/messagebundle_pl.properties +3 -3
- package/src/sap/m/designtime/messagebundle_pt.properties +3 -3
- package/src/sap/m/designtime/messagebundle_pt_PT.properties +3 -3
- package/src/sap/m/designtime/messagebundle_ro.properties +3 -3
- package/src/sap/m/designtime/messagebundle_ru.properties +3 -3
- package/src/sap/m/designtime/messagebundle_sh.properties +3 -3
- package/src/sap/m/designtime/messagebundle_sk.properties +3 -3
- package/src/sap/m/designtime/messagebundle_sl.properties +3 -3
- package/src/sap/m/designtime/messagebundle_sv.properties +3 -3
- package/src/sap/m/designtime/messagebundle_th.properties +3 -3
- package/src/sap/m/designtime/messagebundle_tr.properties +3 -3
- package/src/sap/m/designtime/messagebundle_uk.properties +3 -3
- package/src/sap/m/designtime/messagebundle_vi.properties +3 -3
- package/src/sap/m/designtime/messagebundle_zh_CN.properties +3 -3
- package/src/sap/m/designtime/messagebundle_zh_TW.properties +3 -3
- package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -0
- package/src/sap/m/inputUtils/ListHelpers.js +16 -3
- package/src/sap/m/library.js +58 -31
- package/src/sap/m/messagebundle.properties +47 -3
- package/src/sap/m/messagebundle_ar.properties +5 -3
- package/src/sap/m/messagebundle_bg.properties +5 -3
- package/src/sap/m/messagebundle_ca.properties +5 -3
- package/src/sap/m/messagebundle_cs.properties +5 -3
- package/src/sap/m/messagebundle_cy.properties +5 -3
- package/src/sap/m/messagebundle_da.properties +5 -3
- package/src/sap/m/messagebundle_de.properties +5 -3
- package/src/sap/m/messagebundle_el.properties +5 -3
- package/src/sap/m/messagebundle_en.properties +2 -0
- package/src/sap/m/messagebundle_en_GB.properties +3 -1
- package/src/sap/m/messagebundle_en_US_sappsd.properties +17 -1
- package/src/sap/m/messagebundle_en_US_saprigi.properties +39 -3
- package/src/sap/m/messagebundle_en_US_saptrc.properties +3 -1
- package/src/sap/m/messagebundle_es.properties +5 -3
- package/src/sap/m/messagebundle_es_MX.properties +5 -3
- package/src/sap/m/messagebundle_et.properties +5 -3
- package/src/sap/m/messagebundle_fi.properties +5 -3
- package/src/sap/m/messagebundle_fr.properties +10 -8
- package/src/sap/m/messagebundle_fr_CA.properties +6 -4
- package/src/sap/m/messagebundle_hi.properties +5 -3
- package/src/sap/m/messagebundle_hr.properties +5 -3
- package/src/sap/m/messagebundle_hu.properties +5 -3
- package/src/sap/m/messagebundle_id.properties +5 -3
- package/src/sap/m/messagebundle_it.properties +5 -3
- package/src/sap/m/messagebundle_iw.properties +5 -3
- package/src/sap/m/messagebundle_ja.properties +5 -3
- package/src/sap/m/messagebundle_kk.properties +5 -3
- package/src/sap/m/messagebundle_ko.properties +5 -3
- package/src/sap/m/messagebundle_lt.properties +5 -3
- package/src/sap/m/messagebundle_lv.properties +5 -3
- package/src/sap/m/messagebundle_ms.properties +5 -3
- package/src/sap/m/messagebundle_nl.properties +5 -3
- package/src/sap/m/messagebundle_no.properties +5 -3
- package/src/sap/m/messagebundle_pl.properties +5 -3
- package/src/sap/m/messagebundle_pt.properties +5 -3
- package/src/sap/m/messagebundle_pt_PT.properties +5 -3
- package/src/sap/m/messagebundle_ro.properties +5 -3
- package/src/sap/m/messagebundle_ru.properties +5 -3
- package/src/sap/m/messagebundle_sh.properties +5 -3
- package/src/sap/m/messagebundle_sk.properties +5 -3
- package/src/sap/m/messagebundle_sl.properties +5 -3
- package/src/sap/m/messagebundle_sv.properties +5 -3
- package/src/sap/m/messagebundle_th.properties +5 -3
- package/src/sap/m/messagebundle_tr.properties +5 -3
- package/src/sap/m/messagebundle_uk.properties +5 -3
- package/src/sap/m/messagebundle_vi.properties +5 -3
- package/src/sap/m/messagebundle_zh_CN.properties +5 -3
- package/src/sap/m/messagebundle_zh_TW.properties +5 -3
- package/src/sap/m/p13n/AbstractContainer.js +243 -0
- package/src/sap/m/p13n/AbstractContainerItem.js +94 -0
- package/src/sap/m/p13n/BasePanel.js +643 -0
- package/src/sap/m/p13n/Container.js +239 -0
- package/src/sap/m/p13n/GroupPanel.js +119 -0
- package/src/sap/m/p13n/QueryPanel.js +312 -0
- package/src/sap/m/p13n/SelectionPanel.js +403 -0
- package/src/sap/m/p13n/SortPanel.js +139 -0
- package/src/sap/m/plugins/ColumnResizer.js +1 -1
- package/src/sap/m/plugins/DataStateIndicator.js +1 -1
- package/src/sap/m/plugins/PasteProvider.js +1 -1
- package/src/sap/m/plugins/PluginBase.js +1 -1
- package/src/sap/m/routing/TargetHandler.js +9 -4
- 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 +3 -5
- 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 +192 -0
- package/src/sap/m/themes/base/AbstractContainer.less +17 -0
- package/src/sap/m/themes/base/Carousel.less +37 -2
- package/src/sap/m/themes/base/Dialog.less +11 -5
- package/src/sap/m/themes/base/GenericTile.less +386 -17
- package/src/sap/m/themes/base/IconTabBar.less +13 -7
- package/src/sap/m/themes/base/IconTabBarSelectList.less +4 -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/MultiComboBox.less +17 -0
- package/src/sap/m/themes/base/NewsContent.less +7 -1
- package/src/sap/m/themes/base/NotificationListBase.less +1 -1
- package/src/sap/m/themes/base/NumericContent.less +87 -0
- package/src/sap/m/themes/base/ObjectNumber.less +10 -2
- package/src/sap/m/themes/base/ObjectStatus.less +5 -1
- package/src/sap/m/themes/base/P13nContainer.less +17 -0
- package/src/sap/m/themes/base/P13nDialog.less +4 -0
- package/src/sap/m/themes/base/SearchField.less +21 -14
- package/src/sap/m/themes/base/SegmentedButton.less +1 -1
- package/src/sap/m/themes/base/SinglePlanningCalendarGrid.less +1 -2
- package/src/sap/m/themes/base/SlideTile.less +15 -0
- package/src/sap/m/themes/base/StandardListItem.less +1 -1
- package/src/sap/m/themes/base/Table.less +9 -8
- package/src/sap/m/themes/base/Text.less +6 -0
- package/src/sap/m/themes/base/TileContent.less +4 -0
- package/src/sap/m/themes/base/Token.less +0 -3
- package/src/sap/m/themes/base/library.source.less +4 -0
- package/src/sap/m/themes/base/p13n.Container.less +17 -0
- package/src/sap/m/themes/base/p13n.QueryPanel.less +7 -0
- package/src/sap/m/themes/base/p13n.SelectionPanel.less +32 -0
- package/src/sap/m/themes/sap_hcb/InputBase.less +25 -0
- package/src/sap/m/upload/UploadSet.js +14 -18
- package/src/sap/m/upload/UploadSetItem.js +7 -2
- package/ui5.yaml +4 -1
- package/src/sap/m/ios7.js +0 -199
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.96.0
|
|
55
55
|
*
|
|
56
56
|
* @param {string} sAggregationName the name of the aggregation which should be affected
|
|
57
57
|
* @param {object} fnGetTitleID function that would return the ID of the title
|
package/src/sap/m/Token.js
CHANGED
package/src/sap/m/Tokenizer.js
CHANGED
|
@@ -78,7 +78,7 @@ sap.ui.define([
|
|
|
78
78
|
*
|
|
79
79
|
* @extends sap.ui.core.Control
|
|
80
80
|
* @author SAP SE
|
|
81
|
-
* @version 1.
|
|
81
|
+
* @version 1.96.0
|
|
82
82
|
*
|
|
83
83
|
* @constructor
|
|
84
84
|
* @public
|
|
@@ -484,6 +484,7 @@ sap.ui.define([
|
|
|
484
484
|
|
|
485
485
|
this.addDependent(this._oPopup);
|
|
486
486
|
this._oPopup.addStyleClass(CSS_CLASS_NO_CONTENT_PADDING);
|
|
487
|
+
this._oPopup.addStyleClass("sapMTokenizerTokensPopup");
|
|
487
488
|
|
|
488
489
|
if (Device.system.phone) {
|
|
489
490
|
this._oPopup.setEndButton(new Button({
|
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.96.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
package/src/sap/m/Tree.js
CHANGED
|
@@ -4,11 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
// Ensure that sap.ui.unified is loaded before the module dependencies will be required.
|
|
8
|
-
// Loading it synchronously is the only compatible option and doesn't harm when sap.ui.unified
|
|
9
|
-
// already has been loaded asynchronously (e.g. via a dependency declared in the manifest)
|
|
10
|
-
sap.ui.getCore().loadLibrary("sap.ui.unified");
|
|
11
|
-
|
|
12
7
|
sap.ui.define([
|
|
13
8
|
"./library",
|
|
14
9
|
"sap/m/library",
|
|
@@ -93,7 +88,7 @@ sap.ui.define([
|
|
|
93
88
|
* @extends sap.ui.core.Control
|
|
94
89
|
*
|
|
95
90
|
* @author SAP SE
|
|
96
|
-
* @version 1.
|
|
91
|
+
* @version 1.96.0
|
|
97
92
|
*
|
|
98
93
|
* @constructor
|
|
99
94
|
* @public
|
package/src/sap/m/VBox.js
CHANGED
package/src/sap/m/VisibleItem.js
CHANGED
package/src/sap/m/WheelSlider.js
CHANGED
package/src/sap/m/Wizard.js
CHANGED
|
@@ -57,6 +57,7 @@ sap.ui.define([
|
|
|
57
57
|
* <li>Steps can be branching depending on choices the user made in their input - this is set by the <code>enableBranching</code> property. </li>
|
|
58
58
|
* <li>Steps can have different visual representations - numbers or icons. You can add labels for better readability </li>
|
|
59
59
|
* </ul>
|
|
60
|
+
* <strong>Note:</strong> Dynamic step insertion is not supported. Even if branching steps are used, the steps should be known in advance.
|
|
60
61
|
* <h4>Content</h4>
|
|
61
62
|
* The content occupies the main part of the page. It can hold any type of input controls. The content is kept in {@link sap.m.WizardStep wizard steps}.
|
|
62
63
|
* <h4>Next Step Button</h4>
|
|
@@ -83,7 +84,7 @@ sap.ui.define([
|
|
|
83
84
|
*
|
|
84
85
|
* @extends sap.ui.core.Control
|
|
85
86
|
* @author SAP SE
|
|
86
|
-
* @version 1.
|
|
87
|
+
* @version 1.96.0
|
|
87
88
|
*
|
|
88
89
|
* @constructor
|
|
89
90
|
* @public
|
package/src/sap/m/WizardStep.js
CHANGED
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* <li>If the execution needs to branch after a given step, you should set all possible next steps in the <code>subsequentSteps</code> aggregation.
|
|
37
37
|
* @extends sap.ui.core.Control
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.96.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @public
|
|
@@ -13,7 +13,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/thirdparty/jquery"], function(Log, jQuery
|
|
|
13
13
|
*
|
|
14
14
|
* @alias sap.m.changeHandler.MoveTableColumns
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.
|
|
16
|
+
* @version 1.96.0
|
|
17
17
|
* @experimental Since 1.48
|
|
18
18
|
*/
|
|
19
19
|
var MoveTableColumns = {};
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
sap.ui.define(
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
"sap/ui/fl/library"
|
|
9
|
+
], function (flLibrary) {
|
|
8
10
|
"use strict";
|
|
9
11
|
|
|
10
12
|
/**
|
|
@@ -12,7 +14,7 @@ sap.ui.define(function () {
|
|
|
12
14
|
*
|
|
13
15
|
* @alias sap.m.changeHandler.SelectIconTabBarFilter
|
|
14
16
|
* @author SAP SE
|
|
15
|
-
* @version 1.
|
|
17
|
+
* @version 1.96.0
|
|
16
18
|
* @experimental Since 1.96
|
|
17
19
|
*/
|
|
18
20
|
var SelectIconTabBarFilter = {};
|
|
@@ -24,23 +26,15 @@ sap.ui.define(function () {
|
|
|
24
26
|
* @param {sap.m.IconTabBar} oControl - Icon Tab Bar in which the selected tab should be changed
|
|
25
27
|
* @param {object} mPropertyBag - Map of properties
|
|
26
28
|
* @param {object} mPropertyBag.modifier - Modifier for the controls
|
|
27
|
-
* @return {Promise} Promise resolving when change was successfully applied
|
|
28
29
|
*
|
|
29
30
|
* @public
|
|
30
31
|
*/
|
|
31
32
|
SelectIconTabBarFilter.applyChange = function (oChange, oControl, mPropertyBag) {
|
|
32
33
|
var oModifier = mPropertyBag.modifier;
|
|
33
34
|
var oChangeDefinition = oChange.getDefinition();
|
|
34
|
-
var sSelectedTab = oChangeDefinition.content;
|
|
35
|
-
|
|
36
|
-
return oModifier.getProperty(oControl, "selectedKey").then(function(oProperty){
|
|
37
|
-
var oRevertData = {
|
|
38
|
-
selectedKey: oProperty
|
|
39
|
-
};
|
|
40
|
-
oModifier.setProperty(oControl, "selectedKey", sSelectedTab);
|
|
41
|
-
oChange.setRevertData(oRevertData);
|
|
42
|
-
});
|
|
43
35
|
|
|
36
|
+
oModifier.setProperty(oControl, "selectedKey", oChangeDefinition.content.selectedKey);
|
|
37
|
+
oChange.setRevertData(oChangeDefinition.content.previousSelectedKey);
|
|
44
38
|
};
|
|
45
39
|
|
|
46
40
|
/**
|
|
@@ -54,10 +48,10 @@ sap.ui.define(function () {
|
|
|
54
48
|
*/
|
|
55
49
|
SelectIconTabBarFilter.revertChange = function (oChange, oControl, mPropertyBag) {
|
|
56
50
|
var oModifier = mPropertyBag.modifier;
|
|
57
|
-
var
|
|
58
|
-
var sSelectedTab = oRevertData.selectedKey;
|
|
51
|
+
var sPreviousSelectedKey = oChange.getRevertData();
|
|
59
52
|
|
|
60
|
-
oModifier.setProperty(oControl, "selectedKey",
|
|
53
|
+
oModifier.setProperty(oControl, "selectedKey", sPreviousSelectedKey);
|
|
54
|
+
oChange.resetRevertData();
|
|
61
55
|
};
|
|
62
56
|
|
|
63
57
|
/**
|
|
@@ -73,5 +67,20 @@ sap.ui.define(function () {
|
|
|
73
67
|
SelectIconTabBarFilter.completeChangeContent = function (oChange, oSpecificChangeInfo, mPropertyBag) {};
|
|
74
68
|
|
|
75
69
|
|
|
70
|
+
/**
|
|
71
|
+
* Retrieves the condenser-specific information.
|
|
72
|
+
*
|
|
73
|
+
* @param {sap.ui.fl.Change} oChange - Change object with instructions to be applied on the control map
|
|
74
|
+
* @returns {object} - Condenser-specific information
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
SelectIconTabBarFilter.getCondenserInfo = function (oChange) {
|
|
78
|
+
return {
|
|
79
|
+
affectedControl: oChange.getSelector(),
|
|
80
|
+
classification: flLibrary.condenser.Classification.LastOneWins,
|
|
81
|
+
uniqueKey: oChange.getContent().selectedKey
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
|
|
76
85
|
return SelectIconTabBarFilter;
|
|
77
86
|
});
|
|
@@ -4,11 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
// Ensure that sap.ui.unified is loaded before the module dependencies will be required.
|
|
8
|
-
// Loading it synchronously is the only compatible option and doesn't harm when sap.ui.unified
|
|
9
|
-
// already has been loaded asynchronously (e.g. via a dependency declared in the manifest)
|
|
10
|
-
sap.ui.getCore().loadLibrary("sap.ui.unified");
|
|
11
|
-
|
|
12
7
|
sap.ui.define([
|
|
13
8
|
'sap/ui/base/EventProvider',
|
|
14
9
|
'sap/ui/core/date/UniversalDate',
|
|
@@ -95,6 +90,7 @@ sap.ui.define([
|
|
|
95
90
|
oCalEnd.setUTCDate(oCalEnd.getUTCDate() + this.getStep() - 1);
|
|
96
91
|
break;
|
|
97
92
|
case Periods.OneMonth:
|
|
93
|
+
case "OneMonth":
|
|
98
94
|
oCalEnd.setUTCMonth(oCalEnd.getUTCMonth() + 1);
|
|
99
95
|
oCalEnd.setUTCDate(oCalEnd.getUTCDate() - 1);
|
|
100
96
|
break;
|
|
@@ -142,6 +138,7 @@ sap.ui.define([
|
|
|
142
138
|
|
|
143
139
|
break;
|
|
144
140
|
case Periods.OneMonth:
|
|
141
|
+
case "OneMonth":
|
|
145
142
|
oNewCalCurrent.setUTCMonth(oNewCalCurrent.getUTCMonth() + 1, 1);
|
|
146
143
|
this.setCurrent(CalendarUtils._createLocalDate(oNewCalCurrent, true));
|
|
147
144
|
|
|
@@ -184,6 +181,7 @@ sap.ui.define([
|
|
|
184
181
|
|
|
185
182
|
break;
|
|
186
183
|
case Periods.OneMonth:
|
|
184
|
+
case "OneMonth":
|
|
187
185
|
oNewCalCurrent.setUTCMonth(oNewCalCurrent.getUTCMonth() - 1, 1);
|
|
188
186
|
this.setCurrent(CalendarUtils._createLocalDate(oNewCalCurrent, true));
|
|
189
187
|
|
|
@@ -206,6 +204,7 @@ sap.ui.define([
|
|
|
206
204
|
|
|
207
205
|
switch (this.getUnit()) {
|
|
208
206
|
case Periods.OneMonth:
|
|
207
|
+
case "OneMonth":
|
|
209
208
|
if (CalendarUtils.monthsDiffer(this.getStart(), oToDate)) {
|
|
210
209
|
var oFirstMonthCalDate = CalendarUtils.getFirstDateOfMonth(oNewUTCCurrent);
|
|
211
210
|
|
|
@@ -69,7 +69,10 @@ sap.ui.define([
|
|
|
69
69
|
selectorControl: oControl,
|
|
70
70
|
changeSpecificData: {
|
|
71
71
|
changeType: "selectIconTabBarFilter",
|
|
72
|
-
content:
|
|
72
|
+
content: {
|
|
73
|
+
selectedKey: sNewSelectedKey,
|
|
74
|
+
previousSelectedKey: oControl.getSelectedKey()
|
|
75
|
+
}
|
|
73
76
|
}
|
|
74
77
|
}];
|
|
75
78
|
}
|
|
@@ -139,11 +139,11 @@ ICON_TAB_BAR_NAME=\u0634\u0631\u064A\u0637 \u0639\u0644\u0627\u0645\u0629 \u062A
|
|
|
139
139
|
|
|
140
140
|
ICON_TAB_BAR_NAME_PLURAL=\u0623\u0634\u0631\u0637\u0629 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0628\u0648\u064A\u0628 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629
|
|
141
141
|
|
|
142
|
-
ICON_TAB_BAR_SELECT_TAB
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=\u062A\u062D\u062F\u064A\u062F \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628
|
|
143
143
|
|
|
144
|
-
ICON_TAB_BAR_CANCEL_BTN
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=\u0625\u0644\u063A\u0627\u0621
|
|
145
145
|
|
|
146
|
-
ICON_TAB_BAR_SELECT_BTN
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=\u062A\u062D\u062F\u064A\u062F
|
|
147
147
|
|
|
148
148
|
SPLIT_APP_NAME=\u062A\u0637\u0628\u064A\u0642 \u062A\u0642\u0633\u064A\u0645
|
|
149
149
|
|
|
@@ -139,11 +139,11 @@ ICON_TAB_BAR_NAME=\u041B\u0435\u043D\u0442\u0430 \u0441 \u0442\u0430\u0431\u043E
|
|
|
139
139
|
|
|
140
140
|
ICON_TAB_BAR_NAME_PLURAL=\u041B\u0435\u043D\u0442\u0438 \u0441 \u0442\u0430\u0431\u043E\u0432\u0435 \u0437\u0430 \u0438\u043A\u043E\u043D\u0438
|
|
141
141
|
|
|
142
|
-
ICON_TAB_BAR_SELECT_TAB
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 \u0442\u0430\u0431
|
|
143
143
|
|
|
144
|
-
ICON_TAB_BAR_CANCEL_BTN
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=\u041E\u0442\u043A\u0430\u0437
|
|
145
145
|
|
|
146
|
-
ICON_TAB_BAR_SELECT_BTN
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=\u0418\u0437\u0431\u0438\u0440\u0430\u043D\u0435
|
|
147
147
|
|
|
148
148
|
SPLIT_APP_NAME=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0437\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u044F\u043D\u0435
|
|
149
149
|
|
|
@@ -139,11 +139,11 @@ ICON_TAB_BAR_NAME=Barra de pestanyes d\u2019icones
|
|
|
139
139
|
|
|
140
140
|
ICON_TAB_BAR_NAME_PLURAL=Barres de pestanyes d\u2019icones
|
|
141
141
|
|
|
142
|
-
ICON_TAB_BAR_SELECT_TAB=
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=Seleccionar pestanya
|
|
143
143
|
|
|
144
|
-
ICON_TAB_BAR_CANCEL_BTN=Cancel
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=Cancel\u00B7lar
|
|
145
145
|
|
|
146
|
-
ICON_TAB_BAR_SELECT_BTN=
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=Seleccionar
|
|
147
147
|
|
|
148
148
|
SPLIT_APP_NAME=Aplicaci\u00F3 de partici\u00F3
|
|
149
149
|
|
|
@@ -139,11 +139,11 @@ ICON_TAB_BAR_NAME=Li\u0161ta z\u00E1lo\u017Eek s ikonami
|
|
|
139
139
|
|
|
140
140
|
ICON_TAB_BAR_NAME_PLURAL=Li\u0161ty z\u00E1lo\u017Eek s ikonami
|
|
141
141
|
|
|
142
|
-
ICON_TAB_BAR_SELECT_TAB=
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=Vybrat z\u00E1lo\u017Eku
|
|
143
143
|
|
|
144
|
-
ICON_TAB_BAR_CANCEL_BTN=
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=Zru\u0161it
|
|
145
145
|
|
|
146
|
-
ICON_TAB_BAR_SELECT_BTN=
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=Vybrat
|
|
147
147
|
|
|
148
148
|
SPLIT_APP_NAME=Rozd\u011Blen\u00E1 aplikace
|
|
149
149
|
|
|
@@ -139,11 +139,11 @@ ICON_TAB_BAR_NAME=Bar Tab Eicon
|
|
|
139
139
|
|
|
140
140
|
ICON_TAB_BAR_NAME_PLURAL=Barau Tab Eicon
|
|
141
141
|
|
|
142
|
-
ICON_TAB_BAR_SELECT_TAB=
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=Dewis Tab
|
|
143
143
|
|
|
144
|
-
ICON_TAB_BAR_CANCEL_BTN=
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=Canslo
|
|
145
145
|
|
|
146
|
-
ICON_TAB_BAR_SELECT_BTN=
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=Dewis
|
|
147
147
|
|
|
148
148
|
SPLIT_APP_NAME=Ap Hollt
|
|
149
149
|
|
|
@@ -139,11 +139,11 @@ ICON_TAB_BAR_NAME=Ikonfanelinie
|
|
|
139
139
|
|
|
140
140
|
ICON_TAB_BAR_NAME_PLURAL=Ikonfanelinier
|
|
141
141
|
|
|
142
|
-
ICON_TAB_BAR_SELECT_TAB=
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=V\u00E6lg tab
|
|
143
143
|
|
|
144
|
-
ICON_TAB_BAR_CANCEL_BTN=
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=Afbryd
|
|
145
145
|
|
|
146
|
-
ICON_TAB_BAR_SELECT_BTN=
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=V\u00E6lg
|
|
147
147
|
|
|
148
148
|
SPLIT_APP_NAME=Opdelt app
|
|
149
149
|
|
|
@@ -131,19 +131,19 @@ DIALOG_NAME=Dialog
|
|
|
131
131
|
|
|
132
132
|
DIALOG_NAME_PLURAL=Dialoge
|
|
133
133
|
|
|
134
|
-
CAROUSEL_NAME=
|
|
134
|
+
CAROUSEL_NAME=Karussell
|
|
135
135
|
|
|
136
|
-
CAROUSEL_NAME_PLURAL=
|
|
136
|
+
CAROUSEL_NAME_PLURAL=Karussells
|
|
137
137
|
|
|
138
138
|
ICON_TAB_BAR_NAME=Symbol-Tableiste
|
|
139
139
|
|
|
140
140
|
ICON_TAB_BAR_NAME_PLURAL=Symbol-Tableisten
|
|
141
141
|
|
|
142
|
-
ICON_TAB_BAR_SELECT_TAB=
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=Tab ausw\u00E4hlen
|
|
143
143
|
|
|
144
|
-
ICON_TAB_BAR_CANCEL_BTN=
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=Abbrechen
|
|
145
145
|
|
|
146
|
-
ICON_TAB_BAR_SELECT_BTN=
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=Ausw\u00E4hlen
|
|
147
147
|
|
|
148
148
|
SPLIT_APP_NAME=Split-App
|
|
149
149
|
|