@ui5/webcomponents 2.4.0-rc.4 → 2.4.1-rc.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.
Files changed (422) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/cypress/specs/LitKeyFunction.cy.ts +9 -9
  3. package/cypress/specs/Toolbar.cy.ts +43 -0
  4. package/cypress/specs/base/Events.cy.ts +33 -3
  5. package/cypress/support/commands/Menu.commands.ts +1 -2
  6. package/dist/.tsbuildinfo +1 -1
  7. package/dist/Button.d.ts +2 -4
  8. package/dist/Button.js +3 -20
  9. package/dist/Button.js.map +1 -1
  10. package/dist/DatePicker.d.ts +1 -0
  11. package/dist/DatePicker.js +18 -0
  12. package/dist/DatePicker.js.map +1 -1
  13. package/dist/FileUploader.d.ts +1 -1
  14. package/dist/FileUploader.js +2 -3
  15. package/dist/FileUploader.js.map +1 -1
  16. package/dist/Link.d.ts +0 -1
  17. package/dist/Link.js +0 -7
  18. package/dist/Link.js.map +1 -1
  19. package/dist/List.js +1 -4
  20. package/dist/List.js.map +1 -1
  21. package/dist/ListItem.d.ts +5 -4
  22. package/dist/ListItem.js +17 -12
  23. package/dist/ListItem.js.map +1 -1
  24. package/dist/ListItemBase.js +3 -4
  25. package/dist/ListItemBase.js.map +1 -1
  26. package/dist/Menu.js +1 -1
  27. package/dist/Menu.js.map +1 -1
  28. package/dist/Select.js +10 -0
  29. package/dist/Select.js.map +1 -1
  30. package/dist/SplitButton.d.ts +2 -2
  31. package/dist/SplitButton.js +4 -5
  32. package/dist/SplitButton.js.map +1 -1
  33. package/dist/Toolbar.d.ts +2 -1
  34. package/dist/Toolbar.js +7 -0
  35. package/dist/Toolbar.js.map +1 -1
  36. package/dist/css/themes/Avatar.css +1 -1
  37. package/dist/css/themes/AvatarGroup.css +1 -1
  38. package/dist/css/themes/Bar.css +1 -1
  39. package/dist/css/themes/Breadcrumbs.css +1 -1
  40. package/dist/css/themes/BusyIndicator.css +1 -1
  41. package/dist/css/themes/Button.css +1 -1
  42. package/dist/css/themes/Calendar.css +1 -1
  43. package/dist/css/themes/CalendarHeader.css +1 -1
  44. package/dist/css/themes/CalendarLegend.css +1 -1
  45. package/dist/css/themes/CalendarLegendItem.css +1 -1
  46. package/dist/css/themes/Card.css +1 -1
  47. package/dist/css/themes/CardHeader.css +1 -1
  48. package/dist/css/themes/Carousel.css +1 -1
  49. package/dist/css/themes/CheckBox.css +1 -1
  50. package/dist/css/themes/ColorPalette.css +1 -1
  51. package/dist/css/themes/ColorPaletteItem.css +1 -1
  52. package/dist/css/themes/ColorPalettePopover.css +1 -1
  53. package/dist/css/themes/ColorPicker.css +1 -1
  54. package/dist/css/themes/ComboBox.css +1 -1
  55. package/dist/css/themes/DatePicker.css +1 -1
  56. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  57. package/dist/css/themes/DayPicker.css +1 -1
  58. package/dist/css/themes/Dialog.css +1 -1
  59. package/dist/css/themes/FileUploader.css +1 -1
  60. package/dist/css/themes/Form.css +1 -1
  61. package/dist/css/themes/FormItem.css +1 -1
  62. package/dist/css/themes/FormLabelSpan.css +1 -1
  63. package/dist/css/themes/GrowingButton.css +1 -1
  64. package/dist/css/themes/Icon.css +1 -1
  65. package/dist/css/themes/Input.css +1 -1
  66. package/dist/css/themes/InputIcon.css +1 -1
  67. package/dist/css/themes/InputSharedStyles.css +1 -1
  68. package/dist/css/themes/Link.css +1 -1
  69. package/dist/css/themes/List.css +1 -1
  70. package/dist/css/themes/ListItem.css +1 -1
  71. package/dist/css/themes/ListItemBase.css +1 -1
  72. package/dist/css/themes/ListItemCustom.css +1 -1
  73. package/dist/css/themes/ListItemGroup.css +1 -1
  74. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  75. package/dist/css/themes/ListItemIcon.css +1 -1
  76. package/dist/css/themes/Menu.css +1 -1
  77. package/dist/css/themes/MenuItem.css +1 -1
  78. package/dist/css/themes/MessageStrip.css +1 -1
  79. package/dist/css/themes/MonthPicker.css +1 -1
  80. package/dist/css/themes/MultiComboBox.css +1 -1
  81. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  82. package/dist/css/themes/MultiInput.css +1 -1
  83. package/dist/css/themes/NavigationMenu.css +1 -1
  84. package/dist/css/themes/NavigationMenuItem.css +1 -1
  85. package/dist/css/themes/OptionBase.css +1 -1
  86. package/dist/css/themes/Panel.css +1 -1
  87. package/dist/css/themes/Popover.css +1 -1
  88. package/dist/css/themes/PopupsCommon.css +1 -1
  89. package/dist/css/themes/ProgressIndicator.css +1 -1
  90. package/dist/css/themes/RadioButton.css +1 -1
  91. package/dist/css/themes/RangeSlider.css +1 -1
  92. package/dist/css/themes/RatingIndicator.css +1 -1
  93. package/dist/css/themes/ResponsivePopover.css +1 -1
  94. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  95. package/dist/css/themes/SegmentedButton.css +1 -1
  96. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  97. package/dist/css/themes/Select.css +1 -1
  98. package/dist/css/themes/SliderBase.css +1 -1
  99. package/dist/css/themes/SplitButton.css +1 -1
  100. package/dist/css/themes/StepInput.css +1 -1
  101. package/dist/css/themes/SuggestionItem.css +1 -1
  102. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  103. package/dist/css/themes/Switch.css +1 -1
  104. package/dist/css/themes/TabContainer.css +1 -1
  105. package/dist/css/themes/TabInOverflow.css +1 -1
  106. package/dist/css/themes/TabInStrip.css +1 -1
  107. package/dist/css/themes/TabSemanticIcon.css +1 -1
  108. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  109. package/dist/css/themes/Table.css +1 -1
  110. package/dist/css/themes/TableCellBase.css +1 -1
  111. package/dist/css/themes/TableHeaderRow.css +1 -1
  112. package/dist/css/themes/TableRow.css +1 -1
  113. package/dist/css/themes/TableRowBase.css +1 -1
  114. package/dist/css/themes/Tag.css +1 -1
  115. package/dist/css/themes/Text.css +1 -1
  116. package/dist/css/themes/TextArea.css +1 -1
  117. package/dist/css/themes/TimePicker.css +1 -1
  118. package/dist/css/themes/Toast.css +1 -1
  119. package/dist/css/themes/ToggleButton.css +1 -1
  120. package/dist/css/themes/Token.css +1 -1
  121. package/dist/css/themes/Tokenizer.css +1 -1
  122. package/dist/css/themes/TokenizerPopover.css +1 -1
  123. package/dist/css/themes/Toolbar.css +1 -1
  124. package/dist/css/themes/ToolbarPopover.css +1 -1
  125. package/dist/css/themes/TreeItem.css +1 -1
  126. package/dist/css/themes/ValueStateMessage.css +1 -1
  127. package/dist/css/themes/YearPicker.css +1 -1
  128. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  129. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  130. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  131. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  132. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  133. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  134. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  135. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  136. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  137. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  138. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  139. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  140. package/dist/custom-elements-internal.json +116 -28
  141. package/dist/custom-elements.json +58 -0
  142. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  143. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  144. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  145. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  146. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  147. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  148. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  149. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  150. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  151. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  152. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  153. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  154. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  155. package/dist/generated/templates/ButtonTemplate.lit.js +1 -1
  156. package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
  157. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
  158. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js.map +1 -1
  159. package/dist/generated/templates/DatePickerTemplate.lit.js +1 -1
  160. package/dist/generated/templates/DatePickerTemplate.lit.js.map +1 -1
  161. package/dist/generated/templates/DateRangePickerTemplate.lit.js +1 -1
  162. package/dist/generated/templates/DateRangePickerTemplate.lit.js.map +1 -1
  163. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
  164. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js.map +1 -1
  165. package/dist/generated/templates/DateTimePickerTemplate.lit.js +1 -1
  166. package/dist/generated/templates/DateTimePickerTemplate.lit.js.map +1 -1
  167. package/dist/generated/templates/LinkTemplate.lit.js +1 -1
  168. package/dist/generated/templates/LinkTemplate.lit.js.map +1 -1
  169. package/dist/generated/templates/ListItemCustomTemplate.lit.js +4 -4
  170. package/dist/generated/templates/ListItemCustomTemplate.lit.js.map +1 -1
  171. package/dist/generated/templates/ListItemStandardTemplate.lit.js +4 -4
  172. package/dist/generated/templates/ListItemStandardTemplate.lit.js.map +1 -1
  173. package/dist/generated/templates/ListItemTemplate.lit.js +4 -4
  174. package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
  175. package/dist/generated/templates/MenuItemTemplate.lit.js +4 -4
  176. package/dist/generated/templates/MenuItemTemplate.lit.js.map +1 -1
  177. package/dist/generated/templates/NavigationMenuItemTemplate.lit.js +8 -8
  178. package/dist/generated/templates/NavigationMenuItemTemplate.lit.js.map +1 -1
  179. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +4 -4
  180. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
  181. package/dist/generated/templates/ToggleButtonTemplate.lit.js +1 -1
  182. package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
  183. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +1 -1
  184. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
  185. package/dist/generated/templates/ToolbarButtonTemplate.lit.js +1 -1
  186. package/dist/generated/templates/ToolbarButtonTemplate.lit.js.map +1 -1
  187. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.js +1 -1
  188. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.js.map +1 -1
  189. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js +1 -1
  190. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js.map +1 -1
  191. package/dist/generated/templates/ToolbarSelectTemplate.lit.js +1 -1
  192. package/dist/generated/templates/ToolbarSelectTemplate.lit.js.map +1 -1
  193. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.js +1 -1
  194. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.js.map +1 -1
  195. package/dist/generated/templates/TreeItemBaseTemplate.lit.js +4 -4
  196. package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
  197. package/dist/generated/templates/TreeItemCustomTemplate.lit.js +4 -4
  198. package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
  199. package/dist/generated/templates/TreeItemTemplate.lit.js +4 -4
  200. package/dist/generated/templates/TreeItemTemplate.lit.js.map +1 -1
  201. package/dist/generated/themes/Avatar.css.js +1 -1
  202. package/dist/generated/themes/Avatar.css.js.map +1 -1
  203. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  204. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  205. package/dist/generated/themes/Bar.css.js +1 -1
  206. package/dist/generated/themes/Bar.css.js.map +1 -1
  207. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  208. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  209. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  210. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  211. package/dist/generated/themes/Button.css.js +1 -1
  212. package/dist/generated/themes/Button.css.js.map +1 -1
  213. package/dist/generated/themes/Calendar.css.js +1 -1
  214. package/dist/generated/themes/Calendar.css.js.map +1 -1
  215. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  216. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  217. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  218. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  219. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  220. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  221. package/dist/generated/themes/Card.css.js +1 -1
  222. package/dist/generated/themes/Card.css.js.map +1 -1
  223. package/dist/generated/themes/CardHeader.css.js +1 -1
  224. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  225. package/dist/generated/themes/Carousel.css.js +1 -1
  226. package/dist/generated/themes/Carousel.css.js.map +1 -1
  227. package/dist/generated/themes/CheckBox.css.js +1 -1
  228. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  229. package/dist/generated/themes/ColorPalette.css.js +1 -1
  230. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  231. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  232. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  233. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  234. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  235. package/dist/generated/themes/ColorPicker.css.js +1 -1
  236. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  237. package/dist/generated/themes/ComboBox.css.js +1 -1
  238. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  239. package/dist/generated/themes/DatePicker.css.js +1 -1
  240. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  241. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  242. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  243. package/dist/generated/themes/DayPicker.css.js +1 -1
  244. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  245. package/dist/generated/themes/Dialog.css.js +1 -1
  246. package/dist/generated/themes/Dialog.css.js.map +1 -1
  247. package/dist/generated/themes/FileUploader.css.js +1 -1
  248. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  249. package/dist/generated/themes/Form.css.js +1 -1
  250. package/dist/generated/themes/Form.css.js.map +1 -1
  251. package/dist/generated/themes/FormItem.css.js +1 -1
  252. package/dist/generated/themes/FormItem.css.js.map +1 -1
  253. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  254. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  255. package/dist/generated/themes/GrowingButton.css.js +1 -1
  256. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  257. package/dist/generated/themes/Icon.css.js +1 -1
  258. package/dist/generated/themes/Icon.css.js.map +1 -1
  259. package/dist/generated/themes/Input.css.js +1 -1
  260. package/dist/generated/themes/Input.css.js.map +1 -1
  261. package/dist/generated/themes/InputIcon.css.js +1 -1
  262. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  263. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  264. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  265. package/dist/generated/themes/Link.css.js +1 -1
  266. package/dist/generated/themes/Link.css.js.map +1 -1
  267. package/dist/generated/themes/List.css.js +1 -1
  268. package/dist/generated/themes/List.css.js.map +1 -1
  269. package/dist/generated/themes/ListItem.css.js +1 -1
  270. package/dist/generated/themes/ListItem.css.js.map +1 -1
  271. package/dist/generated/themes/ListItemBase.css.js +1 -1
  272. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  273. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  274. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  275. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  276. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  277. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  278. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  279. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  280. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  281. package/dist/generated/themes/Menu.css.js +1 -1
  282. package/dist/generated/themes/Menu.css.js.map +1 -1
  283. package/dist/generated/themes/MenuItem.css.js +1 -1
  284. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  285. package/dist/generated/themes/MessageStrip.css.js +1 -1
  286. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  287. package/dist/generated/themes/MonthPicker.css.js +1 -1
  288. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  289. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  290. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  291. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  292. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  293. package/dist/generated/themes/MultiInput.css.js +1 -1
  294. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  295. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  296. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  297. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  298. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  299. package/dist/generated/themes/OptionBase.css.js +1 -1
  300. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  301. package/dist/generated/themes/Panel.css.js +1 -1
  302. package/dist/generated/themes/Panel.css.js.map +1 -1
  303. package/dist/generated/themes/Popover.css.js +1 -1
  304. package/dist/generated/themes/Popover.css.js.map +1 -1
  305. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  306. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  307. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  308. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  309. package/dist/generated/themes/RadioButton.css.js +1 -1
  310. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  311. package/dist/generated/themes/RangeSlider.css.js +1 -1
  312. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  313. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  314. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  315. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  316. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  317. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  318. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  319. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  320. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  321. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  322. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  323. package/dist/generated/themes/Select.css.js +1 -1
  324. package/dist/generated/themes/Select.css.js.map +1 -1
  325. package/dist/generated/themes/SliderBase.css.js +1 -1
  326. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  327. package/dist/generated/themes/SplitButton.css.js +1 -1
  328. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  329. package/dist/generated/themes/StepInput.css.js +1 -1
  330. package/dist/generated/themes/StepInput.css.js.map +1 -1
  331. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  332. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  333. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  334. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  335. package/dist/generated/themes/Switch.css.js +1 -1
  336. package/dist/generated/themes/Switch.css.js.map +1 -1
  337. package/dist/generated/themes/TabContainer.css.js +1 -1
  338. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  339. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  340. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  341. package/dist/generated/themes/TabInStrip.css.js +1 -1
  342. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  343. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  344. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  345. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  346. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  347. package/dist/generated/themes/Table.css.js +1 -1
  348. package/dist/generated/themes/Table.css.js.map +1 -1
  349. package/dist/generated/themes/TableCellBase.css.js +1 -1
  350. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  351. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  352. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  353. package/dist/generated/themes/TableRow.css.js +1 -1
  354. package/dist/generated/themes/TableRow.css.js.map +1 -1
  355. package/dist/generated/themes/TableRowBase.css.js +1 -1
  356. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  357. package/dist/generated/themes/Tag.css.js +1 -1
  358. package/dist/generated/themes/Tag.css.js.map +1 -1
  359. package/dist/generated/themes/Text.css.js +1 -1
  360. package/dist/generated/themes/Text.css.js.map +1 -1
  361. package/dist/generated/themes/TextArea.css.js +1 -1
  362. package/dist/generated/themes/TextArea.css.js.map +1 -1
  363. package/dist/generated/themes/TimePicker.css.js +1 -1
  364. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  365. package/dist/generated/themes/Toast.css.js +1 -1
  366. package/dist/generated/themes/Toast.css.js.map +1 -1
  367. package/dist/generated/themes/ToggleButton.css.js +1 -1
  368. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  369. package/dist/generated/themes/Token.css.js +1 -1
  370. package/dist/generated/themes/Token.css.js.map +1 -1
  371. package/dist/generated/themes/Tokenizer.css.js +1 -1
  372. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  373. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  374. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  375. package/dist/generated/themes/Toolbar.css.js +1 -1
  376. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  377. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  378. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  379. package/dist/generated/themes/TreeItem.css.js +1 -1
  380. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  381. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  382. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  383. package/dist/generated/themes/YearPicker.css.js +1 -1
  384. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  385. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  386. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  387. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  388. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  389. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  390. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  391. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  392. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  393. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  394. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  395. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  396. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  397. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  398. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  399. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  400. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  401. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  402. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  403. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  404. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  405. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  406. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  407. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  408. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  409. package/dist/vscode.html-custom-data.json +3 -3
  410. package/dist/web-types.json +52 -4
  411. package/package.json +9 -9
  412. package/src/Button.hbs +0 -2
  413. package/src/DatePickerPopover.hbs +1 -0
  414. package/src/Link.hbs +0 -1
  415. package/src/ListItem.hbs +2 -2
  416. package/src/ToolbarButton.hbs +0 -1
  417. package/src/ToolbarPopoverSelect.hbs +1 -0
  418. package/src/ToolbarPopoverSeparator.hbs +1 -0
  419. package/src/ToolbarSelect.hbs +1 -0
  420. package/src/ToolbarSeparator.hbs +1 -0
  421. package/src/i18n/messagebundle_sv.properties +1 -1
  422. package/cypress/specs/Eventing.cy.ts +0 -44
@@ -1 +1 @@
1
- {"version":3,"file":"MenuItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MenuItemTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type MenuItem from \"../../MenuItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block1.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block7.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.hasIcon ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }${ this.text ? block11.call(this, context, tags, suffix) : undefined }${ this.hasSubmenu ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }</div>${ this.typeDetail ? block17.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block18.call(this, context, tags, suffix) : undefined }${ this.navigated ? block19.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block20.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>${ this.hasSubmenu ? block26.call(this, context, tags, suffix) : undefined }`;}\nfunction block1 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block2.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block3.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block4.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block3 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block4 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block5.call(this, context, tags, suffix) : block6.call(this, context, tags, suffix) }</div>`;}\nfunction block5 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block6 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block7 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block8 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block9 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._siblingsWithIcon ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block10 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-dummy-icon\"></div>`;}\nfunction block11 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-text\">${ifDefined(this.text)}</div>`;}\nfunction block12 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-menu-item-submenu-icon\"><${scopeTag(\"ui5-icon\", tags, suffix)} part=\"subicon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div>` : html`<div class=\"ui5-menu-item-submenu-icon\"><ui5-icon part=\"subicon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></ui5-icon></div>`;}\nfunction block13 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasEndContent ? block14.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix) }`;}\nfunction block14 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"endContent\"></slot>`;}\nfunction block15 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.additionalText ? block16.call(this, context, tags, suffix) : undefined }`;}\nfunction block16 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span part=\"additional-text\" class=\"ui5-li-additional-text\" aria-hidden=\"${ifDefined(this._accInfo.ariaHidden)}\">${ifDefined(this.additionalText)}</span>`;}\nfunction block17 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block18 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block19 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block20 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block21.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block22.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block23.call(this, context, tags, suffix) : undefined }`;}\nfunction block21 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block22 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block23 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block24.call(this, context, tags, suffix) : block25.call(this, context, tags, suffix) }</div>`;}\nfunction block24 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block25 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block26 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-rp\" class=\"ui5-menu-rp\" horizontal-align=\"Start\" prevent-initial-focus prevent-focus-restore hide-arrow allow-target-overlap sub-menu placement=${ifDefined(this.placement)} vertical-align=\"Top\" accessible-name=${ifDefined(this.acessibleNameText)} @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}>${ this.isPhone ? block27.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\">${ this.items.length ? block28.call(this, context, tags, suffix) : block29.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover id=\"${ifDefined(this._id)}-menu-rp\" class=\"ui5-menu-rp\" horizontal-align=\"Start\" prevent-initial-focus prevent-focus-restore hide-arrow allow-target-overlap sub-menu placement=${ifDefined(this.placement)} vertical-align=\"Top\" accessible-name=${ifDefined(this.acessibleNameText)} @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}>${ this.isPhone ? block27.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\">${ this.items.length ? block28.call(this, context, tags, suffix) : block29.call(this, context, tags, suffix) }</div></ui5-responsive-popover>`;}\nfunction block27 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></${scopeTag(\"ui5-button\", tags, suffix)}><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.text)}</div></div><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><ui5-button icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></ui5-button><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.text)}</div></div><ui5-button icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></ui5-button></div>`;}\nfunction block28 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" separators=\"None\" accessible-role=\"menu\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" separators=\"None\" accessible-role=\"menu\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></ui5-list>`;}\nfunction block29 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.loading ? block30.call(this, context, tags, suffix) : undefined }`;}\nfunction block30 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}>` : html`<ui5-busy-indicator id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></ui5-busy-indicator>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"MenuItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MenuItemTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type MenuItem from \"../../MenuItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block1.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block7.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.hasIcon ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }${ this.text ? block11.call(this, context, tags, suffix) : undefined }${ this.hasSubmenu ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }</div>${ this.typeDetail ? block17.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block18.call(this, context, tags, suffix) : undefined }${ this.navigated ? block19.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block20.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>${ this.hasSubmenu ? block26.call(this, context, tags, suffix) : undefined }`;}\nfunction block1 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block2.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block3.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block4.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></ui5-radio-button>`;}\nfunction block3 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></ui5-checkbox>`;}\nfunction block4 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block5.call(this, context, tags, suffix) : block6.call(this, context, tags, suffix) }</div>`;}\nfunction block5 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block6 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block7 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block8 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block9 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._siblingsWithIcon ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block10 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-dummy-icon\"></div>`;}\nfunction block11 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-text\">${ifDefined(this.text)}</div>`;}\nfunction block12 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-menu-item-submenu-icon\"><${scopeTag(\"ui5-icon\", tags, suffix)} part=\"subicon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div>` : html`<div class=\"ui5-menu-item-submenu-icon\"><ui5-icon part=\"subicon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></ui5-icon></div>`;}\nfunction block13 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasEndContent ? block14.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix) }`;}\nfunction block14 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"endContent\"></slot>`;}\nfunction block15 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.additionalText ? block16.call(this, context, tags, suffix) : undefined }`;}\nfunction block16 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span part=\"additional-text\" class=\"ui5-li-additional-text\" aria-hidden=\"${ifDefined(this._accInfo.ariaHidden)}\">${ifDefined(this.additionalText)}</span>`;}\nfunction block17 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block18 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block19 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block20 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block21.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block22.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block23.call(this, context, tags, suffix) : undefined }`;}\nfunction block21 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></ui5-radio-button>`;}\nfunction block22 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></ui5-checkbox>`;}\nfunction block23 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block24.call(this, context, tags, suffix) : block25.call(this, context, tags, suffix) }</div>`;}\nfunction block24 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block25 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block26 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-rp\" class=\"ui5-menu-rp\" horizontal-align=\"Start\" prevent-initial-focus prevent-focus-restore hide-arrow allow-target-overlap sub-menu placement=${ifDefined(this.placement)} vertical-align=\"Top\" accessible-name=${ifDefined(this.acessibleNameText)} @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}>${ this.isPhone ? block27.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\">${ this.items.length ? block28.call(this, context, tags, suffix) : block29.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover id=\"${ifDefined(this._id)}-menu-rp\" class=\"ui5-menu-rp\" horizontal-align=\"Start\" prevent-initial-focus prevent-focus-restore hide-arrow allow-target-overlap sub-menu placement=${ifDefined(this.placement)} vertical-align=\"Top\" accessible-name=${ifDefined(this.acessibleNameText)} @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}>${ this.isPhone ? block27.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\">${ this.items.length ? block28.call(this, context, tags, suffix) : block29.call(this, context, tags, suffix) }</div></ui5-responsive-popover>`;}\nfunction block27 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></${scopeTag(\"ui5-button\", tags, suffix)}><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.text)}</div></div><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><ui5-button icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></ui5-button><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.text)}</div></div><ui5-button icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></ui5-button></div>`;}\nfunction block28 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" separators=\"None\" accessible-role=\"menu\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" separators=\"None\" accessible-role=\"menu\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></ui5-list>`;}\nfunction block29 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.loading ? block30.call(this, context, tags, suffix) : undefined }`;}\nfunction block30 (this: MenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}>` : html`<ui5-busy-indicator id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></ui5-busy-indicator>`;}\n\n\nexport default block0;"]}
@@ -3,8 +3,8 @@ import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag
3
3
  function block0(context, tags, suffix) { return html `${this._href ? block1.call(this, context, tags, suffix) : block24.call(this, context, tags, suffix)}${this.hasSubmenu ? block47.call(this, context, tags, suffix) : undefined}`; }
4
4
  function block1(context, tags, suffix) { return html `<a role="treeitem" class="ui5-navmenu-item-link" href="${ifDefined(this.href)}" target="${ifDefined(this.target)}"><li part="native-li" data-sap-focus-ref tabindex="${ifDefined(this._effectiveTabIndex)}" class="${classMap(this.classes.main)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}" @keyup="${this._onkeyup}" @keydown="${this._onkeydown}" @mouseup="${this._onmouseup}" @mousedown="${this._onmousedown}" @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" @click="${this._onclick}" draggable="${ifDefined(this.movable)}" @dragstart="${this._ondragstart}" @dragend="${this._ondragend}" role="${ifDefined(this._accInfo.role)}" aria-expanded="${ifDefined(this._accInfo.ariaExpanded)}" title="${ifDefined(this._accInfo.tooltip)}" aria-level="${ifDefined(this._accInfo.ariaLevel)}" aria-haspopup="${ifDefined(this._accInfo.ariaHaspopup)}" aria-posinset="${ifDefined(this._accInfo.posinset)}" aria-setsize="${ifDefined(this._accInfo.setsize)}" aria-describedby="${ifDefined(this._id)}-invisibleText-describedby" aria-labelledby="${ifDefined(this._accessibleNameRef)}" aria-disabled="${ifDefined(this._ariaDisabled)}" aria-selected="${ifDefined(this._accInfo.ariaSelected)}" aria-checked="${ifDefined(this._accInfo.ariaChecked)}" aria-owns="${ifDefined(this._accInfo.ariaOwns)}" aria-keyshortcuts="${ifDefined(this._accInfo.ariaKeyShortcuts)}">${this.placeSelectionElementBefore ? block2.call(this, context, tags, suffix) : undefined}${this._hasHighlightColor ? block8.call(this, context, tags, suffix) : undefined}<div part="content" id="${ifDefined(this._id)}-content" class="ui5-li-content">${this.hasIcon ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix)}${ifDefined(this.text)}</div>${this.hasSubmenu ? block12.call(this, context, tags, suffix) : undefined}${this.href ? block13.call(this, context, tags, suffix) : undefined}${this.typeDetail ? block15.call(this, context, tags, suffix) : undefined}${this.typeNavigation ? block16.call(this, context, tags, suffix) : undefined}${this.navigated ? block17.call(this, context, tags, suffix) : undefined}${this.placeSelectionElementAfter ? block18.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-invisibleText" class="ui5-hidden-text">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id="${ifDefined(this._id)}-invisibleText-describedby" class="ui5-hidden-text">${ifDefined(this._accInfo.ariaSelectedText)}</span></li></a>`; }
5
5
  function block2(context, tags, suffix) { return html `${this.modeSingleSelect ? block3.call(this, context, tags, suffix) : undefined}${this.modeMultiple ? block4.call(this, context, tags, suffix) : undefined}${this.renderDeleteButton ? block5.call(this, context, tags, suffix) : undefined}`; }
6
- function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`; }
7
- function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`; }
6
+ function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></ui5-radio-button>`; }
7
+ function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></ui5-checkbox>`; }
8
8
  function block5(context, tags, suffix) { return html `<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot ? block6.call(this, context, tags, suffix) : block7.call(this, context, tags, suffix)}</div>`; }
9
9
  function block6(context, tags, suffix) { return html `<slot name="deleteButton"></slot>`; }
10
10
  function block7(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></ui5-button>`; }
@@ -19,15 +19,15 @@ function block15(context, tags, suffix) { return suffix ? html `<div class="ui5-
19
19
  function block16(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name ="slim-arrow-right"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name ="slim-arrow-right"></ui5-icon>`; }
20
20
  function block17(context, tags, suffix) { return html `<div class="ui5-li-navigated"></div>`; }
21
21
  function block18(context, tags, suffix) { return html `${this.modeSingleSelect ? block19.call(this, context, tags, suffix) : undefined}${this.modeMultiple ? block20.call(this, context, tags, suffix) : undefined}${this.renderDeleteButton ? block21.call(this, context, tags, suffix) : undefined}`; }
22
- function block19(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`; }
23
- function block20(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`; }
22
+ function block19(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></ui5-radio-button>`; }
23
+ function block20(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></ui5-checkbox>`; }
24
24
  function block21(context, tags, suffix) { return html `<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot ? block22.call(this, context, tags, suffix) : block23.call(this, context, tags, suffix)}</div>`; }
25
25
  function block22(context, tags, suffix) { return html `<slot name="deleteButton"></slot>`; }
26
26
  function block23(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></ui5-button>`; }
27
27
  function block24(context, tags, suffix) { return html `<li part="native-li" data-sap-focus-ref tabindex="${ifDefined(this._effectiveTabIndex)}" class="${classMap(this.classes.main)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}" @keyup="${this._onkeyup}" @keydown="${this._onkeydown}" @mouseup="${this._onmouseup}" @mousedown="${this._onmousedown}" @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" @click="${this._onclick}" draggable="${ifDefined(this.movable)}" @dragstart="${this._ondragstart}" @dragend="${this._ondragend}" role="${ifDefined(this._accInfo.role)}" aria-expanded="${ifDefined(this._accInfo.ariaExpanded)}" title="${ifDefined(this._accInfo.tooltip)}" aria-level="${ifDefined(this._accInfo.ariaLevel)}" aria-haspopup="${ifDefined(this._accInfo.ariaHaspopup)}" aria-posinset="${ifDefined(this._accInfo.posinset)}" aria-setsize="${ifDefined(this._accInfo.setsize)}" aria-describedby="${ifDefined(this._id)}-invisibleText-describedby" aria-labelledby="${ifDefined(this._accessibleNameRef)}" aria-disabled="${ifDefined(this._ariaDisabled)}" aria-selected="${ifDefined(this._accInfo.ariaSelected)}" aria-checked="${ifDefined(this._accInfo.ariaChecked)}" aria-owns="${ifDefined(this._accInfo.ariaOwns)}" aria-keyshortcuts="${ifDefined(this._accInfo.ariaKeyShortcuts)}">${this.placeSelectionElementBefore ? block25.call(this, context, tags, suffix) : undefined}${this._hasHighlightColor ? block31.call(this, context, tags, suffix) : undefined}<div part="content" id="${ifDefined(this._id)}-content" class="ui5-li-content">${this.hasIcon ? block32.call(this, context, tags, suffix) : block33.call(this, context, tags, suffix)}${ifDefined(this.text)}</div>${this.hasSubmenu ? block35.call(this, context, tags, suffix) : undefined}${this.href ? block36.call(this, context, tags, suffix) : undefined}${this.typeDetail ? block38.call(this, context, tags, suffix) : undefined}${this.typeNavigation ? block39.call(this, context, tags, suffix) : undefined}${this.navigated ? block40.call(this, context, tags, suffix) : undefined}${this.placeSelectionElementAfter ? block41.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-invisibleText" class="ui5-hidden-text">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id="${ifDefined(this._id)}-invisibleText-describedby" class="ui5-hidden-text">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>`; }
28
28
  function block25(context, tags, suffix) { return html `${this.modeSingleSelect ? block26.call(this, context, tags, suffix) : undefined}${this.modeMultiple ? block27.call(this, context, tags, suffix) : undefined}${this.renderDeleteButton ? block28.call(this, context, tags, suffix) : undefined}`; }
29
- function block26(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`; }
30
- function block27(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`; }
29
+ function block26(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></ui5-radio-button>`; }
30
+ function block27(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></ui5-checkbox>`; }
31
31
  function block28(context, tags, suffix) { return html `<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot ? block29.call(this, context, tags, suffix) : block30.call(this, context, tags, suffix)}</div>`; }
32
32
  function block29(context, tags, suffix) { return html `<slot name="deleteButton"></slot>`; }
33
33
  function block30(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></ui5-button>`; }
@@ -42,8 +42,8 @@ function block38(context, tags, suffix) { return suffix ? html `<div class="ui5-
42
42
  function block39(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name ="slim-arrow-right"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name ="slim-arrow-right"></ui5-icon>`; }
43
43
  function block40(context, tags, suffix) { return html `<div class="ui5-li-navigated"></div>`; }
44
44
  function block41(context, tags, suffix) { return html `${this.modeSingleSelect ? block42.call(this, context, tags, suffix) : undefined}${this.modeMultiple ? block43.call(this, context, tags, suffix) : undefined}${this.renderDeleteButton ? block44.call(this, context, tags, suffix) : undefined}`; }
45
- function block42(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`; }
46
- function block43(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`; }
45
+ function block42(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></ui5-radio-button>`; }
46
+ function block43(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></ui5-checkbox>`; }
47
47
  function block44(context, tags, suffix) { return html `<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot ? block45.call(this, context, tags, suffix) : block46.call(this, context, tags, suffix)}</div>`; }
48
48
  function block45(context, tags, suffix) { return html `<slot name="deleteButton"></slot>`; }
49
49
  function block46(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></ui5-button>`; }
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationMenuItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NavigationMenuItemTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type NavigationMenuItem from \"../../NavigationMenuItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._href ? block1.call(this, context, tags, suffix) : block24.call(this, context, tags, suffix) }${ this.hasSubmenu ? block47.call(this, context, tags, suffix) : undefined }`;}\nfunction block1 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<a role=\"treeitem\" class=\"ui5-navmenu-item-link\" href=\"${ifDefined(this.href)}\" target=\"${ifDefined(this.target)}\"><li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block2.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block8.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.hasIcon ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }${ifDefined(this.text)}</div>${ this.hasSubmenu ? block12.call(this, context, tags, suffix) : undefined }${ this.href ? block13.call(this, context, tags, suffix) : undefined }${ this.typeDetail ? block15.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block16.call(this, context, tags, suffix) : undefined }${ this.navigated ? block17.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block18.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li></a>`;}\nfunction block2 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block3.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block4.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block4 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block5 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block6.call(this, context, tags, suffix) : block7.call(this, context, tags, suffix) }</div>`;}\nfunction block6 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block7 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block8 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block9 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block10 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._siblingsWithIcon ? block11.call(this, context, tags, suffix) : undefined }`;}\nfunction block11 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-dummy-icon\"></div>`;}\nfunction block12 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></ui5-icon>`;}\nfunction block13 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.target ? block14.call(this, context, tags, suffix) : undefined }`;}\nfunction block14 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></ui5-icon>`;}\nfunction block15 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block16 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block17 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block18 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block19.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block20.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block21.call(this, context, tags, suffix) : undefined }`;}\nfunction block19 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block20 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block21 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block22.call(this, context, tags, suffix) : block23.call(this, context, tags, suffix) }</div>`;}\nfunction block22 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block23 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block24 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block25.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block31.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.hasIcon ? block32.call(this, context, tags, suffix) : block33.call(this, context, tags, suffix) }${ifDefined(this.text)}</div>${ this.hasSubmenu ? block35.call(this, context, tags, suffix) : undefined }${ this.href ? block36.call(this, context, tags, suffix) : undefined }${ this.typeDetail ? block38.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block39.call(this, context, tags, suffix) : undefined }${ this.navigated ? block40.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block41.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>`;}\nfunction block25 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block26.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block27.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block28.call(this, context, tags, suffix) : undefined }`;}\nfunction block26 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block27 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block28 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block29.call(this, context, tags, suffix) : block30.call(this, context, tags, suffix) }</div>`;}\nfunction block29 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block30 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block31 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block32 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block33 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._siblingsWithIcon ? block34.call(this, context, tags, suffix) : undefined }`;}\nfunction block34 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-dummy-icon\"></div>`;}\nfunction block35 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></ui5-icon>`;}\nfunction block36 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.target ? block37.call(this, context, tags, suffix) : undefined }`;}\nfunction block37 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></ui5-icon>`;}\nfunction block38 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block39 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block40 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block41 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block42.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block43.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block44.call(this, context, tags, suffix) : undefined }`;}\nfunction block42 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block43 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block44 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block45.call(this, context, tags, suffix) : block46.call(this, context, tags, suffix) }</div>`;}\nfunction block45 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block46 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block47 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-navigation-menu-rp\" class=\"ui5-menu-rp ui5-navigation-menu\" vertical-align=\"Center\" sub-menu prevent-initial-focus prevent-focus-restore accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\" @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block48.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block50.call(this, context, tags, suffix) : block51.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover id=\"${ifDefined(this._id)}-navigation-menu-rp\" class=\"ui5-menu-rp ui5-navigation-menu\" vertical-align=\"Center\" sub-menu prevent-initial-focus prevent-focus-restore accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\" @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block48.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block50.call(this, context, tags, suffix) : block51.call(this, context, tags, suffix) }</div></ui5-responsive-popover>`;}\nfunction block48 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-menu-dialog-header\">${ this.isSubMenuOpen ? block49.call(this, context, tags, suffix) : undefined }<div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.menuHeaderTextPhone)}</div></div><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"header\" class=\"ui5-menu-dialog-header\">${ this.isSubMenuOpen ? block49.call(this, context, tags, suffix) : undefined }<div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.menuHeaderTextPhone)}</div></div><ui5-button icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></ui5-button></div>`;}\nfunction block49 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></ui5-button>`;}\nfunction block50 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} accessible-role=\"tree\" id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" separators=\"None\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list accessible-role=\"tree\" id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" separators=\"None\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></ui5-list>`;}\nfunction block51 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.loading ? block52.call(this, context, tags, suffix) : undefined }`;}\nfunction block52 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}>` : html`<ui5-busy-indicator id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></ui5-busy-indicator>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"NavigationMenuItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NavigationMenuItemTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type NavigationMenuItem from \"../../NavigationMenuItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._href ? block1.call(this, context, tags, suffix) : block24.call(this, context, tags, suffix) }${ this.hasSubmenu ? block47.call(this, context, tags, suffix) : undefined }`;}\nfunction block1 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<a role=\"treeitem\" class=\"ui5-navmenu-item-link\" href=\"${ifDefined(this.href)}\" target=\"${ifDefined(this.target)}\"><li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block2.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block8.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.hasIcon ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }${ifDefined(this.text)}</div>${ this.hasSubmenu ? block12.call(this, context, tags, suffix) : undefined }${ this.href ? block13.call(this, context, tags, suffix) : undefined }${ this.typeDetail ? block15.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block16.call(this, context, tags, suffix) : undefined }${ this.navigated ? block17.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block18.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li></a>`;}\nfunction block2 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block3.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block4.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></ui5-radio-button>`;}\nfunction block4 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></ui5-checkbox>`;}\nfunction block5 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block6.call(this, context, tags, suffix) : block7.call(this, context, tags, suffix) }</div>`;}\nfunction block6 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block7 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block8 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block9 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block10 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._siblingsWithIcon ? block11.call(this, context, tags, suffix) : undefined }`;}\nfunction block11 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-dummy-icon\"></div>`;}\nfunction block12 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></ui5-icon>`;}\nfunction block13 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.target ? block14.call(this, context, tags, suffix) : undefined }`;}\nfunction block14 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></ui5-icon>`;}\nfunction block15 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block16 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block17 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block18 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block19.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block20.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block21.call(this, context, tags, suffix) : undefined }`;}\nfunction block19 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></ui5-radio-button>`;}\nfunction block20 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></ui5-checkbox>`;}\nfunction block21 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block22.call(this, context, tags, suffix) : block23.call(this, context, tags, suffix) }</div>`;}\nfunction block22 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block23 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block24 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block25.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block31.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.hasIcon ? block32.call(this, context, tags, suffix) : block33.call(this, context, tags, suffix) }${ifDefined(this.text)}</div>${ this.hasSubmenu ? block35.call(this, context, tags, suffix) : undefined }${ this.href ? block36.call(this, context, tags, suffix) : undefined }${ this.typeDetail ? block38.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block39.call(this, context, tags, suffix) : undefined }${ this.navigated ? block40.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block41.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>`;}\nfunction block25 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block26.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block27.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block28.call(this, context, tags, suffix) : undefined }`;}\nfunction block26 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></ui5-radio-button>`;}\nfunction block27 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></ui5-checkbox>`;}\nfunction block28 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block29.call(this, context, tags, suffix) : block30.call(this, context, tags, suffix) }</div>`;}\nfunction block29 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block30 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block31 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block32 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" class=\"ui5-li-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block33 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._siblingsWithIcon ? block34.call(this, context, tags, suffix) : undefined }`;}\nfunction block34 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-menu-item-dummy-icon\"></div>`;}\nfunction block35 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" name=\"slim-arrow-right\" class=\"ui5-menu-item-icon-end\"></ui5-icon>`;}\nfunction block36 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.target ? block37.call(this, context, tags, suffix) : undefined }`;}\nfunction block37 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-sn-item-external-link-icon\" name=\"arrow-right\"></ui5-icon>`;}\nfunction block38 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block39 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block40 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block41 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block42.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block43.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block44.call(this, context, tags, suffix) : undefined }`;}\nfunction block42 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @ui5-change=\"${ifDefined(this.onSingleSelectionComponentPress)}\"></ui5-radio-button>`;}\nfunction block43 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @ui5-change=\"${ifDefined(this.onMultiSelectionComponentPress)}\"></ui5-checkbox>`;}\nfunction block44 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block45.call(this, context, tags, suffix) : block46.call(this, context, tags, suffix) }</div>`;}\nfunction block45 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block46 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block47 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-navigation-menu-rp\" class=\"ui5-menu-rp ui5-navigation-menu\" vertical-align=\"Center\" sub-menu prevent-initial-focus prevent-focus-restore accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\" @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block48.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block50.call(this, context, tags, suffix) : block51.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover id=\"${ifDefined(this._id)}-navigation-menu-rp\" class=\"ui5-menu-rp ui5-navigation-menu\" vertical-align=\"Center\" sub-menu prevent-initial-focus prevent-focus-restore accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\" @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)}><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block48.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block50.call(this, context, tags, suffix) : block51.call(this, context, tags, suffix) }</div></ui5-responsive-popover>`;}\nfunction block48 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-menu-dialog-header\">${ this.isSubMenuOpen ? block49.call(this, context, tags, suffix) : undefined }<div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.menuHeaderTextPhone)}</div></div><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"header\" class=\"ui5-menu-dialog-header\">${ this.isSubMenuOpen ? block49.call(this, context, tags, suffix) : undefined }<div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.menuHeaderTextPhone)}</div></div><ui5-button icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._closeAll}></ui5-button></div>`;}\nfunction block49 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"nav-back\" class=\"ui5-menu-back-button\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelBack)}\" @click=${this._close}></ui5-button>`;}\nfunction block50 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} accessible-role=\"tree\" id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" separators=\"None\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list accessible-role=\"tree\" id=\"${ifDefined(this._id)}-menu-list\" selection-mode=\"None\" ?loading=\"${this.loading}\" loading-delay=\"${ifDefined(this.loadingDelay)}\" separators=\"None\" @ui5-close-menu=${ifDefined(this._close)}><slot></slot></ui5-list>`;}\nfunction block51 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.loading ? block52.call(this, context, tags, suffix) : undefined }`;}\nfunction block52 (this: NavigationMenuItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}>` : html`<ui5-busy-indicator id=\"${ifDefined(this._id)}-menu-busy-indicator\" delay=\"${ifDefined(this.loadingDelay)}\" class=\"ui5-menu-busy-indicator\" active></ui5-busy-indicator>`;}\n\n\nexport default block0;"]}
@@ -2,8 +2,8 @@
2
2
  import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return html `<li part="native-li" data-sap-focus-ref tabindex="${ifDefined(this._effectiveTabIndex)}" class="${classMap(this.classes.main)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}" @keyup="${this._onkeyup}" @keydown="${this._onkeydown}" @mouseup="${this._onmouseup}" @mousedown="${this._onmousedown}" @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" @click="${this._onclick}" draggable="${ifDefined(this.movable)}" @dragstart="${this._ondragstart}" @dragend="${this._ondragend}" role="${ifDefined(this._accInfo.role)}" aria-expanded="${ifDefined(this._accInfo.ariaExpanded)}" title="${ifDefined(this._accInfo.tooltip)}" aria-level="${ifDefined(this._accInfo.ariaLevel)}" aria-haspopup="${ifDefined(this._accInfo.ariaHaspopup)}" aria-posinset="${ifDefined(this._accInfo.posinset)}" aria-setsize="${ifDefined(this._accInfo.setsize)}" aria-describedby="${ifDefined(this._id)}-invisibleText-describedby" aria-labelledby="${ifDefined(this._accessibleNameRef)}" aria-disabled="${ifDefined(this._ariaDisabled)}" aria-selected="${ifDefined(this._accInfo.ariaSelected)}" aria-checked="${ifDefined(this._accInfo.ariaChecked)}" aria-owns="${ifDefined(this._accInfo.ariaOwns)}" aria-keyshortcuts="${ifDefined(this._accInfo.ariaKeyShortcuts)}">${this.placeSelectionElementBefore ? block1.call(this, context, tags, suffix) : undefined}${this._hasHighlightColor ? block7.call(this, context, tags, suffix) : undefined}<div part="content" id="${ifDefined(this._id)}-content" class="ui5-li-content">${this.hasImage ? block8.call(this, context, tags, suffix) : undefined}${this.displayIconBegin ? block9.call(this, context, tags, suffix) : undefined}<div class="ui5-li-text-wrapper">${this.hasTitle ? block10.call(this, context, tags, suffix) : undefined}${this.hasDescription ? block11.call(this, context, tags, suffix) : undefined}${!this.typeActive ? block15.call(this, context, tags, suffix) : undefined}</div>${!this.hasDescription ? block16.call(this, context, tags, suffix) : undefined}</div>${this.displayIconEnd ? block18.call(this, context, tags, suffix) : undefined}${this.typeDetail ? block19.call(this, context, tags, suffix) : undefined}${this.typeNavigation ? block20.call(this, context, tags, suffix) : undefined}${this.navigated ? block21.call(this, context, tags, suffix) : undefined}${this.placeSelectionElementAfter ? block22.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-invisibleText" class="ui5-hidden-text">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id="${ifDefined(this._id)}-invisibleText-describedby" class="ui5-hidden-text">${ifDefined(this._accInfo.ariaSelectedText)}</span></li> `; }
4
4
  function block1(context, tags, suffix) { return html `${this.modeSingleSelect ? block2.call(this, context, tags, suffix) : undefined}${this.modeMultiple ? block3.call(this, context, tags, suffix) : undefined}${this.renderDeleteButton ? block4.call(this, context, tags, suffix) : undefined}`; }
5
- function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`; }
6
- function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`; }
5
+ function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></ui5-radio-button>`; }
6
+ function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></ui5-checkbox>`; }
7
7
  function block4(context, tags, suffix) { return html `<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot ? block5.call(this, context, tags, suffix) : block6.call(this, context, tags, suffix)}</div>`; }
8
8
  function block5(context, tags, suffix) { return html `<slot name="deleteButton"></slot>`; }
9
9
  function block6(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></ui5-button>`; }
@@ -23,8 +23,8 @@ function block19(context, tags, suffix) { return suffix ? html `<div class="ui5-
23
23
  function block20(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name ="slim-arrow-right"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name ="slim-arrow-right"></ui5-icon>`; }
24
24
  function block21(context, tags, suffix) { return html `<div class="ui5-li-navigated"></div>`; }
25
25
  function block22(context, tags, suffix) { return html `${this.modeSingleSelect ? block23.call(this, context, tags, suffix) : undefined}${this.modeMultiple ? block24.call(this, context, tags, suffix) : undefined}${this.renderDeleteButton ? block25.call(this, context, tags, suffix) : undefined}`; }
26
- function block23(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`; }
27
- function block24(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`; }
26
+ function block23(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @ui5-change="${ifDefined(this.onSingleSelectionComponentPress)}"></ui5-radio-button>`; }
27
+ function block24(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${ifDefined(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${ifDefined(this._accInfo.ariaLabel)}" @ui5-change="${ifDefined(this.onMultiSelectionComponentPress)}"></ui5-checkbox>`; }
28
28
  function block25(context, tags, suffix) { return html `<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot ? block26.call(this, context, tags, suffix) : block27.call(this, context, tags, suffix)}</div>`; }
29
29
  function block26(context, tags, suffix) { return html `<slot name="deleteButton"></slot>`; }
30
30
  function block27(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${ifDefined(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${ifDefined(this.deleteText)}"></ui5-button>`; }