@openui5/sap.ui.webc.main 1.101.0 → 1.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (471) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +3 -3
  3. package/src/sap/ui/webc/main/.library +1 -1
  4. package/src/sap/ui/webc/main/Avatar.js +3 -2
  5. package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
  6. package/src/sap/ui/webc/main/Badge.js +3 -2
  7. package/src/sap/ui/webc/main/Breadcrumbs.js +1 -1
  8. package/src/sap/ui/webc/main/BreadcrumbsItem.js +3 -2
  9. package/src/sap/ui/webc/main/BusyIndicator.js +3 -2
  10. package/src/sap/ui/webc/main/Button.js +1 -1
  11. package/src/sap/ui/webc/main/Calendar.js +1 -1
  12. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  13. package/src/sap/ui/webc/main/Card.js +3 -2
  14. package/src/sap/ui/webc/main/CardHeader.js +3 -7
  15. package/src/sap/ui/webc/main/Carousel.js +3 -2
  16. package/src/sap/ui/webc/main/CheckBox.js +12 -2
  17. package/src/sap/ui/webc/main/ColorPalette.js +1 -1
  18. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  19. package/src/sap/ui/webc/main/ColorPalettePopover.js +1 -1
  20. package/src/sap/ui/webc/main/ColorPicker.js +1 -1
  21. package/src/sap/ui/webc/main/ComboBox.js +1 -1
  22. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +1 -1
  23. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
  24. package/src/sap/ui/webc/main/CustomListItem.js +3 -2
  25. package/src/sap/ui/webc/main/DatePicker.js +1 -1
  26. package/src/sap/ui/webc/main/DateRangePicker.js +1 -1
  27. package/src/sap/ui/webc/main/DateTimePicker.js +1 -1
  28. package/src/sap/ui/webc/main/Dialog.js +3 -2
  29. package/src/sap/ui/webc/main/FileUploader.js +1 -1
  30. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  31. package/src/sap/ui/webc/main/Icon.js +1 -1
  32. package/src/sap/ui/webc/main/Input.js +9 -1
  33. package/src/sap/ui/webc/main/Label.js +3 -2
  34. package/src/sap/ui/webc/main/Link.js +1 -1
  35. package/src/sap/ui/webc/main/List.js +3 -2
  36. package/src/sap/ui/webc/main/Menu.js +122 -0
  37. package/src/sap/ui/webc/main/MenuItem.js +112 -0
  38. package/src/sap/ui/webc/main/MessageStrip.js +1 -1
  39. package/src/sap/ui/webc/main/MultiComboBox.js +1 -1
  40. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  41. package/src/sap/ui/webc/main/MultiInput.js +9 -1
  42. package/src/sap/ui/webc/main/Option.js +8 -1
  43. package/src/sap/ui/webc/main/Panel.js +1 -1
  44. package/src/sap/ui/webc/main/Popover.js +3 -2
  45. package/src/sap/ui/webc/main/ProgressIndicator.js +1 -1
  46. package/src/sap/ui/webc/main/RadioButton.js +3 -2
  47. package/src/sap/ui/webc/main/RangeSlider.js +1 -1
  48. package/src/sap/ui/webc/main/RatingIndicator.js +1 -1
  49. package/src/sap/ui/webc/main/ResponsivePopover.js +3 -2
  50. package/src/sap/ui/webc/main/SegmentedButton.js +1 -1
  51. package/src/sap/ui/webc/main/SegmentedButtonItem.js +1 -1
  52. package/src/sap/ui/webc/main/Select.js +1 -1
  53. package/src/sap/ui/webc/main/Slider.js +1 -1
  54. package/src/sap/ui/webc/main/SplitButton.js +1 -1
  55. package/src/sap/ui/webc/main/StandardListItem.js +3 -2
  56. package/src/sap/ui/webc/main/StepInput.js +1 -1
  57. package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -1
  58. package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
  59. package/src/sap/ui/webc/main/Switch.js +3 -1
  60. package/src/sap/ui/webc/main/Tab.js +3 -2
  61. package/src/sap/ui/webc/main/TabContainer.js +3 -2
  62. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  63. package/src/sap/ui/webc/main/Table.js +24 -2
  64. package/src/sap/ui/webc/main/TableCell.js +1 -1
  65. package/src/sap/ui/webc/main/TableColumn.js +1 -1
  66. package/src/sap/ui/webc/main/TableGroupRow.js +1 -1
  67. package/src/sap/ui/webc/main/TableRow.js +1 -1
  68. package/src/sap/ui/webc/main/TextArea.js +1 -1
  69. package/src/sap/ui/webc/main/TimePicker.js +1 -1
  70. package/src/sap/ui/webc/main/Title.js +3 -2
  71. package/src/sap/ui/webc/main/Toast.js +1 -1
  72. package/src/sap/ui/webc/main/ToggleButton.js +1 -1
  73. package/src/sap/ui/webc/main/Token.js +1 -1
  74. package/src/sap/ui/webc/main/Tree.js +1 -1
  75. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  76. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
  77. package/src/sap/ui/webc/main/designtime/Avatar.designtime.js +26 -0
  78. package/src/sap/ui/webc/main/designtime/Badge.designtime.js +42 -0
  79. package/src/sap/ui/webc/main/designtime/BreadcrumbsItem.designtime.js +45 -0
  80. package/src/sap/ui/webc/main/designtime/BusyIndicator.designtime.js +26 -0
  81. package/src/sap/ui/webc/main/designtime/Card.designtime.js +26 -0
  82. package/src/sap/ui/webc/main/designtime/Carousel.designtime.js +26 -0
  83. package/src/sap/ui/webc/main/designtime/CheckBox.designtime.js +48 -0
  84. package/src/sap/ui/webc/main/designtime/CustomListItem.designtime.js +32 -0
  85. package/src/sap/ui/webc/main/designtime/Dialog.designtime.js +42 -0
  86. package/src/sap/ui/webc/main/designtime/Label.designtime.js +42 -0
  87. package/src/sap/ui/webc/main/designtime/List.designtime.js +83 -0
  88. package/src/sap/ui/webc/main/designtime/Popover.designtime.js +42 -0
  89. package/src/sap/ui/webc/main/designtime/RadioButton.designtime.js +42 -0
  90. package/src/sap/ui/webc/main/designtime/ResponsivePopover.designtime.js +42 -0
  91. package/src/sap/ui/webc/main/designtime/StandardListItem.designtime.js +39 -0
  92. package/src/sap/ui/webc/main/designtime/Tab.designtime.js +41 -0
  93. package/src/sap/ui/webc/main/designtime/TabContainer.designtime.js +26 -0
  94. package/src/sap/ui/webc/main/designtime/Title.designtime.js +42 -0
  95. package/src/sap/ui/webc/main/designtime/messagebundle.properties +91 -1
  96. package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +60 -0
  97. package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +60 -0
  98. package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +60 -0
  99. package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +60 -0
  100. package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +60 -0
  101. package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +60 -0
  102. package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +60 -0
  103. package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +60 -0
  104. package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +60 -0
  105. package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +60 -0
  106. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +60 -0
  107. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saprigi.properties +60 -0
  108. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saptrc.properties +60 -0
  109. package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +60 -0
  110. package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +60 -0
  111. package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +60 -0
  112. package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +60 -0
  113. package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +60 -0
  114. package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +60 -0
  115. package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +60 -0
  116. package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +60 -0
  117. package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +60 -0
  118. package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +60 -0
  119. package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +60 -0
  120. package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +60 -0
  121. package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +60 -0
  122. package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +60 -0
  123. package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +60 -0
  124. package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +60 -0
  125. package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +60 -0
  126. package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +60 -0
  127. package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +60 -0
  128. package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +60 -0
  129. package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +60 -0
  130. package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +60 -0
  131. package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +60 -0
  132. package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +60 -0
  133. package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +60 -0
  134. package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +60 -0
  135. package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +60 -0
  136. package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +60 -0
  137. package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +60 -0
  138. package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +60 -0
  139. package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +60 -0
  140. package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +60 -0
  141. package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +60 -0
  142. package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +60 -0
  143. package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +60 -0
  144. package/src/sap/ui/webc/main/flexibility/Badge.flexibility.js +20 -0
  145. package/src/sap/ui/webc/main/flexibility/BreadcrumbsItem.flexibility.js +19 -0
  146. package/src/sap/ui/webc/main/flexibility/CheckBox.flexibility.js +20 -0
  147. package/src/sap/ui/webc/main/flexibility/Dialog.flexibility.js +20 -0
  148. package/src/sap/ui/webc/main/flexibility/Label.flexibility.js +20 -0
  149. package/src/sap/ui/webc/main/flexibility/List.flexibility.js +21 -0
  150. package/src/sap/ui/webc/main/flexibility/Popover.flexibility.js +20 -0
  151. package/src/sap/ui/webc/main/flexibility/RadioButton.flexibility.js +20 -0
  152. package/src/sap/ui/webc/main/flexibility/ResponsivePopover.flexibility.js +20 -0
  153. package/src/sap/ui/webc/main/flexibility/StandardListItem.flexibility.js +20 -0
  154. package/src/sap/ui/webc/main/flexibility/Tab.flexibility.js +18 -0
  155. package/src/sap/ui/webc/main/flexibility/TabContainer.flexibility.js +20 -0
  156. package/src/sap/ui/webc/main/flexibility/Title.flexibility.js +20 -0
  157. package/src/sap/ui/webc/main/library.js +52 -4
  158. package/src/sap/ui/webc/main/thirdparty/Badge.js +0 -9
  159. package/src/sap/ui/webc/main/thirdparty/Button.js +11 -8
  160. package/src/sap/ui/webc/main/thirdparty/CardHeader.js +3 -3
  161. package/src/sap/ui/webc/main/thirdparty/CheckBox.js +3 -0
  162. package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +14 -10
  163. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +11 -8
  164. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +11 -3
  165. package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +3 -0
  166. package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -7
  167. package/src/sap/ui/webc/main/thirdparty/Input.js +23 -5
  168. package/src/sap/ui/webc/main/thirdparty/Interfaces.js +2 -0
  169. package/src/sap/ui/webc/main/thirdparty/Link.js +1 -1
  170. package/src/sap/ui/webc/main/thirdparty/List.js +2 -2
  171. package/src/sap/ui/webc/main/thirdparty/ListItem.js +15 -4
  172. package/src/sap/ui/webc/main/thirdparty/Menu.js +308 -0
  173. package/src/sap/ui/webc/main/thirdparty/MenuItem.js +65 -0
  174. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +6 -4
  175. package/src/sap/ui/webc/main/thirdparty/MultiInput.js +16 -6
  176. package/src/sap/ui/webc/main/thirdparty/Option.js +3 -0
  177. package/src/sap/ui/webc/main/thirdparty/Popover.js +22 -47
  178. package/src/sap/ui/webc/main/thirdparty/Popup.js +3 -0
  179. package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +3 -0
  180. package/src/sap/ui/webc/main/thirdparty/Select.js +3 -0
  181. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +6 -3
  182. package/src/sap/ui/webc/main/thirdparty/SplitButton.js +11 -5
  183. package/src/sap/ui/webc/main/thirdparty/Switch.js +4 -4
  184. package/src/sap/ui/webc/main/thirdparty/Tab.js +21 -8
  185. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +32 -40
  186. package/src/sap/ui/webc/main/thirdparty/TabSeparator.js +1 -1
  187. package/src/sap/ui/webc/main/thirdparty/Table.js +170 -35
  188. package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +4 -1
  189. package/src/sap/ui/webc/main/thirdparty/TableRow.js +23 -50
  190. package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +4 -2
  191. package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +7 -1
  192. package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +10 -1
  193. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ar.js +5 -3
  194. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_bg.js +5 -3
  195. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ca.js +5 -3
  196. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cs.js +5 -3
  197. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cy.js +5 -3
  198. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_da.js +5 -3
  199. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_de.js +5 -3
  200. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_el.js +5 -3
  201. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en.js +4 -2
  202. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_GB.js +4 -2
  203. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_sappsd.js +3 -1
  204. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saprigi.js +3 -1
  205. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saptrc.js +3 -1
  206. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es.js +5 -3
  207. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es_MX.js +5 -3
  208. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_et.js +5 -3
  209. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fi.js +5 -3
  210. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr.js +5 -3
  211. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr_CA.js +5 -3
  212. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hi.js +5 -3
  213. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hr.js +5 -3
  214. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hu.js +5 -3
  215. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_it.js +5 -3
  216. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_iw.js +5 -3
  217. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ja.js +5 -3
  218. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_kk.js +5 -3
  219. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ko.js +5 -3
  220. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lt.js +5 -3
  221. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lv.js +5 -3
  222. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ms.js +5 -3
  223. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_nl.js +5 -3
  224. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_no.js +5 -3
  225. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pl.js +5 -3
  226. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt.js +5 -3
  227. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt_PT.js +5 -3
  228. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ro.js +5 -3
  229. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ru.js +5 -3
  230. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sh.js +5 -3
  231. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sk.js +5 -3
  232. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sl.js +5 -3
  233. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sv.js +5 -3
  234. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_th.js +5 -3
  235. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_tr.js +5 -3
  236. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_uk.js +5 -3
  237. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_vi.js +5 -3
  238. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_CN.js +5 -3
  239. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_TW.js +5 -3
  240. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css.js +1 -1
  241. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css10.js +1 -1
  242. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css11.js +1 -1
  243. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css12.js +1 -1
  244. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css2.js +1 -1
  245. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css3.js +1 -1
  246. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css4.js +1 -1
  247. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css5.js +1 -1
  248. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css6.js +1 -1
  249. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css7.js +1 -1
  250. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css8.js +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css9.js +1 -1
  252. package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -1
  253. package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.css +1 -1
  255. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -1
  256. package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -1
  257. package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -1
  258. package/src/sap/ui/webc/main/thirdparty/css/themes/Card.css +1 -1
  259. package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -1
  260. package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -1
  261. package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -1
  262. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -1
  263. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteItem.css +1 -1
  264. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.css +1 -1
  265. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -1
  266. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -1
  267. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -1
  268. package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePickerPopover.css +1 -1
  269. package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -1
  270. package/src/sap/ui/webc/main/thirdparty/css/themes/FileUploader.css +1 -1
  271. package/src/sap/ui/webc/main/thirdparty/css/themes/GroupHeaderListItem.css +1 -1
  272. package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -1
  273. package/src/sap/ui/webc/main/thirdparty/css/themes/Icon.css +1 -1
  274. package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -1
  275. package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -1
  276. package/src/sap/ui/webc/main/thirdparty/css/themes/Label.css +1 -1
  277. package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -1
  278. package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -1
  279. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -1
  280. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -1
  281. package/src/sap/ui/webc/main/thirdparty/css/themes/Menu.css +1 -0
  282. package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.css +1 -1
  283. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
  284. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -1
  285. package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -1
  286. package/src/sap/ui/webc/main/thirdparty/css/themes/Popover.css +1 -1
  287. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
  288. package/src/sap/ui/webc/main/thirdparty/css/themes/ProgressIndicator.css +1 -1
  289. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopover.css +1 -1
  290. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -1
  291. package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -1
  292. package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -1
  293. package/src/sap/ui/webc/main/thirdparty/css/themes/SplitButton.css +1 -1
  294. package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -1
  295. package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -1
  296. package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -1
  297. package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -1
  298. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -1
  299. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -1
  300. package/src/sap/ui/webc/main/thirdparty/css/themes/TabSemanticIcon.css +1 -0
  301. package/src/sap/ui/webc/main/thirdparty/css/themes/TabSeparatorInOverflow.css +1 -1
  302. package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -1
  303. package/src/sap/ui/webc/main/thirdparty/css/themes/TableCell.css +1 -1
  304. package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -1
  305. package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -1
  306. package/src/sap/ui/webc/main/thirdparty/css/themes/TableRow.css +1 -1
  307. package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -1
  308. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -1
  309. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.css +1 -1
  310. package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -1
  311. package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -1
  312. package/src/sap/ui/webc/main/thirdparty/css/themes/TreeListItem.css +1 -1
  313. package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -1
  314. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  315. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  316. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  317. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  318. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  319. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  320. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  321. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  322. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  323. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  324. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  325. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  326. package/src/sap/ui/webc/main/thirdparty/features/InputElementsFormSupport.js +5 -5
  327. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +3 -3
  328. package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarGroupTemplate.lit.js +1 -1
  329. package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarTemplate.lit.js +1 -1
  330. package/src/sap/ui/webc/main/thirdparty/generated/templates/BadgeTemplate.lit.js +1 -1
  331. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsPopoverTemplate.lit.js +2 -2
  332. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +3 -3
  333. package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
  334. package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +2 -2
  335. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarHeaderTemplate.lit.js +1 -1
  336. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +1 -1
  337. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +4 -4
  338. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardTemplate.lit.js +1 -1
  339. package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +4 -4
  340. package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.lit.js +3 -3
  341. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -1
  342. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  343. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteTemplate.lit.js +3 -3
  344. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +1 -1
  345. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +6 -6
  346. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +3 -4
  347. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +8 -8
  348. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +3 -3
  349. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerTemplate.lit.js +2 -2
  350. package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +4 -4
  351. package/src/sap/ui/webc/main/thirdparty/generated/templates/DialogTemplate.lit.js +2 -2
  352. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +2 -2
  353. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderTemplate.lit.js +1 -1
  354. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +8 -8
  355. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +6 -7
  356. package/src/sap/ui/webc/main/thirdparty/generated/templates/LabelTemplate.lit.js +1 -1
  357. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +8 -8
  358. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +1 -1
  359. package/src/sap/ui/webc/main/thirdparty/generated/templates/MenuTemplate.lit.js +15 -0
  360. package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +2 -2
  361. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +10 -10
  362. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +4 -5
  363. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +7 -8
  364. package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +3 -3
  365. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopoverTemplate.lit.js +2 -2
  366. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopupTemplate.lit.js +1 -1
  367. package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +3 -3
  368. package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +1 -1
  369. package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +1 -1
  370. package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +5 -5
  371. package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +1 -1
  372. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +5 -5
  373. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +2 -2
  374. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
  375. package/src/sap/ui/webc/main/thirdparty/generated/templates/SplitButtonTemplate.lit.js +1 -1
  376. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +11 -11
  377. package/src/sap/ui/webc/main/thirdparty/generated/templates/StepInputTemplate.lit.js +3 -3
  378. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +11 -11
  379. package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +3 -3
  380. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +1 -1
  381. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +2 -2
  382. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInOverflowTemplate.lit.js +5 -4
  383. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +6 -5
  384. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorInOverflowTemplate.lit.js +1 -1
  385. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableRowTemplate.lit.js +1 -1
  386. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +3 -3
  387. package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
  388. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
  389. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +2 -2
  390. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +4 -4
  391. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +2 -2
  392. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +1 -1
  393. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerPopoverTemplate.lit.js +5 -5
  394. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +1 -1
  395. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +11 -11
  396. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +2 -2
  397. package/src/sap/ui/webc/main/thirdparty/generated/templates/WheelSliderTemplate.lit.js +1 -1
  398. package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +1 -1
  399. package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +1 -1
  400. package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +1 -1
  401. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
  402. package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +1 -1
  403. package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +1 -1
  404. package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +1 -1
  405. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +1 -1
  406. package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +1 -1
  407. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
  408. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +1 -1
  409. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteItem.css.js +1 -1
  410. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.css.js +1 -1
  411. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +1 -1
  412. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
  413. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +1 -1
  414. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePickerPopover.css.js +1 -1
  415. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
  416. package/src/sap/ui/webc/main/thirdparty/generated/themes/FileUploader.css.js +1 -1
  417. package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +1 -1
  418. package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +1 -1
  419. package/src/sap/ui/webc/main/thirdparty/generated/themes/Icon.css.js +1 -1
  420. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +1 -1
  421. package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +1 -1
  422. package/src/sap/ui/webc/main/thirdparty/generated/themes/Label.css.js +1 -1
  423. package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +1 -1
  424. package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +1 -1
  425. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +1 -1
  426. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +1 -1
  427. package/src/sap/ui/webc/main/thirdparty/generated/themes/Menu.css.js +13 -0
  428. package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.css.js +1 -1
  429. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
  430. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +1 -1
  431. package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +1 -1
  432. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +1 -1
  433. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
  434. package/src/sap/ui/webc/main/thirdparty/generated/themes/ProgressIndicator.css.js +1 -1
  435. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopover.css.js +1 -1
  436. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  437. package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +1 -1
  438. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
  439. package/src/sap/ui/webc/main/thirdparty/generated/themes/SplitButton.css.js +1 -1
  440. package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +1 -1
  441. package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +1 -1
  442. package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +1 -1
  443. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +1 -1
  444. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +1 -1
  445. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +1 -1
  446. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSemanticIcon.css.js +13 -0
  447. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  448. package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +1 -1
  449. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.css.js +1 -1
  450. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +1 -1
  451. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +1 -1
  452. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +1 -1
  453. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
  454. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +1 -1
  455. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.css.js +1 -1
  456. package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +1 -1
  457. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +1 -1
  458. package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeListItem.css.js +1 -1
  459. package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +1 -1
  460. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  461. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  462. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  463. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  464. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  465. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  466. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  467. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  468. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  469. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  470. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  471. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
@@ -48,17 +48,17 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry'], function
48
48
  }
49
49
  }
50
50
  static triggerFormSubmit(element) {
51
- if (!element.submits) {
52
- return;
53
- }
54
51
  let currentElement = element.parentElement;
55
52
  while (currentElement && currentElement.tagName.toLowerCase() !== "form") {
56
53
  currentElement = currentElement.parentElement;
57
54
  }
58
55
  if (currentElement) {
56
+ currentElement.dispatchEvent(new SubmitEvent("submit", {
57
+ bubbles: true,
58
+ cancelable: true,
59
+ submitter: element,
60
+ }));
59
61
  currentElement.submit();
60
- } else {
61
- console.error(`${element} is not within a form. Please add it in a form.`);
62
62
  }
63
63
  }
64
64
  }
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['exports'], function (exports) { 'use strict';
2
2
 
3
- const ARIA_LABEL_CARD_CONTENT = {key: "ARIA_LABEL_CARD_CONTENT", defaultText: "Card Content"};const ARIA_ROLEDESCRIPTION_CARD = {key: "ARIA_ROLEDESCRIPTION_CARD", defaultText: "Card"};const ARIA_ROLEDESCRIPTION_CARD_HEADER = {key: "ARIA_ROLEDESCRIPTION_CARD_HEADER", defaultText: "Card Header"};const ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER = {key: "ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER", defaultText: "Interactive Card Header"};const AVATAR_TOOLTIP = {key: "AVATAR_TOOLTIP", defaultText: "Avatar"};const AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL = {key: "AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL", defaultText: "{0} displayed, {1} hidden."};const AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL = {key: "AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL", defaultText: "Activate for complete list."};const AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL = {key: "AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL", defaultText: "Individual avatars."};const AVATAR_GROUP_ARIA_LABEL_GROUP = {key: "AVATAR_GROUP_ARIA_LABEL_GROUP", defaultText: "Conjoined avatars."};const AVATAR_GROUP_MOVE = {key: "AVATAR_GROUP_MOVE", defaultText: "Press ARROW keys to move."};const BADGE_DESCRIPTION = {key: "BADGE_DESCRIPTION", defaultText: "Badge"};const BREADCRUMB_ITEM_POS = {key: "BREADCRUMB_ITEM_POS", defaultText: "{0} of {1}"};const BREADCRUMBS_ARIA_LABEL = {key: "BREADCRUMBS_ARIA_LABEL", defaultText: "Breadcrumb Trail"};const BREADCRUMBS_OVERFLOW_ARIA_LABEL = {key: "BREADCRUMBS_OVERFLOW_ARIA_LABEL", defaultText: "More"};const BREADCRUMBS_CANCEL_BUTTON = {key: "BREADCRUMBS_CANCEL_BUTTON", defaultText: "Cancel"};const BUSY_INDICATOR_TITLE = {key: "BUSY_INDICATOR_TITLE", defaultText: "Please wait"};const BUTTON_ARIA_TYPE_ACCEPT = {key: "BUTTON_ARIA_TYPE_ACCEPT", defaultText: "Positive Action"};const BUTTON_ARIA_TYPE_REJECT = {key: "BUTTON_ARIA_TYPE_REJECT", defaultText: "Negative Action"};const BUTTON_ARIA_TYPE_EMPHASIZED = {key: "BUTTON_ARIA_TYPE_EMPHASIZED", defaultText: "Emphasized"};const CAROUSEL_OF_TEXT = {key: "CAROUSEL_OF_TEXT", defaultText: "of"};const CAROUSEL_DOT_TEXT = {key: "CAROUSEL_DOT_TEXT", defaultText: "Item {0} of {1} displayed"};const CAROUSEL_PREVIOUS_ARROW_TEXT = {key: "CAROUSEL_PREVIOUS_ARROW_TEXT", defaultText: "Previous Page"};const CAROUSEL_NEXT_ARROW_TEXT = {key: "CAROUSEL_NEXT_ARROW_TEXT", defaultText: "Next Page"};const COLORPALETTE_CONTAINER_LABEL = {key: "COLORPALETTE_CONTAINER_LABEL", defaultText: "Color Palette - Predefined Colors"};const COLORPALETTE_POPOVER_TITLE = {key: "COLORPALETTE_POPOVER_TITLE", defaultText: "Color Palette"};const COLORPALETTE_COLOR_LABEL = {key: "COLORPALETTE_COLOR_LABEL", defaultText: "Color"};const COLOR_PALETTE_DIALOG_CANCEL_BUTTON = {key: "COLOR_PALETTE_DIALOG_CANCEL_BUTTON", defaultText: "Cancel"};const COLOR_PALETTE_DIALOG_OK_BUTTON = {key: "COLOR_PALETTE_DIALOG_OK_BUTTON", defaultText: "OK"};const COLOR_PALETTE_DIALOG_TITLE = {key: "COLOR_PALETTE_DIALOG_TITLE", defaultText: "Change Color"};const COLOR_PALETTE_MORE_COLORS_TEXT = {key: "COLOR_PALETTE_MORE_COLORS_TEXT", defaultText: "More Colors..."};const DATEPICKER_OPEN_ICON_TITLE = {key: "DATEPICKER_OPEN_ICON_TITLE", defaultText: "Open Picker"};const DATEPICKER_DATE_DESCRIPTION = {key: "DATEPICKER_DATE_DESCRIPTION", defaultText: "Date Input"};const DATETIME_DESCRIPTION = {key: "DATETIME_DESCRIPTION", defaultText: "Date Time Input"};const DATERANGE_DESCRIPTION = {key: "DATERANGE_DESCRIPTION", defaultText: "Date Range Input"};const DELETE = {key: "DELETE", defaultText: "Delete"};const FILEUPLOAD_BROWSE = {key: "FILEUPLOAD_BROWSE", defaultText: "Browse..."};const FILEUPLOADER_TITLE = {key: "FILEUPLOADER_TITLE", defaultText: "Upload File"};const GROUP_HEADER_TEXT = {key: "GROUP_HEADER_TEXT", defaultText: "Group Header"};const SELECT_ROLE_DESCRIPTION = {key: "SELECT_ROLE_DESCRIPTION", defaultText: "Select ComboBox"};const SELECT_OPTIONS = {key: "SELECT_OPTIONS", defaultText: "Select Options"};const INPUT_SUGGESTIONS = {key: "INPUT_SUGGESTIONS", defaultText: "Suggestions Available"};const INPUT_SUGGESTIONS_TITLE = {key: "INPUT_SUGGESTIONS_TITLE", defaultText: "Select"};const INPUT_SUGGESTIONS_ONE_HIT = {key: "INPUT_SUGGESTIONS_ONE_HIT", defaultText: "1 result available"};const INPUT_SUGGESTIONS_MORE_HITS = {key: "INPUT_SUGGESTIONS_MORE_HITS", defaultText: "{0} results are available"};const INPUT_SUGGESTIONS_NO_HIT = {key: "INPUT_SUGGESTIONS_NO_HIT", defaultText: "No results"};const LINK_SUBTLE = {key: "LINK_SUBTLE", defaultText: "Subtle"};const LINK_EMPHASIZED = {key: "LINK_EMPHASIZED", defaultText: "Emphasized"};const LIST_ITEM_POSITION = {key: "LIST_ITEM_POSITION", defaultText: "List item {0} of {1}"};const LIST_ITEM_SELECTED = {key: "LIST_ITEM_SELECTED", defaultText: "Selected"};const LIST_ITEM_NOT_SELECTED = {key: "LIST_ITEM_NOT_SELECTED", defaultText: "Not Selected"};const ARIA_LABEL_LIST_ITEM_CHECKBOX = {key: "ARIA_LABEL_LIST_ITEM_CHECKBOX", defaultText: "Multiple Selection Mode"};const ARIA_LABEL_LIST_ITEM_RADIO_BUTTON = {key: "ARIA_LABEL_LIST_ITEM_RADIO_BUTTON", defaultText: "Item Selection."};const ARIA_LABEL_LIST_SELECTABLE = {key: "ARIA_LABEL_LIST_SELECTABLE", defaultText: "Contains Selectable Items"};const ARIA_LABEL_LIST_MULTISELECTABLE = {key: "ARIA_LABEL_LIST_MULTISELECTABLE", defaultText: "Contains Multi-Selectable Items"};const ARIA_LABEL_LIST_DELETABLE = {key: "ARIA_LABEL_LIST_DELETABLE", defaultText: "Contains Deletable Items"};const MESSAGE_STRIP_CLOSE_BUTTON = {key: "MESSAGE_STRIP_CLOSE_BUTTON", defaultText: "Information Bar Close"};const MESSAGE_STRIP_CLOSABLE = {key: "MESSAGE_STRIP_CLOSABLE", defaultText: "Closable"};const MESSAGE_STRIP_ERROR = {key: "MESSAGE_STRIP_ERROR", defaultText: "Error Information Bar"};const MESSAGE_STRIP_WARNING = {key: "MESSAGE_STRIP_WARNING", defaultText: "Warning Information Bar"};const MESSAGE_STRIP_SUCCESS = {key: "MESSAGE_STRIP_SUCCESS", defaultText: "Success Information Bar"};const MESSAGE_STRIP_INFORMATION = {key: "MESSAGE_STRIP_INFORMATION", defaultText: "Information Bar"};const MULTICOMBOBOX_DIALOG_OK_BUTTON = {key: "MULTICOMBOBOX_DIALOG_OK_BUTTON", defaultText: "OK"};const VALUE_STATE_ERROR_ALREADY_SELECTED = {key: "VALUE_STATE_ERROR_ALREADY_SELECTED", defaultText: "This value is already selected."};const MULTIINPUT_ROLEDESCRIPTION_TEXT = {key: "MULTIINPUT_ROLEDESCRIPTION_TEXT", defaultText: "Multi Value Input"};const MULTIINPUT_SHOW_MORE_TOKENS = {key: "MULTIINPUT_SHOW_MORE_TOKENS", defaultText: "{0} More"};const PANEL_ICON = {key: "PANEL_ICON", defaultText: "Expand/Collapse"};const RANGE_SLIDER_ARIA_DESCRIPTION = {key: "RANGE_SLIDER_ARIA_DESCRIPTION", defaultText: "Range"};const RANGE_SLIDER_START_HANDLE_DESCRIPTION = {key: "RANGE_SLIDER_START_HANDLE_DESCRIPTION", defaultText: "Left handle"};const RANGE_SLIDER_END_HANDLE_DESCRIPTION = {key: "RANGE_SLIDER_END_HANDLE_DESCRIPTION", defaultText: "Right handle"};const RATING_INDICATOR_TOOLTIP_TEXT = {key: "RATING_INDICATOR_TOOLTIP_TEXT", defaultText: "Rating"};const RATING_INDICATOR_TEXT = {key: "RATING_INDICATOR_TEXT", defaultText: "Rating Indicator"};const RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON = {key: "RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON", defaultText: "Decline"};const SEGMENTEDBUTTON_ARIA_DESCRIPTION = {key: "SEGMENTEDBUTTON_ARIA_DESCRIPTION", defaultText: "Segmented button group"};const SEGMENTEDBUTTON_ARIA_DESCRIBEDBY = {key: "SEGMENTEDBUTTON_ARIA_DESCRIBEDBY", defaultText: "Press SPACE or ENTER to select an item"};const SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION = {key: "SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION", defaultText: "Segmented button"};const SLIDER_ARIA_DESCRIPTION = {key: "SLIDER_ARIA_DESCRIPTION", defaultText: "Slider handle"};const SWITCH_ON = {key: "SWITCH_ON", defaultText: "On"};const SWITCH_OFF = {key: "SWITCH_OFF", defaultText: "Off"};const LOAD_MORE_TEXT = {key: "LOAD_MORE_TEXT", defaultText: "More"};const TABLE_HEADER_ROW_TEXT = {key: "TABLE_HEADER_ROW_TEXT", defaultText: "Header Row"};const TABLE_ROW_POSITION = {key: "TABLE_ROW_POSITION", defaultText: "{0} of {1}"};const TABLE_GROUP_ROW_ARIA_LABEL = {key: "TABLE_GROUP_ROW_ARIA_LABEL", defaultText: "Group Header Row"};const ARIA_LABEL_ROW_SELECTION = {key: "ARIA_LABEL_ROW_SELECTION", defaultText: "Item Selection"};const ARIA_LABEL_SELECT_ALL_CHECKBOX = {key: "ARIA_LABEL_SELECT_ALL_CHECKBOX", defaultText: "Select All Rows"};const TABCONTAINER_NEXT_ICON_ACC_NAME = {key: "TABCONTAINER_NEXT_ICON_ACC_NAME", defaultText: "Next"};const TABCONTAINER_PREVIOUS_ICON_ACC_NAME = {key: "TABCONTAINER_PREVIOUS_ICON_ACC_NAME", defaultText: "Previous"};const TABCONTAINER_OVERFLOW_MENU_TITLE = {key: "TABCONTAINER_OVERFLOW_MENU_TITLE", defaultText: "Overflow Menu"};const TABCONTAINER_END_OVERFLOW = {key: "TABCONTAINER_END_OVERFLOW", defaultText: "More"};const TABCONTAINER_POPOVER_CANCEL_BUTTON = {key: "TABCONTAINER_POPOVER_CANCEL_BUTTON", defaultText: "Cancel"};const TEXTAREA_CHARACTERS_LEFT = {key: "TEXTAREA_CHARACTERS_LEFT", defaultText: "{0} characters remaining"};const TEXTAREA_CHARACTERS_EXCEEDED = {key: "TEXTAREA_CHARACTERS_EXCEEDED", defaultText: "{0} characters over limit"};const TIMEPICKER_HOURS_LABEL = {key: "TIMEPICKER_HOURS_LABEL", defaultText: "Hours"};const TIMEPICKER_MINUTES_LABEL = {key: "TIMEPICKER_MINUTES_LABEL", defaultText: "Minutes"};const TIMEPICKER_SECONDS_LABEL = {key: "TIMEPICKER_SECONDS_LABEL", defaultText: "Seconds"};const TIMEPICKER_PERIODS_LABEL = {key: "TIMEPICKER_PERIODS_LABEL", defaultText: "AM/PM"};const TIMEPICKER_SUBMIT_BUTTON = {key: "TIMEPICKER_SUBMIT_BUTTON", defaultText: "OK"};const TIMEPICKER_CANCEL_BUTTON = {key: "TIMEPICKER_CANCEL_BUTTON", defaultText: "Cancel"};const TIMEPICKER_INPUT_DESCRIPTION = {key: "TIMEPICKER_INPUT_DESCRIPTION", defaultText: "Time Input"};const DURATION_INPUT_DESCRIPTION = {key: "DURATION_INPUT_DESCRIPTION", defaultText: "Duration Input"};const DATETIME_PICKER_DATE_BUTTON = {key: "DATETIME_PICKER_DATE_BUTTON", defaultText: "Date"};const DATETIME_PICKER_TIME_BUTTON = {key: "DATETIME_PICKER_TIME_BUTTON", defaultText: "Time"};const TOKEN_ARIA_DELETABLE = {key: "TOKEN_ARIA_DELETABLE", defaultText: "Deletable"};const TOKENIZER_ARIA_CONTAIN_TOKEN = {key: "TOKENIZER_ARIA_CONTAIN_TOKEN", defaultText: "No Tokens"};const TOKENIZER_ARIA_CONTAIN_ONE_TOKEN = {key: "TOKENIZER_ARIA_CONTAIN_ONE_TOKEN", defaultText: "Contains 1 token"};const TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS = {key: "TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS", defaultText: "Contains {0} tokens"};const TOKENIZER_ARIA_LABEL = {key: "TOKENIZER_ARIA_LABEL", defaultText: "Tokenizer"};const TOKENIZER_POPOVER_REMOVE = {key: "TOKENIZER_POPOVER_REMOVE", defaultText: "Remove"};const TREE_ITEM_ARIA_LABEL = {key: "TREE_ITEM_ARIA_LABEL", defaultText: "Tree Item"};const TREE_ITEM_EXPAND_NODE = {key: "TREE_ITEM_EXPAND_NODE", defaultText: "Expand Node"};const TREE_ITEM_COLLAPSE_NODE = {key: "TREE_ITEM_COLLAPSE_NODE", defaultText: "Collapse Node"};const VALUE_STATE_ERROR = {key: "VALUE_STATE_ERROR", defaultText: "Invalid entry"};const VALUE_STATE_WARNING = {key: "VALUE_STATE_WARNING", defaultText: "Warning issued"};const VALUE_STATE_INFORMATION = {key: "VALUE_STATE_INFORMATION", defaultText: "Informative entry"};const VALUE_STATE_SUCCESS = {key: "VALUE_STATE_SUCCESS", defaultText: "Entry successfully validated"};const CALENDAR_HEADER_NEXT_BUTTON = {key: "CALENDAR_HEADER_NEXT_BUTTON", defaultText: "Next"};const CALENDAR_HEADER_PREVIOUS_BUTTON = {key: "CALENDAR_HEADER_PREVIOUS_BUTTON", defaultText: "Previous"};const DAY_PICKER_WEEK_NUMBER_TEXT = {key: "DAY_PICKER_WEEK_NUMBER_TEXT", defaultText: "Week Number"};const DAY_PICKER_NON_WORKING_DAY = {key: "DAY_PICKER_NON_WORKING_DAY", defaultText: "Non-Working Day"};const DAY_PICKER_TODAY = {key: "DAY_PICKER_TODAY", defaultText: "Today"};const STEPINPUT_DEC_ICON_TITLE = {key: "STEPINPUT_DEC_ICON_TITLE", defaultText: "Decrease"};const STEPINPUT_INC_ICON_TITLE = {key: "STEPINPUT_INC_ICON_TITLE", defaultText: "Increase"};const SPLIT_BUTTON_DESCRIPTION = {key: "SPLIT_BUTTON_DESCRIPTION", defaultText: "Split Button"};const SPLIT_BUTTON_KEYBOARD_HINT = {key: "SPLIT_BUTTON_KEYBOARD_HINT", defaultText: "Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action"};
3
+ const ARIA_LABEL_CARD_CONTENT = {key: "ARIA_LABEL_CARD_CONTENT", defaultText: "Card Content"};const ARIA_ROLEDESCRIPTION_CARD = {key: "ARIA_ROLEDESCRIPTION_CARD", defaultText: "Card"};const ARIA_ROLEDESCRIPTION_CARD_HEADER = {key: "ARIA_ROLEDESCRIPTION_CARD_HEADER", defaultText: "Card Header"};const ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER = {key: "ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER", defaultText: "Interactive Card Header"};const AVATAR_TOOLTIP = {key: "AVATAR_TOOLTIP", defaultText: "Avatar"};const AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL = {key: "AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL", defaultText: "{0} displayed, {1} hidden."};const AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL = {key: "AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL", defaultText: "Activate for complete list."};const AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL = {key: "AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL", defaultText: "Individual avatars."};const AVATAR_GROUP_ARIA_LABEL_GROUP = {key: "AVATAR_GROUP_ARIA_LABEL_GROUP", defaultText: "Conjoined avatars."};const AVATAR_GROUP_MOVE = {key: "AVATAR_GROUP_MOVE", defaultText: "Press ARROW keys to move."};const BADGE_DESCRIPTION = {key: "BADGE_DESCRIPTION", defaultText: "Badge"};const BREADCRUMB_ITEM_POS = {key: "BREADCRUMB_ITEM_POS", defaultText: "{0} of {1}"};const BREADCRUMBS_ARIA_LABEL = {key: "BREADCRUMBS_ARIA_LABEL", defaultText: "Breadcrumb Trail"};const BREADCRUMBS_OVERFLOW_ARIA_LABEL = {key: "BREADCRUMBS_OVERFLOW_ARIA_LABEL", defaultText: "More"};const BREADCRUMBS_CANCEL_BUTTON = {key: "BREADCRUMBS_CANCEL_BUTTON", defaultText: "Cancel"};const BUSY_INDICATOR_TITLE = {key: "BUSY_INDICATOR_TITLE", defaultText: "Please wait"};const BUTTON_ARIA_TYPE_ACCEPT = {key: "BUTTON_ARIA_TYPE_ACCEPT", defaultText: "Positive Action"};const BUTTON_ARIA_TYPE_REJECT = {key: "BUTTON_ARIA_TYPE_REJECT", defaultText: "Negative Action"};const BUTTON_ARIA_TYPE_EMPHASIZED = {key: "BUTTON_ARIA_TYPE_EMPHASIZED", defaultText: "Emphasized"};const CAROUSEL_OF_TEXT = {key: "CAROUSEL_OF_TEXT", defaultText: "of"};const CAROUSEL_DOT_TEXT = {key: "CAROUSEL_DOT_TEXT", defaultText: "Item {0} of {1} displayed"};const CAROUSEL_PREVIOUS_ARROW_TEXT = {key: "CAROUSEL_PREVIOUS_ARROW_TEXT", defaultText: "Previous Page"};const CAROUSEL_NEXT_ARROW_TEXT = {key: "CAROUSEL_NEXT_ARROW_TEXT", defaultText: "Next Page"};const COLORPALETTE_CONTAINER_LABEL = {key: "COLORPALETTE_CONTAINER_LABEL", defaultText: "Color Palette - Predefined Colors"};const COLORPALETTE_POPOVER_TITLE = {key: "COLORPALETTE_POPOVER_TITLE", defaultText: "Color Palette"};const COLORPALETTE_COLOR_LABEL = {key: "COLORPALETTE_COLOR_LABEL", defaultText: "Color"};const COLOR_PALETTE_DIALOG_CANCEL_BUTTON = {key: "COLOR_PALETTE_DIALOG_CANCEL_BUTTON", defaultText: "Cancel"};const COLOR_PALETTE_DIALOG_OK_BUTTON = {key: "COLOR_PALETTE_DIALOG_OK_BUTTON", defaultText: "OK"};const COLOR_PALETTE_DIALOG_TITLE = {key: "COLOR_PALETTE_DIALOG_TITLE", defaultText: "Change Color"};const COLOR_PALETTE_MORE_COLORS_TEXT = {key: "COLOR_PALETTE_MORE_COLORS_TEXT", defaultText: "More Colors..."};const DATEPICKER_OPEN_ICON_TITLE = {key: "DATEPICKER_OPEN_ICON_TITLE", defaultText: "Open Picker"};const DATEPICKER_DATE_DESCRIPTION = {key: "DATEPICKER_DATE_DESCRIPTION", defaultText: "Date Input"};const DATETIME_DESCRIPTION = {key: "DATETIME_DESCRIPTION", defaultText: "Date Time Input"};const DATERANGE_DESCRIPTION = {key: "DATERANGE_DESCRIPTION", defaultText: "Date Range Input"};const DELETE = {key: "DELETE", defaultText: "Delete"};const FILEUPLOAD_BROWSE = {key: "FILEUPLOAD_BROWSE", defaultText: "Browse..."};const FILEUPLOADER_TITLE = {key: "FILEUPLOADER_TITLE", defaultText: "Upload File"};const GROUP_HEADER_TEXT = {key: "GROUP_HEADER_TEXT", defaultText: "Group Header"};const SELECT_ROLE_DESCRIPTION = {key: "SELECT_ROLE_DESCRIPTION", defaultText: "Select Combo Box"};const SELECT_OPTIONS = {key: "SELECT_OPTIONS", defaultText: "Select Options"};const INPUT_SUGGESTIONS = {key: "INPUT_SUGGESTIONS", defaultText: "Suggestions Available"};const INPUT_SUGGESTIONS_TITLE = {key: "INPUT_SUGGESTIONS_TITLE", defaultText: "Select"};const INPUT_SUGGESTIONS_ONE_HIT = {key: "INPUT_SUGGESTIONS_ONE_HIT", defaultText: "1 result available"};const INPUT_SUGGESTIONS_MORE_HITS = {key: "INPUT_SUGGESTIONS_MORE_HITS", defaultText: "{0} results are available"};const INPUT_SUGGESTIONS_NO_HIT = {key: "INPUT_SUGGESTIONS_NO_HIT", defaultText: "No results"};const LINK_SUBTLE = {key: "LINK_SUBTLE", defaultText: "Subtle"};const LINK_EMPHASIZED = {key: "LINK_EMPHASIZED", defaultText: "Emphasized"};const LIST_ITEM_POSITION = {key: "LIST_ITEM_POSITION", defaultText: "List item {0} of {1}"};const LIST_ITEM_SELECTED = {key: "LIST_ITEM_SELECTED", defaultText: "Selected"};const LIST_ITEM_NOT_SELECTED = {key: "LIST_ITEM_NOT_SELECTED", defaultText: "Not Selected"};const ARIA_LABEL_LIST_ITEM_CHECKBOX = {key: "ARIA_LABEL_LIST_ITEM_CHECKBOX", defaultText: "Multiple Selection Mode"};const ARIA_LABEL_LIST_ITEM_RADIO_BUTTON = {key: "ARIA_LABEL_LIST_ITEM_RADIO_BUTTON", defaultText: "Item Selection."};const ARIA_LABEL_LIST_SELECTABLE = {key: "ARIA_LABEL_LIST_SELECTABLE", defaultText: "Contains Selectable Items"};const ARIA_LABEL_LIST_MULTISELECTABLE = {key: "ARIA_LABEL_LIST_MULTISELECTABLE", defaultText: "Contains Multi-Selectable Items"};const ARIA_LABEL_LIST_DELETABLE = {key: "ARIA_LABEL_LIST_DELETABLE", defaultText: "Contains Deletable Items"};const MESSAGE_STRIP_CLOSE_BUTTON = {key: "MESSAGE_STRIP_CLOSE_BUTTON", defaultText: "Information Bar Close"};const MESSAGE_STRIP_CLOSABLE = {key: "MESSAGE_STRIP_CLOSABLE", defaultText: "Closable"};const MESSAGE_STRIP_ERROR = {key: "MESSAGE_STRIP_ERROR", defaultText: "Error Information Bar"};const MESSAGE_STRIP_WARNING = {key: "MESSAGE_STRIP_WARNING", defaultText: "Warning Information Bar"};const MESSAGE_STRIP_SUCCESS = {key: "MESSAGE_STRIP_SUCCESS", defaultText: "Success Information Bar"};const MESSAGE_STRIP_INFORMATION = {key: "MESSAGE_STRIP_INFORMATION", defaultText: "Information Bar"};const MULTICOMBOBOX_DIALOG_OK_BUTTON = {key: "MULTICOMBOBOX_DIALOG_OK_BUTTON", defaultText: "OK"};const VALUE_STATE_ERROR_ALREADY_SELECTED = {key: "VALUE_STATE_ERROR_ALREADY_SELECTED", defaultText: "This value is already selected."};const MULTIINPUT_ROLEDESCRIPTION_TEXT = {key: "MULTIINPUT_ROLEDESCRIPTION_TEXT", defaultText: "Multi Value Input"};const MULTIINPUT_SHOW_MORE_TOKENS = {key: "MULTIINPUT_SHOW_MORE_TOKENS", defaultText: "{0} More"};const PANEL_ICON = {key: "PANEL_ICON", defaultText: "Expand/Collapse"};const RANGE_SLIDER_ARIA_DESCRIPTION = {key: "RANGE_SLIDER_ARIA_DESCRIPTION", defaultText: "Range"};const RANGE_SLIDER_START_HANDLE_DESCRIPTION = {key: "RANGE_SLIDER_START_HANDLE_DESCRIPTION", defaultText: "Left handle"};const RANGE_SLIDER_END_HANDLE_DESCRIPTION = {key: "RANGE_SLIDER_END_HANDLE_DESCRIPTION", defaultText: "Right handle"};const RATING_INDICATOR_TOOLTIP_TEXT = {key: "RATING_INDICATOR_TOOLTIP_TEXT", defaultText: "Rating"};const RATING_INDICATOR_TEXT = {key: "RATING_INDICATOR_TEXT", defaultText: "Rating Indicator"};const RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON = {key: "RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON", defaultText: "Decline"};const SEGMENTEDBUTTON_ARIA_DESCRIPTION = {key: "SEGMENTEDBUTTON_ARIA_DESCRIPTION", defaultText: "Segmented button group"};const SEGMENTEDBUTTON_ARIA_DESCRIBEDBY = {key: "SEGMENTEDBUTTON_ARIA_DESCRIBEDBY", defaultText: "Press SPACE or ENTER to select an item"};const SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION = {key: "SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION", defaultText: "Segmented button"};const SLIDER_ARIA_DESCRIPTION = {key: "SLIDER_ARIA_DESCRIPTION", defaultText: "Slider handle"};const LOAD_MORE_TEXT = {key: "LOAD_MORE_TEXT", defaultText: "More"};const TABLE_HEADER_ROW_TEXT = {key: "TABLE_HEADER_ROW_TEXT", defaultText: "Header Row"};const TABLE_ROW_POSITION = {key: "TABLE_ROW_POSITION", defaultText: "{0} of {1}"};const TABLE_GROUP_ROW_ARIA_LABEL = {key: "TABLE_GROUP_ROW_ARIA_LABEL", defaultText: "Group Header Row"};const ARIA_LABEL_ROW_SELECTION = {key: "ARIA_LABEL_ROW_SELECTION", defaultText: "Item Selection"};const ARIA_LABEL_SELECT_ALL_CHECKBOX = {key: "ARIA_LABEL_SELECT_ALL_CHECKBOX", defaultText: "Select All Rows"};const TABCONTAINER_NEXT_ICON_ACC_NAME = {key: "TABCONTAINER_NEXT_ICON_ACC_NAME", defaultText: "Next"};const TABCONTAINER_PREVIOUS_ICON_ACC_NAME = {key: "TABCONTAINER_PREVIOUS_ICON_ACC_NAME", defaultText: "Previous"};const TABCONTAINER_OVERFLOW_MENU_TITLE = {key: "TABCONTAINER_OVERFLOW_MENU_TITLE", defaultText: "Overflow Menu"};const TABCONTAINER_END_OVERFLOW = {key: "TABCONTAINER_END_OVERFLOW", defaultText: "More"};const TABCONTAINER_POPOVER_CANCEL_BUTTON = {key: "TABCONTAINER_POPOVER_CANCEL_BUTTON", defaultText: "Cancel"};const TEXTAREA_CHARACTERS_LEFT = {key: "TEXTAREA_CHARACTERS_LEFT", defaultText: "{0} characters remaining"};const TEXTAREA_CHARACTERS_EXCEEDED = {key: "TEXTAREA_CHARACTERS_EXCEEDED", defaultText: "{0} characters over limit"};const TIMEPICKER_HOURS_LABEL = {key: "TIMEPICKER_HOURS_LABEL", defaultText: "Hours"};const TIMEPICKER_MINUTES_LABEL = {key: "TIMEPICKER_MINUTES_LABEL", defaultText: "Minutes"};const TIMEPICKER_SECONDS_LABEL = {key: "TIMEPICKER_SECONDS_LABEL", defaultText: "Seconds"};const TIMEPICKER_PERIODS_LABEL = {key: "TIMEPICKER_PERIODS_LABEL", defaultText: "AM/PM"};const TIMEPICKER_SUBMIT_BUTTON = {key: "TIMEPICKER_SUBMIT_BUTTON", defaultText: "OK"};const TIMEPICKER_CANCEL_BUTTON = {key: "TIMEPICKER_CANCEL_BUTTON", defaultText: "Cancel"};const TIMEPICKER_INPUT_DESCRIPTION = {key: "TIMEPICKER_INPUT_DESCRIPTION", defaultText: "Time Input"};const DURATION_INPUT_DESCRIPTION = {key: "DURATION_INPUT_DESCRIPTION", defaultText: "Duration Input"};const DATETIME_PICKER_DATE_BUTTON = {key: "DATETIME_PICKER_DATE_BUTTON", defaultText: "Date"};const DATETIME_PICKER_TIME_BUTTON = {key: "DATETIME_PICKER_TIME_BUTTON", defaultText: "Time"};const TOKEN_ARIA_DELETABLE = {key: "TOKEN_ARIA_DELETABLE", defaultText: "Deletable"};const TOKENIZER_ARIA_CONTAIN_TOKEN = {key: "TOKENIZER_ARIA_CONTAIN_TOKEN", defaultText: "No Tokens"};const TOKENIZER_ARIA_CONTAIN_ONE_TOKEN = {key: "TOKENIZER_ARIA_CONTAIN_ONE_TOKEN", defaultText: "Contains 1 token"};const TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS = {key: "TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS", defaultText: "Contains {0} tokens"};const TOKENIZER_ARIA_LABEL = {key: "TOKENIZER_ARIA_LABEL", defaultText: "Tokenizer"};const TOKENIZER_POPOVER_REMOVE = {key: "TOKENIZER_POPOVER_REMOVE", defaultText: "Remove"};const TREE_ITEM_ARIA_LABEL = {key: "TREE_ITEM_ARIA_LABEL", defaultText: "Tree Item"};const TREE_ITEM_EXPAND_NODE = {key: "TREE_ITEM_EXPAND_NODE", defaultText: "Expand Node"};const TREE_ITEM_COLLAPSE_NODE = {key: "TREE_ITEM_COLLAPSE_NODE", defaultText: "Collapse Node"};const VALUE_STATE_ERROR = {key: "VALUE_STATE_ERROR", defaultText: "Invalid entry"};const VALUE_STATE_WARNING = {key: "VALUE_STATE_WARNING", defaultText: "Warning issued"};const VALUE_STATE_INFORMATION = {key: "VALUE_STATE_INFORMATION", defaultText: "Informative entry"};const VALUE_STATE_SUCCESS = {key: "VALUE_STATE_SUCCESS", defaultText: "Entry successfully validated"};const CALENDAR_HEADER_NEXT_BUTTON = {key: "CALENDAR_HEADER_NEXT_BUTTON", defaultText: "Next"};const CALENDAR_HEADER_PREVIOUS_BUTTON = {key: "CALENDAR_HEADER_PREVIOUS_BUTTON", defaultText: "Previous"};const DAY_PICKER_WEEK_NUMBER_TEXT = {key: "DAY_PICKER_WEEK_NUMBER_TEXT", defaultText: "Week Number"};const DAY_PICKER_NON_WORKING_DAY = {key: "DAY_PICKER_NON_WORKING_DAY", defaultText: "Non-Working Day"};const DAY_PICKER_TODAY = {key: "DAY_PICKER_TODAY", defaultText: "Today"};const STEPINPUT_DEC_ICON_TITLE = {key: "STEPINPUT_DEC_ICON_TITLE", defaultText: "Decrease"};const STEPINPUT_INC_ICON_TITLE = {key: "STEPINPUT_INC_ICON_TITLE", defaultText: "Increase"};const SPLIT_BUTTON_DESCRIPTION = {key: "SPLIT_BUTTON_DESCRIPTION", defaultText: "Split Button"};const SPLIT_BUTTON_KEYBOARD_HINT = {key: "SPLIT_BUTTON_KEYBOARD_HINT", defaultText: "Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action"};const MENU_BACK_BUTTON_ARIA_LABEL = {key: "MENU_BACK_BUTTON_ARIA_LABEL", defaultText: "Back"};const MENU_CLOSE_BUTTON_ARIA_LABEL = {key: "MENU_CLOSE_BUTTON_ARIA_LABEL", defaultText: "Decline"};
4
4
 
5
5
  exports.ARIA_LABEL_CARD_CONTENT = ARIA_LABEL_CARD_CONTENT;
6
6
  exports.ARIA_LABEL_LIST_DELETABLE = ARIA_LABEL_LIST_DELETABLE;
@@ -66,6 +66,8 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
66
66
  exports.LIST_ITEM_POSITION = LIST_ITEM_POSITION;
67
67
  exports.LIST_ITEM_SELECTED = LIST_ITEM_SELECTED;
68
68
  exports.LOAD_MORE_TEXT = LOAD_MORE_TEXT;
69
+ exports.MENU_BACK_BUTTON_ARIA_LABEL = MENU_BACK_BUTTON_ARIA_LABEL;
70
+ exports.MENU_CLOSE_BUTTON_ARIA_LABEL = MENU_CLOSE_BUTTON_ARIA_LABEL;
69
71
  exports.MESSAGE_STRIP_CLOSABLE = MESSAGE_STRIP_CLOSABLE;
70
72
  exports.MESSAGE_STRIP_CLOSE_BUTTON = MESSAGE_STRIP_CLOSE_BUTTON;
71
73
  exports.MESSAGE_STRIP_ERROR = MESSAGE_STRIP_ERROR;
@@ -92,8 +94,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
92
94
  exports.SPLIT_BUTTON_KEYBOARD_HINT = SPLIT_BUTTON_KEYBOARD_HINT;
93
95
  exports.STEPINPUT_DEC_ICON_TITLE = STEPINPUT_DEC_ICON_TITLE;
94
96
  exports.STEPINPUT_INC_ICON_TITLE = STEPINPUT_INC_ICON_TITLE;
95
- exports.SWITCH_OFF = SWITCH_OFF;
96
- exports.SWITCH_ON = SWITCH_ON;
97
97
  exports.TABCONTAINER_END_OVERFLOW = TABCONTAINER_END_OVERFLOW;
98
98
  exports.TABCONTAINER_NEXT_ICON_ACC_NAME = TABCONTAINER_NEXT_ICON_ACC_NAME;
99
99
  exports.TABCONTAINER_OVERFLOW_MENU_TITLE = TABCONTAINER_OVERFLOW_MENU_TITLE;
@@ -2,7 +2,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], funct
2
2
 
3
3
  const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-avatar-group-root"><div class="ui5-avatar-group-items" @keyup="${context._onkeyup}" @keydown="${context._onkeydown}" @focusin="${context._onfocusin}" tabindex="${litRender.ifDefined(context._groupTabIndex)}" @click="${context._onClick}" @ui5-click="${litRender.ifDefined(context._onUI5Click)}" aria-label="${litRender.ifDefined(context._ariaLabelText)}" role="${litRender.ifDefined(context._role)}" aria-haspopup="${litRender.ifDefined(context._containerAriaHasPopup)}"><slot></slot>${ context._customOverflowButton ? block1() : block2(context, tags, suffix) }</div></div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<slot name="overflowButton"></slot>`;
5
- const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} .accessibilityAttributes="${litRender.ifDefined(context._overflowButtonAccAttributes)}" aria-label="${litRender.ifDefined(context._overflowButtonAriaLabelText)}" ?hidden="${context._overflowBtnHidden}" ?non-interactive=${context._isGroup} class="${litRender.classMap(context.classes.overflowButton)}">${litRender.ifDefined(context._overflowButtonText)}</${litRender.scopeTag("ui5-button", tags, suffix)}>`;
5
+ const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} .accessibilityAttributes="${litRender.ifDefined(context._overflowButtonAccAttributes)}" aria-label="${litRender.ifDefined(context._overflowButtonAriaLabelText)}" ?hidden="${context._overflowBtnHidden}" ?non-interactive=${context._isGroup} class="${litRender.classMap(context.classes.overflowButton)}">${litRender.ifDefined(context._overflowButtonText)}</${litRender.scopeTag("ui5-button", tags, suffix)}>` : litRender.html`<ui5-button .accessibilityAttributes="${litRender.ifDefined(context._overflowButtonAccAttributes)}" aria-label="${litRender.ifDefined(context._overflowButtonAriaLabelText)}" ?hidden="${context._overflowBtnHidden}" ?non-interactive=${context._isGroup} class="${litRender.classMap(context.classes.overflowButton)}">${litRender.ifDefined(context._overflowButtonText)}</ui5-button>`;
6
6
 
7
7
  return block0;
8
8
 
@@ -3,7 +3,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], funct
3
3
  const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-avatar-root" tabindex="${litRender.ifDefined(context.tabindex)}" data-sap-focus-ref @keyup=${context._onkeyup} @keydown=${context._onkeydown} @focusout=${context._onfocusout} @focusin=${context._onfocusin} @click=${context._onclick} role="${litRender.ifDefined(context._role)}" aria-haspopup="${litRender.ifDefined(context._ariaHasPopup)}">${ context.hasImage ? block1() : block2(context, tags, suffix) }</div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<slot></slot>`;
5
5
  const block2 = (context, tags, suffix) => litRender.html`${ context.icon ? block3(context, tags, suffix) : block4(context) }`;
6
- const block3 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-avatar-icon" name="${litRender.ifDefined(context.icon)}" accessible-name="${litRender.ifDefined(context.accessibleNameText)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
6
+ const block3 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-avatar-icon" name="${litRender.ifDefined(context.icon)}" accessible-name="${litRender.ifDefined(context.accessibleNameText)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon class="ui5-avatar-icon" name="${litRender.ifDefined(context.icon)}" accessible-name="${litRender.ifDefined(context.accessibleNameText)}"></ui5-icon>`;
7
7
  const block4 = (context, tags, suffix) => litRender.html`${ context.initials ? block5(context) : undefined }`;
8
8
  const block5 = (context, tags, suffix) => litRender.html`<span class="ui5-avatar-initials">${litRender.ifDefined(context.validInitials)}</span>`;
9
9
 
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-badge-root" dir="${litRender.ifDefined(context.effectiveDir)}" @mousedown="${context._onmousedown}" @mouseup="${context._onmouseup}"><slot name="icon"></slot>${ context.hasText ? block1() : undefined }<span class="ui5-hidden-text">${litRender.ifDefined(context.badgeDescription)}</span></div>`;
3
+ const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-badge-root"><slot name="icon"></slot>${ context.hasText ? block1() : undefined }<span class="ui5-hidden-text">${litRender.ifDefined(context.badgeDescription)}</span></div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<label class="ui5-badge-text"><bdi><slot></slot></bdi></label>`;
5
5
 
6
6
  return block0;
@@ -1,7 +1,7 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} class="ui5-breadcrumbs-popover" hide-arrow content-only-on-desktop placement-type="Bottom" horizontal-align="Left" _hide-header @keydown="${context._onkeydown}"><${litRender.scopeTag("ui5-list", tags, suffix)} mode="SingleSelect" separators="None" @ui5-selection-change="${litRender.ifDefined(context._onOverflowListItemSelect)}">${ litRender.repeat(context._overflowItemsData, (item, index) => item._id || index, (item, index) => block1(item, index, context, tags, suffix)) }</${litRender.scopeTag("ui5-list", tags, suffix)}><div slot="footer" class="ui5-breadcrumbs-popover-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._closeRespPopover}">${litRender.ifDefined(context._cancelButtonText)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>`;
4
- const block1 = (item, index, context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} id="${litRender.ifDefined(item._id)}-li" accessible-name="${litRender.ifDefined(item.accessibleName)}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.textContent)}</${litRender.scopeTag("ui5-li", tags, suffix)}>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} class="ui5-breadcrumbs-popover" hide-arrow content-only-on-desktop placement-type="Bottom" horizontal-align="Left" _hide-header @keydown="${context._onkeydown}"><${litRender.scopeTag("ui5-list", tags, suffix)} mode="SingleSelect" separators="None" @ui5-selection-change="${litRender.ifDefined(context._onOverflowListItemSelect)}">${ litRender.repeat(context._overflowItemsData, (item, index) => item._id || index, (item, index) => block1(item, index, context, tags, suffix)) }</${litRender.scopeTag("ui5-list", tags, suffix)}><div slot="footer" class="ui5-breadcrumbs-popover-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._closeRespPopover}">${litRender.ifDefined(context._cancelButtonText)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>` : litRender.html`<ui5-responsive-popover class="ui5-breadcrumbs-popover" hide-arrow content-only-on-desktop placement-type="Bottom" horizontal-align="Left" _hide-header @keydown="${context._onkeydown}"><ui5-list mode="SingleSelect" separators="None" @ui5-selection-change="${litRender.ifDefined(context._onOverflowListItemSelect)}">${ litRender.repeat(context._overflowItemsData, (item, index) => item._id || index, (item, index) => block1(item, index, context, tags, suffix)) }</ui5-list><div slot="footer" class="ui5-breadcrumbs-popover-footer"><ui5-button design="Transparent" @click="${context._closeRespPopover}">${litRender.ifDefined(context._cancelButtonText)}</ui5-button></div></ui5-responsive-popover>`;
4
+ const block1 = (item, index, context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} id="${litRender.ifDefined(item._id)}-li" accessible-name="${litRender.ifDefined(item.accessibleName)}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.textContent)}</${litRender.scopeTag("ui5-li", tags, suffix)}>` : litRender.html`<ui5-li id="${litRender.ifDefined(item._id)}-li" accessible-name="${litRender.ifDefined(item.accessibleName)}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.textContent)}</ui5-li>`;
5
5
 
6
6
  return block0;
7
7
 
@@ -1,8 +1,8 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<nav class="ui5-breadcrumbs-root" aria-label="${litRender.ifDefined(context._accessibleNameText)}"><ol @focusin="${context._onfocusin}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}"><li class="ui5-breadcrumbs-dropdown-arrow-link-wrapper" ?hidden="${context._isOverflowEmpty}"><${litRender.scopeTag("ui5-link", tags, suffix)} @click="${context._openRespPopover}" accessible-role="button" aria-label="${litRender.ifDefined(context._dropdownArrowAccessibleNameText)}" aria-haspopup="${litRender.ifDefined(context._ariaHasPopup)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" title="${litRender.ifDefined(context._dropdownArrowAccessibleNameText)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}></${litRender.scopeTag("ui5-link", tags, suffix)}></li>${ litRender.repeat(context._linksData, (item, index) => item._id || index, (item, index) => block1(item, index, context, tags, suffix)) }${ context._endsWithCurrentLocationLabel ? block2(context, tags, suffix) : undefined }</ol></nav>`;
4
- const block1 = (item, index, context, tags, suffix) => litRender.html`<li class="ui5-breadcrumbs-link-wrapper" id="${litRender.ifDefined(item._id)}-link-wrapper"><${litRender.scopeTag("ui5-link", tags, suffix)} @click="${context._onLinkPress}" href="${litRender.ifDefined(item.href)}" target="${litRender.ifDefined(item.target)}" id="${litRender.ifDefined(item._id)}-link" accessible-name="${litRender.ifDefined(item._accessibleNameText)}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.innerText)}</${litRender.scopeTag("ui5-link", tags, suffix)}></li>`;
5
- const block2 = (context, tags, suffix) => litRender.html`<li class="ui5-breadcrumbs-current-location" @click="${context._onLabelPress}"><span aria-label="${litRender.ifDefined(context._currentLocationAccName)}" role="link" id="${litRender.ifDefined(context._id)}-labelWrapper"><${litRender.scopeTag("ui5-label", tags, suffix)} aria-current="page">${litRender.ifDefined(context._currentLocationText)}</${litRender.scopeTag("ui5-label", tags, suffix)}></span></li>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<nav class="ui5-breadcrumbs-root" aria-label="${litRender.ifDefined(context._accessibleNameText)}"><ol @focusin="${context._onfocusin}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}"><li class="ui5-breadcrumbs-dropdown-arrow-link-wrapper" ?hidden="${context._isOverflowEmpty}"><${litRender.scopeTag("ui5-link", tags, suffix)} @click="${context._openRespPopover}" accessible-role="button" aria-label="${litRender.ifDefined(context._dropdownArrowAccessibleNameText)}" aria-haspopup="${litRender.ifDefined(context._ariaHasPopup)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" title="${litRender.ifDefined(context._dropdownArrowAccessibleNameText)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}></${litRender.scopeTag("ui5-link", tags, suffix)}></li>${ litRender.repeat(context._linksData, (item, index) => item._id || index, (item, index) => block1(item, index, context, tags, suffix)) }${ context._endsWithCurrentLocationLabel ? block2(context, tags, suffix) : undefined }</ol></nav>` : litRender.html`<nav class="ui5-breadcrumbs-root" aria-label="${litRender.ifDefined(context._accessibleNameText)}"><ol @focusin="${context._onfocusin}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}"><li class="ui5-breadcrumbs-dropdown-arrow-link-wrapper" ?hidden="${context._isOverflowEmpty}"><ui5-link @click="${context._openRespPopover}" accessible-role="button" aria-label="${litRender.ifDefined(context._dropdownArrowAccessibleNameText)}" aria-haspopup="${litRender.ifDefined(context._ariaHasPopup)}"><ui5-icon name="slim-arrow-down" title="${litRender.ifDefined(context._dropdownArrowAccessibleNameText)}"></ui5-icon></ui5-link></li>${ litRender.repeat(context._linksData, (item, index) => item._id || index, (item, index) => block1(item, index, context, tags, suffix)) }${ context._endsWithCurrentLocationLabel ? block2(context, tags, suffix) : undefined }</ol></nav>`;
4
+ const block1 = (item, index, context, tags, suffix) => suffix ? litRender.html`<li class="ui5-breadcrumbs-link-wrapper" id="${litRender.ifDefined(item._id)}-link-wrapper"><${litRender.scopeTag("ui5-link", tags, suffix)} @click="${context._onLinkPress}" href="${litRender.ifDefined(item.href)}" target="${litRender.ifDefined(item.target)}" id="${litRender.ifDefined(item._id)}-link" accessible-name="${litRender.ifDefined(item._accessibleNameText)}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.innerText)}</${litRender.scopeTag("ui5-link", tags, suffix)}></li>` : litRender.html`<li class="ui5-breadcrumbs-link-wrapper" id="${litRender.ifDefined(item._id)}-link-wrapper"><ui5-link @click="${context._onLinkPress}" href="${litRender.ifDefined(item.href)}" target="${litRender.ifDefined(item.target)}" id="${litRender.ifDefined(item._id)}-link" accessible-name="${litRender.ifDefined(item._accessibleNameText)}" data-ui5-stable="${litRender.ifDefined(item.stableDomRef)}">${litRender.ifDefined(item.innerText)}</ui5-link></li>`;
5
+ const block2 = (context, tags, suffix) => suffix ? litRender.html`<li class="ui5-breadcrumbs-current-location" @click="${context._onLabelPress}"><span aria-label="${litRender.ifDefined(context._currentLocationAccName)}" role="link" id="${litRender.ifDefined(context._id)}-labelWrapper"><${litRender.scopeTag("ui5-label", tags, suffix)} aria-current="page">${litRender.ifDefined(context._currentLocationText)}</${litRender.scopeTag("ui5-label", tags, suffix)}></span></li>` : litRender.html`<li class="ui5-breadcrumbs-current-location" @click="${context._onLabelPress}"><span aria-label="${litRender.ifDefined(context._currentLocationAccName)}" role="link" id="${litRender.ifDefined(context._id)}-labelWrapper"><ui5-label aria-current="page">${litRender.ifDefined(context._currentLocationText)}</ui5-label></span></li>`;
6
6
 
7
7
  return block0;
8
8
 
@@ -2,7 +2,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], funct
2
2
 
3
3
  const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.root)}">${ context._isBusy ? block1(context, tags, suffix) : undefined }<slot></slot>${ context._isBusy ? block3(context) : undefined }</div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<div class="ui5-busy-indicator-busy-area" title="${litRender.ifDefined(context.ariaTitle)}" tabindex="0" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuetext="Busy" aria-labelledby="${litRender.ifDefined(context.labelId)}" data-sap-focus-ref><div class="ui5-busy-indicator-circles-wrapper"><div class="ui5-busy-indicator-circle circle-animation-0"></div><div class="ui5-busy-indicator-circle circle-animation-1"></div><div class="ui5-busy-indicator-circle circle-animation-2"></div></div>${ context.text ? block2(context, tags, suffix) : undefined }</div>`;
5
- const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-label", tags, suffix)} id="${litRender.ifDefined(context._id)}-label" class="ui5-busy-indicator-text">${litRender.ifDefined(context.text)}</${litRender.scopeTag("ui5-label", tags, suffix)}>`;
5
+ const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-label", tags, suffix)} id="${litRender.ifDefined(context._id)}-label" class="ui5-busy-indicator-text">${litRender.ifDefined(context.text)}</${litRender.scopeTag("ui5-label", tags, suffix)}>` : litRender.html`<ui5-label id="${litRender.ifDefined(context._id)}-label" class="ui5-busy-indicator-text">${litRender.ifDefined(context.text)}</ui5-label>`;
6
6
  const block3 = (context, tags, suffix) => litRender.html`<span data-ui5-focus-redirect tabindex="0" @focusin="${context._redirectFocus}"></span>`;
7
7
 
8
8
  return block0;
@@ -1,7 +1,7 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<button type="button" class="ui5-button-root" ?disabled="${context.disabled}" data-sap-focus-ref dir="${litRender.ifDefined(context.effectiveDir)}" @focusout=${context._onfocusout} @focusin=${context._onfocusin} @click=${context._onclick} @mousedown=${context._onmousedown} @mouseup=${context._onmouseup} @keydown=${context._onkeydown} @keyup=${context._onkeyup} @touchstart="${context._ontouchstart}" @touchend="${context._ontouchend}" tabindex=${litRender.ifDefined(context.tabIndexValue)} aria-expanded="${litRender.ifDefined(context.accessibilityAttributes.expanded)}" aria-controls="${litRender.ifDefined(context.accessibilityAttributes.controls)}" aria-haspopup="${litRender.ifDefined(context.accessibilityAttributes.hasPopup)}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" title="${litRender.ifDefined(context.tooltip)}" part="button">${ context.icon ? block1(context, tags, suffix) : undefined }<span id="${litRender.ifDefined(context._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${ context.hasButtonType ? block2(context) : undefined }</button> `;
4
- const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-button-icon" name="${litRender.ifDefined(context.icon)}" part="icon" ?show-tooltip=${context.showIconTooltip}></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
3
+ const block0 = (context, tags, suffix) => litRender.html`<button type="button" class="ui5-button-root" ?disabled="${context.disabled}" data-sap-focus-ref @focusout=${context._onfocusout} @focusin=${context._onfocusin} @click=${context._onclick} @mousedown=${context._onmousedown} @mouseup=${context._onmouseup} @keydown=${context._onkeydown} @keyup=${context._onkeyup} @touchstart="${context._ontouchstart}" @touchend="${context._ontouchend}" tabindex=${litRender.ifDefined(context.tabIndexValue)} aria-expanded="${litRender.ifDefined(context.accessibilityAttributes.expanded)}" aria-controls="${litRender.ifDefined(context.accessibilityAttributes.controls)}" aria-haspopup="${litRender.ifDefined(context.accessibilityAttributes.hasPopup)}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" title="${litRender.ifDefined(context.tooltip)}" part="button">${ context.icon ? block1(context, tags, suffix) : undefined }<span id="${litRender.ifDefined(context._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${ context.hasButtonType ? block2(context) : undefined }</button> `;
4
+ const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-button-icon" name="${litRender.ifDefined(context.icon)}" part="icon" ?show-tooltip=${context.showIconTooltip}></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon class="ui5-button-icon" name="${litRender.ifDefined(context.icon)}" part="icon" ?show-tooltip=${context.showIconTooltip}></ui5-icon>`;
5
5
  const block2 = (context, tags, suffix) => litRender.html`<span class="ui5-hidden-text">${litRender.ifDefined(context.buttonTypeText)}</span>`;
6
6
 
7
7
  return block0;
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-calheader-root" dir="${litRender.ifDefined(context.effectiveDir)}"><div data-ui5-cal-header-btn-prev class="${litRender.classMap(context.classes.prevButton)}" @mousedown=${context.onPrevButtonClick} title="${litRender.ifDefined(context._prevButtonText)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-calheader-arrowicon" name="slim-arrow-left"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div><div class="ui5-calheader-midcontainer"><div data-ui5-cal-header-btn-month class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${context.isMonthButtonHidden}" tabindex="0" aria-label="${litRender.ifDefined(context.accInfo.ariaLabelMonthButton)}" @click=${context.onMonthButtonClick} @keydown=${context.onMonthButtonKeyDown} @keyup=${context.onMonthButtonKeyUp}><span>${litRender.ifDefined(context._monthButtonText)}</span>${ context.hasSecondaryCalendarType ? block1(context) : undefined }</div><div data-ui5-cal-header-btn-year class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${context.isYearButtonHidden}" tabindex="0" @click=${context.onYearButtonClick} @keydown=${context.onYearButtonKeyDown} @keyup=${context.onYearButtonKeyUp}><span>${litRender.ifDefined(context._yearButtonText)}</span>${ context.hasSecondaryCalendarType ? block2(context) : undefined }</div></div><div data-ui5-cal-header-btn-next class="${litRender.classMap(context.classes.nextButton)}" @mousedown=${context.onNextButtonClick} title=${litRender.ifDefined(context._nextButtonText)}><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-calheader-arrowicon" name="slim-arrow-right"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div></div>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-calheader-root"><div data-ui5-cal-header-btn-prev class="${litRender.classMap(context.classes.prevButton)}" @mousedown=${context.onPrevButtonClick} title="${litRender.ifDefined(context._prevButtonText)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-calheader-arrowicon" name="slim-arrow-left"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div><div class="ui5-calheader-midcontainer"><div data-ui5-cal-header-btn-month class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${context.isMonthButtonHidden}" tabindex="0" aria-label="${litRender.ifDefined(context.accInfo.ariaLabelMonthButton)}" @click=${context.onMonthButtonClick} @keydown=${context.onMonthButtonKeyDown} @keyup=${context.onMonthButtonKeyUp}><span>${litRender.ifDefined(context._monthButtonText)}</span>${ context.hasSecondaryCalendarType ? block1(context) : undefined }</div><div data-ui5-cal-header-btn-year class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${context.isYearButtonHidden}" tabindex="0" @click=${context.onYearButtonClick} @keydown=${context.onYearButtonKeyDown} @keyup=${context.onYearButtonKeyUp}><span>${litRender.ifDefined(context._yearButtonText)}</span>${ context.hasSecondaryCalendarType ? block2(context) : undefined }</div></div><div data-ui5-cal-header-btn-next class="${litRender.classMap(context.classes.nextButton)}" @mousedown=${context.onNextButtonClick} title=${litRender.ifDefined(context._nextButtonText)}><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-calheader-arrowicon" name="slim-arrow-right"></${litRender.scopeTag("ui5-icon", tags, suffix)}></div></div>` : litRender.html`<div class="ui5-calheader-root"><div data-ui5-cal-header-btn-prev class="${litRender.classMap(context.classes.prevButton)}" @mousedown=${context.onPrevButtonClick} title="${litRender.ifDefined(context._prevButtonText)}"><ui5-icon class="ui5-calheader-arrowicon" name="slim-arrow-left"></ui5-icon></div><div class="ui5-calheader-midcontainer"><div data-ui5-cal-header-btn-month class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${context.isMonthButtonHidden}" tabindex="0" aria-label="${litRender.ifDefined(context.accInfo.ariaLabelMonthButton)}" @click=${context.onMonthButtonClick} @keydown=${context.onMonthButtonKeyDown} @keyup=${context.onMonthButtonKeyUp}><span>${litRender.ifDefined(context._monthButtonText)}</span>${ context.hasSecondaryCalendarType ? block1(context) : undefined }</div><div data-ui5-cal-header-btn-year class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${context.isYearButtonHidden}" tabindex="0" @click=${context.onYearButtonClick} @keydown=${context.onYearButtonKeyDown} @keyup=${context.onYearButtonKeyUp}><span>${litRender.ifDefined(context._yearButtonText)}</span>${ context.hasSecondaryCalendarType ? block2(context) : undefined }</div></div><div data-ui5-cal-header-btn-next class="${litRender.classMap(context.classes.nextButton)}" @mousedown=${context.onNextButtonClick} title=${litRender.ifDefined(context._nextButtonText)}><ui5-icon class="ui5-calheader-arrowicon" name="slim-arrow-right"></ui5-icon></div></div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<span class="ui5-calheader-btn-sectext">${litRender.ifDefined(context._secondMonthButtonText)}</span>`;
5
5
  const block2 = (context, tags, suffix) => litRender.html`<span class="ui5-calheader-btn-sectext">${litRender.ifDefined(context._secondYearButtonText)}</span>`;
6
6
 
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-cal-root" @keydown=${context._onkeydown}><div id="${litRender.ifDefined(context._id)}-content" class="ui5-cal-content"><${litRender.scopeTag("ui5-daypicker", tags, suffix)} id="${litRender.ifDefined(context._id)}-daypicker" ?hidden="${context._isDayPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isDayPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .secondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarType)}" .selectionMode="${litRender.ifDefined(context.selectionMode)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" ?hide-week-numbers="${context.hideWeekNumbers}" @ui5-change="${litRender.ifDefined(context.onSelectedDatesChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></${litRender.scopeTag("ui5-daypicker", tags, suffix)}><${litRender.scopeTag("ui5-monthpicker", tags, suffix)} id="${litRender.ifDefined(context._id)}-MP" ?hidden="${context._isMonthPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isMonthPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" @ui5-change="${litRender.ifDefined(context.onSelectedMonthChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></${litRender.scopeTag("ui5-monthpicker", tags, suffix)}><${litRender.scopeTag("ui5-yearpicker", tags, suffix)} id="${litRender.ifDefined(context._id)}-YP" ?hidden="${context._isYearPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isYearPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" @ui5-change="${litRender.ifDefined(context.onSelectedYearChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></${litRender.scopeTag("ui5-yearpicker", tags, suffix)}></div><${litRender.scopeTag("ui5-calendar-header", tags, suffix)} id="${litRender.ifDefined(context._id)}-head" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .secondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarType)}" .buttonTextForSecondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarTypeButtonText)}" timestamp="${litRender.ifDefined(context._timestamp)}" .isPrevButtonDisabled="${litRender.ifDefined(context._previousButtonDisabled)}" .isNextButtonDisabled="${litRender.ifDefined(context._nextButtonDisabled)}" .isMonthButtonHidden="${litRender.ifDefined(context._isHeaderMonthButtonHidden)}" ._monthButtonText="${litRender.ifDefined(context._headerMonthButtonText)}" ._yearButtonText="${litRender.ifDefined(context._headerYearButtonText)}" @ui5-previous-press="${litRender.ifDefined(context.onHeaderPreviousPress)}" @ui5-next-press="${litRender.ifDefined(context.onHeaderNextPress)}" @ui5-show-month-press="${litRender.ifDefined(context.onHeaderShowMonthPress)}" @ui5-show-year-press="${litRender.ifDefined(context.onHeaderShowYearPress)}"></${litRender.scopeTag("ui5-calendar-header", tags, suffix)}></div>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-cal-root" @keydown=${context._onkeydown}><div id="${litRender.ifDefined(context._id)}-content" class="ui5-cal-content"><${litRender.scopeTag("ui5-daypicker", tags, suffix)} id="${litRender.ifDefined(context._id)}-daypicker" ?hidden="${context._isDayPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isDayPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .secondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarType)}" .selectionMode="${litRender.ifDefined(context.selectionMode)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" ?hide-week-numbers="${context.hideWeekNumbers}" @ui5-change="${litRender.ifDefined(context.onSelectedDatesChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></${litRender.scopeTag("ui5-daypicker", tags, suffix)}><${litRender.scopeTag("ui5-monthpicker", tags, suffix)} id="${litRender.ifDefined(context._id)}-MP" ?hidden="${context._isMonthPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isMonthPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" @ui5-change="${litRender.ifDefined(context.onSelectedMonthChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></${litRender.scopeTag("ui5-monthpicker", tags, suffix)}><${litRender.scopeTag("ui5-yearpicker", tags, suffix)} id="${litRender.ifDefined(context._id)}-YP" ?hidden="${context._isYearPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isYearPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" @ui5-change="${litRender.ifDefined(context.onSelectedYearChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></${litRender.scopeTag("ui5-yearpicker", tags, suffix)}></div><${litRender.scopeTag("ui5-calendar-header", tags, suffix)} id="${litRender.ifDefined(context._id)}-head" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .secondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarType)}" .buttonTextForSecondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarTypeButtonText)}" timestamp="${litRender.ifDefined(context._timestamp)}" .isPrevButtonDisabled="${litRender.ifDefined(context._previousButtonDisabled)}" .isNextButtonDisabled="${litRender.ifDefined(context._nextButtonDisabled)}" .isMonthButtonHidden="${litRender.ifDefined(context._isHeaderMonthButtonHidden)}" ._monthButtonText="${litRender.ifDefined(context._headerMonthButtonText)}" ._yearButtonText="${litRender.ifDefined(context._headerYearButtonText)}" @ui5-previous-press="${litRender.ifDefined(context.onHeaderPreviousPress)}" @ui5-next-press="${litRender.ifDefined(context.onHeaderNextPress)}" @ui5-show-month-press="${litRender.ifDefined(context.onHeaderShowMonthPress)}" @ui5-show-year-press="${litRender.ifDefined(context.onHeaderShowYearPress)}"></${litRender.scopeTag("ui5-calendar-header", tags, suffix)}></div>` : litRender.html`<div class="ui5-cal-root" @keydown=${context._onkeydown}><div id="${litRender.ifDefined(context._id)}-content" class="ui5-cal-content"><ui5-daypicker id="${litRender.ifDefined(context._id)}-daypicker" ?hidden="${context._isDayPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isDayPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .secondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarType)}" .selectionMode="${litRender.ifDefined(context.selectionMode)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" ?hide-week-numbers="${context.hideWeekNumbers}" @ui5-change="${litRender.ifDefined(context.onSelectedDatesChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></ui5-daypicker><ui5-monthpicker id="${litRender.ifDefined(context._id)}-MP" ?hidden="${context._isMonthPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isMonthPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" @ui5-change="${litRender.ifDefined(context.onSelectedMonthChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></ui5-monthpicker><ui5-yearpicker id="${litRender.ifDefined(context._id)}-YP" ?hidden="${context._isYearPickerHidden}" format-pattern="${litRender.ifDefined(context._formatPattern)}" .selectedDates="${litRender.ifDefined(context._selectedDatesTimestamps)}" ._hidden="${litRender.ifDefined(context._isYearPickerHidden)}" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .minDate="${litRender.ifDefined(context.minDate)}" .maxDate="${litRender.ifDefined(context.maxDate)}" timestamp="${litRender.ifDefined(context._timestamp)}" @ui5-change="${litRender.ifDefined(context.onSelectedYearChange)}" @ui5-navigate="${litRender.ifDefined(context.onNavigate)}"></ui5-yearpicker></div><ui5-calendar-header id="${litRender.ifDefined(context._id)}-head" .primaryCalendarType="${litRender.ifDefined(context._primaryCalendarType)}" .secondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarType)}" .buttonTextForSecondaryCalendarType="${litRender.ifDefined(context.secondaryCalendarTypeButtonText)}" timestamp="${litRender.ifDefined(context._timestamp)}" .isPrevButtonDisabled="${litRender.ifDefined(context._previousButtonDisabled)}" .isNextButtonDisabled="${litRender.ifDefined(context._nextButtonDisabled)}" .isMonthButtonHidden="${litRender.ifDefined(context._isHeaderMonthButtonHidden)}" ._monthButtonText="${litRender.ifDefined(context._headerMonthButtonText)}" ._yearButtonText="${litRender.ifDefined(context._headerYearButtonText)}" @ui5-previous-press="${litRender.ifDefined(context.onHeaderPreviousPress)}" @ui5-next-press="${litRender.ifDefined(context.onHeaderNextPress)}" @ui5-show-month-press="${litRender.ifDefined(context.onHeaderShowMonthPress)}" @ui5-show-year-press="${litRender.ifDefined(context.onHeaderShowYearPress)}"></ui5-calendar-header></div>`;
4
4
 
5
5
  return block0;
6
6
 
@@ -1,11 +1,11 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes)}" dir="${litRender.ifDefined(context.effectiveDir)}" @click="${context._headerClick}" @keydown="${context._headerKeydown}" @keyup="${context._headerKeyup}" role="${litRender.ifDefined(context.ariaHeaderRole)}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledByHeader)}" aria-level="${litRender.ifDefined(context._ariaLevel)}" aria-roledescription="${litRender.ifDefined(context.ariaCardHeaderRoleDescription)}" tabindex="0" id="${litRender.ifDefined(context._id)}--header">${ context.hasAvatar ? block1(context) : undefined }<div class="ui5-card-header-text">${ context.titleText ? block2(context) : undefined }${ context.subtitleText ? block3(context) : undefined }</div><div class="ui5-card-header-action">${ context.hasAction ? block4() : block5(context) }</div></div>`;
3
+ const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes)}" @click="${context._headerClick}" @keydown="${context._headerKeydown}" @keyup="${context._headerKeyup}" role="${litRender.ifDefined(context.ariaHeaderRole)}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledByHeader)}" aria-level="${litRender.ifDefined(context._ariaLevel)}" aria-roledescription="${litRender.ifDefined(context.ariaCardHeaderRoleDescription)}" tabindex="0" id="${litRender.ifDefined(context._id)}--header">${ context.hasAvatar ? block1(context) : undefined }<div class="ui5-card-header-text"><div class="ui5-card-header-first-line">${ context.titleText ? block2(context) : undefined }${ context.status ? block3(context) : undefined }</div>${ context.subtitleText ? block4(context) : undefined }</div>${ context.hasAction ? block5() : undefined }</div></div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}-avatar" class="ui5-card-header-avatar" aria-label="${litRender.ifDefined(context.ariaCardAvatarLabel)}"><slot name="avatar"></slot></div>`;
5
5
  const block2 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}-title" class="ui5-card-header-title" part="title">${litRender.ifDefined(context.titleText)}</div>`;
6
- const block3 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}-subtitle" class="ui5-card-header-subtitle" part="subtitle">${litRender.ifDefined(context.subtitleText)}</div>`;
7
- const block4 = (context, tags, suffix) => litRender.html`<slot name="action"></slot>`;
8
- const block5 = (context, tags, suffix) => litRender.html`<span id="${litRender.ifDefined(context._id)}-status" part="status" class="ui5-card-header-status" dir="auto">${litRender.ifDefined(context.status)}</span>`;
6
+ const block3 = (context, tags, suffix) => litRender.html`<div class="ui5-card-header-status"><span id="${litRender.ifDefined(context._id)}-status" part="status" dir="auto">${litRender.ifDefined(context.status)}</span></div>`;
7
+ const block4 = (context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(context._id)}-subtitle" class="ui5-card-header-subtitle" part="subtitle">${litRender.ifDefined(context.subtitleText)}</div>`;
8
+ const block5 = (context, tags, suffix) => litRender.html`<div class="ui5-card-header-action"><slot name="action"></slot></div>`;
9
9
 
10
10
  return block0;
11
11
 
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes)}" dir="${litRender.ifDefined(context.effectiveDir)}" role="region" aria-label="${litRender.ifDefined(context._getAriaLabel)}">${ context._hasHeader ? block1() : undefined }<div role="group" aria-label="${litRender.ifDefined(context._ariaCardContentLabel)}"><slot></slot></div></div>`;
3
+ const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes)}" role="region" aria-label="${litRender.ifDefined(context._getAriaLabel)}">${ context._hasHeader ? block1() : undefined }<div role="group" aria-label="${litRender.ifDefined(context._ariaCardContentLabel)}"><slot></slot></div></div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<div class="ui5-card-header-root"><slot name="header"></slot></div>`;
5
5
 
6
6
  return block0;
@@ -2,14 +2,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], funct
2
2
 
3
3
  const block0 = (context, tags, suffix) => litRender.html`<section class="ui5-carousel-root" tabindex="0" role="listbox" aria-activedescendant="${litRender.ifDefined(context.ariaActiveDescendant)}" @focusin="${context._onfocusin}" @keydown=${context._onkeydown} @mouseout="${context._onmouseout}" @mouseover="${context._onmouseover}"><div class="${litRender.classMap(context.classes.viewport)}"><div class="${litRender.classMap(context.classes.content)}" style="${litRender.styleMap(context.styles.content)}">${ litRender.repeat(context.items, (item, index) => item._id || index, (item, index) => block1(item)) }</div></div>${ context.arrows.content ? block2(context, tags, suffix) : undefined }${ context.renderNavigation ? block3(context, tags, suffix) : undefined }</div></section> `;
4
4
  const block1 = (item, index, context, tags, suffix) => litRender.html`<div id="${litRender.ifDefined(item.id)}" class="ui5-carousel-item ${litRender.ifDefined(item.classes)}" style="${litRender.styleMap(item.styles)}" role="option" aria-posinset="${litRender.ifDefined(item.posinset)}" aria-setsize="${litRender.ifDefined(item.setsize)}" part="item"><slot name="${litRender.ifDefined(item.item._individualSlot)}" tabindex="${litRender.ifDefined(item.tabIndex)}"></slot></div>`;
5
- const block2 = (context, tags, suffix) => litRender.html`<div class="ui5-carousel-navigation-arrows"><${litRender.scopeTag("ui5-button", tags, suffix)} arrow-back tooltip="${litRender.ifDefined(context.previousPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navPrevButton)}" icon="slim-arrow-left" tabindex="-1" @click=${context.navigateLeft}></${litRender.scopeTag("ui5-button", tags, suffix)}><${litRender.scopeTag("ui5-button", tags, suffix)} arrow-forward tooltip="${litRender.ifDefined(context.nextPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navNextButton)}" icon="slim-arrow-right" tabindex="-1" @click=${context.navigateRight}></${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
5
+ const block2 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-carousel-navigation-arrows"><${litRender.scopeTag("ui5-button", tags, suffix)} arrow-back tooltip="${litRender.ifDefined(context.previousPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navPrevButton)}" icon="slim-arrow-left" tabindex="-1" @click=${context.navigateLeft}></${litRender.scopeTag("ui5-button", tags, suffix)}><${litRender.scopeTag("ui5-button", tags, suffix)} arrow-forward tooltip="${litRender.ifDefined(context.nextPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navNextButton)}" icon="slim-arrow-right" tabindex="-1" @click=${context.navigateRight}></${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-carousel-navigation-arrows"><ui5-button arrow-back tooltip="${litRender.ifDefined(context.previousPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navPrevButton)}" icon="slim-arrow-left" tabindex="-1" @click=${context.navigateLeft}></ui5-button><ui5-button arrow-forward tooltip="${litRender.ifDefined(context.nextPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navNextButton)}" icon="slim-arrow-right" tabindex="-1" @click=${context.navigateRight}></ui5-button></div>`;
6
6
  const block3 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.navigation)}">${ context.arrows.navigation ? block4(context, tags, suffix) : undefined }<div class="ui5-carousel-navigation">${ !context.hidePageIndicator ? block5(context, tags, suffix) : undefined }</div>${ context.arrows.navigation ? block9(context, tags, suffix) : undefined }</div>`;
7
- const block4 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} arrow-back tooltip="${litRender.ifDefined(context.previousPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navPrevButton)}" icon="slim-arrow-left" tabindex="-1" @click=${context.navigateLeft}></${litRender.scopeTag("ui5-button", tags, suffix)}>`;
7
+ const block4 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} arrow-back tooltip="${litRender.ifDefined(context.previousPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navPrevButton)}" icon="slim-arrow-left" tabindex="-1" @click=${context.navigateLeft}></${litRender.scopeTag("ui5-button", tags, suffix)}>` : litRender.html`<ui5-button arrow-back tooltip="${litRender.ifDefined(context.previousPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navPrevButton)}" icon="slim-arrow-left" tabindex="-1" @click=${context.navigateLeft}></ui5-button>`;
8
8
  const block5 = (context, tags, suffix) => litRender.html`${ context.isPageTypeDots ? block6(context) : block8(context, tags, suffix) }`;
9
9
  const block6 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.dots, (item, index) => item._id || index, (item, index) => block7(item)) }`;
10
10
  const block7 = (item, index, context, tags, suffix) => litRender.html`<div role="img" aria-label="${litRender.ifDefined(item.ariaLabel)}" ?active="${item.active}" class="ui5-carousel-navigation-dot"></div>`;
11
- const block8 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-label", tags, suffix)}>${litRender.ifDefined(context.selectedIndexToShow)}&nbsp;${litRender.ifDefined(context.ofText)}&nbsp;${litRender.ifDefined(context.pagesCount)}</${litRender.scopeTag("ui5-label", tags, suffix)}>`;
12
- const block9 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} arrow-forward tooltip="${litRender.ifDefined(context.nextPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navNextButton)}" icon="slim-arrow-right" tabindex="-1" @click=${context.navigateRight}></${litRender.scopeTag("ui5-button", tags, suffix)}>`;
11
+ const block8 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-label", tags, suffix)}>${litRender.ifDefined(context.selectedIndexToShow)}&nbsp;${litRender.ifDefined(context.ofText)}&nbsp;${litRender.ifDefined(context.pagesCount)}</${litRender.scopeTag("ui5-label", tags, suffix)}>` : litRender.html`<ui5-label>${litRender.ifDefined(context.selectedIndexToShow)}&nbsp;${litRender.ifDefined(context.ofText)}&nbsp;${litRender.ifDefined(context.pagesCount)}</ui5-label>`;
12
+ const block9 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-button", tags, suffix)} arrow-forward tooltip="${litRender.ifDefined(context.nextPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navNextButton)}" icon="slim-arrow-right" tabindex="-1" @click=${context.navigateRight}></${litRender.scopeTag("ui5-button", tags, suffix)}>` : litRender.html`<ui5-button arrow-forward tooltip="${litRender.ifDefined(context.nextPageText)}" class="ui5-carousel-navigation-button ${litRender.classMap(context.classes.navNextButton)}" icon="slim-arrow-right" tabindex="-1" @click=${context.navigateRight}></ui5-button>`;
13
13
 
14
14
  return block0;
15
15
 
@@ -1,8 +1,8 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-checkbox-root ${litRender.classMap(context.classes.main)}" role="checkbox" aria-checked="${litRender.ifDefined(context.ariaChecked)}" aria-readonly="${litRender.ifDefined(context.ariaReadonly)}" aria-disabled="${litRender.ifDefined(context.ariaDisabled)}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledBy)}" aria-describedby="${litRender.ifDefined(context.ariaDescribedBy)}" tabindex="${litRender.ifDefined(context.tabIndex)}" @mousedown="${context._onmousedown}" @mouseup="${context._onmouseup}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}" @click="${context._onclick}" @focusout="${context._onfocusout}" dir="${litRender.ifDefined(context.effectiveDir)}"><div id="${litRender.ifDefined(context._id)}-CbBg" class="ui5-checkbox-inner">${ context.isCompletelyChecked ? block1(context, tags, suffix) : undefined }<input id="${litRender.ifDefined(context._id)}-CB" type='checkbox' ?checked="${context.checked}" ?readonly="${context.readonly}" ?disabled="${context.disabled}" tabindex="-1" aria-hidden="true" data-sap-no-tab-ref /></div>${ context.text ? block2(context, tags, suffix) : undefined }${ context.hasValueState ? block3(context) : undefined }<slot name="formSupport"></slot></div>`;
4
- const block1 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} aria-hidden="true" name="accept" class="ui5-checkbox-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
5
- const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-label", tags, suffix)} id="${litRender.ifDefined(context._id)}-label" class="ui5-checkbox-label" wrapping-type="${litRender.ifDefined(context.wrappingType)}">${litRender.ifDefined(context.text)}</${litRender.scopeTag("ui5-label", tags, suffix)}>`;
3
+ const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-checkbox-root ${litRender.classMap(context.classes.main)}" role="checkbox" aria-checked="${litRender.ifDefined(context.ariaChecked)}" aria-readonly="${litRender.ifDefined(context.ariaReadonly)}" aria-disabled="${litRender.ifDefined(context.ariaDisabled)}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-labelledby="${litRender.ifDefined(context.ariaLabelledBy)}" aria-describedby="${litRender.ifDefined(context.ariaDescribedBy)}" aria-required="${litRender.ifDefined(context.required)}" tabindex="${litRender.ifDefined(context.tabIndex)}" @mousedown="${context._onmousedown}" @mouseup="${context._onmouseup}" @keydown="${context._onkeydown}" @keyup="${context._onkeyup}" @click="${context._onclick}" @focusout="${context._onfocusout}"><div id="${litRender.ifDefined(context._id)}-CbBg" class="ui5-checkbox-inner">${ context.isCompletelyChecked ? block1(context, tags, suffix) : undefined }<input id="${litRender.ifDefined(context._id)}-CB" type='checkbox' ?checked="${context.checked}" ?readonly="${context.readonly}" ?disabled="${context.disabled}" tabindex="-1" aria-hidden="true" data-sap-no-tab-ref /></div>${ context.text ? block2(context, tags, suffix) : undefined }${ context.hasValueState ? block3(context) : undefined }<slot name="formSupport"></slot></div>`;
4
+ const block1 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} aria-hidden="true" name="accept" class="ui5-checkbox-icon"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon aria-hidden="true" name="accept" class="ui5-checkbox-icon"></ui5-icon>`;
5
+ const block2 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-label", tags, suffix)} id="${litRender.ifDefined(context._id)}-label" class="ui5-checkbox-label" wrapping-type="${litRender.ifDefined(context.wrappingType)}">${litRender.ifDefined(context.text)}</${litRender.scopeTag("ui5-label", tags, suffix)}>` : litRender.html`<ui5-label id="${litRender.ifDefined(context._id)}-label" class="ui5-checkbox-label" wrapping-type="${litRender.ifDefined(context.wrappingType)}">${litRender.ifDefined(context.text)}</ui5-label>`;
6
6
  const block3 = (context, tags, suffix) => litRender.html`<span id="${litRender.ifDefined(context._id)}-descr" class="ui5-hidden-text">${litRender.ifDefined(context.valueStateText)}</span>`;
7
7
 
8
8
  return block0;
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-dialog", tags, suffix)} header-text="${litRender.ifDefined(context.moreColorsFeature.colorPaletteDialogTitle)}"><div class="ui5-cp-dialog-content"><${litRender.scopeTag("ui5-color-picker", tags, suffix)}></${litRender.scopeTag("ui5-color-picker", tags, suffix)}></div><div slot="footer" class="ui5-cp-dialog-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._chooseCustomColor}">${litRender.ifDefined(context.moreColorsFeature.colorPaletteDialogOKButton)}</${litRender.scopeTag("ui5-button", tags, suffix)}><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._closeDialog}">${litRender.ifDefined(context.moreColorsFeature.colorPaletteCancelButton)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-dialog", tags, suffix)}>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-dialog", tags, suffix)} header-text="${litRender.ifDefined(context.moreColorsFeature.colorPaletteDialogTitle)}"><div class="ui5-cp-dialog-content"><${litRender.scopeTag("ui5-color-picker", tags, suffix)}></${litRender.scopeTag("ui5-color-picker", tags, suffix)}></div><div slot="footer" class="ui5-cp-dialog-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._chooseCustomColor}">${litRender.ifDefined(context.moreColorsFeature.colorPaletteDialogOKButton)}</${litRender.scopeTag("ui5-button", tags, suffix)}><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._closeDialog}">${litRender.ifDefined(context.moreColorsFeature.colorPaletteCancelButton)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-dialog", tags, suffix)}>` : litRender.html`<ui5-dialog header-text="${litRender.ifDefined(context.moreColorsFeature.colorPaletteDialogTitle)}"><div class="ui5-cp-dialog-content"><ui5-color-picker></ui5-color-picker></div><div slot="footer" class="ui5-cp-dialog-footer"><ui5-button design="Transparent" @click="${context._chooseCustomColor}">${litRender.ifDefined(context.moreColorsFeature.colorPaletteDialogOKButton)}</ui5-button><ui5-button design="Transparent" @click="${context._closeDialog}">${litRender.ifDefined(context.moreColorsFeature.colorPaletteCancelButton)}</ui5-button></div></ui5-dialog>`;
4
4
 
5
5
  return block0;
6
6
 
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow content-only-on-desktop placement-type="Bottom"><div slot="header" class="ui5-cp-header"><${litRender.scopeTag("ui5-title", tags, suffix)} class="ui5-cp-title">${litRender.ifDefined(context._colorPaletteTitle)}</${litRender.scopeTag("ui5-title", tags, suffix)}></div><div><${litRender.scopeTag("ui5-color-palette", tags, suffix)} ?show-more-colors="${context.showMoreColors}" ?show-recent-colors="${context.showRecentColors}" ?show-default-color="${context.showDefaultColor}" default-color="${litRender.ifDefined(context.defaultColor)}" popup-mode @ui5-item-click="${litRender.ifDefined(context.onSelectedColor)}">${ litRender.repeat(context.colorPaletteColors, (item, index) => item._id || index, (item, index) => block1(item)) }</${litRender.scopeTag("ui5-color-palette", tags, suffix)}></div><div slot="footer" class="ui5-cp-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context.closePopover}">${litRender.ifDefined(context._cancelButtonLabel)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow content-only-on-desktop placement-type="Bottom"><div slot="header" class="ui5-cp-header"><${litRender.scopeTag("ui5-title", tags, suffix)} class="ui5-cp-title">${litRender.ifDefined(context._colorPaletteTitle)}</${litRender.scopeTag("ui5-title", tags, suffix)}></div><div><${litRender.scopeTag("ui5-color-palette", tags, suffix)} ?show-more-colors="${context.showMoreColors}" ?show-recent-colors="${context.showRecentColors}" ?show-default-color="${context.showDefaultColor}" default-color="${litRender.ifDefined(context.defaultColor)}" popup-mode @ui5-item-click="${litRender.ifDefined(context.onSelectedColor)}">${ litRender.repeat(context.colorPaletteColors, (item, index) => item._id || index, (item, index) => block1(item)) }</${litRender.scopeTag("ui5-color-palette", tags, suffix)}></div><div slot="footer" class="ui5-cp-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context.closePopover}">${litRender.ifDefined(context._cancelButtonLabel)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>` : litRender.html`<ui5-responsive-popover hide-arrow content-only-on-desktop placement-type="Bottom"><div slot="header" class="ui5-cp-header"><ui5-title class="ui5-cp-title">${litRender.ifDefined(context._colorPaletteTitle)}</ui5-title></div><div><ui5-color-palette ?show-more-colors="${context.showMoreColors}" ?show-recent-colors="${context.showRecentColors}" ?show-default-color="${context.showDefaultColor}" default-color="${litRender.ifDefined(context.defaultColor)}" popup-mode @ui5-item-click="${litRender.ifDefined(context.onSelectedColor)}">${ litRender.repeat(context.colorPaletteColors, (item, index) => item._id || index, (item, index) => block1(item)) }</ui5-color-palette></div><div slot="footer" class="ui5-cp-footer"><ui5-button design="Transparent" @click="${context.closePopover}">${litRender.ifDefined(context._cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>`;
4
4
  const block1 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._individualSlot)}"></slot>`;
5
5
 
6
6
  return block0;
@@ -1,11 +1,11 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
3
  const block0 = (context, tags, suffix) => litRender.html`<div class="${litRender.classMap(context.classes.colorPaletteRoot)}" @click=${context._onclick} @keyup=${context._onkeyup} @keydown=${context._onkeydown}>${ context.showDefaultColor ? block1(context, tags, suffix) : undefined }<div class="ui5-cp-item-container" role="region" aria-label="${litRender.ifDefined(context.colorContainerLabel)}" @keydown="${context._onColorContainerKeyDown}">${ litRender.repeat(context.displayedColors, (item, index) => item._id || index, (item, index) => block2(item)) }</div>${ context._showMoreColors ? block3(context, tags, suffix) : undefined }${ context.showRecentColors ? block4(context, tags, suffix) : undefined }</div>`;
4
- const block1 = (context, tags, suffix) => litRender.html`<div class="ui5-cp-default-color-button-wrapper"><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-cp-default-color-button" design="Transparent" @click=${context._onDefaultColorClick} @keydown=${context._onDefaultColorKeyDown}>Default color</${litRender.scopeTag("ui5-button", tags, suffix)}><div class="ui5-cp-separator"></div></div>`;
4
+ const block1 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-cp-default-color-button-wrapper"><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-cp-default-color-button" design="Transparent" @click=${context._onDefaultColorClick} @keydown=${context._onDefaultColorKeyDown}>Default color</${litRender.scopeTag("ui5-button", tags, suffix)}><div class="ui5-cp-separator"></div></div>` : litRender.html`<div class="ui5-cp-default-color-button-wrapper"><ui5-button class="ui5-cp-default-color-button" design="Transparent" @click=${context._onDefaultColorClick} @keydown=${context._onDefaultColorKeyDown}>Default color</ui5-button><div class="ui5-cp-separator"></div></div>`;
5
5
  const block2 = (item, index, context, tags, suffix) => litRender.html`<slot name="${litRender.ifDefined(item._individualSlot)}"></slot>`;
6
- const block3 = (context, tags, suffix) => litRender.html`<div class="ui5-cp-more-colors-wrapper"><div class="ui5-cp-separator"></div><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" class="ui5-cp-more-colors" @click="${context._openMoreColorsDialog}" @keydown=${context._onMoreColorsKeyDown}>${litRender.ifDefined(context.colorPaleteMoreColorsText)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div>`;
6
+ const block3 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-cp-more-colors-wrapper"><div class="ui5-cp-separator"></div><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" class="ui5-cp-more-colors" @click="${context._openMoreColorsDialog}" @keydown=${context._onMoreColorsKeyDown}>${litRender.ifDefined(context.colorPaleteMoreColorsText)}</${litRender.scopeTag("ui5-button", tags, suffix)}></div>` : litRender.html`<div class="ui5-cp-more-colors-wrapper"><div class="ui5-cp-separator"></div><ui5-button design="Transparent" class="ui5-cp-more-colors" @click="${context._openMoreColorsDialog}" @keydown=${context._onMoreColorsKeyDown}>${litRender.ifDefined(context.colorPaleteMoreColorsText)}</ui5-button></div>`;
7
7
  const block4 = (context, tags, suffix) => litRender.html`<div class="ui5-cp-recent-colors-wrapper"><div class="ui5-cp-separator"></div><div class="ui5-cp-recent-colors-container" @keydown="${context._onRecentColorsContainerKeyDown}">${ litRender.repeat(context.recentColors, (item, index) => item._id || index, (item, index) => block5(item, index, context, tags, suffix)) }</div></div>`;
8
- const block5 = (item, index, context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-color-palette-item", tags, suffix)} value="${litRender.ifDefined(item)}"></${litRender.scopeTag("ui5-color-palette-item", tags, suffix)}>`;
8
+ const block5 = (item, index, context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-color-palette-item", tags, suffix)} value="${litRender.ifDefined(item)}"></${litRender.scopeTag("ui5-color-palette-item", tags, suffix)}>` : litRender.html`<ui5-color-palette-item value="${litRender.ifDefined(item)}"></ui5-color-palette-item>`;
9
9
 
10
10
  return block0;
11
11
 
@@ -1,6 +1,6 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<section class="ui5-color-picker-root"><div class="ui5-color-picker-main-color" style="${litRender.styleMap(context.styles.mainColor)}" @mousedown="${context._handleMouseDown}" @mouseup="${context._handleMouseUp}" @mousemove="${context._handleMouseMove}" @mouseout="${context._handleMouseOut}"><div class="ui5-color-picker-circle" style="${litRender.styleMap(context.styles.circle)}"></div></div><div class="ui5-color-picker-sliders-wrapper"><${litRender.scopeTag("ui5-slider", tags, suffix)} disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-hue-slider" min="0" max="1530" value="${litRender.ifDefined(context._hue)}" @ui5-input="${litRender.ifDefined(context._handleHueInput)}"></${litRender.scopeTag("ui5-slider", tags, suffix)}><${litRender.scopeTag("ui5-slider", tags, suffix)} disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-alpha-slider" min="0" max="1" step="0.01" value="${litRender.ifDefined(context._alpha)}" @ui5-input="${litRender.ifDefined(context._handleAlphaInput)}"></${litRender.scopeTag("ui5-slider", tags, suffix)}></div><div class="ui5-color-picker-current-color"><div class="ui5-color-picker-colors-wrapper"><span class="ui5-color-picker-white"></span><span class="ui5-color-picker-color"><div class="ui5-color-picker-color-inner" style="${litRender.styleMap(context.styles.colorSpan)}"></div></span></div><div class="ui5-color-picker-hex-input-wrapper"><${litRender.scopeTag("ui5-label", tags, suffix)}>Hex</${litRender.scopeTag("ui5-label", tags, suffix)}><${litRender.scopeTag("ui5-input", tags, suffix)} class="ui5-color-picker-hex-input" value="${litRender.ifDefined(context.hex)}" @keydown="${context._onkeydown}" @ui5-change="${litRender.ifDefined(context._handleHEXChange)}" value-state="${litRender.ifDefined(context.hexInputErrorState)}"></${litRender.scopeTag("ui5-input", tags, suffix)}></div></div><div class="ui5-color-picker-rgb-wrapper" @ui5-change="${litRender.ifDefined(context._handleRGBInputsChange)}"><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="red" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.r)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>R</${litRender.scopeTag("ui5-label", tags, suffix)}></div><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="green" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.g)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>G</${litRender.scopeTag("ui5-label", tags, suffix)}></div><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="blue" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.b)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>B</${litRender.scopeTag("ui5-label", tags, suffix)}></div><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="alpha" disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-rgb-input" value="${litRender.ifDefined(context._alpha)}" @ui5-input="${litRender.ifDefined(context._handleAlphaInput)}" @ui5-change="${litRender.ifDefined(context._handleAlphaChange)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>A</${litRender.scopeTag("ui5-label", tags, suffix)}></div></div></section>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<section dir="${litRender.ifDefined(context.effectiveDir)}" class="ui5-color-picker-root"><div class="ui5-color-picker-main-color" style="${litRender.styleMap(context.styles.mainColor)}" @mousedown="${context._handleMouseDown}" @mouseup="${context._handleMouseUp}" @mousemove="${context._handleMouseMove}" @mouseout="${context._handleMouseOut}"><div class="ui5-color-picker-circle" style="${litRender.styleMap(context.styles.circle)}"></div></div><div class="ui5-color-picker-sliders-wrapper"><${litRender.scopeTag("ui5-slider", tags, suffix)} disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-hue-slider" min="0" max="1530" value="${litRender.ifDefined(context._hue)}" @ui5-input="${litRender.ifDefined(context._handleHueInput)}"></${litRender.scopeTag("ui5-slider", tags, suffix)}><${litRender.scopeTag("ui5-slider", tags, suffix)} disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-alpha-slider" min="0" max="1" step="0.01" value="${litRender.ifDefined(context._alpha)}" @ui5-input="${litRender.ifDefined(context._handleAlphaInput)}"></${litRender.scopeTag("ui5-slider", tags, suffix)}></div><div class="ui5-color-picker-current-color"><div class="ui5-color-picker-colors-wrapper"><span class="ui5-color-picker-white"></span><span class="ui5-color-picker-color"><div class="ui5-color-picker-color-inner" style="${litRender.styleMap(context.styles.colorSpan)}"></div></span></div><div class="ui5-color-picker-hex-input-wrapper"><${litRender.scopeTag("ui5-label", tags, suffix)}>Hex</${litRender.scopeTag("ui5-label", tags, suffix)}><${litRender.scopeTag("ui5-input", tags, suffix)} class="ui5-color-picker-hex-input" value="${litRender.ifDefined(context.hex)}" @keydown="${context._onkeydown}" @ui5-change="${litRender.ifDefined(context._handleHEXChange)}" value-state="${litRender.ifDefined(context.hexInputErrorState)}"></${litRender.scopeTag("ui5-input", tags, suffix)}></div></div><div class="ui5-color-picker-rgb-wrapper" @ui5-change="${litRender.ifDefined(context._handleRGBInputsChange)}"><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="red" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.r)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>R</${litRender.scopeTag("ui5-label", tags, suffix)}></div><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="green" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.g)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>G</${litRender.scopeTag("ui5-label", tags, suffix)}></div><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="blue" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.b)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>B</${litRender.scopeTag("ui5-label", tags, suffix)}></div><div class="ui5-color-picker-rgb"><${litRender.scopeTag("ui5-input", tags, suffix)} id="alpha" disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-rgb-input" value="${litRender.ifDefined(context._alpha)}" @ui5-input="${litRender.ifDefined(context._handleAlphaInput)}" @ui5-change="${litRender.ifDefined(context._handleAlphaChange)}"></${litRender.scopeTag("ui5-input", tags, suffix)}><${litRender.scopeTag("ui5-label", tags, suffix)}>A</${litRender.scopeTag("ui5-label", tags, suffix)}></div></div></section>` : litRender.html`<section dir="${litRender.ifDefined(context.effectiveDir)}" class="ui5-color-picker-root"><div class="ui5-color-picker-main-color" style="${litRender.styleMap(context.styles.mainColor)}" @mousedown="${context._handleMouseDown}" @mouseup="${context._handleMouseUp}" @mousemove="${context._handleMouseMove}" @mouseout="${context._handleMouseOut}"><div class="ui5-color-picker-circle" style="${litRender.styleMap(context.styles.circle)}"></div></div><div class="ui5-color-picker-sliders-wrapper"><ui5-slider disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-hue-slider" min="0" max="1530" value="${litRender.ifDefined(context._hue)}" @ui5-input="${litRender.ifDefined(context._handleHueInput)}"></ui5-slider><ui5-slider disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-alpha-slider" min="0" max="1" step="0.01" value="${litRender.ifDefined(context._alpha)}" @ui5-input="${litRender.ifDefined(context._handleAlphaInput)}"></ui5-slider></div><div class="ui5-color-picker-current-color"><div class="ui5-color-picker-colors-wrapper"><span class="ui5-color-picker-white"></span><span class="ui5-color-picker-color"><div class="ui5-color-picker-color-inner" style="${litRender.styleMap(context.styles.colorSpan)}"></div></span></div><div class="ui5-color-picker-hex-input-wrapper"><ui5-label>Hex</ui5-label><ui5-input class="ui5-color-picker-hex-input" value="${litRender.ifDefined(context.hex)}" @keydown="${context._onkeydown}" @ui5-change="${litRender.ifDefined(context._handleHEXChange)}" value-state="${litRender.ifDefined(context.hexInputErrorState)}"></ui5-input></div></div><div class="ui5-color-picker-rgb-wrapper" @ui5-change="${litRender.ifDefined(context._handleRGBInputsChange)}"><div class="ui5-color-picker-rgb"><ui5-input id="red" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.r)}"></ui5-input><ui5-label>R</ui5-label></div><div class="ui5-color-picker-rgb"><ui5-input id="green" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.g)}"></ui5-input><ui5-label>G</ui5-label></div><div class="ui5-color-picker-rgb"><ui5-input id="blue" class="ui5-color-picker-rgb-input" disabled="${litRender.ifDefined(context.inputsDisabled)}" value="${litRender.ifDefined(context._color.b)}"></ui5-input><ui5-label>B</ui5-label></div><div class="ui5-color-picker-rgb"><ui5-input id="alpha" disabled="${litRender.ifDefined(context.inputsDisabled)}" class="ui5-color-picker-rgb-input" value="${litRender.ifDefined(context._alpha)}" @ui5-input="${litRender.ifDefined(context._handleAlphaInput)}" @ui5-change="${litRender.ifDefined(context._handleAlphaChange)}"></ui5-input><ui5-label>A</ui5-label></div></div></section>`;
4
4
 
5
5
  return block0;
6
6
 
@@ -1,19 +1,19 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} class="${litRender.classMap(context.classes.popover)}" hide-arrow content-only-on-desktop _disable-initial-focus placement-type="Bottom" horizontal-align="Stretch" @ui5-after-open=${litRender.ifDefined(context._afterOpenPopover)} @ui5-after-close=${litRender.ifDefined(context._afterClosePopover)}><${litRender.scopeTag("ui5-busy-indicator", tags, suffix)} ?active=${context.loading} size="Medium" class="ui5-combobox-busy"></${litRender.scopeTag("ui5-busy-indicator", tags, suffix)}><div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${litRender.ifDefined(context._headerTitleText)}</span><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context._closeRespPopover}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div><div class="row"><div class="input-root-phone" value-state="${litRender.ifDefined(context.valueState)}"><input class="ui5-input-inner-phone" .value="${litRender.ifDefined(context.value)}" inner-input placeholder="${litRender.ifDefined(context.placeholder)}" value-state="${litRender.ifDefined(context.valueState)}" @input="${context._input}" @change="${context._inputChange}" @keydown="${context._keydown}" aria-autocomplete="both" /></div></div>${ context.hasValueStateText ? block1(context) : undefined }</div>${ !context._isPhone ? block5(context, tags, suffix) : undefined }<${litRender.scopeTag("ui5-list", tags, suffix)} separators="None" @ui5-item-click=${litRender.ifDefined(context._selectItem)} @ui5-item-focused=${litRender.ifDefined(context._onItemFocus)} @mousedown=${context._itemMousedown} mode="SingleSelect">${ litRender.repeat(context._filteredItems, (item, index) => item._id || index, (item, index) => block10(item, index, context, tags, suffix)) }</${litRender.scopeTag("ui5-list", tags, suffix)}><div slot="footer" class="ui5-responsive-popover-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._closeRespPopover}">OK</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>${ context.shouldOpenValueStateMessagePopover ? block13(context, tags, suffix) : undefined }`;
4
- const block1 = (context, tags, suffix) => litRender.html`<div class="row ${litRender.classMap(context.classes.popoverValueState)}">${ context.shouldDisplayDefaultValueStateMessage ? block2(context) : block3(context) }</div>`;
3
+ const block0 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-responsive-popover", tags, suffix)} class="${litRender.classMap(context.classes.popover)}" hide-arrow content-only-on-desktop _disable-initial-focus placement-type="Bottom" horizontal-align="Stretch" @ui5-after-open=${litRender.ifDefined(context._afterOpenPopover)} @ui5-after-close=${litRender.ifDefined(context._afterClosePopover)}><${litRender.scopeTag("ui5-busy-indicator", tags, suffix)} ?active=${context.loading} size="Medium" class="ui5-combobox-busy"></${litRender.scopeTag("ui5-busy-indicator", tags, suffix)}><div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${litRender.ifDefined(context._headerTitleText)}</span><${litRender.scopeTag("ui5-button", tags, suffix)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context._closeRespPopover}"></${litRender.scopeTag("ui5-button", tags, suffix)}></div><div class="row"><div class="input-root-phone" value-state="${litRender.ifDefined(context.valueState)}"><input class="ui5-input-inner-phone" .value="${litRender.ifDefined(context.value)}" inner-input placeholder="${litRender.ifDefined(context.placeholder)}" value-state="${litRender.ifDefined(context.valueState)}" @input="${context._input}" @change="${context._inputChange}" @keydown="${context._keydown}" aria-autocomplete="both" /></div></div>${ context.hasValueStateText ? block1(context, tags, suffix) : undefined }</div>${ !context._isPhone ? block5(context, tags, suffix) : undefined }<${litRender.scopeTag("ui5-list", tags, suffix)} separators="None" @ui5-item-click=${litRender.ifDefined(context._selectItem)} @ui5-item-focused=${litRender.ifDefined(context._onItemFocus)} @mousedown=${context._itemMousedown} mode="SingleSelect">${ litRender.repeat(context._filteredItems, (item, index) => item._id || index, (item, index) => block10(item, index, context, tags, suffix)) }</${litRender.scopeTag("ui5-list", tags, suffix)}><div slot="footer" class="ui5-responsive-popover-footer"><${litRender.scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${context._closeRespPopover}">OK</${litRender.scopeTag("ui5-button", tags, suffix)}></div></${litRender.scopeTag("ui5-responsive-popover", tags, suffix)}>${ context.shouldOpenValueStateMessagePopover ? block13(context, tags, suffix) : undefined }` : litRender.html`<ui5-responsive-popover class="${litRender.classMap(context.classes.popover)}" hide-arrow content-only-on-desktop _disable-initial-focus placement-type="Bottom" horizontal-align="Stretch" @ui5-after-open=${litRender.ifDefined(context._afterOpenPopover)} @ui5-after-close=${litRender.ifDefined(context._afterClosePopover)}><ui5-busy-indicator ?active=${context.loading} size="Medium" class="ui5-combobox-busy"></ui5-busy-indicator><div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${litRender.ifDefined(context._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${context._closeRespPopover}"></ui5-button></div><div class="row"><div class="input-root-phone" value-state="${litRender.ifDefined(context.valueState)}"><input class="ui5-input-inner-phone" .value="${litRender.ifDefined(context.value)}" inner-input placeholder="${litRender.ifDefined(context.placeholder)}" value-state="${litRender.ifDefined(context.valueState)}" @input="${context._input}" @change="${context._inputChange}" @keydown="${context._keydown}" aria-autocomplete="both" /></div></div>${ context.hasValueStateText ? block1(context, tags, suffix) : undefined }</div>${ !context._isPhone ? block5(context, tags, suffix) : undefined }<ui5-list separators="None" @ui5-item-click=${litRender.ifDefined(context._selectItem)} @ui5-item-focused=${litRender.ifDefined(context._onItemFocus)} @mousedown=${context._itemMousedown} mode="SingleSelect">${ litRender.repeat(context._filteredItems, (item, index) => item._id || index, (item, index) => block10(item, index, context, tags, suffix)) }</ui5-list><div slot="footer" class="ui5-responsive-popover-footer"><ui5-button design="Transparent" @click="${context._closeRespPopover}">OK</ui5-button></div></ui5-responsive-popover>${ context.shouldOpenValueStateMessagePopover ? block13(context, tags, suffix) : undefined }`;
4
+ const block1 = (context, tags, suffix) => suffix ? litRender.html`<div class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverValueStateMessage)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block2(context) : block3(context) }</div>` : litRender.html`<div class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverValueStateMessage)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></ui5-icon>${ context.shouldDisplayDefaultValueStateMessage ? block2(context) : block3(context) }</div>`;
5
5
  const block2 = (context, tags, suffix) => litRender.html`${litRender.ifDefined(context.valueStateText)}`;
6
6
  const block3 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block4(item)) }`;
7
7
  const block4 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
8
8
  const block5 = (context, tags, suffix) => litRender.html`${ context.hasValueStateText ? block6(context, tags, suffix) : undefined }`;
9
- const block6 = (context, tags, suffix) => litRender.html`<div class="ui5-responsive-popover-header ${litRender.classMap(context.classes.popoverValueState)}" ?focused=${context._isValueStateFocused} tabindex="0" style="${litRender.styleMap(context.styles.suggestionPopoverHeader)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block7(context) : block8(context) }</div>`;
9
+ const block6 = (context, tags, suffix) => suffix ? litRender.html`<div class="ui5-responsive-popover-header ${litRender.classMap(context.classes.popoverValueState)}" ?focused=${context._isValueStateFocused} tabindex="0" style="${litRender.styleMap(context.styles.suggestionPopoverHeader)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block7(context) : block8(context) }</div>` : litRender.html`<div class="ui5-responsive-popover-header ${litRender.classMap(context.classes.popoverValueState)}" ?focused=${context._isValueStateFocused} tabindex="0" style="${litRender.styleMap(context.styles.suggestionPopoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></ui5-icon>${ context.shouldDisplayDefaultValueStateMessage ? block7(context) : block8(context) }</div>`;
10
10
  const block7 = (context, tags, suffix) => litRender.html`${litRender.ifDefined(context.valueStateText)}`;
11
11
  const block8 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block9(item)) }`;
12
12
  const block9 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
13
13
  const block10 = (item, index, context, tags, suffix) => litRender.html`${ item.isGroupItem ? block11(item, index, context, tags, suffix) : block12(item, index, context, tags, suffix) }`;
14
- const block11 = (item, index, context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-li-groupheader", tags, suffix)} ?focused=${item.focused}>${litRender.ifDefined(item.text)}</${litRender.scopeTag("ui5-li-groupheader", tags, suffix)}>`;
15
- const block12 = (item, index, context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} type="Active" additional-text=${litRender.ifDefined(item.additionalText)} group-name=${litRender.ifDefined(item.groupName)} ._tabIndex=${litRender.ifDefined(item.itemTabIndex)} .mappedItem=${litRender.ifDefined(item)} ?selected=${item.selected} ?focused=${item.focused}>${litRender.ifDefined(item.text)}</${litRender.scopeTag("ui5-li", tags, suffix)}>`;
16
- const block13 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-popover", tags, suffix)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" horizontal-align="${litRender.ifDefined(context._valueStatePopoverHorizontalAlign)}" placement-type="Bottom"><div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverHeader)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block14(context) : block15(context) }</div></${litRender.scopeTag("ui5-popover", tags, suffix)}>`;
14
+ const block11 = (item, index, context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-li-groupheader", tags, suffix)} ?focused=${item.focused}>${litRender.ifDefined(item.text)}</${litRender.scopeTag("ui5-li-groupheader", tags, suffix)}>` : litRender.html`<ui5-li-groupheader ?focused=${item.focused}>${litRender.ifDefined(item.text)}</ui5-li-groupheader>`;
15
+ const block12 = (item, index, context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-li", tags, suffix)} type="Active" additional-text=${litRender.ifDefined(item.additionalText)} group-name=${litRender.ifDefined(item.groupName)} ._tabIndex=${litRender.ifDefined(item.itemTabIndex)} .mappedItem=${litRender.ifDefined(item)} ?selected=${item.selected} ?focused=${item.focused}>${litRender.ifDefined(item.text)}</${litRender.scopeTag("ui5-li", tags, suffix)}>` : litRender.html`<ui5-li type="Active" additional-text=${litRender.ifDefined(item.additionalText)} group-name=${litRender.ifDefined(item.groupName)} ._tabIndex=${litRender.ifDefined(item.itemTabIndex)} .mappedItem=${litRender.ifDefined(item)} ?selected=${item.selected} ?focused=${item.focused}>${litRender.ifDefined(item.text)}</ui5-li>`;
16
+ const block13 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-popover", tags, suffix)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" horizontal-align="${litRender.ifDefined(context._valueStatePopoverHorizontalAlign)}" placement-type="Bottom"><div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverHeader)}"><${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>${ context.shouldDisplayDefaultValueStateMessage ? block14(context) : block15(context) }</div></${litRender.scopeTag("ui5-popover", tags, suffix)}>` : litRender.html`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" horizontal-align="${litRender.ifDefined(context._valueStatePopoverHorizontalAlign)}" placement-type="Bottom"><div slot="header" class="${litRender.classMap(context.classes.popoverValueState)}" style="${litRender.styleMap(context.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${litRender.ifDefined(context._valueStateMessageIcon)}"></ui5-icon>${ context.shouldDisplayDefaultValueStateMessage ? block14(context) : block15(context) }</div></ui5-popover>`;
17
17
  const block14 = (context, tags, suffix) => litRender.html`${litRender.ifDefined(context.valueStateText)}`;
18
18
  const block15 = (context, tags, suffix) => litRender.html`${ litRender.repeat(context.valueStateMessageText, (item, index) => item._id || index, (item, index) => block16(item)) }`;
19
19
  const block16 = (item, index, context, tags, suffix) => litRender.html`${litRender.ifDefined(item)}`;
@@ -1,10 +1,9 @@
1
1
  sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (litRender) { 'use strict';
2
2
 
3
- const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-combobox-root">${ context.hasValueState ? block1(context) : undefined }<input id="ui5-combobox-input" .value="${litRender.ifDefined(context.value)}" inner-input placeholder="${litRender.ifDefined(context.placeholder)}" ?disabled=${context.disabled} ?readonly=${context.readonly} value-state="${litRender.ifDefined(context.valueState)}" @input="${context._input}" @change="${context._inputChange}" @click=${context._click} @keydown="${context._keydown}" @keyup="${context._keyup}" @focusin="${context._focusin}" @focusout="${context._focusout}" aria-expanded="${litRender.ifDefined(context.open)}" role="combobox" aria-haspopup="listbox" aria-autocomplete="both" aria-describedby="${litRender.ifDefined(context.valueStateTextId)}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-required="${litRender.ifDefined(context.required)}" data-sap-focus-ref />${ context.readonly ? block2(context, tags, suffix) : undefined }${ context.icon ? block3() : undefined }${ !context.readonly ? block4(context, tags, suffix) : undefined }</div>`;
3
+ const block0 = (context, tags, suffix) => litRender.html`<div class="ui5-combobox-root ui5-input-focusable-element">${ context.hasValueState ? block1(context) : undefined }<input id="ui5-combobox-input" .value="${litRender.ifDefined(context.value)}" inner-input placeholder="${litRender.ifDefined(context.placeholder)}" ?disabled=${context.disabled} ?readonly=${context.readonly} value-state="${litRender.ifDefined(context.valueState)}" @input="${context._input}" @change="${context._inputChange}" @click=${context._click} @keydown="${context._keydown}" @keyup="${context._keyup}" @focusin="${context._focusin}" @focusout="${context._focusout}" aria-expanded="${litRender.ifDefined(context.open)}" role="combobox" aria-haspopup="listbox" aria-autocomplete="both" aria-describedby="${litRender.ifDefined(context.valueStateTextId)}" aria-label="${litRender.ifDefined(context.ariaLabelText)}" aria-required="${litRender.ifDefined(context.required)}" data-sap-focus-ref />${ context.icon ? block2() : undefined }${ !context.readonly ? block3(context, tags, suffix) : undefined }</div>`;
4
4
  const block1 = (context, tags, suffix) => litRender.html`<span id="${litRender.ifDefined(context._id)}-valueStateDesc" class="ui5-hidden-text">${litRender.ifDefined(context.valueStateText)}</span>`;
5
- const block2 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} class="ui5-input-readonly-icon" name="not-editable" @click="${context._readonlyIconClick}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
6
- const block3 = (context, tags, suffix) => litRender.html`<slot name="icon"></slot>`;
7
- const block4 = (context, tags, suffix) => litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" slot="icon" tabindex="-1" input-icon ?pressed="${context._iconPressed}" @click="${context._arrowClick}" dir="${litRender.ifDefined(context.effectiveDir)}" accessible-name="${litRender.ifDefined(context._iconAccessibleNameText)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>`;
5
+ const block2 = (context, tags, suffix) => litRender.html`<slot name="icon"></slot>`;
6
+ const block3 = (context, tags, suffix) => suffix ? litRender.html`<${litRender.scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" slot="icon" tabindex="-1" input-icon ?pressed="${context._iconPressed}" @click="${context._arrowClick}" dir="${litRender.ifDefined(context.effectiveDir)}" accessible-name="${litRender.ifDefined(context._iconAccessibleNameText)}"></${litRender.scopeTag("ui5-icon", tags, suffix)}>` : litRender.html`<ui5-icon name="slim-arrow-down" slot="icon" tabindex="-1" input-icon ?pressed="${context._iconPressed}" @click="${context._arrowClick}" dir="${litRender.ifDefined(context.effectiveDir)}" accessible-name="${litRender.ifDefined(context._iconAccessibleNameText)}"></ui5-icon>`;
8
7
 
9
8
  return block0;
10
9