@openui5/sap.ui.webc.main 1.100.0 → 1.102.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 +5 -5
- package/package.json +3 -3
- package/src/sap/ui/webc/main/.library +2 -2
- package/src/sap/ui/webc/main/Avatar.js +1 -1
- package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
- package/src/sap/ui/webc/main/Badge.js +3 -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 +5 -5
- package/src/sap/ui/webc/main/Button.js +3 -3
- 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 +3 -4
- package/src/sap/ui/webc/main/CardHeader.js +3 -7
- package/src/sap/ui/webc/main/Carousel.js +3 -2
- package/src/sap/ui/webc/main/CheckBox.js +9 -2
- 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 +1 -1
- package/src/sap/ui/webc/main/ColorPicker.js +1 -1
- package/src/sap/ui/webc/main/ComboBox.js +1 -2
- 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 +1 -1
- package/src/sap/ui/webc/main/DatePicker.js +3 -3
- package/src/sap/ui/webc/main/DateRangePicker.js +1 -2
- package/src/sap/ui/webc/main/DateTimePicker.js +3 -3
- package/src/sap/ui/webc/main/Dialog.js +3 -4
- package/src/sap/ui/webc/main/FileUploader.js +1 -2
- package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
- package/src/sap/ui/webc/main/Icon.js +3 -7
- package/src/sap/ui/webc/main/Input.js +9 -2
- package/src/sap/ui/webc/main/Label.js +3 -3
- package/src/sap/ui/webc/main/Link.js +3 -2
- package/src/sap/ui/webc/main/List.js +1 -3
- package/src/sap/ui/webc/main/Menu.js +122 -0
- package/src/sap/ui/webc/main/MenuItem.js +112 -0
- package/src/sap/ui/webc/main/MessageStrip.js +1 -3
- package/src/sap/ui/webc/main/MultiComboBox.js +1 -2
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +11 -3
- package/src/sap/ui/webc/main/Option.js +8 -1
- package/src/sap/ui/webc/main/Panel.js +1 -3
- package/src/sap/ui/webc/main/Popover.js +3 -4
- package/src/sap/ui/webc/main/ProgressIndicator.js +1 -2
- package/src/sap/ui/webc/main/RadioButton.js +5 -3
- package/src/sap/ui/webc/main/RangeSlider.js +1 -2
- package/src/sap/ui/webc/main/RatingIndicator.js +1 -2
- package/src/sap/ui/webc/main/ResponsivePopover.js +3 -2
- package/src/sap/ui/webc/main/SegmentedButton.js +1 -2
- package/src/sap/ui/webc/main/SegmentedButtonItem.js +1 -1
- package/src/sap/ui/webc/main/Select.js +1 -2
- package/src/sap/ui/webc/main/Slider.js +1 -2
- package/src/sap/ui/webc/main/SplitButton.js +1 -1
- package/src/sap/ui/webc/main/StandardListItem.js +1 -1
- package/src/sap/ui/webc/main/StepInput.js +1 -2
- 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 +3 -2
- package/src/sap/ui/webc/main/Tab.js +15 -3
- package/src/sap/ui/webc/main/TabContainer.js +6 -5
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +24 -4
- package/src/sap/ui/webc/main/TableCell.js +1 -1
- package/src/sap/ui/webc/main/TableColumn.js +3 -2
- 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 +1 -3
- package/src/sap/ui/webc/main/TimePicker.js +1 -2
- package/src/sap/ui/webc/main/Title.js +3 -3
- package/src/sap/ui/webc/main/Toast.js +1 -3
- package/src/sap/ui/webc/main/ToggleButton.js +1 -2
- package/src/sap/ui/webc/main/Token.js +1 -1
- package/src/sap/ui/webc/main/Tree.js +1 -3
- package/src/sap/ui/webc/main/TreeItem.js +1 -1
- package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +75 -0
- package/src/sap/ui/webc/main/designtime/Badge.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/BusyIndicator.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/Button.designtime.js +46 -0
- package/src/sap/ui/webc/main/designtime/Card.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/Carousel.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/DatePicker.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/DateTimePicker.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/Dialog.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/Label.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/Link.designtime.js +96 -0
- package/src/sap/ui/webc/main/designtime/Panel.designtime.js +18 -2
- package/src/sap/ui/webc/main/designtime/Popover.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/RadioButton.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/ResponsivePopover.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/Tab.designtime.js +41 -0
- package/src/sap/ui/webc/main/designtime/TabContainer.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/Table.designtime.js +2 -2
- package/src/sap/ui/webc/main/designtime/TableColumn.designtime.js +29 -0
- package/src/sap/ui/webc/main/designtime/Title.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/messagebundle.properties +82 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saprigi.properties +58 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saptrc.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +54 -0
- package/src/sap/ui/webc/main/flexibility/Badge.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Button.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Dialog.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Label.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Link.flexibility.js +27 -0
- package/src/sap/ui/webc/main/flexibility/Panel.flexibility.js +21 -0
- package/src/sap/ui/webc/main/flexibility/Popover.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/RadioButton.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/ResponsivePopover.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Tab.flexibility.js +18 -0
- package/src/sap/ui/webc/main/flexibility/TabContainer.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Title.flexibility.js +20 -0
- package/src/sap/ui/webc/main/library.js +101 -26
- package/src/sap/ui/webc/main/thirdparty/Badge.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +40 -5
- package/src/sap/ui/webc/main/thirdparty/Button.js +11 -8
- package/src/sap/ui/webc/main/thirdparty/CardHeader.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/CheckBox.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +14 -10
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +11 -8
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +10 -6
- package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -7
- package/src/sap/ui/webc/main/thirdparty/Input.js +23 -5
- package/src/sap/ui/webc/main/thirdparty/Interfaces.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/Link.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/List.js +39 -6
- package/src/sap/ui/webc/main/thirdparty/ListItem.js +15 -4
- package/src/sap/ui/webc/main/thirdparty/ListItemBase.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/Menu.js +308 -0
- package/src/sap/ui/webc/main/thirdparty/MenuItem.js +65 -0
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +187 -25
- package/src/sap/ui/webc/main/thirdparty/MultiInput.js +16 -6
- package/src/sap/ui/webc/main/thirdparty/Option.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Popover.js +29 -48
- package/src/sap/ui/webc/main/thirdparty/Popup.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/RadioButton.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/Select.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +6 -3
- package/src/sap/ui/webc/main/thirdparty/SplitButton.js +11 -5
- package/src/sap/ui/webc/main/thirdparty/Switch.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/Tab.js +72 -9
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +177 -58
- package/src/sap/ui/webc/main/thirdparty/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Table.js +170 -35
- package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/TableRow.js +23 -50
- package/src/sap/ui/webc/main/thirdparty/TimePicker.js +0 -2
- package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/Token.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +51 -17
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ar.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_bg.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ca.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cs.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cy.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_da.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_de.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_el.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_GB.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_sappsd.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saprigi.js +5 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saptrc.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es_MX.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_et.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fi.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr_CA.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hi.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hr.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hu.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_it.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_iw.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ja.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_kk.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ko.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lt.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lv.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ms.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_nl.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_no.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pl.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt_PT.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ro.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ru.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sh.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sk.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sl.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sv.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_th.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_tr.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_uk.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_vi.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_CN.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_TW.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css10.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css11.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css12.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css2.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css3.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css4.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css5.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css6.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css7.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css8.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css9.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.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/BreadcrumbsPopover.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/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/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/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/Label.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 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.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/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/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/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 -0
- 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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Title.css +1 -1
- 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/TreeListItem.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/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 -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 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/features/InputElementsFormSupport.js +5 -5
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +5 -3
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarGroupTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BadgeTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarHeaderTemplate.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/CardHeaderTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CardTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +6 -6
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +3 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DialogTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +6 -7
- package/src/sap/ui/webc/main/thirdparty/generated/templates/LabelTemplate.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/ListTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MenuTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +10 -10
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +4 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +7 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PopupTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +5 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +5 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SplitButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +11 -11
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StepInputTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +11 -11
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +2 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +10 -12
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInOverflowTemplate.lit.js +5 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +6 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorInOverflowTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabTemplate.lit.js +2 -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 +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerPopoverTemplate.lit.js +5 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +11 -11
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/WheelSliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.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/Button.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/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/DatePicker.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/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/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/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 +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.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/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/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/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/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/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 +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.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/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/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/TreeListItem.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/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 +7 -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 +7 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/main/thirdparty/types/ListGrowingMode.js +15 -2
- package/src/sap/ui/webc/main/thirdparty/types/TableGrowingMode.js +15 -2
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<li part="native-li" tabindex="${litRender.ifDefined(context.tabIndex)}" class="${litRender.classMap(context.classes.main)}"
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<li part="native-li" tabindex="${litRender.ifDefined(context.tabIndex)}" class="${litRender.classMap(context.classes.main)}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}" @keyup="${context._onkeyup}" @keydown="${context._onkeydown}" @mouseup="${context._onmouseup}" @mousedown="${context._onmousedown}" @touchstart="${context._ontouchstart}" @touchend="${context._ontouchend}" @click="${context._onclick}" role="${litRender.ifDefined(context._accInfo.role)}" aria-expanded="${litRender.ifDefined(context._accInfo.ariaExpanded)}" title="${litRender.ifDefined(context.title)}" aria-level="${litRender.ifDefined(context._accInfo.ariaLevel)}" aria-haspopup="${litRender.ifDefined(context._accInfo.ariaHaspopup)}" aria-posinset="${litRender.ifDefined(context._accInfo.posinset)}" aria-setsize="${litRender.ifDefined(context._accInfo.setsize)}" aria-describedby="${litRender.ifDefined(context._id)}-invisibleText-describedby" aria-labelledby="${litRender.ifDefined(context._id)}-invisibleText ${litRender.ifDefined(context._id)}-content" aria-disabled="${litRender.ifDefined(context.ariaDisabled)}">${ context.placeSelectionElementBefore ? block1(context, tags, suffix) : undefined }<div id="${litRender.ifDefined(context._id)}-content" class="ui5-li-content">${ context.displayImage ? block5(context, tags, suffix) : undefined }${ context.displayIconBegin ? block6(context, tags, suffix) : undefined }<div class="ui5-li-text-wrapper"><span part="title" class="ui5-li-title"><slot></slot></span>${ context.description ? block7(context) : undefined }${ !context.typeActive ? block9(context) : undefined }</div>${ !context.description ? block10(context) : undefined }</div>${ context.displayIconEnd ? block12(context, tags, suffix) : undefined }${ context.typeDetail ? block13(context, tags, suffix) : undefined }${ context.placeSelectionElementAfter ? block14(context, tags, suffix) : undefined }<span id="${litRender.ifDefined(context._id)}-invisibleText" class="ui5-hidden-text">${litRender.ifDefined(context._accInfo.listItemAriaLabel)}${litRender.ifDefined(context.accessibleName)}</span><span id="${litRender.ifDefined(context._id)}-invisibleText-describedby" class="ui5-hidden-text">${litRender.ifDefined(context._accInfo.ariaSelectedText)}</span></li> `;
|
|
4
4
|
const block1 = (context, tags, suffix) => litRender.html`${ context.modeSingleSelect ? block2(context, tags, suffix) : undefined }${ context.modeMultiSelect ? block3(context, tags, suffix) : undefined }${ context.renderDeleteButton ? block4(context, tags, suffix) : undefined }`;
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>`;
|
|
6
|
-
const block3 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>`;
|
|
7
|
-
const block4 = (context, tags, suffix) => litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
|
|
8
|
-
const block5 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-avatar", tags, suffix)} shape="Square" class="ui5-li-img"><img src="${litRender.ifDefined(context.image)}" class="ui5-li-img-inner" /></${litRender.scopeTag("ui5-avatar", tags, suffix)}>`;
|
|
9
|
-
const block6 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>` : litRender.html`<ui5-radio-button ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></ui5-radio-button>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>` : litRender.html`<ui5-checkbox ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></ui5-checkbox>`;
|
|
7
|
+
const block4 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-li-deletebtn"><ui5-button tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></ui5-button></div>`;
|
|
8
|
+
const block5 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-avatar", tags, suffix)} shape="Square" class="ui5-li-img"><img src="${litRender.ifDefined(context.image)}" class="ui5-li-img-inner" /></${litRender.scopeTag("ui5-avatar", tags, suffix)}>` : litRender.html`<ui5-avatar shape="Square" class="ui5-li-img"><img src="${litRender.ifDefined(context.image)}" class="ui5-li-img-inner" /></ui5-avatar>`;
|
|
9
|
+
const block6 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`;
|
|
10
10
|
const block7 = (context, tags, suffix) => litRender.html`<div class="ui5-li-description-info-wrapper"><span part="description" class="ui5-li-desc">${litRender.ifDefined(context.description)}</span>${ context.additionalText ? block8(context) : undefined }</div>`;
|
|
11
11
|
const block8 = (context, tags, suffix) => litRender.html`<span part="additional-text" class="ui5-li-additional-text">${litRender.ifDefined(context.additionalText)}</span>`;
|
|
12
12
|
const block9 = (context, tags, suffix) => litRender.html`<span class="ui5-hidden-text">${litRender.ifDefined(context.type)}</span>`;
|
|
13
13
|
const block10 = (context, tags, suffix) => litRender.html`${ context.additionalText ? block11(context) : undefined }`;
|
|
14
14
|
const block11 = (context, tags, suffix) => litRender.html`<span part="additional-text" class="ui5-li-additional-text">${litRender.ifDefined(context.additionalText)}</span>`;
|
|
15
|
-
const block12 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
16
|
-
const block13 = (context, tags, suffix) => litRender.html`<div class="ui5-li-detailbtn"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" icon="edit" @click="${context.onDetailClick}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
|
|
15
|
+
const block12 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`;
|
|
16
|
+
const block13 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-li-detailbtn"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" icon="edit" @click="${context.onDetailClick}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-li-detailbtn"><ui5-button design="Transparent" icon="edit" @click="${context.onDetailClick}"></ui5-button></div>`;
|
|
17
17
|
const block14 = (context, tags, suffix) => litRender.html`${ context.modeSingleSelect ? block15(context, tags, suffix) : undefined }${ context.modeMultiSelect ? block16(context, tags, suffix) : undefined }${ context.renderDeleteButton ? block17(context, tags, suffix) : undefined }`;
|
|
18
|
-
const block15 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>`;
|
|
19
|
-
const block16 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>`;
|
|
20
|
-
const block17 = (context, tags, suffix) => litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
|
|
18
|
+
const block15 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>` : litRender.html`<ui5-radio-button ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></ui5-radio-button>`;
|
|
19
|
+
const block16 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>` : litRender.html`<ui5-checkbox ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></ui5-checkbox>`;
|
|
20
|
+
const block17 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-li-deletebtn"><ui5-button tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></ui5-button></div>`;
|
|
21
21
|
|
|
22
22
|
return block0;
|
|
23
23
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-step-input-root" @keydown="${context._onkeydown}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}">${ !context.readonly ? block1(context, tags, suffix) : undefined }<${litRender.scopeTag("ui5-input", tags, suffix)} id="${litRender.ifDefined(context._id)}-inner" class="ui5-step-input-input" placeholder="${litRender.ifDefined(context.placeholder)}" type="${litRender.ifDefined(context.type)}" value="${litRender.ifDefined(context._valuePrecisioned)}" ?disabled="${context.disabled}" ?required="${context.required}" ?readonly="${context.readonly}" value-state="${litRender.ifDefined(context.valueState)}" data-sap-focus-ref ._inputAccInfo ="${litRender.ifDefined(context.accInfo)}" ._nativeInputAttributes="${litRender.ifDefined(context.inputAttributes)}" @ui5-change="${litRender.ifDefined(context._onInputChange)}" @focusout="${context._onInputFocusOut}" @focusin="${context._onInputFocusIn}">${ context.valueStateMessage.length ? block2() : undefined }</${litRender.scopeTag("ui5-input", tags, suffix)}>${ !context.readonly ? block3(context, tags, suffix) : undefined }<slot name="formSupport"></slot></div>`;
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<div class="ui5-step-icon ui5-step-dec" title="${litRender.ifDefined(context.decIconTitle)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} id="${litRender.ifDefined(context._id)}-dec" name="${litRender.ifDefined(context.decIconName)}" tabindex="-1" accessible-name="${litRender.ifDefined(context.decIconTitle)}" @click="${context._decValue}" @focusout="${context._onButtonFocusOut}" @mousedown="${context._decSpin}" @mouseup="${context._resetSpin}" @mouseout="${context._resetSpinOut}" input-icon show-tooltip ?clickable="${context._decIconClickable}"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-step-input-root" @keydown="${context._onkeydown}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}">${ !context.readonly ? block1(context, tags, suffix) : undefined }<${litRender.scopeTag("ui5-input", tags, suffix)} id="${litRender.ifDefined(context._id)}-inner" class="ui5-step-input-input" placeholder="${litRender.ifDefined(context.placeholder)}" type="${litRender.ifDefined(context.type)}" value="${litRender.ifDefined(context._valuePrecisioned)}" ?disabled="${context.disabled}" ?required="${context.required}" ?readonly="${context.readonly}" value-state="${litRender.ifDefined(context.valueState)}" data-sap-focus-ref ._inputAccInfo ="${litRender.ifDefined(context.accInfo)}" ._nativeInputAttributes="${litRender.ifDefined(context.inputAttributes)}" @ui5-change="${litRender.ifDefined(context._onInputChange)}" @focusout="${context._onInputFocusOut}" @focusin="${context._onInputFocusIn}">${ context.valueStateMessage.length ? block2() : undefined }</${litRender.scopeTag("ui5-input", tags, suffix)}>${ !context.readonly ? block3(context, tags, suffix) : undefined }<slot name="formSupport"></slot></div>` : litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-step-input-root" @keydown="${context._onkeydown}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}">${ !context.readonly ? block1(context, tags, suffix) : undefined }<ui5-input id="${litRender.ifDefined(context._id)}-inner" class="ui5-step-input-input" placeholder="${litRender.ifDefined(context.placeholder)}" type="${litRender.ifDefined(context.type)}" value="${litRender.ifDefined(context._valuePrecisioned)}" ?disabled="${context.disabled}" ?required="${context.required}" ?readonly="${context.readonly}" value-state="${litRender.ifDefined(context.valueState)}" data-sap-focus-ref ._inputAccInfo ="${litRender.ifDefined(context.accInfo)}" ._nativeInputAttributes="${litRender.ifDefined(context.inputAttributes)}" @ui5-change="${litRender.ifDefined(context._onInputChange)}" @focusout="${context._onInputFocusOut}" @focusin="${context._onInputFocusIn}">${ context.valueStateMessage.length ? block2() : undefined }</ui5-input>${ !context.readonly ? block3(context, tags, suffix) : undefined }<slot name="formSupport"></slot></div>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-step-icon ui5-step-dec" title="${litRender.ifDefined(context.decIconTitle)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} id="${litRender.ifDefined(context._id)}-dec" name="${litRender.ifDefined(context.decIconName)}" tabindex="-1" accessible-name="${litRender.ifDefined(context.decIconTitle)}" @click="${context._decValue}" @focusout="${context._onButtonFocusOut}" @mousedown="${context._decSpin}" @mouseup="${context._resetSpin}" @mouseout="${context._resetSpinOut}" input-icon show-tooltip ?clickable="${context._decIconClickable}"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div>` : litRender.html`<div class="ui5-step-icon ui5-step-dec" title="${litRender.ifDefined(context.decIconTitle)}"><ui5-icon id="${litRender.ifDefined(context._id)}-dec" name="${litRender.ifDefined(context.decIconName)}" tabindex="-1" accessible-name="${litRender.ifDefined(context.decIconTitle)}" @click="${context._decValue}" @focusout="${context._onButtonFocusOut}" @mousedown="${context._decSpin}" @mouseup="${context._resetSpin}" @mouseout="${context._resetSpinOut}" input-icon show-tooltip ?clickable="${context._decIconClickable}"></ui5-icon></div>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`;
|
|
6
|
-
const block3 = (context, tags, suffix) => litRender.html`<div class="ui5-step-icon ui5-step-inc" title="${litRender.ifDefined(context.incIconTitle)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} id="${litRender.ifDefined(context._id)}-inc" name="${litRender.ifDefined(context.incIconName)}" tabindex="-1" accessible-name="${litRender.ifDefined(context.incIconTitle)}" @click="${context._incValue}" @focusout="${context._onButtonFocusOut}" @mousedown="${context._incSpin}" @mouseup="${context._resetSpin}" @mouseout="${context._resetSpinOut}" input-icon show-tooltip ?clickable="${context._incIconClickable}"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-step-icon ui5-step-inc" title="${litRender.ifDefined(context.incIconTitle)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} id="${litRender.ifDefined(context._id)}-inc" name="${litRender.ifDefined(context.incIconName)}" tabindex="-1" accessible-name="${litRender.ifDefined(context.incIconTitle)}" @click="${context._incValue}" @focusout="${context._onButtonFocusOut}" @mousedown="${context._incSpin}" @mouseup="${context._resetSpin}" @mouseout="${context._resetSpinOut}" input-icon show-tooltip ?clickable="${context._incIconClickable}"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div>` : litRender.html`<div class="ui5-step-icon ui5-step-inc" title="${litRender.ifDefined(context.incIconTitle)}"><ui5-icon id="${litRender.ifDefined(context._id)}-inc" name="${litRender.ifDefined(context.incIconName)}" tabindex="-1" accessible-name="${litRender.ifDefined(context.incIconTitle)}" @click="${context._incValue}" @focusout="${context._onButtonFocusOut}" @mousedown="${context._incSpin}" @mouseup="${context._resetSpin}" @mouseout="${context._resetSpinOut}" input-icon show-tooltip ?clickable="${context._incIconClickable}"></ui5-icon></div>`;
|
|
7
7
|
|
|
8
8
|
return block0;
|
|
9
9
|
|
package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<li part="native-li" tabindex="${litRender.ifDefined(context.tabIndex)}" class="${litRender.classMap(context.classes.main)}"
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<li part="native-li" tabindex="${litRender.ifDefined(context.tabIndex)}" class="${litRender.classMap(context.classes.main)}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}" @keyup="${context._onkeyup}" @keydown="${context._onkeydown}" @mouseup="${context._onmouseup}" @mousedown="${context._onmousedown}" @touchstart="${context._ontouchstart}" @touchend="${context._ontouchend}" @click="${context._onclick}" role="${litRender.ifDefined(context._accInfo.role)}" aria-expanded="${litRender.ifDefined(context._accInfo.ariaExpanded)}" title="${litRender.ifDefined(context.title)}" aria-level="${litRender.ifDefined(context._accInfo.ariaLevel)}" aria-haspopup="${litRender.ifDefined(context._accInfo.ariaHaspopup)}" aria-posinset="${litRender.ifDefined(context._accInfo.posinset)}" aria-setsize="${litRender.ifDefined(context._accInfo.setsize)}" aria-describedby="${litRender.ifDefined(context._id)}-invisibleText-describedby" aria-labelledby="${litRender.ifDefined(context._id)}-invisibleText ${litRender.ifDefined(context._id)}-content" aria-disabled="${litRender.ifDefined(context.ariaDisabled)}">${ context.placeSelectionElementBefore ? block1(context, tags, suffix) : undefined }<div id="${litRender.ifDefined(context._id)}-content" class="ui5-li-content">${ context.displayImage ? block5(context, tags, suffix) : undefined }${ context.displayIconBegin ? block6(context, tags, suffix) : undefined }<div class="ui5-li-text-wrapper">${ context.hasTitle ? block7() : undefined }${ context.hasDescription ? block8(context) : undefined }${ !context.typeActive ? block12(context) : undefined }</div>${ !context.hasDescription ? block13(context) : undefined }</div>${ context.displayIconEnd ? block15(context, tags, suffix) : undefined }${ context.typeDetail ? block16(context, tags, suffix) : undefined }${ context.placeSelectionElementAfter ? block17(context, tags, suffix) : undefined }<span id="${litRender.ifDefined(context._id)}-invisibleText" class="ui5-hidden-text">${litRender.ifDefined(context._accInfo.listItemAriaLabel)}${litRender.ifDefined(context.accessibleName)}</span><span id="${litRender.ifDefined(context._id)}-invisibleText-describedby" class="ui5-hidden-text">${litRender.ifDefined(context._accInfo.ariaSelectedText)}</span></li> `;
|
|
4
4
|
const block1 = (context, tags, suffix) => litRender.html`${ context.modeSingleSelect ? block2(context, tags, suffix) : undefined }${ context.modeMultiSelect ? block3(context, tags, suffix) : undefined }${ context.renderDeleteButton ? block4(context, tags, suffix) : undefined }`;
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>`;
|
|
6
|
-
const block3 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>`;
|
|
7
|
-
const block4 = (context, tags, suffix) => litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
|
|
8
|
-
const block5 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-avatar", tags, suffix)} shape="Square" class="ui5-li-img"><img src="${litRender.ifDefined(context.image)}" class="ui5-li-img-inner" /></${litRender.scopeTag("ui5-avatar", tags, suffix)}>`;
|
|
9
|
-
const block6 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>` : litRender.html`<ui5-radio-button ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></ui5-radio-button>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>` : litRender.html`<ui5-checkbox ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></ui5-checkbox>`;
|
|
7
|
+
const block4 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-li-deletebtn"><ui5-button tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></ui5-button></div>`;
|
|
8
|
+
const block5 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-avatar", tags, suffix)} shape="Square" class="ui5-li-img"><img src="${litRender.ifDefined(context.image)}" class="ui5-li-img-inner" /></${litRender.scopeTag("ui5-avatar", tags, suffix)}>` : litRender.html`<ui5-avatar shape="Square" class="ui5-li-img"><img src="${litRender.ifDefined(context.image)}" class="ui5-li-img-inner" /></ui5-avatar>`;
|
|
9
|
+
const block6 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`;
|
|
10
10
|
const block7 = (context, tags, suffix) => litRender.html`<span part="title" class="ui5-li-title"><slot></slot></span>`;
|
|
11
11
|
const block8 = (context, tags, suffix) => litRender.html`<div class="ui5-li-description-info-wrapper"><span part="description" class="ui5-li-desc">${ context.richDescription.length ? block9() : block10(context) }</span>${ context.additionalText ? block11(context) : undefined }</div>`;
|
|
12
12
|
const block9 = (context, tags, suffix) => litRender.html`<slot name="richDescription"></slot>`;
|
|
@@ -15,12 +15,12 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], funct
|
|
|
15
15
|
const block12 = (context, tags, suffix) => litRender.html`<span class="ui5-hidden-text">${litRender.ifDefined(context.type)}</span>`;
|
|
16
16
|
const block13 = (context, tags, suffix) => litRender.html`${ context.additionalText ? block14(context) : undefined }`;
|
|
17
17
|
const block14 = (context, tags, suffix) => litRender.html`<span part="additional-text" class="ui5-li-additional-text">${litRender.ifDefined(context.additionalText)}</span>`;
|
|
18
|
-
const block15 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
19
|
-
const block16 = (context, tags, suffix) => litRender.html`<div class="ui5-li-detailbtn"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" icon="edit" @click="${context.onDetailClick}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
|
|
18
|
+
const block15 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon part="icon" name="${litRender.ifDefined(context.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`;
|
|
19
|
+
const block16 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-li-detailbtn"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" icon="edit" @click="${context.onDetailClick}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-li-detailbtn"><ui5-button design="Transparent" icon="edit" @click="${context.onDetailClick}"></ui5-button></div>`;
|
|
20
20
|
const block17 = (context, tags, suffix) => litRender.html`${ context.modeSingleSelect ? block18(context, tags, suffix) : undefined }${ context.modeMultiSelect ? block19(context, tags, suffix) : undefined }${ context.renderDeleteButton ? block20(context, tags, suffix) : undefined }`;
|
|
21
|
-
const block18 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>`;
|
|
22
|
-
const block19 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>`;
|
|
23
|
-
const block20 = (context, tags, suffix) => litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
|
|
21
|
+
const block18 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-radio-button", tags, suffix)} ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></${litRender.scopeTag("ui5-radio-button", tags, suffix)}>` : litRender.html`<ui5-radio-button ?disabled="${context.isInactive}" accessible-name="${litRender.ifDefined(context._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${litRender.ifDefined(context._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${context.selected}" @click="${context.onSingleSelectionComponentPress}"></ui5-radio-button>`;
|
|
22
|
+
const block19 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-checkbox", tags, suffix)} ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}>` : litRender.html`<ui5-checkbox ?disabled="${context.isInactive}" ?indeterminate=${context.indeterminate} tabindex="-1" id="${litRender.ifDefined(context._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context._accInfo.ariaLabel)}" @click="${context.onMultiSelectionComponentPress}"></ui5-checkbox>`;
|
|
23
|
+
const block20 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-li-deletebtn"><${litRender.scopeTag("ui5-button", tags, suffix)} tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-li-deletebtn"><ui5-button tabindex="-1" data-sap-no-tab-ref id="${litRender.ifDefined(context._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${context.disableDeleteButton}" @click="${context.onDelete}" tooltip="${litRender.ifDefined(context.deleteText)}"></ui5-button></div>`;
|
|
24
24
|
|
|
25
25
|
return block0;
|
|
26
26
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-switch-root ${litRender.classMap(context.classes.main)}" role="switch" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-checked="${litRender.ifDefined(context.checked)}" aria-disabled="${litRender.ifDefined(context.ariaDisabled)}"
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<span class="ui5-switch-text ui5-switch-text--on"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="accept"
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-switch-root ${litRender.classMap(context.classes.main)}" role="switch" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-checked="${litRender.ifDefined(context.checked)}" aria-disabled="${litRender.ifDefined(context.ariaDisabled)}" @click="${context._onclick}" @keyup="${context._onkeyup}" @keydown="${context._onkeydown}" tabindex="${litRender.ifDefined(context.tabIndex)}" dir="${litRender.ifDefined(context.effectiveDir)}"><div class="ui5-switch-inner"><div class="ui5-switch-track" part="slider"><div class="ui5-switch-slider">${ context.graphical ? block1(context, tags, suffix) : block2(context, tags, suffix) }<span class="ui5-switch-handle" part="handle"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-handle-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span></div></div></div><input type='checkbox' ?checked="${context.checked}" class="ui5-switch-input" data-sap-no-tab-ref/></div>` : litRender.html`<div class="ui5-switch-root ${litRender.classMap(context.classes.main)}" role="switch" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-checked="${litRender.ifDefined(context.checked)}" aria-disabled="${litRender.ifDefined(context.ariaDisabled)}" @click="${context._onclick}" @keyup="${context._onkeyup}" @keydown="${context._onkeydown}" tabindex="${litRender.ifDefined(context.tabIndex)}" dir="${litRender.ifDefined(context.effectiveDir)}"><div class="ui5-switch-inner"><div class="ui5-switch-track" part="slider"><div class="ui5-switch-slider">${ context.graphical ? block1(context, tags, suffix) : block2(context, tags, suffix) }<span class="ui5-switch-handle" part="handle"><ui5-icon name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-handle-icon"></ui5-icon></span></div></div></div><input type='checkbox' ?checked="${context.checked}" class="ui5-switch-input" data-sap-no-tab-ref/></div>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<span class="ui5-switch-text ui5-switch-text--on"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="accept" class="ui5-switch-icon-on"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span><span class="ui5-switch-text ui5-switch-text--off"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="decline" class="ui5-switch-icon-off"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span>` : litRender.html`<span class="ui5-switch-text ui5-switch-text--on"><ui5-icon name="accept" class="ui5-switch-icon-on"></ui5-icon></span><span class="ui5-switch-text ui5-switch-text--off"><ui5-icon name="decline" class="ui5-switch-icon-off"></ui5-icon></span>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`${ context.hasNoLabel ? block3(context, tags, suffix) : block4(context) }`;
|
|
6
|
-
const block3 = (context, tags, suffix) => litRender.html`<span class="ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon" part="text-on"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-no-label-icon-on"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span><span class="ui5-switch-text ui5-switch-text--off switch-no-label-icon" part="text-off"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-no-label-icon-off"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => suffix ? litRender.html`<span class="ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon" part="text-on"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-no-label-icon-on"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span><span class="ui5-switch-text ui5-switch-text--off switch-no-label-icon" part="text-off"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-no-label-icon-off"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span>` : litRender.html`<span class="ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon" part="text-on"><ui5-icon name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-no-label-icon-on"></ui5-icon></span><span class="ui5-switch-text ui5-switch-text--off switch-no-label-icon" part="text-off"><ui5-icon name="${litRender.ifDefined(context.sapNextIcon)}" class="ui5-switch-no-label-icon-off"></ui5-icon></span>`;
|
|
7
7
|
const block4 = (context, tags, suffix) => litRender.html`<span class="ui5-switch-text ui5-switch-text--on" part="text-on">${litRender.ifDefined(context._textOn)}</span><span class="ui5-switch-text ui5-switch-text--off" part="text-off">${litRender.ifDefined(context._textOff)}</span>`;
|
|
8
8
|
|
|
9
9
|
return block0;
|
package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} id="${litRender.ifDefined(context._id)}-overflowMenu" horizontal-align="Right" placement-type="Bottom" content-only-on-desktop hide-arrow _hide-header class="ui5-tab-container-responsive-popover"><${litRender.scopeTag("ui5-list", tags, suffix)} mode="SingleSelect" separators="None" @ui5-item-click="${litRender.ifDefined(context._onOverflowListItemClick)}">${ context.
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`${
|
|
5
|
-
const block2 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item.overflowPresentation)}`;
|
|
6
|
-
const block3 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context._startOverflowItems, (item, index) => item._id || index, (item, index) => block4(item)) }`;
|
|
7
|
-
const block4 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item.overflowPresentation)}`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} id="${litRender.ifDefined(context._id)}-overflowMenu" horizontal-align="Right" placement-type="Bottom" content-only-on-desktop hide-arrow _hide-header class="ui5-tab-container-responsive-popover"><${litRender.scopeTag("ui5-list", tags, suffix)} mode="SingleSelect" separators="None" @ui5-item-click="${litRender.ifDefined(context._onOverflowListItemClick)}">${ litRender.repeat(context._overflowItems, (item, index) => item._id || index, (item, index) => block1(item)) }</${litRender.scopeTag("ui5-list", tags, suffix)}><div slot="footer" class="ui5-responsive-popover-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._closeRespPopover}">${litRender.ifDefined(context.popoverCancelButtonText)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>` : litRender.html`<ui5-responsive-popover id="${litRender.ifDefined(context._id)}-overflowMenu" horizontal-align="Right" placement-type="Bottom" content-only-on-desktop hide-arrow _hide-header class="ui5-tab-container-responsive-popover"><ui5-list mode="SingleSelect" separators="None" @ui5-item-click="${litRender.ifDefined(context._onOverflowListItemClick)}">${ litRender.repeat(context._overflowItems, (item, index) => item._id || index, (item, index) => block1(item)) }</ui5-list><div slot="footer" class="ui5-responsive-popover-footer"><ui5-button design="Transparent" @click="${context._closeRespPopover}">${litRender.ifDefined(context.popoverCancelButtonText)}</ui5-button></div></ui5-responsive-popover>`;
|
|
4
|
+
const block1 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item.overflowPresentation)}`;
|
|
8
5
|
|
|
9
6
|
return block0;
|
|
10
7
|
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.root)}" dir="${litRender.ifDefined(context.effectiveDir)}">${ context.tabsAtTheBottom ? block1(context) : undefined }<div class="${litRender.classMap(context.classes.header)}" id="${litRender.ifDefined(context._id)}-header"><div class="ui5-tc__overflow ui5-tc__overflow--start" @click="${context._onOverflowClick}" @keydown="${context._onOverflowKeyDown}" hidden>${ context.startOverflowButton.length ?
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.content)}" part="content">${ litRender.repeat(context.items, (item, index) => item._id || index, (item, index) => block2(item)) }</div>`;
|
|
5
|
-
const block2 = (item, index, context, tags, suffix) => litRender.html
|
|
6
|
-
const block3 = (
|
|
7
|
-
const block4 = (context, tags, suffix) => litRender.html`<
|
|
8
|
-
const block5 = (
|
|
9
|
-
const block6 = (
|
|
10
|
-
const block7 = (context, tags, suffix) => litRender.html`<
|
|
11
|
-
const block8 = (context, tags, suffix) => litRender.html
|
|
12
|
-
const block9 = (context, tags, suffix) => litRender.html`<
|
|
13
|
-
const block10 = (item, index, context, tags, suffix) => litRender.html`${ !item.isSeparator ? block11(item) : undefined }`;
|
|
14
|
-
const block11 = (item, index, context, tags, suffix) => litRender.html`<div class="ui5-tc__contentItem" id="ui5-tc-contentItem-${litRender.ifDefined(item._posinset)}" ?hidden="${item.effectiveHidden}" role="tabpanel" aria-labelledby="${litRender.ifDefined(item._id)}"><slot name="${litRender.ifDefined(item._individualSlot)}"></slot></div>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.root)}" dir="${litRender.ifDefined(context.effectiveDir)}">${ context.tabsAtTheBottom ? block1(context) : undefined }<div class="${litRender.classMap(context.classes.header)}" id="${litRender.ifDefined(context._id)}-header"><div class="ui5-tc__overflow ui5-tc__overflow--start" @click="${context._onOverflowClick}" @keydown="${context._onOverflowKeyDown}" hidden>${ context.startOverflowButton.length ? block3() : block4(context, tags, suffix) }</div><div id="${litRender.ifDefined(context._id)}-tabStrip" class="${litRender.classMap(context.classes.tabStrip)}" role="tablist" @click="${context._onTabStripClick}" @keydown="${context._onTabStripKeyDown}" @keyup="${context._onTabStripKeyUp}">${ litRender.repeat(context.items, (item, index) => item._id || index, (item, index) => block5(item)) }</div><div class="ui5-tc__overflow ui5-tc__overflow--end" @click="${context._onOverflowClick}" @keydown="${context._onOverflowKeyDown}" hidden>${ context.overflowButton.length ? block6() : block7(context, tags, suffix) }</div></div>${ !context.tabsAtTheBottom ? block8(context) : undefined }</div> `;
|
|
4
|
+
const block1 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.content)}" part="content"><div class="ui5-tc__contentItem" id="ui5-tc-content" ?hidden="${context._selectedTab.effectiveHidden}" role="tabpanel" aria-labelledby="${litRender.ifDefined(context._selectedTab._id)}">${ litRender.repeat(context.items, (item, index) => item._id || index, (item, index) => block2(item)) }</div></div>`;
|
|
5
|
+
const block2 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._effectiveSlotName)}"></slot>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => litRender.html`<slot name="startOverflowButton"></slot>`;
|
|
7
|
+
const block4 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} icon="${litRender.ifDefined(context.overflowMenuIcon)}" data-ui5-stable="overflow-start" tabindex="-1" tooltip="${litRender.ifDefined(context.overflowMenuTitle)}" aria-haspopup="true" icon-end>${litRender.ifDefined(context._startOverflowText)}</${litRender.scopeTag("ui5-button", tags, suffix)}>` : litRender.html`<ui5-button icon="${litRender.ifDefined(context.overflowMenuIcon)}" data-ui5-stable="overflow-start" tabindex="-1" tooltip="${litRender.ifDefined(context.overflowMenuTitle)}" aria-haspopup="true" icon-end>${litRender.ifDefined(context._startOverflowText)}</ui5-button>`;
|
|
8
|
+
const block5 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item.stripPresentation)}`;
|
|
9
|
+
const block6 = (context, tags, suffix) => litRender.html`<slot name="overflowButton"></slot>`;
|
|
10
|
+
const block7 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} icon="${litRender.ifDefined(context.overflowMenuIcon)}" data-ui5-stable="overflow-end" tabindex="-1" tooltip="${litRender.ifDefined(context.overflowMenuTitle)}" aria-haspopup="true" icon-end>${litRender.ifDefined(context._endOverflowText)}</${litRender.scopeTag("ui5-button", tags, suffix)}>` : litRender.html`<ui5-button icon="${litRender.ifDefined(context.overflowMenuIcon)}" data-ui5-stable="overflow-end" tabindex="-1" tooltip="${litRender.ifDefined(context.overflowMenuTitle)}" aria-haspopup="true" icon-end>${litRender.ifDefined(context._endOverflowText)}</ui5-button>`;
|
|
11
|
+
const block8 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.content)}" part="content"><div class="ui5-tc__contentItem" id="ui5-tc-content" ?hidden="${context._selectedTab.effectiveHidden}" role="tabpanel" aria-labelledby="${litRender.ifDefined(context._selectedTab._id)}">${ litRender.repeat(context.items, (item, index) => item._id || index, (item, index) => block9(item)) }</div></div>`;
|
|
12
|
+
const block9 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._effectiveSlotName)}"></slot>`;
|
|
15
13
|
|
|
16
14
|
return block0;
|
|
17
15
|
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-li-custom", tags, suffix)} id="${litRender.ifDefined(context._id)}" class="${litRender.ifDefined(context.overflowClasses)}" type="${litRender.ifDefined(context.overflowState)}" ?disabled="${context.effectiveDisabled}" aria-disabled="${litRender.ifDefined(context.effectiveDisabled)}" aria-selected="${litRender.ifDefined(context.effectiveSelected)}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledBy)}"><div class="ui5-tab-overflow-itemContent">${ context.
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-li-custom", tags, suffix)} id="${litRender.ifDefined(context._id)}" class="${litRender.ifDefined(context.overflowClasses)}" type="${litRender.ifDefined(context.overflowState)}" ?disabled="${context.effectiveDisabled}" aria-disabled="${litRender.ifDefined(context.effectiveDisabled)}" aria-selected="${litRender.ifDefined(context.effectiveSelected)}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledBy)}" ._realTab="${litRender.ifDefined(context)}" style="${litRender.styleMap(context._style)}"><div class="ui5-tab-overflow-itemContent-wrapper"><div class="ui5-tab-overflow-itemContent">${ context.semanticIconName ? block1(context, tags, suffix) : undefined }${ context.icon ? block2(context, tags, suffix) : undefined }${litRender.ifDefined(context.text)}${ context.additionalText ? block3(context) : undefined }</div></div></${litRender.scopeTag("ui5-li-custom", tags, suffix)}>${ litRender.repeat(context.subTabs, (item, index) => item._id || index, (item, index) => block4(item)) } ` : litRender.html`<ui5-li-custom id="${litRender.ifDefined(context._id)}" class="${litRender.ifDefined(context.overflowClasses)}" type="${litRender.ifDefined(context.overflowState)}" ?disabled="${context.effectiveDisabled}" aria-disabled="${litRender.ifDefined(context.effectiveDisabled)}" aria-selected="${litRender.ifDefined(context.effectiveSelected)}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledBy)}" ._realTab="${litRender.ifDefined(context)}" style="${litRender.styleMap(context._style)}"><div class="ui5-tab-overflow-itemContent-wrapper"><div class="ui5-tab-overflow-itemContent">${ context.semanticIconName ? block1(context, tags, suffix) : undefined }${ context.icon ? block2(context, tags, suffix) : undefined }${litRender.ifDefined(context.text)}${ context.additionalText ? block3(context) : undefined }</div></div></ui5-li-custom>${ litRender.repeat(context.subTabs, (item, index) => item._id || index, (item, index) => block4(item)) } `;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="${litRender.ifDefined(context.semanticIconClasses)}" name="${litRender.ifDefined(context.semanticIconName)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon class="${litRender.ifDefined(context.semanticIconClasses)}" name="${litRender.ifDefined(context.semanticIconName)}"></ui5-icon>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.icon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon name="${litRender.ifDefined(context.icon)}"></ui5-icon>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => litRender.html` (${litRender.ifDefined(context.additionalText)}) `;
|
|
7
|
+
const block4 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item.overflowPresentation)}`;
|
|
6
8
|
|
|
7
9
|
return block0;
|
|
8
10
|
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}" class="${litRender.ifDefined(context.stripClasses)}" tabindex="${litRender.ifDefined(context._tabIndex)}" role="tab" aria-posinset="${litRender.ifDefined(context._posinset)}" aria-setsize="${litRender.ifDefined(context._setsize)}" aria-controls="ui5-tc-
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<div class="ui5-tab-strip-item-icon-outer"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.icon)}" class="ui5-tab-strip-item-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}" class="${litRender.ifDefined(context.stripClasses)}" tabindex="${litRender.ifDefined(context._tabIndex)}" role="tab" aria-posinset="${litRender.ifDefined(context._posinset)}" aria-setsize="${litRender.ifDefined(context._setsize)}" aria-controls="ui5-tc-content" aria-selected="${litRender.ifDefined(context.effectiveSelected)}" aria-disabled="${litRender.ifDefined(context.effectiveDisabled)}" ?disabled="${context.effectiveDisabled}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledBy)}" data-ui5-stable="${litRender.ifDefined(context.stableDomRef)}" ._realTab="${litRender.ifDefined(context)}">${ context.icon ? block1(context, tags, suffix) : undefined }<div class="ui5-tab-strip-itemContent">${ !context._isInline ? block2(context) : undefined }${ context.text ? block4(context, tags, suffix) : undefined }</div>${ context.requiresExpandButton ? block7(context, tags, suffix) : undefined } `;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-tab-strip-item-icon-outer"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.icon)}" class="ui5-tab-strip-item-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div>` : litRender.html`<div class="ui5-tab-strip-item-icon-outer"><ui5-icon name="${litRender.ifDefined(context.icon)}" class="ui5-tab-strip-item-icon"></ui5-icon></div>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`${ context.additionalText ? block3(context) : undefined }`;
|
|
6
6
|
const block3 = (context, tags, suffix) => litRender.html`<span class="ui5-tab-strip-itemAdditionalText" id="${litRender.ifDefined(context._id)}-additionalText">${litRender.ifDefined(context.additionalText)}</span>`;
|
|
7
|
-
const block4 = (context, tags, suffix) => litRender.html`<span class="ui5-tab-strip-itemText" id="${litRender.ifDefined(context._id)}-text"
|
|
7
|
+
const block4 = (context, tags, suffix) => litRender.html`<span class="ui5-tab-strip-itemText" id="${litRender.ifDefined(context._id)}-text">${ context.semanticIconName ? block5(context, tags, suffix) : undefined }${litRender.ifDefined(context.displayText)}${ context.isSingleClickArea ? block6(context, tags, suffix) : undefined }</span>`;
|
|
8
|
+
const block5 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="${litRender.ifDefined(context.semanticIconClasses)}" name="${litRender.ifDefined(context.semanticIconName)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon class="${litRender.ifDefined(context.semanticIconClasses)}" name="${litRender.ifDefined(context.semanticIconName)}"></ui5-icon>`;
|
|
9
|
+
const block6 = (context, tags, suffix) => suffix ? litRender.html`<span class="ui5-tab-single-click-icon"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down"></${litRender.scopeTag("ui5-icon", tags, suffix)}></span>` : litRender.html`<span class="ui5-tab-single-click-icon"><ui5-icon name="slim-arrow-down"></ui5-icon></span>`;
|
|
10
|
+
const block7 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-tab-expand-button" @click="${context._onTabExpandButtonClick}"><${litRender.scopeTag("ui5-button", tags, suffix)} .tab=${litRender.ifDefined(context)} icon="slim-arrow-down" design="Transparent" tabindex="-1" ?disabled="${context.disabled}" aria-haspopup="true"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-tab-expand-button" @click="${context._onTabExpandButtonClick}"><ui5-button .tab=${litRender.ifDefined(context)} icon="slim-arrow-down" design="Transparent" tabindex="-1" ?disabled="${context.disabled}" aria-haspopup="true"></ui5-button></div>`;
|
|
8
11
|
|
|
9
12
|
return block0;
|
|
10
13
|
|
package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorInOverflowTemplate.lit.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-li-custom", tags, suffix)} id="${litRender.ifDefined(context._id)}" data-ui5-stable="${litRender.ifDefined(context.stableDomRef)}" role="separator" class="${litRender.classMap(context.classes)}" disabled></${litRender.scopeTag("ui5-li-custom", tags, suffix)}>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-li-custom", tags, suffix)} id="${litRender.ifDefined(context._id)}" data-ui5-stable="${litRender.ifDefined(context.stableDomRef)}" role="separator" class="${litRender.classMap(context.classes)}" disabled style="${litRender.styleMap(context._style)}"></${litRender.scopeTag("ui5-li-custom", tags, suffix)}>` : litRender.html`<ui5-li-custom id="${litRender.ifDefined(context._id)}" data-ui5-stable="${litRender.ifDefined(context.stableDomRef)}" role="separator" class="${litRender.classMap(context.classes)}" disabled style="${litRender.styleMap(context._style)}"></ui5-li-custom>`;
|
|
4
4
|
|
|
5
5
|
return block0;
|
|
6
6
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-tab-root"><slot></slot
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-tab-root"><slot name="${litRender.ifDefined(context._defaultSlotName)}"></slot>${ litRender.repeat(context.tabs, (item, index) => item._id || index, (item, index) => block1(item)) }</div>`;
|
|
4
|
+
const block1 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._effectiveSlotName)}"></slot>`;
|
|
4
5
|
|
|
5
6
|
return block0;
|
|
6
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
3
|
const block0 = (context, tags, suffix) => litRender.html`<tr class="ui5-table-row-root" tabindex="${litRender.ifDefined(context._tabIndex)}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}" @click="${context._onrowclick}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}" @mouseup="${context._onmouseup}" @touchstart="${context._ontouchstart}" @touchend="${context._ontouchend}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-selected="${litRender.ifDefined(context.selected)}" data-sap-focus-ref part="row" role="row">${ context.isMultiSelect ? block1(context, tags, suffix) : undefined }${ context.shouldPopin ? block2(context) : block4(context) }</tr>${ context.shouldPopin ? block6(context) : undefined } `;
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<td class="ui5-table-multi-select-cell" aria-hidden="true" role="presentation"><${litRender.scopeTag("ui5-checkbox", tags, suffix)} class="ui5-multi-select-checkbox" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context.ariaLabelRowSelection)}" @ui5-change="${litRender.ifDefined(context._handleSelection)}" tabindex="-1"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}></td>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<td class="ui5-table-multi-select-cell" aria-hidden="true" role="presentation"><${litRender.scopeTag("ui5-checkbox", tags, suffix)} class="ui5-multi-select-checkbox" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context.ariaLabelRowSelection)}" @ui5-change="${litRender.ifDefined(context._handleSelection)}" tabindex="-1"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}></td>` : litRender.html`<td class="ui5-table-multi-select-cell" aria-hidden="true" role="presentation"><ui5-checkbox class="ui5-multi-select-checkbox" ?checked="${context.selected}" aria-label="${litRender.ifDefined(context.ariaLabelRowSelection)}" @ui5-change="${litRender.ifDefined(context._handleSelection)}" tabindex="-1"></ui5-checkbox></td>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.visibleCells, (item, index) => item._id || index, (item, index) => block3(item)) }`;
|
|
6
6
|
const block3 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._individualSlot)}"></slot>`;
|
|
7
7
|
const block4 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.cells, (item, index) => item._id || index, (item, index) => block5(item)) }`;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-table-root">${ context.busy ? block1(context, tags, suffix) : undefined }<table border="0" cellspacing="0" cellpadding="0" @keydown="${context._onkeydown}" role="table"><thead><tr id="${litRender.ifDefined(context._columnHeader.id)}" role="row" class="ui5-table-header-row" aria-label="${litRender.ifDefined(context.ariaLabelText)}" tabindex="${litRender.ifDefined(context._columnHeader._tabIndex)}" @click="${context._onColumnHeaderClick}" @keydown="${context._onColumnHeaderKeydown}">${ context.isMultiSelect ? block2(context, tags, suffix) : undefined }${ litRender.repeat(context.visibleColumns, (item, index) => item._id || index, (item, index) => block3(item)) }</tr></thead><tbody>${ litRender.repeat(context.rows, (item, index) => item._id || index, (item, index) => block4(item)) }${ !context.rows.length ? block5(context) : undefined }${ context.growsWithButton ? block7(context) : undefined }${ context.growsOnScroll ? block9() : undefined }</tbody></table></div> `;
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<div tabindex="-1" class="ui5-table-busy-row"><${litRender.scopeTag("ui5-busy-indicator", tags, suffix)} delay="${litRender.ifDefined(context.busyDelay)}" class="ui5-table-busy-ind" style="${litRender.styleMap(context.styles.busy)}" active size="Medium" data-sap-focus-ref></${litRender.scopeTag("ui5-busy-indicator", tags, suffix)}></div>`;
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html`<th class="ui5-table-select-all-column" role="presentation" aria-hidden="true"><${litRender.scopeTag("ui5-checkbox", tags, suffix)} class="ui5-table-select-all-checkbox" ?checked="${context._allRowsSelected}" @ui5-change="${litRender.ifDefined(context._selectAll)}" aria-label="${litRender.ifDefined(context.ariaLabelSelectAllText)}" tabindex="-1"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}></th>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-table-root" @focusin="${context._onfocusin}"><div id="${litRender.ifDefined(context._id)}-before" tabindex="0" class="ui5-table-focusarea"></div>${ context.busy ? block1(context, tags, suffix) : undefined }<table border="0" cellspacing="0" cellpadding="0" @keydown="${context._onkeydown}" role="table" aria-label="${litRender.ifDefined(context.tableAriaLabelText)}"><thead><tr id="${litRender.ifDefined(context._columnHeader.id)}" role="row" class="ui5-table-header-row" aria-label="${litRender.ifDefined(context.ariaLabelText)}" tabindex="${litRender.ifDefined(context._columnHeader._tabIndex)}" @click="${context._onColumnHeaderClick}" @focusin="${context._onColumnHeaderFocused}" @keydown="${context._onColumnHeaderKeydown}">${ context.isMultiSelect ? block2(context, tags, suffix) : undefined }${ litRender.repeat(context.visibleColumns, (item, index) => item._id || index, (item, index) => block3(item)) }</tr></thead><tbody>${ litRender.repeat(context.rows, (item, index) => item._id || index, (item, index) => block4(item)) }${ !context.rows.length ? block5(context) : undefined }${ context.growsWithButton ? block7(context) : undefined }${ context.growsOnScroll ? block9() : undefined }</tbody></table><div id="${litRender.ifDefined(context._id)}-after" tabindex="0" class="ui5-table-focusarea"></div></div> `;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<div tabindex="-1" class="ui5-table-busy-row"><${litRender.scopeTag("ui5-busy-indicator", tags, suffix)} delay="${litRender.ifDefined(context.busyDelay)}" class="ui5-table-busy-ind" style="${litRender.styleMap(context.styles.busy)}" active size="Medium" data-sap-focus-ref></${litRender.scopeTag("ui5-busy-indicator", tags, suffix)}></div>` : litRender.html`<div tabindex="-1" class="ui5-table-busy-row"><ui5-busy-indicator delay="${litRender.ifDefined(context.busyDelay)}" class="ui5-table-busy-ind" style="${litRender.styleMap(context.styles.busy)}" active size="Medium" data-sap-focus-ref></ui5-busy-indicator></div>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<th class="ui5-table-select-all-column" role="presentation" aria-hidden="true"><${litRender.scopeTag("ui5-checkbox", tags, suffix)} class="ui5-table-select-all-checkbox" ?checked="${context._allRowsSelected}" @ui5-change="${litRender.ifDefined(context._selectAll)}" aria-label="${litRender.ifDefined(context.ariaLabelSelectAllText)}" tabindex="-1"></${litRender.scopeTag("ui5-checkbox", tags, suffix)}></th>` : litRender.html`<th class="ui5-table-select-all-column" role="presentation" aria-hidden="true"><ui5-checkbox class="ui5-table-select-all-checkbox" ?checked="${context._allRowsSelected}" @ui5-change="${litRender.ifDefined(context._selectAll)}" aria-label="${litRender.ifDefined(context.ariaLabelSelectAllText)}" tabindex="-1"></ui5-checkbox></th>`;
|
|
6
6
|
const block3 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._individualSlot)}"></slot>`;
|
|
7
7
|
const block4 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._individualSlot)}"></slot>`;
|
|
8
8
|
const block5 = (context, tags, suffix) => litRender.html`${ !context.hideNoData ? block6(context) : undefined }`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
3
|
const block0 = (context, tags, suffix) => litRender.html`${ context.displayValueStateMessagePopover ? block1(context, tags, suffix) : undefined }`;
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-popover", tags, suffix)} skip-registry-update prevent-focus-restore hide-arrow _disable-initial-focus class="ui5-valuestatemessage-popover" style="${litRender.styleMap(context.styles.valueStateMsgPopover)}" placement-type="Bottom" horizontal-align="${litRender.ifDefined(context._valueStatePopoverHorizontalAlign)}"><div slot="header" class="ui5-valuestatemessage-root ${litRender.classMap(context.classes.valueStateMsg)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.hasCustomValueState ? block2(context) : block4(context) }</div></${litRender.scopeTag("ui5-popover", tags, suffix)}>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-popover", tags, suffix)} skip-registry-update prevent-focus-restore hide-arrow _disable-initial-focus class="ui5-valuestatemessage-popover" style="${litRender.styleMap(context.styles.valueStateMsgPopover)}" placement-type="Bottom" horizontal-align="${litRender.ifDefined(context._valueStatePopoverHorizontalAlign)}"><div slot="header" class="ui5-valuestatemessage-root ${litRender.classMap(context.classes.valueStateMsg)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.hasCustomValueState ? block2(context) : block4(context) }</div></${litRender.scopeTag("ui5-popover", tags, suffix)}>` : litRender.html`<ui5-popover skip-registry-update prevent-focus-restore hide-arrow _disable-initial-focus class="ui5-valuestatemessage-popover" style="${litRender.styleMap(context.styles.valueStateMsgPopover)}" placement-type="Bottom" horizontal-align="${litRender.ifDefined(context._valueStatePopoverHorizontalAlign)}"><div slot="header" class="ui5-valuestatemessage-root ${litRender.classMap(context.classes.valueStateMsg)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></ui5-icon>${ context.hasCustomValueState ? block2(context) : block4(context) }</div></ui5-popover>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block3(item)) }`;
|
|
6
6
|
const block3 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
|
|
7
7
|
const block4 = (context, tags, suffix) => litRender.html`${litRender.ifDefined(context.valueStateText)}`;
|
package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} id="${litRender.ifDefined(context._id)}-responsive-popover" class="ui5-time-picker-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow @ui5-after-close="${litRender.ifDefined(context.onResponsivePopoverAfterClose)}" @wheel="${context._handleWheel}" @keydown="${context._onkeydown}"><${litRender.scopeTag("ui5-time-selection", tags, suffix)} id="${litRender.ifDefined(context._id)}-time-sel" value="${litRender.ifDefined(context._timeSelectionValue)}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .hideHours="${litRender.ifDefined(context.hideHours)}" .hideMinutes="${litRender.ifDefined(context.hideMinutes)}" .hideSeconds="${litRender.ifDefined(context.hideSeconds)}" .minutesStep="${litRender.ifDefined(context.minutesStep)}" .secondsStep="${litRender.ifDefined(context.secondsStep)}" .maxHours="${litRender.ifDefined(context.maxHours)}" .maxMinutes="${litRender.ifDefined(context.maxMinutes)}" .maxSeconds="${litRender.ifDefined(context.maxSeconds)}" @ui5-change="${litRender.ifDefined(context.onTimeSelectionChange)}"></${litRender.scopeTag("ui5-time-selection", tags, suffix)}><div slot="footer" class="ui5-time-picker-footer" @keydown=${context._onfooterkeydown}><${litRender.scopeTag("ui5-button", tags, suffix)} id="submit" design="Emphasized" @click="${context.submitPickers}">${litRender.ifDefined(context.submitButtonLabel)}</${litRender.scopeTag("ui5-button", tags, suffix)}><${litRender.scopeTag("ui5-button", tags, suffix)} id="close" design="Transparent" @click="${context.closePicker}">${litRender.ifDefined(context.cancelButtonLabel)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} id="${litRender.ifDefined(context._id)}-responsive-popover" class="ui5-time-picker-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow @ui5-after-close="${litRender.ifDefined(context.onResponsivePopoverAfterClose)}" @wheel="${context._handleWheel}" @keydown="${context._onkeydown}"><${litRender.scopeTag("ui5-time-selection", tags, suffix)} id="${litRender.ifDefined(context._id)}-time-sel" value="${litRender.ifDefined(context._timeSelectionValue)}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .hideHours="${litRender.ifDefined(context.hideHours)}" .hideMinutes="${litRender.ifDefined(context.hideMinutes)}" .hideSeconds="${litRender.ifDefined(context.hideSeconds)}" .minutesStep="${litRender.ifDefined(context.minutesStep)}" .secondsStep="${litRender.ifDefined(context.secondsStep)}" .maxHours="${litRender.ifDefined(context.maxHours)}" .maxMinutes="${litRender.ifDefined(context.maxMinutes)}" .maxSeconds="${litRender.ifDefined(context.maxSeconds)}" @ui5-change="${litRender.ifDefined(context.onTimeSelectionChange)}"></${litRender.scopeTag("ui5-time-selection", tags, suffix)}><div slot="footer" class="ui5-time-picker-footer" @keydown=${context._onfooterkeydown}><${litRender.scopeTag("ui5-button", tags, suffix)} id="submit" design="Emphasized" @click="${context.submitPickers}">${litRender.ifDefined(context.submitButtonLabel)}</${litRender.scopeTag("ui5-button", tags, suffix)}><${litRender.scopeTag("ui5-button", tags, suffix)} id="close" design="Transparent" @click="${context.closePicker}">${litRender.ifDefined(context.cancelButtonLabel)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>` : litRender.html`<ui5-responsive-popover id="${litRender.ifDefined(context._id)}-responsive-popover" class="ui5-time-picker-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow @ui5-after-close="${litRender.ifDefined(context.onResponsivePopoverAfterClose)}" @wheel="${context._handleWheel}" @keydown="${context._onkeydown}"><ui5-time-selection id="${litRender.ifDefined(context._id)}-time-sel" value="${litRender.ifDefined(context._timeSelectionValue)}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .hideHours="${litRender.ifDefined(context.hideHours)}" .hideMinutes="${litRender.ifDefined(context.hideMinutes)}" .hideSeconds="${litRender.ifDefined(context.hideSeconds)}" .minutesStep="${litRender.ifDefined(context.minutesStep)}" .secondsStep="${litRender.ifDefined(context.secondsStep)}" .maxHours="${litRender.ifDefined(context.maxHours)}" .maxMinutes="${litRender.ifDefined(context.maxMinutes)}" .maxSeconds="${litRender.ifDefined(context.maxSeconds)}" @ui5-change="${litRender.ifDefined(context.onTimeSelectionChange)}"></ui5-time-selection><div slot="footer" class="ui5-time-picker-footer" @keydown=${context._onfooterkeydown}><ui5-button id="submit" design="Emphasized" @click="${context.submitPickers}">${litRender.ifDefined(context.submitButtonLabel)}</ui5-button><ui5-button id="close" design="Transparent" @click="${context.closePicker}">${litRender.ifDefined(context.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>`;
|
|
4
4
|
|
|
5
5
|
return block0;
|
|
6
6
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-time-picker-root"><${litRender.scopeTag("ui5-input", tags, suffix)} id="${litRender.ifDefined(context._id)}-inner" value="${litRender.ifDefined(context.value)}" placeholder="${litRender.ifDefined(context._placeholder)}" ?disabled="${context.disabled}" ?readonly="${context.readonly}" value-state="${litRender.ifDefined(context.valueState)}" ._inputAccInfo="${litRender.ifDefined(context.accInfo)}" data-sap-focus-ref @click="${context._handleInputClick}" @ui5-change="${litRender.ifDefined(context._handleInputChange)}" @ui5-input="${litRender.ifDefined(context._handleInputLiveChange)}" class="ui5-time-picker-input" @keydown="${context._onkeydown}">${ context.valueStateMessage.length ? block1() : undefined }${ !context.readonly ? block2(context, tags, suffix) : undefined }</${litRender.scopeTag("ui5-input", tags, suffix)}></div>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-time-picker-root"><${litRender.scopeTag("ui5-input", tags, suffix)} id="${litRender.ifDefined(context._id)}-inner" value="${litRender.ifDefined(context.value)}" placeholder="${litRender.ifDefined(context._placeholder)}" ?disabled="${context.disabled}" ?readonly="${context.readonly}" value-state="${litRender.ifDefined(context.valueState)}" ._inputAccInfo="${litRender.ifDefined(context.accInfo)}" data-sap-focus-ref @click="${context._handleInputClick}" @ui5-change="${litRender.ifDefined(context._handleInputChange)}" @ui5-input="${litRender.ifDefined(context._handleInputLiveChange)}" class="ui5-time-picker-input" @keydown="${context._onkeydown}">${ context.valueStateMessage.length ? block1() : undefined }${ !context.readonly ? block2(context, tags, suffix) : undefined }</${litRender.scopeTag("ui5-input", tags, suffix)}></div>` : litRender.html`<div id="${litRender.ifDefined(context._id)}" class="ui5-time-picker-root"><ui5-input id="${litRender.ifDefined(context._id)}-inner" value="${litRender.ifDefined(context.value)}" placeholder="${litRender.ifDefined(context._placeholder)}" ?disabled="${context.disabled}" ?readonly="${context.readonly}" value-state="${litRender.ifDefined(context.valueState)}" ._inputAccInfo="${litRender.ifDefined(context.accInfo)}" data-sap-focus-ref @click="${context._handleInputClick}" @ui5-change="${litRender.ifDefined(context._handleInputChange)}" @ui5-input="${litRender.ifDefined(context._handleInputLiveChange)}" class="ui5-time-picker-input" @keydown="${context._onkeydown}">${ context.valueStateMessage.length ? block1() : undefined }${ !context.readonly ? block2(context, tags, suffix) : undefined }</ui5-input></div>`;
|
|
4
4
|
const block1 = (context, tags, suffix) => litRender.html`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`;
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} slot="icon" name="${litRender.ifDefined(context.openIconName)}" tabindex="-1" show-tooltip @click="${context.togglePicker}" input-icon ?pressed="${context._isPickerOpen}" class="ui5-time-picker-input-icon-button"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} slot="icon" name="${litRender.ifDefined(context.openIconName)}" tabindex="-1" show-tooltip @click="${context.togglePicker}" input-icon ?pressed="${context._isPickerOpen}" class="ui5-time-picker-input-icon-button"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon slot="icon" name="${litRender.ifDefined(context.openIconName)}" tabindex="-1" show-tooltip @click="${context.togglePicker}" input-icon ?pressed="${context._isPickerOpen}" class="ui5-time-picker-input-icon-button"></ui5-icon>`;
|
|
6
6
|
|
|
7
7
|
return block0;
|
|
8
8
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
3
|
const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.root)}" tabindex="-1" @keydown=${context._onkeydown} @focusin="${context._onfocusin}" @focusout="${context._onfocusout}">${ context._hasHoursSlider ? block1(context, tags, suffix) : undefined }${ context._hasMinutesSlider ? block2(context, tags, suffix) : undefined }${ context._hasSecondsSlider ? block3(context, tags, suffix) : undefined }${ context._hasPeriodsSlider ? block4(context, tags, suffix) : undefined }</div>`;
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.hoursSliderTitle)}" ._items="${litRender.ifDefined(context.hoursArray)}" data-sap-focus-ref ?expanded="${context._hoursSliderFocused}" value="${litRender.ifDefined(context._hours)}" @ui5-select="${litRender.ifDefined(context.onHoursChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="hours" ?cyclic="${context._isCyclic}"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>`;
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.minutesSliderTitle)}" ._items="${litRender.ifDefined(context.minutesArray)}" ?expanded="${context._minutesSliderFocused}" value="${litRender.ifDefined(context._minutes)}" @ui5-select="${litRender.ifDefined(context.onMinutesChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="minutes" ?cyclic="${context._isCyclic}"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>`;
|
|
6
|
-
const block3 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.secondsSliderTitle)}" ._items="${litRender.ifDefined(context.secondsArray)}" ?expanded="${context._secondsSliderFocused}" value="${litRender.ifDefined(context._seconds)}" @ui5-select="${litRender.ifDefined(context.onSecondsChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="seconds" ?cyclic="${context._isCyclic}"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>`;
|
|
7
|
-
const block4 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.periodSliderTitle)}" ._items="${litRender.ifDefined(context.periodsArray)}" ?expanded="${context._periodSliderFocused}" value="${litRender.ifDefined(context._period)}" @ui5-select="${litRender.ifDefined(context.onPeriodChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="periods"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.hoursSliderTitle)}" ._items="${litRender.ifDefined(context.hoursArray)}" data-sap-focus-ref ?expanded="${context._hoursSliderFocused}" value="${litRender.ifDefined(context._hours)}" @ui5-select="${litRender.ifDefined(context.onHoursChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="hours" ?cyclic="${context._isCyclic}"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>` : litRender.html`<ui5-wheelslider label = "${litRender.ifDefined(context.hoursSliderTitle)}" ._items="${litRender.ifDefined(context.hoursArray)}" data-sap-focus-ref ?expanded="${context._hoursSliderFocused}" value="${litRender.ifDefined(context._hours)}" @ui5-select="${litRender.ifDefined(context.onHoursChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="hours" ?cyclic="${context._isCyclic}"></ui5-wheelslider>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.minutesSliderTitle)}" ._items="${litRender.ifDefined(context.minutesArray)}" ?expanded="${context._minutesSliderFocused}" value="${litRender.ifDefined(context._minutes)}" @ui5-select="${litRender.ifDefined(context.onMinutesChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="minutes" ?cyclic="${context._isCyclic}"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>` : litRender.html`<ui5-wheelslider label = "${litRender.ifDefined(context.minutesSliderTitle)}" ._items="${litRender.ifDefined(context.minutesArray)}" ?expanded="${context._minutesSliderFocused}" value="${litRender.ifDefined(context._minutes)}" @ui5-select="${litRender.ifDefined(context.onMinutesChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="minutes" ?cyclic="${context._isCyclic}"></ui5-wheelslider>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.secondsSliderTitle)}" ._items="${litRender.ifDefined(context.secondsArray)}" ?expanded="${context._secondsSliderFocused}" value="${litRender.ifDefined(context._seconds)}" @ui5-select="${litRender.ifDefined(context.onSecondsChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="seconds" ?cyclic="${context._isCyclic}"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>` : litRender.html`<ui5-wheelslider label = "${litRender.ifDefined(context.secondsSliderTitle)}" ._items="${litRender.ifDefined(context.secondsArray)}" ?expanded="${context._secondsSliderFocused}" value="${litRender.ifDefined(context._seconds)}" @ui5-select="${litRender.ifDefined(context.onSecondsChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="seconds" ?cyclic="${context._isCyclic}"></ui5-wheelslider>`;
|
|
7
|
+
const block4 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-wheelslider", tags, suffix)} label = "${litRender.ifDefined(context.periodSliderTitle)}" ._items="${litRender.ifDefined(context.periodsArray)}" ?expanded="${context._periodSliderFocused}" value="${litRender.ifDefined(context._period)}" @ui5-select="${litRender.ifDefined(context.onPeriodChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="periods"></${litRender.scopeTag("ui5-wheelslider", tags, suffix)}>` : litRender.html`<ui5-wheelslider label = "${litRender.ifDefined(context.periodSliderTitle)}" ._items="${litRender.ifDefined(context.periodsArray)}" ?expanded="${context._periodSliderFocused}" value="${litRender.ifDefined(context._period)}" @ui5-select="${litRender.ifDefined(context.onPeriodChange)}" @click="${context.selectSlider}" @focusin="${context.selectSlider}" data-sap-slider="periods"></ui5-wheelslider>`;
|
|
8
8
|
|
|
9
9
|
return block0;
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<button type="button" class="ui5-button-root" ?disabled="${context.disabled}" data-sap-focus-ref aria-pressed="${litRender.ifDefined(context.pressed)}"
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-button-icon" name="${litRender.ifDefined(context.icon)}" part="icon" ?show-tooltip=${context.showIconTooltip}></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<button type="button" class="ui5-button-root" ?disabled="${context.disabled}" data-sap-focus-ref aria-pressed="${litRender.ifDefined(context.pressed)}" @focusout=${context._onfocusout} @focusin=${context._onfocusin} @click=${context._onclick} @mousedown=${context._onmousedown} @mouseup=${context._onmouseup} @keydown=${context._onkeydown} @keyup=${context._onkeyup} @touchstart="${context._ontouchstart}" @touchend="${context._ontouchend}" tabindex=${litRender.ifDefined(context.tabIndexValue)} aria-expanded="${litRender.ifDefined(context.accessibilityAttributes.expanded)}" aria-controls="${litRender.ifDefined(context.accessibilityAttributes.controls)}" aria-haspopup="${litRender.ifDefined(context.accessibilityAttributes.hasPopup)}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" title="${litRender.ifDefined(context.tooltip)}" part="button">${ context.icon ? block1(context, tags, suffix) : undefined }<span id="${litRender.ifDefined(context._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${ context.hasButtonType ? block2(context) : undefined }</button> `;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-button-icon" name="${litRender.ifDefined(context.icon)}" part="icon" ?show-tooltip=${context.showIconTooltip}></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon class="ui5-button-icon" name="${litRender.ifDefined(context.icon)}" part="icon" ?show-tooltip=${context.showIconTooltip}></ui5-icon>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`<span class="ui5-hidden-text">${litRender.ifDefined(context.buttonTypeText)}</span>`;
|
|
6
6
|
|
|
7
7
|
return block0;
|
|
@@ -3,7 +3,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], funct
|
|
|
3
3
|
const block0 = (context, tags, suffix) => litRender.html`<div tabindex="${litRender.ifDefined(context._tabIndex)}" @click="${context._handleSelect}" @focusin="${context._focusin}" @focusout="${context._focusout}" @keydown="${context._keydown}" class="ui5-token--wrapper" dir="${litRender.ifDefined(context.effectiveDir)}" role="option" aria-selected="${litRender.ifDefined(context.selected)}"><span class="ui5-token--text">${litRender.ifDefined(context.text)}</span>${ !context.readonly ? block1(context, tags, suffix) : undefined }</div>`;
|
|
4
4
|
const block1 = (context, tags, suffix) => litRender.html`<div class="ui5-token--icon" @click="${context._delete}">${ context.closeIcon.length ? block2() : block3(context, tags, suffix) }</div>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`<slot name="closeIcon"></slot>`;
|
|
6
|
-
const block3 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.iconURI)}" accessible-name="${litRender.ifDefined(context.tokenDeletableText)}" show-tooltip></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
6
|
+
const block3 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} name="${litRender.ifDefined(context.iconURI)}" accessible-name="${litRender.ifDefined(context.tokenDeletableText)}" show-tooltip></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon name="${litRender.ifDefined(context.iconURI)}" accessible-name="${litRender.ifDefined(context.tokenDeletableText)}" show-tooltip></ui5-icon>`;
|
|
7
7
|
|
|
8
8
|
return block0;
|
|
9
9
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} tokenizer-popover="true" style=${litRender.styleMap(context.styles.popover)}
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<div
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html`<div class="
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} tokenizer-popover="true" style=${litRender.styleMap(context.styles.popover)} ?content-only-on-desktop="${context.hasValueState}" hide-arrow placement-type="Bottom" horizontal-align="Left"><div slot="header" class="ui5-responsive-popover-header" style="${litRender.styleMap(context.styles.popoverHeader)}">${ context._isPhone ? block1(context, tags, suffix) : undefined }${ !context.hasValueState ? block2(context, tags, suffix) : undefined }</div><${litRender.scopeTag("ui5-list", tags, suffix)} class="ui5-tokenizer-list" mode="Delete" @ui5-item-delete=${litRender.ifDefined(context.itemDelete)}>${ litRender.repeat(context._tokens, (item, index) => item._id || index, (item, index) => block4(item, index, context, tags, suffix)) }</${litRender.scopeTag("ui5-list", tags, suffix)}>${ context._isPhone ? block5(context, tags, suffix) : undefined }</${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>` : litRender.html`<ui5-responsive-popover tokenizer-popover="true" style=${litRender.styleMap(context.styles.popover)} ?content-only-on-desktop="${context.hasValueState}" hide-arrow placement-type="Bottom" horizontal-align="Left"><div slot="header" class="ui5-responsive-popover-header" style="${litRender.styleMap(context.styles.popoverHeader)}">${ context._isPhone ? block1(context, tags, suffix) : undefined }${ !context.hasValueState ? block2(context, tags, suffix) : undefined }</div><ui5-list class="ui5-tokenizer-list" mode="Delete" @ui5-item-delete=${litRender.ifDefined(context.itemDelete)}>${ litRender.repeat(context._tokens, (item, index) => item._id || index, (item, index) => block4(item, index, context, tags, suffix)) }</ui5-list>${ context._isPhone ? block5(context, tags, suffix) : undefined }</ui5-responsive-popover>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<div class="row" style="${litRender.styleMap(context.styles.popoverHeaderTitle)}"><${litRender.scopeTag("ui5-title", tags, suffix)} level="H5" class="ui5-responsive-popover-header-text">${litRender.ifDefined(context.morePopoverTitle)}</${litRender.scopeTag("ui5-title", tags, suffix)}><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context.closeMorePopover}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="row" style="${litRender.styleMap(context.styles.popoverHeaderTitle)}"><ui5-title level="H5" class="ui5-responsive-popover-header-text">${litRender.ifDefined(context.morePopoverTitle)}</ui5-title><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context.closeMorePopover}"></ui5-button></div>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<div class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverValueStateMessage)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block3(item)) }</div>` : litRender.html`<div class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverValueStateMessage)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></ui5-icon>${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block3(item)) }</div>`;
|
|
6
6
|
const block3 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
|
|
7
|
-
const block4 = (item, index, context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} .tokenRef=${litRender.ifDefined(item)}>${litRender.ifDefined(item.text)}</${litRender.scopeTag("ui5-li", tags, suffix)}>`;
|
|
8
|
-
const block5 = (context, tags, suffix) => litRender.html`<div slot="footer" class="ui5-responsive-popover-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context.closeMorePopover}">OK</${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
|
|
7
|
+
const block4 = (item, index, context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} .tokenRef=${litRender.ifDefined(item)}>${litRender.ifDefined(item.text)}</${litRender.scopeTag("ui5-li", tags, suffix)}>` : litRender.html`<ui5-li .tokenRef=${litRender.ifDefined(item)}>${litRender.ifDefined(item.text)}</ui5-li>`;
|
|
8
|
+
const block5 = (context, tags, suffix) => suffix ? litRender.html`<div slot="footer" class="ui5-responsive-popover-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context.closeMorePopover}">OK</${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div slot="footer" class="ui5-responsive-popover-footer"><ui5-button design="Transparent" @click="${context.closeMorePopover}">OK</ui5-button></div>`;
|
|
9
9
|
|
|
10
10
|
return block0;
|
|
11
11
|
|