@ui5/webcomponents 2.0.0-rc.4 → 2.0.0-rc.5

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 (501) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +1 -1
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/Button.d.ts +1 -0
  5. package/dist/Button.js +4 -0
  6. package/dist/Button.js.map +1 -1
  7. package/dist/CalendarDate.d.ts +1 -1
  8. package/dist/CalendarDate.js +0 -1
  9. package/dist/CalendarDate.js.map +1 -1
  10. package/dist/Form.d.ts +1 -0
  11. package/dist/Form.js +1 -0
  12. package/dist/Form.js.map +1 -1
  13. package/dist/FormGroup.d.ts +1 -0
  14. package/dist/FormGroup.js +1 -0
  15. package/dist/FormGroup.js.map +1 -1
  16. package/dist/FormItem.d.ts +1 -0
  17. package/dist/FormItem.js +1 -0
  18. package/dist/FormItem.js.map +1 -1
  19. package/dist/Link.d.ts +2 -2
  20. package/dist/Link.js +1 -1
  21. package/dist/Link.js.map +1 -1
  22. package/dist/ListItemBase.js +6 -0
  23. package/dist/ListItemBase.js.map +1 -1
  24. package/dist/Menu.js +3 -0
  25. package/dist/Menu.js.map +1 -1
  26. package/dist/MenuItem.d.ts +32 -2
  27. package/dist/MenuItem.js +6 -0
  28. package/dist/MenuItem.js.map +1 -1
  29. package/dist/Option.d.ts +1 -0
  30. package/dist/Option.js +10 -0
  31. package/dist/Option.js.map +1 -1
  32. package/dist/OptionCustom.d.ts +1 -0
  33. package/dist/OptionCustom.js +6 -0
  34. package/dist/OptionCustom.js.map +1 -1
  35. package/dist/Popup.d.ts +3 -0
  36. package/dist/Popup.js +6 -10
  37. package/dist/Popup.js.map +1 -1
  38. package/dist/RadioButton.d.ts +1 -1
  39. package/dist/RadioButton.js +1 -1
  40. package/dist/RadioButton.js.map +1 -1
  41. package/dist/Select.d.ts +1 -0
  42. package/dist/Select.js +1 -0
  43. package/dist/Select.js.map +1 -1
  44. package/dist/TimePicker.d.ts +1 -0
  45. package/dist/TimePicker.js +18 -0
  46. package/dist/TimePicker.js.map +1 -1
  47. package/dist/css/themes/Avatar.css +1 -1
  48. package/dist/css/themes/AvatarGroup.css +1 -1
  49. package/dist/css/themes/Bar.css +1 -1
  50. package/dist/css/themes/Breadcrumbs.css +1 -1
  51. package/dist/css/themes/BusyIndicator.css +1 -1
  52. package/dist/css/themes/Button.css +1 -1
  53. package/dist/css/themes/Calendar.css +1 -1
  54. package/dist/css/themes/CalendarHeader.css +1 -1
  55. package/dist/css/themes/CalendarLegend.css +1 -1
  56. package/dist/css/themes/CalendarLegendItem.css +1 -1
  57. package/dist/css/themes/Card.css +1 -1
  58. package/dist/css/themes/CardHeader.css +1 -1
  59. package/dist/css/themes/Carousel.css +1 -1
  60. package/dist/css/themes/CheckBox.css +1 -1
  61. package/dist/css/themes/ColorPalette.css +1 -1
  62. package/dist/css/themes/ColorPaletteItem.css +1 -1
  63. package/dist/css/themes/ColorPalettePopover.css +1 -1
  64. package/dist/css/themes/ColorPicker.css +1 -1
  65. package/dist/css/themes/ComboBox.css +1 -1
  66. package/dist/css/themes/CustomListItem.css +1 -1
  67. package/dist/css/themes/DatePicker.css +1 -1
  68. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  69. package/dist/css/themes/DayPicker.css +1 -1
  70. package/dist/css/themes/Dialog.css +1 -1
  71. package/dist/css/themes/FileUploader.css +1 -1
  72. package/dist/css/themes/Form.css +1 -1
  73. package/dist/css/themes/FormItem.css +1 -1
  74. package/dist/css/themes/FormLabelSpan.css +1 -1
  75. package/dist/css/themes/GrowingButton.css +1 -1
  76. package/dist/css/themes/Icon.css +1 -1
  77. package/dist/css/themes/Input.css +1 -1
  78. package/dist/css/themes/InputIcon.css +1 -1
  79. package/dist/css/themes/InputSharedStyles.css +1 -1
  80. package/dist/css/themes/Link.css +1 -1
  81. package/dist/css/themes/List.css +1 -1
  82. package/dist/css/themes/ListItem.css +1 -1
  83. package/dist/css/themes/ListItemBase.css +1 -1
  84. package/dist/css/themes/ListItemGroup.css +1 -1
  85. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  86. package/dist/css/themes/ListItemIcon.css +1 -1
  87. package/dist/css/themes/Menu.css +1 -1
  88. package/dist/css/themes/MenuItem.css +1 -1
  89. package/dist/css/themes/MessageStrip.css +1 -1
  90. package/dist/css/themes/MonthPicker.css +1 -1
  91. package/dist/css/themes/MultiComboBox.css +1 -1
  92. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  93. package/dist/css/themes/MultiInput.css +1 -1
  94. package/dist/css/themes/NavigationMenu.css +1 -1
  95. package/dist/css/themes/NavigationMenuItem.css +1 -1
  96. package/dist/css/themes/OptionBase.css +1 -1
  97. package/dist/css/themes/Panel.css +1 -1
  98. package/dist/css/themes/Popover.css +1 -1
  99. package/dist/css/themes/PopupsCommon.css +1 -1
  100. package/dist/css/themes/ProgressIndicator.css +1 -1
  101. package/dist/css/themes/RadioButton.css +1 -1
  102. package/dist/css/themes/RangeSlider.css +1 -1
  103. package/dist/css/themes/RatingIndicator.css +1 -1
  104. package/dist/css/themes/ResponsivePopover.css +1 -1
  105. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  106. package/dist/css/themes/SegmentedButton.css +1 -1
  107. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  108. package/dist/css/themes/Select.css +1 -1
  109. package/dist/css/themes/SliderBase.css +1 -1
  110. package/dist/css/themes/SplitButton.css +1 -1
  111. package/dist/css/themes/StepInput.css +1 -1
  112. package/dist/css/themes/Switch.css +1 -1
  113. package/dist/css/themes/TabContainer.css +1 -1
  114. package/dist/css/themes/TabInOverflow.css +1 -1
  115. package/dist/css/themes/TabInStrip.css +1 -1
  116. package/dist/css/themes/TabSemanticIcon.css +1 -1
  117. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  118. package/dist/css/themes/Tag.css +1 -1
  119. package/dist/css/themes/Text.css +1 -1
  120. package/dist/css/themes/TextArea.css +1 -1
  121. package/dist/css/themes/TimePicker.css +1 -1
  122. package/dist/css/themes/Toast.css +1 -1
  123. package/dist/css/themes/ToggleButton.css +1 -1
  124. package/dist/css/themes/Token.css +1 -1
  125. package/dist/css/themes/Tokenizer.css +1 -1
  126. package/dist/css/themes/TokenizerPopover.css +1 -1
  127. package/dist/css/themes/Toolbar.css +1 -1
  128. package/dist/css/themes/ToolbarPopover.css +1 -1
  129. package/dist/css/themes/TreeItem.css +1 -1
  130. package/dist/css/themes/ValueStateMessage.css +1 -1
  131. package/dist/css/themes/YearPicker.css +1 -1
  132. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  133. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  134. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  135. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  136. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  137. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  138. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  139. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  140. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  141. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  142. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  143. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  144. package/dist/custom-elements-internal.json +56 -20
  145. package/dist/custom-elements.json +47 -20
  146. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  153. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  154. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  155. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  156. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  157. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  158. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  159. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  160. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  161. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  162. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  163. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  164. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  165. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  166. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  167. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  168. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  169. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  170. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  171. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  172. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  173. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  175. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  176. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  177. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  178. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  179. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  180. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  181. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  182. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  183. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  184. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  185. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  186. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  187. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  188. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  189. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  190. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  191. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  192. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  193. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  194. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  195. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  196. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  197. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  198. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  199. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  200. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  201. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  202. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  203. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  204. package/dist/generated/templates/BreadcrumbsTemplate.lit.js +2 -2
  205. package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
  206. package/dist/generated/templates/ButtonTemplate.lit.js +2 -2
  207. package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
  208. package/dist/generated/templates/ComboBoxTemplate.lit.js +1 -1
  209. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  210. package/dist/generated/templates/DialogTemplate.lit.js +1 -1
  211. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  212. package/dist/generated/templates/InputTemplate.lit.js +1 -1
  213. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  214. package/dist/generated/templates/MenuItemTemplate.lit.js +19 -17
  215. package/dist/generated/templates/MenuItemTemplate.lit.js.map +1 -1
  216. package/dist/generated/templates/MonthPickerTemplate.lit.js +1 -1
  217. package/dist/generated/templates/MonthPickerTemplate.lit.js.map +1 -1
  218. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
  219. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  220. package/dist/generated/templates/MultiInputTemplate.lit.js +1 -1
  221. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  222. package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
  223. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  224. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  225. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  226. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
  227. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  228. package/dist/generated/templates/SelectPopoverTemplate.lit.js +2 -2
  229. package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
  230. package/dist/generated/templates/SelectTemplate.lit.js +2 -2
  231. package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
  232. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
  233. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
  234. package/dist/generated/templates/TimePickerTemplate.lit.js +1 -1
  235. package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
  236. package/dist/generated/templates/ToggleButtonTemplate.lit.js +2 -2
  237. package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
  238. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +2 -2
  239. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
  240. package/dist/generated/templates/YearPickerTemplate.lit.js +1 -1
  241. package/dist/generated/templates/YearPickerTemplate.lit.js.map +1 -1
  242. package/dist/generated/themes/Avatar.css.js +1 -1
  243. package/dist/generated/themes/Avatar.css.js.map +1 -1
  244. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  245. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  246. package/dist/generated/themes/Bar.css.js +1 -1
  247. package/dist/generated/themes/Bar.css.js.map +1 -1
  248. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  249. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  250. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  251. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  252. package/dist/generated/themes/Button.css.js +1 -1
  253. package/dist/generated/themes/Button.css.js.map +1 -1
  254. package/dist/generated/themes/Calendar.css.js +1 -1
  255. package/dist/generated/themes/Calendar.css.js.map +1 -1
  256. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  257. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  258. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  259. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  260. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  261. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  262. package/dist/generated/themes/Card.css.js +1 -1
  263. package/dist/generated/themes/Card.css.js.map +1 -1
  264. package/dist/generated/themes/CardHeader.css.js +1 -1
  265. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  266. package/dist/generated/themes/Carousel.css.js +1 -1
  267. package/dist/generated/themes/Carousel.css.js.map +1 -1
  268. package/dist/generated/themes/CheckBox.css.js +1 -1
  269. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  270. package/dist/generated/themes/ColorPalette.css.js +1 -1
  271. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  272. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  273. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  274. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  275. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  276. package/dist/generated/themes/ColorPicker.css.js +1 -1
  277. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  278. package/dist/generated/themes/ComboBox.css.js +1 -1
  279. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  280. package/dist/generated/themes/CustomListItem.css.js +1 -1
  281. package/dist/generated/themes/CustomListItem.css.js.map +1 -1
  282. package/dist/generated/themes/DatePicker.css.js +1 -1
  283. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  284. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  285. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  286. package/dist/generated/themes/DayPicker.css.js +1 -1
  287. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  288. package/dist/generated/themes/Dialog.css.js +1 -1
  289. package/dist/generated/themes/Dialog.css.js.map +1 -1
  290. package/dist/generated/themes/FileUploader.css.js +1 -1
  291. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  292. package/dist/generated/themes/Form.css.js +1 -1
  293. package/dist/generated/themes/Form.css.js.map +1 -1
  294. package/dist/generated/themes/FormItem.css.js +1 -1
  295. package/dist/generated/themes/FormItem.css.js.map +1 -1
  296. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  297. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  298. package/dist/generated/themes/GrowingButton.css.js +1 -1
  299. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  300. package/dist/generated/themes/Icon.css.js +1 -1
  301. package/dist/generated/themes/Icon.css.js.map +1 -1
  302. package/dist/generated/themes/Input.css.js +1 -1
  303. package/dist/generated/themes/Input.css.js.map +1 -1
  304. package/dist/generated/themes/InputIcon.css.js +1 -1
  305. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  306. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  307. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  308. package/dist/generated/themes/Link.css.js +1 -1
  309. package/dist/generated/themes/Link.css.js.map +1 -1
  310. package/dist/generated/themes/List.css.js +1 -1
  311. package/dist/generated/themes/List.css.js.map +1 -1
  312. package/dist/generated/themes/ListItem.css.js +1 -1
  313. package/dist/generated/themes/ListItem.css.js.map +1 -1
  314. package/dist/generated/themes/ListItemBase.css.js +1 -1
  315. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  316. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  317. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  318. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  319. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  320. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  321. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  322. package/dist/generated/themes/Menu.css.js +1 -1
  323. package/dist/generated/themes/Menu.css.js.map +1 -1
  324. package/dist/generated/themes/MenuItem.css.js +1 -1
  325. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  326. package/dist/generated/themes/MessageStrip.css.js +1 -1
  327. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  328. package/dist/generated/themes/MonthPicker.css.js +1 -1
  329. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  330. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  331. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  332. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  333. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  334. package/dist/generated/themes/MultiInput.css.js +1 -1
  335. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  336. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  337. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  338. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  339. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  340. package/dist/generated/themes/OptionBase.css.js +1 -1
  341. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  342. package/dist/generated/themes/Panel.css.js +1 -1
  343. package/dist/generated/themes/Panel.css.js.map +1 -1
  344. package/dist/generated/themes/Popover.css.js +1 -1
  345. package/dist/generated/themes/Popover.css.js.map +1 -1
  346. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  347. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  348. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  349. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  350. package/dist/generated/themes/RadioButton.css.js +1 -1
  351. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  352. package/dist/generated/themes/RangeSlider.css.js +1 -1
  353. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  354. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  355. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  356. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  357. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  358. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  359. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  360. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  361. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  362. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  363. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  364. package/dist/generated/themes/Select.css.js +1 -1
  365. package/dist/generated/themes/Select.css.js.map +1 -1
  366. package/dist/generated/themes/SliderBase.css.js +1 -1
  367. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  368. package/dist/generated/themes/SplitButton.css.js +1 -1
  369. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  370. package/dist/generated/themes/StepInput.css.js +1 -1
  371. package/dist/generated/themes/StepInput.css.js.map +1 -1
  372. package/dist/generated/themes/Switch.css.js +1 -1
  373. package/dist/generated/themes/Switch.css.js.map +1 -1
  374. package/dist/generated/themes/TabContainer.css.js +1 -1
  375. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  376. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  377. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  378. package/dist/generated/themes/TabInStrip.css.js +1 -1
  379. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  380. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  381. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  382. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  383. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  384. package/dist/generated/themes/Tag.css.js +1 -1
  385. package/dist/generated/themes/Tag.css.js.map +1 -1
  386. package/dist/generated/themes/Text.css.js +1 -1
  387. package/dist/generated/themes/Text.css.js.map +1 -1
  388. package/dist/generated/themes/TextArea.css.js +1 -1
  389. package/dist/generated/themes/TextArea.css.js.map +1 -1
  390. package/dist/generated/themes/TimePicker.css.js +1 -1
  391. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  392. package/dist/generated/themes/Toast.css.js +1 -1
  393. package/dist/generated/themes/Toast.css.js.map +1 -1
  394. package/dist/generated/themes/ToggleButton.css.js +1 -1
  395. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  396. package/dist/generated/themes/Token.css.js +1 -1
  397. package/dist/generated/themes/Token.css.js.map +1 -1
  398. package/dist/generated/themes/Tokenizer.css.js +1 -1
  399. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  400. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  401. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  402. package/dist/generated/themes/Toolbar.css.js +1 -1
  403. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  404. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  405. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  406. package/dist/generated/themes/TreeItem.css.js +1 -1
  407. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  408. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  409. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  410. package/dist/generated/themes/YearPicker.css.js +1 -1
  411. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  412. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  413. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  414. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  415. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  416. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  417. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  418. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  419. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  420. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  421. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  422. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  423. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  424. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  425. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  426. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  427. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  428. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  429. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  430. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  431. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  432. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  433. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  434. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  435. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  436. package/dist/styles/Icon.css +15 -15
  437. package/dist/styles/Icon.module.css +15 -15
  438. package/dist/vscode.html-custom-data.json +9 -9
  439. package/dist/web-types.json +41 -17
  440. package/package.json +9 -9
  441. package/src/Breadcrumbs.hbs +4 -2
  442. package/src/Button.hbs +2 -1
  443. package/src/ComboBox.hbs +1 -0
  444. package/src/Input.hbs +1 -0
  445. package/src/MenuItem.hbs +2 -0
  446. package/src/MonthPicker.hbs +1 -1
  447. package/src/MultiComboBox.hbs +1 -0
  448. package/src/Popup.hbs +1 -0
  449. package/src/SelectPopover.hbs +2 -0
  450. package/src/TimePickerPopover.hbs +1 -0
  451. package/src/YearPicker.hbs +1 -1
  452. package/src/i18n/messagebundle_ar.properties +13 -3
  453. package/src/i18n/messagebundle_bg.properties +13 -3
  454. package/src/i18n/messagebundle_ca.properties +13 -3
  455. package/src/i18n/messagebundle_cnr.properties +13 -3
  456. package/src/i18n/messagebundle_cs.properties +13 -3
  457. package/src/i18n/messagebundle_cy.properties +13 -3
  458. package/src/i18n/messagebundle_da.properties +13 -3
  459. package/src/i18n/messagebundle_de.properties +13 -3
  460. package/src/i18n/messagebundle_el.properties +13 -3
  461. package/src/i18n/messagebundle_en_GB.properties +13 -3
  462. package/src/i18n/messagebundle_es.properties +13 -3
  463. package/src/i18n/messagebundle_es_MX.properties +13 -3
  464. package/src/i18n/messagebundle_et.properties +13 -3
  465. package/src/i18n/messagebundle_fi.properties +13 -3
  466. package/src/i18n/messagebundle_fr.properties +13 -3
  467. package/src/i18n/messagebundle_fr_CA.properties +13 -3
  468. package/src/i18n/messagebundle_hi.properties +13 -3
  469. package/src/i18n/messagebundle_hr.properties +13 -3
  470. package/src/i18n/messagebundle_hu.properties +13 -3
  471. package/src/i18n/messagebundle_id.properties +13 -3
  472. package/src/i18n/messagebundle_it.properties +14 -4
  473. package/src/i18n/messagebundle_iw.properties +13 -3
  474. package/src/i18n/messagebundle_ja.properties +13 -3
  475. package/src/i18n/messagebundle_kk.properties +13 -3
  476. package/src/i18n/messagebundle_ko.properties +13 -3
  477. package/src/i18n/messagebundle_lt.properties +13 -3
  478. package/src/i18n/messagebundle_lv.properties +13 -3
  479. package/src/i18n/messagebundle_mk.properties +13 -3
  480. package/src/i18n/messagebundle_ms.properties +13 -3
  481. package/src/i18n/messagebundle_nl.properties +13 -3
  482. package/src/i18n/messagebundle_no.properties +13 -3
  483. package/src/i18n/messagebundle_pl.properties +13 -3
  484. package/src/i18n/messagebundle_pt.properties +13 -3
  485. package/src/i18n/messagebundle_pt_PT.properties +13 -3
  486. package/src/i18n/messagebundle_ro.properties +13 -3
  487. package/src/i18n/messagebundle_ru.properties +13 -3
  488. package/src/i18n/messagebundle_sh.properties +13 -3
  489. package/src/i18n/messagebundle_sk.properties +13 -3
  490. package/src/i18n/messagebundle_sl.properties +13 -3
  491. package/src/i18n/messagebundle_sr.properties +13 -3
  492. package/src/i18n/messagebundle_sv.properties +13 -3
  493. package/src/i18n/messagebundle_th.properties +13 -3
  494. package/src/i18n/messagebundle_tr.properties +13 -3
  495. package/src/i18n/messagebundle_uk.properties +17 -7
  496. package/src/i18n/messagebundle_vi.properties +13 -3
  497. package/src/i18n/messagebundle_zh_CN.properties +13 -3
  498. package/src/i18n/messagebundle_zh_TW.properties +13 -3
  499. package/src/themes/Link.css +5 -5
  500. package/src/themes/MenuItem.css +1 -1
  501. package/src/themes/RadioButton.css +8 -8
@@ -1 +1 @@
1
- {"version":3,"file":"SelectTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SelectTemplate.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 Select from \"../../Select.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { 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 } `;}\nfunction block1 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { 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>`;}\nfunction block2 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"label\"></slot>`;}\nfunction block3 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.text)}`;}\nfunction block4 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { 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>`;}\nfunction block5 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.valueStateText)}</span>`;}\nfunction block6 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} hide-arrow prevent-initial-focus 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 ? 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 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 ? 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>`;}\nfunction block7 (this: Select, 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 ? 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>`;}\nfunction block8 (this: Select, 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 ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>`;}\nfunction block9 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block10 (this: Select, 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: Select, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block12 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateText ? block13.call(this, context, tags, suffix) : undefined }`;}\nfunction block13 (this: Select, 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 ? block14.call(this, context, tags, suffix) : block15.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 ? block14.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix) }</div>`;}\nfunction block14 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block15 (this: Select, 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) => block16.call(this, context, tags, suffix, item, index)) }`;}\nfunction block16 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block17 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" 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 ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" 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 ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix) }</div></ui5-popover>`;}\nfunction block18 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block19 (this: Select, 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) => block20.call(this, context, tags, suffix, item, index)) }`;}\nfunction block20 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"SelectTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SelectTemplate.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 Select from \"../../Select.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { 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 } `;}\nfunction block1 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { 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>`;}\nfunction block2 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"label\"></slot>`;}\nfunction block3 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.text)}`;}\nfunction block4 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { 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>`;}\nfunction block5 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.valueStateText)}</span>`;}\nfunction block6 (this: Select, 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 ? 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 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 ? 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>`;}\nfunction block7 (this: Select, 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 ? 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>`;}\nfunction block8 (this: Select, 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 ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>`;}\nfunction block9 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block10 (this: Select, 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: Select, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block12 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateText ? block13.call(this, context, tags, suffix) : undefined }`;}\nfunction block13 (this: Select, 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 ? block14.call(this, context, tags, suffix) : block15.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 ? block14.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix) }</div>`;}\nfunction block14 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block15 (this: Select, 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) => block16.call(this, context, tags, suffix, item, index)) }`;}\nfunction block16 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block17 (this: Select, 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 ? 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 as ClassMapValue)}\" 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>`;}\nfunction block18 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block19 (this: Select, 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) => block20.call(this, context, tags, suffix, item, index)) }`;}\nfunction block20 (this: Select, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\n\n\nexport default block0;"]}
@@ -1,6 +1,6 @@
1
1
  /* eslint no-unused-vars: 0 */
2
2
  import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><${scopeTag("ui5-time-selection-clocks", tags, suffix)} id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></${scopeTag("ui5-time-selection-clocks", tags, suffix)}><div slot="footer" class="ui5-time-picker-footer"><${scopeTag("ui5-button", tags, suffix)} id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-responsive-popover", tags, suffix)}>${this._isPhone ? block1.call(this, context, tags, suffix) : undefined}` : html `<ui5-responsive-popover id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><ui5-time-selection-clocks id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></ui5-time-selection-clocks><div slot="footer" class="ui5-time-picker-footer"><ui5-button id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${this._isPhone ? block1.call(this, context, tags, suffix) : undefined}`; }
3
+ function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @ui5-open="${ifDefined(this.onResponsivePopoverAfterOpen)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><${scopeTag("ui5-time-selection-clocks", tags, suffix)} id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></${scopeTag("ui5-time-selection-clocks", tags, suffix)}><div slot="footer" class="ui5-time-picker-footer"><${scopeTag("ui5-button", tags, suffix)} id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-responsive-popover", tags, suffix)}>${this._isPhone ? block1.call(this, context, tags, suffix) : undefined}` : html `<ui5-responsive-popover id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @ui5-open="${ifDefined(this.onResponsivePopoverAfterOpen)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><ui5-time-selection-clocks id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></ui5-time-selection-clocks><div slot="footer" class="ui5-time-picker-footer"><ui5-button id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${this._isPhone ? block1.call(this, context, tags, suffix) : undefined}`; }
4
4
  function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} id="${ifDefined(this._id)}-popover" class="ui5-time-picker-inputs-popover" placement="Bottom" horizontal-align="Start" allow-target-overlap _hide-header hide-arrow @ui5-open="${ifDefined(this.onInputsPopoverAfterOpen)}" @ui5-close="${ifDefined(this.onInputsPopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><div class="popover-content"><${scopeTag("ui5-time-selection-inputs", tags, suffix)} id="${ifDefined(this._id)}-time-sel-inputs" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-inputs="${this.submitInputsPopover}"></${scopeTag("ui5-time-selection-inputs", tags, suffix)}></div><div slot="footer" class="ui5-time-picker-footer"><${scopeTag("ui5-button", tags, suffix)} id="submitInputs" design="Emphasized" @click="${this.submitInputsPopover}">${ifDefined(this.submitButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} id="closeInputs" design="Transparent" @click="${this.closeInputsPopover}">${ifDefined(this.cancelButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover id="${ifDefined(this._id)}-popover" class="ui5-time-picker-inputs-popover" placement="Bottom" horizontal-align="Start" allow-target-overlap _hide-header hide-arrow @ui5-open="${ifDefined(this.onInputsPopoverAfterOpen)}" @ui5-close="${ifDefined(this.onInputsPopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><div class="popover-content"><ui5-time-selection-inputs id="${ifDefined(this._id)}-time-sel-inputs" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-inputs="${this.submitInputsPopover}"></ui5-time-selection-inputs></div><div slot="footer" class="ui5-time-picker-footer"><ui5-button id="submitInputs" design="Emphasized" @click="${this.submitInputsPopover}">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id="closeInputs" design="Transparent" @click="${this.closeInputsPopover}">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-popover>`; }
5
5
  export default block0;
6
6
  //# sourceMappingURL=TimePickerPopoverTemplate.lit.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimePickerPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TimePickerPopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA2B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4GAA4G,SAAS,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,8DAA8D,SAAS,CAAC,IAAI,CAAC,6BAA6B,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,MAAM,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,aAAa,OAAO,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,uDAAuD,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,4CAA4C,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,4CAA4C,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,YAAY,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4GAA4G,SAAS,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,8DAA8D,SAAS,CAAC,IAAI,CAAC,6BAA6B,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,oCAAoC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,aAAa,uIAAuI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,oEAAoE,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,+CAAgD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AACp6E,SAAS,MAAM,CAA2B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wJAAwJ,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,yBAAyB,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,mCAAmC,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,mBAAmB,OAAO,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,6DAA6D,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,kDAAkD,IAAI,CAAC,mBAAmB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,kDAAkD,IAAI,CAAC,kBAAkB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,YAAY,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,oBAAoB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wJAAwJ,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,yBAAyB,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,iEAAiE,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,mBAAmB,mJAAmJ,IAAI,CAAC,mBAAmB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,0EAA0E,IAAI,CAAC,kBAAkB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,mCAAmC,CAAC,CAAA,CAAC;AAGp3E,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 TimePickerPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TimePickerPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)}><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }` : html`<ui5-responsive-popover id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><ui5-time-selection-clocks id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></ui5-time-selection-clocks><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }`;}\nfunction block1 (this: TimePickerPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)}></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><ui5-time-selection-inputs id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></ui5-time-selection-inputs></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-popover>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"TimePickerPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TimePickerPopoverTemplate.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 TimePickerPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TimePickerPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @ui5-open=\"${ifDefined(this.onResponsivePopoverAfterOpen)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)}><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }` : html`<ui5-responsive-popover id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @ui5-open=\"${ifDefined(this.onResponsivePopoverAfterOpen)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><ui5-time-selection-clocks id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></ui5-time-selection-clocks><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }`;}\nfunction block1 (this: TimePickerPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)}></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><ui5-time-selection-inputs id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></ui5-time-selection-inputs></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-popover>`;}\n\n\nexport default block0;"]}
@@ -1,6 +1,6 @@
1
1
  /* eslint no-unused-vars: 0 */
2
2
  import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return suffix ? html `<div id="${ifDefined(this._id)}" class="ui5-time-picker-root"><${scopeTag("ui5-input", tags, suffix)} id="${ifDefined(this._id)}-inner" value="${ifDefined(this.value)}" placeholder="${ifDefined(this._placeholder)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" value-state="${ifDefined(this.valueState)}" ._inputAccInfo="${ifDefined(this.accInfo)}" data-sap-focus-ref @click="${this._handleInputClick}" @ui5-change="${ifDefined(this._handleInputChange)}" @ui5-input="${ifDefined(this._handleInputLiveChange)}" @focusin="${this._onfocusin}" @input="${this._oninput}" class="ui5-time-picker-input" @keydown="${this._onkeydown}">${this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined}${!this.readonly ? block2.call(this, context, tags, suffix) : undefined}</${scopeTag("ui5-input", tags, suffix)}></div><${scopeTag("ui5-responsive-popover", tags, suffix)} id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><${scopeTag("ui5-time-selection-clocks", tags, suffix)} id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></${scopeTag("ui5-time-selection-clocks", tags, suffix)}><div slot="footer" class="ui5-time-picker-footer"><${scopeTag("ui5-button", tags, suffix)} id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-responsive-popover", tags, suffix)}>${this._isPhone ? block3.call(this, context, tags, suffix) : undefined} ` : html `<div id="${ifDefined(this._id)}" class="ui5-time-picker-root"><ui5-input id="${ifDefined(this._id)}-inner" value="${ifDefined(this.value)}" placeholder="${ifDefined(this._placeholder)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" value-state="${ifDefined(this.valueState)}" ._inputAccInfo="${ifDefined(this.accInfo)}" data-sap-focus-ref @click="${this._handleInputClick}" @ui5-change="${ifDefined(this._handleInputChange)}" @ui5-input="${ifDefined(this._handleInputLiveChange)}" @focusin="${this._onfocusin}" @input="${this._oninput}" class="ui5-time-picker-input" @keydown="${this._onkeydown}">${this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined}${!this.readonly ? block2.call(this, context, tags, suffix) : undefined}</ui5-input></div><ui5-responsive-popover id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><ui5-time-selection-clocks id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></ui5-time-selection-clocks><div slot="footer" class="ui5-time-picker-footer"><ui5-button id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${this._isPhone ? block3.call(this, context, tags, suffix) : undefined} `; }
3
+ function block0(context, tags, suffix) { return suffix ? html `<div id="${ifDefined(this._id)}" class="ui5-time-picker-root"><${scopeTag("ui5-input", tags, suffix)} id="${ifDefined(this._id)}-inner" value="${ifDefined(this.value)}" placeholder="${ifDefined(this._placeholder)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" value-state="${ifDefined(this.valueState)}" ._inputAccInfo="${ifDefined(this.accInfo)}" data-sap-focus-ref @click="${this._handleInputClick}" @ui5-change="${ifDefined(this._handleInputChange)}" @ui5-input="${ifDefined(this._handleInputLiveChange)}" @focusin="${this._onfocusin}" @input="${this._oninput}" class="ui5-time-picker-input" @keydown="${this._onkeydown}">${this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined}${!this.readonly ? block2.call(this, context, tags, suffix) : undefined}</${scopeTag("ui5-input", tags, suffix)}></div><${scopeTag("ui5-responsive-popover", tags, suffix)} id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @ui5-open="${ifDefined(this.onResponsivePopoverAfterOpen)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><${scopeTag("ui5-time-selection-clocks", tags, suffix)} id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></${scopeTag("ui5-time-selection-clocks", tags, suffix)}><div slot="footer" class="ui5-time-picker-footer"><${scopeTag("ui5-button", tags, suffix)} id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-responsive-popover", tags, suffix)}>${this._isPhone ? block3.call(this, context, tags, suffix) : undefined} ` : html `<div id="${ifDefined(this._id)}" class="ui5-time-picker-root"><ui5-input id="${ifDefined(this._id)}-inner" value="${ifDefined(this.value)}" placeholder="${ifDefined(this._placeholder)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" value-state="${ifDefined(this.valueState)}" ._inputAccInfo="${ifDefined(this.accInfo)}" data-sap-focus-ref @click="${this._handleInputClick}" @ui5-change="${ifDefined(this._handleInputChange)}" @ui5-input="${ifDefined(this._handleInputLiveChange)}" @focusin="${this._onfocusin}" @input="${this._oninput}" class="ui5-time-picker-input" @keydown="${this._onkeydown}">${this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined}${!this.readonly ? block2.call(this, context, tags, suffix) : undefined}</ui5-input></div><ui5-responsive-popover id="${ifDefined(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement="Bottom" horizontal-align="Start" .opener=${ifDefined(this)} ?open="${this.open}" allow-target-overlap _hide-header hide-arrow @ui5-close="${ifDefined(this.onResponsivePopoverAfterClose)}" @ui5-open="${ifDefined(this.onResponsivePopoverAfterOpen)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><ui5-time-selection-clocks id="${ifDefined(this._id)}-time-sel" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></ui5-time-selection-clocks><div slot="footer" class="ui5-time-picker-footer"><ui5-button id="submit" design="Emphasized" @click="${this.submitPickers}">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id="close" design="Transparent" @click="${this._togglePicker}">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${this._isPhone ? block3.call(this, context, tags, suffix) : undefined} `; }
4
4
  function block1(context, tags, suffix) { return html `<slot name="valueStateMessage" slot="valueStateMessage"></slot>`; }
5
5
  function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} slot="icon" name="${ifDefined(this.openIconName)}" tabindex="-1" show-tooltip @click="${this._togglePicker}" ?pressed="${this.open}" class="ui5-time-picker-input-icon-button inputIcon"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon slot="icon" name="${ifDefined(this.openIconName)}" tabindex="-1" show-tooltip @click="${this._togglePicker}" ?pressed="${this.open}" class="ui5-time-picker-input-icon-button inputIcon"></ui5-icon>`; }
6
6
  function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} id="${ifDefined(this._id)}-popover" class="ui5-time-picker-inputs-popover" placement="Bottom" horizontal-align="Start" allow-target-overlap _hide-header hide-arrow @ui5-open="${ifDefined(this.onInputsPopoverAfterOpen)}" @ui5-close="${ifDefined(this.onInputsPopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><div class="popover-content"><${scopeTag("ui5-time-selection-inputs", tags, suffix)} id="${ifDefined(this._id)}-time-sel-inputs" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-inputs="${this.submitInputsPopover}"></${scopeTag("ui5-time-selection-inputs", tags, suffix)}></div><div slot="footer" class="ui5-time-picker-footer"><${scopeTag("ui5-button", tags, suffix)} id="submitInputs" design="Emphasized" @click="${this.submitInputsPopover}">${ifDefined(this.submitButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} id="closeInputs" design="Transparent" @click="${this.closeInputsPopover}">${ifDefined(this.cancelButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover id="${ifDefined(this._id)}-popover" class="ui5-time-picker-inputs-popover" placement="Bottom" horizontal-align="Start" allow-target-overlap _hide-header hide-arrow @ui5-open="${ifDefined(this.onInputsPopoverAfterOpen)}" @ui5-close="${ifDefined(this.onInputsPopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><div class="popover-content"><ui5-time-selection-inputs id="${ifDefined(this._id)}-time-sel-inputs" value="${ifDefined(this._timeSelectionValue)}" format-pattern="${ifDefined(this._formatPattern)}" @ui5-change="${ifDefined(this.onTimeSelectionChange)}" @close-inputs="${this.submitInputsPopover}"></ui5-time-selection-inputs></div><div slot="footer" class="ui5-time-picker-footer"><ui5-button id="submitInputs" design="Emphasized" @click="${this.submitInputsPopover}">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id="closeInputs" design="Transparent" @click="${this.closeInputsPopover}">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-popover>`; }
@@ -1 +1 @@
1
- {"version":3,"file":"TimePickerTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TimePickerTemplate.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 TimePicker from \"../../TimePicker.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div id=\"${ifDefined(this._id)}\" class=\"ui5-time-picker-root\"><${scopeTag(\"ui5-input\", tags, suffix)} id=\"${ifDefined(this._id)}-inner\" value=\"${ifDefined(this.value)}\" placeholder=\"${ifDefined(this._placeholder)}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this.readonly}\" value-state=\"${ifDefined(this.valueState)}\" ._inputAccInfo=\"${ifDefined(this.accInfo)}\" data-sap-focus-ref @click=\"${this._handleInputClick}\" @ui5-change=\"${ifDefined(this._handleInputChange)}\" @ui5-input=\"${ifDefined(this._handleInputLiveChange)}\" @focusin=\"${this._onfocusin}\" @input=\"${this._oninput}\" class=\"ui5-time-picker-input\" @keydown=\"${this._onkeydown}\">${ this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block2.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-input\", tags, suffix)}></div><${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)}><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>${ this._isPhone ? block3.call(this, context, tags, suffix) : undefined } ` : html`<div id=\"${ifDefined(this._id)}\" class=\"ui5-time-picker-root\"><ui5-input id=\"${ifDefined(this._id)}-inner\" value=\"${ifDefined(this.value)}\" placeholder=\"${ifDefined(this._placeholder)}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this.readonly}\" value-state=\"${ifDefined(this.valueState)}\" ._inputAccInfo=\"${ifDefined(this.accInfo)}\" data-sap-focus-ref @click=\"${this._handleInputClick}\" @ui5-change=\"${ifDefined(this._handleInputChange)}\" @ui5-input=\"${ifDefined(this._handleInputLiveChange)}\" @focusin=\"${this._onfocusin}\" @input=\"${this._oninput}\" class=\"ui5-time-picker-input\" @keydown=\"${this._onkeydown}\">${ this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block2.call(this, context, tags, suffix) : undefined }</ui5-input></div><ui5-responsive-popover id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><ui5-time-selection-clocks id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></ui5-time-selection-clocks><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${ this._isPhone ? block3.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\" slot=\"valueStateMessage\"></slot>`;}\nfunction block2 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} slot=\"icon\" name=\"${ifDefined(this.openIconName)}\" tabindex=\"-1\" show-tooltip @click=\"${this._togglePicker}\" ?pressed=\"${this.open}\" class=\"ui5-time-picker-input-icon-button inputIcon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon slot=\"icon\" name=\"${ifDefined(this.openIconName)}\" tabindex=\"-1\" show-tooltip @click=\"${this._togglePicker}\" ?pressed=\"${this.open}\" class=\"ui5-time-picker-input-icon-button inputIcon\"></ui5-icon>`;}\nfunction block3 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)}></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><ui5-time-selection-inputs id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></ui5-time-selection-inputs></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-popover>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"TimePickerTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TimePickerTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,YAAY,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,mCAAmC,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,QAAQ,kBAAkB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,gCAAgC,IAAI,CAAC,iBAAiB,kBAAkB,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,6CAA6C,IAAI,CAAC,UAAU,KAAM,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,WAAW,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4GAA4G,SAAS,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,8DAA8D,SAAS,CAAC,IAAI,CAAC,6BAA6B,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,4BAA4B,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,MAAM,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,aAAa,OAAO,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,uDAAuD,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,4CAA4C,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,4CAA4C,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,YAAY,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,YAAY,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,QAAQ,kBAAkB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,gCAAgC,IAAI,CAAC,iBAAiB,kBAAkB,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,6CAA6C,IAAI,CAAC,UAAU,KAAM,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,iDAAiD,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4GAA4G,SAAS,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,8DAA8D,SAAS,CAAC,IAAI,CAAC,6BAA6B,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,4BAA4B,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,oCAAoC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,aAAa,uIAAuI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,oEAAoE,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,+CAAgD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAG,CAAC,CAAA,CAAC;AAC7nI,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,iEAAiE,CAAC,CAAA,CAAC;AACpL,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,wCAAwC,IAAI,CAAC,aAAa,eAAe,IAAI,CAAC,IAAI,2DAA2D,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,wCAAwC,IAAI,CAAC,aAAa,eAAe,IAAI,CAAC,IAAI,mEAAmE,CAAC,CAAA,CAAC;AAC7lB,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wJAAwJ,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,yBAAyB,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,mCAAmC,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,mBAAmB,OAAO,QAAQ,CAAC,2BAA2B,EAAE,IAAI,EAAE,MAAM,CAAC,6DAA6D,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,kDAAkD,IAAI,CAAC,mBAAmB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,kDAAkD,IAAI,CAAC,kBAAkB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,YAAY,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,oBAAoB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wJAAwJ,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,yBAAyB,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,iEAAiE,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,oBAAoB,IAAI,CAAC,mBAAmB,mJAAmJ,IAAI,CAAC,mBAAmB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,0EAA0E,IAAI,CAAC,kBAAkB,KAAK,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,mCAAmC,CAAC,CAAA,CAAC;AAG72E,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 TimePicker from \"../../TimePicker.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div id=\"${ifDefined(this._id)}\" class=\"ui5-time-picker-root\"><${scopeTag(\"ui5-input\", tags, suffix)} id=\"${ifDefined(this._id)}-inner\" value=\"${ifDefined(this.value)}\" placeholder=\"${ifDefined(this._placeholder)}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this.readonly}\" value-state=\"${ifDefined(this.valueState)}\" ._inputAccInfo=\"${ifDefined(this.accInfo)}\" data-sap-focus-ref @click=\"${this._handleInputClick}\" @ui5-change=\"${ifDefined(this._handleInputChange)}\" @ui5-input=\"${ifDefined(this._handleInputLiveChange)}\" @focusin=\"${this._onfocusin}\" @input=\"${this._oninput}\" class=\"ui5-time-picker-input\" @keydown=\"${this._onkeydown}\">${ this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block2.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-input\", tags, suffix)}></div><${scopeTag(\"ui5-responsive-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @ui5-open=\"${ifDefined(this.onResponsivePopoverAfterOpen)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></${scopeTag(\"ui5-time-selection-clocks\", tags, suffix)}><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>${ this._isPhone ? block3.call(this, context, tags, suffix) : undefined } ` : html`<div id=\"${ifDefined(this._id)}\" class=\"ui5-time-picker-root\"><ui5-input id=\"${ifDefined(this._id)}-inner\" value=\"${ifDefined(this.value)}\" placeholder=\"${ifDefined(this._placeholder)}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this.readonly}\" value-state=\"${ifDefined(this.valueState)}\" ._inputAccInfo=\"${ifDefined(this.accInfo)}\" data-sap-focus-ref @click=\"${this._handleInputClick}\" @ui5-change=\"${ifDefined(this._handleInputChange)}\" @ui5-input=\"${ifDefined(this._handleInputLiveChange)}\" @focusin=\"${this._onfocusin}\" @input=\"${this._oninput}\" class=\"ui5-time-picker-input\" @keydown=\"${this._onkeydown}\">${ this.valueStateMessage.length ? block1.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block2.call(this, context, tags, suffix) : undefined }</ui5-input></div><ui5-responsive-popover id=\"${ifDefined(this._id)}-responsive-popover\" class=\"ui5-time-picker-popover\" placement=\"Bottom\" horizontal-align=\"Start\" .opener=${ifDefined(this)} ?open=\"${this.open}\" allow-target-overlap _hide-header hide-arrow @ui5-close=\"${ifDefined(this.onResponsivePopoverAfterClose)}\" @ui5-open=\"${ifDefined(this.onResponsivePopoverAfterOpen)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><ui5-time-selection-clocks id=\"${ifDefined(this._id)}-time-sel\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-picker=\"${this.submitPickers}\"></ui5-time-selection-clocks><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submit\" design=\"Emphasized\" @click=\"${this.submitPickers}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"close\" design=\"Transparent\" @click=\"${this._togglePicker}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${ this._isPhone ? block3.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\" slot=\"valueStateMessage\"></slot>`;}\nfunction block2 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} slot=\"icon\" name=\"${ifDefined(this.openIconName)}\" tabindex=\"-1\" show-tooltip @click=\"${this._togglePicker}\" ?pressed=\"${this.open}\" class=\"ui5-time-picker-input-icon-button inputIcon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon slot=\"icon\" name=\"${ifDefined(this.openIconName)}\" tabindex=\"-1\" show-tooltip @click=\"${this._togglePicker}\" ?pressed=\"${this.open}\" class=\"ui5-time-picker-input-icon-button inputIcon\"></ui5-icon>`;}\nfunction block3 (this: TimePicker, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)} id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></${scopeTag(\"ui5-time-selection-inputs\", tags, suffix)}></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover id=\"${ifDefined(this._id)}-popover\" class=\"ui5-time-picker-inputs-popover\" placement=\"Bottom\" horizontal-align=\"Start\" allow-target-overlap _hide-header hide-arrow @ui5-open=\"${ifDefined(this.onInputsPopoverAfterOpen)}\" @ui5-close=\"${ifDefined(this.onInputsPopoverAfterClose)}\" @wheel=\"${this._handleWheel}\" @keydown=\"${this._onkeydown}\"><div class=\"popover-content\"><ui5-time-selection-inputs id=\"${ifDefined(this._id)}-time-sel-inputs\" value=\"${ifDefined(this._timeSelectionValue)}\" format-pattern=\"${ifDefined(this._formatPattern)}\" @ui5-change=\"${ifDefined(this.onTimeSelectionChange)}\" @close-inputs=\"${this.submitInputsPopover}\"></ui5-time-selection-inputs></div><div slot=\"footer\" class=\"ui5-time-picker-footer\"><ui5-button id=\"submitInputs\" design=\"Emphasized\" @click=\"${this.submitInputsPopover}\">${ifDefined(this.submitButtonLabel)}</ui5-button><ui5-button id=\"closeInputs\" design=\"Transparent\" @click=\"${this.closeInputsPopover}\">${ifDefined(this.cancelButtonLabel)}</ui5-button></div></ui5-popover>`;}\n\n\nexport default block0;"]}
@@ -1,8 +1,8 @@
1
1
  /* eslint no-unused-vars: 0 */
2
2
  import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `<button type="button" class="ui5-button-root" ?disabled="${this.disabled}" data-sap-focus-ref aria-pressed="${ifDefined(this.pressed)}" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded="${ifDefined(this.accessibilityAttributes.expanded)}" aria-controls="${ifDefined(this.accessibilityAttributes.controls)}" aria-haspopup="${ifDefined(this._hasPopup)}" aria-label="${ifDefined(this.ariaLabelText)}" title="${ifDefined(this.buttonTitle)}" part="button" role="${ifDefined(this.effectiveAccRole)}">${this.icon ? block1.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${this.endIcon ? block2.call(this, context, tags, suffix) : undefined}${this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined}</button> `; }
3
+ function block0(context, tags, suffix) { return html `<button type="button" class="ui5-button-root" ?disabled="${this.disabled}" data-sap-focus-ref aria-pressed="${ifDefined(this.pressed)}" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded="${ifDefined(this.accessibilityAttributes.expanded)}" aria-controls="${ifDefined(this.accessibilityAttributes.controls)}" aria-haspopup="${ifDefined(this._hasPopup)}" aria-label="${ifDefined(this.ariaLabelText)}" aria-describedby="${ifDefined(this.ariaDescribedbyText)}" title="${ifDefined(this.buttonTitle)}" part="button" role="${ifDefined(this.effectiveAccRole)}">${this.icon ? block1.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${this.endIcon ? block2.call(this, context, tags, suffix) : undefined}${this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined}</button> `; }
4
4
  function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} class="ui5-button-icon" name="${ifDefined(this.icon)}" mode="${ifDefined(this.iconMode)}" part="icon" ?show-tooltip=${this.showIconTooltip}></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon class="ui5-button-icon" name="${ifDefined(this.icon)}" mode="${ifDefined(this.iconMode)}" part="icon" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`; }
5
5
  function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} class="ui5-button-end-icon" name="${ifDefined(this.endIcon)}" mode="${ifDefined(this.endIconMode)}" part="endIcon"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon class="ui5-button-end-icon" name="${ifDefined(this.endIcon)}" mode="${ifDefined(this.endIconMode)}" part="endIcon"></ui5-icon>`; }
6
- function block3(context, tags, suffix) { return html `<span class="ui5-hidden-text">${ifDefined(this.buttonTypeText)}</span>`; }
6
+ function block3(context, tags, suffix) { return html `<span id="ui5-button-hiddenText-type" aria-hidden="true" class="ui5-hidden-text">${ifDefined(this.buttonTypeText)}</span>`; }
7
7
  export default block0;
8
8
  //# sourceMappingURL=ToggleButtonTemplate.lit.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ToggleButtonTemplate.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 ToggleButton from \"../../ToggleButton.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<button type=\"button\" class=\"ui5-button-root\" ?disabled=\"${this.disabled}\" data-sap-focus-ref aria-pressed=\"${ifDefined(this.pressed)}\" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded=\"${ifDefined(this.accessibilityAttributes.expanded)}\" aria-controls=\"${ifDefined(this.accessibilityAttributes.controls)}\" aria-haspopup=\"${ifDefined(this._hasPopup)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" title=\"${ifDefined(this.buttonTitle)}\" part=\"button\" role=\"${ifDefined(this.effectiveAccRole)}\">${ this.icon ? block1.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-content\" class=\"ui5-button-text\"><bdi><slot></slot></bdi></span>${ this.endIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined }</button> `;}\nfunction block1 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`;}\nfunction block2 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></ui5-icon>`;}\nfunction block3 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-hidden-text\">${ifDefined(this.buttonTypeText)}</span>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"ToggleButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ToggleButtonTemplate.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 ToggleButton from \"../../ToggleButton.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<button type=\"button\" class=\"ui5-button-root\" ?disabled=\"${this.disabled}\" data-sap-focus-ref aria-pressed=\"${ifDefined(this.pressed)}\" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded=\"${ifDefined(this.accessibilityAttributes.expanded)}\" aria-controls=\"${ifDefined(this.accessibilityAttributes.controls)}\" aria-haspopup=\"${ifDefined(this._hasPopup)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" aria-describedby=\"${ifDefined(this.ariaDescribedbyText)}\" title=\"${ifDefined(this.buttonTitle)}\" part=\"button\" role=\"${ifDefined(this.effectiveAccRole)}\">${ this.icon ? block1.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-content\" class=\"ui5-button-text\"><bdi><slot></slot></bdi></span>${ this.endIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined }</button> `;}\nfunction block1 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`;}\nfunction block2 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></ui5-icon>`;}\nfunction block3 (this: ToggleButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"ui5-button-hiddenText-type\" aria-hidden=\"true\" class=\"ui5-hidden-text\">${ifDefined(this.buttonTypeText)}</span>`;}\n\n\nexport default block0;"]}
@@ -1,8 +1,8 @@
1
1
  /* eslint no-unused-vars: 0 */
2
2
  import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `<button type="button" class="ui5-button-root" ?disabled="${this.disabled}" data-sap-focus-ref aria-pressed="${ifDefined(this.pressed)}" aria-valuemin="${ifDefined(this.valueMin)}" aria-valuemax="${ifDefined(this.valueMax)}" aria-valuenow="${ifDefined(this.valueNow)}" aria-valuetext="${ifDefined(this.valueText)}" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded="${ifDefined(this.accessibilityAttributes.expanded)}" aria-controls="${ifDefined(this.accessibilityAttributes.controls)}" aria-haspopup="${ifDefined(this._hasPopup)}" aria-label="${ifDefined(this.ariaLabelText)}" title="${ifDefined(this.buttonTitle)}" part="button" role="${ifDefined(this.effectiveAccRole)}">${this.icon ? block1.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${this.endIcon ? block2.call(this, context, tags, suffix) : undefined}${this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined}</button> `; }
3
+ function block0(context, tags, suffix) { return html `<button type="button" class="ui5-button-root" ?disabled="${this.disabled}" data-sap-focus-ref aria-pressed="${ifDefined(this.pressed)}" aria-valuemin="${ifDefined(this.valueMin)}" aria-valuemax="${ifDefined(this.valueMax)}" aria-valuenow="${ifDefined(this.valueNow)}" aria-valuetext="${ifDefined(this.valueText)}" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded="${ifDefined(this.accessibilityAttributes.expanded)}" aria-controls="${ifDefined(this.accessibilityAttributes.controls)}" aria-haspopup="${ifDefined(this._hasPopup)}" aria-label="${ifDefined(this.ariaLabelText)}" aria-describedby="${ifDefined(this.ariaDescribedbyText)}" title="${ifDefined(this.buttonTitle)}" part="button" role="${ifDefined(this.effectiveAccRole)}">${this.icon ? block1.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${this.endIcon ? block2.call(this, context, tags, suffix) : undefined}${this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined}</button> `; }
4
4
  function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} class="ui5-button-icon" name="${ifDefined(this.icon)}" mode="${ifDefined(this.iconMode)}" part="icon" ?show-tooltip=${this.showIconTooltip}></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon class="ui5-button-icon" name="${ifDefined(this.icon)}" mode="${ifDefined(this.iconMode)}" part="icon" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`; }
5
5
  function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} class="ui5-button-end-icon" name="${ifDefined(this.endIcon)}" mode="${ifDefined(this.endIconMode)}" part="endIcon"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon class="ui5-button-end-icon" name="${ifDefined(this.endIcon)}" mode="${ifDefined(this.endIconMode)}" part="endIcon"></ui5-icon>`; }
6
- function block3(context, tags, suffix) { return html `<span class="ui5-hidden-text">${ifDefined(this.buttonTypeText)}</span>`; }
6
+ function block3(context, tags, suffix) { return html `<span id="ui5-button-hiddenText-type" aria-hidden="true" class="ui5-hidden-text">${ifDefined(this.buttonTypeText)}</span>`; }
7
7
  export default block0;
8
8
  //# sourceMappingURL=ToggleSpinButtonTemplate.lit.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleSpinButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ToggleSpinButtonTemplate.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 ToggleSpinButton from \"../../ToggleSpinButton.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<button type=\"button\" class=\"ui5-button-root\" ?disabled=\"${this.disabled}\" data-sap-focus-ref aria-pressed=\"${ifDefined(this.pressed)}\" aria-valuemin=\"${ifDefined(this.valueMin)}\" aria-valuemax=\"${ifDefined(this.valueMax)}\" aria-valuenow=\"${ifDefined(this.valueNow)}\" aria-valuetext=\"${ifDefined(this.valueText)}\" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded=\"${ifDefined(this.accessibilityAttributes.expanded)}\" aria-controls=\"${ifDefined(this.accessibilityAttributes.controls)}\" aria-haspopup=\"${ifDefined(this._hasPopup)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" title=\"${ifDefined(this.buttonTitle)}\" part=\"button\" role=\"${ifDefined(this.effectiveAccRole)}\">${ this.icon ? block1.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-content\" class=\"ui5-button-text\"><bdi><slot></slot></bdi></span>${ this.endIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined }</button> `;}\nfunction block1 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`;}\nfunction block2 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></ui5-icon>`;}\nfunction block3 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-hidden-text\">${ifDefined(this.buttonTypeText)}</span>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"ToggleSpinButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ToggleSpinButtonTemplate.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 ToggleSpinButton from \"../../ToggleSpinButton.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<button type=\"button\" class=\"ui5-button-root\" ?disabled=\"${this.disabled}\" data-sap-focus-ref aria-pressed=\"${ifDefined(this.pressed)}\" aria-valuemin=\"${ifDefined(this.valueMin)}\" aria-valuemax=\"${ifDefined(this.valueMax)}\" aria-valuenow=\"${ifDefined(this.valueNow)}\" aria-valuetext=\"${ifDefined(this.valueText)}\" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" tabindex=${ifDefined(this.tabIndexValue)} aria-expanded=\"${ifDefined(this.accessibilityAttributes.expanded)}\" aria-controls=\"${ifDefined(this.accessibilityAttributes.controls)}\" aria-haspopup=\"${ifDefined(this._hasPopup)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" aria-describedby=\"${ifDefined(this.ariaDescribedbyText)}\" title=\"${ifDefined(this.buttonTitle)}\" part=\"button\" role=\"${ifDefined(this.effectiveAccRole)}\">${ this.icon ? block1.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-content\" class=\"ui5-button-text\"><bdi><slot></slot></bdi></span>${ this.endIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.hasButtonType ? block3.call(this, context, tags, suffix) : undefined }</button> `;}\nfunction block1 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-icon\" name=\"${ifDefined(this.icon)}\" mode=\"${ifDefined(this.iconMode)}\" part=\"icon\" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`;}\nfunction block2 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-button-end-icon\" name=\"${ifDefined(this.endIcon)}\" mode=\"${ifDefined(this.endIconMode)}\" part=\"endIcon\"></ui5-icon>`;}\nfunction block3 (this: ToggleSpinButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"ui5-button-hiddenText-type\" aria-hidden=\"true\" class=\"ui5-hidden-text\">${ifDefined(this.buttonTypeText)}</span>`;}\n\n\nexport default block0;"]}
@@ -1,7 +1,7 @@
1
1
  /* eslint no-unused-vars: 0 */
2
2
  import { html, repeat, ifDefined } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return html `<div class="ui5-yp-root" role="grid" aria-roledescription="${ifDefined(this.roleDescription)}" aria-readonly="false" aria-multiselectable="false" @keydown=${this._onkeydown} @keyup=${this._onkeyup} @click=${this._selectYear}>${repeat(this._years, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</div>`; }
4
- function block1(context, tags, suffix, item, index) { return html `<div class="ui5-yp-interval-container">${repeat(item, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</div>`; }
4
+ function block1(context, tags, suffix, item, index) { return html `<div role="row" class="ui5-yp-interval-container">${repeat(item, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</div>`; }
5
5
  function block2(context, tags, suffix, item, index) { return html `<div data-sap-timestamp="${ifDefined(item.timestamp)}" tabindex="${ifDefined(item._tabIndex)}" ?data-sap-focus-ref="${item.focusRef}" class="${ifDefined(item.classes)}" role="gridcell" aria-selected="${ifDefined(item.ariaSelected)}"><span>${ifDefined(item.year)}</span>${item.yearInSecType ? block3.call(this, context, tags, suffix, item, index) : undefined}</div>`; }
6
6
  function block3(context, tags, suffix, item, index) { return html `<span class="ui5-yp-item-sec-type">${ifDefined(item.yearInSecType)}</span>`; }
7
7
  export default block0;
@@ -1 +1 @@
1
- {"version":3,"file":"YearPickerTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/YearPickerTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAO,MAAM,EAAsB,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,8DAA8D,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,iEAAiE,IAAI,CAAC,UAAU,WAAW,IAAI,CAAC,QAAQ,WAAW,IAAI,CAAC,WAAW,IAAK,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,QAAQ,CAAC,CAAA,CAAC;AACvgB,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,0CAA2C,MAAM,CAAC,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,QAAQ,CAAC,CAAA,CAAC;AAChW,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,4BAA4B,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,0BAA0B,IAAI,CAAC,QAAQ,YAAY,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,oCAAoC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,UAAW,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC7f,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,sCAAsC,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAA,CAAC;AAGzN,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 YearPicker from \"../../YearPicker.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-yp-root\" role=\"grid\" aria-roledescription=\"${ifDefined(this.roleDescription)}\" aria-readonly=\"false\" aria-multiselectable=\"false\" @keydown=${this._onkeydown} @keyup=${this._onkeyup} @click=${this._selectYear}>${ repeat(this._years, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</div>`;}\nfunction block1 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div class=\"ui5-yp-interval-container\">${ repeat(item, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</div>`;}\nfunction block2 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div data-sap-timestamp=\"${ifDefined(item.timestamp)}\" tabindex=\"${ifDefined(item._tabIndex)}\" ?data-sap-focus-ref=\"${item.focusRef}\" class=\"${ifDefined(item.classes)}\" role=\"gridcell\" aria-selected=\"${ifDefined(item.ariaSelected)}\"><span>${ifDefined(item.year)}</span>${ item.yearInSecType ? block3.call(this, context, tags, suffix, item, index) : undefined }</div>`;}\nfunction block3 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span class=\"ui5-yp-item-sec-type\">${ifDefined(item.yearInSecType)}</span>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"YearPickerTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/YearPickerTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAO,MAAM,EAAsB,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,8DAA8D,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,iEAAiE,IAAI,CAAC,UAAU,WAAW,IAAI,CAAC,QAAQ,WAAW,IAAI,CAAC,WAAW,IAAK,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,QAAQ,CAAC,CAAA,CAAC;AACvgB,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,qDAAsD,MAAM,CAAC,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,QAAQ,CAAC,CAAA,CAAC;AAC3W,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,4BAA4B,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,eAAe,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,0BAA0B,IAAI,CAAC,QAAQ,YAAY,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,oCAAoC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,UAAW,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC7f,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,sCAAsC,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAA,CAAC;AAGzN,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 YearPicker from \"../../YearPicker.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-yp-root\" role=\"grid\" aria-roledescription=\"${ifDefined(this.roleDescription)}\" aria-readonly=\"false\" aria-multiselectable=\"false\" @keydown=${this._onkeydown} @keyup=${this._onkeyup} @click=${this._selectYear}>${ repeat(this._years, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</div>`;}\nfunction block1 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div role=\"row\" class=\"ui5-yp-interval-container\">${ repeat(item, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</div>`;}\nfunction block2 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div data-sap-timestamp=\"${ifDefined(item.timestamp)}\" tabindex=\"${ifDefined(item._tabIndex)}\" ?data-sap-focus-ref=\"${item.focusRef}\" class=\"${ifDefined(item.classes)}\" role=\"gridcell\" aria-selected=\"${ifDefined(item.ariaSelected)}\"><span>${ifDefined(item.year)}</span>${ item.yearInSecType ? block3.call(this, context, tags, suffix, item, index) : undefined }</div>`;}\nfunction block3 (this: YearPicker, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span class=\"ui5-yp-item-sec-type\">${ifDefined(item.yearInSecType)}</span>`;}\n\n\nexport default block0;"]}
@@ -3,7 +3,7 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Avatar.css.ts", content: `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:"72override",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v2-0-0-rc-4-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus-within,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-0-0-rc-4-avatar-initials-border);outline:none;color:var(--ui5-v2-0-0-rc-4-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size="XS"]),:host([size="XS"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_S);width:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_XS);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_S);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_M);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_L);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_XL);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v2-0-0-rc-4-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-0-0-rc-4-avatar-border-radius) - var(--ui5-v2-0-0-rc-4-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([_color-scheme="Accent6"]),:host([ui5-avatar][color-scheme="Accent6"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent6);color:var(--ui5-v2-0-0-rc-4-avatar-accent6-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent6-border-color)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent1);color:var(--ui5-v2-0-0-rc-4-avatar-accent1-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent1-border-color)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent2);color:var(--ui5-v2-0-0-rc-4-avatar-accent2-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent2-border-color)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent3);color:var(--ui5-v2-0-0-rc-4-avatar-accent3-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent3-border-color)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent4);color:var(--ui5-v2-0-0-rc-4-avatar-accent4-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent4-border-color)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent5);color:var(--ui5-v2-0-0-rc-4-avatar-accent5-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent5-border-color)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent7);color:var(--ui5-v2-0-0-rc-4-avatar-accent7-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent7-border-color)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent8);color:var(--ui5-v2-0-0-rc-4-avatar-accent8-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent8-border-color)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent9);color:var(--ui5-v2-0-0-rc-4-avatar-accent9-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent9-border-color)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent10);color:var(--ui5-v2-0-0-rc-4-avatar-accent10-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent10-border-color)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-placeholder);color:var(--ui5-v2-0-0-rc-4-avatar-placeholder-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v2-0-0-rc-4-avatar-accent10-color);background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot="badge"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-0-0-rc-4-tag-height: 1.125rem;--_ui5-v2-0-0-rc-4-tag-border-radius: 50%;--ui5-v2-0-0-rc-4-tag-color-scheme-1-background: var(--sapButton_Emphasized_Background);--ui5-v2-0-0-rc-4-tag-color-scheme-1-color: var(--sapButton_Emphasized_TextColor);--ui5-v2-0-0-rc-4-tag-color-scheme-1-border: var(--sapButton_Emphasized_BorderColor)}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v2-0-0-rc-4-tag-height: 1.25rem;--_ui5-v2-0-0-rc-4-tag-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v2-0-0-rc-4-tag-height: 1.75rem;--_ui5-v2-0-0-rc-4-tag-icon-width: 1rem}:host([shape="Square"]) ::slotted([slot="badge"]){bottom:-.125rem;right:-.125rem}:host([_size="L"][shape="Square"]) ::slotted([slot="badge"]),:host([size="L"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.1875rem;right:-.1875rem}:host([_size="XL"][shape="Square"]) ::slotted([slot="badge"]),:host([size="XL"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.25rem;right:-.25rem}
6
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Avatar.css.ts", content: `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:"72override",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v2-0-0-rc-5-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus-within,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-0-0-rc-5-avatar-initials-border);outline:none;color:var(--ui5-v2-0-0-rc-5-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size="XS"]),:host([size="XS"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_S);width:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_XS);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_S);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_M);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_L);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_XL);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v2-0-0-rc-5-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-0-0-rc-5-avatar-border-radius) - var(--ui5-v2-0-0-rc-5-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([_color-scheme="Accent6"]),:host([ui5-avatar][color-scheme="Accent6"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent6);color:var(--ui5-v2-0-0-rc-5-avatar-accent6-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent6-border-color)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent1);color:var(--ui5-v2-0-0-rc-5-avatar-accent1-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent1-border-color)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent2);color:var(--ui5-v2-0-0-rc-5-avatar-accent2-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent2-border-color)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent3);color:var(--ui5-v2-0-0-rc-5-avatar-accent3-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent3-border-color)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent4);color:var(--ui5-v2-0-0-rc-5-avatar-accent4-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent4-border-color)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent5);color:var(--ui5-v2-0-0-rc-5-avatar-accent5-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent5-border-color)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent7);color:var(--ui5-v2-0-0-rc-5-avatar-accent7-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent7-border-color)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent8);color:var(--ui5-v2-0-0-rc-5-avatar-accent8-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent8-border-color)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent9);color:var(--ui5-v2-0-0-rc-5-avatar-accent9-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent9-border-color)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent10);color:var(--ui5-v2-0-0-rc-5-avatar-accent10-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent10-border-color)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-placeholder);color:var(--ui5-v2-0-0-rc-5-avatar-placeholder-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v2-0-0-rc-5-avatar-accent10-color);background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot="badge"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-0-0-rc-5-tag-height: 1.125rem;--_ui5-v2-0-0-rc-5-tag-border-radius: 50%;--ui5-v2-0-0-rc-5-tag-color-scheme-1-background: var(--sapButton_Emphasized_Background);--ui5-v2-0-0-rc-5-tag-color-scheme-1-color: var(--sapButton_Emphasized_TextColor);--ui5-v2-0-0-rc-5-tag-color-scheme-1-border: var(--sapButton_Emphasized_BorderColor)}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v2-0-0-rc-5-tag-height: 1.25rem;--_ui5-v2-0-0-rc-5-tag-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v2-0-0-rc-5-tag-height: 1.75rem;--_ui5-v2-0-0-rc-5-tag-icon-width: 1rem}:host([shape="Square"]) ::slotted([slot="badge"]){bottom:-.125rem;right:-.125rem}:host([_size="L"][shape="Square"]) ::slotted([slot="badge"]),:host([size="L"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.1875rem;right:-.1875rem}:host([_size="XL"][shape="Square"]) ::slotted([slot="badge"]),:host([size="XL"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.25rem;right:-.25rem}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=Avatar.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Avatar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,sBAAsB,EAAC,OAAO,EAAC;CACtG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@ui5/webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Avatar.css.ts\",content:`:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:\"72override\",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v2-0-0-rc-4-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus-within,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-0-0-rc-4-avatar-initials-border);outline:none;color:var(--ui5-v2-0-0-rc-4-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size=\"XS\"]),:host([size=\"XS\"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_XS)}:host(:not([size])),:host([_size=\"S\"]),:host([size=\"S\"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_S)}:host([_size=\"M\"]),:host([size=\"M\"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_M)}:host([_size=\"L\"]),:host([size=\"L\"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_L)}:host([_size=\"XL\"]),:host([size=\"XL\"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_S);width:var(--_ui5-v2-0-0-rc-4_avatar_fontsize_S);color:inherit}:host([_size=\"XS\"]) .ui5-avatar-icon,:host([size=\"XS\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_XS);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_XS)}:host([_size=\"S\"]) .ui5-avatar-icon,:host([size=\"S\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_S);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_S)}:host([_size=\"M\"]) .ui5-avatar-icon,:host([size=\"M\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_M);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_M)}:host([_size=\"L\"]) .ui5-avatar-icon,:host([size=\"L\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_L);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_L)}:host([_size=\"XL\"]) .ui5-avatar-icon,:host([size=\"XL\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-4_avatar_icon_XL);width:var(--_ui5-v2-0-0-rc-4_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape=\"Square\"]){border-radius:var(--ui5-v2-0-0-rc-4-avatar-border-radius)}:host([shape=\"Square\"]) ::slotted(*){border-radius:calc(var(--ui5-v2-0-0-rc-4-avatar-border-radius) - var(--ui5-v2-0-0-rc-4-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([_color-scheme=\"Accent6\"]),:host([ui5-avatar][color-scheme=\"Accent6\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent6);color:var(--ui5-v2-0-0-rc-4-avatar-accent6-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent6-border-color)}:host([_color-scheme=\"Accent1\"]),:host([ui5-avatar][color-scheme=\"Accent1\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent1);color:var(--ui5-v2-0-0-rc-4-avatar-accent1-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent1-border-color)}:host([_color-scheme=\"Accent2\"]),:host([ui5-avatar][color-scheme=\"Accent2\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent2);color:var(--ui5-v2-0-0-rc-4-avatar-accent2-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent2-border-color)}:host([_color-scheme=\"Accent3\"]),:host([ui5-avatar][color-scheme=\"Accent3\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent3);color:var(--ui5-v2-0-0-rc-4-avatar-accent3-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent3-border-color)}:host([_color-scheme=\"Accent4\"]),:host([ui5-avatar][color-scheme=\"Accent4\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent4);color:var(--ui5-v2-0-0-rc-4-avatar-accent4-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent4-border-color)}:host([_color-scheme=\"Accent5\"]),:host([ui5-avatar][color-scheme=\"Accent5\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent5);color:var(--ui5-v2-0-0-rc-4-avatar-accent5-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent5-border-color)}:host([_color-scheme=\"Accent7\"]),:host([ui5-avatar][color-scheme=\"Accent7\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent7);color:var(--ui5-v2-0-0-rc-4-avatar-accent7-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent7-border-color)}:host([_color-scheme=\"Accent8\"]),:host([ui5-avatar][color-scheme=\"Accent8\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent8);color:var(--ui5-v2-0-0-rc-4-avatar-accent8-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent8-border-color)}:host([_color-scheme=\"Accent9\"]),:host([ui5-avatar][color-scheme=\"Accent9\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent9);color:var(--ui5-v2-0-0-rc-4-avatar-accent9-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent9-border-color)}:host([_color-scheme=\"Accent10\"]),:host([ui5-avatar][color-scheme=\"Accent10\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-accent10);color:var(--ui5-v2-0-0-rc-4-avatar-accent10-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-accent10-border-color)}:host([_color-scheme=\"Placeholder\"]),:host([ui5-avatar][color-scheme=\"Placeholder\"]){background-color:var(--ui5-v2-0-0-rc-4-avatar-placeholder);color:var(--ui5-v2-0-0-rc-4-avatar-placeholder-color);border-color:var(--ui5-v2-0-0-rc-4-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v2-0-0-rc-4-avatar-accent10-color);background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot=\"badge\"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:\"72override\",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-0-0-rc-4-tag-height: 1.125rem;--_ui5-v2-0-0-rc-4-tag-border-radius: 50%;--ui5-v2-0-0-rc-4-tag-color-scheme-1-background: var(--sapButton_Emphasized_Background);--ui5-v2-0-0-rc-4-tag-color-scheme-1-color: var(--sapButton_Emphasized_TextColor);--ui5-v2-0-0-rc-4-tag-color-scheme-1-border: var(--sapButton_Emphasized_BorderColor)}:host([_size=\"L\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"]) ::slotted([slot=\"badge\"]){width:1.25rem;height:1.25rem;--_ui5-v2-0-0-rc-4-tag-height: 1.25rem;--_ui5-v2-0-0-rc-4-tag-icon-width: .875rem}:host([_size=\"XL\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"]) ::slotted([slot=\"badge\"]){width:1.75rem;height:1.75rem;--_ui5-v2-0-0-rc-4-tag-height: 1.75rem;--_ui5-v2-0-0-rc-4-tag-icon-width: 1rem}:host([shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.125rem;right:-.125rem}:host([_size=\"L\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.1875rem;right:-.1875rem}:host([_size=\"XL\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.25rem;right:-.25rem}\n`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"Avatar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Avatar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,sBAAsB,EAAC,OAAO,EAAC;CACtG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@ui5/webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Avatar.css.ts\",content:`:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:\"72override\",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v2-0-0-rc-5-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus-within,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-0-0-rc-5-avatar-initials-border);outline:none;color:var(--ui5-v2-0-0-rc-5-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size=\"XS\"]),:host([size=\"XS\"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_XS)}:host(:not([size])),:host([_size=\"S\"]),:host([size=\"S\"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_S)}:host([_size=\"M\"]),:host([size=\"M\"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_M)}:host([_size=\"L\"]),:host([size=\"L\"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_L)}:host([_size=\"XL\"]),:host([size=\"XL\"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_S);width:var(--_ui5-v2-0-0-rc-5_avatar_fontsize_S);color:inherit}:host([_size=\"XS\"]) .ui5-avatar-icon,:host([size=\"XS\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_XS);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_XS)}:host([_size=\"S\"]) .ui5-avatar-icon,:host([size=\"S\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_S);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_S)}:host([_size=\"M\"]) .ui5-avatar-icon,:host([size=\"M\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_M);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_M)}:host([_size=\"L\"]) .ui5-avatar-icon,:host([size=\"L\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_L);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_L)}:host([_size=\"XL\"]) .ui5-avatar-icon,:host([size=\"XL\"]) .ui5-avatar-icon{height:var(--_ui5-v2-0-0-rc-5_avatar_icon_XL);width:var(--_ui5-v2-0-0-rc-5_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape=\"Square\"]){border-radius:var(--ui5-v2-0-0-rc-5-avatar-border-radius)}:host([shape=\"Square\"]) ::slotted(*){border-radius:calc(var(--ui5-v2-0-0-rc-5-avatar-border-radius) - var(--ui5-v2-0-0-rc-5-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([_color-scheme=\"Accent6\"]),:host([ui5-avatar][color-scheme=\"Accent6\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent6);color:var(--ui5-v2-0-0-rc-5-avatar-accent6-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent6-border-color)}:host([_color-scheme=\"Accent1\"]),:host([ui5-avatar][color-scheme=\"Accent1\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent1);color:var(--ui5-v2-0-0-rc-5-avatar-accent1-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent1-border-color)}:host([_color-scheme=\"Accent2\"]),:host([ui5-avatar][color-scheme=\"Accent2\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent2);color:var(--ui5-v2-0-0-rc-5-avatar-accent2-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent2-border-color)}:host([_color-scheme=\"Accent3\"]),:host([ui5-avatar][color-scheme=\"Accent3\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent3);color:var(--ui5-v2-0-0-rc-5-avatar-accent3-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent3-border-color)}:host([_color-scheme=\"Accent4\"]),:host([ui5-avatar][color-scheme=\"Accent4\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent4);color:var(--ui5-v2-0-0-rc-5-avatar-accent4-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent4-border-color)}:host([_color-scheme=\"Accent5\"]),:host([ui5-avatar][color-scheme=\"Accent5\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent5);color:var(--ui5-v2-0-0-rc-5-avatar-accent5-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent5-border-color)}:host([_color-scheme=\"Accent7\"]),:host([ui5-avatar][color-scheme=\"Accent7\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent7);color:var(--ui5-v2-0-0-rc-5-avatar-accent7-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent7-border-color)}:host([_color-scheme=\"Accent8\"]),:host([ui5-avatar][color-scheme=\"Accent8\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent8);color:var(--ui5-v2-0-0-rc-5-avatar-accent8-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent8-border-color)}:host([_color-scheme=\"Accent9\"]),:host([ui5-avatar][color-scheme=\"Accent9\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent9);color:var(--ui5-v2-0-0-rc-5-avatar-accent9-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent9-border-color)}:host([_color-scheme=\"Accent10\"]),:host([ui5-avatar][color-scheme=\"Accent10\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-accent10);color:var(--ui5-v2-0-0-rc-5-avatar-accent10-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-accent10-border-color)}:host([_color-scheme=\"Placeholder\"]),:host([ui5-avatar][color-scheme=\"Placeholder\"]){background-color:var(--ui5-v2-0-0-rc-5-avatar-placeholder);color:var(--ui5-v2-0-0-rc-5-avatar-placeholder-color);border-color:var(--ui5-v2-0-0-rc-5-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v2-0-0-rc-5-avatar-accent10-color);background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot=\"badge\"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:\"72override\",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-0-0-rc-5-tag-height: 1.125rem;--_ui5-v2-0-0-rc-5-tag-border-radius: 50%;--ui5-v2-0-0-rc-5-tag-color-scheme-1-background: var(--sapButton_Emphasized_Background);--ui5-v2-0-0-rc-5-tag-color-scheme-1-color: var(--sapButton_Emphasized_TextColor);--ui5-v2-0-0-rc-5-tag-color-scheme-1-border: var(--sapButton_Emphasized_BorderColor)}:host([_size=\"L\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"]) ::slotted([slot=\"badge\"]){width:1.25rem;height:1.25rem;--_ui5-v2-0-0-rc-5-tag-height: 1.25rem;--_ui5-v2-0-0-rc-5-tag-icon-width: .875rem}:host([_size=\"XL\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"]) ::slotted([slot=\"badge\"]){width:1.75rem;height:1.75rem;--_ui5-v2-0-0-rc-5-tag-height: 1.75rem;--_ui5-v2-0-0-rc-5-tag-icon-width: 1rem}:host([shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.125rem;right:-.125rem}:host([_size=\"L\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.1875rem;right:-.1875rem}:host([_size=\"XL\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.25rem;right:-.25rem}\n`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/AvatarGroup.css.ts", content: `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-0-0-rc-4_button_focused_border: var(--_ui5-v2-0-0-rc-4_avatar_group_button_focus_border)}.ui5-avatar-group-items:focus{outline:none}:host([type="Group"][desktop]) .ui5-avatar-group-items:focus-within,:host([type="Group"]) .ui5-avatar-group-items:focus-visible{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_focus_offset);border-radius:var(--_ui5-v2-0-0-rc-4_avatar_group_focus_border_radius)}.ui5-avatar-group-root{display:flex}.ui5-avatar-group-items{white-space:nowrap;position:relative;display:inline-flex}:host([type="Group"]) .ui5-avatar-group-items{cursor:pointer}:host([type="Group"]) ::slotted([ui5-button]),:host([type="Group"]) ::slotted([ui5-avatar]){pointer-events:none}.ui5-avatar-group-overflow-btn{overflow:visible}.ui5-avatar-group-overflow-btn::part(button){min-width:auto}::slotted([ui5-button]:not([hidden])),.ui5-avatar-group-overflow-btn:not([hidden]){--_ui5-v2-0-0-rc-4_button_base_padding: 0;border-radius:50%;display:inline-flex;text-overflow:initial;z-index:0}::slotted([ui5-button][desktop]:focus-within),.ui5-avatar-group-overflow-btn[desktop]:focus-within{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_overflow_button_focus_offset)}.ui5-avatar-group-overflow-btn::part(button):focus-visible:after{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_focus_offset);border-radius:50%}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xs{height:2rem;width:2rem;min-width:2rem;font-size:.75rem}::slotted([ui5-button]),.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-s{height:3rem;width:3rem;min-width:3rem;font-size:1.125rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-m{height:4rem;width:4rem;min-width:4rem;font-size:1.625rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-l{height:5rem;width:5rem;min-width:5rem;font-size:2rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xl{height:7rem;width:7rem;min-width:7rem;font-size:2.75rem}
6
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/AvatarGroup.css.ts", content: `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-0-0-rc-5_button_focused_border: var(--_ui5-v2-0-0-rc-5_avatar_group_button_focus_border)}.ui5-avatar-group-items:focus{outline:none}:host([type="Group"][desktop]) .ui5-avatar-group-items:focus-within,:host([type="Group"]) .ui5-avatar-group-items:focus-visible{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_focus_offset);border-radius:var(--_ui5-v2-0-0-rc-5_avatar_group_focus_border_radius)}.ui5-avatar-group-root{display:flex}.ui5-avatar-group-items{white-space:nowrap;position:relative;display:inline-flex}:host([type="Group"]) .ui5-avatar-group-items{cursor:pointer}:host([type="Group"]) ::slotted([ui5-button]),:host([type="Group"]) ::slotted([ui5-avatar]){pointer-events:none}.ui5-avatar-group-overflow-btn{overflow:visible}.ui5-avatar-group-overflow-btn::part(button){min-width:auto}::slotted([ui5-button]:not([hidden])),.ui5-avatar-group-overflow-btn:not([hidden]){--_ui5-v2-0-0-rc-5_button_base_padding: 0;border-radius:50%;display:inline-flex;text-overflow:initial;z-index:0}::slotted([ui5-button][desktop]:focus-within),.ui5-avatar-group-overflow-btn[desktop]:focus-within{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_overflow_button_focus_offset)}.ui5-avatar-group-overflow-btn::part(button):focus-visible:after{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_focus_offset);border-radius:50%}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xs{height:2rem;width:2rem;min-width:2rem;font-size:.75rem}::slotted([ui5-button]),.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-s{height:3rem;width:3rem;min-width:3rem;font-size:1.125rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-m{height:4rem;width:4rem;min-width:4rem;font-size:1.625rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-l{height:5rem;width:5rem;min-width:5rem;font-size:2rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xl{height:7rem;width:7rem;min-width:7rem;font-size:2.75rem}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=AvatarGroup.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarGroup.css.js","sourceRoot":"","sources":["../../../src/generated/themes/AvatarGroup.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,2BAA2B,EAAC,OAAO,EAAC;CAC3G,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@ui5/webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/AvatarGroup.css.ts\",content:`:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-0-0-rc-4_button_focused_border: var(--_ui5-v2-0-0-rc-4_avatar_group_button_focus_border)}.ui5-avatar-group-items:focus{outline:none}:host([type=\"Group\"][desktop]) .ui5-avatar-group-items:focus-within,:host([type=\"Group\"]) .ui5-avatar-group-items:focus-visible{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_focus_offset);border-radius:var(--_ui5-v2-0-0-rc-4_avatar_group_focus_border_radius)}.ui5-avatar-group-root{display:flex}.ui5-avatar-group-items{white-space:nowrap;position:relative;display:inline-flex}:host([type=\"Group\"]) .ui5-avatar-group-items{cursor:pointer}:host([type=\"Group\"]) ::slotted([ui5-button]),:host([type=\"Group\"]) ::slotted([ui5-avatar]){pointer-events:none}.ui5-avatar-group-overflow-btn{overflow:visible}.ui5-avatar-group-overflow-btn::part(button){min-width:auto}::slotted([ui5-button]:not([hidden])),.ui5-avatar-group-overflow-btn:not([hidden]){--_ui5-v2-0-0-rc-4_button_base_padding: 0;border-radius:50%;display:inline-flex;text-overflow:initial;z-index:0}::slotted([ui5-button][desktop]:focus-within),.ui5-avatar-group-overflow-btn[desktop]:focus-within{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_overflow_button_focus_offset)}.ui5-avatar-group-overflow-btn::part(button):focus-visible:after{outline:var(--_ui5-v2-0-0-rc-4_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-4_avatar_focus_offset);border-radius:50%}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xs{height:2rem;width:2rem;min-width:2rem;font-size:.75rem}::slotted([ui5-button]),.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-s{height:3rem;width:3rem;min-width:3rem;font-size:1.125rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-m{height:4rem;width:4rem;min-width:4rem;font-size:1.625rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-l{height:5rem;width:5rem;min-width:5rem;font-size:2rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xl{height:7rem;width:7rem;min-width:7rem;font-size:2.75rem}\n`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"AvatarGroup.css.js","sourceRoot":"","sources":["../../../src/generated/themes/AvatarGroup.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,2BAA2B,EAAC,OAAO,EAAC;CAC3G,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@ui5/webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/AvatarGroup.css.ts\",content:`:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-0-0-rc-5_button_focused_border: var(--_ui5-v2-0-0-rc-5_avatar_group_button_focus_border)}.ui5-avatar-group-items:focus{outline:none}:host([type=\"Group\"][desktop]) .ui5-avatar-group-items:focus-within,:host([type=\"Group\"]) .ui5-avatar-group-items:focus-visible{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_focus_offset);border-radius:var(--_ui5-v2-0-0-rc-5_avatar_group_focus_border_radius)}.ui5-avatar-group-root{display:flex}.ui5-avatar-group-items{white-space:nowrap;position:relative;display:inline-flex}:host([type=\"Group\"]) .ui5-avatar-group-items{cursor:pointer}:host([type=\"Group\"]) ::slotted([ui5-button]),:host([type=\"Group\"]) ::slotted([ui5-avatar]){pointer-events:none}.ui5-avatar-group-overflow-btn{overflow:visible}.ui5-avatar-group-overflow-btn::part(button){min-width:auto}::slotted([ui5-button]:not([hidden])),.ui5-avatar-group-overflow-btn:not([hidden]){--_ui5-v2-0-0-rc-5_button_base_padding: 0;border-radius:50%;display:inline-flex;text-overflow:initial;z-index:0}::slotted([ui5-button][desktop]:focus-within),.ui5-avatar-group-overflow-btn[desktop]:focus-within{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_overflow_button_focus_offset)}.ui5-avatar-group-overflow-btn::part(button):focus-visible:after{outline:var(--_ui5-v2-0-0-rc-5_avatar_outline);outline-offset:var(--_ui5-v2-0-0-rc-5_avatar_focus_offset);border-radius:50%}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xs{height:2rem;width:2rem;min-width:2rem;font-size:.75rem}::slotted([ui5-button]),.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-s{height:3rem;width:3rem;min-width:3rem;font-size:1.125rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-m{height:4rem;width:4rem;min-width:4rem;font-size:1.625rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-l{height:5rem;width:5rem;min-width:5rem;font-size:2rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xl{height:7rem;width:7rem;min-width:7rem;font-size:2.75rem}\n`};\nexport default styleData;\n\t"]}