@openui5/sap.ui.webc.main 1.97.1 → 1.98.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 (245) hide show
  1. package/.reuse/dep5 +25 -30
  2. package/THIRDPARTY.txt +13 -20
  3. package/package.json +3 -3
  4. package/src/sap/ui/webc/main/.library +1 -1
  5. package/src/sap/ui/webc/main/Avatar.js +1 -1
  6. package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
  7. package/src/sap/ui/webc/main/Badge.js +1 -1
  8. package/src/sap/ui/webc/main/Breadcrumbs.js +2 -2
  9. package/src/sap/ui/webc/main/BreadcrumbsItem.js +2 -2
  10. package/src/sap/ui/webc/main/BusyIndicator.js +1 -1
  11. package/src/sap/ui/webc/main/Button.js +1 -1
  12. package/src/sap/ui/webc/main/Calendar.js +1 -1
  13. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  14. package/src/sap/ui/webc/main/Card.js +1 -1
  15. package/src/sap/ui/webc/main/CardHeader.js +2 -2
  16. package/src/sap/ui/webc/main/Carousel.js +1 -1
  17. package/src/sap/ui/webc/main/CheckBox.js +1 -1
  18. package/src/sap/ui/webc/main/ColorPalette.js +1 -1
  19. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  20. package/src/sap/ui/webc/main/ColorPalettePopover.js +2 -2
  21. package/src/sap/ui/webc/main/ColorPicker.js +1 -1
  22. package/src/sap/ui/webc/main/ComboBox.js +1 -1
  23. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +2 -2
  24. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
  25. package/src/sap/ui/webc/main/CustomListItem.js +1 -1
  26. package/src/sap/ui/webc/main/DatePicker.js +1 -1
  27. package/src/sap/ui/webc/main/DateRangePicker.js +1 -1
  28. package/src/sap/ui/webc/main/DateTimePicker.js +1 -1
  29. package/src/sap/ui/webc/main/Dialog.js +1 -1
  30. package/src/sap/ui/webc/main/FileUploader.js +1 -1
  31. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  32. package/src/sap/ui/webc/main/Icon.js +1 -1
  33. package/src/sap/ui/webc/main/Input.js +1 -1
  34. package/src/sap/ui/webc/main/Label.js +1 -1
  35. package/src/sap/ui/webc/main/Link.js +1 -1
  36. package/src/sap/ui/webc/main/List.js +4 -4
  37. package/src/sap/ui/webc/main/MessageStrip.js +2 -2
  38. package/src/sap/ui/webc/main/MultiComboBox.js +1 -6
  39. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  40. package/src/sap/ui/webc/main/MultiInput.js +1 -1
  41. package/src/sap/ui/webc/main/Option.js +1 -1
  42. package/src/sap/ui/webc/main/Panel.js +1 -1
  43. package/src/sap/ui/webc/main/Popover.js +1 -1
  44. package/src/sap/ui/webc/main/ProgressIndicator.js +1 -1
  45. package/src/sap/ui/webc/main/RadioButton.js +1 -1
  46. package/src/sap/ui/webc/main/RangeSlider.js +1 -1
  47. package/src/sap/ui/webc/main/RatingIndicator.js +1 -1
  48. package/src/sap/ui/webc/main/ResponsivePopover.js +1 -1
  49. package/src/sap/ui/webc/main/SegmentedButton.js +1 -1
  50. package/src/sap/ui/webc/main/SegmentedButtonItem.js +2 -2
  51. package/src/sap/ui/webc/main/Select.js +1 -11
  52. package/src/sap/ui/webc/main/Slider.js +1 -1
  53. package/src/sap/ui/webc/main/StandardListItem.js +1 -1
  54. package/src/sap/ui/webc/main/StepInput.js +1 -1
  55. package/src/sap/ui/webc/main/SuggestionGroupItem.js +2 -2
  56. package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
  57. package/src/sap/ui/webc/main/Switch.js +1 -1
  58. package/src/sap/ui/webc/main/Tab.js +10 -2
  59. package/src/sap/ui/webc/main/TabContainer.js +1 -10
  60. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  61. package/src/sap/ui/webc/main/Table.js +4 -4
  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 +2 -2
  65. package/src/sap/ui/webc/main/TableRow.js +1 -1
  66. package/src/sap/ui/webc/main/TextArea.js +1 -1
  67. package/src/sap/ui/webc/main/TimePicker.js +1 -1
  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 +1 -1
  71. package/src/sap/ui/webc/main/Token.js +1 -1
  72. package/src/sap/ui/webc/main/Tree.js +1 -1
  73. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  74. package/src/sap/ui/webc/main/library.js +3 -3
  75. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +8 -0
  76. package/src/sap/ui/webc/main/thirdparty/BreadcrumbsItem.js +3 -3
  77. package/src/sap/ui/webc/main/thirdparty/Button.js +3 -0
  78. package/src/sap/ui/webc/main/thirdparty/CheckBox.js +3 -0
  79. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +16 -1
  80. package/src/sap/ui/webc/main/thirdparty/DayPicker.js +3 -0
  81. package/src/sap/ui/webc/main/thirdparty/FileUploader.js +11 -4
  82. package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -0
  83. package/src/sap/ui/webc/main/thirdparty/Input.js +42 -17
  84. package/src/sap/ui/webc/main/thirdparty/List.js +1 -1
  85. package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +9 -8
  86. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +17 -1
  87. package/src/sap/ui/webc/main/thirdparty/MultiComboBoxItem.js +3 -3
  88. package/src/sap/ui/webc/main/thirdparty/Option.js +3 -3
  89. package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +1 -1
  90. package/src/sap/ui/webc/main/thirdparty/Select.js +19 -0
  91. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +1 -1
  92. package/src/sap/ui/webc/main/thirdparty/StepInput.js +5 -6
  93. package/src/sap/ui/webc/main/thirdparty/Switch.js +4 -1
  94. package/src/sap/ui/webc/main/thirdparty/Tab.js +6 -3
  95. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +5 -1
  96. package/src/sap/ui/webc/main/thirdparty/Table.js +2 -2
  97. package/src/sap/ui/webc/main/thirdparty/TableRow.js +1 -1
  98. package/src/sap/ui/webc/main/thirdparty/TextArea.js +9 -0
  99. package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +4 -1
  100. package/src/sap/ui/webc/main/thirdparty/Token.js +11 -1
  101. package/src/sap/ui/webc/main/thirdparty/WheelSlider.js +9 -9
  102. package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -1
  103. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -1
  104. package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -1
  105. package/src/sap/ui/webc/main/thirdparty/css/themes/Card.css +1 -1
  106. package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -1
  107. package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -1
  108. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -1
  109. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -1
  110. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -1
  111. package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePickerPopover.css +1 -1
  112. package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.css +1 -1
  113. package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -1
  114. package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -1
  115. package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -1
  116. package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -1
  117. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -1
  118. package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.css +1 -1
  119. package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -1
  120. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
  121. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -1
  122. package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -1
  123. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
  124. package/src/sap/ui/webc/main/thirdparty/css/themes/ProgressIndicator.css +1 -1
  125. package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -1
  126. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -1
  127. package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -1
  128. package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -1
  129. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -1
  130. package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -1
  131. package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -1
  132. package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -1
  133. package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -1
  134. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -1
  135. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -1
  136. package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -1
  137. package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -1
  138. package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -1
  139. package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -1
  140. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -1
  141. package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -1
  142. package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -1
  143. package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -1
  144. package/src/sap/ui/webc/main/thirdparty/css/themes/WheelSlider.css +1 -1
  145. package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.css +1 -1
  146. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  147. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  148. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  149. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  150. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  151. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  152. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  153. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  154. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  155. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +84 -26
  156. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +9 -9
  157. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +4 -4
  158. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +4 -3
  159. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +1 -1
  160. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +4 -4
  161. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +6 -5
  162. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +1 -1
  163. package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +4 -4
  164. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +6 -6
  165. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +4 -3
  166. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +7 -6
  167. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +4 -4
  168. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
  169. package/src/sap/ui/webc/main/thirdparty/generated/templates/StepInputTemplate.lit.js +4 -2
  170. package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +4 -2
  171. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +1 -1
  172. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +1 -1
  173. package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
  174. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +1 -1
  175. package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +1 -1
  176. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
  177. package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +1 -1
  178. package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +1 -1
  179. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +1 -1
  180. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
  181. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +1 -1
  182. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
  183. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +1 -1
  184. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePickerPopover.css.js +1 -1
  185. package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +1 -1
  186. package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +1 -1
  187. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +1 -1
  188. package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +1 -1
  189. package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +1 -1
  190. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +1 -1
  191. package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.css.js +1 -1
  192. package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +1 -1
  193. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
  194. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +1 -1
  195. package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +1 -1
  196. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
  197. package/src/sap/ui/webc/main/thirdparty/generated/themes/ProgressIndicator.css.js +1 -1
  198. package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +1 -1
  199. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  200. package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +1 -1
  201. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
  202. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +1 -1
  203. package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +1 -1
  204. package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +1 -1
  205. package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +1 -1
  206. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +1 -1
  207. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +1 -1
  208. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +1 -1
  209. package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +1 -1
  210. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +1 -1
  211. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +1 -1
  212. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
  213. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +1 -1
  214. package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +1 -1
  215. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +1 -1
  216. package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +1 -1
  217. package/src/sap/ui/webc/main/thirdparty/generated/themes/WheelSlider.css.js +1 -1
  218. package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.css.js +1 -1
  219. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  220. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  221. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  222. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  223. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  224. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  225. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  226. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  227. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  228. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0af46f05.js +13 -0
  229. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d5954e7.js +13 -0
  230. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-58c993f1.js +13 -0
  231. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5cd315e5.js +13 -0
  232. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-6cdfb99e.js +13 -0
  233. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-c4cbd21b.js +13 -0
  234. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cc68d055.js +13 -0
  235. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-d4d2e1ea.js +13 -0
  236. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ec070c87.js +13 -0
  237. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0f28e359.js +0 -13
  238. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-1ee56435.js +0 -13
  239. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d4cd873.js +0 -13
  240. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5bdedee7.js +0 -13
  241. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-60d672db.js +0 -13
  242. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-793a420b.js +0 -13
  243. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7c549d8f.js +0 -13
  244. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7e5617d6.js +0 -13
  245. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e75a0bfb.js +0 -13
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * For the <code>sap.ui.webc.main.MessageStrip</code> component, you can define whether it displays an icon in the beginning and a close button. Moreover, its size and background can be controlled with CSS.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.97.1
35
+ * @version 1.98.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  var MessageStrip = WebComponent.extend("sap.ui.webc.main.MessageStrip", {
45
45
  metadata: {
46
46
  library: "sap.ui.webc.main",
47
- tag: "ui5-messagestrip-ui5",
47
+ tag: "ui5-message-strip-ui5",
48
48
  properties: {
49
49
 
50
50
  /**
@@ -49,11 +49,6 @@ sap.ui.define([
49
49
  * <li> Backspace - deletes the token and focus the next token. </li>
50
50
  * </ul>
51
51
  *
52
- * In the context of <code>sap.ui.webc.main.MultiComboBox</code>, you can provide a custom stable DOM ref for:
53
- * <ul>
54
- * <li>Every <code>sap.ui.webc.main.MultiComboBoxItem</code> that you provide. Example: <code>&lt;ui5-mcb-item stable-dom-ref="item1"&gt;&lt;/ui5-mcb-item&gt;</code></li>
55
- * </ul>
56
- *
57
52
  * <h3>CSS Shadow Parts</h3>
58
53
  *
59
54
  * <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>
@@ -63,7 +58,7 @@ sap.ui.define([
63
58
  * </ul>
64
59
  *
65
60
  * @author SAP SE
66
- * @version 1.97.1
61
+ * @version 1.98.0
67
62
  *
68
63
  * @constructor
69
64
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.MultiComboBoxItem</code> represents the item for a <code>sap.ui.webc.main.MultiComboBox</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.97.1
27
+ * @version 1.98.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.97.1
37
+ * @version 1.98.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * 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
27
  *
28
28
  * @author SAP SE
29
- * @version 1.97.1
29
+ * @version 1.98.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * </ul>
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.97.1
61
+ * @version 1.98.0
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
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
43
  * @author SAP SE
44
- * @version 1.97.1
44
+ * @version 1.98.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * <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
30
  *
31
31
  * @author SAP SE
32
- * @version 1.97.1
32
+ * @version 1.98.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.97.1
40
+ * @version 1.98.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * </ul>
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.97.1
63
+ * @version 1.98.0
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * Example: <code>&lt;ui5-rating-indicator style="font-size: 3rem;">&lt;/ui5-rating-indicator></code>
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.97.1
32
+ * @version 1.98.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
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
32
  * @author SAP SE
33
- * @version 1.97.1
33
+ * @version 1.98.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -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.97.1
31
+ * @version 1.98.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * 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
31
  *
32
32
  * @author SAP SE
33
- * @version 1.97.1
33
+ * @version 1.98.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -132,4 +132,4 @@ sap.ui.define([
132
132
  });
133
133
 
134
134
  return SegmentedButtonItem;
135
- });
135
+ });
@@ -37,18 +37,8 @@ sap.ui.define([
37
37
  * <li>[END] - Navigates to the last option</li>
38
38
  * </ul> <br>
39
39
  *
40
- *
41
- * <h3>Stable DOM Refs</h3>
42
- *
43
- * In the context of <code>sap.ui.webc.main.Select</code>, you can provide a custom stable DOM ref for:
44
- * <ul>
45
- * <li>Every <code>sap.ui.webc.main.Option</code> that you provide. Example: <code>
46
- * <ui5-option stable-dom-ref="option1"></ui5-option>
47
- * </code></li>
48
- * </ul>
49
- *
50
40
  * @author SAP SE
51
- * @version 1.97.1
41
+ * @version 1.98.0
52
42
  *
53
43
  * @constructor
54
44
  * @public
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * </ul>
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.97.1
73
+ * @version 1.98.0
74
74
  *
75
75
  * @constructor
76
76
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.97.1
44
+ * @version 1.98.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * </ul>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.97.1
53
+ * @version 1.98.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.SuggestionGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.Input</code> suggestions into groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.97.1
27
+ * @version 1.98.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -55,4 +55,4 @@ sap.ui.define([
55
55
  });
56
56
 
57
57
  return SuggestionGroupItem;
58
- });
58
+ });
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.main.SuggestionItem</code> represents the suggestion item of the <code>sap.ui.webc.main.Input</code>.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.97.1
31
+ * @version 1.98.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * </ul>
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.97.1
45
+ * @version 1.98.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.Tab</code> represents a selectable item inside a <code>sap.ui.webc.main.TabContainer</code>. It defines both the item in the tab strip (top part of the <code>sap.ui.webc.main.TabContainer</code>) and the content that is presented to the user once the tab is selected.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.97.1
29
+ * @version 1.98.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -118,9 +118,17 @@ sap.ui.define([
118
118
  type: "sap.ui.core.Control",
119
119
  multiple: true
120
120
  }
121
- }
121
+ },
122
+ methods: ["getTabInStripDomRef"]
122
123
  }
123
124
  });
124
125
 
126
+ /**
127
+ * Returns the DOM reference of the tab that is placed in the header. <b>Note:</b> If you need a DOM ref to the tab content please use the <code>getDomRef</code> method.
128
+ * @public
129
+ * @name sap.ui.webc.main.Tab#getTabInStripDomRef
130
+ * @function
131
+ */
132
+
125
133
  return Tab;
126
134
  });
@@ -35,17 +35,8 @@ sap.ui.define([
35
35
  * <li><code>sap.ui.webc.main.TabSeparator</code> - used to separate tabs with a vertical line</li>
36
36
  * </ul>
37
37
  *
38
- * <h3>Stable DOM Refs</h3>
39
- *
40
- * In the context of <code>sap.ui.webc.main.TabContainer</code>, you can provide a custom stable DOM refs for:
41
- * <ul>
42
- * <li>Each <code>sap.ui.webc.main.Tab</code> Example: <code>
43
- * <ui5-tab stable-dom-ref="in-stock"></ui5-tab>
44
- * </code></li>
45
- * </ul>
46
- *
47
38
  * @author SAP SE
48
- * @version 1.97.1
39
+ * @version 1.98.0
49
40
  *
50
41
  * @constructor
51
42
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.TabSeparator</code> represents a vertical line to separate tabs inside a <code>sap.ui.webc.main.TabContainer</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.97.1
27
+ * @version 1.98.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * <b>Note:</b> Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.97.1
44
+ * @version 1.98.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -87,7 +87,7 @@ sap.ui.define([
87
87
  * <br>
88
88
  *
89
89
  *
90
- * <b>Limitations:</b> <code>growing="Scroll"</code> is not supported for Internet Explorer, and the component will fallback to <code>growing="Button"</code>.
90
+ * <b>Restrictions:</b> <code>growing="Scroll"</code> is not supported for Internet Explorer, and the component will fallback to <code>growing="Button"</code>.
91
91
  */
92
92
  growing: {
93
93
  type: "sap.ui.webc.main.TableGrowingMode",
@@ -162,7 +162,7 @@ sap.ui.define([
162
162
  /**
163
163
  * Determines whether the column headers remain fixed at the top of the page during vertical scrolling as long as the Web Component is in the viewport. <br>
164
164
  * <br>
165
- * <b>Limitations:</b>
165
+ * <b>Restrictions:</b>
166
166
  * <ul>
167
167
  * <li>Browsers that do not support this feature:
168
168
  * <ul>
@@ -282,4 +282,4 @@ sap.ui.define([
282
282
  });
283
283
 
284
284
  return Table;
285
- });
285
+ });
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.97.1
37
+ * @version 1.98.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.97.1
37
+ * @version 1.98.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.97.1
37
+ * @version 1.98.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -66,4 +66,4 @@ sap.ui.define([
66
66
  });
67
67
 
68
68
  return TableGroupRow;
69
- });
69
+ });
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * </ul>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.97.1
40
+ * @version 1.98.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.97.1
42
+ * @version 1.98.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * </ul>
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.97.1
65
+ * @version 1.98.0
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * The <code>sap.ui.webc.main.Title</code> component is used to display titles inside a page. It is a simple, large-sized text with explicit header/title semantics.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.97.1
32
+ * @version 1.98.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * </ul>
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.97.1
47
+ * @version 1.98.0
48
48
  *
49
49
  * @constructor
50
50
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * Clicking or tapping on a <code>sap.ui.webc.main.ToggleButton</code> changes its state to <code>pressed</code>. The button 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.ToggleButton</code>.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.97.1
33
+ * @version 1.98.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * Tokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.97.1
29
+ * @version 1.98.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * </ul>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.97.1
60
+ * @version 1.98.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * <h3>Usage</h3> <code>sap.ui.webc.main.TreeItem</code> is an abstract element, representing a node in a <code>sap.ui.webc.main.Tree</code>. The tree itself is rendered as a list, and each <code>sap.ui.webc.main.TreeItem</code> is represented by a list item(<code>sap.ui.webc.main.TreeListItem</code>) in that list. Therefore, you should only use <code>sap.ui.webc.main.TreeItem</code> directly in your apps. The <code>sap.ui.webc.main.TreeListItem</code> list item is internal for the list, and not intended for public use.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.97.1
32
+ * @version 1.98.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  // delegate further initialization of this library to the Core
20
20
  sap.ui.getCore().initLibrary({
21
21
  name: "sap.ui.webc.main",
22
- version: "1.97.1",
22
+ version: "1.98.0",
23
23
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
24
24
  noLibraryCSS: true,
25
25
  designtime: "sap/ui/webc/main/designtime/library.designtime",
@@ -159,7 +159,7 @@ sap.ui.define([
159
159
  * @namespace
160
160
  * @alias sap.ui.webc.main
161
161
  * @author SAP SE
162
- * @version 1.97.1
162
+ * @version 1.98.0
163
163
  * @public
164
164
  * @since 1.92.0
165
165
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
@@ -1519,4 +1519,4 @@ sap.ui.define([
1519
1519
 
1520
1520
  return thisLib;
1521
1521
 
1522
- });
1522
+ });
@@ -90,6 +90,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sa
90
90
  }
91
91
  }
92
92
  }
93
+ onBeforeRendering() {
94
+ this._preprocessItems();
95
+ }
93
96
  onAfterRendering() {
94
97
  this._cacheWidths();
95
98
  this._updateOverflow();
@@ -242,6 +245,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sa
242
245
  _hasVisibleContent(item) {
243
246
  return item.innerText || Array.from(item.children).some(child => !child.hidden);
244
247
  }
248
+ _preprocessItems() {
249
+ this.items.forEach(item => {
250
+ item._getRealDomRef = () => this.getDomRef().querySelector(`[data-ui5-stable*=${item.stableDomRef}]`);
251
+ });
252
+ }
245
253
  getCurrentLocationLabelWrapper() {
246
254
  return this.shadowRoot.querySelector(".ui5-breadcrumbs-current-location > span");
247
255
  }
@@ -18,9 +18,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
18
18
  accessibleName: {
19
19
  type: String,
20
20
  },
21
- stableDomRef: {
22
- type: String,
23
- },
24
21
  },
25
22
  slots: {
26
23
  "default": {
@@ -33,6 +30,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
33
30
  static get metadata() {
34
31
  return metadata;
35
32
  }
33
+ get stableDomRef() {
34
+ return `${this._id}-stable-dom-ref`;
35
+ }
36
36
  }
37
37
  BreadcrumbsItem.define();
38
38
 
@@ -126,6 +126,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
126
126
  if (FormSupport) {
127
127
  FormSupport.triggerFormSubmit(this);
128
128
  }
129
+ if (Device.isSafari()) {
130
+ this.getDomRef().focus();
131
+ }
129
132
  }
130
133
  _onmousedown(event) {
131
134
  if (this.nonInteractive || this._isTouch) {
@@ -94,6 +94,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/
94
94
  this.toggle();
95
95
  }
96
96
  _onmousedown() {
97
+ if (this.readonly || this.disabled) {
98
+ return;
99
+ }
97
100
  this.active = true;
98
101
  activeCb = this;
99
102
  }
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/types/ValueState', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/InvisibleMessage', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-down', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', './ComboBoxFilters-f59100bd', './generated/i18n/i18n-defaults', './generated/templates/ComboBoxTemplate.lit', './generated/templates/ComboBoxPopoverTemplate.lit', './generated/themes/ComboBox.css', './generated/themes/ComboBoxPopover.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css', './ComboBoxItem', './Icon', './Popover', './ResponsivePopover', './List', './BusyIndicator', './Button', './StandardListItem', './ComboBoxGroupItem'], function (UI5Element, litRender, ValueState, Device, Integer, AriaLabelHelper, announce, slimArrowDown, decline, i18nBundle, Keys, ComboBoxFilters, i18nDefaults, ComboBoxTemplate_lit, ComboBoxPopoverTemplate_lit, ComboBox_css, ComboBoxPopover_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css, ComboBoxItem, Icon, Popover, ResponsivePopover, List, BusyIndicator, Button, StandardListItem, ComboBoxGroupItem) { 'use strict';
1
+ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/types/ValueState', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/InvisibleMessage', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-down', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/icons/not-editable', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', './ComboBoxFilters-f59100bd', './generated/i18n/i18n-defaults', './generated/templates/ComboBoxTemplate.lit', './generated/templates/ComboBoxPopoverTemplate.lit', './generated/themes/ComboBox.css', './generated/themes/ComboBoxPopover.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css', './ComboBoxItem', './Icon', './Popover', './ResponsivePopover', './List', './BusyIndicator', './Button', './StandardListItem', './ComboBoxGroupItem'], function (UI5Element, litRender, ValueState, Device, Integer, AriaLabelHelper, announce, slimArrowDown, decline, notEditable, i18nBundle, Keys, ComboBoxFilters, i18nDefaults, ComboBoxTemplate_lit, ComboBoxPopoverTemplate_lit, ComboBox_css, ComboBoxPopover_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css, ComboBoxItem, Icon, Popover, ResponsivePopover, List, BusyIndicator, Button, StandardListItem, ComboBoxGroupItem) { 'use strict';
2
2
 
3
3
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
4
4
 
@@ -225,6 +225,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
225
225
  this._resetFilter();
226
226
  this._toggleRespPopover();
227
227
  }
228
+ _readonlyIconClick() {
229
+ this.inner.focus();
230
+ }
228
231
  _input(event) {
229
232
  const { value } = event.target;
230
233
  if (event.target === this.inner) {
@@ -373,6 +376,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
373
376
  this.value = !this.open ? this._lastValue : this.value;
374
377
  this._isValueStateFocused = false;
375
378
  }
379
+ if ((Keys.isTabNext(event) || Keys.isTabPrevious(event)) && this.open) {
380
+ this._closeRespPopover();
381
+ }
376
382
  if (Keys.isShow(event) && !this.readonly && !this.disabled) {
377
383
  event.preventDefault();
378
384
  this._resetFilter();
@@ -542,6 +548,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
542
548
  get shouldDisplayDefaultValueStateMessage() {
543
549
  return !this.valueStateMessage.length && this.hasValueStateText;
544
550
  }
551
+ get _valueStateMessageIcon() {
552
+ const iconPerValueState = {
553
+ Error: "error",
554
+ Warning: "alert",
555
+ Success: "sys-enter-2",
556
+ Information: "information",
557
+ };
558
+ return this.valueState !== ValueState__default.None ? iconPerValueState[this.valueState] : "";
559
+ }
545
560
  get open() {
546
561
  return this.responsivePopover ? this.responsivePopover.opened : false;
547
562
  }
@@ -133,6 +133,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
133
133
  if (isDisabled) {
134
134
  day.classes += " ui5-dp-item--disabled";
135
135
  }
136
+ if (this.hasSecondaryCalendarType) {
137
+ day.classes += " ui5-dp-item--withsecondtype";
138
+ }
136
139
  week.push(day);
137
140
  if (dayOfTheWeek === DAYS_IN_WEEK - 1) {
138
141
  week.unshift({