@openui5/sap.ui.webc.main 1.99.1 → 1.102.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +5 -5
- package/package.json +3 -3
- package/src/sap/ui/webc/main/.library +12 -8
- package/src/sap/ui/webc/main/Avatar.js +12 -3
- 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 +20 -11
- 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 +24 -10
- package/src/sap/ui/webc/main/ColorPalette.js +3 -2
- package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
- package/src/sap/ui/webc/main/ColorPalettePopover.js +6 -5
- package/src/sap/ui/webc/main/ColorPicker.js +1 -1
- package/src/sap/ui/webc/main/ComboBox.js +18 -9
- 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 +21 -8
- package/src/sap/ui/webc/main/DateRangePicker.js +19 -7
- package/src/sap/ui/webc/main/DateTimePicker.js +21 -8
- package/src/sap/ui/webc/main/Dialog.js +29 -8
- package/src/sap/ui/webc/main/FileUploader.js +19 -9
- package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
- package/src/sap/ui/webc/main/Icon.js +5 -10
- package/src/sap/ui/webc/main/Input.js +28 -13
- package/src/sap/ui/webc/main/Label.js +3 -3
- package/src/sap/ui/webc/main/Link.js +24 -9
- 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 +17 -8
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +90 -10
- package/src/sap/ui/webc/main/Option.js +20 -7
- package/src/sap/ui/webc/main/Panel.js +4 -5
- package/src/sap/ui/webc/main/Popover.js +43 -10
- package/src/sap/ui/webc/main/ProgressIndicator.js +22 -11
- package/src/sap/ui/webc/main/RadioButton.js +19 -10
- package/src/sap/ui/webc/main/RangeSlider.js +13 -6
- package/src/sap/ui/webc/main/RatingIndicator.js +26 -10
- package/src/sap/ui/webc/main/ResponsivePopover.js +43 -8
- package/src/sap/ui/webc/main/SegmentedButton.js +16 -8
- package/src/sap/ui/webc/main/SegmentedButtonItem.js +15 -7
- package/src/sap/ui/webc/main/Select.js +20 -10
- package/src/sap/ui/webc/main/Slider.js +17 -6
- package/src/sap/ui/webc/main/SplitButton.js +14 -6
- package/src/sap/ui/webc/main/StandardListItem.js +1 -1
- package/src/sap/ui/webc/main/StepInput.js +20 -8
- 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 +34 -7
- package/src/sap/ui/webc/main/Tab.js +27 -7
- package/src/sap/ui/webc/main/TabContainer.js +14 -5
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +26 -5
- 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 +20 -11
- package/src/sap/ui/webc/main/TimePicker.js +17 -6
- 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 +15 -8
- package/src/sap/ui/webc/main/Token.js +1 -1
- package/src/sap/ui/webc/main/Tree.js +2 -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 +61 -0
- 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 +37 -0
- 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 +94 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +58 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +58 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +58 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +58 -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 +58 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +59 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +60 -2
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +60 -2
- 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 +106 -22
- package/src/sap/ui/webc/main/thirdparty/Badge.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +42 -6
- package/src/sap/ui/webc/main/thirdparty/Button.js +19 -12
- package/src/sap/ui/webc/main/thirdparty/Calendar.js +4 -4
- 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 +40 -13
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +13 -9
- package/src/sap/ui/webc/main/thirdparty/ComboBoxFilters.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +12 -8
- package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Dialog.js +18 -5
- package/src/sap/ui/webc/main/thirdparty/FileUploader.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -7
- package/src/sap/ui/webc/main/thirdparty/Input.js +48 -14
- package/src/sap/ui/webc/main/thirdparty/Interfaces.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/Label.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/Link.js +5 -3
- package/src/sap/ui/webc/main/thirdparty/List.js +36 -11
- 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 +310 -39
- 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/Panel.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/Popover.js +46 -57
- package/src/sap/ui/webc/main/thirdparty/Popup.js +36 -18
- package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/RadioButton.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +6 -4
- package/src/sap/ui/webc/main/thirdparty/SegmentedButtonItem.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/Select.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/Slider.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +9 -6
- package/src/sap/ui/webc/main/thirdparty/SplitButton.js +15 -6
- package/src/sap/ui/webc/main/thirdparty/Switch.js +7 -4
- package/src/sap/ui/webc/main/thirdparty/Tab.js +72 -9
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +202 -60
- 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 +31 -55
- package/src/sap/ui/webc/main/thirdparty/TextArea.js +2 -2
- 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 +79 -24
- package/src/sap/ui/webc/main/thirdparty/Tree.js +3 -1
- package/src/sap/ui/webc/main/thirdparty/{ComboBoxFilters-f59100bd.js → _chunks/ComboBoxFilters.js} +0 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ar-7d8b4442.js → _chunks/messagebundle_ar.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_bg-9ad96f98.js → _chunks/messagebundle_bg.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ca-f1555bd9.js → _chunks/messagebundle_ca.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_cs-ef8aa726.js → _chunks/messagebundle_cs.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_cy-990b67d4.js → _chunks/messagebundle_cy.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_da-10ddad8e.js → _chunks/messagebundle_da.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_de-3df474de.js → _chunks/messagebundle_de.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_el-26906c8d.js → _chunks/messagebundle_el.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en-f820b936.js → _chunks/messagebundle_en.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_GB-2d06b0a2.js → _chunks/messagebundle_en_GB.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_sappsd-5a02ac90.js → _chunks/messagebundle_en_US_sappsd.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saprigi-789390fa.js → _chunks/messagebundle_en_US_saprigi.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saptrc-b8adcdb7.js → _chunks/messagebundle_en_US_saptrc.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_es-fb48a8d9.js → _chunks/messagebundle_es.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_es_MX-1649847d.js → _chunks/messagebundle_es_MX.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_et-21441666.js → _chunks/messagebundle_et.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_fi-a7a6ed50.js → _chunks/messagebundle_fi.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr-7d25aa37.js → _chunks/messagebundle_fr.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr_CA-f0885bcd.js → _chunks/messagebundle_fr_CA.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_hi-4ff3dc19.js → _chunks/messagebundle_hi.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_hr-27ea5966.js → _chunks/messagebundle_hr.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_hu-4e7efab2.js → _chunks/messagebundle_hu.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_in-7ab9b6f2.js → _chunks/messagebundle_in.js} +0 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_it-05136e9a.js → _chunks/messagebundle_it.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_iw-e57af9b5.js → _chunks/messagebundle_iw.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ja-548e66ac.js → _chunks/messagebundle_ja.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_kk-9a532b4c.js → _chunks/messagebundle_kk.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ko-85246117.js → _chunks/messagebundle_ko.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_lt-fd1ed9a8.js → _chunks/messagebundle_lt.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_lv-528ee0b5.js → _chunks/messagebundle_lv.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ms-ab977639.js → _chunks/messagebundle_ms.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_nl-6ef0aca9.js → _chunks/messagebundle_nl.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_no-598c70b3.js → _chunks/messagebundle_no.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_pl-3c6bd3f7.js → _chunks/messagebundle_pl.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt-a38c9a95.js → _chunks/messagebundle_pt.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt_PT-6216e41a.js → _chunks/messagebundle_pt_PT.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ro-4efbaf89.js → _chunks/messagebundle_ro.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ru-c8cc395e.js → _chunks/messagebundle_ru.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sh-a18343ab.js → _chunks/messagebundle_sh.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sk-cbb7b742.js → _chunks/messagebundle_sk.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sl-39b012e5.js → _chunks/messagebundle_sl.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sv-68d03f9d.js → _chunks/messagebundle_sv.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_th-e0f152c1.js → _chunks/messagebundle_th.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_tr-10848533.js → _chunks/messagebundle_tr.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_uk-64f282f3.js → _chunks/messagebundle_uk.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_vi-c6d60018.js → _chunks/messagebundle_vi.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_CN-3be28696.js → _chunks/messagebundle_zh_CN.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_TW-229e0d2b.js → _chunks/messagebundle_zh_TW.js} +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css.js +13 -0
- 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 +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css3.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css4.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css5.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css6.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css7.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css8.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css9.js +13 -0
- 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/DatePickerPopover.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/PopupGlobal.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/SelectPopover.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/TimePickerPopover.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/TokenizerPopover.css +1 -0
- 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/features/InputSuggestions.js +3 -1
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +6 -3
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +13 -10
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/i18n.js +48 -48
- 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 +4 -4
- 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 +3 -3
- 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 +3 -3
- 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/RatingIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +7 -7
- 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/TextAreaTemplate.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 +2 -2
- 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/DatePickerPopover.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/PopupGlobal.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/SelectPopover.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/TimePickerPopover.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/TokenizerPopover.css.js +13 -0
- 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
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-87f538cb.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-91761a3a.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-9a20ee88.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ae75ba99.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-b27de009.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ba83be15.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-c6c72cae.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dc4174de.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dd344116.js +0 -13
|
@@ -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`<div class="ui5-rating-indicator-root" role="slider" aria-roledescription="${litRender.ifDefined(context._ariaRoleDescription)}" aria-valuemin="0" aria-valuenow="${litRender.ifDefined(context.value)}" aria-valuemax="${litRender.ifDefined(context.max)}" aria-orientation="horizontal" aria-disabled="${litRender.ifDefined(context._ariaDisabled)}" aria-readonly="${litRender.ifDefined(context.ariaReadonly)}" tabindex="${litRender.ifDefined(context.tabIndex)}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}" @click="${context._onclick}" @keydown="${context._onkeydown}" title="${litRender.ifDefined(context.tooltip)}" aria-label="${litRender.ifDefined(context.accessibleName)}"><div class="ui5-rating-indicator-stars-wrapper">${ litRender.repeat(context._stars, (item, index) => item._id || index, (item, index) => block1(item, index, context)) }</div></div>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-rating-indicator-root" role="slider" aria-roledescription="${litRender.ifDefined(context._ariaRoleDescription)}" aria-valuemin="0" aria-valuenow="${litRender.ifDefined(context.value)}" aria-valuemax="${litRender.ifDefined(context.max)}" aria-valuetext="${litRender.ifDefined(context.value)} of ${litRender.ifDefined(context.max)}" aria-orientation="horizontal" aria-disabled="${litRender.ifDefined(context._ariaDisabled)}" aria-readonly="${litRender.ifDefined(context.ariaReadonly)}" tabindex="${litRender.ifDefined(context.tabIndex)}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}" @click="${context._onclick}" @keydown="${context._onkeydown}" title="${litRender.ifDefined(context.tooltip)}" aria-label="${litRender.ifDefined(context.accessibleName)}"><div class="ui5-rating-indicator-stars-wrapper" aria-hidden="true">${ litRender.repeat(context._stars, (item, index) => item._id || index, (item, index) => block1(item, index, context)) }</div></div>`;
|
|
4
4
|
const block1 = (item, index, context, tags, suffix) => litRender.html`${ item.selected ? block2(item) : block3(item, index, context) }`;
|
|
5
5
|
const block2 = (item, index, context, tags, suffix) => litRender.html`<div class="ui5-rating-indicator-icon ui5-rating-indicator-active-icon" data-value="${litRender.ifDefined(item.index)}">★</div>`;
|
|
6
6
|
const block3 = (item, index, context, tags, suffix) => litRender.html`${ item.halfStar ? block4(item) : block5(item, index, context) }`;
|
package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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._isPhone ? block1(context, tags, suffix) : block7(context) }`;
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-dialog", tags, suffix)} accessible-name=${litRender.ifDefined(context.accessibleName)} accessible-name-ref=${litRender.ifDefined(context.accessibleNameRef)}
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-dialog", tags, suffix)} accessible-name=${litRender.ifDefined(context.accessibleName)} accessible-name-ref=${litRender.ifDefined(context.accessibleNameRef)} stretch _disable-initial-focus @ui5-before-open="${litRender.ifDefined(context._beforeDialogOpen)}" @ui5-after-open="${litRender.ifDefined(context._propagateDialogEvent)}" @ui5-before-close="${litRender.ifDefined(context._propagateDialogEvent)}" @ui5-after-close="${litRender.ifDefined(context._afterDialogClose)}" exportparts="content, header, footer">${ !context._hideHeader ? block2(context, tags, suffix) : undefined }<slot></slot><slot slot="footer" name="footer"></slot></${litRender.scopeTag("ui5-dialog", tags, suffix)}>` : litRender.html`<ui5-dialog accessible-name=${litRender.ifDefined(context.accessibleName)} accessible-name-ref=${litRender.ifDefined(context.accessibleNameRef)} stretch _disable-initial-focus @ui5-before-open="${litRender.ifDefined(context._beforeDialogOpen)}" @ui5-after-open="${litRender.ifDefined(context._propagateDialogEvent)}" @ui5-before-close="${litRender.ifDefined(context._propagateDialogEvent)}" @ui5-after-close="${litRender.ifDefined(context._afterDialogClose)}" exportparts="content, header, footer">${ !context._hideHeader ? block2(context, tags, suffix) : undefined }<slot></slot><slot slot="footer" name="footer"></slot></ui5-dialog>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`${ context.header.length ? block3() : block4(context, tags, suffix) }`;
|
|
6
6
|
const block3 = (context, tags, suffix) => litRender.html`<slot slot="header" name="header"></slot>`;
|
|
7
|
-
const block4 = (context, tags, suffix) => litRender.html`<
|
|
8
|
-
const block5 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-title", tags, suffix)} level="H2" class="ui5-popup-header-text ui5-responsive-popover-header-text">${litRender.ifDefined(context.headerText)}</${litRender.scopeTag("ui5-title", tags, suffix)}>`;
|
|
9
|
-
const block6 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} icon="decline" design="Transparent" aria-label="${litRender.ifDefined(context._closeDialogAriaLabel)}" @click="${context.close}"></${litRender.scopeTag("ui5-button", tags, suffix)}>`;
|
|
10
|
-
const block7 = (context, tags, suffix) => litRender.html`<section style="${litRender.styleMap(context.styles.root)}" class="${litRender.classMap(context.classes.root)}" role="dialog" aria-modal="${litRender.ifDefined(context._ariaModal)}" aria-label="${litRender.ifDefined(context._ariaLabel)}" aria-labelledby="${litRender.ifDefined(context._ariaLabelledBy)}"
|
|
11
|
-
const block8 = (context, tags, suffix) => litRender.html`<header class="ui5-popup-header-root" id="ui5-popup-header">${ context.header.length ? block9() : block10(context) }</header>`;
|
|
7
|
+
const block4 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.header)}" slot="header">${ context.headerText ? block5(context, tags, suffix) : undefined }${ !context._hideCloseButton ? block6(context, tags, suffix) : undefined }</div>`;
|
|
8
|
+
const block5 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-title", tags, suffix)} level="H2" class="ui5-popup-header-text ui5-responsive-popover-header-text">${litRender.ifDefined(context.headerText)}</${litRender.scopeTag("ui5-title", tags, suffix)}>` : litRender.html`<ui5-title level="H2" class="ui5-popup-header-text ui5-responsive-popover-header-text">${litRender.ifDefined(context.headerText)}</ui5-title>`;
|
|
9
|
+
const block6 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} icon="decline" design="Transparent" aria-label="${litRender.ifDefined(context._closeDialogAriaLabel)}" @click="${context.close}"></${litRender.scopeTag("ui5-button", tags, suffix)}>` : litRender.html`<ui5-button icon="decline" design="Transparent" aria-label="${litRender.ifDefined(context._closeDialogAriaLabel)}" @click="${context.close}"></ui5-button>`;
|
|
10
|
+
const block7 = (context, tags, suffix) => litRender.html`<section style="${litRender.styleMap(context.styles.root)}" class="${litRender.classMap(context.classes.root)}" role="dialog" aria-modal="${litRender.ifDefined(context._ariaModal)}" aria-label="${litRender.ifDefined(context._ariaLabel)}" aria-labelledby="${litRender.ifDefined(context._ariaLabelledBy)}" @keydown=${context._onkeydown} @focusout=${context._onfocusout} @mouseup=${context._onmouseup} @mousedown=${context._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${context.forwardToLast}></span><span class="ui5-popover-arrow" style="${litRender.styleMap(context.styles.arrow)}"></span>${ context._displayHeader ? block8(context) : undefined }<div style="${litRender.styleMap(context.styles.content)}" class="${litRender.classMap(context.classes.content)}" @scroll="${context._scroll}" part="content"><slot></slot></div>${ context._displayFooter ? block11(context) : undefined }<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${context.forwardToFirst}></span></section>`;
|
|
11
|
+
const block8 = (context, tags, suffix) => litRender.html`<header class="ui5-popup-header-root" id="ui5-popup-header" part="header">${ context.header.length ? block9() : block10(context) }</header>`;
|
|
12
12
|
const block9 = (context, tags, suffix) => litRender.html`<slot name="header"></slot>`;
|
|
13
13
|
const block10 = (context, tags, suffix) => litRender.html`<h2 class="ui5-popup-header-text">${litRender.ifDefined(context.headerText)}</h2>`;
|
|
14
14
|
const block11 = (context, tags, suffix) => litRender.html`${ context.footer.length ? block12() : undefined }`;
|
|
15
|
-
const block12 = (context, tags, suffix) => litRender.html`<footer class="ui5-popup-footer-root"><slot name="footer"></slot></footer>`;
|
|
15
|
+
const block12 = (context, tags, suffix) => litRender.html`<footer class="ui5-popup-footer-root" part="footer"><slot name="footer"></slot></footer>`;
|
|
16
16
|
|
|
17
17
|
return block0;
|
|
18
18
|
|
package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js
CHANGED
|
@@ -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`<li role="option" aria-roledescription="${litRender.ifDefined(context.ariaDescription)}" aria-posinset="${litRender.ifDefined(context.posInSet)}" aria-setsize="${litRender.ifDefined(context.sizeOfSet)}" aria-selected="${litRender.ifDefined(context.pressed)}" class="ui5-button-root" aria-disabled="${litRender.ifDefined(context.disabled)}" data-sap-focus-ref dir="${litRender.ifDefined(context.effectiveDir)}" @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-label="${litRender.ifDefined(context.ariaLabelText)}" title="${litRender.ifDefined(context.
|
|
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`<li role="option" aria-roledescription="${litRender.ifDefined(context.ariaDescription)}" aria-posinset="${litRender.ifDefined(context.posInSet)}" aria-setsize="${litRender.ifDefined(context.sizeOfSet)}" aria-selected="${litRender.ifDefined(context.pressed)}" class="ui5-button-root" aria-disabled="${litRender.ifDefined(context.disabled)}" data-sap-focus-ref dir="${litRender.ifDefined(context.effectiveDir)}" @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-label="${litRender.ifDefined(context.ariaLabelText)}" title="${litRender.ifDefined(context.tooltip)}">${ context.icon ? block1(context, tags, suffix) : undefined }<span id="${litRender.ifDefined(context._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span></li> `;
|
|
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
|
|
|
6
6
|
return block0;
|
|
7
7
|
|
|
@@ -1,19 +1,19 @@
|
|
|
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.options ? block1(context, tags, suffix) : undefined }${ context.shouldOpenValueStateMessagePopover ? block13(context, tags, suffix) : undefined }`;
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow _disable-initial-focus placement-type="Bottom" class="ui5-select-popover ${litRender.classMap(context.classes.popover)}" horizontal-align="Stretch" @ui5-after-open="${litRender.ifDefined(context._afterOpen)}" @ui5-before-open="${litRender.ifDefined(context._beforeOpen)}" @ui5-after-close="${litRender.ifDefined(context._afterClose)}" @keydown="${context._onkeydown}">${ context._isPhone ? block2(context, tags, suffix) : undefined }${ !context._isPhone ? block7(context, tags, suffix) : undefined }<${litRender.scopeTag("ui5-list", tags, suffix)} mode="SingleSelectAuto" separators="None" @mousedown="${context._itemMousedown}" @ui5-selection-change="${litRender.ifDefined(context._handleItemPress)}">${ litRender.repeat(context._syncedOptions, (item, index) => item._id || index, (item, index) => block12(item, index, context, tags, suffix)) }</${litRender.scopeTag("ui5-list", tags, suffix)}></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>`;
|
|
5
|
-
const block2 = (context, tags, suffix) => litRender.html`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${litRender.ifDefined(context._headerTitleText)}</span><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context._toggleRespPopover}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>${ context.hasValueStateText ? block3(context) : undefined }</div>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow _disable-initial-focus placement-type="Bottom" class="ui5-select-popover ${litRender.classMap(context.classes.popover)}" horizontal-align="Stretch" @ui5-after-open="${litRender.ifDefined(context._afterOpen)}" @ui5-before-open="${litRender.ifDefined(context._beforeOpen)}" @ui5-after-close="${litRender.ifDefined(context._afterClose)}" @keydown="${context._onkeydown}">${ context._isPhone ? block2(context, tags, suffix) : undefined }${ !context._isPhone ? block7(context, tags, suffix) : undefined }<${litRender.scopeTag("ui5-list", tags, suffix)} mode="SingleSelectAuto" separators="None" @mousedown="${context._itemMousedown}" @ui5-selection-change="${litRender.ifDefined(context._handleItemPress)}">${ litRender.repeat(context._syncedOptions, (item, index) => item._id || index, (item, index) => block12(item, index, context, tags, suffix)) }</${litRender.scopeTag("ui5-list", tags, suffix)}></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>` : litRender.html`<ui5-responsive-popover hide-arrow _disable-initial-focus placement-type="Bottom" class="ui5-select-popover ${litRender.classMap(context.classes.popover)}" horizontal-align="Stretch" @ui5-after-open="${litRender.ifDefined(context._afterOpen)}" @ui5-before-open="${litRender.ifDefined(context._beforeOpen)}" @ui5-after-close="${litRender.ifDefined(context._afterClose)}" @keydown="${context._onkeydown}">${ context._isPhone ? block2(context, tags, suffix) : undefined }${ !context._isPhone ? block7(context, tags, suffix) : undefined }<ui5-list mode="SingleSelectAuto" separators="None" @mousedown="${context._itemMousedown}" @ui5-selection-change="${litRender.ifDefined(context._handleItemPress)}">${ litRender.repeat(context._syncedOptions, (item, index) => item._id || index, (item, index) => block12(item, index, context, tags, suffix)) }</ui5-list></ui5-responsive-popover>`;
|
|
5
|
+
const block2 = (context, tags, suffix) => suffix ? litRender.html`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${litRender.ifDefined(context._headerTitleText)}</span><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context._toggleRespPopover}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div>${ context.hasValueStateText ? block3(context) : undefined }</div>` : litRender.html`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${litRender.ifDefined(context._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context._toggleRespPopover}"></ui5-button></div>${ context.hasValueStateText ? block3(context) : undefined }</div>`;
|
|
6
6
|
const block3 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.popoverValueState)} row ui5-select-value-state-dialog-header">${ context.shouldDisplayDefaultValueStateMessage ? block4(context) : block5(context) }</div>`;
|
|
7
7
|
const block4 = (context, tags, suffix) => litRender.html`${litRender.ifDefined(context.valueStateText)}`;
|
|
8
8
|
const block5 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block6(item)) }`;
|
|
9
9
|
const block6 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
|
|
10
10
|
const block7 = (context, tags, suffix) => litRender.html`${ context.hasValueStateText ? block8(context, tags, suffix) : undefined }`;
|
|
11
|
-
const block8 = (context, tags, suffix) => litRender.html`<div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style=${litRender.styleMap(context.styles.responsivePopoverHeader)}><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageInputIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block9(context) : block10(context) }</div>`;
|
|
11
|
+
const block8 = (context, tags, suffix) => suffix ? litRender.html`<div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style=${litRender.styleMap(context.styles.responsivePopoverHeader)}><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageInputIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block9(context) : block10(context) }</div>` : litRender.html`<div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style=${litRender.styleMap(context.styles.responsivePopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageInputIcon)}"></ui5-icon>${ context.shouldDisplayDefaultValueStateMessage ? block9(context) : block10(context) }</div>`;
|
|
12
12
|
const block9 = (context, tags, suffix) => litRender.html`${litRender.ifDefined(context.valueStateText)}`;
|
|
13
13
|
const block10 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block11(item)) }`;
|
|
14
14
|
const block11 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
|
|
15
|
-
const block12 = (item, index, context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} id="${litRender.ifDefined(item.id)}-li" icon="${litRender.ifDefined(item.icon)}" ?selected="${item.selected}" ?focused="${item._focused}" title="${litRender.ifDefined(item.title)}" ?aria-selected="${item.selected}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.textContent)}</${litRender.scopeTag("ui5-li", tags, suffix)}>`;
|
|
16
|
-
const block13 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-popover", tags, suffix)} skip-registry-update _disable-initial-focus prevent-focus-restore
|
|
15
|
+
const block12 = (item, index, context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} id="${litRender.ifDefined(item.id)}-li" icon="${litRender.ifDefined(item.icon)}" ?selected="${item.selected}" ?focused="${item._focused}" title="${litRender.ifDefined(item.title)}" additional-text="${litRender.ifDefined(item.additionalText)}" ?aria-selected="${item.selected}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.textContent)}</${litRender.scopeTag("ui5-li", tags, suffix)}>` : litRender.html`<ui5-li id="${litRender.ifDefined(item.id)}-li" icon="${litRender.ifDefined(item.icon)}" ?selected="${item.selected}" ?focused="${item._focused}" title="${litRender.ifDefined(item.title)}" additional-text="${litRender.ifDefined(item.additionalText)}" ?aria-selected="${item.selected}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.textContent)}</ui5-li>`;
|
|
16
|
+
const block13 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-popover", tags, suffix)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="Left"><div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverHeader)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageInputIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block14(context) : block15(context) }</div></${litRender.scopeTag("ui5-popover", tags, suffix)}>` : litRender.html`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="Left"><div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageInputIcon)}"></ui5-icon>${ context.shouldDisplayDefaultValueStateMessage ? block14(context) : block15(context) }</div></ui5-popover>`;
|
|
17
17
|
const block14 = (context, tags, suffix) => litRender.html`${litRender.ifDefined(context.valueStateText)}`;
|
|
18
18
|
const block15 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block16(item)) }`;
|
|
19
19
|
const block16 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
|
|
@@ -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`<div class="ui5-select-root
|
|
4
|
-
const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} aria-hidden="true" class="ui5-select-option-icon" name="${litRender.ifDefined(context.selectedOptionIcon)}" dir="${litRender.ifDefined(context.effectiveDir)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-select-root ui5-input-focusable-element" id="${litRender.ifDefined(context._id)}-select" @click="${context._onclick}">${ context.selectedOptionIcon ? block1(context, tags, suffix) : undefined }<div class="ui5-select-label-root" data-sap-focus-ref tabindex="${litRender.ifDefined(context.tabIndex)}" role="combobox" aria-haspopup="listbox" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-describedby="${litRender.ifDefined(context.valueStateTextId)}" aria-disabled="${litRender.ifDefined(context.isDisabled)}" aria-required="${litRender.ifDefined(context.required)}" aria-expanded="${litRender.ifDefined(context._isPickerOpen)}" aria-roledescription="${litRender.ifDefined(context._ariaRoleDescription)}" @keydown="${context._onkeydown}" @keypress="${context._handleKeyboardNavigation}" @keyup="${context._onkeyup}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}">${litRender.ifDefined(context._text)}</div><${litRender.scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" input-icon ?pressed="${context._iconPressed}" dir="${litRender.ifDefined(context.effectiveDir)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.hasValueState ? block2(context) : undefined }<slot name="formSupport"></slot></div>` : litRender.html`<div class="ui5-select-root ui5-input-focusable-element" id="${litRender.ifDefined(context._id)}-select" @click="${context._onclick}">${ context.selectedOptionIcon ? block1(context, tags, suffix) : undefined }<div class="ui5-select-label-root" data-sap-focus-ref tabindex="${litRender.ifDefined(context.tabIndex)}" role="combobox" aria-haspopup="listbox" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-describedby="${litRender.ifDefined(context.valueStateTextId)}" aria-disabled="${litRender.ifDefined(context.isDisabled)}" aria-required="${litRender.ifDefined(context.required)}" aria-expanded="${litRender.ifDefined(context._isPickerOpen)}" aria-roledescription="${litRender.ifDefined(context._ariaRoleDescription)}" @keydown="${context._onkeydown}" @keypress="${context._handleKeyboardNavigation}" @keyup="${context._onkeyup}" @focusin="${context._onfocusin}" @focusout="${context._onfocusout}">${litRender.ifDefined(context._text)}</div><ui5-icon name="slim-arrow-down" input-icon ?pressed="${context._iconPressed}" dir="${litRender.ifDefined(context.effectiveDir)}"></ui5-icon>${ context.hasValueState ? block2(context) : undefined }<slot name="formSupport"></slot></div>`;
|
|
4
|
+
const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} aria-hidden="true" class="ui5-select-option-icon" name="${litRender.ifDefined(context.selectedOptionIcon)}" dir="${litRender.ifDefined(context.effectiveDir)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon aria-hidden="true" class="ui5-select-option-icon" name="${litRender.ifDefined(context.selectedOptionIcon)}" dir="${litRender.ifDefined(context.effectiveDir)}"></ui5-icon>`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`<span id="${litRender.ifDefined(context._id)}-valueStateDesc" class="ui5-hidden-text">${litRender.ifDefined(context.valueStateText)}</span>`;
|
|
6
6
|
|
|
7
7
|
return block0;
|
|
@@ -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`<div class="ui5-slider-root ${litRender.classMap(context.classes.root)}" @mousedown="${context._onmousedown}" @touchstart="${context._ontouchstart}" @mouseover="${context._onmouseover}" @mouseout="${context._onmouseout}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}" dir="${litRender.ifDefined(context.effectiveDir)}"><div class="ui5-slider-inner">${ context.step ? block1(context) : undefined }<div class="ui5-slider-progress-container" aria-hidden="true" part="progress-container"><div class="ui5-slider-progress" style="${litRender.styleMap(context.styles.progress)}" @focusout="${context._onfocusout}" @focusin="${context._onfocusin}" tabindex="-1" part="progress-bar"></div></div><div class="ui5-slider-handle" style="${litRender.styleMap(context.styles.handle)}" @focusout="${context._onfocusout}" @focusin="${context._onfocusin}" role="slider" tabindex="${litRender.ifDefined(context.tabIndex)}" aria-orientation="horizontal" aria-valuemin="${litRender.ifDefined(context.min)}" aria-valuemax="${litRender.ifDefined(context.max)}" aria-valuenow="${litRender.ifDefined(context.value)}" aria-labelledby="${litRender.ifDefined(context._id)}-sliderDesc" aria-disabled="${litRender.ifDefined(context._ariaDisabled)}" data-sap-focus-ref part="handle"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="source-code" part="icon-slider" slider-icon></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.showTooltip ? block5(context) : undefined }</div></div><span id="${litRender.ifDefined(context._id)}-sliderDesc" class="ui5-hidden-text">${litRender.ifDefined(context._ariaLabelledByText)}</span></div>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-slider-root ${litRender.classMap(context.classes.root)}" @mousedown="${context._onmousedown}" @touchstart="${context._ontouchstart}" @mouseover="${context._onmouseover}" @mouseout="${context._onmouseout}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}" dir="${litRender.ifDefined(context.effectiveDir)}"><div class="ui5-slider-inner">${ context.step ? block1(context) : undefined }<div class="ui5-slider-progress-container" aria-hidden="true" part="progress-container"><div class="ui5-slider-progress" style="${litRender.styleMap(context.styles.progress)}" @focusout="${context._onfocusout}" @focusin="${context._onfocusin}" tabindex="-1" part="progress-bar"></div></div><div class="ui5-slider-handle" style="${litRender.styleMap(context.styles.handle)}" @focusout="${context._onfocusout}" @focusin="${context._onfocusin}" role="slider" tabindex="${litRender.ifDefined(context.tabIndex)}" aria-orientation="horizontal" aria-valuemin="${litRender.ifDefined(context.min)}" aria-valuemax="${litRender.ifDefined(context.max)}" aria-valuenow="${litRender.ifDefined(context.value)}" aria-labelledby="${litRender.ifDefined(context._id)}-sliderDesc" aria-disabled="${litRender.ifDefined(context._ariaDisabled)}" data-sap-focus-ref part="handle"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="source-code" part="icon-slider" slider-icon></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.showTooltip ? block5(context) : undefined }</div></div><span id="${litRender.ifDefined(context._id)}-sliderDesc" class="ui5-hidden-text">${litRender.ifDefined(context._ariaLabelledByText)}</span></div>` : litRender.html`<div class="ui5-slider-root ${litRender.classMap(context.classes.root)}" @mousedown="${context._onmousedown}" @touchstart="${context._ontouchstart}" @mouseover="${context._onmouseover}" @mouseout="${context._onmouseout}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}" dir="${litRender.ifDefined(context.effectiveDir)}"><div class="ui5-slider-inner">${ context.step ? block1(context) : undefined }<div class="ui5-slider-progress-container" aria-hidden="true" part="progress-container"><div class="ui5-slider-progress" style="${litRender.styleMap(context.styles.progress)}" @focusout="${context._onfocusout}" @focusin="${context._onfocusin}" tabindex="-1" part="progress-bar"></div></div><div class="ui5-slider-handle" style="${litRender.styleMap(context.styles.handle)}" @focusout="${context._onfocusout}" @focusin="${context._onfocusin}" role="slider" tabindex="${litRender.ifDefined(context.tabIndex)}" aria-orientation="horizontal" aria-valuemin="${litRender.ifDefined(context.min)}" aria-valuemax="${litRender.ifDefined(context.max)}" aria-valuenow="${litRender.ifDefined(context.value)}" aria-labelledby="${litRender.ifDefined(context._id)}-sliderDesc" aria-disabled="${litRender.ifDefined(context._ariaDisabled)}" data-sap-focus-ref part="handle"><ui5-icon name="source-code" part="icon-slider" slider-icon></ui5-icon>${ context.showTooltip ? block5(context) : undefined }</div></div><span id="${litRender.ifDefined(context._id)}-sliderDesc" class="ui5-hidden-text">${litRender.ifDefined(context._ariaLabelledByText)}</span></div>`;
|
|
4
4
|
const block1 = (context, tags, suffix) => litRender.html`${ context.showTickmarks ? block2(context) : undefined }`;
|
|
5
5
|
const block2 = (context, tags, suffix) => litRender.html`<div class="ui5-slider-tickmarks" style="${litRender.styleMap(context.styles.tickmarks)}"></div>${ context.labelInterval ? block3(context) : undefined }`;
|
|
6
6
|
const block3 = (context, tags, suffix) => litRender.html`<ul class="ui5-slider-labels ${litRender.classMap(context.classes.labelContainer)}" style="${litRender.styleMap(context.styles.labelContainer)}">${ litRender.repeat(context._labels, (item, index) => item._id || index, (item, index) => block4(item, index, context)) }</ul>`;
|
|
@@ -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`<div class="ui5-split-button-root" role="group" tabindex=${litRender.ifDefined(context._tabIndex)} aria-labelledby="${litRender.ifDefined(context._id)}-invisibleTextDefault ${litRender.ifDefined(context._id)}-invisibleText" @focusout=${context._onFocusOut} @focusin=${context._onFocusIn} @keydown=${context._onKeyDown} @keyup=${context._onKeyUp}><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-split-text-button" design="${litRender.ifDefined(context.design)}" dir=${litRender.ifDefined(context.effectiveDir)} icon="${litRender.ifDefined(context._textButtonIcon)}" tabindex="-1" ?disabled="${context.disabled}" ?active="${context._textButtonActive}" @click="${context._fireClick}" @touchstart=${context._textButtonPress} @mousedown=${context._textButtonPress} @mouseup=${context._textButtonRelease} @focusin=${context._setTabIndexValue} @focusout=${context._onFocusOut}><slot></slot></${litRender.scopeTag("ui5-button", tags, suffix)}><div class="ui5-split-arrow-button-wrapper" dir=${litRender.ifDefined(context.effectiveDir)}><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-split-arrow-button" design="${litRender.ifDefined(context.design)}" icon="slim-arrow-down" tabindex="-1" ?disabled="${context.disabled}" ?active="${context._arrowButtonActive}" aria-expanded="${litRender.ifDefined(context.accessibilityInfo.ariaExpanded)}" aria-haspopup="${litRender.ifDefined(context.accessibilityInfo.ariaHaspopup)}" @click="${context._fireArrowClick}" @focusin=${context._setTabIndexValue} @focusout=${context._onFocusOut}></${litRender.scopeTag("ui5-button", tags, suffix)}></div><span id="${litRender.ifDefined(context._id)}-invisibleText" class="ui5-hidden-text">${litRender.ifDefined(context.accessibilityInfo.description)}${litRender.ifDefined(context.accessibilityInfo.keyboardHint)}${litRender.ifDefined(context.accessibleName)}</span><span id="${litRender.ifDefined(context._id)}-invisibleTextDefault" class="ui5-hidden-text">${litRender.ifDefined(context.textButtonAccText)}</span></div>`;
|
|
3
|
+
const block0 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-split-button-root" role="group" tabindex=${litRender.ifDefined(context._tabIndex)} aria-labelledby="${litRender.ifDefined(context._id)}-invisibleTextDefault ${litRender.ifDefined(context._id)}-invisibleText" @focusout=${context._onFocusOut} @focusin=${context._onFocusIn} @keydown=${context._onKeyDown} @keyup=${context._onKeyUp}><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-split-text-button" design="${litRender.ifDefined(context.design)}" dir=${litRender.ifDefined(context.effectiveDir)} icon="${litRender.ifDefined(context._textButtonIcon)}" tabindex="-1" ?disabled="${context.disabled}" ?active="${context._textButtonActive}" @click="${context._fireClick}" @touchstart=${context._textButtonPress} @mousedown=${context._textButtonPress} @mouseup=${context._textButtonRelease} @focusin=${context._setTabIndexValue} @focusout=${context._onFocusOut}><slot></slot></${litRender.scopeTag("ui5-button", tags, suffix)}><div class="ui5-split-arrow-button-wrapper" dir=${litRender.ifDefined(context.effectiveDir)}><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-split-arrow-button" design="${litRender.ifDefined(context.design)}" icon="slim-arrow-down" tabindex="-1" ?disabled="${context.disabled}" ?active="${context._arrowButtonActive}" aria-expanded="${litRender.ifDefined(context.accessibilityInfo.ariaExpanded)}" aria-haspopup="${litRender.ifDefined(context.accessibilityInfo.ariaHaspopup)}" @click="${context._fireArrowClick}" @focusin=${context._setTabIndexValue} @focusout=${context._onFocusOut}></${litRender.scopeTag("ui5-button", tags, suffix)}></div><span id="${litRender.ifDefined(context._id)}-invisibleText" class="ui5-hidden-text">${litRender.ifDefined(context.accessibilityInfo.description)}${litRender.ifDefined(context.accessibilityInfo.keyboardHint)}${litRender.ifDefined(context.accessibleName)}</span><span id="${litRender.ifDefined(context._id)}-invisibleTextDefault" class="ui5-hidden-text">${litRender.ifDefined(context.textButtonAccText)}</span></div>` : litRender.html`<div class="ui5-split-button-root" role="group" tabindex=${litRender.ifDefined(context._tabIndex)} aria-labelledby="${litRender.ifDefined(context._id)}-invisibleTextDefault ${litRender.ifDefined(context._id)}-invisibleText" @focusout=${context._onFocusOut} @focusin=${context._onFocusIn} @keydown=${context._onKeyDown} @keyup=${context._onKeyUp}><ui5-button class="ui5-split-text-button" design="${litRender.ifDefined(context.design)}" dir=${litRender.ifDefined(context.effectiveDir)} icon="${litRender.ifDefined(context._textButtonIcon)}" tabindex="-1" ?disabled="${context.disabled}" ?active="${context._textButtonActive}" @click="${context._fireClick}" @touchstart=${context._textButtonPress} @mousedown=${context._textButtonPress} @mouseup=${context._textButtonRelease} @focusin=${context._setTabIndexValue} @focusout=${context._onFocusOut}><slot></slot></ui5-button><div class="ui5-split-arrow-button-wrapper" dir=${litRender.ifDefined(context.effectiveDir)}><ui5-button class="ui5-split-arrow-button" design="${litRender.ifDefined(context.design)}" icon="slim-arrow-down" tabindex="-1" ?disabled="${context.disabled}" ?active="${context._arrowButtonActive}" aria-expanded="${litRender.ifDefined(context.accessibilityInfo.ariaExpanded)}" aria-haspopup="${litRender.ifDefined(context.accessibilityInfo.ariaHaspopup)}" @click="${context._fireArrowClick}" @focusin=${context._setTabIndexValue} @focusout=${context._onFocusOut}></ui5-button></div><span id="${litRender.ifDefined(context._id)}-invisibleText" class="ui5-hidden-text">${litRender.ifDefined(context.accessibilityInfo.description)}${litRender.ifDefined(context.accessibilityInfo.keyboardHint)}${litRender.ifDefined(context.accessibleName)}</span><span id="${litRender.ifDefined(context._id)}-invisibleTextDefault" class="ui5-hidden-text">${litRender.ifDefined(context.textButtonAccText)}</span></div>`;
|
|
4
4
|
|
|
5
5
|
return block0;
|
|
6
6
|
|
|
@@ -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}"
|
|
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}"
|
|
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}"
|
|
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}"
|
|
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}"
|
|
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)}">${ 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)) }`;
|