@openui5/sap.m 1.120.6 → 1.121.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 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +4 -4
- package/src/sap/m/.library +18 -2
- package/src/sap/m/AccButton.js +1 -1
- package/src/sap/m/ActionListItem.js +1 -1
- package/src/sap/m/ActionSelect.js +11 -11
- package/src/sap/m/ActionSheet.js +12 -8
- package/src/sap/m/ActionSheetRenderer.js +4 -4
- package/src/sap/m/ActionTile.js +7 -1
- package/src/sap/m/ActionTileContent.js +86 -7
- package/src/sap/m/ActionTileContentRenderer.js +4 -41
- package/src/sap/m/AdditionalTextButton.js +1 -1
- package/src/sap/m/App.js +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +6 -6
- package/src/sap/m/Avatar.js +32 -14
- package/src/sap/m/Bar.js +5 -5
- package/src/sap/m/BarRenderer.js +3 -3
- package/src/sap/m/Breadcrumbs.js +12 -4
- package/src/sap/m/BreadcrumbsRenderer.js +1 -1
- package/src/sap/m/BusyDialog.js +19 -33
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/Button.js +8 -8
- package/src/sap/m/ButtonRenderer.js +0 -4
- package/src/sap/m/Carousel.js +53 -25
- package/src/sap/m/CarouselLayout.js +14 -3
- package/src/sap/m/CarouselRenderer.js +4 -4
- package/src/sap/m/CheckBox.js +46 -5
- package/src/sap/m/CheckBoxRenderer.js +10 -3
- package/src/sap/m/ColorPalette.js +4 -2
- package/src/sap/m/ColorPalettePopover.js +5 -3
- package/src/sap/m/ColorPaletteRenderer.js +3 -3
- package/src/sap/m/Column.js +3 -4
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- package/src/sap/m/ColumnListItem.js +59 -20
- package/src/sap/m/ColumnListItemRenderer.js +8 -9
- 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 +6 -6
- package/src/sap/m/ComboBox.js +16 -9
- package/src/sap/m/ComboBoxBase.js +10 -9
- package/src/sap/m/ComboBoxTextField.js +6 -4
- package/src/sap/m/ContentConfig.js +142 -0
- 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 +19 -18
- package/src/sap/m/DatePickerRenderer.js +3 -3
- package/src/sap/m/DateRangeSelection.js +16 -13
- package/src/sap/m/DateRangeSelectionRenderer.js +3 -3
- package/src/sap/m/DateTimeField.js +17 -9
- package/src/sap/m/DateTimeInput.js +6 -4
- package/src/sap/m/DateTimePicker.js +39 -30
- package/src/sap/m/DateTimePickerRenderer.js +4 -2
- package/src/sap/m/Dialog.js +21 -9
- package/src/sap/m/DialogRenderer.js +10 -3
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DraftIndicator.js +5 -5
- package/src/sap/m/DynamicDate.js +5 -3
- package/src/sap/m/DynamicDateFormat.js +7 -6
- package/src/sap/m/DynamicDateOption.js +10 -5
- package/src/sap/m/DynamicDateRange.js +56 -43
- package/src/sap/m/DynamicDateUtil.js +3 -3
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +5 -9
- package/src/sap/m/ExpandableTextRenderer.js +3 -3
- package/src/sap/m/FacetFilter.js +17 -8
- package/src/sap/m/FacetFilterItem.js +1 -1
- package/src/sap/m/FacetFilterList.js +7 -7
- package/src/sap/m/FacetFilterRenderer.js +4 -4
- package/src/sap/m/FeedContent.js +1 -1
- package/src/sap/m/FeedInput.js +1 -1
- package/src/sap/m/FeedListItem.js +4 -4
- package/src/sap/m/FeedListItemAction.js +1 -1
- package/src/sap/m/FeedListItemRenderer.js +3 -3
- package/src/sap/m/Fiori20Adapter.js +9 -9
- package/src/sap/m/FlexBox.js +2 -2
- package/src/sap/m/FlexItemData.js +17 -17
- package/src/sap/m/FormattedText.js +7 -6
- package/src/sap/m/GenericTag.js +1 -1
- package/src/sap/m/GenericTagRenderer.js +5 -5
- package/src/sap/m/GenericTile.js +102 -14
- package/src/sap/m/GenericTileLineModeRenderer.js +3 -3
- package/src/sap/m/GenericTileRenderer.js +3 -3
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GroupHeaderListItemRenderer.js +3 -3
- package/src/sap/m/GrowingEnablement.js +7 -6
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +5 -5
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/IconTabBar.js +4 -4
- package/src/sap/m/IconTabBarDragAndDropUtil.js +5 -5
- package/src/sap/m/IconTabBarSelectList.js +2 -2
- package/src/sap/m/IconTabFilter.js +27 -15
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +4 -4
- package/src/sap/m/IconTabHeader.js +61 -28
- package/src/sap/m/IconTabHeaderRenderer.js +5 -5
- package/src/sap/m/IconTabSeparator.js +7 -7
- package/src/sap/m/IllustratedMessage.js +8 -6
- package/src/sap/m/IllustratedMessageType.js +12 -0
- package/src/sap/m/Illustration.js +4 -4
- package/src/sap/m/IllustrationPool.js +3 -3
- package/src/sap/m/Image.js +6 -3
- package/src/sap/m/ImageContent.js +1 -1
- package/src/sap/m/Input.js +65 -36
- package/src/sap/m/InputBase.js +33 -8
- package/src/sap/m/InputBaseRenderer.js +3 -3
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/InputRenderer.js +5 -6
- package/src/sap/m/Label.js +6 -6
- package/src/sap/m/LightBox.js +4 -4
- package/src/sap/m/LightBoxItem.js +1 -1
- package/src/sap/m/Link.js +30 -6
- package/src/sap/m/LinkRenderer.js +4 -4
- package/src/sap/m/LinkTileContent.js +1 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +43 -24
- package/src/sap/m/ListItemBase.js +7 -6
- package/src/sap/m/ListItemBaseRenderer.js +3 -0
- package/src/sap/m/MaskEnabler.js +8 -6
- package/src/sap/m/MaskInput.js +1 -1
- package/src/sap/m/MaskInputRenderer.js +2 -2
- package/src/sap/m/MaskInputRule.js +1 -1
- package/src/sap/m/Menu.js +19 -17
- package/src/sap/m/MenuButton.js +8 -6
- package/src/sap/m/MenuItem.js +9 -9
- package/src/sap/m/MenuListItem.js +5 -4
- package/src/sap/m/MessageBox.js +5 -3
- package/src/sap/m/MessageItem.js +1 -1
- package/src/sap/m/MessageListItem.js +4 -3
- package/src/sap/m/MessagePage.js +4 -2
- package/src/sap/m/MessagePopover.js +9 -6
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +9 -7
- package/src/sap/m/MessageStripRenderer.js +5 -2
- package/src/sap/m/MessageStripUtilities.js +6 -4
- package/src/sap/m/MessageToast.js +8 -7
- package/src/sap/m/MessageView.js +29 -6
- package/src/sap/m/MessageViewRenderer.js +2 -2
- package/src/sap/m/MultiComboBox.js +36 -17
- package/src/sap/m/MultiComboBoxRenderer.js +4 -4
- package/src/sap/m/MultiEditField.js +4 -4
- package/src/sap/m/MultiInput.js +66 -19
- package/src/sap/m/MultiInputRenderer.js +3 -3
- package/src/sap/m/NavContainer.js +14 -9
- package/src/sap/m/NewsContent.js +1 -1
- package/src/sap/m/NotificationList.js +1 -1
- package/src/sap/m/NotificationListBase.js +4 -4
- package/src/sap/m/NotificationListGroup.js +4 -4
- package/src/sap/m/NotificationListItem.js +4 -4
- package/src/sap/m/NumericContent.js +6 -6
- package/src/sap/m/NumericInput.js +1 -1
- package/src/sap/m/NumericInputRenderer.js +6 -6
- package/src/sap/m/ObjectAttribute.js +7 -6
- package/src/sap/m/ObjectAttributeRenderer.js +3 -3
- package/src/sap/m/ObjectHeader.js +15 -11
- package/src/sap/m/ObjectHeaderRenderer.js +4 -4
- package/src/sap/m/ObjectIdentifier.js +37 -8
- package/src/sap/m/ObjectIdentifierRenderer.js +3 -3
- package/src/sap/m/ObjectListItem.js +4 -4
- package/src/sap/m/ObjectMarker.js +6 -4
- package/src/sap/m/ObjectNumber.js +4 -3
- package/src/sap/m/ObjectNumberRenderer.js +6 -6
- package/src/sap/m/ObjectStatus.js +28 -22
- package/src/sap/m/ObjectStatusRenderer.js +26 -20
- package/src/sap/m/OverflowToolbar.js +2 -2
- package/src/sap/m/OverflowToolbarAssociativePopover.js +3 -3
- package/src/sap/m/OverflowToolbarButton.js +1 -1
- package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
- package/src/sap/m/OverflowToolbarMenuButton.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 +33 -11
- package/src/sap/m/P13nConditionPanel.js +6 -4
- package/src/sap/m/P13nDialog.js +27 -13
- package/src/sap/m/P13nDimMeasureItem.js +1 -1
- package/src/sap/m/P13nDimMeasurePanel.js +18 -12
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +71 -49
- package/src/sap/m/P13nGroupItem.js +1 -1
- package/src/sap/m/P13nGroupPanel.js +5 -4
- 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 +28 -7
- package/src/sap/m/P13nSortItem.js +1 -1
- package/src/sap/m/P13nSortPanel.js +6 -5
- package/src/sap/m/PDFViewer.js +3 -6
- package/src/sap/m/Page.js +4 -8
- package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/m/PagingButton.js +5 -4
- package/src/sap/m/Panel.js +10 -5
- package/src/sap/m/PlanningCalendar.js +160 -109
- package/src/sap/m/PlanningCalendarHeader.js +9 -7
- package/src/sap/m/PlanningCalendarLegend.js +5 -5
- package/src/sap/m/PlanningCalendarRow.js +26 -15
- package/src/sap/m/PlanningCalendarView.js +1 -4
- package/src/sap/m/Popover.js +19 -21
- package/src/sap/m/PopoverRenderer.js +4 -4
- package/src/sap/m/ProgressIndicator.js +15 -13
- package/src/sap/m/ProgressIndicatorRenderer.js +3 -4
- package/src/sap/m/PullToRefresh.js +4 -3
- 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/QuickViewCardRenderer.js +3 -3
- package/src/sap/m/QuickViewGroup.js +1 -1
- package/src/sap/m/QuickViewGroupElement.js +1 -1
- package/src/sap/m/QuickViewPage.js +29 -17
- package/src/sap/m/RadioButton.js +4 -4
- package/src/sap/m/RadioButtonGroup.js +38 -5
- package/src/sap/m/RadioButtonGroupRenderer.js +4 -4
- package/src/sap/m/RadioButtonRenderer.js +3 -3
- package/src/sap/m/RangeSlider.js +9 -7
- package/src/sap/m/RangeSliderRenderer.js +2 -2
- package/src/sap/m/RatingIndicator.js +7 -6
- package/src/sap/m/RatingIndicatorRenderer.js +4 -4
- package/src/sap/m/ResponsivePopover.js +1 -3
- package/src/sap/m/ResponsiveScale.js +1 -1
- package/src/sap/m/ScrollBar.js +3 -3
- package/src/sap/m/ScrollContainer.js +6 -6
- package/src/sap/m/SearchField.js +1 -1
- package/src/sap/m/SegmentedButton.js +7 -5
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +30 -16
- package/src/sap/m/SelectDialog.js +5 -3
- package/src/sap/m/SelectDialogBase.js +6 -6
- package/src/sap/m/SelectList.js +6 -6
- package/src/sap/m/SelectionDetails.js +7 -3
- 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 +4 -4
- package/src/sap/m/ShellRenderer.js +3 -2
- package/src/sap/m/SimpleFixFlex.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +41 -9
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +122 -54
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +22 -20
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +315 -61
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +88 -35
- package/src/sap/m/SinglePlanningCalendarMonthView.js +3 -4
- package/src/sap/m/SinglePlanningCalendarView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWeekView.js +5 -5
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +6 -5
- package/src/sap/m/SlideTile.js +6 -6
- package/src/sap/m/SlideTileRenderer.js +1 -3
- package/src/sap/m/Slider.js +38 -11
- package/src/sap/m/SliderRenderer.js +4 -4
- package/src/sap/m/SliderTooltip.js +4 -4
- package/src/sap/m/SliderTooltipBase.js +1 -1
- package/src/sap/m/SliderTooltipContainer.js +10 -8
- package/src/sap/m/SliderTooltipRenderer.js +3 -3
- package/src/sap/m/SplitApp.js +2 -1
- package/src/sap/m/SplitButton.js +5 -3
- package/src/sap/m/SplitContainer.js +20 -11
- package/src/sap/m/StandardDynamicDateOption.js +16 -12
- package/src/sap/m/StandardListItem.js +4 -3
- package/src/sap/m/StandardListItemRenderer.js +3 -3
- package/src/sap/m/StandardTile.js +1 -1
- package/src/sap/m/StandardTreeItem.js +1 -1
- package/src/sap/m/StepInput.js +6 -4
- package/src/sap/m/Suggest.js +5 -5
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsList.js +9 -7
- package/src/sap/m/SuggestionsListRenderer.js +2 -2
- package/src/sap/m/SuggestionsPopover.js +1 -1
- package/src/sap/m/Switch.js +13 -11
- package/src/sap/m/SwitchRenderer.js +3 -3
- package/src/sap/m/TabContainer.js +9 -6
- package/src/sap/m/TabContainerItem.js +5 -8
- package/src/sap/m/TabStrip.js +23 -12
- package/src/sap/m/TabStripItem.js +7 -10
- package/src/sap/m/TabStripRenderer.js +2 -2
- package/src/sap/m/Table.js +4 -5
- package/src/sap/m/TablePersoController.js +10 -8
- package/src/sap/m/TablePersoDialog.js +19 -16
- package/src/sap/m/TablePersoProvider.js +1 -1
- package/src/sap/m/TableRenderer.js +4 -4
- package/src/sap/m/TableSelectDialog.js +5 -3
- package/src/sap/m/Text.js +36 -39
- package/src/sap/m/TextArea.js +5 -3
- package/src/sap/m/TextRenderer.js +2 -7
- package/src/sap/m/Tile.js +1 -1
- package/src/sap/m/TileAttribute.js +64 -0
- package/src/sap/m/TileAttributeRenderer.js +70 -0
- package/src/sap/m/TileContainer.js +10 -8
- package/src/sap/m/TileContent.js +8 -4
- package/src/sap/m/TileRenderer.js +3 -3
- package/src/sap/m/TimePicker.js +24 -19
- package/src/sap/m/TimePickerClock.js +4 -3
- package/src/sap/m/TimePickerClocks.js +1 -1
- package/src/sap/m/TimePickerInputs.js +1 -1
- package/src/sap/m/TimePickerInternals.js +12 -10
- package/src/sap/m/TimePickerSlider.js +9 -7
- package/src/sap/m/TimePickerSliders.js +17 -13
- package/src/sap/m/TimePickerSlidersRenderer.js +3 -3
- package/src/sap/m/Title.js +5 -4
- package/src/sap/m/TitlePropagationSupport.js +4 -4
- package/src/sap/m/ToggleButton.js +4 -3
- package/src/sap/m/Token.js +6 -6
- package/src/sap/m/Tokenizer.js +16 -10
- package/src/sap/m/Toolbar.js +4 -4
- 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 +4 -2
- package/src/sap/m/TreeItemBase.js +4 -3
- package/src/sap/m/TreeItemBaseRenderer.js +3 -3
- package/src/sap/m/UploadCollection.js +28 -24
- 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 +5 -5
- package/src/sap/m/VariantItem.js +8 -3
- package/src/sap/m/VariantManagement.js +112 -33
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +34 -21
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +9 -2
- package/src/sap/m/VisibleItem.js +1 -1
- package/src/sap/m/WheelSlider.js +4 -3
- package/src/sap/m/WheelSliderContainer.js +1 -1
- package/src/sap/m/WheelSliderContainerRenderer.js +3 -3
- package/src/sap/m/Wizard.js +17 -15
- package/src/sap/m/WizardProgressNavigator.js +18 -2
- package/src/sap/m/WizardProgressNavigatorRenderer.js +9 -5
- package/src/sap/m/WizardRenderer.js +6 -4
- package/src/sap/m/WizardStep.js +9 -11
- package/src/sap/m/changeHandler/AddTableColumn.js +3 -7
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/m/changeHandler/CombineButtons.js +4 -4
- package/src/sap/m/changeHandler/MoveTableColumns.js +3 -2
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
- package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
- package/src/sap/m/delegate/ValueStateMessage.js +3 -3
- package/src/sap/m/designtime/IconTabBar.designtime.js +3 -2
- package/src/sap/m/designtime/Link.designtime.js +4 -4
- package/src/sap/m/designtime/MenuButton.designtime.js +3 -0
- package/src/sap/m/designtime/ObjectIdentifier.designtime.js +0 -4
- package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +91 -91
- package/src/sap/m/flexibility/EngineFlex.js +14 -8
- package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -0
- package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +4 -4
- package/src/sap/m/library.js +181 -59
- package/src/sap/m/messagebundle.properties +113 -90
- package/src/sap/m/messagebundle_ar.properties +16 -10
- package/src/sap/m/messagebundle_bg.properties +19 -13
- package/src/sap/m/messagebundle_ca.properties +16 -10
- package/src/sap/m/messagebundle_cnr.properties +21 -15
- package/src/sap/m/messagebundle_cs.properties +16 -10
- package/src/sap/m/messagebundle_cy.properties +19 -13
- package/src/sap/m/messagebundle_da.properties +14 -8
- package/src/sap/m/messagebundle_de.properties +12 -6
- package/src/sap/m/messagebundle_el.properties +27 -21
- package/src/sap/m/messagebundle_en.properties +1164 -22
- package/src/sap/m/messagebundle_en_GB.properties +23 -17
- package/src/sap/m/messagebundle_en_US_saprigi.properties +34 -22
- package/src/sap/m/messagebundle_es.properties +19 -13
- package/src/sap/m/messagebundle_es_MX.properties +18 -12
- package/src/sap/m/messagebundle_et.properties +14 -8
- package/src/sap/m/messagebundle_fi.properties +21 -15
- package/src/sap/m/messagebundle_fr.properties +15 -9
- package/src/sap/m/messagebundle_fr_CA.properties +11 -5
- package/src/sap/m/messagebundle_hi.properties +24 -18
- package/src/sap/m/messagebundle_hr.properties +15 -9
- package/src/sap/m/messagebundle_hu.properties +20 -14
- package/src/sap/m/messagebundle_id.properties +15 -9
- package/src/sap/m/messagebundle_it.properties +17 -11
- package/src/sap/m/messagebundle_iw.properties +13 -7
- package/src/sap/m/messagebundle_ja.properties +23 -17
- package/src/sap/m/messagebundle_kk.properties +14 -8
- package/src/sap/m/messagebundle_ko.properties +18 -12
- package/src/sap/m/messagebundle_lt.properties +17 -11
- package/src/sap/m/messagebundle_lv.properties +26 -20
- package/src/sap/m/messagebundle_mk.properties +20 -14
- package/src/sap/m/messagebundle_ms.properties +13 -7
- package/src/sap/m/messagebundle_nl.properties +16 -10
- package/src/sap/m/messagebundle_no.properties +15 -9
- package/src/sap/m/messagebundle_pl.properties +16 -10
- package/src/sap/m/messagebundle_pt.properties +16 -10
- package/src/sap/m/messagebundle_pt_PT.properties +13 -7
- package/src/sap/m/messagebundle_ro.properties +13 -7
- package/src/sap/m/messagebundle_ru.properties +15 -9
- package/src/sap/m/messagebundle_sh.properties +21 -15
- package/src/sap/m/messagebundle_sk.properties +13 -7
- package/src/sap/m/messagebundle_sl.properties +14 -8
- package/src/sap/m/messagebundle_sr.properties +21 -15
- package/src/sap/m/messagebundle_sv.properties +15 -9
- package/src/sap/m/messagebundle_th.properties +12 -6
- package/src/sap/m/messagebundle_tr.properties +15 -9
- package/src/sap/m/messagebundle_uk.properties +15 -9
- package/src/sap/m/messagebundle_vi.properties +16 -10
- package/src/sap/m/messagebundle_zh_CN.properties +12 -6
- package/src/sap/m/messagebundle_zh_TW.properties +12 -6
- package/src/sap/m/p13n/.eslintrc.json +19 -0
- package/src/sap/m/p13n/AbstractContainer.js +43 -29
- package/src/sap/m/p13n/AbstractContainerItem.js +8 -8
- package/src/sap/m/p13n/BasePanel.js +123 -76
- package/src/sap/m/p13n/Container.js +80 -50
- package/src/sap/m/p13n/Engine.js +331 -294
- package/src/sap/m/p13n/FilterController.js +335 -0
- package/src/sap/m/p13n/FilterPanel.js +291 -0
- package/src/sap/m/p13n/FlexUtil.js +23 -21
- package/src/sap/m/p13n/GroupController.js +97 -85
- package/src/sap/m/p13n/GroupPanel.js +30 -25
- package/src/sap/m/p13n/MetadataHelper.js +65 -21
- package/src/sap/m/p13n/PersistenceProvider.js +11 -9
- package/src/sap/m/p13n/Popup.js +63 -45
- package/src/sap/m/p13n/QueryPanel.js +117 -93
- package/src/sap/m/p13n/SelectionController.js +302 -237
- package/src/sap/m/p13n/SelectionPanel.js +117 -83
- package/src/sap/m/p13n/SortController.js +100 -89
- package/src/sap/m/p13n/SortPanel.js +46 -31
- package/src/sap/m/p13n/enums/PersistenceMode.js +57 -0
- package/src/sap/m/p13n/{enum → enums}/ProcessingStrategy.js +10 -8
- package/src/sap/m/p13n/handler/xConfigHandler.js +175 -161
- package/src/sap/m/p13n/modification/FlexModificationHandler.js +151 -133
- package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +28 -28
- package/src/sap/m/p13n/modification/ModificationHandler.js +15 -15
- package/src/sap/m/p13n/modules/AdaptationProvider.js +7 -7
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +20 -18
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +7 -7
- package/src/sap/m/p13n/modules/UIManager.js +119 -117
- package/src/sap/m/p13n/modules/xConfigAPI.js +74 -68
- package/src/sap/m/plugins/CellSelector.js +142 -26
- package/src/sap/m/plugins/ColumnResizer.js +12 -17
- package/src/sap/m/plugins/ContextMenuSetting.js +155 -0
- package/src/sap/m/plugins/CopyProvider.js +170 -110
- package/src/sap/m/plugins/DataStateIndicator.js +9 -6
- package/src/sap/m/plugins/PasteProvider.js +18 -10
- package/src/sap/m/plugins/PluginBase.js +39 -15
- 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 +3 -3
- 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 +3 -3
- package/src/sap/m/semantic/MessagesIndicator.js +1 -1
- package/src/sap/m/semantic/MultiSelectAction.js +3 -3
- 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 +7 -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 +4 -2
- 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 +6 -12
- 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 +2 -3
- package/src/sap/m/table/Util.js +67 -40
- 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 +5 -5
- package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
- package/src/sap/m/table/columnmenu/Menu.js +14 -21
- 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 +7 -5
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSort.js +6 -4
- package/src/sap/m/table/columnmenu/QuickSortItem.js +6 -4
- package/src/sap/m/table/columnmenu/QuickTotal.js +7 -5
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
- package/src/sap/m/themes/base/ActionSheet.less +10 -3
- package/src/sap/m/themes/base/ActionTile.less +7 -4
- package/src/sap/m/themes/base/Carousel.less +1 -1
- package/src/sap/m/themes/base/ContextMenuSetting.less +3 -0
- package/src/sap/m/themes/base/IconTabBar.less +2 -2
- package/src/sap/m/themes/base/Label.less +2 -1
- package/src/sap/m/themes/base/Link.less +1 -1
- package/src/sap/m/themes/base/ListItemBase.less +1 -1
- package/src/sap/m/themes/base/MenuButton.less +2 -2
- package/src/sap/m/themes/base/MessageView.less +6 -0
- package/src/sap/m/themes/base/MultiComboBox.less +7 -4
- package/src/sap/m/themes/base/NumericContent.less +2 -2
- package/src/sap/m/themes/base/ObjectListItem.less +1 -1
- package/src/sap/m/themes/base/ObjectNumber.less +4 -4
- package/src/sap/m/themes/base/ObjectStatus.less +263 -160
- package/src/sap/m/themes/base/Panel.less +18 -4
- package/src/sap/m/themes/base/Popover.less +5 -0
- package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +21 -0
- package/src/sap/m/themes/base/StandardListItem.less +1 -1
- package/src/sap/m/themes/base/SuggestionItem.less +6 -0
- package/src/sap/m/themes/base/Table.less +0 -5
- package/src/sap/m/themes/base/TablePersoDialog.less +4 -2
- package/src/sap/m/themes/base/Text.less +2 -1
- package/src/sap/m/themes/base/UploadCollection.less +2 -2
- package/src/sap/m/themes/base/UploadSet.less +55 -0
- package/src/sap/m/themes/base/VariantManagement.less +2 -1
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NewMail.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SignOut.svg +24 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NewMail.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-SignOut.svg +12 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NewMail.svg +59 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SignOut.svg +113 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NewMail.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SignOut.svg +23 -0
- package/src/sap/m/themes/base/library.source.less +2 -1
- package/src/sap/m/upload/ActionsPlaceholder.js +1 -1
- package/src/sap/m/upload/Column.js +1 -1
- package/src/sap/m/upload/FilePreviewDialog.js +5 -5
- package/src/sap/m/upload/FilterPanel.js +5 -3
- package/src/sap/m/upload/UploadSet.js +122 -61
- package/src/sap/m/upload/UploadSetItem.js +31 -7
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
- package/src/sap/m/upload/UploadSetwithTable.js +7 -6
- package/src/sap/m/upload/UploadSetwithTableItem.js +5 -5
- package/src/sap/m/upload/UploaderTableItem.js +1 -1
- package/src/sap/m/upload/p13n/PersManager.js +4 -2
- package/src/sap/m/upload/p13n/mediator/BaseMediator.js +1 -1
- package/src/sap/m/upload/p13n/mediator/ColumnsMediator.js +5 -4
- package/src/sap/m/upload/p13n/mediator/FilterMediator.js +5 -2
- package/src/sap/m/upload/p13n/mediator/GroupMediator.js +5 -4
- package/src/sap/m/upload/p13n/mediator/SortMediator.js +5 -4
- package/src/sap/m/upload/p13n/modules/PersPopupManager.js +3 -3
- package/LICENSES/BSD-2-Clause.txt +0 -22
- package/src/sap/m/CustomAttribute.js +0 -53
- package/src/sap/m/p13n/enum/PersistenceMode.js +0 -55
|
@@ -5,33 +5,33 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
|
+
'sap/base/i18n/Formatting',
|
|
9
|
+
'sap/base/i18n/Localization',
|
|
10
|
+
'sap/ui/core/Element',
|
|
11
|
+
'sap/ui/core/Theming',
|
|
8
12
|
'sap/ui/unified/calendar/CalendarDate',
|
|
9
13
|
'sap/ui/unified/calendar/CalendarUtils',
|
|
10
14
|
'sap/ui/unified/calendar/Month',
|
|
11
|
-
'sap/ui/core/IconPool'
|
|
15
|
+
'sap/ui/core/IconPool',// side effect: required when calling RenderManager#icon
|
|
12
16
|
'./PlanningCalendarLegend',
|
|
13
17
|
'sap/ui/core/InvisibleText',
|
|
14
|
-
'sap/ui/core/Core',
|
|
15
18
|
'sap/ui/unified/library',
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"sap/ui/core/Configuration",
|
|
19
|
-
"sap/ui/core/date/UI5Date"
|
|
20
|
-
],
|
|
19
|
+
'sap/ui/core/date/UI5Date'
|
|
20
|
+
],
|
|
21
21
|
function(
|
|
22
|
+
Formatting,
|
|
23
|
+
Localization,
|
|
24
|
+
Element,
|
|
25
|
+
Theming,
|
|
22
26
|
CalendarDate,
|
|
23
27
|
CalendarUtils,
|
|
24
28
|
Month,
|
|
25
|
-
|
|
29
|
+
_IconPool,
|
|
26
30
|
PlanningCalendarLegend,
|
|
27
31
|
InvisibleText,
|
|
28
|
-
Core,
|
|
29
32
|
unifiedLibrary,
|
|
30
|
-
CalendarDateUtils,
|
|
31
|
-
Locale,
|
|
32
|
-
Configuration,
|
|
33
33
|
UI5Date
|
|
34
|
-
|
|
34
|
+
) {
|
|
35
35
|
"use strict";
|
|
36
36
|
|
|
37
37
|
// shortcut for sap.ui.unified.CalendarDayType
|
|
@@ -109,7 +109,7 @@ sap.ui.define([
|
|
|
109
109
|
aApps = oControl._getAppointmetsForADay(oDay);
|
|
110
110
|
aPreviousWeekApps = oControl._getPreviousAppointmetsForADay(oDay);
|
|
111
111
|
aPreviousWeekAppsPerDay.push(aPreviousWeekApps);
|
|
112
|
-
iMoreCount = oControl.
|
|
112
|
+
iMoreCount = oControl._aMoreCountPerDay[iCellIndex];
|
|
113
113
|
aMoreCountPerCell.push(iMoreCount);
|
|
114
114
|
aAppsPerDay.push(aApps);
|
|
115
115
|
|
|
@@ -140,10 +140,10 @@ sap.ui.define([
|
|
|
140
140
|
|
|
141
141
|
// render appointments which started in previous rows
|
|
142
142
|
if (j === 0) {
|
|
143
|
-
this.renderAppointments(oRm, oControl, aPreviousWeekAppsPerDay[iCellIndex], j, aMoreCountPerCell[iCellIndex], oDensitySizes, i, oDay);
|
|
143
|
+
this.renderAppointments(oRm, oControl, aPreviousWeekAppsPerDay[iCellIndex], j, aMoreCountPerCell[iCellIndex], oDensitySizes, i, oDay, aCells);
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
this.renderAppointments(oRm, oControl, aAppsPerDay[iCellIndex], j, aMoreCountPerCell[iCellIndex], oDensitySizes, i, oDay);
|
|
146
|
+
this.renderAppointments(oRm, oControl, aAppsPerDay[iCellIndex], j, aMoreCountPerCell[iCellIndex], oDensitySizes, i, oDay, aCells);
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
oRm.close("div"); // end appointments
|
|
@@ -170,7 +170,7 @@ sap.ui.define([
|
|
|
170
170
|
}
|
|
171
171
|
oRm.attr("role", "gridcell");
|
|
172
172
|
|
|
173
|
-
if (
|
|
173
|
+
if (oControl._isNonWorkingDay(oDay)) {
|
|
174
174
|
oRm.class("nonWorkingTimeframe");
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -178,7 +178,7 @@ sap.ui.define([
|
|
|
178
178
|
if (aDayTypes && aDayTypes[0]) {
|
|
179
179
|
oType = aDayTypes[0];
|
|
180
180
|
oRm.class("sapUiCalendarSpecialDay" + oType.type);
|
|
181
|
-
sLegendItemType = PlanningCalendarLegend.findLegendItemForItem(
|
|
181
|
+
sLegendItemType = PlanningCalendarLegend.findLegendItemForItem(Element.getElementById(oControl._sLegendId), oType);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
|
|
@@ -233,13 +233,30 @@ sap.ui.define([
|
|
|
233
233
|
oRm.close("div");
|
|
234
234
|
};
|
|
235
235
|
|
|
236
|
-
SinglePlanningCalendarMonthGridRenderer.renderAppointments = function(oRm, oControl, apps, iColumn, iMore, oDensitySizes, iRow, oDay) {
|
|
236
|
+
SinglePlanningCalendarMonthGridRenderer.renderAppointments = function(oRm, oControl, apps, iColumn, iMore, oDensitySizes, iRow, oDay, aDays) {
|
|
237
237
|
var MAX_APPS = oControl._getMaxAppointments(),
|
|
238
|
-
iMaxLvl = iMore ? MAX_APPS - 2 : MAX_APPS - 1
|
|
238
|
+
iMaxLvl = iMore ? MAX_APPS - 2 : MAX_APPS - 1,
|
|
239
|
+
iColumns = oControl._getColumns(),
|
|
240
|
+
iRowEndIndex,
|
|
241
|
+
oApp,
|
|
242
|
+
bRenderDateOutsideRow;
|
|
239
243
|
|
|
240
244
|
for (var i = 0; i < apps.length; i++) {
|
|
241
|
-
|
|
242
|
-
|
|
245
|
+
oApp = apps[i];
|
|
246
|
+
iRowEndIndex = oControl._getRowEndIndex(aDays, aDays.indexOf(oDay), iColumns);
|
|
247
|
+
|
|
248
|
+
if (oApp.level <= iMaxLvl) {
|
|
249
|
+
bRenderDateOutsideRow = oApp._nextDay > iRowEndIndex;
|
|
250
|
+
if (oApp._nextDay === undefined || bRenderDateOutsideRow) {
|
|
251
|
+
continue;
|
|
252
|
+
}
|
|
253
|
+
this.renderAppointment(oRm, oControl, oApp, iColumn, oDensitySizes, iRow, oDay);
|
|
254
|
+
} else if (oApp._overflows) {
|
|
255
|
+
//If it's an overflowing appointment, start from first available level of next day.
|
|
256
|
+
oApp.level = oApp._nextDayLevel;
|
|
257
|
+
if (oApp._nextDay && oApp._nextDayLevel < oControl._getMaxAppointments() - 1) {
|
|
258
|
+
this.renderAppointment(oRm, oControl, oApp, oApp._nextDay, oDensitySizes, iRow, oDay);
|
|
259
|
+
}
|
|
243
260
|
}
|
|
244
261
|
}
|
|
245
262
|
};
|
|
@@ -248,6 +265,7 @@ sap.ui.define([
|
|
|
248
265
|
var oAppointment = app.data,
|
|
249
266
|
iWidth = app.width,
|
|
250
267
|
iLevel = app.level,
|
|
268
|
+
aCells = oControl._getCells(),
|
|
251
269
|
iColumns = oControl._getColumns(),
|
|
252
270
|
sTooltip = oAppointment.getTooltip_AsString(),
|
|
253
271
|
sType = oAppointment.getType(),
|
|
@@ -256,23 +274,58 @@ sap.ui.define([
|
|
|
256
274
|
sText = oAppointment.getText(),
|
|
257
275
|
sIcon = oAppointment.getIcon(),
|
|
258
276
|
sId = oAppointment.getId(),
|
|
277
|
+
oStartDate = oAppointment.getStartDate(),
|
|
278
|
+
oEndDate = oAppointment.getEndDate(),
|
|
279
|
+
bIsFullDay = !oEndDate || oControl._isAllDayAppointment(oStartDate, oEndDate),
|
|
280
|
+
oValue = bIsFullDay ? InvisibleText.getStaticId("sap.ui.unified", "CALENDAR_ALL_DAY_PREFIX") : InvisibleText.getStaticId("sap.ui.unified", "APPOINTMENT"),
|
|
259
281
|
bDraggable = oAppointment.getParent().getEnableAppointmentsDragAndDrop(),
|
|
260
282
|
oToday = oDay && oDay.isSame(CalendarDate.fromLocalJSDate(UI5Date.getInstance())),
|
|
261
283
|
mAccProps = {
|
|
262
284
|
role: "listitem",
|
|
263
285
|
labelledby: {
|
|
264
|
-
value:
|
|
286
|
+
value: oValue,
|
|
265
287
|
append: true
|
|
266
288
|
},
|
|
267
289
|
// Prevents aria-selected from being added on the appointment
|
|
268
290
|
selected: null
|
|
269
291
|
},
|
|
270
|
-
// aAriaLabels = oControl.getAriaLabelledBy(),
|
|
271
292
|
iRight = iColumns - iColumn - iWidth,
|
|
272
|
-
bIsRTL =
|
|
293
|
+
bIsRTL = Localization.getRTL(),
|
|
294
|
+
sThemeName = Theming.getTheme(),
|
|
295
|
+
iAppStartDateIndex = oControl._findStartDateIndex(aCells, app, oControl._iStartDayOffset),
|
|
296
|
+
bFirstRenderedDayIsAfterStart = app._nextDay > iAppStartDateIndex,
|
|
297
|
+
oNextDate = aCells[app._nextDay],
|
|
298
|
+
iAppNextDateColumn = oControl._getDateColumn(aCells, oNextDate, iColumns),
|
|
299
|
+
iAppNextDateRow = oControl._getDateRow(aCells, oNextDate, iColumns),
|
|
300
|
+
bNextDateIsWithinRow = iAppNextDateRow === iRow,
|
|
273
301
|
aClasses,
|
|
274
|
-
|
|
275
|
-
|
|
302
|
+
iBorderThickness,
|
|
303
|
+
iAppEndDateColumn,
|
|
304
|
+
bAppContinuesOutsideCells,
|
|
305
|
+
oEndCalendarDate;
|
|
306
|
+
|
|
307
|
+
if (app._overflows || bNextDateIsWithinRow) {
|
|
308
|
+
|
|
309
|
+
if (!app._partRendered) {
|
|
310
|
+
app._partRendered = true;
|
|
311
|
+
bFirstRenderedDayIsAfterStart = app._nextDay > iAppStartDateIndex;
|
|
312
|
+
iColumn = iAppNextDateColumn;
|
|
313
|
+
iRight = iColumns - iAppNextDateColumn + 1 - iWidth;
|
|
314
|
+
oEndCalendarDate = CalendarDate.fromLocalJSDate(oEndDate);
|
|
315
|
+
iAppEndDateColumn = oControl._getDateColumn(aCells, oEndCalendarDate, iColumns);
|
|
316
|
+
|
|
317
|
+
if (iRight > 0 || bAppContinuesOutsideCells) {
|
|
318
|
+
iRight = iColumns - iAppEndDateColumn - 1;
|
|
319
|
+
|
|
320
|
+
if (iAppEndDateColumn < iColumn || bAppContinuesOutsideCells) {
|
|
321
|
+
iRight = 0;
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
if (app._overflows) {
|
|
327
|
+
iLevel = app.level;
|
|
328
|
+
}
|
|
276
329
|
|
|
277
330
|
if (sThemeName.includes("horizon")){
|
|
278
331
|
if (oToday) {
|
|
@@ -291,14 +344,14 @@ sap.ui.define([
|
|
|
291
344
|
iRight = iRight < 0 ? 0 : iRight;
|
|
292
345
|
|
|
293
346
|
if (sTitle) {
|
|
294
|
-
mAccProps["labelledby"].value = mAccProps["labelledby"].value + " " + sId + "-Title";
|
|
347
|
+
mAccProps["labelledby"].value = mAccProps["labelledby"].value + " " + sId + "-" + iColumn + "_" + iRow + "-Title";
|
|
295
348
|
}
|
|
296
349
|
|
|
297
350
|
// Put start/end information after the title
|
|
298
|
-
mAccProps["labelledby"].value = mAccProps["labelledby"].value + " " + sId + "-Descr";
|
|
351
|
+
mAccProps["labelledby"].value = mAccProps["labelledby"].value + " " + sId + "-" + iColumn + "_" + iRow + "-Descr";
|
|
299
352
|
|
|
300
353
|
if (sText) {
|
|
301
|
-
mAccProps["labelledby"].value = mAccProps["labelledby"].value + " " + sId + "-Text";
|
|
354
|
+
mAccProps["labelledby"].value = mAccProps["labelledby"].value + " " + sId + "-" + iColumn + "_" + iRow + "-Text";
|
|
302
355
|
}
|
|
303
356
|
|
|
304
357
|
if (oAppointment.getTentative()) {
|
|
@@ -327,7 +380,7 @@ sap.ui.define([
|
|
|
327
380
|
oRm.class("sapUiCalendarApp" + sType);
|
|
328
381
|
}
|
|
329
382
|
if (sColor) {
|
|
330
|
-
if (
|
|
383
|
+
if (Localization.getRTL()) {
|
|
331
384
|
oRm.style("border-right-color", sColor);
|
|
332
385
|
} else {
|
|
333
386
|
oRm.style("border-left-color", sColor);
|
|
@@ -365,7 +418,7 @@ sap.ui.define([
|
|
|
365
418
|
|
|
366
419
|
oRm.openEnd(); // div element
|
|
367
420
|
|
|
368
|
-
if (app.hasPrevious < 0) {
|
|
421
|
+
if ((app.hasPrevious < 0 || app._overflows || bFirstRenderedDayIsAfterStart)) {
|
|
369
422
|
aClasses = ["sapUiCalendarAppArrowIconLeft", "sapUiCalendarAppArrowIcon"];
|
|
370
423
|
oRm.icon("sap-icon://arrow-left", aClasses, { title: null, role: "img" });
|
|
371
424
|
}
|
|
@@ -381,7 +434,7 @@ sap.ui.define([
|
|
|
381
434
|
}
|
|
382
435
|
|
|
383
436
|
if (sTitle) {
|
|
384
|
-
oRm.openStart("span", sId + "-Title");
|
|
437
|
+
oRm.openStart("span", sId + "-" + iColumn + "_" + iRow + "-Title");
|
|
385
438
|
oRm.class("sapUiCalendarAppTitle");
|
|
386
439
|
oRm.openEnd(); // span element
|
|
387
440
|
oRm.text(sTitle, true);
|
|
@@ -393,7 +446,7 @@ sap.ui.define([
|
|
|
393
446
|
oRm.icon("sap-icon://arrow-right", aClasses, { title: null, role: "img" });
|
|
394
447
|
}
|
|
395
448
|
|
|
396
|
-
oRm.openStart("span", sId + "-Descr");
|
|
449
|
+
oRm.openStart("span", sId + "-" + iColumn + "_" + iRow + "-Descr");
|
|
397
450
|
oRm.class("sapUiInvisibleText");
|
|
398
451
|
oRm.openEnd(); // span element
|
|
399
452
|
oRm.text(oControl._getAppointmentAnnouncementInfo(oAppointment));
|
|
@@ -409,7 +462,7 @@ sap.ui.define([
|
|
|
409
462
|
var iFirstDayOfWeek = oControl._getFirstDayOfWeek(),
|
|
410
463
|
sId = oControl.getId(),
|
|
411
464
|
sDayId,
|
|
412
|
-
sCalendarType =
|
|
465
|
+
sCalendarType = Formatting.getCalendarType(),
|
|
413
466
|
aWeekDays = oLocaleData.getDaysStandAlone("abbreviated", sCalendarType),
|
|
414
467
|
aWeekDaysWide = oLocaleData.getDaysStandAlone("wide", sCalendarType),
|
|
415
468
|
oStartDate = UI5Date.getInstance(oControl.getStartDate()),
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @extends sap.m.SinglePlanningCalendarView
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.121.0
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
@@ -60,15 +60,14 @@ sap.ui.define([
|
|
|
60
60
|
*/
|
|
61
61
|
SinglePlanningCalendarMonthView.prototype.getScrollEntityCount = function(oStartDate, iOffset) {
|
|
62
62
|
var oNewDate = CalendarDate.fromLocalJSDate(oStartDate),
|
|
63
|
-
iMonth = oStartDate.getMonth() + iOffset
|
|
64
|
-
iSign = iOffset > 0 ? 1 : -1;
|
|
63
|
+
iMonth = oStartDate.getMonth() + iOffset;
|
|
65
64
|
|
|
66
65
|
oNewDate.setMonth(iMonth);
|
|
67
66
|
|
|
68
67
|
// re-adjust if we skipped one month, because it has no such
|
|
69
68
|
// day(31 Jan -> 31 Feb -> 3 March)
|
|
70
69
|
while ((iMonth + 12) % 12 !== oNewDate.getMonth()) {
|
|
71
|
-
oNewDate.setDate(oNewDate.getDate() -
|
|
70
|
+
oNewDate.setDate(oNewDate.getDate() - 1);
|
|
72
71
|
}
|
|
73
72
|
return Math.abs(CalendarUtils._daysBetween(oNewDate, CalendarDate.fromLocalJSDate(oStartDate)));
|
|
74
73
|
};
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
'./library',
|
|
9
9
|
'./SinglePlanningCalendarView',
|
|
10
|
+
"sap/base/i18n/Formatting",
|
|
10
11
|
'sap/ui/core/LocaleData',
|
|
11
12
|
'sap/ui/unified/calendar/CalendarDate',
|
|
12
13
|
'sap/ui/unified/calendar/CalendarUtils',
|
|
13
|
-
'sap/ui/core/Configuration',
|
|
14
14
|
"sap/ui/core/date/CalendarUtils",
|
|
15
15
|
'sap/ui/core/Locale'
|
|
16
16
|
],
|
|
17
|
-
function (library, SinglePlanningCalendarView, LocaleData, CalendarDate, CalendarUtils,
|
|
17
|
+
function (library, SinglePlanningCalendarView, Formatting, LocaleData, CalendarDate, CalendarUtils, CalendarDateUtils, Locale) {
|
|
18
18
|
"use strict";
|
|
19
19
|
|
|
20
20
|
/**
|
|
@@ -31,7 +31,7 @@ function (library, SinglePlanningCalendarView, LocaleData, CalendarDate, Calenda
|
|
|
31
31
|
* @extends sap.m.SinglePlanningCalendarView
|
|
32
32
|
*
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.121.0
|
|
35
35
|
*
|
|
36
36
|
* @constructor
|
|
37
37
|
* @public
|
|
@@ -79,9 +79,9 @@ function (library, SinglePlanningCalendarView, LocaleData, CalendarDate, Calenda
|
|
|
79
79
|
*/
|
|
80
80
|
SinglePlanningCalendarWeekView.prototype.calculateStartDate = function (oStartDate) {
|
|
81
81
|
|
|
82
|
-
var sLocale =
|
|
82
|
+
var sLocale = new Locale(Formatting.getLanguageTag()).toString();
|
|
83
83
|
|
|
84
|
-
var oLocaleData = LocaleData.getInstance(
|
|
84
|
+
var oLocaleData = LocaleData.getInstance(new Locale(Formatting.getLanguageTag())),
|
|
85
85
|
iFirstDayOfWeek = this.getFirstDayOfWeek();
|
|
86
86
|
|
|
87
87
|
if (iFirstDayOfWeek < 0 || iFirstDayOfWeek > 6) {
|
|
@@ -7,12 +7,13 @@
|
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
'./library',
|
|
9
9
|
'./SinglePlanningCalendarView',
|
|
10
|
+
"sap/base/i18n/Formatting",
|
|
11
|
+
"sap/ui/core/Locale",
|
|
10
12
|
'sap/ui/unified/calendar/CalendarDate',
|
|
11
13
|
'sap/ui/unified/calendar/CalendarUtils',
|
|
12
|
-
'sap/ui/core/LocaleData'
|
|
13
|
-
'sap/ui/core/Configuration'
|
|
14
|
+
'sap/ui/core/LocaleData'
|
|
14
15
|
],
|
|
15
|
-
function
|
|
16
|
+
function(library, SinglePlanningCalendarView, Formatting, Locale, CalendarDate, CalendarUtils, LocaleData) {
|
|
16
17
|
"use strict";
|
|
17
18
|
|
|
18
19
|
/**
|
|
@@ -29,7 +30,7 @@ function (library, SinglePlanningCalendarView, CalendarDate, CalendarUtils, Loca
|
|
|
29
30
|
* @extends sap.m.SinglePlanningCalendarView
|
|
30
31
|
*
|
|
31
32
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
33
|
+
* @version 1.121.0
|
|
33
34
|
*
|
|
34
35
|
* @constructor
|
|
35
36
|
* @public
|
|
@@ -96,7 +97,7 @@ function (library, SinglePlanningCalendarView, CalendarDate, CalendarUtils, Loca
|
|
|
96
97
|
* @private
|
|
97
98
|
*/
|
|
98
99
|
SinglePlanningCalendarWorkWeekView.prototype._getFormatSettingsLocaleData = function () {
|
|
99
|
-
return LocaleData.getInstance(
|
|
100
|
+
return LocaleData.getInstance(new Locale(Formatting.getLanguageTag()));
|
|
100
101
|
};
|
|
101
102
|
|
|
102
103
|
return SinglePlanningCalendarWorkWeekView;
|
package/src/sap/m/SlideTile.js
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
'./library',
|
|
9
|
+
"sap/base/i18n/Localization",
|
|
9
10
|
'sap/ui/core/Control',
|
|
10
11
|
'sap/m/GenericTile',
|
|
11
12
|
'sap/ui/core/Icon',
|
|
@@ -13,12 +14,12 @@ sap.ui.define([
|
|
|
13
14
|
"sap/ui/events/KeyCodes",
|
|
14
15
|
"sap/ui/events/PseudoEvents",
|
|
15
16
|
"sap/ui/thirdparty/jquery",
|
|
16
|
-
"sap/ui/core/Configuration",
|
|
17
17
|
"sap/ui/core/InvisibleText",
|
|
18
18
|
"sap/ui/core/Lib"
|
|
19
19
|
],
|
|
20
20
|
function(
|
|
21
21
|
library,
|
|
22
|
+
Localization,
|
|
22
23
|
Control,
|
|
23
24
|
GenericTile,
|
|
24
25
|
Icon,
|
|
@@ -26,7 +27,6 @@ sap.ui.define([
|
|
|
26
27
|
KeyCodes,
|
|
27
28
|
PseudoEvents,
|
|
28
29
|
jQuery,
|
|
29
|
-
Configuration,
|
|
30
30
|
InvisibleText,
|
|
31
31
|
CoreLib
|
|
32
32
|
) {
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @extends sap.ui.core.Control
|
|
46
46
|
*
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.121.0
|
|
49
49
|
* @since 1.34
|
|
50
50
|
*
|
|
51
51
|
* @public
|
|
@@ -93,7 +93,7 @@ sap.ui.define([
|
|
|
93
93
|
/**
|
|
94
94
|
* The set of Generic Tiles to be shown in the control.
|
|
95
95
|
*/
|
|
96
|
-
tiles: {type: "sap.m.GenericTile", multiple: true, singularName: "tile", bindable: "bindable"},
|
|
96
|
+
tiles: {type: "sap.m.GenericTile", defaultClass: GenericTile, multiple: true, singularName: "tile", bindable: "bindable"},
|
|
97
97
|
/**
|
|
98
98
|
* The pause/play icon that is being used to display the pause/play state of the control.
|
|
99
99
|
*/
|
|
@@ -565,7 +565,7 @@ sap.ui.define([
|
|
|
565
565
|
SlideTile.prototype._scrollToTile = function (tileIndex) {
|
|
566
566
|
if (tileIndex >= 0) {
|
|
567
567
|
var oWrapperTo = this.$("wrapper-" + tileIndex);
|
|
568
|
-
var sDir =
|
|
568
|
+
var sDir = Localization.getRTL() ? "right" : "left";
|
|
569
569
|
|
|
570
570
|
this._changeSizeTo(tileIndex);
|
|
571
571
|
oWrapperTo.css(sDir, "0rem");
|
|
@@ -608,7 +608,7 @@ sap.ui.define([
|
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
oWrapperTo = this.$("wrapper-" + this._iCurrentTile);
|
|
611
|
-
sDir =
|
|
611
|
+
sDir = Localization.getRTL() ? "right" : "left";
|
|
612
612
|
|
|
613
613
|
var oCurrentTile = this.getTiles()[this._iCurrentTile];
|
|
614
614
|
if (oCurrentTile && oCurrentTile._isNavigateActionEnabled()) {
|
|
@@ -54,9 +54,7 @@ sap.ui.define(['./library', "sap/base/security/encodeCSS"],
|
|
|
54
54
|
oRm.attr("title", sTooltip);
|
|
55
55
|
}
|
|
56
56
|
iLength = oControl.getTiles().length;
|
|
57
|
-
|
|
58
|
-
oRm.attr("tabindex", "0");
|
|
59
|
-
}
|
|
57
|
+
oRm.attr("tabindex", "0");
|
|
60
58
|
oRm.attr("role", "application");
|
|
61
59
|
oRm.attr("aria-roledescription", oControl._oRb.getText("SLIDETILE"));
|
|
62
60
|
oRm.openEnd();
|
package/src/sap/m/Slider.js
CHANGED
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
|
+
"sap/base/i18n/Localization",
|
|
8
9
|
'sap/ui/core/Control',
|
|
9
10
|
'sap/ui/core/EnabledPropagator',
|
|
10
11
|
'sap/ui/core/InvisibleText',
|
|
12
|
+
"sap/ui/core/Lib",
|
|
11
13
|
'sap/ui/core/library',
|
|
12
14
|
'sap/ui/core/ResizeHandler',
|
|
13
15
|
'sap/base/Log',
|
|
@@ -18,13 +20,14 @@ sap.ui.define([
|
|
|
18
20
|
'./SliderRenderer',
|
|
19
21
|
'./ResponsiveScale',
|
|
20
22
|
"sap/ui/thirdparty/jquery",
|
|
21
|
-
"sap/ui/events/KeyCodes"
|
|
22
|
-
"sap/ui/core/Configuration"
|
|
23
|
+
"sap/ui/events/KeyCodes"
|
|
23
24
|
],
|
|
24
25
|
function(
|
|
26
|
+
Localization,
|
|
25
27
|
Control,
|
|
26
28
|
EnabledPropagator,
|
|
27
29
|
InvisibleText,
|
|
30
|
+
Library,
|
|
28
31
|
coreLibrary,
|
|
29
32
|
ResizeHandler,
|
|
30
33
|
log,
|
|
@@ -35,8 +38,7 @@ function(
|
|
|
35
38
|
SliderRenderer,
|
|
36
39
|
ResponsiveScale,
|
|
37
40
|
jQuery,
|
|
38
|
-
KeyCodes
|
|
39
|
-
Configuration
|
|
41
|
+
KeyCodes
|
|
40
42
|
) {
|
|
41
43
|
"use strict";
|
|
42
44
|
|
|
@@ -94,10 +96,15 @@ function(
|
|
|
94
96
|
* </ul>
|
|
95
97
|
*
|
|
96
98
|
* @extends sap.ui.core.Control
|
|
97
|
-
* @implements sap.ui.core.IFormContent
|
|
99
|
+
* @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent
|
|
100
|
+
*
|
|
101
|
+
* @borrows sap.ui.core.ISemanticFormContent.getFormFormattedValue as #getFormFormattedValue
|
|
102
|
+
* @borrows sap.ui.core.ISemanticFormContent.getFormValueProperty as #getFormValueProperty
|
|
103
|
+
* @borrows sap.ui.core.ISemanticFormContent.getFormObservingProperties as #getFormObservingProperties
|
|
104
|
+
* @borrows sap.ui.core.ISemanticFormContent.getFormRenderAsControl as #getFormRenderAsControl
|
|
98
105
|
*
|
|
99
106
|
* @author SAP SE
|
|
100
|
-
* @version 1.
|
|
107
|
+
* @version 1.121.0
|
|
101
108
|
*
|
|
102
109
|
* @constructor
|
|
103
110
|
* @public
|
|
@@ -107,7 +114,10 @@ function(
|
|
|
107
114
|
var Slider = Control.extend("sap.m.Slider", /** @lends sap.m.Slider.prototype */ {
|
|
108
115
|
metadata: {
|
|
109
116
|
|
|
110
|
-
interfaces: [
|
|
117
|
+
interfaces: [
|
|
118
|
+
"sap.ui.core.IFormContent",
|
|
119
|
+
"sap.ui.core.ISemanticFormContent"
|
|
120
|
+
],
|
|
111
121
|
library: "sap.m",
|
|
112
122
|
properties: {
|
|
113
123
|
|
|
@@ -553,7 +563,7 @@ function(
|
|
|
553
563
|
}
|
|
554
564
|
|
|
555
565
|
// update the position of the handle
|
|
556
|
-
oHandleDomRef.style[
|
|
566
|
+
oHandleDomRef.style[Localization.getRTL() ? "right" : "left"] = sPerValue;
|
|
557
567
|
|
|
558
568
|
// update the position of the advanced tooltip
|
|
559
569
|
if (this.getShowAdvancedTooltip() && oTooltipContainer.getDomRef()) {
|
|
@@ -812,7 +822,7 @@ function(
|
|
|
812
822
|
// resize handler of the slider
|
|
813
823
|
this._parentResizeHandler = null;
|
|
814
824
|
|
|
815
|
-
this._oResourceBundle =
|
|
825
|
+
this._oResourceBundle = Library.getResourceBundleFor("sap.m");
|
|
816
826
|
|
|
817
827
|
// a reference to the SliderTooltipContainer
|
|
818
828
|
this._oTooltipContainer = null;
|
|
@@ -1074,7 +1084,7 @@ function(
|
|
|
1074
1084
|
|
|
1075
1085
|
fNewValue = (((oTouch.pageX - this._fSliderPaddingLeft - this._fSliderOffsetLeft) / this._fSliderWidth) * (this.getMax() - fMin)) + fMin;
|
|
1076
1086
|
|
|
1077
|
-
if (
|
|
1087
|
+
if (Localization.getRTL()) {
|
|
1078
1088
|
fNewValue = this._convertValueToRtlMode(fNewValue);
|
|
1079
1089
|
}
|
|
1080
1090
|
|
|
@@ -1123,7 +1133,7 @@ function(
|
|
|
1123
1133
|
fNewValue = (((iPageX - this._fDiffX - this._fSliderOffsetLeft) / this._fSliderWidth) * (this.getMax() - fMin)) + fMin;
|
|
1124
1134
|
|
|
1125
1135
|
// RTL mirror
|
|
1126
|
-
if (
|
|
1136
|
+
if (Localization.getRTL()) {
|
|
1127
1137
|
fNewValue = this._convertValueToRtlMode(fNewValue);
|
|
1128
1138
|
}
|
|
1129
1139
|
|
|
@@ -1615,5 +1625,22 @@ function(
|
|
|
1615
1625
|
return this;
|
|
1616
1626
|
};
|
|
1617
1627
|
|
|
1628
|
+
// support for SemanticFormElement
|
|
1629
|
+
Slider.prototype.getFormFormattedValue = function() {
|
|
1630
|
+
return this.getValue();
|
|
1631
|
+
};
|
|
1632
|
+
|
|
1633
|
+
Slider.prototype.getFormValueProperty = function () {
|
|
1634
|
+
return "value";
|
|
1635
|
+
};
|
|
1636
|
+
|
|
1637
|
+
Slider.prototype.getFormObservingProperties = function() {
|
|
1638
|
+
return ["value"];
|
|
1639
|
+
};
|
|
1640
|
+
|
|
1641
|
+
Slider.prototype.getFormRenderAsControl = function () {
|
|
1642
|
+
return false;
|
|
1643
|
+
};
|
|
1644
|
+
|
|
1618
1645
|
return Slider;
|
|
1619
1646
|
});
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
sap.ui.define(['./SliderUtilities', "sap/
|
|
8
|
-
function(SliderUtilities,
|
|
7
|
+
sap.ui.define(['./SliderUtilities', "sap/base/i18n/Localization", "sap/ui/core/InvisibleText"],
|
|
8
|
+
function(SliderUtilities, Localization, InvisibleText) {
|
|
9
9
|
"use strict";
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -118,7 +118,7 @@ sap.ui.define(['./SliderUtilities', "sap/ui/core/InvisibleText", "sap/ui/core/Co
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
this.addHandleClass(oRm, oSlider);
|
|
121
|
-
oRm.style(
|
|
121
|
+
oRm.style(Localization.getRTL() ? "right" : "left", oSlider._sProgressValue);
|
|
122
122
|
this.writeAccessibilityState(oRm, oSlider, mOptions);
|
|
123
123
|
|
|
124
124
|
|
|
@@ -245,7 +245,7 @@ sap.ui.define(['./SliderUtilities', "sap/ui/core/InvisibleText", "sap/ui/core/Co
|
|
|
245
245
|
|
|
246
246
|
SliderRenderer.renderTickmarksLabel = function (oRm, oSlider, fValue) {
|
|
247
247
|
var fOffset = oSlider._getPercentOfValue(fValue);
|
|
248
|
-
var sLeftOrRightPosition =
|
|
248
|
+
var sLeftOrRightPosition = Localization.getRTL() ? "right" : "left";
|
|
249
249
|
var sValue;
|
|
250
250
|
fValue = oSlider.toFixed(fValue, oSlider.getDecimalPrecisionOfNumber(oSlider.getStep()));
|
|
251
251
|
|
|
@@ -8,8 +8,8 @@ sap.ui.define([
|
|
|
8
8
|
'./library',
|
|
9
9
|
'./SliderUtilities',
|
|
10
10
|
'./SliderTooltipBase',
|
|
11
|
+
"sap/ui/core/Lib",
|
|
11
12
|
'sap/ui/core/library',
|
|
12
|
-
'sap/ui/core/Core',
|
|
13
13
|
'./delegate/ValueStateMessage',
|
|
14
14
|
'sap/ui/core/ValueStateSupport',
|
|
15
15
|
"sap/ui/core/InvisibleMessage",
|
|
@@ -19,8 +19,8 @@ function(
|
|
|
19
19
|
Library,
|
|
20
20
|
SliderUtilities,
|
|
21
21
|
SliderTooltipBase,
|
|
22
|
+
Library1,
|
|
22
23
|
coreLibrary,
|
|
23
|
-
Core,
|
|
24
24
|
ValueStateMessage,
|
|
25
25
|
ValueStateSupport,
|
|
26
26
|
InvisibleMessage,
|
|
@@ -42,7 +42,7 @@ function(
|
|
|
42
42
|
* @extends sap.m.SliderTooltipBase
|
|
43
43
|
*
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.121.0
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @private
|
|
@@ -214,7 +214,7 @@ function(
|
|
|
214
214
|
return;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
var oRB =
|
|
217
|
+
var oRB = Library1.getResourceBundleFor("sap.m"),
|
|
218
218
|
sValueStateTypeText, sInvisibleMessageAnnounce;
|
|
219
219
|
|
|
220
220
|
sValueStateTypeText = oRB.getText("INPUTBASE_VALUE_STATE_" + sValueStateType.toUpperCase());
|