@openui5/sap.ui.webc.main 1.96.2 → 1.97.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 (449) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +2 -1
  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 +2 -2
  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 +4 -4
  9. package/src/sap/ui/webc/main/BreadcrumbsItem.js +4 -4
  10. package/src/sap/ui/webc/main/BusyIndicator.js +1 -1
  11. package/src/sap/ui/webc/main/Button.js +3 -3
  12. package/src/sap/ui/webc/main/Calendar.js +4 -4
  13. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  14. package/src/sap/ui/webc/main/Card.js +17 -1
  15. package/src/sap/ui/webc/main/CardHeader.js +4 -4
  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 +4 -4
  19. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  20. package/src/sap/ui/webc/main/ColorPalettePopover.js +112 -0
  21. package/src/sap/ui/webc/main/ColorPicker.js +3 -3
  22. package/src/sap/ui/webc/main/ComboBox.js +4 -4
  23. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +4 -4
  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 +5 -5
  27. package/src/sap/ui/webc/main/DateRangePicker.js +3 -3
  28. package/src/sap/ui/webc/main/DateTimePicker.js +4 -6
  29. package/src/sap/ui/webc/main/Dialog.js +1 -1
  30. package/src/sap/ui/webc/main/FileUploader.js +2 -2
  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 +6 -27
  34. package/src/sap/ui/webc/main/Label.js +2 -2
  35. package/src/sap/ui/webc/main/Link.js +2 -2
  36. package/src/sap/ui/webc/main/List.js +5 -6
  37. package/src/sap/ui/webc/main/MessageStrip.js +2 -2
  38. package/src/sap/ui/webc/main/MultiComboBox.js +4 -6
  39. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  40. package/src/sap/ui/webc/main/MultiInput.js +6 -27
  41. package/src/sap/ui/webc/main/Option.js +1 -1
  42. package/src/sap/ui/webc/main/Panel.js +5 -4
  43. package/src/sap/ui/webc/main/Popover.js +1 -1
  44. package/src/sap/ui/webc/main/ProgressIndicator.js +14 -1
  45. package/src/sap/ui/webc/main/RadioButton.js +1 -1
  46. package/src/sap/ui/webc/main/RangeSlider.js +15 -17
  47. package/src/sap/ui/webc/main/RatingIndicator.js +4 -4
  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 +5 -5
  51. package/src/sap/ui/webc/main/Select.js +1 -1
  52. package/src/sap/ui/webc/main/Slider.js +20 -20
  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 +4 -4
  56. package/src/sap/ui/webc/main/SuggestionItem.js +2 -2
  57. package/src/sap/ui/webc/main/Switch.js +5 -5
  58. package/src/sap/ui/webc/main/Tab.js +1 -1
  59. package/src/sap/ui/webc/main/TabContainer.js +1 -1
  60. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  61. package/src/sap/ui/webc/main/Table.js +1 -1
  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 +5 -5
  65. package/src/sap/ui/webc/main/TableRow.js +5 -5
  66. package/src/sap/ui/webc/main/TextArea.js +5 -5
  67. package/src/sap/ui/webc/main/TimePicker.js +3 -3
  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 +3 -3
  71. package/src/sap/ui/webc/main/Token.js +2 -2
  72. package/src/sap/ui/webc/main/Tree.js +29 -1
  73. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  74. package/src/sap/ui/webc/main/library.js +16 -12
  75. package/src/sap/ui/webc/main/thirdparty/Assets.js +1 -1
  76. package/src/sap/ui/webc/main/thirdparty/Avatar.js +8 -11
  77. package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +6 -7
  78. package/src/sap/ui/webc/main/thirdparty/Badge.js +11 -6
  79. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +6 -4
  80. package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +2 -3
  81. package/src/sap/ui/webc/main/thirdparty/Button.js +3 -4
  82. package/src/sap/ui/webc/main/thirdparty/Calendar.js +73 -2
  83. package/src/sap/ui/webc/main/thirdparty/CalendarHeader.js +17 -55
  84. package/src/sap/ui/webc/main/thirdparty/Card.js +13 -9
  85. package/src/sap/ui/webc/main/thirdparty/CardHeader.js +16 -11
  86. package/src/sap/ui/webc/main/thirdparty/Carousel.js +8 -7
  87. package/src/sap/ui/webc/main/thirdparty/CheckBox.js +31 -6
  88. package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +161 -12
  89. package/src/sap/ui/webc/main/thirdparty/ColorPaletteItem.js +14 -4
  90. package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +110 -0
  91. package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +10 -1
  92. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +146 -57
  93. package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +2 -3
  94. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +3 -3
  95. package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +1 -1
  96. package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +7 -6
  97. package/src/sap/ui/webc/main/thirdparty/DayPicker.js +9 -4
  98. package/src/sap/ui/webc/main/thirdparty/Dialog.js +11 -4
  99. package/src/sap/ui/webc/main/thirdparty/DurationPicker.js +1 -1
  100. package/src/sap/ui/webc/main/thirdparty/FileUploader.js +14 -9
  101. package/src/sap/ui/webc/main/thirdparty/GroupHeaderListItem.js +5 -8
  102. package/src/sap/ui/webc/main/thirdparty/Icon.js +14 -11
  103. package/src/sap/ui/webc/main/thirdparty/Input.js +68 -39
  104. package/src/sap/ui/webc/main/thirdparty/Link.js +2 -3
  105. package/src/sap/ui/webc/main/thirdparty/List.js +41 -12
  106. package/src/sap/ui/webc/main/thirdparty/ListItem.js +13 -8
  107. package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +2 -3
  108. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +189 -59
  109. package/src/sap/ui/webc/main/thirdparty/MultiInput.js +1 -1
  110. package/src/sap/ui/webc/main/thirdparty/Panel.js +2 -3
  111. package/src/sap/ui/webc/main/thirdparty/Popover.js +52 -31
  112. package/src/sap/ui/webc/main/thirdparty/Popup.js +14 -25
  113. package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +8 -7
  114. package/src/sap/ui/webc/main/thirdparty/RadioButton.js +35 -7
  115. package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +6 -7
  116. package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +3 -4
  117. package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +5 -23
  118. package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +4 -4
  119. package/src/sap/ui/webc/main/thirdparty/SegmentedButtonItem.js +1 -1
  120. package/src/sap/ui/webc/main/thirdparty/Select.js +53 -47
  121. package/src/sap/ui/webc/main/thirdparty/Slider.js +2 -3
  122. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +4 -9
  123. package/src/sap/ui/webc/main/thirdparty/StepInput.js +3 -4
  124. package/src/sap/ui/webc/main/thirdparty/Switch.js +5 -6
  125. package/src/sap/ui/webc/main/thirdparty/Tab.js +12 -2
  126. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +12 -5
  127. package/src/sap/ui/webc/main/thirdparty/Table.js +8 -6
  128. package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +2 -3
  129. package/src/sap/ui/webc/main/thirdparty/TableRow.js +4 -8
  130. package/src/sap/ui/webc/main/thirdparty/TextArea.js +11 -10
  131. package/src/sap/ui/webc/main/thirdparty/TimePicker.js +1 -1
  132. package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +9 -6
  133. package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +8 -9
  134. package/src/sap/ui/webc/main/thirdparty/Toast.js +5 -0
  135. package/src/sap/ui/webc/main/thirdparty/Token.js +2 -6
  136. package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +12 -14
  137. package/src/sap/ui/webc/main/thirdparty/Tree.js +18 -0
  138. package/src/sap/ui/webc/main/thirdparty/TreeListItem.js +12 -15
  139. package/src/sap/ui/webc/main/thirdparty/YearPicker.js +1 -0
  140. package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -0
  141. package/src/sap/ui/webc/main/thirdparty/css/themes/AvatarGroup.css +1 -0
  142. package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -0
  143. package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.css +1 -0
  144. package/src/sap/ui/webc/main/thirdparty/css/themes/BreadcrumbsPopover.css +1 -0
  145. package/src/sap/ui/webc/main/thirdparty/css/themes/BrowserScrollbar.css +1 -0
  146. package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -0
  147. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -0
  148. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.ie11.css +1 -0
  149. package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -0
  150. package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -0
  151. package/src/sap/ui/webc/main/thirdparty/css/themes/Card.css +1 -0
  152. package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -0
  153. package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -0
  154. package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -0
  155. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -0
  156. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteItem.css +1 -0
  157. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.css +1 -0
  158. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteStaticArea.css +1 -0
  159. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -0
  160. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -0
  161. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBoxPopover.css +1 -0
  162. package/src/sap/ui/webc/main/thirdparty/css/themes/CustomListItem.css +1 -0
  163. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -0
  164. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePickerPopover.css +1 -0
  165. package/src/sap/ui/webc/main/thirdparty/css/themes/DateRangePicker.css +1 -0
  166. package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePicker.css +1 -0
  167. package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePickerPopover.css +1 -0
  168. package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.css +1 -0
  169. package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -0
  170. package/src/sap/ui/webc/main/thirdparty/css/themes/FileUploader.css +1 -0
  171. package/src/sap/ui/webc/main/thirdparty/css/themes/GroupHeaderListItem.css +1 -0
  172. package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -0
  173. package/src/sap/ui/webc/main/thirdparty/css/themes/Icon.css +1 -0
  174. package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -0
  175. package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -0
  176. package/src/sap/ui/webc/main/thirdparty/css/themes/InvisibleTextStyles.css +1 -0
  177. package/src/sap/ui/webc/main/thirdparty/css/themes/Label.css +1 -0
  178. package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -0
  179. package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -0
  180. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -0
  181. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -0
  182. package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.css +1 -0
  183. package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -0
  184. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -0
  185. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -0
  186. package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -0
  187. package/src/sap/ui/webc/main/thirdparty/css/themes/Popover.css +1 -0
  188. package/src/sap/ui/webc/main/thirdparty/css/themes/Popup.css +1 -0
  189. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupGlobal.css +1 -0
  190. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupStaticAreaStyles.css +1 -0
  191. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -0
  192. package/src/sap/ui/webc/main/thirdparty/css/themes/ProgressIndicator.css +1 -0
  193. package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -0
  194. package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -0
  195. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopover.css +1 -0
  196. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -0
  197. package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -0
  198. package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -0
  199. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -0
  200. package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -0
  201. package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -0
  202. package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -0
  203. package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -0
  204. package/src/sap/ui/webc/main/thirdparty/css/themes/Tab.css +1 -0
  205. package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -0
  206. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -0
  207. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -0
  208. package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -0
  209. package/src/sap/ui/webc/main/thirdparty/css/themes/TableCell.css +1 -0
  210. package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -0
  211. package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -0
  212. package/src/sap/ui/webc/main/thirdparty/css/themes/TableRow.css +1 -0
  213. package/src/sap/ui/webc/main/thirdparty/css/themes/TapHighlightColor.css +1 -0
  214. package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -0
  215. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -0
  216. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePickerPopover.css +1 -0
  217. package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelection.css +1 -0
  218. package/src/sap/ui/webc/main/thirdparty/css/themes/Title.css +1 -0
  219. package/src/sap/ui/webc/main/thirdparty/css/themes/Toast.css +1 -0
  220. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.css +1 -0
  221. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.ie11.css +1 -0
  222. package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -0
  223. package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -0
  224. package/src/sap/ui/webc/main/thirdparty/css/themes/Tree.css +1 -0
  225. package/src/sap/ui/webc/main/thirdparty/css/themes/TreeListItem.css +1 -0
  226. package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -0
  227. package/src/sap/ui/webc/main/thirdparty/css/themes/WheelSlider.css +1 -0
  228. package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.css +1 -0
  229. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -0
  230. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  231. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  232. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  233. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  234. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  235. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  236. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -0
  237. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  238. package/src/sap/ui/webc/main/thirdparty/features/ColorPaletteMoreColors.js +6 -6
  239. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +20 -15
  240. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +8 -1
  241. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +10 -8
  242. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/i18n.js +47 -47
  243. package/src/sap/ui/webc/main/thirdparty/generated/templates/BadgeTemplate.lit.js +1 -1
  244. package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
  245. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +1 -1
  246. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +2 -2
  247. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardTemplate.lit.js +1 -1
  248. package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +1 -1
  249. package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.lit.js +1 -1
  250. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteItemTemplate.lit.js +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPalettePopoverTemplate.lit.js +8 -0
  252. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteTemplate.lit.js +6 -5
  253. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +2 -2
  255. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +3 -3
  256. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
  257. package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +2 -2
  258. package/src/sap/ui/webc/main/thirdparty/generated/templates/DayPickerTemplate.lit.js +2 -2
  259. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderTemplate.lit.js +1 -1
  260. package/src/sap/ui/webc/main/thirdparty/generated/templates/GroupHeaderListItemTemplate.lit.js +1 -1
  261. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +1 -1
  262. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +1 -1
  263. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +3 -3
  264. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +3 -3
  265. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +12 -9
  266. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +2 -2
  267. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +1 -1
  268. package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +9 -5
  269. package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +1 -1
  270. package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +1 -1
  271. package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +6 -4
  272. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +2 -2
  273. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +1 -1
  274. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
  275. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +3 -3
  276. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +3 -3
  277. package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +1 -1
  278. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +1 -1
  279. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +2 -4
  280. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorTemplate.lit.js +1 -1
  281. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +2 -2
  282. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
  283. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +1 -1
  284. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +1 -1
  285. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +2 -1
  286. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +3 -3
  287. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +1 -1
  288. package/src/sap/ui/webc/main/thirdparty/generated/templates/WheelSliderTemplate.lit.js +2 -2
  289. package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +3 -3
  290. package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +3 -3
  291. package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +3 -3
  292. package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +3 -3
  293. package/src/sap/ui/webc/main/thirdparty/generated/themes/BreadcrumbsPopover.css.js +3 -3
  294. package/src/sap/ui/webc/main/thirdparty/generated/themes/BrowserScrollbar.css.js +3 -3
  295. package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +3 -3
  296. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +3 -3
  297. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.ie11.css.js +3 -3
  298. package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +3 -3
  299. package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +3 -3
  300. package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +3 -3
  301. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +3 -3
  302. package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +3 -3
  303. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +3 -3
  304. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +3 -3
  305. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteItem.css.js +3 -3
  306. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.css.js +13 -0
  307. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteStaticArea.css.js +3 -3
  308. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +3 -3
  309. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +3 -3
  310. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBoxPopover.css.js +3 -3
  311. package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.css.js +3 -3
  312. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +3 -3
  313. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePickerPopover.css.js +3 -3
  314. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateRangePicker.css.js +3 -3
  315. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePicker.css.js +3 -3
  316. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePickerPopover.css.js +3 -3
  317. package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +3 -3
  318. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +3 -3
  319. package/src/sap/ui/webc/main/thirdparty/generated/themes/FileUploader.css.js +3 -3
  320. package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +3 -3
  321. package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +3 -3
  322. package/src/sap/ui/webc/main/thirdparty/generated/themes/Icon.css.js +3 -3
  323. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +3 -3
  324. package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +3 -3
  325. package/src/sap/ui/webc/main/thirdparty/generated/themes/InvisibleTextStyles.css.js +3 -3
  326. package/src/sap/ui/webc/main/thirdparty/generated/themes/Label.css.js +3 -3
  327. package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +3 -3
  328. package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +3 -3
  329. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +3 -3
  330. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +3 -3
  331. package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.css.js +3 -3
  332. package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +3 -3
  333. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +3 -3
  334. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +3 -3
  335. package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +3 -3
  336. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +3 -3
  337. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popup.css.js +3 -3
  338. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupGlobal.css.js +13 -0
  339. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupStaticAreaStyles.css.js +3 -3
  340. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +3 -3
  341. package/src/sap/ui/webc/main/thirdparty/generated/themes/ProgressIndicator.css.js +3 -3
  342. package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +3 -3
  343. package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +3 -3
  344. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopover.css.js +3 -3
  345. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +3 -3
  346. package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +3 -3
  347. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +3 -3
  348. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +3 -3
  349. package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +3 -3
  350. package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +3 -3
  351. package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +13 -0
  352. package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +3 -3
  353. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tab.css.js +3 -3
  354. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +3 -3
  355. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +3 -3
  356. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +3 -3
  357. package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +3 -3
  358. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.css.js +3 -3
  359. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +3 -3
  360. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +3 -3
  361. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +3 -3
  362. package/src/sap/ui/webc/main/thirdparty/generated/themes/TapHighlightColor.css.js +13 -0
  363. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +3 -3
  364. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +3 -3
  365. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerPopover.css.js +3 -3
  366. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelection.css.js +3 -3
  367. package/src/sap/ui/webc/main/thirdparty/generated/themes/Title.css.js +3 -3
  368. package/src/sap/ui/webc/main/thirdparty/generated/themes/Toast.css.js +3 -3
  369. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.css.js +3 -3
  370. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.ie11.css.js +3 -3
  371. package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +3 -3
  372. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +3 -3
  373. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tree.css.js +3 -3
  374. package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeListItem.css.js +3 -3
  375. package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +3 -3
  376. package/src/sap/ui/webc/main/thirdparty/generated/themes/WheelSlider.css.js +3 -3
  377. package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.css.js +3 -3
  378. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  379. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  380. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  381. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  382. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  383. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  384. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  385. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +7 -0
  386. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +7 -0
  387. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ar-7754de1c.js → messagebundle_ar-f610ffe9.js} +7 -0
  388. package/src/sap/ui/webc/main/thirdparty/{messagebundle_bg-041345aa.js → messagebundle_bg-e372ad7a.js} +7 -0
  389. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ca-df38eb0b.js → messagebundle_ca-64403819.js} +7 -0
  390. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cs-51d17321.js → messagebundle_cs-f5276d1f.js} +7 -0
  391. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cy-cc129f0c.js → messagebundle_cy-5b51959f.js} +7 -0
  392. package/src/sap/ui/webc/main/thirdparty/{messagebundle_da-bc87b599.js → messagebundle_da-3f0c542a.js} +7 -0
  393. package/src/sap/ui/webc/main/thirdparty/{messagebundle_de-518b0a75.js → messagebundle_de-ff52e292.js} +7 -0
  394. package/src/sap/ui/webc/main/thirdparty/{messagebundle_el-9686b145.js → messagebundle_el-8a8f0e04.js} +7 -0
  395. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en-57ad19b6.js → messagebundle_en-39f79920.js} +7 -0
  396. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_GB-588d53e3.js → messagebundle_en_GB-9a6995bc.js} +7 -0
  397. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_sappsd-e370df7b.js → messagebundle_en_US_sappsd-1cd6f946.js} +7 -0
  398. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saprigi-adf0ddb3.js → messagebundle_en_US_saprigi-88214efb.js} +10 -0
  399. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saptrc-261422e2.js → messagebundle_en_US_saptrc-d8b4cc37.js} +7 -0
  400. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es-ec258b44.js → messagebundle_es-4e7804b3.js} +7 -0
  401. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es_MX-5f113e73.js → messagebundle_es_MX-5d55637e.js} +8 -1
  402. package/src/sap/ui/webc/main/thirdparty/{messagebundle_et-901c732b.js → messagebundle_et-d019447e.js} +7 -0
  403. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fi-0a2a6323.js → messagebundle_fi-115f5a0c.js} +7 -0
  404. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr-5df8899a.js → messagebundle_fr-f4458a8c.js} +7 -0
  405. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr_CA-0de6a568.js → messagebundle_fr_CA-d3ac2579.js} +7 -0
  406. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hi-13e67957.js → messagebundle_hi-3dbf5206.js} +7 -0
  407. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hr-93fbc1d1.js → messagebundle_hr-3112e358.js} +7 -0
  408. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hu-dd94c35e.js → messagebundle_hu-90f77b24.js} +7 -0
  409. package/src/sap/ui/webc/main/thirdparty/{messagebundle_it-0c46ce25.js → messagebundle_it-4fd2c566.js} +7 -0
  410. package/src/sap/ui/webc/main/thirdparty/{messagebundle_iw-946df0a2.js → messagebundle_iw-ff53b57b.js} +7 -0
  411. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ja-9cb333bb.js → messagebundle_ja-050a69c3.js} +7 -0
  412. package/src/sap/ui/webc/main/thirdparty/{messagebundle_kk-239d7820.js → messagebundle_kk-597a9724.js} +7 -0
  413. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ko-6f09e984.js → messagebundle_ko-d840efd8.js} +7 -0
  414. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lt-2d4f9935.js → messagebundle_lt-d15c1526.js} +7 -0
  415. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lv-d73bf0c0.js → messagebundle_lv-539ad33e.js} +7 -0
  416. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ms-9b4b2929.js → messagebundle_ms-98b3e6dd.js} +7 -0
  417. package/src/sap/ui/webc/main/thirdparty/{messagebundle_nl-55193168.js → messagebundle_nl-5c52e887.js} +7 -0
  418. package/src/sap/ui/webc/main/thirdparty/{messagebundle_no-7f4a6832.js → messagebundle_no-04ee2aaf.js} +7 -0
  419. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pl-89c36a34.js → messagebundle_pl-6da30702.js} +7 -0
  420. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt-b87f9645.js → messagebundle_pt-71f281c3.js} +7 -0
  421. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt_PT-0e8230b0.js → messagebundle_pt_PT-6d966418.js} +7 -0
  422. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ro-83e7f44d.js → messagebundle_ro-e76a9c5d.js} +7 -0
  423. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ru-befd37d0.js → messagebundle_ru-dc34dd79.js} +7 -0
  424. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sh-4edec182.js → messagebundle_sh-f2171ee6.js} +7 -0
  425. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sk-29160489.js → messagebundle_sk-5c10a3c8.js} +7 -0
  426. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sl-fd9ba370.js → messagebundle_sl-14cff3cf.js} +7 -0
  427. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sv-57bfda52.js → messagebundle_sv-44a9e5d4.js} +7 -0
  428. package/src/sap/ui/webc/main/thirdparty/{messagebundle_th-184c45a0.js → messagebundle_th-6cbca7a8.js} +7 -0
  429. package/src/sap/ui/webc/main/thirdparty/{messagebundle_tr-d5781fbb.js → messagebundle_tr-00ce0f94.js} +7 -0
  430. package/src/sap/ui/webc/main/thirdparty/{messagebundle_uk-e49bb47f.js → messagebundle_uk-bf2de1c7.js} +7 -0
  431. package/src/sap/ui/webc/main/thirdparty/{messagebundle_vi-ce27847a.js → messagebundle_vi-a0de6aa8.js} +7 -0
  432. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_CN-bdbfb1bd.js → messagebundle_zh_CN-7cbf9197.js} +7 -0
  433. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_TW-ca1de535.js → messagebundle_zh_TW-53705d5b.js} +7 -0
  434. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0f28e359.js +13 -0
  435. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-1ee56435.js +13 -0
  436. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d4cd873.js +13 -0
  437. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5bdedee7.js +13 -0
  438. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-60d672db.js +13 -0
  439. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-793a420b.js +13 -0
  440. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7c549d8f.js +13 -0
  441. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7e5617d6.js +13 -0
  442. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e75a0bfb.js +13 -0
  443. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-09f8e92d.js +0 -9
  444. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-19666884.js +0 -9
  445. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-8e7c6ad9.js +0 -9
  446. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cb713657.js +0 -9
  447. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dd8f2f47.js +0 -9
  448. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e3a31f8e.js +0 -9
  449. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e44b2b84.js +0 -9
@@ -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', './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, 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/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';
2
2
 
3
3
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
4
4
 
@@ -47,6 +47,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
47
47
  focused: {
48
48
  type: Boolean,
49
49
  },
50
+ _isValueStateFocused: {
51
+ type: Boolean,
52
+ },
50
53
  accessibleName: {
51
54
  type: String,
52
55
  defaultValue: undefined,
@@ -103,7 +106,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
103
106
  return ComboBox_css;
104
107
  }
105
108
  static get staticAreaStyles() {
106
- return [ResponsivePopoverCommon_css, ValueStateMessage_css, ComboBoxPopover_css];
109
+ return [ResponsivePopoverCommon_css, ValueStateMessage_css, ComboBoxPopover_css, Suggestions_css];
107
110
  }
108
111
  static get template() {
109
112
  return ComboBoxTemplate_lit;
@@ -117,7 +120,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
117
120
  this._initialRendering = true;
118
121
  this._itemFocused = false;
119
122
  this._selectionChanged = false;
120
- this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
121
123
  }
122
124
  onBeforeRendering() {
123
125
  if (this._initialRendering) {
@@ -127,13 +129,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
127
129
  this.popover.close();
128
130
  }
129
131
  this._selectMatchingItem();
130
- if (this._isKeyNavigation && this.responsivePopover && this.responsivePopover.opened) {
131
- this.focused = false;
132
- } else if (this.shadowRoot.activeElement) {
133
- this.focused = this.shadowRoot.activeElement.id === "ui5-combobox-input";
134
- }
135
132
  this._initialRendering = false;
136
- this._isKeyNavigation = false;
137
133
  }
138
134
  async onAfterRendering() {
139
135
  await this._respPopover();
@@ -142,23 +138,38 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
142
138
  }
143
139
  if (this.shouldClosePopover() && !Device.isPhone()) {
144
140
  this.responsivePopover.close(false, false, true);
141
+ this._clearFocus();
142
+ this._itemFocused = false;
145
143
  }
146
- this._itemFocused = false;
147
144
  this.toggleValueStatePopover(this.shouldOpenValueStateMessagePopover);
148
145
  this.storeResponsivePopoverWidth();
146
+ if (Device.isSafari() && this._autocomplete && this.filterValue !== this.value) {
147
+ this.inner.setSelectionRange(
148
+ (this._isKeyNavigation ? 0 : this.filterValue.length),
149
+ this.value.length,
150
+ );
151
+ }
149
152
  }
150
153
  shouldClosePopover() {
151
- return this.responsivePopover.opened && !this.focused && !this._itemFocused;
154
+ return this.responsivePopover.opened && !this.focused && !this._itemFocused && !this._isValueStateFocused;
152
155
  }
153
156
  _focusin(event) {
154
157
  this.focused = true;
155
158
  this._lastValue = this.value;
159
+ this._autocomplete = false;
156
160
  !Device.isPhone() && event.target.setSelectionRange(0, this.value.length);
157
161
  }
158
- _focusout() {
159
- this.focused = false;
162
+ _focusout(event) {
163
+ const focusedOutToValueStateMessage = event.relatedTarget && event.relatedTarget.shadowRoot && event.relatedTarget.shadowRoot.querySelector(".ui5-valuestatemessage-root");
160
164
  this._fireChangeEvent();
161
- !Device.isPhone() && this._closeRespPopover();
165
+ if (focusedOutToValueStateMessage) {
166
+ event.stopImmediatePropagation();
167
+ return;
168
+ }
169
+ if (!this.shadowRoot.contains(event.relatedTarget)) {
170
+ this.focused = false;
171
+ !Device.isPhone() && this._closeRespPopover(event);
172
+ }
162
173
  }
163
174
  _afterOpenPopover() {
164
175
  this._iconPressed = true;
@@ -218,26 +229,28 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
218
229
  const { value } = event.target;
219
230
  if (event.target === this.inner) {
220
231
  event.stopImmediatePropagation();
232
+ this.focused = true;
233
+ this._isValueStateFocused = false;
221
234
  }
222
235
  this._filteredItems = this._filterItems(value);
223
236
  this.value = value;
224
237
  this.filterValue = value;
225
238
  this._clearFocus();
226
- if (this._autocomplete && value !== "") {
227
- const item = this._autoCompleteValue(value);
228
- if (!this._selectionChanged && (item && !item.selected && !item.isGroupItem)) {
239
+ if (this._autocomplete) {
240
+ const item = this._getFirstMatchingItem(value);
241
+ this._applyAtomicValueAndSelection(item, value, true);
242
+ if (value !== "" && !this._selectionChanged && (item && !item.selected && !item.isGroupItem)) {
229
243
  this.fireEvent("selection-change", {
230
244
  item,
231
245
  });
232
246
  this._selectionChanged = false;
233
- item.focused = true;
234
247
  }
235
248
  }
236
249
  this.fireEvent("input");
237
250
  if (Device.isPhone()) {
238
251
  return;
239
252
  }
240
- if (!this._filteredItems.length) {
253
+ if (!this._filteredItems.length || value === "") {
241
254
  this._closeRespPopover();
242
255
  } else {
243
256
  this._openRespPopover();
@@ -256,32 +269,52 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
256
269
  if (this.readonly || !this._filteredItems.length) {
257
270
  return;
258
271
  }
272
+ const isOpen = this.open;
259
273
  const isArrowDown = Keys.isDown(event);
260
274
  const isArrowUp = Keys.isUp(event);
261
275
  const currentItem = this._filteredItems.find(item => {
262
- return this.responsivePopover.opened ? item.focused : item.selected;
276
+ return isOpen ? item.focused : item.selected;
263
277
  });
264
- let indexOfItem = this._filteredItems.indexOf(currentItem);
278
+ const indexOfItem = this._filteredItems.indexOf(currentItem);
265
279
  event.preventDefault();
266
- if ((indexOfItem === 0 && isArrowUp) || (this._filteredItems.length - 1 === indexOfItem && isArrowDown)) {
280
+ if ((this.focused === true && isArrowUp && isOpen) || (this._filteredItems.length - 1 === indexOfItem && isArrowDown)) {
281
+ return;
282
+ }
283
+ this._isKeyNavigation = true;
284
+ if (isArrowDown) {
285
+ this._handleArrowDown(event, indexOfItem);
286
+ }
287
+ if (isArrowUp) {
288
+ this._handleArrowUp(event, indexOfItem);
289
+ }
290
+ }
291
+ _handleItemNavigation(event, indexOfItem, isForward) {
292
+ const isOpen = this.open;
293
+ const currentItem = this._filteredItems[indexOfItem];
294
+ const nextItem = isForward ? this._filteredItems[indexOfItem + 1] : this._filteredItems[indexOfItem - 1];
295
+ const isGroupItem = currentItem && currentItem.isGroupItem;
296
+ if ((!isOpen) && ((isGroupItem && !nextItem) || (!isGroupItem && !currentItem))) {
267
297
  return;
268
298
  }
269
299
  this._clearFocus();
270
- indexOfItem += isArrowDown ? 1 : -1;
271
- indexOfItem = indexOfItem < 0 ? 0 : indexOfItem;
272
- this._filteredItems[indexOfItem].focused = true;
273
- if (this.responsivePopover.opened) {
274
- this.announceSelectedItem(indexOfItem);
300
+ if (isOpen) {
301
+ this._itemFocused = true;
302
+ this.value = isGroupItem ? this.filterValue : currentItem.text;
303
+ this.focused = false;
304
+ currentItem.focused = true;
305
+ } else {
306
+ this.focused = true;
307
+ this.value = isGroupItem ? nextItem.text : currentItem.text;
308
+ currentItem.focused = false;
275
309
  }
276
- this.value = this._filteredItems[indexOfItem].isGroupItem ? this.filterValue : this._filteredItems[indexOfItem].text;
277
- this._isKeyNavigation = true;
278
- this._itemFocused = true;
310
+ this._isValueStateFocused = false;
279
311
  this._selectionChanged = true;
280
- if (this._filteredItems[indexOfItem].isGroupItem) {
312
+ if (isGroupItem && isOpen) {
281
313
  return;
282
314
  }
283
- this._filteredItems[indexOfItem].selected = true;
284
- const item = this._autoCompleteValue(this.value);
315
+ this._announceSelectedItem(indexOfItem);
316
+ const item = this._getFirstMatchingItem(this.value);
317
+ this._applyAtomicValueAndSelection(item, "", true);
285
318
  if ((item && !item.selected)) {
286
319
  this.fireEvent("selection-change", {
287
320
  item,
@@ -290,20 +323,70 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
290
323
  this.fireEvent("input");
291
324
  this._fireChangeEvent();
292
325
  }
326
+ _handleArrowDown(event, indexOfItem) {
327
+ const isOpen = this.open;
328
+ if (this.focused && indexOfItem === -1 && this.hasValueStateText && isOpen) {
329
+ this._isValueStateFocused = true;
330
+ this.focused = false;
331
+ return;
332
+ }
333
+ indexOfItem = !isOpen && this.hasValueState && indexOfItem === -1 ? 0 : indexOfItem;
334
+ this._handleItemNavigation(event, ++indexOfItem, true );
335
+ }
336
+ _handleArrowUp(event, indexOfItem) {
337
+ const isOpen = this.open;
338
+ if (indexOfItem === 0 && !this.hasValueStateText) {
339
+ this._clearFocus();
340
+ this.focused = true;
341
+ this._itemFocused = false;
342
+ return;
343
+ }
344
+ if (indexOfItem === 0 && this.hasValueStateText && isOpen) {
345
+ this._clearFocus();
346
+ this._itemFocused = false;
347
+ this._isValueStateFocused = true;
348
+ this._filteredItems[0].selected = false;
349
+ return;
350
+ }
351
+ if (this._isValueStateFocused) {
352
+ this.focused = true;
353
+ this._isValueStateFocused = false;
354
+ return;
355
+ }
356
+ indexOfItem = !isOpen && this.hasValueState && indexOfItem === -1 ? 0 : indexOfItem;
357
+ this._handleItemNavigation(event, --indexOfItem, false );
358
+ }
293
359
  _keydown(event) {
294
360
  const isArrowKey = Keys.isDown(event) || Keys.isUp(event);
295
361
  this._autocomplete = !(Keys.isBackSpace(event) || Keys.isDelete(event));
362
+ this._isKeyNavigation = false;
296
363
  if (isArrowKey) {
297
364
  this.handleArrowKeyPress(event);
298
365
  }
299
366
  if (Keys.isEnter(event)) {
300
367
  this._fireChangeEvent();
301
368
  this._closeRespPopover();
369
+ this.focused = true;
370
+ }
371
+ if (Keys.isEscape(event)) {
372
+ this.focused = true;
373
+ this.value = !this.open ? this._lastValue : this.value;
374
+ this._isValueStateFocused = false;
302
375
  }
303
376
  if (Keys.isShow(event) && !this.readonly && !this.disabled) {
304
377
  event.preventDefault();
305
378
  this._resetFilter();
306
379
  this._toggleRespPopover();
380
+ const selectedItem = this._filteredItems.find(item => {
381
+ return item.selected;
382
+ });
383
+ if (selectedItem && this.open) {
384
+ this._itemFocused = true;
385
+ selectedItem.focused = true;
386
+ this.focused = false;
387
+ } else {
388
+ this.focused = true;
389
+ }
307
390
  }
308
391
  }
309
392
  _click(event) {
@@ -316,6 +399,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
316
399
  this.value = this._selectedItemText;
317
400
  this.filterValue = this._selectedItemText;
318
401
  }
402
+ this._isValueStateFocused = false;
403
+ this._clearFocus();
319
404
  this.responsivePopover.close();
320
405
  }
321
406
  _openRespPopover() {
@@ -336,7 +421,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
336
421
  return groupHasFilteredItems;
337
422
  }
338
423
  }
339
- _autoCompleteValue(current) {
424
+ _getFirstMatchingItem(current) {
340
425
  const currentlyFocusedItem = this.items.find(item => item.focused === true);
341
426
  if (currentlyFocusedItem && currentlyFocusedItem.isGroupItem) {
342
427
  this.value = this.filterValue;
@@ -344,22 +429,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
344
429
  }
345
430
  const matchingItems = this._startsWithMatchingItems(current).filter(item => !item.isGroupItem);
346
431
  if (matchingItems.length) {
347
- this.value = matchingItems[0] ? matchingItems[0].text : current;
348
- } else {
349
- this.value = current;
432
+ return matchingItems[0];
350
433
  }
351
- if (this._isKeyNavigation) {
352
- setTimeout(() => {
353
- this.inner.setSelectionRange(this.filterValue.length, this.value.length);
354
- }, 0);
355
- } else if (matchingItems.length) {
356
- setTimeout(() => {
357
- this.inner.setSelectionRange(this.filterValue.length, this.value.length);
358
- }, 0);
434
+ }
435
+ _applyAtomicValueAndSelection(item, filterValue, highlightValue) {
436
+ if (!item) {
437
+ return;
359
438
  }
360
- if (matchingItems.length) {
361
- return matchingItems[0];
439
+ const value = (item && item.text) || "";
440
+ this.inner.value = value;
441
+ if (highlightValue) {
442
+ this.inner.setSelectionRange(filterValue.length, value.length);
362
443
  }
444
+ this.value = value;
363
445
  }
364
446
  _selectMatchingItem() {
365
447
  const currentlyFocusedItem = this.items.find(item => item.focused);
@@ -408,16 +490,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
408
490
  _onItemFocus(event) {
409
491
  this._itemFocused = true;
410
492
  }
411
- announceSelectedItem(indexOfItem) {
412
- const itemPositionText = this.i18nBundle.getText(i18nDefaults.LIST_ITEM_POSITION, [indexOfItem + 1], [this._filteredItems.length]);
413
- const itemSelectionText = this.i18nBundle.getText(i18nDefaults.LIST_ITEM_SELECTED);
493
+ _announceSelectedItem(indexOfItem) {
494
+ const itemPositionText = ComboBox.i18nBundle.getText(i18nDefaults.LIST_ITEM_POSITION, indexOfItem + 1, this._filteredItems.length);
495
+ const itemSelectionText = ComboBox.i18nBundle.getText(i18nDefaults.LIST_ITEM_SELECTED);
414
496
  announce__default(`${itemPositionText} ${itemSelectionText}`, "Polite");
415
497
  }
416
498
  get _headerTitleText() {
417
- return this.i18nBundle.getText(i18nDefaults.INPUT_SUGGESTIONS_TITLE);
499
+ return ComboBox.i18nBundle.getText(i18nDefaults.INPUT_SUGGESTIONS_TITLE);
418
500
  }
419
501
  get _iconAccessibleNameText() {
420
- return this.i18nBundle.getText(i18nDefaults.SELECT_OPTIONS);
502
+ return ComboBox.i18nBundle.getText(i18nDefaults.SELECT_OPTIONS);
421
503
  }
422
504
  get inner() {
423
505
  return Device.isPhone() ? this.responsivePopover.querySelector(".ui5-input-inner-phone") : this.shadowRoot.querySelector("[inner-input]");
@@ -447,10 +529,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
447
529
  }
448
530
  get valueStateTextMappings() {
449
531
  return {
450
- "Success": this.i18nBundle.getText(i18nDefaults.VALUE_STATE_SUCCESS),
451
- "Error": this.i18nBundle.getText(i18nDefaults.VALUE_STATE_ERROR),
452
- "Warning": this.i18nBundle.getText(i18nDefaults.VALUE_STATE_WARNING),
453
- "Information": this.i18nBundle.getText(i18nDefaults.VALUE_STATE_INFORMATION),
532
+ "Success": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_SUCCESS),
533
+ "Error": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_ERROR),
534
+ "Warning": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_WARNING),
535
+ "Information": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_INFORMATION),
454
536
  };
455
537
  }
456
538
  get shouldOpenValueStateMessagePopover() {
@@ -485,6 +567,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
485
567
  ComboBoxGroupItem,
486
568
  ];
487
569
  }
570
+ static async onDefine() {
571
+ ComboBox.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
572
+ }
488
573
  get styles() {
489
574
  return {
490
575
  popoverHeader: {
@@ -493,13 +578,17 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
493
578
  suggestionPopoverHeader: {
494
579
  "display": this._listWidth === 0 ? "none" : "inline-block",
495
580
  "width": `${this._listWidth}px`,
496
- "padding": "0.9125rem 1rem",
497
581
  },
498
582
  };
499
583
  }
500
584
  get classes() {
501
585
  return {
586
+ popover: {
587
+ "ui5-suggestions-popover": !this.isPhone,
588
+ "ui5-suggestions-popover-with-value-state-header": !this.isPhone && this.hasValueStateText,
589
+ },
502
590
  popoverValueState: {
591
+ "ui5-valuestatemessage-header": true,
503
592
  "ui5-valuestatemessage-root": true,
504
593
  "ui5-valuestatemessage--success": this.valueState === ValueState__default.Success,
505
594
  "ui5-valuestatemessage--error": this.valueState === ValueState__default.Error,
@@ -39,7 +39,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
39
39
  }
40
40
  constructor() {
41
41
  super();
42
- this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
43
42
  }
44
43
  get _primaryCalendarType() {
45
44
  const localeData = getCachedLocaleDataInstance__default(getLocale__default());
@@ -89,9 +88,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
89
88
  return dateFormat;
90
89
  }
91
90
  static async onDefine() {
92
- await Promise.all([
91
+ [DateComponentBase.i18nBundle] = await Promise.all([
92
+ i18nBundle.getI18nBundle("@ui5/webcomponents"),
93
93
  LocaleData.fetchCldr(getLocale__default().getLanguage(), getLocale__default().getRegion(), getLocale__default().getScript()),
94
- i18nBundle.fetchI18nBundle("@ui5/webcomponents"),
95
94
  ]);
96
95
  }
97
96
  }
@@ -265,7 +265,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
265
265
  return this.placeholder !== undefined ? this.placeholder : this._displayFormat;
266
266
  }
267
267
  get _headerTitleText() {
268
- return this.i18nBundle.getText(i18nDefaults.INPUT_SUGGESTIONS_TITLE);
268
+ return DatePicker.i18nBundle.getText(i18nDefaults.INPUT_SUGGESTIONS_TITLE);
269
269
  }
270
270
  get phone() {
271
271
  return Device.isPhone();
@@ -292,13 +292,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
292
292
  };
293
293
  }
294
294
  get openIconTitle() {
295
- return this.i18nBundle.getText(i18nDefaults.DATEPICKER_OPEN_ICON_TITLE);
295
+ return DatePicker.i18nBundle.getText(i18nDefaults.DATEPICKER_OPEN_ICON_TITLE);
296
296
  }
297
297
  get openIconName() {
298
298
  return "appointment-2";
299
299
  }
300
300
  get dateAriaDescription() {
301
- return this.i18nBundle.getText(i18nDefaults.DATEPICKER_DATE_DESCRIPTION);
301
+ return DatePicker.i18nBundle.getText(i18nDefaults.DATEPICKER_DATE_DESCRIPTION);
302
302
  }
303
303
  get _shouldHideHeader() {
304
304
  return false;
@@ -59,7 +59,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Render', 'sap/ui/webc/common/
59
59
  return this.placeholder !== undefined ? this.placeholder : `${this._displayFormat} ${this._effectiveDelimiter} ${this._displayFormat}`;
60
60
  }
61
61
  get dateAriaDescription() {
62
- return this.i18nBundle.getText(i18nDefaults.DATERANGE_DESCRIPTION);
62
+ return DateRangePicker.i18nBundle.getText(i18nDefaults.DATERANGE_DESCRIPTION);
63
63
  }
64
64
  async _onInputSubmit(event) {
65
65
  const input = this._getInput();
@@ -101,16 +101,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap
101
101
  return "date-time";
102
102
  }
103
103
  get btnOKLabel() {
104
- return this.i18nBundle.getText(i18nDefaults.TIMEPICKER_SUBMIT_BUTTON);
104
+ return DateTimePicker.i18nBundle.getText(i18nDefaults.TIMEPICKER_SUBMIT_BUTTON);
105
105
  }
106
106
  get btnCancelLabel() {
107
- return this.i18nBundle.getText(i18nDefaults.TIMEPICKER_CANCEL_BUTTON);
107
+ return DateTimePicker.i18nBundle.getText(i18nDefaults.TIMEPICKER_CANCEL_BUTTON);
108
108
  }
109
109
  get btnDateLabel() {
110
- return this.i18nBundle.getText(i18nDefaults.DATETIME_PICKER_DATE_BUTTON);
110
+ return DateTimePicker.i18nBundle.getText(i18nDefaults.DATETIME_PICKER_DATE_BUTTON);
111
111
  }
112
112
  get btnTimeLabel() {
113
- return this.i18nBundle.getText(i18nDefaults.DATETIME_PICKER_TIME_BUTTON);
113
+ return DateTimePicker.i18nBundle.getText(i18nDefaults.DATETIME_PICKER_TIME_BUTTON);
114
114
  }
115
115
  get showFooter() {
116
116
  return true;
@@ -125,18 +125,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap
125
125
  return super.phone || this._phoneMode;
126
126
  }
127
127
  get dateAriaDescription() {
128
- return this.i18nBundle.getText(i18nDefaults.DATETIME_DESCRIPTION);
128
+ return DateTimePicker.i18nBundle.getText(i18nDefaults.DATETIME_DESCRIPTION);
129
129
  }
130
130
  get _shouldHideHeader() {
131
131
  return true;
132
132
  }
133
133
  onSelectedDatesChange(event) {
134
134
  event.preventDefault();
135
+ const dateTimePickerContent = event.path ? event.path[1] : event.composedPath()[1];
135
136
  this._previewValues = {
136
137
  ...this._previewValues,
137
138
  calendarTimestamp: event.detail.timestamp,
138
139
  calendarValue: event.detail.values[0],
139
- timeSelectionValue: event.path[1].lastChild.value,
140
+ timeSelectionValue: dateTimePickerContent.lastChild.value,
140
141
  };
141
142
  }
142
143
  onTimeSelectionChange(event) {
@@ -70,8 +70,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
70
70
  const firstDayOfWeek = this._getFirstDayOfWeek();
71
71
  const monthsNames = localeData.getMonths("wide", this._primaryCalendarType);
72
72
  const secondaryMonthsNames = this.hasSecondaryCalendarType && localeData.getMonths("wide", this.secondaryCalendarType);
73
- const nonWorkingDayLabel = this.i18nBundle.getText(i18nDefaults.DAY_PICKER_NON_WORKING_DAY);
74
- const todayLabel = this.i18nBundle.getText(i18nDefaults.DAY_PICKER_TODAY);
73
+ const nonWorkingDayLabel = DayPicker.i18nBundle.getText(i18nDefaults.DAY_PICKER_NON_WORKING_DAY);
74
+ const todayLabel = DayPicker.i18nBundle.getText(i18nDefaults.DAY_PICKER_TODAY);
75
75
  const tempDate = this._getFirstDay();
76
76
  const todayDate = CalendarDate__default.fromLocalJSDate(new Date(), this._primaryCalendarType);
77
77
  const calendarDate = this._calendarDate;
@@ -96,7 +96,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
96
96
  const nonWorkingAriaLabel = isWeekend ? `${nonWorkingDayLabel} ` : "";
97
97
  const todayAriaLabel = isToday ? `${todayLabel} ` : "";
98
98
  const ariaLabel = this.hasSecondaryCalendarType
99
- ? `${todayAriaLabel}${nonWorkingAriaLabel}${monthsNames[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getYear()} ${secondaryMonthsNames[tempSecondDate.getMonth()]} ${tempSecondDate.getDate()}, ${tempSecondDate.getYear()}`
99
+ ? `${todayAriaLabel}${nonWorkingAriaLabel}${monthsNames[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getYear()}; ${secondaryMonthsNames[tempSecondDate.getMonth()]} ${tempSecondDate.getDate()}, ${tempSecondDate.getYear()}`
100
100
  : `${todayAriaLabel}${nonWorkingAriaLabel}${monthsNames[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getYear()}`;
101
101
  const day = {
102
102
  timestamp: timestamp.toString(),
@@ -161,7 +161,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
161
161
  this._dayNames = [];
162
162
  this._dayNames.push({
163
163
  classes: "ui5-dp-dayname",
164
- name: this.i18nBundle.getText(i18nDefaults.DAY_PICKER_WEEK_NUMBER_TEXT),
164
+ name: DayPicker.i18nBundle.getText(i18nDefaults.DAY_PICKER_WEEK_NUMBER_TEXT),
165
165
  });
166
166
  for (let i = 0; i < DAYS_IN_WEEK; i++) {
167
167
  dayOfTheWeek = i + this._getFirstDayOfWeek();
@@ -453,6 +453,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
453
453
  },
454
454
  };
455
455
  }
456
+ get ariaRoledescription() {
457
+ return this.hasSecondaryCalendarType
458
+ ? `${this._primaryCalendarType} calendar with secondary ${this.secondaryCalendarType} calendar`
459
+ : `${this._primaryCalendarType} calendar`;
460
+ }
456
461
  }
457
462
  DayPicker.define();
458
463
 
@@ -107,12 +107,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/
107
107
  _show() {
108
108
  super._show();
109
109
  this._center();
110
- this._attachResizeHandlers();
111
110
  }
112
111
  onBeforeRendering() {
113
112
  this._isRTL = this.effectiveDir === "rtl";
114
113
  this.onPhone = Device.isPhone();
115
114
  this.onDesktop = Device.isDesktop();
115
+ this._detachResizeHandlers();
116
+ }
117
+ onAfterRendering() {
118
+ this._attachResizeHandlers();
116
119
  }
117
120
  onExitDOM() {
118
121
  super.onExitDOM();
@@ -121,10 +124,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/
121
124
  _attachResizeHandlers() {
122
125
  ResizeHandler__default.register(this, this._screenResizeHandler);
123
126
  ResizeHandler__default.register(document.body, this._screenResizeHandler);
127
+ this._resizeHandlersAttached = true;
124
128
  }
125
129
  _detachResizeHandlers() {
126
- ResizeHandler__default.deregister(this, this._screenResizeHandler);
127
- ResizeHandler__default.deregister(document.body, this._screenResizeHandler);
130
+ if (this._resizeHandlersAttached) {
131
+ ResizeHandler__default.deregister(this, this._screenResizeHandler);
132
+ ResizeHandler__default.deregister(document.body, this._screenResizeHandler);
133
+ this._resizeHandlersAttached = false;
134
+ }
128
135
  }
129
136
  _center() {
130
137
  const height = window.innerHeight - this.offsetHeight,
@@ -239,7 +246,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/
239
246
  style = window.getComputedStyle(this),
240
247
  minWidth = Number.parseFloat(style.minWidth),
241
248
  minHeight = Number.parseFloat(style.minHeight),
242
- maxWidth = window.innerWidth - left,
249
+ maxWidth = window.innerWidth - left,
243
250
  maxHeight = window.innerHeight - top;
244
251
  let width = Number.parseFloat(style.width),
245
252
  height = Number.parseFloat(style.height);
@@ -128,7 +128,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/
128
128
  return parseInt(this.maxValue.split(":")[2]);
129
129
  }
130
130
  get dateAriaDescription() {
131
- return this.i18nBundle.getText(i18nDefaults.DURATION_INPUT_DESCRIPTION);
131
+ return DurationPicker.i18nBundle.getText(i18nDefaults.DURATION_INPUT_DESCRIPTION);
132
132
  }
133
133
  get accInfo() {
134
134
  return {
@@ -87,7 +87,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
87
87
  if (this._canUseNativeFormSupport) {
88
88
  this._internals = this.attachInternals();
89
89
  }
90
- this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
91
90
  }
92
91
  _onmouseover() {
93
92
  this.content.forEach(item => {
@@ -99,14 +98,21 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
99
98
  item.classList.remove("ui5_hovered");
100
99
  });
101
100
  }
101
+ _onclick(event) {
102
+ if (event.isMarked === "button") {
103
+ this._input.click(event);
104
+ }
105
+ }
102
106
  _onkeydown(event) {
103
107
  if (Keys.isEnter(event)) {
104
108
  this._input.click(event);
109
+ event.preventDefault();
105
110
  }
106
111
  }
107
112
  _onkeyup(event) {
108
113
  if (Keys.isSpace(event)) {
109
114
  this._input.click(event);
115
+ event.preventDefault();
110
116
  }
111
117
  }
112
118
  _onfocusin() {
@@ -197,10 +203,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
197
203
  return this.emptyInput.files;
198
204
  }
199
205
  get browseText() {
200
- return this.i18nBundle.getText(i18nDefaults.FILEUPLOAD_BROWSE);
206
+ return FileUploader.i18nBundle.getText(i18nDefaults.FILEUPLOAD_BROWSE);
201
207
  }
202
208
  get titleText() {
203
- return this.i18nBundle.getText(i18nDefaults.FILEUPLOADER_TITLE);
209
+ return FileUploader.i18nBundle.getText(i18nDefaults.FILEUPLOADER_TITLE);
204
210
  }
205
211
  get _canUseNativeFormSupport() {
206
212
  return !!this.attachInternals;
@@ -215,12 +221,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
215
221
  return "file";
216
222
  }
217
223
  get valueStateTextMappings() {
218
- const i18nBundle = this.i18nBundle;
219
224
  return {
220
- "Success": i18nBundle.getText(i18nDefaults.VALUE_STATE_SUCCESS),
221
- "Information": i18nBundle.getText(i18nDefaults.VALUE_STATE_INFORMATION),
222
- "Error": i18nBundle.getText(i18nDefaults.VALUE_STATE_ERROR),
223
- "Warning": i18nBundle.getText(i18nDefaults.VALUE_STATE_WARNING),
225
+ "Success": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_SUCCESS),
226
+ "Information": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_INFORMATION),
227
+ "Error": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_ERROR),
228
+ "Warning": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_WARNING),
224
229
  };
225
230
  }
226
231
  get valueStateText() {
@@ -266,7 +271,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
266
271
  return [Input, Popover];
267
272
  }
268
273
  static async onDefine() {
269
- await i18nBundle.fetchI18nBundle("@ui5/webcomponents");
274
+ FileUploader.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
270
275
  }
271
276
  }
272
277
  FileUploader.define();