@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":"PopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,UAAU,cAAc,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,YAAY,qEAAqE,IAAI,CAAC,aAAa,kDAAkD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,YAAa,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,eAAe,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,eAAe,IAAI,CAAC,OAAO,uCAAwC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,mEAAmE,IAAI,CAAC,cAAc,qBAAqB,CAAC,CAAA,CAAC;AAC3tC,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,6EAA8E,IAAI,CAAC,MAAM,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,CAAC,CAAA,CAAC;AAClT,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,6BAA6B,CAAC,CAAA,CAAC;AAC7I,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,6CAA6C,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,uDAAuD,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC,CAAA,CAAC;AACxX,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAChM,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0FAA0F,CAAC,CAAA,CAAC;AAG1M,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 Popover from \"../../Popover.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><span class=\"ui5-popover-arrow\" style=\"${styleMap(this.styles.arrow)}\"></span>${ this._displayHeader ? block1.call(this, context, tags, suffix) : undefined }<div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div>${ this._displayFooter ? block4.call(this, context, tags, suffix) : undefined }<span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section> `;}\nfunction block1 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<header class=\"ui5-popup-header-root\" id=\"ui5-popup-header\" part=\"header\">${ this.header.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</header>`;}\nfunction block2 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block3 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block4 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.footer.length ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block5 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<footer class=\"ui5-popup-footer-root\" part=\"footer\"><slot name=\"footer\"></slot></footer>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"PopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,UAAU,cAAc,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,YAAY,qEAAqE,IAAI,CAAC,aAAa,kDAAkD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,YAAa,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,eAAe,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,eAAe,IAAI,CAAC,OAAO,uCAAwC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,mEAAmE,IAAI,CAAC,cAAc,qBAAqB,CAAC,CAAA,CAAC;AAC3tC,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,6EAA8E,IAAI,CAAC,MAAM,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,CAAC,CAAA,CAAC;AAClT,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,6BAA6B,CAAC,CAAA,CAAC;AAC7I,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,6CAA6C,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,uDAAuD,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC,CAAA,CAAC;AACxX,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAChM,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0FAA0F,CAAC,CAAA,CAAC;AAG1M,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 Popover from \"../../Popover.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><span class=\"ui5-popover-arrow\" style=\"${styleMap(this.styles.arrow)}\"></span>${ this._displayHeader ? block1.call(this, context, tags, suffix) : undefined }<div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div>${ this._displayFooter ? block4.call(this, context, tags, suffix) : undefined }<span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section> `;}\nfunction block1 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<header class=\"ui5-popup-header-root\" id=\"ui5-popup-header\" part=\"header\">${ this.header.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</header>`;}\nfunction block2 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block3 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block4 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.footer.length ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block5 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<footer class=\"ui5-popup-footer-root\" part=\"footer\"><slot name=\"footer\"></slot></footer>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"PopupBlockLayerTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopupBlockLayerTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAoE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAyB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,UAAU,CAAC,CAAA,CAAC;AAGrP,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\ttype PopupBlockLayer = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: PopupBlockLayer, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"PopupBlockLayerTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopupBlockLayerTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAoE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAyB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,UAAU,CAAC,CAAA,CAAC;AAGrP,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\";\ntype PopupBlockLayer = any;\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: PopupBlockLayer, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"PopupTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopupTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAe,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,UAAU,cAAc,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,YAAY,qEAAqE,IAAI,CAAC,aAAa,uBAAuB,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,eAAe,IAAI,CAAC,OAAO,uGAAuG,IAAI,CAAC,cAAc,oBAAoB,CAAC,CAAA,CAAC;AAG5+B,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 Popup from \"../../Popup.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Popup, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div><span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"PopupTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopupTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAe,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,UAAU,cAAc,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,YAAY,qEAAqE,IAAI,CAAC,aAAa,uBAAuB,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,eAAe,IAAI,CAAC,OAAO,uGAAuG,IAAI,CAAC,cAAc,oBAAoB,CAAC,CAAA,CAAC;AAG5+B,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 Popup from \"../../Popup.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Popup, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div><span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressIndicatorTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ProgressIndicatorTemplate.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 ProgressIndicator from \"../../ProgressIndicator.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-progress-indicator-root ${classMap(this.classes.root as ClassMapValue)}\" role=\"progressbar\" aria-valuemin=\"0\" aria-valuenow=\"${ifDefined(this.validatedValue)}\" aria-valuemax=\"100\" aria-valuetext=\"${ifDefined(this.valueStateText)}\" aria-label=\"${ifDefined(this.accessibleName)}\"><div class=\"ui5-progress-indicator-bar\" part=\"bar\" style=\"${styleMap(this.styles.bar)}\">${ !this.showValueInRemainingBar ? block1.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-progress-indicator-remaining-bar\" part=\"remaining-bar\">${ this.showValueInRemainingBar ? block6.call(this, context, tags, suffix) : undefined }</div></div>`;}\nfunction block1 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.showIcon ? block2.call(this, context, tags, suffix) : undefined }${ !this.hideValue ? block3.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></ui5-icon>`;}\nfunction block3 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-progress-indicator-value\">${ this.displayValue ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</span>`;}\nfunction block4 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.displayValue)}`;}\nfunction block5 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.validatedValue)}% `;}\nfunction block6 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.showIcon ? block7.call(this, context, tags, suffix) : undefined }${ !this.hideValue ? block8.call(this, context, tags, suffix) : undefined }`;}\nfunction block7 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></ui5-icon>`;}\nfunction block8 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-progress-indicator-value\">${ this.displayValue ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</span>`;}\nfunction block9 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.displayValue)}`;}\nfunction block10 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.validatedValue)}% `;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"ProgressIndicatorTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ProgressIndicatorTemplate.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 ProgressIndicator from \"../../ProgressIndicator.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-progress-indicator-root ${classMap(this.classes.root as ClassMapValue)}\" role=\"progressbar\" aria-valuemin=\"0\" aria-valuenow=\"${ifDefined(this.validatedValue)}\" aria-valuemax=\"100\" aria-valuetext=\"${ifDefined(this.valueStateText)}\" aria-label=\"${ifDefined(this.accessibleName)}\"><div class=\"ui5-progress-indicator-bar\" part=\"bar\" style=\"${styleMap(this.styles.bar)}\">${ !this.showValueInRemainingBar ? block1.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-progress-indicator-remaining-bar\" part=\"remaining-bar\">${ this.showValueInRemainingBar ? block6.call(this, context, tags, suffix) : undefined }</div></div>`;}\nfunction block1 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.showIcon ? block2.call(this, context, tags, suffix) : undefined }${ !this.hideValue ? block3.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></ui5-icon>`;}\nfunction block3 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-progress-indicator-value\">${ this.displayValue ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</span>`;}\nfunction block4 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.displayValue)}`;}\nfunction block5 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.validatedValue)}% `;}\nfunction block6 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.showIcon ? block7.call(this, context, tags, suffix) : undefined }${ !this.hideValue ? block8.call(this, context, tags, suffix) : undefined }`;}\nfunction block7 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"${ifDefined(this.valueStateIcon)}\" class=\"ui5-progress-indicator-icon\"></ui5-icon>`;}\nfunction block8 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-progress-indicator-value\">${ this.displayValue ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</span>`;}\nfunction block9 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.displayValue)}`;}\nfunction block10 (this: ProgressIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.validatedValue)}% `;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/RadioButtonTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAU,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0DAA0D,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,iBAAiB,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,gBAAgB,IAAI,CAAC,WAAW,iCAAiC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,KAAsB,CAAC,qEAAqE,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,wCAAwC,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,OAAO,gBAAgB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,qBAAqB,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,iCAAkC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC1nC,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wCAAwC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,kBAAkB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wCAAwC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAA,CAAC;AAC5iB,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,aAAa,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,mCAAmC,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAA,CAAC;AAE9N,SAAS,SAAS,CAAa,OAAmB,EAAE,IAAc,EAAE,MAA0B;IAC5F,OAAO,GAAG,CAAA,8JAA8J,CAAC;AAC1K,CAAC;AAAA,CAAC;AAEH,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 RadioButton from \"../../RadioButton.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: RadioButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-radio-root\" role=\"radio\" aria-checked=\"${ifDefined(this.checked)}\" aria-disabled=\"${ifDefined(this.effectiveAriaDisabled)}\" aria-describedby=\"${ifDefined(this.effectiveAriaDescribedBy)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" tabindex=\"${ifDefined(this.effectiveTabIndex)}\" @click=\"${this._onclick}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @mousedown=\"${this._onmousedown}\" @mouseup=\"${this._onmouseup}\" @focusout=\"${this._onfocusout}\"><div class='ui5-radio-inner ${classMap(this.classes.inner as ClassMapValue)}'><svg class=\"ui5-radio-svg\" focusable=\"false\" aria-hidden=\"true\">${blockSVG1.call(this, context, tags, suffix)}</svg><input type='radio' ?required=\"${this.required}\" ?checked=\"${this.checked}\" ?readonly=\"${this.readonly}\" ?disabled=\"${this.effectiveAriaDisabled}\" name=\"${ifDefined(this.name)}\" data-sap-no-tab-ref/></div>${ this.text ? block1.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block2.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: RadioButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-label\", tags, suffix)} id=\"${ifDefined(this._id)}-label\" class=\"ui5-radio-label\" for=\"${ifDefined(this._id)}\" wrapping-type=\"${ifDefined(this.wrappingType)}\">${ifDefined(this.text)}</${scopeTag(\"ui5-label\", tags, suffix)}>` : html`<ui5-label id=\"${ifDefined(this._id)}-label\" class=\"ui5-radio-label\" for=\"${ifDefined(this._id)}\" wrapping-type=\"${ifDefined(this.wrappingType)}\">${ifDefined(this.text)}</ui5-label>`;}\nfunction block2 (this: RadioButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-descr\" class=\"ui5-hidden-text\">${ifDefined(this.valueStateText)}</span>`;}\n\nfunction blockSVG1 (this: any, context: UI5Element, tags: string[], suffix: string | undefined) {\n\t\treturn svg`<circle part=\"outer-ring\" class=\"ui5-radio-svg-outer\" cx=\"50%\" cy=\"50%\" r=\"50%\" /><circle part=\"inner-ring\" class=\"ui5-radio-svg-inner\" cx=\"50%\" cy=\"50%\" />`;\n\t};\n\nexport default block0;"]}
1
+ {"version":3,"file":"RadioButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/RadioButtonTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAU,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0DAA0D,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,iBAAiB,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,gBAAgB,IAAI,CAAC,WAAW,iCAAiC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,KAAsB,CAAC,qEAAqE,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,wCAAwC,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,OAAO,gBAAgB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,qBAAqB,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,iCAAkC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC1nC,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wCAAwC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,kBAAkB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wCAAwC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAA,CAAC;AAC5iB,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,aAAa,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,mCAAmC,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAA,CAAC;AAE9N,SAAS,SAAS,CAAa,OAAmB,EAAE,IAAc,EAAE,MAA0B;IAC5F,OAAO,GAAG,CAAA,8JAA8J,CAAC;AAC1K,CAAC;AAAA,CAAC;AAEH,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 RadioButton from \"../../RadioButton.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: RadioButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-radio-root\" role=\"radio\" aria-checked=\"${ifDefined(this.checked)}\" aria-disabled=\"${ifDefined(this.effectiveAriaDisabled)}\" aria-describedby=\"${ifDefined(this.effectiveAriaDescribedBy)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" tabindex=\"${ifDefined(this.effectiveTabIndex)}\" @click=\"${this._onclick}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @mousedown=\"${this._onmousedown}\" @mouseup=\"${this._onmouseup}\" @focusout=\"${this._onfocusout}\"><div class='ui5-radio-inner ${classMap(this.classes.inner as ClassMapValue)}'><svg class=\"ui5-radio-svg\" focusable=\"false\" aria-hidden=\"true\">${blockSVG1.call(this, context, tags, suffix)}</svg><input type='radio' ?required=\"${this.required}\" ?checked=\"${this.checked}\" ?readonly=\"${this.readonly}\" ?disabled=\"${this.effectiveAriaDisabled}\" name=\"${ifDefined(this.name)}\" data-sap-no-tab-ref/></div>${ this.text ? block1.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block2.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: RadioButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-label\", tags, suffix)} id=\"${ifDefined(this._id)}-label\" class=\"ui5-radio-label\" for=\"${ifDefined(this._id)}\" wrapping-type=\"${ifDefined(this.wrappingType)}\">${ifDefined(this.text)}</${scopeTag(\"ui5-label\", tags, suffix)}>` : html`<ui5-label id=\"${ifDefined(this._id)}-label\" class=\"ui5-radio-label\" for=\"${ifDefined(this._id)}\" wrapping-type=\"${ifDefined(this.wrappingType)}\">${ifDefined(this.text)}</ui5-label>`;}\nfunction block2 (this: RadioButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-descr\" class=\"ui5-hidden-text\">${ifDefined(this.valueStateText)}</span>`;}\n\nfunction blockSVG1 (this: any, context: UI5Element, tags: string[], suffix: string | undefined) {\n\t\treturn svg`<circle part=\"outer-ring\" class=\"ui5-radio-svg-outer\" cx=\"50%\" cy=\"50%\" r=\"50%\" /><circle part=\"inner-ring\" class=\"ui5-radio-svg-inner\" cx=\"50%\" cy=\"50%\" />`;\n\t};\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"RangeSliderTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/RangeSliderTemplate.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 RangeSlider from \"../../RangeSlider.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-slider-root ${classMap(this.classes.root as ClassMapValue)}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @mouseover=\"${this._onmouseover}\" @mouseout=\"${this._onmouseout}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" part=\"root-container\"><span id=\"${ifDefined(this._id)}-startHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.startHandleText)}</span><span id=\"${ifDefined(this._id)}-endHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.endHandleText)}</span><div class=\"ui5-slider-inner\">${ this.step ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-slider-progress-container\" part=\"progress-container\"><div class=\"ui5-slider-progress\" part=\"progress-bar\" style=\"${styleMap(this.styles.progress)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this._ariaValueNow)}\" aria-valuetext=\"From ${ifDefined(this.startValue)} to ${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByProgressBarRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"></div></div><div class=\"ui5-slider-handle ui5-slider-handle--start\" part=\"handle\" style=\"${styleMap(this.styles.startHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.startValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByStartHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"direction-arrows\" slider-icon></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.showTooltip ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-slider-handle ui5-slider-handle--end\" part=\"handle\" style=\"${styleMap(this.styles.endHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByEndHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"direction-arrows\" slider-icon></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.showTooltip ? block9.call(this, context, tags, suffix) : undefined }</div></div><span id=\"${ifDefined(this._id)}-accName\" class=\"ui5-hidden-text\">${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-sliderDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaLabelledByText)}</span></div> ` : html`<div class=\"ui5-slider-root ${classMap(this.classes.root as ClassMapValue)}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @mouseover=\"${this._onmouseover}\" @mouseout=\"${this._onmouseout}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" part=\"root-container\"><span id=\"${ifDefined(this._id)}-startHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.startHandleText)}</span><span id=\"${ifDefined(this._id)}-endHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.endHandleText)}</span><div class=\"ui5-slider-inner\">${ this.step ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-slider-progress-container\" part=\"progress-container\"><div class=\"ui5-slider-progress\" part=\"progress-bar\" style=\"${styleMap(this.styles.progress)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this._ariaValueNow)}\" aria-valuetext=\"From ${ifDefined(this.startValue)} to ${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByProgressBarRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"></div></div><div class=\"ui5-slider-handle ui5-slider-handle--start\" part=\"handle\" style=\"${styleMap(this.styles.startHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.startValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByStartHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><ui5-icon name=\"direction-arrows\" slider-icon></ui5-icon>${ this.showTooltip ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-slider-handle ui5-slider-handle--end\" part=\"handle\" style=\"${styleMap(this.styles.endHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByEndHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><ui5-icon name=\"direction-arrows\" slider-icon></ui5-icon>${ this.showTooltip ? block9.call(this, context, tags, suffix) : undefined }</div></div><span id=\"${ifDefined(this._id)}-accName\" class=\"ui5-hidden-text\">${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-sliderDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaLabelledByText)}</span></div> `;}\nfunction block1 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.showTickmarks ? block2.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<ul class=\"ui5-slider-tickmarks\">${ repeat(this.tickmarksObject, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }</ul>${ this.labelInterval ? block6.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item ? block4.call(this, context, tags, suffix, item, index) : block5.call(this, context, tags, suffix, item, index) }`;}\nfunction block4 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<li class=\"ui5-slider-tickmark ui5-slider-tickmark-in-range\"></li>`;}\nfunction block5 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<li class=\"ui5-slider-tickmark\"></li>`;}\nfunction block6 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<ul class=\"ui5-slider-labels ${classMap(this.classes.labelContainer as ClassMapValue)}\" style=\"${styleMap(this.styles.labelContainer)}\">${ repeat(this._labels, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</ul>`;}\nfunction block7 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<li style=\"${styleMap(this.styles.label)}\">${ifDefined(item)}</li>`;}\nfunction block8 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-slider-tooltip ui5-slider-tooltip--start\" style=\"${styleMap(this.styles.tooltip)}\"><span class=\"ui5-slider-tooltip-value\">${ifDefined(this.tooltipStartValue)}</span></div>`;}\nfunction block9 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-slider-tooltip ui5-slider-tooltip--end\" style=\"${styleMap(this.styles.tooltip)}\"><span class=\"ui5-slider-tooltip-value\">${ifDefined(this.tooltipEndValue)}</span></div>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"RangeSliderTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/RangeSliderTemplate.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 RangeSlider from \"../../RangeSlider.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-slider-root ${classMap(this.classes.root as ClassMapValue)}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @mouseover=\"${this._onmouseover}\" @mouseout=\"${this._onmouseout}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" part=\"root-container\"><span id=\"${ifDefined(this._id)}-startHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.startHandleText)}</span><span id=\"${ifDefined(this._id)}-endHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.endHandleText)}</span><div class=\"ui5-slider-inner\">${ this.step ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-slider-progress-container\" part=\"progress-container\"><div class=\"ui5-slider-progress\" part=\"progress-bar\" style=\"${styleMap(this.styles.progress)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this._ariaValueNow)}\" aria-valuetext=\"From ${ifDefined(this.startValue)} to ${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByProgressBarRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"></div></div><div class=\"ui5-slider-handle ui5-slider-handle--start\" part=\"handle\" style=\"${styleMap(this.styles.startHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.startValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByStartHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"direction-arrows\" slider-icon></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.showTooltip ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-slider-handle ui5-slider-handle--end\" part=\"handle\" style=\"${styleMap(this.styles.endHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByEndHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"direction-arrows\" slider-icon></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.showTooltip ? block9.call(this, context, tags, suffix) : undefined }</div></div><span id=\"${ifDefined(this._id)}-accName\" class=\"ui5-hidden-text\">${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-sliderDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaLabelledByText)}</span></div> ` : html`<div class=\"ui5-slider-root ${classMap(this.classes.root as ClassMapValue)}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @mouseover=\"${this._onmouseover}\" @mouseout=\"${this._onmouseout}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" part=\"root-container\"><span id=\"${ifDefined(this._id)}-startHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.startHandleText)}</span><span id=\"${ifDefined(this._id)}-endHandleDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaHandlesText.endHandleText)}</span><div class=\"ui5-slider-inner\">${ this.step ? block1.call(this, context, tags, suffix) : undefined }<div class=\"ui5-slider-progress-container\" part=\"progress-container\"><div class=\"ui5-slider-progress\" part=\"progress-bar\" style=\"${styleMap(this.styles.progress)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this._ariaValueNow)}\" aria-valuetext=\"From ${ifDefined(this.startValue)} to ${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByProgressBarRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"></div></div><div class=\"ui5-slider-handle ui5-slider-handle--start\" part=\"handle\" style=\"${styleMap(this.styles.startHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.startValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByStartHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><ui5-icon name=\"direction-arrows\" slider-icon></ui5-icon>${ this.showTooltip ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-slider-handle ui5-slider-handle--end\" part=\"handle\" style=\"${styleMap(this.styles.endHandle)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" role=\"slider\" tabindex=\"${ifDefined(this._tabIndex)}\" aria-orientation=\"horizontal\" aria-valuemin=\"${ifDefined(this.min)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuenow=\"${ifDefined(this.endValue)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledByEndHandleRefs)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\"><ui5-icon name=\"direction-arrows\" slider-icon></ui5-icon>${ this.showTooltip ? block9.call(this, context, tags, suffix) : undefined }</div></div><span id=\"${ifDefined(this._id)}-accName\" class=\"ui5-hidden-text\">${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-sliderDesc\" class=\"ui5-hidden-text\">${ifDefined(this._ariaLabelledByText)}</span></div> `;}\nfunction block1 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.showTickmarks ? block2.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<ul class=\"ui5-slider-tickmarks\">${ repeat(this.tickmarksObject, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }</ul>${ this.labelInterval ? block6.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item ? block4.call(this, context, tags, suffix, item, index) : block5.call(this, context, tags, suffix, item, index) }`;}\nfunction block4 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<li class=\"ui5-slider-tickmark ui5-slider-tickmark-in-range\"></li>`;}\nfunction block5 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<li class=\"ui5-slider-tickmark\"></li>`;}\nfunction block6 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<ul class=\"ui5-slider-labels ${classMap(this.classes.labelContainer as ClassMapValue)}\" style=\"${styleMap(this.styles.labelContainer)}\">${ repeat(this._labels, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</ul>`;}\nfunction block7 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<li style=\"${styleMap(this.styles.label)}\">${ifDefined(item)}</li>`;}\nfunction block8 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-slider-tooltip ui5-slider-tooltip--start\" style=\"${styleMap(this.styles.tooltip)}\"><span class=\"ui5-slider-tooltip-value\">${ifDefined(this.tooltipStartValue)}</span></div>`;}\nfunction block9 (this: RangeSlider, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-slider-tooltip ui5-slider-tooltip--end\" style=\"${styleMap(this.styles.tooltip)}\"><span class=\"ui5-slider-tooltip-value\">${ifDefined(this.tooltipEndValue)}</span></div>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"RatingIndicatorTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/RatingIndicatorTemplate.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 RatingIndicator from \"../../RatingIndicator.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-rating-indicator-root\" role=\"slider\" aria-roledescription=\"${ifDefined(this._ariaRoleDescription)}\" aria-valuemin=\"0\" aria-valuenow=\"${ifDefined(this.value)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuetext=\"${ifDefined(this.value)} of ${ifDefined(this.max)}\" aria-orientation=\"horizontal\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-readonly=\"${ifDefined(this.ariaReadonly)}\" aria-description=\"${ifDefined(this._ariaDescription)}\" tabindex=\"${ifDefined(this.effectiveTabIndex)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @click=\"${this._onclick}\" @keydown=\"${this._onkeydown}\" title=\"${ifDefined(this.ratingTooltip)}\" aria-label=\"${ifDefined(this._ariaLabel)}\"><ul class=\"ui5-rating-indicator-list\" aria-hidden=\"true\">${ repeat(this._stars, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ul></div>`;}\nfunction block1 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.selected ? block2.call(this, context, tags, suffix, item, index) : block3.call(this, context, tags, suffix, item, index) }`;}\nfunction block2 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-sel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-sel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></ui5-icon></li>`;}\nfunction block3 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.halfStar ? block4.call(this, context, tags, suffix, item, index) : block5.call(this, context, tags, suffix, item, index) }`;}\nfunction block4 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-half\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}><div class=\"ui5-rating-indicator-half-icon-wrapper\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\" class=\"ui5-rating-indicator-half-icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div></li>` : html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-half\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></ui5-icon><div class=\"ui5-rating-indicator-half-icon-wrapper\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\" class=\"ui5-rating-indicator-half-icon\"></ui5-icon></div></li>`;}\nfunction block5 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ this.readonly ? block6.call(this, context, tags, suffix, item, index) : block7.call(this, context, tags, suffix, item, index) }`;}\nfunction block6 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></ui5-icon></li>`;}\nfunction block7 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ this.disabled ? block8.call(this, context, tags, suffix, item, index) : block9.call(this, context, tags, suffix, item, index) }`;}\nfunction block8 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></ui5-icon></li>`;}\nfunction block9 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></ui5-icon></li>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"RatingIndicatorTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/RatingIndicatorTemplate.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 RatingIndicator from \"../../RatingIndicator.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-rating-indicator-root\" role=\"slider\" aria-roledescription=\"${ifDefined(this._ariaRoleDescription)}\" aria-valuemin=\"0\" aria-valuenow=\"${ifDefined(this.value)}\" aria-valuemax=\"${ifDefined(this.max)}\" aria-valuetext=\"${ifDefined(this.value)} of ${ifDefined(this.max)}\" aria-orientation=\"horizontal\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-readonly=\"${ifDefined(this.ariaReadonly)}\" aria-description=\"${ifDefined(this._ariaDescription)}\" tabindex=\"${ifDefined(this.effectiveTabIndex)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @click=\"${this._onclick}\" @keydown=\"${this._onkeydown}\" title=\"${ifDefined(this.ratingTooltip)}\" aria-label=\"${ifDefined(this._ariaLabel)}\"><ul class=\"ui5-rating-indicator-list\" aria-hidden=\"true\">${ repeat(this._stars, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ul></div>`;}\nfunction block1 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.selected ? block2.call(this, context, tags, suffix, item, index) : block3.call(this, context, tags, suffix, item, index) }`;}\nfunction block2 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-sel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-sel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></ui5-icon></li>`;}\nfunction block3 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.halfStar ? block4.call(this, context, tags, suffix, item, index) : block5.call(this, context, tags, suffix, item, index) }`;}\nfunction block4 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-half\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}><div class=\"ui5-rating-indicator-half-icon-wrapper\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\" class=\"ui5-rating-indicator-half-icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div></li>` : html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-half\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></ui5-icon><div class=\"ui5-rating-indicator-half-icon-wrapper\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\" class=\"ui5-rating-indicator-half-icon\"></ui5-icon></div></li>`;}\nfunction block5 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ this.readonly ? block6.call(this, context, tags, suffix, item, index) : block7.call(this, context, tags, suffix, item, index) }`;}\nfunction block6 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></ui5-icon></li>`;}\nfunction block7 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ this.disabled ? block8.call(this, context, tags, suffix, item, index) : block9.call(this, context, tags, suffix, item, index) }`;}\nfunction block8 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"favorite\"></ui5-icon></li>`;}\nfunction block9 (this: RatingIndicator, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><${scopeTag(\"ui5-icon\", tags, suffix)} data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></${scopeTag(\"ui5-icon\", tags, suffix)}></li>` : html`<li data-ui5-value=\"${ifDefined(item.index)}\" class=\"ui5-rating-indicator-item ui5-rating-indicator-item-unsel\"><ui5-icon data-ui5-value=\"${ifDefined(item.index)}\" name=\"unfavorite\"></ui5-icon></li>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"ResponsivePopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ResponsivePopoverTemplate.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 ResponsivePopover from \"../../ResponsivePopover.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._isPhone ? block1.call(this, context, tags, suffix) : block7.call(this, context, tags, suffix) }`;}\nfunction block1 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-dialog\", tags, suffix)} root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></${scopeTag(\"ui5-dialog\", tags, suffix)}>` : html`<ui5-dialog root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></ui5-dialog>`;}\nfunction block2 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.header.length ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }`;}\nfunction block3 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot slot=\"header\" name=\"header\"></slot>`;}\nfunction block4 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.header as ClassMapValue)}\" slot=\"header\">${ this.headerText ? block5.call(this, context, tags, suffix) : undefined }${ !this._hideCloseButton ? block6.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block5 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H1\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H1\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block6 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></ui5-button>`;}\nfunction block7 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><span class=\"ui5-popover-arrow\" style=\"${styleMap(this.styles.arrow)}\"></span>${ this._displayHeader ? block8.call(this, context, tags, suffix) : undefined }<div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div>${ this._displayFooter ? block11.call(this, context, tags, suffix) : undefined }<span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section>`;}\nfunction block8 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<header class=\"ui5-popup-header-root\" id=\"ui5-popup-header\" part=\"header\">${ this.header.length ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</header>`;}\nfunction block9 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block10 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block11 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.footer.length ? block12.call(this, context, tags, suffix) : undefined }`;}\nfunction block12 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<footer class=\"ui5-popup-footer-root\" part=\"footer\"><slot name=\"footer\"></slot></footer>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"ResponsivePopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ResponsivePopoverTemplate.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 ResponsivePopover from \"../../ResponsivePopover.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._isPhone ? block1.call(this, context, tags, suffix) : block7.call(this, context, tags, suffix) }`;}\nfunction block1 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-dialog\", tags, suffix)} root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></${scopeTag(\"ui5-dialog\", tags, suffix)}>` : html`<ui5-dialog root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></ui5-dialog>`;}\nfunction block2 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.header.length ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }`;}\nfunction block3 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot slot=\"header\" name=\"header\"></slot>`;}\nfunction block4 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.header as ClassMapValue)}\" slot=\"header\">${ this.headerText ? block5.call(this, context, tags, suffix) : undefined }${ !this._hideCloseButton ? block6.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block5 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H1\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H1\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block6 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></ui5-button>`;}\nfunction block7 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><span class=\"ui5-popover-arrow\" style=\"${styleMap(this.styles.arrow)}\"></span>${ this._displayHeader ? block8.call(this, context, tags, suffix) : undefined }<div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div>${ this._displayFooter ? block11.call(this, context, tags, suffix) : undefined }<span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section>`;}\nfunction block8 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<header class=\"ui5-popup-header-root\" id=\"ui5-popup-header\" part=\"header\">${ this.header.length ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</header>`;}\nfunction block9 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block10 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H1\" class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block11 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.footer.length ? block12.call(this, context, tags, suffix) : undefined }`;}\nfunction block12 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<footer class=\"ui5-popup-footer-root\" part=\"footer\"><slot name=\"footer\"></slot></footer>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentedButtonItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SegmentedButtonItemTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA6B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,2CAA2C,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,2DAA2D,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,+BAA+B,IAAI,CAAC,QAAQ,WAAW,IAAI,CAAC,QAAQ,aAAa,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,YAAY,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAM,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,aAAa,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,uFAAuF,CAAC,CAAA,CAAC;AACzxB,SAAS,MAAM,CAA6B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,QAAQ,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,0DAA0D,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,QAAQ,cAAc,CAAC,CAAA,CAAC;AAGtd,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 SegmentedButtonItem from \"../../SegmentedButtonItem.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SegmentedButtonItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li role=\"option\" aria-roledescription=\"${ifDefined(this.ariaDescription)}\" aria-posinset=\"${ifDefined(this.posInSet)}\" aria-setsize=\"${ifDefined(this.sizeOfSet)}\" aria-selected=\"${ifDefined(this.selected)}\" class=\"ui5-segmented-button-item-root\" aria-disabled=\"${ifDefined(this.disabled)}\" data-sap-focus-ref @click=${this._onclick} @keyup=${this._onkeyup} tabindex=${ifDefined(this.tabIndexValue)} aria-label=\"${ifDefined(this.ariaLabelText)}\" title=\"${ifDefined(this.tooltip)}\">${ this.icon ? block1.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-content\" class=\"ui5-segmented-button-item-text\"><bdi><slot></slot></bdi></span></li>`;}\nfunction block1 (this: SegmentedButtonItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-segmented-button-item-icon\" name=\"${ifDefined(this.icon)}\" part=\"icon\" ?show-tooltip=${this.iconOnly}></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-segmented-button-item-icon\" name=\"${ifDefined(this.icon)}\" part=\"icon\" ?show-tooltip=${this.iconOnly}></ui5-icon>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"SegmentedButtonItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SegmentedButtonItemTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA6B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,2CAA2C,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,2DAA2D,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,+BAA+B,IAAI,CAAC,QAAQ,WAAW,IAAI,CAAC,QAAQ,aAAa,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,YAAY,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAM,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,aAAa,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,uFAAuF,CAAC,CAAA,CAAC;AACzxB,SAAS,MAAM,CAA6B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,QAAQ,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,0DAA0D,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,QAAQ,cAAc,CAAC,CAAA,CAAC;AAGtd,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 SegmentedButtonItem from \"../../SegmentedButtonItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SegmentedButtonItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li role=\"option\" aria-roledescription=\"${ifDefined(this.ariaDescription)}\" aria-posinset=\"${ifDefined(this.posInSet)}\" aria-setsize=\"${ifDefined(this.sizeOfSet)}\" aria-selected=\"${ifDefined(this.selected)}\" class=\"ui5-segmented-button-item-root\" aria-disabled=\"${ifDefined(this.disabled)}\" data-sap-focus-ref @click=${this._onclick} @keyup=${this._onkeyup} tabindex=${ifDefined(this.tabIndexValue)} aria-label=\"${ifDefined(this.ariaLabelText)}\" title=\"${ifDefined(this.tooltip)}\">${ this.icon ? block1.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-content\" class=\"ui5-segmented-button-item-text\"><bdi><slot></slot></bdi></span></li>`;}\nfunction block1 (this: SegmentedButtonItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-segmented-button-item-icon\" name=\"${ifDefined(this.icon)}\" part=\"icon\" ?show-tooltip=${this.iconOnly}></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-segmented-button-item-icon\" name=\"${ifDefined(this.icon)}\" part=\"icon\" ?show-tooltip=${this.iconOnly}></ui5-icon>`;}\n\n\nexport default block0;"]}
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentedButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SegmentedButtonTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAyB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,eAAe,IAAI,CAAC,QAAQ,iBAAiB,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,oGAAoG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wCAAwC,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,2BAA2B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2CAA2C,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,CAAA,CAAC;AAG7nB,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 SegmentedButton from \"../../SegmentedButton.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SegmentedButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<ul @click=\"${this._onclick}\" @mousedown=\"${this._onmousedown}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @focusin=\"${this._onfocusin}\" class=\"ui5-segmented-button-root\" role=\"listbox\" aria-multiselectable=\"true\" aria-describedby=\"${ifDefined(this._id)}-invisibleText\" aria-roledescription=${ifDefined(this.ariaDescription)} aria-label=${ifDefined(this.accessibleName)}><slot></slot><span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this.ariaDescribedBy)}</span></ul>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"SegmentedButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SegmentedButtonTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAyB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,eAAe,IAAI,CAAC,QAAQ,iBAAiB,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,oGAAoG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wCAAwC,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,2BAA2B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2CAA2C,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,CAAA,CAAC;AAG7nB,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 SegmentedButton from \"../../SegmentedButton.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SegmentedButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<ul @click=\"${this._onclick}\" @mousedown=\"${this._onmousedown}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @focusin=\"${this._onfocusin}\" class=\"ui5-segmented-button-root\" role=\"listbox\" aria-multiselectable=\"true\" aria-describedby=\"${ifDefined(this._id)}-invisibleText\" aria-roledescription=${ifDefined(this.ariaDescription)} aria-label=${ifDefined(this.accessibleName)}><slot></slot><span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this.ariaDescribedBy)}</span></ul>`;}\n\n\nexport default block0;"]}
@@ -1,20 +1,17 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, repeat, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `${this.options ? block1.call(this, context, tags, suffix) : undefined}${this.shouldOpenValueStateMessagePopover ? block12.call(this, context, tags, suffix) : undefined} `; }
4
- function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block7.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block7.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
2
+ import { html, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
+ function block0(context, tags, suffix) { return html `${this.options ? block1.call(this, context, tags, suffix) : undefined}${this.shouldOpenValueStateMessagePopover ? block10.call(this, context, tags, suffix) : undefined} `; }
4
+ function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block6.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block6.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
5
5
  function block2(context, tags, suffix) { 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._toggleRespPopover}"></${scopeTag("ui5-button", tags, suffix)}></div>${this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined}</div>` : 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._toggleRespPopover}"></ui5-button></div>${this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined}</div>`; }
6
6
  function block3(context, tags, suffix) { return html `<div class="${classMap(this.classes.popoverValueState)} row ui5-select-value-state-dialog-header">${this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix)}</div>`; }
7
7
  function block4(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
8
- function block5(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block6.call(this, context, tags, suffix, item, index))}`; }
9
- function block6(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
10
- function block7(context, tags, suffix) { return html `${this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined}`; }
11
- function block8(context, tags, suffix) { return suffix ? html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix)}</div>` : html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix)}</div>`; }
12
- function block9(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
13
- function block10(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block11.call(this, context, tags, suffix, item, index))}`; }
14
- function block11(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
15
- function block12(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" 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.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div></ui5-popover>`; }
16
- function block13(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
17
- function block14(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block15.call(this, context, tags, suffix, item, index))}`; }
18
- function block15(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
8
+ function block5(context, tags, suffix) { return html `<slot name="valueStateMessage"></slot>`; }
9
+ function block6(context, tags, suffix) { return html `${this.hasValueStateText ? block7.call(this, context, tags, suffix) : undefined}`; }
10
+ function block7(context, tags, suffix) { return suffix ? html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix)}</div>` : html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix)}</div>`; }
11
+ function block8(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
12
+ function block9(context, tags, suffix) { return html `<slot name="valueStateMessage"></slot>`; }
13
+ function block10(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" 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.shouldDisplayDefaultValueStateMessage ? block11.call(this, context, tags, suffix) : block12.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block11.call(this, context, tags, suffix) : block12.call(this, context, tags, suffix)}</div></ui5-popover>`; }
14
+ function block11(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
15
+ function block12(context, tags, suffix) { return html `<slot name="valueStateMessage"></slot>`; }
19
16
  export default block0;
20
17
  //# sourceMappingURL=SelectPopoverTemplate.lit.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SelectPopoverTemplate.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\ttype SelectPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.options ? block1.call(this, context, tags, suffix) : undefined }${ this.shouldOpenValueStateMessagePopover ? block12.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} hide-arrow prevent-initial-focus part=\"popover\" placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block7.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover hide-arrow prevent-initial-focus part=\"popover\" placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block7.call(this, context, tags, suffix) : undefined }<ui5-list mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></ui5-list></ui5-responsive-popover>`;}\nfunction block2 (this: SelectPopover, 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._toggleRespPopover}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>` : 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._toggleRespPopover}\"></ui5-button></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block3 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)} row ui5-select-value-state-dialog-header\">${ this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</div>`;}\nfunction block4 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block5 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }`;}\nfunction block6 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block7 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined }`;}\nfunction block8 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>`;}\nfunction block9 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block10 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }`;}\nfunction block11 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block12 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} part=\"popover\" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div 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.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover part=\"popover\" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div 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.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></ui5-popover>`;}\nfunction block13 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block14 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }`;}\nfunction block15 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"SelectPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SelectPopoverTemplate.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\";\ntype SelectPopover = any;\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.options ? block1.call(this, context, tags, suffix) : undefined }${ this.shouldOpenValueStateMessagePopover ? block10.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} hide-arrow prevent-initial-focus part=\"popover\" placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block6.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover hide-arrow prevent-initial-focus part=\"popover\" placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block6.call(this, context, tags, suffix) : undefined }<ui5-list mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></ui5-list></ui5-responsive-popover>`;}\nfunction block2 (this: SelectPopover, 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._toggleRespPopover}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>` : 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._toggleRespPopover}\"></ui5-button></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block3 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)} row ui5-select-value-state-dialog-header\">${ this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</div>`;}\nfunction block4 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block5 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block6 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateText ? block7.call(this, context, tags, suffix) : undefined }`;}\nfunction block7 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }</div>`;}\nfunction block8 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block9 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block10 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} part=\"popover\" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div 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.shouldDisplayDefaultValueStateMessage ? block11.call(this, context, tags, suffix) : block12.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover part=\"popover\" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div 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.shouldDisplayDefaultValueStateMessage ? block11.call(this, context, tags, suffix) : block12.call(this, context, tags, suffix) }</div></ui5-popover>`;}\nfunction block11 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block12 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\n\n\nexport default block0;"]}
@@ -1,25 +1,22 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, repeat, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `<div class="ui5-select-root ui5-input-focusable-element" id="${ifDefined(this._id)}-select" @click="${this._onclick}">${this.selectedOptionIcon ? block1.call(this, context, tags, suffix) : undefined}<div class="ui5-select-label-root" data-sap-focus-ref tabindex="${ifDefined(this._effectiveTabIndex)}" role="combobox" aria-haspopup="listbox" aria-label="${ifDefined(this.ariaLabelText)}" aria-describedby="${ifDefined(this.valueStateTextId)}" aria-disabled="${ifDefined(this.isDisabled)}" aria-required="${ifDefined(this.required)}" aria-readonly="${ifDefined(this.readonly)}" aria-expanded="${ifDefined(this._isPickerOpen)}" aria-roledescription="${ifDefined(this._ariaRoleDescription)}" @keydown="${this._onkeydown}" @keypress="${this._handleKeyboardNavigation}" @keyup="${this._onkeyup}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}">${this.hasCustomLabel ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</div>${!this.readonly ? block4.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block5.call(this, context, tags, suffix) : undefined}</div>${this.options ? block6.call(this, context, tags, suffix) : undefined}${this.shouldOpenValueStateMessagePopover ? block17.call(this, context, tags, suffix) : undefined} `; }
2
+ import { html, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
+ function block0(context, tags, suffix) { return html `<div class="ui5-select-root ui5-input-focusable-element" id="${ifDefined(this._id)}-select" @click="${this._onclick}">${this.selectedOptionIcon ? block1.call(this, context, tags, suffix) : undefined}<div class="ui5-select-label-root" data-sap-focus-ref tabindex="${ifDefined(this._effectiveTabIndex)}" role="combobox" aria-haspopup="listbox" aria-label="${ifDefined(this.ariaLabelText)}" aria-describedby="${ifDefined(this.valueStateTextId)}" aria-disabled="${ifDefined(this.isDisabled)}" aria-required="${ifDefined(this.required)}" aria-readonly="${ifDefined(this.readonly)}" aria-expanded="${ifDefined(this._isPickerOpen)}" aria-roledescription="${ifDefined(this._ariaRoleDescription)}" @keydown="${this._onkeydown}" @keypress="${this._handleKeyboardNavigation}" @keyup="${this._onkeyup}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}">${this.hasCustomLabel ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</div>${!this.readonly ? block4.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block5.call(this, context, tags, suffix) : undefined}</div>${this.options ? block6.call(this, context, tags, suffix) : undefined}${this.shouldOpenValueStateMessagePopover ? block15.call(this, context, tags, suffix) : undefined} `; }
4
4
  function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} mode="Decorative" class="ui5-select-option-icon" name="${ifDefined(this.selectedOptionIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon mode="Decorative" class="ui5-select-option-icon" name="${ifDefined(this.selectedOptionIcon)}"></ui5-icon>`; }
5
5
  function block2(context, tags, suffix) { return html `<slot name="label"></slot>`; }
6
6
  function block3(context, tags, suffix) { return html `${ifDefined(this.text)}`; }
7
7
  function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" class="inputIcon" ?pressed="${this._iconPressed}"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name="slim-arrow-down" class="inputIcon" ?pressed="${this._iconPressed}"></ui5-icon>`; }
8
8
  function block5(context, tags, suffix) { return html `<span id="${ifDefined(this._id)}-valueStateDesc" class="ui5-hidden-text">${ifDefined(this.valueStateText)}</span>`; }
9
- function block6(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block12.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block12.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
9
+ function block6(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block11.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block11.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
10
10
  function block7(context, tags, suffix) { 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._toggleRespPopover}"></${scopeTag("ui5-button", tags, suffix)}></div>${this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined}</div>` : 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._toggleRespPopover}"></ui5-button></div>${this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined}</div>`; }
11
11
  function block8(context, tags, suffix) { return html `<div class="${classMap(this.classes.popoverValueState)} row ui5-select-value-state-dialog-header">${this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix)}</div>`; }
12
12
  function block9(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
13
- function block10(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block11.call(this, context, tags, suffix, item, index))}`; }
14
- function block11(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
15
- function block12(context, tags, suffix) { return html `${this.hasValueStateText ? block13.call(this, context, tags, suffix) : undefined}`; }
16
- function block13(context, tags, suffix) { return suffix ? html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block14.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix)}</div>` : html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block14.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix)}</div>`; }
17
- function block14(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
18
- function block15(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block16.call(this, context, tags, suffix, item, index))}`; }
19
- function block16(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
20
- function block17(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" 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.shouldDisplayDefaultValueStateMessage ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix)}</div></ui5-popover>`; }
21
- function block18(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
22
- function block19(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block20.call(this, context, tags, suffix, item, index))}`; }
23
- function block20(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
13
+ function block10(context, tags, suffix) { return html `<slot name="valueStateMessage"></slot>`; }
14
+ function block11(context, tags, suffix) { return html `${this.hasValueStateText ? block12.call(this, context, tags, suffix) : undefined}`; }
15
+ function block12(context, tags, suffix) { return suffix ? html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div>` : html `<div class="${classMap(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div>`; }
16
+ function block13(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
17
+ function block14(context, tags, suffix) { return html `<slot name="valueStateMessage"></slot>`; }
18
+ function block15(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" 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.shouldDisplayDefaultValueStateMessage ? block16.call(this, context, tags, suffix) : block17.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block16.call(this, context, tags, suffix) : block17.call(this, context, tags, suffix)}</div></ui5-popover>`; }
19
+ function block16(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
20
+ function block17(context, tags, suffix) { return html `<slot name="valueStateMessage"></slot>`; }
24
21
  export default block0;
25
22
  //# sourceMappingURL=SelectTemplate.lit.js.map