@openui5/sap.ui.webc.main 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 +3 -3
- package/src/sap/ui/webc/main/.library +2 -2
- package/src/sap/ui/webc/main/Avatar.js +42 -3
- package/src/sap/ui/webc/main/AvatarGroup.js +6 -4
- package/src/sap/ui/webc/main/Badge.js +2 -2
- package/src/sap/ui/webc/main/Breadcrumbs.js +1 -1
- package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -1
- package/src/sap/ui/webc/main/BusyIndicator.js +1 -12
- package/src/sap/ui/webc/main/Button.js +10 -23
- package/src/sap/ui/webc/main/Calendar.js +1 -1
- package/src/sap/ui/webc/main/CalendarDate.js +1 -1
- package/src/sap/ui/webc/main/Card.js +1 -1
- package/src/sap/ui/webc/main/CardHeader.js +1 -1
- package/src/sap/ui/webc/main/Carousel.js +4 -6
- package/src/sap/ui/webc/main/CheckBox.js +4 -9
- package/src/sap/ui/webc/main/ColorPalette.js +1 -1
- package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
- package/src/sap/ui/webc/main/ColorPalettePopover.js +2 -10
- package/src/sap/ui/webc/main/ColorPicker.js +1 -1
- package/src/sap/ui/webc/main/ComboBox.js +5 -13
- package/src/sap/ui/webc/main/ComboBoxGroupItem.js +1 -1
- package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/CustomListItem.js +30 -1
- package/src/sap/ui/webc/main/DatePicker.js +4 -13
- package/src/sap/ui/webc/main/DateRangePicker.js +4 -13
- package/src/sap/ui/webc/main/DateTimePicker.js +4 -13
- package/src/sap/ui/webc/main/Dialog.js +9 -12
- package/src/sap/ui/webc/main/FileUploader.js +7 -14
- package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
- package/src/sap/ui/webc/main/Icon.js +1 -1
- package/src/sap/ui/webc/main/Input.js +4 -13
- package/src/sap/ui/webc/main/Label.js +3 -6
- package/src/sap/ui/webc/main/Link.js +3 -6
- package/src/sap/ui/webc/main/List.js +1 -1
- package/src/sap/ui/webc/main/Menu.js +3 -2
- package/src/sap/ui/webc/main/MenuItem.js +1 -1
- package/src/sap/ui/webc/main/MessageStrip.js +2 -4
- package/src/sap/ui/webc/main/MultiComboBox.js +3 -9
- package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +1 -1
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +3 -12
- package/src/sap/ui/webc/main/Option.js +1 -1
- package/src/sap/ui/webc/main/Panel.js +9 -1
- package/src/sap/ui/webc/main/Popover.js +5 -34
- package/src/sap/ui/webc/main/ProgressIndicator.js +9 -1
- package/src/sap/ui/webc/main/RadioButton.js +5 -19
- package/src/sap/ui/webc/main/RangeSlider.js +1 -1
- package/src/sap/ui/webc/main/RatingIndicator.js +24 -1
- package/src/sap/ui/webc/main/ResponsivePopover.js +5 -34
- package/src/sap/ui/webc/main/SegmentedButton.js +2 -9
- package/src/sap/ui/webc/main/SegmentedButtonItem.js +10 -1
- package/src/sap/ui/webc/main/Select.js +65 -4
- package/src/sap/ui/webc/main/SelectMenu.js +65 -0
- package/src/sap/ui/webc/main/SelectMenuOption.js +80 -0
- package/src/sap/ui/webc/main/Slider.js +1 -1
- package/src/sap/ui/webc/main/SplitButton.js +1 -15
- package/src/sap/ui/webc/main/StandardListItem.js +23 -1
- package/src/sap/ui/webc/main/StepInput.js +4 -13
- package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -1
- package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
- package/src/sap/ui/webc/main/Switch.js +25 -3
- package/src/sap/ui/webc/main/Tab.js +1 -1
- package/src/sap/ui/webc/main/TabContainer.js +1 -29
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +2 -9
- package/src/sap/ui/webc/main/TableCell.js +1 -1
- package/src/sap/ui/webc/main/TableColumn.js +1 -1
- package/src/sap/ui/webc/main/TableGroupRow.js +1 -1
- package/src/sap/ui/webc/main/TableRow.js +1 -1
- package/src/sap/ui/webc/main/TextArea.js +5 -12
- package/src/sap/ui/webc/main/TimePicker.js +18 -14
- package/src/sap/ui/webc/main/Title.js +3 -6
- package/src/sap/ui/webc/main/Toast.js +1 -13
- package/src/sap/ui/webc/main/ToggleButton.js +10 -23
- package/src/sap/ui/webc/main/Token.js +1 -1
- package/src/sap/ui/webc/main/Toolbar.js +103 -0
- package/src/sap/ui/webc/main/ToolbarButton.js +192 -0
- package/src/sap/ui/webc/main/ToolbarSelect.js +166 -0
- package/src/sap/ui/webc/main/ToolbarSelectOption.js +71 -0
- package/src/sap/ui/webc/main/ToolbarSeparator.js +50 -0
- package/src/sap/ui/webc/main/ToolbarSpacer.js +67 -0
- package/src/sap/ui/webc/main/Tree.js +1 -1
- package/src/sap/ui/webc/main/TreeItem.js +17 -1
- package/src/sap/ui/webc/main/TreeItemCustom.js +17 -1
- package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_mk.properties +94 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +3 -3
- package/src/sap/ui/webc/main/library.js +130 -2
- package/src/sap/ui/webc/main/thirdparty/Avatar.js +40 -12
- package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +8 -2
- package/src/sap/ui/webc/main/thirdparty/Badge.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Button.js +28 -3
- package/src/sap/ui/webc/main/thirdparty/Calendar.js +15 -8
- package/src/sap/ui/webc/main/thirdparty/CalendarHeader.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/CalendarPart.js +3 -2
- package/src/sap/ui/webc/main/thirdparty/Card.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/CardHeader.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Carousel.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/CheckBox.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPaletteItem.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +12 -4
- package/src/sap/ui/webc/main/thirdparty/CustomListItem.js +17 -0
- package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +16 -8
- package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +7 -4
- package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +9 -2
- package/src/sap/ui/webc/main/thirdparty/DayPicker.js +18 -10
- package/src/sap/ui/webc/main/thirdparty/Dialog.js +9 -0
- package/src/sap/ui/webc/main/thirdparty/FileUploader.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/GroupHeaderListItem.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Icon.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Input.js +13 -11
- package/src/sap/ui/webc/main/thirdparty/Interfaces.js +29 -2
- package/src/sap/ui/webc/main/thirdparty/Label.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Link.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/List.js +14 -3
- package/src/sap/ui/webc/main/thirdparty/ListItem.js +11 -1
- package/src/sap/ui/webc/main/thirdparty/ListItemBase.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Menu.js +64 -14
- package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/MonthPicker.js +10 -4
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +125 -22
- package/src/sap/ui/webc/main/thirdparty/MultiInput.js +26 -3
- package/src/sap/ui/webc/main/thirdparty/Option.js +8 -11
- package/src/sap/ui/webc/main/thirdparty/Panel.js +9 -0
- package/src/sap/ui/webc/main/thirdparty/Popup.js +7 -12
- package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/RadioButton.js +26 -5
- package/src/sap/ui/webc/main/thirdparty/RadioButtonGroup.js +13 -3
- package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +16 -1
- package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +7 -48
- package/src/sap/ui/webc/main/thirdparty/Select.js +207 -32
- package/src/sap/ui/webc/main/thirdparty/SelectMenu.js +248 -0
- package/src/sap/ui/webc/main/thirdparty/SelectMenuOption.js +100 -0
- package/src/sap/ui/webc/main/thirdparty/Slider.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +3 -1
- package/src/sap/ui/webc/main/thirdparty/SplitButton.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/StandardListItem.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/StepInput.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Switch.js +31 -3
- package/src/sap/ui/webc/main/thirdparty/Tab.js +11 -0
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +10 -9
- package/src/sap/ui/webc/main/thirdparty/TabSeparator.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/Table.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TableCell.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TableColumn.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TableRow.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/TextArea.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/TimePicker.js +23 -17
- package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +159 -49
- package/src/sap/ui/webc/main/thirdparty/TimePickerClock.js +628 -0
- package/src/sap/ui/webc/main/thirdparty/TimePickerInternals.js +383 -0
- package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TimeSelectionClocks.js +420 -0
- package/src/sap/ui/webc/main/thirdparty/TimeSelectionInputs.js +326 -0
- package/src/sap/ui/webc/main/thirdparty/Title.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Toast.js +58 -3
- package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ToggleSpinButton.js +72 -0
- package/src/sap/ui/webc/main/thirdparty/Token.js +20 -5
- package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +84 -28
- package/src/sap/ui/webc/main/thirdparty/Toolbar.js +454 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarButton.js +116 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarItem.js +115 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarRegistry.js +34 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSelect.js +166 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSelectOption.js +50 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSeparator.js +62 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSpacer.js +72 -0
- package/src/sap/ui/webc/main/thirdparty/Tree.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TreeItem.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TreeItemBase.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/TreeItemCustom.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/WheelSlider.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/YearPicker.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/AvatarGroup.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Card.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/CustomListItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePickerPopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/FileUploader.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/GroupHeaderListItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Icon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Menu.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBoxPopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Popover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ProgressIndicator.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/RangeSlider.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/SelectMenu.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/SelectMenuOption.css +0 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/SplitButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabSemanticIcon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabSeparatorInOverflow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableCell.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableRow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +2 -2
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePickerClock.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelectionClocks.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelectionInputs.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Toast.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TokenizerPopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Toolbar.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToolbarButtonPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToolbarPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TreeItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/WheelSlider.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/features/InputElementsFormSupport.js +21 -9
- package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +17 -7
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_nl.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +47 -2
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/LinkTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectMenuTemplate.lit.js +45 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TableRowTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerClockTemplate.lit.js +33 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionClocksTemplate.lit.js +30 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionInputsTemplate.lit.js +27 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleSpinButtonTemplate.lit.js +21 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerPopoverTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarButtonTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverButtonTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverSelectTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSelectTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSeparatorTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSpacerTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemBaseTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemCustomTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BreadcrumbsPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BrowserScrollbar.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteStaticArea.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBoxPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePickerPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateRangePicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/FileUploader.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/FormComponents.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Icon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Label.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Menu.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBoxPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Popup.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupGlobal.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupStaticAreaStyles.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ProgressIndicator.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RangeSlider.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectMenu.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectMenuOption.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SplitButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tab.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSemanticIcon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInStrip.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TapHighlightColor.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerClock.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelection.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelectionClocks.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelectionInputs.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Title.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Toast.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TokenizerPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Toolbar.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToolbarButtonPopover.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToolbarPopover.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tree.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/WheelSlider.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/popup-utils/PopoverRegistry.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/types/ButtonType.js +40 -0
- package/src/sap/ui/webc/main/thirdparty/types/ToolbarAlign.js +35 -0
- package/src/sap/ui/webc/main/thirdparty/types/ToolbarItemOverflowBehavior.js +41 -0
- package/ui5.yaml +30 -2
@@ -0,0 +1,166 @@
|
|
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
|
+
// Provides control sap.ui.webc.main.ToolbarSelect.
|
8
|
+
sap.ui.define([
|
9
|
+
"sap/ui/core/webc/WebComponent",
|
10
|
+
"./library",
|
11
|
+
"sap/ui/core/EnabledPropagator",
|
12
|
+
"sap/ui/core/library",
|
13
|
+
"./thirdparty/ToolbarSelect"
|
14
|
+
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
15
|
+
"use strict";
|
16
|
+
|
17
|
+
var CSSSize = coreLibrary.CSSSize;
|
18
|
+
var ValueState = coreLibrary.ValueState;
|
19
|
+
|
20
|
+
/**
|
21
|
+
* Constructor for a new <code>ToolbarSelect</code>.
|
22
|
+
*
|
23
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
24
|
+
* @param {object} [mSettings] Initial settings for the new control
|
25
|
+
*
|
26
|
+
* @extends sap.ui.core.webc.WebComponent
|
27
|
+
* @class
|
28
|
+
*
|
29
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarSelect</code> component is used to create a toolbar drop-down list. The items inside the <code>sap.ui.webc.main.ToolbarSelect</code> define the available options by using the <code>sap.ui.webc.main.ToolbarSelectOption</code> component.
|
30
|
+
*
|
31
|
+
* @author SAP SE
|
32
|
+
* @version 1.120.1
|
33
|
+
*
|
34
|
+
* @constructor
|
35
|
+
* @public
|
36
|
+
* @since 1.120.0
|
37
|
+
* @experimental Since 1.120.0 This control is experimental and its API might change significantly.
|
38
|
+
* @alias sap.ui.webc.main.ToolbarSelect
|
39
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
40
|
+
*/
|
41
|
+
var ToolbarSelect = WebComponent.extend("sap.ui.webc.main.ToolbarSelect", {
|
42
|
+
metadata: {
|
43
|
+
library: "sap.ui.webc.main",
|
44
|
+
tag: "ui5-toolbar-select-ui5",
|
45
|
+
interfaces: [
|
46
|
+
"sap.ui.webc.main.IToolbarItem"
|
47
|
+
],
|
48
|
+
properties: {
|
49
|
+
|
50
|
+
/**
|
51
|
+
* Defines the accessible ARIA name of the component.
|
52
|
+
*/
|
53
|
+
accessibleName: {
|
54
|
+
type: "string",
|
55
|
+
defaultValue: ""
|
56
|
+
},
|
57
|
+
|
58
|
+
/**
|
59
|
+
* Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
|
60
|
+
*/
|
61
|
+
enabled: {
|
62
|
+
type: "boolean",
|
63
|
+
defaultValue: true,
|
64
|
+
mapping: {
|
65
|
+
type: "property",
|
66
|
+
to: "disabled",
|
67
|
+
formatter: "_mapEnabled"
|
68
|
+
}
|
69
|
+
},
|
70
|
+
|
71
|
+
/**
|
72
|
+
* Defines the value state of the component. <br>
|
73
|
+
* <br>
|
74
|
+
*/
|
75
|
+
valueState: {
|
76
|
+
type: "sap.ui.core.ValueState",
|
77
|
+
defaultValue: ValueState.None
|
78
|
+
},
|
79
|
+
|
80
|
+
/**
|
81
|
+
* Defines the width of the select. <br>
|
82
|
+
* <br>
|
83
|
+
*
|
84
|
+
*
|
85
|
+
* <b>Note:</b> all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
86
|
+
*/
|
87
|
+
width: {
|
88
|
+
type: "sap.ui.core.CSSSize",
|
89
|
+
defaultValue: CSSSize.undefined
|
90
|
+
}
|
91
|
+
},
|
92
|
+
defaultAggregation: "options",
|
93
|
+
aggregations: {
|
94
|
+
|
95
|
+
/**
|
96
|
+
* Defines the component options.
|
97
|
+
*
|
98
|
+
* <br>
|
99
|
+
* <br>
|
100
|
+
* <b>Note:</b> Only one selected option is allowed. If more than one option is defined as selected, the last one would be considered as the selected one.
|
101
|
+
*
|
102
|
+
* <br>
|
103
|
+
* <br>
|
104
|
+
* <b>Note:</b> Use the <code>sap.ui.webc.main.ToolbarSelectOption</code> component to define the desired options.
|
105
|
+
*/
|
106
|
+
options: {
|
107
|
+
type: "sap.ui.webc.main.ISelectOption",
|
108
|
+
multiple: true
|
109
|
+
}
|
110
|
+
},
|
111
|
+
associations: {
|
112
|
+
|
113
|
+
/**
|
114
|
+
* Receives id(or many ids) of the controls that label this control.
|
115
|
+
*/
|
116
|
+
ariaLabelledBy: {
|
117
|
+
type: "sap.ui.core.Control",
|
118
|
+
multiple: true,
|
119
|
+
mapping: {
|
120
|
+
type: "property",
|
121
|
+
to: "accessibleNameRef",
|
122
|
+
formatter: "_getAriaLabelledByForRendering"
|
123
|
+
}
|
124
|
+
}
|
125
|
+
},
|
126
|
+
events: {
|
127
|
+
|
128
|
+
/**
|
129
|
+
* Fired when the selected option changes.
|
130
|
+
*/
|
131
|
+
change: {
|
132
|
+
allowPreventDefault: true,
|
133
|
+
parameters: {
|
134
|
+
/**
|
135
|
+
* the selected option.
|
136
|
+
*/
|
137
|
+
selectedOption: {
|
138
|
+
type: "HTMLElement"
|
139
|
+
}
|
140
|
+
}
|
141
|
+
},
|
142
|
+
|
143
|
+
/**
|
144
|
+
* Fired after the component's dropdown menu closes.
|
145
|
+
*/
|
146
|
+
close: {
|
147
|
+
parameters: {}
|
148
|
+
},
|
149
|
+
|
150
|
+
/**
|
151
|
+
* Fired after the component's dropdown menu opens.
|
152
|
+
*/
|
153
|
+
open: {
|
154
|
+
parameters: {}
|
155
|
+
}
|
156
|
+
}
|
157
|
+
}
|
158
|
+
});
|
159
|
+
|
160
|
+
EnabledPropagator.call(ToolbarSelect.prototype);
|
161
|
+
|
162
|
+
/* CUSTOM CODE START */
|
163
|
+
/* CUSTOM CODE END */
|
164
|
+
|
165
|
+
return ToolbarSelect;
|
166
|
+
});
|
@@ -0,0 +1,71 @@
|
|
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
|
+
// Provides control sap.ui.webc.main.ToolbarSelectOption.
|
8
|
+
sap.ui.define([
|
9
|
+
"sap/ui/core/webc/WebComponent",
|
10
|
+
"./library",
|
11
|
+
"./thirdparty/ToolbarSelectOption"
|
12
|
+
], function(WebComponent, library) {
|
13
|
+
"use strict";
|
14
|
+
|
15
|
+
/**
|
16
|
+
* Constructor for a new <code>ToolbarSelectOption</code>.
|
17
|
+
*
|
18
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
19
|
+
* @param {object} [mSettings] Initial settings for the new control
|
20
|
+
*
|
21
|
+
* @extends sap.ui.core.webc.WebComponent
|
22
|
+
* @class
|
23
|
+
*
|
24
|
+
* <h3>Overview</h3>
|
25
|
+
*
|
26
|
+
* The <code>sap.ui.webc.main.ToolbarSelectOption</code> component defines the content of an option in the <code>sap.ui.webc.main.ToolbarSelect</code>.
|
27
|
+
*
|
28
|
+
* @author SAP SE
|
29
|
+
* @version 1.120.1
|
30
|
+
*
|
31
|
+
* @constructor
|
32
|
+
* @public
|
33
|
+
* @since 1.120.0
|
34
|
+
* @experimental Since 1.120.0 This control is experimental and its API might change significantly.
|
35
|
+
* @alias sap.ui.webc.main.ToolbarSelectOption
|
36
|
+
* @implements sap.ui.webc.main.IToolbarSelectOption
|
37
|
+
*/
|
38
|
+
var ToolbarSelectOption = WebComponent.extend("sap.ui.webc.main.ToolbarSelectOption", {
|
39
|
+
metadata: {
|
40
|
+
library: "sap.ui.webc.main",
|
41
|
+
tag: "ui5-toolbar-select-option-ui5",
|
42
|
+
interfaces: [
|
43
|
+
"sap.ui.webc.main.IToolbarSelectOption"
|
44
|
+
],
|
45
|
+
properties: {
|
46
|
+
|
47
|
+
/**
|
48
|
+
* Defines the selected state of the component.
|
49
|
+
*/
|
50
|
+
selected: {
|
51
|
+
type: "boolean",
|
52
|
+
defaultValue: false
|
53
|
+
},
|
54
|
+
|
55
|
+
/**
|
56
|
+
* Defines the content of the control
|
57
|
+
*/
|
58
|
+
text: {
|
59
|
+
type: "string",
|
60
|
+
defaultValue: "",
|
61
|
+
mapping: "textContent"
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
});
|
66
|
+
|
67
|
+
/* CUSTOM CODE START */
|
68
|
+
/* CUSTOM CODE END */
|
69
|
+
|
70
|
+
return ToolbarSelectOption;
|
71
|
+
});
|
@@ -0,0 +1,50 @@
|
|
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
|
+
// Provides control sap.ui.webc.main.ToolbarSeparator.
|
8
|
+
sap.ui.define([
|
9
|
+
"sap/ui/core/webc/WebComponent",
|
10
|
+
"./library",
|
11
|
+
"./thirdparty/ToolbarSeparator"
|
12
|
+
], function(WebComponent, library) {
|
13
|
+
"use strict";
|
14
|
+
|
15
|
+
/**
|
16
|
+
* Constructor for a new <code>ToolbarSeparator</code>.
|
17
|
+
*
|
18
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
19
|
+
* @param {object} [mSettings] Initial settings for the new control
|
20
|
+
*
|
21
|
+
* @extends sap.ui.core.webc.WebComponent
|
22
|
+
* @class
|
23
|
+
*
|
24
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarSeparator</code> is an element, used for visual separation between two elements. It takes no space in calculating toolbar items width.
|
25
|
+
*
|
26
|
+
* @author SAP SE
|
27
|
+
* @version 1.120.1
|
28
|
+
*
|
29
|
+
* @constructor
|
30
|
+
* @public
|
31
|
+
* @since 1.120.0
|
32
|
+
* @experimental Since 1.120.0 This control is experimental and its API might change significantly.
|
33
|
+
* @alias sap.ui.webc.main.ToolbarSeparator
|
34
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
35
|
+
*/
|
36
|
+
var ToolbarSeparator = WebComponent.extend("sap.ui.webc.main.ToolbarSeparator", {
|
37
|
+
metadata: {
|
38
|
+
library: "sap.ui.webc.main",
|
39
|
+
tag: "ui5-toolbar-separator-ui5",
|
40
|
+
interfaces: [
|
41
|
+
"sap.ui.webc.main.IToolbarItem"
|
42
|
+
]
|
43
|
+
}
|
44
|
+
});
|
45
|
+
|
46
|
+
/* CUSTOM CODE START */
|
47
|
+
/* CUSTOM CODE END */
|
48
|
+
|
49
|
+
return ToolbarSeparator;
|
50
|
+
});
|
@@ -0,0 +1,67 @@
|
|
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
|
+
// Provides control sap.ui.webc.main.ToolbarSpacer.
|
8
|
+
sap.ui.define([
|
9
|
+
"sap/ui/core/webc/WebComponent",
|
10
|
+
"./library",
|
11
|
+
"sap/ui/core/library",
|
12
|
+
"./thirdparty/ToolbarSpacer"
|
13
|
+
], function(WebComponent, library, coreLibrary) {
|
14
|
+
"use strict";
|
15
|
+
|
16
|
+
var CSSSize = coreLibrary.CSSSize;
|
17
|
+
|
18
|
+
/**
|
19
|
+
* Constructor for a new <code>ToolbarSpacer</code>.
|
20
|
+
*
|
21
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
22
|
+
* @param {object} [mSettings] Initial settings for the new control
|
23
|
+
*
|
24
|
+
* @extends sap.ui.core.webc.WebComponent
|
25
|
+
* @class
|
26
|
+
*
|
27
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarSpacer</code> is an element, used for taking needed space for toolbar items to take 100% width. It takes no space in calculating toolbar items width.
|
28
|
+
*
|
29
|
+
* @author SAP SE
|
30
|
+
* @version 1.120.1
|
31
|
+
*
|
32
|
+
* @constructor
|
33
|
+
* @public
|
34
|
+
* @since 1.120.0
|
35
|
+
* @experimental Since 1.120.0 This control is experimental and its API might change significantly.
|
36
|
+
* @alias sap.ui.webc.main.ToolbarSpacer
|
37
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
38
|
+
*/
|
39
|
+
var ToolbarSpacer = WebComponent.extend("sap.ui.webc.main.ToolbarSpacer", {
|
40
|
+
metadata: {
|
41
|
+
library: "sap.ui.webc.main",
|
42
|
+
tag: "ui5-toolbar-spacer-ui5",
|
43
|
+
interfaces: [
|
44
|
+
"sap.ui.webc.main.IToolbarItem"
|
45
|
+
],
|
46
|
+
properties: {
|
47
|
+
|
48
|
+
/**
|
49
|
+
* Defines the width of the spacer. <br>
|
50
|
+
* <br>
|
51
|
+
*
|
52
|
+
*
|
53
|
+
* <b>Note:</b> all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
54
|
+
*/
|
55
|
+
width: {
|
56
|
+
type: "sap.ui.core.CSSSize",
|
57
|
+
defaultValue: CSSSize.undefined
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
});
|
62
|
+
|
63
|
+
/* CUSTOM CODE START */
|
64
|
+
/* CUSTOM CODE END */
|
65
|
+
|
66
|
+
return ToolbarSpacer;
|
67
|
+
});
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
39
39
|
* </ul>
|
40
40
|
*
|
41
41
|
* @author SAP SE
|
42
|
-
* @version 1.
|
42
|
+
* @version 1.120.1
|
43
43
|
*
|
44
44
|
* @constructor
|
45
45
|
* @public
|
@@ -57,6 +57,22 @@ sap.ui.define([
|
|
57
57
|
],
|
58
58
|
properties: {
|
59
59
|
|
60
|
+
/**
|
61
|
+
* An object of strings that defines several additional accessibility attribute values for customization depending on the use case.
|
62
|
+
*
|
63
|
+
* It supports the following fields:
|
64
|
+
*
|
65
|
+
*
|
66
|
+
* <ul>
|
67
|
+
* <li><code>ariaSetsize</code>: Defines the number of items in the current set of listitems or treeitems when not all items in the set are present in the DOM. The value of each <code>aria-setsize</code> is an integer reflecting number of items in the complete set. <b>Note: </b> If the size of the entire set is unknown, set <code>aria-setsize="-1"</code>. </li>
|
68
|
+
* <li><code>ariaPosinset</code>: Defines an element's number or position in the current set of listitems or treeitems when not all items are present in the DOM. The value of each <code>aria-posinset</code> is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known. </li>
|
69
|
+
* </ul>
|
70
|
+
*/
|
71
|
+
accessibilityAttributes: {
|
72
|
+
type: "object",
|
73
|
+
defaultValue: {}
|
74
|
+
},
|
75
|
+
|
60
76
|
/**
|
61
77
|
* Defines the accessible name of the component.
|
62
78
|
*/
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
41
41
|
* </ul>
|
42
42
|
*
|
43
43
|
* @author SAP SE
|
44
|
-
* @version 1.
|
44
|
+
* @version 1.120.1
|
45
45
|
*
|
46
46
|
* @constructor
|
47
47
|
* @public
|
@@ -59,6 +59,22 @@ sap.ui.define([
|
|
59
59
|
],
|
60
60
|
properties: {
|
61
61
|
|
62
|
+
/**
|
63
|
+
* An object of strings that defines several additional accessibility attribute values for customization depending on the use case.
|
64
|
+
*
|
65
|
+
* It supports the following fields:
|
66
|
+
*
|
67
|
+
*
|
68
|
+
* <ul>
|
69
|
+
* <li><code>ariaSetsize</code>: Defines the number of items in the current set of listitems or treeitems when not all items in the set are present in the DOM. The value of each <code>aria-setsize</code> is an integer reflecting number of items in the complete set. <b>Note: </b> If the size of the entire set is unknown, set <code>aria-setsize="-1"</code>. </li>
|
70
|
+
* <li><code>ariaPosinset</code>: Defines an element's number or position in the current set of listitems or treeitems when not all items are present in the DOM. The value of each <code>aria-posinset</code> is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known. </li>
|
71
|
+
* </ul>
|
72
|
+
*/
|
73
|
+
accessibilityAttributes: {
|
74
|
+
type: "object",
|
75
|
+
defaultValue: {}
|
76
|
+
},
|
77
|
+
|
62
78
|
/**
|
63
79
|
* Defines the accessible name of the component.
|
64
80
|
*/
|
@@ -0,0 +1,94 @@
|
|
1
|
+
|
2
|
+
AVATAR_NAME=\u0410\u0432\u0430\u0442\u0430\u0440
|
3
|
+
|
4
|
+
AVATAR_NAME_PLURAL=\u0410\u0432\u0430\u0442\u0430\u0440\u0438
|
5
|
+
|
6
|
+
BADGE_NAME=\u0417\u043D\u0430\u0447\u043A\u0430
|
7
|
+
|
8
|
+
BADGE_NAME_PLURAL=\u0417\u043D\u0430\u0447\u043A\u0438
|
9
|
+
|
10
|
+
BUSYINDICATOR_NAME=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0437\u0430 \u0437\u0430\u0444\u0430\u0442\u0435\u043D\u043E\u0441\u0442
|
11
|
+
|
12
|
+
BUSYINDICATOR_NAME_PLURAL=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0438 \u0437\u0430 \u0437\u0430\u0444\u0430\u0442\u0435\u043D\u043E\u0441\u0442
|
13
|
+
|
14
|
+
CARD_NAME=\u041A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
15
|
+
|
16
|
+
CARD_PLURAL=\u041A\u0430\u0440\u0442\u0438\u0447\u043A\u0438
|
17
|
+
|
18
|
+
CAROUSEL_NAME=\u0412\u0440\u0442\u0435\u043B\u0435\u0448\u043A\u0430
|
19
|
+
|
20
|
+
CAROUSEL_NAME_PLURAL=\u0412\u0440\u0442\u0435\u043B\u0435\u0448\u043A\u0438
|
21
|
+
|
22
|
+
CHECKBOX_NAME=\u041F\u043E\u043B\u0435 \u0437\u0430 \u043E\u0437\u043D\u0430\u0447\u0443\u0432\u0430\u045A\u0435
|
23
|
+
|
24
|
+
CHECKBOX_NAME_PLURAL=\u041F\u043E\u043B\u0438\u045A\u0430 \u0437\u0430 \u043E\u0437\u043D\u0430\u0447\u0443\u0432\u0430\u045A\u0435
|
25
|
+
|
26
|
+
DIALOG_NAME=\u0414\u0438\u0458\u0430\u043B\u043E\u0433
|
27
|
+
|
28
|
+
DIALOG_NAME_PLURAL=\u0414\u0438\u0458\u0430\u043B\u043E\u0437\u0438
|
29
|
+
|
30
|
+
INPUT_NAME=\u0412\u043D\u0435\u0441
|
31
|
+
|
32
|
+
INPUT_NAME_PLURAL=\u0412\u043D\u0435\u0441\u043E\u0432\u0438
|
33
|
+
|
34
|
+
LABEL_NAME=\u0415\u0442\u0438\u043A\u0435\u0442\u0430
|
35
|
+
|
36
|
+
LABEL_PLURAL=\u0415\u0442\u0438\u043A\u0435\u0442\u0438
|
37
|
+
|
38
|
+
MULTIINPUT_NAME=\u041F\u043E\u0432\u0435\u045C\u0435\u043A\u0440\u0430\u0442\u0435\u043D \u0432\u043D\u0435\u0441
|
39
|
+
|
40
|
+
MULTIINPUT_NAME_PLURAL=\u041F\u043E\u0432\u0435\u045C\u0435\u043A\u0440\u0430\u0442\u043D\u0438 \u0432\u043D\u0435\u0441\u043E\u0432\u0438
|
41
|
+
|
42
|
+
LINK_DIALOG_TITLE_CHANGE_TARGET=\u0418\u0437\u0431\u0435\u0440\u0438 \u0446\u0435\u043B \u0438\u043B\u0438 \u0432\u043D\u0435\u0441\u0438 \u0440\u0430\u043C\u043A\u0430
|
43
|
+
|
44
|
+
LINK_DIALOG_CANCEL_BTN=\u041E\u0442\u043A\u0430\u0436\u0438
|
45
|
+
|
46
|
+
LINK_DIALOG_OK_BTN=\u0412\u043E \u0440\u0435\u0434
|
47
|
+
|
48
|
+
LIST_NAME=\u0421\u043F\u0438\u0441\u043E\u043A
|
49
|
+
|
50
|
+
LIST_NAME_PLURAL=\u0421\u043F\u0438\u0441\u043E\u0446\u0438
|
51
|
+
|
52
|
+
PANEL_NAME=\u041F\u0430\u043D\u0435\u043B
|
53
|
+
|
54
|
+
PANEL_NAME_PLURAL=\u041F\u0430\u043D\u0435\u043B\u0438
|
55
|
+
|
56
|
+
POPOVER_NAME=\u0421\u043A\u043E\u043A-\u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446
|
57
|
+
|
58
|
+
POPOVER_NAME_PLURAL=\u0421\u043A\u043E\u043A-\u043F\u0440\u043E\u0437\u043E\u0440\u0446\u0438
|
59
|
+
|
60
|
+
RADIO_BUTTON_NAME=\u0420\u0430\u0434\u0438\u043E\u043A\u043E\u043F\u0447\u0435
|
61
|
+
|
62
|
+
RADIO_BUTTON_NAME_PLURAL=\u0420\u0430\u0434\u0438\u043E\u043A\u043E\u043F\u0447\u0438\u045A\u0430
|
63
|
+
|
64
|
+
RANGESLIDER_NAME=\u041B\u0438\u0437\u0433\u0430\u0447 \u043D\u0430 \u043E\u043F\u0441\u0435\u0433\u043E\u0442
|
65
|
+
|
66
|
+
RANGESLIDER_NAME_PLURAL=\u041B\u0438\u0437\u0433\u0430\u0447\u0438 \u043D\u0430 \u043E\u043F\u0441\u0435\u0433\u043E\u0442
|
67
|
+
|
68
|
+
RATINGINDICATOR_NAME=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0437\u0430 \u043E\u0446\u0435\u043D\u0430
|
69
|
+
|
70
|
+
RATINGINDICATOR_NAME_PLURAL=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0438 \u0437\u0430 \u043E\u0446\u0435\u043D\u0430
|
71
|
+
|
72
|
+
RESPONSIVE_POPOVER_NAME=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u043B\u0438\u0432 \u0441\u043A\u043E\u043A-\u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446
|
73
|
+
|
74
|
+
RESPONSIVE_POPOVER_NAME_PLURAL=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u043B\u0438\u0432\u0438 \u0441\u043A\u043E\u043A-\u043F\u0440\u043E\u0437\u043E\u0440\u0446\u0438
|
75
|
+
|
76
|
+
SLIDER_NAME=\u041B\u0438\u0437\u0433\u0430\u0447
|
77
|
+
|
78
|
+
SLIDER_NAME_PLURAL=\u041B\u0438\u0437\u0433\u0430\u0447\u0438
|
79
|
+
|
80
|
+
TAB_NAME=\u041A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
81
|
+
|
82
|
+
TAB_NAME_PLURAL=\u041A\u0430\u0440\u0442\u0438\u0447\u043A\u0438
|
83
|
+
|
84
|
+
TAB_CONTAINER_NAME=\u0421\u043E\u0431\u0438\u0440\u043D\u0438\u043A \u0437\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
85
|
+
|
86
|
+
TAB_CONTAINER_NAME_PLURAL=\u0421\u043E\u0431\u0438\u0440\u043D\u0438\u0446\u0438 \u0437\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
87
|
+
|
88
|
+
TABLE_NAME=\u0422\u0430\u0431\u0435\u043B\u0430
|
89
|
+
|
90
|
+
TABLE_NAME_PLURAL=\u0422\u0430\u0431\u0435\u043B\u0438
|
91
|
+
|
92
|
+
TITLE_NAME=\u041D\u0430\u0441\u043B\u043E\u0432
|
93
|
+
|
94
|
+
TITLE_NAME_PLURAL=\u041D\u0430\u0441\u043B\u043E\u0432\u0438
|
@@ -41,7 +41,7 @@ MULTIINPUT_NAME_PLURAL=Vi\u0161estruki unosi
|
|
41
41
|
|
42
42
|
LINK_DIALOG_TITLE_CHANGE_TARGET=Odaberite cilj ili unesite okvir
|
43
43
|
|
44
|
-
LINK_DIALOG_CANCEL_BTN=
|
44
|
+
LINK_DIALOG_CANCEL_BTN=Odustani
|
45
45
|
|
46
46
|
LINK_DIALOG_OK_BTN=OK
|
47
47
|
|
@@ -81,9 +81,9 @@ TAB_NAME=Kartica
|
|
81
81
|
|
82
82
|
TAB_NAME_PLURAL=Kartice
|
83
83
|
|
84
|
-
TAB_CONTAINER_NAME=Spremnik
|
84
|
+
TAB_CONTAINER_NAME=Spremnik kartica
|
85
85
|
|
86
|
-
TAB_CONTAINER_NAME_PLURAL=Spremnici
|
86
|
+
TAB_CONTAINER_NAME_PLURAL=Spremnici kartica
|
87
87
|
|
88
88
|
TABLE_NAME=Tabela
|
89
89
|
|