@openui5/sap.ui.webc.main 1.99.0 → 1.100.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 (316) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +3 -3
  3. package/src/sap/ui/webc/main/.library +12 -8
  4. package/src/sap/ui/webc/main/Avatar.js +12 -3
  5. package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
  6. package/src/sap/ui/webc/main/Badge.js +1 -1
  7. package/src/sap/ui/webc/main/Breadcrumbs.js +1 -1
  8. package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -1
  9. package/src/sap/ui/webc/main/BusyIndicator.js +1 -1
  10. package/src/sap/ui/webc/main/Button.js +18 -9
  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 +1 -1
  14. package/src/sap/ui/webc/main/CardHeader.js +1 -1
  15. package/src/sap/ui/webc/main/Carousel.js +1 -1
  16. package/src/sap/ui/webc/main/CheckBox.js +16 -9
  17. package/src/sap/ui/webc/main/ColorPalette.js +3 -2
  18. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  19. package/src/sap/ui/webc/main/ColorPalettePopover.js +6 -5
  20. package/src/sap/ui/webc/main/ColorPicker.js +1 -1
  21. package/src/sap/ui/webc/main/ComboBox.js +18 -8
  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 +1 -1
  25. package/src/sap/ui/webc/main/DatePicker.js +19 -6
  26. package/src/sap/ui/webc/main/DateRangePicker.js +19 -6
  27. package/src/sap/ui/webc/main/DateTimePicker.js +19 -6
  28. package/src/sap/ui/webc/main/Dialog.js +27 -5
  29. package/src/sap/ui/webc/main/FileUploader.js +19 -8
  30. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  31. package/src/sap/ui/webc/main/Icon.js +3 -4
  32. package/src/sap/ui/webc/main/Input.js +20 -12
  33. package/src/sap/ui/webc/main/Label.js +1 -1
  34. package/src/sap/ui/webc/main/Link.js +22 -8
  35. package/src/sap/ui/webc/main/List.js +1 -1
  36. package/src/sap/ui/webc/main/MessageStrip.js +1 -1
  37. package/src/sap/ui/webc/main/MultiComboBox.js +17 -7
  38. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  39. package/src/sap/ui/webc/main/MultiInput.js +81 -9
  40. package/src/sap/ui/webc/main/Option.js +13 -7
  41. package/src/sap/ui/webc/main/Panel.js +4 -3
  42. package/src/sap/ui/webc/main/Popover.js +41 -7
  43. package/src/sap/ui/webc/main/ProgressIndicator.js +22 -10
  44. package/src/sap/ui/webc/main/RadioButton.js +15 -8
  45. package/src/sap/ui/webc/main/RangeSlider.js +13 -5
  46. package/src/sap/ui/webc/main/RatingIndicator.js +27 -10
  47. package/src/sap/ui/webc/main/ResponsivePopover.js +41 -7
  48. package/src/sap/ui/webc/main/SegmentedButton.js +17 -8
  49. package/src/sap/ui/webc/main/SegmentedButtonItem.js +15 -7
  50. package/src/sap/ui/webc/main/Select.js +20 -9
  51. package/src/sap/ui/webc/main/Slider.js +17 -5
  52. package/src/sap/ui/webc/main/SplitButton.js +14 -6
  53. package/src/sap/ui/webc/main/StandardListItem.js +1 -1
  54. package/src/sap/ui/webc/main/StepInput.js +20 -7
  55. package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -1
  56. package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
  57. package/src/sap/ui/webc/main/Switch.js +33 -7
  58. package/src/sap/ui/webc/main/Tab.js +13 -5
  59. package/src/sap/ui/webc/main/TabContainer.js +9 -1
  60. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  61. package/src/sap/ui/webc/main/Table.js +3 -2
  62. package/src/sap/ui/webc/main/TableCell.js +1 -1
  63. package/src/sap/ui/webc/main/TableColumn.js +1 -1
  64. package/src/sap/ui/webc/main/TableGroupRow.js +1 -1
  65. package/src/sap/ui/webc/main/TableRow.js +1 -1
  66. package/src/sap/ui/webc/main/TextArea.js +20 -9
  67. package/src/sap/ui/webc/main/TimePicker.js +17 -5
  68. package/src/sap/ui/webc/main/Title.js +1 -1
  69. package/src/sap/ui/webc/main/Toast.js +1 -1
  70. package/src/sap/ui/webc/main/ToggleButton.js +15 -7
  71. package/src/sap/ui/webc/main/Token.js +1 -1
  72. package/src/sap/ui/webc/main/Tree.js +2 -1
  73. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  74. package/src/sap/ui/webc/main/designtime/Panel.designtime.js +45 -0
  75. package/src/sap/ui/webc/main/designtime/Table.designtime.js +37 -0
  76. package/src/sap/ui/webc/main/designtime/messagebundle.properties +13 -1
  77. package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +6 -2
  78. package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +6 -2
  79. package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +6 -2
  80. package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +5 -1
  81. package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +5 -1
  82. package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +5 -1
  83. package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +4 -0
  84. package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +6 -2
  85. package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +4 -0
  86. package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +4 -0
  87. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +4 -0
  88. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saptrc.properties +4 -0
  89. package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +5 -1
  90. package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +5 -1
  91. package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +6 -2
  92. package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +6 -2
  93. package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +6 -2
  94. package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +6 -2
  95. package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +6 -2
  96. package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +5 -1
  97. package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +5 -1
  98. package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +5 -1
  99. package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +6 -2
  100. package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +6 -2
  101. package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +6 -2
  102. package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +6 -2
  103. package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +6 -2
  104. package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +6 -2
  105. package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +6 -2
  106. package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +5 -1
  107. package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +6 -2
  108. package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +5 -1
  109. package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +5 -1
  110. package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +6 -2
  111. package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +6 -2
  112. package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +6 -2
  113. package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +6 -2
  114. package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +5 -1
  115. package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +5 -1
  116. package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +6 -2
  117. package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +5 -1
  118. package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +6 -2
  119. package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +5 -1
  120. package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +6 -2
  121. package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +6 -2
  122. package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +6 -2
  123. package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +6 -2
  124. package/src/sap/ui/webc/main/library.js +12 -3
  125. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +2 -1
  126. package/src/sap/ui/webc/main/thirdparty/Button.js +8 -4
  127. package/src/sap/ui/webc/main/thirdparty/Calendar.js +4 -4
  128. package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +26 -3
  129. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +3 -2
  130. package/src/sap/ui/webc/main/thirdparty/ComboBoxFilters.js +1 -1
  131. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +3 -3
  132. package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +6 -1
  133. package/src/sap/ui/webc/main/thirdparty/Dialog.js +18 -5
  134. package/src/sap/ui/webc/main/thirdparty/FileUploader.js +2 -2
  135. package/src/sap/ui/webc/main/thirdparty/Input.js +27 -11
  136. package/src/sap/ui/webc/main/thirdparty/Label.js +7 -2
  137. package/src/sap/ui/webc/main/thirdparty/Link.js +4 -2
  138. package/src/sap/ui/webc/main/thirdparty/List.js +2 -10
  139. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +130 -21
  140. package/src/sap/ui/webc/main/thirdparty/Panel.js +2 -2
  141. package/src/sap/ui/webc/main/thirdparty/Popover.js +17 -9
  142. package/src/sap/ui/webc/main/thirdparty/Popup.js +33 -18
  143. package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +4 -1
  144. package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +4 -1
  145. package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +2 -3
  146. package/src/sap/ui/webc/main/thirdparty/SegmentedButtonItem.js +4 -1
  147. package/src/sap/ui/webc/main/thirdparty/Select.js +1 -1
  148. package/src/sap/ui/webc/main/thirdparty/Slider.js +4 -1
  149. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +3 -3
  150. package/src/sap/ui/webc/main/thirdparty/SplitButton.js +4 -1
  151. package/src/sap/ui/webc/main/thirdparty/Switch.js +3 -0
  152. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +25 -2
  153. package/src/sap/ui/webc/main/thirdparty/TableRow.js +9 -6
  154. package/src/sap/ui/webc/main/thirdparty/TextArea.js +2 -2
  155. package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +28 -7
  156. package/src/sap/ui/webc/main/thirdparty/Tree.js +3 -1
  157. package/src/sap/ui/webc/main/thirdparty/{ComboBoxFilters-f59100bd.js → _chunks/ComboBoxFilters.js} +0 -0
  158. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ar-7d8b4442.js → _chunks/messagebundle_ar.js} +0 -0
  159. package/src/sap/ui/webc/main/thirdparty/{messagebundle_bg-9ad96f98.js → _chunks/messagebundle_bg.js} +0 -0
  160. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ca-f1555bd9.js → _chunks/messagebundle_ca.js} +0 -0
  161. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cs-ef8aa726.js → _chunks/messagebundle_cs.js} +0 -0
  162. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cy-990b67d4.js → _chunks/messagebundle_cy.js} +0 -0
  163. package/src/sap/ui/webc/main/thirdparty/{messagebundle_da-10ddad8e.js → _chunks/messagebundle_da.js} +0 -0
  164. package/src/sap/ui/webc/main/thirdparty/{messagebundle_de-3df474de.js → _chunks/messagebundle_de.js} +0 -0
  165. package/src/sap/ui/webc/main/thirdparty/{messagebundle_el-26906c8d.js → _chunks/messagebundle_el.js} +0 -0
  166. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en-f820b936.js → _chunks/messagebundle_en.js} +0 -0
  167. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_GB-2d06b0a2.js → _chunks/messagebundle_en_GB.js} +0 -0
  168. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_sappsd-5a02ac90.js → _chunks/messagebundle_en_US_sappsd.js} +0 -0
  169. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saprigi-789390fa.js → _chunks/messagebundle_en_US_saprigi.js} +1 -0
  170. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saptrc-b8adcdb7.js → _chunks/messagebundle_en_US_saptrc.js} +0 -0
  171. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es-fb48a8d9.js → _chunks/messagebundle_es.js} +0 -0
  172. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es_MX-1649847d.js → _chunks/messagebundle_es_MX.js} +0 -0
  173. package/src/sap/ui/webc/main/thirdparty/{messagebundle_et-21441666.js → _chunks/messagebundle_et.js} +0 -0
  174. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fi-a7a6ed50.js → _chunks/messagebundle_fi.js} +0 -0
  175. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr-7d25aa37.js → _chunks/messagebundle_fr.js} +0 -0
  176. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr_CA-f0885bcd.js → _chunks/messagebundle_fr_CA.js} +0 -0
  177. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hi-4ff3dc19.js → _chunks/messagebundle_hi.js} +0 -0
  178. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hr-27ea5966.js → _chunks/messagebundle_hr.js} +0 -0
  179. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hu-4e7efab2.js → _chunks/messagebundle_hu.js} +0 -0
  180. package/src/sap/ui/webc/main/thirdparty/{messagebundle_in-7ab9b6f2.js → _chunks/messagebundle_in.js} +0 -0
  181. package/src/sap/ui/webc/main/thirdparty/{messagebundle_it-05136e9a.js → _chunks/messagebundle_it.js} +0 -0
  182. package/src/sap/ui/webc/main/thirdparty/{messagebundle_iw-e57af9b5.js → _chunks/messagebundle_iw.js} +0 -0
  183. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ja-548e66ac.js → _chunks/messagebundle_ja.js} +0 -0
  184. package/src/sap/ui/webc/main/thirdparty/{messagebundle_kk-9a532b4c.js → _chunks/messagebundle_kk.js} +0 -0
  185. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ko-85246117.js → _chunks/messagebundle_ko.js} +0 -0
  186. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lt-fd1ed9a8.js → _chunks/messagebundle_lt.js} +0 -0
  187. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lv-528ee0b5.js → _chunks/messagebundle_lv.js} +0 -0
  188. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ms-ab977639.js → _chunks/messagebundle_ms.js} +0 -0
  189. package/src/sap/ui/webc/main/thirdparty/{messagebundle_nl-6ef0aca9.js → _chunks/messagebundle_nl.js} +0 -0
  190. package/src/sap/ui/webc/main/thirdparty/{messagebundle_no-598c70b3.js → _chunks/messagebundle_no.js} +0 -0
  191. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pl-3c6bd3f7.js → _chunks/messagebundle_pl.js} +0 -0
  192. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt-a38c9a95.js → _chunks/messagebundle_pt.js} +0 -0
  193. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt_PT-6216e41a.js → _chunks/messagebundle_pt_PT.js} +0 -0
  194. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ro-4efbaf89.js → _chunks/messagebundle_ro.js} +0 -0
  195. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ru-c8cc395e.js → _chunks/messagebundle_ru.js} +0 -0
  196. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sh-a18343ab.js → _chunks/messagebundle_sh.js} +0 -0
  197. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sk-cbb7b742.js → _chunks/messagebundle_sk.js} +0 -0
  198. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sl-39b012e5.js → _chunks/messagebundle_sl.js} +0 -0
  199. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sv-68d03f9d.js → _chunks/messagebundle_sv.js} +0 -0
  200. package/src/sap/ui/webc/main/thirdparty/{messagebundle_th-e0f152c1.js → _chunks/messagebundle_th.js} +0 -0
  201. package/src/sap/ui/webc/main/thirdparty/{messagebundle_tr-10848533.js → _chunks/messagebundle_tr.js} +0 -0
  202. package/src/sap/ui/webc/main/thirdparty/{messagebundle_uk-64f282f3.js → _chunks/messagebundle_uk.js} +0 -0
  203. package/src/sap/ui/webc/main/thirdparty/{messagebundle_vi-c6d60018.js → _chunks/messagebundle_vi.js} +0 -0
  204. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_CN-3be28696.js → _chunks/messagebundle_zh_CN.js} +0 -0
  205. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_TW-229e0d2b.js → _chunks/messagebundle_zh_TW.js} +0 -0
  206. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css.js +13 -0
  207. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css2.js +13 -0
  208. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css3.js +13 -0
  209. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css4.js +13 -0
  210. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css5.js +13 -0
  211. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css6.js +13 -0
  212. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css7.js +13 -0
  213. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css8.js +13 -0
  214. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css9.js +13 -0
  215. package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -1
  216. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -1
  217. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.css +1 -1
  218. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePickerPopover.css +1 -1
  219. package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -1
  220. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -1
  221. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
  222. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupGlobal.css +1 -1
  223. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
  224. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopover.css +1 -1
  225. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -1
  226. package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -1
  227. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -1
  228. package/src/sap/ui/webc/main/thirdparty/css/themes/TableRow.css +1 -1
  229. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePickerPopover.css +1 -1
  230. package/src/sap/ui/webc/main/thirdparty/css/themes/TokenizerPopover.css +1 -0
  231. package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -1
  232. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  233. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  234. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  235. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  236. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  237. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  238. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  239. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  240. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  241. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +3 -1
  242. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +2 -1
  243. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +9 -9
  244. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/i18n.js +48 -48
  245. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsPopoverTemplate.lit.js +1 -1
  246. package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +1 -1
  247. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +1 -1
  248. package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +3 -3
  249. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  250. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
  252. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +2 -2
  253. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerTemplate.lit.js +1 -1
  255. package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
  256. package/src/sap/ui/webc/main/thirdparty/generated/templates/DialogTemplate.lit.js +3 -3
  257. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +1 -1
  258. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +1 -1
  259. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +1 -1
  260. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +2 -2
  261. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +1 -1
  262. package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +1 -1
  263. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +1 -1
  264. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +1 -1
  265. package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +2 -2
  266. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopoverTemplate.lit.js +3 -3
  267. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopupTemplate.lit.js +1 -1
  268. package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
  269. package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +5 -5
  270. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +1 -1
  271. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +2 -2
  272. package/src/sap/ui/webc/main/thirdparty/generated/templates/StepInputTemplate.lit.js +1 -1
  273. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +2 -2
  274. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +1 -1
  275. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +4 -4
  276. package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
  277. package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaTemplate.lit.js +1 -1
  278. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
  279. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +1 -1
  280. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +1 -1
  281. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +2 -2
  282. package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +1 -1
  283. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
  284. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.css.js +1 -1
  285. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePickerPopover.css.js +1 -1
  286. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
  287. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +1 -1
  288. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
  289. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupGlobal.css.js +1 -1
  290. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
  291. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopover.css.js +1 -1
  292. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +1 -1
  293. package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +1 -1
  294. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +1 -1
  295. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +1 -1
  296. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerPopover.css.js +1 -1
  297. package/src/sap/ui/webc/main/thirdparty/generated/themes/TokenizerPopover.css.js +13 -0
  298. package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +1 -1
  299. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  300. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  301. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  302. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  303. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  304. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  305. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  306. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  307. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  308. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-87f538cb.js +0 -13
  309. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-91761a3a.js +0 -13
  310. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-9a20ee88.js +0 -13
  311. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ae75ba99.js +0 -13
  312. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-b27de009.js +0 -13
  313. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ba83be15.js +0 -13
  314. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-c6c72cae.js +0 -13
  315. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dc4174de.js +0 -13
  316. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dd344116.js +0 -13
@@ -8,8 +8,9 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/EnabledPropagator",
11
12
  "./thirdparty/Option"
12
- ], function(WebComponent, library) {
13
+ ], function(WebComponent, library, EnabledPropagator) {
13
14
  "use strict";
14
15
 
15
16
  /**
@@ -26,7 +27,7 @@ sap.ui.define([
26
27
  * The <code>sap.ui.webc.main.Option</code> component defines the content of an option in the <code>sap.ui.webc.main.Select</code>.
27
28
  *
28
29
  * @author SAP SE
29
- * @version 1.99.0
30
+ * @version 1.100.0
30
31
  *
31
32
  * @constructor
32
33
  * @public
@@ -46,13 +47,16 @@ sap.ui.define([
46
47
  properties: {
47
48
 
48
49
  /**
49
- * Defines whether the component is in disabled state. <br>
50
- * <br>
51
- * <b>Note:</b> A disabled component is noninteractive.
50
+ * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
52
51
  */
53
- disabled: {
52
+ enabled: {
54
53
  type: "boolean",
55
- defaultValue: false
54
+ defaultValue: true,
55
+ mapping: {
56
+ type: "attribute",
57
+ to: "disabled",
58
+ formatter: "_mapEnabled"
59
+ }
56
60
  },
57
61
 
58
62
  /**
@@ -91,6 +95,8 @@ sap.ui.define([
91
95
  }
92
96
  });
93
97
 
98
+ EnabledPropagator.call(Option.prototype);
99
+
94
100
  /* CUSTOM CODE START */
95
101
  /* CUSTOM CODE END */
96
102
 
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * <h3>Keyboard Handling</h3>
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.99.0
63
+ * @version 1.100.0
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  properties: {
77
77
 
78
78
  /**
79
- * Sets the accessible aria name of the component.
79
+ * Defines the accessible aria name of the component.
80
80
  */
81
81
  accessibleName: {
82
82
  type: "string",
@@ -183,7 +183,8 @@ sap.ui.define([
183
183
  toggle: {
184
184
  parameters: {}
185
185
  }
186
- }
186
+ },
187
+ designtime: "sap/ui/webc/main/designtime/Panel.designtime"
187
188
  }
188
189
  });
189
190
 
@@ -40,8 +40,18 @@ sap.ui.define([
40
40
  *
41
41
  * <b>Note:</b> The <code>sap.ui.webc.main.Popover</code> is closed when the user clicks or taps outside the popover or selects an action within the popover. You can prevent this with the <code>modal</code> property.
42
42
  *
43
+ * <h3>CSS Shadow Parts</h3>
44
+ *
45
+ * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
46
+ * The <code>sap.ui.webc.main.Popover</code> exposes the following CSS Shadow Parts:
47
+ * <ul>
48
+ * <li>header - Used to style the header of the component</li>
49
+ * <li>content - Used to style the content of the component</li>
50
+ * <li>footer - Used to style the footer of the component</li>
51
+ * </ul>
52
+ *
43
53
  * @author SAP SE
44
- * @version 1.99.0
54
+ * @version 1.100.0
45
55
  *
46
56
  * @constructor
47
57
  * @public
@@ -124,17 +134,17 @@ sap.ui.define([
124
134
  },
125
135
 
126
136
  /**
127
- * Defines the ID of the HTML Element, which will get the initial focus.
137
+ * Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.
128
138
  */
129
- initialFocus: {
130
- type: "string",
131
- defaultValue: ""
139
+ modal: {
140
+ type: "boolean",
141
+ defaultValue: false
132
142
  },
133
143
 
134
144
  /**
135
- * Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.
145
+ * Indicates if the element is open
136
146
  */
137
- modal: {
147
+ open: {
138
148
  type: "boolean",
139
149
  defaultValue: false
140
150
  },
@@ -219,6 +229,18 @@ sap.ui.define([
219
229
  },
220
230
  associations: {
221
231
 
232
+ /**
233
+ * Defines the opener id of the element that the popover is shown at
234
+ */
235
+ opener: {
236
+ type: "sap.ui.core.Control",
237
+ multiple: false,
238
+ mapping: {
239
+ type: "property",
240
+ to: "opener"
241
+ }
242
+ },
243
+
222
244
  /**
223
245
  * Receives id(or many ids) of the controls that label this control.
224
246
  */
@@ -230,6 +252,18 @@ sap.ui.define([
230
252
  to: "accessibleNameRef",
231
253
  formatter: "_getAriaLabelledByForRendering"
232
254
  }
255
+ },
256
+
257
+ /**
258
+ * Defines the ID of the HTML Element, which will get the initial focus.
259
+ */
260
+ initialFocus: {
261
+ type: "sap.ui.core.Control",
262
+ multiple: false,
263
+ mapping: {
264
+ type: "property",
265
+ to: "initialFocus"
266
+ }
233
267
  }
234
268
  },
235
269
  events: {
@@ -8,9 +8,10 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/EnabledPropagator",
11
12
  "sap/ui/core/library",
12
13
  "./thirdparty/ProgressIndicator"
13
- ], function(WebComponent, library, coreLibrary) {
14
+ ], function(WebComponent, library, EnabledPropagator, coreLibrary) {
14
15
  "use strict";
15
16
 
16
17
  var ValueState = coreLibrary.ValueState;
@@ -29,29 +30,25 @@ sap.ui.define([
29
30
  * <h3>Responsive Behavior</h3> You can change the size of the Progress Indicator by changing its <code>width</code> or <code>height</code> CSS properties.
30
31
  *
31
32
  * @author SAP SE
32
- * @version 1.99.0
33
+ * @version 1.100.0
33
34
  *
34
35
  * @constructor
35
36
  * @public
36
37
  * @since 1.92.0
37
38
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
38
39
  * @alias sap.ui.webc.main.ProgressIndicator
40
+ * @implements sap.ui.core.IFormContent
39
41
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
42
  */
41
43
  var ProgressIndicator = WebComponent.extend("sap.ui.webc.main.ProgressIndicator", {
42
44
  metadata: {
43
45
  library: "sap.ui.webc.main",
44
46
  tag: "ui5-progress-indicator-ui5",
47
+ interfaces: [
48
+ "sap.ui.core.IFormContent"
49
+ ],
45
50
  properties: {
46
51
 
47
- /**
48
- * Defines whether component is in disabled state.
49
- */
50
- disabled: {
51
- type: "boolean",
52
- defaultValue: false
53
- },
54
-
55
52
  /**
56
53
  * Specifies the text value to be displayed in the bar.
57
54
  *
@@ -65,6 +62,19 @@ sap.ui.define([
65
62
  type: "string"
66
63
  },
67
64
 
65
+ /**
66
+ * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
67
+ */
68
+ enabled: {
69
+ type: "boolean",
70
+ defaultValue: true,
71
+ mapping: {
72
+ type: "attribute",
73
+ to: "disabled",
74
+ formatter: "_mapEnabled"
75
+ }
76
+ },
77
+
68
78
  /**
69
79
  * Defines whether the component value is shown.
70
80
  */
@@ -112,6 +122,8 @@ sap.ui.define([
112
122
  }
113
123
  });
114
124
 
125
+ EnabledPropagator.call(ProgressIndicator.prototype);
126
+
115
127
  /* CUSTOM CODE START */
116
128
  /* CUSTOM CODE END */
117
129
 
@@ -8,9 +8,11 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/EnabledPropagator",
11
12
  "sap/ui/core/library",
12
- "./thirdparty/RadioButton"
13
- ], function(WebComponent, library, coreLibrary) {
13
+ "./thirdparty/RadioButton",
14
+ "./thirdparty/features/InputElementsFormSupport"
15
+ ], function(WebComponent, library, EnabledPropagator, coreLibrary) {
14
16
  "use strict";
15
17
 
16
18
  var ValueState = coreLibrary.ValueState;
@@ -37,7 +39,7 @@ sap.ui.define([
37
39
  * <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.
38
40
  *
39
41
  * @author SAP SE
40
- * @version 1.99.0
42
+ * @version 1.100.0
41
43
  *
42
44
  * @constructor
43
45
  * @public
@@ -67,13 +69,16 @@ sap.ui.define([
67
69
  },
68
70
 
69
71
  /**
70
- * Defines whether the component is disabled. <br>
71
- * <br>
72
- * <b>Note:</b> A disabled component is completely noninteractive.
72
+ * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
73
73
  */
74
- disabled: {
74
+ enabled: {
75
75
  type: "boolean",
76
- defaultValue: false
76
+ defaultValue: true,
77
+ mapping: {
78
+ type: "attribute",
79
+ to: "disabled",
80
+ formatter: "_mapEnabled"
81
+ }
77
82
  },
78
83
 
79
84
  /**
@@ -188,6 +193,8 @@ sap.ui.define([
188
193
  }
189
194
  });
190
195
 
196
+ EnabledPropagator.call(RadioButton.prototype);
197
+
191
198
  /* CUSTOM CODE START */
192
199
 
193
200
  /**
@@ -8,8 +8,9 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/EnabledPropagator",
11
12
  "./thirdparty/RangeSlider"
12
- ], function(WebComponent, library) {
13
+ ], function(WebComponent, library, EnabledPropagator) {
13
14
  "use strict";
14
15
 
15
16
  /**
@@ -60,7 +61,7 @@ sap.ui.define([
60
61
  * </ul>
61
62
  *
62
63
  * @author SAP SE
63
- * @version 1.99.0
64
+ * @version 1.100.0
64
65
  *
65
66
  * @constructor
66
67
  * @public
@@ -76,11 +77,16 @@ sap.ui.define([
76
77
  properties: {
77
78
 
78
79
  /**
79
- * Defines whether the slider is in disabled state.
80
+ * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
80
81
  */
81
- disabled: {
82
+ enabled: {
82
83
  type: "boolean",
83
- defaultValue: false
84
+ defaultValue: true,
85
+ mapping: {
86
+ type: "attribute",
87
+ to: "disabled",
88
+ formatter: "_mapEnabled"
89
+ }
84
90
  },
85
91
 
86
92
  /**
@@ -184,6 +190,8 @@ sap.ui.define([
184
190
  }
185
191
  });
186
192
 
193
+ EnabledPropagator.call(RangeSlider.prototype);
194
+
187
195
  /* CUSTOM CODE START */
188
196
  /* CUSTOM CODE END */
189
197
 
@@ -8,8 +8,9 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/EnabledPropagator",
11
12
  "./thirdparty/RatingIndicator"
12
- ], function(WebComponent, library) {
13
+ ], function(WebComponent, library, EnabledPropagator) {
13
14
  "use strict";
14
15
 
15
16
  /**
@@ -42,38 +43,43 @@ sap.ui.define([
42
43
  * </ul>
43
44
  *
44
45
  * @author SAP SE
45
- * @version 1.99.0
46
+ * @version 1.100.0
46
47
  *
47
48
  * @constructor
48
49
  * @public
49
50
  * @since 1.92.0
50
51
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
51
52
  * @alias sap.ui.webc.main.RatingIndicator
53
+ * @implements sap.ui.core.IFormContent
52
54
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
53
55
  */
54
56
  var RatingIndicator = WebComponent.extend("sap.ui.webc.main.RatingIndicator", {
55
57
  metadata: {
56
58
  library: "sap.ui.webc.main",
57
59
  tag: "ui5-rating-indicator-ui5",
60
+ interfaces: [
61
+ "sap.ui.core.IFormContent"
62
+ ],
58
63
  properties: {
59
64
 
60
65
  /**
61
- * Sets the accessible aria name of the component.
66
+ * Defines the accessible aria name of the component.
62
67
  */
63
68
  accessibleName: {
64
69
  type: "string"
65
70
  },
66
71
 
67
72
  /**
68
- * Defines whether the component is disabled.
69
- *
70
- * <br>
71
- * <br>
72
- * <b>Note:</b> A disabled component is completely noninteractive.
73
+ * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
73
74
  */
74
- disabled: {
75
+ enabled: {
75
76
  type: "boolean",
76
- defaultValue: false
77
+ defaultValue: true,
78
+ mapping: {
79
+ type: "attribute",
80
+ to: "disabled",
81
+ formatter: "_mapEnabled"
82
+ }
77
83
  },
78
84
 
79
85
  /**
@@ -107,6 +113,15 @@ sap.ui.define([
107
113
  value: {
108
114
  type: "float",
109
115
  defaultValue: 0
116
+ },
117
+
118
+ /**
119
+ * Defines the width of the control
120
+ */
121
+ width: {
122
+ type: "sap.ui.core.CSSSize",
123
+ defaultValue: null,
124
+ mapping: "style"
110
125
  }
111
126
  },
112
127
  events: {
@@ -122,6 +137,8 @@ sap.ui.define([
122
137
  }
123
138
  });
124
139
 
140
+ EnabledPropagator.call(RatingIndicator.prototype);
141
+
125
142
  /* CUSTOM CODE START */
126
143
  /* CUSTOM CODE END */
127
144
 
@@ -29,8 +29,18 @@ sap.ui.define([
29
29
  *
30
30
  * <h3>Usage</h3> Use it when you want to make sure that all the content is visible on any device.
31
31
  *
32
+ * <h3>CSS Shadow Parts</h3>
33
+ *
34
+ * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
35
+ * The <code>sap.ui.webc.main.ResponsivePopover</code> exposes the following CSS Shadow Parts:
36
+ * <ul>
37
+ * <li>header - Used to style the header of the component</li>
38
+ * <li>content - Used to style the content of the component</li>
39
+ * <li>footer - Used to style the footer of the component</li>
40
+ * </ul>
41
+ *
32
42
  * @author SAP SE
33
- * @version 1.99.0
43
+ * @version 1.100.0
34
44
  *
35
45
  * @constructor
36
46
  * @public
@@ -104,17 +114,17 @@ sap.ui.define([
104
114
  },
105
115
 
106
116
  /**
107
- * Defines the ID of the HTML Element, which will get the initial focus.
117
+ * Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.
108
118
  */
109
- initialFocus: {
110
- type: "string",
111
- defaultValue: ""
119
+ modal: {
120
+ type: "boolean",
121
+ defaultValue: false
112
122
  },
113
123
 
114
124
  /**
115
- * Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.
125
+ * Indicates if the element is open
116
126
  */
117
- modal: {
127
+ open: {
118
128
  type: "boolean",
119
129
  defaultValue: false
120
130
  },
@@ -190,6 +200,18 @@ sap.ui.define([
190
200
  },
191
201
  associations: {
192
202
 
203
+ /**
204
+ * Defines the opener id of the element that the popover is shown at
205
+ */
206
+ opener: {
207
+ type: "sap.ui.core.Control",
208
+ multiple: false,
209
+ mapping: {
210
+ type: "property",
211
+ to: "opener"
212
+ }
213
+ },
214
+
193
215
  /**
194
216
  * Receives id(or many ids) of the controls that label this control.
195
217
  */
@@ -201,6 +223,18 @@ sap.ui.define([
201
223
  to: "accessibleNameRef",
202
224
  formatter: "_getAriaLabelledByForRendering"
203
225
  }
226
+ },
227
+
228
+ /**
229
+ * Defines the ID of the HTML Element, which will get the initial focus.
230
+ */
231
+ initialFocus: {
232
+ type: "sap.ui.core.Control",
233
+ multiple: false,
234
+ mapping: {
235
+ type: "property",
236
+ to: "initialFocus"
237
+ }
204
238
  }
205
239
  },
206
240
  events: {
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * <b>Note:</b> There can be just one selected <code>item</code> at a time.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.99.0
31
+ * @version 1.100.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -48,10 +48,19 @@ sap.ui.define([
48
48
  properties: {
49
49
 
50
50
  /**
51
- * Sets the accessible aria name of the component.
51
+ * Defines the accessible aria name of the component.
52
52
  */
53
53
  accessibleName: {
54
54
  type: "string"
55
+ },
56
+
57
+ /**
58
+ * Defines the width of the control
59
+ */
60
+ width: {
61
+ type: "sap.ui.core.CSSSize",
62
+ defaultValue: null,
63
+ mapping: "style"
55
64
  }
56
65
  },
57
66
  defaultAggregation: "items",
@@ -104,12 +113,12 @@ sap.ui.define([
104
113
  // However, once aligned the code below may be needed as the width should not be changed by the form.
105
114
 
106
115
  /**
107
- * <code>SegmentedButton</code> must not be stretched in Form because ResizeHandler is used internally
108
- * in order to manage the width of the SegmentedButton depending on the container size
109
- * @protected
110
- * @returns {boolean} True this method always returns <code>true</code>
111
- */
112
- SegmentedButton.prototype.getFormDoNotAdjustWidth = function () {
116
+ * <code>SegmentedButton</code> must not be stretched in Form because ResizeHandler is used internally
117
+ * in order to manage the width of the SegmentedButton depending on the container size
118
+ * @protected
119
+ * @returns {boolean} True this method always returns <code>true</code>
120
+ */
121
+ SegmentedButton.prototype.getFormDoNotAdjustWidth = function() {
113
122
  return true;
114
123
  };
115
124
 
@@ -8,8 +8,9 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/EnabledPropagator",
11
12
  "./thirdparty/SegmentedButtonItem"
12
- ], function(WebComponent, library) {
13
+ ], function(WebComponent, library, EnabledPropagator) {
13
14
  "use strict";
14
15
 
15
16
  var ButtonDesign = library.ButtonDesign;
@@ -30,7 +31,7 @@ sap.ui.define([
30
31
  * Clicking or tapping on a <code>sap.ui.webc.main.SegmentedButtonItem</code> changes its state to <code>pressed</code>. The item returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.SegmentedButtonItem</code>.
31
32
  *
32
33
  * @author SAP SE
33
- * @version 1.99.0
34
+ * @version 1.100.0
34
35
  *
35
36
  * @constructor
36
37
  * @public
@@ -60,7 +61,7 @@ sap.ui.define([
60
61
  * <ul>
61
62
  * <li><code>true</code></li>
62
63
  * <li><code>false</code></li>
63
- * <ul>
64
+ * </ul>
64
65
  * </li>
65
66
  * <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values:
66
67
  * <ul>
@@ -80,7 +81,7 @@ sap.ui.define([
80
81
  },
81
82
 
82
83
  /**
83
- * Sets the accessible aria name of the component.
84
+ * Defines the accessible aria name of the component.
84
85
  */
85
86
  accessibleName: {
86
87
  type: "string"
@@ -95,11 +96,16 @@ sap.ui.define([
95
96
  },
96
97
 
97
98
  /**
98
- * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.
99
+ * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
99
100
  */
100
- disabled: {
101
+ enabled: {
101
102
  type: "boolean",
102
- defaultValue: false
103
+ defaultValue: true,
104
+ mapping: {
105
+ type: "attribute",
106
+ to: "disabled",
107
+ formatter: "_mapEnabled"
108
+ }
103
109
  },
104
110
 
105
111
  /**
@@ -176,6 +182,8 @@ sap.ui.define([
176
182
  }
177
183
  });
178
184
 
185
+ EnabledPropagator.call(SegmentedButtonItem.prototype);
186
+
179
187
  /* CUSTOM CODE START */
180
188
  /* CUSTOM CODE END */
181
189
 
@@ -8,9 +8,11 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/EnabledPropagator",
11
12
  "sap/ui/core/library",
12
- "./thirdparty/Select"
13
- ], function(WebComponent, library, coreLibrary) {
13
+ "./thirdparty/Select",
14
+ "./thirdparty/features/InputElementsFormSupport"
15
+ ], function(WebComponent, library, EnabledPropagator, coreLibrary) {
14
16
  "use strict";
15
17
 
16
18
  var ValueState = coreLibrary.ValueState;
@@ -38,36 +40,43 @@ sap.ui.define([
38
40
  * </ul> <br>
39
41
  *
40
42
  * @author SAP SE
41
- * @version 1.99.0
43
+ * @version 1.100.0
42
44
  *
43
45
  * @constructor
44
46
  * @public
45
47
  * @since 1.92.0
46
48
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
47
49
  * @alias sap.ui.webc.main.Select
50
+ * @implements sap.ui.core.IFormContent
48
51
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
49
52
  */
50
53
  var Select = WebComponent.extend("sap.ui.webc.main.Select", {
51
54
  metadata: {
52
55
  library: "sap.ui.webc.main",
53
56
  tag: "ui5-select-ui5",
57
+ interfaces: [
58
+ "sap.ui.core.IFormContent"
59
+ ],
54
60
  properties: {
55
61
 
56
62
  /**
57
- * Sets the accessible aria name of the component.
63
+ * Defines the accessible aria name of the component.
58
64
  */
59
65
  accessibleName: {
60
66
  type: "string"
61
67
  },
62
68
 
63
69
  /**
64
- * Defines whether the component is in disabled state. <br>
65
- * <br>
66
- * <b>Note:</b> A disabled component is noninteractive.
70
+ * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
67
71
  */
68
- disabled: {
72
+ enabled: {
69
73
  type: "boolean",
70
- defaultValue: false
74
+ defaultValue: true,
75
+ mapping: {
76
+ type: "attribute",
77
+ to: "disabled",
78
+ formatter: "_mapEnabled"
79
+ }
71
80
  },
72
81
 
73
82
  /**
@@ -195,6 +204,8 @@ sap.ui.define([
195
204
  * @function
196
205
  */
197
206
 
207
+ EnabledPropagator.call(Select.prototype);
208
+
198
209
  /* CUSTOM CODE START */
199
210
  /* CUSTOM CODE END */
200
211