@ui5/webcomponents 2.1.0 → 2.2.0-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 (536) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Assets-fetch.d.ts +5 -0
  4. package/dist/Assets-fetch.js +7 -0
  5. package/dist/Assets-fetch.js.map +1 -0
  6. package/dist/Breadcrumbs.js +2 -1
  7. package/dist/Breadcrumbs.js.map +1 -1
  8. package/dist/Button.d.ts +1 -0
  9. package/dist/Button.js +9 -2
  10. package/dist/Button.js.map +1 -1
  11. package/dist/ComboBox.d.ts +1 -1
  12. package/dist/ComboBox.js +7 -3
  13. package/dist/ComboBox.js.map +1 -1
  14. package/dist/Link.js +4 -4
  15. package/dist/Link.js.map +1 -1
  16. package/dist/Menu.d.ts +1 -0
  17. package/dist/Menu.js +4 -1
  18. package/dist/Menu.js.map +1 -1
  19. package/dist/MenuItem.d.ts +1 -0
  20. package/dist/MenuItem.js +4 -1
  21. package/dist/MenuItem.js.map +1 -1
  22. package/dist/MultiComboBox.js +1 -1
  23. package/dist/MultiComboBox.js.map +1 -1
  24. package/dist/RatingIndicator.d.ts +1 -1
  25. package/dist/RatingIndicator.js +5 -1
  26. package/dist/RatingIndicator.js.map +1 -1
  27. package/dist/SegmentedButtonItem.js +2 -1
  28. package/dist/SegmentedButtonItem.js.map +1 -1
  29. package/dist/Select.d.ts +0 -1
  30. package/dist/Select.js +2 -5
  31. package/dist/Select.js.map +1 -1
  32. package/dist/SplitButton.d.ts +12 -3
  33. package/dist/SplitButton.js +16 -5
  34. package/dist/SplitButton.js.map +1 -1
  35. package/dist/Text.d.ts +20 -0
  36. package/dist/Text.js +41 -7
  37. package/dist/Text.js.map +1 -1
  38. package/dist/bundle.common.bootstrap.d.ts +1 -0
  39. package/dist/bundle.common.bootstrap.js +2 -0
  40. package/dist/bundle.common.bootstrap.js.map +1 -1
  41. package/dist/bundle.esm.d.ts +1 -0
  42. package/dist/css/themes/Avatar.css +1 -1
  43. package/dist/css/themes/AvatarGroup.css +1 -1
  44. package/dist/css/themes/Bar.css +1 -1
  45. package/dist/css/themes/Breadcrumbs.css +1 -1
  46. package/dist/css/themes/BusyIndicator.css +1 -1
  47. package/dist/css/themes/Button.css +1 -1
  48. package/dist/css/themes/Calendar.css +1 -1
  49. package/dist/css/themes/CalendarHeader.css +1 -1
  50. package/dist/css/themes/CalendarLegend.css +1 -1
  51. package/dist/css/themes/CalendarLegendItem.css +1 -1
  52. package/dist/css/themes/Card.css +1 -1
  53. package/dist/css/themes/CardHeader.css +1 -1
  54. package/dist/css/themes/Carousel.css +1 -1
  55. package/dist/css/themes/CheckBox.css +1 -1
  56. package/dist/css/themes/ColorPalette.css +1 -1
  57. package/dist/css/themes/ColorPaletteItem.css +1 -1
  58. package/dist/css/themes/ColorPalettePopover.css +1 -1
  59. package/dist/css/themes/ColorPicker.css +1 -1
  60. package/dist/css/themes/ComboBox.css +1 -1
  61. package/dist/css/themes/DatePicker.css +1 -1
  62. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  63. package/dist/css/themes/DayPicker.css +1 -1
  64. package/dist/css/themes/Dialog.css +1 -1
  65. package/dist/css/themes/FileUploader.css +1 -1
  66. package/dist/css/themes/Form.css +1 -1
  67. package/dist/css/themes/FormItem.css +1 -1
  68. package/dist/css/themes/FormLabelSpan.css +1 -1
  69. package/dist/css/themes/GrowingButton.css +1 -1
  70. package/dist/css/themes/Icon.css +1 -1
  71. package/dist/css/themes/Input.css +1 -1
  72. package/dist/css/themes/InputIcon.css +1 -1
  73. package/dist/css/themes/InputSharedStyles.css +1 -1
  74. package/dist/css/themes/Link.css +1 -1
  75. package/dist/css/themes/List.css +1 -1
  76. package/dist/css/themes/ListItem.css +1 -1
  77. package/dist/css/themes/ListItemBase.css +1 -1
  78. package/dist/css/themes/ListItemCustom.css +1 -1
  79. package/dist/css/themes/ListItemGroup.css +1 -1
  80. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  81. package/dist/css/themes/ListItemIcon.css +1 -1
  82. package/dist/css/themes/Menu.css +1 -1
  83. package/dist/css/themes/MenuItem.css +1 -1
  84. package/dist/css/themes/MessageStrip.css +1 -1
  85. package/dist/css/themes/MonthPicker.css +1 -1
  86. package/dist/css/themes/MultiComboBox.css +1 -1
  87. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  88. package/dist/css/themes/MultiInput.css +1 -1
  89. package/dist/css/themes/NavigationMenu.css +1 -1
  90. package/dist/css/themes/NavigationMenuItem.css +1 -1
  91. package/dist/css/themes/OptionBase.css +1 -1
  92. package/dist/css/themes/Panel.css +1 -1
  93. package/dist/css/themes/Popover.css +1 -1
  94. package/dist/css/themes/PopupsCommon.css +1 -1
  95. package/dist/css/themes/ProgressIndicator.css +1 -1
  96. package/dist/css/themes/RadioButton.css +1 -1
  97. package/dist/css/themes/RangeSlider.css +1 -1
  98. package/dist/css/themes/RatingIndicator.css +1 -1
  99. package/dist/css/themes/ResponsivePopover.css +1 -1
  100. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  101. package/dist/css/themes/SegmentedButton.css +1 -1
  102. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  103. package/dist/css/themes/Select.css +1 -1
  104. package/dist/css/themes/SliderBase.css +1 -1
  105. package/dist/css/themes/SplitButton.css +1 -1
  106. package/dist/css/themes/StepInput.css +1 -1
  107. package/dist/css/themes/SuggestionItem.css +1 -1
  108. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  109. package/dist/css/themes/Switch.css +1 -1
  110. package/dist/css/themes/TabContainer.css +1 -1
  111. package/dist/css/themes/TabInOverflow.css +1 -1
  112. package/dist/css/themes/TabInStrip.css +1 -1
  113. package/dist/css/themes/TabSemanticIcon.css +1 -1
  114. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  115. package/dist/css/themes/Table.css +1 -1
  116. package/dist/css/themes/TableCellBase.css +1 -1
  117. package/dist/css/themes/TableHeaderRow.css +1 -1
  118. package/dist/css/themes/TableRow.css +1 -1
  119. package/dist/css/themes/TableRowBase.css +1 -1
  120. package/dist/css/themes/Tag.css +1 -1
  121. package/dist/css/themes/Text.css +1 -1
  122. package/dist/css/themes/TextArea.css +1 -1
  123. package/dist/css/themes/TimePicker.css +1 -1
  124. package/dist/css/themes/Toast.css +1 -1
  125. package/dist/css/themes/ToggleButton.css +1 -1
  126. package/dist/css/themes/Token.css +1 -1
  127. package/dist/css/themes/Tokenizer.css +1 -1
  128. package/dist/css/themes/TokenizerPopover.css +1 -1
  129. package/dist/css/themes/Toolbar.css +1 -1
  130. package/dist/css/themes/ToolbarPopover.css +1 -1
  131. package/dist/css/themes/TreeItem.css +1 -1
  132. package/dist/css/themes/ValueStateMessage.css +1 -1
  133. package/dist/css/themes/YearPicker.css +1 -1
  134. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  135. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  136. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  137. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  138. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  139. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  140. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  141. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  142. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  143. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  144. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  145. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  146. package/dist/custom-elements-internal.json +84 -0
  147. package/dist/custom-elements.json +51 -0
  148. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  149. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  150. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  151. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  152. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  153. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  154. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  155. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  156. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  157. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  158. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  159. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  160. package/dist/generated/i18n/i18n-defaults.d.ts +5 -1
  161. package/dist/generated/i18n/i18n-defaults.js +5 -1
  162. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  163. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  164. package/dist/generated/json-imports/Themes-fetch.js +29 -0
  165. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  166. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  167. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  168. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  169. package/dist/generated/json-imports/i18n.js.map +1 -1
  170. package/dist/generated/templates/AvatarGroupTemplate.lit.js.map +1 -1
  171. package/dist/generated/templates/AvatarTemplate.lit.js.map +1 -1
  172. package/dist/generated/templates/BarTemplate.lit.js.map +1 -1
  173. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js.map +1 -1
  174. package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
  175. package/dist/generated/templates/BusyIndicatorTemplate.lit.js.map +1 -1
  176. package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
  177. package/dist/generated/templates/CalendarHeaderTemplate.lit.js.map +1 -1
  178. package/dist/generated/templates/CalendarLegendItemTemplate.lit.js.map +1 -1
  179. package/dist/generated/templates/CalendarLegendTemplate.lit.js.map +1 -1
  180. package/dist/generated/templates/CalendarTemplate.lit.js.map +1 -1
  181. package/dist/generated/templates/CardHeaderTemplate.lit.js.map +1 -1
  182. package/dist/generated/templates/CardTemplate.lit.js.map +1 -1
  183. package/dist/generated/templates/CarouselTemplate.lit.js.map +1 -1
  184. package/dist/generated/templates/CheckBoxTemplate.lit.js.map +1 -1
  185. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js.map +1 -1
  186. package/dist/generated/templates/ColorPaletteItemTemplate.lit.js.map +1 -1
  187. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +1 -1
  188. package/dist/generated/templates/ColorPaletteTemplate.lit.js.map +1 -1
  189. package/dist/generated/templates/ColorPickerTemplate.lit.js.map +1 -1
  190. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  191. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  192. package/dist/generated/templates/DatePickerInputTemplate.lit.js.map +1 -1
  193. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js.map +1 -1
  194. package/dist/generated/templates/DatePickerTemplate.lit.js.map +1 -1
  195. package/dist/generated/templates/DateRangePickerTemplate.lit.js.map +1 -1
  196. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js.map +1 -1
  197. package/dist/generated/templates/DateTimePickerTemplate.lit.js.map +1 -1
  198. package/dist/generated/templates/DayPickerTemplate.lit.js.map +1 -1
  199. package/dist/generated/templates/DialogTemplate.lit.js +1 -1
  200. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  201. package/dist/generated/templates/DropIndicatorTemplate.lit.js.map +1 -1
  202. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js.map +1 -1
  203. package/dist/generated/templates/FileUploaderTemplate.lit.js.map +1 -1
  204. package/dist/generated/templates/FormItemTemplate.lit.js.map +1 -1
  205. package/dist/generated/templates/FormTemplate.lit.js.map +1 -1
  206. package/dist/generated/templates/IconTemplate.lit.js.map +1 -1
  207. package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
  208. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  209. package/dist/generated/templates/LabelTemplate.lit.js.map +1 -1
  210. package/dist/generated/templates/LinkTemplate.lit.js.map +1 -1
  211. package/dist/generated/templates/ListItemBaseTemplate.lit.js.map +1 -1
  212. package/dist/generated/templates/ListItemCustomTemplate.lit.js.map +1 -1
  213. package/dist/generated/templates/ListItemGroupHeaderTemplate.lit.js.map +1 -1
  214. package/dist/generated/templates/ListItemGroupTemplate.lit.js.map +1 -1
  215. package/dist/generated/templates/ListItemStandardTemplate.lit.js.map +1 -1
  216. package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
  217. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  218. package/dist/generated/templates/MenuItemTemplate.lit.js +1 -1
  219. package/dist/generated/templates/MenuItemTemplate.lit.js.map +1 -1
  220. package/dist/generated/templates/MenuSeparatorTemplate.lit.js.map +1 -1
  221. package/dist/generated/templates/MenuTemplate.lit.js +1 -1
  222. package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
  223. package/dist/generated/templates/MessageStripTemplate.lit.js.map +1 -1
  224. package/dist/generated/templates/MonthPickerTemplate.lit.js.map +1 -1
  225. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  226. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  227. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  228. package/dist/generated/templates/NavigationMenuItemTemplate.lit.js.map +1 -1
  229. package/dist/generated/templates/NavigationMenuTemplate.lit.js.map +1 -1
  230. package/dist/generated/templates/OptionCustomTemplate.lit.js.map +1 -1
  231. package/dist/generated/templates/OptionTemplate.lit.js.map +1 -1
  232. package/dist/generated/templates/PanelTemplate.lit.js.map +1 -1
  233. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  234. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js.map +1 -1
  235. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  236. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js.map +1 -1
  237. package/dist/generated/templates/RadioButtonTemplate.lit.js.map +1 -1
  238. package/dist/generated/templates/RangeSliderTemplate.lit.js.map +1 -1
  239. package/dist/generated/templates/RatingIndicatorTemplate.lit.js.map +1 -1
  240. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  241. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js.map +1 -1
  242. package/dist/generated/templates/SegmentedButtonTemplate.lit.js.map +1 -1
  243. package/dist/generated/templates/SelectPopoverTemplate.lit.js +11 -14
  244. package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
  245. package/dist/generated/templates/SelectTemplate.lit.js +11 -14
  246. package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
  247. package/dist/generated/templates/SliderBaseTemplate.lit.js.map +1 -1
  248. package/dist/generated/templates/SliderTemplate.lit.js.map +1 -1
  249. package/dist/generated/templates/SplitButtonTemplate.lit.js +1 -1
  250. package/dist/generated/templates/SplitButtonTemplate.lit.js.map +1 -1
  251. package/dist/generated/templates/StepInputTemplate.lit.js.map +1 -1
  252. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js.map +1 -1
  253. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js.map +1 -1
  254. package/dist/generated/templates/SuggestionItemTemplate.lit.js.map +1 -1
  255. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
  256. package/dist/generated/templates/SwitchTemplate.lit.js.map +1 -1
  257. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js.map +1 -1
  258. package/dist/generated/templates/TabContainerTemplate.lit.js.map +1 -1
  259. package/dist/generated/templates/TabInOverflowTemplate.lit.js.map +1 -1
  260. package/dist/generated/templates/TabInStripTemplate.lit.js.map +1 -1
  261. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js.map +1 -1
  262. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js.map +1 -1
  263. package/dist/generated/templates/TabTemplate.lit.js.map +1 -1
  264. package/dist/generated/templates/TableCellTemplate.lit.js.map +1 -1
  265. package/dist/generated/templates/TableGrowingTemplate.lit.js.map +1 -1
  266. package/dist/generated/templates/TableHeaderCellTemplate.lit.js.map +1 -1
  267. package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +1 -1
  268. package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -1
  269. package/dist/generated/templates/TableTemplate.lit.js.map +1 -1
  270. package/dist/generated/templates/TagTemplate.lit.js.map +1 -1
  271. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js.map +1 -1
  272. package/dist/generated/templates/TextAreaTemplate.lit.js.map +1 -1
  273. package/dist/generated/templates/TextTemplate.lit.d.ts +4 -0
  274. package/dist/generated/templates/TextTemplate.lit.js +7 -0
  275. package/dist/generated/templates/TextTemplate.lit.js.map +1 -0
  276. package/dist/generated/templates/TimePickerClockTemplate.lit.js.map +1 -1
  277. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
  278. package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
  279. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js.map +1 -1
  280. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js.map +1 -1
  281. package/dist/generated/templates/TitleTemplate.lit.js.map +1 -1
  282. package/dist/generated/templates/ToastTemplate.lit.js.map +1 -1
  283. package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
  284. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
  285. package/dist/generated/templates/TokenTemplate.lit.js.map +1 -1
  286. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +1 -1
  287. package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
  288. package/dist/generated/templates/ToolbarButtonTemplate.lit.js.map +1 -1
  289. package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.js.map +1 -1
  290. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.js.map +1 -1
  291. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js.map +1 -1
  292. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js.map +1 -1
  293. package/dist/generated/templates/ToolbarSelectTemplate.lit.js.map +1 -1
  294. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.js.map +1 -1
  295. package/dist/generated/templates/ToolbarSpacerTemplate.lit.js.map +1 -1
  296. package/dist/generated/templates/ToolbarTemplate.lit.js.map +1 -1
  297. package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
  298. package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
  299. package/dist/generated/templates/TreeItemTemplate.lit.js.map +1 -1
  300. package/dist/generated/templates/TreeTemplate.lit.js.map +1 -1
  301. package/dist/generated/templates/YearPickerTemplate.lit.js.map +1 -1
  302. package/dist/generated/themes/Avatar.css.js +1 -1
  303. package/dist/generated/themes/Avatar.css.js.map +1 -1
  304. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  305. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  306. package/dist/generated/themes/Bar.css.js +1 -1
  307. package/dist/generated/themes/Bar.css.js.map +1 -1
  308. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  309. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  310. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  311. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  312. package/dist/generated/themes/Button.css.js +1 -1
  313. package/dist/generated/themes/Button.css.js.map +1 -1
  314. package/dist/generated/themes/Calendar.css.js +1 -1
  315. package/dist/generated/themes/Calendar.css.js.map +1 -1
  316. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  317. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  318. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  319. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  320. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  321. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  322. package/dist/generated/themes/Card.css.js +1 -1
  323. package/dist/generated/themes/Card.css.js.map +1 -1
  324. package/dist/generated/themes/CardHeader.css.js +1 -1
  325. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  326. package/dist/generated/themes/Carousel.css.js +1 -1
  327. package/dist/generated/themes/Carousel.css.js.map +1 -1
  328. package/dist/generated/themes/CheckBox.css.js +1 -1
  329. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  330. package/dist/generated/themes/ColorPalette.css.js +1 -1
  331. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  332. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  333. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  334. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  335. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  336. package/dist/generated/themes/ColorPicker.css.js +1 -1
  337. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  338. package/dist/generated/themes/ComboBox.css.js +1 -1
  339. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  340. package/dist/generated/themes/DatePicker.css.js +1 -1
  341. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  342. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  343. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  344. package/dist/generated/themes/DayPicker.css.js +1 -1
  345. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  346. package/dist/generated/themes/Dialog.css.js +1 -1
  347. package/dist/generated/themes/Dialog.css.js.map +1 -1
  348. package/dist/generated/themes/FileUploader.css.js +1 -1
  349. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  350. package/dist/generated/themes/Form.css.js +1 -1
  351. package/dist/generated/themes/Form.css.js.map +1 -1
  352. package/dist/generated/themes/FormItem.css.js +1 -1
  353. package/dist/generated/themes/FormItem.css.js.map +1 -1
  354. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  355. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  356. package/dist/generated/themes/GrowingButton.css.js +1 -1
  357. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  358. package/dist/generated/themes/Icon.css.js +1 -1
  359. package/dist/generated/themes/Icon.css.js.map +1 -1
  360. package/dist/generated/themes/Input.css.js +1 -1
  361. package/dist/generated/themes/Input.css.js.map +1 -1
  362. package/dist/generated/themes/InputIcon.css.js +1 -1
  363. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  364. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  365. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  366. package/dist/generated/themes/Link.css.js +1 -1
  367. package/dist/generated/themes/Link.css.js.map +1 -1
  368. package/dist/generated/themes/List.css.js +1 -1
  369. package/dist/generated/themes/List.css.js.map +1 -1
  370. package/dist/generated/themes/ListItem.css.js +1 -1
  371. package/dist/generated/themes/ListItem.css.js.map +1 -1
  372. package/dist/generated/themes/ListItemBase.css.js +1 -1
  373. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  374. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  375. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  376. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  377. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  378. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  379. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  380. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  381. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  382. package/dist/generated/themes/Menu.css.js +1 -1
  383. package/dist/generated/themes/Menu.css.js.map +1 -1
  384. package/dist/generated/themes/MenuItem.css.js +1 -1
  385. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  386. package/dist/generated/themes/MessageStrip.css.js +1 -1
  387. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  388. package/dist/generated/themes/MonthPicker.css.js +1 -1
  389. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  390. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  391. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  392. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  393. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  394. package/dist/generated/themes/MultiInput.css.js +1 -1
  395. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  396. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  397. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  398. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  399. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  400. package/dist/generated/themes/OptionBase.css.js +1 -1
  401. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  402. package/dist/generated/themes/Panel.css.js +1 -1
  403. package/dist/generated/themes/Panel.css.js.map +1 -1
  404. package/dist/generated/themes/Popover.css.js +1 -1
  405. package/dist/generated/themes/Popover.css.js.map +1 -1
  406. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  407. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  408. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  409. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  410. package/dist/generated/themes/RadioButton.css.js +1 -1
  411. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  412. package/dist/generated/themes/RangeSlider.css.js +1 -1
  413. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  414. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  415. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  416. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  417. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  418. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  419. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  420. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  421. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  422. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  423. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  424. package/dist/generated/themes/Select.css.js +1 -1
  425. package/dist/generated/themes/Select.css.js.map +1 -1
  426. package/dist/generated/themes/SliderBase.css.js +1 -1
  427. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  428. package/dist/generated/themes/SplitButton.css.js +1 -1
  429. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  430. package/dist/generated/themes/StepInput.css.js +1 -1
  431. package/dist/generated/themes/StepInput.css.js.map +1 -1
  432. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  433. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  434. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  435. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  436. package/dist/generated/themes/Switch.css.js +1 -1
  437. package/dist/generated/themes/Switch.css.js.map +1 -1
  438. package/dist/generated/themes/TabContainer.css.js +1 -1
  439. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  440. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  441. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  442. package/dist/generated/themes/TabInStrip.css.js +1 -1
  443. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  444. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  445. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  446. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  447. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  448. package/dist/generated/themes/Table.css.js +1 -1
  449. package/dist/generated/themes/Table.css.js.map +1 -1
  450. package/dist/generated/themes/TableCellBase.css.js +1 -1
  451. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  452. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  453. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  454. package/dist/generated/themes/TableRow.css.js +1 -1
  455. package/dist/generated/themes/TableRow.css.js.map +1 -1
  456. package/dist/generated/themes/TableRowBase.css.js +1 -1
  457. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  458. package/dist/generated/themes/Tag.css.js +1 -1
  459. package/dist/generated/themes/Tag.css.js.map +1 -1
  460. package/dist/generated/themes/Text.css.js +1 -1
  461. package/dist/generated/themes/Text.css.js.map +1 -1
  462. package/dist/generated/themes/TextArea.css.js +1 -1
  463. package/dist/generated/themes/TextArea.css.js.map +1 -1
  464. package/dist/generated/themes/TimePicker.css.js +1 -1
  465. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  466. package/dist/generated/themes/Toast.css.js +1 -1
  467. package/dist/generated/themes/Toast.css.js.map +1 -1
  468. package/dist/generated/themes/ToggleButton.css.js +1 -1
  469. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  470. package/dist/generated/themes/Token.css.js +1 -1
  471. package/dist/generated/themes/Token.css.js.map +1 -1
  472. package/dist/generated/themes/Tokenizer.css.js +1 -1
  473. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  474. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  475. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  476. package/dist/generated/themes/Toolbar.css.js +1 -1
  477. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  478. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  479. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  480. package/dist/generated/themes/TreeItem.css.js +1 -1
  481. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  482. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  483. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  484. package/dist/generated/themes/YearPicker.css.js +1 -1
  485. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  486. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  487. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  488. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  489. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  490. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  491. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  492. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  493. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  494. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  495. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  496. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  497. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  498. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  499. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  500. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  501. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  502. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  503. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  504. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  505. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  506. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  507. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  508. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  509. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  510. package/dist/types/TextEmptyIndicatorMode.d.ts +17 -0
  511. package/dist/types/TextEmptyIndicatorMode.js +19 -0
  512. package/dist/types/TextEmptyIndicatorMode.js.map +1 -0
  513. package/dist/vscode.html-custom-data.json +6 -1
  514. package/dist/web-types.json +16 -2
  515. package/package.json +9 -9
  516. package/src/Dialog.hbs +3 -3
  517. package/src/Menu.hbs +1 -0
  518. package/src/MenuItem.hbs +1 -0
  519. package/src/SelectPopover.hbs +1 -3
  520. package/src/SplitButton.hbs +3 -1
  521. package/src/Text.hbs +8 -0
  522. package/src/i18n/messagebundle.properties +11 -0
  523. package/src/themes/Dialog.css +9 -3
  524. package/src/themes/Text.css +10 -1
  525. package/src/themes/base/Dialog-parameters.css +0 -3
  526. package/src/themes/sap_horizon/Dialog-parameters.css +0 -2
  527. package/src/themes/sap_horizon_dark/Dialog-parameters.css +0 -2
  528. package/src/themes/sap_horizon_dark_exp/Dialog-parameters.css +0 -2
  529. package/src/themes/sap_horizon_exp/Dialog-parameters.css +0 -2
  530. package/src/themes/sap_horizon_hcb/Dialog-parameters.css +0 -2
  531. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +0 -1
  532. package/src/themes/sap_horizon_hcw/Dialog-parameters.css +0 -2
  533. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +0 -1
  534. package/tsconfig.json +55 -37
  535. package/src/themes/sap_horizon_hcb_exp/Dialog-parameters.css +0 -6
  536. package/src/themes/sap_horizon_hcw_exp/Dialog-parameters.css +0 -6
@@ -1 +1 @@
1
- {"version":3,"file":"MultiInputTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiInputTemplate.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\";\n\timport type MultiInput from \"../../MultiInput.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><${scopeTag(\"ui5-tokenizer\", tags, suffix)} class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @select=\"${this._handleSelect}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this._effectiveShowSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this._effectiveShowSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block20.call(this, context, tags, suffix) : undefined } ` : html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ui5-tokenizer><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @select=\"${this._handleSelect}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this._effectiveShowSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this._effectiveShowSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block20.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block2 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><${scopeTag(\"ui5-icon\", tags, suffix)} tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div>` : html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><ui5-icon tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></ui5-icon></div>`;}\nfunction block3 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-input-icon-root\"><slot name=\"icon\"></slot></div>`;}\nfunction block4 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></ui5-icon>`;}\nfunction block5 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"suggestionsText\" class=\"ui5-hidden-text\">${ifDefined(this.suggestionsText)}</span><span id=\"selectionText\" class=\"ui5-hidden-text\" aria-live=\"polite\" role=\"status\"></span><span id=\"suggestionsCount\" class=\"ui5-hidden-text\" aria-live=\"polite\">${ifDefined(this.availableSuggestionsCount)}</span>`;}\nfunction block6 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"descr\" class=\"ui5-hidden-text\">${ifDefined(this.accInfo.input.ariaDescription)}</span>`;}\nfunction block7 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\nfunction block8 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)} accessible-name=\"${ifDefined(this._popupLabel)}\">${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\"><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}>${ this._isPhone ? block19.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)} accessible-name=\"${ifDefined(this._popupLabel)}\">${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<ui5-list separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\"><slot></slot></ui5-list>${ this._isPhone ? block19.call(this, context, tags, suffix) : undefined }</ui5-responsive-popover>`;}\nfunction block9 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><${scopeTag(\"ui5-input\", tags, suffix)} class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></${scopeTag(\"ui5-input\", tags, suffix)}></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></ui5-button></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><ui5-input class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></ui5-input></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block10 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block11 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }`;}\nfunction block12 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block13 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block14 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateMessage ? block15.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>` : html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block16 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block17.call(this, context, tags, suffix) : block18.call(this, context, tags, suffix) }`;}\nfunction block17 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block18 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block19 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closePicker}\">OK</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closePicker}\">OK</ui5-button></div>`;}\nfunction block20 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.valueStateOpen ? block21.call(this, context, tags, suffix) : undefined }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.valueStateOpen ? block21.call(this, context, tags, suffix) : undefined }</div></ui5-popover>`;}\nfunction block21 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block22.call(this, context, tags, suffix) : block23.call(this, context, tags, suffix) }`;}\nfunction block22 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block23 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"MultiInputTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiInputTemplate.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 MultiInput from \"../../MultiInput.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><${scopeTag(\"ui5-tokenizer\", tags, suffix)} class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @select=\"${this._handleSelect}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this._effectiveShowSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this._effectiveShowSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block20.call(this, context, tags, suffix) : undefined } ` : html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ui5-tokenizer><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @select=\"${this._handleSelect}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this._effectiveShowSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this._effectiveShowSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block20.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block2 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><${scopeTag(\"ui5-icon\", tags, suffix)} tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div>` : html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><ui5-icon tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></ui5-icon></div>`;}\nfunction block3 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-input-icon-root\"><slot name=\"icon\"></slot></div>`;}\nfunction block4 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></ui5-icon>`;}\nfunction block5 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"suggestionsText\" class=\"ui5-hidden-text\">${ifDefined(this.suggestionsText)}</span><span id=\"selectionText\" class=\"ui5-hidden-text\" aria-live=\"polite\" role=\"status\"></span><span id=\"suggestionsCount\" class=\"ui5-hidden-text\" aria-live=\"polite\">${ifDefined(this.availableSuggestionsCount)}</span>`;}\nfunction block6 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"descr\" class=\"ui5-hidden-text\">${ifDefined(this.accInfo.input.ariaDescription)}</span>`;}\nfunction block7 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\nfunction block8 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)} accessible-name=\"${ifDefined(this._popupLabel)}\">${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\"><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}>${ this._isPhone ? block19.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)} accessible-name=\"${ifDefined(this._popupLabel)}\">${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<ui5-list separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\"><slot></slot></ui5-list>${ this._isPhone ? block19.call(this, context, tags, suffix) : undefined }</ui5-responsive-popover>`;}\nfunction block9 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><${scopeTag(\"ui5-input\", tags, suffix)} class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></${scopeTag(\"ui5-input\", tags, suffix)}></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></ui5-button></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><ui5-input class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></ui5-input></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block10 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block11 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }`;}\nfunction block12 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block13 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block14 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateMessage ? block15.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>` : html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block16 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block17.call(this, context, tags, suffix) : block18.call(this, context, tags, suffix) }`;}\nfunction block17 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block18 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block19 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closePicker}\">OK</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closePicker}\">OK</ui5-button></div>`;}\nfunction block20 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.valueStateOpen ? block21.call(this, context, tags, suffix) : undefined }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.valueStateOpen ? block21.call(this, context, tags, suffix) : undefined }</div></ui5-popover>`;}\nfunction block21 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block22.call(this, context, tags, suffix) : block23.call(this, context, tags, suffix) }`;}\nfunction block22 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block23 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\n\n\nexport default block0;"]}
@@ -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\";\n\timport type NavigationMenuItem from \"../../NavigationMenuItem.js\";\n\timport 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}\" @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 +1 @@
1
- {"version":3,"file":"NavigationMenuTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NavigationMenuTemplate.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\";\n\timport type NavigationMenu from \"../../NavigationMenu.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NavigationMenu, 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\" .opener=${ifDefined(this.opener)} ?open=${this.open} prevent-initial-focus prevent-focus-restore @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)} accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\"><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block1.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block2.call(this, context, tags, suffix) : block3.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\" .opener=${ifDefined(this.opener)} ?open=${this.open} prevent-initial-focus prevent-focus-restore @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)} accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\"><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block1.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</div></ui5-responsive-popover>`;}\nfunction block1 (this: NavigationMenu, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.headerText)}</div></div><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._close}></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.headerText)}</div></div><ui5-button icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._close}></ui5-button></div>`;}\nfunction block2 (this: NavigationMenu, 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-item-click=${ifDefined(this._itemClick)} @ui5-close-menu=${ifDefined(this._close)} @keydown=${this._itemKeyDown}><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-item-click=${ifDefined(this._itemClick)} @ui5-close-menu=${ifDefined(this._close)} @keydown=${this._itemKeyDown}><slot></slot></ui5-list>`;}\nfunction block3 (this: NavigationMenu, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.loading ? block4.call(this, context, tags, suffix) : undefined }`;}\nfunction block4 (this: NavigationMenu, 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":"NavigationMenuTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NavigationMenuTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAwB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gGAAgG,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,IAAI,CAAC,IAAI,iEAAiE,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,yBAAyB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,yCAAyC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,uDAAuD,SAAS,CAAC,IAAI,CAAC,kCAAkC,CAAC,UAAW,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,YAAY,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gDAAiD,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,WAAW,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gGAAgG,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,IAAI,CAAC,IAAI,iEAAiE,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,yBAAyB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,yCAAyC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,uDAAuD,SAAS,CAAC,IAAI,CAAC,kCAAkC,CAAC,UAAW,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,YAAY,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gDAAiD,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,iCAAiC,CAAC,CAAA,CAAC;AACjiE,SAAS,MAAM,CAAwB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,6FAA6F,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,gBAAgB,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,oDAAoD,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,YAAY,IAAI,CAAC,MAAM,MAAM,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA,6FAA6F,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,2EAA2E,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,YAAY,IAAI,CAAC,MAAM,sBAAsB,CAAC,CAAA,CAAC;AACntB,SAAS,MAAM,CAAwB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,+BAA+B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,+CAA+C,IAAI,CAAC,OAAO,oBAAoB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,uCAAuC,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,IAAI,CAAC,YAAY,mBAAmB,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,wCAAwC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,+CAA+C,IAAI,CAAC,OAAO,oBAAoB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,uCAAuC,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,IAAI,CAAC,YAAY,2BAA2B,CAAC,CAAA,CAAC;AACr1B,SAAS,MAAM,CAAwB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AACjM,SAAS,MAAM,CAAwB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,oBAAoB,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gCAAgC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,8CAA8C,QAAQ,CAAC,oBAAoB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,2BAA2B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gCAAgC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,gEAAgE,CAAC,CAAA,CAAC;AAGrhB,eAAe,MAAM,CAAC","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 NavigationMenu from \"../../NavigationMenu.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NavigationMenu, 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\" .opener=${ifDefined(this.opener)} ?open=${this.open} prevent-initial-focus prevent-focus-restore @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)} accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\"><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block1.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block2.call(this, context, tags, suffix) : block3.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\" .opener=${ifDefined(this.opener)} ?open=${this.open} prevent-initial-focus prevent-focus-restore @ui5-before-open=${ifDefined(this._beforePopoverOpen)} @ui5-open=${ifDefined(this._afterPopoverOpen)} @ui5-before-close=${ifDefined(this._beforePopoverClose)} @ui5-close=${ifDefined(this._afterPopoverClose)} accessible-name-ref=\"${ifDefined(this._id)}-navigationMenuPopoverText\"><span id=\"${ifDefined(this._id)}-navigationMenuPopoverText\" class=\"ui5-hidden-text\">${ifDefined(this.accSideNavigationPopoverHiddenText)}</span>${ this.isPhone ? block1.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-menu-main\" class=\"ui5-navigation-menu-main\">${ this.items.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</div></ui5-responsive-popover>`;}\nfunction block1 (this: NavigationMenu, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.headerText)}</div></div><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._close}></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"header\" class=\"ui5-menu-dialog-header\"><div class=\"ui5-menu-dialog-title\"><div>${ifDefined(this.headerText)}</div></div><ui5-button icon=\"decline\" design=\"Transparent\" aria-label=\"${ifDefined(this.labelClose)}\" @click=${this._close}></ui5-button></div>`;}\nfunction block2 (this: NavigationMenu, 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-item-click=${ifDefined(this._itemClick)} @ui5-close-menu=${ifDefined(this._close)} @keydown=${this._itemKeyDown}><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-item-click=${ifDefined(this._itemClick)} @ui5-close-menu=${ifDefined(this._close)} @keydown=${this._itemKeyDown}><slot></slot></ui5-list>`;}\nfunction block3 (this: NavigationMenu, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.loading ? block4.call(this, context, tags, suffix) : undefined }`;}\nfunction block4 (this: NavigationMenu, 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 +1 @@
1
- {"version":3,"file":"OptionCustomTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/OptionCustomTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAY,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAsB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qDAAqD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,IAAI,CAAC,QAAQ,2BAA2B,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAA,CAAC;AAGre,eAAe,MAAM,CAAC","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\";\n\timport type OptionCustom from \"../../OptionCustom.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: OptionCustom, 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}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" draggable=\"${ifDefined(this.movable)}\" @click=\"${this._onclick}\" role=\"option\" title=\"${ifDefined(this.tooltip)}\" ><slot></slot></li> `;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"OptionCustomTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/OptionCustomTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAY,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAsB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qDAAqD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,IAAI,CAAC,QAAQ,2BAA2B,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAA,CAAC;AAGre,eAAe,MAAM,CAAC","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 OptionCustom from \"../../OptionCustom.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: OptionCustom, 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}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" draggable=\"${ifDefined(this.movable)}\" @click=\"${this._onclick}\" role=\"option\" title=\"${ifDefined(this.tooltip)}\" ><slot></slot></li> `;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"OptionTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/OptionTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAgB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qDAAqD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,IAAI,CAAC,QAAQ,2BAA2B,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,8BAA8B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,oCAAqC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,gGAAiG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,oBAAoB,CAAC,CAAA,CAAC;AAC1yB,SAAS,MAAM,CAAgB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,6CAA6C,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,qDAAqD,CAAC,CAAA,CAAC;AACzY,SAAS,MAAM,CAAgB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,+DAA+D,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAA,CAAC;AAGrN,eAAe,MAAM,CAAC","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\";\n\timport type Option from \"../../Option.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Option, 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}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" draggable=\"${ifDefined(this.movable)}\" @click=\"${this._onclick}\" role=\"option\" title=\"${ifDefined(this.tooltip)}\" ><div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.displayIconBegin ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-li-text-wrapper\"><span part=\"title\" class=\"ui5-li-title\"><slot></slot></span>${ this.additionalText ? block2.call(this, context, tags, suffix) : undefined }</div></div></li> `;}\nfunction block1 (this: Option, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" name=\"${ifDefined(this.icon)}\" class=\"ui5-li-icon\" mode=\"Decorative\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" name=\"${ifDefined(this.icon)}\" class=\"ui5-li-icon\" mode=\"Decorative\"></ui5-icon>`;}\nfunction block2 (this: Option, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span part=\"additional-text\" class=\"ui5-li-additional-text\">${ifDefined(this.additionalText)}</span>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"OptionTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/OptionTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAgB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qDAAqD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,IAAI,CAAC,QAAQ,2BAA2B,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,8BAA8B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,oCAAqC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,gGAAiG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,oBAAoB,CAAC,CAAA,CAAC;AAC1yB,SAAS,MAAM,CAAgB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,6CAA6C,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,qDAAqD,CAAC,CAAA,CAAC;AACzY,SAAS,MAAM,CAAgB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,+DAA+D,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAA,CAAC;AAGrN,eAAe,MAAM,CAAC","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 Option from \"../../Option.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Option, 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}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" draggable=\"${ifDefined(this.movable)}\" @click=\"${this._onclick}\" role=\"option\" title=\"${ifDefined(this.tooltip)}\" ><div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\">${ this.displayIconBegin ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-li-text-wrapper\"><span part=\"title\" class=\"ui5-li-title\"><slot></slot></span>${ this.additionalText ? block2.call(this, context, tags, suffix) : undefined }</div></div></li> `;}\nfunction block1 (this: Option, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} part=\"icon\" name=\"${ifDefined(this.icon)}\" class=\"ui5-li-icon\" mode=\"Decorative\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon part=\"icon\" name=\"${ifDefined(this.icon)}\" class=\"ui5-li-icon\" mode=\"Decorative\"></ui5-icon>`;}\nfunction block2 (this: Option, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span part=\"additional-text\" class=\"ui5-li-additional-text\">${ifDefined(this.additionalText)}</span>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"PanelTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PanelTemplate.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\";\n\timport type Panel from \"../../Panel.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-panel-root\" role=\"${ifDefined(this.accRole)}\" aria-label=\"${ifDefined(this.effectiveAccessibleName)}\" aria-labelledby=\"${ifDefined(this.fixedPanelAriaLabelledbyReference)}\">${ this.hasHeaderOrHeaderText ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-panel-content\" id=\"${ifDefined(this._id)}-content\" tabindex=\"-1\" style=\"${styleMap(this.styles.content)}\" part=\"content\"><slot></slot></div></div>`;}\nfunction block1 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-panel-heading-wrapper${classMap(this.classes.stickyHeaderClass as ClassMapValue)}\" role=\"${ifDefined(this.headingWrapperRole)}\" aria-level=\"${ifDefined(this.headingWrapperAriaLevel)}\"><div @click=\"${this._headerClick}\" @keydown=\"${this._headerKeyDown}\" @keyup=\"${this._headerKeyUp}\" class=\"ui5-panel-header\" tabindex=\"${ifDefined(this.headerTabIndex)}\" role=\"${ifDefined(this.accInfo.role)}\" aria-expanded=\"${ifDefined(this.accInfo.ariaExpanded)}\" aria-controls=\"${ifDefined(this.accInfo.ariaControls)}\" aria-labelledby=\"${ifDefined(this.accInfo.ariaLabelledby)}\" part=\"header\">${ !this.fixed ? block2.call(this, context, tags, suffix) : undefined }${ this._hasHeader ? block5.call(this, context, tags, suffix) : block6.call(this, context, tags, suffix) }</div></div>`;}\nfunction block2 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-panel-header-button-root\">${ this._hasHeader ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }</div>`;}\nfunction block3 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" class=\"ui5-panel-header-button ui5-panel-header-button-with-icon\" @click=\"${this._toggleButtonClick}\" .accessibilityAttributes=${ifDefined(this.accInfo.button.accessibilityAttributes)} tooltip=\"${ifDefined(this.accInfo.button.title)}\" accessible-name=\"${ifDefined(this.accInfo.button.ariaLabelButton)}\"><div class=\"ui5-panel-header-icon-wrapper\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button design=\"Transparent\" class=\"ui5-panel-header-button ui5-panel-header-button-with-icon\" @click=\"${this._toggleButtonClick}\" .accessibilityAttributes=${ifDefined(this.accInfo.button.accessibilityAttributes)} tooltip=\"${ifDefined(this.accInfo.button.title)}\" accessible-name=\"${ifDefined(this.accInfo.button.ariaLabelButton)}\"><div class=\"ui5-panel-header-icon-wrapper\"><ui5-icon class=\"ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\"></ui5-icon></div></ui5-button>`;}\nfunction block4 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-panel-header-button ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\" show-tooltip accessible-name=\"${ifDefined(this.toggleButtonTitle)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-panel-header-button ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\" show-tooltip accessible-name=\"${ifDefined(this.toggleButtonTitle)}\"></ui5-icon>`;}\nfunction block5 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block6 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div id=\"${ifDefined(this._id)}-header-title\" class=\"ui5-panel-header-title\">${ifDefined(this.headerText)}</div>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"PanelTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PanelTemplate.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 Panel from \"../../Panel.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-panel-root\" role=\"${ifDefined(this.accRole)}\" aria-label=\"${ifDefined(this.effectiveAccessibleName)}\" aria-labelledby=\"${ifDefined(this.fixedPanelAriaLabelledbyReference)}\">${ this.hasHeaderOrHeaderText ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-panel-content\" id=\"${ifDefined(this._id)}-content\" tabindex=\"-1\" style=\"${styleMap(this.styles.content)}\" part=\"content\"><slot></slot></div></div>`;}\nfunction block1 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-panel-heading-wrapper${classMap(this.classes.stickyHeaderClass as ClassMapValue)}\" role=\"${ifDefined(this.headingWrapperRole)}\" aria-level=\"${ifDefined(this.headingWrapperAriaLevel)}\"><div @click=\"${this._headerClick}\" @keydown=\"${this._headerKeyDown}\" @keyup=\"${this._headerKeyUp}\" class=\"ui5-panel-header\" tabindex=\"${ifDefined(this.headerTabIndex)}\" role=\"${ifDefined(this.accInfo.role)}\" aria-expanded=\"${ifDefined(this.accInfo.ariaExpanded)}\" aria-controls=\"${ifDefined(this.accInfo.ariaControls)}\" aria-labelledby=\"${ifDefined(this.accInfo.ariaLabelledby)}\" part=\"header\">${ !this.fixed ? block2.call(this, context, tags, suffix) : undefined }${ this._hasHeader ? block5.call(this, context, tags, suffix) : block6.call(this, context, tags, suffix) }</div></div>`;}\nfunction block2 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-panel-header-button-root\">${ this._hasHeader ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }</div>`;}\nfunction block3 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" class=\"ui5-panel-header-button ui5-panel-header-button-with-icon\" @click=\"${this._toggleButtonClick}\" .accessibilityAttributes=${ifDefined(this.accInfo.button.accessibilityAttributes)} tooltip=\"${ifDefined(this.accInfo.button.title)}\" accessible-name=\"${ifDefined(this.accInfo.button.ariaLabelButton)}\"><div class=\"ui5-panel-header-icon-wrapper\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button design=\"Transparent\" class=\"ui5-panel-header-button ui5-panel-header-button-with-icon\" @click=\"${this._toggleButtonClick}\" .accessibilityAttributes=${ifDefined(this.accInfo.button.accessibilityAttributes)} tooltip=\"${ifDefined(this.accInfo.button.title)}\" accessible-name=\"${ifDefined(this.accInfo.button.ariaLabelButton)}\"><div class=\"ui5-panel-header-icon-wrapper\"><ui5-icon class=\"ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\"></ui5-icon></div></ui5-button>`;}\nfunction block4 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-panel-header-button ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\" show-tooltip accessible-name=\"${ifDefined(this.toggleButtonTitle)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-panel-header-button ui5-panel-header-icon ${classMap(this.classes.headerBtn as ClassMapValue)}\" name=\"slim-arrow-right\" show-tooltip accessible-name=\"${ifDefined(this.toggleButtonTitle)}\"></ui5-icon>`;}\nfunction block5 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block6 (this: Panel, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div id=\"${ifDefined(this._id)}-header-title\" class=\"ui5-panel-header-title\">${ifDefined(this.headerText)}</div>`;}\n\n\nexport default block0;"]}