@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
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the Design Time Metadata for the sap.ui.webc.main.Avatar control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "AVATAR_NAME",
15
+ plural: "AVATAR_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ reveal: {
22
+ changeType: "unhideControl"
23
+ }
24
+ }
25
+ };
26
+ });
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.Badge control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "BADGE_NAME",
15
+ plural: "BADGE_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ rename: {
22
+ changeType: "rename",
23
+ domRef: function (oControl) {
24
+ return oControl.getDomRef();
25
+ },
26
+ getTextMutators: function (oControl) {
27
+ return {
28
+ getText: function () {
29
+ return oControl.getText();
30
+ },
31
+ setText: function (sNewText) {
32
+ oControl.setText(sNewText);
33
+ }
34
+ };
35
+ }
36
+ },
37
+ reveal: {
38
+ changeType: "unhideControl"
39
+ }
40
+ }
41
+ };
42
+ });
@@ -0,0 +1,45 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+ // Provides the design-time metadata for the sap.ui.webc.main.BreadcrumbsItem control
7
+ sap.ui.define([],
8
+ function () {
9
+ "use strict";
10
+ return {
11
+ domRef : function(oControl) {
12
+ return oControl.getDomRef().getDomRef();
13
+ },
14
+ actions: {
15
+ remove: {
16
+ changeType: "hideControl"
17
+ },
18
+ rename: {
19
+ changeType: "rename",
20
+ domRef: function (oControl) {
21
+ return oControl.getDomRef().getDomRef();
22
+ },
23
+ getTextMutators: function (oControl) {
24
+ return {
25
+ getText: function () {
26
+ return oControl.getText();
27
+ },
28
+ setText: function (sNewText) {
29
+ oControl.setText(sNewText);
30
+ }
31
+ };
32
+ },
33
+ isEnabled: function (oControl) {
34
+ return oControl.getText().length > 0;
35
+ },
36
+ validators: [
37
+ "noEmptyText"
38
+ ]
39
+ },
40
+ reveal: {
41
+ changeType: "unhideControl"
42
+ }
43
+ }
44
+ };
45
+ });
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.BusyIndicator control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "BUSYINDICATOR_NAME",
15
+ plural: "BUSYINDICATOR_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ reveal: {
22
+ changeType: "unhideControl"
23
+ }
24
+ }
25
+ };
26
+ });
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.Card control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "CARD_NAME",
15
+ plural: "CARD_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ reveal: {
22
+ changeType: "unhideControl"
23
+ }
24
+ }
25
+ };
26
+ });
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.Carousel control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "CAROUSEL_NAME",
15
+ plural: "CAROUSEL_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ reveal: {
22
+ changeType: "unhideControl"
23
+ }
24
+ }
25
+ };
26
+ });
@@ -0,0 +1,48 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the Design Time Metadata for the sap.ui.webc.main.CheckBox control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "CHECKBOX_NAME",
15
+ plural: "CHECKBOX_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ rename: {
22
+ changeType: "rename",
23
+ domRef: function (oControl) {
24
+ return oControl.getDomRef().getDomRef().querySelector(".ui5-checkbox-label");
25
+ },
26
+ getTextMutators: function (oControl) {
27
+ return {
28
+ getText: function () {
29
+ return oControl.getText();
30
+ },
31
+ setText: function (sNewText) {
32
+ oControl.setText(sNewText);
33
+ }
34
+ };
35
+ },
36
+ isEnabled: function (oControl) {
37
+ return oControl.getText().length > 0;
38
+ },
39
+ validators: [
40
+ "noEmptyText"
41
+ ]
42
+ },
43
+ reveal: {
44
+ changeType: "unhideControl"
45
+ }
46
+ }
47
+ };
48
+ });
@@ -0,0 +1,32 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the Design Time Metadata for the sap.ui.webc.main.CustomListItem control
8
+ sap.ui.define([],
9
+ function() {
10
+ "use strict";
11
+
12
+ return {
13
+ actions: {
14
+ remove: {
15
+ changeType: "hideControl"
16
+ },
17
+ reveal: {
18
+ changeType: "unhideControl"
19
+ }
20
+ },
21
+ aggregations: {
22
+ content: {
23
+ actions: {
24
+ move: {
25
+ changeType: "moveControls"
26
+ }
27
+ }
28
+ }
29
+ }
30
+ };
31
+
32
+ });
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.Dialog control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "DIALOG_NAME",
15
+ plural: "DIALOG_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ reveal: {
22
+ changeType: "unhideControl"
23
+ },
24
+ rename: {
25
+ changeType: "rename",
26
+ domRef: function (oControl) {
27
+ return oControl.getDomRef().shadowRoot.querySelector(".ui5-popup-header-text");
28
+ },
29
+ getTextMutators: function (oControl) {
30
+ return {
31
+ getText: function () {
32
+ return oControl.getDomRef().getAttribute("header-text");
33
+ },
34
+ setText: function (sNewText) {
35
+ oControl.getDomRef().setAttribute("header-text", sNewText);
36
+ }
37
+ };
38
+ }
39
+ }
40
+ }
41
+ };
42
+ });
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.Label control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "LABEL_NAME",
15
+ plural: "LABEL_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ reveal: {
22
+ changeType: "unhideControl"
23
+ },
24
+ rename: {
25
+ changeType: "rename",
26
+ domRef: function (oControl) {
27
+ return oControl.getDomRef().shadowRoot.querySelector(".ui5-title-root");
28
+ },
29
+ getTextMutators: function (oControl) {
30
+ return {
31
+ getText: function () {
32
+ return oControl.getText();
33
+ },
34
+ setText: function (sNewText) {
35
+ oControl.setText(sNewText);
36
+ }
37
+ };
38
+ }
39
+ }
40
+ }
41
+ };
42
+ });
@@ -0,0 +1,83 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the Design Time Metadata for the sap.ui.webc.main.List control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ function isParentListBaseInstanceAndBound(oElement) {
13
+ var oParent = oElement;
14
+ while (oParent) {
15
+ if (oParent.isA("sap.ui.webc.main.List")) {
16
+ var oBinding = oParent.getBinding("items");
17
+ if (oBinding) {
18
+ return true;
19
+ }
20
+ return false;
21
+ }
22
+ oParent = oParent.getParent();
23
+ }
24
+ return false;
25
+ }
26
+
27
+ return {
28
+ name: {
29
+ singular: "LIST_NAME",
30
+ plural: "LIST_NAME_PLURAL"
31
+ },
32
+ aggregations: {
33
+ items: {
34
+ propagateMetadata: function(oElement) {
35
+ if (isParentListBaseInstanceAndBound(oElement)) {
36
+ return {
37
+ // prevent remove & rename actions on "items" aggregation and its inner controls when binding exists
38
+ actions: {
39
+ remove: null,
40
+ rename: null
41
+ }
42
+ };
43
+ }
44
+ },
45
+ actions: {
46
+ move: "moveControls"
47
+ }
48
+ }
49
+ },
50
+ actions: {
51
+ remove: {
52
+ changeType: "hideControl"
53
+ },
54
+ reveal: {
55
+ changeType: "unhideControl"
56
+ },
57
+ rename: function () {
58
+ return {
59
+ changeType: "rename",
60
+ domRef: function (oControl) {
61
+ return oControl.getDomRef().getDomRef().querySelector(".ui5-list-header");
62
+ },
63
+ getTextMutators: function (oControl) {
64
+ return {
65
+ getText: function () {
66
+ return oControl.getHeaderText();
67
+ },
68
+ setText: function (sNewText) {
69
+ oControl.setHeaderText(sNewText);
70
+ }
71
+ };
72
+ },
73
+ isEnabled: function (oControl) {
74
+ return oControl.getHeaderText().length > 0;
75
+ },
76
+ validators: [
77
+ "noEmptyText"
78
+ ]
79
+ };
80
+ }
81
+ }
82
+ };
83
+ });
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.Popover control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "POPOVER_NAME",
15
+ plural: "POPOVER_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ rename: {
22
+ changeType: "rename",
23
+ domRef: function (oControl) {
24
+ return oControl.getDomRef().shadowRoot.querySelector(".ui5-popup-header-text");
25
+ },
26
+ getTextMutators: function (oControl) {
27
+ return {
28
+ getText: function () {
29
+ return oControl.getDomRef().getAttribute("header-text");
30
+ },
31
+ setText: function (sNewText) {
32
+ oControl.getDomRef().setAttribute("header-text", sNewText);
33
+ }
34
+ };
35
+ }
36
+ },
37
+ reveal: {
38
+ changeType: "unhideControl"
39
+ }
40
+ }
41
+ };
42
+ });
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.RadioButton control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "RADIO_BUTTON_NAME",
15
+ plural: "RADIO_BUTTON_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ rename: {
22
+ changeType: "rename",
23
+ domRef: function (oControl) {
24
+ return oControl.getDomRef().shadowRoot.querySelector(".ui5-radio-label");
25
+ },
26
+ getTextMutators: function (oControl) {
27
+ return {
28
+ getText: function () {
29
+ return oControl.getText();
30
+ },
31
+ setText: function (sNewText) {
32
+ oControl.setText(sNewText);
33
+ }
34
+ };
35
+ }
36
+ },
37
+ reveal: {
38
+ changeType: "unhideControl"
39
+ }
40
+ }
41
+ };
42
+ });
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.ResponsivePopover control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "RESPONSIVE_POPOVER_NAME",
15
+ plural: "RESPONSIVE_POPOVER_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ rename: {
22
+ changeType: "rename",
23
+ domRef: function (oControl) {
24
+ return oControl.getDomRef().shadowRoot.querySelector(".ui5-popup-header-text");
25
+ },
26
+ getTextMutators: function (oControl) {
27
+ return {
28
+ getText: function () {
29
+ return oControl.getDomRef().getAttribute("header-text");
30
+ },
31
+ setText: function (sNewText) {
32
+ oControl.getDomRef().setAttribute("header-text", sNewText);
33
+ }
34
+ };
35
+ }
36
+ },
37
+ reveal: {
38
+ changeType: "unhideControl"
39
+ }
40
+ }
41
+ };
42
+ });
@@ -0,0 +1,39 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.StandardListItem control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+
14
+ actions: {
15
+ remove: {
16
+ changeType: "hideControl"
17
+ },
18
+ rename: {
19
+ changeType: "rename",
20
+ domRef: function (oControl) {
21
+ return oControl.getDomRef().getDomRef().querySelector(".ui5-li-title");
22
+ },
23
+ getTextMutators: function (oControl) {
24
+ return {
25
+ getText: function () {
26
+ return oControl.getText();
27
+ },
28
+ setText: function (sNewText) {
29
+ oControl.setText(sNewText);
30
+ }
31
+ };
32
+ }
33
+ },
34
+ reveal: {
35
+ changeType: "unhideControl"
36
+ }
37
+ }
38
+ };
39
+ });
@@ -0,0 +1,41 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.Tab control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "TAB_NAME",
15
+ plural: "TAB_NAME_PLURAL"
16
+ },
17
+ domRef: function (oControl) {
18
+ return oControl.getParent().getItems().find(function (item) {
19
+ return item.sId === oControl.sId;
20
+ }).getDomRef()._getRealDomRef();
21
+ },
22
+ actions: {
23
+ rename: {
24
+ changeType: "rename",
25
+ domRef: function (oControl) {
26
+ return oControl.getDomRef()._getRealDomRef().querySelector(".ui5-tab-strip-itemText");
27
+ },
28
+ getTextMutators: function (oControl) {
29
+ return {
30
+ getText: function () {
31
+ return oControl.getText();
32
+ },
33
+ setText: function (sNewText) {
34
+ oControl.setText(sNewText);
35
+ }
36
+ };
37
+ }
38
+ }
39
+ }
40
+ };
41
+ });
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides the design-time metadata for the sap.ui.webc.main.TabContainer control
8
+ sap.ui.define([],
9
+ function () {
10
+ "use strict";
11
+
12
+ return {
13
+ name: {
14
+ singular: "TABCONTAINER_NAME",
15
+ plural: "TABCONTAINER_NAME_PLURAL"
16
+ },
17
+ actions: {
18
+ remove: {
19
+ changeType: "hideControl"
20
+ },
21
+ reveal: {
22
+ changeType: "unhideControl"
23
+ }
24
+ }
25
+ };
26
+ });