@openui5/sap.m 1.119.1 → 1.120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/m/.library +8 -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/ActionTile.js +1 -1
- package/src/sap/m/ActionTileContent.js +1 -1
- package/src/sap/m/AdditionalTextButton.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 +10 -6
- package/src/sap/m/AvatarRenderer.js +10 -3
- 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 +1 -1
- package/src/sap/m/ColorPalettePopover.js +1 -1
- package/src/sap/m/Column.js +1 -1
- package/src/sap/m/ColumnHeaderPopover.js +7 -8
- 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 +20 -3
- 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 +22 -12
- 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/DynamicDate.js +1 -1
- package/src/sap/m/DynamicDateOption.js +1 -1
- package/src/sap/m/DynamicDateRange.js +10 -2
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +1 -1
- package/src/sap/m/FacetFilter.js +2 -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 +5 -4
- package/src/sap/m/FeedInputRenderer.js +3 -3
- package/src/sap/m/FeedListItem.js +6 -4
- 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 +58 -23
- package/src/sap/m/GenericTileRenderer.js +11 -0
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GrowingEnablement.js +2 -3
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +6 -4
- 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 +1 -1
- package/src/sap/m/IconTabSeparator.js +1 -1
- package/src/sap/m/IllustratedMessage.js +1 -1
- package/src/sap/m/Illustration.js +1 -1
- package/src/sap/m/Image.js +1 -1
- package/src/sap/m/ImageContent.js +1 -1
- package/src/sap/m/Input.js +79 -14
- package/src/sap/m/InputBase.js +3 -1
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/InputRenderer.js +7 -3
- 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/LinkTileContent.js +143 -0
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +32 -14
- 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 +3 -3
- 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 +2 -3
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +1 -1
- package/src/sap/m/MessageToast.js +5 -19
- package/src/sap/m/MessageView.js +1 -1
- package/src/sap/m/MessageViewRenderer.js +2 -3
- package/src/sap/m/MultiComboBox.js +1 -1
- package/src/sap/m/MultiEditField.js +1 -1
- package/src/sap/m/MultiInput.js +4 -2
- package/src/sap/m/NavContainer.js +4 -3
- 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 +9 -10
- package/src/sap/m/NumericContentRenderer.js +5 -4
- 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/ObjectStatus.js +4 -6
- package/src/sap/m/ObjectStatusRenderer.js +3 -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/OverflowToolbarMenuButton.js +1 -1
- package/src/sap/m/OverflowToolbarRenderer.js +8 -1
- package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/P13nAnyFilterItem.js +1 -1
- package/src/sap/m/P13nColumnsItem.js +2 -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 +2 -1
- package/src/sap/m/P13nDimMeasurePanel.js +2 -1
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +1 -1
- package/src/sap/m/P13nGroupItem.js +2 -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 +2 -1
- package/src/sap/m/P13nSortPanel.js +1 -1
- package/src/sap/m/PDFViewer.js +20 -8
- package/src/sap/m/PDFViewerRenderManager.js +18 -18
- package/src/sap/m/PDFViewerRenderer.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 +37 -12
- 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 +5 -4
- 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 +3 -3
- package/src/sap/m/RadioButtonGroup.js +1 -1
- package/src/sap/m/RangeSlider.js +1 -1
- package/src/sap/m/RangeSliderRenderer.js +15 -8
- package/src/sap/m/RatingIndicator.js +4 -3
- package/src/sap/m/ResponsivePopover.js +13 -7
- 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 +1 -1
- package/src/sap/m/SelectDialog.js +5 -7
- 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 +2 -2
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +3 -2
- 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 +7 -9
- package/src/sap/m/Slider.js +1 -1
- package/src/sap/m/SliderTooltip.js +1 -1
- package/src/sap/m/SliderTooltipBase.js +1 -1
- package/src/sap/m/SliderTooltipContainer.js +1 -1
- package/src/sap/m/SplitApp.js +1 -1
- package/src/sap/m/SplitButton.js +1 -1
- package/src/sap/m/SplitContainer.js +4 -2
- 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 +5 -5
- package/src/sap/m/Switch.js +1 -1
- package/src/sap/m/TabContainer.js +10 -4
- package/src/sap/m/TabContainerItem.js +1 -1
- package/src/sap/m/TabStrip.js +2 -2
- package/src/sap/m/TabStripItem.js +1 -1
- package/src/sap/m/Table.js +35 -4
- 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 +5 -7
- 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 +4 -4
- 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 +1 -1
- package/src/sap/m/Toolbar.js +1 -1
- package/src/sap/m/ToolbarLayoutData.js +1 -1
- package/src/sap/m/ToolbarRenderer.js +8 -0
- package/src/sap/m/ToolbarSeparator.js +1 -1
- package/src/sap/m/ToolbarSpacer.js +1 -1
- package/src/sap/m/Tree.js +17 -1
- package/src/sap/m/TreeItemBase.js +1 -1
- package/src/sap/m/UploadCollection.js +1 -1
- package/src/sap/m/UploadCollectionItem.js +1 -1
- package/src/sap/m/UploadCollectionParameter.js +1 -1
- package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
- package/src/sap/m/VBox.js +1 -1
- package/src/sap/m/ValueStateHeader.js +9 -4
- package/src/sap/m/VariantItem.js +99 -27
- package/src/sap/m/VariantManagement.js +196 -90
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +44 -44
- 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 +6 -6
- package/src/sap/m/WizardProgressNavigator.js +1 -1
- package/src/sap/m/WizardStep.js +1 -1
- package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/m/changeHandler/CombineButtons.js +1 -1
- package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
- package/src/sap/m/changeHandler/SplitMenuButton.js +2 -2
- package/src/sap/m/designtime/IconTabFilter.designtime.js +1 -1
- package/src/sap/m/designtime/VariantManagement.designtime.js +0 -6
- package/src/sap/m/designtime/messagebundle_mk.properties +182 -0
- package/src/sap/m/designtime/messagebundle_sh.properties +3 -3
- package/src/sap/m/flexibility/EngineFlex.js +5 -0
- package/src/sap/m/inputUtils/highlightItemsWithContains.js +82 -0
- package/src/sap/m/library.js +76 -136
- package/src/sap/m/messagebundle.properties +37 -6
- package/src/sap/m/messagebundle_ar.properties +46 -2
- package/src/sap/m/messagebundle_bg.properties +49 -5
- package/src/sap/m/messagebundle_ca.properties +47 -3
- package/src/sap/m/messagebundle_cs.properties +46 -2
- package/src/sap/m/messagebundle_cy.properties +46 -2
- package/src/sap/m/messagebundle_da.properties +46 -2
- package/src/sap/m/messagebundle_de.properties +46 -2
- package/src/sap/m/messagebundle_el.properties +48 -4
- package/src/sap/m/messagebundle_en.properties +23 -6
- package/src/sap/m/messagebundle_en_GB.properties +46 -2
- package/src/sap/m/messagebundle_es.properties +46 -2
- package/src/sap/m/messagebundle_es_MX.properties +46 -2
- package/src/sap/m/messagebundle_et.properties +44 -0
- package/src/sap/m/messagebundle_fi.properties +46 -2
- package/src/sap/m/messagebundle_fr.properties +46 -2
- package/src/sap/m/messagebundle_fr_CA.properties +46 -2
- package/src/sap/m/messagebundle_hi.properties +48 -4
- package/src/sap/m/messagebundle_hr.properties +46 -2
- package/src/sap/m/messagebundle_hu.properties +51 -7
- package/src/sap/m/messagebundle_id.properties +48 -4
- package/src/sap/m/messagebundle_it.properties +44 -0
- package/src/sap/m/messagebundle_iw.properties +46 -2
- package/src/sap/m/messagebundle_ja.properties +44 -0
- package/src/sap/m/messagebundle_kk.properties +60 -16
- package/src/sap/m/messagebundle_ko.properties +44 -0
- package/src/sap/m/messagebundle_lt.properties +46 -2
- package/src/sap/m/messagebundle_lv.properties +57 -13
- package/src/sap/m/messagebundle_mk.properties +1869 -0
- package/src/sap/m/messagebundle_ms.properties +46 -2
- package/src/sap/m/messagebundle_nl.properties +44 -0
- package/src/sap/m/messagebundle_no.properties +47 -3
- package/src/sap/m/messagebundle_pl.properties +46 -2
- package/src/sap/m/messagebundle_pt.properties +44 -0
- package/src/sap/m/messagebundle_pt_PT.properties +44 -0
- package/src/sap/m/messagebundle_ro.properties +46 -2
- package/src/sap/m/messagebundle_ru.properties +48 -4
- package/src/sap/m/messagebundle_sh.properties +149 -105
- package/src/sap/m/messagebundle_sk.properties +46 -2
- package/src/sap/m/messagebundle_sl.properties +62 -18
- package/src/sap/m/messagebundle_sv.properties +50 -6
- package/src/sap/m/messagebundle_th.properties +44 -0
- package/src/sap/m/messagebundle_tr.properties +49 -5
- package/src/sap/m/messagebundle_uk.properties +59 -15
- package/src/sap/m/messagebundle_vi.properties +46 -2
- package/src/sap/m/messagebundle_zh_CN.properties +44 -0
- package/src/sap/m/messagebundle_zh_TW.properties +46 -2
- package/src/sap/m/p13n/AbstractContainer.js +2 -2
- package/src/sap/m/p13n/AbstractContainerItem.js +2 -2
- package/src/sap/m/p13n/BasePanel.js +13 -3
- package/src/sap/m/p13n/Container.js +1 -1
- package/src/sap/m/p13n/Engine.js +1 -1
- package/src/sap/m/p13n/FlexUtil.js +0 -41
- package/src/sap/m/p13n/GroupController.js +1 -1
- package/src/sap/m/p13n/GroupPanel.js +1 -1
- package/src/sap/m/p13n/Popup.js +16 -1
- package/src/sap/m/p13n/QueryPanel.js +1 -1
- package/src/sap/m/p13n/SelectionController.js +457 -423
- package/src/sap/m/p13n/SelectionPanel.js +1 -1
- package/src/sap/m/p13n/SortController.js +1 -1
- package/src/sap/m/p13n/SortPanel.js +4 -3
- package/src/sap/m/p13n/handler/xConfigHandler.js +18 -5
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +1 -1
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +1 -1
- package/src/sap/m/p13n/modules/UIManager.js +1 -1
- package/src/sap/m/p13n/modules/xConfigAPI.js +1 -1
- package/src/sap/m/plugins/CellSelector.js +203 -160
- package/src/sap/m/plugins/ColumnResizer.js +9 -2
- package/src/sap/m/plugins/CopyProvider.js +21 -10
- 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/Target.js +3 -3
- package/src/sap/m/routing/Targets.js +3 -3
- 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/ColumnWidthController.js +177 -0
- package/src/sap/m/table/Util.js +1 -1
- 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 +17 -13
- 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 +5 -1
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSort.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSortItem.js +2 -2
- package/src/sap/m/table/columnmenu/QuickTotal.js +5 -1
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
- package/src/sap/m/themes/base/Avatar.less +0 -1
- package/src/sap/m/themes/base/BarBase.less +1 -1
- package/src/sap/m/themes/base/BusyIndicator.less +0 -10
- package/src/sap/m/themes/base/ExpandableText.less +6 -0
- package/src/sap/m/themes/base/GenericTile.less +36 -0
- package/src/sap/m/themes/base/LinkTileContent.less +17 -0
- package/src/sap/m/themes/base/MenuButton.less +1 -1
- package/src/sap/m/themes/base/NotificationListBase.less +3 -3
- package/src/sap/m/themes/base/ObjectStatus.less +241 -1
- package/src/sap/m/themes/base/RadioButton.less +1 -1
- package/src/sap/m/themes/base/SearchField.less +2 -1
- package/src/sap/m/themes/base/SplitButton.less +0 -1
- package/src/sap/m/themes/base/Table.less +0 -7
- package/src/sap/m/themes/base/Text.less +4 -1
- package/src/sap/m/themes/base/Toolbar.less +7 -14
- package/src/sap/m/themes/base/ValueStateHeader.less +4 -0
- package/src/sap/m/themes/base/library.source.less +1 -0
- package/src/sap/m/upload/ActionsPlaceholder.js +49 -0
- package/src/sap/m/upload/Column.js +58 -0
- package/src/sap/m/upload/FilePreviewDialog.js +22 -3
- package/src/sap/m/upload/FilterPanel.js +280 -0
- package/src/sap/m/upload/UploadSet.js +11 -6
- package/src/sap/m/upload/UploadSetItem.js +6 -5
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
- package/src/sap/m/upload/UploadSetwithTable.js +487 -93
- package/src/sap/m/upload/UploadSetwithTableItem.js +26 -11
- package/src/sap/m/upload/Uploader.js +3 -0
- package/src/sap/m/upload/UploaderTableItem.js +4 -1
- package/src/sap/m/upload/p13n/PersManager.js +251 -0
- package/src/sap/m/upload/p13n/flexibility/UploadSetwithTable.flexibility.js +32 -0
- package/src/sap/m/upload/p13n/handlers/BaseConfigHandler.js +44 -0
- package/src/sap/m/upload/p13n/handlers/ChangeHandler.js +98 -0
- package/src/sap/m/upload/p13n/handlers/ColumnConfigHandler.js +57 -0
- package/src/sap/m/upload/p13n/handlers/ColumnsStateChangeHandler.js +43 -0
- package/src/sap/m/upload/p13n/handlers/FilterConfigHandler.js +71 -0
- package/src/sap/m/upload/p13n/handlers/FilterStateChangeHandler.js +65 -0
- package/src/sap/m/upload/p13n/handlers/GroupConfigHandler.js +57 -0
- package/src/sap/m/upload/p13n/handlers/GroupStateChangeHandler.js +46 -0
- package/src/sap/m/upload/p13n/handlers/SortConfigHandler.js +57 -0
- package/src/sap/m/upload/p13n/handlers/SortStateChangeHandler.js +48 -0
- package/src/sap/m/upload/p13n/mediator/BaseMediator.js +183 -0
- package/src/sap/m/upload/p13n/mediator/ColumnsMediator.js +210 -0
- package/src/sap/m/upload/p13n/mediator/FilterMediator.js +196 -0
- package/src/sap/m/upload/p13n/mediator/GroupMediator.js +192 -0
- package/src/sap/m/upload/p13n/mediator/SortMediator.js +200 -0
- package/src/sap/m/upload/p13n/modules/CustomDataConfig.js +100 -0
- package/src/sap/m/upload/p13n/modules/PersPopupManager.js +76 -0
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
|
|
2
|
+
RADIOBUTTON_NAME=\u0420\u0430\u0434\u0438\u043E\u043A\u043E\u043F\u0447\u0435
|
|
3
|
+
|
|
4
|
+
RADIOBUTTON_NAME_PLURAL=\u0420\u0430\u0434\u0438\u043E\u043A\u043E\u043F\u0447\u0438\u045A\u0430
|
|
5
|
+
|
|
6
|
+
TEXT_NAME=\u0422\u0435\u043A\u0441\u0442
|
|
7
|
+
|
|
8
|
+
TEXT_NAME_PLURAL=\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u0438
|
|
9
|
+
|
|
10
|
+
EXPANDABLE_TEXT_NAME=\u0422\u0435\u043A\u0441\u0442 \u0448\u0442\u043E \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043F\u0440\u043E\u0448\u0438\u0440\u0438
|
|
11
|
+
|
|
12
|
+
EXPANDABLE_TEXT_NAME_PLURAL=\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u0438 \u0448\u0442\u043E \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043F\u0440\u043E\u0448\u0438\u0440\u0430\u0442
|
|
13
|
+
|
|
14
|
+
DATEPICKER_NAME=\u0418\u0437\u0431\u0438\u0440\u0430\u0447 \u043D\u0430 \u0434\u0430\u0442\u0443\u043C\u0438
|
|
15
|
+
|
|
16
|
+
DATEPICKER_NAME_PLURAL=\u0418\u0437\u0431\u0438\u0440\u0430\u0447\u0438 \u043D\u0430 \u0434\u0430\u0442\u0443\u043C\u0438
|
|
17
|
+
|
|
18
|
+
DATERANGESELECTION_NAME=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 \u043E\u043F\u0441\u0435\u0433 \u043D\u0430 \u0434\u0430\u0442\u0443\u043C\u0438
|
|
19
|
+
|
|
20
|
+
DATERANGESELECTION_NAME_PLURAL=\u0418\u0437\u0431\u043E\u0440\u0438 \u043D\u0430 \u043E\u043F\u0441\u0435\u0433 \u043D\u0430 \u0434\u0430\u0442\u0443\u043C\u0438
|
|
21
|
+
|
|
22
|
+
DATETIMEPICKER_NAME=\u0418\u0437\u0431\u0438\u0440\u0430\u0447 \u043D\u0430 \u0434\u0430\u0442\u0443\u043C/\u0432\u0440\u0435\u043C\u0435
|
|
23
|
+
|
|
24
|
+
DATETIMEPICKER_NAME_PLURAL=\u0418\u0437\u0431\u0438\u0440\u0430\u0447\u0438 \u043D\u0430 \u0434\u0430\u0442\u0443\u043C/\u0432\u0440\u0435\u043C\u0435
|
|
25
|
+
|
|
26
|
+
CHECKBOX_NAME=\u041F\u043E\u043B\u0435 \u0437\u0430 \u043E\u0437\u043D\u0430\u0447\u0443\u0432\u0430\u045A\u0435
|
|
27
|
+
|
|
28
|
+
CHECKBOX_NAME_PLURAL=\u041F\u043E\u043B\u0438\u045A\u0430 \u0437\u0430 \u043E\u0437\u043D\u0430\u0447\u0443\u0432\u0430\u045A\u0435
|
|
29
|
+
|
|
30
|
+
RATINGINDICATOR_NAME=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0437\u0430 \u043E\u0446\u0435\u043D\u0443\u0432\u0430\u045A\u0435
|
|
31
|
+
|
|
32
|
+
RATINGINDICATOR_NAME_PLURAL=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0438 \u0437\u0430 \u043E\u0446\u0435\u043D\u0443\u0432\u0430\u045A\u0435
|
|
33
|
+
|
|
34
|
+
PAGE_NAME=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
35
|
+
|
|
36
|
+
PAGE_NAME_PLURAL=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0438
|
|
37
|
+
|
|
38
|
+
LABEL_NAME=\u0415\u0442\u0438\u043A\u0435\u0442\u0430
|
|
39
|
+
|
|
40
|
+
LABEL_NAME_PLURAL=\u0415\u0442\u0438\u043A\u0435\u0442\u0438
|
|
41
|
+
|
|
42
|
+
LINK_NAME=\u0412\u0440\u0441\u043A\u0430
|
|
43
|
+
|
|
44
|
+
LINK_NAME_PLURAL=\u0412\u0440\u0441\u043A\u0438
|
|
45
|
+
|
|
46
|
+
LINK_CHANGE_TARGET=\u0418\u0437\u043C\u0435\u043D\u0438 \u0458\u0430 \u0446\u0435\u043B\u0442\u0430
|
|
47
|
+
|
|
48
|
+
LINK_DIALOG_TITLE_CHANGE_TARGET=\u0418\u0437\u0431\u0435\u0440\u0438 \u0446\u0435\u043B \u0438 \u0432\u043D\u0435\u0441\u0438 \u0440\u0430\u043C\u043A\u0430
|
|
49
|
+
|
|
50
|
+
LINK_DIALOG_CANCEL_BTN=\u041E\u0442\u043A\u0430\u0436\u0438
|
|
51
|
+
|
|
52
|
+
LINK_DIALOG_OK_BTN=\u0412\u043E \u0440\u0435\u0434
|
|
53
|
+
|
|
54
|
+
SCROLL_CONTAINER_CONTROL_NAME=\u0414\u043D\u0435\u0432\u043D\u0430 \u0435\u0432\u0438\u0434\u0435\u043D\u0446\u0438\u0458\u0430
|
|
55
|
+
|
|
56
|
+
SCROLL_CONTAINER_CONTROL_NAME_PLURAL=\u0414\u043D\u0435\u0432\u043D\u0438 \u0435\u0432\u0438\u0434\u0435\u043D\u0446\u0438\u0438
|
|
57
|
+
|
|
58
|
+
PANEL_NAME=\u041F\u0430\u043D\u0435\u043B
|
|
59
|
+
|
|
60
|
+
PANEL_NAME_PLURAL=\u041F\u0430\u043D\u0435\u043B\u0438
|
|
61
|
+
|
|
62
|
+
LIST_ITEM_BASE_NAME=\u0421\u0442\u0430\u0432\u043A\u0430 \u043D\u0430 \u0441\u043F\u0438\u0441\u043E\u043A
|
|
63
|
+
|
|
64
|
+
LIST_ITEM_BASE_NAME_PLURAL=\u0421\u0442\u0430\u0432\u043A\u0438 \u043D\u0430 \u0441\u043F\u0438\u0441\u043E\u043A
|
|
65
|
+
|
|
66
|
+
IMAGE_NAME=\u0421\u043B\u0438\u043A\u0430
|
|
67
|
+
|
|
68
|
+
IMAGE_NAME_PLURAL=\u0421\u043B\u0438\u043A\u0438
|
|
69
|
+
|
|
70
|
+
INPUT_BASE_NAME=\u0412\u043D\u0435\u0441
|
|
71
|
+
|
|
72
|
+
INPUT_BASE_NAME_PLURAL=\u0412\u043B\u0435\u0437\u043D\u0438 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
|
|
73
|
+
|
|
74
|
+
TITLE_NAME=\u041D\u0430\u0441\u043B\u043E\u0432
|
|
75
|
+
|
|
76
|
+
TITLE_NAME_PLURAL=\u041D\u0430\u0441\u043B\u043E\u0432\u0438
|
|
77
|
+
|
|
78
|
+
SLIDER_NAME=\u041B\u0438\u0437\u0433\u0430\u0447
|
|
79
|
+
|
|
80
|
+
SLIDER_NAME_PLURAL=\u041B\u0438\u0437\u0433\u0430\u0447\u0438
|
|
81
|
+
|
|
82
|
+
LIST_BASE_NAME=\u0421\u043F\u0438\u0441\u043E\u043A
|
|
83
|
+
|
|
84
|
+
LIST_BASE_NAME_PLURAL=\u0421\u043F\u0438\u0441\u043E\u0446\u0438
|
|
85
|
+
|
|
86
|
+
TABLE_NAME=\u0422\u0430\u0431\u0435\u043B\u0430
|
|
87
|
+
|
|
88
|
+
TABLE_NAME_PLURAL=\u0422\u0430\u0431\u0435\u043B\u0438
|
|
89
|
+
|
|
90
|
+
TABCONTAINER_NAME=\u0421\u043E\u0431\u0438\u0440\u043D\u0438\u043A \u043D\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
|
91
|
+
|
|
92
|
+
TABCONTAINER_NAME_PLURAL=\u0421\u043E\u0431\u0438\u0440\u043D\u0438\u0446\u0438 \u043D\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
|
93
|
+
|
|
94
|
+
COLUMN_NAME=\u041A\u043E\u043B\u043E\u043D\u0430
|
|
95
|
+
|
|
96
|
+
COLUMN_NAME_PLURAL=\u041A\u043E\u043B\u043E\u043D\u0438
|
|
97
|
+
|
|
98
|
+
FLEX_BOX_NAME=\u0424\u043B\u0435\u043A\u0441\u0438\u0431\u0438\u043B\u043D\u0430 \u0440\u0430\u043C\u043A\u0430
|
|
99
|
+
|
|
100
|
+
FLEX_BOX_NAME_PLURAL=\u0424\u043B\u0435\u043A\u0441\u0438\u0431\u0438\u043B\u043D\u0438 \u0440\u0430\u043C\u043A\u0438
|
|
101
|
+
|
|
102
|
+
MULTIINPUT_NAME=\u041F\u043E\u0432\u0435\u045C\u0435\u043A\u0440\u0430\u0442\u0435\u043D \u0432\u043B\u0435\u0437\u0435\u043D \u043F\u043E\u0434\u0430\u0442\u043E\u043A
|
|
103
|
+
|
|
104
|
+
MULTIINPUT_NAME_PLURAL=\u041F\u043E\u0432\u0435\u045C\u0435\u043A\u0440\u0430\u0442\u043D\u0438 \u0432\u043B\u0435\u0437\u043D\u0438 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
|
|
105
|
+
|
|
106
|
+
WIZARD_NAME=\u041F\u043E\u043C\u043E\u0448\u043D\u0438\u043A
|
|
107
|
+
|
|
108
|
+
WIZARD_NAME_PLURAL=\u041F\u043E\u043C\u043E\u0448\u043D\u0438\u0446\u0438
|
|
109
|
+
|
|
110
|
+
RANGESLIDER_NAME=\u041B\u0438\u0437\u0433\u0430\u0447 \u043D\u0430 \u043E\u043F\u0441\u0435\u0433\u043E\u0442
|
|
111
|
+
|
|
112
|
+
RANGESLIDER_NAME_PLURAL=\u041B\u0438\u0437\u0433\u0430\u0447\u0438 \u043D\u0430 \u043E\u043F\u0441\u0435\u0433\u043E\u0442
|
|
113
|
+
|
|
114
|
+
BUSY_DIALOG_NAME=\u0417\u0430\u0444\u0430\u0442\u0435\u043D \u0434\u0438\u0458\u0430\u043B\u043E\u0433
|
|
115
|
+
|
|
116
|
+
BUSY_DIALOG_NAME_PLURAL=\u0417\u0430\u0444\u0430\u0442\u0435\u043D\u0438 \u0434\u0438\u0458\u0430\u043B\u043E\u0437\u0438
|
|
117
|
+
|
|
118
|
+
SPLIT_CONTAINER_NAME=\u041F\u043E\u0434\u0435\u043B\u0435\u043D \u0441\u043E\u0431\u0438\u0440\u043D\u0438\u043A
|
|
119
|
+
|
|
120
|
+
SPLIT_CONTAINER_NAME_PLURAL=\u041F\u043E\u0434\u0435\u043B\u0435\u043D\u0438 \u0441\u043E\u0431\u0438\u0440\u043D\u0438\u0446\u0438
|
|
121
|
+
|
|
122
|
+
RADIO_BUTTON_GROUP_NAME=\u0413\u0440\u0443\u043F\u0430 \u0440\u0430\u0434\u0438\u043E\u043A\u043E\u043F\u0447\u0438\u045A\u0430
|
|
123
|
+
|
|
124
|
+
RADIO_BUTTON_GROUP_NAME_PLURAL=\u0413\u0440\u0443\u043F\u0438 \u0440\u0430\u0434\u0438\u043E\u043A\u043E\u043F\u0447\u0438\u045A\u0430
|
|
125
|
+
|
|
126
|
+
SEARCH_FIELD_NAME=\u041F\u043E\u043B\u0435 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
|
|
127
|
+
|
|
128
|
+
SEARCH_FIELD_NAME_PLURAL=\u041F\u043E\u043B\u0435 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
|
|
129
|
+
|
|
130
|
+
DIALOG_NAME=\u0414\u0438\u0458\u0430\u043B\u043E\u0433
|
|
131
|
+
|
|
132
|
+
DIALOG_NAME_PLURAL=\u0414\u0438\u0458\u0430\u043B\u043E\u0437\u0438
|
|
133
|
+
|
|
134
|
+
CAROUSEL_NAME=\u0412\u0440\u0442\u0435\u043B\u0435\u0448\u043A\u0430
|
|
135
|
+
|
|
136
|
+
CAROUSEL_NAME_PLURAL=\u0412\u0440\u0442\u0435\u043B\u0435\u0448\u043A\u0438
|
|
137
|
+
|
|
138
|
+
ICON_TAB_BAR_NAME=\u041B\u0435\u043D\u0442\u0430 \u043D\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430\u0442\u0430 \u043D\u0430 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
|
|
139
|
+
|
|
140
|
+
ICON_TAB_BAR_NAME_PLURAL=\u041B\u0435\u043D\u0442\u0438 \u043D\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430\u0442\u0430 \u043D\u0430 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
|
|
141
|
+
|
|
142
|
+
ICON_TAB_BAR_SELECT_TAB=\u0418\u0437\u0431\u0435\u0440\u0438 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
|
143
|
+
|
|
144
|
+
ICON_TAB_BAR_CANCEL_BTN=\u041E\u0442\u043A\u0430\u0436\u0438
|
|
145
|
+
|
|
146
|
+
ICON_TAB_BAR_SELECT_BTN=\u0418\u0437\u0431\u0435\u0440\u0438
|
|
147
|
+
|
|
148
|
+
SPLIT_APP_NAME=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430 \u043D\u0430 \u043F\u043E\u0434\u0435\u043B\u0431\u0430
|
|
149
|
+
|
|
150
|
+
SPLIT_APP_NAME_PLURAL=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u043E\u0434\u0435\u043B\u0431\u0430
|
|
151
|
+
|
|
152
|
+
QUICK_VIEW_NAME=\u0411\u0440\u0437 \u043F\u0440\u0435\u0433\u043B\u0435\u0434
|
|
153
|
+
|
|
154
|
+
QUICK_VIEW_NAME_PLURAL=\u0411\u0440\u0437\u0438 \u043F\u0440\u0435\u0433\u043B\u0435\u0434\u0438
|
|
155
|
+
|
|
156
|
+
QUICK_VIEW_CARD_NAME=\u041A\u0430\u0440\u0442\u0438\u0447\u043A\u0430 \u043D\u0430 \u0431\u0440\u0437 \u043F\u0440\u0435\u0433\u043B\u0435\u0434
|
|
157
|
+
|
|
158
|
+
QUICK_VIEW_CARD_NAME_PLURAL=\u041A\u0430\u0440\u0442\u0438\u0447\u043A\u0438 \u043D\u0430 \u0431\u0440\u0437 \u043F\u0440\u0435\u0433\u043B\u0435\u0434
|
|
159
|
+
|
|
160
|
+
LIGHT_BOX_NAME=\u041E\u0441\u0432\u0435\u0442\u043B\u0435\u043D\u043E \u043F\u043E\u043B\u0435
|
|
161
|
+
|
|
162
|
+
LIGHT_BOX_NAME_PLURAL=\u041E\u0441\u0432\u0435\u0442\u043B\u0435\u043D\u0438 \u043F\u043E\u043B\u0438\u045A\u0430
|
|
163
|
+
|
|
164
|
+
VBOX_NAME=VBox
|
|
165
|
+
|
|
166
|
+
VBOX_NAME_PLURAL=VBoxes
|
|
167
|
+
|
|
168
|
+
HBOX_NAME=HBox
|
|
169
|
+
|
|
170
|
+
HBOX_NAME_PLURAL=HBoxes
|
|
171
|
+
|
|
172
|
+
INPUT_NAME=\u0412\u043D\u0435\u0441
|
|
173
|
+
|
|
174
|
+
INPUT_NAME_PLURAL=\u0412\u043B\u0435\u0437\u043D\u0438 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
|
|
175
|
+
|
|
176
|
+
PLANNINGCALENDAR_NAME=\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440 \u043D\u0430 \u043F\u043B\u0430\u043D\u0438\u0440\u0430\u045A\u0435
|
|
177
|
+
|
|
178
|
+
PLANNINGCALENDAR_NAME_PLURAL=\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u0438 \u043D\u0430 \u043F\u043B\u0430\u043D\u0438\u0440\u0430\u045A\u0435
|
|
179
|
+
|
|
180
|
+
PLANNINGCALENDARLEGEND_NAME=\u041B\u0435\u0433\u0435\u043D\u0434\u0430 \u043D\u0430 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043E\u0442 \u043D\u0430 \u043F\u043B\u0430\u043D\u0438\u0440\u0430\u045A\u0435
|
|
181
|
+
|
|
182
|
+
PLANNINGCALENDARLEGEND_NAME_PLURAL=\u041B\u0435\u0433\u0435\u043D\u0434\u0438 \u043D\u0430 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043E\u0442 \u043D\u0430 \u043F\u043B\u0430\u043D\u0438\u0440\u0430\u045A\u0435
|
|
@@ -27,9 +27,9 @@ CHECKBOX_NAME=Kvadrati\u0107 za potvrdu
|
|
|
27
27
|
|
|
28
28
|
CHECKBOX_NAME_PLURAL=Kvadrati\u0107i za potvrdu
|
|
29
29
|
|
|
30
|
-
RATINGINDICATOR_NAME=
|
|
30
|
+
RATINGINDICATOR_NAME=Vrednovanje
|
|
31
31
|
|
|
32
|
-
RATINGINDICATOR_NAME_PLURAL=
|
|
32
|
+
RATINGINDICATOR_NAME_PLURAL=Vrednovanja
|
|
33
33
|
|
|
34
34
|
PAGE_NAME=Stranica
|
|
35
35
|
|
|
@@ -61,7 +61,7 @@ PANEL_NAME_PLURAL=Paneli
|
|
|
61
61
|
|
|
62
62
|
LIST_ITEM_BASE_NAME=Stavka liste
|
|
63
63
|
|
|
64
|
-
LIST_ITEM_BASE_NAME_PLURAL=
|
|
64
|
+
LIST_ITEM_BASE_NAME_PLURAL=Stavke liste
|
|
65
65
|
|
|
66
66
|
IMAGE_NAME=Slika
|
|
67
67
|
|
|
@@ -43,6 +43,11 @@ sap.ui.define([
|
|
|
43
43
|
}),
|
|
44
44
|
removeGroup: xConfigHandler.createHandler({
|
|
45
45
|
property: "groupConditions"
|
|
46
|
+
}),
|
|
47
|
+
setColumnWidth: xConfigHandler.createHandler({
|
|
48
|
+
aggregationBased: true,
|
|
49
|
+
aggregation: "columns",
|
|
50
|
+
property: "width"
|
|
46
51
|
})
|
|
47
52
|
};
|
|
48
53
|
}, /* bExport= */ true);
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
/*
|
|
7
|
+
* IMPORTANT: This is a private module, its API must not be used and is subject to change.
|
|
8
|
+
* Code other than the libraries specified in the restricted flag below must not introduce dependencies to this module.
|
|
9
|
+
*/
|
|
10
|
+
sap.ui.define([
|
|
11
|
+
"sap/base/security/encodeXML"
|
|
12
|
+
], function (encodeXML) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Creates highlighted text.
|
|
17
|
+
*
|
|
18
|
+
* @private
|
|
19
|
+
* @param {sap.m.Label} oItemDomRef Label within the input.
|
|
20
|
+
* @param {string} sInputValue Text to highlight
|
|
21
|
+
* @returns {string} sFormattedText Created text.
|
|
22
|
+
*/
|
|
23
|
+
var createHighlightedTextsWithContains = function(oItemDomRef, sInputValue) {
|
|
24
|
+
// If escape function is not defined
|
|
25
|
+
if (!RegExp.escape) {
|
|
26
|
+
RegExp.escape = function (s) {
|
|
27
|
+
return s.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&');
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
var sText = oItemDomRef ? oItemDomRef.textContent : "",
|
|
31
|
+
sFormattedText = "",
|
|
32
|
+
escapedTerm = RegExp.escape(sInputValue),
|
|
33
|
+
pattern = new RegExp(escapedTerm, "gi"),
|
|
34
|
+
isMatch = function(sText){
|
|
35
|
+
return sText.match(new RegExp(pattern, "i"));
|
|
36
|
+
};
|
|
37
|
+
if (!isMatch(sText)) {
|
|
38
|
+
return encodeXML(sText);
|
|
39
|
+
} else {
|
|
40
|
+
sFormattedText = sText.replace(pattern, function (match) {
|
|
41
|
+
return '<span class="sapMInputHighlight">' + encodeXML(match) + '</span>';
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
return sFormattedText;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Highlights text in DOM items.
|
|
50
|
+
*
|
|
51
|
+
* @param {Array<HTMLElement>} aItemsDomRef DOM elements on which formatting would be applied
|
|
52
|
+
* @param {string} sInputValue Text to highlight
|
|
53
|
+
* @param {int} iLimit Threshold of the items to enable highlighting. Above that limit, highlighting would be disabled due to performance reasons- DOM trashing. Default: 200
|
|
54
|
+
* @private
|
|
55
|
+
* @ui5-restricted sap.m, sap.ui.comp, sap.fe
|
|
56
|
+
*/
|
|
57
|
+
var highlightedTextsWithContains = function (aItemsDomRef, sInputValue, iLimit) {
|
|
58
|
+
var i, highlightedTexts;
|
|
59
|
+
|
|
60
|
+
iLimit = iLimit || 200;
|
|
61
|
+
|
|
62
|
+
if (!sInputValue || // No input value
|
|
63
|
+
(!aItemsDomRef && !aItemsDomRef.length) ||
|
|
64
|
+
// Performance optimisation. This module causes inevitable DOM thrashing.
|
|
65
|
+
// We need to limit that thrashing, so when the limit is hit, highlighting would be entirely disabled.
|
|
66
|
+
aItemsDomRef.length > iLimit) {
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
highlightedTexts = [];
|
|
71
|
+
|
|
72
|
+
for (i = 0; i < aItemsDomRef.length; i++) {
|
|
73
|
+
highlightedTexts.push(createHighlightedTextsWithContains(aItemsDomRef[i], sInputValue));
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
for (i = 0; i < aItemsDomRef.length; i++) {
|
|
77
|
+
aItemsDomRef[i].innerHTML = highlightedTexts[i];
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
return highlightedTextsWithContains;
|
|
82
|
+
});
|
package/src/sap/m/library.js
CHANGED
|
@@ -72,13 +72,13 @@ sap.ui.define([
|
|
|
72
72
|
* @namespace
|
|
73
73
|
* @alias sap.m
|
|
74
74
|
* @author SAP SE
|
|
75
|
-
* @version 1.
|
|
75
|
+
* @version 1.120.1
|
|
76
76
|
* @since 1.4
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
var thisLib = Library.init({
|
|
80
80
|
name : "sap.m",
|
|
81
|
-
version: "1.
|
|
81
|
+
version: "1.120.1",
|
|
82
82
|
dependencies : ["sap.ui.core"],
|
|
83
83
|
designtime: "sap/m/designtime/library.designtime",
|
|
84
84
|
types: [
|
|
@@ -102,8 +102,10 @@ sap.ui.define([
|
|
|
102
102
|
"sap.m.DialogType",
|
|
103
103
|
"sap.m.DraftIndicatorState",
|
|
104
104
|
"sap.m.DynamicDateRangeGroups",
|
|
105
|
+
"sap.m.EmptyIndicatorMode",
|
|
105
106
|
"sap.m.FacetFilterListDataType",
|
|
106
107
|
"sap.m.FacetFilterType",
|
|
108
|
+
"sap.m.FilterPanelField",
|
|
107
109
|
"sap.m.FlexAlignContent",
|
|
108
110
|
"sap.m.FlexAlignItems",
|
|
109
111
|
"sap.m.FlexAlignSelf",
|
|
@@ -188,7 +190,8 @@ sap.ui.define([
|
|
|
188
190
|
"sap.m.plugins.CopyPreference",
|
|
189
191
|
"sap.m.semantic.SemanticRuleSetType",
|
|
190
192
|
"sap.m.table.columnmenu.Category",
|
|
191
|
-
"sap.m.upload.UploaderHttpRequestMethod"
|
|
193
|
+
"sap.m.upload.UploaderHttpRequestMethod",
|
|
194
|
+
"sap.m.UploadSetwithTableActionPlaceHolder"
|
|
192
195
|
],
|
|
193
196
|
interfaces: [
|
|
194
197
|
"sap.m.IBar",
|
|
@@ -422,6 +425,7 @@ sap.ui.define([
|
|
|
422
425
|
"sap.m.IconTabSeparator",
|
|
423
426
|
"sap.m.ImageCustomData",
|
|
424
427
|
"sap.m.LightBoxItem",
|
|
428
|
+
"sap.m.LinkTileContent",
|
|
425
429
|
"sap.m.OverflowToolbarLayoutData",
|
|
426
430
|
"sap.m.MaskInputRule",
|
|
427
431
|
"sap.m.MenuItem",
|
|
@@ -621,7 +625,8 @@ sap.ui.define([
|
|
|
621
625
|
},
|
|
622
626
|
"sap.m.ObjectHeader": {
|
|
623
627
|
"moveControls": "default"
|
|
624
|
-
}
|
|
628
|
+
},
|
|
629
|
+
"sap.m.upload.UploadSetwithTable":"sap/m/upload/p13n/flexibility/UploadSetwithTable"
|
|
625
630
|
},
|
|
626
631
|
//Configuration used for rule loading of Support Assistant
|
|
627
632
|
"sap.ui.support": {
|
|
@@ -665,6 +670,36 @@ sap.ui.define([
|
|
|
665
670
|
|
|
666
671
|
};
|
|
667
672
|
|
|
673
|
+
/**
|
|
674
|
+
* Defines the placeholder type for the control to be replaced.
|
|
675
|
+
*
|
|
676
|
+
* @enum {string}
|
|
677
|
+
* @public
|
|
678
|
+
* @since 1.120
|
|
679
|
+
*/
|
|
680
|
+
thisLib.UploadSetwithTableActionPlaceHolder = {
|
|
681
|
+
/**
|
|
682
|
+
* Placeholder for variant management.
|
|
683
|
+
* @public
|
|
684
|
+
*/
|
|
685
|
+
VariantManagementPlaceholder: "VariantManagementPlaceholder",
|
|
686
|
+
/**
|
|
687
|
+
* Placeholder for personalization settings button.
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
PersonalizationSettingsPlaceholder: "PersonalizationSettingsPlaceholder",
|
|
691
|
+
/**
|
|
692
|
+
* Placeholder for upload button control.
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
UploadButtonPlaceholder : "UploadButtonPlaceholder",
|
|
696
|
+
/**
|
|
697
|
+
* Placeholder for cloud file picker button.
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
700
|
+
CloudFilePickerButtonPlaceholder : "CloudFilePickerButtonPlaceholder"
|
|
701
|
+
};
|
|
702
|
+
|
|
668
703
|
/**
|
|
669
704
|
* Types of state of {@link sap.m.BadgeEnabler} to expose its current state.
|
|
670
705
|
*
|
|
@@ -3026,14 +3061,14 @@ sap.ui.define([
|
|
|
3026
3061
|
thisLib.MenuButtonMode = {
|
|
3027
3062
|
|
|
3028
3063
|
/**
|
|
3029
|
-
* Default
|
|
3064
|
+
* Default Regular type - MenuButton appears as a regular button, pressing it opens a menu.
|
|
3030
3065
|
* @public
|
|
3031
3066
|
*/
|
|
3032
3067
|
Regular: "Regular",
|
|
3033
3068
|
|
|
3034
3069
|
/**
|
|
3035
|
-
* Split type
|
|
3036
|
-
* pressing the arrow part opens a menu
|
|
3070
|
+
* Split type - MenuButton appears as a split button separated into two areas: the text and the arrow button. Pressing the
|
|
3071
|
+
* text area fires the default (or last) action, pressing the arrow part opens a menu.
|
|
3037
3072
|
* @public
|
|
3038
3073
|
*/
|
|
3039
3074
|
Split: "Split"
|
|
@@ -3235,9 +3270,16 @@ sap.ui.define([
|
|
|
3235
3270
|
*
|
|
3236
3271
|
* Interface for P13nPopup which are suitable as content for the <code>sap.m.p13n.Popup</code>.
|
|
3237
3272
|
* Implementation of this interface should include the following methods:
|
|
3273
|
+
*
|
|
3238
3274
|
* <ul>
|
|
3239
3275
|
* <li><code>getTitle</code></li>
|
|
3276
|
+
* </ul>
|
|
3277
|
+
*
|
|
3278
|
+
* Implementation of this interface can optionally provide the following methods:
|
|
3279
|
+
*
|
|
3280
|
+
* <ul>
|
|
3240
3281
|
* <li><code>getVerticalScrolling</code></li>
|
|
3282
|
+
* <li><code>onReset</code></li>
|
|
3241
3283
|
* </ul>
|
|
3242
3284
|
*
|
|
3243
3285
|
* @since 1.97
|
|
@@ -3267,6 +3309,14 @@ sap.ui.define([
|
|
|
3267
3309
|
* @public
|
|
3268
3310
|
*/
|
|
3269
3311
|
|
|
3312
|
+
/**
|
|
3313
|
+
* Optional hook that will be executed when the panel is used by a <code>sap.m.p13n.Popup</code> that may trigger a reset on the panel
|
|
3314
|
+
*
|
|
3315
|
+
* @function
|
|
3316
|
+
* @name sap.m.p13n.IContent.onReset?
|
|
3317
|
+
* @public
|
|
3318
|
+
*/
|
|
3319
|
+
|
|
3270
3320
|
/**
|
|
3271
3321
|
* Type of popup used in the <code>sap.m.p13n.Popup</code>.
|
|
3272
3322
|
*
|
|
@@ -5944,135 +5994,6 @@ sap.ui.define([
|
|
|
5944
5994
|
return oInputODataSuggestProvider;
|
|
5945
5995
|
}());
|
|
5946
5996
|
|
|
5947
|
-
// implement Form helper factory with m controls
|
|
5948
|
-
// possible is set before layout lib is loaded.
|
|
5949
|
-
ObjectPath.set("sap.ui.layout.form.FormHelper", {
|
|
5950
|
-
Label: undefined,
|
|
5951
|
-
Button: undefined,
|
|
5952
|
-
Text: undefined,
|
|
5953
|
-
init: function() {
|
|
5954
|
-
// normally this basic controls should be always loaded
|
|
5955
|
-
this.Label = sap.ui.require("sap/m/Label");
|
|
5956
|
-
this.Text = sap.ui.require("sap/m/Text");
|
|
5957
|
-
this.Button = sap.ui.require("sap/m/Button");
|
|
5958
|
-
|
|
5959
|
-
if (!this.Label || !this.Text || !this.Button) {
|
|
5960
|
-
if (!this.oInitPromise) {
|
|
5961
|
-
this.oInitPromise = new Promise(function(fResolve, fReject) {
|
|
5962
|
-
sap.ui.require(["sap/m/Label", "sap/m/Text", "sap/m/Button"], function(Label, Text, Button) {
|
|
5963
|
-
this.Label = Label;
|
|
5964
|
-
this.Text = Text;
|
|
5965
|
-
this.Button = Button;
|
|
5966
|
-
fResolve(true);
|
|
5967
|
-
}.bind(this));
|
|
5968
|
-
}.bind(this));
|
|
5969
|
-
}
|
|
5970
|
-
return this.oInitPromise;
|
|
5971
|
-
} else if (this.oInitPromise) {
|
|
5972
|
-
delete this.oInitPromise; // not longer needed
|
|
5973
|
-
}
|
|
5974
|
-
return null;
|
|
5975
|
-
},
|
|
5976
|
-
createLabel: function(sText, sId){
|
|
5977
|
-
return new this.Label(sId, {text: sText});
|
|
5978
|
-
},
|
|
5979
|
-
createButton: function(sId, fnPressFunction, oListener){
|
|
5980
|
-
var oButton = new this.Button(sId, {type: thisLib.ButtonType.Transparent});
|
|
5981
|
-
oButton.attachEvent("press", fnPressFunction, oListener); // attach event this way to have the right this-reference in handler
|
|
5982
|
-
return oButton;
|
|
5983
|
-
},
|
|
5984
|
-
setButtonContent: function(oButton, sText, sTooltip, sIcon, sIconHovered){
|
|
5985
|
-
oButton.setText(sText);
|
|
5986
|
-
oButton.setTooltip(sTooltip);
|
|
5987
|
-
oButton.setIcon(sIcon);
|
|
5988
|
-
oButton.setActiveIcon(sIconHovered);
|
|
5989
|
-
},
|
|
5990
|
-
addFormClass: function(){ return "sapUiFormM"; },
|
|
5991
|
-
setToolbar: function(oToolbar){
|
|
5992
|
-
var oOldToolbar = this.getToolbar();
|
|
5993
|
-
if (oOldToolbar && oOldToolbar.setDesign) {
|
|
5994
|
-
// check for setDesign because we don't know what kind of custom toolbars might be used.
|
|
5995
|
-
oOldToolbar.setDesign(oOldToolbar.getDesign(), true);
|
|
5996
|
-
}
|
|
5997
|
-
if (oToolbar && oToolbar.setDesign) {
|
|
5998
|
-
oToolbar.setDesign(thisLib.ToolbarDesign.Transparent, true);
|
|
5999
|
-
}
|
|
6000
|
-
return oToolbar;
|
|
6001
|
-
},
|
|
6002
|
-
getToolbarTitle: function(oToolbar) {
|
|
6003
|
-
// determine Title to point aria-label on this. As Fallback use the whole Toolbar
|
|
6004
|
-
if (oToolbar) {
|
|
6005
|
-
var aContent = oToolbar.getContent();
|
|
6006
|
-
for (var i = 0; i < aContent.length; i++) {
|
|
6007
|
-
var oContent = aContent[i];
|
|
6008
|
-
if (oContent.isA("sap.m.Title")) {
|
|
6009
|
-
return oContent.getId();
|
|
6010
|
-
}
|
|
6011
|
-
}
|
|
6012
|
-
return oToolbar.getId(); // fallback
|
|
6013
|
-
}
|
|
6014
|
-
},
|
|
6015
|
-
createDelimiter: function(sDelimiter, sId){
|
|
6016
|
-
return new this.Text(sId, {text: sDelimiter, textAlign: CoreLibrary.TextAlign.Center});
|
|
6017
|
-
},
|
|
6018
|
-
createSemanticDisplayControl: function(sText, sId){
|
|
6019
|
-
return new this.Text(sId, {text: sText});
|
|
6020
|
-
},
|
|
6021
|
-
updateDelimiter: function(oText, sDelimiter){
|
|
6022
|
-
oText.setText(sDelimiter);
|
|
6023
|
-
},
|
|
6024
|
-
updateSemanticDisplayControl: function(oText, sText){
|
|
6025
|
-
oText.setText(sText);
|
|
6026
|
-
},
|
|
6027
|
-
bArrowKeySupport: false, /* disables the keyboard support for arrow keys */
|
|
6028
|
-
bFinal: true
|
|
6029
|
-
});
|
|
6030
|
-
|
|
6031
|
-
//implement FileUploader helper factory with m controls
|
|
6032
|
-
ObjectPath.set("sap.ui.unified.FileUploaderHelper", {
|
|
6033
|
-
createTextField: function(sId){
|
|
6034
|
-
var oTextField = new sap.m.Input(sId);
|
|
6035
|
-
return oTextField;
|
|
6036
|
-
},
|
|
6037
|
-
setTextFieldContent: function(oTextField, sWidth){
|
|
6038
|
-
oTextField.setWidth(sWidth);
|
|
6039
|
-
},
|
|
6040
|
-
createButton: function(sId){
|
|
6041
|
-
var oButton = new sap.m.Button(sId);
|
|
6042
|
-
return oButton;
|
|
6043
|
-
},
|
|
6044
|
-
addFormClass: function(){ return "sapUiFUM"; },
|
|
6045
|
-
bFinal: true
|
|
6046
|
-
});
|
|
6047
|
-
|
|
6048
|
-
// implements ColorPicker helper factory with common controls
|
|
6049
|
-
ObjectPath.set("sap.ui.unified.ColorPickerHelper", {
|
|
6050
|
-
isResponsive: function () {
|
|
6051
|
-
return true;
|
|
6052
|
-
},
|
|
6053
|
-
factory: {
|
|
6054
|
-
createLabel: function (mConfig) {
|
|
6055
|
-
return new sap.m.Label(mConfig);
|
|
6056
|
-
},
|
|
6057
|
-
createInput: function (sId, mConfig) {
|
|
6058
|
-
return new sap.m.InputBase(sId, mConfig);
|
|
6059
|
-
},
|
|
6060
|
-
createSlider: function (sId, mConfig) {
|
|
6061
|
-
return new sap.m.Slider(sId, mConfig);
|
|
6062
|
-
},
|
|
6063
|
-
createRadioButtonGroup: function (mConfig) {
|
|
6064
|
-
return new sap.m.RadioButtonGroup(mConfig);
|
|
6065
|
-
},
|
|
6066
|
-
createRadioButtonItem: function (mConfig) {
|
|
6067
|
-
return new sap.m.RadioButton(mConfig);
|
|
6068
|
-
},
|
|
6069
|
-
createButton: function (sId, mConfig) {
|
|
6070
|
-
return new sap.m.Button(sId, mConfig);
|
|
6071
|
-
}
|
|
6072
|
-
},
|
|
6073
|
-
bFinal: true
|
|
6074
|
-
});
|
|
6075
|
-
|
|
6076
5997
|
//implement table helper factory with m controls
|
|
6077
5998
|
//possible is set before layout lib is loaded.
|
|
6078
5999
|
/**
|
|
@@ -6089,6 +6010,9 @@ sap.ui.define([
|
|
|
6089
6010
|
bFinal: true /* This table helper wins, even when commons helper was set before */
|
|
6090
6011
|
});
|
|
6091
6012
|
|
|
6013
|
+
/**
|
|
6014
|
+
* @deprecated As of version 1.120
|
|
6015
|
+
*/
|
|
6092
6016
|
ObjectPath.set("sap.ui.layout.GridHelper", {
|
|
6093
6017
|
getLibrarySpecificClass: function () {
|
|
6094
6018
|
return "";
|
|
@@ -6096,6 +6020,22 @@ sap.ui.define([
|
|
|
6096
6020
|
bFinal: true
|
|
6097
6021
|
});
|
|
6098
6022
|
|
|
6023
|
+
/**
|
|
6024
|
+
* An object type that represents sap.m.upload.FilterPanel fields properties.
|
|
6025
|
+
* @typedef {object}
|
|
6026
|
+
* @public
|
|
6027
|
+
* @property {string} label field name.
|
|
6028
|
+
* @property {string} path model path.
|
|
6029
|
+
*/
|
|
6030
|
+
thisLib.FilterPanelField = DataType.createType("sap.m.FilterPanelField", {
|
|
6031
|
+
isValid: function (oValue) {
|
|
6032
|
+
var aValueKeys = Object.keys(oValue);
|
|
6033
|
+
return ["label", "path"].every(function (sKey) {
|
|
6034
|
+
return aValueKeys.indexOf(sKey) !== -1;
|
|
6035
|
+
});
|
|
6036
|
+
}
|
|
6037
|
+
}, "object");
|
|
6038
|
+
|
|
6099
6039
|
/* Android browsers do not scroll a focused input into the view correctly after resize */
|
|
6100
6040
|
if (Device.os.android) {
|
|
6101
6041
|
jQuery(window).on("resize", function(){
|
|
@@ -754,19 +754,19 @@ UPLOAD_SET_TYPE_FILE_NAME=Please enter a file name.
|
|
|
754
754
|
UPLOAD_SET_FILE_NAME_EXISTS=File name already exists.
|
|
755
755
|
|
|
756
756
|
#XBUT: Text for 'Remove' button in the upload set item
|
|
757
|
-
UPLOAD_SET_DELETE_BUTTON_TEXT=
|
|
757
|
+
UPLOAD_SET_DELETE_BUTTON_TEXT=Delete
|
|
758
758
|
|
|
759
759
|
#XBUT: Text for 'Terminate' button in the upload set item
|
|
760
760
|
UPLOAD_SET_TERMINATE_BUTTON_TEXT=Terminate
|
|
761
761
|
|
|
762
762
|
#XMSG: Message text for removing a file in the upload set without a file name
|
|
763
|
-
UPLOAD_SET_DELETE_WITHOUT_FILE_NAME_TEXT=Are you sure you want to
|
|
763
|
+
UPLOAD_SET_DELETE_WITHOUT_FILE_NAME_TEXT=Are you sure you want to delete the file?
|
|
764
764
|
|
|
765
765
|
#XMSG: Message text for removing a file in the upload set
|
|
766
|
-
UPLOAD_SET_DELETE_TEXT=Are you sure you want to
|
|
766
|
+
UPLOAD_SET_DELETE_TEXT=Are you sure you want to delete ''{0}''?
|
|
767
767
|
|
|
768
768
|
#XMSG: Message title for removing a file in the upload set
|
|
769
|
-
UPLOAD_SET_DELETE_TITLE=
|
|
769
|
+
UPLOAD_SET_DELETE_TITLE=Delete File
|
|
770
770
|
|
|
771
771
|
#XTIT: Message title for a popup to terminate a file uploading in the upload set
|
|
772
772
|
UPLOAD_SET_TERMINATE_TITLE=Terminate Upload
|
|
@@ -824,8 +824,6 @@ UPLOADSET_WITH_TABLE_DIRECTORY_RESTRICTED=You can only drag and drop files here.
|
|
|
824
824
|
#XMSG: Message text informing that only directories can be dropped if files are dropped
|
|
825
825
|
UPLOADSET_WITH_TABLE_DROP_DIRECTORY_ALLOWED=You can only drag and drop directories here.
|
|
826
826
|
|
|
827
|
-
|
|
828
|
-
|
|
829
827
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_INPUT_LABEL=Document Name:
|
|
830
828
|
|
|
831
829
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_DIALOG_TEXT=Rename Document
|
|
@@ -834,6 +832,37 @@ UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_APPLY_BUTTON_TEXT=Apply
|
|
|
834
832
|
|
|
835
833
|
UPLOADSET_WITH_TABLE_CANCELBUTTON_TEXT=Cancel
|
|
836
834
|
|
|
835
|
+
# XTIT: Title of the Filter personalization list
|
|
836
|
+
p13n.DEFAULT_TITLE_FILTER=Filter
|
|
837
|
+
|
|
838
|
+
# XLST: Title for filter operator
|
|
839
|
+
p13n.FILTER_OPERATOR_CONTAINS=contains
|
|
840
|
+
# XLST: Title for filter operator
|
|
841
|
+
p13n.FILTER_OPERATOR_NOT_CONTAINS=not contains
|
|
842
|
+
# XLST: Title for filter operator
|
|
843
|
+
p13n.FILTER_OPERATOR_EQ=equal to
|
|
844
|
+
# XLST: Title for filter operator
|
|
845
|
+
p13n.FILTER_OPERATOR_GE=greater or equal to
|
|
846
|
+
# XLST: Title for filter operator
|
|
847
|
+
p13n.FILTER_OPERATOR_GT=greater than
|
|
848
|
+
# XLST: Title for filter operator
|
|
849
|
+
p13n.FILTER_OPERATOR_LE=less or equal to
|
|
850
|
+
# XLST: Title for filter operator
|
|
851
|
+
p13n.FILTER_OPERATOR_LT=less than
|
|
852
|
+
# XLST: Title for filter operator
|
|
853
|
+
p13n.FILTER_OPERATOR_NE=not equal to
|
|
854
|
+
# XLST: Title for filter operator
|
|
855
|
+
p13n.FILTER_OPERATOR_STARTSWITH=starts with
|
|
856
|
+
# XLST: Title for filter operator
|
|
857
|
+
p13n.FILTER_OPERATOR_ENDSWITH=ends with
|
|
858
|
+
# XLST: Title for filter operator
|
|
859
|
+
p13n.FILTER_OPERATOR_NOTSTARTSWITH=not starts with
|
|
860
|
+
# XLST: Title for filter operator
|
|
861
|
+
p13n.FILTER_OPERATOR_NOTENDSWITH=not ends with
|
|
862
|
+
|
|
863
|
+
# XBUT: Label for button to add new filter criteria
|
|
864
|
+
p13n.ADD_FILTER_CRITERIA=Add
|
|
865
|
+
|
|
837
866
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_DISCARD_POPUP_CHANGES_TEXT=You`ve made changes to this object, what would you like to do?
|
|
838
867
|
|
|
839
868
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_SAVE_BUTTON_TEXT=Save
|
|
@@ -1958,6 +1987,8 @@ GENERICTILE_REMOVEBUTTON_TEXT=Remove
|
|
|
1958
1987
|
#XTOL: Tooltip for More action button in the GenericTile
|
|
1959
1988
|
GENERICTILE_MORE_ACTIONBUTTON_TEXT=More
|
|
1960
1989
|
|
|
1990
|
+
GENERICTILE_LINK_TILE_CONTENT_DESCRIPTION = Press tab to navigate to the links present inside the wide tile
|
|
1991
|
+
|
|
1961
1992
|
#XTXT: Reached maximum number of notifications in NotificationListGroup title
|
|
1962
1993
|
NOTIFICATION_LIST_GROUP_MAX_NOTIFICATIONS_TITLE=There are {0} more notifications
|
|
1963
1994
|
|